@@ -56,7 +56,6 @@
<el-button
type="text"
v-if="
- true ||
props.scope.row.checkStatus === 1 ||
props.scope.row.checkStatus === 5
"
@@ -82,17 +82,6 @@
<el-button type="text" @click="handelDetail(props.scope.row)">
详情
</el-button>
- <!-- <el-button
- v-if="isEdit"
- type="text"
- :disabled="
- props.scope.row.checkStatus !== 0 ||
- getRoles(props.scope.row.roleId)
- "
- @click="handelDetail(props.scope.row, 3)"
- >
- 审核
- </el-button> -->
</template>
</table-list>
<pagination1