bug
This commit is contained in:
@@ -354,7 +354,6 @@
|
|||||||
},
|
},
|
||||||
|
|
||||||
filterNode(value, data) {
|
filterNode(value, data) {
|
||||||
console.log(data)
|
|
||||||
if (!value) return true
|
if (!value) return true
|
||||||
return data.fileName.indexOf(value) !== -1
|
return data.fileName.indexOf(value) !== -1
|
||||||
},
|
},
|
||||||
|
|||||||
@@ -52,7 +52,7 @@
|
|||||||
<el-table-column slot="options" width="120px" fixed="right" label="操作" align="center">
|
<el-table-column slot="options" width="120px" fixed="right" label="操作" align="center">
|
||||||
<template slot-scope="{ row }">
|
<template slot-scope="{ row }">
|
||||||
<div class="table-options">
|
<div class="table-options">
|
||||||
<el-button type="text" @click="audit(row.id)" v-if="row.examineStatus === '0'">审核</el-button>
|
<el-button type="text" @click="audit(row.id)" v-if="row.examineStatus === '0'" :disabled="info.status === '1'">审核</el-button>
|
||||||
<el-button type="text" @click="toDetail(row.id)">详情</el-button>
|
<el-button type="text" @click="toDetail(row.id)">详情</el-button>
|
||||||
</div>
|
</div>
|
||||||
</template>
|
</template>
|
||||||
|
|||||||
Reference in New Issue
Block a user