Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in
Toggle navigation
Y
yishuju-ui
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
何远江
yishuju-ui
Commits
a5f9f552
Commit
a5f9f552
authored
Feb 15, 2025
by
沈翠玲
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改
parent
b85174e6
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
537 additions
and
42 deletions
+537
-42
element.scss
src/styles/element.scss
+3
-0
splitDrawer.vue
...ess-approval/repayment-approve/components/splitDrawer.vue
+527
-0
splitDrawer.vue
src/views/property/case-detail/components/splitDrawer.vue
+7
-42
No files found.
src/styles/element.scss
View file @
a5f9f552
...
@@ -322,4 +322,7 @@ td {
...
@@ -322,4 +322,7 @@ td {
}
}
.el-statistic__content
,
.el-statistic__head
{
.el-statistic__content
,
.el-statistic__head
{
text-align
:
center
;
text-align
:
center
;
}
.vxe-table--tooltip-wrapper
{
z-index
:
99999999
;
}
}
\ No newline at end of file
src/views/business-approval/repayment-approve/components/splitDrawer.vue
0 → 100644
View file @
a5f9f552
This diff is collapsed.
Click to expand it.
src/views/property/case-detail/components/splitDrawer.vue
View file @
a5f9f552
...
@@ -269,50 +269,15 @@
...
@@ -269,50 +269,15 @@
splitdata
.
value
=
list
;
splitdata
.
value
=
list
;
};
};
const
options
=
ref
([
const
options
=
ref
([
{
value
:
2
,
label
:
'2'
,
},
{
value
:
3
,
label
:
'3'
,
},
{
value
:
4
,
label
:
'4'
,
},
{
value
:
5
,
label
:
'5'
,
},
{
value
:
6
,
label
:
'6'
,
},
]);
]);
const
getPlatforms
=
(
id
)
=>
{
const
getPlatforms
=
(
id
)
=>
{
options
.
value
=
[
for
(
let
i
=
2
;
i
<=
6
;
i
++
)
{
{
options
.
value
.
push
({
value
:
2
,
value
:
i
,
label
:
'2'
,
label
:
i
+
''
,
},
})
{
}
value
:
3
,
console
.
log
(
'options.value'
,
options
.
value
)
label
:
'3'
,
},
{
value
:
4
,
label
:
'4'
,
},
{
value
:
5
,
label
:
'5'
,
},
{
value
:
6
,
label
:
'6'
,
},
];
getByIdPlatforms
(
id
).
then
((
res
)
=>
{
getByIdPlatforms
(
id
).
then
((
res
)
=>
{
console
.
log
(
'resres'
,
res
);
console
.
log
(
'resres'
,
res
);
if
(
res
.
success
)
{
if
(
res
.
success
)
{
...
...
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