mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/fe-manage.git
synced 2025-12-20 00:06:47 +08:00
体系调整
This commit is contained in:
@@ -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: '',
|
||||
|
||||
Reference in New Issue
Block a user