Kaynağa Gözat

feat: 经销商相关修改

tangning 2 yıl önce
ebeveyn
işleme
d5b6fa4d2b

+ 2 - 2
src/views/dealer/components/financeModal.vue

@@ -54,7 +54,7 @@
           field: 'majorAddNum',
           component: 'InputNumber',
           label: '专业会员(年)剩余可售 0 个 新增',
-          suffix:'',
+          suffix:'',
           defaultValue: 0,
           componentProps: {
             max: 999,
@@ -69,7 +69,7 @@
           label: '高级会员(月)剩余可售 0 个 新增',
           defaultValue: 0,
           ifShow:false,
-          suffix:'',
+          suffix:'',
           componentProps: {
             max: 999,
             min:0,

+ 2 - 2
src/views/dealer/finance.vue

@@ -62,13 +62,13 @@ export default defineComponent({
         width: 250,
       },
       {
-        title: '专业会员(年)销售数',
+        title: '专业会员(年)销售数',
         dataIndex: 'majorNum',
         ellipsis: true,
         width: 80,
       },
       {
-        title: '高级会员(月)销售数',
+        title: '高级会员(月)销售数',
         ellipsis: true,
         dataIndex: 'highNum',
         width: 120,