yangfeng
2023-07-11 7955d7693a5854add1f1718644f380e94a4f0573
src/views/custom/followupRecords/index.vue
@@ -20,19 +20,11 @@
</template>
<script>
import SearchCommonView from "@/components/makepager/SearchCommonView"
import PublicFunctionBtnView from "@/components/makepager/PublicFunctionBtnView"
import PagerView from "@/components/makepager/PagerView"
import TableCommonView from "@/components/makepager/TableCommonView"
import AddFollowupRecordsDialog from "@/views/custom/followupRecords/AddFollowupRecordsDialog"
export default {
  name: "FollowupRecords",
  props: {},
  components: {
    SearchCommonView,
    PublicFunctionBtnView,
    PagerView,
    TableCommonView,
    AddFollowupRecordsDialog
  },
  computed: {