Przeglądaj źródła

优化

wulanhaote
庞东旭 2 lat temu
rodzic
commit
f6b3c52edb
5 zmienionych plików z 3 dodań i 33 usunięć
  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 Wyświetl plik

Przed Po
Szerokość: 524  |  Wysokość: 53  |  Rozmiar: 6.0 KiB

+ 3
- 3
src/views/sunVillage_info/index_code.vue Wyświetl plik

@@ -3,9 +3,9 @@
<div class="head_main"> <div class="head_main">
<div class="location"> <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>
<div class="exit_btn" @click="$router.push({name:'sunVillageInfoLogin'})"> <div class="exit_btn" @click="$router.push({name:'sunVillageInfoLogin'})">
@@ -143,7 +143,7 @@
.title{ .title{
width: 521px; width: 521px;
height: 52px; 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%; background-size: 100% 100%;
margin:0 auto; margin:0 auto;
} }


+ 0
- 10
src/views/sunVillage_info/list_finance.vue Wyświetl plik

@@ -95,16 +95,6 @@
}; };
}, },
created() { 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.bookId = Cookies.get('bookId');
this.queryParams.deptId = Cookies.get('deptId'); this.queryParams.deptId = Cookies.get('deptId');
if (this.$route.query.type == 'code'){ if (this.$route.query.type == 'code'){


+ 0
- 10
src/views/sunVillage_info/list_issues.vue Wyświetl plik

@@ -91,16 +91,6 @@
}; };
}, },
created() { 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.bookId = Cookies.get('bookId');
this.queryParams.deptId = Cookies.get('deptId'); this.queryParams.deptId = Cookies.get('deptId');
if (this.$route.query.type == 'code'){ if (this.$route.query.type == 'code'){


+ 0
- 10
src/views/sunVillage_info/list_tourists.vue Wyświetl plik

@@ -91,16 +91,6 @@
}; };
}, },
created() { 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.bookId = Cookies.get('bookId');
this.queryParams.deptId = Cookies.get('deptId'); this.queryParams.deptId = Cookies.get('deptId');
if (this.$route.query.type == 'code'){ if (this.$route.query.type == 'code'){


Ładowanie…
Anuluj
Zapisz