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