From 9e90f6e2e7958310906ccb88489015bbd2bc02b8 Mon Sep 17 00:00:00 2001
From: liubp <1535785116@qq.com>
Date: 星期三, 24 十二月 2025 09:50:05 +0800
Subject: [PATCH] 权限页面完善,我的小区页面权限对接,费用明细详情页面,公共收益金编辑模态框
---
public/pages/frame/role/role-a/role-a.html | 44 ++++++++++++++++++++++++++++----------------
1 files changed, 28 insertions(+), 16 deletions(-)
diff --git a/public/pages/frame/role/role-a/role-a.html b/public/pages/frame/role/role-a/role-a.html
index 464dc07..f1d65e7 100644
--- a/public/pages/frame/role/role-a/role-a.html
+++ b/public/pages/frame/role/role-a/role-a.html
@@ -1,24 +1,36 @@
<h1 style="font-weight: 600;">椤甸潰鏉冮檺閰嶇疆</h1>
<div class="role-a-container">
- <h3>鍏ㄩ儴</h3>
- <div class="role-a-checkbox">
- <label>鍏ㄩ儴</label>
- <input type="checkbox" name="all" id="all">
- </div>
- <h3>鎸夐挳</h3>
<div class="role-a-checkbox" style="gap: 10px; display: flex; align-items: center;">
- <label>鍏ㄩ儴</label>
- <input type="checkbox" id="button-all">
+ <h3 style="margin: 0;">鍏ㄩ儴</h3>
+ <input type="checkbox" name="all" id="all" checked>
+ <label style="padding-top: 8px;">鍏ㄩ儴</label>
</div>
- <div id="button-container"></div>
- <h3>琛ㄥご</h3>
- <div class="role-a-checkbox" style="gap: 10px; display: flex; align-items: center;">
+ <div class="role-a-checkbox" style="border: 1px solid #e7eaec;"></div>
+
+ <div class="role-a-checkbox" style="gap: 10px; display: flex; align-items: center; margin-top: 20px;" v-show="buttonPrivileges.length > 0">
+ <h3 style="margin: 0;">鎸夐挳鏉冮檺</h3>
+ <input type="checkbox" id="button-all" checked>
<label>鍏ㄩ儴</label>
- <input type="checkbox" id="data-all">
</div>
- <div id="data-container"></div>
- <div class="role-a-buttons">
+ <div id="button-container" style="margin: 0 0 0 74px;"></div>
+
+ <div class="role-a-checkbox" style="gap: 10px; display: flex; align-items: center; margin-top: 20px;" v-show="labelPrivileges.length > 0">
+ <h3 style="margin: 0;">鏍囩鏉冮檺</h3>
+ <input type="checkbox" id="label-all" checked>
+ <label>鍏ㄩ儴</label>
+ </div>
+ <div id="label-container" style="margin: 0 0 0 74px;"></div>
+
+ <div class="role-a-checkbox" style="gap: 10px; display: flex; align-items: center; margin-top: 20px;" v-show="dataPrivileges.length > 0">
+ <h3 style="margin: 0;">琛ㄥご鏉冮檺</h3>
+ <input type="checkbox" id="data-all" checked>
+ <label>鍏ㄩ儴</label>
+ </div>
+ <div id="data-container" style="margin: 0 0 0 74px;"></div>
+
+ <div class="role-a-buttons" style="width: 100%; display: flex; justify-content: flex-end; gap: 10px; margin-top: 100px;">
<button type="button" class="btn btn-primary" id="save">淇濆瓨</button>
- <button type="button" class="btn btn-primary" id="cancel" v-on:click="goBack">杩斿洖</button>
+ <button type="button" class="btn btn-primary" id="reset">閲嶇疆</button>
+ <button type="button" class="btn btn-primary" id="cancel" v-on:click="goBack" style="margin-right: 100px;">鍙栨秷</button>
</div>
-</div>
+</div>
\ No newline at end of file
--
Gitblit v1.8.0