|
@@ -258,6 +258,9 @@
|
|
|
<a-menu-item key="10">
|
|
|
<a v-if="$auth('sb-infos-edit')" @click="handleCopy(record)">复制</a>
|
|
|
</a-menu-item>
|
|
|
+ <a-menu-item key="11">
|
|
|
+ <a @click="addLogBySb(record)">新增履历</a>
|
|
|
+ </a-menu-item>
|
|
|
<a-menu-item key="4">
|
|
|
<a @click="handlePrint(record)">打印</a>
|
|
|
</a-menu-item>
|
|
@@ -277,7 +280,7 @@
|
|
|
:status="DictCache.COLOR.SB_MEASURE_STATUS[text]"
|
|
|
:text="yesNoMap[text]" />
|
|
|
</span>
|
|
|
- <div slot="expandedRowRender" slot-scope="record" style="width:100%;padding-right:120px;">
|
|
|
+ <!-- <div slot="expandedRowRender" slot-scope="record" style="width:100%;padding-right:120px;">
|
|
|
<a-card :bordered="false" style="width:100%;position: relative; z-inde:9999">
|
|
|
<div slot="title">
|
|
|
<a-button type="primary" icon="plus" @click="addLogBySb(record)">新增</a-button>
|
|
@@ -288,7 +291,7 @@
|
|
|
</template>
|
|
|
</a-table>
|
|
|
</a-card>
|
|
|
- </div>
|
|
|
+ </div> -->
|
|
|
</s-table>
|
|
|
</div>
|
|
|
</a-col>
|