Przeglądaj źródła

Merge branch 'develop' of http://112.172.147.34:4936/style24/style24.admin into develop

jsshin 4 lat temu
rodzic
commit
45afc54a15

+ 4 - 1
src/main/webapp/WEB-INF/views/goods/ItemkindBaseForm.html

@@ -59,7 +59,10 @@
 		},
 		{headerName: "품목명", field: "itemkindNm", width: 350, cellClass: 'text-left',
 			cellEditor: 'textCellEditor',
-			cellEditorParams: { maxlength: 50, required: true }
+			cellEditorParams: { maxlength: 50, required: true },
+			cellRenderer: function (params) {
+				return params.value.replaceAll("<", ">");
+			}
 		},
 		/* {headerName: "품목영문명", field: "itemkindEnm", width: 350, cellClass: 'text-center',
 			cellEditor: 'textCellEditor',