Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
S
smart_gov_platform
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
赵啸非
smart_gov_platform
Commits
1f410829
Commit
1f410829
authored
Jan 29, 2023
by
“yiyousong”
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
pref:修改应用图片、视频预览
parent
d6ef12fa
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
6 deletions
+6
-6
base-manager-ui/admin/src/pages/basicset/appmarket/components/DataUpdate.vue
...in/src/pages/basicset/appmarket/components/DataUpdate.vue
+6
-6
No files found.
base-manager-ui/admin/src/pages/basicset/appmarket/components/DataUpdate.vue
View file @
1f410829
...
@@ -99,8 +99,8 @@
...
@@ -99,8 +99,8 @@
></AddData>
></AddData>
<!-- 预览 -->
<!-- 预览 -->
<PrevieModal
<PrevieModal
:previe
Visible.sync=
"previe
Visible"
:previe
wVisible.sync=
"preview
Visible"
:previe
Data=
"previe
Data"
:previe
wData=
"preview
Data"
></PrevieModal>
></PrevieModal>
</div>
</div>
</template>
</template>
...
@@ -139,8 +139,8 @@ export default {
...
@@ -139,8 +139,8 @@ export default {
AddVisible
:
false
,
AddVisible
:
false
,
title
:
""
,
title
:
""
,
fieldCode
:
""
,
fieldCode
:
""
,
previeVisible
:
false
,
previe
w
Visible
:
false
,
previeData
:
{},
// 预览信息
previe
w
Data
:
{},
// 预览信息
};
};
},
},
computed
:
{
computed
:
{
...
@@ -274,11 +274,11 @@ export default {
...
@@ -274,11 +274,11 @@ export default {
},
},
// 预览
// 预览
handlePreview
(
type
,
url
)
{
handlePreview
(
type
,
url
)
{
this
.
previeData
=
{
this
.
previe
w
Data
=
{
type
,
type
,
url
,
url
,
};
};
this
.
previeVisible
=
true
;
this
.
previe
w
Visible
=
true
;
},
},
},
},
};
};
...
...
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