调解记录
This commit is contained in:
parent
ce2ad77d85
commit
8973c41135
@ -128,11 +128,11 @@ export default {
|
||||
return {
|
||||
litigantsOptions: [],
|
||||
identityOptions: [
|
||||
{ label: '法官', value: '法官' },
|
||||
{ label: '调解专家', value: '调解专家' },
|
||||
{ label: '律师', value: '律师' },
|
||||
{ label: '民警', value: '民警' },
|
||||
{ label: '其他', value: '其他' }
|
||||
{ label: '法官', value: 'JUDGE' },
|
||||
{ label: '调解专家', value: 'SPECIALISTS' },
|
||||
{ label: '律师', value: 'LAWYER' },
|
||||
{ label: '民警', value: 'POLICE' },
|
||||
{ label: '其他', value: 'OTHER' }
|
||||
],
|
||||
repaymentObj: {
|
||||
litigants: [], //{name: xx, phone: xx, identity: xx} 当事人
|
||||
|
||||
@ -195,11 +195,11 @@ export default {
|
||||
],
|
||||
litigantsOptions: [],
|
||||
identityOptions: [
|
||||
{ label: '法官', value: '法官' },
|
||||
{ label: '调解专家', value: '调解专家' },
|
||||
{ label: '律师', value: '律师' },
|
||||
{ label: '民警', value: '民警' },
|
||||
{ label: '其他', value: '其他' }
|
||||
{ label: '法官', value: 'JUDGE' },
|
||||
{ label: '调解专家', value: 'SPECIALISTS' },
|
||||
{ label: '律师', value: 'LAWYER' },
|
||||
{ label: '民警', value: 'POLICE' },
|
||||
{ label: '其他', value: 'OTHER' }
|
||||
],
|
||||
repaymentObj: {
|
||||
name: '',
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user