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