mirror of
https://github.com/apache/skywalking-booster-ui.git
synced 2025-05-02 06:04:01 +00:00
fix: typo
This commit is contained in:
parent
d659935773
commit
b678cd5497
@ -33,7 +33,7 @@ limitations under the License. -->
|
|||||||
</div>
|
</div>
|
||||||
<el-table :data="tableData" style="width: 100%" max-height="550">
|
<el-table :data="tableData" style="width: 100%" max-height="550">
|
||||||
<el-table-column fixed prop="name" label="Name" />
|
<el-table-column fixed prop="name" label="Name" />
|
||||||
<el-table-column prop="type" label="type" />
|
<el-table-column prop="type" label="Type" />
|
||||||
<el-table-column prop="date" label="Date" />
|
<el-table-column prop="date" label="Date" />
|
||||||
<el-table-column label="Operations">
|
<el-table-column label="Operations">
|
||||||
<template #default="scope">
|
<template #default="scope">
|
||||||
@ -88,7 +88,7 @@ const tableData = [
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
date: "2016-05-01",
|
date: "2016-05-01",
|
||||||
name: "Tom",
|
name: "xxx",
|
||||||
type: "mesh",
|
type: "mesh",
|
||||||
},
|
},
|
||||||
];
|
];
|
||||||
|
Loading…
Reference in New Issue
Block a user