对接项目库

This commit is contained in:
sunFlower
2022-10-18 11:49:35 +08:00
parent 36bf6ecf9b
commit 387df93346
4 changed files with 7 additions and 6 deletions
@@ -99,6 +99,7 @@
},
editModel(value) {
this.visible = true
this.formInline = {}
this.formInline.id = value.id
if (!value.versionLast) {
this.formInline.projectVersion = '01'
@@ -125,7 +125,7 @@
:columns="columns"
>
<span slot="projectName" slot-scope="text,record">
<a @click="entryNameClick(record)">{{text}}</a>
<a @click="entryNameClick(record)" :title="text">{{text}}</a>
</span>
<span slot="operation" slot-scope="text,record">
<!-- <a class="text-operation" @click="edit(record)">{{$t('edit')}}</a>-->
@@ -195,7 +195,7 @@
columns: [
{
title: this.$t('entryName'),
align: 'center',
align: 'left',
dataIndex: 'projectName',
width: 180,
ellipsis: true,
@@ -275,7 +275,7 @@
this.$refs.changeExtensionModelRef.editModel(JSON.parse(JSON.stringify(val)))
},
changeExtensionForm() {
this.getList()
},
onSelectChange(value) {
this.selectedRowKeys = value