bug 78410
This commit is contained in:
@@ -24,7 +24,8 @@
|
||||
<a-form-item :labelCol="labelCol"
|
||||
:wrapperCol="wrapperCol"
|
||||
:label="$t('docTool.customComparison.relatedAccessory')">
|
||||
<j-upload return-id v-decorator="[`fileId`]" :disabled="!isEdit"/>
|
||||
<j-upload return-id v-decorator="[`fileId`]" :disabled="!isEdit" v-if="isEdit" />
|
||||
<file-echo :file-ids="model.fileId" v-else />
|
||||
</a-form-item>
|
||||
</a-form>
|
||||
</a-spin>
|
||||
@@ -41,9 +42,11 @@
|
||||
|
||||
<script>
|
||||
import { editCell } from '../../../../api/documentToolApi'
|
||||
import FileEcho from '../../../../components/FileEcho'
|
||||
|
||||
export default {
|
||||
name: 'CustomComparisonCellDrawer',
|
||||
components: { FileEcho },
|
||||
data () {
|
||||
return {
|
||||
title: this.$t('edit'),
|
||||
|
||||
Reference in New Issue
Block a user