首页安卓app下载地址

This commit is contained in:
曹前明 2022-08-08 13:23:17 +08:00
parent fdbcd2c634
commit c24f736937
2 changed files with 6 additions and 8 deletions

View File

@ -6,4 +6,4 @@ VUE_APP_TITLE = '曲阳金隅安全智能管控平台'
# 接口地址
VUE_APP_API_BASEURL = http://1.203.161.103:2800/api
VUE_APP_BASEURL = http://127.0.0.1:8000
VUE_APP_BASEURL = http://1.203.161.103:2800

View File

@ -121,9 +121,8 @@
width="160"
>
<template #default="scope">
<el-button-group>
<el-button
text
link
type="primary"
size="small"
v-auth="'area.bind_rail'"
@ -131,7 +130,7 @@
>围栏</el-button
>
<el-button
text
link
type="warning"
size="small"
v-auth="'area.update'"
@ -143,12 +142,11 @@
@confirm="handleDel(scope.row, scope.$index)"
>
<template #reference>
<el-button text type="danger" size="small" v-auth="'area.delete'"
<el-button link type="danger" size="small" v-auth="'area.delete'"
>删除</el-button
>
</template>
</el-popconfirm>
</el-button-group>
</template>
</el-table-column>
</scTable>
@ -192,8 +190,8 @@
hideDo
>
<el-table-column
label=""
type="index"
label="序"
prop="sort"
fixed="left"
width="50"
></el-table-column>