Merge branch 'master' of http://yun.pashanhoo.com:9090/bdc/bdcdj-web
Showing
1 changed file
with
9 additions
and
9 deletions
... | @@ -131,16 +131,16 @@ | ... | @@ -131,16 +131,16 @@ |
131 | <div class="triangle"></div> | 131 | <div class="triangle"></div> |
132 | </div> | 132 | </div> |
133 | <el-row :gutter="10"> | 133 | <el-row :gutter="10"> |
134 | <el-col :span="14" v-if="ruleForm.qlxx"> | 134 | <el-col :span="14" v-if="ruleForm.qlxx"> |
135 | <el-form-item :class="flag ? 'marginBot0' : ''" label="共有方式:"> | 135 | <el-form-item :class="flag ? 'marginBot0' : ''" label="共有方式:"> |
136 | <el-radio-group :disabled="$route.query.viewtype==1" @change="showCZInfo" v-model="ruleForm.slywxx.gyfs"> | 136 | <el-radio-group :disabled="$route.query.viewtype==1" @change="showCZInfo" v-model="ruleForm.slywxx.gyfs"> |
137 | <el-radio label="0">单独所有</el-radio> | 137 | <el-radio label="0">单独所有</el-radio> |
138 | <el-radio label="1">共同共有</el-radio> | 138 | <el-radio label="1">共同共有</el-radio> |
139 | <el-radio label="2">按份所有</el-radio> | 139 | <el-radio label="2">按份所有</el-radio> |
140 | <el-radio label="3">其它共有</el-radio> | 140 | <el-radio label="3">其它共有</el-radio> |
141 | </el-radio-group> | 141 | </el-radio-group> |
142 | </el-form-item> | 142 | </el-form-item> |
143 | </el-col> | 143 | </el-col> |
144 | <el-col :span="5"> | 144 | <el-col :span="5"> |
145 | <el-form-item :class="flag ? 'marginBot0' : ''" label="发证方式:"> | 145 | <el-form-item :class="flag ? 'marginBot0' : ''" label="发证方式:"> |
146 | <el-radio-group v-model="ruleForm.slywxx.fzfs"> | 146 | <el-radio-group v-model="ruleForm.slywxx.fzfs"> | ... | ... |
-
Please register or sign in to post a comment