修改
Showing
3 changed files
with
8 additions
and
7 deletions
... | @@ -158,7 +158,7 @@ export default { | ... | @@ -158,7 +158,7 @@ export default { |
158 | 158 | ||
159 | // 修改 | 159 | // 修改 |
160 | editClick (index, row) { | 160 | editClick (index, row) { |
161 | console.log(row, 'rowrowrowrowrow'); | 161 | //console.log(row, 'rowrowrowrowrow'); |
162 | this.dataIndex = index | 162 | this.dataIndex = index |
163 | this.dialog = true | 163 | this.dialog = true |
164 | this.details = row | 164 | this.details = row | ... | ... |
... | @@ -5,7 +5,7 @@ | ... | @@ -5,7 +5,7 @@ |
5 | <el-row> | 5 | <el-row> |
6 | <el-col :span="8"> | 6 | <el-col :span="8"> |
7 | <el-form-item label="权利人类型" prop="qlrlx"> | 7 | <el-form-item label="权利人类型" prop="qlrlx"> |
8 | <el-select clearable v-model="ruleForm.qlrlx" class="width100" placeholder="请选择"> | 8 | <el-select clearable v-model="ruleForm.sqrlx" class="width100" placeholder="请选择"> |
9 | <el-option v-for="item in dictData['A36']" :key="item.dcode" :label="item.dname" :value="item.dcode"> | 9 | <el-option v-for="item in dictData['A36']" :key="item.dcode" :label="item.dname" :value="item.dcode"> |
10 | </el-option> | 10 | </el-option> |
11 | </el-select> | 11 | </el-select> | ... | ... |
... | @@ -83,7 +83,7 @@ | ... | @@ -83,7 +83,7 @@ |
83 | <el-row :gutter="10"> | 83 | <el-row :gutter="10"> |
84 | <el-col :span="8"> | 84 | <el-col :span="8"> |
85 | <el-form-item :class="flag ? 'marginBot0' : ''" label="取得价格:"> | 85 | <el-form-item :class="flag ? 'marginBot0' : ''" label="取得价格:"> |
86 | <!-- <el-input disabled v-model="ruleForm.jsydsyq.qdjg"></el-input> --> | 86 | <el-input v-model="ruleForm.jsydsyq.qdjg"></el-input> |
87 | </el-form-item> | 87 | </el-form-item> |
88 | </el-col> | 88 | </el-col> |
89 | 89 | ||
... | @@ -120,10 +120,11 @@ | ... | @@ -120,10 +120,11 @@ |
120 | <el-row :gutter="10"> | 120 | <el-row :gutter="10"> |
121 | <el-col :span="14"> | 121 | <el-col :span="14"> |
122 | <el-form-item :class="flag ? 'marginBot0' : ''" label="共有方式:"> | 122 | <el-form-item :class="flag ? 'marginBot0' : ''" label="共有方式:"> |
123 | <el-radio-group :disabled="$route.query.viewtype==1" v-model="ruleForm.slywxx.gyfs"> | 123 | <el-radio-group :disabled="$route.query.viewtype==0" v-model="ruleForm.slywxx.gyfs"> |
124 | <el-radio label="1">单独所有</el-radio> | 124 | <el-radio label="0">单独所有</el-radio> |
125 | <el-radio label="2">共同共有</el-radio> | 125 | <el-radio label="1">共同共有</el-radio> |
126 | <el-radio label="3">按份所有</el-radio> | 126 | <el-radio label="2">按份所有</el-radio> |
127 | <el-radio label="3">其它共有</el-radio> | ||
127 | </el-radio-group> | 128 | </el-radio-group> |
128 | </el-form-item> | 129 | </el-form-item> |
129 | </el-col> | 130 | </el-col> | ... | ... |
-
Please register or sign in to post a comment