提交 27424c74 编写于 作者: zhujiamin's avatar zhujiamin

feat: 更新插件

上级 3e1cf7a3
......@@ -3,17 +3,17 @@ var g = (e, s, a) => s in e ? m(e, s, { enumerable: !0, configurable: !0, writab
var i = (e, s, a) => (g(e, typeof s != "symbol" ? s + "" : s, a), a);
import { ModelUtil as b, IndexViewModel as f } from "@ibiz-template/model";
import { PluginStaticResource as r } from "@ibiz-template/runtime";
import { defineComponent as y, getCurrentInstance as v, ref as n, computed as C, onMounted as S, h as t } from "vue";
import { defineComponent as v, getCurrentInstance as y, ref as o, computed as C, onMounted as S, h as t } from "vue";
import { useNamespace as w } from "@ibiz-template/vue-util";
const L = new r(import.meta.url), M = {
const M = new r(import.meta.url), x = {
mateUrl: import.meta.url,
install(e) {
b.getModelService().then((s) => {
s.app.userParams.autoWidth === "true" && document.getElementsByClassName("app")[0].classList.add("auto-width");
}), L.loadStyle(["/style.css"]), ibiz.config.enableDataInfoBar = !1, ibiz.config.gridEditShowMode = "all";
}), M.loadStyle(["/style.css"]), ibiz.config.enableDataInfoBar = !1, ibiz.config.gridEditShowMode = "all";
}
};
const x = new r(import.meta.url);
const L = new r(import.meta.url);
class P {
constructor() {
i(this, "component", "IndexView");
......@@ -31,7 +31,7 @@ function l(e, s) {
class: e.e("logo-caption")
}, [s.caption])]);
}
const I = y({
const I = v({
name: "UserAppLayout",
props: {
model: {
......@@ -54,9 +54,9 @@ const I = y({
}) {
const a = w("layout"), {
proxy: c
} = v(), o = n(!1), p = () => {
o.value = !o.value, s("onCollapseChange", o.value);
}, u = C(() => e.model.source.blankMode === !0), h = n("廉洁风险点提示"), d = n(`风险点名称:<br/>
} = y(), n = o(!1), u = () => {
n.value = !n.value, s("onCollapseChange", n.value);
}, h = C(() => e.model.source.blankMode === !0), p = o("廉洁风险点提示"), d = o(`风险点名称:<br/>
1、不合理设定绩效考核指标(SY-ZLGL-C005)<br/>
2、绩效评分有失公允(SY-ZLGL-C006)<br/>
3、违规调整绩效考核结果(SY-ZLGL-C007)<br/>
......@@ -68,16 +68,16 @@ const I = y({
制定部门绩效考核计划时、绩效考核过程中、反馈绩效考核结果时,发现违规行为及时纠正,对于情节轻微的,未造成损害后果和不良影响的,给予提醒谈话、批评教育或采取岗位调整等组织处理措施。对于情节严重的,根据《中国共产党纪律处分条例》、《中国移动通信集团有限公司员工违纪违规处分条例》(中移人〔2018〕196号)和《中共中国移动通信集团有限公司党组问责工作管理办法》(中移党组〔2021〕23号)等相关规定进行处罚。`);
return S(() => {
c.$Modal.warning({
title: h.value,
title: p.value,
content: d.value,
okText: "已阅知",
width: 1e3
});
}), {
ns: a,
collapseChange: o,
isBlank: u,
collapseMenus: p
collapseChange: n,
isBlank: h,
collapseMenus: u
};
},
render() {
......@@ -127,7 +127,7 @@ const I = y({
const T = {
mateUrl: import.meta.url,
install(e) {
x.loadStyle(["/style.css"]), e.use(M), ibiz.register.view.register(
L.loadStyle(["/style.css"]), e.use(x), ibiz.register.view.register(
"VIEW_CUSTOM_SyZhbgGsWeb",
new P()
), e.component("AppLayout", I);
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册