Merge remote-tracking branch 'zcwy/zcwy-teacher-manage' into zcwy-teacher-manage

This commit is contained in:
zhangsir
2024-11-26 12:21:16 +08:00
2 changed files with 4 additions and 1 deletions

View File

@@ -63,7 +63,8 @@
<a-button @click="handlemoreid()" class="moreidbtn" type="text"> 展开 <a-button @click="handlemoreid()" class="moreidbtn" type="text"> 展开
<RightOutlined /> <RightOutlined />
</a-button> </a-button>
</div> </div>
<div v-if="moreid == 2"> <div v-if="moreid == 2">
<a-button @click="handlemoreid()" class="moreidbtn"> 返回 <a-button @click="handlemoreid()" class="moreidbtn"> 返回
<UpOutlined /> <UpOutlined />

View File

@@ -621,6 +621,7 @@ export default {
item.disabled = true item.disabled = true
} }
}) })
e=''
state.score = '' state.score = ''
} }
} }
@@ -631,6 +632,7 @@ export default {
item.disabled = false item.disabled = false
}) })
} }
// console.log(e)
state.searchParam.score = e.toString() state.searchParam.score = e.toString()
} }
const columns = ref([ const columns = ref([