hotFix: try to fix myEntries
gitea/salix-front/pipeline/head This commit looks good
Details
gitea/salix-front/pipeline/head This commit looks good
Details
This commit is contained in:
parent
c904f7f88b
commit
c926b047e2
|
@ -19,18 +19,17 @@ const columns = computed(() => [
|
||||||
// condition: () => true,
|
// condition: () => true,
|
||||||
// },
|
// },
|
||||||
// isId: true,
|
// isId: true,
|
||||||
// isTitle: false,
|
|
||||||
// },
|
// },
|
||||||
{
|
{
|
||||||
align: 'left',
|
align: 'left',
|
||||||
label: t('shipped'),
|
label: t('shipped'),
|
||||||
name: 'shipped',
|
name: 'shipped',
|
||||||
cardVisible: true,
|
|
||||||
component: 'date',
|
component: 'date',
|
||||||
columnField: {
|
columnField: {
|
||||||
component: null,
|
component: null,
|
||||||
},
|
},
|
||||||
format: ({ shipped }) => toDate(shipped),
|
format: ({ shipped }) => toDate(shipped),
|
||||||
|
cardVisible: true,
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
align: 'left',
|
align: 'left',
|
||||||
|
@ -49,6 +48,12 @@ const columns = computed(() => [
|
||||||
name: 'warehouseInName',
|
name: 'warehouseInName',
|
||||||
cardVisible: true,
|
cardVisible: true,
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
align: 'left',
|
||||||
|
label: t('globals.daysOnward'),
|
||||||
|
name: 'days',
|
||||||
|
visible: false,
|
||||||
|
},
|
||||||
{
|
{
|
||||||
align: 'right',
|
align: 'right',
|
||||||
name: 'tableActions',
|
name: 'tableActions',
|
||||||
|
@ -84,18 +89,7 @@ const printBuys = (rowId) => {
|
||||||
:columns="columns"
|
:columns="columns"
|
||||||
default-mode="card"
|
default-mode="card"
|
||||||
auto-load
|
auto-load
|
||||||
>
|
/>
|
||||||
<!-- <template #moreFilterPanel="{ params }">
|
|
||||||
<VnInput
|
|
||||||
:label="t('globals.daysOnward')"
|
|
||||||
v-model="params.days"
|
|
||||||
class="q-px-xs row"
|
|
||||||
dense
|
|
||||||
filled
|
|
||||||
outlined
|
|
||||||
></VnInput>
|
|
||||||
</template> -->
|
|
||||||
</VnTable>
|
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
<i18n>
|
<i18n>
|
||||||
|
|
Loading…
Reference in New Issue