Commit 6544146b authored by 耿迪迪's avatar 耿迪迪

变更申请审批修改

parent e2ed4153
......@@ -36,7 +36,6 @@
icon="el-icon-plus"
size="mini"
@click="handleAdd"
v-hasPermi="['system:approval:add']"
>新增</el-button>
</el-col>
<!--<el-col :span="1.5">
......@@ -99,7 +98,6 @@
icon="el-icon-edit"
@click="handleUpdate(scope.row)"
v-if="scope.row.changeApplyStatus == '0'"
v-hasPermi="['system:approval:edit']"
>修改</el-button>
<el-button
size="mini"
......@@ -119,7 +117,6 @@
type="text"
icon="el-icon-delete"
@click="handleDelete(scope.row)"
v-hasPermi="['system:approval:remove']"
>删除</el-button>
</template>
</el-table-column>
......
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