|
@@ -159,7 +159,7 @@ function closeVisible(type: keyof typeof allVisible) {
|
|
|
}
|
|
|
|
|
|
const formItems = reactive([
|
|
|
- { label: '联系人', key: 'name', value: '', labelClass: 'w-20 text-right text-gray-500', width: '48%' },
|
|
|
+ { label: '联系人', key: 'contactsName', value: '', labelClass: 'w-20 text-right text-gray-500', width: '48%' },
|
|
|
{ label: '客户', key: 'productName', value: '', labelClass: 'w-22 text-right text-gray-500', width: '48%' },
|
|
|
{ label: '电话', key: 'phone', value: '', labelClass: 'w-22 text-right text-gray-500', width: '48%' },
|
|
|
{ label: '邮箱', key: 'email', value: '', labelClass: 'w-22 text-right text-gray-500', width: '48%' },
|