update

parent 7109f100
...@@ -530,6 +530,7 @@ export type ListBooking = { ...@@ -530,6 +530,7 @@ export type ListBooking = {
favoriteScore: number; favoriteScore: number;
performStatus: number; performStatus: number;
fee: string; fee: string;
bookingRandomCode:string
}; };
export type ListArrayArtist = { export type ListArrayArtist = {
......
...@@ -26,7 +26,7 @@ ...@@ -26,7 +26,7 @@
{{ $t('listBooking.titleColumnsTable.bookingCode') }}: {{ $t('listBooking.titleColumnsTable.bookingCode') }}:
</div> </div>
<div class="col-8 fs-14"> <div class="col-8 fs-14">
{{ detailInfoBooking.bookingCode }} {{ detailInfoBooking.bookingRandomCode }}
</div> </div>
<div class="col-4 fs-14 color"> <div class="col-4 fs-14 color">
......
...@@ -310,7 +310,7 @@ export default defineComponent({ ...@@ -310,7 +310,7 @@ export default defineComponent({
}, },
{ {
name: 'bookingCode', name: 'bookingCode',
field: 'bookingCode', field: 'bookingRandomCode',
required: true, required: true,
label: i18n.global.t('listBooking.titleColumnsTable.bookingCode'), label: i18n.global.t('listBooking.titleColumnsTable.bookingCode'),
headerStyle: 'text-align: center !important; width: 4%', headerStyle: 'text-align: center !important; width: 4%',
......
...@@ -270,7 +270,7 @@ export default defineComponent({ ...@@ -270,7 +270,7 @@ export default defineComponent({
}, },
{ {
name: 'bookingCode', name: 'bookingCode',
field: 'bookingCode', field: 'bookingRandomCode',
required: true, required: true,
label: i18n.global.t('listBooking.titleColumnsTable.bookingCode'), label: i18n.global.t('listBooking.titleColumnsTable.bookingCode'),
headerStyle: 'text-align: center !important; width: 4%', 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