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/tasklist/FollowupDetails/index.vue | 23 +++++++++++++++++++---- 1 files changed, 19 insertions(+), 4 deletions(-) diff --git a/src/views/followvisit/tasklist/FollowupDetails/index.vue b/src/views/followvisit/tasklist/FollowupDetails/index.vue index 49c199d..3fcbb81 100644 --- a/src/views/followvisit/tasklist/FollowupDetails/index.vue +++ b/src/views/followvisit/tasklist/FollowupDetails/index.vue @@ -845,13 +845,13 @@ <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" + v-model="patientqueryParams.searchscope" placeholder="璇烽�夋嫨" > <el-option - v-for="item in topicoptions" + v-for="item in source" :key="item.value" :label="item.label" :value="item.value" @@ -928,7 +928,7 @@ /> <el-table-column - label="鎮h�呮潵婧�" + label="鎮h�呰寖鍥�" align="center" key="sourcefrom" prop="sourcefrom" @@ -1011,6 +1011,7 @@ patientqueryParams: { pageNum: 1, // pageSize: 10, + searchscope:2, }, topicoptions: [], showSearch: true, // @@ -1038,6 +1039,20 @@ resource: "", desc: "", }, + source: [ + { + value: 0, + label: "鎵�灞炴偅鑰�", + }, + { + value: 1, + label: "绉戝鎮h��", + }, + { + value: 2, + label: "鐥呭尯鎮h��", + }, + ], options: [ { value: "閫夐」1", -- Gitblit v1.9.3