limeng 4 سال پیش
والد
کامیت
c29c0906b9
1فایلهای تغییر یافته به همراه7 افزوده شده و 0 حذف شده
  1. 7 0
      mybusiness/src/main/resources/templates/business/manager/stationfiremanager/detail.html

+ 7 - 0
mybusiness/src/main/resources/templates/business/manager/stationfiremanager/detail.html

@@ -7,6 +7,13 @@
     <link th:href="@{/css/bootstrap.min.css}" rel="stylesheet">
 </head>
 <body style=" margin: 0;overflow: hidden;background: #000033;width: 100%;height:100%;position: absolute;top: 0;">
+<input type="text" th:value="${id}"/>
+<input type="text" th:value="${name}"/>
+<input type="text" th:value="${latitude}"/>
+<input type="text" th:value="${longitude}"/>
+<input type="text" th:value="${contactUser}"/>
+<input type="text" th:value="${contactPhone}"/>
+<input type="text" th:value="${address}"/>
 <div id="map" style="margin:0 auto;width: 100%;height: 100%;background: none;"></div>
 <script th:src="@{/js/jquery.min.js}"></script>
 <script th:src="@{/js/bootstrap.min.js}"></script>