|
|
@@ -130,7 +130,7 @@
|
|
|
<img class="price3" src="../assets/img/icon_jiage@3x.png" alt="" />
|
|
|
<div class="price4">{{ info.sellPrice || 0 }}</div>
|
|
|
<div class="price2" v-if="info.royalties">
|
|
|
- 含<span>{{ info.royalties }}%</span>版税
|
|
|
+ 含 <span>{{ info.royalties }}%</span> 版税
|
|
|
</div>
|
|
|
</div>
|
|
|
<div class="status" v-else-if="info.status === 'NORMAL'">
|
|
|
@@ -155,7 +155,7 @@
|
|
|
<div class="btn-list">
|
|
|
<div class="buy" @click="changeShow">
|
|
|
<i class="font_family icon-icon-gongkaizhanshi"></i>
|
|
|
- <span>{{ info.publicShow ? '改为仅展示' : '公开展示' }}</span>
|
|
|
+ <span>{{ info.publicShow ? '改为未展示' : '公开展示' }}</span>
|
|
|
</div>
|
|
|
|
|
|
<el-button @click="Consignment" class="buy" type="primary" size="default"
|
|
|
@@ -315,7 +315,7 @@
|
|
|
</el-table-column>
|
|
|
<el-table-column prop="operation" label="操作" width="305">
|
|
|
<template slot-scope="scope">
|
|
|
- <div style="font-size: 14px">
|
|
|
+ <div style="font-size: 14px; color: #939599">
|
|
|
{{ scope.row.operation }}
|
|
|
<span v-if="scope.row.price">{{ scope.row.price }}</span>
|
|
|
</div>
|
|
|
@@ -331,7 +331,7 @@
|
|
|
</el-table-column>
|
|
|
<el-table-column prop="createdAt" label="时间">
|
|
|
<template slot-scope="scope">
|
|
|
- <div style="font-size: 14px">
|
|
|
+ <div style="font-size: 14px; color: #939599">
|
|
|
{{ scope.row.createdAt }}
|
|
|
</div>
|
|
|
</template>
|
|
|
@@ -1506,6 +1506,7 @@ export default {
|
|
|
}
|
|
|
/deep/ .cell {
|
|
|
font-size: 12px;
|
|
|
+ color: #939599;
|
|
|
}
|
|
|
/deep/ .el-table td,
|
|
|
.el-table th.is-leaf {
|