智慧农业后台管理页面
xiebin
2022-07-25 fc02c21485d77aff80e3b00c1646e9a89f78641b
修改搜索布局
3 files modified
50 ■■■■■ changed files
src/views/farmplant/inventorylist.vue 36 ●●●● patch | view | raw | blame | history
src/views/farmplant/retrievallist.vue 8 ●●●●● patch | view | raw | blame | history
src/views/farmplant/salelist.vue 6 ●●●●● patch | view | raw | blame | history
src/views/farmplant/inventorylist.vue
@@ -1,19 +1,21 @@
<template>
        <avue-crud :option="option"
               :table-loading="loading"
               :data="data"
               ref="crud"
               v-model="form"
               :permission="permissionList"
               :before-open="beforeOpen"
               :page.sync="page"
               @search-change="searchChange"
               @search-reset="searchReset"
               @current-change="currentChange"
               @size-change="sizeChange"
               @refresh-change="refreshChange"
               @on-load="onLoad">
    </avue-crud>
  <basic-container>
      <avue-crud :option="option"
             :table-loading="loading"
             :data="data"
             ref="crud"
             v-model="form"
             :permission="permissionList"
             :before-open="beforeOpen"
             :page.sync="page"
             @search-change="searchChange"
             @search-reset="searchReset"
             @current-change="currentChange"
             @size-change="sizeChange"
             @refresh-change="refreshChange"
             @on-load="onLoad">
      </avue-crud>
  </basic-container>
</template>
<script>
@@ -86,7 +88,7 @@
                        label:"损耗时间",
                        prop:"lossTime",
                    },
                ],
                ],
            },
            data:[],
        };
@@ -128,4 +130,4 @@
<style>
</style>
</style>
src/views/farmplant/retrievallist.vue
@@ -1,5 +1,6 @@
<template>
<avue-crud :option="option"
  <basic-container>
    <avue-crud :option="option"
               :table-loading="loading"
               :data="data"
               ref="crud"
@@ -14,6 +15,7 @@
               @refresh-change="refreshChange"
               @on-load="onLoad">
    </avue-crud>
  </basic-container>
</template>
<script>
@@ -86,7 +88,7 @@
                        label:"出库时间",
                        prop:"createTime",
                    },
                ],
                ],
            },
            data:[],
        };
@@ -127,4 +129,4 @@
<style>
</style>
</style>
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>
@@ -90,7 +92,7 @@
                        label:"销售时间",
                        prop:"saleTime",
                    },
                ],
                ],
            },
            data:[],
        };
@@ -132,4 +134,4 @@
<style>
</style>
</style>