| | |
| | | search: true, |
| | | span: 24, |
| | | type: "select", |
| | | dicUrl: "/api/blade-develop/model/select", |
| | | dicUrl: "/api/ubcs-develop/model/select", |
| | | props: { |
| | | label: "modelName", |
| | | value: "id" |
| | |
| | | label: "子表模型", |
| | | prop: "subModelId", |
| | | type: "select", |
| | | dicUrl: "/api/blade-develop/model/select", |
| | | dicUrl: "/api/ubcs-develop/model/select", |
| | | props: { |
| | | label: "modelName", |
| | | value: "id" |
| | |
| | | labelTip:'配置是否使用BladeX封装的BaseService解锁更多功能', |
| | | prop: "baseMode", |
| | | type: 'radio', |
| | | dicUrl: "/api/blade-system/dict/dictionary?code=yes_no", |
| | | dicUrl: "/api/ubcs-system/dict/dictionary?code=yes_no", |
| | | props: { |
| | | label: "dictValue", |
| | | value: "dictKey" |
| | |
| | | labelTip:'配置是否使用Wrapper包装器来拓展Controller返回列表的字段', |
| | | prop: "wrapMode", |
| | | type: 'radio', |
| | | dicUrl: "/api/blade-system/dict/dictionary?code=yes_no", |
| | | dicUrl: "/api/ubcs-system/dict/dictionary?code=yes_no", |
| | | props: { |
| | | label: "dictValue", |
| | | value: "dictKey" |
| | |
| | | labelTip:'配置是否使用Feign远程调用', |
| | | prop: "feignMode", |
| | | type: 'radio', |
| | | dicUrl: "/api/blade-system/dict/dictionary?code=yes_no", |
| | | dicUrl: "/api/ubcs-system/dict/dictionary?code=yes_no", |
| | | props: { |
| | | label: "dictValue", |
| | | value: "dictKey" |
| | |
| | | this.form.codeName = modelName; |
| | | } |
| | | if (validatenull(this.form.serviceName)) { |
| | | this.form.serviceName = `blade-${modelCode}`; |
| | | this.form.serviceName = `ubcs-${modelCode}`; |
| | | } |
| | | if (validatenull(this.form.pkName)) { |
| | | this.form.pkName = "id"; |