Browse Source

列表字段修改

aqm-ops-supervision-platform
wbc 2 weeks ago
parent
commit
453885c828
  1. 2
      .env
  2. 6
      src/views/auth/login/Login.vue
  3. 12
      src/views/onlineAnalysis/arguments/index.vue
  4. 2
      src/views/onlineAnalysis/io/data.ts
  5. 12
      src/views/onlineAnalysis/io/index.vue
  6. 12
      src/views/onlineAnalysis/net/index.vue
  7. 12
      src/views/onlineAnalysis/zero/index.vue

2
.env

@ -1,2 +1,2 @@
# spa-title # spa-title
VITE_GLOB_APP_TITLE = Plus Admin VITE_GLOB_APP_TITLE = '国研空气质量监控系统运维监理及考核平台'

6
src/views/auth/login/Login.vue

@ -16,7 +16,7 @@
<div class="container relative h-full py-2 mx-auto sm:px-10"> <div class="container relative h-full py-2 mx-auto sm:px-10">
<div class="flex h-full"> <div class="flex h-full">
<div class="hidden min-h-full pl-4 mr-4 xl:flex xl:flex-col xl:w-6/12"> <div class="hidden min-h-full pl-4 mr-4 xl:flex xl:flex-col xl:w-6/12">
<AppLogo class="-enter-x" /> <!-- <AppLogo class="-enter-x" /> -->
<div class="my-auto"> <div class="my-auto">
<img <img
:alt="title" :alt="title"
@ -26,9 +26,9 @@
<div class="mt-10 font-medium text-white -enter-x"> <div class="mt-10 font-medium text-white -enter-x">
<span class="inline-block mt-4 text-3xl"> {{ t('sys.login.signInTitle') }}</span> <span class="inline-block mt-4 text-3xl"> {{ t('sys.login.signInTitle') }}</span>
</div> </div>
<div class="mt-5 font-normal text-white dark:text-gray-500 -enter-x"> <!-- <div class="mt-5 font-normal text-white dark:text-gray-500 -enter-x">
{{ t('sys.login.signInDesc') }} {{ t('sys.login.signInDesc') }}
</div> </div> -->
</div> </div>
</div> </div>
<div class="flex w-full h-full py-5 xl:h-auto xl:py-0 xl:my-0 xl:w-6/12"> <div class="flex w-full h-full py-5 xl:h-auto xl:py-0 xl:my-0 xl:w-6/12">

12
src/views/onlineAnalysis/arguments/index.vue

@ -35,12 +35,12 @@
}, },
immediate: true, immediate: true,
columns: columns, columns: columns,
actionColumn: { // actionColumn: {
width: 300, // width: 300,
title: '操作', // title: '',
key: 'action', // key: 'action',
fixed: 'right', // fixed: 'right',
}, // },
}); });
// //
// //

2
src/views/onlineAnalysis/io/data.ts

@ -18,7 +18,7 @@ export const columns: BasicColumn[] = [
}, },
{ {
title: '故障结束时间', title: '故障结束时间',
dataIndex: 'faulteEndDate', dataIndex: 'faultEndDate',
}, },
{ {
title: '运维响应时间', title: '运维响应时间',

12
src/views/onlineAnalysis/io/index.vue

@ -35,12 +35,12 @@
}, },
immediate: true, immediate: true,
columns: columns, columns: columns,
actionColumn: { // actionColumn: {
width: 300, // width: 300,
title: '操作', // title: '',
key: 'action', // key: 'action',
fixed: 'right', // fixed: 'right',
}, // },
}); });
// //
// //

12
src/views/onlineAnalysis/net/index.vue

@ -43,12 +43,12 @@
}, },
immediate: true, immediate: true,
columns: columns, columns: columns,
actionColumn: { // actionColumn: {
width: 300, // width: 300,
title: '操作', // title: '',
key: 'action', // key: 'action',
fixed: 'right', // fixed: 'right',
}, // },
}); });
// //
const handleDelete = async (id: any) => { const handleDelete = async (id: any) => {

12
src/views/onlineAnalysis/zero/index.vue

@ -35,12 +35,12 @@
}, },
immediate: true, immediate: true,
columns: columns, columns: columns,
actionColumn: { // actionColumn: {
width: 300, // width: 300,
title: '操作', // title: '',
key: 'action', // key: 'action',
fixed: 'right', // fixed: 'right',
}, // },
}); });
// //
// //

Loading…
Cancel
Save