瀏覽代碼

feat: 不支持机构名称排序

zhengnaiwen_citu 4 月之前
父節點
當前提交
690bfa4629
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/views/salary/claim/utils/index.js

+ 1 - 1
src/views/salary/claim/utils/index.js

@@ -1,5 +1,5 @@
 export const HEADERS = [
-  { label: '机构名称', prop: 'organizationName', width: 120 },
+  { label: '机构名称', prop: 'organizationName', width: 120, sortable: false },
   { label: '数据日期', prop: 'dataDate', width: 120 },
   { label: '客户编号', prop: 'customerId', align: 'center', width: 120 },
   { label: '一级科目编码/名称', prop: 'oneLevelSubject', width: 180 },