bs-input 改成 bs-qt2db-input


"password": {
        "sortId": 9999,
        "alias": "password",
        "field": "password",
        "events": {},
        "attrs": {
          "label": "原始密码",
          "show-password": true
        },
        "attrsInt": {},
        "meta": {
          "encDesMethod": "qt", //前端加密    qt db  qt2db
          "component": "bs-qt2db-input",
          "rowId": "1",
          "tabId": "1",
          "span": 12,
          "prop": "password"
        }
      },
      "newPassword": {
        "sortId": 9999,
        "alias": "new_password",
        "field": "newPassword",
        "events": {},
        "attrs": {
          "label": "新密码",
          "show-password": true
        },
        "attrsInt": {},
        "meta": {
          "encDesMethod": "qt", //前端加密    qt db  qt2db
          "component": "bs-qt2db-input",
          "rowId": "1",
          "tabId": "1",
          "span": 12,
          "prop": "newPassword"
        }
      },

 "confirmPassword": {
        "sortId": 9999,
        "alias": "confirm_password",
        "field": "confirmPassword",
        "events": {},
        "attrs": {
          "label": "确认密码",
          "show-password": true
        },
        "attrsInt": {},
        "meta": {
          "encDesMethod": "qt", //前端加密    qt db  qt2db
          "component": "bs-qt2db-input",
          "rowId": "1",
          "tabId": "1",
          "span": 12,
          "prop": "confirmPassword"
        }
      },
文档更新时间: 2021-09-26 15:10   作者:admin