fix:通知管理

This commit is contained in:
zhaohy
2024-07-17 15:54:35 +08:00
parent 5c902d174d
commit f10045b64d
4 changed files with 132 additions and 113 deletions

View File

@@ -11,6 +11,9 @@
}"
@click="clickSwitch({ enableRules: record.enableRules, record: record })" />
</template>
<template v-if="column.dataIndex === 'valueType'">
{{ record.valueType.label }}
</template>
</template>
</ns-view-list-table>
<!-- 新增or编辑界面 -->