|
@@ -3,7 +3,7 @@
|
|
|
<div class="taskbox">
|
|
|
<div class="tit">
|
|
|
<span class="span1" @click="tabboxclick1"
|
|
|
- >我的待办 ({{ this.niticList.length }})</span
|
|
|
+ >我的待办 ({{ this.totalDaiban}})</span
|
|
|
>
|
|
|
<span class="span2" @click="tabboxclick2">我的已办</span>
|
|
|
<span class="span3" @click="tabboxclick3">我的发起</span>
|
|
@@ -79,7 +79,7 @@
|
|
|
prop="clsj"
|
|
|
label="上一步处理时间"
|
|
|
align="center"
|
|
|
- width="140"
|
|
|
+ width="135"
|
|
|
:show-overflow-tooltip="true"
|
|
|
>
|
|
|
<template slot-scope="scope">
|
|
@@ -100,7 +100,7 @@
|
|
|
prop="createTime"
|
|
|
label="发起时间"
|
|
|
align="center"
|
|
|
- width="120"
|
|
|
+ width="130"
|
|
|
:show-overflow-tooltip="true"
|
|
|
>
|
|
|
<template slot-scope="scope">
|