@@ -44,7 +44,7 @@ export function IsPermission(router, code) { | |||
try { | |||
codeArr = sm4.decryptData_CBC(router.query.jurisdiction, sm4Key); | |||
sessionStorage.setItem(router.path, codeArr); | |||
console.log("权限标识", codeArr); | |||
// console.log("权限标识", codeArr); | |||
} catch (error) { | |||
console.error("解密失败:", error.message); | |||
} |
@@ -2249,10 +2249,12 @@ let field = ref({ | |||
{ | |||
prop: "orderNo", | |||
label: "单号", | |||
width: "140px" | |||
}, | |||
{ | |||
prop: "productName", | |||
label: "产品名称", | |||
width: "140px" | |||
}, | |||
{ | |||
prop: "productTypes", | |||
@@ -2288,6 +2290,7 @@ let field = ref({ | |||
{ | |||
prop: "customerTel", | |||
label: "手机号", | |||
width: "100px" | |||
}, | |||
{ | |||
prop: "customerIdType", | |||
@@ -2297,6 +2300,7 @@ let field = ref({ | |||
{ | |||
prop: "customerIdNum", | |||
label: "证件号", | |||
width: "150px" | |||
}, | |||
{ | |||
prop: "vehiclePlate", | |||
@@ -2341,7 +2345,7 @@ let field = ref({ | |||
// }, | |||
}, | |||
{ | |||
width: "180px", | |||
width: "160px", | |||
prop: "orderStep", // | |||
label: "订单阶段", | |||
funRuleStarts: true, | |||
@@ -2367,7 +2371,7 @@ let field = ref({ | |||
}, | |||
}, | |||
{ | |||
width: "180px", | |||
width: "80px", | |||
prop: "artificialStatus", // | |||
label: "审核类型", | |||
funRuleStarts: true, | |||
@@ -2376,7 +2380,7 @@ let field = ref({ | |||
}, | |||
}, | |||
{ | |||
width: "180px", | |||
width: "80px", | |||
prop: "auditPerson", // | |||
label: "审核人", | |||
}, |
@@ -268,6 +268,7 @@ | |||
{ | |||
type: 'index', | |||
label: '序号', | |||
width: '80px', | |||
}, | |||
], | |||
field: [ | |||
@@ -280,10 +281,12 @@ | |||
{ | |||
prop: 'orderNo', | |||
label: '单号', | |||
width: "140px" | |||
}, | |||
{ | |||
prop: 'productName', | |||
label: '产品名称', | |||
width: "140px" | |||
}, | |||
{ | |||
prop: 'productTypes', | |||
@@ -319,6 +322,7 @@ | |||
{ | |||
prop: 'customerTel', | |||
label: '手机号', | |||
width: "100px" | |||
}, | |||
{ | |||
prop: 'customerIdType', | |||
@@ -372,7 +376,7 @@ | |||
// }, | |||
}, | |||
{ | |||
width: "180px", | |||
width: "160px", | |||
prop: "orderStep", // | |||
label: "订单阶段", | |||
funRuleStarts: true, | |||
@@ -387,7 +391,7 @@ | |||
// listData: ORDER_TYPE | |||
// }, | |||
{ | |||
width: '180px', | |||
width: '80px', | |||
prop: 'artificialStatus', // | |||
label: '审核类型', | |||
funRuleStarts: true, | |||
@@ -396,12 +400,12 @@ | |||
}, | |||
}, | |||
{ | |||
width: '180px', | |||
width: '80px', | |||
prop: 'auditPerson', // | |||
label: '审核人', | |||
}, | |||
{ | |||
width: '150px', | |||
width: '140px', | |||
prop: 'insertTime', | |||
label: '创建时间', | |||
funRuleStarts: true, |