|
|
@@ -159,7 +159,7 @@ export default {
|
|
|
options: [],
|
|
|
goodsName: '',
|
|
|
productAttribute: '',
|
|
|
- orderByClause: 'asc',
|
|
|
+ orderByClause: 'desc',
|
|
|
deliveryType: '',
|
|
|
deliveryTypeList: [
|
|
|
{
|
|
|
@@ -190,15 +190,15 @@ export default {
|
|
|
],
|
|
|
orderByClauseList: [
|
|
|
{
|
|
|
- icon: 'el-icon-top',
|
|
|
+ icon: 'el-icon-bottom',
|
|
|
checked: true,
|
|
|
- orderByClause: 'asc',
|
|
|
+ orderByClause: 'desc',
|
|
|
},
|
|
|
{
|
|
|
- icon: 'el-icon-bottom',
|
|
|
+ icon: 'el-icon-top',
|
|
|
checked: false,
|
|
|
- orderByClause: 'desc',
|
|
|
- }
|
|
|
+ orderByClause: 'asc',
|
|
|
+ },
|
|
|
],
|
|
|
choseList: [],
|
|
|
curChosed: '',
|