|
@@ -116,6 +116,7 @@ const fields = ref([
|
|
|
type: 'select',
|
|
|
labelWidth: 80,
|
|
|
colSpan: 5,
|
|
|
+ options: dictToOptionList(CUSTOMER_TYPE),
|
|
|
attrs: {
|
|
|
clearable: true,
|
|
|
},
|
|
@@ -125,7 +126,6 @@ const fields = ref([
|
|
|
label: '客户名称',
|
|
|
labelWidth: 80,
|
|
|
colSpan: 5,
|
|
|
- options: dictToOptionList(CUSTOMER_TYPE),
|
|
|
attrs: {
|
|
|
clearable: true,
|
|
|
},
|