|
|
@@ -25,7 +25,7 @@
|
|
|
@click="showComponent('manual', row)">手动确认</el-button>
|
|
|
<el-button type="warning" size="small" v-if="row.buyorsell === row.executeside - 1"
|
|
|
@click="showComponent('delay', row)">延期</el-button>
|
|
|
- <el-button type="primary" size="small" v-if="![6, 7].includes(row.performancestatus)"
|
|
|
+ <el-button type="danger" size="small" v-if="![6, 7].includes(row.performancestatus)"
|
|
|
@click="showComponent('contracted', row)">违约</el-button>
|
|
|
<el-button type="info" v-if="![6, 7].includes(row.performancestatus)" size="small"
|
|
|
@click="showComponent('edit', row)">修改</el-button>
|