Commit 65410e22 authored by youjj's avatar youjj

分公司状态修改

parent fb37c2af
...@@ -127,7 +127,7 @@ const baseInfo = { ...@@ -127,7 +127,7 @@ const baseInfo = {
val: '选址中' val: '选址中'
}, },
4: { 4: {
code: 3, code: 4,
val: '已开业' val: '已开业'
}, },
5: { 5: {
......
...@@ -60,13 +60,13 @@ ...@@ -60,13 +60,13 @@
</template> </template>
</el-table-column> </el-table-column>
<el-table-column width="100" align="center" label="经度"> <el-table-column width="150" align="center" label="经度">
<template scope="scope"> <template scope="scope">
<span>{{scope.row.longitude}}</span> <span>{{scope.row.longitude}}</span>
</template> </template>
</el-table-column> </el-table-column>
<el-table-column width="100" align="center" label="纬度"> <el-table-column width="150" align="center" label="纬度">
<template scope="scope"> <template scope="scope">
<span>{{scope.row.latitude}}</span> <span>{{scope.row.latitude}}</span>
</template> </template>
......
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