|
@@ -60,7 +60,7 @@
|
|
|
<el-button
|
|
<el-button
|
|
|
v-if="scope.row.scope === 1"
|
|
v-if="scope.row.scope === 1"
|
|
|
size="mini"
|
|
size="mini"
|
|
|
- @click="handleScope(scope.$index, scope.row)">全部可见</el-button>
|
|
|
|
|
|
|
+ @click="handleScope(scope.$index, scope.row)">所有人可见</el-button>
|
|
|
<el-button
|
|
<el-button
|
|
|
v-else-if="scope.row.scope === 2"
|
|
v-else-if="scope.row.scope === 2"
|
|
|
size="mini"
|
|
size="mini"
|