安全教育bug修复
This commit is contained in:
parent
99d79d228f
commit
365c90a47b
@ -17,7 +17,7 @@ var PROJECT = {
|
|||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
var PROJECT_TYPE = PROJECT.online_zjsj
|
var PROJECT_TYPE = PROJECT.local_test
|
||||||
|
|
||||||
var headerShow = true; // 是否显示头部
|
var headerShow = true; // 是否显示头部
|
||||||
var tabsShow = true; // 是否显示tabs
|
var tabsShow = true; // 是否显示tabs
|
||||||
|
|||||||
@ -48,12 +48,12 @@
|
|||||||
<!-- 课程视频 -->
|
<!-- 课程视频 -->
|
||||||
<el-form-item :label="$t('message.safetyEducation.courseVideo')" prop="eduVideo">
|
<el-form-item :label="$t('message.safetyEducation.courseVideo')" prop="eduVideo">
|
||||||
<!-- <el-input v-model="ruleForm.eduVideo"></el-input> -->
|
<!-- <el-input v-model="ruleForm.eduVideo"></el-input> -->
|
||||||
<el-upload :disabled="eduVideo!=''"
|
<el-upload :disabled="eduId!=''"
|
||||||
class="upload-demo" name="files"
|
class="upload-demo" name="files"
|
||||||
:action="$store.state.UPLOADURL"
|
:action="$store.state.UPLOADURL"
|
||||||
:on-success="handleSuccess"
|
:on-success="handleSuccess"
|
||||||
:show-file-list="false" accept="video/mp4">
|
:show-file-list="false" accept="video/mp4">
|
||||||
<el-button size="small" type="primary" v-show="eduVideo==''">
|
<el-button size="small" type="primary" v-show="eduId==''">
|
||||||
<!-- 点击上传 -->
|
<!-- 点击上传 -->
|
||||||
{{ $t('message.safetyEducation.clickUpload') }}
|
{{ $t('message.safetyEducation.clickUpload') }}
|
||||||
</el-button>
|
</el-button>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user