|
|
|
@ -24,7 +24,7 @@ |
|
|
|
</el-row> |
|
|
|
<!--工具属性的使用记录--> |
|
|
|
<fieldset class="customer-fieldset" style="width: 650px;"> |
|
|
|
<legend>生命周期维护</legend> |
|
|
|
<legend>属性维护</legend> |
|
|
|
<propertyTable ref="propertyTable" v-if="visible" :order-no="dataNo" :code-no="propertyNo" :function-type="propertyType"></propertyTable> |
|
|
|
</fieldset> |
|
|
|
</el-form> |
|
|
|
@ -70,7 +70,7 @@ export default { |
|
|
|
this.propertyNo = toolInfo.propertyNo; |
|
|
|
this.propertyType = 'TL'; |
|
|
|
this.titleCon = '工具属性维护'; |
|
|
|
this.pageData.site = toolInfo.site; |
|
|
|
this.pageData.site = '*'; |
|
|
|
this.pageData.toolId = toolInfo.toolId; |
|
|
|
this.pageData.toolInstance = ''; |
|
|
|
}else if(dataType === 'TLI'){ |
|
|
|
@ -79,7 +79,7 @@ export default { |
|
|
|
this.propertyNo = toolInfo.propertyNo; |
|
|
|
this.propertyType = 'TLI'; |
|
|
|
this.titleCon = '工具实例属性维护'; |
|
|
|
this.pageData.site = toolInfo.site; |
|
|
|
this.pageData.site = '*'; |
|
|
|
this.pageData.toolId = toolInfo.toolId; |
|
|
|
this.pageData.toolInstance = toolInfo.toolInstance; |
|
|
|
} |
|
|
|
|