| | |
| | | </div> |
| | | </div> |
| | | <div class="addUser"> |
| | | <el-button class="addBtn" type="primary" @click="dialogCreate = true">新建角色</el-button> |
| | | <!-- <el-dialog :visible.sync="dialogCreate" title="新增角色" width="45%" v-if="dialogCreate" |
| | | <el-button class="addBtn" type="primary" @click="dialogCreate = true">新增门店</el-button> |
| | | <el-dialog :visible.sync="dialogCreate" title="新增门店" width="45%" v-if="dialogCreate" |
| | | :before-close="handleClose"> |
| | | <createUser :refresh="getUserList" /> |
| | | </el-dialog> --> |
| | | </el-dialog> |
| | | </div> |
| | | </div> |
| | | </header> |
| | |
| | | @selection-change="tableChange"> |
| | | <el-table-column type="selection" min-width="5"> |
| | | </el-table-column> |
| | | <el-table-column prop="number" label="违规事项编号" min-width="10"> |
| | | <el-table-column prop="id" label="门店编号" min-width="10"> |
| | | </el-table-column> |
| | | <el-table-column prop="typeThird" label="所属类型" min-width="10"> |
| | | <el-table-column prop="storePhoto" label="门店照片" min-width="10"> |
| | | </el-table-column> |
| | | <el-table-column prop="typeSecond" label="所属大类" min-width="10"> |
| | | <el-table-column prop="sotreName" label="门店名称" min-width="10"> |
| | | </el-table-column> |
| | | <el-table-column prop="typeFirst" label="所属小类" min-width="10"> |
| | | <el-table-column prop="owner" label="姓名" min-width="10"> |
| | | </el-table-column> |
| | | <el-table-column prop="type" label="案由" min-width="45"> |
| | | <el-table-column prop="storeAddress" label="地址" min-width="10"> |
| | | </el-table-column> |
| | | <el-table-column prop="contact" label="联系方式" min-width="10"> |
| | | </el-table-column> |
| | | <el-table-column prop="storeScore" label="门店积分" min-width="10"> |
| | | </el-table-column> |
| | | <el-table-column prop="operation" label="操作" min-width="10"> |
| | | <template slot-scope="scope"> |
| | |
| | | // 获取所有用户信息 |
| | | this.$axios({ |
| | | method: 'get', |
| | | url: `sccg/violations/query?current=${currentPage}&size=${pageSize}&keyWord=${context}`, |
| | | url: `sccg/store/storeinfo/list?pageNum=${currentPage}&size=${pageSize}&keyword=${context}`, |
| | | }) |
| | | .then(res => { |
| | | this.tableData = res.data.records; |