From 17b041e2e7ebd5afe75403fefc57cc6a88b51dad Mon Sep 17 00:00:00 2001 From: WXL <1785969728@qq.com> Date: 星期二, 06 八月 2024 13:23:58 +0800 Subject: [PATCH] 测试完成 --- src/views/patient/questionnaire/index.vue | 71 ++++++++++++++++++----------------- 1 files changed, 37 insertions(+), 34 deletions(-) diff --git a/src/views/patient/questionnaire/index.vue b/src/views/patient/questionnaire/index.vue index 2419f04..5cdc131 100644 --- a/src/views/patient/questionnaire/index.vue +++ b/src/views/patient/questionnaire/index.vue @@ -158,26 +158,28 @@ <el-table-column type="selection" width="50" align="center" /> <el-table-column label="搴忓彿" + fixed align="center" key="userId" prop="userId" /> <el-table-column + label="濮撳悕" + fixed + align="center" + key="patientname" + prop="patientname" + /> + <el-table-column label="搴婂彿" align="center" sortable - key="userName" - prop="userName" + key="bedNo" + prop="bedNo" width="120" /> - <el-table-column label="濮撳悕" align="center" key="types" prop="types" /> - <el-table-column - label="骞撮緞" - align="center" - key="nickName" - prop="nickName" - /> + <el-table-column label="骞撮緞" align="center" key="age" prop="age" /> <el-table-column label="绉戝/鐥呭尯" align="center" @@ -202,8 +204,8 @@ <el-table-column label="鍙戦�佹柟寮�" align="center" - key="topicnumber" - prop="topicnumber" + key="topicnumberc" + prop="topicnumberc" width="120" :show-overflow-tooltip="true" > @@ -214,8 +216,8 @@ <el-table-column label="鍙戦�佸唴瀹�" align="center" - key="topicnumberaa" - prop="topicnumberaa" + key="topicnumberb" + prop="topicnumberb" width="120" /> <el-table-column @@ -225,18 +227,6 @@ prop="topicnumberaa" width="120" /> - <el-table-column - label="鍙戦�佺姸鎬�" - align="center" - key="topicnumber" - prop="topicnumber" - width="120" - :show-overflow-tooltip="true" - > - <template slot-scope="scope"> - <div>宸插彂閫�</div> - </template> - </el-table-column> <el-table-column label="灏辫瘖鏃堕棿" @@ -273,7 +263,20 @@ </el-table-column> <el-table-column + label="鍙戦�佺姸鎬�" + align="center" + key="topicnumbera" + prop="topicnumbera" + width="120" + :show-overflow-tooltip="true" + > + <template slot-scope="scope"> + <div>宸插彂閫�</div> + </template> + </el-table-column> + <el-table-column label="鎿嶄綔" + fixed="right" align="center" width="200" class-name="small-padding fixed-width" @@ -452,7 +455,6 @@ <script> import { - listUser, getUser, delUser, addUser, @@ -460,6 +462,8 @@ resetUserPwd, changeUserStatus, } from "@/api/system/user"; +import { getTaskservelist } from "@/api/AiCentre/index"; + import Treeselect from "@riophae/vue-treeselect"; import "@riophae/vue-treeselect/dist/vue-treeselect.css"; @@ -585,6 +589,7 @@ topqueryParams: { pageNum: 1, pageSize: 10, + type: 6, userName: undefined, tagid: undefined, topic: undefined, @@ -675,13 +680,11 @@ /** 鏌ヨ闂ㄨ瘖闅忚鍒楄〃 */ getList() { this.loading = true; - listUser(this.addDateRange(this.topqueryParams, this.dateRange)).then( - (response) => { - this.userList = response.rows; - this.total = response.total; - this.loading = false; - } - ); + getTaskservelist(this.topqueryParams).then((response) => { + this.userList = response.rows; + this.total = response.total; + this.loading = false; + }); }, // 鏌ョ湅闂ㄨ瘖闅忚璇︽儏 Referencequestion(row) { @@ -883,7 +886,7 @@ // 璺宠浆璇︽儏椤� Seedetails() { this.$router.push({ - path: "/followvisit/particty", + path: "/followvisit/QuestionnaireTask", query: { type: 6 }, }); }, -- Gitblit v1.9.3