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(); });