diff --git a/src/views/modules/base/epidemic/epidRisk/risk.vue b/src/views/modules/base/epidemic/epidRisk/risk.vue new file mode 100644 index 000000000..7633ca2d6 --- /dev/null +++ b/src/views/modules/base/epidemic/epidRisk/risk.vue @@ -0,0 +1,674 @@ + + + + + + diff --git a/src/views/modules/base/epidemic/epidRisk/riskDetail.vue b/src/views/modules/base/epidemic/epidRisk/riskDetail.vue new file mode 100644 index 000000000..7ae53ee3d --- /dev/null +++ b/src/views/modules/base/epidemic/epidRisk/riskDetail.vue @@ -0,0 +1,216 @@ + + + + + + + + diff --git a/src/views/modules/base/epidemic/epidRisk/riskForm.vue b/src/views/modules/base/epidemic/epidRisk/riskForm.vue new file mode 100644 index 000000000..b62e1ee15 --- /dev/null +++ b/src/views/modules/base/epidemic/epidRisk/riskForm.vue @@ -0,0 +1,311 @@ + + + + + + + + + + diff --git a/src/views/modules/base/epidemic/travelPanshi/travelPanshi.vue b/src/views/modules/base/epidemic/travelPanshi/travelPanshi.vue new file mode 100644 index 000000000..eba56b13a --- /dev/null +++ b/src/views/modules/base/epidemic/travelPanshi/travelPanshi.vue @@ -0,0 +1,1047 @@ + + + + + + diff --git a/src/views/modules/base/epidemic/travelPanshi/travelPanshiDetail.vue b/src/views/modules/base/epidemic/travelPanshi/travelPanshiDetail.vue new file mode 100644 index 000000000..130f71674 --- /dev/null +++ b/src/views/modules/base/epidemic/travelPanshi/travelPanshiDetail.vue @@ -0,0 +1,289 @@ + + + + + + + + diff --git a/src/views/modules/base/epidemic/travelPanshi/travelPanshiForm.vue b/src/views/modules/base/epidemic/travelPanshi/travelPanshiForm.vue new file mode 100644 index 000000000..dce1354cb --- /dev/null +++ b/src/views/modules/base/epidemic/travelPanshi/travelPanshiForm.vue @@ -0,0 +1,852 @@ + + + + + + + + + + + diff --git a/src/views/modules/visual/communityGovern/zhongdianxingcheng/detail.vue b/src/views/modules/visual/communityGovern/zhongdianxingcheng/detail.vue new file mode 100644 index 000000000..673928651 --- /dev/null +++ b/src/views/modules/visual/communityGovern/zhongdianxingcheng/detail.vue @@ -0,0 +1,163 @@ + + + + + diff --git a/src/views/modules/visual/communityGovern/zhongdianxingcheng/pieOption.js b/src/views/modules/visual/communityGovern/zhongdianxingcheng/pieOption.js new file mode 100644 index 000000000..ca2e35cd2 --- /dev/null +++ b/src/views/modules/visual/communityGovern/zhongdianxingcheng/pieOption.js @@ -0,0 +1,175 @@ + +export function pieOption (_charts) { + const center= ['50%', '240px'] + return { + title: { + text: '0', + top: 215, + left: 'center', + textStyle: { + width: '100%', + fontSize: 26, + color: '#FFFFFF', + fontWeight: 400 + }, + itemGap: 5, + subtext: '总数', + subtextStyle: { + fontSize: 18, + color: '#fff', + fontWeight: 400 + } + }, + tooltip: { + show: false + }, + legend: { + bottom: 150, + itemWidth: 20, + itemHeight: 10, + textStyle: { + color: '#D2E7FF', + fontSize: 14, + lineHeight: 20, + }, + + }, + series: [ + // 外侧圆环 + { + type: 'pie', + // 起始刻度的角度,默认为 90 度,即圆心的正上方。0 度为圆心的正右方。 + startAngle: 0, + hoverAnimation: false, + // tooltip: { + // }, + center: center, + radius: ['48%', '48.3%'], + label: { + show: false + }, + labelLine: { + show: false + }, + data: [{ + value: 360, + itemStyle: { + color: 'rgba(40, 101, 250, 0)', + width:0, + borderColor: 'rgba(40, 101, 250, 0.5)', + borderWidth: 1, + borderType: 'dotted' + } + } + ] + }, + + // 突出的 + { + hoverAnimation: false, + // name: 'Access From', + type: 'pie', + center: center, + radius: ['25%', '38%'], + avoidLabelOverlap: false, + // top: top + '%', + // height: '80%', + selectedMode: 'single', + left: 'center', + width: 480, + label: { + // show: false, + position: 'outside', + alignTo: 'edge', + // formatter: '{a|{c}}\n\n{name|{b}}', + formatter: '{a|{c}}\n{r|}\n{name|{b}}', + minMargin: 5, + edgeDistance: 1, + lineHeight: 15, + color: '#fff', + fontSize: 10, + // distanceToLabelLine: -60, + rich: { + name: { + padding: [0, 6, 0, 6] + }, + a: { + fontSize: 18, + color: '#fff', + padding: [0, 6, 6, 6] + }, + r: { + backgroundColor: 'auto', + borderRadius: 6, + width: 6, + height: 6, + // padding: [3, 3, 0, -12] + } + } + }, + labelLine: { + show: false, + smooth: 0.2, + length: 20, + length2: 0, + maxSurfaceAngle: 80 + }, + labelLayout: function (params) { + + const isLeft = params.labelRect.x < _charts.getWidth() / 2; + const points = params.labelLinePoints; + // Update the end point. + if (points) { + points[2][0] = isLeft + ? params.labelRect.x + : params.labelRect.x + params.labelRect.width; + } + + return { + labelLinePoints: points + }; + }, + itemStyle: { + color:function(params) { + return params.data.color + } + }, + data: [], + + }, + // 中间圆环 + { + type: 'pie', + // 起始刻度的角度,默认为 90 度,即圆心的正上方。0 度为圆心的正右方。 + startAngle: 0, + hoverAnimation: false, + center: center, + // tooltip: { + // }, + radius: ['0%', '20%'], + label: { + + show: false + + }, + labelLine: { + + show: false + + }, + data: [{ + value: 360, + itemStyle: { + normal: { + color: 'rgba(8, 37, 134, 1)', + + } + } + } + ] + }, + ] + + } + } + \ No newline at end of file diff --git a/src/views/modules/visual/communityGovern/zhongdianxingcheng/zhongdianxingcheng.vue b/src/views/modules/visual/communityGovern/zhongdianxingcheng/zhongdianxingcheng.vue new file mode 100644 index 000000000..4c6770756 --- /dev/null +++ b/src/views/modules/visual/communityGovern/zhongdianxingcheng/zhongdianxingcheng.vue @@ -0,0 +1,506 @@ + + + + + + +