company.json 3.92 KB
Newer Older
wanli's avatar
wanli committed
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169
{
  "fields": [{
    "__config__": {
      "label": "公司名称",
      "labelWidth": null,
      "showLabel": true,
      "changeTag": true,
      "tag": "el-input",
      "tagIcon": "input",
      "required": true,
      "layout": "colFormItem",
      "span": 24,
      "document": "https://element.eleme.cn/#/zh-CN/component/input",
      "regList": [],
      "formId": 101,
      "renderKey": 1609589864146
    },
    "__slot__": {
      "prepend": "",
      "append": ""
    },
    "placeholder": "请输入公司名称",
    "style": {
      "width": "100%"
    },
    "clearable": true,
    "prefix-icon": "",
    "suffix-icon": "",
    "maxlength": null,
    "show-word-limit": false,
    "readonly": false,
    "disabled": false,
    "__vModel__": "name"
  }, {
    "__config__": {
      "label": "资质名称",
      "labelWidth": null,
      "showLabel": true,
      "changeTag": true,
      "tag": "el-input",
      "tagIcon": "input",
      "required": true,
      "layout": "colFormItem",
      "span": 24,
      "document": "https://element.eleme.cn/#/zh-CN/component/input",
      "regList": [],
      "formId": 102,
      "renderKey": 1609589903373
    },
    "__slot__": {
      "prepend": "",
      "append": ""
    },
    "placeholder": "请输入资质名称",
    "style": {
      "width": "100%"
    },
    "clearable": true,
    "prefix-icon": "",
    "suffix-icon": "",
    "maxlength": null,
    "show-word-limit": false,
    "readonly": false,
    "disabled": false,
    "__vModel__": "qual_name"
  }, {
    "__config__": {
      "label": "资质等级",
      "labelWidth": null,
      "showLabel": true,
      "changeTag": true,
      "tag": "el-input",
      "tagIcon": "input",
      "required": true,
      "layout": "colFormItem",
      "span": 24,
      "document": "https://element.eleme.cn/#/zh-CN/component/input",
      "regList": [],
      "formId": 103,
      "renderKey": 1609589932990
    },
    "__slot__": {
      "prepend": "",
      "append": ""
    },
    "placeholder": "请输入资质等级",
    "style": {
      "width": "100%"
    },
    "clearable": true,
    "prefix-icon": "",
    "suffix-icon": "",
    "maxlength": null,
    "show-word-limit": false,
    "readonly": false,
    "disabled": false,
    "__vModel__": "qual_level"
  }, {
    "__config__": {
      "label": "有效期",
      "tag": "el-date-picker",
      "tagIcon": "date",
      "defaultValue": null,
      "showLabel": true,
      "labelWidth": null,
      "span": 24,
      "layout": "colFormItem",
      "required": true,
      "regList": [],
      "changeTag": true,
      "document": "https://element.eleme.cn/#/zh-CN/component/date-picker",
      "formId": 107,
      "renderKey": 1609591081474
    },
    "placeholder": "请选择有效期",
    "type": "datetime",
    "style": {
      "width": "100%"
    },
    "disabled": false,
    "clearable": true,
    "format": "yyyy-MM-dd HH:mm:ss",
    "value-format": "yyyy-MM-dd HH:mm:ss",
    "readonly": false,
    "__vModel__": "qual_validity"
  }, {
    "__config__": {
      "label": "资质范围",
      "labelWidth": null,
      "showLabel": true,
      "changeTag": true,
      "tag": "el-input",
      "tagIcon": "input",
      "required": true,
      "layout": "colFormItem",
      "span": 24,
      "document": "https://element.eleme.cn/#/zh-CN/component/input",
      "regList": [],
      "formId": 105,
      "renderKey": 1609589971050
    },
    "__slot__": {
      "prepend": "",
      "append": ""
    },
    "placeholder": "请输入资质范围",
    "style": {
      "width": "100%"
    },
    "clearable": true,
    "prefix-icon": "",
    "suffix-icon": "",
    "maxlength": null,
    "show-word-limit": false,
    "readonly": false,
    "disabled": false,
    "__vModel__": "qual_scope"
  }],
  "formRef": "elForm",
  "formModel": "formData",
  "size": "medium",
  "labelPosition": "right",
  "labelWidth": 100,
  "formRules": "rules",
  "gutter": 15,
  "disabled": false,
  "span": 24,
  "formBtns": true
}