housekeeping, preparatory work for case 4220
This commit is contained in:
@@ -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",
|
||||||
|
|||||||
@@ -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."
|
||||||
};
|
};
|
||||||
|
|||||||
@@ -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"
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user