tangning hace 2 años
padre
commit
3b5b860733
Se han modificado 2 ficheros con 8 adiciones y 8 borrados
  1. 3 3
      src/locales/lang/en/routes/equity.ts
  2. 5 5
      src/views/scene/list.vue

+ 3 - 3
src/locales/lang/en/routes/equity.ts

@@ -53,9 +53,9 @@ export default {
     '-2':'Month',
   },
   titleHelpMessage:{
-    1:'Statistical Guidelines',
-    2:'Membership subscription: current records of new authorizations by dealers and related ID renewal records, including dealer authorizations and renewals, platform authorizations (renewals), and official website purchases (renewals).',
-    3:'Scene Download: Statistical information on the number of downloads of current new authorizations by sales (excluding associated users);',
+    1:'Statistical Guidelines',
+    2:'Membership Subscription: current records of new authorizations by dealers and related ID renewal records, including dealer authorizations and renewals, platform authorizations (renewals), and official website purchases (renewals).',
+    3:'Scene Download: statistical information on the number of downloads of current new authorizations by sales.',
   }
 }
 

+ 5 - 5
src/views/scene/list.vue

@@ -132,7 +132,7 @@
         {
           title: t('routes.scene.amount'),
           dataIndex: 'amount',
-          width: 180,
+          width: 210,
           customRender: ({ record }) => {
             return (
               record.algorithmTime &&
@@ -151,7 +151,7 @@
         {
           title: t('routes.scene.sceneSize'),
           dataIndex: 'sceneSize',
-          width: 80,
+          width: 120,
           customRender: ({ record }) => {
             return (record.sceneSize && record.sceneSize != 0)?h(
               'span',
@@ -163,7 +163,7 @@
         {
           title: t('routes.scene.isCopy'),
           dataIndex: 'isCopy',
-          width: 100,
+          width: 130,
           customRender: ({ record }) => {
             return record.isCopy?t('common.yes'):t('common.no')
           }
@@ -171,7 +171,7 @@
         {
           title: t('routes.scene.copyTime'),
           dataIndex: 'copyTime',
-          width: 100,
+          width: 140,
           customRender: ({ record }) => {
             return (
               record.copyTime &&
@@ -185,7 +185,7 @@
         {
           title: t('routes.scene.userName'),
           dataIndex: 'userName',
-          width: 100,
+          width: 140,
         },
         {
           title: t('routes.scene.viewCount'),