Commit fdebd7c2 authored by zhengke's avatar zhengke

修改

parent d27d0245
......@@ -312,7 +312,7 @@
</el-button>
</el-tooltip>
<el-tooltip class="item" effect="dark" content="驳回" placement="top-start" v-if="item.Status==1">
<el-button type="info" icon="iconfont icon-shenhebohui" circle @click="SubmitContract(item,3)">
<el-button type="danger" icon="iconfont icon-chehui" circle @click="SubmitContract(item,3)">
</el-button>
</el-tooltip>
<template v-if="item.Status==2">
......@@ -324,8 +324,8 @@
</el-tooltip>
</template>
<el-tooltip class="item" effect="dark" content="查看" placement="top-start">
<el-button type="danger" icon="iconfont icon-chakan" circle @click="ViewContract(item)"
style="padding:4px;"></el-button>
<el-button type="success" icon="iconfont icon-chakan" circle @click="ViewContract(item)"
style="padding:5px;"></el-button>
</el-tooltip>
</td>
</tr>
......
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