cloud-web-corejs 1.0.54-dev.267 → 1.0.54-dev.268
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 +1 -1
- package/src/components/wf/content.vue +3 -3
- package/src/views/bd/setting/form_import_log/list.vue +1 -0
- package/src/views/bd/setting/push_data/list.vue +1 -0
- package/src/views/bd/setting/push_data_h/list.vue +1 -0
- package/src/views/user/wf/wf_auto_submit_data/list.vue +2 -0
- package/src/views/user/wf/wf_manage/list.vue +1 -0
package/package.json
CHANGED
@@ -72,7 +72,7 @@
|
|
72
72
|
<div>
|
73
73
|
<b :class="{on:tabIndex=='1'}" @click="tabIndex='1'">{{ $t2('任务情况', 'components.wf.taskInfo') }}</b>
|
74
74
|
<b :class="{on:tabIndex=='2'}" @click="tabIndex='2'" v-if="toTalk">{{ $t2('流程沟通', 'components.wf.wfTalk') }}</b>
|
75
|
-
<b :class="{on:tabIndex=='4'}" @click="tabIndex='4'">{{ $t1('
|
75
|
+
<b :class="{on:tabIndex=='4'}" @click="tabIndex='4'">{{ $t1('发起人附言') }}</b>
|
76
76
|
<b :class="{on:tabIndex=='3'}" @click="tabIndex='3'" v-if="showAllWfOpinon">{{ $t2('全部任务情况', 'components.wf.allTaskInfo') }}</b>
|
77
77
|
</div>
|
78
78
|
</div>
|
@@ -318,7 +318,7 @@
|
|
318
318
|
</span>
|
319
319
|
</el-dialog>
|
320
320
|
|
321
|
-
|
321
|
+
<!--发起人附言-->
|
322
322
|
<el-dialog
|
323
323
|
v-if="showWfMemoDialog"
|
324
324
|
:visible.sync="showWfMemoDialog"
|
@@ -331,7 +331,7 @@
|
|
331
331
|
v-el-dialog-center
|
332
332
|
>
|
333
333
|
<template #title>
|
334
|
-
<span class="el-dialog__title">{{ $t1('
|
334
|
+
<span class="el-dialog__title">{{ $t1('发起人附言') }}<span
|
335
335
|
style="margin-left: 10px;margin-right: 10px;">—</span><b
|
336
336
|
class="f-red" style="font-size: 12px;">{{ $t2('节点', 'components.wf.node') }}:{{
|
337
337
|
wfInfo.taskName
|
@@ -100,6 +100,7 @@
|
|
100
100
|
size="small"
|
101
101
|
clearable
|
102
102
|
value-format="yyyy-MM-dd HH:mm:ss"
|
103
|
+
default-time="23:59:59"
|
103
104
|
:picker-options="$baseEndPickerOptions(formData.startToExeTime)"
|
104
105
|
></el-date-picker>
|
105
106
|
</template>
|
@@ -211,6 +212,7 @@
|
|
211
212
|
size="small"
|
212
213
|
clearable
|
213
214
|
value-format="yyyy-MM-dd HH:mm:ss"
|
215
|
+
default-time="23:59:59"
|
214
216
|
:picker-options="$baseEndPickerOptions(formData2.startToExeTime)"
|
215
217
|
></el-date-picker>
|
216
218
|
</template>
|