6226e6ed by lihua

fix

1 parent 4d239f80
......@@ -709,12 +709,12 @@ const cntLabelMap = ref({
<span>{{ scope.row.labelTypeName || '--' }}</span>
</template>
</el-table-column>
<el-table-column label="所属表名" prop="tableChName" width="140" align="left" show-overflow-tooltip>
<el-table-column label="所属表中文名" prop="tableChName" width="140" align="left" show-overflow-tooltip>
<template #default="scope">
<span>{{ scope.row.tableChName || '--' }}</span>
</template>
</el-table-column>
<el-table-column v-if="dataSource == 1" label="所属表英文名" prop="tableName" width="160" align="left"
<el-table-column label="所属表英文名" prop="tableName" width="160" align="left"
show-overflow-tooltip>
</el-table-column>
<el-table-column label="确认状态" prop="confirmStatus" class-name="filter-cell" width="120" align="center"
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!