Browse Source

修改金额单位

zhoulisky 6 months ago
parent
commit
841cf762ed

+ 1 - 1
src/option/projectManage/designCost.js

@@ -30,7 +30,7 @@ export default {
       }]
       }]
     },
     },
     {
     {
-      label: '预算金额',
+      label: '预算金额/元',
       prop: 'ysje',
       prop: 'ysje',
       type: 'number',
       type: 'number',
       width: 90,
       width: 90,

+ 1 - 1
src/option/projectManage/otherCost.js

@@ -30,7 +30,7 @@ export default {
       }]
       }]
     },
     },
     {
     {
-      label: '预算金额',
+      label: '预算金额/元',
       prop: 'ysje',
       prop: 'ysje',
       type: 'number',
       type: 'number',
       width: 90,
       width: 90,

+ 1 - 1
src/option/projectManage/zbCost.js

@@ -30,7 +30,7 @@ export default {
       }]
       }]
     },
     },
     {
     {
-      label: '预算金额',
+      label: '预算金额/元',
       prop: 'ysje',
       prop: 'ysje',
       type: 'number',
       type: 'number',
       width: 90,
       width: 90,