瀏覽代碼

取样时间修改

duy 3 周之前
父節點
當前提交
30a2200899
共有 1 個文件被更改,包括 6 次插入1 次删除
  1. 6 1
      src/views/tentative/detect/components/basicInfo.vue

+ 6 - 1
src/views/tentative/detect/components/basicInfo.vue

@@ -125,7 +125,12 @@
                             </el-col>
                             <el-col :span="8">
                                 <el-form-item label="来样/取样时间">
-                                    <el-input v-model="basicInfoData.trialSampleInfo.samplingDate" />
+                                    <!-- <el-input v-model="basicInfoData.trialSampleInfo.samplingDate" /> -->
+                                    <el-date-picker
+                                        v-model="basicInfoData.trialSampleInfo.samplingDate"
+                                        type="date"
+                                        placeholder="选择日期"
+                                    />
                                 </el-form-item>
                             </el-col>
                             <el-col :span="8">