This commit is contained in:
Pengxiansen
2025-02-28 14:48:08 +08:00
parent d69d8a866d
commit 0325817f07
5 changed files with 1012 additions and 115 deletions

View File

@@ -138,7 +138,7 @@ const props = defineProps({
// 弹框标题
const title = computed(() => {
if (step.value == 1) {
return formData.value.info ? "编辑投票任务" : "添加投票";
return formData.value.id ? "编辑投票任务" : "添加投票";
} else if (step.value == 2) {
return "创建投票题干";
}