讲师管理bug

This commit is contained in:
zhangsir
2024-12-30 14:40:06 +08:00
parent c6db51de81
commit a5bc33d5c7
2 changed files with 3 additions and 3 deletions

View File

@@ -34,9 +34,9 @@
<div class="item">
<a-input @pressEnter="searchData(true)" style="border-radius: 8px;width:240px;height: 40px;" v-model:value="nameUserNo" placeholder="请输入工号/讲师名称进行搜索" allowClear />
</div>
<!-- <div class="item">
<div class="item">
<a-range-picker format="YYYY-MM-DD" valueFormat="YYYY-MM-DD" style="border-radius: 8px;width:360px;height: 40px;" v-model:value="dateValue" />
</div> -->
</div>
<div class="item">
<a-button type="primary" @click="searchData(true)" style="margin-right:20px;border-radius:8px;width: 100px;height: 40px;">搜索</a-button>
<a-button type="primary" @click="resetData()" style="border-radius:8px;width: 100px;height: 40px;">重置</a-button>

View File

@@ -1179,7 +1179,7 @@ getAllLevelList().then((res) => {
}
//一键确认讲师费
const handleTeacher =()=>{
state.visibleConfirm = true
// state.visibleConfirm = true
}
async function validateField(name) {
return new Promise((resolve) => {