From 7616190cd2069e2f31df8a0a4d31401fed3ac9fb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=BD=99=E5=90=8C=E5=AD=A6?= <2495967527@qq.com> Date: Sun, 18 Aug 2024 14:33:37 +0800 Subject: [PATCH] add --- .../product/popup/add-specifications.vue | 38 +++++++++++++++++++ 1 file changed, 38 insertions(+) diff --git a/src/views/modules/product/popup/add-specifications.vue b/src/views/modules/product/popup/add-specifications.vue index c0dda21..be0ed54 100644 --- a/src/views/modules/product/popup/add-specifications.vue +++ b/src/views/modules/product/popup/add-specifications.vue @@ -323,6 +323,44 @@ export default { ); }, }, + { + title: "重量", + field: "stockNum", + align: "center", + "min-width": "160px", + type: "jsx", + render: ({ row }) => { + return ( +
+ +
+ ); + }, + }, + { + title: "体积", + field: "volume", + align: "center", + "min-width": "160px", + type: "jsx", + render: ({ row }) => { + return ( +
+ +
+ ); + }, + }, { title: "操作", fixed: "right",