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 @@ + + + + + + + + + + + + + 至 + + + + + + 至 + + + + + 至 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 搜索 + 重置 + + + + + + 新增优惠券 + + + 修改 + + + 删除 + + + 导出 + + + + + + + + + + + + + ¥ + {{scope.row.price.toFixed(2)}} + + + + + + + ¥ + {{scope.row.minPrice.toFixed(2)}} + + + + + + {{scope.row.count}} + + + + + + + {{scope.row.couponTime}}天 + + + + + + + + + + + {{scope.row.sort}} + + + + + + + + + + + + {{ scope.row.couponUserList ? scope.row.couponUserList.length : 0 }}条记录 + + + + + + + + {{ formatDate(scope.row.createdAt) }} + + + + + {{ formatDate(scope.row.updatedAt) }} + + + + + + + + + + + + + + + + + + + 通用券 + 品类券 + 商品券 + + + + + + + 新人券 + 手动领取 + 手动赠送 + + + + + + + + + + + + + 元 + + + + + + + + 元 + + + + + + + + + - + + + + + + + + + 是 + 否 + + + + + + + + 领取后至少30天有效 + + + + + + + + 天 + + + + + + + + 数字越小排序越靠前 + + + + + + + + + + + + + + + + + + + + + + + + + + {{ selectedUsers.length > 0 ? `已选择 ${selectedUsers.length} 个用户` : '选择赠送用户' }} + + + + + {{ user.name || '未命名用户' }} + {{ user.phone || '无手机号' }} + + + + + + + + + + + + + + + + + {{ formatDate(scope.row.addTime) }} + + + + + {{ formatDate(scope.row.loseTime) }} + + + + + {{ formatDate(scope.row.useTime) }} + + + + + + + + + + + + 未使用 + 已使用 + 已失效 + + + + + + + + + + + + 搜索 + + + + + + + + + + + + + + + + + + + + + + + + + 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 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + {{dict.label}} + + + + + + + + + + + + + + + + + + \ No newline at end of file