| | |
| | | <div> |
| | | <div class="body" :style="{height:mainHeight+'px'}"> |
| | | <div class="bodyTopButtonGroup" style="justify-content: space-between;align-items: center"> |
| | | <el-button icon="el-icon-circle-plus-outline" type="primary" @click="add">文件上传</el-button> |
| | | <el-button v-waves icon="el-icon-circle-plus-outline" type="primary" @click="add">文件上传</el-button> |
| | | <div style="display: flex;align-items: center"> |
| | | <el-form |
| | | ref="form" |
| | |
| | | </el-form-item> |
| | | </div> |
| | | </el-form> |
| | | <el-button type="primary" style="margin-left: 30px" icon="el-icon-search" @click="search">查询</el-button> |
| | | <el-button type="info" icon="el-icon-refresh" @click="reset">重置</el-button> |
| | | <el-button v-waves type="primary" style="margin-left: 30px" icon="el-icon-search" @click="search">查询</el-button> |
| | | <el-button v-waves type="info" icon="el-icon-refresh" @click="reset">重置</el-button> |
| | | </div> |
| | | </div> |
| | | |
| | |
| | | </div> |
| | | |
| | | <el-dialog |
| | | v-el-drag-dialog |
| | | title="文件上传" |
| | | :visible.sync="dialogVisible" |
| | | width="800px" |
| | |
| | | > |
| | | <!-- accept=".mp4,.pdf"--> |
| | | <el-button |
| | | v-waves |
| | | type="primary" |
| | | style="width: 200px;display: flex;justify-content: center" |
| | | icon="el-icon-upload2" |
| | |
| | | </el-form> |
| | | <span slot="footer" class="dialog-footer"> |
| | | <div class="footerButton"> |
| | | <el-button @click="dialogVisibleCancel">取 消</el-button> |
| | | <el-button v-waves @click="dialogVisibleCancel">取 消</el-button> |
| | | <el-button |
| | | v-waves |
| | | type="primary" |
| | | :loading="$store.state.app.buttonIsDisabled" |
| | | :disabled="$store.state.app.buttonIsDisabled" |
| | |
| | | import { DeviceSopAddSeave, DeviceSopDeleteSeave, DeviceSopSearch } from '@/api/SopManager' |
| | | import { DeviceTypeSearch } from '@/api/DeviceManager' |
| | | import { EqpTypecodeSeachEqpPermissions } from '@/api/GeneralBasicData' |
| | | import waves from '@/directive/waves' |
| | | import elDragDialog from '@/directive/el-drag-dialog' |
| | | |
| | | export default { |
| | | name: 'Zzjg', |
| | | components: { |
| | | Pagination |
| | | }, |
| | | directives: { waves, elDragDialog }, |
| | | data() { |
| | | return { |
| | | mouseHoverType: 'mouseout', |