对接问题知识库

This commit is contained in:
qq787203167
2022-08-09 17:22:40 +08:00
parent a5afc80b31
commit 03689dcaef
4 changed files with 8 additions and 8 deletions
@@ -36,7 +36,7 @@
</div> </div>
</div> </div>
</div> </div>
<div v-if="conList.length > 0" style="margin-top: 58px;height: calc(100vh - 260px);overflow:auto;"> <div v-if="conList.length > 0" style="margin-top: 16px;height: calc(100vh - 260px);overflow:auto;">
<li v-for="(item,index) in conList" :key="item.id"> <li v-for="(item,index) in conList" :key="item.id">
<div style="margin-bottom: 10px;position: relative"> <div style="margin-bottom: 10px;position: relative">
<!-- <a-checkbox :value="item.id" class="checkbox-left"></a-checkbox>--> <!-- <a-checkbox :value="item.id" class="checkbox-left"></a-checkbox>-->
@@ -104,7 +104,7 @@
{ {
title: this.$t('operation'), title: this.$t('operation'),
align: 'center', align: 'center',
width: 100, width: 120,
scopedSlots: { customRender: 'operation' } scopedSlots: { customRender: 'operation' }
} }
], ],
@@ -45,7 +45,7 @@
</div> </div>
<div class="title-text-content" <div class="title-text-content"
:class="{'title-text-content-one':!isTrue}"> :class="{'title-text-content-one':!isTrue}">
{{selectedRowKeysRecord[0] ? selectedRowKeysRecord[0].serialNumber :''}} {{selectedRowKeysRecord[0] ? selectedRowKeysRecord[0].serialNumber+' - '+selectedRowKeysRecord[0].title:''}}
</div> </div>
<div class="title-text-right" v-if="isTrue"> <div class="title-text-right" v-if="isTrue">
<span :title="$t('standardDecompositionDocument')" @click="standardDecompositionDocumentClick"> <span :title="$t('standardDecompositionDocument')" @click="standardDecompositionDocumentClick">
@@ -124,7 +124,7 @@
<a-col :span="12"> <a-col :span="12">
<div class="box-title-text"> <div class="box-title-text">
<div class="title-text"> <div class="title-text">
<!-- <span class="Required">*</span>--> <!-- <span class="Required">*</span>-->
<span class="title-text-text" :title="$t('evaluationMethod')">{{$t('evaluationMethod')}}</span> <span class="title-text-text" :title="$t('evaluationMethod')">{{$t('evaluationMethod')}}</span>
</div> </div>
<a-form-model-item class="itemModel" prop="gatherResult"> <a-form-model-item class="itemModel" prop="gatherResult">
@@ -240,20 +240,20 @@
trigger: 'change' trigger: 'change'
} }
], ],
processBackground:[ processBackground: [
{ {
max: 300, max: 300,
message: this.$t('processBackground') + this.$t('cannotExceed') + 300 + this.$t('Characters'), message: this.$t('processBackground') + this.$t('cannotExceed') + 300 + this.$t('Characters'),
trigger: 'blur' trigger: 'blur'
} }
], ],
remark:[ remark: [
{ {
max: 300, max: 300,
message: this.$t('remarks') + this.$t('cannotExceed') + 300 + this.$t('Characters'), message: this.$t('remarks') + this.$t('cannotExceed') + 300 + this.$t('Characters'),
trigger: 'blur' trigger: 'blur'
} }
], ]
}, },
searchParmes: {}, searchParmes: {},
selectedRowKeysRecord: [], selectedRowKeysRecord: [],
@@ -86,7 +86,7 @@
size="middle" size="middle"
:loading="loading" :loading="loading"
:pagination="false" :pagination="false"
:scroll="{x: '100%'}" :scroll="{x: '100%',y:'calc(100vh)'}"
rowKey="id" rowKey="id"
:data-source="dataSource" :data-source="dataSource"
:row-selection="{ selectedRowKeys: selectedRowKeys, onChange: onSelectChange }" :row-selection="{ selectedRowKeys: selectedRowKeys, onChange: onSelectChange }"