diff --git a/.env b/.env
index 692c263..c2944d5 100644
--- a/.env
+++ b/.env
@@ -1,5 +1,5 @@
# 项目名称
-VITE_APP_TITLE = Admin
+VITE_APP_TITLE = 华信OA
# 网站前缀
VITE_BASE_URL = /
diff --git a/src/components/business/file-manage/index.vue b/src/components/business/file-manage/index.vue
new file mode 100644
index 0000000..0e7b47b
--- /dev/null
+++ b/src/components/business/file-manage/index.vue
@@ -0,0 +1,11 @@
+
+ test
+
+
+
+
+
diff --git a/src/views/contract/columns.tsx b/src/views/contract/columns.tsx
index b20d011..65e30c7 100644
--- a/src/views/contract/columns.tsx
+++ b/src/views/contract/columns.tsx
@@ -10,17 +10,17 @@ export const baseColumns = (ctx: { contractTypes: API.DictItemEntity[] }): Table
const { contractTypes } = ctx;
return [
{
- title: '合同编号',
+ title: '编号',
width: 120,
dataIndex: 'contractNumber',
},
{
- title: '合同标题',
+ title: '标题',
width: 200,
dataIndex: 'title',
},
{
- title: '合同类型',
+ title: '类型',
width: 80,
formItemProps: {
component: 'Select',
diff --git a/src/views/contract/index.vue b/src/views/contract/index.vue
index 906301a..c4a1ece 100644
--- a/src/views/contract/index.vue
+++ b/src/views/contract/index.vue
@@ -20,29 +20,34 @@
+
-
+
+