This commit is contained in:
2021-01-06 19:38:24 +00:00
parent 08c5e7c6c9
commit afdfbf36b1
12 changed files with 13 additions and 81 deletions

View File

@@ -1,8 +1,6 @@
<template>
<div>
<gz-report-selector ref="reportSelector"></gz-report-selector>
<!-- {{ formState }} -->
<!-- {{ obj.contractId }} -->
<div v-if="formState.ready">
<gz-error :errorBoxMessage="formState.errorBoxMessage"></gz-error>
@@ -28,13 +26,7 @@
></v-text-field>
</v-col>
<v-col
v-if="form().showMe(this, 'Active')"
cols="12"
sm="6"
lg="4"
xl="3"
>
<v-col cols="12" sm="6" lg="4" xl="3">
<v-checkbox
v-model="obj.active"
:readonly="formState.readOnly"