li.shaoyi %!s(int64=3) %!d(string=hai) anos
pai
achega
8091de6e0f
Modificáronse 1 ficheiros con 2 adicións e 2 borrados
  1. 2 2
      src/views/business/search/spot/setup.ts

+ 2 - 2
src/views/business/search/spot/setup.ts

@@ -10,12 +10,12 @@ function getColumns() {
         {
             title: '合同编号',
             key: 'contractno',
-            width: 150,
+            width: 160,
         },
         {
             title: '对手方',
             key: 'negative',
-            width: 160,
+            width: 280,
             customRender: ({ record }: { record: Ermcp3ContractRsp }) => {
                 // 根据合同类型显示对手方
                 if (record.contracttype === 1) {