소스 검색

feat: (dashborad) 文案

gemercheung 3 년 전
부모
커밋
a541c4fe42
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      src/views/notification/addModal.vue

+ 2 - 2
src/views/notification/addModal.vue

@@ -92,7 +92,7 @@
         },
         {
           field: 'content1',
-          label: '内容1',
+          label: '内容',
           component: 'InputTextArea',
           ifShow: ({ model }) => {
             return model['type'] === 0;
@@ -110,7 +110,7 @@
         },
         {
           field: 'content2',
-          label: '内容2',
+          label: '内容',
           component: 'Upload',
           required: true,
           itemProps: {