|
@@ -101,7 +101,7 @@
|
|
|
icon="el-icon-plus"
|
|
|
size="mini"
|
|
|
@click="handleAdd"
|
|
|
- v-hasPermi="['shipping:items:add']"
|
|
|
+ v-hasPermi="['shipping:vessel:add']"
|
|
|
>新增</el-button>
|
|
|
</el-col>
|
|
|
<el-col :span="1.5">
|
|
@@ -111,7 +111,7 @@
|
|
|
size="mini"
|
|
|
:disabled="single"
|
|
|
@click="handleUpdate"
|
|
|
- v-hasPermi="['shipping:items:edit']"
|
|
|
+ v-hasPermi="['shipping:vessel:edit']"
|
|
|
>修改</el-button>
|
|
|
</el-col>
|
|
|
<el-col :span="1.5">
|
|
@@ -121,7 +121,7 @@
|
|
|
size="mini"
|
|
|
:disabled="multiple"
|
|
|
@click="handleDelete"
|
|
|
- v-hasPermi="['shipping:items:remove']"
|
|
|
+ v-hasPermi="['shipping:vessel:remove']"
|
|
|
>删除</el-button>
|
|
|
</el-col>
|
|
|
<el-col :span="1.5">
|
|
@@ -130,7 +130,7 @@
|
|
|
icon="el-icon-download"
|
|
|
size="mini"
|
|
|
@click="handleExport"
|
|
|
- v-hasPermi="['shipping:items:import']"
|
|
|
+ v-hasPermi="['shipping:vessel:import']"
|
|
|
>导入</el-button>
|
|
|
</el-col>
|
|
|
<el-col :span="1.5">
|
|
@@ -139,7 +139,7 @@
|
|
|
icon="el-icon-download"
|
|
|
size="mini"
|
|
|
@click="handleExport"
|
|
|
- v-hasPermi="['shipping:items:export']"
|
|
|
+ v-hasPermi="['shipping:vessel:export']"
|
|
|
>导出</el-button>
|
|
|
</el-col>
|
|
|
<el-col :span="1.5">
|
|
@@ -148,7 +148,7 @@
|
|
|
icon="el-icon-download"
|
|
|
size="mini"
|
|
|
@click="handleExport"
|
|
|
- v-hasPermi="['basicdata:yard:list']"
|
|
|
+ v-hasPermi="['basicdata:vessel:list']"
|
|
|
>取消</el-button>
|
|
|
</el-col>
|
|
|
<el-col style="position: absolute;left:70%" :span="5" >
|
|
@@ -286,14 +286,14 @@
|
|
|
size="mini"
|
|
|
type="text"
|
|
|
icon="el-icon-edit"
|
|
|
- v-hasPermi="['shipping:items:edit']"
|
|
|
+ v-hasPermi="['shipping:vessel:edit']"
|
|
|
@click="handleUpdate(scope.row)"
|
|
|
>查看</el-button>
|
|
|
<el-button
|
|
|
size="mini"
|
|
|
type="text"
|
|
|
icon="el-icon-delete"
|
|
|
- v-hasPermi="['shipping:items:remove']"
|
|
|
+ v-hasPermi="['shipping:vessel:remove']"
|
|
|
@click="handleDelete(scope.row)"
|
|
|
>移除</el-button>
|
|
|
</template>
|