Przeglądaj źródła

:sparkles: 添加新特性。 npm run dev

冷冷 6 lat temu
rodzic
commit
83129b83d1
2 zmienionych plików z 3 dodań i 3 usunięć
  1. 1 1
      package.json
  2. 2 2
      src/const/crud/admin/log.js

+ 1 - 1
package.json

@@ -3,7 +3,7 @@
     "version": "1.8.0",
     "private": true,
     "scripts": {
-        "serve": "vue-cli-service serve",
+        "dev": "vue-cli-service serve",
         "build": "vue-cli-service build",
         "lint": "vue-cli-service lint",
         "test:unit": "vue-cli-service test:unit",

+ 2 - 2
src/const/crud/admin/log.js

@@ -40,8 +40,8 @@ export const tableOption = {
     dicData: 'log_type',
     search: true
   }, {
-    label: '请求接口',
-    prop: 'requestUri'
+    label: '请求接口名称',
+    prop: 'title'
   }, {
     label: 'IP地址',
     prop: 'remoteAddr'