首页安卓app下载地址
This commit is contained in:
parent
fdbcd2c634
commit
c24f736937
|
@ -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
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue