fix(custom): 修复若干bug
This commit is contained in:
@@ -215,7 +215,7 @@ const columns = ref([
|
||||
},
|
||||
() => '一键登录'
|
||||
),
|
||||
[[vPerms, ['/admin/store/login']]]
|
||||
[[vPerms, ['/admin/store/easy/login']]]
|
||||
),
|
||||
]
|
||||
},
|
||||
|
||||
@@ -196,12 +196,6 @@ const rules = {
|
||||
message: '请输入分佣比例',
|
||||
trigger: 'blur',
|
||||
},
|
||||
expiration: {
|
||||
required: true,
|
||||
type: 'number',
|
||||
message: '请输入豆子过期时间',
|
||||
trigger: 'blur',
|
||||
},
|
||||
}
|
||||
|
||||
const nowRow = ref({})
|
||||
|
||||
@@ -359,6 +359,7 @@ const clear = () => {
|
||||
time: null,
|
||||
word: '',
|
||||
selectKey: null,
|
||||
pay_type: null,
|
||||
}
|
||||
getList()
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user