2aa32e0f by lihua

fix: 修复匿名化处理

1 parent 2aa70cc4
...@@ -187,7 +187,17 @@ onActivated(() => { ...@@ -187,7 +187,17 @@ onActivated(() => {
187 187
188 <template> 188 <template>
189 <div class="container_wrap"> 189 <div class="container_wrap">
190 匿名化处理 190 <div class="table_tool_wrap">
191 <!-- 头部搜索 -->
192 <TableTools :searchItems="searchItemList" :searchId="'data-label-search'" @search="toSearch" :init="false" />
193 <div class="tools_btns">
194 <el-button type="primary" @click="handleCreate">新建</el-button>
195 </div>
196 </div>
197 <div class="table_panel_wrap">
198 <!-- 右侧标签管理表格 -->
199 <Table :tableInfo="tableInfo" @tablePageChange="tablePageChange" />
200 </div>
191 </div> 201 </div>
192 </template> 202 </template>
193 203
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!