Browse Source

fix(订单视图): 修正订单类型选项数据源

yz 3 weeks ago
parent
commit
36feb2c8bb
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/views/order/order/index.js

+ 1 - 1
src/views/order/order/index.js

@@ -332,7 +332,7 @@ export default {
             label: '订单类型',
             label: '订单类型',
             prop: 'orderType',
             prop: 'orderType',
             type: 'select',
             type: 'select',
-            dicData: ORDER_STATUS_OPTIONS,
+            dicData: ORDER_TYPE_OPTIONS,
             search: true,
             search: true,
             slot: true,
             slot: true,
             width: 100,
             width: 100,