diff --git a/jero-web/src/views/toDoCenter/projectRegulationTasks/components/circulationHistory.vue b/jero-web/src/views/toDoCenter/projectRegulationTasks/components/circulationHistory.vue
index 3b1da7d24..50fa0e270 100644
--- a/jero-web/src/views/toDoCenter/projectRegulationTasks/components/circulationHistory.vue
+++ b/jero-web/src/views/toDoCenter/projectRegulationTasks/components/circulationHistory.vue
@@ -40,8 +40,8 @@
{{approvalResult[text]}}
-
-
+
+
{{text}}
@@ -509,13 +509,13 @@
}
- /deep/.ant-table-row-cell-ellipsis .tooltip {
- span {
- display: inline-block;
- width: 50%;
- white-space:nowrap;/*强制单行显示*/
- text-overflow:ellipsis;/*超出部分省略号表示*/
- overflow:hidden;/*超出部分隐藏*/
- }
- }
+ ///deep/.ant-table-row-cell-ellipsis .tooltip {
+ // span {
+ // display: inline-block;
+ // width: 50%;
+ // white-space:nowrap;/*强制单行显示*/
+ // text-overflow:ellipsis;/*超出部分省略号表示*/
+ // overflow:hidden;/*超出部分隐藏*/
+ // }
+ //}
\ No newline at end of file