wl
2022-07-20 9f08056f61bc0b10e80cc4aabb1df63e3ae5947b
src/views/workbench/Workbench.vue
@@ -39,7 +39,7 @@
              <el-table-column label="身份证号码" prop="idcard" width="200"></el-table-column>
              <el-table-column label="操作">
                <template slot-scope="scope">
                  <el-button type="text" size="small" @click="handleAudit(scope.row)">审核</el-button>
                  <el-button type="text" size="medium" @click="handleAudit(scope.row)">审核</el-button>
                </template>
              </el-table-column>
            </el-table>
@@ -63,7 +63,7 @@
                      <span>{{ scope.row.groupName }}&nbsp;案件</span>
                      <span>{{ scope.row.userName }}</span>
                      <span>发布了</span>
                      <el-button type="text" size="small" @click="toGroup(scope.row.groupId)">消息</el-button>
                      <el-button type="text" size="medium" @click="toGroup(scope.row.groupId)">消息</el-button>
                    </div>
                    <div class="message-item-time">
                      <span>{{ scope.row.ctime }}</span>