Browse Source

手机端

master
庞东旭 5 days ago
parent
commit
708d0e9097
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      src/views/app/project/list.vue

+ 1
- 1
src/views/app/project/list.vue View File

@@ -28,7 +28,7 @@
</div> </div>
</div> </div>
<template #right> <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: #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> <div style="background-color: #ee0a24;height: 100%" @click="handleDelete(item)">删除</div>
</template> </template>


Loading…
Cancel
Save