shuishen
2021-08-12 195c2e87ab1d456b1cbfd28057836c42152ce7de
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();
      });