From 5a75795e30bc9f8db0ca05def4419fbfc2f38cef Mon Sep 17 00:00:00 2001
From: linwe <872216996@qq.com>
Date: Mon, 17 Jun 2024 20:05:24 +0800
Subject: [PATCH] 租客导入优化

---
 src/views/place/tenanthold.vue |    8 +++++++-
 1 files changed, 7 insertions(+), 1 deletions(-)

diff --git a/src/views/place/tenanthold.vue b/src/views/place/tenanthold.vue
index 9b27e16..60c011e 100644
--- a/src/views/place/tenanthold.vue
+++ b/src/views/place/tenanthold.vue
@@ -341,6 +341,11 @@
               hide: true,
             },
             {
+              label: "创建时间",
+              prop: "createTime",
+              hide: true,
+            },
+            {
               width: 80,
               // labelWidth: 110,
               searchSpan: 3,
@@ -733,6 +738,7 @@
       },
       uploadAfter(res, done, loading, column) {
         this.excelBox = false
+        this.$alert(res)
         this.refreshChange()
         done()
       },
@@ -759,7 +765,7 @@
       handleTemplate() {
         exportBlob(
           `/api/blade-household/household/export-tenant-template?isTenant=1&${this.website.tokenHeader}=${getToken()}`
-          ).then(
+        ).then(
           res => {
             downloadXls(res.data, "租客数据模板.xlsx")
           })

--
Gitblit v1.9.3