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

变更申请审批修改

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