|
@@ -91,7 +91,7 @@ export default defineComponent({
|
|
|
},
|
|
|
},
|
|
|
{
|
|
|
- field: 'type',
|
|
|
+ field: 'operationType',
|
|
|
component: 'Select',
|
|
|
label: t('routes.equity.operationType'),
|
|
|
colProps: {
|
|
@@ -135,7 +135,7 @@ export default defineComponent({
|
|
|
},
|
|
|
},
|
|
|
{
|
|
|
- field: 'operationUser',
|
|
|
+ field: 'operationUserName',
|
|
|
component: 'Input',
|
|
|
label: t('routes.equity.operationUserName'),
|
|
|
colProps: {
|