From d4cae5c48af02e109b1febce8c7c21e560cd6525 Mon Sep 17 00:00:00 2001 From: xxyy <cathay_xy@163.com> Date: 星期二, 18 三月 2025 14:23:55 +0800 Subject: [PATCH] 更新配置和代码逻辑,优化查询及日志 --- Code Management/WMS/WIDESEA_WMSClient/src/views/system/Sys_Role.vue | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/Code Management/WMS/WIDESEA_WMSClient/src/views/system/Sys_Role.vue b/Code Management/WMS/WIDESEA_WMSClient/src/views/system/Sys_Role.vue index b5da209..963e063 100644 --- a/Code Management/WMS/WIDESEA_WMSClient/src/views/system/Sys_Role.vue +++ b/Code Management/WMS/WIDESEA_WMSClient/src/views/system/Sys_Role.vue @@ -22,7 +22,7 @@ export default defineComponent({ setup() { const table = ref({ - key: 'Role_Id', + key: 'roleId', footer: "Foots", cnName: '瑙掕壊绠$悊', name: 'Sys_Role', -- Gitblit v1.9.3