| | |
| | | :page.sync="form.page" |
| | | :limit.sync="form.rows" |
| | | align="right" |
| | | layout="total,prev, pager, next,sizes" |
| | | layout="total,prev, pager, next,sizes,jumper" |
| | | popper-class="select_bottom" |
| | | @pagination="getDeviceRepairStandArdSearch" |
| | | /> |
| | |
| | | </el-form> |
| | | </div> |
| | | <div> |
| | | <i class="el-icon-s-operation" :style="{color:$store.state.settings.theme}" style="margin: -20px 10px 20px 0" />设备关联保养项信息: |
| | | <i class="el-icon-s-operation" :style="{color:$store.state.settings.theme}" style="margin: -20px 10px 20px 0" />标准关联保养项信息: |
| | | </div> |
| | | <div style="margin-bottom:10px"> |
| | | <el-button v-waves type="primary" icon="el-icon-circle-plus-outline" @click="addRow">新增</el-button> |
| | |
| | | if (this.dialogFormEqp.eqpCodeSelectedArr.includes(it.code)) { |
| | | data.push({ |
| | | name: it.name, |
| | | code: it.code |
| | | code: it.code, |
| | | flag: item.code |
| | | }) |
| | | } |
| | | }) |