|
@@ -124,7 +124,9 @@
|
|
|
@click="handleDownload(scope.row)"
|
|
|
>下载导入模板</el-button
|
|
|
> -->
|
|
|
- <el-button style="margin: 0 2px" v-if="scope.row.collStatus == 0" size="mini" type="text" v-has-permi="['gather:GATHER:add']" @click="handleUpdate(scope.row)">录入</el-button>
|
|
|
+ <template v-if="scope.row.collStatus == 0">
|
|
|
+ <el-button style="margin: 0 2px" size="mini" type="text" v-has-permi="['gather:GATHER:add']" @click="handleUpdate(scope.row)">录入</el-button>
|
|
|
+ </template>
|
|
|
<template v-if="scope.row.reportStatus == 0 && scope.row.collStatus == 1">
|
|
|
<el-popconfirm title="确定上报吗?" @confirm="handleReport(scope.row)">
|
|
|
<el-button style="margin: 0 2px" size="mini" slot="reference" type="text" v-hasPermi="['gather:GATHER:report']">上报</el-button>
|