| | |
| | | <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> |
| | |
| | | insert: false, |
| | | update: false, |
| | | }, |
| | | formLabelWidth: '100px', |
| | | formLabelWidth: '120px', |
| | | upform: {}, |
| | | EditFormdialog: false, |
| | | tableData: [], |
| | |
| | | background: transparent; |
| | | } |
| | | } |
| | | /deep/ .el-input__inner { |
| | | background-color: transparent !important; |
| | | border: 1px solid; |
| | | color: white; |
| | | } |
| | | /deep/ .el-dialog { |
| | | background: #303030; |
| | | } |
| | | /deep/.el-range-editor.is-active, |
| | | .el-range-editor.is-active:hover, |
| | | .el-select .el-input.is-focus .el-input__inner { |
| | | border: 1px solid; |
| | | } |
| | | /deep/.el-dialog__title { |
| | | color: white; |
| | | } |
| | | /deep/.el-form-item__label { |
| | | color: white; |
| | | } |
| | | .boxlabel { |
| | | color: white; |
| | | } |
| | | } |
| | | </style> |