This commit is contained in:
zhangdingyu
2019-12-30 10:43:19 +08:00
12 changed files with 313 additions and 1437 deletions

View File

@@ -69,7 +69,7 @@
</el-table>
</el-card>
</el-col>
<el-col style="width: 670px">
<el-col style="width: 810px">
<el-card>
<el-table
:data="tableData"
@@ -90,7 +90,7 @@
{{ scope.row.跟单号 }}
</template>
</el-table-column>
<el-table-column align="center" label="零件图号" show-overflow-tooltip width="130">
<el-table-column align="center" label="零件图号" show-overflow-tooltip width="180">
<template slot-scope="scope">
{{ scope.row.零件图号 }}
</template>