首页安卓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_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"
|
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>
|
||||||
|
|
Loading…
Reference in New Issue