工单详情增加部分字段,装表新增采集器,修改工单列表查询的问题

This commit is contained in:
2025-11-18 15:11:05 +08:00
parent c03d70b221
commit 4779cc1718
9 changed files with 104 additions and 8 deletions

View File

@@ -2,7 +2,7 @@
import request from "../../utils/request"
import { getWorkOrderList, doNoticeFlow } from "../../service/workBench"
import { alertInfo, alertSuccess, loadingFunc } from "../../utils/index";
import { noticeFlowType } from "../../utils/data"
import { noticeFlowType as noticeFlowTypeList } from "../../utils/data"
const { OK } = request
Page({
@@ -12,7 +12,7 @@ Page({
data: {
page: 1,
size: 20,
noticeFlowType,
noticeFlowTypeList,
actionItems: [{
name: '详情',
value: 'detail'

View File

@@ -53,7 +53,7 @@
{{ item.time }}
</view>
<view class="th" style="flex: 0 0 150rpx;">
{{ noticeFlowType[item.types - 1] }}
{{ noticeFlowTypeList[item.types - 1] }}
</view>
<view class="th" style="flex: 0 0 150rpx;">