diff --git a/src/frontend/admin/src/components/naColId/index.vue b/src/frontend/admin/src/components/naColId/index.vue
new file mode 100644
index 00000000..b62e864b
--- /dev/null
+++ b/src/frontend/admin/src/components/naColId/index.vue
@@ -0,0 +1,33 @@
+
+
+
+
+ {{ tool.getNestedProperty(scope.row, $attrs.prop) }}
+
+
+
+
+
+
\ No newline at end of file
diff --git a/src/frontend/admin/src/global.js b/src/frontend/admin/src/global.js
index 76f15b43..793ee319 100644
--- a/src/frontend/admin/src/global.js
+++ b/src/frontend/admin/src/global.js
@@ -49,6 +49,7 @@ import naArea from '@/components/naArea/index.vue'
import naButtonAdd from '@/components/naButtonAdd/index.vue'
import naButtonBatchDel from '@/components/naButtonBatchDel/index.vue'
import naColAvatar from '@/components/naColAvatar'
+import naColId from '@/components/naColId/index.vue'
import naColIndicator from '@/components/naColIndicator/index.vue'
import naColOperation from '@/components/naColOperation'
import naColTags from '@/components/naColTags/index.vue'
@@ -89,6 +90,7 @@ export default {
app.component('naButtonAdd', naButtonAdd)
app.component('naButtonBatchDel', naButtonBatchDel)
app.component('naColAvatar', naColAvatar)
+ app.component('naColId', naColId)
app.component('naColIndicator', naColIndicator)
app.component('naColOperation', naColOperation)
app.component('naColTags', naColTags)
diff --git a/src/frontend/admin/src/views/sys/config/index.vue b/src/frontend/admin/src/views/sys/config/index.vue
index 45ab6c8f..47b5e2e0 100644
--- a/src/frontend/admin/src/views/sys/config/index.vue
+++ b/src/frontend/admin/src/views/sys/config/index.vue
@@ -39,23 +39,22 @@
row-key="id"
stripe>
-
+
-
-
-
+
+
+
-
-
+
-
+
+ :vue="this"
+ width="170" />