Selaa lähdekoodia

优化

wulanhaote
庞东旭 2 vuotta sitten
vanhempi
commit
f6b3c52edb
5 muutettua tiedostoa jossa 3 lisäystä ja 33 poistoa
  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 Näytä tiedosto

Before After
Leveys: 524  |  Korkeus: 53  |  Koko: 6.0 KiB

+ 3
- 3
src/views/sunVillage_info/index_code.vue Näytä tiedosto

@@ -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 Näytä tiedosto

@@ -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 Näytä tiedosto

@@ -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 Näytä tiedosto

@@ -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'){


Ladataan…
Peruuta
Tallenna