|
@@ -2,13 +2,13 @@
|
|
|
<div>
|
|
<div>
|
|
|
<div class="flex-align-center normal-margin">
|
|
<div class="flex-align-center normal-margin">
|
|
|
<add class="inline-16" :data="data" v-if="tool.checkAuth($route.name,'bankCardInfor') && data.disabled" @addSuccess="listData"></add>
|
|
<add class="inline-16" :data="data" v-if="tool.checkAuth($route.name,'bankCardInfor') && data.disabled" @addSuccess="listData"></add>
|
|
|
- <el-input style="width:200px;" placeholder="搜索"
|
|
|
|
|
|
|
+<!-- <el-input style="width:200px;" placeholder="搜索"
|
|
|
:suffix-icon="param.content.where.condition?param.content.where.condition.length > 0?'':'':'el-icon-search'"
|
|
:suffix-icon="param.content.where.condition?param.content.where.condition.length > 0?'':'':'el-icon-search'"
|
|
|
v-model="param.content.where.condition"
|
|
v-model="param.content.where.condition"
|
|
|
@keyup.native.enter="listData(param.content.pageNumber = 1)"
|
|
@keyup.native.enter="listData(param.content.pageNumber = 1)"
|
|
|
@clear="listData(param.content.pageNumber = 1)" size="small"
|
|
@clear="listData(param.content.pageNumber = 1)" size="small"
|
|
|
class="input-with-select inline-16 layout_search__panel" clearable>
|
|
class="input-with-select inline-16 layout_search__panel" clearable>
|
|
|
- </el-input>
|
|
|
|
|
|
|
+ </el-input>-->
|
|
|
</div>
|
|
</div>
|
|
|
<tableLayout :layout="tablecols" :data="list" :opwidth="200" :custom="true" :height="tableHieght" fixedName="operation">
|
|
<tableLayout :layout="tablecols" :data="list" :opwidth="200" :custom="true" :height="tableHieght" fixedName="operation">
|
|
|
<template v-slot:customcol="scope">
|
|
<template v-slot:customcol="scope">
|