mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/fe-manage.git
synced 2025-12-11 11:56:46 +08:00
Merge remote-tracking branch 'zcwy/zcwy-teacher-manage' into zcwy-teacher-manage
This commit is contained in:
@@ -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 />
|
||||||
|
|||||||
@@ -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([
|
||||||
|
|||||||
Reference in New Issue
Block a user