@@ -1,5 +1,5 @@
{
"message": "发现有新版本发布,确定更新系统?",
"vendorJsVersion": "",
- "version": 1655776527811
+ "version": 1655777361097
}
@@ -101,6 +101,7 @@
<!-- 操作 -->
<template slot="action" slot-scope="text, record">
<a-button size="small" type="link" v-if="record.oosFlag == 0" class="button-primary" @click="handleViewDetail(record)">出库明细</a-button>
+ <span v-else>--</span>
</template>
</s-table>
<!-- 出入库明细 -->