diff --git a/src/views/contractManagement/expenditureContract/ExpenditureContractList.vue b/src/views/contractManagement/expenditureContract/ExpenditureContractList.vue
index b1c086c..6a61d52 100644
--- a/src/views/contractManagement/expenditureContract/ExpenditureContractList.vue
+++ b/src/views/contractManagement/expenditureContract/ExpenditureContractList.vue
@@ -16,6 +16,11 @@
+
+
+
+
+
+
+
+
+
+
-
-
+
+
@@ -143,7 +148,8 @@
v-has="'revenueContract:delete'">删除
- 作废
+ 作废
@@ -219,13 +225,15 @@ export default {
dataIndex: 'contractName',
width: 240,
scopedSlots: { customRender: 'text' }
- }, {
- title: '关联项目',
- align: 'center',
- dataIndex: 'associatedProject',
- width: 280,
- scopedSlots: { customRender: 'text' }
- }, {
+ },
+ // {
+ // title: '关联项目',
+ // align: 'center',
+ // dataIndex: 'associatedProject',
+ // width: 280,
+ // scopedSlots: { customRender: 'text' }
+ // },
+ {
title: '签订单位',
align: 'center',
dataIndex: 'signedCompanyTemporaryName',
@@ -258,7 +266,7 @@ export default {
dataIndex: 'action',
align: 'center',
fixed: 'right',
- width: 200,
+ width: 170,
scopedSlots: { customRender: 'action' }
}
],
diff --git a/src/views/projectManagement/WorkingGroupProjectManagement.vue b/src/views/projectManagement/WorkingGroupProjectManagement.vue
index 7c3b04d..b51639b 100644
--- a/src/views/projectManagement/WorkingGroupProjectManagement.vue
+++ b/src/views/projectManagement/WorkingGroupProjectManagement.vue
@@ -75,11 +75,15 @@
-
+
+ {{ text }}
+ {{ text }}
+
+
+
+
+
+
@@ -332,7 +336,7 @@ export default {
this.$refs.modalForm.edit(record)
this.$refs.modalForm.title = '基本信息维护'
this.$refs.modalForm.disableSubmit = false
- },
+ }
}
}
@@ -373,4 +377,9 @@ export default {
background: #e8e8e8;
}
}
+
+.text-over {
+ overflow: hidden;
+ text-overflow: ellipsis;
+}