车间设备管理表格样式
This commit is contained in:
@@ -8,7 +8,7 @@
|
|||||||
</el-card>
|
</el-card>
|
||||||
|
|
||||||
<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" >
|
<el-table-column label="设备名称" align="center" >
|
||||||
<template slot-scope="scope">
|
<template slot-scope="scope">
|
||||||
{{ scope.row.设备名称 }}
|
{{ scope.row.设备名称 }}
|
||||||
|
|||||||
Reference in New Issue
Block a user