Commit 53be0daa authored by TZW's avatar TZW

bug

parent 5a96565d
......@@ -2,7 +2,7 @@
* @Author: Li Hanlin
* @Date: 2022-11-29 14:03:07
* @Last Modified by: Li Hanlin
* @Last Modified time: 2022-12-12 15:00:10
* @Last Modified time: 2022-12-12 15:08:23
*/
import { doFetch } from '@/utils/doFetch';
......@@ -42,6 +42,10 @@ const App = ({
case 4:
return {
valueType: 'select',
fieldProps: {
placeholder: '请选择',
mode: 'multiple',
},
options,
};
default:
......
......@@ -69,6 +69,7 @@ function getcolumns(setdrawer) {
title: '地址',
dataIndex: 'address',
key: 'address',
search: false,
width: 320,
formItemProps: {
rules: [
......@@ -83,6 +84,7 @@ function getcolumns(setdrawer) {
title: '状态',
dataIndex: 'status',
key: 'status',
search: false,
valueType: 'radio',
formItemProps: {
rules: [
......@@ -148,6 +150,7 @@ function getcolumns(setdrawer) {
title: '备注',
dataIndex: 'remark',
key: 'remark',
search: false,
valueType: 'textarea',
width: 300,
fieldProps: {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment