富文本
This commit is contained in:
@ -8,7 +8,7 @@ export const formConfig = {
|
||||
export const searchFormSchema: FormSchema[] = [
|
||||
|
||||
{
|
||||
field: 'kNo',
|
||||
field: 'kName',
|
||||
label: '合同号/名称',
|
||||
component: 'Input',
|
||||
},
|
||||
@ -54,6 +54,7 @@ export const columns: BasicColumn[] = [
|
||||
align: 'left',
|
||||
|
||||
sorter: true,
|
||||
width: 120
|
||||
},
|
||||
|
||||
{
|
||||
@ -63,19 +64,20 @@ export const columns: BasicColumn[] = [
|
||||
align: 'left',
|
||||
|
||||
sorter: true,
|
||||
width: 120
|
||||
},
|
||||
|
||||
{
|
||||
dataIndex: 'approCode',
|
||||
dataIndex: 'approName',
|
||||
title: '状态',
|
||||
componentType: 'input',
|
||||
align: 'left',
|
||||
|
||||
width: 100,
|
||||
sorter: true,
|
||||
},
|
||||
|
||||
{
|
||||
dataIndex: 'cpTableName',
|
||||
dataIndex: 'pointUpName',
|
||||
title: '上载点',
|
||||
componentType: 'input',
|
||||
align: 'left',
|
||||
@ -84,16 +86,16 @@ export const columns: BasicColumn[] = [
|
||||
},
|
||||
|
||||
{
|
||||
dataIndex: 'onlineSign',
|
||||
dataIndex: 'transName',
|
||||
title: '是否托运',
|
||||
componentType: 'input',
|
||||
align: 'left',
|
||||
|
||||
width: 100,
|
||||
sorter: true,
|
||||
},
|
||||
|
||||
{
|
||||
dataIndex: 'comId',
|
||||
dataIndex: 'comName',
|
||||
title: '合同主体',
|
||||
componentType: 'input',
|
||||
align: 'left',
|
||||
|
||||
Reference in New Issue
Block a user