一单n制等功能,接入随手拍之前我先提交一版本

This commit is contained in:
王利强
2026-08-12 14:43:53 +08:00
parent ec76d588e2
commit 47deeedb22
664 changed files with 1429 additions and 2894 deletions

View File

@@ -74,7 +74,7 @@
<text class="time">{{ fieldText(item, item.time) }}</text>
</template>
<template v-else>
<text class="operator">{{ labels.executorPrefix }}{{ labels.personnelSuffix }}{{ fieldText(item, item.currentHandlerName) }}</text>
<text class="operator">{{ labels.nextHandlerLabel }}{{ fieldText(item, item.currentHandlerName) }}</text>
<text class="time status-pending">{{ labels.statusSuffix }}{{ PENDING_LABEL }}</text>
</template>
</view>

View File

@@ -2,7 +2,7 @@ export const CHAIN_LABELS = {
loading: '加载中...',
empty: '暂无流程记录',
personnelSuffix: '人员:',
executorPrefix: '执行',
nextHandlerLabel: '下一步处理人:',
statusSuffix: '状态:',
hazardCode: '隐患编号',
hazardTitle: '隐患标题',