bug修复
This commit is contained in:
@ -60,7 +60,7 @@ export const columns: BasicColumn[] = [
|
||||
title: '评价分数',
|
||||
componentType: 'input',
|
||||
align: 'left',
|
||||
|
||||
width: 120,
|
||||
sorter: true,
|
||||
},
|
||||
{
|
||||
@ -68,7 +68,7 @@ export const columns: BasicColumn[] = [
|
||||
title: '评价日期',
|
||||
componentType: 'time',
|
||||
align: 'left',
|
||||
|
||||
width: 120,
|
||||
sorter: true,
|
||||
},
|
||||
|
||||
@ -77,7 +77,7 @@ export const columns: BasicColumn[] = [
|
||||
title: '审批状态',
|
||||
componentType: 'select',
|
||||
align: 'left',
|
||||
|
||||
width: 100,
|
||||
sorter: true,
|
||||
},
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user