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/followvisit/satisfaction/particulars/index.vue | 21 ++++++++++++++++++--- 1 files changed, 18 insertions(+), 3 deletions(-) diff --git a/src/views/followvisit/satisfaction/particulars/index.vue b/src/views/followvisit/satisfaction/particulars/index.vue index 798e865..08d9c15 100644 --- a/src/views/followvisit/satisfaction/particulars/index.vue +++ b/src/views/followvisit/satisfaction/particulars/index.vue @@ -205,11 +205,11 @@ <el-form-item label="鎮h�呰寖鍥�" prop="status"> <el-select - v-model="topqueryParams.topic" + v-model="topqueryParams.searchscope" placeholder="璇烽�夋嫨" > <el-option - v-for="item in taskoptions" + v-for="item in source" :key="item.value" :label="item.label" :value="item.value" @@ -362,7 +362,7 @@ <el-form-item label="鎮h�呭悕绉帮細"> <el-input v-model="patientqueryParams.name"></el-input> </el-form-item> - <el-form-item label="鎮h�呮潵婧�" prop="status"> + <el-form-item label="鎮h�呰寖鍥�" prop="status"> <el-select v-model="patientqueryParams.topic" placeholder="璇烽�夋嫨" @@ -518,6 +518,7 @@ topqueryParams: { pageNum: 1, // pageSize: 10, + searchscope:2, }, checkList: [], deliverytopqueryParams: { @@ -554,6 +555,20 @@ resource: "", desc: "", }, + source: [ + { + value: 0, + label: "鎵�灞炴偅鑰�", + }, + { + value: 1, + label: "绉戝鎮h��", + }, + { + value: 2, + label: "鐥呭尯鎮h��", + }, + ], options: [ { value: "閫夐」1", -- Gitblit v1.9.3