mirror of
https://github.com/crmeb/CRMEB.git
synced 2025-12-13 03:32:48 +00:00
16 lines
202 B
JavaScript
16 lines
202 B
JavaScript
// components/goodList/index.js
|
|
Component({
|
|
properties: {
|
|
status: {
|
|
type: String,
|
|
value: 0,
|
|
},
|
|
bastList: {
|
|
type: Object,
|
|
value: [],
|
|
}
|
|
},
|
|
data: {
|
|
|
|
}
|
|
}) |