Commit 26e356fc by LJM

bug

parent e440b1c4
Showing with 1 additions and 1 deletions
......@@ -155,7 +155,7 @@
<el-table-column label="操作" width="66" align="center">
<template slot-scope="scope">
<!--待确认-->
<a href="javascript:;" @click="edit(scope.row)" class="row rowCenter verCenter btn-element" v-if="scope.row.quote_status == 7" style="background: #ff7e11">确认</a>
<a href="javascript:;" @click="edit(scope.row)" class="row rowCenter verCenter btn-element" v-if="scope.row.quote_status == 7" style="background: #ff7e11">待报价</a>
<!--已成单-->
<a href="javascript:;" @click="edit(scope.row)" class="row rowCenter verCenter btn-element" v-else-if="scope.row.quote_status == 3" style="background: #aaaaaa">修改</a>
<!--确认中-->
......
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 sign in to comment