会议管理
This commit is contained in:
@@ -119,8 +119,11 @@ export const modalSchema: FormSchemaGetter = () => [
|
||||
{
|
||||
label: '租金',
|
||||
fieldName: 'rent',
|
||||
component: 'Input',
|
||||
component: 'InputNumber',
|
||||
rules: 'required',
|
||||
componentProps:{
|
||||
precision: 2,
|
||||
}
|
||||
},
|
||||
{
|
||||
label: '库存数量',
|
||||
|
@@ -103,7 +103,7 @@ function handleMultiDelete() {
|
||||
|
||||
<template>
|
||||
<Page :auto-content-height="true">
|
||||
<BasicTable table-title="绿植租赁-绿植产品列表">
|
||||
<BasicTable table-title="产品管理列表">
|
||||
<template #toolbar-tools>
|
||||
<Space>
|
||||
<a-button
|
||||
|
Reference in New Issue
Block a user