From f87aa54781ea269e6be1f74d013c18f5091a8c80 Mon Sep 17 00:00:00 2001 From: nickchange <126672920+nickchange@users.noreply.github.com> Date: 星期五, 13 十月 2023 16:48:23 +0800 Subject: [PATCH] 10.13bug1 --- cloud-server-management/src/main/webapp/WEB-INF/view/system/tCompetition/TCompetition_add.html | 4 +++- 1 files changed, 3 insertions(+), 1 deletions(-) diff --git a/cloud-server-management/src/main/webapp/WEB-INF/view/system/tCompetition/TCompetition_add.html b/cloud-server-management/src/main/webapp/WEB-INF/view/system/tCompetition/TCompetition_add.html index 95a8459..94dd640 100644 --- a/cloud-server-management/src/main/webapp/WEB-INF/view/system/tCompetition/TCompetition_add.html +++ b/cloud-server-management/src/main/webapp/WEB-INF/view/system/tCompetition/TCompetition_add.html @@ -85,7 +85,7 @@ <label class="col-sm-3 control-label">举办门店:</label> <div class="col-sm-9"> <select class="form-control" id="shopId" name="shopId" multiple> - <option value="">选择门店</option> + </select> </div> </div> @@ -267,6 +267,8 @@ created() { }, }); + + laydate.render({ elem: '#endTime' ,type:"date" -- Gitblit v1.7.1