| | |
| | | <titleBox title="评价模型"> |
| | | <template v-slot:right> |
| | | <div class="titleBoxRightSlot"> |
| | | <fks-button @click="addStandardEvaluationModel = true" type="primary" icon="fks-icon-plus">添加</fks-button> |
| | | <fks-button @click="addStandardEvaluationModel = true" type="text" style="margin-right:10px;" icon="fks-icon-plus"></fks-button> |
| | | </div> |
| | | </template> |
| | | </titleBox> |
| | | <div style="width:100%;"> |
| | | <div class="menu-item" :class="currentMenuIndex==1?'menu-item-active':''" style="width:100%;" @click="currenMenuClick(1)"> |
| | | <span slot="title">泵</span> |
| | | <i class="fks-icon-circle-plus-outline addbtn" @click="editStandardEvaluationModel = true"></i> |
| | | <fks-button @click="editStandardEvaluationModel = true" type="text" icon="fks-icon-edit"></fks-button> |
| | | <!-- <i class="fks-icon-edit addbtn" @click="editStandardEvaluationModel = true"></i> --> |
| | | </div> |
| | | <div class="menu-item" :class="currentMenuIndex==2?'menu-item-active':''" style="width:100%;" @click="currenMenuClick(2)"> |
| | | <span slot="title">电机</span> |
| | | <i class="fks-icon-circle-plus-outline addbtn" @click="editStandardEvaluationModel = true"></i> |
| | | <fks-button @click="editStandardEvaluationModel = true" type="text" icon="fks-icon-edit"></fks-button> |
| | | </div> |
| | | </div> |
| | | </div> |
| | |
| | | <fks-button |
| | | type="text" |
| | | size="mini" |
| | | icon="fks-icon-edit" |
| | | @click="handleEdit(scope.$index, scope.row)">编辑</fks-button> |
| | | </template> |
| | | </fks-table-column> |