|
|
|
|
@ -161,7 +161,6 @@
|
|
|
|
|
</div>
|
|
|
|
|
</el-card>
|
|
|
|
|
</el-col>
|
|
|
|
|
|
|
|
|
|
<el-col :span="1" v-if="$store.state.user.department && $store.state.user.department.name === '中心领导'">
|
|
|
|
|
<div style="display: flex;flex-direction: column;height: 310px;padding-top: 20px;">
|
|
|
|
|
<div class="show-static-btn" @click="$refs['budgetStatic'].show()">
|
|
|
|
|
@ -573,6 +572,7 @@ export default {
|
|
|
|
|
};
|
|
|
|
|
},
|
|
|
|
|
created() {
|
|
|
|
|
console.log("$store.state",this.$store.state)
|
|
|
|
|
this.select.year = this.$moment().format("YYYY");
|
|
|
|
|
this.getNotices();
|
|
|
|
|
|
|
|
|
|
|