|
|
@@ -252,8 +252,8 @@
|
|
|
|
|
|
<el-table-column label="操作" align="center" fixed="right" min-width="250">
|
|
|
<template slot-scope="scope">
|
|
|
- <el-button v-if="scope.row.orderstatus != '3'" size="mini" type="text" style="color: #2d4d89"
|
|
|
- @click="resendData(scope.$index, scope.row)">补传资料</el-button>
|
|
|
+ <!-- <el-button v-if="scope.row.orderstatus != '3'" size="mini" type="text" style="color: #2d4d89"
|
|
|
+ @click="resendData(scope.$index, scope.row)">补传资料</el-button> -->
|
|
|
<el-button v-if="scope.row.orderstatus != '3'" size="mini" type="text" style="color: #2d4d89"
|
|
|
@click="CloseEdit(scope.$index, scope.row)">重新报价</el-button>
|
|
|
<el-button size="mini" style="color: #2d4d89" type="text"
|