Merge branch 'master' of http://47.109.37.87:3000/by2025/admin-vben5
Some checks failed
/ Explore-Gitea-Actions (push) Failing after 5m13s
Some checks failed
/ Explore-Gitea-Actions (push) Failing after 5m13s
This commit is contained in:
commit
c8bcf9a28d
@ -5,9 +5,9 @@ import { getDictOptions } from '#/utils/dict';
|
|||||||
import { renderDict } from '#/utils/render';
|
import { renderDict } from '#/utils/render';
|
||||||
import { suppliersList } from '#/api/property/assetManage/suppliers';
|
import { suppliersList } from '#/api/property/assetManage/suppliers';
|
||||||
import { depotList } from '#/api/property/assetManage/depot';
|
import { depotList } from '#/api/property/assetManage/depot';
|
||||||
import { useUserStore } from '@vben/stores';
|
// import { useUserStore } from '@vben/stores';
|
||||||
|
|
||||||
const userStore = useUserStore();
|
// const userStore = useUserStore();
|
||||||
|
|
||||||
export const querySchema: FormSchemaGetter = () => [
|
export const querySchema: FormSchemaGetter = () => [
|
||||||
// {
|
// {
|
||||||
@ -45,6 +45,7 @@ export const querySchema: FormSchemaGetter = () => [
|
|||||||
fieldName: 'buyType',
|
fieldName: 'buyType',
|
||||||
label: '采购方式',
|
label: '采购方式',
|
||||||
},
|
},
|
||||||
|
|
||||||
{
|
{
|
||||||
component: 'Select',
|
component: 'Select',
|
||||||
componentProps: {
|
componentProps: {
|
||||||
|
Loading…
Reference in New Issue
Block a user