|
|
|
@ -447,51 +447,4 @@ class PackageIndexNEITaskDetails extends Component {
|
|
|
|
|
export default PackageIndexNEITaskDetails;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
// let data ={
|
|
|
|
|
// id:1,
|
|
|
|
|
// title:"卡巴的审批服务",
|
|
|
|
|
// content:"年品牌将案件的步伐我就能发就爱看你的是否",
|
|
|
|
|
// category:"ai",
|
|
|
|
|
// status:"published",
|
|
|
|
|
// published_at:"2019-07-09T01:49:19Z",
|
|
|
|
|
// deadline_at:"2019-07-09T01:49:19Z",
|
|
|
|
|
// min_price:"1000.00",
|
|
|
|
|
// max_price:"2000.00",
|
|
|
|
|
// contact_name:"张三", //自己或者管理员才返回
|
|
|
|
|
// contact_phone:"13111111111", //自己或者管理员才返回
|
|
|
|
|
// creator:{
|
|
|
|
|
// id:1,
|
|
|
|
|
// login:"xxx",
|
|
|
|
|
// name:"xxx",
|
|
|
|
|
// avatar_url:"/axxx"
|
|
|
|
|
// },
|
|
|
|
|
// attachments:[
|
|
|
|
|
// {
|
|
|
|
|
// id: 206525,
|
|
|
|
|
// title: "412420b57ed8c141963d4c548bde551f",
|
|
|
|
|
// filesize: 18523,
|
|
|
|
|
// description: null,
|
|
|
|
|
// url: "/api/attachments/206525"
|
|
|
|
|
// }
|
|
|
|
|
// ],
|
|
|
|
|
// bidding_users: [
|
|
|
|
|
// {
|
|
|
|
|
// id: 1,
|
|
|
|
|
// login: "xxx",
|
|
|
|
|
// name: "xxx",
|
|
|
|
|
// avatar_url: "/axxx",
|
|
|
|
|
// status: "pendding"
|
|
|
|
|
// }
|
|
|
|
|
// ],
|
|
|
|
|
// operation:{
|
|
|
|
|
// can_bidding: false,
|
|
|
|
|
// can_select_bidding_user: false,
|
|
|
|
|
// can_edit: false,
|
|
|
|
|
// can_delete: false,
|
|
|
|
|
// }
|
|
|
|
|
// }
|
|
|
|
|
//
|
|
|
|
|
// this.setState({
|
|
|
|
|
// data:data
|
|
|
|
|
// })
|
|
|
|
|
|
|
|
|
|