json
Showing
1 changed file
with
2 additions
and
2 deletions
| ... | @@ -125,8 +125,8 @@ | ... | @@ -125,8 +125,8 @@ |
| 125 | </el-form-item> | 125 | </el-form-item> |
| 126 | <el-form-item v-if="determineStatus('3D')" :label="$t('course.dialogThreeD')" label-width="80"> | 126 | <el-form-item v-if="determineStatus('3D')" :label="$t('course.dialogThreeD')" label-width="80"> |
| 127 | <template v-if="true"> | 127 | <template v-if="true"> |
| 128 | <fileUpload v-model="showForm.form.threeDimensionalUrl" :fileType='["ldr",".json"]'/> | 128 | <fileUpload v-model="showForm.form.threeDimensionalUrl" :fileType='["ldr","json"]'/><!--ldr.json--> |
| 129 | <fileUpload v-model="showForm.form.threeDimensionalType" :fileType='["ldr",".json"]'/> | 129 | <fileUpload v-model="showForm.form.threeDimensionalType" :fileType='["ldr","json"]'/> |
| 130 | </template> | 130 | </template> |
| 131 | <template v-else> | 131 | <template v-else> |
| 132 | <el-input v-model="showForm.form.threeDimensionalUrl" placeholder="请输入链接URL" /> | 132 | <el-input v-model="showForm.form.threeDimensionalUrl" placeholder="请输入链接URL" /> | ... | ... |
-
Please register or sign in to post a comment