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
4ebb7b1e
Commit
4ebb7b1e
authored
Apr 29, 2025
by
linjinhong
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
测试提交
parent
0a3ee7dc
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
src/views/design/main/index.vue
+4
-4
No files found.
src/views/design/main/index.vue
View file @
4ebb7b1e
...
@@ -536,12 +536,12 @@ export default {
...
@@ -536,12 +536,12 @@ export default {
},
},
getComputedName
(
title
)
{
getComputedName
(
title
)
{
let
img
=
this
.
selectImgList
.
find
((
it
)
=>
it
.
title
===
title
);
let
img
=
this
.
selectImgList
.
find
((
it
)
=>
it
.
title
===
title
);
return
img
?.
fileName
;
return
img
?.
designId
;
},
},
getComputedTitle
(
title
)
{
getComputedTitle
(
title
)
{
console
.
log
(
this
.
selectImgList
,
"this.selectImgList"
);
console
.
log
(
this
.
selectImgList
,
"this.selectImgList"
);
let
img
=
this
.
selectImgList
.
find
((
it
)
=>
it
.
title
===
title
);
let
img
=
this
.
selectImgList
.
find
((
it
)
=>
it
.
title
===
title
);
return
img
?.
url
;
return
img
?.
productionFile
;
},
},
getBackFile
({
files
,
size
},
callback
)
{
getBackFile
({
files
,
size
},
callback
)
{
let
that
=
this
;
let
that
=
this
;
...
@@ -870,7 +870,7 @@ export default {
...
@@ -870,7 +870,7 @@ export default {
</div>
</div>
</div>
</div>
<el-row
class=
"main"
>
<
!--
<
el-row
class=
"main"
>
<el-col
:span=
"6"
>
<el-col
:span=
"6"
>
<div
class=
"text-center"
>
打印区域
</div>
<div
class=
"text-center"
>
打印区域
</div>
</el-col>
</el-col>
...
@@ -940,7 +940,7 @@ export default {
...
@@ -940,7 +940,7 @@ export default {
</el-carousel>
</el-carousel>
</el-col>
</el-col>
</el-row>
</el-row>
</el-row>
</el-row>
-->
<el-table
border
:data=
"detail.imageAry"
>
<el-table
border
:data=
"detail.imageAry"
>
<el-table-column
label=
"打印区域"
prop=
"title"
></el-table-column>
<el-table-column
label=
"打印区域"
prop=
"title"
></el-table-column>
<el-table-column
label=
"效果图"
prop=
"title"
>
<el-table-column
label=
"效果图"
prop=
"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