|  | @@ -60,8 +60,8 @@
 | 
	
		
			
				|  |  |              </el-form-item>
 | 
	
		
			
				|  |  |            </el-col>
 | 
	
		
			
				|  |  |            <el-col :span="16">
 | 
	
		
			
				|  |  | -            <el-form-item label="中文地址" prop="cnAddr">
 | 
	
		
			
				|  |  | -              <el-input v-model="formData.cnAddr" placeholder="请输入中文地址" clearable :style="{ width: '100%' }">
 | 
	
		
			
				|  |  | +            <el-form-item label="英文名称" prop="enName">
 | 
	
		
			
				|  |  | +              <el-input v-model="formData.enName" placeholder="请输入英文名称" clearable :style="{ width: '100%' }">
 | 
	
		
			
				|  |  |                </el-input>
 | 
	
		
			
				|  |  |              </el-form-item>
 | 
	
		
			
				|  |  |            </el-col>
 | 
	
	
		
			
				|  | @@ -78,13 +78,23 @@
 | 
	
		
			
				|  |  |          </el-row>
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  |          <el-row gutter="15">
 | 
	
		
			
				|  |  | -          <el-col :span="8">
 | 
	
		
			
				|  |  | -            <el-form-item label="英文名称" prop="enName">
 | 
	
		
			
				|  |  | -              <el-input v-model="formData.enName" placeholder="请输入英文名称" clearable :style="{ width: '100%' }">
 | 
	
		
			
				|  |  | +          <el-col :span="16">
 | 
	
		
			
				|  |  | +            <el-form-item label="中文地址" prop="cnAddr">
 | 
	
		
			
				|  |  | +              <el-input v-model="formData.cnAddr" placeholder="请输入中文地址" clearable :style="{ width: '100%' }">
 | 
	
		
			
				|  |  |                </el-input>
 | 
	
		
			
				|  |  |              </el-form-item>
 | 
	
		
			
				|  |  |            </el-col>
 | 
	
		
			
				|  |  |            <el-col :span="8">
 | 
	
		
			
				|  |  | +            <el-form-item label="备注" prop="remarks">
 | 
	
		
			
				|  |  | +              <el-input v-model="formData.remarks" placeholder="请输入备注" clearable :style="{ width: '100%' }">
 | 
	
		
			
				|  |  | +              </el-input>
 | 
	
		
			
				|  |  | +            </el-form-item>
 | 
	
		
			
				|  |  | +          </el-col>
 | 
	
		
			
				|  |  | +        </el-row>
 | 
	
		
			
				|  |  | +
 | 
	
		
			
				|  |  | +
 | 
	
		
			
				|  |  | +        <el-row gutter="15">
 | 
	
		
			
				|  |  | +          <el-col :span="16">
 | 
	
		
			
				|  |  |              <el-form-item label="英文地址" prop="enAddr">
 | 
	
		
			
				|  |  |                <el-input v-model="formData.enAddr" placeholder="请输入英文地址" clearable :style="{ width: '100%' }">
 | 
	
		
			
				|  |  |                </el-input>
 |