scorpioyq 2 ani în urmă
părinte
comite
b229ab88b3
1 a modificat fișierele cu 11 adăugiri și 7 ștergeri
  1. 11 7
      src/views/contract/index.vue

+ 11 - 7
src/views/contract/index.vue

@@ -64,7 +64,8 @@
 <route>
 {
 name: '合同管理',
-meta: { layout: 'empty','path':'/resource','title':'资料管理','showMsg' : "请先通过资料管理,在对应的相关合同类别下上传合同文件,系统将自动识别所有相关文件并展示在以下列表中。"}
+meta: { layout: 'empty','path':'/resource','title':'资料管理','showMsg' :
+"请先通过资料管理,在对应的相关合同类别下上传合同文件,系统将自动识别所有相关文件并展示在以下列表中。"}
 }
 </route>
 <script>
@@ -81,7 +82,7 @@ export default {
       option: {
         align: 'center',
         menuAlign: 'center',
-        menuWidth: 180,
+        menuWidth: 100,
         size: 'mini',
         addBtn: false,
         editBtn: false,
@@ -95,7 +96,8 @@ export default {
             label: '合同名称',
             prop: 'title',
             slot: true,
-            width: 200
+            width: 180,
+            fixed: true
           },
           {
             label: '合同编号',
@@ -116,20 +118,22 @@ export default {
           {
             label: '业务联系人',
             prop: 'contacts',
-            width: 160
+            width: 100
           },
           {
             label: '签订乙方',
-            prop: 'partyB'
+            prop: 'partyB',
+            width: 180
           },
           {
             label: '签订日期',
             prop: 'signTime',
-            width: 110
+            width: 100
           },
           {
             label: '合同状态',
             prop: 'contractsStatus',
+            width: 100,
             dicUrl:
               '/api/blade-system/dict-biz/dictionary?code=contract-status',
             props: {
@@ -140,7 +144,7 @@ export default {
           {
             label: '到期日期',
             prop: 'expireTime',
-            width: 110
+            width: 100
           }
         ]
       },