浏览代码

update status Combo

master
Anna Ho 1年前
父节点
当前提交
9644746725
共有 1 个文件被更改,包括 17 次插入4 次删除
  1. +17
    -4
      src/utils/ComboData.js

+ 17
- 4
src/utils/ComboData.js 查看文件

@@ -61,14 +61,12 @@ export const publicNoticeStatic_Creditor = [
{ key: 8, label: 'withdrawn', type: 'withdrawn' },
];


export const publicNoticeStatic_GLD = [
{ key: 0, label: 'All', type: 'all' },
{ key: 1, label: 'Submitted', type: 'submitted' },
{ key: 2, label: 'Reviewed', type: 'reviewed' },
{ key: 3, label: 'Confirmed', type: 'confirmed' },
{ key: 3, label: 'Paid', type: 'paid' },
{ key: 4, label: 'Published', type: 'published' },
{ key: 3, label: 'Pending Publish', type: 'pendingPublish' },
{ key: 4, label: 'Pending Payment', type: 'pendingPayment' },
{ key: 5, label: 'Completed', type: 'completed' },
{ key: 6, label: 'Not Accepted', type: 'notAccepted' },
{ key: 7, label: 'Re-Submit Required', type: 'resubmit' },
@@ -77,6 +75,21 @@ export const publicNoticeStatic_GLD = [
];


// export const publicNoticeStatic_GLD = [
// { key: 0, label: 'All', type: 'all' },
// { key: 1, label: 'Submitted', type: 'submitted' },
// { key: 2, label: 'Reviewed', type: 'reviewed' },
// { key: 3, label: 'Confirmed', type: 'confirmed' },
// { key: 3, label: 'Paid', type: 'paid' },
// { key: 4, label: 'Published', type: 'published' },
// { key: 5, label: 'Completed', type: 'completed' },
// { key: 6, label: 'Not Accepted', type: 'notAccepted' },
// { key: 7, label: 'Re-Submit Required', type: 'resubmit' },
// { key: 8, label: 'Cancelled', type: 'cancelled' },
// { key: 9, label: 'Withdrawn', type: 'withdrawn' },
// ];


export const groupTitle = [
{ key: 1, labelCht: 'A1 - 私人帳單', label: 'A1 - Private Bill', title: 'Private Bill', type: 'A'},
{ key: 2, labelCht: 'A2 - ???', label: 'A2 - Stock Shares', title: 'Stock Shares', type: 'A'},


正在加载...
取消
保存