Forráskód Böngészése

update 科研成果看板

linweizeng 3 éve
szülő
commit
8e7e6b1354

+ 1 - 1
src/views/scientificPayoffs/compontent/scientificBox.vue

@@ -1,6 +1,6 @@
 <template>
 <template>
     <div id="middle-card">
     <div id="middle-card">
-        <dv-decoration-11 style="width: 200px; height: 60px; margin: 10px 0">{{ dataItem.title }}</dv-decoration-11>
+        <dv-decoration-11 style="width: 250px; height: 60px; margin: 10px 0">{{ dataItem.title }}</dv-decoration-11>
         <div class="chart_box">
         <div class="chart_box">
             <div class="leftItem">
             <div class="leftItem">
                 <div style="width: 100%; height: 100%" ref="Echart"></div>
                 <div style="width: 100%; height: 100%" ref="Echart"></div>

+ 2 - 1
src/views/scientificPayoffs/js/index.js

@@ -203,6 +203,7 @@ export const barData = {
         top: '20px'
         top: '20px'
     },
     },
     xAxis: {
     xAxis: {
+        name: '人员姓名',
         type: 'category',
         type: 'category',
         data: [],
         data: [],
         axisTick: {
         axisTick: {
@@ -221,7 +222,7 @@ export const barData = {
     },
     },
     yAxis: {
     yAxis: {
         type: 'value',
         type: 'value',
-        name: '',
+        name: '数量(个)',
         nameTextStyle: {
         nameTextStyle: {
             color: '#fff',
             color: '#fff',
             fontSize: 14
             fontSize: 14