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