Explorar o código

打包删除部分文件

tangning %!s(int64=2) %!d(string=hai) anos
pai
achega
4ad18b3eb4
Modificáronse 3 ficheiros con 3 adicións e 3 borrados
  1. 1 1
      src/store/modules/user.ts
  2. 1 1
      src/views/work/maintenance.vue
  3. 1 1
      src/views/work/query.vue

+ 1 - 1
src/store/modules/user.ts

@@ -166,7 +166,7 @@ export const useUserStore = defineStore({
     async logout(goLogin = false) {
       if (this.getToken) {
         try {
-          await doLogout();
+          // await doLogout();
         } catch {
           console.log('注销Token失败');
         }

+ 1 - 1
src/views/work/maintenance.vue

@@ -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),
             },
             {

+ 1 - 1
src/views/work/query.vue

@@ -123,7 +123,7 @@ export default defineComponent({
         width: 100,
       },{
         title: '接单日期',
-        dataIndex: 'createTime',
+        dataIndex: 'orderReceivingTime',
         width: 150,
       },
       {