feat : 审批记录的代理审批,用户管理的设置代理功能,首页待办

This commit is contained in:
2024-09-22 17:58:13 +08:00
parent 4e325196c8
commit 47633749fb
6 changed files with 186 additions and 129 deletions

View File

@@ -63,7 +63,7 @@
<span>提交时间</span>
</div>
<div class="time"> {{ item.submitTime }}</div>
<div class="time">时间要求 {{ item.totalTime }}</div>
<!-- <div class="time">时间要求 {{ item.totalTime }}</div>-->
</div>
<div class="view" @click="handleView(item)">查看</div>
</div>
@@ -114,7 +114,7 @@
<span>提交时间</span>
</div>
<div class="time"> {{ item.submitTime }}</div>
<div class="time">时间要求 {{ item.totalTime }}</div>
<!-- <div class="time">时间要求 {{ item.totalTime }}</div>-->
</div>
<div class="view" @click="handleView(item)">查看</div>
</div>
@@ -627,7 +627,7 @@ const moneyPieOption = ref({
})
onMounted(async () => {
// getTodoList()
getTodoList()
await getResearchChart()
// nextTick(() => {
// let topLeft=document.getElementById('topLeft')
@@ -664,7 +664,7 @@ const goToSpecialFund = () => {
})
}
const refreshTodoOrDoneList = () => {
// getTodoList()
getTodoList()
}
const initFundCharts = () => {
data.fundPieCharts = echarts.init(document.getElementById('fundPie')).setOption(fundPieOption.value)
@@ -675,8 +675,8 @@ const initMoneyCharts = () => {
const getTodoList = () => {
getHomeTaskInfo().then(res => {
if (res.code === 1000) {
// todoList.value=res.data.rows
// todoNum.value=res.data.total
todoList.value=res.data.rows
todoNum.value=res.data.total
} else {
ElNotification({
title: '提示',
@@ -1267,9 +1267,9 @@ const handleView = (row) => {
width: 80px;
margin-left: 23px;
&:last-child {
white-space: nowrap;
}
//&:last-child {
// white-space: nowrap;
//}
}
}