|
|
@@ -28,7 +28,7 @@ |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
<template #right> |
|
|
|
<div style="background-color: #29D2AF;height: 100%" @click="$router.push({name:'appAttributeEdit',query:{dkbm:item.dkbm}})">属性<br/>修改</div> |
|
|
|
<div style="background-color: #29D2AF;height: 100%" @click="$router.push({name:'appAttributeEdit',query:{fid:item.fid}})">属性<br/>修改</div> |
|
|
|
<div style="background-color: #0E82EB;height: 100%" @click="$router.push({name:'appOperateEdit',query:{dkbm:item.dkbm}})">经营<br/>修改</div> |
|
|
|
<div style="background-color: #ee0a24;height: 100%" @click="handleDelete(item)">删除</div> |
|
|
|
</template> |
|
|
|