Commit 8f9f5338 authored by jingnan's avatar jingnan 👀

指令标识维护增加关闭依据字段

parent a1922817
......@@ -167,6 +167,13 @@
sortable
:formatter="applyStatusFormatter"
/>
<el-table-column
prop="aoNumber"
align="center"
label=" 关闭依据"
:width="130"
sortable
/>
<el-table-column
prop="userName"
align="center"
......@@ -788,6 +795,7 @@ export default {
stateDisplayName: p.state,
userName: p.noteName,
createTime: p.createTime,
aoNumber: p.aoNumber,
processTaskId: p.id,
note: p.note,
area: p.area,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment