duy 1 month ago
parent
commit
376fb05b03
1 changed files with 0 additions and 18 deletions
  1. 0 18
      src/views/data-fill/collapse-form/index.vue

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

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