Your ROOT_URL in app.ini is http://git.zky.com/ but you are visiting http://61.178.84.89:8998/luoluo/ry_zhky/commit/e6f8c83357ea5e2fa804185f1590e62d27b15e77?style=unified&whitespace=ignore-eol You should set ROOT_URL correctly, otherwise the web may not work correctly.

载体保存

pg_adapter
20918 8 months ago
parent 1e519104ea
commit e6f8c83357

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

Loading…
Cancel
Save