This commit is contained in:
xingquansheng
2019-09-21 17:08:22 +08:00
parent 52e223101a
commit 50c66e917e
36 changed files with 401 additions and 386 deletions

View File

@@ -34,13 +34,13 @@
:data="tableData"
style="width: 100%;"
size="mini"
height="770"
height="500"
highlight-current-row
border
stripe
@selection-change="handleSelectionChange">
<el-table-column align="center" type="selection"/>
<el-table-column align="center" label="零件号">
<el-table-column align="center" label="零件号" min-width="160">
<template slot-scope="scope">
{{ scope.row.零件号 }}
</template>