Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
E
electron-printer
Overview
Overview
Details
Activity
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
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
zhuzhequan
electron-printer
Commits
8f51f72e
Commit
8f51f72e
authored
Jun 15, 2026
by
linjinhong
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix:修改规格字段
parent
3936606f
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
14 additions
and
6 deletions
+14
-6
src/views/design/main/index.vue
+14
-6
No files found.
src/views/design/main/index.vue
View file @
8f51f72e
...
...
@@ -1628,7 +1628,7 @@ export default {
<div>
{{
detail
.
startStockingTime
}}
</div>
</div>
<div
v-if=
"detail.
mssWidth && detail.mssHeight
"
v-if=
"detail.
specList && detail.specList.length
"
class=
"div-item"
style=
"flex: 100%;"
>
...
...
@@ -1636,22 +1636,30 @@ export default {
<div
class=
"item-value"
>
mm:
(
w:
{{
detail
.
mssWidth
}}
{{
detail
.
specList
[
selectImgIndex
].
mssWidth
}}
h:
{{
detail
.
mssHeight
}}
)
{{
detail
.
specList
[
selectImgIndex
].
mssHeight
}}
)
</div>
</div>
<div
v-if=
"detail.
mssWidth && detail.mssHeight
"
v-if=
"detail.
specList && detail.specList.length
"
class=
"div-item"
style=
"flex: 100%;"
>
<div
style=
"opacity: 0;"
>
模规格:
</div>
<div
class=
"item-value"
>
inch:
(
w:
{{
(
Number
(
detail
.
mssWidth
)
/
25.4
).
toFixed
(
1
)
}}
{{
(
Number
(
detail
.
specList
[
selectImgIndex
].
mssWidth
)
/
25.4
).
toFixed
(
1
)
}}
h:
{{
(
Number
(
detail
.
mssHeight
)
/
25.4
).
toFixed
(
1
)
}}
)
{{
(
Number
(
detail
.
specList
[
selectImgIndex
].
mssHeight
)
/
25.4
).
toFixed
(
1
)
}}
)
</div>
</div>
</div>
...
...
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