fix: build warn about throw error
This commit is contained in:
parent
3c85f955c2
commit
88cabff86e
1 changed files with 8 additions and 8 deletions
|
|
@ -43,7 +43,7 @@ const flowData = defineModel<WorkflowTemplatePayload>('flowData', {
|
||||||
},
|
},
|
||||||
});
|
});
|
||||||
|
|
||||||
const objectOptions = [
|
let objectOptions = [
|
||||||
...(optionStore.globalOption?.agenciesType || []),
|
...(optionStore.globalOption?.agenciesType || []),
|
||||||
{ label: t('flow.customer'), value: 'customer' },
|
{ label: t('flow.customer'), value: 'customer' },
|
||||||
{ label: t('flow.officer'), value: 'officer' },
|
{ label: t('flow.officer'), value: 'officer' },
|
||||||
|
|
@ -787,8 +787,8 @@ onMounted(async () => {
|
||||||
}
|
}
|
||||||
|
|
||||||
:deep(
|
:deep(
|
||||||
.q-item__section.column.q-item__section--side.justify-center.q-item__section--avatar.q-focusable.relative-position.cursor-pointer
|
.q-item__section.column.q-item__section--side.justify-center.q-item__section--avatar.q-focusable.relative-position.cursor-pointer
|
||||||
) {
|
) {
|
||||||
justify-content: start !important;
|
justify-content: start !important;
|
||||||
padding-right: 8px !important;
|
padding-right: 8px !important;
|
||||||
padding-top: 16px;
|
padding-top: 16px;
|
||||||
|
|
@ -800,15 +800,15 @@ onMounted(async () => {
|
||||||
}
|
}
|
||||||
|
|
||||||
:deep(
|
:deep(
|
||||||
i.q-icon.mdi.mdi-chevron-down-circle.q-expansion-item__toggle-icon.q-expansion-item__toggle-icon--rotated
|
i.q-icon.mdi.mdi-chevron-down-circle.q-expansion-item__toggle-icon.q-expansion-item__toggle-icon--rotated
|
||||||
) {
|
) {
|
||||||
color: var(--brand-1);
|
color: var(--brand-1);
|
||||||
}
|
}
|
||||||
|
|
||||||
:deep(
|
:deep(
|
||||||
.q-item.q-item-type.row.no-wrap.q-item--dense.q-item--clickable.q-link.cursor-pointer.q-focusable.q-hoverable.expansion-rounded.surface-2
|
.q-item.q-item-type.row.no-wrap.q-item--dense.q-item--clickable.q-link.cursor-pointer.q-focusable.q-hoverable.expansion-rounded.surface-2
|
||||||
.q-focus-helper
|
.q-focus-helper
|
||||||
) {
|
) {
|
||||||
visibility: hidden;
|
visibility: hidden;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue