|
@@ -92,7 +92,7 @@
|
|
|
icon="el-icon-plus"
|
|
icon="el-icon-plus"
|
|
|
size="mini"
|
|
size="mini"
|
|
|
@click="handleAdd"
|
|
@click="handleAdd"
|
|
|
- v-hasPermi="['mes:spm:seg:add']"
|
|
|
|
|
|
|
+ v-hasPermi="['mes:md:seg:add']"
|
|
|
>新增
|
|
>新增
|
|
|
</el-button>
|
|
</el-button>
|
|
|
</el-col>
|
|
</el-col>
|
|
@@ -104,7 +104,7 @@
|
|
|
size="mini"
|
|
size="mini"
|
|
|
:disabled="multiple"
|
|
:disabled="multiple"
|
|
|
@click="handleDelete"
|
|
@click="handleDelete"
|
|
|
- v-hasPermi="['mes:spm:seg:batchremove']"
|
|
|
|
|
|
|
+ v-hasPermi="['mes:md:seg:batchremove']"
|
|
|
>批量删除
|
|
>批量删除
|
|
|
</el-button>
|
|
</el-button>
|
|
|
</el-col>
|
|
</el-col>
|
|
@@ -135,7 +135,7 @@
|
|
|
<el-button
|
|
<el-button
|
|
|
type="text"
|
|
type="text"
|
|
|
@click="handleView(scope.row)"
|
|
@click="handleView(scope.row)"
|
|
|
- v-hasPermi="['mes:spm:seg:query']"
|
|
|
|
|
|
|
+ v-hasPermi="['mes:md:seg:query']"
|
|
|
>{{ scope.row.pointId }}
|
|
>{{ scope.row.pointId }}
|
|
|
</el-button>
|
|
</el-button>
|
|
|
</template>
|
|
</template>
|
|
@@ -145,7 +145,7 @@
|
|
|
<el-button
|
|
<el-button
|
|
|
type="text"
|
|
type="text"
|
|
|
@click="handleView(scope.row)"
|
|
@click="handleView(scope.row)"
|
|
|
- v-hasPermi="['mes:spm:seg:query']"
|
|
|
|
|
|
|
+ v-hasPermi="['mes:md:seg:query']"
|
|
|
>{{ scope.row.pointCode }}
|
|
>{{ scope.row.pointCode }}
|
|
|
</el-button>
|
|
</el-button>
|
|
|
</template>
|
|
</template>
|
|
@@ -195,7 +195,7 @@
|
|
|
type="text"
|
|
type="text"
|
|
|
icon="el-icon-edit"
|
|
icon="el-icon-edit"
|
|
|
@click="handleUpdate(scope.row)"
|
|
@click="handleUpdate(scope.row)"
|
|
|
- v-hasPermi="['mes:spm:seg:edit']"
|
|
|
|
|
|
|
+ v-hasPermi="['mes:md:seg:edit']"
|
|
|
>编辑
|
|
>编辑
|
|
|
</el-button>
|
|
</el-button>
|
|
|
<el-button
|
|
<el-button
|
|
@@ -203,7 +203,7 @@
|
|
|
type="text"
|
|
type="text"
|
|
|
icon="el-icon-delete"
|
|
icon="el-icon-delete"
|
|
|
@click="handleDelete(scope.row)"
|
|
@click="handleDelete(scope.row)"
|
|
|
- v-hasPermi="['mes:spm:seg:remove']"
|
|
|
|
|
|
|
+ v-hasPermi="['mes:md:seg:remove']"
|
|
|
>删除
|
|
>删除
|
|
|
</el-button>
|
|
</el-button>
|
|
|
</template>
|
|
</template>
|