Added begin_development and begin_test

Added status (changed completed field)
fixed internet status connection.
This commit is contained in:
Paolo Arena
2019-04-02 00:18:01 +02:00
parent cea5dd118a
commit 7cacf5c6ea
40 changed files with 592 additions and 278 deletions

View File

@@ -21,10 +21,10 @@
<q-tr slot="body" slot-scope="props" :props="props">
<q-td key="desc" :props="props">
{{ props.row.name }}
<q-popup-edit v-model="props.row.name">
{{ props.row.nametranslate }}
<q-popup-edit v-model="props.row.nametranslate">
<q-field count>
<q-input v-model="props.row.name" />
<q-input v-model="props.row.nametranslate" />
</q-field>
</q-popup-edit>
</q-td>

View File

@@ -21,10 +21,10 @@
<q-tr slot="body" slot-scope="props" :props="props">
<q-td key="desc" :props="props">
{{ props.row.name }}
<q-popup-edit v-model="props.row.name">
{{ props.row.nametranslate }}
<q-popup-edit v-model="props.row.nametranslate">
<q-field count>
<q-input v-model="props.row.name" />
<q-input v-model="props.row.nametranslate" />
</q-field>
</q-popup-edit>
</q-td>