权限修改

This commit is contained in:
yinjinlu-pc\尹金路 2023-10-16 11:17:07 +08:00
parent 99087c671b
commit cd1a8b30a8
5 changed files with 11 additions and 11 deletions

View File

@ -91,7 +91,7 @@
<el-button
type="text"
@click="handleView(scope.row)"
v-hasPermi="['mes:cal:plan:query']"
v-hasPermi="['mes:cal:calplan:query']"
>{{scope.row.planCode}}</el-button>
</template>
</el-table-column>

View File

@ -52,14 +52,14 @@
type="text"
icon="el-icon-edit"
@click="handleUpdate(scope.row)"
v-hasPermi="['cal:shift:edit']"
v-hasPermi="['mes:cal:shift:edit']"
>修改</el-button>
<el-button
size="mini"
type="text"
icon="el-icon-delete"
@click="handleDelete(scope.row)"
v-hasPermi="['cal:shift:remove']"
v-hasPermi="['mes:cal:shift:remove']"
>删除</el-button>
</template>
</el-table-column>

View File

@ -18,7 +18,7 @@
type="text"
icon="el-icon-delete"
@click="handleDelete(scope.row)"
v-hasPermi="['mes:cal:plan:edit']"
v-hasPermi="['mes:cal:calplan:edit']"
>删除</el-button>
</template>
</el-table-column>

View File

@ -41,7 +41,7 @@
icon="el-icon-plus"
size="mini"
@click="handleAdd"
v-hasPermi="['cal:team:add']"
v-hasPermi="['mes:cal:team:add']"
>新增</el-button>
</el-col>
<el-col :span="1.5">
@ -52,7 +52,7 @@
size="mini"
:disabled="single"
@click="handleUpdate"
v-hasPermi="['cal:team:edit']"
v-hasPermi="['mes:cal:team:edit']"
>修改</el-button>
</el-col>
<el-col :span="1.5">
@ -63,7 +63,7 @@
size="mini"
:disabled="multiple"
@click="handleDelete"
v-hasPermi="['cal:team:remove']"
v-hasPermi="['mes:cal:team:remove']"
>删除</el-button>
</el-col>
<el-col :span="1.5">
@ -73,7 +73,7 @@
icon="el-icon-download"
size="mini"
@click="handleExport"
v-hasPermi="['cal:team:export']"
v-hasPermi="['mes:cal:team:export']"
>导出</el-button>
</el-col>
<right-toolbar :showSearch.sync="showSearch" @queryTable="getList"></right-toolbar>
@ -104,14 +104,14 @@
type="text"
icon="el-icon-edit"
@click="handleUpdate(scope.row)"
v-hasPermi="['cal:team:edit']"
v-hasPermi="['mes:cal:team:edit']"
>修改</el-button>
<el-button
size="mini"
type="text"
icon="el-icon-delete"
@click="handleDelete(scope.row)"
v-hasPermi="['cal:team:remove']"
v-hasPermi="['mes:cal:team:remove']"
>删除</el-button>
</template>
</el-table-column>

View File

@ -48,7 +48,7 @@
type="text"
icon="el-icon-delete"
@click="handleDelete(scope.row)"
v-hasPermi="['cal:teammember:remove']"
v-hasPermi="['mes:cal:team:remove']"
>删除</el-button>
</template>
</el-table-column>