This commit is contained in:
zhutianqi
2022-03-03 10:29:22 +08:00
parent 46e7265ae8
commit 4d143302bc
2 changed files with 3 additions and 3 deletions
@@ -83,11 +83,11 @@ export default {
}); });
}, },
standForComments(item) { standForComments(item) {
this.$store.commit("setDetailMap", this.$router.path); this.$store.commit("setDetailMap", this.$router.path);
this.$router.push({ this.$router.push({
name: "consultationDetails", name: "consultationDetails",
query: { query: {
item: item item: JSON.stringify(item)
} }
}); });
} }
@@ -355,7 +355,7 @@
</el-input> </el-input>
</div> </div>
</el-form-item> </el-form-item>
<el-form-item label="是否采用标准" style="width: 100%; margin-right:10px" class="add-form-item" prop="isRelate" :class="DrawerType === 'see' ? 'form-item-disabled' : ''"> <el-form-item label="采用国内外标准情况" style="width: 100%; margin-right:10px" class="add-form-item" prop="isRelate" :class="DrawerType === 'see' ? 'form-item-disabled' : ''">
<div style="display: flex; height: 100%; justify-content: space-between;align-items: center;"> <div style="display: flex; height: 100%; justify-content: space-between;align-items: center;">
<el-radio-group :disabled="DrawerType === 'see'" v-model="addForm.isRelate"> <el-radio-group :disabled="DrawerType === 'see'" v-model="addForm.isRelate">
<el-radio label="是" value="是"></el-radio> <el-radio label="是" value="是"></el-radio>