Commit 7641c029 authored by 耿迪迪's avatar 耿迪迪

按钮权限修改

parent 7f5a4903
......@@ -76,7 +76,7 @@
type="text"
icon="el-icon-delete"
@click="handleDelete(scope.row)"
v-hasPermi="['system:project:remove']"
v-hasPermi="['trade:project:remove']"
>删除</el-button
>
<OperatorButton
......
......@@ -248,7 +248,7 @@
</el-row>
<el-row>
<el-col :span="12">
<el-form-item label="计量单位">
<el-input v-model="form.unit" placeholder="请输入计量单位" disabled/>
......
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