Преглед изворни кода

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

jsshin пре 4 година
родитељ
комит
45afc54a15
1 измењених фајлова са 4 додато и 1 уклоњено
  1. 4 1
      src/main/webapp/WEB-INF/views/goods/ItemkindBaseForm.html

+ 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',