refactor: edit hint
This commit is contained in:
parent
136ab65c32
commit
de8178118e
4 changed files with 22 additions and 28 deletions
|
|
@ -117,9 +117,8 @@ const getToolbarConfig = computed(() => {
|
|||
</template>
|
||||
</q-editor>
|
||||
|
||||
<p class="app-text-muted" v-if="!readonly">
|
||||
{{ $t('general.hintRemark') }}
|
||||
<code v-html="defaultRemark" />
|
||||
<p class="app-text-muted text-caption">
|
||||
<slot name="hint" />
|
||||
</p>
|
||||
</main>
|
||||
</q-expansion-item>
|
||||
|
|
|
|||
|
|
@ -983,7 +983,13 @@ watch(
|
|||
:items="taskListGroup"
|
||||
:items-discount="taskProduct"
|
||||
:default-remark="DEFAULT_DATA.remark"
|
||||
/>
|
||||
>
|
||||
<template #hint>
|
||||
{{ $t('general.hintRemark') }}
|
||||
<code>#[order-detail]</code>
|
||||
{{ $t('general.orderDetail') }}
|
||||
</template>
|
||||
</RemarkExpansion>
|
||||
|
||||
<template
|
||||
v-if="
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue