fix(custom): 修复若干bug

This commit is contained in:
2023-12-04 18:43:39 +08:00
parent 7c659b0b8a
commit e97cbda939
3 changed files with 2 additions and 7 deletions

View File

@@ -215,7 +215,7 @@ const columns = ref([
},
() => '一键登录'
),
[[vPerms, ['/admin/store/login']]]
[[vPerms, ['/admin/store/easy/login']]]
),
]
},

View File

@@ -196,12 +196,6 @@ const rules = {
message: '请输入分佣比例',
trigger: 'blur',
},
expiration: {
required: true,
type: 'number',
message: '请输入豆子过期时间',
trigger: 'blur',
},
}
const nowRow = ref({})

View File

@@ -359,6 +359,7 @@ const clear = () => {
time: null,
word: '',
selectKey: null,
pay_type: null,
}
getList()
}