diff --git a/src/components/Mdp/index.scss b/src/components/Mdp/index.scss
new file mode 100644
index 00000000..be4f063a
--- /dev/null
+++ b/src/components/Mdp/index.scss
@@ -0,0 +1,79 @@
+
+.field-box {
+ display: flex;
+ margin-right: 5px;
+ align-items: center;
+ cursor: pointer;
+ height: 40px;
+ line-height: 40px;
+ .field-avater {
+ background-color: #ff9f73;
+ }
+
+ .field-info {
+ height: 40px;
+ line-height: 40px;
+ margin-left: 10px;
+ display: flex;
+ flex-direction: column;
+ .field-value {
+ height: 20px;
+ line-height: 20px;
+ font-size: 0.75rem;
+ }
+ .field-label {
+ height: 20px;
+ line-height: 20px;
+ font-size: 0.75rem;
+ color: #c0c4cc;
+ }
+ }
+ .field-oper {
+ height: 40px;
+ line-height: 40px;
+ margin-left: 5px;
+ margin-right: 5px;
+ display: none;
+ }
+}
+.field-box:hover .field-info.enabled {
+ display: none;
+}
+.field-box:hover .field-oper.enabled {
+ display: inline;
+}
+.dashed-circle {
+ width: 40px;
+ height: 40px;
+ border: 2px dashed #000000;
+ border-radius: 40px/40px;
+}
+.field-box:hover .dashed-circle {
+ border: 2px dashed #409eff;
+}
+
+
+.avatar-container {
+ height: 40px;
+ display: flex;
+ align-items: center;
+ .avatar-wrapper {
+ cursor: pointer;
+ display: flex;
+ flex-direction: row;
+ align-items: center;
+ .user-avatar {
+ height: 34px;
+ width: 34px;
+ border-radius: 50%;
+ margin-right: 12px;
+ }
+ .username{
+ color: #7D7D7D;
+ font-size: 0.75rem;
+ }
+ .el-icon-caret-bottom {
+ font-size: 22px;
+ }
+ }
+}
\ No newline at end of file
diff --git a/src/components/MdpDateRangeX/index.vue b/src/components/MdpDateRangeX/index.vue
index fe572a24..6db8df5d 100644
--- a/src/components/MdpDateRangeX/index.vue
+++ b/src/components/MdpDateRangeX/index.vue
@@ -1,15 +1,19 @@
-
{{avaterCpd.innerText}}
+
{{avaterCpd.innerText}}
-
+
{{avaterCpd.innerText}}
无
{{label}}
-
+
+
+
+
+
-
-
-
-
+
-
-
+
diff --git a/src/components/MdpDateX/index.vue b/src/components/MdpDateX/index.vue
index a29a6ace..b07523d6 100644
--- a/src/components/MdpDateX/index.vue
+++ b/src/components/MdpDateX/index.vue
@@ -3,20 +3,21 @@
{{avaterCpd.innerText}}
-
+
{{avaterCpd.innerText}}
无
{{label}}
-
-
-
+
+
+
+
@@ -160,67 +161,7 @@
-
+
\ No newline at end of file
diff --git a/src/components/MdpFieldX/index.vue b/src/components/MdpFieldX/index.vue
index 4fba9745..817f7545 100644
--- a/src/components/MdpFieldX/index.vue
+++ b/src/components/MdpFieldX/index.vue
@@ -1,8 +1,11 @@
-
{{avaterCpd.innerText}}
-
+
+
+ {{avaterCpd.innerText}}
+
+
@@ -12,14 +15,16 @@
{{label}}
-
-
+
+
+
+
-
-
-
-
+
+
+
+
@@ -161,68 +166,7 @@ import util from '@/common/js/util'
-
+
\ No newline at end of file
diff --git a/src/components/MdpSelectDictTag/index.vue b/src/components/MdpSelectDictTag/index.vue
index bb9589fc..960754b9 100644
--- a/src/components/MdpSelectDictTag/index.vue
+++ b/src/components/MdpSelectDictTag/index.vue
@@ -1,9 +1,9 @@
-
-
-
{{currentItem.name}}
+
+
-
@@ -78,24 +78,7 @@
}
}
-
-
+
\ No newline at end of file
diff --git a/src/components/MdpSelectDictX/index.vue b/src/components/MdpSelectDictX/index.vue
index ff6a392d..3c4d361d 100644
--- a/src/components/MdpSelectDictX/index.vue
+++ b/src/components/MdpSelectDictX/index.vue
@@ -1,238 +1,201 @@
-
-
-
-
{{avaterCpd.innerText}}
-
-
- {{avaterCpd.innerText}}
- 无
- {{label}}
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/src/components/MdpSelectUserX/index.vue b/src/components/MdpSelectUserX/index.vue
index 6cb00499..5e9fc909 100644
--- a/src/components/MdpSelectUserX/index.vue
+++ b/src/components/MdpSelectUserX/index.vue
@@ -3,13 +3,16 @@
{{avaterCpd.innerText}}
-
-
+
+
{{avaterCpd.innerText}}
无
- {{label}}
-
+ {{label}}
+
+
+
+
常用用户 部门用户项目组
@@ -24,10 +27,7 @@
-
-
-
-
+
@@ -258,95 +258,9 @@
}
+
-
\ No newline at end of file
diff --git a/src/views/xm/core/components/MdpSelectUserXm/index.vue b/src/views/xm/core/components/MdpSelectUserXm/index.vue
index f79a2244..e25db1d8 100644
--- a/src/views/xm/core/components/MdpSelectUserXm/index.vue
+++ b/src/views/xm/core/components/MdpSelectUserXm/index.vue
@@ -1,16 +1,18 @@
-
{{avaterCpd.innerText}}
+
{{avaterCpd.innerText}}
-
-
+
+
{{avaterCpd.innerText}}
无
{{label}}
+
-
+
+
@@ -30,9 +32,6 @@
-
-
-
@@ -260,94 +259,8 @@
}
-
-
+
\ No newline at end of file