schangxiang@126.com
2025-05-09 dffde4019898268b44ddd1e9855f8eb3359d44c4
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