refactor: edit hint
This commit is contained in:
parent
136ab65c32
commit
de8178118e
4 changed files with 22 additions and 28 deletions
|
|
@ -1298,7 +1298,6 @@ async function formDownload() {
|
|||
</script>
|
||||
|
||||
<template>
|
||||
{{ console.log(productService) }}
|
||||
<ImportWorker
|
||||
v-model:open="pageState.importWorker"
|
||||
v-model:data="importWorkerCriteria"
|
||||
|
|
@ -1898,36 +1897,17 @@ async function formDownload() {
|
|||
>
|
||||
{{ $t('general.edit') }}
|
||||
</MainButton>
|
||||
|
||||
<MainButton
|
||||
push
|
||||
:disabled="readonly"
|
||||
icon="mdi-help-circle-outline"
|
||||
color="0 0% 40%"
|
||||
style="padding: 0 var(--size-2)"
|
||||
:style="{
|
||||
color: 'hsl(0 0% 40%)',
|
||||
}"
|
||||
>
|
||||
<q-popup-proxy
|
||||
class="q-pa-sm"
|
||||
style="white-space: nowrap"
|
||||
>
|
||||
<div v-html="DEFAULT_DATA.remark"></div>
|
||||
</q-popup-proxy>
|
||||
</MainButton>
|
||||
</div>
|
||||
</template>
|
||||
</q-editor>
|
||||
|
||||
<p
|
||||
class="app-text-muted"
|
||||
v-if="quotationFormState.mode === 'edit'"
|
||||
>
|
||||
<p class="app-text-muted text-caption">
|
||||
{{ $t('general.hintRemark') }}
|
||||
<code>#[quotation-labor]</code>
|
||||
{{ $t('general.quotationLabor') }}
|
||||
{{ $t('general.or') }}
|
||||
<code>#[quotation-payment]</code>
|
||||
{{ $t('general.quotationPayment') }}
|
||||
</p>
|
||||
</div>
|
||||
</q-expansion-item>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue