开始做工作台,调整用电查询分页
This commit is contained in:
24
components/searchSelect/index.js
Normal file
24
components/searchSelect/index.js
Normal file
@@ -0,0 +1,24 @@
|
||||
// components/searchSelect/index.js
|
||||
Component({
|
||||
|
||||
/**
|
||||
* 组件的属性列表
|
||||
*/
|
||||
properties: {
|
||||
|
||||
},
|
||||
|
||||
/**
|
||||
* 组件的初始数据
|
||||
*/
|
||||
data: {
|
||||
columns: ['杭州', '宁波', '温州', '嘉兴', '湖州'],
|
||||
},
|
||||
|
||||
/**
|
||||
* 组件的方法列表
|
||||
*/
|
||||
methods: {
|
||||
|
||||
}
|
||||
})
|
Reference in New Issue
Block a user