Commit 96426db3 authored by 盖献康's avatar 盖献康

Merge remote-tracking branch 'origin/master'

parents 6a8c4b17 5f3cf63f
......@@ -256,32 +256,34 @@ export default {
pme: null
},
sortedList: [
{
id: 1,
collation: 'asc',
sortedColumn: '按创建时间序',
collation: 'desc',
sortedColumn: '按创建时间序',
nameColumn: 'e.create_time'
},
{
id: 2,
collation: 'desc',
sortedColumn: '按创建时间序',
collation: 'asc',
sortedColumn: '按创建时间序',
nameColumn: 'e.create_time'
},
{
id: 3,
collation: 'asc',
sortedColumn: '按服务价格序',
collation: 'desc',
sortedColumn: '按服务价格序',
nameColumn: 'e.service_price'
},
{
id: 4,
collation: 'desc',
sortedColumn: '按服务价格序',
collation: 'asc',
sortedColumn: '按服务价格序',
nameColumn: 'e.service_price'
}
],
// 是否医院自有设备
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment