diff options
Diffstat (limited to 'config/vendorColumnsConfig.ts')
| -rw-r--r-- | config/vendorColumnsConfig.ts | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/config/vendorColumnsConfig.ts b/config/vendorColumnsConfig.ts index 392a56f0..9667e8c7 100644 --- a/config/vendorColumnsConfig.ts +++ b/config/vendorColumnsConfig.ts @@ -56,6 +56,12 @@ export const vendorColumnsConfig: VendorColumnConfig[] = [ type: "string", }, { + id: "status", + label: "업체 승인 상태", + excelHeader: "업체 승인 상태", + // group: "Metadata", + }, + { id: "address", label: "주소", excelHeader: "주소", @@ -90,10 +96,4 @@ export const vendorColumnsConfig: VendorColumnConfig[] = [ excelHeader: "웹사이트", // group: "Metadata", }, - { - id: "status", - label: "업체 승인 상태", - excelHeader: "업체 승인 상태", - // group: "Metadata", - }, ];
\ No newline at end of file |
