智慧农业后台管理页面
xiebin
2022-07-25 fc02c21485d77aff80e3b00c1646e9a89f78641b
修改搜索布局
3 files modified
6 ■■■■■ changed files
src/views/farmplant/inventorylist.vue 2 ●●●●● patch | view | raw | blame | history
src/views/farmplant/retrievallist.vue 2 ●●●●● patch | view | raw | blame | history
src/views/farmplant/salelist.vue 2 ●●●●● patch | view | raw | blame | history
src/views/farmplant/inventorylist.vue
@@ -1,4 +1,5 @@
<template>
  <basic-container>
        <avue-crud :option="option"
               :table-loading="loading"
               :data="data"
@@ -14,6 +15,7 @@
               @refresh-change="refreshChange"
               @on-load="onLoad">
    </avue-crud>
  </basic-container>
</template>
<script>
src/views/farmplant/retrievallist.vue
@@ -1,4 +1,5 @@
<template>
  <basic-container>
<avue-crud :option="option"
               :table-loading="loading"
               :data="data"
@@ -14,6 +15,7 @@
               @refresh-change="refreshChange"
               @on-load="onLoad">
    </avue-crud>
  </basic-container>
</template>
<script>
src/views/farmplant/salelist.vue
@@ -1,4 +1,5 @@
<template>
  <basic-container>
        <avue-crud :option="option"
               :table-loading="loading"
               :data="data"
@@ -14,6 +15,7 @@
               @refresh-change="refreshChange"
               @on-load="onLoad">
    </avue-crud>
  </basic-container>
</template>
<script>