fix : 修复步骤条样式

This commit is contained in:
2024-05-27 11:37:59 +08:00
parent bef0c2d792
commit 0ec14cfd9b
9 changed files with 20 additions and 852 deletions

View File

@@ -1,5 +1,5 @@
<template>
<steps :active="'1'" @setDetail="setDetail" @stepChange="stepChange">
<steps :active="1" @setDetail="setDetail" @stepChange="stepChange">
<template #content>
<collection-detail v-show="showActive == '00'" :formData="summaryData.formData" :data="summaryData"
:processViewer="summaryProcessViewer" :companyOption="companyOption" :loading="loading"/>