From fc41b97c07249254845bf2c598763f25eb2592f7 Mon Sep 17 00:00:00 2001 From: 44323 <443237572@qq.com> Date: 星期二, 24 十月 2023 21:31:47 +0800 Subject: [PATCH] 运营商权限 --- cloud-server-management/src/main/webapp/WEB-INF/view/system/tCompetition/TCompetition_edit.html | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/cloud-server-management/src/main/webapp/WEB-INF/view/system/tCompetition/TCompetition_edit.html b/cloud-server-management/src/main/webapp/WEB-INF/view/system/tCompetition/TCompetition_edit.html index 98a6f04..2819bb5 100644 --- a/cloud-server-management/src/main/webapp/WEB-INF/view/system/tCompetition/TCompetition_edit.html +++ b/cloud-server-management/src/main/webapp/WEB-INF/view/system/tCompetition/TCompetition_edit.html @@ -53,7 +53,7 @@ <input hidden id="q3" value="${item.classPrice}"> <input hidden id="rname" value="${item.realName}"> <input hidden id="type" value="${item.status}"> - @if(type==2){ + @if(objectType==1){ <#label id="types" name="当前状态" type="text" /> <div class="form-group" id="provinceCode"> <label class="col-sm-3 control-label">举办省:</label> -- Gitblit v1.7.1