mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/fe-manage.git
synced 2025-12-18 23:36:46 +08:00
提交
This commit is contained in:
@@ -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 "创建投票题干";
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user