商户名称
This commit is contained in:
@@ -18,7 +18,8 @@
|
|||||||
:size.sync="page.size" @getList="getList" class="ai-table">
|
:size.sync="page.size" @getList="getList" class="ai-table">
|
||||||
<el-table-column label="banner封面" align="left" width="150" slot="banner">
|
<el-table-column label="banner封面" align="left" width="150" slot="banner">
|
||||||
<template slot-scope="{ row }">
|
<template slot-scope="{ row }">
|
||||||
<img :src="row.banner" alt="" class="banner-img" />
|
<!-- <img :src="row.banner" alt="" class="banner-img" /> -->
|
||||||
|
<el-image class="banner-img" :src="row.banner" :preview-src-list="[row.banner]"/>
|
||||||
</template>
|
</template>
|
||||||
</el-table-column>
|
</el-table-column>
|
||||||
<el-table-column label="操作" align="center" width="200" slot="option">
|
<el-table-column label="操作" align="center" width="200" slot="option">
|
||||||
|
|||||||
@@ -16,7 +16,7 @@
|
|||||||
></ai-select>
|
></ai-select>
|
||||||
</template>
|
</template>
|
||||||
<template #right>
|
<template #right>
|
||||||
<el-input v-model="search.merchantName" class="search-input" size="small" placeholder="请输入姓名/手机号" clearable @change="getList" @clear="page.current = 1, (search.merchantName = ''), getList()" suffix-icon="iconfont iconSearch">
|
<el-input v-model="search.merchantName" class="search-input" size="small" placeholder="请输入商户名称" clearable @change="getList" @clear="page.current = 1, (search.merchantName = ''), getList()" suffix-icon="iconfont iconSearch">
|
||||||
</el-input>
|
</el-input>
|
||||||
</template>
|
</template>
|
||||||
</ai-search-bar>
|
</ai-search-bar>
|
||||||
@@ -50,7 +50,7 @@
|
|||||||
<ai-uploader v-model="dialogInfo.photoList" :instance="instance" :limit="1"></ai-uploader>
|
<ai-uploader v-model="dialogInfo.photoList" :instance="instance" :limit="1"></ai-uploader>
|
||||||
</el-form-item>
|
</el-form-item>
|
||||||
<el-form-item label="商户名称" prop="merchantName">
|
<el-form-item label="商户名称" prop="merchantName">
|
||||||
<el-input placeholder="请输入等级名称" :maxlength="30" show-word-limit v-model="dialogInfo.merchantName"></el-input>
|
<el-input placeholder="请输入商户名称" :maxlength="30" show-word-limit v-model="dialogInfo.merchantName"></el-input>
|
||||||
</el-form-item>
|
</el-form-item>
|
||||||
<el-form-item style="width: 100%" label="地理位置" prop="address">
|
<el-form-item style="width: 100%" label="地理位置" prop="address">
|
||||||
<el-button @click="showMap = true">地图标绘</el-button>
|
<el-button @click="showMap = true">地图标绘</el-button>
|
||||||
|
|||||||
Reference in New Issue
Block a user