油卡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>
</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)"