xiangpei
2024-08-03 e69418585b9fbf5ac3195aa745de85bdbbc87071
数据中心平台在线率字段调整
1个文件已修改
11 ■■■■ 已修改文件
src/views/system/data-manage/data-detail/list.js 11 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/system/data-manage/data-detail/list.js
@@ -10,6 +10,11 @@
          prop: 'platformName',
        },
        {
          label: '平台IP/域名',
          align: 'center',
          prop: 'platformIp',
        },
        {
          label: '当前是否在线',
          align: 'center',
          prop: 'currentOnline'
@@ -20,10 +25,10 @@
          prop: 'todayOutlineSed'
        },
        {
          label: '今日ping次数',
          label: '日期',
          align: 'center',
          prop: 'pingTimes'
        }
          prop: 'create_date'
        },
      ],
      card: [
        {