|
|
@ -127,13 +127,7 @@
|
|
|
|
return $.table.selectDictLabel(carrierExtentDatas, value);
|
|
|
|
return $.table.selectDictLabel(carrierExtentDatas, value);
|
|
|
|
}
|
|
|
|
}
|
|
|
|
},
|
|
|
|
},
|
|
|
|
{
|
|
|
|
|
|
|
|
field: 'status',
|
|
|
|
|
|
|
|
title: '状态',
|
|
|
|
|
|
|
|
formatter: function(value, row, index) {
|
|
|
|
|
|
|
|
return $.table.selectDictLabel(stateDatas, value);
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
},
|
|
|
|
|
|
|
|
{
|
|
|
|
{
|
|
|
|
field: 'carrierSecret',
|
|
|
|
field: 'carrierSecret',
|
|
|
|
title: '密级',
|
|
|
|
title: '密级',
|
|
|
@ -145,6 +139,13 @@
|
|
|
|
field: 'carrierTerm',
|
|
|
|
field: 'carrierTerm',
|
|
|
|
title: '保密期限'
|
|
|
|
title: '保密期限'
|
|
|
|
},
|
|
|
|
},
|
|
|
|
|
|
|
|
{
|
|
|
|
|
|
|
|
field: 'status',
|
|
|
|
|
|
|
|
title: '状态',
|
|
|
|
|
|
|
|
formatter: function(value, row, index) {
|
|
|
|
|
|
|
|
return $.table.selectDictLabel(stateDatas, value);
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
},
|
|
|
|
{
|
|
|
|
{
|
|
|
|
title: '操作',
|
|
|
|
title: '操作',
|
|
|
|
align: 'center',
|
|
|
|
align: 'center',
|
|
|
|