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