New Huajishe Check ChaoXing
This commit is contained in:
@@ -0,0 +1,30 @@
|
||||
const props = {
|
||||
current: {
|
||||
type: null,
|
||||
value: null,
|
||||
},
|
||||
defaultCurrent: {
|
||||
type: null,
|
||||
},
|
||||
currentStatus: {
|
||||
type: String,
|
||||
value: 'process',
|
||||
},
|
||||
layout: {
|
||||
type: String,
|
||||
value: 'horizontal',
|
||||
},
|
||||
readonly: {
|
||||
type: Boolean,
|
||||
value: false,
|
||||
},
|
||||
sequence: {
|
||||
type: String,
|
||||
value: 'positive',
|
||||
},
|
||||
theme: {
|
||||
type: String,
|
||||
value: 'default',
|
||||
},
|
||||
};
|
||||
export default props;
|
||||
Reference in New Issue
Block a user