diff --git a/src/styles/mdp.scss b/src/styles/mdp.scss
index 006e561a..24d5e625 100644
--- a/src/styles/mdp.scss
+++ b/src/styles/mdp.scss
@@ -246,7 +246,8 @@ table tr.hover-row{
float: right;
}
-.el-table__row td:hover{
+.el-table__row td:hover{
+ cursor: pointer;
.cell-bar{
display: inline;
.u-btn{
diff --git a/src/views/xm/core/xmTask/XmPhase.vue b/src/views/xm/core/xmTask/XmPhase.vue
index cb947076..4e4a1882 100644
--- a/src/views/xm/core/xmTask/XmPhase.vue
+++ b/src/views/xm/core/xmTask/XmPhase.vue
@@ -10,12 +10,12 @@
-
+
@@ -67,7 +67,7 @@
v-loading="load.edit"
>
+
+ 当前选中的计划:
+ {{editForm.name}}
+
产品:
@@ -132,9 +137,15 @@
@click="searchXmTasks"
>查询
+ 关闭
- 更多
+ 更多
@@ -170,11 +181,13 @@
class-name="title"
label="计划名称"
min-width="300"
- >
+ >
+
{{ scope.row.sortLevel }} {{ scope.row.name }}
@@ -185,14 +198,14 @@
class="el-icon-refresh"
>
{{ (scope.row.rate != null ? scope.row.rate : 0) + "%" }}
-
+ {{item.name}}
@@ -231,25 +244,7 @@
-
-
-
-
- {{item.name}}
-
-
-
-
-
-
-
-
-
+
-
-
+
+
@@ -53,8 +53,12 @@
}//end mounted
}
-
+
-
\ No newline at end of file