Sfoglia il codice sorgente

外部订单审核增加优先级和费用审核

@dongkboy 1 mese fa
parent
commit
461a2ade78
1 ha cambiato i file con 2 aggiunte e 0 eliminazioni
  1. 2 0
      src/views/representative/externalCostApproval.vue

+ 2 - 0
src/views/representative/externalCostApproval.vue

@@ -217,6 +217,8 @@ const columns = [
       }
       }
     }
     }
   },
   },
+  { prop: "costDescribe", label: "费用描述", width: '500', },
+  { prop: "priorityLevel", label: "优先级", width: '120', },
   {
   {
     prop: "isEnabled", label: "费用状态", width: '100', component: "Tag",
     prop: "isEnabled", label: "费用状态", width: '100', component: "Tag",
     formatter: (row: any) => {
     formatter: (row: any) => {