Commit 5b79e9e1 by swl

gx

parent bc61cdb9
......@@ -74,7 +74,7 @@
<el-table-column fixed="right" label="操作" width="350" align="center">
<template slot-scope="scope">
<el-button
type="success"
type="primary"
size="mini"
class="btn"
round
......
......@@ -36,6 +36,7 @@
clearable
placeholder="请选择入驻类型"
size="medium"
@change="onSubmit"
>
<el-option label="全部" value=""> </el-option>
<el-option label="商家入驻" value="0"> </el-option>
......@@ -184,6 +185,10 @@
<p class="label">经营类型</p>
<p class="value">{{ detail.categoryName }}</p>
</div>
<div class="cell" v-if="detail.otherInfo">
<p class="label">经营范围和内容</p>
<p class="value">{{ detail.otherInfo }}</p>
</div>
<div class="cell">
<p class="label">详细地址</p>
<p class="value">{{ detail.address }}</p>
......
......@@ -238,14 +238,7 @@ export default {
// },
// activeName: "1",
loading: false,
tableData: [
{
name: "服务名称",
type: "所属类型",
icon: require("@/assets/1.png"),
wx: "1",
},
],
tableData: [],
userName: "",
tableColumns: [
{
......
......@@ -56,7 +56,7 @@
<el-table-column fixed="right" label="操作" width="350" align="center">
<template slot-scope="scope">
<el-button
type="success"
type="primary"
size="mini"
class="btn"
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