|
|
@@ -59,8 +59,8 @@
|
|
|
</ul>
|
|
|
</div>
|
|
|
<div class="g-order-list__btnbar">
|
|
|
- <Button size="small" @click="showComponent('breach', item)" round>违约</Button>
|
|
|
- <Button size="small" @click="showComponent('modify', item)" round>修改</Button>
|
|
|
+ <Button size="small" v-if="![6, 7].includes(item.performancestatus)" @click="showComponent('breach', item)" round>违约</Button>
|
|
|
+ <Button size="small" v-if="![6, 7].includes(item.performancestatus)" @click="showComponent('modify', item)" round>修改</Button>
|
|
|
<Button size="small" @click="showComponent('detail', item)" round>详情</Button>
|
|
|
</div>
|
|
|
</div>
|