智慧农业后台管理页面
guoshilong
2022-08-24 41dc8bedbfee679decb94d2df35c10fc003e258a
src/views/stockrecord/stockrecord.vue
@@ -18,6 +18,12 @@
               @size-change="sizeChange"
               @refresh-change="refreshChange"
               @on-load="onLoad">
            <template slot-scope="" slot="menuLeft">
                    <el-button type="primary"
                    icon="el-icon-back"
                    size="small"
                    @click="prev">返回</el-button>
            </template>
      <template slot="menuLeft">
        <el-button type="danger"
                   size="small"
@@ -58,9 +64,12 @@
          index: true,
          viewBtn: true,
          align: "center",
          excelBtn:true,
          selection: true,
          dialogClickModal: false,
          refreshBtn:false,
          columnBtn:false,
          searchShowBtn:false,
          excelBtn:true,
          column: [
            {
              label: "农资",
@@ -165,6 +174,9 @@
      //     window.console.log(error);
      //   });
      // },
      prev(){
        this.$router.go(-1)
      },
      rowUpdate(row, index, done, loading) {
        update(row).then(() => {
          this.onLoad(this.page);