Merge branch 'dev' of http://yun.pashanhoo.com:9090/bdc/bdcdj-web into dev
Showing
2 changed files
with
6 additions
and
2 deletions
... | @@ -42,7 +42,7 @@ | ... | @@ -42,7 +42,7 @@ |
42 | <el-row> | 42 | <el-row> |
43 | <el-col :span="24"> | 43 | <el-col :span="24"> |
44 | <el-form-item label="权利其他状况模板" prop="qlqtzk"> | 44 | <el-form-item label="权利其他状况模板" prop="qlqtzk"> |
45 | <el-input type="textarea" :rows="3" placeholder="请输入内容" v-model="ruleForm.qlqtzk"> | 45 | <el-input type="textarea" :rows="8" placeholder="请输入内容" v-model="ruleForm.qlqtzk"> |
46 | </el-input> | 46 | </el-input> |
47 | </el-form-item> | 47 | </el-form-item> |
48 | </el-col> | 48 | </el-col> | ... | ... |
... | @@ -284,7 +284,11 @@ | ... | @@ -284,7 +284,11 @@ |
284 | </el-col> | 284 | </el-col> |
285 | </el-row> | 285 | </el-row> |
286 | <el-row :gutter="10"> | 286 | <el-row :gutter="10"> |
287 | 287 | <el-col :span="24"> | |
288 | <el-form-item label="附记:"> | ||
289 | <el-input v-model="ruleForm.fdcq2.fj"></el-input> | ||
290 | </el-form-item> | ||
291 | </el-col> | ||
288 | </el-row> | 292 | </el-row> |
289 | <div class="slxx_title title-block"> | 293 | <div class="slxx_title title-block"> |
290 | 土地用途 | 294 | 土地用途 | ... | ... |
-
Please register or sign in to post a comment