序号bug
This commit is contained in:
@@ -19,8 +19,7 @@
|
|||||||
|
|
||||||
<el-card>
|
<el-card>
|
||||||
<el-table v-loading="" :data="tableData1" show-summary stripe border style="width: 100%;max-height: 500px;" height="500px" size="mini">
|
<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 label="序号" align="center" width="80" type="index"/>
|
||||||
</el-table-column>
|
|
||||||
<el-table-column label="项目名称" align="center" min-width="100">
|
<el-table-column label="项目名称" align="center" min-width="100">
|
||||||
<template slot-scope="scope">
|
<template slot-scope="scope">
|
||||||
{{ scope.row.项目名称 }}
|
{{ scope.row.项目名称 }}
|
||||||
|
|||||||
@@ -21,8 +21,7 @@
|
|||||||
show-summary
|
show-summary
|
||||||
stripe
|
stripe
|
||||||
border>
|
border>
|
||||||
<el-table-column align="center" label="序号" type="index">
|
<el-table-column align="center" label="序号" type="index"/>
|
||||||
</el-table-column>
|
|
||||||
<el-table-column align="center" label="项目名称">
|
<el-table-column align="center" label="项目名称">
|
||||||
<template slot-scope="scope">
|
<template slot-scope="scope">
|
||||||
{{ scope.row.项目名称 }}
|
{{ scope.row.项目名称 }}
|
||||||
|
|||||||
Reference in New Issue
Block a user