diff --git a/src/components/Mdp/index.scss b/src/components/Mdp/index.scss index be4f063a..f1d2b0bb 100644 --- a/src/components/Mdp/index.scss +++ b/src/components/Mdp/index.scss @@ -4,33 +4,33 @@ margin-right: 5px; align-items: center; cursor: pointer; - height: 40px; - line-height: 40px; - .field-avater { + height: 36px; + line-height: 36px; + .field-avater { background-color: #ff9f73; } .field-info { - height: 40px; - line-height: 40px; + height: 36px; + line-height: 36px; margin-left: 10px; display: flex; flex-direction: column; .field-value { - height: 20px; - line-height: 20px; + height: 18px; + line-height: 18px; font-size: 0.75rem; } .field-label { - height: 20px; - line-height: 20px; + height: 18px; + line-height: 18px; font-size: 0.75rem; color: #c0c4cc; } } .field-oper { - height: 40px; - line-height: 40px; + height: 36px; + line-height: 36px; margin-left: 5px; margin-right: 5px; display: none; @@ -43,10 +43,10 @@ display: inline; } .dashed-circle { - width: 40px; - height: 40px; + width: 36px; + height: 36px; border: 2px dashed #000000; - border-radius: 40px/40px; + border-radius: 36px/36px; } .field-box:hover .dashed-circle { border: 2px dashed #409eff; @@ -54,7 +54,7 @@ .avatar-container { - height: 40px; + height: 36px; display: flex; align-items: center; .avatar-wrapper { diff --git a/src/views/xm/core/xmMenu/XmMenuAdd.vue b/src/views/xm/core/xmMenu/XmMenuAdd.vue index b14e0843..6db473c1 100644 --- a/src/views/xm/core/xmMenu/XmMenuAdd.vue +++ b/src/views/xm/core/xmMenu/XmMenuAdd.vue @@ -2,51 +2,38 @@
- - - - + + 归属产品:{{ addForm.productName}}   产品编号:{{ addForm.productId }} + + + - - - - - - + + + - - - - {{addForm.productName?addForm.productName:addForm.productId}} - - - - - 无 - - - -
- -
-
- -
- {{addForm.pmenuName?addForm.pmenuName:addForm.pmenuId}} -
-
+ + + + + + 查看上级 + + + + + - - {{addForm.mmUsername}} - 选跟进人 - + @@ -74,18 +61,19 @@ + - - + + - + - - {{addForm.proposerName}} - 选提出人 + + + - +
@@ -123,6 +111,7 @@ import { mapGetters } from 'vuex' import UsersSelect from "@/views/mdp/sys/user/UsersSelect"; + import MdpSelectUserXm from '@/views/xm/core/components/MdpSelectUserXm' export default { computed: { @@ -305,7 +294,7 @@ },//end method components: { //在下面添加其它组件 'xm-menu-edit':XmMenuEdit - UsersSelect + UsersSelect,MdpSelectUserXm }, mounted() { @@ -326,12 +315,12 @@ .icon { color: #fff; - height: 20px; - width: 20px; + height: 36px; + width: 36px; border-radius: 15px; text-align: center; - line-height: 20px; - font-size: 14px; + line-height: 36px; + font-size: 18px; display: inline-block; margin-right: 5px; } diff --git a/src/views/xm/core/xmMenu/XmMenuEdit.vue b/src/views/xm/core/xmMenu/XmMenuEdit.vue index 624f20b0..490315f0 100644 --- a/src/views/xm/core/xmMenu/XmMenuEdit.vue +++ b/src/views/xm/core/xmMenu/XmMenuEdit.vue @@ -75,6 +75,8 @@ + 编号:{{editForm.menuId}}   归属产品:{{ editForm.productName}}   归属产品编号:{{ editForm.productId }} + @@ -88,12 +90,7 @@ - - - - {{editForm.productName?editForm.productName:editForm.productId}} - - +