From bbf1fe21ed8c38b837c2558d24e0ba730e125960 Mon Sep 17 00:00:00 2001 From: WXL <1785969728@qq.com> Date: 星期四, 14 九月 2023 14:58:13 +0800 Subject: [PATCH] 11 --- src/views/project/fund/applyDetail/index.vue | 6 +++++- 1 files changed, 5 insertions(+), 1 deletions(-) diff --git a/src/views/project/fund/applyDetail/index.vue b/src/views/project/fund/applyDetail/index.vue index 1904792..7dedd27 100644 --- a/src/views/project/fund/applyDetail/index.vue +++ b/src/views/project/fund/applyDetail/index.vue @@ -177,10 +177,14 @@ > </div></el-col > + + </el-row> + <el-row v-if="businessType == 1&&operationType == 'check'"> + <el-col :span="3" ><div style="margin-bottom: 15px;"> <el-button - type="primary" + type="success" icon="el-icon-download" @click="Manualcalculationfn" >璁$畻鏄庣粏</el-button -- Gitblit v1.9.3