|
@@ -519,6 +519,13 @@ export const cuspSupplierProfileManColumns: JVxeColumn[] = [
|
|
|
placeholder: '请输入${title}',
|
|
|
defaultValue:'',
|
|
|
},
|
|
|
+ {
|
|
|
+ title: '备注(notes)',
|
|
|
+ key: 'notes',
|
|
|
+ type: JVxeTypes.input,
|
|
|
+ placeholder: '请输入${title}',
|
|
|
+ defaultValue:'',
|
|
|
+ },
|
|
|
{
|
|
|
title: '操作(operation)',
|
|
|
key: 'action',
|
|
@@ -576,6 +583,15 @@ export const cuspSupplierProfileQualificationColumns: JVxeColumn[] = [
|
|
|
stringToNumber: true,
|
|
|
placeholder: '请选择',
|
|
|
},
|
|
|
+ {
|
|
|
+ title: '是否有ISO资质',
|
|
|
+ key: 'isIos',
|
|
|
+ type: JVxeTypes.select,
|
|
|
+ options: [],
|
|
|
+ dictCode: 'yes_or_no',
|
|
|
+ stringToNumber: true,
|
|
|
+ placeholder: '请选择',
|
|
|
+ },
|
|
|
{
|
|
|
title: '操作(operation)',
|
|
|
key: 'action',
|