diff --git a/src/views/houseData/count.vue b/src/views/houseData/count.vue index 1f23eda..12fe165 100644 --- a/src/views/houseData/count.vue +++ b/src/views/houseData/count.vue @@ -1,16 +1,350 @@ + }; + }, + computed: { + ...mapGetters(["permissions"]), + }, + created() { + this.cus_build_index_add = this.permissions["cus_build_index_add"]; + }, + mounted() { + + }, + methods: { + //查看工作明细 + toinfo(){ + this.texteditorishow=true + }, + //清空 + empty(){ + + }, + //筛选 + screen(){ -