From 6d7cd13eecd3a6f176d310986b4750b0c407e3a1 Mon Sep 17 00:00:00 2001 From: WXL <1785969728@qq.com> Date: 星期三, 21 五月 2025 14:40:43 +0800 Subject: [PATCH] 测试完成 --- src/views/followvisit/tasklist/FollowupDetails/index.vue | 25 ++++++++++++++++++++----- 1 files changed, 20 insertions(+), 5 deletions(-) diff --git a/src/views/followvisit/tasklist/FollowupDetails/index.vue b/src/views/followvisit/tasklist/FollowupDetails/index.vue index 4a9248b..3fcbb81 100644 --- a/src/views/followvisit/tasklist/FollowupDetails/index.vue +++ b/src/views/followvisit/tasklist/FollowupDetails/index.vue @@ -301,7 +301,7 @@ width="160" > <template slot-scope="scope"> - <span>{{ parseTime(scope.row.createTime) }}</span> + <span>{{ formatTime(scope.row.createTime) }}</span> </template> </el-table-column> <el-table-column @@ -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