From 0682e03fa1019e38088db6361fe7ca32fccfbc99 Mon Sep 17 00:00:00 2001
From: 이민희 <mhlee@maprex.co.kr>
Date: 금, 19 11월 2021 14:45:53 +0900
Subject: [PATCH] issueDepartment 백엔드 수정

---
 src/main/webapp/scripts/app/hostingField/hostingFieldList.controller.js |    2 +-
 1 files changed, 1 insertions(+), 1 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..97af0f2 100644
--- a/src/main/webapp/scripts/app/hostingField/hostingFieldList.controller.js
+++ b/src/main/webapp/scripts/app/hostingField/hostingFieldList.controller.js
@@ -90,7 +90,7 @@
                         .setDName("email")
                         .setDAlign("text-center"));
                     $scope.vm.tableConfigs.push($tableProvider.config()
-                        .setHName("hostingField.desc")
+                        .setHName("hostingField.memo")
                         .setHWidth("bold")
                         .setDName("desc")
                         .setDAlign("text-center"));

--
Gitblit v1.8.0