housekeeping, preparatory work for case 4220

This commit is contained in:
2022-10-27 22:04:57 +00:00
parent efd51582ff
commit 24e5a65711
4 changed files with 4 additions and 4 deletions

View File

@@ -1,6 +1,6 @@
{ {
"name": "ayanova", "name": "ayanova",
"version": "8.0.18", "version": "8.0.19",
"private": true, "private": true,
"scripts": { "scripts": {
"serve": "vue-cli-service serve", "serve": "vue-cli-service serve",

View File

@@ -1,4 +1,4 @@
export default { export default {
version: "8.0.18", version: "8.0.19",
copyright: "© 1999-2022, Ground Zero Tech-Works Inc." copyright: "© 1999-2022, Ground Zero Tech-Works Inc."
}; };

View File

@@ -1,6 +1,6 @@
<template> <template>
<div> <div>
<v-row> <v-row dense>
<v-col <v-col
v-if="value.serial != 0 && canEditSerial" v-if="value.serial != 0 && canEditSerial"
cols="12" cols="12"

View File

@@ -1,6 +1,6 @@
<template> <template>
<div> <div>
<v-row justify="center"> <v-row dense justify="center">
<v-dialog <v-dialog
v-model="openDialog" v-model="openDialog"
persistent persistent