通知中心,修改字段名称

This commit is contained in:
duan
2024-09-02 10:36:57 +08:00
parent d538252399
commit e2aa28b9d8
2 changed files with 8 additions and 11 deletions

View File

@@ -35,13 +35,13 @@
</template>
</el-table-column>
<el-table-column label="昵称" prop="nickname"> </el-table-column>
<el-table-column label="商品库存" prop="createdAt">
<el-table-column label="商品库存预警" prop="createdAt">
<template v-slot="scope">
<el-switch v-model="scope.row.proState" :active-value="1" :inactive-value="0"
@change="changeHot(scope.row.proState, 0, scope.row.openId)"></el-switch>
</template>
</el-table-column>
<el-table-column label="耗材" prop="createdAt">
<el-table-column label="耗材库存预警" prop="createdAt">
<template v-slot="scope">
<el-switch v-model="scope.row.conState" :active-value="1" :inactive-value="0"
@change="changeHot(scope.row.conState, 1, scope.row.openId)"></el-switch>