|
|
|
@ -109,14 +109,14 @@ |
|
|
|
<el-table-column |
|
|
|
header-align="center" |
|
|
|
align="center" |
|
|
|
width="150" |
|
|
|
width="180" |
|
|
|
fixed="right" |
|
|
|
label="操作"> |
|
|
|
<template slot-scope="scope"> |
|
|
|
<a type="text" size="small" @click="editToolInstanceModal(scope.row)">编辑</a> |
|
|
|
<a type="text" size="small" @click="editToolInstanceDateModal(scope.row, 'toolInstance')">属性</a> |
|
|
|
<a type="text" size="small" @click="editToolInstanceDateModal(scope.row)">生命周期</a> |
|
|
|
<a type="text" size="small" @click="deleteToolInstanceConfirm(scope.row)">删除</a> |
|
|
|
<a type="text" size="small" @click="editToolInstanceModal(scope.row)">编辑 </a> |
|
|
|
<a type="text" size="small" v-if = "scope.row.propertyNo && scope.row.propertyNo !== ''" @click="editToolInstancePropertyModal(scope.row)">属性 </a> |
|
|
|
<a type="text" size="small" @click="editToolInstanceDateModal(scope.row)">生命周期 </a> |
|
|
|
<a type="text" size="small" @click="deleteToolInstanceConfirm(scope.row)">删除 </a> |
|
|
|
</template> |
|
|
|
</el-table-column> |
|
|
|
</el-table> |
|
|
|
|