|
@@ -88,7 +88,7 @@
|
|
|
<span>{{ scope.row.name }}</span>
|
|
<span>{{ scope.row.name }}</span>
|
|
|
</template>
|
|
</template>
|
|
|
</el-table-column>
|
|
</el-table-column>
|
|
|
- <el-table-column label="IP" align="center" width="130">
|
|
|
|
|
|
|
+ <el-table-column label="ID" align="center" width="130">
|
|
|
<template slot-scope="scope">
|
|
<template slot-scope="scope">
|
|
|
<span>{{ scope.row.ip }}</span>
|
|
<span>{{ scope.row.ip }}</span>
|
|
|
</template>
|
|
</template>
|
|
@@ -162,7 +162,7 @@
|
|
|
<span>{{ scope.row.name }}</span>
|
|
<span>{{ scope.row.name }}</span>
|
|
|
</template>
|
|
</template>
|
|
|
</el-table-column>
|
|
</el-table-column>
|
|
|
- <el-table-column label="IP" align="center" width="130">
|
|
|
|
|
|
|
+ <el-table-column label="ID" align="center" width="130">
|
|
|
<template slot-scope="scope">
|
|
<template slot-scope="scope">
|
|
|
<span>{{ scope.row.ip }}</span>
|
|
<span>{{ scope.row.ip }}</span>
|
|
|
</template>
|
|
</template>
|
|
@@ -238,7 +238,7 @@
|
|
|
<span>{{ scope.row.name }}</span>
|
|
<span>{{ scope.row.name }}</span>
|
|
|
</template>
|
|
</template>
|
|
|
</el-table-column>
|
|
</el-table-column>
|
|
|
- <el-table-column label="IP" align="center" width="130">
|
|
|
|
|
|
|
+ <el-table-column label="ID" align="center" width="130">
|
|
|
<template slot-scope="scope">
|
|
<template slot-scope="scope">
|
|
|
<span>{{ scope.row.ip }}</span>
|
|
<span>{{ scope.row.ip }}</span>
|
|
|
</template>
|
|
</template>
|
|
@@ -312,7 +312,7 @@
|
|
|
<span>{{ scope.row.name }}</span>
|
|
<span>{{ scope.row.name }}</span>
|
|
|
</template>
|
|
</template>
|
|
|
</el-table-column>
|
|
</el-table-column>
|
|
|
- <el-table-column label="IP" align="center" width="130">
|
|
|
|
|
|
|
+ <el-table-column label="ID" align="center" width="130">
|
|
|
<template slot-scope="scope">
|
|
<template slot-scope="scope">
|
|
|
<span>{{ scope.row.ip }}</span>
|
|
<span>{{ scope.row.ip }}</span>
|
|
|
</template>
|
|
</template>
|