|
|
@@ -343,15 +343,15 @@ export default {
|
|
|
{
|
|
|
name: '审核中',
|
|
|
type: 'underReview'
|
|
|
+ },
|
|
|
+ {
|
|
|
+ name: '我的出价',
|
|
|
+ type: 'myBid'
|
|
|
+ },
|
|
|
+ {
|
|
|
+ name: '收到的报价',
|
|
|
+ type: 'receiveQuotation'
|
|
|
}
|
|
|
- // {
|
|
|
- // name: '我的出价',
|
|
|
- // type: 'myBid'
|
|
|
- // },
|
|
|
- // {
|
|
|
- // name: '收到的报价',
|
|
|
- // type: 'receiveQuotation'
|
|
|
- // }
|
|
|
],
|
|
|
typeOptionLike: [
|
|
|
{
|
|
|
@@ -372,7 +372,7 @@ export default {
|
|
|
computed: {
|
|
|
typeOptions() {
|
|
|
if (this.active === 'explore') {
|
|
|
- if (!this.$store.state.reviewPay && !this.$store.state.review) {
|
|
|
+ if (!this.$store.state.reviewPay) {
|
|
|
return [
|
|
|
{
|
|
|
label: '全部',
|
|
|
@@ -1068,7 +1068,6 @@ export default {
|
|
|
font-size: 12px;
|
|
|
font-weight: 400;
|
|
|
color: rgba(147, 149, 153, 0.6);
|
|
|
- margin-right: 20px;
|
|
|
}
|
|
|
|
|
|
.metadomainName_list_con {
|