初始数据更改
This commit is contained in:
parent
91e9d2649e
commit
5a36b3eabd
|
@ -1,8 +1,8 @@
|
||||||
<!--
|
<!--
|
||||||
* @Author: hisense.liangjunhua
|
* @Author: hisense.liangjunhua
|
||||||
* @Date: 2022-06-19 10:15:33
|
* @Date: 2022-06-19 10:15:33
|
||||||
* @LastEditors: hisense.liangjunhua
|
* @LastEditors: hisense.wuhongjian
|
||||||
* @LastEditTime: 2022-06-19 18:04:28
|
* @LastEditTime: 2022-06-19 18:19:58
|
||||||
* @Description: 能力云图-组件服务
|
* @Description: 能力云图-组件服务
|
||||||
-->
|
-->
|
||||||
<template>
|
<template>
|
||||||
|
@ -92,8 +92,8 @@
|
||||||
// import * as moment from 'moment'
|
// import * as moment from 'moment'
|
||||||
let snum = ref([
|
let snum = ref([
|
||||||
{ title: '上架总量', num: '0000' },
|
{ title: '上架总量', num: '0000' },
|
||||||
{ title: '总调用次数(API)', num: '0000' },
|
{ title: '总调用次数(API)', num: '0' },
|
||||||
{ title: '健康度(API)', num: '0000' },
|
{ title: '健康度(API)', num: '100%' },
|
||||||
])
|
])
|
||||||
let servicesSnum = ref([])
|
let servicesSnum = ref([])
|
||||||
let callTheTrendData = ref([
|
let callTheTrendData = ref([
|
||||||
|
|
Loading…
Reference in New Issue