Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in / Register
Toggle navigation
J
jingan-wisdom
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
郭铭瑶
jingan-wisdom
Commits
036a648c
Commit
036a648c
authored
Feb 11, 2022
by
程卓
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'new' into 'master'
New See merge request
!3
parents
2343aea8
7bf4452d
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
53 additions
and
39 deletions
+53
-39
index.2cf1a0e1.js
dist/assets/index.2cf1a0e1.js
+31
-31
index.html
dist/index.html
+1
-1
api.ts
src/ajax/api.ts
+1
-0
component-lib.esm.js
src/utils/component-lib.esm.js
+20
-7
No files found.
dist/assets/index.
6842c726
.js
→
dist/assets/index.
2cf1a0e1
.js
View file @
036a648c
This diff is collapsed.
Click to expand it.
dist/index.html
View file @
036a648c
...
...
@@ -6,7 +6,7 @@
<link
rel=
"icon"
href=
"./favicon.ico"
/>
<meta
name=
"viewport"
content=
"width=device-width, initial-scale=1.0"
>
<title>
静安智慧房管
</title>
<script
type=
"module"
crossorigin
src=
"./assets/index.
6842c726
.js"
></script>
<script
type=
"module"
crossorigin
src=
"./assets/index.
2cf1a0e1
.js"
></script>
<link
rel=
"modulepreload"
href=
"./assets/vendor.d8be57b6.js"
>
<link
rel=
"stylesheet"
href=
"./assets/vendor.db35e2cd.css"
>
<link
rel=
"stylesheet"
href=
"./assets/index.1e95251e.css"
>
...
...
src/ajax/api.ts
View file @
036a648c
...
...
@@ -25,4 +25,5 @@ export default {
'/service-basicdatasync-ddd/public/tbl_community/entity/{id}/ext'
,
// 小区拓展信息
ELEVATOR
:
'/service-special-ja-ddd/public/elevatorInstallationInfos'
,
// 电梯
GIS
:
'/service-special-ja-ddd/public/giss'
,
// gis点位
WXZJ
:
'/service-documents-ddd/public/hcPayment/sumHacBal'
,
//维修资金
}
src/utils/component-lib.esm.js
View file @
036a648c
...
...
@@ -16004,7 +16004,7 @@ const _hoisted_9 = /*#__PURE__*/createTextVNode("% ");
const
_hoisted_10
=
/*#__PURE__*/
_withScopeId
(()
=>
/*#__PURE__*/
createElementVNode
(
"p"
,
null
,
"完成率"
,
-
1
));
const
_hoisted_11
=
/*#__PURE__*/
createTextVNode
(
" 维修资金
"
);
const
_hoisted_11
=
/*#__PURE__*/
createTextVNode
(
" 维修资金"
);
const
_hoisted_12
=
{
class
:
"warn"
...
...
@@ -16023,7 +16023,8 @@ const _config$4 = {
main
:
'/service-documents-ddd/public/checkOrder/operatingIndex'
,
capital
:
'/service-documents-ddd/public/maintenance/count/amt'
,
amount
:
'/service-documents-ddd/public/houseContinuedWarnings'
,
list
:
'/service-documents-ddd/public/buildingWarnings/countByStreet'
list
:
'/service-documents-ddd/public/buildingWarnings/countByStreet'
,
wxzj
:
'/service-documents-ddd/public/hcPayment/sumHacBal'
,
}
};
const
__default__$4
=
_config$4
;
...
...
@@ -16100,12 +16101,24 @@ function setup$4(__props) {
}];
});
ajax$1
.
get
({
url
:
_config$4
.
apis
.
list
}).
then
(
res
=>
{
var
_res$data4
;
barData
.
value
.
source
=
(
res
===
null
||
res
===
void
0
?
void
0
:
(
_res$data4
=
res
.
data
)
===
null
||
_res$data4
===
void
0
?
void
0
:
_res$data4
.
content
)
||
[];
url
:
_config$4
.
apis
.
list
}).
then
(
res
=>
{
var
_res$data4
;
barData
.
value
.
source
=
(
res
===
null
||
res
===
void
0
?
void
0
:
(
_res$data4
=
res
.
data
)
===
null
||
_res$data4
===
void
0
?
void
0
:
_res$data4
.
content
)
||
[];
});
ajax$1
.
get
({
url
:
_config$4
.
apis
.
wxzj
}).
then
(
res
=>
{
var
_res$data5
;
const
{
sumHacBal
=
0
// 维修资金
}
=
(
res
===
null
||
res
===
void
0
?
void
0
:
(
_res$data5
=
res
.
data
)
===
null
||
_res$data5
===
void
0
?
void
0
:
_res$data5
.
content
)
||
{};
capital
.
value
=
(
sumHacBal
/
10000
).
toFixed
(
2
)
});
});
const
capital
=
ref
(
0
);
const
info
=
ref
({
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment