修改全局中英文
This commit is contained in:
@@ -386,6 +386,10 @@
|
||||
@getcustomizeList="getcustomizeList"
|
||||
@listReset='listReset' @LoginUserType='LoginUserType'/>
|
||||
</div>
|
||||
<div class="box-button-text" v-if="this.$route.query.version && this.$route.query.version != '1'">
|
||||
<span>{{$t('explain')+': '}}</span>
|
||||
<span>{{$t('parameterCollectionDescription')}}</span>
|
||||
</div>
|
||||
</a-card>
|
||||
</div>
|
||||
</div>
|
||||
@@ -2778,6 +2782,7 @@
|
||||
referenceparameter() {
|
||||
let dreJurisdictionreferenceParameter = this.dreJurisdictionreferenceParameter()
|
||||
if (dreJurisdictionreferenceParameter == 1) {
|
||||
this.handlePreservation()
|
||||
this.areaVisiblereferenceparameter = true
|
||||
} else if (dreJurisdictionreferenceParameter == 0) {
|
||||
this.visibleoperationFailed = true
|
||||
@@ -3169,6 +3174,12 @@
|
||||
text-overflow: ellipsis;
|
||||
-o-text-overflow: ellipsis;
|
||||
}
|
||||
|
||||
.box-button-text {
|
||||
margin-top: 10px;
|
||||
white-space: pre-wrap;
|
||||
word-break: break-all;
|
||||
}
|
||||
</style>
|
||||
<style lang='less'>
|
||||
.popconfirmIndex .ant-popover-message-title {
|
||||
|
||||
Reference in New Issue
Block a user