changes
This commit is contained in:
@@ -1,5 +1,4 @@
|
||||
<script setup>
|
||||
const { $dayjs } = useNuxtApp();
|
||||
const props = defineProps({
|
||||
date: String,
|
||||
});
|
||||
|
||||
@@ -21,7 +21,7 @@
|
||||
</template>
|
||||
<script setup>
|
||||
const emit = defineEmits(["close"]);
|
||||
const { $store, $getdata, $patchapi, $updatepage } = useNuxtApp();
|
||||
const { $getdata, $patchapi, $updatepage } = useNuxtApp();
|
||||
const props = defineProps({
|
||||
row: Object,
|
||||
pagename: String,
|
||||
|
||||
@@ -1,6 +1,5 @@
|
||||
<script setup>
|
||||
const props = defineProps(["row", "pagename"]);
|
||||
const { $copyToClipboard } = useNuxtApp();
|
||||
|
||||
const phone = props.row.customer__phone || props.row.party__phone || props.row.phone;
|
||||
const format = (s) => `${s.slice(0, 3)} ${s.slice(3, 6)} ${s.slice(6, 20)}`;
|
||||
|
||||
Reference in New Issue
Block a user