浏览代码

取样时间修改

duy 2 月之前
父节点
当前提交
e1fdafb58b
共有 1 个文件被更改,包括 1 次插入2 次删除
  1. 1 2
      src/views/tentative/detect/components/basicInfo.vue

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

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