|
@@ -284,7 +284,7 @@
|
|
|
<span slot="measureStatus" slot-scope="text">
|
|
|
<badge :status="DictCache.COLOR.SB_MEASURE_STATUS[text]" :text="yesNoMap[text]" />
|
|
|
</span>
|
|
|
- <div slot="expandedRowRender" slot-scope="record" style="width:100%;padding-right:250px;">
|
|
|
+ <div slot="expandedRowRender" slot-scope="record" style="width:100%;">
|
|
|
<a-card :bordered="false" style="width:100%;position: relative; z-inde:9999">
|
|
|
<div slot="title">
|
|
|
<a-row :gutter="20">
|
|
@@ -729,7 +729,6 @@ export default {
|
|
|
title: '状态',
|
|
|
checked: true,
|
|
|
dataIndex: 'status',
|
|
|
- fixed: 'right',
|
|
|
align: 'center',
|
|
|
width: 100,
|
|
|
scopedSlots: { customRender: 'status' }
|
|
@@ -739,7 +738,6 @@ export default {
|
|
|
title: '操作',
|
|
|
key: 'action',
|
|
|
checked: true,
|
|
|
- fixed: 'right',
|
|
|
align: 'center',
|
|
|
width: 120,
|
|
|
scopedSlots: { customRender: 'action' }
|