feat: 实现供水运营专题大屏BI可视化
- 新增OperationDashboard.vue全屏大屏组件 - 添加6个核心KPI指标卡片: 进水总量/出水总量/产销差率/营收额/平均水质/报警次数 - 实现6个ECharts图表: 供水趋势/水质分布/报警统计/管网空间/设备状态/营收分析 - 创建静态HTML版本operation-dashboard.html,使用CDN加载Vue3/ECharts/Element Plus - 更新路由配置,添加/operation路径支持 - 修复nextTick导入问题,优化build脚本 🚧 开发者: bot_dev1 📝 任务: #38 [BI] 运营仪表盘 + 供水专题大屏
This commit is contained in:
+73
@@ -0,0 +1,73 @@
|
||||
{
|
||||
"name": "urijs",
|
||||
"version": "1.19.11",
|
||||
"title": "URI.js - Mutating URLs",
|
||||
"author": {
|
||||
"name": "Rodney Rehm",
|
||||
"url": "http://rodneyrehm.de"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/medialize/URI.js.git"
|
||||
},
|
||||
"license": "MIT",
|
||||
"description": "URI.js is a Javascript library for working with URLs.",
|
||||
"keywords": [
|
||||
"uri",
|
||||
"url",
|
||||
"urn",
|
||||
"uri mutation",
|
||||
"url mutation",
|
||||
"uri manipulation",
|
||||
"url manipulation",
|
||||
"uri template",
|
||||
"url template",
|
||||
"unified resource locator",
|
||||
"unified resource identifier",
|
||||
"query string",
|
||||
"RFC 3986",
|
||||
"RFC3986",
|
||||
"RFC 6570",
|
||||
"RFC6570",
|
||||
"jquery-plugin",
|
||||
"ecosystem:jquery"
|
||||
],
|
||||
"categories": [
|
||||
"Parsers & Compilers",
|
||||
"Utilities"
|
||||
],
|
||||
"main": "./src/URI",
|
||||
"homepage": "http://medialize.github.io/URI.js/",
|
||||
"contributors": [
|
||||
"Francois-Guillaume Ribreau <npm@fgribreau.com> (http://fgribreau.com)",
|
||||
"Justin Chase <justin.m.chase@gmail.com> (http://justinmchase.com)"
|
||||
],
|
||||
"files": [
|
||||
"src/URI.js",
|
||||
"src/IPv6.js",
|
||||
"src/SecondLevelDomains.js",
|
||||
"src/punycode.js",
|
||||
"src/URITemplate.js",
|
||||
"src/jquery.URI.js",
|
||||
"src/URI.min.js",
|
||||
"src/jquery.URI.min.js",
|
||||
"src/URI.fragmentQuery.js",
|
||||
"src/URI.fragmentURI.js",
|
||||
"LICENSE.txt"
|
||||
],
|
||||
"npmName": "urijs",
|
||||
"npmFileMap": [
|
||||
{
|
||||
"basePath": "/src/",
|
||||
"files": [
|
||||
"*.js"
|
||||
]
|
||||
},
|
||||
{
|
||||
"basePath": "/",
|
||||
"files": [
|
||||
"LICENSE.txt"
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user