This commit is contained in:
cxc
2022-10-31 17:46:09 +08:00
parent 652ce4c9d3
commit c2327f30cb
63 changed files with 1698 additions and 479 deletions

View File

@ -17,9 +17,9 @@
size="small"
@change="handleQuery"
>
<el-radio-button :label="1">待受理</el-radio-button>
<el-radio-button :label="2">已受理</el-radio-button>
<el-radio-button :label="3">已结束</el-radio-button>
<el-radio-button :label="0">待受理</el-radio-button>
<el-radio-button :label="1">已受理</el-radio-button>
<el-radio-button :label="2">已结束</el-radio-button>
</el-radio-group>
<el-table v-loading="loading" :data="dataList" style="margin-top: 20px">
@ -45,7 +45,7 @@
>
<template #default="scope">
<el-button
v-if="queryParams.type == 3"
v-if="queryParams.type == 2"
size="small"
type="text"
icon="Delete"
@ -53,7 +53,7 @@
>删除</el-button
>
<el-button
v-if="queryParams.type == 1"
v-if="queryParams.type == 0"
size="small"
type="text"
icon="Close"
@ -61,7 +61,7 @@
>取消发布</el-button
>
<el-button
v-if="queryParams.type != 3"
v-if="queryParams.type != 2"
size="small"
type="text"
icon="View"