Explorar el Código

refactor: 将订单常量导入路径更新为专用模块

yz hace 2 semanas
padre
commit
6e2ea8748e
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      src/mixins/order/orderFormMixin.js

+ 1 - 1
src/mixins/order/orderFormMixin.js

@@ -8,7 +8,7 @@ import {
   ORDER_STATUS,
   ORDER_TYPE_OPTIONS,
   ORDER_STATUS_OPTIONS
-} from '@/constants'
+} from '@/constants/order'
 
 /**
  * 订单表单数据类型定义