开始做工作台,调整用电查询分页
This commit is contained in:
24
pages/workBench/components/approve/index.js
Normal file
24
pages/workBench/components/approve/index.js
Normal file
@@ -0,0 +1,24 @@
|
||||
// pages/workBench/components/approve/index.js
|
||||
Component({
|
||||
|
||||
/**
|
||||
* 组件的属性列表
|
||||
*/
|
||||
properties: {
|
||||
|
||||
},
|
||||
|
||||
/**
|
||||
* 组件的初始数据
|
||||
*/
|
||||
data: {
|
||||
|
||||
},
|
||||
|
||||
/**
|
||||
* 组件的方法列表
|
||||
*/
|
||||
methods: {
|
||||
|
||||
}
|
||||
})
|
4
pages/workBench/components/approve/index.json
Normal file
4
pages/workBench/components/approve/index.json
Normal file
@@ -0,0 +1,4 @@
|
||||
{
|
||||
"component": true,
|
||||
"usingComponents": {}
|
||||
}
|
2
pages/workBench/components/approve/index.wxml
Normal file
2
pages/workBench/components/approve/index.wxml
Normal file
@@ -0,0 +1,2 @@
|
||||
<!--pages/workBench/components/approve/index.wxml-->
|
||||
<text>pages/workBench/components/approve/index.wxml</text>
|
1
pages/workBench/components/approve/index.wxss
Normal file
1
pages/workBench/components/approve/index.wxss
Normal file
@@ -0,0 +1 @@
|
||||
/* pages/workBench/components/approve/index.wxss */
|
24
pages/workBench/components/recharge/index.js
Normal file
24
pages/workBench/components/recharge/index.js
Normal file
@@ -0,0 +1,24 @@
|
||||
// pages/workBench/components/recharge/index.js
|
||||
Component({
|
||||
|
||||
/**
|
||||
* 组件的属性列表
|
||||
*/
|
||||
properties: {
|
||||
|
||||
},
|
||||
|
||||
/**
|
||||
* 组件的初始数据
|
||||
*/
|
||||
data: {
|
||||
|
||||
},
|
||||
|
||||
/**
|
||||
* 组件的方法列表
|
||||
*/
|
||||
methods: {
|
||||
|
||||
}
|
||||
})
|
6
pages/workBench/components/recharge/index.json
Normal file
6
pages/workBench/components/recharge/index.json
Normal file
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"component": true,
|
||||
"usingComponents": {
|
||||
"van-popup": "@vant/weapp/popup/index"
|
||||
}
|
||||
}
|
3
pages/workBench/components/recharge/index.wxml
Normal file
3
pages/workBench/components/recharge/index.wxml
Normal file
@@ -0,0 +1,3 @@
|
||||
<!--pages/workBench/components/recharge/index.wxml-->
|
||||
充值
|
||||
<searchSelect />
|
1
pages/workBench/components/recharge/index.wxss
Normal file
1
pages/workBench/components/recharge/index.wxss
Normal file
@@ -0,0 +1 @@
|
||||
/* pages/workBench/components/recharge/index.wxss */
|
24
pages/workBench/components/record/index.js
Normal file
24
pages/workBench/components/record/index.js
Normal file
@@ -0,0 +1,24 @@
|
||||
// pages/workBench/components/record/index.js
|
||||
Component({
|
||||
|
||||
/**
|
||||
* 组件的属性列表
|
||||
*/
|
||||
properties: {
|
||||
|
||||
},
|
||||
|
||||
/**
|
||||
* 组件的初始数据
|
||||
*/
|
||||
data: {
|
||||
|
||||
},
|
||||
|
||||
/**
|
||||
* 组件的方法列表
|
||||
*/
|
||||
methods: {
|
||||
|
||||
}
|
||||
})
|
4
pages/workBench/components/record/index.json
Normal file
4
pages/workBench/components/record/index.json
Normal file
@@ -0,0 +1,4 @@
|
||||
{
|
||||
"component": true,
|
||||
"usingComponents": {}
|
||||
}
|
2
pages/workBench/components/record/index.wxml
Normal file
2
pages/workBench/components/record/index.wxml
Normal file
@@ -0,0 +1,2 @@
|
||||
<!--pages/workBench/components/record/index.wxml-->
|
||||
<text>pages/workBench/components/record/index.wxml</text>
|
1
pages/workBench/components/record/index.wxss
Normal file
1
pages/workBench/components/record/index.wxss
Normal file
@@ -0,0 +1 @@
|
||||
/* pages/workBench/components/record/index.wxss */
|
Reference in New Issue
Block a user