体系调整

This commit is contained in:
wangxuemei
2024-09-26 16:40:00 +08:00
parent 17e75a106f
commit 8f15476af8
7 changed files with 194 additions and 23 deletions

View File

@@ -164,7 +164,7 @@
<a-col :span="24">
<a-form-item label="讲师体系" name="systemId">
<a-select class="draitem" v-model:value="formParam.systemId" placeholder="请选择讲师体系" allowClear
@change="changetlevel" :options="LecturerSystemList">
@change="changetlevel" .:options="LecturerSystemList">
</a-select>
</a-form-item>
</a-col>
@@ -183,6 +183,7 @@
<a-input v-model:value="formParam.defaultteachingTime" style="width:80%; height: 40px; border-radius: 8px; "
@blur="clearNonNumber" placeholder="0" allowClear showSearch suffix="分钟">
</a-input>
<span style="margin-left: 5px ;" v-if="formParam.defaultteachingTime == null">0.00小时</span>
<span style="margin-left: 5px ;" v-if="formParam.defaultteachingTime != null">{{
(formParam.defaultteachingTime / 60).toFixed(2) }}小时</span>
</a-form-item>
@@ -410,7 +411,7 @@ export default {
teachenType: '0',
name: null,
certStatus: 0,//认证状态
defaultteachingTime: '0',
defaultteachingTime: null,
photo: 'https://p0.itc.cn/q_70/images01/20211013/f45d91616a364d6ea9c42a8db69734aa.png'
},
searchParam: {
@@ -1007,7 +1008,7 @@ export default {
teacherNameOrUserNo: null,
newdepartId: null,
levelId: null,
defaultteachingTime: 0,
defaultteachingTime:null,
systemId: null,
certStatus: 0,
description: '',