|
|
@@ -232,7 +232,7 @@
|
|
|
</template>
|
|
|
|
|
|
<template v-slot:imgUrl="{ row }">
|
|
|
- <fileUpload
|
|
|
+ <fileMain
|
|
|
v-model="row.imgUrl"
|
|
|
module="main"
|
|
|
:showLib="false"
|
|
|
@@ -242,7 +242,7 @@
|
|
|
</template>
|
|
|
|
|
|
<template v-slot:files="{ row }">
|
|
|
- <fileUpload
|
|
|
+ <fileMain
|
|
|
v-model="row.files"
|
|
|
module="main"
|
|
|
:showLib="false"
|
|
|
@@ -303,7 +303,7 @@
|
|
|
getById
|
|
|
} from '@/api/cuttingPlan/index';
|
|
|
import ProductionVersion from '@/components/CreatePlan/ProductionVersion2.vue';
|
|
|
- import fileUpload from '@/components/addDoc/index.vue';
|
|
|
+ // import fileUpload from '@/components/addDoc/index.vue';
|
|
|
import timeDialog from './timeDialog';
|
|
|
import dictMixins from '@/mixins/dictMixins';
|
|
|
export default {
|
|
|
@@ -311,7 +311,7 @@
|
|
|
saleOrderPop,
|
|
|
ProductModal,
|
|
|
ProductionVersion,
|
|
|
- fileUpload,
|
|
|
+ // fileUpload,
|
|
|
timeDialog
|
|
|
},
|
|
|
mixins: [dictMixins],
|