XiaXxxxxx vor 1 Jahr
Ursprung
Commit
b7e014e02c

+ 1 - 0
src/views/dataAdmin/dataAdmin/version/index.vue

@@ -201,6 +201,7 @@ export default defineComponent({
                                 message.error(err.msg);
                             })
                         }
+                        message.success('操作成功');
                         reload();
                         setSelectedRowKeys([])
                     }

+ 5 - 5
src/views/dataAdmin/dataAdmin/version/version.data.ts

@@ -28,7 +28,7 @@ const getVersionSelect = () => {
 }
 export const formSchema: FormSchema[] = [
     {
-        field: 'fid',
+        field: 'FID',
         label: '版本id',
         component: 'Input',
         ifShow: false
@@ -67,7 +67,7 @@ export const formSchema: FormSchema[] = [
         },
     },
     {
-        field: 'version_NAME',
+        field: 'VERSION_NAME',
         label: '版本名称',
         component: 'Input',
         ifShow: true,
@@ -79,7 +79,7 @@ export const formSchema: FormSchema[] = [
         },
     },
     {
-        field: 'version_NAME_1',
+        field: 'VERSION_NAME_1',
         label: '版本名称',
         component: 'ApiSelect',
         ifShow: false,
@@ -91,7 +91,7 @@ export const formSchema: FormSchema[] = [
         },
     },
     {
-        field: 'version_NO',
+        field: 'VERSION_NO',
         label: '版本号',
         component: 'Input',
         ifShow: true,
@@ -103,7 +103,7 @@ export const formSchema: FormSchema[] = [
         },
     },
     {
-        field: 'version_DISP',
+        field: 'VERSION_DISP',
         label: '备注',
         component: 'Input',
         ifShow: true,