Browse Source

招标书-“项目”改成“系统项目”(所有单据编辑页面)

jingbb 5 months ago
parent
commit
a58e82f76c
1 changed files with 3 additions and 3 deletions
  1. 3 3
      src/views/saleCode/rfp/SaleRfp.data.ts

+ 3 - 3
src/views/saleCode/rfp/SaleRfp.data.ts

@@ -23,7 +23,7 @@ export const columns: BasicColumn[] = [
    },
    
    {
-    title: '项目(project)',
+    title: '系统项目(project)',
     align:"center",
     dataIndex: 'projectId_dictText'
    },
@@ -125,7 +125,7 @@ export const searchFormSchema: FormSchema[] = [
       //colProps: {span: 6},
  	},
   {
-    label: "项目(project)",
+    label: "系统项目(project)",
     field: 'projectId',
     component: 'JSelectInput',
     labelWidth:150,
@@ -207,7 +207,7 @@ export const formSchema: FormSchema[] = [
      },
   },
   {
-    label: '项目(project)',
+    label: '系统项目(project)',
     field: 'projectId',
     component: 'Select',
     componentProps: ({ formModel, formActionType }) => {