Browse Source

供应商端取消审核状态

jiandexin1 1 year ago
parent
commit
e10ec717c3
1 changed files with 0 additions and 13 deletions
  1. 0 13
      src/views/store/storegoods/index.vue

+ 0 - 13
src/views/store/storegoods/index.vue

@@ -276,19 +276,6 @@
               },
               dataType: "number",
             },
-            {
-              label: "审核状态",
-              prop: "auditStatus",
-              search: true,
-              slot:true,
-              type: "select",
-              dicUrl: "/api/blade-system/dict-biz/getEnumDict?enumName=AuditStatusEnum",
-              props: {
-                label: "name",
-                value: "value"
-              },
-              dataType: "number",
-            },
             {
               label: "上架时间",
               prop: "saleTime",