|
|
@@ -9,7 +9,7 @@ import * as React from 'react'; |
|
|
|
import * as FormatUtils from "utils/FormatUtils" |
|
|
|
import { FiDataGrid } from "components/FiDataGrid"; |
|
|
|
import * as DateUtils from "utils/DateUtils" |
|
|
|
import * as Utils from "utils/Utils" |
|
|
|
// import * as Utils from "utils/Utils" |
|
|
|
// ==============================|| EVENT TABLE ||============================== // |
|
|
|
|
|
|
|
export default function SearchPublicNoticeTable({ recordList }) { |
|
|
@@ -49,7 +49,7 @@ export default function SearchPublicNoticeTable({ recordList }) { |
|
|
|
{isORGLoggedIn()?<>Care Of: {params.row.careOf}<br /></>:null} |
|
|
|
申請編號: {appNo}<br/> |
|
|
|
憲報日期: {DateUtils.dateStr_Cht(params.row.issueDate)}<br/> |
|
|
|
長度: {Utils.gazetteLength(params.row.length, params.row.noOfPages)}</div> |
|
|
|
長度: {params.row.length+ " cm"}</div> |
|
|
|
}, |
|
|
|
}, |
|
|
|
{ |
|
|
|