diff --git a/src/main/resources/templates/monitor/locationstatus/locationstatus.html b/src/main/resources/templates/monitor/locationstatus/locationstatus.html
index ca28c38..32569f7 100644
--- a/src/main/resources/templates/monitor/locationstatus/locationstatus.html
+++ b/src/main/resources/templates/monitor/locationstatus/locationstatus.html
@@ -52,9 +52,7 @@
                     <ul id="select_info">
                         <li>
                             <select id="locationType" name="locationType" style="width: 100px">
-                                <option value="A" selected>立库库位</option>
-                                <option value="Q">钱柜库位</option>
-                                <option value="PK">平面库位</option>
+                                <option selected th:each="item:${@zone.getZoneCodeList()}" th:value="${item['code']}" th:text="${item['name']}"></option>
                             </select>
                         </li>
                         <li>