车间设备管理表格样式

This commit is contained in:
zhangdingyu
2018-11-20 08:55:04 +08:00
parent 59e74eb1a1
commit 109868411a

View File

@@ -8,7 +8,7 @@
</el-card>
<el-card>
<el-table :data="List" highlight-current-row border>
<el-table :data="List" style="height: 550px" border size="small">
<el-table-column label="设备名称" align="center" >
<template slot-scope="scope">
{{ scope.row.设备名称 }}