| | |
| | | </el-table-column> |
| | | <el-table-column label="操作" width="200" fixed="right" align="center"> |
| | | <template #default="scope"> |
| | | <el-button link type="primary" @click="handleViewPriceStrategy(scope.row)">查看</el-button> |
| | | <el-button link type="primary" @click="handleViewPriceStrategy(scope.row)" style="color: #67C23A">查看</el-button> |
| | | <el-button link type="primary" @click="handleEditPriceStrategy(scope.row)">编辑</el-button> |
| | | <el-button link type="danger" @click="handleDeletePriceStrategy(scope.row)">删除</el-button> |
| | | </template> |
| | |
| | | </el-table-column> |
| | | <el-table-column label="操作" width="120" fixed="right" align="center"> |
| | | <template #default="scope"> |
| | | <el-button link type="primary" @click="handleViewContract(scope.row)">查看详情</el-button> |
| | | <el-button link type="primary" @click="handleViewContract(scope.row)" style="color: #67C23A">查看详情</el-button> |
| | | </template> |
| | | </el-table-column> |
| | | </el-table> |