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) {
this.$store.commit("setDetailMap", this.$router.path);
this.$store.commit("setDetailMap", this.$router.path);
this.$router.push({
name: "consultationDetails",
query: {
item: item
item: JSON.stringify(item)
}
});
}
@@ -355,7 +355,7 @@
</el-input>
</div>
</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;">
<el-radio-group :disabled="DrawerType === 'see'" v-model="addForm.isRelate">
<el-radio label="是" value="是"></el-radio>