Skip to content
项目
群组
代码片段
帮助
当前项目
正在载入...
登录 / 注册
切换导航面板
H
housing-estate
项目
项目
详情
活动
周期分析
仓库
仓库
文件
提交
分支
标签
贡献者
图表
比较
统计图
议题
0
议题
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
CI / CD
CI / CD
流水线
作业
日程
统计图
Wiki
Wiki
代码片段
代码片段
成员
成员
折叠边栏
关闭边栏
活动
图像
聊天
创建新问题
作业
提交
问题看板
Open sidebar
物业总平台
housing-estate
Commits
72b89a3c
提交
72b89a3c
authored
6月 20, 2023
作者:
何忠建
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
导入导出
上级
95941b7b
隐藏空白字符变更
内嵌
并排
正在显示
9 个修改的文件
包含
26 行增加
和
13 行删除
+26
-13
Analysis.vue
src/views/dashboard/Analysis.vue
+2
-2
building.vue
src/views/information/building/building.vue
+3
-2
capital.vue
src/views/information/capital/capital.vue
+1
-1
house.vue
src/views/information/house/house.vue
+3
-2
owner.vue
src/views/information/owner/owner.vue
+13
-2
worker.vue
src/views/information/worker/worker.vue
+1
-1
advertisement.vue
src/views/property/advertisement/advertisement.vue
+1
-1
complaint.vue
src/views/property/complaint/complaint.vue
+1
-1
maintenance.vue
src/views/property/maintenance/maintenance.vue
+1
-1
没有找到文件。
src/views/dashboard/Analysis.vue
浏览文件 @
72b89a3c
...
...
@@ -227,8 +227,8 @@ export default {
})
this
.
repairData
=
[
// { item: '全部报修', count: result.repairTotal || 0 },
{
item
:
'待派单'
,
count
:
result
.
waitDispatch
||
0
},
{
item
:
'
维修中'
,
count
:
result
.
inRepai
r
||
0
},
//
{ item: '待派单', count: result.waitDispatch || 0 },
{
item
:
'
未完成'
,
count
:
result
.
repairTotal
-
result
.
repairOve
r
||
0
},
{
item
:
'已完成'
,
count
:
result
.
repairOver
||
0
},
]
this
.
complaintsData
=
[
...
...
src/views/information/building/building.vue
浏览文件 @
72b89a3c
...
...
@@ -30,7 +30,7 @@
<!-- 操作按钮区域 -->
<div
class=
"table-operator"
>
<a-button
@
click=
"handleAdd"
type=
"primary"
icon=
"plus"
>
新增
</a-button>
<a-button
type=
"primary"
icon=
"download"
@
click=
"handleExportXls('
t_property_settled
')"
>
导出
</a-button>
<a-button
type=
"primary"
icon=
"download"
@
click=
"handleExportXls('
楼宇管理
')"
>
导出
</a-button>
<a-dropdown
v-if=
"selectedRowKeys.length > 0"
>
<a-menu
slot=
"overlay"
>
<a-menu-item
key=
"1"
@
click=
"batchDel"
><a-icon
type=
"delete"
/>
删除
</a-menu-item>
...
...
@@ -162,7 +162,8 @@
url
:
{
list
:
"/property-community/building/communityBuilding/list"
,
delete
:
'/property-community/building/communityBuilding/delete'
,
deleteBatch
:
'/property-community/building/communityBuilding/deleteBatch'
deleteBatch
:
'/property-community/building/communityBuilding/deleteBatch'
,
exportXlsUrl
:
"/property-community/building/communityBuilding/exportXls"
,
}
}
},
...
...
src/views/information/capital/capital.vue
浏览文件 @
72b89a3c
...
...
@@ -23,7 +23,7 @@
<!-- 操作按钮区域 -->
<div
class=
"table-operator"
>
<a-button
@
click=
"handleAdd"
type=
"primary"
icon=
"plus"
>
新增
</a-button>
<
a-button
type=
"primary"
icon=
"download"
@
click=
"handleExportXls('t_property_settled')"
>
导出
</a-button
>
<
!--
<a-button
type=
"primary"
icon=
"download"
@
click=
"handleExportXls('t_property_settled')"
>
导出
</a-button>
--
>
<a-dropdown
v-if=
"selectedRowKeys.length > 0"
>
<a-menu
slot=
"overlay"
>
<a-menu-item
key=
"1"
@
click=
"batchDel"
><a-icon
type=
"delete"
/>
删除
</a-menu-item>
...
...
src/views/information/house/house.vue
浏览文件 @
72b89a3c
...
...
@@ -36,7 +36,7 @@
<!-- 操作按钮区域 -->
<div
class=
"table-operator"
>
<a-button
@
click=
"handleAdd"
type=
"primary"
icon=
"plus"
>
新增
</a-button>
<a-button
type=
"primary"
icon=
"download"
@
click=
"handleExportXls('
t_property_settled
')"
>
导出
</a-button>
<a-button
type=
"primary"
icon=
"download"
@
click=
"handleExportXls('
房屋管理
')"
>
导出
</a-button>
<a-dropdown
v-if=
"selectedRowKeys.length > 0"
>
<a-menu
slot=
"overlay"
>
<a-menu-item
key=
"1"
@
click=
"batchDel"
><a-icon
type=
"delete"
/>
删除
</a-menu-item>
...
...
@@ -177,7 +177,8 @@
url
:
{
list
:
"/property-community/building/communityRoom/list"
,
delete
:
'/property-community/building/communityRoom/delete'
,
deleteBatch
:
'/property-community/building/communityRoom/deleteBatch'
deleteBatch
:
'/property-community/building/communityRoom/deleteBatch'
,
exportXlsUrl
:
"/property-community/building/communityRoom/exportXls"
}
}
},
...
...
src/views/information/owner/owner.vue
浏览文件 @
72b89a3c
...
...
@@ -43,7 +43,11 @@
<!-- 操作按钮区域 -->
<div
class=
"table-operator"
>
<a-button
@
click=
"handleAdd"
type=
"primary"
icon=
"plus"
>
新增
</a-button>
<a-button
type=
"primary"
icon=
"download"
@
click=
"handleExportXls('t_property_settled')"
>
导出
</a-button>
<!--
<a-button
icon=
"download"
>
模板下载
</a-button>
-->
<a-upload
name=
"file"
:showUploadList=
"false"
:multiple=
"false"
:headers=
"tokenHeader"
:action=
"importExcelUrl"
@
change=
"handleImportExcel"
>
<a-button
type=
"primary"
icon=
"import"
>
导入
</a-button>
</a-upload>
<a-button
type=
"primary"
icon=
"download"
@
click=
"handleExportXls('业主管理')"
>
导出
</a-button>
<a-dropdown
v-if=
"selectedRowKeys.length > 0"
>
<a-menu
slot=
"overlay"
>
<a-menu-item
key=
"1"
@
click=
"batchDel"
><a-icon
type=
"delete"
/>
删除
</a-menu-item>
...
...
@@ -224,7 +228,9 @@
url
:
{
list
:
"/property-community/info/communityOwner/list"
,
delete
:
'/property-community/info/communityOwner/delete'
,
deleteBatch
:
'/property-community/info/communityOwner/deleteBatch'
deleteBatch
:
'/property-community/info/communityOwner/deleteBatch'
,
exportXlsUrl
:
"/property-community/info/communityOwner/exportXls"
,
importExcelUrl
:
"property-community/info/communityOwner/importExcel"
}
,
treeData
:
[]
...
...
@@ -234,6 +240,11 @@
this
.
getBuildingList
()
this
.
initDictData
()
}
,
computed
:
{
importExcelUrl
:
function
(){
return
`${window._CONFIG['domianURL']
}
/${this.url.importExcelUrl
}
`
;
}
}
,
methods
:
{
initDictData
()
{
//优先从缓存中读取字典配置
...
...
src/views/information/worker/worker.vue
浏览文件 @
72b89a3c
...
...
@@ -23,7 +23,7 @@
<!-- 操作按钮区域 -->
<div
class=
"table-operator"
>
<a-button
@
click=
"handleAdd"
type=
"primary"
icon=
"plus"
>
新增
</a-button>
<
a-button
type=
"primary"
icon=
"download"
@
click=
"handleExportXls('t_property_settled')"
>
导出
</a-button
>
<
!--
<a-button
type=
"primary"
icon=
"download"
@
click=
"handleExportXls('t_property_settled')"
>
导出
</a-button>
--
>
<a-dropdown
v-if=
"selectedRowKeys.length > 0"
>
<a-menu
slot=
"overlay"
>
<a-menu-item
key=
"1"
@
click=
"batchDel"
><a-icon
type=
"delete"
/>
删除
</a-menu-item>
...
...
src/views/property/advertisement/advertisement.vue
浏览文件 @
72b89a3c
...
...
@@ -23,7 +23,7 @@
<!-- 操作按钮区域 -->
<div
class=
"table-operator"
>
<a-button
@
click=
"handleAdd"
type=
"primary"
icon=
"plus"
>
新增
</a-button>
<
a-button
type=
"primary"
icon=
"download"
@
click=
"handleExportXls('t_property_settled')"
>
导出
</a-button
>
<
!--
<a-button
type=
"primary"
icon=
"download"
@
click=
"handleExportXls('t_property_settled')"
>
导出
</a-button>
--
>
<a-dropdown
v-if=
"selectedRowKeys.length > 0"
>
<a-menu
slot=
"overlay"
>
<a-menu-item
key=
"1"
@
click=
"batchDel"
><a-icon
type=
"delete"
/>
删除
</a-menu-item>
...
...
src/views/property/complaint/complaint.vue
浏览文件 @
72b89a3c
...
...
@@ -30,7 +30,7 @@
<!-- 操作按钮区域 -->
<div
class=
"table-operator"
>
<!--
<a-button
@
click=
"handleAdd"
type=
"primary"
icon=
"plus"
>
新增
</a-button>
-->
<
a-button
type=
"primary"
icon=
"download"
@
click=
"handleExportXls('t_property_settled')"
>
导出
</a-button
>
<
!--
<a-button
type=
"primary"
icon=
"download"
@
click=
"handleExportXls('t_property_settled')"
>
导出
</a-button>
--
>
<!--
<a-dropdown
v-if=
"selectedRowKeys.length > 0"
>
<a-menu
slot=
"overlay"
>
<a-menu-item
key=
"1"
@
click=
"batchDel"
><a-icon
type=
"delete"
/>
删除
</a-menu-item>
...
...
src/views/property/maintenance/maintenance.vue
浏览文件 @
72b89a3c
...
...
@@ -30,7 +30,7 @@
<!-- 操作按钮区域 -->
<div
class=
"table-operator"
>
<!--
<a-button
@
click=
"handleAdd"
type=
"primary"
icon=
"plus"
>
新增
</a-button>
-->
<
a-button
type=
"primary"
icon=
"download"
@
click=
"handleExportXls('t_property_settled')"
>
导出
</a-button
>
<
!--
<a-button
type=
"primary"
icon=
"download"
@
click=
"handleExportXls('t_property_settled')"
>
导出
</a-button>
--
>
<a-dropdown
v-if=
"selectedRowKeys.length > 0"
>
<a-menu
slot=
"overlay"
>
<a-menu-item
key=
"1"
@
click=
"batchDel"
><a-icon
type=
"delete"
/>
删除
</a-menu-item>
...
...
编写
预览
Markdown
格式
0%
重试
或
添加新文件
添加附件
取消
您添加了
0
人
到此讨论。请谨慎行事。
请先完成此评论的编辑!
取消
请
注册
或者
登录
后发表评论