| | |
| | | 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); |
| | | |
| | | |
| | | |