油卡bug

This commit is contained in:
齐天大圣 2023-11-03 15:58:40 +08:00
parent 3c0078066e
commit 15310c076c

View File

@ -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)"