一单n制等功能,接入随手拍之前我先提交一版本
This commit is contained in:
@@ -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>
|
||||
|
||||
@@ -2,7 +2,7 @@ export const CHAIN_LABELS = {
|
||||
loading: '加载中...',
|
||||
empty: '暂无流程记录',
|
||||
personnelSuffix: '人员:',
|
||||
executorPrefix: '执行',
|
||||
nextHandlerLabel: '下一步处理人:',
|
||||
statusSuffix: '状态:',
|
||||
hazardCode: '隐患编号',
|
||||
hazardTitle: '隐患标题',
|
||||
|
||||
Reference in New Issue
Block a user