• 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
  • et86Config
  • et86HsCodeBlack
  • formConfig.js
  • Elements-SY's avatar
    et86黑名单维护 · 2ef99cce
    2ef99cce
    Elements-SY authored 2023-08-30 14:26:25 +0800
formConfig.js 219 Bytes
Raw Blame History Permalink
1 2 3 4 5 6 7 8 9 10 11
export const formConfig = [
  {
    label: "商品名",
    type: "Input",
    name: "searchValue",
    prop: "searchValue",
    placeholder: "根据Hscode查询",
    span: 6,
    trigger: "blur", // 事件名
  },
];