设备领用代码提交
This commit is contained in:
parent
fc505d661c
commit
0d1417644a
|
|
@ -85,6 +85,7 @@
|
|||
icon="el-icon-plus"
|
||||
size="mini"
|
||||
@click="handleAdd"
|
||||
v-hasPermi="['basic:equipmentReq:addData']"
|
||||
>设备领用</el-button>
|
||||
</el-col>
|
||||
|
||||
|
|
@ -120,7 +121,9 @@
|
|||
<el-button
|
||||
size="mini"
|
||||
type="text"
|
||||
icon="el-icon-delete" v-if="!scope.row.ghTime"
|
||||
icon="el-icon-delete"
|
||||
v-hasPermi="['basic:equipmentReq:returnDevice']"
|
||||
v-if="!scope.row.ghTime"
|
||||
@click="returnDevice(scope.row)"
|
||||
>归还</el-button>
|
||||
</template>
|
||||
|
|
|
|||
Loading…
Reference in New Issue