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
2aa7f570
Commit
2aa7f570
authored
Mar 27, 2025
by
沈翠玲
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
隐藏分期生效时间
parent
1bef16c6
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
1 addition
and
43 deletions
+1
-43
splitDrawer.vue
...iness-approval/by-stages-apply/components/splitDrawer.vue
+0
-12
splitDrawer.vue
src/views/property/case-detail/components/splitDrawer.vue
+1
-13
index.vue
src/views/workplace/messageSend/index.vue
+0
-18
No files found.
src/views/business-approval/by-stages-apply/components/splitDrawer.vue
View file @
2aa7f570
...
@@ -160,18 +160,6 @@
...
@@ -160,18 +160,6 @@
/>
/>
</el-form-item>
</el-form-item>
</el-col>
</el-col>
<el-col
:span=
"24"
>
<el-form-item
class=
"w-full"
label=
"分期生效时间:"
prop=
"code"
>
<el-date-picker
v-model=
"form.effectiveTime"
disabled
class=
"w-full"
format=
"YYYY-MM-DD HH:mm:ss"
value-format=
"YYYY-MM-DD HH:mm:ss"
type=
"datetime"
/>
</el-form-item>
</el-col>
<el-col
:span=
"24"
>
<el-col
:span=
"24"
>
<el-form-item
class=
"w-full"
label=
"附件"
prop=
"code"
>
<el-form-item
class=
"w-full"
label=
"附件"
prop=
"code"
>
<el-upload
<el-upload
...
...
src/views/property/case-detail/components/splitDrawer.vue
View file @
2aa7f570
...
@@ -87,17 +87,6 @@
...
@@ -87,17 +87,6 @@
/>
/>
</el-form-item>
</el-form-item>
</el-col>
</el-col>
<el-col
:span=
"24"
>
<el-form-item
class=
"w-full"
label=
"分期生效时间:"
prop=
"code"
>
<el-date-picker
v-model=
"form.effectiveTime"
class=
"w-full"
format=
"YYYY-MM-DD HH:mm:ss"
value-format=
"YYYY-MM-DD HH:mm:ss"
type=
"datetime"
/>
</el-form-item>
</el-col>
<el-col
:span=
"24"
>
<el-col
:span=
"24"
>
<el-form-item
class=
"w-full"
label=
"附件"
prop=
"code"
>
<el-form-item
class=
"w-full"
label=
"附件"
prop=
"code"
>
<el-upload
<el-upload
...
@@ -214,8 +203,7 @@
...
@@ -214,8 +203,7 @@
totalRepayAmount
:
0
,
totalRepayAmount
:
0
,
totalPeriod
:
2
,
totalPeriod
:
2
,
applyDate
:
dayjs
().
format
(
'YYYY-MM-DD HH:mm:ss'
),
applyDate
:
dayjs
().
format
(
'YYYY-MM-DD HH:mm:ss'
),
firstApplyDate
:
dayjs
().
format
(
'YYYY-MM-DD'
),
firstApplyDate
:
dayjs
().
format
(
'YYYY-MM-DD'
)
effectiveTime
:
dayjs
().
format
(
'YYYY-MM-DD HH:mm:ss'
),
});
});
const
props
=
defineProps
({
const
props
=
defineProps
({
mergerCase
:
String
,
mergerCase
:
String
,
...
...
src/views/workplace/messageSend/index.vue
View file @
2aa7f570
...
@@ -121,24 +121,6 @@
...
@@ -121,24 +121,6 @@
},
},
},
},
},
},
{
field
:
'readStatus'
,
title
:
'读取状态'
,
showOverflow
:
'tooltip'
,
width
:
100
,
enum
:
ReadStatus
,
search
:
{
el
:
'select'
,
props
:
{
filterable
:
true
},
span
:
1
,
labelWidth
:
75
},
fieldNames
:
{
label
:
'label'
,
value
:
'value'
},
slots
:
{
default
:
({
row
})
=>
{
return
(
<
ElTag
type
=
{
row
.
readStatus
==
'read'
?
'primary'
:
'danger'
}
>
{
row
.
readStatus
==
'read'
?
'已读'
:
'未读'
}
<
/ElTag
>
);
},
},
},
{
{
field
:
'sendTime'
,
field
:
'sendTime'
,
showOverflow
:
'tooltip'
,
showOverflow
:
'tooltip'
,
...
...
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