SanHQin há 1 mês atrás
pai
commit
5b35cf89c3

+ 1 - 1
src/views/commission/commission.vue

@@ -103,7 +103,7 @@
         </div>
 
         <div class="selectsBlock">
-          <span class="selectLabel">送件时间</span>
+          <span class="selectLabel">时间筛选</span>
           <el-select
             v-model="pavalues.value4"
             @change="getData"

+ 1 - 0
src/views/commission/components/Closingstatement.vue

@@ -2505,6 +2505,7 @@ table {
             }
             .titName {
               width: calc(100% - 40px);
+              max-width: calc(100vw - 600px) !important;
               white-space: nowrap;
               overflow: hidden;
               text-overflow: ellipsis;