Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
E
enterprise-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
赵啸非
enterprise-platform
Commits
6e49b955
Commit
6e49b955
authored
Dec 26, 2024
by
姬鋆屾
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
pref:屏蔽富文本框内的视频上传;产品表格添加上架筛选
parent
200839b5
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
1 deletion
+7
-1
enterprise-manager-ui/admin/src/components/Editor.vue
enterprise-manager-ui/admin/src/components/Editor.vue
+1
-1
enterprise-manager-ui/admin/src/views/product/list.vue
enterprise-manager-ui/admin/src/views/product/list.vue
+6
-0
No files found.
enterprise-manager-ui/admin/src/components/Editor.vue
View file @
6e49b955
...
@@ -69,7 +69,7 @@ export default {
...
@@ -69,7 +69,7 @@ export default {
[{
color
:
[]
},
{
background
:
[]
}],
// 字体颜色、字体背景颜色
[{
color
:
[]
},
{
background
:
[]
}],
// 字体颜色、字体背景颜色
[{
align
:
[]
}],
// 对齐方式
[{
align
:
[]
}],
// 对齐方式
[
"
clean
"
],
// 清除文本格式
[
"
clean
"
],
// 清除文本格式
[
"
link
"
,
"
image
"
,
"
video
"
],
// 链接、图片、视频
[
"
link
"
,
"
image
"
],
// 链接、图片
],
],
handlers
:
{
handlers
:
{
image
:
function
(
value
)
{
image
:
function
(
value
)
{
...
...
enterprise-manager-ui/admin/src/views/product/list.vue
View file @
6e49b955
...
@@ -131,6 +131,12 @@ export default {
...
@@ -131,6 +131,12 @@ export default {
placeholder
:
"
请选择产品分类
"
,
placeholder
:
"
请选择产品分类
"
,
label
:
"
产品分类
"
,
label
:
"
产品分类
"
,
},
},
{
name
:
"
shelves
"
,
type
:
"
select
"
,
placeholder
:
"
请选择上架状态
"
,
label
:
"
产品上架状态
"
,
},
{
{
name
:
"
companyId
"
,
name
:
"
companyId
"
,
type
:
"
select
"
,
type
:
"
select
"
,
...
...
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