feat: 初始化静态镜像站点仓库

This commit is contained in:
2026-04-08 21:44:32 +08:00
commit 9f9dba6289
2514 changed files with 727963 additions and 0 deletions

View File

@@ -0,0 +1,71 @@
(window["webpackJsonp"] = window["webpackJsonp"] || []).push([["chunk-48ba4ed0"], { "07f1": function(e, t, a) {
"use strict";
a.r(t);
var r = function() {
var e2 = this, t2 = e2.$createElement, a2 = e2._self._c || t2;
return a2("div", { staticClass: "app-container bgHeight" }, [a2("div", { ref: "box", staticClass: "searchStys transition_dom" }, [a2("el-form", { ref: "query", attrs: { model: e2.query } }, [a2("div", { ref: "form_box", staticClass: "searchBar" }, [a2("div", { staticClass: "searchInput" }, [a2("el-row", { attrs: { gutter: 24 } }, [a2("el-col", { attrs: { span: 8 } }, [a2("el-form-item", { attrs: { prop: "type" } }, [a2("el-select", { attrs: { clearable: "", placeholder: "操作类型" }, model: { value: e2.query.type, callback: function(t3) {
e2.$set(e2.query, "type", t3);
}, expression: "query.type" } }, e2._l(e2.operationType, (function(e3) {
return a2("el-option", { key: e3.value, attrs: { label: e3.label, value: e3.value } });
})), 1)], 1)], 1), e2._v(" "), a2("el-col", { attrs: { span: 8 } }, [a2("el-form-item", { attrs: { prop: "module" } }, [a2("el-select", { attrs: { clearable: "", placeholder: "操作模块" }, model: { value: e2.query.module, callback: function(t3) {
e2.$set(e2.query, "module", t3);
}, expression: "query.module" } }, e2._l(e2.residentState, (function(e3) {
return a2("el-option", { key: e3.value, attrs: { label: e3.label, value: e3.value } });
})), 1)], 1)], 1), e2._v(" "), a2("el-col", { attrs: { span: 8 } }, [a2("el-form-item", { attrs: { prop: "taskDate" } }, [a2("el-date-picker", { attrs: { type: "daterange", "range-separator": "至", format: "yyyy-MM-dd", "value-format": "yyyy-MM-dd", "start-placeholder": "开始执行时间", "end-placeholder": "结束执行时间" }, model: { value: e2.taskDate, callback: function(t3) {
e2.taskDate = t3;
}, expression: "taskDate" } })], 1)], 1)], 1)], 1), e2._v(" "), a2("div", { staticClass: "searchBtn" }, [a2("el-form-item", [a2("el-button", { directives: [{ name: "points", rawName: "v-points", value: 500, expression: "500" }], on: { click: function(t3) {
return e2.resetForm("query");
} } }, [e2._v("重置")]), e2._v(" "), a2("el-button", { directives: [{ name: "points", rawName: "v-points", value: 500, expression: "500" }], attrs: { type: "primary" }, on: { click: e2.onSearch } }, [e2._v("查询")])], 1)], 1)])])], 1), e2._v(" "), a2("el-card", { staticClass: "box-card", attrs: { shadow: "never" } }, [a2("div", { staticClass: "clearfix", attrs: { slot: "header" }, slot: "header" }, [a2("span", [e2._v("操作日志记录")])]), e2._v(" "), a2("el-table", { directives: [{ name: "loading", rawName: "v-loading", value: e2.listLoading, expression: "listLoading" }], attrs: { border: "", data: e2.listTable, "header-cell-style": e2.headClass, fit: "", "highlight-current-row": "" } }, [a2("el-table-column", { attrs: { label: "#", align: "center", width: "80" }, scopedSlots: e2._u([{ key: "default", fn: function(t3) {
return [a2("span", [e2._v(e2._s(t3.$index + (e2.query.pageNumber - 1) * e2.query.pageSize + 1))])];
} }]) }), e2._v(" "), a2("el-table-column", { attrs: { align: "center", label: "操作人" }, scopedSlots: e2._u([{ key: "default", fn: function(t3) {
return [a2("span", [e2._v(e2._s(t3.row.operaterName))])];
} }]) }), e2._v(" "), a2("el-table-column", { attrs: { align: "center", label: "操作IP" }, scopedSlots: e2._u([{ key: "default", fn: function(t3) {
return [a2("span", [e2._v(e2._s(t3.row.ipAddr))])];
} }]) }), e2._v(" "), a2("el-table-column", { attrs: { align: "center", label: "操作类型" }, scopedSlots: e2._u([{ key: "default", fn: function(t3) {
return ["1" === t3.row.type ? a2("span", [e2._v("新增")]) : e2._e(), e2._v(" "), "2" === t3.row.type ? a2("span", [e2._v("编辑")]) : e2._e(), e2._v(" "), "3" === t3.row.type ? a2("span", [e2._v("禁用")]) : e2._e(), e2._v(" "), "4" === t3.row.type ? a2("span", [e2._v("冲销作废")]) : e2._e()];
} }]) }), e2._v(" "), a2("el-table-column", { attrs: { align: "center", label: "操作模块" }, scopedSlots: e2._u([{ key: "default", fn: function(t3) {
return [a2("span", [e2._v(e2._s(t3.row.module))])];
} }]) }), e2._v(" "), a2("el-table-column", { attrs: { align: "center", label: "操作内容", "show-overflow-tooltip": "" }, scopedSlots: e2._u([{ key: "default", fn: function(t3) {
return [a2("span", [e2._v(e2._s(t3.row.content))])];
} }]) }), e2._v(" "), a2("el-table-column", { attrs: { align: "center", label: "操作时间" }, scopedSlots: e2._u([{ key: "default", fn: function(t3) {
return [a2("span", [e2._v(e2._s(t3.row.createDate))])];
} }]) })], 1), e2._v(" "), a2("div", { staticClass: "paginations" }, [a2("el-pagination", { attrs: { background: "", "current-page": e2.query.pageNumber, "page-sizes": [10, 30, 50, 100, 200], "page-size": e2.query.pageSize, layout: "total, sizes, prev, pager, next, jumper", total: e2.total }, on: { "update:currentPage": function(t3) {
return e2.$set(e2.query, "pageNumber", t3);
}, "update:current-page": function(t3) {
return e2.$set(e2.query, "pageNumber", t3);
}, "size-change": e2.handleSizeChange, "current-change": e2.handleCurrentChange } })], 1)], 1)], 1);
}, s = [], l = a("2b74"), n = { name: "personnelList", data: function() {
return { taskDate: "", total: 0, listLoading: false, operationType: [{ value: "1", label: "新增" }, { value: "2", label: "编辑" }, { value: "3", label: "禁用" }, { value: "4", label: "冲销作废" }], residentState: [{ value: "工单管理", label: "工单管理" }, { value: "支付配置", label: "支付配置" }, { value: "应收", label: "应收" }, { value: "知识图谱", label: "知识图谱" }], listTable: [], query: { pageNumber: 1, pageSize: 10, type: "", module: "" } };
}, beforeRouteEnter: function(e2, t2, a2) {
a2((function(t3) {
var a3 = e2.name, r2 = JSON.parse(sessionStorage.getItem(a3));
r2 && (t3.query = r2), t3.getlistData();
}));
}, created: function() {
this.getlistData(), this.headClass();
}, methods: { getlistData: function() {
var e2 = this;
this.listLoading = true, this.query.projectUuid = this.$store.state.community_uuid, this.query.operaterId = this.$store.state.user.userInfo.id, this.query.operaterName = this.$store.state.user.userInfo.memberName, Object(l["U"])(this.query).then((function(t2) {
t2 && t2.data && (e2.listTable = t2.data.records, e2.total = t2.data.rowsCount), sessionStorage.setItem(e2.$route.name, JSON.stringify(e2.query));
})), this.listLoading = false;
}, onSearch: function() {
if (this.query.pageNumber = 1, this.taskDate) {
var e2 = this.taskDate[0] + " 00:00:00", t2 = this.taskDate[1] + " 23:59:59", a2 = new Date(e2), r2 = new Date(t2);
this.query.startTime = a2.getTime(), this.query.endTime = r2.getTime();
} else this.query.startTime = "", this.query.endTime = "";
this.getlistData();
}, handleSizeChange: function(e2) {
this.query.pageSize = e2, this.query.pageNumber = 1, this.getlistData();
}, handleCurrentChange: function(e2) {
this.query.pageNumber = e2, this.getlistData();
}, resetForm: function(e2) {
this.query.pageNumber = 1, this.taskDate = "", this.query.startTime = "", this.query.endTime = "", this.getlistData(), this.$refs[e2].resetFields();
}, headClass: function() {
return "text-align:center;background:#FAFAFA;";
} } }, i = n, o = (a("f55a"), a("829d")), u = Object(o["a"])(i, r, s, false, null, "28ec347c", null);
t["default"] = u.exports;
}, d25c: function(e, t, a) {
}, f55a: function(e, t, a) {
"use strict";
a("d25c");
} }]);