|
@@ -36,7 +36,7 @@
|
|
|
<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>
|