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

Merge remote-tracking branch 'origin/master'

parents 6a8c4b17 5f3cf63f
...@@ -256,32 +256,34 @@ export default { ...@@ -256,32 +256,34 @@ export default {
pme: null pme: null
}, },
sortedList: [ sortedList: [
{ {
id: 1, id: 1,
collation: 'asc', collation: 'desc',
sortedColumn: '按创建时间序', sortedColumn: '按创建时间序',
nameColumn: 'e.create_time' nameColumn: 'e.create_time'
}, },
{ {
id: 2, id: 2,
collation: 'desc', collation: 'asc',
sortedColumn: '按创建时间序', sortedColumn: '按创建时间序',
nameColumn: 'e.create_time' nameColumn: 'e.create_time'
}, },
{ {
id: 3, id: 3,
collation: 'asc', collation: 'desc',
sortedColumn: '按服务价格序', sortedColumn: '按服务价格序',
nameColumn: 'e.service_price' nameColumn: 'e.service_price'
}, },
{ {
id: 4, id: 4,
collation: 'desc', collation: 'asc',
sortedColumn: '按服务价格序', sortedColumn: '按服务价格序',
nameColumn: 'e.service_price' 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