Commit 7e4f5bb9 authored by 黄媛媛's avatar 黄媛媛

update

parent 8f1c9ae7
......@@ -107,7 +107,7 @@
<el-tooltip class="item" effect="dark" content="删除" placement="top-start">
<el-button v-if="item.CreateBy==EmployeeId && item.ConfirmStatus==1" @click="Delete(item)" style="padding:4px" type="danger" icon="el-icon-delete" circle></el-button>
</el-tooltip>
<el-tooltip class="item" effect="dark" content="红利制单" placement="top-start">
<el-tooltip class="item" effect="dark" content="利润分配制单" placement="top-start">
<el-button v-if="item.ConfirmStatus==2 && item.EmployeeId==EmployeeId" @click="goUrl(item)" style="padding:4px" type="success" icon="el-icon-circle-plus" circle></el-button>
</el-tooltip>
......
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