소스 검색

优化

wulanhaote
庞东旭 2 년 전
부모
커밋
f6b3c52edb
5개의 변경된 파일3개의 추가작업 그리고 33개의 파일을 삭제
  1. BIN
      src/assets/images/sunVillage_info/index_title2.png
  2. +3
    -3
      src/views/sunVillage_info/index_code.vue
  3. +0
    -10
      src/views/sunVillage_info/list_finance.vue
  4. +0
    -10
      src/views/sunVillage_info/list_issues.vue
  5. +0
    -10
      src/views/sunVillage_info/list_tourists.vue

BIN
src/assets/images/sunVillage_info/index_title2.png 파일 보기

Before After
Width: 524  |  Height: 53  |  Size: 6.0 KiB

+ 3
- 3
src/views/sunVillage_info/index_code.vue 파일 보기

@@ -3,9 +3,9 @@
<div class="head_main">
<div class="location">

<div class="address" @click="villageVisbile = true"><i class="icon"></i>{{deptName}}</div>
<div class="address"><i class="icon"></i>{{deptName}}</div>

<div class="address" @click="bookVisbile = true">{{bookName}}</div>
<div class="address">{{bookName}}</div>

</div>
<div class="exit_btn" @click="$router.push({name:'sunVillageInfoLogin'})">
@@ -143,7 +143,7 @@
.title{
width: 521px;
height: 52px;
background: url('../../assets/images/sunVillage_info/index_title.png') no-repeat;
background: url('../../assets/images/sunVillage_info/index_title2.png') no-repeat;
background-size: 100% 100%;
margin:0 auto;
}


+ 0
- 10
src/views/sunVillage_info/list_finance.vue 파일 보기

@@ -95,16 +95,6 @@
};
},
created() {
this.houseGetDicts("asset_status").then((response) => {
this.assetStatusOptions = response.data;
});
this.houseGetDicts("asset_type").then((response) => {
this.assetTypeOptions = response.data;
});
this.houseGetDicts("use_type").then((response) => {
this.useTypeOptions = response.data;
});
console.log(Cookies.get('bookId'))
this.queryParams.bookId = Cookies.get('bookId');
this.queryParams.deptId = Cookies.get('deptId');
if (this.$route.query.type == 'code'){


+ 0
- 10
src/views/sunVillage_info/list_issues.vue 파일 보기

@@ -91,16 +91,6 @@
};
},
created() {
this.houseGetDicts("asset_status").then((response) => {
this.assetStatusOptions = response.data;
});
this.houseGetDicts("asset_type").then((response) => {
this.assetTypeOptions = response.data;
});
this.houseGetDicts("use_type").then((response) => {
this.useTypeOptions = response.data;
});
console.log(Cookies.get('bookId'))
this.queryParams.bookId = Cookies.get('bookId');
this.queryParams.deptId = Cookies.get('deptId');
if (this.$route.query.type == 'code'){


+ 0
- 10
src/views/sunVillage_info/list_tourists.vue 파일 보기

@@ -91,16 +91,6 @@
};
},
created() {
this.houseGetDicts("asset_status").then((response) => {
this.assetStatusOptions = response.data;
});
this.houseGetDicts("asset_type").then((response) => {
this.assetTypeOptions = response.data;
});
this.houseGetDicts("use_type").then((response) => {
this.useTypeOptions = response.data;
});
console.log(Cookies.get('bookId'))
this.queryParams.bookId = Cookies.get('bookId');
this.queryParams.deptId = Cookies.get('deptId');
if (this.$route.query.type == 'code'){


불러오는 중...
취소
저장