Merge branch 'dev'
Showing
1 changed file
with
2 additions
and
0 deletions
| ... | @@ -2,9 +2,11 @@ | ... | @@ -2,9 +2,11 @@ |
| 2 | <!-- 受理信息 --> | 2 | <!-- 受理信息 --> |
| 3 | <div class="slxx"> | 3 | <div class="slxx"> |
| 4 | <el-form | 4 | <el-form |
| 5 | :model="ruleForm" | ||
| 5 | v-Loading="loading" | 6 | v-Loading="loading" |
| 6 | :label-position="flag ? 'top' : ''" | 7 | :label-position="flag ? 'top' : ''" |
| 7 | :inline="flag" | 8 | :inline="flag" |
| 9 | ref="ruleForm" | ||
| 8 | label-width="140px"> | 10 | label-width="140px"> |
| 9 | <div class="slxx_con" :class="flag ? 'formMarginBot0' : ''"> | 11 | <div class="slxx_con" :class="flag ? 'formMarginBot0' : ''"> |
| 10 | <div class="slxx_title title-block"> | 12 | <div class="slxx_title title-block"> | ... | ... |
-
Please register or sign in to post a comment