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/property/costDetail/costDetail.html | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/public/pages/property/costDetail/costDetail.html b/public/pages/property/costDetail/costDetail.html
index c8153a4..95b9d9a 100644
--- a/public/pages/property/costDetail/costDetail.html
+++ b/public/pages/property/costDetail/costDetail.html
@@ -21,10 +21,9 @@
<button type="button" class="query-btn" v-on:click="_queryCostDetails()" style="line-height: 0px;">鏌ヨ</button>
<button type="button" class="reset-btn" v-on:click="_resetQuery()" style="line-height: 0px;">閲嶇疆</button>
<div class="action-buttons">
- <button type="button" class="add-btn" v-on:click="_addCostDetail()" style="line-height: 0px;">
- 娣诲姞
- </button>
+ <button type="button" class="download-btn" v-on:click="_downloadTemplate()" style="line-height: 0px; ">妯℃澘涓嬭浇</button>
<button type="button" class="import-btn" v-on:click="_importCostDetail()" style="line-height: 0px;">璐圭敤瀵煎叆</button>
+ <button type="button" class="add-btn" v-on:click="_addCostDetail()" style="line-height: 0px;">娣诲姞</button>
</div>
</div>
@@ -70,6 +69,7 @@
<td>{{item.buildingType || '-'}}</td>
<td>{{item.maintenanceType || '-'}}</td>
<td>
+ <a href="javascript:void(0)" v-on:click="_viewCostDetail(item)">璇︽儏</a>
<a href="javascript:void(0)" v-on:click="_viewMore(item)">鏇村</a>
<a href="javascript:void(0)" v-on:click="_editCostDetail(item)">缂栬緫</a>
<a href="javascript:void(0)" v-on:click="_deleteCostDetail(item)">鍒犻櫎</a>
--
Gitblit v1.8.0