update 资料中心
This commit is contained in:
@@ -27,12 +27,18 @@
|
||||
<!-- :placeholder="$t('pleaseSelect')+$t('standardRegulationLibrary.profileCenter.typeOfOwnership')" />-->
|
||||
<!--</a-form-item>-->
|
||||
<!--上传资料-->
|
||||
<a-form-item :label="$t('standardRegulationLibrary.profileCenter.uploadData')" :labelCol="labelCol" :wrapperCol="wrapperCol">
|
||||
<j-upload v-decorator="['fileId', validatorRules.fileId]" return-id :disabled="!!modal.id"/>
|
||||
<a-form-item :label="$t('standardRegulationLibrary.profileCenter.uploadData')"
|
||||
:labelCol="labelCol"
|
||||
:wrapperCol="wrapperCol">
|
||||
<j-upload v-decorator="['fileId', validatorRules.fileId]" return-id :disabled="!!modal.id" />
|
||||
</a-form-item>
|
||||
<!--推送范围-->
|
||||
<a-form-item :label="$t('standardRegulationLibrary.dynamicMessage.pushRange')" :labelCol="labelCol" :wrapperCol="wrapperCol">
|
||||
<user-selection v-decorator="['pushRangeIds', validatorRules.pushRangeIds]" :name-str="modal.pushRangeIds_dictText"
|
||||
<a-form-item :label="$t('standardRegulationLibrary.dynamicMessage.pushRange')"
|
||||
:labelCol="labelCol"
|
||||
:wrapperCol="wrapperCol">
|
||||
<user-selection v-decorator="['pushRangeIds', validatorRules.pushRangeIds]"
|
||||
:name-str="modal.pushRangeIds_dictText"
|
||||
type="checkbox"
|
||||
:placeholder="$t('pleaseSelect')+$t('standardRegulationLibrary.dynamicMessage.pushRange')" />
|
||||
</a-form-item>
|
||||
<!--文件说明-->
|
||||
@@ -79,7 +85,10 @@ export default {
|
||||
},
|
||||
// 推送范围
|
||||
pushRangeIds: {
|
||||
rules: [{ required: false, message: this.$t('pleaseSelect') + this.$t('standardRegulationLibrary.dynamicMessage.pushRange') }],
|
||||
rules: [{
|
||||
required: false,
|
||||
message: this.$t('pleaseSelect') + this.$t('standardRegulationLibrary.dynamicMessage.pushRange')
|
||||
}],
|
||||
validateTrigger: 'change'
|
||||
},
|
||||
// 文件说明
|
||||
|
||||
Reference in New Issue
Block a user