Commit 7074fb76 authored by 徐来柯's avatar 徐来柯

update

parent 60826c0e
......@@ -58,6 +58,7 @@
height="675"
ref="multipleTable"
:data="innerTableData"
:header-cell-style="{ background: '#DCF0F9', color: '#507CE6' }"
class="inner-table"
tooltip-effect="dark"
style="width: 100%">
......@@ -69,7 +70,7 @@
<el-table-column
label="数据类型"
:show-overflow-tooltip="true"
prop="SID"
prop="dataType"
>
</el-table-column>
<el-table-column
......@@ -130,7 +131,7 @@ export default {
// 首字母已改为小写
totalCount: 1,
pageIndex: 1,
totalPage: 10,
totalPage: 1,
pageSize: 50,
}
},
......
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