diff --git a/src/views/checkCode/report/index.vue b/src/views/checkCode/report/index.vue index 602fe27..8f94fb9 100644 --- a/src/views/checkCode/report/index.vue +++ b/src/views/checkCode/report/index.vue @@ -121,6 +121,12 @@ +
@@ -520,7 +526,7 @@ const rightTableData = ref([]) // 配置项 const rightColumns = ref([ { prop: 'xmdh', label: '项目代号', align: 'center', visible: true, }, - { prop: 'xmmc', label: '项目名称', align: 'center', visible: true, }, + { prop: 'xmmc', label: '项目名称', align: 'center', visible: true, slot: 'xmmc' }, { prop: 'xmmc', label: '培养结果', align: 'center', visible: true, width: 150 }, { prop: 'csjg', label: '检验结果', align: 'center', visible: true, }, { prop: 'refs', label: '参考值', align: 'center', visible: true, }, diff --git a/src/views/liswork/advancedReview/index.vue b/src/views/liswork/advancedReview/index.vue index dd7bc6b..2281191 100644 --- a/src/views/liswork/advancedReview/index.vue +++ b/src/views/liswork/advancedReview/index.vue @@ -6,19 +6,18 @@ -
- + + - - + + + + + + + + + + + - \ No newline at end of file + \ No newline at end of file diff --git a/src/views/liswork/qualityControl/indoorStatistics/index.vue b/src/views/liswork/qualityControl/indoorStatistics/index.vue index 993e237..ede3d0e 100644 --- a/src/views/liswork/qualityControl/indoorStatistics/index.vue +++ b/src/views/liswork/qualityControl/indoorStatistics/index.vue @@ -25,8 +25,8 @@
- 打印 - 预览 + 打印 + 预览 失控总结 本月总结
@@ -244,4 +244,8 @@ onMounted(() => { .table-container { height: calc(100% - 200px); } + +:deep(.el-table--border th.el-table__cell) { + border-right: 1px solid #fff !important; +} \ No newline at end of file diff --git a/src/views/liswork/xmKnowledge/Modify.vue b/src/views/liswork/xmKnowledge/Modify.vue index 0a30b17..e9de516 100644 --- a/src/views/liswork/xmKnowledge/Modify.vue +++ b/src/views/liswork/xmKnowledge/Modify.vue @@ -1,10 +1,10 @@