From b3b69c5b2a4db34e115257d40084754b42bf9f6d Mon Sep 17 00:00:00 2001 From: "DESKTOP-1R2VSQH\\Lenovo ThinkPad E490" Date: Mon, 9 Feb 2026 16:23:02 +0700 Subject: [PATCH 1/5] feat:add Table Operator --- src/api/18_command/api.command.ts | 1 + .../18_command/components/Step/1_Detail.vue | 822 +++++++++++------- .../components/Step/Dialog1_AddOperetor.vue | 323 +++++++ .../18_command/interface/response/Main.ts | 24 + src/modules/18_command/views/detail.vue | 16 +- 5 files changed, 886 insertions(+), 300 deletions(-) create mode 100644 src/modules/18_command/components/Step/Dialog1_AddOperetor.vue diff --git a/src/api/18_command/api.command.ts b/src/api/18_command/api.command.ts index d986ff9b2..5e960210a 100644 --- a/src/api/18_command/api.command.ts +++ b/src/api/18_command/api.command.ts @@ -27,4 +27,5 @@ export default { commandDirector: `${env.API_URI}/org/profile/commander-director`, commandEditSalary: `${command}/tab2/edit-salary`, + commandOperator: `${env.API_URI}/org/commandoperator`, }; diff --git a/src/modules/18_command/components/Step/1_Detail.vue b/src/modules/18_command/components/Step/1_Detail.vue index 34d7cd38e..bf809382b 100644 --- a/src/modules/18_command/components/Step/1_Detail.vue +++ b/src/modules/18_command/components/Step/1_Detail.vue @@ -1,6 +1,6 @@