修复bug

This commit is contained in:
yannqing 2024-01-21 20:51:50 +08:00
parent c16270e152
commit 273a6990fa
2 changed files with 2 additions and 12 deletions

View File

@ -26,14 +26,3 @@ 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>

View File

@ -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