MrShi
2024-12-01 a7db7823a897726e3692077729880f24a2c1314c
admin/src/views/contract/contractList.vue
@@ -2,7 +2,7 @@
  <div class="main_app">
    <QueryForm v-model="filters" :query-form-config="queryFormConfig" @handleQuery="getList(1)" @clear="clear">
      <template #btns>
        <el-button>导出</el-button>
<!--        <el-button @click="exportData">导出</el-button>-->
      </template>
    </QueryForm>
    <div class="mt10">
@@ -135,10 +135,10 @@
    },
    handleSizeChange (capacity) {
      this.pagination.pageSize = capacity
    },
    exportData () {
    }
  }
}
</script>
<style>
</>