This commit is contained in:
chenjianan
2019-07-03 09:22:44 +08:00
parent 657daa512f
commit e3dd6f1b33

View File

@@ -124,7 +124,7 @@
{{ scope.row.物料型号 }}
</template>
</el-table-column>
<el-table-column label="规格" align="center" min-width="200">
<el-table-column label="规格" align="center" min-width="150">
<template slot-scope="scope">
{{ scope.row.物料规格 }}
</template>