Pārlūkot izejas kodu

fix:计划管理订单编辑修改订单类型可选

luoxiao 3 mēneši atpakaļ
vecāks
revīzija
e71579a0bc
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  1. 1 1
      src/views/plan/order/index.vue

+ 1 - 1
src/views/plan/order/index.vue

@@ -392,7 +392,7 @@ option.value = {
       type: "select", //类型为下拉选择框
       width: 100,
       overHidden: true,
-      editDisabled: true,
+      editDisabled: false,
       dicUrl: dictDataUtil.request_url + dictDataUtil.TYPE_CODE.plan_order_type,
       props: {
         label: "dictLabel",