• 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
  • et86ShipmentDesc
  • formConfig.js
  • Elements-SY's avatar
    英文品名黑名单联调 · 511f6d80
    511f6d80 Browse Files
    Elements-SY authored 2023-09-01 10:51:54 +0800
formConfig.js 228 Bytes
Raw Blame History Permalink
1 2 3 4 5 6 7 8 9 10 11
export const formConfig = [
  {
    label: "ShipmentDesc",
    type: "Input",
    name: "searchValue",
    prop: "searchValue",
    placeholder: "根据ShipmentDesc查询",
    span: 7,
    trigger: "blur", // 事件名
  },
];