This commit is contained in:
‘huanghaiixia’
2025-12-19 17:50:27 +08:00
parent 694d3cc2ee
commit 2b2c8df0f7
6 changed files with 104 additions and 145 deletions

View File

@ -17,7 +17,7 @@ export const searchFormSchema: FormSchema[] = [
},
},
{
field: 'cpCode',
field: 'cpName',
label: '客户',
component: 'Input',
},
@ -38,7 +38,7 @@ export const searchFormSchema: FormSchema[] = [
export const columns: BasicColumn[] = [
{
dataIndex: 'cpCode',
dataIndex: 'cpName',
title: '客户',
componentType: 'input',
align: 'left',
@ -47,7 +47,7 @@ export const columns: BasicColumn[] = [
},
{
dataIndex: 'gsId',
dataIndex: 'gsName',
title: '评价体系',
componentType: 'select',
align: 'left',