From 8063c7de24365ea97a9472e5ee87068aaac08658 Mon Sep 17 00:00:00 2001
From: luxiaotao1123 <t1341870251@163.com>
Date: 星期三, 21 二月 2024 09:37:56 +0800
Subject: [PATCH] #
---
zy-asrs-flow/src/pages/system/dept/index.jsx | 13 +++----------
1 files changed, 3 insertions(+), 10 deletions(-)
diff --git a/zy-asrs-flow/src/pages/system/dept/index.jsx b/zy-asrs-flow/src/pages/system/dept/index.jsx
index f22950a..50c1c3a 100644
--- a/zy-asrs-flow/src/pages/system/dept/index.jsx
+++ b/zy-asrs-flow/src/pages/system/dept/index.jsx
@@ -115,18 +115,11 @@
const columns = [
{
- title: 'No',
- dataIndex: 'index',
- valueType: 'indexBorder',
- width: 48,
- },
- {
title: '閮ㄩ棬鍚嶇О',
dataIndex: 'name',
valueType: 'text',
hidden: false,
- width: 140,
- copyable: true,
+ width: 240,
filterDropdown: (props) => <TextFilter
name='name'
{...props}
@@ -135,7 +128,7 @@
/>,
},
{
- title: '涓婄骇閮ㄩ棬鍚�',
+ title: '涓婄骇閮ㄩ棬',
dataIndex: 'parentName',
valueType: 'text',
hidden: true,
@@ -356,7 +349,7 @@
cardBordered
scroll={{ x: 1300 }}
dateFormatter="string"
- pagination={{ pageSize: 20 }}
+ pagination={{ pageSize: 100 }}
search={false}
toolbar={{
search: {
--
Gitblit v1.9.1