对接项目库
This commit is contained in:
+1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user