From 01d3b0dd65574a8b6ff6ff66b0474f2de82daa6a Mon Sep 17 00:00:00 2001
From: WXL (wul) <wl_5969728@163.com>
Date: 星期二, 31 三月 2026 10:34:49 +0800
Subject: [PATCH] 测试完成
---
src/views/followvisit/satisfaction/index.vue | 69 +++++++++++++++++++---------------
1 files changed, 39 insertions(+), 30 deletions(-)
diff --git a/src/views/followvisit/satisfaction/index.vue b/src/views/followvisit/satisfaction/index.vue
index 1de1266..af713d3 100644
--- a/src/views/followvisit/satisfaction/index.vue
+++ b/src/views/followvisit/satisfaction/index.vue
@@ -12,13 +12,33 @@
label-width="98px"
>
<el-form-item label="鐥呭尯鍚嶇О">
- <el-input placeholder="璇疯緭鍏ユ偅鑰呯梾鍖�" v-model="topqueryParams.hospitaldistrictname"></el-input>
+ <el-input
+ placeholder="璇疯緭鍏ユ偅鑰呯梾鍖�"
+ v-model="topqueryParams.hospitaldistrictname"
+ ></el-input>
</el-form-item>
<el-form-item label="绉戝鍚嶇О">
- <el-input placeholder="璇疯緭鍏ユ偅鑰呯瀹�" v-model="topqueryParams.deptname"></el-input>
+ <el-input
+ placeholder="璇疯緭鍏ユ偅鑰呯瀹�"
+ v-model="topqueryParams.deptname"
+ ></el-input>
</el-form-item>
<el-form-item label="鎮h�呭悕绉�">
- <el-input placeholder="璇疯緭鍏ユ偅鑰呭鍚�" v-model="topqueryParams.patName"></el-input>
+ <el-input
+ placeholder="璇疯緭鍏ユ偅鑰呭鍚�"
+ v-model="topqueryParams.patName"
+ ></el-input>
+ </el-form-item>
+ <el-form-item label="鏃堕棿鑼冨洿">
+ <el-date-picker
+ v-model="dateRangefs"
+ style="width: 240px"
+ value-format="yyyy-MM-dd HH:MM:SS"
+ type="datetimerange"
+ range-separator="-"
+ start-placeholder="寮�濮嬫棩鏈�"
+ end-placeholder="缁撴潫鏃ユ湡"
+ ></el-date-picker>
</el-form-item>
<el-form-item>
<el-button
@@ -36,29 +56,6 @@
<el-divider></el-divider>
<el-row :gutter="10" class="mb8">
<el-col :span="1.5">
- <el-select v-model="tasktopic" placeholder="璇烽�夋嫨鏂板绫诲瀷">
- <el-option
- v-for="item in taskoptions"
- :key="item.value"
- :label="item.label"
- :value="item.value"
- >
- </el-option>
- </el-select>
- </el-col>
- <el-col :span="1.5">
- <el-button
- type="danger"
- plain
- icon="el-icon-delete"
- size="medium"
- :disabled="multiple"
- @click="handleDelete"
- v-hasPermi="['system:user:remove']"
- >鍒犻櫎</el-button
- >
- </el-col>
- <el-col :span="1.5">
<div class="documentf">
<div class="document">
<el-button
@@ -67,7 +64,6 @@
icon="el-icon-download"
size="medium"
@click="handleExport"
- v-hasPermi="['system:user:export']"
>瀵煎嚭</el-button
>
</div>
@@ -290,6 +286,17 @@
>
</el-table-column>
<el-table-column
+ label="瀹屾垚鏃ユ湡"
+ fixed="right"
+ width="150"
+ align="center"
+ key="updateTime"
+ prop="updateTime"
+ sortable
+ >
+ </el-table-column>
+
+ <el-table-column
label="鎿嶄綔"
align="center"
fixed="right"
@@ -370,6 +377,8 @@
total: 0,
// 鐢ㄦ埛琛ㄦ牸鏁版嵁
userList: null,
+ dateRangefs: [],
+
// 寮瑰嚭灞傛爣棰�
title: "鏂板褰卞儚闅忚",
// 鏄惁鏄剧ず淇敼銆佹坊鍔犲脊鍑哄眰
@@ -598,14 +607,14 @@
/** 鎼滅储鎸夐挳鎿嶄綔 */
handleQuery() {
this.topqueryParams.pageNum = 1;
+ this.topqueryParams.startTime = this.dateRangefs[0] || null;
+ this.topqueryParams.endTime = this.dateRangefs[1] || null;
this.getList();
},
/** 閲嶇疆鎸夐挳鎿嶄綔 */
resetQuery() {
this.dateRange = [];
- this.resetForm("queryForm");
- this.topqueryParams.deptId = undefined;
- this.$refs.tree.setCurrentKey(null);
+ this.topqueryParams = {};
this.handleQuery();
},
// 澶氶�夋閫変腑鏁版嵁
--
Gitblit v1.9.3