This commit is contained in:
liushuai
2020-04-13 18:28:15 +08:00
parent 37d1a82b07
commit 4e0826cfd5
16 changed files with 1188 additions and 401 deletions

View File

@@ -38,9 +38,10 @@
{{ scope.row.备注 }}
</template>
</el-table-column>
<el-table-column label="操作" align="center" width="70px" fixed="right">
<el-table-column label="操作" align="center" width="100px" fixed="right">
<template slot-scope="scope">
<el-button size="mini" type="text" plain class="el-icon-edit" @click="handleChange1(scope.$index, scope.row, 'form');param = 1"/>
<el-button size="mini" type="text" plain class="el-icon-delete" @click="handleDelete(scope.$index, scope.row, 'form')"/>
</template>
</el-table-column>
</el-table>