完成 谐波监测 稳态统计报表 联调 全局对话框添加可移动属性
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
<template>
|
||||
<el-dialog title="填报" v-model="dialogVisible" width="70%" :before-close="handleClose">
|
||||
<el-dialog draggable title="填报" v-model="dialogVisible" width="70%" :before-close="handleClose">
|
||||
<el-divider content-position="left" style="font-size: 18px; font-weight: bolder">问题基本信息</el-divider>
|
||||
<el-form :inline="true">
|
||||
<el-form-item label="所属单位:">
|
||||
@@ -44,7 +44,14 @@
|
||||
</el-steps>
|
||||
|
||||
<!-- 原因分析 0 -->
|
||||
<el-form :model="causeAnalysisData" v-if="control == 0" :rules="rules" ref="form" label-width="140px" class="form">
|
||||
<el-form
|
||||
:model="causeAnalysisData"
|
||||
v-if="control == 0"
|
||||
:rules="rules"
|
||||
ref="form"
|
||||
label-width="140px"
|
||||
class="form"
|
||||
>
|
||||
<el-form-item label="电网侧原因:" prop="reportProcessContentYyfx">
|
||||
<el-checkbox-group v-model="causeAnalysisData.reportProcessContentYyfx">
|
||||
<el-checkbox v-for="(item, ind) in CauseList" :key="ind" :label="item.code">
|
||||
@@ -150,7 +157,7 @@ const open = (row: any) => {
|
||||
}
|
||||
const step = (e: number) => {
|
||||
if (active.value >= e) {
|
||||
control.value=e
|
||||
control.value = e
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user