讲师管理bug

This commit is contained in:
zhangsir
2024-12-18 18:49:46 +08:00
parent a5dd60f768
commit c3c03ea828
2 changed files with 4 additions and 2 deletions

View File

@@ -837,6 +837,7 @@ export default {
}).then(res=>{
message.success('移除成功')
search()
state.formData.summaryTotal = Number(state.formData.summaryTotal) - Number(record.expense)
}).catch(err=>{
message.error(err.msg)
})

View File

@@ -119,7 +119,7 @@
<a-space >
<a-button type="link" @click="() => handleLook(record, String(record.courseform))">查看</a-button>
<!-- :disabled="record.createFrom==1 ?false :true" -->
<a-button type="link" v-if="record.status != 2&&record.status!=3" @click="() => handleModify(record, String(record.courseform))">编辑</a-button>
<a-button type="link" v-if="record.createFrom==1&&record.status != 2&&record.status!=3" @click="() => handleModify(record, String(record.courseform))">编辑</a-button>
<!-- <a-button :disabled="record.status==='A20' || record.status==='A30'||record.status==='S20' ?true :false" type="link" @click="() => handleOperate(record, String(record.courseform))">提交</a-button> -->
<!-- <a-button type="link" @click="handleOperate(record)">撤回</a-button> -->
<!-- <a-button type="link" @click="() => deleteModal(record, String(record.courseform))">删除</a-button> -->
@@ -1510,7 +1510,8 @@ getAllLevelList().then((res) => {
state.allFeedialog=true
}
const visibleAll = (val) => {
state.allFeedialog = val
state.allFeedialog = val
searchSubmit()
}
const selectedRowKey = (val) => {
state.selectsIds = val?.join(',');