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

Loading…
Cancel
Save