Browse Source

fix:一直可以修改基本信息

master
buaixuexideshitongxue 1 month ago
parent
commit
43d3bc085e
  1. 2
      src/views/data/ComplaintCollection.vue

2
src/views/data/ComplaintCollection.vue

@ -383,7 +383,7 @@
@click="handleActionDetail(row)"
>办理详情</el-button
>
<el-button type="primary" v-if="row.processingStatus !== 'completed'" link @click="handleUpdate(row)">修改</el-button>
<el-button type="primary" link @click="handleUpdate(row)">修改</el-button>
<el-button type="danger" v-if="row.processingStatus !== 'completed'" link @click="handleDel(row)">删除</el-button>
<!-- <el-button type="primary" v-if="row.status === '1' || row.status === '2'" link @click="handleWatchDetail(row)">查看详情</el-button>-->
</template>

Loading…
Cancel
Save