step 1 : download 10.9.9.2 one-process-resultentry-v106

This commit is contained in:
sindhu
2024-02-19 10:06:06 +07:00
parent f78498b779
commit 1ab1a8e6f1
98 changed files with 17776 additions and 0 deletions

View File

@@ -0,0 +1,23 @@
<template>
<v-dialog
v-model="dialog"
max-width="500px"
>
</v-dialog>
</template>
<script>
module.exports = {
data () {
return {}
},
computed : {
dialog : {
get () { return this.$store.state.re_patient.dialog_note },
set (v) { this.$store.commit('re_patient/update_dialog_note', v) }
}
}
}
</script>