@@ -94,7 +94,10 @@
>审查记录</el-button
>
<el-button
- v-if="['待审', '审查中'].indexOf(scope.row.sczt) > -1"
+ v-if="
+ scope.row.sczt.indexOf('待审') > -1 ||
+ scope.row.sczt.indexOf('审查中') > -1
+ "
type="primary"
link
class="caozuo"