fix: 修复运行时订阅通知类型列表警告

This commit is contained in:
YeMingfei666 2025-03-14 14:25:14 +08:00
parent 57ea2842c1
commit 389d5542ff
1 changed files with 1 additions and 1 deletions

View File

@ -38,7 +38,7 @@
<el-table-column label="订阅类型">
<template v-slot="scope">
<el-checkbox-group
v-model="scope.row.typeInfo"
:model-value="scope.row.typeInfo"
@change="typeInfoChange($event, scope.row)"
>
<el-checkbox label="耗材推送" value="con"></el-checkbox>