diff --git a/ruoyi-admin/src/main/resources/templates/system/carrier/carrier.html b/ruoyi-admin/src/main/resources/templates/system/carrier/carrier.html index d217243..de444ee 100644 --- a/ruoyi-admin/src/main/resources/templates/system/carrier/carrier.html +++ b/ruoyi-admin/src/main/resources/templates/system/carrier/carrier.html @@ -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',