From 476569c60192a7ff3b2c291e7eb72f1c2c6b9aaa Mon Sep 17 00:00:00 2001 From: WXL <1785969728@qq.com> Date: 星期五, 27 九月 2024 18:13:03 +0800 Subject: [PATCH] 测试完成 --- src/views/patient/follow/index.vue | 36 ++++++++++++++++++------------------ 1 files changed, 18 insertions(+), 18 deletions(-) diff --git a/src/views/patient/follow/index.vue b/src/views/patient/follow/index.vue index d59e1d8..02ca1e1 100644 --- a/src/views/patient/follow/index.vue +++ b/src/views/patient/follow/index.vue @@ -21,21 +21,20 @@ /> </el-form-item> - <el-form-item label="鎮h�呰寖鍥�" prop="tagId"> + <!-- <el-form-item label="鎮h�呰寖鍥�" prop="tagId"> <el-select - v-model="queryParams.Patientid" - multiple + v-model="queryParams.searchscope" placeholder="璇烽�夋嫨" > <el-option v-for="item in Patientrange" - :key="item.id" - :label="item.name" - :value="item.id" + :key="item.value" + :label="item.label" + :value="item.value" > </el-option> </el-select> - </el-form-item> + </el-form-item> --> <el-row> @@ -184,7 +183,7 @@ query: { id: scope.row.patid }, }) " - v-hasPermi="['system:user:edit']" + ><span class="button-textsc" ><i class="el-icon-zoom-in"></i>鏌ョ湅</span ></el-button @@ -193,7 +192,7 @@ size="medium" type="text" @click="handleDelete(scope.row)" - v-hasPermi="['system:user:edit']" + ><span class="button-textxga" ><i class="el-icon-edit"></i>鍙栨秷杩囨护</span ></el-button @@ -294,17 +293,17 @@ propss: { multiple: true }, optionstag: [], //鏍囩鍒楄〃 Patientrange: [ - // { - // name: "闂ㄨ瘖", - // id: 1, - // }, - { - name: "浣忛櫌", - id: 2, + { + value: 0, + label: "鎵�灞炴偅鑰�", }, { - name: "浣撴", - id: 3, + value: 1, + label: "绉戝鎮h��", + }, + { + value: 2, + label: "鐥呭尯鎮h��", }, ], whether: [ @@ -368,6 +367,7 @@ /** 鏌ヨ鎮h�呭垪琛� */ getList() { this.loading = true; + messagelistpatient(this.queryParams).then((response) => { console.log(response); this.userList = response.rows; -- Gitblit v1.9.3