|
@@ -106,11 +106,11 @@
|
|
|
</hc-table>
|
|
|
</hc-card-item>
|
|
|
<!-- 变更申请清单 -->
|
|
|
- <hc-card-item title="变更申请清单" class="mt-3">
|
|
|
+ <hc-card-item v-if="tableData[tableIndex]?.formList.length > 0" title="变更申请清单" class="mt-3">
|
|
|
<template #extra>
|
|
|
<el-link type="primary" @click="changeShowClick">添加</el-link>
|
|
|
</template>
|
|
|
- <div v-if="tableData[tableIndex]?.formList.length > 0" class="hc-table-ref-box no-border">
|
|
|
+ <div class="hc-table-ref-box no-border">
|
|
|
<el-table class="w-full" :data="tableData[tableIndex]?.formList" row-key="id" height="100%" highlight-current-row border>
|
|
|
<el-table-column type="index" label="序号" />
|
|
|
<el-table-column prop="formNumber" label="清单编号" />
|