mirror of
https://gitlab.com/CIEFWorldwideSdnBhd/portal.git
synced 2026-08-19 04:23:59 +00:00
big commit
This commit is contained in:
@@ -49,7 +49,7 @@
|
||||
<div class="col">
|
||||
<div class="row no-margin">
|
||||
<div class="col">
|
||||
<list-component key="2" section="importerApproval" endpoint="{{ route('api.company.list') }}" :options='{"Importer":"true", "status": 1}'>
|
||||
<list-component key="2" section="importerApproval" endpoint="{{ route('api.company.list') }}" :options='{"Importer":true, "status": 1}'>
|
||||
<template slot="list" slot-scope="{data}">
|
||||
<company-component class="bg-white" :data="data"></company-component>
|
||||
</template>
|
||||
@@ -66,7 +66,7 @@
|
||||
<div class="col">
|
||||
<div class="row no-margin">
|
||||
<div class="col">
|
||||
<list-component key="2" section="newImporters" endpoint="{{ route('api.company.list') }}" :options='{"Importer":"true", "status": 0}'>
|
||||
<list-component key="2" section="newImporters" endpoint="{{ route('api.company.list') }}" :options='{"Importer":true, "status": 0}'>
|
||||
<template slot="list" slot-scope="{data}">
|
||||
<company-component class="bg-white" :data="data"></company-component>
|
||||
</template>
|
||||
@@ -83,7 +83,7 @@
|
||||
<div class="col">
|
||||
<div class="row no-margin">
|
||||
<div class="col">
|
||||
<list-component key="2" section="verifiedImporters" endpoint="{{ route('api.company.list') }}" :options='{"Importer":"true", "status": 2}'>
|
||||
<list-component key="2" section="verifiedImporters" endpoint="{{ route('api.company.list') }}" :options='{"Importer":true, "status": 2}'>
|
||||
<template slot="list" slot-scope="{data}">
|
||||
<company-component class="bg-white" :data="data"></company-component>
|
||||
</template>
|
||||
|
||||
Reference in New Issue
Block a user