|
@@ -19,32 +19,16 @@
|
|
|
</template>
|
|
|
<template #buttons>
|
|
|
<div class="flex items-center gap-[var(--czr-gap)]">
|
|
|
- <div class="__hover text-[0.88rem] text-[#576275] flex items-center gap-[0.3rem]" @click="state.query.form.isCreate = !state.query.form.isCreate">
|
|
|
- <SvgIcon name="czr_add1" size="14" :active="state.query.form.isCreate"/>我的创建
|
|
|
- </div>
|
|
|
- <div class="__hover text-[0.88rem] text-[#576275] flex items-center gap-[0.3rem]" @click="state.query.form.isStar = !state.query.form.isStar">
|
|
|
- <SvgIcon name="star" size="15" class="mb-[2px]" :active="state.query.form.isStar"/>我的收藏
|
|
|
- </div>
|
|
|
<CzrForm class="bm-filter" label-width="0px" @handleEnter="onSearch">
|
|
|
<CzrFormColumn
|
|
|
width="6.68rem"
|
|
|
class="__czr-table-form-column"
|
|
|
:span="24"
|
|
|
label-width="0px"
|
|
|
- v-model:param="state.query.form.group"
|
|
|
- link="select"
|
|
|
- :options="DictionaryStore.knowledgeGroups.list"
|
|
|
- placeholder="全部分组"
|
|
|
- />
|
|
|
- <CzrFormColumn
|
|
|
- width="6.68rem"
|
|
|
- class="__czr-table-form-column"
|
|
|
- :span="24"
|
|
|
- label-width="0px"
|
|
|
v-model:param="state.query.form.tag"
|
|
|
link="select"
|
|
|
:options="DictionaryStore.knowledgeTags.list"
|
|
|
- placeholder="全部标签"
|
|
|
+ placeholder="审核状态"
|
|
|
/>
|
|
|
<CzrFormColumn
|
|
|
width="15.63rem"
|
|
@@ -52,7 +36,7 @@
|
|
|
:span="24"
|
|
|
label-width="0px"
|
|
|
v-model:param="state.text"
|
|
|
- placeholder="按名称搜索"
|
|
|
+ placeholder="按文档名称搜索"
|
|
|
:prefix-icon="Search"
|
|
|
/>
|
|
|
</CzrForm>
|