mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-06-10 10:19:54 +08:00
前端页面按钮添加权限字符
This commit is contained in:
@@ -205,7 +205,7 @@ public class LianLianServiceImpl implements LianLianService {
|
||||
}
|
||||
|
||||
/**
|
||||
* 查询统计信息
|
||||
* TODO 查询统计信息
|
||||
* @param dto
|
||||
* @return
|
||||
*/
|
||||
|
||||
@@ -163,9 +163,7 @@
|
||||
</el-col>
|
||||
</el-row>
|
||||
</el-form>
|
||||
<el-button type="primary" style="margin-left: 94%" @click="present"
|
||||
>提交</el-button
|
||||
>
|
||||
<el-button type="primary" style="margin-left: 94%" @click="present" v-has-permi = "['pile:station:edit']">提交</el-button>
|
||||
</div>
|
||||
</template>
|
||||
|
||||
|
||||
@@ -64,6 +64,7 @@
|
||||
icon="el-icon-plus"
|
||||
size="mini"
|
||||
@click="clickImport"
|
||||
v-has-permi = "['pile:station:edit']"
|
||||
>导入</el-button
|
||||
>
|
||||
</el-col>
|
||||
|
||||
@@ -41,7 +41,7 @@
|
||||
<el-input v-model="stationDetail.qrcodePrefix" maxlength="100px" :disabled="true"/>
|
||||
</el-form-item>
|
||||
<el-form-item>
|
||||
<el-button icon="el-icon-setting" size="big" @click="handleCreate">配置参数</el-button>
|
||||
<el-button icon="el-icon-setting" size="big" @click="handleCreate" v-has-permi = "['pile:station:edit']">配置参数</el-button>
|
||||
</el-form-item>
|
||||
</el-form>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user