|
@@ -87,7 +87,9 @@ const { proxy } = getCurrentInstance()
|
|
|
/** 字典数组区 */
|
|
|
const { delivery_method } = proxy.useDict('delivery_method')
|
|
|
const { settlement_type } = proxy.useDict('settlement_type')
|
|
|
-const { packaging_method } = proxy.useDict('packaging_method')
|
|
|
+const packaging_method = ref([{label: '原厂蓝箱', value: '0', elTagType: 'primary', elTagClass: undefined}
|
|
|
+,{label: '外协新箱', value: '1', elTagType: 'success', elTagClass: undefined},
|
|
|
+{label: '无箱', value: '2', elTagType: 'warning', elTagClass: undefined}])
|
|
|
|
|
|
const orderList = ref([])
|
|
|
const loading = ref(true)
|