Browse Source

111

shibei_master
jiangyy 3 years ago
parent
commit
f3788722c9
  1. 22
      src/views/modules/communityService/fuwujilu/fuwuList.vue

22
src/views/modules/communityService/fuwujilu/fuwuList.vue

@ -176,22 +176,22 @@
align="center"
width="100">
<template slot-scope="scope">
<el-button v-if="scope.row.status==='processing'&&!scope.row.operationId "
@click="handleDispose(scope.row)"
<el-button @click="handleDispose(scope.row)"
type="text"
size="small"
class="div-table-button--edit">处理</el-button>
<!-- <el-button v-else-if="scope.row.status==='closed_case' && !scope.row.satisfactionName && user.id===scope.row.createdUserId"
@click="handleSatisfy(scope.row)"
class=".div-table-button--detail">查看</el-button>
<el-button @click="handleDispose(scope.row)"
type="text"
size="small"
class="div-table-button--edit">评价</el-button> -->
<el-button v-else
@click="handleWatch(scope.row)"
class="div-table-button--edit">编辑</el-button>
<el-button @click="handleDispose(scope.row)"
type="text"
size="small">查看</el-button>
size="small"
class="div-table-button--edit">反馈</el-button>
<el-button @click="handleDispose(scope.row)"
type="text"
size="small"
class="div-table-button--delete">删除</el-button>
</template>
</el-table-column>

Loading…
Cancel
Save