Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
B
bigDataSystem
Project
Project
Details
Activity
Releases
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
张伯涛
bigDataSystem
Commits
d13f26fe
Commit
d13f26fe
authored
Dec 18, 2024
by
chenjiahao
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
我的登记-处理
parent
29b17f0f
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
21 additions
and
8 deletions
+21
-8
index.vue
src/views/personalCenter/myRegistration/index.vue
+1
-0
objectionModal.vue
src/views/personalCenter/myRegistration/objectionModal.vue
+20
-8
No files found.
src/views/personalCenter/myRegistration/index.vue
View file @
d13f26fe
...
...
@@ -32,6 +32,7 @@
// },
{
label: '处理',
ifShow: record.isObjection === '是',
onClick: handleObjection.bind(null, record),
},
]"
...
...
src/views/personalCenter/myRegistration/objectionModal.vue
View file @
d13f26fe
...
...
@@ -6,12 +6,6 @@
:title=
"getTitle"
@
ok=
"handleSubmit"
>
<Alert
show-icon
type=
"info"
message=
"请根据数据对比情况谨慎处理异议"
style=
"margin-bottom: 20px"
/>
<div
class=
"flex"
style=
"margin-bottom: 20px"
>
<div
style=
"margin-top: 4px"
>
异议内容:
</div>
<div
...
...
@@ -20,7 +14,7 @@
><span>
有抄袭行为
</span></div
>
</div>
<div
class=
"flex"
>
<div>
<Descriptions
style=
"margin-left: 20px"
class=
"w-8/9"
:column=
"1"
>
<Descriptions
.
Item
label=
"相关证明材料"
/>
<Descriptions
.
Item
label=
"申请人"
>
宏源技术科技有限公司
</Descriptions
.Item
>
...
...
@@ -34,6 +28,16 @@
>
<Descriptions
.
Item
label=
"发布时间"
>
2024.01.03
</Descriptions
.Item
>
</Descriptions>
<Upload
:style=
"
{ pointerEvents: status === 'detail' ? 'none' : null }"
style="width: 45%; margin-left: 5px"
v-model:file-list="fileList"
>
<a-button>
<UploadOutlined
/>
重新上传文件
</a-button>
</Upload>
</div>
</BasicModal>
</
template
>
...
...
@@ -42,11 +46,19 @@
import
BasicModal
from
'@/components/Modal/src/BasicModal.vue'
;
import
{
useModalInner
}
from
'@/components/Modal'
;
import
{
FormProps
,
useForm
}
from
'@/components/Form'
;
import
{
Descriptions
,
Alert
}
from
'ant-design-vue'
;
import
{
Descriptions
,
Alert
,
Upload
}
from
'ant-design-vue'
;
import
{
objectionFormSchema
}
from
'@/views/dataSharingAndExchange/enrollAudit/enroll.data'
;
import
InputNumberItem
from
'@/layouts/default/setting/components/InputNumberItem.vue'
;
import
{
useMessage
}
from
'@/hooks/web/useMessage'
;
import
{
UploadOutlined
}
from
'@ant-design/icons-vue'
;
const
fileList
=
[
{
uid
:
1
,
name
:
'证明材料.pdf'
,
status
:
'done'
,
},
];
const
getTitle
=
'处理异议'
;
const
{
createMessage
}
=
useMessage
();
...
...
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