|
|
@ -684,6 +684,17 @@ export default { |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
}, |
|
|
|
}, |
|
|
|
|
|
|
|
"excelForm.$tenantId"() { |
|
|
|
|
|
|
|
const columns = this.findObject(this.excelOption.column, "flowPoolId"); |
|
|
|
|
|
|
|
if (this.excelForm.$tenantId != undefined) { |
|
|
|
|
|
|
|
if (this.excelForm.$tenantId.indexOf("电信") != -1) { |
|
|
|
|
|
|
|
columns.display = false; |
|
|
|
|
|
|
|
this.excelForm.flowPoolId = ""; |
|
|
|
|
|
|
|
} else { |
|
|
|
|
|
|
|
columns.display = true; |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
}, |
|
|
|
}, |
|
|
|
}, |
|
|
|
methods: { |
|
|
|
methods: { |
|
|
|
//详情 |
|
|
|
//详情 |
|
|
|