This commit is contained in:
xiaoma
2021-08-09 10:17:37 +08:00
parent 8f05b20ffa
commit d388ae5656
13 changed files with 47 additions and 37 deletions

View File

@@ -77,6 +77,6 @@ export const columns = [
{
title: '停留时间',
key: 'time',
width: 160,
width: 80,
},
];

View File

@@ -67,6 +67,6 @@ export const columns = [
{
title: '停留时间',
key: 'time',
width: 160,
width: 80,
},
];

View File

@@ -10,7 +10,7 @@
@edit-end="editEnd"
@edit-change="onEditChange"
@update:checked-row-keys="onCheckedRow"
:scroll-x="1300"
:scroll-x="1360"
>
<template #toolbar>
<n-button type="primary" @click="reloadTable">刷新数据</n-button>

View File

@@ -11,7 +11,7 @@
@edit-end="editEnd"
@edit-change="onEditChange"
@update:checked-row-keys="onCheckedRow"
:scroll-x="1530"
:scroll-x="1510"
>
<template #toolbar>
<n-button type="primary" @click="reloadTable">刷新数据</n-button>

View File

@@ -91,6 +91,6 @@ export const columns = [
{
title: '停留时间',
key: 'time',
width: 160,
width: 80,
},
];