|
@@ -281,11 +281,11 @@
|
|
|
v-if="
|
|
|
scope.row.collStatus == 1 &&
|
|
|
(scope.row.audit == 0 || scope.row.audit == null) &&
|
|
|
- checkPermi(['gather:GATHER:check'])
|
|
|
+ checkPermi(['gather:GATHER:approve'])
|
|
|
"
|
|
|
>
|
|
|
<el-popconfirm
|
|
|
- title="确定提交绩效审核吗?"
|
|
|
+ title="确定提交审核吗?"
|
|
|
@confirm="handleAudit(scope.row)"
|
|
|
>
|
|
|
<el-button
|
|
@@ -293,7 +293,7 @@
|
|
|
size="mini"
|
|
|
type="text"
|
|
|
slot="reference"
|
|
|
- >审核绩效</el-button
|
|
|
+ >提交审核</el-button
|
|
|
>
|
|
|
</el-popconfirm>
|
|
|
</template>
|
|
@@ -312,7 +312,7 @@
|
|
|
scope.row.audit == 1 &&
|
|
|
(scope.row.approveStatus == 0 ||
|
|
|
scope.row.approveStatus == null) &&
|
|
|
- checkPermi(['gather:GATHER:approve'])
|
|
|
+ checkPermi(['gather:GATHER:check'])
|
|
|
"
|
|
|
>
|
|
|
<!-- <el-popconfirm
|
|
@@ -325,7 +325,7 @@
|
|
|
size="mini"
|
|
|
type="text"
|
|
|
slot="reference"
|
|
|
- >提交审核</el-button
|
|
|
+ >审核绩效</el-button
|
|
|
>
|
|
|
<!-- </el-popconfirm> -->
|
|
|
</template>
|
|
@@ -1011,6 +1011,7 @@ export default {
|
|
|
if (res.code == 200) {
|
|
|
this.$modal.msgSuccess("通过审核成功");
|
|
|
this.getList();
|
|
|
+ this.openDetail = false;
|
|
|
}
|
|
|
});
|
|
|
} else {
|
|
@@ -1018,6 +1019,7 @@ export default {
|
|
|
if (res.code == 200) {
|
|
|
this.$modal.msgSuccess("驳回成功");
|
|
|
this.getList();
|
|
|
+ this.openDetail = false;
|
|
|
}
|
|
|
});
|
|
|
}
|