bug修复

This commit is contained in:
‘huanghaiixia’
2026-01-13 17:14:40 +08:00
parent d92be3d714
commit cbec6db675
8 changed files with 50 additions and 26 deletions

View File

@ -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,
},
];