发布提醒的按钮禁用
This commit is contained in:
@@ -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>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user