6226e6ed by lihua

fix

1 parent 4d239f80
...@@ -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"
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!