|
|
@@ -18,7 +18,7 @@
|
|
|
v-loading="loading"
|
|
|
:disabled="type == 'detail'"
|
|
|
>
|
|
|
- <el-row style="margin-bottom: 10px">
|
|
|
+ <el-row style="margin-bottom: 15px">
|
|
|
<el-col :span="8">
|
|
|
<el-form-item label="记录规则类型" prop="classify" required>
|
|
|
<el-select
|
|
|
@@ -56,7 +56,7 @@
|
|
|
</el-form-item>
|
|
|
</el-col>
|
|
|
</el-row>
|
|
|
- <el-row style="margin-bottom: 10px">
|
|
|
+ <el-row style="margin-bottom: 15px">
|
|
|
<el-col :span="8">
|
|
|
<el-form-item label="记录规则名称" prop="name">
|
|
|
<el-input
|
|
|
@@ -90,7 +90,9 @@
|
|
|
/>
|
|
|
</el-form-item>
|
|
|
</el-col>
|
|
|
- <el-col v-if="formData.classify == 3" :span="8">
|
|
|
+ </el-row>
|
|
|
+ <el-row v-if="formData.classify == 3" style="margin-bottom: 15px">
|
|
|
+ <el-col :span="8">
|
|
|
<el-form-item label="关联设备" prop="deviceName" required>
|
|
|
<el-input
|
|
|
v-model="formData.deviceName"
|
|
|
@@ -104,7 +106,7 @@
|
|
|
</el-form-item>
|
|
|
</el-col>
|
|
|
</el-row>
|
|
|
- <el-row style="margin-bottom: 10px">
|
|
|
+ <el-row style="margin-bottom: 15px">
|
|
|
<el-col :span="8">
|
|
|
<el-form-item label="模块分类" required prop="reportWorkType">
|
|
|
<dict-selection
|
|
|
@@ -148,7 +150,7 @@
|
|
|
</el-form-item>
|
|
|
</el-col>
|
|
|
</el-row>
|
|
|
- <el-row style="margin-bottom: 10px">
|
|
|
+ <el-row style="margin-bottom: 15px">
|
|
|
<el-col :span="24">
|
|
|
<el-form-item label="周期" prop="frequencyValue" required>
|
|
|
<rule-cycle
|