Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
S
saas-manage
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
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
chehuidong
saas-manage
Commits
9bbdb4f8
Commit
9bbdb4f8
authored
Jun 16, 2025
by
linjinhong
Browse files
Options
Browse Files
Download
Plain Diff
Merge remote-tracking branch 'origin/master' into ljh-sass
parents
37ff948c
75ad97ed
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
12 additions
and
7 deletions
+12
-7
src/views/system/announceManage.vue
+8
-5
src/views/system/users.vue
+0
-0
src/views/user/rechargeRecord.vue
+4
-2
No files found.
src/views/system/announceManage.vue
View file @
9bbdb4f8
...
@@ -80,11 +80,14 @@
...
@@ -80,11 +80,14 @@
<el-switch
v-model=
"editForm.priority"
></el-switch>
<el-switch
v-model=
"editForm.priority"
></el-switch>
</el-form-item>
</el-form-item>
</el-form>
</el-form>
<v-editor
<div
v-if=
"dialogVisible"
>
filename=
"files"
<v-editor
v-model=
"editForm.content"
filename=
"files"
ref=
"wangeditor"
v-model=
"editForm.content"
height=
"300px"
/>
ref=
"wangeditor"
height=
"300px"
/>
</div>
<div
slot=
"footer"
>
<div
slot=
"footer"
>
<el-button
@
click=
"dialogVisible = false"
size=
"mini"
>
取 消
</el-button>
<el-button
@
click=
"dialogVisible = false"
size=
"mini"
>
取 消
</el-button>
<el-button
type=
"primary"
@
click=
"submit"
size=
"mini"
>
确 定
</el-button>
<el-button
type=
"primary"
@
click=
"submit"
size=
"mini"
>
确 定
</el-button>
...
...
src/views/system/users.vue
View file @
9bbdb4f8
This diff is collapsed.
Click to expand it.
src/views/user/rechargeRecord.vue
View file @
9bbdb4f8
...
@@ -184,7 +184,7 @@
...
@@ -184,7 +184,7 @@
<el-table-column
<el-table-column
label=
"付款时间"
label=
"付款时间"
sortable=
"custom"
sortable=
"custom"
prop=
"
client
Time"
prop=
"
server
Time"
header-align=
"center"
header-align=
"center"
align=
"center"
align=
"center"
width=
"160"
width=
"160"
...
@@ -230,7 +230,9 @@ export default {
...
@@ -230,7 +230,9 @@ export default {
period
:
[],
period
:
[],
subjectList
:
[],
subjectList
:
[],
sortParmas
:
{},
sortParmas
:
{},
searchForm
:
{},
searchForm
:
{
payStatus
:
'已支付'
},
total
:
0
,
total
:
0
,
pageSize
:
50
,
pageSize
:
50
,
currentPage
:
1
,
currentPage
:
1
,
...
...
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