|
@@ -122,7 +122,7 @@
|
|
</el-table-column>
|
|
</el-table-column>
|
|
<el-table-column
|
|
<el-table-column
|
|
label="操作"
|
|
label="操作"
|
|
- width="180">
|
|
|
|
|
|
+ width="180" fixed="right">
|
|
<template slot-scope="scope">
|
|
<template slot-scope="scope">
|
|
<el-button type="text" size="small" @click="editData(scope.row.parId)">修改</el-button>
|
|
<el-button type="text" size="small" @click="editData(scope.row.parId)">修改</el-button>
|
|
<span style="margin:0 3px;">|</span>
|
|
<span style="margin:0 3px;">|</span>
|