From d4c3ebd99e8619c3fc230bb50828e9e762f8dd7a Mon Sep 17 00:00:00 2001 From: zwl <zwl123456> Date: 星期二, 30 九月 2025 09:23:25 +0800 Subject: [PATCH] 字段完善 --- src/main/webapp/static/js/order/order.js | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/src/main/webapp/static/js/order/order.js b/src/main/webapp/static/js/order/order.js index ad09170..a2b9309 100644 --- a/src/main/webapp/static/js/order/order.js +++ b/src/main/webapp/static/js/order/order.js @@ -136,7 +136,8 @@ // }, // {field: 'inQty', title: '宸插叆搴撻噺'}, // {field: 'color', title: '棰滆壊'}, - {field: 'specs', title: '瑙勬牸'} + {field: 'specs', title: '瑙勬牸'}, + {field: 'memo', title: '澶囨敞'} ]], request: { pageName: 'curr', -- Gitblit v1.9.1