feat(client): change phone for payMethod in descriptor
gitea/salix/pipeline/head This commit looks good
Details
gitea/salix/pipeline/head This commit looks good
Details
This commit is contained in:
parent
39a33a6a7c
commit
e64e06b9ab
|
@ -17,8 +17,8 @@
|
|||
<slot-body>
|
||||
<div class="attributes">
|
||||
<vn-label-value
|
||||
label="Phone"
|
||||
value="{{$ctrl.client.phone | phone}}">
|
||||
label="Pay method"
|
||||
value="{{$ctrl.client.payMethod.name}}">
|
||||
</vn-label-value>
|
||||
<vn-label-value
|
||||
label="Credit"
|
||||
|
|
|
@ -3,4 +3,5 @@ View consumer report: Ver informe de consumo
|
|||
From date: Fecha desde
|
||||
To date: Fecha hasta
|
||||
Go to user: Ir al usuario
|
||||
Client invoices list: Listado de facturas del cliente
|
||||
Client invoices list: Listado de facturas del cliente
|
||||
Pay method: Forma de pago
|
Loading…
Reference in New Issue