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
9806abdc
Commit
9806abdc
authored
Jan 11, 2023
by
赵啸非
Browse files
Options
Browse Files
Download
Plain Diff
Merge remote-tracking branch 'origin/master'
parents
171bbb4b
8a3fcf34
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
16 additions
and
7 deletions
+16
-7
base-manager-ui/admin/src/pages/basicset/surface/modal/AddSurface.vue
...-ui/admin/src/pages/basicset/surface/modal/AddSurface.vue
+15
-7
base-manager-ui/admin/src/pages/basicset/surface/queuingSkin/LandscapeMode.vue
.../src/pages/basicset/surface/queuingSkin/LandscapeMode.vue
+1
-0
No files found.
base-manager-ui/admin/src/pages/basicset/surface/modal/AddSurface.vue
View file @
9806abdc
...
@@ -108,8 +108,12 @@
...
@@ -108,8 +108,12 @@
}"
}"
:customRequest="handleChangeBg"
:customRequest="handleChangeBg"
>
>
<a-button
class=
"upload-btn"
>
<a-button
<a-icon
type=
"upload"
/>
点击上传
type=
"primary"
:class=
"
{ 'upload-btn': v.fieldValue }"
>
<a-icon
:type=
"v.fieldValue ? 'edit' : 'upload'"
/>
{{
v
.
fieldValue
?
"
点击修改
"
:
"
点击上传
"
}}
</a-button>
</a-button>
</a-upload>
</a-upload>
</a-form-model-item>
</a-form-model-item>
...
@@ -130,8 +134,11 @@
...
@@ -130,8 +134,11 @@
<span
class=
"color-show"
>
{{
<span
class=
"color-show"
>
{{
v
.
fieldValue
?
v
.
fieldValue
:
"
--
"
v
.
fieldValue
?
v
.
fieldValue
:
"
--
"
}}
</span>
}}
</span>
<a-button
class=
"select-color-btn"
>
<a-button
选择颜色
type=
"primary"
:class=
"
{ 'select-color-btn': v.fieldValue }"
>
{{
v
.
fieldValue
?
"
修改颜色
"
:
"
选择颜色
"
}}
<input
<input
type=
"color"
type=
"color"
class=
"color-ipt"
class=
"color-ipt"
...
@@ -307,6 +314,7 @@ export default {
...
@@ -307,6 +314,7 @@ export default {
this
.
$refs
.
formData
&&
this
.
$refs
.
formData
.
resetFields
();
this
.
$refs
.
formData
&&
this
.
$refs
.
formData
.
resetFields
();
this
.
isEdit
=
false
;
this
.
isEdit
=
false
;
this
.
show
=
false
;
this
.
show
=
false
;
this
.
loading
=
false
;
this
.
skinTemplate
=
[];
this
.
skinTemplate
=
[];
this
.
curSkinTemplate
=
undefined
;
this
.
curSkinTemplate
=
undefined
;
},
},
...
@@ -418,8 +426,7 @@ export default {
...
@@ -418,8 +426,7 @@ export default {
if
(
code
===
1
)
{
if
(
code
===
1
)
{
this
.
$message
.
success
(
msg
);
this
.
$message
.
success
(
msg
);
this
.
$emit
(
"
addSkinSuccess
"
);
this
.
$emit
(
"
addSkinSuccess
"
);
this
.
$refs
.
formData
.
resetFields
();
this
.
backOne
();
this
.
show
=
false
;
}
}
});
});
}
}
...
@@ -504,8 +511,9 @@ export default {
...
@@ -504,8 +511,9 @@ export default {
}
}
.upload-btn,
.upload-btn,
.select-color-btn {
.select-color-btn {
background-color: #
11a265
;
background-color: #
04cb8f
;
color: #fff;
color: #fff;
border: 1px solid #04cb8f;
}
}
.color-ipt {
.color-ipt {
width: 100%;
width: 100%;
...
...
base-manager-ui/admin/src/pages/basicset/surface/queuingSkin/LandscapeMode.vue
View file @
9806abdc
...
@@ -69,6 +69,7 @@
...
@@ -69,6 +69,7 @@
<!-- 排号机竖版 1080*1920 -->
<!-- 排号机竖版 1080*1920 -->
<div
<div
class=
"vertical-skin"
class=
"vertical-skin"
:id=
"conponentsId"
v-else-if=
"imageResolution === '2'"
v-else-if=
"imageResolution === '2'"
:style=
"
{
:style=
"
{
background: filterItem('1', 0),
background: filterItem('1', 0),
...
...
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