@@ -355,7 +358,9 @@ watch(
{{ props.prefix }}
- {{ props.row.salary ? props.row.salary.toLocaleString():'-' }}
+ {{
+ props.row.salary ? props.row.salary.toLocaleString() : "-"
+ }}
{{ col.value }}
@@ -367,21 +372,14 @@ watch(
-
-
-
+
+
{{ props.btnTitle }}
{{ props.btnTitle }}
-
+