Commit 5dc76026 authored by neogcg's avatar neogcg

字段修改

parent 131c4bcd
...@@ -53,7 +53,7 @@ export const listData = [ ...@@ -53,7 +53,7 @@ export const listData = [
] ]
}, },
{ {
title: '服务器信息', title: '基本信息',
option: true, option: true,
list: [ list: [
{ {
......
...@@ -65,7 +65,7 @@ export default { ...@@ -65,7 +65,7 @@ export default {
key: '2' key: '2'
}, },
{ {
label: '测设备', label: '测设备',
key: '3' key: '3'
}, },
{ {
......
...@@ -104,7 +104,7 @@ export default { ...@@ -104,7 +104,7 @@ export default {
key: "2", key: "2",
}, },
{ {
label: "测设备", label: "测设备",
key: "3", key: "3",
}, },
{ {
......
...@@ -19,6 +19,7 @@ ...@@ -19,6 +19,7 @@
style="width: 100%" style="width: 100%"
class="statistics-table" class="statistics-table"
:row-class-name="tableRowClassName" :row-class-name="tableRowClassName"
:row-style="{ height: '50px' }"
:header-cell-style="{ background: '#EAF1FE', color: '#666666' }" :header-cell-style="{ background: '#EAF1FE', color: '#666666' }"
@selection-change="handleSelectionChange" @selection-change="handleSelectionChange"
> >
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment