Commit f8cb924a authored by qinj's avatar qinj

审批字段修改为确认

parent a5e84bc2
......@@ -96,7 +96,7 @@
<div class="form-container">审批意见</div>
<div class="btn">
<el-button type="primary"
@click="approve">审批</el-button>
@click="approve">确认</el-button>
<el-button type=""
@click="reject">退回</el-button>
</div>
......
......@@ -59,7 +59,7 @@
<div class="form-container">审批意见</div>
<div class="btn">
<el-button type="primary"
@click="approve">审批</el-button>
@click="approve">确认</el-button>
<el-button type=""
@click="reject">退回</el-button>
</div>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment