瀏覽代碼

订单添加待审核状态

xgb 15 小時之前
父節點
當前提交
bd6ee61c96
共有 1 個文件被更改,包括 2 次插入12 次删除
  1. 2 12
      src/views/store/storeOrderAudit/index.vue

+ 2 - 12
src/views/store/storeOrderAudit/index.vue

@@ -264,25 +264,15 @@ export default {
   data() {
     const statusOptions = [
       {
-        dictLabel: "待销售审批",
+        dictLabel: "待审批",
         dictValue: 0,
         type: ''
       },
       {
-        dictLabel: "销售审批拒绝",
+        dictLabel: "审批拒绝",
         dictValue: 1,
         type: 'danger'
       },
-      {
-        dictLabel: "待总后台审核",
-        dictValue: 2,
-        type: ''
-      },
-      {
-        dictLabel: "总后台审核拒绝",
-        dictValue: 3,
-        type: 'danger'
-      },
       {
         dictLabel: "审核通过",
         dictValue: 4,