수정2...

This commit is contained in:
최준흠 2022-09-02 19:04:14 +09:00
parent c121775806
commit df0d5d370d

View File

@ -210,7 +210,7 @@ export default {
{
key: 'createdAt',
label: '등록일',
thStyle: { width: '105px' },
thStyle: { width: '125px' },
formatter: (value) => {
return value.replace(
/([0-9]{4})-([0-9]{2})-([0-9]{2}).*/gi,