123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255 |
- <template>
- <div id="recruitLists">
- <el-row>
- <el-col :span="24" class="list">
- <el-col :span="24" class="topTitle">
- <el-col>
- <template>
- <el-col class="sd">
- <el-tabs v-model="activeName" @tab-click="handleClick">
- <el-tab-pane label="我的需求" name="first">
- <template>
- <el-col class="xx">
- <el-tabs v-model="activeName1" @tab-click="handleClick">
- <el-tab-pane label="我的供给" name="first1">
- <el-col :span="24" class="fbList">
- <el-col :span="12">
- <el-col class="fbListTop">信息号 <span>信息发布</span></el-col></el-col
- >
- <el-col class="fbListCenter">
- <el-col class="fbListCenterL">图片</el-col>
- <el-col :span="24" class="fbListCenterC">
- <el-col class="listName">名字</el-col>
- <el-col class="listName">类别</el-col>
- <el-col class="listMoney">名字</el-col>
- </el-col>
- <el-col :span="24" class="fbListCenterTwo">
- <el-col :span="24" class="faTop">交易说明</el-col>
- <el-col :span="24" class="faTxt"> 我要买</el-col>
- </el-col>
- <el-col :span="24" class="fbListCenterR"> </el-col>
- </el-col>
- <el-col :span="24"> </el-col>
- <!-- <el-col v-for="(item, index) in recruitData" :key="index" @click="$emit('fetch', item.id)">
- <el-col :span="21" class="title textOver">{{ item.name }}</el-col>
- <el-col :span="3" class="date">
- {{ item.meta && item.meta.createdAt ? new Date(item.meta.createdAt).toLocaleDateString() : '' || '' }}
- </el-col>
- </el-col> -->
- </el-col></el-tab-pane
- >
- <el-tab-pane label="已经审核" name="second1">配置管理</el-tab-pane>
- <el-tab-pane label="未审核" name="third1">角色管理</el-tab-pane>
- </el-tabs>
- </el-col>
- </template>
- </el-tab-pane>
- <el-tab-pane label="交易成功" name="second">配置管理</el-tab-pane>
- </el-tabs>
- </el-col>
- </template>
- </el-col>
- </el-col>
- </el-col>
- </el-row>
- </div>
- </template>
- <script>
- export default {
- name: 'recruitLists',
- props: {
- recruitData: null,
- columnName: null,
- total: null,
- },
- components: {},
- data: () => ({
- currentPage: 1,
- activeName: 'second',
- activeName1: 'second1',
- }),
- created() {},
- computed: {},
- methods: {
- handleClick(tab, event) {
- console.log(tab, event);
- },
- handleSizeChange(val) {
- console.log(`每页 ${val} 条`);
- },
- handleCurrentChange(val) {
- console.log(`当前页: ${val}`);
- },
- clickDetailcm(row) {
- this.$emit('detailcm', { data: row });
- },
- },
- };
- </script>
- <style lang="less" scoped>
- .list {
- height: 740px;
- overflow: hidden;
- }
- .topTitle {
- height: 60px;
- width: 950px;
- line-height: 60px;
- border-bottom: 1px solid #215299;
- }
- .rightTopL {
- width: 130px;
- height: 60px;
- float: left;
- color: rgb(255, 255, 255);
- font-size: 18px;
- text-align: center;
- font-family: 微软雅黑, Tahoma, Arial, Helvetica, STHeiti;
- background: rgb(33, 82, 153);
- }
- .tit {
- background-color: #ffffff;
- padding: 30px 30px 0 30px;
- line-height: 50px;
- width: 890px;
- height: 80px;
- border-bottom: 1px solid #ccc;
- background-color: #ffffff;
- color: #215299;
- }
- .el-tabs__item.is-active {
- color: #ffffff;
- }
- .fbList {
- width: 888px;
- height: 227px;
- border: 1px solid #ccc;
- margin: 20px 0 0 20px;
- }
- .fbListTop {
- height: 43px;
- margin-left: 1px;
- background: #fafafa;
- line-height: 43px;
- text-indent: 10px;
- font-size: 13px;
- color: #888888;
- }
- .fbListCenter {
- width: 870px;
- height: 119px;
- margin: 20px 0 0 12px;
- }
- .fbListTopR {
- float: right;
- }
- /deep/.sd.el-tabs__item.is-active {
- color: #ffffff;
- background-color: #215299;
- }
- /deep/.xx.el-tabs__item.is-active {
- background-color: #ffffff;
- }
- .fbListCenterL {
- width: 100px;
- height: 100px;
- background-color: #ffffff;
- }
- .listName {
- width: 196px;
- text-overflow: ellipsis;
- white-space: nowrap;
- overflow: hidden;
- height: 44px;
- font-size: 16px;
- color: #555555;
- }
- .fbListCenterC {
- width: 196px;
- border-right: 1px solid #ccc;
- float: left;
- padding-right: 20px;
- height: 100px;
- text-overflow: ellipsis;
- white-space: nowrap;
- overflow: hidden;
- }
- .listMoney {
- height: 30px;
- font-size: 16px;
- color: #fe0000;
- width: 196px;
- text-overflow: ellipsis;
- white-space: nowrap;
- overflow: hidden;
- }
- /deep/.el-tabs__item {
- padding: 0 20px;
- height: 46px;
- -webkit-box-sizing: border-box;
- box-sizing: border-box;
- line-height: 40px;
- display: inline-block;
- list-style: none;
- font-size: 14px;
- font-weight: 500;
- color: #303133;
- position: relative;
- }
- .fbListCenterTwo {
- width: 385px;
- float: left;
- margin-left: 10px;
- margin-right: 10px;
- background: #fafafa;
- height: 100px;
- }
- .faTop {
- padding-left: 10px;
- width: 374px;
- font-size: 14px;
- height: 35px;
- line-height: 35px;
- color: #215299;
- }
- .faTxt {
- padding-left: 10px;
- width: 374px;
- height: 55px;
- font-size: 14px;
- word-break: break-all;
- text-overflow: ellipsis;
- display: -webkit-box;
- -webkit-box-orient: vertical;
- -webkit-line-clamp: 3;
- overflow: hidden;
- }
- .fbListCenterR {
- border-left: 1px solid #ccc;
- width: 125px;
- height: 100px;
- float: left;
- }
- .fbListCenterR {
- margin-left: 20px;
- font-size: 14px;
- color: #215299;
- float: left;
- }
- .page {
- padding: 11px 0 0 0;
- text-align: center;
- }
- </style>
|