fix 修复 按钮权限类型书写错误
This commit is contained in:
parent
e91d11876f
commit
44bf7e7212
@ -42,7 +42,7 @@
|
|||||||
转办
|
转办
|
||||||
</el-button>
|
</el-button>
|
||||||
<el-button
|
<el-button
|
||||||
v-if="task.flowStatus === 'waiting' && Number(task.nodeRatio) > 0 && buttonObj.subSign"
|
v-if="task.flowStatus === 'waiting' && Number(task.nodeRatio) > 0 && buttonObj.addSign"
|
||||||
:disabled="buttonDisabled"
|
:disabled="buttonDisabled"
|
||||||
type="primary"
|
type="primary"
|
||||||
@click="openMultiInstanceUser"
|
@click="openMultiInstanceUser"
|
||||||
@ -189,7 +189,13 @@ const nickName = ref({});
|
|||||||
const nodeCode = ref<string>('');
|
const nodeCode = ref<string>('');
|
||||||
const buttonObj = ref<any>({
|
const buttonObj = ref<any>({
|
||||||
code: undefined,
|
code: undefined,
|
||||||
show: false
|
show: false,
|
||||||
|
trust: false,
|
||||||
|
transfer: false,
|
||||||
|
addSign: false,
|
||||||
|
subSign: false,
|
||||||
|
termination: false,
|
||||||
|
back: false
|
||||||
});
|
});
|
||||||
//下一节点列表
|
//下一节点列表
|
||||||
const nestNodeList = ref([]);
|
const nestNodeList = ref([]);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user