Browse Source

农业执法

wulanhaote
庞东旭 2 years ago
parent
commit
b7a0de1d81
6 changed files with 8 additions and 5 deletions
  1. +8
    -5
      src/views/lawEnforcement/retrospect/retrospect.vue
  2. BIN
      static/images/lawEnforcement/new/retrospect_icon_19.png
  3. BIN
      static/images/lawEnforcement/new/retrospect_icon_20.png
  4. BIN
      static/images/lawEnforcement/new/retrospect_icon_21.png
  5. BIN
      static/images/lawEnforcement/new/retrospect_icon_22.png
  6. BIN
      static/images/lawEnforcement/new/retrospect_icon_23.png

+ 8
- 5
src/views/lawEnforcement/retrospect/retrospect.vue View File

@@ -14,10 +14,11 @@
</van-cell>
<van-grid :column-num="3" :border="false" square clickable>
<van-grid-item icon="../../../static/images/lawEnforcement/new/retrospect_icon_01.png" text="农药扫码" :to="{name:'lawEnforcementRetrospectDetail'}" />
<van-grid-item icon="../../../static/images/lawEnforcement/new/retrospect_icon_01.png" text="种子扫码" />
<van-grid-item icon="../../../static/images/lawEnforcement/new/retrospect_icon_01.png" text="肥料扫码" />
<van-grid-item icon="../../../static/images/lawEnforcement/new/retrospect_icon_01.png" text="兽药扫码" />
<van-grid-item icon="../../../static/images/lawEnforcement/new/retrospect_icon_01.png" text="饲料扫码" />
<van-grid-item icon="../../../static/images/lawEnforcement/new/retrospect_icon_19.png" text="中国农药网" @click="linkGo('http://www.icama.org.cn/hysj/index.jhtml')" />
<van-grid-item icon="../../../static/images/lawEnforcement/new/retrospect_icon_20.png" text="中国种业网" @click="linkGo('http://202.127.42.145/bigdataNew/home/ManageOrg')" />
<van-grid-item icon="../../../static/images/lawEnforcement/new/retrospect_icon_21.png" text="中肥网" @click="linkGo('http://www.fert.cn/')" />
<van-grid-item icon="../../../static/images/lawEnforcement/new/retrospect_icon_22.png" text="中国兽药网" @click="linkGo('http://www.ivdc.org.cn/xxgk/syzwglpt/')" />
<van-grid-item icon="../../../static/images/lawEnforcement/new/retrospect_icon_23.png" text="中国饲料网" @click="linkGo('http://chinafeeddata.org.cn/admin/Login/slstk')" />
</van-grid>
</div>

@@ -76,7 +77,9 @@

},
methods: {

linkGo(url){
window.location.href = url;
}
},
}
</script>


BIN
static/images/lawEnforcement/new/retrospect_icon_19.png View File

Before After
Width: 40  |  Height: 57  |  Size: 2.3 KiB

BIN
static/images/lawEnforcement/new/retrospect_icon_20.png View File

Before After
Width: 57  |  Height: 44  |  Size: 2.8 KiB

BIN
static/images/lawEnforcement/new/retrospect_icon_21.png View File

Before After
Width: 41  |  Height: 58  |  Size: 2.0 KiB

BIN
static/images/lawEnforcement/new/retrospect_icon_22.png View File

Before After
Width: 65  |  Height: 39  |  Size: 1.9 KiB

BIN
static/images/lawEnforcement/new/retrospect_icon_23.png View File

Before After
Width: 41  |  Height: 58  |  Size: 2.0 KiB

Loading…
Cancel
Save