This commit is contained in:
lixin
2018-12-26 18:58:15 +08:00
parent 94fcf8db14
commit 25cbc6f25a
4 changed files with 285 additions and 140 deletions

View File

@@ -42,7 +42,7 @@
<el-tag v-else type="success" size="small">充足</el-tag>
</template>
</el-table-column>
<el-table-column label="物料名称" min-width="200" align="center">
<el-table-column label="物料名称" min-width="100" align="center">
<template slot-scope="scope">
{{ scope.row.物料名称 }}
</template>
@@ -57,7 +57,7 @@
{{ scope.row.物料规格 }}
</template>
</el-table-column>
<el-table-column label="供货商" min-width="200" align="center">
<el-table-column label="供货商" min-width="100" align="center">
<template slot-scope="scope">
{{ scope.row.供货商 }}
</template>