Commit 5b88fcbf authored by 罗林杰's avatar 罗林杰

Merge remote-tracking branch 'origin/master'

parents 4c54b1e7 348b1353
......@@ -237,7 +237,7 @@
<el-input
v-model.trim="form.femaleCount"
:disabled="secondFromDisabled"
placeholder="请女生数量"
placeholder="请输入女生数量"
size="small"
class="normalInput"
:maxlength="100"
......
......@@ -14,7 +14,7 @@
/>
</el-form-item>
<el-form-item label="分类:" prop="type">
<el-select v-model.trim="queryParams.isTop" show-word-limit placeholder="请输入类型" style="width: 100%">
<el-select v-model.trim="queryParams.type" show-word-limit placeholder="请输入类型" style="width: 100%">
<el-option
v-for="item in typeField"
:key="item.value"
......
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