Browse Source

保函订单列表 搜索订单状态码变更

chengpan 2 years ago
parent
commit
748d568544
1 changed files with 1 additions and 1 deletions
  1. 1 1
      ruoyi-admin/src/main/resources/templates/opt/process/process.html

+ 1 - 1
ruoyi-admin/src/main/resources/templates/opt/process/process.html

@@ -16,7 +16,7 @@
                             </li>
                             <li>
                                 <label>订单状态:</label>
-                                <select name="processStsCd" th:with="type=${@dict.getType('process_status')}">
+                                <select name="processStsCd" th:with="type=${@dict.getType('process_status_cd')}">
                                     <option value="">所有</option>
                                     <option th:each="dict : ${type}" th:text="${dict.dictLabel}" th:value="${dict.dictValue}"></option>
                                 </select>