Commit a6528e9a authored by 廖旭伟's avatar 廖旭伟

Merge remote-tracking branch 'origin/master'

parents de432914 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) {
......
...@@ -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",
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment