From 0c8d91d705c987f07fd498b1406dcca08a237238 Mon Sep 17 00:00:00 2001 From: 이민희 <mhlee@maprex.co.kr> Date: 화, 07 12월 2021 14:19:00 +0900 Subject: [PATCH] 연관이슈 추가 기능 --- src/main/webapp/scripts/app/hostingField/hostingFieldList.controller.js | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main/webapp/scripts/app/hostingField/hostingFieldList.controller.js b/src/main/webapp/scripts/app/hostingField/hostingFieldList.controller.js index 6de39c8..e7f15cf 100644 --- a/src/main/webapp/scripts/app/hostingField/hostingFieldList.controller.js +++ b/src/main/webapp/scripts/app/hostingField/hostingFieldList.controller.js @@ -90,9 +90,9 @@ .setDName("email") .setDAlign("text-center")); $scope.vm.tableConfigs.push($tableProvider.config() - .setHName("hostingField.desc") + .setHName("hostingField.memo") .setHWidth("bold") - .setDName("desc") + .setDName("memo") .setDAlign("text-center")); } -- Gitblit v1.8.0