diff --git a/src/pages/modules/systemmanage/role.vue b/src/pages/modules/systemmanage/role.vue
index 1315927..5037a5a 100644
--- a/src/pages/modules/systemmanage/role.vue
+++ b/src/pages/modules/systemmanage/role.vue
@@ -26,7 +26,7 @@
-
+
|
diff --git a/src/pages/modules/systemmanage/system.vue b/src/pages/modules/systemmanage/system.vue
index 1cb406a..f9a7eaa 100644
--- a/src/pages/modules/systemmanage/system.vue
+++ b/src/pages/modules/systemmanage/system.vue
@@ -17,7 +17,7 @@
{{ $t('common.operate') }} |
- | {{i+1}} |
+ {{ e.id }} |
{{ e.code }} |
{{ e.name }} |
{{ e.value }} |
@@ -25,7 +25,7 @@
-
+
|
diff --git a/src/pages/modules/systemmanage/user.vue b/src/pages/modules/systemmanage/user.vue
index 1b4f36f..5cdc059 100644
--- a/src/pages/modules/systemmanage/user.vue
+++ b/src/pages/modules/systemmanage/user.vue
@@ -18,7 +18,7 @@
{{ $t('common.operate')}} |
- | {{i+1}} |
+ {{ e.userId }} |
{{ e.username }} |
{{ e.personName }} |
{{ e.phone }} |
@@ -28,7 +28,7 @@
-
+
diff --git a/src/style/common.styl b/src/style/common.styl
index e8431b7..b42be8e 100644
--- a/src/style/common.styl
+++ b/src/style/common.styl
@@ -455,6 +455,8 @@
z-index: 99;
padding 0 25px;
background left center / 1px 81px url(../images/new/th_bg.png) repeat-x
+ &:last-child
+ padding-left 45px
td
box-sizing: border-box;
overflow: hidden;