|
|
@@ -19,19 +19,19 @@
|
|
19
|
19
|
<el-row :gutter="10" class="mb8">
|
|
20
|
20
|
<el-col :span="1.5">
|
|
21
|
21
|
<el-button type="primary" plain icon="Plus" @click="handleAdd"
|
|
22
|
|
- v-hasPermi="['dailyLuggageInspectionScheduleByTime:dailyLuggageInspectionScheduleByTime:add']">新增</el-button>
|
|
|
22
|
+ v-hasPermi="['blocked:pieceDaily:add']">新增</el-button>
|
|
23
|
23
|
</el-col>
|
|
24
|
24
|
<el-col :span="1.5">
|
|
25
|
25
|
<el-button type="danger" plain icon="Delete" :disabled="multiple" @click="handleDelete"
|
|
26
|
|
- v-hasPermi="['dailyLuggageInspectionScheduleByTime:dailyLuggageInspectionScheduleByTime:remove']">删除</el-button>
|
|
|
26
|
+ v-hasPermi="['blocked:pieceDaily:remove']">删除</el-button>
|
|
27
|
27
|
</el-col>
|
|
28
|
28
|
<el-col :span="1.5">
|
|
29
|
29
|
<el-button type="warning" plain icon="Download" @click="handleExport"
|
|
30
|
|
- v-hasPermi="['dailyLuggageInspectionScheduleByTime:dailyLuggageInspectionScheduleByTime:export']">导出</el-button>
|
|
|
30
|
+ v-hasPermi="['blocked:pieceDaily:export']">导出</el-button>
|
|
31
|
31
|
</el-col>
|
|
32
|
32
|
<el-col :span="1.5">
|
|
33
|
33
|
<el-button type="info" plain icon="Upload" @click="handleImport"
|
|
34
|
|
- v-hasPermi="['dailyLuggageInspectionScheduleByTime:dailyLuggageInspectionScheduleByTime:import']">导入</el-button>
|
|
|
34
|
+ v-hasPermi="['blocked:pieceDaily:import']">导入</el-button>
|
|
35
|
35
|
</el-col>
|
|
36
|
36
|
<right-toolbar v-model:showSearch="showSearch" @queryTable="getList"></right-toolbar>
|
|
37
|
37
|
</el-row>
|
|
|
@@ -57,9 +57,9 @@
|
|
57
|
57
|
<el-table-column label="操作" align="center" class-name="small-padding fixed-width" width="140">
|
|
58
|
58
|
<template #default="scope">
|
|
59
|
59
|
<el-button link type="primary" icon="Edit" @click="handleUpdate(scope.row)"
|
|
60
|
|
- v-hasPermi="['dailyLuggageInspectionScheduleByTime:dailyLuggageInspectionScheduleByTime:edit']">修改</el-button>
|
|
|
60
|
+ v-hasPermi="['blocked:pieceDaily:edit']">修改</el-button>
|
|
61
|
61
|
<el-button link type="primary" icon="Delete" @click="handleDelete(scope.row)"
|
|
62
|
|
- v-hasPermi="['dailyLuggageInspectionScheduleByTime:dailyLuggageInspectionScheduleByTime:remove']">删除</el-button>
|
|
|
62
|
+ v-hasPermi="['blocked:pieceDaily:remove']">删除</el-button>
|
|
63
|
63
|
</template>
|
|
64
|
64
|
</el-table-column>
|
|
65
|
65
|
</el-table>
|