From 80baf88fae7bb8ba8dc8be9919e51b817726e394 Mon Sep 17 00:00:00 2001 From: zjj <3272660260@qq.com> Date: 星期三, 26 三月 2025 16:57:10 +0800 Subject: [PATCH] # --- src/main/webapp/static/js/inventoryCheckOrder/inventoryCheakOrderTable.js | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/main/webapp/static/js/inventoryCheckOrder/inventoryCheakOrderTable.js b/src/main/webapp/static/js/inventoryCheckOrder/inventoryCheakOrderTable.js index 00b6d21..0a5e1c8 100644 --- a/src/main/webapp/static/js/inventoryCheckOrder/inventoryCheakOrderTable.js +++ b/src/main/webapp/static/js/inventoryCheckOrder/inventoryCheakOrderTable.js @@ -42,7 +42,7 @@ // {type: 'numbers', title: '#'}, {field: 'createTime$', title: '鏃ユ湡'}, {field: 'orderNo', title: '鍗曟嵁缂栧彿', align: 'center'}, - {field: 'status', title: '鐘舵��', align: 'center'} + {field: 'status$', title: '鐘舵��', align: 'center'} ]], done: function (res, curr, count) { $('#dictTable+.layui-table-view .layui-table-body tbody>tr:first').trigger('click'); -- Gitblit v1.9.1