mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-05-06 02:50:13 +08:00
Merge branch 'dev' of http://192.168.2.2:8099/jsowell/jsowell-charger-web into dev
This commit is contained in:
@@ -120,6 +120,8 @@ public class PileBasicInfoController extends BaseController {
|
||||
* @param pileBasicInfo
|
||||
* @return
|
||||
*/
|
||||
@PreAuthorize("@ss.hasPermi('pile:basic:edit')")
|
||||
@Log(title = "设备管理", businessType = BusinessType.UPDATE)
|
||||
@PostMapping("/updatePileName")
|
||||
public RestApiResponse<?> updatePileName(@RequestBody PileBasicInfo pileBasicInfo) {
|
||||
logger.info("修改桩别名 params:{}", JSONObject.toJSONString(pileBasicInfo));
|
||||
|
||||
@@ -43,7 +43,7 @@
|
||||
<template slot="label">
|
||||
别名
|
||||
<el-button type="text" icon="el-icon-edit" size="medium" circle
|
||||
@click="openEdit"/>
|
||||
@click="openEdit" v-hasPermi="['pile:basic:edit']"/>
|
||||
</template>
|
||||
<el-input v-model="pileDetail.name" size="medium" clearable
|
||||
:disabled="clearableFlag">
|
||||
|
||||
Reference in New Issue
Block a user