|
@@ -66,7 +66,7 @@
|
|
|
prop="assigneName"
|
|
|
label="上一步处理人"
|
|
|
align="center"
|
|
|
- width="110"
|
|
|
+ width="120"
|
|
|
:show-overflow-tooltip="true"
|
|
|
>
|
|
|
<template slot-scope="scope">
|
|
@@ -79,7 +79,8 @@
|
|
|
prop="clsj"
|
|
|
label="上一步处理时间"
|
|
|
align="center"
|
|
|
- width="120"
|
|
|
+ width="140"
|
|
|
+ :show-overflow-tooltip="true"
|
|
|
>
|
|
|
<template slot-scope="scope">
|
|
|
<span>{{ scope.row.clsj }}</span>
|
|
@@ -89,7 +90,7 @@
|
|
|
prop="opName"
|
|
|
label="发起姓名"
|
|
|
align="center"
|
|
|
- width="80"
|
|
|
+ width="100"
|
|
|
>
|
|
|
<template slot-scope="scope">
|
|
|
<span>{{ scope.row.opName }}</span>
|
|
@@ -100,6 +101,7 @@
|
|
|
label="发起时间"
|
|
|
align="center"
|
|
|
width="120"
|
|
|
+ :show-overflow-tooltip="true"
|
|
|
>
|
|
|
<template slot-scope="scope">
|
|
|
<span>{{ scope.row.createTime }}</span>
|