|
@@ -1,7 +1,7 @@
|
|
|
<template>
|
|
<template>
|
|
|
<div>
|
|
<div>
|
|
|
<PageMain class="vh100">
|
|
<PageMain class="vh100">
|
|
|
- <SearchForm :fields="fields" :formInline="formInline" :onSearch="agreementQuery" :onReset="resetForm" />
|
|
|
|
|
|
|
+ <SearchForm :fields="fields" :isOffset="true" :formInline="formInline" :onSearch="agreementQuery" :onReset="resetForm" />
|
|
|
<ComplexTable :tableData="tableData" :columns="columns" :showIndex="false" :columnwidth="200" :showSelect="true"
|
|
<ComplexTable :tableData="tableData" :columns="columns" :showIndex="false" :columnwidth="200" :showSelect="true"
|
|
|
:pageInfo="pageInfo" @getList="getList" @selectionChange="selectionChange" uniqueIdName="costId">
|
|
:pageInfo="pageInfo" @getList="getList" @selectionChange="selectionChange" uniqueIdName="costId">
|
|
|
<template v-slot:table-title-btn>
|
|
<template v-slot:table-title-btn>
|