Commit 036a648c authored by 程卓's avatar 程卓

Merge branch 'new' into 'master'

New

See merge request !3
parents 2343aea8 7bf4452d
This source diff could not be displayed because it is too large. You can view the blob instead.
......@@ -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">
......
......@@ -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',//维修资金
}
......@@ -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({
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment