From e6f8c83357ea5e2fa804185f1590e62d27b15e77 Mon Sep 17 00:00:00 2001 From: 20918 <2091823062@qq.com> Date: Wed, 21 Aug 2024 17:12:10 +0800 Subject: [PATCH] =?UTF-8?q?=E8=BD=BD=E4=BD=93=E4=BF=9D=E5=AD=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../templates/system/carrier/carrier.html | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) 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',