ZBLOG

补充完整

以下是根据你提供的代码片段进行的完整补充:

<template>
  <div class="home">
    <a-tabs v-model="activeKey">
      <a-tab-pane key="1" tab="关键信息">
        <div class="KeyInformation">关键信息</div>
      </a-tab-pane>
      <a-tab-pane key="2" tab="影像资料">
        <div class="ImageData">影像资料</div>
      </a-tab-pane>
      <a-tab-pane key="3" tab="线上催记">
        <div class="OnlineReminder">线上催记</div>
      </a-tab-pane>
      <a-tab-pane key="4" tab="合作平台催记">
        <div class="CollaborationReminder">合作平台催记</div>
      </a-tab-pane>
      <a-tab-pane key="5" tab="查询">
        <div class="Query">查询</div>
      </a-tab-pane>
      <a-tab-pane key="6" tab="流转记录">
        <div class="CirculationRecord">流转记录</div>
      </a-tab-pane>
    </a-tabs>
  </div>
</template>

<script setup lang='ts'>
import { Tabs } from 'ant-design-vue'
import TableButton from '@/components/TableButton.vue'
import { ref } from 'vue'
import { confirm } from '../utils'

const activeKey = ref('1')
const params = { custId: 10103 }

console.log(params.custId)

confirm(params.custId).then((res) => {
  console.log(res)
})
</script>

<style scoped lang='scss'>
.home {
  width: 100%;
  height: 100%;

  .KeyInformation,
  .ImageData,
  .OnlineReminder,
  .CollaborationReminder,
  .Query,
  .CirculationRecord {
    width: 100%;
    height: 100%;
  }
}
</style>

请注意,我添加了一些修正并假设代码使用了 TypeScript。希望这可以帮助你完成代码。如果还有其他问题或需求,请随时告诉我。


内容由零声教学AI助手提供,问题来源于学员提问

本站部分文章来源于网络,版权归原作者所有,如有侵权请联系站长删除。
转载请注明出处:https://golang.0voice.com/?id=18585

分享:
扫描分享到社交APP
上一篇
下一篇
发表列表
游客 游客
此处应有掌声~
评论列表

还没有评论,快来说点什么吧~

联系我们

在线咨询: 点击这里给我发消息

微信号:3007537140

上班时间: 10:30-22:30

关注我们
x

注册

已经有帐号?