This commit is contained in:
liushuai
2019-01-14 10:40:03 +08:00
parent b66b3cd65c
commit fc5ddc54fd
7 changed files with 176 additions and 18 deletions

View File

@@ -28,6 +28,11 @@
:row-class-name="tableRowClassName"
size="mini"
border>
<el-table-column
label="序号"
align="center"
type="index"
width="50"/>
<el-table-column align="center" label="图号" min-width="150">
<template slot-scope="scope">
{{ scope.row.图号或者型号 }}
@@ -87,6 +92,11 @@
</el-radio-group>
</template>
</el-table-column>
<el-table-column align="center" label="旧图号" width="150">
<template slot-scope="scope">
{{ scope.row.前图号或者型号 }}
</template>
</el-table-column>
<el-table-column label="操作" fixed="right" align="center" width="200">
<template slot-scope="scope">
<el-button