Browse Source

style(首页): 修改首页文字

修改首页文字
wyoujia 1 year ago
parent
commit
21c101cd13

BIN
admin.ui.plus-master/public/favicon.ico


+ 10 - 10
admin.ui.plus-master/src/views/admin/workbench/index.vue

@@ -91,7 +91,7 @@ const state = reactive({
     {
       num1: '125,12',
       num2: '-12.32',
-      num3: '订单统计信息',
+      num3: '团标备案主板',
       num4: 'fa fa-meetup',
       color1: '#FF6462',
       color2: '--next-color-primary-lighter',
@@ -100,7 +100,7 @@ const state = reactive({
     {
       num1: '653,33',
       num2: '+42.32',
-      num3: '月度计划信息',
+      num3: '备案ECVR-FM',
       num4: 'iconfont icon-ditu',
       color1: '#6690F9',
       color2: '--next-color-success-lighter',
@@ -109,7 +109,7 @@ const state = reactive({
     {
       num1: '125,65',
       num2: '+17.32',
-      num3: '年度计划信息',
+      num3: '待使用主板密钥',
       num4: 'iconfont icon-zaosheng',
       color1: '#6690F9',
       color2: '--next-color-warning-lighter',
@@ -118,7 +118,7 @@ const state = reactive({
     {
       num1: '520,43',
       num2: '-10.01',
-      num3: '访问统计信息',
+      num3: '待使用ECVR-FM',
       num4: 'fa fa-github-alt',
       color1: '#FF6462',
       color2: '--next-color-danger-lighter',
@@ -196,13 +196,13 @@ const initLineChart = () => {
   const option = {
     backgroundColor: state.charts.bgColor,
     title: {
-      text: '政策补贴额度',
+      text: '团标灌注',
       x: 'left',
       textStyle: { fontSize: '15', color: state.charts.color },
     },
     grid: { top: 70, right: 20, bottom: 30, left: 30 },
     tooltip: { trigger: 'axis' },
-    legend: { data: ['预购队列', '最新成交价'], right: 0 },
+    legend: { data: ['ECVR-FM', '主板'], right: 0 },
     xAxis: {
       data: ['1月', '2月', '3月', '4月', '5月', '6月', '7月', '8月', '9月', '10月', '11月', '12月'],
     },
@@ -215,7 +215,7 @@ const initLineChart = () => {
     ],
     series: [
       {
-        name: '预购队列',
+        name: 'ECVR-FM',
         type: 'line',
         symbolSize: 6,
         symbol: 'circle',
@@ -231,7 +231,7 @@ const initLineChart = () => {
         },
       },
       {
-        name: '最新成交价',
+        name: '主板',
         type: 'line',
         symbolSize: 6,
         symbol: 'circle',
@@ -275,7 +275,7 @@ const initLineChart = () => {
 const initPieChart = () => {
   if (!state.global.dispose.some((b: any) => b === state.global.homeChartTwo)) state.global.homeChartTwo.dispose()
   state.global.homeChartTwo = markRaw(echarts.init(homePieRef.value, state.charts.theme))
-  var getname = ['房屋及结构物', '专用设备', '通用设备', '文物和陈列品', '图书、档案']
+  var getname = ['TQC主板', 'HSC', 'ECVR-FM']
   var getvalue = [34.2, 38.87, 17.88, 9.05, 2.05]
   var data = []
   for (var i = 0; i < getname.length; i++) {
@@ -285,7 +285,7 @@ const initPieChart = () => {
   const option = {
     backgroundColor: state.charts.bgColor,
     title: {
-      text: '房屋建筑工程',
+      text: '团标灌注',
       x: 'left',
       textStyle: { fontSize: '15', color: state.charts.color },
     },