فهرست منبع

Signed-off-by: 1004749546@qq.com <1004749546@qq.com>
bug

1004749546@qq.com 4 سال پیش
والد
کامیت
d7f597ed61
1فایلهای تغییر یافته به همراه2 افزوده شده و 2 حذف شده
  1. 2 2
      src/views/evaluation/evaluationPlan/SetEvaModal.vue

+ 2 - 2
src/views/evaluation/evaluationPlan/SetEvaModal.vue

@@ -22,7 +22,7 @@
               <a-table
                 ref="table"
                 size="default"
-				:scroll={y:500}
+				:scroll="{y:500}"
                 :pagination="false"
                 :rowKey="(record) => record.id"
                 :columns="columns"
@@ -79,7 +79,7 @@
               <s-table
                 ref="tableItem"
                 size="default"
-				:scroll={y:500}
+				:scroll="{y:500}"
                 :showPagination="false"
                 :row-selection="rowSelection"
                 :rowKey="(record) => record.id"