Browse Source

no message

dlt_feature_0615
mk 1 year ago
parent
commit
a39733b965
  1. 2
      src/views/modules/communityService/measure/index.vue

2
src/views/modules/communityService/measure/index.vue

@ -201,7 +201,7 @@
</el-table-column> </el-table-column>
<el-table-column fixed="right" label="操作" align="center" width="200"> <el-table-column fixed="right" label="操作" align="center" width="200">
<template slot-scope="scope"> <template slot-scope="scope">
<template > <template v-if="filterEdit(scope.row.agencyId)">
<el-button <el-button
v-if=" v-if="
scope.row.status === 'pending' || scope.row.status === 'pending' ||

Loading…
Cancel
Save