LaiTool V3.1.1.
This commit is contained in:
@@ -24,9 +24,13 @@ export const useSoftwareStore = defineStore('software', {
|
||||
reverse_show_book_striped: false, // 是否显示斑马纹(反推界面)
|
||||
reverse_data_table_size: 'small' // 反推界面表格大小
|
||||
},
|
||||
globalSetting: {} as SoftwareSettingModel.GlobalSetting,
|
||||
show_logger: false, // 是否显示日志
|
||||
componentSize: [], // 组件尺寸(通用的选项)
|
||||
SoftColor: null // 按钮颜色
|
||||
SoftColor: null, // 按钮颜色
|
||||
loading: {
|
||||
originDatatableDataLoading: false, // 原始数据表格加载
|
||||
}
|
||||
}),
|
||||
getters: {
|
||||
// 获取一键反推界面显示数据
|
||||
|
||||
Reference in New Issue
Block a user