From a65fcac55e7a57bb9d7f4ec864008cb3a0e0e78c Mon Sep 17 00:00:00 2001
From: lisy <linlangsur163@163.com>
Date: 星期一, 07 八月 2023 22:18:29 +0800
Subject: [PATCH] 管理后台的门店列表

---
 cloud-server-management/src/main/webapp/WEB-INF/view/system/tCoupon/TCouponAdd.html |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/cloud-server-management/src/main/webapp/WEB-INF/view/system/tCoupon/TCouponAdd.html b/cloud-server-management/src/main/webapp/WEB-INF/view/system/tCoupon/TCouponAdd.html
index 6c0b44d..5cd9c43 100644
--- a/cloud-server-management/src/main/webapp/WEB-INF/view/system/tCoupon/TCouponAdd.html
+++ b/cloud-server-management/src/main/webapp/WEB-INF/view/system/tCoupon/TCouponAdd.html
@@ -330,7 +330,7 @@
                                     <td>操作</td>
                                 </tr>
                                 </thead>
-                                <tbody id></tbody>
+                                <tbody id="coun"></tbody>
                             </table>
                         </div>
                     </div>
@@ -358,6 +358,7 @@
 <script src="${ctxPath}/js/elementui/index.js"></script>
 <link rel="stylesheet" href="${ctxPath}/js/elementui/index.css">
 <script src="${ctxPath}/modular/system/tCoupon/TCouponInfo.js"></script>
+<script src="${ctxPath}/modular/system/tCoupon/TStoreInfo.js"></script>
 <script type="text/javascript">
     laydate.render({
         elem: '#periodOfValidity',

--
Gitblit v1.7.1