title = $model->isNewRecord ? '创建场地' : '编辑场地'; $this->params['breadcrumbs'][] = ['label' => '场地列表' , 'url' => [\Yii::$app->urlManager->createUrl(["admin/store/index"])]]; $this->params['breadcrumbs'][] = $this->title; ?>
title ?>
% 所选区间:0~100
status == null || $model->status == 0 ? 'checked' : ''?> lay-filter="static"> status == 1 ? 'checked' : ''?> lay-filter="static">
当前点击坐标为:

地图上方按钮按顺序依次为:【解锁】【绘制】【重绘】【交互模式】

绘制:鼠标左键点击及移动即可绘制图形

结束:鼠标左键双击即可结束绘制

中断:绘制过程中按下esc键可中断该过程

注意:

 1.进入页面绘制时需将地图【解锁】,并点击【绘制】
 2.点击【重绘】会将所有区域删除,然后点击【绘制】再次做画
 3.操作文本框时地图将进入锁定模式,再次绘制区域需点击【解锁】【绘制】
 4.【交互模式】进入交互模式则无法进行绘制,只能进行重画
registerJs($this->blocks['js_script_wrap'], \yii\web\View::POS_END); ?>