|
|
@ -95,12 +95,15 @@ |
|
|
|
type="primary" |
|
|
|
class="search-button-style" |
|
|
|
style="margin-left: 0;" |
|
|
|
:disabled="item.title === '修改' && formData['AP_CustDemandVerHead-Status'] === '1'" |
|
|
|
@click="handleAddValst()" |
|
|
|
>新增</el-button> |
|
|
|
</template> |
|
|
|
<template #default="scope"> |
|
|
|
<el-button |
|
|
|
type="danger" |
|
|
|
class="search-button-style" |
|
|
|
:disabled="item.title === '修改' && formData['AP_CustDemandVerHead-Status'] === '1'" |
|
|
|
style="margin-left: 0;background: red;border-color: red;" |
|
|
|
@click="handleDeleteValst(scope.$index)" |
|
|
|
>删除</el-button> |
|
|
|
</template> |
|
|
|