|
|
|
|
@ -131,7 +131,7 @@
|
|
|
|
|
width="160"
|
|
|
|
|
header-align="center"
|
|
|
|
|
>
|
|
|
|
|
<template slot-scope="scope">
|
|
|
|
|
<template slot-scope="scope" v-if="scope.row.flow_status === 3">
|
|
|
|
|
<template v-if="scope.row.status === 0">
|
|
|
|
|
<Button
|
|
|
|
|
size="small"
|
|
|
|
|
@ -287,6 +287,7 @@ export default {
|
|
|
|
|
return row.act_plan_link.map((item) => {
|
|
|
|
|
return (
|
|
|
|
|
<div>
|
|
|
|
|
<span style="font-weight: 600;">{(item.plan && item.plan.pid_info) ? item.plan.pid_info.name: ''}:</span>
|
|
|
|
|
{" "}
|
|
|
|
|
[{item.plan.year}] - {item.plan.name} <br /> [使用金额]{" "}
|
|
|
|
|
{item.use_money}元{" "}
|
|
|
|
|
|