Commit 82cf5bfd18e66fb45bb334e9197298843138a79e
1 parent
50862f98
联系下电话
Showing
1 changed file
with
1 additions
and
1 deletions
src/views/baseComapnyInfo/index.vue
| @@ -60,7 +60,7 @@ | @@ -60,7 +60,7 @@ | ||
| 60 | <el-table-column prop="socialCreditAgency" label="社会信用代" show-overflow-tooltip align="left"/> | 60 | <el-table-column prop="socialCreditAgency" label="社会信用代" show-overflow-tooltip align="left"/> |
| 61 | <el-table-column prop="legalPerson" label="运营主体法人" show-overflow-tooltip align="left"/> | 61 | <el-table-column prop="legalPerson" label="运营主体法人" show-overflow-tooltip align="left"/> |
| 62 | <el-table-column prop="address" label="公司地址" align="left" /> | 62 | <el-table-column prop="address" label="公司地址" align="left" /> |
| 63 | - <el-table-column prop="contactInformation" show-overflow-tooltip label="联系方式" align="left"/> | 63 | + <el-table-column prop="contactPhone" show-overflow-tooltip label="联系电话" align="left"/> |
| 64 | <el-table-column label="所属区(市)县" prop="areaId" align="left" show-overflow-tooltip> | 64 | <el-table-column label="所属区(市)县" prop="areaId" align="left" show-overflow-tooltip> |
| 65 | <template slot-scope="scope">{{ scope.row.areaId | dynamicText(areaOptions) }}</template> | 65 | <template slot-scope="scope">{{ scope.row.areaId | dynamicText(areaOptions) }}</template> |
| 66 | </el-table-column> | 66 | </el-table-column> |