|
@@ -58,7 +58,6 @@
|
|
|
:showPagination="false"
|
|
|
:defaultLoadData="false"
|
|
|
bordered>
|
|
|
- <!-- $hasPermissions('B_tireSubsidySetting_edit')&& -->
|
|
|
<!-- 1月~12月 -->
|
|
|
<template
|
|
|
v-for="col in 12"
|
|
@@ -101,7 +100,7 @@
|
|
|
<a-button
|
|
|
size="small"
|
|
|
type="link"
|
|
|
- v-else-if="!record.editable &&record.subareaAreaName!='合计' "
|
|
|
+ v-else-if="$hasPermissions('B_dailyReportSettings_edit')&&!record.editable &&record.subareaAreaName!='合计'"
|
|
|
class="button-info"
|
|
|
:disabled="editingKey !== ''"
|
|
|
@click="handleEdit(record)"
|
|
@@ -319,6 +318,7 @@ export default {
|
|
|
},
|
|
|
// 重置
|
|
|
resetSearchForm () {
|
|
|
+ this.editingKey = ''
|
|
|
this.queryParam.confType = undefined
|
|
|
this.queryParam.confYear = new Date().getFullYear()
|
|
|
this.$refs.ruleForm.resetFields()
|