فهرست منبع

查看相机详情

tangning 2 سال پیش
والد
کامیت
c50335aa38
2فایلهای تغییر یافته به همراه5 افزوده شده و 5 حذف شده
  1. 1 1
      src/views/account/overview/interesModal.vue
  2. 4 4
      src/views/dealer/components/financeModal.vue

+ 1 - 1
src/views/account/overview/interesModal.vue

@@ -109,7 +109,7 @@
           reload,
         },
       ] = useTable({
-        title: `查看相机详情`,
+        // title: `查看相机详情`,
         searchInfo:{
           id:overviewInfo.value?.id
         },

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

@@ -34,7 +34,7 @@
     emits: ['update', 'register'],
     setup(props, { emit }) {
       const modelRef = ref({});
-      const title = ref('编辑经销商');
+      const title = ref('权益设置');
       const preventAutoFill = ref(true);
       const fileFlow = reactive({
         coverImageUrl:''
@@ -53,7 +53,7 @@
           label: '专业会员(年)剩余可售 0 个 新增',
           defaultValue: 0,
           componentProps: {
-            maxlength: 50,
+            max: 999,
             min:0,
           },
           colProps: {
@@ -66,7 +66,7 @@
           defaultValue: 0,
           ifShow:false,
           componentProps: {
-            maxlength: 50,
+            max: 999,
             min:0,
           },
           colProps: {
@@ -78,7 +78,7 @@
           label: '场景下载剩余可售 0 次 新增',
           defaultValue: 0,
           componentProps: {
-            maxlength: 50,
+            max: 999,
             min:0,
           },
           colProps: {