初次投产打回

This commit is contained in:
zhangdingyu
2018-11-28 11:25:00 +08:00
parent 8aa992314d
commit a15382020f
3 changed files with 7 additions and 9 deletions

View File

@@ -19,8 +19,7 @@
<el-card>
<el-table v-loading="" :data="tableData1" show-summary stripe border style="width: 100%;max-height: 500px;" height="500px" size="mini">
<el-table-column label="序号" align="center" width="80" type="index">
</el-table-column>
<el-table-column label="序号" align="center" width="80" type="index"/>
<el-table-column label="项目名称" align="center" min-width="100">
<template slot-scope="scope">
{{ scope.row.项目名称 }}

View File

@@ -21,8 +21,7 @@
show-summary
stripe
border>
<el-table-column align="center" label="序号" type="index">
</el-table-column>
<el-table-column align="center" label="序号" type="index"/>
<el-table-column align="center" label="项目名称">
<template slot-scope="scope">
{{ scope.row.项目名称 }}