Bläddra i källkod

卡、签设备管理页面调整

master
huminghao 2 månader sedan
förälder
incheckning
9aa3afacb2

+ 2
- 3
src/views/inventoryControl/newInventory/cardDeviceManagement/index.vue Visa fil

@@ -15,10 +15,9 @@
placeholder="请输入仓库编号" />
</template>
<template #operation=scope>

<el-popconfirm title="是否确认删除?" @confirm="handleAudit(scope.scope.$index, scope.scope.row, 1)">
<el-popconfirm title="是否确认移除?" @confirm="handleAudit(scope.scope.$index, scope.scope.row, 1)">
<template #reference>
<el-button size="small" type="danger">
<el-button size="small" type="danger" v-if="(scope.scope.row.status === 'NEW')">
移除
</el-button>
</template>

+ 1
- 1
src/views/inventoryControl/newInventory/obuDeviceManagement/index.vue Visa fil

@@ -18,7 +18,7 @@

<el-popconfirm title="是否确认删除?" @confirm="handleAudit(scope.scope.$index, scope.scope.row, 1)">
<template #reference>
<el-button size="small" type="danger">
<el-button size="small" type="danger" v-if="(scope.scope.row.status === 'NEW')">
移除
</el-button>
</template>

Laddar…
Avbryt
Spara