Commit 32a32f46 authored by yaya's avatar yaya

feat:bugfix

parent d7aa423c
...@@ -19,11 +19,11 @@ ...@@ -19,11 +19,11 @@
@change="handleDateChange" /> @change="handleDateChange" />
</el-form-item> </el-form-item>
<el-form-item label="使用人数" prop="enabledNum"> <el-form-item label="可邀请人数" prop="enabledNum">
<el-input v-model="inviteInfo.enabledNum" style="width: 400px" placeholder="请输入使用人数" type="number"/> <el-input v-model="inviteInfo.enabledNum" style="width: 400px" placeholder="请输入使用人数" type="number"/>
</el-form-item> </el-form-item>
<el-form-item label="可邀请人数" prop="applicant"> <el-form-item label="邀请人" prop="applicant">
<el-cascader <el-cascader
:options="userList" :options="userList"
:clearable="true" :clearable="true"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment