|
@@ -105,7 +105,7 @@ export const createCrudOptions = function ({ crudExpose }: CreateCrudOptionsProp
|
|
form: { show: false },
|
|
form: { show: false },
|
|
column: { type: 'index', align: 'center', width: '70px', columnSetDisabled: true },
|
|
column: { type: 'index', align: 'center', width: '70px', columnSetDisabled: true },
|
|
},
|
|
},
|
|
- contract_number: {
|
|
|
|
|
|
+ contract_no: {
|
|
title: '合约编号',
|
|
title: '合约编号',
|
|
search: { show: true },
|
|
search: { show: true },
|
|
type: 'input',
|
|
type: 'input',
|
|
@@ -145,7 +145,7 @@ export const createCrudOptions = function ({ crudExpose }: CreateCrudOptionsProp
|
|
minWidth: 180
|
|
minWidth: 180
|
|
}
|
|
}
|
|
},
|
|
},
|
|
- contract_name: {
|
|
|
|
|
|
+ title: {
|
|
title: '合约名称',
|
|
title: '合约名称',
|
|
search: { show: true },
|
|
search: { show: true },
|
|
type: 'input',
|
|
type: 'input',
|
|
@@ -179,7 +179,7 @@ export const createCrudOptions = function ({ crudExpose }: CreateCrudOptionsProp
|
|
},
|
|
},
|
|
column: { minWidth: 120 },
|
|
column: { minWidth: 120 },
|
|
},
|
|
},
|
|
- contract_amount: {
|
|
|
|
|
|
+ total_amount: {
|
|
title: '合约金额',
|
|
title: '合约金额',
|
|
type: 'number',
|
|
type: 'number',
|
|
form: {
|
|
form: {
|
|
@@ -192,7 +192,7 @@ export const createCrudOptions = function ({ crudExpose }: CreateCrudOptionsProp
|
|
},
|
|
},
|
|
column: { minWidth: 120 },
|
|
column: { minWidth: 120 },
|
|
},
|
|
},
|
|
- start_date: {
|
|
|
|
|
|
+ effective_date: {
|
|
title: '开始时间',
|
|
title: '开始时间',
|
|
type: 'datetime',
|
|
type: 'datetime',
|
|
search: { show: true },
|
|
search: { show: true },
|
|
@@ -204,7 +204,7 @@ export const createCrudOptions = function ({ crudExpose }: CreateCrudOptionsProp
|
|
},
|
|
},
|
|
column: { minWidth: 150 },
|
|
column: { minWidth: 150 },
|
|
},
|
|
},
|
|
- end_date: {
|
|
|
|
|
|
+ expire_date: {
|
|
title: '结束时间',
|
|
title: '结束时间',
|
|
type: 'datetime',
|
|
type: 'datetime',
|
|
search: { show: true },
|
|
search: { show: true },
|
|
@@ -232,7 +232,7 @@ export const createCrudOptions = function ({ crudExpose }: CreateCrudOptionsProp
|
|
]
|
|
]
|
|
}),
|
|
}),
|
|
},
|
|
},
|
|
- contact_person: {
|
|
|
|
|
|
+ party_b_contact: {
|
|
title: '联系人',
|
|
title: '联系人',
|
|
type: 'input',
|
|
type: 'input',
|
|
form: {
|
|
form: {
|
|
@@ -241,7 +241,7 @@ export const createCrudOptions = function ({ crudExpose }: CreateCrudOptionsProp
|
|
},
|
|
},
|
|
column: { minWidth: 120 },
|
|
column: { minWidth: 120 },
|
|
},
|
|
},
|
|
- contact_phone: {
|
|
|
|
|
|
+ party_b_phone: {
|
|
title: '联系电话',
|
|
title: '联系电话',
|
|
type: 'input',
|
|
type: 'input',
|
|
form: {
|
|
form: {
|
|
@@ -253,7 +253,7 @@ export const createCrudOptions = function ({ crudExpose }: CreateCrudOptionsProp
|
|
},
|
|
},
|
|
column: { minWidth: 130 },
|
|
column: { minWidth: 130 },
|
|
},
|
|
},
|
|
- contact_email: {
|
|
|
|
|
|
+ /* contact_email: {
|
|
title: '联系邮箱',
|
|
title: '联系邮箱',
|
|
type: 'input',
|
|
type: 'input',
|
|
form: {
|
|
form: {
|
|
@@ -264,8 +264,8 @@ export const createCrudOptions = function ({ crudExpose }: CreateCrudOptionsProp
|
|
component: { placeholder: '请输入联系邮箱' }
|
|
component: { placeholder: '请输入联系邮箱' }
|
|
},
|
|
},
|
|
column: { minWidth: 180 },
|
|
column: { minWidth: 180 },
|
|
- },
|
|
|
|
- service_description: {
|
|
|
|
|
|
+ }, */
|
|
|
|
+ contract_type_display: {
|
|
title: '服务描述',
|
|
title: '服务描述',
|
|
type: 'textarea',
|
|
type: 'textarea',
|
|
form: {
|
|
form: {
|
|
@@ -279,7 +279,7 @@ export const createCrudOptions = function ({ crudExpose }: CreateCrudOptionsProp
|
|
},
|
|
},
|
|
column: { minWidth: 200 },
|
|
column: { minWidth: 200 },
|
|
},
|
|
},
|
|
- payment_method: {
|
|
|
|
|
|
+ /* payment_method: {
|
|
title: '支付方式',
|
|
title: '支付方式',
|
|
type: 'dict-select',
|
|
type: 'dict-select',
|
|
form: {
|
|
form: {
|
|
@@ -294,8 +294,8 @@ export const createCrudOptions = function ({ crudExpose }: CreateCrudOptionsProp
|
|
{ value: 3, label: '其他' }
|
|
{ value: 3, label: '其他' }
|
|
]
|
|
]
|
|
}),
|
|
}),
|
|
- },
|
|
|
|
- remarks: {
|
|
|
|
|
|
+ }, */
|
|
|
|
+ remark: {
|
|
title: '备注',
|
|
title: '备注',
|
|
type: 'textarea',
|
|
type: 'textarea',
|
|
form: {
|
|
form: {
|