Correcciones a branch pr 2

This commit is contained in:
carlosfonseca 2024-01-02 08:12:44 -05:00
parent c4e47d6f6b
commit bf259b5fad
7 changed files with 10 additions and 13 deletions

View File

@ -233,7 +233,7 @@ const selectAuthorId = (id) => {
<style lang="scss" scoped> <style lang="scss" scoped>
.col-content { .col-content {
border-radius: 4px; border-radius: 4px;
padding: 6px 6px 6px 6px; padding: 6px;
} }
</style> </style>

View File

@ -565,6 +565,6 @@ const selectSalesPersonId = (id) => {
<style lang="scss" scoped> <style lang="scss" scoped>
.col-content { .col-content {
border-radius: 4px; border-radius: 4px;
padding: 6px 6px 6px 6px; padding: 6px;
} }
</style> </style>

View File

@ -148,7 +148,7 @@ const selectCustomerId = (id) => {
<style lang="scss" scoped> <style lang="scss" scoped>
.col-content { .col-content {
border-radius: 4px; border-radius: 4px;
padding: 6px 6px 6px 6px; padding: 6px;
} }
</style> </style>

View File

@ -175,7 +175,7 @@ onUnmounted(() => {
.col-content { .col-content {
border-radius: 4px; border-radius: 4px;
padding: 6px 6px 6px 6px; padding: 6px;
} }
</style> </style>

View File

@ -255,7 +255,7 @@ const selectWorkerId = (id) => {
<style lang="scss" scoped> <style lang="scss" scoped>
.col-content { .col-content {
border-radius: 4px; border-radius: 4px;
padding: 6px 6px 6px 6px; padding: 6px;
} }
</style> </style>

View File

@ -9,17 +9,14 @@ const { t } = useI18n();
<VnSearchbar <VnSearchbar
data-key="OrderList" data-key="OrderList"
url="Orders/filter" url="Orders/filter"
:label="t('search-order')" :label="t('Search order')"
:info="t('search-order-info')" :info="t('You can search orders by reference')"
/> />
</template> </template>
<style scoped lang="scss"></style> <style scoped lang="scss"></style>
<i18n> <i18n>
en:
search-order: Search order
search-order-info: You can search orders by reference
es: es:
Search shelving: Buscar orden Search order: Buscar orden
You can search by shelving reference: Puedes buscar por referencia de la orden You can search orders by reference: Puedes buscar por referencia de la orden
</i18n> </i18n>

View File

@ -395,7 +395,7 @@ onMounted(async () => {
<style lang="scss" scoped> <style lang="scss" scoped>
.col-content { .col-content {
border-radius: 4px; border-radius: 4px;
padding: 6px 6px 6px 6px; padding: 6px;
} }
.secondary-row { .secondary-row {