浏览代码

修改一些名词

chente 4 年之前
父节点
当前提交
06e0b9ab02
共有 4 个文件被更改,包括 12 次插入57 次删除
  1. 2 2
      anquan-panel.html
  2. 3 3
      anquan.html
  3. 4 49
      zhiliang-panel.html
  4. 3 3
      zhiliang.html

+ 2 - 2
anquan-panel.html

@@ -224,7 +224,7 @@
     legend: {
         orient: 'horizontal',
         left: 0,
-        data: ['审批中', '整改中', '已整改']
+        data: ['审批中', '整改中', '完成']
     },
     series: [
         {
@@ -287,7 +287,7 @@
             data: [
                 {value: 13, name: '审批中'},
                 {value: 3, name: '整改中'},
-                {value: 4, name: '已整改'}
+                {value: 4, name: '完成'}
             ]
         }
     ]

+ 3 - 3
anquan.html

@@ -78,10 +78,10 @@
               <table class="table table-hover table-bordered">
                 <thead class="text-center">
                   <th>名称</th>
-                  <th>总数</th>
+                  <th>总数 <i class="fas fa-exclamation-circle text-primary" data-toggle="tooltip" data-placement="right" title="" data-original-title="未提交、审批中、待整改、待复查、完成、关闭 合计"></i></th>
+                  <th>审批中</th>
                   <th>待整改</th>
-                  <th>整改中</th>
-                  <th>已整改</th>
+                  <th>完成</th>
                 </thead>
                 <tr>
                   <td class="in-1"><span class="fold-switch mr-1" title="展开"><i class="fal fa-plus-square"></i></span><i class="fal fa-folder"></i>&nbsp;文件夹1</td>

+ 4 - 49
zhiliang-panel.html

@@ -67,7 +67,6 @@
 					<div class="title-main d-flex">
             <h2>巡检概况</h2>
             <div class="ml-auto">
-              
             </div>
           </div>
 				</div>
@@ -192,7 +191,7 @@
                 name:'完成整改',
                 type:'bar',
                 tooltip : {formatter: "{b}<br/>{a}:{c} %"},
-                stack: '完成整改',
+                stack: '完成',
                 label: {
                     show: true,
                     position: 'top',
@@ -224,7 +223,7 @@
     legend: {
         orient: 'horizontal',
         left: 0,
-        data: ['审批中', '整改中', '已整改']
+        data: ['审批中', '整改中', '完成']
     },
     series: [
         {
@@ -287,7 +286,7 @@
             data: [
                 {value: 13, name: '审批中'},
                 {value: 3, name: '整改中'},
-                {value: 4, name: '已整改'}
+                {value: 4, name: '完成'}
             ]
         }
     ]
@@ -295,51 +294,7 @@
                     // 为echarts对象加载数据
                     myChart.setOption(option);
                     //END htchart3 收入合同数量组成//
-                   //htchart4 收入合同数量组成//
-    // 基于准备好的dom,初始化echarts图表
-                    var myChart = echarts.init(document.getElementById('htchart4'));
-                    var option = {
-                      color: ['#c7b8a1','#9ca8b8','#7b8b6f','#d8caaf'],
-    tooltip: {
-        trigger: 'item',
-        formatter: '{a} <br/>{b}: {c} ({d}%)'
-    },
-    legend: {
-        orient: 'horizontal',
-        left: 0,
-        data: ['履行中', '待关闭', '正常关闭']
-    },
-    series: [
-        {
-            name: '合同',
-            type: 'pie',
-            radius: ['50%', '70%'],
-            avoidLabelOverlap: false,
-            label: {
-                show: false,
-                position: 'center'
-            },
-            emphasis: {
-                label: {
-                    show: true,
-                    fontSize: '20',
-                    fontWeight: 'bold'
-                }
-            },
-            labelLine: {
-                show: false
-            },
-            data: [
-                {value: 13, name: '履行中'},
-                {value: 3, name: '待关闭'},
-                {value: 4, name: '正常关闭'}
-            ]
-        }
-    ]
-};
-                    // 为echarts对象加载数据
-                    myChart.setOption(option);
-                    //END htchart4 收入合同数量组成//
+
         </script>
 
 </body>

+ 3 - 3
zhiliang.html

@@ -78,10 +78,10 @@
               <table class="table table-hover table-bordered">
                 <thead class="text-center">
                   <th>名称</th>
-                  <th>总数</th>
+                  <th>总数 <i class="fas fa-exclamation-circle text-primary" data-toggle="tooltip" data-placement="right" title="" data-original-title="未提交、审批中、待整改、待复查、完成、关闭 合计"></i></th>
+                  <th>审批中</th>
                   <th>待整改</th>
-                  <th>整改中</th>
-                  <th>已整改</th>
+                  <th>完成</th>
                 </thead>
                 <tr>
                   <td class="in-1"><span class="fold-switch mr-1" title="展开"><i class="fal fa-plus-square"></i></span><i class="fal fa-folder"></i>&nbsp;文件夹1</td>