|
@@ -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>
|