gemercheung 2 years ago
parent
commit
0441991de5

+ 1 - 1
packages/qjkankan-editor/.env.eurtestprod

@@ -8,4 +8,4 @@ VUE_APP_PROXY_URL='https://testeur.4dkankan.com/qjkankan/'
 VUE_APP_ORIGIN=aws
 
 VUE_APP_URL_FILL=/qjkankan
-VUE_APP_DEBBUG_FLAG=0516-01
+VUE_APP_DEBBUG_FLAG=0628-01

+ 2 - 1
packages/qjkankan-editor/src/lang/_en.json

@@ -747,7 +747,8 @@
     "material": "Material",
     "name": "Title",
     "fileSize": "Size",
-    "detail": "Resolution",
+    "detail": "",
+    "dpi": "Resolution",
     "createTime": "Created",
     "updateTime": "Modified"
   },

+ 2 - 1
packages/qjkankan-editor/src/lang/_zh.json

@@ -747,7 +747,8 @@
     "material": "素材",
     "name": "名称",
     "fileSize": "大小",
-    "detail": "分辨率",
+    "detail": "",
+    "dpi": "分辨率",
     "createTime": "创建时间",
     "updateTime": "修改时间"
   },

+ 2 - 2
packages/qjkankan-editor/src/views/material/image/image.js

@@ -27,8 +27,8 @@ let data = [
   },
   {
     key: 'dpi',
-    name: 'detail',
-    en: 'detail',
+    name: 'dpi',
+    en: 'dpi',
     width: 120,
   },
   {

+ 1 - 1
packages/qjkankan-view/.env.eurtestprod

@@ -6,4 +6,4 @@ VUE_APP_PROXY_URL='https://testeur.4dkankan.com/qjkankan/'
 VUE_APP_URL_FILL=/qjkankan
 # 接口请求地址
 VUE_APP_APIS_URL=https://testeur.4dkankan.com/
-VUE_APP_DEBBUG_FLAG=0523-01
+VUE_APP_DEBBUG_FLAG=0628-01