This commit is contained in:
2019-12-04 23:12:57 +00:00
parent 94d187551f
commit d23a7fdba1
4 changed files with 222 additions and 31 deletions

View File

@@ -12,7 +12,6 @@
</span>
</div>
<hr /> -->
<div>
<v-row align-center justify-left row wrap>
<!-- Here is what a template object looks like
@@ -138,7 +137,7 @@
</template>
<script>
/////////////////////////////////////////////////////////////////////////////////////////////////////////////
/* xeslint-disable */
/* XXXeslint-disable */
////////////////////////////////////////////////////////////////////////////////////////////////////////////
/**
* v-if="item.hide == false"
@@ -211,7 +210,7 @@ export default {
if (!this.value) {
return null;
}
//debugger;
//get the data out of the JSON string value
var cData = JSON.parse(this.value);