mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-07-11 01:28:01 +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
|
* @param pileBasicInfo
|
||||||
* @return
|
* @return
|
||||||
*/
|
*/
|
||||||
|
@PreAuthorize("@ss.hasPermi('pile:basic:edit')")
|
||||||
|
@Log(title = "设备管理", businessType = BusinessType.UPDATE)
|
||||||
@PostMapping("/updatePileName")
|
@PostMapping("/updatePileName")
|
||||||
public RestApiResponse<?> updatePileName(@RequestBody PileBasicInfo pileBasicInfo) {
|
public RestApiResponse<?> updatePileName(@RequestBody PileBasicInfo pileBasicInfo) {
|
||||||
logger.info("修改桩别名 params:{}", JSONObject.toJSONString(pileBasicInfo));
|
logger.info("修改桩别名 params:{}", JSONObject.toJSONString(pileBasicInfo));
|
||||||
|
|||||||
@@ -43,7 +43,7 @@
|
|||||||
<template slot="label">
|
<template slot="label">
|
||||||
别名
|
别名
|
||||||
<el-button type="text" icon="el-icon-edit" size="medium" circle
|
<el-button type="text" icon="el-icon-edit" size="medium" circle
|
||||||
@click="openEdit"/>
|
@click="openEdit" v-hasPermi="['pile:basic:edit']"/>
|
||||||
</template>
|
</template>
|
||||||
<el-input v-model="pileDetail.name" size="medium" clearable
|
<el-input v-model="pileDetail.name" size="medium" clearable
|
||||||
:disabled="clearableFlag">
|
:disabled="clearableFlag">
|
||||||
|
|||||||
Reference in New Issue
Block a user