Browse Source

修改

master
yangpeilai 1 week ago
parent
commit
e73d4353eb

+ 1
- 1
src/router/routerUtil.ts View File

try { try {
codeArr = sm4.decryptData_CBC(router.query.jurisdiction, sm4Key); codeArr = sm4.decryptData_CBC(router.query.jurisdiction, sm4Key);
sessionStorage.setItem(router.path, codeArr); sessionStorage.setItem(router.path, codeArr);
console.log("权限标识", codeArr);
// console.log("权限标识", codeArr);
} catch (error) { } catch (error) {
console.error("解密失败:", error.message); console.error("解密失败:", error.message);
} }

+ 7
- 3
src/views/onlineBusinessHall/orderManagement/index.vue View File

{ {
prop: "orderNo", prop: "orderNo",
label: "单号", label: "单号",
width: "140px"
}, },
{ {
prop: "productName", prop: "productName",
label: "产品名称", label: "产品名称",
width: "140px"
}, },
{ {
prop: "productTypes", prop: "productTypes",
{ {
prop: "customerTel", prop: "customerTel",
label: "手机号", label: "手机号",
width: "100px"
}, },
{ {
prop: "customerIdType", prop: "customerIdType",
{ {
prop: "customerIdNum", prop: "customerIdNum",
label: "证件号", label: "证件号",
width: "150px"
}, },
{ {
prop: "vehiclePlate", prop: "vehiclePlate",
// }, // },
}, },
{ {
width: "180px",
width: "160px",
prop: "orderStep", // prop: "orderStep", //
label: "订单阶段", label: "订单阶段",
funRuleStarts: true, funRuleStarts: true,
}, },
}, },
{ {
width: "180px",
width: "80px",
prop: "artificialStatus", // prop: "artificialStatus", //
label: "审核类型", label: "审核类型",
funRuleStarts: true, funRuleStarts: true,
}, },
}, },
{ {
width: "180px",
width: "80px",
prop: "auditPerson", // prop: "auditPerson", //
label: "审核人", label: "审核人",
}, },

+ 8
- 4
src/views/onlineBusinessHall/orderManagement/orderReview/index.vue View File

{ {
type: 'index', type: 'index',
label: '序号', label: '序号',
width: '80px',
}, },
], ],
field: [ field: [
{ {
prop: 'orderNo', prop: 'orderNo',
label: '单号', label: '单号',
width: "140px"
}, },
{ {
prop: 'productName', prop: 'productName',
label: '产品名称', label: '产品名称',
width: "140px"
}, },
{ {
prop: 'productTypes', prop: 'productTypes',
{ {
prop: 'customerTel', prop: 'customerTel',
label: '手机号', label: '手机号',
width: "100px"
}, },
{ {
prop: 'customerIdType', prop: 'customerIdType',
// }, // },
}, },
{ {
width: "180px",
width: "160px",
prop: "orderStep", // prop: "orderStep", //
label: "订单阶段", label: "订单阶段",
funRuleStarts: true, funRuleStarts: true,
// listData: ORDER_TYPE // listData: ORDER_TYPE
// }, // },
{ {
width: '180px',
width: '80px',
prop: 'artificialStatus', // prop: 'artificialStatus', //
label: '审核类型', label: '审核类型',
funRuleStarts: true, funRuleStarts: true,
}, },
}, },
{ {
width: '180px',
width: '80px',
prop: 'auditPerson', // prop: 'auditPerson', //
label: '审核人', label: '审核人',
}, },
{ {
width: '150px',
width: '140px',
prop: 'insertTime', prop: 'insertTime',
label: '创建时间', label: '创建时间',
funRuleStarts: true, funRuleStarts: true,

Loading…
Cancel
Save