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
5dcc3bcd
Commit
5dcc3bcd
authored
Jul 22, 2025
by
linjinhong
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix:修改问题
parent
592853c3
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
140 additions
and
28 deletions
+140
-28
src/common/components/base/CustomForm.vue
+2
-2
src/views/operation/asynchronousTask.vue
+69
-13
src/views/system/erpManagementList.vue
+69
-13
src/views/system/services.vue
+0
-0
No files found.
src/common/components/base/CustomForm.vue
View file @
5dcc3bcd
...
...
@@ -17,7 +17,7 @@ export default {
},
formLabelWidth
:
{
type
:
String
,
default
:
'50px'
default
:
null
},
formItemWidth
:
{
type
:
String
,
...
...
@@ -95,7 +95,7 @@ export default {
}
},
created
()
{
// console.log(104, this.formData
)
console
.
log
(
104
,
this
.
formLabelWidth
)
},
render
()
{
return
(
...
...
src/views/operation/asynchronousTask.vue
View file @
5dcc3bcd
<
template
>
<div
class=
"wraper"
>
<CustomForm
:formConfig=
"queryformConfig"
v-model=
"queryFormData"
formLabelWidth=
"70px"
:isCustomButton=
"false"
:isFlex=
"false"
>
<template
slot=
"btn"
>
<el-button
type=
"primary"
icon=
"el-icon-search"
@
click=
"search"
>
查询
</el-button>
</
template
>
</CustomForm>
<div
class=
"recharge-record card"
>
<div
class=
"search"
>
<CustomForm
:formConfig=
"queryformConfig"
v-model=
"queryFormData"
:isCustomButton=
"false"
:isFlex=
"false"
>
<template
slot=
"btn"
>
<el-button
type=
"primary"
icon=
"el-icon-search"
@
click=
"search"
>
查询
</el-button>
</
template
>
</CustomForm>
</div>
<div
class=
"table_wrap"
v-loading=
"loading"
>
<table-vue
:sourceData=
"sourceData"
...
...
@@ -258,6 +259,7 @@ export default {
.table_wrap
{
flex
:
1
;
padding
:
0
;
}
.circle
{
...
...
@@ -318,4 +320,58 @@ export default {
.failStatus
{
background-color
:
#f56c6c
;
}
.recharge-record
{
height
:
100%
;
overflow
:
hidden
;
display
:
flex
;
flex-direction
:
column
;
&::v-deep
{
.el-table
.el-table__cell
{
padding
:
6px
0
;
}
.el-input__inner
{
padding
:
0
4px
;
}
.el-input--small
.el-input__inner
{
height
:
30px
;
line-height
:
30px
;
}
.el-icon-time
:before
{
content
:
''
;
}
.el-dialog__footer
{
text-align
:
center
;
.el-button--small
{
padding
:
9px
50px
;
}
}
.el-dialog__body
{
padding
:
10px
20px
;
}
.el-icon-edit
:before
{
color
:
#ff9800
;
font-weight
:
bold
;
}
.el-range-editor--small
.el-range-separator
{
line-height
:
31px
;
}
.header-row-class-name
th
{
background-color
:
#f8f8f9
;
}
.el-input-group__append
{
padding-left
:
0
;
}
}
}
</
style
>
src/views/system/erpManagementList.vue
View file @
5dcc3bcd
<
template
>
<div
class=
"wraper"
>
<CustomForm
:formConfig=
"queryformConfig"
v-model=
"queryFormData"
form-label-width=
"70px"
:is-custom-button=
"false"
:isFlex=
"false"
>
<template
slot=
"btn"
>
<el-button
type=
"primary"
icon=
"el-icon-search"
@
click=
"search"
>
查询
</el-button>
</
template
>
</CustomForm>
<div
class=
"recharge-record card"
>
<div
class=
"search"
>
<CustomForm
:formConfig=
"queryformConfig"
v-model=
"queryFormData"
:is-custom-button=
"false"
:isFlex=
"false"
>
<template
slot=
"btn"
>
<el-button
type=
"primary"
icon=
"el-icon-search"
@
click=
"search"
>
查询
</el-button>
</
template
>
</CustomForm>
</div>
<div
class=
"table_wrap"
v-loading=
"loading"
>
<table-vue
:sourceData=
"sourceData"
...
...
@@ -370,6 +371,60 @@ export default {
}
</
script
>
<
style
scoped
lang=
"less"
>
.recharge-record
{
height
:
100%
;
overflow
:
hidden
;
display
:
flex
;
flex-direction
:
column
;
&::v-deep
{
.el-table
.el-table__cell
{
padding
:
6px
0
;
}
.el-input__inner
{
padding
:
0
4px
;
}
.el-input--small
.el-input__inner
{
height
:
30px
;
line-height
:
30px
;
}
.el-icon-time
:before
{
content
:
''
;
}
.el-dialog__footer
{
text-align
:
center
;
.el-button--small
{
padding
:
9px
50px
;
}
}
.el-dialog__body
{
padding
:
10px
20px
;
}
.el-icon-edit
:before
{
color
:
#ff9800
;
font-weight
:
bold
;
}
.el-range-editor--small
.el-range-separator
{
line-height
:
31px
;
}
.header-row-class-name
th
{
background-color
:
#f8f8f9
;
}
.el-input-group__append
{
padding-left
:
0
;
}
}
}
.wraper
{
display
:
flex
;
flex-direction
:
column
;
...
...
@@ -378,6 +433,7 @@ export default {
.table_wrap
{
flex
:
1
;
padding
:
0
;
}
.circle
{
...
...
src/views/system/services.vue
View file @
5dcc3bcd
This diff is collapsed.
Click to expand it.
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