fix 友情链接
This commit is contained in:
@@ -140,8 +140,7 @@ export default {
|
||||
title: this.$t('operation'),
|
||||
scopedSlots: { customRender: 'action' },
|
||||
align: 'center',
|
||||
fixed: 'right',
|
||||
width: 170
|
||||
width: 100
|
||||
}
|
||||
],
|
||||
url: {
|
||||
|
||||
@@ -26,10 +26,7 @@
|
||||
:placeholder="$t('pleaseEnter')+$t('system.friendshipLink.link')"
|
||||
></a-input>
|
||||
</a-form-item>
|
||||
<a-form-item :required="true"
|
||||
:labelCol="labelCol"
|
||||
:wrapperCol="wrapperCol"
|
||||
:label="$t('system.friendshipLink.logo')">
|
||||
<a-form-item :labelCol="labelCol" :wrapperCol="wrapperCol" :label="$t('system.friendshipLink.logo')">
|
||||
<j-image-upload class="avatar-uploader"
|
||||
:text="$t('upload')"
|
||||
v-decorator.trim="['logoUrl', validatorRules.logoUrl]"
|
||||
@@ -101,7 +98,7 @@ export default {
|
||||
logoUrl: {
|
||||
rules: [
|
||||
{
|
||||
required: true,
|
||||
required: false,
|
||||
message: this.$t('pleaseSelect') + this.$t('system.friendshipLink.logo')
|
||||
}
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user