|
@@ -29,7 +29,7 @@
|
|
></confirm-button>
|
|
></confirm-button>
|
|
</template>
|
|
</template>
|
|
<template #form-item-compare>
|
|
<template #form-item-compare>
|
|
- <el-select v-model="compare" @change="compareChange">
|
|
|
|
|
|
+ <el-select v-model="compare" :disabled="isEdit" @change="compareChange">
|
|
<el-option value="1" label="启用"></el-option>
|
|
<el-option value="1" label="启用"></el-option>
|
|
<el-option value="0" label="不启用"></el-option>
|
|
<el-option value="0" label="不启用"></el-option>
|
|
</el-select>
|
|
</el-select>
|
|
@@ -401,6 +401,7 @@ const items = computed<any>(() =>
|
|
slot: {
|
|
slot: {
|
|
clearable: true,
|
|
clearable: true,
|
|
options: mainQuestionOptions.value,
|
|
options: mainQuestionOptions.value,
|
|
|
|
+ disabled: isEdit,
|
|
},
|
|
},
|
|
},
|
|
},
|
|
'row-14'
|
|
'row-14'
|