|
@@ -154,7 +154,7 @@
|
|
<template #footer v-if="!disabled">
|
|
<template #footer v-if="!disabled">
|
|
<span class="dialog-footer">
|
|
<span class="dialog-footer">
|
|
<el-button @click="closeDialog" class="default-button">取 消</el-button>
|
|
<el-button @click="closeDialog" class="default-button">取 消</el-button>
|
|
- <el-button type="primary" @click="redo" title="重办工单"> 重办 </el-button>
|
|
|
|
|
|
+ <el-button type="primary" @click="redo" title="重办工单" v-auth="'business:publish:redo'"> 重办 </el-button>
|
|
<el-button type="primary" @click="onPublish(ruleFormRef)" v-if="!disabled" :loading="state.loading">发布</el-button>
|
|
<el-button type="primary" @click="onPublish(ruleFormRef)" v-if="!disabled" :loading="state.loading">发布</el-button>
|
|
</span>
|
|
</span>
|
|
</template>
|
|
</template>
|