记得上下班打卡 | git大法好,push需谨慎

Commit ab2b517e authored by 姜秀龙's avatar 姜秀龙

damai admin 101才能显示

parent 702b9dda
......@@ -376,6 +376,7 @@
const auditStatus = '[[${kylinPerformanceMisVo.auditStatus}]]';
const status = '[[${kylinPerformanceMisVo.status}]]';
const fieldStatus = '[[${kylinPerformanceMisVo.fieldAuditStatus}]]';
const type = '[[${kylinPerformanceMisVo.type}]]';
const endTime = new Date('[[${kylinPerformanceMisVo.timeEnd}]]'.replaceAll("\"", "")).valueOf();
const now = new Date().valueOf();
// const et = new Date(endTime.replaceAll("\"", "")).valueOf();
......@@ -418,7 +419,7 @@
}
var damaiFlag = [[${@permission.hasPermi('kylin:performances:damai')}]];
if (damaiFlag == "hidden") {
if (damaiFlag == "hidden" || type != 101) {
document.getElementById("li-tab-5").style.display = "none";
}
......@@ -434,7 +435,7 @@
var orderImportFlag = [[${@permission.hasPermi('kylin:performances:orderImport')}]];
if (orderImportFlag == "hidden") {
document.getElementById("li-tab-8").style.display = "none";
document.getElementById("li-tab-8"). style.display = "none";
}
var payTxt = [[${@permission.hasPermi('kylin:performances:payTxt')}]];
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment