|
|
@ -113,8 +113,8 @@ |
|
|
|
通过 |
|
|
|
</el-button> |
|
|
|
</template> |
|
|
|
<template #actions="{ confirm }"> |
|
|
|
<el-button size="small">取消</el-button> |
|
|
|
<template #actions="{ confirm, cancel }"> |
|
|
|
<el-button size="small" @click="cancel">取消</el-button> |
|
|
|
<el-button type="primary" size="small" :disabled="clicked" @click="confirm"> |
|
|
|
确认 |
|
|
|
</el-button> |
|
|
@ -630,6 +630,10 @@ const trimJwCode = () => { |
|
|
|
rechargeAudit.value.jwcode = rechargeAudit.value.jwcode.replace(/\s/g, ''); |
|
|
|
} |
|
|
|
} |
|
|
|
const cancelClick = () => { |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
const formatTime = (val) => val ? moment(val).format('YYYY-MM-DD HH:mm:ss') : '' |
|
|
|
// 挂载 |
|
|
|
onMounted(async function () { |
|
|
|