0.0 3 years ago
parent
commit
b17de7e604
  1. 20
      src/views/wjnft/incomestatement/index.vue
  2. 22
      src/views/wjnft/information/index.vue

20
src/views/wjnft/incomestatement/index.vue

@ -138,16 +138,16 @@
<!-- v-hasPermi="['wjnft:incomestatement:remove']"--> <!-- v-hasPermi="['wjnft:incomestatement:remove']"-->
<!-- >删除</el-button>--> <!-- >删除</el-button>-->
<!-- </el-col>--> <!-- </el-col>-->
<el-col :span="1.5"> <!-- <el-col :span="1.5">-->
<el-button <!-- <el-button-->
type="warning" <!-- type="warning"-->
plain <!-- plain-->
icon="el-icon-download" <!-- icon="el-icon-download"-->
size="mini" <!-- size="mini"-->
@click="handleExport" <!-- @click="handleExport"-->
>导出</el-button> <!-- >导出</el-button>-->
</el-col> <!-- </el-col>-->
<right-toolbar :showSearch.sync="showSearch" @queryTable="getList"></right-toolbar> <!-- <right-toolbar :showSearch.sync="showSearch" @queryTable="getList"></right-toolbar>-->
</el-row> </el-row>
<el-table v-loading="loading" :data="incomestatementList" @selection-change="handleSelectionChange"> <el-table v-loading="loading" :data="incomestatementList" @selection-change="handleSelectionChange">

22
src/views/wjnft/information/index.vue

@ -145,17 +145,17 @@
<!-- v-hasPermi="['wjnft:information:remove']"--> <!-- v-hasPermi="['wjnft:information:remove']"-->
<!-- >删除</el-button>--> <!-- >删除</el-button>-->
<!-- </el-col>--> <!-- </el-col>-->
<el-col :span="1.5"> <!-- <el-col :span="1.5">-->
<el-button <!-- <el-button-->
type="warning" <!-- type="warning"-->
plain <!-- plain-->
icon="el-icon-download" <!-- icon="el-icon-download"-->
size="mini" <!-- size="mini"-->
@click="handleExport" <!-- @click="handleExport"-->
v-hasPermi="['wjnft:information:export']" <!-- v-hasPermi="['wjnft:information:export']"-->
>导出</el-button> <!-- >导出</el-button>-->
</el-col> <!-- </el-col>-->
<right-toolbar :showSearch.sync="showSearch" @queryTable="getList"></right-toolbar> <!-- <right-toolbar :showSearch.sync="showSearch" @queryTable="getList"></right-toolbar>-->
</el-row> </el-row>
<el-table v-loading="loading" :data="informationList" @selection-change="handleSelectionChange"> <el-table v-loading="loading" :data="informationList" @selection-change="handleSelectionChange">

Loading…
Cancel
Save