refactor(force-notice): 移除模板插槽中的未使用作用域变量

移除以下文件中模板插槽定义的未使用作用域变量:
- src/views/forceNotice/force/handle.vue
- src/views/forceNotice/force/list.vue
- src/views/forceNotice/inclusion/handle.vue
- src/views/forceNotice/inclusion/list.vue
- src/views/forceNotice/liccan/list.vue
- src/views/forceNotice/recovery/list.vue
- src/views/forceNotice/remove/list.vue

这些作用域变量在插槽使用中并未被实际使用,移除后使代码更简洁清晰。
This commit is contained in:
chenxf 2026-01-05 16:23:42 +08:00
parent f1e118ef90
commit 39a439f32a
7 changed files with 7 additions and 7 deletions

View File

@ -138,7 +138,7 @@
</el-radio-group>
</div>
</template>
<template v-slot:entListTable="scope">
<template v-slot:entListTable>
<easy-table
ref="EntListTable"
v-model="entListTableData"

View File

@ -14,7 +14,7 @@
:search-form-prop="searchFormProp"
:search-loader="searchLoader"
>
<template v-slot:table-top="EditTable">
<template v-slot:table-top>
<div v-if="$route.meta.type === 'todo'" style="margin-bottom: 12px;">
<el-button
style="background: #32BBD6;"

View File

@ -120,7 +120,7 @@
</el-radio-group>
</div>
</template>
<template v-slot:entListTable="scope">
<template v-slot:entListTable>
<easy-table
ref="EntListTable"
v-model="entListTableData"

View File

@ -15,7 +15,7 @@
:search-loader="searchLoader"
@update:selected="(value)=>{selected = value}"
>
<template v-slot:table-top="EditTable">
<template v-slot:table-top>
<div style="margin-bottom: 16px;">
<el-button
v-if="type === 'todo'"

View File

@ -15,7 +15,7 @@
:search-loader="searchLoader"
@update:selected="(value)=>{selected = value}"
>
<template v-slot:table-top="EditTable">
<template v-slot:table-top>
<div style="margin-bottom: 16px;">
<el-button
v-if="type === 'todo'"

View File

@ -14,7 +14,7 @@
:search-form-prop="searchFormProp"
:search-loader="searchLoader"
>
<template v-slot:table-top="EditTable">
<template v-slot:table-top>
<div v-if="$route.meta.type === 'todo'" style="margin-bottom: 12px;">
<el-button
style="background: #32BBD6;"

View File

@ -14,7 +14,7 @@
:search-form-prop="searchFormProp"
:search-loader="searchLoader"
>
<template v-slot:table-top="EditTable">
<template v-slot:table-top>
<div v-if="$route.meta.type === 'todo'" style="margin-bottom: 12px;">
<el-button
style="background: #32BBD6;"