src/views/officeProcessAutomation/ApproveManage/approve-list/index.vue
@@ -63,6 +63,9 @@
        :total="page.total"
        @pagination="pagination"
      >
        <template #bizNo="{ row }">
          <span>{{ businessNoOf(row) || "-" }}</span>
        </template>
        <template #approveType="{ row }">
          <span class="approve-type-cell" :style="approvalTypeStyle(row.approvalType)">
            {{ approvalTypeLabel(row.approvalType) }}
@@ -361,6 +364,7 @@
  onBusinessTypePick,
  backToBusinessTypePick,
  approvalTypeLabel,
  businessNoOf,
  approvalActionLabel,
  searchForm,
  tableLoading,