调整
This commit is contained in:
parent
26bb86f7ec
commit
cc9bb36317
|
@ -6,9 +6,9 @@ ENV = 'development'
|
||||||
|
|
||||||
# 电动车租赁系统/开发环境
|
# 电动车租赁系统/开发环境
|
||||||
# VUE_APP_BASE_API = '/dev-api'
|
# VUE_APP_BASE_API = '/dev-api'
|
||||||
# VUE_APP_BASE_API = 'http://192.168.2.21:8090'
|
VUE_APP_BASE_API = 'http://localhost:8090'
|
||||||
# VUE_APP_BASE_API = 'https://zc.chuangtewl.com'
|
# VUE_APP_BASE_API = 'https://zc.chuangtewl.com'
|
||||||
VUE_APP_BASE_API = 'https://zc.chuangtewl.com/prod-api'
|
# VUE_APP_BASE_API = 'https://zc.chuangtewl.com/prod-api'
|
||||||
|
|
||||||
|
|
||||||
# 路由懒加载
|
# 路由懒加载
|
||||||
|
|
|
@ -37,28 +37,28 @@
|
||||||
v-hasPermi="['system:article:add']"
|
v-hasPermi="['system:article:add']"
|
||||||
>新增</el-button>
|
>新增</el-button>
|
||||||
</el-col>
|
</el-col>
|
||||||
<el-col :span="1.5">
|
<!-- <el-col :span="1.5">-->
|
||||||
<el-button
|
<!-- <el-button-->
|
||||||
type="success"
|
<!-- type="success"-->
|
||||||
plain
|
<!-- plain-->
|
||||||
icon="el-icon-edit"
|
<!-- icon="el-icon-edit"-->
|
||||||
size="mini"
|
<!-- size="mini"-->
|
||||||
:disabled="single"
|
<!-- :disabled="single"-->
|
||||||
@click="handleUpdate"
|
<!-- @click="handleUpdate"-->
|
||||||
v-hasPermi="['system:article:edit']"
|
<!-- v-hasPermi="['system:article:edit']"-->
|
||||||
>修改</el-button>
|
<!-- >修改</el-button>-->
|
||||||
</el-col>
|
<!-- </el-col>-->
|
||||||
<el-col :span="1.5">
|
<!-- <el-col :span="1.5">-->
|
||||||
<el-button
|
<!-- <el-button-->
|
||||||
type="danger"
|
<!-- type="danger"-->
|
||||||
plain
|
<!-- plain-->
|
||||||
icon="el-icon-delete"
|
<!-- icon="el-icon-delete"-->
|
||||||
size="mini"
|
<!-- size="mini"-->
|
||||||
:disabled="multiple"
|
<!-- :disabled="multiple"-->
|
||||||
@click="handleDelete"
|
<!-- @click="handleDelete"-->
|
||||||
v-hasPermi="['system:article:remove']"
|
<!-- v-hasPermi="['system:article:remove']"-->
|
||||||
>删除</el-button>
|
<!-- >删除</el-button>-->
|
||||||
</el-col>
|
<!-- </el-col>-->
|
||||||
<el-col :span="1.5">
|
<el-col :span="1.5">
|
||||||
<el-button
|
<el-button
|
||||||
type="warning"
|
type="warning"
|
||||||
|
@ -76,7 +76,7 @@
|
||||||
<el-table-column type="selection" width="55" align="center" />
|
<el-table-column type="selection" width="55" align="center" />
|
||||||
<el-table-column label="文章id" align="center" prop="articleId" />
|
<el-table-column label="文章id" align="center" prop="articleId" />
|
||||||
<el-table-column label="分类" align="center" key="classifyName" prop="classify.classifyName" :show-overflow-tooltip="true" />
|
<el-table-column label="分类" align="center" key="classifyName" prop="classify.classifyName" :show-overflow-tooltip="true" />
|
||||||
<el-table-column label="代理商" align="center" prop="deptName" />
|
<el-table-column label="代理商" align="center" prop="agentName" />
|
||||||
<!-- <el-table-column label="运营区" align="center" prop="areaName" />-->
|
<!-- <el-table-column label="运营区" align="center" prop="areaName" />-->
|
||||||
<!-- <el-table-column label="分类" align="center" prop="classifyName">-->
|
<!-- <el-table-column label="分类" align="center" prop="classifyName">-->
|
||||||
<!-- <template slot-scope="scope">-->
|
<!-- <template slot-scope="scope">-->
|
||||||
|
|
|
@ -292,21 +292,9 @@ export default {
|
||||||
value: "1",
|
value: "1",
|
||||||
label: "全部数据权限"
|
label: "全部数据权限"
|
||||||
},
|
},
|
||||||
{
|
|
||||||
value: "2",
|
|
||||||
label: "自定数据权限"
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
value: "3",
|
value: "3",
|
||||||
label: "本部门数据权限"
|
label: "本部门数据权限"
|
||||||
},
|
|
||||||
{
|
|
||||||
value: "4",
|
|
||||||
label: "本部门及以下数据权限"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
value: "5",
|
|
||||||
label: "仅本人数据权限"
|
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
// 菜单列表
|
// 菜单列表
|
||||||
|
|
Loading…
Reference in New Issue
Block a user