代码生成:完善ts前端单表生成vue页面

This commit is contained in:
数据小王子 2024-03-25 09:02:22 +08:00
parent 9d6fc4f539
commit d60ca890a2

View File

@ -351,8 +351,10 @@ const { ${dictsNoSymbol} } = toRefs<any>(proxy?.useDict(${dicts}));
// 表格数据
const ${businessName}List = ref<${BusinessName}VO[]>([]);
#if($table.sub)
// 子表格数据
const ${subclassName}List = ref<${subClassName}VO[]>([]);
#end
const buttonLoading = ref(false);
const loading = ref(true);
const showSearch = ref(true);