客户 供应商审批按钮
This commit is contained in:
@ -65,11 +65,11 @@
|
||||
const isUpdate = ref(true);
|
||||
const rowId = ref('');
|
||||
|
||||
console.log(filterFormSchemaAuth(accountFormSchema, true), 'ssssssssss');
|
||||
// console.log(filterFormSchemaAuth(accountFormSchema, true), 'ssssssssss');
|
||||
|
||||
const [registerForm, { setFieldsValue, resetFields, validate }] = useForm({
|
||||
labelWidth: 100,
|
||||
schemas: filterFormSchemaAuth(accountFormSchema, true),
|
||||
schemas: accountFormSchema,
|
||||
showActionButtonGroup: false,
|
||||
actionColOptions: {
|
||||
span: 23
|
||||
|
||||
@ -118,7 +118,7 @@
|
||||
|
||||
const { filterColumnAuth } = usePermission();
|
||||
|
||||
const filterColumns = filterColumnAuth(columns, true);
|
||||
const filterColumns = filterColumnAuth(columns);
|
||||
|
||||
const [registerModal, { openModal }] = useModal();
|
||||
const [registerTable, { reload }] = useTable({
|
||||
|
||||
Reference in New Issue
Block a user