Commit 3d73cadd authored by 姬鋆屾's avatar 姬鋆屾

parent 692cf390
...@@ -107,7 +107,7 @@ export default { ...@@ -107,7 +107,7 @@ export default {
}, },
], ],
columns: [ columns: [
{ type: "selection", width: 60 }, { type: "selection", width: 40 },
{ type: "index", label: "序号", width: 50 }, { type: "index", label: "序号", width: 50 },
// {label: "请假人id", prop: "leavePersonId", formatter: this.formatter}, // {label: "请假人id", prop: "leavePersonId", formatter: this.formatter},
...@@ -196,7 +196,7 @@ export default { ...@@ -196,7 +196,7 @@ export default {
{ {
label: "操作", label: "操作",
width: 200, width: 220,
formatter: (row) => { formatter: (row) => {
return ( return (
<div> <div>
......
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