|
@@ -4,6 +4,12 @@
|
|
|
<div class="search-bar">
|
|
<div class="search-bar">
|
|
|
<el-form :inline="true" class="search-form" ref="searchForm" :model="searchForm" size="small">
|
|
<el-form :inline="true" class="search-form" ref="searchForm" :model="searchForm" size="small">
|
|
|
<div class="input-row">
|
|
<div class="input-row">
|
|
|
|
|
+ <el-form-item label="用戶昵称">
|
|
|
|
|
+ <el-input type="text" v-model="searchForm.nickName" placeholder="用戶昵称" :clearable="true"></el-input>
|
|
|
|
|
+ </el-form-item>
|
|
|
|
|
+ <el-form-item label="卡号">
|
|
|
|
|
+ <el-input type="text" v-model="searchForm.cardNo" placeholder="卡号" :clearable="true"></el-input>
|
|
|
|
|
+ </el-form-item>
|
|
|
<el-form-item :label="$t('distributionMsg.distriTelPhone') + ':'">
|
|
<el-form-item :label="$t('distributionMsg.distriTelPhone') + ':'">
|
|
|
<el-input type="text" v-model="searchForm.userMobile" :placeholder="$t('distributionMsg.distriTelPhone')"></el-input>
|
|
<el-input type="text" v-model="searchForm.userMobile" :placeholder="$t('distributionMsg.distriTelPhone')"></el-input>
|
|
|
</el-form-item>
|
|
</el-form-item>
|
|
@@ -47,6 +53,16 @@
|
|
|
{{scope.row.nickName}}
|
|
{{scope.row.nickName}}
|
|
|
</template>
|
|
</template>
|
|
|
</el-table-column>
|
|
</el-table-column>
|
|
|
|
|
+ <el-table-column
|
|
|
|
|
+ fixed="left"
|
|
|
|
|
+ prop="cardNo"
|
|
|
|
|
+ label="卡号"
|
|
|
|
|
+ width="230"
|
|
|
|
|
+ >
|
|
|
|
|
+ <template slot-scope="scope">
|
|
|
|
|
+ {{scope.row.cardNo}}
|
|
|
|
|
+ </template>
|
|
|
|
|
+ </el-table-column>
|
|
|
<!-- 分销员手机号 -->
|
|
<!-- 分销员手机号 -->
|
|
|
<el-table-column
|
|
<el-table-column
|
|
|
fixed="left"
|
|
fixed="left"
|