Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in
Toggle navigation
A
Aidea
Project
Project
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
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
sa_aidea
Aidea
Commits
459eb346
Commit
459eb346
authored
Oct 14, 2020
by
卜远杰
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
改成产品详情图
parent
564e454d
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
productform.html
...eb/src/main/webapp/WEB-INF/views/product/productform.html
+2
-2
productlist.html
...eb/src/main/webapp/WEB-INF/views/product/productlist.html
+1
-1
No files found.
aidea-modules/product-module-web/src/main/webapp/WEB-INF/views/product/productform.html
View file @
459eb346
...
...
@@ -292,7 +292,7 @@
var
smallimg
=
"$!{data.productImg}"
;
coverPP
=
new
uePicPicker
({
tarId
:
'img'
,
title
:
'产品
Banner
图'
,
title
:
'产品
封面
图'
,
sizeDes
:
'205*202'
,
max
:
1
,
datas
:
smallimg
==
''
?
null
:
smallimg
.
split
(
","
),
...
...
@@ -308,7 +308,7 @@
tarId
:
'imgDetail'
,
title
:
'产品详情图'
,
sizeDes
:
'205*202'
,
max
:
3
,
max
:
4
,
datas
:
smallimg
==
''
?
null
:
smallimg
.
split
(
","
),
success
:
null
});
...
...
aidea-modules/product-module-web/src/main/webapp/WEB-INF/views/product/productlist.html
View file @
459eb346
...
...
@@ -106,7 +106,7 @@
<td>
产品分类名称
</td>
<td>
产品名称
</td>
<td>
产品编码
</td>
<td>
产品
图片
</td>
<td>
产品
封面图
</td>
<td>
通用名
</td>
<td>
剂型
</td>
<td>
规格
</td>
...
...
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