1.微调
This commit is contained in:
parent
ad270f9297
commit
d0a43d7479
|
@ -16,8 +16,6 @@
|
|||
<el-button type="primary" plain icon="el-icon-plus" size="mini"
|
||||
v-hasPermi="['system:area:add']">新增</el-button>
|
||||
</router-link>
|
||||
<el-button type="primary" plain icon="el-icon-plus" size="mini" @click="handleAdd"
|
||||
v-hasPermi="['system:area:add']">新增</el-button>
|
||||
</el-col>
|
||||
<el-col :span="1.5">
|
||||
<!-- <el-button type="success" plain icon="el-icon-edit" size="mini" :disabled="single" @click="handleUpdate"
|
||||
|
@ -63,7 +61,7 @@
|
|||
</router-link>
|
||||
</template>
|
||||
</el-table-column>
|
||||
|
||||
|
||||
<el-table-column label="禁停区" align="center" :show-overflow-tooltip="true">
|
||||
<template slot-scope="scope">
|
||||
<router-link :to="'/system/area-noparking/index/' + scope.row.areaId" class="link-type">
|
||||
|
|
Loading…
Reference in New Issue
Block a user