Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
E
enterprise-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
赵啸非
enterprise-platform
Commits
601c9192
Commit
601c9192
authored
Jan 06, 2025
by
姬鋆屾
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
feated:添加图片管理模块,做名片背景相关功能
parent
40aca4d2
Changes
2
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
250 additions
and
160 deletions
+250
-160
enterprise-manager-ui/admin/src/views/bussinesscard/drawershow.vue
...e-manager-ui/admin/src/views/bussinesscard/drawershow.vue
+247
-157
enterprise-manager-ui/admin/src/views/resourceImage/drawershow.vue
...e-manager-ui/admin/src/views/resourceImage/drawershow.vue
+3
-3
No files found.
enterprise-manager-ui/admin/src/views/bussinesscard/drawershow.vue
View file @
601c9192
This diff is collapsed.
Click to expand it.
enterprise-manager-ui/admin/src/views/resourceImage/drawershow.vue
View file @
601c9192
...
...
@@ -30,7 +30,7 @@
><imageUpload
v-model=
"form.url"
prePath=
"/file/preview"
:slotP=
"'请上传
62*62px 的
2MB以内的图片'"
:slotP=
"'请上传2MB以内的图片'"
/>
</Field>
</el-row>
...
...
@@ -85,8 +85,8 @@ export default {
/** 新增 */
add
(
row
)
{
this
.
reset
();
this
.
getData
();
this
.
urls
.
currUrl
=
"
resourceImage/add
"
;
this
.
getData
();
this
.
pageInfo
.
type
=
"
add
"
;
this
.
title
=
"
新增名片背景
"
;
},
...
...
@@ -94,8 +94,8 @@ export default {
view
(
row
)
{
this
.
reset
();
this
.
query
=
{
id
:
row
.
id
};
this
.
getData
();
this
.
urls
.
currUrl
=
"
resourceImage/view
"
;
this
.
getData
();
this
.
pageInfo
.
type
=
"
view
"
;
this
.
title
=
"
名片背景详细
"
;
},
...
...
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