讲师费用挂历

This commit is contained in:
gengxin
2025-02-20 14:53:30 +08:00
parent 7730ef8cff
commit 0093259b70

View File

@@ -131,7 +131,6 @@
<!--讲师名称 teacherName 内容分类 coursetypeid -->
<a-row :gutter="16">
<a-col :span="12">
<a-form-item name="teacherName">
<template v-slot:label>
<img style="margin-right:4px;width: 7px;height: 7px"
@@ -141,9 +140,17 @@
<!-- TODO GX01 -->
<ProjectManagerOutTeacher v-model:value="formParam.name" v-model:name="formParam.teacherName"
placeholder="请输入工号/讲师姓名进行检索" @onChange="managerChange"></ProjectManagerOutTeacher>
<!-- <a-input v-model:value="formParam.teacherName" allowClear showSearch class="draitem"
placeholder="请输入讲师姓名"></a-input> -->
</a-form-item>
</a-col>
<a-col :span="12">
<a-form-item name="supplier">
<template v-slot:label>
<img style="margin-right:4px;width: 7px;height: 7px"
src="@/assets/images/coursewareManage/asterisk.png" alt="" />
供应商
</template>
<a-input class="draitem" v-model:value="formParam.supplier" disabled :maxlength="20" showCount @blur="sendName" allowClear>
</a-input>
</a-form-item>
</a-col>
<a-col :span="12">