Procházet zdrojové kódy

产交公开

rongxin_prod
张泽亮 před 1 rokem
rodič
revize
16f9c4065f
5 změnil soubory, kde provedl 6 přidání a 7 odebrání
  1. +1
    -2
      config/index.js
  2. +2
    -2
      src/views/sunVillage_info/list_contract.vue
  3. +1
    -1
      src/views/sunVillage_info/list_contract_add.vue
  4. +1
    -1
      src/views/sunVillage_info/list_contract_detail.vue
  5. +1
    -1
      src/views/sunVillage_info/list_contract_edit.vue

+ 1
- 2
config/index.js Zobrazit soubor

@@ -12,9 +12,8 @@ module.exports = {
proxyTable: {
"/api": {
// 请求的目标主机
//target: 'http://116.255.223.226:8081/nsgk_test/',
//target: 'http://116.255.223.226:8082/nsgk_test/',
target: 'http://localhost:8080/',
//target: 'http://192.168.0.107:8080/',
changeOrigin: true,
pathRewrite: {
'^/api': ''


+ 2
- 2
src/views/sunVillage_info/list_contract.vue Zobrazit soubor

@@ -4,7 +4,7 @@
class="header_main"
:style="`background-image:url(${require(showBtn?'@/assets/images/sunVillage_info/list_head.png':'@/assets/images/sunVillage_info/list_head_red.png')})`"
>
{{queryParams.otherType=='1'?'合同':queryParams.otherType=='2'?'党务':queryParams.otherType=='3'?'政务':''}}公开
{{queryParams.otherType=='1'?'合同':queryParams.otherType=='2'?'党务':queryParams.otherType=='3'?'政务':queryParams.otherType=='4'?'产交':''}}公开
<div class="return_btn" @click="onClickLeft"></div>
<div class="add_btn" @click="goAdd" v-show="showBtn"></div>
</div>
@@ -104,7 +104,7 @@
if (this.$route.query.type == 'code'){
this.showBtn = false;
}
document.title = this.$route.query.typeX=='1'?'合同公开':this.$route.query.typeX=='2'?'党务公开':this.$route.query.typeX=='3'?'政务公开':'';
document.title = this.$route.query.typeX=='1'?'合同公开':this.$route.query.typeX=='2'?'党务公开':this.$route.query.typeX=='3'?'政务公开':this.$route.query.typeX=='4'?'产交公开':'';
},
methods: {
getList(){


+ 1
- 1
src/views/sunVillage_info/list_contract_add.vue Zobrazit soubor

@@ -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'?'政务':form.otherType=='4'?'产交':''}}公开
<div class="return_btn" @click="onClickLeft"></div>
<div class="add_btn"></div>
</div>


+ 1
- 1
src/views/sunVillage_info/list_contract_detail.vue Zobrazit soubor

@@ -4,7 +4,7 @@
class="header_main"
:style="`background-image:url(${require(showBtn?'@/assets/images/sunVillage_info/list_head.png':'@/assets/images/sunVillage_info/list_head_red.png')})`"
>
查看{{otherType=='1'?'合同':otherType=='2'?'党务':otherType=='3'?'政务':''}}公开
查看{{otherType=='1'?'合同':otherType=='2'?'党务':otherType=='3'?'政务':otherType=='4'?'产交':''}}公开
<div class="return_btn" @click="onClickLeft"></div>
<div class="add_btn"></div>
</div>


+ 1
- 1
src/views/sunVillage_info/list_contract_edit.vue Zobrazit soubor

@@ -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'?'政务':form.otherType=='4'?'产交':''}}公开
<div class="return_btn" @click="onClickLeft"></div>
<div class="add_btn"></div>
</div>


Načítá se…
Zrušit
Uložit