新UI设计开发,修改检查表管理bug

This commit is contained in:
zhangchaoyang02 2025-05-23 18:46:22 +08:00
parent 5ab278f91a
commit 1c59218af3
3 changed files with 1 additions and 3 deletions

View File

@ -102,7 +102,7 @@ const baseRoutes = [
name: '_qyxxsb', name: '_qyxxsb',
component: () => import('@views/dtsjygl/qyxxsb.vue'), component: () => import('@views/dtsjygl/qyxxsb.vue'),
meta: { meta: {
title: '企业信息上报', title: '企业信息上报审核',
}, },
}, },
{ {

View File

@ -151,7 +151,6 @@ function handleDetail(row) {
documentCode: '(西安)应急现记〔' + year + '' + area + xh + '号', documentCode: '(西安)应急现记〔' + year + '' + area + xh + '号',
documenContent: {} documenContent: {}
}, },
{ {
documentNo: 4, documentNo: 4,
documentName: '抽样取证凭证', documentName: '抽样取证凭证',

View File

@ -18,7 +18,6 @@ import java.time.LocalDateTime;
@Table(name = "zf_checklist") @Table(name = "zf_checklist")
@Data @Data
public class Checklist extends BaseModel { public class Checklist extends BaseModel {
/** /**
* 检查表ID * 检查表ID
*/ */