mirror of
https://gitee.com/dromara/go-view.git
synced 2024-11-30 02:38:30 +08:00
feat: 处理基础表格图片和文案提示
This commit is contained in:
parent
ab5ade9be1
commit
db73346c71
BIN
src/assets/images/chart/tables/tables_basic.png
Normal file
BIN
src/assets/images/chart/tables/tables_basic.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 22 KiB |
@ -1,5 +1,6 @@
|
||||
<template>
|
||||
<collapse-item name="表格设置" :expanded="true">
|
||||
<n-tag type="primary">若配置无响应,请在预览页面查看效果</n-tag>
|
||||
<setting-item-box :alone="true" name="对齐方式">
|
||||
<setting-item :alone="true">
|
||||
<n-select
|
||||
@ -70,7 +71,7 @@
|
||||
<setting-item name="边框样式" :alone="true">
|
||||
<n-select v-model:value="optionData.style.borderStyle" size="small" :options="borderStyleFlag" />
|
||||
</setting-item>
|
||||
<SettingItem name="表格搜索" :alone="true">
|
||||
<SettingItem name="表格搜索(前端静态搜索)" :alone="true">
|
||||
<n-select v-model:value="optionData.inputShow" size="small" :options="inputSelect" />
|
||||
</SettingItem>
|
||||
</setting-item-box>
|
||||
|
@ -5,10 +5,10 @@ export const TablesBasicConfig: ConfigType = {
|
||||
key: 'TablesBasic',
|
||||
chartKey: 'VTablesBasic',
|
||||
conKey: 'VCTablesBasic',
|
||||
title: '基础表格',
|
||||
title: '基础分页表格',
|
||||
category: ChatCategoryEnum.TABLE,
|
||||
categoryName: ChatCategoryEnumName.TABLE,
|
||||
package: PackagesCategoryEnum.TABLES,
|
||||
chartFrame: ChartFrameEnum.COMMON,
|
||||
image: 'tables_list.png'
|
||||
image: 'tables_basic.png'
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user