@@ -261,4 +261,9 @@
border-bottom: 0px;
border-left: 0px;
}
+.headClass{
+ background-image: url('../resource/img/bj.png') !important;
+ background-repeat: no-repeat;
+ background-size: 100% auto;
+}
diff --git a/src/settings/componentSetting.ts b/src/settings/componentSetting.ts
index e33f342..0c03f95 100644
--- a/src/settings/componentSetting.ts
+++ b/src/settings/componentSetting.ts
@@ -18,7 +18,7 @@ export default {
totalField: 'total',
},
// 可选的分页选项
- pageSizeOptions: ['10', '50', '80', '100'],
+ pageSizeOptions: ['15', '50', '80', '100'],
// 表格默认尺寸
defaultSize: 'middle',
//默认每页显示多少条
diff --git a/src/utils/midiaManage/MediaResourcePicker.vue b/src/utils/midiaManage/MediaResourcePicker.vue
index 40330af..7137723 100644
--- a/src/utils/midiaManage/MediaResourcePicker.vue
+++ b/src/utils/midiaManage/MediaResourcePicker.vue
@@ -117,7 +117,7 @@ const pagination = reactive({
total: 0,
showSizeChanger: true,
showQuickJumper: true,
- pageSizeOptions: ['10', '20', '30', '50'],
+ pageSizeOptions: ['15', '50', '80', '100'],
showTotal: total => `共 ${total} 条`
});
diff --git a/src/views/admin/orgapplyinfo/OrgApplyInfoList.vue b/src/views/admin/orgapplyinfo/OrgApplyInfoList.vue
index e33f898..1275bc8 100644
--- a/src/views/admin/orgapplyinfo/OrgApplyInfoList.vue
+++ b/src/views/admin/orgapplyinfo/OrgApplyInfoList.vue
@@ -369,8 +369,3 @@ async function setRangeQuery() {
display: none !important;
}
-
diff --git a/src/views/services/serviceDirective/ConfigServiceDirectiveList.vue b/src/views/services/serviceDirective/ConfigServiceDirectiveList.vue
index be457c8..1111b8c 100644
--- a/src/views/services/serviceDirective/ConfigServiceDirectiveList.vue
+++ b/src/views/services/serviceDirective/ConfigServiceDirectiveList.vue
@@ -256,8 +256,8 @@ const { prefixCls, tableContext, onExportXls, onImportXls } = useListPage({
showIndexColumn: true,
pagination: {
current: 1,
- pageSize: 10,
- pageSizeOptions: ['10', '20', '50', '100'],
+ pageSize: 15,
+ pageSizeOptions: ['15', '50', '80', '100'],
},
actionColumn: {
width: 200,
diff --git a/src/views/services/serviceDirective/components/ServiceDirectiveAuditList.vue b/src/views/services/serviceDirective/components/ServiceDirectiveAuditList.vue
index 3d6c353..358141e 100644
--- a/src/views/services/serviceDirective/components/ServiceDirectiveAuditList.vue
+++ b/src/views/services/serviceDirective/components/ServiceDirectiveAuditList.vue
@@ -96,8 +96,8 @@ const { prefixCls, tableContext, onExportXls, onImportXls } = useListPage({
showIndexColumn: true,
pagination: {
current: 1,
- pageSize: 10,
- pageSizeOptions: ['10', '20', '50', '100'],
+ pageSize: 15,
+ pageSizeOptions: ['15', '50', '80', '100'],
},
actionColumn: {
width: 200,
diff --git a/src/views/synchronization/directive/serviceDirective/ConfigServiceDirectiveList.vue b/src/views/synchronization/directive/serviceDirective/ConfigServiceDirectiveList.vue
index 83592fd..0a95be1 100644
--- a/src/views/synchronization/directive/serviceDirective/ConfigServiceDirectiveList.vue
+++ b/src/views/synchronization/directive/serviceDirective/ConfigServiceDirectiveList.vue
@@ -126,8 +126,8 @@ const { prefixCls, tableContext, onExportXls, onImportXls } = useListPage({
immediate: false,
pagination: {
current: 1,
- pageSize: 10,
- pageSizeOptions: ['10', '20', '50', '100'],
+ pageSize: 15,
+ pageSizeOptions: ['15', '50', '80', '100'],
},
beforeFetch: async (params) => {
queryParam.izEnabled = '0'
diff --git a/src/views/synchronization/directive/serviceDirective/DirectiveChooseCom.vue b/src/views/synchronization/directive/serviceDirective/DirectiveChooseCom.vue
index c7aeeb0..2a41b68 100644
--- a/src/views/synchronization/directive/serviceDirective/DirectiveChooseCom.vue
+++ b/src/views/synchronization/directive/serviceDirective/DirectiveChooseCom.vue
@@ -135,7 +135,7 @@
:dataSource="targetChooseType == 'one' ? (targetType == 'needsync' ? rightNeedAddList : rightSourceList) : rightNeedAddList"
:columns="targetChooseType == 'one' ? (targetType == 'needsync' ? targetColumns : targetSourceColumns) : targetSourceColumns"
size="small" :scroll="{ y: '57vh' }"
- :pagination="{ current: 1, pageSize: 50, total: rightNeedAddList.length, showSizeChanger: true, pageSizeOptions: ['10', '20', '50', '100'] }">
+ :pagination="{ current: 1, pageSize: 50, total: rightNeedAddList.length, showSizeChanger: true, pageSizeOptions: ['15', '50', '80', '100'] }">
更新
@@ -224,7 +224,7 @@ const { prefixCls, tableContext, onExportXls, onImportXls } = useListPage({
pagination: {
current: 1,
pageSize: 10,
- pageSizeOptions: ['10', '20', '50', '100'],
+ pageSizeOptions: ['15', '50', '80', '100'],
},
beforeFetch: async (params) => {
queryParam.izEnabled = '0'
diff --git a/src/views/synchronization/directive/serviceDirective/DirectiveChooseCom分步骤版本.vue b/src/views/synchronization/directive/serviceDirective/DirectiveChooseCom分步骤版本.vue
index 595c521..54a6edc 100644
--- a/src/views/synchronization/directive/serviceDirective/DirectiveChooseCom分步骤版本.vue
+++ b/src/views/synchronization/directive/serviceDirective/DirectiveChooseCom分步骤版本.vue
@@ -112,7 +112,7 @@
已选择 {{ rightList.length }} 条
+ :pagination="{ current: 1, pageSize: 50, total: rightList.length, showSizeChanger: true, pageSizeOptions: ['15', '50', '80', '100'] }">
@@ -157,7 +157,7 @@ const { prefixCls, tableContext, onExportXls, onImportXls } = useListPage({
pagination: {
current: 1,
pageSize: 10,
- pageSizeOptions: ['10', '20', '50', '100'],
+ pageSizeOptions: ['15', '50', '80', '100'],
},
beforeFetch: async (params) => {
queryParam.izEnabled = '0'
diff --git a/src/views/synchronization/directive/syncStep/SyncStepList分步骤源_指令_目标.vue b/src/views/synchronization/directive/syncStep/SyncStepList分步骤源_指令_目标.vue
index 9725e50..f5839a2 100644
--- a/src/views/synchronization/directive/syncStep/SyncStepList分步骤源_指令_目标.vue
+++ b/src/views/synchronization/directive/syncStep/SyncStepList分步骤源_指令_目标.vue
@@ -53,7 +53,7 @@
待同步 {{ leftList?.length }} 条
+ :pagination="{ current: 1, pageSize: 50, total: leftList.length, showSizeChanger: true, pageSizeOptions: ['15', '50', '80', '100'] }">