Commit 47455376 authored by 黄奎's avatar 黄奎

页面修改

parent d3dd278b
......@@ -290,6 +290,7 @@
<td>{{ item.C_TCNUM }}</td>
<td>{{ item.C_ProductName }}</td>
<td>
<span v-if="item.Status==3" style="color:red;">已驳回</span>
<span v-else-if="item.Status==1" style="color:blue;">待审核</span>
<span v-else-if="item.Status==2" style="color:green;">审核通过</span>
......@@ -315,7 +316,7 @@
<el-button type="danger" icon="iconfont icon-chehui" circle @click="SubmitContract(item,3)">
</el-button>
</el-tooltip>
<template v-if="item.Status==2">
<template v-if="item.Status==2||item.Status==4">
<el-tooltip class="item" effect="dark"
v-if="item.IsTravelAgencySignature==null|| item.IsTravelAgencySignature==0 " content="盖章"
placement="top-start">
......
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