|
@ -13,7 +13,7 @@ |
|
|
<a-tab-pane key="1" tab="详细信息"> |
|
|
<a-tab-pane key="1" tab="详细信息"> |
|
|
<a-row :gutter="[16, 16]"> |
|
|
<a-row :gutter="[16, 16]"> |
|
|
<a-col :span="24"> |
|
|
<a-col :span="24"> |
|
|
<div>所属项目:</div> |
|
|
<div>所属项目:{{ DetailDr }}</div> |
|
|
</a-col> |
|
|
</a-col> |
|
|
</a-row> |
|
|
</a-row> |
|
|
<a-row :gutter="[16, 16]"> |
|
|
<a-row :gutter="[16, 16]"> |
|
@ -163,7 +163,6 @@ |
|
|
const openModal = () => { |
|
|
const openModal = () => { |
|
|
emit('openModal'); |
|
|
emit('openModal'); |
|
|
}; |
|
|
}; |
|
|
|
|
|
|
|
|
const historyInfo = ref([]); |
|
|
const historyInfo = ref([]); |
|
|
const historyColumns = [ |
|
|
const historyColumns = [ |
|
|
{ |
|
|
{ |
|
|