md
This commit is contained in:
parent
bc0a11ee78
commit
82b4b73c47
@ -10,10 +10,6 @@ VUE_APP_PDOMAIN = 'tanex56'
|
||||
# VUE_APP_BASE_API = 'http://api.emis.tanex56.com/api/bizsvr'
|
||||
VUE_APP_BASE_API = 'http://47.102.220.189:58089/api/bizsvr'
|
||||
|
||||
VUE_APP_WS_HTTP_API = 'http://api.emis.tanex56.com/api/imsvr'
|
||||
VUE_APP_WS_SERVER = 'ws://api.emis.tanex56.com/'
|
||||
VUE_APP_WS_APP_ID = '123756'
|
||||
VUE_APP_WS_APP_SECRET = '123756'
|
||||
|
||||
# 路由懒加载
|
||||
VUE_CLI_BABEL_TRANSPILE_MODULES = true
|
||||
|
||||
@ -220,7 +220,7 @@
|
||||
/>
|
||||
|
||||
<!-- 添加或修改目的地对话框 -->
|
||||
<el-dialog :title="title" :visible.sync="open" width="500px" :close-on-click-modal="false" append-to-body>
|
||||
<el-dialog :title="title" :visible.sync="open" width="600px" :close-on-click-modal="false" append-to-body>
|
||||
<el-row :gutter="0">
|
||||
<el-form ref="form" :model="form" :rules="rules" label-width="100px">
|
||||
<el-col :span="24">
|
||||
@ -287,10 +287,10 @@
|
||||
</el-form-item>
|
||||
</el-col>
|
||||
<el-col :span="24">
|
||||
<el-form-item label="是否偏远区" prop="status">
|
||||
<el-radio-group v-model="form.status">
|
||||
<el-form-item label="是否偏远区" prop="isHinterland">
|
||||
<el-radio-group v-model="form.isHinterland">
|
||||
<el-radio
|
||||
v-for="dict in dict.type.sys_normal_disable"
|
||||
v-for="dict in dict.type.emis_is_hinterland"
|
||||
:key="dict.value"
|
||||
:label="dict.value"
|
||||
>{{dict.label}}</el-radio>
|
||||
@ -343,7 +343,7 @@ export default {
|
||||
name: "emisDestination",
|
||||
components: { elDateSimplePicker,emisDestinationView,emisDestinationForm },
|
||||
dicts: [
|
||||
'sys_normal_disable',
|
||||
'sys_normal_disable','emis_is_hinterland'
|
||||
],
|
||||
data() {
|
||||
return {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user