Browse Source

feat: (dashborad) 文案

gemercheung 2 years ago
parent
commit
a541c4fe42
1 changed files with 2 additions and 2 deletions
  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: {