发布提醒的按钮禁用

This commit is contained in:
fengachen
2021-09-29 15:49:30 +08:00
parent 481c8b547c
commit c5c7f56540
@@ -62,7 +62,7 @@
</span>
</a-table>
<template slot="footer">
<a-button type="primary" @click="handleOk" v-preventclick>确定发布</a-button>
<a-button type="primary" :disabled="confirmLoading" @click="handleOk" v-preventclick>确定发布</a-button>
<a-button @click="handleCancel">取消</a-button>
</template>