From 7be41c30582d1fcd3b963ca243760cadf8506c31 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=8D=8E=E4=BD=97?= Date: Tue, 2 Jun 2026 16:45:34 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E6=95=B0=E6=8D=AE=E5=AD=97=E5=85=B8?= =?UTF-8?q?=E7=AE=A1=E7=90=86=E6=A8=A1=E5=9D=97=20el-table=20=E2=86=92=20V?= =?UTF-8?q?xeTable=20=E8=BF=81=E7=A7=BB?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - definition/index.vue: 2 个表格替换为 vxe-table - 修复 westernmedicine/index.vue SCSS 括号闭合问题 - 编译验证通过 --- .../views/datadictionary/definition/index.vue | 144 +++++++++--------- .../westernmedicine/index.vue | 2 +- 2 files changed, 71 insertions(+), 75 deletions(-) diff --git a/openhis-ui-vue3/src/views/datadictionary/definition/index.vue b/openhis-ui-vue3/src/views/datadictionary/definition/index.vue index bf1e0f81c..4a68a8730 100755 --- a/openhis-ui-vue3/src/views/datadictionary/definition/index.vue +++ b/openhis-ui-vue3/src/views/datadictionary/definition/index.vue @@ -82,19 +82,18 @@ - - - {{ scope.row.chargeName ? scope.row.chargeName : "-" }} - - + {{ scope.row.orgId_dictText ? scope.row.orgId_dictText : "-" }} - - + - - + - - + {{ scope.row.price ? thousandNumber(scope.row.price) : "-" }} - - + - - + - - + - - + + - - - {{ scope.row.chargeName ? scope.row.chargeName : "-" }} - - + {{ scope.row.orgId_dictText ? scope.row.orgId_dictText : "-" }} - - + - - + - - + {{ scope.row.price ? thousandNumber(scope.row.price) : "-" }} - - + - - + - - + - - + + - - - {{ scope.row.chargeName ? scope.row.chargeName : "-" }} - - + {{ scope.row.orgId_dictText ? scope.row.orgId_dictText : "-" }} - - + - - + - - + {{ scope.row.price ? thousandNumber(scope.row.price) : "-" }} - - + - - + - - + - - + + - - - - + {{ scope.row.amount ? scope.row.amount : "-" }} - - + +