|
@@ -18,8 +18,12 @@
|
|
<div class="box-shadow">
|
|
<div class="box-shadow">
|
|
<by-form :propConfig="addConfig" ref="addFormId">
|
|
<by-form :propConfig="addConfig" ref="addFormId">
|
|
<template v-slot:k3ServerUrl="{value}" class="clearfix">
|
|
<template v-slot:k3ServerUrl="{value}" class="clearfix">
|
|
- <i class="el-icon-question" title="私有云必须配置金蝶云星空产品地址,K3Cloud/结尾,若为公有云则必须置空"></i>
|
|
|
|
- <vxe-input v-model="value.k3ServerUrl" style="width:calc(100% - 25px);margin-left: 10px;"></vxe-input>
|
|
|
|
|
|
+ <!-- <i class="el-icon-question" title="私有云必须配置金蝶云星空产品地址,K3Cloud/结尾,若为公有云则必须置空"></i> -->
|
|
|
|
+ <!-- <vxe-input v-model="value.k3ServerUrl" style="width:calc(100% - 25px);margin-left: 10px;"></vxe-input> -->
|
|
|
|
+ <vxe-input v-model="value.k3ServerUrl" style="width: 27.2%;"></vxe-input>
|
|
|
|
+ <div style="display: inline-block;margin-left: 17px;color: #ababab;">
|
|
|
|
+ <span style="color: red;margin-right: 5px;">*</span>私有云必须配置金蝶云星空产品地址,K3Cloud/结尾,若为公有云则必须置空
|
|
|
|
+ </div>
|
|
</template>
|
|
</template>
|
|
<template v-slot:status class="clearfix">
|
|
<template v-slot:status class="clearfix">
|
|
<el-radio class="fl" style="margin-top: 8px;" v-model="radio" :label="0">正常</el-radio>
|
|
<el-radio class="fl" style="margin-top: 8px;" v-model="radio" :label="0">正常</el-radio>
|
|
@@ -209,7 +213,7 @@
|
|
province: [{
|
|
province: [{
|
|
required: true, message: '请选择地址', trigger: 'change'
|
|
required: true, message: '请选择地址', trigger: 'change'
|
|
}],
|
|
}],
|
|
- k3ServerUrl: [{
|
|
|
|
|
|
+ address: [{
|
|
required: true, message: '请输入详细地址', trigger: 'blur'
|
|
required: true, message: '请输入详细地址', trigger: 'blur'
|
|
}],
|
|
}],
|
|
}
|
|
}
|
|
@@ -287,6 +291,14 @@
|
|
}
|
|
}
|
|
},
|
|
},
|
|
],
|
|
],
|
|
|
|
+ [
|
|
|
|
+ {
|
|
|
|
+ span: 18,
|
|
|
|
+ label: 'URL地址',
|
|
|
|
+ slot: true,
|
|
|
|
+ prop: 'k3ServerUrl',
|
|
|
|
+ },
|
|
|
|
+ ],
|
|
[
|
|
[
|
|
{
|
|
{
|
|
span: 6,
|
|
span: 6,
|
|
@@ -338,10 +350,11 @@
|
|
}],
|
|
}],
|
|
[
|
|
[
|
|
{
|
|
{
|
|
- span: 6,
|
|
|
|
|
|
+ span: 18,
|
|
label: '详细地址',
|
|
label: '详细地址',
|
|
slot: true,
|
|
slot: true,
|
|
- prop: 'k3ServerUrl',
|
|
|
|
|
|
+ prop: 'address',
|
|
|
|
+ component: 'by-input',
|
|
},
|
|
},
|
|
],
|
|
],
|
|
[
|
|
[
|