瀏覽代碼

feat: 经销商相关修改

tangning 2 年之前
父節點
當前提交
d5b6fa4d2b
共有 2 個文件被更改,包括 4 次插入4 次删除
  1. 2 2
      src/views/dealer/components/financeModal.vue
  2. 2 2
      src/views/dealer/finance.vue

+ 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,