1. 首页bug修改

main
赵培友 3 years ago
parent 6c6b35dd5e
commit 5b2b06bd25
  1. BIN
      src/assets/img/wel/1.png
  2. BIN
      src/assets/img/wel/2.png
  3. 2
      src/views/plugin/workflow/process/todo.vue
  4. 8
      src/views/wel/index.vue

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.8 KiB

After

Width:  |  Height:  |  Size: 1.9 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.9 KiB

After

Width:  |  Height:  |  Size: 2.8 KiB

@ -211,7 +211,7 @@ export default {
this.searchForm.startTime = this.searchForm.timeArr[0];
this.searchForm.endTime = this.searchForm.timeArr[1];
}
let isBecomeDue = this.$route.query.id === 1?1:0
let isBecomeDue = this.$route.query.id == 2?1:0
getList({
current: currentPage,
size: pageSize,

@ -18,10 +18,10 @@
class="num"
:style="{
color:
item.id === 2
? '#FF8723'
: item.id === 1
item.id === 1
? '#27D477'
: item.id === 2
? '#FF8723'
: item.id === 3
? '#2E92F6'
: '#273240',
@ -476,7 +476,7 @@ export default {
getAboutMy().then((res) => {
const { expireNum, needDoNum, todayAddNum, todayFinishNum } =
res.data.data;
const arr = [expireNum, needDoNum, todayAddNum, todayFinishNum];
const arr = [ needDoNum,expireNum, todayAddNum, todayFinishNum];
for (const i in this.headerList) {
this.headerList[i].num = arr[i];
}

Loading…
Cancel
Save