update

parent 7109f100
......@@ -530,6 +530,7 @@ export type ListBooking = {
favoriteScore: number;
performStatus: number;
fee: string;
bookingRandomCode:string
};
export type ListArrayArtist = {
......
......@@ -26,7 +26,7 @@
{{ $t('listBooking.titleColumnsTable.bookingCode') }}:
</div>
<div class="col-8 fs-14">
{{ detailInfoBooking.bookingCode }}
{{ detailInfoBooking.bookingRandomCode }}
</div>
<div class="col-4 fs-14 color">
......
......@@ -310,7 +310,7 @@ export default defineComponent({
},
{
name: 'bookingCode',
field: 'bookingCode',
field: 'bookingRandomCode',
required: true,
label: i18n.global.t('listBooking.titleColumnsTable.bookingCode'),
headerStyle: 'text-align: center !important; width: 4%',
......
......@@ -270,7 +270,7 @@ export default defineComponent({
},
{
name: 'bookingCode',
field: 'bookingCode',
field: 'bookingRandomCode',
required: true,
label: i18n.global.t('listBooking.titleColumnsTable.bookingCode'),
headerStyle: 'text-align: center !important; width: 4%',
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment