|
@@ -93,7 +93,7 @@
|
|
<el-table-column align="center" label="操作">
|
|
<el-table-column align="center" label="操作">
|
|
<template slot-scope="scope">
|
|
<template slot-scope="scope">
|
|
<div>
|
|
<div>
|
|
- <el-button type="text" v-permission="'evaluateList/look'" @click="gotoEvakuateDetail(scope.row)">查看</el-button>
|
|
|
|
|
|
+ <el-button type="text" v-permission="'evaluateList/look'" v-show='scope.row.evaluateStatus' @click="gotoEvakuateDetail(scope.row)">查看</el-button>
|
|
</div>
|
|
</div>
|
|
</template>
|
|
</template>
|
|
</el-table-column>
|
|
</el-table-column>
|