| | |
| | | <i :class="card.icon"></i> |
| | | </div> |
| | | </div> |
| | | <div v-for="data in card.dataList" class="dashboard-item" :key="data.label"> |
| | | <div style="color: #5C9BF8;margin-bottom: 20px;font-size: 20px">{{ data.value }}</div> |
| | | <div v-for="data, index in card.dataList" class="dashboard-item" :key="data.label"> |
| | | <div style="color: #5C9BF8;margin-bottom: 20px;font-size: 20px">{{ platformList.count[index] }}</div> |
| | | <div>{{ data.label }}</div> |
| | | </div> |
| | | </div> |
| | |
| | | </el-button> |
| | | </div> |
| | | <div style="font-size: 14px;height: 50px; font-weight: bold;">{{ item.deptName }}</div> |
| | | <div style="font-size: 14px;">平台运行率:{{ item.platformOnline }}</div> |
| | | <div style="font-size: 14px;">资源:{{ item.imageResourceSecurity }}</div> |
| | | <!-- <div style="font-size: 14px;">视频传输网资产准确率:{{ item.propertyAccuracy }}</div> |
| | | <div style="font-size: 14px;">弱口令得分:{{ item.weakPassword }}</div> |
| | | <div style="font-size: 14px;">视频传输网危险资产比例:{{ item.riskProperty }}</div> |
| | |
| | | <right-toolbar :showSearch.sync="showSearch" @queryTable="getList"></right-toolbar> |
| | | </el-row> |
| | | |
| | | <el-table v-loading="loading" :data="platformList"> |
| | | <el-table v-loading="loading" :data="platformList.list"> |
| | | <el-table-column :prop="item.prop" :label="item.label" v-for="(item, index) in tableHead" :key="index" /> |
| | | </el-table> |
| | | |