+
-
@@ -22,7 +22,7 @@
+
{
\ No newline at end of file
diff --git a/src/views/emergency/equip/inventory/AddWarehouse.vue b/src/views/emergency/equip/inventory/AddWarehouse.vue
index b9e9db3..ed0b159 100644
--- a/src/views/emergency/equip/inventory/AddWarehouse.vue
+++ b/src/views/emergency/equip/inventory/AddWarehouse.vue
@@ -89,7 +89,7 @@
>
-
+
-
+
@@ -308,15 +308,15 @@ watch(
\ No newline at end of file
diff --git a/src/views/home/index.vue b/src/views/home/index.vue
index 567710c..b6984df 100644
--- a/src/views/home/index.vue
+++ b/src/views/home/index.vue
@@ -1,268 +1,22 @@
@@ -258,7 +258,7 @@ const handleClose = () => {
:loading="loading"
type="primary"
size="large"
- style="width: 100%"
+ style="width: 100%;"
@click.prevent="handleLogin"
>登录
@@ -308,7 +308,7 @@ const handleClose = () => {
:src="img"
alt=""
@click="getCode"
- style="width: 100%; height: 100%"
+ style="width: 100%; height: 100%;"
/>
@@ -342,7 +342,7 @@ const handleClose = () => {
:loading="loading"
type="primary"
size="large"
- style="width: 100%; margin-top: 20px"
+ style="width: 100%; margin-top: 20px;"
@click.prevent="handleReset"
>确认
@@ -364,224 +364,224 @@ const handleClose = () => {
diff --git a/src/views/resumption/post_config/Safedutydetails.vue b/src/views/resumption/post_config/Safedutydetails.vue
index f14857c..a1bed26 100644
--- a/src/views/resumption/post_config/Safedutydetails.vue
+++ b/src/views/resumption/post_config/Safedutydetails.vue
@@ -76,11 +76,11 @@ import useUserStore from "@/store/modules/user";
import { ElMessage, FormInstance, FormRules } from "element-plus";
import { getYears } from "@/utils/common";
-import {
- getFactorCheckstandard,
- addSafeduty,
- updateSafeduty,
-} from "@/api/performDuties";
+// import {
+// getFactorCheckstandard,
+// addSafeduty,
+// updateSafeduty,
+// } from "@/api/performDuties";
const formRef = ref();
const userStore = useUserStore();
diff --git a/src/views/resumption/post_config/details.vue b/src/views/resumption/post_config/details.vue
index 405da44..3582156 100644
--- a/src/views/resumption/post_config/details.vue
+++ b/src/views/resumption/post_config/details.vue
@@ -133,11 +133,11 @@ import useUserStore from "@/store/modules/user";
import { ElMessage, FormInstance, FormRules } from "element-plus";
import { getYears } from "@/utils/common";
-import {
- getFactorCheckstandard,
- addFactor,
- updateFactor,
-} from "@/api/performDuties";
+// import {
+// getFactorCheckstandard,
+// addFactor,
+// updateFactor,
+// } from "@/api/performDuties";
const formRef = ref();
const userStore = useUserStore();
diff --git a/src/views/resumption/post_config/index.vue b/src/views/resumption/post_config/index.vue
index 4eb43b9..6e3bf3c 100644
--- a/src/views/resumption/post_config/index.vue
+++ b/src/views/resumption/post_config/index.vue
@@ -32,9 +32,9 @@
/>
-
-
\ No newline at end of file
diff --git a/src/views/login.vue b/src/views/login.vue
index 41faf31..db6ce29 100644
--- a/src/views/login.vue
+++ b/src/views/login.vue
@@ -19,8 +19,8 @@ const formType = ref("login");
// 登录
const loginFormRef = ref();
const loginForm = ref({
- sysusername: localStorage.login_account || "admin",
- syspassword: "guixi2023",
+ sysusername: localStorage.login_account || "",
+ syspassword: "",
verCode: "",
verKey: "",
remember: !!localStorage.login_account,
@@ -242,7 +242,7 @@ const handleClose = () => {
:src="img"
alt=""
@click="getCode"
- style="width: 100%; height: 100%"
+ style="width: 100%; height: 100%;"
/>
-
-
-
-
-
-
-
- {{ item.name }}风险
-
-
- {{ item.name }}风险
- {{ item.num }}
-
-
-
-
-
-
- 风险统计
-
-
-
-
- {{ item.name }}
- {{ item.num }}
-
-
统计表
-
-
+
-
+
-
{{ scope.row.isfinish }}
@@ -191,7 +191,7 @@
+
+
-
+
@@ -41,7 +41,7 @@ import { reactive, ref, onMounted, watch } from "vue";
import useUserStore from "@/store/modules/user";
import type { FormInstance, FormRules } from 'element-plus'
import { ElMessage } from 'element-plus'
-import { getSpecialTasksTypeList, getSpecialTasksPerformList, addSpecialTasks } from "@/api/performDuties";
+// import { getSpecialTasksTypeList, getSpecialTasksPerformList, addSpecialTasks } from "@/api/performDuties";
import { getUUID, FileType } from "@/utils/common";
const baseUrl = ref(import.meta.env.VITE_UPLOAD_IMG_URL);
const userStore = useUserStore();
@@ -140,14 +140,12 @@ watch(
.detailForm-content {
margin-right: 30px;
}
-
:deep(.el-form) {
display: flex;
flex-wrap: wrap;
// justify-content: space-around;
justify-content: space-between;
}
-
:deep(.el-form-item) {
width: 47%;
}
diff --git a/src/views/resumption/work-index/index.vue b/src/views/resumption/work-index/index.vue
index 76ec7ad..978269e 100644
--- a/src/views/resumption/work-index/index.vue
+++ b/src/views/resumption/work-index/index.vue
@@ -50,7 +50,7 @@
-
+
import { onMounted, reactive, ref } from "vue";
import { ElMessage, ElMessageBox } from "element-plus";
-import {
- listPerformDetail,
- getFactorType,
- factorPage,
- delFactor,
- getSafedutyList,
- delSafeduty,
-} from "@/api/performDuties";
+// import {
+// listPerformDetail,
+// getFactorType,
+// factorPage,
+// delFactor,
+// getSafedutyList,
+// delSafeduty,
+// } from "@/api/performDuties";
import Adddetails from "./details.vue";
import AddSafedutydetails from "./Safedutydetails.vue";
import { getYears } from "@/utils/common";
@@ -442,24 +442,24 @@ onMounted(() => {
\ No newline at end of file
diff --git a/src/views/resumption/work-index/addTask.vue b/src/views/resumption/work-index/addTask.vue
index f56cd89..d505465 100644
--- a/src/views/resumption/work-index/addTask.vue
+++ b/src/views/resumption/work-index/addTask.vue
@@ -22,13 +22,13 @@
value-format="YYYY-MM-DD" :size="size" />
-
+
新增履职记录
@@ -61,18 +61,18 @@
序列
- 内容
+ 内容
完成进度
-
-
+
+
-
diff --git a/src/views/work-trends/components/Add.vue b/src/views/work-trends/components/Add.vue
index 2878efc..6fca235 100644
--- a/src/views/work-trends/components/Add.vue
+++ b/src/views/work-trends/components/Add.vue
@@ -49,7 +49,7 @@
value-format="YYYY-MM-DD"
/>
-
-
+
{{ index + 1 }}
@@ -82,15 +82,15 @@
-
+
-
@@ -123,7 +123,7 @@
+
@@ -133,11 +133,10 @@
-
+ overflow-y: scroll;
+ height: 90%;
+ margin: 0 -16px 16px 0;
+">
[{{ item.type == 1 ? "检查" : item.type == 2 ? "任务" : item.type == 3 ? "政策" : item.type
@@ -167,7 +166,7 @@
+
@@ -176,7 +175,7 @@
查看更多
-
+
- ({
sysusername: [{ required: true, message: "请输入账号", trigger: "blur" }],
- syspassword: [{ required: true,pattern: "^(?=.*[a-zA-Z])(?=.*\\d).{10,}$", message: "请输入10位密码包括英文与数字", trigger: "blur" }],
+ syspassword: [{ required: true,pattern: "^(?=.*[a-zA-Z])(?=.*\\d).{10,}$", message: "请输入10位密码包括大小写英文字母与数字", trigger: "blur" }],
chinaname: [{ required: true, message: "请输入中文名", trigger: "blur" }],
userroles: [{ required: true, message: "请选择角色", trigger: "change" }],
sysunitorentid: [
diff --git a/src/views/system/base/post-management/add-or-edit-duty.vue b/src/views/system/base/post-management/add-or-edit-duty.vue
index 0bfd62e..671971d 100644
--- a/src/views/system/base/post-management/add-or-edit-duty.vue
+++ b/src/views/system/base/post-management/add-or-edit-duty.vue
@@ -94,11 +94,11 @@ import useUserStore from "@/store/modules/user";
import { ElMessage, FormInstance, FormRules } from "element-plus";
import { getYears } from "@/utils/common";
-import {
- getFactorCheckstandard,
- addFactor,
- updateFactor,
-} from "@/api/performDuties";
+// import {
+// getFactorCheckstandard,
+// addFactor,
+// updateFactor,
+// } from "@/api/performDuties";
const formRef = ref();
const userStore = useUserStore();
diff --git a/src/views/system/base/post-management/add-or-edit-safe.vue b/src/views/system/base/post-management/add-or-edit-safe.vue
index b837c1d..6f94339 100644
--- a/src/views/system/base/post-management/add-or-edit-safe.vue
+++ b/src/views/system/base/post-management/add-or-edit-safe.vue
@@ -48,11 +48,11 @@ import useUserStore from "@/store/modules/user";
import { ElMessage, FormInstance, FormRules } from "element-plus";
import { getYears } from "@/utils/common";
-import {
- getFactorCheckstandard,
- addSafeduty,
- updateSafeduty,
-} from "@/api/performDuties";
+// import {
+// getFactorCheckstandard,
+// addSafeduty,
+// updateSafeduty,
+// } from "@/api/performDuties";
const formRef = ref();
const userStore = useUserStore();
diff --git a/src/views/system/message/add-modify-message.vue b/src/views/system/message/add-modify-message.vue
new file mode 100644
index 0000000..663dd98
--- /dev/null
+++ b/src/views/system/message/add-modify-message.vue
@@ -0,0 +1,167 @@
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/src/views/system/message/index.vue b/src/views/system/message/index.vue
new file mode 100644
index 0000000..08e1bff
--- /dev/null
+++ b/src/views/system/message/index.vue
@@ -0,0 +1,219 @@
+
+
+
刷新
-
【{{ item.typeTitle }}】
@@ -193,7 +192,7 @@
已超时
+
{{ item.content }}
@@ -215,11 +214,11 @@
+ padding-top: 0;
+ padding-bottom: 0;
+ overflow-y: scroll;
+ height: 82%;
+">
+
@@ -255,13 +254,13 @@
import { getCurrentInstance, onMounted, ref } from "vue";
import { useRouter } from "vue-router";
import { getUUID } from "@/utils/common";
-import {
- factorList, performRecord, factorProgress, getDataCount, getSpecialTasksUserList,
- getSpecialTasksPage, getGovNoticePage, getGovNoticeUserPage, getUserStudyPage, getUserStudy
-} from "@/api/performDuties";
+// import {
+// factorList, performRecord, factorProgress, getDataCount, getSpecialTasksUserList,
+// getSpecialTasksPage, getGovNoticePage, getGovNoticeUserPage, getUserStudyPage, getUserStudy
+// } from "@/api/performDuties";
import xinprogress from "@/views/components/Progress.vue";
-import AdddDuty from "@/views/resumption/record/details.vue";
+// import AdddDuty from "@/views/resumption/record/details.vue";
import AddMsg from "./details.vue";
import MsgDetails from "./msgDetails.vue";
import StuDetails from "./stuDetails.vue";
@@ -636,546 +635,467 @@ onMounted(() => {
\ No newline at end of file
diff --git a/src/views/resumption/work-index/more-message/index.vue b/src/views/resumption/work-index/more-message/index.vue
index 0d80e72..ae0467a 100644
--- a/src/views/resumption/work-index/more-message/index.vue
+++ b/src/views/resumption/work-index/more-message/index.vue
@@ -15,7 +15,7 @@
-
@@ -126,6 +122,6 @@ const tableData = ref([{ cName: "xxx村名" }, { cName: "xxx村名" }]);
diff --git a/src/views/system/base/govuser/details.vue b/src/views/system/base/govuser/details.vue
index 4ef4086..1e98b4a 100644
--- a/src/views/system/base/govuser/details.vue
+++ b/src/views/system/base/govuser/details.vue
@@ -112,7 +112,7 @@ const userId = ref(user.value.userId);
const uuid = ref("");
const ruleForm = reactive
@@ -231,7 +230,7 @@
-
{{ item.createTime }}
-
+
已学习
{{ item.viewingtimes || 0 }}次
@@ -244,7 +243,7 @@
+
@@ -74,7 +74,7 @@
\ No newline at end of file
diff --git a/src/views/resumption/work-index/msgDetails.vue b/src/views/resumption/work-index/msgDetails.vue
index 33ca520..4bd16aa 100644
--- a/src/views/resumption/work-index/msgDetails.vue
+++ b/src/views/resumption/work-index/msgDetails.vue
@@ -23,7 +23,7 @@
\ No newline at end of file
diff --git a/src/views/statistic/components/gz.vue b/src/views/statistic/components/gz.vue
index 6e03952..7fde5e7 100644
--- a/src/views/statistic/components/gz.vue
+++ b/src/views/statistic/components/gz.vue
@@ -8,10 +8,6 @@
刷新
-
-
- 导出
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/src/views/system/setting/protocol.vue b/src/views/system/setting/protocol.vue
index 81ff0ed..42295d4 100644
--- a/src/views/system/setting/protocol.vue
+++ b/src/views/system/setting/protocol.vue
@@ -40,55 +40,49 @@ const getMsg = (val) => {
diff --git a/src/views/work-manage/components/Add.vue b/src/views/work-manage/components/Add.vue
index b145ec4..016802c 100644
--- a/src/views/work-manage/components/Add.vue
+++ b/src/views/work-manage/components/Add.vue
@@ -52,7 +52,7 @@
filterable
/>
-
+
+
+
+ {{ scope.$index + 1 + (currentPage - 1) * pageSize }}
+
+
+
+
+
+
+
+
+
+
+ 编辑
+
+
+
+ 详情
+
+
+
+ 删除
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 刷新
+
+
+
+ 新增
+
+
+
+
+
+
+
+
+ 搜索
+
+
+
+
+
-
- 导出
-