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: '请输入分佣比例',
|
message: '请输入分佣比例',
|
||||||
trigger: 'blur',
|
trigger: 'blur',
|
||||||
},
|
},
|
||||||
expiration: {
|
|
||||||
required: true,
|
|
||||||
type: 'number',
|
|
||||||
message: '请输入豆子过期时间',
|
|
||||||
trigger: 'blur',
|
|
||||||
},
|
|
||||||
}
|
}
|
||||||
|
|
||||||
const nowRow = ref({})
|
const nowRow = ref({})
|
||||||
|
|||||||
@@ -359,6 +359,7 @@ const clear = () => {
|
|||||||
time: null,
|
time: null,
|
||||||
word: '',
|
word: '',
|
||||||
selectKey: null,
|
selectKey: null,
|
||||||
|
pay_type: null,
|
||||||
}
|
}
|
||||||
getList()
|
getList()
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user