|
@@ -30,28 +30,30 @@
|
|
|
:highlight-current-row="false"
|
|
:highlight-current-row="false"
|
|
|
style="width: 100%; background: #1c1e26"
|
|
style="width: 100%; background: #1c1e26"
|
|
|
>
|
|
>
|
|
|
- <el-table-column prop="name" label="藏品信息" width="158">
|
|
|
|
|
|
|
+ <el-table-column prop="name" label="藏品信息" width="208">
|
|
|
<template slot-scope="scope">
|
|
<template slot-scope="scope">
|
|
|
- <img
|
|
|
|
|
- style="width: 60px; height: 60px; border-radius: 4px; margin-left: 4px"
|
|
|
|
|
- :src="scope.row.minterAvatar"
|
|
|
|
|
- alt=""
|
|
|
|
|
- />
|
|
|
|
|
- <div
|
|
|
|
|
- style="
|
|
|
|
|
- width: 88px;
|
|
|
|
|
- height: 24px;
|
|
|
|
|
- overflow: hidden;
|
|
|
|
|
- text-overflow: ellipsis;
|
|
|
|
|
- white-space: nowrap;
|
|
|
|
|
- "
|
|
|
|
|
- >
|
|
|
|
|
- {{ scope.row.name }}
|
|
|
|
|
|
|
+ <div style="display: flex; align-items: center">
|
|
|
|
|
+ <img
|
|
|
|
|
+ style="width: 60px; height: 60px; border-radius: 4px"
|
|
|
|
|
+ :src="scope.row.minterAvatar"
|
|
|
|
|
+ alt=""
|
|
|
|
|
+ />
|
|
|
|
|
+ <div
|
|
|
|
|
+ style="
|
|
|
|
|
+ margin-left: 10px;
|
|
|
|
|
+ width: 113px;
|
|
|
|
|
+ height: 48px;
|
|
|
|
|
+ overflow: hidden;
|
|
|
|
|
+ text-overflow: ellipsis;
|
|
|
|
|
+ "
|
|
|
|
|
+ >
|
|
|
|
|
+ {{ scope.row.name }}
|
|
|
|
|
+ </div>
|
|
|
</div>
|
|
</div>
|
|
|
</template>
|
|
</template>
|
|
|
</el-table-column>
|
|
</el-table-column>
|
|
|
- <el-table-column prop="minter" label="卖家" width="104"> </el-table-column>
|
|
|
|
|
- <el-table-column prop="nickname" label="买方" width="104">
|
|
|
|
|
|
|
+ <el-table-column prop="minter" label="卖家" width="94"> </el-table-column>
|
|
|
|
|
+ <el-table-column prop="nickname" label="买方" width="94">
|
|
|
<!-- <template slot-scope="scope"> -->
|
|
<!-- <template slot-scope="scope"> -->
|
|
|
<div
|
|
<div
|
|
|
style="
|
|
style="
|
|
@@ -66,23 +68,23 @@
|
|
|
</div>
|
|
</div>
|
|
|
<!-- </template> -->
|
|
<!-- </template> -->
|
|
|
</el-table-column>
|
|
</el-table-column>
|
|
|
- <el-table-column prop="price" label="金额" width="100">
|
|
|
|
|
|
|
+ <el-table-column prop="price" label="金额" width="90">
|
|
|
<template slot-scope="scope">
|
|
<template slot-scope="scope">
|
|
|
<div style="display: flex">
|
|
<div style="display: flex">
|
|
|
<img
|
|
<img
|
|
|
- style="width: 10px; height: 11px; margin-top: 9px"
|
|
|
|
|
|
|
+ style="width: 8px; height: 8px; margin-top: 10px"
|
|
|
src="../../assets/img/icon_jiage@3x.png"
|
|
src="../../assets/img/icon_jiage@3x.png"
|
|
|
alt=""
|
|
alt=""
|
|
|
/>
|
|
/>
|
|
|
<div
|
|
<div
|
|
|
- style="color: #fdfb60; font-size: 30px; font-family: OSP-DIN, OSP; font-weight: normal"
|
|
|
|
|
|
|
+ style="color: #fdfb60; font-size: 20px; font-family: OSP-DIN, OSP; font-weight: normal"
|
|
|
>
|
|
>
|
|
|
{{ scope.row.price }}
|
|
{{ scope.row.price }}
|
|
|
</div>
|
|
</div>
|
|
|
</div>
|
|
</div>
|
|
|
</template>
|
|
</template>
|
|
|
</el-table-column>
|
|
</el-table-column>
|
|
|
- <el-table-column prop="id" label="订单编号" width="120"> </el-table-column>
|
|
|
|
|
|
|
+ <el-table-column prop="id" label="订单编号" width="100"> </el-table-column>
|
|
|
<el-table-column prop="createdAt" label="成交时间" width="158"> </el-table-column>
|
|
<el-table-column prop="createdAt" label="成交时间" width="158"> </el-table-column>
|
|
|
<el-table-column prop="status" label="状态" width="108" :formatter="statusFormatter">
|
|
<el-table-column prop="status" label="状态" width="108" :formatter="statusFormatter">
|
|
|
<template slot-scope="scope">
|
|
<template slot-scope="scope">
|
|
@@ -279,6 +281,9 @@ export default {
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|
|
|
|
|
+/deep/ .el-table {
|
|
|
|
|
+ margin-left: -10px;
|
|
|
|
|
+}
|
|
|
/deep/.menu {
|
|
/deep/.menu {
|
|
|
.el-radio-button__inner {
|
|
.el-radio-button__inner {
|
|
|
border-color: #949699;
|
|
border-color: #949699;
|
|
@@ -348,7 +353,7 @@ export default {
|
|
|
.customer-table td,
|
|
.customer-table td,
|
|
|
.customer-table th.is-leaf {
|
|
.customer-table th.is-leaf {
|
|
|
border: none;
|
|
border: none;
|
|
|
- // font-weight: bold !important;
|
|
|
|
|
|
|
+ padding: 16px 0;
|
|
|
}
|
|
}
|
|
|
//表格最外边框
|
|
//表格最外边框
|
|
|
.el-table--border,
|
|
.el-table--border,
|