refactor: add flat
gitea/salix-front/pipeline/pr-dev There was a failure building this commit
Details
gitea/salix-front/pipeline/pr-dev There was a failure building this commit
Details
This commit is contained in:
parent
49b562ca44
commit
f12c9d5a9e
|
@ -63,7 +63,7 @@ onMounted(() => weekdayStore.initStore());
|
||||||
<span class="header">
|
<span class="header">
|
||||||
{{ getHeaderTitle(detail.shipped) }}
|
{{ getHeaderTitle(detail.shipped) }}
|
||||||
</span>
|
</span>
|
||||||
<QTable :columns="columns" :rows="detail.lines" class="full-width" />
|
<QTable flat :columns="columns" :rows="detail.lines" class="full-width" />
|
||||||
</div>
|
</div>
|
||||||
</QCard>
|
</QCard>
|
||||||
</QPage>
|
</QPage>
|
||||||
|
|
Loading…
Reference in New Issue