+
@@ -287,7 +291,7 @@ const getEmptyDesc = (): string => {
{
:label="item.label"
>
- {{
- formatterTime(null, null, scope.row[item.field])
- }}
- {{
- typeMap[scope.row[item.field]]
- }}
- {{
- userStore.getName
- }}
- {{ scope.row[item.field] }}
+
+ {{
+ formatterTime(null, null, scope.row[item.field])
+ }}
+ {{
+ typeMap[scope.row[item.field]]
+ }}
+ {{
+ userStore.getName
+ }}
+ {{ scope.row[item.field] }}
+
@@ -458,6 +464,10 @@ const getEmptyDesc = (): string => {
line-height: 20px !important;
}
}
+
+.jump-active {
+ cursor: pointer;
+}