fix
Showing
1 changed file
with
2 additions
and
2 deletions
| ... | @@ -709,12 +709,12 @@ const cntLabelMap = ref({ | ... | @@ -709,12 +709,12 @@ const cntLabelMap = ref({ |
| 709 | <span>{{ scope.row.labelTypeName || '--' }}</span> | 709 | <span>{{ scope.row.labelTypeName || '--' }}</span> |
| 710 | </template> | 710 | </template> |
| 711 | </el-table-column> | 711 | </el-table-column> |
| 712 | <el-table-column label="所属表名" prop="tableChName" width="140" align="left" show-overflow-tooltip> | 712 | <el-table-column label="所属表中文名" prop="tableChName" width="140" align="left" show-overflow-tooltip> |
| 713 | <template #default="scope"> | 713 | <template #default="scope"> |
| 714 | <span>{{ scope.row.tableChName || '--' }}</span> | 714 | <span>{{ scope.row.tableChName || '--' }}</span> |
| 715 | </template> | 715 | </template> |
| 716 | </el-table-column> | 716 | </el-table-column> |
| 717 | <el-table-column v-if="dataSource == 1" label="所属表英文名" prop="tableName" width="160" align="left" | 717 | <el-table-column label="所属表英文名" prop="tableName" width="160" align="left" |
| 718 | show-overflow-tooltip> | 718 | show-overflow-tooltip> |
| 719 | </el-table-column> | 719 | </el-table-column> |
| 720 | <el-table-column label="确认状态" prop="confirmStatus" class-name="filter-cell" width="120" align="center" | 720 | <el-table-column label="确认状态" prop="confirmStatus" class-name="filter-cell" width="120" align="center" | ... | ... |
-
Please register or sign in to post a comment