庞东旭 2 лет назад
Родитель
Сommit
f6b3c52edb
5 измененных файлов: 3 добавлений и 33 удалений
  1. Двоичные данные
      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

Двоичные данные
src/assets/images/sunVillage_info/index_title2.png Просмотреть файл

До После
Ширина: 524  |  Высота: 53  |  Размер: 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'){


Загрузка…
Отмена
Сохранить