Commit 5b79e9e1 by swl

gx

parent bc61cdb9
...@@ -74,7 +74,7 @@ ...@@ -74,7 +74,7 @@
<el-table-column fixed="right" label="操作" width="350" align="center"> <el-table-column fixed="right" label="操作" width="350" align="center">
<template slot-scope="scope"> <template slot-scope="scope">
<el-button <el-button
type="success" type="primary"
size="mini" size="mini"
class="btn" class="btn"
round round
......
...@@ -36,6 +36,7 @@ ...@@ -36,6 +36,7 @@
clearable clearable
placeholder="请选择入驻类型" placeholder="请选择入驻类型"
size="medium" size="medium"
@change="onSubmit"
> >
<el-option label="全部" value=""> </el-option> <el-option label="全部" value=""> </el-option>
<el-option label="商家入驻" value="0"> </el-option> <el-option label="商家入驻" value="0"> </el-option>
...@@ -184,6 +185,10 @@ ...@@ -184,6 +185,10 @@
<p class="label">经营类型</p> <p class="label">经营类型</p>
<p class="value">{{ detail.categoryName }}</p> <p class="value">{{ detail.categoryName }}</p>
</div> </div>
<div class="cell" v-if="detail.otherInfo">
<p class="label">经营范围和内容</p>
<p class="value">{{ detail.otherInfo }}</p>
</div>
<div class="cell"> <div class="cell">
<p class="label">详细地址</p> <p class="label">详细地址</p>
<p class="value">{{ detail.address }}</p> <p class="value">{{ detail.address }}</p>
......
...@@ -238,14 +238,7 @@ export default { ...@@ -238,14 +238,7 @@ export default {
// }, // },
// activeName: "1", // activeName: "1",
loading: false, loading: false,
tableData: [ tableData: [],
{
name: "服务名称",
type: "所属类型",
icon: require("@/assets/1.png"),
wx: "1",
},
],
userName: "", userName: "",
tableColumns: [ tableColumns: [
{ {
......
...@@ -56,7 +56,7 @@ ...@@ -56,7 +56,7 @@
<el-table-column fixed="right" label="操作" width="350" align="center"> <el-table-column fixed="right" label="操作" width="350" align="center">
<template slot-scope="scope"> <template slot-scope="scope">
<el-button <el-button
type="success" type="primary"
size="mini" size="mini"
class="btn" class="btn"
round round
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment