Newer
Older
smartKitchenFront / mock / inquiry.js
liuyangyingjie on 26 Oct 2022 681 bytes first commit
const inquiryTabData = [
  {
    id: 1,
    supplierId: 'gys0005',
    name: '品牌5',
    state: '审核中',
    result: '',
    explain: '',
    date: ''
  },
  {
    id: 2,
    supplierId: 'gys0006',
    name: '品牌6',
    state: '审核中',
    result: '',
    explain: '',
    date: ''
  },
  {
    id: 3,
    supplierId: 'gys0007',
    name: '品牌7',
    state: '审核中',
    result: '预审通过',
    explain: '无',
    date: '2022/05/22'
  },
  {
    id: 4,
    supplierId: 'gys0008',
    name: '品牌8',
    state: '审核不通过',
    result: '预审不通过',
    explain: '资料添加不完整',
    date: '2022/06/02'
  }
]

export { inquiryTabData }