|
|
@ -87,7 +87,7 @@
|
|
|
|
<el-tag type="info" v-if="scope.row.accessPolicy === '2'">custom</el-tag>
|
|
|
|
<el-tag type="info" v-if="scope.row.accessPolicy === '2'">custom</el-tag>
|
|
|
|
</template>
|
|
|
|
</template>
|
|
|
|
</el-table-column>
|
|
|
|
</el-table-column>
|
|
|
|
<el-table-column label="状态" align="center" prop="status">
|
|
|
|
<el-table-column label="是否默认" align="center" prop="status">
|
|
|
|
<template slot-scope="scope">
|
|
|
|
<template slot-scope="scope">
|
|
|
|
<el-switch
|
|
|
|
<el-switch
|
|
|
|
v-model="scope.row.status"
|
|
|
|
v-model="scope.row.status"
|
|
|
|