|
@@ -34,7 +34,7 @@
|
|
|
</template>
|
|
|
<template slot-scope="{type,size,row,index}" slot="menu">
|
|
|
<!-- <el-button :size="size" :type="type" @click="check(row)">查看</el-button> -->
|
|
|
- <el-button :size="size" :type="type" :disabled="row.status && row.status !== '1'"
|
|
|
+ <el-button :size="size" :type="type" :disabled="row.status && row.status === '1'"
|
|
|
@click="$refs.crud.rowDel(row, index)">删除</el-button>
|
|
|
</template>
|
|
|
<template slot="corpNameSearch">
|