| | |
| | | <titleBoxVue title="故障诊断模型"> |
| | | <template v-slot:right> |
| | | <div class="titleSlotRight"> |
| | | <fks-button icon="fks-icon-plus" @click="addFaultModel" |
| | | <fks-button icon="fks-icon-plus" type="primary" @click="addFaultModel" |
| | | >添加</fks-button |
| | | > |
| | | </div> |
| | |
| | | <fks-table-column label="操作" width="100"> |
| | | <template slot-scope="scope"> |
| | | <fks-button |
| | | icon="fks-icon-edit" |
| | | @click="editFaultModel(scope.row)" |
| | | type="text" |
| | | size="small" |
| | |
| | | <titleBoxVue title="模型01-诊断项"> |
| | | <template v-slot:right> |
| | | <div class="titleSlotRight"> |
| | | <fks-button icon="fks-icon-plus" @click="addFaultItem" |
| | | <fks-button icon="fks-icon-plus" type="primary" @click="addFaultItem" |
| | | >添加</fks-button |
| | | > |
| | | </div> |
| | |
| | | <fks-table-column label="操作" width="70"> |
| | | <template slot-scope="scope"> |
| | | <fks-button |
| | | icon="fks-icon-edit" |
| | | @click="editFaultItem(scope.row)" |
| | | type="text" |
| | | size="small" |
| | |
| | | width="400px" |
| | | :visible.sync="addFaultItemFormVisible" |
| | | > |
| | | <span slot="title"> |
| | | <fks-button icon="fks-icon-plus" type="text"></fks-button> |
| | | |
| | | <span class="fks-dialog__title">添加故障诊断项</span> |
| | | </span> |
| | | <fks-form :model="addFaultItemForm" label-width="80px"> |
| | | <fks-form-item label="故障事件"> |
| | | <fks-input |
| | |
| | | width="400px" |
| | | :visible.sync="editFaultItemFormVisible" |
| | | > |
| | | <span slot="title"> |
| | | <fks-button icon="fks-icon-edit" type="text"></fks-button> |
| | | |
| | | <span class="fks-dialog__title">编辑故障诊断项</span> |
| | | </span> |
| | | <fks-form :model="editFaultItemForm" label-width="80px"> |
| | | <fks-form-item label="故障事件"> |
| | | <fks-input |
| | |
| | | width="400px" |
| | | :visible.sync="addFaultModelFormVisible" |
| | | > |
| | | <span slot="title"> |
| | | <fks-button icon="fks-icon-plus" type="text"></fks-button> |
| | | |
| | | <span class="fks-dialog__title">添加故障诊断模型</span> |
| | | </span> |
| | | <fks-form :model="addFaultGroupForm" label-width="80px"> |
| | | <fks-form-item label="名称"> |
| | | <fks-input |
| | |
| | | width="400px" |
| | | :visible.sync="editFaultModelFormVisible" |
| | | > |
| | | <span slot="title"> |
| | | <fks-button icon="fks-icon-edit" type="text"></fks-button> |
| | | |
| | | <span class="fks-dialog__title">编辑故障诊断模型</span> |
| | | </span> |
| | | <fks-form :model="editFaultGroupForm" label-width="80px"> |
| | | <fks-form-item label="名称"> |
| | | <fks-input |