mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/fe-manage.git
synced 2025-12-09 19:06:45 +08:00
审批审批过程 ,撤销按钮
This commit is contained in:
@@ -78,11 +78,11 @@
|
||||
</a-tabs>
|
||||
</div>
|
||||
</div>
|
||||
<div class="btnn" v-if="formData?.status==1||formData?.status==4">
|
||||
<!-- <div class="btnn" v-if="formData?.status==1||formData?.status==4"> -->
|
||||
<!-- <button class="btn2" @click="closeDrawer">取消</button>
|
||||
<button class="btn2" @click="closeDrawer">确定</button> -->
|
||||
<button class="btn2" @click="confirm">撤销编辑内容</button>
|
||||
</div>
|
||||
<!-- <button class="btn2" @click="confirm">撤销编辑内容</button> -->
|
||||
<!-- </div> -->
|
||||
</div>
|
||||
<a-modal :footer="null" width="800px" v-model:visible="visibleModal" title="审批记录详情">
|
||||
<div style="margin: 20px;padding-bottom: 20px;">
|
||||
|
||||
Reference in New Issue
Block a user