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",