소스 검색

销售价格文案改为市场价

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]
           },