+
{{ fit.toward }}
@@ -117,31 +117,11 @@
{{ props.row.buildingName}}
{{ props.row.address}}
-
- @*
-
-
-
-
- {{ props.row.submitCode}}
- {{ props.row.communityName}}
- {{ dateFormat("mm-dd", props.row.createtime )}}
- {{ props.row.deliveryear}}
- {{ props.row.buildcount}}
- {{ props.row.householdcount}}
- {{ props.row.totalfloorage}}
- {{ props.row.isExistProblem==1?'是':'否' }}
- {{ props.row.problemismodify==1?'是':'否'}}
- {{ props.row.problemmodifyunitname}}
- {{ props.row.problemmodifyisagain==1?'是':'否'}}
- {{ props.row.contract}}
- *@
-
+
- 查看社区统计
- 导出Excel
+ 查看社区统计
+ 导出Excel
@@ -320,10 +300,10 @@
check_login() {
this.token = window.sessionStorage.getItem('__TOKEN');
if (!this.token)
- location = '/gb/yjb/manage/login'
+ location = '/202307/html/manage/login.html'
},
toCommunityPage() {
- location = '/gb/yjb/OutsideWall/Result'
+ location = '/202307/html/OutsideWall/Result.html'
},
loading_false() { this.loading = false },
diff --git a/20220330_Vote/Ewide.Web.Entry/wwwroot/html/outsidewall/result.html b/20220330_Vote/Ewide.Web.Entry/wwwroot/html/outsidewall/result.html
index 6ba121e..fa218dd 100644
--- a/20220330_Vote/Ewide.Web.Entry/wwwroot/html/outsidewall/result.html
+++ b/20220330_Vote/Ewide.Web.Entry/wwwroot/html/outsidewall/result.html
@@ -403,11 +403,11 @@
check_login() {
this.token = window.sessionStorage.getItem('__TOKEN');
if (!this.token)
- location = '/gb/yjb/manage/login'
+ location = '/202307/html/manage/login.html'
},
toBuildPage() {
- location = '/gb/yjb/OutsideWall/BuildingResult'
+ location = '/202307/html/outsidewall/BuildingResult.html'
},
loading_false() { this.loading = false },