bug修复
This commit is contained in:
@ -63,7 +63,7 @@ export const columns: BasicColumn[] = [
|
||||
title: '编号',
|
||||
componentType: 'input',
|
||||
align: 'left',
|
||||
|
||||
width: 120,
|
||||
sorter: true,
|
||||
},
|
||||
|
||||
@ -72,7 +72,7 @@ export const columns: BasicColumn[] = [
|
||||
title: '签报类型',
|
||||
componentType: 'select',
|
||||
align: 'left',
|
||||
|
||||
width: 120,
|
||||
sorter: true,
|
||||
},
|
||||
|
||||
@ -90,7 +90,7 @@ export const columns: BasicColumn[] = [
|
||||
title: '缓级',
|
||||
componentType: 'select',
|
||||
align: 'left',
|
||||
|
||||
width: 100,
|
||||
sorter: true,
|
||||
},
|
||||
|
||||
@ -99,7 +99,7 @@ export const columns: BasicColumn[] = [
|
||||
title: '拟稿人',
|
||||
componentType: 'input',
|
||||
align: 'left',
|
||||
|
||||
width: 100,
|
||||
sorter: true,
|
||||
},
|
||||
|
||||
@ -108,7 +108,7 @@ export const columns: BasicColumn[] = [
|
||||
title: '拟稿人所属部门',
|
||||
componentType: 'input',
|
||||
align: 'left',
|
||||
|
||||
|
||||
sorter: true,
|
||||
},
|
||||
|
||||
@ -117,7 +117,7 @@ export const columns: BasicColumn[] = [
|
||||
title: '拟稿日期',
|
||||
componentType: 'select',
|
||||
align: 'left',
|
||||
|
||||
width: 120,
|
||||
sorter: true,
|
||||
},
|
||||
|
||||
@ -126,7 +126,7 @@ export const columns: BasicColumn[] = [
|
||||
title: '审批状态',
|
||||
componentType: 'select',
|
||||
align: 'left',
|
||||
|
||||
width: 100,
|
||||
sorter: true,
|
||||
},
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user