|
|
|
|
@ -31,7 +31,7 @@
|
|
|
|
|
<el-table-column :fixed="$store.getters.device === 'mobile'?false:'right'" label="操作" align="left" width="200">
|
|
|
|
|
<template #default="{ row }">
|
|
|
|
|
<div style="display: flex;align-items: flex-start;">
|
|
|
|
|
<Button style="margin-right: 4px;" v-if="calculateTotalUseMoney(row.plan_act_links)<=parseFloat(row.money)" ghost size="small" type="primary" @click="execute(row)">确认执行</Button>
|
|
|
|
|
<Button style="margin-right: 4px;" v-if="calculateTotalUseMoney(row.plan_act_links)<parseFloat(row.money)" ghost size="small" type="primary" @click="execute(row)">确认执行</Button>
|
|
|
|
|
<Button style="margin-right: 4px;" ghost size="small" type="primary" @click="
|
|
|
|
|
($refs['addActual'].id = row.id),
|
|
|
|
|
($refs['addActual'].type = 'editor'),
|
|
|
|
|
|