|
@@ -364,13 +364,13 @@
|
364
|
364
|
[
|
365
|
365
|
{type: "radio", fixed: 'left',title: '😊'},
|
366
|
366
|
{type: 'numbers', align: 'center',title: '序号'},
|
367
|
|
- {field: 'spzt', width: '18%', title: '审批状态'},
|
|
367
|
+ {field: 'spzt', width: '15%', title: '审批状态'},
|
368
|
368
|
{field: 'xmlxmc', width: '10%', title: '类型'},
|
369
|
369
|
{field: 'xm', width: '35%', title: '项目/申请'},
|
370
|
370
|
{field: 'erpbh',width: '10%',title: 'ERP编号'},
|
371
|
371
|
// {field: 'zt', width: '12%',title: '状态', sort: true},
|
372
|
372
|
{field: 'tjrxm', width: '8%', title: '提交人', align: 'center'},
|
373
|
|
- {field: 'tjsj', width: '20%', title: '提交时间', align: 'center'}
|
|
373
|
+ {field: 'tjsj', width: '20%', title: '提交时间', align: 'center'},
|
374
|
374
|
]
|
375
|
375
|
],
|
376
|
376
|
sortName: 'xm',
|