会议管理

This commit is contained in:
FLL
2025-07-05 11:43:25 +08:00
parent 06c625fa76
commit ddf8251ce8
8 changed files with 62 additions and 39 deletions

View File

@@ -119,8 +119,11 @@ export const modalSchema: FormSchemaGetter = () => [
{
label: '租金',
fieldName: 'rent',
component: 'Input',
component: 'InputNumber',
rules: 'required',
componentProps:{
precision: 2,
}
},
{
label: '库存数量',

View File

@@ -103,7 +103,7 @@ function handleMultiDelete() {
<template>
<Page :auto-content-height="true">
<BasicTable table-title="绿植租赁-绿植产品列表">
<BasicTable table-title="产品管理列表">
<template #toolbar-tools>
<Space>
<a-button