| | |
| | | <template slot-scope="scope"> |
| | | <el-button |
| | | @click="showDetail(scope.$index, scope.row)" |
| | | type="primary" |
| | | type="warning" |
| | | plain |
| | | size="small" |
| | | >{{ $t('common.edit') }}</el-button |
| | |
| | | <el-button @click="EditFromDataClose">{{ |
| | | $t('common.close') |
| | | }}</el-button> |
| | | <el-button @click="EditFromData" type="primary">{{ |
| | | $t('common.confirm') |
| | | }}</el-button> |
| | | <el-button |
| | | @click="EditFromData" |
| | | style="background: #409eff; border: 1px solid #409eff; color: white" |
| | | >{{ $t('common.confirm') }}</el-button |
| | | > |
| | | </div> |
| | | </el-dialog> |
| | | </div> |