Commit 7770e420 authored by 晓彤's avatar 晓彤

更新收货地址表述信息

parent 379af28f
......@@ -160,7 +160,7 @@
},
{
"id": 6,
"title": "绑定收地址",
"title": "绑定收地址",
"icon": "iconfont icon-daohang",
"path": "/yxm/bindAddress"
}
......
<template>
<div style="margin-left:50px">
<el-form ref="bindAddressRef" :rules="rules" :model="bindAddressForm" label-width="90px">
<el-alert :closable="false" title="温馨提醒" type="warning" description="收货地址默认为:北京市海淀区海淀街道中国电子大厦B座;收货人:量化派" />
<el-form-item label="环境名称:" prop="namespace" style="width:400px">
<el-select v-model="bindAddressForm.namespace" placeholder="请选择环境" style="width:310px">
<el-option v-for="item in namespaceList" :key="item.name" :label="item.name" :value="item.name">
......
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