开始做工作台,调整用电查询分页

This commit is contained in:
2024-11-08 18:24:05 +08:00
parent 08ef87ce33
commit b9d1ee34a7
32 changed files with 384 additions and 16 deletions

View File

@@ -0,0 +1,24 @@
// pages/workBench/components/approve/index.js
Component({
/**
* 组件的属性列表
*/
properties: {
},
/**
* 组件的初始数据
*/
data: {
},
/**
* 组件的方法列表
*/
methods: {
}
})

View File

@@ -0,0 +1,4 @@
{
"component": true,
"usingComponents": {}
}

View File

@@ -0,0 +1,2 @@
<!--pages/workBench/components/approve/index.wxml-->
<text>pages/workBench/components/approve/index.wxml</text>

View File

@@ -0,0 +1 @@
/* pages/workBench/components/approve/index.wxss */

View File

@@ -0,0 +1,24 @@
// pages/workBench/components/recharge/index.js
Component({
/**
* 组件的属性列表
*/
properties: {
},
/**
* 组件的初始数据
*/
data: {
},
/**
* 组件的方法列表
*/
methods: {
}
})

View File

@@ -0,0 +1,6 @@
{
"component": true,
"usingComponents": {
"van-popup": "@vant/weapp/popup/index"
}
}

View File

@@ -0,0 +1,3 @@
<!--pages/workBench/components/recharge/index.wxml-->
充值
<searchSelect />

View File

@@ -0,0 +1 @@
/* pages/workBench/components/recharge/index.wxss */

View File

@@ -0,0 +1,24 @@
// pages/workBench/components/record/index.js
Component({
/**
* 组件的属性列表
*/
properties: {
},
/**
* 组件的初始数据
*/
data: {
},
/**
* 组件的方法列表
*/
methods: {
}
})

View File

@@ -0,0 +1,4 @@
{
"component": true,
"usingComponents": {}
}

View File

@@ -0,0 +1,2 @@
<!--pages/workBench/components/record/index.wxml-->
<text>pages/workBench/components/record/index.wxml</text>

View File

@@ -0,0 +1 @@
/* pages/workBench/components/record/index.wxss */