油卡bug
This commit is contained in:
parent
3c0078066e
commit
15310c076c
@ -109,15 +109,15 @@
|
|||||||
</template>
|
</template>
|
||||||
</el-table-column>
|
</el-table-column>
|
||||||
<el-table-column
|
<el-table-column
|
||||||
prop="status"
|
prop="activeStatus"
|
||||||
label="状态"
|
label="状态"
|
||||||
width="100">
|
width="100">
|
||||||
<template slot-scope="scope">
|
<template slot-scope="scope">
|
||||||
|
|
||||||
<el-switch
|
<el-switch
|
||||||
v-model="scope.row.status"
|
v-model="scope.row.activeStatus"
|
||||||
active-value="false"
|
active-value="1"
|
||||||
inactive-value="true"
|
inactive-value="2"
|
||||||
active-color="#409EFF"
|
active-color="#409EFF"
|
||||||
inactive-color="#909399"
|
inactive-color="#909399"
|
||||||
@change="posteid(scope.row)"
|
@change="posteid(scope.row)"
|
||||||
|
Loading…
Reference in New Issue
Block a user