From 3d3d9d2768fc078f3ce9554b3c04a7c8e45f29bc Mon Sep 17 00:00:00 2001
From: Administrator <admin>
Date: Fri, 20 May 2022 18:16:05 +0800
Subject: [PATCH] 溯源码页面搭建,首页样式调整
---
src/views/wel/index.vue | 9 ---------
1 files changed, 0 insertions(+), 9 deletions(-)
diff --git a/src/views/wel/index.vue b/src/views/wel/index.vue
index bbfe215..1188e3a 100644
--- a/src/views/wel/index.vue
+++ b/src/views/wel/index.vue
@@ -196,25 +196,16 @@
that.countStatis = data;
that.option.data.push(
{
- click: function (item) {
- alert(JSON.stringify(item));
- },
count: data.zarea + "亩",
decimals: 2,
title: "地块总面积",
},
{
- click: function (item) {
- alert(JSON.stringify(item));
- },
count: data.sarea + "亩",
decimals: 2,
title: "当前种养面积",
},
{
- click: function (item) {
- alert(JSON.stringify(item));
- },
count: data.num + "种",
title: "当前种养品种",
}
--
Gitblit v1.9.3