|
@@ -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: {
|