Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
G
gxpt_web
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
pseer
gxpt_web
Commits
6f7f2ee5
Commit
6f7f2ee5
authored
Nov 22, 2024
by
吕明尚
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改后台管理系统
parent
94963ca3
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
27 additions
and
7 deletions
+27
-7
index.vue
src/views/system/consumerMonthlyCard/index.vue
+2
-2
index.vue
src/views/system/consumerSecondaryCard/index.vue
+2
-1
index.vue
src/views/system/monthlyCardLog/index.vue
+9
-0
index.vue
src/views/system/monthlyCardOrder/index.vue
+2
-2
index.vue
src/views/system/secondaryCardLog/index.vue
+9
-0
index.vue
src/views/system/secondaryCardOrder/index.vue
+3
-2
No files found.
src/views/system/consumerMonthlyCard/index.vue
View file @
6f7f2ee5
<
template
>
<div
class=
"app-container"
>
<el-form
v-show=
"showSearch"
ref=
"queryForm"
:inline=
"true"
:model=
"queryParams"
label-width=
"
68
px"
size=
"small"
>
<el-form
v-show=
"showSearch"
ref=
"queryForm"
:inline=
"true"
:model=
"queryParams"
label-width=
"
100
px"
size=
"small"
>
<!--
<el-form-item
label=
"月卡配置表id"
prop=
"monthlyCardConfId"
>
-->
<!--
<el-input-->
<!-- v-model="queryParams.monthlyCardConfId"-->
...
...
@@ -17,7 +17,7 @@
<!-- @keyup.enter.native="handleQuery"-->
<!-- />-->
<!--
</el-form-item>
-->
<el-form-item
label=
"手机号"
prop=
"phone"
>
<el-form-item
label=
"
用户
手机号"
prop=
"phone"
>
<el-input
v-model=
"queryParams.phone"
clearable
...
...
src/views/system/consumerSecondaryCard/index.vue
View file @
6f7f2ee5
<
template
>
<div
class=
"app-container"
>
<el-form
v-show=
"showSearch"
ref=
"queryForm"
:inline=
"true"
:model=
"queryParams"
label-width=
"
85
px"
size=
"small"
>
<el-form
v-show=
"showSearch"
ref=
"queryForm"
:inline=
"true"
:model=
"queryParams"
label-width=
"
100
px"
size=
"small"
>
<el-form-item
label=
"用户手机号"
prop=
"phone"
>
<el-input
v-model=
"queryParams.phone"
...
...
@@ -194,6 +194,7 @@ export default {
secondaryCardConfId
:
null
,
consumerId
:
null
,
phone
:
null
,
nickName
:
null
,
packId
:
null
,
expirationDate
:
null
,
number
:
null
,
...
...
src/views/system/monthlyCardLog/index.vue
View file @
6f7f2ee5
...
...
@@ -25,6 +25,14 @@
@
keyup
.
enter
.
native=
"handleQuery"
/>
</el-form-item>
<el-form-item
label=
"用户昵称"
prop=
"nickName"
>
<el-input
v-model=
"queryParams.nickName"
clearable
placeholder=
"请输入用户昵称"
@
keyup
.
enter
.
native=
"handleQuery"
/>
</el-form-item>
<!--
<el-form-item
label=
"使用时长"
prop=
"useDuration"
>
-->
<!--
<el-input-->
<!-- v-model="queryParams.useDuration"-->
...
...
@@ -238,6 +246,7 @@ export default {
useDuration
:
null
,
residueDuration
:
null
,
isDelete
:
null
,
nickName
:
null
,
}
,
// 表单参数
form
:
{
}
,
...
...
src/views/system/monthlyCardOrder/index.vue
View file @
6f7f2ee5
...
...
@@ -57,11 +57,11 @@
@
keyup
.
enter
.
native=
"handleQuery"
/>
</el-form-item>
<el-form-item
label=
"
会员
昵称"
prop=
"nickName"
>
<el-form-item
label=
"
用户
昵称"
prop=
"nickName"
>
<el-input
v-model=
"queryParams.nickName"
clearable
placeholder=
"请输入
会员
昵称"
placeholder=
"请输入
用户
昵称"
/>
</el-form-item>
<el-form-item
label=
"下单时间"
>
...
...
src/views/system/secondaryCardLog/index.vue
View file @
6f7f2ee5
...
...
@@ -25,6 +25,14 @@
@
keyup
.
enter
.
native=
"handleQuery"
/>
</el-form-item>
<el-form-item
label=
"用户昵称"
prop=
"nickName"
>
<el-input
v-model=
"queryParams.nickName"
clearable
placeholder=
"请输入用户昵称"
@
keyup
.
enter
.
native=
"handleQuery"
/>
</el-form-item>
<!--
<el-form-item
label=
"套餐id"
prop=
"packId"
>
-->
<!--
<el-input-->
<!-- v-model="queryParams.packId"-->
...
...
@@ -258,6 +266,7 @@ export default {
usageCount
:
null
,
residueCount
:
null
,
isDelete
:
null
,
nickName
:
null
,
}
,
// 表单参数
form
:
{
}
,
...
...
src/views/system/secondaryCardOrder/index.vue
View file @
6f7f2ee5
...
...
@@ -57,11 +57,11 @@
@
keyup
.
enter
.
native=
"handleQuery"
/>
</el-form-item>
<el-form-item
label=
"
会员
昵称"
prop=
"nickName"
>
<el-form-item
label=
"
用户
昵称"
prop=
"nickName"
>
<el-input
v-model=
"queryParams.nickName"
clearable
placeholder=
"请输入
会员
昵称"
placeholder=
"请输入
用户
昵称"
/>
</el-form-item>
<!--
<el-form-item
label=
"支付时间"
prop=
"payTime"
>
-->
...
...
@@ -314,6 +314,7 @@ export default {
payStatus
:
null
,
payTime
:
null
,
isDelete
:
null
,
nickName
:
null
,
}
,
// 表单参数
form
:
{
}
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment