Kaynağa Gözat

表单完善修改

duy 2 ay önce
ebeveyn
işleme
556e23cbad
1 değiştirilmiş dosya ile 18 ekleme ve 0 silme
  1. 18 0
      src/views/data-fill/collapse-form/index.vue

+ 18 - 0
src/views/data-fill/collapse-form/index.vue

@@ -31,6 +31,15 @@
                                     type="primary"
                                     disabled
                                 >
+                                    <el-tooltip
+                                        v-if="item.dateIsComplete === 2"
+                                        class="box-item"
+                                        effect="light"
+                                        content="表单日期未完善"
+                                        placement="right"
+                                    >
+                                        <HcIcon name="error-warning" ui=" text-red" />
+                                    </el-tooltip>
                                     本 表 预 览
                                 </el-link>
                                 <el-link
@@ -39,6 +48,15 @@
                                     :disabled="tableFormPreviewLoading"
                                     @click.stop="previewClick(item)"
                                 >
+                                    <el-tooltip
+                                        v-if="item.dateIsComplete === 2"
+                                        class="box-item"
+                                        effect="light"
+                                        content="表单日期未完善"
+                                        placement="right"
+                                    >
+                                        <HcIcon name="error-warning" ui=" text-red" />
+                                    </el-tooltip>
                                     本 表 预 览
                                 </el-link>
                             </HcTooltip>