yangfeng
2023-08-03 624e812b40ac87bf8d7a17b83b4a3bc3bbd901fb
src/views/sales/contractManage/index.vue
@@ -1,5 +1,6 @@
<template>
  <div class="contract-manage">
    <div class="top">
    <SearchCommonView
      ref="searchCommonView"
      :label-search="true"
@@ -14,6 +15,7 @@
        :operates-list="operatesList"
      />
      <PagerView class="page" :pager-options="pagerOptions" v-on="pagerEvents" />
      </div>
    </div>
    <TableCommonView ref="tableListRef" :table-list="tableList">
      <template slot="tableButton">
@@ -174,6 +176,8 @@
<!-- Add "scoped" attribute to limit CSS to this component only -->
<style lang="scss" scoped>
.contract-manage {
  .top {
    margin-bottom: 20px;
  .btn-pager {
    display: flex;
    .page {
@@ -181,4 +185,5 @@
    }
  }
}
}
</style>