|
@ -122,6 +122,7 @@ export function isTableColumns(data) { |
|
|
*/ |
|
|
*/ |
|
|
export function trigger(index, text, prop, type) { |
|
|
export function trigger(index, text, prop, type) { |
|
|
let Function = statusType.default[text] |
|
|
let Function = statusType.default[text] |
|
|
|
|
|
if(!Function)return '无' |
|
|
return Function(index, prop, type) |
|
|
return Function(index, prop, type) |
|
|
} |
|
|
} |
|
|
// 多数据源,集合
|
|
|
// 多数据源,集合
|
|
|