UNPKG

ncb-component

Version:

NCB design system

36 lines (35 loc) 782 B
import { baseColumnDetailInfo } from "../index"; export const cardInfoColumn = [ baseColumnDetailInfo, { title: "Trạng thái thẻ", dataIndex: "card_status", key: "card_status", }, { title: "Loại thẻ", dataIndex: "card_type", key: "card_type", }, { title: "Hiệu lực thẻ", key: "card_available", dataIndex: "card_available", }, { title: "Vòng đời thẻ", key: "card_lifecycle", dataIndex: "card_lifecycle", }, { title: "Đơn vị phát hành thẻ", key: "card_unit", dataIndex: "card_unit", }, { title: "Xóa", fixed: "right", width: 100, key: "action", }, ];