Commit 8f9f5338 authored by jingnan's avatar jingnan 👀

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

parent a1922817
...@@ -167,6 +167,13 @@ ...@@ -167,6 +167,13 @@
sortable sortable
:formatter="applyStatusFormatter" :formatter="applyStatusFormatter"
/> />
<el-table-column
prop="aoNumber"
align="center"
label=" 关闭依据"
:width="130"
sortable
/>
<el-table-column <el-table-column
prop="userName" prop="userName"
align="center" align="center"
...@@ -788,6 +795,7 @@ export default { ...@@ -788,6 +795,7 @@ export default {
stateDisplayName: p.state, stateDisplayName: p.state,
userName: p.noteName, userName: p.noteName,
createTime: p.createTime, createTime: p.createTime,
aoNumber: p.aoNumber,
processTaskId: p.id, processTaskId: p.id,
note: p.note, note: p.note,
area: p.area, 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