Merge branch 'dev'
Showing
1 changed file
with
3 additions
and
3 deletions
| ... | @@ -8,7 +8,7 @@ | ... | @@ -8,7 +8,7 @@ |
| 8 | ref="ruleForm" | 8 | ref="ruleForm" |
| 9 | :label-position="flag ? 'top' : ''" | 9 | :label-position="flag ? 'top' : ''" |
| 10 | :inline="flag" | 10 | :inline="flag" |
| 11 | label-width="140px"> | 11 | label-width="170px"> |
| 12 | <div class="slxx_con" :class="flag ? 'formMarginBot0' : ''"> | 12 | <div class="slxx_con" :class="flag ? 'formMarginBot0' : ''"> |
| 13 | <div class="slxx_title title-block"> | 13 | <div class="slxx_title title-block"> |
| 14 | 申请业务信息 | 14 | 申请业务信息 |
| ... | @@ -133,8 +133,8 @@ | ... | @@ -133,8 +133,8 @@ |
| 133 | <el-radio-group | 133 | <el-radio-group |
| 134 | v-model="ruleForm.diyaq.sfczjzhxz" | 134 | v-model="ruleForm.diyaq.sfczjzhxz" |
| 135 | :disabled="!viewEdit || ruleForm.sldy.djlx == '400'"> | 135 | :disabled="!viewEdit || ruleForm.sldy.djlx == '400'"> |
| 136 | <el-radio label="1">启用</el-radio> | 136 | <el-radio label="1">是</el-radio> |
| 137 | <el-radio label="0">禁用</el-radio> | 137 | <el-radio label="0">否</el-radio> |
| 138 | </el-radio-group> | 138 | </el-radio-group> |
| 139 | </el-form-item> | 139 | </el-form-item> |
| 140 | </el-col> | 140 | </el-col> | ... | ... |
-
Please register or sign in to post a comment