浏览代码

手机端

master
庞东旭 5 天前
父节点
当前提交
708d0e9097
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. +1
    -1
      src/views/app/project/list.vue

+ 1
- 1
src/views/app/project/list.vue 查看文件

@@ -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>


正在加载...
取消
保存