schangxiang@126.com
2025-05-20 886d8bbb19e5bfb7c30df8d45f54e0a68c0bd0cb
//优化了代码,这地方不用了
已修改1个文件
14 ■■■■■ 文件已修改
Weben_CMS专用代码生成器/Code/Generate/Web/Controllers/EntityModeDrawer_Generate.cs 14 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
Weben_CMS专用代码生成器/Code/Generate/Web/Controllers/EntityModeDrawer_Generate.cs
@@ -26,17 +26,19 @@
            attrString += StructStrHelper.GetVueFormOptionsStrForPageAddFormAttributes_formItems(newColumnNameList, param);
            str = str.Replace("$PageAddFormAttributes_formItems$", attrString);
            attrString = "";
            attrString += StructStrHelper.GetVueFormOptionsStrForSave_PageAddFormAttributes(newColumnNameList, param);
            str = str.Replace("$Save_PageAddFormAttributes$", attrString);
            //浼樺寲浜嗕唬鐮侊紝杩欏湴鏂逛笉鐢ㄤ簡
            //attrString = "";
            //attrString += StructStrHelper.GetVueFormOptionsStrForSave_PageAddFormAttributes(newColumnNameList, param);
            //str = str.Replace("$Save_PageAddFormAttributes$", attrString);
            attrString = "";
            attrString += StructStrHelper.GetVueFormOptionsStrForCommonQueryEnumForFrom(param.ColumnNameList, param);
            str = str.Replace("$CommonQueryEnumForFrom$", attrString);
            attrString = "";
            attrString += StructStrHelper.GetVueFormOptionsStrForPageAddFormAttributesByOpen(newColumnNameList, param);
            str = str.Replace("$PageAddFormAttributesByOpen$", attrString);
            //浼樺寲浜嗕唬鐮侊紝杩欏湴鏂逛笉鐢ㄤ簡
            //attrString = "";
            //attrString += StructStrHelper.GetVueFormOptionsStrForPageAddFormAttributesByOpen(newColumnNameList, param);
            //str = str.Replace("$PageAddFormAttributesByOpen$", attrString);