diff --git a/public/maps/home.html b/public/maps/home.html deleted file mode 100644 index 24a6398..0000000 --- a/public/maps/home.html +++ /dev/null @@ -1,77 +0,0 @@ - - - - - - - - 泾河路网 - - - - - - - - - - -
- - -
-
模型视图列表
- -
- - -
-
-
- 加载中.... -
-
- - - - - - - diff --git a/public/maps/t1.html b/public/maps/t1.html deleted file mode 100644 index ef6c4d6..0000000 --- a/public/maps/t1.html +++ /dev/null @@ -1,104 +0,0 @@ - - - - - - - - 泾河路网 - - - - - - - - - - -
- - -
-
模型视图列表
- -
- - -
-
-
- 加载中.... -
-
- - - - - - - diff --git a/src/pages/index.vue b/src/pages/index.vue index e0470cb..da5d560 100644 --- a/src/pages/index.vue +++ b/src/pages/index.vue @@ -5,7 +5,7 @@ -
@@ -230,7 +230,6 @@ import '../components/staff-survey-chart' import indexDlg1 from './index/indexDlg1' import indexDlg2 from './index/indexDlg2' import indexDlg3 from './index/indexDlg3' -import indexMap from './index/map.vue' import MonitAndWarning from './components/MonitAndWarning.vue' import journalismDlg from './dlg/journalismDlg.vue' import debounce from 'lodash.debounce' @@ -243,7 +242,6 @@ export default { indexDlg1, indexDlg2, indexDlg3, - indexMap, MonitAndWarning, journalismDlg, AttendanceDetailDialog,mapIndex,JobWorkerDialog diff --git a/src/pages/index/map.vue b/src/pages/index/map.vue deleted file mode 100644 index c5a1142..0000000 --- a/src/pages/index/map.vue +++ /dev/null @@ -1,27 +0,0 @@ - - - - - \ No newline at end of file diff --git a/src/pages/projectEngin.vue b/src/pages/projectEngin.vue index a9bdab2..7157e2c 100644 --- a/src/pages/projectEngin.vue +++ b/src/pages/projectEngin.vue @@ -26,13 +26,13 @@ - + - +
@@ -41,7 +41,7 @@ - + @@ -99,7 +99,8 @@ export default { data() { return { label1: '项目标准化管理', - lablel3: '审批进度', + label3: '审批进度', + label4:'项目审批排名', label6: '审批总数', label7: '已完成审批', label8: '待审批', @@ -304,14 +305,14 @@ export default { chartData.push([this.addBr(o.title), o.total, o.uncomp, o.comp]) }) this.chart1Data = chartData; - this.lablel3 = `审批进度 (${sum})`; + this.label3 = `审批进度 (${sum})`; this.elChart2++; }, showList2(res) { let tmps = (res.data || []).map((it, idx) => { return { no: idx + 1, - id: it.businessKey, + id: it.businessKey*1, name: it.businessKeyName, value: it.duration * 1, percent: 0 @@ -326,6 +327,7 @@ export default { d.percent = (d.value * 100.0 / sum).toFixed(2); }); } + this.label4=`项目审批排名 (${sum})` let objs = []; let prjIds = this.prjs.map(d => d.id).filter(d => d > 0); tmps.forEach(d => {
申请数量 申请占比
{{ it.no }} {{ it.name }} {{ it.value }}