Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
M
mes-ui
Project
Project
Details
Activity
Releases
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
周远喜
mes-ui
Commits
917b5f19
Commit
917b5f19
authored
Sep 14, 2020
by
仇晓婷
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
icon
parent
1ffd1bc1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
132 additions
and
3 deletions
+132
-3
icons.vue
pages/icons.vue
+131
-0
index.vue
pages/resource/resource/index.vue
+1
-3
No files found.
pages/icons.vue
0 → 100644
View file @
917b5f19
<
template
>
<div
class=
"icon-font"
>
<ul>
<li
v-for=
"(item,i) in iconList"
:key=
"i"
@
click=
"setIcon(item.icon)"
:title=
"item.icon"
>
<Icon
:type=
"'icon iconfont '+item.icon"
size=
"36"
></Icon>
<p>
{{
item
.
title
}}
</p>
</li>
</ul>
</div>
</
template
>
<
script
>
export
default
{
// model: {
// prop: "value",
// event: "on-change",
// },
// props: {
// value: {
// type: String,
// },
// },
name
:
"Icons"
,
data
()
{
return
{
// curModel: this.value,
// iconModal: true,
// icons:
// "icondaochu,iconbianji,icondaohang-banzupaigong,icondaohang-CRM,icondaohang-gongyisheji,icondaohang-gongyiguanli,icondaohang-gongzuoliu,icondaohang-dingdanguanli,icondaohang-chejianguanli,icondaohang-shujuchuanshu,icondaohang-shengchanzhihang,icondaohang-jihuaguanli,icondaohang-zhiliangguanli,icondaohang-ziyuanguanli,icongongdan-gongshifenpei,icondaoru,icongongdan-ceshishuju,icongongdan-gongyianli,icongongdan-gongyichakan,icongongdan-jinduhuibao,icongongdan-chanpinzhuangpei,icongongdan-shengchanzhunbei,icongongdan-wuliaolingyong,icongongdan-shujutianbao,iconpaichan-chadan,icongongdan-zhiliangpanding,iconlieshezhi,iconpaichan-gongxucanshu,iconpaichan-weichadan,iconpaichan-zidingyipaixu,iconrenyuan,iconshanchu,iconshebei,iconshezhi,iconshezhi-bukejian,iconshezhi-changkapianzhanshi,iconshezhi-kejian,iconshezhi-kapianzhanshi,iconshezhi-liebiaozhanshi,iconshouye-daishenpi,iconshouye-dianziduizhangdan,iconshouye-dingdanbaojia,iconshouye-tongjibiao,iconshouye-liuchengsheji,iconshouye-dingdanpaifa,iconshouye-renwupaichan,iconshouye-weiduxiaoxi,iconshouye-wuliaofuyan,iconshouye-zhanneiyoujian,iconxinzeng,iconshouye-zhiliangjianyan",
icons
:
[
{
icon
:
"icondaochu"
,
title
:
"导出"
},
{
icon
:
"iconbianji"
,
title
:
"编辑"
},
{
icon
:
"icondaohang-banzupaigong"
,
title
:
"导航-班组派工"
},
{
icon
:
"icondaohang-CRM"
,
title
:
"导航-CRM"
},
{
icon
:
"icondaohang-gongyisheji"
,
title
:
"导航-工艺设计"
},
{
icon
:
"icondaohang-gongyiguanli"
,
title
:
"导航-工艺管理"
},
{
icon
:
"icondaohang-gongzuoliu"
,
title
:
"导航-工作流"
},
{
icon
:
"icondaohang-dingdanguanli"
,
title
:
"导航-订单管理"
},
{
icon
:
"icondaohang-chejianguanli"
,
title
:
"导航-车间管理"
},
{
icon
:
"icondaohang-shujuchuanshu"
,
title
:
"导航-数据传输"
},
{
icon
:
"icondaohang-shengchanzhihang"
,
title
:
"导航-生产执行"
},
{
icon
:
"icondaohang-jihuaguanli"
,
title
:
"导航-计划管理"
},
{
icon
:
"icondaohang-zhiliangguanli"
,
title
:
"导航-质量管理"
},
{
icon
:
"icondaohang-ziyuanguanli"
,
title
:
"导航-资源管理"
},
{
icon
:
"icongongdan-gongshifenpei"
,
title
:
"工单-工时分配"
},
{
icon
:
"icondaoru"
,
title
:
"导入"
},
{
icon
:
"icongongdan-ceshishuju"
,
title
:
"工单-测试数据"
},
{
icon
:
"icongongdan-gongyianli"
,
title
:
"工单-工艺案例"
},
{
icon
:
"icongongdan-gongyichakan"
,
title
:
"工单-工艺查看"
},
{
icon
:
"icongongdan-jinduhuibao"
,
title
:
"工单-进度汇报"
},
{
icon
:
"icongongdan-chanpinzhuangpei"
,
title
:
"工单-产品装配"
},
{
icon
:
"icongongdan-shengchanzhunbei"
,
title
:
"工单-生产准备"
},
{
icon
:
"icongongdan-wuliaolingyong"
,
title
:
"工单-物料领用"
},
{
icon
:
"icongongdan-shujutianbao"
,
title
:
"工单-数据填报"
},
{
icon
:
"iconpaichan-chadan"
,
title
:
"排产-插单"
},
{
icon
:
"icongongdan-zhiliangpanding"
,
title
:
"工单-质量判定"
},
{
icon
:
"iconlieshezhi"
,
title
:
"列设置"
},
{
icon
:
"iconpaichan-gongxucanshu"
,
title
:
"排产-工序参数"
},
{
icon
:
"iconpaichan-weichadan"
,
title
:
"排产-未插单"
},
{
icon
:
"iconpaichan-zidingyipaixu"
,
title
:
"排产-自定义排序"
},
{
icon
:
"iconrenyuan"
,
title
:
"人员"
},
{
icon
:
"iconshanchu"
,
title
:
"删除"
},
{
icon
:
"iconshebei"
,
title
:
"设备"
},
{
icon
:
"iconshezhi"
,
title
:
"设置"
},
{
icon
:
"iconshezhi-bukejian"
,
title
:
"设置-不可见"
},
{
icon
:
"iconshezhi-changkapianzhanshi"
,
title
:
"设置-长卡片展示"
},
{
icon
:
"iconshezhi-kejian"
,
title
:
"设置-可见"
},
{
icon
:
"iconshezhi-kapianzhanshi"
,
title
:
"导出"
},
{
icon
:
"iconshezhi-liebiaozhanshi"
,
title
:
"设置-卡片展示"
},
{
icon
:
"iconshouye-daishenpi"
,
title
:
"首页-待审批"
},
{
icon
:
"iconshouye-dianziduizhangdan"
,
title
:
"首页-电子对账单"
},
{
icon
:
"iconshouye-dingdanbaojia"
,
title
:
"首页-订单报价"
},
{
icon
:
"iconshouye-tongjibiao"
,
title
:
"首页-统计表"
},
{
icon
:
"iconshouye-liuchengsheji"
,
title
:
"首页-流程设计"
},
{
icon
:
"iconshouye-dingdanpaifa"
,
title
:
"首页-订单派发"
},
{
icon
:
"iconshouye-renwupaichan"
,
title
:
"首页-未读消息"
},
{
icon
:
"iconshouye-weiduxiaoxi"
,
title
:
"设置-列表展示"
},
{
icon
:
"iconshouye-wuliaofuyan"
,
title
:
"首页-物料复验"
},
{
icon
:
"iconshouye-zhanneiyoujian"
,
title
:
"首页-站内邮件"
},
{
icon
:
"iconxinzeng"
,
title
:
"新增"
},
{
icon
:
"iconshouye-zhiliangjianyan"
,
title
:
"首页-质量检验"
},
],
};
},
computed
:
{
iconList
()
{
return
this
.
icons
;
},
// type() {
// if (this.curModel && this.curModel != "") {
// return this.curModel;
// } else {
// return "md-add";
// }
// },
},
methods
:
{
// setIcon(name) {
// this.curModel = name;
// this.iconModal = false;
// this.$emit("on-change", name);
// },
// change(name) {
// this.$emit("on-change", name);
// },
},
watch
:
{
// value: {
// handler(v, o) {
// this.curModel = v;
// },
// deep: true,
// },
},
};
</
script
>
<
style
lang=
"less"
scoped
>
.icon-font {
ul {
li {
text-align: center;
display: inline-block;
width: 125px;
height: 100px;
border: 1px solid transparent;
}
}
}
</
style
>
pages/resource/resource/index.vue
View file @
917b5f19
...
...
@@ -3,9 +3,7 @@
<Sider
hide-trigger
v-if=
"showMenu"
class=
"menu_side"
width=
"300"
>
<StoreTree
@
on-hide=
"onHide"
@
on-select=
"productSearch"
/>
</Sider>
<Icon
type=
"icon iconfont icondaochu"
size=
"24"
/>
<!-- icon iconfont -->
<Icon
type=
"icon iconfont icondaochu"
size=
"24"
/>
<div
v-if=
"!showMenu"
class=
"show_menu"
>
<a
class=
"menu_play fr"
@
click=
"showMenuFn"
title=
"展开"
>
<Icon
type=
"ios-arrow-forward"
size=
"24"
/>
...
...
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