From 1e55a34574da90130f32f369478ff7ff1a7acf88 Mon Sep 17 00:00:00 2001 From: wyuu Date: Fri, 15 May 2026 18:04:48 +0800 Subject: [PATCH] =?UTF-8?q?=E7=95=8C=E9=9D=A2=E5=86=85=E5=AE=B9=E4=BC=98?= =?UTF-8?q?=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/checkCode/report/index.vue | 8 +- src/views/liswork/advancedReview/index.vue | 52 +- src/views/liswork/batchEntry/index.vue | 15 +- src/views/liswork/dict/index.vue | 18 +- src/views/liswork/labItem/index.vue | 497 ++++++++---------- .../qualityControl/indoorStatistics/index.vue | 8 +- src/views/liswork/xmKnowledge/Modify.vue | 17 +- src/views/liswork/xmKnowledge/index.vue | 36 +- src/views/liswork/xmmb/index.vue | 30 +- .../comopt/components/sysChannel/index.vue | 4 +- .../components/sysDefaultParams/index.vue | 2 +- .../comopt/components/sysGlobal/index.vue | 107 +--- .../xtwh/comopt/components/sysInput/index.vue | 105 +--- .../comopt/components/sysParameter/index.vue | 2 +- .../comopt/components/sysReport/index.vue | 129 ++--- .../xtwh/comopt/components/sysSort/index.vue | 2 +- src/views/liswork/xtwh/configdict/index.vue | 57 +- src/views/liswork/xtwh/hisoptconfig/index.vue | 112 +--- src/views/liswork/xtwh/localconfig/index.vue | 95 ++-- src/views/liswork/xtwh/reportdict/index.vue | 295 +++++------ .../liswork/xtwh/statstemplate/index.vue | 238 ++------- src/views/liswork/xtwh/xmReqItemVs/index.vue | 66 ++- src/views/system/config/index.vue | 30 +- src/views/system/dict/index.vue | 16 +- 24 files changed, 682 insertions(+), 1259 deletions(-) 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 @@