字段修改+权限存入

This commit is contained in:
ym1026
2025-09-09 10:00:01 +08:00
parent 2f602ad72a
commit 79e99379a0
7 changed files with 22 additions and 26 deletions

View File

@@ -20,7 +20,7 @@
<template #status="record">
<span>{{ ['未启用', '启用'][record.status] }}</span>
</template>
<template #work_mode_id="record">
<template #work_mode="record">
<span>{{workModeList.find(item=>record.value==item.value)?.label|| '' }}</span>
</template>
<template #policy_id="record">