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
a2a1b5d2
Commit
a2a1b5d2
authored
Oct 14, 2020
by
谢希宇
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'master' of
http://106.14.62.141:8081/sa_aidea/aidea
parents
2c3ba5fa
7035d44b
Hide 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 @
a2a1b5d2
...
...
@@ -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 @
a2a1b5d2
...
...
@@ -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