From 9f40113d2c85a66bb5c20430642d0cf6b97c1e74 Mon Sep 17 00:00:00 2001 From: mitao <2763622819@qq.com> Date: 星期五, 11 四月 2025 11:07:11 +0800 Subject: [PATCH] bug修改 --- cloud-server-management/src/main/webapp/WEB-INF/view/system/tHuiminAgreement/tHuiminAgreement_add.html | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/cloud-server-management/src/main/webapp/WEB-INF/view/system/tHuiminAgreement/tHuiminAgreement_add.html b/cloud-server-management/src/main/webapp/WEB-INF/view/system/tHuiminAgreement/tHuiminAgreement_add.html index 669951c..e4c1699 100644 --- a/cloud-server-management/src/main/webapp/WEB-INF/view/system/tHuiminAgreement/tHuiminAgreement_add.html +++ b/cloud-server-management/src/main/webapp/WEB-INF/view/system/tHuiminAgreement/tHuiminAgreement_add.html @@ -29,7 +29,9 @@ <label class="col-sm-1 control-label" for="operator">所属运营商:</label> <div class="col-sm-3"> <select id="operator" class="form-control"> + @if(objectType == 1){ <option value="">默认</option> + @} @if(isNotEmpty(operatorList)){ @for(item in operatorList){ @if(objectType == 2){ -- Gitblit v1.7.1