mirror of
				https://gitee.com/hhyykk/ipms-sjy-ui.git
				synced 2025-11-03 03:38:44 +08:00 
			
		
		
		
	同上
This commit is contained in:
		@@ -17,18 +17,19 @@ const crudSchemas = reactive<VxeCrudSchema>({
 | 
				
			|||||||
      title: '定义名称',
 | 
					      title: '定义名称',
 | 
				
			||||||
      field: 'name',
 | 
					      field: 'name',
 | 
				
			||||||
      table: {
 | 
					      table: {
 | 
				
			||||||
        width: 120,
 | 
					        // width: 120,
 | 
				
			||||||
        slots: {
 | 
					        slots: {
 | 
				
			||||||
          default: 'name_default'
 | 
					          default: 'name_default'
 | 
				
			||||||
        }
 | 
					        }
 | 
				
			||||||
      }
 | 
					      }
 | 
				
			||||||
    },
 | 
					    },
 | 
				
			||||||
    {
 | 
					    {
 | 
				
			||||||
      title: '流程分类',
 | 
					      title: '定义分类',
 | 
				
			||||||
      field: 'category',
 | 
					      field: 'category',
 | 
				
			||||||
      // dictType: DICT_TYPE.BPM_MODEL_CATEGORY,
 | 
					      // dictType: DICT_TYPE.BPM_MODEL_CATEGORY,
 | 
				
			||||||
      // dictClass: 'string'
 | 
					      // dictClass: 'number',
 | 
				
			||||||
      table: {
 | 
					      table: {
 | 
				
			||||||
 | 
					        // width: 120,
 | 
				
			||||||
        slots: {
 | 
					        slots: {
 | 
				
			||||||
          default: 'category_default'
 | 
					          default: 'category_default'
 | 
				
			||||||
        }
 | 
					        }
 | 
				
			||||||
@@ -38,7 +39,7 @@ const crudSchemas = reactive<VxeCrudSchema>({
 | 
				
			|||||||
      title: '表单信息',
 | 
					      title: '表单信息',
 | 
				
			||||||
      field: 'formId',
 | 
					      field: 'formId',
 | 
				
			||||||
      table: {
 | 
					      table: {
 | 
				
			||||||
        width: 120,
 | 
					        // width: 200,
 | 
				
			||||||
        slots: {
 | 
					        slots: {
 | 
				
			||||||
          default: 'formId_default'
 | 
					          default: 'formId_default'
 | 
				
			||||||
        }
 | 
					        }
 | 
				
			||||||
@@ -48,7 +49,7 @@ const crudSchemas = reactive<VxeCrudSchema>({
 | 
				
			|||||||
      title: '流程版本',
 | 
					      title: '流程版本',
 | 
				
			||||||
      field: 'version',
 | 
					      field: 'version',
 | 
				
			||||||
      table: {
 | 
					      table: {
 | 
				
			||||||
        width: 80,
 | 
					        // width: 80,
 | 
				
			||||||
        slots: {
 | 
					        slots: {
 | 
				
			||||||
          default: 'version_default'
 | 
					          default: 'version_default'
 | 
				
			||||||
        }
 | 
					        }
 | 
				
			||||||
@@ -58,7 +59,7 @@ const crudSchemas = reactive<VxeCrudSchema>({
 | 
				
			|||||||
      title: '激活状态',
 | 
					      title: '激活状态',
 | 
				
			||||||
      field: 'suspensionState',
 | 
					      field: 'suspensionState',
 | 
				
			||||||
      table: {
 | 
					      table: {
 | 
				
			||||||
        width: 80,
 | 
					        // width: 80,
 | 
				
			||||||
        slots: {
 | 
					        slots: {
 | 
				
			||||||
          default: 'suspensionState_default'
 | 
					          default: 'suspensionState_default'
 | 
				
			||||||
        }
 | 
					        }
 | 
				
			||||||
@@ -68,10 +69,10 @@ const crudSchemas = reactive<VxeCrudSchema>({
 | 
				
			|||||||
      title: '部署时间',
 | 
					      title: '部署时间',
 | 
				
			||||||
      field: 'deploymentTime',
 | 
					      field: 'deploymentTime',
 | 
				
			||||||
      isForm: false,
 | 
					      isForm: false,
 | 
				
			||||||
      formatter: 'formatDate',
 | 
					      formatter: 'formatDate'
 | 
				
			||||||
      table: {
 | 
					      // table: {
 | 
				
			||||||
        width: 180
 | 
					      // width: 180
 | 
				
			||||||
      }
 | 
					      // }
 | 
				
			||||||
    }
 | 
					    }
 | 
				
			||||||
  ]
 | 
					  ]
 | 
				
			||||||
})
 | 
					})
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user