@@ -261,4 +261,10 @@
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/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/IssueInfo/components/IssueInfoForm.vue b/src/views/admin/IssueInfo/components/IssueInfoForm.vue
index 7e3b99f..ab7168f 100644
--- a/src/views/admin/IssueInfo/components/IssueInfoForm.vue
+++ b/src/views/admin/IssueInfo/components/IssueInfoForm.vue
@@ -53,6 +53,7 @@ const formData = reactive
>({
id: '',
issueType: '',
content: '',
+ createTime: '',
});
const { createMessage } = useMessage();
const labelCol = ref({ xs: { span: 24 }, sm: { span: 5 } });
diff --git a/src/views/admin/orginfo/components/OrgInfoForm.vue b/src/views/admin/orginfo/components/OrgInfoForm.vue
index 6000769..7ea4d7a 100644
--- a/src/views/admin/orginfo/components/OrgInfoForm.vue
+++ b/src/views/admin/orginfo/components/OrgInfoForm.vue
@@ -425,4 +425,7 @@ defineExpose({
.antd-modal-form {
padding: 14px;
}
+.ant-form-item-label{
+ color: white;
+}
diff --git a/src/views/admin/workorder/WorkOrderList.vue b/src/views/admin/workorder/WorkOrderList.vue
index fab7716..3ba1bb6 100644
--- a/src/views/admin/workorder/WorkOrderList.vue
+++ b/src/views/admin/workorder/WorkOrderList.vue
@@ -249,3 +249,4 @@ function searchReset() {
}
}
+
diff --git a/src/views/admin/workorder/components/WorkOrderModal.vue b/src/views/admin/workorder/components/WorkOrderModal.vue
index 39e9c2f..2a9b48f 100644
--- a/src/views/admin/workorder/components/WorkOrderModal.vue
+++ b/src/views/admin/workorder/components/WorkOrderModal.vue
@@ -31,12 +31,6 @@
-
-
-
-
diff --git a/src/views/iot/baseIot/CheckBaseIotList.vue b/src/views/iot/baseIot/CheckBaseIotList.vue
index 0d14dba..4203cf1 100644
--- a/src/views/iot/baseIot/CheckBaseIotList.vue
+++ b/src/views/iot/baseIot/CheckBaseIotList.vue
@@ -222,9 +222,3 @@ function searchReset() {
}
}
-
-
\ No newline at end of file