This commit is contained in:
Vergil
2020-04-09 17:27:15 +08:00
parent d29d26c571
commit 55bed70579
2 changed files with 3 additions and 3 deletions

View File

@@ -22,7 +22,7 @@
<el-row>
<el-col :span="8">
<el-card>
<el-table :data="tableData1" :row-class-name="tableRowClassName" style="height: 670px" highlight-current-row border>
<el-table :data="tableData1" :row-class-name="tableRowClassName" empty-text=" " style="height: 670px" highlight-current-row border>
<el-table-column align="center" label="工序名" width="110">
<template slot-scope="scope">
{{ scope.row.工艺名称 }}