@@ -163,9 +163,6 @@ option.value = Object.assign(option.value, {
{
label: "排序",
prop: "operationSort",
- formatter: (val) => {
- return val.operationSort + 1;
- },
editDisabled: true,
width: 60,
},
@@ -90,12 +90,12 @@
@click="revoke(row.id)"
type="primary"
:size="size">撤销</el-button>
- <el-button
+<!-- <el-button
icon="el-icon-setting"
text
@click="jumpPage(row.workOrderCode,1)"
- :size="size">领用申请</el-button>
+ :size="size">领用申请</el-button>-->
<el-button