Skip to content

Commit

Permalink
feat: add step disabled show
Browse files Browse the repository at this point in the history
  • Loading branch information
ZhouYixun committed Mar 17, 2023
1 parent 44942d5 commit 275f904
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/StepUpdate.vue
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ const step = ref({
conditionType: 0,
content: '',
error: 3,
disabled: 0
disabled: 0,
});
const activityList = ref([{ name: '' }]);
const add = () => {
Expand Down

0 comments on commit 275f904

Please sign in to comment.