|
@@ -656,12 +656,11 @@
|
656
|
656
|
cols: [
|
657
|
657
|
[
|
658
|
658
|
{type: "checkbox"},
|
659
|
|
- {type: 'numbers', align: 'center'},
|
|
659
|
+ {type: 'numbers', align: 'center',title: '序号',width: '7%'},
|
660
|
660
|
{field: 'ryxm', width: '10%', title: '人员', align: 'left'},
|
661
|
661
|
{field: 'xmjsmc', width: '15%', title: '项目角色', align: 'left'},
|
662
|
662
|
{field: 'bxmfg', width: '20%', title: '本项目分工', align: 'left'},
|
663
|
663
|
{field: 'trgzzys', width: '15%', title: '投入工作总月数', align: 'left'},
|
664
|
|
- /*{field: 'sxbh', width: '10%', title: '顺序编号', align: 'center'},*/
|
665
|
664
|
{field: 'dwmc', title: '单位', align: 'left'}
|
666
|
665
|
]
|
667
|
666
|
],
|
|
@@ -968,7 +967,7 @@
|
968
|
967
|
cols: [
|
969
|
968
|
[
|
970
|
969
|
{type: "checkbox"},
|
971
|
|
- {type: 'numbers', align: 'center'},
|
|
970
|
+ {type: 'numbers', align: 'center',title: '序号',width: '7%'},
|
972
|
971
|
{field: 'dwmc', width: '30%', title: '单位', align: 'left'},
|
973
|
972
|
{field: 'dwqc', width: '30%', title: '单位全称', align: 'left'},
|
974
|
973
|
/* {field: 'sxbh', width: '10%', title: '顺序编号', align: 'center'},*/
|