载体保存

pg_adapter
20918 8 months ago
parent 1e519104ea
commit e6f8c83357

@ -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',

Loading…
Cancel
Save