Merge branch 'hi-ucs-dev' of http://15.2.21.221:3000/wuhongjian/hi-ucs into hi-ucs-dev
This commit is contained in:
commit
3eeb2702d3
|
@ -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>
|
||||||
|
@ -120,8 +120,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 dataclick = ref('total')
|
let dataclick = ref('total')
|
||||||
let dataList = ref([])
|
let dataList = ref([])
|
||||||
|
|
Loading…
Reference in New Issue