update การเพิ่ม คำสั่ง

This commit is contained in:
DESKTOP-1R2VSQH\Lenovo ThinkPad E490 2024-09-11 15:59:04 +07:00
parent bfe033dbfe
commit bb46a8ac0c
7 changed files with 206 additions and 109 deletions

View file

@ -6,7 +6,7 @@ import { useRouter } from "vue-router";
import { useCounterMixin } from "@/stores/mixin";
import { useCommandListStore } from "@/modules/18_command/store/ListStore";
import DialogCopyCommand from "@/modules/18_command/components/Main/DialogCopyCommand.vue";
import DialogFormCommand from "@/modules/18_command/components/Main/DialogFormCommand.vue";
import type { QTableProps } from "quasar";
@ -239,7 +239,7 @@ function onReCommand(id: string) {
</template>
</d-table>
<DialogCopyCommand v-model:modal="modalCopy" />
<DialogFormCommand v-model:modal="modalCopy" :is-copy="true" />
</template>
<style scoped></style>