mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/fe-manage.git
synced 2025-12-16 06:16:46 +08:00
讲师管理bug
This commit is contained in:
@@ -106,7 +106,7 @@
|
|||||||
<!-- 讲师名称 ,手机号码-->
|
<!-- 讲师名称 ,手机号码-->
|
||||||
<a-row :gutter="16">
|
<a-row :gutter="16">
|
||||||
<a-col :span="24">
|
<a-col :span="24">
|
||||||
<a-form-item label="讲师名称" name="name">
|
<a-form-item label="讲师姓名" name="name">
|
||||||
<a-input v-model:value="formParam.name" class="draitem" :maxlength="20" showCount
|
<a-input v-model:value="formParam.name" class="draitem" :maxlength="20" showCount
|
||||||
@blur="sendName"
|
@blur="sendName"
|
||||||
placeholder="请输入讲师姓名" allowClear showSearch>
|
placeholder="请输入讲师姓名" allowClear showSearch>
|
||||||
@@ -114,9 +114,9 @@
|
|||||||
</a-form-item>
|
</a-form-item>
|
||||||
</a-col>
|
</a-col>
|
||||||
<a-col :span="24">
|
<a-col :span="24">
|
||||||
<a-form-item label="手机号码" name="mobile" prop="mobile">
|
<a-form-item label="供应商" name="supplier">
|
||||||
<a-input v-model:value.trim="formParam.mobile" class="draitem"
|
<a-input v-model:value="formParam.supplier" class="draitem" :maxlength="30" showCount
|
||||||
placeholder="请输入手机号码" allowClear showSearch :maxLength="11" @blur="sendPhone">
|
placeholder="请输入供应商" allowClear showSearch>
|
||||||
</a-input>
|
</a-input>
|
||||||
</a-form-item>
|
</a-form-item>
|
||||||
</a-col>
|
</a-col>
|
||||||
@@ -124,9 +124,9 @@
|
|||||||
<!-- 供应商 ,邮箱-->
|
<!-- 供应商 ,邮箱-->
|
||||||
<a-row :gutter="16">
|
<a-row :gutter="16">
|
||||||
<a-col :span="24">
|
<a-col :span="24">
|
||||||
<a-form-item label="供应商" name="supplier">
|
<a-form-item label="手机号码" name="mobile" prop="mobile">
|
||||||
<a-input v-model:value="formParam.supplier" class="draitem" :maxlength="30" showCount
|
<a-input v-model:value.trim="formParam.mobile" class="draitem"
|
||||||
placeholder="请输入供应商" allowClear showSearch>
|
placeholder="请输入手机号码" allowClear showSearch :maxLength="11" @blur="sendPhone">
|
||||||
</a-input>
|
</a-input>
|
||||||
</a-form-item>
|
</a-form-item>
|
||||||
</a-col>
|
</a-col>
|
||||||
|
|||||||
@@ -158,7 +158,7 @@
|
|||||||
</a-row>
|
</a-row>
|
||||||
<a-row :gutter="16">
|
<a-row :gutter="16">
|
||||||
<a-col :span="24">
|
<a-col :span="24">
|
||||||
<a-form-item label="讲师名称" name="name">
|
<a-form-item label="讲师姓名" name="name">
|
||||||
<SearchTeacher @tlevel="teacherTlevel" :lecturer="true" :disabled="!!id" v-model:value="formParam.name" v-model:lable="formParam.orgNames" v-model:orgId="formParam.orgId" v-model:id="formParam.id"
|
<SearchTeacher @tlevel="teacherTlevel" :lecturer="true" :disabled="!!id" v-model:value="formParam.name" v-model:lable="formParam.orgNames" v-model:orgId="formParam.orgId" v-model:id="formParam.id"
|
||||||
v-model:system="tSystemNames" v-model:level="formParam.tlevelId"></SearchTeacher>
|
v-model:system="tSystemNames" v-model:level="formParam.tlevelId"></SearchTeacher>
|
||||||
</a-form-item>
|
</a-form-item>
|
||||||
|
|||||||
Reference in New Issue
Block a user