Ver a proveniência

手机端

master
庞东旭 há 5 dias
ascendente
cometimento
708d0e9097
1 ficheiros alterados com 1 adições e 1 eliminações
  1. +1
    -1
      src/views/app/project/list.vue

+ 1
- 1
src/views/app/project/list.vue Ver ficheiro

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


Carregando…
Cancelar
Guardar