222
schangxiang@126.com
2025-05-09 ef14fc4484bcba3e0a99f32f4937e67f3972fe73
Weben_CMS专用代码生成器/Code/Utility/StructStrHelper.cs
@@ -1820,7 +1820,7 @@
        /// </summary>
        /// <param name="columnModelList"></param>
        /// <returns></returns>
        public static string GetVueFormOptionsStrForPageAddFormAttributes(List<ColumnModel> columnModelList, GenerateCodeParam param)
        public static string GetVueFormOptionsStrForPageAddFormAttributes_formItems(List<ColumnModel> columnModelList, GenerateCodeParam param)
        {
            StringBuilder sb = new StringBuilder();
            try