浏览代码

商品物料属性kg修改为g

hcf 1 年之前
父节点
当前提交
c27a5cda1a
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      src/views/audit/productManagement/index.vue

+ 2 - 2
src/views/audit/productManagement/index.vue

@@ -307,7 +307,7 @@
 				},
 				{
 					width: '80px',
-					title: '重量/kg',
+					title: '重量/g',
 					field: 'weight',
 					component: 'by-input',
 					compConfig: {
@@ -495,7 +495,7 @@
 				},
 				{
 					width: '80px',
-					title: '重量/kg',
+					title: '重量/g',
 					field: 'weight',
 					component: 'by-input',
 					compConfig: {