| | |
| | | :selectClassRow="selectRow" |
| | | > |
| | | <template slot="tableButton"> |
| | | <el-table-column label="操作" width="100"> |
| | | <el-table-column label="操作" width="120"> |
| | | <template slot-scope="scope"> |
| | | <el-button |
| | | @click="tableRowClick(scope.row, '查看')" |
| | |
| | | size="small" |
| | | >编辑</el-button |
| | | > |
| | | <el-button |
| | | @click.stop="" |
| | | type="text" |
| | | size="small" |
| | | >删除</el-button |
| | | > |
| | | </template> |
| | | |
| | | </el-table-column> |
| | | </template> |
| | | </TableCommonView> |
| | |
| | | }; |
| | | row.locationID = row.location.jointName; |
| | | row.locationId = row.location.value; |
| | | row.managerObj={ |
| | | label:row.manager, |
| | | value:row.managerId |
| | | } |
| | | row.accountantObj={ |
| | | label:row.accountant, |
| | | value:row.accountantId |
| | | } |
| | | row.custodianObj={ |
| | | label:row.custodian, |
| | | value:row.custodianId |
| | | } |
| | | this.editConfig.infomation = { ...row }; |
| | | }, |
| | | // 新建 |