Commit 9eca34c5 authored by baiyinhao's avatar baiyinhao

no message

parent 7b2a4100
......@@ -11,9 +11,7 @@
<BasicForm @register="registerForm" />
<BasicTable @register="registerTable">
<template #toolbar>
<a-button type="primary" @click="handleAddWhite" v-if="isWhite"
>添加问题数据到白名单</a-button
>
<a-button type="primary" @click="handleAddWhite">添加问题数据到白名单</a-button>
<a-button type="primary" @click="handleSetRule">设置问题规则</a-button>
</template>
<template #bodyCell="{ column, record }">
......@@ -55,7 +53,7 @@
const { createMessage } = useMessage();
const title = ref();
const tableData = ref([]);
const isWhite = ref(false);
const isWhite = ref(true);
const [
registerWhiteListModal,
{ setModalProps: setWhiteListModalProps, openModal: openWhiteListModal },
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment