add: 添加自动门功能,手动推送物料功能

This commit is contained in:
yanps
2024-09-12 20:00:27 +08:00
parent 802ab3671f
commit 3b4f567083
25 changed files with 341 additions and 147 deletions

View File

@@ -107,7 +107,7 @@
inactive-color="#F56C6C"
/>
</el-form-item>
<el-form-item v-if="crud.status.add" style="margin-bottom: 0;" label="设备" prop="device">
<el-form-item style="margin-bottom: 0;" label="设备" prop="device">
<el-select
v-model="form.device"
style="width: 512px"
@@ -170,6 +170,7 @@
<el-table-column prop="gender" label="性别" :min-width="flexWidth('gender',crud.data,'性别')" />
<el-table-column prop="phone" label="电话" :min-width="flexWidth('phone',crud.data,'电话')" />
<el-table-column prop="email" label="邮箱" :min-width="flexWidth('email',crud.data,'邮箱')" />
<el-table-column prop="devices" label="登录设备" :min-width="flexWidth('devices',crud.data,'邮箱')" />
<el-table-column show-overflow-tooltip prop="depts" label="部门" :min-width="flexWidth('depts',crud.data,'邮箱')">
<template slot-scope="scope">
<span v-for="(item, index) in scope.row.depts" :key="index">