智慧农业后台管理页面
Administrator
2022-05-20 3d3d9d2768fc078f3ce9554b3c04a7c8e45f29bc
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: "当前种养品种",
          }