| | |
| | | prop: "title", |
| | | span: 24, |
| | | row: true, |
| | | searchSpan:5, |
| | | search: true, |
| | | rules: [{ |
| | | required: true, |
| | |
| | | { |
| | | label: "资讯封面", |
| | | prop: "url", |
| | | // align:'center', |
| | | width:80, |
| | | type: 'upload', |
| | | listType: 'picture-img', |
| | | action: '/api/blade-resource/oss/endpoint/put-file', |
| | |
| | | label: "资讯来源", |
| | | prop: "sourceName", |
| | | search: true, |
| | | searchSpan:4, |
| | | span: 24, |
| | | rules: [{ |
| | | required: true, |
| | | message: "请输入资讯类型", |
| | |
| | | }] |
| | | }, |
| | | { |
| | | label: "资讯类型", |
| | | prop: "articleType", |
| | | addDisplay: true, |
| | | editDisplay: true, |
| | | viewDisplay: true, |
| | | searchSpan: 3, |
| | | dicUrl: "/api/blade-system/dict-biz/dictionary?code=articleType", |
| | | props: { |
| | | label: "dictValue", |
| | | value: "dictKey" |
| | | }, |
| | | search:true, |
| | | type:"select", |
| | | rules: [{ |
| | | required: true, |
| | | message: "请选择资讯类型", |
| | | trigger: "blur" |
| | | }], |
| | | }, |
| | | { |
| | | label: "发布时间", |
| | | prop: "dateTime", |
| | | type: "datetime", |