调解记录

This commit is contained in:
liuxi 2025-01-17 15:58:54 +08:00
parent ce2ad77d85
commit 8973c41135
2 changed files with 10 additions and 10 deletions

View File

@ -128,11 +128,11 @@ export default {
return { return {
litigantsOptions: [], litigantsOptions: [],
identityOptions: [ identityOptions: [
{ label: '法官', value: '法官' }, { label: '法官', value: 'JUDGE' },
{ label: '调解专家', value: '调解专家' }, { label: '调解专家', value: 'SPECIALISTS' },
{ label: '律师', value: '律师' }, { label: '律师', value: 'LAWYER' },
{ label: '民警', value: '民警' }, { label: '民警', value: 'POLICE' },
{ label: '其他', value: '其他' } { label: '其他', value: 'OTHER' }
], ],
repaymentObj: { repaymentObj: {
litigants: [], //{name: xx, phone: xx, identity: xx} litigants: [], //{name: xx, phone: xx, identity: xx}

View File

@ -195,11 +195,11 @@ export default {
], ],
litigantsOptions: [], litigantsOptions: [],
identityOptions: [ identityOptions: [
{ label: '法官', value: '法官' }, { label: '法官', value: 'JUDGE' },
{ label: '调解专家', value: '调解专家' }, { label: '调解专家', value: 'SPECIALISTS' },
{ label: '律师', value: '律师' }, { label: '律师', value: 'LAWYER' },
{ label: '民警', value: '民警' }, { label: '民警', value: 'POLICE' },
{ label: '其他', value: '其他' } { label: '其他', value: 'OTHER' }
], ],
repaymentObj: { repaymentObj: {
name: '', name: '',