doum
2026-06-18 93de43267e1663031fe5dc2f5ae40d128a182a76
h5/pages/customer/contract/list.vue
@@ -1,5 +1,5 @@
<template>
  <view class="cu-page">
  <view class="cu-page cu-page--with-fab">
    <scroll-view scroll-x class="cu-tabs cu-tabs--scroll">
      <view
        v-for="(t, i) in tabs"
@@ -55,6 +55,7 @@
      </view>
      <u-empty v-if="!list.length" text="暂无合同" margin-top="80" />
    </view>
    <cu-workbench-fab />
  </view>
</template>