mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/fe-manage.git
synced 2025-12-16 06:16:46 +08:00
认证讲师细节
This commit is contained in:
@@ -281,6 +281,10 @@ const deleteExamine = async(id)=>{
|
||||
await delExamine({
|
||||
id
|
||||
})
|
||||
if (data.value.length == 1) {
|
||||
current1.value = current1.value - 1
|
||||
|
||||
}
|
||||
message.success('删除成功')
|
||||
getlist()
|
||||
|
||||
@@ -331,7 +335,7 @@ const getlist = async() =>{
|
||||
const res = await getexamineList({
|
||||
pageNo: current1.value,
|
||||
pageSize: pageSize.value,
|
||||
name: "",
|
||||
name: !searchValue.value?'':searchValue.value,
|
||||
isSuper:Administrator.value
|
||||
|
||||
})
|
||||
@@ -403,7 +407,7 @@ function handleOper(record, type, status = "") {
|
||||
|
||||
:row-selection="rowSelection"
|
||||
:pagination="false"
|
||||
|
||||
:scroll="{ x: 'max-content' }"
|
||||
:columns="ViewReviewcolumns"
|
||||
:data-source="ViewReviewdata"
|
||||
|
||||
@@ -706,5 +710,7 @@ margin-left: 44.5px;
|
||||
// margin-left: 24px;
|
||||
}
|
||||
}
|
||||
|
||||
:deep(.ant-table-tbody > tr > td:nth-last-child(4)) {
|
||||
text-align: left;
|
||||
}
|
||||
</style>
|
||||
|
||||
Reference in New Issue
Block a user