X垃圾嫌疑用户 - 增加分区
This commit is contained in:
@@ -1,5 +1,9 @@
|
|||||||
<template>
|
<template>
|
||||||
<div class="box">
|
<div class="box">
|
||||||
|
<div class="inquire">
|
||||||
|
<span>分区</span>
|
||||||
|
<partition-select v-model:partition-id="formData.partitionId" />
|
||||||
|
</div>
|
||||||
<div class="inquire">
|
<div class="inquire">
|
||||||
<span>用户ID:</span>
|
<span>用户ID:</span>
|
||||||
<el-input v-model="formData.erbanNo" placeholder="" class="input" />
|
<el-input v-model="formData.erbanNo" placeholder="" class="input" />
|
||||||
@@ -113,8 +117,11 @@
|
|||||||
</template>
|
</template>
|
||||||
|
|
||||||
<script>
|
<script>
|
||||||
|
import PartitionSelect from "../common/partitionSelect.vue";
|
||||||
export default {
|
export default {
|
||||||
name: "SuspectedUserX",
|
name: "SuspectedUserX",
|
||||||
|
components: {PartitionSelect},
|
||||||
|
|
||||||
};
|
};
|
||||||
</script>
|
</script>
|
||||||
<script setup>
|
<script setup>
|
||||||
@@ -134,6 +141,7 @@ const formData = reactive({
|
|||||||
ip: "",
|
ip: "",
|
||||||
device: "",
|
device: "",
|
||||||
identity: "",
|
identity: "",
|
||||||
|
partitionId:undefined,
|
||||||
});
|
});
|
||||||
const tableData = reactive({
|
const tableData = reactive({
|
||||||
data: [],
|
data: [],
|
||||||
|
Reference in New Issue
Block a user