- Message notify when 'Ask Info' and user is not logged
- Ask Info and Book show message if not logged - TableField fixed and added some features
This commit is contained in:
@@ -3,7 +3,6 @@ import { Component, Prop, Watch } from 'vue-property-decorator'
|
||||
|
||||
import { tools } from '../../store/Modules/tools'
|
||||
import { toolsext } from '@src/store/Modules/toolsext'
|
||||
import { IOperators } from '../../model/GlobalStore'
|
||||
|
||||
@Component({
|
||||
name: 'CMySelect'
|
||||
@@ -26,14 +25,7 @@ export default class CMySelect extends Vue {
|
||||
return tools
|
||||
}
|
||||
|
||||
public nothing() {
|
||||
|
||||
}
|
||||
|
||||
public changeval(newval) {
|
||||
// console.log('changeval', newval)
|
||||
// const newvallab = newval[`${this.optval}`]
|
||||
// this.myvalue = newvallab
|
||||
this.$emit('update:value', newval)
|
||||
}
|
||||
|
||||
|
||||
@@ -2,8 +2,9 @@
|
||||
<div>
|
||||
<div v-if="useinput">
|
||||
<q-select
|
||||
rounded
|
||||
outlined
|
||||
:input-class="myclass"
|
||||
filled
|
||||
v-model="myvalue"
|
||||
:use-input="useinput"
|
||||
input-debounce="0"
|
||||
@@ -20,8 +21,10 @@
|
||||
</div>
|
||||
<div v-else>
|
||||
<q-select
|
||||
rounded
|
||||
outlined
|
||||
dense
|
||||
:input-class="myclass"
|
||||
filled
|
||||
v-model="myvalue"
|
||||
:options="options"
|
||||
:option-value="optval"
|
||||
|
||||
Reference in New Issue
Block a user