瀏覽代碼

绩效页搜索日期bug修改

Szx 3 年之前
父節點
當前提交
8d5221d347
共有 2 個文件被更改,包括 10 次插入10 次删除
  1. 1 1
      src/views/account/kuaishou.vue
  2. 9 9
      src/views/material/component/upload-image.vue

+ 1 - 1
src/views/account/kuaishou.vue

@@ -13,7 +13,7 @@
       :loading="loading"
       :pagination="tablePageOptions"
       :columns="columns"
-      :scroll="{ x: 600}"
+      :scroll="{ y: 600}"
       bordered
       :data-source="list"
       @change="onLoadOfficials"

+ 9 - 9
src/views/material/component/upload-image.vue

@@ -111,15 +111,15 @@ const UploadVideo = defineComponent({
     async onUploadImage() {
       if (this.fileList.length === 0) return message.warning("请选择图片");
       this.$emit("close");
-      // message.info("素材上传中...");
-      // const key = "start";
-      // notification.open({
-      //   key,
-      //   message: "状态提示",
-      //   description: "素材上传中...",
-      //   duration: 2,
-      //   icon: h(LoadingOutlined, { style: "color: #108ee9" }),
-      // });
+      message.info("素材上传中...");
+      const key = "start";
+      notification.open({
+        key,
+        message: "状态提示",
+        description: "素材上传中...",
+        duration: 2,
+        icon: h(LoadingOutlined, { style: "color: #108ee9" }),
+      });
       let num = 0;
       if (this.fileList.length === 0) return message.error("请选择图片");
       this.fileList.forEach((item) => {