From 0c7cc21d8a51e164dd2fe4ce73ab566b3a9081a9 Mon Sep 17 00:00:00 2001
From: WXL (wul) <wl_5969728@163.com>
Date: 星期四, 26 三月 2026 10:25:05 +0800
Subject: [PATCH] 测试完成
---
src/views/followvisit/HistoricalFollow/index.vue | 19 ++++++++++++-------
1 files changed, 12 insertions(+), 7 deletions(-)
diff --git a/src/views/followvisit/HistoricalFollow/index.vue b/src/views/followvisit/HistoricalFollow/index.vue
index 1bf4a5d..4b5b99a 100644
--- a/src/views/followvisit/HistoricalFollow/index.vue
+++ b/src/views/followvisit/HistoricalFollow/index.vue
@@ -1,4 +1,5 @@
<template>
+ <!-- 鍘嗗彶闅忚璁板綍 -->
<div class="app-container">
<div class="leftvlue" style="margin-bottom: 20px"></div>
<el-row :gutter="20">
@@ -200,11 +201,11 @@
label="搴旈殢璁挎棩鏈�"
width="200"
align="center"
- key="longSendTime"
- prop="longSendTime"
+ key="visitTime"
+ prop="visitTime"
>
<template slot-scope="scope">
- <span>{{ formatTime(scope.row.longSendTime) }}</span>
+ <span>{{ formatTime(scope.row.visitTime) }}</span>
</template></el-table-column
>
<el-table-column
@@ -661,13 +662,17 @@
value: 4,
label: "涓嶆墽琛�",
},
- {
+ {
value: 5,
label: "鍙戦�佸け璐�",
},
{
value: 6,
label: "宸插畬鎴�",
+ },
+ {
+ value: 7,
+ label: "瓒呮椂",
},
],
topicoptionsyj: [
@@ -1141,11 +1146,11 @@
},
/** 瀵煎嚭鎸夐挳鎿嶄綔 */
handleExport() {
- this.topqueryParams.pageNum = null;
- this.topqueryParams.pageSize = null;
+ console.log(this.topqueryParams);
+
this.download(
// "smartor/serviceSubtask/export",
- "smartor/serviceSubtask/patItemExport",
+ "smartor/serviceSubtask/getSubtaskByDiagnameExport",
{
...this.topqueryParams,
},
--
Gitblit v1.9.3