This commit is contained in:
parent
983081a08e
commit
59642ab3ca
|
@ -26,6 +26,7 @@ export default class Controller extends Section {
|
||||||
activeButtons: {
|
activeButtons: {
|
||||||
search: true
|
search: true
|
||||||
},
|
},
|
||||||
|
defaultSearch: true,
|
||||||
columns: [
|
columns: [
|
||||||
{
|
{
|
||||||
field: 'claimDestinationFk',
|
field: 'claimDestinationFk',
|
||||||
|
|
|
@ -9,6 +9,7 @@ class Controller extends Section {
|
||||||
activeButtons: {
|
activeButtons: {
|
||||||
search: true
|
search: true
|
||||||
},
|
},
|
||||||
|
defaultSearch: true,
|
||||||
columns: [
|
columns: [
|
||||||
{
|
{
|
||||||
field: 'clientName',
|
field: 'clientName',
|
||||||
|
|
|
@ -12,6 +12,7 @@ export default class Controller extends Section {
|
||||||
activeButtons: {
|
activeButtons: {
|
||||||
search: true
|
search: true
|
||||||
},
|
},
|
||||||
|
defaultSearch: true,
|
||||||
columns: [
|
columns: [
|
||||||
{
|
{
|
||||||
field: 'clientFk',
|
field: 'clientFk',
|
||||||
|
|
|
@ -11,6 +11,7 @@ class Controller extends Section {
|
||||||
search: true,
|
search: true,
|
||||||
shownColumns: true,
|
shownColumns: true,
|
||||||
},
|
},
|
||||||
|
defaultSearch: true,
|
||||||
columns: [
|
columns: [
|
||||||
{
|
{
|
||||||
field: 'socialName',
|
field: 'socialName',
|
||||||
|
|
|
@ -9,6 +9,7 @@ export default class Controller extends Section {
|
||||||
activeButtons: {
|
activeButtons: {
|
||||||
search: true
|
search: true
|
||||||
},
|
},
|
||||||
|
defaultSearch: true,
|
||||||
columns: [
|
columns: [
|
||||||
{
|
{
|
||||||
field: 'socialName',
|
field: 'socialName',
|
||||||
|
|
|
@ -14,6 +14,7 @@ export default class Controller extends Section {
|
||||||
search: true,
|
search: true,
|
||||||
shownColumns: true,
|
shownColumns: true,
|
||||||
},
|
},
|
||||||
|
defaultSearch: true,
|
||||||
columns: [
|
columns: [
|
||||||
{
|
{
|
||||||
field: 'code',
|
field: 'code',
|
||||||
|
|
|
@ -19,7 +19,9 @@ export default class Controller extends Section {
|
||||||
this.smartTableOptions = {
|
this.smartTableOptions = {
|
||||||
activeButtons: {
|
activeButtons: {
|
||||||
search: true,
|
search: true,
|
||||||
}, columns: [
|
},
|
||||||
|
defaultSearch: true,
|
||||||
|
columns: [
|
||||||
{
|
{
|
||||||
field: 'isActive',
|
field: 'isActive',
|
||||||
searchable: false
|
searchable: false
|
||||||
|
|
|
@ -11,6 +11,7 @@ class Controller extends Section {
|
||||||
search: true,
|
search: true,
|
||||||
shownColumns: true,
|
shownColumns: true,
|
||||||
},
|
},
|
||||||
|
defaultSearch: true,
|
||||||
columns: [
|
columns: [
|
||||||
{
|
{
|
||||||
field: 'category',
|
field: 'category',
|
||||||
|
|
|
@ -9,6 +9,7 @@ export default class Controller extends Section {
|
||||||
activeButtons: {
|
activeButtons: {
|
||||||
search: true
|
search: true
|
||||||
},
|
},
|
||||||
|
defaultSearch: true,
|
||||||
columns: [
|
columns: [
|
||||||
{
|
{
|
||||||
field: 'parking',
|
field: 'parking',
|
||||||
|
|
|
@ -20,6 +20,7 @@ export default class Controller extends Section {
|
||||||
activeButtons: {
|
activeButtons: {
|
||||||
search: true
|
search: true
|
||||||
},
|
},
|
||||||
|
defaultSearch: true,
|
||||||
columns: [
|
columns: [
|
||||||
{
|
{
|
||||||
field: 'clientFk',
|
field: 'clientFk',
|
||||||
|
|
|
@ -12,6 +12,7 @@ export default class Controller extends Section {
|
||||||
search: true,
|
search: true,
|
||||||
shownColumns: true,
|
shownColumns: true,
|
||||||
},
|
},
|
||||||
|
defaultSearch: true,
|
||||||
columns: [
|
columns: [
|
||||||
{
|
{
|
||||||
field: 'totalProblems',
|
field: 'totalProblems',
|
||||||
|
|
|
@ -9,6 +9,7 @@ class Controller extends Section {
|
||||||
activeButtons: {
|
activeButtons: {
|
||||||
search: true
|
search: true
|
||||||
},
|
},
|
||||||
|
defaultSearch: true,
|
||||||
columns: [
|
columns: [
|
||||||
{
|
{
|
||||||
field: 'agencyModeFk',
|
field: 'agencyModeFk',
|
||||||
|
|
|
@ -11,6 +11,7 @@ export default class Controller extends Section {
|
||||||
activeButtons: {
|
activeButtons: {
|
||||||
search: true,
|
search: true,
|
||||||
},
|
},
|
||||||
|
defaultSearch: true,
|
||||||
columns: [
|
columns: [
|
||||||
{
|
{
|
||||||
field: 'state',
|
field: 'state',
|
||||||
|
|
|
@ -11,6 +11,7 @@ class Controller extends Section {
|
||||||
search: true,
|
search: true,
|
||||||
shownColumns: true,
|
shownColumns: true,
|
||||||
},
|
},
|
||||||
|
defaultSearch: true,
|
||||||
columns: [
|
columns: [
|
||||||
{
|
{
|
||||||
field: 'packageItemName',
|
field: 'packageItemName',
|
||||||
|
|
|
@ -10,6 +10,7 @@ export default class Controller extends Section {
|
||||||
activeButtons: {
|
activeButtons: {
|
||||||
search: true,
|
search: true,
|
||||||
},
|
},
|
||||||
|
defaultSearch: true,
|
||||||
columns: [{
|
columns: [{
|
||||||
field: 'totalProblems',
|
field: 'totalProblems',
|
||||||
searchable: false,
|
searchable: false,
|
||||||
|
|
|
@ -22,6 +22,7 @@ export default class Controller extends Section {
|
||||||
search: true,
|
search: true,
|
||||||
shownColumns: true,
|
shownColumns: true,
|
||||||
},
|
},
|
||||||
|
defaultSearch: true,
|
||||||
columns: [
|
columns: [
|
||||||
{
|
{
|
||||||
field: 'ticketFk',
|
field: 'ticketFk',
|
||||||
|
|
Loading…
Reference in New Issue