|
@@ -238,7 +238,7 @@ import { mapGetters } from 'vuex'
|
|
|
methods: {
|
|
|
/**
|
|
|
* 获取审批状态配置
|
|
|
- * @param {number} status - 审批状态值
|
|
|
+ * @param {typeof APPROVAL_STATUS[keyof typeof APPROVAL_STATUS]} status - 审批状态值
|
|
|
* @returns {{label: string, type: string}} 状态配置对象
|
|
|
*/
|
|
|
getApprovalStatusConfig(status) {
|