|
@@ -97,7 +97,7 @@
|
|
>
|
|
>
|
|
<template slot-scope="scope">
|
|
<template slot-scope="scope">
|
|
<el-button
|
|
<el-button
|
|
- v-if="!scope.row.enable || curTab === 'all'"
|
|
|
|
|
|
+ v-if="!scope.row.enable"
|
|
class="btn-primary"
|
|
class="btn-primary"
|
|
type="text"
|
|
type="text"
|
|
@click="toScan(scope.row)"
|
|
@click="toScan(scope.row)"
|