cloud-web-corejs-haier 1.0.44 → 1.0.45
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json
CHANGED
|
@@ -31,7 +31,7 @@
|
|
|
31
31
|
@click="openManualDialog"
|
|
32
32
|
v-show="wfInfo.toInterrupt"
|
|
33
33
|
icon="iconfont icon-caozuozhongduan"
|
|
34
|
-
>{{ $t2("
|
|
34
|
+
>{{ $t2("中断", "components.wf.manual") }}
|
|
35
35
|
</el-button>
|
|
36
36
|
<el-button
|
|
37
37
|
type="danger"
|
|
@@ -100,7 +100,7 @@
|
|
|
100
100
|
@click="openRevokeDialog(null)"
|
|
101
101
|
v-show="wfInfo.toRevoke"
|
|
102
102
|
icon="el-icon-document-delete"
|
|
103
|
-
>{{ $t2("
|
|
103
|
+
>{{ $t2("中断", "components.wf.revoke") }}
|
|
104
104
|
</el-button>
|
|
105
105
|
<addOpinionButton
|
|
106
106
|
v-if="showAddOpinionButton"
|
|
@@ -965,7 +965,7 @@
|
|
|
965
965
|
>
|
|
966
966
|
<template #title>
|
|
967
967
|
<span class="el-dialog__title"
|
|
968
|
-
>{{ $t2("
|
|
968
|
+
>{{ $t2("流程中断", "components.wf.wfManual")
|
|
969
969
|
}}<span style="margin-left: 10px; margin-right: 10px">—</span
|
|
970
970
|
><b class="f-red" style="font-size: 12px"
|
|
971
971
|
>{{ $t2("节点", "components.wf.node") }}:{{ wfInfo.nodeName }}</b
|
|
@@ -973,7 +973,7 @@
|
|
|
973
973
|
>
|
|
974
974
|
</template>
|
|
975
975
|
<div class="cont">
|
|
976
|
-
{{ $t2("
|
|
976
|
+
{{ $t2("您确定要中断流程吗?", "components.wf.manualTip") }}
|
|
977
977
|
</div>
|
|
978
978
|
<span slot="footer" class="dialog-footer">
|
|
979
979
|
<el-button
|
|
@@ -1002,7 +1002,7 @@
|
|
|
1002
1002
|
>
|
|
1003
1003
|
<template #title>
|
|
1004
1004
|
<span class="el-dialog__title"
|
|
1005
|
-
>{{ $t2("
|
|
1005
|
+
>{{ $t2("流程中断", "components.wf.wfRevoke")
|
|
1006
1006
|
}}<span style="margin-left: 10px; margin-right: 10px">—</span
|
|
1007
1007
|
><b class="f-red" style="font-size: 12px"
|
|
1008
1008
|
>{{ $t2("节点", "components.wf.node") }}:{{ wfInfo.nodeName }}</b
|
|
@@ -1016,7 +1016,7 @@
|
|
|
1016
1016
|
<tr>
|
|
1017
1017
|
<th>
|
|
1018
1018
|
<span class="t">
|
|
1019
|
-
{{ $t2("
|
|
1019
|
+
{{ $t2("中断意见", "components.wf.revokeOpinion") }}
|
|
1020
1020
|
</span>
|
|
1021
1021
|
</th>
|
|
1022
1022
|
<td>
|