|
@@ -2,7 +2,7 @@
|
|
|
<div id="index">
|
|
|
<list-frame title="教师列表页" @query="search" :total="total" :filter="filFields" :needAdd="false">
|
|
|
<template #options="{item}">
|
|
|
- <template v-if="item.model == 'sex'">
|
|
|
+ <template v-if="item.model == 'gender'">
|
|
|
<el-option v-for="(item, index) in list" :key="index" :value="item.label"></el-option>
|
|
|
</template>
|
|
|
<template v-if="item.model == 'status'">
|