7c2c44cc by chentao

no message

1 parent f65a058a
......@@ -94,23 +94,23 @@
<template>
<imageUpload v-model="showForm.form.twoDimensionalOssId" :limit='10' :fileType='["png", "jpg", "jpeg", "ico"]'/>
</template>
<template>
<!-- <template>
<fileUpload v-model="showForm.form.twoDimensionalUrl" :fileType='["ldr"]'/>
</template>
<template>
<fileUpload v-model="showForm.form.twoDimensionalType" :fileType='["json"]'/>
</template>
</template> -->
</el-form-item>
<el-form-item v-if="determineStatus('3D')" :label="$t('course.dialogThreeD')" label-width="80">
<template>
<imageUpload v-model="showForm.form.threeDimensionalOssId" :limit='10' :fileType='["png", "jpg", "jpeg", "ico"]'/>
</template>
<template>
<!-- <template>
<fileUpload v-model="showForm.form.threeDimensionalUrl" :fileType='["ldr"]'/>
</template>
<template>
<fileUpload v-model="showForm.form.threeDimensionalType" :fileType='["json"]'/>
</template>
</template> -->
</el-form-item>
<el-form-item :label="$t('course.dialogCase')" prop="caseOssId" label-width="80">
<fileUpload v-model="showForm.form.caseOssId" :limit="1" :fileType='["mp4", "avi", "mov", "flv"]'/>
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!