From 20f533a7d4169891e533ba6122c2d90fb7237c3a Mon Sep 17 00:00:00 2001
From: liuyg <376836862@qq.com>
Date: Tue, 10 Aug 2021 08:44:20 +0800
Subject: [PATCH] 批量提交入口 保安员和公司细节bug 接口更换
---
src/views/resource/uploadNotice.vue | 8 ++++++++
1 files changed, 8 insertions(+), 0 deletions(-)
diff --git a/src/views/resource/uploadNotice.vue b/src/views/resource/uploadNotice.vue
index 89f1d96..bbebdbd 100644
--- a/src/views/resource/uploadNotice.vue
+++ b/src/views/resource/uploadNotice.vue
@@ -97,6 +97,7 @@
searchMenuSpan: 6,
border: false,
index: true,
+ // align: center,
stripe: true,
viewBtn: true,
selection: true,
@@ -148,6 +149,12 @@
trigger: "blur",
},
],
+ },
+ {
+ label: "预览图",
+ prop: "link",
+ dataType: "string",
+ type: "img",
},
{
label: "附件拓展名",
@@ -333,6 +340,7 @@
const data = res.data.data;
this.page.total = data.total;
this.data = data.records;
+ console.log(this.data);
this.loading = false;
this.selectionClear();
});
--
Gitblit v1.9.3