tangning hace 1 año
padre
commit
e6b885fc22
Se han modificado 2 ficheros con 2 adiciones y 2 borrados
  1. 1 1
      src/views/scene/list.vue
  2. 1 1
      src/views/scene/modal/SyncModal.vue

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

@@ -291,7 +291,7 @@
           {
             field: 'status',
             component: 'Select',
-            label: '出库类型',
+            label: t('routes.scene.status'),
             colProps: {
               xl: 4,
               xxl: 4,

+ 1 - 1
src/views/scene/modal/SyncModal.vue

@@ -136,7 +136,7 @@
           {
             field: 'timeList',
             labelWidth: locale.value == 'en' ? 140 : 80,
-            label: t('routes.scene.timeList'),
+            label: t('routes.scene.shotTime'),
             component: 'RangePicker',
             componentProps: {
               maxLength: 100,