|
|
@@ -110,6 +110,11 @@
|
|
|
<el-table-column label="备注" align="center" prop="remark" />
|
|
|
<el-table-column label="操作" align="center" class-name="small-padding fixed-width" fixed="right" width="140">
|
|
|
<template #default="scope">
|
|
|
+ <el-button
|
|
|
+ type="text"
|
|
|
+ @click="detailClick(scope.row)"
|
|
|
+ v-hasPermi="['system:costDetails:list']"
|
|
|
+ >调账</el-button>
|
|
|
<el-button link type="primary" @click="handleDuizhang(scope.row)" :disabled="scope.row.status != 1">对账</el-button>
|
|
|
<el-button link type="primary" @click="handleKaipiao(scope.row)" :disabled="scope.row.status != 2">开票</el-button>
|
|
|
<!-- <el-button link type="primary" icon="Delete" @click="handleDelete(scope.row)" v-hasPermi="['system:monthSummary:remove']">删除</el-button>-->
|