liuguocan
2023-11-28 8f4f83af6ce2a1468042bf60678cc49daf1beb3b
admin-web/src/views/departmentitem/ledgerquy/itemQuy/index.vue
@@ -100,7 +100,7 @@
            show: false
          },
          generalExport: {// 通用导出按钮
            show: false
            show: true
          },
          // 自定义工具条按钮
          custom: [
@@ -119,16 +119,7 @@
        ],
        // 操作信息
        operation: {
          show: true, // 显示操作列
          width: '150', // 列宽
          attr: [
            {
              title: '详情',
              events: (row) => {
                this.showAudit(row);
              },
            },
          ],
          show: false // 显示操作列
        },
        paging: {
          show: true, // 显示分页
@@ -146,12 +137,6 @@
  created() {
  },
  methods: {
    showAudit(row) {
      this.editSetting.id = row.id;
      this.editSetting.info = JSON.stringify(row);
      this.editSetting.title = '编辑';
      this.editSetting.show = true;
    },
    // 查询table列表
    search(pageNum) {
      if (pageNum != undefined) {