Commit 33a57415 authored by 姬鋆屾's avatar 姬鋆屾

parent 0fb6d868
...@@ -8,7 +8,7 @@ ...@@ -8,7 +8,7 @@
@selection-change="handleSelectionChange" @selection-change="handleSelectionChange"
@sort-change="handleSortChange" @sort-change="handleSortChange"
@row-click="handleRowClick" @row-click="handleRowClick"
height="600" height="520"
:row-class-name="tableRowClassName" :row-class-name="tableRowClassName"
:empty-text='emptyText' :empty-text='emptyText'
border border
......
...@@ -103,7 +103,7 @@ ...@@ -103,7 +103,7 @@
:row-class-name="rowBasicStatusIndex" :row-class-name="rowBasicStatusIndex"
@selection-change="handleBasicStatusSelectionChange" @selection-change="handleBasicStatusSelectionChange"
ref="basicStatus" ref="basicStatus"
height="600" height="520"
> >
<el-table-column type="selection" width="50" align="center" /> <el-table-column type="selection" width="50" align="center" />
......
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