Merge remote-tracking branch 'yudao/dev' into dev-new
This commit is contained in:
@@ -2,6 +2,7 @@ import type { Recordable } from '@vben/types';
|
||||
|
||||
import { h } from 'vue';
|
||||
|
||||
// TODO @puhui999:搜索的重置按钮,颜色不对;antd 是白色的
|
||||
import { IconifyIcon } from '@vben/icons';
|
||||
import { $te } from '@vben/locales';
|
||||
import {
|
||||
@@ -18,6 +19,7 @@ import { $t } from '#/locales';
|
||||
|
||||
import { useVbenForm } from './form';
|
||||
|
||||
// TODO @puhui999:貌似新增、和导出按钮,和 antd 有点点差别,这个是要写样式哇?
|
||||
setupVbenVxeTable({
|
||||
configVxeTable: (vxeUI) => {
|
||||
vxeUI.setConfig({
|
||||
@@ -165,6 +167,8 @@ setupVbenVxeTable({
|
||||
text: $t('common.edit'),
|
||||
},
|
||||
};
|
||||
// TODO @puhui999:貌似按钮相比 antd 版本,小一点?
|
||||
// TODO @puhui999:貌似按钮之间的间距,大了一点?
|
||||
const operations: Array<Recordable<any>> = (
|
||||
options || ['edit', 'delete']
|
||||
)
|
||||
|
||||
@@ -23,6 +23,7 @@ const goToUrl = () => {
|
||||
};
|
||||
</script>
|
||||
|
||||
<!-- TODO @puhui999:样式有点问题,间隔没了。可以看下 antd 版本的例子哈 -->
|
||||
<template>
|
||||
<ElAlert
|
||||
v-if="isDocAlertEnable()"
|
||||
|
||||
@@ -13,7 +13,7 @@ interface DictState {
|
||||
dictCache: Dict;
|
||||
}
|
||||
|
||||
// TODO @芋艿:可以共享么?
|
||||
// TODO @xingyu:@芋艿:可以共享么?
|
||||
export const useDictStore = defineStore('dict', {
|
||||
actions: {
|
||||
getDictData(dictType: string, value: any) {
|
||||
|
||||
@@ -149,6 +149,7 @@ export function useGridFormSchema(): VbenFormSchema[] {
|
||||
options: getDictOptions(DICT_TYPE.COMMON_STATUS, 'number'),
|
||||
},
|
||||
},
|
||||
// TODO @puhui999:貌似创建时间,出不来;
|
||||
{
|
||||
fieldName: 'createTime',
|
||||
label: '创建时间',
|
||||
|
||||
Reference in New Issue
Block a user