111
Showing
4 changed files
with
2 additions
and
2 deletions
This diff is collapsed.
Click to expand it.
| ... | @@ -58,7 +58,7 @@ | ... | @@ -58,7 +58,7 @@ |
| 58 | 不动产单元情况 | 58 | 不动产单元情况 |
| 59 | </el-col> | 59 | </el-col> |
| 60 | <el-col :span="4"> | 60 | <el-col :span="4"> |
| 61 | <el-button @click="compare">变化情况对比+</el-button> | 61 | <el-button v-if="ruleForm.sldy=='300'||ruleForm.sldy=='500'" @click="compare">变化情况对比+</el-button> |
| 62 | </el-col> | 62 | </el-col> |
| 63 | <el-col :span="4" v-if="ruleForm.sldy.djlx=='500'"> | 63 | <el-col :span="4" v-if="ruleForm.sldy.djlx=='500'"> |
| 64 | <el-form-item label="是否创建证书:" style="height:24px"> | 64 | <el-form-item label="是否创建证书:" style="height:24px"> | ... | ... |
This diff is collapsed.
Click to expand it.
| ... | @@ -60,7 +60,7 @@ | ... | @@ -60,7 +60,7 @@ |
| 60 | 不动产单元情况 | 60 | 不动产单元情况 |
| 61 | </el-col> | 61 | </el-col> |
| 62 | <el-col :span="4"> | 62 | <el-col :span="4"> |
| 63 | <el-button @click="compare">变化情况对比+</el-button> | 63 | <el-button v-if="ruleForm.sldy=='300'||ruleForm.sldy=='500'" @click="compare">变化情况对比+</el-button> |
| 64 | </el-col> | 64 | </el-col> |
| 65 | <el-col :span="4" v-if="ruleForm.sldy.djlx=='500'"> | 65 | <el-col :span="4" v-if="ruleForm.sldy.djlx=='500'"> |
| 66 | <el-form-item label="是否创建证书:" style="height:24px"> | 66 | <el-form-item label="是否创建证书:" style="height:24px"> | ... | ... |
-
Please register or sign in to post a comment