|
@@ -17,6 +17,27 @@
|
|
>
|
|
>
|
|
已填{{ item.realFillRate ?? 0 }}%
|
|
已填{{ item.realFillRate ?? 0 }}%
|
|
</div> -->
|
|
</div> -->
|
|
|
|
+ <el-tooltip
|
|
|
|
+ v-if="item.isSync === 1"
|
|
|
|
+ class="box-item"
|
|
|
|
+ effect="light"
|
|
|
|
+ content="表单保存后更新"
|
|
|
|
+ placement="top"
|
|
|
|
+ >
|
|
|
|
+ <span
|
|
|
|
+ style="border:1px solid orange"
|
|
|
|
+ class="h-5 w-5 inline-flex items-center justify-center border border-orange rounded-full bg-white text-xs text-orange"
|
|
|
|
+ >同</span>
|
|
|
|
+ </el-tooltip>
|
|
|
|
+ <el-tooltip
|
|
|
|
+ v-if="item.dateIsComplete === 2 "
|
|
|
|
+ class="box-item"
|
|
|
|
+ effect="light"
|
|
|
|
+ content="表单日期未完善"
|
|
|
|
+ placement="top"
|
|
|
|
+ >
|
|
|
|
+ <HcIcon name="error-warning" ui=" text-red" />
|
|
|
|
+ </el-tooltip>
|
|
<HcTooltip
|
|
<HcTooltip
|
|
v-if="isStatus !== 3"
|
|
v-if="isStatus !== 3"
|
|
keys="wbs_preview_table"
|
|
keys="wbs_preview_table"
|
|
@@ -31,7 +52,7 @@
|
|
type="primary"
|
|
type="primary"
|
|
disabled
|
|
disabled
|
|
>
|
|
>
|
|
- <el-tooltip
|
|
|
|
|
|
+ <!-- <el-tooltip
|
|
v-if="item.dateIsComplete === 2 && item.isBussShow !== 2"
|
|
v-if="item.dateIsComplete === 2 && item.isBussShow !== 2"
|
|
class="box-item"
|
|
class="box-item"
|
|
effect="light"
|
|
effect="light"
|
|
@@ -39,7 +60,7 @@
|
|
placement="top"
|
|
placement="top"
|
|
>
|
|
>
|
|
<HcIcon name="error-warning" ui=" text-red" />
|
|
<HcIcon name="error-warning" ui=" text-red" />
|
|
- </el-tooltip>
|
|
|
|
|
|
+ </el-tooltip> -->
|
|
本 表 预 览
|
|
本 表 预 览
|
|
</el-link>
|
|
</el-link>
|
|
<el-link
|
|
<el-link
|
|
@@ -48,7 +69,7 @@
|
|
:disabled="tableFormPreviewLoading"
|
|
:disabled="tableFormPreviewLoading"
|
|
@click.stop="previewClick(item)"
|
|
@click.stop="previewClick(item)"
|
|
>
|
|
>
|
|
- <el-tooltip
|
|
|
|
|
|
+ <!-- <el-tooltip
|
|
v-if="item.dateIsComplete === 2"
|
|
v-if="item.dateIsComplete === 2"
|
|
class="box-item"
|
|
class="box-item"
|
|
effect="light"
|
|
effect="light"
|
|
@@ -56,7 +77,7 @@
|
|
placement="top"
|
|
placement="top"
|
|
>
|
|
>
|
|
<HcIcon name="error-warning" ui=" text-red" />
|
|
<HcIcon name="error-warning" ui=" text-red" />
|
|
- </el-tooltip>
|
|
|
|
|
|
+ </el-tooltip> -->
|
|
本 表 预 览
|
|
本 表 预 览
|
|
</el-link>
|
|
</el-link>
|
|
</HcTooltip>
|
|
</HcTooltip>
|