bug 78410
This commit is contained in:
@@ -24,7 +24,8 @@
|
|||||||
<a-form-item :labelCol="labelCol"
|
<a-form-item :labelCol="labelCol"
|
||||||
:wrapperCol="wrapperCol"
|
:wrapperCol="wrapperCol"
|
||||||
:label="$t('docTool.customComparison.relatedAccessory')">
|
: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-item>
|
||||||
</a-form>
|
</a-form>
|
||||||
</a-spin>
|
</a-spin>
|
||||||
@@ -41,9 +42,11 @@
|
|||||||
|
|
||||||
<script>
|
<script>
|
||||||
import { editCell } from '../../../../api/documentToolApi'
|
import { editCell } from '../../../../api/documentToolApi'
|
||||||
|
import FileEcho from '../../../../components/FileEcho'
|
||||||
|
|
||||||
export default {
|
export default {
|
||||||
name: 'CustomComparisonCellDrawer',
|
name: 'CustomComparisonCellDrawer',
|
||||||
|
components: { FileEcho },
|
||||||
data () {
|
data () {
|
||||||
return {
|
return {
|
||||||
title: this.$t('edit'),
|
title: this.$t('edit'),
|
||||||
|
|||||||
Reference in New Issue
Block a user