This commit is contained in:
@@ -40,7 +40,7 @@ export default {
|
||||
|
||||
/////////////////////////////
|
||||
//
|
||||
//
|
||||
//
|
||||
function clickHandler(menuItem) {
|
||||
if (!menuItem) {
|
||||
return;
|
||||
|
||||
@@ -131,8 +131,6 @@ function generateMenu(vm) {
|
||||
}
|
||||
};
|
||||
|
||||
|
||||
|
||||
// //STUB REPORTS
|
||||
// //Report not Print, print is a further option
|
||||
// menuOptions.menuItems.push({
|
||||
|
||||
@@ -175,7 +175,13 @@
|
||||
</div>
|
||||
|
||||
<!-- INTEGER BUILDER -->
|
||||
<div v-if="item.uiFieldDataType === 5">
|
||||
<!-- Also MemorySize type 14 are integers -->
|
||||
<div
|
||||
v-if="
|
||||
item.uiFieldDataType === 5 ||
|
||||
item.uiFieldDataType === 14
|
||||
"
|
||||
>
|
||||
<v-select
|
||||
v-model="item.tempFilterOperator"
|
||||
:items="selectLists.integerFilterOperators"
|
||||
|
||||
Reference in New Issue
Block a user