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
6f77c7df
Commit
6f77c7df
authored
Dec 17, 2024
by
LiXuyang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
政策管理-改
parent
3c8e943e
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
23 additions
and
22 deletions
+23
-22
index.vue
src/views/servicePlatform/policyManagement/detail/index.vue
+23
-22
No files found.
src/views/servicePlatform/policyManagement/detail/index.vue
View file @
6f77c7df
...
@@ -33,13 +33,14 @@
...
@@ -33,13 +33,14 @@
</a-button>
</a-button>
</div>
</div>
</div>
</div>
<div
v-show=
"['add', 'edit'].includes(status)"
class=
"pd-body"
>
<!--
<div
v-show=
"['add', 'edit'].includes(status)"
class=
"pd-body"
>
-->
<div
class=
"pd-body"
>
<div
class=
"title"
>
基本信息
</div>
<div
class=
"title"
>
基本信息
</div>
<BasicForm
@
register=
"infoForm"
/>
<BasicForm
:disabled=
"status === 'detail'"
@
register=
"infoForm"
/>
<div
class=
"title"
>
正文
</div>
<div
class=
"title"
>
正文
</div>
<BasicForm
@
register=
"detailForm"
>
<BasicForm
:disabled=
"status === 'detail'"
@
register=
"detailForm"
>
<template
#
imgSrc=
"
{ field, model }">
<template
#
imgSrc=
"
{ field, model }">
<Upload
style=
"width: 45%"
v-model:file-list=
"fileList"
list-type=
"picture"
>
<Upload
:style=
"
{pointerEvents: status === 'detail' ? 'none' : null}"
style="width: 45%" v-model:file-list="fileList" list-type="picture">
<a-button>
<a-button>
<UploadOutlined
/>
<UploadOutlined
/>
选择图片
选择图片
...
@@ -48,24 +49,24 @@
...
@@ -48,24 +49,24 @@
</
template
>
</
template
>
</BasicForm>
</BasicForm>
</div>
</div>
<
div
v-show=
"status === 'detail'"
class=
"pd-detail"
>
<
!-- <div v-show="status === 'detail'" class="pd-detail">--
>
<div
class=
"pd-des"
>
<!-- <div class="pd-des">--
>
<div
class=
"pd-time"
>
{{ data.uploadTime }}
</div
>
<!-- <div class="pd-time">{{ data.uploadTime }}</div>--
>
<div
class=
"pd-from"
>
来源:{{ data.from }}
</div
>
<!-- <div class="pd-from">来源:{{ data.from }}</div>--
>
</div
>
<!-- </div>--
>
<Divider
style=
"width: 100%"
/
>
<!-- <Divider style="width: 100%" />--
>
<div
class=
"pd-txt"
>
<!-- <div class="pd-txt">--
>
<img
<!-- <img-->
v-if=
"fileList[0] && fileList[0].thumbUrl"
<!-- v-if="fileList[0] && fileList[0].thumbUrl"-->
:src=
"fileList[0] ? fileList[0].thumbUrl : null"
<!-- :src="fileList[0] ? fileList[0].thumbUrl : null"-->
style=
"width: 80%; height: 200px;"
<!-- style="width: 80%; height: 200px;"-->
alt=
""
<!-- alt=""-->
/
>
<!-- />--
>
<div
class=
"des-p"
>
<!-- <div class="des-p">--
>
{{ data.details }}
<!-- {{ data.details }}-->
</div
>
<!-- </div>--
>
</div
>
<!-- </div>--
>
<
/div
>
<
!-- </div>--
>
</template>
</template>
</PageWrapper>
</PageWrapper>
</template>
</template>
...
...
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