讲师查询管理供应商

This commit is contained in:
gengxin
2025-02-20 17:55:58 +08:00
parent 6c5090503a
commit f73b896d18

View File

@@ -135,10 +135,11 @@
<template v-slot:label> <template v-slot:label>
<img style="margin-right:4px;width: 7px;height: 7px" <img style="margin-right:4px;width: 7px;height: 7px"
src="@/assets/images/coursewareManage/asterisk.png" alt="" /> src="@/assets/images/coursewareManage/asterisk.png" alt="" />
讲师名称todo 讲师名称
</template> </template>
<!-- TODO GX01 --> <!-- TODO GX01 -->
<ProjectManagerOutTeacher v-model:value="formParam.name" v-model:name="formParam.teacherName" <ProjectManagerOutTeacher v-model:value="formParam.name" v-model:name="formParam.teacherName"
v-model:supplier="formParam.supplier"
placeholder="请输入工号/讲师姓名进行检索" @onChange="managerChange"></ProjectManagerOutTeacher> placeholder="请输入工号/讲师姓名进行检索" @onChange="managerChange"></ProjectManagerOutTeacher>
</a-form-item> </a-form-item>
</a-col> </a-col>
@@ -147,10 +148,10 @@
<template v-slot:label> <template v-slot:label>
<img style="margin-right:4px;width: 7px;height: 7px" <img style="margin-right:4px;width: 7px;height: 7px"
src="@/assets/images/coursewareManage/asterisk.png" alt="" /> src="@/assets/images/coursewareManage/asterisk.png" alt="" />
供应商 供应商1
</template> </template>
<!-- TODO GX01 --> <!-- TODO GX01 -->
<a-input class="draitem" v-model:value="formParam.name" disabled :maxlength="20" showCount @blur="sendName"> <a-input class="draitem" v-model:value="formParam.supplier" disabled :maxlength="20" showCount >
</a-input> </a-input>
</a-form-item> </a-form-item>
</a-col> </a-col>