前端工作总结260-参照原型调整首页
网络安全芝麻鱼 lv.1
发布时间:2023-12-08 00:17:18 181相关标签:
<el-card v-if="task1.length!=0" style="width: 100%;height: 300px;">
<el-carousel :interval="3000" indicator-position="outside">
<el-carousel-item v-for="(item,index) in task1" :key="index">
<div style="display: flex;flex-direction: column;">
<div style="display: flex;justify-content: space-between">
<p style="margin-top: 32px;width: 86px;font-size: 16px;margin-left: 10%;
color: #858585;">等待处理
<el-link type="primary" @click="ListClick" style="margin-right: 10%">查看更多>></el-link>
</div>
<div style="display: flex;justify-content: space-between">
<h1 style="margin-top: 26px;width: 86px;font-size: 20px;margin-left: 10%;
color: #333333;">订单名称:{{item.name}}
<p style="margin-top: 20px;font-size: 21px;margin-left:32px;font-size: 18px;float: right;margin-right: 10%;
color: #F80606;">状态:{{item.status_name}}
</div>
<div style="display: flex;justify-content: space-between">
<span style="margin-top: 14px;width: 86px;font-size: 20px;margin-left: 10%;
color: #707070;">创建时间:{{item.created_at}}
<el-button v-if="item.status_name=='待审核'" type="primary" style="width: 98px;margin-right: 10%;" @click="ListClick" >去审核</el-button>
<el-button v-if="item.status_name=='待接收'" type="primary" style="width: 98px;margin-right: 10%;" @click="ListClick" >去接收</el-button>
</div>
<div style="display: flex;">
<div v-for="(account,index) in item.accounts" style="margin-top: 24px;margin-left: 10%;">
<i class="el-icon-user" style="width: 36px;height: 36px"><span style="font-size: 16px;color: #707070;">{{account.name}} </span>>
</div>
</div>
</div>
</el-carousel-item>
</el-carousel>
</el-card>
文章来源: https://blog.51cto.com/u_14476028/5684655
特别声明:以上内容(图片及文字)均为互联网收集或者用户上传发布,本站仅提供信息存储服务!如有侵权或有涉及法律问题请联系我们。
举报