From ea70083874ed565d5a45802e5fe519de3cf9b445 Mon Sep 17 00:00:00 2001 From: lSun <15893999301@qq.com> Date: Fri, 23 Jan 2026 15:17:38 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A4=96=E7=A7=9F=E8=A3=85=E5=A4=87=E7=AE=A1?= =?UTF-8?q?=E7=90=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/http/api/owner-manage/index.ts | 8 +- src/views/user/rent-manage/index.vue | 1122 ++++++++++++++++---------- 2 files changed, 706 insertions(+), 424 deletions(-) diff --git a/src/http/api/owner-manage/index.ts b/src/http/api/owner-manage/index.ts index a169985..65fb4db 100644 --- a/src/http/api/owner-manage/index.ts +++ b/src/http/api/owner-manage/index.ts @@ -28,4 +28,10 @@ export const updateStatus = (data: any = {}) => { //自有装备模板选择 export const getContractSelectList = () => { return get('/material-mall/contract/lisTemplate', {}) -} \ No newline at end of file +} + + +//装备名称下拉框获取 +export const getCategoryList = (data: any = {}) => { + return get('/material-mall/owner/getCategoryList', data) +} diff --git a/src/views/user/rent-manage/index.vue b/src/views/user/rent-manage/index.vue index c3c9cef..afe9a7d 100644 --- a/src/views/user/rent-manage/index.vue +++ b/src/views/user/rent-manage/index.vue @@ -1,240 +1,384 @@ - - - - - - - - - - - - - - - - - - - 查询 - 重置 - - - - - - - 新增装备 - - - - + + + + + + + + + + + + + + + + + + + 查询 + 重置 + + + + + + + 新增装备 + + + + - - - - - - - - 编辑 - 删除 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - *注: 支持格式:.jpg、.png 单个文件大小不能超过5M - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + 已上传 + + + 未上传 + - - - - - - - - - - + + + + + 编辑 + 删除 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + *注: 支持格式:.jpg、.png 单个文件大小不能超过5M + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 关闭 + + + - - \ No newline at end of file + +:deep .el-button--danger { + color: #FFF; + background-color: #FF5129; + border-color: #FF5129; +} + +:deep .el-button--text { + font-family: Microsoft YaHei, Microsoft YaHei; + font-weight: 400; + font-size: 14px; + color: #2CBAB2; + line-height: 22px; + text-align: left; + font-style: normal; + text-transform: none; +} +