@@ -166,7 +166,7 @@ export const useUserStore = defineStore({
async logout(goLogin = false) {
if (this.getToken) {
try {
- await doLogout();
+ // await doLogout();
} catch {
console.log('注销Token失败');
}
@@ -25,7 +25,7 @@
},
{
label: '完成维修',
- ifShow:getCheckPerm('maintenance_finish') && tableType == 1,
+ ifShow:getCheckPerm('maintenance_finish') && tableType == 1 && record.status == 6,
onClick: handleOut.bind(null, record),
@@ -123,7 +123,7 @@ export default defineComponent({
width: 100,
},{
title: '接单日期',
- dataIndex: 'createTime',
+ dataIndex: 'orderReceivingTime',
width: 150,