- 添加
+ {{ $t('button.add') }}
- 提交
- 取消
+ {{ $t('button.submit') }}
+ {{ $t('button.cancel') }}
diff --git a/guns-admin-vuejs/src/views/system/role/index.vue b/guns-admin-vuejs/src/views/system/role/index.vue
index f270a9d2..c009c1b1 100644
--- a/guns-admin-vuejs/src/views/system/role/index.vue
+++ b/guns-admin-vuejs/src/views/system/role/index.vue
@@ -6,16 +6,16 @@
- 搜索
- 重置
+ {{ $t('button.search') }}
+ {{ $t('button.reset') }}
- 添加
- 修改
- 删除
+ {{ $t('button.add') }}
+ {{ $t('button.edit') }}
+ {{ $t('button.delete') }}
权限配置
@@ -126,8 +126,8 @@
- 提交
- 取消
+ {{ $t('button.submit') }}
+ {{ $t('button.cancel') }}
@@ -153,7 +153,7 @@
- 提交
+ {{ $t('button.submit') }}
diff --git a/guns-admin-vuejs/src/views/system/task/index.vue b/guns-admin-vuejs/src/views/system/task/index.vue
index c58200dd..44efb935 100644
--- a/guns-admin-vuejs/src/views/system/task/index.vue
+++ b/guns-admin-vuejs/src/views/system/task/index.vue
@@ -6,16 +6,16 @@
- 搜索
- 重置
+ {{ $t('button.search') }}
+ {{ $t('button.reset') }}
- 添加
- 修改
- 删除
+ {{ $t('button.add') }}
+ {{ $t('button.edit') }}
+ {{ $t('button.delete') }}
@@ -103,8 +103,8 @@
- 提交
- 取消
+ {{ $t('button.submit') }}
+ {{ $t('button.cancel') }}
diff --git a/guns-admin-vuejs/src/views/system/task/log/index.vue b/guns-admin-vuejs/src/views/system/task/log/index.vue
index 00a2d614..4cb545a2 100644
--- a/guns-admin-vuejs/src/views/system/task/log/index.vue
+++ b/guns-admin-vuejs/src/views/system/task/log/index.vue
@@ -3,7 +3,7 @@
- 返回
+ {{ $t('button.back') }}
diff --git a/guns-admin-vuejs/src/views/system/user/index.vue b/guns-admin-vuejs/src/views/system/user/index.vue
index c8282dc2..ae4d4ae6 100644
--- a/guns-admin-vuejs/src/views/system/user/index.vue
+++ b/guns-admin-vuejs/src/views/system/user/index.vue
@@ -9,16 +9,16 @@
- 搜索
- 重置
+ {{ $t('button.search') }}
+ {{ $t('button.reset') }}
- 添加
- 修改
- 删除
+ {{ $t('button.add') }}
+ {{ $t('button.edit') }}
+ {{ $t('button.delete') }}
@@ -166,8 +166,8 @@
- 提交
- 取消
+ {{ $t('button.submit') }}
+ {{ $t('button.cancel') }}
diff --git a/guns-admin-vuejs/src/views/table/index.vue b/guns-admin-vuejs/src/views/table/index.vue
deleted file mode 100644
index 2c9daba1..00000000
--- a/guns-admin-vuejs/src/views/table/index.vue
+++ /dev/null
@@ -1,72 +0,0 @@
-
-
-
-
-
- {{scope.$index}}
-
-
-
-
- {{scope.row.title}}
-
-
-
-
- {{scope.row.author}}
-
-
-
-
- {{scope.row.pageviews}}
-
-
-
-
- {{scope.row.status}}
-
-
-
-
-
- {{scope.row.display_time}}
-
-
-
-
-
-
-
diff --git a/guns-admin-vuejs/src/views/tree/index.vue b/guns-admin-vuejs/src/views/tree/index.vue
deleted file mode 100644
index 2bfa6967..00000000
--- a/guns-admin-vuejs/src/views/tree/index.vue
+++ /dev/null
@@ -1,71 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
diff --git a/package-lock.json b/package-lock.json
new file mode 100644
index 00000000..48e341a0
--- /dev/null
+++ b/package-lock.json
@@ -0,0 +1,3 @@
+{
+ "lockfileVersion": 1
+}