公告板
版本库
filestore
活动
搜索
登录
main
/
Lianxun_Vue
联讯物业系统前端
概况
操作记录
提交次数
目录
文档
派生
对比
blame
|
历史
|
原始文档
权限页面完善,我的小区页面权限对接,费用明细详情页面,公共收益金编辑模态框
liubp
2025-12-24
9e90f6e2e7958310906ccb88489015bbd2bc02b8
[Lianxun_Vue.git]
/
public
/
pages
/
property
/
costDetail
/
add
/
add.js
1
2
3
4
5
6
7
8
9
(function (vc) {
vc.extends({
data: {
fundType: 'repair', // 默认选中维修资金
fundSystemType: 'out' // 默认选中系统外
}
});
})(window.vc);