feat : workflow编辑器 无用功能屏蔽
This commit is contained in:
@@ -96,6 +96,9 @@
|
|||||||
<!-- <i class="el-icon-question" style="margin-left: 10px; font-size: medium; color: #b0b0b1"></i>-->
|
<!-- <i class="el-icon-question" style="margin-left: 10px; font-size: medium; color: #b0b0b1"></i>-->
|
||||||
<!-- </el-tooltip>-->
|
<!-- </el-tooltip>-->
|
||||||
<!-- </el-form-item>-->
|
<!-- </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-form-item label="审批期限(为 0 则不生效)" prop="timeLimit">
|
||||||
<el-input style="width: 180px;" placeholder="时长" type="number"
|
<el-input style="width: 180px;" placeholder="时长" type="number"
|
||||||
v-model="nodeProps.timeLimit.timeout.value">
|
v-model="nodeProps.timeLimit.timeout.value">
|
||||||
@@ -236,7 +239,7 @@ const approvalTypes = reactive([
|
|||||||
// {name: "角色", type: "ROLE"},
|
// {name: "角色", type: "ROLE"},
|
||||||
{name: "发起人自己", type: "SELF"},
|
{name: "发起人自己", type: "SELF"},
|
||||||
// {name: "表单内联系人", type: "FORM_USER"},
|
// {name: "表单内联系人", type: "FORM_USER"},
|
||||||
{name: "矩阵审批", type: "MATRIX_APPROVAL"},
|
// {name: "矩阵审批", type: "MATRIX_APPROVAL"},
|
||||||
])
|
])
|
||||||
const listenerOption = ref([])
|
const listenerOption = ref([])
|
||||||
const selectListen = ref({})
|
const selectListen = ref({})
|
||||||
|
|||||||
Reference in New Issue
Block a user