任务明细页面
This commit is contained in:
10
components/picker/picker-item-props.js
Normal file
10
components/picker/picker-item-props.js
Normal file
@@ -0,0 +1,10 @@
|
||||
const props = {
|
||||
format: {
|
||||
type: null,
|
||||
},
|
||||
options: {
|
||||
type: Array,
|
||||
value: [],
|
||||
},
|
||||
};
|
||||
export default props;
|
||||
Reference in New Issue
Block a user