From 77eb710a737ccc36c0e4efac7e76ec2b8607d075 Mon Sep 17 00:00:00 2001 From: wyu <kknd09321@nate.com> Date: 목, 16 12월 2021 17:48:08 +0900 Subject: [PATCH] 이슈리스트 등록자 이름/메일형태로 보이게 수정 --- src/main/webapp/scripts/app/hostingField/hostingFieldList.controller.js | 9 +++++++-- 1 files changed, 7 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..8f1ce26 100644 --- a/src/main/webapp/scripts/app/hostingField/hostingFieldList.controller.js +++ b/src/main/webapp/scripts/app/hostingField/hostingFieldList.controller.js @@ -90,9 +90,14 @@ .setDName("email") .setDAlign("text-center")); $scope.vm.tableConfigs.push($tableProvider.config() - .setHName("hostingField.desc") + .setHName("companyField.url") .setHWidth("bold") - .setDName("desc") + .setDName("url") + .setDAlign("text-center")); + $scope.vm.tableConfigs.push($tableProvider.config() + .setHName("hostingField.memo") + .setHWidth("bold") + .setDName("memo") .setDAlign("text-center")); } -- Gitblit v1.8.0