Commit db877fbc authored by 赵啸非's avatar 赵啸非

添加设备上线下线通知

parent 2eff5b1e
......@@ -192,7 +192,7 @@
// 是否更新已经存在的数据
updateSupport: 0,
// 上传的地址
url: "/m/workman/importData",
url: "/office/workman/importData",
},
user: {
// 是否显示弹出层(工作人员导入)
......@@ -227,7 +227,7 @@
{label: "照片", prop: "photoPath",formatter: (row) => {
return row.photoPath != "" ? (
<el-image
style="width: 70px; height: 70px"
style="width: 70px; height: 100px"
src={row.photoPath}
preview-src-list={[row.photoPath]}
></el-image>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment