路由使用history模式
This commit is contained in:
@@ -113,7 +113,7 @@ const columns = [
|
||||
key: "host",
|
||||
},
|
||||
{
|
||||
title: "分区信息",
|
||||
title: "订阅分区信息",
|
||||
dataIndex: "partitions",
|
||||
key: "partitions",
|
||||
scopedSlots: { customRender: "partitions" },
|
||||
|
||||
@@ -22,7 +22,7 @@
|
||||
<a-form-item :label="`类型`">
|
||||
<a-select
|
||||
class="type-select"
|
||||
v-decorator="['type', { initialValue: 'all' }]"
|
||||
v-decorator="['type', { initialValue: 'normal' }]"
|
||||
placeholder="Please select a country"
|
||||
>
|
||||
<a-select-option value="all"> 所有</a-select-option>
|
||||
@@ -91,7 +91,7 @@ export default {
|
||||
components: { PartitionInfo },
|
||||
data() {
|
||||
return {
|
||||
queryParam: { type: "all" },
|
||||
queryParam: { type: "normal" },
|
||||
data: [],
|
||||
columns,
|
||||
selectRow: {},
|
||||
|
||||
Reference in New Issue
Block a user