浏览代码

销售价格文案改为市场价

linwenxin 1 年之前
父节点
当前提交
2419f73a23
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/views/auxiliaryFittings/attachmentProfile/index.vue

+ 1 - 1
src/views/auxiliaryFittings/attachmentProfile/index.vue

@@ -378,7 +378,7 @@ export default {
           name: 'slot-component',
           attributes: { placeholder: '请输入', type: 'number' },
           formItemAttributes: {
-            label: '销售价格',
+            label: '市场价',
             prop: 'marketPrice',
             rules: [...required]
           },