智慧农业后台管理页面
Administrator
2022-05-31 757b6076319f5d8d1a1837fbedc398afe95e2de8
src/views/recovery/recovery.vue
@@ -41,6 +41,9 @@
import { getUserList } from "@/api/system/user";
import { mapGetters } from "vuex";
export default {
  props:[
    "type","activeName"
  ],
  data() {
    return {
      visible: true,
@@ -57,7 +60,7 @@
      landList:[],
      option: {
        tip: false,
        height: "auto",
        height: 520,
        editBtn: false,
        delBtn: true,
        viewBtn: false,
@@ -68,6 +71,10 @@
        selection: true,
        searchShow: true,
        searchMenuSpan: 6,
        indexFixed: false,
        selectionFixed: false,
        expandFixed: false,
        menuFixed: false,
        column: [
          {
            label: "采收品种",
@@ -256,6 +263,9 @@
  },
  created() {
    this.initData();
    if(this.activeName =="tab3"){
      this.option.height = 520;
    }
  },
  computed: {
    ...mapGetters(["permission", "userInfo"]),