From f5d88e4f31bec1d77721c0795afde3f3a571e9aa Mon Sep 17 00:00:00 2001
From: Administrator <admin>
Date: Wed, 11 Aug 2021 15:55:13 +0800
Subject: [PATCH] Merge branch 'master' of http://192.168.0.105:10010/r/zhba_enterprises

---
 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