diff --git a/acupuncture-后台/src/views/indexCom/XGZL.vue b/acupuncture-后台/src/views/indexCom/XGZL.vue index 5c636450..401ab088 100644 --- a/acupuncture-后台/src/views/indexCom/XGZL.vue +++ b/acupuncture-后台/src/views/indexCom/XGZL.vue @@ -9,7 +9,7 @@
- + 中西医结合
@@ -52,11 +52,11 @@
- + 治愈
- + 显效
@@ -64,7 +64,7 @@ 好转
- + 无效
@@ -381,7 +381,7 @@ export default { display: inline-block; height: 20px; width: 6px; - background: #4f8bff; + background: #406e49; margin-right: 10px; border-radius: 8px; } diff --git a/acupuncture-后台/src/views/indexCom/follow.vue b/acupuncture-后台/src/views/indexCom/follow.vue index 40ffcded..32a0a51d 100644 --- a/acupuncture-后台/src/views/indexCom/follow.vue +++ b/acupuncture-后台/src/views/indexCom/follow.vue @@ -89,46 +89,50 @@ export default { handleFollow() { followEcharts.series = []; let colorArr = [ - "#C7BDB1", - "#C6A268", - "#906C4A", + "#EBE4C6", + "#DF8845", "#406E49", - "#582518", - "#C7BDB1", - "#C6A268", - "#906C4A", + "#00A046", + "#EBE4C6", + "#DF8845", "#406E49", - "#582518", - "#C7BDB1", - "#C6A268", - "#906C4A", + "#00A046", + "#EBE4C6", + "#DF8845", "#406E49", - "#582518", - "#C7BDB1", - "#C6A268", - "#906C4A", + "#00A046", + "#EBE4C6", + "#DF8845", "#406E49", - "#582518", - "#C7BDB1", - "#C6A268", - "#906C4A", + "#00A046", + "#EBE4C6", + "#DF8845", "#406E49", - "#582518", - "#C7BDB1", - "#C6A268", - "#906C4A", + "#00A046", + "#EBE4C6", + "#DF8845", "#406E49", - "#582518", - "#C7BDB1", - "#C6A268", - "#906C4A", + "#00A046", + "#EBE4C6", + "#DF8845", "#406E49", - "#582518", - "#C7BDB1", - "#C6A268", - "#906C4A", + "#00A046", + "#EBE4C6", + "#DF8845", "#406E49", - "#582518", + "#00A046", + "#EBE4C6", + "#DF8845", + "#406E49", + "#00A046", + "#EBE4C6", + "#DF8845", + "#406E49", + "#00A046", + "#EBE4C6", + "#DF8845", + "#406E49", + "#00A046", ]; let index = 0; for (let key in this.followValue) { @@ -254,7 +258,7 @@ export default { display: inline-block; height: 20px; width: 6px; - background: #4f8bff; + background: #406e49; margin-right: 10px; border-radius: 8px; } diff --git a/acupuncture-后台/src/views/indexCom/image.png b/acupuncture-后台/src/views/indexCom/image.png index baced7af..365e8b80 100644 Binary files a/acupuncture-后台/src/views/indexCom/image.png and b/acupuncture-后台/src/views/indexCom/image.png differ diff --git a/acupuncture-后台/src/views/indexCom/index.js b/acupuncture-后台/src/views/indexCom/index.js index ff0fdb66..b8c99e73 100644 --- a/acupuncture-后台/src/views/indexCom/index.js +++ b/acupuncture-后台/src/views/indexCom/index.js @@ -23,7 +23,7 @@ export const HZXX = { bottom: "0%", containLabel: true, }, - color: ["#C6A268"], + color: ["#DF8845"], graphic: { type: "text", left: "center", @@ -76,7 +76,7 @@ export const gende = { bottom: "0%", containLabel: true, }, - color: ["#406E49", "#C7BDB1"], + color: ["#406E49", "#EBE4C6"], series: [ { type: "pie", @@ -108,7 +108,7 @@ export const ageEcharts = { axisPointer: { type: "cross", label: { - backgroundColor: "#6a7985", + backgroundColor: "#DF8845", }, }, formatter: function (params) { @@ -156,14 +156,14 @@ export const ageEcharts = { data: [], type: "bar", barMaxWidth: 24, //柱图宽度 - color: "#C6A268", + color: "#DF8845", // itemStyle: { // normal: { // //这里设置柱形图圆角 [左上角,右上角,右下角,左下角] // barBorderRadius: [50, 50, 0, 0], // color: function (params) { // var colorList = [ - // "#C6A268", + // "#DF8845", // ]; // return colorList[params.dataIndex]; // }, @@ -179,7 +179,7 @@ export const diseaseEcharts = { axisPointer: { type: "cross", label: { - backgroundColor: "#6a7985", + backgroundColor: "#DF8845", }, }, formatter: function (params) { @@ -240,7 +240,7 @@ export const diagnoseEcharts = { axisPointer: { type: "cross", label: { - backgroundColor: "#6a7985", + backgroundColor: "#DF8845", }, }, formatter: function (params) { @@ -290,7 +290,7 @@ export const diagnoseEcharts = { data: [], type: "bar", barMaxWidth: 24, //柱图宽度 - color: "#906C4A", + color: "#406E49", }, ], }; @@ -301,7 +301,7 @@ export const systemEcharts = { axisPointer: { type: "cross", label: { - backgroundColor: "#6a7985", + backgroundColor: "#DF8845", }, }, formatter: function (params) { @@ -349,7 +349,7 @@ export const systemEcharts = { data: [], type: "bar", barMaxWidth: 24, //柱图宽度 - color: "#C6A268", + color: "#DF8845", // itemStyle: { // normal: { // //这里设置柱形图圆角 [左上角,右上角,右下角,左下角] @@ -366,7 +366,7 @@ export const physiqueEcharts = { axisPointer: { type: "cross", label: { - backgroundColor: "#6a7985", + backgroundColor: "#DF8845", }, }, formatter: function (params) { @@ -447,7 +447,7 @@ export const postureEcharts = { bottom: "0%", containLabel: true, }, - color: ["#C7BDB1", "#C6A268", "#906C4A", "#406E49", "#582518"], + color: ["#C7BDB1", "#DF8845", "#906C4A", "#406E49", "#582518"], series: [ { type: "pie", @@ -479,7 +479,7 @@ export const agrypniaEcharts = { axisPointer: { type: "cross", label: { - backgroundColor: "#6a7985", + backgroundColor: "#DF8845", }, }, formatter: function (params) { @@ -527,7 +527,7 @@ export const agrypniaEcharts = { data: [], type: "bar", barMaxWidth: 24, //柱图宽度 - color: "#C6A268", + color: "#DF8845", // itemStyle: { // normal: { // //这里设置柱形图圆角 [左上角,右上角,右下角,左下角] @@ -544,7 +544,7 @@ export const anxietyEcharts = { axisPointer: { type: "cross", label: { - backgroundColor: "#6a7985", + backgroundColor: "#DF8845", }, }, formatter: function (params) { @@ -626,7 +626,7 @@ export const healTypeEcharts = { bottom: "0%", containLabel: true, }, - color: ["#C6A268", "#D8D8D8"], + color: ["#DF8845", "#D8D8D8"], series: [ { type: "pie", @@ -658,7 +658,7 @@ export const diseaseMethodEcharts = { axisPointer: { type: "cross", label: { - backgroundColor: "#6a7985", + backgroundColor: "#DF8845", }, }, formatter: function (params) { @@ -747,7 +747,7 @@ export const effectEcharts = { bottom: "0%", containLabel: true, }, - color: ["#C6A268", "#906C4A", "#406E49", "#C7BDB1"], + color: ["#DF8845", "#00A046", "#406E49", "#EBE4C6"], series: [ { type: "pie", @@ -779,7 +779,7 @@ export const costEcharts = { axisPointer: { type: "cross", label: { - backgroundColor: "#6a7985", + backgroundColor: "#DF8845", }, }, formatter: function (params) { @@ -827,7 +827,7 @@ export const costEcharts = { data: [], type: "bar", barMaxWidth: 24, //柱图宽度 - color: "#C6A268", + color: "#DF8845", // itemStyle: { // normal: { // //这里设置柱形图圆角 [左上角,右上角,右下角,左下角] @@ -844,7 +844,7 @@ export const followEcharts = { axisPointer: { type: "cross", label: { - backgroundColor: "#6a7985", + backgroundColor: "#DF8845", }, }, formatter: function (params) { @@ -895,7 +895,7 @@ export const lossFollowEcharts = { axisPointer: { type: "cross", label: { - backgroundColor: "#6a7985", + backgroundColor: "#DF8845", }, }, formatter: function (params) { diff --git a/acupuncture-后台/src/views/indexCom/patient.vue b/acupuncture-后台/src/views/indexCom/patient.vue index dd7b78e1..c70393ee 100644 --- a/acupuncture-后台/src/views/indexCom/patient.vue +++ b/acupuncture-后台/src/views/indexCom/patient.vue @@ -44,7 +44,7 @@
- +
@@ -283,7 +283,7 @@ export default {