fix 78423
This commit is contained in:
@@ -57,7 +57,7 @@
|
||||
<a-form-item :labelCol="labelCol"
|
||||
:wrapperCol="wrapperCol"
|
||||
:label="$t('docTool.customComparison.onlineComparison')">
|
||||
<a-switch v-model="isStartComparison" @change="handleSwitchChange" :disabled="isDetail"/>
|
||||
<a-switch v-model="isStartComparison" @change="handleSwitchChange"/>
|
||||
</a-form-item>
|
||||
<div v-show="isStartComparison" class="comparison-box">
|
||||
<div class="operation-box" v-if="!isDetail">
|
||||
@@ -246,7 +246,6 @@ export default {
|
||||
dealIsDetail () {
|
||||
this.isDetail = this.title === this.$t('details')
|
||||
if (this.isDetail) {
|
||||
this.isStartComparison = true
|
||||
this.columns.push({
|
||||
title: this.$t('docTool.customComparison.comparativeAnalysisResult'),
|
||||
dataIndex: 'compareResult',
|
||||
|
||||
Reference in New Issue
Block a user