ソースを参照

阳光村务

wulanhaote
庞东旭 2年前
コミット
e67828aea9
7個のファイルの変更6行の追加6行の削除
  1. バイナリ
      src/assets/images/sunVillage_info/index_code_btn_71.png
  2. +1
    -1
      src/views/sunVillage_info/index.vue
  3. +1
    -1
      src/views/sunVillage_info/index_code.vue
  4. +1
    -1
      src/views/sunVillage_info/list_contract.vue
  5. +1
    -1
      src/views/sunVillage_info/list_contract_add.vue
  6. +1
    -1
      src/views/sunVillage_info/list_contract_detail.vue
  7. +1
    -1
      src/views/sunVillage_info/list_contract_edit.vue

バイナリ
src/assets/images/sunVillage_info/index_code_btn_71.png ファイルの表示

変更前 変更後
幅: 341  |  高さ: 120  |  サイズ: 9.9 KiB

+ 1
- 1
src/views/sunVillage_info/index.vue ファイルの表示

@@ -54,7 +54,7 @@
</template>
</van-cell>
<router-link :to="{name:'sunVillageInfoListContract',query:{typeX:'2'}}" class="nav_item n_13">党务公开</router-link>
<router-link :to="{name:'sunVillageInfoListContract',query:{typeX:'3'}}" class="nav_item n_14">务公开</router-link>
<router-link :to="{name:'sunVillageInfoListContract',query:{typeX:'3'}}" class="nav_item n_14">务公开</router-link>
<router-link :to="{name:'sunVillageInfoListFinance'}" class="nav_item n_1">财务公开榜</router-link>
<router-link :to="{name:'sunVillageInfoListTourists'}" class="nav_item n_2">零工公开榜</router-link>
<router-link :to="{name:'sunVillageInfoListRegister'}" class="nav_item n_8">零工登记</router-link>


+ 1
- 1
src/views/sunVillage_info/index_code.vue ファイルの表示

@@ -23,7 +23,7 @@

<!--村务-->
<router-link :to="{name:'sunVillageInfoListContract',query:{type:'code',typeX:'3'}}" class="nav_item n2">
<img src="../../assets/images/sunVillage_info/index_code_btn_7.png">
<img src="../../assets/images/sunVillage_info/index_code_btn_71.png">
</router-link>

<!--财务-->


+ 1
- 1
src/views/sunVillage_info/list_contract.vue ファイルの表示

@@ -1,7 +1,7 @@
<template>
<div class="home_wrapper">
<div class="header_main">
{{queryParams.otherType=='1'?'合同':queryParams.otherType=='2'?'党务':queryParams.otherType=='3'?'务':''}}公开
{{queryParams.otherType=='1'?'合同':queryParams.otherType=='2'?'党务':queryParams.otherType=='3'?'务':''}}公开
<div class="return_btn" @click="onClickLeft"></div>
<div class="add_btn" @click="goAdd" v-show="showBtn"></div>
</div>


+ 1
- 1
src/views/sunVillage_info/list_contract_add.vue ファイルの表示

@@ -1,7 +1,7 @@
<template>
<div class="home_wrapper">
<div class="header_main">
新增{{form.otherType=='1'?'合同':form.otherType=='2'?'党务':form.otherType=='3'?'务':''}}公开
新增{{form.otherType=='1'?'合同':form.otherType=='2'?'党务':form.otherType=='3'?'务':''}}公开
<div class="return_btn" @click="onClickLeft"></div>
<div class="add_btn"></div>
</div>


+ 1
- 1
src/views/sunVillage_info/list_contract_detail.vue ファイルの表示

@@ -1,7 +1,7 @@
<template>
<div class="home_wrapper">
<div class="header_main">
查看{{otherType=='1'?'合同':otherType=='2'?'党务':otherType=='3'?'务':''}}公开
查看{{otherType=='1'?'合同':otherType=='2'?'党务':otherType=='3'?'务':''}}公开
<div class="return_btn" @click="onClickLeft"></div>
<div class="add_btn"></div>
</div>


+ 1
- 1
src/views/sunVillage_info/list_contract_edit.vue ファイルの表示

@@ -1,7 +1,7 @@
<template>
<div class="home_wrapper">
<div class="header_main">
修改{{form.otherType=='1'?'合同':form.otherType=='2'?'党务':form.otherType=='3'?'务':''}}公开
修改{{form.otherType=='1'?'合同':form.otherType=='2'?'党务':form.otherType=='3'?'务':''}}公开
<div class="return_btn" @click="onClickLeft"></div>
<div class="add_btn"></div>
</div>


読み込み中…
キャンセル
保存