|
@@ -35,6 +35,12 @@
|
|
|
</el-descriptions-item>
|
|
|
<el-descriptions-item>
|
|
|
<template #label>
|
|
|
+ <div class="cell-item">运输距离(km)</div>
|
|
|
+ </template>
|
|
|
+ {{ inputForm.haulDistance }}
|
|
|
+ </el-descriptions-item>
|
|
|
+ <el-descriptions-item>
|
|
|
+ <template #label>
|
|
|
<div class="cell-item">机构类型</div>
|
|
|
</template>
|
|
|
{{ $dictUtils.getDictLabel("sys_office_type", inputForm.type) }}
|
|
@@ -99,6 +105,7 @@ export default {
|
|
|
sort: "30",
|
|
|
area: "", // 归属区域
|
|
|
code: "", // 机构编码
|
|
|
+ haulDistance: "", // 运输距离
|
|
|
type: "", // 机构类型(1:公司;2:部门)
|
|
|
address: "", // 联系地址
|
|
|
zipCode: "", // 邮政编码
|