refactor: add id SideMenu
This commit is contained in:
parent
2c0baf0feb
commit
13585aeff5
1 changed files with 46 additions and 6 deletions
|
|
@ -97,7 +97,7 @@ const modeView = ref(false);
|
|||
const fieldSelectedOption = ref<{ label: string; value: string }[]>([
|
||||
{
|
||||
label: 'orderNumber',
|
||||
value: 'branchLabelNo',
|
||||
value: 'orderNumber',
|
||||
},
|
||||
|
||||
{
|
||||
|
|
@ -147,7 +147,7 @@ const formMenuIcon = ref<{ icon: string; color: string; bgColor: string }[]>([
|
|||
|
||||
const fieldSelected = ref<
|
||||
(
|
||||
| 'branchLabelNo'
|
||||
| 'orderNumber'
|
||||
| 'name'
|
||||
| 'type'
|
||||
| 'telephoneNo'
|
||||
|
|
@ -156,7 +156,7 @@ const fieldSelected = ref<
|
|||
| 'userRole'
|
||||
)[]
|
||||
>([
|
||||
'branchLabelNo',
|
||||
'orderNumber',
|
||||
'name',
|
||||
'type',
|
||||
'telephoneNo',
|
||||
|
|
@ -272,7 +272,7 @@ const reader = new FileReader();
|
|||
|
||||
const columns = [
|
||||
{
|
||||
name: 'branchLabelNo',
|
||||
name: 'orderNumber',
|
||||
align: 'center',
|
||||
label: 'orderNumber',
|
||||
field: 'branchNo',
|
||||
|
|
@ -1158,7 +1158,7 @@ watch(
|
|||
>
|
||||
<q-td
|
||||
class="text-center"
|
||||
v-if="fieldSelected.includes('branchLabelNo')"
|
||||
v-if="fieldSelected.includes('orderNumber')"
|
||||
>
|
||||
{{ (currentPage - 1) * pageSize + props.rowIndex + 1 }}
|
||||
</q-td>
|
||||
|
|
@ -1721,7 +1721,7 @@ watch(
|
|||
</div>
|
||||
<div
|
||||
class="col"
|
||||
style="height: 100%; max-height: 100; overflow-y: auto"
|
||||
style="height: 100%; overflow-y: auto"
|
||||
v-if="$q.screen.gt.sm"
|
||||
>
|
||||
<div class="q-py-md q-pl-md q-pr-sm">
|
||||
|
|
@ -1736,6 +1736,46 @@ watch(
|
|||
name: $t('formDialogTitlePersonal'),
|
||||
anchor: 'info-personal',
|
||||
},
|
||||
{
|
||||
name: $t('formDialogTitlePersonal'),
|
||||
anchor: 'info-personal',
|
||||
},
|
||||
{
|
||||
name: $t('formDialogTitlePersonal'),
|
||||
anchor: 'info-personal',
|
||||
},
|
||||
{
|
||||
name: $t('formDialogTitlePersonal'),
|
||||
anchor: 'info-personal',
|
||||
},
|
||||
{
|
||||
name: $t('formDialogTitlePersonal'),
|
||||
anchor: 'info-personal',
|
||||
},
|
||||
{
|
||||
name: $t('formDialogTitlePersonal'),
|
||||
anchor: 'info-personal',
|
||||
},
|
||||
{
|
||||
name: $t('formDialogTitlePersonal'),
|
||||
anchor: 'info-personal',
|
||||
},
|
||||
{
|
||||
name: $t('formDialogTitlePersonal'),
|
||||
anchor: 'info-personal',
|
||||
},
|
||||
{
|
||||
name: $t('formDialogTitlePersonal'),
|
||||
anchor: 'info-personal',
|
||||
},
|
||||
{
|
||||
name: $t('formDialogTitlePersonal'),
|
||||
anchor: 'info-personal',
|
||||
},
|
||||
{
|
||||
name: $t('formDialogTitlePersonal'),
|
||||
anchor: 'info-personal',
|
||||
},
|
||||
{
|
||||
name: $t('formDialogTitleAddressPersonnel'),
|
||||
anchor: 'info-address',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue