| | |
| | | v-model="searchWord" |
| | | placeholder="请输入内容" |
| | | ></fks-input> |
| | | <fks-button v-if="activeIndex === 3||activeIndex === 2||activeIndex === 4" style="margin-left: 10px" type="primary" @click="query" |
| | | <fks-button v-if="activeIndex === 3||activeIndex === 2||activeIndex === 4" style="margin-left: 10px" type="primary" icon="fks-icon-search" @click="query" |
| | | >搜索</fks-button |
| | | > |
| | | </template> |
| | |
| | | <fks-button |
| | | style="margin-left: 10px" |
| | | type="primary" |
| | | icon="fks-icon-search" |
| | | @click="query" |
| | | >搜索</fks-button |
| | | > |
| | |
| | | style="margin-left: 10px" |
| | | type="primary" |
| | | @click="query" |
| | | icon="fks-icon-search" |
| | | >搜索</fks-button |
| | | > |
| | | </div> |
| | |
| | | </fks-form-item> |
| | | </fks-col> |
| | | <fks-col :span="12"> |
| | | <fks-form-item label="诊断事件"> |
| | | <fks-form-item label="诊断时间"> |
| | | <fks-input |
| | | v-model="FaultReportForm.date" |
| | | autocomplete="off" |
| | |
| | | width="400px" |
| | | :visible.sync="finishFaultReportVisible" |
| | | > |
| | | <span slot="title"> |
| | | <fks-button icon="fks-icon-plus" type="text"></fks-button> |
| | | |
| | | <span class="fks-dialog__title">生成故障诊断报告</span> |
| | | </span> |
| | | <fks-form :model="finishFaultReportForm" label-width="80px"> |
| | | <fks-form-item label="名称"> |
| | | <fks-input |