• This project
    • Loading...
  • Sign in

Fedex / imac-vue

Go to a project
Toggle navigation Toggle navigation pinning
  • Projects
  • Groups
  • Snippets
  • Help
  • Project
  • Activity
  • Repository
  • Pipelines
  • Graphs
  • Issues 0
  • Merge Requests 0
  • Wiki
  • Snippets
  • Network
  • Create a new issue
  • Builds
  • Commits
  • Issue Boards
  • Files
  • Commits
  • Network
  • Compare
  • Branches
  • Tags
Switch branch/tag
  • imac-vue
  • src
  • views
  • allocationConfig
  • et86BlackStation
  • formConfig.js
  • Elements-SY's avatar
    modify · a877bdb3
    a877bdb3 Browse Files
    Elements-SY authored 2023-08-24 18:58:39 +0800
formConfig.js 198 Bytes
Raw Blame History Permalink
1 2 3 4 5 6 7 8 9 10
export const formConfig = [
  {
    label: "商品名",
    type: "Input",
    name: "skuCode",
    prop: "skuCode",
    placeholder: "根据Hscode查询",
    trigger: "blur", // 事件名
  },
];