From d3a88c0f55cd8be039189d626ce544f4ed0e2c5c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=86=8A=E9=A3=9E?= Date: Wed, 28 Feb 2024 16:59:57 +0800 Subject: [PATCH] =?UTF-8?q?=E9=85=8D=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .env.development | 2 +- .../components/EvaluationOfOncologyConfig.vue | 28 +++++++++++++------ .../reading-unit/components/ReadingRules.vue | 3 +- 3 files changed, 22 insertions(+), 11 deletions(-) diff --git a/.env.development b/.env.development index 0819ca53..ad322b0d 100644 --- a/.env.development +++ b/.env.development @@ -33,7 +33,7 @@ VUE_APP_PASSWORD_FOR_PERMISSION = false VUE_APP_PASSWORD_FOR_REGULAR = ^(?=.*[a-z])(?=.*[A-Z])(?=.*[0-9])(?=.*[-_.@^+\$!%#*?&\$~])[A-Za-z0-9-~_.@^+\$~!%#*?&]{8,32}$ # 是否开启文档签署验证 true:是 false:否 -VUE_APP_WORD_FOR_PERMISSION = false +VUE_APP_WORD_FOR_PERMISSION = true # dicom文件地址 diff --git a/src/views/dictionary/template/components/EvaluationOfOncologyConfig.vue b/src/views/dictionary/template/components/EvaluationOfOncologyConfig.vue index e3e73313..f95ef251 100644 --- a/src/views/dictionary/template/components/EvaluationOfOncologyConfig.vue +++ b/src/views/dictionary/template/components/EvaluationOfOncologyConfig.vue @@ -72,7 +72,7 @@ v-loading="loading" style="width: 100%" ref="multipleTable" - :data="$d.OncologyAssessType" + :data="OncologyAssessType" stripe @selection-change="handleSelectionChange" > @@ -81,13 +81,13 @@ width="55"> @@ -105,7 +105,7 @@