|
@@ -150,11 +150,11 @@
|
|
v-hasPermi="['gljt:admin:import']">admin导入
|
|
v-hasPermi="['gljt:admin:import']">admin导入
|
|
</el-button>
|
|
</el-button>
|
|
</el-col>
|
|
</el-col>
|
|
- <el-col :span="1.5">
|
|
|
|
- <el-button type="primary" plain icon="el-icon-plus" size="mini" @click="handleImport(true)" v-hasPermi="['gljt:temp:exprot']"
|
|
|
|
- >导入
|
|
|
|
- </el-button>
|
|
|
|
- </el-col>
|
|
|
|
|
|
+ <!--<el-col :span="1.5">-->
|
|
|
|
+ <!--<el-button type="primary" plain icon="el-icon-plus" size="mini" @click="handleImport(true)" v-hasPermi="['gljt:temp:exprot']"-->
|
|
|
|
+ <!-->导入-->
|
|
|
|
+ <!--</el-button>-->
|
|
|
|
+ <!--</el-col>-->
|
|
<right-toolbar :showSearch.sync="showSearch" @queryTable="getList"></right-toolbar>
|
|
<right-toolbar :showSearch.sync="showSearch" @queryTable="getList"></right-toolbar>
|
|
</el-row>
|
|
</el-row>
|
|
|
|
|
|
@@ -251,13 +251,13 @@
|
|
v-hasPermi="['gljt:admin:remove']"
|
|
v-hasPermi="['gljt:admin:remove']"
|
|
>清除
|
|
>清除
|
|
</el-button>
|
|
</el-button>
|
|
- <el-button
|
|
|
|
- size="mini"
|
|
|
|
- type="text"
|
|
|
|
- icon="el-icon-delete"
|
|
|
|
- @click="handleDelete(scope.row,scope.$index)"
|
|
|
|
- v-hasPermi="['gljt:temp:exprot']"
|
|
|
|
- >删除</el-button>
|
|
|
|
|
|
+ <!--<el-button-->
|
|
|
|
+ <!--size="mini"-->
|
|
|
|
+ <!--type="text"-->
|
|
|
|
+ <!--icon="el-icon-delete"-->
|
|
|
|
+ <!--@click="handleDelete(scope.row,scope.$index)"-->
|
|
|
|
+ <!--v-hasPermi="['gljt:temp:exprot']"-->
|
|
|
|
+ <!-->删除</el-button>-->
|
|
</template>
|
|
</template>
|
|
</el-table-column>
|
|
</el-table-column>
|
|
</el-table>
|
|
</el-table>
|