Compare commits
2 Commits
e7a59de3ae
...
c1e1ec8517
| Author | SHA1 | Date | |
|---|---|---|---|
| c1e1ec8517 | |||
| b7a611307e |
@@ -45,7 +45,7 @@
|
||||
<right-toolbar v-model:showSearch="showSearch" @queryTable="getList"></right-toolbar>
|
||||
</el-row>
|
||||
|
||||
<el-table v-loading="loading" :data="inList" @selection-change="handleSelectionChange">
|
||||
<el-table v-loading="loading" height="1000px" :data="inList" @selection-change="handleSelectionChange">
|
||||
<el-table-column type="selection" width="55" align="center" />
|
||||
<el-table-column label="序号" align="center" prop="stockInCode" />
|
||||
<el-table-column label="单据日期" align="center" prop="docDate" />
|
||||
|
||||
Reference in New Issue
Block a user