优化代码生成

This commit is contained in:
不做码农
2021-12-01 21:28:42 +08:00
parent f04d958924
commit 95e272c450
5 changed files with 4 additions and 92 deletions

View File

@@ -60,13 +60,10 @@ import {
del{ModelTypeName},
update{ModelTypeName},
get{ModelTypeName}
} from '@/api/{fileClassName}.js';
{VueComponentImport}
} from '@/api/{ModuleName}/{fileClassName}.js';
export default {
name: "{ModelTypeName}",
components: { {VueComponent} },
data() {
return {
labelWidth: "100px",