feat : workflow编辑器 无用功能屏蔽

This commit is contained in:
clay
2024-05-13 22:15:58 +08:00
parent 5911d0f6d2
commit acc38adae1

View File

@@ -96,6 +96,9 @@
<!-- <i class="el-icon-question" style="margin-left: 10px; font-size: medium; color: #b0b0b1"></i>-->
<!-- </el-tooltip>-->
<!-- </el-form-item>-->
<el-form-item label="是否使用矩阵审批" prop="text">
<el-switch inactive-text="不用" active-text="使用" v-model="nodeProps.matrixApproval"></el-switch>
</el-form-item>
<el-form-item label="审批期限(为 0 则不生效)" prop="timeLimit">
<el-input style="width: 180px;" placeholder="时长" type="number"
v-model="nodeProps.timeLimit.timeout.value">
@@ -236,7 +239,7 @@ const approvalTypes = reactive([
// {name: "角色", type: "ROLE"},
{name: "发起人自己", type: "SELF"},
// {name: "表单内联系人", type: "FORM_USER"},
{name: "矩阵审批", type: "MATRIX_APPROVAL"},
// {name: "矩阵审批", type: "MATRIX_APPROVAL"},
])
const listenerOption = ref([])
const selectListen = ref({})