refs #6321 perf: update
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
79e2bddeea
commit
5326d9db88
|
@ -75,7 +75,14 @@ async function onSubmit() {
|
||||||
lazy-rules
|
lazy-rules
|
||||||
:rules="[(val) => (val && val.length > 0) || t('login.fieldRequired')]"
|
:rules="[(val) => (val && val.length > 0) || t('login.fieldRequired')]"
|
||||||
color="primary"
|
color="primary"
|
||||||
/>
|
>
|
||||||
|
<template #prepend>
|
||||||
|
<QIcon name="outgoing_mail" size="xs"></QIcon>
|
||||||
|
</template>
|
||||||
|
<template #append>
|
||||||
|
<QIcon name="close" size="xs"></QIcon>
|
||||||
|
</template>
|
||||||
|
</VnInput>
|
||||||
<VnInput
|
<VnInput
|
||||||
type="password"
|
type="password"
|
||||||
v-model="password"
|
v-model="password"
|
||||||
|
|
|
@ -160,10 +160,10 @@ const columns = computed(() => [
|
||||||
</QTd>
|
</QTd>
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
<template #body-cell-clientFk="{ value }">
|
<template #body-cell-producer="{ row, value }">
|
||||||
<QTd align="right" class="text-primary">
|
<QTd align="right" class="text-primary">
|
||||||
<QBtn flat color="blue" dense>{{ value }}</QBtn>
|
<QBtn flat color="blue" dense>{{ value }}</QBtn>
|
||||||
<CustomerDescriptorProxy :id="row.itemFk" />
|
<CustomerDescriptorProxy :id="row.producerFk" />
|
||||||
</QTd>
|
</QTd>
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue