From 6dec47874e2bde0962540fb33817965752d55874 Mon Sep 17 00:00:00 2001
From: WXL (wul) <wl_5969728@163.com>
Date: 星期一, 12 一月 2026 16:28:06 +0800
Subject: [PATCH] 测试完成
---
src/views/followvisit/discharge/index.vue | 10 +++++++---
1 files changed, 7 insertions(+), 3 deletions(-)
diff --git a/src/views/followvisit/discharge/index.vue b/src/views/followvisit/discharge/index.vue
index 9910019..7a274c7 100644
--- a/src/views/followvisit/discharge/index.vue
+++ b/src/views/followvisit/discharge/index.vue
@@ -274,7 +274,7 @@
</div>
</div>
</el-col>
- <!-- <el-col :span="1.5">
+ <el-col :span="1.5">
<div class="documentf">
<div class="document">
<el-tooltip
@@ -295,7 +295,7 @@
</el-tooltip>
</div>
</div>
- </el-col> -->
+ </el-col>
</el-row>
<el-table
v-loading="loading"
@@ -1287,6 +1287,10 @@
value: 1,
label: "寮傚父",
},
+ {
+ value: 2,
+ label: "璀﹀憡",
+ },
{
value: 0,
label: "姝e父",
@@ -1383,7 +1387,7 @@
this.getEndOfDay()
);
} else {
- this.topqueryParams.endSendDateTime = null;
+ // this.topqueryParams.endSendDateTime = null;
}
// 鎺ュ彈寮傚父璺宠浆
if (this.errtype) {
--
Gitblit v1.9.3