From 061e0f38058889ea247d9ddf3a4d86a986200f14 Mon Sep 17 00:00:00 2001 From: "925116093-qq.com" <925116093@qq.com> Date: Fri, 30 May 2025 16:44:14 +0800 Subject: [PATCH] 202505301641 --- .../src/views/system/Coupons/index copy.vue | 1196 +++++++++++++++++ .../system/UsersWorker/UserEditDialog.vue | 370 +++++ .../system/WorkerApply/WorkerApplyEdit.vue | 236 ++++ 3 files changed, 1802 insertions(+) create mode 100644 ruoyi-ui/src/views/system/Coupons/index copy.vue create mode 100644 ruoyi-ui/src/views/system/UsersWorker/UserEditDialog.vue create mode 100644 ruoyi-ui/src/views/system/WorkerApply/WorkerApplyEdit.vue diff --git a/ruoyi-ui/src/views/system/Coupons/index copy.vue b/ruoyi-ui/src/views/system/Coupons/index copy.vue new file mode 100644 index 0000000..560a5af --- /dev/null +++ b/ruoyi-ui/src/views/system/Coupons/index copy.vue @@ -0,0 +1,1196 @@ + + + + + diff --git a/ruoyi-ui/src/views/system/UsersWorker/UserEditDialog.vue b/ruoyi-ui/src/views/system/UsersWorker/UserEditDialog.vue new file mode 100644 index 0000000..11d0846 --- /dev/null +++ b/ruoyi-ui/src/views/system/UsersWorker/UserEditDialog.vue @@ -0,0 +1,370 @@ + + + + + \ No newline at end of file diff --git a/ruoyi-ui/src/views/system/WorkerApply/WorkerApplyEdit.vue b/ruoyi-ui/src/views/system/WorkerApply/WorkerApplyEdit.vue new file mode 100644 index 0000000..50ec212 --- /dev/null +++ b/ruoyi-ui/src/views/system/WorkerApply/WorkerApplyEdit.vue @@ -0,0 +1,236 @@ + + + + + \ No newline at end of file