Parcourir la source

feat: 【一次合格率】纵坐标轴改为0.9-1

@dayan_hjm il y a 2 ans
Parent
commit
6b5a8c7b6d

+ 1 - 1
src/components/BiModalView/view.jsx

@@ -154,7 +154,7 @@ export default class BiModal extends React.Component {
154 154
                   </div>
155 155
                   }
156 156
                   {/* {item.updateTime} */}
157
-                  <span className="time">数据更新时间:2021-06-01</span>
157
+                  <span className="time">数据更新日期:2021-06-01</span>
158 158
                 </> :
159 159
                   <div style={{ height: 142, textAlign: 'center', padding: 24 }}>
160 160
                     <img src={noChartDataImg} />

+ 1 - 1
src/pages/gvc/api.js

@@ -198,7 +198,7 @@ export function smallShopService(params) {
198 198
   });
199 199
 }
200 200
 
201
-/**更新时间*/
201
+/**更新日期*/
202 202
 export function updateTimeService(params) {
203 203
   return request({
204 204
     url: "/dataengine-center-oneservice/list/1356778817327502618",

+ 2 - 2
src/pages/gvc/view.jsx

@@ -2,7 +2,7 @@
2 2
  * @Author: dayan_hjm  产供销价值链
3 3
  * @Date: 2023-11-10 10:19:34 
4 4
  * @Last Modified by: dayan_hjm
5
- * @Last Modified time: 2023-11-29 11:20:08
5
+ * @Last Modified time: 2023-12-01 16:23:00
6 6
  */
7 7
 
8 8
 import React, { useState, useEffect, Component } from "react";
@@ -488,7 +488,7 @@ class Gvc extends Component {
488 488
             </div>
489 489
             <div className="bottom_box">
490 490
               <p style={{ color: "#6a818d", lineHeight: '2px', width: '100%', textAlign: "center" }}>
491
-                更新时间 : {updateTime?updateTime.split(" ")[0]:updateTime}
491
+                更新日期 : {updateTime?updateTime.split(" ")[0]:updateTime}
492 492
               </p>
493 493
             </div>
494 494
           </div>

+ 1 - 1
src/pages/tqcDataVHome/api.js

@@ -200,7 +200,7 @@ export function twoService(params) {
200 200
   });
201 201
 }
202 202
 
203
-/**更新时间*/
203
+/**更新日期*/
204 204
 export function updateTimeService(params) {
205 205
   return request({
206 206
     url: "/dataengine-center-oneservice/list/1356778817327502618",

+ 3 - 0
src/pages/tqcDataVHome/component/oneQualified.jsx

@@ -133,6 +133,9 @@ class BottomLineForSend extends Component {
133 133
                 type: 'dashed',
134 134
               },
135 135
             },
136
+            min:0.9,
137
+            max:1,
138
+            splitNumber:5,
136 139
             axisTick: { show: false },
137 140
             axisLabel: {
138 141
               formatter: "{value}",

+ 1 - 1
src/pages/tqcDataVHome/view.jsx

@@ -415,7 +415,7 @@ class Home extends Component {
415 415
           </div>
416 416
           <div className="bottom_box">
417 417
             <p style={{ color: "#6a818d", lineHeight: '2px' }}>
418
-              更新时间 : {updateTime ? updateTime.split(" ")[0] : updateTime}
418
+              更新日期 : {updateTime ? updateTime.split(" ")[0] : updateTime}
419 419
             </p>
420 420
           </div>
421 421