mirror of
https://gitee.com/XiaoLFeng/JSL_OrganizeInternalOA_Web.git
synced 2025-02-04 11:32:36 +08:00
修复bug
This commit is contained in:
parent
c16270e152
commit
273a6990fa
|
@ -25,15 +25,4 @@ export default {
|
|||
}
|
||||
}
|
||||
}
|
||||
</script>
|
||||
|
||||
<Col span="11" offset="2">
|
||||
<Card :bordered="false" style="width: 300px;position: relative;left:-100px;top:15px; background-color: #edf4ff;">
|
||||
<template #title>小程序设计</template>
|
||||
<p>进度</p>
|
||||
<Space direction="vertical" type="flex">
|
||||
<Progress :percent="60" status="active" stroke-color="orange"/>
|
||||
</Space>
|
||||
<AvatarList :list="list" />
|
||||
</Card>
|
||||
</Col>
|
||||
</script>
|
|
@ -253,6 +253,7 @@ onMounted(() => {
|
|||
|
||||
function getAll() {
|
||||
requests.userAllCurrent(AllUser,token).then((res)=>{
|
||||
console.log(res)
|
||||
// states.data = res.data.data
|
||||
// console.log(res.data.data)
|
||||
loadingTable.value = false
|
||||
|
|
Loading…
Reference in New Issue
Block a user