Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in / Register
Toggle navigation
D
dsk-operate-sys-cscec
Project
Project
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
fulixin
dsk-operate-sys-cscec
Commits
5550c089
Commit
5550c089
authored
Oct 20, 2023
by
danfuman
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改
parent
bca1b3c9
Changes
5
Show whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
188 additions
and
190 deletions
+188
-190
index.scss
dsk-operate-ui/src/assets/styles/index.scss
+1
-1
project.scss
dsk-operate-ui/src/assets/styles/project.scss
+1
-1
index.vue
dsk-operate-ui/src/views/custom/customList/index.vue
+2
-2
index.vue
...operate-ui/src/views/custom/historicalCustomers/index.vue
+182
-184
index.vue
dsk-operate-ui/src/views/macro/enterprises/index.vue
+2
-2
No files found.
dsk-operate-ui/src/assets/styles/index.scss
View file @
5550c089
...
...
@@ -231,7 +231,7 @@ li {
}
.app-container
{
width
:
100%
;
padding
:
16px
24px
;
padding
:
16px
24px
!
important
;
background-color
:
#f5f5f5
;
box-sizing
:
border-box
;
.el-input__inner
{
...
...
dsk-operate-ui/src/assets/styles/project.scss
View file @
5550c089
...
...
@@ -5,7 +5,7 @@
.miantitle
{
color
:
#232323
;
font-size
:
12px
;
margin
:
12px
24px
;
margin
:
12px
0
;
>
span
{
opacity
:
0
.4
;
&
:last-child
{
opacity
:
0
.8
}
...
...
dsk-operate-ui/src/views/custom/customList/index.vue
View file @
5550c089
<
template
>
<div
@
click =
'handleALL'
>
<div
@
click =
'handleALL'
class=
"app-container"
>
<div
class=
"miantitle"
>
<span>
客户管理
</span>
<span>
/ 客户列表
</span>
</div>
<div
class=
"app-container"
>
<div>
<el-card
class=
"box-card noborder min1370"
>
<div
class=
"tables "
>
<div
class=
"empty"
v-if=
"tableData.total==0 && !isSkeleton"
>
...
...
dsk-operate-ui/src/views/custom/historicalCustomers/index.vue
View file @
5550c089
<
template
>
<div
@
click =
'handleALL'
>
<div
class=
"app-container"
>
<div
class=
"app-container"
@
click =
'handleALL'
>
<el-card
class=
"box-card noborder"
>
<div
class=
"tables"
>
<div
class=
"empty"
v-if=
"tableData.total==0&& !isSkeleton"
>
...
...
@@ -201,7 +200,6 @@
</div>
</el-card>
</div>
</div>
</template>
<
script
>
...
...
dsk-operate-ui/src/views/macro/enterprises/index.vue
View file @
5550c089
...
...
@@ -223,10 +223,10 @@ export default {
page
:
this
.
pageIndex
,
}
if
(
this
.
queryParams
.
field
){
params
.
field
=
this
.
queryParams
.
field
params
.
page
.
field
=
this
.
queryParams
.
field
}
if
(
this
.
queryParams
.
order
){
params
.
order
=
this
.
queryParams
.
order
params
.
page
.
order
=
this
.
queryParams
.
order
}
params
.
aptitudeQueryDto
=
{
filePlaceType
:
this
.
activeName
===
'first'
?
3
:
2
,
...
...
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