This commit is contained in:
zhoumengru
2025-09-10 09:23:53 +08:00
7 changed files with 19 additions and 23 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">