From b26c48a6878519fce4068f4b1ee308e11fecd862 Mon Sep 17 00:00:00 2001 From: WXL <1785969728@qq.com> Date: 星期三, 08 一月 2025 14:54:34 +0800 Subject: [PATCH] 测试完成 --- vue.config.js | 4 ++-- src/views/knowledge/education/index copy.vue | 2 +- src/views/knowledge/questionbank/particulars/index.vue | 2 +- dist (3).zip | 0 src/views/patient/patient/profile/index.vue | 2 +- src/views/knowledge/questionbank/index.vue | 6 +++--- 6 files changed, 8 insertions(+), 8 deletions(-) diff --git "a/dist \0503\051.zip" "b/dist \0503\051.zip" new file mode 100644 index 0000000..95a60ff --- /dev/null +++ "b/dist \0503\051.zip" Binary files differ diff --git a/src/views/knowledge/education/index copy.vue b/src/views/knowledge/education/index copy.vue index 0f04a9f..fba5af0 100644 --- a/src/views/knowledge/education/index copy.vue +++ b/src/views/knowledge/education/index copy.vue @@ -594,7 +594,7 @@ // 鏌ヨ鍙傛暟 queryParams: { pageNum: 1, - pageSize: 10, + pageSize: 20, isavailable: "", }, }; diff --git a/src/views/knowledge/questionbank/index.vue b/src/views/knowledge/questionbank/index.vue index b6e20a6..7d64b9a 100644 --- a/src/views/knowledge/questionbank/index.vue +++ b/src/views/knowledge/questionbank/index.vue @@ -289,7 +289,7 @@ size="medium" type="text" @click="compileUpdate(scope.row)" - v-hasPermi="['system:user:edit']" + ><span class="button-bji" ><i class="el-icon-edit"></i>缂栬緫</span ></el-button @@ -298,7 +298,7 @@ size="medium" type="text" @click="handleDelete(scope.row)" - v-hasPermi="['system:user:remove']" + ><span class="button-textsc" ><i class="el-icon-delete-solid"></i>鍒犻櫎</span ></el-button @@ -307,7 +307,7 @@ size="medium" type="text" @click="topicpreview(scope.row)" - v-hasPermi="['system:user:remove']" + ><span class="button-text" ><i class="el-icon-view"></i>棰勮</span ></el-button diff --git a/src/views/knowledge/questionbank/particulars/index.vue b/src/views/knowledge/questionbank/particulars/index.vue index 5c2f1a2..d0f507d 100644 --- a/src/views/knowledge/questionbank/particulars/index.vue +++ b/src/views/knowledge/questionbank/particulars/index.vue @@ -982,7 +982,7 @@ let scorearr = this.topicobj.svyLibScriptOptions; let isValid = scorearr.every((score, index) => { if (this.topicobj.scriptType == 1) { - if (score.score) { + if (score.score||score.score==0) { if ( Number(score.score) < 0 || Number(score.score) > Number(this.topicobj.score) diff --git a/src/views/patient/patient/profile/index.vue b/src/views/patient/patient/profile/index.vue index 07ef578..0148437 100644 --- a/src/views/patient/patient/profile/index.vue +++ b/src/views/patient/patient/profile/index.vue @@ -1240,7 +1240,7 @@ patid: this.id, }).then((res) => { if (res.code == 200) { - this.record = res.rows; + this.record = res.rows[0].serviceSubtaskList; } }); }, diff --git a/vue.config.js b/vue.config.js index 7e0400f..21f5d7c 100644 --- a/vue.config.js +++ b/vue.config.js @@ -38,10 +38,10 @@ // target: `http://192.168.168.60:8095`, // target: `http://10.202.20.185:8095`, // target: `http://192.168.100.184:8095`, - target:`http://localhost:8095`, + // target:`http://localhost:8095`, // target: `http://192.168.101.135:8095`, // target: `http://192.168.101.166:8093`, - // target: `http://192.168.191.181:8095`, + target: `http://192.168.191.181:8095`, changeOrigin: true, pathRewrite: { ['^' + process.env.VUE_APP_BASE_API]: '' -- Gitblit v1.9.3