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

@@ -39,7 +39,7 @@ const props = defineProps({
// 当前显示步骤
active: {
type: Number,
default: '0'
default:0
},
// 已完成的工作流步骤
stepSuccess: {
@@ -236,7 +236,6 @@ const getBaseInfo = async () => {
getBaseInfo()
watchEffect(() => {
console.log(props.active, 'props.active');
localActive.value = props.active
})
</script>