From 4b1453e19306592f703aa794e238bd028f67d320 Mon Sep 17 00:00:00 2001 From: Pu Zhibing <393733352@qq.com> Date: 星期五, 24 一月 2025 16:20:50 +0800 Subject: [PATCH] Merge remote-tracking branch 'origin/2.0' into 2.0 --- cloud-server-management/src/main/webapp/static/modular/system/tCompetition/tCompetitionUser.js | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/cloud-server-management/src/main/webapp/static/modular/system/tCompetition/tCompetitionUser.js b/cloud-server-management/src/main/webapp/static/modular/system/tCompetition/tCompetitionUser.js index 1266f59..45ae474 100644 --- a/cloud-server-management/src/main/webapp/static/modular/system/tCompetition/tCompetitionUser.js +++ b/cloud-server-management/src/main/webapp/static/modular/system/tCompetition/tCompetitionUser.js @@ -31,6 +31,8 @@ }, {title: '身份证号', field: 'idCard', visible: true, align: 'center', valign: 'middle',width:'8%', }, + {title: '报名时间', field: 'insertTime', visible: true, align: 'center', valign: 'middle',width:'8%', + }, {title: '状态', field: 'state', visible: true, align: 'center', valign: 'middle',width:'8%', formatter:function (data) { return {1:"正常",2:"正常",3:"已取消"}[data] -- Gitblit v1.7.1