| | |
| | | <titleBox title="评价模型"> |
| | | <template v-slot:right> |
| | | <div class="titleBoxRightSlot"> |
| | | <fks-button style="float: right; padding: 3px 0" @click="evaluationModelAddDialog = true" type="text" icon="fks-icon-plus">新增</fks-button> |
| | | <fks-button @click="evaluationModelAddDialog = true" type="primary" icon="fks-icon-plus">新增</fks-button> |
| | | </div> |
| | | </template> |
| | | </titleBox> |
| | |
| | | prop="desc" |
| | | label="说明"> |
| | | </fks-table-column> |
| | | <fks-table-column label="操作"> |
| | | <fks-table-column label="操作" width="80"> |
| | | <template slot-scope="scope"> |
| | | <fks-button |
| | | type="primary" |
| | | type="text" |
| | | size="mini" |
| | | @click="handleEdit(scope.$index, scope.row)">编辑</fks-button> |
| | | </template> |
| | |
| | | </fks-form-item> |
| | | </fks-form> |
| | | <div slot="footer" class="dialog-footer"> |
| | | <fks-button @click="evaluationModelAddDialog = false">取 消</fks-button> |
| | | <fks-button type="primary" @click="evaluationModelAddDialog = false">确 定</fks-button> |
| | | </div> |
| | | </fks-dialog> |
| | |
| | | </fks-form-item> |
| | | </fks-form> |
| | | <div slot="footer" class="dialog-footer"> |
| | | <fks-button @click="evaluationModelEditDialog = false">取 消</fks-button> |
| | | <fks-button type="primary" @click="evaluationModelEditDialog = false">确 定</fks-button> |
| | | </div> |
| | | </fks-dialog> |