|
@@ -68,14 +68,14 @@
|
|
<el-table stripe style="background-color: rgba(255,0,0,99%);width: 100%" border :data="tableData"
|
|
<el-table stripe style="background-color: rgba(255,0,0,99%);width: 100%" border :data="tableData"
|
|
fixed ref="multipleTableRef">
|
|
fixed ref="multipleTableRef">
|
|
<el-table-column type="selection" width="55"/>
|
|
<el-table-column type="selection" width="55"/>
|
|
- <el-table-column prop="teamName" label="数据名称"/>
|
|
|
|
- <el-table-column prop="teamName" label="数据容量"/>
|
|
|
|
- <el-table-column sortable prop="teamName" label="设备名称"/>
|
|
|
|
- <el-table-column sortable prop="teamName" label="设备类型"/>
|
|
|
|
- <el-table-column sortable prop="teamName" label="触发器名称"/>
|
|
|
|
- <el-table-column sortable prop="teamName" label="触发器类型"/>
|
|
|
|
- <el-table-column sortable prop="teamName" label="上报时间"/>
|
|
|
|
- <el-table-column sortable prop="teamName" label="数据状态"/>
|
|
|
|
|
|
+ <el-table-column prop="id" label="数据名称"/>
|
|
|
|
+ <el-table-column prop="id" label="数据容量"/>
|
|
|
|
+ <el-table-column sortable prop="id" label="设备名称"/>
|
|
|
|
+ <el-table-column sortable prop="id" label="设备类型"/>
|
|
|
|
+ <el-table-column sortable prop="id" label="触发器名称"/>
|
|
|
|
+ <el-table-column sortable prop="id" label="触发器类型"/>
|
|
|
|
+ <el-table-column sortable prop="id" label="上报时间"/>
|
|
|
|
+ <el-table-column sortable prop="id" label="数据状态"/>
|
|
<el-table-column width="300" fixed="right" label="操作">
|
|
<el-table-column width="300" fixed="right" label="操作">
|
|
<template #default="scope">
|
|
<template #default="scope">
|
|
<el-button
|
|
<el-button
|