Commit fd0deea4 authored by 何鹏程's avatar 何鹏程

修改细节

parent 5de90569
...@@ -25,6 +25,7 @@ ...@@ -25,6 +25,7 @@
v-model="searchForm.area" v-model="searchForm.area"
placeholder="请选择辖区" placeholder="请选择辖区"
style="width: 100%" style="width: 100%"
:clearable="true"
> >
<el-option <el-option
v-for="item in areaList" v-for="item in areaList"
...@@ -154,6 +155,7 @@ ...@@ -154,6 +155,7 @@
type="primary" type="primary"
@click="siteHandler(scope.row.id)" @click="siteHandler(scope.row.id)"
>绑定站点</el-link> >绑定站点</el-link>
</template> </template>
</el-table-column> </el-table-column>
</el-table> </el-table>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment