commit 02a942959159353ed92583b095806dcba2c8ee3a Author: YuanChen <123@qq.com> Date: Mon May 26 21:25:28 2025 +0800 fix: bug diff --git a/.idea/.gitignore b/.idea/.gitignore new file mode 100644 index 0000000..13566b8 --- /dev/null +++ b/.idea/.gitignore @@ -0,0 +1,8 @@ +# Default ignored files +/shelf/ +/workspace.xml +# Editor-based HTTP Client requests +/httpRequests/ +# Datasource local storage ignored files +/dataSources/ +/dataSources.local.xml diff --git a/.idea/compiler.xml b/.idea/compiler.xml new file mode 100644 index 0000000..53301a7 --- /dev/null +++ b/.idea/compiler.xml @@ -0,0 +1,18 @@ + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/.idea/encodings.xml b/.idea/encodings.xml new file mode 100644 index 0000000..63e9001 --- /dev/null +++ b/.idea/encodings.xml @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git a/.idea/jarRepositories.xml b/.idea/jarRepositories.xml new file mode 100644 index 0000000..ab6c0a1 --- /dev/null +++ b/.idea/jarRepositories.xml @@ -0,0 +1,20 @@ + + + + + + + + + + + \ No newline at end of file diff --git a/.idea/misc.xml b/.idea/misc.xml new file mode 100644 index 0000000..d86cbdc --- /dev/null +++ b/.idea/misc.xml @@ -0,0 +1,13 @@ + + + + + + + + \ No newline at end of file diff --git a/.idea/vcs.xml b/.idea/vcs.xml new file mode 100644 index 0000000..94a25f7 --- /dev/null +++ b/.idea/vcs.xml @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git a/db/springbootbv4939cb.sql b/db/springbootbv4939cb.sql new file mode 100644 index 0000000..e6634f0 --- /dev/null +++ b/db/springbootbv4939cb.sql @@ -0,0 +1,475 @@ +-- MySQL dump 10.13 Distrib 5.7.32, for Win64 (x86_64) +-- +-- Host: localhost Database: springbootbv4939cb +-- ------------------------------------------------------ +-- Server version 5.7.32-log + +/*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */; +/*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */; +/*!40101 SET @OLD_COLLATION_CONNECTION=@@COLLATION_CONNECTION */; +/*!40101 SET NAMES utf8 */; +/*!40103 SET @OLD_TIME_ZONE=@@TIME_ZONE */; +/*!40103 SET TIME_ZONE='+00:00' */; +/*!40014 SET @OLD_UNIQUE_CHECKS=@@UNIQUE_CHECKS, UNIQUE_CHECKS=0 */; +/*!40014 SET @OLD_FOREIGN_KEY_CHECKS=@@FOREIGN_KEY_CHECKS, FOREIGN_KEY_CHECKS=0 */; +/*!40101 SET @OLD_SQL_MODE=@@SQL_MODE, SQL_MODE='NO_AUTO_VALUE_ON_ZERO' */; +/*!40111 SET @OLD_SQL_NOTES=@@SQL_NOTES, SQL_NOTES=0 */; + +-- +-- Table structure for table `baoxianxinxi` +-- + +DROP TABLE IF EXISTS `baoxianxinxi`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!40101 SET character_set_client = utf8 */; +CREATE TABLE `baoxianxinxi` ( + `id` bigint(20) NOT NULL AUTO_INCREMENT COMMENT '主键', + `addtime` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP COMMENT '创建时间', + `baoxiangongsi` varchar(200) NOT NULL COMMENT '保险公司', + `baoxianleixing` varchar(200) NOT NULL COMMENT '保险类型', + `baoxianjine` double NOT NULL COMMENT '保险金额', + `shengxiaoriqi` date DEFAULT NULL COMMENT '生效日期', + `youxiaoqizhi` date DEFAULT NULL COMMENT '有效期至', + `chepaihao` varchar(200) DEFAULT NULL COMMENT '车牌号', + `cheliangxinghao` varchar(200) NOT NULL COMMENT '车辆型号', + `cheliangpinpai` varchar(200) NOT NULL COMMENT '车辆品牌', + `cheliangleixing` varchar(200) DEFAULT NULL COMMENT '车辆类型', + `fadongjihao` varchar(200) DEFAULT NULL COMMENT '发动机号', + `chejiahao` varchar(200) DEFAULT NULL COMMENT '车架号', + `dengjiriqi` date DEFAULT NULL COMMENT '登记日期', + `zhanghao` varchar(200) DEFAULT NULL COMMENT '账号', + `xingming` varchar(200) DEFAULT NULL COMMENT '姓名', + `jiashizhenghao` varchar(200) DEFAULT NULL COMMENT '驾驶证号', + `yuangongzhanghao` varchar(200) DEFAULT NULL COMMENT '员工账号', + `yuangongxingming` varchar(200) DEFAULT NULL COMMENT '员工姓名', + PRIMARY KEY (`id`), + UNIQUE KEY `fadongjihao` (`fadongjihao`), + UNIQUE KEY `chejiahao` (`chejiahao`) +) ENGINE=InnoDB AUTO_INCREMENT=59 DEFAULT CHARSET=utf8 COMMENT='保险信息'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `baoxianxinxi` +-- + +LOCK TABLES `baoxianxinxi` WRITE; +/*!40000 ALTER TABLE `baoxianxinxi` DISABLE KEYS */; +INSERT INTO `baoxianxinxi` VALUES (51,'2030-03-20 15:07:34','保险公司1','保险类型1',1,'2030-03-20','2030-03-20','车牌号1','车辆型号1','车辆品牌1','车辆类型1','发动机号1','车架号1','2030-03-20','账号1','姓名1','驾驶证号1','员工账号1','员工姓名1'),(52,'2030-03-20 15:07:34','保险公司2','保险类型2',2,'2030-03-20','2030-03-20','车牌号2','车辆型号2','车辆品牌2','车辆类型2','发动机号2','车架号2','2030-03-20','账号2','姓名2','驾驶证号2','员工账号2','员工姓名2'),(53,'2030-03-20 15:07:34','保险公司3','保险类型3',3,'2030-03-20','2030-03-20','车牌号3','车辆型号3','车辆品牌3','车辆类型3','发动机号3','车架号3','2030-03-20','账号3','姓名3','驾驶证号3','员工账号3','员工姓名3'),(54,'2030-03-20 15:07:34','保险公司4','保险类型4',4,'2030-03-20','2030-03-20','车牌号4','车辆型号4','车辆品牌4','车辆类型4','发动机号4','车架号4','2030-03-20','账号4','姓名4','驾驶证号4','员工账号4','员工姓名4'),(55,'2030-03-20 15:07:34','保险公司5','保险类型5',5,'2030-03-20','2030-03-20','车牌号5','车辆型号5','车辆品牌5','车辆类型5','发动机号5','车架号5','2030-03-20','账号5','姓名5','驾驶证号5','员工账号5','员工姓名5'),(56,'2030-03-20 15:07:34','保险公司6','保险类型6',6,'2030-03-20','2030-03-20','车牌号6','车辆型号6','车辆品牌6','车辆类型6','发动机号6','车架号6','2030-03-20','账号6','姓名6','驾驶证号6','员工账号6','员工姓名6'),(57,'2030-03-20 15:07:34','保险公司7','保险类型7',7,'2030-03-20','2030-03-20','车牌号7','车辆型号7','车辆品牌7','车辆类型7','发动机号7','车架号7','2030-03-20','账号7','姓名7','驾驶证号7','员工账号7','员工姓名7'),(58,'2030-03-20 15:07:34','保险公司8','保险类型8',8,'2030-03-20','2030-03-20','车牌号8','车辆型号8','车辆品牌8','车辆类型8','发动机号8','车架号8','2030-03-20','账号8','姓名8','驾驶证号8','员工账号8','员工姓名8'); +/*!40000 ALTER TABLE `baoxianxinxi` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `cheliangdangan` +-- + +DROP TABLE IF EXISTS `cheliangdangan`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!40101 SET character_set_client = utf8 */; +CREATE TABLE `cheliangdangan` ( + `id` bigint(20) NOT NULL AUTO_INCREMENT COMMENT '主键', + `addtime` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP COMMENT '创建时间', + `danganbianhao` varchar(200) DEFAULT NULL COMMENT '档案编号', + `chepaihao` varchar(200) DEFAULT NULL COMMENT '车牌号', + `cheliangxinghao` varchar(200) NOT NULL COMMENT '车辆型号', + `cheliangpinpai` varchar(200) NOT NULL COMMENT '车辆品牌', + `cheliangleixing` varchar(200) DEFAULT NULL COMMENT '车辆类型', + `fadongjihao` varchar(200) DEFAULT NULL COMMENT '发动机号', + `chejiahao` varchar(200) DEFAULT NULL COMMENT '车架号', + `yanse` varchar(200) DEFAULT NULL COMMENT '颜色', + `huandangfangshi` varchar(200) NOT NULL COMMENT '换挡方式', + `cheliangzhaopian` longtext COMMENT '车辆照片', + `zuowei` int(11) DEFAULT NULL COMMENT '座位', + `dengjiriqi` date DEFAULT NULL COMMENT '登记日期', + `danganwenjian` longtext COMMENT '档案文件', + `cheliangxiangqing` longtext COMMENT '车辆详情', + `zhanghao` varchar(200) DEFAULT NULL COMMENT '账号', + `xingming` varchar(200) DEFAULT NULL COMMENT '姓名', + `jiashizhenghao` varchar(200) DEFAULT NULL COMMENT '驾驶证号', + `yuangongzhanghao` varchar(200) DEFAULT NULL COMMENT '员工账号', + `yuangongxingming` varchar(200) DEFAULT NULL COMMENT '员工姓名', + PRIMARY KEY (`id`), + UNIQUE KEY `danganbianhao` (`danganbianhao`), + UNIQUE KEY `chepaihao` (`chepaihao`), + UNIQUE KEY `fadongjihao` (`fadongjihao`), + UNIQUE KEY `chejiahao` (`chejiahao`) +) ENGINE=InnoDB AUTO_INCREMENT=49 DEFAULT CHARSET=utf8 COMMENT='车辆档案'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `cheliangdangan` +-- + +LOCK TABLES `cheliangdangan` WRITE; +/*!40000 ALTER TABLE `cheliangdangan` DISABLE KEYS */; +INSERT INTO `cheliangdangan` VALUES (41,'2030-03-20 15:07:34','1111111111','车牌号1','车辆型号1','车辆品牌1','车辆类型1','发动机号1','车架号1','颜色1','手动挡','upload/cheliangdangan_cheliangzhaopian1.jpg,upload/cheliangdangan_cheliangzhaopian2.jpg,upload/cheliangdangan_cheliangzhaopian3.jpg',1,'2030-03-20','','车辆详情1','账号1','姓名1','驾驶证号1','员工账号1','员工姓名1'),(42,'2030-03-20 15:07:34','2222222222','车牌号2','车辆型号2','车辆品牌2','车辆类型2','发动机号2','车架号2','颜色2','手动挡','upload/cheliangdangan_cheliangzhaopian2.jpg,upload/cheliangdangan_cheliangzhaopian3.jpg,upload/cheliangdangan_cheliangzhaopian4.jpg',2,'2030-03-20','','车辆详情2','账号2','姓名2','驾驶证号2','员工账号2','员工姓名2'),(43,'2030-03-20 15:07:34','3333333333','车牌号3','车辆型号3','车辆品牌3','车辆类型3','发动机号3','车架号3','颜色3','手动挡','upload/cheliangdangan_cheliangzhaopian3.jpg,upload/cheliangdangan_cheliangzhaopian4.jpg,upload/cheliangdangan_cheliangzhaopian5.jpg',3,'2030-03-20','','车辆详情3','账号3','姓名3','驾驶证号3','员工账号3','员工姓名3'),(44,'2030-03-20 15:07:34','4444444444','车牌号4','车辆型号4','车辆品牌4','车辆类型4','发动机号4','车架号4','颜色4','手动挡','upload/cheliangdangan_cheliangzhaopian4.jpg,upload/cheliangdangan_cheliangzhaopian5.jpg,upload/cheliangdangan_cheliangzhaopian6.jpg',4,'2030-03-20','','车辆详情4','账号4','姓名4','驾驶证号4','员工账号4','员工姓名4'),(45,'2030-03-20 15:07:34','5555555555','车牌号5','车辆型号5','车辆品牌5','车辆类型5','发动机号5','车架号5','颜色5','手动挡','upload/cheliangdangan_cheliangzhaopian5.jpg,upload/cheliangdangan_cheliangzhaopian6.jpg,upload/cheliangdangan_cheliangzhaopian7.jpg',5,'2030-03-20','','车辆详情5','账号5','姓名5','驾驶证号5','员工账号5','员工姓名5'),(46,'2030-03-20 15:07:34','6666666666','车牌号6','车辆型号6','车辆品牌6','车辆类型6','发动机号6','车架号6','颜色6','手动挡','upload/cheliangdangan_cheliangzhaopian6.jpg,upload/cheliangdangan_cheliangzhaopian7.jpg,upload/cheliangdangan_cheliangzhaopian8.jpg',6,'2030-03-20','','车辆详情6','账号6','姓名6','驾驶证号6','员工账号6','员工姓名6'),(47,'2030-03-20 15:07:34','7777777777','车牌号7','车辆型号7','车辆品牌7','车辆类型7','发动机号7','车架号7','颜色7','手动挡','upload/cheliangdangan_cheliangzhaopian7.jpg,upload/cheliangdangan_cheliangzhaopian8.jpg,upload/cheliangdangan_cheliangzhaopian9.jpg',7,'2030-03-20','','车辆详情7','账号7','姓名7','驾驶证号7','员工账号7','员工姓名7'),(48,'2030-03-20 15:07:34','8888888888','车牌号8','车辆型号8','车辆品牌8','车辆类型8','发动机号8','车架号8','颜色8','手动挡','upload/cheliangdangan_cheliangzhaopian8.jpg,upload/cheliangdangan_cheliangzhaopian9.jpg,upload/cheliangdangan_cheliangzhaopian10.jpg',8,'2030-03-20','','车辆详情8','账号8','姓名8','驾驶证号8','员工账号8','员工姓名8'); +/*!40000 ALTER TABLE `cheliangdangan` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `config` +-- + +DROP TABLE IF EXISTS `config`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!40101 SET character_set_client = utf8 */; +CREATE TABLE `config` ( + `id` bigint(20) NOT NULL AUTO_INCREMENT COMMENT '主键', + `name` varchar(100) NOT NULL COMMENT '配置参数名称', + `value` varchar(100) DEFAULT NULL COMMENT '配置参数值', + `url` varchar(500) DEFAULT NULL COMMENT 'url', + PRIMARY KEY (`id`) +) ENGINE=InnoDB AUTO_INCREMENT=4 DEFAULT CHARSET=utf8 COMMENT='配置文件'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `config` +-- + +LOCK TABLES `config` WRITE; +/*!40000 ALTER TABLE `config` DISABLE KEYS */; +INSERT INTO `config` VALUES (1,'picture1','upload/picture1.jpg',NULL),(2,'picture2','upload/picture2.jpg',NULL),(3,'picture3','upload/picture3.jpg',NULL); +/*!40000 ALTER TABLE `config` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `fafangpaizhao` +-- + +DROP TABLE IF EXISTS `fafangpaizhao`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!40101 SET character_set_client = utf8 */; +CREATE TABLE `fafangpaizhao` ( + `id` bigint(20) NOT NULL AUTO_INCREMENT COMMENT '主键', + `addtime` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP COMMENT '创建时间', + `zhanghao` varchar(200) DEFAULT NULL COMMENT '账号', + `xingming` varchar(200) DEFAULT NULL COMMENT '姓名', + `jiashizhenghao` varchar(200) DEFAULT NULL COMMENT '驾驶证号', + `chepaihao` varchar(200) NOT NULL COMMENT '车牌号', + `fafangshijian` datetime DEFAULT NULL COMMENT '发放时间', + `yuangongzhanghao` varchar(200) DEFAULT NULL COMMENT '员工账号', + `yuangongxingming` varchar(200) DEFAULT NULL COMMENT '员工姓名', + `crossuserid` bigint(20) DEFAULT NULL COMMENT '跨表用户id', + `crossrefid` bigint(20) DEFAULT NULL COMMENT '跨表主键id', + PRIMARY KEY (`id`) +) ENGINE=InnoDB AUTO_INCREMENT=99 DEFAULT CHARSET=utf8 COMMENT='发放牌照'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `fafangpaizhao` +-- + +LOCK TABLES `fafangpaizhao` WRITE; +/*!40000 ALTER TABLE `fafangpaizhao` DISABLE KEYS */; +INSERT INTO `fafangpaizhao` VALUES (91,'2030-03-20 15:07:34','账号1','姓名1','驾驶证号1','车牌号1','2030-03-20 23:07:34','员工账号1','员工姓名1',1,1),(92,'2030-03-20 15:07:34','账号2','姓名2','驾驶证号2','车牌号2','2030-03-20 23:07:34','员工账号2','员工姓名2',2,2),(93,'2030-03-20 15:07:34','账号3','姓名3','驾驶证号3','车牌号3','2030-03-20 23:07:34','员工账号3','员工姓名3',3,3),(94,'2030-03-20 15:07:34','账号4','姓名4','驾驶证号4','车牌号4','2030-03-20 23:07:34','员工账号4','员工姓名4',4,4),(95,'2030-03-20 15:07:34','账号5','姓名5','驾驶证号5','车牌号5','2030-03-20 23:07:34','员工账号5','员工姓名5',5,5),(96,'2030-03-20 15:07:34','账号6','姓名6','驾驶证号6','车牌号6','2030-03-20 23:07:34','员工账号6','员工姓名6',6,6),(97,'2030-03-20 15:07:34','账号7','姓名7','驾驶证号7','车牌号7','2030-03-20 23:07:34','员工账号7','员工姓名7',7,7),(98,'2030-03-20 15:07:34','账号8','姓名8','驾驶证号8','车牌号8','2030-03-20 23:07:34','员工账号8','员工姓名8',8,8); +/*!40000 ALTER TABLE `fafangpaizhao` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `gonggaoxinxi` +-- + +DROP TABLE IF EXISTS `gonggaoxinxi`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!40101 SET character_set_client = utf8 */; +CREATE TABLE `gonggaoxinxi` ( + `id` bigint(20) NOT NULL AUTO_INCREMENT COMMENT '主键', + `addtime` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP COMMENT '创建时间', + `biaoti` varchar(200) NOT NULL COMMENT '标题', + `jianjie` longtext COMMENT '简介', + `fabushijian` date DEFAULT NULL COMMENT '发布时间', + `fengmian` longtext COMMENT '封面', + `neirong` longtext COMMENT '内容', + PRIMARY KEY (`id`) +) ENGINE=InnoDB AUTO_INCREMENT=39 DEFAULT CHARSET=utf8 COMMENT='公告信息'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `gonggaoxinxi` +-- + +LOCK TABLES `gonggaoxinxi` WRITE; +/*!40000 ALTER TABLE `gonggaoxinxi` DISABLE KEYS */; +INSERT INTO `gonggaoxinxi` VALUES (31,'2030-03-20 15:07:34','标题1','简介1','2030-03-20','upload/gonggaoxinxi_fengmian1.jpg,upload/gonggaoxinxi_fengmian2.jpg,upload/gonggaoxinxi_fengmian3.jpg','内容1'),(32,'2030-03-20 15:07:34','标题2','简介2','2030-03-20','upload/gonggaoxinxi_fengmian2.jpg,upload/gonggaoxinxi_fengmian3.jpg,upload/gonggaoxinxi_fengmian4.jpg','内容2'),(33,'2030-03-20 15:07:34','标题3','简介3','2030-03-20','upload/gonggaoxinxi_fengmian3.jpg,upload/gonggaoxinxi_fengmian4.jpg,upload/gonggaoxinxi_fengmian5.jpg','内容3'),(34,'2030-03-20 15:07:34','标题4','简介4','2030-03-20','upload/gonggaoxinxi_fengmian4.jpg,upload/gonggaoxinxi_fengmian5.jpg,upload/gonggaoxinxi_fengmian6.jpg','内容4'),(35,'2030-03-20 15:07:34','标题5','简介5','2030-03-20','upload/gonggaoxinxi_fengmian5.jpg,upload/gonggaoxinxi_fengmian6.jpg,upload/gonggaoxinxi_fengmian7.jpg','内容5'),(36,'2030-03-20 15:07:34','标题6','简介6','2030-03-20','upload/gonggaoxinxi_fengmian6.jpg,upload/gonggaoxinxi_fengmian7.jpg,upload/gonggaoxinxi_fengmian8.jpg','内容6'),(37,'2030-03-20 15:07:34','标题7','简介7','2030-03-20','upload/gonggaoxinxi_fengmian7.jpg,upload/gonggaoxinxi_fengmian8.jpg,upload/gonggaoxinxi_fengmian9.jpg','内容7'),(38,'2030-03-20 15:07:34','标题8','简介8','2030-03-20','upload/gonggaoxinxi_fengmian8.jpg,upload/gonggaoxinxi_fengmian9.jpg,upload/gonggaoxinxi_fengmian10.jpg','内容8'); +/*!40000 ALTER TABLE `gonggaoxinxi` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `gongzuorenyuan` +-- + +DROP TABLE IF EXISTS `gongzuorenyuan`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!40101 SET character_set_client = utf8 */; +CREATE TABLE `gongzuorenyuan` ( + `id` bigint(20) NOT NULL AUTO_INCREMENT COMMENT '主键', + `addtime` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP COMMENT '创建时间', + `yuangongzhanghao` varchar(200) NOT NULL COMMENT '员工账号', + `mima` varchar(200) NOT NULL COMMENT '密码', + `yuangongxingming` varchar(200) NOT NULL COMMENT '员工姓名', + `nianling` int(11) DEFAULT NULL COMMENT '年龄', + `xingbie` varchar(200) DEFAULT NULL COMMENT '性别', + `shouji` varchar(200) DEFAULT NULL COMMENT '手机', + `touxiang` longtext COMMENT '头像', + `sfsh` varchar(200) DEFAULT '待审核' COMMENT '是否审核', + `shhf` longtext COMMENT '审核回复', + PRIMARY KEY (`id`), + UNIQUE KEY `yuangongzhanghao` (`yuangongzhanghao`) +) ENGINE=InnoDB AUTO_INCREMENT=29 DEFAULT CHARSET=utf8 COMMENT='工作人员'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `gongzuorenyuan` +-- + +LOCK TABLES `gongzuorenyuan` WRITE; +/*!40000 ALTER TABLE `gongzuorenyuan` DISABLE KEYS */; +INSERT INTO `gongzuorenyuan` VALUES (21,'2030-03-20 15:07:34','员工账号1','123456','员工姓名1',1,'男','13823888881','upload/gongzuorenyuan_touxiang1.jpg','是',''),(22,'2030-03-20 15:07:34','员工账号2','123456','员工姓名2',2,'男','13823888882','upload/gongzuorenyuan_touxiang2.jpg','是',''),(23,'2030-03-20 15:07:34','员工账号3','123456','员工姓名3',3,'男','13823888883','upload/gongzuorenyuan_touxiang3.jpg','是',''),(24,'2030-03-20 15:07:34','员工账号4','123456','员工姓名4',4,'男','13823888884','upload/gongzuorenyuan_touxiang4.jpg','是',''),(25,'2030-03-20 15:07:34','员工账号5','123456','员工姓名5',5,'男','13823888885','upload/gongzuorenyuan_touxiang5.jpg','是',''),(26,'2030-03-20 15:07:34','员工账号6','123456','员工姓名6',6,'男','13823888886','upload/gongzuorenyuan_touxiang6.jpg','是',''),(27,'2030-03-20 15:07:34','员工账号7','123456','员工姓名7',7,'男','13823888887','upload/gongzuorenyuan_touxiang7.jpg','是',''),(28,'2030-03-20 15:07:34','员工账号8','123456','员工姓名8',8,'男','13823888888','upload/gongzuorenyuan_touxiang8.jpg','是',''); +/*!40000 ALTER TABLE `gongzuorenyuan` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `guapaishenqing` +-- + +DROP TABLE IF EXISTS `guapaishenqing`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!40101 SET character_set_client = utf8 */; +CREATE TABLE `guapaishenqing` ( + `id` bigint(20) NOT NULL AUTO_INCREMENT COMMENT '主键', + `addtime` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP COMMENT '创建时间', + `zhanghao` varchar(200) DEFAULT NULL COMMENT '账号', + `xingming` varchar(200) DEFAULT NULL COMMENT '姓名', + `jiashizhenghao` varchar(200) DEFAULT NULL COMMENT '驾驶证号', + `biaoti` varchar(200) DEFAULT NULL COMMENT '标题', + `zhengmingcailiao` longtext COMMENT '证明材料', + `shenqingneirong` longtext COMMENT '申请内容', + `shenqingshijian` datetime DEFAULT NULL COMMENT '申请时间', + `yuangongzhanghao` varchar(200) DEFAULT NULL COMMENT '员工账号', + `yuangongxingming` varchar(200) DEFAULT NULL COMMENT '员工姓名', + `sfsh` varchar(200) DEFAULT '待审核' COMMENT '是否审核', + `shhf` longtext COMMENT '审核回复', + PRIMARY KEY (`id`) +) ENGINE=InnoDB AUTO_INCREMENT=89 DEFAULT CHARSET=utf8 COMMENT='挂牌申请'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `guapaishenqing` +-- + +LOCK TABLES `guapaishenqing` WRITE; +/*!40000 ALTER TABLE `guapaishenqing` DISABLE KEYS */; +INSERT INTO `guapaishenqing` VALUES (81,'2030-03-20 15:07:34','账号1','姓名1','驾驶证号1','标题1','','申请内容1','2030-03-20 23:07:34','员工账号1','员工姓名1','是',''),(82,'2030-03-20 15:07:34','账号2','姓名2','驾驶证号2','标题2','','申请内容2','2030-03-20 23:07:34','员工账号2','员工姓名2','是',''),(83,'2030-03-20 15:07:34','账号3','姓名3','驾驶证号3','标题3','','申请内容3','2030-03-20 23:07:34','员工账号3','员工姓名3','是',''),(84,'2030-03-20 15:07:34','账号4','姓名4','驾驶证号4','标题4','','申请内容4','2030-03-20 23:07:34','员工账号4','员工姓名4','是',''),(85,'2030-03-20 15:07:34','账号5','姓名5','驾驶证号5','标题5','','申请内容5','2030-03-20 23:07:34','员工账号5','员工姓名5','是',''),(86,'2030-03-20 15:07:34','账号6','姓名6','驾驶证号6','标题6','','申请内容6','2030-03-20 23:07:34','员工账号6','员工姓名6','是',''),(87,'2030-03-20 15:07:34','账号7','姓名7','驾驶证号7','标题7','','申请内容7','2030-03-20 23:07:34','员工账号7','员工姓名7','是',''),(88,'2030-03-20 15:07:34','账号8','姓名8','驾驶证号8','标题8','','申请内容8','2030-03-20 23:07:34','员工账号8','员工姓名8','是',''); +/*!40000 ALTER TABLE `guapaishenqing` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `jiashiyuan` +-- + +DROP TABLE IF EXISTS `jiashiyuan`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!40101 SET character_set_client = utf8 */; +CREATE TABLE `jiashiyuan` ( + `id` bigint(20) NOT NULL AUTO_INCREMENT COMMENT '主键', + `addtime` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP COMMENT '创建时间', + `zhanghao` varchar(200) NOT NULL COMMENT '账号', + `mima` varchar(200) NOT NULL COMMENT '密码', + `xingming` varchar(200) NOT NULL COMMENT '姓名', + `xingbie` varchar(200) DEFAULT NULL COMMENT '性别', + `shouji` varchar(200) DEFAULT NULL COMMENT '手机', + `shenfenzheng` varchar(200) NOT NULL COMMENT '身份证', + `chushengriqi` date DEFAULT NULL COMMENT '出生日期', + `jiashizhenghao` varchar(200) NOT NULL COMMENT '驾驶证号', + `touxiang` longtext COMMENT '头像', + PRIMARY KEY (`id`), + UNIQUE KEY `zhanghao` (`zhanghao`) +) ENGINE=InnoDB AUTO_INCREMENT=19 DEFAULT CHARSET=utf8 COMMENT='驾驶员'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `jiashiyuan` +-- + +LOCK TABLES `jiashiyuan` WRITE; +/*!40000 ALTER TABLE `jiashiyuan` DISABLE KEYS */; +INSERT INTO `jiashiyuan` VALUES (11,'2030-03-20 15:07:34','账号1','123456','姓名1','男','13823888881','440300199101010001','2030-03-20','驾驶证号1','upload/jiashiyuan_touxiang1.jpg'),(12,'2030-03-20 15:07:34','账号2','123456','姓名2','男','13823888882','440300199202020002','2030-03-20','驾驶证号2','upload/jiashiyuan_touxiang2.jpg'),(13,'2030-03-20 15:07:34','账号3','123456','姓名3','男','13823888883','440300199303030003','2030-03-20','驾驶证号3','upload/jiashiyuan_touxiang3.jpg'),(14,'2030-03-20 15:07:34','账号4','123456','姓名4','男','13823888884','440300199404040004','2030-03-20','驾驶证号4','upload/jiashiyuan_touxiang4.jpg'),(15,'2030-03-20 15:07:34','账号5','123456','姓名5','男','13823888885','440300199505050005','2030-03-20','驾驶证号5','upload/jiashiyuan_touxiang5.jpg'),(16,'2030-03-20 15:07:34','账号6','123456','姓名6','男','13823888886','440300199606060006','2030-03-20','驾驶证号6','upload/jiashiyuan_touxiang6.jpg'),(17,'2030-03-20 15:07:34','账号7','123456','姓名7','男','13823888887','440300199707070007','2030-03-20','驾驶证号7','upload/jiashiyuan_touxiang7.jpg'),(18,'2030-03-20 15:07:34','账号8','123456','姓名8','男','13823888888','440300199808080008','2030-03-20','驾驶证号8','upload/jiashiyuan_touxiang8.jpg'); +/*!40000 ALTER TABLE `jiashiyuan` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `luxianxinxi` +-- + +DROP TABLE IF EXISTS `luxianxinxi`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!40101 SET character_set_client = utf8 */; +CREATE TABLE `luxianxinxi` ( + `id` bigint(20) NOT NULL AUTO_INCREMENT COMMENT '主键', + `addtime` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP COMMENT '时间', + `luxianmingcheng` varchar(200) DEFAULT NULL COMMENT '路线名称', + `luxianqidian` varchar(200) DEFAULT NULL COMMENT '路线起点', + `luxianzhongdian` varchar(200) DEFAULT NULL COMMENT '路线终点', + `daoluqingkuang` varchar(200) DEFAULT NULL COMMENT '道路情况', + `yichangwenti` varchar(200) DEFAULT NULL COMMENT '异常问题', + `yujixingshishizhang` decimal(10,0) DEFAULT NULL COMMENT '预计行驶时长', + `luxianxiangqing` longtext COMMENT '路线详情', + `userid` bigint(20) DEFAULT NULL, + PRIMARY KEY (`id`) +) ENGINE=InnoDB AUTO_INCREMENT=9 DEFAULT CHARSET=utf8mb4; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `luxianxinxi` +-- + +LOCK TABLES `luxianxinxi` WRITE; +/*!40000 ALTER TABLE `luxianxinxi` DISABLE KEYS */; +INSERT INTO `luxianxinxi` VALUES (1,'2030-12-17 02:54:39','路线名称1','路线起点1','路线终点1','道路情况1','异常问题1',1,'路线详情1',11),(2,'2030-12-17 02:54:39','路线名称2','路线起点2','路线终点2','道路情况2','异常问题2',2,'路线详情2',12),(3,'2030-12-17 02:54:39','路线名称3','路线起点3','路线终点3','道路情况3','异常问题3',3,'路线详情3',13),(4,'2030-12-17 02:54:39','路线名称4','路线起点4','路线终点4','道路情况4','异常问题4',4,'路线详情4',14),(5,'2030-12-17 02:54:39','路线名称5','路线起点5','路线终点5','道路情况5','异常问题5',5,'路线详情5',15),(6,'2030-12-17 02:54:39','路线名称6','路线起点6','路线终点6','道路情况6','异常问题6',6,'路线详情6',16),(7,'2030-12-17 02:54:39','路线名称7','路线起点7','路线终点7','道路情况7','异常问题7',7,'路线详情7',17),(8,'2030-12-17 02:54:39','路线名称8','路线起点8','路线终点8','道路情况8','异常问题8',8,'路线详情8',18); +/*!40000 ALTER TABLE `luxianxinxi` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `shigujilu` +-- + +DROP TABLE IF EXISTS `shigujilu`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!40101 SET character_set_client = utf8 */; +CREATE TABLE `shigujilu` ( + `id` bigint(20) NOT NULL AUTO_INCREMENT COMMENT '主键', + `addtime` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP COMMENT '创建时间', + `jilubianhao` varchar(200) DEFAULT NULL COMMENT '记录编号', + `chepaihao` varchar(200) DEFAULT NULL COMMENT '车牌号', + `cheliangxinghao` varchar(200) NOT NULL COMMENT '车辆型号', + `fadongjihao` varchar(200) DEFAULT NULL COMMENT '发动机号', + `chejiahao` varchar(200) DEFAULT NULL COMMENT '车架号', + `shigudidian` varchar(200) DEFAULT NULL COMMENT '事故地点', + `shiguzerenfang` varchar(200) DEFAULT NULL COMMENT '事故责任方', + `shiguzhaopian` longtext COMMENT '事故照片', + `zhengmingcailiao` longtext COMMENT '证明材料', + `shiguriqi` date DEFAULT NULL COMMENT '事故日期', + `shiguxiangqing` longtext COMMENT '事故详情', + `zhanghao` varchar(200) DEFAULT NULL COMMENT '账号', + `xingming` varchar(200) DEFAULT NULL COMMENT '姓名', + `jiashizhenghao` varchar(200) DEFAULT NULL COMMENT '驾驶证号', + `yuangongzhanghao` varchar(200) DEFAULT NULL COMMENT '员工账号', + `yuangongxingming` varchar(200) DEFAULT NULL COMMENT '员工姓名', + PRIMARY KEY (`id`), + UNIQUE KEY `jilubianhao` (`jilubianhao`), + UNIQUE KEY `fadongjihao` (`fadongjihao`), + UNIQUE KEY `chejiahao` (`chejiahao`) +) ENGINE=InnoDB AUTO_INCREMENT=79 DEFAULT CHARSET=utf8 COMMENT='事故记录'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `shigujilu` +-- + +LOCK TABLES `shigujilu` WRITE; +/*!40000 ALTER TABLE `shigujilu` DISABLE KEYS */; +INSERT INTO `shigujilu` VALUES (71,'2030-03-20 15:07:34','1111111111','车牌号1','车辆型号1','发动机号1','车架号1','事故地点1','事故责任方1','upload/shigujilu_shiguzhaopian1.jpg,upload/shigujilu_shiguzhaopian2.jpg,upload/shigujilu_shiguzhaopian3.jpg','','2030-03-20','事故详情1','账号1','姓名1','驾驶证号1','员工账号1','员工姓名1'),(72,'2030-03-20 15:07:34','2222222222','车牌号2','车辆型号2','发动机号2','车架号2','事故地点2','事故责任方2','upload/shigujilu_shiguzhaopian2.jpg,upload/shigujilu_shiguzhaopian3.jpg,upload/shigujilu_shiguzhaopian4.jpg','','2030-03-20','事故详情2','账号2','姓名2','驾驶证号2','员工账号2','员工姓名2'),(73,'2030-03-20 15:07:34','3333333333','车牌号3','车辆型号3','发动机号3','车架号3','事故地点3','事故责任方3','upload/shigujilu_shiguzhaopian3.jpg,upload/shigujilu_shiguzhaopian4.jpg,upload/shigujilu_shiguzhaopian5.jpg','','2030-03-20','事故详情3','账号3','姓名3','驾驶证号3','员工账号3','员工姓名3'),(74,'2030-03-20 15:07:34','4444444444','车牌号4','车辆型号4','发动机号4','车架号4','事故地点4','事故责任方4','upload/shigujilu_shiguzhaopian4.jpg,upload/shigujilu_shiguzhaopian5.jpg,upload/shigujilu_shiguzhaopian6.jpg','','2030-03-20','事故详情4','账号4','姓名4','驾驶证号4','员工账号4','员工姓名4'),(75,'2030-03-20 15:07:34','5555555555','车牌号5','车辆型号5','发动机号5','车架号5','事故地点5','事故责任方5','upload/shigujilu_shiguzhaopian5.jpg,upload/shigujilu_shiguzhaopian6.jpg,upload/shigujilu_shiguzhaopian7.jpg','','2030-03-20','事故详情5','账号5','姓名5','驾驶证号5','员工账号5','员工姓名5'),(76,'2030-03-20 15:07:34','6666666666','车牌号6','车辆型号6','发动机号6','车架号6','事故地点6','事故责任方6','upload/shigujilu_shiguzhaopian6.jpg,upload/shigujilu_shiguzhaopian7.jpg,upload/shigujilu_shiguzhaopian8.jpg','','2030-03-20','事故详情6','账号6','姓名6','驾驶证号6','员工账号6','员工姓名6'),(77,'2030-03-20 15:07:34','7777777777','车牌号7','车辆型号7','发动机号7','车架号7','事故地点7','事故责任方7','upload/shigujilu_shiguzhaopian7.jpg,upload/shigujilu_shiguzhaopian8.jpg,upload/shigujilu_shiguzhaopian9.jpg','','2030-03-20','事故详情7','账号7','姓名7','驾驶证号7','员工账号7','员工姓名7'),(78,'2030-03-20 15:07:34','8888888888','车牌号8','车辆型号8','发动机号8','车架号8','事故地点8','事故责任方8','upload/shigujilu_shiguzhaopian8.jpg,upload/shigujilu_shiguzhaopian9.jpg,upload/shigujilu_shiguzhaopian10.jpg','','2030-03-20','事故详情8','账号8','姓名8','驾驶证号8','员工账号8','员工姓名8'); +/*!40000 ALTER TABLE `shigujilu` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `token` +-- + +DROP TABLE IF EXISTS `token`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!40101 SET character_set_client = utf8 */; +CREATE TABLE `token` ( + `id` bigint(20) NOT NULL AUTO_INCREMENT COMMENT '主键', + `userid` bigint(20) NOT NULL COMMENT '用户id', + `username` varchar(100) NOT NULL COMMENT '用户名', + `tablename` varchar(100) DEFAULT NULL COMMENT '表名', + `role` varchar(100) DEFAULT NULL COMMENT '角色', + `token` varchar(200) NOT NULL COMMENT '密码', + `addtime` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP COMMENT '新增时间', + `expiratedtime` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP COMMENT '过期时间', + PRIMARY KEY (`id`) +) ENGINE=InnoDB AUTO_INCREMENT=4 DEFAULT CHARSET=utf8 COMMENT='token表'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `token` +-- + +LOCK TABLES `token` WRITE; +/*!40000 ALTER TABLE `token` DISABLE KEYS */; +INSERT INTO `token` VALUES (1,1,'admin','users','管理员','rme68wkv3xbblv15i1l4a779djdfnp2a','2030-03-20 15:09:43','2025-03-13 11:56:53'),(2,11,'账号1','jiashiyuan','驾驶员','w36ea03617by103cenxse351oo59aebj','2025-03-13 10:56:12','2025-03-13 11:56:12'),(3,21,'员工账号1','gongzuorenyuan','工作人员','a9jmxp8dydacxnzogd0rvgk691c9yuf4','2025-03-13 10:57:06','2025-03-13 11:57:07'); +/*!40000 ALTER TABLE `token` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `users` +-- + +DROP TABLE IF EXISTS `users`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!40101 SET character_set_client = utf8 */; +CREATE TABLE `users` ( + `id` bigint(20) NOT NULL AUTO_INCREMENT COMMENT '主键', + `username` varchar(100) NOT NULL COMMENT '用户名', + `password` varchar(100) NOT NULL COMMENT '密码', + `image` varchar(200) DEFAULT NULL COMMENT '头像', + `role` varchar(100) DEFAULT '管理员' COMMENT '角色', + `addtime` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP COMMENT '新增时间', + PRIMARY KEY (`id`) +) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8 COMMENT='用户表'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `users` +-- + +LOCK TABLES `users` WRITE; +/*!40000 ALTER TABLE `users` DISABLE KEYS */; +INSERT INTO `users` VALUES (1,'admin','admin','upload/image1.jpg','管理员','2030-03-20 15:07:34'); +/*!40000 ALTER TABLE `users` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `xubaotongzhi` +-- + +DROP TABLE IF EXISTS `xubaotongzhi`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!40101 SET character_set_client = utf8 */; +CREATE TABLE `xubaotongzhi` ( + `id` bigint(20) NOT NULL AUTO_INCREMENT COMMENT '主键', + `addtime` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP COMMENT '创建时间', + `tongzhibiaoti` varchar(200) DEFAULT NULL COMMENT '通知标题', + `chepaihao` varchar(200) DEFAULT NULL COMMENT '车牌号', + `cheliangxinghao` varchar(200) NOT NULL COMMENT '车辆型号', + `tongzhineirong` longtext COMMENT '通知内容', + `tongzhiriqi` date DEFAULT NULL COMMENT '通知日期', + `zhanghao` varchar(200) DEFAULT NULL COMMENT '账号', + `xingming` varchar(200) DEFAULT NULL COMMENT '姓名', + `jiashizhenghao` varchar(200) DEFAULT NULL COMMENT '驾驶证号', + `yuangongzhanghao` varchar(200) DEFAULT NULL COMMENT '员工账号', + `yuangongxingming` varchar(200) DEFAULT NULL COMMENT '员工姓名', + PRIMARY KEY (`id`) +) ENGINE=InnoDB AUTO_INCREMENT=69 DEFAULT CHARSET=utf8 COMMENT='续保通知'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `xubaotongzhi` +-- + +LOCK TABLES `xubaotongzhi` WRITE; +/*!40000 ALTER TABLE `xubaotongzhi` DISABLE KEYS */; +INSERT INTO `xubaotongzhi` VALUES (61,'2030-03-20 15:07:34','通知标题1','车牌号1','车辆型号1','通知内容1','2030-03-20','账号1','姓名1','驾驶证号1','员工账号1','员工姓名1'),(62,'2030-03-20 15:07:34','通知标题2','车牌号2','车辆型号2','通知内容2','2030-03-20','账号2','姓名2','驾驶证号2','员工账号2','员工姓名2'),(63,'2030-03-20 15:07:34','通知标题3','车牌号3','车辆型号3','通知内容3','2030-03-20','账号3','姓名3','驾驶证号3','员工账号3','员工姓名3'),(64,'2030-03-20 15:07:34','通知标题4','车牌号4','车辆型号4','通知内容4','2030-03-20','账号4','姓名4','驾驶证号4','员工账号4','员工姓名4'),(65,'2030-03-20 15:07:34','通知标题5','车牌号5','车辆型号5','通知内容5','2030-03-20','账号5','姓名5','驾驶证号5','员工账号5','员工姓名5'),(66,'2030-03-20 15:07:34','通知标题6','车牌号6','车辆型号6','通知内容6','2030-03-20','账号6','姓名6','驾驶证号6','员工账号6','员工姓名6'),(67,'2030-03-20 15:07:34','通知标题7','车牌号7','车辆型号7','通知内容7','2030-03-20','账号7','姓名7','驾驶证号7','员工账号7','员工姓名7'),(68,'2030-03-20 15:07:34','通知标题8','车牌号8','车辆型号8','通知内容8','2030-03-20','账号8','姓名8','驾驶证号8','员工账号8','员工姓名8'); +/*!40000 ALTER TABLE `xubaotongzhi` ENABLE KEYS */; +UNLOCK TABLES; +/*!40103 SET TIME_ZONE=@OLD_TIME_ZONE */; + +/*!40101 SET SQL_MODE=@OLD_SQL_MODE */; +/*!40014 SET FOREIGN_KEY_CHECKS=@OLD_FOREIGN_KEY_CHECKS */; +/*!40014 SET UNIQUE_CHECKS=@OLD_UNIQUE_CHECKS */; +/*!40101 SET CHARACTER_SET_CLIENT=@OLD_CHARACTER_SET_CLIENT */; +/*!40101 SET CHARACTER_SET_RESULTS=@OLD_CHARACTER_SET_RESULTS */; +/*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */; +/*!40111 SET SQL_NOTES=@OLD_SQL_NOTES */; + +-- Dump completed on 2025-03-13 18:58:56 diff --git a/pom.xml b/pom.xml new file mode 100644 index 0000000..f5b06b3 --- /dev/null +++ b/pom.xml @@ -0,0 +1,171 @@ + + + 4.0.0 + + org.springframework.boot + spring-boot-starter-parent + 2.2.2.RELEASE + + + com.jlwl + + springbootbv4939cb + 0.0.1-SNAPSHOT + springboot-schema + springboot学习框架 + + + 1.8 + 1.2.8 + 3.1.1 + + + + + org.springframework.boot + spring-boot-starter-web + + + org.mybatis.spring.boot + mybatis-spring-boot-starter + 2.1.1 + + + org.springframework.boot + spring-boot-starter-jdbc + + + + mysql + mysql-connector-java + + + org.apache.shiro + shiro-spring + 1.3.2 + + + + com.baomidou + mybatis-plus + 2.3 + + + com.baomidou + mybatisplus-spring-boot-starter + 1.0.5 + + + com.google.protobuf + protobuf-java + 3.10.0 + + + + org.apache.commons + commons-lang3 + 3.0 + + + + javax.validation + validation-api + 2.0.1.Final + + + + commons-io + commons-io + 2.5 + + + + + cn.hutool + hutool-all + 4.0.12 + + + + + com.alibaba + fastjson + ${fastjson.version} + + + + + com.baidu.aip + java-sdk + 4.4.1 + + + + org.apache.poi + poi + 3.11 + + + + org.apache.poi + poi-ooxml + 3.9 + + + + + org.apache.httpcomponents + httpclient + 4.5.2 + + + org.springframework.boot + spring-boot-starter-test + test + + + org.junit.vintage + junit-vintage-engine + + + + + + + + + org.springframework.boot + spring-boot-maven-plugin + + + org.apache.maven.plugins + maven-compiler-plugin + + 1.8 + 1.8 + + + + org.apache.maven.plugins + maven-surefire-plugin + + true + + + + + + diff --git a/src/main/java/com/SpringbootSchemaApplication.java b/src/main/java/com/SpringbootSchemaApplication.java new file mode 100644 index 0000000..bc07f40 --- /dev/null +++ b/src/main/java/com/SpringbootSchemaApplication.java @@ -0,0 +1,21 @@ +package com; + +import org.mybatis.spring.annotation.MapperScan; +import org.springframework.boot.SpringApplication; +import org.springframework.boot.autoconfigure.SpringBootApplication; +import org.springframework.boot.builder.SpringApplicationBuilder; +import org.springframework.boot.web.servlet.support.SpringBootServletInitializer; + +@SpringBootApplication +@MapperScan(basePackages = {"com.dao"}) +public class SpringbootSchemaApplication extends SpringBootServletInitializer{ + + public static void main(String[] args) { + SpringApplication.run(SpringbootSchemaApplication.class, args); + } + + @Override + protected SpringApplicationBuilder configure(SpringApplicationBuilder applicationBuilder) { + return applicationBuilder.sources(SpringbootSchemaApplication.class); + } +} diff --git a/src/main/java/com/annotation/APPLoginUser.java b/src/main/java/com/annotation/APPLoginUser.java new file mode 100644 index 0000000..21d41b9 --- /dev/null +++ b/src/main/java/com/annotation/APPLoginUser.java @@ -0,0 +1,15 @@ +package com.annotation; + +import java.lang.annotation.ElementType; +import java.lang.annotation.Retention; +import java.lang.annotation.RetentionPolicy; +import java.lang.annotation.Target; + +/** + * 登录用户信息 + */ +@Target(ElementType.PARAMETER) +@Retention(RetentionPolicy.RUNTIME) +public @interface APPLoginUser { + +} diff --git a/src/main/java/com/annotation/IgnoreAuth.java b/src/main/java/com/annotation/IgnoreAuth.java new file mode 100644 index 0000000..7c3cc55 --- /dev/null +++ b/src/main/java/com/annotation/IgnoreAuth.java @@ -0,0 +1,13 @@ +package com.annotation; + +import java.lang.annotation.*; + +/** + * 忽略Token验证 + */ +@Target(ElementType.METHOD) +@Retention(RetentionPolicy.RUNTIME) +@Documented +public @interface IgnoreAuth { + +} diff --git a/src/main/java/com/annotation/LoginUser.java b/src/main/java/com/annotation/LoginUser.java new file mode 100644 index 0000000..3d808d3 --- /dev/null +++ b/src/main/java/com/annotation/LoginUser.java @@ -0,0 +1,15 @@ +package com.annotation; + +import java.lang.annotation.ElementType; +import java.lang.annotation.Retention; +import java.lang.annotation.RetentionPolicy; +import java.lang.annotation.Target; + +/** + * 登录用户信息 + */ +@Target(ElementType.PARAMETER) +@Retention(RetentionPolicy.RUNTIME) +public @interface LoginUser { + +} diff --git a/src/main/java/com/config/AlipayConfig.java b/src/main/java/com/config/AlipayConfig.java new file mode 100644 index 0000000..74965a7 --- /dev/null +++ b/src/main/java/com/config/AlipayConfig.java @@ -0,0 +1,18 @@ +package com.config; + +import java.io.FileWriter; +import java.io.IOException; + +/* * + *类名:AlipayConfig + *功能:基础配置类 + *详细:设置帐户有关信息及返回路径 + *修改日期:2017-04-05 + *说明: + *以下代码只是为了方便商户测试而提供的样例代码,商户可以根据自己网站的需要,按照技术文档编写,并非一定要使用该代码。 + *该代码仅供学习和研究支付宝接口使用,只是提供一个参考。 + */ + +public class AlipayConfig { +} + diff --git a/src/main/java/com/config/InterceptorConfig.java b/src/main/java/com/config/InterceptorConfig.java new file mode 100644 index 0000000..8cc94d2 --- /dev/null +++ b/src/main/java/com/config/InterceptorConfig.java @@ -0,0 +1,38 @@ +package com.config; + +import org.springframework.context.annotation.Bean; +import org.springframework.context.annotation.Configuration; +import org.springframework.web.servlet.config.annotation.InterceptorRegistry; +import org.springframework.web.servlet.config.annotation.ResourceHandlerRegistry; +import org.springframework.web.servlet.config.annotation.WebMvcConfigurationSupport; + +import com.interceptor.AuthorizationInterceptor; + +@Configuration +public class InterceptorConfig extends WebMvcConfigurationSupport{ + + @Bean + public AuthorizationInterceptor getAuthorizationInterceptor() { + return new AuthorizationInterceptor(); + } + + @Override + public void addInterceptors(InterceptorRegistry registry) { + registry.addInterceptor(getAuthorizationInterceptor()).addPathPatterns("/**").excludePathPatterns("/static/**"); + super.addInterceptors(registry); + } + + /** + * springboot 2.0配置WebMvcConfigurationSupport之后,会导致默认配置被覆盖,要访问静态资源需要重写addResourceHandlers方法 + */ + @Override + public void addResourceHandlers(ResourceHandlerRegistry registry) { + registry.addResourceHandler("/**") + .addResourceLocations("classpath:/resources/") + .addResourceLocations("classpath:/static/") + .addResourceLocations("classpath:/admin/") + .addResourceLocations("classpath:/front/") + .addResourceLocations("classpath:/public/"); + super.addResourceHandlers(registry); + } +} diff --git a/src/main/java/com/config/MybatisPlusConfig.java b/src/main/java/com/config/MybatisPlusConfig.java new file mode 100644 index 0000000..ec2e84b --- /dev/null +++ b/src/main/java/com/config/MybatisPlusConfig.java @@ -0,0 +1,24 @@ + +package com.config; + +import org.springframework.context.annotation.Bean; +import org.springframework.context.annotation.Configuration; + +import com.baomidou.mybatisplus.mapper.MetaObjectHandler; +import com.baomidou.mybatisplus.plugins.PaginationInterceptor; + +/** + * mybatis-plus配置 + */ +@Configuration +public class MybatisPlusConfig { + + /** + * 分页插件 + */ + @Bean + public PaginationInterceptor paginationInterceptor() { + return new PaginationInterceptor(); + } + +} diff --git a/src/main/java/com/controller/BaoxianxinxiController.java b/src/main/java/com/controller/BaoxianxinxiController.java new file mode 100644 index 0000000..65f2f9e --- /dev/null +++ b/src/main/java/com/controller/BaoxianxinxiController.java @@ -0,0 +1,215 @@ +package com.controller; + +import java.math.BigDecimal; +import java.text.SimpleDateFormat; +import java.text.ParseException; +import java.util.ArrayList; +import java.util.Arrays; +import java.util.Calendar; +import java.util.Map; +import java.util.HashMap; +import java.util.Iterator; +import java.util.Date; +import java.util.List; +import javax.servlet.http.HttpServletRequest; + +import com.utils.ValidatorUtils; +import org.apache.commons.lang3.StringUtils; +import org.springframework.beans.factory.annotation.Autowired; +import org.springframework.transaction.annotation.Transactional; +import org.springframework.format.annotation.DateTimeFormat; +import org.springframework.web.bind.annotation.PathVariable; +import org.springframework.web.bind.annotation.RequestBody; +import org.springframework.web.bind.annotation.RequestMapping; +import org.springframework.web.bind.annotation.RequestParam; +import org.springframework.web.bind.annotation.RestController; +import com.baomidou.mybatisplus.mapper.EntityWrapper; +import com.baomidou.mybatisplus.mapper.Wrapper; +import com.annotation.IgnoreAuth; + +import com.entity.BaoxianxinxiEntity; +import com.entity.view.BaoxianxinxiView; + +import com.service.BaoxianxinxiService; +import com.service.TokenService; +import com.utils.PageUtils; +import com.utils.R; +import com.utils.MPUtil; +import com.utils.MapUtils; +import com.utils.CommonUtil; +import java.io.IOException; + +/** + * 保险信息 + * 后端接口 + * @author + * @email + * @date 2030-03-20 23:07:14 + */ +@RestController +@RequestMapping("/baoxianxinxi") +public class BaoxianxinxiController { + @Autowired + private BaoxianxinxiService baoxianxinxiService; + + + + + + + + + /** + * 后端列表 + */ + @RequestMapping("/page") + public R page(@RequestParam Map params,BaoxianxinxiEntity baoxianxinxi, + HttpServletRequest request){ + String tableName = request.getSession().getAttribute("tableName").toString(); + if(tableName.equals("jiashiyuan")) { + baoxianxinxi.setZhanghao((String)request.getSession().getAttribute("username")); + } + if(tableName.equals("gongzuorenyuan")) { + baoxianxinxi.setYuangongzhanghao((String)request.getSession().getAttribute("username")); + } + EntityWrapper ew = new EntityWrapper(); + + PageUtils page = baoxianxinxiService.queryPage(params, MPUtil.sort(MPUtil.between(MPUtil.likeOrEq(ew, baoxianxinxi), params), params)); + + return R.ok().put("data", page); + } + + /** + * 前端列表 + */ + @RequestMapping("/list") + public R list(@RequestParam Map params,BaoxianxinxiEntity baoxianxinxi, + HttpServletRequest request){ + EntityWrapper ew = new EntityWrapper(); + + PageUtils page = baoxianxinxiService.queryPage(params, MPUtil.sort(MPUtil.between(MPUtil.likeOrEq(ew, baoxianxinxi), params), params)); + return R.ok().put("data", page); + } + + + + /** + * 列表 + */ + @RequestMapping("/lists") + public R list( BaoxianxinxiEntity baoxianxinxi){ + EntityWrapper ew = new EntityWrapper(); + ew.allEq(MPUtil.allEQMapPre( baoxianxinxi, "baoxianxinxi")); + return R.ok().put("data", baoxianxinxiService.selectListView(ew)); + } + + /** + * 查询 + */ + @RequestMapping("/query") + public R query(BaoxianxinxiEntity baoxianxinxi){ + EntityWrapper< BaoxianxinxiEntity> ew = new EntityWrapper< BaoxianxinxiEntity>(); + ew.allEq(MPUtil.allEQMapPre( baoxianxinxi, "baoxianxinxi")); + BaoxianxinxiView baoxianxinxiView = baoxianxinxiService.selectView(ew); + return R.ok("查询保险信息成功").put("data", baoxianxinxiView); + } + + /** + * 后端详情 + */ + @RequestMapping("/info/{id}") + public R info(@PathVariable("id") Long id){ + BaoxianxinxiEntity baoxianxinxi = baoxianxinxiService.selectById(id); + return R.ok().put("data", baoxianxinxi); + } + + /** + * 前端详情 + */ + @RequestMapping("/detail/{id}") + public R detail(@PathVariable("id") Long id){ + BaoxianxinxiEntity baoxianxinxi = baoxianxinxiService.selectById(id); + return R.ok().put("data", baoxianxinxi); + } + + + + + /** + * 后端保存 + */ + @RequestMapping("/save") + public R save(@RequestBody BaoxianxinxiEntity baoxianxinxi, HttpServletRequest request){ + if(baoxianxinxiService.selectCount(new EntityWrapper().eq("fadongjihao", baoxianxinxi.getFadongjihao()))>0) { + return R.error("发动机号已存在"); + } + if(baoxianxinxiService.selectCount(new EntityWrapper().eq("chejiahao", baoxianxinxi.getChejiahao()))>0) { + return R.error("车架号已存在"); + } + //ValidatorUtils.validateEntity(baoxianxinxi); + baoxianxinxiService.insert(baoxianxinxi); + return R.ok(); + } + + /** + * 前端保存 + */ + @RequestMapping("/add") + public R add(@RequestBody BaoxianxinxiEntity baoxianxinxi, HttpServletRequest request){ + if(baoxianxinxiService.selectCount(new EntityWrapper().eq("fadongjihao", baoxianxinxi.getFadongjihao()))>0) { + return R.error("发动机号已存在"); + } + if(baoxianxinxiService.selectCount(new EntityWrapper().eq("chejiahao", baoxianxinxi.getChejiahao()))>0) { + return R.error("车架号已存在"); + } + //ValidatorUtils.validateEntity(baoxianxinxi); + baoxianxinxiService.insert(baoxianxinxi); + return R.ok(); + } + + + + + + /** + * 修改 + */ + @RequestMapping("/update") + @Transactional + public R update(@RequestBody BaoxianxinxiEntity baoxianxinxi, HttpServletRequest request){ + //ValidatorUtils.validateEntity(baoxianxinxi); + if(baoxianxinxiService.selectCount(new EntityWrapper().ne("id", baoxianxinxi.getId()).eq("fadongjihao", baoxianxinxi.getFadongjihao()))>0) { + return R.error("发动机号已存在"); + } + if(baoxianxinxiService.selectCount(new EntityWrapper().ne("id", baoxianxinxi.getId()).eq("chejiahao", baoxianxinxi.getChejiahao()))>0) { + return R.error("车架号已存在"); + } + baoxianxinxiService.updateById(baoxianxinxi);//全部更新 + return R.ok(); + } + + + + + + /** + * 删除 + */ + @RequestMapping("/delete") + public R delete(@RequestBody Long[] ids){ + baoxianxinxiService.deleteBatchIds(Arrays.asList(ids)); + return R.ok(); + } + + + + + + + + + + + + +} diff --git a/src/main/java/com/controller/CheliangdanganController.java b/src/main/java/com/controller/CheliangdanganController.java new file mode 100644 index 0000000..d84402a --- /dev/null +++ b/src/main/java/com/controller/CheliangdanganController.java @@ -0,0 +1,224 @@ +package com.controller; + +import java.math.BigDecimal; +import java.text.SimpleDateFormat; +import java.text.ParseException; +import java.util.ArrayList; +import java.util.Arrays; +import java.util.Calendar; +import java.util.Map; +import java.util.HashMap; +import java.util.Iterator; +import java.util.Date; +import java.util.List; +import javax.servlet.http.HttpServletRequest; + +import com.utils.ValidatorUtils; +import org.apache.commons.lang3.StringUtils; +import org.springframework.beans.factory.annotation.Autowired; +import org.springframework.transaction.annotation.Transactional; +import org.springframework.format.annotation.DateTimeFormat; +import org.springframework.web.bind.annotation.PathVariable; +import org.springframework.web.bind.annotation.RequestBody; +import org.springframework.web.bind.annotation.RequestMapping; +import org.springframework.web.bind.annotation.RequestParam; +import org.springframework.web.bind.annotation.RestController; +import com.baomidou.mybatisplus.mapper.EntityWrapper; +import com.baomidou.mybatisplus.mapper.Wrapper; +import com.annotation.IgnoreAuth; + +import com.entity.CheliangdanganEntity; +import com.entity.view.CheliangdanganView; + +import com.service.CheliangdanganService; +import com.service.TokenService; +import com.utils.PageUtils; +import com.utils.R; +import com.utils.MPUtil; +import com.utils.MapUtils; +import com.utils.CommonUtil; +import java.io.IOException; + +/** + * 车辆档案 + * 后端接口 + * @author + * @email + * @date 2030-03-20 23:07:14 + */ +@RestController +@RequestMapping("/cheliangdangan") +public class CheliangdanganController { + @Autowired + private CheliangdanganService cheliangdanganService; + + + + + + + + + /** + * 后端列表 + */ + @RequestMapping("/page") + public R page(@RequestParam Map params,CheliangdanganEntity cheliangdangan, + HttpServletRequest request){ + String tableName = request.getSession().getAttribute("tableName").toString(); + if(tableName.equals("jiashiyuan")) { + cheliangdangan.setZhanghao((String)request.getSession().getAttribute("username")); + } + if(tableName.equals("gongzuorenyuan")) { + cheliangdangan.setYuangongzhanghao((String)request.getSession().getAttribute("username")); + } + EntityWrapper ew = new EntityWrapper(); + + PageUtils page = cheliangdanganService.queryPage(params, MPUtil.sort(MPUtil.between(MPUtil.likeOrEq(ew, cheliangdangan), params), params)); + + return R.ok().put("data", page); + } + + /** + * 前端列表 + */ + @RequestMapping("/list") + public R list(@RequestParam Map params,CheliangdanganEntity cheliangdangan, + HttpServletRequest request){ + EntityWrapper ew = new EntityWrapper(); + + PageUtils page = cheliangdanganService.queryPage(params, MPUtil.sort(MPUtil.between(MPUtil.likeOrEq(ew, cheliangdangan), params), params)); + return R.ok().put("data", page); + } + + + + /** + * 列表 + */ + @RequestMapping("/lists") + public R list( CheliangdanganEntity cheliangdangan){ + EntityWrapper ew = new EntityWrapper(); + ew.allEq(MPUtil.allEQMapPre( cheliangdangan, "cheliangdangan")); + return R.ok().put("data", cheliangdanganService.selectListView(ew)); + } + + /** + * 查询 + */ + @RequestMapping("/query") + public R query(CheliangdanganEntity cheliangdangan){ + EntityWrapper< CheliangdanganEntity> ew = new EntityWrapper< CheliangdanganEntity>(); + ew.allEq(MPUtil.allEQMapPre( cheliangdangan, "cheliangdangan")); + CheliangdanganView cheliangdanganView = cheliangdanganService.selectView(ew); + return R.ok("查询车辆档案成功").put("data", cheliangdanganView); + } + + /** + * 后端详情 + */ + @RequestMapping("/info/{id}") + public R info(@PathVariable("id") Long id){ + CheliangdanganEntity cheliangdangan = cheliangdanganService.selectById(id); + return R.ok().put("data", cheliangdangan); + } + + /** + * 前端详情 + */ + @RequestMapping("/detail/{id}") + public R detail(@PathVariable("id") Long id){ + CheliangdanganEntity cheliangdangan = cheliangdanganService.selectById(id); + return R.ok().put("data", cheliangdangan); + } + + + + + /** + * 后端保存 + */ + @RequestMapping("/save") + public R save(@RequestBody CheliangdanganEntity cheliangdangan, HttpServletRequest request){ + if(cheliangdanganService.selectCount(new EntityWrapper().eq("chepaihao", cheliangdangan.getChepaihao()))>0) { + return R.error("车牌号已存在"); + } + if(cheliangdanganService.selectCount(new EntityWrapper().eq("fadongjihao", cheliangdangan.getFadongjihao()))>0) { + return R.error("发动机号已存在"); + } + if(cheliangdanganService.selectCount(new EntityWrapper().eq("chejiahao", cheliangdangan.getChejiahao()))>0) { + return R.error("车架号已存在"); + } + //ValidatorUtils.validateEntity(cheliangdangan); + cheliangdanganService.insert(cheliangdangan); + return R.ok(); + } + + /** + * 前端保存 + */ + @RequestMapping("/add") + public R add(@RequestBody CheliangdanganEntity cheliangdangan, HttpServletRequest request){ + if(cheliangdanganService.selectCount(new EntityWrapper().eq("chepaihao", cheliangdangan.getChepaihao()))>0) { + return R.error("车牌号已存在"); + } + if(cheliangdanganService.selectCount(new EntityWrapper().eq("fadongjihao", cheliangdangan.getFadongjihao()))>0) { + return R.error("发动机号已存在"); + } + if(cheliangdanganService.selectCount(new EntityWrapper().eq("chejiahao", cheliangdangan.getChejiahao()))>0) { + return R.error("车架号已存在"); + } + //ValidatorUtils.validateEntity(cheliangdangan); + cheliangdanganService.insert(cheliangdangan); + return R.ok(); + } + + + + + + /** + * 修改 + */ + @RequestMapping("/update") + @Transactional + public R update(@RequestBody CheliangdanganEntity cheliangdangan, HttpServletRequest request){ + //ValidatorUtils.validateEntity(cheliangdangan); + if(cheliangdanganService.selectCount(new EntityWrapper().ne("id", cheliangdangan.getId()).eq("chepaihao", cheliangdangan.getChepaihao()))>0) { + return R.error("车牌号已存在"); + } + if(cheliangdanganService.selectCount(new EntityWrapper().ne("id", cheliangdangan.getId()).eq("fadongjihao", cheliangdangan.getFadongjihao()))>0) { + return R.error("发动机号已存在"); + } + if(cheliangdanganService.selectCount(new EntityWrapper().ne("id", cheliangdangan.getId()).eq("chejiahao", cheliangdangan.getChejiahao()))>0) { + return R.error("车架号已存在"); + } + cheliangdanganService.updateById(cheliangdangan);//全部更新 + return R.ok(); + } + + + + + + /** + * 删除 + */ + @RequestMapping("/delete") + public R delete(@RequestBody Long[] ids){ + cheliangdanganService.deleteBatchIds(Arrays.asList(ids)); + return R.ok(); + } + + + + + + + + + + + + +} diff --git a/src/main/java/com/controller/CommonController.java b/src/main/java/com/controller/CommonController.java new file mode 100644 index 0000000..ec6008f --- /dev/null +++ b/src/main/java/com/controller/CommonController.java @@ -0,0 +1,231 @@ +package com.controller; + +import java.io.File; +import java.io.FileNotFoundException; +import java.io.IOException; +import java.text.SimpleDateFormat; +import java.util.ArrayList; +import java.util.Calendar; +import java.util.Date; +import java.util.HashMap; +import java.util.List; +import java.util.Map; + +import javax.servlet.http.HttpServletRequest; + +import org.apache.commons.lang3.StringUtils; +import org.json.JSONObject; +import org.springframework.beans.factory.annotation.Autowired; +import org.springframework.util.ResourceUtils; +import org.springframework.web.bind.annotation.PathVariable; +import org.springframework.web.bind.annotation.RequestBody; +import org.springframework.web.bind.annotation.RequestMapping; +import org.springframework.web.bind.annotation.RequestParam; +import org.springframework.web.bind.annotation.RestController; + +import com.annotation.IgnoreAuth; +import com.baidu.aip.face.AipFace; +import com.baidu.aip.face.MatchRequest; +import com.baidu.aip.util.Base64Util; +import com.baomidou.mybatisplus.mapper.EntityWrapper; +import com.entity.ConfigEntity; +import com.service.CommonService; +import com.service.ConfigService; +import com.utils.BaiduUtil; +import com.utils.FileUtil; +import com.utils.R; +import com.utils.CommonUtil; +/** + * 通用接口 + */ +@RestController +public class CommonController{ + @Autowired + private CommonService commonService; + + private static AipFace client = null; + + @Autowired + private ConfigService configService; + /** + * 获取table表中的column列表(联动接口) + * @param table + * @param column + * @return + */ + @IgnoreAuth + @RequestMapping("/option/{tableName}/{columnName}") + public R getOption(@PathVariable("tableName") String tableName, @PathVariable("columnName") String columnName,@RequestParam(required = false) String conditionColumn,@RequestParam(required = false) String conditionValue,String level,String parent) { + Map params = new HashMap(); + params.put("table", tableName); + params.put("column", columnName); + if(StringUtils.isNotBlank(level)) { + params.put("level", level); + } + if(StringUtils.isNotBlank(parent)) { + params.put("parent", parent); + } + if(StringUtils.isNotBlank(conditionColumn)) { + params.put("conditionColumn", conditionColumn); + } + if(StringUtils.isNotBlank(conditionValue)) { + params.put("conditionValue", conditionValue); + } + List data = commonService.getOption(params); + return R.ok().put("data", data); + } + + /** + * 根据table中的column获取单条记录 + * @param table + * @param column + * @return + */ + @IgnoreAuth + @RequestMapping("/follow/{tableName}/{columnName}") + public R getFollowByOption(@PathVariable("tableName") String tableName, @PathVariable("columnName") String columnName, @RequestParam String columnValue) { + Map params = new HashMap(); + params.put("table", tableName); + params.put("column", columnName); + params.put("columnValue", columnValue); + Map result = commonService.getFollowByOption(params); + return R.ok().put("data", result); + } + + /** + * 修改table表的sfsh状态 + * @param table + * @param map + * @return + */ + @RequestMapping("/sh/{tableName}") + public R sh(@PathVariable("tableName") String tableName, @RequestBody Map map) { + map.put("table", tableName); + commonService.sh(map); + return R.ok(); + } + + /** + * 获取需要提醒的记录数 + * @param tableName + * @param columnName + * @param type 1:数字 2:日期 + * @param map + * @return + */ + @IgnoreAuth + @RequestMapping("/remind/{tableName}/{columnName}/{type}") + public R remindCount(@PathVariable("tableName") String tableName, @PathVariable("columnName") String columnName, + @PathVariable("type") String type,@RequestParam Map map) { + map.put("table", tableName); + map.put("column", columnName); + map.put("type", type); + + if(type.equals("2")) { + SimpleDateFormat sdf = new SimpleDateFormat("yyyy-MM-dd"); + Calendar c = Calendar.getInstance(); + Date remindStartDate = null; + Date remindEndDate = null; + if(map.get("remindstart")!=null) { + Integer remindStart = Integer.parseInt(map.get("remindstart").toString()); + c.setTime(new Date()); + c.add(Calendar.DAY_OF_MONTH,remindStart); + remindStartDate = c.getTime(); + map.put("remindstart", sdf.format(remindStartDate)); + } + if(map.get("remindend")!=null) { + Integer remindEnd = Integer.parseInt(map.get("remindend").toString()); + c.setTime(new Date()); + c.add(Calendar.DAY_OF_MONTH,remindEnd); + remindEndDate = c.getTime(); + map.put("remindend", sdf.format(remindEndDate)); + } + } + + int count = commonService.remindCount(map); + return R.ok().put("count", count); + } + + /** + * 单列求和 + */ + @IgnoreAuth + @RequestMapping("/cal/{tableName}/{columnName}") + public R cal(@PathVariable("tableName") String tableName, @PathVariable("columnName") String columnName) { + Map params = new HashMap(); + params.put("table", tableName); + params.put("column", columnName); + Map result = commonService.selectCal(params); + return R.ok().put("data", result); + } + + /** + * 分组统计 + */ + @IgnoreAuth + @RequestMapping("/group/{tableName}/{columnName}") + public R group(@PathVariable("tableName") String tableName, @PathVariable("columnName") String columnName) { + Map params = new HashMap(); + params.put("table", tableName); + params.put("column", columnName); + List> result = commonService.selectGroup(params); + SimpleDateFormat sdf = new SimpleDateFormat("yyyy-MM-dd"); + for(Map m : result) { + for(String k : m.keySet()) { + if(m.get(k) instanceof Date) { + m.put(k, sdf.format((Date)m.get(k))); + } + } + } + return R.ok().put("data", result); + } + + /** + * (按值统计) + */ + @IgnoreAuth + @RequestMapping("/value/{tableName}/{xColumnName}/{yColumnName}") + public R value(@PathVariable("tableName") String tableName, @PathVariable("yColumnName") String yColumnName, @PathVariable("xColumnName") String xColumnName) { + Map params = new HashMap(); + params.put("table", tableName); + params.put("xColumn", xColumnName); + params.put("yColumn", yColumnName); + List> result = commonService.selectValue(params); + SimpleDateFormat sdf = new SimpleDateFormat("yyyy-MM-dd"); + for(Map m : result) { + for(String k : m.keySet()) { + if(m.get(k) instanceof Date) { + m.put(k, sdf.format((Date)m.get(k))); + } + } + } + return R.ok().put("data", result); + } + + /** + * (按值统计)时间统计类型 + */ + @IgnoreAuth + @RequestMapping("/value/{tableName}/{xColumnName}/{yColumnName}/{timeStatType}") + public R valueDay(@PathVariable("tableName") String tableName, @PathVariable("yColumnName") String yColumnName, @PathVariable("xColumnName") String xColumnName, @PathVariable("timeStatType") String timeStatType) { + Map params = new HashMap(); + params.put("table", tableName); + params.put("xColumn", xColumnName); + params.put("yColumn", yColumnName); + params.put("timeStatType", timeStatType); + List> result = commonService.selectTimeStatValue(params); + SimpleDateFormat sdf = new SimpleDateFormat("yyyy-MM-dd"); + for(Map m : result) { + for(String k : m.keySet()) { + if(m.get(k) instanceof Date) { + m.put(k, sdf.format((Date)m.get(k))); + } + } + } + return R.ok().put("data", result); + } + + + + +} diff --git a/src/main/java/com/controller/ConfigController.java b/src/main/java/com/controller/ConfigController.java new file mode 100644 index 0000000..180cbc5 --- /dev/null +++ b/src/main/java/com/controller/ConfigController.java @@ -0,0 +1,112 @@ + +package com.controller; + + +import java.util.Arrays; +import java.util.Map; + +import org.springframework.beans.factory.annotation.Autowired; +import org.springframework.web.bind.annotation.PathVariable; +import org.springframework.web.bind.annotation.PostMapping; +import org.springframework.web.bind.annotation.RequestBody; +import org.springframework.web.bind.annotation.RequestMapping; +import org.springframework.web.bind.annotation.RequestParam; +import org.springframework.web.bind.annotation.RestController; + +import com.annotation.IgnoreAuth; +import com.baomidou.mybatisplus.mapper.EntityWrapper; +import com.entity.ConfigEntity; +import com.service.ConfigService; +import com.utils.MPUtil; +import com.utils.PageUtils; +import com.utils.R; +import com.utils.ValidatorUtils; + +/** + * 登录相关 + */ +@RequestMapping("config") +@RestController +public class ConfigController{ + + @Autowired + private ConfigService configService; + + /** + * 列表 + */ + @RequestMapping("/page") + public R page(@RequestParam Map params,ConfigEntity config){ + EntityWrapper ew = new EntityWrapper(); + PageUtils page = configService.queryPage(params, MPUtil.sort(MPUtil.between(MPUtil.likeOrEq(ew, config), params), params)); + return R.ok().put("data", page); + } + + /** + * 列表 + */ + @IgnoreAuth + @RequestMapping("/list") + public R list(@RequestParam Map params,ConfigEntity config){ + EntityWrapper ew = new EntityWrapper(); + PageUtils page = configService.queryPage(params, MPUtil.sort(MPUtil.between(MPUtil.likeOrEq(ew, config), params), params)); + return R.ok().put("data", page); + } + + /** + * 信息 + */ + @RequestMapping("/info/{id}") + public R info(@PathVariable("id") String id){ + ConfigEntity config = configService.selectById(id); + return R.ok().put("data", config); + } + + /** + * 详情 + */ + @IgnoreAuth + @RequestMapping("/detail/{id}") + public R detail(@PathVariable("id") String id){ + ConfigEntity config = configService.selectById(id); + return R.ok().put("data", config); + } + + /** + * 根据name获取信息 + */ + @RequestMapping("/info") + public R infoByName(@RequestParam String name){ + ConfigEntity config = configService.selectOne(new EntityWrapper().eq("name", "faceFile")); + return R.ok().put("data", config); + } + + /** + * 保存 + */ + @PostMapping("/save") + public R save(@RequestBody ConfigEntity config){ +// ValidatorUtils.validateEntity(config); + configService.insert(config); + return R.ok(); + } + + /** + * 修改 + */ + @RequestMapping("/update") + public R update(@RequestBody ConfigEntity config){ +// ValidatorUtils.validateEntity(config); + configService.updateById(config);//全部更新 + return R.ok(); + } + + /** + * 删除 + */ + @RequestMapping("/delete") + public R delete(@RequestBody Long[] ids){ + configService.deleteBatchIds(Arrays.asList(ids)); + return R.ok(); + } +} diff --git a/src/main/java/com/controller/FafangpaizhaoController.java b/src/main/java/com/controller/FafangpaizhaoController.java new file mode 100644 index 0000000..06e9979 --- /dev/null +++ b/src/main/java/com/controller/FafangpaizhaoController.java @@ -0,0 +1,199 @@ +package com.controller; + +import java.math.BigDecimal; +import java.text.SimpleDateFormat; +import java.text.ParseException; +import java.util.ArrayList; +import java.util.Arrays; +import java.util.Calendar; +import java.util.Map; +import java.util.HashMap; +import java.util.Iterator; +import java.util.Date; +import java.util.List; +import javax.servlet.http.HttpServletRequest; + +import com.utils.ValidatorUtils; +import org.apache.commons.lang3.StringUtils; +import org.springframework.beans.factory.annotation.Autowired; +import org.springframework.transaction.annotation.Transactional; +import org.springframework.format.annotation.DateTimeFormat; +import org.springframework.web.bind.annotation.PathVariable; +import org.springframework.web.bind.annotation.RequestBody; +import org.springframework.web.bind.annotation.RequestMapping; +import org.springframework.web.bind.annotation.RequestParam; +import org.springframework.web.bind.annotation.RestController; +import com.baomidou.mybatisplus.mapper.EntityWrapper; +import com.baomidou.mybatisplus.mapper.Wrapper; +import com.annotation.IgnoreAuth; + +import com.entity.FafangpaizhaoEntity; +import com.entity.view.FafangpaizhaoView; + +import com.service.FafangpaizhaoService; +import com.service.TokenService; +import com.utils.PageUtils; +import com.utils.R; +import com.utils.MPUtil; +import com.utils.MapUtils; +import com.utils.CommonUtil; +import java.io.IOException; + +/** + * 发放牌照 + * 后端接口 + * @author + * @email + * @date 2030-03-20 23:07:15 + */ +@RestController +@RequestMapping("/fafangpaizhao") +public class FafangpaizhaoController { + @Autowired + private FafangpaizhaoService fafangpaizhaoService; + + + + + + + + + /** + * 后端列表 + */ + @RequestMapping("/page") + public R page(@RequestParam Map params,FafangpaizhaoEntity fafangpaizhao, + HttpServletRequest request){ + String tableName = request.getSession().getAttribute("tableName").toString(); + if(tableName.equals("jiashiyuan")) { + fafangpaizhao.setZhanghao((String)request.getSession().getAttribute("username")); + } + if(tableName.equals("gongzuorenyuan")) { + fafangpaizhao.setYuangongzhanghao((String)request.getSession().getAttribute("username")); + } + EntityWrapper ew = new EntityWrapper(); + + PageUtils page = fafangpaizhaoService.queryPage(params, MPUtil.sort(MPUtil.between(MPUtil.likeOrEq(ew, fafangpaizhao), params), params)); + + return R.ok().put("data", page); + } + + /** + * 前端列表 + */ + @IgnoreAuth + @RequestMapping("/list") + public R list(@RequestParam Map params,FafangpaizhaoEntity fafangpaizhao, + HttpServletRequest request){ + EntityWrapper ew = new EntityWrapper(); + + PageUtils page = fafangpaizhaoService.queryPage(params, MPUtil.sort(MPUtil.between(MPUtil.likeOrEq(ew, fafangpaizhao), params), params)); + return R.ok().put("data", page); + } + + + + /** + * 列表 + */ + @RequestMapping("/lists") + public R list( FafangpaizhaoEntity fafangpaizhao){ + EntityWrapper ew = new EntityWrapper(); + ew.allEq(MPUtil.allEQMapPre( fafangpaizhao, "fafangpaizhao")); + return R.ok().put("data", fafangpaizhaoService.selectListView(ew)); + } + + /** + * 查询 + */ + @RequestMapping("/query") + public R query(FafangpaizhaoEntity fafangpaizhao){ + EntityWrapper< FafangpaizhaoEntity> ew = new EntityWrapper< FafangpaizhaoEntity>(); + ew.allEq(MPUtil.allEQMapPre( fafangpaizhao, "fafangpaizhao")); + FafangpaizhaoView fafangpaizhaoView = fafangpaizhaoService.selectView(ew); + return R.ok("查询发放牌照成功").put("data", fafangpaizhaoView); + } + + /** + * 后端详情 + */ + @RequestMapping("/info/{id}") + public R info(@PathVariable("id") Long id){ + FafangpaizhaoEntity fafangpaizhao = fafangpaizhaoService.selectById(id); + return R.ok().put("data", fafangpaizhao); + } + + /** + * 前端详情 + */ + @IgnoreAuth + @RequestMapping("/detail/{id}") + public R detail(@PathVariable("id") Long id){ + FafangpaizhaoEntity fafangpaizhao = fafangpaizhaoService.selectById(id); + return R.ok().put("data", fafangpaizhao); + } + + + + + /** + * 后端保存 + */ + @RequestMapping("/save") + public R save(@RequestBody FafangpaizhaoEntity fafangpaizhao, HttpServletRequest request){ + //ValidatorUtils.validateEntity(fafangpaizhao); + fafangpaizhaoService.insert(fafangpaizhao); + return R.ok(); + } + + /** + * 前端保存 + */ + @RequestMapping("/add") + public R add(@RequestBody FafangpaizhaoEntity fafangpaizhao, HttpServletRequest request){ + //ValidatorUtils.validateEntity(fafangpaizhao); + fafangpaizhaoService.insert(fafangpaizhao); + return R.ok(); + } + + + + + + /** + * 修改 + */ + @RequestMapping("/update") + @Transactional + public R update(@RequestBody FafangpaizhaoEntity fafangpaizhao, HttpServletRequest request){ + //ValidatorUtils.validateEntity(fafangpaizhao); + fafangpaizhaoService.updateById(fafangpaizhao);//全部更新 + return R.ok(); + } + + + + + + /** + * 删除 + */ + @RequestMapping("/delete") + public R delete(@RequestBody Long[] ids){ + fafangpaizhaoService.deleteBatchIds(Arrays.asList(ids)); + return R.ok(); + } + + + + + + + + + + + + +} diff --git a/src/main/java/com/controller/FileController.java b/src/main/java/com/controller/FileController.java new file mode 100644 index 0000000..d29624c --- /dev/null +++ b/src/main/java/com/controller/FileController.java @@ -0,0 +1,121 @@ +package com.controller; + +import java.io.File; +import java.io.FileNotFoundException; +import java.io.IOException; +import java.util.Arrays; +import java.util.Date; +import java.util.HashMap; +import java.util.List; +import java.util.Map; +import java.util.Random; +import java.util.UUID; + +import org.apache.commons.io.FileUtils; +import org.apache.commons.lang3.StringUtils; +import org.springframework.beans.factory.annotation.Autowired; +import org.springframework.http.HttpHeaders; +import org.springframework.http.HttpStatus; +import org.springframework.http.MediaType; +import org.springframework.http.ResponseEntity; +import org.springframework.util.ResourceUtils; +import org.springframework.web.bind.annotation.PathVariable; +import org.springframework.web.bind.annotation.RequestBody; +import org.springframework.web.bind.annotation.RequestMapping; +import org.springframework.web.bind.annotation.RequestParam; +import org.springframework.web.bind.annotation.RestController; +import org.springframework.web.multipart.MultipartFile; + +import com.annotation.IgnoreAuth; +import com.baomidou.mybatisplus.mapper.EntityWrapper; +import com.entity.ConfigEntity; +import com.entity.EIException; +import com.service.ConfigService; +import com.utils.R; + +/** + * 上传文件映射表 + */ +@RestController +@RequestMapping("file") +@SuppressWarnings({"unchecked","rawtypes"}) +public class FileController{ + @Autowired + private ConfigService configService; + /** + * 上传文件 + */ + @RequestMapping("/upload") + @IgnoreAuth + public R upload(@RequestParam("file") MultipartFile file,String type) throws Exception { + if (file.isEmpty()) { + throw new EIException("上传文件不能为空"); + } + String fileExt = file.getOriginalFilename().substring(file.getOriginalFilename().lastIndexOf(".")+1); + File path = new File(ResourceUtils.getURL("classpath:static").getPath()); + if(!path.exists()) { + path = new File(""); + } + File upload = new File(path.getAbsolutePath(),"/upload/"); + if(!upload.exists()) { + upload.mkdirs(); + } + String fileName = new Date().getTime()+"."+fileExt; + if(StringUtils.isNotBlank(type) && type.contains("_template")) { + fileName = type + "."+fileExt; + new File(upload.getAbsolutePath()+"/"+fileName).deleteOnExit(); + } + File dest = new File(upload.getAbsolutePath()+"/"+fileName); + file.transferTo(dest); + /** + * 如果使用idea或者eclipse重启项目,发现之前上传的图片或者文件丢失,将下面一行代码注释打开 + * 请将以下的"D:\\springbootq33sd\\src\\main\\resources\\static\\upload"替换成你本地项目的upload路径, + * 并且项目路径不能存在中文、空格等特殊字符 + */ + FileUtils.copyFile(dest, new File("D:\\bishe\\springbootbv4939cb\\src\\main\\resources\\static\\upload"+"/"+fileName)); /**修改了路径以后请将该行最前面的//注释去掉**/ + if(StringUtils.isNotBlank(type) && type.equals("1")) { + ConfigEntity configEntity = configService.selectOne(new EntityWrapper().eq("name", "faceFile")); + if(configEntity==null) { + configEntity = new ConfigEntity(); + configEntity.setName("faceFile"); + configEntity.setValue(fileName); + } else { + configEntity.setValue(fileName); + } + configService.insertOrUpdate(configEntity); + } + return R.ok().put("file", fileName); + } + + /** + * 下载文件 + */ + @IgnoreAuth + @RequestMapping("/download") + public ResponseEntity download(@RequestParam String fileName) { + try { + File path = new File(ResourceUtils.getURL("classpath:static").getPath()); + if(!path.exists()) { + path = new File(""); + } + File upload = new File(path.getAbsolutePath(),"/upload/"); + if(!upload.exists()) { + upload.mkdirs(); + } + File file = new File(upload.getAbsolutePath()+"/"+fileName); + if(file.exists()){ + /*if(!fileService.canRead(file, SessionManager.getSessionUser())){ + getResponse().sendError(403); + }*/ + HttpHeaders headers = new HttpHeaders(); + headers.setContentType(MediaType.APPLICATION_OCTET_STREAM); + headers.setContentDispositionFormData("attachment", fileName); + return new ResponseEntity(FileUtils.readFileToByteArray(file),headers, HttpStatus.CREATED); + } + } catch (IOException e) { + e.printStackTrace(); + } + return new ResponseEntity(HttpStatus.INTERNAL_SERVER_ERROR); + } + +} diff --git a/src/main/java/com/controller/GonggaoxinxiController.java b/src/main/java/com/controller/GonggaoxinxiController.java new file mode 100644 index 0000000..095ab67 --- /dev/null +++ b/src/main/java/com/controller/GonggaoxinxiController.java @@ -0,0 +1,193 @@ +package com.controller; + +import java.math.BigDecimal; +import java.text.SimpleDateFormat; +import java.text.ParseException; +import java.util.ArrayList; +import java.util.Arrays; +import java.util.Calendar; +import java.util.Map; +import java.util.HashMap; +import java.util.Iterator; +import java.util.Date; +import java.util.List; +import javax.servlet.http.HttpServletRequest; + +import com.utils.ValidatorUtils; +import org.apache.commons.lang3.StringUtils; +import org.springframework.beans.factory.annotation.Autowired; +import org.springframework.transaction.annotation.Transactional; +import org.springframework.format.annotation.DateTimeFormat; +import org.springframework.web.bind.annotation.PathVariable; +import org.springframework.web.bind.annotation.RequestBody; +import org.springframework.web.bind.annotation.RequestMapping; +import org.springframework.web.bind.annotation.RequestParam; +import org.springframework.web.bind.annotation.RestController; +import com.baomidou.mybatisplus.mapper.EntityWrapper; +import com.baomidou.mybatisplus.mapper.Wrapper; +import com.annotation.IgnoreAuth; + +import com.entity.GonggaoxinxiEntity; +import com.entity.view.GonggaoxinxiView; + +import com.service.GonggaoxinxiService; +import com.service.TokenService; +import com.utils.PageUtils; +import com.utils.R; +import com.utils.MPUtil; +import com.utils.MapUtils; +import com.utils.CommonUtil; +import java.io.IOException; + +/** + * 公告信息 + * 后端接口 + * @author + * @email + * @date 2030-03-20 23:07:14 + */ +@RestController +@RequestMapping("/gonggaoxinxi") +public class GonggaoxinxiController { + @Autowired + private GonggaoxinxiService gonggaoxinxiService; + + + + + + + + + /** + * 后端列表 + */ + @RequestMapping("/page") + public R page(@RequestParam Map params,GonggaoxinxiEntity gonggaoxinxi, + HttpServletRequest request){ + EntityWrapper ew = new EntityWrapper(); + + PageUtils page = gonggaoxinxiService.queryPage(params, MPUtil.sort(MPUtil.between(MPUtil.likeOrEq(ew, gonggaoxinxi), params), params)); + + return R.ok().put("data", page); + } + + /** + * 前端列表 + */ + @IgnoreAuth + @RequestMapping("/list") + public R list(@RequestParam Map params,GonggaoxinxiEntity gonggaoxinxi, + HttpServletRequest request){ + EntityWrapper ew = new EntityWrapper(); + + PageUtils page = gonggaoxinxiService.queryPage(params, MPUtil.sort(MPUtil.between(MPUtil.likeOrEq(ew, gonggaoxinxi), params), params)); + return R.ok().put("data", page); + } + + + + /** + * 列表 + */ + @RequestMapping("/lists") + public R list( GonggaoxinxiEntity gonggaoxinxi){ + EntityWrapper ew = new EntityWrapper(); + ew.allEq(MPUtil.allEQMapPre( gonggaoxinxi, "gonggaoxinxi")); + return R.ok().put("data", gonggaoxinxiService.selectListView(ew)); + } + + /** + * 查询 + */ + @RequestMapping("/query") + public R query(GonggaoxinxiEntity gonggaoxinxi){ + EntityWrapper< GonggaoxinxiEntity> ew = new EntityWrapper< GonggaoxinxiEntity>(); + ew.allEq(MPUtil.allEQMapPre( gonggaoxinxi, "gonggaoxinxi")); + GonggaoxinxiView gonggaoxinxiView = gonggaoxinxiService.selectView(ew); + return R.ok("查询公告信息成功").put("data", gonggaoxinxiView); + } + + /** + * 后端详情 + */ + @RequestMapping("/info/{id}") + public R info(@PathVariable("id") Long id){ + GonggaoxinxiEntity gonggaoxinxi = gonggaoxinxiService.selectById(id); + return R.ok().put("data", gonggaoxinxi); + } + + /** + * 前端详情 + */ + @IgnoreAuth + @RequestMapping("/detail/{id}") + public R detail(@PathVariable("id") Long id){ + GonggaoxinxiEntity gonggaoxinxi = gonggaoxinxiService.selectById(id); + return R.ok().put("data", gonggaoxinxi); + } + + + + + /** + * 后端保存 + */ + @RequestMapping("/save") + public R save(@RequestBody GonggaoxinxiEntity gonggaoxinxi, HttpServletRequest request){ + //ValidatorUtils.validateEntity(gonggaoxinxi); + gonggaoxinxiService.insert(gonggaoxinxi); + return R.ok(); + } + + /** + * 前端保存 + */ + @IgnoreAuth + @RequestMapping("/add") + public R add(@RequestBody GonggaoxinxiEntity gonggaoxinxi, HttpServletRequest request){ + //ValidatorUtils.validateEntity(gonggaoxinxi); + gonggaoxinxiService.insert(gonggaoxinxi); + return R.ok(); + } + + + + + + /** + * 修改 + */ + @RequestMapping("/update") + @Transactional + public R update(@RequestBody GonggaoxinxiEntity gonggaoxinxi, HttpServletRequest request){ + //ValidatorUtils.validateEntity(gonggaoxinxi); + gonggaoxinxiService.updateById(gonggaoxinxi);//全部更新 + return R.ok(); + } + + + + + + /** + * 删除 + */ + @RequestMapping("/delete") + public R delete(@RequestBody Long[] ids){ + gonggaoxinxiService.deleteBatchIds(Arrays.asList(ids)); + return R.ok(); + } + + + + + + + + + + + + +} diff --git a/src/main/java/com/controller/GongzuorenyuanController.java b/src/main/java/com/controller/GongzuorenyuanController.java new file mode 100644 index 0000000..8adb10d --- /dev/null +++ b/src/main/java/com/controller/GongzuorenyuanController.java @@ -0,0 +1,301 @@ +package com.controller; + +import java.math.BigDecimal; +import java.text.SimpleDateFormat; +import java.text.ParseException; +import java.util.ArrayList; +import java.util.Arrays; +import java.util.Calendar; +import java.util.Map; +import java.util.HashMap; +import java.util.Iterator; +import java.util.Date; +import java.util.List; +import javax.servlet.http.HttpServletRequest; + +import com.utils.ValidatorUtils; +import org.apache.commons.lang3.StringUtils; +import org.springframework.beans.factory.annotation.Autowired; +import org.springframework.transaction.annotation.Transactional; +import org.springframework.format.annotation.DateTimeFormat; +import org.springframework.web.bind.annotation.PathVariable; +import org.springframework.web.bind.annotation.RequestBody; +import org.springframework.web.bind.annotation.RequestMapping; +import org.springframework.web.bind.annotation.RequestParam; +import org.springframework.web.bind.annotation.RestController; +import com.baomidou.mybatisplus.mapper.EntityWrapper; +import com.baomidou.mybatisplus.mapper.Wrapper; +import com.annotation.IgnoreAuth; + +import com.entity.GongzuorenyuanEntity; +import com.entity.view.GongzuorenyuanView; + +import com.service.GongzuorenyuanService; +import com.service.TokenService; +import com.utils.PageUtils; +import com.utils.R; +import com.utils.MPUtil; +import com.utils.MapUtils; +import com.utils.CommonUtil; +import java.io.IOException; + +/** + * 工作人员 + * 后端接口 + * @author + * @email + * @date 2030-03-20 23:07:14 + */ +@RestController +@RequestMapping("/gongzuorenyuan") +public class GongzuorenyuanController { + @Autowired + private GongzuorenyuanService gongzuorenyuanService; + + + + + + @Autowired + private TokenService tokenService; + + /** + * 登录 + */ + @IgnoreAuth + @RequestMapping(value = "/login") + public R login(String username, String password, String captcha, HttpServletRequest request) { + GongzuorenyuanEntity u = gongzuorenyuanService.selectOne(new EntityWrapper().eq("yuangongzhanghao", username)); + if(u==null || !u.getMima().equals(password)) { + return R.error("账号或密码不正确"); + } + + if(!"是".equals(u.getSfsh())) return R.error("账号已锁定,请联系管理员审核。"); + String token = tokenService.generateToken(u.getId(), username,"gongzuorenyuan", "工作人员" ); + return R.ok().put("token", token); + } + + + + /** + * 注册 + */ + @IgnoreAuth + @RequestMapping("/register") + public R register(@RequestBody GongzuorenyuanEntity gongzuorenyuan){ + //ValidatorUtils.validateEntity(gongzuorenyuan); + GongzuorenyuanEntity u = gongzuorenyuanService.selectOne(new EntityWrapper().eq("yuangongzhanghao", gongzuorenyuan.getYuangongzhanghao())); + if(u!=null) { + return R.error("注册用户已存在"); + } + Long uId = new Date().getTime(); + gongzuorenyuan.setId(uId); + gongzuorenyuanService.insert(gongzuorenyuan); + return R.ok(); + } + + + /** + * 退出 + */ + @RequestMapping("/logout") + public R logout(HttpServletRequest request) { + request.getSession().invalidate(); + return R.ok("退出成功"); + } + + /** + * 获取用户的session用户信息 + */ + @RequestMapping("/session") + public R getCurrUser(HttpServletRequest request){ + Long id = (Long)request.getSession().getAttribute("userId"); + GongzuorenyuanEntity u = gongzuorenyuanService.selectById(id); + return R.ok().put("data", u); + } + + /** + * 密码重置 + */ + @IgnoreAuth + @RequestMapping(value = "/resetPass") + public R resetPass(String username, HttpServletRequest request){ + GongzuorenyuanEntity u = gongzuorenyuanService.selectOne(new EntityWrapper().eq("yuangongzhanghao", username)); + if(u==null) { + return R.error("账号不存在"); + } + u.setMima("123456"); + gongzuorenyuanService.updateById(u); + return R.ok("密码已重置为:123456"); + } + + + + /** + * 后端列表 + */ + @RequestMapping("/page") + public R page(@RequestParam Map params,GongzuorenyuanEntity gongzuorenyuan, + HttpServletRequest request){ + EntityWrapper ew = new EntityWrapper(); + + PageUtils page = gongzuorenyuanService.queryPage(params, MPUtil.sort(MPUtil.between(MPUtil.likeOrEq(ew, gongzuorenyuan), params), params)); + + return R.ok().put("data", page); + } + + /** + * 前端列表 + */ + @IgnoreAuth + @RequestMapping("/list") + public R list(@RequestParam Map params,GongzuorenyuanEntity gongzuorenyuan, + HttpServletRequest request){ + EntityWrapper ew = new EntityWrapper(); + + PageUtils page = gongzuorenyuanService.queryPage(params, MPUtil.sort(MPUtil.between(MPUtil.likeOrEq(ew, gongzuorenyuan), params), params)); + return R.ok().put("data", page); + } + + + + /** + * 列表 + */ + @RequestMapping("/lists") + public R list( GongzuorenyuanEntity gongzuorenyuan){ + EntityWrapper ew = new EntityWrapper(); + ew.allEq(MPUtil.allEQMapPre( gongzuorenyuan, "gongzuorenyuan")); + return R.ok().put("data", gongzuorenyuanService.selectListView(ew)); + } + + /** + * 查询 + */ + @RequestMapping("/query") + public R query(GongzuorenyuanEntity gongzuorenyuan){ + EntityWrapper< GongzuorenyuanEntity> ew = new EntityWrapper< GongzuorenyuanEntity>(); + ew.allEq(MPUtil.allEQMapPre( gongzuorenyuan, "gongzuorenyuan")); + GongzuorenyuanView gongzuorenyuanView = gongzuorenyuanService.selectView(ew); + return R.ok("查询工作人员成功").put("data", gongzuorenyuanView); + } + + /** + * 后端详情 + */ + @RequestMapping("/info/{id}") + public R info(@PathVariable("id") Long id){ + GongzuorenyuanEntity gongzuorenyuan = gongzuorenyuanService.selectById(id); + return R.ok().put("data", gongzuorenyuan); + } + + /** + * 前端详情 + */ + @IgnoreAuth + @RequestMapping("/detail/{id}") + public R detail(@PathVariable("id") Long id){ + GongzuorenyuanEntity gongzuorenyuan = gongzuorenyuanService.selectById(id); + return R.ok().put("data", gongzuorenyuan); + } + + + + + /** + * 后端保存 + */ + @RequestMapping("/save") + public R save(@RequestBody GongzuorenyuanEntity gongzuorenyuan, HttpServletRequest request){ + if(gongzuorenyuanService.selectCount(new EntityWrapper().eq("yuangongzhanghao", gongzuorenyuan.getYuangongzhanghao()))>0) { + return R.error("员工账号已存在"); + } + gongzuorenyuan.setId(new Date().getTime()+new Double(Math.floor(Math.random()*1000)).longValue()); + //ValidatorUtils.validateEntity(gongzuorenyuan); + GongzuorenyuanEntity u = gongzuorenyuanService.selectOne(new EntityWrapper().eq("yuangongzhanghao", gongzuorenyuan.getYuangongzhanghao())); + if(u!=null) { + return R.error("用户已存在"); + } + gongzuorenyuan.setId(new Date().getTime()); + gongzuorenyuanService.insert(gongzuorenyuan); + return R.ok(); + } + + /** + * 前端保存 + */ + @RequestMapping("/add") + public R add(@RequestBody GongzuorenyuanEntity gongzuorenyuan, HttpServletRequest request){ + if(gongzuorenyuanService.selectCount(new EntityWrapper().eq("yuangongzhanghao", gongzuorenyuan.getYuangongzhanghao()))>0) { + return R.error("员工账号已存在"); + } + gongzuorenyuan.setId(new Date().getTime()+new Double(Math.floor(Math.random()*1000)).longValue()); + //ValidatorUtils.validateEntity(gongzuorenyuan); + GongzuorenyuanEntity u = gongzuorenyuanService.selectOne(new EntityWrapper().eq("yuangongzhanghao", gongzuorenyuan.getYuangongzhanghao())); + if(u!=null) { + return R.error("用户已存在"); + } + gongzuorenyuan.setId(new Date().getTime()); + gongzuorenyuanService.insert(gongzuorenyuan); + return R.ok(); + } + + + + + + /** + * 修改 + */ + @RequestMapping("/update") + @Transactional + public R update(@RequestBody GongzuorenyuanEntity gongzuorenyuan, HttpServletRequest request){ + //ValidatorUtils.validateEntity(gongzuorenyuan); + if(gongzuorenyuanService.selectCount(new EntityWrapper().ne("id", gongzuorenyuan.getId()).eq("yuangongzhanghao", gongzuorenyuan.getYuangongzhanghao()))>0) { + return R.error("员工账号已存在"); + } + gongzuorenyuanService.updateById(gongzuorenyuan);//全部更新 + return R.ok(); + } + + /** + * 审核 + */ + @RequestMapping("/shBatch") + @Transactional + public R update(@RequestBody Long[] ids, @RequestParam String sfsh, @RequestParam String shhf){ + List list = new ArrayList(); + for(Long id : ids) { + GongzuorenyuanEntity gongzuorenyuan = gongzuorenyuanService.selectById(id); + gongzuorenyuan.setSfsh(sfsh); + gongzuorenyuan.setShhf(shhf); + list.add(gongzuorenyuan); + } + gongzuorenyuanService.updateBatchById(list); + return R.ok(); + } + + + + + /** + * 删除 + */ + @RequestMapping("/delete") + public R delete(@RequestBody Long[] ids){ + gongzuorenyuanService.deleteBatchIds(Arrays.asList(ids)); + return R.ok(); + } + + + + + + + + + + + + +} diff --git a/src/main/java/com/controller/GuapaishenqingController.java b/src/main/java/com/controller/GuapaishenqingController.java new file mode 100644 index 0000000..b9b037d --- /dev/null +++ b/src/main/java/com/controller/GuapaishenqingController.java @@ -0,0 +1,215 @@ +package com.controller; + +import java.math.BigDecimal; +import java.text.SimpleDateFormat; +import java.text.ParseException; +import java.util.ArrayList; +import java.util.Arrays; +import java.util.Calendar; +import java.util.Map; +import java.util.HashMap; +import java.util.Iterator; +import java.util.Date; +import java.util.List; +import javax.servlet.http.HttpServletRequest; + +import com.utils.ValidatorUtils; +import org.apache.commons.lang3.StringUtils; +import org.springframework.beans.factory.annotation.Autowired; +import org.springframework.transaction.annotation.Transactional; +import org.springframework.format.annotation.DateTimeFormat; +import org.springframework.web.bind.annotation.PathVariable; +import org.springframework.web.bind.annotation.RequestBody; +import org.springframework.web.bind.annotation.RequestMapping; +import org.springframework.web.bind.annotation.RequestParam; +import org.springframework.web.bind.annotation.RestController; +import com.baomidou.mybatisplus.mapper.EntityWrapper; +import com.baomidou.mybatisplus.mapper.Wrapper; +import com.annotation.IgnoreAuth; + +import com.entity.GuapaishenqingEntity; +import com.entity.view.GuapaishenqingView; + +import com.service.GuapaishenqingService; +import com.service.TokenService; +import com.utils.PageUtils; +import com.utils.R; +import com.utils.MPUtil; +import com.utils.MapUtils; +import com.utils.CommonUtil; +import java.io.IOException; + +/** + * 挂牌申请 + * 后端接口 + * @author + * @email + * @date 2030-03-20 23:07:14 + */ +@RestController +@RequestMapping("/guapaishenqing") +public class GuapaishenqingController { + @Autowired + private GuapaishenqingService guapaishenqingService; + + + + + + + + + /** + * 后端列表 + */ + @RequestMapping("/page") + public R page(@RequestParam Map params,GuapaishenqingEntity guapaishenqing, + HttpServletRequest request){ + String tableName = request.getSession().getAttribute("tableName").toString(); + if(tableName.equals("jiashiyuan")) { + guapaishenqing.setZhanghao((String)request.getSession().getAttribute("username")); + } + if(tableName.equals("gongzuorenyuan")) { + guapaishenqing.setYuangongzhanghao((String)request.getSession().getAttribute("username")); + } + EntityWrapper ew = new EntityWrapper(); + + PageUtils page = guapaishenqingService.queryPage(params, MPUtil.sort(MPUtil.between(MPUtil.likeOrEq(ew, guapaishenqing), params), params)); + + return R.ok().put("data", page); + } + + /** + * 前端列表 + */ + @IgnoreAuth + @RequestMapping("/list") + public R list(@RequestParam Map params,GuapaishenqingEntity guapaishenqing, + HttpServletRequest request){ + EntityWrapper ew = new EntityWrapper(); + + PageUtils page = guapaishenqingService.queryPage(params, MPUtil.sort(MPUtil.between(MPUtil.likeOrEq(ew, guapaishenqing), params), params)); + return R.ok().put("data", page); + } + + + + /** + * 列表 + */ + @RequestMapping("/lists") + public R list( GuapaishenqingEntity guapaishenqing){ + EntityWrapper ew = new EntityWrapper(); + ew.allEq(MPUtil.allEQMapPre( guapaishenqing, "guapaishenqing")); + return R.ok().put("data", guapaishenqingService.selectListView(ew)); + } + + /** + * 查询 + */ + @RequestMapping("/query") + public R query(GuapaishenqingEntity guapaishenqing){ + EntityWrapper< GuapaishenqingEntity> ew = new EntityWrapper< GuapaishenqingEntity>(); + ew.allEq(MPUtil.allEQMapPre( guapaishenqing, "guapaishenqing")); + GuapaishenqingView guapaishenqingView = guapaishenqingService.selectView(ew); + return R.ok("查询挂牌申请成功").put("data", guapaishenqingView); + } + + /** + * 后端详情 + */ + @RequestMapping("/info/{id}") + public R info(@PathVariable("id") Long id){ + GuapaishenqingEntity guapaishenqing = guapaishenqingService.selectById(id); + return R.ok().put("data", guapaishenqing); + } + + /** + * 前端详情 + */ + @IgnoreAuth + @RequestMapping("/detail/{id}") + public R detail(@PathVariable("id") Long id){ + GuapaishenqingEntity guapaishenqing = guapaishenqingService.selectById(id); + return R.ok().put("data", guapaishenqing); + } + + + + + /** + * 后端保存 + */ + @RequestMapping("/save") + public R save(@RequestBody GuapaishenqingEntity guapaishenqing, HttpServletRequest request){ + //ValidatorUtils.validateEntity(guapaishenqing); + guapaishenqingService.insert(guapaishenqing); + return R.ok(); + } + + /** + * 前端保存 + */ + @RequestMapping("/add") + public R add(@RequestBody GuapaishenqingEntity guapaishenqing, HttpServletRequest request){ + //ValidatorUtils.validateEntity(guapaishenqing); + guapaishenqingService.insert(guapaishenqing); + return R.ok(); + } + + + + + + /** + * 修改 + */ + @RequestMapping("/update") + @Transactional + public R update(@RequestBody GuapaishenqingEntity guapaishenqing, HttpServletRequest request){ + //ValidatorUtils.validateEntity(guapaishenqing); + guapaishenqingService.updateById(guapaishenqing);//全部更新 + return R.ok(); + } + + /** + * 审核 + */ + @RequestMapping("/shBatch") + @Transactional + public R update(@RequestBody Long[] ids, @RequestParam String sfsh, @RequestParam String shhf){ + List list = new ArrayList(); + for(Long id : ids) { + GuapaishenqingEntity guapaishenqing = guapaishenqingService.selectById(id); + guapaishenqing.setSfsh(sfsh); + guapaishenqing.setShhf(shhf); + list.add(guapaishenqing); + } + guapaishenqingService.updateBatchById(list); + return R.ok(); + } + + + + + /** + * 删除 + */ + @RequestMapping("/delete") + public R delete(@RequestBody Long[] ids){ + guapaishenqingService.deleteBatchIds(Arrays.asList(ids)); + return R.ok(); + } + + + + + + + + + + + + +} diff --git a/src/main/java/com/controller/JiashiyuanController.java b/src/main/java/com/controller/JiashiyuanController.java new file mode 100644 index 0000000..e2535c1 --- /dev/null +++ b/src/main/java/com/controller/JiashiyuanController.java @@ -0,0 +1,284 @@ +package com.controller; + +import java.math.BigDecimal; +import java.text.SimpleDateFormat; +import java.text.ParseException; +import java.util.ArrayList; +import java.util.Arrays; +import java.util.Calendar; +import java.util.Map; +import java.util.HashMap; +import java.util.Iterator; +import java.util.Date; +import java.util.List; +import javax.servlet.http.HttpServletRequest; + +import com.utils.ValidatorUtils; +import org.apache.commons.lang3.StringUtils; +import org.springframework.beans.factory.annotation.Autowired; +import org.springframework.transaction.annotation.Transactional; +import org.springframework.format.annotation.DateTimeFormat; +import org.springframework.web.bind.annotation.PathVariable; +import org.springframework.web.bind.annotation.RequestBody; +import org.springframework.web.bind.annotation.RequestMapping; +import org.springframework.web.bind.annotation.RequestParam; +import org.springframework.web.bind.annotation.RestController; +import com.baomidou.mybatisplus.mapper.EntityWrapper; +import com.baomidou.mybatisplus.mapper.Wrapper; +import com.annotation.IgnoreAuth; + +import com.entity.JiashiyuanEntity; +import com.entity.view.JiashiyuanView; + +import com.service.JiashiyuanService; +import com.service.TokenService; +import com.utils.PageUtils; +import com.utils.R; +import com.utils.MPUtil; +import com.utils.MapUtils; +import com.utils.CommonUtil; +import java.io.IOException; + +/** + * 驾驶员 + * 后端接口 + * @author + * @email + * @date 2030-03-20 23:07:14 + */ +@RestController +@RequestMapping("/jiashiyuan") +public class JiashiyuanController { + @Autowired + private JiashiyuanService jiashiyuanService; + + + + + + @Autowired + private TokenService tokenService; + + /** + * 登录 + */ + @IgnoreAuth + @RequestMapping(value = "/login") + public R login(String username, String password, String captcha, HttpServletRequest request) { + JiashiyuanEntity u = jiashiyuanService.selectOne(new EntityWrapper().eq("zhanghao", username)); + if(u==null || !u.getMima().equals(password)) { + return R.error("账号或密码不正确"); + } + + String token = tokenService.generateToken(u.getId(), username,"jiashiyuan", "驾驶员" ); + return R.ok().put("token", token); + } + + + + /** + * 注册 + */ + @IgnoreAuth + @RequestMapping("/register") + public R register(@RequestBody JiashiyuanEntity jiashiyuan){ + //ValidatorUtils.validateEntity(jiashiyuan); + JiashiyuanEntity u = jiashiyuanService.selectOne(new EntityWrapper().eq("zhanghao", jiashiyuan.getZhanghao())); + if(u!=null) { + return R.error("注册用户已存在"); + } + Long uId = new Date().getTime(); + jiashiyuan.setId(uId); + jiashiyuanService.insert(jiashiyuan); + return R.ok(); + } + + + /** + * 退出 + */ + @RequestMapping("/logout") + public R logout(HttpServletRequest request) { + request.getSession().invalidate(); + return R.ok("退出成功"); + } + + /** + * 获取用户的session用户信息 + */ + @RequestMapping("/session") + public R getCurrUser(HttpServletRequest request){ + Long id = (Long)request.getSession().getAttribute("userId"); + JiashiyuanEntity u = jiashiyuanService.selectById(id); + return R.ok().put("data", u); + } + + /** + * 密码重置 + */ + @IgnoreAuth + @RequestMapping(value = "/resetPass") + public R resetPass(String username, HttpServletRequest request){ + JiashiyuanEntity u = jiashiyuanService.selectOne(new EntityWrapper().eq("zhanghao", username)); + if(u==null) { + return R.error("账号不存在"); + } + u.setMima("123456"); + jiashiyuanService.updateById(u); + return R.ok("密码已重置为:123456"); + } + + + + /** + * 后端列表 + */ + @RequestMapping("/page") + public R page(@RequestParam Map params,JiashiyuanEntity jiashiyuan, + HttpServletRequest request){ + EntityWrapper ew = new EntityWrapper(); + + PageUtils page = jiashiyuanService.queryPage(params, MPUtil.sort(MPUtil.between(MPUtil.likeOrEq(ew, jiashiyuan), params), params)); + + return R.ok().put("data", page); + } + + /** + * 前端列表 + */ + @IgnoreAuth + @RequestMapping("/list") + public R list(@RequestParam Map params,JiashiyuanEntity jiashiyuan, + HttpServletRequest request){ + EntityWrapper ew = new EntityWrapper(); + + PageUtils page = jiashiyuanService.queryPage(params, MPUtil.sort(MPUtil.between(MPUtil.likeOrEq(ew, jiashiyuan), params), params)); + return R.ok().put("data", page); + } + + + + /** + * 列表 + */ + @RequestMapping("/lists") + public R list( JiashiyuanEntity jiashiyuan){ + EntityWrapper ew = new EntityWrapper(); + ew.allEq(MPUtil.allEQMapPre( jiashiyuan, "jiashiyuan")); + return R.ok().put("data", jiashiyuanService.selectListView(ew)); + } + + /** + * 查询 + */ + @RequestMapping("/query") + public R query(JiashiyuanEntity jiashiyuan){ + EntityWrapper< JiashiyuanEntity> ew = new EntityWrapper< JiashiyuanEntity>(); + ew.allEq(MPUtil.allEQMapPre( jiashiyuan, "jiashiyuan")); + JiashiyuanView jiashiyuanView = jiashiyuanService.selectView(ew); + return R.ok("查询驾驶员成功").put("data", jiashiyuanView); + } + + /** + * 后端详情 + */ + @RequestMapping("/info/{id}") + public R info(@PathVariable("id") Long id){ + JiashiyuanEntity jiashiyuan = jiashiyuanService.selectById(id); + return R.ok().put("data", jiashiyuan); + } + + /** + * 前端详情 + */ + @IgnoreAuth + @RequestMapping("/detail/{id}") + public R detail(@PathVariable("id") Long id){ + JiashiyuanEntity jiashiyuan = jiashiyuanService.selectById(id); + return R.ok().put("data", jiashiyuan); + } + + + + + /** + * 后端保存 + */ + @RequestMapping("/save") + public R save(@RequestBody JiashiyuanEntity jiashiyuan, HttpServletRequest request){ + if(jiashiyuanService.selectCount(new EntityWrapper().eq("zhanghao", jiashiyuan.getZhanghao()))>0) { + return R.error("账号已存在"); + } + jiashiyuan.setId(new Date().getTime()+new Double(Math.floor(Math.random()*1000)).longValue()); + //ValidatorUtils.validateEntity(jiashiyuan); + JiashiyuanEntity u = jiashiyuanService.selectOne(new EntityWrapper().eq("zhanghao", jiashiyuan.getZhanghao())); + if(u!=null) { + return R.error("用户已存在"); + } + jiashiyuan.setId(new Date().getTime()); + jiashiyuanService.insert(jiashiyuan); + return R.ok(); + } + + /** + * 前端保存 + */ + @RequestMapping("/add") + public R add(@RequestBody JiashiyuanEntity jiashiyuan, HttpServletRequest request){ + if(jiashiyuanService.selectCount(new EntityWrapper().eq("zhanghao", jiashiyuan.getZhanghao()))>0) { + return R.error("账号已存在"); + } + jiashiyuan.setId(new Date().getTime()+new Double(Math.floor(Math.random()*1000)).longValue()); + //ValidatorUtils.validateEntity(jiashiyuan); + JiashiyuanEntity u = jiashiyuanService.selectOne(new EntityWrapper().eq("zhanghao", jiashiyuan.getZhanghao())); + if(u!=null) { + return R.error("用户已存在"); + } + jiashiyuan.setId(new Date().getTime()); + jiashiyuanService.insert(jiashiyuan); + return R.ok(); + } + + + + + + /** + * 修改 + */ + @RequestMapping("/update") + @Transactional + public R update(@RequestBody JiashiyuanEntity jiashiyuan, HttpServletRequest request){ + //ValidatorUtils.validateEntity(jiashiyuan); + if(jiashiyuanService.selectCount(new EntityWrapper().ne("id", jiashiyuan.getId()).eq("zhanghao", jiashiyuan.getZhanghao()))>0) { + return R.error("账号已存在"); + } + jiashiyuanService.updateById(jiashiyuan);//全部更新 + return R.ok(); + } + + + + + + /** + * 删除 + */ + @RequestMapping("/delete") + public R delete(@RequestBody Long[] ids){ + jiashiyuanService.deleteBatchIds(Arrays.asList(ids)); + return R.ok(); + } + + + + + + + + + + + + +} diff --git a/src/main/java/com/controller/LuxianxinxiController.java b/src/main/java/com/controller/LuxianxinxiController.java new file mode 100644 index 0000000..052caa4 --- /dev/null +++ b/src/main/java/com/controller/LuxianxinxiController.java @@ -0,0 +1,339 @@ +package com.controller; + +import java.math.BigDecimal; +import java.text.SimpleDateFormat; +import java.text.ParseException; +import java.util.ArrayList; +import java.util.Arrays; +import java.util.Calendar; +import java.util.Map; +import java.util.HashMap; +import java.util.Iterator; +import java.util.Date; +import java.util.List; +import javax.servlet.http.HttpServletRequest; + +import org.apache.commons.lang3.StringUtils; +import org.springframework.beans.factory.annotation.Autowired; +import org.springframework.transaction.annotation.Transactional; +import org.springframework.format.annotation.DateTimeFormat; +import org.springframework.web.bind.annotation.PathVariable; +import org.springframework.web.bind.annotation.RequestBody; +import org.springframework.web.bind.annotation.RequestMapping; +import org.springframework.web.bind.annotation.RequestParam; +import org.springframework.web.bind.annotation.RestController; +import com.baomidou.mybatisplus.mapper.EntityWrapper; +import com.baomidou.mybatisplus.mapper.Wrapper; +import com.annotation.IgnoreAuth; + +import com.entity.LuxianxinxiEntity; +import com.entity.view.LuxianxinxiView; + +import com.service.LuxianxinxiService; +import com.service.TokenService; +import com.utils.PageUtils; +import com.utils.R; +import com.utils.MPUtil; +import com.utils.CommonUtil; + +import java.io.IOException; + +/** + * 路线信息 + * 后端接口 + * + * @author + * @email + * @date 2030-05-02 11:48:07 + */ +@RestController +@RequestMapping("/luxianxinxi") +public class LuxianxinxiController { + @Autowired + private LuxianxinxiService luxianxinxiService; + + + /** + * 后台列表 + */ + @RequestMapping("/page") + public R page(@RequestParam Map params, LuxianxinxiEntity luxianxinxi, + HttpServletRequest request) { + EntityWrapper ew = new EntityWrapper(); + + String tableName = request.getSession().getAttribute("tableName").toString(); + + if (tableName.equals("jiashiyuan")) { + Long id = (Long) request.getSession().getAttribute("userId"); + luxianxinxi.setUserid(id); + } + + PageUtils page = luxianxinxiService.queryPage(params, MPUtil.sort(MPUtil.between(MPUtil.likeOrEq(ew, luxianxinxi), params), params)); + + return R.ok().put("data", page); + } + + /** + * 前台列表 + */ + @IgnoreAuth + @RequestMapping("/list") + public R list(@RequestParam Map params, LuxianxinxiEntity luxianxinxi, + HttpServletRequest request) { + EntityWrapper ew = new EntityWrapper(); + + PageUtils page = luxianxinxiService.queryPage(params, MPUtil.sort(MPUtil.between(MPUtil.likeOrEq(ew, luxianxinxi), params), params)); + return R.ok().put("data", page); + } + + + /** + * 列表 + */ + @RequestMapping("/lists") + public R list(LuxianxinxiEntity luxianxinxi) { + EntityWrapper ew = new EntityWrapper(); + ew.allEq(MPUtil.allEQMapPre(luxianxinxi, "luxianxinxi")); + return R.ok().put("data", luxianxinxiService.selectListView(ew)); + } + + /** + * 查询 + */ + @RequestMapping("/query") + public R query(LuxianxinxiEntity luxianxinxi) { + EntityWrapper ew = new EntityWrapper(); + ew.allEq(MPUtil.allEQMapPre(luxianxinxi, "luxianxinxi")); + LuxianxinxiView luxianxinxiView = luxianxinxiService.selectView(ew); + return R.ok("查询路线信息成功").put("data", luxianxinxiView); + } + + /** + * 后台详情 + */ + @RequestMapping("/info/{id}") + public R info(@PathVariable("id") Long id) { + LuxianxinxiEntity luxianxinxi = luxianxinxiService.selectById(id); + luxianxinxi = luxianxinxiService.selectView(new EntityWrapper().eq("id", id)); + return R.ok().put("data", luxianxinxi); + } + + /** + * 前台详情 + */ + @IgnoreAuth + @RequestMapping("/detail/{id}") + public R detail(@PathVariable("id") Long id) { + LuxianxinxiEntity luxianxinxi = luxianxinxiService.selectById(id); + + + luxianxinxi = luxianxinxiService.selectView(new EntityWrapper().eq("id", id)); + return R.ok().put("data", luxianxinxi); + } + + + /** + * 后台保存 + */ + @RequestMapping("/save") + public R save(@RequestBody LuxianxinxiEntity luxianxinxi, HttpServletRequest request) { + //ValidatorUtils.validateEntity(luxianxinxi); + Long id = (Long) request.getSession().getAttribute("userId"); + luxianxinxi.setUserid(id); + luxianxinxiService.insert(luxianxinxi); + return R.ok(); + } + + /** + * 前台保存 + */ + @RequestMapping("/add") + public R add(@RequestBody LuxianxinxiEntity luxianxinxi, HttpServletRequest request) { + //ValidatorUtils.validateEntity(luxianxinxi); + Long id = (Long) request.getSession().getAttribute("userId"); + luxianxinxi.setUserid(id); + luxianxinxiService.insert(luxianxinxi); + return R.ok(); + } + + + /** + * 修改 + */ + @RequestMapping("/update") + @Transactional + public R update(@RequestBody LuxianxinxiEntity luxianxinxi, HttpServletRequest request) { + //ValidatorUtils.validateEntity(luxianxinxi); + luxianxinxiService.updateById(luxianxinxi);//全部更新 + return R.ok(); + } + + + /** + * 删除 + */ + @RequestMapping("/delete") + public R delete(@RequestBody Long[] ids) { + luxianxinxiService.deleteBatchIds(Arrays.asList(ids)); + return R.ok(); + } + + + /** + * 前台智能排序 + */ + @IgnoreAuth + @RequestMapping("/autoSort") + public R autoSort(@RequestParam Map params, LuxianxinxiEntity luxianxinxi, HttpServletRequest request, String pre) { + EntityWrapper ew = new EntityWrapper(); + Map newMap = new HashMap(); + Map param = new HashMap(); + Iterator> it = param.entrySet().iterator(); + while (it.hasNext()) { + Map.Entry entry = it.next(); + String key = entry.getKey(); + String newKey = entry.getKey(); + if (pre.endsWith(".")) { + newMap.put(pre + newKey, entry.getValue()); + } else if (StringUtils.isEmpty(pre)) { + newMap.put(newKey, entry.getValue()); + } else { + newMap.put(pre + "." + newKey, entry.getValue()); + } + } + params.put("sort", "clicknum"); + params.put("order", "desc"); + PageUtils page = luxianxinxiService.queryPage(params, MPUtil.sort(MPUtil.between(MPUtil.likeOrEq(ew, luxianxinxi), params), params)); + return R.ok().put("data", page); + } + + + /** + * (按值统计) + */ + @RequestMapping("/value/{xColumnName}/{yColumnName}") + public R value(@PathVariable("yColumnName") String yColumnName, @PathVariable("xColumnName") String xColumnName, HttpServletRequest request) { + Map params = new HashMap(); + params.put("xColumn", xColumnName); + params.put("yColumn", yColumnName); + EntityWrapper ew = new EntityWrapper(); + List> result = luxianxinxiService.selectValue(params, ew); + SimpleDateFormat sdf = new SimpleDateFormat("yyyy-MM-dd"); + for (Map m : result) { + for (String k : m.keySet()) { + if (m.get(k) instanceof Date) { + m.put(k, sdf.format((Date) m.get(k))); + } + } + } + return R.ok().put("data", result); + } + + /** + * (按值统计(多)) + */ + @RequestMapping("/valueMul/{xColumnName}") + public R valueMul(@PathVariable("xColumnName") String xColumnName, @RequestParam String yColumnNameMul, HttpServletRequest request) { + String[] yColumnNames = yColumnNameMul.split(","); + Map params = new HashMap(); + params.put("xColumn", xColumnName); + List>> result2 = new ArrayList>>(); + SimpleDateFormat sdf = new SimpleDateFormat("yyyy-MM-dd"); + EntityWrapper ew = new EntityWrapper(); + for (int i = 0; i < yColumnNames.length; i++) { + params.put("yColumn", yColumnNames[i]); + List> result = luxianxinxiService.selectValue(params, ew); + for (Map m : result) { + for (String k : m.keySet()) { + if (m.get(k) instanceof Date) { + m.put(k, sdf.format((Date) m.get(k))); + } + } + } + result2.add(result); + } + return R.ok().put("data", result2); + } + + /** + * (按值统计)时间统计类型 + */ + @RequestMapping("/value/{xColumnName}/{yColumnName}/{timeStatType}") + public R valueDay(@PathVariable("yColumnName") String yColumnName, @PathVariable("xColumnName") String xColumnName, @PathVariable("timeStatType") String timeStatType, HttpServletRequest request) { + Map params = new HashMap(); + params.put("xColumn", xColumnName); + params.put("yColumn", yColumnName); + params.put("timeStatType", timeStatType); + EntityWrapper ew = new EntityWrapper(); + List> result = luxianxinxiService.selectTimeStatValue(params, ew); + SimpleDateFormat sdf = new SimpleDateFormat("yyyy-MM-dd"); + for (Map m : result) { + for (String k : m.keySet()) { + if (m.get(k) instanceof Date) { + m.put(k, sdf.format((Date) m.get(k))); + } + } + } + return R.ok().put("data", result); + } + + /** + * (按值统计)时间统计类型(多) + */ + @RequestMapping("/valueMul/{xColumnName}/{timeStatType}") + public R valueMulDay(@PathVariable("xColumnName") String xColumnName, @PathVariable("timeStatType") String timeStatType, @RequestParam String yColumnNameMul, HttpServletRequest request) { + String[] yColumnNames = yColumnNameMul.split(","); + Map params = new HashMap(); + params.put("xColumn", xColumnName); + params.put("timeStatType", timeStatType); + List>> result2 = new ArrayList>>(); + SimpleDateFormat sdf = new SimpleDateFormat("yyyy-MM-dd"); + EntityWrapper ew = new EntityWrapper(); + for (int i = 0; i < yColumnNames.length; i++) { + params.put("yColumn", yColumnNames[i]); + List> result = luxianxinxiService.selectTimeStatValue(params, ew); + for (Map m : result) { + for (String k : m.keySet()) { + if (m.get(k) instanceof Date) { + m.put(k, sdf.format((Date) m.get(k))); + } + } + } + result2.add(result); + } + return R.ok().put("data", result2); + } + + /** + * 分组统计 + */ + @RequestMapping("/group/{columnName}") + public R group(@PathVariable("columnName") String columnName, HttpServletRequest request) { + Map params = new HashMap(); + params.put("column", columnName); + EntityWrapper ew = new EntityWrapper(); + List> result = luxianxinxiService.selectGroup(params, ew); + SimpleDateFormat sdf = new SimpleDateFormat("yyyy-MM-dd"); + for (Map m : result) { + for (String k : m.keySet()) { + if (m.get(k) instanceof Date) { + m.put(k, sdf.format((Date) m.get(k))); + } + } + } + return R.ok().put("data", result); + } + + + /** + * 总数量 + */ + @RequestMapping("/count") + public R count(@RequestParam Map params, LuxianxinxiEntity luxianxinxi, HttpServletRequest request) { + EntityWrapper ew = new EntityWrapper(); + int count = luxianxinxiService.selectCount(MPUtil.sort(MPUtil.between(MPUtil.likeOrEq(ew, luxianxinxi), params), params)); + return R.ok().put("data", count); + } + + +} diff --git a/src/main/java/com/controller/ShigujiluController.java b/src/main/java/com/controller/ShigujiluController.java new file mode 100644 index 0000000..4fbafd7 --- /dev/null +++ b/src/main/java/com/controller/ShigujiluController.java @@ -0,0 +1,368 @@ +package com.controller; + +import java.math.BigDecimal; +import java.text.SimpleDateFormat; +import java.text.ParseException; +import java.util.ArrayList; +import java.util.Arrays; +import java.util.Calendar; +import java.util.Map; +import java.util.HashMap; +import java.util.Iterator; +import java.util.Date; +import java.util.List; +import javax.servlet.http.HttpServletRequest; + +import com.utils.ValidatorUtils; +import org.apache.commons.lang3.StringUtils; +import org.springframework.beans.factory.annotation.Autowired; +import org.springframework.transaction.annotation.Transactional; +import org.springframework.format.annotation.DateTimeFormat; +import org.springframework.web.bind.annotation.PathVariable; +import org.springframework.web.bind.annotation.RequestBody; +import org.springframework.web.bind.annotation.RequestMapping; +import org.springframework.web.bind.annotation.RequestParam; +import org.springframework.web.bind.annotation.RestController; +import com.baomidou.mybatisplus.mapper.EntityWrapper; +import com.baomidou.mybatisplus.mapper.Wrapper; +import com.annotation.IgnoreAuth; + +import com.entity.ShigujiluEntity; +import com.entity.view.ShigujiluView; + +import com.service.ShigujiluService; +import com.service.TokenService; +import com.utils.PageUtils; +import com.utils.R; +import com.utils.MPUtil; +import com.utils.MapUtils; +import com.utils.CommonUtil; +import java.io.IOException; + +/** + * 事故记录 + * 后端接口 + * @author + * @email + * @date 2030-03-20 23:07:14 + */ +@RestController +@RequestMapping("/shigujilu") +public class ShigujiluController { + @Autowired + private ShigujiluService shigujiluService; + + + + + + + + + /** + * 后端列表 + */ + @RequestMapping("/page") + public R page(@RequestParam Map params,ShigujiluEntity shigujilu, + HttpServletRequest request){ + String tableName = request.getSession().getAttribute("tableName").toString(); + if(tableName.equals("jiashiyuan")) { + shigujilu.setZhanghao((String)request.getSession().getAttribute("username")); + } + if(tableName.equals("gongzuorenyuan")) { + shigujilu.setYuangongzhanghao((String)request.getSession().getAttribute("username")); + } + EntityWrapper ew = new EntityWrapper(); + + PageUtils page = shigujiluService.queryPage(params, MPUtil.sort(MPUtil.between(MPUtil.likeOrEq(ew, shigujilu), params), params)); + + return R.ok().put("data", page); + } + + /** + * 前端列表 + */ + @RequestMapping("/list") + public R list(@RequestParam Map params,ShigujiluEntity shigujilu, + HttpServletRequest request){ + EntityWrapper ew = new EntityWrapper(); + + PageUtils page = shigujiluService.queryPage(params, MPUtil.sort(MPUtil.between(MPUtil.likeOrEq(ew, shigujilu), params), params)); + return R.ok().put("data", page); + } + + + + /** + * 列表 + */ + @RequestMapping("/lists") + public R list( ShigujiluEntity shigujilu){ + EntityWrapper ew = new EntityWrapper(); + ew.allEq(MPUtil.allEQMapPre( shigujilu, "shigujilu")); + return R.ok().put("data", shigujiluService.selectListView(ew)); + } + + /** + * 查询 + */ + @RequestMapping("/query") + public R query(ShigujiluEntity shigujilu){ + EntityWrapper< ShigujiluEntity> ew = new EntityWrapper< ShigujiluEntity>(); + ew.allEq(MPUtil.allEQMapPre( shigujilu, "shigujilu")); + ShigujiluView shigujiluView = shigujiluService.selectView(ew); + return R.ok("查询事故记录成功").put("data", shigujiluView); + } + + /** + * 后端详情 + */ + @RequestMapping("/info/{id}") + public R info(@PathVariable("id") Long id){ + ShigujiluEntity shigujilu = shigujiluService.selectById(id); + return R.ok().put("data", shigujilu); + } + + /** + * 前端详情 + */ + @RequestMapping("/detail/{id}") + public R detail(@PathVariable("id") Long id){ + ShigujiluEntity shigujilu = shigujiluService.selectById(id); + return R.ok().put("data", shigujilu); + } + + + + + /** + * 后端保存 + */ + @RequestMapping("/save") + public R save(@RequestBody ShigujiluEntity shigujilu, HttpServletRequest request){ + if(shigujiluService.selectCount(new EntityWrapper().eq("fadongjihao", shigujilu.getFadongjihao()))>0) { + return R.error("发动机号已存在"); + } + if(shigujiluService.selectCount(new EntityWrapper().eq("chejiahao", shigujilu.getChejiahao()))>0) { + return R.error("车架号已存在"); + } + //ValidatorUtils.validateEntity(shigujilu); + shigujiluService.insert(shigujilu); + return R.ok(); + } + + /** + * 前端保存 + */ + @RequestMapping("/add") + public R add(@RequestBody ShigujiluEntity shigujilu, HttpServletRequest request){ + if(shigujiluService.selectCount(new EntityWrapper().eq("fadongjihao", shigujilu.getFadongjihao()))>0) { + return R.error("发动机号已存在"); + } + if(shigujiluService.selectCount(new EntityWrapper().eq("chejiahao", shigujilu.getChejiahao()))>0) { + return R.error("车架号已存在"); + } + //ValidatorUtils.validateEntity(shigujilu); + shigujiluService.insert(shigujilu); + return R.ok(); + } + + + + + + /** + * 修改 + */ + @RequestMapping("/update") + @Transactional + public R update(@RequestBody ShigujiluEntity shigujilu, HttpServletRequest request){ + //ValidatorUtils.validateEntity(shigujilu); + if(shigujiluService.selectCount(new EntityWrapper().ne("id", shigujilu.getId()).eq("fadongjihao", shigujilu.getFadongjihao()))>0) { + return R.error("发动机号已存在"); + } + if(shigujiluService.selectCount(new EntityWrapper().ne("id", shigujilu.getId()).eq("chejiahao", shigujilu.getChejiahao()))>0) { + return R.error("车架号已存在"); + } + shigujiluService.updateById(shigujilu);//全部更新 + return R.ok(); + } + + + + + + /** + * 删除 + */ + @RequestMapping("/delete") + public R delete(@RequestBody Long[] ids){ + shigujiluService.deleteBatchIds(Arrays.asList(ids)); + return R.ok(); + } + + + + + + + + + /** + * (按值统计) + */ + @RequestMapping("/value/{xColumnName}/{yColumnName}") + public R value(@PathVariable("yColumnName") String yColumnName, @PathVariable("xColumnName") String xColumnName,HttpServletRequest request) { + Map params = new HashMap(); + params.put("xColumn", xColumnName); + params.put("yColumn", yColumnName); + EntityWrapper ew = new EntityWrapper(); + String tableName = request.getSession().getAttribute("tableName").toString(); + if(tableName.equals("jiashiyuan")) { + ew.eq("zhanghao", (String)request.getSession().getAttribute("username")); + } + if(tableName.equals("gongzuorenyuan")) { + ew.eq("yuangongzhanghao", (String)request.getSession().getAttribute("username")); + } + List> result = shigujiluService.selectValue(params, ew); + SimpleDateFormat sdf = new SimpleDateFormat("yyyy-MM-dd"); + for(Map m : result) { + for(String k : m.keySet()) { + if(m.get(k) instanceof Date) { + m.put(k, sdf.format((Date)m.get(k))); + } + } + } + return R.ok().put("data", result); + } + + /** + * (按值统计(多)) + */ + @RequestMapping("/valueMul/{xColumnName}") + public R valueMul(@PathVariable("xColumnName") String xColumnName,@RequestParam String yColumnNameMul, HttpServletRequest request) { + String[] yColumnNames = yColumnNameMul.split(","); + Map params = new HashMap(); + params.put("xColumn", xColumnName); + List>> result2 = new ArrayList>>(); + SimpleDateFormat sdf = new SimpleDateFormat("yyyy-MM-dd"); + EntityWrapper ew = new EntityWrapper(); + String tableName = request.getSession().getAttribute("tableName").toString(); + if(tableName.equals("jiashiyuan")) { + ew.eq("zhanghao", (String)request.getSession().getAttribute("username")); + } + if(tableName.equals("gongzuorenyuan")) { + ew.eq("yuangongzhanghao", (String)request.getSession().getAttribute("username")); + } + for(int i=0;i> result = shigujiluService.selectValue(params, ew); + for(Map m : result) { + for(String k : m.keySet()) { + if(m.get(k) instanceof Date) { + m.put(k, sdf.format((Date)m.get(k))); + } + } + } + result2.add(result); + } + return R.ok().put("data", result2); + } + + /** + * (按值统计)时间统计类型 + */ + @RequestMapping("/value/{xColumnName}/{yColumnName}/{timeStatType}") + public R valueDay(@PathVariable("yColumnName") String yColumnName, @PathVariable("xColumnName") String xColumnName, @PathVariable("timeStatType") String timeStatType,HttpServletRequest request) { + Map params = new HashMap(); + params.put("xColumn", xColumnName); + params.put("yColumn", yColumnName); + params.put("timeStatType", timeStatType); + EntityWrapper ew = new EntityWrapper(); + String tableName = request.getSession().getAttribute("tableName").toString(); + if(tableName.equals("jiashiyuan")) { + ew.eq("zhanghao", (String)request.getSession().getAttribute("username")); + } + if(tableName.equals("gongzuorenyuan")) { + ew.eq("yuangongzhanghao", (String)request.getSession().getAttribute("username")); + } + List> result = shigujiluService.selectTimeStatValue(params, ew); + SimpleDateFormat sdf = new SimpleDateFormat("yyyy-MM-dd"); + for(Map m : result) { + for(String k : m.keySet()) { + if(m.get(k) instanceof Date) { + m.put(k, sdf.format((Date)m.get(k))); + } + } + } + return R.ok().put("data", result); + } + + /** + * (按值统计)时间统计类型(多) + */ + @RequestMapping("/valueMul/{xColumnName}/{timeStatType}") + public R valueMulDay(@PathVariable("xColumnName") String xColumnName, @PathVariable("timeStatType") String timeStatType,@RequestParam String yColumnNameMul,HttpServletRequest request) { + String[] yColumnNames = yColumnNameMul.split(","); + Map params = new HashMap(); + params.put("xColumn", xColumnName); + params.put("timeStatType", timeStatType); + List>> result2 = new ArrayList>>(); + SimpleDateFormat sdf = new SimpleDateFormat("yyyy-MM-dd"); + EntityWrapper ew = new EntityWrapper(); + String tableName = request.getSession().getAttribute("tableName").toString(); + if(tableName.equals("jiashiyuan")) { + ew.eq("zhanghao", (String)request.getSession().getAttribute("username")); + } + if(tableName.equals("gongzuorenyuan")) { + ew.eq("yuangongzhanghao", (String)request.getSession().getAttribute("username")); + } + for(int i=0;i> result = shigujiluService.selectTimeStatValue(params, ew); + for(Map m : result) { + for(String k : m.keySet()) { + if(m.get(k) instanceof Date) { + m.put(k, sdf.format((Date)m.get(k))); + } + } + } + result2.add(result); + } + return R.ok().put("data", result2); + } + + /** + * 分组统计 + */ + @RequestMapping("/group/{columnName}") + public R group(@PathVariable("columnName") String columnName,HttpServletRequest request) { + Map params = new HashMap(); + params.put("column", columnName); + EntityWrapper ew = new EntityWrapper(); + String tableName = request.getSession().getAttribute("tableName").toString(); + if(tableName.equals("jiashiyuan")) { + ew.eq("zhanghao", (String)request.getSession().getAttribute("username")); + } + if(tableName.equals("gongzuorenyuan")) { + ew.eq("yuangongzhanghao", (String)request.getSession().getAttribute("username")); + } + List> result = shigujiluService.selectGroup(params, ew); + SimpleDateFormat sdf = new SimpleDateFormat("yyyy-MM-dd"); + for(Map m : result) { + for(String k : m.keySet()) { + if(m.get(k) instanceof Date) { + m.put(k, sdf.format((Date)m.get(k))); + } + } + } + return R.ok().put("data", result); + } + + + + + + + +} diff --git a/src/main/java/com/controller/UsersController.java b/src/main/java/com/controller/UsersController.java new file mode 100644 index 0000000..e127839 --- /dev/null +++ b/src/main/java/com/controller/UsersController.java @@ -0,0 +1,174 @@ + +package com.controller; + + +import java.util.Arrays; +import java.util.Calendar; +import java.util.Date; +import java.util.Map; + +import javax.servlet.http.HttpServletRequest; + +import org.springframework.beans.factory.annotation.Autowired; +import org.springframework.stereotype.Controller; +import org.springframework.web.bind.annotation.GetMapping; +import org.springframework.web.bind.annotation.PathVariable; +import org.springframework.web.bind.annotation.PostMapping; +import org.springframework.web.bind.annotation.RequestBody; +import org.springframework.web.bind.annotation.RequestMapping; +import org.springframework.web.bind.annotation.RequestParam; +import org.springframework.web.bind.annotation.ResponseBody; +import org.springframework.web.bind.annotation.RestController; + +import com.annotation.IgnoreAuth; +import com.baomidou.mybatisplus.mapper.EntityWrapper; +import com.entity.TokenEntity; +import com.entity.UsersEntity; +import com.service.TokenService; +import com.service.UsersService; +import com.utils.CommonUtil; +import com.utils.MPUtil; +import com.utils.PageUtils; +import com.utils.R; +import com.utils.ValidatorUtils; + +/** + * 登录相关 + */ +@RequestMapping("users") +@RestController +public class UsersController{ + + @Autowired + private UsersService userService; + + @Autowired + private TokenService tokenService; + + /** + * 登录 + */ + @IgnoreAuth + @RequestMapping(value = "/login") + public R login(String username, String password, String captcha, HttpServletRequest request) { + UsersEntity user = userService.selectOne(new EntityWrapper().eq("username", username)); + if(user==null || !user.getPassword().equals(password)) { + return R.error("账号或密码不正确"); + } + String token = tokenService.generateToken(user.getId(),username, "users", user.getRole()); + return R.ok().put("token", token); + } + + /** + * 注册 + */ + @IgnoreAuth + @PostMapping(value = "/register") + public R register(@RequestBody UsersEntity user){ +// ValidatorUtils.validateEntity(user); + if(userService.selectOne(new EntityWrapper().eq("username", user.getUsername())) !=null) { + return R.error("用户已存在"); + } + userService.insert(user); + return R.ok(); + } + + /** + * 退出 + */ + @GetMapping(value = "logout") + public R logout(HttpServletRequest request) { + request.getSession().invalidate(); + return R.ok("退出成功"); + } + + /** + * 密码重置 + */ + @IgnoreAuth + @RequestMapping(value = "/resetPass") + public R resetPass(String username, HttpServletRequest request){ + UsersEntity user = userService.selectOne(new EntityWrapper().eq("username", username)); + if(user==null) { + return R.error("账号不存在"); + } + user.setPassword("123456"); + userService.update(user,null); + return R.ok("密码已重置为:123456"); + } + + /** + * 列表 + */ + @RequestMapping("/page") + public R page(@RequestParam Map params,UsersEntity user){ + EntityWrapper ew = new EntityWrapper(); + PageUtils page = userService.queryPage(params, MPUtil.sort(MPUtil.between(MPUtil.allLike(ew, user), params), params)); + return R.ok().put("data", page); + } + + /** + * 列表 + */ + @RequestMapping("/list") + public R list( UsersEntity user){ + EntityWrapper ew = new EntityWrapper(); + ew.allEq(MPUtil.allEQMapPre( user, "user")); + return R.ok().put("data", userService.selectListView(ew)); + } + + /** + * 信息 + */ + @RequestMapping("/info/{id}") + public R info(@PathVariable("id") String id){ + UsersEntity user = userService.selectById(id); + return R.ok().put("data", user); + } + + /** + * 获取用户的session用户信息 + */ + @RequestMapping("/session") + public R getCurrUser(HttpServletRequest request){ + Long id = (Long)request.getSession().getAttribute("userId"); + UsersEntity user = userService.selectById(id); + return R.ok().put("data", user); + } + + /** + * 保存 + */ + @PostMapping("/save") + public R save(@RequestBody UsersEntity user){ +// ValidatorUtils.validateEntity(user); + if(userService.selectOne(new EntityWrapper().eq("username", user.getUsername())) !=null) { + return R.error("用户已存在"); + } + userService.insert(user); + return R.ok(); + } + + /** + * 修改 + */ + @RequestMapping("/update") + public R update(@RequestBody UsersEntity user){ +// ValidatorUtils.validateEntity(user); + UsersEntity u = userService.selectOne(new EntityWrapper().eq("username", user.getUsername())); + if(u!=null && u.getId()!=user.getId() && u.getUsername().equals(user.getUsername())) { + return R.error("用户名已存在。"); + } + userService.updateById(user);//全部更新 + return R.ok(); + } + + /** + * 删除 + */ + @RequestMapping("/delete") + public R delete(@RequestBody Long[] ids){ + userService.deleteBatchIds(Arrays.asList(ids)); + return R.ok(); + } +} diff --git a/src/main/java/com/controller/XubaotongzhiController.java b/src/main/java/com/controller/XubaotongzhiController.java new file mode 100644 index 0000000..f9b4fc6 --- /dev/null +++ b/src/main/java/com/controller/XubaotongzhiController.java @@ -0,0 +1,350 @@ +package com.controller; + +import java.math.BigDecimal; +import java.text.SimpleDateFormat; +import java.text.ParseException; +import java.util.ArrayList; +import java.util.Arrays; +import java.util.Calendar; +import java.util.Map; +import java.util.HashMap; +import java.util.Iterator; +import java.util.Date; +import java.util.List; +import javax.servlet.http.HttpServletRequest; + +import com.utils.ValidatorUtils; +import org.apache.commons.lang3.StringUtils; +import org.springframework.beans.factory.annotation.Autowired; +import org.springframework.transaction.annotation.Transactional; +import org.springframework.format.annotation.DateTimeFormat; +import org.springframework.web.bind.annotation.PathVariable; +import org.springframework.web.bind.annotation.RequestBody; +import org.springframework.web.bind.annotation.RequestMapping; +import org.springframework.web.bind.annotation.RequestParam; +import org.springframework.web.bind.annotation.RestController; +import com.baomidou.mybatisplus.mapper.EntityWrapper; +import com.baomidou.mybatisplus.mapper.Wrapper; +import com.annotation.IgnoreAuth; + +import com.entity.XubaotongzhiEntity; +import com.entity.view.XubaotongzhiView; + +import com.service.XubaotongzhiService; +import com.service.TokenService; +import com.utils.PageUtils; +import com.utils.R; +import com.utils.MPUtil; +import com.utils.MapUtils; +import com.utils.CommonUtil; +import java.io.IOException; + +/** + * 续保通知 + * 后端接口 + * @author + * @email + * @date 2030-03-20 23:07:14 + */ +@RestController +@RequestMapping("/xubaotongzhi") +public class XubaotongzhiController { + @Autowired + private XubaotongzhiService xubaotongzhiService; + + + + + + + + + /** + * 后端列表 + */ + @RequestMapping("/page") + public R page(@RequestParam Map params,XubaotongzhiEntity xubaotongzhi, + HttpServletRequest request){ + String tableName = request.getSession().getAttribute("tableName").toString(); + if(tableName.equals("jiashiyuan")) { + xubaotongzhi.setZhanghao((String)request.getSession().getAttribute("username")); + } + if(tableName.equals("gongzuorenyuan")) { + xubaotongzhi.setYuangongzhanghao((String)request.getSession().getAttribute("username")); + } + EntityWrapper ew = new EntityWrapper(); + + PageUtils page = xubaotongzhiService.queryPage(params, MPUtil.sort(MPUtil.between(MPUtil.likeOrEq(ew, xubaotongzhi), params), params)); + + return R.ok().put("data", page); + } + + /** + * 前端列表 + */ + @RequestMapping("/list") + public R list(@RequestParam Map params,XubaotongzhiEntity xubaotongzhi, + HttpServletRequest request){ + EntityWrapper ew = new EntityWrapper(); + + PageUtils page = xubaotongzhiService.queryPage(params, MPUtil.sort(MPUtil.between(MPUtil.likeOrEq(ew, xubaotongzhi), params), params)); + return R.ok().put("data", page); + } + + + + /** + * 列表 + */ + @RequestMapping("/lists") + public R list( XubaotongzhiEntity xubaotongzhi){ + EntityWrapper ew = new EntityWrapper(); + ew.allEq(MPUtil.allEQMapPre( xubaotongzhi, "xubaotongzhi")); + return R.ok().put("data", xubaotongzhiService.selectListView(ew)); + } + + /** + * 查询 + */ + @RequestMapping("/query") + public R query(XubaotongzhiEntity xubaotongzhi){ + EntityWrapper< XubaotongzhiEntity> ew = new EntityWrapper< XubaotongzhiEntity>(); + ew.allEq(MPUtil.allEQMapPre( xubaotongzhi, "xubaotongzhi")); + XubaotongzhiView xubaotongzhiView = xubaotongzhiService.selectView(ew); + return R.ok("查询续保通知成功").put("data", xubaotongzhiView); + } + + /** + * 后端详情 + */ + @RequestMapping("/info/{id}") + public R info(@PathVariable("id") Long id){ + XubaotongzhiEntity xubaotongzhi = xubaotongzhiService.selectById(id); + return R.ok().put("data", xubaotongzhi); + } + + /** + * 前端详情 + */ + @RequestMapping("/detail/{id}") + public R detail(@PathVariable("id") Long id){ + XubaotongzhiEntity xubaotongzhi = xubaotongzhiService.selectById(id); + return R.ok().put("data", xubaotongzhi); + } + + + + + /** + * 后端保存 + */ + @RequestMapping("/save") + public R save(@RequestBody XubaotongzhiEntity xubaotongzhi, HttpServletRequest request){ + //ValidatorUtils.validateEntity(xubaotongzhi); + xubaotongzhiService.insert(xubaotongzhi); + return R.ok(); + } + + /** + * 前端保存 + */ + @RequestMapping("/add") + public R add(@RequestBody XubaotongzhiEntity xubaotongzhi, HttpServletRequest request){ + //ValidatorUtils.validateEntity(xubaotongzhi); + xubaotongzhiService.insert(xubaotongzhi); + return R.ok(); + } + + + + + + /** + * 修改 + */ + @RequestMapping("/update") + @Transactional + public R update(@RequestBody XubaotongzhiEntity xubaotongzhi, HttpServletRequest request){ + //ValidatorUtils.validateEntity(xubaotongzhi); + xubaotongzhiService.updateById(xubaotongzhi);//全部更新 + return R.ok(); + } + + + + + + /** + * 删除 + */ + @RequestMapping("/delete") + public R delete(@RequestBody Long[] ids){ + xubaotongzhiService.deleteBatchIds(Arrays.asList(ids)); + return R.ok(); + } + + + + + + + + + /** + * (按值统计) + */ + @RequestMapping("/value/{xColumnName}/{yColumnName}") + public R value(@PathVariable("yColumnName") String yColumnName, @PathVariable("xColumnName") String xColumnName,HttpServletRequest request) { + Map params = new HashMap(); + params.put("xColumn", xColumnName); + params.put("yColumn", yColumnName); + EntityWrapper ew = new EntityWrapper(); + String tableName = request.getSession().getAttribute("tableName").toString(); + if(tableName.equals("jiashiyuan")) { + ew.eq("zhanghao", (String)request.getSession().getAttribute("username")); + } + if(tableName.equals("gongzuorenyuan")) { + ew.eq("yuangongzhanghao", (String)request.getSession().getAttribute("username")); + } + List> result = xubaotongzhiService.selectValue(params, ew); + SimpleDateFormat sdf = new SimpleDateFormat("yyyy-MM-dd"); + for(Map m : result) { + for(String k : m.keySet()) { + if(m.get(k) instanceof Date) { + m.put(k, sdf.format((Date)m.get(k))); + } + } + } + return R.ok().put("data", result); + } + + /** + * (按值统计(多)) + */ + @RequestMapping("/valueMul/{xColumnName}") + public R valueMul(@PathVariable("xColumnName") String xColumnName,@RequestParam String yColumnNameMul, HttpServletRequest request) { + String[] yColumnNames = yColumnNameMul.split(","); + Map params = new HashMap(); + params.put("xColumn", xColumnName); + List>> result2 = new ArrayList>>(); + SimpleDateFormat sdf = new SimpleDateFormat("yyyy-MM-dd"); + EntityWrapper ew = new EntityWrapper(); + String tableName = request.getSession().getAttribute("tableName").toString(); + if(tableName.equals("jiashiyuan")) { + ew.eq("zhanghao", (String)request.getSession().getAttribute("username")); + } + if(tableName.equals("gongzuorenyuan")) { + ew.eq("yuangongzhanghao", (String)request.getSession().getAttribute("username")); + } + for(int i=0;i> result = xubaotongzhiService.selectValue(params, ew); + for(Map m : result) { + for(String k : m.keySet()) { + if(m.get(k) instanceof Date) { + m.put(k, sdf.format((Date)m.get(k))); + } + } + } + result2.add(result); + } + return R.ok().put("data", result2); + } + + /** + * (按值统计)时间统计类型 + */ + @RequestMapping("/value/{xColumnName}/{yColumnName}/{timeStatType}") + public R valueDay(@PathVariable("yColumnName") String yColumnName, @PathVariable("xColumnName") String xColumnName, @PathVariable("timeStatType") String timeStatType,HttpServletRequest request) { + Map params = new HashMap(); + params.put("xColumn", xColumnName); + params.put("yColumn", yColumnName); + params.put("timeStatType", timeStatType); + EntityWrapper ew = new EntityWrapper(); + String tableName = request.getSession().getAttribute("tableName").toString(); + if(tableName.equals("jiashiyuan")) { + ew.eq("zhanghao", (String)request.getSession().getAttribute("username")); + } + if(tableName.equals("gongzuorenyuan")) { + ew.eq("yuangongzhanghao", (String)request.getSession().getAttribute("username")); + } + List> result = xubaotongzhiService.selectTimeStatValue(params, ew); + SimpleDateFormat sdf = new SimpleDateFormat("yyyy-MM-dd"); + for(Map m : result) { + for(String k : m.keySet()) { + if(m.get(k) instanceof Date) { + m.put(k, sdf.format((Date)m.get(k))); + } + } + } + return R.ok().put("data", result); + } + + /** + * (按值统计)时间统计类型(多) + */ + @RequestMapping("/valueMul/{xColumnName}/{timeStatType}") + public R valueMulDay(@PathVariable("xColumnName") String xColumnName, @PathVariable("timeStatType") String timeStatType,@RequestParam String yColumnNameMul,HttpServletRequest request) { + String[] yColumnNames = yColumnNameMul.split(","); + Map params = new HashMap(); + params.put("xColumn", xColumnName); + params.put("timeStatType", timeStatType); + List>> result2 = new ArrayList>>(); + SimpleDateFormat sdf = new SimpleDateFormat("yyyy-MM-dd"); + EntityWrapper ew = new EntityWrapper(); + String tableName = request.getSession().getAttribute("tableName").toString(); + if(tableName.equals("jiashiyuan")) { + ew.eq("zhanghao", (String)request.getSession().getAttribute("username")); + } + if(tableName.equals("gongzuorenyuan")) { + ew.eq("yuangongzhanghao", (String)request.getSession().getAttribute("username")); + } + for(int i=0;i> result = xubaotongzhiService.selectTimeStatValue(params, ew); + for(Map m : result) { + for(String k : m.keySet()) { + if(m.get(k) instanceof Date) { + m.put(k, sdf.format((Date)m.get(k))); + } + } + } + result2.add(result); + } + return R.ok().put("data", result2); + } + + /** + * 分组统计 + */ + @RequestMapping("/group/{columnName}") + public R group(@PathVariable("columnName") String columnName,HttpServletRequest request) { + Map params = new HashMap(); + params.put("column", columnName); + EntityWrapper ew = new EntityWrapper(); + String tableName = request.getSession().getAttribute("tableName").toString(); + if(tableName.equals("jiashiyuan")) { + ew.eq("zhanghao", (String)request.getSession().getAttribute("username")); + } + if(tableName.equals("gongzuorenyuan")) { + ew.eq("yuangongzhanghao", (String)request.getSession().getAttribute("username")); + } + List> result = xubaotongzhiService.selectGroup(params, ew); + SimpleDateFormat sdf = new SimpleDateFormat("yyyy-MM-dd"); + for(Map m : result) { + for(String k : m.keySet()) { + if(m.get(k) instanceof Date) { + m.put(k, sdf.format((Date)m.get(k))); + } + } + } + return R.ok().put("data", result); + } + + + + + + + +} diff --git a/src/main/java/com/dao/BaoxianxinxiDao.java b/src/main/java/com/dao/BaoxianxinxiDao.java new file mode 100644 index 0000000..f9883ba --- /dev/null +++ b/src/main/java/com/dao/BaoxianxinxiDao.java @@ -0,0 +1,36 @@ +package com.dao; + +import com.entity.BaoxianxinxiEntity; +import com.baomidou.mybatisplus.mapper.BaseMapper; +import java.util.List; +import java.util.Map; +import com.baomidou.mybatisplus.mapper.Wrapper; +import com.baomidou.mybatisplus.plugins.pagination.Pagination; + +import org.apache.ibatis.annotations.Param; +import com.entity.vo.BaoxianxinxiVO; +import com.entity.view.BaoxianxinxiView; + + +/** + * 保险信息 + * + * @author + * @email + * @date 2030-03-20 23:07:14 + */ +public interface BaoxianxinxiDao extends BaseMapper { + + List selectListVO(@Param("ew") Wrapper wrapper); + + BaoxianxinxiVO selectVO(@Param("ew") Wrapper wrapper); + + List selectListView(@Param("ew") Wrapper wrapper); + + List selectListView(Pagination page,@Param("ew") Wrapper wrapper); + + + BaoxianxinxiView selectView(@Param("ew") Wrapper wrapper); + + +} diff --git a/src/main/java/com/dao/CheliangdanganDao.java b/src/main/java/com/dao/CheliangdanganDao.java new file mode 100644 index 0000000..4096c48 --- /dev/null +++ b/src/main/java/com/dao/CheliangdanganDao.java @@ -0,0 +1,36 @@ +package com.dao; + +import com.entity.CheliangdanganEntity; +import com.baomidou.mybatisplus.mapper.BaseMapper; +import java.util.List; +import java.util.Map; +import com.baomidou.mybatisplus.mapper.Wrapper; +import com.baomidou.mybatisplus.plugins.pagination.Pagination; + +import org.apache.ibatis.annotations.Param; +import com.entity.vo.CheliangdanganVO; +import com.entity.view.CheliangdanganView; + + +/** + * 车辆档案 + * + * @author + * @email + * @date 2030-03-20 23:07:14 + */ +public interface CheliangdanganDao extends BaseMapper { + + List selectListVO(@Param("ew") Wrapper wrapper); + + CheliangdanganVO selectVO(@Param("ew") Wrapper wrapper); + + List selectListView(@Param("ew") Wrapper wrapper); + + List selectListView(Pagination page,@Param("ew") Wrapper wrapper); + + + CheliangdanganView selectView(@Param("ew") Wrapper wrapper); + + +} diff --git a/src/main/java/com/dao/CommonDao.java b/src/main/java/com/dao/CommonDao.java new file mode 100644 index 0000000..0e67c57 --- /dev/null +++ b/src/main/java/com/dao/CommonDao.java @@ -0,0 +1,28 @@ + +package com.dao; + +import java.util.List; +import java.util.Map; + +/** + * 通用接口 + */ +public interface CommonDao{ + List getOption(Map params); + + Map getFollowByOption(Map params); + + List getFollowByOption2(Map params); + + void sh(Map params); + + int remindCount(Map params); + + Map selectCal(Map params); + + List> selectGroup(Map params); + + List> selectValue(Map params); + + List> selectTimeStatValue(Map params); +} diff --git a/src/main/java/com/dao/ConfigDao.java b/src/main/java/com/dao/ConfigDao.java new file mode 100644 index 0000000..3b1a357 --- /dev/null +++ b/src/main/java/com/dao/ConfigDao.java @@ -0,0 +1,12 @@ + +package com.dao; + +import com.baomidou.mybatisplus.mapper.BaseMapper; +import com.entity.ConfigEntity; + +/** + * 配置 + */ +public interface ConfigDao extends BaseMapper { + +} diff --git a/src/main/java/com/dao/FafangpaizhaoDao.java b/src/main/java/com/dao/FafangpaizhaoDao.java new file mode 100644 index 0000000..c4d8c83 --- /dev/null +++ b/src/main/java/com/dao/FafangpaizhaoDao.java @@ -0,0 +1,36 @@ +package com.dao; + +import com.entity.FafangpaizhaoEntity; +import com.baomidou.mybatisplus.mapper.BaseMapper; +import java.util.List; +import java.util.Map; +import com.baomidou.mybatisplus.mapper.Wrapper; +import com.baomidou.mybatisplus.plugins.pagination.Pagination; + +import org.apache.ibatis.annotations.Param; +import com.entity.vo.FafangpaizhaoVO; +import com.entity.view.FafangpaizhaoView; + + +/** + * 发放牌照 + * + * @author + * @email + * @date 2030-03-20 23:07:15 + */ +public interface FafangpaizhaoDao extends BaseMapper { + + List selectListVO(@Param("ew") Wrapper wrapper); + + FafangpaizhaoVO selectVO(@Param("ew") Wrapper wrapper); + + List selectListView(@Param("ew") Wrapper wrapper); + + List selectListView(Pagination page,@Param("ew") Wrapper wrapper); + + + FafangpaizhaoView selectView(@Param("ew") Wrapper wrapper); + + +} diff --git a/src/main/java/com/dao/GonggaoxinxiDao.java b/src/main/java/com/dao/GonggaoxinxiDao.java new file mode 100644 index 0000000..3b0bb1a --- /dev/null +++ b/src/main/java/com/dao/GonggaoxinxiDao.java @@ -0,0 +1,36 @@ +package com.dao; + +import com.entity.GonggaoxinxiEntity; +import com.baomidou.mybatisplus.mapper.BaseMapper; +import java.util.List; +import java.util.Map; +import com.baomidou.mybatisplus.mapper.Wrapper; +import com.baomidou.mybatisplus.plugins.pagination.Pagination; + +import org.apache.ibatis.annotations.Param; +import com.entity.vo.GonggaoxinxiVO; +import com.entity.view.GonggaoxinxiView; + + +/** + * 公告信息 + * + * @author + * @email + * @date 2030-03-20 23:07:14 + */ +public interface GonggaoxinxiDao extends BaseMapper { + + List selectListVO(@Param("ew") Wrapper wrapper); + + GonggaoxinxiVO selectVO(@Param("ew") Wrapper wrapper); + + List selectListView(@Param("ew") Wrapper wrapper); + + List selectListView(Pagination page,@Param("ew") Wrapper wrapper); + + + GonggaoxinxiView selectView(@Param("ew") Wrapper wrapper); + + +} diff --git a/src/main/java/com/dao/GongzuorenyuanDao.java b/src/main/java/com/dao/GongzuorenyuanDao.java new file mode 100644 index 0000000..e86207e --- /dev/null +++ b/src/main/java/com/dao/GongzuorenyuanDao.java @@ -0,0 +1,36 @@ +package com.dao; + +import com.entity.GongzuorenyuanEntity; +import com.baomidou.mybatisplus.mapper.BaseMapper; +import java.util.List; +import java.util.Map; +import com.baomidou.mybatisplus.mapper.Wrapper; +import com.baomidou.mybatisplus.plugins.pagination.Pagination; + +import org.apache.ibatis.annotations.Param; +import com.entity.vo.GongzuorenyuanVO; +import com.entity.view.GongzuorenyuanView; + + +/** + * 工作人员 + * + * @author + * @email + * @date 2030-03-20 23:07:14 + */ +public interface GongzuorenyuanDao extends BaseMapper { + + List selectListVO(@Param("ew") Wrapper wrapper); + + GongzuorenyuanVO selectVO(@Param("ew") Wrapper wrapper); + + List selectListView(@Param("ew") Wrapper wrapper); + + List selectListView(Pagination page,@Param("ew") Wrapper wrapper); + + + GongzuorenyuanView selectView(@Param("ew") Wrapper wrapper); + + +} diff --git a/src/main/java/com/dao/GuapaishenqingDao.java b/src/main/java/com/dao/GuapaishenqingDao.java new file mode 100644 index 0000000..ca6779a --- /dev/null +++ b/src/main/java/com/dao/GuapaishenqingDao.java @@ -0,0 +1,36 @@ +package com.dao; + +import com.entity.GuapaishenqingEntity; +import com.baomidou.mybatisplus.mapper.BaseMapper; +import java.util.List; +import java.util.Map; +import com.baomidou.mybatisplus.mapper.Wrapper; +import com.baomidou.mybatisplus.plugins.pagination.Pagination; + +import org.apache.ibatis.annotations.Param; +import com.entity.vo.GuapaishenqingVO; +import com.entity.view.GuapaishenqingView; + + +/** + * 挂牌申请 + * + * @author + * @email + * @date 2030-03-20 23:07:14 + */ +public interface GuapaishenqingDao extends BaseMapper { + + List selectListVO(@Param("ew") Wrapper wrapper); + + GuapaishenqingVO selectVO(@Param("ew") Wrapper wrapper); + + List selectListView(@Param("ew") Wrapper wrapper); + + List selectListView(Pagination page,@Param("ew") Wrapper wrapper); + + + GuapaishenqingView selectView(@Param("ew") Wrapper wrapper); + + +} diff --git a/src/main/java/com/dao/JiashiyuanDao.java b/src/main/java/com/dao/JiashiyuanDao.java new file mode 100644 index 0000000..c37f307 --- /dev/null +++ b/src/main/java/com/dao/JiashiyuanDao.java @@ -0,0 +1,36 @@ +package com.dao; + +import com.entity.JiashiyuanEntity; +import com.baomidou.mybatisplus.mapper.BaseMapper; +import java.util.List; +import java.util.Map; +import com.baomidou.mybatisplus.mapper.Wrapper; +import com.baomidou.mybatisplus.plugins.pagination.Pagination; + +import org.apache.ibatis.annotations.Param; +import com.entity.vo.JiashiyuanVO; +import com.entity.view.JiashiyuanView; + + +/** + * 驾驶员 + * + * @author + * @email + * @date 2030-03-20 23:07:14 + */ +public interface JiashiyuanDao extends BaseMapper { + + List selectListVO(@Param("ew") Wrapper wrapper); + + JiashiyuanVO selectVO(@Param("ew") Wrapper wrapper); + + List selectListView(@Param("ew") Wrapper wrapper); + + List selectListView(Pagination page,@Param("ew") Wrapper wrapper); + + + JiashiyuanView selectView(@Param("ew") Wrapper wrapper); + + +} diff --git a/src/main/java/com/dao/LuxianxinxiDao.java b/src/main/java/com/dao/LuxianxinxiDao.java new file mode 100644 index 0000000..27f6691 --- /dev/null +++ b/src/main/java/com/dao/LuxianxinxiDao.java @@ -0,0 +1,44 @@ +package com.dao; + +import com.entity.LuxianxinxiEntity; +import com.baomidou.mybatisplus.mapper.BaseMapper; +import java.util.List; +import java.util.Map; +import com.baomidou.mybatisplus.mapper.Wrapper; +import com.baomidou.mybatisplus.plugins.pagination.Pagination; + +import org.apache.ibatis.annotations.Param; +import com.entity.vo.LuxianxinxiVO; +import com.entity.view.LuxianxinxiView; + + +/** + * 路线信息 + * + * @author + * @email + * @date 2030-05-02 11:48:07 + */ +public interface LuxianxinxiDao extends BaseMapper { + + List selectListVO(@Param("ew") Wrapper wrapper); + + LuxianxinxiVO selectVO(@Param("ew") Wrapper wrapper); + + List selectListView(@Param("ew") Wrapper wrapper); + + List selectListView(Pagination page,@Param("ew") Wrapper wrapper); + + + LuxianxinxiView selectView(@Param("ew") Wrapper wrapper); + + + List> selectValue(@Param("params") Map params,@Param("ew") Wrapper wrapper); + + List> selectTimeStatValue(@Param("params") Map params,@Param("ew") Wrapper wrapper); + + List> selectGroup(@Param("params") Map params,@Param("ew") Wrapper wrapper); + + + +} diff --git a/src/main/java/com/dao/ShigujiluDao.java b/src/main/java/com/dao/ShigujiluDao.java new file mode 100644 index 0000000..6953372 --- /dev/null +++ b/src/main/java/com/dao/ShigujiluDao.java @@ -0,0 +1,44 @@ +package com.dao; + +import com.entity.ShigujiluEntity; +import com.baomidou.mybatisplus.mapper.BaseMapper; +import java.util.List; +import java.util.Map; +import com.baomidou.mybatisplus.mapper.Wrapper; +import com.baomidou.mybatisplus.plugins.pagination.Pagination; + +import org.apache.ibatis.annotations.Param; +import com.entity.vo.ShigujiluVO; +import com.entity.view.ShigujiluView; + + +/** + * 事故记录 + * + * @author + * @email + * @date 2030-03-20 23:07:14 + */ +public interface ShigujiluDao extends BaseMapper { + + List selectListVO(@Param("ew") Wrapper wrapper); + + ShigujiluVO selectVO(@Param("ew") Wrapper wrapper); + + List selectListView(@Param("ew") Wrapper wrapper); + + List selectListView(Pagination page,@Param("ew") Wrapper wrapper); + + + ShigujiluView selectView(@Param("ew") Wrapper wrapper); + + + List> selectValue(@Param("params") Map params,@Param("ew") Wrapper wrapper); + + List> selectTimeStatValue(@Param("params") Map params,@Param("ew") Wrapper wrapper); + + List> selectGroup(@Param("params") Map params,@Param("ew") Wrapper wrapper); + + + +} diff --git a/src/main/java/com/dao/TokenDao.java b/src/main/java/com/dao/TokenDao.java new file mode 100644 index 0000000..0634193 --- /dev/null +++ b/src/main/java/com/dao/TokenDao.java @@ -0,0 +1,22 @@ + +package com.dao; + +import java.util.List; + +import org.apache.ibatis.annotations.Param; + +import com.baomidou.mybatisplus.mapper.BaseMapper; +import com.baomidou.mybatisplus.mapper.Wrapper; +import com.baomidou.mybatisplus.plugins.pagination.Pagination; +import com.entity.TokenEntity; + +/** + * token + */ +public interface TokenDao extends BaseMapper { + + List selectListView(@Param("ew") Wrapper wrapper); + + List selectListView(Pagination page,@Param("ew") Wrapper wrapper); + +} diff --git a/src/main/java/com/dao/UsersDao.java b/src/main/java/com/dao/UsersDao.java new file mode 100644 index 0000000..0056042 --- /dev/null +++ b/src/main/java/com/dao/UsersDao.java @@ -0,0 +1,22 @@ + +package com.dao; + +import java.util.List; + +import org.apache.ibatis.annotations.Param; + +import com.baomidou.mybatisplus.mapper.BaseMapper; +import com.baomidou.mybatisplus.mapper.Wrapper; +import com.baomidou.mybatisplus.plugins.pagination.Pagination; +import com.entity.UsersEntity; + +/** + * 用户 + */ +public interface UsersDao extends BaseMapper { + + List selectListView(@Param("ew") Wrapper wrapper); + + List selectListView(Pagination page,@Param("ew") Wrapper wrapper); + +} diff --git a/src/main/java/com/dao/XubaotongzhiDao.java b/src/main/java/com/dao/XubaotongzhiDao.java new file mode 100644 index 0000000..9b69c35 --- /dev/null +++ b/src/main/java/com/dao/XubaotongzhiDao.java @@ -0,0 +1,44 @@ +package com.dao; + +import com.entity.XubaotongzhiEntity; +import com.baomidou.mybatisplus.mapper.BaseMapper; +import java.util.List; +import java.util.Map; +import com.baomidou.mybatisplus.mapper.Wrapper; +import com.baomidou.mybatisplus.plugins.pagination.Pagination; + +import org.apache.ibatis.annotations.Param; +import com.entity.vo.XubaotongzhiVO; +import com.entity.view.XubaotongzhiView; + + +/** + * 续保通知 + * + * @author + * @email + * @date 2030-03-20 23:07:14 + */ +public interface XubaotongzhiDao extends BaseMapper { + + List selectListVO(@Param("ew") Wrapper wrapper); + + XubaotongzhiVO selectVO(@Param("ew") Wrapper wrapper); + + List selectListView(@Param("ew") Wrapper wrapper); + + List selectListView(Pagination page,@Param("ew") Wrapper wrapper); + + + XubaotongzhiView selectView(@Param("ew") Wrapper wrapper); + + + List> selectValue(@Param("params") Map params,@Param("ew") Wrapper wrapper); + + List> selectTimeStatValue(@Param("params") Map params,@Param("ew") Wrapper wrapper); + + List> selectGroup(@Param("params") Map params,@Param("ew") Wrapper wrapper); + + + +} diff --git a/src/main/java/com/entity/BaoxianxinxiEntity.java b/src/main/java/com/entity/BaoxianxinxiEntity.java new file mode 100644 index 0000000..71f99af --- /dev/null +++ b/src/main/java/com/entity/BaoxianxinxiEntity.java @@ -0,0 +1,386 @@ +package com.entity; + +import com.baomidou.mybatisplus.annotations.TableId; +import com.baomidou.mybatisplus.annotations.TableName; +import javax.validation.constraints.NotBlank; +import javax.validation.constraints.NotEmpty; +import javax.validation.constraints.NotNull; + +import com.fasterxml.jackson.annotation.JsonIgnoreProperties; +import java.lang.reflect.InvocationTargetException; + +import java.io.Serializable; +import java.util.Date; +import java.util.List; + +import org.springframework.format.annotation.DateTimeFormat; +import com.fasterxml.jackson.annotation.JsonFormat; +import org.apache.commons.beanutils.BeanUtils; +import com.baomidou.mybatisplus.annotations.TableField; +import com.baomidou.mybatisplus.enums.FieldFill; +import com.baomidou.mybatisplus.enums.IdType; + + +/** + * 保险信息 + * 数据库通用操作实体类(普通增删改查) + * @author + * @email + * @date 2030-03-20 23:07:14 + */ +@TableName("baoxianxinxi") +public class BaoxianxinxiEntity implements Serializable { + private static final long serialVersionUID = 1L; + + + public BaoxianxinxiEntity() { + + } + + public BaoxianxinxiEntity(T t) { + try { + BeanUtils.copyProperties(this, t); + } catch (IllegalAccessException | InvocationTargetException e) { + // TODO Auto-generated catch block + e.printStackTrace(); + } + } + + /** + * 主键id + */ + @TableId(type = IdType.AUTO) + private Long id; + /** + * 保险公司 + */ + + private String baoxiangongsi; + + /** + * 保险类型 + */ + + private String baoxianleixing; + + /** + * 保险金额 + */ + + private Double baoxianjine; + + /** + * 生效日期 + */ + + @JsonFormat(locale="zh", timezone="GMT+8", pattern="yyyy-MM-dd") + @DateTimeFormat + private Date shengxiaoriqi; + + /** + * 有效期至 + */ + + @JsonFormat(locale="zh", timezone="GMT+8", pattern="yyyy-MM-dd") + @DateTimeFormat + private Date youxiaoqizhi; + + /** + * 车牌号 + */ + + private String chepaihao; + + /** + * 车辆型号 + */ + + private String cheliangxinghao; + + /** + * 车辆品牌 + */ + + private String cheliangpinpai; + + /** + * 车辆类型 + */ + + private String cheliangleixing; + + /** + * 发动机号 + */ + + private String fadongjihao; + + /** + * 车架号 + */ + + private String chejiahao; + + /** + * 登记日期 + */ + + @JsonFormat(locale="zh", timezone="GMT+8", pattern="yyyy-MM-dd") + @DateTimeFormat + private Date dengjiriqi; + + /** + * 账号 + */ + + private String zhanghao; + + /** + * 姓名 + */ + + private String xingming; + + /** + * 驾驶证号 + */ + + private String jiashizhenghao; + + /** + * 员工账号 + */ + + private String yuangongzhanghao; + + /** + * 员工姓名 + */ + + private String yuangongxingming; + + + @JsonFormat(locale="zh", timezone="GMT+8", pattern="yyyy-MM-dd HH:mm:ss") + @DateTimeFormat + private Date addtime; + + public Date getAddtime() { + return addtime; + } + public void setAddtime(Date addtime) { + this.addtime = addtime; + } + + public Long getId() { + return id; + } + + public void setId(Long id) { + this.id = id; + } + /** + * 设置:保险公司 + */ + public void setBaoxiangongsi(String baoxiangongsi) { + this.baoxiangongsi = baoxiangongsi; + } + /** + * 获取:保险公司 + */ + public String getBaoxiangongsi() { + return baoxiangongsi; + } + /** + * 设置:保险类型 + */ + public void setBaoxianleixing(String baoxianleixing) { + this.baoxianleixing = baoxianleixing; + } + /** + * 获取:保险类型 + */ + public String getBaoxianleixing() { + return baoxianleixing; + } + /** + * 设置:保险金额 + */ + public void setBaoxianjine(Double baoxianjine) { + this.baoxianjine = baoxianjine; + } + /** + * 获取:保险金额 + */ + public Double getBaoxianjine() { + return baoxianjine; + } + /** + * 设置:生效日期 + */ + public void setShengxiaoriqi(Date shengxiaoriqi) { + this.shengxiaoriqi = shengxiaoriqi; + } + /** + * 获取:生效日期 + */ + public Date getShengxiaoriqi() { + return shengxiaoriqi; + } + /** + * 设置:有效期至 + */ + public void setYouxiaoqizhi(Date youxiaoqizhi) { + this.youxiaoqizhi = youxiaoqizhi; + } + /** + * 获取:有效期至 + */ + public Date getYouxiaoqizhi() { + return youxiaoqizhi; + } + /** + * 设置:车牌号 + */ + public void setChepaihao(String chepaihao) { + this.chepaihao = chepaihao; + } + /** + * 获取:车牌号 + */ + public String getChepaihao() { + return chepaihao; + } + /** + * 设置:车辆型号 + */ + public void setCheliangxinghao(String cheliangxinghao) { + this.cheliangxinghao = cheliangxinghao; + } + /** + * 获取:车辆型号 + */ + public String getCheliangxinghao() { + return cheliangxinghao; + } + /** + * 设置:车辆品牌 + */ + public void setCheliangpinpai(String cheliangpinpai) { + this.cheliangpinpai = cheliangpinpai; + } + /** + * 获取:车辆品牌 + */ + public String getCheliangpinpai() { + return cheliangpinpai; + } + /** + * 设置:车辆类型 + */ + public void setCheliangleixing(String cheliangleixing) { + this.cheliangleixing = cheliangleixing; + } + /** + * 获取:车辆类型 + */ + public String getCheliangleixing() { + return cheliangleixing; + } + /** + * 设置:发动机号 + */ + public void setFadongjihao(String fadongjihao) { + this.fadongjihao = fadongjihao; + } + /** + * 获取:发动机号 + */ + public String getFadongjihao() { + return fadongjihao; + } + /** + * 设置:车架号 + */ + public void setChejiahao(String chejiahao) { + this.chejiahao = chejiahao; + } + /** + * 获取:车架号 + */ + public String getChejiahao() { + return chejiahao; + } + /** + * 设置:登记日期 + */ + public void setDengjiriqi(Date dengjiriqi) { + this.dengjiriqi = dengjiriqi; + } + /** + * 获取:登记日期 + */ + public Date getDengjiriqi() { + return dengjiriqi; + } + /** + * 设置:账号 + */ + public void setZhanghao(String zhanghao) { + this.zhanghao = zhanghao; + } + /** + * 获取:账号 + */ + public String getZhanghao() { + return zhanghao; + } + /** + * 设置:姓名 + */ + public void setXingming(String xingming) { + this.xingming = xingming; + } + /** + * 获取:姓名 + */ + public String getXingming() { + return xingming; + } + /** + * 设置:驾驶证号 + */ + public void setJiashizhenghao(String jiashizhenghao) { + this.jiashizhenghao = jiashizhenghao; + } + /** + * 获取:驾驶证号 + */ + public String getJiashizhenghao() { + return jiashizhenghao; + } + /** + * 设置:员工账号 + */ + public void setYuangongzhanghao(String yuangongzhanghao) { + this.yuangongzhanghao = yuangongzhanghao; + } + /** + * 获取:员工账号 + */ + public String getYuangongzhanghao() { + return yuangongzhanghao; + } + /** + * 设置:员工姓名 + */ + public void setYuangongxingming(String yuangongxingming) { + this.yuangongxingming = yuangongxingming; + } + /** + * 获取:员工姓名 + */ + public String getYuangongxingming() { + return yuangongxingming; + } + +} diff --git a/src/main/java/com/entity/CheliangdanganEntity.java b/src/main/java/com/entity/CheliangdanganEntity.java new file mode 100644 index 0000000..c505ca6 --- /dev/null +++ b/src/main/java/com/entity/CheliangdanganEntity.java @@ -0,0 +1,418 @@ +package com.entity; + +import com.baomidou.mybatisplus.annotations.TableId; +import com.baomidou.mybatisplus.annotations.TableName; +import javax.validation.constraints.NotBlank; +import javax.validation.constraints.NotEmpty; +import javax.validation.constraints.NotNull; + +import com.fasterxml.jackson.annotation.JsonIgnoreProperties; +import java.lang.reflect.InvocationTargetException; + +import java.io.Serializable; +import java.util.Date; +import java.util.List; + +import org.springframework.format.annotation.DateTimeFormat; +import com.fasterxml.jackson.annotation.JsonFormat; +import org.apache.commons.beanutils.BeanUtils; +import com.baomidou.mybatisplus.annotations.TableField; +import com.baomidou.mybatisplus.enums.FieldFill; +import com.baomidou.mybatisplus.enums.IdType; + + +/** + * 车辆档案 + * 数据库通用操作实体类(普通增删改查) + * @author + * @email + * @date 2030-03-20 23:07:14 + */ +@TableName("cheliangdangan") +public class CheliangdanganEntity implements Serializable { + private static final long serialVersionUID = 1L; + + + public CheliangdanganEntity() { + + } + + public CheliangdanganEntity(T t) { + try { + BeanUtils.copyProperties(this, t); + } catch (IllegalAccessException | InvocationTargetException e) { + // TODO Auto-generated catch block + e.printStackTrace(); + } + } + + /** + * 主键id + */ + @TableId(type = IdType.AUTO) + private Long id; + /** + * 档案编号 + */ + + private String danganbianhao; + + /** + * 车牌号 + */ + + private String chepaihao; + + /** + * 车辆型号 + */ + + private String cheliangxinghao; + + /** + * 车辆品牌 + */ + + private String cheliangpinpai; + + /** + * 车辆类型 + */ + + private String cheliangleixing; + + /** + * 发动机号 + */ + + private String fadongjihao; + + /** + * 车架号 + */ + + private String chejiahao; + + /** + * 颜色 + */ + + private String yanse; + + /** + * 换挡方式 + */ + + private String huandangfangshi; + + /** + * 车辆照片 + */ + + private String cheliangzhaopian; + + /** + * 座位 + */ + + private Integer zuowei; + + /** + * 登记日期 + */ + + @JsonFormat(locale="zh", timezone="GMT+8", pattern="yyyy-MM-dd") + @DateTimeFormat + private Date dengjiriqi; + + /** + * 档案文件 + */ + + private String danganwenjian; + + /** + * 车辆详情 + */ + + private String cheliangxiangqing; + + /** + * 账号 + */ + + private String zhanghao; + + /** + * 姓名 + */ + + private String xingming; + + /** + * 驾驶证号 + */ + + private String jiashizhenghao; + + /** + * 员工账号 + */ + + private String yuangongzhanghao; + + /** + * 员工姓名 + */ + + private String yuangongxingming; + + + @JsonFormat(locale="zh", timezone="GMT+8", pattern="yyyy-MM-dd HH:mm:ss") + @DateTimeFormat + private Date addtime; + + public Date getAddtime() { + return addtime; + } + public void setAddtime(Date addtime) { + this.addtime = addtime; + } + + public Long getId() { + return id; + } + + public void setId(Long id) { + this.id = id; + } + /** + * 设置:档案编号 + */ + public void setDanganbianhao(String danganbianhao) { + this.danganbianhao = danganbianhao; + } + /** + * 获取:档案编号 + */ + public String getDanganbianhao() { + return danganbianhao; + } + /** + * 设置:车牌号 + */ + public void setChepaihao(String chepaihao) { + this.chepaihao = chepaihao; + } + /** + * 获取:车牌号 + */ + public String getChepaihao() { + return chepaihao; + } + /** + * 设置:车辆型号 + */ + public void setCheliangxinghao(String cheliangxinghao) { + this.cheliangxinghao = cheliangxinghao; + } + /** + * 获取:车辆型号 + */ + public String getCheliangxinghao() { + return cheliangxinghao; + } + /** + * 设置:车辆品牌 + */ + public void setCheliangpinpai(String cheliangpinpai) { + this.cheliangpinpai = cheliangpinpai; + } + /** + * 获取:车辆品牌 + */ + public String getCheliangpinpai() { + return cheliangpinpai; + } + /** + * 设置:车辆类型 + */ + public void setCheliangleixing(String cheliangleixing) { + this.cheliangleixing = cheliangleixing; + } + /** + * 获取:车辆类型 + */ + public String getCheliangleixing() { + return cheliangleixing; + } + /** + * 设置:发动机号 + */ + public void setFadongjihao(String fadongjihao) { + this.fadongjihao = fadongjihao; + } + /** + * 获取:发动机号 + */ + public String getFadongjihao() { + return fadongjihao; + } + /** + * 设置:车架号 + */ + public void setChejiahao(String chejiahao) { + this.chejiahao = chejiahao; + } + /** + * 获取:车架号 + */ + public String getChejiahao() { + return chejiahao; + } + /** + * 设置:颜色 + */ + public void setYanse(String yanse) { + this.yanse = yanse; + } + /** + * 获取:颜色 + */ + public String getYanse() { + return yanse; + } + /** + * 设置:换挡方式 + */ + public void setHuandangfangshi(String huandangfangshi) { + this.huandangfangshi = huandangfangshi; + } + /** + * 获取:换挡方式 + */ + public String getHuandangfangshi() { + return huandangfangshi; + } + /** + * 设置:车辆照片 + */ + public void setCheliangzhaopian(String cheliangzhaopian) { + this.cheliangzhaopian = cheliangzhaopian; + } + /** + * 获取:车辆照片 + */ + public String getCheliangzhaopian() { + return cheliangzhaopian; + } + /** + * 设置:座位 + */ + public void setZuowei(Integer zuowei) { + this.zuowei = zuowei; + } + /** + * 获取:座位 + */ + public Integer getZuowei() { + return zuowei; + } + /** + * 设置:登记日期 + */ + public void setDengjiriqi(Date dengjiriqi) { + this.dengjiriqi = dengjiriqi; + } + /** + * 获取:登记日期 + */ + public Date getDengjiriqi() { + return dengjiriqi; + } + /** + * 设置:档案文件 + */ + public void setDanganwenjian(String danganwenjian) { + this.danganwenjian = danganwenjian; + } + /** + * 获取:档案文件 + */ + public String getDanganwenjian() { + return danganwenjian; + } + /** + * 设置:车辆详情 + */ + public void setCheliangxiangqing(String cheliangxiangqing) { + this.cheliangxiangqing = cheliangxiangqing; + } + /** + * 获取:车辆详情 + */ + public String getCheliangxiangqing() { + return cheliangxiangqing; + } + /** + * 设置:账号 + */ + public void setZhanghao(String zhanghao) { + this.zhanghao = zhanghao; + } + /** + * 获取:账号 + */ + public String getZhanghao() { + return zhanghao; + } + /** + * 设置:姓名 + */ + public void setXingming(String xingming) { + this.xingming = xingming; + } + /** + * 获取:姓名 + */ + public String getXingming() { + return xingming; + } + /** + * 设置:驾驶证号 + */ + public void setJiashizhenghao(String jiashizhenghao) { + this.jiashizhenghao = jiashizhenghao; + } + /** + * 获取:驾驶证号 + */ + public String getJiashizhenghao() { + return jiashizhenghao; + } + /** + * 设置:员工账号 + */ + public void setYuangongzhanghao(String yuangongzhanghao) { + this.yuangongzhanghao = yuangongzhanghao; + } + /** + * 获取:员工账号 + */ + public String getYuangongzhanghao() { + return yuangongzhanghao; + } + /** + * 设置:员工姓名 + */ + public void setYuangongxingming(String yuangongxingming) { + this.yuangongxingming = yuangongxingming; + } + /** + * 获取:员工姓名 + */ + public String getYuangongxingming() { + return yuangongxingming; + } + +} diff --git a/src/main/java/com/entity/ConfigEntity.java b/src/main/java/com/entity/ConfigEntity.java new file mode 100644 index 0000000..3468c24 --- /dev/null +++ b/src/main/java/com/entity/ConfigEntity.java @@ -0,0 +1,66 @@ +package com.entity; + +import java.io.Serializable; + +import com.baomidou.mybatisplus.annotations.TableId; +import com.baomidou.mybatisplus.annotations.TableName; +import com.baomidou.mybatisplus.enums.IdType; + +/** +* 类说明 : +*/ +@TableName("config") +public class ConfigEntity implements Serializable{ +private static final long serialVersionUID = 1L; + + @TableId(type = IdType.AUTO) + private Long id; + + /** + * key + */ + private String name; + + /** + * value + */ + private String value; + + /** + * url + */ + private String url; + + public Long getId() { + return id; + } + + public void setId(Long id) { + this.id = id; + } + + public String getName() { + return name; + } + + public void setName(String name) { + this.name = name; + } + + public String getValue() { + return value; + } + + public void setValue(String value) { + this.value = value; + } + + public String getUrl() { + return url; + } + + public void setUrl(String url) { + this.url = url; + } + +} diff --git a/src/main/java/com/entity/EIException.java b/src/main/java/com/entity/EIException.java new file mode 100644 index 0000000..2ebfb56 --- /dev/null +++ b/src/main/java/com/entity/EIException.java @@ -0,0 +1,52 @@ + +package com.entity; + +/** + * 自定义异常 + */ +public class EIException extends RuntimeException { + private static final long serialVersionUID = 1L; + + private String msg; + private int code = 500; + + public EIException(String msg) { + super(msg); + this.msg = msg; + } + + public EIException(String msg, Throwable e) { + super(msg, e); + this.msg = msg; + } + + public EIException(String msg, int code) { + super(msg); + this.msg = msg; + this.code = code; + } + + public EIException(String msg, int code, Throwable e) { + super(msg, e); + this.msg = msg; + this.code = code; + } + + public String getMsg() { + return msg; + } + + public void setMsg(String msg) { + this.msg = msg; + } + + public int getCode() { + return code; + } + + public void setCode(int code) { + this.code = code; + } + + +} diff --git a/src/main/java/com/entity/FafangpaizhaoEntity.java b/src/main/java/com/entity/FafangpaizhaoEntity.java new file mode 100644 index 0000000..bd32359 --- /dev/null +++ b/src/main/java/com/entity/FafangpaizhaoEntity.java @@ -0,0 +1,238 @@ +package com.entity; + +import com.baomidou.mybatisplus.annotations.TableId; +import com.baomidou.mybatisplus.annotations.TableName; +import javax.validation.constraints.NotBlank; +import javax.validation.constraints.NotEmpty; +import javax.validation.constraints.NotNull; + +import com.fasterxml.jackson.annotation.JsonIgnoreProperties; +import java.lang.reflect.InvocationTargetException; + +import java.io.Serializable; +import java.util.Date; +import java.util.List; + +import org.springframework.format.annotation.DateTimeFormat; +import com.fasterxml.jackson.annotation.JsonFormat; +import org.apache.commons.beanutils.BeanUtils; +import com.baomidou.mybatisplus.annotations.TableField; +import com.baomidou.mybatisplus.enums.FieldFill; +import com.baomidou.mybatisplus.enums.IdType; + + +/** + * 发放牌照 + * 数据库通用操作实体类(普通增删改查) + * @author + * @email + * @date 2030-03-20 23:07:15 + */ +@TableName("fafangpaizhao") +public class FafangpaizhaoEntity implements Serializable { + private static final long serialVersionUID = 1L; + + + public FafangpaizhaoEntity() { + + } + + public FafangpaizhaoEntity(T t) { + try { + BeanUtils.copyProperties(this, t); + } catch (IllegalAccessException | InvocationTargetException e) { + // TODO Auto-generated catch block + e.printStackTrace(); + } + } + + /** + * 主键id + */ + @TableId(type = IdType.AUTO) + private Long id; + /** + * 账号 + */ + + private String zhanghao; + + /** + * 姓名 + */ + + private String xingming; + + /** + * 驾驶证号 + */ + + private String jiashizhenghao; + + /** + * 车牌号 + */ + + private String chepaihao; + + /** + * 发放时间 + */ + + @JsonFormat(locale="zh", timezone="GMT+8", pattern="yyyy-MM-dd HH:mm:ss") + @DateTimeFormat + private Date fafangshijian; + + /** + * 员工账号 + */ + + private String yuangongzhanghao; + + /** + * 员工姓名 + */ + + private String yuangongxingming; + + /** + * 跨表用户id + */ + + private Long crossuserid; + + /** + * 跨表主键id + */ + + private Long crossrefid; + + + @JsonFormat(locale="zh", timezone="GMT+8", pattern="yyyy-MM-dd HH:mm:ss") + @DateTimeFormat + private Date addtime; + + public Date getAddtime() { + return addtime; + } + public void setAddtime(Date addtime) { + this.addtime = addtime; + } + + public Long getId() { + return id; + } + + public void setId(Long id) { + this.id = id; + } + /** + * 设置:账号 + */ + public void setZhanghao(String zhanghao) { + this.zhanghao = zhanghao; + } + /** + * 获取:账号 + */ + public String getZhanghao() { + return zhanghao; + } + /** + * 设置:姓名 + */ + public void setXingming(String xingming) { + this.xingming = xingming; + } + /** + * 获取:姓名 + */ + public String getXingming() { + return xingming; + } + /** + * 设置:驾驶证号 + */ + public void setJiashizhenghao(String jiashizhenghao) { + this.jiashizhenghao = jiashizhenghao; + } + /** + * 获取:驾驶证号 + */ + public String getJiashizhenghao() { + return jiashizhenghao; + } + /** + * 设置:车牌号 + */ + public void setChepaihao(String chepaihao) { + this.chepaihao = chepaihao; + } + /** + * 获取:车牌号 + */ + public String getChepaihao() { + return chepaihao; + } + /** + * 设置:发放时间 + */ + public void setFafangshijian(Date fafangshijian) { + this.fafangshijian = fafangshijian; + } + /** + * 获取:发放时间 + */ + public Date getFafangshijian() { + return fafangshijian; + } + /** + * 设置:员工账号 + */ + public void setYuangongzhanghao(String yuangongzhanghao) { + this.yuangongzhanghao = yuangongzhanghao; + } + /** + * 获取:员工账号 + */ + public String getYuangongzhanghao() { + return yuangongzhanghao; + } + /** + * 设置:员工姓名 + */ + public void setYuangongxingming(String yuangongxingming) { + this.yuangongxingming = yuangongxingming; + } + /** + * 获取:员工姓名 + */ + public String getYuangongxingming() { + return yuangongxingming; + } + /** + * 设置:跨表用户id + */ + public void setCrossuserid(Long crossuserid) { + this.crossuserid = crossuserid; + } + /** + * 获取:跨表用户id + */ + public Long getCrossuserid() { + return crossuserid; + } + /** + * 设置:跨表主键id + */ + public void setCrossrefid(Long crossrefid) { + this.crossrefid = crossrefid; + } + /** + * 获取:跨表主键id + */ + public Long getCrossrefid() { + return crossrefid; + } + +} diff --git a/src/main/java/com/entity/GonggaoxinxiEntity.java b/src/main/java/com/entity/GonggaoxinxiEntity.java new file mode 100644 index 0000000..a4cffca --- /dev/null +++ b/src/main/java/com/entity/GonggaoxinxiEntity.java @@ -0,0 +1,166 @@ +package com.entity; + +import com.baomidou.mybatisplus.annotations.TableId; +import com.baomidou.mybatisplus.annotations.TableName; +import javax.validation.constraints.NotBlank; +import javax.validation.constraints.NotEmpty; +import javax.validation.constraints.NotNull; + +import com.fasterxml.jackson.annotation.JsonIgnoreProperties; +import java.lang.reflect.InvocationTargetException; + +import java.io.Serializable; +import java.util.Date; +import java.util.List; + +import org.springframework.format.annotation.DateTimeFormat; +import com.fasterxml.jackson.annotation.JsonFormat; +import org.apache.commons.beanutils.BeanUtils; +import com.baomidou.mybatisplus.annotations.TableField; +import com.baomidou.mybatisplus.enums.FieldFill; +import com.baomidou.mybatisplus.enums.IdType; + + +/** + * 公告信息 + * 数据库通用操作实体类(普通增删改查) + * @author + * @email + * @date 2030-03-20 23:07:14 + */ +@TableName("gonggaoxinxi") +public class GonggaoxinxiEntity implements Serializable { + private static final long serialVersionUID = 1L; + + + public GonggaoxinxiEntity() { + + } + + public GonggaoxinxiEntity(T t) { + try { + BeanUtils.copyProperties(this, t); + } catch (IllegalAccessException | InvocationTargetException e) { + // TODO Auto-generated catch block + e.printStackTrace(); + } + } + + /** + * 主键id + */ + @TableId(type = IdType.AUTO) + private Long id; + /** + * 标题 + */ + + private String biaoti; + + /** + * 简介 + */ + + private String jianjie; + + /** + * 发布时间 + */ + + @JsonFormat(locale="zh", timezone="GMT+8", pattern="yyyy-MM-dd") + @DateTimeFormat + private Date fabushijian; + + /** + * 封面 + */ + + private String fengmian; + + /** + * 内容 + */ + + private String neirong; + + + @JsonFormat(locale="zh", timezone="GMT+8", pattern="yyyy-MM-dd HH:mm:ss") + @DateTimeFormat + private Date addtime; + + public Date getAddtime() { + return addtime; + } + public void setAddtime(Date addtime) { + this.addtime = addtime; + } + + public Long getId() { + return id; + } + + public void setId(Long id) { + this.id = id; + } + /** + * 设置:标题 + */ + public void setBiaoti(String biaoti) { + this.biaoti = biaoti; + } + /** + * 获取:标题 + */ + public String getBiaoti() { + return biaoti; + } + /** + * 设置:简介 + */ + public void setJianjie(String jianjie) { + this.jianjie = jianjie; + } + /** + * 获取:简介 + */ + public String getJianjie() { + return jianjie; + } + /** + * 设置:发布时间 + */ + public void setFabushijian(Date fabushijian) { + this.fabushijian = fabushijian; + } + /** + * 获取:发布时间 + */ + public Date getFabushijian() { + return fabushijian; + } + /** + * 设置:封面 + */ + public void setFengmian(String fengmian) { + this.fengmian = fengmian; + } + /** + * 获取:封面 + */ + public String getFengmian() { + return fengmian; + } + /** + * 设置:内容 + */ + public void setNeirong(String neirong) { + this.neirong = neirong; + } + /** + * 获取:内容 + */ + public String getNeirong() { + return neirong; + } + +} diff --git a/src/main/java/com/entity/GongzuorenyuanEntity.java b/src/main/java/com/entity/GongzuorenyuanEntity.java new file mode 100644 index 0000000..357e457 --- /dev/null +++ b/src/main/java/com/entity/GongzuorenyuanEntity.java @@ -0,0 +1,236 @@ +package com.entity; + +import com.baomidou.mybatisplus.annotations.TableId; +import com.baomidou.mybatisplus.annotations.TableName; +import javax.validation.constraints.NotBlank; +import javax.validation.constraints.NotEmpty; +import javax.validation.constraints.NotNull; + +import com.fasterxml.jackson.annotation.JsonIgnoreProperties; +import java.lang.reflect.InvocationTargetException; + +import java.io.Serializable; +import java.util.Date; +import java.util.List; + +import org.springframework.format.annotation.DateTimeFormat; +import com.fasterxml.jackson.annotation.JsonFormat; +import org.apache.commons.beanutils.BeanUtils; +import com.baomidou.mybatisplus.annotations.TableField; +import com.baomidou.mybatisplus.enums.FieldFill; +import com.baomidou.mybatisplus.enums.IdType; + + +/** + * 工作人员 + * 数据库通用操作实体类(普通增删改查) + * @author + * @email + * @date 2030-03-20 23:07:14 + */ +@TableName("gongzuorenyuan") +public class GongzuorenyuanEntity implements Serializable { + private static final long serialVersionUID = 1L; + + + public GongzuorenyuanEntity() { + + } + + public GongzuorenyuanEntity(T t) { + try { + BeanUtils.copyProperties(this, t); + } catch (IllegalAccessException | InvocationTargetException e) { + // TODO Auto-generated catch block + e.printStackTrace(); + } + } + + /** + * 主键id + */ + @TableId + private Long id; + /** + * 员工账号 + */ + + private String yuangongzhanghao; + + /** + * 密码 + */ + + private String mima; + + /** + * 员工姓名 + */ + + private String yuangongxingming; + + /** + * 年龄 + */ + + private Integer nianling; + + /** + * 性别 + */ + + private String xingbie; + + /** + * 手机 + */ + + private String shouji; + + /** + * 头像 + */ + + private String touxiang; + + /** + * 是否审核 + */ + + private String sfsh; + + /** + * 审核回复 + */ + + private String shhf; + + + @JsonFormat(locale="zh", timezone="GMT+8", pattern="yyyy-MM-dd HH:mm:ss") + @DateTimeFormat + private Date addtime; + + public Date getAddtime() { + return addtime; + } + public void setAddtime(Date addtime) { + this.addtime = addtime; + } + + public Long getId() { + return id; + } + + public void setId(Long id) { + this.id = id; + } + /** + * 设置:员工账号 + */ + public void setYuangongzhanghao(String yuangongzhanghao) { + this.yuangongzhanghao = yuangongzhanghao; + } + /** + * 获取:员工账号 + */ + public String getYuangongzhanghao() { + return yuangongzhanghao; + } + /** + * 设置:密码 + */ + public void setMima(String mima) { + this.mima = mima; + } + /** + * 获取:密码 + */ + public String getMima() { + return mima; + } + /** + * 设置:员工姓名 + */ + public void setYuangongxingming(String yuangongxingming) { + this.yuangongxingming = yuangongxingming; + } + /** + * 获取:员工姓名 + */ + public String getYuangongxingming() { + return yuangongxingming; + } + /** + * 设置:年龄 + */ + public void setNianling(Integer nianling) { + this.nianling = nianling; + } + /** + * 获取:年龄 + */ + public Integer getNianling() { + return nianling; + } + /** + * 设置:性别 + */ + public void setXingbie(String xingbie) { + this.xingbie = xingbie; + } + /** + * 获取:性别 + */ + public String getXingbie() { + return xingbie; + } + /** + * 设置:手机 + */ + public void setShouji(String shouji) { + this.shouji = shouji; + } + /** + * 获取:手机 + */ + public String getShouji() { + return shouji; + } + /** + * 设置:头像 + */ + public void setTouxiang(String touxiang) { + this.touxiang = touxiang; + } + /** + * 获取:头像 + */ + public String getTouxiang() { + return touxiang; + } + /** + * 设置:是否审核 + */ + public void setSfsh(String sfsh) { + this.sfsh = sfsh; + } + /** + * 获取:是否审核 + */ + public String getSfsh() { + return sfsh; + } + /** + * 设置:审核回复 + */ + public void setShhf(String shhf) { + this.shhf = shhf; + } + /** + * 获取:审核回复 + */ + public String getShhf() { + return shhf; + } + +} diff --git a/src/main/java/com/entity/GuapaishenqingEntity.java b/src/main/java/com/entity/GuapaishenqingEntity.java new file mode 100644 index 0000000..b589f58 --- /dev/null +++ b/src/main/java/com/entity/GuapaishenqingEntity.java @@ -0,0 +1,274 @@ +package com.entity; + +import com.baomidou.mybatisplus.annotations.TableId; +import com.baomidou.mybatisplus.annotations.TableName; +import javax.validation.constraints.NotBlank; +import javax.validation.constraints.NotEmpty; +import javax.validation.constraints.NotNull; + +import com.fasterxml.jackson.annotation.JsonIgnoreProperties; +import java.lang.reflect.InvocationTargetException; + +import java.io.Serializable; +import java.util.Date; +import java.util.List; + +import org.springframework.format.annotation.DateTimeFormat; +import com.fasterxml.jackson.annotation.JsonFormat; +import org.apache.commons.beanutils.BeanUtils; +import com.baomidou.mybatisplus.annotations.TableField; +import com.baomidou.mybatisplus.enums.FieldFill; +import com.baomidou.mybatisplus.enums.IdType; + + +/** + * 挂牌申请 + * 数据库通用操作实体类(普通增删改查) + * @author + * @email + * @date 2030-03-20 23:07:14 + */ +@TableName("guapaishenqing") +public class GuapaishenqingEntity implements Serializable { + private static final long serialVersionUID = 1L; + + + public GuapaishenqingEntity() { + + } + + public GuapaishenqingEntity(T t) { + try { + BeanUtils.copyProperties(this, t); + } catch (IllegalAccessException | InvocationTargetException e) { + // TODO Auto-generated catch block + e.printStackTrace(); + } + } + + /** + * 主键id + */ + @TableId(type = IdType.AUTO) + private Long id; + /** + * 账号 + */ + + private String zhanghao; + + /** + * 姓名 + */ + + private String xingming; + + /** + * 驾驶证号 + */ + + private String jiashizhenghao; + + /** + * 标题 + */ + + private String biaoti; + + /** + * 证明材料 + */ + + private String zhengmingcailiao; + + /** + * 申请内容 + */ + + private String shenqingneirong; + + /** + * 申请时间 + */ + + @JsonFormat(locale="zh", timezone="GMT+8", pattern="yyyy-MM-dd HH:mm:ss") + @DateTimeFormat + private Date shenqingshijian; + + /** + * 员工账号 + */ + + private String yuangongzhanghao; + + /** + * 员工姓名 + */ + + private String yuangongxingming; + + /** + * 是否审核 + */ + + private String sfsh; + + /** + * 审核回复 + */ + + private String shhf; + + + @JsonFormat(locale="zh", timezone="GMT+8", pattern="yyyy-MM-dd HH:mm:ss") + @DateTimeFormat + private Date addtime; + + public Date getAddtime() { + return addtime; + } + public void setAddtime(Date addtime) { + this.addtime = addtime; + } + + public Long getId() { + return id; + } + + public void setId(Long id) { + this.id = id; + } + /** + * 设置:账号 + */ + public void setZhanghao(String zhanghao) { + this.zhanghao = zhanghao; + } + /** + * 获取:账号 + */ + public String getZhanghao() { + return zhanghao; + } + /** + * 设置:姓名 + */ + public void setXingming(String xingming) { + this.xingming = xingming; + } + /** + * 获取:姓名 + */ + public String getXingming() { + return xingming; + } + /** + * 设置:驾驶证号 + */ + public void setJiashizhenghao(String jiashizhenghao) { + this.jiashizhenghao = jiashizhenghao; + } + /** + * 获取:驾驶证号 + */ + public String getJiashizhenghao() { + return jiashizhenghao; + } + /** + * 设置:标题 + */ + public void setBiaoti(String biaoti) { + this.biaoti = biaoti; + } + /** + * 获取:标题 + */ + public String getBiaoti() { + return biaoti; + } + /** + * 设置:证明材料 + */ + public void setZhengmingcailiao(String zhengmingcailiao) { + this.zhengmingcailiao = zhengmingcailiao; + } + /** + * 获取:证明材料 + */ + public String getZhengmingcailiao() { + return zhengmingcailiao; + } + /** + * 设置:申请内容 + */ + public void setShenqingneirong(String shenqingneirong) { + this.shenqingneirong = shenqingneirong; + } + /** + * 获取:申请内容 + */ + public String getShenqingneirong() { + return shenqingneirong; + } + /** + * 设置:申请时间 + */ + public void setShenqingshijian(Date shenqingshijian) { + this.shenqingshijian = shenqingshijian; + } + /** + * 获取:申请时间 + */ + public Date getShenqingshijian() { + return shenqingshijian; + } + /** + * 设置:员工账号 + */ + public void setYuangongzhanghao(String yuangongzhanghao) { + this.yuangongzhanghao = yuangongzhanghao; + } + /** + * 获取:员工账号 + */ + public String getYuangongzhanghao() { + return yuangongzhanghao; + } + /** + * 设置:员工姓名 + */ + public void setYuangongxingming(String yuangongxingming) { + this.yuangongxingming = yuangongxingming; + } + /** + * 获取:员工姓名 + */ + public String getYuangongxingming() { + return yuangongxingming; + } + /** + * 设置:是否审核 + */ + public void setSfsh(String sfsh) { + this.sfsh = sfsh; + } + /** + * 获取:是否审核 + */ + public String getSfsh() { + return sfsh; + } + /** + * 设置:审核回复 + */ + public void setShhf(String shhf) { + this.shhf = shhf; + } + /** + * 获取:审核回复 + */ + public String getShhf() { + return shhf; + } + +} diff --git a/src/main/java/com/entity/JiashiyuanEntity.java b/src/main/java/com/entity/JiashiyuanEntity.java new file mode 100644 index 0000000..eb9b69d --- /dev/null +++ b/src/main/java/com/entity/JiashiyuanEntity.java @@ -0,0 +1,238 @@ +package com.entity; + +import com.baomidou.mybatisplus.annotations.TableId; +import com.baomidou.mybatisplus.annotations.TableName; +import javax.validation.constraints.NotBlank; +import javax.validation.constraints.NotEmpty; +import javax.validation.constraints.NotNull; + +import com.fasterxml.jackson.annotation.JsonIgnoreProperties; +import java.lang.reflect.InvocationTargetException; + +import java.io.Serializable; +import java.util.Date; +import java.util.List; + +import org.springframework.format.annotation.DateTimeFormat; +import com.fasterxml.jackson.annotation.JsonFormat; +import org.apache.commons.beanutils.BeanUtils; +import com.baomidou.mybatisplus.annotations.TableField; +import com.baomidou.mybatisplus.enums.FieldFill; +import com.baomidou.mybatisplus.enums.IdType; + + +/** + * 驾驶员 + * 数据库通用操作实体类(普通增删改查) + * @author + * @email + * @date 2030-03-20 23:07:14 + */ +@TableName("jiashiyuan") +public class JiashiyuanEntity implements Serializable { + private static final long serialVersionUID = 1L; + + + public JiashiyuanEntity() { + + } + + public JiashiyuanEntity(T t) { + try { + BeanUtils.copyProperties(this, t); + } catch (IllegalAccessException | InvocationTargetException e) { + // TODO Auto-generated catch block + e.printStackTrace(); + } + } + + /** + * 主键id + */ + @TableId + private Long id; + /** + * 账号 + */ + + private String zhanghao; + + /** + * 密码 + */ + + private String mima; + + /** + * 姓名 + */ + + private String xingming; + + /** + * 性别 + */ + + private String xingbie; + + /** + * 手机 + */ + + private String shouji; + + /** + * 身份证 + */ + + private String shenfenzheng; + + /** + * 出生日期 + */ + + @JsonFormat(locale="zh", timezone="GMT+8", pattern="yyyy-MM-dd") + @DateTimeFormat + private Date chushengriqi; + + /** + * 驾驶证号 + */ + + private String jiashizhenghao; + + /** + * 头像 + */ + + private String touxiang; + + + @JsonFormat(locale="zh", timezone="GMT+8", pattern="yyyy-MM-dd HH:mm:ss") + @DateTimeFormat + private Date addtime; + + public Date getAddtime() { + return addtime; + } + public void setAddtime(Date addtime) { + this.addtime = addtime; + } + + public Long getId() { + return id; + } + + public void setId(Long id) { + this.id = id; + } + /** + * 设置:账号 + */ + public void setZhanghao(String zhanghao) { + this.zhanghao = zhanghao; + } + /** + * 获取:账号 + */ + public String getZhanghao() { + return zhanghao; + } + /** + * 设置:密码 + */ + public void setMima(String mima) { + this.mima = mima; + } + /** + * 获取:密码 + */ + public String getMima() { + return mima; + } + /** + * 设置:姓名 + */ + public void setXingming(String xingming) { + this.xingming = xingming; + } + /** + * 获取:姓名 + */ + public String getXingming() { + return xingming; + } + /** + * 设置:性别 + */ + public void setXingbie(String xingbie) { + this.xingbie = xingbie; + } + /** + * 获取:性别 + */ + public String getXingbie() { + return xingbie; + } + /** + * 设置:手机 + */ + public void setShouji(String shouji) { + this.shouji = shouji; + } + /** + * 获取:手机 + */ + public String getShouji() { + return shouji; + } + /** + * 设置:身份证 + */ + public void setShenfenzheng(String shenfenzheng) { + this.shenfenzheng = shenfenzheng; + } + /** + * 获取:身份证 + */ + public String getShenfenzheng() { + return shenfenzheng; + } + /** + * 设置:出生日期 + */ + public void setChushengriqi(Date chushengriqi) { + this.chushengriqi = chushengriqi; + } + /** + * 获取:出生日期 + */ + public Date getChushengriqi() { + return chushengriqi; + } + /** + * 设置:驾驶证号 + */ + public void setJiashizhenghao(String jiashizhenghao) { + this.jiashizhenghao = jiashizhenghao; + } + /** + * 获取:驾驶证号 + */ + public String getJiashizhenghao() { + return jiashizhenghao; + } + /** + * 设置:头像 + */ + public void setTouxiang(String touxiang) { + this.touxiang = touxiang; + } + /** + * 获取:头像 + */ + public String getTouxiang() { + return touxiang; + } + +} diff --git a/src/main/java/com/entity/LuxianxinxiEntity.java b/src/main/java/com/entity/LuxianxinxiEntity.java new file mode 100644 index 0000000..b49a1ce --- /dev/null +++ b/src/main/java/com/entity/LuxianxinxiEntity.java @@ -0,0 +1,216 @@ +package com.entity; + +import com.baomidou.mybatisplus.annotations.TableId; +import com.baomidou.mybatisplus.annotations.TableName; +import javax.validation.constraints.NotBlank; +import javax.validation.constraints.NotEmpty; +import javax.validation.constraints.NotNull; + +import com.fasterxml.jackson.annotation.JsonIgnoreProperties; +import java.lang.reflect.InvocationTargetException; + +import java.io.Serializable; +import java.math.BigDecimal; +import java.util.Date; +import java.util.List; + +import org.springframework.format.annotation.DateTimeFormat; +import com.fasterxml.jackson.annotation.JsonFormat; +import org.apache.commons.beanutils.BeanUtils; +import com.baomidou.mybatisplus.annotations.TableField; +import com.baomidou.mybatisplus.enums.FieldFill; +import com.baomidou.mybatisplus.enums.IdType; + + +/** + * 路线信息 + * 数据库通用操作实体类(普通增删改查) + * @author + * @email + * @date 2030-05-02 11:48:07 + */ +@TableName("luxianxinxi") +public class LuxianxinxiEntity implements Serializable { + private static final long serialVersionUID = 1L; + + + public LuxianxinxiEntity() { + + } + + public LuxianxinxiEntity(T t) { + try { + BeanUtils.copyProperties(this, t); + } catch (IllegalAccessException | InvocationTargetException e) { + // TODO Auto-generated catch block + e.printStackTrace(); + } + } + + /** + * 主键 + */ + @TableId(type = IdType.AUTO) + private Long id; + private Long userid; + + /** + * 时间 + */ + @JsonFormat(locale="zh", timezone="GMT+8", pattern="yyyy-MM-dd HH:mm:ss") + @DateTimeFormat + private Date addtime; + + /** + * 路线名称 + */ + private String luxianmingcheng; + + /** + * 路线起点 + */ + private String luxianqidian; + + /** + * 路线终点 + */ + private String luxianzhongdian; + + /** + * 道路情况 + */ + private String daoluqingkuang; + + /** + * 异常问题 + */ + private String yichangwenti; + + /** + * 预计行驶时长 + */ + private BigDecimal yujixingshishizhang; + + /** + * 路线详情 + */ + private String luxianxiangqing; + + + /** + * 获取:主键 + */ + public Long getId() { + return id; + } + /** + * 设置:主键 + */ + public void setId(Long id) { + this.id = id; + } + /** + * 获取:时间 + */ + public Date getAddtime() { + return addtime; + } + /** + * 设置:时间 + */ + public void setAddtime(Date addtime) { + this.addtime = addtime; + } + /** + * 获取:路线名称 + */ + public String getLuxianmingcheng() { + return luxianmingcheng; + } + /** + * 设置:路线名称 + */ + public void setLuxianmingcheng(String luxianmingcheng) { + this.luxianmingcheng = luxianmingcheng; + } + /** + * 获取:路线起点 + */ + public String getLuxianqidian() { + return luxianqidian; + } + /** + * 设置:路线起点 + */ + public void setLuxianqidian(String luxianqidian) { + this.luxianqidian = luxianqidian; + } + /** + * 获取:路线终点 + */ + public String getLuxianzhongdian() { + return luxianzhongdian; + } + /** + * 设置:路线终点 + */ + public void setLuxianzhongdian(String luxianzhongdian) { + this.luxianzhongdian = luxianzhongdian; + } + /** + * 获取:道路情况 + */ + public String getDaoluqingkuang() { + return daoluqingkuang; + } + /** + * 设置:道路情况 + */ + public void setDaoluqingkuang(String daoluqingkuang) { + this.daoluqingkuang = daoluqingkuang; + } + /** + * 获取:异常问题 + */ + public String getYichangwenti() { + return yichangwenti; + } + /** + * 设置:异常问题 + */ + public void setYichangwenti(String yichangwenti) { + this.yichangwenti = yichangwenti; + } + /** + * 获取:预计行驶时长 + */ + public BigDecimal getYujixingshishizhang() { + return yujixingshishizhang; + } + /** + * 设置:预计行驶时长 + */ + public void setYujixingshishizhang(BigDecimal yujixingshishizhang) { + this.yujixingshishizhang = yujixingshishizhang; + } + /** + * 获取:路线详情 + */ + public String getLuxianxiangqing() { + return luxianxiangqing; + } + /** + * 设置:路线详情 + */ + public void setLuxianxiangqing(String luxianxiangqing) { + this.luxianxiangqing = luxianxiangqing; + } + + public Long getUserid() { + return userid; + } + + public void setUserid(Long userid) { + this.userid = userid; + } +} diff --git a/src/main/java/com/entity/ShigujiluEntity.java b/src/main/java/com/entity/ShigujiluEntity.java new file mode 100644 index 0000000..b5fb030 --- /dev/null +++ b/src/main/java/com/entity/ShigujiluEntity.java @@ -0,0 +1,364 @@ +package com.entity; + +import com.baomidou.mybatisplus.annotations.TableId; +import com.baomidou.mybatisplus.annotations.TableName; +import javax.validation.constraints.NotBlank; +import javax.validation.constraints.NotEmpty; +import javax.validation.constraints.NotNull; + +import com.fasterxml.jackson.annotation.JsonIgnoreProperties; +import java.lang.reflect.InvocationTargetException; + +import java.io.Serializable; +import java.util.Date; +import java.util.List; + +import org.springframework.format.annotation.DateTimeFormat; +import com.fasterxml.jackson.annotation.JsonFormat; +import org.apache.commons.beanutils.BeanUtils; +import com.baomidou.mybatisplus.annotations.TableField; +import com.baomidou.mybatisplus.enums.FieldFill; +import com.baomidou.mybatisplus.enums.IdType; + + +/** + * 事故记录 + * 数据库通用操作实体类(普通增删改查) + * @author + * @email + * @date 2030-03-20 23:07:14 + */ +@TableName("shigujilu") +public class ShigujiluEntity implements Serializable { + private static final long serialVersionUID = 1L; + + + public ShigujiluEntity() { + + } + + public ShigujiluEntity(T t) { + try { + BeanUtils.copyProperties(this, t); + } catch (IllegalAccessException | InvocationTargetException e) { + // TODO Auto-generated catch block + e.printStackTrace(); + } + } + + /** + * 主键id + */ + @TableId(type = IdType.AUTO) + private Long id; + /** + * 记录编号 + */ + + private String jilubianhao; + + /** + * 车牌号 + */ + + private String chepaihao; + + /** + * 车辆型号 + */ + + private String cheliangxinghao; + + /** + * 发动机号 + */ + + private String fadongjihao; + + /** + * 车架号 + */ + + private String chejiahao; + + /** + * 事故地点 + */ + + private String shigudidian; + + /** + * 事故责任方 + */ + + private String shiguzerenfang; + + /** + * 事故照片 + */ + + private String shiguzhaopian; + + /** + * 证明材料 + */ + + private String zhengmingcailiao; + + /** + * 事故日期 + */ + + @JsonFormat(locale="zh", timezone="GMT+8", pattern="yyyy-MM-dd") + @DateTimeFormat + private Date shiguriqi; + + /** + * 事故详情 + */ + + private String shiguxiangqing; + + /** + * 账号 + */ + + private String zhanghao; + + /** + * 姓名 + */ + + private String xingming; + + /** + * 驾驶证号 + */ + + private String jiashizhenghao; + + /** + * 员工账号 + */ + + private String yuangongzhanghao; + + /** + * 员工姓名 + */ + + private String yuangongxingming; + + + @JsonFormat(locale="zh", timezone="GMT+8", pattern="yyyy-MM-dd HH:mm:ss") + @DateTimeFormat + private Date addtime; + + public Date getAddtime() { + return addtime; + } + public void setAddtime(Date addtime) { + this.addtime = addtime; + } + + public Long getId() { + return id; + } + + public void setId(Long id) { + this.id = id; + } + /** + * 设置:记录编号 + */ + public void setJilubianhao(String jilubianhao) { + this.jilubianhao = jilubianhao; + } + /** + * 获取:记录编号 + */ + public String getJilubianhao() { + return jilubianhao; + } + /** + * 设置:车牌号 + */ + public void setChepaihao(String chepaihao) { + this.chepaihao = chepaihao; + } + /** + * 获取:车牌号 + */ + public String getChepaihao() { + return chepaihao; + } + /** + * 设置:车辆型号 + */ + public void setCheliangxinghao(String cheliangxinghao) { + this.cheliangxinghao = cheliangxinghao; + } + /** + * 获取:车辆型号 + */ + public String getCheliangxinghao() { + return cheliangxinghao; + } + /** + * 设置:发动机号 + */ + public void setFadongjihao(String fadongjihao) { + this.fadongjihao = fadongjihao; + } + /** + * 获取:发动机号 + */ + public String getFadongjihao() { + return fadongjihao; + } + /** + * 设置:车架号 + */ + public void setChejiahao(String chejiahao) { + this.chejiahao = chejiahao; + } + /** + * 获取:车架号 + */ + public String getChejiahao() { + return chejiahao; + } + /** + * 设置:事故地点 + */ + public void setShigudidian(String shigudidian) { + this.shigudidian = shigudidian; + } + /** + * 获取:事故地点 + */ + public String getShigudidian() { + return shigudidian; + } + /** + * 设置:事故责任方 + */ + public void setShiguzerenfang(String shiguzerenfang) { + this.shiguzerenfang = shiguzerenfang; + } + /** + * 获取:事故责任方 + */ + public String getShiguzerenfang() { + return shiguzerenfang; + } + /** + * 设置:事故照片 + */ + public void setShiguzhaopian(String shiguzhaopian) { + this.shiguzhaopian = shiguzhaopian; + } + /** + * 获取:事故照片 + */ + public String getShiguzhaopian() { + return shiguzhaopian; + } + /** + * 设置:证明材料 + */ + public void setZhengmingcailiao(String zhengmingcailiao) { + this.zhengmingcailiao = zhengmingcailiao; + } + /** + * 获取:证明材料 + */ + public String getZhengmingcailiao() { + return zhengmingcailiao; + } + /** + * 设置:事故日期 + */ + public void setShiguriqi(Date shiguriqi) { + this.shiguriqi = shiguriqi; + } + /** + * 获取:事故日期 + */ + public Date getShiguriqi() { + return shiguriqi; + } + /** + * 设置:事故详情 + */ + public void setShiguxiangqing(String shiguxiangqing) { + this.shiguxiangqing = shiguxiangqing; + } + /** + * 获取:事故详情 + */ + public String getShiguxiangqing() { + return shiguxiangqing; + } + /** + * 设置:账号 + */ + public void setZhanghao(String zhanghao) { + this.zhanghao = zhanghao; + } + /** + * 获取:账号 + */ + public String getZhanghao() { + return zhanghao; + } + /** + * 设置:姓名 + */ + public void setXingming(String xingming) { + this.xingming = xingming; + } + /** + * 获取:姓名 + */ + public String getXingming() { + return xingming; + } + /** + * 设置:驾驶证号 + */ + public void setJiashizhenghao(String jiashizhenghao) { + this.jiashizhenghao = jiashizhenghao; + } + /** + * 获取:驾驶证号 + */ + public String getJiashizhenghao() { + return jiashizhenghao; + } + /** + * 设置:员工账号 + */ + public void setYuangongzhanghao(String yuangongzhanghao) { + this.yuangongzhanghao = yuangongzhanghao; + } + /** + * 获取:员工账号 + */ + public String getYuangongzhanghao() { + return yuangongzhanghao; + } + /** + * 设置:员工姓名 + */ + public void setYuangongxingming(String yuangongxingming) { + this.yuangongxingming = yuangongxingming; + } + /** + * 获取:员工姓名 + */ + public String getYuangongxingming() { + return yuangongxingming; + } + +} diff --git a/src/main/java/com/entity/TokenEntity.java b/src/main/java/com/entity/TokenEntity.java new file mode 100644 index 0000000..a0f6489 --- /dev/null +++ b/src/main/java/com/entity/TokenEntity.java @@ -0,0 +1,132 @@ +package com.entity; + +import java.io.Serializable; +import java.util.Date; + +import com.baomidou.mybatisplus.annotations.TableId; +import com.baomidou.mybatisplus.annotations.TableName; +import com.baomidou.mybatisplus.enums.IdType; + +/** + * token表 + */ +@TableName("token") +public class TokenEntity implements Serializable { + private static final long serialVersionUID = 1L; + + @TableId(type = IdType.AUTO) + private Long id; + + /** + * 用户id + */ + private Long userid; + + /** + * 用户名 + */ + private String username; + + /** + * 表名 + */ + private String tablename; + + /** + * 角色 + */ + private String role; + + /** + * token + */ + private String token; + + /** + * 过期时间 + */ + private Date expiratedtime; + + /** + * 新增时间 + */ + private Date addtime; + + public Long getId() { + return id; + } + + public void setId(Long id) { + this.id = id; + } + + public Long getUserid() { + return userid; + } + + public void setUserid(Long userid) { + this.userid = userid; + } + + public String getRole() { + return role; + } + + public void setRole(String role) { + this.role = role; + } + + public String getToken() { + return token; + } + + public String getTablename() { + return tablename; + } + + public void setTablename(String tablename) { + this.tablename = tablename; + } + + public void setToken(String token) { + this.token = token; + } + + public Date getExpiratedtime() { + return expiratedtime; + } + + public void setExpiratedtime(Date expiratedtime) { + this.expiratedtime = expiratedtime; + } + + public Date getAddtime() { + return addtime; + } + + public void setAddtime(Date addtime) { + this.addtime = addtime; + } + + public String getUsername() { + return username; + } + + public void setUsername(String username) { + this.username = username; + } + + public TokenEntity(Long userid, String username, String tablename,String role, String token, Date expiratedtime) { + super(); + this.userid = userid; + this.username = username; + this.tablename = tablename; + this.role = role; + this.token = token; + this.expiratedtime = expiratedtime; + } + + public TokenEntity() { + } + +} diff --git a/src/main/java/com/entity/UsersEntity.java b/src/main/java/com/entity/UsersEntity.java new file mode 100644 index 0000000..ca6d6ad --- /dev/null +++ b/src/main/java/com/entity/UsersEntity.java @@ -0,0 +1,90 @@ +package com.entity; + +import java.io.Serializable; +import java.util.Date; + +import com.baomidou.mybatisplus.annotations.TableId; +import com.baomidou.mybatisplus.annotations.TableName; +import com.baomidou.mybatisplus.enums.IdType; + +/** + * 用户 + */ +@TableName("users") +public class UsersEntity implements Serializable { + private static final long serialVersionUID = 1L; + + @TableId(type = IdType.AUTO) + private Long id; + + /** + * 用户账号 + */ + private String username; + + /** + * 密码 + */ + private String password; + + /** + * 头像 + */ + private String image; + + /** + * 用户类型 + */ + private String role; + + private Date addtime; + + public String getUsername() { + return username; + } + + public void setUsername(String username) { + this.username = username; + } + + public String getPassword() { + return password; + } + + public void setPassword(String password) { + this.password = password; + } + + public String getRole() { + return role; + } + + public void setRole(String role) { + this.role = role; + } + + public Date getAddtime() { + return addtime; + } + + public void setAddtime(Date addtime) { + this.addtime = addtime; + } + + public Long getId() { + return id; + } + + public void setId(Long id) { + this.id = id; + } + + public String getImage() { + return image; + } + + public void setImage(String image) { + this.image = image; + } + +} diff --git a/src/main/java/com/entity/XubaotongzhiEntity.java b/src/main/java/com/entity/XubaotongzhiEntity.java new file mode 100644 index 0000000..7458fd4 --- /dev/null +++ b/src/main/java/com/entity/XubaotongzhiEntity.java @@ -0,0 +1,256 @@ +package com.entity; + +import com.baomidou.mybatisplus.annotations.TableId; +import com.baomidou.mybatisplus.annotations.TableName; +import javax.validation.constraints.NotBlank; +import javax.validation.constraints.NotEmpty; +import javax.validation.constraints.NotNull; + +import com.fasterxml.jackson.annotation.JsonIgnoreProperties; +import java.lang.reflect.InvocationTargetException; + +import java.io.Serializable; +import java.util.Date; +import java.util.List; + +import org.springframework.format.annotation.DateTimeFormat; +import com.fasterxml.jackson.annotation.JsonFormat; +import org.apache.commons.beanutils.BeanUtils; +import com.baomidou.mybatisplus.annotations.TableField; +import com.baomidou.mybatisplus.enums.FieldFill; +import com.baomidou.mybatisplus.enums.IdType; + + +/** + * 续保通知 + * 数据库通用操作实体类(普通增删改查) + * @author + * @email + * @date 2030-03-20 23:07:14 + */ +@TableName("xubaotongzhi") +public class XubaotongzhiEntity implements Serializable { + private static final long serialVersionUID = 1L; + + + public XubaotongzhiEntity() { + + } + + public XubaotongzhiEntity(T t) { + try { + BeanUtils.copyProperties(this, t); + } catch (IllegalAccessException | InvocationTargetException e) { + // TODO Auto-generated catch block + e.printStackTrace(); + } + } + + /** + * 主键id + */ + @TableId(type = IdType.AUTO) + private Long id; + /** + * 通知标题 + */ + + private String tongzhibiaoti; + + /** + * 车牌号 + */ + + private String chepaihao; + + /** + * 车辆型号 + */ + + private String cheliangxinghao; + + /** + * 通知内容 + */ + + private String tongzhineirong; + + /** + * 通知日期 + */ + + @JsonFormat(locale="zh", timezone="GMT+8", pattern="yyyy-MM-dd") + @DateTimeFormat + private Date tongzhiriqi; + + /** + * 账号 + */ + + private String zhanghao; + + /** + * 姓名 + */ + + private String xingming; + + /** + * 驾驶证号 + */ + + private String jiashizhenghao; + + /** + * 员工账号 + */ + + private String yuangongzhanghao; + + /** + * 员工姓名 + */ + + private String yuangongxingming; + + + @JsonFormat(locale="zh", timezone="GMT+8", pattern="yyyy-MM-dd HH:mm:ss") + @DateTimeFormat + private Date addtime; + + public Date getAddtime() { + return addtime; + } + public void setAddtime(Date addtime) { + this.addtime = addtime; + } + + public Long getId() { + return id; + } + + public void setId(Long id) { + this.id = id; + } + /** + * 设置:通知标题 + */ + public void setTongzhibiaoti(String tongzhibiaoti) { + this.tongzhibiaoti = tongzhibiaoti; + } + /** + * 获取:通知标题 + */ + public String getTongzhibiaoti() { + return tongzhibiaoti; + } + /** + * 设置:车牌号 + */ + public void setChepaihao(String chepaihao) { + this.chepaihao = chepaihao; + } + /** + * 获取:车牌号 + */ + public String getChepaihao() { + return chepaihao; + } + /** + * 设置:车辆型号 + */ + public void setCheliangxinghao(String cheliangxinghao) { + this.cheliangxinghao = cheliangxinghao; + } + /** + * 获取:车辆型号 + */ + public String getCheliangxinghao() { + return cheliangxinghao; + } + /** + * 设置:通知内容 + */ + public void setTongzhineirong(String tongzhineirong) { + this.tongzhineirong = tongzhineirong; + } + /** + * 获取:通知内容 + */ + public String getTongzhineirong() { + return tongzhineirong; + } + /** + * 设置:通知日期 + */ + public void setTongzhiriqi(Date tongzhiriqi) { + this.tongzhiriqi = tongzhiriqi; + } + /** + * 获取:通知日期 + */ + public Date getTongzhiriqi() { + return tongzhiriqi; + } + /** + * 设置:账号 + */ + public void setZhanghao(String zhanghao) { + this.zhanghao = zhanghao; + } + /** + * 获取:账号 + */ + public String getZhanghao() { + return zhanghao; + } + /** + * 设置:姓名 + */ + public void setXingming(String xingming) { + this.xingming = xingming; + } + /** + * 获取:姓名 + */ + public String getXingming() { + return xingming; + } + /** + * 设置:驾驶证号 + */ + public void setJiashizhenghao(String jiashizhenghao) { + this.jiashizhenghao = jiashizhenghao; + } + /** + * 获取:驾驶证号 + */ + public String getJiashizhenghao() { + return jiashizhenghao; + } + /** + * 设置:员工账号 + */ + public void setYuangongzhanghao(String yuangongzhanghao) { + this.yuangongzhanghao = yuangongzhanghao; + } + /** + * 获取:员工账号 + */ + public String getYuangongzhanghao() { + return yuangongzhanghao; + } + /** + * 设置:员工姓名 + */ + public void setYuangongxingming(String yuangongxingming) { + this.yuangongxingming = yuangongxingming; + } + /** + * 获取:员工姓名 + */ + public String getYuangongxingming() { + return yuangongxingming; + } + +} diff --git a/src/main/java/com/entity/model/BaoxianxinxiModel.java b/src/main/java/com/entity/model/BaoxianxinxiModel.java new file mode 100644 index 0000000..291feff --- /dev/null +++ b/src/main/java/com/entity/model/BaoxianxinxiModel.java @@ -0,0 +1,384 @@ +package com.entity.model; + +import com.entity.BaoxianxinxiEntity; + +import com.baomidou.mybatisplus.annotations.TableName; +import java.util.Date; +import org.springframework.format.annotation.DateTimeFormat; + +import com.fasterxml.jackson.annotation.JsonFormat; +import java.io.Serializable; + + +/** + * 保险信息 + * 接收传参的实体类 + *(实际开发中配合移动端接口开发手动去掉些没用的字段, 后端一般用entity就够用了) + * 取自ModelAndView 的model名称 + * @author + * @email + * @date 2030-03-20 23:07:14 + */ +public class BaoxianxinxiModel implements Serializable { + private static final long serialVersionUID = 1L; + + + /** + * 保险类型 + */ + + private String baoxianleixing; + + /** + * 保险金额 + */ + + private Double baoxianjine; + + /** + * 生效日期 + */ + + @JsonFormat(locale="zh", timezone="GMT+8", pattern="yyyy-MM-dd HH:mm:ss") + @DateTimeFormat + private Date shengxiaoriqi; + + /** + * 有效期至 + */ + + @JsonFormat(locale="zh", timezone="GMT+8", pattern="yyyy-MM-dd HH:mm:ss") + @DateTimeFormat + private Date youxiaoqizhi; + + /** + * 车牌号 + */ + + private String chepaihao; + + /** + * 车辆型号 + */ + + private String cheliangxinghao; + + /** + * 车辆品牌 + */ + + private String cheliangpinpai; + + /** + * 车辆类型 + */ + + private String cheliangleixing; + + /** + * 发动机号 + */ + + private String fadongjihao; + + /** + * 车架号 + */ + + private String chejiahao; + + /** + * 登记日期 + */ + + @JsonFormat(locale="zh", timezone="GMT+8", pattern="yyyy-MM-dd HH:mm:ss") + @DateTimeFormat + private Date dengjiriqi; + + /** + * 账号 + */ + + private String zhanghao; + + /** + * 姓名 + */ + + private String xingming; + + /** + * 驾驶证号 + */ + + private String jiashizhenghao; + + /** + * 员工账号 + */ + + private String yuangongzhanghao; + + /** + * 员工姓名 + */ + + private String yuangongxingming; + + + /** + * 设置:保险类型 + */ + + public void setBaoxianleixing(String baoxianleixing) { + this.baoxianleixing = baoxianleixing; + } + + /** + * 获取:保险类型 + */ + public String getBaoxianleixing() { + return baoxianleixing; + } + + + /** + * 设置:保险金额 + */ + + public void setBaoxianjine(Double baoxianjine) { + this.baoxianjine = baoxianjine; + } + + /** + * 获取:保险金额 + */ + public Double getBaoxianjine() { + return baoxianjine; + } + + + /** + * 设置:生效日期 + */ + + public void setShengxiaoriqi(Date shengxiaoriqi) { + this.shengxiaoriqi = shengxiaoriqi; + } + + /** + * 获取:生效日期 + */ + public Date getShengxiaoriqi() { + return shengxiaoriqi; + } + + + /** + * 设置:有效期至 + */ + + public void setYouxiaoqizhi(Date youxiaoqizhi) { + this.youxiaoqizhi = youxiaoqizhi; + } + + /** + * 获取:有效期至 + */ + public Date getYouxiaoqizhi() { + return youxiaoqizhi; + } + + + /** + * 设置:车牌号 + */ + + public void setChepaihao(String chepaihao) { + this.chepaihao = chepaihao; + } + + /** + * 获取:车牌号 + */ + public String getChepaihao() { + return chepaihao; + } + + + /** + * 设置:车辆型号 + */ + + public void setCheliangxinghao(String cheliangxinghao) { + this.cheliangxinghao = cheliangxinghao; + } + + /** + * 获取:车辆型号 + */ + public String getCheliangxinghao() { + return cheliangxinghao; + } + + + /** + * 设置:车辆品牌 + */ + + public void setCheliangpinpai(String cheliangpinpai) { + this.cheliangpinpai = cheliangpinpai; + } + + /** + * 获取:车辆品牌 + */ + public String getCheliangpinpai() { + return cheliangpinpai; + } + + + /** + * 设置:车辆类型 + */ + + public void setCheliangleixing(String cheliangleixing) { + this.cheliangleixing = cheliangleixing; + } + + /** + * 获取:车辆类型 + */ + public String getCheliangleixing() { + return cheliangleixing; + } + + + /** + * 设置:发动机号 + */ + + public void setFadongjihao(String fadongjihao) { + this.fadongjihao = fadongjihao; + } + + /** + * 获取:发动机号 + */ + public String getFadongjihao() { + return fadongjihao; + } + + + /** + * 设置:车架号 + */ + + public void setChejiahao(String chejiahao) { + this.chejiahao = chejiahao; + } + + /** + * 获取:车架号 + */ + public String getChejiahao() { + return chejiahao; + } + + + /** + * 设置:登记日期 + */ + + public void setDengjiriqi(Date dengjiriqi) { + this.dengjiriqi = dengjiriqi; + } + + /** + * 获取:登记日期 + */ + public Date getDengjiriqi() { + return dengjiriqi; + } + + + /** + * 设置:账号 + */ + + public void setZhanghao(String zhanghao) { + this.zhanghao = zhanghao; + } + + /** + * 获取:账号 + */ + public String getZhanghao() { + return zhanghao; + } + + + /** + * 设置:姓名 + */ + + public void setXingming(String xingming) { + this.xingming = xingming; + } + + /** + * 获取:姓名 + */ + public String getXingming() { + return xingming; + } + + + /** + * 设置:驾驶证号 + */ + + public void setJiashizhenghao(String jiashizhenghao) { + this.jiashizhenghao = jiashizhenghao; + } + + /** + * 获取:驾驶证号 + */ + public String getJiashizhenghao() { + return jiashizhenghao; + } + + + /** + * 设置:员工账号 + */ + + public void setYuangongzhanghao(String yuangongzhanghao) { + this.yuangongzhanghao = yuangongzhanghao; + } + + /** + * 获取:员工账号 + */ + public String getYuangongzhanghao() { + return yuangongzhanghao; + } + + + /** + * 设置:员工姓名 + */ + + public void setYuangongxingming(String yuangongxingming) { + this.yuangongxingming = yuangongxingming; + } + + /** + * 获取:员工姓名 + */ + public String getYuangongxingming() { + return yuangongxingming; + } + +} diff --git a/src/main/java/com/entity/model/CheliangdanganModel.java b/src/main/java/com/entity/model/CheliangdanganModel.java new file mode 100644 index 0000000..1b97ca8 --- /dev/null +++ b/src/main/java/com/entity/model/CheliangdanganModel.java @@ -0,0 +1,424 @@ +package com.entity.model; + +import com.entity.CheliangdanganEntity; + +import com.baomidou.mybatisplus.annotations.TableName; +import java.util.Date; +import org.springframework.format.annotation.DateTimeFormat; + +import com.fasterxml.jackson.annotation.JsonFormat; +import java.io.Serializable; + + +/** + * 车辆档案 + * 接收传参的实体类 + *(实际开发中配合移动端接口开发手动去掉些没用的字段, 后端一般用entity就够用了) + * 取自ModelAndView 的model名称 + * @author + * @email + * @date 2030-03-20 23:07:14 + */ +public class CheliangdanganModel implements Serializable { + private static final long serialVersionUID = 1L; + + + /** + * 车牌号 + */ + + private String chepaihao; + + /** + * 车辆型号 + */ + + private String cheliangxinghao; + + /** + * 车辆品牌 + */ + + private String cheliangpinpai; + + /** + * 车辆类型 + */ + + private String cheliangleixing; + + /** + * 发动机号 + */ + + private String fadongjihao; + + /** + * 车架号 + */ + + private String chejiahao; + + /** + * 颜色 + */ + + private String yanse; + + /** + * 换挡方式 + */ + + private String huandangfangshi; + + /** + * 车辆照片 + */ + + private String cheliangzhaopian; + + /** + * 座位 + */ + + private Integer zuowei; + + /** + * 登记日期 + */ + + @JsonFormat(locale="zh", timezone="GMT+8", pattern="yyyy-MM-dd HH:mm:ss") + @DateTimeFormat + private Date dengjiriqi; + + /** + * 档案文件 + */ + + private String danganwenjian; + + /** + * 车辆详情 + */ + + private String cheliangxiangqing; + + /** + * 账号 + */ + + private String zhanghao; + + /** + * 姓名 + */ + + private String xingming; + + /** + * 驾驶证号 + */ + + private String jiashizhenghao; + + /** + * 员工账号 + */ + + private String yuangongzhanghao; + + /** + * 员工姓名 + */ + + private String yuangongxingming; + + + /** + * 设置:车牌号 + */ + + public void setChepaihao(String chepaihao) { + this.chepaihao = chepaihao; + } + + /** + * 获取:车牌号 + */ + public String getChepaihao() { + return chepaihao; + } + + + /** + * 设置:车辆型号 + */ + + public void setCheliangxinghao(String cheliangxinghao) { + this.cheliangxinghao = cheliangxinghao; + } + + /** + * 获取:车辆型号 + */ + public String getCheliangxinghao() { + return cheliangxinghao; + } + + + /** + * 设置:车辆品牌 + */ + + public void setCheliangpinpai(String cheliangpinpai) { + this.cheliangpinpai = cheliangpinpai; + } + + /** + * 获取:车辆品牌 + */ + public String getCheliangpinpai() { + return cheliangpinpai; + } + + + /** + * 设置:车辆类型 + */ + + public void setCheliangleixing(String cheliangleixing) { + this.cheliangleixing = cheliangleixing; + } + + /** + * 获取:车辆类型 + */ + public String getCheliangleixing() { + return cheliangleixing; + } + + + /** + * 设置:发动机号 + */ + + public void setFadongjihao(String fadongjihao) { + this.fadongjihao = fadongjihao; + } + + /** + * 获取:发动机号 + */ + public String getFadongjihao() { + return fadongjihao; + } + + + /** + * 设置:车架号 + */ + + public void setChejiahao(String chejiahao) { + this.chejiahao = chejiahao; + } + + /** + * 获取:车架号 + */ + public String getChejiahao() { + return chejiahao; + } + + + /** + * 设置:颜色 + */ + + public void setYanse(String yanse) { + this.yanse = yanse; + } + + /** + * 获取:颜色 + */ + public String getYanse() { + return yanse; + } + + + /** + * 设置:换挡方式 + */ + + public void setHuandangfangshi(String huandangfangshi) { + this.huandangfangshi = huandangfangshi; + } + + /** + * 获取:换挡方式 + */ + public String getHuandangfangshi() { + return huandangfangshi; + } + + + /** + * 设置:车辆照片 + */ + + public void setCheliangzhaopian(String cheliangzhaopian) { + this.cheliangzhaopian = cheliangzhaopian; + } + + /** + * 获取:车辆照片 + */ + public String getCheliangzhaopian() { + return cheliangzhaopian; + } + + + /** + * 设置:座位 + */ + + public void setZuowei(Integer zuowei) { + this.zuowei = zuowei; + } + + /** + * 获取:座位 + */ + public Integer getZuowei() { + return zuowei; + } + + + /** + * 设置:登记日期 + */ + + public void setDengjiriqi(Date dengjiriqi) { + this.dengjiriqi = dengjiriqi; + } + + /** + * 获取:登记日期 + */ + public Date getDengjiriqi() { + return dengjiriqi; + } + + + /** + * 设置:档案文件 + */ + + public void setDanganwenjian(String danganwenjian) { + this.danganwenjian = danganwenjian; + } + + /** + * 获取:档案文件 + */ + public String getDanganwenjian() { + return danganwenjian; + } + + + /** + * 设置:车辆详情 + */ + + public void setCheliangxiangqing(String cheliangxiangqing) { + this.cheliangxiangqing = cheliangxiangqing; + } + + /** + * 获取:车辆详情 + */ + public String getCheliangxiangqing() { + return cheliangxiangqing; + } + + + /** + * 设置:账号 + */ + + public void setZhanghao(String zhanghao) { + this.zhanghao = zhanghao; + } + + /** + * 获取:账号 + */ + public String getZhanghao() { + return zhanghao; + } + + + /** + * 设置:姓名 + */ + + public void setXingming(String xingming) { + this.xingming = xingming; + } + + /** + * 获取:姓名 + */ + public String getXingming() { + return xingming; + } + + + /** + * 设置:驾驶证号 + */ + + public void setJiashizhenghao(String jiashizhenghao) { + this.jiashizhenghao = jiashizhenghao; + } + + /** + * 获取:驾驶证号 + */ + public String getJiashizhenghao() { + return jiashizhenghao; + } + + + /** + * 设置:员工账号 + */ + + public void setYuangongzhanghao(String yuangongzhanghao) { + this.yuangongzhanghao = yuangongzhanghao; + } + + /** + * 获取:员工账号 + */ + public String getYuangongzhanghao() { + return yuangongzhanghao; + } + + + /** + * 设置:员工姓名 + */ + + public void setYuangongxingming(String yuangongxingming) { + this.yuangongxingming = yuangongxingming; + } + + /** + * 获取:员工姓名 + */ + public String getYuangongxingming() { + return yuangongxingming; + } + +} diff --git a/src/main/java/com/entity/model/FafangpaizhaoModel.java b/src/main/java/com/entity/model/FafangpaizhaoModel.java new file mode 100644 index 0000000..cae8f19 --- /dev/null +++ b/src/main/java/com/entity/model/FafangpaizhaoModel.java @@ -0,0 +1,204 @@ +package com.entity.model; + +import com.entity.FafangpaizhaoEntity; + +import com.baomidou.mybatisplus.annotations.TableName; +import java.util.Date; +import org.springframework.format.annotation.DateTimeFormat; + +import com.fasterxml.jackson.annotation.JsonFormat; +import java.io.Serializable; + + +/** + * 发放牌照 + * 接收传参的实体类 + *(实际开发中配合移动端接口开发手动去掉些没用的字段, 后端一般用entity就够用了) + * 取自ModelAndView 的model名称 + * @author + * @email + * @date 2030-03-20 23:07:15 + */ +public class FafangpaizhaoModel implements Serializable { + private static final long serialVersionUID = 1L; + + + /** + * 姓名 + */ + + private String xingming; + + /** + * 驾驶证号 + */ + + private String jiashizhenghao; + + /** + * 车牌号 + */ + + private String chepaihao; + + /** + * 发放时间 + */ + + @JsonFormat(locale="zh", timezone="GMT+8", pattern="yyyy-MM-dd HH:mm:ss") + @DateTimeFormat + private Date fafangshijian; + + /** + * 员工账号 + */ + + private String yuangongzhanghao; + + /** + * 员工姓名 + */ + + private String yuangongxingming; + + /** + * 跨表用户id + */ + + private Long crossuserid; + + /** + * 跨表主键id + */ + + private Long crossrefid; + + + /** + * 设置:姓名 + */ + + public void setXingming(String xingming) { + this.xingming = xingming; + } + + /** + * 获取:姓名 + */ + public String getXingming() { + return xingming; + } + + + /** + * 设置:驾驶证号 + */ + + public void setJiashizhenghao(String jiashizhenghao) { + this.jiashizhenghao = jiashizhenghao; + } + + /** + * 获取:驾驶证号 + */ + public String getJiashizhenghao() { + return jiashizhenghao; + } + + + /** + * 设置:车牌号 + */ + + public void setChepaihao(String chepaihao) { + this.chepaihao = chepaihao; + } + + /** + * 获取:车牌号 + */ + public String getChepaihao() { + return chepaihao; + } + + + /** + * 设置:发放时间 + */ + + public void setFafangshijian(Date fafangshijian) { + this.fafangshijian = fafangshijian; + } + + /** + * 获取:发放时间 + */ + public Date getFafangshijian() { + return fafangshijian; + } + + + /** + * 设置:员工账号 + */ + + public void setYuangongzhanghao(String yuangongzhanghao) { + this.yuangongzhanghao = yuangongzhanghao; + } + + /** + * 获取:员工账号 + */ + public String getYuangongzhanghao() { + return yuangongzhanghao; + } + + + /** + * 设置:员工姓名 + */ + + public void setYuangongxingming(String yuangongxingming) { + this.yuangongxingming = yuangongxingming; + } + + /** + * 获取:员工姓名 + */ + public String getYuangongxingming() { + return yuangongxingming; + } + + + /** + * 设置:跨表用户id + */ + + public void setCrossuserid(Long crossuserid) { + this.crossuserid = crossuserid; + } + + /** + * 获取:跨表用户id + */ + public Long getCrossuserid() { + return crossuserid; + } + + + /** + * 设置:跨表主键id + */ + + public void setCrossrefid(Long crossrefid) { + this.crossrefid = crossrefid; + } + + /** + * 获取:跨表主键id + */ + public Long getCrossrefid() { + return crossrefid; + } + +} diff --git a/src/main/java/com/entity/model/GonggaoxinxiModel.java b/src/main/java/com/entity/model/GonggaoxinxiModel.java new file mode 100644 index 0000000..95b7e14 --- /dev/null +++ b/src/main/java/com/entity/model/GonggaoxinxiModel.java @@ -0,0 +1,116 @@ +package com.entity.model; + +import com.entity.GonggaoxinxiEntity; + +import com.baomidou.mybatisplus.annotations.TableName; +import java.util.Date; +import org.springframework.format.annotation.DateTimeFormat; + +import com.fasterxml.jackson.annotation.JsonFormat; +import java.io.Serializable; + + +/** + * 公告信息 + * 接收传参的实体类 + *(实际开发中配合移动端接口开发手动去掉些没用的字段, 后端一般用entity就够用了) + * 取自ModelAndView 的model名称 + * @author + * @email + * @date 2030-03-20 23:07:14 + */ +public class GonggaoxinxiModel implements Serializable { + private static final long serialVersionUID = 1L; + + + /** + * 简介 + */ + + private String jianjie; + + /** + * 发布时间 + */ + + @JsonFormat(locale="zh", timezone="GMT+8", pattern="yyyy-MM-dd HH:mm:ss") + @DateTimeFormat + private Date fabushijian; + + /** + * 封面 + */ + + private String fengmian; + + /** + * 内容 + */ + + private String neirong; + + + /** + * 设置:简介 + */ + + public void setJianjie(String jianjie) { + this.jianjie = jianjie; + } + + /** + * 获取:简介 + */ + public String getJianjie() { + return jianjie; + } + + + /** + * 设置:发布时间 + */ + + public void setFabushijian(Date fabushijian) { + this.fabushijian = fabushijian; + } + + /** + * 获取:发布时间 + */ + public Date getFabushijian() { + return fabushijian; + } + + + /** + * 设置:封面 + */ + + public void setFengmian(String fengmian) { + this.fengmian = fengmian; + } + + /** + * 获取:封面 + */ + public String getFengmian() { + return fengmian; + } + + + /** + * 设置:内容 + */ + + public void setNeirong(String neirong) { + this.neirong = neirong; + } + + /** + * 获取:内容 + */ + public String getNeirong() { + return neirong; + } + +} diff --git a/src/main/java/com/entity/model/GongzuorenyuanModel.java b/src/main/java/com/entity/model/GongzuorenyuanModel.java new file mode 100644 index 0000000..78640ae --- /dev/null +++ b/src/main/java/com/entity/model/GongzuorenyuanModel.java @@ -0,0 +1,202 @@ +package com.entity.model; + +import com.entity.GongzuorenyuanEntity; + +import com.baomidou.mybatisplus.annotations.TableName; +import java.util.Date; +import org.springframework.format.annotation.DateTimeFormat; + +import com.fasterxml.jackson.annotation.JsonFormat; +import java.io.Serializable; + + +/** + * 工作人员 + * 接收传参的实体类 + *(实际开发中配合移动端接口开发手动去掉些没用的字段, 后端一般用entity就够用了) + * 取自ModelAndView 的model名称 + * @author + * @email + * @date 2030-03-20 23:07:14 + */ +public class GongzuorenyuanModel implements Serializable { + private static final long serialVersionUID = 1L; + + + /** + * 密码 + */ + + private String mima; + + /** + * 员工姓名 + */ + + private String yuangongxingming; + + /** + * 年龄 + */ + + private Integer nianling; + + /** + * 性别 + */ + + private String xingbie; + + /** + * 手机 + */ + + private String shouji; + + /** + * 头像 + */ + + private String touxiang; + + /** + * 是否审核 + */ + + private String sfsh; + + /** + * 审核回复 + */ + + private String shhf; + + + /** + * 设置:密码 + */ + + public void setMima(String mima) { + this.mima = mima; + } + + /** + * 获取:密码 + */ + public String getMima() { + return mima; + } + + + /** + * 设置:员工姓名 + */ + + public void setYuangongxingming(String yuangongxingming) { + this.yuangongxingming = yuangongxingming; + } + + /** + * 获取:员工姓名 + */ + public String getYuangongxingming() { + return yuangongxingming; + } + + + /** + * 设置:年龄 + */ + + public void setNianling(Integer nianling) { + this.nianling = nianling; + } + + /** + * 获取:年龄 + */ + public Integer getNianling() { + return nianling; + } + + + /** + * 设置:性别 + */ + + public void setXingbie(String xingbie) { + this.xingbie = xingbie; + } + + /** + * 获取:性别 + */ + public String getXingbie() { + return xingbie; + } + + + /** + * 设置:手机 + */ + + public void setShouji(String shouji) { + this.shouji = shouji; + } + + /** + * 获取:手机 + */ + public String getShouji() { + return shouji; + } + + + /** + * 设置:头像 + */ + + public void setTouxiang(String touxiang) { + this.touxiang = touxiang; + } + + /** + * 获取:头像 + */ + public String getTouxiang() { + return touxiang; + } + + + /** + * 设置:是否审核 + */ + + public void setSfsh(String sfsh) { + this.sfsh = sfsh; + } + + /** + * 获取:是否审核 + */ + public String getSfsh() { + return sfsh; + } + + + /** + * 设置:审核回复 + */ + + public void setShhf(String shhf) { + this.shhf = shhf; + } + + /** + * 获取:审核回复 + */ + public String getShhf() { + return shhf; + } + +} diff --git a/src/main/java/com/entity/model/GuapaishenqingModel.java b/src/main/java/com/entity/model/GuapaishenqingModel.java new file mode 100644 index 0000000..cce5c23 --- /dev/null +++ b/src/main/java/com/entity/model/GuapaishenqingModel.java @@ -0,0 +1,248 @@ +package com.entity.model; + +import com.entity.GuapaishenqingEntity; + +import com.baomidou.mybatisplus.annotations.TableName; +import java.util.Date; +import org.springframework.format.annotation.DateTimeFormat; + +import com.fasterxml.jackson.annotation.JsonFormat; +import java.io.Serializable; + + +/** + * 挂牌申请 + * 接收传参的实体类 + *(实际开发中配合移动端接口开发手动去掉些没用的字段, 后端一般用entity就够用了) + * 取自ModelAndView 的model名称 + * @author + * @email + * @date 2030-03-20 23:07:14 + */ +public class GuapaishenqingModel implements Serializable { + private static final long serialVersionUID = 1L; + + + /** + * 姓名 + */ + + private String xingming; + + /** + * 驾驶证号 + */ + + private String jiashizhenghao; + + /** + * 标题 + */ + + private String biaoti; + + /** + * 证明材料 + */ + + private String zhengmingcailiao; + + /** + * 申请内容 + */ + + private String shenqingneirong; + + /** + * 申请时间 + */ + + @JsonFormat(locale="zh", timezone="GMT+8", pattern="yyyy-MM-dd HH:mm:ss") + @DateTimeFormat + private Date shenqingshijian; + + /** + * 员工账号 + */ + + private String yuangongzhanghao; + + /** + * 员工姓名 + */ + + private String yuangongxingming; + + /** + * 是否审核 + */ + + private String sfsh; + + /** + * 审核回复 + */ + + private String shhf; + + + /** + * 设置:姓名 + */ + + public void setXingming(String xingming) { + this.xingming = xingming; + } + + /** + * 获取:姓名 + */ + public String getXingming() { + return xingming; + } + + + /** + * 设置:驾驶证号 + */ + + public void setJiashizhenghao(String jiashizhenghao) { + this.jiashizhenghao = jiashizhenghao; + } + + /** + * 获取:驾驶证号 + */ + public String getJiashizhenghao() { + return jiashizhenghao; + } + + + /** + * 设置:标题 + */ + + public void setBiaoti(String biaoti) { + this.biaoti = biaoti; + } + + /** + * 获取:标题 + */ + public String getBiaoti() { + return biaoti; + } + + + /** + * 设置:证明材料 + */ + + public void setZhengmingcailiao(String zhengmingcailiao) { + this.zhengmingcailiao = zhengmingcailiao; + } + + /** + * 获取:证明材料 + */ + public String getZhengmingcailiao() { + return zhengmingcailiao; + } + + + /** + * 设置:申请内容 + */ + + public void setShenqingneirong(String shenqingneirong) { + this.shenqingneirong = shenqingneirong; + } + + /** + * 获取:申请内容 + */ + public String getShenqingneirong() { + return shenqingneirong; + } + + + /** + * 设置:申请时间 + */ + + public void setShenqingshijian(Date shenqingshijian) { + this.shenqingshijian = shenqingshijian; + } + + /** + * 获取:申请时间 + */ + public Date getShenqingshijian() { + return shenqingshijian; + } + + + /** + * 设置:员工账号 + */ + + public void setYuangongzhanghao(String yuangongzhanghao) { + this.yuangongzhanghao = yuangongzhanghao; + } + + /** + * 获取:员工账号 + */ + public String getYuangongzhanghao() { + return yuangongzhanghao; + } + + + /** + * 设置:员工姓名 + */ + + public void setYuangongxingming(String yuangongxingming) { + this.yuangongxingming = yuangongxingming; + } + + /** + * 获取:员工姓名 + */ + public String getYuangongxingming() { + return yuangongxingming; + } + + + /** + * 设置:是否审核 + */ + + public void setSfsh(String sfsh) { + this.sfsh = sfsh; + } + + /** + * 获取:是否审核 + */ + public String getSfsh() { + return sfsh; + } + + + /** + * 设置:审核回复 + */ + + public void setShhf(String shhf) { + this.shhf = shhf; + } + + /** + * 获取:审核回复 + */ + public String getShhf() { + return shhf; + } + +} diff --git a/src/main/java/com/entity/model/JiashiyuanModel.java b/src/main/java/com/entity/model/JiashiyuanModel.java new file mode 100644 index 0000000..742a14d --- /dev/null +++ b/src/main/java/com/entity/model/JiashiyuanModel.java @@ -0,0 +1,204 @@ +package com.entity.model; + +import com.entity.JiashiyuanEntity; + +import com.baomidou.mybatisplus.annotations.TableName; +import java.util.Date; +import org.springframework.format.annotation.DateTimeFormat; + +import com.fasterxml.jackson.annotation.JsonFormat; +import java.io.Serializable; + + +/** + * 驾驶员 + * 接收传参的实体类 + *(实际开发中配合移动端接口开发手动去掉些没用的字段, 后端一般用entity就够用了) + * 取自ModelAndView 的model名称 + * @author + * @email + * @date 2030-03-20 23:07:14 + */ +public class JiashiyuanModel implements Serializable { + private static final long serialVersionUID = 1L; + + + /** + * 密码 + */ + + private String mima; + + /** + * 姓名 + */ + + private String xingming; + + /** + * 性别 + */ + + private String xingbie; + + /** + * 手机 + */ + + private String shouji; + + /** + * 身份证 + */ + + private String shenfenzheng; + + /** + * 出生日期 + */ + + @JsonFormat(locale="zh", timezone="GMT+8", pattern="yyyy-MM-dd HH:mm:ss") + @DateTimeFormat + private Date chushengriqi; + + /** + * 驾驶证号 + */ + + private String jiashizhenghao; + + /** + * 头像 + */ + + private String touxiang; + + + /** + * 设置:密码 + */ + + public void setMima(String mima) { + this.mima = mima; + } + + /** + * 获取:密码 + */ + public String getMima() { + return mima; + } + + + /** + * 设置:姓名 + */ + + public void setXingming(String xingming) { + this.xingming = xingming; + } + + /** + * 获取:姓名 + */ + public String getXingming() { + return xingming; + } + + + /** + * 设置:性别 + */ + + public void setXingbie(String xingbie) { + this.xingbie = xingbie; + } + + /** + * 获取:性别 + */ + public String getXingbie() { + return xingbie; + } + + + /** + * 设置:手机 + */ + + public void setShouji(String shouji) { + this.shouji = shouji; + } + + /** + * 获取:手机 + */ + public String getShouji() { + return shouji; + } + + + /** + * 设置:身份证 + */ + + public void setShenfenzheng(String shenfenzheng) { + this.shenfenzheng = shenfenzheng; + } + + /** + * 获取:身份证 + */ + public String getShenfenzheng() { + return shenfenzheng; + } + + + /** + * 设置:出生日期 + */ + + public void setChushengriqi(Date chushengriqi) { + this.chushengriqi = chushengriqi; + } + + /** + * 获取:出生日期 + */ + public Date getChushengriqi() { + return chushengriqi; + } + + + /** + * 设置:驾驶证号 + */ + + public void setJiashizhenghao(String jiashizhenghao) { + this.jiashizhenghao = jiashizhenghao; + } + + /** + * 获取:驾驶证号 + */ + public String getJiashizhenghao() { + return jiashizhenghao; + } + + + /** + * 设置:头像 + */ + + public void setTouxiang(String touxiang) { + this.touxiang = touxiang; + } + + /** + * 获取:头像 + */ + public String getTouxiang() { + return touxiang; + } + +} diff --git a/src/main/java/com/entity/model/LuxianxinxiModel.java b/src/main/java/com/entity/model/LuxianxinxiModel.java new file mode 100644 index 0000000..3cc6e96 --- /dev/null +++ b/src/main/java/com/entity/model/LuxianxinxiModel.java @@ -0,0 +1,426 @@ +package com.entity.model; + +import com.entity.LuxianxinxiEntity; + +import com.baomidou.mybatisplus.annotations.TableName; +import java.util.Date; +import org.springframework.format.annotation.DateTimeFormat; + +import com.fasterxml.jackson.annotation.JsonFormat; +import java.io.Serializable; + + +/** + * 路线信息 + * 接收传参的实体类 + *(实际开发中配合移动端接口开发手动去掉些没用的字段, 后端一般用entity就够用了) + * 取自ModelAndView 的model名称 + * @author + * @email + * @date 2030-05-02 11:48:07 + */ +public class LuxianxinxiModel implements Serializable { + private static final long serialVersionUID = 1L; + + + /** + * 动物名称 + */ + + private String dongwumingcheng; + + /** + * 图片 + */ + + private String tupian; + + /** + * 动物类别 + */ + + private String dongwuleibie; + + /** + * 保护等级 + */ + + private String baohudengji; + + /** + * 形态特征 + */ + + private String xingtaitezheng; + + /** + * 生活习性 + */ + + private String shenghuoxixing; + + /** + * 分布范围 + */ + + private String fenbufanwei; + + /** + * 百度百科 + */ + + private String baidubaike; + + /** + * 栖息环境 + */ + + private String qixihuanjing; + + /** + * 种群状况 + */ + + private String zhongqunzhuangkuang; + + /** + * 保育措施 + */ + + private String baoyucuoshi; + + /** + * 发布日期 + */ + + @JsonFormat(locale="zh", timezone="GMT+8", pattern="yyyy-MM-dd HH:mm:ss") + @DateTimeFormat + private Date faburiqi; + + /** + * 赞 + */ + + private Integer thumbsupnum; + + /** + * 踩 + */ + + private Integer crazilynum; + + /** + * 最近点击时间 + */ + + @JsonFormat(locale="zh", timezone="GMT+8", pattern="yyyy-MM-dd HH:mm:ss") + @DateTimeFormat + private Date clicktime; + + /** + * 点击次数 + */ + + private Integer clicknum; + + /** + * 评论数 + */ + + private Integer discussnum; + + /** + * 收藏数 + */ + + private Integer storeupnum; + + + /** + * 设置:动物名称 + */ + + public void setDongwumingcheng(String dongwumingcheng) { + this.dongwumingcheng = dongwumingcheng; + } + + /** + * 获取:动物名称 + */ + public String getDongwumingcheng() { + return dongwumingcheng; + } + + + /** + * 设置:图片 + */ + + public void setTupian(String tupian) { + this.tupian = tupian; + } + + /** + * 获取:图片 + */ + public String getTupian() { + return tupian; + } + + + /** + * 设置:动物类别 + */ + + public void setDongwuleibie(String dongwuleibie) { + this.dongwuleibie = dongwuleibie; + } + + /** + * 获取:动物类别 + */ + public String getDongwuleibie() { + return dongwuleibie; + } + + + /** + * 设置:保护等级 + */ + + public void setBaohudengji(String baohudengji) { + this.baohudengji = baohudengji; + } + + /** + * 获取:保护等级 + */ + public String getBaohudengji() { + return baohudengji; + } + + + /** + * 设置:形态特征 + */ + + public void setXingtaitezheng(String xingtaitezheng) { + this.xingtaitezheng = xingtaitezheng; + } + + /** + * 获取:形态特征 + */ + public String getXingtaitezheng() { + return xingtaitezheng; + } + + + /** + * 设置:生活习性 + */ + + public void setShenghuoxixing(String shenghuoxixing) { + this.shenghuoxixing = shenghuoxixing; + } + + /** + * 获取:生活习性 + */ + public String getShenghuoxixing() { + return shenghuoxixing; + } + + + /** + * 设置:分布范围 + */ + + public void setFenbufanwei(String fenbufanwei) { + this.fenbufanwei = fenbufanwei; + } + + /** + * 获取:分布范围 + */ + public String getFenbufanwei() { + return fenbufanwei; + } + + + /** + * 设置:百度百科 + */ + + public void setBaidubaike(String baidubaike) { + this.baidubaike = baidubaike; + } + + /** + * 获取:百度百科 + */ + public String getBaidubaike() { + return baidubaike; + } + + + /** + * 设置:栖息环境 + */ + + public void setQixihuanjing(String qixihuanjing) { + this.qixihuanjing = qixihuanjing; + } + + /** + * 获取:栖息环境 + */ + public String getQixihuanjing() { + return qixihuanjing; + } + + + /** + * 设置:种群状况 + */ + + public void setZhongqunzhuangkuang(String zhongqunzhuangkuang) { + this.zhongqunzhuangkuang = zhongqunzhuangkuang; + } + + /** + * 获取:种群状况 + */ + public String getZhongqunzhuangkuang() { + return zhongqunzhuangkuang; + } + + + /** + * 设置:保育措施 + */ + + public void setBaoyucuoshi(String baoyucuoshi) { + this.baoyucuoshi = baoyucuoshi; + } + + /** + * 获取:保育措施 + */ + public String getBaoyucuoshi() { + return baoyucuoshi; + } + + + /** + * 设置:发布日期 + */ + + public void setFaburiqi(Date faburiqi) { + this.faburiqi = faburiqi; + } + + /** + * 获取:发布日期 + */ + public Date getFaburiqi() { + return faburiqi; + } + + + /** + * 设置:赞 + */ + + public void setThumbsupnum(Integer thumbsupnum) { + this.thumbsupnum = thumbsupnum; + } + + /** + * 获取:赞 + */ + public Integer getThumbsupnum() { + return thumbsupnum; + } + + + /** + * 设置:踩 + */ + + public void setCrazilynum(Integer crazilynum) { + this.crazilynum = crazilynum; + } + + /** + * 获取:踩 + */ + public Integer getCrazilynum() { + return crazilynum; + } + + + /** + * 设置:最近点击时间 + */ + + public void setClicktime(Date clicktime) { + this.clicktime = clicktime; + } + + /** + * 获取:最近点击时间 + */ + public Date getClicktime() { + return clicktime; + } + + + /** + * 设置:点击次数 + */ + + public void setClicknum(Integer clicknum) { + this.clicknum = clicknum; + } + + /** + * 获取:点击次数 + */ + public Integer getClicknum() { + return clicknum; + } + + + /** + * 设置:评论数 + */ + + public void setDiscussnum(Integer discussnum) { + this.discussnum = discussnum; + } + + /** + * 获取:评论数 + */ + public Integer getDiscussnum() { + return discussnum; + } + + + /** + * 设置:收藏数 + */ + + public void setStoreupnum(Integer storeupnum) { + this.storeupnum = storeupnum; + } + + /** + * 获取:收藏数 + */ + public Integer getStoreupnum() { + return storeupnum; + } + +} diff --git a/src/main/java/com/entity/model/ShigujiluModel.java b/src/main/java/com/entity/model/ShigujiluModel.java new file mode 100644 index 0000000..b9d6a6a --- /dev/null +++ b/src/main/java/com/entity/model/ShigujiluModel.java @@ -0,0 +1,358 @@ +package com.entity.model; + +import com.entity.ShigujiluEntity; + +import com.baomidou.mybatisplus.annotations.TableName; +import java.util.Date; +import org.springframework.format.annotation.DateTimeFormat; + +import com.fasterxml.jackson.annotation.JsonFormat; +import java.io.Serializable; + + +/** + * 事故记录 + * 接收传参的实体类 + *(实际开发中配合移动端接口开发手动去掉些没用的字段, 后端一般用entity就够用了) + * 取自ModelAndView 的model名称 + * @author + * @email + * @date 2030-03-20 23:07:14 + */ +public class ShigujiluModel implements Serializable { + private static final long serialVersionUID = 1L; + + + /** + * 车牌号 + */ + + private String chepaihao; + + /** + * 车辆型号 + */ + + private String cheliangxinghao; + + /** + * 发动机号 + */ + + private String fadongjihao; + + /** + * 车架号 + */ + + private String chejiahao; + + /** + * 事故地点 + */ + + private String shigudidian; + + /** + * 事故责任方 + */ + + private String shiguzerenfang; + + /** + * 事故照片 + */ + + private String shiguzhaopian; + + /** + * 证明材料 + */ + + private String zhengmingcailiao; + + /** + * 事故日期 + */ + + @JsonFormat(locale="zh", timezone="GMT+8", pattern="yyyy-MM-dd HH:mm:ss") + @DateTimeFormat + private Date shiguriqi; + + /** + * 事故详情 + */ + + private String shiguxiangqing; + + /** + * 账号 + */ + + private String zhanghao; + + /** + * 姓名 + */ + + private String xingming; + + /** + * 驾驶证号 + */ + + private String jiashizhenghao; + + /** + * 员工账号 + */ + + private String yuangongzhanghao; + + /** + * 员工姓名 + */ + + private String yuangongxingming; + + + /** + * 设置:车牌号 + */ + + public void setChepaihao(String chepaihao) { + this.chepaihao = chepaihao; + } + + /** + * 获取:车牌号 + */ + public String getChepaihao() { + return chepaihao; + } + + + /** + * 设置:车辆型号 + */ + + public void setCheliangxinghao(String cheliangxinghao) { + this.cheliangxinghao = cheliangxinghao; + } + + /** + * 获取:车辆型号 + */ + public String getCheliangxinghao() { + return cheliangxinghao; + } + + + /** + * 设置:发动机号 + */ + + public void setFadongjihao(String fadongjihao) { + this.fadongjihao = fadongjihao; + } + + /** + * 获取:发动机号 + */ + public String getFadongjihao() { + return fadongjihao; + } + + + /** + * 设置:车架号 + */ + + public void setChejiahao(String chejiahao) { + this.chejiahao = chejiahao; + } + + /** + * 获取:车架号 + */ + public String getChejiahao() { + return chejiahao; + } + + + /** + * 设置:事故地点 + */ + + public void setShigudidian(String shigudidian) { + this.shigudidian = shigudidian; + } + + /** + * 获取:事故地点 + */ + public String getShigudidian() { + return shigudidian; + } + + + /** + * 设置:事故责任方 + */ + + public void setShiguzerenfang(String shiguzerenfang) { + this.shiguzerenfang = shiguzerenfang; + } + + /** + * 获取:事故责任方 + */ + public String getShiguzerenfang() { + return shiguzerenfang; + } + + + /** + * 设置:事故照片 + */ + + public void setShiguzhaopian(String shiguzhaopian) { + this.shiguzhaopian = shiguzhaopian; + } + + /** + * 获取:事故照片 + */ + public String getShiguzhaopian() { + return shiguzhaopian; + } + + + /** + * 设置:证明材料 + */ + + public void setZhengmingcailiao(String zhengmingcailiao) { + this.zhengmingcailiao = zhengmingcailiao; + } + + /** + * 获取:证明材料 + */ + public String getZhengmingcailiao() { + return zhengmingcailiao; + } + + + /** + * 设置:事故日期 + */ + + public void setShiguriqi(Date shiguriqi) { + this.shiguriqi = shiguriqi; + } + + /** + * 获取:事故日期 + */ + public Date getShiguriqi() { + return shiguriqi; + } + + + /** + * 设置:事故详情 + */ + + public void setShiguxiangqing(String shiguxiangqing) { + this.shiguxiangqing = shiguxiangqing; + } + + /** + * 获取:事故详情 + */ + public String getShiguxiangqing() { + return shiguxiangqing; + } + + + /** + * 设置:账号 + */ + + public void setZhanghao(String zhanghao) { + this.zhanghao = zhanghao; + } + + /** + * 获取:账号 + */ + public String getZhanghao() { + return zhanghao; + } + + + /** + * 设置:姓名 + */ + + public void setXingming(String xingming) { + this.xingming = xingming; + } + + /** + * 获取:姓名 + */ + public String getXingming() { + return xingming; + } + + + /** + * 设置:驾驶证号 + */ + + public void setJiashizhenghao(String jiashizhenghao) { + this.jiashizhenghao = jiashizhenghao; + } + + /** + * 获取:驾驶证号 + */ + public String getJiashizhenghao() { + return jiashizhenghao; + } + + + /** + * 设置:员工账号 + */ + + public void setYuangongzhanghao(String yuangongzhanghao) { + this.yuangongzhanghao = yuangongzhanghao; + } + + /** + * 获取:员工账号 + */ + public String getYuangongzhanghao() { + return yuangongzhanghao; + } + + + /** + * 设置:员工姓名 + */ + + public void setYuangongxingming(String yuangongxingming) { + this.yuangongxingming = yuangongxingming; + } + + /** + * 获取:员工姓名 + */ + public String getYuangongxingming() { + return yuangongxingming; + } + +} diff --git a/src/main/java/com/entity/model/XubaotongzhiModel.java b/src/main/java/com/entity/model/XubaotongzhiModel.java new file mode 100644 index 0000000..71d41cb --- /dev/null +++ b/src/main/java/com/entity/model/XubaotongzhiModel.java @@ -0,0 +1,226 @@ +package com.entity.model; + +import com.entity.XubaotongzhiEntity; + +import com.baomidou.mybatisplus.annotations.TableName; +import java.util.Date; +import org.springframework.format.annotation.DateTimeFormat; + +import com.fasterxml.jackson.annotation.JsonFormat; +import java.io.Serializable; + + +/** + * 续保通知 + * 接收传参的实体类 + *(实际开发中配合移动端接口开发手动去掉些没用的字段, 后端一般用entity就够用了) + * 取自ModelAndView 的model名称 + * @author + * @email + * @date 2030-03-20 23:07:14 + */ +public class XubaotongzhiModel implements Serializable { + private static final long serialVersionUID = 1L; + + + /** + * 车牌号 + */ + + private String chepaihao; + + /** + * 车辆型号 + */ + + private String cheliangxinghao; + + /** + * 通知内容 + */ + + private String tongzhineirong; + + /** + * 通知日期 + */ + + @JsonFormat(locale="zh", timezone="GMT+8", pattern="yyyy-MM-dd HH:mm:ss") + @DateTimeFormat + private Date tongzhiriqi; + + /** + * 账号 + */ + + private String zhanghao; + + /** + * 姓名 + */ + + private String xingming; + + /** + * 驾驶证号 + */ + + private String jiashizhenghao; + + /** + * 员工账号 + */ + + private String yuangongzhanghao; + + /** + * 员工姓名 + */ + + private String yuangongxingming; + + + /** + * 设置:车牌号 + */ + + public void setChepaihao(String chepaihao) { + this.chepaihao = chepaihao; + } + + /** + * 获取:车牌号 + */ + public String getChepaihao() { + return chepaihao; + } + + + /** + * 设置:车辆型号 + */ + + public void setCheliangxinghao(String cheliangxinghao) { + this.cheliangxinghao = cheliangxinghao; + } + + /** + * 获取:车辆型号 + */ + public String getCheliangxinghao() { + return cheliangxinghao; + } + + + /** + * 设置:通知内容 + */ + + public void setTongzhineirong(String tongzhineirong) { + this.tongzhineirong = tongzhineirong; + } + + /** + * 获取:通知内容 + */ + public String getTongzhineirong() { + return tongzhineirong; + } + + + /** + * 设置:通知日期 + */ + + public void setTongzhiriqi(Date tongzhiriqi) { + this.tongzhiriqi = tongzhiriqi; + } + + /** + * 获取:通知日期 + */ + public Date getTongzhiriqi() { + return tongzhiriqi; + } + + + /** + * 设置:账号 + */ + + public void setZhanghao(String zhanghao) { + this.zhanghao = zhanghao; + } + + /** + * 获取:账号 + */ + public String getZhanghao() { + return zhanghao; + } + + + /** + * 设置:姓名 + */ + + public void setXingming(String xingming) { + this.xingming = xingming; + } + + /** + * 获取:姓名 + */ + public String getXingming() { + return xingming; + } + + + /** + * 设置:驾驶证号 + */ + + public void setJiashizhenghao(String jiashizhenghao) { + this.jiashizhenghao = jiashizhenghao; + } + + /** + * 获取:驾驶证号 + */ + public String getJiashizhenghao() { + return jiashizhenghao; + } + + + /** + * 设置:员工账号 + */ + + public void setYuangongzhanghao(String yuangongzhanghao) { + this.yuangongzhanghao = yuangongzhanghao; + } + + /** + * 获取:员工账号 + */ + public String getYuangongzhanghao() { + return yuangongzhanghao; + } + + + /** + * 设置:员工姓名 + */ + + public void setYuangongxingming(String yuangongxingming) { + this.yuangongxingming = yuangongxingming; + } + + /** + * 获取:员工姓名 + */ + public String getYuangongxingming() { + return yuangongxingming; + } + +} diff --git a/src/main/java/com/entity/view/BaoxianxinxiView.java b/src/main/java/com/entity/view/BaoxianxinxiView.java new file mode 100644 index 0000000..ea9814f --- /dev/null +++ b/src/main/java/com/entity/view/BaoxianxinxiView.java @@ -0,0 +1,40 @@ +package com.entity.view; + +import com.entity.BaoxianxinxiEntity; + +import com.baomidou.mybatisplus.annotations.TableName; +import org.apache.commons.beanutils.BeanUtils; +import java.lang.reflect.InvocationTargetException; +import java.math.BigDecimal; + +import java.io.Serializable; +import com.utils.EncryptUtil; + + +/** + * 保险信息 + * 后端返回视图实体辅助类 + * (通常后端关联的表或者自定义的字段需要返回使用) + * @author + * @email + * @date 2030-03-20 23:07:14 + */ +@TableName("baoxianxinxi") +public class BaoxianxinxiView extends BaoxianxinxiEntity implements Serializable { + private static final long serialVersionUID = 1L; + + public BaoxianxinxiView(){ + } + + public BaoxianxinxiView(BaoxianxinxiEntity baoxianxinxiEntity){ + try { + BeanUtils.copyProperties(this, baoxianxinxiEntity); + } catch (IllegalAccessException | InvocationTargetException e) { + // TODO Auto-generated catch block + e.printStackTrace(); + } + + } + + +} diff --git a/src/main/java/com/entity/view/CheliangdanganView.java b/src/main/java/com/entity/view/CheliangdanganView.java new file mode 100644 index 0000000..a24f627 --- /dev/null +++ b/src/main/java/com/entity/view/CheliangdanganView.java @@ -0,0 +1,40 @@ +package com.entity.view; + +import com.entity.CheliangdanganEntity; + +import com.baomidou.mybatisplus.annotations.TableName; +import org.apache.commons.beanutils.BeanUtils; +import java.lang.reflect.InvocationTargetException; +import java.math.BigDecimal; + +import java.io.Serializable; +import com.utils.EncryptUtil; + + +/** + * 车辆档案 + * 后端返回视图实体辅助类 + * (通常后端关联的表或者自定义的字段需要返回使用) + * @author + * @email + * @date 2030-03-20 23:07:14 + */ +@TableName("cheliangdangan") +public class CheliangdanganView extends CheliangdanganEntity implements Serializable { + private static final long serialVersionUID = 1L; + + public CheliangdanganView(){ + } + + public CheliangdanganView(CheliangdanganEntity cheliangdanganEntity){ + try { + BeanUtils.copyProperties(this, cheliangdanganEntity); + } catch (IllegalAccessException | InvocationTargetException e) { + // TODO Auto-generated catch block + e.printStackTrace(); + } + + } + + +} diff --git a/src/main/java/com/entity/view/FafangpaizhaoView.java b/src/main/java/com/entity/view/FafangpaizhaoView.java new file mode 100644 index 0000000..06c86e4 --- /dev/null +++ b/src/main/java/com/entity/view/FafangpaizhaoView.java @@ -0,0 +1,40 @@ +package com.entity.view; + +import com.entity.FafangpaizhaoEntity; + +import com.baomidou.mybatisplus.annotations.TableName; +import org.apache.commons.beanutils.BeanUtils; +import java.lang.reflect.InvocationTargetException; +import java.math.BigDecimal; + +import java.io.Serializable; +import com.utils.EncryptUtil; + + +/** + * 发放牌照 + * 后端返回视图实体辅助类 + * (通常后端关联的表或者自定义的字段需要返回使用) + * @author + * @email + * @date 2030-03-20 23:07:15 + */ +@TableName("fafangpaizhao") +public class FafangpaizhaoView extends FafangpaizhaoEntity implements Serializable { + private static final long serialVersionUID = 1L; + + public FafangpaizhaoView(){ + } + + public FafangpaizhaoView(FafangpaizhaoEntity fafangpaizhaoEntity){ + try { + BeanUtils.copyProperties(this, fafangpaizhaoEntity); + } catch (IllegalAccessException | InvocationTargetException e) { + // TODO Auto-generated catch block + e.printStackTrace(); + } + + } + + +} diff --git a/src/main/java/com/entity/view/GonggaoxinxiView.java b/src/main/java/com/entity/view/GonggaoxinxiView.java new file mode 100644 index 0000000..041db8b --- /dev/null +++ b/src/main/java/com/entity/view/GonggaoxinxiView.java @@ -0,0 +1,40 @@ +package com.entity.view; + +import com.entity.GonggaoxinxiEntity; + +import com.baomidou.mybatisplus.annotations.TableName; +import org.apache.commons.beanutils.BeanUtils; +import java.lang.reflect.InvocationTargetException; +import java.math.BigDecimal; + +import java.io.Serializable; +import com.utils.EncryptUtil; + + +/** + * 公告信息 + * 后端返回视图实体辅助类 + * (通常后端关联的表或者自定义的字段需要返回使用) + * @author + * @email + * @date 2030-03-20 23:07:14 + */ +@TableName("gonggaoxinxi") +public class GonggaoxinxiView extends GonggaoxinxiEntity implements Serializable { + private static final long serialVersionUID = 1L; + + public GonggaoxinxiView(){ + } + + public GonggaoxinxiView(GonggaoxinxiEntity gonggaoxinxiEntity){ + try { + BeanUtils.copyProperties(this, gonggaoxinxiEntity); + } catch (IllegalAccessException | InvocationTargetException e) { + // TODO Auto-generated catch block + e.printStackTrace(); + } + + } + + +} diff --git a/src/main/java/com/entity/view/GongzuorenyuanView.java b/src/main/java/com/entity/view/GongzuorenyuanView.java new file mode 100644 index 0000000..1adc2ff --- /dev/null +++ b/src/main/java/com/entity/view/GongzuorenyuanView.java @@ -0,0 +1,40 @@ +package com.entity.view; + +import com.entity.GongzuorenyuanEntity; + +import com.baomidou.mybatisplus.annotations.TableName; +import org.apache.commons.beanutils.BeanUtils; +import java.lang.reflect.InvocationTargetException; +import java.math.BigDecimal; + +import java.io.Serializable; +import com.utils.EncryptUtil; + + +/** + * 工作人员 + * 后端返回视图实体辅助类 + * (通常后端关联的表或者自定义的字段需要返回使用) + * @author + * @email + * @date 2030-03-20 23:07:14 + */ +@TableName("gongzuorenyuan") +public class GongzuorenyuanView extends GongzuorenyuanEntity implements Serializable { + private static final long serialVersionUID = 1L; + + public GongzuorenyuanView(){ + } + + public GongzuorenyuanView(GongzuorenyuanEntity gongzuorenyuanEntity){ + try { + BeanUtils.copyProperties(this, gongzuorenyuanEntity); + } catch (IllegalAccessException | InvocationTargetException e) { + // TODO Auto-generated catch block + e.printStackTrace(); + } + + } + + +} diff --git a/src/main/java/com/entity/view/GuapaishenqingView.java b/src/main/java/com/entity/view/GuapaishenqingView.java new file mode 100644 index 0000000..52a9f91 --- /dev/null +++ b/src/main/java/com/entity/view/GuapaishenqingView.java @@ -0,0 +1,40 @@ +package com.entity.view; + +import com.entity.GuapaishenqingEntity; + +import com.baomidou.mybatisplus.annotations.TableName; +import org.apache.commons.beanutils.BeanUtils; +import java.lang.reflect.InvocationTargetException; +import java.math.BigDecimal; + +import java.io.Serializable; +import com.utils.EncryptUtil; + + +/** + * 挂牌申请 + * 后端返回视图实体辅助类 + * (通常后端关联的表或者自定义的字段需要返回使用) + * @author + * @email + * @date 2030-03-20 23:07:14 + */ +@TableName("guapaishenqing") +public class GuapaishenqingView extends GuapaishenqingEntity implements Serializable { + private static final long serialVersionUID = 1L; + + public GuapaishenqingView(){ + } + + public GuapaishenqingView(GuapaishenqingEntity guapaishenqingEntity){ + try { + BeanUtils.copyProperties(this, guapaishenqingEntity); + } catch (IllegalAccessException | InvocationTargetException e) { + // TODO Auto-generated catch block + e.printStackTrace(); + } + + } + + +} diff --git a/src/main/java/com/entity/view/JiashiyuanView.java b/src/main/java/com/entity/view/JiashiyuanView.java new file mode 100644 index 0000000..3970872 --- /dev/null +++ b/src/main/java/com/entity/view/JiashiyuanView.java @@ -0,0 +1,40 @@ +package com.entity.view; + +import com.entity.JiashiyuanEntity; + +import com.baomidou.mybatisplus.annotations.TableName; +import org.apache.commons.beanutils.BeanUtils; +import java.lang.reflect.InvocationTargetException; +import java.math.BigDecimal; + +import java.io.Serializable; +import com.utils.EncryptUtil; + + +/** + * 驾驶员 + * 后端返回视图实体辅助类 + * (通常后端关联的表或者自定义的字段需要返回使用) + * @author + * @email + * @date 2030-03-20 23:07:14 + */ +@TableName("jiashiyuan") +public class JiashiyuanView extends JiashiyuanEntity implements Serializable { + private static final long serialVersionUID = 1L; + + public JiashiyuanView(){ + } + + public JiashiyuanView(JiashiyuanEntity jiashiyuanEntity){ + try { + BeanUtils.copyProperties(this, jiashiyuanEntity); + } catch (IllegalAccessException | InvocationTargetException e) { + // TODO Auto-generated catch block + e.printStackTrace(); + } + + } + + +} diff --git a/src/main/java/com/entity/view/LuxianxinxiView.java b/src/main/java/com/entity/view/LuxianxinxiView.java new file mode 100644 index 0000000..efa00b4 --- /dev/null +++ b/src/main/java/com/entity/view/LuxianxinxiView.java @@ -0,0 +1,39 @@ +package com.entity.view; + +import com.entity.LuxianxinxiEntity; + +import com.baomidou.mybatisplus.annotations.TableName; +import org.apache.commons.beanutils.BeanUtils; +import java.lang.reflect.InvocationTargetException; +import java.math.BigDecimal; + +import java.io.Serializable; + + +/** + * 路线信息 + * 后端返回视图实体辅助类 + * (通常后端关联的表或者自定义的字段需要返回使用) + * @author + * @email + * @date 2030-05-02 11:48:07 + */ +@TableName("luxianxinxi") +public class LuxianxinxiView extends LuxianxinxiEntity implements Serializable { + private static final long serialVersionUID = 1L; + + public LuxianxinxiView(){ + } + + public LuxianxinxiView(LuxianxinxiEntity luxianxinxiEntity){ + try { + BeanUtils.copyProperties(this, luxianxinxiEntity); + } catch (IllegalAccessException | InvocationTargetException e) { + // TODO Auto-generated catch block + e.printStackTrace(); + } + + } + + +} diff --git a/src/main/java/com/entity/view/ShigujiluView.java b/src/main/java/com/entity/view/ShigujiluView.java new file mode 100644 index 0000000..6b8f87f --- /dev/null +++ b/src/main/java/com/entity/view/ShigujiluView.java @@ -0,0 +1,40 @@ +package com.entity.view; + +import com.entity.ShigujiluEntity; + +import com.baomidou.mybatisplus.annotations.TableName; +import org.apache.commons.beanutils.BeanUtils; +import java.lang.reflect.InvocationTargetException; +import java.math.BigDecimal; + +import java.io.Serializable; +import com.utils.EncryptUtil; + + +/** + * 事故记录 + * 后端返回视图实体辅助类 + * (通常后端关联的表或者自定义的字段需要返回使用) + * @author + * @email + * @date 2030-03-20 23:07:14 + */ +@TableName("shigujilu") +public class ShigujiluView extends ShigujiluEntity implements Serializable { + private static final long serialVersionUID = 1L; + + public ShigujiluView(){ + } + + public ShigujiluView(ShigujiluEntity shigujiluEntity){ + try { + BeanUtils.copyProperties(this, shigujiluEntity); + } catch (IllegalAccessException | InvocationTargetException e) { + // TODO Auto-generated catch block + e.printStackTrace(); + } + + } + + +} diff --git a/src/main/java/com/entity/view/XubaotongzhiView.java b/src/main/java/com/entity/view/XubaotongzhiView.java new file mode 100644 index 0000000..9bc1b25 --- /dev/null +++ b/src/main/java/com/entity/view/XubaotongzhiView.java @@ -0,0 +1,40 @@ +package com.entity.view; + +import com.entity.XubaotongzhiEntity; + +import com.baomidou.mybatisplus.annotations.TableName; +import org.apache.commons.beanutils.BeanUtils; +import java.lang.reflect.InvocationTargetException; +import java.math.BigDecimal; + +import java.io.Serializable; +import com.utils.EncryptUtil; + + +/** + * 续保通知 + * 后端返回视图实体辅助类 + * (通常后端关联的表或者自定义的字段需要返回使用) + * @author + * @email + * @date 2030-03-20 23:07:14 + */ +@TableName("xubaotongzhi") +public class XubaotongzhiView extends XubaotongzhiEntity implements Serializable { + private static final long serialVersionUID = 1L; + + public XubaotongzhiView(){ + } + + public XubaotongzhiView(XubaotongzhiEntity xubaotongzhiEntity){ + try { + BeanUtils.copyProperties(this, xubaotongzhiEntity); + } catch (IllegalAccessException | InvocationTargetException e) { + // TODO Auto-generated catch block + e.printStackTrace(); + } + + } + + +} diff --git a/src/main/java/com/entity/vo/BaoxianxinxiVO.java b/src/main/java/com/entity/vo/BaoxianxinxiVO.java new file mode 100644 index 0000000..f0f7319 --- /dev/null +++ b/src/main/java/com/entity/vo/BaoxianxinxiVO.java @@ -0,0 +1,381 @@ +package com.entity.vo; + +import com.entity.BaoxianxinxiEntity; + +import com.baomidou.mybatisplus.annotations.TableName; +import java.util.Date; +import org.springframework.format.annotation.DateTimeFormat; + +import com.fasterxml.jackson.annotation.JsonFormat; +import java.io.Serializable; + + +/** + * 保险信息 + * @author + * @email + * @date 2030-03-20 23:07:14 + */ +public class BaoxianxinxiVO implements Serializable { + private static final long serialVersionUID = 1L; + + + /** + * 保险类型 + */ + + private String baoxianleixing; + + /** + * 保险金额 + */ + + private Double baoxianjine; + + /** + * 生效日期 + */ + + @JsonFormat(locale="zh", timezone="GMT+8", pattern="yyyy-MM-dd HH:mm:ss") + @DateTimeFormat + private Date shengxiaoriqi; + + /** + * 有效期至 + */ + + @JsonFormat(locale="zh", timezone="GMT+8", pattern="yyyy-MM-dd HH:mm:ss") + @DateTimeFormat + private Date youxiaoqizhi; + + /** + * 车牌号 + */ + + private String chepaihao; + + /** + * 车辆型号 + */ + + private String cheliangxinghao; + + /** + * 车辆品牌 + */ + + private String cheliangpinpai; + + /** + * 车辆类型 + */ + + private String cheliangleixing; + + /** + * 发动机号 + */ + + private String fadongjihao; + + /** + * 车架号 + */ + + private String chejiahao; + + /** + * 登记日期 + */ + + @JsonFormat(locale="zh", timezone="GMT+8", pattern="yyyy-MM-dd HH:mm:ss") + @DateTimeFormat + private Date dengjiriqi; + + /** + * 账号 + */ + + private String zhanghao; + + /** + * 姓名 + */ + + private String xingming; + + /** + * 驾驶证号 + */ + + private String jiashizhenghao; + + /** + * 员工账号 + */ + + private String yuangongzhanghao; + + /** + * 员工姓名 + */ + + private String yuangongxingming; + + + /** + * 设置:保险类型 + */ + + public void setBaoxianleixing(String baoxianleixing) { + this.baoxianleixing = baoxianleixing; + } + + /** + * 获取:保险类型 + */ + public String getBaoxianleixing() { + return baoxianleixing; + } + + + /** + * 设置:保险金额 + */ + + public void setBaoxianjine(Double baoxianjine) { + this.baoxianjine = baoxianjine; + } + + /** + * 获取:保险金额 + */ + public Double getBaoxianjine() { + return baoxianjine; + } + + + /** + * 设置:生效日期 + */ + + public void setShengxiaoriqi(Date shengxiaoriqi) { + this.shengxiaoriqi = shengxiaoriqi; + } + + /** + * 获取:生效日期 + */ + public Date getShengxiaoriqi() { + return shengxiaoriqi; + } + + + /** + * 设置:有效期至 + */ + + public void setYouxiaoqizhi(Date youxiaoqizhi) { + this.youxiaoqizhi = youxiaoqizhi; + } + + /** + * 获取:有效期至 + */ + public Date getYouxiaoqizhi() { + return youxiaoqizhi; + } + + + /** + * 设置:车牌号 + */ + + public void setChepaihao(String chepaihao) { + this.chepaihao = chepaihao; + } + + /** + * 获取:车牌号 + */ + public String getChepaihao() { + return chepaihao; + } + + + /** + * 设置:车辆型号 + */ + + public void setCheliangxinghao(String cheliangxinghao) { + this.cheliangxinghao = cheliangxinghao; + } + + /** + * 获取:车辆型号 + */ + public String getCheliangxinghao() { + return cheliangxinghao; + } + + + /** + * 设置:车辆品牌 + */ + + public void setCheliangpinpai(String cheliangpinpai) { + this.cheliangpinpai = cheliangpinpai; + } + + /** + * 获取:车辆品牌 + */ + public String getCheliangpinpai() { + return cheliangpinpai; + } + + + /** + * 设置:车辆类型 + */ + + public void setCheliangleixing(String cheliangleixing) { + this.cheliangleixing = cheliangleixing; + } + + /** + * 获取:车辆类型 + */ + public String getCheliangleixing() { + return cheliangleixing; + } + + + /** + * 设置:发动机号 + */ + + public void setFadongjihao(String fadongjihao) { + this.fadongjihao = fadongjihao; + } + + /** + * 获取:发动机号 + */ + public String getFadongjihao() { + return fadongjihao; + } + + + /** + * 设置:车架号 + */ + + public void setChejiahao(String chejiahao) { + this.chejiahao = chejiahao; + } + + /** + * 获取:车架号 + */ + public String getChejiahao() { + return chejiahao; + } + + + /** + * 设置:登记日期 + */ + + public void setDengjiriqi(Date dengjiriqi) { + this.dengjiriqi = dengjiriqi; + } + + /** + * 获取:登记日期 + */ + public Date getDengjiriqi() { + return dengjiriqi; + } + + + /** + * 设置:账号 + */ + + public void setZhanghao(String zhanghao) { + this.zhanghao = zhanghao; + } + + /** + * 获取:账号 + */ + public String getZhanghao() { + return zhanghao; + } + + + /** + * 设置:姓名 + */ + + public void setXingming(String xingming) { + this.xingming = xingming; + } + + /** + * 获取:姓名 + */ + public String getXingming() { + return xingming; + } + + + /** + * 设置:驾驶证号 + */ + + public void setJiashizhenghao(String jiashizhenghao) { + this.jiashizhenghao = jiashizhenghao; + } + + /** + * 获取:驾驶证号 + */ + public String getJiashizhenghao() { + return jiashizhenghao; + } + + + /** + * 设置:员工账号 + */ + + public void setYuangongzhanghao(String yuangongzhanghao) { + this.yuangongzhanghao = yuangongzhanghao; + } + + /** + * 获取:员工账号 + */ + public String getYuangongzhanghao() { + return yuangongzhanghao; + } + + + /** + * 设置:员工姓名 + */ + + public void setYuangongxingming(String yuangongxingming) { + this.yuangongxingming = yuangongxingming; + } + + /** + * 获取:员工姓名 + */ + public String getYuangongxingming() { + return yuangongxingming; + } + +} diff --git a/src/main/java/com/entity/vo/CheliangdanganVO.java b/src/main/java/com/entity/vo/CheliangdanganVO.java new file mode 100644 index 0000000..7f62564 --- /dev/null +++ b/src/main/java/com/entity/vo/CheliangdanganVO.java @@ -0,0 +1,421 @@ +package com.entity.vo; + +import com.entity.CheliangdanganEntity; + +import com.baomidou.mybatisplus.annotations.TableName; +import java.util.Date; +import org.springframework.format.annotation.DateTimeFormat; + +import com.fasterxml.jackson.annotation.JsonFormat; +import java.io.Serializable; + + +/** + * 车辆档案 + * @author + * @email + * @date 2030-03-20 23:07:14 + */ +public class CheliangdanganVO implements Serializable { + private static final long serialVersionUID = 1L; + + + /** + * 车牌号 + */ + + private String chepaihao; + + /** + * 车辆型号 + */ + + private String cheliangxinghao; + + /** + * 车辆品牌 + */ + + private String cheliangpinpai; + + /** + * 车辆类型 + */ + + private String cheliangleixing; + + /** + * 发动机号 + */ + + private String fadongjihao; + + /** + * 车架号 + */ + + private String chejiahao; + + /** + * 颜色 + */ + + private String yanse; + + /** + * 换挡方式 + */ + + private String huandangfangshi; + + /** + * 车辆照片 + */ + + private String cheliangzhaopian; + + /** + * 座位 + */ + + private Integer zuowei; + + /** + * 登记日期 + */ + + @JsonFormat(locale="zh", timezone="GMT+8", pattern="yyyy-MM-dd HH:mm:ss") + @DateTimeFormat + private Date dengjiriqi; + + /** + * 档案文件 + */ + + private String danganwenjian; + + /** + * 车辆详情 + */ + + private String cheliangxiangqing; + + /** + * 账号 + */ + + private String zhanghao; + + /** + * 姓名 + */ + + private String xingming; + + /** + * 驾驶证号 + */ + + private String jiashizhenghao; + + /** + * 员工账号 + */ + + private String yuangongzhanghao; + + /** + * 员工姓名 + */ + + private String yuangongxingming; + + + /** + * 设置:车牌号 + */ + + public void setChepaihao(String chepaihao) { + this.chepaihao = chepaihao; + } + + /** + * 获取:车牌号 + */ + public String getChepaihao() { + return chepaihao; + } + + + /** + * 设置:车辆型号 + */ + + public void setCheliangxinghao(String cheliangxinghao) { + this.cheliangxinghao = cheliangxinghao; + } + + /** + * 获取:车辆型号 + */ + public String getCheliangxinghao() { + return cheliangxinghao; + } + + + /** + * 设置:车辆品牌 + */ + + public void setCheliangpinpai(String cheliangpinpai) { + this.cheliangpinpai = cheliangpinpai; + } + + /** + * 获取:车辆品牌 + */ + public String getCheliangpinpai() { + return cheliangpinpai; + } + + + /** + * 设置:车辆类型 + */ + + public void setCheliangleixing(String cheliangleixing) { + this.cheliangleixing = cheliangleixing; + } + + /** + * 获取:车辆类型 + */ + public String getCheliangleixing() { + return cheliangleixing; + } + + + /** + * 设置:发动机号 + */ + + public void setFadongjihao(String fadongjihao) { + this.fadongjihao = fadongjihao; + } + + /** + * 获取:发动机号 + */ + public String getFadongjihao() { + return fadongjihao; + } + + + /** + * 设置:车架号 + */ + + public void setChejiahao(String chejiahao) { + this.chejiahao = chejiahao; + } + + /** + * 获取:车架号 + */ + public String getChejiahao() { + return chejiahao; + } + + + /** + * 设置:颜色 + */ + + public void setYanse(String yanse) { + this.yanse = yanse; + } + + /** + * 获取:颜色 + */ + public String getYanse() { + return yanse; + } + + + /** + * 设置:换挡方式 + */ + + public void setHuandangfangshi(String huandangfangshi) { + this.huandangfangshi = huandangfangshi; + } + + /** + * 获取:换挡方式 + */ + public String getHuandangfangshi() { + return huandangfangshi; + } + + + /** + * 设置:车辆照片 + */ + + public void setCheliangzhaopian(String cheliangzhaopian) { + this.cheliangzhaopian = cheliangzhaopian; + } + + /** + * 获取:车辆照片 + */ + public String getCheliangzhaopian() { + return cheliangzhaopian; + } + + + /** + * 设置:座位 + */ + + public void setZuowei(Integer zuowei) { + this.zuowei = zuowei; + } + + /** + * 获取:座位 + */ + public Integer getZuowei() { + return zuowei; + } + + + /** + * 设置:登记日期 + */ + + public void setDengjiriqi(Date dengjiriqi) { + this.dengjiriqi = dengjiriqi; + } + + /** + * 获取:登记日期 + */ + public Date getDengjiriqi() { + return dengjiriqi; + } + + + /** + * 设置:档案文件 + */ + + public void setDanganwenjian(String danganwenjian) { + this.danganwenjian = danganwenjian; + } + + /** + * 获取:档案文件 + */ + public String getDanganwenjian() { + return danganwenjian; + } + + + /** + * 设置:车辆详情 + */ + + public void setCheliangxiangqing(String cheliangxiangqing) { + this.cheliangxiangqing = cheliangxiangqing; + } + + /** + * 获取:车辆详情 + */ + public String getCheliangxiangqing() { + return cheliangxiangqing; + } + + + /** + * 设置:账号 + */ + + public void setZhanghao(String zhanghao) { + this.zhanghao = zhanghao; + } + + /** + * 获取:账号 + */ + public String getZhanghao() { + return zhanghao; + } + + + /** + * 设置:姓名 + */ + + public void setXingming(String xingming) { + this.xingming = xingming; + } + + /** + * 获取:姓名 + */ + public String getXingming() { + return xingming; + } + + + /** + * 设置:驾驶证号 + */ + + public void setJiashizhenghao(String jiashizhenghao) { + this.jiashizhenghao = jiashizhenghao; + } + + /** + * 获取:驾驶证号 + */ + public String getJiashizhenghao() { + return jiashizhenghao; + } + + + /** + * 设置:员工账号 + */ + + public void setYuangongzhanghao(String yuangongzhanghao) { + this.yuangongzhanghao = yuangongzhanghao; + } + + /** + * 获取:员工账号 + */ + public String getYuangongzhanghao() { + return yuangongzhanghao; + } + + + /** + * 设置:员工姓名 + */ + + public void setYuangongxingming(String yuangongxingming) { + this.yuangongxingming = yuangongxingming; + } + + /** + * 获取:员工姓名 + */ + public String getYuangongxingming() { + return yuangongxingming; + } + +} diff --git a/src/main/java/com/entity/vo/FafangpaizhaoVO.java b/src/main/java/com/entity/vo/FafangpaizhaoVO.java new file mode 100644 index 0000000..6032aab --- /dev/null +++ b/src/main/java/com/entity/vo/FafangpaizhaoVO.java @@ -0,0 +1,201 @@ +package com.entity.vo; + +import com.entity.FafangpaizhaoEntity; + +import com.baomidou.mybatisplus.annotations.TableName; +import java.util.Date; +import org.springframework.format.annotation.DateTimeFormat; + +import com.fasterxml.jackson.annotation.JsonFormat; +import java.io.Serializable; + + +/** + * 发放牌照 + * @author + * @email + * @date 2030-03-20 23:07:15 + */ +public class FafangpaizhaoVO implements Serializable { + private static final long serialVersionUID = 1L; + + + /** + * 姓名 + */ + + private String xingming; + + /** + * 驾驶证号 + */ + + private String jiashizhenghao; + + /** + * 车牌号 + */ + + private String chepaihao; + + /** + * 发放时间 + */ + + @JsonFormat(locale="zh", timezone="GMT+8", pattern="yyyy-MM-dd HH:mm:ss") + @DateTimeFormat + private Date fafangshijian; + + /** + * 员工账号 + */ + + private String yuangongzhanghao; + + /** + * 员工姓名 + */ + + private String yuangongxingming; + + /** + * 跨表用户id + */ + + private Long crossuserid; + + /** + * 跨表主键id + */ + + private Long crossrefid; + + + /** + * 设置:姓名 + */ + + public void setXingming(String xingming) { + this.xingming = xingming; + } + + /** + * 获取:姓名 + */ + public String getXingming() { + return xingming; + } + + + /** + * 设置:驾驶证号 + */ + + public void setJiashizhenghao(String jiashizhenghao) { + this.jiashizhenghao = jiashizhenghao; + } + + /** + * 获取:驾驶证号 + */ + public String getJiashizhenghao() { + return jiashizhenghao; + } + + + /** + * 设置:车牌号 + */ + + public void setChepaihao(String chepaihao) { + this.chepaihao = chepaihao; + } + + /** + * 获取:车牌号 + */ + public String getChepaihao() { + return chepaihao; + } + + + /** + * 设置:发放时间 + */ + + public void setFafangshijian(Date fafangshijian) { + this.fafangshijian = fafangshijian; + } + + /** + * 获取:发放时间 + */ + public Date getFafangshijian() { + return fafangshijian; + } + + + /** + * 设置:员工账号 + */ + + public void setYuangongzhanghao(String yuangongzhanghao) { + this.yuangongzhanghao = yuangongzhanghao; + } + + /** + * 获取:员工账号 + */ + public String getYuangongzhanghao() { + return yuangongzhanghao; + } + + + /** + * 设置:员工姓名 + */ + + public void setYuangongxingming(String yuangongxingming) { + this.yuangongxingming = yuangongxingming; + } + + /** + * 获取:员工姓名 + */ + public String getYuangongxingming() { + return yuangongxingming; + } + + + /** + * 设置:跨表用户id + */ + + public void setCrossuserid(Long crossuserid) { + this.crossuserid = crossuserid; + } + + /** + * 获取:跨表用户id + */ + public Long getCrossuserid() { + return crossuserid; + } + + + /** + * 设置:跨表主键id + */ + + public void setCrossrefid(Long crossrefid) { + this.crossrefid = crossrefid; + } + + /** + * 获取:跨表主键id + */ + public Long getCrossrefid() { + return crossrefid; + } + +} diff --git a/src/main/java/com/entity/vo/GonggaoxinxiVO.java b/src/main/java/com/entity/vo/GonggaoxinxiVO.java new file mode 100644 index 0000000..ba62861 --- /dev/null +++ b/src/main/java/com/entity/vo/GonggaoxinxiVO.java @@ -0,0 +1,113 @@ +package com.entity.vo; + +import com.entity.GonggaoxinxiEntity; + +import com.baomidou.mybatisplus.annotations.TableName; +import java.util.Date; +import org.springframework.format.annotation.DateTimeFormat; + +import com.fasterxml.jackson.annotation.JsonFormat; +import java.io.Serializable; + + +/** + * 公告信息 + * @author + * @email + * @date 2030-03-20 23:07:14 + */ +public class GonggaoxinxiVO implements Serializable { + private static final long serialVersionUID = 1L; + + + /** + * 简介 + */ + + private String jianjie; + + /** + * 发布时间 + */ + + @JsonFormat(locale="zh", timezone="GMT+8", pattern="yyyy-MM-dd HH:mm:ss") + @DateTimeFormat + private Date fabushijian; + + /** + * 封面 + */ + + private String fengmian; + + /** + * 内容 + */ + + private String neirong; + + + /** + * 设置:简介 + */ + + public void setJianjie(String jianjie) { + this.jianjie = jianjie; + } + + /** + * 获取:简介 + */ + public String getJianjie() { + return jianjie; + } + + + /** + * 设置:发布时间 + */ + + public void setFabushijian(Date fabushijian) { + this.fabushijian = fabushijian; + } + + /** + * 获取:发布时间 + */ + public Date getFabushijian() { + return fabushijian; + } + + + /** + * 设置:封面 + */ + + public void setFengmian(String fengmian) { + this.fengmian = fengmian; + } + + /** + * 获取:封面 + */ + public String getFengmian() { + return fengmian; + } + + + /** + * 设置:内容 + */ + + public void setNeirong(String neirong) { + this.neirong = neirong; + } + + /** + * 获取:内容 + */ + public String getNeirong() { + return neirong; + } + +} diff --git a/src/main/java/com/entity/vo/GongzuorenyuanVO.java b/src/main/java/com/entity/vo/GongzuorenyuanVO.java new file mode 100644 index 0000000..c55ae2a --- /dev/null +++ b/src/main/java/com/entity/vo/GongzuorenyuanVO.java @@ -0,0 +1,199 @@ +package com.entity.vo; + +import com.entity.GongzuorenyuanEntity; + +import com.baomidou.mybatisplus.annotations.TableName; +import java.util.Date; +import org.springframework.format.annotation.DateTimeFormat; + +import com.fasterxml.jackson.annotation.JsonFormat; +import java.io.Serializable; + + +/** + * 工作人员 + * @author + * @email + * @date 2030-03-20 23:07:14 + */ +public class GongzuorenyuanVO implements Serializable { + private static final long serialVersionUID = 1L; + + + /** + * 密码 + */ + + private String mima; + + /** + * 员工姓名 + */ + + private String yuangongxingming; + + /** + * 年龄 + */ + + private Integer nianling; + + /** + * 性别 + */ + + private String xingbie; + + /** + * 手机 + */ + + private String shouji; + + /** + * 头像 + */ + + private String touxiang; + + /** + * 是否审核 + */ + + private String sfsh; + + /** + * 审核回复 + */ + + private String shhf; + + + /** + * 设置:密码 + */ + + public void setMima(String mima) { + this.mima = mima; + } + + /** + * 获取:密码 + */ + public String getMima() { + return mima; + } + + + /** + * 设置:员工姓名 + */ + + public void setYuangongxingming(String yuangongxingming) { + this.yuangongxingming = yuangongxingming; + } + + /** + * 获取:员工姓名 + */ + public String getYuangongxingming() { + return yuangongxingming; + } + + + /** + * 设置:年龄 + */ + + public void setNianling(Integer nianling) { + this.nianling = nianling; + } + + /** + * 获取:年龄 + */ + public Integer getNianling() { + return nianling; + } + + + /** + * 设置:性别 + */ + + public void setXingbie(String xingbie) { + this.xingbie = xingbie; + } + + /** + * 获取:性别 + */ + public String getXingbie() { + return xingbie; + } + + + /** + * 设置:手机 + */ + + public void setShouji(String shouji) { + this.shouji = shouji; + } + + /** + * 获取:手机 + */ + public String getShouji() { + return shouji; + } + + + /** + * 设置:头像 + */ + + public void setTouxiang(String touxiang) { + this.touxiang = touxiang; + } + + /** + * 获取:头像 + */ + public String getTouxiang() { + return touxiang; + } + + + /** + * 设置:是否审核 + */ + + public void setSfsh(String sfsh) { + this.sfsh = sfsh; + } + + /** + * 获取:是否审核 + */ + public String getSfsh() { + return sfsh; + } + + + /** + * 设置:审核回复 + */ + + public void setShhf(String shhf) { + this.shhf = shhf; + } + + /** + * 获取:审核回复 + */ + public String getShhf() { + return shhf; + } + +} diff --git a/src/main/java/com/entity/vo/GuapaishenqingVO.java b/src/main/java/com/entity/vo/GuapaishenqingVO.java new file mode 100644 index 0000000..6cff943 --- /dev/null +++ b/src/main/java/com/entity/vo/GuapaishenqingVO.java @@ -0,0 +1,245 @@ +package com.entity.vo; + +import com.entity.GuapaishenqingEntity; + +import com.baomidou.mybatisplus.annotations.TableName; +import java.util.Date; +import org.springframework.format.annotation.DateTimeFormat; + +import com.fasterxml.jackson.annotation.JsonFormat; +import java.io.Serializable; + + +/** + * 挂牌申请 + * @author + * @email + * @date 2030-03-20 23:07:14 + */ +public class GuapaishenqingVO implements Serializable { + private static final long serialVersionUID = 1L; + + + /** + * 姓名 + */ + + private String xingming; + + /** + * 驾驶证号 + */ + + private String jiashizhenghao; + + /** + * 标题 + */ + + private String biaoti; + + /** + * 证明材料 + */ + + private String zhengmingcailiao; + + /** + * 申请内容 + */ + + private String shenqingneirong; + + /** + * 申请时间 + */ + + @JsonFormat(locale="zh", timezone="GMT+8", pattern="yyyy-MM-dd HH:mm:ss") + @DateTimeFormat + private Date shenqingshijian; + + /** + * 员工账号 + */ + + private String yuangongzhanghao; + + /** + * 员工姓名 + */ + + private String yuangongxingming; + + /** + * 是否审核 + */ + + private String sfsh; + + /** + * 审核回复 + */ + + private String shhf; + + + /** + * 设置:姓名 + */ + + public void setXingming(String xingming) { + this.xingming = xingming; + } + + /** + * 获取:姓名 + */ + public String getXingming() { + return xingming; + } + + + /** + * 设置:驾驶证号 + */ + + public void setJiashizhenghao(String jiashizhenghao) { + this.jiashizhenghao = jiashizhenghao; + } + + /** + * 获取:驾驶证号 + */ + public String getJiashizhenghao() { + return jiashizhenghao; + } + + + /** + * 设置:标题 + */ + + public void setBiaoti(String biaoti) { + this.biaoti = biaoti; + } + + /** + * 获取:标题 + */ + public String getBiaoti() { + return biaoti; + } + + + /** + * 设置:证明材料 + */ + + public void setZhengmingcailiao(String zhengmingcailiao) { + this.zhengmingcailiao = zhengmingcailiao; + } + + /** + * 获取:证明材料 + */ + public String getZhengmingcailiao() { + return zhengmingcailiao; + } + + + /** + * 设置:申请内容 + */ + + public void setShenqingneirong(String shenqingneirong) { + this.shenqingneirong = shenqingneirong; + } + + /** + * 获取:申请内容 + */ + public String getShenqingneirong() { + return shenqingneirong; + } + + + /** + * 设置:申请时间 + */ + + public void setShenqingshijian(Date shenqingshijian) { + this.shenqingshijian = shenqingshijian; + } + + /** + * 获取:申请时间 + */ + public Date getShenqingshijian() { + return shenqingshijian; + } + + + /** + * 设置:员工账号 + */ + + public void setYuangongzhanghao(String yuangongzhanghao) { + this.yuangongzhanghao = yuangongzhanghao; + } + + /** + * 获取:员工账号 + */ + public String getYuangongzhanghao() { + return yuangongzhanghao; + } + + + /** + * 设置:员工姓名 + */ + + public void setYuangongxingming(String yuangongxingming) { + this.yuangongxingming = yuangongxingming; + } + + /** + * 获取:员工姓名 + */ + public String getYuangongxingming() { + return yuangongxingming; + } + + + /** + * 设置:是否审核 + */ + + public void setSfsh(String sfsh) { + this.sfsh = sfsh; + } + + /** + * 获取:是否审核 + */ + public String getSfsh() { + return sfsh; + } + + + /** + * 设置:审核回复 + */ + + public void setShhf(String shhf) { + this.shhf = shhf; + } + + /** + * 获取:审核回复 + */ + public String getShhf() { + return shhf; + } + +} diff --git a/src/main/java/com/entity/vo/JiashiyuanVO.java b/src/main/java/com/entity/vo/JiashiyuanVO.java new file mode 100644 index 0000000..1dd1c2d --- /dev/null +++ b/src/main/java/com/entity/vo/JiashiyuanVO.java @@ -0,0 +1,201 @@ +package com.entity.vo; + +import com.entity.JiashiyuanEntity; + +import com.baomidou.mybatisplus.annotations.TableName; +import java.util.Date; +import org.springframework.format.annotation.DateTimeFormat; + +import com.fasterxml.jackson.annotation.JsonFormat; +import java.io.Serializable; + + +/** + * 驾驶员 + * @author + * @email + * @date 2030-03-20 23:07:14 + */ +public class JiashiyuanVO implements Serializable { + private static final long serialVersionUID = 1L; + + + /** + * 密码 + */ + + private String mima; + + /** + * 姓名 + */ + + private String xingming; + + /** + * 性别 + */ + + private String xingbie; + + /** + * 手机 + */ + + private String shouji; + + /** + * 身份证 + */ + + private String shenfenzheng; + + /** + * 出生日期 + */ + + @JsonFormat(locale="zh", timezone="GMT+8", pattern="yyyy-MM-dd HH:mm:ss") + @DateTimeFormat + private Date chushengriqi; + + /** + * 驾驶证号 + */ + + private String jiashizhenghao; + + /** + * 头像 + */ + + private String touxiang; + + + /** + * 设置:密码 + */ + + public void setMima(String mima) { + this.mima = mima; + } + + /** + * 获取:密码 + */ + public String getMima() { + return mima; + } + + + /** + * 设置:姓名 + */ + + public void setXingming(String xingming) { + this.xingming = xingming; + } + + /** + * 获取:姓名 + */ + public String getXingming() { + return xingming; + } + + + /** + * 设置:性别 + */ + + public void setXingbie(String xingbie) { + this.xingbie = xingbie; + } + + /** + * 获取:性别 + */ + public String getXingbie() { + return xingbie; + } + + + /** + * 设置:手机 + */ + + public void setShouji(String shouji) { + this.shouji = shouji; + } + + /** + * 获取:手机 + */ + public String getShouji() { + return shouji; + } + + + /** + * 设置:身份证 + */ + + public void setShenfenzheng(String shenfenzheng) { + this.shenfenzheng = shenfenzheng; + } + + /** + * 获取:身份证 + */ + public String getShenfenzheng() { + return shenfenzheng; + } + + + /** + * 设置:出生日期 + */ + + public void setChushengriqi(Date chushengriqi) { + this.chushengriqi = chushengriqi; + } + + /** + * 获取:出生日期 + */ + public Date getChushengriqi() { + return chushengriqi; + } + + + /** + * 设置:驾驶证号 + */ + + public void setJiashizhenghao(String jiashizhenghao) { + this.jiashizhenghao = jiashizhenghao; + } + + /** + * 获取:驾驶证号 + */ + public String getJiashizhenghao() { + return jiashizhenghao; + } + + + /** + * 设置:头像 + */ + + public void setTouxiang(String touxiang) { + this.touxiang = touxiang; + } + + /** + * 获取:头像 + */ + public String getTouxiang() { + return touxiang; + } + +} diff --git a/src/main/java/com/entity/vo/LuxianxinxiVO.java b/src/main/java/com/entity/vo/LuxianxinxiVO.java new file mode 100644 index 0000000..5f28cde --- /dev/null +++ b/src/main/java/com/entity/vo/LuxianxinxiVO.java @@ -0,0 +1,423 @@ +package com.entity.vo; + +import com.entity.LuxianxinxiEntity; + +import com.baomidou.mybatisplus.annotations.TableName; +import java.util.Date; +import org.springframework.format.annotation.DateTimeFormat; + +import com.fasterxml.jackson.annotation.JsonFormat; +import java.io.Serializable; + + +/** + * 路线信息 + * @author + * @email + * @date 2030-05-02 11:48:07 + */ +public class LuxianxinxiVO implements Serializable { + private static final long serialVersionUID = 1L; + + + /** + * 动物名称 + */ + + private String dongwumingcheng; + + /** + * 图片 + */ + + private String tupian; + + /** + * 动物类别 + */ + + private String dongwuleibie; + + /** + * 保护等级 + */ + + private String baohudengji; + + /** + * 形态特征 + */ + + private String xingtaitezheng; + + /** + * 生活习性 + */ + + private String shenghuoxixing; + + /** + * 分布范围 + */ + + private String fenbufanwei; + + /** + * 百度百科 + */ + + private String baidubaike; + + /** + * 栖息环境 + */ + + private String qixihuanjing; + + /** + * 种群状况 + */ + + private String zhongqunzhuangkuang; + + /** + * 保育措施 + */ + + private String baoyucuoshi; + + /** + * 发布日期 + */ + + @JsonFormat(locale="zh", timezone="GMT+8", pattern="yyyy-MM-dd HH:mm:ss") + @DateTimeFormat + private Date faburiqi; + + /** + * 赞 + */ + + private Integer thumbsupnum; + + /** + * 踩 + */ + + private Integer crazilynum; + + /** + * 最近点击时间 + */ + + @JsonFormat(locale="zh", timezone="GMT+8", pattern="yyyy-MM-dd HH:mm:ss") + @DateTimeFormat + private Date clicktime; + + /** + * 点击次数 + */ + + private Integer clicknum; + + /** + * 评论数 + */ + + private Integer discussnum; + + /** + * 收藏数 + */ + + private Integer storeupnum; + + + /** + * 设置:动物名称 + */ + + public void setDongwumingcheng(String dongwumingcheng) { + this.dongwumingcheng = dongwumingcheng; + } + + /** + * 获取:动物名称 + */ + public String getDongwumingcheng() { + return dongwumingcheng; + } + + + /** + * 设置:图片 + */ + + public void setTupian(String tupian) { + this.tupian = tupian; + } + + /** + * 获取:图片 + */ + public String getTupian() { + return tupian; + } + + + /** + * 设置:动物类别 + */ + + public void setDongwuleibie(String dongwuleibie) { + this.dongwuleibie = dongwuleibie; + } + + /** + * 获取:动物类别 + */ + public String getDongwuleibie() { + return dongwuleibie; + } + + + /** + * 设置:保护等级 + */ + + public void setBaohudengji(String baohudengji) { + this.baohudengji = baohudengji; + } + + /** + * 获取:保护等级 + */ + public String getBaohudengji() { + return baohudengji; + } + + + /** + * 设置:形态特征 + */ + + public void setXingtaitezheng(String xingtaitezheng) { + this.xingtaitezheng = xingtaitezheng; + } + + /** + * 获取:形态特征 + */ + public String getXingtaitezheng() { + return xingtaitezheng; + } + + + /** + * 设置:生活习性 + */ + + public void setShenghuoxixing(String shenghuoxixing) { + this.shenghuoxixing = shenghuoxixing; + } + + /** + * 获取:生活习性 + */ + public String getShenghuoxixing() { + return shenghuoxixing; + } + + + /** + * 设置:分布范围 + */ + + public void setFenbufanwei(String fenbufanwei) { + this.fenbufanwei = fenbufanwei; + } + + /** + * 获取:分布范围 + */ + public String getFenbufanwei() { + return fenbufanwei; + } + + + /** + * 设置:百度百科 + */ + + public void setBaidubaike(String baidubaike) { + this.baidubaike = baidubaike; + } + + /** + * 获取:百度百科 + */ + public String getBaidubaike() { + return baidubaike; + } + + + /** + * 设置:栖息环境 + */ + + public void setQixihuanjing(String qixihuanjing) { + this.qixihuanjing = qixihuanjing; + } + + /** + * 获取:栖息环境 + */ + public String getQixihuanjing() { + return qixihuanjing; + } + + + /** + * 设置:种群状况 + */ + + public void setZhongqunzhuangkuang(String zhongqunzhuangkuang) { + this.zhongqunzhuangkuang = zhongqunzhuangkuang; + } + + /** + * 获取:种群状况 + */ + public String getZhongqunzhuangkuang() { + return zhongqunzhuangkuang; + } + + + /** + * 设置:保育措施 + */ + + public void setBaoyucuoshi(String baoyucuoshi) { + this.baoyucuoshi = baoyucuoshi; + } + + /** + * 获取:保育措施 + */ + public String getBaoyucuoshi() { + return baoyucuoshi; + } + + + /** + * 设置:发布日期 + */ + + public void setFaburiqi(Date faburiqi) { + this.faburiqi = faburiqi; + } + + /** + * 获取:发布日期 + */ + public Date getFaburiqi() { + return faburiqi; + } + + + /** + * 设置:赞 + */ + + public void setThumbsupnum(Integer thumbsupnum) { + this.thumbsupnum = thumbsupnum; + } + + /** + * 获取:赞 + */ + public Integer getThumbsupnum() { + return thumbsupnum; + } + + + /** + * 设置:踩 + */ + + public void setCrazilynum(Integer crazilynum) { + this.crazilynum = crazilynum; + } + + /** + * 获取:踩 + */ + public Integer getCrazilynum() { + return crazilynum; + } + + + /** + * 设置:最近点击时间 + */ + + public void setClicktime(Date clicktime) { + this.clicktime = clicktime; + } + + /** + * 获取:最近点击时间 + */ + public Date getClicktime() { + return clicktime; + } + + + /** + * 设置:点击次数 + */ + + public void setClicknum(Integer clicknum) { + this.clicknum = clicknum; + } + + /** + * 获取:点击次数 + */ + public Integer getClicknum() { + return clicknum; + } + + + /** + * 设置:评论数 + */ + + public void setDiscussnum(Integer discussnum) { + this.discussnum = discussnum; + } + + /** + * 获取:评论数 + */ + public Integer getDiscussnum() { + return discussnum; + } + + + /** + * 设置:收藏数 + */ + + public void setStoreupnum(Integer storeupnum) { + this.storeupnum = storeupnum; + } + + /** + * 获取:收藏数 + */ + public Integer getStoreupnum() { + return storeupnum; + } + +} diff --git a/src/main/java/com/entity/vo/ShigujiluVO.java b/src/main/java/com/entity/vo/ShigujiluVO.java new file mode 100644 index 0000000..6d4afaa --- /dev/null +++ b/src/main/java/com/entity/vo/ShigujiluVO.java @@ -0,0 +1,355 @@ +package com.entity.vo; + +import com.entity.ShigujiluEntity; + +import com.baomidou.mybatisplus.annotations.TableName; +import java.util.Date; +import org.springframework.format.annotation.DateTimeFormat; + +import com.fasterxml.jackson.annotation.JsonFormat; +import java.io.Serializable; + + +/** + * 事故记录 + * @author + * @email + * @date 2030-03-20 23:07:14 + */ +public class ShigujiluVO implements Serializable { + private static final long serialVersionUID = 1L; + + + /** + * 车牌号 + */ + + private String chepaihao; + + /** + * 车辆型号 + */ + + private String cheliangxinghao; + + /** + * 发动机号 + */ + + private String fadongjihao; + + /** + * 车架号 + */ + + private String chejiahao; + + /** + * 事故地点 + */ + + private String shigudidian; + + /** + * 事故责任方 + */ + + private String shiguzerenfang; + + /** + * 事故照片 + */ + + private String shiguzhaopian; + + /** + * 证明材料 + */ + + private String zhengmingcailiao; + + /** + * 事故日期 + */ + + @JsonFormat(locale="zh", timezone="GMT+8", pattern="yyyy-MM-dd HH:mm:ss") + @DateTimeFormat + private Date shiguriqi; + + /** + * 事故详情 + */ + + private String shiguxiangqing; + + /** + * 账号 + */ + + private String zhanghao; + + /** + * 姓名 + */ + + private String xingming; + + /** + * 驾驶证号 + */ + + private String jiashizhenghao; + + /** + * 员工账号 + */ + + private String yuangongzhanghao; + + /** + * 员工姓名 + */ + + private String yuangongxingming; + + + /** + * 设置:车牌号 + */ + + public void setChepaihao(String chepaihao) { + this.chepaihao = chepaihao; + } + + /** + * 获取:车牌号 + */ + public String getChepaihao() { + return chepaihao; + } + + + /** + * 设置:车辆型号 + */ + + public void setCheliangxinghao(String cheliangxinghao) { + this.cheliangxinghao = cheliangxinghao; + } + + /** + * 获取:车辆型号 + */ + public String getCheliangxinghao() { + return cheliangxinghao; + } + + + /** + * 设置:发动机号 + */ + + public void setFadongjihao(String fadongjihao) { + this.fadongjihao = fadongjihao; + } + + /** + * 获取:发动机号 + */ + public String getFadongjihao() { + return fadongjihao; + } + + + /** + * 设置:车架号 + */ + + public void setChejiahao(String chejiahao) { + this.chejiahao = chejiahao; + } + + /** + * 获取:车架号 + */ + public String getChejiahao() { + return chejiahao; + } + + + /** + * 设置:事故地点 + */ + + public void setShigudidian(String shigudidian) { + this.shigudidian = shigudidian; + } + + /** + * 获取:事故地点 + */ + public String getShigudidian() { + return shigudidian; + } + + + /** + * 设置:事故责任方 + */ + + public void setShiguzerenfang(String shiguzerenfang) { + this.shiguzerenfang = shiguzerenfang; + } + + /** + * 获取:事故责任方 + */ + public String getShiguzerenfang() { + return shiguzerenfang; + } + + + /** + * 设置:事故照片 + */ + + public void setShiguzhaopian(String shiguzhaopian) { + this.shiguzhaopian = shiguzhaopian; + } + + /** + * 获取:事故照片 + */ + public String getShiguzhaopian() { + return shiguzhaopian; + } + + + /** + * 设置:证明材料 + */ + + public void setZhengmingcailiao(String zhengmingcailiao) { + this.zhengmingcailiao = zhengmingcailiao; + } + + /** + * 获取:证明材料 + */ + public String getZhengmingcailiao() { + return zhengmingcailiao; + } + + + /** + * 设置:事故日期 + */ + + public void setShiguriqi(Date shiguriqi) { + this.shiguriqi = shiguriqi; + } + + /** + * 获取:事故日期 + */ + public Date getShiguriqi() { + return shiguriqi; + } + + + /** + * 设置:事故详情 + */ + + public void setShiguxiangqing(String shiguxiangqing) { + this.shiguxiangqing = shiguxiangqing; + } + + /** + * 获取:事故详情 + */ + public String getShiguxiangqing() { + return shiguxiangqing; + } + + + /** + * 设置:账号 + */ + + public void setZhanghao(String zhanghao) { + this.zhanghao = zhanghao; + } + + /** + * 获取:账号 + */ + public String getZhanghao() { + return zhanghao; + } + + + /** + * 设置:姓名 + */ + + public void setXingming(String xingming) { + this.xingming = xingming; + } + + /** + * 获取:姓名 + */ + public String getXingming() { + return xingming; + } + + + /** + * 设置:驾驶证号 + */ + + public void setJiashizhenghao(String jiashizhenghao) { + this.jiashizhenghao = jiashizhenghao; + } + + /** + * 获取:驾驶证号 + */ + public String getJiashizhenghao() { + return jiashizhenghao; + } + + + /** + * 设置:员工账号 + */ + + public void setYuangongzhanghao(String yuangongzhanghao) { + this.yuangongzhanghao = yuangongzhanghao; + } + + /** + * 获取:员工账号 + */ + public String getYuangongzhanghao() { + return yuangongzhanghao; + } + + + /** + * 设置:员工姓名 + */ + + public void setYuangongxingming(String yuangongxingming) { + this.yuangongxingming = yuangongxingming; + } + + /** + * 获取:员工姓名 + */ + public String getYuangongxingming() { + return yuangongxingming; + } + +} diff --git a/src/main/java/com/entity/vo/XubaotongzhiVO.java b/src/main/java/com/entity/vo/XubaotongzhiVO.java new file mode 100644 index 0000000..e5b9f24 --- /dev/null +++ b/src/main/java/com/entity/vo/XubaotongzhiVO.java @@ -0,0 +1,223 @@ +package com.entity.vo; + +import com.entity.XubaotongzhiEntity; + +import com.baomidou.mybatisplus.annotations.TableName; +import java.util.Date; +import org.springframework.format.annotation.DateTimeFormat; + +import com.fasterxml.jackson.annotation.JsonFormat; +import java.io.Serializable; + + +/** + * 续保通知 + * @author + * @email + * @date 2030-03-20 23:07:14 + */ +public class XubaotongzhiVO implements Serializable { + private static final long serialVersionUID = 1L; + + + /** + * 车牌号 + */ + + private String chepaihao; + + /** + * 车辆型号 + */ + + private String cheliangxinghao; + + /** + * 通知内容 + */ + + private String tongzhineirong; + + /** + * 通知日期 + */ + + @JsonFormat(locale="zh", timezone="GMT+8", pattern="yyyy-MM-dd HH:mm:ss") + @DateTimeFormat + private Date tongzhiriqi; + + /** + * 账号 + */ + + private String zhanghao; + + /** + * 姓名 + */ + + private String xingming; + + /** + * 驾驶证号 + */ + + private String jiashizhenghao; + + /** + * 员工账号 + */ + + private String yuangongzhanghao; + + /** + * 员工姓名 + */ + + private String yuangongxingming; + + + /** + * 设置:车牌号 + */ + + public void setChepaihao(String chepaihao) { + this.chepaihao = chepaihao; + } + + /** + * 获取:车牌号 + */ + public String getChepaihao() { + return chepaihao; + } + + + /** + * 设置:车辆型号 + */ + + public void setCheliangxinghao(String cheliangxinghao) { + this.cheliangxinghao = cheliangxinghao; + } + + /** + * 获取:车辆型号 + */ + public String getCheliangxinghao() { + return cheliangxinghao; + } + + + /** + * 设置:通知内容 + */ + + public void setTongzhineirong(String tongzhineirong) { + this.tongzhineirong = tongzhineirong; + } + + /** + * 获取:通知内容 + */ + public String getTongzhineirong() { + return tongzhineirong; + } + + + /** + * 设置:通知日期 + */ + + public void setTongzhiriqi(Date tongzhiriqi) { + this.tongzhiriqi = tongzhiriqi; + } + + /** + * 获取:通知日期 + */ + public Date getTongzhiriqi() { + return tongzhiriqi; + } + + + /** + * 设置:账号 + */ + + public void setZhanghao(String zhanghao) { + this.zhanghao = zhanghao; + } + + /** + * 获取:账号 + */ + public String getZhanghao() { + return zhanghao; + } + + + /** + * 设置:姓名 + */ + + public void setXingming(String xingming) { + this.xingming = xingming; + } + + /** + * 获取:姓名 + */ + public String getXingming() { + return xingming; + } + + + /** + * 设置:驾驶证号 + */ + + public void setJiashizhenghao(String jiashizhenghao) { + this.jiashizhenghao = jiashizhenghao; + } + + /** + * 获取:驾驶证号 + */ + public String getJiashizhenghao() { + return jiashizhenghao; + } + + + /** + * 设置:员工账号 + */ + + public void setYuangongzhanghao(String yuangongzhanghao) { + this.yuangongzhanghao = yuangongzhanghao; + } + + /** + * 获取:员工账号 + */ + public String getYuangongzhanghao() { + return yuangongzhanghao; + } + + + /** + * 设置:员工姓名 + */ + + public void setYuangongxingming(String yuangongxingming) { + this.yuangongxingming = yuangongxingming; + } + + /** + * 获取:员工姓名 + */ + public String getYuangongxingming() { + return yuangongxingming; + } + +} diff --git a/src/main/java/com/interceptor/AuthorizationInterceptor.java b/src/main/java/com/interceptor/AuthorizationInterceptor.java new file mode 100644 index 0000000..74b5ebd --- /dev/null +++ b/src/main/java/com/interceptor/AuthorizationInterceptor.java @@ -0,0 +1,95 @@ +package com.interceptor; + +import java.io.IOException; +import java.io.PrintWriter; +import java.util.HashMap; +import java.util.Map; +import com.alibaba.fastjson.JSONObject; +import javax.servlet.http.HttpServletRequest; +import javax.servlet.http.HttpServletResponse; + +import org.apache.commons.lang3.StringUtils; +import org.springframework.beans.factory.annotation.Autowired; +import org.springframework.stereotype.Component; +import org.springframework.web.method.HandlerMethod; +import org.springframework.web.servlet.HandlerInterceptor; +import org.springframework.web.bind.annotation.RequestMethod; +import org.springframework.http.HttpStatus; + +import com.annotation.IgnoreAuth; +import com.entity.EIException; +import com.entity.TokenEntity; +import com.service.TokenService; +import com.utils.R; + +/** + * 权限(Token)验证 + */ +@Component +public class AuthorizationInterceptor implements HandlerInterceptor { + + public static final String LOGIN_TOKEN_KEY = "Token"; + + @Autowired + private TokenService tokenService; + + @Override + public boolean preHandle(HttpServletRequest request, HttpServletResponse response, Object handler) throws Exception { + + //支持跨域请求 + response.setHeader("Access-Control-Allow-Methods", "POST, GET, OPTIONS, DELETE"); + response.setHeader("Access-Control-Max-Age", "3600"); + response.setHeader("Access-Control-Allow-Credentials", "true"); + response.setHeader("Access-Control-Allow-Headers", "x-requested-with,request-source,Token, Origin,imgType, Content-Type, cache-control,postman-token,Cookie, Accept,authorization"); + response.setHeader("Access-Control-Allow-Origin", request.getHeader("Origin")); + // 跨域时会首先发送一个OPTIONS请求,这里我们给OPTIONS请求直接返回正常状态 + if (request.getMethod().equals(RequestMethod.OPTIONS.name())) { + response.setStatus(HttpStatus.OK.value()); + return false; + } + + IgnoreAuth annotation; + if (handler instanceof HandlerMethod) { + annotation = ((HandlerMethod) handler).getMethodAnnotation(IgnoreAuth.class); + } else { + return true; + } + + //从header中获取token + String token = request.getHeader(LOGIN_TOKEN_KEY); + + /** + * 不需要验证权限的方法直接放过 + */ + if(annotation!=null) { + return true; + } + + TokenEntity tokenEntity = null; + if(StringUtils.isNotBlank(token)) { + tokenEntity = tokenService.getTokenEntity(token); + } + + if(tokenEntity != null) { + request.getSession().setAttribute("userId", tokenEntity.getUserid()); + request.getSession().setAttribute("role", tokenEntity.getRole()); + request.getSession().setAttribute("tableName", tokenEntity.getTablename()); + request.getSession().setAttribute("username", tokenEntity.getUsername()); + return true; + } + + PrintWriter writer = null; + response.setCharacterEncoding("UTF-8"); + response.setContentType("application/json; charset=utf-8"); + try { + writer = response.getWriter(); + writer.print(JSONObject.toJSONString(R.error(401, "请先登录"))); + } finally { + if(writer != null){ + writer.close(); + } + } +// throw new EIException("请先登录", 401); + return false; + } +} diff --git a/src/main/java/com/service/BaoxianxinxiService.java b/src/main/java/com/service/BaoxianxinxiService.java new file mode 100644 index 0000000..fe46f6b --- /dev/null +++ b/src/main/java/com/service/BaoxianxinxiService.java @@ -0,0 +1,38 @@ +package com.service; + +import com.baomidou.mybatisplus.mapper.Wrapper; +import com.baomidou.mybatisplus.service.IService; +import com.utils.PageUtils; +import com.entity.BaoxianxinxiEntity; +import java.util.List; +import java.util.Map; +import com.entity.vo.BaoxianxinxiVO; +import org.apache.ibatis.annotations.Param; +import com.entity.view.BaoxianxinxiView; + + +/** + * 保险信息 + * + * @author + * @email + * @date 2030-03-20 23:07:14 + */ +public interface BaoxianxinxiService extends IService { + + PageUtils queryPage(Map params); + + List selectListVO(Wrapper wrapper); + + BaoxianxinxiVO selectVO(@Param("ew") Wrapper wrapper); + + List selectListView(Wrapper wrapper); + + BaoxianxinxiView selectView(@Param("ew") Wrapper wrapper); + + PageUtils queryPage(Map params,Wrapper wrapper); + + + +} + diff --git a/src/main/java/com/service/CheliangdanganService.java b/src/main/java/com/service/CheliangdanganService.java new file mode 100644 index 0000000..84f841a --- /dev/null +++ b/src/main/java/com/service/CheliangdanganService.java @@ -0,0 +1,38 @@ +package com.service; + +import com.baomidou.mybatisplus.mapper.Wrapper; +import com.baomidou.mybatisplus.service.IService; +import com.utils.PageUtils; +import com.entity.CheliangdanganEntity; +import java.util.List; +import java.util.Map; +import com.entity.vo.CheliangdanganVO; +import org.apache.ibatis.annotations.Param; +import com.entity.view.CheliangdanganView; + + +/** + * 车辆档案 + * + * @author + * @email + * @date 2030-03-20 23:07:14 + */ +public interface CheliangdanganService extends IService { + + PageUtils queryPage(Map params); + + List selectListVO(Wrapper wrapper); + + CheliangdanganVO selectVO(@Param("ew") Wrapper wrapper); + + List selectListView(Wrapper wrapper); + + CheliangdanganView selectView(@Param("ew") Wrapper wrapper); + + PageUtils queryPage(Map params,Wrapper wrapper); + + + +} + diff --git a/src/main/java/com/service/CommonService.java b/src/main/java/com/service/CommonService.java new file mode 100644 index 0000000..1201b2a --- /dev/null +++ b/src/main/java/com/service/CommonService.java @@ -0,0 +1,22 @@ +package com.service; + +import java.util.List; +import java.util.Map; + +public interface CommonService { + List getOption(Map params); + + Map getFollowByOption(Map params); + + void sh(Map params); + + int remindCount(Map params); + + Map selectCal(Map params); + + List> selectGroup(Map params); + + List> selectValue(Map params); + + List> selectTimeStatValue(Map params); +} diff --git a/src/main/java/com/service/ConfigService.java b/src/main/java/com/service/ConfigService.java new file mode 100644 index 0000000..5692bdf --- /dev/null +++ b/src/main/java/com/service/ConfigService.java @@ -0,0 +1,17 @@ + +package com.service; + +import java.util.Map; + +import com.baomidou.mybatisplus.mapper.Wrapper; +import com.baomidou.mybatisplus.service.IService; +import com.entity.ConfigEntity; +import com.utils.PageUtils; + + +/** + * 系统用户 + */ +public interface ConfigService extends IService { + PageUtils queryPage(Map params,Wrapper wrapper); +} diff --git a/src/main/java/com/service/FafangpaizhaoService.java b/src/main/java/com/service/FafangpaizhaoService.java new file mode 100644 index 0000000..8923b97 --- /dev/null +++ b/src/main/java/com/service/FafangpaizhaoService.java @@ -0,0 +1,38 @@ +package com.service; + +import com.baomidou.mybatisplus.mapper.Wrapper; +import com.baomidou.mybatisplus.service.IService; +import com.utils.PageUtils; +import com.entity.FafangpaizhaoEntity; +import java.util.List; +import java.util.Map; +import com.entity.vo.FafangpaizhaoVO; +import org.apache.ibatis.annotations.Param; +import com.entity.view.FafangpaizhaoView; + + +/** + * 发放牌照 + * + * @author + * @email + * @date 2030-03-20 23:07:15 + */ +public interface FafangpaizhaoService extends IService { + + PageUtils queryPage(Map params); + + List selectListVO(Wrapper wrapper); + + FafangpaizhaoVO selectVO(@Param("ew") Wrapper wrapper); + + List selectListView(Wrapper wrapper); + + FafangpaizhaoView selectView(@Param("ew") Wrapper wrapper); + + PageUtils queryPage(Map params,Wrapper wrapper); + + + +} + diff --git a/src/main/java/com/service/GonggaoxinxiService.java b/src/main/java/com/service/GonggaoxinxiService.java new file mode 100644 index 0000000..4001049 --- /dev/null +++ b/src/main/java/com/service/GonggaoxinxiService.java @@ -0,0 +1,38 @@ +package com.service; + +import com.baomidou.mybatisplus.mapper.Wrapper; +import com.baomidou.mybatisplus.service.IService; +import com.utils.PageUtils; +import com.entity.GonggaoxinxiEntity; +import java.util.List; +import java.util.Map; +import com.entity.vo.GonggaoxinxiVO; +import org.apache.ibatis.annotations.Param; +import com.entity.view.GonggaoxinxiView; + + +/** + * 公告信息 + * + * @author + * @email + * @date 2030-03-20 23:07:14 + */ +public interface GonggaoxinxiService extends IService { + + PageUtils queryPage(Map params); + + List selectListVO(Wrapper wrapper); + + GonggaoxinxiVO selectVO(@Param("ew") Wrapper wrapper); + + List selectListView(Wrapper wrapper); + + GonggaoxinxiView selectView(@Param("ew") Wrapper wrapper); + + PageUtils queryPage(Map params,Wrapper wrapper); + + + +} + diff --git a/src/main/java/com/service/GongzuorenyuanService.java b/src/main/java/com/service/GongzuorenyuanService.java new file mode 100644 index 0000000..7862470 --- /dev/null +++ b/src/main/java/com/service/GongzuorenyuanService.java @@ -0,0 +1,38 @@ +package com.service; + +import com.baomidou.mybatisplus.mapper.Wrapper; +import com.baomidou.mybatisplus.service.IService; +import com.utils.PageUtils; +import com.entity.GongzuorenyuanEntity; +import java.util.List; +import java.util.Map; +import com.entity.vo.GongzuorenyuanVO; +import org.apache.ibatis.annotations.Param; +import com.entity.view.GongzuorenyuanView; + + +/** + * 工作人员 + * + * @author + * @email + * @date 2030-03-20 23:07:14 + */ +public interface GongzuorenyuanService extends IService { + + PageUtils queryPage(Map params); + + List selectListVO(Wrapper wrapper); + + GongzuorenyuanVO selectVO(@Param("ew") Wrapper wrapper); + + List selectListView(Wrapper wrapper); + + GongzuorenyuanView selectView(@Param("ew") Wrapper wrapper); + + PageUtils queryPage(Map params,Wrapper wrapper); + + + +} + diff --git a/src/main/java/com/service/GuapaishenqingService.java b/src/main/java/com/service/GuapaishenqingService.java new file mode 100644 index 0000000..108493c --- /dev/null +++ b/src/main/java/com/service/GuapaishenqingService.java @@ -0,0 +1,38 @@ +package com.service; + +import com.baomidou.mybatisplus.mapper.Wrapper; +import com.baomidou.mybatisplus.service.IService; +import com.utils.PageUtils; +import com.entity.GuapaishenqingEntity; +import java.util.List; +import java.util.Map; +import com.entity.vo.GuapaishenqingVO; +import org.apache.ibatis.annotations.Param; +import com.entity.view.GuapaishenqingView; + + +/** + * 挂牌申请 + * + * @author + * @email + * @date 2030-03-20 23:07:14 + */ +public interface GuapaishenqingService extends IService { + + PageUtils queryPage(Map params); + + List selectListVO(Wrapper wrapper); + + GuapaishenqingVO selectVO(@Param("ew") Wrapper wrapper); + + List selectListView(Wrapper wrapper); + + GuapaishenqingView selectView(@Param("ew") Wrapper wrapper); + + PageUtils queryPage(Map params,Wrapper wrapper); + + + +} + diff --git a/src/main/java/com/service/JiashiyuanService.java b/src/main/java/com/service/JiashiyuanService.java new file mode 100644 index 0000000..130e5f5 --- /dev/null +++ b/src/main/java/com/service/JiashiyuanService.java @@ -0,0 +1,38 @@ +package com.service; + +import com.baomidou.mybatisplus.mapper.Wrapper; +import com.baomidou.mybatisplus.service.IService; +import com.utils.PageUtils; +import com.entity.JiashiyuanEntity; +import java.util.List; +import java.util.Map; +import com.entity.vo.JiashiyuanVO; +import org.apache.ibatis.annotations.Param; +import com.entity.view.JiashiyuanView; + + +/** + * 驾驶员 + * + * @author + * @email + * @date 2030-03-20 23:07:14 + */ +public interface JiashiyuanService extends IService { + + PageUtils queryPage(Map params); + + List selectListVO(Wrapper wrapper); + + JiashiyuanVO selectVO(@Param("ew") Wrapper wrapper); + + List selectListView(Wrapper wrapper); + + JiashiyuanView selectView(@Param("ew") Wrapper wrapper); + + PageUtils queryPage(Map params,Wrapper wrapper); + + + +} + diff --git a/src/main/java/com/service/LuxianxinxiService.java b/src/main/java/com/service/LuxianxinxiService.java new file mode 100644 index 0000000..88f808f --- /dev/null +++ b/src/main/java/com/service/LuxianxinxiService.java @@ -0,0 +1,46 @@ +package com.service; + +import com.baomidou.mybatisplus.mapper.Wrapper; +import com.baomidou.mybatisplus.service.IService; +import com.utils.PageUtils; +import com.entity.LuxianxinxiEntity; +import java.util.List; +import java.util.Map; +import com.entity.vo.LuxianxinxiVO; +import org.apache.ibatis.annotations.Param; +import com.entity.view.LuxianxinxiView; + + +/** + * 路线信息 + * + * @author + * @email + * @date 2030-05-02 11:48:07 + */ +public interface LuxianxinxiService extends IService { + + PageUtils queryPage(Map params); + + List selectListVO(Wrapper wrapper); + + LuxianxinxiVO selectVO(@Param("ew") Wrapper wrapper); + + List selectListView(Wrapper wrapper); + + LuxianxinxiView selectView(@Param("ew") Wrapper wrapper); + + PageUtils queryPage(Map params,Wrapper wrapper); + + + + List> selectValue(Map params,Wrapper wrapper); + + List> selectTimeStatValue(Map params,Wrapper wrapper); + + List> selectGroup(Map params,Wrapper wrapper); + + + +} + diff --git a/src/main/java/com/service/ShigujiluService.java b/src/main/java/com/service/ShigujiluService.java new file mode 100644 index 0000000..3a80e5a --- /dev/null +++ b/src/main/java/com/service/ShigujiluService.java @@ -0,0 +1,46 @@ +package com.service; + +import com.baomidou.mybatisplus.mapper.Wrapper; +import com.baomidou.mybatisplus.service.IService; +import com.utils.PageUtils; +import com.entity.ShigujiluEntity; +import java.util.List; +import java.util.Map; +import com.entity.vo.ShigujiluVO; +import org.apache.ibatis.annotations.Param; +import com.entity.view.ShigujiluView; + + +/** + * 事故记录 + * + * @author + * @email + * @date 2030-03-20 23:07:14 + */ +public interface ShigujiluService extends IService { + + PageUtils queryPage(Map params); + + List selectListVO(Wrapper wrapper); + + ShigujiluVO selectVO(@Param("ew") Wrapper wrapper); + + List selectListView(Wrapper wrapper); + + ShigujiluView selectView(@Param("ew") Wrapper wrapper); + + PageUtils queryPage(Map params,Wrapper wrapper); + + + + List> selectValue(Map params,Wrapper wrapper); + + List> selectTimeStatValue(Map params,Wrapper wrapper); + + List> selectGroup(Map params,Wrapper wrapper); + + + +} + diff --git a/src/main/java/com/service/TokenService.java b/src/main/java/com/service/TokenService.java new file mode 100644 index 0000000..74e60f1 --- /dev/null +++ b/src/main/java/com/service/TokenService.java @@ -0,0 +1,26 @@ + +package com.service; + +import java.util.List; +import java.util.Map; + +import com.baomidou.mybatisplus.mapper.Wrapper; +import com.baomidou.mybatisplus.service.IService; +import com.entity.TokenEntity; +import com.utils.PageUtils; + + +/** + * token + */ +public interface TokenService extends IService { + PageUtils queryPage(Map params); + + List selectListView(Wrapper wrapper); + + PageUtils queryPage(Map params,Wrapper wrapper); + + String generateToken(Long userid,String username,String tableName, String role); + + TokenEntity getTokenEntity(String token); +} diff --git a/src/main/java/com/service/UsersService.java b/src/main/java/com/service/UsersService.java new file mode 100644 index 0000000..62669bd --- /dev/null +++ b/src/main/java/com/service/UsersService.java @@ -0,0 +1,25 @@ + +package com.service; + +import java.util.List; +import java.util.Map; + +import org.apache.ibatis.annotations.Param; + +import com.baomidou.mybatisplus.mapper.Wrapper; +import com.baomidou.mybatisplus.service.IService; +import com.entity.UsersEntity; +import com.utils.PageUtils; + + +/** + * 系统用户 + */ +public interface UsersService extends IService { + PageUtils queryPage(Map params); + + List selectListView(Wrapper wrapper); + + PageUtils queryPage(Map params,Wrapper wrapper); + +} diff --git a/src/main/java/com/service/XubaotongzhiService.java b/src/main/java/com/service/XubaotongzhiService.java new file mode 100644 index 0000000..0488f2d --- /dev/null +++ b/src/main/java/com/service/XubaotongzhiService.java @@ -0,0 +1,46 @@ +package com.service; + +import com.baomidou.mybatisplus.mapper.Wrapper; +import com.baomidou.mybatisplus.service.IService; +import com.utils.PageUtils; +import com.entity.XubaotongzhiEntity; +import java.util.List; +import java.util.Map; +import com.entity.vo.XubaotongzhiVO; +import org.apache.ibatis.annotations.Param; +import com.entity.view.XubaotongzhiView; + + +/** + * 续保通知 + * + * @author + * @email + * @date 2030-03-20 23:07:14 + */ +public interface XubaotongzhiService extends IService { + + PageUtils queryPage(Map params); + + List selectListVO(Wrapper wrapper); + + XubaotongzhiVO selectVO(@Param("ew") Wrapper wrapper); + + List selectListView(Wrapper wrapper); + + XubaotongzhiView selectView(@Param("ew") Wrapper wrapper); + + PageUtils queryPage(Map params,Wrapper wrapper); + + + + List> selectValue(Map params,Wrapper wrapper); + + List> selectTimeStatValue(Map params,Wrapper wrapper); + + List> selectGroup(Map params,Wrapper wrapper); + + + +} + diff --git a/src/main/java/com/service/impl/BaoxianxinxiServiceImpl.java b/src/main/java/com/service/impl/BaoxianxinxiServiceImpl.java new file mode 100644 index 0000000..5e7cd30 --- /dev/null +++ b/src/main/java/com/service/impl/BaoxianxinxiServiceImpl.java @@ -0,0 +1,64 @@ +package com.service.impl; + +import org.springframework.stereotype.Service; +import java.util.Map; +import java.util.List; + +import com.baomidou.mybatisplus.mapper.Wrapper; +import com.baomidou.mybatisplus.mapper.EntityWrapper; +import com.baomidou.mybatisplus.plugins.Page; +import com.baomidou.mybatisplus.service.impl.ServiceImpl; +import com.utils.PageUtils; +import com.utils.Query; + + +import com.dao.BaoxianxinxiDao; +import com.entity.BaoxianxinxiEntity; +import com.service.BaoxianxinxiService; +import com.entity.vo.BaoxianxinxiVO; +import com.entity.view.BaoxianxinxiView; + +@Service("baoxianxinxiService") +public class BaoxianxinxiServiceImpl extends ServiceImpl implements BaoxianxinxiService { + + + @Override + public PageUtils queryPage(Map params) { + Page page = this.selectPage( + new Query(params).getPage(), + new EntityWrapper() + ); + return new PageUtils(page); + } + + @Override + public PageUtils queryPage(Map params, Wrapper wrapper) { + Page page =new Query(params).getPage(); + page.setRecords(baseMapper.selectListView(page,wrapper)); + PageUtils pageUtil = new PageUtils(page); + return pageUtil; + } + + + @Override + public List selectListVO(Wrapper wrapper) { + return baseMapper.selectListVO(wrapper); + } + + @Override + public BaoxianxinxiVO selectVO(Wrapper wrapper) { + return baseMapper.selectVO(wrapper); + } + + @Override + public List selectListView(Wrapper wrapper) { + return baseMapper.selectListView(wrapper); + } + + @Override + public BaoxianxinxiView selectView(Wrapper wrapper) { + return baseMapper.selectView(wrapper); + } + + +} diff --git a/src/main/java/com/service/impl/CheliangdanganServiceImpl.java b/src/main/java/com/service/impl/CheliangdanganServiceImpl.java new file mode 100644 index 0000000..adcc9df --- /dev/null +++ b/src/main/java/com/service/impl/CheliangdanganServiceImpl.java @@ -0,0 +1,64 @@ +package com.service.impl; + +import org.springframework.stereotype.Service; +import java.util.Map; +import java.util.List; + +import com.baomidou.mybatisplus.mapper.Wrapper; +import com.baomidou.mybatisplus.mapper.EntityWrapper; +import com.baomidou.mybatisplus.plugins.Page; +import com.baomidou.mybatisplus.service.impl.ServiceImpl; +import com.utils.PageUtils; +import com.utils.Query; + + +import com.dao.CheliangdanganDao; +import com.entity.CheliangdanganEntity; +import com.service.CheliangdanganService; +import com.entity.vo.CheliangdanganVO; +import com.entity.view.CheliangdanganView; + +@Service("cheliangdanganService") +public class CheliangdanganServiceImpl extends ServiceImpl implements CheliangdanganService { + + + @Override + public PageUtils queryPage(Map params) { + Page page = this.selectPage( + new Query(params).getPage(), + new EntityWrapper() + ); + return new PageUtils(page); + } + + @Override + public PageUtils queryPage(Map params, Wrapper wrapper) { + Page page =new Query(params).getPage(); + page.setRecords(baseMapper.selectListView(page,wrapper)); + PageUtils pageUtil = new PageUtils(page); + return pageUtil; + } + + + @Override + public List selectListVO(Wrapper wrapper) { + return baseMapper.selectListVO(wrapper); + } + + @Override + public CheliangdanganVO selectVO(Wrapper wrapper) { + return baseMapper.selectVO(wrapper); + } + + @Override + public List selectListView(Wrapper wrapper) { + return baseMapper.selectListView(wrapper); + } + + @Override + public CheliangdanganView selectView(Wrapper wrapper) { + return baseMapper.selectView(wrapper); + } + + +} diff --git a/src/main/java/com/service/impl/CommonServiceImpl.java b/src/main/java/com/service/impl/CommonServiceImpl.java new file mode 100644 index 0000000..14fb053 --- /dev/null +++ b/src/main/java/com/service/impl/CommonServiceImpl.java @@ -0,0 +1,64 @@ + +package com.service.impl; + + +import java.util.List; +import java.util.Map; + +import org.springframework.beans.factory.annotation.Autowired; +import org.springframework.stereotype.Service; + +import com.dao.CommonDao; +import com.service.CommonService; + + +/** + * 系统用户 + */ +@Service("commonService") +public class CommonServiceImpl implements CommonService { + + @Autowired + private CommonDao commonDao; + + @Override + public List getOption(Map params) { + return commonDao.getOption(params); + } + + @Override + public Map getFollowByOption(Map params) { + return commonDao.getFollowByOption(params); + } + + @Override + public void sh(Map params) { + commonDao.sh(params); + } + + @Override + public int remindCount(Map params) { + return commonDao.remindCount(params); + } + + @Override + public Map selectCal(Map params) { + return commonDao.selectCal(params); + } + + @Override + public List> selectGroup(Map params) { + return commonDao.selectGroup(params); + } + + @Override + public List> selectValue(Map params) { + return commonDao.selectValue(params); + } + + @Override + public List> selectTimeStatValue(Map params) { + return commonDao.selectTimeStatValue(params); + } + +} diff --git a/src/main/java/com/service/impl/ConfigServiceImpl.java b/src/main/java/com/service/impl/ConfigServiceImpl.java new file mode 100644 index 0000000..3005bf9 --- /dev/null +++ b/src/main/java/com/service/impl/ConfigServiceImpl.java @@ -0,0 +1,33 @@ + +package com.service.impl; + + +import java.util.Map; + +import org.springframework.stereotype.Service; + +import com.baomidou.mybatisplus.mapper.EntityWrapper; +import com.baomidou.mybatisplus.mapper.Wrapper; +import com.baomidou.mybatisplus.plugins.Page; +import com.baomidou.mybatisplus.service.impl.ServiceImpl; +import com.dao.ConfigDao; +import com.entity.ConfigEntity; +import com.service.ConfigService; +import com.utils.PageUtils; +import com.utils.Query; + + +/** + * 系统用户 + */ +@Service("configService") +public class ConfigServiceImpl extends ServiceImpl implements ConfigService { + @Override + public PageUtils queryPage(Map params, Wrapper wrapper) { + Page page = this.selectPage( + new Query(params).getPage(), + wrapper + ); + return new PageUtils(page); + } +} diff --git a/src/main/java/com/service/impl/FafangpaizhaoServiceImpl.java b/src/main/java/com/service/impl/FafangpaizhaoServiceImpl.java new file mode 100644 index 0000000..001bdbb --- /dev/null +++ b/src/main/java/com/service/impl/FafangpaizhaoServiceImpl.java @@ -0,0 +1,64 @@ +package com.service.impl; + +import org.springframework.stereotype.Service; +import java.util.Map; +import java.util.List; + +import com.baomidou.mybatisplus.mapper.Wrapper; +import com.baomidou.mybatisplus.mapper.EntityWrapper; +import com.baomidou.mybatisplus.plugins.Page; +import com.baomidou.mybatisplus.service.impl.ServiceImpl; +import com.utils.PageUtils; +import com.utils.Query; + + +import com.dao.FafangpaizhaoDao; +import com.entity.FafangpaizhaoEntity; +import com.service.FafangpaizhaoService; +import com.entity.vo.FafangpaizhaoVO; +import com.entity.view.FafangpaizhaoView; + +@Service("fafangpaizhaoService") +public class FafangpaizhaoServiceImpl extends ServiceImpl implements FafangpaizhaoService { + + + @Override + public PageUtils queryPage(Map params) { + Page page = this.selectPage( + new Query(params).getPage(), + new EntityWrapper() + ); + return new PageUtils(page); + } + + @Override + public PageUtils queryPage(Map params, Wrapper wrapper) { + Page page =new Query(params).getPage(); + page.setRecords(baseMapper.selectListView(page,wrapper)); + PageUtils pageUtil = new PageUtils(page); + return pageUtil; + } + + + @Override + public List selectListVO(Wrapper wrapper) { + return baseMapper.selectListVO(wrapper); + } + + @Override + public FafangpaizhaoVO selectVO(Wrapper wrapper) { + return baseMapper.selectVO(wrapper); + } + + @Override + public List selectListView(Wrapper wrapper) { + return baseMapper.selectListView(wrapper); + } + + @Override + public FafangpaizhaoView selectView(Wrapper wrapper) { + return baseMapper.selectView(wrapper); + } + + +} diff --git a/src/main/java/com/service/impl/GonggaoxinxiServiceImpl.java b/src/main/java/com/service/impl/GonggaoxinxiServiceImpl.java new file mode 100644 index 0000000..2c9c838 --- /dev/null +++ b/src/main/java/com/service/impl/GonggaoxinxiServiceImpl.java @@ -0,0 +1,64 @@ +package com.service.impl; + +import org.springframework.stereotype.Service; +import java.util.Map; +import java.util.List; + +import com.baomidou.mybatisplus.mapper.Wrapper; +import com.baomidou.mybatisplus.mapper.EntityWrapper; +import com.baomidou.mybatisplus.plugins.Page; +import com.baomidou.mybatisplus.service.impl.ServiceImpl; +import com.utils.PageUtils; +import com.utils.Query; + + +import com.dao.GonggaoxinxiDao; +import com.entity.GonggaoxinxiEntity; +import com.service.GonggaoxinxiService; +import com.entity.vo.GonggaoxinxiVO; +import com.entity.view.GonggaoxinxiView; + +@Service("gonggaoxinxiService") +public class GonggaoxinxiServiceImpl extends ServiceImpl implements GonggaoxinxiService { + + + @Override + public PageUtils queryPage(Map params) { + Page page = this.selectPage( + new Query(params).getPage(), + new EntityWrapper() + ); + return new PageUtils(page); + } + + @Override + public PageUtils queryPage(Map params, Wrapper wrapper) { + Page page =new Query(params).getPage(); + page.setRecords(baseMapper.selectListView(page,wrapper)); + PageUtils pageUtil = new PageUtils(page); + return pageUtil; + } + + + @Override + public List selectListVO(Wrapper wrapper) { + return baseMapper.selectListVO(wrapper); + } + + @Override + public GonggaoxinxiVO selectVO(Wrapper wrapper) { + return baseMapper.selectVO(wrapper); + } + + @Override + public List selectListView(Wrapper wrapper) { + return baseMapper.selectListView(wrapper); + } + + @Override + public GonggaoxinxiView selectView(Wrapper wrapper) { + return baseMapper.selectView(wrapper); + } + + +} diff --git a/src/main/java/com/service/impl/GongzuorenyuanServiceImpl.java b/src/main/java/com/service/impl/GongzuorenyuanServiceImpl.java new file mode 100644 index 0000000..b1a85c8 --- /dev/null +++ b/src/main/java/com/service/impl/GongzuorenyuanServiceImpl.java @@ -0,0 +1,64 @@ +package com.service.impl; + +import org.springframework.stereotype.Service; +import java.util.Map; +import java.util.List; + +import com.baomidou.mybatisplus.mapper.Wrapper; +import com.baomidou.mybatisplus.mapper.EntityWrapper; +import com.baomidou.mybatisplus.plugins.Page; +import com.baomidou.mybatisplus.service.impl.ServiceImpl; +import com.utils.PageUtils; +import com.utils.Query; + + +import com.dao.GongzuorenyuanDao; +import com.entity.GongzuorenyuanEntity; +import com.service.GongzuorenyuanService; +import com.entity.vo.GongzuorenyuanVO; +import com.entity.view.GongzuorenyuanView; + +@Service("gongzuorenyuanService") +public class GongzuorenyuanServiceImpl extends ServiceImpl implements GongzuorenyuanService { + + + @Override + public PageUtils queryPage(Map params) { + Page page = this.selectPage( + new Query(params).getPage(), + new EntityWrapper() + ); + return new PageUtils(page); + } + + @Override + public PageUtils queryPage(Map params, Wrapper wrapper) { + Page page =new Query(params).getPage(); + page.setRecords(baseMapper.selectListView(page,wrapper)); + PageUtils pageUtil = new PageUtils(page); + return pageUtil; + } + + + @Override + public List selectListVO(Wrapper wrapper) { + return baseMapper.selectListVO(wrapper); + } + + @Override + public GongzuorenyuanVO selectVO(Wrapper wrapper) { + return baseMapper.selectVO(wrapper); + } + + @Override + public List selectListView(Wrapper wrapper) { + return baseMapper.selectListView(wrapper); + } + + @Override + public GongzuorenyuanView selectView(Wrapper wrapper) { + return baseMapper.selectView(wrapper); + } + + +} diff --git a/src/main/java/com/service/impl/GuapaishenqingServiceImpl.java b/src/main/java/com/service/impl/GuapaishenqingServiceImpl.java new file mode 100644 index 0000000..f75131e --- /dev/null +++ b/src/main/java/com/service/impl/GuapaishenqingServiceImpl.java @@ -0,0 +1,64 @@ +package com.service.impl; + +import org.springframework.stereotype.Service; +import java.util.Map; +import java.util.List; + +import com.baomidou.mybatisplus.mapper.Wrapper; +import com.baomidou.mybatisplus.mapper.EntityWrapper; +import com.baomidou.mybatisplus.plugins.Page; +import com.baomidou.mybatisplus.service.impl.ServiceImpl; +import com.utils.PageUtils; +import com.utils.Query; + + +import com.dao.GuapaishenqingDao; +import com.entity.GuapaishenqingEntity; +import com.service.GuapaishenqingService; +import com.entity.vo.GuapaishenqingVO; +import com.entity.view.GuapaishenqingView; + +@Service("guapaishenqingService") +public class GuapaishenqingServiceImpl extends ServiceImpl implements GuapaishenqingService { + + + @Override + public PageUtils queryPage(Map params) { + Page page = this.selectPage( + new Query(params).getPage(), + new EntityWrapper() + ); + return new PageUtils(page); + } + + @Override + public PageUtils queryPage(Map params, Wrapper wrapper) { + Page page =new Query(params).getPage(); + page.setRecords(baseMapper.selectListView(page,wrapper)); + PageUtils pageUtil = new PageUtils(page); + return pageUtil; + } + + + @Override + public List selectListVO(Wrapper wrapper) { + return baseMapper.selectListVO(wrapper); + } + + @Override + public GuapaishenqingVO selectVO(Wrapper wrapper) { + return baseMapper.selectVO(wrapper); + } + + @Override + public List selectListView(Wrapper wrapper) { + return baseMapper.selectListView(wrapper); + } + + @Override + public GuapaishenqingView selectView(Wrapper wrapper) { + return baseMapper.selectView(wrapper); + } + + +} diff --git a/src/main/java/com/service/impl/JiashiyuanServiceImpl.java b/src/main/java/com/service/impl/JiashiyuanServiceImpl.java new file mode 100644 index 0000000..b7149b6 --- /dev/null +++ b/src/main/java/com/service/impl/JiashiyuanServiceImpl.java @@ -0,0 +1,64 @@ +package com.service.impl; + +import org.springframework.stereotype.Service; +import java.util.Map; +import java.util.List; + +import com.baomidou.mybatisplus.mapper.Wrapper; +import com.baomidou.mybatisplus.mapper.EntityWrapper; +import com.baomidou.mybatisplus.plugins.Page; +import com.baomidou.mybatisplus.service.impl.ServiceImpl; +import com.utils.PageUtils; +import com.utils.Query; + + +import com.dao.JiashiyuanDao; +import com.entity.JiashiyuanEntity; +import com.service.JiashiyuanService; +import com.entity.vo.JiashiyuanVO; +import com.entity.view.JiashiyuanView; + +@Service("jiashiyuanService") +public class JiashiyuanServiceImpl extends ServiceImpl implements JiashiyuanService { + + + @Override + public PageUtils queryPage(Map params) { + Page page = this.selectPage( + new Query(params).getPage(), + new EntityWrapper() + ); + return new PageUtils(page); + } + + @Override + public PageUtils queryPage(Map params, Wrapper wrapper) { + Page page =new Query(params).getPage(); + page.setRecords(baseMapper.selectListView(page,wrapper)); + PageUtils pageUtil = new PageUtils(page); + return pageUtil; + } + + + @Override + public List selectListVO(Wrapper wrapper) { + return baseMapper.selectListVO(wrapper); + } + + @Override + public JiashiyuanVO selectVO(Wrapper wrapper) { + return baseMapper.selectVO(wrapper); + } + + @Override + public List selectListView(Wrapper wrapper) { + return baseMapper.selectListView(wrapper); + } + + @Override + public JiashiyuanView selectView(Wrapper wrapper) { + return baseMapper.selectView(wrapper); + } + + +} diff --git a/src/main/java/com/service/impl/LuxianxinxiServiceImpl.java b/src/main/java/com/service/impl/LuxianxinxiServiceImpl.java new file mode 100644 index 0000000..e4d50ef --- /dev/null +++ b/src/main/java/com/service/impl/LuxianxinxiServiceImpl.java @@ -0,0 +1,81 @@ +package com.service.impl; + +import org.springframework.stereotype.Service; +import java.util.Map; +import java.util.List; + +import com.baomidou.mybatisplus.mapper.Wrapper; +import com.baomidou.mybatisplus.mapper.EntityWrapper; +import com.baomidou.mybatisplus.plugins.Page; +import com.baomidou.mybatisplus.service.impl.ServiceImpl; +import com.utils.PageUtils; +import com.utils.Query; + + +import com.dao.LuxianxinxiDao; +import com.entity.LuxianxinxiEntity; +import com.service.LuxianxinxiService; +import com.entity.vo.LuxianxinxiVO; +import com.entity.view.LuxianxinxiView; + +@Service("luxianxinxiService") +public class LuxianxinxiServiceImpl extends ServiceImpl implements LuxianxinxiService { + + + @Override + public PageUtils queryPage(Map params) { + Page page = this.selectPage( + new Query(params).getPage(), + new EntityWrapper() + ); + return new PageUtils(page); + } + + @Override + public PageUtils queryPage(Map params, Wrapper wrapper) { + Page page =new Query(params).getPage(); + page.setRecords(baseMapper.selectListView(page,wrapper)); + PageUtils pageUtil = new PageUtils(page); + return pageUtil; + } + + + @Override + public List selectListVO(Wrapper wrapper) { + return baseMapper.selectListVO(wrapper); + } + + @Override + public LuxianxinxiVO selectVO(Wrapper wrapper) { + return baseMapper.selectVO(wrapper); + } + + @Override + public List selectListView(Wrapper wrapper) { + return baseMapper.selectListView(wrapper); + } + + @Override + public LuxianxinxiView selectView(Wrapper wrapper) { + return baseMapper.selectView(wrapper); + } + + @Override + public List> selectValue(Map params, Wrapper wrapper) { + return baseMapper.selectValue(params, wrapper); + } + + @Override + public List> selectTimeStatValue(Map params, Wrapper wrapper) { + return baseMapper.selectTimeStatValue(params, wrapper); + } + + @Override + public List> selectGroup(Map params, Wrapper wrapper) { + return baseMapper.selectGroup(params, wrapper); + } + + + + +} diff --git a/src/main/java/com/service/impl/ShigujiluServiceImpl.java b/src/main/java/com/service/impl/ShigujiluServiceImpl.java new file mode 100644 index 0000000..2f6f162 --- /dev/null +++ b/src/main/java/com/service/impl/ShigujiluServiceImpl.java @@ -0,0 +1,81 @@ +package com.service.impl; + +import org.springframework.stereotype.Service; +import java.util.Map; +import java.util.List; + +import com.baomidou.mybatisplus.mapper.Wrapper; +import com.baomidou.mybatisplus.mapper.EntityWrapper; +import com.baomidou.mybatisplus.plugins.Page; +import com.baomidou.mybatisplus.service.impl.ServiceImpl; +import com.utils.PageUtils; +import com.utils.Query; + + +import com.dao.ShigujiluDao; +import com.entity.ShigujiluEntity; +import com.service.ShigujiluService; +import com.entity.vo.ShigujiluVO; +import com.entity.view.ShigujiluView; + +@Service("shigujiluService") +public class ShigujiluServiceImpl extends ServiceImpl implements ShigujiluService { + + + @Override + public PageUtils queryPage(Map params) { + Page page = this.selectPage( + new Query(params).getPage(), + new EntityWrapper() + ); + return new PageUtils(page); + } + + @Override + public PageUtils queryPage(Map params, Wrapper wrapper) { + Page page =new Query(params).getPage(); + page.setRecords(baseMapper.selectListView(page,wrapper)); + PageUtils pageUtil = new PageUtils(page); + return pageUtil; + } + + + @Override + public List selectListVO(Wrapper wrapper) { + return baseMapper.selectListVO(wrapper); + } + + @Override + public ShigujiluVO selectVO(Wrapper wrapper) { + return baseMapper.selectVO(wrapper); + } + + @Override + public List selectListView(Wrapper wrapper) { + return baseMapper.selectListView(wrapper); + } + + @Override + public ShigujiluView selectView(Wrapper wrapper) { + return baseMapper.selectView(wrapper); + } + + @Override + public List> selectValue(Map params, Wrapper wrapper) { + return baseMapper.selectValue(params, wrapper); + } + + @Override + public List> selectTimeStatValue(Map params, Wrapper wrapper) { + return baseMapper.selectTimeStatValue(params, wrapper); + } + + @Override + public List> selectGroup(Map params, Wrapper wrapper) { + return baseMapper.selectGroup(params, wrapper); + } + + + + +} diff --git a/src/main/java/com/service/impl/TokenServiceImpl.java b/src/main/java/com/service/impl/TokenServiceImpl.java new file mode 100644 index 0000000..de6c052 --- /dev/null +++ b/src/main/java/com/service/impl/TokenServiceImpl.java @@ -0,0 +1,79 @@ + +package com.service.impl; + + +import java.util.Calendar; +import java.util.Date; +import java.util.List; +import java.util.Map; + +import org.springframework.stereotype.Service; + +import com.baomidou.mybatisplus.mapper.EntityWrapper; +import com.baomidou.mybatisplus.mapper.Wrapper; +import com.baomidou.mybatisplus.plugins.Page; +import com.baomidou.mybatisplus.service.impl.ServiceImpl; +import com.dao.TokenDao; +import com.entity.TokenEntity; +import com.entity.TokenEntity; +import com.service.TokenService; +import com.utils.CommonUtil; +import com.utils.PageUtils; +import com.utils.Query; + + +/** + * token + */ +@Service("tokenService") +public class TokenServiceImpl extends ServiceImpl implements TokenService { + + @Override + public PageUtils queryPage(Map params) { + Page page = this.selectPage( + new Query(params).getPage(), + new EntityWrapper() + ); + return new PageUtils(page); + } + + @Override + public List selectListView(Wrapper wrapper) { + return baseMapper.selectListView(wrapper); + } + + @Override + public PageUtils queryPage(Map params, + Wrapper wrapper) { + Page page =new Query(params).getPage(); + page.setRecords(baseMapper.selectListView(page,wrapper)); + PageUtils pageUtil = new PageUtils(page); + return pageUtil; + } + + @Override + public String generateToken(Long userid,String username, String tableName, String role) { + TokenEntity tokenEntity = this.selectOne(new EntityWrapper().eq("userid", userid).eq("role", role)); + String token = CommonUtil.getRandomString(32); + Calendar cal = Calendar.getInstance(); + cal.setTime(new Date()); + cal.add(Calendar.HOUR_OF_DAY, 1); + if(tokenEntity!=null) { + tokenEntity.setToken(token); + tokenEntity.setExpiratedtime(cal.getTime()); + this.updateById(tokenEntity); + } else { + this.insert(new TokenEntity(userid,username, tableName, role, token, cal.getTime())); + } + return token; + } + + @Override + public TokenEntity getTokenEntity(String token) { + TokenEntity tokenEntity = this.selectOne(new EntityWrapper().eq("token", token)); + if(tokenEntity == null || tokenEntity.getExpiratedtime().getTime() implements UsersService { + + @Override + public PageUtils queryPage(Map params) { + Page page = this.selectPage( + new Query(params).getPage(), + new EntityWrapper() + ); + return new PageUtils(page); + } + + @Override + public List selectListView(Wrapper wrapper) { + return baseMapper.selectListView(wrapper); + } + + @Override + public PageUtils queryPage(Map params, + Wrapper wrapper) { + Page page =new Query(params).getPage(); + page.setRecords(baseMapper.selectListView(page,wrapper)); + PageUtils pageUtil = new PageUtils(page); + return pageUtil; + } +} diff --git a/src/main/java/com/service/impl/XubaotongzhiServiceImpl.java b/src/main/java/com/service/impl/XubaotongzhiServiceImpl.java new file mode 100644 index 0000000..db32253 --- /dev/null +++ b/src/main/java/com/service/impl/XubaotongzhiServiceImpl.java @@ -0,0 +1,81 @@ +package com.service.impl; + +import org.springframework.stereotype.Service; +import java.util.Map; +import java.util.List; + +import com.baomidou.mybatisplus.mapper.Wrapper; +import com.baomidou.mybatisplus.mapper.EntityWrapper; +import com.baomidou.mybatisplus.plugins.Page; +import com.baomidou.mybatisplus.service.impl.ServiceImpl; +import com.utils.PageUtils; +import com.utils.Query; + + +import com.dao.XubaotongzhiDao; +import com.entity.XubaotongzhiEntity; +import com.service.XubaotongzhiService; +import com.entity.vo.XubaotongzhiVO; +import com.entity.view.XubaotongzhiView; + +@Service("xubaotongzhiService") +public class XubaotongzhiServiceImpl extends ServiceImpl implements XubaotongzhiService { + + + @Override + public PageUtils queryPage(Map params) { + Page page = this.selectPage( + new Query(params).getPage(), + new EntityWrapper() + ); + return new PageUtils(page); + } + + @Override + public PageUtils queryPage(Map params, Wrapper wrapper) { + Page page =new Query(params).getPage(); + page.setRecords(baseMapper.selectListView(page,wrapper)); + PageUtils pageUtil = new PageUtils(page); + return pageUtil; + } + + + @Override + public List selectListVO(Wrapper wrapper) { + return baseMapper.selectListVO(wrapper); + } + + @Override + public XubaotongzhiVO selectVO(Wrapper wrapper) { + return baseMapper.selectVO(wrapper); + } + + @Override + public List selectListView(Wrapper wrapper) { + return baseMapper.selectListView(wrapper); + } + + @Override + public XubaotongzhiView selectView(Wrapper wrapper) { + return baseMapper.selectView(wrapper); + } + + @Override + public List> selectValue(Map params, Wrapper wrapper) { + return baseMapper.selectValue(params, wrapper); + } + + @Override + public List> selectTimeStatValue(Map params, Wrapper wrapper) { + return baseMapper.selectTimeStatValue(params, wrapper); + } + + @Override + public List> selectGroup(Map params, Wrapper wrapper) { + return baseMapper.selectGroup(params, wrapper); + } + + + + +} diff --git a/src/main/java/com/utils/BaiduUtil.java b/src/main/java/com/utils/BaiduUtil.java new file mode 100644 index 0000000..ad196c8 --- /dev/null +++ b/src/main/java/com/utils/BaiduUtil.java @@ -0,0 +1,237 @@ +package com.utils; + +import java.io.BufferedReader; +import java.io.InputStreamReader; +import java.net.HttpURLConnection; +import java.net.URL; +import java.util.HashMap; +import java.util.List; +import java.util.Map; + +import org.json.JSONArray; +import org.json.JSONObject; + +import com.baidu.aip.ocr.AipOcr; +import com.baidu.aip.bodyanalysis.AipBodyAnalysis; +import com.baidu.aip.imageclassify.AipImageClassify; +import com.baidu.aip.speech.AipSpeech; + +/** +* 类说明 : +*/ + +public class BaiduUtil { + + /** + * 根据经纬度获得省市区信息 + * @param lon 纬度 + * @param lat 经度 + * @param coordtype 经纬度坐标系 + * @return + */ + public static Map getCityByLonLat(String key, String lng, String lat) { + String location = lat + "," + lng; + try { + //拼装url + String url = "http://api.map.baidu.com/reverse_geocoding/v3/?ak="+key+"&output=json&coordtype=wgs84ll&location="+location; + String result = HttpClientUtils.doGet(url); + JSONObject o = new JSONObject(result); + Map area = new HashMap<>(); + area.put("province", o.getJSONObject("result").getJSONObject("addressComponent").getString("province")); + area.put("city", o.getJSONObject("result").getJSONObject("addressComponent").getString("city")); + area.put("district", o.getJSONObject("result").getJSONObject("addressComponent").getString("district")); + area.put("street", o.getJSONObject("result").getJSONObject("addressComponent").getString("street")); + return area; + }catch (Exception e) { + e.printStackTrace(); + } + return null; + } + + /** + * 获取API访问token + * 该token有一定的有效期,需要自行管理,当失效时需重新获取. + * @param ak - 百度云官网获取的 API Key + * @param sk - 百度云官网获取的 Securet Key + * @return assess_token + */ + public static String getAuth(String ak, String sk) { + // 获取token地址 + String authHost = "https://aip.baidubce.com/oauth/2.0/token?"; + String getAccessTokenUrl = authHost + // 1. grant_type为固定参数 + + "grant_type=client_credentials" + // 2. 官网获取的 API Key + + "&client_id=" + ak + // 3. 官网获取的 Secret Key + + "&client_secret=" + sk; + try { + URL realUrl = new URL(getAccessTokenUrl); + // 打开和URL之间的连接 + HttpURLConnection connection = (HttpURLConnection) realUrl.openConnection(); + connection.setRequestMethod("GET"); + connection.connect(); + // 获取所有响应头字段 + Map> map = connection.getHeaderFields(); + // 遍历所有的响应头字段 + for (String key : map.keySet()) { + System.err.println(key + "--->" + map.get(key)); + } + // 定义 BufferedReader输入流来读取URL的响应 + BufferedReader in = new BufferedReader(new InputStreamReader(connection.getInputStream())); + String result = ""; + String line; + while ((line = in.readLine()) != null) { + result += line; + } + /** + * 返回结果示例 + */ + System.err.println("result:" + result); + org.json.JSONObject jsonObject = new org.json.JSONObject(result); + String access_token = jsonObject.getString("access_token"); + return access_token; + } catch (Exception e) { + System.err.printf("获取token失败!"); + e.printStackTrace(System.err); + } + return null; + } + + //设置APPID/AK/SK + public static final String APP_ID = "49214550"; + public static final String API_KEY = "7Otjpv2kn0ljQk45qXOXh5MO"; + public static final String SECRET_KEY = "BMfbXRbTIVaB4C3SbRTtGqDv1wHDvyXS"; + private static AipOcr ocrClient = null; + + /** + * 识别图片上的文本内容,转成文字字符串返回 + * @param imagePath 图片文件的路径 + */ + public static String generalString(String imagePath, boolean isNewline){ + try{ + HashMap options = new HashMap(); + options.put("language_type", "CHN_ENG"); //CHN_ENG:中英文混合, ENG:英文 + options.put("detect_direction", "true"); //是否检测图像朝向,默认不检测,即:false + options.put("detect_language", "true"); //是否检测语言,默认不检测。 + options.put("probability", "false"); //是否返回识别结果中每一行的置信度 + //通用文字识别 + if(ocrClient==null) { + ocrClient = new AipOcr(APP_ID, API_KEY, SECRET_KEY); + ocrClient.setConnectionTimeoutInMillis(5000); + ocrClient.setSocketTimeoutInMillis(60000); + } + JSONObject jsonObject = ocrClient.basicAccurateGeneral(imagePath, options); + String result = mergeString(jsonObject, isNewline); + return result; + }catch(Exception ex){ + ex.printStackTrace(); + } + return null; + } + + + private static String mergeString(JSONObject jsonObject, boolean isNewline){ + if(jsonObject == null){ + return ""; + } + + if(jsonObject.has("words_result") && jsonObject.has("words_result_num")){ + int wordsResultNum = jsonObject.getInt("words_result_num"); + if(wordsResultNum > 0){ + StringBuilder sb = new StringBuilder(); + + JSONArray jsonArray = jsonObject.getJSONArray("words_result"); + int len = jsonArray.length(); + for(int i=0;i params = new HashMap(); + params.put("baike_num", "1"); + JSONObject res = aic.animalDetect(imgPath, params); + System.out.println(res.toString(2)); + return res; + } + + public static JSONObject dishDetect(String imgPath) { + //初始化 + AipImageClassify aic = new AipImageClassify(APP_ID, API_KEY, SECRET_KEY); + //返回JSON格式的数据 + HashMap params = new HashMap(); + params.put("baike_num", "1"); + JSONObject res = aic.dishDetect(imgPath, params); + System.out.println(res.toString(2)); + return res; + } + + public static JSONObject plantDetect(String imgPath) { + //初始化 + AipImageClassify aic = new AipImageClassify(APP_ID, API_KEY, SECRET_KEY); + //返回JSON格式的数据 + HashMap params = new HashMap(); + params.put("baike_num", "1"); + JSONObject res = aic.plantDetect(imgPath, params); + System.out.println(res.toString(2)); + return res; + } + + public static JSONObject advancedGeneral(String imgPath) { + //初始化 + AipImageClassify aic = new AipImageClassify(APP_ID, API_KEY, SECRET_KEY); + //返回JSON格式的数据 + HashMap params = new HashMap(); + params.put("baike_num", "1"); + JSONObject res = aic.advancedGeneral(imgPath, params); + System.out.println(res.toString(2)); + return res; + } + + public static JSONObject carDetect(String imgPath) { + //初始化 + AipImageClassify aic = new AipImageClassify(APP_ID, API_KEY, SECRET_KEY); + //返回JSON格式的数据 + HashMap params = new HashMap(); + params.put("baike_num", "1"); + JSONObject res = aic.carDetect(imgPath, params); + System.out.println(res.toString(2)); + return res; + } + + public static JSONObject bodyNum(String imgPath) { + //初始化 + AipBodyAnalysis aba = new AipBodyAnalysis(APP_ID, API_KEY, SECRET_KEY); + //返回JSON格式的数据 + HashMap params = new HashMap(); + JSONObject res = aba.bodyNum(imgPath, params); + System.out.println(res.toString(2)); + return res; + } + + public static JSONObject asr(String wavPath) { + //初始化 + AipSpeech as = new AipSpeech(APP_ID, API_KEY, SECRET_KEY); + //返回JSON格式的数据 + HashMap params = new HashMap(); + params.put("channel", 1); + JSONObject res = as.asr(wavPath, "pcm", 16000, params); + System.out.println(res.toString(2)); + return res; + } +} diff --git a/src/main/java/com/utils/CommonUtil.java b/src/main/java/com/utils/CommonUtil.java new file mode 100644 index 0000000..423a577 --- /dev/null +++ b/src/main/java/com/utils/CommonUtil.java @@ -0,0 +1,129 @@ +package com.utils; + +import java.util.Random; +import java.util.ArrayList; +import org.springframework.stereotype.Component; +import org.apache.commons.lang3.StringUtils; +import org.apache.poi.ss.usermodel.Cell; +import java.text.DecimalFormat; +import java.text.SimpleDateFormat; +import org.apache.poi.ss.usermodel.DateUtil; +import java.util.Objects; +import com.alibaba.fastjson.JSONObject; +import org.springframework.beans.factory.annotation.Autowired; + +@Component +public class CommonUtil { + /** + * 获取随机字符串 + * + * @param num + * @return + */ + public static String getRandomString(Integer num) { + String base = "abcdefghijklmnopqrstuvwxyz0123456789"; + Random random = new Random(); + StringBuffer sb = new StringBuffer(); + for (int i = 0; i < num; i++) { + int number = random.nextInt(base.length()); + sb.append(base.charAt(number)); + } + return sb.toString(); + } + + /** + * 获取随机验证码 + * + * @param num + * @return + */ + public static String getRandomNumber(Integer num) { + String base = "0123456789"; + Random random = new Random(); + StringBuffer sb = new StringBuffer(); + for (int i = 0; i < num; i++) { + int number = random.nextInt(base.length()); + sb.append(base.charAt(number)); + } + return sb.toString(); + } + + public static String getCellValue(Cell cell) { + String resultValue = ""; + // 判空 + if (Objects.isNull(cell)) { + return resultValue; + } + + // 拿到单元格类型 + int cellType = cell.getCellType(); + switch (cellType) { + // 字符串类型 + case Cell.CELL_TYPE_STRING: + resultValue = StringUtils.isEmpty(cell.getStringCellValue()) ? "" : cell.getStringCellValue().trim(); + break; + // 布尔类型 + case Cell.CELL_TYPE_BOOLEAN: + resultValue = String.valueOf(cell.getBooleanCellValue()); + break; + // 数值类型 + case Cell.CELL_TYPE_NUMERIC: + /** + * format 的值可能为以下这些 yyyyMMddHHmmss + * yyyy-MM-dd----- 14 + * yyyy年m月d日----- 31 + * yyyy年m月--------57 + * m月d日 -----------58 + * HH:mm-----------20 + * h时mm分 --------- 32 + */ + Object val = cell.getNumericCellValue(); + // POI Excel 日期格式转换 + String formatDate = ""; + switch (cell.getCellStyle().getDataFormat()){ + case 14: + formatDate = "yyyy-MM-dd"; + break; + case 20: + formatDate = "HH:mm"; + break; + case 21: + formatDate = "HH:mm:ss"; + break; + case 31: + formatDate = "yyyy年MM月dd日"; + break; + case 32: + formatDate = "HH时mm分"; + break; + case 33: + formatDate = "HH时mm分mm秒"; + break; + case 57: + formatDate = "yyyy年MM月"; + break; + case 58: + formatDate = "MM月dd日"; + break; + case 176: + formatDate = "yyyy-MM-dd HH:mm:ss"; + break; + } + if(!"".equals(formatDate)){ + resultValue = new SimpleDateFormat(formatDate).format(DateUtil.getJavaDate((Double) val)); + }else{ + resultValue = new DecimalFormat("#.######").format(cell.getNumericCellValue()); + } + break; + // 取空串 + default: + break; + } + return resultValue; + } + + + + + +} diff --git a/src/main/java/com/utils/EncryptUtil.java b/src/main/java/com/utils/EncryptUtil.java new file mode 100644 index 0000000..db91e96 --- /dev/null +++ b/src/main/java/com/utils/EncryptUtil.java @@ -0,0 +1,237 @@ +package com.utils; + +import java.nio.charset.StandardCharsets; +import java.security.InvalidAlgorithmParameterException; +import java.security.InvalidKeyException; +import java.security.MessageDigest; +import java.security.NoSuchAlgorithmException; +import java.security.spec.InvalidKeySpecException; +import java.security.spec.KeySpec; +import java.util.Base64; + +import javax.crypto.BadPaddingException; +import javax.crypto.Cipher; +import javax.crypto.IllegalBlockSizeException; +import javax.crypto.NoSuchPaddingException; +import javax.crypto.SecretKey; +import javax.crypto.SecretKeyFactory; +import javax.crypto.spec.DESKeySpec; +import javax.crypto.spec.IvParameterSpec; +import javax.crypto.spec.SecretKeySpec; + +import cn.hutool.crypto.digest.DigestUtil; + +public class EncryptUtil { + + /** + * md5算法 + * @param text明文 + * @param key密钥 + * @return 密文 + */ + // 带秘钥加密 + public static String md5(String text) { + if(text==null) return null; + // 加密后的字符串 + String md5str = DigestUtil.md5Hex(text); + return md5str; + } + + /** + * SHA-256算法 + * @param text + * @return + * @throws Exception + */ + public static String sha256(String text) { + if(text==null) return null; + StringBuilder stringBuilder = new StringBuilder(); + try { + //获取SHA-256算法实例 + MessageDigest messageDigest = MessageDigest.getInstance("SHA-256"); + //计算散列值 + byte[] digest = messageDigest.digest(text.getBytes()); + //将byte数组转换为15进制字符串 + for (byte b : digest) { + stringBuilder.append(Integer.toHexString((b & 0xFF) | 0x100), 1, 3); + } + } catch (NoSuchAlgorithmException e) { + // TODO Auto-generated catch block + e.printStackTrace(); + } + return stringBuilder.toString(); + } + + private static final String DES_ALGORITHM = "DES"; + + /** + * DES加密 + * + * @param data 待加密的数据 + * @param key 密钥,长度必须为8位 + * @return 加密后的数据,使用Base64编码 + */ + public static String desEncrypt(String text) { + if(text==null) return null; + try { + String key = "12345678"; + // 根据密钥生成密钥规范 + KeySpec keySpec = new DESKeySpec(key.getBytes()); + // 根据密钥规范生成密钥工厂 + SecretKeyFactory secretKeyFactory = SecretKeyFactory.getInstance(DES_ALGORITHM); + // 根据密钥工厂和密钥规范生成密钥 + SecretKey secretKey = secretKeyFactory.generateSecret(keySpec); + + // 根据加密算法获取加密器 + Cipher cipher = Cipher.getInstance(DES_ALGORITHM); + // 初始化加密器,设置加密模式和密钥 + cipher.init(Cipher.ENCRYPT_MODE, secretKey); + // 加密数据 + byte[] encryptedData = cipher.doFinal(text.getBytes()); + // 对加密后的数据进行Base64编码 + return Base64.getEncoder().encodeToString(encryptedData); + } catch (InvalidKeyException e) { + e.printStackTrace(); + } catch (NoSuchAlgorithmException e) { + e.printStackTrace(); + } catch (InvalidKeySpecException e) { + e.printStackTrace(); + } catch (NoSuchPaddingException e) { + e.printStackTrace(); + } catch (IllegalBlockSizeException e) { + e.printStackTrace(); + } catch (BadPaddingException e) { + e.printStackTrace(); + } + return null; + } + + /** + * DES解密 + * + * @param encryptedData 加密后的数据,使用Base64编码 + * @param key 密钥,长度必须为8位 + * @return 解密后的数据 + */ + public static String desDecrypt(String text) { + if(text==null) return null; + try { + String key = "12345678"; + // 根据密钥生成密钥规范 + KeySpec keySpec = new DESKeySpec(key.getBytes()); + // 根据密钥规范生成密钥工厂 + SecretKeyFactory secretKeyFactory = SecretKeyFactory.getInstance(DES_ALGORITHM); + // 根据密钥工厂和密钥规范生成密钥 + SecretKey secretKey = secretKeyFactory.generateSecret(keySpec); + + // 对加密后的数据进行Base64解码 + byte[] decodedData = Base64.getDecoder().decode(text); + // 根据加密算法获取解密器 + Cipher cipher = Cipher.getInstance(DES_ALGORITHM); + // 初始化解密器,设置解密模式和密钥 + cipher.init(Cipher.DECRYPT_MODE, secretKey); + // 解密数据 + byte[] decryptedData = cipher.doFinal(decodedData); + // 将解密后的数据转换为字符串 + return new String(decryptedData); + } catch (InvalidKeyException e) { + e.printStackTrace(); + } catch (NoSuchAlgorithmException e) { + e.printStackTrace(); + } catch (InvalidKeySpecException e) { + e.printStackTrace(); + } catch (NoSuchPaddingException e) { + e.printStackTrace(); + } catch (IllegalBlockSizeException e) { + e.printStackTrace(); + } catch (BadPaddingException e) { + e.printStackTrace(); + } + return null; + } + + private static final String AES_ALGORITHM = "AES"; + // AES加密模式为CBC,填充方式为PKCS5Padding + private static final String AES_TRANSFORMATION = "AES/CBC/PKCS5Padding"; + // AES密钥为16位 + private static final String AES_KEY = "1234567890123456"; + // AES初始化向量为16位 + private static final String AES_IV = "abcdefghijklmnop"; + + /** + * AES加密 + * + * @param data 待加密的数据 + * @return 加密后的数据,使用Base64编码 + */ + public static String aesEncrypt(String text) { + if(text==null) return null; + try { + // 将AES密钥转换为SecretKeySpec对象 + SecretKeySpec secretKeySpec = new SecretKeySpec(AES_KEY.getBytes(), AES_ALGORITHM); + // 将AES初始化向量转换为IvParameterSpec对象 + IvParameterSpec ivParameterSpec = new IvParameterSpec(AES_IV.getBytes()); + // 根据加密算法获取加密器 + Cipher cipher = Cipher.getInstance(AES_TRANSFORMATION); + // 初始化加密器,设置加密模式、密钥和初始化向量 + cipher.init(Cipher.ENCRYPT_MODE, secretKeySpec, ivParameterSpec); + // 加密数据 + byte[] encryptedData = cipher.doFinal(text.getBytes(StandardCharsets.UTF_8)); + // 对加密后的数据使用Base64编码 + return Base64.getEncoder().encodeToString(encryptedData); + } catch (InvalidKeyException e) { + e.printStackTrace(); + } catch (NoSuchAlgorithmException e) { + e.printStackTrace(); + } catch (NoSuchPaddingException e) { + e.printStackTrace(); + } catch (InvalidAlgorithmParameterException e) { + e.printStackTrace(); + } catch (IllegalBlockSizeException e) { + e.printStackTrace(); + } catch (BadPaddingException e) { + e.printStackTrace(); + } + return null; + } + + /** + * AES解密 + * + * @param encryptedData 加密后的数据,使用Base64编码 + * @return 解密后的数据 + */ + public static String aesDecrypt(String text) { + if(text==null) return null; + try { + // 将AES密钥转换为SecretKeySpec对象 + SecretKeySpec secretKeySpec = new SecretKeySpec(AES_KEY.getBytes(), AES_ALGORITHM); + // 将AES初始化向量转换为IvParameterSpec对象 + IvParameterSpec ivParameterSpec = new IvParameterSpec(AES_IV.getBytes()); + // 根据加密算法获取解密器 + Cipher cipher = Cipher.getInstance(AES_TRANSFORMATION); + // 初始化解密器,设置解密模式、密钥和初始化向量 + cipher.init(Cipher.DECRYPT_MODE, secretKeySpec, ivParameterSpec); + // 对加密后的数据使用Base64解码 + byte[] decodedData = Base64.getDecoder().decode(text); + // 解密数据 + byte[] decryptedData = cipher.doFinal(decodedData); + // 返回解密后的数据 + return new String(decryptedData, StandardCharsets.UTF_8); + } catch (InvalidKeyException e) { + e.printStackTrace(); + } catch (NoSuchAlgorithmException e) { + e.printStackTrace(); + } catch (NoSuchPaddingException e) { + e.printStackTrace(); + } catch (InvalidAlgorithmParameterException e) { + e.printStackTrace(); + } catch (IllegalBlockSizeException e) { + e.printStackTrace(); + } catch (BadPaddingException e) { + e.printStackTrace(); + } + return null; + } + +} diff --git a/src/main/java/com/utils/FileUtil.java b/src/main/java/com/utils/FileUtil.java new file mode 100644 index 0000000..d581324 --- /dev/null +++ b/src/main/java/com/utils/FileUtil.java @@ -0,0 +1,27 @@ +package com.utils; + +import java.io.ByteArrayOutputStream; +import java.io.File; +import java.io.FileInputStream; +import java.io.IOException; +import java.io.InputStream; + +/** +* 类说明 : +*/ + +public class FileUtil { + public static byte[] FileToByte(File file) throws IOException { + // 将数据转为流 + @SuppressWarnings("resource") + InputStream content = new FileInputStream(file); + ByteArrayOutputStream swapStream = new ByteArrayOutputStream(); + byte[] buff = new byte[100]; + int rc = 0; + while ((rc = content.read(buff, 0, 100)) > 0) { + swapStream.write(buff, 0, rc); + } + // 获得二进制数组 + return swapStream.toByteArray(); + } +} diff --git a/src/main/java/com/utils/HttpClientUtils.java b/src/main/java/com/utils/HttpClientUtils.java new file mode 100644 index 0000000..1b9febb --- /dev/null +++ b/src/main/java/com/utils/HttpClientUtils.java @@ -0,0 +1,90 @@ +package com.utils; + +import java.io.BufferedReader; +import java.io.IOException; +import java.io.InputStreamReader; +import java.net.HttpURLConnection; +import java.net.URL; +import java.util.ArrayList; +import java.util.List; +import java.util.Map; + +import org.apache.http.NameValuePair; +import org.apache.http.client.entity.UrlEncodedFormEntity; +import org.apache.http.client.methods.CloseableHttpResponse; +import org.apache.http.client.methods.HttpPost; +import org.apache.http.impl.client.CloseableHttpClient; +import org.apache.http.impl.client.HttpClients; +import org.apache.http.message.BasicNameValuePair; +import org.apache.http.util.EntityUtils; + + +/** + * HttpClient工具类 + */ +public class HttpClientUtils { + + /** + * @param uri + * @return String + * @description get请求方式 + * @author: long.he01 + */ + public static String doGet(String uri) { + + StringBuilder result = new StringBuilder(); + try { + String res = ""; + URL url = new URL(uri); + HttpURLConnection conn = (HttpURLConnection) url.openConnection(); + BufferedReader in = new BufferedReader(new InputStreamReader(conn.getInputStream(), "UTF-8")); + String line; + while ((line = in.readLine()) != null) { + res += line+"\n"; + } + in.close(); + return res; + }catch (Exception e) { + e.printStackTrace(); + return null; + } + + } + + public static String doPost(String url, Map param) { + // 创建Httpclient对象 + CloseableHttpClient httpClient = HttpClients.createDefault(); + CloseableHttpResponse response = null; + String resultString = ""; + try { + // 创建Http Post请求 + HttpPost httpPost = new HttpPost(url); + // 创建参数列表 + if (param != null) { + List paramList = new ArrayList<>(); + for (String key : param.keySet()) { + paramList.add(new BasicNameValuePair(key, param.get(key))); + } + // 模拟表单 + UrlEncodedFormEntity entity = new UrlEncodedFormEntity(paramList); + httpPost.setEntity(entity); + } + // 执行http请求 + response = httpClient.execute(httpPost); + resultString = EntityUtils.toString(response.getEntity(), "utf-8"); + } catch (Exception e) { + e.printStackTrace(); + } finally { + try { + response.close(); + } catch (IOException e) { + e.printStackTrace(); + } + } + + return resultString; + } + +} + + diff --git a/src/main/java/com/utils/JQPageInfo.java b/src/main/java/com/utils/JQPageInfo.java new file mode 100644 index 0000000..af075a4 --- /dev/null +++ b/src/main/java/com/utils/JQPageInfo.java @@ -0,0 +1,54 @@ +package com.utils; + +public class JQPageInfo{ + private Integer page; + + private Integer limit; + + private String sidx; + + private String order; + + private Integer offset; + + public Integer getPage() { + return page; + } + + public void setPage(Integer page) { + this.page = page; + } + + public Integer getLimit() { + return limit; + } + + public void setLimit(Integer limit) { + this.limit = limit; + } + + public String getSidx() { + return sidx; + } + + public void setSidx(String sidx) { + this.sidx = sidx; + } + + public String getOrder() { + return order; + } + + public void setOrder(String order) { + this.order = order; + } + + public Integer getOffset() { + return offset; + } + + public void setOffset(Integer offset) { + this.offset = offset; + } + +} diff --git a/src/main/java/com/utils/MPUtil.java b/src/main/java/com/utils/MPUtil.java new file mode 100644 index 0000000..bc60b10 --- /dev/null +++ b/src/main/java/com/utils/MPUtil.java @@ -0,0 +1,207 @@ +package com.utils; + +import java.util.ArrayList; +import java.util.Arrays; +import java.util.HashMap; +import java.util.Iterator; +import java.util.List; +import java.util.Map; + +import org.apache.commons.lang3.StringUtils; + +import cn.hutool.core.bean.BeanUtil; + +import com.baomidou.mybatisplus.mapper.Wrapper; + +/** + * Mybatis-Plus工具类 + */ +public class MPUtil { + public static final char UNDERLINE = '_'; + + + //mybatis plus allEQ 表达式转换 + public static Map allEQMapPre(Object bean,String pre) { + Map map =BeanUtil.beanToMap(bean); + return camelToUnderlineMap(map,pre); + } + + //mybatis plus allEQ 表达式转换 + public static Map allEQMap(Object bean) { + Map map =BeanUtil.beanToMap(bean); + return camelToUnderlineMap(map,""); + } + + public static Wrapper allLikePre(Wrapper wrapper,Object bean,String pre) { + Map map =BeanUtil.beanToMap(bean); + Map result = camelToUnderlineMap(map,pre); + + return genLike(wrapper,result); + } + + public static Wrapper allLike(Wrapper wrapper,Object bean) { + Map result = BeanUtil.beanToMap(bean, true, true); + return genLike(wrapper,result); + } + + + public static Wrapper genLike( Wrapper wrapper,Map param) { + Iterator> it = param.entrySet().iterator(); + int i=0; + while (it.hasNext()) { + if(i>0) wrapper.and(); + Map.Entry entry = it.next(); + String key = entry.getKey(); + String value = (String) entry.getValue(); + wrapper.like(key, value); + i++; + } + return wrapper; + } + + public static Wrapper likeOrEq(Wrapper wrapper,Object bean) { + Map result = BeanUtil.beanToMap(bean, true, true); + return genLikeOrEq(wrapper,result); + } + + public static Wrapper genLikeOrEq( Wrapper wrapper,Map param) { + Iterator> it = param.entrySet().iterator(); + int i=0; + while (it.hasNext()) { + if(i>0) wrapper.and(); + Map.Entry entry = it.next(); + String key = entry.getKey(); + if(entry.getValue().toString().contains("%")) { + wrapper.like(key, entry.getValue().toString().replace("%", "")); + } else { + wrapper.eq(key, entry.getValue()); + } + i++; + } + return wrapper; + } + + public static Wrapper allEq(Wrapper wrapper,Object bean) { + Map result = BeanUtil.beanToMap(bean, true, true); + return genEq(wrapper,result); + } + + + public static Wrapper genEq( Wrapper wrapper,Map param) { + Iterator> it = param.entrySet().iterator(); + int i=0; + while (it.hasNext()) { + if(i>0) wrapper.and(); + Map.Entry entry = it.next(); + String key = entry.getKey(); + wrapper.eq(key, entry.getValue()); + i++; + } + return wrapper; + } + + + public static Wrapper between(Wrapper wrapper,Map params) { + for(String key : params.keySet()) { + String columnName = ""; + if(key.endsWith("_start")) { + columnName = key.substring(0, key.indexOf("_start")); + if(StringUtils.isNotBlank(params.get(key).toString())) { + wrapper.ge(columnName, params.get(key)); + } + } + if(key.endsWith("_end")) { + columnName = key.substring(0, key.indexOf("_end")); + if(StringUtils.isNotBlank(params.get(key).toString())) { + wrapper.le(columnName, params.get(key)); + } + } + } + return wrapper; + } + + public static Wrapper sort2(Wrapper wrapper,Map params) { + String order = ""; + if(params.get("order") != null && StringUtils.isNotBlank(params.get("order").toString())) { + order = params.get("order").toString(); + } + if(params.get("sort") != null && StringUtils.isNotBlank(params.get("sort").toString())) { + if(order.equalsIgnoreCase("desc")) { + wrapper.orderDesc(Arrays.asList(params.get("sort"))); + } else { + wrapper.orderAsc(Arrays.asList(params.get("sort"))); + } + } + return wrapper; + } + + public static Wrapper sort(Wrapper wrapper,Map params) { + List orderList = new ArrayList(); + List sortList = new ArrayList(); + if(params.get("order") != null && StringUtils.isNotBlank(params.get("order").toString())) { + orderList = Arrays.asList(params.get("order").toString().split(",")); + } + if(params.get("sort") != null && StringUtils.isNotBlank(params.get("sort").toString())) { + sortList = Arrays.asList(params.get("sort").toString().split(",")); + } + if(orderList!=null && sortList!=null && orderList.size()==sortList.size()) { + for(int i=0; i newMap = new HashMap(); + Iterator> it = param.entrySet().iterator(); + while (it.hasNext()) { + Map.Entry entry = it.next(); + String key = entry.getKey(); + String newKey = camelToUnderline(key); + if (pre.endsWith(".")) { + newMap.put(pre + newKey, entry.getValue()); + } else if (StringUtils.isEmpty(pre)) { + newMap.put(newKey, entry.getValue()); + } else { + + newMap.put(pre + "." + newKey, entry.getValue()); + } + } + return newMap; + } +} diff --git a/src/main/java/com/utils/MapUtils.java b/src/main/java/com/utils/MapUtils.java new file mode 100644 index 0000000..ca34d9f --- /dev/null +++ b/src/main/java/com/utils/MapUtils.java @@ -0,0 +1,17 @@ + +package com.utils; + +import java.util.HashMap; + + +/** + * Map工具类 + */ +public class MapUtils extends HashMap { + + @Override + public MapUtils put(String key, Object value) { + super.put(key, value); + return this; + } +} diff --git a/src/main/java/com/utils/PageUtils.java b/src/main/java/com/utils/PageUtils.java new file mode 100644 index 0000000..f7356bf --- /dev/null +++ b/src/main/java/com/utils/PageUtils.java @@ -0,0 +1,101 @@ + +package com.utils; + +import java.io.Serializable; +import java.util.List; +import java.util.Map; + +import com.baomidou.mybatisplus.plugins.Page; + +/** + * 分页工具类 + */ +public class PageUtils implements Serializable { + private static final long serialVersionUID = 1L; + //总记录数 + private long total; + //每页记录数 + private int pageSize; + //总页数 + private long totalPage; + //当前页数 + private int currPage; + //列表数据 + private List list; + + /** + * 分页 + * @param list 列表数据 + * @param totalCount 总记录数 + * @param pageSize 每页记录数 + * @param currPage 当前页数 + */ + public PageUtils(List list, int totalCount, int pageSize, int currPage) { + this.list = list; + this.total = totalCount; + this.pageSize = pageSize; + this.currPage = currPage; + this.totalPage = (int)Math.ceil((double)totalCount/pageSize); + } + + /** + * 分页 + */ + public PageUtils(Page page) { + this.list = page.getRecords(); + this.total = page.getTotal(); + this.pageSize = page.getSize(); + this.currPage = page.getCurrent(); + this.totalPage = page.getPages(); + } + + /* + * 空数据的分页 + */ + public PageUtils(Map params) { + Page page =new Query(params).getPage(); + new PageUtils(page); + } + + + public int getPageSize() { + return pageSize; + } + + public void setPageSize(int pageSize) { + this.pageSize = pageSize; + } + + public int getCurrPage() { + return currPage; + } + + public void setCurrPage(int currPage) { + this.currPage = currPage; + } + + public List getList() { + return list; + } + + public void setList(List list) { + this.list = list; + } + + public long getTotalPage() { + return totalPage; + } + + public void setTotalPage(long totalPage) { + this.totalPage = totalPage; + } + + public long getTotal() { + return total; + } + + public void setTotal(long total) { + this.total = total; + } + +} diff --git a/src/main/java/com/utils/Query.java b/src/main/java/com/utils/Query.java new file mode 100644 index 0000000..eb624a7 --- /dev/null +++ b/src/main/java/com/utils/Query.java @@ -0,0 +1,98 @@ + +package com.utils; + +import java.util.LinkedHashMap; +import java.util.Map; + +import org.apache.commons.lang3.StringUtils; + +import com.baomidou.mybatisplus.plugins.Page; + +/** + * 查询参数 + */ +public class Query extends LinkedHashMap { + private static final long serialVersionUID = 1L; + /** + * mybatis-plus分页参数 + */ + private Page page; + /** + * 当前页码 + */ + private int currPage = 1; + /** + * 每页条数 + */ + private int limit = 10; + + public Query(JQPageInfo pageInfo) { + //分页参数 + if(pageInfo.getPage()!= null){ + currPage = pageInfo.getPage(); + } + if(pageInfo.getLimit()!= null){ + limit = pageInfo.getLimit(); + } + + + //防止SQL注入(因为sidx、order是通过拼接SQL实现排序的,会有SQL注入风险) + String sidx = SQLFilter.sqlInject(pageInfo.getSidx()); + String order = SQLFilter.sqlInject(pageInfo.getOrder()); + + + //mybatis-plus分页 + this.page = new Page<>(currPage, limit); + + //排序 + if(StringUtils.isNotBlank(sidx) && StringUtils.isNotBlank(order)){ + this.page.setOrderByField(sidx); + this.page.setAsc("ASC".equalsIgnoreCase(order)); + } + } + + + public Query(Map params){ + this.putAll(params); + + //分页参数 + if(params.get("page") != null){ + currPage = Integer.parseInt((String)params.get("page")); + } + if(params.get("limit") != null){ + limit = Integer.parseInt((String)params.get("limit")); + } + + this.put("offset", (currPage - 1) * limit); + this.put("page", currPage); + this.put("limit", limit); + + //防止SQL注入(因为sidx、order是通过拼接SQL实现排序的,会有SQL注入风险) + String sidx = SQLFilter.sqlInject((String)params.get("sidx")); + String order = SQLFilter.sqlInject((String)params.get("order")); + this.put("sidx", sidx); + this.put("order", order); + + //mybatis-plus分页 + this.page = new Page<>(currPage, limit); + + //排序 + if(StringUtils.isNotBlank(sidx) && StringUtils.isNotBlank(order)){ + this.page.setOrderByField(sidx); + this.page.setAsc("ASC".equalsIgnoreCase(order)); + } + + } + + public Page getPage() { + return page; + } + + public int getCurrPage() { + return currPage; + } + + public int getLimit() { + return limit; + } +} diff --git a/src/main/java/com/utils/R.java b/src/main/java/com/utils/R.java new file mode 100644 index 0000000..680b3f8 --- /dev/null +++ b/src/main/java/com/utils/R.java @@ -0,0 +1,51 @@ +package com.utils; + +import java.util.HashMap; +import java.util.Map; + +/** + * 返回数据 + */ +public class R extends HashMap { + private static final long serialVersionUID = 1L; + + public R() { + put("code", 0); + } + + public static R error() { + return error(500, "未知异常,请联系管理员"); + } + + public static R error(String msg) { + return error(500, msg); + } + + public static R error(int code, String msg) { + R r = new R(); + r.put("code", code); + r.put("msg", msg); + return r; + } + + public static R ok(String msg) { + R r = new R(); + r.put("msg", msg); + return r; + } + + public static R ok(Map map) { + R r = new R(); + r.putAll(map); + return r; + } + + public static R ok() { + return new R(); + } + + public R put(String key, Object value) { + super.put(key, value); + return this; + } +} diff --git a/src/main/java/com/utils/SQLFilter.java b/src/main/java/com/utils/SQLFilter.java new file mode 100644 index 0000000..f6ce05d --- /dev/null +++ b/src/main/java/com/utils/SQLFilter.java @@ -0,0 +1,42 @@ + +package com.utils; + +import org.apache.commons.lang3.StringUtils; + +import com.entity.EIException; + +/** + * SQL过滤 + */ +public class SQLFilter { + + /** + * SQL注入过滤 + * @param str 待验证的字符串 + */ + public static String sqlInject(String str){ + if(StringUtils.isBlank(str)){ + return null; + } + //去掉'|"|;|\字符 + str = StringUtils.replace(str, "'", ""); + str = StringUtils.replace(str, "\"", ""); + str = StringUtils.replace(str, ";", ""); + str = StringUtils.replace(str, "\\", ""); + + //转换成小写 + str = str.toLowerCase(); + + //非法字符 + String[] keywords = {"master", "truncate", "insert", "select", "delete", "update", "declare", "alter", "drop"}; + + //判断是否包含非法字符 + for(String keyword : keywords){ + if(str.indexOf(keyword) != -1){ + throw new EIException("包含非法字符"); + } + } + + return str; + } +} diff --git a/src/main/java/com/utils/SpringContextUtils.java b/src/main/java/com/utils/SpringContextUtils.java new file mode 100644 index 0000000..fd3705b --- /dev/null +++ b/src/main/java/com/utils/SpringContextUtils.java @@ -0,0 +1,43 @@ + +package com.utils; + +import org.springframework.beans.BeansException; +import org.springframework.context.ApplicationContext; +import org.springframework.context.ApplicationContextAware; +import org.springframework.stereotype.Component; + + +/** + * Spring Context 工具类 + */ +@Component +public class SpringContextUtils implements ApplicationContextAware { + public static ApplicationContext applicationContext; + + @Override + public void setApplicationContext(ApplicationContext applicationContext) + throws BeansException { + SpringContextUtils.applicationContext = applicationContext; + } + + public static Object getBean(String name) { + return applicationContext.getBean(name); + } + + public static T getBean(String name, Class requiredType) { + return applicationContext.getBean(name, requiredType); + } + + public static boolean containsBean(String name) { + return applicationContext.containsBean(name); + } + + public static boolean isSingleton(String name) { + return applicationContext.isSingleton(name); + } + + public static Class getType(String name) { + return applicationContext.getType(name); + } + +} \ No newline at end of file diff --git a/src/main/java/com/utils/ValidatorUtils.java b/src/main/java/com/utils/ValidatorUtils.java new file mode 100644 index 0000000..06ed26c --- /dev/null +++ b/src/main/java/com/utils/ValidatorUtils.java @@ -0,0 +1,39 @@ + +package com.utils; + + +import java.util.Set; + +import javax.validation.ConstraintViolation; +import javax.validation.Validation; +import javax.validation.Validator; + +import com.entity.EIException; + +/** + * hibernate-validator校验工具类 + */ +public class ValidatorUtils { + private static Validator validator; + + static { + validator = Validation.buildDefaultValidatorFactory().getValidator(); + } + + /** + * 校验对象 + * @param object 待校验对象 + * @param groups 待校验的组 + * @throws EIException 校验不通过,则报EIException异常 + */ + public static void validateEntity(Object object, Class... groups) + throws EIException { + Set> constraintViolations = validator.validate(object, groups); + if (!constraintViolations.isEmpty()) { + ConstraintViolation constraint = (ConstraintViolation)constraintViolations.iterator().next(); + throw new EIException(constraint.getMessage()); + } + } + + +} diff --git a/src/main/resources/admin/admin/1-install.bat b/src/main/resources/admin/admin/1-install.bat new file mode 100644 index 0000000..1ce21d7 --- /dev/null +++ b/src/main/resources/admin/admin/1-install.bat @@ -0,0 +1 @@ +cnpm install \ No newline at end of file diff --git a/src/main/resources/admin/admin/2-run.bat b/src/main/resources/admin/admin/2-run.bat new file mode 100644 index 0000000..42abc06 --- /dev/null +++ b/src/main/resources/admin/admin/2-run.bat @@ -0,0 +1 @@ +cnpm run serve \ No newline at end of file diff --git a/src/main/resources/admin/admin/3-build.bat b/src/main/resources/admin/admin/3-build.bat new file mode 100644 index 0000000..0d20dc6 --- /dev/null +++ b/src/main/resources/admin/admin/3-build.bat @@ -0,0 +1 @@ +cnpm run build diff --git a/src/main/resources/admin/admin/babel.config.js b/src/main/resources/admin/admin/babel.config.js new file mode 100644 index 0000000..e955840 --- /dev/null +++ b/src/main/resources/admin/admin/babel.config.js @@ -0,0 +1,5 @@ +module.exports = { + presets: [ + '@vue/cli-plugin-babel/preset' + ] +} diff --git a/src/main/resources/admin/admin/dist/css/app.f07ee9a9.css b/src/main/resources/admin/admin/dist/css/app.f07ee9a9.css new file mode 100644 index 0000000..0f74a77 --- /dev/null +++ b/src/main/resources/admin/admin/dist/css/app.f07ee9a9.css @@ -0,0 +1 @@ +*{padding:0;margin:0;-webkit-box-sizing:border-box;box-sizing:border-box}body,html{width:100%}#app,body,html{height:100%}body{padding:0;margin:0}@font-face{font-family:element-icons;src:url(../fonts/element-icons.535877f5.woff) format("woff"),url(../fonts/element-icons.732389de.ttf) format("truetype");font-weight:400;font-display:"auto";font-style:normal}[class*=" el-icon-"],[class^=el-icon-]{font-family:element-icons!important;speak:none;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;line-height:1;vertical-align:baseline;display:inline-block;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.el-icon-ice-cream-round:before{content:"\e6a0"}.el-icon-ice-cream-square:before{content:"\e6a3"}.el-icon-lollipop:before{content:"\e6a4"}.el-icon-potato-strips:before{content:"\e6a5"}.el-icon-milk-tea:before{content:"\e6a6"}.el-icon-ice-drink:before{content:"\e6a7"}.el-icon-ice-tea:before{content:"\e6a9"}.el-icon-coffee:before{content:"\e6aa"}.el-icon-orange:before{content:"\e6ab"}.el-icon-pear:before{content:"\e6ac"}.el-icon-apple:before{content:"\e6ad"}.el-icon-cherry:before{content:"\e6ae"}.el-icon-watermelon:before{content:"\e6af"}.el-icon-grape:before{content:"\e6b0"}.el-icon-refrigerator:before{content:"\e6b1"}.el-icon-goblet-square-full:before{content:"\e6b2"}.el-icon-goblet-square:before{content:"\e6b3"}.el-icon-goblet-full:before{content:"\e6b4"}.el-icon-goblet:before{content:"\e6b5"}.el-icon-cold-drink:before{content:"\e6b6"}.el-icon-coffee-cup:before{content:"\e6b8"}.el-icon-water-cup:before{content:"\e6b9"}.el-icon-hot-water:before{content:"\e6ba"}.el-icon-ice-cream:before{content:"\e6bb"}.el-icon-dessert:before{content:"\e6bc"}.el-icon-sugar:before{content:"\e6bd"}.el-icon-tableware:before{content:"\e6be"}.el-icon-burger:before{content:"\e6bf"}.el-icon-knife-fork:before{content:"\e6c1"}.el-icon-fork-spoon:before{content:"\e6c2"}.el-icon-chicken:before{content:"\e6c3"}.el-icon-food:before{content:"\e6c4"}.el-icon-dish-1:before{content:"\e6c5"}.el-icon-dish:before{content:"\e6c6"}.el-icon-moon-night:before{content:"\e6ee"}.el-icon-moon:before{content:"\e6f0"}.el-icon-cloudy-and-sunny:before{content:"\e6f1"}.el-icon-partly-cloudy:before{content:"\e6f2"}.el-icon-cloudy:before{content:"\e6f3"}.el-icon-sunny:before{content:"\e6f6"}.el-icon-sunset:before{content:"\e6f7"}.el-icon-sunrise-1:before{content:"\e6f8"}.el-icon-sunrise:before{content:"\e6f9"}.el-icon-heavy-rain:before{content:"\e6fa"}.el-icon-lightning:before{content:"\e6fb"}.el-icon-light-rain:before{content:"\e6fc"}.el-icon-wind-power:before{content:"\e6fd"}.el-icon-baseball:before{content:"\e712"}.el-icon-soccer:before{content:"\e713"}.el-icon-football:before{content:"\e715"}.el-icon-basketball:before{content:"\e716"}.el-icon-ship:before{content:"\e73f"}.el-icon-truck:before{content:"\e740"}.el-icon-bicycle:before{content:"\e741"}.el-icon-mobile-phone:before{content:"\e6d3"}.el-icon-service:before{content:"\e6d4"}.el-icon-key:before{content:"\e6e2"}.el-icon-unlock:before{content:"\e6e4"}.el-icon-lock:before{content:"\e6e5"}.el-icon-watch:before{content:"\e6fe"}.el-icon-watch-1:before{content:"\e6ff"}.el-icon-timer:before{content:"\e702"}.el-icon-alarm-clock:before{content:"\e703"}.el-icon-map-location:before{content:"\e704"}.el-icon-delete-location:before{content:"\e705"}.el-icon-add-location:before{content:"\e706"}.el-icon-location-information:before{content:"\e707"}.el-icon-location-outline:before{content:"\e708"}.el-icon-location:before{content:"\e79e"}.el-icon-place:before{content:"\e709"}.el-icon-discover:before{content:"\e70a"}.el-icon-first-aid-kit:before{content:"\e70b"}.el-icon-trophy-1:before{content:"\e70c"}.el-icon-trophy:before{content:"\e70d"}.el-icon-medal:before{content:"\e70e"}.el-icon-medal-1:before{content:"\e70f"}.el-icon-stopwatch:before{content:"\e710"}.el-icon-mic:before{content:"\e711"}.el-icon-copy-document:before{content:"\e718"}.el-icon-full-screen:before{content:"\e719"}.el-icon-switch-button:before{content:"\e71b"}.el-icon-aim:before{content:"\e71c"}.el-icon-crop:before{content:"\e71d"}.el-icon-odometer:before{content:"\e71e"}.el-icon-time:before{content:"\e71f"}.el-icon-bangzhu:before{content:"\e724"}.el-icon-close-notification:before{content:"\e726"}.el-icon-microphone:before{content:"\e727"}.el-icon-turn-off-microphone:before{content:"\e728"}.el-icon-position:before{content:"\e729"}.el-icon-postcard:before{content:"\e72a"}.el-icon-message:before{content:"\e72b"}.el-icon-chat-line-square:before{content:"\e72d"}.el-icon-chat-dot-square:before{content:"\e72e"}.el-icon-chat-dot-round:before{content:"\e72f"}.el-icon-chat-square:before{content:"\e730"}.el-icon-chat-line-round:before{content:"\e731"}.el-icon-chat-round:before{content:"\e732"}.el-icon-set-up:before{content:"\e733"}.el-icon-turn-off:before{content:"\e734"}.el-icon-open:before{content:"\e735"}.el-icon-connection:before{content:"\e736"}.el-icon-link:before{content:"\e737"}.el-icon-cpu:before{content:"\e738"}.el-icon-thumb:before{content:"\e739"}.el-icon-female:before{content:"\e73a"}.el-icon-male:before{content:"\e73b"}.el-icon-guide:before{content:"\e73c"}.el-icon-news:before{content:"\e73e"}.el-icon-price-tag:before{content:"\e744"}.el-icon-discount:before{content:"\e745"}.el-icon-wallet:before{content:"\e747"}.el-icon-coin:before{content:"\e748"}.el-icon-money:before{content:"\e749"}.el-icon-bank-card:before{content:"\e74a"}.el-icon-box:before{content:"\e74b"}.el-icon-present:before{content:"\e74c"}.el-icon-sell:before{content:"\e6d5"}.el-icon-sold-out:before{content:"\e6d6"}.el-icon-shopping-bag-2:before{content:"\e74d"}.el-icon-shopping-bag-1:before{content:"\e74e"}.el-icon-shopping-cart-2:before{content:"\e74f"}.el-icon-shopping-cart-1:before{content:"\e750"}.el-icon-shopping-cart-full:before{content:"\e751"}.el-icon-smoking:before{content:"\e752"}.el-icon-no-smoking:before{content:"\e753"}.el-icon-house:before{content:"\e754"}.el-icon-table-lamp:before{content:"\e755"}.el-icon-school:before{content:"\e756"}.el-icon-office-building:before{content:"\e757"}.el-icon-toilet-paper:before{content:"\e758"}.el-icon-notebook-2:before{content:"\e759"}.el-icon-notebook-1:before{content:"\e75a"}.el-icon-files:before{content:"\e75b"}.el-icon-collection:before{content:"\e75c"}.el-icon-receiving:before{content:"\e75d"}.el-icon-suitcase-1:before{content:"\e760"}.el-icon-suitcase:before{content:"\e761"}.el-icon-film:before{content:"\e763"}.el-icon-collection-tag:before{content:"\e765"}.el-icon-data-analysis:before{content:"\e766"}.el-icon-pie-chart:before{content:"\e767"}.el-icon-data-board:before{content:"\e768"}.el-icon-data-line:before{content:"\e76d"}.el-icon-reading:before{content:"\e769"}.el-icon-magic-stick:before{content:"\e76a"}.el-icon-coordinate:before{content:"\e76b"}.el-icon-mouse:before{content:"\e76c"}.el-icon-brush:before{content:"\e76e"}.el-icon-headset:before{content:"\e76f"}.el-icon-umbrella:before{content:"\e770"}.el-icon-scissors:before{content:"\e771"}.el-icon-mobile:before{content:"\e773"}.el-icon-attract:before{content:"\e774"}.el-icon-monitor:before{content:"\e775"}.el-icon-search:before{content:"\e778"}.el-icon-takeaway-box:before{content:"\e77a"}.el-icon-paperclip:before{content:"\e77d"}.el-icon-printer:before{content:"\e77e"}.el-icon-document-add:before{content:"\e782"}.el-icon-document:before{content:"\e785"}.el-icon-document-checked:before{content:"\e786"}.el-icon-document-copy:before{content:"\e787"}.el-icon-document-delete:before{content:"\e788"}.el-icon-document-remove:before{content:"\e789"}.el-icon-tickets:before{content:"\e78b"}.el-icon-folder-checked:before{content:"\e77f"}.el-icon-folder-delete:before{content:"\e780"}.el-icon-folder-remove:before{content:"\e781"}.el-icon-folder-add:before{content:"\e783"}.el-icon-folder-opened:before{content:"\e784"}.el-icon-folder:before{content:"\e78a"}.el-icon-edit-outline:before{content:"\e764"}.el-icon-edit:before{content:"\e78c"}.el-icon-date:before{content:"\e78e"}.el-icon-c-scale-to-original:before{content:"\e7c6"}.el-icon-view:before{content:"\e6ce"}.el-icon-loading:before{content:"\e6cf"}.el-icon-rank:before{content:"\e6d1"}.el-icon-sort-down:before{content:"\e7c4"}.el-icon-sort-up:before{content:"\e7c5"}.el-icon-sort:before{content:"\e6d2"}.el-icon-finished:before{content:"\e6cd"}.el-icon-refresh-left:before{content:"\e6c7"}.el-icon-refresh-right:before{content:"\e6c8"}.el-icon-refresh:before{content:"\e6d0"}.el-icon-video-play:before{content:"\e7c0"}.el-icon-video-pause:before{content:"\e7c1"}.el-icon-d-arrow-right:before{content:"\e6dc"}.el-icon-d-arrow-left:before{content:"\e6dd"}.el-icon-arrow-up:before{content:"\e6e1"}.el-icon-arrow-down:before{content:"\e6df"}.el-icon-arrow-right:before{content:"\e6e0"}.el-icon-arrow-left:before{content:"\e6de"}.el-icon-top-right:before{content:"\e6e7"}.el-icon-top-left:before{content:"\e6e8"}.el-icon-top:before{content:"\e6e6"}.el-icon-bottom:before{content:"\e6eb"}.el-icon-right:before{content:"\e6e9"}.el-icon-back:before{content:"\e6ea"}.el-icon-bottom-right:before{content:"\e6ec"}.el-icon-bottom-left:before{content:"\e6ed"}.el-icon-caret-top:before{content:"\e78f"}.el-icon-caret-bottom:before{content:"\e790"}.el-icon-caret-right:before{content:"\e791"}.el-icon-caret-left:before{content:"\e792"}.el-icon-d-caret:before{content:"\e79a"}.el-icon-share:before{content:"\e793"}.el-icon-menu:before{content:"\e798"}.el-icon-s-grid:before{content:"\e7a6"}.el-icon-s-check:before{content:"\e7a7"}.el-icon-s-data:before{content:"\e7a8"}.el-icon-s-opportunity:before{content:"\e7aa"}.el-icon-s-custom:before{content:"\e7ab"}.el-icon-s-claim:before{content:"\e7ad"}.el-icon-s-finance:before{content:"\e7ae"}.el-icon-s-comment:before{content:"\e7af"}.el-icon-s-flag:before{content:"\e7b0"}.el-icon-s-marketing:before{content:"\e7b1"}.el-icon-s-shop:before{content:"\e7b4"}.el-icon-s-open:before{content:"\e7b5"}.el-icon-s-management:before{content:"\e7b6"}.el-icon-s-ticket:before{content:"\e7b7"}.el-icon-s-release:before{content:"\e7b8"}.el-icon-s-home:before{content:"\e7b9"}.el-icon-s-promotion:before{content:"\e7ba"}.el-icon-s-operation:before{content:"\e7bb"}.el-icon-s-unfold:before{content:"\e7bc"}.el-icon-s-fold:before{content:"\e7a9"}.el-icon-s-platform:before{content:"\e7bd"}.el-icon-s-order:before{content:"\e7be"}.el-icon-s-cooperation:before{content:"\e7bf"}.el-icon-bell:before{content:"\e725"}.el-icon-message-solid:before{content:"\e799"}.el-icon-video-camera:before{content:"\e772"}.el-icon-video-camera-solid:before{content:"\e796"}.el-icon-camera:before{content:"\e779"}.el-icon-camera-solid:before{content:"\e79b"}.el-icon-download:before{content:"\e77c"}.el-icon-upload2:before{content:"\e77b"}.el-icon-upload:before{content:"\e7c3"}.el-icon-picture-outline-round:before{content:"\e75f"}.el-icon-picture-outline:before{content:"\e75e"}.el-icon-picture:before{content:"\e79f"}.el-icon-close:before{content:"\e6db"}.el-icon-check:before{content:"\e6da"}.el-icon-plus:before{content:"\e6d9"}.el-icon-minus:before{content:"\e6d8"}.el-icon-help:before{content:"\e73d"}.el-icon-s-help:before{content:"\e7b3"}.el-icon-circle-close:before{content:"\e78d"}.el-icon-circle-check:before{content:"\e720"}.el-icon-circle-plus-outline:before{content:"\e723"}.el-icon-remove-outline:before{content:"\e722"}.el-icon-zoom-out:before{content:"\e776"}.el-icon-zoom-in:before{content:"\e777"}.el-icon-error:before{content:"\e79d"}.el-icon-success:before{content:"\e79c"}.el-icon-circle-plus:before{content:"\e7a0"}.el-icon-remove:before{content:"\e7a2"}.el-icon-info:before{content:"\e7a1"}.el-icon-question:before{content:"\e7a4"}.el-icon-warning-outline:before{content:"\e6c9"}.el-icon-warning:before{content:"\e7a3"}.el-icon-goods:before{content:"\e7c2"}.el-icon-s-goods:before{content:"\e7b2"}.el-icon-star-off:before{content:"\e717"}.el-icon-star-on:before{content:"\e797"}.el-icon-more-outline:before{content:"\e6cc"}.el-icon-more:before{content:"\e794"}.el-icon-phone-outline:before{content:"\e6cb"}.el-icon-phone:before{content:"\e795"}.el-icon-user:before{content:"\e6e3"}.el-icon-user-solid:before{content:"\e7a5"}.el-icon-setting:before{content:"\e6ca"}.el-icon-s-tools:before{content:"\e7ac"}.el-icon-delete:before{content:"\e6d7"}.el-icon-delete-solid:before{content:"\e7c9"}.el-icon-eleme:before{content:"\e7c7"}.el-icon-platform-eleme:before{content:"\e7ca"}.el-icon-loading{-webkit-animation:rotating 2s linear infinite;animation:rotating 2s linear infinite}.el-icon--right{margin-left:5px}.el-icon--left{margin-right:5px}@-webkit-keyframes rotating{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes rotating{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}.el-pagination{white-space:nowrap;padding:2px 5px;color:#303133;font-weight:700}.el-pagination:after,.el-pagination:before{display:table;content:""}.el-pagination:after{clear:both}.el-pagination button,.el-pagination span:not([class*=suffix]){display:inline-block;font-size:13px;min-width:35.5px;height:28px;line-height:28px;vertical-align:top;-webkit-box-sizing:border-box;box-sizing:border-box}.el-pagination .el-input__inner{text-align:center;-moz-appearance:textfield;line-height:normal}.el-pagination .el-input__suffix{right:0;-webkit-transform:scale(.8);transform:scale(.8)}.el-pagination .el-select .el-input{width:100px;margin:0 5px}.el-pagination .el-select .el-input .el-input__inner{padding-right:25px;border-radius:3px}.el-pagination button{border:none;padding:0 6px;background:transparent}.el-pagination button:focus{outline:none}.el-pagination button:hover{color:#00c292}.el-pagination button:disabled{color:#c0c4cc;background-color:#fff;cursor:not-allowed}.el-pagination .btn-next,.el-pagination .btn-prev{background:50% no-repeat;background-size:16px;background-color:#fff;cursor:pointer;margin:0;color:#303133}.el-pagination .btn-next .el-icon,.el-pagination .btn-prev .el-icon{display:block;font-size:12px;font-weight:700}.el-pagination .btn-prev{padding-right:12px}.el-pagination .btn-next{padding-left:12px}.el-pagination .el-pager li.disabled{color:#c0c4cc;cursor:not-allowed}.el-pagination--small .btn-next,.el-pagination--small .btn-prev,.el-pagination--small .el-pager li,.el-pagination--small .el-pager li.btn-quicknext,.el-pagination--small .el-pager li.btn-quickprev,.el-pagination--small .el-pager li:last-child{border-color:transparent;font-size:12px;line-height:22px;height:22px;min-width:22px}.el-pagination--small .arrow.disabled{visibility:hidden}.el-pagination--small .more:before,.el-pagination--small li.more:before{line-height:24px}.el-pagination--small button,.el-pagination--small span:not([class*=suffix]){height:22px;line-height:22px}.el-pagination--small .el-pagination__editor,.el-pagination--small .el-pagination__editor.el-input .el-input__inner{height:22px}.el-pagination__sizes{margin:0 10px 0 0;font-weight:400;color:#606266}.el-pagination__sizes .el-input .el-input__inner{font-size:13px;padding-left:8px}.el-pagination__sizes .el-input .el-input__inner:hover{border-color:#00c292}.el-pagination__total{margin-right:10px;font-weight:400;color:#606266}.el-pagination__jump{margin-left:24px;font-weight:400;color:#606266}.el-pagination__jump .el-input__inner{padding:0 3px}.el-pagination__rightwrapper{float:right}.el-pagination__editor{line-height:18px;padding:0 2px;height:28px;text-align:center;margin:0 2px;-webkit-box-sizing:border-box;box-sizing:border-box;border-radius:3px}.el-pagination__editor.el-input{width:50px}.el-pagination__editor.el-input .el-input__inner{height:28px}.el-pagination__editor .el-input__inner::-webkit-inner-spin-button,.el-pagination__editor .el-input__inner::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.el-pagination.is-background .btn-next,.el-pagination.is-background .btn-prev,.el-pagination.is-background .el-pager li{margin:0 5px;background-color:#f4f4f5;color:#606266;min-width:30px;border-radius:2px}.el-pagination.is-background .btn-next.disabled,.el-pagination.is-background .btn-prev.disabled,.el-pagination.is-background .el-pager li.disabled{color:#c0c4cc}.el-pagination.is-background .btn-next,.el-pagination.is-background .btn-prev{padding:0}.el-pagination.is-background .btn-next:disabled,.el-pagination.is-background .btn-prev:disabled{color:#c0c4cc}.el-pagination.is-background .el-pager li:not(.disabled):hover{color:#00c292}.el-pagination.is-background .el-pager li:not(.disabled).active{background-color:#00c292;color:#fff}.el-pagination.is-background.el-pagination--small .btn-next,.el-pagination.is-background.el-pagination--small .btn-prev,.el-pagination.is-background.el-pagination--small .el-pager li{margin:0 3px;min-width:22px}.el-pager{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;list-style:none;display:inline-block;vertical-align:top;font-size:0;padding:0;margin:0}.el-pager .more:before{line-height:30px}.el-pager li{padding:0 4px;background:#fff;vertical-align:top;display:inline-block;font-size:13px;min-width:35.5px;height:28px;line-height:28px;cursor:pointer;-webkit-box-sizing:border-box;box-sizing:border-box;text-align:center;margin:0}.el-pager li.btn-quicknext,.el-pager li.btn-quickprev{line-height:28px;color:#303133}.el-pager li.btn-quicknext.disabled,.el-pager li.btn-quickprev.disabled{color:#c0c4cc}.el-pager li.btn-quicknext:hover,.el-pager li.btn-quickprev:hover{cursor:pointer}.el-pager li.active+li{border-left:0}.el-pager li:hover{color:#00c292}.el-pager li.active{color:#00c292;cursor:default}@-webkit-keyframes v-modal-in{0%{opacity:0}}@-webkit-keyframes v-modal-out{to{opacity:0}}.el-dialog{position:relative;margin:0 auto 50px;background:#fff;border-radius:2px;-webkit-box-shadow:0 1px 3px rgba(0,0,0,.3);box-shadow:0 1px 3px rgba(0,0,0,.3);-webkit-box-sizing:border-box;box-sizing:border-box;width:50%}.el-dialog.is-fullscreen{width:100%;margin-top:0;margin-bottom:0;height:100%;overflow:auto}.el-dialog__wrapper{position:fixed;top:0;right:0;bottom:0;left:0;overflow:auto;margin:0}.el-dialog__header{padding:20px;padding-bottom:10px}.el-dialog__headerbtn{position:absolute;top:20px;right:20px;padding:0;background:transparent;border:none;outline:none;cursor:pointer;font-size:16px}.el-dialog__headerbtn .el-dialog__close{color:#909399}.el-dialog__headerbtn:focus .el-dialog__close,.el-dialog__headerbtn:hover .el-dialog__close{color:#00c292}.el-dialog__title{line-height:24px;font-size:18px;color:#303133}.el-dialog__body{padding:30px 20px;color:#606266;font-size:14px;word-break:break-all}.el-dialog__footer{padding:20px;padding-top:10px;text-align:right;-webkit-box-sizing:border-box;box-sizing:border-box}.el-dialog--center{text-align:center}.el-dialog--center .el-dialog__body{text-align:initial;padding:25px 25px 30px}.el-dialog--center .el-dialog__footer{text-align:inherit}.dialog-fade-enter-active{-webkit-animation:dialog-fade-in .3s;animation:dialog-fade-in .3s}.dialog-fade-leave-active{-webkit-animation:dialog-fade-out .3s;animation:dialog-fade-out .3s}@-webkit-keyframes dialog-fade-in{0%{-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0);opacity:0}to{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}@keyframes dialog-fade-in{0%{-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0);opacity:0}to{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}@-webkit-keyframes dialog-fade-out{0%{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}to{-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0);opacity:0}}@keyframes dialog-fade-out{0%{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}to{-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0);opacity:0}}.el-autocomplete{position:relative;display:inline-block}.el-autocomplete-suggestion{margin:5px 0;-webkit-box-shadow:0 2px 12px 0 rgba(0,0,0,.1);box-shadow:0 2px 12px 0 rgba(0,0,0,.1);border-radius:4px;border:1px solid #e4e7ed;-webkit-box-sizing:border-box;box-sizing:border-box;background-color:#fff}.el-autocomplete-suggestion__wrap{max-height:280px;padding:10px 0;-webkit-box-sizing:border-box;box-sizing:border-box}.el-autocomplete-suggestion__list{margin:0;padding:0}.el-autocomplete-suggestion li{padding:0 20px;margin:0;line-height:34px;cursor:pointer;color:#606266;font-size:14px;list-style:none;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.el-autocomplete-suggestion li.highlighted,.el-autocomplete-suggestion li:hover{background-color:#f5f7fa}.el-autocomplete-suggestion li.divider{margin-top:6px;border-top:1px solid #000}.el-autocomplete-suggestion li.divider:last-child{margin-bottom:-6px}.el-autocomplete-suggestion.is-loading li{text-align:center;height:100px;line-height:100px;font-size:20px;color:#999}.el-autocomplete-suggestion.is-loading li:after{display:inline-block;content:"";height:100%;vertical-align:middle}.el-autocomplete-suggestion.is-loading li:hover{background-color:#fff}.el-autocomplete-suggestion.is-loading .el-icon-loading{vertical-align:middle}.el-dropdown{display:inline-block;position:relative;color:#606266;font-size:14px}.el-dropdown .el-button-group{display:block}.el-dropdown .el-button-group .el-button{float:none}.el-dropdown .el-dropdown__caret-button{padding-left:5px;padding-right:5px;position:relative;border-left:none}.el-dropdown .el-dropdown__caret-button:before{content:"";position:absolute;display:block;width:1px;top:5px;bottom:5px;left:0;background:hsla(0,0%,100%,.5)}.el-dropdown .el-dropdown__caret-button.el-button--default:before{background:rgba(220,223,230,.5)}.el-dropdown .el-dropdown__caret-button:hover:not(.is-disabled):before{top:0;bottom:0}.el-dropdown .el-dropdown__caret-button .el-dropdown__icon{padding-left:0}.el-dropdown__icon{font-size:12px;margin:0 3px}.el-dropdown .el-dropdown-selfdefine:focus:active,.el-dropdown .el-dropdown-selfdefine:focus:not(.focusing){outline-width:0}.el-dropdown [disabled]{cursor:not-allowed;color:#bbb}.el-dropdown-menu{position:absolute;top:0;left:0;z-index:10;padding:10px 0;margin:5px 0;background-color:#fff;border:1px solid #ebeef5;border-radius:4px;-webkit-box-shadow:0 2px 12px 0 rgba(0,0,0,.1);box-shadow:0 2px 12px 0 rgba(0,0,0,.1)}.el-dropdown-menu__item{list-style:none;line-height:36px;padding:0 20px;margin:0;font-size:14px;color:#606266;cursor:pointer;outline:none}.el-dropdown-menu__item:focus,.el-dropdown-menu__item:not(.is-disabled):hover{background-color:#e6f9f4;color:#33cea8}.el-dropdown-menu__item i{margin-right:5px}.el-dropdown-menu__item--divided{position:relative;margin-top:6px;border-top:1px solid #ebeef5}.el-dropdown-menu__item--divided:before{content:"";height:6px;display:block;margin:0 -20px;background-color:#fff}.el-dropdown-menu__item.is-disabled{cursor:default;color:#bbb;pointer-events:none}.el-dropdown-menu--medium{padding:6px 0}.el-dropdown-menu--medium .el-dropdown-menu__item{line-height:30px;padding:0 17px;font-size:14px}.el-dropdown-menu--medium .el-dropdown-menu__item.el-dropdown-menu__item--divided{margin-top:6px}.el-dropdown-menu--medium .el-dropdown-menu__item.el-dropdown-menu__item--divided:before{height:6px;margin:0 -17px}.el-dropdown-menu--small{padding:6px 0}.el-dropdown-menu--small .el-dropdown-menu__item{line-height:27px;padding:0 15px;font-size:13px}.el-dropdown-menu--small .el-dropdown-menu__item.el-dropdown-menu__item--divided{margin-top:4px}.el-dropdown-menu--small .el-dropdown-menu__item.el-dropdown-menu__item--divided:before{height:4px;margin:0 -15px}.el-dropdown-menu--mini{padding:3px 0}.el-dropdown-menu--mini .el-dropdown-menu__item{line-height:24px;padding:0 10px;font-size:12px}.el-dropdown-menu--mini .el-dropdown-menu__item.el-dropdown-menu__item--divided{margin-top:3px}.el-dropdown-menu--mini .el-dropdown-menu__item.el-dropdown-menu__item--divided:before{height:3px;margin:0 -10px}.el-menu{border-right:1px solid #e6e6e6;list-style:none;position:relative;margin:0;padding-left:0;background-color:#fff}.el-menu:after,.el-menu:before{display:table;content:""}.el-menu:after{clear:both}.el-menu.el-menu--horizontal{border-bottom:1px solid #e6e6e6}.el-menu--horizontal{border-right:none}.el-menu--horizontal>.el-menu-item{float:left;height:60px;line-height:60px;margin:0;border-bottom:2px solid transparent;color:#909399}.el-menu--horizontal>.el-menu-item a,.el-menu--horizontal>.el-menu-item a:hover{color:inherit}.el-menu--horizontal>.el-menu-item:not(.is-disabled):focus,.el-menu--horizontal>.el-menu-item:not(.is-disabled):hover{background-color:#fff}.el-menu--horizontal>.el-submenu{float:left}.el-menu--horizontal>.el-submenu:focus,.el-menu--horizontal>.el-submenu:hover{outline:none}.el-menu--horizontal>.el-submenu:focus .el-submenu__title,.el-menu--horizontal>.el-submenu:hover .el-submenu__title{color:#303133}.el-menu--horizontal>.el-submenu.is-active .el-submenu__title{border-bottom:2px solid #00c292;color:#303133}.el-menu--horizontal>.el-submenu .el-submenu__title{height:60px;line-height:60px;border-bottom:2px solid transparent;color:#909399}.el-menu--horizontal>.el-submenu .el-submenu__title:hover{background-color:#fff}.el-menu--horizontal>.el-submenu .el-submenu__icon-arrow{position:static;vertical-align:middle;margin-left:8px;margin-top:-3px}.el-menu--horizontal .el-menu .el-menu-item,.el-menu--horizontal .el-menu .el-submenu__title{background-color:#fff;float:none;height:36px;line-height:36px;padding:0 10px;color:#909399}.el-menu--horizontal .el-menu .el-menu-item.is-active,.el-menu--horizontal .el-menu .el-submenu.is-active>.el-submenu__title{color:#303133}.el-menu--horizontal .el-menu-item:not(.is-disabled):focus,.el-menu--horizontal .el-menu-item:not(.is-disabled):hover{outline:none;color:#303133}.el-menu--horizontal>.el-menu-item.is-active{border-bottom:2px solid #00c292;color:#303133}.el-menu--collapse{width:64px}.el-menu--collapse>.el-menu-item [class^=el-icon-],.el-menu--collapse>.el-submenu>.el-submenu__title [class^=el-icon-]{margin:0;vertical-align:middle;width:24px;text-align:center}.el-menu--collapse>.el-menu-item .el-submenu__icon-arrow,.el-menu--collapse>.el-submenu>.el-submenu__title .el-submenu__icon-arrow{display:none}.el-menu--collapse>.el-menu-item span,.el-menu--collapse>.el-submenu>.el-submenu__title span{height:0;width:0;overflow:hidden;visibility:hidden;display:inline-block}.el-menu--collapse>.el-menu-item.is-active i{color:inherit}.el-menu--collapse .el-menu .el-submenu{min-width:200px}.el-menu--collapse .el-submenu{position:relative}.el-menu--collapse .el-submenu .el-menu{position:absolute;margin-left:5px;top:0;left:100%;z-index:10;border:1px solid #e4e7ed;border-radius:2px;-webkit-box-shadow:0 2px 12px 0 rgba(0,0,0,.1);box-shadow:0 2px 12px 0 rgba(0,0,0,.1)}.el-menu--collapse .el-submenu.is-opened>.el-submenu__title .el-submenu__icon-arrow{-webkit-transform:none;transform:none}.el-menu--popup{z-index:100;min-width:200px;border:none;padding:5px 0;border-radius:2px;-webkit-box-shadow:0 2px 12px 0 rgba(0,0,0,.1);box-shadow:0 2px 12px 0 rgba(0,0,0,.1)}.el-menu--popup-bottom-start{margin-top:5px}.el-menu--popup-right-start{margin-left:5px;margin-right:5px}.el-menu-item{height:56px;line-height:56px;font-size:14px;color:#303133;padding:0 20px;list-style:none;cursor:pointer;position:relative;-webkit-transition:border-color .3s,background-color .3s,color .3s;transition:border-color .3s,background-color .3s,color .3s;-webkit-box-sizing:border-box;box-sizing:border-box;white-space:nowrap}.el-menu-item *{vertical-align:middle}.el-menu-item i{color:#909399}.el-menu-item:focus,.el-menu-item:hover{outline:none;background-color:#e6f9f4}.el-menu-item.is-disabled{opacity:.25;cursor:not-allowed;background:none!important}.el-menu-item [class^=el-icon-]{margin-right:5px;width:24px;text-align:center;font-size:18px;vertical-align:middle}.el-menu-item.is-active{color:#00c292}.el-menu-item.is-active i{color:inherit}.el-submenu{list-style:none;margin:0;padding-left:0}.el-submenu__title{height:56px;line-height:56px;font-size:14px;color:#303133;padding:0 20px;list-style:none;cursor:pointer;position:relative;-webkit-transition:border-color .3s,background-color .3s,color .3s;transition:border-color .3s,background-color .3s,color .3s;-webkit-box-sizing:border-box;box-sizing:border-box;white-space:nowrap}.el-submenu__title *{vertical-align:middle}.el-submenu__title i{color:#909399}.el-submenu__title:focus,.el-submenu__title:hover{outline:none;background-color:#e6f9f4}.el-submenu__title.is-disabled{opacity:.25;cursor:not-allowed;background:none!important}.el-submenu__title:hover{background-color:#e6f9f4}.el-submenu .el-menu{border:none}.el-submenu .el-menu-item{height:50px;line-height:50px;padding:0 45px;min-width:200px}.el-submenu__icon-arrow{position:absolute;top:50%;right:20px;margin-top:-7px;-webkit-transition:-webkit-transform .3s;transition:-webkit-transform .3s;transition:transform .3s;transition:transform .3s,-webkit-transform .3s;font-size:12px}.el-submenu.is-active .el-submenu__title{border-bottom-color:#00c292}.el-submenu.is-opened>.el-submenu__title .el-submenu__icon-arrow{-webkit-transform:rotate(180deg);transform:rotate(180deg)}.el-submenu.is-disabled .el-menu-item,.el-submenu.is-disabled .el-submenu__title{opacity:.25;cursor:not-allowed;background:none!important}.el-submenu [class^=el-icon-]{vertical-align:middle;margin-right:5px;width:24px;text-align:center;font-size:18px}.el-menu-item-group>ul{padding:0}.el-menu-item-group__title{padding:7px 0 7px 20px;line-height:normal;font-size:12px;color:#909399}.horizontal-collapse-transition .el-submenu__title .el-submenu__icon-arrow{-webkit-transition:.2s;transition:.2s;opacity:0}.el-radio-group{display:inline-block;line-height:1;vertical-align:middle;font-size:0}.el-radio-button,.el-radio-button__inner{position:relative;display:inline-block;outline:none}.el-radio-button__inner{line-height:1;white-space:nowrap;vertical-align:middle;background:#fff;border:1px solid #dcdfe6;font-weight:500;border-left:0;color:#606266;-webkit-appearance:none;text-align:center;-webkit-box-sizing:border-box;box-sizing:border-box;margin:0;cursor:pointer;-webkit-transition:all .3s cubic-bezier(.645,.045,.355,1);transition:all .3s cubic-bezier(.645,.045,.355,1);padding:12px 20px;font-size:14px;border-radius:0}.el-radio-button__inner.is-round{padding:12px 20px}.el-radio-button__inner:hover{color:#00c292}.el-radio-button__inner [class*=el-icon-]{line-height:.9}.el-radio-button__inner [class*=el-icon-]+span{margin-left:5px}.el-radio-button:first-child .el-radio-button__inner{border-left:1px solid #dcdfe6;border-radius:4px 0 0 4px;-webkit-box-shadow:none!important;box-shadow:none!important}.el-radio-button__orig-radio{opacity:0;outline:none;position:absolute;z-index:-1}.el-radio-button__orig-radio:checked+.el-radio-button__inner{color:#fff;background-color:#00c292;border-color:#00c292;-webkit-box-shadow:-1px 0 0 0 #00c292;box-shadow:-1px 0 0 0 #00c292}.el-radio-button__orig-radio:disabled+.el-radio-button__inner{color:#c0c4cc;cursor:not-allowed;background-image:none;background-color:#fff;border-color:#ebeef5;-webkit-box-shadow:none;box-shadow:none}.el-radio-button__orig-radio:disabled:checked+.el-radio-button__inner{background-color:#f2f6fc}.el-radio-button:last-child .el-radio-button__inner{border-radius:0 4px 4px 0}.el-radio-button:first-child:last-child .el-radio-button__inner{border-radius:4px}.el-radio-button--medium .el-radio-button__inner{padding:10px 20px;font-size:14px;border-radius:0}.el-radio-button--medium .el-radio-button__inner.is-round{padding:10px 20px}.el-radio-button--small .el-radio-button__inner{padding:9px 15px;font-size:12px;border-radius:0}.el-radio-button--small .el-radio-button__inner.is-round{padding:9px 15px}.el-radio-button--mini .el-radio-button__inner{padding:7px 15px;font-size:12px;border-radius:0}.el-radio-button--mini .el-radio-button__inner.is-round{padding:7px 15px}.el-radio-button:focus:not(.is-focus):not(:active):not(.is-disabled){-webkit-box-shadow:0 0 2px 2px #00c292;box-shadow:0 0 2px 2px #00c292}.el-switch{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:relative;font-size:14px;line-height:20px;height:20px;vertical-align:middle}.el-switch.is-disabled .el-switch__core,.el-switch.is-disabled .el-switch__label{cursor:not-allowed}.el-switch__label{-webkit-transition:.2s;transition:.2s;height:20px;display:inline-block;font-size:14px;font-weight:500;cursor:pointer;vertical-align:middle;color:#303133}.el-switch__label.is-active{color:#00c292}.el-switch__label--left{margin-right:10px}.el-switch__label--right{margin-left:10px}.el-switch__label *{line-height:1;font-size:14px;display:inline-block}.el-switch__input{position:absolute;width:0;height:0;opacity:0;margin:0}.el-switch__core{margin:0;display:inline-block;position:relative;width:40px;height:20px;border:1px solid #dcdfe6;outline:none;border-radius:10px;-webkit-box-sizing:border-box;box-sizing:border-box;background:#dcdfe6;cursor:pointer;-webkit-transition:border-color .3s,background-color .3s;transition:border-color .3s,background-color .3s;vertical-align:middle}.el-switch__core:after{content:"";position:absolute;top:1px;left:1px;border-radius:100%;-webkit-transition:all .3s;transition:all .3s;width:16px;height:16px;background-color:#fff}.el-switch.is-checked .el-switch__core{border-color:#00c292;background-color:#00c292}.el-switch.is-checked .el-switch__core:after{left:100%;margin-left:-17px}.el-switch.is-disabled{opacity:.6}.el-switch--wide .el-switch__label.el-switch__label--left span{left:10px}.el-switch--wide .el-switch__label.el-switch__label--right span{right:10px}.el-switch .label-fade-enter,.el-switch .label-fade-leave-active{opacity:0}.el-select-dropdown{position:absolute;z-index:1001;border:1px solid #e4e7ed;border-radius:4px;background-color:#fff;-webkit-box-shadow:0 2px 12px 0 rgba(0,0,0,.1);box-shadow:0 2px 12px 0 rgba(0,0,0,.1);-webkit-box-sizing:border-box;box-sizing:border-box;margin:5px 0}.el-select-dropdown.is-multiple .el-select-dropdown__item{padding-right:40px}.el-select-dropdown.is-multiple .el-select-dropdown__item.selected{color:#00c292;background-color:#fff}.el-select-dropdown.is-multiple .el-select-dropdown__item.selected.hover{background-color:#f5f7fa}.el-select-dropdown.is-multiple .el-select-dropdown__item.selected:after{position:absolute;right:20px;font-family:element-icons;content:"\e6da";font-size:12px;font-weight:700;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.el-select-dropdown .el-scrollbar.is-empty .el-select-dropdown__list{padding:0}.el-select-dropdown__empty{padding:10px 0;margin:0;text-align:center;color:#999;font-size:14px}.el-select-dropdown__wrap{max-height:274px}.el-select-dropdown__list{list-style:none;padding:6px 0;margin:0;-webkit-box-sizing:border-box;box-sizing:border-box}.el-select-dropdown__item{font-size:14px;padding:0 20px;position:relative;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;color:#606266;height:34px;line-height:34px;-webkit-box-sizing:border-box;box-sizing:border-box;cursor:pointer}.el-select-dropdown__item.is-disabled{color:#c0c4cc;cursor:not-allowed}.el-select-dropdown__item.is-disabled:hover{background-color:#fff}.el-select-dropdown__item.hover,.el-select-dropdown__item:hover{background-color:#f5f7fa}.el-select-dropdown__item.selected{color:#00c292;font-weight:700}.el-select-group{margin:0;padding:0}.el-select-group__wrap{position:relative;list-style:none;margin:0;padding:0}.el-select-group__wrap:not(:last-of-type){padding-bottom:24px}.el-select-group__wrap:not(:last-of-type):after{content:"";position:absolute;display:block;left:20px;right:20px;bottom:12px;height:1px;background:#e4e7ed}.el-select-group__title{padding-left:20px;font-size:12px;color:#909399;line-height:30px}.el-select-group .el-select-dropdown__item{padding-left:20px}.el-select{display:inline-block;position:relative}.el-select .el-select__tags>span{display:contents}.el-select:hover .el-input__inner{border-color:#c0c4cc}.el-select .el-input__inner{cursor:pointer;padding-right:35px}.el-select .el-input__inner:focus{border-color:#00c292}.el-select .el-input .el-select__caret{color:#c0c4cc;font-size:14px;-webkit-transition:-webkit-transform .3s;transition:-webkit-transform .3s;transition:transform .3s;transition:transform .3s,-webkit-transform .3s;-webkit-transform:rotate(180deg);transform:rotate(180deg);cursor:pointer}.el-select .el-input .el-select__caret.is-reverse{-webkit-transform:rotate(0deg);transform:rotate(0deg)}.el-select .el-input .el-select__caret.is-show-close{font-size:14px;text-align:center;-webkit-transform:rotate(180deg);transform:rotate(180deg);border-radius:100%;color:#c0c4cc;-webkit-transition:color .2s cubic-bezier(.645,.045,.355,1);transition:color .2s cubic-bezier(.645,.045,.355,1)}.el-select .el-input .el-select__caret.is-show-close:hover{color:#909399}.el-select .el-input.is-disabled .el-input__inner{cursor:not-allowed}.el-select .el-input.is-disabled .el-input__inner:hover{border-color:#e4e7ed}.el-select .el-input.is-focus .el-input__inner{border-color:#00c292}.el-select>.el-input{display:block}.el-select__input{border:none;outline:none;padding:0;margin-left:15px;color:#666;font-size:14px;-webkit-appearance:none;-moz-appearance:none;appearance:none;height:28px;background-color:transparent}.el-select__input.is-mini{height:14px}.el-select__close{cursor:pointer;position:absolute;top:8px;z-index:1000;right:25px;color:#c0c4cc;line-height:18px;font-size:14px}.el-select__close:hover{color:#909399}.el-select__tags{position:absolute;line-height:normal;white-space:normal;z-index:1;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-ms-flex-wrap:wrap;flex-wrap:wrap}.el-select__tags-text{overflow:hidden;text-overflow:ellipsis}.el-select .el-tag{-webkit-box-sizing:border-box;box-sizing:border-box;border-color:transparent;margin:2px 0 2px 6px;background-color:#f0f2f5;display:-webkit-box;display:-ms-flexbox;display:flex;max-width:100%;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.el-select .el-tag__close.el-icon-close{background-color:#c0c4cc;top:0;color:#fff;-ms-flex-negative:0;flex-shrink:0}.el-select .el-tag__close.el-icon-close:hover{background-color:#909399}.el-select .el-tag__close.el-icon-close:before{display:block;-webkit-transform:translateY(.5px);transform:translateY(.5px)}.el-table{position:relative;overflow:hidden;-webkit-box-sizing:border-box;box-sizing:border-box;-webkit-box-flex:1;-ms-flex:1;flex:1;width:100%;max-width:100%;background-color:#fff;font-size:14px;color:#606266}.el-table__empty-block{min-height:60px;text-align:center;width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.el-table__empty-text{line-height:60px;width:50%;color:#909399}.el-table__expand-column .cell{padding:0;text-align:center}.el-table__expand-icon{position:relative;cursor:pointer;color:#666;font-size:12px;-webkit-transition:-webkit-transform .2s ease-in-out;transition:-webkit-transform .2s ease-in-out;transition:transform .2s ease-in-out;transition:transform .2s ease-in-out,-webkit-transform .2s ease-in-out;height:20px}.el-table__expand-icon--expanded{-webkit-transform:rotate(90deg);transform:rotate(90deg)}.el-table__expand-icon>.el-icon{position:absolute;left:50%;top:50%;margin-left:-5px;margin-top:-5px}.el-table__expanded-cell{background-color:#fff}.el-table__expanded-cell[class*=cell]{padding:20px 50px}.el-table__expanded-cell:hover{background-color:transparent!important}.el-table__placeholder{display:inline-block;width:20px}.el-table__append-wrapper{overflow:hidden}.el-table--fit{border-right:0;border-bottom:0}.el-table--fit .el-table__cell.gutter{border-right-width:1px}.el-table--scrollable-x .el-table__body-wrapper{overflow-x:auto}.el-table--scrollable-y .el-table__body-wrapper{overflow-y:auto}.el-table thead{color:#909399;font-weight:500}.el-table thead.is-group th.el-table__cell{background:#f5f7fa}.el-table .el-table__cell{padding:12px 0;min-width:0;-webkit-box-sizing:border-box;box-sizing:border-box;text-overflow:ellipsis;vertical-align:middle;position:relative;text-align:left}.el-table .el-table__cell.is-center{text-align:center}.el-table .el-table__cell.is-right{text-align:right}.el-table .el-table__cell.gutter{width:15px;border-right-width:0;border-bottom-width:0;padding:0}.el-table .el-table__cell.is-hidden>*{visibility:hidden}.el-table--medium .el-table__cell{padding:10px 0}.el-table--small{font-size:12px}.el-table--small .el-table__cell{padding:8px 0}.el-table--mini{font-size:12px}.el-table--mini .el-table__cell{padding:6px 0}.el-table tr{background-color:#fff}.el-table tr input[type=checkbox]{margin:0}.el-table td.el-table__cell,.el-table th.el-table__cell.is-leaf{border-bottom:1px solid #ebeef5}.el-table th.el-table__cell.is-sortable{cursor:pointer}.el-table th.el-table__cell{overflow:hidden;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;background-color:#fff}.el-table th.el-table__cell>.cell{display:inline-block;-webkit-box-sizing:border-box;box-sizing:border-box;position:relative;vertical-align:middle;padding-left:10px;padding-right:10px;width:100%}.el-table th.el-table__cell>.cell.highlight{color:#00c292}.el-table th.el-table__cell.required>div:before{display:inline-block;content:"";width:8px;height:8px;border-radius:50%;background:#ff4d51;margin-right:5px;vertical-align:middle}.el-table td.el-table__cell div{-webkit-box-sizing:border-box;box-sizing:border-box}.el-table td.el-table__cell.gutter{width:0}.el-table .cell{-webkit-box-sizing:border-box;box-sizing:border-box;overflow:hidden;text-overflow:ellipsis;white-space:normal;word-break:break-all;line-height:23px;padding-left:10px;padding-right:10px}.el-table .cell.el-tooltip{white-space:nowrap;min-width:50px}.el-table--border,.el-table--group{border:1px solid #ebeef5}.el-table--border:after,.el-table--group:after,.el-table:before{content:"";position:absolute;background-color:#ebeef5;z-index:1}.el-table--border:after,.el-table--group:after{top:0;right:0;width:1px;height:100%}.el-table:before{left:0;bottom:0;width:100%;height:1px}.el-table--border{border-right:none;border-bottom:none}.el-table--border.el-loading-parent--relative{border-color:transparent}.el-table--border .el-table__cell{border-right:1px solid #ebeef5}.el-table--border .el-table__cell:first-child .cell{padding-left:10px}.el-table--border th.el-table__cell.gutter:last-of-type{border-bottom:1px solid #ebeef5;border-bottom-width:1px}.el-table--border th.el-table__cell{border-bottom:1px solid #ebeef5}.el-table--hidden{visibility:hidden}.el-table__fixed,.el-table__fixed-right{position:absolute;top:0;left:0;overflow-x:hidden;overflow-y:hidden;-webkit-box-shadow:0 0 10px rgba(0,0,0,.12);box-shadow:0 0 10px rgba(0,0,0,.12)}.el-table__fixed-right:before,.el-table__fixed:before{content:"";position:absolute;left:0;bottom:0;width:100%;height:1px;background-color:#ebeef5;z-index:4}.el-table__fixed-right-patch{position:absolute;top:-1px;right:0;background-color:#fff;border-bottom:1px solid #ebeef5}.el-table__fixed-right{top:0;left:auto;right:0}.el-table__fixed-right .el-table__fixed-body-wrapper,.el-table__fixed-right .el-table__fixed-footer-wrapper,.el-table__fixed-right .el-table__fixed-header-wrapper{left:auto;right:0}.el-table__fixed-header-wrapper{position:absolute;left:0;top:0;z-index:3}.el-table__fixed-footer-wrapper{position:absolute;left:0;bottom:0;z-index:3}.el-table__fixed-footer-wrapper tbody td.el-table__cell{border-top:1px solid #ebeef5;background-color:#f5f7fa;color:#606266}.el-table__fixed-body-wrapper{position:absolute;left:0;top:37px;overflow:hidden;z-index:3}.el-table__body-wrapper,.el-table__footer-wrapper,.el-table__header-wrapper{width:100%}.el-table__footer-wrapper{margin-top:-1px}.el-table__footer-wrapper td.el-table__cell{border-top:1px solid #ebeef5}.el-table__body,.el-table__footer,.el-table__header{table-layout:fixed;border-collapse:separate}.el-table__footer-wrapper,.el-table__header-wrapper{overflow:hidden}.el-table__footer-wrapper tbody td.el-table__cell,.el-table__header-wrapper tbody td.el-table__cell{background-color:#f5f7fa;color:#606266}.el-table__body-wrapper{overflow:hidden;position:relative}.el-table__body-wrapper.is-scrolling-left~.el-table__fixed,.el-table__body-wrapper.is-scrolling-none~.el-table__fixed,.el-table__body-wrapper.is-scrolling-none~.el-table__fixed-right,.el-table__body-wrapper.is-scrolling-right~.el-table__fixed-right{-webkit-box-shadow:none;box-shadow:none}.el-table__body-wrapper .el-table--border.is-scrolling-right~.el-table__fixed-right{border-left:1px solid #ebeef5}.el-table__body-wrapper .el-table--border.is-scrolling-left~.el-table__fixed{border-right:1px solid #ebeef5}.el-table .caret-wrapper{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;height:34px;width:24px;vertical-align:middle;cursor:pointer;overflow:initial;position:relative}.el-table .sort-caret{width:0;height:0;border:5px solid transparent;position:absolute;left:7px}.el-table .sort-caret.ascending{border-bottom-color:#c0c4cc;top:5px}.el-table .sort-caret.descending{border-top-color:#c0c4cc;bottom:7px}.el-table .ascending .sort-caret.ascending{border-bottom-color:#00c292}.el-table .descending .sort-caret.descending{border-top-color:#00c292}.el-table .hidden-columns{visibility:hidden;position:absolute;z-index:-1}.el-table--striped .el-table__body tr.el-table__row--striped td.el-table__cell{background:#fafafa}.el-table--striped .el-table__body tr.el-table__row--striped.current-row td.el-table__cell,.el-table--striped .el-table__body tr.el-table__row--striped.selection-row td.el-table__cell{background-color:#e6f9f4}.el-table__body tr.hover-row.current-row>td.el-table__cell,.el-table__body tr.hover-row.el-table__row--striped.current-row>td.el-table__cell,.el-table__body tr.hover-row.el-table__row--striped.selection-row>td.el-table__cell,.el-table__body tr.hover-row.el-table__row--striped>td.el-table__cell,.el-table__body tr.hover-row.selection-row>td.el-table__cell,.el-table__body tr.hover-row>td.el-table__cell{background-color:#f5f7fa}.el-table__body tr.current-row>td.el-table__cell,.el-table__body tr.selection-row>td.el-table__cell{background-color:#e6f9f4}.el-table__column-resize-proxy{position:absolute;left:200px;top:0;bottom:0;width:0;border-left:1px solid #ebeef5;z-index:10}.el-table__column-filter-trigger{display:inline-block;line-height:34px;cursor:pointer}.el-table__column-filter-trigger i{color:#909399;font-size:12px;-webkit-transform:scale(.75);transform:scale(.75)}.el-table--enable-row-transition .el-table__body td.el-table__cell{-webkit-transition:background-color .25s ease;transition:background-color .25s ease}.el-table--enable-row-hover .el-table__body tr:hover>td.el-table__cell{background-color:#f5f7fa}.el-table--fluid-height .el-table__fixed,.el-table--fluid-height .el-table__fixed-right{bottom:0;overflow:hidden}.el-table [class*=el-table__row--level] .el-table__expand-icon{display:inline-block;width:20px;line-height:20px;height:20px;text-align:center;margin-right:3px}.el-table-column--selection .cell{padding-left:14px;padding-right:14px}.el-table-filter{border:1px solid #ebeef5;border-radius:2px;background-color:#fff;-webkit-box-shadow:0 2px 12px 0 rgba(0,0,0,.1);box-shadow:0 2px 12px 0 rgba(0,0,0,.1);-webkit-box-sizing:border-box;box-sizing:border-box;margin:2px 0}.el-table-filter__list{padding:5px 0;margin:0;list-style:none;min-width:100px}.el-table-filter__list-item{line-height:36px;padding:0 10px;cursor:pointer;font-size:14px}.el-table-filter__list-item:hover{background-color:#e6f9f4;color:#33cea8}.el-table-filter__list-item.is-active{background-color:#00c292;color:#fff}.el-table-filter__content{min-width:100px}.el-table-filter__bottom{border-top:1px solid #ebeef5;padding:8px}.el-table-filter__bottom button{background:transparent;border:none;color:#606266;cursor:pointer;font-size:13px;padding:0 3px}.el-table-filter__bottom button:hover{color:#00c292}.el-table-filter__bottom button:focus{outline:none}.el-table-filter__bottom button.is-disabled{color:#c0c4cc;cursor:not-allowed}.el-table-filter__wrap{max-height:280px}.el-table-filter__checkbox-group{padding:10px}.el-table-filter__checkbox-group label.el-checkbox{display:block;margin-right:5px;margin-bottom:8px;margin-left:5px}.el-table-filter__checkbox-group .el-checkbox:last-child{margin-bottom:0}.el-date-table{font-size:12px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.el-date-table.is-week-mode .el-date-table__row:hover div{background-color:#f2f6fc}.el-date-table.is-week-mode .el-date-table__row:hover td.available:hover{color:#606266}.el-date-table.is-week-mode .el-date-table__row:hover td:first-child div{margin-left:5px;border-top-left-radius:15px;border-bottom-left-radius:15px}.el-date-table.is-week-mode .el-date-table__row:hover td:last-child div{margin-right:5px;border-top-right-radius:15px;border-bottom-right-radius:15px}.el-date-table.is-week-mode .el-date-table__row.current div{background-color:#f2f6fc}.el-date-table td{width:32px;padding:4px 0;text-align:center;cursor:pointer;position:relative}.el-date-table td,.el-date-table td div{height:30px;-webkit-box-sizing:border-box;box-sizing:border-box}.el-date-table td div{padding:3px 0}.el-date-table td span{width:24px;height:24px;display:block;margin:0 auto;line-height:24px;position:absolute;left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%);border-radius:50%}.el-date-table td.next-month,.el-date-table td.prev-month{color:#c0c4cc}.el-date-table td.today{position:relative}.el-date-table td.today span{color:#00c292;font-weight:700}.el-date-table td.today.end-date span,.el-date-table td.today.start-date span{color:#fff}.el-date-table td.available:hover{color:#00c292}.el-date-table td.in-range div,.el-date-table td.in-range div:hover{background-color:#f2f6fc}.el-date-table td.current:not(.disabled) span{color:#fff;background-color:#00c292}.el-date-table td.end-date div,.el-date-table td.start-date div{color:#fff}.el-date-table td.end-date span,.el-date-table td.start-date span{background-color:#00c292}.el-date-table td.start-date div{margin-left:5px;border-top-left-radius:15px;border-bottom-left-radius:15px}.el-date-table td.end-date div{margin-right:5px;border-top-right-radius:15px;border-bottom-right-radius:15px}.el-date-table td.disabled div{background-color:#f5f7fa;opacity:1;cursor:not-allowed;color:#c0c4cc}.el-date-table td.selected div{margin-left:5px;margin-right:5px;background-color:#f2f6fc;border-radius:15px}.el-date-table td.selected div:hover{background-color:#f2f6fc}.el-date-table td.selected span{background-color:#00c292;color:#fff;border-radius:15px}.el-date-table td.week{font-size:80%;color:#606266}.el-date-table th{padding:5px;color:#606266;font-weight:400;border-bottom:1px solid #ebeef5}.el-month-table{font-size:12px;margin:-1px;border-collapse:collapse}.el-month-table td{text-align:center;padding:8px 0;cursor:pointer}.el-month-table td div{height:48px;padding:6px 0;-webkit-box-sizing:border-box;box-sizing:border-box}.el-month-table td.today .cell{color:#00c292;font-weight:700}.el-month-table td.today.end-date .cell,.el-month-table td.today.start-date .cell{color:#fff}.el-month-table td.disabled .cell{background-color:#f5f7fa;cursor:not-allowed;color:#c0c4cc}.el-month-table td.disabled .cell:hover{color:#c0c4cc}.el-month-table td .cell{width:60px;height:36px;display:block;line-height:36px;color:#606266;margin:0 auto;border-radius:18px}.el-month-table td .cell:hover{color:#00c292}.el-month-table td.in-range div,.el-month-table td.in-range div:hover{background-color:#f2f6fc}.el-month-table td.end-date div,.el-month-table td.start-date div{color:#fff}.el-month-table td.end-date .cell,.el-month-table td.start-date .cell{color:#fff;background-color:#00c292}.el-month-table td.start-date div{border-top-left-radius:24px;border-bottom-left-radius:24px}.el-month-table td.end-date div{border-top-right-radius:24px;border-bottom-right-radius:24px}.el-month-table td.current:not(.disabled) .cell{color:#00c292}.el-year-table{font-size:12px;margin:-1px;border-collapse:collapse}.el-year-table .el-icon{color:#303133}.el-year-table td{text-align:center;padding:20px 3px;cursor:pointer}.el-year-table td.today .cell{color:#00c292;font-weight:700}.el-year-table td.disabled .cell{background-color:#f5f7fa;cursor:not-allowed;color:#c0c4cc}.el-year-table td.disabled .cell:hover{color:#c0c4cc}.el-year-table td .cell{width:48px;height:32px;display:block;line-height:32px;color:#606266;margin:0 auto}.el-year-table td .cell:hover,.el-year-table td.current:not(.disabled) .cell{color:#00c292}.el-date-range-picker{width:646px}.el-date-range-picker.has-sidebar{width:756px}.el-date-range-picker table{table-layout:fixed;width:100%}.el-date-range-picker .el-picker-panel__body{min-width:513px}.el-date-range-picker .el-picker-panel__content{margin:0}.el-date-range-picker__header{position:relative;text-align:center;height:28px}.el-date-range-picker__header [class*=arrow-left]{float:left}.el-date-range-picker__header [class*=arrow-right]{float:right}.el-date-range-picker__header div{font-size:16px;font-weight:500;margin-right:50px}.el-date-range-picker__content{float:left;width:50%;-webkit-box-sizing:border-box;box-sizing:border-box;margin:0;padding:16px}.el-date-range-picker__content.is-left{border-right:1px solid #e4e4e4}.el-date-range-picker__content .el-date-range-picker__header div{margin-left:50px;margin-right:50px}.el-date-range-picker__editors-wrap{-webkit-box-sizing:border-box;box-sizing:border-box;display:table-cell}.el-date-range-picker__editors-wrap.is-right{text-align:right}.el-date-range-picker__time-header{position:relative;border-bottom:1px solid #e4e4e4;font-size:12px;padding:8px 5px 5px 5px;display:table;width:100%;-webkit-box-sizing:border-box;box-sizing:border-box}.el-date-range-picker__time-header>.el-icon-arrow-right{font-size:20px;vertical-align:middle;display:table-cell;color:#303133}.el-date-range-picker__time-picker-wrap{position:relative;display:table-cell;padding:0 5px}.el-date-range-picker__time-picker-wrap .el-picker-panel{position:absolute;top:13px;right:0;z-index:1;background:#fff}.el-date-picker{width:322px}.el-date-picker.has-sidebar.has-time{width:434px}.el-date-picker.has-sidebar{width:438px}.el-date-picker.has-time .el-picker-panel__body-wrapper{position:relative}.el-date-picker .el-picker-panel__content{width:292px}.el-date-picker table{table-layout:fixed;width:100%}.el-date-picker__editor-wrap{position:relative;display:table-cell;padding:0 5px}.el-date-picker__time-header{position:relative;border-bottom:1px solid #e4e4e4;font-size:12px;padding:8px 5px 5px 5px;display:table;width:100%;-webkit-box-sizing:border-box;box-sizing:border-box}.el-date-picker__header{margin:12px;text-align:center}.el-date-picker__header--bordered{margin-bottom:0;padding-bottom:12px;border-bottom:1px solid #ebeef5}.el-date-picker__header--bordered+.el-picker-panel__content{margin-top:0}.el-date-picker__header-label{font-size:16px;font-weight:500;padding:0 5px;line-height:22px;text-align:center;cursor:pointer;color:#606266}.el-date-picker__header-label.active,.el-date-picker__header-label:hover{color:#00c292}.el-date-picker__prev-btn{float:left}.el-date-picker__next-btn{float:right}.el-date-picker__time-wrap{padding:10px;text-align:center}.el-date-picker__time-label{float:left;cursor:pointer;line-height:30px;margin-left:10px}.time-select{margin:5px 0;min-width:0}.time-select .el-picker-panel__content{max-height:200px;margin:0}.time-select-item{padding:8px 10px;font-size:14px;line-height:20px}.time-select-item.selected:not(.disabled){color:#00c292;font-weight:700}.time-select-item.disabled{color:#e4e7ed;cursor:not-allowed}.time-select-item:hover{background-color:#f5f7fa;font-weight:700;cursor:pointer}.el-date-editor{position:relative;display:inline-block;text-align:left}.el-date-editor.el-input,.el-date-editor.el-input__inner{width:220px}.el-date-editor--monthrange.el-input,.el-date-editor--monthrange.el-input__inner{width:300px}.el-date-editor--daterange.el-input,.el-date-editor--daterange.el-input__inner,.el-date-editor--timerange.el-input,.el-date-editor--timerange.el-input__inner{width:350px}.el-date-editor--datetimerange.el-input,.el-date-editor--datetimerange.el-input__inner{width:400px}.el-date-editor--dates .el-input__inner{text-overflow:ellipsis;white-space:nowrap}.el-date-editor .el-icon-circle-close{cursor:pointer}.el-date-editor .el-range__icon{font-size:14px;margin-left:-5px;color:#c0c4cc;float:left;line-height:32px}.el-date-editor .el-range-input{-webkit-appearance:none;-moz-appearance:none;appearance:none;border:none;outline:none;display:inline-block;height:100%;margin:0;padding:0;width:39%;text-align:center;font-size:14px;color:#606266}.el-date-editor .el-range-input::-webkit-input-placeholder{color:#c0c4cc}.el-date-editor .el-range-input::-moz-placeholder{color:#c0c4cc}.el-date-editor .el-range-input:-ms-input-placeholder{color:#c0c4cc}.el-date-editor .el-range-input::-ms-input-placeholder{color:#c0c4cc}.el-date-editor .el-range-input::placeholder{color:#c0c4cc}.el-date-editor .el-range-separator{display:inline-block;height:100%;padding:0 5px;margin:0;text-align:center;line-height:32px;font-size:14px;width:5%;color:#303133}.el-date-editor .el-range__close-icon{font-size:14px;color:#c0c4cc;width:25px;display:inline-block;float:right;line-height:32px}.el-range-editor.el-input__inner{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:3px 10px}.el-range-editor .el-range-input{line-height:1}.el-range-editor.is-active,.el-range-editor.is-active:hover{border-color:#00c292}.el-range-editor--medium.el-input__inner{height:36px}.el-range-editor--medium .el-range-separator{line-height:28px;font-size:14px}.el-range-editor--medium .el-range-input{font-size:14px}.el-range-editor--medium .el-range__close-icon,.el-range-editor--medium .el-range__icon{line-height:28px}.el-range-editor--small.el-input__inner{height:32px}.el-range-editor--small .el-range-separator{line-height:24px;font-size:13px}.el-range-editor--small .el-range-input{font-size:13px}.el-range-editor--small .el-range__close-icon,.el-range-editor--small .el-range__icon{line-height:24px}.el-range-editor--mini.el-input__inner{height:28px}.el-range-editor--mini .el-range-separator{line-height:20px;font-size:12px}.el-range-editor--mini .el-range-input{font-size:12px}.el-range-editor--mini .el-range__close-icon,.el-range-editor--mini .el-range__icon{line-height:20px}.el-range-editor.is-disabled{background-color:#f5f7fa;border-color:#e4e7ed;color:#c0c4cc;cursor:not-allowed}.el-range-editor.is-disabled:focus,.el-range-editor.is-disabled:hover{border-color:#e4e7ed}.el-range-editor.is-disabled input{background-color:#f5f7fa;color:#c0c4cc;cursor:not-allowed}.el-range-editor.is-disabled input::-webkit-input-placeholder{color:#c0c4cc}.el-range-editor.is-disabled input::-moz-placeholder{color:#c0c4cc}.el-range-editor.is-disabled input:-ms-input-placeholder{color:#c0c4cc}.el-range-editor.is-disabled input::-ms-input-placeholder{color:#c0c4cc}.el-range-editor.is-disabled input::placeholder{color:#c0c4cc}.el-range-editor.is-disabled .el-range-separator{color:#c0c4cc}.el-picker-panel{color:#606266;border:1px solid #e4e7ed;-webkit-box-shadow:0 2px 12px 0 rgba(0,0,0,.1);box-shadow:0 2px 12px 0 rgba(0,0,0,.1);background:#fff;border-radius:4px;line-height:30px;margin:5px 0}.el-picker-panel__body-wrapper:after,.el-picker-panel__body:after{content:"";display:table;clear:both}.el-picker-panel__content{position:relative;margin:15px}.el-picker-panel__footer{border-top:1px solid #e4e4e4;padding:4px;text-align:right;background-color:#fff;position:relative;font-size:0}.el-picker-panel__shortcut{display:block;width:100%;border:0;background-color:transparent;line-height:28px;font-size:14px;color:#606266;padding-left:12px;text-align:left;outline:none;cursor:pointer}.el-picker-panel__shortcut:hover{color:#00c292}.el-picker-panel__shortcut.active{background-color:#e6f1fe;color:#00c292}.el-picker-panel__btn{border:1px solid #dcdcdc;color:#333;line-height:24px;border-radius:2px;padding:0 20px;cursor:pointer;background-color:transparent;outline:none;font-size:12px}.el-picker-panel__btn[disabled]{color:#ccc;cursor:not-allowed}.el-picker-panel__icon-btn{font-size:12px;color:#303133;border:0;background:transparent;cursor:pointer;outline:none;margin-top:8px}.el-picker-panel__icon-btn:hover{color:#00c292}.el-picker-panel__icon-btn.is-disabled{color:#bbb}.el-picker-panel__icon-btn.is-disabled:hover{cursor:not-allowed}.el-picker-panel__link-btn{vertical-align:middle}.el-picker-panel [slot=sidebar],.el-picker-panel__sidebar{position:absolute;top:0;bottom:0;width:110px;border-right:1px solid #e4e4e4;-webkit-box-sizing:border-box;box-sizing:border-box;padding-top:6px;background-color:#fff;overflow:auto}.el-picker-panel [slot=sidebar]+.el-picker-panel__body,.el-picker-panel__sidebar+.el-picker-panel__body{margin-left:110px}.el-time-spinner.has-seconds .el-time-spinner__wrapper{width:33.3%}.el-time-spinner__wrapper{max-height:190px;overflow:auto;display:inline-block;width:50%;vertical-align:top;position:relative}.el-time-spinner__wrapper .el-scrollbar__wrap:not(.el-scrollbar__wrap--hidden-default){padding-bottom:15px}.el-time-spinner__wrapper.is-arrow{-webkit-box-sizing:border-box;box-sizing:border-box;text-align:center;overflow:hidden}.el-time-spinner__wrapper.is-arrow .el-time-spinner__list{-webkit-transform:translateY(-32px);transform:translateY(-32px)}.el-time-spinner__wrapper.is-arrow .el-time-spinner__item:hover:not(.disabled):not(.active){background:#fff;cursor:default}.el-time-spinner__arrow{font-size:12px;color:#909399;position:absolute;left:0;width:100%;z-index:1;text-align:center;height:30px;line-height:30px;cursor:pointer}.el-time-spinner__arrow:hover{color:#00c292}.el-time-spinner__arrow.el-icon-arrow-up{top:10px}.el-time-spinner__arrow.el-icon-arrow-down{bottom:10px}.el-time-spinner__input.el-input{width:70%}.el-time-spinner__input.el-input .el-input__inner,.el-time-spinner__list{padding:0;text-align:center}.el-time-spinner__list{margin:0;list-style:none}.el-time-spinner__list:after,.el-time-spinner__list:before{content:"";display:block;width:100%;height:80px}.el-time-spinner__item{height:32px;line-height:32px;font-size:12px;color:#606266}.el-time-spinner__item:hover:not(.disabled):not(.active){background:#f5f7fa;cursor:pointer}.el-time-spinner__item.active:not(.disabled){color:#303133;font-weight:700}.el-time-spinner__item.disabled{color:#c0c4cc;cursor:not-allowed}.el-time-panel{margin:5px 0;border:1px solid #e4e7ed;background-color:#fff;-webkit-box-shadow:0 2px 12px 0 rgba(0,0,0,.1);box-shadow:0 2px 12px 0 rgba(0,0,0,.1);border-radius:2px;position:absolute;width:180px;left:0;z-index:1000;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-box-sizing:content-box;box-sizing:content-box}.el-time-panel__content{font-size:0;position:relative;overflow:hidden}.el-time-panel__content:after,.el-time-panel__content:before{content:"";top:50%;position:absolute;margin-top:-15px;height:32px;z-index:-1;left:0;right:0;-webkit-box-sizing:border-box;box-sizing:border-box;padding-top:6px;text-align:left;border-top:1px solid #e4e7ed;border-bottom:1px solid #e4e7ed}.el-time-panel__content:after{left:50%;margin-left:12%;margin-right:12%}.el-time-panel__content:before{padding-left:50%;margin-right:12%;margin-left:12%}.el-time-panel__content.has-seconds:after{left:66.66667%}.el-time-panel__content.has-seconds:before{padding-left:33.33333%}.el-time-panel__footer{border-top:1px solid #e4e4e4;padding:4px;height:36px;line-height:25px;text-align:right;-webkit-box-sizing:border-box;box-sizing:border-box}.el-time-panel__btn{border:none;line-height:28px;padding:0 5px;margin:0 5px;cursor:pointer;background-color:transparent;outline:none;font-size:12px;color:#303133}.el-time-panel__btn.confirm{font-weight:800;color:#00c292}.el-time-range-picker{width:354px;overflow:visible}.el-time-range-picker__content{position:relative;text-align:center;padding:10px}.el-time-range-picker__cell{-webkit-box-sizing:border-box;box-sizing:border-box;margin:0;padding:4px 7px 7px;width:50%;display:inline-block}.el-time-range-picker__header{margin-bottom:5px;text-align:center;font-size:14px}.el-time-range-picker__body{border-radius:2px;border:1px solid #e4e7ed}.el-popover{position:absolute;background:#fff;min-width:150px;border-radius:4px;border:1px solid #ebeef5;padding:12px;z-index:2000;color:#606266;line-height:1.4;text-align:justify;font-size:14px;-webkit-box-shadow:0 2px 12px 0 rgba(0,0,0,.1);box-shadow:0 2px 12px 0 rgba(0,0,0,.1);word-break:break-all}.el-popover--plain{padding:18px 20px}.el-popover__title{color:#303133;font-size:16px;line-height:1;margin-bottom:12px}.el-popover:focus,.el-popover:focus:active,.el-popover__reference:focus:hover,.el-popover__reference:focus:not(.focusing){outline-width:0}.v-modal-enter{-webkit-animation:v-modal-in .2s ease;animation:v-modal-in .2s ease}.v-modal-leave{-webkit-animation:v-modal-out .2s ease forwards;animation:v-modal-out .2s ease forwards}@keyframes v-modal-in{0%{opacity:0}}@keyframes v-modal-out{to{opacity:0}}.v-modal{position:fixed;left:0;top:0;width:100%;height:100%;opacity:.5;background:#000}.el-popup-parent--hidden{overflow:hidden}.el-message-box{display:inline-block;width:420px;padding-bottom:10px;vertical-align:middle;background-color:#fff;border-radius:4px;border:1px solid #ebeef5;font-size:18px;-webkit-box-shadow:0 2px 12px 0 rgba(0,0,0,.1);box-shadow:0 2px 12px 0 rgba(0,0,0,.1);text-align:left;overflow:hidden;-webkit-backface-visibility:hidden;backface-visibility:hidden}.el-message-box__wrapper{position:fixed;top:0;bottom:0;left:0;right:0;text-align:center}.el-message-box__wrapper:after{content:"";display:inline-block;height:100%;width:0;vertical-align:middle}.el-message-box__header{position:relative;padding:15px;padding-bottom:10px}.el-message-box__title{padding-left:0;margin-bottom:0;font-size:18px;line-height:1;color:#303133}.el-message-box__headerbtn{position:absolute;top:15px;right:15px;padding:0;border:none;outline:none;background:transparent;font-size:16px;cursor:pointer}.el-message-box__headerbtn .el-message-box__close{color:#909399}.el-message-box__headerbtn:focus .el-message-box__close,.el-message-box__headerbtn:hover .el-message-box__close{color:#00c292}.el-message-box__content{padding:10px 15px;color:#606266;font-size:14px}.el-message-box__container{position:relative}.el-message-box__input{padding-top:15px}.el-message-box__input input.invalid,.el-message-box__input input.invalid:focus{border-color:#f56c6c}.el-message-box__status{position:absolute;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);font-size:24px!important}.el-message-box__status:before{padding-left:1px}.el-message-box__status+.el-message-box__message{padding-left:36px;padding-right:12px}.el-message-box__status.el-icon-success{color:#67c23a}.el-message-box__status.el-icon-info{color:#909399}.el-message-box__status.el-icon-warning{color:#e6a23c}.el-message-box__status.el-icon-error{color:#f56c6c}.el-message-box__message{margin:0}.el-message-box__message p{margin:0;line-height:24px}.el-message-box__errormsg{color:#f56c6c;font-size:12px;min-height:18px;margin-top:2px}.el-message-box__btns{padding:5px 15px 0;text-align:right}.el-message-box__btns button:nth-child(2){margin-left:10px}.el-message-box__btns-reverse{-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse}.el-message-box--center{padding-bottom:30px}.el-message-box--center .el-message-box__header{padding-top:30px}.el-message-box--center .el-message-box__title{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.el-message-box--center .el-message-box__status{position:relative;top:auto;padding-right:5px;text-align:center;-webkit-transform:translateY(-1px);transform:translateY(-1px)}.el-message-box--center .el-message-box__message{margin-left:0}.el-message-box--center .el-message-box__btns,.el-message-box--center .el-message-box__content{text-align:center}.el-message-box--center .el-message-box__content{padding-left:27px;padding-right:27px}.msgbox-fade-enter-active{-webkit-animation:msgbox-fade-in .3s;animation:msgbox-fade-in .3s}.msgbox-fade-leave-active{-webkit-animation:msgbox-fade-out .3s;animation:msgbox-fade-out .3s}@-webkit-keyframes msgbox-fade-in{0%{-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0);opacity:0}to{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}@keyframes msgbox-fade-in{0%{-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0);opacity:0}to{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}@-webkit-keyframes msgbox-fade-out{0%{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}to{-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0);opacity:0}}@keyframes msgbox-fade-out{0%{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}to{-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0);opacity:0}}.el-breadcrumb{font-size:14px;line-height:1}.el-breadcrumb:after,.el-breadcrumb:before{display:table;content:""}.el-breadcrumb:after{clear:both}.el-breadcrumb__separator{margin:0 9px;font-weight:700;color:#c0c4cc}.el-breadcrumb__separator[class*=icon]{margin:0 6px;font-weight:400}.el-breadcrumb__item{float:left}.el-breadcrumb__inner{color:#606266}.el-breadcrumb__inner.is-link,.el-breadcrumb__inner a{font-weight:700;text-decoration:none;-webkit-transition:color .2s cubic-bezier(.645,.045,.355,1);transition:color .2s cubic-bezier(.645,.045,.355,1);color:#303133}.el-breadcrumb__inner.is-link:hover,.el-breadcrumb__inner a:hover{color:#00c292;cursor:pointer}.el-breadcrumb__item:last-child .el-breadcrumb__inner,.el-breadcrumb__item:last-child .el-breadcrumb__inner:hover,.el-breadcrumb__item:last-child .el-breadcrumb__inner a,.el-breadcrumb__item:last-child .el-breadcrumb__inner a:hover{font-weight:400;color:#606266;cursor:text}.el-breadcrumb__item:last-child .el-breadcrumb__separator{display:none}.el-form--label-left .el-form-item__label{text-align:left}.el-form--label-top .el-form-item__label{float:none;display:inline-block;text-align:left;padding:0 0 10px 0}.el-form--inline .el-form-item{display:inline-block;margin-right:10px;vertical-align:top}.el-form--inline .el-form-item__label{float:none;display:inline-block}.el-form--inline .el-form-item__content{display:inline-block;vertical-align:top}.el-form--inline.el-form--label-top .el-form-item__content{display:block}.el-form-item{margin-bottom:22px}.el-form-item:after,.el-form-item:before{display:table;content:""}.el-form-item:after{clear:both}.el-form-item .el-form-item{margin-bottom:0}.el-form-item .el-input__validateIcon{display:none}.el-form-item--medium .el-form-item__content,.el-form-item--medium .el-form-item__label{line-height:36px}.el-form-item--small .el-form-item__content,.el-form-item--small .el-form-item__label{line-height:32px}.el-form-item--small.el-form-item{margin-bottom:18px}.el-form-item--small .el-form-item__error{padding-top:2px}.el-form-item--mini .el-form-item__content,.el-form-item--mini .el-form-item__label{line-height:28px}.el-form-item--mini.el-form-item{margin-bottom:18px}.el-form-item--mini .el-form-item__error{padding-top:1px}.el-form-item__label-wrap{float:left}.el-form-item__label-wrap .el-form-item__label{display:inline-block;float:none}.el-form-item__label{text-align:right;vertical-align:middle;float:left;font-size:14px;color:#606266;line-height:40px;padding:0 12px 0 0;-webkit-box-sizing:border-box;box-sizing:border-box}.el-form-item__content{line-height:40px;position:relative;font-size:14px}.el-form-item__content:after,.el-form-item__content:before{display:table;content:""}.el-form-item__content:after{clear:both}.el-form-item__content .el-input-group{vertical-align:top}.el-form-item__error{color:#f56c6c;font-size:12px;line-height:1;padding-top:4px;position:absolute;top:100%;left:0}.el-form-item__error--inline{position:relative;top:auto;left:auto;display:inline-block;margin-left:10px}.el-form-item.is-required:not(.is-no-asterisk) .el-form-item__label-wrap>.el-form-item__label:before,.el-form-item.is-required:not(.is-no-asterisk)>.el-form-item__label:before{content:"*";color:#f56c6c;margin-right:4px}.el-form-item.is-error .el-input__inner,.el-form-item.is-error .el-input__inner:focus,.el-form-item.is-error .el-textarea__inner,.el-form-item.is-error .el-textarea__inner:focus{border-color:#f56c6c}.el-form-item.is-error .el-input-group__append .el-input__inner,.el-form-item.is-error .el-input-group__prepend .el-input__inner{border-color:transparent}.el-form-item.is-error .el-input__validateIcon{color:#f56c6c}.el-form-item--feedback .el-input__validateIcon{display:inline-block}.el-tabs__header{padding:0;position:relative;margin:0 0 15px}.el-tabs__active-bar{position:absolute;bottom:0;left:0;height:2px;background-color:#00c292;z-index:1;-webkit-transition:-webkit-transform .3s cubic-bezier(.645,.045,.355,1);transition:-webkit-transform .3s cubic-bezier(.645,.045,.355,1);transition:transform .3s cubic-bezier(.645,.045,.355,1);transition:transform .3s cubic-bezier(.645,.045,.355,1),-webkit-transform .3s cubic-bezier(.645,.045,.355,1);list-style:none}.el-tabs__new-tab{float:right;border:1px solid #d3dce6;height:18px;width:18px;line-height:18px;margin:12px 0 9px 10px;border-radius:3px;text-align:center;font-size:12px;color:#d3dce6;cursor:pointer;-webkit-transition:all .15s;transition:all .15s}.el-tabs__new-tab .el-icon-plus{-webkit-transform:scale(.8);transform:scale(.8)}.el-tabs__new-tab:hover{color:#00c292}.el-tabs__nav-wrap{overflow:hidden;margin-bottom:-1px;position:relative}.el-tabs__nav-wrap:after{content:"";position:absolute;left:0;bottom:0;width:100%;height:2px;background-color:#e4e7ed;z-index:1}.el-tabs__nav-wrap.is-scrollable{padding:0 20px;-webkit-box-sizing:border-box;box-sizing:border-box}.el-tabs__nav-scroll{overflow:hidden}.el-tabs__nav-next,.el-tabs__nav-prev{position:absolute;cursor:pointer;line-height:44px;font-size:12px;color:#909399}.el-tabs__nav-next{right:0}.el-tabs__nav-prev{left:0}.el-tabs__nav{white-space:nowrap;position:relative;-webkit-transition:-webkit-transform .3s;transition:-webkit-transform .3s;transition:transform .3s;transition:transform .3s,-webkit-transform .3s;float:left;z-index:2}.el-tabs__nav.is-stretch{min-width:100%;display:-webkit-box;display:-ms-flexbox;display:flex}.el-tabs__nav.is-stretch>*{-webkit-box-flex:1;-ms-flex:1;flex:1;text-align:center}.el-tabs__item{padding:0 20px;height:40px;-webkit-box-sizing:border-box;box-sizing:border-box;line-height:40px;display:inline-block;list-style:none;font-size:14px;font-weight:500;color:#303133;position:relative}.el-tabs__item:focus,.el-tabs__item:focus:active{outline:none}.el-tabs__item:focus.is-active.is-focus:not(:active){-webkit-box-shadow:0 0 2px 2px #00c292 inset;box-shadow:inset 0 0 2px 2px #00c292;border-radius:3px}.el-tabs__item .el-icon-close{border-radius:50%;text-align:center;-webkit-transition:all .3s cubic-bezier(.645,.045,.355,1);transition:all .3s cubic-bezier(.645,.045,.355,1);margin-left:5px}.el-tabs__item .el-icon-close:before{-webkit-transform:scale(.9);transform:scale(.9);display:inline-block}.el-tabs__item .el-icon-close:hover{background-color:#c0c4cc;color:#fff}.el-tabs__item.is-active{color:#00c292}.el-tabs__item:hover{color:#00c292;cursor:pointer}.el-tabs__item.is-disabled{color:#c0c4cc;cursor:default}.el-tabs__content{overflow:hidden;position:relative}.el-tabs--card>.el-tabs__header{border-bottom:1px solid #e4e7ed}.el-tabs--card>.el-tabs__header .el-tabs__nav-wrap:after{content:none}.el-tabs--card>.el-tabs__header .el-tabs__nav{border:1px solid #e4e7ed;border-bottom:none;border-radius:4px 4px 0 0;-webkit-box-sizing:border-box;box-sizing:border-box}.el-tabs--card>.el-tabs__header .el-tabs__active-bar{display:none}.el-tabs--card>.el-tabs__header .el-tabs__item .el-icon-close{position:relative;font-size:12px;width:0;height:14px;vertical-align:middle;line-height:15px;overflow:hidden;top:-1px;right:-2px;-webkit-transform-origin:100% 50%;transform-origin:100% 50%}.el-tabs--card>.el-tabs__header .el-tabs__item{border-bottom:1px solid transparent;border-left:1px solid #e4e7ed;-webkit-transition:color .3s cubic-bezier(.645,.045,.355,1),padding .3s cubic-bezier(.645,.045,.355,1);transition:color .3s cubic-bezier(.645,.045,.355,1),padding .3s cubic-bezier(.645,.045,.355,1)}.el-tabs--card>.el-tabs__header .el-tabs__item:first-child{border-left:none}.el-tabs--card>.el-tabs__header .el-tabs__item.is-closable:hover{padding-left:13px;padding-right:13px}.el-tabs--card>.el-tabs__header .el-tabs__item.is-closable:hover .el-icon-close{width:14px}.el-tabs--card>.el-tabs__header .el-tabs__item.is-active{border-bottom-color:#fff}.el-tabs--card>.el-tabs__header .el-tabs__item.is-active.is-closable{padding-left:20px;padding-right:20px}.el-tabs--card>.el-tabs__header .el-tabs__item.is-active.is-closable .el-icon-close{width:14px}.el-tabs--border-card{background:#fff;border:1px solid #dcdfe6;-webkit-box-shadow:0 2px 4px 0 rgba(0,0,0,.12),0 0 6px 0 rgba(0,0,0,.04);box-shadow:0 2px 4px 0 rgba(0,0,0,.12),0 0 6px 0 rgba(0,0,0,.04)}.el-tabs--border-card>.el-tabs__content{padding:15px}.el-tabs--border-card>.el-tabs__header{background-color:#f5f7fa;border-bottom:1px solid #e4e7ed;margin:0}.el-tabs--border-card>.el-tabs__header .el-tabs__nav-wrap:after{content:none}.el-tabs--border-card>.el-tabs__header .el-tabs__item{-webkit-transition:all .3s cubic-bezier(.645,.045,.355,1);transition:all .3s cubic-bezier(.645,.045,.355,1);border:1px solid transparent;margin-top:-1px;color:#909399}.el-tabs--border-card>.el-tabs__header .el-tabs__item+.el-tabs__item,.el-tabs--border-card>.el-tabs__header .el-tabs__item:first-child{margin-left:-1px}.el-tabs--border-card>.el-tabs__header .el-tabs__item.is-active{color:#00c292;background-color:#fff;border-right-color:#dcdfe6;border-left-color:#dcdfe6}.el-tabs--border-card>.el-tabs__header .el-tabs__item:not(.is-disabled):hover{color:#00c292}.el-tabs--border-card>.el-tabs__header .el-tabs__item.is-disabled{color:#c0c4cc}.el-tabs--border-card>.el-tabs__header .is-scrollable .el-tabs__item:first-child{margin-left:0}.el-tabs--bottom .el-tabs__item.is-bottom:nth-child(2),.el-tabs--bottom .el-tabs__item.is-top:nth-child(2),.el-tabs--top .el-tabs__item.is-bottom:nth-child(2),.el-tabs--top .el-tabs__item.is-top:nth-child(2){padding-left:0}.el-tabs--bottom .el-tabs__item.is-bottom:last-child,.el-tabs--bottom .el-tabs__item.is-top:last-child,.el-tabs--top .el-tabs__item.is-bottom:last-child,.el-tabs--top .el-tabs__item.is-top:last-child{padding-right:0}.el-tabs--bottom.el-tabs--border-card>.el-tabs__header .el-tabs__item:nth-child(2),.el-tabs--bottom.el-tabs--card>.el-tabs__header .el-tabs__item:nth-child(2),.el-tabs--bottom .el-tabs--left>.el-tabs__header .el-tabs__item:nth-child(2),.el-tabs--bottom .el-tabs--right>.el-tabs__header .el-tabs__item:nth-child(2),.el-tabs--top.el-tabs--border-card>.el-tabs__header .el-tabs__item:nth-child(2),.el-tabs--top.el-tabs--card>.el-tabs__header .el-tabs__item:nth-child(2),.el-tabs--top .el-tabs--left>.el-tabs__header .el-tabs__item:nth-child(2),.el-tabs--top .el-tabs--right>.el-tabs__header .el-tabs__item:nth-child(2){padding-left:20px}.el-tabs--bottom.el-tabs--border-card>.el-tabs__header .el-tabs__item:last-child,.el-tabs--bottom.el-tabs--card>.el-tabs__header .el-tabs__item:last-child,.el-tabs--bottom .el-tabs--left>.el-tabs__header .el-tabs__item:last-child,.el-tabs--bottom .el-tabs--right>.el-tabs__header .el-tabs__item:last-child,.el-tabs--top.el-tabs--border-card>.el-tabs__header .el-tabs__item:last-child,.el-tabs--top.el-tabs--card>.el-tabs__header .el-tabs__item:last-child,.el-tabs--top .el-tabs--left>.el-tabs__header .el-tabs__item:last-child,.el-tabs--top .el-tabs--right>.el-tabs__header .el-tabs__item:last-child{padding-right:20px}.el-tabs--bottom .el-tabs__header.is-bottom{margin-bottom:0;margin-top:10px}.el-tabs--bottom.el-tabs--border-card .el-tabs__header.is-bottom{border-bottom:0;border-top:1px solid #dcdfe6}.el-tabs--bottom.el-tabs--border-card .el-tabs__nav-wrap.is-bottom{margin-top:-1px;margin-bottom:0}.el-tabs--bottom.el-tabs--border-card .el-tabs__item.is-bottom:not(.is-active){border:1px solid transparent}.el-tabs--bottom.el-tabs--border-card .el-tabs__item.is-bottom{margin:0 -1px -1px -1px}.el-tabs--left,.el-tabs--right{overflow:hidden}.el-tabs--left .el-tabs__header.is-left,.el-tabs--left .el-tabs__header.is-right,.el-tabs--left .el-tabs__nav-scroll,.el-tabs--left .el-tabs__nav-wrap.is-left,.el-tabs--left .el-tabs__nav-wrap.is-right,.el-tabs--right .el-tabs__header.is-left,.el-tabs--right .el-tabs__header.is-right,.el-tabs--right .el-tabs__nav-scroll,.el-tabs--right .el-tabs__nav-wrap.is-left,.el-tabs--right .el-tabs__nav-wrap.is-right{height:100%}.el-tabs--left .el-tabs__active-bar.is-left,.el-tabs--left .el-tabs__active-bar.is-right,.el-tabs--right .el-tabs__active-bar.is-left,.el-tabs--right .el-tabs__active-bar.is-right{top:0;bottom:auto;width:2px;height:auto}.el-tabs--left .el-tabs__nav-wrap.is-left,.el-tabs--left .el-tabs__nav-wrap.is-right,.el-tabs--right .el-tabs__nav-wrap.is-left,.el-tabs--right .el-tabs__nav-wrap.is-right{margin-bottom:0}.el-tabs--left .el-tabs__nav-wrap.is-left>.el-tabs__nav-next,.el-tabs--left .el-tabs__nav-wrap.is-left>.el-tabs__nav-prev,.el-tabs--left .el-tabs__nav-wrap.is-right>.el-tabs__nav-next,.el-tabs--left .el-tabs__nav-wrap.is-right>.el-tabs__nav-prev,.el-tabs--right .el-tabs__nav-wrap.is-left>.el-tabs__nav-next,.el-tabs--right .el-tabs__nav-wrap.is-left>.el-tabs__nav-prev,.el-tabs--right .el-tabs__nav-wrap.is-right>.el-tabs__nav-next,.el-tabs--right .el-tabs__nav-wrap.is-right>.el-tabs__nav-prev{height:30px;line-height:30px;width:100%;text-align:center;cursor:pointer}.el-tabs--left .el-tabs__nav-wrap.is-left>.el-tabs__nav-next i,.el-tabs--left .el-tabs__nav-wrap.is-left>.el-tabs__nav-prev i,.el-tabs--left .el-tabs__nav-wrap.is-right>.el-tabs__nav-next i,.el-tabs--left .el-tabs__nav-wrap.is-right>.el-tabs__nav-prev i,.el-tabs--right .el-tabs__nav-wrap.is-left>.el-tabs__nav-next i,.el-tabs--right .el-tabs__nav-wrap.is-left>.el-tabs__nav-prev i,.el-tabs--right .el-tabs__nav-wrap.is-right>.el-tabs__nav-next i,.el-tabs--right .el-tabs__nav-wrap.is-right>.el-tabs__nav-prev i{-webkit-transform:rotate(90deg);transform:rotate(90deg)}.el-tabs--left .el-tabs__nav-wrap.is-left>.el-tabs__nav-prev,.el-tabs--left .el-tabs__nav-wrap.is-right>.el-tabs__nav-prev,.el-tabs--right .el-tabs__nav-wrap.is-left>.el-tabs__nav-prev,.el-tabs--right .el-tabs__nav-wrap.is-right>.el-tabs__nav-prev{left:auto;top:0}.el-tabs--left .el-tabs__nav-wrap.is-left>.el-tabs__nav-next,.el-tabs--left .el-tabs__nav-wrap.is-right>.el-tabs__nav-next,.el-tabs--right .el-tabs__nav-wrap.is-left>.el-tabs__nav-next,.el-tabs--right .el-tabs__nav-wrap.is-right>.el-tabs__nav-next{right:auto;bottom:0}.el-tabs--left .el-tabs__nav-wrap.is-left.is-scrollable,.el-tabs--left .el-tabs__nav-wrap.is-right.is-scrollable,.el-tabs--right .el-tabs__nav-wrap.is-left.is-scrollable,.el-tabs--right .el-tabs__nav-wrap.is-right.is-scrollable{padding:30px 0}.el-tabs--left .el-tabs__nav-wrap.is-left:after,.el-tabs--left .el-tabs__nav-wrap.is-right:after,.el-tabs--right .el-tabs__nav-wrap.is-left:after,.el-tabs--right .el-tabs__nav-wrap.is-right:after{height:100%;width:2px;bottom:auto;top:0}.el-tabs--left .el-tabs__nav.is-left,.el-tabs--left .el-tabs__nav.is-right,.el-tabs--right .el-tabs__nav.is-left,.el-tabs--right .el-tabs__nav.is-right{float:none}.el-tabs--left .el-tabs__item.is-left,.el-tabs--left .el-tabs__item.is-right,.el-tabs--right .el-tabs__item.is-left,.el-tabs--right .el-tabs__item.is-right{display:block}.el-tabs--left .el-tabs__header.is-left{float:left;margin-bottom:0;margin-right:10px}.el-tabs--left .el-tabs__nav-wrap.is-left{margin-right:-1px}.el-tabs--left .el-tabs__active-bar.is-left,.el-tabs--left .el-tabs__nav-wrap.is-left:after{left:auto;right:0}.el-tabs--left .el-tabs__item.is-left{text-align:right}.el-tabs--left.el-tabs--card .el-tabs__active-bar.is-left{display:none}.el-tabs--left.el-tabs--card .el-tabs__item.is-left{border-left:none;border-right:1px solid #e4e7ed;border-bottom:none;border-top:1px solid #e4e7ed;text-align:left}.el-tabs--left.el-tabs--card .el-tabs__item.is-left:first-child{border-right:1px solid #e4e7ed;border-top:none}.el-tabs--left.el-tabs--card .el-tabs__item.is-left.is-active{border:1px solid #e4e7ed;border-right-color:#fff;border-left:none;border-bottom:none}.el-tabs--left.el-tabs--card .el-tabs__item.is-left.is-active:first-child{border-top:none}.el-tabs--left.el-tabs--card .el-tabs__item.is-left.is-active:last-child{border-bottom:none}.el-tabs--left.el-tabs--card .el-tabs__nav{border-radius:4px 0 0 4px;border-bottom:1px solid #e4e7ed;border-right:none}.el-tabs--left.el-tabs--card .el-tabs__new-tab{float:none}.el-tabs--left.el-tabs--border-card .el-tabs__header.is-left{border-right:1px solid #dfe4ed}.el-tabs--left.el-tabs--border-card .el-tabs__item.is-left{border:1px solid transparent;margin:-1px 0 -1px -1px}.el-tabs--left.el-tabs--border-card .el-tabs__item.is-left.is-active{border-color:transparent;border-top-color:#d1dbe5;border-bottom-color:#d1dbe5}.el-tabs--right .el-tabs__header.is-right{float:right;margin-bottom:0;margin-left:10px}.el-tabs--right .el-tabs__nav-wrap.is-right{margin-left:-1px}.el-tabs--right .el-tabs__nav-wrap.is-right:after{left:0;right:auto}.el-tabs--right .el-tabs__active-bar.is-right{left:0}.el-tabs--right.el-tabs--card .el-tabs__active-bar.is-right{display:none}.el-tabs--right.el-tabs--card .el-tabs__item.is-right{border-bottom:none;border-top:1px solid #e4e7ed}.el-tabs--right.el-tabs--card .el-tabs__item.is-right:first-child{border-left:1px solid #e4e7ed;border-top:none}.el-tabs--right.el-tabs--card .el-tabs__item.is-right.is-active{border:1px solid #e4e7ed;border-left-color:#fff;border-right:none;border-bottom:none}.el-tabs--right.el-tabs--card .el-tabs__item.is-right.is-active:first-child{border-top:none}.el-tabs--right.el-tabs--card .el-tabs__item.is-right.is-active:last-child{border-bottom:none}.el-tabs--right.el-tabs--card .el-tabs__nav{border-radius:0 4px 4px 0;border-bottom:1px solid #e4e7ed;border-left:none}.el-tabs--right.el-tabs--border-card .el-tabs__header.is-right{border-left:1px solid #dfe4ed}.el-tabs--right.el-tabs--border-card .el-tabs__item.is-right{border:1px solid transparent;margin:-1px -1px -1px 0}.el-tabs--right.el-tabs--border-card .el-tabs__item.is-right.is-active{border-color:transparent;border-top-color:#d1dbe5;border-bottom-color:#d1dbe5}.slideInLeft-transition,.slideInRight-transition{display:inline-block}.slideInRight-enter{-webkit-animation:slideInRight-enter .3s;animation:slideInRight-enter .3s}.slideInRight-leave{position:absolute;left:0;right:0;-webkit-animation:slideInRight-leave .3s;animation:slideInRight-leave .3s}.slideInLeft-enter{-webkit-animation:slideInLeft-enter .3s;animation:slideInLeft-enter .3s}.slideInLeft-leave{position:absolute;left:0;right:0;-webkit-animation:slideInLeft-leave .3s;animation:slideInLeft-leave .3s}@-webkit-keyframes slideInRight-enter{0%{opacity:0;-webkit-transform-origin:0 0;transform-origin:0 0;-webkit-transform:translateX(100%);transform:translateX(100%)}to{opacity:1;-webkit-transform-origin:0 0;transform-origin:0 0;-webkit-transform:translateX(0);transform:translateX(0)}}@keyframes slideInRight-enter{0%{opacity:0;-webkit-transform-origin:0 0;transform-origin:0 0;-webkit-transform:translateX(100%);transform:translateX(100%)}to{opacity:1;-webkit-transform-origin:0 0;transform-origin:0 0;-webkit-transform:translateX(0);transform:translateX(0)}}@-webkit-keyframes slideInRight-leave{0%{-webkit-transform-origin:0 0;transform-origin:0 0;-webkit-transform:translateX(0);transform:translateX(0);opacity:1}to{-webkit-transform-origin:0 0;transform-origin:0 0;-webkit-transform:translateX(100%);transform:translateX(100%);opacity:0}}@keyframes slideInRight-leave{0%{-webkit-transform-origin:0 0;transform-origin:0 0;-webkit-transform:translateX(0);transform:translateX(0);opacity:1}to{-webkit-transform-origin:0 0;transform-origin:0 0;-webkit-transform:translateX(100%);transform:translateX(100%);opacity:0}}@-webkit-keyframes slideInLeft-enter{0%{opacity:0;-webkit-transform-origin:0 0;transform-origin:0 0;-webkit-transform:translateX(-100%);transform:translateX(-100%)}to{opacity:1;-webkit-transform-origin:0 0;transform-origin:0 0;-webkit-transform:translateX(0);transform:translateX(0)}}@keyframes slideInLeft-enter{0%{opacity:0;-webkit-transform-origin:0 0;transform-origin:0 0;-webkit-transform:translateX(-100%);transform:translateX(-100%)}to{opacity:1;-webkit-transform-origin:0 0;transform-origin:0 0;-webkit-transform:translateX(0);transform:translateX(0)}}@-webkit-keyframes slideInLeft-leave{0%{-webkit-transform-origin:0 0;transform-origin:0 0;-webkit-transform:translateX(0);transform:translateX(0);opacity:1}to{-webkit-transform-origin:0 0;transform-origin:0 0;-webkit-transform:translateX(-100%);transform:translateX(-100%);opacity:0}}@keyframes slideInLeft-leave{0%{-webkit-transform-origin:0 0;transform-origin:0 0;-webkit-transform:translateX(0);transform:translateX(0);opacity:1}to{-webkit-transform-origin:0 0;transform-origin:0 0;-webkit-transform:translateX(-100%);transform:translateX(-100%);opacity:0}}.el-tree{position:relative;cursor:default;background:#fff;color:#606266}.el-tree__empty-block{position:relative;min-height:60px;text-align:center;width:100%;height:100%}.el-tree__empty-text{position:absolute;left:50%;top:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);color:#909399;font-size:14px}.el-tree__drop-indicator{position:absolute;left:0;right:0;height:1px;background-color:#00c292}.el-tree-node{white-space:nowrap;outline:none}.el-tree-node:focus>.el-tree-node__content{background-color:#f5f7fa}.el-tree-node.is-drop-inner>.el-tree-node__content .el-tree-node__label{background-color:#00c292;color:#fff}.el-tree-node__content{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;height:26px;cursor:pointer}.el-tree-node__content>.el-tree-node__expand-icon{padding:6px}.el-tree-node__content>label.el-checkbox{margin-right:8px}.el-tree-node__content:hover{background-color:#f5f7fa}.el-tree.is-dragging .el-tree-node__content{cursor:move}.el-tree.is-dragging .el-tree-node__content *{pointer-events:none}.el-tree.is-dragging.is-drop-not-allow .el-tree-node__content{cursor:not-allowed}.el-tree-node__expand-icon{cursor:pointer;color:#c0c4cc;font-size:12px;-webkit-transform:rotate(0deg);transform:rotate(0deg);-webkit-transition:-webkit-transform .3s ease-in-out;transition:-webkit-transform .3s ease-in-out;transition:transform .3s ease-in-out;transition:transform .3s ease-in-out,-webkit-transform .3s ease-in-out}.el-tree-node__expand-icon.expanded{-webkit-transform:rotate(90deg);transform:rotate(90deg)}.el-tree-node__expand-icon.is-leaf{color:transparent;cursor:default}.el-tree-node__label{font-size:14px}.el-tree-node__loading-icon{margin-right:8px;font-size:14px;color:#c0c4cc}.el-tree-node>.el-tree-node__children{overflow:hidden;background-color:transparent}.el-tree-node.is-expanded>.el-tree-node__children{display:block}.el-tree--highlight-current .el-tree-node.is-current>.el-tree-node__content{background-color:#ebfaf6}.el-alert{width:100%;padding:8px 16px;margin:0;-webkit-box-sizing:border-box;box-sizing:border-box;border-radius:4px;position:relative;background-color:#fff;overflow:hidden;opacity:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-transition:opacity .2s;transition:opacity .2s}.el-alert.is-light .el-alert__closebtn{color:#c0c4cc}.el-alert.is-dark .el-alert__closebtn,.el-alert.is-dark .el-alert__description{color:#fff}.el-alert.is-center{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.el-alert--success.is-light{background-color:#f0f9eb;color:#67c23a}.el-alert--success.is-light .el-alert__description{color:#67c23a}.el-alert--success.is-dark{background-color:#67c23a;color:#fff}.el-alert--info.is-light{background-color:#f4f4f5;color:#909399}.el-alert--info.is-dark{background-color:#909399;color:#fff}.el-alert--info .el-alert__description{color:#909399}.el-alert--warning.is-light{background-color:#fdf6ec;color:#e6a23c}.el-alert--warning.is-light .el-alert__description{color:#e6a23c}.el-alert--warning.is-dark{background-color:#e6a23c;color:#fff}.el-alert--error.is-light{background-color:#fef0f0;color:#f56c6c}.el-alert--error.is-light .el-alert__description{color:#f56c6c}.el-alert--error.is-dark{background-color:#f56c6c;color:#fff}.el-alert__content{display:table-cell;padding:0 8px}.el-alert__icon{font-size:16px;width:16px}.el-alert__icon.is-big{font-size:28px;width:28px}.el-alert__title{font-size:13px;line-height:18px}.el-alert__title.is-bold{font-weight:700}.el-alert .el-alert__description{font-size:12px;margin:5px 0 0 0}.el-alert__closebtn{font-size:12px;opacity:1;position:absolute;top:12px;right:15px;cursor:pointer}.el-alert__closebtn.is-customed{font-style:normal;font-size:13px;top:9px}.el-alert-fade-enter,.el-alert-fade-leave-active{opacity:0}.el-notification{display:-webkit-box;display:-ms-flexbox;display:flex;width:330px;padding:14px 26px 14px 13px;border-radius:8px;-webkit-box-sizing:border-box;box-sizing:border-box;border:1px solid #ebeef5;position:fixed;background-color:#fff;-webkit-box-shadow:0 2px 12px 0 rgba(0,0,0,.1);box-shadow:0 2px 12px 0 rgba(0,0,0,.1);-webkit-transition:opacity .3s,left .3s,right .3s,top .4s,bottom .3s,-webkit-transform .3s;transition:opacity .3s,left .3s,right .3s,top .4s,bottom .3s,-webkit-transform .3s;transition:opacity .3s,transform .3s,left .3s,right .3s,top .4s,bottom .3s;transition:opacity .3s,transform .3s,left .3s,right .3s,top .4s,bottom .3s,-webkit-transform .3s;overflow:hidden}.el-notification.right{right:16px}.el-notification.left{left:16px}.el-notification__group{margin-left:13px;margin-right:8px}.el-notification__title{font-weight:700;font-size:16px;color:#303133;margin:0}.el-notification__content{font-size:14px;line-height:21px;margin:6px 0 0 0;color:#606266;text-align:justify}.el-notification__content p{margin:0}.el-notification__icon{height:24px;width:24px;font-size:24px}.el-notification__closeBtn{position:absolute;top:18px;right:15px;cursor:pointer;color:#909399;font-size:16px}.el-notification__closeBtn:hover{color:#606266}.el-notification .el-icon-success{color:#67c23a}.el-notification .el-icon-error{color:#f56c6c}.el-notification .el-icon-info{color:#909399}.el-notification .el-icon-warning{color:#e6a23c}.el-notification-fade-enter.right{right:0;-webkit-transform:translateX(100%);transform:translateX(100%)}.el-notification-fade-enter.left{left:0;-webkit-transform:translateX(-100%);transform:translateX(-100%)}.el-notification-fade-leave-active{opacity:0}.el-input-number{position:relative;display:inline-block;width:180px;line-height:38px}.el-input-number .el-input{display:block}.el-input-number .el-input__inner{-webkit-appearance:none;padding-left:50px;padding-right:50px;text-align:center}.el-input-number__decrease,.el-input-number__increase{position:absolute;z-index:1;top:1px;width:40px;height:auto;text-align:center;background:#f5f7fa;color:#606266;cursor:pointer;font-size:13px}.el-input-number__decrease:hover,.el-input-number__increase:hover{color:#00c292}.el-input-number__decrease:hover:not(.is-disabled)~.el-input .el-input__inner:not(.is-disabled),.el-input-number__increase:hover:not(.is-disabled)~.el-input .el-input__inner:not(.is-disabled){border-color:#00c292}.el-input-number__decrease.is-disabled,.el-input-number__increase.is-disabled{color:#c0c4cc;cursor:not-allowed}.el-input-number__increase{right:1px;border-radius:0 4px 4px 0;border-left:1px solid #dcdfe6}.el-input-number__decrease{left:1px;border-radius:4px 0 0 4px;border-right:1px solid #dcdfe6}.el-input-number.is-disabled .el-input-number__decrease,.el-input-number.is-disabled .el-input-number__increase{border-color:#e4e7ed;color:#e4e7ed}.el-input-number.is-disabled .el-input-number__decrease:hover,.el-input-number.is-disabled .el-input-number__increase:hover{color:#e4e7ed;cursor:not-allowed}.el-input-number--medium{width:200px;line-height:34px}.el-input-number--medium .el-input-number__decrease,.el-input-number--medium .el-input-number__increase{width:36px;font-size:14px}.el-input-number--medium .el-input__inner{padding-left:43px;padding-right:43px}.el-input-number--small{width:130px;line-height:30px}.el-input-number--small .el-input-number__decrease,.el-input-number--small .el-input-number__increase{width:32px;font-size:13px}.el-input-number--small .el-input-number__decrease [class*=el-icon],.el-input-number--small .el-input-number__increase [class*=el-icon]{-webkit-transform:scale(.9);transform:scale(.9)}.el-input-number--small .el-input__inner{padding-left:39px;padding-right:39px}.el-input-number--mini{width:130px;line-height:26px}.el-input-number--mini .el-input-number__decrease,.el-input-number--mini .el-input-number__increase{width:28px;font-size:12px}.el-input-number--mini .el-input-number__decrease [class*=el-icon],.el-input-number--mini .el-input-number__increase [class*=el-icon]{-webkit-transform:scale(.8);transform:scale(.8)}.el-input-number--mini .el-input__inner{padding-left:35px;padding-right:35px}.el-input-number.is-without-controls .el-input__inner{padding-left:15px;padding-right:15px}.el-input-number.is-controls-right .el-input__inner{padding-left:15px;padding-right:50px}.el-input-number.is-controls-right .el-input-number__decrease,.el-input-number.is-controls-right .el-input-number__increase{height:auto;line-height:19px}.el-input-number.is-controls-right .el-input-number__decrease [class*=el-icon],.el-input-number.is-controls-right .el-input-number__increase [class*=el-icon]{-webkit-transform:scale(.8);transform:scale(.8)}.el-input-number.is-controls-right .el-input-number__increase{border-radius:0 4px 0 0;border-bottom:1px solid #dcdfe6}.el-input-number.is-controls-right .el-input-number__decrease{right:1px;bottom:1px;top:auto;left:auto;border-right:none;border-left:1px solid #dcdfe6;border-radius:0 0 4px 0}.el-input-number.is-controls-right[class*=medium] [class*=decrease],.el-input-number.is-controls-right[class*=medium] [class*=increase]{line-height:17px}.el-input-number.is-controls-right[class*=small] [class*=decrease],.el-input-number.is-controls-right[class*=small] [class*=increase]{line-height:15px}.el-input-number.is-controls-right[class*=mini] [class*=decrease],.el-input-number.is-controls-right[class*=mini] [class*=increase]{line-height:13px}.el-tooltip:focus:hover,.el-tooltip:focus:not(.focusing){outline-width:0}.el-tooltip__popper{position:absolute;border-radius:4px;padding:10px;z-index:2000;font-size:12px;line-height:1.2;min-width:10px;word-wrap:break-word}.el-tooltip__popper .popper__arrow,.el-tooltip__popper .popper__arrow:after{position:absolute;display:block;width:0;height:0;border-color:transparent;border-style:solid}.el-tooltip__popper .popper__arrow{border-width:6px}.el-tooltip__popper .popper__arrow:after{content:" ";border-width:5px}.el-tooltip__popper[x-placement^=top]{margin-bottom:12px}.el-tooltip__popper[x-placement^=top] .popper__arrow{bottom:-6px;border-top-color:#303133;border-bottom-width:0}.el-tooltip__popper[x-placement^=top] .popper__arrow:after{bottom:1px;margin-left:-5px;border-top-color:#303133;border-bottom-width:0}.el-tooltip__popper[x-placement^=bottom]{margin-top:12px}.el-tooltip__popper[x-placement^=bottom] .popper__arrow{top:-6px;border-top-width:0;border-bottom-color:#303133}.el-tooltip__popper[x-placement^=bottom] .popper__arrow:after{top:1px;margin-left:-5px;border-top-width:0;border-bottom-color:#303133}.el-tooltip__popper[x-placement^=right]{margin-left:12px}.el-tooltip__popper[x-placement^=right] .popper__arrow{left:-6px;border-right-color:#303133;border-left-width:0}.el-tooltip__popper[x-placement^=right] .popper__arrow:after{bottom:-5px;left:1px;border-right-color:#303133;border-left-width:0}.el-tooltip__popper[x-placement^=left]{margin-right:12px}.el-tooltip__popper[x-placement^=left] .popper__arrow{right:-6px;border-right-width:0;border-left-color:#303133}.el-tooltip__popper[x-placement^=left] .popper__arrow:after{right:1px;bottom:-5px;margin-left:-5px;border-right-width:0;border-left-color:#303133}.el-tooltip__popper.is-dark{background:#303133;color:#fff}.el-tooltip__popper.is-light{background:#fff;border:1px solid #303133}.el-tooltip__popper.is-light[x-placement^=top] .popper__arrow{border-top-color:#303133}.el-tooltip__popper.is-light[x-placement^=top] .popper__arrow:after{border-top-color:#fff}.el-tooltip__popper.is-light[x-placement^=bottom] .popper__arrow{border-bottom-color:#303133}.el-tooltip__popper.is-light[x-placement^=bottom] .popper__arrow:after{border-bottom-color:#fff}.el-tooltip__popper.is-light[x-placement^=left] .popper__arrow{border-left-color:#303133}.el-tooltip__popper.is-light[x-placement^=left] .popper__arrow:after{border-left-color:#fff}.el-tooltip__popper.is-light[x-placement^=right] .popper__arrow{border-right-color:#303133}.el-tooltip__popper.is-light[x-placement^=right] .popper__arrow:after{border-right-color:#fff}.el-slider:after,.el-slider:before{display:table;content:""}.el-slider:after{clear:both}.el-slider__runway{width:100%;height:6px;margin:16px 0;background-color:#e4e7ed;border-radius:3px;position:relative;cursor:pointer;vertical-align:middle}.el-slider__runway.show-input{margin-right:160px;width:auto}.el-slider__runway.disabled{cursor:default}.el-slider__runway.disabled .el-slider__bar{background-color:#c0c4cc}.el-slider__runway.disabled .el-slider__button{border-color:#c0c4cc}.el-slider__runway.disabled .el-slider__button-wrapper.dragging,.el-slider__runway.disabled .el-slider__button-wrapper.hover,.el-slider__runway.disabled .el-slider__button-wrapper:hover{cursor:not-allowed}.el-slider__runway.disabled .el-slider__button.dragging,.el-slider__runway.disabled .el-slider__button.hover,.el-slider__runway.disabled .el-slider__button:hover{-webkit-transform:scale(1);transform:scale(1)}.el-slider__runway.disabled .el-slider__button.dragging,.el-slider__runway.disabled .el-slider__button.hover,.el-slider__runway.disabled .el-slider__button:hover{cursor:not-allowed}.el-slider__input{float:right;margin-top:3px;width:130px}.el-slider__input.el-input-number--mini{margin-top:5px}.el-slider__input.el-input-number--medium{margin-top:0}.el-slider__input.el-input-number--large{margin-top:-2px}.el-slider__bar{height:6px;background-color:#00c292;border-top-left-radius:3px;border-bottom-left-radius:3px;position:absolute}.el-slider__button-wrapper{height:36px;width:36px;position:absolute;z-index:1001;top:-15px;-webkit-transform:translateX(-50%);transform:translateX(-50%);background-color:transparent;text-align:center;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;line-height:normal}.el-slider__button-wrapper:after{content:"";height:100%}.el-slider__button-wrapper .el-tooltip,.el-slider__button-wrapper:after{display:inline-block;vertical-align:middle}.el-slider__button-wrapper.hover,.el-slider__button-wrapper:hover{cursor:-webkit-grab;cursor:grab}.el-slider__button-wrapper.dragging{cursor:-webkit-grabbing;cursor:grabbing}.el-slider__button{width:16px;height:16px;border:2px solid #00c292;background-color:#fff;border-radius:50%;-webkit-transition:.2s;transition:.2s;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.el-slider__button.dragging,.el-slider__button.hover,.el-slider__button:hover{-webkit-transform:scale(1.2);transform:scale(1.2)}.el-slider__button.hover,.el-slider__button:hover{cursor:-webkit-grab;cursor:grab}.el-slider__button.dragging{cursor:-webkit-grabbing;cursor:grabbing}.el-slider__stop{position:absolute;height:6px;width:6px;border-radius:100%;background-color:#fff;-webkit-transform:translateX(-50%);transform:translateX(-50%)}.el-slider__marks{top:0;left:12px;width:18px;height:100%}.el-slider__marks-text{position:absolute;-webkit-transform:translateX(-50%);transform:translateX(-50%);font-size:14px;color:#909399;margin-top:15px}.el-slider.is-vertical{position:relative}.el-slider.is-vertical .el-slider__runway{width:6px;height:100%;margin:0 16px}.el-slider.is-vertical .el-slider__bar{width:6px;height:auto;border-radius:0 0 3px 3px}.el-slider.is-vertical .el-slider__button-wrapper{top:auto;left:-15px}.el-slider.is-vertical .el-slider__button-wrapper,.el-slider.is-vertical .el-slider__stop{-webkit-transform:translateY(50%);transform:translateY(50%)}.el-slider.is-vertical.el-slider--with-input{padding-bottom:58px}.el-slider.is-vertical.el-slider--with-input .el-slider__input{overflow:visible;float:none;position:absolute;bottom:22px;width:36px;margin-top:15px}.el-slider.is-vertical.el-slider--with-input .el-slider__input .el-input__inner{text-align:center;padding-left:5px;padding-right:5px}.el-slider.is-vertical.el-slider--with-input .el-slider__input .el-input-number__decrease,.el-slider.is-vertical.el-slider--with-input .el-slider__input .el-input-number__increase{top:32px;margin-top:-1px;border:1px solid #dcdfe6;line-height:20px;-webkit-box-sizing:border-box;box-sizing:border-box;-webkit-transition:border-color .2s cubic-bezier(.645,.045,.355,1);transition:border-color .2s cubic-bezier(.645,.045,.355,1)}.el-slider.is-vertical.el-slider--with-input .el-slider__input .el-input-number__decrease{width:18px;right:18px;border-bottom-left-radius:4px}.el-slider.is-vertical.el-slider--with-input .el-slider__input .el-input-number__increase{width:19px;border-bottom-right-radius:4px}.el-slider.is-vertical.el-slider--with-input .el-slider__input .el-input-number__increase~.el-input .el-input__inner{border-bottom-left-radius:0;border-bottom-right-radius:0}.el-slider.is-vertical.el-slider--with-input .el-slider__input:hover .el-input-number__decrease,.el-slider.is-vertical.el-slider--with-input .el-slider__input:hover .el-input-number__increase{border-color:#c0c4cc}.el-slider.is-vertical.el-slider--with-input .el-slider__input:active .el-input-number__decrease,.el-slider.is-vertical.el-slider--with-input .el-slider__input:active .el-input-number__increase{border-color:#00c292}.el-slider.is-vertical .el-slider__marks-text{margin-top:0;left:15px;-webkit-transform:translateY(50%);transform:translateY(50%)}.el-loading-parent--relative{position:relative!important}.el-loading-parent--hidden{overflow:hidden!important}.el-loading-mask{position:absolute;z-index:2000;background-color:hsla(0,0%,100%,.9);margin:0;top:0;right:0;bottom:0;left:0;-webkit-transition:opacity .3s;transition:opacity .3s}.el-loading-mask.is-fullscreen{position:fixed}.el-loading-mask.is-fullscreen .el-loading-spinner{margin-top:-25px}.el-loading-mask.is-fullscreen .el-loading-spinner .circular{height:50px;width:50px}.el-loading-spinner{top:50%;margin-top:-21px;width:100%;text-align:center;position:absolute}.el-loading-spinner .el-loading-text{color:#00c292;margin:3px 0;font-size:14px}.el-loading-spinner .circular{height:42px;width:42px;-webkit-animation:loading-rotate 2s linear infinite;animation:loading-rotate 2s linear infinite}.el-loading-spinner .path{-webkit-animation:loading-dash 1.5s ease-in-out infinite;animation:loading-dash 1.5s ease-in-out infinite;stroke-dasharray:90,150;stroke-dashoffset:0;stroke-width:2;stroke:#00c292;stroke-linecap:round}.el-loading-spinner i{color:#00c292}.el-loading-fade-enter,.el-loading-fade-leave-active{opacity:0}@-webkit-keyframes loading-rotate{to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes loading-rotate{to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@-webkit-keyframes loading-dash{0%{stroke-dasharray:1,200;stroke-dashoffset:0}50%{stroke-dasharray:90,150;stroke-dashoffset:-40px}to{stroke-dasharray:90,150;stroke-dashoffset:-120px}}@keyframes loading-dash{0%{stroke-dasharray:1,200;stroke-dashoffset:0}50%{stroke-dasharray:90,150;stroke-dashoffset:-40px}to{stroke-dasharray:90,150;stroke-dashoffset:-120px}}.el-row{position:relative;-webkit-box-sizing:border-box;box-sizing:border-box}.el-row:after,.el-row:before{display:table;content:""}.el-row:after{clear:both}.el-row--flex{display:-webkit-box;display:-ms-flexbox;display:flex}.el-row--flex:after,.el-row--flex:before{display:none}.el-row--flex.is-justify-center{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.el-row--flex.is-justify-end{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.el-row--flex.is-justify-space-between{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.el-row--flex.is-justify-space-around{-ms-flex-pack:distribute;justify-content:space-around}.el-row--flex.is-align-top{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.el-row--flex.is-align-middle{-webkit-box-align:center;-ms-flex-align:center;align-items:center}.el-row--flex.is-align-bottom{-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end}[class*=el-col-]{float:left;-webkit-box-sizing:border-box;box-sizing:border-box}.el-col-0{display:none;width:0}.el-col-offset-0{margin-left:0}.el-col-pull-0{position:relative;right:0}.el-col-push-0{position:relative;left:0}.el-col-1{width:4.16667%}.el-col-offset-1{margin-left:4.16667%}.el-col-pull-1{position:relative;right:4.16667%}.el-col-push-1{position:relative;left:4.16667%}.el-col-2{width:8.33333%}.el-col-offset-2{margin-left:8.33333%}.el-col-pull-2{position:relative;right:8.33333%}.el-col-push-2{position:relative;left:8.33333%}.el-col-3{width:12.5%}.el-col-offset-3{margin-left:12.5%}.el-col-pull-3{position:relative;right:12.5%}.el-col-push-3{position:relative;left:12.5%}.el-col-4{width:16.66667%}.el-col-offset-4{margin-left:16.66667%}.el-col-pull-4{position:relative;right:16.66667%}.el-col-push-4{position:relative;left:16.66667%}.el-col-5{width:20.83333%}.el-col-offset-5{margin-left:20.83333%}.el-col-pull-5{position:relative;right:20.83333%}.el-col-push-5{position:relative;left:20.83333%}.el-col-6{width:25%}.el-col-offset-6{margin-left:25%}.el-col-pull-6{position:relative;right:25%}.el-col-push-6{position:relative;left:25%}.el-col-7{width:29.16667%}.el-col-offset-7{margin-left:29.16667%}.el-col-pull-7{position:relative;right:29.16667%}.el-col-push-7{position:relative;left:29.16667%}.el-col-8{width:33.33333%}.el-col-offset-8{margin-left:33.33333%}.el-col-pull-8{position:relative;right:33.33333%}.el-col-push-8{position:relative;left:33.33333%}.el-col-9{width:37.5%}.el-col-offset-9{margin-left:37.5%}.el-col-pull-9{position:relative;right:37.5%}.el-col-push-9{position:relative;left:37.5%}.el-col-10{width:41.66667%}.el-col-offset-10{margin-left:41.66667%}.el-col-pull-10{position:relative;right:41.66667%}.el-col-push-10{position:relative;left:41.66667%}.el-col-11{width:45.83333%}.el-col-offset-11{margin-left:45.83333%}.el-col-pull-11{position:relative;right:45.83333%}.el-col-push-11{position:relative;left:45.83333%}.el-col-12{width:50%}.el-col-offset-12{margin-left:50%}.el-col-pull-12{position:relative;right:50%}.el-col-push-12{position:relative;left:50%}.el-col-13{width:54.16667%}.el-col-offset-13{margin-left:54.16667%}.el-col-pull-13{position:relative;right:54.16667%}.el-col-push-13{position:relative;left:54.16667%}.el-col-14{width:58.33333%}.el-col-offset-14{margin-left:58.33333%}.el-col-pull-14{position:relative;right:58.33333%}.el-col-push-14{position:relative;left:58.33333%}.el-col-15{width:62.5%}.el-col-offset-15{margin-left:62.5%}.el-col-pull-15{position:relative;right:62.5%}.el-col-push-15{position:relative;left:62.5%}.el-col-16{width:66.66667%}.el-col-offset-16{margin-left:66.66667%}.el-col-pull-16{position:relative;right:66.66667%}.el-col-push-16{position:relative;left:66.66667%}.el-col-17{width:70.83333%}.el-col-offset-17{margin-left:70.83333%}.el-col-pull-17{position:relative;right:70.83333%}.el-col-push-17{position:relative;left:70.83333%}.el-col-18{width:75%}.el-col-offset-18{margin-left:75%}.el-col-pull-18{position:relative;right:75%}.el-col-push-18{position:relative;left:75%}.el-col-19{width:79.16667%}.el-col-offset-19{margin-left:79.16667%}.el-col-pull-19{position:relative;right:79.16667%}.el-col-push-19{position:relative;left:79.16667%}.el-col-20{width:83.33333%}.el-col-offset-20{margin-left:83.33333%}.el-col-pull-20{position:relative;right:83.33333%}.el-col-push-20{position:relative;left:83.33333%}.el-col-21{width:87.5%}.el-col-offset-21{margin-left:87.5%}.el-col-pull-21{position:relative;right:87.5%}.el-col-push-21{position:relative;left:87.5%}.el-col-22{width:91.66667%}.el-col-offset-22{margin-left:91.66667%}.el-col-pull-22{position:relative;right:91.66667%}.el-col-push-22{position:relative;left:91.66667%}.el-col-23{width:95.83333%}.el-col-offset-23{margin-left:95.83333%}.el-col-pull-23{position:relative;right:95.83333%}.el-col-push-23{position:relative;left:95.83333%}.el-col-24{width:100%}.el-col-offset-24{margin-left:100%}.el-col-pull-24{position:relative;right:100%}.el-col-push-24{position:relative;left:100%}@media only screen and (max-width:767px){.el-col-xs-0{display:none;width:0}.el-col-xs-offset-0{margin-left:0}.el-col-xs-pull-0{position:relative;right:0}.el-col-xs-push-0{position:relative;left:0}.el-col-xs-1{width:4.16667%}.el-col-xs-offset-1{margin-left:4.16667%}.el-col-xs-pull-1{position:relative;right:4.16667%}.el-col-xs-push-1{position:relative;left:4.16667%}.el-col-xs-2{width:8.33333%}.el-col-xs-offset-2{margin-left:8.33333%}.el-col-xs-pull-2{position:relative;right:8.33333%}.el-col-xs-push-2{position:relative;left:8.33333%}.el-col-xs-3{width:12.5%}.el-col-xs-offset-3{margin-left:12.5%}.el-col-xs-pull-3{position:relative;right:12.5%}.el-col-xs-push-3{position:relative;left:12.5%}.el-col-xs-4{width:16.66667%}.el-col-xs-offset-4{margin-left:16.66667%}.el-col-xs-pull-4{position:relative;right:16.66667%}.el-col-xs-push-4{position:relative;left:16.66667%}.el-col-xs-5{width:20.83333%}.el-col-xs-offset-5{margin-left:20.83333%}.el-col-xs-pull-5{position:relative;right:20.83333%}.el-col-xs-push-5{position:relative;left:20.83333%}.el-col-xs-6{width:25%}.el-col-xs-offset-6{margin-left:25%}.el-col-xs-pull-6{position:relative;right:25%}.el-col-xs-push-6{position:relative;left:25%}.el-col-xs-7{width:29.16667%}.el-col-xs-offset-7{margin-left:29.16667%}.el-col-xs-pull-7{position:relative;right:29.16667%}.el-col-xs-push-7{position:relative;left:29.16667%}.el-col-xs-8{width:33.33333%}.el-col-xs-offset-8{margin-left:33.33333%}.el-col-xs-pull-8{position:relative;right:33.33333%}.el-col-xs-push-8{position:relative;left:33.33333%}.el-col-xs-9{width:37.5%}.el-col-xs-offset-9{margin-left:37.5%}.el-col-xs-pull-9{position:relative;right:37.5%}.el-col-xs-push-9{position:relative;left:37.5%}.el-col-xs-10{width:41.66667%}.el-col-xs-offset-10{margin-left:41.66667%}.el-col-xs-pull-10{position:relative;right:41.66667%}.el-col-xs-push-10{position:relative;left:41.66667%}.el-col-xs-11{width:45.83333%}.el-col-xs-offset-11{margin-left:45.83333%}.el-col-xs-pull-11{position:relative;right:45.83333%}.el-col-xs-push-11{position:relative;left:45.83333%}.el-col-xs-12{width:50%}.el-col-xs-offset-12{margin-left:50%}.el-col-xs-pull-12{position:relative;right:50%}.el-col-xs-push-12{position:relative;left:50%}.el-col-xs-13{width:54.16667%}.el-col-xs-offset-13{margin-left:54.16667%}.el-col-xs-pull-13{position:relative;right:54.16667%}.el-col-xs-push-13{position:relative;left:54.16667%}.el-col-xs-14{width:58.33333%}.el-col-xs-offset-14{margin-left:58.33333%}.el-col-xs-pull-14{position:relative;right:58.33333%}.el-col-xs-push-14{position:relative;left:58.33333%}.el-col-xs-15{width:62.5%}.el-col-xs-offset-15{margin-left:62.5%}.el-col-xs-pull-15{position:relative;right:62.5%}.el-col-xs-push-15{position:relative;left:62.5%}.el-col-xs-16{width:66.66667%}.el-col-xs-offset-16{margin-left:66.66667%}.el-col-xs-pull-16{position:relative;right:66.66667%}.el-col-xs-push-16{position:relative;left:66.66667%}.el-col-xs-17{width:70.83333%}.el-col-xs-offset-17{margin-left:70.83333%}.el-col-xs-pull-17{position:relative;right:70.83333%}.el-col-xs-push-17{position:relative;left:70.83333%}.el-col-xs-18{width:75%}.el-col-xs-offset-18{margin-left:75%}.el-col-xs-pull-18{position:relative;right:75%}.el-col-xs-push-18{position:relative;left:75%}.el-col-xs-19{width:79.16667%}.el-col-xs-offset-19{margin-left:79.16667%}.el-col-xs-pull-19{position:relative;right:79.16667%}.el-col-xs-push-19{position:relative;left:79.16667%}.el-col-xs-20{width:83.33333%}.el-col-xs-offset-20{margin-left:83.33333%}.el-col-xs-pull-20{position:relative;right:83.33333%}.el-col-xs-push-20{position:relative;left:83.33333%}.el-col-xs-21{width:87.5%}.el-col-xs-offset-21{margin-left:87.5%}.el-col-xs-pull-21{position:relative;right:87.5%}.el-col-xs-push-21{position:relative;left:87.5%}.el-col-xs-22{width:91.66667%}.el-col-xs-offset-22{margin-left:91.66667%}.el-col-xs-pull-22{position:relative;right:91.66667%}.el-col-xs-push-22{position:relative;left:91.66667%}.el-col-xs-23{width:95.83333%}.el-col-xs-offset-23{margin-left:95.83333%}.el-col-xs-pull-23{position:relative;right:95.83333%}.el-col-xs-push-23{position:relative;left:95.83333%}.el-col-xs-24{width:100%}.el-col-xs-offset-24{margin-left:100%}.el-col-xs-pull-24{position:relative;right:100%}.el-col-xs-push-24{position:relative;left:100%}}@media only screen and (min-width:768px){.el-col-sm-0{display:none;width:0}.el-col-sm-offset-0{margin-left:0}.el-col-sm-pull-0{position:relative;right:0}.el-col-sm-push-0{position:relative;left:0}.el-col-sm-1{width:4.16667%}.el-col-sm-offset-1{margin-left:4.16667%}.el-col-sm-pull-1{position:relative;right:4.16667%}.el-col-sm-push-1{position:relative;left:4.16667%}.el-col-sm-2{width:8.33333%}.el-col-sm-offset-2{margin-left:8.33333%}.el-col-sm-pull-2{position:relative;right:8.33333%}.el-col-sm-push-2{position:relative;left:8.33333%}.el-col-sm-3{width:12.5%}.el-col-sm-offset-3{margin-left:12.5%}.el-col-sm-pull-3{position:relative;right:12.5%}.el-col-sm-push-3{position:relative;left:12.5%}.el-col-sm-4{width:16.66667%}.el-col-sm-offset-4{margin-left:16.66667%}.el-col-sm-pull-4{position:relative;right:16.66667%}.el-col-sm-push-4{position:relative;left:16.66667%}.el-col-sm-5{width:20.83333%}.el-col-sm-offset-5{margin-left:20.83333%}.el-col-sm-pull-5{position:relative;right:20.83333%}.el-col-sm-push-5{position:relative;left:20.83333%}.el-col-sm-6{width:25%}.el-col-sm-offset-6{margin-left:25%}.el-col-sm-pull-6{position:relative;right:25%}.el-col-sm-push-6{position:relative;left:25%}.el-col-sm-7{width:29.16667%}.el-col-sm-offset-7{margin-left:29.16667%}.el-col-sm-pull-7{position:relative;right:29.16667%}.el-col-sm-push-7{position:relative;left:29.16667%}.el-col-sm-8{width:33.33333%}.el-col-sm-offset-8{margin-left:33.33333%}.el-col-sm-pull-8{position:relative;right:33.33333%}.el-col-sm-push-8{position:relative;left:33.33333%}.el-col-sm-9{width:37.5%}.el-col-sm-offset-9{margin-left:37.5%}.el-col-sm-pull-9{position:relative;right:37.5%}.el-col-sm-push-9{position:relative;left:37.5%}.el-col-sm-10{width:41.66667%}.el-col-sm-offset-10{margin-left:41.66667%}.el-col-sm-pull-10{position:relative;right:41.66667%}.el-col-sm-push-10{position:relative;left:41.66667%}.el-col-sm-11{width:45.83333%}.el-col-sm-offset-11{margin-left:45.83333%}.el-col-sm-pull-11{position:relative;right:45.83333%}.el-col-sm-push-11{position:relative;left:45.83333%}.el-col-sm-12{width:50%}.el-col-sm-offset-12{margin-left:50%}.el-col-sm-pull-12{position:relative;right:50%}.el-col-sm-push-12{position:relative;left:50%}.el-col-sm-13{width:54.16667%}.el-col-sm-offset-13{margin-left:54.16667%}.el-col-sm-pull-13{position:relative;right:54.16667%}.el-col-sm-push-13{position:relative;left:54.16667%}.el-col-sm-14{width:58.33333%}.el-col-sm-offset-14{margin-left:58.33333%}.el-col-sm-pull-14{position:relative;right:58.33333%}.el-col-sm-push-14{position:relative;left:58.33333%}.el-col-sm-15{width:62.5%}.el-col-sm-offset-15{margin-left:62.5%}.el-col-sm-pull-15{position:relative;right:62.5%}.el-col-sm-push-15{position:relative;left:62.5%}.el-col-sm-16{width:66.66667%}.el-col-sm-offset-16{margin-left:66.66667%}.el-col-sm-pull-16{position:relative;right:66.66667%}.el-col-sm-push-16{position:relative;left:66.66667%}.el-col-sm-17{width:70.83333%}.el-col-sm-offset-17{margin-left:70.83333%}.el-col-sm-pull-17{position:relative;right:70.83333%}.el-col-sm-push-17{position:relative;left:70.83333%}.el-col-sm-18{width:75%}.el-col-sm-offset-18{margin-left:75%}.el-col-sm-pull-18{position:relative;right:75%}.el-col-sm-push-18{position:relative;left:75%}.el-col-sm-19{width:79.16667%}.el-col-sm-offset-19{margin-left:79.16667%}.el-col-sm-pull-19{position:relative;right:79.16667%}.el-col-sm-push-19{position:relative;left:79.16667%}.el-col-sm-20{width:83.33333%}.el-col-sm-offset-20{margin-left:83.33333%}.el-col-sm-pull-20{position:relative;right:83.33333%}.el-col-sm-push-20{position:relative;left:83.33333%}.el-col-sm-21{width:87.5%}.el-col-sm-offset-21{margin-left:87.5%}.el-col-sm-pull-21{position:relative;right:87.5%}.el-col-sm-push-21{position:relative;left:87.5%}.el-col-sm-22{width:91.66667%}.el-col-sm-offset-22{margin-left:91.66667%}.el-col-sm-pull-22{position:relative;right:91.66667%}.el-col-sm-push-22{position:relative;left:91.66667%}.el-col-sm-23{width:95.83333%}.el-col-sm-offset-23{margin-left:95.83333%}.el-col-sm-pull-23{position:relative;right:95.83333%}.el-col-sm-push-23{position:relative;left:95.83333%}.el-col-sm-24{width:100%}.el-col-sm-offset-24{margin-left:100%}.el-col-sm-pull-24{position:relative;right:100%}.el-col-sm-push-24{position:relative;left:100%}}@media only screen and (min-width:992px){.el-col-md-0{display:none;width:0}.el-col-md-offset-0{margin-left:0}.el-col-md-pull-0{position:relative;right:0}.el-col-md-push-0{position:relative;left:0}.el-col-md-1{width:4.16667%}.el-col-md-offset-1{margin-left:4.16667%}.el-col-md-pull-1{position:relative;right:4.16667%}.el-col-md-push-1{position:relative;left:4.16667%}.el-col-md-2{width:8.33333%}.el-col-md-offset-2{margin-left:8.33333%}.el-col-md-pull-2{position:relative;right:8.33333%}.el-col-md-push-2{position:relative;left:8.33333%}.el-col-md-3{width:12.5%}.el-col-md-offset-3{margin-left:12.5%}.el-col-md-pull-3{position:relative;right:12.5%}.el-col-md-push-3{position:relative;left:12.5%}.el-col-md-4{width:16.66667%}.el-col-md-offset-4{margin-left:16.66667%}.el-col-md-pull-4{position:relative;right:16.66667%}.el-col-md-push-4{position:relative;left:16.66667%}.el-col-md-5{width:20.83333%}.el-col-md-offset-5{margin-left:20.83333%}.el-col-md-pull-5{position:relative;right:20.83333%}.el-col-md-push-5{position:relative;left:20.83333%}.el-col-md-6{width:25%}.el-col-md-offset-6{margin-left:25%}.el-col-md-pull-6{position:relative;right:25%}.el-col-md-push-6{position:relative;left:25%}.el-col-md-7{width:29.16667%}.el-col-md-offset-7{margin-left:29.16667%}.el-col-md-pull-7{position:relative;right:29.16667%}.el-col-md-push-7{position:relative;left:29.16667%}.el-col-md-8{width:33.33333%}.el-col-md-offset-8{margin-left:33.33333%}.el-col-md-pull-8{position:relative;right:33.33333%}.el-col-md-push-8{position:relative;left:33.33333%}.el-col-md-9{width:37.5%}.el-col-md-offset-9{margin-left:37.5%}.el-col-md-pull-9{position:relative;right:37.5%}.el-col-md-push-9{position:relative;left:37.5%}.el-col-md-10{width:41.66667%}.el-col-md-offset-10{margin-left:41.66667%}.el-col-md-pull-10{position:relative;right:41.66667%}.el-col-md-push-10{position:relative;left:41.66667%}.el-col-md-11{width:45.83333%}.el-col-md-offset-11{margin-left:45.83333%}.el-col-md-pull-11{position:relative;right:45.83333%}.el-col-md-push-11{position:relative;left:45.83333%}.el-col-md-12{width:50%}.el-col-md-offset-12{margin-left:50%}.el-col-md-pull-12{position:relative;right:50%}.el-col-md-push-12{position:relative;left:50%}.el-col-md-13{width:54.16667%}.el-col-md-offset-13{margin-left:54.16667%}.el-col-md-pull-13{position:relative;right:54.16667%}.el-col-md-push-13{position:relative;left:54.16667%}.el-col-md-14{width:58.33333%}.el-col-md-offset-14{margin-left:58.33333%}.el-col-md-pull-14{position:relative;right:58.33333%}.el-col-md-push-14{position:relative;left:58.33333%}.el-col-md-15{width:62.5%}.el-col-md-offset-15{margin-left:62.5%}.el-col-md-pull-15{position:relative;right:62.5%}.el-col-md-push-15{position:relative;left:62.5%}.el-col-md-16{width:66.66667%}.el-col-md-offset-16{margin-left:66.66667%}.el-col-md-pull-16{position:relative;right:66.66667%}.el-col-md-push-16{position:relative;left:66.66667%}.el-col-md-17{width:70.83333%}.el-col-md-offset-17{margin-left:70.83333%}.el-col-md-pull-17{position:relative;right:70.83333%}.el-col-md-push-17{position:relative;left:70.83333%}.el-col-md-18{width:75%}.el-col-md-offset-18{margin-left:75%}.el-col-md-pull-18{position:relative;right:75%}.el-col-md-push-18{position:relative;left:75%}.el-col-md-19{width:79.16667%}.el-col-md-offset-19{margin-left:79.16667%}.el-col-md-pull-19{position:relative;right:79.16667%}.el-col-md-push-19{position:relative;left:79.16667%}.el-col-md-20{width:83.33333%}.el-col-md-offset-20{margin-left:83.33333%}.el-col-md-pull-20{position:relative;right:83.33333%}.el-col-md-push-20{position:relative;left:83.33333%}.el-col-md-21{width:87.5%}.el-col-md-offset-21{margin-left:87.5%}.el-col-md-pull-21{position:relative;right:87.5%}.el-col-md-push-21{position:relative;left:87.5%}.el-col-md-22{width:91.66667%}.el-col-md-offset-22{margin-left:91.66667%}.el-col-md-pull-22{position:relative;right:91.66667%}.el-col-md-push-22{position:relative;left:91.66667%}.el-col-md-23{width:95.83333%}.el-col-md-offset-23{margin-left:95.83333%}.el-col-md-pull-23{position:relative;right:95.83333%}.el-col-md-push-23{position:relative;left:95.83333%}.el-col-md-24{width:100%}.el-col-md-offset-24{margin-left:100%}.el-col-md-pull-24{position:relative;right:100%}.el-col-md-push-24{position:relative;left:100%}}@media only screen and (min-width:1200px){.el-col-lg-0{display:none;width:0}.el-col-lg-offset-0{margin-left:0}.el-col-lg-pull-0{position:relative;right:0}.el-col-lg-push-0{position:relative;left:0}.el-col-lg-1{width:4.16667%}.el-col-lg-offset-1{margin-left:4.16667%}.el-col-lg-pull-1{position:relative;right:4.16667%}.el-col-lg-push-1{position:relative;left:4.16667%}.el-col-lg-2{width:8.33333%}.el-col-lg-offset-2{margin-left:8.33333%}.el-col-lg-pull-2{position:relative;right:8.33333%}.el-col-lg-push-2{position:relative;left:8.33333%}.el-col-lg-3{width:12.5%}.el-col-lg-offset-3{margin-left:12.5%}.el-col-lg-pull-3{position:relative;right:12.5%}.el-col-lg-push-3{position:relative;left:12.5%}.el-col-lg-4{width:16.66667%}.el-col-lg-offset-4{margin-left:16.66667%}.el-col-lg-pull-4{position:relative;right:16.66667%}.el-col-lg-push-4{position:relative;left:16.66667%}.el-col-lg-5{width:20.83333%}.el-col-lg-offset-5{margin-left:20.83333%}.el-col-lg-pull-5{position:relative;right:20.83333%}.el-col-lg-push-5{position:relative;left:20.83333%}.el-col-lg-6{width:25%}.el-col-lg-offset-6{margin-left:25%}.el-col-lg-pull-6{position:relative;right:25%}.el-col-lg-push-6{position:relative;left:25%}.el-col-lg-7{width:29.16667%}.el-col-lg-offset-7{margin-left:29.16667%}.el-col-lg-pull-7{position:relative;right:29.16667%}.el-col-lg-push-7{position:relative;left:29.16667%}.el-col-lg-8{width:33.33333%}.el-col-lg-offset-8{margin-left:33.33333%}.el-col-lg-pull-8{position:relative;right:33.33333%}.el-col-lg-push-8{position:relative;left:33.33333%}.el-col-lg-9{width:37.5%}.el-col-lg-offset-9{margin-left:37.5%}.el-col-lg-pull-9{position:relative;right:37.5%}.el-col-lg-push-9{position:relative;left:37.5%}.el-col-lg-10{width:41.66667%}.el-col-lg-offset-10{margin-left:41.66667%}.el-col-lg-pull-10{position:relative;right:41.66667%}.el-col-lg-push-10{position:relative;left:41.66667%}.el-col-lg-11{width:45.83333%}.el-col-lg-offset-11{margin-left:45.83333%}.el-col-lg-pull-11{position:relative;right:45.83333%}.el-col-lg-push-11{position:relative;left:45.83333%}.el-col-lg-12{width:50%}.el-col-lg-offset-12{margin-left:50%}.el-col-lg-pull-12{position:relative;right:50%}.el-col-lg-push-12{position:relative;left:50%}.el-col-lg-13{width:54.16667%}.el-col-lg-offset-13{margin-left:54.16667%}.el-col-lg-pull-13{position:relative;right:54.16667%}.el-col-lg-push-13{position:relative;left:54.16667%}.el-col-lg-14{width:58.33333%}.el-col-lg-offset-14{margin-left:58.33333%}.el-col-lg-pull-14{position:relative;right:58.33333%}.el-col-lg-push-14{position:relative;left:58.33333%}.el-col-lg-15{width:62.5%}.el-col-lg-offset-15{margin-left:62.5%}.el-col-lg-pull-15{position:relative;right:62.5%}.el-col-lg-push-15{position:relative;left:62.5%}.el-col-lg-16{width:66.66667%}.el-col-lg-offset-16{margin-left:66.66667%}.el-col-lg-pull-16{position:relative;right:66.66667%}.el-col-lg-push-16{position:relative;left:66.66667%}.el-col-lg-17{width:70.83333%}.el-col-lg-offset-17{margin-left:70.83333%}.el-col-lg-pull-17{position:relative;right:70.83333%}.el-col-lg-push-17{position:relative;left:70.83333%}.el-col-lg-18{width:75%}.el-col-lg-offset-18{margin-left:75%}.el-col-lg-pull-18{position:relative;right:75%}.el-col-lg-push-18{position:relative;left:75%}.el-col-lg-19{width:79.16667%}.el-col-lg-offset-19{margin-left:79.16667%}.el-col-lg-pull-19{position:relative;right:79.16667%}.el-col-lg-push-19{position:relative;left:79.16667%}.el-col-lg-20{width:83.33333%}.el-col-lg-offset-20{margin-left:83.33333%}.el-col-lg-pull-20{position:relative;right:83.33333%}.el-col-lg-push-20{position:relative;left:83.33333%}.el-col-lg-21{width:87.5%}.el-col-lg-offset-21{margin-left:87.5%}.el-col-lg-pull-21{position:relative;right:87.5%}.el-col-lg-push-21{position:relative;left:87.5%}.el-col-lg-22{width:91.66667%}.el-col-lg-offset-22{margin-left:91.66667%}.el-col-lg-pull-22{position:relative;right:91.66667%}.el-col-lg-push-22{position:relative;left:91.66667%}.el-col-lg-23{width:95.83333%}.el-col-lg-offset-23{margin-left:95.83333%}.el-col-lg-pull-23{position:relative;right:95.83333%}.el-col-lg-push-23{position:relative;left:95.83333%}.el-col-lg-24{width:100%}.el-col-lg-offset-24{margin-left:100%}.el-col-lg-pull-24{position:relative;right:100%}.el-col-lg-push-24{position:relative;left:100%}}@media only screen and (min-width:1920px){.el-col-xl-0{display:none;width:0}.el-col-xl-offset-0{margin-left:0}.el-col-xl-pull-0{position:relative;right:0}.el-col-xl-push-0{position:relative;left:0}.el-col-xl-1{width:4.16667%}.el-col-xl-offset-1{margin-left:4.16667%}.el-col-xl-pull-1{position:relative;right:4.16667%}.el-col-xl-push-1{position:relative;left:4.16667%}.el-col-xl-2{width:8.33333%}.el-col-xl-offset-2{margin-left:8.33333%}.el-col-xl-pull-2{position:relative;right:8.33333%}.el-col-xl-push-2{position:relative;left:8.33333%}.el-col-xl-3{width:12.5%}.el-col-xl-offset-3{margin-left:12.5%}.el-col-xl-pull-3{position:relative;right:12.5%}.el-col-xl-push-3{position:relative;left:12.5%}.el-col-xl-4{width:16.66667%}.el-col-xl-offset-4{margin-left:16.66667%}.el-col-xl-pull-4{position:relative;right:16.66667%}.el-col-xl-push-4{position:relative;left:16.66667%}.el-col-xl-5{width:20.83333%}.el-col-xl-offset-5{margin-left:20.83333%}.el-col-xl-pull-5{position:relative;right:20.83333%}.el-col-xl-push-5{position:relative;left:20.83333%}.el-col-xl-6{width:25%}.el-col-xl-offset-6{margin-left:25%}.el-col-xl-pull-6{position:relative;right:25%}.el-col-xl-push-6{position:relative;left:25%}.el-col-xl-7{width:29.16667%}.el-col-xl-offset-7{margin-left:29.16667%}.el-col-xl-pull-7{position:relative;right:29.16667%}.el-col-xl-push-7{position:relative;left:29.16667%}.el-col-xl-8{width:33.33333%}.el-col-xl-offset-8{margin-left:33.33333%}.el-col-xl-pull-8{position:relative;right:33.33333%}.el-col-xl-push-8{position:relative;left:33.33333%}.el-col-xl-9{width:37.5%}.el-col-xl-offset-9{margin-left:37.5%}.el-col-xl-pull-9{position:relative;right:37.5%}.el-col-xl-push-9{position:relative;left:37.5%}.el-col-xl-10{width:41.66667%}.el-col-xl-offset-10{margin-left:41.66667%}.el-col-xl-pull-10{position:relative;right:41.66667%}.el-col-xl-push-10{position:relative;left:41.66667%}.el-col-xl-11{width:45.83333%}.el-col-xl-offset-11{margin-left:45.83333%}.el-col-xl-pull-11{position:relative;right:45.83333%}.el-col-xl-push-11{position:relative;left:45.83333%}.el-col-xl-12{width:50%}.el-col-xl-offset-12{margin-left:50%}.el-col-xl-pull-12{position:relative;right:50%}.el-col-xl-push-12{position:relative;left:50%}.el-col-xl-13{width:54.16667%}.el-col-xl-offset-13{margin-left:54.16667%}.el-col-xl-pull-13{position:relative;right:54.16667%}.el-col-xl-push-13{position:relative;left:54.16667%}.el-col-xl-14{width:58.33333%}.el-col-xl-offset-14{margin-left:58.33333%}.el-col-xl-pull-14{position:relative;right:58.33333%}.el-col-xl-push-14{position:relative;left:58.33333%}.el-col-xl-15{width:62.5%}.el-col-xl-offset-15{margin-left:62.5%}.el-col-xl-pull-15{position:relative;right:62.5%}.el-col-xl-push-15{position:relative;left:62.5%}.el-col-xl-16{width:66.66667%}.el-col-xl-offset-16{margin-left:66.66667%}.el-col-xl-pull-16{position:relative;right:66.66667%}.el-col-xl-push-16{position:relative;left:66.66667%}.el-col-xl-17{width:70.83333%}.el-col-xl-offset-17{margin-left:70.83333%}.el-col-xl-pull-17{position:relative;right:70.83333%}.el-col-xl-push-17{position:relative;left:70.83333%}.el-col-xl-18{width:75%}.el-col-xl-offset-18{margin-left:75%}.el-col-xl-pull-18{position:relative;right:75%}.el-col-xl-push-18{position:relative;left:75%}.el-col-xl-19{width:79.16667%}.el-col-xl-offset-19{margin-left:79.16667%}.el-col-xl-pull-19{position:relative;right:79.16667%}.el-col-xl-push-19{position:relative;left:79.16667%}.el-col-xl-20{width:83.33333%}.el-col-xl-offset-20{margin-left:83.33333%}.el-col-xl-pull-20{position:relative;right:83.33333%}.el-col-xl-push-20{position:relative;left:83.33333%}.el-col-xl-21{width:87.5%}.el-col-xl-offset-21{margin-left:87.5%}.el-col-xl-pull-21{position:relative;right:87.5%}.el-col-xl-push-21{position:relative;left:87.5%}.el-col-xl-22{width:91.66667%}.el-col-xl-offset-22{margin-left:91.66667%}.el-col-xl-pull-22{position:relative;right:91.66667%}.el-col-xl-push-22{position:relative;left:91.66667%}.el-col-xl-23{width:95.83333%}.el-col-xl-offset-23{margin-left:95.83333%}.el-col-xl-pull-23{position:relative;right:95.83333%}.el-col-xl-push-23{position:relative;left:95.83333%}.el-col-xl-24{width:100%}.el-col-xl-offset-24{margin-left:100%}.el-col-xl-pull-24{position:relative;right:100%}.el-col-xl-push-24{position:relative;left:100%}}@-webkit-keyframes progress{0%{background-position:0 0}to{background-position:32px 0}}.el-upload{display:inline-block;text-align:center;cursor:pointer;outline:none}.el-upload__input{display:none}.el-upload__tip{font-size:12px;color:#606266;margin-top:7px}.el-upload iframe{position:absolute;z-index:-1;top:0;left:0;opacity:0;filter:alpha(opacity=0)}.el-upload--picture-card{background-color:#fbfdff;border:1px dashed #c0ccda;border-radius:6px;-webkit-box-sizing:border-box;box-sizing:border-box;width:148px;height:148px;cursor:pointer;line-height:146px;vertical-align:top}.el-upload--picture-card i{font-size:28px;color:#8c939d}.el-upload--picture-card:hover,.el-upload:focus{border-color:#00c292;color:#00c292}.el-upload:focus .el-upload-dragger{border-color:#00c292}.el-upload-dragger{background-color:#fff;border:1px dashed #d9d9d9;border-radius:6px;-webkit-box-sizing:border-box;box-sizing:border-box;width:360px;height:180px;text-align:center;cursor:pointer;position:relative;overflow:hidden}.el-upload-dragger .el-icon-upload{font-size:67px;color:#c0c4cc;margin:40px 0 16px;line-height:50px}.el-upload-dragger+.el-upload__tip{text-align:center}.el-upload-dragger~.el-upload__files{border-top:1px solid #dcdfe6;margin-top:7px;padding-top:5px}.el-upload-dragger .el-upload__text{color:#606266;font-size:14px;text-align:center}.el-upload-dragger .el-upload__text em{color:#00c292;font-style:normal}.el-upload-dragger:hover{border-color:#00c292}.el-upload-dragger.is-dragover{background-color:rgba(32,159,255,.06);border:2px dashed #00c292}.el-upload-list{margin:0;padding:0;list-style:none}.el-upload-list__item{-webkit-transition:all .5s cubic-bezier(.55,0,.1,1);transition:all .5s cubic-bezier(.55,0,.1,1);font-size:14px;color:#606266;line-height:1.8;margin-top:5px;position:relative;-webkit-box-sizing:border-box;box-sizing:border-box;border-radius:4px;width:100%}.el-upload-list__item .el-progress{position:absolute;top:20px;width:100%}.el-upload-list__item .el-progress__text{position:absolute;right:0;top:-13px}.el-upload-list__item .el-progress-bar{margin-right:0;padding-right:0}.el-upload-list__item:first-child{margin-top:10px}.el-upload-list__item .el-icon-upload-success{color:#67c23a}.el-upload-list__item .el-icon-close{display:none;position:absolute;top:5px;right:5px;cursor:pointer;opacity:.75;color:#606266}.el-upload-list__item .el-icon-close:hover{opacity:1}.el-upload-list__item .el-icon-close-tip{display:none;position:absolute;top:5px;right:5px;font-size:12px;cursor:pointer;opacity:1;color:#00c292}.el-upload-list__item:hover{background-color:#f5f7fa}.el-upload-list__item:hover .el-icon-close{display:inline-block}.el-upload-list__item:hover .el-progress__text{display:none}.el-upload-list__item.is-success .el-upload-list__item-status-label{display:block}.el-upload-list__item.is-success .el-upload-list__item-name:focus,.el-upload-list__item.is-success .el-upload-list__item-name:hover{color:#00c292;cursor:pointer}.el-upload-list__item.is-success:focus:not(:hover) .el-icon-close-tip{display:inline-block}.el-upload-list__item.is-success:active,.el-upload-list__item.is-success:not(.focusing):focus{outline-width:0}.el-upload-list__item.is-success:active .el-icon-close-tip,.el-upload-list__item.is-success:focus .el-upload-list__item-status-label,.el-upload-list__item.is-success:hover .el-upload-list__item-status-label,.el-upload-list__item.is-success:not(.focusing):focus .el-icon-close-tip{display:none}.el-upload-list.is-disabled .el-upload-list__item:hover .el-upload-list__item-status-label{display:block}.el-upload-list__item-name{color:#606266;display:block;margin-right:40px;overflow:hidden;padding-left:4px;text-overflow:ellipsis;-webkit-transition:color .3s;transition:color .3s;white-space:nowrap}.el-upload-list__item-name [class^=el-icon]{height:100%;margin-right:7px;color:#909399;line-height:inherit}.el-upload-list__item-status-label{position:absolute;right:5px;top:0;line-height:inherit;display:none}.el-upload-list__item-delete{position:absolute;right:10px;top:0;font-size:12px;color:#606266;display:none}.el-upload-list__item-delete:hover{color:#00c292}.el-upload-list--picture-card{margin:0;display:inline;vertical-align:top}.el-upload-list--picture-card .el-upload-list__item{overflow:hidden;background-color:#fff;border:1px solid #c0ccda;border-radius:6px;-webkit-box-sizing:border-box;box-sizing:border-box;width:148px;height:148px;margin:0 8px 8px 0;display:inline-block}.el-upload-list--picture-card .el-upload-list__item .el-icon-check,.el-upload-list--picture-card .el-upload-list__item .el-icon-circle-check{color:#fff}.el-upload-list--picture-card .el-upload-list__item .el-icon-close,.el-upload-list--picture-card .el-upload-list__item:hover .el-upload-list__item-status-label{display:none}.el-upload-list--picture-card .el-upload-list__item:hover .el-progress__text{display:block}.el-upload-list--picture-card .el-upload-list__item-name{display:none}.el-upload-list--picture-card .el-upload-list__item-thumbnail{width:100%;height:100%}.el-upload-list--picture-card .el-upload-list__item-status-label{position:absolute;right:-15px;top:-6px;width:40px;height:24px;background:#13ce66;text-align:center;-webkit-transform:rotate(45deg);transform:rotate(45deg);-webkit-box-shadow:0 0 1pc 1px rgba(0,0,0,.2);box-shadow:0 0 1pc 1px rgba(0,0,0,.2)}.el-upload-list--picture-card .el-upload-list__item-status-label i{font-size:12px;margin-top:11px;-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}.el-upload-list--picture-card .el-upload-list__item-actions{position:absolute;width:100%;height:100%;left:0;top:0;cursor:default;text-align:center;color:#fff;opacity:0;font-size:20px;background-color:rgba(0,0,0,.5);-webkit-transition:opacity .3s;transition:opacity .3s}.el-upload-list--picture-card .el-upload-list__item-actions:after{display:inline-block;content:"";height:100%;vertical-align:middle}.el-upload-list--picture-card .el-upload-list__item-actions span{display:none;cursor:pointer}.el-upload-list--picture-card .el-upload-list__item-actions span+span{margin-left:15px}.el-upload-list--picture-card .el-upload-list__item-actions .el-upload-list__item-delete{position:static;font-size:inherit;color:inherit}.el-upload-list--picture-card .el-upload-list__item-actions:hover{opacity:1}.el-upload-list--picture-card .el-upload-list__item-actions:hover span{display:inline-block}.el-upload-list--picture-card .el-progress{top:50%;left:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);bottom:auto;width:126px}.el-upload-list--picture-card .el-progress .el-progress__text{top:50%}.el-upload-list--picture .el-upload-list__item{overflow:hidden;z-index:0;background-color:#fff;border:1px solid #c0ccda;border-radius:6px;-webkit-box-sizing:border-box;box-sizing:border-box;margin-top:10px;padding:10px 10px 10px 90px;height:92px}.el-upload-list--picture .el-upload-list__item .el-icon-check,.el-upload-list--picture .el-upload-list__item .el-icon-circle-check{color:#fff}.el-upload-list--picture .el-upload-list__item:hover .el-upload-list__item-status-label{background:transparent;-webkit-box-shadow:none;box-shadow:none;top:-2px;right:-12px}.el-upload-list--picture .el-upload-list__item:hover .el-progress__text{display:block}.el-upload-list--picture .el-upload-list__item.is-success .el-upload-list__item-name{line-height:70px;margin-top:0}.el-upload-list--picture .el-upload-list__item.is-success .el-upload-list__item-name i{display:none}.el-upload-list--picture .el-upload-list__item-thumbnail{vertical-align:middle;display:inline-block;width:70px;height:70px;float:left;position:relative;z-index:1;margin-left:-80px;background-color:#fff}.el-upload-list--picture .el-upload-list__item-name{display:block;margin-top:20px}.el-upload-list--picture .el-upload-list__item-name i{font-size:70px;line-height:1;position:absolute;left:9px;top:10px}.el-upload-list--picture .el-upload-list__item-status-label{position:absolute;right:-17px;top:-7px;width:46px;height:26px;background:#13ce66;text-align:center;-webkit-transform:rotate(45deg);transform:rotate(45deg);-webkit-box-shadow:0 1px 1px #ccc;box-shadow:0 1px 1px #ccc}.el-upload-list--picture .el-upload-list__item-status-label i{font-size:12px;margin-top:12px;-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}.el-upload-list--picture .el-progress{position:relative;top:-7px}.el-upload-cover{position:absolute;left:0;top:0;width:100%;height:100%;overflow:hidden;z-index:10;cursor:default}.el-upload-cover:after{display:inline-block;content:"";height:100%;vertical-align:middle}.el-upload-cover img{display:block;width:100%;height:100%}.el-upload-cover__label{position:absolute;right:-15px;top:-6px;width:40px;height:24px;background:#13ce66;text-align:center;-webkit-transform:rotate(45deg);transform:rotate(45deg);-webkit-box-shadow:0 0 1pc 1px rgba(0,0,0,.2);box-shadow:0 0 1pc 1px rgba(0,0,0,.2)}.el-upload-cover__label i{font-size:12px;margin-top:11px;-webkit-transform:rotate(-45deg);transform:rotate(-45deg);color:#fff}.el-upload-cover__progress{display:inline-block;vertical-align:middle;position:static;width:243px}.el-upload-cover__progress+.el-upload__inner{opacity:0}.el-upload-cover__content{position:absolute;top:0;left:0;width:100%;height:100%}.el-upload-cover__interact{position:absolute;bottom:0;left:0;width:100%;height:100%;background-color:rgba(0,0,0,.72);text-align:center}.el-upload-cover__interact .btn{display:inline-block;color:#fff;font-size:14px;cursor:pointer;vertical-align:middle;-webkit-transition:opacity .3s cubic-bezier(.23,1,.32,1),-webkit-transform .3s cubic-bezier(.23,1,.32,1);transition:opacity .3s cubic-bezier(.23,1,.32,1),-webkit-transform .3s cubic-bezier(.23,1,.32,1);transition:transform .3s cubic-bezier(.23,1,.32,1),opacity .3s cubic-bezier(.23,1,.32,1);transition:transform .3s cubic-bezier(.23,1,.32,1),opacity .3s cubic-bezier(.23,1,.32,1),-webkit-transform .3s cubic-bezier(.23,1,.32,1);margin-top:60px}.el-upload-cover__interact .btn i{margin-top:0}.el-upload-cover__interact .btn span{opacity:0;-webkit-transition:opacity .15s linear;transition:opacity .15s linear}.el-upload-cover__interact .btn:not(:first-child){margin-left:35px}.el-upload-cover__interact .btn:hover{-webkit-transform:translateY(-13px);transform:translateY(-13px)}.el-upload-cover__interact .btn:hover span{opacity:1}.el-upload-cover__interact .btn i{color:#fff;display:block;font-size:24px;line-height:inherit;margin:0 auto 5px}.el-upload-cover__title{position:absolute;bottom:0;left:0;background-color:#fff;height:36px;width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-weight:400;text-align:left;padding:0 10px;margin:0;line-height:36px;font-size:14px;color:#303133}.el-upload-cover+.el-upload__inner{opacity:0;position:relative;z-index:1}.el-progress{position:relative;line-height:1}.el-progress__text{font-size:14px;color:#606266;display:inline-block;vertical-align:middle;margin-left:10px;line-height:1}.el-progress__text i{vertical-align:middle;display:block}.el-progress--circle,.el-progress--dashboard{display:inline-block}.el-progress--circle .el-progress__text,.el-progress--dashboard .el-progress__text{position:absolute;top:50%;left:0;width:100%;text-align:center;margin:0;-webkit-transform:translateY(-50%);transform:translateY(-50%)}.el-progress--circle .el-progress__text i,.el-progress--dashboard .el-progress__text i{vertical-align:middle;display:inline-block}.el-progress--without-text .el-progress__text{display:none}.el-progress--without-text .el-progress-bar{padding-right:0;margin-right:0;display:block}.el-progress--text-inside .el-progress-bar{padding-right:0;margin-right:0}.el-progress.is-success .el-progress-bar__inner{background-color:#67c23a}.el-progress.is-success .el-progress__text{color:#67c23a}.el-progress.is-warning .el-progress-bar__inner{background-color:#e6a23c}.el-progress.is-warning .el-progress__text{color:#e6a23c}.el-progress.is-exception .el-progress-bar__inner{background-color:#f56c6c}.el-progress.is-exception .el-progress__text{color:#f56c6c}.el-progress-bar{padding-right:50px;display:inline-block;vertical-align:middle;width:100%;margin-right:-55px;-webkit-box-sizing:border-box;box-sizing:border-box}.el-progress-bar__outer{height:6px;border-radius:100px;background-color:#ebeef5;overflow:hidden;position:relative;vertical-align:middle}.el-progress-bar__inner{position:absolute;left:0;top:0;height:100%;background-color:#00c292;text-align:right;border-radius:100px;line-height:1;white-space:nowrap;-webkit-transition:width .6s ease;transition:width .6s ease}.el-progress-bar__inner:after{display:inline-block;content:"";height:100%;vertical-align:middle}.el-progress-bar__innerText{display:inline-block;vertical-align:middle;color:#fff;font-size:12px;margin:0 5px}@keyframes progress{0%{background-position:0 0}to{background-position:32px 0}}.el-time-spinner{width:100%;white-space:nowrap}.el-spinner{display:inline-block;vertical-align:middle}.el-spinner-inner{-webkit-animation:rotate 2s linear infinite;animation:rotate 2s linear infinite;width:50px;height:50px}.el-spinner-inner .path{stroke:#ececec;stroke-linecap:round;-webkit-animation:dash 1.5s ease-in-out infinite;animation:dash 1.5s ease-in-out infinite}@-webkit-keyframes rotate{to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes rotate{to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@-webkit-keyframes dash{0%{stroke-dasharray:1,150;stroke-dashoffset:0}50%{stroke-dasharray:90,150;stroke-dashoffset:-35}to{stroke-dasharray:90,150;stroke-dashoffset:-124}}@keyframes dash{0%{stroke-dasharray:1,150;stroke-dashoffset:0}50%{stroke-dasharray:90,150;stroke-dashoffset:-35}to{stroke-dasharray:90,150;stroke-dashoffset:-124}}.el-message{min-width:380px;-webkit-box-sizing:border-box;box-sizing:border-box;border-radius:4px;border-width:1px;border-style:solid;border-color:#ebeef5;position:fixed;left:50%;top:20px;-webkit-transform:translateX(-50%);transform:translateX(-50%);background-color:#edf2fc;-webkit-transition:opacity .3s,top .4s,-webkit-transform .4s;transition:opacity .3s,top .4s,-webkit-transform .4s;transition:opacity .3s,transform .4s,top .4s;transition:opacity .3s,transform .4s,top .4s,-webkit-transform .4s;overflow:hidden;padding:15px 15px 15px 20px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.el-message.is-center{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.el-message.is-closable .el-message__content{padding-right:16px}.el-message p{margin:0}.el-message--info .el-message__content{color:#909399}.el-message--success{background-color:#f0f9eb;border-color:#e1f3d8}.el-message--success .el-message__content{color:#67c23a}.el-message--warning{background-color:#fdf6ec;border-color:#faecd8}.el-message--warning .el-message__content{color:#e6a23c}.el-message--error{background-color:#fef0f0;border-color:#fde2e2}.el-message--error .el-message__content{color:#f56c6c}.el-message__icon{margin-right:10px}.el-message__content{padding:0;font-size:14px;line-height:1}.el-message__content:focus{outline-width:0}.el-message__closeBtn{position:absolute;top:50%;right:15px;-webkit-transform:translateY(-50%);transform:translateY(-50%);cursor:pointer;color:#c0c4cc;font-size:16px}.el-message__closeBtn:focus{outline-width:0}.el-message__closeBtn:hover{color:#909399}.el-message .el-icon-success{color:#67c23a}.el-message .el-icon-error{color:#f56c6c}.el-message .el-icon-info{color:#909399}.el-message .el-icon-warning{color:#e6a23c}.el-message-fade-enter,.el-message-fade-leave-active{opacity:0;-webkit-transform:translate(-50%,-100%);transform:translate(-50%,-100%)}.el-badge{position:relative;vertical-align:middle;display:inline-block}.el-badge__content{background-color:#f56c6c;border-radius:10px;color:#fff;display:inline-block;font-size:12px;height:18px;line-height:18px;padding:0 6px;text-align:center;white-space:nowrap;border:1px solid #fff}.el-badge__content.is-fixed{position:absolute;top:0;right:10px;-webkit-transform:translateY(-50%) translateX(100%);transform:translateY(-50%) translateX(100%)}.el-badge__content.is-fixed.is-dot{right:5px}.el-badge__content.is-dot{height:8px;width:8px;padding:0;right:0;border-radius:50%}.el-badge__content--primary{background-color:#00c292}.el-badge__content--success{background-color:#67c23a}.el-badge__content--warning{background-color:#e6a23c}.el-badge__content--info{background-color:#909399}.el-badge__content--danger{background-color:#f56c6c}.el-card{border-radius:4px;border:1px solid #ebeef5;background-color:#fff;overflow:hidden;color:#303133;-webkit-transition:.3s;transition:.3s}.el-card.is-always-shadow,.el-card.is-hover-shadow:focus,.el-card.is-hover-shadow:hover{-webkit-box-shadow:0 2px 12px 0 rgba(0,0,0,.1);box-shadow:0 2px 12px 0 rgba(0,0,0,.1)}.el-card__header{padding:18px 20px;border-bottom:1px solid #ebeef5;-webkit-box-sizing:border-box;box-sizing:border-box}.el-card__body{padding:20px}.el-rate{height:20px;line-height:1}.el-rate:active,.el-rate:focus{outline-width:0}.el-rate__item{font-size:0;vertical-align:middle}.el-rate__icon,.el-rate__item{display:inline-block;position:relative}.el-rate__icon{font-size:18px;margin-right:6px;color:#c0c4cc;-webkit-transition:.3s;transition:.3s}.el-rate__icon.hover{-webkit-transform:scale(1.15);transform:scale(1.15)}.el-rate__decimal,.el-rate__icon .path2{position:absolute;left:0;top:0}.el-rate__decimal{display:inline-block;overflow:hidden}.el-rate__text{font-size:14px;vertical-align:middle}.el-steps{display:-webkit-box;display:-ms-flexbox;display:flex}.el-steps--simple{padding:13px 8%;border-radius:4px;background:#f5f7fa}.el-steps--horizontal{white-space:nowrap}.el-steps--vertical{height:100%;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-flow:column;flex-flow:column}.el-step{position:relative;-ms-flex-negative:1;flex-shrink:1}.el-step:last-of-type .el-step__line{display:none}.el-step:last-of-type.is-flex{-ms-flex-preferred-size:auto!important;flex-basis:auto!important;-ms-flex-negative:0;flex-shrink:0;-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0}.el-step:last-of-type .el-step__description,.el-step:last-of-type .el-step__main{padding-right:0}.el-step__head{position:relative;width:100%}.el-step__head.is-process{color:#303133;border-color:#303133}.el-step__head.is-wait{color:#c0c4cc;border-color:#c0c4cc}.el-step__head.is-success{color:#67c23a;border-color:#67c23a}.el-step__head.is-error{color:#f56c6c;border-color:#f56c6c}.el-step__head.is-finish{color:#00c292;border-color:#00c292}.el-step__icon{position:relative;z-index:1;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:24px;height:24px;font-size:14px;-webkit-box-sizing:border-box;box-sizing:border-box;background:#fff;-webkit-transition:.15s ease-out;transition:.15s ease-out}.el-step__icon.is-text{border-radius:50%;border:2px solid;border-color:inherit}.el-step__icon.is-icon{width:40px}.el-step__icon-inner{display:inline-block;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;text-align:center;font-weight:700;line-height:1;color:inherit}.el-step__icon-inner[class*=el-icon]:not(.is-status){font-size:25px;font-weight:400}.el-step__icon-inner.is-status{-webkit-transform:translateY(1px);transform:translateY(1px)}.el-step__line{position:absolute;border-color:inherit;background-color:#c0c4cc}.el-step__line-inner{display:block;border-width:1px;border-style:solid;border-color:inherit;-webkit-transition:.15s ease-out;transition:.15s ease-out;-webkit-box-sizing:border-box;box-sizing:border-box;width:0;height:0}.el-step__main{white-space:normal;text-align:left}.el-step__title{font-size:16px;line-height:38px}.el-step__title.is-process{font-weight:700;color:#303133}.el-step__title.is-wait{color:#c0c4cc}.el-step__title.is-success{color:#67c23a}.el-step__title.is-error{color:#f56c6c}.el-step__title.is-finish{color:#00c292}.el-step__description{padding-right:10%;margin-top:-5px;font-size:12px;line-height:20px;font-weight:400}.el-step__description.is-process{color:#303133}.el-step__description.is-wait{color:#c0c4cc}.el-step__description.is-success{color:#67c23a}.el-step__description.is-error{color:#f56c6c}.el-step__description.is-finish{color:#00c292}.el-step.is-horizontal{display:inline-block}.el-step.is-horizontal .el-step__line{height:2px;top:11px;left:0;right:0}.el-step.is-vertical{display:-webkit-box;display:-ms-flexbox;display:flex}.el-step.is-vertical .el-step__head{-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0;width:24px}.el-step.is-vertical .el-step__main{padding-left:10px;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1}.el-step.is-vertical .el-step__title{line-height:24px;padding-bottom:8px}.el-step.is-vertical .el-step__line{width:2px;top:0;bottom:0;left:11px}.el-step.is-vertical .el-step__icon.is-icon{width:24px}.el-step.is-center .el-step__head,.el-step.is-center .el-step__main{text-align:center}.el-step.is-center .el-step__description{padding-left:20%;padding-right:20%}.el-step.is-center .el-step__line{left:50%;right:-50%}.el-step.is-simple{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.el-step.is-simple .el-step__head{width:auto;font-size:0;padding-right:10px}.el-step.is-simple .el-step__icon{background:transparent;width:16px;height:16px;font-size:12px}.el-step.is-simple .el-step__icon-inner[class*=el-icon]:not(.is-status){font-size:18px}.el-step.is-simple .el-step__icon-inner.is-status{-webkit-transform:scale(.8) translateY(1px);transform:scale(.8) translateY(1px)}.el-step.is-simple .el-step__main{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1}.el-step.is-simple .el-step__title{font-size:16px;line-height:20px}.el-step.is-simple:not(:last-of-type) .el-step__title{max-width:50%;word-break:break-all}.el-step.is-simple .el-step__arrow{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.el-step.is-simple .el-step__arrow:after,.el-step.is-simple .el-step__arrow:before{content:"";display:inline-block;position:absolute;height:15px;width:1px;background:#c0c4cc}.el-step.is-simple .el-step__arrow:before{-webkit-transform:rotate(-45deg) translateY(-4px);transform:rotate(-45deg) translateY(-4px);-webkit-transform-origin:0 0;transform-origin:0 0}.el-step.is-simple .el-step__arrow:after{-webkit-transform:rotate(45deg) translateY(4px);transform:rotate(45deg) translateY(4px);-webkit-transform-origin:100% 100%;transform-origin:100% 100%}.el-step.is-simple:last-of-type .el-step__arrow{display:none}.el-carousel{position:relative}.el-carousel--horizontal{overflow-x:hidden}.el-carousel--vertical{overflow-y:hidden}.el-carousel__container{position:relative;height:300px}.el-carousel__arrow{border:none;outline:none;padding:0;margin:0;height:36px;width:36px;cursor:pointer;-webkit-transition:.3s;transition:.3s;border-radius:50%;background-color:rgba(31,45,61,.11);color:#fff;position:absolute;top:50%;z-index:10;-webkit-transform:translateY(-50%);transform:translateY(-50%);text-align:center;font-size:12px}.el-carousel__arrow--left{left:16px}.el-carousel__arrow--right{right:16px}.el-carousel__arrow:hover{background-color:rgba(31,45,61,.23)}.el-carousel__arrow i{cursor:pointer}.el-carousel__indicators{position:absolute;list-style:none;margin:0;padding:0;z-index:2}.el-carousel__indicators--horizontal{bottom:0;left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%)}.el-carousel__indicators--vertical{right:0;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%)}.el-carousel__indicators--outside{bottom:26px;text-align:center;position:static;-webkit-transform:none;transform:none}.el-carousel__indicators--outside .el-carousel__indicator:hover button{opacity:.64}.el-carousel__indicators--outside button{background-color:#c0c4cc;opacity:.24}.el-carousel__indicators--labels{left:0;right:0;-webkit-transform:none;transform:none;text-align:center}.el-carousel__indicators--labels .el-carousel__button{height:auto;width:auto;padding:2px 18px;font-size:12px}.el-carousel__indicators--labels .el-carousel__indicator{padding:6px 4px}.el-carousel__indicator{background-color:transparent;cursor:pointer}.el-carousel__indicator:hover button{opacity:.72}.el-carousel__indicator--horizontal{display:inline-block;padding:12px 4px}.el-carousel__indicator--vertical{padding:4px 12px}.el-carousel__indicator--vertical .el-carousel__button{width:2px;height:15px}.el-carousel__indicator.is-active button{opacity:1}.el-carousel__button{display:block;opacity:.48;width:30px;height:2px;background-color:#fff;border:none;outline:none;padding:0;margin:0;cursor:pointer;-webkit-transition:.3s;transition:.3s}.carousel-arrow-left-enter,.carousel-arrow-left-leave-active{-webkit-transform:translateY(-50%) translateX(-10px);transform:translateY(-50%) translateX(-10px);opacity:0}.carousel-arrow-right-enter,.carousel-arrow-right-leave-active{-webkit-transform:translateY(-50%) translateX(10px);transform:translateY(-50%) translateX(10px);opacity:0}.el-carousel__item{position:absolute;top:0;left:0;width:100%;height:100%;display:inline-block;overflow:hidden;z-index:0}.el-carousel__item.is-active{z-index:2}.el-carousel__item--card,.el-carousel__item.is-animating{-webkit-transition:-webkit-transform .4s ease-in-out;transition:-webkit-transform .4s ease-in-out;transition:transform .4s ease-in-out;transition:transform .4s ease-in-out,-webkit-transform .4s ease-in-out}.el-carousel__item--card{width:50%}.el-carousel__item--card.is-in-stage{cursor:pointer;z-index:1}.el-carousel__item--card.is-in-stage.is-hover .el-carousel__mask,.el-carousel__item--card.is-in-stage:hover .el-carousel__mask{opacity:.12}.el-carousel__item--card.is-active{z-index:2}.el-carousel__mask{position:absolute;width:100%;height:100%;top:0;left:0;background-color:#fff;opacity:.24;-webkit-transition:.2s;transition:.2s}.fade-in-linear-enter-active,.fade-in-linear-leave-active{-webkit-transition:opacity .2s linear;transition:opacity .2s linear}.fade-in-linear-enter,.fade-in-linear-leave,.fade-in-linear-leave-active{opacity:0}.el-fade-in-linear-enter-active,.el-fade-in-linear-leave-active{-webkit-transition:opacity .2s linear;transition:opacity .2s linear}.el-fade-in-linear-enter,.el-fade-in-linear-leave,.el-fade-in-linear-leave-active{opacity:0}.el-fade-in-enter-active,.el-fade-in-leave-active{-webkit-transition:all .3s cubic-bezier(.55,0,.1,1);transition:all .3s cubic-bezier(.55,0,.1,1)}.el-fade-in-enter,.el-fade-in-leave-active{opacity:0}.el-zoom-in-center-enter-active,.el-zoom-in-center-leave-active{-webkit-transition:all .3s cubic-bezier(.55,0,.1,1);transition:all .3s cubic-bezier(.55,0,.1,1)}.el-zoom-in-center-enter,.el-zoom-in-center-leave-active{opacity:0;-webkit-transform:scaleX(0);transform:scaleX(0)}.el-zoom-in-top-enter-active,.el-zoom-in-top-leave-active{opacity:1;-webkit-transform:scaleY(1);transform:scaleY(1);-webkit-transition:opacity .3s cubic-bezier(.23,1,.32,1),-webkit-transform .3s cubic-bezier(.23,1,.32,1);transition:opacity .3s cubic-bezier(.23,1,.32,1),-webkit-transform .3s cubic-bezier(.23,1,.32,1);transition:transform .3s cubic-bezier(.23,1,.32,1),opacity .3s cubic-bezier(.23,1,.32,1);transition:transform .3s cubic-bezier(.23,1,.32,1),opacity .3s cubic-bezier(.23,1,.32,1),-webkit-transform .3s cubic-bezier(.23,1,.32,1);-webkit-transform-origin:center top;transform-origin:center top}.el-zoom-in-top-enter,.el-zoom-in-top-leave-active{opacity:0;-webkit-transform:scaleY(0);transform:scaleY(0)}.el-zoom-in-bottom-enter-active,.el-zoom-in-bottom-leave-active{opacity:1;-webkit-transform:scaleY(1);transform:scaleY(1);-webkit-transition:opacity .3s cubic-bezier(.23,1,.32,1),-webkit-transform .3s cubic-bezier(.23,1,.32,1);transition:opacity .3s cubic-bezier(.23,1,.32,1),-webkit-transform .3s cubic-bezier(.23,1,.32,1);transition:transform .3s cubic-bezier(.23,1,.32,1),opacity .3s cubic-bezier(.23,1,.32,1);transition:transform .3s cubic-bezier(.23,1,.32,1),opacity .3s cubic-bezier(.23,1,.32,1),-webkit-transform .3s cubic-bezier(.23,1,.32,1);-webkit-transform-origin:center bottom;transform-origin:center bottom}.el-zoom-in-bottom-enter,.el-zoom-in-bottom-leave-active{opacity:0;-webkit-transform:scaleY(0);transform:scaleY(0)}.el-zoom-in-left-enter-active,.el-zoom-in-left-leave-active{opacity:1;-webkit-transform:scale(1);transform:scale(1);-webkit-transition:opacity .3s cubic-bezier(.23,1,.32,1),-webkit-transform .3s cubic-bezier(.23,1,.32,1);transition:opacity .3s cubic-bezier(.23,1,.32,1),-webkit-transform .3s cubic-bezier(.23,1,.32,1);transition:transform .3s cubic-bezier(.23,1,.32,1),opacity .3s cubic-bezier(.23,1,.32,1);transition:transform .3s cubic-bezier(.23,1,.32,1),opacity .3s cubic-bezier(.23,1,.32,1),-webkit-transform .3s cubic-bezier(.23,1,.32,1);-webkit-transform-origin:top left;transform-origin:top left}.el-zoom-in-left-enter,.el-zoom-in-left-leave-active{opacity:0;-webkit-transform:scale(.45);transform:scale(.45)}.collapse-transition{-webkit-transition:height .3s ease-in-out,padding-top .3s ease-in-out,padding-bottom .3s ease-in-out;transition:height .3s ease-in-out,padding-top .3s ease-in-out,padding-bottom .3s ease-in-out}.horizontal-collapse-transition{-webkit-transition:width .3s ease-in-out,padding-left .3s ease-in-out,padding-right .3s ease-in-out;transition:width .3s ease-in-out,padding-left .3s ease-in-out,padding-right .3s ease-in-out}.el-list-enter-active,.el-list-leave-active{-webkit-transition:all 1s;transition:all 1s}.el-list-enter,.el-list-leave-active{opacity:0;-webkit-transform:translateY(-30px);transform:translateY(-30px)}.el-opacity-transition{-webkit-transition:opacity .3s cubic-bezier(.55,0,.1,1);transition:opacity .3s cubic-bezier(.55,0,.1,1)}.el-collapse{border-top:1px solid #ebeef5;border-bottom:1px solid #ebeef5}.el-collapse-item.is-disabled .el-collapse-item__header{color:#bbb;cursor:not-allowed}.el-collapse-item__header{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;height:48px;line-height:48px;background-color:#fff;color:#303133;cursor:pointer;border-bottom:1px solid #ebeef5;font-size:13px;font-weight:500;-webkit-transition:border-bottom-color .3s;transition:border-bottom-color .3s;outline:none}.el-collapse-item__arrow{margin:0 8px 0 auto;-webkit-transition:-webkit-transform .3s;transition:-webkit-transform .3s;transition:transform .3s;transition:transform .3s,-webkit-transform .3s;font-weight:300}.el-collapse-item__arrow.is-active{-webkit-transform:rotate(90deg);transform:rotate(90deg)}.el-collapse-item__header.focusing:focus:not(:hover){color:#00c292}.el-collapse-item__header.is-active{border-bottom-color:transparent}.el-collapse-item__wrap{will-change:height;background-color:#fff;overflow:hidden;-webkit-box-sizing:border-box;box-sizing:border-box;border-bottom:1px solid #ebeef5}.el-collapse-item__content{padding-bottom:25px;font-size:13px;color:#303133;line-height:1.769230769230769}.el-collapse-item:last-child{margin-bottom:-1px}.el-popper .popper__arrow,.el-popper .popper__arrow:after{position:absolute;display:block;width:0;height:0;border-color:transparent;border-style:solid}.el-popper .popper__arrow{border-width:6px;-webkit-filter:drop-shadow(0 2px 12px rgba(0,0,0,.03));filter:drop-shadow(0 2px 12px rgba(0,0,0,.03))}.el-popper .popper__arrow:after{content:" ";border-width:6px}.el-popper[x-placement^=top]{margin-bottom:12px}.el-popper[x-placement^=top] .popper__arrow{bottom:-6px;left:50%;margin-right:3px;border-top-color:#ebeef5;border-bottom-width:0}.el-popper[x-placement^=top] .popper__arrow:after{bottom:1px;margin-left:-6px;border-top-color:#fff;border-bottom-width:0}.el-popper[x-placement^=bottom]{margin-top:12px}.el-popper[x-placement^=bottom] .popper__arrow{top:-6px;left:50%;margin-right:3px;border-top-width:0;border-bottom-color:#ebeef5}.el-popper[x-placement^=bottom] .popper__arrow:after{top:1px;margin-left:-6px;border-top-width:0;border-bottom-color:#fff}.el-popper[x-placement^=right]{margin-left:12px}.el-popper[x-placement^=right] .popper__arrow{top:50%;left:-6px;margin-bottom:3px;border-right-color:#ebeef5;border-left-width:0}.el-popper[x-placement^=right] .popper__arrow:after{bottom:-6px;left:1px;border-right-color:#fff;border-left-width:0}.el-popper[x-placement^=left]{margin-right:12px}.el-popper[x-placement^=left] .popper__arrow{top:50%;right:-6px;margin-bottom:3px;border-right-width:0;border-left-color:#ebeef5}.el-popper[x-placement^=left] .popper__arrow:after{right:1px;bottom:-6px;margin-left:-6px;border-right-width:0;border-left-color:#fff}.el-tag{background-color:#e6f9f4;border-color:#ccf3e9;display:inline-block;height:32px;padding:0 10px;line-height:30px;font-size:12px;color:#00c292;border-width:1px;border-style:solid;border-radius:4px;-webkit-box-sizing:border-box;box-sizing:border-box;white-space:nowrap}.el-tag.is-hit{border-color:#00c292}.el-tag .el-tag__close{color:#00c292}.el-tag .el-tag__close:hover{color:#fff;background-color:#00c292}.el-tag.el-tag--info{background-color:#f4f4f5;border-color:#e9e9eb;color:#909399}.el-tag.el-tag--info.is-hit{border-color:#909399}.el-tag.el-tag--info .el-tag__close{color:#909399}.el-tag.el-tag--info .el-tag__close:hover{color:#fff;background-color:#909399}.el-tag.el-tag--success{background-color:#f0f9eb;border-color:#e1f3d8;color:#67c23a}.el-tag.el-tag--success.is-hit{border-color:#67c23a}.el-tag.el-tag--success .el-tag__close{color:#67c23a}.el-tag.el-tag--success .el-tag__close:hover{color:#fff;background-color:#67c23a}.el-tag.el-tag--warning{background-color:#fdf6ec;border-color:#faecd8;color:#e6a23c}.el-tag.el-tag--warning.is-hit{border-color:#e6a23c}.el-tag.el-tag--warning .el-tag__close{color:#e6a23c}.el-tag.el-tag--warning .el-tag__close:hover{color:#fff;background-color:#e6a23c}.el-tag.el-tag--danger{background-color:#fef0f0;border-color:#fde2e2;color:#f56c6c}.el-tag.el-tag--danger.is-hit{border-color:#f56c6c}.el-tag.el-tag--danger .el-tag__close{color:#f56c6c}.el-tag.el-tag--danger .el-tag__close:hover{color:#fff;background-color:#f56c6c}.el-tag .el-icon-close{border-radius:50%;text-align:center;position:relative;cursor:pointer;font-size:12px;height:16px;width:16px;line-height:16px;vertical-align:middle;top:-1px;right:-5px}.el-tag .el-icon-close:before{display:block}.el-tag--dark{background-color:#00c292;color:#fff}.el-tag--dark,.el-tag--dark.is-hit{border-color:#00c292}.el-tag--dark .el-tag__close{color:#fff}.el-tag--dark .el-tag__close:hover{color:#fff;background-color:#33cea8}.el-tag--dark.el-tag--info{background-color:#909399;border-color:#909399;color:#fff}.el-tag--dark.el-tag--info.is-hit{border-color:#909399}.el-tag--dark.el-tag--info .el-tag__close{color:#fff}.el-tag--dark.el-tag--info .el-tag__close:hover{color:#fff;background-color:#a6a9ad}.el-tag--dark.el-tag--success{background-color:#67c23a;border-color:#67c23a;color:#fff}.el-tag--dark.el-tag--success.is-hit{border-color:#67c23a}.el-tag--dark.el-tag--success .el-tag__close{color:#fff}.el-tag--dark.el-tag--success .el-tag__close:hover{color:#fff;background-color:#85ce61}.el-tag--dark.el-tag--warning{background-color:#e6a23c;border-color:#e6a23c;color:#fff}.el-tag--dark.el-tag--warning.is-hit{border-color:#e6a23c}.el-tag--dark.el-tag--warning .el-tag__close{color:#fff}.el-tag--dark.el-tag--warning .el-tag__close:hover{color:#fff;background-color:#ebb563}.el-tag--dark.el-tag--danger{background-color:#f56c6c;border-color:#f56c6c;color:#fff}.el-tag--dark.el-tag--danger.is-hit{border-color:#f56c6c}.el-tag--dark.el-tag--danger .el-tag__close{color:#fff}.el-tag--dark.el-tag--danger .el-tag__close:hover{color:#fff;background-color:#f78989}.el-tag--plain{background-color:#fff;border-color:#99e7d3;color:#00c292}.el-tag--plain.is-hit{border-color:#00c292}.el-tag--plain .el-tag__close{color:#00c292}.el-tag--plain .el-tag__close:hover{color:#fff;background-color:#00c292}.el-tag--plain.el-tag--info{background-color:#fff;border-color:#d3d4d6;color:#909399}.el-tag--plain.el-tag--info.is-hit{border-color:#909399}.el-tag--plain.el-tag--info .el-tag__close{color:#909399}.el-tag--plain.el-tag--info .el-tag__close:hover{color:#fff;background-color:#909399}.el-tag--plain.el-tag--success{background-color:#fff;border-color:#c2e7b0;color:#67c23a}.el-tag--plain.el-tag--success.is-hit{border-color:#67c23a}.el-tag--plain.el-tag--success .el-tag__close{color:#67c23a}.el-tag--plain.el-tag--success .el-tag__close:hover{color:#fff;background-color:#67c23a}.el-tag--plain.el-tag--warning{background-color:#fff;border-color:#f5dab1;color:#e6a23c}.el-tag--plain.el-tag--warning.is-hit{border-color:#e6a23c}.el-tag--plain.el-tag--warning .el-tag__close{color:#e6a23c}.el-tag--plain.el-tag--warning .el-tag__close:hover{color:#fff;background-color:#e6a23c}.el-tag--plain.el-tag--danger{background-color:#fff;border-color:#fbc4c4;color:#f56c6c}.el-tag--plain.el-tag--danger.is-hit{border-color:#f56c6c}.el-tag--plain.el-tag--danger .el-tag__close{color:#f56c6c}.el-tag--plain.el-tag--danger .el-tag__close:hover{color:#fff;background-color:#f56c6c}.el-tag--medium{height:28px;line-height:26px}.el-tag--medium .el-icon-close{-webkit-transform:scale(.8);transform:scale(.8)}.el-tag--small{height:24px;padding:0 8px;line-height:22px}.el-tag--small .el-icon-close{-webkit-transform:scale(.8);transform:scale(.8)}.el-tag--mini{height:20px;padding:0 5px;line-height:19px}.el-tag--mini .el-icon-close{margin-left:-3px;-webkit-transform:scale(.7);transform:scale(.7)}.el-cascader{display:inline-block;position:relative;font-size:14px;line-height:40px}.el-cascader:not(.is-disabled):hover .el-input__inner{cursor:pointer;border-color:#c0c4cc}.el-cascader .el-input{cursor:pointer}.el-cascader .el-input .el-input__inner{text-overflow:ellipsis}.el-cascader .el-input .el-input__inner:focus{border-color:#00c292}.el-cascader .el-input .el-icon-arrow-down{-webkit-transition:-webkit-transform .3s;transition:-webkit-transform .3s;transition:transform .3s;transition:transform .3s,-webkit-transform .3s;font-size:14px}.el-cascader .el-input .el-icon-arrow-down.is-reverse{-webkit-transform:rotate(180deg);transform:rotate(180deg)}.el-cascader .el-input .el-icon-circle-close:hover{color:#909399}.el-cascader .el-input.is-focus .el-input__inner{border-color:#00c292}.el-cascader--medium{font-size:14px;line-height:36px}.el-cascader--small{font-size:13px;line-height:32px}.el-cascader--mini{font-size:12px;line-height:28px}.el-cascader.is-disabled .el-cascader__label{z-index:2;color:#c0c4cc}.el-cascader__dropdown{margin:5px 0;font-size:14px;background:#fff;border:1px solid #e4e7ed;border-radius:4px;-webkit-box-shadow:0 2px 12px 0 rgba(0,0,0,.1);box-shadow:0 2px 12px 0 rgba(0,0,0,.1)}.el-cascader__tags{position:absolute;left:0;right:30px;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;line-height:normal;text-align:left;-webkit-box-sizing:border-box;box-sizing:border-box}.el-cascader__tags .el-tag{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;max-width:100%;margin:2px 0 2px 6px;text-overflow:ellipsis;background:#f0f2f5}.el-cascader__tags .el-tag:not(.is-hit){border-color:transparent}.el-cascader__tags .el-tag>span{-webkit-box-flex:1;-ms-flex:1;flex:1;overflow:hidden;text-overflow:ellipsis}.el-cascader__tags .el-tag .el-icon-close{-webkit-box-flex:0;-ms-flex:none;flex:none;background-color:#c0c4cc;color:#fff}.el-cascader__tags .el-tag .el-icon-close:hover{background-color:#909399}.el-cascader__suggestion-panel{border-radius:4px}.el-cascader__suggestion-list{max-height:204px;margin:0;padding:6px 0;font-size:14px;color:#606266;text-align:center}.el-cascader__suggestion-item{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;height:34px;padding:0 15px;text-align:left;outline:none;cursor:pointer}.el-cascader__suggestion-item:focus,.el-cascader__suggestion-item:hover{background:#f5f7fa}.el-cascader__suggestion-item.is-checked{color:#00c292;font-weight:700}.el-cascader__suggestion-item>span{margin-right:10px}.el-cascader__empty-text{margin:10px 0;color:#c0c4cc}.el-cascader__search-input{-webkit-box-flex:1;-ms-flex:1;flex:1;height:24px;min-width:60px;margin:2px 0 2px 15px;padding:0;color:#606266;border:none;outline:none;-webkit-box-sizing:border-box;box-sizing:border-box}.el-cascader__search-input::-webkit-input-placeholder{color:#c0c4cc}.el-cascader__search-input::-moz-placeholder{color:#c0c4cc}.el-cascader__search-input:-ms-input-placeholder{color:#c0c4cc}.el-cascader__search-input::-ms-input-placeholder{color:#c0c4cc}.el-cascader__search-input::placeholder{color:#c0c4cc}.el-color-predefine{font-size:12px;margin-top:8px;width:280px}.el-color-predefine,.el-color-predefine__colors{display:-webkit-box;display:-ms-flexbox;display:flex}.el-color-predefine__colors{-webkit-box-flex:1;-ms-flex:1;flex:1;-ms-flex-wrap:wrap;flex-wrap:wrap}.el-color-predefine__color-selector{margin:0 0 8px 8px;width:20px;height:20px;border-radius:4px;cursor:pointer}.el-color-predefine__color-selector:nth-child(10n+1){margin-left:0}.el-color-predefine__color-selector.selected{-webkit-box-shadow:0 0 3px 2px #00c292;box-shadow:0 0 3px 2px #00c292}.el-color-predefine__color-selector>div{display:-webkit-box;display:-ms-flexbox;display:flex;height:100%;border-radius:3px}.el-color-predefine__color-selector.is-alpha{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMCAIAAADZF8uwAAAAGUlEQVQYV2M4gwH+YwCGIasIUwhT25BVBADtzYNYrHvv4gAAAABJRU5ErkJggg==)}.el-color-hue-slider{position:relative;-webkit-box-sizing:border-box;box-sizing:border-box;width:280px;height:12px;background-color:red;padding:0 2px}.el-color-hue-slider__bar{position:relative;background:-webkit-gradient(linear,left top,right top,from(red),color-stop(17%,#ff0),color-stop(33%,#0f0),color-stop(50%,#0ff),color-stop(67%,#00f),color-stop(83%,#f0f),to(red));background:-webkit-linear-gradient(left,red,#ff0 17%,#0f0 33%,#0ff 50%,#00f 67%,#f0f 83%,red);background:linear-gradient(90deg,red 0,#ff0 17%,#0f0 33%,#0ff 50%,#00f 67%,#f0f 83%,red);height:100%}.el-color-hue-slider__thumb{position:absolute;cursor:pointer;-webkit-box-sizing:border-box;box-sizing:border-box;left:0;top:0;width:4px;height:100%;border-radius:1px;background:#fff;border:1px solid #f0f0f0;-webkit-box-shadow:0 0 2px rgba(0,0,0,.6);box-shadow:0 0 2px rgba(0,0,0,.6);z-index:1}.el-color-hue-slider.is-vertical{width:12px;height:180px;padding:2px 0}.el-color-hue-slider.is-vertical .el-color-hue-slider__bar{background:-webkit-gradient(linear,left top,left bottom,from(red),color-stop(17%,#ff0),color-stop(33%,#0f0),color-stop(50%,#0ff),color-stop(67%,#00f),color-stop(83%,#f0f),to(red));background:-webkit-linear-gradient(top,red,#ff0 17%,#0f0 33%,#0ff 50%,#00f 67%,#f0f 83%,red);background:linear-gradient(180deg,red 0,#ff0 17%,#0f0 33%,#0ff 50%,#00f 67%,#f0f 83%,red)}.el-color-hue-slider.is-vertical .el-color-hue-slider__thumb{left:0;top:0;width:100%;height:4px}.el-color-svpanel{position:relative;width:280px;height:180px}.el-color-svpanel__black,.el-color-svpanel__white{position:absolute;top:0;left:0;right:0;bottom:0}.el-color-svpanel__white{background:-webkit-gradient(linear,left top,right top,from(#fff),to(hsla(0,0%,100%,0)));background:-webkit-linear-gradient(left,#fff,hsla(0,0%,100%,0));background:linear-gradient(90deg,#fff,hsla(0,0%,100%,0))}.el-color-svpanel__black{background:-webkit-gradient(linear,left bottom,left top,from(#000),to(transparent));background:-webkit-linear-gradient(bottom,#000,transparent);background:linear-gradient(0deg,#000,transparent)}.el-color-svpanel__cursor{position:absolute}.el-color-svpanel__cursor>div{cursor:head;width:4px;height:4px;-webkit-box-shadow:0 0 0 1.5px #fff,inset 0 0 1px 1px rgba(0,0,0,.3),0 0 1px 2px rgba(0,0,0,.4);box-shadow:0 0 0 1.5px #fff,inset 0 0 1px 1px rgba(0,0,0,.3),0 0 1px 2px rgba(0,0,0,.4);border-radius:50%;-webkit-transform:translate(-2px,-2px);transform:translate(-2px,-2px)}.el-color-alpha-slider{position:relative;-webkit-box-sizing:border-box;box-sizing:border-box;width:280px;height:12px;background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMCAIAAADZF8uwAAAAGUlEQVQYV2M4gwH+YwCGIasIUwhT25BVBADtzYNYrHvv4gAAAABJRU5ErkJggg==)}.el-color-alpha-slider__bar{position:relative;background:-webkit-gradient(linear,left top,right top,from(hsla(0,0%,100%,0)),to(#fff));background:-webkit-linear-gradient(left,hsla(0,0%,100%,0),#fff);background:linear-gradient(90deg,hsla(0,0%,100%,0) 0,#fff);height:100%}.el-color-alpha-slider__thumb{position:absolute;cursor:pointer;-webkit-box-sizing:border-box;box-sizing:border-box;left:0;top:0;width:4px;height:100%;border-radius:1px;background:#fff;border:1px solid #f0f0f0;-webkit-box-shadow:0 0 2px rgba(0,0,0,.6);box-shadow:0 0 2px rgba(0,0,0,.6);z-index:1}.el-color-alpha-slider.is-vertical{width:20px;height:180px}.el-color-alpha-slider.is-vertical .el-color-alpha-slider__bar{background:-webkit-gradient(linear,left top,left bottom,from(hsla(0,0%,100%,0)),to(#fff));background:-webkit-linear-gradient(top,hsla(0,0%,100%,0),#fff);background:linear-gradient(180deg,hsla(0,0%,100%,0) 0,#fff)}.el-color-alpha-slider.is-vertical .el-color-alpha-slider__thumb{left:0;top:0;width:100%;height:4px}.el-color-dropdown{width:300px}.el-color-dropdown__main-wrapper{margin-bottom:6px}.el-color-dropdown__main-wrapper:after{content:"";display:table;clear:both}.el-color-dropdown__btns{margin-top:6px;text-align:right}.el-color-dropdown__value{float:left;line-height:26px;font-size:12px;color:#000;width:160px}.el-color-dropdown__btn{border:1px solid #dcdcdc;color:#333;line-height:24px;border-radius:2px;padding:0 20px;cursor:pointer;background-color:transparent;outline:none;font-size:12px}.el-color-dropdown__btn[disabled]{color:#ccc;cursor:not-allowed}.el-color-dropdown__btn:hover{color:#00c292;border-color:#00c292}.el-color-dropdown__link-btn{cursor:pointer;color:#00c292;text-decoration:none;padding:15px;font-size:12px}.el-color-dropdown__link-btn:hover{color:tint(#00c292,20%)}.el-color-picker{display:inline-block;position:relative;line-height:normal;height:40px}.el-color-picker.is-disabled .el-color-picker__trigger{cursor:not-allowed}.el-color-picker--medium{height:36px}.el-color-picker--medium .el-color-picker__trigger{height:36px;width:36px}.el-color-picker--medium .el-color-picker__mask{height:34px;width:34px}.el-color-picker--small{height:32px}.el-color-picker--small .el-color-picker__trigger{height:32px;width:32px}.el-color-picker--small .el-color-picker__mask{height:30px;width:30px}.el-color-picker--small .el-color-picker__empty,.el-color-picker--small .el-color-picker__icon{-webkit-transform:translate3d(-50%,-50%,0) scale(.8);transform:translate3d(-50%,-50%,0) scale(.8)}.el-color-picker--mini{height:28px}.el-color-picker--mini .el-color-picker__trigger{height:28px;width:28px}.el-color-picker--mini .el-color-picker__mask{height:26px;width:26px}.el-color-picker--mini .el-color-picker__empty,.el-color-picker--mini .el-color-picker__icon{-webkit-transform:translate3d(-50%,-50%,0) scale(.8);transform:translate3d(-50%,-50%,0) scale(.8)}.el-color-picker__mask{height:38px;width:38px;border-radius:4px;position:absolute;top:1px;left:1px;z-index:1;cursor:not-allowed;background-color:hsla(0,0%,100%,.7)}.el-color-picker__trigger{display:inline-block;height:40px;width:40px;padding:4px;border:1px solid #e6e6e6;border-radius:4px;font-size:0;cursor:pointer}.el-color-picker__color,.el-color-picker__trigger{-webkit-box-sizing:border-box;box-sizing:border-box;position:relative}.el-color-picker__color{display:block;border:1px solid #999;border-radius:2px;width:100%;height:100%;text-align:center}.el-color-picker__color.is-alpha{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMCAIAAADZF8uwAAAAGUlEQVQYV2M4gwH+YwCGIasIUwhT25BVBADtzYNYrHvv4gAAAABJRU5ErkJggg==)}.el-color-picker__color-inner{position:absolute;left:0;top:0;right:0;bottom:0}.el-color-picker__empty{color:#999}.el-color-picker__empty,.el-color-picker__icon{font-size:12px;position:absolute;top:50%;left:50%;-webkit-transform:translate3d(-50%,-50%,0);transform:translate3d(-50%,-50%,0)}.el-color-picker__icon{display:inline-block;width:100%;color:#fff;text-align:center}.el-color-picker__panel{position:absolute;z-index:10;padding:6px;-webkit-box-sizing:content-box;box-sizing:content-box;background-color:#fff;border:1px solid #ebeef5;border-radius:4px;-webkit-box-shadow:0 2px 12px 0 rgba(0,0,0,.1);box-shadow:0 2px 12px 0 rgba(0,0,0,.1)}.el-textarea{position:relative;display:inline-block;width:100%;vertical-align:bottom;font-size:14px}.el-textarea__inner{display:block;resize:vertical;padding:5px 15px;line-height:1.5;-webkit-box-sizing:border-box;box-sizing:border-box;width:100%;font-size:inherit;color:#606266;background-color:#fff;background-image:none;border:1px solid #dcdfe6;border-radius:4px;-webkit-transition:border-color .2s cubic-bezier(.645,.045,.355,1);transition:border-color .2s cubic-bezier(.645,.045,.355,1)}.el-textarea__inner::-webkit-input-placeholder{color:#c0c4cc}.el-textarea__inner::-moz-placeholder{color:#c0c4cc}.el-textarea__inner:-ms-input-placeholder{color:#c0c4cc}.el-textarea__inner::-ms-input-placeholder{color:#c0c4cc}.el-textarea__inner::placeholder{color:#c0c4cc}.el-textarea__inner:hover{border-color:#c0c4cc}.el-textarea__inner:focus{outline:none;border-color:#00c292}.el-textarea .el-input__count{color:#909399;background:#fff;position:absolute;font-size:12px;bottom:5px;right:10px}.el-textarea.is-disabled .el-textarea__inner{background-color:#f5f7fa;border-color:#e4e7ed;color:#c0c4cc;cursor:not-allowed}.el-textarea.is-disabled .el-textarea__inner::-webkit-input-placeholder{color:#c0c4cc}.el-textarea.is-disabled .el-textarea__inner::-moz-placeholder{color:#c0c4cc}.el-textarea.is-disabled .el-textarea__inner:-ms-input-placeholder{color:#c0c4cc}.el-textarea.is-disabled .el-textarea__inner::-ms-input-placeholder{color:#c0c4cc}.el-textarea.is-disabled .el-textarea__inner::placeholder{color:#c0c4cc}.el-textarea.is-exceed .el-textarea__inner{border-color:#f56c6c}.el-textarea.is-exceed .el-input__count{color:#f56c6c}.el-input{position:relative;font-size:14px;display:inline-block;width:100%}.el-input::-webkit-scrollbar{z-index:11;width:6px}.el-input::-webkit-scrollbar:horizontal{height:6px}.el-input::-webkit-scrollbar-thumb{border-radius:5px;width:6px;background:#b4bccc}.el-input::-webkit-scrollbar-corner,.el-input::-webkit-scrollbar-track{background:#fff}.el-input::-webkit-scrollbar-track-piece{background:#fff;width:6px}.el-input .el-input__clear{color:#c0c4cc;font-size:14px;cursor:pointer;-webkit-transition:color .2s cubic-bezier(.645,.045,.355,1);transition:color .2s cubic-bezier(.645,.045,.355,1)}.el-input .el-input__clear:hover{color:#909399}.el-input .el-input__count{height:100%;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;color:#909399;font-size:12px}.el-input .el-input__count .el-input__count-inner{background:#fff;line-height:normal;display:inline-block;padding:0 5px}.el-input__inner{-webkit-appearance:none;background-color:#fff;background-image:none;border-radius:4px;border:1px solid #dcdfe6;-webkit-box-sizing:border-box;box-sizing:border-box;color:#606266;display:inline-block;font-size:inherit;height:40px;line-height:40px;outline:none;padding:0 15px;-webkit-transition:border-color .2s cubic-bezier(.645,.045,.355,1);transition:border-color .2s cubic-bezier(.645,.045,.355,1);width:100%}.el-input__inner::-ms-reveal{display:none}.el-input__inner::-webkit-input-placeholder{color:#c0c4cc}.el-input__inner::-moz-placeholder{color:#c0c4cc}.el-input__inner:-ms-input-placeholder{color:#c0c4cc}.el-input__inner::-ms-input-placeholder{color:#c0c4cc}.el-input__inner::placeholder{color:#c0c4cc}.el-input__inner:hover{border-color:#c0c4cc}.el-input__inner:focus{outline:none;border-color:#00c292}.el-input__suffix{position:absolute;height:100%;right:5px;top:0;text-align:center;color:#c0c4cc;-webkit-transition:all .3s;transition:all .3s;pointer-events:none}.el-input__suffix-inner{pointer-events:all}.el-input__prefix{position:absolute;left:5px;top:0;color:#c0c4cc}.el-input__icon,.el-input__prefix{height:100%;text-align:center;-webkit-transition:all .3s;transition:all .3s}.el-input__icon{width:25px;line-height:40px}.el-input__icon:after{content:"";height:100%;width:0;display:inline-block;vertical-align:middle}.el-input__validateIcon{pointer-events:none}.el-input.is-active .el-input__inner{outline:none;border-color:#00c292}.el-input.is-disabled .el-input__inner{background-color:#f5f7fa;border-color:#e4e7ed;color:#c0c4cc;cursor:not-allowed}.el-input.is-disabled .el-input__inner::-webkit-input-placeholder{color:#c0c4cc}.el-input.is-disabled .el-input__inner::-moz-placeholder{color:#c0c4cc}.el-input.is-disabled .el-input__inner:-ms-input-placeholder{color:#c0c4cc}.el-input.is-disabled .el-input__inner::-ms-input-placeholder{color:#c0c4cc}.el-input.is-disabled .el-input__inner::placeholder{color:#c0c4cc}.el-input.is-disabled .el-input__icon{cursor:not-allowed}.el-input.is-exceed .el-input__inner{border-color:#f56c6c}.el-input.is-exceed .el-input__suffix .el-input__count{color:#f56c6c}.el-input--suffix .el-input__inner{padding-right:30px}.el-input--prefix .el-input__inner{padding-left:30px}.el-input--medium{font-size:14px}.el-input--medium .el-input__inner{height:36px;line-height:36px}.el-input--medium .el-input__icon{line-height:36px}.el-input--small{font-size:13px}.el-input--small .el-input__inner{height:32px;line-height:32px}.el-input--small .el-input__icon{line-height:32px}.el-input--mini{font-size:12px}.el-input--mini .el-input__inner{height:28px;line-height:28px}.el-input--mini .el-input__icon{line-height:28px}.el-input-group{line-height:normal;display:inline-table;width:100%;border-collapse:separate;border-spacing:0}.el-input-group>.el-input__inner{vertical-align:middle;display:table-cell}.el-input-group__append,.el-input-group__prepend{background-color:#f5f7fa;color:#909399;vertical-align:middle;display:table-cell;position:relative;border:1px solid #dcdfe6;border-radius:4px;padding:0 20px;width:1px;white-space:nowrap}.el-input-group__append:focus,.el-input-group__prepend:focus{outline:none}.el-input-group__append .el-button,.el-input-group__append .el-select,.el-input-group__prepend .el-button,.el-input-group__prepend .el-select{display:inline-block;margin:-10px -20px}.el-input-group__append button.el-button,.el-input-group__append div.el-select .el-input__inner,.el-input-group__append div.el-select:hover .el-input__inner,.el-input-group__prepend button.el-button,.el-input-group__prepend div.el-select .el-input__inner,.el-input-group__prepend div.el-select:hover .el-input__inner{border-color:transparent;background-color:transparent;color:inherit;border-top:0;border-bottom:0}.el-input-group__append .el-button,.el-input-group__append .el-input,.el-input-group__prepend .el-button,.el-input-group__prepend .el-input{font-size:inherit}.el-input-group__prepend{border-right:0;border-top-right-radius:0;border-bottom-right-radius:0}.el-input-group__append{border-left:0}.el-input-group--prepend .el-input__inner,.el-input-group__append{border-top-left-radius:0;border-bottom-left-radius:0}.el-input-group--prepend .el-select .el-input.is-focus .el-input__inner{border-color:transparent}.el-input-group--append .el-input__inner{border-top-right-radius:0;border-bottom-right-radius:0}.el-input-group--append .el-select .el-input.is-focus .el-input__inner{border-color:transparent}.el-input__inner::-ms-clear{display:none;width:0;height:0}.el-transfer{font-size:14px}.el-transfer__buttons{display:inline-block;vertical-align:middle;padding:0 30px}.el-transfer__button{display:block;margin:0 auto;padding:10px;border-radius:50%;color:#fff;background-color:#00c292;font-size:0}.el-transfer__button.is-with-texts{border-radius:4px}.el-transfer__button.is-disabled,.el-transfer__button.is-disabled:hover{border:1px solid #dcdfe6;background-color:#f5f7fa;color:#c0c4cc}.el-transfer__button:first-child{margin-bottom:10px}.el-transfer__button:nth-child(2){margin:0}.el-transfer__button i,.el-transfer__button span{font-size:14px}.el-transfer__button [class*=el-icon-]+span{margin-left:0}.el-transfer-panel{border:1px solid #ebeef5;border-radius:4px;overflow:hidden;background:#fff;display:inline-block;vertical-align:middle;width:200px;max-height:100%;-webkit-box-sizing:border-box;box-sizing:border-box;position:relative}.el-transfer-panel__body{height:246px}.el-transfer-panel__body.is-with-footer{padding-bottom:40px}.el-transfer-panel__list{margin:0;padding:6px 0;list-style:none;height:246px;overflow:auto;-webkit-box-sizing:border-box;box-sizing:border-box}.el-transfer-panel__list.is-filterable{height:194px;padding-top:0}.el-transfer-panel__item{height:30px;line-height:30px;padding-left:15px;display:block!important}.el-transfer-panel__item+.el-transfer-panel__item{margin-left:0}.el-transfer-panel__item.el-checkbox{color:#606266}.el-transfer-panel__item:hover{color:#00c292}.el-transfer-panel__item.el-checkbox .el-checkbox__label{width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;display:block;-webkit-box-sizing:border-box;box-sizing:border-box;padding-left:24px;line-height:30px}.el-transfer-panel__item .el-checkbox__input{position:absolute;top:8px}.el-transfer-panel__filter{text-align:center;margin:15px;-webkit-box-sizing:border-box;box-sizing:border-box;display:block;width:auto}.el-transfer-panel__filter .el-input__inner{height:32px;width:100%;font-size:12px;display:inline-block;-webkit-box-sizing:border-box;box-sizing:border-box;border-radius:16px;padding-right:10px;padding-left:30px}.el-transfer-panel__filter .el-input__icon{margin-left:5px}.el-transfer-panel__filter .el-icon-circle-close{cursor:pointer}.el-transfer-panel .el-transfer-panel__header{height:40px;line-height:40px;background:#f5f7fa;margin:0;padding-left:15px;border-bottom:1px solid #ebeef5;-webkit-box-sizing:border-box;box-sizing:border-box;color:#000}.el-transfer-panel .el-transfer-panel__header .el-checkbox{display:block;line-height:40px}.el-transfer-panel .el-transfer-panel__header .el-checkbox .el-checkbox__label{font-size:16px;color:#303133;font-weight:400}.el-transfer-panel .el-transfer-panel__header .el-checkbox .el-checkbox__label span{position:absolute;right:15px;color:#909399;font-size:12px;font-weight:400}.el-transfer-panel .el-transfer-panel__footer{height:40px;background:#fff;margin:0;padding:0;border-top:1px solid #ebeef5;position:absolute;bottom:0;left:0;width:100%;z-index:1}.el-transfer-panel .el-transfer-panel__footer:after{display:inline-block;content:"";height:100%;vertical-align:middle}.el-transfer-panel .el-transfer-panel__footer .el-checkbox{padding-left:20px;color:#606266}.el-transfer-panel .el-transfer-panel__empty{margin:0;height:30px;line-height:30px;padding:6px 15px 0;color:#909399;text-align:center}.el-transfer-panel .el-checkbox__label{padding-left:8px}.el-transfer-panel .el-checkbox__inner{height:14px;width:14px;border-radius:3px}.el-transfer-panel .el-checkbox__inner:after{height:6px;width:3px;left:4px}.el-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-flex:1;-ms-flex:1;flex:1;-ms-flex-preferred-size:auto;flex-basis:auto;-webkit-box-sizing:border-box;box-sizing:border-box;min-width:0}.el-container.is-vertical{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.el-header{padding:0 20px}.el-aside,.el-header{-webkit-box-sizing:border-box;box-sizing:border-box;-ms-flex-negative:0;flex-shrink:0}.el-aside{overflow:auto}.el-main{display:block;-webkit-box-flex:1;-ms-flex:1;flex:1;-ms-flex-preferred-size:auto;flex-basis:auto;overflow:auto;padding:20px}.el-footer,.el-main{-webkit-box-sizing:border-box;box-sizing:border-box}.el-footer{padding:0 20px;-ms-flex-negative:0;flex-shrink:0}.el-timeline{margin:0;font-size:14px;list-style:none}.el-timeline .el-timeline-item:last-child .el-timeline-item__tail{display:none}.el-timeline-item{position:relative;padding-bottom:20px}.el-timeline-item__wrapper{position:relative;padding-left:28px;top:-3px}.el-timeline-item__tail{position:absolute;left:4px;height:100%;border-left:2px solid #e4e7ed}.el-timeline-item__icon{color:#fff;font-size:13px}.el-timeline-item__node{position:absolute;background-color:#e4e7ed;border-radius:50%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.el-timeline-item__node--normal{left:-1px;width:12px;height:12px}.el-timeline-item__node--large{left:-2px;width:14px;height:14px}.el-timeline-item__node--primary{background-color:#00c292}.el-timeline-item__node--success{background-color:#67c23a}.el-timeline-item__node--warning{background-color:#e6a23c}.el-timeline-item__node--danger{background-color:#f56c6c}.el-timeline-item__node--info{background-color:#909399}.el-timeline-item__dot{position:absolute;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.el-timeline-item__content{color:#303133}.el-timeline-item__timestamp{color:#909399;line-height:1;font-size:13px}.el-timeline-item__timestamp.is-top{margin-bottom:8px;padding-top:4px}.el-timeline-item__timestamp.is-bottom{margin-top:8px}.el-link{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;vertical-align:middle;position:relative;text-decoration:none;outline:none;cursor:pointer;padding:0;font-size:14px;font-weight:500}.el-link.is-underline:hover:after{content:"";position:absolute;left:0;right:0;height:0;bottom:0;border-bottom:1px solid #00c292}.el-link.is-disabled{cursor:not-allowed}.el-link [class*=el-icon-]+span{margin-left:5px}.el-link.el-link--default{color:#606266}.el-link.el-link--default:hover{color:#00c292}.el-link.el-link--default:after{border-color:#00c292}.el-link.el-link--default.is-disabled{color:#c0c4cc}.el-link.el-link--primary{color:#00c292}.el-link.el-link--primary:hover{color:#33cea8}.el-link.el-link--primary:after{border-color:#00c292}.el-link.el-link--primary.is-disabled{color:#80e1c9}.el-link.el-link--primary.is-underline:hover:after{border-color:#00c292}.el-link.el-link--danger{color:#f56c6c}.el-link.el-link--danger:hover{color:#f78989}.el-link.el-link--danger:after{border-color:#f56c6c}.el-link.el-link--danger.is-disabled{color:#fab6b6}.el-link.el-link--danger.is-underline:hover:after{border-color:#f56c6c}.el-link.el-link--success{color:#67c23a}.el-link.el-link--success:hover{color:#85ce61}.el-link.el-link--success:after{border-color:#67c23a}.el-link.el-link--success.is-disabled{color:#b3e19d}.el-link.el-link--success.is-underline:hover:after{border-color:#67c23a}.el-link.el-link--warning{color:#e6a23c}.el-link.el-link--warning:hover{color:#ebb563}.el-link.el-link--warning:after{border-color:#e6a23c}.el-link.el-link--warning.is-disabled{color:#f3d19e}.el-link.el-link--warning.is-underline:hover:after{border-color:#e6a23c}.el-link.el-link--info{color:#909399}.el-link.el-link--info:hover{color:#a6a9ad}.el-link.el-link--info:after{border-color:#909399}.el-link.el-link--info.is-disabled{color:#c8c9cc}.el-link.el-link--info.is-underline:hover:after{border-color:#909399}.el-divider{background-color:#dcdfe6;position:relative}.el-divider--horizontal{display:block;height:1px;width:100%;margin:24px 0}.el-divider--vertical{display:inline-block;width:1px;height:1em;margin:0 8px;vertical-align:middle;position:relative}.el-divider__text{position:absolute;background-color:#fff;padding:0 20px;font-weight:500;color:#303133;font-size:14px}.el-divider__text.is-left{left:20px;-webkit-transform:translateY(-50%);transform:translateY(-50%)}.el-divider__text.is-center{left:50%;-webkit-transform:translateX(-50%) translateY(-50%);transform:translateX(-50%) translateY(-50%)}.el-divider__text.is-right{right:20px;-webkit-transform:translateY(-50%);transform:translateY(-50%)}.el-image__error,.el-image__inner,.el-image__placeholder{width:100%;height:100%}.el-image{position:relative;display:inline-block;overflow:hidden}.el-image__inner{vertical-align:top}.el-image__inner--center{position:relative;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);display:block}.el-image__error,.el-image__placeholder{background:#f5f7fa}.el-image__error{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;font-size:14px;color:#c0c4cc;vertical-align:middle}.el-image__preview{cursor:pointer}.el-image-viewer__wrapper{position:fixed;top:0;right:0;bottom:0;left:0}.el-image-viewer__btn{position:absolute;z-index:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;border-radius:50%;opacity:.8;cursor:pointer;-webkit-box-sizing:border-box;box-sizing:border-box;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.el-image-viewer__close{top:40px;right:40px;width:40px;height:40px;font-size:24px;color:#fff;background-color:#606266}.el-image-viewer__canvas{width:100%;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.el-image-viewer__actions{left:50%;bottom:30px;-webkit-transform:translateX(-50%);transform:translateX(-50%);width:282px;height:44px;padding:0 23px;background-color:#606266;border-color:#fff;border-radius:22px}.el-image-viewer__actions__inner{width:100%;height:100%;text-align:justify;cursor:default;font-size:23px;color:#fff;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-ms-flex-pack:distribute;justify-content:space-around}.el-image-viewer__prev{left:40px}.el-image-viewer__next,.el-image-viewer__prev{top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);width:44px;height:44px;font-size:24px;color:#fff;background-color:#606266;border-color:#fff}.el-image-viewer__next{right:40px;text-indent:2px}.el-image-viewer__mask{position:absolute;width:100%;height:100%;top:0;left:0;opacity:.5;background:#000}.viewer-fade-enter-active{-webkit-animation:viewer-fade-in .3s;animation:viewer-fade-in .3s}.viewer-fade-leave-active{-webkit-animation:viewer-fade-out .3s;animation:viewer-fade-out .3s}@-webkit-keyframes viewer-fade-in{0%{-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0);opacity:0}to{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}@keyframes viewer-fade-in{0%{-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0);opacity:0}to{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}@-webkit-keyframes viewer-fade-out{0%{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}to{-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0);opacity:0}}@keyframes viewer-fade-out{0%{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}to{-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0);opacity:0}}.el-button{display:inline-block;line-height:1;white-space:nowrap;cursor:pointer;background:#fff;border:1px solid #dcdfe6;border-color:#dcdfe6;color:#606266;-webkit-appearance:none;text-align:center;-webkit-box-sizing:border-box;box-sizing:border-box;outline:none;margin:0;-webkit-transition:.1s;transition:.1s;font-weight:500;-moz-user-select:none;-webkit-user-select:none;-ms-user-select:none;padding:12px 20px;font-size:14px;border-radius:4px}.el-button+.el-button{margin-left:10px}.el-button.is-round{padding:12px 20px}.el-button:focus,.el-button:hover{color:#00c292;border-color:#b3edde;background-color:#e6f9f4}.el-button:active{color:#00af83;border-color:#00af83;outline:none}.el-button::-moz-focus-inner{border:0}.el-button [class*=el-icon-]+span{margin-left:5px}.el-button.is-plain:focus,.el-button.is-plain:hover{background:#fff;border-color:#00c292;color:#00c292}.el-button.is-plain:active{background:#fff;outline:none}.el-button.is-active,.el-button.is-plain:active{border-color:#00af83;color:#00af83}.el-button.is-disabled,.el-button.is-disabled:focus,.el-button.is-disabled:hover{color:#c0c4cc;cursor:not-allowed;background-image:none;background-color:#fff;border-color:#ebeef5}.el-button.is-disabled.el-button--text{background-color:transparent}.el-button.is-disabled.is-plain,.el-button.is-disabled.is-plain:focus,.el-button.is-disabled.is-plain:hover{background-color:#fff;border-color:#ebeef5;color:#c0c4cc}.el-button.is-loading{position:relative;pointer-events:none}.el-button.is-loading:before{pointer-events:none;content:"";position:absolute;left:-1px;top:-1px;right:-1px;bottom:-1px;border-radius:inherit;background-color:hsla(0,0%,100%,.35)}.el-button.is-round{border-radius:20px;padding:12px 23px}.el-button.is-circle{border-radius:50%;padding:12px}.el-button--primary{color:#fff;background-color:#00c292;border-color:#00c292}.el-button--primary:focus,.el-button--primary:hover{background:#33cea8;border-color:#33cea8;color:#fff}.el-button--primary:active{outline:none}.el-button--primary.is-active,.el-button--primary:active{background:#00af83;border-color:#00af83;color:#fff}.el-button--primary.is-disabled,.el-button--primary.is-disabled:active,.el-button--primary.is-disabled:focus,.el-button--primary.is-disabled:hover{color:#fff;background-color:#80e1c9;border-color:#80e1c9}.el-button--primary.is-plain{color:#00c292;background:#e6f9f4;border-color:#99e7d3}.el-button--primary.is-plain:focus,.el-button--primary.is-plain:hover{background:#00c292;border-color:#00c292;color:#fff}.el-button--primary.is-plain:active{background:#00af83;border-color:#00af83;color:#fff;outline:none}.el-button--primary.is-plain.is-disabled,.el-button--primary.is-plain.is-disabled:active,.el-button--primary.is-plain.is-disabled:focus,.el-button--primary.is-plain.is-disabled:hover{color:#66dabe;background-color:#e6f9f4;border-color:#ccf3e9}.el-button--success{color:#fff;background-color:#67c23a;border-color:#67c23a}.el-button--success:focus,.el-button--success:hover{background:#85ce61;border-color:#85ce61;color:#fff}.el-button--success:active{outline:none}.el-button--success.is-active,.el-button--success:active{background:#5daf34;border-color:#5daf34;color:#fff}.el-button--success.is-disabled,.el-button--success.is-disabled:active,.el-button--success.is-disabled:focus,.el-button--success.is-disabled:hover{color:#fff;background-color:#b3e19d;border-color:#b3e19d}.el-button--success.is-plain{color:#67c23a;background:#f0f9eb;border-color:#c2e7b0}.el-button--success.is-plain:focus,.el-button--success.is-plain:hover{background:#67c23a;border-color:#67c23a;color:#fff}.el-button--success.is-plain:active{background:#5daf34;border-color:#5daf34;color:#fff;outline:none}.el-button--success.is-plain.is-disabled,.el-button--success.is-plain.is-disabled:active,.el-button--success.is-plain.is-disabled:focus,.el-button--success.is-plain.is-disabled:hover{color:#a4da89;background-color:#f0f9eb;border-color:#e1f3d8}.el-button--warning{color:#fff;background-color:#e6a23c;border-color:#e6a23c}.el-button--warning:focus,.el-button--warning:hover{background:#ebb563;border-color:#ebb563;color:#fff}.el-button--warning:active{outline:none}.el-button--warning.is-active,.el-button--warning:active{background:#cf9236;border-color:#cf9236;color:#fff}.el-button--warning.is-disabled,.el-button--warning.is-disabled:active,.el-button--warning.is-disabled:focus,.el-button--warning.is-disabled:hover{color:#fff;background-color:#f3d19e;border-color:#f3d19e}.el-button--warning.is-plain{color:#e6a23c;background:#fdf6ec;border-color:#f5dab1}.el-button--warning.is-plain:focus,.el-button--warning.is-plain:hover{background:#e6a23c;border-color:#e6a23c;color:#fff}.el-button--warning.is-plain:active{background:#cf9236;border-color:#cf9236;color:#fff;outline:none}.el-button--warning.is-plain.is-disabled,.el-button--warning.is-plain.is-disabled:active,.el-button--warning.is-plain.is-disabled:focus,.el-button--warning.is-plain.is-disabled:hover{color:#f0c78a;background-color:#fdf6ec;border-color:#faecd8}.el-button--danger{color:#fff;background-color:#f56c6c;border-color:#f56c6c}.el-button--danger:focus,.el-button--danger:hover{background:#f78989;border-color:#f78989;color:#fff}.el-button--danger:active{outline:none}.el-button--danger.is-active,.el-button--danger:active{background:#dd6161;border-color:#dd6161;color:#fff}.el-button--danger.is-disabled,.el-button--danger.is-disabled:active,.el-button--danger.is-disabled:focus,.el-button--danger.is-disabled:hover{color:#fff;background-color:#fab6b6;border-color:#fab6b6}.el-button--danger.is-plain{color:#f56c6c;background:#fef0f0;border-color:#fbc4c4}.el-button--danger.is-plain:focus,.el-button--danger.is-plain:hover{background:#f56c6c;border-color:#f56c6c;color:#fff}.el-button--danger.is-plain:active{background:#dd6161;border-color:#dd6161;color:#fff;outline:none}.el-button--danger.is-plain.is-disabled,.el-button--danger.is-plain.is-disabled:active,.el-button--danger.is-plain.is-disabled:focus,.el-button--danger.is-plain.is-disabled:hover{color:#f9a7a7;background-color:#fef0f0;border-color:#fde2e2}.el-button--info{color:#fff;background-color:#909399;border-color:#909399}.el-button--info:focus,.el-button--info:hover{background:#a6a9ad;border-color:#a6a9ad;color:#fff}.el-button--info:active{outline:none}.el-button--info.is-active,.el-button--info:active{background:#82848a;border-color:#82848a;color:#fff}.el-button--info.is-disabled,.el-button--info.is-disabled:active,.el-button--info.is-disabled:focus,.el-button--info.is-disabled:hover{color:#fff;background-color:#c8c9cc;border-color:#c8c9cc}.el-button--info.is-plain{color:#909399;background:#f4f4f5;border-color:#d3d4d6}.el-button--info.is-plain:focus,.el-button--info.is-plain:hover{background:#909399;border-color:#909399;color:#fff}.el-button--info.is-plain:active{background:#82848a;border-color:#82848a;color:#fff;outline:none}.el-button--info.is-plain.is-disabled,.el-button--info.is-plain.is-disabled:active,.el-button--info.is-plain.is-disabled:focus,.el-button--info.is-plain.is-disabled:hover{color:#bcbec2;background-color:#f4f4f5;border-color:#e9e9eb}.el-button--medium{padding:10px 20px;font-size:14px;border-radius:4px}.el-button--medium.is-round{padding:10px 20px}.el-button--medium.is-circle{padding:10px}.el-button--small{padding:9px 15px;font-size:12px;border-radius:3px}.el-button--small.is-round{padding:9px 15px}.el-button--small.is-circle{padding:9px}.el-button--mini{padding:7px 15px;font-size:12px;border-radius:3px}.el-button--mini.is-round{padding:7px 15px}.el-button--mini.is-circle{padding:7px}.el-button--text{border-color:transparent;color:#00c292;background:transparent;padding-left:0;padding-right:0}.el-button--text:focus,.el-button--text:hover{color:#33cea8;border-color:transparent;background-color:transparent}.el-button--text:active{color:#00af83;background-color:transparent}.el-button--text.is-disabled,.el-button--text.is-disabled:focus,.el-button--text.is-disabled:hover,.el-button--text:active{border-color:transparent}.el-button-group{display:inline-block;vertical-align:middle}.el-button-group:after,.el-button-group:before{display:table;content:""}.el-button-group:after{clear:both}.el-button-group>.el-button{float:left;position:relative}.el-button-group>.el-button+.el-button{margin-left:0}.el-button-group>.el-button.is-disabled{z-index:1}.el-button-group>.el-button:first-child{border-top-right-radius:0;border-bottom-right-radius:0}.el-button-group>.el-button:last-child{border-top-left-radius:0;border-bottom-left-radius:0}.el-button-group>.el-button:first-child:last-child{border-top-right-radius:4px;border-bottom-right-radius:4px;border-top-left-radius:4px;border-bottom-left-radius:4px}.el-button-group>.el-button:first-child:last-child.is-round{border-radius:20px}.el-button-group>.el-button:first-child:last-child.is-circle{border-radius:50%}.el-button-group>.el-button:not(:first-child):not(:last-child){border-radius:0}.el-button-group>.el-button:not(:last-child){margin-right:-1px}.el-button-group>.el-button.is-active,.el-button-group>.el-button:not(.is-disabled):active,.el-button-group>.el-button:not(.is-disabled):focus,.el-button-group>.el-button:not(.is-disabled):hover{z-index:1}.el-button-group>.el-dropdown>.el-button{border-top-left-radius:0;border-bottom-left-radius:0;border-left-color:hsla(0,0%,100%,.5)}.el-button-group .el-button--primary:first-child{border-right-color:hsla(0,0%,100%,.5)}.el-button-group .el-button--primary:last-child{border-left-color:hsla(0,0%,100%,.5)}.el-button-group .el-button--primary:not(:first-child):not(:last-child){border-left-color:hsla(0,0%,100%,.5);border-right-color:hsla(0,0%,100%,.5)}.el-button-group .el-button--success:first-child{border-right-color:hsla(0,0%,100%,.5)}.el-button-group .el-button--success:last-child{border-left-color:hsla(0,0%,100%,.5)}.el-button-group .el-button--success:not(:first-child):not(:last-child){border-left-color:hsla(0,0%,100%,.5);border-right-color:hsla(0,0%,100%,.5)}.el-button-group .el-button--warning:first-child{border-right-color:hsla(0,0%,100%,.5)}.el-button-group .el-button--warning:last-child{border-left-color:hsla(0,0%,100%,.5)}.el-button-group .el-button--warning:not(:first-child):not(:last-child){border-left-color:hsla(0,0%,100%,.5);border-right-color:hsla(0,0%,100%,.5)}.el-button-group .el-button--danger:first-child{border-right-color:hsla(0,0%,100%,.5)}.el-button-group .el-button--danger:last-child{border-left-color:hsla(0,0%,100%,.5)}.el-button-group .el-button--danger:not(:first-child):not(:last-child){border-left-color:hsla(0,0%,100%,.5);border-right-color:hsla(0,0%,100%,.5)}.el-button-group .el-button--info:first-child{border-right-color:hsla(0,0%,100%,.5)}.el-button-group .el-button--info:last-child{border-left-color:hsla(0,0%,100%,.5)}.el-button-group .el-button--info:not(:first-child):not(:last-child){border-left-color:hsla(0,0%,100%,.5);border-right-color:hsla(0,0%,100%,.5)}.el-calendar{background-color:#fff}.el-calendar__header{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;padding:12px 20px;border-bottom:1px solid #ebeef5}.el-calendar__title{color:#000;-ms-flex-item-align:center;align-self:center}.el-calendar__body{padding:12px 20px 35px}.el-calendar-table{table-layout:fixed;width:100%}.el-calendar-table thead th{padding:12px 0;color:#606266;font-weight:400}.el-calendar-table:not(.is-range) td.next,.el-calendar-table:not(.is-range) td.prev{color:#c0c4cc}.el-calendar-table td{border-bottom:1px solid #ebeef5;border-right:1px solid #ebeef5;vertical-align:top;-webkit-transition:background-color .2s ease;transition:background-color .2s ease}.el-calendar-table td.is-selected{background-color:#f2f8fe}.el-calendar-table td.is-today{color:#00c292}.el-calendar-table tr:first-child td{border-top:1px solid #ebeef5}.el-calendar-table tr td:first-child{border-left:1px solid #ebeef5}.el-calendar-table tr.el-calendar-table__row--hide-border td{border-top:none}.el-calendar-table .el-calendar-day{-webkit-box-sizing:border-box;box-sizing:border-box;padding:8px;height:85px}.el-calendar-table .el-calendar-day:hover{cursor:pointer;background-color:#f2f8fe}.el-backtop{position:fixed;background-color:#fff;width:40px;height:40px;border-radius:50%;color:#00c292;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;font-size:20px;-webkit-box-shadow:0 0 6px rgba(0,0,0,.12);box-shadow:0 0 6px rgba(0,0,0,.12);cursor:pointer;z-index:5}.el-backtop:hover{background-color:#f2f6fc}.el-page-header{line-height:24px}.el-page-header,.el-page-header__left{display:-webkit-box;display:-ms-flexbox;display:flex}.el-page-header__left{cursor:pointer;margin-right:40px;position:relative}.el-page-header__left:after{content:"";position:absolute;width:1px;height:16px;right:-20px;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);background-color:#dcdfe6}.el-page-header__left .el-icon-back{font-size:18px;margin-right:6px;-ms-flex-item-align:center;align-self:center}.el-page-header__title{font-size:14px;font-weight:500}.el-page-header__content{font-size:18px;color:#303133}.el-checkbox{color:#606266;font-weight:500;font-size:14px;position:relative;cursor:pointer;display:inline-block;white-space:nowrap;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;margin-right:30px}.el-checkbox.is-bordered{padding:9px 20px 9px 10px;border-radius:4px;border:1px solid #dcdfe6;-webkit-box-sizing:border-box;box-sizing:border-box;line-height:normal;height:40px}.el-checkbox.is-bordered.is-checked{border-color:#00c292}.el-checkbox.is-bordered.is-disabled{border-color:#ebeef5;cursor:not-allowed}.el-checkbox.is-bordered+.el-checkbox.is-bordered{margin-left:10px}.el-checkbox.is-bordered.el-checkbox--medium{padding:7px 20px 7px 10px;border-radius:4px;height:36px}.el-checkbox.is-bordered.el-checkbox--medium .el-checkbox__label{line-height:17px;font-size:14px}.el-checkbox.is-bordered.el-checkbox--medium .el-checkbox__inner{height:14px;width:14px}.el-checkbox.is-bordered.el-checkbox--small{padding:5px 15px 5px 10px;border-radius:3px;height:32px}.el-checkbox.is-bordered.el-checkbox--small .el-checkbox__label{line-height:15px;font-size:12px}.el-checkbox.is-bordered.el-checkbox--small .el-checkbox__inner{height:12px;width:12px}.el-checkbox.is-bordered.el-checkbox--small .el-checkbox__inner:after{height:6px;width:2px}.el-checkbox.is-bordered.el-checkbox--mini{padding:3px 15px 3px 10px;border-radius:3px;height:28px}.el-checkbox.is-bordered.el-checkbox--mini .el-checkbox__label{line-height:12px;font-size:12px}.el-checkbox.is-bordered.el-checkbox--mini .el-checkbox__inner{height:12px;width:12px}.el-checkbox.is-bordered.el-checkbox--mini .el-checkbox__inner:after{height:6px;width:2px}.el-checkbox__input{white-space:nowrap;cursor:pointer;outline:none;display:inline-block;line-height:1;position:relative;vertical-align:middle}.el-checkbox__input.is-disabled .el-checkbox__inner{background-color:#edf2fc;border-color:#dcdfe6;cursor:not-allowed}.el-checkbox__input.is-disabled .el-checkbox__inner:after{cursor:not-allowed;border-color:#c0c4cc}.el-checkbox__input.is-disabled .el-checkbox__inner+.el-checkbox__label{cursor:not-allowed}.el-checkbox__input.is-disabled.is-checked .el-checkbox__inner{background-color:#f2f6fc;border-color:#dcdfe6}.el-checkbox__input.is-disabled.is-checked .el-checkbox__inner:after{border-color:#c0c4cc}.el-checkbox__input.is-disabled.is-indeterminate .el-checkbox__inner{background-color:#f2f6fc;border-color:#dcdfe6}.el-checkbox__input.is-disabled.is-indeterminate .el-checkbox__inner:before{background-color:#c0c4cc;border-color:#c0c4cc}.el-checkbox__input.is-disabled+span.el-checkbox__label{color:#c0c4cc;cursor:not-allowed}.el-checkbox__input.is-checked .el-checkbox__inner{background-color:#00c292;border-color:#00c292}.el-checkbox__input.is-checked .el-checkbox__inner:after{-webkit-transform:rotate(45deg) scaleY(1);transform:rotate(45deg) scaleY(1)}.el-checkbox__input.is-checked+.el-checkbox__label{color:#00c292}.el-checkbox__input.is-focus .el-checkbox__inner{border-color:#00c292}.el-checkbox__input.is-indeterminate .el-checkbox__inner{background-color:#00c292;border-color:#00c292}.el-checkbox__input.is-indeterminate .el-checkbox__inner:before{content:"";position:absolute;display:block;background-color:#fff;height:2px;-webkit-transform:scale(.5);transform:scale(.5);left:0;right:0;top:5px}.el-checkbox__input.is-indeterminate .el-checkbox__inner:after{display:none}.el-checkbox__inner{display:inline-block;position:relative;border:1px solid #dcdfe6;border-radius:2px;-webkit-box-sizing:border-box;box-sizing:border-box;width:14px;height:14px;background-color:#fff;z-index:1;-webkit-transition:border-color .25s cubic-bezier(.71,-.46,.29,1.46),background-color .25s cubic-bezier(.71,-.46,.29,1.46);transition:border-color .25s cubic-bezier(.71,-.46,.29,1.46),background-color .25s cubic-bezier(.71,-.46,.29,1.46)}.el-checkbox__inner:hover{border-color:#00c292}.el-checkbox__inner:after{-webkit-box-sizing:content-box;box-sizing:content-box;content:"";border:1px solid #fff;border-left:0;border-top:0;height:7px;left:4px;position:absolute;top:1px;-webkit-transform:rotate(45deg) scaleY(0);transform:rotate(45deg) scaleY(0);width:3px;-webkit-transition:-webkit-transform .15s ease-in .05s;transition:-webkit-transform .15s ease-in .05s;transition:transform .15s ease-in .05s;transition:transform .15s ease-in .05s,-webkit-transform .15s ease-in .05s;-webkit-transform-origin:center;transform-origin:center}.el-checkbox__original{opacity:0;outline:none;position:absolute;margin:0;width:0;height:0;z-index:-1}.el-checkbox__label{display:inline-block;padding-left:10px;line-height:19px;font-size:14px}.el-checkbox:last-of-type{margin-right:0}.el-checkbox-button,.el-checkbox-button__inner{position:relative;display:inline-block}.el-checkbox-button__inner{line-height:1;font-weight:500;white-space:nowrap;vertical-align:middle;cursor:pointer;background:#fff;border:1px solid #dcdfe6;border-left:0;color:#606266;-webkit-appearance:none;text-align:center;-webkit-box-sizing:border-box;box-sizing:border-box;outline:none;margin:0;-webkit-transition:all .3s cubic-bezier(.645,.045,.355,1);transition:all .3s cubic-bezier(.645,.045,.355,1);-moz-user-select:none;-webkit-user-select:none;-ms-user-select:none;padding:12px 20px;font-size:14px;border-radius:0}.el-checkbox-button__inner.is-round{padding:12px 20px}.el-checkbox-button__inner:hover{color:#00c292}.el-checkbox-button__inner [class*=el-icon-]{line-height:.9}.el-checkbox-button__inner [class*=el-icon-]+span{margin-left:5px}.el-checkbox-button__original{opacity:0;outline:none;position:absolute;margin:0;z-index:-1}.el-checkbox-button.is-checked .el-checkbox-button__inner{color:#fff;background-color:#00c292;border-color:#00c292;-webkit-box-shadow:-1px 0 0 0 #66dabe;box-shadow:-1px 0 0 0 #66dabe}.el-checkbox-button.is-checked:first-child .el-checkbox-button__inner{border-left-color:#00c292}.el-checkbox-button.is-disabled .el-checkbox-button__inner{color:#c0c4cc;cursor:not-allowed;background-image:none;background-color:#fff;border-color:#ebeef5;-webkit-box-shadow:none;box-shadow:none}.el-checkbox-button.is-disabled:first-child .el-checkbox-button__inner{border-left-color:#ebeef5}.el-checkbox-button:first-child .el-checkbox-button__inner{border-left:1px solid #dcdfe6;border-radius:4px 0 0 4px;-webkit-box-shadow:none!important;box-shadow:none!important}.el-checkbox-button.is-focus .el-checkbox-button__inner{border-color:#00c292}.el-checkbox-button:last-child .el-checkbox-button__inner{border-radius:0 4px 4px 0}.el-checkbox-button--medium .el-checkbox-button__inner{padding:10px 20px;font-size:14px;border-radius:0}.el-checkbox-button--medium .el-checkbox-button__inner.is-round{padding:10px 20px}.el-checkbox-button--small .el-checkbox-button__inner{padding:9px 15px;font-size:12px;border-radius:0}.el-checkbox-button--small .el-checkbox-button__inner.is-round{padding:9px 15px}.el-checkbox-button--mini .el-checkbox-button__inner{padding:7px 15px;font-size:12px;border-radius:0}.el-checkbox-button--mini .el-checkbox-button__inner.is-round{padding:7px 15px}.el-checkbox-group{font-size:0}.el-radio{color:#606266;font-weight:500;line-height:1;position:relative;cursor:pointer;display:inline-block;white-space:nowrap;outline:none;font-size:14px;margin-right:30px;-moz-user-select:none;-webkit-user-select:none;-ms-user-select:none}.el-radio.is-bordered{padding:12px 20px 0 10px;border-radius:4px;border:1px solid #dcdfe6;-webkit-box-sizing:border-box;box-sizing:border-box;height:40px}.el-radio.is-bordered.is-checked{border-color:#00c292}.el-radio.is-bordered.is-disabled{cursor:not-allowed;border-color:#ebeef5}.el-radio.is-bordered+.el-radio.is-bordered{margin-left:10px}.el-radio--medium.is-bordered{padding:10px 20px 0 10px;border-radius:4px;height:36px}.el-radio--medium.is-bordered .el-radio__label{font-size:14px}.el-radio--medium.is-bordered .el-radio__inner{height:14px;width:14px}.el-radio--small.is-bordered{padding:8px 15px 0 10px;border-radius:3px;height:32px}.el-radio--small.is-bordered .el-radio__label{font-size:12px}.el-radio--small.is-bordered .el-radio__inner{height:12px;width:12px}.el-radio--mini.is-bordered{padding:6px 15px 0 10px;border-radius:3px;height:28px}.el-radio--mini.is-bordered .el-radio__label{font-size:12px}.el-radio--mini.is-bordered .el-radio__inner{height:12px;width:12px}.el-radio:last-child{margin-right:0}.el-radio__input{white-space:nowrap;cursor:pointer;outline:none;display:inline-block;line-height:1;position:relative;vertical-align:middle}.el-radio__input.is-disabled .el-radio__inner{background-color:#f5f7fa;border-color:#e4e7ed;cursor:not-allowed}.el-radio__input.is-disabled .el-radio__inner:after{cursor:not-allowed;background-color:#f5f7fa}.el-radio__input.is-disabled .el-radio__inner+.el-radio__label{cursor:not-allowed}.el-radio__input.is-disabled.is-checked .el-radio__inner{background-color:#f5f7fa;border-color:#e4e7ed}.el-radio__input.is-disabled.is-checked .el-radio__inner:after{background-color:#c0c4cc}.el-radio__input.is-disabled+span.el-radio__label{color:#c0c4cc;cursor:not-allowed}.el-radio__input.is-checked .el-radio__inner{border-color:#00c292;background:#00c292}.el-radio__input.is-checked .el-radio__inner:after{-webkit-transform:translate(-50%,-50%) scale(1);transform:translate(-50%,-50%) scale(1)}.el-radio__input.is-checked+.el-radio__label{color:#00c292}.el-radio__input.is-focus .el-radio__inner{border-color:#00c292}.el-radio__inner{border:1px solid #dcdfe6;border-radius:100%;width:14px;height:14px;background-color:#fff;position:relative;cursor:pointer;display:inline-block;-webkit-box-sizing:border-box;box-sizing:border-box}.el-radio__inner:hover{border-color:#00c292}.el-radio__inner:after{width:4px;height:4px;border-radius:100%;background-color:#fff;content:"";position:absolute;left:50%;top:50%;-webkit-transform:translate(-50%,-50%) scale(0);transform:translate(-50%,-50%) scale(0);-webkit-transition:-webkit-transform .15s ease-in;transition:-webkit-transform .15s ease-in;transition:transform .15s ease-in;transition:transform .15s ease-in,-webkit-transform .15s ease-in}.el-radio__original{opacity:0;outline:none;position:absolute;z-index:-1;top:0;left:0;right:0;bottom:0;margin:0}.el-radio:focus:not(.is-focus):not(:active):not(.is-disabled) .el-radio__inner{-webkit-box-shadow:0 0 2px 2px #00c292;box-shadow:0 0 2px 2px #00c292}.el-radio__label{font-size:14px;padding-left:10px}.el-scrollbar{overflow:hidden;position:relative}.el-scrollbar:active>.el-scrollbar__bar,.el-scrollbar:focus>.el-scrollbar__bar,.el-scrollbar:hover>.el-scrollbar__bar{opacity:1;-webkit-transition:opacity .34s ease-out;transition:opacity .34s ease-out}.el-scrollbar__wrap{overflow:scroll;height:100%}.el-scrollbar__wrap--hidden-default{scrollbar-width:none}.el-scrollbar__wrap--hidden-default::-webkit-scrollbar{width:0;height:0}.el-scrollbar__thumb{position:relative;display:block;width:0;height:0;cursor:pointer;border-radius:inherit;background-color:rgba(144,147,153,.3);-webkit-transition:background-color .3s;transition:background-color .3s}.el-scrollbar__thumb:hover{background-color:rgba(144,147,153,.5)}.el-scrollbar__bar{position:absolute;right:2px;bottom:2px;z-index:1;border-radius:4px;opacity:0;-webkit-transition:opacity .12s ease-out;transition:opacity .12s ease-out}.el-scrollbar__bar.is-vertical{width:6px;top:2px}.el-scrollbar__bar.is-vertical>div{width:100%}.el-scrollbar__bar.is-horizontal{height:6px;left:2px}.el-scrollbar__bar.is-horizontal>div{height:100%}.el-cascader-panel{display:-webkit-box;display:-ms-flexbox;display:flex;border-radius:4px;font-size:14px}.el-cascader-panel.is-bordered{border:1px solid #e4e7ed;border-radius:4px}.el-cascader-menu{min-width:180px;-webkit-box-sizing:border-box;box-sizing:border-box;color:#606266;border-right:1px solid #e4e7ed}.el-cascader-menu:last-child{border-right:none}.el-cascader-menu:last-child .el-cascader-node{padding-right:20px}.el-cascader-menu__wrap{height:204px}.el-cascader-menu__list{position:relative;min-height:100%;margin:0;padding:6px 0;list-style:none;-webkit-box-sizing:border-box;box-sizing:border-box}.el-cascader-menu__hover-zone{position:absolute;top:0;left:0;width:100%;height:100%;pointer-events:none}.el-cascader-menu__empty-text{position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);text-align:center;color:#c0c4cc}.el-cascader-node{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:0 30px 0 20px;height:34px;line-height:34px;outline:none}.el-cascader-node.is-selectable.in-active-path{color:#606266}.el-cascader-node.in-active-path,.el-cascader-node.is-active,.el-cascader-node.is-selectable.in-checked-path{color:#00c292;font-weight:700}.el-cascader-node:not(.is-disabled){cursor:pointer}.el-cascader-node:not(.is-disabled):focus,.el-cascader-node:not(.is-disabled):hover{background:#f5f7fa}.el-cascader-node.is-disabled{color:#c0c4cc;cursor:not-allowed}.el-cascader-node__prefix{position:absolute;left:10px}.el-cascader-node__postfix{position:absolute;right:10px}.el-cascader-node__label{-webkit-box-flex:1;-ms-flex:1;flex:1;padding:0 10px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.el-cascader-node>.el-radio{margin-right:0}.el-cascader-node>.el-radio .el-radio__label{padding-left:0}.el-avatar{display:inline-block;-webkit-box-sizing:border-box;box-sizing:border-box;text-align:center;overflow:hidden;color:#fff;background:#c0c4cc;width:40px;height:40px;line-height:40px;font-size:14px}.el-avatar>img{display:block;height:100%;vertical-align:middle}.el-avatar--circle{border-radius:50%}.el-avatar--square{border-radius:4px}.el-avatar--icon{font-size:18px}.el-avatar--large{width:40px;height:40px;line-height:40px}.el-avatar--medium{width:36px;height:36px;line-height:36px}.el-avatar--small{width:28px;height:28px;line-height:28px}@-webkit-keyframes el-drawer-fade-in{0%{opacity:0}to{opacity:1}}@keyframes el-drawer-fade-in{0%{opacity:0}to{opacity:1}}@-webkit-keyframes rtl-drawer-in{0%{-webkit-transform:translate(100%);transform:translate(100%)}to{-webkit-transform:translate(0);transform:translate(0)}}@keyframes rtl-drawer-in{0%{-webkit-transform:translate(100%);transform:translate(100%)}to{-webkit-transform:translate(0);transform:translate(0)}}@-webkit-keyframes rtl-drawer-out{0%{-webkit-transform:translate(0);transform:translate(0)}to{-webkit-transform:translate(100%);transform:translate(100%)}}@keyframes rtl-drawer-out{0%{-webkit-transform:translate(0);transform:translate(0)}to{-webkit-transform:translate(100%);transform:translate(100%)}}@-webkit-keyframes ltr-drawer-in{0%{-webkit-transform:translate(-100%);transform:translate(-100%)}to{-webkit-transform:translate(0);transform:translate(0)}}@keyframes ltr-drawer-in{0%{-webkit-transform:translate(-100%);transform:translate(-100%)}to{-webkit-transform:translate(0);transform:translate(0)}}@-webkit-keyframes ltr-drawer-out{0%{-webkit-transform:translate(0);transform:translate(0)}to{-webkit-transform:translate(-100%);transform:translate(-100%)}}@keyframes ltr-drawer-out{0%{-webkit-transform:translate(0);transform:translate(0)}to{-webkit-transform:translate(-100%);transform:translate(-100%)}}@-webkit-keyframes ttb-drawer-in{0%{-webkit-transform:translateY(-100%);transform:translateY(-100%)}to{-webkit-transform:translate(0);transform:translate(0)}}@keyframes ttb-drawer-in{0%{-webkit-transform:translateY(-100%);transform:translateY(-100%)}to{-webkit-transform:translate(0);transform:translate(0)}}@-webkit-keyframes ttb-drawer-out{0%{-webkit-transform:translate(0);transform:translate(0)}to{-webkit-transform:translateY(-100%);transform:translateY(-100%)}}@keyframes ttb-drawer-out{0%{-webkit-transform:translate(0);transform:translate(0)}to{-webkit-transform:translateY(-100%);transform:translateY(-100%)}}@-webkit-keyframes btt-drawer-in{0%{-webkit-transform:translateY(100%);transform:translateY(100%)}to{-webkit-transform:translate(0);transform:translate(0)}}@keyframes btt-drawer-in{0%{-webkit-transform:translateY(100%);transform:translateY(100%)}to{-webkit-transform:translate(0);transform:translate(0)}}@-webkit-keyframes btt-drawer-out{0%{-webkit-transform:translate(0);transform:translate(0)}to{-webkit-transform:translateY(100%);transform:translateY(100%)}}@keyframes btt-drawer-out{0%{-webkit-transform:translate(0);transform:translate(0)}to{-webkit-transform:translateY(100%);transform:translateY(100%)}}.el-drawer{position:absolute;-webkit-box-sizing:border-box;box-sizing:border-box;background-color:#fff;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-shadow:0 8px 10px -5px rgba(0,0,0,.2),0 16px 24px 2px rgba(0,0,0,.14),0 6px 30px 5px rgba(0,0,0,.12);box-shadow:0 8px 10px -5px rgba(0,0,0,.2),0 16px 24px 2px rgba(0,0,0,.14),0 6px 30px 5px rgba(0,0,0,.12);overflow:hidden;outline:0}.el-drawer.rtl{-webkit-animation:rtl-drawer-out .3s;animation:rtl-drawer-out .3s}.el-drawer__open .el-drawer.rtl{-webkit-animation:rtl-drawer-in .3s 1ms;animation:rtl-drawer-in .3s 1ms}.el-drawer.ltr{-webkit-animation:ltr-drawer-out .3s;animation:ltr-drawer-out .3s}.el-drawer__open .el-drawer.ltr{-webkit-animation:ltr-drawer-in .3s 1ms;animation:ltr-drawer-in .3s 1ms}.el-drawer.ttb{-webkit-animation:ttb-drawer-out .3s;animation:ttb-drawer-out .3s}.el-drawer__open .el-drawer.ttb{-webkit-animation:ttb-drawer-in .3s 1ms;animation:ttb-drawer-in .3s 1ms}.el-drawer.btt{-webkit-animation:btt-drawer-out .3s;animation:btt-drawer-out .3s}.el-drawer__open .el-drawer.btt{-webkit-animation:btt-drawer-in .3s 1ms;animation:btt-drawer-in .3s 1ms}.el-drawer__wrapper{position:fixed;top:0;right:0;bottom:0;left:0;overflow:hidden;margin:0}.el-drawer__header{-webkit-box-align:center;-ms-flex-align:center;align-items:center;color:#72767b;display:-webkit-box;display:-ms-flexbox;display:flex;margin-bottom:32px;padding:20px;padding-bottom:0}.el-drawer__header>:first-child,.el-drawer__title{-webkit-box-flex:1;-ms-flex:1;flex:1}.el-drawer__title{margin:0;line-height:inherit;font-size:1rem}.el-drawer__close-btn{border:none;cursor:pointer;font-size:20px;color:inherit;background-color:transparent}.el-drawer__body{-webkit-box-flex:1;-ms-flex:1;flex:1;overflow:auto}.el-drawer__body>*{-webkit-box-sizing:border-box;box-sizing:border-box}.el-drawer.ltr,.el-drawer.rtl{height:100%;top:0;bottom:0}.el-drawer.btt,.el-drawer.ttb{width:100%;left:0;right:0}.el-drawer.ltr{left:0}.el-drawer.rtl{right:0}.el-drawer.ttb{top:0}.el-drawer.btt{bottom:0}.el-drawer__container{position:relative;left:0;right:0;top:0;bottom:0;height:100%;width:100%}.el-drawer-fade-enter-active{-webkit-animation:el-drawer-fade-in .3s;animation:el-drawer-fade-in .3s}.el-drawer-fade-leave-active{animation:el-drawer-fade-in .3s reverse}.el-statistic{width:100%;-webkit-box-sizing:border-box;box-sizing:border-box;margin:0;padding:0;color:#000;font-variant:tabular-nums;list-style:none;-webkit-font-feature-settings:"tnum";font-feature-settings:"tnum";text-align:center}.el-statistic .head{margin-bottom:4px;color:#606266;font-size:13px}.el-statistic .con{font-family:Sans-serif;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;color:#303133}.el-statistic .con .number{font-size:20px;padding:0 4px}.el-statistic .con span{display:inline-block;margin:0;line-height:100%}.el-popconfirm__main{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.el-popconfirm__icon{margin-right:5px}.el-popconfirm__action{text-align:right;margin:0}@-webkit-keyframes el-skeleton-loading{0%{background-position:100% 50%}to{background-position:0 50%}}@keyframes el-skeleton-loading{0%{background-position:100% 50%}to{background-position:0 50%}}.el-skeleton{width:100%}.el-skeleton__first-line,.el-skeleton__paragraph{height:16px;margin-top:16px;background:#f2f2f2}.el-skeleton.is-animated .el-skeleton__item{background:-webkit-gradient(linear,left top,right top,color-stop(25%,#f2f2f2),color-stop(37%,#e6e6e6),color-stop(63%,#f2f2f2));background:-webkit-linear-gradient(left,#f2f2f2 25%,#e6e6e6 37%,#f2f2f2 63%);background:linear-gradient(90deg,#f2f2f2 25%,#e6e6e6 37%,#f2f2f2 63%);background-size:400% 100%;-webkit-animation:el-skeleton-loading 1.4s ease infinite;animation:el-skeleton-loading 1.4s ease infinite}.el-skeleton__item{background:#f2f2f2;display:inline-block;height:16px;border-radius:4px;width:100%}.el-skeleton__circle{border-radius:50%;width:36px;height:36px;line-height:36px}.el-skeleton__circle--lg{width:40px;height:40px;line-height:40px}.el-skeleton__circle--md{width:28px;height:28px;line-height:28px}.el-skeleton__button{height:40px;width:64px;border-radius:4px}.el-skeleton__p{width:100%}.el-skeleton__p.is-last{width:61%}.el-skeleton__p.is-first{width:33%}.el-skeleton__text{width:100%;height:13px}.el-skeleton__caption{height:12px}.el-skeleton__h1{height:20px}.el-skeleton__h3{height:18px}.el-skeleton__h5{height:16px}.el-skeleton__image{width:unset;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;border-radius:0}.el-skeleton__image svg{fill:#dcdde0;width:22%;height:22%}.el-empty{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;text-align:center;-webkit-box-sizing:border-box;box-sizing:border-box;padding:40px 0}.el-empty__image{width:160px}.el-empty__image img{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;width:100%;height:100%;vertical-align:top;-o-object-fit:contain;object-fit:contain}.el-empty__image svg{fill:#dcdde0;width:100%;height:100%;vertical-align:top}.el-empty__description{margin-top:20px}.el-empty__description p{margin:0;font-size:14px;color:#909399}.el-empty__bottom{margin-top:20px}.el-descriptions{-webkit-box-sizing:border-box;box-sizing:border-box;font-size:14px;color:#303133}.el-descriptions__header{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-bottom:20px}.el-descriptions__title{font-size:16px;font-weight:700}.el-descriptions__body{color:#606266;background-color:#fff}.el-descriptions__body .el-descriptions__table{border-collapse:collapse;width:100%;table-layout:fixed}.el-descriptions__body .el-descriptions__table .el-descriptions-item__cell{-webkit-box-sizing:border-box;box-sizing:border-box;text-align:left;font-weight:400;line-height:1.5}.el-descriptions__body .el-descriptions__table .el-descriptions-item__cell.is-left{text-align:left}.el-descriptions__body .el-descriptions__table .el-descriptions-item__cell.is-center{text-align:center}.el-descriptions__body .el-descriptions__table .el-descriptions-item__cell.is-right{text-align:right}.el-descriptions .is-bordered{table-layout:auto}.el-descriptions .is-bordered .el-descriptions-item__cell{border:1px solid #ebeef5;padding:12px 10px}.el-descriptions :not(.is-bordered) .el-descriptions-item__cell{padding-bottom:12px}.el-descriptions--medium.is-bordered .el-descriptions-item__cell{padding:10px}.el-descriptions--medium:not(.is-bordered) .el-descriptions-item__cell{padding-bottom:10px}.el-descriptions--small{font-size:12px}.el-descriptions--small.is-bordered .el-descriptions-item__cell{padding:8px 10px}.el-descriptions--small:not(.is-bordered) .el-descriptions-item__cell{padding-bottom:8px}.el-descriptions--mini{font-size:12px}.el-descriptions--mini.is-bordered .el-descriptions-item__cell{padding:6px 10px}.el-descriptions--mini:not(.is-bordered) .el-descriptions-item__cell{padding-bottom:6px}.el-descriptions-item{vertical-align:top}.el-descriptions-item__container{display:-webkit-box;display:-ms-flexbox;display:flex}.el-descriptions-item__container .el-descriptions-item__content,.el-descriptions-item__container .el-descriptions-item__label{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:baseline;-ms-flex-align:baseline;align-items:baseline}.el-descriptions-item__container .el-descriptions-item__content{-webkit-box-flex:1;-ms-flex:1;flex:1}.el-descriptions-item__label.has-colon:after{content:":";position:relative;top:-.5px}.el-descriptions-item__label.is-bordered-label{font-weight:700;color:#909399;background:#fafafa}.el-descriptions-item__label:not(.is-bordered-label){margin-right:10px}.el-descriptions-item__content{word-break:break-word;overflow-wrap:break-word}.el-result{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;text-align:center;-webkit-box-sizing:border-box;box-sizing:border-box;padding:40px 30px}.el-result__icon svg{width:64px;height:64px}.el-result__title{margin-top:20px}.el-result__title p{margin:0;font-size:20px;color:#303133;line-height:1.3}.el-result__subtitle{margin-top:10px}.el-result__subtitle p{margin:0;font-size:14px;color:#606266;line-height:1.3}.el-result__extra{margin-top:30px}.el-result .icon-success{fill:#67c23a}.el-result .icon-error{fill:#f56c6c}.el-result .icon-info{fill:#909399}.el-result .icon-warning{fill:#e6a23c}.form-content{background:#fff;padding:10px 10px 0 10px}.table-content{background:#fff;padding:0 10px}.pagination-content{margin-top:10px;padding-bottom:10px;text-align:right}.detail-form-content{background:#fff;padding:10px}.detail-form-content .el-input{min-width:200px;max-width:600px}.bg{left:0}.bg,.login-form{position:absolute;top:0;height:100%}.login-form{right:0;width:350px;background:#fff;padding:0 60px;font-size:18px;font-weight:700}.h1{margin-top:80px;font-size:20px;font-weight:700}.btn-login{margin-top:50px;width:100%}.amap-wrapper[data-v-58e41f96]{width:100%;height:500px}.search-box[data-v-58e41f96]{position:absolute}.el-date-editor.el-input[data-v-58e41f96]{width:auto}.add-update-preview .el-form-item[data-v-58e41f96] .el-form-item__label{padding:0 10px 0 0;color:#00acc1;background:none;font-weight:600;display:inline-block;width:200px;font-size:inherit;line-height:40px;text-align:right}.add-update-preview .el-form-item[data-v-58e41f96] .el-form-item__content{margin-left:200px}.add-update-preview .el-input-number[data-v-58e41f96] .el-input__inner,.add-update-preview .el-input[data-v-58e41f96] .el-input__inner{border-radius:4px;padding:0 12px;-webkit-box-shadow:0 0 0 rgba(64,158,255,.5);box-shadow:0 0 0 rgba(64,158,255,.5);outline:none;color:inherit;background:#fff;width:400px;font-size:14px;border-color:#ced4da;border-width:1px;border-style:solid;height:36px}.add-update-preview .el-input-number[data-v-58e41f96] .el-input__inner{text-align:left}.add-update-preview .el-input-number[data-v-58e41f96] .el-input-number__decrease,.add-update-preview .el-input-number[data-v-58e41f96] .el-input-number__increase{display:none}.add-update-preview .el-select[data-v-58e41f96] .el-input__inner{padding:0 10px;background:#fff;min-width:350px}.add-update-preview .el-date-editor[data-v-58e41f96] .el-input__inner,.add-update-preview .el-select[data-v-58e41f96] .el-input__inner{color:inherit;font-size:14px;border-color:#ced4da;border-radius:0;-webkit-box-shadow:0 0 0 rgba(64,158,255,.5);box-shadow:0 0 0 rgba(64,158,255,.5);outline:none;width:auto;border-width:1px;border-style:solid;height:36px}.add-update-preview .el-date-editor[data-v-58e41f96] .el-input__inner{padding:0 10px 0 30px;background:none;min-width:250px}.add-update-preview[data-v-58e41f96] .el-upload--picture-card{background:transparent;border:0;border-radius:0;width:auto;height:auto;line-height:normal;vertical-align:middle}.add-update-preview[data-v-58e41f96] .el-upload-list .el-upload-list__item,.add-update-preview[data-v-58e41f96] .el-upload .el-icon-plus,.add-update-preview[data-v-58e41f96] .upload .upload-img{border:1px solid #ced4da;cursor:pointer;border-radius:4px;color:#aaa;background:#fff;-o-object-fit:cover;object-fit:cover;width:180px;font-size:32px;line-height:80px;text-align:center;height:80px}.add-update-preview .el-textarea[data-v-58e41f96] .el-textarea__inner{border:1px solid #ced4da;border-radius:4px;padding:12px;-webkit-box-shadow:0 0 0 rgba(64,158,255,.5);box-shadow:0 0 0 rgba(64,158,255,.5);outline:none;color:inherit;background:#fff;width:500px;font-size:14px;height:140px}.add-update-preview .btn .btn1[data-v-58e41f96]{border:0 solid #3fcbca;cursor:pointer;padding:0 10px;margin:0 4px;color:#fff;display:inline-block;font-size:14px;line-height:40px;border-radius:4px;outline:none;background:#4b88e4;width:auto;min-width:90px;height:40px}.add-update-preview .btn .btn1[data-v-58e41f96]:hover{opacity:.8}.add-update-preview .btn .btn2[data-v-58e41f96]{border:0 solid #23b7e5;cursor:pointer;padding:0 10px;margin:0 4px;color:#fff;font-size:14px;line-height:40px;border-radius:4px;outline:none;background:#4b88e4;width:auto;min-width:90px;height:40px}.add-update-preview .btn .btn2[data-v-58e41f96]:hover{opacity:.8}.add-update-preview .btn .btn3[data-v-58e41f96]{border:0 solid #3fcbca;cursor:pointer;padding:0 20px;margin:0 4px;color:#fff;font-size:14px;line-height:40px;border-radius:4px;outline:none;background:#4b88e4;width:auto;min-width:90px;height:40px}.add-update-preview .btn .btn3[data-v-58e41f96]:hover{opacity:.8}.add-update-preview .btn .btn4[data-v-58e41f96]{border:0 solid #ff6b6b;cursor:pointer;padding:0 20px;margin:0 4px;color:#fff;font-size:14px;line-height:40px;border-radius:4px;outline:none;background:#00acc1;width:auto;min-width:90px;height:40px}.add-update-preview .btn .btn4[data-v-58e41f96]:hover{opacity:.8}.add-update-preview .btn .btn5[data-v-58e41f96]{border:0 solid #65c3df;cursor:pointer;padding:0 20px;margin:4px;color:#fff;font-size:14px;line-height:40px;border-radius:4px;outline:none;background:#00acc1;width:auto;min-width:90px;height:40px}.add-update-preview .btn .btn5[data-v-58e41f96]:hover{opacity:.8}.center-form-pv .el-date-editor.el-input[data-v-e518353c],.el-input[data-v-e518353c]{width:auto}.center-form-pv .el-input[data-v-e518353c] .el-input__inner{border:2px solid #f6f6f6;border-radius:4px;padding:0 12px;outline:none;color:inherit;background:#fff;width:170px;font-size:16px;height:34px}.center-form-pv .el-select[data-v-e518353c] .el-input__inner{padding:0 10px}.center-form-pv .el-date-editor[data-v-e518353c] .el-input__inner,.center-form-pv .el-select[data-v-e518353c] .el-input__inner{border:2px solid #f6f6f6;border-radius:4px;-webkit-box-shadow:0 0 0 rgba(64,158,255,.5);box-shadow:0 0 0 rgba(64,158,255,.5);outline:none;color:inherit;background:#fff;width:170px;font-size:16px;height:34px}.center-form-pv .el-date-editor[data-v-e518353c] .el-input__inner{padding:0 10px 0 30px}.center-form-pv .search[data-v-e518353c]{border:2px solid rgba(0,172,193,.12549019607843137);cursor:pointer;border-radius:4px;padding:0 10px 0 4px;outline:none;color:#00acc1;background:none;width:auto;font-size:16px;line-height:30px;height:auto}.center-form-pv .search[data-v-e518353c]:hover{opacity:.8}.center-form-pv .actions .add[data-v-e518353c]{border:0 solid #eee;cursor:pointer;border-radius:4px;padding:0 10px;margin:4px 2px 2px;outline:none;color:#fff;background:#00acc1;width:auto;font-size:inherit;min-width:66px;height:36px}.center-form-pv .actions .add[data-v-e518353c]:hover{opacity:.8}.center-form-pv .actions .del[data-v-e518353c]{border:0 solid rgba(244,100,130,.3);cursor:pointer;padding:0 10px;margin:4px 2px 2px;color:#fff;font-size:inherit;border-radius:3px;-webkit-box-shadow:inset 0 0 0 0 rgba(244,100,130,.3);box-shadow:inset 0 0 0 0 rgba(244,100,130,.3);outline:none;background:#00acc1;width:auto;min-width:66px;height:36px}.center-form-pv .actions .del[data-v-e518353c]:hover{opacity:.8}.center-form-pv .actions .statis[data-v-e518353c]{border:0 solid rgba(244,100,130,.3);cursor:pointer;padding:0 10px;margin:4px 2px 2px;color:#fff;font-size:inherit;border-radius:3px;-webkit-box-shadow:inset 0 0 0 0 rgba(244,100,130,.3);box-shadow:inset 0 0 0 0 rgba(244,100,130,.3);outline:none;background:#00acc1;width:auto;min-width:66px;height:36px}.center-form-pv .actions .statis[data-v-e518353c]:hover{opacity:.8}.center-form-pv .actions .btn18[data-v-e518353c]{border:0 solid rgba(244,100,130,.3);cursor:pointer;border-radius:4px;padding:0 10px;margin:4px 2px 2px;outline:none;color:#fff;background:#00acc1;width:auto;font-size:inherit;min-width:66px;height:36px}.center-form-pv .actions .btn18[data-v-e518353c]:hover{opacity:.8}.el-table[data-v-e518353c] .el-table__header-wrapper thead{color:inherit;background:rgba(254,169,34,0);width:100%}.el-table[data-v-e518353c] .el-table__header-wrapper thead tr{background:none}.el-table[data-v-e518353c] .el-table__header-wrapper thead tr th{padding:6px 0;background:none;border-color:#dee2e6;border-width:1px 0 2px 0;border-style:solid;text-align:left}.el-table[data-v-e518353c] .el-table__header-wrapper thead tr th .cell{padding:0 10px;word-wrap:normal;color:#8e99a2;white-space:normal;font-weight:600;display:inline-block;vertical-align:middle;font-size:14px;line-height:24px;text-overflow:ellipsis;word-break:break-all;width:100%;position:relative}.el-table[data-v-e518353c] .el-table__body-wrapper tbody{padding:0;width:100%}.el-table[data-v-e518353c] .el-table__body-wrapper tbody tr{background:none}.el-table[data-v-e518353c] .el-table__body-wrapper tbody tr:hover td,.el-table[data-v-e518353c] .el-table__body-wrapper tbody tr td{padding:4px 0 0;color:#8e99a2;background:#fff;border-color:#dee2e6;border-width:0 0 1px 0;border-style:solid;text-align:left}.el-table[data-v-e518353c] .el-table__body-wrapper tbody tr td{font-size:inherit}.el-table[data-v-e518353c] .el-table__body-wrapper tbody tr td .cell{padding:0 10px;overflow:hidden;color:inherit;word-break:break-all;white-space:normal;line-height:24px;text-overflow:ellipsis}.el-table[data-v-e518353c] .el-table__body-wrapper tbody tr td .view{cursor:pointer;padding:0 10px;margin:0 2px 5px 0;color:#fff;font-size:inherit;border-color:#fff;line-height:26px;border-radius:4px;-webkit-box-shadow:inset 0 0 0 0 rgba(244,100,130,.3);box-shadow:inset 0 0 0 0 rgba(244,100,130,.3);outline:none;background:#00acc1;width:auto;border-width:0;border-style:solid;min-width:55px;height:auto}.el-table[data-v-e518353c] .el-table__body-wrapper tbody tr td .view:hover{border-color:#23b7e5;border-width:0;opacity:.8;border-style:solid}.el-table[data-v-e518353c] .el-table__body-wrapper tbody tr td .edit{cursor:pointer;padding:0 10px;margin:0 2px 5px 0;color:#fff;font-size:inherit;border-color:#fff;line-height:26px;border-radius:4px;-webkit-box-shadow:inset 0 0 0 0 rgba(244,100,130,.3);box-shadow:inset 0 0 0 0 rgba(244,100,130,.3);outline:none;background:#00acc1;width:auto;border-width:0;border-style:solid;min-width:55px;height:auto}.el-table[data-v-e518353c] .el-table__body-wrapper tbody tr td .edit:hover{border-color:#45b6b0;border-width:0;opacity:.8;border-style:solid}.el-table[data-v-e518353c] .el-table__body-wrapper tbody tr td .del{cursor:pointer;padding:0 10px;margin:0 2px 5px 0;color:#fff;font-size:inherit;border-color:#fff;line-height:26px;border-radius:4px;-webkit-box-shadow:inset 0 0 0 0 rgba(244,100,130,.3);box-shadow:inset 0 0 0 0 rgba(244,100,130,.3);outline:none;background:#4b88e4;width:auto;border-width:0;border-style:solid;min-width:55px;height:auto}.el-table[data-v-e518353c] .el-table__body-wrapper tbody tr td .del:hover{border-color:#d9534f;border-width:0;opacity:.8;border-style:solid}.el-table[data-v-e518353c] .el-table__body-wrapper tbody tr td .btn8{cursor:pointer;padding:0 10px;margin:0 2px 5px 0;color:#fff;font-size:inherit;border-color:#fff;line-height:26px;border-radius:4px;-webkit-box-shadow:inset 0 0 0 0 rgba(244,100,130,.3);box-shadow:inset 0 0 0 0 rgba(244,100,130,.3);outline:none;background:#4b88e4;width:auto;border-width:0;border-style:solid;min-width:55px;height:auto}.el-table[data-v-e518353c] .el-table__body-wrapper tbody tr td .btn8:hover{border-color:#666;border-width:0;opacity:.8;border-style:solid}.main-content .el-pagination[data-v-e518353c] .el-pagination__total{margin:0 10px 0 0;color:inherit;font-weight:400;display:inline-block;vertical-align:top;font-size:inherit;line-height:28px;height:28px}.main-content .el-pagination[data-v-e518353c] .btn-next,.main-content .el-pagination[data-v-e518353c] .btn-prev{border:1px solid #dee2e6;border-radius:2px;padding:0 5px;margin:0 2px;color:inherit;background:none;display:inline-block;vertical-align:top;font-size:18px;line-height:28px;min-width:35px;height:28px}.main-content .el-pagination[data-v-e518353c] .btn-next:disabled,.main-content .el-pagination[data-v-e518353c] .btn-prev:disabled{border:1px solid #dee2e6;cursor:not-allowed;border-radius:2px;padding:0 5px;margin:0 2px;color:#999;background:none;display:inline-block;vertical-align:top;font-size:18px;line-height:28px;height:28px}.main-content .el-pagination[data-v-e518353c] .el-pager{padding:0;margin:0;display:inline-block;vertical-align:top;font-size:inherit}.main-content .el-pagination[data-v-e518353c] .el-pager .number{cursor:pointer;border:1px solid #dee2e6;padding:0 4px;margin:0 2px;color:inherit;background:none;display:inline-block;vertical-align:top;font-size:inherit;line-height:28px;text-align:center;height:28px}.main-content .el-pagination[data-v-e518353c] .el-pager .number:hover{cursor:pointer;border-radius:4px;margin:0 5px}.main-content .el-pagination[data-v-e518353c] .el-pager .number.active,.main-content .el-pagination[data-v-e518353c] .el-pager .number:hover{padding:0 4px;color:#333;background:#e9ecef;display:inline-block;vertical-align:top;font-size:inherit;line-height:28px;text-align:center;height:28px}.main-content .el-pagination[data-v-e518353c] .el-pager .number.active{cursor:default;border:1px solid #dee2e6;margin:0 2px;border-radius:4px}.main-content .el-pagination[data-v-e518353c] .el-pagination__sizes{color:inherit;display:inline-block;vertical-align:top;font-size:inherit;line-height:28px;height:28px}.main-content .el-pagination[data-v-e518353c] .el-pagination__sizes .el-input{margin:0 5px;color:inherit;width:100px;font-size:inherit;position:relative}.main-content .el-pagination[data-v-e518353c] .el-pagination__sizes .el-input .el-input__inner{border:0 solid #ddd;cursor:pointer;padding:0 25px 0 8px;color:inherit;display:inline-block;font-size:inherit;line-height:28px;border-radius:3px;outline:0;background:none;width:100%;text-align:center;height:28px}.main-content .el-pagination[data-v-e518353c] .el-pagination__sizes .el-input span.el-input__suffix{top:0;position:absolute;right:0;height:100%}.main-content .el-pagination[data-v-e518353c] .el-pagination__sizes .el-input .el-input__suffix .el-select__caret{cursor:pointer;color:#c0c4cc;width:25px;font-size:14px;line-height:28px;text-align:center}.main-content .el-pagination[data-v-e518353c] .el-pagination__jump{margin:0 0 0 24px;color:inherit;display:inline-block;vertical-align:top;font-size:inherit;line-height:28px;height:28px}.main-content .el-pagination[data-v-e518353c] .el-pagination__jump .el-input{border-radius:3px;padding:0 2px;margin:0 2px;color:inherit;display:inline-block;width:50px;font-size:inherit;line-height:18px;position:relative;text-align:center;height:28px}.main-content .el-pagination[data-v-e518353c] .el-pagination__jump .el-input .el-input__inner{border:1px solid #eee;cursor:pointer;padding:0 0;color:inherit;display:inline-block;font-size:inherit;line-height:24px;border-radius:3px;outline:0;background:#fff;width:auto;text-align:center;height:24px}.one .list1-view[data-v-e518353c]{cursor:pointer;padding:0 8px 0 0;margin:0 5px 5px 0;color:#23b7e5;font-size:inherit;border-color:#fff;line-height:24px;border-radius:20px;-webkit-box-shadow:inset 0 0 0 0 rgba(244,100,130,.3);box-shadow:inset 0 0 0 0 rgba(244,100,130,.3);outline:none;background:none;width:auto;border-width:1px;border-style:double;min-width:40px;height:24px}.one .list1-view[data-v-e518353c]:hover{border-color:#23b7e5;border-width:1px;opacity:.8;border-style:solid}.one .list1-edit[data-v-e518353c]{cursor:pointer;padding:0 8px 0 0;margin:0 5px 5px 0;color:#45b6b0;font-size:inherit;border-color:#fff;line-height:24px;border-radius:20px;-webkit-box-shadow:inset 0 0 0 0 rgba(244,100,130,.3);box-shadow:inset 0 0 0 0 rgba(244,100,130,.3);outline:none;background:none;width:auto;border-width:1px;border-style:double;min-width:40px;height:24px}.one .list1-edit[data-v-e518353c]:hover{border-color:#45b6b0;border-width:1px;opacity:.8;border-style:solid}.one .list1-del[data-v-e518353c]{cursor:pointer;padding:0 8px 0 0;margin:0 5px 5px 0;color:#d9534f;font-size:inherit;border-color:#fff;line-height:24px;border-radius:20px;-webkit-box-shadow:inset 0 0 0 0 rgba(244,100,130,.3);box-shadow:inset 0 0 0 0 rgba(244,100,130,.3);outline:none;background:none;width:auto;border-width:1px;border-style:solid;min-width:40px;height:24px}.one .list1-del[data-v-e518353c]:hover{border-color:#d9534f;border-width:1px;opacity:.8;border-style:solid}.one .list1-btn8[data-v-e518353c]{cursor:pointer;padding:0 8px 0 0;margin:0 5px 5px 0;color:#333;font-size:inherit;border-color:#fff;line-height:24px;border-radius:20px;-webkit-box-shadow:inset 0 0 0 0 rgba(244,100,130,.3);box-shadow:inset 0 0 0 0 rgba(244,100,130,.3);outline:none;background:none;width:auto;border-width:1px;border-style:solid;min-width:40px;height:24px}.one .list1-btn8[data-v-e518353c]:hover{border-color:#333;border-width:1px;opacity:.8;border-style:solid}.main-content .el-table .el-switch[data-v-e518353c]{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;vertical-align:middle;line-height:30px;position:relative;-webkit-box-align:center;-ms-flex-align:center;align-items:center;height:30px}.main-content .el-table .el-switch[data-v-e518353c] .el-switch__label--left{cursor:pointer;margin:0 10px 0 0;color:#333;font-weight:500;display:inline-block;vertical-align:middle;font-size:16px;-webkit-transition:.2s;transition:.2s;height:30px}.main-content .el-table .el-switch[data-v-e518353c] .el-switch__label--right{cursor:pointer;margin:0 0 0 10px;color:#333;font-weight:500;display:inline-block;vertical-align:middle;font-size:16px;-webkit-transition:.2s;transition:.2s;height:30px}.main-content .el-table .el-switch[data-v-e518353c] .el-switch__core{border:1px solid #ceddee;cursor:pointer;border-radius:15px;margin:0;outline:0;background:#ceddee;display:inline-block;width:50px;-webkit-box-sizing:border-box;box-sizing:border-box;-webkit-transition:border-color .3s,background-color .3s;transition:border-color .3s,background-color .3s;height:24px}.main-content .el-table .el-switch[data-v-e518353c] .el-switch__core:after{border-radius:100%;top:1px;left:1px;background:#fff;width:20px;position:absolute;-webkit-transition:all .3s;transition:all .3s;height:20px}.main-content .el-table .el-switch.is-checked[data-v-e518353c] .el-switch__core:after{margin:0 0 0 -27px;left:100%}.main-content .el-table .el-rate[data-v-e518353c] .el-rate__item{cursor:pointer;display:inline-block;vertical-align:middle;font-size:0;position:relative}.main-content .el-table .el-rate[data-v-e518353c] .el-rate__item .el-rate__icon{margin:0 3px;color:#c0c4cc;display:inline-block;font-size:18px;position:relative;-webkit-transition:.3s;transition:.3s}.menu-preview .el-scrollbar[data-v-b0c308c8]{height:100%}.menu-preview .el-scrollbar[data-v-b0c308c8] .scrollbar-wrapper{overflow-x:hidden}.menu-preview .el-menu-horizontal-demo .el-submenu[data-v-b0c308c8]:first-of-type .el-submenu__title .el-submenu__icon-arrow{display:none}.menu-preview .el-menu-horizontal-demo>.el-menu-item[data-v-b0c308c8]{border:0;cursor:pointer;padding:0 20px;color:#909399;white-space:nowrap;font-size:14px;line-height:60px;list-style:none;height:60px}.menu-preview .el-menu-horizontal-demo>.el-menu-item[data-v-b0c308c8]:hover{color:#fff;background:#00f}.menu-preview .el-menu-horizontal-demo .el-submenu[data-v-b0c308c8]{padding:0;margin:0;float:left;list-style:none}.menu-preview .el-menu-horizontal-demo .el-submenu[data-v-b0c308c8] .el-submenu__title{border:0;cursor:pointer;padding:0 20px;color:#909399;white-space:nowrap;font-size:14px;line-height:60px;list-style:none;height:60px}.menu-preview .el-menu-horizontal-demo .el-submenu[data-v-b0c308c8] .el-submenu__title:hover{color:#fff;background:#00f}.menu-preview .el-menu-horizontal-demo .el-submenu[data-v-b0c308c8] .el-submenu__title .el-submenu__icon-arrow{margin:-3px 0 0 8px;color:inherit;vertical-align:middle;font-size:12px;position:static}.menu-preview .el-menu-horizontal-demo .el-submenu[data-v-b0c308c8] .el-menu .el-menu-item{padding:0 40px;color:#666;background:#fff;line-height:50px;height:50px}.menu-preview .el-menu-horizontal-demo .el-submenu[data-v-b0c308c8] .el-menu .el-menu-item:hover{padding:0 40px;color:#fff;background:red;line-height:50px;height:50px}.menu-preview .el-menu-horizontal-demo .el-submenu[data-v-b0c308c8] .el-menu .el-menu-item.is-active{padding:0 40px;color:#fff;background:#00f;line-height:50px;height:50px}.el-menu-horizontal-2>.el-menu-item.other>.el-tooltip[data-v-b0c308c8]{border:0;cursor:pointer;padding:0 10px 0 0;margin:0 2px 0 0;color:hsla(0,0%,100%,.7);white-space:nowrap;background:none;font-size:18px;line-height:24px;list-style:none;height:24px}.el-menu-horizontal-2>.el-menu-item.other.is-active>.el-tooltip[data-v-b0c308c8],.el-menu-horizontal-2>.el-menu-item.other>.el-tooltip[data-v-b0c308c8]:hover{border:0;color:#fff;background:none}.el-menu-horizontal-2 .el-submenu.other[data-v-b0c308c8] .el-submenu__title{border:0;cursor:pointer;padding:0 10px 0 0;margin:0 2px 0 0;color:hsla(0,0%,100%,.7);white-space:nowrap;background:none;font-size:18px;line-height:24px;list-style:none;height:24px}.el-menu-horizontal-2 .el-submenu.other[data-v-b0c308c8] .el-submenu__title:hover{border:0;color:#fff;background:none}.el-menu-horizontal-2 .el-submenu.other[data-v-b0c308c8] .el-submenu__title .iconfont{margin:0 3px;color:inherit;background:none;display:inline-block;vertical-align:middle;width:auto;font-size:18px;text-align:center}.el-menu-horizontal-2 .el-submenu.other[data-v-b0c308c8] .el-submenu__title .el-submenu__icon-arrow{margin:0 0 0 8px;color:inherit;vertical-align:middle;font-size:12px;position:static}.el-menu-horizontal-2 .el-menu--horizontal.other .el-menu[data-v-b0c308c8]{border:2px solid #f1f3fa;border-radius:4px;padding:0 0;-webkit-box-shadow:0 0 35px 0 rgba(154,161,171,.15);box-shadow:0 0 35px 0 rgba(154,161,171,.15);margin:0 0 0 0;z-index:999;background:#fff;position:relative;list-style:none;-webkit-transition:all .2s ease;transition:all .2s ease;min-width:200px}.el-menu-horizontal-2 .el-menu--horizontal.other .el-menu .el-menu-item[data-v-b0c308c8]{padding:0 20px;color:#323a46;background:#fff;font-size:14px;line-height:36px;min-width:200px;height:36px}.el-menu-horizontal-2 .el-menu--horizontal.other .el-menu .el-menu-item.is-active[data-v-b0c308c8],.el-menu-horizontal-2 .el-menu--horizontal.other .el-menu .el-menu-item[data-v-b0c308c8]:hover{padding:0 20px;color:#00acc1;background:none;line-height:36px;height:36px}.el-menu-horizontal-2>.el-menu-item.home>.el-tooltip[data-v-b0c308c8]{border:0;cursor:pointer;padding:0 10px 0 0;margin:0 2px 0 0;color:hsla(0,0%,100%,.7);white-space:nowrap;background:none;font-size:18px;line-height:24px;list-style:none;height:24px}.el-menu-horizontal-2>.el-menu-item.home.is-active>.el-tooltip[data-v-b0c308c8],.el-menu-horizontal-2>.el-menu-item.home>.el-tooltip[data-v-b0c308c8]:hover{border:0;color:#fff;background:none}.el-menu-horizontal-2 .el-submenu.home[data-v-b0c308c8] .el-submenu__title{border:0;cursor:pointer;padding:0 10px 0 0;margin:0 2px 0 0;color:hsla(0,0%,100%,.7);white-space:nowrap;background:none;font-size:18px;line-height:24px;list-style:none;height:24px}.el-menu-horizontal-2 .el-submenu.home[data-v-b0c308c8] .el-submenu__title:hover{border:0;color:#fff;background:none}.el-menu-horizontal-2 .el-submenu.home[data-v-b0c308c8] .el-submenu__title .iconfont{margin:0 3px;color:inherit;background:none;display:inline-block;vertical-align:middle;width:auto;font-size:18px;text-align:center}.el-menu-horizontal-2 .el-submenu.home[data-v-b0c308c8] .el-submenu__title .el-submenu__icon-arrow{margin:0 0 0 8px;color:inherit;vertical-align:middle;font-size:12px;position:static}.el-menu-horizontal-2 .el-menu--horizontal.home .el-menu[data-v-b0c308c8]{border:2px solid #f1f3fa;border-radius:4px;padding:0 0;-webkit-box-shadow:0 0 35px 0 rgba(154,161,171,.15);box-shadow:0 0 35px 0 rgba(154,161,171,.15);margin:0 0 0 0;z-index:999;background:#fff;position:relative;list-style:none;-webkit-transition:all .2s ease;transition:all .2s ease;min-width:200px}.el-menu-horizontal-2 .el-menu--horizontal.home .el-menu .el-menu-item[data-v-b0c308c8]{padding:0 20px;color:#323a46;background:#fff;font-size:14px;line-height:36px;min-width:200px;height:36px}.el-menu-horizontal-2 .el-menu--horizontal.home .el-menu .el-menu-item.is-active[data-v-b0c308c8],.el-menu-horizontal-2 .el-menu--horizontal.home .el-menu .el-menu-item[data-v-b0c308c8]:hover{padding:0 20px;color:#00acc1;background:none;line-height:36px;height:36px}.el-menu-horizontal-2>.el-menu-item.user>.el-tooltip[data-v-b0c308c8]{border:0;cursor:pointer;padding:0 10px 0 0;margin:0 2px 0 0;color:hsla(0,0%,100%,.7);white-space:nowrap;background:none;font-size:18px;line-height:24px;list-style:none;height:24px}.el-menu-horizontal-2>.el-menu-item.user.is-active>.el-tooltip[data-v-b0c308c8],.el-menu-horizontal-2>.el-menu-item.user>.el-tooltip[data-v-b0c308c8]:hover{border:0;color:#fff;background:none}.el-menu-horizontal-2 .el-submenu.user[data-v-b0c308c8] .el-submenu__title{border:0;cursor:pointer;padding:0 10px 0 0;margin:0 2px 0 0;color:hsla(0,0%,100%,.7);white-space:nowrap;background:none;font-size:18px;line-height:24px;list-style:none;height:24px}.el-menu-horizontal-2 .el-submenu.user[data-v-b0c308c8] .el-submenu__title:hover{border:0;color:#fff;background:none}.el-menu-horizontal-2 .el-submenu.user[data-v-b0c308c8] .el-submenu__title .iconfont{margin:0 3px;color:inherit;background:none;display:inline-block;vertical-align:middle;width:auto;font-size:18px;text-align:center}.el-menu-horizontal-2 .el-submenu.user[data-v-b0c308c8] .el-submenu__title .el-submenu__icon-arrow{margin:0 0 0 8px;color:inherit;vertical-align:middle;font-size:12px;position:static}.el-menu-horizontal-2 .el-menu--horizontal.user .el-menu[data-v-b0c308c8]{border:2px solid #f1f3fa;border-radius:4px;padding:0 0;-webkit-box-shadow:0 0 35px 0 rgba(154,161,171,.15);box-shadow:0 0 35px 0 rgba(154,161,171,.15);margin:0 0 0 0;z-index:999;background:#fff;position:relative;list-style:none;-webkit-transition:all .2s ease;transition:all .2s ease;min-width:200px}.el-menu-horizontal-2 .el-menu--horizontal.user .el-menu .el-menu-item[data-v-b0c308c8]{padding:0 20px;color:#323a46;background:#fff;font-size:14px;line-height:36px;min-width:200px;height:36px}.el-menu-horizontal-2 .el-menu--horizontal.user .el-menu .el-menu-item.is-active[data-v-b0c308c8],.el-menu-horizontal-2 .el-menu--horizontal.user .el-menu .el-menu-item[data-v-b0c308c8]:hover{padding:0 20px;color:#00acc1;background:none;line-height:36px;height:36px}.top-el-dropdown-menu[data-v-066f202d]{border:1px solid #ebeef5;border-radius:4px;padding:10px 0;-webkit-box-shadow:0 0 0 0 rgba(0,0,0,.1);box-shadow:0 0 0 0 rgba(0,0,0,.1);margin:18px 0;background:#fff}.top-el-dropdown-menu li.el-dropdown-menu__item.item1[data-v-066f202d]{cursor:pointer;padding:0 20px;margin:0;outline:0;color:#606266;background:#fff;font-size:14px;line-height:36px;list-style:none}.top-el-dropdown-menu li.el-dropdown-menu__item.item1[data-v-066f202d]:hover{background:#ecf5ff}.top-el-dropdown-menu li.el-dropdown-menu__item.item2[data-v-066f202d]{cursor:pointer;padding:0 20px;margin:0;outline:0;color:#606266;background:#fff;font-size:14px;line-height:36px;list-style:none}.top-el-dropdown-menu li.el-dropdown-menu__item.item2[data-v-066f202d]:hover{background:#ecf5ff}.top-el-dropdown-menu li.el-dropdown-menu__item.item3[data-v-066f202d]{cursor:pointer;padding:0 20px;margin:0;outline:0;color:#606266;background:#fff;font-size:14px;line-height:36px;list-style:none}.top-el-dropdown-menu li.el-dropdown-menu__item.item3[data-v-066f202d]:hover{background:#ecf5ff}.top-el-dropdown-menu li.el-dropdown-menu__item.item4[data-v-066f202d]{cursor:pointer;padding:0 20px;margin:0;outline:0;color:#606266;background:#fff;font-size:14px;line-height:36px;list-style:none}.top-el-dropdown-menu li.el-dropdown-menu__item.item4[data-v-066f202d]:hover{background:#ecf5ff}.scroll-container[data-v-07c44ba4]{white-space:nowrap;position:relative;overflow:hidden;width:100%}.scroll-container[data-v-07c44ba4] .el-scrollbar__bar{bottom:0}.scroll-container[data-v-07c44ba4] .el-scrollbar__wrap{height:49px}.tags-view-container[data-v-49993618]{height:34px;width:100%;background:#fff;border-bottom:1px solid #d8dce5;-webkit-box-shadow:0 1px 3px 0 rgba(0,0,0,.12),0 0 3px 0 rgba(0,0,0,.04);box-shadow:0 1px 3px 0 rgba(0,0,0,.12),0 0 3px 0 rgba(0,0,0,.04)}.tags-view-container .contextmenu[data-v-49993618]{margin:0;background:#fff;z-index:3000;position:absolute;list-style-type:none;padding:5px 0;border-radius:4px;font-size:12px;font-weight:400;color:#333;-webkit-box-shadow:2px 2px 3px 0 rgba(0,0,0,.3);box-shadow:2px 2px 3px 0 rgba(0,0,0,.3)}.tags-view-container .contextmenu li[data-v-49993618]{margin:0;padding:7px 16px;cursor:pointer}.tags-view-container .contextmenu li[data-v-49993618]:hover{background:#eee}.tags-view-container .tags-view-wrapper .tags-view-item[data-v-49993618]{cursor:pointer;padding:0 8px;margin:0 5px 0 0;color:#fff;display:inline-block;font-size:inherit;border-color:rgba(126,96,16,.2);line-height:24px;border-radius:0;background:none;width:auto;border-width:0;border-style:solid;height:24px}.tags-view-container .tags-view-wrapper .tags-view-item.active[data-v-49993618],.tags-view-container .tags-view-wrapper .tags-view-item[data-v-49993618]:hover{border:0 solid rgba(126,96,16,.2);color:#fff;background:#fba5b6}.tags-view-container .tags-view-wrapper .tags-view-item .el-icon-close[data-v-49993618],.tags-view-container .tags-view-wrapper .tags-view-item .text[data-v-49993618]{color:inherit;font-size:inherit}a[data-v-d4d4b8a0]{text-decoration:none;color:#555}a[data-v-d4d4b8a0]:hover{background:#00c292}.el-main[data-v-d4d4b8a0]{padding:0;display:block}.nav-list[data-v-d4d4b8a0]{width:100%;margin:0 auto;text-align:left;margin-top:20px}.nav-list .nav-title[data-v-d4d4b8a0]{display:inline-block;font-size:15px;color:#333;padding:15px 25px;border:none}.nav-list .nav-title.active[data-v-d4d4b8a0]{color:#555;cursor:default;background-color:#fff}.nav-item[data-v-d4d4b8a0]{margin-top:20px;background:#fff;padding:15px 0}.nav-item .menu[data-v-d4d4b8a0]{padding:15px 25px}.detail-form-content[data-v-d4d4b8a0]{background:transparent}.el-container[data-v-15e41e3c]{position:absolute;width:100%;top:0;left:0;bottom:0;display:block}.cardView[data-v-09d7765c]{-ms-flex-wrap:wrap;flex-wrap:wrap}.cardView .cards[data-v-09d7765c],.cardView[data-v-09d7765c]{display:-webkit-box;display:-ms-flexbox;display:flex;width:100%}.cardView .cards[data-v-09d7765c]{-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-bottom:10px;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.cardView .cards .card[data-v-09d7765c]{width:calc(25% - 20px);margin:0 10px}.cardView .cards .card[data-v-09d7765c] .el-card__body{padding:0}.calendar td .text[data-v-09d7765c]{border:1px solid rgba(51,63,136,.1);border-radius:4px;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;background:#fff;display:-webkit-box;display:-ms-flexbox;display:flex;width:100%;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;height:100%}.calendar td .text[data-v-09d7765c]:hover{background:rgba(2,102,181,.06274509803921569)}.calendar td .text .new[data-v-09d7765c],.calendar td .text .old[data-v-09d7765c]{color:inherit;font-size:inherit;line-height:1.4}.calendar td.festival .text[data-v-09d7765c]{border-radius:4px;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;background:rgba(2,102,181,.06274509803921569);display:-webkit-box;display:-ms-flexbox;display:flex;width:100%;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;height:100%}.calendar td.festival .text[data-v-09d7765c]:hover{background:rgba(2,102,181,.12549019607843137)}.calendar td.festival .text .new[data-v-09d7765c],.calendar td.festival .text .old[data-v-09d7765c]{color:inherit;font-size:inherit;line-height:1.4}.calendar td.other .text[data-v-09d7765c]{border:0;border-radius:4px;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;color:#ccc;background:none;display:-webkit-box;display:-ms-flexbox;display:flex;width:100%;font-size:inherit;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;opacity:1;height:100%}.calendar td.other .text[data-v-09d7765c]:hover{background:rgba(2,102,181,.06274509803921569)}.calendar td.other .text .new[data-v-09d7765c],.calendar td.other .text .old[data-v-09d7765c]{color:#999;font-size:inherit;line-height:1.4}.calendar td.today .text[data-v-09d7765c]{border-radius:4px;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;color:#fff;background:rgba(2,102,181,.5019607843137255);display:-webkit-box;display:-ms-flexbox;display:flex;width:100%;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;height:100%}.calendar td.today .text[data-v-09d7765c]:hover{color:#333;background:rgba(2,102,181,.18823529411764706);opacity:1}.calendar td.today .text .new[data-v-09d7765c],.calendar td.today .text .old[data-v-09d7765c]{font-size:inherit;line-height:1.4}.type1 .echarts1[data-v-09d7765c]{border-radius:4px;padding:10px;margin:0 0;background:hsla(0,0%,100%,.96);width:100%;border-color:#f6f6f6;border-width:2px;position:relative;border-style:solid;-webkit-transition:.3s;transition:.3s;height:420px}.type1 .echarts1[data-v-09d7765c]:hover{-webkit-transform:translateZ(0);transform:translateZ(0);z-index:1}.type2 .echarts1[data-v-09d7765c]{border-radius:4px;padding:10px;margin:0;background:hsla(0,0%,100%,.96);width:49%;border-color:#f6f6f6;border-width:2px;position:relative;border-style:solid;-webkit-transition:.3s;transition:.3s;height:420px}.type2 .echarts1[data-v-09d7765c]:hover{-webkit-transform:translateZ(0);transform:translateZ(0);z-index:1}.type2 .echarts2[data-v-09d7765c]{border-radius:4px;padding:10px;margin:0;background:hsla(0,0%,100%,.96);width:49%;border-color:#f6f6f6;border-width:2px;position:relative;border-style:solid;-webkit-transition:.3s;transition:.3s;height:420px}.type2 .echarts2[data-v-09d7765c]:hover{-webkit-transform:translateZ(0);transform:translateZ(0);z-index:1}.type3 .echarts1[data-v-09d7765c]{border-radius:4px;padding:10px;margin:0 0 30px 0;color:#333;background:hsla(0,0%,100%,.96);width:100%;border-color:#f6f6f6;border-width:2px;position:relative;border-style:solid;-webkit-transition:.3s;transition:.3s;height:420px}.type3 .echarts1[data-v-09d7765c]:hover{-webkit-transform:translateZ(0);transform:translateZ(0);z-index:1}.type3 .echarts2[data-v-09d7765c]{border-radius:4px;padding:10px;margin:0 0 30px 0;background:hsla(0,0%,100%,.96);width:49%;border-color:#f6f6f6;border-width:2px;position:relative;border-style:solid;-webkit-transition:.3s;transition:.3s;height:420px}.type3 .echarts2[data-v-09d7765c]:hover{-webkit-transform:translateZ(0);transform:translateZ(0);z-index:1}.type3 .echarts3[data-v-09d7765c]{border-radius:4px;padding:10px;margin:0;background:hsla(0,0%,100%,.96);width:49%;border-color:#f6f6f6;border-width:2px;position:relative;border-style:solid;-webkit-transition:.3s;transition:.3s;height:420px}.type3 .echarts3[data-v-09d7765c]:hover{-webkit-transform:translateZ(0);transform:translateZ(0);z-index:1}.type4 .echarts1[data-v-09d7765c]{border-radius:4px;padding:10px;margin:0 0 30px;background:hsla(0,0%,100%,.96);width:49%;border-color:#f6f6f6;border-width:2px;position:relative;border-style:solid;-webkit-transition:.3s;transition:.3s;height:420px}.type4 .echarts1[data-v-09d7765c]:hover{-webkit-transform:translateZ(0);transform:translateZ(0);z-index:1}.type4 .echarts2[data-v-09d7765c]{border-radius:4px;padding:10px;margin:0 0 30px;background:hsla(0,0%,100%,.96);width:49%;border-color:#f6f6f6;border-width:2px;position:relative;border-style:solid;-webkit-transition:.3s;transition:.3s;height:420px}.type4 .echarts2[data-v-09d7765c]:hover{-webkit-transform:translateZ(0);transform:translateZ(0);z-index:1}.type4 .echarts3[data-v-09d7765c]{border-radius:4px;padding:10px;margin:0 0 30px;background:hsla(0,0%,100%,.96);width:49%;border-color:#f6f6f6;border-width:2px;position:relative;border-style:solid;-webkit-transition:.3s;transition:.3s;height:420px}.type4 .echarts3[data-v-09d7765c]:hover{-webkit-transform:translateZ(0);transform:translateZ(0);z-index:1}.type4 .echarts4[data-v-09d7765c]{border-radius:4px;padding:10px;margin:0 0 30px;background:hsla(0,0%,100%,.96);width:49%;border-color:#f6f6f6;border-width:2px;position:relative;border-style:solid;-webkit-transition:.3s;transition:.3s;height:420px}.type4 .echarts4[data-v-09d7765c]:hover{-webkit-transform:translateZ(0);transform:translateZ(0);z-index:1}.type5 .echarts1[data-v-09d7765c]{border-radius:4px;padding:10px;margin:0 0 20px;background:hsla(0,0%,100%,.96);width:100%;border-color:#f6f6f6;border-width:2px;position:relative;border-style:solid;-webkit-transition:.3s;transition:.3s;height:420px}.type5 .echarts1[data-v-09d7765c]:hover{-webkit-transform:translateZ(0);transform:translateZ(0);z-index:1}.type5 .echarts2[data-v-09d7765c]{border-radius:4px;padding:10px;margin:0 0 30px;background:hsla(0,0%,100%,.96);width:49%;border-color:#f6f6f6;border-width:2px;position:relative;border-style:solid;-webkit-transition:.3s;transition:.3s;height:420px}.type5 .echarts2[data-v-09d7765c]:hover{-webkit-transform:translateZ(0);transform:translateZ(0);z-index:1}.type5 .echarts3[data-v-09d7765c]{border-radius:4px;padding:10px;margin:0 0 20px;background:hsla(0,0%,100%,.96);width:49%;border-color:#f6f6f6;border-width:2px;position:relative;border-style:solid;-webkit-transition:.3s;transition:.3s;height:420px}.type5 .echarts3[data-v-09d7765c]:hover{-webkit-transform:translateZ(0);transform:translateZ(0);z-index:1}.type5 .echarts4[data-v-09d7765c]{border-radius:4px;padding:10px;margin:0 0 20px;background:hsla(0,0%,100%,.96);width:49%;border-color:#f6f6f6;border-width:2px;position:relative;border-style:solid;-webkit-transition:.3s;transition:.3s;height:420px}.type5 .echarts4[data-v-09d7765c]:hover{-webkit-transform:translateZ(0);transform:translateZ(0);z-index:1}.type5 .echarts5[data-v-09d7765c]{border-radius:4px;padding:10px;margin:0 0 20px;background:hsla(0,0%,100%,.96);width:49%;border-color:#f6f6f6;border-width:2px;position:relative;border-style:solid;-webkit-transition:.3s;transition:.3s;height:420px}.type5 .echarts5[data-v-09d7765c]:hover{-webkit-transform:translateZ(0);transform:translateZ(0);z-index:1}.echarts-flag-2[data-v-09d7765c]{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;padding:10px 20px;background:#639}.echarts-flag-2>div[data-v-09d7765c]{width:32%;height:300px;margin:10px 0;background:hsla(0,0%,100%,.1);border-radius:8px;padding:10px 20px}.container[data-v-4e9f4da8]{min-height:100vh;position:relative;background-repeat:no-repeat;background-position:50%;background-size:cover;background:url(http://codegen.caihongy.cn/20230908/322b929098b24499a774ded5b49b487b.jpg)}.container .list-item[data-v-4e9f4da8] .el-input .el-input__inner{border:0 solid rgba(167,142,68,.2);padding:0 10px;color:#666;font-size:inherit;border-color:#ddd;outline-offset:0;border-radius:0;-webkit-box-shadow:0 0 0 rgba(60,60,60,.1);box-shadow:0 0 0 rgba(60,60,60,.1);outline:0 solid #efefef;background:none;width:100%;border-width:0 0 1px;border-style:solid;height:36px}.container .list-item.select[data-v-4e9f4da8] .el-select .el-input__inner{border-radius:0;padding:0 10px;margin:20px 0 0;color:#666;background:none;width:100%;font-size:14px;border-color:#ddd;border-width:0 0 1px;border-style:solid;height:36px}.container .list-code[data-v-4e9f4da8] .el-input .el-input__inner{border-radius:0;padding:0 10px;-webkit-box-shadow:0 0 0 rgba(60,60,60,.1);box-shadow:0 0 0 rgba(60,60,60,.1);outline:none;color:#666;background:none;width:calc(100% - 90px);font-size:inherit;border-color:#ddd;border-width:0 0 1px;border-style:solid;height:36px}.container .list-type[data-v-4e9f4da8] .el-radio__input .el-radio__inner{background:rgba(53,53,53,0);border-color:#666}.container .list-type[data-v-4e9f4da8] .el-radio__input.is-checked .el-radio__inner{background:#bfbfbf;border-color:#bfbfbf}.container .list-type[data-v-4e9f4da8] .el-radio__label{color:#666;font-size:16px}.container .list-type[data-v-4e9f4da8] .el-radio__input.is-checked+.el-radio__label{color:#323232;font-size:16px}.content[data-v-ffd21c38]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;width:100%;height:100%;min-height:900px;text-align:center}.content .backgroud[data-v-ffd21c38]{display:inline-block;width:200px;height:200px;margin-top:80px}.content .main-text[data-v-ffd21c38]{margin-top:80px}.content .text[data-v-ffd21c38]{font-size:24px;font-weight:700;color:#333}.el-date-editor.el-input[data-v-1cda2566]{width:auto}.add-update-preview .el-form-item[data-v-1cda2566] .el-form-item__label{padding:0 10px 0 0;color:#00acc1;background:none;font-weight:600;display:inline-block;width:200px;font-size:inherit;line-height:40px;text-align:right}.add-update-preview .el-form-item[data-v-1cda2566] .el-form-item__content{margin-left:200px}.add-update-preview .el-input[data-v-1cda2566] .el-input__inner{border-radius:4px;padding:0 12px;-webkit-box-shadow:0 0 0 rgba(64,158,255,.5);box-shadow:0 0 0 rgba(64,158,255,.5);outline:none;color:inherit;background:#fff;width:400px;font-size:14px;border-color:#ced4da;border-width:1px;border-style:solid;height:36px}.add-update-preview .el-select[data-v-1cda2566] .el-input__inner{padding:0 10px;background:#fff;min-width:350px}.add-update-preview .el-date-editor[data-v-1cda2566] .el-input__inner,.add-update-preview .el-select[data-v-1cda2566] .el-input__inner{color:inherit;font-size:14px;border-color:#ced4da;border-radius:0;-webkit-box-shadow:0 0 0 rgba(64,158,255,.5);box-shadow:0 0 0 rgba(64,158,255,.5);outline:none;width:auto;border-width:1px;border-style:solid;height:36px}.add-update-preview .el-date-editor[data-v-1cda2566] .el-input__inner{padding:0 10px 0 30px;background:none;min-width:250px}.add-update-preview[data-v-1cda2566] .el-upload--picture-card{background:transparent;border:0;border-radius:0;width:auto;height:auto;line-height:normal;vertical-align:middle}.add-update-preview[data-v-1cda2566] .el-upload-list .el-upload-list__item,.add-update-preview[data-v-1cda2566] .el-upload .el-icon-plus{border:1px solid #ced4da;cursor:pointer;border-radius:4px;color:#aaa;background:#fff;-o-object-fit:cover;object-fit:cover;width:180px;font-size:32px;line-height:80px;text-align:center;height:80px}.add-update-preview .el-textarea[data-v-1cda2566] .el-textarea__inner{border:1px solid #ced4da;border-radius:4px;padding:12px;-webkit-box-shadow:0 0 0 rgba(64,158,255,.5);box-shadow:0 0 0 rgba(64,158,255,.5);outline:none;color:inherit;background:#fff;width:500px;font-size:14px;height:140px}.add-update-preview .btn3[data-v-1cda2566]{border:0 solid #3fcbca;cursor:pointer;padding:0 20px;margin:0 4px;color:#fff;font-size:14px;line-height:40px;border-radius:4px;outline:none;background:#4b88e4;width:auto;min-width:90px;height:40px}.add-update-preview .btn3[data-v-1cda2566]:hover{opacity:.8}.container[data-v-78fb9f03]{margin:10px;font-size:14px}.container span[data-v-78fb9f03]{width:60px}.container .top-content[data-v-78fb9f03]{padding:20px}.container .price-content[data-v-78fb9f03],.container .top-content[data-v-78fb9f03]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.container .price-content[data-v-78fb9f03]{margin-top:20px;padding-bottom:20px;padding:20px;border-bottom:1px solid #eee;font-size:20px;font-weight:700;color:red}.container .pay-type-content[data-v-78fb9f03]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-top:20px;-ms-flex-wrap:wrap;flex-wrap:wrap}.container .pay-type-content span[data-v-78fb9f03]{width:100px}.container .pay-type-content .pay-type-item[data-v-78fb9f03]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;width:300px;margin:20px;border:1px solid #eee;padding:20px;background:#fff}.container .buton-content[data-v-78fb9f03]{margin:20px}.container[data-v-6bb253c2]{position:relative;background:url(http://codegen.caihongy.cn/20230908/322b929098b24499a774ded5b49b487b.jpg)}.container .el-date-editor.el-input[data-v-6bb253c2]{width:100%}.container .rgs-form .el-input[data-v-6bb253c2] .el-input__inner,.container .rgs-form .el-select[data-v-6bb253c2] .el-input__inner{padding:0 10px}.container .rgs-form .el-date-editor[data-v-6bb253c2] .el-input__inner,.container .rgs-form .el-input[data-v-6bb253c2] .el-input__inner,.container .rgs-form .el-select[data-v-6bb253c2] .el-input__inner{border-radius:0;-webkit-box-shadow:0 0 0 rgba(60,60,60,.1);box-shadow:0 0 0 rgba(60,60,60,.1);outline:none;color:#666;background:none;width:100%;font-size:14px;border-color:#ddd;border-width:0 0 1px;border-style:solid;height:36px}.container .rgs-form .el-date-editor[data-v-6bb253c2] .el-input__inner{padding:0 10px 0 30px}.container .rgs-form[data-v-6bb253c2] .el-upload--picture-card{background:transparent;border:0;border-radius:0;width:auto;height:auto;line-height:normal;vertical-align:middle}.container .rgs-form[data-v-6bb253c2] .el-upload-list .el-upload-list__item,.container .rgs-form[data-v-6bb253c2] .el-upload .el-icon-plus,.container .rgs-form[data-v-6bb253c2] .upload .upload-img{cursor:pointer;color:#bbb;font-size:32px;border-color:#ddd;line-height:80px;border-radius:4px;-webkit-box-shadow:0 0 0 rgba(60,60,60,.1);box-shadow:0 0 0 rgba(60,60,60,.1);background:none;width:160px;border-width:1px;border-style:solid;text-align:center;height:80px}.required[data-v-6bb253c2]{position:relative}.required[data-v-6bb253c2]:after{color:red;position:absolute;right:5px;content:"*"}.editor>.avatar-uploader[data-v-6bb253c2]{line-height:0;height:0}.el-date-editor.el-input[data-v-091f6dbb]{width:auto}.add-update-preview .el-form-item[data-v-091f6dbb] .el-form-item__label{padding:0 10px 0 0;color:#00acc1;background:none;font-weight:600;display:inline-block;width:200px;font-size:inherit;line-height:40px;text-align:right}.add-update-preview .el-form-item[data-v-091f6dbb] .el-form-item__content{margin-left:200px}.add-update-preview .el-input[data-v-091f6dbb] .el-input__inner{border-radius:4px;padding:0 12px;-webkit-box-shadow:0 0 0 rgba(64,158,255,.5);box-shadow:0 0 0 rgba(64,158,255,.5);outline:none;color:inherit;background:#fff;width:400px;font-size:14px;border-color:#ced4da;border-width:1px;border-style:solid;height:36px}.add-update-preview .el-select[data-v-091f6dbb] .el-input__inner{padding:0 10px;background:#fff;min-width:350px}.add-update-preview .el-date-editor[data-v-091f6dbb] .el-input__inner,.add-update-preview .el-select[data-v-091f6dbb] .el-input__inner{color:inherit;font-size:14px;border-color:#ced4da;border-radius:0;-webkit-box-shadow:0 0 0 rgba(64,158,255,.5);box-shadow:0 0 0 rgba(64,158,255,.5);outline:none;width:auto;border-width:1px;border-style:solid;height:36px}.add-update-preview .el-date-editor[data-v-091f6dbb] .el-input__inner{padding:0 10px 0 30px;background:none;min-width:250px}.add-update-preview[data-v-091f6dbb] .el-upload--picture-card{background:transparent;border:0;border-radius:0;width:auto;height:auto;line-height:normal;vertical-align:middle}.add-update-preview[data-v-091f6dbb] .el-upload-list .el-upload-list__item,.add-update-preview[data-v-091f6dbb] .el-upload .el-icon-plus{border:1px solid #ced4da;cursor:pointer;border-radius:4px;color:#aaa;background:#fff;-o-object-fit:cover;object-fit:cover;width:180px;font-size:32px;line-height:80px;text-align:center;height:80px}.add-update-preview .el-textarea[data-v-091f6dbb] .el-textarea__inner{border:1px solid #ced4da;border-radius:4px;padding:12px;-webkit-box-shadow:0 0 0 rgba(64,158,255,.5);box-shadow:0 0 0 rgba(64,158,255,.5);outline:none;color:inherit;background:#fff;width:500px;font-size:14px;height:140px}.add-update-preview .btn3[data-v-091f6dbb]{border:0 solid #3fcbca;cursor:pointer;padding:0 20px;margin:0 4px;color:#fff;font-size:14px;line-height:40px;border-radius:4px;outline:none;background:#4b88e4;width:auto;min-width:90px;height:40px}.add-update-preview .btn3[data-v-091f6dbb]:hover{opacity:.8}.editor>.avatar-uploader[data-v-091f6dbb]{line-height:0;height:0}.amap-wrapper[data-v-2bc57788]{width:100%;height:500px}.search-box[data-v-2bc57788]{position:absolute}.el-date-editor.el-input[data-v-2bc57788]{width:auto}.add-update-preview .el-form-item[data-v-2bc57788] .el-form-item__label{padding:0 10px 0 0;color:#00acc1;background:none;font-weight:600;display:inline-block;width:200px;font-size:inherit;line-height:40px;text-align:right}.add-update-preview .el-form-item[data-v-2bc57788] .el-form-item__content{margin-left:200px}.add-update-preview .el-input-number[data-v-2bc57788] .el-input__inner,.add-update-preview .el-input[data-v-2bc57788] .el-input__inner{border-radius:4px;padding:0 12px;-webkit-box-shadow:0 0 0 rgba(64,158,255,.5);box-shadow:0 0 0 rgba(64,158,255,.5);outline:none;color:inherit;background:#fff;width:400px;font-size:14px;border-color:#ced4da;border-width:1px;border-style:solid;height:36px}.add-update-preview .el-input-number[data-v-2bc57788] .el-input__inner{text-align:left}.add-update-preview .el-input-number[data-v-2bc57788] .el-input-number__decrease,.add-update-preview .el-input-number[data-v-2bc57788] .el-input-number__increase{display:none}.add-update-preview .el-select[data-v-2bc57788] .el-input__inner{padding:0 10px;background:#fff;min-width:350px}.add-update-preview .el-date-editor[data-v-2bc57788] .el-input__inner,.add-update-preview .el-select[data-v-2bc57788] .el-input__inner{color:inherit;font-size:14px;border-color:#ced4da;border-radius:0;-webkit-box-shadow:0 0 0 rgba(64,158,255,.5);box-shadow:0 0 0 rgba(64,158,255,.5);outline:none;width:auto;border-width:1px;border-style:solid;height:36px}.add-update-preview .el-date-editor[data-v-2bc57788] .el-input__inner{padding:0 10px 0 30px;background:none;min-width:250px}.add-update-preview[data-v-2bc57788] .el-upload--picture-card{background:transparent;border:0;border-radius:0;width:auto;height:auto;line-height:normal;vertical-align:middle}.add-update-preview[data-v-2bc57788] .el-upload-list .el-upload-list__item,.add-update-preview[data-v-2bc57788] .el-upload .el-icon-plus,.add-update-preview[data-v-2bc57788] .upload .upload-img{border:1px solid #ced4da;cursor:pointer;border-radius:4px;color:#aaa;background:#fff;-o-object-fit:cover;object-fit:cover;width:180px;font-size:32px;line-height:80px;text-align:center;height:80px}.add-update-preview .el-textarea[data-v-2bc57788] .el-textarea__inner{border:1px solid #ced4da;border-radius:4px;padding:12px;-webkit-box-shadow:0 0 0 rgba(64,158,255,.5);box-shadow:0 0 0 rgba(64,158,255,.5);outline:none;color:inherit;background:#fff;width:500px;font-size:14px;height:140px}.add-update-preview .btn .btn1[data-v-2bc57788]{border:0 solid #3fcbca;cursor:pointer;padding:0 10px;margin:0 4px;color:#fff;display:inline-block;font-size:14px;line-height:40px;border-radius:4px;outline:none;background:#4b88e4;width:auto;min-width:90px;height:40px}.add-update-preview .btn .btn1[data-v-2bc57788]:hover{opacity:.8}.add-update-preview .btn .btn2[data-v-2bc57788]{border:0 solid #23b7e5;cursor:pointer;padding:0 10px;margin:0 4px;color:#fff;font-size:14px;line-height:40px;border-radius:4px;outline:none;background:#4b88e4;width:auto;min-width:90px;height:40px}.add-update-preview .btn .btn2[data-v-2bc57788]:hover{opacity:.8}.add-update-preview .btn .btn3[data-v-2bc57788]{border:0 solid #3fcbca;cursor:pointer;padding:0 20px;margin:0 4px;color:#fff;font-size:14px;line-height:40px;border-radius:4px;outline:none;background:#4b88e4;width:auto;min-width:90px;height:40px}.add-update-preview .btn .btn3[data-v-2bc57788]:hover{opacity:.8}.add-update-preview .btn .btn4[data-v-2bc57788]{border:0 solid #ff6b6b;cursor:pointer;padding:0 20px;margin:0 4px;color:#fff;font-size:14px;line-height:40px;border-radius:4px;outline:none;background:#00acc1;width:auto;min-width:90px;height:40px}.add-update-preview .btn .btn4[data-v-2bc57788]:hover{opacity:.8}.add-update-preview .btn .btn5[data-v-2bc57788]{border:0 solid #65c3df;cursor:pointer;padding:0 20px;margin:4px;color:#fff;font-size:14px;line-height:40px;border-radius:4px;outline:none;background:#00acc1;width:auto;min-width:90px;height:40px}.add-update-preview .btn .btn5[data-v-2bc57788]:hover{opacity:.8}.amap-wrapper[data-v-92e7315c]{width:100%;height:500px}.search-box[data-v-92e7315c]{position:absolute}.el-date-editor.el-input[data-v-92e7315c]{width:auto}.add-update-preview .el-form-item[data-v-92e7315c] .el-form-item__label{padding:0 10px 0 0;color:#00acc1;background:none;font-weight:600;display:inline-block;width:200px;font-size:inherit;line-height:40px;text-align:right}.add-update-preview .el-form-item[data-v-92e7315c] .el-form-item__content{margin-left:200px}.add-update-preview .el-input-number[data-v-92e7315c] .el-input__inner,.add-update-preview .el-input[data-v-92e7315c] .el-input__inner{border-radius:4px;padding:0 12px;-webkit-box-shadow:0 0 0 rgba(64,158,255,.5);box-shadow:0 0 0 rgba(64,158,255,.5);outline:none;color:inherit;background:#fff;width:400px;font-size:14px;border-color:#ced4da;border-width:1px;border-style:solid;height:36px}.add-update-preview .el-input-number[data-v-92e7315c] .el-input__inner{text-align:left}.add-update-preview .el-input-number[data-v-92e7315c] .el-input-number__decrease,.add-update-preview .el-input-number[data-v-92e7315c] .el-input-number__increase{display:none}.add-update-preview .el-select[data-v-92e7315c] .el-input__inner{padding:0 10px;background:#fff;min-width:350px}.add-update-preview .el-date-editor[data-v-92e7315c] .el-input__inner,.add-update-preview .el-select[data-v-92e7315c] .el-input__inner{color:inherit;font-size:14px;border-color:#ced4da;border-radius:0;-webkit-box-shadow:0 0 0 rgba(64,158,255,.5);box-shadow:0 0 0 rgba(64,158,255,.5);outline:none;width:auto;border-width:1px;border-style:solid;height:36px}.add-update-preview .el-date-editor[data-v-92e7315c] .el-input__inner{padding:0 10px 0 30px;background:none;min-width:250px}.add-update-preview[data-v-92e7315c] .el-upload--picture-card{background:transparent;border:0;border-radius:0;width:auto;height:auto;line-height:normal;vertical-align:middle}.add-update-preview[data-v-92e7315c] .el-upload-list .el-upload-list__item,.add-update-preview[data-v-92e7315c] .el-upload .el-icon-plus,.add-update-preview[data-v-92e7315c] .upload .upload-img{border:1px solid #ced4da;cursor:pointer;border-radius:4px;color:#aaa;background:#fff;-o-object-fit:cover;object-fit:cover;width:180px;font-size:32px;line-height:80px;text-align:center;height:80px}.add-update-preview .el-textarea[data-v-92e7315c] .el-textarea__inner{border:1px solid #ced4da;border-radius:4px;padding:12px;-webkit-box-shadow:0 0 0 rgba(64,158,255,.5);box-shadow:0 0 0 rgba(64,158,255,.5);outline:none;color:inherit;background:#fff;width:500px;font-size:14px;height:140px}.add-update-preview .btn .btn1[data-v-92e7315c]{border:0 solid #3fcbca;cursor:pointer;padding:0 10px;margin:0 4px;color:#fff;display:inline-block;font-size:14px;line-height:40px;border-radius:4px;outline:none;background:#4b88e4;width:auto;min-width:90px;height:40px}.add-update-preview .btn .btn1[data-v-92e7315c]:hover{opacity:.8}.add-update-preview .btn .btn2[data-v-92e7315c]{border:0 solid #23b7e5;cursor:pointer;padding:0 10px;margin:0 4px;color:#fff;font-size:14px;line-height:40px;border-radius:4px;outline:none;background:#4b88e4;width:auto;min-width:90px;height:40px}.add-update-preview .btn .btn2[data-v-92e7315c]:hover{opacity:.8}.add-update-preview .btn .btn3[data-v-92e7315c]{border:0 solid #3fcbca;cursor:pointer;padding:0 20px;margin:0 4px;color:#fff;font-size:14px;line-height:40px;border-radius:4px;outline:none;background:#4b88e4;width:auto;min-width:90px;height:40px}.add-update-preview .btn .btn3[data-v-92e7315c]:hover{opacity:.8}.add-update-preview .btn .btn4[data-v-92e7315c]{border:0 solid #ff6b6b;cursor:pointer;padding:0 20px;margin:0 4px;color:#fff;font-size:14px;line-height:40px;border-radius:4px;outline:none;background:#00acc1;width:auto;min-width:90px;height:40px}.add-update-preview .btn .btn4[data-v-92e7315c]:hover{opacity:.8}.add-update-preview .btn .btn5[data-v-92e7315c]{border:0 solid #65c3df;cursor:pointer;padding:0 20px;margin:4px;color:#fff;font-size:14px;line-height:40px;border-radius:4px;outline:none;background:#00acc1;width:auto;min-width:90px;height:40px}.add-update-preview .btn .btn5[data-v-92e7315c]:hover{opacity:.8}.amap-wrapper[data-v-101dfb02]{width:100%;height:500px}.search-box[data-v-101dfb02]{position:absolute}.el-date-editor.el-input[data-v-101dfb02]{width:auto}.add-update-preview .el-form-item[data-v-101dfb02] .el-form-item__label{padding:0 10px 0 0;color:#00acc1;background:none;font-weight:600;display:inline-block;width:200px;font-size:inherit;line-height:40px;text-align:right}.add-update-preview .el-form-item[data-v-101dfb02] .el-form-item__content{margin-left:200px}.add-update-preview .el-input-number[data-v-101dfb02] .el-input__inner,.add-update-preview .el-input[data-v-101dfb02] .el-input__inner{border-radius:4px;padding:0 12px;-webkit-box-shadow:0 0 0 rgba(64,158,255,.5);box-shadow:0 0 0 rgba(64,158,255,.5);outline:none;color:inherit;background:#fff;width:400px;font-size:14px;border-color:#ced4da;border-width:1px;border-style:solid;height:36px}.add-update-preview .el-input-number[data-v-101dfb02] .el-input__inner{text-align:left}.add-update-preview .el-input-number[data-v-101dfb02] .el-input-number__decrease,.add-update-preview .el-input-number[data-v-101dfb02] .el-input-number__increase{display:none}.add-update-preview .el-select[data-v-101dfb02] .el-input__inner{padding:0 10px;background:#fff;min-width:350px}.add-update-preview .el-date-editor[data-v-101dfb02] .el-input__inner,.add-update-preview .el-select[data-v-101dfb02] .el-input__inner{color:inherit;font-size:14px;border-color:#ced4da;border-radius:0;-webkit-box-shadow:0 0 0 rgba(64,158,255,.5);box-shadow:0 0 0 rgba(64,158,255,.5);outline:none;width:auto;border-width:1px;border-style:solid;height:36px}.add-update-preview .el-date-editor[data-v-101dfb02] .el-input__inner{padding:0 10px 0 30px;background:none;min-width:250px}.add-update-preview[data-v-101dfb02] .el-upload--picture-card{background:transparent;border:0;border-radius:0;width:auto;height:auto;line-height:normal;vertical-align:middle}.add-update-preview[data-v-101dfb02] .el-upload-list .el-upload-list__item,.add-update-preview[data-v-101dfb02] .el-upload .el-icon-plus,.add-update-preview[data-v-101dfb02] .upload .upload-img{border:1px solid #ced4da;cursor:pointer;border-radius:4px;color:#aaa;background:#fff;-o-object-fit:cover;object-fit:cover;width:180px;font-size:32px;line-height:80px;text-align:center;height:80px}.add-update-preview .el-textarea[data-v-101dfb02] .el-textarea__inner{border:1px solid #ced4da;border-radius:4px;padding:12px;-webkit-box-shadow:0 0 0 rgba(64,158,255,.5);box-shadow:0 0 0 rgba(64,158,255,.5);outline:none;color:inherit;background:#fff;width:500px;font-size:14px;height:140px}.add-update-preview .btn .btn1[data-v-101dfb02]{border:0 solid #3fcbca;cursor:pointer;padding:0 10px;margin:0 4px;color:#fff;display:inline-block;font-size:14px;line-height:40px;border-radius:4px;outline:none;background:#4b88e4;width:auto;min-width:90px;height:40px}.add-update-preview .btn .btn1[data-v-101dfb02]:hover{opacity:.8}.add-update-preview .btn .btn2[data-v-101dfb02]{border:0 solid #23b7e5;cursor:pointer;padding:0 10px;margin:0 4px;color:#fff;font-size:14px;line-height:40px;border-radius:4px;outline:none;background:#4b88e4;width:auto;min-width:90px;height:40px}.add-update-preview .btn .btn2[data-v-101dfb02]:hover{opacity:.8}.add-update-preview .btn .btn3[data-v-101dfb02]{border:0 solid #3fcbca;cursor:pointer;padding:0 20px;margin:0 4px;color:#fff;font-size:14px;line-height:40px;border-radius:4px;outline:none;background:#4b88e4;width:auto;min-width:90px;height:40px}.add-update-preview .btn .btn3[data-v-101dfb02]:hover{opacity:.8}.add-update-preview .btn .btn4[data-v-101dfb02]{border:0 solid #ff6b6b;cursor:pointer;padding:0 20px;margin:0 4px;color:#fff;font-size:14px;line-height:40px;border-radius:4px;outline:none;background:#00acc1;width:auto;min-width:90px;height:40px}.add-update-preview .btn .btn4[data-v-101dfb02]:hover{opacity:.8}.add-update-preview .btn .btn5[data-v-101dfb02]{border:0 solid #65c3df;cursor:pointer;padding:0 20px;margin:4px;color:#fff;font-size:14px;line-height:40px;border-radius:4px;outline:none;background:#00acc1;width:auto;min-width:90px;height:40px}.add-update-preview .btn .btn5[data-v-101dfb02]:hover{opacity:.8}.amap-wrapper[data-v-6e6e9a60]{width:100%;height:500px}.search-box[data-v-6e6e9a60]{position:absolute}.el-date-editor.el-input[data-v-6e6e9a60]{width:auto}.add-update-preview .el-form-item[data-v-6e6e9a60] .el-form-item__label{padding:0 10px 0 0;color:#00acc1;background:none;font-weight:600;display:inline-block;width:200px;font-size:inherit;line-height:40px;text-align:right}.add-update-preview .el-form-item[data-v-6e6e9a60] .el-form-item__content{margin-left:200px}.add-update-preview .el-input-number[data-v-6e6e9a60] .el-input__inner,.add-update-preview .el-input[data-v-6e6e9a60] .el-input__inner{border-radius:4px;padding:0 12px;-webkit-box-shadow:0 0 0 rgba(64,158,255,.5);box-shadow:0 0 0 rgba(64,158,255,.5);outline:none;color:inherit;background:#fff;width:400px;font-size:14px;border-color:#ced4da;border-width:1px;border-style:solid;height:36px}.add-update-preview .el-input-number[data-v-6e6e9a60] .el-input__inner{text-align:left}.add-update-preview .el-input-number[data-v-6e6e9a60] .el-input-number__decrease,.add-update-preview .el-input-number[data-v-6e6e9a60] .el-input-number__increase{display:none}.add-update-preview .el-select[data-v-6e6e9a60] .el-input__inner{padding:0 10px;background:#fff;min-width:350px}.add-update-preview .el-date-editor[data-v-6e6e9a60] .el-input__inner,.add-update-preview .el-select[data-v-6e6e9a60] .el-input__inner{color:inherit;font-size:14px;border-color:#ced4da;border-radius:0;-webkit-box-shadow:0 0 0 rgba(64,158,255,.5);box-shadow:0 0 0 rgba(64,158,255,.5);outline:none;width:auto;border-width:1px;border-style:solid;height:36px}.add-update-preview .el-date-editor[data-v-6e6e9a60] .el-input__inner{padding:0 10px 0 30px;background:none;min-width:250px}.add-update-preview[data-v-6e6e9a60] .el-upload--picture-card{background:transparent;border:0;border-radius:0;width:auto;height:auto;line-height:normal;vertical-align:middle}.add-update-preview[data-v-6e6e9a60] .el-upload-list .el-upload-list__item,.add-update-preview[data-v-6e6e9a60] .el-upload .el-icon-plus,.add-update-preview[data-v-6e6e9a60] .upload .upload-img{border:1px solid #ced4da;cursor:pointer;border-radius:4px;color:#aaa;background:#fff;-o-object-fit:cover;object-fit:cover;width:180px;font-size:32px;line-height:80px;text-align:center;height:80px}.add-update-preview .el-textarea[data-v-6e6e9a60] .el-textarea__inner{border:1px solid #ced4da;border-radius:4px;padding:12px;-webkit-box-shadow:0 0 0 rgba(64,158,255,.5);box-shadow:0 0 0 rgba(64,158,255,.5);outline:none;color:inherit;background:#fff;width:500px;font-size:14px;height:140px}.add-update-preview .btn .btn1[data-v-6e6e9a60]{border:0 solid #3fcbca;cursor:pointer;padding:0 10px;margin:0 4px;color:#fff;display:inline-block;font-size:14px;line-height:40px;border-radius:4px;outline:none;background:#4b88e4;width:auto;min-width:90px;height:40px}.add-update-preview .btn .btn1[data-v-6e6e9a60]:hover{opacity:.8}.add-update-preview .btn .btn2[data-v-6e6e9a60]{border:0 solid #23b7e5;cursor:pointer;padding:0 10px;margin:0 4px;color:#fff;font-size:14px;line-height:40px;border-radius:4px;outline:none;background:#4b88e4;width:auto;min-width:90px;height:40px}.add-update-preview .btn .btn2[data-v-6e6e9a60]:hover{opacity:.8}.add-update-preview .btn .btn3[data-v-6e6e9a60]{border:0 solid #3fcbca;cursor:pointer;padding:0 20px;margin:0 4px;color:#fff;font-size:14px;line-height:40px;border-radius:4px;outline:none;background:#4b88e4;width:auto;min-width:90px;height:40px}.add-update-preview .btn .btn3[data-v-6e6e9a60]:hover{opacity:.8}.add-update-preview .btn .btn4[data-v-6e6e9a60]{border:0 solid #ff6b6b;cursor:pointer;padding:0 20px;margin:0 4px;color:#fff;font-size:14px;line-height:40px;border-radius:4px;outline:none;background:#00acc1;width:auto;min-width:90px;height:40px}.add-update-preview .btn .btn4[data-v-6e6e9a60]:hover{opacity:.8}.add-update-preview .btn .btn5[data-v-6e6e9a60]{border:0 solid #65c3df;cursor:pointer;padding:0 20px;margin:4px;color:#fff;font-size:14px;line-height:40px;border-radius:4px;outline:none;background:#00acc1;width:auto;min-width:90px;height:40px}.add-update-preview .btn .btn5[data-v-6e6e9a60]:hover{opacity:.8}.center-form-pv .el-date-editor.el-input[data-v-e1f9817c],.el-input[data-v-e1f9817c]{width:auto}.center-form-pv .el-input[data-v-e1f9817c] .el-input__inner{border:2px solid #f6f6f6;border-radius:4px;padding:0 12px;outline:none;color:inherit;background:#fff;width:170px;font-size:16px;height:34px}.center-form-pv .el-select[data-v-e1f9817c] .el-input__inner{padding:0 10px}.center-form-pv .el-date-editor[data-v-e1f9817c] .el-input__inner,.center-form-pv .el-select[data-v-e1f9817c] .el-input__inner{border:2px solid #f6f6f6;border-radius:4px;-webkit-box-shadow:0 0 0 rgba(64,158,255,.5);box-shadow:0 0 0 rgba(64,158,255,.5);outline:none;color:inherit;background:#fff;width:170px;font-size:16px;height:34px}.center-form-pv .el-date-editor[data-v-e1f9817c] .el-input__inner{padding:0 10px 0 30px}.center-form-pv .search[data-v-e1f9817c]{border:2px solid rgba(0,172,193,.12549019607843137);cursor:pointer;border-radius:4px;padding:0 10px 0 4px;outline:none;color:#00acc1;background:none;width:auto;font-size:16px;line-height:30px;height:auto}.center-form-pv .search[data-v-e1f9817c]:hover{opacity:.8}.center-form-pv .actions .add[data-v-e1f9817c]{border:0 solid #eee;cursor:pointer;border-radius:4px;padding:0 10px;margin:4px 2px 2px;outline:none;color:#fff;background:#00acc1;width:auto;font-size:inherit;min-width:66px;height:36px}.center-form-pv .actions .add[data-v-e1f9817c]:hover{opacity:.8}.center-form-pv .actions .del[data-v-e1f9817c]{border:0 solid rgba(244,100,130,.3);cursor:pointer;padding:0 10px;margin:4px 2px 2px;color:#fff;font-size:inherit;border-radius:3px;-webkit-box-shadow:inset 0 0 0 0 rgba(244,100,130,.3);box-shadow:inset 0 0 0 0 rgba(244,100,130,.3);outline:none;background:#00acc1;width:auto;min-width:66px;height:36px}.center-form-pv .actions .del[data-v-e1f9817c]:hover{opacity:.8}.center-form-pv .actions .statis[data-v-e1f9817c]{border:0 solid rgba(244,100,130,.3);cursor:pointer;padding:0 10px;margin:4px 2px 2px;color:#fff;font-size:inherit;border-radius:3px;-webkit-box-shadow:inset 0 0 0 0 rgba(244,100,130,.3);box-shadow:inset 0 0 0 0 rgba(244,100,130,.3);outline:none;background:#00acc1;width:auto;min-width:66px;height:36px}.center-form-pv .actions .statis[data-v-e1f9817c]:hover{opacity:.8}.center-form-pv .actions .btn18[data-v-e1f9817c]{border:0 solid rgba(244,100,130,.3);cursor:pointer;border-radius:4px;padding:0 10px;margin:4px 2px 2px;outline:none;color:#fff;background:#00acc1;width:auto;font-size:inherit;min-width:66px;height:36px}.center-form-pv .actions .btn18[data-v-e1f9817c]:hover{opacity:.8}.el-table[data-v-e1f9817c] .el-table__header-wrapper thead{color:inherit;background:rgba(254,169,34,0);width:100%}.el-table[data-v-e1f9817c] .el-table__header-wrapper thead tr{background:none}.el-table[data-v-e1f9817c] .el-table__header-wrapper thead tr th{padding:6px 0;background:none;border-color:#dee2e6;border-width:1px 0 2px 0;border-style:solid;text-align:left}.el-table[data-v-e1f9817c] .el-table__header-wrapper thead tr th .cell{padding:0 10px;word-wrap:normal;color:#8e99a2;white-space:normal;font-weight:600;display:inline-block;vertical-align:middle;font-size:14px;line-height:24px;text-overflow:ellipsis;word-break:break-all;width:100%;position:relative}.el-table[data-v-e1f9817c] .el-table__body-wrapper tbody{padding:0;width:100%}.el-table[data-v-e1f9817c] .el-table__body-wrapper tbody tr{background:none}.el-table[data-v-e1f9817c] .el-table__body-wrapper tbody tr:hover td,.el-table[data-v-e1f9817c] .el-table__body-wrapper tbody tr td{padding:4px 0 0;color:#8e99a2;background:#fff;border-color:#dee2e6;border-width:0 0 1px 0;border-style:solid;text-align:left}.el-table[data-v-e1f9817c] .el-table__body-wrapper tbody tr td{font-size:inherit}.el-table[data-v-e1f9817c] .el-table__body-wrapper tbody tr td .cell{padding:0 10px;overflow:hidden;color:inherit;word-break:break-all;white-space:normal;line-height:24px;text-overflow:ellipsis}.el-table[data-v-e1f9817c] .el-table__body-wrapper tbody tr td .view{cursor:pointer;padding:0 10px;margin:0 2px 5px 0;color:#fff;font-size:inherit;border-color:#fff;line-height:26px;border-radius:4px;-webkit-box-shadow:inset 0 0 0 0 rgba(244,100,130,.3);box-shadow:inset 0 0 0 0 rgba(244,100,130,.3);outline:none;background:#00acc1;width:auto;border-width:0;border-style:solid;min-width:55px;height:auto}.el-table[data-v-e1f9817c] .el-table__body-wrapper tbody tr td .view:hover{border-color:#23b7e5;border-width:0;opacity:.8;border-style:solid}.el-table[data-v-e1f9817c] .el-table__body-wrapper tbody tr td .edit{cursor:pointer;padding:0 10px;margin:0 2px 5px 0;color:#fff;font-size:inherit;border-color:#fff;line-height:26px;border-radius:4px;-webkit-box-shadow:inset 0 0 0 0 rgba(244,100,130,.3);box-shadow:inset 0 0 0 0 rgba(244,100,130,.3);outline:none;background:#00acc1;width:auto;border-width:0;border-style:solid;min-width:55px;height:auto}.el-table[data-v-e1f9817c] .el-table__body-wrapper tbody tr td .edit:hover{border-color:#45b6b0;border-width:0;opacity:.8;border-style:solid}.el-table[data-v-e1f9817c] .el-table__body-wrapper tbody tr td .del{cursor:pointer;padding:0 10px;margin:0 2px 5px 0;color:#fff;font-size:inherit;border-color:#fff;line-height:26px;border-radius:4px;-webkit-box-shadow:inset 0 0 0 0 rgba(244,100,130,.3);box-shadow:inset 0 0 0 0 rgba(244,100,130,.3);outline:none;background:#4b88e4;width:auto;border-width:0;border-style:solid;min-width:55px;height:auto}.el-table[data-v-e1f9817c] .el-table__body-wrapper tbody tr td .del:hover{border-color:#d9534f;border-width:0;opacity:.8;border-style:solid}.el-table[data-v-e1f9817c] .el-table__body-wrapper tbody tr td .btn8{cursor:pointer;padding:0 10px;margin:0 2px 5px 0;color:#fff;font-size:inherit;border-color:#fff;line-height:26px;border-radius:4px;-webkit-box-shadow:inset 0 0 0 0 rgba(244,100,130,.3);box-shadow:inset 0 0 0 0 rgba(244,100,130,.3);outline:none;background:#4b88e4;width:auto;border-width:0;border-style:solid;min-width:55px;height:auto}.el-table[data-v-e1f9817c] .el-table__body-wrapper tbody tr td .btn8:hover{border-color:#666;border-width:0;opacity:.8;border-style:solid}.main-content .el-pagination[data-v-e1f9817c] .el-pagination__total{margin:0 10px 0 0;color:inherit;font-weight:400;display:inline-block;vertical-align:top;font-size:inherit;line-height:28px;height:28px}.main-content .el-pagination[data-v-e1f9817c] .btn-next,.main-content .el-pagination[data-v-e1f9817c] .btn-prev{border:1px solid #dee2e6;border-radius:2px;padding:0 5px;margin:0 2px;color:inherit;background:none;display:inline-block;vertical-align:top;font-size:18px;line-height:28px;min-width:35px;height:28px}.main-content .el-pagination[data-v-e1f9817c] .btn-next:disabled,.main-content .el-pagination[data-v-e1f9817c] .btn-prev:disabled{border:1px solid #dee2e6;cursor:not-allowed;border-radius:2px;padding:0 5px;margin:0 2px;color:#999;background:none;display:inline-block;vertical-align:top;font-size:18px;line-height:28px;height:28px}.main-content .el-pagination[data-v-e1f9817c] .el-pager{padding:0;margin:0;display:inline-block;vertical-align:top;font-size:inherit}.main-content .el-pagination[data-v-e1f9817c] .el-pager .number{cursor:pointer;border:1px solid #dee2e6;padding:0 4px;margin:0 2px;color:inherit;background:none;display:inline-block;vertical-align:top;font-size:inherit;line-height:28px;text-align:center;height:28px}.main-content .el-pagination[data-v-e1f9817c] .el-pager .number:hover{cursor:pointer;border-radius:4px;margin:0 5px}.main-content .el-pagination[data-v-e1f9817c] .el-pager .number.active,.main-content .el-pagination[data-v-e1f9817c] .el-pager .number:hover{padding:0 4px;color:#333;background:#e9ecef;display:inline-block;vertical-align:top;font-size:inherit;line-height:28px;text-align:center;height:28px}.main-content .el-pagination[data-v-e1f9817c] .el-pager .number.active{cursor:default;border:1px solid #dee2e6;margin:0 2px;border-radius:4px}.main-content .el-pagination[data-v-e1f9817c] .el-pagination__sizes{color:inherit;display:inline-block;vertical-align:top;font-size:inherit;line-height:28px;height:28px}.main-content .el-pagination[data-v-e1f9817c] .el-pagination__sizes .el-input{margin:0 5px;color:inherit;width:100px;font-size:inherit;position:relative}.main-content .el-pagination[data-v-e1f9817c] .el-pagination__sizes .el-input .el-input__inner{border:0 solid #ddd;cursor:pointer;padding:0 25px 0 8px;color:inherit;display:inline-block;font-size:inherit;line-height:28px;border-radius:3px;outline:0;background:none;width:100%;text-align:center;height:28px}.main-content .el-pagination[data-v-e1f9817c] .el-pagination__sizes .el-input span.el-input__suffix{top:0;position:absolute;right:0;height:100%}.main-content .el-pagination[data-v-e1f9817c] .el-pagination__sizes .el-input .el-input__suffix .el-select__caret{cursor:pointer;color:#c0c4cc;width:25px;font-size:14px;line-height:28px;text-align:center}.main-content .el-pagination[data-v-e1f9817c] .el-pagination__jump{margin:0 0 0 24px;color:inherit;display:inline-block;vertical-align:top;font-size:inherit;line-height:28px;height:28px}.main-content .el-pagination[data-v-e1f9817c] .el-pagination__jump .el-input{border-radius:3px;padding:0 2px;margin:0 2px;color:inherit;display:inline-block;width:50px;font-size:inherit;line-height:18px;position:relative;text-align:center;height:28px}.main-content .el-pagination[data-v-e1f9817c] .el-pagination__jump .el-input .el-input__inner{border:1px solid #eee;cursor:pointer;padding:0 0;color:inherit;display:inline-block;font-size:inherit;line-height:24px;border-radius:3px;outline:0;background:#fff;width:auto;text-align:center;height:24px}.one .list1-view[data-v-e1f9817c]{cursor:pointer;padding:0 8px 0 0;margin:0 5px 5px 0;color:#23b7e5;font-size:inherit;border-color:#fff;line-height:24px;border-radius:20px;-webkit-box-shadow:inset 0 0 0 0 rgba(244,100,130,.3);box-shadow:inset 0 0 0 0 rgba(244,100,130,.3);outline:none;background:none;width:auto;border-width:1px;border-style:double;min-width:40px;height:24px}.one .list1-view[data-v-e1f9817c]:hover{border-color:#23b7e5;border-width:1px;opacity:.8;border-style:solid}.one .list1-edit[data-v-e1f9817c]{cursor:pointer;padding:0 8px 0 0;margin:0 5px 5px 0;color:#45b6b0;font-size:inherit;border-color:#fff;line-height:24px;border-radius:20px;-webkit-box-shadow:inset 0 0 0 0 rgba(244,100,130,.3);box-shadow:inset 0 0 0 0 rgba(244,100,130,.3);outline:none;background:none;width:auto;border-width:1px;border-style:double;min-width:40px;height:24px}.one .list1-edit[data-v-e1f9817c]:hover{border-color:#45b6b0;border-width:1px;opacity:.8;border-style:solid}.one .list1-del[data-v-e1f9817c]{cursor:pointer;padding:0 8px 0 0;margin:0 5px 5px 0;color:#d9534f;font-size:inherit;border-color:#fff;line-height:24px;border-radius:20px;-webkit-box-shadow:inset 0 0 0 0 rgba(244,100,130,.3);box-shadow:inset 0 0 0 0 rgba(244,100,130,.3);outline:none;background:none;width:auto;border-width:1px;border-style:solid;min-width:40px;height:24px}.one .list1-del[data-v-e1f9817c]:hover{border-color:#d9534f;border-width:1px;opacity:.8;border-style:solid}.one .list1-btn8[data-v-e1f9817c]{cursor:pointer;padding:0 8px 0 0;margin:0 5px 5px 0;color:#333;font-size:inherit;border-color:#fff;line-height:24px;border-radius:20px;-webkit-box-shadow:inset 0 0 0 0 rgba(244,100,130,.3);box-shadow:inset 0 0 0 0 rgba(244,100,130,.3);outline:none;background:none;width:auto;border-width:1px;border-style:solid;min-width:40px;height:24px}.one .list1-btn8[data-v-e1f9817c]:hover{border-color:#333;border-width:1px;opacity:.8;border-style:solid}.main-content .el-table .el-switch[data-v-e1f9817c]{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;vertical-align:middle;line-height:30px;position:relative;-webkit-box-align:center;-ms-flex-align:center;align-items:center;height:30px}.main-content .el-table .el-switch[data-v-e1f9817c] .el-switch__label--left{cursor:pointer;margin:0 10px 0 0;color:#333;font-weight:500;display:inline-block;vertical-align:middle;font-size:16px;-webkit-transition:.2s;transition:.2s;height:30px}.main-content .el-table .el-switch[data-v-e1f9817c] .el-switch__label--right{cursor:pointer;margin:0 0 0 10px;color:#333;font-weight:500;display:inline-block;vertical-align:middle;font-size:16px;-webkit-transition:.2s;transition:.2s;height:30px}.main-content .el-table .el-switch[data-v-e1f9817c] .el-switch__core{border:1px solid #ceddee;cursor:pointer;border-radius:15px;margin:0;outline:0;background:#ceddee;display:inline-block;width:50px;-webkit-box-sizing:border-box;box-sizing:border-box;-webkit-transition:border-color .3s,background-color .3s;transition:border-color .3s,background-color .3s;height:24px}.main-content .el-table .el-switch[data-v-e1f9817c] .el-switch__core:after{border-radius:100%;top:1px;left:1px;background:#fff;width:20px;position:absolute;-webkit-transition:all .3s;transition:all .3s;height:20px}.main-content .el-table .el-switch.is-checked[data-v-e1f9817c] .el-switch__core:after{margin:0 0 0 -27px;left:100%}.main-content .el-table .el-rate[data-v-e1f9817c] .el-rate__item{cursor:pointer;display:inline-block;vertical-align:middle;font-size:0;position:relative}.main-content .el-table .el-rate[data-v-e1f9817c] .el-rate__item .el-rate__icon{margin:0 3px;color:#c0c4cc;display:inline-block;font-size:18px;position:relative;-webkit-transition:.3s;transition:.3s}.center-form-pv .el-date-editor.el-input[data-v-7ae699bc],.el-input[data-v-7ae699bc]{width:auto}.center-form-pv .el-input[data-v-7ae699bc] .el-input__inner{border:2px solid #f6f6f6;border-radius:4px;padding:0 12px;outline:none;color:inherit;background:#fff;width:170px;font-size:16px;height:34px}.center-form-pv .el-select[data-v-7ae699bc] .el-input__inner{padding:0 10px}.center-form-pv .el-date-editor[data-v-7ae699bc] .el-input__inner,.center-form-pv .el-select[data-v-7ae699bc] .el-input__inner{border:2px solid #f6f6f6;border-radius:4px;-webkit-box-shadow:0 0 0 rgba(64,158,255,.5);box-shadow:0 0 0 rgba(64,158,255,.5);outline:none;color:inherit;background:#fff;width:170px;font-size:16px;height:34px}.center-form-pv .el-date-editor[data-v-7ae699bc] .el-input__inner{padding:0 10px 0 30px}.center-form-pv .search[data-v-7ae699bc]{border:2px solid rgba(0,172,193,.12549019607843137);cursor:pointer;border-radius:4px;padding:0 10px 0 4px;outline:none;color:#00acc1;background:none;width:auto;font-size:16px;line-height:30px;height:auto}.center-form-pv .search[data-v-7ae699bc]:hover{opacity:.8}.center-form-pv .actions .add[data-v-7ae699bc]{border:0 solid #eee;cursor:pointer;border-radius:4px;padding:0 10px;margin:4px 2px 2px;outline:none;color:#fff;background:#00acc1;width:auto;font-size:inherit;min-width:66px;height:36px}.center-form-pv .actions .add[data-v-7ae699bc]:hover{opacity:.8}.center-form-pv .actions .del[data-v-7ae699bc]{border:0 solid rgba(244,100,130,.3);cursor:pointer;padding:0 10px;margin:4px 2px 2px;color:#fff;font-size:inherit;border-radius:3px;-webkit-box-shadow:inset 0 0 0 0 rgba(244,100,130,.3);box-shadow:inset 0 0 0 0 rgba(244,100,130,.3);outline:none;background:#00acc1;width:auto;min-width:66px;height:36px}.center-form-pv .actions .del[data-v-7ae699bc]:hover{opacity:.8}.center-form-pv .actions .statis[data-v-7ae699bc]{border:0 solid rgba(244,100,130,.3);cursor:pointer;padding:0 10px;margin:4px 2px 2px;color:#fff;font-size:inherit;border-radius:3px;-webkit-box-shadow:inset 0 0 0 0 rgba(244,100,130,.3);box-shadow:inset 0 0 0 0 rgba(244,100,130,.3);outline:none;background:#00acc1;width:auto;min-width:66px;height:36px}.center-form-pv .actions .statis[data-v-7ae699bc]:hover{opacity:.8}.center-form-pv .actions .btn18[data-v-7ae699bc]{border:0 solid rgba(244,100,130,.3);cursor:pointer;border-radius:4px;padding:0 10px;margin:4px 2px 2px;outline:none;color:#fff;background:#00acc1;width:auto;font-size:inherit;min-width:66px;height:36px}.center-form-pv .actions .btn18[data-v-7ae699bc]:hover{opacity:.8}.el-table[data-v-7ae699bc] .el-table__header-wrapper thead{color:inherit;background:rgba(254,169,34,0);width:100%}.el-table[data-v-7ae699bc] .el-table__header-wrapper thead tr{background:none}.el-table[data-v-7ae699bc] .el-table__header-wrapper thead tr th{padding:6px 0;background:none;border-color:#dee2e6;border-width:1px 0 2px 0;border-style:solid;text-align:left}.el-table[data-v-7ae699bc] .el-table__header-wrapper thead tr th .cell{padding:0 10px;word-wrap:normal;color:#8e99a2;white-space:normal;font-weight:600;display:inline-block;vertical-align:middle;font-size:14px;line-height:24px;text-overflow:ellipsis;word-break:break-all;width:100%;position:relative}.el-table[data-v-7ae699bc] .el-table__body-wrapper tbody{padding:0;width:100%}.el-table[data-v-7ae699bc] .el-table__body-wrapper tbody tr{background:none}.el-table[data-v-7ae699bc] .el-table__body-wrapper tbody tr:hover td,.el-table[data-v-7ae699bc] .el-table__body-wrapper tbody tr td{padding:4px 0 0;color:#8e99a2;background:#fff;border-color:#dee2e6;border-width:0 0 1px 0;border-style:solid;text-align:left}.el-table[data-v-7ae699bc] .el-table__body-wrapper tbody tr td{font-size:inherit}.el-table[data-v-7ae699bc] .el-table__body-wrapper tbody tr td .cell{padding:0 10px;overflow:hidden;color:inherit;word-break:break-all;white-space:normal;line-height:24px;text-overflow:ellipsis}.el-table[data-v-7ae699bc] .el-table__body-wrapper tbody tr td .view{cursor:pointer;padding:0 10px;margin:0 2px 5px 0;color:#fff;font-size:inherit;border-color:#fff;line-height:26px;border-radius:4px;-webkit-box-shadow:inset 0 0 0 0 rgba(244,100,130,.3);box-shadow:inset 0 0 0 0 rgba(244,100,130,.3);outline:none;background:#00acc1;width:auto;border-width:0;border-style:solid;min-width:55px;height:auto}.el-table[data-v-7ae699bc] .el-table__body-wrapper tbody tr td .view:hover{border-color:#23b7e5;border-width:0;opacity:.8;border-style:solid}.el-table[data-v-7ae699bc] .el-table__body-wrapper tbody tr td .edit{cursor:pointer;padding:0 10px;margin:0 2px 5px 0;color:#fff;font-size:inherit;border-color:#fff;line-height:26px;border-radius:4px;-webkit-box-shadow:inset 0 0 0 0 rgba(244,100,130,.3);box-shadow:inset 0 0 0 0 rgba(244,100,130,.3);outline:none;background:#00acc1;width:auto;border-width:0;border-style:solid;min-width:55px;height:auto}.el-table[data-v-7ae699bc] .el-table__body-wrapper tbody tr td .edit:hover{border-color:#45b6b0;border-width:0;opacity:.8;border-style:solid}.el-table[data-v-7ae699bc] .el-table__body-wrapper tbody tr td .del{cursor:pointer;padding:0 10px;margin:0 2px 5px 0;color:#fff;font-size:inherit;border-color:#fff;line-height:26px;border-radius:4px;-webkit-box-shadow:inset 0 0 0 0 rgba(244,100,130,.3);box-shadow:inset 0 0 0 0 rgba(244,100,130,.3);outline:none;background:#4b88e4;width:auto;border-width:0;border-style:solid;min-width:55px;height:auto}.el-table[data-v-7ae699bc] .el-table__body-wrapper tbody tr td .del:hover{border-color:#d9534f;border-width:0;opacity:.8;border-style:solid}.el-table[data-v-7ae699bc] .el-table__body-wrapper tbody tr td .btn8{cursor:pointer;padding:0 10px;margin:0 2px 5px 0;color:#fff;font-size:inherit;border-color:#fff;line-height:26px;border-radius:4px;-webkit-box-shadow:inset 0 0 0 0 rgba(244,100,130,.3);box-shadow:inset 0 0 0 0 rgba(244,100,130,.3);outline:none;background:#4b88e4;width:auto;border-width:0;border-style:solid;min-width:55px;height:auto}.el-table[data-v-7ae699bc] .el-table__body-wrapper tbody tr td .btn8:hover{border-color:#666;border-width:0;opacity:.8;border-style:solid}.main-content .el-pagination[data-v-7ae699bc] .el-pagination__total{margin:0 10px 0 0;color:inherit;font-weight:400;display:inline-block;vertical-align:top;font-size:inherit;line-height:28px;height:28px}.main-content .el-pagination[data-v-7ae699bc] .btn-next,.main-content .el-pagination[data-v-7ae699bc] .btn-prev{border:1px solid #dee2e6;border-radius:2px;padding:0 5px;margin:0 2px;color:inherit;background:none;display:inline-block;vertical-align:top;font-size:18px;line-height:28px;min-width:35px;height:28px}.main-content .el-pagination[data-v-7ae699bc] .btn-next:disabled,.main-content .el-pagination[data-v-7ae699bc] .btn-prev:disabled{border:1px solid #dee2e6;cursor:not-allowed;border-radius:2px;padding:0 5px;margin:0 2px;color:#999;background:none;display:inline-block;vertical-align:top;font-size:18px;line-height:28px;height:28px}.main-content .el-pagination[data-v-7ae699bc] .el-pager{padding:0;margin:0;display:inline-block;vertical-align:top;font-size:inherit}.main-content .el-pagination[data-v-7ae699bc] .el-pager .number{cursor:pointer;border:1px solid #dee2e6;padding:0 4px;margin:0 2px;color:inherit;background:none;display:inline-block;vertical-align:top;font-size:inherit;line-height:28px;text-align:center;height:28px}.main-content .el-pagination[data-v-7ae699bc] .el-pager .number:hover{cursor:pointer;border-radius:4px;margin:0 5px}.main-content .el-pagination[data-v-7ae699bc] .el-pager .number.active,.main-content .el-pagination[data-v-7ae699bc] .el-pager .number:hover{padding:0 4px;color:#333;background:#e9ecef;display:inline-block;vertical-align:top;font-size:inherit;line-height:28px;text-align:center;height:28px}.main-content .el-pagination[data-v-7ae699bc] .el-pager .number.active{cursor:default;border:1px solid #dee2e6;margin:0 2px;border-radius:4px}.main-content .el-pagination[data-v-7ae699bc] .el-pagination__sizes{color:inherit;display:inline-block;vertical-align:top;font-size:inherit;line-height:28px;height:28px}.main-content .el-pagination[data-v-7ae699bc] .el-pagination__sizes .el-input{margin:0 5px;color:inherit;width:100px;font-size:inherit;position:relative}.main-content .el-pagination[data-v-7ae699bc] .el-pagination__sizes .el-input .el-input__inner{border:0 solid #ddd;cursor:pointer;padding:0 25px 0 8px;color:inherit;display:inline-block;font-size:inherit;line-height:28px;border-radius:3px;outline:0;background:none;width:100%;text-align:center;height:28px}.main-content .el-pagination[data-v-7ae699bc] .el-pagination__sizes .el-input span.el-input__suffix{top:0;position:absolute;right:0;height:100%}.main-content .el-pagination[data-v-7ae699bc] .el-pagination__sizes .el-input .el-input__suffix .el-select__caret{cursor:pointer;color:#c0c4cc;width:25px;font-size:14px;line-height:28px;text-align:center}.main-content .el-pagination[data-v-7ae699bc] .el-pagination__jump{margin:0 0 0 24px;color:inherit;display:inline-block;vertical-align:top;font-size:inherit;line-height:28px;height:28px}.main-content .el-pagination[data-v-7ae699bc] .el-pagination__jump .el-input{border-radius:3px;padding:0 2px;margin:0 2px;color:inherit;display:inline-block;width:50px;font-size:inherit;line-height:18px;position:relative;text-align:center;height:28px}.main-content .el-pagination[data-v-7ae699bc] .el-pagination__jump .el-input .el-input__inner{border:1px solid #eee;cursor:pointer;padding:0 0;color:inherit;display:inline-block;font-size:inherit;line-height:24px;border-radius:3px;outline:0;background:#fff;width:auto;text-align:center;height:24px}.one .list1-view[data-v-7ae699bc]{cursor:pointer;padding:0 8px 0 0;margin:0 5px 5px 0;color:#23b7e5;font-size:inherit;border-color:#fff;line-height:24px;border-radius:20px;-webkit-box-shadow:inset 0 0 0 0 rgba(244,100,130,.3);box-shadow:inset 0 0 0 0 rgba(244,100,130,.3);outline:none;background:none;width:auto;border-width:1px;border-style:double;min-width:40px;height:24px}.one .list1-view[data-v-7ae699bc]:hover{border-color:#23b7e5;border-width:1px;opacity:.8;border-style:solid}.one .list1-edit[data-v-7ae699bc]{cursor:pointer;padding:0 8px 0 0;margin:0 5px 5px 0;color:#45b6b0;font-size:inherit;border-color:#fff;line-height:24px;border-radius:20px;-webkit-box-shadow:inset 0 0 0 0 rgba(244,100,130,.3);box-shadow:inset 0 0 0 0 rgba(244,100,130,.3);outline:none;background:none;width:auto;border-width:1px;border-style:double;min-width:40px;height:24px}.one .list1-edit[data-v-7ae699bc]:hover{border-color:#45b6b0;border-width:1px;opacity:.8;border-style:solid}.one .list1-del[data-v-7ae699bc]{cursor:pointer;padding:0 8px 0 0;margin:0 5px 5px 0;color:#d9534f;font-size:inherit;border-color:#fff;line-height:24px;border-radius:20px;-webkit-box-shadow:inset 0 0 0 0 rgba(244,100,130,.3);box-shadow:inset 0 0 0 0 rgba(244,100,130,.3);outline:none;background:none;width:auto;border-width:1px;border-style:solid;min-width:40px;height:24px}.one .list1-del[data-v-7ae699bc]:hover{border-color:#d9534f;border-width:1px;opacity:.8;border-style:solid}.one .list1-btn8[data-v-7ae699bc]{cursor:pointer;padding:0 8px 0 0;margin:0 5px 5px 0;color:#333;font-size:inherit;border-color:#fff;line-height:24px;border-radius:20px;-webkit-box-shadow:inset 0 0 0 0 rgba(244,100,130,.3);box-shadow:inset 0 0 0 0 rgba(244,100,130,.3);outline:none;background:none;width:auto;border-width:1px;border-style:solid;min-width:40px;height:24px}.one .list1-btn8[data-v-7ae699bc]:hover{border-color:#333;border-width:1px;opacity:.8;border-style:solid}.main-content .el-table .el-switch[data-v-7ae699bc]{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;vertical-align:middle;line-height:30px;position:relative;-webkit-box-align:center;-ms-flex-align:center;align-items:center;height:30px}.main-content .el-table .el-switch[data-v-7ae699bc] .el-switch__label--left{cursor:pointer;margin:0 10px 0 0;color:#333;font-weight:500;display:inline-block;vertical-align:middle;font-size:16px;-webkit-transition:.2s;transition:.2s;height:30px}.main-content .el-table .el-switch[data-v-7ae699bc] .el-switch__label--right{cursor:pointer;margin:0 0 0 10px;color:#333;font-weight:500;display:inline-block;vertical-align:middle;font-size:16px;-webkit-transition:.2s;transition:.2s;height:30px}.main-content .el-table .el-switch[data-v-7ae699bc] .el-switch__core{border:1px solid #ceddee;cursor:pointer;border-radius:15px;margin:0;outline:0;background:#ceddee;display:inline-block;width:50px;-webkit-box-sizing:border-box;box-sizing:border-box;-webkit-transition:border-color .3s,background-color .3s;transition:border-color .3s,background-color .3s;height:24px}.main-content .el-table .el-switch[data-v-7ae699bc] .el-switch__core:after{border-radius:100%;top:1px;left:1px;background:#fff;width:20px;position:absolute;-webkit-transition:all .3s;transition:all .3s;height:20px}.main-content .el-table .el-switch.is-checked[data-v-7ae699bc] .el-switch__core:after{margin:0 0 0 -27px;left:100%}.main-content .el-table .el-rate[data-v-7ae699bc] .el-rate__item{cursor:pointer;display:inline-block;vertical-align:middle;font-size:0;position:relative}.main-content .el-table .el-rate[data-v-7ae699bc] .el-rate__item .el-rate__icon{margin:0 3px;color:#c0c4cc;display:inline-block;font-size:18px;position:relative;-webkit-transition:.3s;transition:.3s}.amap-wrapper[data-v-1c319c2e]{width:100%;height:500px}.search-box[data-v-1c319c2e]{position:absolute}.el-date-editor.el-input[data-v-1c319c2e]{width:auto}.add-update-preview .el-form-item[data-v-1c319c2e] .el-form-item__label{padding:0 10px 0 0;color:#00acc1;background:none;font-weight:600;display:inline-block;width:200px;font-size:inherit;line-height:40px;text-align:right}.add-update-preview .el-form-item[data-v-1c319c2e] .el-form-item__content{margin-left:200px}.add-update-preview .el-input-number[data-v-1c319c2e] .el-input__inner,.add-update-preview .el-input[data-v-1c319c2e] .el-input__inner{border-radius:4px;padding:0 12px;-webkit-box-shadow:0 0 0 rgba(64,158,255,.5);box-shadow:0 0 0 rgba(64,158,255,.5);outline:none;color:inherit;background:#fff;width:400px;font-size:14px;border-color:#ced4da;border-width:1px;border-style:solid;height:36px}.add-update-preview .el-input-number[data-v-1c319c2e] .el-input__inner{text-align:left}.add-update-preview .el-input-number[data-v-1c319c2e] .el-input-number__decrease,.add-update-preview .el-input-number[data-v-1c319c2e] .el-input-number__increase{display:none}.add-update-preview .el-select[data-v-1c319c2e] .el-input__inner{padding:0 10px;background:#fff;min-width:350px}.add-update-preview .el-date-editor[data-v-1c319c2e] .el-input__inner,.add-update-preview .el-select[data-v-1c319c2e] .el-input__inner{color:inherit;font-size:14px;border-color:#ced4da;border-radius:0;-webkit-box-shadow:0 0 0 rgba(64,158,255,.5);box-shadow:0 0 0 rgba(64,158,255,.5);outline:none;width:auto;border-width:1px;border-style:solid;height:36px}.add-update-preview .el-date-editor[data-v-1c319c2e] .el-input__inner{padding:0 10px 0 30px;background:none;min-width:250px}.add-update-preview[data-v-1c319c2e] .el-upload--picture-card{background:transparent;border:0;border-radius:0;width:auto;height:auto;line-height:normal;vertical-align:middle}.add-update-preview[data-v-1c319c2e] .el-upload-list .el-upload-list__item,.add-update-preview[data-v-1c319c2e] .el-upload .el-icon-plus,.add-update-preview[data-v-1c319c2e] .upload .upload-img{border:1px solid #ced4da;cursor:pointer;border-radius:4px;color:#aaa;background:#fff;-o-object-fit:cover;object-fit:cover;width:180px;font-size:32px;line-height:80px;text-align:center;height:80px}.add-update-preview .el-textarea[data-v-1c319c2e] .el-textarea__inner{border:1px solid #ced4da;border-radius:4px;padding:12px;-webkit-box-shadow:0 0 0 rgba(64,158,255,.5);box-shadow:0 0 0 rgba(64,158,255,.5);outline:none;color:inherit;background:#fff;width:500px;font-size:14px;height:140px}.add-update-preview .btn .btn1[data-v-1c319c2e]{border:0 solid #3fcbca;cursor:pointer;padding:0 10px;margin:0 4px;color:#fff;display:inline-block;font-size:14px;line-height:40px;border-radius:4px;outline:none;background:#4b88e4;width:auto;min-width:90px;height:40px}.add-update-preview .btn .btn1[data-v-1c319c2e]:hover{opacity:.8}.add-update-preview .btn .btn2[data-v-1c319c2e]{border:0 solid #23b7e5;cursor:pointer;padding:0 10px;margin:0 4px;color:#fff;font-size:14px;line-height:40px;border-radius:4px;outline:none;background:#4b88e4;width:auto;min-width:90px;height:40px}.add-update-preview .btn .btn2[data-v-1c319c2e]:hover{opacity:.8}.add-update-preview .btn .btn3[data-v-1c319c2e]{border:0 solid #3fcbca;cursor:pointer;padding:0 20px;margin:0 4px;color:#fff;font-size:14px;line-height:40px;border-radius:4px;outline:none;background:#4b88e4;width:auto;min-width:90px;height:40px}.add-update-preview .btn .btn3[data-v-1c319c2e]:hover{opacity:.8}.add-update-preview .btn .btn4[data-v-1c319c2e]{border:0 solid #ff6b6b;cursor:pointer;padding:0 20px;margin:0 4px;color:#fff;font-size:14px;line-height:40px;border-radius:4px;outline:none;background:#00acc1;width:auto;min-width:90px;height:40px}.add-update-preview .btn .btn4[data-v-1c319c2e]:hover{opacity:.8}.add-update-preview .btn .btn5[data-v-1c319c2e]{border:0 solid #65c3df;cursor:pointer;padding:0 20px;margin:4px;color:#fff;font-size:14px;line-height:40px;border-radius:4px;outline:none;background:#00acc1;width:auto;min-width:90px;height:40px}.add-update-preview .btn .btn5[data-v-1c319c2e]:hover{opacity:.8}.center-form-pv .el-date-editor.el-input[data-v-3499156a],.el-input[data-v-3499156a]{width:auto}.center-form-pv .el-input[data-v-3499156a] .el-input__inner{border:2px solid #f6f6f6;border-radius:4px;padding:0 12px;outline:none;color:inherit;background:#fff;width:170px;font-size:16px;height:34px}.center-form-pv .el-select[data-v-3499156a] .el-input__inner{padding:0 10px}.center-form-pv .el-date-editor[data-v-3499156a] .el-input__inner,.center-form-pv .el-select[data-v-3499156a] .el-input__inner{border:2px solid #f6f6f6;border-radius:4px;-webkit-box-shadow:0 0 0 rgba(64,158,255,.5);box-shadow:0 0 0 rgba(64,158,255,.5);outline:none;color:inherit;background:#fff;width:170px;font-size:16px;height:34px}.center-form-pv .el-date-editor[data-v-3499156a] .el-input__inner{padding:0 10px 0 30px}.center-form-pv .search[data-v-3499156a]{border:2px solid rgba(0,172,193,.12549019607843137);cursor:pointer;border-radius:4px;padding:0 10px 0 4px;outline:none;color:#00acc1;background:none;width:auto;font-size:16px;line-height:30px;height:auto}.center-form-pv .search[data-v-3499156a]:hover{opacity:.8}.center-form-pv .actions .add[data-v-3499156a]{border:0 solid #eee;cursor:pointer;border-radius:4px;padding:0 10px;margin:4px 2px 2px;outline:none;color:#fff;background:#00acc1;width:auto;font-size:inherit;min-width:66px;height:36px}.center-form-pv .actions .add[data-v-3499156a]:hover{opacity:.8}.center-form-pv .actions .del[data-v-3499156a]{border:0 solid rgba(244,100,130,.3);cursor:pointer;padding:0 10px;margin:4px 2px 2px;color:#fff;font-size:inherit;border-radius:3px;-webkit-box-shadow:inset 0 0 0 0 rgba(244,100,130,.3);box-shadow:inset 0 0 0 0 rgba(244,100,130,.3);outline:none;background:#00acc1;width:auto;min-width:66px;height:36px}.center-form-pv .actions .del[data-v-3499156a]:hover{opacity:.8}.center-form-pv .actions .statis[data-v-3499156a]{border:0 solid rgba(244,100,130,.3);cursor:pointer;padding:0 10px;margin:4px 2px 2px;color:#fff;font-size:inherit;border-radius:3px;-webkit-box-shadow:inset 0 0 0 0 rgba(244,100,130,.3);box-shadow:inset 0 0 0 0 rgba(244,100,130,.3);outline:none;background:#00acc1;width:auto;min-width:66px;height:36px}.center-form-pv .actions .statis[data-v-3499156a]:hover{opacity:.8}.center-form-pv .actions .btn18[data-v-3499156a]{border:0 solid rgba(244,100,130,.3);cursor:pointer;border-radius:4px;padding:0 10px;margin:4px 2px 2px;outline:none;color:#fff;background:#00acc1;width:auto;font-size:inherit;min-width:66px;height:36px}.center-form-pv .actions .btn18[data-v-3499156a]:hover{opacity:.8}.el-table[data-v-3499156a] .el-table__header-wrapper thead{color:inherit;background:rgba(254,169,34,0);width:100%}.el-table[data-v-3499156a] .el-table__header-wrapper thead tr{background:none}.el-table[data-v-3499156a] .el-table__header-wrapper thead tr th{padding:6px 0;background:none;border-color:#dee2e6;border-width:1px 0 2px 0;border-style:solid;text-align:left}.el-table[data-v-3499156a] .el-table__header-wrapper thead tr th .cell{padding:0 10px;word-wrap:normal;color:#8e99a2;white-space:normal;font-weight:600;display:inline-block;vertical-align:middle;font-size:14px;line-height:24px;text-overflow:ellipsis;word-break:break-all;width:100%;position:relative}.el-table[data-v-3499156a] .el-table__body-wrapper tbody{padding:0;width:100%}.el-table[data-v-3499156a] .el-table__body-wrapper tbody tr{background:none}.el-table[data-v-3499156a] .el-table__body-wrapper tbody tr:hover td,.el-table[data-v-3499156a] .el-table__body-wrapper tbody tr td{padding:4px 0 0;color:#8e99a2;background:#fff;border-color:#dee2e6;border-width:0 0 1px 0;border-style:solid;text-align:left}.el-table[data-v-3499156a] .el-table__body-wrapper tbody tr td{font-size:inherit}.el-table[data-v-3499156a] .el-table__body-wrapper tbody tr td .cell{padding:0 10px;overflow:hidden;color:inherit;word-break:break-all;white-space:normal;line-height:24px;text-overflow:ellipsis}.el-table[data-v-3499156a] .el-table__body-wrapper tbody tr td .view{cursor:pointer;padding:0 10px;margin:0 2px 5px 0;color:#fff;font-size:inherit;border-color:#fff;line-height:26px;border-radius:4px;-webkit-box-shadow:inset 0 0 0 0 rgba(244,100,130,.3);box-shadow:inset 0 0 0 0 rgba(244,100,130,.3);outline:none;background:#00acc1;width:auto;border-width:0;border-style:solid;min-width:55px;height:auto}.el-table[data-v-3499156a] .el-table__body-wrapper tbody tr td .view:hover{border-color:#23b7e5;border-width:0;opacity:.8;border-style:solid}.el-table[data-v-3499156a] .el-table__body-wrapper tbody tr td .edit{cursor:pointer;padding:0 10px;margin:0 2px 5px 0;color:#fff;font-size:inherit;border-color:#fff;line-height:26px;border-radius:4px;-webkit-box-shadow:inset 0 0 0 0 rgba(244,100,130,.3);box-shadow:inset 0 0 0 0 rgba(244,100,130,.3);outline:none;background:#00acc1;width:auto;border-width:0;border-style:solid;min-width:55px;height:auto}.el-table[data-v-3499156a] .el-table__body-wrapper tbody tr td .edit:hover{border-color:#45b6b0;border-width:0;opacity:.8;border-style:solid}.el-table[data-v-3499156a] .el-table__body-wrapper tbody tr td .del{cursor:pointer;padding:0 10px;margin:0 2px 5px 0;color:#fff;font-size:inherit;border-color:#fff;line-height:26px;border-radius:4px;-webkit-box-shadow:inset 0 0 0 0 rgba(244,100,130,.3);box-shadow:inset 0 0 0 0 rgba(244,100,130,.3);outline:none;background:#4b88e4;width:auto;border-width:0;border-style:solid;min-width:55px;height:auto}.el-table[data-v-3499156a] .el-table__body-wrapper tbody tr td .del:hover{border-color:#d9534f;border-width:0;opacity:.8;border-style:solid}.el-table[data-v-3499156a] .el-table__body-wrapper tbody tr td .btn8{cursor:pointer;padding:0 10px;margin:0 2px 5px 0;color:#fff;font-size:inherit;border-color:#fff;line-height:26px;border-radius:4px;-webkit-box-shadow:inset 0 0 0 0 rgba(244,100,130,.3);box-shadow:inset 0 0 0 0 rgba(244,100,130,.3);outline:none;background:#4b88e4;width:auto;border-width:0;border-style:solid;min-width:55px;height:auto}.el-table[data-v-3499156a] .el-table__body-wrapper tbody tr td .btn8:hover{border-color:#666;border-width:0;opacity:.8;border-style:solid}.main-content .el-pagination[data-v-3499156a] .el-pagination__total{margin:0 10px 0 0;color:inherit;font-weight:400;display:inline-block;vertical-align:top;font-size:inherit;line-height:28px;height:28px}.main-content .el-pagination[data-v-3499156a] .btn-next,.main-content .el-pagination[data-v-3499156a] .btn-prev{border:1px solid #dee2e6;border-radius:2px;padding:0 5px;margin:0 2px;color:inherit;background:none;display:inline-block;vertical-align:top;font-size:18px;line-height:28px;min-width:35px;height:28px}.main-content .el-pagination[data-v-3499156a] .btn-next:disabled,.main-content .el-pagination[data-v-3499156a] .btn-prev:disabled{border:1px solid #dee2e6;cursor:not-allowed;border-radius:2px;padding:0 5px;margin:0 2px;color:#999;background:none;display:inline-block;vertical-align:top;font-size:18px;line-height:28px;height:28px}.main-content .el-pagination[data-v-3499156a] .el-pager{padding:0;margin:0;display:inline-block;vertical-align:top;font-size:inherit}.main-content .el-pagination[data-v-3499156a] .el-pager .number{cursor:pointer;border:1px solid #dee2e6;padding:0 4px;margin:0 2px;color:inherit;background:none;display:inline-block;vertical-align:top;font-size:inherit;line-height:28px;text-align:center;height:28px}.main-content .el-pagination[data-v-3499156a] .el-pager .number:hover{cursor:pointer;border-radius:4px;margin:0 5px}.main-content .el-pagination[data-v-3499156a] .el-pager .number.active,.main-content .el-pagination[data-v-3499156a] .el-pager .number:hover{padding:0 4px;color:#333;background:#e9ecef;display:inline-block;vertical-align:top;font-size:inherit;line-height:28px;text-align:center;height:28px}.main-content .el-pagination[data-v-3499156a] .el-pager .number.active{cursor:default;border:1px solid #dee2e6;margin:0 2px;border-radius:4px}.main-content .el-pagination[data-v-3499156a] .el-pagination__sizes{color:inherit;display:inline-block;vertical-align:top;font-size:inherit;line-height:28px;height:28px}.main-content .el-pagination[data-v-3499156a] .el-pagination__sizes .el-input{margin:0 5px;color:inherit;width:100px;font-size:inherit;position:relative}.main-content .el-pagination[data-v-3499156a] .el-pagination__sizes .el-input .el-input__inner{border:0 solid #ddd;cursor:pointer;padding:0 25px 0 8px;color:inherit;display:inline-block;font-size:inherit;line-height:28px;border-radius:3px;outline:0;background:none;width:100%;text-align:center;height:28px}.main-content .el-pagination[data-v-3499156a] .el-pagination__sizes .el-input span.el-input__suffix{top:0;position:absolute;right:0;height:100%}.main-content .el-pagination[data-v-3499156a] .el-pagination__sizes .el-input .el-input__suffix .el-select__caret{cursor:pointer;color:#c0c4cc;width:25px;font-size:14px;line-height:28px;text-align:center}.main-content .el-pagination[data-v-3499156a] .el-pagination__jump{margin:0 0 0 24px;color:inherit;display:inline-block;vertical-align:top;font-size:inherit;line-height:28px;height:28px}.main-content .el-pagination[data-v-3499156a] .el-pagination__jump .el-input{border-radius:3px;padding:0 2px;margin:0 2px;color:inherit;display:inline-block;width:50px;font-size:inherit;line-height:18px;position:relative;text-align:center;height:28px}.main-content .el-pagination[data-v-3499156a] .el-pagination__jump .el-input .el-input__inner{border:1px solid #eee;cursor:pointer;padding:0 0;color:inherit;display:inline-block;font-size:inherit;line-height:24px;border-radius:3px;outline:0;background:#fff;width:auto;text-align:center;height:24px}.one .list1-view[data-v-3499156a]{cursor:pointer;padding:0 8px 0 0;margin:0 5px 5px 0;color:#23b7e5;font-size:inherit;border-color:#fff;line-height:24px;border-radius:20px;-webkit-box-shadow:inset 0 0 0 0 rgba(244,100,130,.3);box-shadow:inset 0 0 0 0 rgba(244,100,130,.3);outline:none;background:none;width:auto;border-width:1px;border-style:double;min-width:40px;height:24px}.one .list1-view[data-v-3499156a]:hover{border-color:#23b7e5;border-width:1px;opacity:.8;border-style:solid}.one .list1-edit[data-v-3499156a]{cursor:pointer;padding:0 8px 0 0;margin:0 5px 5px 0;color:#45b6b0;font-size:inherit;border-color:#fff;line-height:24px;border-radius:20px;-webkit-box-shadow:inset 0 0 0 0 rgba(244,100,130,.3);box-shadow:inset 0 0 0 0 rgba(244,100,130,.3);outline:none;background:none;width:auto;border-width:1px;border-style:double;min-width:40px;height:24px}.one .list1-edit[data-v-3499156a]:hover{border-color:#45b6b0;border-width:1px;opacity:.8;border-style:solid}.one .list1-del[data-v-3499156a]{cursor:pointer;padding:0 8px 0 0;margin:0 5px 5px 0;color:#d9534f;font-size:inherit;border-color:#fff;line-height:24px;border-radius:20px;-webkit-box-shadow:inset 0 0 0 0 rgba(244,100,130,.3);box-shadow:inset 0 0 0 0 rgba(244,100,130,.3);outline:none;background:none;width:auto;border-width:1px;border-style:solid;min-width:40px;height:24px}.one .list1-del[data-v-3499156a]:hover{border-color:#d9534f;border-width:1px;opacity:.8;border-style:solid}.one .list1-btn8[data-v-3499156a]{cursor:pointer;padding:0 8px 0 0;margin:0 5px 5px 0;color:#333;font-size:inherit;border-color:#fff;line-height:24px;border-radius:20px;-webkit-box-shadow:inset 0 0 0 0 rgba(244,100,130,.3);box-shadow:inset 0 0 0 0 rgba(244,100,130,.3);outline:none;background:none;width:auto;border-width:1px;border-style:solid;min-width:40px;height:24px}.one .list1-btn8[data-v-3499156a]:hover{border-color:#333;border-width:1px;opacity:.8;border-style:solid}.main-content .el-table .el-switch[data-v-3499156a]{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;vertical-align:middle;line-height:30px;position:relative;-webkit-box-align:center;-ms-flex-align:center;align-items:center;height:30px}.main-content .el-table .el-switch[data-v-3499156a] .el-switch__label--left{cursor:pointer;margin:0 10px 0 0;color:#333;font-weight:500;display:inline-block;vertical-align:middle;font-size:16px;-webkit-transition:.2s;transition:.2s;height:30px}.main-content .el-table .el-switch[data-v-3499156a] .el-switch__label--right{cursor:pointer;margin:0 0 0 10px;color:#333;font-weight:500;display:inline-block;vertical-align:middle;font-size:16px;-webkit-transition:.2s;transition:.2s;height:30px}.main-content .el-table .el-switch[data-v-3499156a] .el-switch__core{border:1px solid #ceddee;cursor:pointer;border-radius:15px;margin:0;outline:0;background:#ceddee;display:inline-block;width:50px;-webkit-box-sizing:border-box;box-sizing:border-box;-webkit-transition:border-color .3s,background-color .3s;transition:border-color .3s,background-color .3s;height:24px}.main-content .el-table .el-switch[data-v-3499156a] .el-switch__core:after{border-radius:100%;top:1px;left:1px;background:#fff;width:20px;position:absolute;-webkit-transition:all .3s;transition:all .3s;height:20px}.main-content .el-table .el-switch.is-checked[data-v-3499156a] .el-switch__core:after{margin:0 0 0 -27px;left:100%}.main-content .el-table .el-rate[data-v-3499156a] .el-rate__item{cursor:pointer;display:inline-block;vertical-align:middle;font-size:0;position:relative}.main-content .el-table .el-rate[data-v-3499156a] .el-rate__item .el-rate__icon{margin:0 3px;color:#c0c4cc;display:inline-block;font-size:18px;position:relative;-webkit-transition:.3s;transition:.3s}.center-form-pv .el-date-editor.el-input[data-v-e9db4bde],.el-input[data-v-e9db4bde]{width:auto}.center-form-pv .el-input[data-v-e9db4bde] .el-input__inner{border:2px solid #f6f6f6;border-radius:4px;padding:0 12px;outline:none;color:inherit;background:#fff;width:170px;font-size:16px;height:34px}.center-form-pv .el-select[data-v-e9db4bde] .el-input__inner{padding:0 10px}.center-form-pv .el-date-editor[data-v-e9db4bde] .el-input__inner,.center-form-pv .el-select[data-v-e9db4bde] .el-input__inner{border:2px solid #f6f6f6;border-radius:4px;-webkit-box-shadow:0 0 0 rgba(64,158,255,.5);box-shadow:0 0 0 rgba(64,158,255,.5);outline:none;color:inherit;background:#fff;width:170px;font-size:16px;height:34px}.center-form-pv .el-date-editor[data-v-e9db4bde] .el-input__inner{padding:0 10px 0 30px}.center-form-pv .search[data-v-e9db4bde]{border:2px solid rgba(0,172,193,.12549019607843137);cursor:pointer;border-radius:4px;padding:0 10px 0 4px;outline:none;color:#00acc1;background:none;width:auto;font-size:16px;line-height:30px;height:auto}.center-form-pv .search[data-v-e9db4bde]:hover{opacity:.8}.center-form-pv .actions .add[data-v-e9db4bde]{border:0 solid #eee;cursor:pointer;border-radius:4px;padding:0 10px;margin:4px 2px 2px;outline:none;color:#fff;background:#00acc1;width:auto;font-size:inherit;min-width:66px;height:36px}.center-form-pv .actions .add[data-v-e9db4bde]:hover{opacity:.8}.center-form-pv .actions .del[data-v-e9db4bde]{border:0 solid rgba(244,100,130,.3);cursor:pointer;padding:0 10px;margin:4px 2px 2px;color:#fff;font-size:inherit;border-radius:3px;-webkit-box-shadow:inset 0 0 0 0 rgba(244,100,130,.3);box-shadow:inset 0 0 0 0 rgba(244,100,130,.3);outline:none;background:#00acc1;width:auto;min-width:66px;height:36px}.center-form-pv .actions .del[data-v-e9db4bde]:hover{opacity:.8}.center-form-pv .actions .statis[data-v-e9db4bde]{border:0 solid rgba(244,100,130,.3);cursor:pointer;padding:0 10px;margin:4px 2px 2px;color:#fff;font-size:inherit;border-radius:3px;-webkit-box-shadow:inset 0 0 0 0 rgba(244,100,130,.3);box-shadow:inset 0 0 0 0 rgba(244,100,130,.3);outline:none;background:#00acc1;width:auto;min-width:66px;height:36px}.center-form-pv .actions .statis[data-v-e9db4bde]:hover{opacity:.8}.center-form-pv .actions .btn18[data-v-e9db4bde]{border:0 solid rgba(244,100,130,.3);cursor:pointer;border-radius:4px;padding:0 10px;margin:4px 2px 2px;outline:none;color:#fff;background:#00acc1;width:auto;font-size:inherit;min-width:66px;height:36px}.center-form-pv .actions .btn18[data-v-e9db4bde]:hover{opacity:.8}.el-table[data-v-e9db4bde] .el-table__header-wrapper thead{color:inherit;background:rgba(254,169,34,0);width:100%}.el-table[data-v-e9db4bde] .el-table__header-wrapper thead tr{background:none}.el-table[data-v-e9db4bde] .el-table__header-wrapper thead tr th{padding:6px 0;background:none;border-color:#dee2e6;border-width:1px 0 2px 0;border-style:solid;text-align:left}.el-table[data-v-e9db4bde] .el-table__header-wrapper thead tr th .cell{padding:0 10px;word-wrap:normal;color:#8e99a2;white-space:normal;font-weight:600;display:inline-block;vertical-align:middle;font-size:14px;line-height:24px;text-overflow:ellipsis;word-break:break-all;width:100%;position:relative}.el-table[data-v-e9db4bde] .el-table__body-wrapper tbody{padding:0;width:100%}.el-table[data-v-e9db4bde] .el-table__body-wrapper tbody tr{background:none}.el-table[data-v-e9db4bde] .el-table__body-wrapper tbody tr:hover td,.el-table[data-v-e9db4bde] .el-table__body-wrapper tbody tr td{padding:4px 0 0;color:#8e99a2;background:#fff;border-color:#dee2e6;border-width:0 0 1px 0;border-style:solid;text-align:left}.el-table[data-v-e9db4bde] .el-table__body-wrapper tbody tr td{font-size:inherit}.el-table[data-v-e9db4bde] .el-table__body-wrapper tbody tr td .cell{padding:0 10px;overflow:hidden;color:inherit;word-break:break-all;white-space:normal;line-height:24px;text-overflow:ellipsis}.el-table[data-v-e9db4bde] .el-table__body-wrapper tbody tr td .view{cursor:pointer;padding:0 10px;margin:0 2px 5px 0;color:#fff;font-size:inherit;border-color:#fff;line-height:26px;border-radius:4px;-webkit-box-shadow:inset 0 0 0 0 rgba(244,100,130,.3);box-shadow:inset 0 0 0 0 rgba(244,100,130,.3);outline:none;background:#00acc1;width:auto;border-width:0;border-style:solid;min-width:55px;height:auto}.el-table[data-v-e9db4bde] .el-table__body-wrapper tbody tr td .view:hover{border-color:#23b7e5;border-width:0;opacity:.8;border-style:solid}.el-table[data-v-e9db4bde] .el-table__body-wrapper tbody tr td .edit{cursor:pointer;padding:0 10px;margin:0 2px 5px 0;color:#fff;font-size:inherit;border-color:#fff;line-height:26px;border-radius:4px;-webkit-box-shadow:inset 0 0 0 0 rgba(244,100,130,.3);box-shadow:inset 0 0 0 0 rgba(244,100,130,.3);outline:none;background:#00acc1;width:auto;border-width:0;border-style:solid;min-width:55px;height:auto}.el-table[data-v-e9db4bde] .el-table__body-wrapper tbody tr td .edit:hover{border-color:#45b6b0;border-width:0;opacity:.8;border-style:solid}.el-table[data-v-e9db4bde] .el-table__body-wrapper tbody tr td .del{cursor:pointer;padding:0 10px;margin:0 2px 5px 0;color:#fff;font-size:inherit;border-color:#fff;line-height:26px;border-radius:4px;-webkit-box-shadow:inset 0 0 0 0 rgba(244,100,130,.3);box-shadow:inset 0 0 0 0 rgba(244,100,130,.3);outline:none;background:#4b88e4;width:auto;border-width:0;border-style:solid;min-width:55px;height:auto}.el-table[data-v-e9db4bde] .el-table__body-wrapper tbody tr td .del:hover{border-color:#d9534f;border-width:0;opacity:.8;border-style:solid}.el-table[data-v-e9db4bde] .el-table__body-wrapper tbody tr td .btn8{cursor:pointer;padding:0 10px;margin:0 2px 5px 0;color:#fff;font-size:inherit;border-color:#fff;line-height:26px;border-radius:4px;-webkit-box-shadow:inset 0 0 0 0 rgba(244,100,130,.3);box-shadow:inset 0 0 0 0 rgba(244,100,130,.3);outline:none;background:#4b88e4;width:auto;border-width:0;border-style:solid;min-width:55px;height:auto}.el-table[data-v-e9db4bde] .el-table__body-wrapper tbody tr td .btn8:hover{border-color:#666;border-width:0;opacity:.8;border-style:solid}.main-content .el-pagination[data-v-e9db4bde] .el-pagination__total{margin:0 10px 0 0;color:inherit;font-weight:400;display:inline-block;vertical-align:top;font-size:inherit;line-height:28px;height:28px}.main-content .el-pagination[data-v-e9db4bde] .btn-next,.main-content .el-pagination[data-v-e9db4bde] .btn-prev{border:1px solid #dee2e6;border-radius:2px;padding:0 5px;margin:0 2px;color:inherit;background:none;display:inline-block;vertical-align:top;font-size:18px;line-height:28px;min-width:35px;height:28px}.main-content .el-pagination[data-v-e9db4bde] .btn-next:disabled,.main-content .el-pagination[data-v-e9db4bde] .btn-prev:disabled{border:1px solid #dee2e6;cursor:not-allowed;border-radius:2px;padding:0 5px;margin:0 2px;color:#999;background:none;display:inline-block;vertical-align:top;font-size:18px;line-height:28px;height:28px}.main-content .el-pagination[data-v-e9db4bde] .el-pager{padding:0;margin:0;display:inline-block;vertical-align:top;font-size:inherit}.main-content .el-pagination[data-v-e9db4bde] .el-pager .number{cursor:pointer;border:1px solid #dee2e6;padding:0 4px;margin:0 2px;color:inherit;background:none;display:inline-block;vertical-align:top;font-size:inherit;line-height:28px;text-align:center;height:28px}.main-content .el-pagination[data-v-e9db4bde] .el-pager .number:hover{cursor:pointer;border-radius:4px;margin:0 5px}.main-content .el-pagination[data-v-e9db4bde] .el-pager .number.active,.main-content .el-pagination[data-v-e9db4bde] .el-pager .number:hover{padding:0 4px;color:#333;background:#e9ecef;display:inline-block;vertical-align:top;font-size:inherit;line-height:28px;text-align:center;height:28px}.main-content .el-pagination[data-v-e9db4bde] .el-pager .number.active{cursor:default;border:1px solid #dee2e6;margin:0 2px;border-radius:4px}.main-content .el-pagination[data-v-e9db4bde] .el-pagination__sizes{color:inherit;display:inline-block;vertical-align:top;font-size:inherit;line-height:28px;height:28px}.main-content .el-pagination[data-v-e9db4bde] .el-pagination__sizes .el-input{margin:0 5px;color:inherit;width:100px;font-size:inherit;position:relative}.main-content .el-pagination[data-v-e9db4bde] .el-pagination__sizes .el-input .el-input__inner{border:0 solid #ddd;cursor:pointer;padding:0 25px 0 8px;color:inherit;display:inline-block;font-size:inherit;line-height:28px;border-radius:3px;outline:0;background:none;width:100%;text-align:center;height:28px}.main-content .el-pagination[data-v-e9db4bde] .el-pagination__sizes .el-input span.el-input__suffix{top:0;position:absolute;right:0;height:100%}.main-content .el-pagination[data-v-e9db4bde] .el-pagination__sizes .el-input .el-input__suffix .el-select__caret{cursor:pointer;color:#c0c4cc;width:25px;font-size:14px;line-height:28px;text-align:center}.main-content .el-pagination[data-v-e9db4bde] .el-pagination__jump{margin:0 0 0 24px;color:inherit;display:inline-block;vertical-align:top;font-size:inherit;line-height:28px;height:28px}.main-content .el-pagination[data-v-e9db4bde] .el-pagination__jump .el-input{border-radius:3px;padding:0 2px;margin:0 2px;color:inherit;display:inline-block;width:50px;font-size:inherit;line-height:18px;position:relative;text-align:center;height:28px}.main-content .el-pagination[data-v-e9db4bde] .el-pagination__jump .el-input .el-input__inner{border:1px solid #eee;cursor:pointer;padding:0 0;color:inherit;display:inline-block;font-size:inherit;line-height:24px;border-radius:3px;outline:0;background:#fff;width:auto;text-align:center;height:24px}.one .list1-view[data-v-e9db4bde]{cursor:pointer;padding:0 8px 0 0;margin:0 5px 5px 0;color:#23b7e5;font-size:inherit;border-color:#fff;line-height:24px;border-radius:20px;-webkit-box-shadow:inset 0 0 0 0 rgba(244,100,130,.3);box-shadow:inset 0 0 0 0 rgba(244,100,130,.3);outline:none;background:none;width:auto;border-width:1px;border-style:double;min-width:40px;height:24px}.one .list1-view[data-v-e9db4bde]:hover{border-color:#23b7e5;border-width:1px;opacity:.8;border-style:solid}.one .list1-edit[data-v-e9db4bde]{cursor:pointer;padding:0 8px 0 0;margin:0 5px 5px 0;color:#45b6b0;font-size:inherit;border-color:#fff;line-height:24px;border-radius:20px;-webkit-box-shadow:inset 0 0 0 0 rgba(244,100,130,.3);box-shadow:inset 0 0 0 0 rgba(244,100,130,.3);outline:none;background:none;width:auto;border-width:1px;border-style:double;min-width:40px;height:24px}.one .list1-edit[data-v-e9db4bde]:hover{border-color:#45b6b0;border-width:1px;opacity:.8;border-style:solid}.one .list1-del[data-v-e9db4bde]{cursor:pointer;padding:0 8px 0 0;margin:0 5px 5px 0;color:#d9534f;font-size:inherit;border-color:#fff;line-height:24px;border-radius:20px;-webkit-box-shadow:inset 0 0 0 0 rgba(244,100,130,.3);box-shadow:inset 0 0 0 0 rgba(244,100,130,.3);outline:none;background:none;width:auto;border-width:1px;border-style:solid;min-width:40px;height:24px}.one .list1-del[data-v-e9db4bde]:hover{border-color:#d9534f;border-width:1px;opacity:.8;border-style:solid}.one .list1-btn8[data-v-e9db4bde]{cursor:pointer;padding:0 8px 0 0;margin:0 5px 5px 0;color:#333;font-size:inherit;border-color:#fff;line-height:24px;border-radius:20px;-webkit-box-shadow:inset 0 0 0 0 rgba(244,100,130,.3);box-shadow:inset 0 0 0 0 rgba(244,100,130,.3);outline:none;background:none;width:auto;border-width:1px;border-style:solid;min-width:40px;height:24px}.one .list1-btn8[data-v-e9db4bde]:hover{border-color:#333;border-width:1px;opacity:.8;border-style:solid}.main-content .el-table .el-switch[data-v-e9db4bde]{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;vertical-align:middle;line-height:30px;position:relative;-webkit-box-align:center;-ms-flex-align:center;align-items:center;height:30px}.main-content .el-table .el-switch[data-v-e9db4bde] .el-switch__label--left{cursor:pointer;margin:0 10px 0 0;color:#333;font-weight:500;display:inline-block;vertical-align:middle;font-size:16px;-webkit-transition:.2s;transition:.2s;height:30px}.main-content .el-table .el-switch[data-v-e9db4bde] .el-switch__label--right{cursor:pointer;margin:0 0 0 10px;color:#333;font-weight:500;display:inline-block;vertical-align:middle;font-size:16px;-webkit-transition:.2s;transition:.2s;height:30px}.main-content .el-table .el-switch[data-v-e9db4bde] .el-switch__core{border:1px solid #ceddee;cursor:pointer;border-radius:15px;margin:0;outline:0;background:#ceddee;display:inline-block;width:50px;-webkit-box-sizing:border-box;box-sizing:border-box;-webkit-transition:border-color .3s,background-color .3s;transition:border-color .3s,background-color .3s;height:24px}.main-content .el-table .el-switch[data-v-e9db4bde] .el-switch__core:after{border-radius:100%;top:1px;left:1px;background:#fff;width:20px;position:absolute;-webkit-transition:all .3s;transition:all .3s;height:20px}.main-content .el-table .el-switch.is-checked[data-v-e9db4bde] .el-switch__core:after{margin:0 0 0 -27px;left:100%}.main-content .el-table .el-rate[data-v-e9db4bde] .el-rate__item{cursor:pointer;display:inline-block;vertical-align:middle;font-size:0;position:relative}.main-content .el-table .el-rate[data-v-e9db4bde] .el-rate__item .el-rate__icon{margin:0 3px;color:#c0c4cc;display:inline-block;font-size:18px;position:relative;-webkit-transition:.3s;transition:.3s}.amap-wrapper[data-v-2b8509ba]{width:100%;height:500px}.search-box[data-v-2b8509ba]{position:absolute}.el-date-editor.el-input[data-v-2b8509ba]{width:auto}.add-update-preview .el-form-item[data-v-2b8509ba] .el-form-item__label{padding:0 10px 0 0;color:#00acc1;background:none;font-weight:600;display:inline-block;width:200px;font-size:inherit;line-height:40px;text-align:right}.add-update-preview .el-form-item[data-v-2b8509ba] .el-form-item__content{margin-left:200px}.add-update-preview .el-input-number[data-v-2b8509ba] .el-input__inner,.add-update-preview .el-input[data-v-2b8509ba] .el-input__inner{border-radius:4px;padding:0 12px;-webkit-box-shadow:0 0 0 rgba(64,158,255,.5);box-shadow:0 0 0 rgba(64,158,255,.5);outline:none;color:inherit;background:#fff;width:400px;font-size:14px;border-color:#ced4da;border-width:1px;border-style:solid;height:36px}.add-update-preview .el-input-number[data-v-2b8509ba] .el-input__inner{text-align:left}.add-update-preview .el-input-number[data-v-2b8509ba] .el-input-number__decrease,.add-update-preview .el-input-number[data-v-2b8509ba] .el-input-number__increase{display:none}.add-update-preview .el-select[data-v-2b8509ba] .el-input__inner{padding:0 10px;background:#fff;min-width:350px}.add-update-preview .el-date-editor[data-v-2b8509ba] .el-input__inner,.add-update-preview .el-select[data-v-2b8509ba] .el-input__inner{color:inherit;font-size:14px;border-color:#ced4da;border-radius:0;-webkit-box-shadow:0 0 0 rgba(64,158,255,.5);box-shadow:0 0 0 rgba(64,158,255,.5);outline:none;width:auto;border-width:1px;border-style:solid;height:36px}.add-update-preview .el-date-editor[data-v-2b8509ba] .el-input__inner{padding:0 10px 0 30px;background:none;min-width:250px}.add-update-preview[data-v-2b8509ba] .el-upload--picture-card{background:transparent;border:0;border-radius:0;width:auto;height:auto;line-height:normal;vertical-align:middle}.add-update-preview[data-v-2b8509ba] .el-upload-list .el-upload-list__item,.add-update-preview[data-v-2b8509ba] .el-upload .el-icon-plus,.add-update-preview[data-v-2b8509ba] .upload .upload-img{border:1px solid #ced4da;cursor:pointer;border-radius:4px;color:#aaa;background:#fff;-o-object-fit:cover;object-fit:cover;width:180px;font-size:32px;line-height:80px;text-align:center;height:80px}.add-update-preview .el-textarea[data-v-2b8509ba] .el-textarea__inner{border:1px solid #ced4da;border-radius:4px;padding:12px;-webkit-box-shadow:0 0 0 rgba(64,158,255,.5);box-shadow:0 0 0 rgba(64,158,255,.5);outline:none;color:inherit;background:#fff;width:500px;font-size:14px;height:140px}.add-update-preview .btn .btn1[data-v-2b8509ba]{border:0 solid #3fcbca;cursor:pointer;padding:0 10px;margin:0 4px;color:#fff;display:inline-block;font-size:14px;line-height:40px;border-radius:4px;outline:none;background:#4b88e4;width:auto;min-width:90px;height:40px}.add-update-preview .btn .btn1[data-v-2b8509ba]:hover{opacity:.8}.add-update-preview .btn .btn2[data-v-2b8509ba]{border:0 solid #23b7e5;cursor:pointer;padding:0 10px;margin:0 4px;color:#fff;font-size:14px;line-height:40px;border-radius:4px;outline:none;background:#4b88e4;width:auto;min-width:90px;height:40px}.add-update-preview .btn .btn2[data-v-2b8509ba]:hover{opacity:.8}.add-update-preview .btn .btn3[data-v-2b8509ba]{border:0 solid #3fcbca;cursor:pointer;padding:0 20px;margin:0 4px;color:#fff;font-size:14px;line-height:40px;border-radius:4px;outline:none;background:#4b88e4;width:auto;min-width:90px;height:40px}.add-update-preview .btn .btn3[data-v-2b8509ba]:hover{opacity:.8}.add-update-preview .btn .btn4[data-v-2b8509ba]{border:0 solid #ff6b6b;cursor:pointer;padding:0 20px;margin:0 4px;color:#fff;font-size:14px;line-height:40px;border-radius:4px;outline:none;background:#00acc1;width:auto;min-width:90px;height:40px}.add-update-preview .btn .btn4[data-v-2b8509ba]:hover{opacity:.8}.add-update-preview .btn .btn5[data-v-2b8509ba]{border:0 solid #65c3df;cursor:pointer;padding:0 20px;margin:4px;color:#fff;font-size:14px;line-height:40px;border-radius:4px;outline:none;background:#00acc1;width:auto;min-width:90px;height:40px}.add-update-preview .btn .btn5[data-v-2b8509ba]:hover{opacity:.8}.amap-wrapper[data-v-2a82c071]{width:100%;height:500px}.search-box[data-v-2a82c071]{position:absolute}.el-date-editor.el-input[data-v-2a82c071]{width:auto}.add-update-preview .el-form-item[data-v-2a82c071] .el-form-item__label{padding:0 10px 0 0;color:#00acc1;background:none;font-weight:600;display:inline-block;width:200px;font-size:inherit;line-height:40px;text-align:right}.add-update-preview .el-form-item[data-v-2a82c071] .el-form-item__content{margin-left:200px}.add-update-preview .el-input-number[data-v-2a82c071] .el-input__inner,.add-update-preview .el-input[data-v-2a82c071] .el-input__inner{border-radius:4px;padding:0 12px;-webkit-box-shadow:0 0 0 rgba(64,158,255,.5);box-shadow:0 0 0 rgba(64,158,255,.5);outline:none;color:inherit;background:#fff;width:400px;font-size:14px;border-color:#ced4da;border-width:1px;border-style:solid;height:36px}.add-update-preview .el-input-number[data-v-2a82c071] .el-input__inner{text-align:left}.add-update-preview .el-input-number[data-v-2a82c071] .el-input-number__decrease,.add-update-preview .el-input-number[data-v-2a82c071] .el-input-number__increase{display:none}.add-update-preview .el-select[data-v-2a82c071] .el-input__inner{padding:0 10px;background:#fff;min-width:350px}.add-update-preview .el-date-editor[data-v-2a82c071] .el-input__inner,.add-update-preview .el-select[data-v-2a82c071] .el-input__inner{color:inherit;font-size:14px;border-color:#ced4da;border-radius:0;-webkit-box-shadow:0 0 0 rgba(64,158,255,.5);box-shadow:0 0 0 rgba(64,158,255,.5);outline:none;width:auto;border-width:1px;border-style:solid;height:36px}.add-update-preview .el-date-editor[data-v-2a82c071] .el-input__inner{padding:0 10px 0 30px;background:none;min-width:250px}.add-update-preview[data-v-2a82c071] .el-upload--picture-card{background:transparent;border:0;border-radius:0;width:auto;height:auto;line-height:normal;vertical-align:middle}.add-update-preview[data-v-2a82c071] .el-upload-list .el-upload-list__item,.add-update-preview[data-v-2a82c071] .el-upload .el-icon-plus,.add-update-preview[data-v-2a82c071] .upload .upload-img{border:1px solid #ced4da;cursor:pointer;border-radius:4px;color:#aaa;background:#fff;-o-object-fit:cover;object-fit:cover;width:180px;font-size:32px;line-height:80px;text-align:center;height:80px}.add-update-preview .el-textarea[data-v-2a82c071] .el-textarea__inner{border:1px solid #ced4da;border-radius:4px;padding:12px;-webkit-box-shadow:0 0 0 rgba(64,158,255,.5);box-shadow:0 0 0 rgba(64,158,255,.5);outline:none;color:inherit;background:#fff;width:500px;font-size:14px;height:140px}.add-update-preview .btn .btn1[data-v-2a82c071]{border:0 solid #3fcbca;cursor:pointer;padding:0 10px;margin:0 4px;color:#fff;display:inline-block;font-size:14px;line-height:40px;border-radius:4px;outline:none;background:#4b88e4;width:auto;min-width:90px;height:40px}.add-update-preview .btn .btn1[data-v-2a82c071]:hover{opacity:.8}.add-update-preview .btn .btn2[data-v-2a82c071]{border:0 solid #23b7e5;cursor:pointer;padding:0 10px;margin:0 4px;color:#fff;font-size:14px;line-height:40px;border-radius:4px;outline:none;background:#4b88e4;width:auto;min-width:90px;height:40px}.add-update-preview .btn .btn2[data-v-2a82c071]:hover{opacity:.8}.add-update-preview .btn .btn3[data-v-2a82c071]{border:0 solid #3fcbca;cursor:pointer;padding:0 20px;margin:0 4px;color:#fff;font-size:14px;line-height:40px;border-radius:4px;outline:none;background:#4b88e4;width:auto;min-width:90px;height:40px}.add-update-preview .btn .btn3[data-v-2a82c071]:hover{opacity:.8}.add-update-preview .btn .btn4[data-v-2a82c071]{border:0 solid #ff6b6b;cursor:pointer;padding:0 20px;margin:0 4px;color:#fff;font-size:14px;line-height:40px;border-radius:4px;outline:none;background:#00acc1;width:auto;min-width:90px;height:40px}.add-update-preview .btn .btn4[data-v-2a82c071]:hover{opacity:.8}.add-update-preview .btn .btn5[data-v-2a82c071]{border:0 solid #65c3df;cursor:pointer;padding:0 20px;margin:4px;color:#fff;font-size:14px;line-height:40px;border-radius:4px;outline:none;background:#00acc1;width:auto;min-width:90px;height:40px}.add-update-preview .btn .btn5[data-v-2a82c071]:hover{opacity:.8}.center-form-pv .el-date-editor.el-input[data-v-74f1b30c],.el-input[data-v-74f1b30c]{width:auto}.center-form-pv .el-input[data-v-74f1b30c] .el-input__inner{border:2px solid #f6f6f6;border-radius:4px;padding:0 12px;outline:none;color:inherit;background:#fff;width:170px;font-size:16px;height:34px}.center-form-pv .el-select[data-v-74f1b30c] .el-input__inner{padding:0 10px}.center-form-pv .el-date-editor[data-v-74f1b30c] .el-input__inner,.center-form-pv .el-select[data-v-74f1b30c] .el-input__inner{border:2px solid #f6f6f6;border-radius:4px;-webkit-box-shadow:0 0 0 rgba(64,158,255,.5);box-shadow:0 0 0 rgba(64,158,255,.5);outline:none;color:inherit;background:#fff;width:170px;font-size:16px;height:34px}.center-form-pv .el-date-editor[data-v-74f1b30c] .el-input__inner{padding:0 10px 0 30px}.center-form-pv .search[data-v-74f1b30c]{border:2px solid rgba(0,172,193,.12549019607843137);cursor:pointer;border-radius:4px;padding:0 10px 0 4px;outline:none;color:#00acc1;background:none;width:auto;font-size:16px;line-height:30px;height:auto}.center-form-pv .search[data-v-74f1b30c]:hover{opacity:.8}.center-form-pv .actions .add[data-v-74f1b30c]{border:0 solid #eee;cursor:pointer;border-radius:4px;padding:0 10px;margin:4px 2px 2px;outline:none;color:#fff;background:#00acc1;width:auto;font-size:inherit;min-width:66px;height:36px}.center-form-pv .actions .add[data-v-74f1b30c]:hover{opacity:.8}.center-form-pv .actions .del[data-v-74f1b30c]{border:0 solid rgba(244,100,130,.3);cursor:pointer;padding:0 10px;margin:4px 2px 2px;color:#fff;font-size:inherit;border-radius:3px;-webkit-box-shadow:inset 0 0 0 0 rgba(244,100,130,.3);box-shadow:inset 0 0 0 0 rgba(244,100,130,.3);outline:none;background:#00acc1;width:auto;min-width:66px;height:36px}.center-form-pv .actions .del[data-v-74f1b30c]:hover{opacity:.8}.center-form-pv .actions .statis[data-v-74f1b30c]{border:0 solid rgba(244,100,130,.3);cursor:pointer;padding:0 10px;margin:4px 2px 2px;color:#fff;font-size:inherit;border-radius:3px;-webkit-box-shadow:inset 0 0 0 0 rgba(244,100,130,.3);box-shadow:inset 0 0 0 0 rgba(244,100,130,.3);outline:none;background:#00acc1;width:auto;min-width:66px;height:36px}.center-form-pv .actions .statis[data-v-74f1b30c]:hover{opacity:.8}.center-form-pv .actions .btn18[data-v-74f1b30c]{border:0 solid rgba(244,100,130,.3);cursor:pointer;border-radius:4px;padding:0 10px;margin:4px 2px 2px;outline:none;color:#fff;background:#00acc1;width:auto;font-size:inherit;min-width:66px;height:36px}.center-form-pv .actions .btn18[data-v-74f1b30c]:hover{opacity:.8}.el-table[data-v-74f1b30c] .el-table__header-wrapper thead{color:inherit;background:rgba(254,169,34,0);width:100%}.el-table[data-v-74f1b30c] .el-table__header-wrapper thead tr{background:none}.el-table[data-v-74f1b30c] .el-table__header-wrapper thead tr th{padding:6px 0;background:none;border-color:#dee2e6;border-width:1px 0 2px 0;border-style:solid;text-align:left}.el-table[data-v-74f1b30c] .el-table__header-wrapper thead tr th .cell{padding:0 10px;word-wrap:normal;color:#8e99a2;white-space:normal;font-weight:600;display:inline-block;vertical-align:middle;font-size:14px;line-height:24px;text-overflow:ellipsis;word-break:break-all;width:100%;position:relative}.el-table[data-v-74f1b30c] .el-table__body-wrapper tbody{padding:0;width:100%}.el-table[data-v-74f1b30c] .el-table__body-wrapper tbody tr{background:none}.el-table[data-v-74f1b30c] .el-table__body-wrapper tbody tr:hover td,.el-table[data-v-74f1b30c] .el-table__body-wrapper tbody tr td{padding:4px 0 0;color:#8e99a2;background:#fff;border-color:#dee2e6;border-width:0 0 1px 0;border-style:solid;text-align:left}.el-table[data-v-74f1b30c] .el-table__body-wrapper tbody tr td{font-size:inherit}.el-table[data-v-74f1b30c] .el-table__body-wrapper tbody tr td .cell{padding:0 10px;overflow:hidden;color:inherit;word-break:break-all;white-space:normal;line-height:24px;text-overflow:ellipsis}.el-table[data-v-74f1b30c] .el-table__body-wrapper tbody tr td .view{cursor:pointer;padding:0 10px;margin:0 2px 5px 0;color:#fff;font-size:inherit;border-color:#fff;line-height:26px;border-radius:4px;-webkit-box-shadow:inset 0 0 0 0 rgba(244,100,130,.3);box-shadow:inset 0 0 0 0 rgba(244,100,130,.3);outline:none;background:#00acc1;width:auto;border-width:0;border-style:solid;min-width:55px;height:auto}.el-table[data-v-74f1b30c] .el-table__body-wrapper tbody tr td .view:hover{border-color:#23b7e5;border-width:0;opacity:.8;border-style:solid}.el-table[data-v-74f1b30c] .el-table__body-wrapper tbody tr td .edit{cursor:pointer;padding:0 10px;margin:0 2px 5px 0;color:#fff;font-size:inherit;border-color:#fff;line-height:26px;border-radius:4px;-webkit-box-shadow:inset 0 0 0 0 rgba(244,100,130,.3);box-shadow:inset 0 0 0 0 rgba(244,100,130,.3);outline:none;background:#00acc1;width:auto;border-width:0;border-style:solid;min-width:55px;height:auto}.el-table[data-v-74f1b30c] .el-table__body-wrapper tbody tr td .edit:hover{border-color:#45b6b0;border-width:0;opacity:.8;border-style:solid}.el-table[data-v-74f1b30c] .el-table__body-wrapper tbody tr td .del{cursor:pointer;padding:0 10px;margin:0 2px 5px 0;color:#fff;font-size:inherit;border-color:#fff;line-height:26px;border-radius:4px;-webkit-box-shadow:inset 0 0 0 0 rgba(244,100,130,.3);box-shadow:inset 0 0 0 0 rgba(244,100,130,.3);outline:none;background:#4b88e4;width:auto;border-width:0;border-style:solid;min-width:55px;height:auto}.el-table[data-v-74f1b30c] .el-table__body-wrapper tbody tr td .del:hover{border-color:#d9534f;border-width:0;opacity:.8;border-style:solid}.el-table[data-v-74f1b30c] .el-table__body-wrapper tbody tr td .btn8{cursor:pointer;padding:0 10px;margin:0 2px 5px 0;color:#fff;font-size:inherit;border-color:#fff;line-height:26px;border-radius:4px;-webkit-box-shadow:inset 0 0 0 0 rgba(244,100,130,.3);box-shadow:inset 0 0 0 0 rgba(244,100,130,.3);outline:none;background:#4b88e4;width:auto;border-width:0;border-style:solid;min-width:55px;height:auto}.el-table[data-v-74f1b30c] .el-table__body-wrapper tbody tr td .btn8:hover{border-color:#666;border-width:0;opacity:.8;border-style:solid}.main-content .el-pagination[data-v-74f1b30c] .el-pagination__total{margin:0 10px 0 0;color:inherit;font-weight:400;display:inline-block;vertical-align:top;font-size:inherit;line-height:28px;height:28px}.main-content .el-pagination[data-v-74f1b30c] .btn-next,.main-content .el-pagination[data-v-74f1b30c] .btn-prev{border:1px solid #dee2e6;border-radius:2px;padding:0 5px;margin:0 2px;color:inherit;background:none;display:inline-block;vertical-align:top;font-size:18px;line-height:28px;min-width:35px;height:28px}.main-content .el-pagination[data-v-74f1b30c] .btn-next:disabled,.main-content .el-pagination[data-v-74f1b30c] .btn-prev:disabled{border:1px solid #dee2e6;cursor:not-allowed;border-radius:2px;padding:0 5px;margin:0 2px;color:#999;background:none;display:inline-block;vertical-align:top;font-size:18px;line-height:28px;height:28px}.main-content .el-pagination[data-v-74f1b30c] .el-pager{padding:0;margin:0;display:inline-block;vertical-align:top;font-size:inherit}.main-content .el-pagination[data-v-74f1b30c] .el-pager .number{cursor:pointer;border:1px solid #dee2e6;padding:0 4px;margin:0 2px;color:inherit;background:none;display:inline-block;vertical-align:top;font-size:inherit;line-height:28px;text-align:center;height:28px}.main-content .el-pagination[data-v-74f1b30c] .el-pager .number:hover{cursor:pointer;border-radius:4px;margin:0 5px}.main-content .el-pagination[data-v-74f1b30c] .el-pager .number.active,.main-content .el-pagination[data-v-74f1b30c] .el-pager .number:hover{padding:0 4px;color:#333;background:#e9ecef;display:inline-block;vertical-align:top;font-size:inherit;line-height:28px;text-align:center;height:28px}.main-content .el-pagination[data-v-74f1b30c] .el-pager .number.active{cursor:default;border:1px solid #dee2e6;margin:0 2px;border-radius:4px}.main-content .el-pagination[data-v-74f1b30c] .el-pagination__sizes{color:inherit;display:inline-block;vertical-align:top;font-size:inherit;line-height:28px;height:28px}.main-content .el-pagination[data-v-74f1b30c] .el-pagination__sizes .el-input{margin:0 5px;color:inherit;width:100px;font-size:inherit;position:relative}.main-content .el-pagination[data-v-74f1b30c] .el-pagination__sizes .el-input .el-input__inner{border:0 solid #ddd;cursor:pointer;padding:0 25px 0 8px;color:inherit;display:inline-block;font-size:inherit;line-height:28px;border-radius:3px;outline:0;background:none;width:100%;text-align:center;height:28px}.main-content .el-pagination[data-v-74f1b30c] .el-pagination__sizes .el-input span.el-input__suffix{top:0;position:absolute;right:0;height:100%}.main-content .el-pagination[data-v-74f1b30c] .el-pagination__sizes .el-input .el-input__suffix .el-select__caret{cursor:pointer;color:#c0c4cc;width:25px;font-size:14px;line-height:28px;text-align:center}.main-content .el-pagination[data-v-74f1b30c] .el-pagination__jump{margin:0 0 0 24px;color:inherit;display:inline-block;vertical-align:top;font-size:inherit;line-height:28px;height:28px}.main-content .el-pagination[data-v-74f1b30c] .el-pagination__jump .el-input{border-radius:3px;padding:0 2px;margin:0 2px;color:inherit;display:inline-block;width:50px;font-size:inherit;line-height:18px;position:relative;text-align:center;height:28px}.main-content .el-pagination[data-v-74f1b30c] .el-pagination__jump .el-input .el-input__inner{border:1px solid #eee;cursor:pointer;padding:0 0;color:inherit;display:inline-block;font-size:inherit;line-height:24px;border-radius:3px;outline:0;background:#fff;width:auto;text-align:center;height:24px}.one .list1-view[data-v-74f1b30c]{cursor:pointer;padding:0 8px 0 0;margin:0 5px 5px 0;color:#23b7e5;font-size:inherit;border-color:#fff;line-height:24px;border-radius:20px;-webkit-box-shadow:inset 0 0 0 0 rgba(244,100,130,.3);box-shadow:inset 0 0 0 0 rgba(244,100,130,.3);outline:none;background:none;width:auto;border-width:1px;border-style:double;min-width:40px;height:24px}.one .list1-view[data-v-74f1b30c]:hover{border-color:#23b7e5;border-width:1px;opacity:.8;border-style:solid}.one .list1-edit[data-v-74f1b30c]{cursor:pointer;padding:0 8px 0 0;margin:0 5px 5px 0;color:#45b6b0;font-size:inherit;border-color:#fff;line-height:24px;border-radius:20px;-webkit-box-shadow:inset 0 0 0 0 rgba(244,100,130,.3);box-shadow:inset 0 0 0 0 rgba(244,100,130,.3);outline:none;background:none;width:auto;border-width:1px;border-style:double;min-width:40px;height:24px}.one .list1-edit[data-v-74f1b30c]:hover{border-color:#45b6b0;border-width:1px;opacity:.8;border-style:solid}.one .list1-del[data-v-74f1b30c]{cursor:pointer;padding:0 8px 0 0;margin:0 5px 5px 0;color:#d9534f;font-size:inherit;border-color:#fff;line-height:24px;border-radius:20px;-webkit-box-shadow:inset 0 0 0 0 rgba(244,100,130,.3);box-shadow:inset 0 0 0 0 rgba(244,100,130,.3);outline:none;background:none;width:auto;border-width:1px;border-style:solid;min-width:40px;height:24px}.one .list1-del[data-v-74f1b30c]:hover{border-color:#d9534f;border-width:1px;opacity:.8;border-style:solid}.one .list1-btn8[data-v-74f1b30c]{cursor:pointer;padding:0 8px 0 0;margin:0 5px 5px 0;color:#333;font-size:inherit;border-color:#fff;line-height:24px;border-radius:20px;-webkit-box-shadow:inset 0 0 0 0 rgba(244,100,130,.3);box-shadow:inset 0 0 0 0 rgba(244,100,130,.3);outline:none;background:none;width:auto;border-width:1px;border-style:solid;min-width:40px;height:24px}.one .list1-btn8[data-v-74f1b30c]:hover{border-color:#333;border-width:1px;opacity:.8;border-style:solid}.main-content .el-table .el-switch[data-v-74f1b30c]{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;vertical-align:middle;line-height:30px;position:relative;-webkit-box-align:center;-ms-flex-align:center;align-items:center;height:30px}.main-content .el-table .el-switch[data-v-74f1b30c] .el-switch__label--left{cursor:pointer;margin:0 10px 0 0;color:#333;font-weight:500;display:inline-block;vertical-align:middle;font-size:16px;-webkit-transition:.2s;transition:.2s;height:30px}.main-content .el-table .el-switch[data-v-74f1b30c] .el-switch__label--right{cursor:pointer;margin:0 0 0 10px;color:#333;font-weight:500;display:inline-block;vertical-align:middle;font-size:16px;-webkit-transition:.2s;transition:.2s;height:30px}.main-content .el-table .el-switch[data-v-74f1b30c] .el-switch__core{border:1px solid #ceddee;cursor:pointer;border-radius:15px;margin:0;outline:0;background:#ceddee;display:inline-block;width:50px;-webkit-box-sizing:border-box;box-sizing:border-box;-webkit-transition:border-color .3s,background-color .3s;transition:border-color .3s,background-color .3s;height:24px}.main-content .el-table .el-switch[data-v-74f1b30c] .el-switch__core:after{border-radius:100%;top:1px;left:1px;background:#fff;width:20px;position:absolute;-webkit-transition:all .3s;transition:all .3s;height:20px}.main-content .el-table .el-switch.is-checked[data-v-74f1b30c] .el-switch__core:after{margin:0 0 0 -27px;left:100%}.main-content .el-table .el-rate[data-v-74f1b30c] .el-rate__item{cursor:pointer;display:inline-block;vertical-align:middle;font-size:0;position:relative}.main-content .el-table .el-rate[data-v-74f1b30c] .el-rate__item .el-rate__icon{margin:0 3px;color:#c0c4cc;display:inline-block;font-size:18px;position:relative;-webkit-transition:.3s;transition:.3s}.amap-wrapper[data-v-8c8aa792]{width:100%;height:500px}.search-box[data-v-8c8aa792]{position:absolute}.el-date-editor.el-input[data-v-8c8aa792]{width:auto}.add-update-preview .el-form-item[data-v-8c8aa792] .el-form-item__label{padding:0 10px 0 0;color:#00acc1;background:none;font-weight:600;display:inline-block;width:200px;font-size:inherit;line-height:40px;text-align:right}.add-update-preview .el-form-item[data-v-8c8aa792] .el-form-item__content{margin-left:200px}.add-update-preview .el-input-number[data-v-8c8aa792] .el-input__inner,.add-update-preview .el-input[data-v-8c8aa792] .el-input__inner{border-radius:4px;padding:0 12px;-webkit-box-shadow:0 0 0 rgba(64,158,255,.5);box-shadow:0 0 0 rgba(64,158,255,.5);outline:none;color:inherit;background:#fff;width:400px;font-size:14px;border-color:#ced4da;border-width:1px;border-style:solid;height:36px}.add-update-preview .el-input-number[data-v-8c8aa792] .el-input__inner{text-align:left}.add-update-preview .el-input-number[data-v-8c8aa792] .el-input-number__decrease,.add-update-preview .el-input-number[data-v-8c8aa792] .el-input-number__increase{display:none}.add-update-preview .el-select[data-v-8c8aa792] .el-input__inner{padding:0 10px;background:#fff;min-width:350px}.add-update-preview .el-date-editor[data-v-8c8aa792] .el-input__inner,.add-update-preview .el-select[data-v-8c8aa792] .el-input__inner{color:inherit;font-size:14px;border-color:#ced4da;border-radius:0;-webkit-box-shadow:0 0 0 rgba(64,158,255,.5);box-shadow:0 0 0 rgba(64,158,255,.5);outline:none;width:auto;border-width:1px;border-style:solid;height:36px}.add-update-preview .el-date-editor[data-v-8c8aa792] .el-input__inner{padding:0 10px 0 30px;background:none;min-width:250px}.add-update-preview[data-v-8c8aa792] .el-upload--picture-card{background:transparent;border:0;border-radius:0;width:auto;height:auto;line-height:normal;vertical-align:middle}.add-update-preview[data-v-8c8aa792] .el-upload-list .el-upload-list__item,.add-update-preview[data-v-8c8aa792] .el-upload .el-icon-plus,.add-update-preview[data-v-8c8aa792] .upload .upload-img{border:1px solid #ced4da;cursor:pointer;border-radius:4px;color:#aaa;background:#fff;-o-object-fit:cover;object-fit:cover;width:180px;font-size:32px;line-height:80px;text-align:center;height:80px}.add-update-preview .el-textarea[data-v-8c8aa792] .el-textarea__inner{border:1px solid #ced4da;border-radius:4px;padding:12px;-webkit-box-shadow:0 0 0 rgba(64,158,255,.5);box-shadow:0 0 0 rgba(64,158,255,.5);outline:none;color:inherit;background:#fff;width:500px;font-size:14px;height:140px}.add-update-preview .btn .btn1[data-v-8c8aa792]{border:0 solid #3fcbca;cursor:pointer;padding:0 10px;margin:0 4px;color:#fff;display:inline-block;font-size:14px;line-height:40px;border-radius:4px;outline:none;background:#4b88e4;width:auto;min-width:90px;height:40px}.add-update-preview .btn .btn1[data-v-8c8aa792]:hover{opacity:.8}.add-update-preview .btn .btn2[data-v-8c8aa792]{border:0 solid #23b7e5;cursor:pointer;padding:0 10px;margin:0 4px;color:#fff;font-size:14px;line-height:40px;border-radius:4px;outline:none;background:#4b88e4;width:auto;min-width:90px;height:40px}.add-update-preview .btn .btn2[data-v-8c8aa792]:hover{opacity:.8}.add-update-preview .btn .btn3[data-v-8c8aa792]{border:0 solid #3fcbca;cursor:pointer;padding:0 20px;margin:0 4px;color:#fff;font-size:14px;line-height:40px;border-radius:4px;outline:none;background:#4b88e4;width:auto;min-width:90px;height:40px}.add-update-preview .btn .btn3[data-v-8c8aa792]:hover{opacity:.8}.add-update-preview .btn .btn4[data-v-8c8aa792]{border:0 solid #ff6b6b;cursor:pointer;padding:0 20px;margin:0 4px;color:#fff;font-size:14px;line-height:40px;border-radius:4px;outline:none;background:#00acc1;width:auto;min-width:90px;height:40px}.add-update-preview .btn .btn4[data-v-8c8aa792]:hover{opacity:.8}.add-update-preview .btn .btn5[data-v-8c8aa792]{border:0 solid #65c3df;cursor:pointer;padding:0 20px;margin:4px;color:#fff;font-size:14px;line-height:40px;border-radius:4px;outline:none;background:#00acc1;width:auto;min-width:90px;height:40px}.add-update-preview .btn .btn5[data-v-8c8aa792]:hover{opacity:.8}.center-form-pv .el-date-editor.el-input[data-v-73be8dc6],.el-input[data-v-73be8dc6]{width:auto}.center-form-pv .el-input[data-v-73be8dc6] .el-input__inner{border:2px solid #f6f6f6;border-radius:4px;padding:0 12px;outline:none;color:inherit;background:#fff;width:170px;font-size:16px;height:34px}.center-form-pv .el-select[data-v-73be8dc6] .el-input__inner{padding:0 10px}.center-form-pv .el-date-editor[data-v-73be8dc6] .el-input__inner,.center-form-pv .el-select[data-v-73be8dc6] .el-input__inner{border:2px solid #f6f6f6;border-radius:4px;-webkit-box-shadow:0 0 0 rgba(64,158,255,.5);box-shadow:0 0 0 rgba(64,158,255,.5);outline:none;color:inherit;background:#fff;width:170px;font-size:16px;height:34px}.center-form-pv .el-date-editor[data-v-73be8dc6] .el-input__inner{padding:0 10px 0 30px}.center-form-pv .search[data-v-73be8dc6]{border:2px solid rgba(0,172,193,.12549019607843137);cursor:pointer;border-radius:4px;padding:0 10px 0 4px;outline:none;color:#00acc1;background:none;width:auto;font-size:16px;line-height:30px;height:auto}.center-form-pv .search[data-v-73be8dc6]:hover{opacity:.8}.center-form-pv .actions .add[data-v-73be8dc6]{border:0 solid #eee;cursor:pointer;border-radius:4px;padding:0 10px;margin:4px 2px 2px;outline:none;color:#fff;background:#00acc1;width:auto;font-size:inherit;min-width:66px;height:36px}.center-form-pv .actions .add[data-v-73be8dc6]:hover{opacity:.8}.center-form-pv .actions .del[data-v-73be8dc6]{border:0 solid rgba(244,100,130,.3);cursor:pointer;padding:0 10px;margin:4px 2px 2px;color:#fff;font-size:inherit;border-radius:3px;-webkit-box-shadow:inset 0 0 0 0 rgba(244,100,130,.3);box-shadow:inset 0 0 0 0 rgba(244,100,130,.3);outline:none;background:#00acc1;width:auto;min-width:66px;height:36px}.center-form-pv .actions .del[data-v-73be8dc6]:hover{opacity:.8}.center-form-pv .actions .statis[data-v-73be8dc6]{border:0 solid rgba(244,100,130,.3);cursor:pointer;padding:0 10px;margin:4px 2px 2px;color:#fff;font-size:inherit;border-radius:3px;-webkit-box-shadow:inset 0 0 0 0 rgba(244,100,130,.3);box-shadow:inset 0 0 0 0 rgba(244,100,130,.3);outline:none;background:#00acc1;width:auto;min-width:66px;height:36px}.center-form-pv .actions .statis[data-v-73be8dc6]:hover{opacity:.8}.center-form-pv .actions .btn18[data-v-73be8dc6]{border:0 solid rgba(244,100,130,.3);cursor:pointer;border-radius:4px;padding:0 10px;margin:4px 2px 2px;outline:none;color:#fff;background:#00acc1;width:auto;font-size:inherit;min-width:66px;height:36px}.center-form-pv .actions .btn18[data-v-73be8dc6]:hover{opacity:.8}.el-table[data-v-73be8dc6] .el-table__header-wrapper thead{color:inherit;background:rgba(254,169,34,0);width:100%}.el-table[data-v-73be8dc6] .el-table__header-wrapper thead tr{background:none}.el-table[data-v-73be8dc6] .el-table__header-wrapper thead tr th{padding:6px 0;background:none;border-color:#dee2e6;border-width:1px 0 2px 0;border-style:solid;text-align:left}.el-table[data-v-73be8dc6] .el-table__header-wrapper thead tr th .cell{padding:0 10px;word-wrap:normal;color:#8e99a2;white-space:normal;font-weight:600;display:inline-block;vertical-align:middle;font-size:14px;line-height:24px;text-overflow:ellipsis;word-break:break-all;width:100%;position:relative}.el-table[data-v-73be8dc6] .el-table__body-wrapper tbody{padding:0;width:100%}.el-table[data-v-73be8dc6] .el-table__body-wrapper tbody tr{background:none}.el-table[data-v-73be8dc6] .el-table__body-wrapper tbody tr:hover td,.el-table[data-v-73be8dc6] .el-table__body-wrapper tbody tr td{padding:4px 0 0;color:#8e99a2;background:#fff;border-color:#dee2e6;border-width:0 0 1px 0;border-style:solid;text-align:left}.el-table[data-v-73be8dc6] .el-table__body-wrapper tbody tr td{font-size:inherit}.el-table[data-v-73be8dc6] .el-table__body-wrapper tbody tr td .cell{padding:0 10px;overflow:hidden;color:inherit;word-break:break-all;white-space:normal;line-height:24px;text-overflow:ellipsis}.el-table[data-v-73be8dc6] .el-table__body-wrapper tbody tr td .view{cursor:pointer;padding:0 10px;margin:0 2px 5px 0;color:#fff;font-size:inherit;border-color:#fff;line-height:26px;border-radius:4px;-webkit-box-shadow:inset 0 0 0 0 rgba(244,100,130,.3);box-shadow:inset 0 0 0 0 rgba(244,100,130,.3);outline:none;background:#00acc1;width:auto;border-width:0;border-style:solid;min-width:55px;height:auto}.el-table[data-v-73be8dc6] .el-table__body-wrapper tbody tr td .view:hover{border-color:#23b7e5;border-width:0;opacity:.8;border-style:solid}.el-table[data-v-73be8dc6] .el-table__body-wrapper tbody tr td .edit{cursor:pointer;padding:0 10px;margin:0 2px 5px 0;color:#fff;font-size:inherit;border-color:#fff;line-height:26px;border-radius:4px;-webkit-box-shadow:inset 0 0 0 0 rgba(244,100,130,.3);box-shadow:inset 0 0 0 0 rgba(244,100,130,.3);outline:none;background:#00acc1;width:auto;border-width:0;border-style:solid;min-width:55px;height:auto}.el-table[data-v-73be8dc6] .el-table__body-wrapper tbody tr td .edit:hover{border-color:#45b6b0;border-width:0;opacity:.8;border-style:solid}.el-table[data-v-73be8dc6] .el-table__body-wrapper tbody tr td .del{cursor:pointer;padding:0 10px;margin:0 2px 5px 0;color:#fff;font-size:inherit;border-color:#fff;line-height:26px;border-radius:4px;-webkit-box-shadow:inset 0 0 0 0 rgba(244,100,130,.3);box-shadow:inset 0 0 0 0 rgba(244,100,130,.3);outline:none;background:#4b88e4;width:auto;border-width:0;border-style:solid;min-width:55px;height:auto}.el-table[data-v-73be8dc6] .el-table__body-wrapper tbody tr td .del:hover{border-color:#d9534f;border-width:0;opacity:.8;border-style:solid}.el-table[data-v-73be8dc6] .el-table__body-wrapper tbody tr td .btn8{cursor:pointer;padding:0 10px;margin:0 2px 5px 0;color:#fff;font-size:inherit;border-color:#fff;line-height:26px;border-radius:4px;-webkit-box-shadow:inset 0 0 0 0 rgba(244,100,130,.3);box-shadow:inset 0 0 0 0 rgba(244,100,130,.3);outline:none;background:#4b88e4;width:auto;border-width:0;border-style:solid;min-width:55px;height:auto}.el-table[data-v-73be8dc6] .el-table__body-wrapper tbody tr td .btn8:hover{border-color:#666;border-width:0;opacity:.8;border-style:solid}.main-content .el-pagination[data-v-73be8dc6] .el-pagination__total{margin:0 10px 0 0;color:inherit;font-weight:400;display:inline-block;vertical-align:top;font-size:inherit;line-height:28px;height:28px}.main-content .el-pagination[data-v-73be8dc6] .btn-next,.main-content .el-pagination[data-v-73be8dc6] .btn-prev{border:1px solid #dee2e6;border-radius:2px;padding:0 5px;margin:0 2px;color:inherit;background:none;display:inline-block;vertical-align:top;font-size:18px;line-height:28px;min-width:35px;height:28px}.main-content .el-pagination[data-v-73be8dc6] .btn-next:disabled,.main-content .el-pagination[data-v-73be8dc6] .btn-prev:disabled{border:1px solid #dee2e6;cursor:not-allowed;border-radius:2px;padding:0 5px;margin:0 2px;color:#999;background:none;display:inline-block;vertical-align:top;font-size:18px;line-height:28px;height:28px}.main-content .el-pagination[data-v-73be8dc6] .el-pager{padding:0;margin:0;display:inline-block;vertical-align:top;font-size:inherit}.main-content .el-pagination[data-v-73be8dc6] .el-pager .number{cursor:pointer;border:1px solid #dee2e6;padding:0 4px;margin:0 2px;color:inherit;background:none;display:inline-block;vertical-align:top;font-size:inherit;line-height:28px;text-align:center;height:28px}.main-content .el-pagination[data-v-73be8dc6] .el-pager .number:hover{cursor:pointer;border-radius:4px;margin:0 5px}.main-content .el-pagination[data-v-73be8dc6] .el-pager .number.active,.main-content .el-pagination[data-v-73be8dc6] .el-pager .number:hover{padding:0 4px;color:#333;background:#e9ecef;display:inline-block;vertical-align:top;font-size:inherit;line-height:28px;text-align:center;height:28px}.main-content .el-pagination[data-v-73be8dc6] .el-pager .number.active{cursor:default;border:1px solid #dee2e6;margin:0 2px;border-radius:4px}.main-content .el-pagination[data-v-73be8dc6] .el-pagination__sizes{color:inherit;display:inline-block;vertical-align:top;font-size:inherit;line-height:28px;height:28px}.main-content .el-pagination[data-v-73be8dc6] .el-pagination__sizes .el-input{margin:0 5px;color:inherit;width:100px;font-size:inherit;position:relative}.main-content .el-pagination[data-v-73be8dc6] .el-pagination__sizes .el-input .el-input__inner{border:0 solid #ddd;cursor:pointer;padding:0 25px 0 8px;color:inherit;display:inline-block;font-size:inherit;line-height:28px;border-radius:3px;outline:0;background:none;width:100%;text-align:center;height:28px}.main-content .el-pagination[data-v-73be8dc6] .el-pagination__sizes .el-input span.el-input__suffix{top:0;position:absolute;right:0;height:100%}.main-content .el-pagination[data-v-73be8dc6] .el-pagination__sizes .el-input .el-input__suffix .el-select__caret{cursor:pointer;color:#c0c4cc;width:25px;font-size:14px;line-height:28px;text-align:center}.main-content .el-pagination[data-v-73be8dc6] .el-pagination__jump{margin:0 0 0 24px;color:inherit;display:inline-block;vertical-align:top;font-size:inherit;line-height:28px;height:28px}.main-content .el-pagination[data-v-73be8dc6] .el-pagination__jump .el-input{border-radius:3px;padding:0 2px;margin:0 2px;color:inherit;display:inline-block;width:50px;font-size:inherit;line-height:18px;position:relative;text-align:center;height:28px}.main-content .el-pagination[data-v-73be8dc6] .el-pagination__jump .el-input .el-input__inner{border:1px solid #eee;cursor:pointer;padding:0 0;color:inherit;display:inline-block;font-size:inherit;line-height:24px;border-radius:3px;outline:0;background:#fff;width:auto;text-align:center;height:24px}.one .list1-view[data-v-73be8dc6]{cursor:pointer;padding:0 8px 0 0;margin:0 5px 5px 0;color:#23b7e5;font-size:inherit;border-color:#fff;line-height:24px;border-radius:20px;-webkit-box-shadow:inset 0 0 0 0 rgba(244,100,130,.3);box-shadow:inset 0 0 0 0 rgba(244,100,130,.3);outline:none;background:none;width:auto;border-width:1px;border-style:double;min-width:40px;height:24px}.one .list1-view[data-v-73be8dc6]:hover{border-color:#23b7e5;border-width:1px;opacity:.8;border-style:solid}.one .list1-edit[data-v-73be8dc6]{cursor:pointer;padding:0 8px 0 0;margin:0 5px 5px 0;color:#45b6b0;font-size:inherit;border-color:#fff;line-height:24px;border-radius:20px;-webkit-box-shadow:inset 0 0 0 0 rgba(244,100,130,.3);box-shadow:inset 0 0 0 0 rgba(244,100,130,.3);outline:none;background:none;width:auto;border-width:1px;border-style:double;min-width:40px;height:24px}.one .list1-edit[data-v-73be8dc6]:hover{border-color:#45b6b0;border-width:1px;opacity:.8;border-style:solid}.one .list1-del[data-v-73be8dc6]{cursor:pointer;padding:0 8px 0 0;margin:0 5px 5px 0;color:#d9534f;font-size:inherit;border-color:#fff;line-height:24px;border-radius:20px;-webkit-box-shadow:inset 0 0 0 0 rgba(244,100,130,.3);box-shadow:inset 0 0 0 0 rgba(244,100,130,.3);outline:none;background:none;width:auto;border-width:1px;border-style:solid;min-width:40px;height:24px}.one .list1-del[data-v-73be8dc6]:hover{border-color:#d9534f;border-width:1px;opacity:.8;border-style:solid}.one .list1-btn8[data-v-73be8dc6]{cursor:pointer;padding:0 8px 0 0;margin:0 5px 5px 0;color:#333;font-size:inherit;border-color:#fff;line-height:24px;border-radius:20px;-webkit-box-shadow:inset 0 0 0 0 rgba(244,100,130,.3);box-shadow:inset 0 0 0 0 rgba(244,100,130,.3);outline:none;background:none;width:auto;border-width:1px;border-style:solid;min-width:40px;height:24px}.one .list1-btn8[data-v-73be8dc6]:hover{border-color:#333;border-width:1px;opacity:.8;border-style:solid}.main-content .el-table .el-switch[data-v-73be8dc6]{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;vertical-align:middle;line-height:30px;position:relative;-webkit-box-align:center;-ms-flex-align:center;align-items:center;height:30px}.main-content .el-table .el-switch[data-v-73be8dc6] .el-switch__label--left{cursor:pointer;margin:0 10px 0 0;color:#333;font-weight:500;display:inline-block;vertical-align:middle;font-size:16px;-webkit-transition:.2s;transition:.2s;height:30px}.main-content .el-table .el-switch[data-v-73be8dc6] .el-switch__label--right{cursor:pointer;margin:0 0 0 10px;color:#333;font-weight:500;display:inline-block;vertical-align:middle;font-size:16px;-webkit-transition:.2s;transition:.2s;height:30px}.main-content .el-table .el-switch[data-v-73be8dc6] .el-switch__core{border:1px solid #ceddee;cursor:pointer;border-radius:15px;margin:0;outline:0;background:#ceddee;display:inline-block;width:50px;-webkit-box-sizing:border-box;box-sizing:border-box;-webkit-transition:border-color .3s,background-color .3s;transition:border-color .3s,background-color .3s;height:24px}.main-content .el-table .el-switch[data-v-73be8dc6] .el-switch__core:after{border-radius:100%;top:1px;left:1px;background:#fff;width:20px;position:absolute;-webkit-transition:all .3s;transition:all .3s;height:20px}.main-content .el-table .el-switch.is-checked[data-v-73be8dc6] .el-switch__core:after{margin:0 0 0 -27px;left:100%}.main-content .el-table .el-rate[data-v-73be8dc6] .el-rate__item{cursor:pointer;display:inline-block;vertical-align:middle;font-size:0;position:relative}.main-content .el-table .el-rate[data-v-73be8dc6] .el-rate__item .el-rate__icon{margin:0 3px;color:#c0c4cc;display:inline-block;font-size:18px;position:relative;-webkit-transition:.3s;transition:.3s}.amap-wrapper[data-v-3dbc5b3e]{width:100%;height:500px}.search-box[data-v-3dbc5b3e]{position:absolute}.el-date-editor.el-input[data-v-3dbc5b3e]{width:auto}.add-update-preview .el-form-item[data-v-3dbc5b3e] .el-form-item__label{padding:0 10px 0 0;color:#00acc1;background:none;font-weight:600;display:inline-block;width:200px;font-size:inherit;line-height:40px;text-align:right}.add-update-preview .el-form-item[data-v-3dbc5b3e] .el-form-item__content{margin-left:200px}.add-update-preview .el-input-number[data-v-3dbc5b3e] .el-input__inner,.add-update-preview .el-input[data-v-3dbc5b3e] .el-input__inner{border-radius:4px;padding:0 12px;-webkit-box-shadow:0 0 0 rgba(64,158,255,.5);box-shadow:0 0 0 rgba(64,158,255,.5);outline:none;color:inherit;background:#fff;width:400px;font-size:14px;border-color:#ced4da;border-width:1px;border-style:solid;height:36px}.add-update-preview .el-input-number[data-v-3dbc5b3e] .el-input__inner{text-align:left}.add-update-preview .el-input-number[data-v-3dbc5b3e] .el-input-number__decrease,.add-update-preview .el-input-number[data-v-3dbc5b3e] .el-input-number__increase{display:none}.add-update-preview .el-select[data-v-3dbc5b3e] .el-input__inner{padding:0 10px;background:#fff;min-width:350px}.add-update-preview .el-date-editor[data-v-3dbc5b3e] .el-input__inner,.add-update-preview .el-select[data-v-3dbc5b3e] .el-input__inner{color:inherit;font-size:14px;border-color:#ced4da;border-radius:0;-webkit-box-shadow:0 0 0 rgba(64,158,255,.5);box-shadow:0 0 0 rgba(64,158,255,.5);outline:none;width:auto;border-width:1px;border-style:solid;height:36px}.add-update-preview .el-date-editor[data-v-3dbc5b3e] .el-input__inner{padding:0 10px 0 30px;background:none;min-width:250px}.add-update-preview[data-v-3dbc5b3e] .el-upload--picture-card{background:transparent;border:0;border-radius:0;width:auto;height:auto;line-height:normal;vertical-align:middle}.add-update-preview[data-v-3dbc5b3e] .el-upload-list .el-upload-list__item,.add-update-preview[data-v-3dbc5b3e] .el-upload .el-icon-plus,.add-update-preview[data-v-3dbc5b3e] .upload .upload-img{border:1px solid #ced4da;cursor:pointer;border-radius:4px;color:#aaa;background:#fff;-o-object-fit:cover;object-fit:cover;width:180px;font-size:32px;line-height:80px;text-align:center;height:80px}.add-update-preview .el-textarea[data-v-3dbc5b3e] .el-textarea__inner{border:1px solid #ced4da;border-radius:4px;padding:12px;-webkit-box-shadow:0 0 0 rgba(64,158,255,.5);box-shadow:0 0 0 rgba(64,158,255,.5);outline:none;color:inherit;background:#fff;width:500px;font-size:14px;height:140px}.add-update-preview .btn .btn1[data-v-3dbc5b3e]{border:0 solid #3fcbca;cursor:pointer;padding:0 10px;margin:0 4px;color:#fff;display:inline-block;font-size:14px;line-height:40px;border-radius:4px;outline:none;background:#4b88e4;width:auto;min-width:90px;height:40px}.add-update-preview .btn .btn1[data-v-3dbc5b3e]:hover{opacity:.8}.add-update-preview .btn .btn2[data-v-3dbc5b3e]{border:0 solid #23b7e5;cursor:pointer;padding:0 10px;margin:0 4px;color:#fff;font-size:14px;line-height:40px;border-radius:4px;outline:none;background:#4b88e4;width:auto;min-width:90px;height:40px}.add-update-preview .btn .btn2[data-v-3dbc5b3e]:hover{opacity:.8}.add-update-preview .btn .btn3[data-v-3dbc5b3e]{border:0 solid #3fcbca;cursor:pointer;padding:0 20px;margin:0 4px;color:#fff;font-size:14px;line-height:40px;border-radius:4px;outline:none;background:#4b88e4;width:auto;min-width:90px;height:40px}.add-update-preview .btn .btn3[data-v-3dbc5b3e]:hover{opacity:.8}.add-update-preview .btn .btn4[data-v-3dbc5b3e]{border:0 solid #ff6b6b;cursor:pointer;padding:0 20px;margin:0 4px;color:#fff;font-size:14px;line-height:40px;border-radius:4px;outline:none;background:#00acc1;width:auto;min-width:90px;height:40px}.add-update-preview .btn .btn4[data-v-3dbc5b3e]:hover{opacity:.8}.add-update-preview .btn .btn5[data-v-3dbc5b3e]{border:0 solid #65c3df;cursor:pointer;padding:0 20px;margin:4px;color:#fff;font-size:14px;line-height:40px;border-radius:4px;outline:none;background:#00acc1;width:auto;min-width:90px;height:40px}.add-update-preview .btn .btn5[data-v-3dbc5b3e]:hover{opacity:.8}.center-form-pv .el-date-editor.el-input[data-v-72398caf],.el-input[data-v-72398caf]{width:auto}.center-form-pv .el-input[data-v-72398caf] .el-input__inner{border:2px solid #f6f6f6;border-radius:4px;padding:0 12px;outline:none;color:inherit;background:#fff;width:170px;font-size:16px;height:34px}.center-form-pv .el-select[data-v-72398caf] .el-input__inner{padding:0 10px}.center-form-pv .el-date-editor[data-v-72398caf] .el-input__inner,.center-form-pv .el-select[data-v-72398caf] .el-input__inner{border:2px solid #f6f6f6;border-radius:4px;-webkit-box-shadow:0 0 0 rgba(64,158,255,.5);box-shadow:0 0 0 rgba(64,158,255,.5);outline:none;color:inherit;background:#fff;width:170px;font-size:16px;height:34px}.center-form-pv .el-date-editor[data-v-72398caf] .el-input__inner{padding:0 10px 0 30px}.center-form-pv .search[data-v-72398caf]{border:2px solid rgba(0,172,193,.12549019607843137);cursor:pointer;border-radius:4px;padding:0 10px 0 4px;outline:none;color:#00acc1;background:none;width:auto;font-size:16px;line-height:30px;height:auto}.center-form-pv .search[data-v-72398caf]:hover{opacity:.8}.center-form-pv .actions .add[data-v-72398caf]{border:0 solid #eee;cursor:pointer;border-radius:4px;padding:0 10px;margin:4px 2px 2px;outline:none;color:#fff;background:#00acc1;width:auto;font-size:inherit;min-width:66px;height:36px}.center-form-pv .actions .add[data-v-72398caf]:hover{opacity:.8}.center-form-pv .actions .del[data-v-72398caf]{border:0 solid rgba(244,100,130,.3);cursor:pointer;padding:0 10px;margin:4px 2px 2px;color:#fff;font-size:inherit;border-radius:3px;-webkit-box-shadow:inset 0 0 0 0 rgba(244,100,130,.3);box-shadow:inset 0 0 0 0 rgba(244,100,130,.3);outline:none;background:#00acc1;width:auto;min-width:66px;height:36px}.center-form-pv .actions .del[data-v-72398caf]:hover{opacity:.8}.center-form-pv .actions .statis[data-v-72398caf]{border:0 solid rgba(244,100,130,.3);cursor:pointer;padding:0 10px;margin:4px 2px 2px;color:#fff;font-size:inherit;border-radius:3px;-webkit-box-shadow:inset 0 0 0 0 rgba(244,100,130,.3);box-shadow:inset 0 0 0 0 rgba(244,100,130,.3);outline:none;background:#00acc1;width:auto;min-width:66px;height:36px}.center-form-pv .actions .statis[data-v-72398caf]:hover{opacity:.8}.center-form-pv .actions .btn18[data-v-72398caf]{border:0 solid rgba(244,100,130,.3);cursor:pointer;border-radius:4px;padding:0 10px;margin:4px 2px 2px;outline:none;color:#fff;background:#00acc1;width:auto;font-size:inherit;min-width:66px;height:36px}.center-form-pv .actions .btn18[data-v-72398caf]:hover{opacity:.8}.el-table[data-v-72398caf] .el-table__header-wrapper thead{color:inherit;background:rgba(254,169,34,0);width:100%}.el-table[data-v-72398caf] .el-table__header-wrapper thead tr{background:none}.el-table[data-v-72398caf] .el-table__header-wrapper thead tr th{padding:6px 0;background:none;border-color:#dee2e6;border-width:1px 0 2px 0;border-style:solid;text-align:left}.el-table[data-v-72398caf] .el-table__header-wrapper thead tr th .cell{padding:0 10px;word-wrap:normal;color:#8e99a2;white-space:normal;font-weight:600;display:inline-block;vertical-align:middle;font-size:14px;line-height:24px;text-overflow:ellipsis;word-break:break-all;width:100%;position:relative}.el-table[data-v-72398caf] .el-table__body-wrapper tbody{padding:0;width:100%}.el-table[data-v-72398caf] .el-table__body-wrapper tbody tr{background:none}.el-table[data-v-72398caf] .el-table__body-wrapper tbody tr:hover td,.el-table[data-v-72398caf] .el-table__body-wrapper tbody tr td{padding:4px 0 0;color:#8e99a2;background:#fff;border-color:#dee2e6;border-width:0 0 1px 0;border-style:solid;text-align:left}.el-table[data-v-72398caf] .el-table__body-wrapper tbody tr td{font-size:inherit}.el-table[data-v-72398caf] .el-table__body-wrapper tbody tr td .cell{padding:0 10px;overflow:hidden;color:inherit;word-break:break-all;white-space:normal;line-height:24px;text-overflow:ellipsis}.el-table[data-v-72398caf] .el-table__body-wrapper tbody tr td .view{cursor:pointer;padding:0 10px;margin:0 2px 5px 0;color:#fff;font-size:inherit;border-color:#fff;line-height:26px;border-radius:4px;-webkit-box-shadow:inset 0 0 0 0 rgba(244,100,130,.3);box-shadow:inset 0 0 0 0 rgba(244,100,130,.3);outline:none;background:#00acc1;width:auto;border-width:0;border-style:solid;min-width:55px;height:auto}.el-table[data-v-72398caf] .el-table__body-wrapper tbody tr td .view:hover{border-color:#23b7e5;border-width:0;opacity:.8;border-style:solid}.el-table[data-v-72398caf] .el-table__body-wrapper tbody tr td .edit{cursor:pointer;padding:0 10px;margin:0 2px 5px 0;color:#fff;font-size:inherit;border-color:#fff;line-height:26px;border-radius:4px;-webkit-box-shadow:inset 0 0 0 0 rgba(244,100,130,.3);box-shadow:inset 0 0 0 0 rgba(244,100,130,.3);outline:none;background:#00acc1;width:auto;border-width:0;border-style:solid;min-width:55px;height:auto}.el-table[data-v-72398caf] .el-table__body-wrapper tbody tr td .edit:hover{border-color:#45b6b0;border-width:0;opacity:.8;border-style:solid}.el-table[data-v-72398caf] .el-table__body-wrapper tbody tr td .del{cursor:pointer;padding:0 10px;margin:0 2px 5px 0;color:#fff;font-size:inherit;border-color:#fff;line-height:26px;border-radius:4px;-webkit-box-shadow:inset 0 0 0 0 rgba(244,100,130,.3);box-shadow:inset 0 0 0 0 rgba(244,100,130,.3);outline:none;background:#4b88e4;width:auto;border-width:0;border-style:solid;min-width:55px;height:auto}.el-table[data-v-72398caf] .el-table__body-wrapper tbody tr td .del:hover{border-color:#d9534f;border-width:0;opacity:.8;border-style:solid}.el-table[data-v-72398caf] .el-table__body-wrapper tbody tr td .btn8{cursor:pointer;padding:0 10px;margin:0 2px 5px 0;color:#fff;font-size:inherit;border-color:#fff;line-height:26px;border-radius:4px;-webkit-box-shadow:inset 0 0 0 0 rgba(244,100,130,.3);box-shadow:inset 0 0 0 0 rgba(244,100,130,.3);outline:none;background:#4b88e4;width:auto;border-width:0;border-style:solid;min-width:55px;height:auto}.el-table[data-v-72398caf] .el-table__body-wrapper tbody tr td .btn8:hover{border-color:#666;border-width:0;opacity:.8;border-style:solid}.main-content .el-pagination[data-v-72398caf] .el-pagination__total{margin:0 10px 0 0;color:inherit;font-weight:400;display:inline-block;vertical-align:top;font-size:inherit;line-height:28px;height:28px}.main-content .el-pagination[data-v-72398caf] .btn-next,.main-content .el-pagination[data-v-72398caf] .btn-prev{border:1px solid #dee2e6;border-radius:2px;padding:0 5px;margin:0 2px;color:inherit;background:none;display:inline-block;vertical-align:top;font-size:18px;line-height:28px;min-width:35px;height:28px}.main-content .el-pagination[data-v-72398caf] .btn-next:disabled,.main-content .el-pagination[data-v-72398caf] .btn-prev:disabled{border:1px solid #dee2e6;cursor:not-allowed;border-radius:2px;padding:0 5px;margin:0 2px;color:#999;background:none;display:inline-block;vertical-align:top;font-size:18px;line-height:28px;height:28px}.main-content .el-pagination[data-v-72398caf] .el-pager{padding:0;margin:0;display:inline-block;vertical-align:top;font-size:inherit}.main-content .el-pagination[data-v-72398caf] .el-pager .number{cursor:pointer;border:1px solid #dee2e6;padding:0 4px;margin:0 2px;color:inherit;background:none;display:inline-block;vertical-align:top;font-size:inherit;line-height:28px;text-align:center;height:28px}.main-content .el-pagination[data-v-72398caf] .el-pager .number:hover{cursor:pointer;border-radius:4px;margin:0 5px}.main-content .el-pagination[data-v-72398caf] .el-pager .number.active,.main-content .el-pagination[data-v-72398caf] .el-pager .number:hover{padding:0 4px;color:#333;background:#e9ecef;display:inline-block;vertical-align:top;font-size:inherit;line-height:28px;text-align:center;height:28px}.main-content .el-pagination[data-v-72398caf] .el-pager .number.active{cursor:default;border:1px solid #dee2e6;margin:0 2px;border-radius:4px}.main-content .el-pagination[data-v-72398caf] .el-pagination__sizes{color:inherit;display:inline-block;vertical-align:top;font-size:inherit;line-height:28px;height:28px}.main-content .el-pagination[data-v-72398caf] .el-pagination__sizes .el-input{margin:0 5px;color:inherit;width:100px;font-size:inherit;position:relative}.main-content .el-pagination[data-v-72398caf] .el-pagination__sizes .el-input .el-input__inner{border:0 solid #ddd;cursor:pointer;padding:0 25px 0 8px;color:inherit;display:inline-block;font-size:inherit;line-height:28px;border-radius:3px;outline:0;background:none;width:100%;text-align:center;height:28px}.main-content .el-pagination[data-v-72398caf] .el-pagination__sizes .el-input span.el-input__suffix{top:0;position:absolute;right:0;height:100%}.main-content .el-pagination[data-v-72398caf] .el-pagination__sizes .el-input .el-input__suffix .el-select__caret{cursor:pointer;color:#c0c4cc;width:25px;font-size:14px;line-height:28px;text-align:center}.main-content .el-pagination[data-v-72398caf] .el-pagination__jump{margin:0 0 0 24px;color:inherit;display:inline-block;vertical-align:top;font-size:inherit;line-height:28px;height:28px}.main-content .el-pagination[data-v-72398caf] .el-pagination__jump .el-input{border-radius:3px;padding:0 2px;margin:0 2px;color:inherit;display:inline-block;width:50px;font-size:inherit;line-height:18px;position:relative;text-align:center;height:28px}.main-content .el-pagination[data-v-72398caf] .el-pagination__jump .el-input .el-input__inner{border:1px solid #eee;cursor:pointer;padding:0 0;color:inherit;display:inline-block;font-size:inherit;line-height:24px;border-radius:3px;outline:0;background:#fff;width:auto;text-align:center;height:24px}.one .list1-view[data-v-72398caf]{cursor:pointer;padding:0 8px 0 0;margin:0 5px 5px 0;color:#23b7e5;font-size:inherit;border-color:#fff;line-height:24px;border-radius:20px;-webkit-box-shadow:inset 0 0 0 0 rgba(244,100,130,.3);box-shadow:inset 0 0 0 0 rgba(244,100,130,.3);outline:none;background:none;width:auto;border-width:1px;border-style:double;min-width:40px;height:24px}.one .list1-view[data-v-72398caf]:hover{border-color:#23b7e5;border-width:1px;opacity:.8;border-style:solid}.one .list1-edit[data-v-72398caf]{cursor:pointer;padding:0 8px 0 0;margin:0 5px 5px 0;color:#45b6b0;font-size:inherit;border-color:#fff;line-height:24px;border-radius:20px;-webkit-box-shadow:inset 0 0 0 0 rgba(244,100,130,.3);box-shadow:inset 0 0 0 0 rgba(244,100,130,.3);outline:none;background:none;width:auto;border-width:1px;border-style:double;min-width:40px;height:24px}.one .list1-edit[data-v-72398caf]:hover{border-color:#45b6b0;border-width:1px;opacity:.8;border-style:solid}.one .list1-del[data-v-72398caf]{cursor:pointer;padding:0 8px 0 0;margin:0 5px 5px 0;color:#d9534f;font-size:inherit;border-color:#fff;line-height:24px;border-radius:20px;-webkit-box-shadow:inset 0 0 0 0 rgba(244,100,130,.3);box-shadow:inset 0 0 0 0 rgba(244,100,130,.3);outline:none;background:none;width:auto;border-width:1px;border-style:solid;min-width:40px;height:24px}.one .list1-del[data-v-72398caf]:hover{border-color:#d9534f;border-width:1px;opacity:.8;border-style:solid}.one .list1-btn8[data-v-72398caf]{cursor:pointer;padding:0 8px 0 0;margin:0 5px 5px 0;color:#333;font-size:inherit;border-color:#fff;line-height:24px;border-radius:20px;-webkit-box-shadow:inset 0 0 0 0 rgba(244,100,130,.3);box-shadow:inset 0 0 0 0 rgba(244,100,130,.3);outline:none;background:none;width:auto;border-width:1px;border-style:solid;min-width:40px;height:24px}.one .list1-btn8[data-v-72398caf]:hover{border-color:#333;border-width:1px;opacity:.8;border-style:solid}.main-content .el-table .el-switch[data-v-72398caf]{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;vertical-align:middle;line-height:30px;position:relative;-webkit-box-align:center;-ms-flex-align:center;align-items:center;height:30px}.main-content .el-table .el-switch[data-v-72398caf] .el-switch__label--left{cursor:pointer;margin:0 10px 0 0;color:#333;font-weight:500;display:inline-block;vertical-align:middle;font-size:16px;-webkit-transition:.2s;transition:.2s;height:30px}.main-content .el-table .el-switch[data-v-72398caf] .el-switch__label--right{cursor:pointer;margin:0 0 0 10px;color:#333;font-weight:500;display:inline-block;vertical-align:middle;font-size:16px;-webkit-transition:.2s;transition:.2s;height:30px}.main-content .el-table .el-switch[data-v-72398caf] .el-switch__core{border:1px solid #ceddee;cursor:pointer;border-radius:15px;margin:0;outline:0;background:#ceddee;display:inline-block;width:50px;-webkit-box-sizing:border-box;box-sizing:border-box;-webkit-transition:border-color .3s,background-color .3s;transition:border-color .3s,background-color .3s;height:24px}.main-content .el-table .el-switch[data-v-72398caf] .el-switch__core:after{border-radius:100%;top:1px;left:1px;background:#fff;width:20px;position:absolute;-webkit-transition:all .3s;transition:all .3s;height:20px}.main-content .el-table .el-switch.is-checked[data-v-72398caf] .el-switch__core:after{margin:0 0 0 -27px;left:100%}.main-content .el-table .el-rate[data-v-72398caf] .el-rate__item{cursor:pointer;display:inline-block;vertical-align:middle;font-size:0;position:relative}.main-content .el-table .el-rate[data-v-72398caf] .el-rate__item .el-rate__icon{margin:0 3px;color:#c0c4cc;display:inline-block;font-size:18px;position:relative;-webkit-transition:.3s;transition:.3s}.center-form-pv .el-date-editor.el-input[data-v-170b2334],.el-input[data-v-170b2334]{width:auto}.center-form-pv .el-input[data-v-170b2334] .el-input__inner{border:2px solid #f6f6f6;border-radius:4px;padding:0 12px;outline:none;color:inherit;background:#fff;width:170px;font-size:16px;height:34px}.center-form-pv .el-select[data-v-170b2334] .el-input__inner{padding:0 10px}.center-form-pv .el-date-editor[data-v-170b2334] .el-input__inner,.center-form-pv .el-select[data-v-170b2334] .el-input__inner{border:2px solid #f6f6f6;border-radius:4px;-webkit-box-shadow:0 0 0 rgba(64,158,255,.5);box-shadow:0 0 0 rgba(64,158,255,.5);outline:none;color:inherit;background:#fff;width:170px;font-size:16px;height:34px}.center-form-pv .el-date-editor[data-v-170b2334] .el-input__inner{padding:0 10px 0 30px}.center-form-pv .search[data-v-170b2334]{border:2px solid rgba(0,172,193,.12549019607843137);cursor:pointer;border-radius:4px;padding:0 10px 0 4px;outline:none;color:#00acc1;background:none;width:auto;font-size:16px;line-height:30px;height:auto}.center-form-pv .search[data-v-170b2334]:hover{opacity:.8}.center-form-pv .actions .add[data-v-170b2334]{border:0 solid #eee;cursor:pointer;border-radius:4px;padding:0 10px;margin:4px 2px 2px;outline:none;color:#fff;background:#00acc1;width:auto;font-size:inherit;min-width:66px;height:36px}.center-form-pv .actions .add[data-v-170b2334]:hover{opacity:.8}.center-form-pv .actions .del[data-v-170b2334]{border:0 solid rgba(244,100,130,.3);cursor:pointer;padding:0 10px;margin:4px 2px 2px;color:#fff;font-size:inherit;border-radius:3px;-webkit-box-shadow:inset 0 0 0 0 rgba(244,100,130,.3);box-shadow:inset 0 0 0 0 rgba(244,100,130,.3);outline:none;background:#00acc1;width:auto;min-width:66px;height:36px}.center-form-pv .actions .del[data-v-170b2334]:hover{opacity:.8}.center-form-pv .actions .statis[data-v-170b2334]{border:0 solid rgba(244,100,130,.3);cursor:pointer;padding:0 10px;margin:4px 2px 2px;color:#fff;font-size:inherit;border-radius:3px;-webkit-box-shadow:inset 0 0 0 0 rgba(244,100,130,.3);box-shadow:inset 0 0 0 0 rgba(244,100,130,.3);outline:none;background:#00acc1;width:auto;min-width:66px;height:36px}.center-form-pv .actions .statis[data-v-170b2334]:hover{opacity:.8}.center-form-pv .actions .btn18[data-v-170b2334]{border:0 solid rgba(244,100,130,.3);cursor:pointer;border-radius:4px;padding:0 10px;margin:4px 2px 2px;outline:none;color:#fff;background:#00acc1;width:auto;font-size:inherit;min-width:66px;height:36px}.center-form-pv .actions .btn18[data-v-170b2334]:hover{opacity:.8}.el-table[data-v-170b2334] .el-table__header-wrapper thead{color:inherit;background:rgba(254,169,34,0);width:100%}.el-table[data-v-170b2334] .el-table__header-wrapper thead tr{background:none}.el-table[data-v-170b2334] .el-table__header-wrapper thead tr th{padding:6px 0;background:none;border-color:#dee2e6;border-width:1px 0 2px 0;border-style:solid;text-align:left}.el-table[data-v-170b2334] .el-table__header-wrapper thead tr th .cell{padding:0 10px;word-wrap:normal;color:#8e99a2;white-space:normal;font-weight:600;display:inline-block;vertical-align:middle;font-size:14px;line-height:24px;text-overflow:ellipsis;word-break:break-all;width:100%;position:relative}.el-table[data-v-170b2334] .el-table__body-wrapper tbody{padding:0;width:100%}.el-table[data-v-170b2334] .el-table__body-wrapper tbody tr{background:none}.el-table[data-v-170b2334] .el-table__body-wrapper tbody tr:hover td,.el-table[data-v-170b2334] .el-table__body-wrapper tbody tr td{padding:4px 0 0;color:#8e99a2;background:#fff;border-color:#dee2e6;border-width:0 0 1px 0;border-style:solid;text-align:left}.el-table[data-v-170b2334] .el-table__body-wrapper tbody tr td{font-size:inherit}.el-table[data-v-170b2334] .el-table__body-wrapper tbody tr td .cell{padding:0 10px;overflow:hidden;color:inherit;word-break:break-all;white-space:normal;line-height:24px;text-overflow:ellipsis}.el-table[data-v-170b2334] .el-table__body-wrapper tbody tr td .view{cursor:pointer;padding:0 10px;margin:0 2px 5px 0;color:#fff;font-size:inherit;border-color:#fff;line-height:26px;border-radius:4px;-webkit-box-shadow:inset 0 0 0 0 rgba(244,100,130,.3);box-shadow:inset 0 0 0 0 rgba(244,100,130,.3);outline:none;background:#00acc1;width:auto;border-width:0;border-style:solid;min-width:55px;height:auto}.el-table[data-v-170b2334] .el-table__body-wrapper tbody tr td .view:hover{border-color:#23b7e5;border-width:0;opacity:.8;border-style:solid}.el-table[data-v-170b2334] .el-table__body-wrapper tbody tr td .edit{cursor:pointer;padding:0 10px;margin:0 2px 5px 0;color:#fff;font-size:inherit;border-color:#fff;line-height:26px;border-radius:4px;-webkit-box-shadow:inset 0 0 0 0 rgba(244,100,130,.3);box-shadow:inset 0 0 0 0 rgba(244,100,130,.3);outline:none;background:#00acc1;width:auto;border-width:0;border-style:solid;min-width:55px;height:auto}.el-table[data-v-170b2334] .el-table__body-wrapper tbody tr td .edit:hover{border-color:#45b6b0;border-width:0;opacity:.8;border-style:solid}.el-table[data-v-170b2334] .el-table__body-wrapper tbody tr td .del{cursor:pointer;padding:0 10px;margin:0 2px 5px 0;color:#fff;font-size:inherit;border-color:#fff;line-height:26px;border-radius:4px;-webkit-box-shadow:inset 0 0 0 0 rgba(244,100,130,.3);box-shadow:inset 0 0 0 0 rgba(244,100,130,.3);outline:none;background:#4b88e4;width:auto;border-width:0;border-style:solid;min-width:55px;height:auto}.el-table[data-v-170b2334] .el-table__body-wrapper tbody tr td .del:hover{border-color:#d9534f;border-width:0;opacity:.8;border-style:solid}.el-table[data-v-170b2334] .el-table__body-wrapper tbody tr td .btn8{cursor:pointer;padding:0 10px;margin:0 2px 5px 0;color:#fff;font-size:inherit;border-color:#fff;line-height:26px;border-radius:4px;-webkit-box-shadow:inset 0 0 0 0 rgba(244,100,130,.3);box-shadow:inset 0 0 0 0 rgba(244,100,130,.3);outline:none;background:#4b88e4;width:auto;border-width:0;border-style:solid;min-width:55px;height:auto}.el-table[data-v-170b2334] .el-table__body-wrapper tbody tr td .btn8:hover{border-color:#666;border-width:0;opacity:.8;border-style:solid}.main-content .el-pagination[data-v-170b2334] .el-pagination__total{margin:0 10px 0 0;color:inherit;font-weight:400;display:inline-block;vertical-align:top;font-size:inherit;line-height:28px;height:28px}.main-content .el-pagination[data-v-170b2334] .btn-next,.main-content .el-pagination[data-v-170b2334] .btn-prev{border:1px solid #dee2e6;border-radius:2px;padding:0 5px;margin:0 2px;color:inherit;background:none;display:inline-block;vertical-align:top;font-size:18px;line-height:28px;min-width:35px;height:28px}.main-content .el-pagination[data-v-170b2334] .btn-next:disabled,.main-content .el-pagination[data-v-170b2334] .btn-prev:disabled{border:1px solid #dee2e6;cursor:not-allowed;border-radius:2px;padding:0 5px;margin:0 2px;color:#999;background:none;display:inline-block;vertical-align:top;font-size:18px;line-height:28px;height:28px}.main-content .el-pagination[data-v-170b2334] .el-pager{padding:0;margin:0;display:inline-block;vertical-align:top;font-size:inherit}.main-content .el-pagination[data-v-170b2334] .el-pager .number{cursor:pointer;border:1px solid #dee2e6;padding:0 4px;margin:0 2px;color:inherit;background:none;display:inline-block;vertical-align:top;font-size:inherit;line-height:28px;text-align:center;height:28px}.main-content .el-pagination[data-v-170b2334] .el-pager .number:hover{cursor:pointer;border-radius:4px;margin:0 5px}.main-content .el-pagination[data-v-170b2334] .el-pager .number.active,.main-content .el-pagination[data-v-170b2334] .el-pager .number:hover{padding:0 4px;color:#333;background:#e9ecef;display:inline-block;vertical-align:top;font-size:inherit;line-height:28px;text-align:center;height:28px}.main-content .el-pagination[data-v-170b2334] .el-pager .number.active{cursor:default;border:1px solid #dee2e6;margin:0 2px;border-radius:4px}.main-content .el-pagination[data-v-170b2334] .el-pagination__sizes{color:inherit;display:inline-block;vertical-align:top;font-size:inherit;line-height:28px;height:28px}.main-content .el-pagination[data-v-170b2334] .el-pagination__sizes .el-input{margin:0 5px;color:inherit;width:100px;font-size:inherit;position:relative}.main-content .el-pagination[data-v-170b2334] .el-pagination__sizes .el-input .el-input__inner{border:0 solid #ddd;cursor:pointer;padding:0 25px 0 8px;color:inherit;display:inline-block;font-size:inherit;line-height:28px;border-radius:3px;outline:0;background:none;width:100%;text-align:center;height:28px}.main-content .el-pagination[data-v-170b2334] .el-pagination__sizes .el-input span.el-input__suffix{top:0;position:absolute;right:0;height:100%}.main-content .el-pagination[data-v-170b2334] .el-pagination__sizes .el-input .el-input__suffix .el-select__caret{cursor:pointer;color:#c0c4cc;width:25px;font-size:14px;line-height:28px;text-align:center}.main-content .el-pagination[data-v-170b2334] .el-pagination__jump{margin:0 0 0 24px;color:inherit;display:inline-block;vertical-align:top;font-size:inherit;line-height:28px;height:28px}.main-content .el-pagination[data-v-170b2334] .el-pagination__jump .el-input{border-radius:3px;padding:0 2px;margin:0 2px;color:inherit;display:inline-block;width:50px;font-size:inherit;line-height:18px;position:relative;text-align:center;height:28px}.main-content .el-pagination[data-v-170b2334] .el-pagination__jump .el-input .el-input__inner{border:1px solid #eee;cursor:pointer;padding:0 0;color:inherit;display:inline-block;font-size:inherit;line-height:24px;border-radius:3px;outline:0;background:#fff;width:auto;text-align:center;height:24px}.one .list1-view[data-v-170b2334]{cursor:pointer;padding:0 8px 0 0;margin:0 5px 5px 0;color:#23b7e5;font-size:inherit;border-color:#fff;line-height:24px;border-radius:20px;-webkit-box-shadow:inset 0 0 0 0 rgba(244,100,130,.3);box-shadow:inset 0 0 0 0 rgba(244,100,130,.3);outline:none;background:none;width:auto;border-width:1px;border-style:double;min-width:40px;height:24px}.one .list1-view[data-v-170b2334]:hover{border-color:#23b7e5;border-width:1px;opacity:.8;border-style:solid}.one .list1-edit[data-v-170b2334]{cursor:pointer;padding:0 8px 0 0;margin:0 5px 5px 0;color:#45b6b0;font-size:inherit;border-color:#fff;line-height:24px;border-radius:20px;-webkit-box-shadow:inset 0 0 0 0 rgba(244,100,130,.3);box-shadow:inset 0 0 0 0 rgba(244,100,130,.3);outline:none;background:none;width:auto;border-width:1px;border-style:double;min-width:40px;height:24px}.one .list1-edit[data-v-170b2334]:hover{border-color:#45b6b0;border-width:1px;opacity:.8;border-style:solid}.one .list1-del[data-v-170b2334]{cursor:pointer;padding:0 8px 0 0;margin:0 5px 5px 0;color:#d9534f;font-size:inherit;border-color:#fff;line-height:24px;border-radius:20px;-webkit-box-shadow:inset 0 0 0 0 rgba(244,100,130,.3);box-shadow:inset 0 0 0 0 rgba(244,100,130,.3);outline:none;background:none;width:auto;border-width:1px;border-style:solid;min-width:40px;height:24px}.one .list1-del[data-v-170b2334]:hover{border-color:#d9534f;border-width:1px;opacity:.8;border-style:solid}.one .list1-btn8[data-v-170b2334]{cursor:pointer;padding:0 8px 0 0;margin:0 5px 5px 0;color:#333;font-size:inherit;border-color:#fff;line-height:24px;border-radius:20px;-webkit-box-shadow:inset 0 0 0 0 rgba(244,100,130,.3);box-shadow:inset 0 0 0 0 rgba(244,100,130,.3);outline:none;background:none;width:auto;border-width:1px;border-style:solid;min-width:40px;height:24px}.one .list1-btn8[data-v-170b2334]:hover{border-color:#333;border-width:1px;opacity:.8;border-style:solid}.main-content .el-table .el-switch[data-v-170b2334]{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;vertical-align:middle;line-height:30px;position:relative;-webkit-box-align:center;-ms-flex-align:center;align-items:center;height:30px}.main-content .el-table .el-switch[data-v-170b2334] .el-switch__label--left{cursor:pointer;margin:0 10px 0 0;color:#333;font-weight:500;display:inline-block;vertical-align:middle;font-size:16px;-webkit-transition:.2s;transition:.2s;height:30px}.main-content .el-table .el-switch[data-v-170b2334] .el-switch__label--right{cursor:pointer;margin:0 0 0 10px;color:#333;font-weight:500;display:inline-block;vertical-align:middle;font-size:16px;-webkit-transition:.2s;transition:.2s;height:30px}.main-content .el-table .el-switch[data-v-170b2334] .el-switch__core{border:1px solid #ceddee;cursor:pointer;border-radius:15px;margin:0;outline:0;background:#ceddee;display:inline-block;width:50px;-webkit-box-sizing:border-box;box-sizing:border-box;-webkit-transition:border-color .3s,background-color .3s;transition:border-color .3s,background-color .3s;height:24px}.main-content .el-table .el-switch[data-v-170b2334] .el-switch__core:after{border-radius:100%;top:1px;left:1px;background:#fff;width:20px;position:absolute;-webkit-transition:all .3s;transition:all .3s;height:20px}.main-content .el-table .el-switch.is-checked[data-v-170b2334] .el-switch__core:after{margin:0 0 0 -27px;left:100%}.main-content .el-table .el-rate[data-v-170b2334] .el-rate__item{cursor:pointer;display:inline-block;vertical-align:middle;font-size:0;position:relative}.main-content .el-table .el-rate[data-v-170b2334] .el-rate__item .el-rate__icon{margin:0 3px;color:#c0c4cc;display:inline-block;font-size:18px;position:relative;-webkit-transition:.3s;transition:.3s}.center-form-pv .el-date-editor.el-input[data-v-dee0f138],.el-input[data-v-dee0f138]{width:auto}.center-form-pv .el-input[data-v-dee0f138] .el-input__inner{border:2px solid #f6f6f6;border-radius:4px;padding:0 12px;outline:none;color:inherit;background:#fff;width:170px;font-size:16px;height:34px}.center-form-pv .el-select[data-v-dee0f138] .el-input__inner{padding:0 10px}.center-form-pv .el-date-editor[data-v-dee0f138] .el-input__inner,.center-form-pv .el-select[data-v-dee0f138] .el-input__inner{border:2px solid #f6f6f6;border-radius:4px;-webkit-box-shadow:0 0 0 rgba(64,158,255,.5);box-shadow:0 0 0 rgba(64,158,255,.5);outline:none;color:inherit;background:#fff;width:170px;font-size:16px;height:34px}.center-form-pv .el-date-editor[data-v-dee0f138] .el-input__inner{padding:0 10px 0 30px}.center-form-pv .search[data-v-dee0f138]{border:2px solid rgba(0,172,193,.12549019607843137);cursor:pointer;border-radius:4px;padding:0 10px 0 4px;outline:none;color:#00acc1;background:none;width:auto;font-size:16px;line-height:30px;height:auto}.center-form-pv .search[data-v-dee0f138]:hover{opacity:.8}.center-form-pv .actions .add[data-v-dee0f138]{border:0 solid #eee;cursor:pointer;border-radius:4px;padding:0 10px;margin:4px 2px 2px;outline:none;color:#fff;background:#00acc1;width:auto;font-size:inherit;min-width:66px;height:36px}.center-form-pv .actions .add[data-v-dee0f138]:hover{opacity:.8}.center-form-pv .actions .del[data-v-dee0f138]{border:0 solid rgba(244,100,130,.3);cursor:pointer;padding:0 10px;margin:4px 2px 2px;color:#fff;font-size:inherit;border-radius:3px;-webkit-box-shadow:inset 0 0 0 0 rgba(244,100,130,.3);box-shadow:inset 0 0 0 0 rgba(244,100,130,.3);outline:none;background:#00acc1;width:auto;min-width:66px;height:36px}.center-form-pv .actions .del[data-v-dee0f138]:hover{opacity:.8}.center-form-pv .actions .statis[data-v-dee0f138]{border:0 solid rgba(244,100,130,.3);cursor:pointer;padding:0 10px;margin:4px 2px 2px;color:#fff;font-size:inherit;border-radius:3px;-webkit-box-shadow:inset 0 0 0 0 rgba(244,100,130,.3);box-shadow:inset 0 0 0 0 rgba(244,100,130,.3);outline:none;background:#00acc1;width:auto;min-width:66px;height:36px}.center-form-pv .actions .statis[data-v-dee0f138]:hover{opacity:.8}.center-form-pv .actions .btn18[data-v-dee0f138]{border:0 solid rgba(244,100,130,.3);cursor:pointer;border-radius:4px;padding:0 10px;margin:4px 2px 2px;outline:none;color:#fff;background:#00acc1;width:auto;font-size:inherit;min-width:66px;height:36px}.center-form-pv .actions .btn18[data-v-dee0f138]:hover{opacity:.8}.el-table[data-v-dee0f138] .el-table__header-wrapper thead{color:inherit;background:rgba(254,169,34,0);width:100%}.el-table[data-v-dee0f138] .el-table__header-wrapper thead tr{background:none}.el-table[data-v-dee0f138] .el-table__header-wrapper thead tr th{padding:6px 0;background:none;border-color:#dee2e6;border-width:1px 0 2px 0;border-style:solid;text-align:left}.el-table[data-v-dee0f138] .el-table__header-wrapper thead tr th .cell{padding:0 10px;word-wrap:normal;color:#8e99a2;white-space:normal;font-weight:600;display:inline-block;vertical-align:middle;font-size:14px;line-height:24px;text-overflow:ellipsis;word-break:break-all;width:100%;position:relative}.el-table[data-v-dee0f138] .el-table__body-wrapper tbody{padding:0;width:100%}.el-table[data-v-dee0f138] .el-table__body-wrapper tbody tr{background:none}.el-table[data-v-dee0f138] .el-table__body-wrapper tbody tr:hover td,.el-table[data-v-dee0f138] .el-table__body-wrapper tbody tr td{padding:4px 0 0;color:#8e99a2;background:#fff;border-color:#dee2e6;border-width:0 0 1px 0;border-style:solid;text-align:left}.el-table[data-v-dee0f138] .el-table__body-wrapper tbody tr td{font-size:inherit}.el-table[data-v-dee0f138] .el-table__body-wrapper tbody tr td .cell{padding:0 10px;overflow:hidden;color:inherit;word-break:break-all;white-space:normal;line-height:24px;text-overflow:ellipsis}.el-table[data-v-dee0f138] .el-table__body-wrapper tbody tr td .view{cursor:pointer;padding:0 10px;margin:0 2px 5px 0;color:#fff;font-size:inherit;border-color:#fff;line-height:26px;border-radius:4px;-webkit-box-shadow:inset 0 0 0 0 rgba(244,100,130,.3);box-shadow:inset 0 0 0 0 rgba(244,100,130,.3);outline:none;background:#00acc1;width:auto;border-width:0;border-style:solid;min-width:55px;height:auto}.el-table[data-v-dee0f138] .el-table__body-wrapper tbody tr td .view:hover{border-color:#23b7e5;border-width:0;opacity:.8;border-style:solid}.el-table[data-v-dee0f138] .el-table__body-wrapper tbody tr td .edit{cursor:pointer;padding:0 10px;margin:0 2px 5px 0;color:#fff;font-size:inherit;border-color:#fff;line-height:26px;border-radius:4px;-webkit-box-shadow:inset 0 0 0 0 rgba(244,100,130,.3);box-shadow:inset 0 0 0 0 rgba(244,100,130,.3);outline:none;background:#00acc1;width:auto;border-width:0;border-style:solid;min-width:55px;height:auto}.el-table[data-v-dee0f138] .el-table__body-wrapper tbody tr td .edit:hover{border-color:#45b6b0;border-width:0;opacity:.8;border-style:solid}.el-table[data-v-dee0f138] .el-table__body-wrapper tbody tr td .del{cursor:pointer;padding:0 10px;margin:0 2px 5px 0;color:#fff;font-size:inherit;border-color:#fff;line-height:26px;border-radius:4px;-webkit-box-shadow:inset 0 0 0 0 rgba(244,100,130,.3);box-shadow:inset 0 0 0 0 rgba(244,100,130,.3);outline:none;background:#4b88e4;width:auto;border-width:0;border-style:solid;min-width:55px;height:auto}.el-table[data-v-dee0f138] .el-table__body-wrapper tbody tr td .del:hover{border-color:#d9534f;border-width:0;opacity:.8;border-style:solid}.el-table[data-v-dee0f138] .el-table__body-wrapper tbody tr td .btn8{cursor:pointer;padding:0 10px;margin:0 2px 5px 0;color:#fff;font-size:inherit;border-color:#fff;line-height:26px;border-radius:4px;-webkit-box-shadow:inset 0 0 0 0 rgba(244,100,130,.3);box-shadow:inset 0 0 0 0 rgba(244,100,130,.3);outline:none;background:#4b88e4;width:auto;border-width:0;border-style:solid;min-width:55px;height:auto}.el-table[data-v-dee0f138] .el-table__body-wrapper tbody tr td .btn8:hover{border-color:#666;border-width:0;opacity:.8;border-style:solid}.main-content .el-pagination[data-v-dee0f138] .el-pagination__total{margin:0 10px 0 0;color:inherit;font-weight:400;display:inline-block;vertical-align:top;font-size:inherit;line-height:28px;height:28px}.main-content .el-pagination[data-v-dee0f138] .btn-next,.main-content .el-pagination[data-v-dee0f138] .btn-prev{border:1px solid #dee2e6;border-radius:2px;padding:0 5px;margin:0 2px;color:inherit;background:none;display:inline-block;vertical-align:top;font-size:18px;line-height:28px;min-width:35px;height:28px}.main-content .el-pagination[data-v-dee0f138] .btn-next:disabled,.main-content .el-pagination[data-v-dee0f138] .btn-prev:disabled{border:1px solid #dee2e6;cursor:not-allowed;border-radius:2px;padding:0 5px;margin:0 2px;color:#999;background:none;display:inline-block;vertical-align:top;font-size:18px;line-height:28px;height:28px}.main-content .el-pagination[data-v-dee0f138] .el-pager{padding:0;margin:0;display:inline-block;vertical-align:top;font-size:inherit}.main-content .el-pagination[data-v-dee0f138] .el-pager .number{cursor:pointer;border:1px solid #dee2e6;padding:0 4px;margin:0 2px;color:inherit;background:none;display:inline-block;vertical-align:top;font-size:inherit;line-height:28px;text-align:center;height:28px}.main-content .el-pagination[data-v-dee0f138] .el-pager .number:hover{cursor:pointer;border-radius:4px;margin:0 5px}.main-content .el-pagination[data-v-dee0f138] .el-pager .number.active,.main-content .el-pagination[data-v-dee0f138] .el-pager .number:hover{padding:0 4px;color:#333;background:#e9ecef;display:inline-block;vertical-align:top;font-size:inherit;line-height:28px;text-align:center;height:28px}.main-content .el-pagination[data-v-dee0f138] .el-pager .number.active{cursor:default;border:1px solid #dee2e6;margin:0 2px;border-radius:4px}.main-content .el-pagination[data-v-dee0f138] .el-pagination__sizes{color:inherit;display:inline-block;vertical-align:top;font-size:inherit;line-height:28px;height:28px}.main-content .el-pagination[data-v-dee0f138] .el-pagination__sizes .el-input{margin:0 5px;color:inherit;width:100px;font-size:inherit;position:relative}.main-content .el-pagination[data-v-dee0f138] .el-pagination__sizes .el-input .el-input__inner{border:0 solid #ddd;cursor:pointer;padding:0 25px 0 8px;color:inherit;display:inline-block;font-size:inherit;line-height:28px;border-radius:3px;outline:0;background:none;width:100%;text-align:center;height:28px}.main-content .el-pagination[data-v-dee0f138] .el-pagination__sizes .el-input span.el-input__suffix{top:0;position:absolute;right:0;height:100%}.main-content .el-pagination[data-v-dee0f138] .el-pagination__sizes .el-input .el-input__suffix .el-select__caret{cursor:pointer;color:#c0c4cc;width:25px;font-size:14px;line-height:28px;text-align:center}.main-content .el-pagination[data-v-dee0f138] .el-pagination__jump{margin:0 0 0 24px;color:inherit;display:inline-block;vertical-align:top;font-size:inherit;line-height:28px;height:28px}.main-content .el-pagination[data-v-dee0f138] .el-pagination__jump .el-input{border-radius:3px;padding:0 2px;margin:0 2px;color:inherit;display:inline-block;width:50px;font-size:inherit;line-height:18px;position:relative;text-align:center;height:28px}.main-content .el-pagination[data-v-dee0f138] .el-pagination__jump .el-input .el-input__inner{border:1px solid #eee;cursor:pointer;padding:0 0;color:inherit;display:inline-block;font-size:inherit;line-height:24px;border-radius:3px;outline:0;background:#fff;width:auto;text-align:center;height:24px}.one .list1-view[data-v-dee0f138]{cursor:pointer;padding:0 8px 0 0;margin:0 5px 5px 0;color:#23b7e5;font-size:inherit;border-color:#fff;line-height:24px;border-radius:20px;-webkit-box-shadow:inset 0 0 0 0 rgba(244,100,130,.3);box-shadow:inset 0 0 0 0 rgba(244,100,130,.3);outline:none;background:none;width:auto;border-width:1px;border-style:double;min-width:40px;height:24px}.one .list1-view[data-v-dee0f138]:hover{border-color:#23b7e5;border-width:1px;opacity:.8;border-style:solid}.one .list1-edit[data-v-dee0f138]{cursor:pointer;padding:0 8px 0 0;margin:0 5px 5px 0;color:#45b6b0;font-size:inherit;border-color:#fff;line-height:24px;border-radius:20px;-webkit-box-shadow:inset 0 0 0 0 rgba(244,100,130,.3);box-shadow:inset 0 0 0 0 rgba(244,100,130,.3);outline:none;background:none;width:auto;border-width:1px;border-style:double;min-width:40px;height:24px}.one .list1-edit[data-v-dee0f138]:hover{border-color:#45b6b0;border-width:1px;opacity:.8;border-style:solid}.one .list1-del[data-v-dee0f138]{cursor:pointer;padding:0 8px 0 0;margin:0 5px 5px 0;color:#d9534f;font-size:inherit;border-color:#fff;line-height:24px;border-radius:20px;-webkit-box-shadow:inset 0 0 0 0 rgba(244,100,130,.3);box-shadow:inset 0 0 0 0 rgba(244,100,130,.3);outline:none;background:none;width:auto;border-width:1px;border-style:solid;min-width:40px;height:24px}.one .list1-del[data-v-dee0f138]:hover{border-color:#d9534f;border-width:1px;opacity:.8;border-style:solid}.one .list1-btn8[data-v-dee0f138]{cursor:pointer;padding:0 8px 0 0;margin:0 5px 5px 0;color:#333;font-size:inherit;border-color:#fff;line-height:24px;border-radius:20px;-webkit-box-shadow:inset 0 0 0 0 rgba(244,100,130,.3);box-shadow:inset 0 0 0 0 rgba(244,100,130,.3);outline:none;background:none;width:auto;border-width:1px;border-style:solid;min-width:40px;height:24px}.one .list1-btn8[data-v-dee0f138]:hover{border-color:#333;border-width:1px;opacity:.8;border-style:solid}.main-content .el-table .el-switch[data-v-dee0f138]{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;vertical-align:middle;line-height:30px;position:relative;-webkit-box-align:center;-ms-flex-align:center;align-items:center;height:30px}.main-content .el-table .el-switch[data-v-dee0f138] .el-switch__label--left{cursor:pointer;margin:0 10px 0 0;color:#333;font-weight:500;display:inline-block;vertical-align:middle;font-size:16px;-webkit-transition:.2s;transition:.2s;height:30px}.main-content .el-table .el-switch[data-v-dee0f138] .el-switch__label--right{cursor:pointer;margin:0 0 0 10px;color:#333;font-weight:500;display:inline-block;vertical-align:middle;font-size:16px;-webkit-transition:.2s;transition:.2s;height:30px}.main-content .el-table .el-switch[data-v-dee0f138] .el-switch__core{border:1px solid #ceddee;cursor:pointer;border-radius:15px;margin:0;outline:0;background:#ceddee;display:inline-block;width:50px;-webkit-box-sizing:border-box;box-sizing:border-box;-webkit-transition:border-color .3s,background-color .3s;transition:border-color .3s,background-color .3s;height:24px}.main-content .el-table .el-switch[data-v-dee0f138] .el-switch__core:after{border-radius:100%;top:1px;left:1px;background:#fff;width:20px;position:absolute;-webkit-transition:all .3s;transition:all .3s;height:20px}.main-content .el-table .el-switch.is-checked[data-v-dee0f138] .el-switch__core:after{margin:0 0 0 -27px;left:100%}.main-content .el-table .el-rate[data-v-dee0f138] .el-rate__item{cursor:pointer;display:inline-block;vertical-align:middle;font-size:0;position:relative}.main-content .el-table .el-rate[data-v-dee0f138] .el-rate__item .el-rate__icon{margin:0 3px;color:#c0c4cc;display:inline-block;font-size:18px;position:relative;-webkit-transition:.3s;transition:.3s}.el-breadcrumb[data-v-48a7cf82] .el-breadcrumb__separator{margin:0 9px;color:#333;font-weight:500;display:none}.el-breadcrumb[data-v-48a7cf82] .el-breadcrumb__inner a{color:#333;display:none}.el-breadcrumb[data-v-48a7cf82] .el-breadcrumb__inner{color:#00acc1;font-weight:600;display:inline-block}.editor{line-height:normal!important}.ql-snow .ql-tooltip[data-mode=link]:before{content:"请输入链接地址:"}.ql-snow .ql-tooltip.ql-editing a.ql-action:after{border-right:0;content:"保存";padding-right:0}.ql-snow .ql-tooltip[data-mode=video]:before{content:"请输入视频地址:"}.ql-container{height:400px}.ql-snow .ql-picker.ql-size .ql-picker-item:before,.ql-snow .ql-picker.ql-size .ql-picker-label:before{content:"14px"}.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=small]:before,.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=small]:before{content:"10px"}.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=large]:before,.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=large]:before{content:"18px"}.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=huge]:before,.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=huge]:before{content:"32px"}.ql-snow .ql-picker.ql-header .ql-picker-item:before,.ql-snow .ql-picker.ql-header .ql-picker-label:before{content:"文本"}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="1"]:before,.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="1"]:before{content:"标题1"}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="2"]:before,.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="2"]:before{content:"标题2"}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="3"]:before,.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="3"]:before{content:"标题3"}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="4"]:before,.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="4"]:before{content:"标题4"}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="5"]:before,.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="5"]:before{content:"标题5"}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="6"]:before,.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="6"]:before{content:"标题6"}.ql-snow .ql-picker.ql-font .ql-picker-item:before,.ql-snow .ql-picker.ql-font .ql-picker-label:before{content:"标准字体"}.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=serif]:before,.ql-snow .ql-picker.ql-font .ql-picker-label[data-value=serif]:before{content:"衬线字体"}.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=monospace]:before,.ql-snow .ql-picker.ql-font .ql-picker-label[data-value=monospace]:before{content:"等宽字体"}.svg-icon[data-v-53ff2da0]{width:1em;height:1em;vertical-align:-.15em;fill:currentColor;overflow:hidden} \ No newline at end of file diff --git a/src/main/resources/admin/admin/dist/css/chunk-vendors.1f0a25b2.css b/src/main/resources/admin/admin/dist/css/chunk-vendors.1f0a25b2.css new file mode 100644 index 0000000..29f23dc --- /dev/null +++ b/src/main/resources/admin/admin/dist/css/chunk-vendors.1f0a25b2.css @@ -0,0 +1,20 @@ +/*! + * Quill Editor v1.3.7 + * https://quilljs.com/ + * Copyright (c) 2014, Jason Chen + * Copyright (c) 2013, salesforce.com + */ + +/*! + * Quill Editor v1.3.7 + * https://quilljs.com/ + * Copyright (c) 2014, Jason Chen + * Copyright (c) 2013, salesforce.com + */.ql-snow.ql-toolbar:after,.ql-snow .ql-toolbar:after{clear:both;content:"";display:table}.ql-snow.ql-toolbar button,.ql-snow .ql-toolbar button{background:none;border:none;cursor:pointer;display:inline-block;float:left;height:24px;padding:3px 5px;width:28px}.ql-snow.ql-toolbar button svg,.ql-snow .ql-toolbar button svg{float:left;height:100%}.ql-snow.ql-toolbar button:active:hover,.ql-snow .ql-toolbar button:active:hover{outline:none}.ql-snow.ql-toolbar input.ql-image[type=file],.ql-snow .ql-toolbar input.ql-image[type=file]{display:none}.ql-snow.ql-toolbar .ql-picker-item.ql-selected,.ql-snow .ql-toolbar .ql-picker-item.ql-selected,.ql-snow.ql-toolbar .ql-picker-item:hover,.ql-snow .ql-toolbar .ql-picker-item:hover,.ql-snow.ql-toolbar .ql-picker-label.ql-active,.ql-snow .ql-toolbar .ql-picker-label.ql-active,.ql-snow.ql-toolbar .ql-picker-label:hover,.ql-snow .ql-toolbar .ql-picker-label:hover,.ql-snow.ql-toolbar button.ql-active,.ql-snow .ql-toolbar button.ql-active,.ql-snow.ql-toolbar button:focus,.ql-snow .ql-toolbar button:focus,.ql-snow.ql-toolbar button:hover,.ql-snow .ql-toolbar button:hover{color:#06c}.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-fill,.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-fill,.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke.ql-fill,.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke.ql-fill,.ql-snow.ql-toolbar .ql-picker-item:hover .ql-fill,.ql-snow .ql-toolbar .ql-picker-item:hover .ql-fill,.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke.ql-fill,.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke.ql-fill,.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-fill,.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-fill,.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke.ql-fill,.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke.ql-fill,.ql-snow.ql-toolbar .ql-picker-label:hover .ql-fill,.ql-snow .ql-toolbar .ql-picker-label:hover .ql-fill,.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke.ql-fill,.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke.ql-fill,.ql-snow.ql-toolbar button.ql-active .ql-fill,.ql-snow .ql-toolbar button.ql-active .ql-fill,.ql-snow.ql-toolbar button.ql-active .ql-stroke.ql-fill,.ql-snow .ql-toolbar button.ql-active .ql-stroke.ql-fill,.ql-snow.ql-toolbar button:focus .ql-fill,.ql-snow .ql-toolbar button:focus .ql-fill,.ql-snow.ql-toolbar button:focus .ql-stroke.ql-fill,.ql-snow .ql-toolbar button:focus .ql-stroke.ql-fill,.ql-snow.ql-toolbar button:hover .ql-fill,.ql-snow .ql-toolbar button:hover .ql-fill,.ql-snow.ql-toolbar button:hover .ql-stroke.ql-fill,.ql-snow .ql-toolbar button:hover .ql-stroke.ql-fill{fill:#06c}.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke,.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke,.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter,.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter,.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke,.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke,.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke-miter,.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke-miter,.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke,.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke,.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter,.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter,.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke,.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke,.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke-miter,.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke-miter,.ql-snow.ql-toolbar button.ql-active .ql-stroke,.ql-snow .ql-toolbar button.ql-active .ql-stroke,.ql-snow.ql-toolbar button.ql-active .ql-stroke-miter,.ql-snow .ql-toolbar button.ql-active .ql-stroke-miter,.ql-snow.ql-toolbar button:focus .ql-stroke,.ql-snow .ql-toolbar button:focus .ql-stroke,.ql-snow.ql-toolbar button:focus .ql-stroke-miter,.ql-snow .ql-toolbar button:focus .ql-stroke-miter,.ql-snow.ql-toolbar button:hover .ql-stroke,.ql-snow .ql-toolbar button:hover .ql-stroke,.ql-snow.ql-toolbar button:hover .ql-stroke-miter,.ql-snow .ql-toolbar button:hover .ql-stroke-miter{stroke:#06c}@media (pointer:coarse){.ql-snow.ql-toolbar button:hover:not(.ql-active),.ql-snow .ql-toolbar button:hover:not(.ql-active){color:#444}.ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-fill,.ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-fill,.ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke.ql-fill,.ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke.ql-fill{fill:#444}.ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke,.ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke,.ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke-miter,.ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke-miter{stroke:#444}}.ql-snow,.ql-snow *{-webkit-box-sizing:border-box;box-sizing:border-box}.ql-snow .ql-hidden{display:none}.ql-snow .ql-out-bottom,.ql-snow .ql-out-top{visibility:hidden}.ql-snow .ql-tooltip{position:absolute;-webkit-transform:translateY(10px);transform:translateY(10px)}.ql-snow .ql-tooltip a{cursor:pointer;text-decoration:none}.ql-snow .ql-tooltip.ql-flip{-webkit-transform:translateY(-10px);transform:translateY(-10px)}.ql-snow .ql-formats{display:inline-block;vertical-align:middle}.ql-snow .ql-formats:after{clear:both;content:"";display:table}.ql-snow .ql-stroke{fill:none;stroke:#444;stroke-linecap:round;stroke-linejoin:round;stroke-width:2}.ql-snow .ql-stroke-miter{fill:none;stroke:#444;stroke-miterlimit:10;stroke-width:2}.ql-snow .ql-fill,.ql-snow .ql-stroke.ql-fill{fill:#444}.ql-snow .ql-empty{fill:none}.ql-snow .ql-even{fill-rule:evenodd}.ql-snow .ql-stroke.ql-thin,.ql-snow .ql-thin{stroke-width:1}.ql-snow .ql-transparent{opacity:.4}.ql-snow .ql-direction svg:last-child{display:none}.ql-snow .ql-direction.ql-active svg:last-child{display:inline}.ql-snow .ql-direction.ql-active svg:first-child{display:none}.ql-snow .ql-editor h1{font-size:2em}.ql-snow .ql-editor h2{font-size:1.5em}.ql-snow .ql-editor h3{font-size:1.17em}.ql-snow .ql-editor h4{font-size:1em}.ql-snow .ql-editor h5{font-size:.83em}.ql-snow .ql-editor h6{font-size:.67em}.ql-snow .ql-editor a{text-decoration:underline}.ql-snow .ql-editor blockquote{border-left:4px solid #ccc;margin-bottom:5px;margin-top:5px;padding-left:16px}.ql-snow .ql-editor code,.ql-snow .ql-editor pre{background-color:#f0f0f0;border-radius:3px}.ql-snow .ql-editor pre{white-space:pre-wrap;margin-bottom:5px;margin-top:5px;padding:5px 10px}.ql-snow .ql-editor code{font-size:85%;padding:2px 4px}.ql-snow .ql-editor pre.ql-syntax{background-color:#23241f;color:#f8f8f2;overflow:visible}.ql-snow .ql-editor img{max-width:100%}.ql-snow .ql-picker{color:#444;display:inline-block;float:left;font-size:14px;font-weight:500;height:24px;position:relative;vertical-align:middle}.ql-snow .ql-picker-label{cursor:pointer;display:inline-block;height:100%;padding-left:8px;padding-right:2px;position:relative;width:100%}.ql-snow .ql-picker-label:before{display:inline-block;line-height:22px}.ql-snow .ql-picker-options{background-color:#fff;display:none;min-width:100%;padding:4px 8px;position:absolute;white-space:nowrap}.ql-snow .ql-picker-options .ql-picker-item{cursor:pointer;display:block;padding-bottom:5px;padding-top:5px}.ql-snow .ql-picker.ql-expanded .ql-picker-label{color:#ccc;z-index:2}.ql-snow .ql-picker.ql-expanded .ql-picker-label .ql-fill{fill:#ccc}.ql-snow .ql-picker.ql-expanded .ql-picker-label .ql-stroke{stroke:#ccc}.ql-snow .ql-picker.ql-expanded .ql-picker-options{display:block;margin-top:-1px;top:100%;z-index:1}.ql-snow .ql-color-picker,.ql-snow .ql-icon-picker{width:28px}.ql-snow .ql-color-picker .ql-picker-label,.ql-snow .ql-icon-picker .ql-picker-label{padding:2px 4px}.ql-snow .ql-color-picker .ql-picker-label svg,.ql-snow .ql-icon-picker .ql-picker-label svg{right:4px}.ql-snow .ql-icon-picker .ql-picker-options{padding:4px 0}.ql-snow .ql-icon-picker .ql-picker-item{height:24px;width:24px;padding:2px 4px}.ql-snow .ql-color-picker .ql-picker-options{padding:3px 5px;width:152px}.ql-snow .ql-color-picker .ql-picker-item{border:1px solid transparent;float:left;height:16px;margin:2px;padding:0;width:16px}.ql-snow .ql-picker:not(.ql-color-picker):not(.ql-icon-picker) svg{position:absolute;margin-top:-9px;right:0;top:50%;width:18px}.ql-snow .ql-picker.ql-font .ql-picker-item[data-label]:not([data-label=""]):before,.ql-snow .ql-picker.ql-font .ql-picker-label[data-label]:not([data-label=""]):before,.ql-snow .ql-picker.ql-header .ql-picker-item[data-label]:not([data-label=""]):before,.ql-snow .ql-picker.ql-header .ql-picker-label[data-label]:not([data-label=""]):before,.ql-snow .ql-picker.ql-size .ql-picker-item[data-label]:not([data-label=""]):before,.ql-snow .ql-picker.ql-size .ql-picker-label[data-label]:not([data-label=""]):before{content:attr(data-label)}.ql-snow .ql-picker.ql-header{width:98px}.ql-snow .ql-picker.ql-header .ql-picker-item:before,.ql-snow .ql-picker.ql-header .ql-picker-label:before{content:"Normal"}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="1"]:before,.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="1"]:before{content:"Heading 1"}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="2"]:before,.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="2"]:before{content:"Heading 2"}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="3"]:before,.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="3"]:before{content:"Heading 3"}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="4"]:before,.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="4"]:before{content:"Heading 4"}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="5"]:before,.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="5"]:before{content:"Heading 5"}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="6"]:before,.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="6"]:before{content:"Heading 6"}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="1"]:before{font-size:2em}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="2"]:before{font-size:1.5em}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="3"]:before{font-size:1.17em}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="4"]:before{font-size:1em}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="5"]:before{font-size:.83em}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="6"]:before{font-size:.67em}.ql-snow .ql-picker.ql-font{width:108px}.ql-snow .ql-picker.ql-font .ql-picker-item:before,.ql-snow .ql-picker.ql-font .ql-picker-label:before{content:"Sans Serif"}.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=serif]:before,.ql-snow .ql-picker.ql-font .ql-picker-label[data-value=serif]:before{content:"Serif"}.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=monospace]:before,.ql-snow .ql-picker.ql-font .ql-picker-label[data-value=monospace]:before{content:"Monospace"}.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=serif]:before{font-family:Georgia,Times New Roman,serif}.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=monospace]:before{font-family:Monaco,Courier New,monospace}.ql-snow .ql-picker.ql-size{width:98px}.ql-snow .ql-picker.ql-size .ql-picker-item:before,.ql-snow .ql-picker.ql-size .ql-picker-label:before{content:"Normal"}.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=small]:before,.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=small]:before{content:"Small"}.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=large]:before,.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=large]:before{content:"Large"}.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=huge]:before,.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=huge]:before{content:"Huge"}.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=small]:before{font-size:10px}.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=large]:before{font-size:18px}.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=huge]:before{font-size:32px}.ql-snow .ql-color-picker.ql-background .ql-picker-item{background-color:#fff}.ql-snow .ql-color-picker.ql-color .ql-picker-item{background-color:#000}.ql-toolbar.ql-snow{border:1px solid #ccc;-webkit-box-sizing:border-box;box-sizing:border-box;font-family:Helvetica Neue,Helvetica,Arial,sans-serif;padding:8px}.ql-toolbar.ql-snow .ql-formats{margin-right:15px}.ql-toolbar.ql-snow .ql-picker-label{border:1px solid transparent}.ql-toolbar.ql-snow .ql-picker-options{border:1px solid transparent;-webkit-box-shadow:rgba(0,0,0,.2) 0 2px 8px;box-shadow:0 2px 8px rgba(0,0,0,.2)}.ql-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-label,.ql-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-options{border-color:#ccc}.ql-toolbar.ql-snow .ql-color-picker .ql-picker-item.ql-selected,.ql-toolbar.ql-snow .ql-color-picker .ql-picker-item:hover{border-color:#000}.ql-toolbar.ql-snow+.ql-container.ql-snow{border-top:0}.ql-snow .ql-tooltip{background-color:#fff;border:1px solid #ccc;-webkit-box-shadow:0 0 5px #ddd;box-shadow:0 0 5px #ddd;color:#444;padding:5px 12px;white-space:nowrap}.ql-snow .ql-tooltip:before{content:"Visit URL:";line-height:26px;margin-right:8px}.ql-snow .ql-tooltip input[type=text]{display:none;border:1px solid #ccc;font-size:13px;height:26px;margin:0;padding:3px 5px;width:170px}.ql-snow .ql-tooltip a.ql-preview{display:inline-block;max-width:200px;overflow-x:hidden;text-overflow:ellipsis;vertical-align:top}.ql-snow .ql-tooltip a.ql-action:after{border-right:1px solid #ccc;content:"Edit";margin-left:16px;padding-right:8px}.ql-snow .ql-tooltip a.ql-remove:before{content:"Remove";margin-left:8px}.ql-snow .ql-tooltip a{line-height:26px}.ql-snow .ql-tooltip.ql-editing a.ql-preview,.ql-snow .ql-tooltip.ql-editing a.ql-remove{display:none}.ql-snow .ql-tooltip.ql-editing input[type=text]{display:inline-block}.ql-snow .ql-tooltip.ql-editing a.ql-action:after{border-right:0;content:"Save";padding-right:0}.ql-snow .ql-tooltip[data-mode=link]:before{content:"Enter link:"}.ql-snow .ql-tooltip[data-mode=formula]:before{content:"Enter formula:"}.ql-snow .ql-tooltip[data-mode=video]:before{content:"Enter video:"}.ql-snow a{color:#06c}.ql-container.ql-snow{border:1px solid #ccc} + +/*! + * Quill Editor v1.3.7 + * https://quilljs.com/ + * Copyright (c) 2014, Jason Chen + * Copyright (c) 2013, salesforce.com + */.ql-container{-webkit-box-sizing:border-box;box-sizing:border-box;font-family:Helvetica,Arial,sans-serif;font-size:13px;height:100%;margin:0;position:relative}.ql-container.ql-disabled .ql-tooltip{visibility:hidden}.ql-container.ql-disabled .ql-editor ul[data-checked]>li:before{pointer-events:none}.ql-clipboard{left:-100000px;height:1px;overflow-y:hidden;position:absolute;top:50%}.ql-clipboard p{margin:0;padding:0}.ql-editor{-webkit-box-sizing:border-box;box-sizing:border-box;line-height:1.42;height:100%;outline:none;overflow-y:auto;padding:12px 15px;-o-tab-size:4;tab-size:4;-moz-tab-size:4;text-align:left;white-space:pre-wrap;word-wrap:break-word}.ql-editor>*{cursor:text}.ql-editor blockquote,.ql-editor h1,.ql-editor h2,.ql-editor h3,.ql-editor h4,.ql-editor h5,.ql-editor h6,.ql-editor ol,.ql-editor p,.ql-editor pre,.ql-editor ul{margin:0;padding:0;counter-reset:list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9}.ql-editor ol,.ql-editor ul{padding-left:1.5em}.ql-editor ol>li,.ql-editor ul>li{list-style-type:none}.ql-editor ul>li:before{content:"\2022"}.ql-editor ul[data-checked=false],.ql-editor ul[data-checked=true]{pointer-events:none}.ql-editor ul[data-checked=false]>li *,.ql-editor ul[data-checked=true]>li *{pointer-events:all}.ql-editor ul[data-checked=false]>li:before,.ql-editor ul[data-checked=true]>li:before{color:#777;cursor:pointer;pointer-events:all}.ql-editor ul[data-checked=true]>li:before{content:"\2611"}.ql-editor ul[data-checked=false]>li:before{content:"\2610"}.ql-editor li:before{display:inline-block;white-space:nowrap;width:1.2em}.ql-editor li:not(.ql-direction-rtl):before{margin-left:-1.5em;margin-right:.3em;text-align:right}.ql-editor li.ql-direction-rtl:before{margin-left:.3em;margin-right:-1.5em}.ql-editor ol li:not(.ql-direction-rtl),.ql-editor ul li:not(.ql-direction-rtl){padding-left:1.5em}.ql-editor ol li.ql-direction-rtl,.ql-editor ul li.ql-direction-rtl{padding-right:1.5em}.ql-editor ol li{counter-reset:list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;counter-increment:list-0}.ql-editor ol li:before{content:counter(list-0,decimal) ". "}.ql-editor ol li.ql-indent-1{counter-increment:list-1}.ql-editor ol li.ql-indent-1:before{content:counter(list-1,lower-alpha) ". "}.ql-editor ol li.ql-indent-1{counter-reset:list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9}.ql-editor ol li.ql-indent-2{counter-increment:list-2}.ql-editor ol li.ql-indent-2:before{content:counter(list-2,lower-roman) ". "}.ql-editor ol li.ql-indent-2{counter-reset:list-3 list-4 list-5 list-6 list-7 list-8 list-9}.ql-editor ol li.ql-indent-3{counter-increment:list-3}.ql-editor ol li.ql-indent-3:before{content:counter(list-3,decimal) ". "}.ql-editor ol li.ql-indent-3{counter-reset:list-4 list-5 list-6 list-7 list-8 list-9}.ql-editor ol li.ql-indent-4{counter-increment:list-4}.ql-editor ol li.ql-indent-4:before{content:counter(list-4,lower-alpha) ". "}.ql-editor ol li.ql-indent-4{counter-reset:list-5 list-6 list-7 list-8 list-9}.ql-editor ol li.ql-indent-5{counter-increment:list-5}.ql-editor ol li.ql-indent-5:before{content:counter(list-5,lower-roman) ". "}.ql-editor ol li.ql-indent-5{counter-reset:list-6 list-7 list-8 list-9}.ql-editor ol li.ql-indent-6{counter-increment:list-6}.ql-editor ol li.ql-indent-6:before{content:counter(list-6,decimal) ". "}.ql-editor ol li.ql-indent-6{counter-reset:list-7 list-8 list-9}.ql-editor ol li.ql-indent-7{counter-increment:list-7}.ql-editor ol li.ql-indent-7:before{content:counter(list-7,lower-alpha) ". "}.ql-editor ol li.ql-indent-7{counter-reset:list-8 list-9}.ql-editor ol li.ql-indent-8{counter-increment:list-8}.ql-editor ol li.ql-indent-8:before{content:counter(list-8,lower-roman) ". "}.ql-editor ol li.ql-indent-8{counter-reset:list-9}.ql-editor ol li.ql-indent-9{counter-increment:list-9}.ql-editor ol li.ql-indent-9:before{content:counter(list-9,decimal) ". "}.ql-editor .ql-indent-1:not(.ql-direction-rtl){padding-left:3em}.ql-editor li.ql-indent-1:not(.ql-direction-rtl){padding-left:4.5em}.ql-editor .ql-indent-1.ql-direction-rtl.ql-align-right{padding-right:3em}.ql-editor li.ql-indent-1.ql-direction-rtl.ql-align-right{padding-right:4.5em}.ql-editor .ql-indent-2:not(.ql-direction-rtl){padding-left:6em}.ql-editor li.ql-indent-2:not(.ql-direction-rtl){padding-left:7.5em}.ql-editor .ql-indent-2.ql-direction-rtl.ql-align-right{padding-right:6em}.ql-editor li.ql-indent-2.ql-direction-rtl.ql-align-right{padding-right:7.5em}.ql-editor .ql-indent-3:not(.ql-direction-rtl){padding-left:9em}.ql-editor li.ql-indent-3:not(.ql-direction-rtl){padding-left:10.5em}.ql-editor .ql-indent-3.ql-direction-rtl.ql-align-right{padding-right:9em}.ql-editor li.ql-indent-3.ql-direction-rtl.ql-align-right{padding-right:10.5em}.ql-editor .ql-indent-4:not(.ql-direction-rtl){padding-left:12em}.ql-editor li.ql-indent-4:not(.ql-direction-rtl){padding-left:13.5em}.ql-editor .ql-indent-4.ql-direction-rtl.ql-align-right{padding-right:12em}.ql-editor li.ql-indent-4.ql-direction-rtl.ql-align-right{padding-right:13.5em}.ql-editor .ql-indent-5:not(.ql-direction-rtl){padding-left:15em}.ql-editor li.ql-indent-5:not(.ql-direction-rtl){padding-left:16.5em}.ql-editor .ql-indent-5.ql-direction-rtl.ql-align-right{padding-right:15em}.ql-editor li.ql-indent-5.ql-direction-rtl.ql-align-right{padding-right:16.5em}.ql-editor .ql-indent-6:not(.ql-direction-rtl){padding-left:18em}.ql-editor li.ql-indent-6:not(.ql-direction-rtl){padding-left:19.5em}.ql-editor .ql-indent-6.ql-direction-rtl.ql-align-right{padding-right:18em}.ql-editor li.ql-indent-6.ql-direction-rtl.ql-align-right{padding-right:19.5em}.ql-editor .ql-indent-7:not(.ql-direction-rtl){padding-left:21em}.ql-editor li.ql-indent-7:not(.ql-direction-rtl){padding-left:22.5em}.ql-editor .ql-indent-7.ql-direction-rtl.ql-align-right{padding-right:21em}.ql-editor li.ql-indent-7.ql-direction-rtl.ql-align-right{padding-right:22.5em}.ql-editor .ql-indent-8:not(.ql-direction-rtl){padding-left:24em}.ql-editor li.ql-indent-8:not(.ql-direction-rtl){padding-left:25.5em}.ql-editor .ql-indent-8.ql-direction-rtl.ql-align-right{padding-right:24em}.ql-editor li.ql-indent-8.ql-direction-rtl.ql-align-right{padding-right:25.5em}.ql-editor .ql-indent-9:not(.ql-direction-rtl){padding-left:27em}.ql-editor li.ql-indent-9:not(.ql-direction-rtl){padding-left:28.5em}.ql-editor .ql-indent-9.ql-direction-rtl.ql-align-right{padding-right:27em}.ql-editor li.ql-indent-9.ql-direction-rtl.ql-align-right{padding-right:28.5em}.ql-editor .ql-video{display:block;max-width:100%}.ql-editor .ql-video.ql-align-center{margin:0 auto}.ql-editor .ql-video.ql-align-right{margin:0 0 0 auto}.ql-editor .ql-bg-black{background-color:#000}.ql-editor .ql-bg-red{background-color:#e60000}.ql-editor .ql-bg-orange{background-color:#f90}.ql-editor .ql-bg-yellow{background-color:#ff0}.ql-editor .ql-bg-green{background-color:#008a00}.ql-editor .ql-bg-blue{background-color:#06c}.ql-editor .ql-bg-purple{background-color:#93f}.ql-editor .ql-color-white{color:#fff}.ql-editor .ql-color-red{color:#e60000}.ql-editor .ql-color-orange{color:#f90}.ql-editor .ql-color-yellow{color:#ff0}.ql-editor .ql-color-green{color:#008a00}.ql-editor .ql-color-blue{color:#06c}.ql-editor .ql-color-purple{color:#93f}.ql-editor .ql-font-serif{font-family:Georgia,Times New Roman,serif}.ql-editor .ql-font-monospace{font-family:Monaco,Courier New,monospace}.ql-editor .ql-size-small{font-size:.75em}.ql-editor .ql-size-large{font-size:1.5em}.ql-editor .ql-size-huge{font-size:2.5em}.ql-editor .ql-direction-rtl{direction:rtl;text-align:inherit}.ql-editor .ql-align-center{text-align:center}.ql-editor .ql-align-justify{text-align:justify}.ql-editor .ql-align-right{text-align:right}.ql-editor.ql-blank:before{color:rgba(0,0,0,.6);content:attr(data-placeholder);font-style:italic;left:15px;pointer-events:none;position:absolute;right:15px}.ql-bubble.ql-toolbar:after,.ql-bubble .ql-toolbar:after{clear:both;content:"";display:table}.ql-bubble.ql-toolbar button,.ql-bubble .ql-toolbar button{background:none;border:none;cursor:pointer;display:inline-block;float:left;height:24px;padding:3px 5px;width:28px}.ql-bubble.ql-toolbar button svg,.ql-bubble .ql-toolbar button svg{float:left;height:100%}.ql-bubble.ql-toolbar button:active:hover,.ql-bubble .ql-toolbar button:active:hover{outline:none}.ql-bubble.ql-toolbar input.ql-image[type=file],.ql-bubble .ql-toolbar input.ql-image[type=file]{display:none}.ql-bubble.ql-toolbar .ql-picker-item.ql-selected,.ql-bubble .ql-toolbar .ql-picker-item.ql-selected,.ql-bubble.ql-toolbar .ql-picker-item:hover,.ql-bubble .ql-toolbar .ql-picker-item:hover,.ql-bubble.ql-toolbar .ql-picker-label.ql-active,.ql-bubble .ql-toolbar .ql-picker-label.ql-active,.ql-bubble.ql-toolbar .ql-picker-label:hover,.ql-bubble .ql-toolbar .ql-picker-label:hover,.ql-bubble.ql-toolbar button.ql-active,.ql-bubble .ql-toolbar button.ql-active,.ql-bubble.ql-toolbar button:focus,.ql-bubble .ql-toolbar button:focus,.ql-bubble.ql-toolbar button:hover,.ql-bubble .ql-toolbar button:hover{color:#fff}.ql-bubble.ql-toolbar .ql-picker-item.ql-selected .ql-fill,.ql-bubble .ql-toolbar .ql-picker-item.ql-selected .ql-fill,.ql-bubble.ql-toolbar .ql-picker-item.ql-selected .ql-stroke.ql-fill,.ql-bubble .ql-toolbar .ql-picker-item.ql-selected .ql-stroke.ql-fill,.ql-bubble.ql-toolbar .ql-picker-item:hover .ql-fill,.ql-bubble .ql-toolbar .ql-picker-item:hover .ql-fill,.ql-bubble.ql-toolbar .ql-picker-item:hover .ql-stroke.ql-fill,.ql-bubble .ql-toolbar .ql-picker-item:hover .ql-stroke.ql-fill,.ql-bubble.ql-toolbar .ql-picker-label.ql-active .ql-fill,.ql-bubble .ql-toolbar .ql-picker-label.ql-active .ql-fill,.ql-bubble.ql-toolbar .ql-picker-label.ql-active .ql-stroke.ql-fill,.ql-bubble .ql-toolbar .ql-picker-label.ql-active .ql-stroke.ql-fill,.ql-bubble.ql-toolbar .ql-picker-label:hover .ql-fill,.ql-bubble .ql-toolbar .ql-picker-label:hover .ql-fill,.ql-bubble.ql-toolbar .ql-picker-label:hover .ql-stroke.ql-fill,.ql-bubble .ql-toolbar .ql-picker-label:hover .ql-stroke.ql-fill,.ql-bubble.ql-toolbar button.ql-active .ql-fill,.ql-bubble .ql-toolbar button.ql-active .ql-fill,.ql-bubble.ql-toolbar button.ql-active .ql-stroke.ql-fill,.ql-bubble .ql-toolbar button.ql-active .ql-stroke.ql-fill,.ql-bubble.ql-toolbar button:focus .ql-fill,.ql-bubble .ql-toolbar button:focus .ql-fill,.ql-bubble.ql-toolbar button:focus .ql-stroke.ql-fill,.ql-bubble .ql-toolbar button:focus .ql-stroke.ql-fill,.ql-bubble.ql-toolbar button:hover .ql-fill,.ql-bubble .ql-toolbar button:hover .ql-fill,.ql-bubble.ql-toolbar button:hover .ql-stroke.ql-fill,.ql-bubble .ql-toolbar button:hover .ql-stroke.ql-fill{fill:#fff}.ql-bubble.ql-toolbar .ql-picker-item.ql-selected .ql-stroke,.ql-bubble .ql-toolbar .ql-picker-item.ql-selected .ql-stroke,.ql-bubble.ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter,.ql-bubble .ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter,.ql-bubble.ql-toolbar .ql-picker-item:hover .ql-stroke,.ql-bubble .ql-toolbar .ql-picker-item:hover .ql-stroke,.ql-bubble.ql-toolbar .ql-picker-item:hover .ql-stroke-miter,.ql-bubble .ql-toolbar .ql-picker-item:hover .ql-stroke-miter,.ql-bubble.ql-toolbar .ql-picker-label.ql-active .ql-stroke,.ql-bubble .ql-toolbar .ql-picker-label.ql-active .ql-stroke,.ql-bubble.ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter,.ql-bubble .ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter,.ql-bubble.ql-toolbar .ql-picker-label:hover .ql-stroke,.ql-bubble .ql-toolbar .ql-picker-label:hover .ql-stroke,.ql-bubble.ql-toolbar .ql-picker-label:hover .ql-stroke-miter,.ql-bubble .ql-toolbar .ql-picker-label:hover .ql-stroke-miter,.ql-bubble.ql-toolbar button.ql-active .ql-stroke,.ql-bubble .ql-toolbar button.ql-active .ql-stroke,.ql-bubble.ql-toolbar button.ql-active .ql-stroke-miter,.ql-bubble .ql-toolbar button.ql-active .ql-stroke-miter,.ql-bubble.ql-toolbar button:focus .ql-stroke,.ql-bubble .ql-toolbar button:focus .ql-stroke,.ql-bubble.ql-toolbar button:focus .ql-stroke-miter,.ql-bubble .ql-toolbar button:focus .ql-stroke-miter,.ql-bubble.ql-toolbar button:hover .ql-stroke,.ql-bubble .ql-toolbar button:hover .ql-stroke,.ql-bubble.ql-toolbar button:hover .ql-stroke-miter,.ql-bubble .ql-toolbar button:hover .ql-stroke-miter{stroke:#fff}@media (pointer:coarse){.ql-bubble.ql-toolbar button:hover:not(.ql-active),.ql-bubble .ql-toolbar button:hover:not(.ql-active){color:#ccc}.ql-bubble.ql-toolbar button:hover:not(.ql-active) .ql-fill,.ql-bubble .ql-toolbar button:hover:not(.ql-active) .ql-fill,.ql-bubble.ql-toolbar button:hover:not(.ql-active) .ql-stroke.ql-fill,.ql-bubble .ql-toolbar button:hover:not(.ql-active) .ql-stroke.ql-fill{fill:#ccc}.ql-bubble.ql-toolbar button:hover:not(.ql-active) .ql-stroke,.ql-bubble .ql-toolbar button:hover:not(.ql-active) .ql-stroke,.ql-bubble.ql-toolbar button:hover:not(.ql-active) .ql-stroke-miter,.ql-bubble .ql-toolbar button:hover:not(.ql-active) .ql-stroke-miter{stroke:#ccc}}.ql-bubble,.ql-bubble *{-webkit-box-sizing:border-box;box-sizing:border-box}.ql-bubble .ql-hidden{display:none}.ql-bubble .ql-out-bottom,.ql-bubble .ql-out-top{visibility:hidden}.ql-bubble .ql-tooltip{position:absolute;-webkit-transform:translateY(10px);transform:translateY(10px)}.ql-bubble .ql-tooltip a{cursor:pointer;text-decoration:none}.ql-bubble .ql-tooltip.ql-flip{-webkit-transform:translateY(-10px);transform:translateY(-10px)}.ql-bubble .ql-formats{display:inline-block;vertical-align:middle}.ql-bubble .ql-formats:after{clear:both;content:"";display:table}.ql-bubble .ql-stroke{fill:none;stroke:#ccc;stroke-linecap:round;stroke-linejoin:round;stroke-width:2}.ql-bubble .ql-stroke-miter{fill:none;stroke:#ccc;stroke-miterlimit:10;stroke-width:2}.ql-bubble .ql-fill,.ql-bubble .ql-stroke.ql-fill{fill:#ccc}.ql-bubble .ql-empty{fill:none}.ql-bubble .ql-even{fill-rule:evenodd}.ql-bubble .ql-stroke.ql-thin,.ql-bubble .ql-thin{stroke-width:1}.ql-bubble .ql-transparent{opacity:.4}.ql-bubble .ql-direction svg:last-child{display:none}.ql-bubble .ql-direction.ql-active svg:last-child{display:inline}.ql-bubble .ql-direction.ql-active svg:first-child{display:none}.ql-bubble .ql-editor h1{font-size:2em}.ql-bubble .ql-editor h2{font-size:1.5em}.ql-bubble .ql-editor h3{font-size:1.17em}.ql-bubble .ql-editor h4{font-size:1em}.ql-bubble .ql-editor h5{font-size:.83em}.ql-bubble .ql-editor h6{font-size:.67em}.ql-bubble .ql-editor a{text-decoration:underline}.ql-bubble .ql-editor blockquote{border-left:4px solid #ccc;margin-bottom:5px;margin-top:5px;padding-left:16px}.ql-bubble .ql-editor code,.ql-bubble .ql-editor pre{background-color:#f0f0f0;border-radius:3px}.ql-bubble .ql-editor pre{white-space:pre-wrap;margin-bottom:5px;margin-top:5px;padding:5px 10px}.ql-bubble .ql-editor code{font-size:85%;padding:2px 4px}.ql-bubble .ql-editor pre.ql-syntax{background-color:#23241f;color:#f8f8f2;overflow:visible}.ql-bubble .ql-editor img{max-width:100%}.ql-bubble .ql-picker{color:#ccc;display:inline-block;float:left;font-size:14px;font-weight:500;height:24px;position:relative;vertical-align:middle}.ql-bubble .ql-picker-label{cursor:pointer;display:inline-block;height:100%;padding-left:8px;padding-right:2px;position:relative;width:100%}.ql-bubble .ql-picker-label:before{display:inline-block;line-height:22px}.ql-bubble .ql-picker-options{background-color:#444;display:none;min-width:100%;padding:4px 8px;position:absolute;white-space:nowrap}.ql-bubble .ql-picker-options .ql-picker-item{cursor:pointer;display:block;padding-bottom:5px;padding-top:5px}.ql-bubble .ql-picker.ql-expanded .ql-picker-label{color:#777;z-index:2}.ql-bubble .ql-picker.ql-expanded .ql-picker-label .ql-fill{fill:#777}.ql-bubble .ql-picker.ql-expanded .ql-picker-label .ql-stroke{stroke:#777}.ql-bubble .ql-picker.ql-expanded .ql-picker-options{display:block;margin-top:-1px;top:100%;z-index:1}.ql-bubble .ql-color-picker,.ql-bubble .ql-icon-picker{width:28px}.ql-bubble .ql-color-picker .ql-picker-label,.ql-bubble .ql-icon-picker .ql-picker-label{padding:2px 4px}.ql-bubble .ql-color-picker .ql-picker-label svg,.ql-bubble .ql-icon-picker .ql-picker-label svg{right:4px}.ql-bubble .ql-icon-picker .ql-picker-options{padding:4px 0}.ql-bubble .ql-icon-picker .ql-picker-item{height:24px;width:24px;padding:2px 4px}.ql-bubble .ql-color-picker .ql-picker-options{padding:3px 5px;width:152px}.ql-bubble .ql-color-picker .ql-picker-item{border:1px solid transparent;float:left;height:16px;margin:2px;padding:0;width:16px}.ql-bubble .ql-picker:not(.ql-color-picker):not(.ql-icon-picker) svg{position:absolute;margin-top:-9px;right:0;top:50%;width:18px}.ql-bubble .ql-picker.ql-font .ql-picker-item[data-label]:not([data-label=""]):before,.ql-bubble .ql-picker.ql-font .ql-picker-label[data-label]:not([data-label=""]):before,.ql-bubble .ql-picker.ql-header .ql-picker-item[data-label]:not([data-label=""]):before,.ql-bubble .ql-picker.ql-header .ql-picker-label[data-label]:not([data-label=""]):before,.ql-bubble .ql-picker.ql-size .ql-picker-item[data-label]:not([data-label=""]):before,.ql-bubble .ql-picker.ql-size .ql-picker-label[data-label]:not([data-label=""]):before{content:attr(data-label)}.ql-bubble .ql-picker.ql-header{width:98px}.ql-bubble .ql-picker.ql-header .ql-picker-item:before,.ql-bubble .ql-picker.ql-header .ql-picker-label:before{content:"Normal"}.ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="1"]:before,.ql-bubble .ql-picker.ql-header .ql-picker-label[data-value="1"]:before{content:"Heading 1"}.ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="2"]:before,.ql-bubble .ql-picker.ql-header .ql-picker-label[data-value="2"]:before{content:"Heading 2"}.ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="3"]:before,.ql-bubble .ql-picker.ql-header .ql-picker-label[data-value="3"]:before{content:"Heading 3"}.ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="4"]:before,.ql-bubble .ql-picker.ql-header .ql-picker-label[data-value="4"]:before{content:"Heading 4"}.ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="5"]:before,.ql-bubble .ql-picker.ql-header .ql-picker-label[data-value="5"]:before{content:"Heading 5"}.ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="6"]:before,.ql-bubble .ql-picker.ql-header .ql-picker-label[data-value="6"]:before{content:"Heading 6"}.ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="1"]:before{font-size:2em}.ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="2"]:before{font-size:1.5em}.ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="3"]:before{font-size:1.17em}.ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="4"]:before{font-size:1em}.ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="5"]:before{font-size:.83em}.ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="6"]:before{font-size:.67em}.ql-bubble .ql-picker.ql-font{width:108px}.ql-bubble .ql-picker.ql-font .ql-picker-item:before,.ql-bubble .ql-picker.ql-font .ql-picker-label:before{content:"Sans Serif"}.ql-bubble .ql-picker.ql-font .ql-picker-item[data-value=serif]:before,.ql-bubble .ql-picker.ql-font .ql-picker-label[data-value=serif]:before{content:"Serif"}.ql-bubble .ql-picker.ql-font .ql-picker-item[data-value=monospace]:before,.ql-bubble .ql-picker.ql-font .ql-picker-label[data-value=monospace]:before{content:"Monospace"}.ql-bubble .ql-picker.ql-font .ql-picker-item[data-value=serif]:before{font-family:Georgia,Times New Roman,serif}.ql-bubble .ql-picker.ql-font .ql-picker-item[data-value=monospace]:before{font-family:Monaco,Courier New,monospace}.ql-bubble .ql-picker.ql-size{width:98px}.ql-bubble .ql-picker.ql-size .ql-picker-item:before,.ql-bubble .ql-picker.ql-size .ql-picker-label:before{content:"Normal"}.ql-bubble .ql-picker.ql-size .ql-picker-item[data-value=small]:before,.ql-bubble .ql-picker.ql-size .ql-picker-label[data-value=small]:before{content:"Small"}.ql-bubble .ql-picker.ql-size .ql-picker-item[data-value=large]:before,.ql-bubble .ql-picker.ql-size .ql-picker-label[data-value=large]:before{content:"Large"}.ql-bubble .ql-picker.ql-size .ql-picker-item[data-value=huge]:before,.ql-bubble .ql-picker.ql-size .ql-picker-label[data-value=huge]:before{content:"Huge"}.ql-bubble .ql-picker.ql-size .ql-picker-item[data-value=small]:before{font-size:10px}.ql-bubble .ql-picker.ql-size .ql-picker-item[data-value=large]:before{font-size:18px}.ql-bubble .ql-picker.ql-size .ql-picker-item[data-value=huge]:before{font-size:32px}.ql-bubble .ql-color-picker.ql-background .ql-picker-item{background-color:#fff}.ql-bubble .ql-color-picker.ql-color .ql-picker-item{background-color:#000}.ql-bubble .ql-toolbar .ql-formats{margin:8px 12px 8px 0}.ql-bubble .ql-toolbar .ql-formats:first-child{margin-left:12px}.ql-bubble .ql-color-picker svg{margin:1px}.ql-bubble .ql-color-picker .ql-picker-item.ql-selected,.ql-bubble .ql-color-picker .ql-picker-item:hover{border-color:#fff}.ql-bubble .ql-tooltip{background-color:#444;border-radius:25px;color:#fff}.ql-bubble .ql-tooltip-arrow{border-left:6px solid transparent;border-right:6px solid transparent;content:" ";display:block;left:50%;margin-left:-6px;position:absolute}.ql-bubble .ql-tooltip:not(.ql-flip) .ql-tooltip-arrow{border-bottom:6px solid #444;top:-6px}.ql-bubble .ql-tooltip.ql-flip .ql-tooltip-arrow{border-top:6px solid #444;bottom:-6px}.ql-bubble .ql-tooltip.ql-editing .ql-tooltip-editor{display:block}.ql-bubble .ql-tooltip.ql-editing .ql-formats{visibility:hidden}.ql-bubble .ql-tooltip-editor{display:none}.ql-bubble .ql-tooltip-editor input[type=text]{background:transparent;border:none;color:#fff;font-size:13px;height:100%;outline:none;padding:10px 20px;position:absolute;width:100%}.ql-bubble .ql-tooltip-editor a{top:10px;position:absolute;right:20px}.ql-bubble .ql-tooltip-editor a:before{color:#ccc;content:"\D7";font-size:16px;font-weight:700}.ql-container.ql-bubble:not(.ql-disabled) a{position:relative;white-space:nowrap}.ql-container.ql-bubble:not(.ql-disabled) a:before{background-color:#444;border-radius:15px;top:-5px;font-size:12px;color:#fff;content:attr(href);font-weight:400;overflow:hidden;padding:5px 15px;text-decoration:none;z-index:1}.ql-container.ql-bubble:not(.ql-disabled) a:after{border-top:6px solid #444;border-left:6px solid transparent;border-right:6px solid transparent;top:0;content:" ";height:0;width:0}.ql-container.ql-bubble:not(.ql-disabled) a:after,.ql-container.ql-bubble:not(.ql-disabled) a:before{left:0;margin-left:50%;position:absolute;-webkit-transform:translate(-50%,-100%);transform:translate(-50%,-100%);-webkit-transition:visibility 0s ease .2s;transition:visibility 0s ease .2s;visibility:hidden}.ql-container.ql-bubble:not(.ql-disabled) a:hover:after,.ql-container.ql-bubble:not(.ql-disabled) a:hover:before{visibility:visible} \ No newline at end of file diff --git a/src/main/resources/admin/admin/dist/favicon.ico b/src/main/resources/admin/admin/dist/favicon.ico new file mode 100644 index 0000000..df36fcf Binary files /dev/null and b/src/main/resources/admin/admin/dist/favicon.ico differ diff --git a/src/main/resources/admin/admin/dist/fonts/element-icons.535877f5.woff b/src/main/resources/admin/admin/dist/fonts/element-icons.535877f5.woff new file mode 100644 index 0000000..02b9a25 Binary files /dev/null and b/src/main/resources/admin/admin/dist/fonts/element-icons.535877f5.woff differ diff --git a/src/main/resources/admin/admin/dist/fonts/element-icons.732389de.ttf b/src/main/resources/admin/admin/dist/fonts/element-icons.732389de.ttf new file mode 100644 index 0000000..91b74de Binary files /dev/null and b/src/main/resources/admin/admin/dist/fonts/element-icons.732389de.ttf differ diff --git a/src/main/resources/admin/admin/dist/img/404.3648f234.png b/src/main/resources/admin/admin/dist/img/404.3648f234.png new file mode 100644 index 0000000..c82d175 Binary files /dev/null and b/src/main/resources/admin/admin/dist/img/404.3648f234.png differ diff --git a/src/main/resources/admin/admin/dist/img/avator.c58e4651.png b/src/main/resources/admin/admin/dist/img/avator.c58e4651.png new file mode 100644 index 0000000..88526ec Binary files /dev/null and b/src/main/resources/admin/admin/dist/img/avator.c58e4651.png differ diff --git a/src/main/resources/admin/admin/dist/img/zhongguo.20798bfa.png b/src/main/resources/admin/admin/dist/img/zhongguo.20798bfa.png new file mode 100644 index 0000000..fdc7f57 Binary files /dev/null and b/src/main/resources/admin/admin/dist/img/zhongguo.20798bfa.png differ diff --git a/src/main/resources/admin/admin/dist/index.html b/src/main/resources/admin/admin/dist/index.html new file mode 100644 index 0000000..22c5fda --- /dev/null +++ b/src/main/resources/admin/admin/dist/index.html @@ -0,0 +1 @@ +管理端-基于Java Web的车队管理信息系统
\ No newline at end of file diff --git a/src/main/resources/admin/admin/dist/js/app.9a38c2d2.js b/src/main/resources/admin/admin/dist/js/app.9a38c2d2.js new file mode 100644 index 0000000..f5ee8c7 --- /dev/null +++ b/src/main/resources/admin/admin/dist/js/app.9a38c2d2.js @@ -0,0 +1,2 @@ +(function(e){function t(t){for(var i,r,s=t[0],l=t[1],c=t[2],d=0,h=[];d厂商管理2'});r.a.add(s);t["default"]=s},"099f":function(e,t,a){"use strict";a.r(t);var i=a("92f2"),n=a.n(i),o=a("0b74"),r=a.n(o),s=new n.a({id:"icon-inspection",use:"icon-inspection-usage",viewBox:"0 0 113.39 113.39",content:'巡视反馈'});r.a.add(s);t["default"]=s},"0e21":function(e,t,a){"use strict";a.r(t);var i=a("92f2"),n=a.n(i),o=a("0b74"),r=a.n(o),s=new n.a({id:"icon-pests",use:"icon-pests-usage",viewBox:"0 0 113.39 107.68",content:'病虫害反馈'});r.a.add(s);t["default"]=s},"0fc7":function(e,t,a){"use strict";a("c928")},"105a":function(e,t,a){},"12e2":function(e,t,a){"use strict";a.r(t);var i=a("92f2"),n=a.n(i),o=a("0b74"),r=a.n(o),s=new n.a({id:"icon-monitorEquipment",use:"icon-monitorEquipment-usage",viewBox:"0 0 113.39 113.39",content:'监测设备'});r.a.add(s);t["default"]=s},1329:function(e,t,a){"use strict";a.r(t);var i=a("92f2"),n=a.n(i),o=a("0b74"),r=a.n(o),s=new n.a({id:"icon-diseasesinsects",use:"icon-diseasesinsects-usage",viewBox:"0 0 113.39 108.37",content:'病虫害分析'});r.a.add(s);t["default"]=s},1567:function(e,t,a){"use strict";a.r(t);var i=a("92f2"),n=a.n(i),o=a("0b74"),r=a.n(o),s=new n.a({id:"icon-tempFarm",use:"icon-tempFarm-usage",viewBox:"0 0 113.39 113.39",content:'临时农事管理'});r.a.add(s);t["default"]=s},"16c5":function(e,t,a){},"16cd":function(e,t,a){"use strict";a.r(t);var i=a("92f2"),n=a.n(i),o=a("0b74"),r=a.n(o),s=new n.a({id:"icon-firm",use:"icon-firm-usage",viewBox:"0 0 113.43 113.52",content:'厂商管理'});r.a.add(s);t["default"]=s},"1dc1":function(module,__webpack_exports__,__webpack_require__){"use strict";var core_js_modules_es_array_index_of_js__WEBPACK_IMPORTED_MODULE_0__=__webpack_require__("1013"),core_js_modules_es_array_index_of_js__WEBPACK_IMPORTED_MODULE_0___default=__webpack_require__.n(core_js_modules_es_array_index_of_js__WEBPACK_IMPORTED_MODULE_0__),core_js_modules_es_array_push_js__WEBPACK_IMPORTED_MODULE_1__=__webpack_require__("89f0"),core_js_modules_es_array_push_js__WEBPACK_IMPORTED_MODULE_1___default=__webpack_require__.n(core_js_modules_es_array_push_js__WEBPACK_IMPORTED_MODULE_1__),core_js_modules_es_date_to_json_js__WEBPACK_IMPORTED_MODULE_2__=__webpack_require__("fa12"),core_js_modules_es_date_to_json_js__WEBPACK_IMPORTED_MODULE_2___default=__webpack_require__.n(core_js_modules_es_date_to_json_js__WEBPACK_IMPORTED_MODULE_2__),core_js_modules_es_json_stringify_js__WEBPACK_IMPORTED_MODULE_3__=__webpack_require__("22f6"),core_js_modules_es_json_stringify_js__WEBPACK_IMPORTED_MODULE_3___default=__webpack_require__.n(core_js_modules_es_json_stringify_js__WEBPACK_IMPORTED_MODULE_3__),core_js_modules_es_object_keys_js__WEBPACK_IMPORTED_MODULE_4__=__webpack_require__("fda0"),core_js_modules_es_object_keys_js__WEBPACK_IMPORTED_MODULE_4___default=__webpack_require__.n(core_js_modules_es_object_keys_js__WEBPACK_IMPORTED_MODULE_4__),_router_router_static__WEBPACK_IMPORTED_MODULE_5__=__webpack_require__("80e3"),echarts__WEBPACK_IMPORTED_MODULE_6__=__webpack_require__("ef6c");__webpack_exports__["a"]={data:function(){return{line:{backgroundColor:"transparent",yAxis:{axisLabel:{borderType:"solid",rotate:0,padding:0,shadowOffsetX:0,margin:15,backgroundColor:"transparent",borderColor:"#000",shadowOffsetY:0,color:"#333",shadowBlur:0,show:!0,inside:!1,ellipsis:"...",overflow:"none",borderRadius:0,borderWidth:0,width:"",fontSize:12,lineHeight:24,shadowColor:"transparent",fontWeight:"normal",height:""},axisTick:{show:!0,length:5,lineStyle:{shadowOffsetX:0,shadowOffsetY:0,cap:"butt",color:"#333",shadowBlur:0,width:1,type:"solid",opacity:1,shadowColor:"rgba(0,0,0,.5)"},inside:!1},splitLine:{lineStyle:{shadowOffsetX:0,shadowOffsetY:0,cap:"butt",color:"#666",shadowBlur:0,width:1,type:"solid",opacity:1,shadowColor:"rgba(0,0,0,.5)"},show:!0},axisLine:{lineStyle:{shadowOffsetX:0,shadowOffsetY:0,cap:"butt",color:"#333",shadowBlur:0,width:1,type:"solid",opacity:1,shadowColor:"rgba(0,0,0,.5)"},show:!0},splitArea:{show:!1,areaStyle:{shadowOffsetX:0,shadowOffsetY:0,color:"rgba(25,25,25,0.3)",opacity:1,shadowBlur:10,shadowColor:"rgba(0,0,0,.5)"}}},xAxis:{axisLabel:{borderType:"solid",rotate:0,padding:0,shadowOffsetX:0,margin:4,backgroundColor:"transparent",borderColor:"#000",shadowOffsetY:0,color:"#333",shadowBlur:0,show:!0,inside:!1,ellipsis:"...",overflow:"none",borderRadius:0,borderWidth:0,width:"",fontSize:12,lineHeight:24,shadowColor:"transparent",fontWeight:"normal",height:""},axisTick:{show:!0,length:5,lineStyle:{shadowOffsetX:0,shadowOffsetY:0,cap:"butt",color:"#333",shadowBlur:0,width:1,type:"solid",opacity:1,shadowColor:"rgba(0,0,0,.5)"},inside:!1},splitLine:{lineStyle:{shadowOffsetX:0,shadowOffsetY:0,cap:"butt",color:"#333",shadowBlur:0,width:1,type:"solid",opacity:1,shadowColor:"rgba(0,0,0,.5)"},show:!1},axisLine:{lineStyle:{shadowOffsetX:0,shadowOffsetY:0,cap:"butt",color:"#333",shadowBlur:0,width:1,type:"solid",opacity:1,shadowColor:"rgba(0,0,0,.5)"},show:!0},splitArea:{show:!1,areaStyle:{shadowOffsetX:0,shadowOffsetY:0,color:"rgba(25,25,25,.3)",opacity:1,shadowBlur:10,shadowColor:"rgba(0,0,0,.5)"}}},color:["#00acc1","#91cc75","#fac858","#ee6666","#5470c6","#3ba272","#fc8452","#9a60b4","#ea7ccc"],legend:{padding:0,itemGap:10,shadowOffsetX:0,backgroundColor:"transparent",borderColor:"#666",shadowOffsetY:0,orient:"horizontal",shadowBlur:0,bottom:"auto",itemHeight:14,show:!0,icon:"roundRect",itemStyle:{borderType:"solid",shadowOffsetX:0,borderColor:"inherit",shadowOffsetY:0,color:"#333",shadowBlur:0,borderWidth:0,opacity:1,shadowColor:"transparent"},right:"auto",top:"auto",borderRadius:0,lineStyle:{shadowOffsetX:0,shadowOffsetY:0,color:"inherit",shadowBlur:0,width:"auto",type:"inherit",opacity:1,shadowColor:"transparent"},left:"right",borderWidth:0,width:"80%",itemWidth:20,textStyle:{textBorderWidth:0,color:"#333",textShadowColor:"transparent",ellipsis:"...",overflow:"none",fontSize:12,lineHeight:24,textShadowOffsetX:0,textShadowOffsetY:0,textBorderType:"solid",fontWeight:500,textBorderColor:"transparent",textShadowBlur:0},shadowColor:"rgba(0,0,0,.3)",height:"auto"},series:{showSymbol:!0,symbol:"emptyCircle",symbolSize:4},tooltip:{backgroundColor:"#fff",textStyle:{color:"#333"}},title:{borderType:"solid",padding:0,shadowOffsetX:0,backgroundColor:"transparent",borderColor:"#666",shadowOffsetY:0,shadowBlur:0,bottom:"auto",show:!0,right:"auto",top:"auto",borderRadius:0,left:"left",borderWidth:0,textStyle:{textBorderWidth:0,color:"#333",textShadowColor:"transparent",fontSize:14,lineHeight:24,textShadowOffsetX:0,textShadowOffsetY:0,textBorderType:"solid",fontWeight:600,textBorderColor:"#666",textShadowBlur:0},shadowColor:"transparent"}},bar:{backgroundColor:"transparent",yAxis:{axisLabel:{borderType:"solid",rotate:0,padding:0,shadowOffsetX:0,margin:12,backgroundColor:"transparent",borderColor:"#666",shadowOffsetY:0,color:"#333",shadowBlur:0,show:!0,inside:!1,ellipsis:"...",overflow:"none",borderRadius:0,borderWidth:0,width:"",fontSize:12,lineHeight:24,shadowColor:"transparent",fontWeight:"normal",height:""},axisTick:{show:!0,length:5,lineStyle:{shadowOffsetX:0,shadowOffsetY:0,cap:"butt",color:"#333",shadowBlur:0,width:1,type:"solid",opacity:1,shadowColor:"rgba(0,0,0,.5)"},inside:!1},splitLine:{lineStyle:{shadowOffsetX:0,shadowOffsetY:0,cap:"butt",color:"#666",shadowBlur:0,width:1,type:"solid",opacity:1,shadowColor:"rgba(0,0,0,.5)"},show:!0},axisLine:{lineStyle:{shadowOffsetX:0,shadowOffsetY:0,cap:"butt",color:"#333",shadowBlur:0,width:1,type:"solid",opacity:1,shadowColor:"rgba(0,0,0,.5)"},show:!0},splitArea:{show:!1,areaStyle:{shadowOffsetX:0,shadowOffsetY:0,color:"rgba(25,25,25,0.3)",opacity:1,shadowBlur:10,shadowColor:"rgba(0,0,0,.5)"}}},xAxis:{axisLabel:{borderType:"solid",rotate:0,padding:0,shadowOffsetX:0,margin:4,backgroundColor:"transparent",borderColor:"#000",shadowOffsetY:0,color:"#333",shadowBlur:0,show:!0,inside:!1,ellipsis:"...",overflow:"none",borderRadius:0,borderWidth:0,width:"",fontSize:12,lineHeight:24,shadowColor:"transparent",fontWeight:"normal",height:""},axisTick:{show:!0,length:5,lineStyle:{shadowOffsetX:0,shadowOffsetY:0,cap:"butt",color:"#333",shadowBlur:0,width:1,type:"solid",opacity:1,shadowColor:"rgba(0,0,0,.5)"},inside:!1},splitLine:{lineStyle:{shadowOffsetX:0,shadowOffsetY:0,cap:"butt",color:"#333",shadowBlur:0,width:1,type:"solid",opacity:1,shadowColor:"rgba(0,0,0,.5)"},show:!1},axisLine:{lineStyle:{shadowOffsetX:0,shadowOffsetY:0,cap:"butt",color:"#333",shadowBlur:0,width:1,type:"solid",opacity:1,shadowColor:"rgba(0,0,0,.5)"},show:!0},splitArea:{show:!1,areaStyle:{shadowOffsetX:0,shadowOffsetY:0,color:"rgba(25,25,25,.3)",opacity:1,shadowBlur:10,shadowColor:"rgba(0,0,0,.5)"}}},color:["#00acc1","#91cc75","#fac858","#ee6666","#5470c6","#3ba272","#fc8452","#9a60b4","#ea7ccc"],legend:{padding:0,itemGap:10,shadowOffsetX:0,backgroundColor:"transparent",borderColor:"#666",shadowOffsetY:0,orient:"horizontal",shadowBlur:0,bottom:"auto",itemHeight:14,show:!0,icon:"roundRect",itemStyle:{borderType:"solid",shadowOffsetX:0,borderColor:"inherit",shadowOffsetY:0,color:"#333",shadowBlur:0,borderWidth:0,opacity:1,shadowColor:"transparent"},right:"auto",top:"auto",borderRadius:0,lineStyle:{shadowOffsetX:0,shadowOffsetY:0,color:"inherit",shadowBlur:0,width:"auto",type:"inherit",opacity:1,shadowColor:"transparent"},left:"right",borderWidth:0,width:"80%",itemWidth:20,textStyle:{textBorderWidth:0,color:"#333",textShadowColor:"transparent",ellipsis:"...",overflow:"none",fontSize:12,lineHeight:24,textShadowOffsetX:0,textShadowOffsetY:0,textBorderType:"solid",fontWeight:500,textBorderColor:"transparent",textShadowBlur:0},shadowColor:"rgba(0,0,0,.3)",height:"auto"},series:{barWidth:"auto",itemStyle:{borderType:"solid",shadowOffsetX:0,borderColor:"#666",shadowOffsetY:0,color:"",shadowBlur:0,borderWidth:0,opacity:1,shadowColor:"#000"},colorBy:"data",barCategoryGap:"20%"},tooltip:{backgroundColor:"#fff",textStyle:{color:"#333"}},title:{borderType:"solid",padding:0,shadowOffsetX:0,backgroundColor:"transparent",borderColor:"#666",shadowOffsetY:0,shadowBlur:0,bottom:"auto",show:!0,right:"auto",top:"auto",borderRadius:0,left:"left",borderWidth:0,textStyle:{textBorderWidth:0,color:"#333",textShadowColor:"transparent",fontSize:14,lineHeight:24,textShadowOffsetX:0,textShadowOffsetY:0,textBorderType:"solid",fontWeight:600,textBorderColor:"#666",textShadowBlur:0},shadowColor:"transparent"},base:{animate:!0,interval:2e3}},pie:{tooltip:{backgroundColor:"#fff",textStyle:{color:"#333"}},backgroundColor:"transparent",color:["#00acc1","#91cc75","#fac858","#ee6666","#5470c6","#3ba272","#fc8452","#9a60b4","#ea7ccc"],title:{borderType:"solid",padding:0,shadowOffsetX:0,backgroundColor:"transparent",borderColor:"#666",shadowOffsetY:0,shadowBlur:0,bottom:"auto",show:!0,right:"auto",top:"auto",borderRadius:0,left:"left",borderWidth:0,textStyle:{textBorderWidth:0,color:"#333",textShadowColor:"transparent",fontSize:14,lineHeight:14,textShadowOffsetX:0,textShadowOffsetY:0,textBorderType:"solid",fontWeight:600,textBorderColor:"#666",textShadowBlur:0},shadowColor:"transparent"},legend:{padding:0,itemGap:10,shadowOffsetX:0,backgroundColor:"transparent",borderColor:"#666",shadowOffsetY:0,orient:"horizontal",shadowBlur:0,bottom:"auto",itemHeight:14,show:!0,icon:"roundRect",itemStyle:{borderType:"solid",shadowOffsetX:0,borderColor:"inherit",shadowOffsetY:0,color:"inherit",shadowBlur:0,borderWidth:0,opacity:1,shadowColor:"transparent"},right:0,top:"auto",borderRadius:0,lineStyle:{shadowOffsetX:0,shadowOffsetY:0,color:"inherit",shadowBlur:0,width:"auto",type:"inherit",opacity:1,shadowColor:"transparent"},left:"right",borderWidth:0,width:"80%",itemWidth:20,textStyle:{textBorderWidth:0,color:"#333",textShadowColor:"transparent",ellipsis:"...",overflow:"none",fontSize:12,lineHeight:12,textShadowOffsetX:0,textShadowOffsetY:0,textBorderType:"solid",fontWeight:500,textBorderColor:"transparent",textShadowBlur:0},shadowColor:"rgba(0,0,0,.3)",height:"auto"},series:{itemStyle:{borderType:"solid",shadowOffsetX:0,borderColor:"#666",shadowOffsetY:0,color:"",shadowBlur:0,borderWidth:0,opacity:1,shadowColor:"#000"},label:{borderType:"solid",rotate:0,padding:0,textBorderWidth:0,backgroundColor:"transparent",borderColor:"#666",color:"#333",show:!0,textShadowColor:"transparent",distanceToLabelLine:5,ellipsis:"...",overflow:"none",borderRadius:0,borderWidth:0,fontSize:12,lineHeight:18,textShadowOffsetX:0,position:"outside",textShadowOffsetY:0,textBorderType:"solid",textBorderColor:"#666",textShadowBlur:0},labelLine:{show:!0,length:10,lineStyle:{shadowOffsetX:0,shadowOffsetY:0,color:"#333",shadowBlur:0,width:1,type:"solid",opacity:1,shadowColor:"#000"},length2:14,smooth:!1}}},funnel:{tooltip:{backgroundColor:"#fff",textStyle:{color:"#333"}},backgroundColor:"transparent",color:["#5470c6","#91cc75","#fac858","#ee6666","#73c0de","#3ba272","#fc8452","#9a60b4","#ea7ccc"],title:{borderType:"solid",padding:2,shadowOffsetX:0,backgroundColor:"transparent",borderColor:"#ccc",shadowOffsetY:0,shadowBlur:0,bottom:"auto",show:!0,right:"auto",top:"auto",borderRadius:0,left:"center",borderWidth:0,textStyle:{textBorderWidth:0,color:"#666",textShadowColor:"transparent",fontSize:14,lineHeight:14,textShadowOffsetX:0,textShadowOffsetY:0,textBorderType:"solid",fontWeight:500,textBorderColor:"#ccc",textShadowBlur:0},shadowColor:"transparent"},legend:{padding:5,itemGap:10,shadowOffsetX:0,backgroundColor:"transparent",borderColor:"#ccc",shadowOffsetY:0,orient:"vertical",shadowBlur:0,bottom:"auto",itemHeight:14,show:!0,icon:"roundRect",itemStyle:{borderType:"solid",shadowOffsetX:0,borderColor:"inherit",shadowOffsetY:0,color:"inherit",shadowBlur:0,borderWidth:0,opacity:1,shadowColor:"transparent"},top:"auto",borderRadius:0,lineStyle:{shadowOffsetX:0,shadowOffsetY:0,color:"inherit",shadowBlur:0,width:"auto",type:"inherit",opacity:1,shadowColor:"transparent"},left:"left",borderWidth:0,width:"auto",itemWidth:25,textStyle:{textBorderWidth:0,color:"inherit",textShadowColor:"transparent",ellipsis:"...",overflow:"none",fontSize:12,lineHeight:20,textShadowOffsetX:0,textShadowOffsetY:0,textBorderType:"solid",fontWeight:500,textBorderColor:"transparent",textShadowBlur:0},shadowColor:"rgba(0,0,0,.3)",height:"auto"},series:{itemStyle:{borderType:"solid",shadowOffsetX:0,borderColor:"#000",shadowOffsetY:0,color:"",shadowBlur:0,borderWidth:0,opacity:1,shadowColor:"#000"},label:{borderType:"solid",rotate:0,padding:0,textBorderWidth:0,backgroundColor:"transparent",borderColor:"#fff",color:"",show:!0,textShadowColor:"transparent",distanceToLabelLine:5,ellipsis:"...",overflow:"none",borderRadius:0,borderWidth:0,fontSize:12,lineHeight:18,textShadowOffsetX:0,position:"outside",textShadowOffsetY:0,textBorderType:"solid",textBorderColor:"#fff",textShadowBlur:0},labelLine:{show:!0,length:10,lineStyle:{shadowOffsetX:0,shadowOffsetY:0,shadowBlur:0,width:1,type:"solid",opacity:1,shadowColor:"#000"},length2:14,smooth:!1}}},boardBase:{funnelNum:8,lineNum:8,gaugeNum:8,barNum:8,pieNum:8},gauge:{tooltip:{backgroundColor:"#fff",textStyle:{color:"#333"}},backgroundColor:"transparent",color:["#5470c6","#91cc75","#fac858","#ee6666","#73c0de","#3ba272","#fc8452","#9a60b4","#ea7ccc"],title:{top:"top",left:"left",textStyle:{fontSize:14,lineHeight:24,color:"#333",fontWeight:600}},series:{pointer:{offsetCenter:[0,"10%"],icon:"path://M2.9,0.7L2.9,0.7c1.4,0,2.6,1.2,2.6,2.6v115c0,1.4-1.2,2.6-2.6,2.6l0,0c-1.4,0-2.6-1.2-2.6-2.6V3.3C0.3,1.9,1.4,0.7,2.9,0.7z",width:8,length:"80%"},axisLine:{lineStyle:{shadowOffsetX:0,shadowOffsetY:0,opacity:.5,shadowBlur:1,shadowColor:"#000"},roundCap:!0},anchor:{show:!0,itemStyle:{color:"inherit"},size:18,showAbove:!0},emphasis:{disabled:!1},progress:{show:!0,roundCap:!0,overlap:!0},splitNumber:25,detail:{formatter:"{value}",backgroundColor:"inherit",color:"#fff",borderRadius:3,width:20,fontSize:12,height:12},title:{fontSize:12},animation:!0}}}},mounted:function(){this.init()},methods:{wordclouds:function wordclouds(wordcloudData,echartsId){var wordcloud={maskImage:"data:image/png;base64,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",option:{tooltip:{show:!1},backgroundColor:"transparent",series:[{sizeRange:[9,32],layoutAnimation:!0,shape:"circle",data:[{name:"花鸟市场",value:1446},{name:"汽车",value:928},{name:"视频",value:906},{name:"电视",value:825},{name:"Lover Boy 88",value:514},{name:"动漫",value:486},{name:"音乐",value:53},{name:"直播",value:163},{name:"广播电台",value:86},{name:"戏曲曲艺",value:17},{name:"演出票务",value:6},{name:"给陌生的你听",value:1},{name:"资讯",value:1437},{name:"商业财经",value:422},{name:"娱乐八卦",value:353},{name:"军事",value:331},{name:"科技资讯",value:313},{name:"社会时政",value:307},{name:"时尚",value:43},{name:"网络奇闻",value:15},{name:"旅游出行",value:438},{name:"景点类型",value:957},{name:"国内游",value:927},{name:"远途出行方式",value:908},{name:"酒店",value:693},{name:"关注景点",value:611},{name:"旅游网站偏好",value:512},{name:"出国游",value:382},{name:"交通票务",value:312},{name:"旅游方式",value:187},{name:"旅游主题",value:163},{name:"港澳台",value:104},{name:"本地周边游",value:3},{name:"小卖家",value:1331},{name:"全日制学校",value:941},{name:"基础教育科目",value:585},{name:"考试培训",value:473},{name:"语言学习",value:358},{name:"留学",value:246},{name:"K12课程培训",value:207},{name:"艺术培训",value:194},{name:"技能培训",value:104},{name:"IT培训",value:87},{name:"高等教育专业",value:63},{name:"家教",value:48},{name:"体育培训",value:23},{name:"职场培训",value:5},{name:"金融财经",value:1328},{name:"银行",value:765},{name:"股票",value:452},{name:"保险",value:415},{name:"贷款",value:253},{name:"基金",value:211},{name:"信用卡",value:180},{name:"外汇",value:138},{name:"P2P",value:116},{name:"贵金属",value:98},{name:"债券",value:93},{name:"网络理财",value:92},{name:"信托",value:90},{name:"征信",value:76},{name:"期货",value:76},{name:"公积金",value:40},{name:"银行理财",value:36},{name:"银行业务",value:30},{name:"典当",value:7},{name:"海外置业",value:1},{name:"汽车",value:1309},{name:"汽车档次",value:965},{name:"汽车品牌",value:900},{name:"汽车车型",value:727},{name:"购车阶段",value:461},{name:"二手车",value:309},{name:"汽车美容",value:260},{name:"新能源汽车",value:173},{name:"汽车维修",value:155},{name:"租车服务",value:136},{name:"车展",value:121},{name:"违章查询",value:76},{name:"汽车改装",value:62},{name:"汽车用品",value:37},{name:"路况查询",value:32},{name:"汽车保险",value:28},{name:"陪驾代驾",value:4},{name:"网络购物",value:1275},{name:"做我的猫",value:1088},{name:"只想要你知道",value:907},{name:"团购",value:837},{name:"比价",value:201},{name:"海淘",value:195},{name:"移动APP购物",value:179},{name:"支付方式",value:119},{name:"代购",value:43},{name:"体育健身",value:1234},{name:"体育赛事项目",value:802},{name:"运动项目",value:405},{name:"体育类赛事",value:337},{name:"健身项目",value:199},{name:"健身房健身",value:78},{name:"运动健身",value:77},{name:"家庭健身",value:36},{name:"健身器械",value:29},{name:"办公室健身",value:3},{name:"商务服务",value:1201},{name:"法律咨询",value:508},{name:"化工材料",value:147},{name:"广告服务",value:125},{name:"会计审计",value:115},{name:"人员招聘",value:101},{name:"印刷打印",value:66},{name:"知识产权",value:32},{name:"翻译",value:22},{name:"安全安保",value:9},{name:"公关服务",value:8},{name:"商旅服务",value:2},{name:"展会服务",value:2},{name:"特许经营",value:1},{name:"休闲爱好",value:1169},{name:"收藏",value:412},{name:"摄影",value:393},{name:"温泉",value:230},{name:"博彩彩票",value:211},{name:"美术",value:207},{name:"书法",value:139},{name:"DIY手工",value:75},{name:"舞蹈",value:23},{name:"钓鱼",value:21},{name:"棋牌桌游",value:17},{name:"KTV",value:6},{name:"密室",value:5},{name:"采摘",value:4},{name:"电玩",value:1},{name:"真人CS",value:1},{name:"轰趴",value:1},{name:"家电数码",value:1111},{name:"手机",value:885},{name:"电脑",value:543},{name:"大家电",value:321},{name:"家电关注品牌",value:253},{name:"网络设备",value:162},{name:"摄影器材",value:149},{name:"影音设备",value:133},{name:"办公数码设备",value:113},{name:"生活电器",value:67},{name:"厨房电器",value:54},{name:"智能设备",value:45},{name:"个人护理电器",value:22},{name:"服饰鞋包",value:1047},{name:"服装",value:566},{name:"饰品",value:289},{name:"鞋",value:184},{name:"箱包",value:168},{name:"奢侈品",value:137},{name:"母婴亲子",value:1041},{name:"孕婴保健",value:505},{name:"母婴社区",value:299},{name:"早教",value:103},{name:"奶粉辅食",value:66},{name:"童车童床",value:41},{name:"关注品牌",value:271},{name:"宝宝玩乐",value:30},{name:"母婴护理服务",value:25},{name:"纸尿裤湿巾",value:16},{name:"妈妈用品",value:15},{name:"宝宝起名",value:12},{name:"童装童鞋",value:9},{name:"胎教",value:8},{name:"宝宝安全",value:1},{name:"宝宝洗护用品",value:1},{name:"软件应用",value:1018},{name:"系统工具",value:896},{name:"理财购物",value:440},{name:"生活实用",value:365},{name:"影音图像",value:256},{name:"社交通讯",value:214},{name:"手机美化",value:39},{name:"办公学习",value:28},{name:"应用市场",value:23},{name:"母婴育儿",value:14},{name:"游戏",value:946},{name:"手机游戏",value:565},{name:"PC游戏",value:353},{name:"网页游戏",value:254},{name:"游戏机",value:188},{name:"模拟辅助",value:166},{name:"个护美容",value:942},{name:"护肤品",value:177},{name:"彩妆",value:133},{name:"美发",value:80},{name:"香水",value:50},{name:"个人护理",value:46},{name:"美甲",value:26},{name:"SPA美体",value:21},{name:"花鸟萌宠",value:914},{name:"绿植花卉",value:311},{name:"狗",value:257},{name:"其他宠物",value:131},{name:"水族",value:125},{name:"猫",value:122},{name:"动物",value:81},{name:"鸟",value:67},{name:"宠物用品",value:41},{name:"宠物服务",value:26},{name:"书籍阅读",value:913},{name:"网络小说",value:483},{name:"关注书籍",value:128},{name:"文学",value:105},{name:"报刊杂志",value:77},{name:"人文社科",value:22},{name:"建材家居",value:907},{name:"装修建材",value:644},{name:"家具",value:273},{name:"家居风格",value:187},{name:"家居家装关注品牌",value:140},{name:"家纺",value:107},{name:"厨具",value:47},{name:"灯具",value:43},{name:"家居饰品",value:29},{name:"家居日常用品",value:10},{name:"生活服务",value:883},{name:"物流配送",value:536},{name:"家政服务",value:108},{name:"摄影服务",value:49},{name:"搬家服务",value:38},{name:"物业维修",value:37},{name:"婚庆服务",value:24},{name:"二手回收",value:24},{name:"鲜花配送",value:3},{name:"维修服务",value:3},{name:"殡葬服务",value:1},{name:"求职创业",value:874},{name:"创业",value:363},{name:"目标职位",value:162},{name:"目标行业",value:50},{name:"兼职",value:21},{name:"期望年薪",value:20},{name:"实习",value:16},{name:"雇主类型",value:10},{name:"星座运势",value:789},{name:"星座",value:316},{name:"算命",value:303},{name:"解梦",value:196},{name:"风水",value:93},{name:"面相分析",value:47},{name:"手相",value:32},{name:"公益",value:90}],keepAspect:!1,type:"wordCloud",rotationRange:[-90,90],gridSize:8,shrinkToFit:!1,top:"center",left:"center",width:"80%",emphasis:{focus:"self",textStyle:{textShadowColor:"#333",textShadowBlur:0}},drawOutOfBound:!1,rotationStep:45,textStyle:{color:'function(){return"rgb("+[Math.round(160*Math.random()),Math.round(160*Math.random()),Math.round(160*Math.random())].join(",")+")"}',fontWeight:500,fontFamily:"sans-serif"},height:"80%",maskImage:{}}]}};wordcloud=JSON.parse(JSON.stringify(wordcloud),(function(k,v){return"string"==typeof v&&v.indexOf("function")>-1?eval("(function(){return "+v+" })()"):v})),wordcloud.option.series[0].data=wordcloudData,this.myChart0=echarts__WEBPACK_IMPORTED_MODULE_6__["init"](document.getElementById(echartsId));var myChart=this.myChart0,img=wordcloud.maskImage;if(img){var maskImage=new Image;maskImage.src=img,maskImage.onload=function(){wordcloud.option.series[0].maskImage=maskImage,myChart.clear(),myChart.setOption(wordcloud.option)}}else delete wordcloud.option.series[0].maskImage,myChart.clear(),myChart.setOption(wordcloud.option)},myChartInterval:function(e,t,a,i){this.$nextTick((function(){setInterval((function(){var n=t.shift();t.push(n);var o=a.shift();a.push(o),1==e&&i.setOption({xAxis:[{data:t}],series:[{data:a}]}),2==e&&i.setOption({yAxis:[{data:t}],series:[{data:a}]})}),2e3)}))},init:function(){this.$storage.get("Token")?this.$http({url:"".concat(this.$storage.get("sessionTable"),"/session"),method:"get"}).then((function(e){var t=e.data;t&&0!=t.code&&_router_router_static__WEBPACK_IMPORTED_MODULE_5__["a"].push({name:"login"})})):_router_router_static__WEBPACK_IMPORTED_MODULE_5__["a"].push({name:"login"})}}}},"1e2f":function(e,t,a){},"1ffa":function(e,t,a){"use strict";a("7b52")},2344:function(e,t,a){"use strict";a.r(t);var i=a("92f2"),n=a.n(i),o=a("0b74"),r=a.n(o),s=new n.a({id:"icon-crop",use:"icon-crop-usage",viewBox:"0 0 113.56 113.39",content:'农作物管理2'});r.a.add(s);t["default"]=s},"23c2":function(e,t,a){"use strict";a.r(t);var i=a("92f2"),n=a.n(i),o=a("0b74"),r=a.n(o),s=new n.a({id:"icon-cfg",use:"icon-cfg-usage",viewBox:"0 0 1024 1024",content:''});r.a.add(s);t["default"]=s},"25ba":function(e,t,a){"use strict";a.r(t);var i=a("92f2"),n=a.n(i),o=a("0b74"),r=a.n(o),s=new n.a({id:"icon-device",use:"icon-device-usage",viewBox:"0 0 113.39 113.39",content:'设备管理'});r.a.add(s);t["default"]=s},"27f8":function(e,t,a){"use strict";a.r(t);var i=a("92f2"),n=a.n(i),o=a("0b74"),r=a.n(o),s=new n.a({id:"icon-menu",use:"icon-menu-usage",viewBox:"0 0 1024 1024",content:''});r.a.add(s);t["default"]=s},2971:function(e,t,a){"use strict";var i={list:function(){return[{backMenu:[{child:[{allButtons:["新增","查看","修改","删除"],appFrontIcon:"cuIcon-goodsnew",buttons:["新增","查看","修改","删除"],menu:"驾驶员",menuJump:"列表",tableName:"jiashiyuan"}],menu:"驾驶员管理"},{child:[{allButtons:["新增","查看","修改","删除","审核"],appFrontIcon:"cuIcon-attentionfavor",buttons:["新增","查看","修改","删除","审核"],menu:"工作人员",menuJump:"列表",tableName:"gongzuorenyuan"}],menu:"工作人员管理"},{child:[{allButtons:["新增","查看","修改","删除"],appFrontIcon:"cuIcon-pic",buttons:["新增","查看","修改","删除"],menu:"公告信息",menuJump:"列表",tableName:"gonggaoxinxi"}],menu:"公告信息管理"},{child:[{allButtons:["新增","查看","修改","删除","保险信息","续保通知","事故记录"],appFrontIcon:"cuIcon-pay",buttons:["查看","删除"],menu:"车辆档案",menuJump:"列表",tableName:"cheliangdangan"}],menu:"车辆档案管理"},{child:[{allButtons:["新增","查看","修改","删除"],appFrontIcon:"cuIcon-vipcard",buttons:["查看","删除"],menu:"保险信息",menuJump:"列表",tableName:"baoxianxinxi"}],menu:"保险信息管理"},{child:[{allButtons:["新增","查看","修改","删除","到期次数"],appFrontIcon:"cuIcon-present",buttons:["查看","删除","到期次数"],menu:"续保通知",menuJump:"列表",tableName:"xubaotongzhi"}],menu:"续保通知管理"},{child:[{allButtons:["新增","查看","修改","删除"],appFrontIcon:"el-icon-coins",buttons:["新增","查看","修改","删除"],menu:"路线信息",menuJump:"列表",tableName:"luxianxinxi"}],menu:"路线信息管理"},{child:[{allButtons:["新增","查看","修改","删除","事故次数"],appFrontIcon:"cuIcon-goods",buttons:["删除","事故次数","查看"],menu:"事故记录",menuJump:"列表",tableName:"shigujilu"}],menu:"事故记录管理"}],frontMenu:[],hasBackLogin:"是",hasBackRegister:"否",hasFrontLogin:"否",hasFrontRegister:"否",roleName:"管理员",tableName:"users"},{backMenu:[{child:[{allButtons:["新增","查看","修改","删除"],appFrontIcon:"cuIcon-pic",buttons:["查看"],menu:"公告信息",menuJump:"列表",tableName:"gonggaoxinxi"}],menu:"公告信息管理"},{child:[{allButtons:["新增","查看","修改","删除","保险信息","续保通知","事故记录"],appFrontIcon:"cuIcon-pay",buttons:["查看"],menu:"车辆档案",menuJump:"列表",tableName:"cheliangdangan"}],menu:"车辆档案管理"},{child:[{allButtons:["新增","查看","修改","删除"],appFrontIcon:"cuIcon-vipcard",buttons:["查看"],menu:"保险信息",menuJump:"列表",tableName:"baoxianxinxi"}],menu:"保险信息管理"},{child:[{allButtons:["新增","查看","修改","删除","到期次数"],appFrontIcon:"cuIcon-present",buttons:["查看"],menu:"续保通知",menuJump:"列表",tableName:"xubaotongzhi"}],menu:"续保通知管理"},{child:[{allButtons:["新增","查看","修改","删除"],appFrontIcon:"el-icon-picture-outline",buttons:["新增","查看","修改","删除"],menu:"路线信息",menuJump:"列表",tableName:"luxianxinxi"}],menu:"路线信息管理"},{child:[{allButtons:["新增","查看","修改","删除","事故次数"],appFrontIcon:"cuIcon-goods",buttons:["查看"],menu:"事故记录",menuJump:"列表",tableName:"shigujilu"}],menu:"事故记录管理"}],frontMenu:[],hasBackLogin:"是",hasBackRegister:"是",hasFrontLogin:"否",hasFrontRegister:"否",roleName:"驾驶员",tableName:"jiashiyuan"},{backMenu:[{child:[{allButtons:["新增","查看","修改","删除"],appFrontIcon:"cuIcon-pic",buttons:["查看"],menu:"公告信息",menuJump:"列表",tableName:"gonggaoxinxi"}],menu:"公告信息管理"},{child:[{allButtons:["新增","查看","修改","删除","保险信息","续保通知","事故记录"],appFrontIcon:"cuIcon-pay",buttons:["新增","查看","修改","删除","保险信息","续保通知","事故记录"],menu:"车辆档案",menuJump:"列表",tableName:"cheliangdangan"}],menu:"车辆档案管理"},{child:[{allButtons:["新增","查看","修改","删除"],appFrontIcon:"cuIcon-vipcard",buttons:["查看","删除"],menu:"保险信息",menuJump:"列表",tableName:"baoxianxinxi"}],menu:"保险信息管理"},{child:[{allButtons:["新增","查看","修改","删除","到期次数"],appFrontIcon:"cuIcon-present",buttons:["查看","删除"],menu:"续保通知",menuJump:"列表",tableName:"xubaotongzhi"}],menu:"续保通知管理"},{child:[{allButtons:["新增","查看","修改","删除","事故次数"],appFrontIcon:"cuIcon-goods",buttons:["查看","删除"],menu:"事故记录",menuJump:"列表",tableName:"shigujilu"}],menu:"事故记录管理"},{child:[{allButtons:["新增","查看","修改","删除"],appFrontIcon:"el-icon-coins",buttons:["新增","查看","修改","删除"],menu:"路线信息",menuJump:"列表",tableName:"luxianxinxi"}],menu:"路线信息管理"}],frontMenu:[],hasBackLogin:"是",hasBackRegister:"是",hasFrontLogin:"否",hasFrontRegister:"否",roleName:"工作人员",tableName:"gongzuorenyuan"}]}};t["a"]=i},"2c40":function(e,t,a){},"2e11":function(e,t,a){"use strict";a.r(t);var i=a("92f2"),n=a.n(i),o=a("0b74"),r=a.n(o),s=new n.a({id:"icon-sourceActive",use:"icon-sourceActive-usage",viewBox:"0 0 113.4 113.4",content:'\r\n\r\n溯源管理\r\n\r\n'});r.a.add(s);t["default"]=s},3128:function(e,t,a){"use strict";a.r(t);var i=a("92f2"),n=a.n(i),o=a("0b74"),r=a.n(o),s=new n.a({id:"icon-company",use:"icon-company-usage",viewBox:"0 0 113.39 121.48",content:'基本信息'});r.a.add(s);t["default"]=s},3139:function(e,t,a){"use strict";a.r(t);var i=a("92f2"),n=a.n(i),o=a("0b74"),r=a.n(o),s=new n.a({id:"icon-email",use:"icon-email-usage",viewBox:"0 0 1024 1024",content:''});r.a.add(s);t["default"]=s},3202:function(e,t,a){"use strict";a("3f14")},"320b":function(e,t,a){"use strict";a("cc9b")},3227:function(e,t,a){"use strict";a.r(t);var i=a("92f2"),n=a.n(i),o=a("0b74"),r=a.n(o),s=new n.a({id:"icon-crops",use:"icon-crops-usage",viewBox:"0 0 113.29 113.37",content:'农作物管理'});r.a.add(s);t["default"]=s},"34c4":function(e,t,a){},"35f8":function(e,t,a){"use strict";a.r(t);var i=a("92f2"),n=a.n(i),o=a("0b74"),r=a.n(o),s=new n.a({id:"icon-internetActive",use:"icon-internetActive-usage",viewBox:"0 0 113.6 113.6",content:'\r\n\r\n物联网管理置\r\n\r\n\r\n'});r.a.add(s);t["default"]=s},"36bd":function(e,t,a){"use strict";a.r(t);var i=a("92f2"),n=a.n(i),o=a("0b74"),r=a.n(o),s=new n.a({id:"icon-boardConfig",use:"icon-boardConfig-usage",viewBox:"0 0 113.39 85.02",content:'看板配置'});r.a.add(s);t["default"]=s},"3d8e":function(e,t,a){var i={"./AI.svg":"4736","./AIDeviceLayout.svg":"e3d1","./EIM.svg":"5392","./VIP.svg":"553c","./agricultureRegister.svg":"4b6e","./area.svg":"819d","./base.svg":"741d","./batch.svg":"5d42","./board.svg":"7160","./board1.svg":"e008","./boardConfig.svg":"36bd","./cfg.svg":"23c2","./code.svg":"7ae9","./company.svg":"3128","./crop.svg":"2344","./crops.svg":"3227","./dashboard.svg":"54a2","./dataAbnormal.svg":"fbd6","./dataLack.svg":"ebe0","./dept.svg":"7ec6","./device.svg":"25ba","./deviceMonitorData.svg":"afcf","./dict.svg":"5b52","./diseasesinsect.svg":"a0bc","./diseasesinsects.svg":"1329","./documentation.svg":"c401","./email.svg":"3139","./environmental.svg":"8bf3","./eye-open.svg":"45df","./farmingProject.svg":"c8e3","./finance.svg":"d50c","./financeBudget.svg":"bb95","./financeReality.svg":"e22c","./firm.svg":"16cd","./firms.svg":"00c1","./harvestBatch.svg":"dd36","./harvestDetection.svg":"8331","./harvestManage.svg":"86ed","./harvestWorks.svg":"bd3e","./heavyMetalDetection.svg":"f35a","./home.svg":"f7c5","./inspection.svg":"099f","./internet.svg":"e7cb","./internetActive.svg":"35f8","./log.svg":"f184","./mainSystem.svg":"e359","./mainSystemActive.svg":"76c4","./menu.svg":"27f8","./monitorEquipment.svg":"12e2","./news.svg":"7b42","./order.svg":"7ff0","./password.svg":"aa49","./peoples.svg":"d884","./pest.svg":"e5e8","./pestActive.svg":"9f99","./pesticideResidue.svg":"e093","./pests.svg":"0e21","./phone.svg":"4d35","./plant.svg":"b864","./plants.svg":"fd15","./plantsActive.svg":"44f9","./residual.svg":"f4e2","./retroactiveCoding.svg":"54b4","./scheme.svg":"907d","./source.svg":"5c91","./sourceActive.svg":"2e11","./system.svg":"aa0d","./task.svg":"45ec","./tempFarm.svg":"1567","./traceability.svg":"a15c","./traceabilityList.svg":"9d41","./traceabilityStyle.svg":"5665","./user.svg":"fede","./user0.svg":"f306","./validCode.svg":"a5d9","./video.svg":"b606","./videoEquipment.svg":"ffc3","./videoKey.svg":"a801","./vipCustomized.svg":"bc0b","./warnings.svg":"860c","./workOrder.svg":"7bed"};function n(e){var t=o(e);return a(t)}function o(e){if(!a.o(i,e)){var t=new Error("Cannot find module '"+e+"'");throw t.code="MODULE_NOT_FOUND",t}return i[e]}n.keys=function(){return Object.keys(i)},n.resolve=o,e.exports=n,n.id="3d8e"},"3e32":function(e,t,a){},"3f14":function(e,t,a){},"44f9":function(e,t,a){"use strict";a.r(t);var i=a("92f2"),n=a.n(i),o=a("0b74"),r=a.n(o),s=new n.a({id:"icon-plantsActive",use:"icon-plantsActive-usage",viewBox:"0 0 113.4 113.4",content:'\r\n\r\n种植管理\r\n\r\n\r\n\r\n'});r.a.add(s);t["default"]=s},"45df":function(e,t,a){"use strict";a.r(t);var i=a("92f2"),n=a.n(i),o=a("0b74"),r=a.n(o),s=new n.a({id:"icon-eye-open",use:"icon-eye-open-usage",viewBox:"0 0 1024 1024",content:''});r.a.add(s);t["default"]=s},"45ec":function(e,t,a){"use strict";a.r(t);var i=a("92f2"),n=a.n(i),o=a("0b74"),r=a.n(o),s=new n.a({id:"icon-task",use:"icon-task-usage",viewBox:"0 0 1024 1024",content:''});r.a.add(s);t["default"]=s},4736:function(e,t,a){"use strict";a.r(t);var i=a("92f2"),n=a.n(i),o=a("0b74"),r=a.n(o),s=new n.a({id:"icon-AI",use:"icon-AI-usage",viewBox:"0 0 113.41 113.13",content:'物联设备'});r.a.add(s);t["default"]=s},4837:function(e,t,a){},"4b0d":function(e,t,a){"use strict";a("d590")},"4b6e":function(e,t,a){"use strict";a.r(t);var i=a("92f2"),n=a.n(i),o=a("0b74"),r=a.n(o),s=new n.a({id:"icon-agricultureRegister",use:"icon-agricultureRegister-usage",viewBox:"0 0 113.38 113.39",content:'农资登记'});r.a.add(s);t["default"]=s},"4d35":function(e,t,a){"use strict";a.r(t);var i=a("92f2"),n=a.n(i),o=a("0b74"),r=a.n(o),s=new n.a({id:"icon-phone",use:"icon-phone-usage",viewBox:"0 0 1024 1024",content:''});r.a.add(s);t["default"]=s},"4e98":function(e,t,a){},"513f":function(e,t,a){},5392:function(e,t,a){"use strict";a.r(t);var i=a("92f2"),n=a.n(i),o=a("0b74"),r=a.n(o),s=new n.a({id:"icon-EIM",use:"icon-EIM-usage",viewBox:"0 0 113.38 98.27",content:'企业信息'});r.a.add(s);t["default"]=s},5431:function(e,t){e.exports="data:image/png;base64,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"},"54a2":function(e,t,a){"use strict";a.r(t);var i=a("92f2"),n=a.n(i),o=a("0b74"),r=a.n(o),s=new n.a({id:"icon-dashboard",use:"icon-dashboard-usage",viewBox:"0 0 1024 1024",content:''});r.a.add(s);t["default"]=s},"54b4":function(e,t,a){"use strict";a.r(t);var i=a("92f2"),n=a.n(i),o=a("0b74"),r=a.n(o),s=new n.a({id:"icon-retroactiveCoding",use:"icon-retroactiveCoding-usage",viewBox:"0 0 113.39 113.39",content:'追溯打码'});r.a.add(s);t["default"]=s},5505:function(e,t,a){"use strict";a("b70e")},"553c":function(e,t,a){"use strict";a.r(t);var i=a("92f2"),n=a.n(i),o=a("0b74"),r=a.n(o),s=new n.a({id:"icon-VIP",use:"icon-VIP-usage",viewBox:"0 0 113.39 104.24",content:'vip登记'});r.a.add(s);t["default"]=s},5665:function(e,t,a){"use strict";a.r(t);var i=a("92f2"),n=a.n(i),o=a("0b74"),r=a.n(o),s=new n.a({id:"icon-traceabilityStyle",use:"icon-traceabilityStyle-usage",viewBox:"0 0 113.37 113.37",content:'溯源管理样式'});r.a.add(s);t["default"]=s},"56d7":function(e,t,a){"use strict";a.r(t);a("090f"),a("1cb5"),a("b065"),a("07d3");var i=a("56ac"),n=function(){var e=this,t=e._self._c;return t("div",{attrs:{id:"app"}},[t("router-view")],1)},o=[],r={name:"app"},s=r,l=(a("d3c2"),a("55f1")),c=Object(l["a"])(s,n,o,!1,null,null,null),u=c.exports,d=a("a490"),h=a("6b06"),g=a("d31b"),p=a("e997"),m=(a("f28a"),a("b380"),a("1013"),a("89f0"),a("83a4"),a("a927"),a("b6f5"),a("cc69"),a("bef7"),a("deab"),a("6e42"),a("b83f"),a("5423"),a("8b2b"),{visitedViews:[],cachedViews:[]}),f={ADD_VISITED_VIEW:function(e,t){e.visitedViews.some((function(e){return e.path===t.path}))||e.visitedViews.push(Object.assign({},t,{title:t.meta.title||"no-name"}))},ADD_CACHED_VIEW:function(e,t){e.cachedViews.includes(t.name)||t.meta.noCache||e.cachedViews.push(t.name)},DEL_VISITED_VIEW:function(e,t){var a,i=Object(p["a"])(e.visitedViews.entries());try{for(i.s();!(a=i.n()).done;){var n=Object(g["a"])(a.value,2),o=n[0],r=n[1];if(r.path===t.path){e.visitedViews.splice(o,1);break}}}catch(s){i.e(s)}finally{i.f()}},DEL_CACHED_VIEW:function(e,t){var a,i=Object(p["a"])(e.cachedViews);try{for(i.s();!(a=i.n()).done;){var n=a.value;if(n===t.name){var o=e.cachedViews.indexOf(n);e.cachedViews.splice(o,1);break}}}catch(r){i.e(r)}finally{i.f()}},DEL_OTHERS_VISITED_VIEWS:function(e,t){e.visitedViews=e.visitedViews.filter((function(e){return e.meta.affix||e.path===t.path}))},DEL_OTHERS_CACHED_VIEWS:function(e,t){var a,i=Object(p["a"])(e.cachedViews);try{for(i.s();!(a=i.n()).done;){var n=a.value;if(n===t.name){var o=e.cachedViews.indexOf(n);e.cachedViews=e.cachedViews.slice(o,o+1);break}}}catch(r){i.e(r)}finally{i.f()}},DEL_ALL_VISITED_VIEWS:function(e){var t=e.visitedViews.filter((function(e){return e.meta.affix}));e.visitedViews=t},DEL_ALL_CACHED_VIEWS:function(e){e.cachedViews=[]},UPDATE_VISITED_VIEW:function(e,t){var a,i=Object(p["a"])(e.visitedViews);try{for(i.s();!(a=i.n()).done;){var n=a.value;if(n.path===t.path){n=Object.assign(n,t);break}}}catch(o){i.e(o)}finally{i.f()}}},b={addView:function(e,t){var a=e.dispatch;a("addVisitedView",t),a("addCachedView",t)},addVisitedView:function(e,t){var a=e.commit;a("ADD_VISITED_VIEW",t)},addCachedView:function(e,t){var a=e.commit;a("ADD_CACHED_VIEW",t)},delView:function(e,t){var a=e.dispatch,i=e.state;return console.log("---"),new Promise((function(e){a("delVisitedView",t),a("delCachedView",t),e({visitedViews:Object(h["a"])(i.visitedViews),cachedViews:Object(h["a"])(i.cachedViews)})}))},delVisitedView:function(e,t){var a=e.commit,i=e.state;return new Promise((function(e){a("DEL_VISITED_VIEW",t),e(Object(h["a"])(i.visitedViews))}))},delCachedView:function(e,t){var a=e.commit,i=e.state;return new Promise((function(e){a("DEL_CACHED_VIEW",t),e(Object(h["a"])(i.cachedViews))}))},delOthersViews:function(e,t){var a=e.dispatch,i=e.state;return new Promise((function(e){a("delOthersVisitedViews",t),a("delOthersCachedViews",t),e({visitedViews:Object(h["a"])(i.visitedViews),cachedViews:Object(h["a"])(i.cachedViews)})}))},delOthersVisitedViews:function(e,t){var a=e.commit,i=e.state;return new Promise((function(e){a("DEL_OTHERS_VISITED_VIEWS",t),e(Object(h["a"])(i.visitedViews))}))},delOthersCachedViews:function(e,t){var a=e.commit,i=e.state;return new Promise((function(e){a("DEL_OTHERS_CACHED_VIEWS",t),e(Object(h["a"])(i.cachedViews))}))},delAllViews:function(e,t){var a=e.dispatch,i=e.state;return new Promise((function(e){a("delAllVisitedViews",t),a("delAllCachedViews",t),e({visitedViews:Object(h["a"])(i.visitedViews),cachedViews:Object(h["a"])(i.cachedViews)})}))},delAllVisitedViews:function(e){var t=e.commit,a=e.state;return new Promise((function(e){t("DEL_ALL_VISITED_VIEWS"),e(Object(h["a"])(a.visitedViews))}))},delAllCachedViews:function(e){var t=e.commit,a=e.state;return new Promise((function(e){t("DEL_ALL_CACHED_VIEWS"),e(Object(h["a"])(a.cachedViews))}))},updateVisitedView:function(e,t){var a=e.commit;a("UPDATE_VISITED_VIEW",t)}},x={namespaced:!0,state:m,mutations:f,actions:b};i["default"].use(d["a"]);var y=new d["a"].Store({modules:{tagsView:x}}),A=y,v=a("f36d"),w=a.n(v),k=(a("34c4"),a("6418"),a("80e3")),z=function(){var e=this,t=e._self._c;return t("div",{staticClass:"breadcrumb-preview"},[t("el-breadcrumb",{style:{padding:"30px 0px",borderColor:"rgba(0, 0, 0, 0.04)",background:"rgba(0, 0, 0, 0.0)",borderWidth:"0px 0",display:"flex",lineHeight:"auto",fontSize:"inherit",borderStyle:"solid",justifyContent:"flex-start"},attrs:{separator:"-"}},[t("transition-group",{staticClass:"box",attrs:{name:"breadcrumb"}},e._l(e.levelList,(function(a,i){return t("el-breadcrumb-item",{key:a.path},["noRedirect"===a.redirect||i==e.levelList.length-1?t("span",{staticClass:"no-redirect"},[e._v(e._s(a.name))]):t("a",{on:{click:function(t){return t.preventDefault(),e.handleLink(a)}}},[t("span",{staticClass:"icon iconfont icon-home7",style:{margin:"0 2px",lineHeight:"1",fontSize:"inherit",color:"#333",display:"none"}}),e._v("返回主页 ")])])})),1)],1)],1)},F=[],C=(a("5b90"),a("e1e9"),a("3c90")),S=a.n(C),j=a("79fa"),O={data:function(){return{levelList:null}},watch:{$route:function(){this.getBreadcrumb()}},created:function(){this.getBreadcrumb()},methods:{generateTitle:j["a"],getBreadcrumb:function(){var e=this.$route,t=e.matched.filter((function(e){return e.meta}));t[0];t=[{path:"/index"}].concat(t),this.levelList=t.filter((function(e){return e.meta}))},isDashboard:function(e){var t=e&&e.name;return!!t&&t.trim().toLocaleLowerCase()==="Index".toLocaleLowerCase()},pathCompile:function(e){var t=this.$route.params,a=S.a.compile(e);return a(t)},handleLink:function(e){var t=e.redirect,a=e.path;t?this.$router.push(t):a?this.$router.push(a):this.$router.push("/")}}},L=O,M=(a("cda2"),Object(l["a"])(L,z,F,!1,null,"48a7cf82",null)),B=M.exports,V=a("ef6c"),H=(a("9327"),a("c745"),a("5b6f")),_=a.n(H),I=(a("fa12"),a("22f6"),a("fda0"),a("3255"),a("3144"),{set:function(e,t){localStorage.setItem(e,JSON.stringify(t))},get:function(e){return localStorage.getItem(e)?localStorage.getItem(e).replace('"',"").replace('"',""):""},getObj:function(e){return localStorage.getItem(e)?JSON.parse(localStorage.getItem(e)):null},remove:function(e){localStorage.removeItem(e)},clear:function(){localStorage.clear()}}),q=I,U=_.a.create({timeout:864e5,withCredentials:!0,baseURL:"/springbootbv4939cb",headers:{"Content-Type":"application/json; charset=utf-8"}});U.interceptors.request.use((function(e){return e.headers["Token"]=q.get("Token"),e}),(function(e){return Promise.reject(e)})),U.interceptors.response.use((function(e){return e.data&&401===e.data.code&&k["a"].push({name:"login"}),e}),(function(e){return Promise.reject(e)}));var R=U,J={get:function(){return{url:"http://localhost:8080/springbootbv4939cb/",name:"springbootbv4939cb",indexUrl:""}},getProjectName:function(){return{projectName:"基于Java Web的车队管理信息系统"}}},E=J,T=(a("348d"),a("2971"));function $(e,t){var a=q.get("role");a||(a="管理员");for(var i=T["a"].list(),n=0;n2)return window.open(e.url),!1;this.dialogImageUrl=e.url,this.dialogVisible=!0},handleExceed:function(e,t){this.$message.warning("最多上传".concat(this.limit,"张图片"))},setFileList:function(e){var t=[],a=[],i=q.get("token"),n=this;e.forEach((function(e,o){var r=e.url.split("?")[0];r.startsWith("http")||(r=n.$base.url+r);var s=e.name,l={name:s,url:r+"?token="+i};t.push(l),a.push(r)})),this.fileList=t,this.fileUrlList=a}}}),N=Q,Y=Object(l["a"])(N,P,W,!1,null,"ff991312",null),X=Y.exports,K=function(){var e=this,t=e._self._c;return t("div",[t("el-upload",{ref:"upload",attrs:{action:e.getActionUrl,"list-type":"picture-card",accept:".xls,.xlsx",limit:e.limit,headers:e.myHeaders,"on-exceed":e.handleExceed,"on-preview":e.handleUploadPreview,"on-remove":e.handleRemove,"on-success":e.handleUploadSuccess,"on-error":e.handleUploadErr,"before-upload":e.handleBeforeUpload,"show-file-list":!1}},[t("i",{staticClass:"el-icon-plus"}),t("div",{staticClass:"el-upload__tip",staticStyle:{color:"#838fa1"},attrs:{slot:"tip"},slot:"tip"},[e._v(e._s(e.tip))])]),t("el-dialog",{attrs:{visible:e.dialogVisible,size:"tiny","append-to-body":""},on:{"update:visible":function(t){e.dialogVisible=t}}},[t("img",{attrs:{width:"100%",src:e.dialogImageUrl,alt:""}})])],1)},G=[],ee={data:function(){return{dialogVisible:!1,dialogImageUrl:"",fileList:[],fileUrlList:[],myHeaders:{}}},props:["tip","action","limit","multiple","fileUrls"],mounted:function(){this.init(),this.myHeaders={Token:q.get("Token")}},watch:{fileUrls:function(e,t){this.init()}},computed:{getActionUrl:function(){return console.log(123),this.fileList=[],"/".concat(this.$base.name,"/")+this.action}},methods:{init:function(){if(this.fileUrls){this.fileUrlList=this.fileUrls.split(",");var e=[];this.fileUrlList.forEach((function(t,a){var i=t,n=a,o={name:n,url:i};e.push(o)})),this.setFileList(e)}},handleBeforeUpload:function(e){},handleUploadSuccess:function(e,t,a){e&&0===e.code?(a[a.length-1]["url"]="upload/"+t.response.file,this.setFileList(a),this.$emit("change",this.fileUrlList.join(",")),this.$message.success("文件导入成功")):this.$message.error(e.msg)},handleUploadErr:function(e,t,a){this.$message.error("文件导入失败")},handleRemove:function(e,t){this.setFileList(t),this.$emit("change",this.fileUrlList.join(","))},handleUploadPreview:function(e){this.dialogImageUrl=e.url,this.dialogVisible=!0},handleExceed:function(e,t){this.$message.warning("最多上传".concat(this.limit,"张图片"))},setFileList:function(e){var t=[],a=[],i=q.get("token"),n=this;e.forEach((function(e,o){var r=e.url.split("?")[0];r.startsWith("http")||(r=n.$base.url+r);var s=e.name,l={name:s,url:r+"?token="+i};t.push(l),a.push(r)})),this.fileList=t,this.fileUrlList=a}}},te=ee,ae=Object(l["a"])(te,K,G,!1,null,"2b936200",null),ie=ae.exports,ne=function(){var e=this,t=e._self._c;return t("div",[t("el-upload",{staticClass:"avatar-uploader",attrs:{action:e.getActionUrl,name:"file",headers:e.header,"show-file-list":!1,"on-success":e.uploadSuccess,"on-error":e.uploadError,"before-upload":e.beforeUpload}}),t("quill-editor",{ref:"myQuillEditor",staticClass:"editor",attrs:{options:e.editorOption},on:{blur:function(t){return e.onEditorBlur(t)},focus:function(t){return e.onEditorFocus(t)},change:function(t){return e.onEditorChange(t)}},model:{value:e.value,callback:function(t){e.value=t},expression:"value"}})],1)},oe=[],re=a("3d3c"),se=(a("0e62"),a("bcc6"),a("4b37"),[["bold","italic","underline","strike"],["blockquote","code-block"],[{header:1},{header:2}],[{list:"ordered"},{list:"bullet"}],[{script:"sub"},{script:"super"}],[{indent:"-1"},{indent:"+1"}],[{size:["small",!1,"large","huge"]}],[{header:[1,2,3,4,5,6,!1]}],[{color:[]},{background:[]}],[{font:[]}],[{align:[]}],["clean"],["link","image","video"]]),le={props:{value:{type:String},action:{type:String},maxSize:{type:Number,default:4e3}},components:{quillEditor:re["quillEditor"]},data:function(){return{content:this.value,quillUpdateImg:!1,editorOption:{placeholder:"",theme:"snow",modules:{toolbar:{container:se,handlers:{image:function(e){e?document.querySelector(".avatar-uploader input").click():this.quill.format("image",!1)}}}}},header:{Token:this.$storage.get("Token")}}},computed:{getActionUrl:function(){return"/".concat(this.$base.name,"/")+this.action}},methods:{onEditorBlur:function(){},onEditorFocus:function(){},onEditorChange:function(){console.log(this.value),this.$emit("input",this.value)},beforeUpload:function(){this.quillUpdateImg=!0},uploadSuccess:function(e,t){var a=this.$refs.myQuillEditor.quill;if(0===e.code){var i=a.getSelection().index;a.insertEmbed(i,"image",this.$base.url+"upload/"+e.file),a.setSelection(i+1)}else this.$message.error("图片插入失败");this.quillUpdateImg=!1},uploadError:function(){this.quillUpdateImg=!1,this.$message.error("图片插入失败")}}},ce=le,ue=(a("8aeb"),Object(l["a"])(ce,ne,oe,!1,null,null,null)),de=ue.exports,he={orderpage:"orders/page",orderdelete:"orders/delete",orderinfo:"orders/info/",ordersave:"orders/save",orderupdate:"orders/update",configpage:"config/page",configdelete:"config/delete",configinfo:"config/info/",configsave:"config/save",configupdate:"config/update"},ge=he,pe=a("61f7"),me=a("9598"),fe=a.n(me),be=(a("516e"),a("ef9f"),function(){var e=this,t=e._self._c;return t("svg",e._g({class:e.svgClass,attrs:{"aria-hidden":"true"}},e.$listeners),[t("use",{attrs:{"xlink:href":e.iconName}})])}),xe=[],ye={name:"SvgIcon",props:{iconClass:{type:String,required:!0},className:{type:String,default:""}},computed:{iconName:function(){return"#icon-".concat(this.iconClass)},svgClass:function(){return this.className?"svg-icon "+this.className:"svg-icon"}}},Ae=ye,ve=(a("b3ae"),Object(l["a"])(Ae,be,xe,!1,null,"53ff2da0",null)),we=ve.exports;i["default"].component("svg-icon",we);var ke=a("3d8e"),ze=function(e){return e.keys().map(e)};ze(ke);var Fe=a("9b64"),Ce=(a("d6ff"),a("616e")),Se=a.n(Ce);i["default"].use(fe.a),fe.a.initAMapApiLoader({key:"001d42eaa139dc53fd655e7c23c0187e",plugin:["AMap.Autocomplete","AMap.PlaceSearch","AMap.Scale","AMap.OverView","AMap.ToolBar","AMap.MapType","AMap.PolyEditor","AMap.CircleEditor","AMap.Geocoder","AMap.CitySearch"],v:"1.4.4"}),i["default"].prototype.$validate=pe,i["default"].prototype.$http=R,i["default"].prototype.$echarts=V,i["default"].prototype.$base=E.get(),i["default"].prototype.$project=E.getProjectName(),i["default"].prototype.$storage=q,i["default"].prototype.$api=ge,i["default"].prototype.isAuth=$,i["default"].prototype.getCurDateTime=D,i["default"].prototype.getCurDate=Z,i["default"].use(w.a,{size:"medium",zIndex:3e3}),i["default"].config.productionTip=!1,i["default"].component("bread-crumbs",B),i["default"].component("file-upload",X),i["default"].component("excel-file-upload",ie),i["default"].component("editor",de),i["default"].component("downloadExcel",Fe["a"]),i["default"].prototype.$md5=Se.a,new i["default"]({render:function(e){return e(u)},router:k["a"],store:A}).$mount("#app")},"586d":function(e,t,a){},"5b34":function(e,t,a){"use strict";a("e0c1")},"5b52":function(e,t,a){"use strict";a.r(t);var i=a("92f2"),n=a.n(i),o=a("0b74"),r=a.n(o),s=new n.a({id:"icon-dict",use:"icon-dict-usage",viewBox:"0 0 1024 1024",content:''});r.a.add(s);t["default"]=s},"5c91":function(e,t,a){"use strict";a.r(t);var i=a("92f2"),n=a.n(i),o=a("0b74"),r=a.n(o),s=new n.a({id:"icon-source",use:"icon-source-usage",viewBox:"0 0 113.39 113.39",content:'溯源管理'});r.a.add(s);t["default"]=s},"5d42":function(e,t,a){"use strict";a.r(t);var i=a("92f2"),n=a.n(i),o=a("0b74"),r=a.n(o),s=new n.a({id:"icon-batch",use:"icon-batch-usage",viewBox:"0 0 113.35 113.39",content:'种植批次管理'});r.a.add(s);t["default"]=s},"61b4":function(e,t,a){},"61f7":function(e,t,a){"use strict";a.r(t),a.d(t,"isEmail",(function(){return i})),a.d(t,"isMobile",(function(){return n})),a.d(t,"isPhone",(function(){return o})),a.d(t,"isURL",(function(){return r})),a.d(t,"isNumber",(function(){return s})),a.d(t,"isIntNumer",(function(){return l})),a.d(t,"checkIdCard",(function(){return c}));a("3255"),a("02c4");function i(e){return/^([a-zA-Z0-9_-])+@([a-zA-Z0-9_-])+((.[a-zA-Z0-9_-]{2,3}){1,2})$/.test(e)}function n(e){return/^1[3456789]\d{9}$/.test(e)}function o(e){return/^([0-9]{3,4}-)?[0-9]{7,8}$/.test(e)}function r(e){return/^http[s]?:\/\/.*/.test(e)}function s(e){return/(^-?[+-]?([0-9]*\.?[0-9]+|[0-9]+\.?[0-9]*)([eE][+-]?[0-9]+)?$)|(^$)/.test(e)}function l(e){return/(^-?\d+$)|(^$)/.test(e)}function c(e){var t=/(^\d{15}$)|(^\d{18}$)|(^\d{17}(\d|X|x)$)/;return!!t.test(e)}},6418:function(e,t,a){},"68b2":function(e,t,a){"use strict";a("16c5")},6918:function(e,t,a){e.exports=a.p+"img/avator.c58e4651.png"},"6a9a":function(e,t,a){},"6fd7":function(e,t,a){"use strict";a("f29c")},7160:function(e,t,a){"use strict";a.r(t);var i=a("92f2"),n=a.n(i),o=a("0b74"),r=a.n(o),s=new n.a({id:"icon-board",use:"icon-board-usage",viewBox:"0 0 113.39 113.19",content:'看板管理'});r.a.add(s);t["default"]=s},"72c6":function(e,t,a){"use strict";a("b2cd")},"741d":function(e,t,a){"use strict";a.r(t);var i=a("92f2"),n=a.n(i),o=a("0b74"),r=a.n(o),s=new n.a({id:"icon-base",use:"icon-base-usage",viewBox:"0 0 113.42 93.26",content:'基地管理'});r.a.add(s);t["default"]=s},7541:function(e,t,a){"use strict";a("3e32")},"759f":function(e,t,a){"use strict";a("2c40")},"76c4":function(e,t,a){"use strict";a.r(t);var i=a("92f2"),n=a.n(i),o=a("0b74"),r=a.n(o),s=new n.a({id:"icon-mainSystemActive",use:"icon-mainSystemActive-usage",viewBox:"0 0 113.3 113.4",content:'\r\n\r\n主系统\r\n\r\n'});r.a.add(s);t["default"]=s},7818:function(e,t,a){"use strict";a("b0c8")},"79fa":function(e,t,a){"use strict";function i(e){var t=this.$te("route."+e);if(t){var a=this.$t("route."+e);return a}return e}a.d(t,"a",(function(){return i}))},"7a46":function(e,t,a){},"7ae9":function(e,t,a){"use strict";a.r(t);var i=a("92f2"),n=a.n(i),o=a("0b74"),r=a.n(o),s=new n.a({id:"icon-code",use:"icon-code-usage",viewBox:"0 0 1024 1024",content:''});r.a.add(s);t["default"]=s},"7b42":function(e,t,a){"use strict";a.r(t);var i=a("92f2"),n=a.n(i),o=a("0b74"),r=a.n(o),s=new n.a({id:"icon-news",use:"icon-news-usage",viewBox:"0 0 114.52 114.52",content:'新闻咨询'});r.a.add(s);t["default"]=s},"7b52":function(e,t,a){},"7bed":function(e,t,a){"use strict";a.r(t);var i=a("92f2"),n=a.n(i),o=a("0b74"),r=a.n(o),s=new n.a({id:"icon-workOrder",use:"icon-workOrder-usage",viewBox:"0 0 113.39 122.52",content:'工单管理'});r.a.add(s);t["default"]=s},"7d82":function(e,t,a){},"7ebf":function(e,t,a){},"7ec6":function(e,t,a){"use strict";a.r(t);var i=a("92f2"),n=a.n(i),o=a("0b74"),r=a.n(o),s=new n.a({id:"icon-dept",use:"icon-dept-usage",viewBox:"0 0 113.39 113.4",content:'基地信息管理'});r.a.add(s);t["default"]=s},"7ff0":function(e,t,a){"use strict";a.r(t);var i=a("92f2"),n=a.n(i),o=a("0b74"),r=a.n(o),s=new n.a({id:"icon-order",use:"icon-order-usage",viewBox:"0 0 113.39 113.39",content:'工单总览'});r.a.add(s);t["default"]=s},"80e3":function(e,t,a){"use strict";a.d(t,"b",(function(){return ai}));a("1013"),a("348d"),a("3255"),a("033a");var i=function(){var e=this,t=e._self._c;return t("div",{staticClass:"main-content",style:{minHeight:"calc(100vh - 200px)",padding:"0px 5%",margin:"0 auto",color:"#666",background:"none",width:"calc(100% - 0px)",fontSize:"14px",height:"100%"}},[e.showFlag?[t("el-form",{staticClass:"center-form-pv",style:{padding:"20px 20px 0",boxShadow:"0 2px 3px 0px rgba(100,100,100,.05)",margin:"0 0 0px",borderColor:"#f6f6f6",display:"flex",justifyContent:"center",minHeight:"100px",overflow:"hidden",borderRadius:"4px 4px 0 0",flexWrap:"wrap",background:"#fff",borderWidth:"2px 2px 0",fontSize:"inherit",borderStyle:"solid"},attrs:{inline:!0,model:e.searchForm}},[t("el-row",{style:{padding:"0px",boxShadow:"0 0px 0px 0px rgba(115,108,203,.23)",margin:"0 0px 0px 0",borderRadius:"0px",alignItems:"center",background:"none",display:"flex",width:"auto",fontSize:"inherit",justifyContent:"flex-end",order:"2"}},[t("div",{style:{margin:"0 10px 0 0",fontSize:"inherit",display:"inline-block"}},[t("label",{staticClass:"item-label",style:{margin:"0 10px 0 0",color:"inherit",display:"inline-block",lineHeight:"34px",fontSize:"inherit",fontWeight:"500",height:"34px"}},[e._v("路线名称")]),t("el-input",{attrs:{placeholder:"路线名称",clearable:""},nativeOn:{keydown:function(t){return!t.type.indexOf("key")&&e._k(t.keyCode,"enter",13,t.key,"Enter")?null:e.search()}},model:{value:e.searchForm.luxianmingcheng,callback:function(t){e.$set(e.searchForm,"luxianmingcheng",t)},expression:"searchForm.luxianmingcheng"}})],1),t("div",{style:{margin:"0 10px 0 0",fontSize:"inherit",display:"inline-block"}},[t("label",{staticClass:"item-label",style:{margin:"0 10px 0 0",color:"inherit",display:"inline-block",lineHeight:"34px",fontSize:"inherit",fontWeight:"500",height:"34px"}},[e._v("路线起点")]),t("el-input",{attrs:{placeholder:"路线起点",clearable:""},nativeOn:{keydown:function(t){return!t.type.indexOf("key")&&e._k(t.keyCode,"enter",13,t.key,"Enter")?null:e.search()}},model:{value:e.searchForm.luxianqidian,callback:function(t){e.$set(e.searchForm,"luxianqidian",t)},expression:"searchForm.luxianqidian"}})],1),t("div",{style:{margin:"0 10px 0 0",fontSize:"inherit",display:"inline-block"}},[t("label",{staticClass:"item-label",style:{margin:"0 10px 0 0",color:"inherit",display:"inline-block",lineHeight:"34px",fontSize:"inherit",fontWeight:"500",height:"34px"}},[e._v("路线终点")]),t("el-input",{attrs:{placeholder:"路线终点",clearable:""},nativeOn:{keydown:function(t){return!t.type.indexOf("key")&&e._k(t.keyCode,"enter",13,t.key,"Enter")?null:e.search()}},model:{value:e.searchForm.luxianzhongdian,callback:function(t){e.$set(e.searchForm,"luxianzhongdian",t)},expression:"searchForm.luxianzhongdian"}})],1),t("el-button",{staticClass:"search",attrs:{type:"success"},on:{click:function(t){return e.search()}}},[t("span",{staticClass:"icon iconfont icon-xihuan",style:{margin:"0 2px",fontSize:"18px",color:"#00acc1",display:"inline-block",height:"auto"}}),e._v(" 查询 ")])],1),t("el-row",{staticClass:"actions",style:{boxShadow:"0 0px 0px 0px rgba(115,108,203,.23)",padding:"0 20px 0 0",margin:"0px 0 0px",color:"#333",alignItems:"center",textAlign:"left",display:"flex",borderRadius:"0px",flexWrap:"wrap",background:"none",flex:"1",width:"auto",fontSize:"inherit",order:"1"}},[e.isAuth("luxianxinxi","新增")?t("el-button",{staticClass:"add",attrs:{type:"success"},on:{click:function(t){return e.addOrUpdateHandler()}}},[t("span",{staticClass:"icon iconfont icon-tianjia1",style:{margin:"0 2px",fontSize:"inherit",color:"inherit",display:"none"}}),e._v(" 添加 ")]):e._e(),e.isAuth("luxianxinxi","删除")?t("el-button",{staticClass:"del",attrs:{disabled:!e.dataListSelections.length,type:"danger"},on:{click:function(t){return e.deleteHandler()}}},[t("span",{staticClass:"icon iconfont icon-shanchu9",style:{margin:"0 2px",fontSize:"inherit",color:"inherit",display:"none"}}),e._v(" 删除 ")]):e._e(),e.isAuth("luxianxinxi","支付")?t("el-button",{staticClass:"btn18",attrs:{disabled:!e.dataListSelections.length,type:"success"},on:{click:function(t){return e.payBatch()}}},[t("span",{staticClass:"icon iconfont icon-xihuan",style:{color:"inherit",margin:"0 2px",fontSize:"inherit"}}),e._v(" 批量支付 ")]):e._e(),e.isAuth("luxianxinxi","审核")?t("el-button",{staticClass:"btn18",attrs:{disabled:!e.dataListSelections.length,type:"success"},on:{click:function(t){return e.shBatchDialog()}}},[t("span",{staticClass:"icon iconfont icon-shenhe2",style:{color:"inherit",margin:"0 2px",fontSize:"inherit"}}),e._v(" 审核 ")]):e._e()],1)],1),t("div",{style:{padding:"20px",borderColor:"#f6f6f6",margin:"0 0 0px",borderRadius:"0 0 4px 4px",background:"rgba(255,255,255,1)",borderWidth:"0 2px 2px",width:"100%",borderStyle:"solid"}},[e.isAuth("luxianxinxi","查看")?t("el-table",{directives:[{name:"loading",rawName:"v-loading",value:e.dataListLoading,expression:"dataListLoading"}],staticClass:"tables",style:{padding:"0",borderColor:"#eee",color:"inherit",borderRadius:"0px",borderWidth:"0px 0px 0 0px",background:"none",width:"100%",fontSize:"inherit",borderStyle:"solid"},attrs:{stripe:!0,border:!0,data:e.dataList},on:{"selection-change":e.selectionChangeHandler}},[t("el-table-column",{attrs:{resizable:!1,type:"selection",align:"center",width:"50"}}),t("el-table-column",{attrs:{resizable:!1,sortable:!1,label:"序号",type:"index",width:"50"}}),t("el-table-column",{attrs:{resizable:!0,sortable:!0,prop:"luxianmingcheng",label:"路线名称"},scopedSlots:e._u([{key:"default",fn:function(t){return[e._v(" "+e._s(t.row.luxianmingcheng)+" ")]}}],null,!1,2712892560)}),t("el-table-column",{attrs:{resizable:!0,sortable:!0,prop:"luxianqidian",label:"路线起点"},scopedSlots:e._u([{key:"default",fn:function(t){return[e._v(" "+e._s(t.row.luxianqidian)+" ")]}}],null,!1,1007350592)}),t("el-table-column",{attrs:{resizable:!0,sortable:!0,prop:"luxianzhongdian",label:"路线终点"},scopedSlots:e._u([{key:"default",fn:function(t){return[e._v(" "+e._s(t.row.luxianzhongdian)+" ")]}}],null,!1,2012130220)}),t("el-table-column",{attrs:{resizable:!0,sortable:!0,prop:"daoluqingkuang",label:"道路情况"},scopedSlots:e._u([{key:"default",fn:function(t){return[e._v(" "+e._s(t.row.daoluqingkuang)+" ")]}}],null,!1,574358889)}),t("el-table-column",{attrs:{resizable:!0,sortable:!0,prop:"yichangwenti",label:"异常问题"},scopedSlots:e._u([{key:"default",fn:function(t){return[e._v(" "+e._s(t.row.yichangwenti)+" ")]}}],null,!1,2708953327)}),t("el-table-column",{attrs:{resizable:!0,sortable:!0,prop:"yujixingshishizhang",label:"预计行驶时长"},scopedSlots:e._u([{key:"default",fn:function(t){return[e._v(" "+e._s(t.row.yujixingshishizhang)+" ")]}}],null,!1,3044218896)}),t("el-table-column",{attrs:{width:"300",label:"操作"},scopedSlots:e._u([{key:"default",fn:function(a){return[e.isAuth("luxianxinxi","查看")?t("el-button",{staticClass:"view",attrs:{type:"success"},on:{click:function(t){return e.addOrUpdateHandler(a.row.id,"info")}}},[t("span",{staticClass:"icon iconfont",style:{margin:"0 0 0 4px",fontSize:"inherit",color:"inherit",display:"none",height:"auto"}}),e._v(" 查看 ")]):e._e(),e.isAuth("luxianxinxi","修改")?t("el-button",{staticClass:"edit",attrs:{type:"success"},on:{click:function(t){return e.addOrUpdateHandler(a.row.id)}}},[t("span",{staticClass:"icon iconfont",style:{margin:"0 0 0 4px",fontSize:"inherit",color:"inherit",display:"none",height:"auto"}}),e._v(" 修改 ")]):e._e(),e.isAuth("luxianxinxi","查看评论")?t("el-button",{staticClass:"view",attrs:{type:"success"},on:{click:function(t){return e.disscussListHandler(a.row.id)}}},[t("span",{staticClass:"icon iconfont",style:{margin:"0 0 0 4px",fontSize:"inherit",color:"inherit",display:"none",height:"auto"}}),e._v(" 查看评论 ")]):e._e(),e.isAuth("luxianxinxi","删除")?t("el-button",{staticClass:"del",attrs:{type:"primary"},on:{click:function(t){return e.deleteHandler(a.row.id)}}},[t("span",{staticClass:"icon iconfont",style:{margin:"0 2px",fontSize:"inherit",color:"inherit",display:"none"}}),e._v(" 删除 ")]):e._e()]}}],null,!1,2087276072)})],1):e._e()],1),t("el-pagination",{style:{border:"0px solid #dee2e6",padding:"10px 0",margin:"10px 0 0",whiteSpace:"nowrap",color:"inherit",textAlign:"center",background:"none",width:"100%",fontSize:"inherit",fontWeight:"500"},attrs:{"current-page":e.pageIndex,background:"","page-sizes":[10,50,100,200],"page-size":e.pageSize,layout:e.layouts.join(),total:e.totalPage,"prev-text":"< ","next-text":"> ","hide-on-single-page":!1},on:{"size-change":e.sizeChangeHandle,"current-change":e.currentChangeHandle}})]:e._e(),e.addOrUpdateFlag?t("add-or-update",{ref:"addOrUpdate",attrs:{parent:this}}):e._e(),t("el-dialog",{attrs:{title:this.batchIds.length>1?"批量审核":"审核",visible:e.sfshBatchVisiable,width:"50%"},on:{"update:visible":function(t){e.sfshBatchVisiable=t}}},[t("el-form",{ref:"shBatchForm",attrs:{model:e.shBatchForm,rules:e.shRules,"label-width":"80px"}},[t("el-form-item",{attrs:{label:"审核状态",prop:"sfsh"}},[t("el-select",{attrs:{placeholder:"审核状态"},model:{value:e.shBatchForm.sfsh,callback:function(t){e.$set(e.shBatchForm,"sfsh",t)},expression:"shBatchForm.sfsh"}},[t("el-option",{attrs:{label:"通过",value:"是"}}),t("el-option",{attrs:{label:"不通过",value:"否"}}),t("el-option",{attrs:{label:"待审核",value:"待审核"}})],1)],1),t("el-form-item",{attrs:{label:"内容",prop:"shhf"}},[t("el-input",{attrs:{type:"textarea",rows:8},model:{value:e.shBatchForm.shhf,callback:function(t){e.$set(e.shBatchForm,"shhf",t)},expression:"shBatchForm.shhf"}})],1)],1),t("span",{staticClass:"dialog-footer",attrs:{slot:"footer"},slot:"footer"},[t("el-button",{on:{click:function(t){e.sfshBatchVisiable=!1}}},[e._v("取 消")]),t("el-button",{attrs:{type:"primary"},on:{click:e.shBatchHandler}},[e._v("确 定")])],1)],1),t("el-dialog",{attrs:{title:"预览图",visible:e.previewVisible,width:"50%"},on:{"update:visible":function(t){e.previewVisible=t}}},[t("img",{staticStyle:{width:"100%"},attrs:{src:e.previewImg,alt:""}})])],2)},n=[],o=a("7097"),r=a("ba84"),s=(a("516e"),a("89f0"),a("fa12"),a("cc69"),a("bef7"),a("ef9f"),a("22f6"),a("8dd1"),a("fda0"),a("b83f"),a("27cf"),a("fb36"),a("b4e6"),a("01c9"),a("7b61"),a("3144"),a("fac8"),a("8b2b"),a("f363"),a("474d"),a("f040"),a("d079"),a("4190"),a("5c49"),a("ef6c")),l=a("5b6f"),c=a.n(l),u=function(){var e=this,t=e._self._c;return t("div",{staticClass:"addEdit-block",style:{minHeight:"calc(100vh - 200px)",padding:"0px 0 30px",margin:"0 auto",color:"#8e99a2",background:"none",width:"calc(100% - 0px)",fontSize:"14px",height:"100%"}},[t("el-form",{ref:"ruleForm",staticClass:"add-update-preview",style:{padding:"30px 5%",borderColor:"#f6f6f6",alignItems:"flex-start",borderRadius:"4px",flexWrap:"wrap",background:"rgba(255,255,255,.9)",borderWidth:"2px",display:"flex",fontSize:"inherit",borderStyle:"solid"},attrs:{model:e.ruleForm,rules:e.rules,"label-width":"180px"}},[["info"!=e.type?t("el-form-item",{staticClass:"input",style:{margin:"0 0 20px 0"},attrs:{label:"路线名称",prop:"luxianmingcheng"}},[t("el-input",{attrs:{placeholder:"路线名称",clearable:"",readonly:e.ro.luxianmingcheng},model:{value:e.ruleForm.luxianmingcheng,callback:function(t){e.$set(e.ruleForm,"luxianmingcheng",t)},expression:"ruleForm.luxianmingcheng"}})],1):t("el-form-item",{staticClass:"input",style:{margin:"0 0 20px 0"},attrs:{label:"路线名称",prop:"luxianmingcheng"}},[t("el-input",{attrs:{placeholder:"路线名称",readonly:""},model:{value:e.ruleForm.luxianmingcheng,callback:function(t){e.$set(e.ruleForm,"luxianmingcheng",t)},expression:"ruleForm.luxianmingcheng"}})],1),"info"!=e.type?t("el-form-item",{staticClass:"input",style:{margin:"0 0 20px 0"},attrs:{label:"路线起点",prop:"luxianqidian"}},[t("el-input",{attrs:{placeholder:"路线起点",clearable:"",readonly:e.ro.luxianqidian},model:{value:e.ruleForm.luxianqidian,callback:function(t){e.$set(e.ruleForm,"luxianqidian",t)},expression:"ruleForm.luxianqidian"}})],1):t("el-form-item",{staticClass:"input",style:{margin:"0 0 20px 0"},attrs:{label:"路线起点",prop:"luxianqidian"}},[t("el-input",{attrs:{placeholder:"路线起点",readonly:""},model:{value:e.ruleForm.luxianqidian,callback:function(t){e.$set(e.ruleForm,"luxianqidian",t)},expression:"ruleForm.luxianqidian"}})],1),"info"!=e.type?t("el-form-item",{staticClass:"input",style:{margin:"0 0 20px 0"},attrs:{label:"路线终点",prop:"luxianzhongdian"}},[t("el-input",{attrs:{placeholder:"路线终点",clearable:"",readonly:e.ro.luxianzhongdian},model:{value:e.ruleForm.luxianzhongdian,callback:function(t){e.$set(e.ruleForm,"luxianzhongdian",t)},expression:"ruleForm.luxianzhongdian"}})],1):t("el-form-item",{staticClass:"input",style:{margin:"0 0 20px 0"},attrs:{label:"路线终点",prop:"luxianzhongdian"}},[t("el-input",{attrs:{placeholder:"路线终点",readonly:""},model:{value:e.ruleForm.luxianzhongdian,callback:function(t){e.$set(e.ruleForm,"luxianzhongdian",t)},expression:"ruleForm.luxianzhongdian"}})],1),"info"!=e.type?t("el-form-item",{staticClass:"input",style:{margin:"0 0 20px 0"},attrs:{label:"道路情况",prop:"daoluqingkuang"}},[t("el-input",{attrs:{placeholder:"道路情况",clearable:"",readonly:e.ro.daoluqingkuang},model:{value:e.ruleForm.daoluqingkuang,callback:function(t){e.$set(e.ruleForm,"daoluqingkuang",t)},expression:"ruleForm.daoluqingkuang"}})],1):t("el-form-item",{staticClass:"input",style:{margin:"0 0 20px 0"},attrs:{label:"道路情况",prop:"daoluqingkuang"}},[t("el-input",{attrs:{placeholder:"道路情况",readonly:""},model:{value:e.ruleForm.daoluqingkuang,callback:function(t){e.$set(e.ruleForm,"daoluqingkuang",t)},expression:"ruleForm.daoluqingkuang"}})],1),"info"!=e.type?t("el-form-item",{staticClass:"input",style:{margin:"0 0 20px 0"},attrs:{label:"异常问题",prop:"yichangwenti"}},[t("el-input",{attrs:{placeholder:"异常问题",clearable:"",readonly:e.ro.yichangwenti},model:{value:e.ruleForm.yichangwenti,callback:function(t){e.$set(e.ruleForm,"yichangwenti",t)},expression:"ruleForm.yichangwenti"}})],1):t("el-form-item",{staticClass:"input",style:{margin:"0 0 20px 0"},attrs:{label:"异常问题",prop:"yichangwenti"}},[t("el-input",{attrs:{placeholder:"异常问题",readonly:""},model:{value:e.ruleForm.yichangwenti,callback:function(t){e.$set(e.ruleForm,"yichangwenti",t)},expression:"ruleForm.yichangwenti"}})],1),"info"!=e.type?t("el-form-item",{staticClass:"input",style:{margin:"0 0 20px 0"},attrs:{label:"预计行驶时长",prop:"yujixingshishizhang"}},[t("el-input",{attrs:{placeholder:"预计行驶时长",clearable:"",readonly:e.ro.yujixingshishizhang},model:{value:e.ruleForm.yujixingshishizhang,callback:function(t){e.$set(e.ruleForm,"yujixingshishizhang",t)},expression:"ruleForm.yujixingshishizhang"}})],1):t("el-form-item",{staticClass:"input",style:{margin:"0 0 20px 0"},attrs:{label:"预计行驶时长",prop:"yujixingshishizhang"}},[t("el-input",{attrs:{placeholder:"预计行驶时长",readonly:""},model:{value:e.ruleForm.yujixingshishizhang,callback:function(t){e.$set(e.ruleForm,"yujixingshishizhang",t)},expression:"ruleForm.yujixingshishizhang"}})],1),"info"!=e.type?t("el-form-item",{style:{margin:"0 0 20px 0"},attrs:{label:"路线详情",prop:"luxianxiangqing"}},[t("editor",{staticClass:"editor",staticStyle:{"min-width":"200px","max-width":"600px"},attrs:{action:"file/upload"},model:{value:e.ruleForm.luxianxiangqing,callback:function(t){e.$set(e.ruleForm,"luxianxiangqing",t)},expression:"ruleForm.luxianxiangqing"}})],1):e.ruleForm.luxianxiangqing?t("el-form-item",{style:{margin:"0 0 20px 0"},attrs:{label:"路线详情",prop:"luxianxiangqing"}},[t("span",{style:{fontSize:"14px",lineHeight:"40px",color:"#333",fontWeight:"500",display:"inline-block"},domProps:{innerHTML:e._s(e.ruleForm.luxianxiangqing)}})]):e._e()],t("el-form-item",{staticClass:"btn",style:{padding:"0",margin:"30px auto",alignItems:"center",textAlign:"center",background:"none",display:"flex",width:"60%",fontSize:"18px"}},["info"!=e.type?t("el-button",{staticClass:"btn3",attrs:{type:"success"},on:{click:e.onSubmit}},[t("span",{staticClass:"icon iconfont icon-tijiao16",style:{margin:"0 2px",fontSize:"inherit",color:"inherit",display:"none"}}),e._v(" 确定 ")]):e._e(),"info"!=e.type?t("el-button",{staticClass:"btn4",attrs:{type:"success"},on:{click:function(t){return e.back()}}},[t("span",{staticClass:"icon iconfont icon-quxiao09",style:{margin:"0 2px",fontSize:"inherit",color:"inherit",display:"none"}}),e._v(" 取消 ")]):e._e(),"info"==e.type?t("el-button",{staticClass:"btn5",attrs:{type:"success"},on:{click:function(t){return e.back()}}},[t("span",{staticClass:"icon iconfont icon-fanhui01",style:{margin:"0 2px",fontSize:"inherit",color:"inherit",display:"none"}}),e._v(" 返回 ")]):e._e()],1)],2)],1)},d=[],h=(a("c992"),a("0899"),a("fd0f"),a("61f7")),g={data:function(){return{id:"",type:"",ro:{id:!1,addtime:!1,luxianmingcheng:!1,luxianqidian:!1,luxianzhongdian:!1,daoluqingkuang:!1,yichangwenti:!1,yujixingshishizhang:!1,luxianxiangqing:!1},ruleForm:{id:"",addtime:"",luxianmingcheng:"",luxianqidian:"",luxianzhongdian:"",daoluqingkuang:"",yichangwenti:"",yujixingshishizhang:"",luxianxiangqing:""},rules:{id:[],addtime:[],luxianmingcheng:[],luxianqidian:[],luxianzhongdian:[],daoluqingkuang:[],yichangwenti:[],yujixingshishizhang:[],luxianxiangqing:[]}}},props:["parent"],computed:{},components:{},created:function(){this.ruleForm.faburiqi=this.getCurDate()},methods:{download:function(e){window.open("".concat(e))},init:function(e,t){var a=this;if(e&&(this.id=e,this.type=t),"info"==this.type||"else"==this.type)this.info(e);else if("logistics"==this.type)this.logistics=!1,this.info(e);else if("cross"==this.type){var i=this.$storage.getObj("crossObj");for(var n in i)"addtime"!=n?"luxianmingcheng"!=n?"luxianqidian"!=n?"luxianzhongdian"!=n?"daoluqingkuang"!=n?"yichangwenti"!=n?"yujixingshishizhang"!=n?"luxianxiangqing"!=n||(this.ruleForm.luxianxiangqing=i[n],this.ro.luxianxiangqing=!0):(this.ruleForm.yujixingshishizhang=i[n],this.ro.yujixingshishizhang=!0):(this.ruleForm.yichangwenti=i[n],this.ro.yichangwenti=!0):(this.ruleForm.daoluqingkuang=i[n],this.ro.daoluqingkuang=!0):(this.ruleForm.luxianzhongdian=i[n],this.ro.luxianzhongdian=!0):(this.ruleForm.luxianqidian=i[n],this.ro.luxianqidian=!0):(this.ruleForm.luxianmingcheng=i[n],this.ro.luxianmingcheng=!0):(this.ruleForm.addtime=i[n],this.ro.addtime=!0)}this.$http({url:"".concat(this.$storage.get("sessionTable"),"/session"),method:"get"}).then((function(e){var t=e.data;if(t&&0===t.code){var i=t.data;(""!=i.zhanghao&&i.zhanghao||0==i.zhanghao)&&"管理员"!=a.$storage.get("role")&&(a.ruleForm.zhanghao=i.zhanghao,a.ro.zhanghao=!0),(""!=i.xingming&&i.xingming||0==i.xingming)&&"管理员"!=a.$storage.get("role")&&(a.ruleForm.xingming=i.xingming,a.ro.xingming=!0)}else a.$message.error(t.msg)}))},info:function(e){var t=this;this.$http({url:"luxianxinxi/info/".concat(e),method:"get"}).then((function(e){var a=e.data;if(a&&0===a.code){t.ruleForm=a.data;var i=new RegExp("../../../upload","g");t.ruleForm.luxianxiangqing=t.ruleForm.luxianxiangqing.replace(i,"../../../springbootbv4939cb/upload")}else t.$message.error(a.msg)}))},onSubmit:function(){var e,t,a,i=this;this.$storage.getObj("crossObj");if("cross"==this.type){var n=this.$storage.get("statusColumnName"),o=this.$storage.get("statusColumnValue");if(""!=n){var r=this.$storage.getObj("crossObj");if(n&&!n.startsWith("[")){for(var s in r)s==n&&(r[s]=o);var l=this.$storage.get("crossTable");this.$http({url:"".concat(l,"/update"),method:"post",data:r}).then((function(e){e.data}))}else e=this.$storage.get("userid"),t=r["id"],a=this.$storage.get("statusColumnName"),a=a.replace(/\[/,"").replace(/\]/,"")}}this.$refs["ruleForm"].validate((function(n){if(n)if(t&&e){i.ruleForm.crossuserid=e,i.ruleForm.crossrefid=t;var o={page:1,limit:10,crossuserid:i.ruleForm.crossuserid,crossrefid:i.ruleForm.crossrefid};i.$http({url:"luxianxinxi/page",method:"get",params:o}).then((function(e){var t=e.data;if(t&&0===t.code){if(t.data.total>=a)return i.$message.error(i.$storage.get("tips")),!1;i.$http({url:"luxianxinxi/".concat(i.ruleForm.id?"update":"save"),method:"post",data:i.ruleForm}).then((function(e){var t=e.data;t&&0===t.code?i.$message({message:"操作成功",type:"success",duration:1500,onClose:function(){i.parent.showFlag=!0,i.parent.addOrUpdateFlag=!1,i.parent.luxianxinxiCrossAddOrUpdateFlag=!1,i.parent.search(),i.parent.contentStyleChange()}}):i.$message.error(t.msg)}))}}))}else i.$http({url:"luxianxinxi/".concat(i.ruleForm.id?"update":"save"),method:"post",data:i.ruleForm}).then((function(e){var t=e.data;t&&0===t.code?i.$message({message:"操作成功",type:"success",duration:1500,onClose:function(){i.parent.showFlag=!0,i.parent.addOrUpdateFlag=!1,i.parent.luxianxinxiCrossAddOrUpdateFlag=!1,i.parent.search(),i.parent.contentStyleChange()}}):i.$message.error(t.msg)}))}))},getUUID:function(){return(new Date).getTime()},back:function(){this.parent.showFlag=!0,this.parent.addOrUpdateFlag=!1,this.parent.luxianxinxiCrossAddOrUpdateFlag=!1,this.parent.contentStyleChange()}}},p=g,m=(a("9645"),a("55f1")),f=Object(m["a"])(p,u,d,!1,null,"58e41f96",null),b=f.exports,x={data:function(){return{json_fields:{},searchForm:{key:""},form:{},sfshBatchVisiable:!1,dataList:[],pageIndex:1,pageSize:10,totalPage:0,batchIds:[],shRules:{sfsh:[{required:!0,message:"审核状态不能为空",trigger:"blur"}],shhf:[{required:!0,message:"审核回复不能为空",trigger:"blur"}]},shBatchForm:{sfsh:"",shhf:""},dataListLoading:!1,dataListSelections:[],showFlag:!0,addOrUpdateFlag:!1,layouts:["total","prev","pager","next","sizes","jumper"],previewImg:"",previewVisible:!1}},created:function(){this.init(),this.getDataList(),this.contentStyleChange()},mounted:function(){},filters:{htmlfilter:function(e){return e.replace(/<[^>]*>/g).replace(/undefined/g,"")}},computed:{tablename:function(){return this.$storage.get("sessionTable")}},components:{AddOrUpdate:b},methods:{imgPreView:function(e){this.previewImg=e,this.previewVisible=!0},linkOthers:function(e){window.open(e)},contentStyleChange:function(){this.contentPageStyleChange()},shBatchDialog:function(){for(var e in this.dataListSelections){if(this.dataListSelections[e].sfsh&&"待审核"!=this.dataListSelections[e].sfsh)return this.$message.error("存在已审核数据,不能批量审核"),this.batchIds=[],!1;this.batchIds.push(this.dataListSelections[e].id)}this.sfshBatchVisiable=!0},shBatchHandler:function(){var e=this;this.$refs["shBatchForm"].validate((function(t){t&&e.$confirm("是否".concat(e.batchIds.length>1?"一键审核":"审核","选中数据?"),"提示",{confirmButtonText:"确定",cancelButtonText:"取消",type:"warning"}).then((function(){e.$http({url:"luxianxinxi/shBatch?sfsh="+e.shBatchForm.sfsh+"&shhf="+e.shBatchForm.shhf,method:"post",data:e.batchIds}).then((function(t){var a=t.data;a&&0===a.code?e.$message({message:"操作成功",type:"success",duration:1500,onClose:function(){e.getDataList(),e.sfshBatchVisiable=!1,e.batchIds=[]}}):e.$message.error(a.msg)}))}))}))},payHandler:function(e){if("是"!=e.sfsh)return this.$message({message:"请审核通过后再操作",type:"success",duration:1500,onClose:function(){}}),!1;this.$storage.set("paytable","luxianxinxi"),this.$storage.set("payObject",e),this.$router.push("pay")},payBatch:function(){var e=this;for(var t in this.dataListSelections){if("是"!=this.dataListSelections[t].sfsh)return this.$message.error("所选订单存在未审核订单"),!1;if("已支付"==this.dataListSelections[t].ispay)return this.$message.error("所选订单存在已支付订单"),!1}this.$confirm("是否支付所选订单?").then((function(t){var a=JSON.parse(JSON.stringify(e.dataListSelections));for(var i in a)a[i].ispay="已支付",e.$http({url:"luxianxinxi/update",method:"post",data:a[i]}).then((function(e){}));e.$message({message:"支付成功",type:"success",duration:1500,onClose:function(){e.getDataList()}})})).catch((function(e){}))},contentPageStyleChange:function(){},init:function(){},search:function(){this.pageIndex=1,this.getDataList()},getDataList:function(){var e=this;this.dataListLoading=!0;var t={page:this.pageIndex,limit:this.pageSize,sort:"id",order:"desc"};""!=this.searchForm.luxianmingcheng&&void 0!=this.searchForm.luxianmingcheng&&(t["luxianmingcheng"]="%"+this.searchForm.luxianmingcheng+"%"),""!=this.searchForm.luxianqidian&&void 0!=this.searchForm.luxianqidian&&(t["luxianqidian"]="%"+this.searchForm.luxianqidian+"%"),""!=this.searchForm.luxianzhongdian&&void 0!=this.searchForm.luxianzhongdian&&(t["luxianzhongdian"]="%"+this.searchForm.luxianzhongdian+"%");var a=JSON.parse(this.$storage.getObj("userForm"));console.log(a),this.$http({url:"luxianxinxi/page",method:"get",params:t}).then((function(t){var a=t.data;a&&0===a.code?(e.dataList=a.data.list,e.totalPage=a.data.total):(e.dataList=[],e.totalPage=0),e.dataListLoading=!1}))},sizeChangeHandle:function(e){this.pageSize=e,this.pageIndex=1,this.getDataList()},currentChangeHandle:function(e){this.pageIndex=e,this.getDataList()},selectionChangeHandler:function(e){this.dataListSelections=e},addOrUpdateHandler:function(e,t){var a=this;this.showFlag=!1,this.addOrUpdateFlag=!0,this.crossAddOrUpdateFlag=!1,"info"!=t&&(t="else"),this.$nextTick((function(){a.$refs.addOrUpdate.init(e,t)}))},disscussListHandler:function(e,t){this.$router.push({path:"/discussluxianxinxi",query:{refid:e}})},download:function(e){var t=this,a=e.replace(new RegExp("upload/","g"),"");c.a.get(this.$base.url+"file/download?fileName="+a,{headers:{token:this.$storage.get("Token")},responseType:"blob"}).then((function(e){var t=e.data,i=[];i.push(t);var n=window.URL.createObjectURL(new Blob(i,{type:"application/pdf;chartset=UTF-8"})),o=document.createElement("a");o.href=n,o.download=a,o.dispatchEvent(new MouseEvent("click",{bubbles:!0,cancelable:!0,view:window})),window.URL.revokeObjectURL(t)}),(function(e){c.a.get((location.href.split(t.$base.name).length>1?location.href.split(t.$base.name)[0]:"")+t.$base.name+"/file/download?fileName="+a,{headers:{token:t.$storage.get("Token")},responseType:"blob"}).then((function(e){var t=e.data,i=[];i.push(t);var n=window.URL.createObjectURL(new Blob(i,{type:"application/pdf;chartset=UTF-8"})),o=document.createElement("a");o.href=n,o.download=a,o.dispatchEvent(new MouseEvent("click",{bubbles:!0,cancelable:!0,view:window})),window.URL.revokeObjectURL(t)}))}))},preClick:function(e){if(!e)return!1;window.open(location.href.split(this.$base.name).length>1?location.href.split(this.$base.name)[0]+this.$base.name+"/"+e:this.$base.url+e)},luxianxinxistatusChange:function(e,t){var a=this;0==t.status&&(t.passwordwrongnum=0),this.$http({url:"luxianxinxi/update",method:"post",data:t}).then((function(e){1==t.status?a.$message.error("该用户已锁定"):a.$message.success("该用户已解除锁定")}))},deleteHandler:function(e){var t=this;return Object(r["a"])(Object(o["a"])().mark((function a(){var i,n;return Object(o["a"])().wrap((function(a){while(1)switch(a.prev=a.next){case 0:return i=e?[Number(e)]:t.dataListSelections.map((function(e){return Number(e.id)})),n="批量删除",n=e?"删除":"批量删除",a.next=5,t.$confirm("确定进行["+n+"]操作?","提示",{confirmButtonText:"确定",cancelButtonText:"取消",type:"warning"}).then(Object(r["a"])(Object(o["a"])().mark((function e(){return Object(o["a"])().wrap((function(e){while(1)switch(e.prev=e.next){case 0:return e.next=2,t.$http({url:"luxianxinxi/delete",method:"post",data:i}).then(function(){var e=Object(r["a"])(Object(o["a"])().mark((function e(a){var n,s;return Object(o["a"])().wrap((function(e){while(1)switch(e.prev=e.next){case 0:if(n=a.data,!n||0!==n.code){e.next=12;break}e.t0=Object(o["a"])().keys(i);case 3:if((e.t1=e.t0()).done){e.next=9;break}return s=e.t1.value,e.next=7,t.$http.get("storeup/list",{params:{page:1,limit:100,refid:i[s],tablename:"luxianxinxi"}}).then(function(){var e=Object(r["a"])(Object(o["a"])().mark((function e(a){var i,n;return Object(o["a"])().wrap((function(e){while(1)switch(e.prev=e.next){case 0:if(!a.data||0!=a.data.code){e.next=6;break}if(!a.data.data.list.length){e.next=6;break}for(n in i=[],a.data.data.list)i.push(a.data.data.list[n].id);return e.next=6,t.$http.post("storeup/delete",i).then((function(){}));case 6:case"end":return e.stop()}}),e)})));return function(t){return e.apply(this,arguments)}}());case 7:e.next=3;break;case 9:t.$message({message:"操作成功",type:"success",duration:1500,onClose:function(){t.search()}}),e.next=13;break;case 12:t.$message.error(n.msg);case 13:case"end":return e.stop()}}),e)})));return function(t){return e.apply(this,arguments)}}());case 2:case"end":return e.stop()}}),e)}))));case 5:case"end":return a.stop()}}),a)})))()}}},y=x,A=(a("ee77"),Object(m["a"])(y,i,n,!1,null,"e518353c",null)),v=A.exports,w=a("56ac"),k=a("0b03"),z=function(){var e=this,t=e._self._c;return t("el-container",[t("index-main")],1)},F=[],C=function(){var e=this,t=e._self._c;return t("div",{staticStyle:{height:"100%"}},[t("el-main",{style:{minHeight:"100%",margin:"0",position:"relative",background:"#fff"}},[t("index-header",{style:{boxShadow:"0 0px 0 0 rgba(0,0,0,.01), 0 0px 0px 0 rgba(0,0,0,.06)",padding:"8px 10% 8px 5%",margin:"0 auto",borderColor:"#f6dce0",alignItems:"center",color:"#eee",display:"flex",justifyContent:"space-between",background:"#494f5d",borderWidth:"0 0 0px",width:"calc(100% - 0px)",fontSize:"16px",position:"relative",borderStyle:"solid",zIndex:"1002",height:"70px"}}),e._e(),[e._e(),[t("index-aside",{style:{padding:"0 5%",borderColor:"#efefef",margin:"0 auto",background:"#494f5d",borderWidth:"0 0 0px 0",display:"block",width:"calc(100% - 0px)",borderStyle:"solid",height:"auto"}})]],t("bread-crumbs",{staticClass:"bread-crumbs",style:{padding:"0px 5%",margin:"0px auto",borderColor:"#eee",borderWidth:"0 0 0px",background:"none",width:"calc(100% - 0px)",fontSize:"16px",borderStyle:"solid"},attrs:{title:e.title}}),t("tags-view"),t("router-view",{staticClass:"router-view"})],2)],1)},S=[],j=function(){var e=this,t=e._self._c;return t("div",{staticClass:"menu-preview"},[t("div",{staticClass:"userinfo",style:{padding:"0 10px",alignItems:"center",flexDirection:"column",background:"none",display:"none",justifyContent:"center",height:"auto"}},[t("el-image",{style:{width:"36px",objectFit:"cover",borderRadius:"4px",display:"block",height:"36px"},attrs:{src:e.avatar?this.$base.url+e.avatar:a("6918"),fit:"cover"}}),t("div",{style:{fontSize:"12px",lineHeight:"1",color:"#333",textAlign:"center"}},[e._v(e._s(this.$storage.get("adminName")))])],1),t("el-menu",{staticClass:"el-menu-horizontal-2",style:{border:0,padding:"0 0px 20px",listStyle:"none",margin:"0 auto",flexWrap:"wrap",background:"none",display:"flex",width:"100%",position:"relative",transition:"all 0s ease"},attrs:{"default-active":e.activeMenu,"unique-opened":!0,mode:"horizontal"}},[t("el-menu-item",{staticClass:"home",style:{border:"0",padding:"0",listStyle:"none",margin:"0",color:"#fff",background:"none",zIndex:"99",height:"30px"},attrs:{index:"/"},nativeOn:{click:function(t){return e.menuHandler("")}}},[t("div",{staticClass:"el-tooltip"},[t("i",{staticClass:"icon iconfont icon-shouye-zhihui",style:{verticalAlign:"middle",margin:"0 3px 0",color:"inherit",textAlign:"center",background:"none",display:"inline-block",width:"auto",fontSize:"18px"}}),t("span",{style:{verticalAlign:"middle",color:"inherit",textAlign:"center",background:"none",display:"inline-block",width:"auto",fontSize:"18px"},attrs:{slot:"title"},slot:"title"},[e._v("系统首页")])])]),t("el-submenu",{staticClass:"user",style:{border:"0",padding:"0",listStyle:"none",margin:"0",color:"#333",order:"10",height:"30px"},attrs:{"popper-class":"user","popper-append-to-body":!1,index:"1"}},[t("template",{slot:"title"},[t("i",{staticClass:"icon iconfont icon-kuaijiezhifu",style:{verticalAlign:"middle",margin:"0 3px",color:"inherit",textAlign:"center",background:"none",display:"inline-block",width:"auto",fontSize:"18px"}}),t("span",{style:{verticalAlign:"middle",color:"inherit",textAlign:"center",background:"none",display:"inline-block",width:"auto",fontSize:"18px"},attrs:{slot:"title"},slot:"title"},[e._v("用户信息")])]),t("el-menu-item",{attrs:{index:"/updatePassword"},on:{click:function(t){return e.menuHandler("updatePassword")}}},[e._v("修改密码")]),t("el-menu-item",{attrs:{index:"/center"},on:{click:function(t){return e.menuHandler("center")}}},[e._v("个人信息")])],2),e._l(e.menuList.backMenu,(function(a,i){return[a.child.length>1||!e.horizontalIsMultiple?t("el-submenu",{staticClass:"other",style:{border:"0",padding:"0",listStyle:"none",margin:"0",color:"#333",background:"none",float:"left",height:"30px"},attrs:{"popper-class":"other","popper-append-to-body":!1,index:i+2+""}},[t("template",{slot:"title"},[t("i",{staticClass:"el-icon-menu",class:e.icons[i],style:{verticalAlign:"middle",margin:"0px 3px",color:"inherit",textAlign:"center",background:"none",display:"inline-block",width:"auto",fontSize:"18px"}}),t("span",{style:{verticalAlign:"middle",color:"inherit",textAlign:"center",background:"none",display:"inline-block",width:"auto",fontSize:"18px"},attrs:{slot:"title"},slot:"title"},[e._v(e._s(a.menu+(e.horizontalFlag?"管理":"")))])]),e._l(a.child,(function(a,i){return t("el-menu-item",{key:i,attrs:{index:"/"+a.tableName},on:{click:function(t){return e.menuHandler(a.tableName)}}},[e._v(e._s(a.menu))])}))],2):e._e(),a.child.length<=1&&e.horizontalIsMultiple?t("el-menu-item",{staticClass:"other",style:{border:"0",padding:"0",listStyle:"none",margin:"0",color:"#333",background:"none",float:"left",height:"30px"},attrs:{"popper-class":"other",index:"/"+a.child[0].tableName},on:{click:function(t){return e.menuHandler(a.child[0].tableName)}}},[t("div",{staticClass:"el-tooltip"},[t("i",{staticClass:"el-icon-menu",class:e.icons[i],style:{verticalAlign:"middle",margin:"0px 3px",color:"inherit",textAlign:"center",background:"none",display:"inline-block",width:"auto",fontSize:"18px"}}),t("span",{style:{verticalAlign:"middle",color:"inherit",textAlign:"center",background:"none",display:"inline-block",width:"auto",fontSize:"18px"},attrs:{slot:"title"},slot:"title"},[e._v(e._s(a.child[0].menu+(e.horizontalFlag?"管理":"")))])])]):e._e()]}))],2)],1)},O=[],L=(a("18e3"),a("0699"),a("f1eb"),a("e40f"),a("2971")),M={data:function(){return{menuList:[],dynamicMenuRoutes:[],role:"",user:null,avatar:"",icons:["el-icon-s-cooperation","el-icon-s-order","el-icon-s-platform","el-icon-s-fold","el-icon-s-unfold","el-icon-s-operation","el-icon-s-promotion","el-icon-s-release","el-icon-s-ticket","el-icon-s-management","el-icon-s-open","el-icon-s-shop","el-icon-s-marketing","el-icon-s-flag","el-icon-s-comment","el-icon-s-finance","el-icon-s-claim","el-icon-s-custom","el-icon-s-opportunity","el-icon-s-data","el-icon-s-check","el-icon-s-grid","el-icon-menu","el-icon-chat-dot-square","el-icon-message","el-icon-postcard","el-icon-position","el-icon-microphone","el-icon-close-notification","el-icon-bangzhu","el-icon-time","el-icon-odometer","el-icon-crop","el-icon-aim","el-icon-switch-button","el-icon-full-screen","el-icon-copy-document","el-icon-mic","el-icon-stopwatch"],menulistBorderBottom:{},horizontalFlag:!1,horizontalIsMultiple:!1}},computed:{activeMenu:function(){var e=this.$route;console.log(e);var t=e.meta,a=e.path;return t.activeMenu?t.activeMenu:a}},watch:{avatar:function(){this.$forceUpdate()}},mounted:function(){var e=this,t=L["a"].list();if(t)this.menuList=t;else{var a={page:1,limit:1,sort:"id"};this.$http({url:"menu/list",method:"get",params:a}).then((function(t){var a=t.data;a&&0===a.code&&(e.menuList=JSON.parse(a.data.list[0].menujson),e.$storage.set("menus",e.menuList))}))}this.role=this.$storage.get("role");for(var i=0;i0&&(o=n[0],r=n[n.length-1]),o===e)i.scrollLeft=0;else if(r===e)i.scrollLeft=i.scrollWidth-a;else{var s=n.findIndex((function(t){return t===e})),l=n[s-1],c=n[s+1],u=c.$el.offsetLeft+c.$el.offsetWidth+Q,d=l.$el.offsetLeft-Q;u>i.scrollLeft+a?i.scrollLeft=u-a:d1&&void 0!==arguments[1]?arguments[1]:"/",i=[];return e.forEach((function(e){if(e.meta&&e.meta.affix){var n=ee.a.resolve(a,e.path);i.push({fullPath:n,path:n,name:e.name,meta:Object(Z["a"])({},e.meta)})}if(e.children){var o=t.filterAffixTags(e.children,e.path);o.length>=1&&(i=[].concat(Object(D["a"])(i),Object(D["a"])(o)))}})),i},generateTitle:te["a"],initTags:function(){var e,t=this.affixTags=this.filterAffixTags(this.routes),a=Object($["a"])(t);try{for(a.s();!(e=a.n()).done;){var i=e.value;i.name&&this.$store.dispatch("tagsView/addVisitedView",i)}}catch(n){a.e(n)}finally{a.f()}},addTags:function(){var e=this.$route.name;return e&&this.$store.dispatch("tagsView/addView",this.$route),!1},moveToCurrentTag:function(){var e=this,t=this.$refs.tag;this.$nextTick((function(){var a,i=Object($["a"])(t);try{for(i.s();!(a=i.n()).done;){var n=a.value;if(n.to.path===e.$route.path){e.$refs.scrollPane.moveToTarget(n),n.to.fullPath!==e.$route.fullPath&&e.$store.dispatch("tagsView/updateVisitedView",e.$route);break}}}catch(o){i.e(o)}finally{i.f()}}))},refreshSelectedTag:function(e){var t=this;this.$store.dispatch("tagsView/delCachedView",e).then((function(){var a=e.fullPath;t.$nextTick((function(){t.$router.replace({path:"/redirect"+a})}))}))},closeSelectedTag:function(e){var t=this;this.$store.dispatch("tagsView/delView",e).then((function(a){var i=a.visitedViews;t.isActive(e)&&t.toLastView(i,e)}))},closeOthersTags:function(){var e=this;this.$router.push(this.selectedTag),this.$store.dispatch("tagsView/delOthersViews",this.selectedTag).then((function(){e.moveToCurrentTag()}))},closeAllTags:function(e){var t=this;this.$store.dispatch("tagsView/delAllViews").then((function(a){var i=a.visitedViews;t.affixTags.some((function(t){return t.path===e.path}))||t.toLastView(i,e)}))},toLastView:function(e,t){var a=e.slice(-1)[0];a?this.$router.push(a):"Dashboard"===t.name?this.$router.replace({path:"/redirect"+t.fullPath}):this.$router.push("/")},openMenu:function(e,t){var a=105,i=this.$el.getBoundingClientRect().left,n=this.$el.offsetWidth,o=n-a,r=t.clientX-i+15;this.left=r>o?o:r,this.top=t.clientY,this.visible=!0,this.selectedTag=e},closeMenu:function(){this.visible=!1}}},ie=ae,ne=(a("d6e3"),Object(m["a"])(ie,E,T,!1,null,"49993618",null)),oe=ne.exports,re={components:{IndexAside:H,IndexHeader:J,TagsView:oe},data:function(){return{menuList:[],role:"",currentIndex:-2,itemMenu:[],title:"",isCollapse:!1}},mounted:function(){var e=L["a"].list();this.menuList=e,this.role=this.$storage.get("role")},created:function(){this.init()},methods:{init:function(){this.$nextTick((function(){}))},collapseChange:function(e){this.isCollapse=e},menuHandler:function(e){this.$router.push({name:e.tableName}),this.title=e.menu},titleChange:function(e,t){this.currentIndex=e,this.itemMenu=t},homeChange:function(e){this.itemMenu=[],this.title="",this.currentIndex=e,this.$router.push({name:"home"})},centerChange:function(e){this.itemMenu=[{buttons:["新增","查看","修改","删除"],menu:"修改密码",tableName:"updatePassword"},{buttons:["新增","查看","修改","删除"],menu:"个人信息",tableName:"center"}],this.title="",this.currentIndex=e,this.$router.push({name:"home"})}}},se=re,le=(a("7818"),Object(m["a"])(se,C,S,!1,null,"d4d4b8a0",null)),ce=le.exports,ue={components:{IndexMain:ce}},de=ue,he=(a("fa49"),Object(m["a"])(de,z,F,!1,null,"15e41e3c",null)),ge=he.exports,pe=function(){var e=this,t=e._self._c;return t("div",{staticClass:"content",style:{minHeight:"calc(100vh - 190px)",padding:"0px 5% 30px",margin:"0 auto",alignItems:"flex-start",flexWrap:"wrap",background:"url(http://codegen.caihongy.cn/20230909/c30ce7be70a7441f82674cbbf06daef2.jpg) no-repeat center top / cover",display:"flex",width:"100%",fontSize:"16px",height:"100%"}},[t("div",{staticClass:"text",style:{padding:"0px",margin:"40px auto 40px",borderColor:"#ceddee",color:"rgb(51, 51, 51)",borderRadius:"0px",textAlign:"center",background:"none",borderWidth:"0px",width:"auto",fontSize:"24px",borderStyle:"solid",fontWeight:"500"}},[e._v("欢迎使用 "+e._s(this.$project.projectName))])])},me=[],fe=a("1dc1"),be=fe["a"],xe=(a("a458"),Object(m["a"])(be,pe,me,!1,null,"09d7765c",null)),ye=xe.exports,Ae=function(){var e=this,t=e._self._c;return t("div",[t("div",{staticClass:"container",style:{minHeight:"100vh",alignItems:"center",background:"url(http://codegen.caihongy.cn/20230908/322b929098b24499a774ded5b49b487b.jpg)",display:"flex",width:"100%",backgroundSize:"cover",backgroundPosition:"center center",backgroundRepeat:"no-repeat",justifyContent:"center"}},[t("el-form",{style:{border:"1px solid #ccc",padding:"100px 20px 20px",boxShadow:"0 0px 0px rgba(0, 0, 0, .2)",margin:"100px auto",borderRadius:"4px",textAlign:"center",background:"url(http://codegen.caihongy.cn/20230908/8e0e6c388b064f7abc46b7500ca1e3c6.png) no-repeat center 20px,rgba(255,255,255,.96)",width:"26vw",fontSize:"14px",position:"relative",height:"auto"}},[t("div",{staticClass:"title-container",style:{padding:"0px",margin:"20px auto 30px",borderColor:"#ddd",color:"#fff",display:"inline-block",top:"-100px",left:"-100%",background:"none",borderWidth:"0px",width:"300%",lineHeight:"auto",fontSize:"32px",position:"absolute",borderStyle:"solid",fontWeight:"600"}},[e._v("基于Java Web的车队管理信息系统登录")]),1==e.loginType?t("div",{staticClass:"list-item",style:{width:"calc(100% - 150px)",margin:"0 auto 30px",position:"relative",alignItems:"center",flexWrap:"wrap",display:"flex"}},[t("div",{staticClass:"lable",style:{color:"#666",left:"-150px",textAlign:"right",width:"150px",lineHeight:"44px",fontSize:"inherit",position:"absolute"}},[e._v("用户名:")]),t("input",{directives:[{name:"model",rawName:"v-model",value:e.rulesForm.username,expression:"rulesForm.username"}],style:{border:"0px solid rgba(167,142,68,.2)",padding:"0 10px",boxShadow:"0 0px 0px rgba(60, 60, 60, .1)",borderColor:"#ddd",color:"#666",outline:"0px solid #efefef",outlineOffset:"0px",borderRadius:"0px",background:"none",borderWidth:"0 0 1px",width:"100%",fontSize:"inherit",borderStyle:"solid",height:"36px"},attrs:{placeholder:"请输入用户名",name:"username",type:"text"},domProps:{value:e.rulesForm.username},on:{input:function(t){t.target.composing||e.$set(e.rulesForm,"username",t.target.value)}}})]):e._e(),1==e.loginType?t("div",{staticClass:"list-item",style:{width:"calc(100% - 150px)",margin:"0 auto 30px",position:"relative",alignItems:"center",flexWrap:"wrap",display:"flex"}},[t("div",{staticClass:"lable",style:{color:"#666",left:"-150px",textAlign:"right",width:"150px",lineHeight:"44px",fontSize:"inherit",position:"absolute"}},[e._v("密码:")]),t("input",{directives:[{name:"model",rawName:"v-model",value:e.rulesForm.password,expression:"rulesForm.password"}],style:{border:"0px solid rgba(167,142,68,.2)",padding:"0 10px",boxShadow:"0 0px 0px rgba(60, 60, 60, .1)",borderColor:"#ddd",color:"#666",outline:"0px solid #efefef",outlineOffset:"0px",borderRadius:"0px",background:"none",borderWidth:"0 0 1px",width:"100%",fontSize:"inherit",borderStyle:"solid",height:"36px"},attrs:{placeholder:"请输入密码",name:"password",type:"password"},domProps:{value:e.rulesForm.password},on:{input:function(t){t.target.composing||e.$set(e.rulesForm,"password",t.target.value)}}})]):e._e(),e.roles.length>1?t("div",{staticClass:"list-item select",style:{width:"calc(100% - 150px)",margin:"0 auto 30px",position:"relative",alignItems:"center",flexWrap:"wrap",display:"flex"}},[t("div",{staticClass:"lable",style:{color:"#666",left:"-150px",textAlign:"right",width:"150px",lineHeight:"44px",fontSize:"inherit",position:"absolute"}},[e._v("角色:")]),t("el-select",{attrs:{placeholder:"请选择角色"},model:{value:e.rulesForm.role,callback:function(t){e.$set(e.rulesForm,"role",t)},expression:"rulesForm.role"}},e._l(e.roles,(function(a){return 1==e.loginType||2==e.loginType&&"管理员"!=a.roleName?t("el-option",{key:a.roleName,attrs:{label:a.roleName,value:a.roleName}}):e._e()})),1)],1):e._e(),t("div",{style:{margin:"20px auto 0",alignItems:"center",flexWrap:"wrap",display:"flex",width:"calc(100% - 150px)",fontSize:"16px",position:"relative",justifyContent:"flex-start"}},[1==e.loginType?t("el-button",{staticClass:"loginInBt",style:{border:"0px solid #fff",cursor:"pointer",padding:"0 0 0 20px",margin:"0 0 20px",color:"#fff",textAlign:"center",letterSpacing:"10px",outline:"none",borderRadius:"50px",background:"#018fbf",width:"100%",fontSize:"20px",height:"44px"},attrs:{type:"primary"},on:{click:function(t){return e.login()}}},[e._v("登录")]):e._e(),t("el-button",{staticClass:"register",style:{border:"0px solid rgba(64, 158, 255, 1)",cursor:"pointer",padding:"0 6px 0 0",margin:"0 5px 10px",borderColor:"rgba(167,142,68,1)",color:"#333",outline:"none",borderRadius:"0px",background:"none",borderWidth:"0px",width:"auto",fontSize:"14px",borderStyle:"solid",fontWeight:"500",height:"40px"},attrs:{type:"primary"},on:{click:function(t){return e.register("jiashiyuan")}}},[e._v("注册驾驶员")]),t("el-button",{staticClass:"register",style:{border:"0px solid rgba(64, 158, 255, 1)",cursor:"pointer",padding:"0 6px 0 0",margin:"0 5px 10px",borderColor:"rgba(167,142,68,1)",color:"#333",outline:"none",borderRadius:"0px",background:"none",borderWidth:"0px",width:"auto",fontSize:"14px",borderStyle:"solid",fontWeight:"500",height:"40px"},attrs:{type:"primary"},on:{click:function(t){return e.register("gongzuorenyuan")}}},[e._v("注册工作人员")])],1)])],1)])},ve=[],we={data:function(){return{verifyCheck2:!1,flag:!1,baseUrl:this.$base.url,loginType:1,rulesForm:{username:"",password:"",role:""},menus:[],roles:[],tableName:""}},mounted:function(){var e=L["a"].list();this.menus=e;for(var t=0;t1){if(!this.rulesForm.role)return void this.$message.error("请选择角色");for(var e=this.menus,t=0;t1?this.$router.go(-1):this.$router.push("/")}}},Oe=je,Le=(a("5b34"),Object(m["a"])(Oe,Ce,Se,!1,null,"ffd21c38",null)),Me=Le.exports,Be=function(){var e=this,t=e._self._c;return t("div",{style:{minHeight:"calc(100vh - 200px)",padding:"0px 0 30px",margin:"0 auto",color:"#8e99a2",background:"none",width:"calc(100% - 0px)",fontSize:"14px",height:"100%"}},[t("el-form",{ref:"ruleForm",staticClass:"add-update-preview",style:{padding:"30px 5%",borderColor:"#f6f6f6",alignItems:"flex-start",borderRadius:"4px",flexWrap:"wrap",background:"rgba(255,255,255,.9)",borderWidth:"2px",display:"flex",fontSize:"inherit",borderStyle:"solid"},attrs:{rules:e.rules,model:e.ruleForm,"label-width":"200px"}},[t("el-form-item",{style:{padding:"2px 0",margin:"0 auto 20px",color:"inherit",borderRadius:"4px",background:"none",width:"100%",fontSize:"inherit"},attrs:{label:"原密码",prop:"password"}},[t("el-input",{attrs:{"show-password":""},model:{value:e.ruleForm.password,callback:function(t){e.$set(e.ruleForm,"password",t)},expression:"ruleForm.password"}})],1),t("el-form-item",{style:{padding:"2px 0",margin:"0 auto 20px",color:"inherit",borderRadius:"4px",background:"none",width:"100%",fontSize:"inherit"},attrs:{label:"新密码",prop:"newpassword"}},[t("el-input",{attrs:{"show-password":""},model:{value:e.ruleForm.newpassword,callback:function(t){e.$set(e.ruleForm,"newpassword",t)},expression:"ruleForm.newpassword"}})],1),t("el-form-item",{style:{padding:"2px 0",margin:"0 auto 20px",color:"inherit",borderRadius:"4px",background:"none",width:"100%",fontSize:"inherit"},attrs:{label:"确认密码",prop:"repassword"}},[t("el-input",{attrs:{"show-password":""},model:{value:e.ruleForm.repassword,callback:function(t){e.$set(e.ruleForm,"repassword",t)},expression:"ruleForm.repassword"}})],1),t("el-form-item",{style:{padding:"0",margin:"30px auto",alignItems:"center",textAlign:"center",background:"none",display:"flex",width:"60%",fontSize:"18px"}},[t("el-button",{staticClass:"btn3",style:{border:"0px solid #3fcbca",cursor:"pointer",padding:"0 20px",margin:"0px 4px",color:"#fff",minWidth:"90px",outline:"none",borderRadius:"4px",background:"#4b88e4",width:"auto",fontSize:"14px",lineHeight:"40px",height:"40px"},attrs:{type:"primary"},on:{click:e.onUpdateHandler}},[t("span",{staticClass:"icon iconfont icon-tijiao16",style:{margin:"0 2px",fontSize:"inherit",color:"inherit",display:"none"}}),e._v(" 确定 ")])],1)],1)],1)},Ve=[],He={data:function(){return{dialogVisible:!1,ruleForm:{},user:{},rules:{password:[{required:!0,message:"密码不能为空",trigger:"blur"}],newpassword:[{required:!0,message:"新密码不能为空",trigger:"blur"}],repassword:[{required:!0,message:"确认密码不能为空",trigger:"blur"}]}}},mounted:function(){var e=this;this.$http({url:"".concat(this.$storage.get("sessionTable"),"/session"),method:"get"}).then((function(t){var a=t.data;a&&0===a.code?e.user=a.data:e.$message.error(a.msg)}))},methods:{onLogout:function(){this.$storage.remove("Token"),this.$router.replace({name:"login"})},onUpdateHandler:function(){var e=this;return Object(r["a"])(Object(o["a"])().mark((function t(){return Object(o["a"])().wrap((function(t){while(1)switch(t.prev=t.next){case 0:e.$refs["ruleForm"].validate(function(){var t=Object(r["a"])(Object(o["a"])().mark((function t(a){var i;return Object(o["a"])().wrap((function(t){while(1)switch(t.prev=t.next){case 0:if(!a){t.next=28;break}if(i="",e.user.mima?i=e.user.mima:e.user.password&&(i=e.user.password),"users"!=e.$storage.get("sessionTable")){t.next=14;break}if(e.ruleForm.password==i){t.next=7;break}return e.$message.error("原密码错误"),t.abrupt("return");case 7:if(e.ruleForm.newpassword==e.ruleForm.repassword){t.next=10;break}return e.$message.error("两次密码输入不一致"),t.abrupt("return");case 10:return e.user.password=e.ruleForm.newpassword,e.user.mima=e.ruleForm.newpassword,e.$http({url:"".concat(e.$storage.get("sessionTable"),"/update"),method:"post",data:e.user}).then((function(t){var a=t.data;a&&0===a.code?e.$message({message:"修改密码成功,下次登录系统生效",type:"success",duration:1500,onClose:function(){}}):e.$message.error(a.msg)})),t.abrupt("return",!1);case 14:if(e.ruleForm.password==i){t.next=17;break}return e.$message.error("原密码错误"),t.abrupt("return");case 17:if(e.ruleForm.newpassword==e.ruleForm.repassword){t.next=20;break}return e.$message.error("两次密码输入不一致"),t.abrupt("return");case 20:if(e.ruleForm.newpassword!=e.ruleForm.password){t.next=23;break}return e.$message.error("新密码与原密码相同"),t.abrupt("return");case 23:e.$storage.get("sessionTable"),e.$storage.get("sessionTable"),e.user.password=e.ruleForm.newpassword,e.user.mima=e.ruleForm.newpassword,e.$http({url:"".concat(e.$storage.get("sessionTable"),"/update"),method:"post",data:e.user}).then((function(t){var a=t.data;a&&0===a.code?e.$message({message:"修改密码成功,下次登录系统生效",type:"success",duration:1500,onClose:function(){}}):e.$message.error(a.msg)}));case 28:case"end":return t.stop()}}),t)})));return function(e){return t.apply(this,arguments)}}());case 1:case"end":return t.stop()}}),t)})))()}}},_e=He,Ie=(a("969e"),Object(m["a"])(_e,Be,Ve,!1,null,"1cda2566",null)),qe=Ie.exports,Ue=function(){var e=this,t=e._self._c;return t("div",{staticClass:"container",style:{margin:"0 200px 20px"}},[t("el-alert",{attrs:{title:"确认支付前请先核对订单信息",type:"success",closable:!1}}),t("div",{staticClass:"pay-type-content"},[t("div",{staticClass:"pay-type-item"},[t("el-radio",{attrs:{label:"微信支付"},model:{value:e.type,callback:function(t){e.type=t},expression:"type"}}),t("img",{attrs:{src:a("d709"),alt:""}})],1),t("div",{staticClass:"pay-type-item"},[t("el-radio",{attrs:{label:"支付宝支付"},model:{value:e.type,callback:function(t){e.type=t},expression:"type"}}),t("img",{attrs:{src:a("b7e8"),alt:""}})],1),t("div",{staticClass:"pay-type-item"},[t("el-radio",{attrs:{label:"建设银行"},model:{value:e.type,callback:function(t){e.type=t},expression:"type"}}),t("img",{attrs:{src:a("ecc3"),alt:""}})],1),t("div",{staticClass:"pay-type-item"},[t("el-radio",{attrs:{label:"农业银行"},model:{value:e.type,callback:function(t){e.type=t},expression:"type"}}),t("img",{attrs:{src:a("5431"),alt:""}})],1),t("div",{staticClass:"pay-type-item"},[t("el-radio",{attrs:{label:"中国银行"},model:{value:e.type,callback:function(t){e.type=t},expression:"type"}}),t("img",{attrs:{src:a("8249"),alt:""}})],1),t("div",{staticClass:"pay-type-item"},[t("el-radio",{attrs:{label:"交通银行"},model:{value:e.type,callback:function(t){e.type=t},expression:"type"}}),t("img",{attrs:{src:a("c985"),alt:""}})],1)]),t("div",{staticClass:"buton-content"},[t("el-button",{attrs:{type:"primary"},on:{click:e.submitTap}},[e._v("确认支付")]),t("el-button",{on:{click:function(t){return e.back()}}},[e._v("返回")])],1)],1)},Re=[],Je={data:function(){return{name:"",account:"",type:"",table:"",obj:""}},mounted:function(){var e=this.$storage.get("paytable"),t=this.$storage.getObj("payObject");this.table=e,this.obj=t},methods:{submitTap:function(){var e=this;this.type?this.$confirm("确定支付?","提示",{confirmButtonText:"确定",cancelButtonText:"取消",type:"warning"}).then((function(){e.obj.ispay="已支付",e.$http({url:"".concat(e.table,"/update"),method:"post",data:e.obj}).then((function(t){var a=t.data;a&&0===a.code?e.$message({message:"支付成功",type:"success",duration:1500,onClose:function(){e.$router.go(-1)}}):e.$message.error(a.msg)}))})):this.$message.error("请选择支付方式")},back:function(){this.$router.go(-1)}}},Ee=Je,Te=(a("a4bb"),Object(m["a"])(Ee,Ue,Re,!1,null,"78fb9f03",null)),$e=Te.exports,De=function(){var e=this,t=e._self._c;return t("div",[t("div",{staticClass:"container",style:{minHeight:"100vh",alignItems:"center",background:"url(http://codegen.caihongy.cn/20230908/322b929098b24499a774ded5b49b487b.jpg)",display:"flex",width:"100%",backgroundSize:"cover",backgroundPosition:"center center",backgroundRepeat:"no-repeat",justifyContent:"center",height:"auto"}},["register"==e.pageFlag?t("el-form",{ref:"rgsForm",staticClass:"rgs-form",style:{border:"1px solid #ccc",padding:"30px 0px 20px 30px",boxShadow:"0 0px 0px rgba(0, 0, 0, .2)",margin:"100px auto",borderRadius:"4px",textAlign:"center",background:"rgba(255,255,255,.96)",width:"30vw",fontSize:"16px",position:"relative",height:"auto"},attrs:{model:e.rgsForm,rules:e.rules}},[t("div",{staticClass:"title",style:{padding:"0px",margin:"10px auto 0px",borderColor:"#eee",color:"#fff",display:"inline-block",top:"-80px",left:"-100%",background:"none",borderWidth:"0px",width:"300%",lineHeight:"40px",fontSize:"32px",position:"absolute",borderStyle:"solid",fontWeight:"600"}},[e._v("基于Java Web的车队管理信息系统注册")]),"jiashiyuan"==e.tableName?t("el-form-item",{staticClass:"list-item",style:{padding:"0 0px",margin:"0 auto 10px",textAlign:"left",width:"calc(100% - 150px)",fontSize:"inherit",position:"relative",height:"auto"}},[t("div",{staticClass:"lable",class:e.changeRules("zhanghao")?"required":"",style:{padding:"0 8px 0 0",color:"#666",textAlign:"right",left:"-150px",width:"150px",lineHeight:"40px",fontSize:"14px",position:"absolute"}},[e._v("账号:")]),t("el-input",{attrs:{autocomplete:"off",placeholder:"账号",type:"text"},model:{value:e.ruleForm.zhanghao,callback:function(t){e.$set(e.ruleForm,"zhanghao",t)},expression:"ruleForm.zhanghao"}})],1):e._e(),"jiashiyuan"==e.tableName?t("el-form-item",{staticClass:"list-item",style:{padding:"0 0px",margin:"0 auto 10px",textAlign:"left",width:"calc(100% - 150px)",fontSize:"inherit",position:"relative",height:"auto"}},[t("div",{staticClass:"lable",class:e.changeRules("mima")?"required":"",style:{padding:"0 8px 0 0",color:"#666",textAlign:"right",left:"-150px",width:"150px",lineHeight:"40px",fontSize:"14px",position:"absolute"}},[e._v("密码:")]),t("el-input",{attrs:{autocomplete:"off",placeholder:"密码",type:"password"},model:{value:e.ruleForm.mima,callback:function(t){e.$set(e.ruleForm,"mima",t)},expression:"ruleForm.mima"}})],1):e._e(),"jiashiyuan"==e.tableName?t("el-form-item",{staticClass:"list-item",style:{padding:"0 0px",margin:"0 auto 10px",textAlign:"left",width:"calc(100% - 150px)",fontSize:"inherit",position:"relative",height:"auto"}},[t("div",{staticClass:"lable",class:e.changeRules("mima")?"required":"",style:{padding:"0 8px 0 0",color:"#666",textAlign:"right",left:"-150px",width:"150px",lineHeight:"40px",fontSize:"14px",position:"absolute"}},[e._v("确认密码:")]),t("el-input",{attrs:{autocomplete:"off",placeholder:"确认密码",type:"password"},model:{value:e.ruleForm.mima2,callback:function(t){e.$set(e.ruleForm,"mima2",t)},expression:"ruleForm.mima2"}})],1):e._e(),"jiashiyuan"==e.tableName?t("el-form-item",{staticClass:"list-item",style:{padding:"0 0px",margin:"0 auto 10px",textAlign:"left",width:"calc(100% - 150px)",fontSize:"inherit",position:"relative",height:"auto"}},[t("div",{staticClass:"lable",class:e.changeRules("xingming")?"required":"",style:{padding:"0 8px 0 0",color:"#666",textAlign:"right",left:"-150px",width:"150px",lineHeight:"40px",fontSize:"14px",position:"absolute"}},[e._v("姓名:")]),t("el-input",{attrs:{autocomplete:"off",placeholder:"姓名",type:"text"},model:{value:e.ruleForm.xingming,callback:function(t){e.$set(e.ruleForm,"xingming",t)},expression:"ruleForm.xingming"}})],1):e._e(),"jiashiyuan"==e.tableName?t("el-form-item",{staticClass:"list-item",style:{padding:"0 0px",margin:"0 auto 10px",textAlign:"left",width:"calc(100% - 150px)",fontSize:"inherit",position:"relative",height:"auto"}},[t("div",{staticClass:"lable",class:e.changeRules("xingbie")?"required":"",style:{padding:"0 8px 0 0",color:"#666",textAlign:"right",left:"-150px",width:"150px",lineHeight:"40px",fontSize:"14px",position:"absolute"}},[e._v("性别:")]),t("el-select",{attrs:{placeholder:"请选择性别"},model:{value:e.ruleForm.xingbie,callback:function(t){e.$set(e.ruleForm,"xingbie",t)},expression:"ruleForm.xingbie"}},e._l(e.jiashiyuanxingbieOptions,(function(e,a){return t("el-option",{key:a,attrs:{label:e,value:e}})})),1)],1):e._e(),"jiashiyuan"==e.tableName?t("el-form-item",{staticClass:"list-item",style:{padding:"0 0px",margin:"0 auto 10px",textAlign:"left",width:"calc(100% - 150px)",fontSize:"inherit",position:"relative",height:"auto"}},[t("div",{staticClass:"lable",class:e.changeRules("shouji")?"required":"",style:{padding:"0 8px 0 0",color:"#666",textAlign:"right",left:"-150px",width:"150px",lineHeight:"40px",fontSize:"14px",position:"absolute"}},[e._v("手机:")]),t("el-input",{attrs:{autocomplete:"off",placeholder:"手机",type:"text"},model:{value:e.ruleForm.shouji,callback:function(t){e.$set(e.ruleForm,"shouji",t)},expression:"ruleForm.shouji"}})],1):e._e(),"jiashiyuan"==e.tableName?t("el-form-item",{staticClass:"list-item",style:{padding:"0 0px",margin:"0 auto 10px",textAlign:"left",width:"calc(100% - 150px)",fontSize:"inherit",position:"relative",height:"auto"}},[t("div",{staticClass:"lable",class:e.changeRules("shenfenzheng")?"required":"",style:{padding:"0 8px 0 0",color:"#666",textAlign:"right",left:"-150px",width:"150px",lineHeight:"40px",fontSize:"14px",position:"absolute"}},[e._v("身份证:")]),t("el-input",{attrs:{autocomplete:"off",placeholder:"身份证",type:"text"},model:{value:e.ruleForm.shenfenzheng,callback:function(t){e.$set(e.ruleForm,"shenfenzheng",t)},expression:"ruleForm.shenfenzheng"}})],1):e._e(),"jiashiyuan"==e.tableName?t("el-form-item",{staticClass:"list-item",style:{padding:"0 0px",margin:"0 auto 10px",textAlign:"left",width:"calc(100% - 150px)",fontSize:"inherit",position:"relative",height:"auto"}},[t("div",{staticClass:"lable",class:e.changeRules("chushengriqi")?"required":"",style:{padding:"0 8px 0 0",color:"#666",textAlign:"right",left:"-150px",width:"150px",lineHeight:"40px",fontSize:"14px",position:"absolute"}},[e._v("出生日期:")]),t("el-date-picker",{attrs:{format:"yyyy 年 MM 月 dd 日","value-format":"yyyy-MM-dd",type:"date",placeholder:"出生日期"},model:{value:e.ruleForm.chushengriqi,callback:function(t){e.$set(e.ruleForm,"chushengriqi",t)},expression:"ruleForm.chushengriqi"}})],1):e._e(),"jiashiyuan"==e.tableName?t("el-form-item",{staticClass:"list-item",style:{padding:"0 0px",margin:"0 auto 10px",textAlign:"left",width:"calc(100% - 150px)",fontSize:"inherit",position:"relative",height:"auto"}},[t("div",{staticClass:"lable",class:e.changeRules("jiashizhenghao")?"required":"",style:{padding:"0 8px 0 0",color:"#666",textAlign:"right",left:"-150px",width:"150px",lineHeight:"40px",fontSize:"14px",position:"absolute"}},[e._v("驾驶证号:")]),t("el-input",{attrs:{autocomplete:"off",placeholder:"驾驶证号",type:"text"},model:{value:e.ruleForm.jiashizhenghao,callback:function(t){e.$set(e.ruleForm,"jiashizhenghao",t)},expression:"ruleForm.jiashizhenghao"}})],1):e._e(),"jiashiyuan"==e.tableName?t("el-form-item",{staticClass:"list-item",style:{padding:"0 0px",margin:"0 auto 10px",textAlign:"left",width:"calc(100% - 150px)",fontSize:"inherit",position:"relative",height:"auto"}},[t("div",{staticClass:"lable",class:e.changeRules("touxiang")?"required":"",style:{padding:"0 8px 0 0",color:"#666",textAlign:"right",left:"-150px",width:"150px",lineHeight:"40px",fontSize:"14px",position:"absolute"}},[e._v("头像:")]),t("file-upload",{attrs:{tip:"点击上传头像",action:"file/upload",limit:3,multiple:!0,fileUrls:e.ruleForm.touxiang?e.ruleForm.touxiang:""},on:{change:e.jiashiyuantouxiangUploadChange}})],1):e._e(),"gongzuorenyuan"==e.tableName?t("el-form-item",{staticClass:"list-item",style:{padding:"0 0px",margin:"0 auto 10px",textAlign:"left",width:"calc(100% - 150px)",fontSize:"inherit",position:"relative",height:"auto"}},[t("div",{staticClass:"lable",class:e.changeRules("yuangongzhanghao")?"required":"",style:{padding:"0 8px 0 0",color:"#666",textAlign:"right",left:"-150px",width:"150px",lineHeight:"40px",fontSize:"14px",position:"absolute"}},[e._v("员工账号:")]),t("el-input",{attrs:{autocomplete:"off",placeholder:"员工账号",type:"text"},model:{value:e.ruleForm.yuangongzhanghao,callback:function(t){e.$set(e.ruleForm,"yuangongzhanghao",t)},expression:"ruleForm.yuangongzhanghao"}})],1):e._e(),"gongzuorenyuan"==e.tableName?t("el-form-item",{staticClass:"list-item",style:{padding:"0 0px",margin:"0 auto 10px",textAlign:"left",width:"calc(100% - 150px)",fontSize:"inherit",position:"relative",height:"auto"}},[t("div",{staticClass:"lable",class:e.changeRules("mima")?"required":"",style:{padding:"0 8px 0 0",color:"#666",textAlign:"right",left:"-150px",width:"150px",lineHeight:"40px",fontSize:"14px",position:"absolute"}},[e._v("密码:")]),t("el-input",{attrs:{autocomplete:"off",placeholder:"密码",type:"password"},model:{value:e.ruleForm.mima,callback:function(t){e.$set(e.ruleForm,"mima",t)},expression:"ruleForm.mima"}})],1):e._e(),"gongzuorenyuan"==e.tableName?t("el-form-item",{staticClass:"list-item",style:{padding:"0 0px",margin:"0 auto 10px",textAlign:"left",width:"calc(100% - 150px)",fontSize:"inherit",position:"relative",height:"auto"}},[t("div",{staticClass:"lable",class:e.changeRules("mima")?"required":"",style:{padding:"0 8px 0 0",color:"#666",textAlign:"right",left:"-150px",width:"150px",lineHeight:"40px",fontSize:"14px",position:"absolute"}},[e._v("确认密码:")]),t("el-input",{attrs:{autocomplete:"off",placeholder:"确认密码",type:"password"},model:{value:e.ruleForm.mima2,callback:function(t){e.$set(e.ruleForm,"mima2",t)},expression:"ruleForm.mima2"}})],1):e._e(),"gongzuorenyuan"==e.tableName?t("el-form-item",{staticClass:"list-item",style:{padding:"0 0px",margin:"0 auto 10px",textAlign:"left",width:"calc(100% - 150px)",fontSize:"inherit",position:"relative",height:"auto"}},[t("div",{staticClass:"lable",class:e.changeRules("yuangongxingming")?"required":"",style:{padding:"0 8px 0 0",color:"#666",textAlign:"right",left:"-150px",width:"150px",lineHeight:"40px",fontSize:"14px",position:"absolute"}},[e._v("员工姓名:")]),t("el-input",{attrs:{autocomplete:"off",placeholder:"员工姓名",type:"text"},model:{value:e.ruleForm.yuangongxingming,callback:function(t){e.$set(e.ruleForm,"yuangongxingming",t)},expression:"ruleForm.yuangongxingming"}})],1):e._e(),"gongzuorenyuan"==e.tableName?t("el-form-item",{staticClass:"list-item",style:{padding:"0 0px",margin:"0 auto 10px",textAlign:"left",width:"calc(100% - 150px)",fontSize:"inherit",position:"relative",height:"auto"}},[t("div",{staticClass:"lable",class:e.changeRules("nianling")?"required":"",style:{padding:"0 8px 0 0",color:"#666",textAlign:"right",left:"-150px",width:"150px",lineHeight:"40px",fontSize:"14px",position:"absolute"}},[e._v("年龄:")]),t("el-input",{attrs:{autocomplete:"off",placeholder:"年龄",type:"text"},model:{value:e.ruleForm.nianling,callback:function(t){e.$set(e.ruleForm,"nianling",e._n(t))},expression:"ruleForm.nianling"}})],1):e._e(),"gongzuorenyuan"==e.tableName?t("el-form-item",{staticClass:"list-item",style:{padding:"0 0px",margin:"0 auto 10px",textAlign:"left",width:"calc(100% - 150px)",fontSize:"inherit",position:"relative",height:"auto"}},[t("div",{staticClass:"lable",class:e.changeRules("xingbie")?"required":"",style:{padding:"0 8px 0 0",color:"#666",textAlign:"right",left:"-150px",width:"150px",lineHeight:"40px",fontSize:"14px",position:"absolute"}},[e._v("性别:")]),t("el-select",{attrs:{placeholder:"请选择性别"},model:{value:e.ruleForm.xingbie,callback:function(t){e.$set(e.ruleForm,"xingbie",t)},expression:"ruleForm.xingbie"}},e._l(e.gongzuorenyuanxingbieOptions,(function(e,a){return t("el-option",{key:a,attrs:{label:e,value:e}})})),1)],1):e._e(),"gongzuorenyuan"==e.tableName?t("el-form-item",{staticClass:"list-item",style:{padding:"0 0px",margin:"0 auto 10px",textAlign:"left",width:"calc(100% - 150px)",fontSize:"inherit",position:"relative",height:"auto"}},[t("div",{staticClass:"lable",class:e.changeRules("shouji")?"required":"",style:{padding:"0 8px 0 0",color:"#666",textAlign:"right",left:"-150px",width:"150px",lineHeight:"40px",fontSize:"14px",position:"absolute"}},[e._v("手机:")]),t("el-input",{attrs:{autocomplete:"off",placeholder:"手机",type:"text"},model:{value:e.ruleForm.shouji,callback:function(t){e.$set(e.ruleForm,"shouji",t)},expression:"ruleForm.shouji"}})],1):e._e(),"gongzuorenyuan"==e.tableName?t("el-form-item",{staticClass:"list-item",style:{padding:"0 0px",margin:"0 auto 10px",textAlign:"left",width:"calc(100% - 150px)",fontSize:"inherit",position:"relative",height:"auto"}},[t("div",{staticClass:"lable",class:e.changeRules("touxiang")?"required":"",style:{padding:"0 8px 0 0",color:"#666",textAlign:"right",left:"-150px",width:"150px",lineHeight:"40px",fontSize:"14px",position:"absolute"}},[e._v("头像:")]),t("file-upload",{attrs:{tip:"点击上传头像",action:"file/upload",limit:3,multiple:!0,fileUrls:e.ruleForm.touxiang?e.ruleForm.touxiang:""},on:{change:e.gongzuorenyuantouxiangUploadChange}})],1):e._e(),t("button",{staticClass:"r-btn",style:{border:"1px solid #fff",cursor:"pointer",padding:"0 0 0 20px",boxShadow:"0 0 0px rgba(64, 158, 255, .5)",margin:"20px auto 5px",color:"#fff",display:"block",letterSpacing:"10px",outline:"none",borderRadius:"50px",background:"#018fbf",width:"calc(100% - 150px)",fontSize:"20px",height:"44px"},attrs:{type:"button"},on:{click:function(t){return e.login()}}},[e._v("注册")]),t("div",{staticClass:"r-login",style:{cursor:"pointer",padding:"0",margin:"10px 0",color:"rgba(159, 159, 159, 1)",textAlign:"right",display:"inline-block",width:"calc(100% - 150px)",lineHeight:"1",fontSize:"14px"},on:{click:function(t){return e.close()}}},[e._v("已有账号,直接登录")])],1):e._e()],1)])},Ze=[],Pe={data:function(){return{ruleForm:{},forgetForm:{},pageFlag:"",tableName:"",rules:{},jiashiyuanxingbieOptions:[],gongzuorenyuanxingbieOptions:[]}},mounted:function(){if(this.pageFlag=this.$route.query.pageFlag,"register"==this.$route.query.pageFlag){var e=this.$storage.get("loginTable");this.tableName=e,"jiashiyuan"==this.tableName&&(this.ruleForm={zhanghao:"",mima:"",xingming:"",xingbie:"",shouji:"",shenfenzheng:"",chushengriqi:"",jiashizhenghao:"",touxiang:""}),"gongzuorenyuan"==this.tableName&&(this.ruleForm={yuangongzhanghao:"",mima:"",yuangongxingming:"",nianling:"",xingbie:"",shouji:"",touxiang:"",sfsh:"",shhf:""}),"jiashiyuan"==this.tableName&&(this.rules.zhanghao=[{required:!0,message:"请输入账号",trigger:"blur"}]),"jiashiyuan"==this.tableName&&(this.rules.mima=[{required:!0,message:"请输入密码",trigger:"blur"}]),"jiashiyuan"==this.tableName&&(this.rules.xingming=[{required:!0,message:"请输入姓名",trigger:"blur"}]),"jiashiyuan"==this.tableName&&(this.rules.shenfenzheng=[{required:!0,message:"请输入身份证",trigger:"blur"}]),"jiashiyuan"==this.tableName&&(this.rules.jiashizhenghao=[{required:!0,message:"请输入驾驶证号",trigger:"blur"}]),"gongzuorenyuan"==this.tableName&&(this.rules.yuangongzhanghao=[{required:!0,message:"请输入员工账号",trigger:"blur"}]),"gongzuorenyuan"==this.tableName&&(this.rules.mima=[{required:!0,message:"请输入密码",trigger:"blur"}]),"gongzuorenyuan"==this.tableName&&(this.rules.yuangongxingming=[{required:!0,message:"请输入员工姓名",trigger:"blur"}]),this.jiashiyuanxingbieOptions="男,女".split(","),this.ruleForm.chushengriqi=this.getCurDate(),this.gongzuorenyuanxingbieOptions="男,女".split(",")}},created:function(){},destroyed:function(){},methods:{changeRules:function(e){return!!this.rules[e]},getUUID:function(){return(new Date).getTime()},close:function(){this.$router.push({path:"/login"})},jiashiyuantouxiangUploadChange:function(e){this.ruleForm.touxiang=e},gongzuorenyuantouxiangUploadChange:function(e){this.ruleForm.touxiang=e},login:function(){var e=this,t=this.tableName+"/register";this.ruleForm.zhanghao||"jiashiyuan"!=this.tableName?this.ruleForm.mima||"jiashiyuan"!=this.tableName?this.ruleForm.mima==this.ruleForm.mima2||"jiashiyuan"!=this.tableName?this.ruleForm.xingming||"jiashiyuan"!=this.tableName?"jiashiyuan"!=this.tableName||!this.ruleForm.shouji||this.$validate.isMobile(this.ruleForm.shouji)?this.ruleForm.shenfenzheng||"jiashiyuan"!=this.tableName?"jiashiyuan"!=this.tableName||!this.ruleForm.shenfenzheng||this.$validate.checkIdCard(this.ruleForm.shenfenzheng)?this.ruleForm.jiashizhenghao||"jiashiyuan"!=this.tableName?(null!=this.ruleForm.touxiang&&(this.ruleForm.touxiang=this.ruleForm.touxiang.replace(new RegExp(this.$base.url,"g"),"")),"gongzuorenyuan"==this.tableName&&(this.ruleForm.sfsh="待审核"),this.ruleForm.yuangongzhanghao||"gongzuorenyuan"!=this.tableName?this.ruleForm.mima||"gongzuorenyuan"!=this.tableName?this.ruleForm.mima==this.ruleForm.mima2||"gongzuorenyuan"!=this.tableName?this.ruleForm.yuangongxingming||"gongzuorenyuan"!=this.tableName?"gongzuorenyuan"!=this.tableName||!this.ruleForm.nianling||this.$validate.isIntNumer(this.ruleForm.nianling)?"gongzuorenyuan"!=this.tableName||!this.ruleForm.shouji||this.$validate.isMobile(this.ruleForm.shouji)?(null!=this.ruleForm.touxiang&&(this.ruleForm.touxiang=this.ruleForm.touxiang.replace(new RegExp(this.$base.url,"g"),"")),this.$http({url:t,method:"post",data:this.ruleForm}).then((function(t){var a=t.data;a&&0===a.code?e.$message({message:"注册成功",type:"success",duration:1500,onClose:function(){e.$router.replace({path:"/login"})}}):e.$message.error(a.msg)}))):this.$message.error("手机应输入手机格式"):this.$message.error("年龄应输入整数"):this.$message.error("员工姓名不能为空"):this.$message.error("两次密码输入不一致"):this.$message.error("密码不能为空"):this.$message.error("员工账号不能为空")):this.$message.error("驾驶证号不能为空"):this.$message.error("身份证应输入身份证格式"):this.$message.error("身份证不能为空"):this.$message.error("手机应输入手机格式"):this.$message.error("姓名不能为空"):this.$message.error("两次密码输入不一致"):this.$message.error("密码不能为空"):this.$message.error("账号不能为空")}}},We=Pe,Qe=(a("c774"),Object(m["a"])(We,De,Ze,!1,null,"6bb253c2",null)),Ne=Qe.exports,Ye=function(){var e=this,t=e._self._c;return t("div",{style:{minHeight:"calc(100vh - 200px)",padding:"0px 5%",margin:"0 auto",color:"#666",background:"none",width:"calc(100% - 0px)",fontSize:"14px",height:"100%"}},[t("el-form",{ref:"ruleForm",staticClass:"add-update-preview",style:{padding:"30px 5%",borderColor:"#f6f6f6",alignItems:"flex-start",borderRadius:"4px",flexWrap:"wrap",background:"rgba(255,255,255,.9)",borderWidth:"2px",display:"flex",fontSize:"inherit",borderStyle:"solid"},attrs:{model:e.ruleForm,"label-width":"200px"}},[t("el-row",["jiashiyuan"==e.flag?t("el-form-item",{style:{padding:"2px 0",margin:"0 auto 20px",color:"inherit",borderRadius:"4px",background:"none",width:"100%",fontSize:"inherit"},attrs:{label:"账号",prop:"zhanghao"}},[t("el-input",{attrs:{readonly:"",placeholder:"账号",clearable:""},model:{value:e.ruleForm.zhanghao,callback:function(t){e.$set(e.ruleForm,"zhanghao",t)},expression:"ruleForm.zhanghao"}})],1):e._e(),"jiashiyuan"==e.flag?t("el-form-item",{style:{padding:"2px 0",margin:"0 auto 20px",color:"inherit",borderRadius:"4px",background:"none",width:"100%",fontSize:"inherit"},attrs:{label:"姓名",prop:"xingming"}},[t("el-input",{attrs:{placeholder:"姓名",clearable:""},model:{value:e.ruleForm.xingming,callback:function(t){e.$set(e.ruleForm,"xingming",t)},expression:"ruleForm.xingming"}})],1):e._e(),"jiashiyuan"==e.flag?t("el-form-item",{style:{padding:"2px 0",margin:"0 auto 20px",color:"inherit",borderRadius:"4px",background:"none",width:"100%",fontSize:"inherit"},attrs:{label:"性别",prop:"xingbie"}},[t("el-select",{attrs:{placeholder:"请选择性别"},model:{value:e.ruleForm.xingbie,callback:function(t){e.$set(e.ruleForm,"xingbie",t)},expression:"ruleForm.xingbie"}},e._l(e.jiashiyuanxingbieOptions,(function(e,a){return t("el-option",{key:a,attrs:{label:e,value:e}})})),1)],1):e._e(),"jiashiyuan"==e.flag?t("el-form-item",{style:{padding:"2px 0",margin:"0 auto 20px",color:"inherit",borderRadius:"4px",background:"none",width:"100%",fontSize:"inherit"},attrs:{label:"手机",prop:"shouji"}},[t("el-input",{attrs:{placeholder:"手机",clearable:""},model:{value:e.ruleForm.shouji,callback:function(t){e.$set(e.ruleForm,"shouji",t)},expression:"ruleForm.shouji"}})],1):e._e(),"jiashiyuan"==e.flag?t("el-form-item",{style:{padding:"2px 0",margin:"0 auto 20px",color:"inherit",borderRadius:"4px",background:"none",width:"100%",fontSize:"inherit"},attrs:{label:"身份证",prop:"shenfenzheng"}},[t("el-input",{attrs:{placeholder:"身份证",clearable:""},model:{value:e.ruleForm.shenfenzheng,callback:function(t){e.$set(e.ruleForm,"shenfenzheng",t)},expression:"ruleForm.shenfenzheng"}})],1):e._e(),"jiashiyuan"==e.flag?t("el-form-item",{style:{padding:"2px 0",margin:"0 auto 20px",color:"inherit",borderRadius:"4px",background:"none",width:"100%",fontSize:"inherit"},attrs:{label:"出生日期",prop:"chushengriqi"}},[t("el-date-picker",{attrs:{format:"yyyy 年 MM 月 dd 日","value-format":"yyyy-MM-dd",type:"date",placeholder:"出生日期"},model:{value:e.ruleForm.chushengriqi,callback:function(t){e.$set(e.ruleForm,"chushengriqi",t)},expression:"ruleForm.chushengriqi"}})],1):e._e(),"jiashiyuan"==e.flag?t("el-form-item",{style:{padding:"2px 0",margin:"0 auto 20px",color:"inherit",borderRadius:"4px",background:"none",width:"100%",fontSize:"inherit"},attrs:{label:"驾驶证号",prop:"jiashizhenghao"}},[t("el-input",{attrs:{placeholder:"驾驶证号",clearable:""},model:{value:e.ruleForm.jiashizhenghao,callback:function(t){e.$set(e.ruleForm,"jiashizhenghao",t)},expression:"ruleForm.jiashizhenghao"}})],1):e._e(),"jiashiyuan"==e.flag?t("el-form-item",{style:{padding:"2px 0",margin:"0 auto 20px",color:"inherit",borderRadius:"4px",background:"none",width:"100%",fontSize:"inherit"},attrs:{label:"头像",prop:"touxiang"}},[t("file-upload",{attrs:{tip:"点击上传头像",action:"file/upload",limit:3,multiple:!0,fileUrls:e.ruleForm.touxiang?e.ruleForm.touxiang:""},on:{change:e.jiashiyuantouxiangUploadChange}})],1):e._e(),"gongzuorenyuan"==e.flag?t("el-form-item",{style:{padding:"2px 0",margin:"0 auto 20px",color:"inherit",borderRadius:"4px",background:"none",width:"100%",fontSize:"inherit"},attrs:{label:"员工账号",prop:"yuangongzhanghao"}},[t("el-input",{attrs:{readonly:"",placeholder:"员工账号",clearable:""},model:{value:e.ruleForm.yuangongzhanghao,callback:function(t){e.$set(e.ruleForm,"yuangongzhanghao",t)},expression:"ruleForm.yuangongzhanghao"}})],1):e._e(),"gongzuorenyuan"==e.flag?t("el-form-item",{style:{padding:"2px 0",margin:"0 auto 20px",color:"inherit",borderRadius:"4px",background:"none",width:"100%",fontSize:"inherit"},attrs:{label:"员工姓名",prop:"yuangongxingming"}},[t("el-input",{attrs:{placeholder:"员工姓名",clearable:""},model:{value:e.ruleForm.yuangongxingming,callback:function(t){e.$set(e.ruleForm,"yuangongxingming",t)},expression:"ruleForm.yuangongxingming"}})],1):e._e(),"gongzuorenyuan"==e.flag?t("el-form-item",{style:{padding:"2px 0",margin:"0 auto 20px",color:"inherit",borderRadius:"4px",background:"none",width:"100%",fontSize:"inherit"},attrs:{label:"年龄",prop:"nianling"}},[t("el-input",{attrs:{placeholder:"年龄",clearable:""},model:{value:e.ruleForm.nianling,callback:function(t){e.$set(e.ruleForm,"nianling",t)},expression:"ruleForm.nianling"}})],1):e._e(),"gongzuorenyuan"==e.flag?t("el-form-item",{style:{padding:"2px 0",margin:"0 auto 20px",color:"inherit",borderRadius:"4px",background:"none",width:"100%",fontSize:"inherit"},attrs:{label:"性别",prop:"xingbie"}},[t("el-select",{attrs:{placeholder:"请选择性别"},model:{value:e.ruleForm.xingbie,callback:function(t){e.$set(e.ruleForm,"xingbie",t)},expression:"ruleForm.xingbie"}},e._l(e.gongzuorenyuanxingbieOptions,(function(e,a){return t("el-option",{key:a,attrs:{label:e,value:e}})})),1)],1):e._e(),"gongzuorenyuan"==e.flag?t("el-form-item",{style:{padding:"2px 0",margin:"0 auto 20px",color:"inherit",borderRadius:"4px",background:"none",width:"100%",fontSize:"inherit"},attrs:{label:"手机",prop:"shouji"}},[t("el-input",{attrs:{placeholder:"手机",clearable:""},model:{value:e.ruleForm.shouji,callback:function(t){e.$set(e.ruleForm,"shouji",t)},expression:"ruleForm.shouji"}})],1):e._e(),"gongzuorenyuan"==e.flag?t("el-form-item",{style:{padding:"2px 0",margin:"0 auto 20px",color:"inherit",borderRadius:"4px",background:"none",width:"100%",fontSize:"inherit"},attrs:{label:"头像",prop:"touxiang"}},[t("file-upload",{attrs:{tip:"点击上传头像",action:"file/upload",limit:3,multiple:!0,fileUrls:e.ruleForm.touxiang?e.ruleForm.touxiang:""},on:{change:e.gongzuorenyuantouxiangUploadChange}})],1):e._e(),"users"==e.flag?t("el-form-item",{style:{padding:"2px 0",margin:"0 auto 20px",color:"inherit",borderRadius:"4px",background:"none",width:"100%",fontSize:"inherit"},attrs:{label:"用户名",prop:"username"}},[t("el-input",{attrs:{placeholder:"用户名"},model:{value:e.ruleForm.username,callback:function(t){e.$set(e.ruleForm,"username",t)},expression:"ruleForm.username"}})],1):e._e(),"users"==e.flag?t("el-form-item",{style:{padding:"2px 0",margin:"0 auto 20px",color:"inherit",borderRadius:"4px",background:"none",width:"100%",fontSize:"inherit"},attrs:{label:"头像",prop:"image"}},[t("file-upload",{attrs:{tip:"点击上传头像",action:"file/upload",limit:1,multiple:!1,fileUrls:e.ruleForm.image?e.ruleForm.image:""},on:{change:e.usersimageUploadChange}})],1):e._e(),t("el-form-item",{style:{padding:"0",margin:"30px auto",alignItems:"center",textAlign:"center",background:"none",display:"flex",width:"60%",fontSize:"18px"}},[t("el-button",{staticClass:"btn3",style:{border:"0px solid #3fcbca",cursor:"pointer",padding:"0 20px",margin:"0px 4px",color:"#fff",minWidth:"90px",outline:"none",borderRadius:"4px",background:"#4b88e4",width:"auto",fontSize:"14px",lineHeight:"40px",height:"40px"},attrs:{type:"primary"},on:{click:e.onUpdateHandler}},[t("span",{staticClass:"icon iconfont icon-tijiao16",style:{margin:"0 2px",fontSize:"inherit",color:"inherit",display:"none"}}),e._v(" 确定 ")])],1)],1)],1)],1)},Xe=[],Ke=(a("e1e9"),{data:function(){return{ruleForm:{},flag:"",usersFlag:!1,jiashiyuanxingbieOptions:[],gongzuorenyuanxingbieOptions:[]}},mounted:function(){var e=this,t=this.$storage.get("sessionTable");this.flag=t,this.$http({url:"".concat(this.$storage.get("sessionTable"),"/session"),method:"get"}).then((function(t){var a=t.data;a&&0===a.code?e.ruleForm=a.data:e.$message.error(a.msg)})),this.jiashiyuanxingbieOptions="男,女".split(","),this.gongzuorenyuanxingbieOptions="男,女".split(",")},methods:{jiashiyuantouxiangUploadChange:function(e){this.ruleForm.touxiang=e},gongzuorenyuantouxiangUploadChange:function(e){this.ruleForm.touxiang=e},usersimageUploadChange:function(e){this.ruleForm.image=e},onUpdateHandler:function(){var e=this;this.ruleForm.zhanghao||"jiashiyuan"!=this.flag?this.ruleForm.mima||"jiashiyuan"!=this.flag?this.ruleForm.xingming||"jiashiyuan"!=this.flag?"jiashiyuan"!=this.flag||!this.ruleForm.shouji||Object(h["isMobile"])(this.ruleForm.shouji)?this.ruleForm.shenfenzheng||"jiashiyuan"!=this.flag?"jiashiyuan"!=this.flag||!this.ruleForm.shenfenzheng||Object(h["checkIdCard"])(this.ruleForm.shenfenzheng)?this.ruleForm.jiashizhenghao||"jiashiyuan"!=this.flag?(null!=this.ruleForm.touxiang&&(this.ruleForm.touxiang=this.ruleForm.touxiang.replace(new RegExp(this.$base.url,"g"),"")),this.ruleForm.yuangongzhanghao||"gongzuorenyuan"!=this.flag?this.ruleForm.mima||"gongzuorenyuan"!=this.flag?this.ruleForm.yuangongxingming||"gongzuorenyuan"!=this.flag?"gongzuorenyuan"!=this.flag||!this.ruleForm.nianling||Object(h["isIntNumer"])(this.ruleForm.nianling)?"gongzuorenyuan"!=this.flag||!this.ruleForm.shouji||Object(h["isMobile"])(this.ruleForm.shouji)?(null!=this.ruleForm.touxiang&&(this.ruleForm.touxiang=this.ruleForm.touxiang.replace(new RegExp(this.$base.url,"g"),"")),"users"==this.flag&&this.ruleForm.username.trim().length<1?this.$message.error("用户名不能为空"):("users"==this.flag&&(this.ruleForm.image=this.ruleForm.image.replace(new RegExp(this.$base.url,"g"),"")),this.$http({url:"".concat(this.$storage.get("sessionTable"),"/update"),method:"post",data:this.ruleForm}).then((function(t){var a=t.data;a&&0===a.code?e.$message({message:"修改信息成功",type:"success",duration:1500,onClose:function(){"users"==e.flag&&e.$storage.set("headportrait",e.ruleForm.image)}}):e.$message.error(a.msg)})))):this.$message.error("手机应输入手机格式"):this.$message.error("年龄应输入整数"):this.$message.error("员工姓名不能为空"):this.$message.error("密码不能为空"):this.$message.error("员工账号不能为空")):this.$message.error("驾驶证号不能为空"):this.$message.error("身份证应输入身份证格式"):this.$message.error("身份证不能为空"):this.$message.error("手机应输入手机格式"):this.$message.error("姓名不能为空"):this.$message.error("密码不能为空"):this.$message.error("账号不能为空")}}}),Ge=Ke,et=(a("b4ce"),Object(m["a"])(Ge,Ye,Xe,!1,null,"091f6dbb",null)),tt=et.exports,at=function(){var e=this,t=e._self._c;return t("div",{staticClass:"main-content",style:{minHeight:"calc(100vh - 200px)",padding:"0px 5%",margin:"0 auto",color:"#666",background:"none",width:"calc(100% - 0px)",fontSize:"14px",height:"100%"}},[e.showFlag?[t("el-form",{staticClass:"center-form-pv",style:{padding:"20px 20px 0",boxShadow:"0 2px 3px 0px rgba(100,100,100,.05)",margin:"0 0 0px",borderColor:"#f6f6f6",display:"flex",justifyContent:"center",minHeight:"100px",overflow:"hidden",borderRadius:"4px 4px 0 0",flexWrap:"wrap",background:"#fff",borderWidth:"2px 2px 0",fontSize:"inherit",borderStyle:"solid"},attrs:{inline:!0,model:e.searchForm}},[t("el-row",{style:{padding:"0px",boxShadow:"0 0px 0px 0px rgba(115,108,203,.23)",margin:"0 0px 0px 0",borderRadius:"0px",alignItems:"center",background:"none",display:"flex",width:"auto",fontSize:"inherit",justifyContent:"flex-end",order:"2"}},[t("div",{style:{margin:"0 10px 0 0",fontSize:"inherit",display:"inline-block"}},[t("label",{staticClass:"item-label",style:{margin:"0 10px 0 0",color:"inherit",display:"inline-block",lineHeight:"34px",fontSize:"inherit",fontWeight:"500",height:"34px"}},[e._v("车牌号")]),t("el-input",{attrs:{placeholder:"车牌号",clearable:""},nativeOn:{keydown:function(t){return!t.type.indexOf("key")&&e._k(t.keyCode,"enter",13,t.key,"Enter")?null:e.search()}},model:{value:e.searchForm.chepaihao,callback:function(t){e.$set(e.searchForm,"chepaihao",t)},expression:"searchForm.chepaihao"}})],1),t("div",{style:{margin:"0 10px 0 0",fontSize:"inherit",display:"inline-block"}},[t("label",{staticClass:"item-label",style:{margin:"0 10px 0 0",color:"inherit",display:"inline-block",lineHeight:"34px",fontSize:"inherit",fontWeight:"500",height:"34px"}},[e._v("车辆型号")]),t("el-input",{attrs:{placeholder:"车辆型号",clearable:""},nativeOn:{keydown:function(t){return!t.type.indexOf("key")&&e._k(t.keyCode,"enter",13,t.key,"Enter")?null:e.search()}},model:{value:e.searchForm.cheliangxinghao,callback:function(t){e.$set(e.searchForm,"cheliangxinghao",t)},expression:"searchForm.cheliangxinghao"}})],1),t("div",{style:{margin:"0 10px 0 0",fontSize:"inherit",display:"inline-block"}},[t("label",{staticClass:"item-label",style:{margin:"0 10px 0 0",color:"inherit",display:"inline-block",lineHeight:"34px",fontSize:"inherit",fontWeight:"500",height:"34px"}},[e._v("车辆品牌")]),t("el-input",{attrs:{placeholder:"车辆品牌",clearable:""},nativeOn:{keydown:function(t){return!t.type.indexOf("key")&&e._k(t.keyCode,"enter",13,t.key,"Enter")?null:e.search()}},model:{value:e.searchForm.cheliangpinpai,callback:function(t){e.$set(e.searchForm,"cheliangpinpai",t)},expression:"searchForm.cheliangpinpai"}})],1),t("div",{style:{margin:"0 10px 0 0",fontSize:"inherit",display:"inline-block"}},[t("label",{staticClass:"item-label",style:{margin:"0 10px 0 0",color:"inherit",display:"inline-block",lineHeight:"34px",fontSize:"inherit",fontWeight:"500",height:"34px"}},[e._v("车辆类型")]),t("el-input",{attrs:{placeholder:"车辆类型",clearable:""},nativeOn:{keydown:function(t){return!t.type.indexOf("key")&&e._k(t.keyCode,"enter",13,t.key,"Enter")?null:e.search()}},model:{value:e.searchForm.cheliangleixing,callback:function(t){e.$set(e.searchForm,"cheliangleixing",t)},expression:"searchForm.cheliangleixing"}})],1),t("div",{staticClass:"select",style:{margin:"0 10px 0 0",fontSize:"inherit",display:"inline-block"},attrs:{label:"换挡方式",prop:"huandangfangshi"}},[t("label",{staticClass:"item-label",style:{margin:"0 10px 0 0",color:"inherit",display:"inline-block",lineHeight:"34px",fontSize:"inherit",fontWeight:"500",height:"34px"}},[e._v("换挡方式")]),t("el-select",{attrs:{clearable:"",placeholder:"请选择换挡方式"},model:{value:e.searchForm.huandangfangshi,callback:function(t){e.$set(e.searchForm,"huandangfangshi",t)},expression:"searchForm.huandangfangshi"}},e._l(e.huandangfangshiOptions,(function(e,a){return t("el-option",{key:a,attrs:{label:e,value:e}})})),1)],1),t("el-button",{staticClass:"search",attrs:{type:"success"},on:{click:function(t){return e.search()}}},[t("span",{staticClass:"icon iconfont icon-chakan18",style:{margin:"0 2px",fontSize:"18px",color:"#00acc1",display:"inline-block",height:"auto"}}),e._v(" 查询 ")])],1),t("el-row",{staticClass:"actions",style:{boxShadow:"0 0px 0px 0px rgba(115,108,203,.23)",padding:"0 20px 0 0",margin:"0px 0 0px",color:"#333",alignItems:"center",textAlign:"left",display:"flex",borderRadius:"0px",flexWrap:"wrap",background:"none",flex:"1",width:"auto",fontSize:"inherit",order:"1"}},[e.isAuth("cheliangdangan","新增")?t("el-button",{staticClass:"add",attrs:{type:"success"},on:{click:function(t){return e.addOrUpdateHandler()}}},[t("span",{staticClass:"icon iconfont icon-tianjia14",style:{margin:"0 2px",fontSize:"inherit",color:"inherit",display:"none"}}),e._v(" 新增 ")]):e._e(),e.isAuth("cheliangdangan","删除")?t("el-button",{staticClass:"del",attrs:{disabled:!e.dataListSelections.length,type:"danger"},on:{click:function(t){return e.deleteHandler()}}},[t("span",{staticClass:"icon iconfont icon-shanchu9",style:{margin:"0 2px",fontSize:"inherit",color:"inherit",display:"none"}}),e._v(" 删除 ")]):e._e()],1)],1),t("div",{style:{padding:"20px",borderColor:"#f6f6f6",margin:"0 0 0px",borderRadius:"0 0 4px 4px",background:"rgba(255,255,255,1)",borderWidth:"0 2px 2px",width:"100%",borderStyle:"solid"}},[e.isAuth("cheliangdangan","查看")?t("el-table",{directives:[{name:"loading",rawName:"v-loading",value:e.dataListLoading,expression:"dataListLoading"}],staticClass:"tables",style:{padding:"0",borderColor:"#eee",color:"inherit",borderRadius:"0px",borderWidth:"0px 0px 0 0px",background:"none",width:"100%",fontSize:"inherit",borderStyle:"solid"},attrs:{stripe:!1,border:!0,data:e.dataList},on:{"selection-change":e.selectionChangeHandler}},[t("el-table-column",{attrs:{resizable:!0,type:"selection",align:"center",width:"50"}}),t("el-table-column",{attrs:{resizable:!0,sortable:!0,label:"序号",type:"index",width:"50"}}),t("el-table-column",{attrs:{resizable:!0,sortable:!0,prop:"danganbianhao",label:"档案编号"},scopedSlots:e._u([{key:"default",fn:function(t){return[e._v(" "+e._s(t.row.danganbianhao)+" ")]}}],null,!1,1145628764)}),t("el-table-column",{attrs:{resizable:!0,sortable:!0,prop:"chepaihao",label:"车牌号"},scopedSlots:e._u([{key:"default",fn:function(t){return[e._v(" "+e._s(t.row.chepaihao)+" ")]}}],null,!1,394100621)}),t("el-table-column",{attrs:{resizable:!0,sortable:!0,prop:"cheliangxinghao",label:"车辆型号"},scopedSlots:e._u([{key:"default",fn:function(t){return[e._v(" "+e._s(t.row.cheliangxinghao)+" ")]}}],null,!1,2617493600)}),t("el-table-column",{attrs:{resizable:!0,sortable:!0,prop:"cheliangpinpai",label:"车辆品牌"},scopedSlots:e._u([{key:"default",fn:function(t){return[e._v(" "+e._s(t.row.cheliangpinpai)+" ")]}}],null,!1,1242299153)}),t("el-table-column",{attrs:{resizable:!0,sortable:!0,prop:"cheliangleixing",label:"车辆类型"},scopedSlots:e._u([{key:"default",fn:function(t){return[e._v(" "+e._s(t.row.cheliangleixing)+" ")]}}],null,!1,3411339622)}),t("el-table-column",{attrs:{resizable:!0,sortable:!0,prop:"fadongjihao",label:"发动机号"},scopedSlots:e._u([{key:"default",fn:function(t){return[e._v(" "+e._s(t.row.fadongjihao)+" ")]}}],null,!1,390983741)}),t("el-table-column",{attrs:{resizable:!0,sortable:!0,prop:"chejiahao",label:"车架号"},scopedSlots:e._u([{key:"default",fn:function(t){return[e._v(" "+e._s(t.row.chejiahao)+" ")]}}],null,!1,1114410583)}),t("el-table-column",{attrs:{resizable:!0,sortable:!0,prop:"yanse",label:"颜色"},scopedSlots:e._u([{key:"default",fn:function(t){return[e._v(" "+e._s(t.row.yanse)+" ")]}}],null,!1,1699447517)}),t("el-table-column",{attrs:{resizable:!0,sortable:!0,prop:"huandangfangshi",label:"换挡方式"},scopedSlots:e._u([{key:"default",fn:function(t){return[e._v(" "+e._s(t.row.huandangfangshi)+" ")]}}],null,!1,3945205759)}),t("el-table-column",{attrs:{resizable:!0,sortable:!0,prop:"cheliangzhaopian",width:"200",label:"车辆照片"},scopedSlots:e._u([{key:"default",fn:function(a){return[a.row.cheliangzhaopian?t("div",["http"==a.row.cheliangzhaopian.substring(0,4)?t("img",{staticStyle:{"object-fit":"cover"},attrs:{src:a.row.cheliangzhaopian.split(",")[0],width:"100",height:"100"}}):t("img",{staticStyle:{"object-fit":"cover"},attrs:{src:e.$base.url+a.row.cheliangzhaopian.split(",")[0],width:"100",height:"100"}})]):t("div",[e._v("无图片")])]}}],null,!1,1187764440)}),t("el-table-column",{attrs:{resizable:!0,sortable:!0,prop:"zuowei",label:"座位"},scopedSlots:e._u([{key:"default",fn:function(t){return[e._v(" "+e._s(t.row.zuowei)+" ")]}}],null,!1,2358929830)}),t("el-table-column",{attrs:{resizable:!0,sortable:!0,prop:"dengjiriqi",label:"登记日期"},scopedSlots:e._u([{key:"default",fn:function(t){return[e._v(" "+e._s(t.row.dengjiriqi)+" ")]}}],null,!1,4043809205)}),t("el-table-column",{attrs:{resizable:!0,sortable:!0,prop:"danganwenjian",label:"档案文件"},scopedSlots:e._u([{key:"default",fn:function(a){return[a.row.danganwenjian?t("el-button",{attrs:{type:"text",size:"small"},on:{click:function(t){return e.download(a.row.danganwenjian)}}},[e._v("下载")]):t("span",[e._v("无")])]}}],null,!1,1246313670)}),t("el-table-column",{attrs:{resizable:!0,sortable:!0,prop:"zhanghao",label:"账号"},scopedSlots:e._u([{key:"default",fn:function(t){return[e._v(" "+e._s(t.row.zhanghao)+" ")]}}],null,!1,2757161441)}),t("el-table-column",{attrs:{resizable:!0,sortable:!0,prop:"xingming",label:"姓名"},scopedSlots:e._u([{key:"default",fn:function(t){return[e._v(" "+e._s(t.row.xingming)+" ")]}}],null,!1,1096791112)}),t("el-table-column",{attrs:{resizable:!0,sortable:!0,prop:"jiashizhenghao",label:"驾驶证号"},scopedSlots:e._u([{key:"default",fn:function(t){return[e._v(" "+e._s(t.row.jiashizhenghao)+" ")]}}],null,!1,1810102229)}),t("el-table-column",{attrs:{resizable:!0,sortable:!0,prop:"yuangongzhanghao",label:"员工账号"},scopedSlots:e._u([{key:"default",fn:function(t){return[e._v(" "+e._s(t.row.yuangongzhanghao)+" ")]}}],null,!1,3349271683)}),t("el-table-column",{attrs:{resizable:!0,sortable:!0,prop:"yuangongxingming",label:"员工姓名"},scopedSlots:e._u([{key:"default",fn:function(t){return[e._v(" "+e._s(t.row.yuangongxingming)+" ")]}}],null,!1,4268580138)}),t("el-table-column",{attrs:{width:"300",label:"操作"},scopedSlots:e._u([{key:"default",fn:function(a){return[e.isAuth("cheliangdangan","查看")?t("el-button",{staticClass:"view",attrs:{type:"success"},on:{click:function(t){return e.addOrUpdateHandler(a.row.id,"info")}}},[t("span",{staticClass:"icon iconfont icon-chakan8",style:{margin:"0 0 0 4px",fontSize:"inherit",color:"inherit",display:"none",height:"auto"}}),e._v(" 详情 ")]):e._e(),e.isAuth("cheliangdangan","保险信息")?t("el-button",{staticClass:"btn8",attrs:{type:"success"},on:{click:function(t){return e.baoxianxinxiCrossAddOrUpdateHandler(a.row,"cross","","","","")}}},[t("span",{staticClass:"icon iconfont icon-xihuan",style:{margin:"0 0 0 4px",fontSize:"inherit",color:"inherit",display:"none",height:"auto"}}),e._v(" 保险信息 ")]):e._e(),e.isAuth("cheliangdangan","续保通知")?t("el-button",{staticClass:"btn8",attrs:{type:"success"},on:{click:function(t){return e.xubaotongzhiCrossAddOrUpdateHandler(a.row,"cross","","","","")}}},[t("span",{staticClass:"icon iconfont icon-xihuan",style:{margin:"0 0 0 4px",fontSize:"inherit",color:"inherit",display:"none",height:"auto"}}),e._v(" 续保通知 ")]):e._e(),e.isAuth("cheliangdangan","事故记录")?t("el-button",{staticClass:"btn8",attrs:{type:"success"},on:{click:function(t){return e.shigujiluCrossAddOrUpdateHandler(a.row,"cross","","","","")}}},[t("span",{staticClass:"icon iconfont icon-xihuan",style:{margin:"0 0 0 4px",fontSize:"inherit",color:"inherit",display:"none",height:"auto"}}),e._v(" 事故记录 ")]):e._e(),e.isAuth("cheliangdangan","修改")?t("el-button",{staticClass:"edit",attrs:{type:"success"},on:{click:function(t){return e.addOrUpdateHandler(a.row.id)}}},[t("span",{staticClass:"icon iconfont icon-xiugai19",style:{margin:"0 0 0 4px",fontSize:"inherit",color:"inherit",display:"none",height:"auto"}}),e._v(" 更改 ")]):e._e(),e.isAuth("cheliangdangan","删除")?t("el-button",{staticClass:"del",attrs:{type:"primary"},on:{click:function(t){return e.deleteHandler(a.row.id)}}},[t("span",{staticClass:"icon iconfont icon-shanchu16",style:{margin:"0 0 0 4px",fontSize:"inherit",color:"inherit",display:"none",height:"auto"}}),e._v(" 移除 ")]):e._e()]}}],null,!1,1589384743)})],1):e._e()],1),t("el-pagination",{style:{border:"0px solid #dee2e6",padding:"10px 0",margin:"10px 0 0",whiteSpace:"nowrap",color:"inherit",textAlign:"center",background:"none",width:"100%",fontSize:"inherit",fontWeight:"500"},attrs:{"current-page":e.pageIndex,background:"","page-sizes":[10,50,100,200],"page-size":e.pageSize,layout:e.layouts.join(),total:e.totalPage,"prev-text":"上一页 ","next-text":"下一页 ","hide-on-single-page":!1},on:{"size-change":e.sizeChangeHandle,"current-change":e.currentChangeHandle}})]:e._e(),e.addOrUpdateFlag?t("add-or-update",{ref:"addOrUpdate",attrs:{parent:this}}):e._e(),e.baoxianxinxiCrossAddOrUpdateFlag?t("baoxianxinxi-cross-add-or-update",{ref:"baoxianxinxiCrossaddOrUpdate",attrs:{parent:this}}):e._e(),e.xubaotongzhiCrossAddOrUpdateFlag?t("xubaotongzhi-cross-add-or-update",{ref:"xubaotongzhiCrossaddOrUpdate",attrs:{parent:this}}):e._e(),e.shigujiluCrossAddOrUpdateFlag?t("shigujilu-cross-add-or-update",{ref:"shigujiluCrossaddOrUpdate",attrs:{parent:this}}):e._e()],2)},it=[],nt=function(){var e=this,t=e._self._c;return t("div",{staticClass:"addEdit-block",style:{minHeight:"calc(100vh - 200px)",padding:"0px 0 30px",margin:"0 auto",color:"#8e99a2",background:"none",width:"calc(100% - 0px)",fontSize:"14px",height:"100%"}},[t("el-form",{ref:"ruleForm",staticClass:"add-update-preview",style:{padding:"30px 5%",borderColor:"#f6f6f6",alignItems:"flex-start",borderRadius:"4px",flexWrap:"wrap",background:"rgba(255,255,255,.9)",borderWidth:"2px",display:"flex",fontSize:"inherit",borderStyle:"solid"},attrs:{model:e.ruleForm,rules:e.rules,"label-width":"200px"}},[["info"!=e.type||e.ruleForm.danganbianhao?t("el-form-item",{staticClass:"input",style:{padding:"2px 0",margin:"0 auto 20px",color:"inherit",borderRadius:"4px",background:"none",width:"100%",fontSize:"inherit"},attrs:{label:"档案编号",prop:"danganbianhao"}},[t("el-input",{attrs:{placeholder:"档案编号",readonly:""},model:{value:e.ruleForm.danganbianhao,callback:function(t){e.$set(e.ruleForm,"danganbianhao",t)},expression:"ruleForm.danganbianhao"}})],1):e._e(),"info"!=e.type?t("el-form-item",{staticClass:"input",style:{padding:"2px 0",margin:"0 auto 20px",color:"inherit",borderRadius:"4px",background:"none",width:"100%",fontSize:"inherit"},attrs:{label:"车牌号",prop:"chepaihao"}},[t("el-input",{attrs:{placeholder:"车牌号",clearable:"",readonly:e.ro.chepaihao},model:{value:e.ruleForm.chepaihao,callback:function(t){e.$set(e.ruleForm,"chepaihao",t)},expression:"ruleForm.chepaihao"}})],1):t("el-form-item",{staticClass:"input",style:{padding:"2px 0",margin:"0 auto 20px",color:"inherit",borderRadius:"4px",background:"none",width:"100%",fontSize:"inherit"},attrs:{label:"车牌号",prop:"chepaihao"}},[t("el-input",{attrs:{placeholder:"车牌号",readonly:""},model:{value:e.ruleForm.chepaihao,callback:function(t){e.$set(e.ruleForm,"chepaihao",t)},expression:"ruleForm.chepaihao"}})],1),"info"!=e.type?t("el-form-item",{staticClass:"input",style:{padding:"2px 0",margin:"0 auto 20px",color:"inherit",borderRadius:"4px",background:"none",width:"100%",fontSize:"inherit"},attrs:{label:"车辆型号",prop:"cheliangxinghao"}},[t("el-input",{attrs:{placeholder:"车辆型号",clearable:"",readonly:e.ro.cheliangxinghao},model:{value:e.ruleForm.cheliangxinghao,callback:function(t){e.$set(e.ruleForm,"cheliangxinghao",t)},expression:"ruleForm.cheliangxinghao"}})],1):t("el-form-item",{staticClass:"input",style:{padding:"2px 0",margin:"0 auto 20px",color:"inherit",borderRadius:"4px",background:"none",width:"100%",fontSize:"inherit"},attrs:{label:"车辆型号",prop:"cheliangxinghao"}},[t("el-input",{attrs:{placeholder:"车辆型号",readonly:""},model:{value:e.ruleForm.cheliangxinghao,callback:function(t){e.$set(e.ruleForm,"cheliangxinghao",t)},expression:"ruleForm.cheliangxinghao"}})],1),"info"!=e.type?t("el-form-item",{staticClass:"input",style:{padding:"2px 0",margin:"0 auto 20px",color:"inherit",borderRadius:"4px",background:"none",width:"100%",fontSize:"inherit"},attrs:{label:"车辆品牌",prop:"cheliangpinpai"}},[t("el-input",{attrs:{placeholder:"车辆品牌",clearable:"",readonly:e.ro.cheliangpinpai},model:{value:e.ruleForm.cheliangpinpai,callback:function(t){e.$set(e.ruleForm,"cheliangpinpai",t)},expression:"ruleForm.cheliangpinpai"}})],1):t("el-form-item",{staticClass:"input",style:{padding:"2px 0",margin:"0 auto 20px",color:"inherit",borderRadius:"4px",background:"none",width:"100%",fontSize:"inherit"},attrs:{label:"车辆品牌",prop:"cheliangpinpai"}},[t("el-input",{attrs:{placeholder:"车辆品牌",readonly:""},model:{value:e.ruleForm.cheliangpinpai,callback:function(t){e.$set(e.ruleForm,"cheliangpinpai",t)},expression:"ruleForm.cheliangpinpai"}})],1),"info"!=e.type?t("el-form-item",{staticClass:"input",style:{padding:"2px 0",margin:"0 auto 20px",color:"inherit",borderRadius:"4px",background:"none",width:"100%",fontSize:"inherit"},attrs:{label:"车辆类型",prop:"cheliangleixing"}},[t("el-input",{attrs:{placeholder:"车辆类型",clearable:"",readonly:e.ro.cheliangleixing},model:{value:e.ruleForm.cheliangleixing,callback:function(t){e.$set(e.ruleForm,"cheliangleixing",t)},expression:"ruleForm.cheliangleixing"}})],1):t("el-form-item",{staticClass:"input",style:{padding:"2px 0",margin:"0 auto 20px",color:"inherit",borderRadius:"4px",background:"none",width:"100%",fontSize:"inherit"},attrs:{label:"车辆类型",prop:"cheliangleixing"}},[t("el-input",{attrs:{placeholder:"车辆类型",readonly:""},model:{value:e.ruleForm.cheliangleixing,callback:function(t){e.$set(e.ruleForm,"cheliangleixing",t)},expression:"ruleForm.cheliangleixing"}})],1),"info"!=e.type?t("el-form-item",{staticClass:"input",style:{padding:"2px 0",margin:"0 auto 20px",color:"inherit",borderRadius:"4px",background:"none",width:"100%",fontSize:"inherit"},attrs:{label:"发动机号",prop:"fadongjihao"}},[t("el-input",{attrs:{placeholder:"发动机号",clearable:"",readonly:e.ro.fadongjihao},model:{value:e.ruleForm.fadongjihao,callback:function(t){e.$set(e.ruleForm,"fadongjihao",t)},expression:"ruleForm.fadongjihao"}})],1):t("el-form-item",{staticClass:"input",style:{padding:"2px 0",margin:"0 auto 20px",color:"inherit",borderRadius:"4px",background:"none",width:"100%",fontSize:"inherit"},attrs:{label:"发动机号",prop:"fadongjihao"}},[t("el-input",{attrs:{placeholder:"发动机号",readonly:""},model:{value:e.ruleForm.fadongjihao,callback:function(t){e.$set(e.ruleForm,"fadongjihao",t)},expression:"ruleForm.fadongjihao"}})],1),"info"!=e.type?t("el-form-item",{staticClass:"input",style:{padding:"2px 0",margin:"0 auto 20px",color:"inherit",borderRadius:"4px",background:"none",width:"100%",fontSize:"inherit"},attrs:{label:"车架号",prop:"chejiahao"}},[t("el-input",{attrs:{placeholder:"车架号",clearable:"",readonly:e.ro.chejiahao},model:{value:e.ruleForm.chejiahao,callback:function(t){e.$set(e.ruleForm,"chejiahao",t)},expression:"ruleForm.chejiahao"}})],1):t("el-form-item",{staticClass:"input",style:{padding:"2px 0",margin:"0 auto 20px",color:"inherit",borderRadius:"4px",background:"none",width:"100%",fontSize:"inherit"},attrs:{label:"车架号",prop:"chejiahao"}},[t("el-input",{attrs:{placeholder:"车架号",readonly:""},model:{value:e.ruleForm.chejiahao,callback:function(t){e.$set(e.ruleForm,"chejiahao",t)},expression:"ruleForm.chejiahao"}})],1),"info"!=e.type?t("el-form-item",{staticClass:"input",style:{padding:"2px 0",margin:"0 auto 20px",color:"inherit",borderRadius:"4px",background:"none",width:"100%",fontSize:"inherit"},attrs:{label:"颜色",prop:"yanse"}},[t("el-input",{attrs:{placeholder:"颜色",clearable:"",readonly:e.ro.yanse},model:{value:e.ruleForm.yanse,callback:function(t){e.$set(e.ruleForm,"yanse",t)},expression:"ruleForm.yanse"}})],1):t("el-form-item",{staticClass:"input",style:{padding:"2px 0",margin:"0 auto 20px",color:"inherit",borderRadius:"4px",background:"none",width:"100%",fontSize:"inherit"},attrs:{label:"颜色",prop:"yanse"}},[t("el-input",{attrs:{placeholder:"颜色",readonly:""},model:{value:e.ruleForm.yanse,callback:function(t){e.$set(e.ruleForm,"yanse",t)},expression:"ruleForm.yanse"}})],1),"info"!=e.type?t("el-form-item",{staticClass:"select",style:{padding:"2px 0",margin:"0 auto 20px",color:"inherit",borderRadius:"4px",background:"none",width:"100%",fontSize:"inherit"},attrs:{label:"换挡方式",prop:"huandangfangshi"}},[t("el-select",{attrs:{disabled:e.ro.huandangfangshi,placeholder:"请选择换挡方式"},model:{value:e.ruleForm.huandangfangshi,callback:function(t){e.$set(e.ruleForm,"huandangfangshi",t)},expression:"ruleForm.huandangfangshi"}},e._l(e.huandangfangshiOptions,(function(e,a){return t("el-option",{key:a,attrs:{label:e,value:e}})})),1)],1):t("el-form-item",{staticClass:"input",style:{padding:"2px 0",margin:"0 auto 20px",color:"inherit",borderRadius:"4px",background:"none",width:"100%",fontSize:"inherit"},attrs:{label:"换挡方式",prop:"huandangfangshi"}},[t("el-input",{attrs:{placeholder:"换挡方式",readonly:""},model:{value:e.ruleForm.huandangfangshi,callback:function(t){e.$set(e.ruleForm,"huandangfangshi",t)},expression:"ruleForm.huandangfangshi"}})],1),"info"==e.type||e.ro.cheliangzhaopian?e.ruleForm.cheliangzhaopian?t("el-form-item",{staticClass:"upload",style:{padding:"2px 0",margin:"0 auto 20px",color:"inherit",borderRadius:"4px",background:"none",width:"100%",fontSize:"inherit"},attrs:{label:"车辆照片",prop:"cheliangzhaopian"}},["http"==e.ruleForm.cheliangzhaopian.substring(0,4)?t("img",{key:e.index,staticClass:"upload-img",staticStyle:{"margin-right":"20px"},attrs:{src:e.ruleForm.cheliangzhaopian.split(",")[0],width:"100",height:"100"}}):e._l(e.ruleForm.cheliangzhaopian.split(","),(function(a,i){return t("img",{key:i,staticClass:"upload-img",staticStyle:{"margin-right":"20px"},attrs:{src:e.$base.url+a,width:"100",height:"100"}})}))],2):e._e():t("el-form-item",{staticClass:"upload",style:{padding:"2px 0",margin:"0 auto 20px",color:"inherit",borderRadius:"4px",background:"none",width:"100%",fontSize:"inherit"},attrs:{label:"车辆照片",prop:"cheliangzhaopian"}},[t("file-upload",{attrs:{tip:"点击上传车辆照片",action:"file/upload",limit:3,multiple:!0,fileUrls:e.ruleForm.cheliangzhaopian?e.ruleForm.cheliangzhaopian:""},on:{change:e.cheliangzhaopianUploadChange}})],1),"info"!=e.type?t("el-form-item",{staticClass:"input",style:{padding:"2px 0",margin:"0 auto 20px",color:"inherit",borderRadius:"4px",background:"none",width:"100%",fontSize:"inherit"},attrs:{label:"座位",prop:"zuowei"}},[t("el-input",{attrs:{placeholder:"座位",clearable:"",readonly:e.ro.zuowei},model:{value:e.ruleForm.zuowei,callback:function(t){e.$set(e.ruleForm,"zuowei",e._n(t))},expression:"ruleForm.zuowei"}})],1):t("el-form-item",{staticClass:"input",style:{padding:"2px 0",margin:"0 auto 20px",color:"inherit",borderRadius:"4px",background:"none",width:"100%",fontSize:"inherit"},attrs:{label:"座位",prop:"zuowei"}},[t("el-input",{attrs:{placeholder:"座位",readonly:""},model:{value:e.ruleForm.zuowei,callback:function(t){e.$set(e.ruleForm,"zuowei",t)},expression:"ruleForm.zuowei"}})],1),"info"!=e.type?t("el-form-item",{staticClass:"date",style:{padding:"2px 0",margin:"0 auto 20px",color:"inherit",borderRadius:"4px",background:"none",width:"100%",fontSize:"inherit"},attrs:{label:"登记日期",prop:"dengjiriqi"}},[t("el-date-picker",{attrs:{format:"yyyy 年 MM 月 dd 日","value-format":"yyyy-MM-dd",type:"date",readonly:e.ro.dengjiriqi,placeholder:"登记日期"},model:{value:e.ruleForm.dengjiriqi,callback:function(t){e.$set(e.ruleForm,"dengjiriqi",t)},expression:"ruleForm.dengjiriqi"}})],1):e.ruleForm.dengjiriqi?t("el-form-item",{staticClass:"input",style:{padding:"2px 0",margin:"0 auto 20px",color:"inherit",borderRadius:"4px",background:"none",width:"100%",fontSize:"inherit"},attrs:{label:"登记日期",prop:"dengjiriqi"}},[t("el-input",{attrs:{placeholder:"登记日期",readonly:""},model:{value:e.ruleForm.dengjiriqi,callback:function(t){e.$set(e.ruleForm,"dengjiriqi",t)},expression:"ruleForm.dengjiriqi"}})],1):e._e(),"info"==e.type||e.ro.danganwenjian?e.ruleForm.danganwenjian?t("el-form-item",{style:{padding:"2px 0",margin:"0 auto 20px",color:"inherit",borderRadius:"4px",background:"none",width:"100%",fontSize:"inherit"},attrs:{label:"档案文件",prop:"danganwenjian"}},[t("el-button",{style:{border:"1px solid #ced4da",cursor:"pointer",padding:"0 30px",margin:"0 20px 0 0",outline:"none",color:"inherit",borderRadius:"4px",background:"none",width:"auto",lineHeight:"36px",fontSize:"14px",height:"40px"},attrs:{type:"text",size:"small"},on:{click:function(t){return e.download(e.$base.url+e.ruleForm.danganwenjian)}}},[e._v("下载")])],1):e.ruleForm.danganwenjian?e._e():t("el-form-item",{style:{padding:"2px 0",margin:"0 auto 20px",color:"inherit",borderRadius:"4px",background:"none",width:"100%",fontSize:"inherit"},attrs:{label:"档案文件",prop:"danganwenjian"}},[t("el-button",{style:{border:"1px solid #ced4da",cursor:"pointer",padding:"0 30px",margin:"0 20px 0 0",outline:"none",color:"inherit",borderRadius:"4px",background:"none",width:"auto",lineHeight:"36px",fontSize:"14px",height:"40px"},attrs:{type:"text",size:"small"}},[e._v("无")])],1):t("el-form-item",{staticClass:"upload",style:{padding:"2px 0",margin:"0 auto 20px",color:"inherit",borderRadius:"4px",background:"none",width:"100%",fontSize:"inherit"},attrs:{label:"档案文件",prop:"danganwenjian"}},[t("file-upload",{attrs:{tip:"点击上传档案文件",action:"file/upload",limit:1,type:3,multiple:!0,fileUrls:e.ruleForm.danganwenjian?e.ruleForm.danganwenjian:""},on:{change:e.danganwenjianUploadChange}})],1),"info"!=e.type?t("el-form-item",{staticClass:"select",style:{padding:"2px 0",margin:"0 auto 20px",color:"inherit",borderRadius:"4px",background:"none",width:"100%",fontSize:"inherit"},attrs:{label:"账号",prop:"zhanghao"}},[t("el-select",{attrs:{disabled:e.ro.zhanghao,placeholder:"请选择账号"},on:{change:e.zhanghaoChange},model:{value:e.ruleForm.zhanghao,callback:function(t){e.$set(e.ruleForm,"zhanghao",t)},expression:"ruleForm.zhanghao"}},e._l(e.zhanghaoOptions,(function(e,a){return t("el-option",{key:a,attrs:{label:e,value:e}})})),1)],1):e.ruleForm.zhanghao?t("el-form-item",{staticClass:"input",style:{padding:"2px 0",margin:"0 auto 20px",color:"inherit",borderRadius:"4px",background:"none",width:"100%",fontSize:"inherit"},attrs:{label:"账号",prop:"zhanghao"}},[t("el-input",{attrs:{placeholder:"账号",readonly:""},model:{value:e.ruleForm.zhanghao,callback:function(t){e.$set(e.ruleForm,"zhanghao",t)},expression:"ruleForm.zhanghao"}})],1):e._e(),"info"!=e.type?t("el-form-item",{staticClass:"input",style:{padding:"2px 0",margin:"0 auto 20px",color:"inherit",borderRadius:"4px",background:"none",width:"100%",fontSize:"inherit"},attrs:{label:"姓名",prop:"xingming"}},[t("el-input",{attrs:{placeholder:"姓名",clearable:"",readonly:e.ro.xingming},model:{value:e.ruleForm.xingming,callback:function(t){e.$set(e.ruleForm,"xingming",t)},expression:"ruleForm.xingming"}})],1):t("el-form-item",{staticClass:"input",style:{padding:"2px 0",margin:"0 auto 20px",color:"inherit",borderRadius:"4px",background:"none",width:"100%",fontSize:"inherit"},attrs:{label:"姓名",prop:"xingming"}},[t("el-input",{attrs:{placeholder:"姓名",readonly:""},model:{value:e.ruleForm.xingming,callback:function(t){e.$set(e.ruleForm,"xingming",t)},expression:"ruleForm.xingming"}})],1),"info"!=e.type?t("el-form-item",{staticClass:"input",style:{padding:"2px 0",margin:"0 auto 20px",color:"inherit",borderRadius:"4px",background:"none",width:"100%",fontSize:"inherit"},attrs:{label:"驾驶证号",prop:"jiashizhenghao"}},[t("el-input",{attrs:{placeholder:"驾驶证号",clearable:"",readonly:e.ro.jiashizhenghao},model:{value:e.ruleForm.jiashizhenghao,callback:function(t){e.$set(e.ruleForm,"jiashizhenghao",t)},expression:"ruleForm.jiashizhenghao"}})],1):t("el-form-item",{staticClass:"input",style:{padding:"2px 0",margin:"0 auto 20px",color:"inherit",borderRadius:"4px",background:"none",width:"100%",fontSize:"inherit"},attrs:{label:"驾驶证号",prop:"jiashizhenghao"}},[t("el-input",{attrs:{placeholder:"驾驶证号",readonly:""},model:{value:e.ruleForm.jiashizhenghao,callback:function(t){e.$set(e.ruleForm,"jiashizhenghao",t)},expression:"ruleForm.jiashizhenghao"}})],1),"info"!=e.type?t("el-form-item",{staticClass:"input",style:{padding:"2px 0",margin:"0 auto 20px",color:"inherit",borderRadius:"4px",background:"none",width:"100%",fontSize:"inherit"},attrs:{label:"员工账号",prop:"yuangongzhanghao"}},[t("el-input",{attrs:{placeholder:"员工账号",clearable:"",readonly:e.ro.yuangongzhanghao},model:{value:e.ruleForm.yuangongzhanghao,callback:function(t){e.$set(e.ruleForm,"yuangongzhanghao",t)},expression:"ruleForm.yuangongzhanghao"}})],1):t("el-form-item",{staticClass:"input",style:{padding:"2px 0",margin:"0 auto 20px",color:"inherit",borderRadius:"4px",background:"none",width:"100%",fontSize:"inherit"},attrs:{label:"员工账号",prop:"yuangongzhanghao"}},[t("el-input",{attrs:{placeholder:"员工账号",readonly:""},model:{value:e.ruleForm.yuangongzhanghao,callback:function(t){e.$set(e.ruleForm,"yuangongzhanghao",t)},expression:"ruleForm.yuangongzhanghao"}})],1),"info"!=e.type?t("el-form-item",{staticClass:"input",style:{padding:"2px 0",margin:"0 auto 20px",color:"inherit",borderRadius:"4px",background:"none",width:"100%",fontSize:"inherit"},attrs:{label:"员工姓名",prop:"yuangongxingming"}},[t("el-input",{attrs:{placeholder:"员工姓名",clearable:"",readonly:e.ro.yuangongxingming},model:{value:e.ruleForm.yuangongxingming,callback:function(t){e.$set(e.ruleForm,"yuangongxingming",t)},expression:"ruleForm.yuangongxingming"}})],1):t("el-form-item",{staticClass:"input",style:{padding:"2px 0",margin:"0 auto 20px",color:"inherit",borderRadius:"4px",background:"none",width:"100%",fontSize:"inherit"},attrs:{label:"员工姓名",prop:"yuangongxingming"}},[t("el-input",{attrs:{placeholder:"员工姓名",readonly:""},model:{value:e.ruleForm.yuangongxingming,callback:function(t){e.$set(e.ruleForm,"yuangongxingming",t)},expression:"ruleForm.yuangongxingming"}})],1)],"info"!=e.type?t("el-form-item",{style:{padding:"2px 0",margin:"0 auto 20px",color:"inherit",borderRadius:"4px",background:"none",width:"100%",fontSize:"inherit"},attrs:{label:"车辆详情",prop:"cheliangxiangqing"}},[t("editor",{staticClass:"editor",staticStyle:{"min-width":"200px","max-width":"600px"},attrs:{action:"file/upload"},model:{value:e.ruleForm.cheliangxiangqing,callback:function(t){e.$set(e.ruleForm,"cheliangxiangqing",t)},expression:"ruleForm.cheliangxiangqing"}})],1):e.ruleForm.cheliangxiangqing?t("el-form-item",{style:{padding:"2px 0",margin:"0 auto 20px",color:"inherit",borderRadius:"4px",background:"none",width:"100%",fontSize:"inherit"},attrs:{label:"车辆详情",prop:"cheliangxiangqing"}},[t("span",{style:{fontSize:"14px",lineHeight:"40px",color:"inherit",fontWeight:"500",display:"inline-block"},domProps:{innerHTML:e._s(e.ruleForm.cheliangxiangqing)}})]):e._e(),t("el-form-item",{staticClass:"btn",style:{padding:"0",margin:"30px auto",alignItems:"center",textAlign:"center",background:"none",display:"flex",width:"60%",fontSize:"18px"}},["info"!=e.type?t("el-button",{staticClass:"btn3",attrs:{type:"success"},on:{click:e.onSubmit}},[t("span",{staticClass:"icon iconfont icon-tijiao16",style:{margin:"0 2px",fontSize:"inherit",color:"inherit",display:"none"}}),e._v(" 确定 ")]):e._e(),"info"!=e.type?t("el-button",{staticClass:"btn4",attrs:{type:"success"},on:{click:function(t){return e.back()}}},[t("span",{staticClass:"icon iconfont icon-quxiao09",style:{margin:"0 2px",fontSize:"inherit",color:"inherit",display:"none"}}),e._v(" 取消 ")]):e._e(),"info"==e.type?t("el-button",{staticClass:"btn5",attrs:{type:"success"},on:{click:function(t){return e.back()}}},[t("span",{staticClass:"icon iconfont icon-fanhui01",style:{margin:"0 2px",fontSize:"inherit",color:"inherit",display:"none"}}),e._v(" 返回 ")]):e._e()],1)],2)],1)},ot=[],rt={data:function(){var e=function(e,t,a){t?Object(h["isIntNumer"])(t)?a():a(new Error("请输入整数")):a()};return{id:"",type:"",ro:{danganbianhao:!1,chepaihao:!1,cheliangxinghao:!1,cheliangpinpai:!1,cheliangleixing:!1,fadongjihao:!1,chejiahao:!1,yanse:!1,huandangfangshi:!1,cheliangzhaopian:!1,zuowei:!1,dengjiriqi:!1,danganwenjian:!1,cheliangxiangqing:!1,zhanghao:!1,xingming:!1,jiashizhenghao:!1,yuangongzhanghao:!1,yuangongxingming:!1},ruleForm:{danganbianhao:this.getUUID(),chepaihao:"",cheliangxinghao:"",cheliangpinpai:"",cheliangleixing:"",fadongjihao:"",chejiahao:"",yanse:"",huandangfangshi:"",cheliangzhaopian:"",zuowei:"",dengjiriqi:"",danganwenjian:"",cheliangxiangqing:"",zhanghao:"",xingming:"",jiashizhenghao:"",yuangongzhanghao:"",yuangongxingming:""},huandangfangshiOptions:[],zhanghaoOptions:[],rules:{danganbianhao:[],chepaihao:[],cheliangxinghao:[{required:!0,message:"车辆型号不能为空",trigger:"blur"}],cheliangpinpai:[{required:!0,message:"车辆品牌不能为空",trigger:"blur"}],cheliangleixing:[],fadongjihao:[],chejiahao:[],yanse:[],huandangfangshi:[{required:!0,message:"换挡方式不能为空",trigger:"blur"}],cheliangzhaopian:[],zuowei:[{validator:e,trigger:"blur"}],dengjiriqi:[],danganwenjian:[],cheliangxiangqing:[],zhanghao:[],xingming:[],jiashizhenghao:[],yuangongzhanghao:[],yuangongxingming:[]}}},props:["parent"],computed:{},components:{},created:function(){this.ruleForm.dengjiriqi=this.getCurDate()},methods:{download:function(e){window.open("".concat(e))},init:function(e,t){var a=this;if(e&&(this.id=e,this.type=t),"info"==this.type||"else"==this.type)this.info(e);else if("logistics"==this.type)this.logistics=!1,this.info(e);else if("cross"==this.type){var i=this.$storage.getObj("crossObj");for(var n in i)"danganbianhao"!=n?"chepaihao"!=n?"cheliangxinghao"!=n?"cheliangpinpai"!=n?"cheliangleixing"!=n?"fadongjihao"!=n?"chejiahao"!=n?"yanse"!=n?"huandangfangshi"!=n?"cheliangzhaopian"!=n?"zuowei"!=n?"dengjiriqi"!=n?"danganwenjian"!=n?"cheliangxiangqing"!=n?"zhanghao"!=n?"xingming"!=n?"jiashizhenghao"!=n?"yuangongzhanghao"!=n?"yuangongxingming"!=n||(this.ruleForm.yuangongxingming=i[n],this.ro.yuangongxingming=!0):(this.ruleForm.yuangongzhanghao=i[n],this.ro.yuangongzhanghao=!0):(this.ruleForm.jiashizhenghao=i[n],this.ro.jiashizhenghao=!0):(this.ruleForm.xingming=i[n],this.ro.xingming=!0):(this.ruleForm.zhanghao=i[n],this.ro.zhanghao=!0):(this.ruleForm.cheliangxiangqing=i[n],this.ro.cheliangxiangqing=!0):(this.ruleForm.danganwenjian=i[n],this.ro.danganwenjian=!0):(this.ruleForm.dengjiriqi=i[n],this.ro.dengjiriqi=!0):(this.ruleForm.zuowei=i[n],this.ro.zuowei=!0):(this.ruleForm.cheliangzhaopian=i[n],this.ro.cheliangzhaopian=!0):(this.ruleForm.huandangfangshi=i[n],this.ro.huandangfangshi=!0):(this.ruleForm.yanse=i[n],this.ro.yanse=!0):(this.ruleForm.chejiahao=i[n],this.ro.chejiahao=!0):(this.ruleForm.fadongjihao=i[n],this.ro.fadongjihao=!0):(this.ruleForm.cheliangleixing=i[n],this.ro.cheliangleixing=!0):(this.ruleForm.cheliangpinpai=i[n],this.ro.cheliangpinpai=!0):(this.ruleForm.cheliangxinghao=i[n],this.ro.cheliangxinghao=!0):(this.ruleForm.chepaihao=i[n],this.ro.chepaihao=!0):(this.ruleForm.danganbianhao=i[n],this.ro.danganbianhao=!0)}this.$http({url:"".concat(this.$storage.get("sessionTable"),"/session"),method:"get"}).then((function(e){var t=e.data;if(t&&0===t.code){var i=t.data;(""!=i.yuangongzhanghao&&i.yuangongzhanghao||0==i.yuangongzhanghao)&&"管理员"!=a.$storage.get("role")&&(a.ruleForm.yuangongzhanghao=i.yuangongzhanghao,a.ro.yuangongzhanghao=!0),(""!=i.yuangongxingming&&i.yuangongxingming||0==i.yuangongxingming)&&"管理员"!=a.$storage.get("role")&&(a.ruleForm.yuangongxingming=i.yuangongxingming,a.ro.yuangongxingming=!0)}else a.$message.error(t.msg)})),this.huandangfangshiOptions="手动挡,自动挡".split(","),this.$http({url:"option/jiashiyuan/zhanghao",method:"get"}).then((function(e){var t=e.data;t&&0===t.code?a.zhanghaoOptions=t.data:a.$message.error(t.msg)}))},zhanghaoChange:function(){var e=this;this.$http({url:"follow/jiashiyuan/zhanghao?columnValue="+this.ruleForm.zhanghao,method:"get"}).then((function(t){var a=t.data;a&&0===a.code?(a.data.xingming&&(e.ruleForm.xingming=a.data.xingming),a.data.jiashizhenghao&&(e.ruleForm.jiashizhenghao=a.data.jiashizhenghao)):e.$message.error(a.msg)}))},info:function(e){var t=this;this.$http({url:"cheliangdangan/info/".concat(e),method:"get"}).then((function(e){var a=e.data;if(a&&0===a.code){t.ruleForm=a.data;var i=new RegExp("../../../upload","g");t.ruleForm.cheliangxiangqing=t.ruleForm.cheliangxiangqing.replace(i,"../../../springbootbv4939cb/upload")}else t.$message.error(a.msg)}))},onSubmit:function(){var e=this;this.ruleForm.danganbianhao&&(this.ruleForm.danganbianhao=String(this.ruleForm.danganbianhao)),null!=this.ruleForm.cheliangzhaopian&&(this.ruleForm.cheliangzhaopian=this.ruleForm.cheliangzhaopian.replace(new RegExp(this.$base.url,"g"),"")),null!=this.ruleForm.danganwenjian&&(this.ruleForm.danganwenjian=this.ruleForm.danganwenjian.replace(new RegExp(this.$base.url,"g"),""));var t,a,i;this.$storage.getObj("crossObj");if("cross"==this.type){var n=this.$storage.get("statusColumnName"),o=this.$storage.get("statusColumnValue");if(""!=n){var r=this.$storage.getObj("crossObj");if(n&&!n.startsWith("[")){for(var s in r)s==n&&(r[s]=o);var l=this.$storage.get("crossTable");this.$http({url:"".concat(l,"/update"),method:"post",data:r}).then((function(e){e.data}))}else t=this.$storage.get("userid"),a=r["id"],i=this.$storage.get("statusColumnName"),i=i.replace(/\[/,"").replace(/\]/,"")}}this.$refs["ruleForm"].validate((function(n){if(n)if(a&&t){e.ruleForm.crossuserid=t,e.ruleForm.crossrefid=a;var o={page:1,limit:10,crossuserid:e.ruleForm.crossuserid,crossrefid:e.ruleForm.crossrefid};e.$http({url:"cheliangdangan/page",method:"get",params:o}).then((function(t){var a=t.data;if(a&&0===a.code){if(a.data.total>=i)return e.$message.error(e.$storage.get("tips")),!1;e.$http({url:"cheliangdangan/".concat(e.ruleForm.id?"update":"save"),method:"post",data:e.ruleForm}).then((function(t){var a=t.data;a&&0===a.code?e.$message({message:"操作成功",type:"success",duration:1500,onClose:function(){e.parent.showFlag=!0,e.parent.addOrUpdateFlag=!1,e.parent.cheliangdanganCrossAddOrUpdateFlag=!1,e.parent.search(),e.parent.contentStyleChange()}}):e.$message.error(a.msg)}))}}))}else e.$http({url:"cheliangdangan/".concat(e.ruleForm.id?"update":"save"),method:"post",data:e.ruleForm}).then((function(t){var a=t.data;a&&0===a.code?e.$message({message:"操作成功",type:"success",duration:1500,onClose:function(){e.parent.showFlag=!0,e.parent.addOrUpdateFlag=!1,e.parent.cheliangdanganCrossAddOrUpdateFlag=!1,e.parent.search(),e.parent.contentStyleChange()}}):e.$message.error(a.msg)}))}))},getUUID:function(){return(new Date).getTime()},back:function(){this.parent.showFlag=!0,this.parent.addOrUpdateFlag=!1,this.parent.cheliangdanganCrossAddOrUpdateFlag=!1,this.parent.contentStyleChange()},cheliangzhaopianUploadChange:function(e){this.ruleForm.cheliangzhaopian=e},danganwenjianUploadChange:function(e){this.ruleForm.danganwenjian=e}}},st=rt,lt=(a("9685"),Object(m["a"])(st,nt,ot,!1,null,"2bc57788",null)),ct=lt.exports,ut=function(){var e=this,t=e._self._c;return t("div",{staticClass:"addEdit-block",style:{minHeight:"calc(100vh - 200px)",padding:"0px 0 30px",margin:"0 auto",color:"#8e99a2",background:"none",width:"calc(100% - 0px)",fontSize:"14px",height:"100%"}},[t("el-form",{ref:"ruleForm",staticClass:"add-update-preview",style:{padding:"30px 5%",borderColor:"#f6f6f6",alignItems:"flex-start",borderRadius:"4px",flexWrap:"wrap",background:"rgba(255,255,255,.9)",borderWidth:"2px",display:"flex",fontSize:"inherit",borderStyle:"solid"},attrs:{model:e.ruleForm,rules:e.rules,"label-width":"200px"}},[["info"!=e.type?t("el-form-item",{staticClass:"input",style:{padding:"2px 0",margin:"0 auto 20px",color:"inherit",borderRadius:"4px",background:"none",width:"100%",fontSize:"inherit"},attrs:{label:"保险公司",prop:"baoxiangongsi"}},[t("el-input",{attrs:{placeholder:"保险公司",clearable:"",readonly:e.ro.baoxiangongsi},model:{value:e.ruleForm.baoxiangongsi,callback:function(t){e.$set(e.ruleForm,"baoxiangongsi",t)},expression:"ruleForm.baoxiangongsi"}})],1):t("el-form-item",{staticClass:"input",style:{padding:"2px 0",margin:"0 auto 20px",color:"inherit",borderRadius:"4px",background:"none",width:"100%",fontSize:"inherit"},attrs:{label:"保险公司",prop:"baoxiangongsi"}},[t("el-input",{attrs:{placeholder:"保险公司",readonly:""},model:{value:e.ruleForm.baoxiangongsi,callback:function(t){e.$set(e.ruleForm,"baoxiangongsi",t)},expression:"ruleForm.baoxiangongsi"}})],1),"info"!=e.type?t("el-form-item",{staticClass:"input",style:{padding:"2px 0",margin:"0 auto 20px",color:"inherit",borderRadius:"4px",background:"none",width:"100%",fontSize:"inherit"},attrs:{label:"保险类型",prop:"baoxianleixing"}},[t("el-input",{attrs:{placeholder:"保险类型",clearable:"",readonly:e.ro.baoxianleixing},model:{value:e.ruleForm.baoxianleixing,callback:function(t){e.$set(e.ruleForm,"baoxianleixing",t)},expression:"ruleForm.baoxianleixing"}})],1):t("el-form-item",{staticClass:"input",style:{padding:"2px 0",margin:"0 auto 20px",color:"inherit",borderRadius:"4px",background:"none",width:"100%",fontSize:"inherit"},attrs:{label:"保险类型",prop:"baoxianleixing"}},[t("el-input",{attrs:{placeholder:"保险类型",readonly:""},model:{value:e.ruleForm.baoxianleixing,callback:function(t){e.$set(e.ruleForm,"baoxianleixing",t)},expression:"ruleForm.baoxianleixing"}})],1),"info"!=e.type?t("el-form-item",{staticClass:"input",style:{padding:"2px 0",margin:"0 auto 20px",color:"inherit",borderRadius:"4px",background:"none",width:"100%",fontSize:"inherit"},attrs:{label:"保险金额",prop:"baoxianjine"}},[t("el-input-number",{attrs:{placeholder:"保险金额",readonly:e.ro.baoxianjine},model:{value:e.ruleForm.baoxianjine,callback:function(t){e.$set(e.ruleForm,"baoxianjine",t)},expression:"ruleForm.baoxianjine"}})],1):t("el-form-item",{staticClass:"input",style:{padding:"2px 0",margin:"0 auto 20px",color:"inherit",borderRadius:"4px",background:"none",width:"100%",fontSize:"inherit"},attrs:{label:"保险金额",prop:"baoxianjine"}},[t("el-input",{attrs:{placeholder:"保险金额",readonly:""},model:{value:e.ruleForm.baoxianjine,callback:function(t){e.$set(e.ruleForm,"baoxianjine",t)},expression:"ruleForm.baoxianjine"}})],1),"info"!=e.type?t("el-form-item",{staticClass:"date",style:{padding:"2px 0",margin:"0 auto 20px",color:"inherit",borderRadius:"4px",background:"none",width:"100%",fontSize:"inherit"},attrs:{label:"生效日期",prop:"shengxiaoriqi"}},[t("el-date-picker",{attrs:{format:"yyyy 年 MM 月 dd 日","value-format":"yyyy-MM-dd",type:"date",readonly:e.ro.shengxiaoriqi,placeholder:"生效日期"},model:{value:e.ruleForm.shengxiaoriqi,callback:function(t){e.$set(e.ruleForm,"shengxiaoriqi",t)},expression:"ruleForm.shengxiaoriqi"}})],1):e.ruleForm.shengxiaoriqi?t("el-form-item",{staticClass:"input",style:{padding:"2px 0",margin:"0 auto 20px",color:"inherit",borderRadius:"4px",background:"none",width:"100%",fontSize:"inherit"},attrs:{label:"生效日期",prop:"shengxiaoriqi"}},[t("el-input",{attrs:{placeholder:"生效日期",readonly:""},model:{value:e.ruleForm.shengxiaoriqi,callback:function(t){e.$set(e.ruleForm,"shengxiaoriqi",t)},expression:"ruleForm.shengxiaoriqi"}})],1):e._e(),"info"!=e.type?t("el-form-item",{staticClass:"date",style:{padding:"2px 0",margin:"0 auto 20px",color:"inherit",borderRadius:"4px",background:"none",width:"100%",fontSize:"inherit"},attrs:{label:"有效期至",prop:"youxiaoqizhi"}},[t("el-date-picker",{attrs:{format:"yyyy 年 MM 月 dd 日","value-format":"yyyy-MM-dd",type:"date",readonly:e.ro.youxiaoqizhi,placeholder:"有效期至"},model:{value:e.ruleForm.youxiaoqizhi,callback:function(t){e.$set(e.ruleForm,"youxiaoqizhi",t)},expression:"ruleForm.youxiaoqizhi"}})],1):e.ruleForm.youxiaoqizhi?t("el-form-item",{staticClass:"input",style:{padding:"2px 0",margin:"0 auto 20px",color:"inherit",borderRadius:"4px",background:"none",width:"100%",fontSize:"inherit"},attrs:{label:"有效期至",prop:"youxiaoqizhi"}},[t("el-input",{attrs:{placeholder:"有效期至",readonly:""},model:{value:e.ruleForm.youxiaoqizhi,callback:function(t){e.$set(e.ruleForm,"youxiaoqizhi",t)},expression:"ruleForm.youxiaoqizhi"}})],1):e._e(),"info"!=e.type?t("el-form-item",{staticClass:"input",style:{padding:"2px 0",margin:"0 auto 20px",color:"inherit",borderRadius:"4px",background:"none",width:"100%",fontSize:"inherit"},attrs:{label:"车牌号",prop:"chepaihao"}},[t("el-input",{attrs:{placeholder:"车牌号",clearable:"",readonly:e.ro.chepaihao},model:{value:e.ruleForm.chepaihao,callback:function(t){e.$set(e.ruleForm,"chepaihao",t)},expression:"ruleForm.chepaihao"}})],1):t("el-form-item",{staticClass:"input",style:{padding:"2px 0",margin:"0 auto 20px",color:"inherit",borderRadius:"4px",background:"none",width:"100%",fontSize:"inherit"},attrs:{label:"车牌号",prop:"chepaihao"}},[t("el-input",{attrs:{placeholder:"车牌号",readonly:""},model:{value:e.ruleForm.chepaihao,callback:function(t){e.$set(e.ruleForm,"chepaihao",t)},expression:"ruleForm.chepaihao"}})],1),"info"!=e.type?t("el-form-item",{staticClass:"input",style:{padding:"2px 0",margin:"0 auto 20px",color:"inherit",borderRadius:"4px",background:"none",width:"100%",fontSize:"inherit"},attrs:{label:"车辆型号",prop:"cheliangxinghao"}},[t("el-input",{attrs:{placeholder:"车辆型号",clearable:"",readonly:e.ro.cheliangxinghao},model:{value:e.ruleForm.cheliangxinghao,callback:function(t){e.$set(e.ruleForm,"cheliangxinghao",t)},expression:"ruleForm.cheliangxinghao"}})],1):t("el-form-item",{staticClass:"input",style:{padding:"2px 0",margin:"0 auto 20px",color:"inherit",borderRadius:"4px",background:"none",width:"100%",fontSize:"inherit"},attrs:{label:"车辆型号",prop:"cheliangxinghao"}},[t("el-input",{attrs:{placeholder:"车辆型号",readonly:""},model:{value:e.ruleForm.cheliangxinghao,callback:function(t){e.$set(e.ruleForm,"cheliangxinghao",t)},expression:"ruleForm.cheliangxinghao"}})],1),"info"!=e.type?t("el-form-item",{staticClass:"input",style:{padding:"2px 0",margin:"0 auto 20px",color:"inherit",borderRadius:"4px",background:"none",width:"100%",fontSize:"inherit"},attrs:{label:"车辆品牌",prop:"cheliangpinpai"}},[t("el-input",{attrs:{placeholder:"车辆品牌",clearable:"",readonly:e.ro.cheliangpinpai},model:{value:e.ruleForm.cheliangpinpai,callback:function(t){e.$set(e.ruleForm,"cheliangpinpai",t)},expression:"ruleForm.cheliangpinpai"}})],1):t("el-form-item",{staticClass:"input",style:{padding:"2px 0",margin:"0 auto 20px",color:"inherit",borderRadius:"4px",background:"none",width:"100%",fontSize:"inherit"},attrs:{label:"车辆品牌",prop:"cheliangpinpai"}},[t("el-input",{attrs:{placeholder:"车辆品牌",readonly:""},model:{value:e.ruleForm.cheliangpinpai,callback:function(t){e.$set(e.ruleForm,"cheliangpinpai",t)},expression:"ruleForm.cheliangpinpai"}})],1),"info"!=e.type?t("el-form-item",{staticClass:"input",style:{padding:"2px 0",margin:"0 auto 20px",color:"inherit",borderRadius:"4px",background:"none",width:"100%",fontSize:"inherit"},attrs:{label:"车辆类型",prop:"cheliangleixing"}},[t("el-input",{attrs:{placeholder:"车辆类型",clearable:"",readonly:e.ro.cheliangleixing},model:{value:e.ruleForm.cheliangleixing,callback:function(t){e.$set(e.ruleForm,"cheliangleixing",t)},expression:"ruleForm.cheliangleixing"}})],1):t("el-form-item",{staticClass:"input",style:{padding:"2px 0",margin:"0 auto 20px",color:"inherit",borderRadius:"4px",background:"none",width:"100%",fontSize:"inherit"},attrs:{label:"车辆类型",prop:"cheliangleixing"}},[t("el-input",{attrs:{placeholder:"车辆类型",readonly:""},model:{value:e.ruleForm.cheliangleixing,callback:function(t){e.$set(e.ruleForm,"cheliangleixing",t)},expression:"ruleForm.cheliangleixing"}})],1),"info"!=e.type?t("el-form-item",{staticClass:"input",style:{padding:"2px 0",margin:"0 auto 20px",color:"inherit",borderRadius:"4px",background:"none",width:"100%",fontSize:"inherit"},attrs:{label:"发动机号",prop:"fadongjihao"}},[t("el-input",{attrs:{placeholder:"发动机号",clearable:"",readonly:e.ro.fadongjihao},model:{value:e.ruleForm.fadongjihao,callback:function(t){e.$set(e.ruleForm,"fadongjihao",t)},expression:"ruleForm.fadongjihao"}})],1):t("el-form-item",{staticClass:"input",style:{padding:"2px 0",margin:"0 auto 20px",color:"inherit",borderRadius:"4px",background:"none",width:"100%",fontSize:"inherit"},attrs:{label:"发动机号",prop:"fadongjihao"}},[t("el-input",{attrs:{placeholder:"发动机号",readonly:""},model:{value:e.ruleForm.fadongjihao,callback:function(t){e.$set(e.ruleForm,"fadongjihao",t)},expression:"ruleForm.fadongjihao"}})],1),"info"!=e.type?t("el-form-item",{staticClass:"input",style:{padding:"2px 0",margin:"0 auto 20px",color:"inherit",borderRadius:"4px",background:"none",width:"100%",fontSize:"inherit"},attrs:{label:"车架号",prop:"chejiahao"}},[t("el-input",{attrs:{placeholder:"车架号",clearable:"",readonly:e.ro.chejiahao},model:{value:e.ruleForm.chejiahao,callback:function(t){e.$set(e.ruleForm,"chejiahao",t)},expression:"ruleForm.chejiahao"}})],1):t("el-form-item",{staticClass:"input",style:{padding:"2px 0",margin:"0 auto 20px",color:"inherit",borderRadius:"4px",background:"none",width:"100%",fontSize:"inherit"},attrs:{label:"车架号",prop:"chejiahao"}},[t("el-input",{attrs:{placeholder:"车架号",readonly:""},model:{value:e.ruleForm.chejiahao,callback:function(t){e.$set(e.ruleForm,"chejiahao",t)},expression:"ruleForm.chejiahao"}})],1),"info"!=e.type?t("el-form-item",{staticClass:"date",style:{padding:"2px 0",margin:"0 auto 20px",color:"inherit",borderRadius:"4px",background:"none",width:"100%",fontSize:"inherit"},attrs:{label:"登记日期",prop:"dengjiriqi"}},[t("el-date-picker",{attrs:{format:"yyyy 年 MM 月 dd 日","value-format":"yyyy-MM-dd",type:"date",readonly:e.ro.dengjiriqi,placeholder:"登记日期"},model:{value:e.ruleForm.dengjiriqi,callback:function(t){e.$set(e.ruleForm,"dengjiriqi",t)},expression:"ruleForm.dengjiriqi"}})],1):e.ruleForm.dengjiriqi?t("el-form-item",{staticClass:"input",style:{padding:"2px 0",margin:"0 auto 20px",color:"inherit",borderRadius:"4px",background:"none",width:"100%",fontSize:"inherit"},attrs:{label:"登记日期",prop:"dengjiriqi"}},[t("el-input",{attrs:{placeholder:"登记日期",readonly:""},model:{value:e.ruleForm.dengjiriqi,callback:function(t){e.$set(e.ruleForm,"dengjiriqi",t)},expression:"ruleForm.dengjiriqi"}})],1):e._e(),"info"!=e.type?t("el-form-item",{staticClass:"input",style:{padding:"2px 0",margin:"0 auto 20px",color:"inherit",borderRadius:"4px",background:"none",width:"100%",fontSize:"inherit"},attrs:{label:"账号",prop:"zhanghao"}},[t("el-input",{attrs:{placeholder:"账号",clearable:"",readonly:e.ro.zhanghao},model:{value:e.ruleForm.zhanghao,callback:function(t){e.$set(e.ruleForm,"zhanghao",t)},expression:"ruleForm.zhanghao"}})],1):t("el-form-item",{staticClass:"input",style:{padding:"2px 0",margin:"0 auto 20px",color:"inherit",borderRadius:"4px",background:"none",width:"100%",fontSize:"inherit"},attrs:{label:"账号",prop:"zhanghao"}},[t("el-input",{attrs:{placeholder:"账号",readonly:""},model:{value:e.ruleForm.zhanghao,callback:function(t){e.$set(e.ruleForm,"zhanghao",t)},expression:"ruleForm.zhanghao"}})],1),"info"!=e.type?t("el-form-item",{staticClass:"input",style:{padding:"2px 0",margin:"0 auto 20px",color:"inherit",borderRadius:"4px",background:"none",width:"100%",fontSize:"inherit"},attrs:{label:"姓名",prop:"xingming"}},[t("el-input",{attrs:{placeholder:"姓名",clearable:"",readonly:e.ro.xingming},model:{value:e.ruleForm.xingming,callback:function(t){e.$set(e.ruleForm,"xingming",t)},expression:"ruleForm.xingming"}})],1):t("el-form-item",{staticClass:"input",style:{padding:"2px 0",margin:"0 auto 20px",color:"inherit",borderRadius:"4px",background:"none",width:"100%",fontSize:"inherit"},attrs:{label:"姓名",prop:"xingming"}},[t("el-input",{attrs:{placeholder:"姓名",readonly:""},model:{value:e.ruleForm.xingming,callback:function(t){e.$set(e.ruleForm,"xingming",t)},expression:"ruleForm.xingming"}})],1),"info"!=e.type?t("el-form-item",{staticClass:"input",style:{padding:"2px 0",margin:"0 auto 20px",color:"inherit",borderRadius:"4px",background:"none",width:"100%",fontSize:"inherit"},attrs:{label:"驾驶证号",prop:"jiashizhenghao"}},[t("el-input",{attrs:{placeholder:"驾驶证号",clearable:"",readonly:e.ro.jiashizhenghao},model:{value:e.ruleForm.jiashizhenghao,callback:function(t){e.$set(e.ruleForm,"jiashizhenghao",t)},expression:"ruleForm.jiashizhenghao"}})],1):t("el-form-item",{staticClass:"input",style:{padding:"2px 0",margin:"0 auto 20px",color:"inherit",borderRadius:"4px",background:"none",width:"100%",fontSize:"inherit"},attrs:{label:"驾驶证号",prop:"jiashizhenghao"}},[t("el-input",{attrs:{placeholder:"驾驶证号",readonly:""},model:{value:e.ruleForm.jiashizhenghao,callback:function(t){e.$set(e.ruleForm,"jiashizhenghao",t)},expression:"ruleForm.jiashizhenghao"}})],1),"info"!=e.type?t("el-form-item",{staticClass:"input",style:{padding:"2px 0",margin:"0 auto 20px",color:"inherit",borderRadius:"4px",background:"none",width:"100%",fontSize:"inherit"},attrs:{label:"员工账号",prop:"yuangongzhanghao"}},[t("el-input",{attrs:{placeholder:"员工账号",clearable:"",readonly:e.ro.yuangongzhanghao},model:{value:e.ruleForm.yuangongzhanghao,callback:function(t){e.$set(e.ruleForm,"yuangongzhanghao",t)},expression:"ruleForm.yuangongzhanghao"}})],1):t("el-form-item",{staticClass:"input",style:{padding:"2px 0",margin:"0 auto 20px",color:"inherit",borderRadius:"4px",background:"none",width:"100%",fontSize:"inherit"},attrs:{label:"员工账号",prop:"yuangongzhanghao"}},[t("el-input",{attrs:{placeholder:"员工账号",readonly:""},model:{value:e.ruleForm.yuangongzhanghao,callback:function(t){e.$set(e.ruleForm,"yuangongzhanghao",t)},expression:"ruleForm.yuangongzhanghao"}})],1),"info"!=e.type?t("el-form-item",{staticClass:"input",style:{padding:"2px 0",margin:"0 auto 20px",color:"inherit",borderRadius:"4px",background:"none",width:"100%",fontSize:"inherit"},attrs:{label:"员工姓名",prop:"yuangongxingming"}},[t("el-input",{attrs:{placeholder:"员工姓名",clearable:"",readonly:e.ro.yuangongxingming},model:{value:e.ruleForm.yuangongxingming,callback:function(t){e.$set(e.ruleForm,"yuangongxingming",t)},expression:"ruleForm.yuangongxingming"}})],1):t("el-form-item",{staticClass:"input",style:{padding:"2px 0",margin:"0 auto 20px",color:"inherit",borderRadius:"4px",background:"none",width:"100%",fontSize:"inherit"},attrs:{label:"员工姓名",prop:"yuangongxingming"}},[t("el-input",{attrs:{placeholder:"员工姓名",readonly:""},model:{value:e.ruleForm.yuangongxingming,callback:function(t){e.$set(e.ruleForm,"yuangongxingming",t)},expression:"ruleForm.yuangongxingming"}})],1)],t("el-form-item",{staticClass:"btn",style:{padding:"0",margin:"30px auto",alignItems:"center",textAlign:"center",background:"none",display:"flex",width:"60%",fontSize:"18px"}},["info"!=e.type?t("el-button",{staticClass:"btn3",attrs:{type:"success"},on:{click:e.onSubmit}},[t("span",{staticClass:"icon iconfont icon-tijiao16",style:{margin:"0 2px",fontSize:"inherit",color:"inherit",display:"none"}}),e._v(" 确定 ")]):e._e(),"info"!=e.type?t("el-button",{staticClass:"btn4",attrs:{type:"success"},on:{click:function(t){return e.back()}}},[t("span",{staticClass:"icon iconfont icon-quxiao09",style:{margin:"0 2px",fontSize:"inherit",color:"inherit",display:"none"}}),e._v(" 取消 ")]):e._e(),"info"==e.type?t("el-button",{staticClass:"btn5",attrs:{type:"success"},on:{click:function(t){return e.back()}}},[t("span",{staticClass:"icon iconfont icon-fanhui01",style:{margin:"0 2px",fontSize:"inherit",color:"inherit",display:"none"}}),e._v(" 返回 ")]):e._e()],1)],2)],1)},dt=[],ht={data:function(){var e=function(e,t,a){t?Object(h["isNumber"])(t)?a():a(new Error("请输入数字")):a()};return{id:"",type:"",ro:{baoxiangongsi:!1,baoxianleixing:!1,baoxianjine:!1,shengxiaoriqi:!1,youxiaoqizhi:!1,chepaihao:!1,cheliangxinghao:!1,cheliangpinpai:!1,cheliangleixing:!1,fadongjihao:!1,chejiahao:!1,dengjiriqi:!1,zhanghao:!1,xingming:!1,jiashizhenghao:!1,yuangongzhanghao:!1,yuangongxingming:!1},ruleForm:{baoxiangongsi:"",baoxianleixing:"",baoxianjine:"",shengxiaoriqi:"",youxiaoqizhi:"",chepaihao:"",cheliangxinghao:"",cheliangpinpai:"",cheliangleixing:"",fadongjihao:"",chejiahao:"",dengjiriqi:"",zhanghao:"",xingming:"",jiashizhenghao:"",yuangongzhanghao:"",yuangongxingming:""},rules:{baoxiangongsi:[{required:!0,message:"保险公司不能为空",trigger:"blur"}],baoxianleixing:[{required:!0,message:"保险类型不能为空",trigger:"blur"}],baoxianjine:[{required:!0,message:"保险金额不能为空",trigger:"blur"},{validator:e,trigger:"blur"}],shengxiaoriqi:[],youxiaoqizhi:[],chepaihao:[],cheliangxinghao:[{required:!0,message:"车辆型号不能为空",trigger:"blur"}],cheliangpinpai:[{required:!0,message:"车辆品牌不能为空",trigger:"blur"}],cheliangleixing:[],fadongjihao:[],chejiahao:[],dengjiriqi:[],zhanghao:[],xingming:[],jiashizhenghao:[],yuangongzhanghao:[],yuangongxingming:[]}}},props:["parent"],computed:{},components:{},created:function(){this.ruleForm.shengxiaoriqi=this.getCurDate(),this.ruleForm.youxiaoqizhi=this.getCurDate(),this.ruleForm.dengjiriqi=this.getCurDate()},methods:{download:function(e){window.open("".concat(e))},init:function(e,t){var a=this;if(e&&(this.id=e,this.type=t),"info"==this.type||"else"==this.type)this.info(e);else if("logistics"==this.type)this.logistics=!1,this.info(e);else if("cross"==this.type){var i=this.$storage.getObj("crossObj");for(var n in i)"baoxiangongsi"!=n?"baoxianleixing"!=n?"baoxianjine"!=n?"shengxiaoriqi"!=n?"youxiaoqizhi"!=n?"chepaihao"!=n?"cheliangxinghao"!=n?"cheliangpinpai"!=n?"cheliangleixing"!=n?"fadongjihao"!=n?"chejiahao"!=n?"dengjiriqi"!=n?"zhanghao"!=n?"xingming"!=n?"jiashizhenghao"!=n?"yuangongzhanghao"!=n?"yuangongxingming"!=n||(this.ruleForm.yuangongxingming=i[n],this.ro.yuangongxingming=!0):(this.ruleForm.yuangongzhanghao=i[n],this.ro.yuangongzhanghao=!0):(this.ruleForm.jiashizhenghao=i[n],this.ro.jiashizhenghao=!0):(this.ruleForm.xingming=i[n],this.ro.xingming=!0):(this.ruleForm.zhanghao=i[n],this.ro.zhanghao=!0):(this.ruleForm.dengjiriqi=i[n],this.ro.dengjiriqi=!0):(this.ruleForm.chejiahao=i[n],this.ro.chejiahao=!0):(this.ruleForm.fadongjihao=i[n],this.ro.fadongjihao=!0):(this.ruleForm.cheliangleixing=i[n],this.ro.cheliangleixing=!0):(this.ruleForm.cheliangpinpai=i[n],this.ro.cheliangpinpai=!0):(this.ruleForm.cheliangxinghao=i[n],this.ro.cheliangxinghao=!0):(this.ruleForm.chepaihao=i[n],this.ro.chepaihao=!0):(this.ruleForm.youxiaoqizhi=i[n],this.ro.youxiaoqizhi=!0):(this.ruleForm.shengxiaoriqi=i[n],this.ro.shengxiaoriqi=!0):(this.ruleForm.baoxianjine=i[n],this.ro.baoxianjine=!0):(this.ruleForm.baoxianleixing=i[n],this.ro.baoxianleixing=!0):(this.ruleForm.baoxiangongsi=i[n],this.ro.baoxiangongsi=!0)}this.$http({url:"".concat(this.$storage.get("sessionTable"),"/session"),method:"get"}).then((function(e){var t=e.data;if(t&&0===t.code){var i=t.data;(""!=i.yuangongzhanghao&&i.yuangongzhanghao||0==i.yuangongzhanghao)&&"管理员"!=a.$storage.get("role")&&(a.ruleForm.yuangongzhanghao=i.yuangongzhanghao,a.ro.yuangongzhanghao=!0),(""!=i.yuangongxingming&&i.yuangongxingming||0==i.yuangongxingming)&&"管理员"!=a.$storage.get("role")&&(a.ruleForm.yuangongxingming=i.yuangongxingming,a.ro.yuangongxingming=!0)}else a.$message.error(t.msg)}))},info:function(e){var t=this;this.$http({url:"baoxianxinxi/info/".concat(e),method:"get"}).then((function(e){var a=e.data;if(a&&0===a.code){t.ruleForm=a.data;new RegExp("../../../upload","g")}else t.$message.error(a.msg)}))},onSubmit:function(){var e,t,a,i=this;this.$storage.getObj("crossObj");if("cross"==this.type){var n=this.$storage.get("statusColumnName"),o=this.$storage.get("statusColumnValue");if(""!=n){var r=this.$storage.getObj("crossObj");if(n&&!n.startsWith("[")){for(var s in r)s==n&&(r[s]=o);var l=this.$storage.get("crossTable");this.$http({url:"".concat(l,"/update"),method:"post",data:r}).then((function(e){e.data}))}else e=this.$storage.get("userid"),t=r["id"],a=this.$storage.get("statusColumnName"),a=a.replace(/\[/,"").replace(/\]/,"")}}this.$refs["ruleForm"].validate((function(n){if(n)if(t&&e){i.ruleForm.crossuserid=e,i.ruleForm.crossrefid=t;var o={page:1,limit:10,crossuserid:i.ruleForm.crossuserid,crossrefid:i.ruleForm.crossrefid};i.$http({url:"baoxianxinxi/page",method:"get",params:o}).then((function(e){var t=e.data;if(t&&0===t.code){if(t.data.total>=a)return i.$message.error(i.$storage.get("tips")),!1;i.$http({url:"baoxianxinxi/".concat(i.ruleForm.id?"update":"save"),method:"post",data:i.ruleForm}).then((function(e){var t=e.data;t&&0===t.code?i.$message({message:"操作成功",type:"success",duration:1500,onClose:function(){i.parent.showFlag=!0,i.parent.addOrUpdateFlag=!1,i.parent.baoxianxinxiCrossAddOrUpdateFlag=!1,i.parent.search(),i.parent.contentStyleChange()}}):i.$message.error(t.msg)}))}}))}else i.$http({url:"baoxianxinxi/".concat(i.ruleForm.id?"update":"save"),method:"post",data:i.ruleForm}).then((function(e){var t=e.data;t&&0===t.code?i.$message({message:"操作成功",type:"success",duration:1500,onClose:function(){i.parent.showFlag=!0,i.parent.addOrUpdateFlag=!1,i.parent.baoxianxinxiCrossAddOrUpdateFlag=!1,i.parent.search(),i.parent.contentStyleChange()}}):i.$message.error(t.msg)}))}))},getUUID:function(){return(new Date).getTime()},back:function(){this.parent.showFlag=!0,this.parent.addOrUpdateFlag=!1,this.parent.baoxianxinxiCrossAddOrUpdateFlag=!1,this.parent.contentStyleChange()}}},gt=ht,pt=(a("e306"),Object(m["a"])(gt,ut,dt,!1,null,"92e7315c",null)),mt=pt.exports,ft=function(){var e=this,t=e._self._c;return t("div",{staticClass:"addEdit-block",style:{minHeight:"calc(100vh - 200px)",padding:"0px 0 30px",margin:"0 auto",color:"#8e99a2",background:"none",width:"calc(100% - 0px)",fontSize:"14px",height:"100%"}},[t("el-form",{ref:"ruleForm",staticClass:"add-update-preview",style:{padding:"30px 5%",borderColor:"#f6f6f6",alignItems:"flex-start",borderRadius:"4px",flexWrap:"wrap",background:"rgba(255,255,255,.9)",borderWidth:"2px",display:"flex",fontSize:"inherit",borderStyle:"solid"},attrs:{model:e.ruleForm,rules:e.rules,"label-width":"200px"}},[["info"!=e.type?t("el-form-item",{staticClass:"input",style:{padding:"2px 0",margin:"0 auto 20px",color:"inherit",borderRadius:"4px",background:"none",width:"100%",fontSize:"inherit"},attrs:{label:"通知标题",prop:"tongzhibiaoti"}},[t("el-input",{attrs:{placeholder:"通知标题",clearable:"",readonly:e.ro.tongzhibiaoti},model:{value:e.ruleForm.tongzhibiaoti,callback:function(t){e.$set(e.ruleForm,"tongzhibiaoti",t)},expression:"ruleForm.tongzhibiaoti"}})],1):t("el-form-item",{staticClass:"input",style:{padding:"2px 0",margin:"0 auto 20px",color:"inherit",borderRadius:"4px",background:"none",width:"100%",fontSize:"inherit"},attrs:{label:"通知标题",prop:"tongzhibiaoti"}},[t("el-input",{attrs:{placeholder:"通知标题",readonly:""},model:{value:e.ruleForm.tongzhibiaoti,callback:function(t){e.$set(e.ruleForm,"tongzhibiaoti",t)},expression:"ruleForm.tongzhibiaoti"}})],1),"info"!=e.type?t("el-form-item",{staticClass:"input",style:{padding:"2px 0",margin:"0 auto 20px",color:"inherit",borderRadius:"4px",background:"none",width:"100%",fontSize:"inherit"},attrs:{label:"车牌号",prop:"chepaihao"}},[t("el-input",{attrs:{placeholder:"车牌号",clearable:"",readonly:e.ro.chepaihao},model:{value:e.ruleForm.chepaihao,callback:function(t){e.$set(e.ruleForm,"chepaihao",t)},expression:"ruleForm.chepaihao"}})],1):t("el-form-item",{staticClass:"input",style:{padding:"2px 0",margin:"0 auto 20px",color:"inherit",borderRadius:"4px",background:"none",width:"100%",fontSize:"inherit"},attrs:{label:"车牌号",prop:"chepaihao"}},[t("el-input",{attrs:{placeholder:"车牌号",readonly:""},model:{value:e.ruleForm.chepaihao,callback:function(t){e.$set(e.ruleForm,"chepaihao",t)},expression:"ruleForm.chepaihao"}})],1),"info"!=e.type?t("el-form-item",{staticClass:"input",style:{padding:"2px 0",margin:"0 auto 20px",color:"inherit",borderRadius:"4px",background:"none",width:"100%",fontSize:"inherit"},attrs:{label:"车辆型号",prop:"cheliangxinghao"}},[t("el-input",{attrs:{placeholder:"车辆型号",clearable:"",readonly:e.ro.cheliangxinghao},model:{value:e.ruleForm.cheliangxinghao,callback:function(t){e.$set(e.ruleForm,"cheliangxinghao",t)},expression:"ruleForm.cheliangxinghao"}})],1):t("el-form-item",{staticClass:"input",style:{padding:"2px 0",margin:"0 auto 20px",color:"inherit",borderRadius:"4px",background:"none",width:"100%",fontSize:"inherit"},attrs:{label:"车辆型号",prop:"cheliangxinghao"}},[t("el-input",{attrs:{placeholder:"车辆型号",readonly:""},model:{value:e.ruleForm.cheliangxinghao,callback:function(t){e.$set(e.ruleForm,"cheliangxinghao",t)},expression:"ruleForm.cheliangxinghao"}})],1),"info"!=e.type?t("el-form-item",{staticClass:"date",style:{padding:"2px 0",margin:"0 auto 20px",color:"inherit",borderRadius:"4px",background:"none",width:"100%",fontSize:"inherit"},attrs:{label:"通知日期",prop:"tongzhiriqi"}},[t("el-date-picker",{attrs:{format:"yyyy 年 MM 月 dd 日","value-format":"yyyy-MM-dd",type:"date",readonly:e.ro.tongzhiriqi,placeholder:"通知日期"},model:{value:e.ruleForm.tongzhiriqi,callback:function(t){e.$set(e.ruleForm,"tongzhiriqi",t)},expression:"ruleForm.tongzhiriqi"}})],1):e.ruleForm.tongzhiriqi?t("el-form-item",{staticClass:"input",style:{padding:"2px 0",margin:"0 auto 20px",color:"inherit",borderRadius:"4px",background:"none",width:"100%",fontSize:"inherit"},attrs:{label:"通知日期",prop:"tongzhiriqi"}},[t("el-input",{attrs:{placeholder:"通知日期",readonly:""},model:{value:e.ruleForm.tongzhiriqi,callback:function(t){e.$set(e.ruleForm,"tongzhiriqi",t)},expression:"ruleForm.tongzhiriqi"}})],1):e._e(),"info"!=e.type?t("el-form-item",{staticClass:"input",style:{padding:"2px 0",margin:"0 auto 20px",color:"inherit",borderRadius:"4px",background:"none",width:"100%",fontSize:"inherit"},attrs:{label:"账号",prop:"zhanghao"}},[t("el-input",{attrs:{placeholder:"账号",clearable:"",readonly:e.ro.zhanghao},model:{value:e.ruleForm.zhanghao,callback:function(t){e.$set(e.ruleForm,"zhanghao",t)},expression:"ruleForm.zhanghao"}})],1):t("el-form-item",{staticClass:"input",style:{padding:"2px 0",margin:"0 auto 20px",color:"inherit",borderRadius:"4px",background:"none",width:"100%",fontSize:"inherit"},attrs:{label:"账号",prop:"zhanghao"}},[t("el-input",{attrs:{placeholder:"账号",readonly:""},model:{value:e.ruleForm.zhanghao,callback:function(t){e.$set(e.ruleForm,"zhanghao",t)},expression:"ruleForm.zhanghao"}})],1),"info"!=e.type?t("el-form-item",{staticClass:"input",style:{padding:"2px 0",margin:"0 auto 20px",color:"inherit",borderRadius:"4px",background:"none",width:"100%",fontSize:"inherit"},attrs:{label:"姓名",prop:"xingming"}},[t("el-input",{attrs:{placeholder:"姓名",clearable:"",readonly:e.ro.xingming},model:{value:e.ruleForm.xingming,callback:function(t){e.$set(e.ruleForm,"xingming",t)},expression:"ruleForm.xingming"}})],1):t("el-form-item",{staticClass:"input",style:{padding:"2px 0",margin:"0 auto 20px",color:"inherit",borderRadius:"4px",background:"none",width:"100%",fontSize:"inherit"},attrs:{label:"姓名",prop:"xingming"}},[t("el-input",{attrs:{placeholder:"姓名",readonly:""},model:{value:e.ruleForm.xingming,callback:function(t){e.$set(e.ruleForm,"xingming",t)},expression:"ruleForm.xingming"}})],1),"info"!=e.type?t("el-form-item",{staticClass:"input",style:{padding:"2px 0",margin:"0 auto 20px",color:"inherit",borderRadius:"4px",background:"none",width:"100%",fontSize:"inherit"},attrs:{label:"驾驶证号",prop:"jiashizhenghao"}},[t("el-input",{attrs:{placeholder:"驾驶证号",clearable:"",readonly:e.ro.jiashizhenghao},model:{value:e.ruleForm.jiashizhenghao,callback:function(t){e.$set(e.ruleForm,"jiashizhenghao",t)},expression:"ruleForm.jiashizhenghao"}})],1):t("el-form-item",{staticClass:"input",style:{padding:"2px 0",margin:"0 auto 20px",color:"inherit",borderRadius:"4px",background:"none",width:"100%",fontSize:"inherit"},attrs:{label:"驾驶证号",prop:"jiashizhenghao"}},[t("el-input",{attrs:{placeholder:"驾驶证号",readonly:""},model:{value:e.ruleForm.jiashizhenghao,callback:function(t){e.$set(e.ruleForm,"jiashizhenghao",t)},expression:"ruleForm.jiashizhenghao"}})],1),"info"!=e.type?t("el-form-item",{staticClass:"input",style:{padding:"2px 0",margin:"0 auto 20px",color:"inherit",borderRadius:"4px",background:"none",width:"100%",fontSize:"inherit"},attrs:{label:"员工账号",prop:"yuangongzhanghao"}},[t("el-input",{attrs:{placeholder:"员工账号",clearable:"",readonly:e.ro.yuangongzhanghao},model:{value:e.ruleForm.yuangongzhanghao,callback:function(t){e.$set(e.ruleForm,"yuangongzhanghao",t)},expression:"ruleForm.yuangongzhanghao"}})],1):t("el-form-item",{staticClass:"input",style:{padding:"2px 0",margin:"0 auto 20px",color:"inherit",borderRadius:"4px",background:"none",width:"100%",fontSize:"inherit"},attrs:{label:"员工账号",prop:"yuangongzhanghao"}},[t("el-input",{attrs:{placeholder:"员工账号",readonly:""},model:{value:e.ruleForm.yuangongzhanghao,callback:function(t){e.$set(e.ruleForm,"yuangongzhanghao",t)},expression:"ruleForm.yuangongzhanghao"}})],1),"info"!=e.type?t("el-form-item",{staticClass:"input",style:{padding:"2px 0",margin:"0 auto 20px",color:"inherit",borderRadius:"4px",background:"none",width:"100%",fontSize:"inherit"},attrs:{label:"员工姓名",prop:"yuangongxingming"}},[t("el-input",{attrs:{placeholder:"员工姓名",clearable:"",readonly:e.ro.yuangongxingming},model:{value:e.ruleForm.yuangongxingming,callback:function(t){e.$set(e.ruleForm,"yuangongxingming",t)},expression:"ruleForm.yuangongxingming"}})],1):t("el-form-item",{staticClass:"input",style:{padding:"2px 0",margin:"0 auto 20px",color:"inherit",borderRadius:"4px",background:"none",width:"100%",fontSize:"inherit"},attrs:{label:"员工姓名",prop:"yuangongxingming"}},[t("el-input",{attrs:{placeholder:"员工姓名",readonly:""},model:{value:e.ruleForm.yuangongxingming,callback:function(t){e.$set(e.ruleForm,"yuangongxingming",t)},expression:"ruleForm.yuangongxingming"}})],1)],"info"!=e.type?t("el-form-item",{style:{padding:"2px 0",margin:"0 auto 20px",color:"inherit",borderRadius:"4px",background:"none",width:"100%",fontSize:"inherit"},attrs:{label:"通知内容",prop:"tongzhineirong"}},[t("editor",{staticClass:"editor",staticStyle:{"min-width":"200px","max-width":"600px"},attrs:{action:"file/upload"},model:{value:e.ruleForm.tongzhineirong,callback:function(t){e.$set(e.ruleForm,"tongzhineirong",t)},expression:"ruleForm.tongzhineirong"}})],1):e.ruleForm.tongzhineirong?t("el-form-item",{style:{padding:"2px 0",margin:"0 auto 20px",color:"inherit",borderRadius:"4px",background:"none",width:"100%",fontSize:"inherit"},attrs:{label:"通知内容",prop:"tongzhineirong"}},[t("span",{style:{fontSize:"14px",lineHeight:"40px",color:"inherit",fontWeight:"500",display:"inline-block"},domProps:{innerHTML:e._s(e.ruleForm.tongzhineirong)}})]):e._e(),t("el-form-item",{staticClass:"btn",style:{padding:"0",margin:"30px auto",alignItems:"center",textAlign:"center",background:"none",display:"flex",width:"60%",fontSize:"18px"}},["info"!=e.type?t("el-button",{staticClass:"btn3",attrs:{type:"success"},on:{click:e.onSubmit}},[t("span",{staticClass:"icon iconfont icon-tijiao16",style:{margin:"0 2px",fontSize:"inherit",color:"inherit",display:"none"}}),e._v(" 确定 ")]):e._e(),"info"!=e.type?t("el-button",{staticClass:"btn4",attrs:{type:"success"},on:{click:function(t){return e.back()}}},[t("span",{staticClass:"icon iconfont icon-quxiao09",style:{margin:"0 2px",fontSize:"inherit",color:"inherit",display:"none"}}),e._v(" 取消 ")]):e._e(),"info"==e.type?t("el-button",{staticClass:"btn5",attrs:{type:"success"},on:{click:function(t){return e.back()}}},[t("span",{staticClass:"icon iconfont icon-fanhui01",style:{margin:"0 2px",fontSize:"inherit",color:"inherit",display:"none"}}),e._v(" 返回 ")]):e._e()],1)],2)],1)},bt=[],xt={data:function(){return{id:"",type:"",ro:{tongzhibiaoti:!1,chepaihao:!1,cheliangxinghao:!1,tongzhineirong:!1,tongzhiriqi:!1,zhanghao:!1,xingming:!1,jiashizhenghao:!1,yuangongzhanghao:!1,yuangongxingming:!1},ruleForm:{tongzhibiaoti:"",chepaihao:"",cheliangxinghao:"",tongzhineirong:"",tongzhiriqi:"",zhanghao:"",xingming:"",jiashizhenghao:"",yuangongzhanghao:"",yuangongxingming:""},rules:{tongzhibiaoti:[],chepaihao:[],cheliangxinghao:[{required:!0,message:"车辆型号不能为空",trigger:"blur"}],tongzhineirong:[],tongzhiriqi:[],zhanghao:[],xingming:[],jiashizhenghao:[],yuangongzhanghao:[],yuangongxingming:[]}}},props:["parent"],computed:{},components:{},created:function(){this.ruleForm.tongzhiriqi=this.getCurDate()},methods:{download:function(e){window.open("".concat(e))},init:function(e,t){var a=this;if(e&&(this.id=e,this.type=t),"info"==this.type||"else"==this.type)this.info(e);else if("logistics"==this.type)this.logistics=!1,this.info(e);else if("cross"==this.type){var i=this.$storage.getObj("crossObj");for(var n in i)"tongzhibiaoti"!=n?"chepaihao"!=n?"cheliangxinghao"!=n?"tongzhineirong"!=n?"tongzhiriqi"!=n?"zhanghao"!=n?"xingming"!=n?"jiashizhenghao"!=n?"yuangongzhanghao"!=n?"yuangongxingming"!=n||(this.ruleForm.yuangongxingming=i[n],this.ro.yuangongxingming=!0):(this.ruleForm.yuangongzhanghao=i[n],this.ro.yuangongzhanghao=!0):(this.ruleForm.jiashizhenghao=i[n],this.ro.jiashizhenghao=!0):(this.ruleForm.xingming=i[n],this.ro.xingming=!0):(this.ruleForm.zhanghao=i[n],this.ro.zhanghao=!0):(this.ruleForm.tongzhiriqi=i[n],this.ro.tongzhiriqi=!0):(this.ruleForm.tongzhineirong=i[n],this.ro.tongzhineirong=!0):(this.ruleForm.cheliangxinghao=i[n],this.ro.cheliangxinghao=!0):(this.ruleForm.chepaihao=i[n],this.ro.chepaihao=!0):(this.ruleForm.tongzhibiaoti=i[n],this.ro.tongzhibiaoti=!0)}this.$http({url:"".concat(this.$storage.get("sessionTable"),"/session"),method:"get"}).then((function(e){var t=e.data;if(t&&0===t.code){var i=t.data;(""!=i.yuangongzhanghao&&i.yuangongzhanghao||0==i.yuangongzhanghao)&&"管理员"!=a.$storage.get("role")&&(a.ruleForm.yuangongzhanghao=i.yuangongzhanghao,a.ro.yuangongzhanghao=!0),(""!=i.yuangongxingming&&i.yuangongxingming||0==i.yuangongxingming)&&"管理员"!=a.$storage.get("role")&&(a.ruleForm.yuangongxingming=i.yuangongxingming,a.ro.yuangongxingming=!0)}else a.$message.error(t.msg)}))},info:function(e){var t=this;this.$http({url:"xubaotongzhi/info/".concat(e),method:"get"}).then((function(e){var a=e.data;if(a&&0===a.code){t.ruleForm=a.data;var i=new RegExp("../../../upload","g");t.ruleForm.tongzhineirong=t.ruleForm.tongzhineirong.replace(i,"../../../springbootbv4939cb/upload")}else t.$message.error(a.msg)}))},onSubmit:function(){var e,t,a,i=this;this.$storage.getObj("crossObj");if("cross"==this.type){var n=this.$storage.get("statusColumnName"),o=this.$storage.get("statusColumnValue");if(""!=n){var r=this.$storage.getObj("crossObj");if(n&&!n.startsWith("[")){for(var s in r)s==n&&(r[s]=o);var l=this.$storage.get("crossTable");this.$http({url:"".concat(l,"/update"),method:"post",data:r}).then((function(e){e.data}))}else e=this.$storage.get("userid"),t=r["id"],a=this.$storage.get("statusColumnName"),a=a.replace(/\[/,"").replace(/\]/,"")}}this.$refs["ruleForm"].validate((function(n){if(n)if(t&&e){i.ruleForm.crossuserid=e,i.ruleForm.crossrefid=t;var o={page:1,limit:10,crossuserid:i.ruleForm.crossuserid,crossrefid:i.ruleForm.crossrefid};i.$http({url:"xubaotongzhi/page",method:"get",params:o}).then((function(e){var t=e.data;if(t&&0===t.code){if(t.data.total>=a)return i.$message.error(i.$storage.get("tips")),!1;i.$http({url:"xubaotongzhi/".concat(i.ruleForm.id?"update":"save"),method:"post",data:i.ruleForm}).then((function(e){var t=e.data;t&&0===t.code?i.$message({message:"操作成功",type:"success",duration:1500,onClose:function(){i.parent.showFlag=!0,i.parent.addOrUpdateFlag=!1,i.parent.xubaotongzhiCrossAddOrUpdateFlag=!1,i.parent.search(),i.parent.contentStyleChange()}}):i.$message.error(t.msg)}))}}))}else i.$http({url:"xubaotongzhi/".concat(i.ruleForm.id?"update":"save"),method:"post",data:i.ruleForm}).then((function(e){var t=e.data;t&&0===t.code?i.$message({message:"操作成功",type:"success",duration:1500,onClose:function(){i.parent.showFlag=!0,i.parent.addOrUpdateFlag=!1,i.parent.xubaotongzhiCrossAddOrUpdateFlag=!1,i.parent.search(),i.parent.contentStyleChange()}}):i.$message.error(t.msg)}))}))},getUUID:function(){return(new Date).getTime()},back:function(){this.parent.showFlag=!0,this.parent.addOrUpdateFlag=!1,this.parent.xubaotongzhiCrossAddOrUpdateFlag=!1,this.parent.contentStyleChange()}}},yt=xt,At=(a("1ffa"),Object(m["a"])(yt,ft,bt,!1,null,"101dfb02",null)),vt=At.exports,wt=function(){var e=this,t=e._self._c;return t("div",{staticClass:"addEdit-block",style:{minHeight:"calc(100vh - 200px)",padding:"0px 0 30px",margin:"0 auto",color:"#8e99a2",background:"none",width:"calc(100% - 0px)",fontSize:"14px",height:"100%"}},[t("el-form",{ref:"ruleForm",staticClass:"add-update-preview",style:{padding:"30px 5%",borderColor:"#f6f6f6",alignItems:"flex-start",borderRadius:"4px",flexWrap:"wrap",background:"rgba(255,255,255,.9)",borderWidth:"2px",display:"flex",fontSize:"inherit",borderStyle:"solid"},attrs:{model:e.ruleForm,rules:e.rules,"label-width":"200px"}},[["info"!=e.type||e.ruleForm.jilubianhao?t("el-form-item",{staticClass:"input",style:{padding:"2px 0",margin:"0 auto 20px",color:"inherit",borderRadius:"4px",background:"none",width:"100%",fontSize:"inherit"},attrs:{label:"记录编号",prop:"jilubianhao"}},[t("el-input",{attrs:{placeholder:"记录编号",readonly:""},model:{value:e.ruleForm.jilubianhao,callback:function(t){e.$set(e.ruleForm,"jilubianhao",t)},expression:"ruleForm.jilubianhao"}})],1):e._e(),"info"!=e.type?t("el-form-item",{staticClass:"input",style:{padding:"2px 0",margin:"0 auto 20px",color:"inherit",borderRadius:"4px",background:"none",width:"100%",fontSize:"inherit"},attrs:{label:"车牌号",prop:"chepaihao"}},[t("el-input",{attrs:{placeholder:"车牌号",clearable:"",readonly:e.ro.chepaihao},model:{value:e.ruleForm.chepaihao,callback:function(t){e.$set(e.ruleForm,"chepaihao",t)},expression:"ruleForm.chepaihao"}})],1):t("el-form-item",{staticClass:"input",style:{padding:"2px 0",margin:"0 auto 20px",color:"inherit",borderRadius:"4px",background:"none",width:"100%",fontSize:"inherit"},attrs:{label:"车牌号",prop:"chepaihao"}},[t("el-input",{attrs:{placeholder:"车牌号",readonly:""},model:{value:e.ruleForm.chepaihao,callback:function(t){e.$set(e.ruleForm,"chepaihao",t)},expression:"ruleForm.chepaihao"}})],1),"info"!=e.type?t("el-form-item",{staticClass:"input",style:{padding:"2px 0",margin:"0 auto 20px",color:"inherit",borderRadius:"4px",background:"none",width:"100%",fontSize:"inherit"},attrs:{label:"车辆型号",prop:"cheliangxinghao"}},[t("el-input",{attrs:{placeholder:"车辆型号",clearable:"",readonly:e.ro.cheliangxinghao},model:{value:e.ruleForm.cheliangxinghao,callback:function(t){e.$set(e.ruleForm,"cheliangxinghao",t)},expression:"ruleForm.cheliangxinghao"}})],1):t("el-form-item",{staticClass:"input",style:{padding:"2px 0",margin:"0 auto 20px",color:"inherit",borderRadius:"4px",background:"none",width:"100%",fontSize:"inherit"},attrs:{label:"车辆型号",prop:"cheliangxinghao"}},[t("el-input",{attrs:{placeholder:"车辆型号",readonly:""},model:{value:e.ruleForm.cheliangxinghao,callback:function(t){e.$set(e.ruleForm,"cheliangxinghao",t)},expression:"ruleForm.cheliangxinghao"}})],1),"info"!=e.type?t("el-form-item",{staticClass:"input",style:{padding:"2px 0",margin:"0 auto 20px",color:"inherit",borderRadius:"4px",background:"none",width:"100%",fontSize:"inherit"},attrs:{label:"发动机号",prop:"fadongjihao"}},[t("el-input",{attrs:{placeholder:"发动机号",clearable:"",readonly:e.ro.fadongjihao},model:{value:e.ruleForm.fadongjihao,callback:function(t){e.$set(e.ruleForm,"fadongjihao",t)},expression:"ruleForm.fadongjihao"}})],1):t("el-form-item",{staticClass:"input",style:{padding:"2px 0",margin:"0 auto 20px",color:"inherit",borderRadius:"4px",background:"none",width:"100%",fontSize:"inherit"},attrs:{label:"发动机号",prop:"fadongjihao"}},[t("el-input",{attrs:{placeholder:"发动机号",readonly:""},model:{value:e.ruleForm.fadongjihao,callback:function(t){e.$set(e.ruleForm,"fadongjihao",t)},expression:"ruleForm.fadongjihao"}})],1),"info"!=e.type?t("el-form-item",{staticClass:"input",style:{padding:"2px 0",margin:"0 auto 20px",color:"inherit",borderRadius:"4px",background:"none",width:"100%",fontSize:"inherit"},attrs:{label:"车架号",prop:"chejiahao"}},[t("el-input",{attrs:{placeholder:"车架号",clearable:"",readonly:e.ro.chejiahao},model:{value:e.ruleForm.chejiahao,callback:function(t){e.$set(e.ruleForm,"chejiahao",t)},expression:"ruleForm.chejiahao"}})],1):t("el-form-item",{staticClass:"input",style:{padding:"2px 0",margin:"0 auto 20px",color:"inherit",borderRadius:"4px",background:"none",width:"100%",fontSize:"inherit"},attrs:{label:"车架号",prop:"chejiahao"}},[t("el-input",{attrs:{placeholder:"车架号",readonly:""},model:{value:e.ruleForm.chejiahao,callback:function(t){e.$set(e.ruleForm,"chejiahao",t)},expression:"ruleForm.chejiahao"}})],1),"info"!=e.type?t("el-form-item",{staticClass:"input",style:{padding:"2px 0",margin:"0 auto 20px",color:"inherit",borderRadius:"4px",background:"none",width:"100%",fontSize:"inherit"},attrs:{label:"事故地点",prop:"shigudidian"}},[t("el-input",{attrs:{placeholder:"事故地点",clearable:"",readonly:e.ro.shigudidian},model:{value:e.ruleForm.shigudidian,callback:function(t){e.$set(e.ruleForm,"shigudidian",t)},expression:"ruleForm.shigudidian"}})],1):t("el-form-item",{staticClass:"input",style:{padding:"2px 0",margin:"0 auto 20px",color:"inherit",borderRadius:"4px",background:"none",width:"100%",fontSize:"inherit"},attrs:{label:"事故地点",prop:"shigudidian"}},[t("el-input",{attrs:{placeholder:"事故地点",readonly:""},model:{value:e.ruleForm.shigudidian,callback:function(t){e.$set(e.ruleForm,"shigudidian",t)},expression:"ruleForm.shigudidian"}})],1),"info"!=e.type?t("el-form-item",{staticClass:"input",style:{padding:"2px 0",margin:"0 auto 20px",color:"inherit",borderRadius:"4px",background:"none",width:"100%",fontSize:"inherit"},attrs:{label:"事故责任方",prop:"shiguzerenfang"}},[t("el-input",{attrs:{placeholder:"事故责任方",clearable:"",readonly:e.ro.shiguzerenfang},model:{value:e.ruleForm.shiguzerenfang,callback:function(t){e.$set(e.ruleForm,"shiguzerenfang",t)},expression:"ruleForm.shiguzerenfang"}})],1):t("el-form-item",{staticClass:"input",style:{padding:"2px 0",margin:"0 auto 20px",color:"inherit",borderRadius:"4px",background:"none",width:"100%",fontSize:"inherit"},attrs:{label:"事故责任方",prop:"shiguzerenfang"}},[t("el-input",{attrs:{placeholder:"事故责任方",readonly:""},model:{value:e.ruleForm.shiguzerenfang,callback:function(t){e.$set(e.ruleForm,"shiguzerenfang",t)},expression:"ruleForm.shiguzerenfang"}})],1),"info"==e.type||e.ro.shiguzhaopian?e.ruleForm.shiguzhaopian?t("el-form-item",{staticClass:"upload",style:{padding:"2px 0",margin:"0 auto 20px",color:"inherit",borderRadius:"4px",background:"none",width:"100%",fontSize:"inherit"},attrs:{label:"事故照片",prop:"shiguzhaopian"}},["http"==e.ruleForm.shiguzhaopian.substring(0,4)?t("img",{key:e.index,staticClass:"upload-img",staticStyle:{"margin-right":"20px"},attrs:{src:e.ruleForm.shiguzhaopian.split(",")[0],width:"100",height:"100"}}):e._l(e.ruleForm.shiguzhaopian.split(","),(function(a,i){return t("img",{key:i,staticClass:"upload-img",staticStyle:{"margin-right":"20px"},attrs:{src:e.$base.url+a,width:"100",height:"100"}})}))],2):e._e():t("el-form-item",{staticClass:"upload",style:{padding:"2px 0",margin:"0 auto 20px",color:"inherit",borderRadius:"4px",background:"none",width:"100%",fontSize:"inherit"},attrs:{label:"事故照片",prop:"shiguzhaopian"}},[t("file-upload",{attrs:{tip:"点击上传事故照片",action:"file/upload",limit:3,multiple:!0,fileUrls:e.ruleForm.shiguzhaopian?e.ruleForm.shiguzhaopian:""},on:{change:e.shiguzhaopianUploadChange}})],1),"info"==e.type||e.ro.zhengmingcailiao?e.ruleForm.zhengmingcailiao?t("el-form-item",{style:{padding:"2px 0",margin:"0 auto 20px",color:"inherit",borderRadius:"4px",background:"none",width:"100%",fontSize:"inherit"},attrs:{label:"证明材料",prop:"zhengmingcailiao"}},[t("el-button",{style:{border:"1px solid #ced4da",cursor:"pointer",padding:"0 30px",margin:"0 20px 0 0",outline:"none",color:"inherit",borderRadius:"4px",background:"none",width:"auto",lineHeight:"36px",fontSize:"14px",height:"40px"},attrs:{type:"text",size:"small"},on:{click:function(t){return e.download(e.$base.url+e.ruleForm.zhengmingcailiao)}}},[e._v("下载")])],1):e.ruleForm.zhengmingcailiao?e._e():t("el-form-item",{style:{padding:"2px 0",margin:"0 auto 20px",color:"inherit",borderRadius:"4px",background:"none",width:"100%",fontSize:"inherit"},attrs:{label:"证明材料",prop:"zhengmingcailiao"}},[t("el-button",{style:{border:"1px solid #ced4da",cursor:"pointer",padding:"0 30px",margin:"0 20px 0 0",outline:"none",color:"inherit",borderRadius:"4px",background:"none",width:"auto",lineHeight:"36px",fontSize:"14px",height:"40px"},attrs:{type:"text",size:"small"}},[e._v("无")])],1):t("el-form-item",{staticClass:"upload",style:{padding:"2px 0",margin:"0 auto 20px",color:"inherit",borderRadius:"4px",background:"none",width:"100%",fontSize:"inherit"},attrs:{label:"证明材料",prop:"zhengmingcailiao"}},[t("file-upload",{attrs:{tip:"点击上传证明材料",action:"file/upload",limit:1,type:3,multiple:!0,fileUrls:e.ruleForm.zhengmingcailiao?e.ruleForm.zhengmingcailiao:""},on:{change:e.zhengmingcailiaoUploadChange}})],1),"info"!=e.type?t("el-form-item",{staticClass:"date",style:{padding:"2px 0",margin:"0 auto 20px",color:"inherit",borderRadius:"4px",background:"none",width:"100%",fontSize:"inherit"},attrs:{label:"事故日期",prop:"shiguriqi"}},[t("el-date-picker",{attrs:{format:"yyyy 年 MM 月 dd 日","value-format":"yyyy-MM-dd",type:"date",readonly:e.ro.shiguriqi,placeholder:"事故日期"},model:{value:e.ruleForm.shiguriqi,callback:function(t){e.$set(e.ruleForm,"shiguriqi",t)},expression:"ruleForm.shiguriqi"}})],1):e.ruleForm.shiguriqi?t("el-form-item",{staticClass:"input",style:{padding:"2px 0",margin:"0 auto 20px",color:"inherit",borderRadius:"4px",background:"none",width:"100%",fontSize:"inherit"},attrs:{label:"事故日期",prop:"shiguriqi"}},[t("el-input",{attrs:{placeholder:"事故日期",readonly:""},model:{value:e.ruleForm.shiguriqi,callback:function(t){e.$set(e.ruleForm,"shiguriqi",t)},expression:"ruleForm.shiguriqi"}})],1):e._e(),"info"!=e.type?t("el-form-item",{staticClass:"input",style:{padding:"2px 0",margin:"0 auto 20px",color:"inherit",borderRadius:"4px",background:"none",width:"100%",fontSize:"inherit"},attrs:{label:"账号",prop:"zhanghao"}},[t("el-input",{attrs:{placeholder:"账号",clearable:"",readonly:e.ro.zhanghao},model:{value:e.ruleForm.zhanghao,callback:function(t){e.$set(e.ruleForm,"zhanghao",t)},expression:"ruleForm.zhanghao"}})],1):t("el-form-item",{staticClass:"input",style:{padding:"2px 0",margin:"0 auto 20px",color:"inherit",borderRadius:"4px",background:"none",width:"100%",fontSize:"inherit"},attrs:{label:"账号",prop:"zhanghao"}},[t("el-input",{attrs:{placeholder:"账号",readonly:""},model:{value:e.ruleForm.zhanghao,callback:function(t){e.$set(e.ruleForm,"zhanghao",t)},expression:"ruleForm.zhanghao"}})],1),"info"!=e.type?t("el-form-item",{staticClass:"input",style:{padding:"2px 0",margin:"0 auto 20px",color:"inherit",borderRadius:"4px",background:"none",width:"100%",fontSize:"inherit"},attrs:{label:"姓名",prop:"xingming"}},[t("el-input",{attrs:{placeholder:"姓名",clearable:"",readonly:e.ro.xingming},model:{value:e.ruleForm.xingming,callback:function(t){e.$set(e.ruleForm,"xingming",t)},expression:"ruleForm.xingming"}})],1):t("el-form-item",{staticClass:"input",style:{padding:"2px 0",margin:"0 auto 20px",color:"inherit",borderRadius:"4px",background:"none",width:"100%",fontSize:"inherit"},attrs:{label:"姓名",prop:"xingming"}},[t("el-input",{attrs:{placeholder:"姓名",readonly:""},model:{value:e.ruleForm.xingming,callback:function(t){e.$set(e.ruleForm,"xingming",t)},expression:"ruleForm.xingming"}})],1),"info"!=e.type?t("el-form-item",{staticClass:"input",style:{padding:"2px 0",margin:"0 auto 20px",color:"inherit",borderRadius:"4px",background:"none",width:"100%",fontSize:"inherit"},attrs:{label:"驾驶证号",prop:"jiashizhenghao"}},[t("el-input",{attrs:{placeholder:"驾驶证号",clearable:"",readonly:e.ro.jiashizhenghao},model:{value:e.ruleForm.jiashizhenghao,callback:function(t){e.$set(e.ruleForm,"jiashizhenghao",t)},expression:"ruleForm.jiashizhenghao"}})],1):t("el-form-item",{staticClass:"input",style:{padding:"2px 0",margin:"0 auto 20px",color:"inherit",borderRadius:"4px",background:"none",width:"100%",fontSize:"inherit"},attrs:{label:"驾驶证号",prop:"jiashizhenghao"}},[t("el-input",{attrs:{placeholder:"驾驶证号",readonly:""},model:{value:e.ruleForm.jiashizhenghao,callback:function(t){e.$set(e.ruleForm,"jiashizhenghao",t)},expression:"ruleForm.jiashizhenghao"}})],1),"info"!=e.type?t("el-form-item",{staticClass:"input",style:{padding:"2px 0",margin:"0 auto 20px",color:"inherit",borderRadius:"4px",background:"none",width:"100%",fontSize:"inherit"},attrs:{label:"员工账号",prop:"yuangongzhanghao"}},[t("el-input",{attrs:{placeholder:"员工账号",clearable:"",readonly:e.ro.yuangongzhanghao},model:{value:e.ruleForm.yuangongzhanghao,callback:function(t){e.$set(e.ruleForm,"yuangongzhanghao",t)},expression:"ruleForm.yuangongzhanghao"}})],1):t("el-form-item",{staticClass:"input",style:{padding:"2px 0",margin:"0 auto 20px",color:"inherit",borderRadius:"4px",background:"none",width:"100%",fontSize:"inherit"},attrs:{label:"员工账号",prop:"yuangongzhanghao"}},[t("el-input",{attrs:{placeholder:"员工账号",readonly:""},model:{value:e.ruleForm.yuangongzhanghao,callback:function(t){e.$set(e.ruleForm,"yuangongzhanghao",t)},expression:"ruleForm.yuangongzhanghao"}})],1),"info"!=e.type?t("el-form-item",{staticClass:"input",style:{padding:"2px 0",margin:"0 auto 20px",color:"inherit",borderRadius:"4px",background:"none",width:"100%",fontSize:"inherit"},attrs:{label:"员工姓名",prop:"yuangongxingming"}},[t("el-input",{attrs:{placeholder:"员工姓名",clearable:"",readonly:e.ro.yuangongxingming},model:{value:e.ruleForm.yuangongxingming,callback:function(t){e.$set(e.ruleForm,"yuangongxingming",t)},expression:"ruleForm.yuangongxingming"}})],1):t("el-form-item",{staticClass:"input",style:{padding:"2px 0",margin:"0 auto 20px",color:"inherit",borderRadius:"4px",background:"none",width:"100%",fontSize:"inherit"},attrs:{label:"员工姓名",prop:"yuangongxingming"}},[t("el-input",{attrs:{placeholder:"员工姓名",readonly:""},model:{value:e.ruleForm.yuangongxingming,callback:function(t){e.$set(e.ruleForm,"yuangongxingming",t)},expression:"ruleForm.yuangongxingming"}})],1)],"info"!=e.type?t("el-form-item",{style:{padding:"2px 0",margin:"0 auto 20px",color:"inherit",borderRadius:"4px",background:"none",width:"100%",fontSize:"inherit"},attrs:{label:"事故详情",prop:"shiguxiangqing"}},[t("editor",{staticClass:"editor",staticStyle:{"min-width":"200px","max-width":"600px"},attrs:{action:"file/upload"},model:{value:e.ruleForm.shiguxiangqing,callback:function(t){e.$set(e.ruleForm,"shiguxiangqing",t)},expression:"ruleForm.shiguxiangqing"}})],1):e.ruleForm.shiguxiangqing?t("el-form-item",{style:{padding:"2px 0",margin:"0 auto 20px",color:"inherit",borderRadius:"4px",background:"none",width:"100%",fontSize:"inherit"},attrs:{label:"事故详情",prop:"shiguxiangqing"}},[t("span",{style:{fontSize:"14px",lineHeight:"40px",color:"inherit",fontWeight:"500",display:"inline-block"},domProps:{innerHTML:e._s(e.ruleForm.shiguxiangqing)}})]):e._e(),t("el-form-item",{staticClass:"btn",style:{padding:"0",margin:"30px auto",alignItems:"center",textAlign:"center",background:"none",display:"flex",width:"60%",fontSize:"18px"}},["info"!=e.type?t("el-button",{staticClass:"btn3",attrs:{type:"success"},on:{click:e.onSubmit}},[t("span",{staticClass:"icon iconfont icon-tijiao16",style:{margin:"0 2px",fontSize:"inherit",color:"inherit",display:"none"}}),e._v(" 确定 ")]):e._e(),"info"!=e.type?t("el-button",{staticClass:"btn4",attrs:{type:"success"},on:{click:function(t){return e.back()}}},[t("span",{staticClass:"icon iconfont icon-quxiao09",style:{margin:"0 2px",fontSize:"inherit",color:"inherit",display:"none"}}),e._v(" 取消 ")]):e._e(),"info"==e.type?t("el-button",{staticClass:"btn5",attrs:{type:"success"},on:{click:function(t){return e.back()}}},[t("span",{staticClass:"icon iconfont icon-fanhui01",style:{margin:"0 2px",fontSize:"inherit",color:"inherit",display:"none"}}),e._v(" 返回 ")]):e._e()],1)],2)],1)},kt=[],zt={data:function(){return{id:"",type:"",ro:{jilubianhao:!1,chepaihao:!1,cheliangxinghao:!1,fadongjihao:!1,chejiahao:!1,shigudidian:!1,shiguzerenfang:!1,shiguzhaopian:!1,zhengmingcailiao:!1,shiguriqi:!1,shiguxiangqing:!1,zhanghao:!1,xingming:!1,jiashizhenghao:!1,yuangongzhanghao:!1,yuangongxingming:!1},ruleForm:{jilubianhao:this.getUUID(),chepaihao:"",cheliangxinghao:"",fadongjihao:"",chejiahao:"",shigudidian:"",shiguzerenfang:"",shiguzhaopian:"",zhengmingcailiao:"",shiguriqi:"",shiguxiangqing:"",zhanghao:"",xingming:"",jiashizhenghao:"",yuangongzhanghao:"",yuangongxingming:""},rules:{jilubianhao:[],chepaihao:[],cheliangxinghao:[{required:!0,message:"车辆型号不能为空",trigger:"blur"}],fadongjihao:[],chejiahao:[],shigudidian:[],shiguzerenfang:[],shiguzhaopian:[],zhengmingcailiao:[],shiguriqi:[],shiguxiangqing:[],zhanghao:[],xingming:[],jiashizhenghao:[],yuangongzhanghao:[],yuangongxingming:[]}}},props:["parent"],computed:{},components:{},created:function(){this.ruleForm.shiguriqi=this.getCurDate()},methods:{download:function(e){window.open("".concat(e))},init:function(e,t){var a=this;if(e&&(this.id=e,this.type=t),"info"==this.type||"else"==this.type)this.info(e);else if("logistics"==this.type)this.logistics=!1,this.info(e);else if("cross"==this.type){var i=this.$storage.getObj("crossObj");for(var n in i)"jilubianhao"!=n?"chepaihao"!=n?"cheliangxinghao"!=n?"fadongjihao"!=n?"chejiahao"!=n?"shigudidian"!=n?"shiguzerenfang"!=n?"shiguzhaopian"!=n?"zhengmingcailiao"!=n?"shiguriqi"!=n?"shiguxiangqing"!=n?"zhanghao"!=n?"xingming"!=n?"jiashizhenghao"!=n?"yuangongzhanghao"!=n?"yuangongxingming"!=n||(this.ruleForm.yuangongxingming=i[n],this.ro.yuangongxingming=!0):(this.ruleForm.yuangongzhanghao=i[n],this.ro.yuangongzhanghao=!0):(this.ruleForm.jiashizhenghao=i[n],this.ro.jiashizhenghao=!0):(this.ruleForm.xingming=i[n],this.ro.xingming=!0):(this.ruleForm.zhanghao=i[n],this.ro.zhanghao=!0):(this.ruleForm.shiguxiangqing=i[n],this.ro.shiguxiangqing=!0):(this.ruleForm.shiguriqi=i[n],this.ro.shiguriqi=!0):(this.ruleForm.zhengmingcailiao=i[n],this.ro.zhengmingcailiao=!0):(this.ruleForm.shiguzhaopian=i[n],this.ro.shiguzhaopian=!0):(this.ruleForm.shiguzerenfang=i[n],this.ro.shiguzerenfang=!0):(this.ruleForm.shigudidian=i[n],this.ro.shigudidian=!0):(this.ruleForm.chejiahao=i[n],this.ro.chejiahao=!0):(this.ruleForm.fadongjihao=i[n],this.ro.fadongjihao=!0):(this.ruleForm.cheliangxinghao=i[n],this.ro.cheliangxinghao=!0):(this.ruleForm.chepaihao=i[n],this.ro.chepaihao=!0):(this.ruleForm.jilubianhao=i[n],this.ro.jilubianhao=!0)}this.$http({url:"".concat(this.$storage.get("sessionTable"),"/session"),method:"get"}).then((function(e){var t=e.data;if(t&&0===t.code){var i=t.data;(""!=i.yuangongzhanghao&&i.yuangongzhanghao||0==i.yuangongzhanghao)&&"管理员"!=a.$storage.get("role")&&(a.ruleForm.yuangongzhanghao=i.yuangongzhanghao,a.ro.yuangongzhanghao=!0),(""!=i.yuangongxingming&&i.yuangongxingming||0==i.yuangongxingming)&&"管理员"!=a.$storage.get("role")&&(a.ruleForm.yuangongxingming=i.yuangongxingming,a.ro.yuangongxingming=!0)}else a.$message.error(t.msg)}))},info:function(e){var t=this;this.$http({url:"shigujilu/info/".concat(e),method:"get"}).then((function(e){var a=e.data;if(a&&0===a.code){t.ruleForm=a.data;var i=new RegExp("../../../upload","g");t.ruleForm.shiguxiangqing=t.ruleForm.shiguxiangqing.replace(i,"../../../springbootbv4939cb/upload")}else t.$message.error(a.msg)}))},onSubmit:function(){var e=this;this.ruleForm.jilubianhao&&(this.ruleForm.jilubianhao=String(this.ruleForm.jilubianhao)),null!=this.ruleForm.shiguzhaopian&&(this.ruleForm.shiguzhaopian=this.ruleForm.shiguzhaopian.replace(new RegExp(this.$base.url,"g"),"")),null!=this.ruleForm.zhengmingcailiao&&(this.ruleForm.zhengmingcailiao=this.ruleForm.zhengmingcailiao.replace(new RegExp(this.$base.url,"g"),""));var t,a,i;this.$storage.getObj("crossObj");if("cross"==this.type){var n=this.$storage.get("statusColumnName"),o=this.$storage.get("statusColumnValue");if(""!=n){var r=this.$storage.getObj("crossObj");if(n&&!n.startsWith("[")){for(var s in r)s==n&&(r[s]=o);var l=this.$storage.get("crossTable");this.$http({url:"".concat(l,"/update"),method:"post",data:r}).then((function(e){e.data}))}else t=this.$storage.get("userid"),a=r["id"],i=this.$storage.get("statusColumnName"),i=i.replace(/\[/,"").replace(/\]/,"")}}this.$refs["ruleForm"].validate((function(n){if(n)if(a&&t){e.ruleForm.crossuserid=t,e.ruleForm.crossrefid=a;var o={page:1,limit:10,crossuserid:e.ruleForm.crossuserid,crossrefid:e.ruleForm.crossrefid};e.$http({url:"shigujilu/page",method:"get",params:o}).then((function(t){var a=t.data;if(a&&0===a.code){if(a.data.total>=i)return e.$message.error(e.$storage.get("tips")),!1;e.$http({url:"shigujilu/".concat(e.ruleForm.id?"update":"save"),method:"post",data:e.ruleForm}).then((function(t){var a=t.data;a&&0===a.code?e.$message({message:"操作成功",type:"success",duration:1500,onClose:function(){e.parent.showFlag=!0,e.parent.addOrUpdateFlag=!1,e.parent.shigujiluCrossAddOrUpdateFlag=!1,e.parent.search(),e.parent.contentStyleChange()}}):e.$message.error(a.msg)}))}}))}else e.$http({url:"shigujilu/".concat(e.ruleForm.id?"update":"save"),method:"post",data:e.ruleForm}).then((function(t){var a=t.data;a&&0===a.code?e.$message({message:"操作成功",type:"success",duration:1500,onClose:function(){e.parent.showFlag=!0,e.parent.addOrUpdateFlag=!1,e.parent.shigujiluCrossAddOrUpdateFlag=!1,e.parent.search(),e.parent.contentStyleChange()}}):e.$message.error(a.msg)}))}))},getUUID:function(){return(new Date).getTime()},back:function(){this.parent.showFlag=!0,this.parent.addOrUpdateFlag=!1,this.parent.shigujiluCrossAddOrUpdateFlag=!1,this.parent.contentStyleChange()},shiguzhaopianUploadChange:function(e){this.ruleForm.shiguzhaopian=e},zhengmingcailiaoUploadChange:function(e){this.ruleForm.zhengmingcailiao=e}}},Ft=zt,Ct=(a("ebf9"),Object(m["a"])(Ft,wt,kt,!1,null,"6e6e9a60",null)),St=Ct.exports,jt={data:function(){return{huandangfangshiOptions:[],searchForm:{key:""},form:{},dataList:[],pageIndex:1,pageSize:10,totalPage:0,dataListLoading:!1,dataListSelections:[],showFlag:!0,sfshVisiable:!1,shForm:{},chartVisiable:!1,chartVisiable1:!1,chartVisiable2:!1,chartVisiable3:!1,chartVisiable4:!1,chartVisiable5:!1,addOrUpdateFlag:!1,baoxianxinxiCrossAddOrUpdateFlag:!1,xubaotongzhiCrossAddOrUpdateFlag:!1,shigujiluCrossAddOrUpdateFlag:!1,layouts:["prev","pager","next"]}},created:function(){this.init(),this.getDataList(),this.contentStyleChange()},mounted:function(){},filters:{htmlfilter:function(e){return e.replace(/<[^>]*>/g).replace(/undefined/g,"")}},computed:{tablename:function(){return this.$storage.get("sessionTable")}},components:{AddOrUpdate:ct,baoxianxinxiCrossAddOrUpdate:mt,xubaotongzhiCrossAddOrUpdate:vt,shigujiluCrossAddOrUpdate:St},methods:{contentStyleChange:function(){this.contentPageStyleChange()},contentPageStyleChange:function(){},baoxianxinxiCrossAddOrUpdateHandler:function(e,t,a,i,n,o,r){var s=this;if(this.showFlag=!1,this.addOrUpdateFlag=!1,this.baoxianxinxiCrossAddOrUpdateFlag=!0,this.$storage.set("crossObj",e),this.$storage.set("crossTable","cheliangdangan"),this.$storage.set("statusColumnName",n),this.$storage.set("statusColumnValue",r),this.$storage.set("tips",o),""!=n&&!n.startsWith("[")){var l=this.$storage.getObj("crossObj");for(var c in l)if(c==n&&l[c]==r)return this.$message({message:o,type:"success",duration:1500,onClose:function(){s.getDataList()}}),this.showFlag=!0,void(this.baoxianxinxiCrossAddOrUpdateFlag=!1)}this.$nextTick((function(){s.$refs.baoxianxinxiCrossaddOrUpdate.init(e.id,t)}))},xubaotongzhiCrossAddOrUpdateHandler:function(e,t,a,i,n,o,r){var s=this;if(this.showFlag=!1,this.addOrUpdateFlag=!1,this.xubaotongzhiCrossAddOrUpdateFlag=!0,this.$storage.set("crossObj",e),this.$storage.set("crossTable","cheliangdangan"),this.$storage.set("statusColumnName",n),this.$storage.set("statusColumnValue",r),this.$storage.set("tips",o),""!=n&&!n.startsWith("[")){var l=this.$storage.getObj("crossObj");for(var c in l)if(c==n&&l[c]==r)return this.$message({message:o,type:"success",duration:1500,onClose:function(){s.getDataList()}}),this.showFlag=!0,void(this.xubaotongzhiCrossAddOrUpdateFlag=!1)}this.$nextTick((function(){s.$refs.xubaotongzhiCrossaddOrUpdate.init(e.id,t)}))},shigujiluCrossAddOrUpdateHandler:function(e,t,a,i,n,o,r){var s=this;if(this.showFlag=!1,this.addOrUpdateFlag=!1,this.shigujiluCrossAddOrUpdateFlag=!0,this.$storage.set("crossObj",e),this.$storage.set("crossTable","cheliangdangan"),this.$storage.set("statusColumnName",n),this.$storage.set("statusColumnValue",r),this.$storage.set("tips",o),""!=n&&!n.startsWith("[")){var l=this.$storage.getObj("crossObj");for(var c in l)if(c==n&&l[c]==r)return this.$message({message:o,type:"success",duration:1500,onClose:function(){s.getDataList()}}),this.showFlag=!0,void(this.shigujiluCrossAddOrUpdateFlag=!1)}this.$nextTick((function(){s.$refs.shigujiluCrossaddOrUpdate.init(e.id,t)}))},init:function(){this.huandangfangshiOptions="手动挡,自动挡".split(",")},search:function(){this.pageIndex=1,this.getDataList()},getDataList:function(){var e=this;this.dataListLoading=!0;var t={page:this.pageIndex,limit:this.pageSize,sort:"id",order:"desc"};""!=this.searchForm.chepaihao&&void 0!=this.searchForm.chepaihao&&(t["chepaihao"]="%"+this.searchForm.chepaihao+"%"),""!=this.searchForm.cheliangxinghao&&void 0!=this.searchForm.cheliangxinghao&&(t["cheliangxinghao"]="%"+this.searchForm.cheliangxinghao+"%"),""!=this.searchForm.cheliangpinpai&&void 0!=this.searchForm.cheliangpinpai&&(t["cheliangpinpai"]="%"+this.searchForm.cheliangpinpai+"%"),""!=this.searchForm.cheliangleixing&&void 0!=this.searchForm.cheliangleixing&&(t["cheliangleixing"]="%"+this.searchForm.cheliangleixing+"%"),""!=this.searchForm.huandangfangshi&&void 0!=this.searchForm.huandangfangshi&&(t["huandangfangshi"]=this.searchForm.huandangfangshi);var a=JSON.parse(this.$storage.getObj("userForm"));console.log(a),this.$http({url:"cheliangdangan/page",method:"get",params:t}).then((function(t){var a=t.data;a&&0===a.code?(e.dataList=a.data.list,e.totalPage=a.data.total):(e.dataList=[],e.totalPage=0),e.dataListLoading=!1}))},sizeChangeHandle:function(e){this.pageSize=e,this.pageIndex=1,this.getDataList()},currentChangeHandle:function(e){this.pageIndex=e,this.getDataList()},selectionChangeHandler:function(e){this.dataListSelections=e},addOrUpdateHandler:function(e,t){var a=this;this.showFlag=!1,this.addOrUpdateFlag=!0,this.crossAddOrUpdateFlag=!1,"info"!=t&&(t="else"),this.$nextTick((function(){a.$refs.addOrUpdate.init(e,t)}))},download:function(e){var t=this,a=e.replace(new RegExp("upload/","g"),"");c.a.get(this.$base.url+"file/download?fileName="+a,{headers:{token:this.$storage.get("Token")},responseType:"blob"}).then((function(e){var t=e.data,i=[];i.push(t);var n=window.URL.createObjectURL(new Blob(i,{type:"application/pdf;chartset=UTF-8"})),o=document.createElement("a");o.href=n,o.download=a,o.dispatchEvent(new MouseEvent("click",{bubbles:!0,cancelable:!0,view:window})),window.URL.revokeObjectURL(t)}),(function(e){c.a.get((location.href.split(t.$base.name).length>1?location.href.split(t.$base.name)[0]:"")+t.$base.name+"/file/download?fileName="+a,{headers:{token:t.$storage.get("Token")},responseType:"blob"}).then((function(e){var t=e.data,i=[];i.push(t);var n=window.URL.createObjectURL(new Blob(i,{type:"application/pdf;chartset=UTF-8"})),o=document.createElement("a");o.href=n,o.download=a,o.dispatchEvent(new MouseEvent("click",{bubbles:!0,cancelable:!0,view:window})),window.URL.revokeObjectURL(t)}))}))},preClick:function(e){if(!e)return!1;window.open(location.href.split(this.$base.name).length>1?location.href.split(this.$base.name)[0]+this.$base.name+"/"+e:this.$base.url+e)},cheliangdanganstatusChange:function(e,t){var a=this;0==t.status&&(t.passwordwrongnum=0),this.$http({url:"cheliangdangan/update",method:"post",data:t}).then((function(e){1==t.status?a.$message.error("该用户已锁定"):a.$message.success("该用户已解除锁定")}))},deleteHandler:function(e){var t=this;return Object(r["a"])(Object(o["a"])().mark((function a(){var i;return Object(o["a"])().wrap((function(a){while(1)switch(a.prev=a.next){case 0:return i=e?[Number(e)]:t.dataListSelections.map((function(e){return Number(e.id)})),a.next=3,t.$confirm("确定进行[".concat(e?"删除":"批量删除","]操作?"),"提示",{confirmButtonText:"确定",cancelButtonText:"取消",type:"warning"}).then(Object(r["a"])(Object(o["a"])().mark((function e(){return Object(o["a"])().wrap((function(e){while(1)switch(e.prev=e.next){case 0:return e.next=2,t.$http({url:"cheliangdangan/delete",method:"post",data:i}).then(function(){var e=Object(r["a"])(Object(o["a"])().mark((function e(a){var i;return Object(o["a"])().wrap((function(e){while(1)switch(e.prev=e.next){case 0:i=a.data,i&&0===i.code?t.$message({message:"操作成功",type:"success",duration:1500,onClose:function(){t.search()}}):t.$message.error(i.msg);case 2:case"end":return e.stop()}}),e)})));return function(t){return e.apply(this,arguments)}}());case 2:case"end":return e.stop()}}),e)}))));case 3:case"end":return a.stop()}}),a)})))()}}},Ot=jt,Lt=(a("0fc7"),Object(m["a"])(Ot,at,it,!1,null,"e1f9817c",null)),Mt=Lt.exports,Bt=function(){var e=this,t=e._self._c;return t("div",{staticClass:"main-content",style:{minHeight:"calc(100vh - 200px)",padding:"0px 5%",margin:"0 auto",color:"#666",background:"none",width:"calc(100% - 0px)",fontSize:"14px",height:"100%"}},[e.showFlag?[t("el-form",{staticClass:"center-form-pv",style:{padding:"20px 20px 0",boxShadow:"0 2px 3px 0px rgba(100,100,100,.05)",margin:"0 0 0px",borderColor:"#f6f6f6",display:"flex",justifyContent:"center",minHeight:"100px",overflow:"hidden",borderRadius:"4px 4px 0 0",flexWrap:"wrap",background:"#fff",borderWidth:"2px 2px 0",fontSize:"inherit",borderStyle:"solid"},attrs:{inline:!0,model:e.searchForm}},[t("el-row",{style:{padding:"0px",boxShadow:"0 0px 0px 0px rgba(115,108,203,.23)",margin:"0 0px 0px 0",borderRadius:"0px",alignItems:"center",background:"none",display:"flex",width:"auto",fontSize:"inherit",justifyContent:"flex-end",order:"2"}},[t("div",{style:{margin:"0 10px 0 0",fontSize:"inherit",display:"inline-block"}},[t("label",{staticClass:"item-label",style:{margin:"0 10px 0 0",color:"inherit",display:"inline-block",lineHeight:"34px",fontSize:"inherit",fontWeight:"500",height:"34px"}},[e._v("车辆型号")]),t("el-input",{attrs:{placeholder:"车辆型号",clearable:""},nativeOn:{keydown:function(t){return!t.type.indexOf("key")&&e._k(t.keyCode,"enter",13,t.key,"Enter")?null:e.search()}},model:{value:e.searchForm.cheliangxinghao,callback:function(t){e.$set(e.searchForm,"cheliangxinghao",t)},expression:"searchForm.cheliangxinghao"}})],1),t("el-button",{staticClass:"search",attrs:{type:"success"},on:{click:function(t){return e.search()}}},[t("span",{staticClass:"icon iconfont icon-chakan18",style:{margin:"0 2px",fontSize:"18px",color:"#00acc1",display:"inline-block",height:"auto"}}),e._v(" 查询 ")])],1),t("el-row",{staticClass:"actions",style:{boxShadow:"0 0px 0px 0px rgba(115,108,203,.23)",padding:"0 20px 0 0",margin:"0px 0 0px",color:"#333",alignItems:"center",textAlign:"left",display:"flex",borderRadius:"0px",flexWrap:"wrap",background:"none",flex:"1",width:"auto",fontSize:"inherit",order:"1"}},[e.isAuth("xubaotongzhi","新增")?t("el-button",{staticClass:"add",attrs:{type:"success"},on:{click:function(t){return e.addOrUpdateHandler()}}},[t("span",{staticClass:"icon iconfont icon-tianjia14",style:{margin:"0 2px",fontSize:"inherit",color:"inherit",display:"none"}}),e._v(" 新增 ")]):e._e(),e.isAuth("xubaotongzhi","删除")?t("el-button",{staticClass:"del",attrs:{disabled:!e.dataListSelections.length,type:"danger"},on:{click:function(t){return e.deleteHandler()}}},[t("span",{staticClass:"icon iconfont icon-shanchu9",style:{margin:"0 2px",fontSize:"inherit",color:"inherit",display:"none"}}),e._v(" 删除 ")]):e._e(),e.isAuth("xubaotongzhi","到期次数")?t("el-button",{staticClass:"btn18",attrs:{type:"success"},on:{click:function(t){return e.chartDialog1()}}},[t("span",{staticClass:"icon iconfont icon-a-fenxiang2",style:{margin:"0 2px",fontSize:"inherit",color:"inherit",display:"inline-block"}}),e._v(" 到期次数 ")]):e._e()],1)],1),t("div",{style:{padding:"20px",borderColor:"#f6f6f6",margin:"0 0 0px",borderRadius:"0 0 4px 4px",background:"rgba(255,255,255,1)",borderWidth:"0 2px 2px",width:"100%",borderStyle:"solid"}},[e.isAuth("xubaotongzhi","查看")?t("el-table",{directives:[{name:"loading",rawName:"v-loading",value:e.dataListLoading,expression:"dataListLoading"}],staticClass:"tables",style:{padding:"0",borderColor:"#eee",color:"inherit",borderRadius:"0px",borderWidth:"0px 0px 0 0px",background:"none",width:"100%",fontSize:"inherit",borderStyle:"solid"},attrs:{stripe:!1,border:!0,data:e.dataList},on:{"selection-change":e.selectionChangeHandler}},[t("el-table-column",{attrs:{resizable:!0,type:"selection",align:"center",width:"50"}}),t("el-table-column",{attrs:{resizable:!0,sortable:!0,label:"序号",type:"index",width:"50"}}),t("el-table-column",{attrs:{resizable:!0,sortable:!0,prop:"tongzhibiaoti",label:"通知标题"},scopedSlots:e._u([{key:"default",fn:function(t){return[e._v(" "+e._s(t.row.tongzhibiaoti)+" ")]}}],null,!1,493524588)}),t("el-table-column",{attrs:{resizable:!0,sortable:!0,prop:"chepaihao",label:"车牌号"},scopedSlots:e._u([{key:"default",fn:function(t){return[e._v(" "+e._s(t.row.chepaihao)+" ")]}}],null,!1,394100621)}),t("el-table-column",{attrs:{resizable:!0,sortable:!0,prop:"cheliangxinghao",label:"车辆型号"},scopedSlots:e._u([{key:"default",fn:function(t){return[e._v(" "+e._s(t.row.cheliangxinghao)+" ")]}}],null,!1,2617493600)}),t("el-table-column",{attrs:{resizable:!0,sortable:!0,prop:"tongzhiriqi",label:"通知日期"},scopedSlots:e._u([{key:"default",fn:function(t){return[e._v(" "+e._s(t.row.tongzhiriqi)+" ")]}}],null,!1,3582000759)}),t("el-table-column",{attrs:{resizable:!0,sortable:!0,prop:"zhanghao",label:"账号"},scopedSlots:e._u([{key:"default",fn:function(t){return[e._v(" "+e._s(t.row.zhanghao)+" ")]}}],null,!1,2757161441)}),t("el-table-column",{attrs:{resizable:!0,sortable:!0,prop:"xingming",label:"姓名"},scopedSlots:e._u([{key:"default",fn:function(t){return[e._v(" "+e._s(t.row.xingming)+" ")]}}],null,!1,1096791112)}),t("el-table-column",{attrs:{resizable:!0,sortable:!0,prop:"jiashizhenghao",label:"驾驶证号"},scopedSlots:e._u([{key:"default",fn:function(t){return[e._v(" "+e._s(t.row.jiashizhenghao)+" ")]}}],null,!1,1810102229)}),t("el-table-column",{attrs:{resizable:!0,sortable:!0,prop:"yuangongzhanghao",label:"员工账号"},scopedSlots:e._u([{key:"default",fn:function(t){return[e._v(" "+e._s(t.row.yuangongzhanghao)+" ")]}}],null,!1,3349271683)}),t("el-table-column",{attrs:{resizable:!0,sortable:!0,prop:"yuangongxingming",label:"员工姓名"},scopedSlots:e._u([{key:"default",fn:function(t){return[e._v(" "+e._s(t.row.yuangongxingming)+" ")]}}],null,!1,4268580138)}),t("el-table-column",{attrs:{width:"300",label:"操作"},scopedSlots:e._u([{key:"default",fn:function(a){return[e.isAuth("xubaotongzhi","查看")?t("el-button",{staticClass:"view",attrs:{type:"success"},on:{click:function(t){return e.addOrUpdateHandler(a.row.id,"info")}}},[t("span",{staticClass:"icon iconfont icon-chakan8",style:{margin:"0 0 0 4px",fontSize:"inherit",color:"inherit",display:"none",height:"auto"}}),e._v(" 详情 ")]):e._e(),e.isAuth("xubaotongzhi","修改")?t("el-button",{staticClass:"edit",attrs:{type:"success"},on:{click:function(t){return e.addOrUpdateHandler(a.row.id)}}},[t("span",{staticClass:"icon iconfont icon-xiugai19",style:{margin:"0 0 0 4px",fontSize:"inherit",color:"inherit",display:"none",height:"auto"}}),e._v(" 更改 ")]):e._e(),e.isAuth("xubaotongzhi","删除")?t("el-button",{staticClass:"del",attrs:{type:"primary"},on:{click:function(t){return e.deleteHandler(a.row.id)}}},[t("span",{staticClass:"icon iconfont icon-shanchu16",style:{margin:"0 0 0 4px",fontSize:"inherit",color:"inherit",display:"none",height:"auto"}}),e._v(" 移除 ")]):e._e()]}}],null,!1,2572431947)})],1):e._e()],1),t("el-pagination",{style:{border:"0px solid #dee2e6",padding:"10px 0",margin:"10px 0 0",whiteSpace:"nowrap",color:"inherit",textAlign:"center",background:"none",width:"100%",fontSize:"inherit",fontWeight:"500"},attrs:{"current-page":e.pageIndex,background:"","page-sizes":[10,50,100,200],"page-size":e.pageSize,layout:e.layouts.join(),total:e.totalPage,"prev-text":"上一页 ","next-text":"下一页 ","hide-on-single-page":!1},on:{"size-change":e.sizeChangeHandle,"current-change":e.currentChangeHandle}})]:e._e(),e.addOrUpdateFlag?t("add-or-update",{ref:"addOrUpdate",attrs:{parent:this}}):e._e(),t("el-dialog",{attrs:{visible:e.chartVisiable1,width:"800"},on:{"update:visible":function(t){e.chartVisiable1=t}}},[t("div",{staticStyle:{width:"100%",height:"600px"},attrs:{id:"chepaihaoChart1"}}),t("span",{staticClass:"dialog-footer",attrs:{slot:"footer"},slot:"footer"},[t("el-button",{on:{click:e.chartDialog1}},[e._v("返回")])],1)])],2)},Vt=[],Ht=(a("9d85"),a("b264"),{data:function(){return{searchForm:{key:""},form:{},dataList:[],pageIndex:1,pageSize:10,totalPage:0,dataListLoading:!1,dataListSelections:[],showFlag:!0,sfshVisiable:!1,shForm:{},chartVisiable:!1,chartVisiable1:!1,chartVisiable2:!1,chartVisiable3:!1,chartVisiable4:!1,chartVisiable5:!1,addOrUpdateFlag:!1,layouts:["prev","pager","next"]}},created:function(){this.init(),this.getDataList(),this.contentStyleChange()},mounted:function(){},filters:{htmlfilter:function(e){return e.replace(/<[^>]*>/g).replace(/undefined/g,"")}},computed:{tablename:function(){return this.$storage.get("sessionTable")}},components:{AddOrUpdate:vt},methods:{contentStyleChange:function(){this.contentPageStyleChange()},contentPageStyleChange:function(){},chartDialog1:function(){var e=this;this.chartVisiable1=!this.chartVisiable1,this.$nextTick((function(){var t=s["init"](document.getElementById("chepaihaoChart1"),"macarons");e.$http({url:"xubaotongzhi/group/chepaihao",method:"get"}).then((function(e){var a=e.data;if(a&&0===a.code){for(var i=a.data,n=[],o=[],r=[],s=0;s1?location.href.split(t.$base.name)[0]:"")+t.$base.name+"/file/download?fileName="+a,{headers:{token:t.$storage.get("Token")},responseType:"blob"}).then((function(e){var t=e.data,i=[];i.push(t);var n=window.URL.createObjectURL(new Blob(i,{type:"application/pdf;chartset=UTF-8"})),o=document.createElement("a");o.href=n,o.download=a,o.dispatchEvent(new MouseEvent("click",{bubbles:!0,cancelable:!0,view:window})),window.URL.revokeObjectURL(t)}))}))},preClick:function(e){if(!e)return!1;window.open(location.href.split(this.$base.name).length>1?location.href.split(this.$base.name)[0]+this.$base.name+"/"+e:this.$base.url+e)},xubaotongzhistatusChange:function(e,t){var a=this;0==t.status&&(t.passwordwrongnum=0),this.$http({url:"xubaotongzhi/update",method:"post",data:t}).then((function(e){1==t.status?a.$message.error("该用户已锁定"):a.$message.success("该用户已解除锁定")}))},deleteHandler:function(e){var t=this;return Object(r["a"])(Object(o["a"])().mark((function a(){var i;return Object(o["a"])().wrap((function(a){while(1)switch(a.prev=a.next){case 0:return i=e?[Number(e)]:t.dataListSelections.map((function(e){return Number(e.id)})),a.next=3,t.$confirm("确定进行[".concat(e?"删除":"批量删除","]操作?"),"提示",{confirmButtonText:"确定",cancelButtonText:"取消",type:"warning"}).then(Object(r["a"])(Object(o["a"])().mark((function e(){return Object(o["a"])().wrap((function(e){while(1)switch(e.prev=e.next){case 0:return e.next=2,t.$http({url:"xubaotongzhi/delete",method:"post",data:i}).then(function(){var e=Object(r["a"])(Object(o["a"])().mark((function e(a){var i;return Object(o["a"])().wrap((function(e){while(1)switch(e.prev=e.next){case 0:i=a.data,i&&0===i.code?t.$message({message:"操作成功",type:"success",duration:1500,onClose:function(){t.search()}}):t.$message.error(i.msg);case 2:case"end":return e.stop()}}),e)})));return function(t){return e.apply(this,arguments)}}());case 2:case"end":return e.stop()}}),e)}))));case 3:case"end":return a.stop()}}),a)})))()}}}),_t=Ht,It=(a("9233"),Object(m["a"])(_t,Bt,Vt,!1,null,"7ae699bc",null)),qt=It.exports,Ut=function(){var e=this,t=e._self._c;return t("div",{staticClass:"main-content",style:{minHeight:"calc(100vh - 200px)",padding:"0px 5%",margin:"0 auto",color:"#666",background:"none",width:"calc(100% - 0px)",fontSize:"14px",height:"100%"}},[e.showFlag?[t("el-form",{staticClass:"center-form-pv",style:{padding:"20px 20px 0",boxShadow:"0 2px 3px 0px rgba(100,100,100,.05)",margin:"0 0 0px",borderColor:"#f6f6f6",display:"flex",justifyContent:"center",minHeight:"100px",overflow:"hidden",borderRadius:"4px 4px 0 0",flexWrap:"wrap",background:"#fff",borderWidth:"2px 2px 0",fontSize:"inherit",borderStyle:"solid"},attrs:{inline:!0,model:e.searchForm}},[t("el-row",{style:{padding:"0px",boxShadow:"0 0px 0px 0px rgba(115,108,203,.23)",margin:"0 0px 0px 0",borderRadius:"0px",alignItems:"center",background:"none",display:"flex",width:"auto",fontSize:"inherit",justifyContent:"flex-end",order:"2"}},[t("div",{style:{margin:"0 10px 0 0",fontSize:"inherit",display:"inline-block"}},[t("label",{staticClass:"item-label",style:{margin:"0 10px 0 0",color:"inherit",display:"inline-block",lineHeight:"34px",fontSize:"inherit",fontWeight:"500",height:"34px"}},[e._v("员工账号")]),t("el-input",{attrs:{placeholder:"员工账号",clearable:""},nativeOn:{keydown:function(t){return!t.type.indexOf("key")&&e._k(t.keyCode,"enter",13,t.key,"Enter")?null:e.search()}},model:{value:e.searchForm.yuangongzhanghao,callback:function(t){e.$set(e.searchForm,"yuangongzhanghao",t)},expression:"searchForm.yuangongzhanghao"}})],1),t("div",{style:{margin:"0 10px 0 0",fontSize:"inherit",display:"inline-block"}},[t("label",{staticClass:"item-label",style:{margin:"0 10px 0 0",color:"inherit",display:"inline-block",lineHeight:"34px",fontSize:"inherit",fontWeight:"500",height:"34px"}},[e._v("员工姓名")]),t("el-input",{attrs:{placeholder:"员工姓名",clearable:""},nativeOn:{keydown:function(t){return!t.type.indexOf("key")&&e._k(t.keyCode,"enter",13,t.key,"Enter")?null:e.search()}},model:{value:e.searchForm.yuangongxingming,callback:function(t){e.$set(e.searchForm,"yuangongxingming",t)},expression:"searchForm.yuangongxingming"}})],1),t("div",{staticClass:"select",style:{margin:"0 10px 0 0",fontSize:"inherit",display:"inline-block"}},[t("label",{staticClass:"item-label",style:{margin:"0 10px 0 0",color:"inherit",display:"inline-block",lineHeight:"34px",fontSize:"inherit",fontWeight:"500",height:"34px"}},[e._v("是否通过")]),t("el-select",{attrs:{clearable:"",placeholder:"是否通过"},model:{value:e.searchForm.sfsh,callback:function(t){e.$set(e.searchForm,"sfsh",t)},expression:"searchForm.sfsh"}},e._l(e.sfshOptions,(function(e,a){return t("el-option",{key:a,attrs:{label:e,value:e}})})),1)],1),t("el-button",{staticClass:"search",attrs:{type:"success"},on:{click:function(t){return e.search()}}},[t("span",{staticClass:"icon iconfont icon-chakan18",style:{margin:"0 2px",fontSize:"18px",color:"#00acc1",display:"inline-block",height:"auto"}}),e._v(" 查询 ")])],1),t("el-row",{staticClass:"actions",style:{boxShadow:"0 0px 0px 0px rgba(115,108,203,.23)",padding:"0 20px 0 0",margin:"0px 0 0px",color:"#333",alignItems:"center",textAlign:"left",display:"flex",borderRadius:"0px",flexWrap:"wrap",background:"none",flex:"1",width:"auto",fontSize:"inherit",order:"1"}},[e.isAuth("gongzuorenyuan","新增")?t("el-button",{staticClass:"add",attrs:{type:"success"},on:{click:function(t){return e.addOrUpdateHandler()}}},[t("span",{staticClass:"icon iconfont icon-tianjia14",style:{margin:"0 2px",fontSize:"inherit",color:"inherit",display:"none"}}),e._v(" 新增 ")]):e._e(),e.isAuth("gongzuorenyuan","删除")?t("el-button",{staticClass:"del",attrs:{disabled:!e.dataListSelections.length,type:"danger"},on:{click:function(t){return e.deleteHandler()}}},[t("span",{staticClass:"icon iconfont icon-shanchu9",style:{margin:"0 2px",fontSize:"inherit",color:"inherit",display:"none"}}),e._v(" 删除 ")]):e._e(),e.isAuth("gongzuorenyuan","审核")?t("el-button",{staticClass:"btn18",attrs:{disabled:!e.dataListSelections.length,type:"success"},on:{click:function(t){return e.shBatchDialog()}}},[t("span",{staticClass:"icon iconfont icon-shenhe2",style:{margin:"0 2px",fontSize:"inherit",color:"inherit",display:"inline-block"}}),e._v(" 审核 ")]):e._e()],1)],1),t("div",{style:{padding:"20px",borderColor:"#f6f6f6",margin:"0 0 0px",borderRadius:"0 0 4px 4px",background:"rgba(255,255,255,1)",borderWidth:"0 2px 2px",width:"100%",borderStyle:"solid"}},[e.isAuth("gongzuorenyuan","查看")?t("el-table",{directives:[{name:"loading",rawName:"v-loading",value:e.dataListLoading,expression:"dataListLoading"}],staticClass:"tables",style:{padding:"0",borderColor:"#eee",color:"inherit",borderRadius:"0px",borderWidth:"0px 0px 0 0px",background:"none",width:"100%",fontSize:"inherit",borderStyle:"solid"},attrs:{stripe:!1,border:!0,data:e.dataList},on:{"selection-change":e.selectionChangeHandler}},[t("el-table-column",{attrs:{resizable:!0,type:"selection",align:"center",width:"50"}}),t("el-table-column",{attrs:{resizable:!0,sortable:!0,label:"序号",type:"index",width:"50"}}),t("el-table-column",{attrs:{resizable:!0,sortable:!0,prop:"yuangongzhanghao",label:"员工账号"},scopedSlots:e._u([{key:"default",fn:function(t){return[e._v(" "+e._s(t.row.yuangongzhanghao)+" ")]}}],null,!1,3349271683)}),t("el-table-column",{attrs:{resizable:!0,sortable:!0,prop:"yuangongxingming",label:"员工姓名"},scopedSlots:e._u([{key:"default",fn:function(t){return[e._v(" "+e._s(t.row.yuangongxingming)+" ")]}}],null,!1,4268580138)}),t("el-table-column",{attrs:{resizable:!0,sortable:!0,prop:"nianling",label:"年龄"},scopedSlots:e._u([{key:"default",fn:function(t){return[e._v(" "+e._s(t.row.nianling)+" ")]}}],null,!1,3648939193)}),t("el-table-column",{attrs:{resizable:!0,sortable:!0,prop:"xingbie",label:"性别"},scopedSlots:e._u([{key:"default",fn:function(t){return[e._v(" "+e._s(t.row.xingbie)+" ")]}}],null,!1,224366571)}),t("el-table-column",{attrs:{resizable:!0,sortable:!0,prop:"shouji",label:"手机"},scopedSlots:e._u([{key:"default",fn:function(t){return[e._v(" "+e._s(t.row.shouji)+" ")]}}],null,!1,1642124447)}),t("el-table-column",{attrs:{resizable:!0,sortable:!0,prop:"touxiang",width:"200",label:"头像"},scopedSlots:e._u([{key:"default",fn:function(a){return[a.row.touxiang?t("div",["http"==a.row.touxiang.substring(0,4)?t("img",{staticStyle:{"object-fit":"cover"},attrs:{src:a.row.touxiang.split(",")[0],width:"100",height:"100"}}):t("img",{staticStyle:{"object-fit":"cover"},attrs:{src:e.$base.url+a.row.touxiang.split(",")[0],width:"100",height:"100"}})]):t("div",[e._v("无图片")])]}}],null,!1,3010260696)}),t("el-table-column",{attrs:{resizable:!0,sortable:!0,prop:"shhf",label:"审核回复","show-overflow-tooltip":""},scopedSlots:e._u([{key:"default",fn:function(a){return[t("div",{staticStyle:{"white-space":"nowrap"}},[e._v(e._s(a.row.shhf))])]}}],null,!1,988886012)}),t("el-table-column",{attrs:{resizable:!0,sortable:!0,prop:"sfsh",label:"审核状态"},scopedSlots:e._u([{key:"default",fn:function(a){return["否"==a.row.sfsh?t("el-tag",{attrs:{type:"danger"}},[e._v("未通过")]):e._e(),"待审核"==a.row.sfsh?t("el-tag",{attrs:{type:"warning"}},[e._v("待审核")]):e._e(),"是"==a.row.sfsh?t("el-tag",{attrs:{type:"success"}},[e._v("通过")]):e._e()]}}],null,!1,3672577349)}),t("el-table-column",{attrs:{width:"300",label:"操作"},scopedSlots:e._u([{key:"default",fn:function(a){return[e.isAuth("gongzuorenyuan","查看")?t("el-button",{staticClass:"view",attrs:{type:"success"},on:{click:function(t){return e.addOrUpdateHandler(a.row.id,"info")}}},[t("span",{staticClass:"icon iconfont icon-chakan8",style:{margin:"0 0 0 4px",fontSize:"inherit",color:"inherit",display:"none",height:"auto"}}),e._v(" 详情 ")]):e._e(),e.isAuth("gongzuorenyuan","修改")&&"待审核"==a.row.sfsh?t("el-button",{staticClass:"edit",attrs:{type:"success"},on:{click:function(t){return e.addOrUpdateHandler(a.row.id)}}},[t("span",{staticClass:"icon iconfont icon-xiugai19",style:{margin:"0 0 0 4px",fontSize:"inherit",color:"inherit",display:"none",height:"auto"}}),e._v(" 更改 ")]):e._e(),e.isAuth("gongzuorenyuan","删除")?t("el-button",{staticClass:"del",attrs:{type:"primary"},on:{click:function(t){return e.deleteHandler(a.row.id)}}},[t("span",{staticClass:"icon iconfont icon-shanchu16",style:{margin:"0 0 0 4px",fontSize:"inherit",color:"inherit",display:"none",height:"auto"}}),e._v(" 移除 ")]):e._e()]}}],null,!1,3707776650)})],1):e._e()],1),t("el-pagination",{style:{border:"0px solid #dee2e6",padding:"10px 0",margin:"10px 0 0",whiteSpace:"nowrap",color:"inherit",textAlign:"center",background:"none",width:"100%",fontSize:"inherit",fontWeight:"500"},attrs:{"current-page":e.pageIndex,background:"","page-sizes":[10,50,100,200],"page-size":e.pageSize,layout:e.layouts.join(),total:e.totalPage,"prev-text":"上一页 ","next-text":"下一页 ","hide-on-single-page":!1},on:{"size-change":e.sizeChangeHandle,"current-change":e.currentChangeHandle}})]:e._e(),e.addOrUpdateFlag?t("add-or-update",{ref:"addOrUpdate",attrs:{parent:this}}):e._e(),t("el-dialog",{attrs:{title:this.batchIds.length>1?"批量审核":"审核",visible:e.sfshBatchVisiable,width:"50%"},on:{"update:visible":function(t){e.sfshBatchVisiable=t}}},[t("el-form",{ref:"form",attrs:{model:e.form,"label-width":"80px"}},[t("el-form-item",{attrs:{label:"审核状态"}},[t("el-select",{attrs:{placeholder:"审核状态"},model:{value:e.shBatchForm.sfsh,callback:function(t){e.$set(e.shBatchForm,"sfsh",t)},expression:"shBatchForm.sfsh"}},[t("el-option",{attrs:{label:"通过",value:"是"}}),t("el-option",{attrs:{label:"不通过",value:"否"}}),t("el-option",{attrs:{label:"待审核",value:"待审核"}})],1)],1),t("el-form-item",{attrs:{label:"内容"}},[t("el-input",{attrs:{type:"textarea",rows:8},model:{value:e.shBatchForm.shhf,callback:function(t){e.$set(e.shBatchForm,"shhf",t)},expression:"shBatchForm.shhf"}})],1)],1),t("span",{staticClass:"dialog-footer",attrs:{slot:"footer"},slot:"footer"},[t("el-button",{on:{click:function(t){e.sfshBatchVisiable=!1}}},[e._v("取 消")]),t("el-button",{attrs:{type:"primary"},on:{click:e.shBatchHandler}},[e._v("确 定")])],1)],1)],2)},Rt=[],Jt=function(){var e=this,t=e._self._c;return t("div",{staticClass:"addEdit-block",style:{minHeight:"calc(100vh - 200px)",padding:"0px 0 30px",margin:"0 auto",color:"#8e99a2",background:"none",width:"calc(100% - 0px)",fontSize:"14px",height:"100%"}},[t("el-form",{ref:"ruleForm",staticClass:"add-update-preview",style:{padding:"30px 5%",borderColor:"#f6f6f6",alignItems:"flex-start",borderRadius:"4px",flexWrap:"wrap",background:"rgba(255,255,255,.9)",borderWidth:"2px",display:"flex",fontSize:"inherit",borderStyle:"solid"},attrs:{model:e.ruleForm,rules:e.rules,"label-width":"200px"}},[["info"!=e.type?t("el-form-item",{staticClass:"input",style:{padding:"2px 0",margin:"0 auto 20px",color:"inherit",borderRadius:"4px",background:"none",width:"100%",fontSize:"inherit"},attrs:{label:"员工账号",prop:"yuangongzhanghao"}},[t("el-input",{attrs:{placeholder:"员工账号",clearable:"",readonly:e.ro.yuangongzhanghao},model:{value:e.ruleForm.yuangongzhanghao,callback:function(t){e.$set(e.ruleForm,"yuangongzhanghao",t)},expression:"ruleForm.yuangongzhanghao"}})],1):t("el-form-item",{staticClass:"input",style:{padding:"2px 0",margin:"0 auto 20px",color:"inherit",borderRadius:"4px",background:"none",width:"100%",fontSize:"inherit"},attrs:{label:"员工账号",prop:"yuangongzhanghao"}},[t("el-input",{attrs:{placeholder:"员工账号",readonly:""},model:{value:e.ruleForm.yuangongzhanghao,callback:function(t){e.$set(e.ruleForm,"yuangongzhanghao",t)},expression:"ruleForm.yuangongzhanghao"}})],1),"info"!=e.type?t("el-form-item",{staticClass:"input",style:{padding:"2px 0",margin:"0 auto 20px",color:"inherit",borderRadius:"4px",background:"none",width:"100%",fontSize:"inherit"},attrs:{label:"密码",prop:"mima"}},[t("el-input",{attrs:{placeholder:"密码",clearable:"",readonly:e.ro.mima},model:{value:e.ruleForm.mima,callback:function(t){e.$set(e.ruleForm,"mima",t)},expression:"ruleForm.mima"}})],1):t("el-form-item",{staticClass:"input",style:{padding:"2px 0",margin:"0 auto 20px",color:"inherit",borderRadius:"4px",background:"none",width:"100%",fontSize:"inherit"},attrs:{label:"密码",prop:"mima"}},[t("el-input",{attrs:{placeholder:"密码",readonly:""},model:{value:e.ruleForm.mima,callback:function(t){e.$set(e.ruleForm,"mima",t)},expression:"ruleForm.mima"}})],1),"info"!=e.type?t("el-form-item",{staticClass:"input",style:{padding:"2px 0",margin:"0 auto 20px",color:"inherit",borderRadius:"4px",background:"none",width:"100%",fontSize:"inherit"},attrs:{label:"员工姓名",prop:"yuangongxingming"}},[t("el-input",{attrs:{placeholder:"员工姓名",clearable:"",readonly:e.ro.yuangongxingming},model:{value:e.ruleForm.yuangongxingming,callback:function(t){e.$set(e.ruleForm,"yuangongxingming",t)},expression:"ruleForm.yuangongxingming"}})],1):t("el-form-item",{staticClass:"input",style:{padding:"2px 0",margin:"0 auto 20px",color:"inherit",borderRadius:"4px",background:"none",width:"100%",fontSize:"inherit"},attrs:{label:"员工姓名",prop:"yuangongxingming"}},[t("el-input",{attrs:{placeholder:"员工姓名",readonly:""},model:{value:e.ruleForm.yuangongxingming,callback:function(t){e.$set(e.ruleForm,"yuangongxingming",t)},expression:"ruleForm.yuangongxingming"}})],1),"info"!=e.type?t("el-form-item",{staticClass:"input",style:{padding:"2px 0",margin:"0 auto 20px",color:"inherit",borderRadius:"4px",background:"none",width:"100%",fontSize:"inherit"},attrs:{label:"年龄",prop:"nianling"}},[t("el-input",{attrs:{placeholder:"年龄",clearable:"",readonly:e.ro.nianling},model:{value:e.ruleForm.nianling,callback:function(t){e.$set(e.ruleForm,"nianling",e._n(t))},expression:"ruleForm.nianling"}})],1):t("el-form-item",{staticClass:"input",style:{padding:"2px 0",margin:"0 auto 20px",color:"inherit",borderRadius:"4px",background:"none",width:"100%",fontSize:"inherit"},attrs:{label:"年龄",prop:"nianling"}},[t("el-input",{attrs:{placeholder:"年龄",readonly:""},model:{value:e.ruleForm.nianling,callback:function(t){e.$set(e.ruleForm,"nianling",t)},expression:"ruleForm.nianling"}})],1),"info"!=e.type?t("el-form-item",{staticClass:"select",style:{padding:"2px 0",margin:"0 auto 20px",color:"inherit",borderRadius:"4px",background:"none",width:"100%",fontSize:"inherit"},attrs:{label:"性别",prop:"xingbie"}},[t("el-select",{attrs:{disabled:e.ro.xingbie,placeholder:"请选择性别"},model:{value:e.ruleForm.xingbie,callback:function(t){e.$set(e.ruleForm,"xingbie",t)},expression:"ruleForm.xingbie"}},e._l(e.xingbieOptions,(function(e,a){return t("el-option",{key:a,attrs:{label:e,value:e}})})),1)],1):t("el-form-item",{staticClass:"input",style:{padding:"2px 0",margin:"0 auto 20px",color:"inherit",borderRadius:"4px",background:"none",width:"100%",fontSize:"inherit"},attrs:{label:"性别",prop:"xingbie"}},[t("el-input",{attrs:{placeholder:"性别",readonly:""},model:{value:e.ruleForm.xingbie,callback:function(t){e.$set(e.ruleForm,"xingbie",t)},expression:"ruleForm.xingbie"}})],1),"info"!=e.type?t("el-form-item",{staticClass:"input",style:{padding:"2px 0",margin:"0 auto 20px",color:"inherit",borderRadius:"4px",background:"none",width:"100%",fontSize:"inherit"},attrs:{label:"手机",prop:"shouji"}},[t("el-input",{attrs:{placeholder:"手机",clearable:"",readonly:e.ro.shouji},model:{value:e.ruleForm.shouji,callback:function(t){e.$set(e.ruleForm,"shouji",t)},expression:"ruleForm.shouji"}})],1):t("el-form-item",{staticClass:"input",style:{padding:"2px 0",margin:"0 auto 20px",color:"inherit",borderRadius:"4px",background:"none",width:"100%",fontSize:"inherit"},attrs:{label:"手机",prop:"shouji"}},[t("el-input",{attrs:{placeholder:"手机",readonly:""},model:{value:e.ruleForm.shouji,callback:function(t){e.$set(e.ruleForm,"shouji",t)},expression:"ruleForm.shouji"}})],1),"info"==e.type||e.ro.touxiang?e.ruleForm.touxiang?t("el-form-item",{staticClass:"upload",style:{padding:"2px 0",margin:"0 auto 20px",color:"inherit",borderRadius:"4px",background:"none",width:"100%",fontSize:"inherit"},attrs:{label:"头像",prop:"touxiang"}},["http"==e.ruleForm.touxiang.substring(0,4)?t("img",{key:e.index,staticClass:"upload-img",staticStyle:{"margin-right":"20px"},attrs:{src:e.ruleForm.touxiang.split(",")[0],width:"100",height:"100"}}):e._l(e.ruleForm.touxiang.split(","),(function(a,i){return t("img",{key:i,staticClass:"upload-img",staticStyle:{"margin-right":"20px"},attrs:{src:e.$base.url+a,width:"100",height:"100"}})}))],2):e._e():t("el-form-item",{staticClass:"upload",style:{padding:"2px 0",margin:"0 auto 20px",color:"inherit",borderRadius:"4px",background:"none",width:"100%",fontSize:"inherit"},attrs:{label:"头像",prop:"touxiang"}},[t("file-upload",{attrs:{tip:"点击上传头像",action:"file/upload",limit:3,multiple:!0,fileUrls:e.ruleForm.touxiang?e.ruleForm.touxiang:""},on:{change:e.touxiangUploadChange}})],1)],t("el-form-item",{staticClass:"btn",style:{padding:"0",margin:"30px auto",alignItems:"center",textAlign:"center",background:"none",display:"flex",width:"60%",fontSize:"18px"}},["info"!=e.type?t("el-button",{staticClass:"btn3",attrs:{type:"success"},on:{click:e.onSubmit}},[t("span",{staticClass:"icon iconfont icon-tijiao16",style:{margin:"0 2px",fontSize:"inherit",color:"inherit",display:"none"}}),e._v(" 确定 ")]):e._e(),"info"!=e.type?t("el-button",{staticClass:"btn4",attrs:{type:"success"},on:{click:function(t){return e.back()}}},[t("span",{staticClass:"icon iconfont icon-quxiao09",style:{margin:"0 2px",fontSize:"inherit",color:"inherit",display:"none"}}),e._v(" 取消 ")]):e._e(),"info"==e.type?t("el-button",{staticClass:"btn5",attrs:{type:"success"},on:{click:function(t){return e.back()}}},[t("span",{staticClass:"icon iconfont icon-fanhui01",style:{margin:"0 2px",fontSize:"inherit",color:"inherit",display:"none"}}),e._v(" 返回 ")]):e._e()],1)],2)],1)},Et=[],Tt={data:function(){var e=function(e,t,a){t?Object(h["isMobile"])(t)?a():a(new Error("请输入正确的手机号码")):a()},t=function(e,t,a){t?Object(h["isIntNumer"])(t)?a():a(new Error("请输入整数")):a()};return{id:"",type:"",ro:{yuangongzhanghao:!1,mima:!1,yuangongxingming:!1,nianling:!1,xingbie:!1,shouji:!1,touxiang:!1,sfsh:!1,shhf:!1},ruleForm:{yuangongzhanghao:"",mima:"",yuangongxingming:"",nianling:"",xingbie:"",shouji:"",touxiang:"",shhf:""},xingbieOptions:[],rules:{yuangongzhanghao:[{required:!0,message:"员工账号不能为空",trigger:"blur"}],mima:[{required:!0,message:"密码不能为空",trigger:"blur"}],yuangongxingming:[{required:!0,message:"员工姓名不能为空",trigger:"blur"}],nianling:[{validator:t,trigger:"blur"}],xingbie:[],shouji:[{validator:e,trigger:"blur"}],touxiang:[],sfsh:[],shhf:[]}}},props:["parent"],computed:{},components:{},created:function(){},methods:{download:function(e){window.open("".concat(e))},init:function(e,t){var a=this;if(e&&(this.id=e,this.type=t),"info"==this.type||"else"==this.type)this.info(e);else if("logistics"==this.type)this.logistics=!1,this.info(e);else if("cross"==this.type){var i=this.$storage.getObj("crossObj");for(var n in i)"yuangongzhanghao"!=n?"mima"!=n?"yuangongxingming"!=n?"nianling"!=n?"xingbie"!=n?"shouji"!=n?"touxiang"!=n||(this.ruleForm.touxiang=i[n],this.ro.touxiang=!0):(this.ruleForm.shouji=i[n],this.ro.shouji=!0):(this.ruleForm.xingbie=i[n],this.ro.xingbie=!0):(this.ruleForm.nianling=i[n],this.ro.nianling=!0):(this.ruleForm.yuangongxingming=i[n],this.ro.yuangongxingming=!0):(this.ruleForm.mima=i[n],this.ro.mima=!0):(this.ruleForm.yuangongzhanghao=i[n],this.ro.yuangongzhanghao=!0)}this.$http({url:"".concat(this.$storage.get("sessionTable"),"/session"),method:"get"}).then((function(e){var t=e.data;if(t&&0===t.code)t.data;else a.$message.error(t.msg)})),this.xingbieOptions="男,女".split(",")},info:function(e){var t=this;this.$http({url:"gongzuorenyuan/info/".concat(e),method:"get"}).then((function(e){var a=e.data;if(a&&0===a.code){t.ruleForm=a.data;new RegExp("../../../upload","g")}else t.$message.error(a.msg)}))},onSubmit:function(){var e=this;null!=this.ruleForm.touxiang&&(this.ruleForm.touxiang=this.ruleForm.touxiang.replace(new RegExp(this.$base.url,"g"),""));var t,a,i;this.$storage.getObj("crossObj");if("cross"==this.type){var n=this.$storage.get("statusColumnName"),o=this.$storage.get("statusColumnValue");if(""!=n){var r=this.$storage.getObj("crossObj");if(n&&!n.startsWith("[")){for(var s in r)s==n&&(r[s]=o);var l=this.$storage.get("crossTable");this.$http({url:"".concat(l,"/update"),method:"post",data:r}).then((function(e){e.data}))}else t=this.$storage.get("userid"),a=r["id"],i=this.$storage.get("statusColumnName"),i=i.replace(/\[/,"").replace(/\]/,"")}}this.$refs["ruleForm"].validate((function(n){if(n)if(a&&t){e.ruleForm.crossuserid=t,e.ruleForm.crossrefid=a;var o={page:1,limit:10,crossuserid:e.ruleForm.crossuserid,crossrefid:e.ruleForm.crossrefid};e.$http({url:"gongzuorenyuan/page",method:"get",params:o}).then((function(t){var a=t.data;if(a&&0===a.code){if(a.data.total>=i)return e.$message.error(e.$storage.get("tips")),!1;e.$http({url:"gongzuorenyuan/".concat(e.ruleForm.id?"update":"save"),method:"post",data:e.ruleForm}).then((function(t){var a=t.data;a&&0===a.code?e.$message({message:"操作成功",type:"success",duration:1500,onClose:function(){e.parent.showFlag=!0,e.parent.addOrUpdateFlag=!1,e.parent.gongzuorenyuanCrossAddOrUpdateFlag=!1,e.parent.search(),e.parent.contentStyleChange()}}):e.$message.error(a.msg)}))}}))}else e.$http({url:"gongzuorenyuan/".concat(e.ruleForm.id?"update":"save"),method:"post",data:e.ruleForm}).then((function(t){var a=t.data;a&&0===a.code?e.$message({message:"操作成功",type:"success",duration:1500,onClose:function(){e.parent.showFlag=!0,e.parent.addOrUpdateFlag=!1,e.parent.gongzuorenyuanCrossAddOrUpdateFlag=!1,e.parent.search(),e.parent.contentStyleChange()}}):e.$message.error(a.msg)}))}))},getUUID:function(){return(new Date).getTime()},back:function(){this.parent.showFlag=!0,this.parent.addOrUpdateFlag=!1,this.parent.gongzuorenyuanCrossAddOrUpdateFlag=!1,this.parent.contentStyleChange()},touxiangUploadChange:function(e){this.ruleForm.touxiang=e}}},$t=Tt,Dt=(a("320b"),Object(m["a"])($t,Jt,Et,!1,null,"1c319c2e",null)),Zt=Dt.exports,Pt={data:function(){return{searchForm:{key:""},form:{},sfshOptions:[],dataList:[],pageIndex:1,pageSize:10,totalPage:0,dataListLoading:!1,dataListSelections:[],showFlag:!0,sfshVisiable:!1,shForm:{},sfshBatchVisiable:!1,shBatchForm:{sfsh:"",shhf:""},batchIds:[],chartVisiable:!1,chartVisiable1:!1,chartVisiable2:!1,chartVisiable3:!1,chartVisiable4:!1,chartVisiable5:!1,addOrUpdateFlag:!1,layouts:["prev","pager","next"]}},created:function(){this.init(),this.getDataList(),this.contentStyleChange()},mounted:function(){},filters:{htmlfilter:function(e){return e.replace(/<[^>]*>/g).replace(/undefined/g,"")}},computed:{tablename:function(){return this.$storage.get("sessionTable")}},components:{AddOrUpdate:Zt},methods:{contentStyleChange:function(){this.contentPageStyleChange()},contentPageStyleChange:function(){},init:function(){this.sfshOptions="是,否,待审核".split(",")},search:function(){this.pageIndex=1,this.getDataList()},getDataList:function(){var e=this;this.dataListLoading=!0;var t={page:this.pageIndex,limit:this.pageSize,sort:"id",order:"desc"};""!=this.searchForm.yuangongzhanghao&&void 0!=this.searchForm.yuangongzhanghao&&(t["yuangongzhanghao"]="%"+this.searchForm.yuangongzhanghao+"%"),""!=this.searchForm.yuangongxingming&&void 0!=this.searchForm.yuangongxingming&&(t["yuangongxingming"]="%"+this.searchForm.yuangongxingming+"%"),""!=this.searchForm.sfsh&&void 0!=this.searchForm.sfsh&&(t["sfsh"]=this.searchForm.sfsh);var a=JSON.parse(this.$storage.getObj("userForm"));console.log(a),this.$http({url:"gongzuorenyuan/page",method:"get",params:t}).then((function(t){var a=t.data;a&&0===a.code?(e.dataList=a.data.list,e.totalPage=a.data.total):(e.dataList=[],e.totalPage=0),e.dataListLoading=!1}))},sizeChangeHandle:function(e){this.pageSize=e,this.pageIndex=1,this.getDataList()},currentChangeHandle:function(e){this.pageIndex=e,this.getDataList()},selectionChangeHandler:function(e){this.dataListSelections=e},addOrUpdateHandler:function(e,t){var a=this;this.showFlag=!1,this.addOrUpdateFlag=!0,this.crossAddOrUpdateFlag=!1,"info"!=t&&(t="else"),this.$nextTick((function(){a.$refs.addOrUpdate.init(e,t)}))},shBatchDialog:function(){for(var e in this.dataListSelections){if(this.dataListSelections[e].sfsh&&"待审核"!=this.dataListSelections[e].sfsh)return this.$message.error("存在已审核数据,不能批量审核"),this.batchIds=[],!1;this.batchIds.push(this.dataListSelections[e].id)}this.sfshBatchVisiable=!0},shBatchHandler:function(){var e=this;this.$confirm("是否".concat(this.batchIds.length>1?"一键审核":"审核","选中数据?"),"提示",{confirmButtonText:"确定",cancelButtonText:"取消",type:"warning"}).then((function(){e.$http({url:"gongzuorenyuan/shBatch?sfsh="+e.shBatchForm.sfsh+"&shhf="+e.shBatchForm.shhf,method:"post",data:e.batchIds}).then((function(t){var a=t.data;a&&0===a.code?e.$message({message:"操作成功",type:"success",duration:1500,onClose:function(){e.getDataList(),e.sfshBatchVisiable=!1,e.batchIds=[]}}):e.$message.error(a.msg)}))}))},download:function(e){var t=this,a=e.replace(new RegExp("upload/","g"),"");c.a.get(this.$base.url+"file/download?fileName="+a,{headers:{token:this.$storage.get("Token")},responseType:"blob"}).then((function(e){var t=e.data,i=[];i.push(t);var n=window.URL.createObjectURL(new Blob(i,{type:"application/pdf;chartset=UTF-8"})),o=document.createElement("a");o.href=n,o.download=a,o.dispatchEvent(new MouseEvent("click",{bubbles:!0,cancelable:!0,view:window})),window.URL.revokeObjectURL(t)}),(function(e){c.a.get((location.href.split(t.$base.name).length>1?location.href.split(t.$base.name)[0]:"")+t.$base.name+"/file/download?fileName="+a,{headers:{token:t.$storage.get("Token")},responseType:"blob"}).then((function(e){var t=e.data,i=[];i.push(t);var n=window.URL.createObjectURL(new Blob(i,{type:"application/pdf;chartset=UTF-8"})),o=document.createElement("a");o.href=n,o.download=a,o.dispatchEvent(new MouseEvent("click",{bubbles:!0,cancelable:!0,view:window})),window.URL.revokeObjectURL(t)}))}))},preClick:function(e){if(!e)return!1;window.open(location.href.split(this.$base.name).length>1?location.href.split(this.$base.name)[0]+this.$base.name+"/"+e:this.$base.url+e)},gongzuorenyuanstatusChange:function(e,t){var a=this;0==t.status&&(t.passwordwrongnum=0),this.$http({url:"gongzuorenyuan/update",method:"post",data:t}).then((function(e){1==t.status?a.$message.error("该用户已锁定"):a.$message.success("该用户已解除锁定")}))},deleteHandler:function(e){var t=this;return Object(r["a"])(Object(o["a"])().mark((function a(){var i;return Object(o["a"])().wrap((function(a){while(1)switch(a.prev=a.next){case 0:return i=e?[Number(e)]:t.dataListSelections.map((function(e){return Number(e.id)})),a.next=3,t.$confirm("确定进行[".concat(e?"删除":"批量删除","]操作?"),"提示",{confirmButtonText:"确定",cancelButtonText:"取消",type:"warning"}).then(Object(r["a"])(Object(o["a"])().mark((function e(){return Object(o["a"])().wrap((function(e){while(1)switch(e.prev=e.next){case 0:return e.next=2,t.$http({url:"gongzuorenyuan/delete",method:"post",data:i}).then(function(){var e=Object(r["a"])(Object(o["a"])().mark((function e(a){var i;return Object(o["a"])().wrap((function(e){while(1)switch(e.prev=e.next){case 0:i=a.data,i&&0===i.code?t.$message({message:"操作成功",type:"success",duration:1500,onClose:function(){t.search()}}):t.$message.error(i.msg);case 2:case"end":return e.stop()}}),e)})));return function(t){return e.apply(this,arguments)}}());case 2:case"end":return e.stop()}}),e)}))));case 3:case"end":return a.stop()}}),a)})))()}}},Wt=Pt,Qt=(a("cfa1"),Object(m["a"])(Wt,Ut,Rt,!1,null,"3499156a",null)),Nt=Qt.exports,Yt=function(){var e=this,t=e._self._c;return t("div",{staticClass:"main-content",style:{minHeight:"calc(100vh - 200px)",padding:"0px 5%",margin:"0 auto",color:"#666",background:"none",width:"calc(100% - 0px)",fontSize:"14px",height:"100%"}},[e.showFlag?[t("el-form",{staticClass:"center-form-pv",style:{padding:"20px 20px 0",boxShadow:"0 2px 3px 0px rgba(100,100,100,.05)",margin:"0 0 0px",borderColor:"#f6f6f6",display:"flex",justifyContent:"center",minHeight:"100px",overflow:"hidden",borderRadius:"4px 4px 0 0",flexWrap:"wrap",background:"#fff",borderWidth:"2px 2px 0",fontSize:"inherit",borderStyle:"solid"},attrs:{inline:!0,model:e.searchForm}},[t("el-row",{style:{padding:"0px",boxShadow:"0 0px 0px 0px rgba(115,108,203,.23)",margin:"0 0px 0px 0",borderRadius:"0px",alignItems:"center",background:"none",display:"flex",width:"auto",fontSize:"inherit",justifyContent:"flex-end",order:"2"}},[t("div",{style:{margin:"0 10px 0 0",fontSize:"inherit",display:"inline-block"}},[t("label",{staticClass:"item-label",style:{margin:"0 10px 0 0",color:"inherit",display:"inline-block",lineHeight:"34px",fontSize:"inherit",fontWeight:"500",height:"34px"}},[e._v("车辆型号")]),t("el-input",{attrs:{placeholder:"车辆型号",clearable:""},nativeOn:{keydown:function(t){return!t.type.indexOf("key")&&e._k(t.keyCode,"enter",13,t.key,"Enter")?null:e.search()}},model:{value:e.searchForm.cheliangxinghao,callback:function(t){e.$set(e.searchForm,"cheliangxinghao",t)},expression:"searchForm.cheliangxinghao"}})],1),t("el-button",{staticClass:"search",attrs:{type:"success"},on:{click:function(t){return e.search()}}},[t("span",{staticClass:"icon iconfont icon-chakan18",style:{margin:"0 2px",fontSize:"18px",color:"#00acc1",display:"inline-block",height:"auto"}}),e._v(" 查询 ")])],1),t("el-row",{staticClass:"actions",style:{boxShadow:"0 0px 0px 0px rgba(115,108,203,.23)",padding:"0 20px 0 0",margin:"0px 0 0px",color:"#333",alignItems:"center",textAlign:"left",display:"flex",borderRadius:"0px",flexWrap:"wrap",background:"none",flex:"1",width:"auto",fontSize:"inherit",order:"1"}},[e.isAuth("shigujilu","新增")?t("el-button",{staticClass:"add",attrs:{type:"success"},on:{click:function(t){return e.addOrUpdateHandler()}}},[t("span",{staticClass:"icon iconfont icon-tianjia14",style:{margin:"0 2px",fontSize:"inherit",color:"inherit",display:"none"}}),e._v(" 新增 ")]):e._e(),e.isAuth("shigujilu","删除")?t("el-button",{staticClass:"del",attrs:{disabled:!e.dataListSelections.length,type:"danger"},on:{click:function(t){return e.deleteHandler()}}},[t("span",{staticClass:"icon iconfont icon-shanchu9",style:{margin:"0 2px",fontSize:"inherit",color:"inherit",display:"none"}}),e._v(" 删除 ")]):e._e(),e.isAuth("shigujilu","事故次数")?t("el-button",{staticClass:"btn18",attrs:{type:"success"},on:{click:function(t){return e.chartDialog1()}}},[t("span",{staticClass:"icon iconfont icon-a-fenxiang2",style:{margin:"0 2px",fontSize:"inherit",color:"inherit",display:"inline-block"}}),e._v(" 事故次数 ")]):e._e()],1)],1),t("div",{style:{padding:"20px",borderColor:"#f6f6f6",margin:"0 0 0px",borderRadius:"0 0 4px 4px",background:"rgba(255,255,255,1)",borderWidth:"0 2px 2px",width:"100%",borderStyle:"solid"}},[e.isAuth("shigujilu","查看")?t("el-table",{directives:[{name:"loading",rawName:"v-loading",value:e.dataListLoading,expression:"dataListLoading"}],staticClass:"tables",style:{padding:"0",borderColor:"#eee",color:"inherit",borderRadius:"0px",borderWidth:"0px 0px 0 0px",background:"none",width:"100%",fontSize:"inherit",borderStyle:"solid"},attrs:{stripe:!1,border:!0,data:e.dataList},on:{"selection-change":e.selectionChangeHandler}},[t("el-table-column",{attrs:{resizable:!0,type:"selection",align:"center",width:"50"}}),t("el-table-column",{attrs:{resizable:!0,sortable:!0,label:"序号",type:"index",width:"50"}}),t("el-table-column",{attrs:{resizable:!0,sortable:!0,prop:"jilubianhao",label:"记录编号"},scopedSlots:e._u([{key:"default",fn:function(t){return[e._v(" "+e._s(t.row.jilubianhao)+" ")]}}],null,!1,2414914309)}),t("el-table-column",{attrs:{resizable:!0,sortable:!0,prop:"chepaihao",label:"车牌号"},scopedSlots:e._u([{key:"default",fn:function(t){return[e._v(" "+e._s(t.row.chepaihao)+" ")]}}],null,!1,394100621)}),t("el-table-column",{attrs:{resizable:!0,sortable:!0,prop:"cheliangxinghao",label:"车辆型号"},scopedSlots:e._u([{key:"default",fn:function(t){return[e._v(" "+e._s(t.row.cheliangxinghao)+" ")]}}],null,!1,2617493600)}),t("el-table-column",{attrs:{resizable:!0,sortable:!0,prop:"fadongjihao",label:"发动机号"},scopedSlots:e._u([{key:"default",fn:function(t){return[e._v(" "+e._s(t.row.fadongjihao)+" ")]}}],null,!1,390983741)}),t("el-table-column",{attrs:{resizable:!0,sortable:!0,prop:"chejiahao",label:"车架号"},scopedSlots:e._u([{key:"default",fn:function(t){return[e._v(" "+e._s(t.row.chejiahao)+" ")]}}],null,!1,1114410583)}),t("el-table-column",{attrs:{resizable:!0,sortable:!0,prop:"shigudidian",label:"事故地点"},scopedSlots:e._u([{key:"default",fn:function(t){return[e._v(" "+e._s(t.row.shigudidian)+" ")]}}],null,!1,78272210)}),t("el-table-column",{attrs:{resizable:!0,sortable:!0,prop:"shiguzerenfang",label:"事故责任方"},scopedSlots:e._u([{key:"default",fn:function(t){return[e._v(" "+e._s(t.row.shiguzerenfang)+" ")]}}],null,!1,900172277)}),t("el-table-column",{attrs:{resizable:!0,sortable:!0,prop:"shiguzhaopian",width:"200",label:"事故照片"},scopedSlots:e._u([{key:"default",fn:function(a){return[a.row.shiguzhaopian?t("div",["http"==a.row.shiguzhaopian.substring(0,4)?t("img",{staticStyle:{"object-fit":"cover"},attrs:{src:a.row.shiguzhaopian.split(",")[0],width:"100",height:"100"}}):t("img",{staticStyle:{"object-fit":"cover"},attrs:{src:e.$base.url+a.row.shiguzhaopian.split(",")[0],width:"100",height:"100"}})]):t("div",[e._v("无图片")])]}}],null,!1,3423367448)}),t("el-table-column",{attrs:{resizable:!0,sortable:!0,prop:"zhengmingcailiao",label:"证明材料"},scopedSlots:e._u([{key:"default",fn:function(a){return[a.row.zhengmingcailiao?t("el-button",{attrs:{type:"text",size:"small"},on:{click:function(t){return e.download(a.row.zhengmingcailiao)}}},[e._v("下载")]):t("span",[e._v("无")])]}}],null,!1,2106345958)}),t("el-table-column",{attrs:{resizable:!0,sortable:!0,prop:"shiguriqi",label:"事故日期"},scopedSlots:e._u([{key:"default",fn:function(t){return[e._v(" "+e._s(t.row.shiguriqi)+" ")]}}],null,!1,458830814)}),t("el-table-column",{attrs:{resizable:!0,sortable:!0,prop:"zhanghao",label:"账号"},scopedSlots:e._u([{key:"default",fn:function(t){return[e._v(" "+e._s(t.row.zhanghao)+" ")]}}],null,!1,2757161441)}),t("el-table-column",{attrs:{resizable:!0,sortable:!0,prop:"xingming",label:"姓名"},scopedSlots:e._u([{key:"default",fn:function(t){return[e._v(" "+e._s(t.row.xingming)+" ")]}}],null,!1,1096791112)}),t("el-table-column",{attrs:{resizable:!0,sortable:!0,prop:"jiashizhenghao",label:"驾驶证号"},scopedSlots:e._u([{key:"default",fn:function(t){return[e._v(" "+e._s(t.row.jiashizhenghao)+" ")]}}],null,!1,1810102229)}),t("el-table-column",{attrs:{resizable:!0,sortable:!0,prop:"yuangongzhanghao",label:"员工账号"},scopedSlots:e._u([{key:"default",fn:function(t){return[e._v(" "+e._s(t.row.yuangongzhanghao)+" ")]}}],null,!1,3349271683)}),t("el-table-column",{attrs:{resizable:!0,sortable:!0,prop:"yuangongxingming",label:"员工姓名"},scopedSlots:e._u([{key:"default",fn:function(t){return[e._v(" "+e._s(t.row.yuangongxingming)+" ")]}}],null,!1,4268580138)}),t("el-table-column",{attrs:{width:"300",label:"操作"},scopedSlots:e._u([{key:"default",fn:function(a){return[e.isAuth("shigujilu","查看")?t("el-button",{staticClass:"view",attrs:{type:"success"},on:{click:function(t){return e.addOrUpdateHandler(a.row.id,"info")}}},[t("span",{staticClass:"icon iconfont icon-chakan8",style:{margin:"0 0 0 4px",fontSize:"inherit",color:"inherit",display:"none",height:"auto"}}),e._v(" 详情 ")]):e._e(),e.isAuth("shigujilu","修改")?t("el-button",{staticClass:"edit",attrs:{type:"success"},on:{click:function(t){return e.addOrUpdateHandler(a.row.id)}}},[t("span",{staticClass:"icon iconfont icon-xiugai19",style:{margin:"0 0 0 4px",fontSize:"inherit",color:"inherit",display:"none",height:"auto"}}),e._v(" 更改 ")]):e._e(),e.isAuth("shigujilu","删除")?t("el-button",{staticClass:"del",attrs:{type:"primary"},on:{click:function(t){return e.deleteHandler(a.row.id)}}},[t("span",{staticClass:"icon iconfont icon-shanchu16",style:{margin:"0 0 0 4px",fontSize:"inherit",color:"inherit",display:"none",height:"auto"}}),e._v(" 移除 ")]):e._e()]}}],null,!1,502132953)})],1):e._e()],1),t("el-pagination",{style:{border:"0px solid #dee2e6",padding:"10px 0",margin:"10px 0 0",whiteSpace:"nowrap",color:"inherit",textAlign:"center",background:"none",width:"100%",fontSize:"inherit",fontWeight:"500"},attrs:{"current-page":e.pageIndex,background:"","page-sizes":[10,50,100,200],"page-size":e.pageSize,layout:e.layouts.join(),total:e.totalPage,"prev-text":"上一页 ","next-text":"下一页 ","hide-on-single-page":!1},on:{"size-change":e.sizeChangeHandle,"current-change":e.currentChangeHandle}})]:e._e(),e.addOrUpdateFlag?t("add-or-update",{ref:"addOrUpdate",attrs:{parent:this}}):e._e(),t("el-dialog",{attrs:{visible:e.chartVisiable1,width:"800"},on:{"update:visible":function(t){e.chartVisiable1=t}}},[t("div",{staticStyle:{width:"100%",height:"600px"},attrs:{id:"chepaihaoChart1"}}),t("span",{staticClass:"dialog-footer",attrs:{slot:"footer"},slot:"footer"},[t("el-button",{on:{click:e.chartDialog1}},[e._v("返回")])],1)])],2)},Xt=[],Kt={data:function(){return{searchForm:{key:""},form:{},dataList:[],pageIndex:1,pageSize:10,totalPage:0,dataListLoading:!1,dataListSelections:[],showFlag:!0,sfshVisiable:!1,shForm:{},chartVisiable:!1,chartVisiable1:!1,chartVisiable2:!1,chartVisiable3:!1,chartVisiable4:!1,chartVisiable5:!1,addOrUpdateFlag:!1,layouts:["prev","pager","next"]}},created:function(){this.init(),this.getDataList(),this.contentStyleChange()},mounted:function(){},filters:{htmlfilter:function(e){return e.replace(/<[^>]*>/g).replace(/undefined/g,"")}},computed:{tablename:function(){return this.$storage.get("sessionTable")}},components:{AddOrUpdate:St},methods:{contentStyleChange:function(){this.contentPageStyleChange()},contentPageStyleChange:function(){},chartDialog1:function(){var e=this;this.chartVisiable1=!this.chartVisiable1,this.$nextTick((function(){var t=s["init"](document.getElementById("chepaihaoChart1"),"macarons");e.$http({url:"shigujilu/group/chepaihao",method:"get"}).then((function(e){var a=e.data;if(a&&0===a.code){for(var i=a.data,n=[],o=[],r=[],s=0;s1?location.href.split(t.$base.name)[0]:"")+t.$base.name+"/file/download?fileName="+a,{headers:{token:t.$storage.get("Token")},responseType:"blob"}).then((function(e){var t=e.data,i=[];i.push(t);var n=window.URL.createObjectURL(new Blob(i,{type:"application/pdf;chartset=UTF-8"})),o=document.createElement("a");o.href=n,o.download=a,o.dispatchEvent(new MouseEvent("click",{bubbles:!0,cancelable:!0,view:window})),window.URL.revokeObjectURL(t)}))}))},preClick:function(e){if(!e)return!1;window.open(location.href.split(this.$base.name).length>1?location.href.split(this.$base.name)[0]+this.$base.name+"/"+e:this.$base.url+e)},shigujilustatusChange:function(e,t){var a=this;0==t.status&&(t.passwordwrongnum=0),this.$http({url:"shigujilu/update",method:"post",data:t}).then((function(e){1==t.status?a.$message.error("该用户已锁定"):a.$message.success("该用户已解除锁定")}))},deleteHandler:function(e){var t=this;return Object(r["a"])(Object(o["a"])().mark((function a(){var i;return Object(o["a"])().wrap((function(a){while(1)switch(a.prev=a.next){case 0:return i=e?[Number(e)]:t.dataListSelections.map((function(e){return Number(e.id)})),a.next=3,t.$confirm("确定进行[".concat(e?"删除":"批量删除","]操作?"),"提示",{confirmButtonText:"确定",cancelButtonText:"取消",type:"warning"}).then(Object(r["a"])(Object(o["a"])().mark((function e(){return Object(o["a"])().wrap((function(e){while(1)switch(e.prev=e.next){case 0:return e.next=2,t.$http({url:"shigujilu/delete",method:"post",data:i}).then(function(){var e=Object(r["a"])(Object(o["a"])().mark((function e(a){var i;return Object(o["a"])().wrap((function(e){while(1)switch(e.prev=e.next){case 0:i=a.data,i&&0===i.code?t.$message({message:"操作成功",type:"success",duration:1500,onClose:function(){t.search()}}):t.$message.error(i.msg);case 2:case"end":return e.stop()}}),e)})));return function(t){return e.apply(this,arguments)}}());case 2:case"end":return e.stop()}}),e)}))));case 3:case"end":return a.stop()}}),a)})))()}}},Gt=Kt,ea=(a("ac2b"),Object(m["a"])(Gt,Yt,Xt,!1,null,"e9db4bde",null)),ta=ea.exports,aa=function(){var e=this,t=e._self._c;return t("div",{staticClass:"main-content",style:{minHeight:"calc(100vh - 200px)",padding:"0px 5%",margin:"0 auto",color:"#666",background:"none",width:"calc(100% - 0px)",fontSize:"14px",height:"100%"}},[e.showFlag?[t("el-form",{staticClass:"center-form-pv",style:{padding:"20px 20px 0",boxShadow:"0 2px 3px 0px rgba(100,100,100,.05)",margin:"0 0 0px",borderColor:"#f6f6f6",display:"flex",justifyContent:"center",minHeight:"100px",overflow:"hidden",borderRadius:"4px 4px 0 0",flexWrap:"wrap",background:"#fff",borderWidth:"2px 2px 0",fontSize:"inherit",borderStyle:"solid"},attrs:{inline:!0,model:e.searchForm}},[t("el-row",{style:{padding:"0px",boxShadow:"0 0px 0px 0px rgba(115,108,203,.23)",margin:"0 0px 0px 0",borderRadius:"0px",alignItems:"center",background:"none",display:"flex",width:"auto",fontSize:"inherit",justifyContent:"flex-end",order:"2"}},[t("div",{style:{margin:"0 10px 0 0",fontSize:"inherit",display:"inline-block"}},[t("label",{staticClass:"item-label",style:{margin:"0 10px 0 0",color:"inherit",display:"inline-block",lineHeight:"34px",fontSize:"inherit",fontWeight:"500",height:"34px"}},[e._v("标题")]),t("el-input",{attrs:{placeholder:"标题",clearable:""},nativeOn:{keydown:function(t){return!t.type.indexOf("key")&&e._k(t.keyCode,"enter",13,t.key,"Enter")?null:e.search()}},model:{value:e.searchForm.biaoti,callback:function(t){e.$set(e.searchForm,"biaoti",t)},expression:"searchForm.biaoti"}})],1),t("div",{staticClass:"select",style:{margin:"0 10px 0 0",fontSize:"inherit",display:"inline-block"}},[t("label",{staticClass:"item-label",style:{margin:"0 10px 0 0",color:"inherit",display:"inline-block",lineHeight:"34px",fontSize:"inherit",fontWeight:"500",height:"34px"}},[e._v("是否通过")]),t("el-select",{attrs:{clearable:"",placeholder:"是否通过"},model:{value:e.searchForm.sfsh,callback:function(t){e.$set(e.searchForm,"sfsh",t)},expression:"searchForm.sfsh"}},e._l(e.sfshOptions,(function(e,a){return t("el-option",{key:a,attrs:{label:e,value:e}})})),1)],1),t("el-button",{staticClass:"search",attrs:{type:"success"},on:{click:function(t){return e.search()}}},[t("span",{staticClass:"icon iconfont icon-chakan18",style:{margin:"0 2px",fontSize:"18px",color:"#00acc1",display:"inline-block",height:"auto"}}),e._v(" 查询 ")])],1),t("el-row",{staticClass:"actions",style:{boxShadow:"0 0px 0px 0px rgba(115,108,203,.23)",padding:"0 20px 0 0",margin:"0px 0 0px",color:"#333",alignItems:"center",textAlign:"left",display:"flex",borderRadius:"0px",flexWrap:"wrap",background:"none",flex:"1",width:"auto",fontSize:"inherit",order:"1"}},[e.isAuth("guapaishenqing","新增")?t("el-button",{staticClass:"add",attrs:{type:"success"},on:{click:function(t){return e.addOrUpdateHandler()}}},[t("span",{staticClass:"icon iconfont icon-tianjia14",style:{margin:"0 2px",fontSize:"inherit",color:"inherit",display:"none"}}),e._v(" 新增 ")]):e._e(),e.isAuth("guapaishenqing","删除")?t("el-button",{staticClass:"del",attrs:{disabled:!e.dataListSelections.length,type:"danger"},on:{click:function(t){return e.deleteHandler()}}},[t("span",{staticClass:"icon iconfont icon-shanchu9",style:{margin:"0 2px",fontSize:"inherit",color:"inherit",display:"none"}}),e._v(" 删除 ")]):e._e(),e.isAuth("guapaishenqing","审核")?t("el-button",{staticClass:"btn18",attrs:{disabled:!e.dataListSelections.length,type:"success"},on:{click:function(t){return e.shBatchDialog()}}},[t("span",{staticClass:"icon iconfont icon-shenhe2",style:{margin:"0 2px",fontSize:"inherit",color:"inherit",display:"inline-block"}}),e._v(" 审核 ")]):e._e()],1)],1),t("div",{style:{padding:"20px",borderColor:"#f6f6f6",margin:"0 0 0px",borderRadius:"0 0 4px 4px",background:"rgba(255,255,255,1)",borderWidth:"0 2px 2px",width:"100%",borderStyle:"solid"}},[e.isAuth("guapaishenqing","查看")?t("el-table",{directives:[{name:"loading",rawName:"v-loading",value:e.dataListLoading,expression:"dataListLoading"}],staticClass:"tables",style:{padding:"0",borderColor:"#eee",color:"inherit",borderRadius:"0px",borderWidth:"0px 0px 0 0px",background:"none",width:"100%",fontSize:"inherit",borderStyle:"solid"},attrs:{stripe:!1,border:!0,data:e.dataList},on:{"selection-change":e.selectionChangeHandler}},[t("el-table-column",{attrs:{resizable:!0,type:"selection",align:"center",width:"50"}}),t("el-table-column",{attrs:{resizable:!0,sortable:!0,label:"序号",type:"index",width:"50"}}),t("el-table-column",{attrs:{resizable:!0,sortable:!0,prop:"zhanghao",label:"账号"},scopedSlots:e._u([{key:"default",fn:function(t){return[e._v(" "+e._s(t.row.zhanghao)+" ")]}}],null,!1,2757161441)}),t("el-table-column",{attrs:{resizable:!0,sortable:!0,prop:"xingming",label:"姓名"},scopedSlots:e._u([{key:"default",fn:function(t){return[e._v(" "+e._s(t.row.xingming)+" ")]}}],null,!1,1096791112)}),t("el-table-column",{attrs:{resizable:!0,sortable:!0,prop:"jiashizhenghao",label:"驾驶证号"},scopedSlots:e._u([{key:"default",fn:function(t){return[e._v(" "+e._s(t.row.jiashizhenghao)+" ")]}}],null,!1,1810102229)}),t("el-table-column",{attrs:{resizable:!0,sortable:!0,prop:"biaoti",label:"标题"},scopedSlots:e._u([{key:"default",fn:function(t){return[e._v(" "+e._s(t.row.biaoti)+" ")]}}],null,!1,4215464677)}),t("el-table-column",{attrs:{resizable:!0,sortable:!0,prop:"zhengmingcailiao",label:"证明材料"},scopedSlots:e._u([{key:"default",fn:function(a){return[a.row.zhengmingcailiao?t("el-button",{attrs:{type:"text",size:"small"},on:{click:function(t){return e.download(a.row.zhengmingcailiao)}}},[e._v("下载")]):t("span",[e._v("无")])]}}],null,!1,2106345958)}),t("el-table-column",{attrs:{resizable:!0,sortable:!0,prop:"shenqingshijian",label:"申请时间"},scopedSlots:e._u([{key:"default",fn:function(t){return[e._v(" "+e._s(t.row.shenqingshijian)+" ")]}}],null,!1,1744963042)}),t("el-table-column",{attrs:{resizable:!0,sortable:!0,prop:"yuangongzhanghao",label:"员工账号"},scopedSlots:e._u([{key:"default",fn:function(t){return[e._v(" "+e._s(t.row.yuangongzhanghao)+" ")]}}],null,!1,3349271683)}),t("el-table-column",{attrs:{resizable:!0,sortable:!0,prop:"yuangongxingming",label:"员工姓名"},scopedSlots:e._u([{key:"default",fn:function(t){return[e._v(" "+e._s(t.row.yuangongxingming)+" ")]}}],null,!1,4268580138)}),t("el-table-column",{attrs:{resizable:!0,sortable:!0,prop:"shhf",label:"审核回复","show-overflow-tooltip":""},scopedSlots:e._u([{key:"default",fn:function(a){return[t("div",{staticStyle:{"white-space":"nowrap"}},[e._v(e._s(a.row.shhf))])]}}],null,!1,988886012)}),t("el-table-column",{attrs:{resizable:!0,sortable:!0,prop:"sfsh",label:"审核状态"},scopedSlots:e._u([{key:"default",fn:function(a){return["否"==a.row.sfsh?t("el-tag",{attrs:{type:"danger"}},[e._v("未通过")]):e._e(),"待审核"==a.row.sfsh?t("el-tag",{attrs:{type:"warning"}},[e._v("待审核")]):e._e(),"是"==a.row.sfsh?t("el-tag",{attrs:{type:"success"}},[e._v("通过")]):e._e()]}}],null,!1,3672577349)}),t("el-table-column",{attrs:{width:"300",label:"操作"},scopedSlots:e._u([{key:"default",fn:function(a){return[e.isAuth("guapaishenqing","查看")?t("el-button",{staticClass:"view",attrs:{type:"success"},on:{click:function(t){return e.addOrUpdateHandler(a.row.id,"info")}}},[t("span",{staticClass:"icon iconfont icon-chakan8",style:{margin:"0 0 0 4px",fontSize:"inherit",color:"inherit",display:"none",height:"auto"}}),e._v(" 详情 ")]):e._e(),e.isAuth("guapaishenqing","发放牌照")?t("el-button",{staticClass:"btn8",attrs:{type:"success"},on:{click:function(t){return e.fafangpaizhaoCrossAddOrUpdateHandler(a.row,"cross","是","","[1]","请勿重复操作!")}}},[t("span",{staticClass:"icon iconfont icon-xihuan",style:{margin:"0 0 0 4px",fontSize:"inherit",color:"inherit",display:"none",height:"auto"}}),e._v(" 发放牌照 ")]):e._e(),e.isAuth("guapaishenqing","修改")&&"待审核"==a.row.sfsh?t("el-button",{staticClass:"edit",attrs:{type:"success"},on:{click:function(t){return e.addOrUpdateHandler(a.row.id)}}},[t("span",{staticClass:"icon iconfont icon-xiugai19",style:{margin:"0 0 0 4px",fontSize:"inherit",color:"inherit",display:"none",height:"auto"}}),e._v(" 更改 ")]):e._e(),e.isAuth("guapaishenqing","删除")?t("el-button",{staticClass:"del",attrs:{type:"primary"},on:{click:function(t){return e.deleteHandler(a.row.id)}}},[t("span",{staticClass:"icon iconfont icon-shanchu16",style:{margin:"0 0 0 4px",fontSize:"inherit",color:"inherit",display:"none",height:"auto"}}),e._v(" 移除 ")]):e._e()]}}],null,!1,3588356438)})],1):e._e()],1),t("el-pagination",{style:{border:"0px solid #dee2e6",padding:"10px 0",margin:"10px 0 0",whiteSpace:"nowrap",color:"inherit",textAlign:"center",background:"none",width:"100%",fontSize:"inherit",fontWeight:"500"},attrs:{"current-page":e.pageIndex,background:"","page-sizes":[10,50,100,200],"page-size":e.pageSize,layout:e.layouts.join(),total:e.totalPage,"prev-text":"上一页 ","next-text":"下一页 ","hide-on-single-page":!1},on:{"size-change":e.sizeChangeHandle,"current-change":e.currentChangeHandle}})]:e._e(),e.addOrUpdateFlag?t("add-or-update",{ref:"addOrUpdate",attrs:{parent:this}}):e._e(),e.fafangpaizhaoCrossAddOrUpdateFlag?t("fafangpaizhao-cross-add-or-update",{ref:"fafangpaizhaoCrossaddOrUpdate",attrs:{parent:this}}):e._e(),t("el-dialog",{attrs:{title:this.batchIds.length>1?"批量审核":"审核",visible:e.sfshBatchVisiable,width:"50%"},on:{"update:visible":function(t){e.sfshBatchVisiable=t}}},[t("el-form",{ref:"form",attrs:{model:e.form,"label-width":"80px"}},[t("el-form-item",{attrs:{label:"审核状态"}},[t("el-select",{attrs:{placeholder:"审核状态"},model:{value:e.shBatchForm.sfsh,callback:function(t){e.$set(e.shBatchForm,"sfsh",t)},expression:"shBatchForm.sfsh"}},[t("el-option",{attrs:{label:"通过",value:"是"}}),t("el-option",{attrs:{label:"不通过",value:"否"}}),t("el-option",{attrs:{label:"待审核",value:"待审核"}})],1)],1),t("el-form-item",{attrs:{label:"内容"}},[t("el-input",{attrs:{type:"textarea",rows:8},model:{value:e.shBatchForm.shhf,callback:function(t){e.$set(e.shBatchForm,"shhf",t)},expression:"shBatchForm.shhf"}})],1)],1),t("span",{staticClass:"dialog-footer",attrs:{slot:"footer"},slot:"footer"},[t("el-button",{on:{click:function(t){e.sfshBatchVisiable=!1}}},[e._v("取 消")]),t("el-button",{attrs:{type:"primary"},on:{click:e.shBatchHandler}},[e._v("确 定")])],1)],1)],2)},ia=[],na=function(){var e=this,t=e._self._c;return t("div",{staticClass:"addEdit-block",style:{minHeight:"calc(100vh - 200px)",padding:"0px 0 30px",margin:"0 auto",color:"#8e99a2",background:"none",width:"calc(100% - 0px)",fontSize:"14px",height:"100%"}},[t("el-form",{ref:"ruleForm",staticClass:"add-update-preview",style:{padding:"30px 5%",borderColor:"#f6f6f6",alignItems:"flex-start",borderRadius:"4px",flexWrap:"wrap",background:"rgba(255,255,255,.9)",borderWidth:"2px",display:"flex",fontSize:"inherit",borderStyle:"solid"},attrs:{model:e.ruleForm,rules:e.rules,"label-width":"200px"}},[["info"!=e.type?t("el-form-item",{staticClass:"input",style:{padding:"2px 0",margin:"0 auto 20px",color:"inherit",borderRadius:"4px",background:"none",width:"100%",fontSize:"inherit"},attrs:{label:"账号",prop:"zhanghao"}},[t("el-input",{attrs:{placeholder:"账号",clearable:"",readonly:e.ro.zhanghao},model:{value:e.ruleForm.zhanghao,callback:function(t){e.$set(e.ruleForm,"zhanghao",t)},expression:"ruleForm.zhanghao"}})],1):t("el-form-item",{staticClass:"input",style:{padding:"2px 0",margin:"0 auto 20px",color:"inherit",borderRadius:"4px",background:"none",width:"100%",fontSize:"inherit"},attrs:{label:"账号",prop:"zhanghao"}},[t("el-input",{attrs:{placeholder:"账号",readonly:""},model:{value:e.ruleForm.zhanghao,callback:function(t){e.$set(e.ruleForm,"zhanghao",t)},expression:"ruleForm.zhanghao"}})],1),"info"!=e.type?t("el-form-item",{staticClass:"input",style:{padding:"2px 0",margin:"0 auto 20px",color:"inherit",borderRadius:"4px",background:"none",width:"100%",fontSize:"inherit"},attrs:{label:"姓名",prop:"xingming"}},[t("el-input",{attrs:{placeholder:"姓名",clearable:"",readonly:e.ro.xingming},model:{value:e.ruleForm.xingming,callback:function(t){e.$set(e.ruleForm,"xingming",t)},expression:"ruleForm.xingming"}})],1):t("el-form-item",{staticClass:"input",style:{padding:"2px 0",margin:"0 auto 20px",color:"inherit",borderRadius:"4px",background:"none",width:"100%",fontSize:"inherit"},attrs:{label:"姓名",prop:"xingming"}},[t("el-input",{attrs:{placeholder:"姓名",readonly:""},model:{value:e.ruleForm.xingming,callback:function(t){e.$set(e.ruleForm,"xingming",t)},expression:"ruleForm.xingming"}})],1),"info"!=e.type?t("el-form-item",{staticClass:"input",style:{padding:"2px 0",margin:"0 auto 20px",color:"inherit",borderRadius:"4px",background:"none",width:"100%",fontSize:"inherit"},attrs:{label:"驾驶证号",prop:"jiashizhenghao"}},[t("el-input",{attrs:{placeholder:"驾驶证号",clearable:"",readonly:e.ro.jiashizhenghao},model:{value:e.ruleForm.jiashizhenghao,callback:function(t){e.$set(e.ruleForm,"jiashizhenghao",t)},expression:"ruleForm.jiashizhenghao"}})],1):t("el-form-item",{staticClass:"input",style:{padding:"2px 0",margin:"0 auto 20px",color:"inherit",borderRadius:"4px",background:"none",width:"100%",fontSize:"inherit"},attrs:{label:"驾驶证号",prop:"jiashizhenghao"}},[t("el-input",{attrs:{placeholder:"驾驶证号",readonly:""},model:{value:e.ruleForm.jiashizhenghao,callback:function(t){e.$set(e.ruleForm,"jiashizhenghao",t)},expression:"ruleForm.jiashizhenghao"}})],1),"info"!=e.type?t("el-form-item",{staticClass:"input",style:{padding:"2px 0",margin:"0 auto 20px",color:"inherit",borderRadius:"4px",background:"none",width:"100%",fontSize:"inherit"},attrs:{label:"标题",prop:"biaoti"}},[t("el-input",{attrs:{placeholder:"标题",clearable:"",readonly:e.ro.biaoti},model:{value:e.ruleForm.biaoti,callback:function(t){e.$set(e.ruleForm,"biaoti",t)},expression:"ruleForm.biaoti"}})],1):t("el-form-item",{staticClass:"input",style:{padding:"2px 0",margin:"0 auto 20px",color:"inherit",borderRadius:"4px",background:"none",width:"100%",fontSize:"inherit"},attrs:{label:"标题",prop:"biaoti"}},[t("el-input",{attrs:{placeholder:"标题",readonly:""},model:{value:e.ruleForm.biaoti,callback:function(t){e.$set(e.ruleForm,"biaoti",t)},expression:"ruleForm.biaoti"}})],1),"info"==e.type||e.ro.zhengmingcailiao?e.ruleForm.zhengmingcailiao?t("el-form-item",{style:{padding:"2px 0",margin:"0 auto 20px",color:"inherit",borderRadius:"4px",background:"none",width:"100%",fontSize:"inherit"},attrs:{label:"证明材料",prop:"zhengmingcailiao"}},[t("el-button",{style:{border:"1px solid #ced4da",cursor:"pointer",padding:"0 30px",margin:"0 20px 0 0",outline:"none",color:"inherit",borderRadius:"4px",background:"none",width:"auto",lineHeight:"36px",fontSize:"14px",height:"40px"},attrs:{type:"text",size:"small"},on:{click:function(t){return e.download(e.$base.url+e.ruleForm.zhengmingcailiao)}}},[e._v("下载")])],1):e.ruleForm.zhengmingcailiao?e._e():t("el-form-item",{style:{padding:"2px 0",margin:"0 auto 20px",color:"inherit",borderRadius:"4px",background:"none",width:"100%",fontSize:"inherit"},attrs:{label:"证明材料",prop:"zhengmingcailiao"}},[t("el-button",{style:{border:"1px solid #ced4da",cursor:"pointer",padding:"0 30px",margin:"0 20px 0 0",outline:"none",color:"inherit",borderRadius:"4px",background:"none",width:"auto",lineHeight:"36px",fontSize:"14px",height:"40px"},attrs:{type:"text",size:"small"}},[e._v("无")])],1):t("el-form-item",{staticClass:"upload",style:{padding:"2px 0",margin:"0 auto 20px",color:"inherit",borderRadius:"4px",background:"none",width:"100%",fontSize:"inherit"},attrs:{label:"证明材料",prop:"zhengmingcailiao"}},[t("file-upload",{attrs:{tip:"点击上传证明材料",action:"file/upload",limit:1,type:3,multiple:!0,fileUrls:e.ruleForm.zhengmingcailiao?e.ruleForm.zhengmingcailiao:""},on:{change:e.zhengmingcailiaoUploadChange}})],1),"info"!=e.type?t("el-form-item",{staticClass:"date",style:{padding:"2px 0",margin:"0 auto 20px",color:"inherit",borderRadius:"4px",background:"none",width:"100%",fontSize:"inherit"},attrs:{label:"申请时间",prop:"shenqingshijian"}},[t("el-date-picker",{attrs:{"value-format":"yyyy-MM-dd HH:mm:ss",type:"datetime",readonly:e.ro.shenqingshijian,placeholder:"申请时间"},model:{value:e.ruleForm.shenqingshijian,callback:function(t){e.$set(e.ruleForm,"shenqingshijian",t)},expression:"ruleForm.shenqingshijian"}})],1):e.ruleForm.shenqingshijian?t("el-form-item",{staticClass:"input",style:{padding:"2px 0",margin:"0 auto 20px",color:"inherit",borderRadius:"4px",background:"none",width:"100%",fontSize:"inherit"},attrs:{label:"申请时间",prop:"shenqingshijian"}},[t("el-input",{attrs:{placeholder:"申请时间",readonly:""},model:{value:e.ruleForm.shenqingshijian,callback:function(t){e.$set(e.ruleForm,"shenqingshijian",t)},expression:"ruleForm.shenqingshijian"}})],1):e._e(),"info"!=e.type?t("el-form-item",{staticClass:"select",style:{padding:"2px 0",margin:"0 auto 20px",color:"inherit",borderRadius:"4px",background:"none",width:"100%",fontSize:"inherit"},attrs:{label:"员工账号",prop:"yuangongzhanghao"}},[t("el-select",{attrs:{disabled:e.ro.yuangongzhanghao,placeholder:"请选择员工账号"},on:{change:e.yuangongzhanghaoChange},model:{value:e.ruleForm.yuangongzhanghao,callback:function(t){e.$set(e.ruleForm,"yuangongzhanghao",t)},expression:"ruleForm.yuangongzhanghao"}},e._l(e.yuangongzhanghaoOptions,(function(e,a){return t("el-option",{key:a,attrs:{label:e,value:e}})})),1)],1):e.ruleForm.yuangongzhanghao?t("el-form-item",{staticClass:"input",style:{padding:"2px 0",margin:"0 auto 20px",color:"inherit",borderRadius:"4px",background:"none",width:"100%",fontSize:"inherit"},attrs:{label:"员工账号",prop:"yuangongzhanghao"}},[t("el-input",{attrs:{placeholder:"员工账号",readonly:""},model:{value:e.ruleForm.yuangongzhanghao,callback:function(t){e.$set(e.ruleForm,"yuangongzhanghao",t)},expression:"ruleForm.yuangongzhanghao"}})],1):e._e(),"info"!=e.type?t("el-form-item",{staticClass:"input",style:{padding:"2px 0",margin:"0 auto 20px",color:"inherit",borderRadius:"4px",background:"none",width:"100%",fontSize:"inherit"},attrs:{label:"员工姓名",prop:"yuangongxingming"}},[t("el-input",{attrs:{placeholder:"员工姓名",clearable:"",readonly:e.ro.yuangongxingming},model:{value:e.ruleForm.yuangongxingming,callback:function(t){e.$set(e.ruleForm,"yuangongxingming",t)},expression:"ruleForm.yuangongxingming"}})],1):t("el-form-item",{staticClass:"input",style:{padding:"2px 0",margin:"0 auto 20px",color:"inherit",borderRadius:"4px",background:"none",width:"100%",fontSize:"inherit"},attrs:{label:"员工姓名",prop:"yuangongxingming"}},[t("el-input",{attrs:{placeholder:"员工姓名",readonly:""},model:{value:e.ruleForm.yuangongxingming,callback:function(t){e.$set(e.ruleForm,"yuangongxingming",t)},expression:"ruleForm.yuangongxingming"}})],1)],"info"!=e.type?t("el-form-item",{style:{padding:"2px 0",margin:"0 auto 20px",color:"inherit",borderRadius:"4px",background:"none",width:"100%",fontSize:"inherit"},attrs:{label:"申请内容",prop:"shenqingneirong"}},[t("editor",{staticClass:"editor",staticStyle:{"min-width":"200px","max-width":"600px"},attrs:{action:"file/upload"},model:{value:e.ruleForm.shenqingneirong,callback:function(t){e.$set(e.ruleForm,"shenqingneirong",t)},expression:"ruleForm.shenqingneirong"}})],1):e.ruleForm.shenqingneirong?t("el-form-item",{style:{padding:"2px 0",margin:"0 auto 20px",color:"inherit",borderRadius:"4px",background:"none",width:"100%",fontSize:"inherit"},attrs:{label:"申请内容",prop:"shenqingneirong"}},[t("span",{style:{fontSize:"14px",lineHeight:"40px",color:"inherit",fontWeight:"500",display:"inline-block"},domProps:{innerHTML:e._s(e.ruleForm.shenqingneirong)}})]):e._e(),t("el-form-item",{staticClass:"btn",style:{padding:"0",margin:"30px auto",alignItems:"center",textAlign:"center",background:"none",display:"flex",width:"60%",fontSize:"18px"}},["info"!=e.type?t("el-button",{staticClass:"btn3",attrs:{type:"success"},on:{click:e.onSubmit}},[t("span",{staticClass:"icon iconfont icon-tijiao16",style:{margin:"0 2px",fontSize:"inherit",color:"inherit",display:"none"}}),e._v(" 确定 ")]):e._e(),"info"!=e.type?t("el-button",{staticClass:"btn4",attrs:{type:"success"},on:{click:function(t){return e.back()}}},[t("span",{staticClass:"icon iconfont icon-quxiao09",style:{margin:"0 2px",fontSize:"inherit",color:"inherit",display:"none"}}),e._v(" 取消 ")]):e._e(),"info"==e.type?t("el-button",{staticClass:"btn5",attrs:{type:"success"},on:{click:function(t){return e.back()}}},[t("span",{staticClass:"icon iconfont icon-fanhui01",style:{margin:"0 2px",fontSize:"inherit",color:"inherit",display:"none"}}),e._v(" 返回 ")]):e._e()],1)],2)],1)},oa=[],ra={data:function(){return{id:"",type:"",ro:{zhanghao:!1,xingming:!1,jiashizhenghao:!1,biaoti:!1,zhengmingcailiao:!1,shenqingneirong:!1,shenqingshijian:!1,yuangongzhanghao:!1,yuangongxingming:!1,sfsh:!1,shhf:!1},ruleForm:{zhanghao:"",xingming:"",jiashizhenghao:"",biaoti:"",zhengmingcailiao:"",shenqingneirong:"",shenqingshijian:"",yuangongzhanghao:"",yuangongxingming:"",shhf:""},yuangongzhanghaoOptions:[],rules:{zhanghao:[],xingming:[],jiashizhenghao:[],biaoti:[],zhengmingcailiao:[],shenqingneirong:[],shenqingshijian:[],yuangongzhanghao:[],yuangongxingming:[],sfsh:[],shhf:[]}}},props:["parent"],computed:{},components:{},created:function(){this.ruleForm.shenqingshijian=this.getCurDateTime()},methods:{download:function(e){window.open("".concat(e))},init:function(e,t){var a=this;if(e&&(this.id=e,this.type=t),"info"==this.type||"else"==this.type)this.info(e);else if("logistics"==this.type)this.logistics=!1,this.info(e);else if("cross"==this.type){var i=this.$storage.getObj("crossObj");for(var n in i)"zhanghao"!=n?"xingming"!=n?"jiashizhenghao"!=n?"biaoti"!=n?"zhengmingcailiao"!=n?"shenqingneirong"!=n?"shenqingshijian"!=n?"yuangongzhanghao"!=n?"yuangongxingming"!=n||(this.ruleForm.yuangongxingming=i[n],this.ro.yuangongxingming=!0):(this.ruleForm.yuangongzhanghao=i[n],this.ro.yuangongzhanghao=!0):(this.ruleForm.shenqingshijian=i[n],this.ro.shenqingshijian=!0):(this.ruleForm.shenqingneirong=i[n],this.ro.shenqingneirong=!0):(this.ruleForm.zhengmingcailiao=i[n],this.ro.zhengmingcailiao=!0):(this.ruleForm.biaoti=i[n],this.ro.biaoti=!0):(this.ruleForm.jiashizhenghao=i[n],this.ro.jiashizhenghao=!0):(this.ruleForm.xingming=i[n],this.ro.xingming=!0):(this.ruleForm.zhanghao=i[n],this.ro.zhanghao=!0)}this.$http({url:"".concat(this.$storage.get("sessionTable"),"/session"),method:"get"}).then((function(e){var t=e.data;if(t&&0===t.code){var i=t.data;(""!=i.zhanghao&&i.zhanghao||0==i.zhanghao)&&"管理员"!=a.$storage.get("role")&&(a.ruleForm.zhanghao=i.zhanghao,a.ro.zhanghao=!0),(""!=i.xingming&&i.xingming||0==i.xingming)&&"管理员"!=a.$storage.get("role")&&(a.ruleForm.xingming=i.xingming,a.ro.xingming=!0),(""!=i.jiashizhenghao&&i.jiashizhenghao||0==i.jiashizhenghao)&&"管理员"!=a.$storage.get("role")&&(a.ruleForm.jiashizhenghao=i.jiashizhenghao,a.ro.jiashizhenghao=!0)}else a.$message.error(t.msg)})),this.$http({url:"option/gongzuorenyuan/yuangongzhanghao",method:"get"}).then((function(e){var t=e.data;t&&0===t.code?a.yuangongzhanghaoOptions=t.data:a.$message.error(t.msg)}))},yuangongzhanghaoChange:function(){var e=this;this.$http({url:"follow/gongzuorenyuan/yuangongzhanghao?columnValue="+this.ruleForm.yuangongzhanghao,method:"get"}).then((function(t){var a=t.data;a&&0===a.code?a.data.yuangongxingming&&(e.ruleForm.yuangongxingming=a.data.yuangongxingming):e.$message.error(a.msg)}))},info:function(e){var t=this;this.$http({url:"guapaishenqing/info/".concat(e),method:"get"}).then((function(e){var a=e.data;if(a&&0===a.code){t.ruleForm=a.data;var i=new RegExp("../../../upload","g");t.ruleForm.shenqingneirong=t.ruleForm.shenqingneirong.replace(i,"../../../springbootbv4939cb/upload")}else t.$message.error(a.msg)}))},onSubmit:function(){var e=this;null!=this.ruleForm.zhengmingcailiao&&(this.ruleForm.zhengmingcailiao=this.ruleForm.zhengmingcailiao.replace(new RegExp(this.$base.url,"g"),""));var t,a,i;this.$storage.getObj("crossObj");if("cross"==this.type){var n=this.$storage.get("statusColumnName"),o=this.$storage.get("statusColumnValue");if(""!=n){var r=this.$storage.getObj("crossObj");if(n&&!n.startsWith("[")){for(var s in r)s==n&&(r[s]=o);var l=this.$storage.get("crossTable");this.$http({url:"".concat(l,"/update"),method:"post",data:r}).then((function(e){e.data}))}else t=this.$storage.get("userid"),a=r["id"],i=this.$storage.get("statusColumnName"),i=i.replace(/\[/,"").replace(/\]/,"")}}this.$refs["ruleForm"].validate((function(n){if(n)if(a&&t){e.ruleForm.crossuserid=t,e.ruleForm.crossrefid=a;var o={page:1,limit:10,crossuserid:e.ruleForm.crossuserid,crossrefid:e.ruleForm.crossrefid};e.$http({url:"guapaishenqing/page",method:"get",params:o}).then((function(t){var a=t.data;if(a&&0===a.code){if(a.data.total>=i)return e.$message.error(e.$storage.get("tips")),!1;e.$http({url:"guapaishenqing/".concat(e.ruleForm.id?"update":"save"),method:"post",data:e.ruleForm}).then((function(t){var a=t.data;a&&0===a.code?e.$message({message:"操作成功",type:"success",duration:1500,onClose:function(){e.parent.showFlag=!0,e.parent.addOrUpdateFlag=!1,e.parent.guapaishenqingCrossAddOrUpdateFlag=!1,e.parent.search(),e.parent.contentStyleChange()}}):e.$message.error(a.msg)}))}}))}else e.$http({url:"guapaishenqing/".concat(e.ruleForm.id?"update":"save"),method:"post",data:e.ruleForm}).then((function(t){var a=t.data;a&&0===a.code?e.$message({message:"操作成功",type:"success",duration:1500,onClose:function(){e.parent.showFlag=!0,e.parent.addOrUpdateFlag=!1,e.parent.guapaishenqingCrossAddOrUpdateFlag=!1,e.parent.search(),e.parent.contentStyleChange()}}):e.$message.error(a.msg)}))}))},getUUID:function(){return(new Date).getTime()},back:function(){this.parent.showFlag=!0,this.parent.addOrUpdateFlag=!1,this.parent.guapaishenqingCrossAddOrUpdateFlag=!1,this.parent.contentStyleChange()},zhengmingcailiaoUploadChange:function(e){this.ruleForm.zhengmingcailiao=e}}},sa=ra,la=(a("4b0d"),Object(m["a"])(sa,na,oa,!1,null,"2b8509ba",null)),ca=la.exports,ua=function(){var e=this,t=e._self._c;return t("div",{staticClass:"addEdit-block",style:{minHeight:"calc(100vh - 200px)",padding:"0px 0 30px",margin:"0 auto",color:"#8e99a2",background:"none",width:"calc(100% - 0px)",fontSize:"14px",height:"100%"}},[t("el-form",{ref:"ruleForm",staticClass:"add-update-preview",style:{padding:"30px 5%",borderColor:"#f6f6f6",alignItems:"flex-start",borderRadius:"4px",flexWrap:"wrap",background:"rgba(255,255,255,.9)",borderWidth:"2px",display:"flex",fontSize:"inherit",borderStyle:"solid"},attrs:{model:e.ruleForm,rules:e.rules,"label-width":"200px"}},[["info"!=e.type?t("el-form-item",{staticClass:"input",style:{padding:"2px 0",margin:"0 auto 20px",color:"inherit",borderRadius:"4px",background:"none",width:"100%",fontSize:"inherit"},attrs:{label:"账号",prop:"zhanghao"}},[t("el-input",{attrs:{placeholder:"账号",clearable:"",readonly:e.ro.zhanghao},model:{value:e.ruleForm.zhanghao,callback:function(t){e.$set(e.ruleForm,"zhanghao",t)},expression:"ruleForm.zhanghao"}})],1):t("el-form-item",{staticClass:"input",style:{padding:"2px 0",margin:"0 auto 20px",color:"inherit",borderRadius:"4px",background:"none",width:"100%",fontSize:"inherit"},attrs:{label:"账号",prop:"zhanghao"}},[t("el-input",{attrs:{placeholder:"账号",readonly:""},model:{value:e.ruleForm.zhanghao,callback:function(t){e.$set(e.ruleForm,"zhanghao",t)},expression:"ruleForm.zhanghao"}})],1),"info"!=e.type?t("el-form-item",{staticClass:"input",style:{padding:"2px 0",margin:"0 auto 20px",color:"inherit",borderRadius:"4px",background:"none",width:"100%",fontSize:"inherit"},attrs:{label:"姓名",prop:"xingming"}},[t("el-input",{attrs:{placeholder:"姓名",clearable:"",readonly:e.ro.xingming},model:{value:e.ruleForm.xingming,callback:function(t){e.$set(e.ruleForm,"xingming",t)},expression:"ruleForm.xingming"}})],1):t("el-form-item",{staticClass:"input",style:{padding:"2px 0",margin:"0 auto 20px",color:"inherit",borderRadius:"4px",background:"none",width:"100%",fontSize:"inherit"},attrs:{label:"姓名",prop:"xingming"}},[t("el-input",{attrs:{placeholder:"姓名",readonly:""},model:{value:e.ruleForm.xingming,callback:function(t){e.$set(e.ruleForm,"xingming",t)},expression:"ruleForm.xingming"}})],1),"info"!=e.type?t("el-form-item",{staticClass:"input",style:{padding:"2px 0",margin:"0 auto 20px",color:"inherit",borderRadius:"4px",background:"none",width:"100%",fontSize:"inherit"},attrs:{label:"驾驶证号",prop:"jiashizhenghao"}},[t("el-input",{attrs:{placeholder:"驾驶证号",clearable:"",readonly:e.ro.jiashizhenghao},model:{value:e.ruleForm.jiashizhenghao,callback:function(t){e.$set(e.ruleForm,"jiashizhenghao",t)},expression:"ruleForm.jiashizhenghao"}})],1):t("el-form-item",{staticClass:"input",style:{padding:"2px 0",margin:"0 auto 20px",color:"inherit",borderRadius:"4px",background:"none",width:"100%",fontSize:"inherit"},attrs:{label:"驾驶证号",prop:"jiashizhenghao"}},[t("el-input",{attrs:{placeholder:"驾驶证号",readonly:""},model:{value:e.ruleForm.jiashizhenghao,callback:function(t){e.$set(e.ruleForm,"jiashizhenghao",t)},expression:"ruleForm.jiashizhenghao"}})],1),"info"!=e.type?t("el-form-item",{staticClass:"input",style:{padding:"2px 0",margin:"0 auto 20px",color:"inherit",borderRadius:"4px",background:"none",width:"100%",fontSize:"inherit"},attrs:{label:"车牌号",prop:"chepaihao"}},[t("el-input",{attrs:{placeholder:"车牌号",clearable:"",readonly:e.ro.chepaihao},model:{value:e.ruleForm.chepaihao,callback:function(t){e.$set(e.ruleForm,"chepaihao",t)},expression:"ruleForm.chepaihao"}})],1):t("el-form-item",{staticClass:"input",style:{padding:"2px 0",margin:"0 auto 20px",color:"inherit",borderRadius:"4px",background:"none",width:"100%",fontSize:"inherit"},attrs:{label:"车牌号",prop:"chepaihao"}},[t("el-input",{attrs:{placeholder:"车牌号",readonly:""},model:{value:e.ruleForm.chepaihao,callback:function(t){e.$set(e.ruleForm,"chepaihao",t)},expression:"ruleForm.chepaihao"}})],1),"info"!=e.type?t("el-form-item",{staticClass:"date",style:{padding:"2px 0",margin:"0 auto 20px",color:"inherit",borderRadius:"4px",background:"none",width:"100%",fontSize:"inherit"},attrs:{label:"发放时间",prop:"fafangshijian"}},[t("el-date-picker",{attrs:{"value-format":"yyyy-MM-dd HH:mm:ss",type:"datetime",readonly:e.ro.fafangshijian,placeholder:"发放时间"},model:{value:e.ruleForm.fafangshijian,callback:function(t){e.$set(e.ruleForm,"fafangshijian",t)},expression:"ruleForm.fafangshijian"}})],1):e.ruleForm.fafangshijian?t("el-form-item",{staticClass:"input",style:{padding:"2px 0",margin:"0 auto 20px",color:"inherit",borderRadius:"4px",background:"none",width:"100%",fontSize:"inherit"},attrs:{label:"发放时间",prop:"fafangshijian"}},[t("el-input",{attrs:{placeholder:"发放时间",readonly:""},model:{value:e.ruleForm.fafangshijian,callback:function(t){e.$set(e.ruleForm,"fafangshijian",t)},expression:"ruleForm.fafangshijian"}})],1):e._e(),"info"!=e.type?t("el-form-item",{staticClass:"select",style:{padding:"2px 0",margin:"0 auto 20px",color:"inherit",borderRadius:"4px",background:"none",width:"100%",fontSize:"inherit"},attrs:{label:"员工账号",prop:"yuangongzhanghao"}},[t("el-select",{attrs:{disabled:e.ro.yuangongzhanghao,placeholder:"请选择员工账号"},on:{change:e.yuangongzhanghaoChange},model:{value:e.ruleForm.yuangongzhanghao,callback:function(t){e.$set(e.ruleForm,"yuangongzhanghao",t)},expression:"ruleForm.yuangongzhanghao"}},e._l(e.yuangongzhanghaoOptions,(function(e,a){return t("el-option",{key:a,attrs:{label:e,value:e}})})),1)],1):e.ruleForm.yuangongzhanghao?t("el-form-item",{staticClass:"input",style:{padding:"2px 0",margin:"0 auto 20px",color:"inherit",borderRadius:"4px",background:"none",width:"100%",fontSize:"inherit"},attrs:{label:"员工账号",prop:"yuangongzhanghao"}},[t("el-input",{attrs:{placeholder:"员工账号",readonly:""},model:{value:e.ruleForm.yuangongzhanghao,callback:function(t){e.$set(e.ruleForm,"yuangongzhanghao",t)},expression:"ruleForm.yuangongzhanghao"}})],1):e._e(),"info"!=e.type?t("el-form-item",{staticClass:"input",style:{padding:"2px 0",margin:"0 auto 20px",color:"inherit",borderRadius:"4px",background:"none",width:"100%",fontSize:"inherit"},attrs:{label:"员工姓名",prop:"yuangongxingming"}},[t("el-input",{attrs:{placeholder:"员工姓名",clearable:"",readonly:e.ro.yuangongxingming},model:{value:e.ruleForm.yuangongxingming,callback:function(t){e.$set(e.ruleForm,"yuangongxingming",t)},expression:"ruleForm.yuangongxingming"}})],1):t("el-form-item",{staticClass:"input",style:{padding:"2px 0",margin:"0 auto 20px",color:"inherit",borderRadius:"4px",background:"none",width:"100%",fontSize:"inherit"},attrs:{label:"员工姓名",prop:"yuangongxingming"}},[t("el-input",{attrs:{placeholder:"员工姓名",readonly:""},model:{value:e.ruleForm.yuangongxingming,callback:function(t){e.$set(e.ruleForm,"yuangongxingming",t)},expression:"ruleForm.yuangongxingming"}})],1)],t("el-form-item",{staticClass:"btn",style:{padding:"0",margin:"30px auto",alignItems:"center",textAlign:"center",background:"none",display:"flex",width:"60%",fontSize:"18px"}},["info"!=e.type?t("el-button",{staticClass:"btn3",attrs:{type:"success"},on:{click:e.onSubmit}},[t("span",{staticClass:"icon iconfont icon-tijiao16",style:{margin:"0 2px",fontSize:"inherit",color:"inherit",display:"none"}}),e._v(" 确定 ")]):e._e(),"info"!=e.type?t("el-button",{staticClass:"btn4",attrs:{type:"success"},on:{click:function(t){return e.back()}}},[t("span",{staticClass:"icon iconfont icon-quxiao09",style:{margin:"0 2px",fontSize:"inherit",color:"inherit",display:"none"}}),e._v(" 取消 ")]):e._e(),"info"==e.type?t("el-button",{staticClass:"btn5",attrs:{type:"success"},on:{click:function(t){return e.back()}}},[t("span",{staticClass:"icon iconfont icon-fanhui01",style:{margin:"0 2px",fontSize:"inherit",color:"inherit",display:"none"}}),e._v(" 返回 ")]):e._e()],1)],2)],1)},da=[],ha={data:function(){return{id:"",type:"",ro:{zhanghao:!1,xingming:!1,jiashizhenghao:!1,chepaihao:!1,fafangshijian:!1,yuangongzhanghao:!1,yuangongxingming:!1,crossuserid:!1,crossrefid:!1},ruleForm:{zhanghao:"",xingming:"",jiashizhenghao:"",chepaihao:"",fafangshijian:"",yuangongzhanghao:"",yuangongxingming:"",crossuserid:"",crossrefid:""},yuangongzhanghaoOptions:[],rules:{zhanghao:[],xingming:[],jiashizhenghao:[],chepaihao:[{required:!0,message:"车牌号不能为空",trigger:"blur"}],fafangshijian:[],yuangongzhanghao:[],yuangongxingming:[],crossuserid:[],crossrefid:[]}}},props:["parent"],computed:{},components:{},created:function(){this.ruleForm.fafangshijian=this.getCurDateTime()},methods:{download:function(e){window.open("".concat(e))},init:function(e,t){var a=this;if(e&&(this.id=e,this.type=t),"info"==this.type||"else"==this.type)this.info(e);else if("logistics"==this.type)this.logistics=!1,this.info(e);else if("cross"==this.type){var i=this.$storage.getObj("crossObj");for(var n in i)"zhanghao"!=n?"xingming"!=n?"jiashizhenghao"!=n?"chepaihao"!=n?"fafangshijian"!=n?"yuangongzhanghao"!=n?"yuangongxingming"!=n?"crossuserid"!=n?"crossrefid"!=n||(this.ruleForm.crossrefid=i[n],this.ro.crossrefid=!0):(this.ruleForm.crossuserid=i[n],this.ro.crossuserid=!0):(this.ruleForm.yuangongxingming=i[n],this.ro.yuangongxingming=!0):(this.ruleForm.yuangongzhanghao=i[n],this.ro.yuangongzhanghao=!0):(this.ruleForm.fafangshijian=i[n],this.ro.fafangshijian=!0):(this.ruleForm.chepaihao=i[n],this.ro.chepaihao=!0):(this.ruleForm.jiashizhenghao=i[n],this.ro.jiashizhenghao=!0):(this.ruleForm.xingming=i[n],this.ro.xingming=!0):(this.ruleForm.zhanghao=i[n],this.ro.zhanghao=!0)}this.$http({url:"".concat(this.$storage.get("sessionTable"),"/session"),method:"get"}).then((function(e){var t=e.data;if(t&&0===t.code){var i=t.data;(""!=i.zhanghao&&i.zhanghao||0==i.zhanghao)&&"管理员"!=a.$storage.get("role")&&(a.ruleForm.zhanghao=i.zhanghao,a.ro.zhanghao=!0),(""!=i.xingming&&i.xingming||0==i.xingming)&&"管理员"!=a.$storage.get("role")&&(a.ruleForm.xingming=i.xingming,a.ro.xingming=!0)}else a.$message.error(t.msg)})),this.$http({url:"option/gongzuorenyuan/yuangongzhanghao",method:"get"}).then((function(e){var t=e.data;t&&0===t.code?a.yuangongzhanghaoOptions=t.data:a.$message.error(t.msg)}))},yuangongzhanghaoChange:function(){var e=this;this.$http({url:"follow/gongzuorenyuan/yuangongzhanghao?columnValue="+this.ruleForm.yuangongzhanghao,method:"get"}).then((function(t){var a=t.data;a&&0===a.code?a.data.yuangongxingming&&(e.ruleForm.yuangongxingming=a.data.yuangongxingming):e.$message.error(a.msg)}))},info:function(e){var t=this;this.$http({url:"fafangpaizhao/info/".concat(e),method:"get"}).then((function(e){var a=e.data;if(a&&0===a.code){t.ruleForm=a.data;new RegExp("../../../upload","g")}else t.$message.error(a.msg)}))},onSubmit:function(){var e,t,a,i=this;this.$storage.getObj("crossObj");if("cross"==this.type){var n=this.$storage.get("statusColumnName"),o=this.$storage.get("statusColumnValue");if(""!=n){var r=this.$storage.getObj("crossObj");if(n&&!n.startsWith("[")){for(var s in r)s==n&&(r[s]=o);var l=this.$storage.get("crossTable");this.$http({url:"".concat(l,"/update"),method:"post",data:r}).then((function(e){e.data}))}else e=this.$storage.get("userid"),t=r["id"],a=this.$storage.get("statusColumnName"),a=a.replace(/\[/,"").replace(/\]/,"")}}this.$refs["ruleForm"].validate((function(n){if(n)if(t&&e){i.ruleForm.crossuserid=e,i.ruleForm.crossrefid=t;var o={page:1,limit:10,crossuserid:i.ruleForm.crossuserid,crossrefid:i.ruleForm.crossrefid};i.$http({url:"fafangpaizhao/page",method:"get",params:o}).then((function(e){var t=e.data;if(t&&0===t.code){if(t.data.total>=a)return i.$message.error(i.$storage.get("tips")),!1;i.$http({url:"fafangpaizhao/".concat(i.ruleForm.id?"update":"save"),method:"post",data:i.ruleForm}).then((function(e){var t=e.data;t&&0===t.code?i.$message({message:"操作成功",type:"success",duration:1500,onClose:function(){i.parent.showFlag=!0,i.parent.addOrUpdateFlag=!1,i.parent.fafangpaizhaoCrossAddOrUpdateFlag=!1,i.parent.search(),i.parent.contentStyleChange()}}):i.$message.error(t.msg)}))}}))}else i.$http({url:"fafangpaizhao/".concat(i.ruleForm.id?"update":"save"),method:"post",data:i.ruleForm}).then((function(e){var t=e.data;t&&0===t.code?i.$message({message:"操作成功",type:"success",duration:1500,onClose:function(){i.parent.showFlag=!0,i.parent.addOrUpdateFlag=!1,i.parent.fafangpaizhaoCrossAddOrUpdateFlag=!1,i.parent.search(),i.parent.contentStyleChange()}}):i.$message.error(t.msg)}))}))},getUUID:function(){return(new Date).getTime()},back:function(){this.parent.showFlag=!0,this.parent.addOrUpdateFlag=!1,this.parent.fafangpaizhaoCrossAddOrUpdateFlag=!1,this.parent.contentStyleChange()}}},ga=ha,pa=(a("6fd7"),Object(m["a"])(ga,ua,da,!1,null,"2a82c071",null)),ma=pa.exports,fa={data:function(){return{searchForm:{key:""},form:{},sfshOptions:[],dataList:[],pageIndex:1,pageSize:10,totalPage:0,dataListLoading:!1,dataListSelections:[],showFlag:!0,sfshVisiable:!1,shForm:{},sfshBatchVisiable:!1,shBatchForm:{sfsh:"",shhf:""},batchIds:[],chartVisiable:!1,chartVisiable1:!1,chartVisiable2:!1,chartVisiable3:!1,chartVisiable4:!1,chartVisiable5:!1,addOrUpdateFlag:!1,fafangpaizhaoCrossAddOrUpdateFlag:!1,layouts:["prev","pager","next"]}},created:function(){this.init(),this.getDataList(),this.contentStyleChange()},mounted:function(){},filters:{htmlfilter:function(e){return e.replace(/<[^>]*>/g).replace(/undefined/g,"")}},computed:{tablename:function(){return this.$storage.get("sessionTable")}},components:{AddOrUpdate:ca,fafangpaizhaoCrossAddOrUpdate:ma},methods:{contentStyleChange:function(){this.contentPageStyleChange()},contentPageStyleChange:function(){},fafangpaizhaoCrossAddOrUpdateHandler:function(e,t,a,i,n,o,r){var s=this;if("是"!=a||"是"==e.sfsh){if(this.showFlag=!1,this.addOrUpdateFlag=!1,this.fafangpaizhaoCrossAddOrUpdateFlag=!0,this.$storage.set("crossObj",e),this.$storage.set("crossTable","guapaishenqing"),this.$storage.set("statusColumnName",n),this.$storage.set("statusColumnValue",r),this.$storage.set("tips",o),""!=n&&!n.startsWith("[")){var l=this.$storage.getObj("crossObj");for(var c in l)if(c==n&&l[c]==r)return this.$message({message:o,type:"success",duration:1500,onClose:function(){s.getDataList()}}),this.showFlag=!0,void(this.fafangpaizhaoCrossAddOrUpdateFlag=!1)}this.$nextTick((function(){s.$refs.fafangpaizhaoCrossaddOrUpdate.init(e.id,t)}))}else this.$message({message:"请审核通过后再操作",type:"success",duration:1500,onClose:function(){}})},init:function(){this.sfshOptions="是,否,待审核".split(",")},search:function(){this.pageIndex=1,this.getDataList()},getDataList:function(){var e=this;this.dataListLoading=!0;var t={page:this.pageIndex,limit:this.pageSize,sort:"id",order:"desc"};""!=this.searchForm.biaoti&&void 0!=this.searchForm.biaoti&&(t["biaoti"]="%"+this.searchForm.biaoti+"%"),""!=this.searchForm.sfsh&&void 0!=this.searchForm.sfsh&&(t["sfsh"]=this.searchForm.sfsh);var a=JSON.parse(this.$storage.getObj("userForm"));console.log(a),this.$http({url:"guapaishenqing/page",method:"get",params:t}).then((function(t){var a=t.data;a&&0===a.code?(e.dataList=a.data.list,e.totalPage=a.data.total):(e.dataList=[],e.totalPage=0),e.dataListLoading=!1}))},sizeChangeHandle:function(e){this.pageSize=e,this.pageIndex=1,this.getDataList()},currentChangeHandle:function(e){this.pageIndex=e,this.getDataList()},selectionChangeHandler:function(e){this.dataListSelections=e},addOrUpdateHandler:function(e,t){var a=this;this.showFlag=!1,this.addOrUpdateFlag=!0,this.crossAddOrUpdateFlag=!1,"info"!=t&&(t="else"),this.$nextTick((function(){a.$refs.addOrUpdate.init(e,t)}))},shBatchDialog:function(){for(var e in this.dataListSelections){if(this.dataListSelections[e].sfsh&&"待审核"!=this.dataListSelections[e].sfsh)return this.$message.error("存在已审核数据,不能批量审核"),this.batchIds=[],!1;this.batchIds.push(this.dataListSelections[e].id)}this.sfshBatchVisiable=!0},shBatchHandler:function(){var e=this;this.$confirm("是否".concat(this.batchIds.length>1?"一键审核":"审核","选中数据?"),"提示",{confirmButtonText:"确定",cancelButtonText:"取消",type:"warning"}).then((function(){e.$http({url:"guapaishenqing/shBatch?sfsh="+e.shBatchForm.sfsh+"&shhf="+e.shBatchForm.shhf,method:"post",data:e.batchIds}).then((function(t){var a=t.data;a&&0===a.code?e.$message({message:"操作成功",type:"success",duration:1500,onClose:function(){e.getDataList(),e.sfshBatchVisiable=!1,e.batchIds=[]}}):e.$message.error(a.msg)}))}))},download:function(e){var t=this,a=e.replace(new RegExp("upload/","g"),"");c.a.get(this.$base.url+"file/download?fileName="+a,{headers:{token:this.$storage.get("Token")},responseType:"blob"}).then((function(e){var t=e.data,i=[];i.push(t);var n=window.URL.createObjectURL(new Blob(i,{type:"application/pdf;chartset=UTF-8"})),o=document.createElement("a");o.href=n,o.download=a,o.dispatchEvent(new MouseEvent("click",{bubbles:!0,cancelable:!0,view:window})),window.URL.revokeObjectURL(t)}),(function(e){c.a.get((location.href.split(t.$base.name).length>1?location.href.split(t.$base.name)[0]:"")+t.$base.name+"/file/download?fileName="+a,{headers:{token:t.$storage.get("Token")},responseType:"blob"}).then((function(e){var t=e.data,i=[];i.push(t);var n=window.URL.createObjectURL(new Blob(i,{type:"application/pdf;chartset=UTF-8"})),o=document.createElement("a");o.href=n,o.download=a,o.dispatchEvent(new MouseEvent("click",{bubbles:!0,cancelable:!0,view:window})),window.URL.revokeObjectURL(t)}))}))},preClick:function(e){if(!e)return!1;window.open(location.href.split(this.$base.name).length>1?location.href.split(this.$base.name)[0]+this.$base.name+"/"+e:this.$base.url+e)},guapaishenqingstatusChange:function(e,t){var a=this;0==t.status&&(t.passwordwrongnum=0),this.$http({url:"guapaishenqing/update",method:"post",data:t}).then((function(e){1==t.status?a.$message.error("该用户已锁定"):a.$message.success("该用户已解除锁定")}))},deleteHandler:function(e){var t=this;return Object(r["a"])(Object(o["a"])().mark((function a(){var i;return Object(o["a"])().wrap((function(a){while(1)switch(a.prev=a.next){case 0:return i=e?[Number(e)]:t.dataListSelections.map((function(e){return Number(e.id)})),a.next=3,t.$confirm("确定进行[".concat(e?"删除":"批量删除","]操作?"),"提示",{confirmButtonText:"确定",cancelButtonText:"取消",type:"warning"}).then(Object(r["a"])(Object(o["a"])().mark((function e(){return Object(o["a"])().wrap((function(e){while(1)switch(e.prev=e.next){case 0:return e.next=2,t.$http({url:"guapaishenqing/delete",method:"post",data:i}).then(function(){var e=Object(r["a"])(Object(o["a"])().mark((function e(a){var i;return Object(o["a"])().wrap((function(e){while(1)switch(e.prev=e.next){case 0:i=a.data,i&&0===i.code?t.$message({message:"操作成功",type:"success",duration:1500,onClose:function(){t.search()}}):t.$message.error(i.msg);case 2:case"end":return e.stop()}}),e)})));return function(t){return e.apply(this,arguments)}}());case 2:case"end":return e.stop()}}),e)}))));case 3:case"end":return a.stop()}}),a)})))()}}},ba=fa,xa=(a("3202"),Object(m["a"])(ba,aa,ia,!1,null,"74f1b30c",null)),ya=xa.exports,Aa=function(){var e=this,t=e._self._c;return t("div",{staticClass:"main-content",style:{minHeight:"calc(100vh - 200px)",padding:"0px 5%",margin:"0 auto",color:"#666",background:"none",width:"calc(100% - 0px)",fontSize:"14px",height:"100%"}},[e.showFlag?[t("el-form",{staticClass:"center-form-pv",style:{padding:"20px 20px 0",boxShadow:"0 2px 3px 0px rgba(100,100,100,.05)",margin:"0 0 0px",borderColor:"#f6f6f6",display:"flex",justifyContent:"center",minHeight:"100px",overflow:"hidden",borderRadius:"4px 4px 0 0",flexWrap:"wrap",background:"#fff",borderWidth:"2px 2px 0",fontSize:"inherit",borderStyle:"solid"},attrs:{inline:!0,model:e.searchForm}},[t("el-row",{style:{padding:"0px",boxShadow:"0 0px 0px 0px rgba(115,108,203,.23)",margin:"0 0px 0px 0",borderRadius:"0px",alignItems:"center",background:"none",display:"flex",width:"auto",fontSize:"inherit",justifyContent:"flex-end",order:"2"}},[t("div",{style:{margin:"0 10px 0 0",fontSize:"inherit",display:"inline-block"}},[t("label",{staticClass:"item-label",style:{margin:"0 10px 0 0",color:"inherit",display:"inline-block",lineHeight:"34px",fontSize:"inherit",fontWeight:"500",height:"34px"}},[e._v("账号")]),t("el-input",{attrs:{placeholder:"账号",clearable:""},nativeOn:{keydown:function(t){return!t.type.indexOf("key")&&e._k(t.keyCode,"enter",13,t.key,"Enter")?null:e.search()}},model:{value:e.searchForm.zhanghao,callback:function(t){e.$set(e.searchForm,"zhanghao",t)},expression:"searchForm.zhanghao"}})],1),t("div",{style:{margin:"0 10px 0 0",fontSize:"inherit",display:"inline-block"}},[t("label",{staticClass:"item-label",style:{margin:"0 10px 0 0",color:"inherit",display:"inline-block",lineHeight:"34px",fontSize:"inherit",fontWeight:"500",height:"34px"}},[e._v("姓名")]),t("el-input",{attrs:{placeholder:"姓名",clearable:""},nativeOn:{keydown:function(t){return!t.type.indexOf("key")&&e._k(t.keyCode,"enter",13,t.key,"Enter")?null:e.search()}},model:{value:e.searchForm.xingming,callback:function(t){e.$set(e.searchForm,"xingming",t)},expression:"searchForm.xingming"}})],1),t("div",{staticClass:"select",style:{margin:"0 10px 0 0",fontSize:"inherit",display:"inline-block"},attrs:{label:"性别",prop:"xingbie"}},[t("label",{staticClass:"item-label",style:{margin:"0 10px 0 0",color:"inherit",display:"inline-block",lineHeight:"34px",fontSize:"inherit",fontWeight:"500",height:"34px"}},[e._v("性别")]),t("el-select",{attrs:{clearable:"",placeholder:"请选择性别"},model:{value:e.searchForm.xingbie,callback:function(t){e.$set(e.searchForm,"xingbie",t)},expression:"searchForm.xingbie"}},e._l(e.xingbieOptions,(function(e,a){return t("el-option",{key:a,attrs:{label:e,value:e}})})),1)],1),t("el-button",{staticClass:"search",attrs:{type:"success"},on:{click:function(t){return e.search()}}},[t("span",{staticClass:"icon iconfont icon-chakan18",style:{margin:"0 2px",fontSize:"18px",color:"#00acc1",display:"inline-block",height:"auto"}}),e._v(" 查询 ")])],1),t("el-row",{staticClass:"actions",style:{boxShadow:"0 0px 0px 0px rgba(115,108,203,.23)",padding:"0 20px 0 0",margin:"0px 0 0px",color:"#333",alignItems:"center",textAlign:"left",display:"flex",borderRadius:"0px",flexWrap:"wrap",background:"none",flex:"1",width:"auto",fontSize:"inherit",order:"1"}},[e.isAuth("jiashiyuan","新增")?t("el-button",{staticClass:"add",attrs:{type:"success"},on:{click:function(t){return e.addOrUpdateHandler()}}},[t("span",{staticClass:"icon iconfont icon-tianjia14",style:{margin:"0 2px",fontSize:"inherit",color:"inherit",display:"none"}}),e._v(" 新增 ")]):e._e(),e.isAuth("jiashiyuan","删除")?t("el-button",{staticClass:"del",attrs:{disabled:!e.dataListSelections.length,type:"danger"},on:{click:function(t){return e.deleteHandler()}}},[t("span",{staticClass:"icon iconfont icon-shanchu9",style:{margin:"0 2px",fontSize:"inherit",color:"inherit",display:"none"}}),e._v(" 删除 ")]):e._e()],1)],1),t("div",{style:{padding:"20px",borderColor:"#f6f6f6",margin:"0 0 0px",borderRadius:"0 0 4px 4px",background:"rgba(255,255,255,1)",borderWidth:"0 2px 2px",width:"100%",borderStyle:"solid"}},[e.isAuth("jiashiyuan","查看")?t("el-table",{directives:[{name:"loading",rawName:"v-loading",value:e.dataListLoading,expression:"dataListLoading"}],staticClass:"tables",style:{padding:"0",borderColor:"#eee",color:"inherit",borderRadius:"0px",borderWidth:"0px 0px 0 0px",background:"none",width:"100%",fontSize:"inherit",borderStyle:"solid"},attrs:{stripe:!1,border:!0,data:e.dataList},on:{"selection-change":e.selectionChangeHandler}},[t("el-table-column",{attrs:{resizable:!0,type:"selection",align:"center",width:"50"}}),t("el-table-column",{attrs:{resizable:!0,sortable:!0,label:"序号",type:"index",width:"50"}}),t("el-table-column",{attrs:{resizable:!0,sortable:!0,prop:"zhanghao",label:"账号"},scopedSlots:e._u([{key:"default",fn:function(t){return[e._v(" "+e._s(t.row.zhanghao)+" ")]}}],null,!1,2757161441)}),t("el-table-column",{attrs:{resizable:!0,sortable:!0,prop:"xingming",label:"姓名"},scopedSlots:e._u([{key:"default",fn:function(t){return[e._v(" "+e._s(t.row.xingming)+" ")]}}],null,!1,1096791112)}),t("el-table-column",{attrs:{resizable:!0,sortable:!0,prop:"xingbie",label:"性别"},scopedSlots:e._u([{key:"default",fn:function(t){return[e._v(" "+e._s(t.row.xingbie)+" ")]}}],null,!1,224366571)}),t("el-table-column",{attrs:{resizable:!0,sortable:!0,prop:"shouji",label:"手机"},scopedSlots:e._u([{key:"default",fn:function(t){return[e._v(" "+e._s(t.row.shouji)+" ")]}}],null,!1,1642124447)}),t("el-table-column",{attrs:{resizable:!0,sortable:!0,prop:"shenfenzheng",label:"身份证"},scopedSlots:e._u([{key:"default",fn:function(t){return[e._v(" "+e._s(t.row.shenfenzheng)+" ")]}}],null,!1,2194797182)}),t("el-table-column",{attrs:{resizable:!0,sortable:!0,prop:"chushengriqi",label:"出生日期"},scopedSlots:e._u([{key:"default",fn:function(t){return[e._v(" "+e._s(t.row.chushengriqi)+" ")]}}],null,!1,3844361719)}),t("el-table-column",{attrs:{resizable:!0,sortable:!0,prop:"jiashizhenghao",label:"驾驶证号"},scopedSlots:e._u([{key:"default",fn:function(t){return[e._v(" "+e._s(t.row.jiashizhenghao)+" ")]}}],null,!1,1810102229)}),t("el-table-column",{attrs:{resizable:!0,sortable:!0,prop:"touxiang",width:"200",label:"头像"},scopedSlots:e._u([{key:"default",fn:function(a){return[a.row.touxiang?t("div",["http"==a.row.touxiang.substring(0,4)?t("img",{staticStyle:{"object-fit":"cover"},attrs:{src:a.row.touxiang.split(",")[0],width:"100",height:"100"}}):t("img",{staticStyle:{"object-fit":"cover"},attrs:{src:e.$base.url+a.row.touxiang.split(",")[0],width:"100",height:"100"}})]):t("div",[e._v("无图片")])]}}],null,!1,3010260696)}),t("el-table-column",{attrs:{width:"300",label:"操作"},scopedSlots:e._u([{key:"default",fn:function(a){return[e.isAuth("jiashiyuan","查看")?t("el-button",{staticClass:"view",attrs:{type:"success"},on:{click:function(t){return e.addOrUpdateHandler(a.row.id,"info")}}},[t("span",{staticClass:"icon iconfont icon-chakan8",style:{margin:"0 0 0 4px",fontSize:"inherit",color:"inherit",display:"none",height:"auto"}}),e._v(" 详情 ")]):e._e(),e.isAuth("jiashiyuan","修改")?t("el-button",{staticClass:"edit",attrs:{type:"success"},on:{click:function(t){return e.addOrUpdateHandler(a.row.id)}}},[t("span",{staticClass:"icon iconfont icon-xiugai19",style:{margin:"0 0 0 4px",fontSize:"inherit",color:"inherit",display:"none",height:"auto"}}),e._v(" 更改 ")]):e._e(),e.isAuth("jiashiyuan","删除")?t("el-button",{staticClass:"del",attrs:{type:"primary"},on:{click:function(t){return e.deleteHandler(a.row.id)}}},[t("span",{staticClass:"icon iconfont icon-shanchu16",style:{margin:"0 0 0 4px",fontSize:"inherit",color:"inherit",display:"none",height:"auto"}}),e._v(" 移除 ")]):e._e()]}}],null,!1,1868120368)})],1):e._e()],1),t("el-pagination",{style:{border:"0px solid #dee2e6",padding:"10px 0",margin:"10px 0 0",whiteSpace:"nowrap",color:"inherit",textAlign:"center",background:"none",width:"100%",fontSize:"inherit",fontWeight:"500"},attrs:{"current-page":e.pageIndex,background:"","page-sizes":[10,50,100,200],"page-size":e.pageSize,layout:e.layouts.join(),total:e.totalPage,"prev-text":"上一页 ","next-text":"下一页 ","hide-on-single-page":!1},on:{"size-change":e.sizeChangeHandle,"current-change":e.currentChangeHandle}})]:e._e(),e.addOrUpdateFlag?t("add-or-update",{ref:"addOrUpdate",attrs:{parent:this}}):e._e()],2)},va=[],wa=function(){var e=this,t=e._self._c;return t("div",{staticClass:"addEdit-block",style:{minHeight:"calc(100vh - 200px)",padding:"0px 0 30px",margin:"0 auto",color:"#8e99a2",background:"none",width:"calc(100% - 0px)",fontSize:"14px",height:"100%"}},[t("el-form",{ref:"ruleForm",staticClass:"add-update-preview",style:{padding:"30px 5%",borderColor:"#f6f6f6",alignItems:"flex-start",borderRadius:"4px",flexWrap:"wrap",background:"rgba(255,255,255,.9)",borderWidth:"2px",display:"flex",fontSize:"inherit",borderStyle:"solid"},attrs:{model:e.ruleForm,rules:e.rules,"label-width":"200px"}},[["info"!=e.type?t("el-form-item",{staticClass:"input",style:{padding:"2px 0",margin:"0 auto 20px",color:"inherit",borderRadius:"4px",background:"none",width:"100%",fontSize:"inherit"},attrs:{label:"账号",prop:"zhanghao"}},[t("el-input",{attrs:{placeholder:"账号",clearable:"",readonly:e.ro.zhanghao},model:{value:e.ruleForm.zhanghao,callback:function(t){e.$set(e.ruleForm,"zhanghao",t)},expression:"ruleForm.zhanghao"}})],1):t("el-form-item",{staticClass:"input",style:{padding:"2px 0",margin:"0 auto 20px",color:"inherit",borderRadius:"4px",background:"none",width:"100%",fontSize:"inherit"},attrs:{label:"账号",prop:"zhanghao"}},[t("el-input",{attrs:{placeholder:"账号",readonly:""},model:{value:e.ruleForm.zhanghao,callback:function(t){e.$set(e.ruleForm,"zhanghao",t)},expression:"ruleForm.zhanghao"}})],1),"info"!=e.type?t("el-form-item",{staticClass:"input",style:{padding:"2px 0",margin:"0 auto 20px",color:"inherit",borderRadius:"4px",background:"none",width:"100%",fontSize:"inherit"},attrs:{label:"密码",prop:"mima"}},[t("el-input",{attrs:{placeholder:"密码",clearable:"",readonly:e.ro.mima},model:{value:e.ruleForm.mima,callback:function(t){e.$set(e.ruleForm,"mima",t)},expression:"ruleForm.mima"}})],1):t("el-form-item",{staticClass:"input",style:{padding:"2px 0",margin:"0 auto 20px",color:"inherit",borderRadius:"4px",background:"none",width:"100%",fontSize:"inherit"},attrs:{label:"密码",prop:"mima"}},[t("el-input",{attrs:{placeholder:"密码",readonly:""},model:{value:e.ruleForm.mima,callback:function(t){e.$set(e.ruleForm,"mima",t)},expression:"ruleForm.mima"}})],1),"info"!=e.type?t("el-form-item",{staticClass:"input",style:{padding:"2px 0",margin:"0 auto 20px",color:"inherit",borderRadius:"4px",background:"none",width:"100%",fontSize:"inherit"},attrs:{label:"姓名",prop:"xingming"}},[t("el-input",{attrs:{placeholder:"姓名",clearable:"",readonly:e.ro.xingming},model:{value:e.ruleForm.xingming,callback:function(t){e.$set(e.ruleForm,"xingming",t)},expression:"ruleForm.xingming"}})],1):t("el-form-item",{staticClass:"input",style:{padding:"2px 0",margin:"0 auto 20px",color:"inherit",borderRadius:"4px",background:"none",width:"100%",fontSize:"inherit"},attrs:{label:"姓名",prop:"xingming"}},[t("el-input",{attrs:{placeholder:"姓名",readonly:""},model:{value:e.ruleForm.xingming,callback:function(t){e.$set(e.ruleForm,"xingming",t)},expression:"ruleForm.xingming"}})],1),"info"!=e.type?t("el-form-item",{staticClass:"select",style:{padding:"2px 0",margin:"0 auto 20px",color:"inherit",borderRadius:"4px",background:"none",width:"100%",fontSize:"inherit"},attrs:{label:"性别",prop:"xingbie"}},[t("el-select",{attrs:{disabled:e.ro.xingbie,placeholder:"请选择性别"},model:{value:e.ruleForm.xingbie,callback:function(t){e.$set(e.ruleForm,"xingbie",t)},expression:"ruleForm.xingbie"}},e._l(e.xingbieOptions,(function(e,a){return t("el-option",{key:a,attrs:{label:e,value:e}})})),1)],1):t("el-form-item",{staticClass:"input",style:{padding:"2px 0",margin:"0 auto 20px",color:"inherit",borderRadius:"4px",background:"none",width:"100%",fontSize:"inherit"},attrs:{label:"性别",prop:"xingbie"}},[t("el-input",{attrs:{placeholder:"性别",readonly:""},model:{value:e.ruleForm.xingbie,callback:function(t){e.$set(e.ruleForm,"xingbie",t)},expression:"ruleForm.xingbie"}})],1),"info"!=e.type?t("el-form-item",{staticClass:"input",style:{padding:"2px 0",margin:"0 auto 20px",color:"inherit",borderRadius:"4px",background:"none",width:"100%",fontSize:"inherit"},attrs:{label:"手机",prop:"shouji"}},[t("el-input",{attrs:{placeholder:"手机",clearable:"",readonly:e.ro.shouji},model:{value:e.ruleForm.shouji,callback:function(t){e.$set(e.ruleForm,"shouji",t)},expression:"ruleForm.shouji"}})],1):t("el-form-item",{staticClass:"input",style:{padding:"2px 0",margin:"0 auto 20px",color:"inherit",borderRadius:"4px",background:"none",width:"100%",fontSize:"inherit"},attrs:{label:"手机",prop:"shouji"}},[t("el-input",{attrs:{placeholder:"手机",readonly:""},model:{value:e.ruleForm.shouji,callback:function(t){e.$set(e.ruleForm,"shouji",t)},expression:"ruleForm.shouji"}})],1),"info"!=e.type?t("el-form-item",{staticClass:"input",style:{padding:"2px 0",margin:"0 auto 20px",color:"inherit",borderRadius:"4px",background:"none",width:"100%",fontSize:"inherit"},attrs:{label:"身份证",prop:"shenfenzheng"}},[t("el-input",{attrs:{placeholder:"身份证",clearable:"",readonly:e.ro.shenfenzheng},model:{value:e.ruleForm.shenfenzheng,callback:function(t){e.$set(e.ruleForm,"shenfenzheng",t)},expression:"ruleForm.shenfenzheng"}})],1):t("el-form-item",{staticClass:"input",style:{padding:"2px 0",margin:"0 auto 20px",color:"inherit",borderRadius:"4px",background:"none",width:"100%",fontSize:"inherit"},attrs:{label:"身份证",prop:"shenfenzheng"}},[t("el-input",{attrs:{placeholder:"身份证",readonly:""},model:{value:e.ruleForm.shenfenzheng,callback:function(t){e.$set(e.ruleForm,"shenfenzheng",t)},expression:"ruleForm.shenfenzheng"}})],1),"info"!=e.type?t("el-form-item",{staticClass:"date",style:{padding:"2px 0",margin:"0 auto 20px",color:"inherit",borderRadius:"4px",background:"none",width:"100%",fontSize:"inherit"},attrs:{label:"出生日期",prop:"chushengriqi"}},[t("el-date-picker",{attrs:{format:"yyyy 年 MM 月 dd 日","value-format":"yyyy-MM-dd",type:"date",readonly:e.ro.chushengriqi,placeholder:"出生日期"},model:{value:e.ruleForm.chushengriqi,callback:function(t){e.$set(e.ruleForm,"chushengriqi",t)},expression:"ruleForm.chushengriqi"}})],1):e.ruleForm.chushengriqi?t("el-form-item",{staticClass:"input",style:{padding:"2px 0",margin:"0 auto 20px",color:"inherit",borderRadius:"4px",background:"none",width:"100%",fontSize:"inherit"},attrs:{label:"出生日期",prop:"chushengriqi"}},[t("el-input",{attrs:{placeholder:"出生日期",readonly:""},model:{value:e.ruleForm.chushengriqi,callback:function(t){e.$set(e.ruleForm,"chushengriqi",t)},expression:"ruleForm.chushengriqi"}})],1):e._e(),"info"!=e.type?t("el-form-item",{staticClass:"input",style:{padding:"2px 0",margin:"0 auto 20px",color:"inherit",borderRadius:"4px",background:"none",width:"100%",fontSize:"inherit"},attrs:{label:"驾驶证号",prop:"jiashizhenghao"}},[t("el-input",{attrs:{placeholder:"驾驶证号",clearable:"",readonly:e.ro.jiashizhenghao},model:{value:e.ruleForm.jiashizhenghao,callback:function(t){e.$set(e.ruleForm,"jiashizhenghao",t)},expression:"ruleForm.jiashizhenghao"}})],1):t("el-form-item",{staticClass:"input",style:{padding:"2px 0",margin:"0 auto 20px",color:"inherit",borderRadius:"4px",background:"none",width:"100%",fontSize:"inherit"},attrs:{label:"驾驶证号",prop:"jiashizhenghao"}},[t("el-input",{attrs:{placeholder:"驾驶证号",readonly:""},model:{value:e.ruleForm.jiashizhenghao,callback:function(t){e.$set(e.ruleForm,"jiashizhenghao",t)},expression:"ruleForm.jiashizhenghao"}})],1),"info"==e.type||e.ro.touxiang?e.ruleForm.touxiang?t("el-form-item",{staticClass:"upload",style:{padding:"2px 0",margin:"0 auto 20px",color:"inherit",borderRadius:"4px",background:"none",width:"100%",fontSize:"inherit"},attrs:{label:"头像",prop:"touxiang"}},["http"==e.ruleForm.touxiang.substring(0,4)?t("img",{key:e.index,staticClass:"upload-img",staticStyle:{"margin-right":"20px"},attrs:{src:e.ruleForm.touxiang.split(",")[0],width:"100",height:"100"}}):e._l(e.ruleForm.touxiang.split(","),(function(a,i){return t("img",{key:i,staticClass:"upload-img",staticStyle:{"margin-right":"20px"},attrs:{src:e.$base.url+a,width:"100",height:"100"}})}))],2):e._e():t("el-form-item",{staticClass:"upload",style:{padding:"2px 0",margin:"0 auto 20px",color:"inherit",borderRadius:"4px",background:"none",width:"100%",fontSize:"inherit"},attrs:{label:"头像",prop:"touxiang"}},[t("file-upload",{attrs:{tip:"点击上传头像",action:"file/upload",limit:3,multiple:!0,fileUrls:e.ruleForm.touxiang?e.ruleForm.touxiang:""},on:{change:e.touxiangUploadChange}})],1)],t("el-form-item",{staticClass:"btn",style:{padding:"0",margin:"30px auto",alignItems:"center",textAlign:"center",background:"none",display:"flex",width:"60%",fontSize:"18px"}},["info"!=e.type?t("el-button",{staticClass:"btn3",attrs:{type:"success"},on:{click:e.onSubmit}},[t("span",{staticClass:"icon iconfont icon-tijiao16",style:{margin:"0 2px",fontSize:"inherit",color:"inherit",display:"none"}}),e._v(" 确定 ")]):e._e(),"info"!=e.type?t("el-button",{staticClass:"btn4",attrs:{type:"success"},on:{click:function(t){return e.back()}}},[t("span",{staticClass:"icon iconfont icon-quxiao09",style:{margin:"0 2px",fontSize:"inherit",color:"inherit",display:"none"}}),e._v(" 取消 ")]):e._e(),"info"==e.type?t("el-button",{staticClass:"btn5",attrs:{type:"success"},on:{click:function(t){return e.back()}}},[t("span",{staticClass:"icon iconfont icon-fanhui01",style:{margin:"0 2px",fontSize:"inherit",color:"inherit",display:"none"}}),e._v(" 返回 ")]):e._e()],1)],2)],1)},ka=[],za={data:function(){var e=function(e,t,a){t?Object(h["checkIdCard"])(t)?a():a(new Error("请输入正确的身份证号码")):a()},t=function(e,t,a){t?Object(h["isMobile"])(t)?a():a(new Error("请输入正确的手机号码")):a()};return{id:"",type:"",ro:{zhanghao:!1,mima:!1,xingming:!1,xingbie:!1,shouji:!1,shenfenzheng:!1,chushengriqi:!1,jiashizhenghao:!1,touxiang:!1},ruleForm:{zhanghao:"",mima:"",xingming:"",xingbie:"",shouji:"",shenfenzheng:"",chushengriqi:"",jiashizhenghao:"",touxiang:""},xingbieOptions:[],rules:{zhanghao:[{required:!0,message:"账号不能为空",trigger:"blur"}],mima:[{required:!0,message:"密码不能为空",trigger:"blur"}],xingming:[{required:!0,message:"姓名不能为空",trigger:"blur"}],xingbie:[],shouji:[{validator:t,trigger:"blur"}],shenfenzheng:[{required:!0,message:"身份证不能为空",trigger:"blur"},{validator:e,trigger:"blur"}],chushengriqi:[],jiashizhenghao:[{required:!0,message:"驾驶证号不能为空",trigger:"blur"}],touxiang:[]}}},props:["parent"],computed:{},components:{},created:function(){this.ruleForm.chushengriqi=this.getCurDate()},methods:{download:function(e){window.open("".concat(e))},init:function(e,t){var a=this;if(e&&(this.id=e,this.type=t),"info"==this.type||"else"==this.type)this.info(e);else if("logistics"==this.type)this.logistics=!1,this.info(e);else if("cross"==this.type){var i=this.$storage.getObj("crossObj");for(var n in i)"zhanghao"!=n?"mima"!=n?"xingming"!=n?"xingbie"!=n?"shouji"!=n?"shenfenzheng"!=n?"chushengriqi"!=n?"jiashizhenghao"!=n?"touxiang"!=n||(this.ruleForm.touxiang=i[n],this.ro.touxiang=!0):(this.ruleForm.jiashizhenghao=i[n],this.ro.jiashizhenghao=!0):(this.ruleForm.chushengriqi=i[n],this.ro.chushengriqi=!0):(this.ruleForm.shenfenzheng=i[n],this.ro.shenfenzheng=!0):(this.ruleForm.shouji=i[n],this.ro.shouji=!0):(this.ruleForm.xingbie=i[n],this.ro.xingbie=!0):(this.ruleForm.xingming=i[n],this.ro.xingming=!0):(this.ruleForm.mima=i[n],this.ro.mima=!0):(this.ruleForm.zhanghao=i[n],this.ro.zhanghao=!0)}this.$http({url:"".concat(this.$storage.get("sessionTable"),"/session"),method:"get"}).then((function(e){var t=e.data;if(t&&0===t.code)t.data;else a.$message.error(t.msg)})),this.xingbieOptions="男,女".split(",")},info:function(e){var t=this;this.$http({url:"jiashiyuan/info/".concat(e),method:"get"}).then((function(e){var a=e.data;if(a&&0===a.code){t.ruleForm=a.data;new RegExp("../../../upload","g")}else t.$message.error(a.msg)}))},onSubmit:function(){var e=this;null!=this.ruleForm.touxiang&&(this.ruleForm.touxiang=this.ruleForm.touxiang.replace(new RegExp(this.$base.url,"g"),""));var t,a,i;this.$storage.getObj("crossObj");if("cross"==this.type){var n=this.$storage.get("statusColumnName"),o=this.$storage.get("statusColumnValue");if(""!=n){var r=this.$storage.getObj("crossObj");if(n&&!n.startsWith("[")){for(var s in r)s==n&&(r[s]=o);var l=this.$storage.get("crossTable");this.$http({url:"".concat(l,"/update"),method:"post",data:r}).then((function(e){e.data}))}else t=this.$storage.get("userid"),a=r["id"],i=this.$storage.get("statusColumnName"),i=i.replace(/\[/,"").replace(/\]/,"")}}this.$refs["ruleForm"].validate((function(n){if(n)if(a&&t){e.ruleForm.crossuserid=t,e.ruleForm.crossrefid=a;var o={page:1,limit:10,crossuserid:e.ruleForm.crossuserid,crossrefid:e.ruleForm.crossrefid};e.$http({url:"jiashiyuan/page",method:"get",params:o}).then((function(t){var a=t.data;if(a&&0===a.code){if(a.data.total>=i)return e.$message.error(e.$storage.get("tips")),!1;e.$http({url:"jiashiyuan/".concat(e.ruleForm.id?"update":"save"),method:"post",data:e.ruleForm}).then((function(t){var a=t.data;a&&0===a.code?e.$message({message:"操作成功",type:"success",duration:1500,onClose:function(){e.parent.showFlag=!0,e.parent.addOrUpdateFlag=!1,e.parent.jiashiyuanCrossAddOrUpdateFlag=!1,e.parent.search(),e.parent.contentStyleChange()}}):e.$message.error(a.msg)}))}}))}else e.$http({url:"jiashiyuan/".concat(e.ruleForm.id?"update":"save"),method:"post",data:e.ruleForm}).then((function(t){var a=t.data;a&&0===a.code?e.$message({message:"操作成功",type:"success",duration:1500,onClose:function(){e.parent.showFlag=!0,e.parent.addOrUpdateFlag=!1,e.parent.jiashiyuanCrossAddOrUpdateFlag=!1,e.parent.search(),e.parent.contentStyleChange()}}):e.$message.error(a.msg)}))}))},getUUID:function(){return(new Date).getTime()},back:function(){this.parent.showFlag=!0,this.parent.addOrUpdateFlag=!1,this.parent.jiashiyuanCrossAddOrUpdateFlag=!1,this.parent.contentStyleChange()},touxiangUploadChange:function(e){this.ruleForm.touxiang=e}}},Fa=za,Ca=(a("5505"),Object(m["a"])(Fa,wa,ka,!1,null,"8c8aa792",null)),Sa=Ca.exports,ja={data:function(){return{xingbieOptions:[],searchForm:{key:""},form:{},dataList:[],pageIndex:1,pageSize:10,totalPage:0,dataListLoading:!1,dataListSelections:[],showFlag:!0,sfshVisiable:!1,shForm:{},chartVisiable:!1,chartVisiable1:!1,chartVisiable2:!1,chartVisiable3:!1,chartVisiable4:!1,chartVisiable5:!1,addOrUpdateFlag:!1,layouts:["prev","pager","next"]}},created:function(){this.init(),this.getDataList(),this.contentStyleChange()},mounted:function(){},filters:{htmlfilter:function(e){return e.replace(/<[^>]*>/g).replace(/undefined/g,"")}},computed:{tablename:function(){return this.$storage.get("sessionTable")}},components:{AddOrUpdate:Sa},methods:{contentStyleChange:function(){this.contentPageStyleChange()},contentPageStyleChange:function(){},init:function(){this.xingbieOptions="男,女".split(",")},search:function(){this.pageIndex=1,this.getDataList()},getDataList:function(){var e=this;this.dataListLoading=!0;var t={page:this.pageIndex,limit:this.pageSize,sort:"id",order:"desc"};""!=this.searchForm.zhanghao&&void 0!=this.searchForm.zhanghao&&(t["zhanghao"]="%"+this.searchForm.zhanghao+"%"),""!=this.searchForm.xingming&&void 0!=this.searchForm.xingming&&(t["xingming"]="%"+this.searchForm.xingming+"%"),""!=this.searchForm.xingbie&&void 0!=this.searchForm.xingbie&&(t["xingbie"]=this.searchForm.xingbie);var a=JSON.parse(this.$storage.getObj("userForm"));console.log(a),this.$http({url:"jiashiyuan/page",method:"get",params:t}).then((function(t){var a=t.data;a&&0===a.code?(e.dataList=a.data.list,e.totalPage=a.data.total):(e.dataList=[],e.totalPage=0),e.dataListLoading=!1}))},sizeChangeHandle:function(e){this.pageSize=e,this.pageIndex=1,this.getDataList()},currentChangeHandle:function(e){this.pageIndex=e,this.getDataList()},selectionChangeHandler:function(e){this.dataListSelections=e},addOrUpdateHandler:function(e,t){var a=this;this.showFlag=!1,this.addOrUpdateFlag=!0,this.crossAddOrUpdateFlag=!1,"info"!=t&&(t="else"),this.$nextTick((function(){a.$refs.addOrUpdate.init(e,t)}))},download:function(e){var t=this,a=e.replace(new RegExp("upload/","g"),"");c.a.get(this.$base.url+"file/download?fileName="+a,{headers:{token:this.$storage.get("Token")},responseType:"blob"}).then((function(e){var t=e.data,i=[];i.push(t);var n=window.URL.createObjectURL(new Blob(i,{type:"application/pdf;chartset=UTF-8"})),o=document.createElement("a");o.href=n,o.download=a,o.dispatchEvent(new MouseEvent("click",{bubbles:!0,cancelable:!0,view:window})),window.URL.revokeObjectURL(t)}),(function(e){c.a.get((location.href.split(t.$base.name).length>1?location.href.split(t.$base.name)[0]:"")+t.$base.name+"/file/download?fileName="+a,{headers:{token:t.$storage.get("Token")},responseType:"blob"}).then((function(e){var t=e.data,i=[];i.push(t);var n=window.URL.createObjectURL(new Blob(i,{type:"application/pdf;chartset=UTF-8"})),o=document.createElement("a");o.href=n,o.download=a,o.dispatchEvent(new MouseEvent("click",{bubbles:!0,cancelable:!0,view:window})),window.URL.revokeObjectURL(t)}))}))},preClick:function(e){if(!e)return!1;window.open(location.href.split(this.$base.name).length>1?location.href.split(this.$base.name)[0]+this.$base.name+"/"+e:this.$base.url+e)},jiashiyuanstatusChange:function(e,t){var a=this;0==t.status&&(t.passwordwrongnum=0),this.$http({url:"jiashiyuan/update",method:"post",data:t}).then((function(e){1==t.status?a.$message.error("该用户已锁定"):a.$message.success("该用户已解除锁定")}))},deleteHandler:function(e){var t=this;return Object(r["a"])(Object(o["a"])().mark((function a(){var i;return Object(o["a"])().wrap((function(a){while(1)switch(a.prev=a.next){case 0:return i=e?[Number(e)]:t.dataListSelections.map((function(e){return Number(e.id)})),a.next=3,t.$confirm("确定进行[".concat(e?"删除":"批量删除","]操作?"),"提示",{confirmButtonText:"确定",cancelButtonText:"取消",type:"warning"}).then(Object(r["a"])(Object(o["a"])().mark((function e(){return Object(o["a"])().wrap((function(e){while(1)switch(e.prev=e.next){case 0:return e.next=2,t.$http({url:"jiashiyuan/delete",method:"post",data:i}).then(function(){var e=Object(r["a"])(Object(o["a"])().mark((function e(a){var i;return Object(o["a"])().wrap((function(e){while(1)switch(e.prev=e.next){case 0:i=a.data,i&&0===i.code?t.$message({message:"操作成功",type:"success",duration:1500,onClose:function(){t.search()}}):t.$message.error(i.msg);case 2:case"end":return e.stop()}}),e)})));return function(t){return e.apply(this,arguments)}}());case 2:case"end":return e.stop()}}),e)}))));case 3:case"end":return a.stop()}}),a)})))()}}},Oa=ja,La=(a("ca61"),Object(m["a"])(Oa,Aa,va,!1,null,"73be8dc6",null)),Ma=La.exports,Ba=function(){var e=this,t=e._self._c;return t("div",{staticClass:"main-content",style:{minHeight:"calc(100vh - 200px)",padding:"0px 5%",margin:"0 auto",color:"#666",background:"none",width:"calc(100% - 0px)",fontSize:"14px",height:"100%"}},[e.showFlag?[t("el-form",{staticClass:"center-form-pv",style:{padding:"20px 20px 0",boxShadow:"0 2px 3px 0px rgba(100,100,100,.05)",margin:"0 0 0px",borderColor:"#f6f6f6",display:"flex",justifyContent:"center",minHeight:"100px",overflow:"hidden",borderRadius:"4px 4px 0 0",flexWrap:"wrap",background:"#fff",borderWidth:"2px 2px 0",fontSize:"inherit",borderStyle:"solid"},attrs:{inline:!0,model:e.searchForm}},[t("el-row",{style:{padding:"0px",boxShadow:"0 0px 0px 0px rgba(115,108,203,.23)",margin:"0 0px 0px 0",borderRadius:"0px",alignItems:"center",background:"none",display:"flex",width:"auto",fontSize:"inherit",justifyContent:"flex-end",order:"2"}},[t("div",{style:{margin:"0 10px 0 0",fontSize:"inherit",display:"inline-block"}},[t("label",{staticClass:"item-label",style:{margin:"0 10px 0 0",color:"inherit",display:"inline-block",lineHeight:"34px",fontSize:"inherit",fontWeight:"500",height:"34px"}},[e._v("标题")]),t("el-input",{attrs:{placeholder:"标题",clearable:""},nativeOn:{keydown:function(t){return!t.type.indexOf("key")&&e._k(t.keyCode,"enter",13,t.key,"Enter")?null:e.search()}},model:{value:e.searchForm.biaoti,callback:function(t){e.$set(e.searchForm,"biaoti",t)},expression:"searchForm.biaoti"}})],1),t("div",{style:{margin:"0 10px 0 0",fontSize:"inherit",display:"inline-block"}},[t("label",{staticClass:"item-label",style:{margin:"0 10px 0 0",color:"inherit",display:"inline-block",lineHeight:"34px",fontSize:"inherit",fontWeight:"500",height:"34px"}},[e._v("简介")]),t("el-input",{attrs:{placeholder:"简介",clearable:""},nativeOn:{keydown:function(t){return!t.type.indexOf("key")&&e._k(t.keyCode,"enter",13,t.key,"Enter")?null:e.search()}},model:{value:e.searchForm.jianjie,callback:function(t){e.$set(e.searchForm,"jianjie",t)},expression:"searchForm.jianjie"}})],1),t("el-button",{staticClass:"search",attrs:{type:"success"},on:{click:function(t){return e.search()}}},[t("span",{staticClass:"icon iconfont icon-chakan18",style:{margin:"0 2px",fontSize:"18px",color:"#00acc1",display:"inline-block",height:"auto"}}),e._v(" 查询 ")])],1),t("el-row",{staticClass:"actions",style:{boxShadow:"0 0px 0px 0px rgba(115,108,203,.23)",padding:"0 20px 0 0",margin:"0px 0 0px",color:"#333",alignItems:"center",textAlign:"left",display:"flex",borderRadius:"0px",flexWrap:"wrap",background:"none",flex:"1",width:"auto",fontSize:"inherit",order:"1"}},[e.isAuth("gonggaoxinxi","新增")?t("el-button",{staticClass:"add",attrs:{type:"success"},on:{click:function(t){return e.addOrUpdateHandler()}}},[t("span",{staticClass:"icon iconfont icon-tianjia14",style:{margin:"0 2px",fontSize:"inherit",color:"inherit",display:"none"}}),e._v(" 新增 ")]):e._e(),e.isAuth("gonggaoxinxi","删除")?t("el-button",{staticClass:"del",attrs:{disabled:!e.dataListSelections.length,type:"danger"},on:{click:function(t){return e.deleteHandler()}}},[t("span",{staticClass:"icon iconfont icon-shanchu9",style:{margin:"0 2px",fontSize:"inherit",color:"inherit",display:"none"}}),e._v(" 删除 ")]):e._e()],1)],1),t("div",{staticClass:"one",style:{padding:"30px 0 0px 40px",boxShadow:"inset 0px 0px 32px 0px #E8EFF7,0 3px 6px 0px rgba(100,100,100,.1)",borderRadius:"8px",flexWrap:"wrap",background:"#fff",display:"flex",width:"100%",justifyContent:"flex-start",height:"auto"}},e._l(e.dataList,(function(a,i){return t("div",{key:i,style:{border:"0px solid #eee",boxShadow:"0 0px 12px 0px #E8EFF6",margin:"0 2% 30px 0",borderRadius:"8px",textAlign:"center",background:"rgba(255,255,255,.9)",width:"23%",position:"relative",height:"auto"}},[t("div",{staticClass:"name",style:{padding:"10px 10px 0",borderColor:"#eee",margin:"0 10px 10px",color:"#6c757d",textAlign:"center",borderWidth:"0 0 0px",display:"inline-block",width:"100%",lineHeight:"auto",fontSize:"inherit",borderStyle:"solid"}},[e._v(e._s(a.biaoti))]),t("div",{staticClass:"name",style:{padding:"10px 10px 0",borderColor:"#eee",margin:"0 10px 10px",color:"#6c757d",textAlign:"center",borderWidth:"0 0 0px",display:"inline-block",width:"100%",lineHeight:"auto",fontSize:"inherit",borderStyle:"solid"}},[e._v(e._s(a.fabushijian))]),a.fengmian?["http"==a.fengmian.substring(0,4)?t("img",{style:{padding:"0px",margin:"0 0 0px",borderColor:"#eee",objectFit:"cover",borderRadius:"8px 8px 0 0",borderWidth:"1px 0 1px",display:"block",width:"100%",borderStyle:"solid",height:"320px"},attrs:{src:a.fengmian.split(",")[0]}}):t("img",{style:{padding:"0px",margin:"0 0 0px",borderColor:"#eee",objectFit:"cover",borderRadius:"8px 8px 0 0",borderWidth:"1px 0 1px",display:"block",width:"100%",borderStyle:"solid",height:"320px"},attrs:{src:e.$base.url+a.fengmian.split(",")[0]}})]:e._e(),t("div",{style:{padding:"10px",margin:"0",borderColor:"#eee",alignItems:"flex-end",color:"#fff",display:"flex",justifyContent:"flex-end",flexWrap:"wrap",borderWidth:"1px 0 0",width:"100%",fontSize:"14px",borderStyle:"solid",height:"auto"}},[e.isAuth("gonggaoxinxi","查看")?t("el-button",{staticClass:"list1-view",on:{click:function(t){return e.addOrUpdateHandler(a.id,"info")}}},[t("span",{staticClass:"icon iconfont icon-chakan8",style:{margin:"0 0 0 4px",fontSize:"inherit",color:"inherit",display:"inline-block"}}),e._v(" 详情 ")]):e._e(),e.isAuth("gonggaoxinxi","修改")?t("el-button",{staticClass:"list1-edit",on:{click:function(t){return e.addOrUpdateHandler(a.id)}}},[t("span",{staticClass:"icon iconfont icon-xiugai19",style:{margin:"0 0 0 4px",fontSize:"inherit",color:"inherit",display:"inline-block"}}),e._v(" 更改 ")]):e._e(),e.isAuth("gonggaoxinxi","删除")?t("el-button",{staticClass:"list1-del",on:{click:function(t){return e.deleteHandler(a.id)}}},[t("span",{staticClass:"icon iconfont icon-shanchu16",style:{margin:"0 0 0 4px",fontSize:"inherit",color:"inherit",display:"inline-block"}}),e._v(" 移除 ")]):e._e()],1)],2)})),0),t("el-pagination",{style:{border:"0px solid #dee2e6",padding:"10px 0",margin:"10px 0 0",whiteSpace:"nowrap",color:"inherit",textAlign:"center",background:"none",width:"100%",fontSize:"inherit",fontWeight:"500"},attrs:{"current-page":e.pageIndex,background:"","page-sizes":[10,50,100,200],"page-size":e.pageSize,layout:e.layouts.join(),total:e.totalPage,"prev-text":"上一页 ","next-text":"下一页 ","hide-on-single-page":!1},on:{"size-change":e.sizeChangeHandle,"current-change":e.currentChangeHandle}})]:e._e(),e.addOrUpdateFlag?t("add-or-update",{ref:"addOrUpdate",attrs:{parent:this}}):e._e()],2)},Va=[],Ha=function(){var e=this,t=e._self._c;return t("div",{staticClass:"addEdit-block",style:{minHeight:"calc(100vh - 200px)",padding:"0px 0 30px",margin:"0 auto",color:"#8e99a2",background:"none",width:"calc(100% - 0px)",fontSize:"14px",height:"100%"}},[t("el-form",{ref:"ruleForm",staticClass:"add-update-preview",style:{padding:"30px 5%",borderColor:"#f6f6f6",alignItems:"flex-start",borderRadius:"4px",flexWrap:"wrap",background:"rgba(255,255,255,.9)",borderWidth:"2px",display:"flex",fontSize:"inherit",borderStyle:"solid"},attrs:{model:e.ruleForm,rules:e.rules,"label-width":"200px"}},[["info"!=e.type?t("el-form-item",{staticClass:"input",style:{padding:"2px 0",margin:"0 auto 20px",color:"inherit",borderRadius:"4px",background:"none",width:"100%",fontSize:"inherit"},attrs:{label:"标题",prop:"biaoti"}},[t("el-input",{attrs:{placeholder:"标题",clearable:"",readonly:e.ro.biaoti},model:{value:e.ruleForm.biaoti,callback:function(t){e.$set(e.ruleForm,"biaoti",t)},expression:"ruleForm.biaoti"}})],1):t("el-form-item",{staticClass:"input",style:{padding:"2px 0",margin:"0 auto 20px",color:"inherit",borderRadius:"4px",background:"none",width:"100%",fontSize:"inherit"},attrs:{label:"标题",prop:"biaoti"}},[t("el-input",{attrs:{placeholder:"标题",readonly:""},model:{value:e.ruleForm.biaoti,callback:function(t){e.$set(e.ruleForm,"biaoti",t)},expression:"ruleForm.biaoti"}})],1),"info"!=e.type?t("el-form-item",{staticClass:"date",style:{padding:"2px 0",margin:"0 auto 20px",color:"inherit",borderRadius:"4px",background:"none",width:"100%",fontSize:"inherit"},attrs:{label:"发布时间",prop:"fabushijian"}},[t("el-date-picker",{attrs:{format:"yyyy 年 MM 月 dd 日","value-format":"yyyy-MM-dd",type:"date",readonly:e.ro.fabushijian,placeholder:"发布时间"},model:{value:e.ruleForm.fabushijian,callback:function(t){e.$set(e.ruleForm,"fabushijian",t)},expression:"ruleForm.fabushijian"}})],1):e.ruleForm.fabushijian?t("el-form-item",{staticClass:"input",style:{padding:"2px 0",margin:"0 auto 20px",color:"inherit",borderRadius:"4px",background:"none",width:"100%",fontSize:"inherit"},attrs:{label:"发布时间",prop:"fabushijian"}},[t("el-input",{attrs:{placeholder:"发布时间",readonly:""},model:{value:e.ruleForm.fabushijian,callback:function(t){e.$set(e.ruleForm,"fabushijian",t)},expression:"ruleForm.fabushijian"}})],1):e._e(),"info"==e.type||e.ro.fengmian?e.ruleForm.fengmian?t("el-form-item",{staticClass:"upload",style:{padding:"2px 0",margin:"0 auto 20px",color:"inherit",borderRadius:"4px",background:"none",width:"100%",fontSize:"inherit"},attrs:{label:"封面",prop:"fengmian"}},["http"==e.ruleForm.fengmian.substring(0,4)?t("img",{key:e.index,staticClass:"upload-img",staticStyle:{"margin-right":"20px"},attrs:{src:e.ruleForm.fengmian.split(",")[0],width:"100",height:"100"}}):e._l(e.ruleForm.fengmian.split(","),(function(a,i){return t("img",{key:i,staticClass:"upload-img",staticStyle:{"margin-right":"20px"},attrs:{src:e.$base.url+a,width:"100",height:"100"}})}))],2):e._e():t("el-form-item",{staticClass:"upload",style:{padding:"2px 0",margin:"0 auto 20px",color:"inherit",borderRadius:"4px",background:"none",width:"100%",fontSize:"inherit"},attrs:{label:"封面",prop:"fengmian"}},[t("file-upload",{attrs:{tip:"点击上传封面",action:"file/upload",limit:3,multiple:!0,fileUrls:e.ruleForm.fengmian?e.ruleForm.fengmian:""},on:{change:e.fengmianUploadChange}})],1)],"info"!=e.type?t("el-form-item",{staticClass:"textarea",style:{padding:"2px 0",margin:"0 auto 20px",color:"inherit",borderRadius:"4px",background:"none",width:"100%",fontSize:"inherit"},attrs:{label:"简介",prop:"jianjie"}},[t("el-input",{staticStyle:{"min-width":"200px","max-width":"600px"},attrs:{type:"textarea",rows:8,placeholder:"简介"},model:{value:e.ruleForm.jianjie,callback:function(t){e.$set(e.ruleForm,"jianjie",t)},expression:"ruleForm.jianjie"}})],1):e.ruleForm.jianjie?t("el-form-item",{style:{padding:"2px 0",margin:"0 auto 20px",color:"inherit",borderRadius:"4px",background:"none",width:"100%",fontSize:"inherit"},attrs:{label:"简介",prop:"jianjie"}},[t("span",{style:{fontSize:"14px",lineHeight:"40px",color:"inherit",fontWeight:"500",display:"inline-block"}},[e._v(e._s(e.ruleForm.jianjie))])]):e._e(),"info"!=e.type?t("el-form-item",{style:{padding:"2px 0",margin:"0 auto 20px",color:"inherit",borderRadius:"4px",background:"none",width:"100%",fontSize:"inherit"},attrs:{label:"内容",prop:"neirong"}},[t("editor",{staticClass:"editor",staticStyle:{"min-width":"200px","max-width":"600px"},attrs:{action:"file/upload"},model:{value:e.ruleForm.neirong,callback:function(t){e.$set(e.ruleForm,"neirong",t)},expression:"ruleForm.neirong"}})],1):e.ruleForm.neirong?t("el-form-item",{style:{padding:"2px 0",margin:"0 auto 20px",color:"inherit",borderRadius:"4px",background:"none",width:"100%",fontSize:"inherit"},attrs:{label:"内容",prop:"neirong"}},[t("span",{style:{fontSize:"14px",lineHeight:"40px",color:"inherit",fontWeight:"500",display:"inline-block"},domProps:{innerHTML:e._s(e.ruleForm.neirong)}})]):e._e(),t("el-form-item",{staticClass:"btn",style:{padding:"0",margin:"30px auto",alignItems:"center",textAlign:"center",background:"none",display:"flex",width:"60%",fontSize:"18px"}},["info"!=e.type?t("el-button",{staticClass:"btn3",attrs:{type:"success"},on:{click:e.onSubmit}},[t("span",{staticClass:"icon iconfont icon-tijiao16",style:{margin:"0 2px",fontSize:"inherit",color:"inherit",display:"none"}}),e._v(" 确定 ")]):e._e(),"info"!=e.type?t("el-button",{staticClass:"btn4",attrs:{type:"success"},on:{click:function(t){return e.back()}}},[t("span",{staticClass:"icon iconfont icon-quxiao09",style:{margin:"0 2px",fontSize:"inherit",color:"inherit",display:"none"}}),e._v(" 取消 ")]):e._e(),"info"==e.type?t("el-button",{staticClass:"btn5",attrs:{type:"success"},on:{click:function(t){return e.back()}}},[t("span",{staticClass:"icon iconfont icon-fanhui01",style:{margin:"0 2px",fontSize:"inherit",color:"inherit",display:"none"}}),e._v(" 返回 ")]):e._e()],1)],2)],1)},_a=[],Ia={data:function(){return{id:"",type:"",ro:{biaoti:!1,jianjie:!1,fabushijian:!1,fengmian:!1,neirong:!1},ruleForm:{biaoti:"",jianjie:"",fabushijian:"",fengmian:"",neirong:""},rules:{biaoti:[{required:!0,message:"标题不能为空",trigger:"blur"}],jianjie:[],fabushijian:[],fengmian:[],neirong:[]}}},props:["parent"],computed:{},components:{},created:function(){this.ruleForm.fabushijian=this.getCurDate()},methods:{download:function(e){window.open("".concat(e))},init:function(e,t){var a=this;if(e&&(this.id=e,this.type=t),"info"==this.type||"else"==this.type)this.info(e);else if("logistics"==this.type)this.logistics=!1,this.info(e);else if("cross"==this.type){var i=this.$storage.getObj("crossObj");for(var n in i)"biaoti"!=n?"jianjie"!=n?"fabushijian"!=n?"fengmian"!=n?"neirong"!=n||(this.ruleForm.neirong=i[n],this.ro.neirong=!0):(this.ruleForm.fengmian=i[n],this.ro.fengmian=!0):(this.ruleForm.fabushijian=i[n],this.ro.fabushijian=!0):(this.ruleForm.jianjie=i[n],this.ro.jianjie=!0):(this.ruleForm.biaoti=i[n],this.ro.biaoti=!0)}this.$http({url:"".concat(this.$storage.get("sessionTable"),"/session"),method:"get"}).then((function(e){var t=e.data;if(t&&0===t.code)t.data;else a.$message.error(t.msg)}))},info:function(e){var t=this;this.$http({url:"gonggaoxinxi/info/".concat(e),method:"get"}).then((function(e){var a=e.data;if(a&&0===a.code){t.ruleForm=a.data;var i=new RegExp("../../../upload","g");t.ruleForm.neirong=t.ruleForm.neirong.replace(i,"../../../springbootbv4939cb/upload")}else t.$message.error(a.msg)}))},onSubmit:function(){var e=this;null!=this.ruleForm.fengmian&&(this.ruleForm.fengmian=this.ruleForm.fengmian.replace(new RegExp(this.$base.url,"g"),""));var t,a,i;this.$storage.getObj("crossObj");if("cross"==this.type){var n=this.$storage.get("statusColumnName"),o=this.$storage.get("statusColumnValue");if(""!=n){var r=this.$storage.getObj("crossObj");if(n&&!n.startsWith("[")){for(var s in r)s==n&&(r[s]=o);var l=this.$storage.get("crossTable");this.$http({url:"".concat(l,"/update"),method:"post",data:r}).then((function(e){e.data}))}else t=this.$storage.get("userid"),a=r["id"],i=this.$storage.get("statusColumnName"),i=i.replace(/\[/,"").replace(/\]/,"")}}this.$refs["ruleForm"].validate((function(n){if(n)if(a&&t){e.ruleForm.crossuserid=t,e.ruleForm.crossrefid=a;var o={page:1,limit:10,crossuserid:e.ruleForm.crossuserid,crossrefid:e.ruleForm.crossrefid};e.$http({url:"gonggaoxinxi/page",method:"get",params:o}).then((function(t){var a=t.data;if(a&&0===a.code){if(a.data.total>=i)return e.$message.error(e.$storage.get("tips")),!1;e.$http({url:"gonggaoxinxi/".concat(e.ruleForm.id?"update":"save"),method:"post",data:e.ruleForm}).then((function(t){var a=t.data;a&&0===a.code?e.$message({message:"操作成功",type:"success",duration:1500,onClose:function(){e.parent.showFlag=!0,e.parent.addOrUpdateFlag=!1,e.parent.gonggaoxinxiCrossAddOrUpdateFlag=!1,e.parent.search(),e.parent.contentStyleChange()}}):e.$message.error(a.msg)}))}}))}else e.$http({url:"gonggaoxinxi/".concat(e.ruleForm.id?"update":"save"),method:"post",data:e.ruleForm}).then((function(t){var a=t.data;a&&0===a.code?e.$message({message:"操作成功",type:"success",duration:1500,onClose:function(){e.parent.showFlag=!0,e.parent.addOrUpdateFlag=!1,e.parent.gonggaoxinxiCrossAddOrUpdateFlag=!1,e.parent.search(),e.parent.contentStyleChange()}}):e.$message.error(a.msg)}))}))},getUUID:function(){return(new Date).getTime()},back:function(){this.parent.showFlag=!0,this.parent.addOrUpdateFlag=!1,this.parent.gonggaoxinxiCrossAddOrUpdateFlag=!1,this.parent.contentStyleChange()},fengmianUploadChange:function(e){this.ruleForm.fengmian=e}}},qa=Ia,Ua=(a("72c6"),Object(m["a"])(qa,Ha,_a,!1,null,"3dbc5b3e",null)),Ra=Ua.exports,Ja={data:function(){return{searchForm:{key:""},form:{},dataList:[],pageIndex:1,pageSize:10,totalPage:0,dataListLoading:!1,dataListSelections:[],showFlag:!0,sfshVisiable:!1,shForm:{},chartVisiable:!1,chartVisiable1:!1,chartVisiable2:!1,chartVisiable3:!1,chartVisiable4:!1,chartVisiable5:!1,addOrUpdateFlag:!1,layouts:["prev","pager","next"]}},created:function(){this.init(),this.getDataList(),this.contentStyleChange()},mounted:function(){},filters:{htmlfilter:function(e){return e.replace(/<[^>]*>/g).replace(/undefined/g,"")}},computed:{tablename:function(){return this.$storage.get("sessionTable")}},components:{AddOrUpdate:Ra},methods:{contentStyleChange:function(){this.contentPageStyleChange()},contentPageStyleChange:function(){},init:function(){},search:function(){this.pageIndex=1,this.getDataList()},getDataList:function(){var e=this;this.dataListLoading=!0;var t={page:this.pageIndex,limit:this.pageSize,sort:"id",order:"desc"};""!=this.searchForm.biaoti&&void 0!=this.searchForm.biaoti&&(t["biaoti"]="%"+this.searchForm.biaoti+"%"),""!=this.searchForm.jianjie&&void 0!=this.searchForm.jianjie&&(t["jianjie"]="%"+this.searchForm.jianjie+"%");var a=JSON.parse(this.$storage.getObj("userForm"));console.log(a),this.$http({url:"gonggaoxinxi/page",method:"get",params:t}).then((function(t){var a=t.data;a&&0===a.code?(e.dataList=a.data.list,e.totalPage=a.data.total):(e.dataList=[],e.totalPage=0),e.dataListLoading=!1}))},sizeChangeHandle:function(e){this.pageSize=e,this.pageIndex=1,this.getDataList()},currentChangeHandle:function(e){this.pageIndex=e,this.getDataList()},selectionChangeHandler:function(e){this.dataListSelections=e},addOrUpdateHandler:function(e,t){var a=this;this.showFlag=!1,this.addOrUpdateFlag=!0,this.crossAddOrUpdateFlag=!1,"info"!=t&&(t="else"),this.$nextTick((function(){a.$refs.addOrUpdate.init(e,t)}))},download:function(e){var t=this,a=e.replace(new RegExp("upload/","g"),"");c.a.get(this.$base.url+"file/download?fileName="+a,{headers:{token:this.$storage.get("Token")},responseType:"blob"}).then((function(e){var t=e.data,i=[];i.push(t);var n=window.URL.createObjectURL(new Blob(i,{type:"application/pdf;chartset=UTF-8"})),o=document.createElement("a");o.href=n,o.download=a,o.dispatchEvent(new MouseEvent("click",{bubbles:!0,cancelable:!0,view:window})),window.URL.revokeObjectURL(t)}),(function(e){c.a.get((location.href.split(t.$base.name).length>1?location.href.split(t.$base.name)[0]:"")+t.$base.name+"/file/download?fileName="+a,{headers:{token:t.$storage.get("Token")},responseType:"blob"}).then((function(e){var t=e.data,i=[];i.push(t);var n=window.URL.createObjectURL(new Blob(i,{type:"application/pdf;chartset=UTF-8"})),o=document.createElement("a");o.href=n,o.download=a,o.dispatchEvent(new MouseEvent("click",{bubbles:!0,cancelable:!0,view:window})),window.URL.revokeObjectURL(t)}))}))},preClick:function(e){if(!e)return!1;window.open(location.href.split(this.$base.name).length>1?location.href.split(this.$base.name)[0]+this.$base.name+"/"+e:this.$base.url+e)},gonggaoxinxistatusChange:function(e,t){var a=this;0==t.status&&(t.passwordwrongnum=0),this.$http({url:"gonggaoxinxi/update",method:"post",data:t}).then((function(e){1==t.status?a.$message.error("该用户已锁定"):a.$message.success("该用户已解除锁定")}))},deleteHandler:function(e){var t=this;return Object(r["a"])(Object(o["a"])().mark((function a(){var i;return Object(o["a"])().wrap((function(a){while(1)switch(a.prev=a.next){case 0:return i=e?[Number(e)]:t.dataListSelections.map((function(e){return Number(e.id)})),a.next=3,t.$confirm("确定进行[".concat(e?"删除":"批量删除","]操作?"),"提示",{confirmButtonText:"确定",cancelButtonText:"取消",type:"warning"}).then(Object(r["a"])(Object(o["a"])().mark((function e(){return Object(o["a"])().wrap((function(e){while(1)switch(e.prev=e.next){case 0:return e.next=2,t.$http({url:"gonggaoxinxi/delete",method:"post",data:i}).then(function(){var e=Object(r["a"])(Object(o["a"])().mark((function e(a){var i;return Object(o["a"])().wrap((function(e){while(1)switch(e.prev=e.next){case 0:i=a.data,i&&0===i.code?t.$message({message:"操作成功",type:"success",duration:1500,onClose:function(){t.search()}}):t.$message.error(i.msg);case 2:case"end":return e.stop()}}),e)})));return function(t){return e.apply(this,arguments)}}());case 2:case"end":return e.stop()}}),e)}))));case 3:case"end":return a.stop()}}),a)})))()}}},Ea=Ja,Ta=(a("cf43"),Object(m["a"])(Ea,Ba,Va,!1,null,"72398caf",null)),$a=Ta.exports,Da=function(){var e=this,t=e._self._c;return t("div",{staticClass:"main-content",style:{minHeight:"calc(100vh - 200px)",padding:"0px 5%",margin:"0 auto",color:"#666",background:"none",width:"calc(100% - 0px)",fontSize:"14px",height:"100%"}},[e.showFlag?[t("el-form",{staticClass:"center-form-pv",style:{padding:"20px 20px 0",boxShadow:"0 2px 3px 0px rgba(100,100,100,.05)",margin:"0 0 0px",borderColor:"#f6f6f6",display:"flex",justifyContent:"center",minHeight:"100px",overflow:"hidden",borderRadius:"4px 4px 0 0",flexWrap:"wrap",background:"#fff",borderWidth:"2px 2px 0",fontSize:"inherit",borderStyle:"solid"},attrs:{inline:!0,model:e.searchForm}},[t("el-row",{style:{padding:"0px",boxShadow:"0 0px 0px 0px rgba(115,108,203,.23)",margin:"0 0px 0px 0",borderRadius:"0px",alignItems:"center",background:"none",display:"flex",width:"auto",fontSize:"inherit",justifyContent:"flex-end",order:"2"}},[t("div",{style:{margin:"0 10px 0 0",fontSize:"inherit",display:"inline-block"}},[t("label",{staticClass:"item-label",style:{margin:"0 10px 0 0",color:"inherit",display:"inline-block",lineHeight:"34px",fontSize:"inherit",fontWeight:"500",height:"34px"}},[e._v("车牌号")]),t("el-input",{attrs:{placeholder:"车牌号",clearable:""},nativeOn:{keydown:function(t){return!t.type.indexOf("key")&&e._k(t.keyCode,"enter",13,t.key,"Enter")?null:e.search()}},model:{value:e.searchForm.chepaihao,callback:function(t){e.$set(e.searchForm,"chepaihao",t)},expression:"searchForm.chepaihao"}})],1),t("el-button",{staticClass:"search",attrs:{type:"success"},on:{click:function(t){return e.search()}}},[t("span",{staticClass:"icon iconfont icon-chakan18",style:{margin:"0 2px",fontSize:"18px",color:"#00acc1",display:"inline-block",height:"auto"}}),e._v(" 查询 ")])],1),t("el-row",{staticClass:"actions",style:{boxShadow:"0 0px 0px 0px rgba(115,108,203,.23)",padding:"0 20px 0 0",margin:"0px 0 0px",color:"#333",alignItems:"center",textAlign:"left",display:"flex",borderRadius:"0px",flexWrap:"wrap",background:"none",flex:"1",width:"auto",fontSize:"inherit",order:"1"}},[e.isAuth("fafangpaizhao","新增")?t("el-button",{staticClass:"add",attrs:{type:"success"},on:{click:function(t){return e.addOrUpdateHandler()}}},[t("span",{staticClass:"icon iconfont icon-tianjia14",style:{margin:"0 2px",fontSize:"inherit",color:"inherit",display:"none"}}),e._v(" 新增 ")]):e._e(),e.isAuth("fafangpaizhao","删除")?t("el-button",{staticClass:"del",attrs:{disabled:!e.dataListSelections.length,type:"danger"},on:{click:function(t){return e.deleteHandler()}}},[t("span",{staticClass:"icon iconfont icon-shanchu9",style:{margin:"0 2px",fontSize:"inherit",color:"inherit",display:"none"}}),e._v(" 删除 ")]):e._e()],1)],1),t("div",{style:{padding:"20px",borderColor:"#f6f6f6",margin:"0 0 0px",borderRadius:"0 0 4px 4px",background:"rgba(255,255,255,1)",borderWidth:"0 2px 2px",width:"100%",borderStyle:"solid"}},[e.isAuth("fafangpaizhao","查看")?t("el-table",{directives:[{name:"loading",rawName:"v-loading",value:e.dataListLoading,expression:"dataListLoading"}],staticClass:"tables",style:{padding:"0",borderColor:"#eee",color:"inherit",borderRadius:"0px",borderWidth:"0px 0px 0 0px",background:"none",width:"100%",fontSize:"inherit",borderStyle:"solid"},attrs:{stripe:!1,border:!0,data:e.dataList},on:{"selection-change":e.selectionChangeHandler}},[t("el-table-column",{attrs:{resizable:!0,type:"selection",align:"center",width:"50"}}),t("el-table-column",{attrs:{resizable:!0,sortable:!0,label:"序号",type:"index",width:"50"}}),t("el-table-column",{attrs:{resizable:!0,sortable:!0,prop:"zhanghao",label:"账号"},scopedSlots:e._u([{key:"default",fn:function(t){return[e._v(" "+e._s(t.row.zhanghao)+" ")]}}],null,!1,2757161441)}),t("el-table-column",{attrs:{resizable:!0,sortable:!0,prop:"xingming",label:"姓名"},scopedSlots:e._u([{key:"default",fn:function(t){return[e._v(" "+e._s(t.row.xingming)+" ")]}}],null,!1,1096791112)}),t("el-table-column",{attrs:{resizable:!0,sortable:!0,prop:"jiashizhenghao",label:"驾驶证号"},scopedSlots:e._u([{key:"default",fn:function(t){return[e._v(" "+e._s(t.row.jiashizhenghao)+" ")]}}],null,!1,1810102229)}),t("el-table-column",{attrs:{resizable:!0,sortable:!0,prop:"chepaihao",label:"车牌号"},scopedSlots:e._u([{key:"default",fn:function(t){return[e._v(" "+e._s(t.row.chepaihao)+" ")]}}],null,!1,394100621)}),t("el-table-column",{attrs:{resizable:!0,sortable:!0,prop:"fafangshijian",label:"发放时间"},scopedSlots:e._u([{key:"default",fn:function(t){return[e._v(" "+e._s(t.row.fafangshijian)+" ")]}}],null,!1,3350440074)}),t("el-table-column",{attrs:{resizable:!0,sortable:!0,prop:"yuangongzhanghao",label:"员工账号"},scopedSlots:e._u([{key:"default",fn:function(t){return[e._v(" "+e._s(t.row.yuangongzhanghao)+" ")]}}],null,!1,3349271683)}),t("el-table-column",{attrs:{resizable:!0,sortable:!0,prop:"yuangongxingming",label:"员工姓名"},scopedSlots:e._u([{key:"default",fn:function(t){return[e._v(" "+e._s(t.row.yuangongxingming)+" ")]}}],null,!1,4268580138)}),t("el-table-column",{attrs:{width:"300",label:"操作"},scopedSlots:e._u([{key:"default",fn:function(a){return[e.isAuth("fafangpaizhao","查看")?t("el-button",{staticClass:"view",attrs:{type:"success"},on:{click:function(t){return e.addOrUpdateHandler(a.row.id,"info")}}},[t("span",{staticClass:"icon iconfont icon-chakan8",style:{margin:"0 0 0 4px",fontSize:"inherit",color:"inherit",display:"none",height:"auto"}}),e._v(" 详情 ")]):e._e(),e.isAuth("fafangpaizhao","修改")?t("el-button",{staticClass:"edit",attrs:{type:"success"},on:{click:function(t){return e.addOrUpdateHandler(a.row.id)}}},[t("span",{staticClass:"icon iconfont icon-xiugai19",style:{margin:"0 0 0 4px",fontSize:"inherit",color:"inherit",display:"none",height:"auto"}}),e._v(" 更改 ")]):e._e(),e.isAuth("fafangpaizhao","删除")?t("el-button",{staticClass:"del",attrs:{type:"primary"},on:{click:function(t){return e.deleteHandler(a.row.id)}}},[t("span",{staticClass:"icon iconfont icon-shanchu16",style:{margin:"0 0 0 4px",fontSize:"inherit",color:"inherit",display:"none",height:"auto"}}),e._v(" 移除 ")]):e._e()]}}],null,!1,1771165102)})],1):e._e()],1),t("el-pagination",{style:{border:"0px solid #dee2e6",padding:"10px 0",margin:"10px 0 0",whiteSpace:"nowrap",color:"inherit",textAlign:"center",background:"none",width:"100%",fontSize:"inherit",fontWeight:"500"},attrs:{"current-page":e.pageIndex,background:"","page-sizes":[10,50,100,200],"page-size":e.pageSize,layout:e.layouts.join(),total:e.totalPage,"prev-text":"上一页 ","next-text":"下一页 ","hide-on-single-page":!1},on:{"size-change":e.sizeChangeHandle,"current-change":e.currentChangeHandle}})]:e._e(),e.addOrUpdateFlag?t("add-or-update",{ref:"addOrUpdate",attrs:{parent:this}}):e._e()],2)},Za=[],Pa={data:function(){return{searchForm:{key:""},form:{},dataList:[],pageIndex:1,pageSize:10,totalPage:0,dataListLoading:!1,dataListSelections:[],showFlag:!0,sfshVisiable:!1,shForm:{},chartVisiable:!1,chartVisiable1:!1,chartVisiable2:!1,chartVisiable3:!1,chartVisiable4:!1,chartVisiable5:!1,addOrUpdateFlag:!1,layouts:["prev","pager","next"]}},created:function(){this.init(),this.getDataList(),this.contentStyleChange()},mounted:function(){},filters:{htmlfilter:function(e){return e.replace(/<[^>]*>/g).replace(/undefined/g,"")}},computed:{tablename:function(){return this.$storage.get("sessionTable")}},components:{AddOrUpdate:ma},methods:{contentStyleChange:function(){this.contentPageStyleChange()},contentPageStyleChange:function(){},init:function(){},search:function(){this.pageIndex=1,this.getDataList()},getDataList:function(){var e=this;this.dataListLoading=!0;var t={page:this.pageIndex,limit:this.pageSize,sort:"id",order:"desc"};""!=this.searchForm.chepaihao&&void 0!=this.searchForm.chepaihao&&(t["chepaihao"]="%"+this.searchForm.chepaihao+"%");var a=JSON.parse(this.$storage.getObj("userForm"));console.log(a),this.$http({url:"fafangpaizhao/page",method:"get",params:t}).then((function(t){var a=t.data;a&&0===a.code?(e.dataList=a.data.list,e.totalPage=a.data.total):(e.dataList=[],e.totalPage=0),e.dataListLoading=!1}))},sizeChangeHandle:function(e){this.pageSize=e,this.pageIndex=1,this.getDataList()},currentChangeHandle:function(e){this.pageIndex=e,this.getDataList()},selectionChangeHandler:function(e){this.dataListSelections=e},addOrUpdateHandler:function(e,t){var a=this;this.showFlag=!1,this.addOrUpdateFlag=!0,this.crossAddOrUpdateFlag=!1,"info"!=t&&(t="else"),this.$nextTick((function(){a.$refs.addOrUpdate.init(e,t)}))},download:function(e){var t=this,a=e.replace(new RegExp("upload/","g"),"");c.a.get(this.$base.url+"file/download?fileName="+a,{headers:{token:this.$storage.get("Token")},responseType:"blob"}).then((function(e){var t=e.data,i=[];i.push(t);var n=window.URL.createObjectURL(new Blob(i,{type:"application/pdf;chartset=UTF-8"})),o=document.createElement("a");o.href=n,o.download=a,o.dispatchEvent(new MouseEvent("click",{bubbles:!0,cancelable:!0,view:window})),window.URL.revokeObjectURL(t)}),(function(e){c.a.get((location.href.split(t.$base.name).length>1?location.href.split(t.$base.name)[0]:"")+t.$base.name+"/file/download?fileName="+a,{headers:{token:t.$storage.get("Token")},responseType:"blob"}).then((function(e){var t=e.data,i=[];i.push(t);var n=window.URL.createObjectURL(new Blob(i,{type:"application/pdf;chartset=UTF-8"})),o=document.createElement("a");o.href=n,o.download=a,o.dispatchEvent(new MouseEvent("click",{bubbles:!0,cancelable:!0,view:window})),window.URL.revokeObjectURL(t)}))}))},preClick:function(e){if(!e)return!1;window.open(location.href.split(this.$base.name).length>1?location.href.split(this.$base.name)[0]+this.$base.name+"/"+e:this.$base.url+e)},fafangpaizhaostatusChange:function(e,t){var a=this;0==t.status&&(t.passwordwrongnum=0),this.$http({url:"fafangpaizhao/update",method:"post",data:t}).then((function(e){1==t.status?a.$message.error("该用户已锁定"):a.$message.success("该用户已解除锁定")}))},deleteHandler:function(e){var t=this;return Object(r["a"])(Object(o["a"])().mark((function a(){var i;return Object(o["a"])().wrap((function(a){while(1)switch(a.prev=a.next){case 0:return i=e?[Number(e)]:t.dataListSelections.map((function(e){return Number(e.id)})),a.next=3,t.$confirm("确定进行[".concat(e?"删除":"批量删除","]操作?"),"提示",{confirmButtonText:"确定",cancelButtonText:"取消",type:"warning"}).then(Object(r["a"])(Object(o["a"])().mark((function e(){return Object(o["a"])().wrap((function(e){while(1)switch(e.prev=e.next){case 0:return e.next=2,t.$http({url:"fafangpaizhao/delete",method:"post",data:i}).then(function(){var e=Object(r["a"])(Object(o["a"])().mark((function e(a){var i;return Object(o["a"])().wrap((function(e){while(1)switch(e.prev=e.next){case 0:i=a.data,i&&0===i.code?t.$message({message:"操作成功",type:"success",duration:1500,onClose:function(){t.search()}}):t.$message.error(i.msg);case 2:case"end":return e.stop()}}),e)})));return function(t){return e.apply(this,arguments)}}());case 2:case"end":return e.stop()}}),e)}))));case 3:case"end":return a.stop()}}),a)})))()}}},Wa=Pa,Qa=(a("7541"),Object(m["a"])(Wa,Da,Za,!1,null,"170b2334",null)),Na=Qa.exports,Ya=function(){var e=this,t=e._self._c;return t("div",{staticClass:"main-content",style:{minHeight:"calc(100vh - 200px)",padding:"0px 5%",margin:"0 auto",color:"#666",background:"none",width:"calc(100% - 0px)",fontSize:"14px",height:"100%"}},[e.showFlag?[t("el-form",{staticClass:"center-form-pv",style:{padding:"20px 20px 0",boxShadow:"0 2px 3px 0px rgba(100,100,100,.05)",margin:"0 0 0px",borderColor:"#f6f6f6",display:"flex",justifyContent:"center",minHeight:"100px",overflow:"hidden",borderRadius:"4px 4px 0 0",flexWrap:"wrap",background:"#fff",borderWidth:"2px 2px 0",fontSize:"inherit",borderStyle:"solid"},attrs:{inline:!0,model:e.searchForm}},[t("el-row",{style:{padding:"0px",boxShadow:"0 0px 0px 0px rgba(115,108,203,.23)",margin:"0 0px 0px 0",borderRadius:"0px",alignItems:"center",background:"none",display:"flex",width:"auto",fontSize:"inherit",justifyContent:"flex-end",order:"2"}},[t("div",{style:{margin:"0 10px 0 0",fontSize:"inherit",display:"inline-block"}},[t("label",{staticClass:"item-label",style:{margin:"0 10px 0 0",color:"inherit",display:"inline-block",lineHeight:"34px",fontSize:"inherit",fontWeight:"500",height:"34px"}},[e._v("保险公司")]),t("el-input",{attrs:{placeholder:"保险公司",clearable:""},nativeOn:{keydown:function(t){return!t.type.indexOf("key")&&e._k(t.keyCode,"enter",13,t.key,"Enter")?null:e.search()}},model:{value:e.searchForm.baoxiangongsi,callback:function(t){e.$set(e.searchForm,"baoxiangongsi",t)},expression:"searchForm.baoxiangongsi"}})],1),t("div",{style:{margin:"0 10px 0 0",fontSize:"inherit",display:"inline-block"}},[t("label",{staticClass:"item-label",style:{margin:"0 10px 0 0",color:"inherit",display:"inline-block",lineHeight:"34px",fontSize:"inherit",fontWeight:"500",height:"34px"}},[e._v("保险类型")]),t("el-input",{attrs:{placeholder:"保险类型",clearable:""},nativeOn:{keydown:function(t){return!t.type.indexOf("key")&&e._k(t.keyCode,"enter",13,t.key,"Enter")?null:e.search()}},model:{value:e.searchForm.baoxianleixing,callback:function(t){e.$set(e.searchForm,"baoxianleixing",t)},expression:"searchForm.baoxianleixing"}})],1),t("div",{style:{margin:"0 10px 0 0",fontSize:"inherit",display:"inline-block"}},[t("label",{staticClass:"item-label",style:{margin:"0 10px 0 0",color:"inherit",display:"inline-block",lineHeight:"34px",fontSize:"inherit",fontWeight:"500",height:"34px"}},[e._v("车辆型号")]),t("el-input",{attrs:{placeholder:"车辆型号",clearable:""},nativeOn:{keydown:function(t){return!t.type.indexOf("key")&&e._k(t.keyCode,"enter",13,t.key,"Enter")?null:e.search()}},model:{value:e.searchForm.cheliangxinghao,callback:function(t){e.$set(e.searchForm,"cheliangxinghao",t)},expression:"searchForm.cheliangxinghao"}})],1),t("div",{style:{margin:"0 10px 0 0",fontSize:"inherit",display:"inline-block"}},[t("label",{staticClass:"item-label",style:{margin:"0 10px 0 0",color:"inherit",display:"inline-block",lineHeight:"34px",fontSize:"inherit",fontWeight:"500",height:"34px"}},[e._v("车辆品牌")]),t("el-input",{attrs:{placeholder:"车辆品牌",clearable:""},nativeOn:{keydown:function(t){return!t.type.indexOf("key")&&e._k(t.keyCode,"enter",13,t.key,"Enter")?null:e.search()}},model:{value:e.searchForm.cheliangpinpai,callback:function(t){e.$set(e.searchForm,"cheliangpinpai",t)},expression:"searchForm.cheliangpinpai"}})],1),t("div",{style:{margin:"0 10px 0 0",fontSize:"inherit",display:"inline-block"}},[t("label",{staticClass:"item-label",style:{margin:"0 10px 0 0",color:"inherit",display:"inline-block",lineHeight:"34px",fontSize:"inherit",fontWeight:"500",height:"34px"}},[e._v("车辆类型")]),t("el-input",{attrs:{placeholder:"车辆类型",clearable:""},nativeOn:{keydown:function(t){return!t.type.indexOf("key")&&e._k(t.keyCode,"enter",13,t.key,"Enter")?null:e.search()}},model:{value:e.searchForm.cheliangleixing,callback:function(t){e.$set(e.searchForm,"cheliangleixing",t)},expression:"searchForm.cheliangleixing"}})],1),t("el-button",{staticClass:"search",attrs:{type:"success"},on:{click:function(t){return e.search()}}},[t("span",{staticClass:"icon iconfont icon-chakan18",style:{margin:"0 2px",fontSize:"18px",color:"#00acc1",display:"inline-block",height:"auto"}}),e._v(" 查询 ")])],1),t("el-row",{staticClass:"actions",style:{boxShadow:"0 0px 0px 0px rgba(115,108,203,.23)",padding:"0 20px 0 0",margin:"0px 0 0px",color:"#333",alignItems:"center",textAlign:"left",display:"flex",borderRadius:"0px",flexWrap:"wrap",background:"none",flex:"1",width:"auto",fontSize:"inherit",order:"1"}},[e.isAuth("baoxianxinxi","新增")?t("el-button",{staticClass:"add",attrs:{type:"success"},on:{click:function(t){return e.addOrUpdateHandler()}}},[t("span",{staticClass:"icon iconfont icon-tianjia14",style:{margin:"0 2px",fontSize:"inherit",color:"inherit",display:"none"}}),e._v(" 新增 ")]):e._e(),e.isAuth("baoxianxinxi","删除")?t("el-button",{staticClass:"del",attrs:{disabled:!e.dataListSelections.length,type:"danger"},on:{click:function(t){return e.deleteHandler()}}},[t("span",{staticClass:"icon iconfont icon-shanchu9",style:{margin:"0 2px",fontSize:"inherit",color:"inherit",display:"none"}}),e._v(" 删除 ")]):e._e()],1)],1),t("div",{style:{padding:"20px",borderColor:"#f6f6f6",margin:"0 0 0px",borderRadius:"0 0 4px 4px",background:"rgba(255,255,255,1)",borderWidth:"0 2px 2px",width:"100%",borderStyle:"solid"}},[e.isAuth("baoxianxinxi","查看")?t("el-table",{directives:[{name:"loading",rawName:"v-loading",value:e.dataListLoading,expression:"dataListLoading"}],staticClass:"tables",style:{padding:"0",borderColor:"#eee",color:"inherit",borderRadius:"0px",borderWidth:"0px 0px 0 0px",background:"none",width:"100%",fontSize:"inherit",borderStyle:"solid"},attrs:{stripe:!1,border:!0,data:e.dataList},on:{"selection-change":e.selectionChangeHandler}},[t("el-table-column",{attrs:{resizable:!0,type:"selection",align:"center",width:"50"}}),t("el-table-column",{attrs:{resizable:!0,sortable:!0,label:"序号",type:"index",width:"50"}}),t("el-table-column",{attrs:{resizable:!0,sortable:!0,prop:"baoxiangongsi",label:"保险公司"},scopedSlots:e._u([{key:"default",fn:function(t){return[e._v(" "+e._s(t.row.baoxiangongsi)+" ")]}}],null,!1,1248552468)}),t("el-table-column",{attrs:{resizable:!0,sortable:!0,prop:"baoxianleixing",label:"保险类型"},scopedSlots:e._u([{key:"default",fn:function(t){return[e._v(" "+e._s(t.row.baoxianleixing)+" ")]}}],null,!1,1494442167)}),t("el-table-column",{attrs:{resizable:!0,sortable:!0,prop:"baoxianjine",label:"保险金额"},scopedSlots:e._u([{key:"default",fn:function(t){return[e._v(" "+e._s(t.row.baoxianjine)+" ")]}}],null,!1,2203653383)}),t("el-table-column",{attrs:{resizable:!0,sortable:!0,prop:"shengxiaoriqi",label:"生效日期"},scopedSlots:e._u([{key:"default",fn:function(t){return[e._v(" "+e._s(t.row.shengxiaoriqi)+" ")]}}],null,!1,3011971030)}),t("el-table-column",{attrs:{resizable:!0,sortable:!0,prop:"youxiaoqizhi",label:"有效期至"},scopedSlots:e._u([{key:"default",fn:function(t){return[e._v(" "+e._s(t.row.youxiaoqizhi)+" ")]}}],null,!1,1122156546)}),t("el-table-column",{attrs:{resizable:!0,sortable:!0,prop:"chepaihao",label:"车牌号"},scopedSlots:e._u([{key:"default",fn:function(t){return[e._v(" "+e._s(t.row.chepaihao)+" ")]}}],null,!1,394100621)}),t("el-table-column",{attrs:{resizable:!0,sortable:!0,prop:"cheliangxinghao",label:"车辆型号"},scopedSlots:e._u([{key:"default",fn:function(t){return[e._v(" "+e._s(t.row.cheliangxinghao)+" ")]}}],null,!1,2617493600)}),t("el-table-column",{attrs:{resizable:!0,sortable:!0,prop:"cheliangpinpai",label:"车辆品牌"},scopedSlots:e._u([{key:"default",fn:function(t){return[e._v(" "+e._s(t.row.cheliangpinpai)+" ")]}}],null,!1,1242299153)}),t("el-table-column",{attrs:{resizable:!0,sortable:!0,prop:"cheliangleixing",label:"车辆类型"},scopedSlots:e._u([{key:"default",fn:function(t){return[e._v(" "+e._s(t.row.cheliangleixing)+" ")]}}],null,!1,3411339622)}),t("el-table-column",{attrs:{resizable:!0,sortable:!0,prop:"fadongjihao",label:"发动机号"},scopedSlots:e._u([{key:"default",fn:function(t){return[e._v(" "+e._s(t.row.fadongjihao)+" ")]}}],null,!1,390983741)}),t("el-table-column",{attrs:{resizable:!0,sortable:!0,prop:"chejiahao",label:"车架号"},scopedSlots:e._u([{key:"default",fn:function(t){return[e._v(" "+e._s(t.row.chejiahao)+" ")]}}],null,!1,1114410583)}),t("el-table-column",{attrs:{resizable:!0,sortable:!0,prop:"dengjiriqi",label:"登记日期"},scopedSlots:e._u([{key:"default",fn:function(t){return[e._v(" "+e._s(t.row.dengjiriqi)+" ")]}}],null,!1,4043809205)}),t("el-table-column",{attrs:{resizable:!0,sortable:!0,prop:"zhanghao",label:"账号"},scopedSlots:e._u([{key:"default",fn:function(t){return[e._v(" "+e._s(t.row.zhanghao)+" ")]}}],null,!1,2757161441)}),t("el-table-column",{attrs:{resizable:!0,sortable:!0,prop:"xingming",label:"姓名"},scopedSlots:e._u([{key:"default",fn:function(t){return[e._v(" "+e._s(t.row.xingming)+" ")]}}],null,!1,1096791112)}),t("el-table-column",{attrs:{resizable:!0,sortable:!0,prop:"jiashizhenghao",label:"驾驶证号"},scopedSlots:e._u([{key:"default",fn:function(t){return[e._v(" "+e._s(t.row.jiashizhenghao)+" ")]}}],null,!1,1810102229)}),t("el-table-column",{attrs:{resizable:!0,sortable:!0,prop:"yuangongzhanghao",label:"员工账号"},scopedSlots:e._u([{key:"default",fn:function(t){return[e._v(" "+e._s(t.row.yuangongzhanghao)+" ")]}}],null,!1,3349271683)}),t("el-table-column",{attrs:{resizable:!0,sortable:!0,prop:"yuangongxingming",label:"员工姓名"},scopedSlots:e._u([{key:"default",fn:function(t){return[e._v(" "+e._s(t.row.yuangongxingming)+" ")]}}],null,!1,4268580138)}),t("el-table-column",{attrs:{width:"300",label:"操作"},scopedSlots:e._u([{key:"default",fn:function(a){return[e.isAuth("baoxianxinxi","查看")?t("el-button",{staticClass:"view",attrs:{type:"success"},on:{click:function(t){return e.addOrUpdateHandler(a.row.id,"info")}}},[t("span",{staticClass:"icon iconfont icon-chakan8",style:{margin:"0 0 0 4px",fontSize:"inherit",color:"inherit",display:"none",height:"auto"}}),e._v(" 详情 ")]):e._e(),e.isAuth("baoxianxinxi","修改")?t("el-button",{staticClass:"edit",attrs:{type:"success"},on:{click:function(t){return e.addOrUpdateHandler(a.row.id)}}},[t("span",{staticClass:"icon iconfont icon-xiugai19",style:{margin:"0 0 0 4px",fontSize:"inherit",color:"inherit",display:"none",height:"auto"}}),e._v(" 更改 ")]):e._e(),e.isAuth("baoxianxinxi","删除")?t("el-button",{staticClass:"del",attrs:{type:"primary"},on:{click:function(t){return e.deleteHandler(a.row.id)}}},[t("span",{staticClass:"icon iconfont icon-shanchu16",style:{margin:"0 0 0 4px",fontSize:"inherit",color:"inherit",display:"none",height:"auto"}}),e._v(" 移除 ")]):e._e()]}}],null,!1,1009739679)})],1):e._e()],1),t("el-pagination",{style:{border:"0px solid #dee2e6",padding:"10px 0",margin:"10px 0 0",whiteSpace:"nowrap",color:"inherit",textAlign:"center",background:"none",width:"100%",fontSize:"inherit",fontWeight:"500"},attrs:{"current-page":e.pageIndex,background:"","page-sizes":[10,50,100,200],"page-size":e.pageSize,layout:e.layouts.join(),total:e.totalPage,"prev-text":"上一页 ","next-text":"下一页 ","hide-on-single-page":!1},on:{"size-change":e.sizeChangeHandle,"current-change":e.currentChangeHandle}})]:e._e(),e.addOrUpdateFlag?t("add-or-update",{ref:"addOrUpdate",attrs:{parent:this}}):e._e()],2)},Xa=[],Ka={data:function(){return{searchForm:{key:""},form:{},dataList:[],pageIndex:1,pageSize:10,totalPage:0,dataListLoading:!1,dataListSelections:[],showFlag:!0,sfshVisiable:!1,shForm:{},chartVisiable:!1,chartVisiable1:!1,chartVisiable2:!1,chartVisiable3:!1,chartVisiable4:!1,chartVisiable5:!1,addOrUpdateFlag:!1,layouts:["prev","pager","next"]}},created:function(){this.init(),this.getDataList(),this.contentStyleChange()},mounted:function(){},filters:{htmlfilter:function(e){return e.replace(/<[^>]*>/g).replace(/undefined/g,"")}},computed:{tablename:function(){return this.$storage.get("sessionTable")}},components:{AddOrUpdate:mt},methods:{contentStyleChange:function(){this.contentPageStyleChange()},contentPageStyleChange:function(){},init:function(){},search:function(){this.pageIndex=1,this.getDataList()},getDataList:function(){var e=this;this.dataListLoading=!0;var t={page:this.pageIndex,limit:this.pageSize,sort:"id",order:"desc"};""!=this.searchForm.baoxiangongsi&&void 0!=this.searchForm.baoxiangongsi&&(t["baoxiangongsi"]="%"+this.searchForm.baoxiangongsi+"%"),""!=this.searchForm.baoxianleixing&&void 0!=this.searchForm.baoxianleixing&&(t["baoxianleixing"]="%"+this.searchForm.baoxianleixing+"%"),""!=this.searchForm.cheliangxinghao&&void 0!=this.searchForm.cheliangxinghao&&(t["cheliangxinghao"]="%"+this.searchForm.cheliangxinghao+"%"),""!=this.searchForm.cheliangpinpai&&void 0!=this.searchForm.cheliangpinpai&&(t["cheliangpinpai"]="%"+this.searchForm.cheliangpinpai+"%"),""!=this.searchForm.cheliangleixing&&void 0!=this.searchForm.cheliangleixing&&(t["cheliangleixing"]="%"+this.searchForm.cheliangleixing+"%");var a=JSON.parse(this.$storage.getObj("userForm"));console.log(a),this.$http({url:"baoxianxinxi/page",method:"get",params:t}).then((function(t){var a=t.data;a&&0===a.code?(e.dataList=a.data.list,e.totalPage=a.data.total):(e.dataList=[],e.totalPage=0),e.dataListLoading=!1}))},sizeChangeHandle:function(e){this.pageSize=e,this.pageIndex=1,this.getDataList()},currentChangeHandle:function(e){this.pageIndex=e,this.getDataList()},selectionChangeHandler:function(e){this.dataListSelections=e},addOrUpdateHandler:function(e,t){var a=this;this.showFlag=!1,this.addOrUpdateFlag=!0,this.crossAddOrUpdateFlag=!1,"info"!=t&&(t="else"),this.$nextTick((function(){a.$refs.addOrUpdate.init(e,t)}))},download:function(e){var t=this,a=e.replace(new RegExp("upload/","g"),"");c.a.get(this.$base.url+"file/download?fileName="+a,{headers:{token:this.$storage.get("Token")},responseType:"blob"}).then((function(e){var t=e.data,i=[];i.push(t);var n=window.URL.createObjectURL(new Blob(i,{type:"application/pdf;chartset=UTF-8"})),o=document.createElement("a");o.href=n,o.download=a,o.dispatchEvent(new MouseEvent("click",{bubbles:!0,cancelable:!0,view:window})),window.URL.revokeObjectURL(t)}),(function(e){c.a.get((location.href.split(t.$base.name).length>1?location.href.split(t.$base.name)[0]:"")+t.$base.name+"/file/download?fileName="+a,{headers:{token:t.$storage.get("Token")},responseType:"blob"}).then((function(e){var t=e.data,i=[];i.push(t);var n=window.URL.createObjectURL(new Blob(i,{type:"application/pdf;chartset=UTF-8"})),o=document.createElement("a");o.href=n,o.download=a,o.dispatchEvent(new MouseEvent("click",{bubbles:!0,cancelable:!0,view:window})),window.URL.revokeObjectURL(t)}))}))},preClick:function(e){if(!e)return!1;window.open(location.href.split(this.$base.name).length>1?location.href.split(this.$base.name)[0]+this.$base.name+"/"+e:this.$base.url+e)},baoxianxinxistatusChange:function(e,t){var a=this;0==t.status&&(t.passwordwrongnum=0),this.$http({url:"baoxianxinxi/update",method:"post",data:t}).then((function(e){1==t.status?a.$message.error("该用户已锁定"):a.$message.success("该用户已解除锁定")}))},deleteHandler:function(e){var t=this;return Object(r["a"])(Object(o["a"])().mark((function a(){var i;return Object(o["a"])().wrap((function(a){while(1)switch(a.prev=a.next){case 0:return i=e?[Number(e)]:t.dataListSelections.map((function(e){return Number(e.id)})),a.next=3,t.$confirm("确定进行[".concat(e?"删除":"批量删除","]操作?"),"提示",{confirmButtonText:"确定",cancelButtonText:"取消",type:"warning"}).then(Object(r["a"])(Object(o["a"])().mark((function e(){return Object(o["a"])().wrap((function(e){while(1)switch(e.prev=e.next){case 0:return e.next=2,t.$http({url:"baoxianxinxi/delete",method:"post",data:i}).then(function(){var e=Object(r["a"])(Object(o["a"])().mark((function e(a){var i;return Object(o["a"])().wrap((function(e){while(1)switch(e.prev=e.next){case 0:i=a.data,i&&0===i.code?t.$message({message:"操作成功",type:"success",duration:1500,onClose:function(){t.search()}}):t.$message.error(i.msg);case 2:case"end":return e.stop()}}),e)})));return function(t){return e.apply(this,arguments)}}());case 2:case"end":return e.stop()}}),e)}))));case 3:case"end":return a.stop()}}),a)})))()}}},Ga=Ka,ei=(a("e5f3"),Object(m["a"])(Ga,Ya,Xa,!1,null,"dee0f138",null)),ti=ei.exports;w["default"].use(k["a"]);var ai=[{path:"/",name:"系统首页",component:ge,children:[{path:"/",name:"系统首页",component:ye,meta:{icon:"",title:"center",affix:!0}},{path:"/updatePassword",name:"修改密码",component:qe,meta:{icon:"",title:"updatePassword"}},{path:"/pay",name:"支付",component:$e,meta:{icon:"",title:"pay"}},{path:"/center",name:"个人信息",component:tt,meta:{icon:"",title:"center"}},{path:"/luxianxinxi",name:"路线信息",component:v},{path:"/cheliangdangan",name:"车辆档案",component:Mt},{path:"/xubaotongzhi",name:"续保通知",component:qt},{path:"/gongzuorenyuan",name:"工作人员",component:Nt},{path:"/shigujilu",name:"事故记录",component:ta},{path:"/guapaishenqing",name:"挂牌申请",component:ya},{path:"/jiashiyuan",name:"驾驶员",component:Ma},{path:"/gonggaoxinxi",name:"公告信息",component:$a},{path:"/fafangpaizhao",name:"发放牌照",component:Na},{path:"/baoxianxinxi",name:"保险信息",component:ti}]},{path:"/login",name:"login",component:Fe,meta:{icon:"",title:"login"}},{path:"/register",name:"register",component:Ne,meta:{icon:"",title:"register"}},{path:"*",component:Me}],ii=new k["a"]({mode:"hash",routes:ai}),ni=k["a"].prototype.push;k["a"].prototype.push=function(e){return ni.call(this,e).catch((function(e){return e}))};t["a"]=ii},"819d":function(e,t,a){"use strict";a.r(t);var i=a("92f2"),n=a.n(i),o=a("0b74"),r=a.n(o),s=new n.a({id:"icon-area",use:"icon-area-usage",viewBox:"0 0 113.39 113.39",content:'省份管理'});r.a.add(s);t["default"]=s},8249:function(e,t,a){e.exports=a.p+"img/zhongguo.20798bfa.png"},8331:function(e,t,a){"use strict";a.r(t);var i=a("92f2"),n=a.n(i),o=a("0b74"),r=a.n(o),s=new n.a({id:"icon-harvestDetection",use:"icon-harvestDetection-usage",viewBox:"0 0 113.39 82.46",content:'采收检测标准'});r.a.add(s);t["default"]=s},"860c":function(e,t,a){"use strict";a.r(t);var i=a("92f2"),n=a.n(i),o=a("0b74"),r=a.n(o),s=new n.a({id:"icon-warnings",use:"icon-warnings-usage",viewBox:"0 0 113.39 106.49",content:'预警阈值'});r.a.add(s);t["default"]=s},"86ed":function(e,t,a){"use strict";a.r(t);var i=a("92f2"),n=a.n(i),o=a("0b74"),r=a.n(o),s=new n.a({id:"icon-harvestManage",use:"icon-harvestManage-usage",viewBox:"0 0 113.39 106.94",content:'采收管理'});r.a.add(s);t["default"]=s},"86fd":function(e,t,a){},"89e8":function(e,t,a){},"8aeb":function(e,t,a){"use strict";a("4e98")},"8b97":function(e,t,a){"use strict";a("e4d2")},"8bf3":function(e,t,a){"use strict";a.r(t);var i=a("92f2"),n=a.n(i),o=a("0b74"),r=a.n(o),s=new n.a({id:"icon-environmental",use:"icon-environmental-usage",viewBox:"0 0 113.39 113.39",content:'基地环境监测'});r.a.add(s);t["default"]=s},"8f20":function(e,t,a){e.exports=a.p+"img/404.3648f234.png"},"903a":function(e,t,a){},"907d":function(e,t,a){"use strict";a.r(t);var i=a("92f2"),n=a.n(i),o=a("0b74"),r=a.n(o),s=new n.a({id:"icon-scheme",use:"icon-scheme-usage",viewBox:"0 0 113.39 122.01",content:'种植计划管理'});r.a.add(s);t["default"]=s},9233:function(e,t,a){"use strict";a("f1a1")},9645:function(e,t,a){"use strict";a("b34b")},9685:function(e,t,a){"use strict";a("dc75")},"969e":function(e,t,a){"use strict";a("7ebf")},"99ae":function(e,t,a){},"9d41":function(e,t,a){"use strict";a.r(t);var i=a("92f2"),n=a.n(i),o=a("0b74"),r=a.n(o),s=new n.a({id:"icon-traceabilityList",use:"icon-traceabilityList-usage",viewBox:"0 0 113.39 113.39",content:'溯源配置'});r.a.add(s);t["default"]=s},"9f99":function(e,t,a){"use strict";a.r(t);var i=a("92f2"),n=a.n(i),o=a("0b74"),r=a.n(o),s=new n.a({id:"icon-pestActive",use:"icon-pestActive-usage",viewBox:"0 0 113.4 113.4",content:'\r\n\r\n病虫害管理\r\n\r\n\r\n\r\n'});r.a.add(s);t["default"]=s},a0bc:function(e,t,a){"use strict";a.r(t);var i=a("92f2"),n=a.n(i),o=a("0b74"),r=a.n(o),s=new n.a({id:"icon-diseasesinsect",use:"icon-diseasesinsect-usage",viewBox:"0 0 113.39 113.39",content:'病虫害管理'});r.a.add(s);t["default"]=s},a15c:function(e,t,a){"use strict";a.r(t);var i=a("92f2"),n=a.n(i),o=a("0b74"),r=a.n(o),s=new n.a({id:"icon-traceability",use:"icon-traceability-usage",viewBox:"0 0 113 113",content:'溯源管理'});r.a.add(s);t["default"]=s},a311:function(e,t,a){},a458:function(e,t,a){"use strict";a("7d82")},a4bb:function(e,t,a){"use strict";a("7a46")},a5d9:function(e,t,a){"use strict";a.r(t);var i=a("92f2"),n=a.n(i),o=a("0b74"),r=a.n(o),s=new n.a({id:"icon-validCode",use:"icon-validCode-usage",viewBox:"0 0 1024 1024",content:''});r.a.add(s);t["default"]=s},a801:function(e,t,a){"use strict";a.r(t);var i=a("92f2"),n=a.n(i),o=a("0b74"),r=a.n(o),s=new n.a({id:"icon-videoKey",use:"icon-videoKey-usage",viewBox:"0 0 113.39 94.78",content:'视频云配置1'});r.a.add(s);t["default"]=s},aa0d:function(e,t,a){"use strict";a.r(t);var i=a("92f2"),n=a.n(i),o=a("0b74"),r=a.n(o),s=new n.a({id:"icon-system",use:"icon-system-usage",viewBox:"0 0 1084 1024",content:''});r.a.add(s);t["default"]=s},aa49:function(e,t,a){"use strict";a.r(t);var i=a("92f2"),n=a.n(i),o=a("0b74"),r=a.n(o),s=new n.a({id:"icon-password",use:"icon-password-usage",viewBox:"0 0 1024 1024",content:''});r.a.add(s);t["default"]=s},ac2b:function(e,t,a){"use strict";a("86fd")},af13:function(e,t,a){"use strict";a("105a")},afcf:function(e,t,a){"use strict";a.r(t);var i=a("92f2"),n=a.n(i),o=a("0b74"),r=a.n(o),s=new n.a({id:"icon-deviceMonitorData",use:"icon-deviceMonitorData-usage",viewBox:"0 0 113.39 113.39",content:'监测数据'});r.a.add(s);t["default"]=s},b0c8:function(e,t,a){},b264:function(e){e.exports=JSON.parse("{}")},b2cd:function(e,t,a){},b34b:function(e,t,a){},b3aa:function(e,t,a){},b3ae:function(e,t,a){"use strict";a("513f")},b4ce:function(e,t,a){"use strict";a("4837")},b606:function(e,t,a){"use strict";a.r(t);var i=a("92f2"),n=a.n(i),o=a("0b74"),r=a.n(o),s=new n.a({id:"icon-video",use:"icon-video-usage",viewBox:"0 0 113.39 113.39",content:'视频云配置sp'});r.a.add(s);t["default"]=s},b70e:function(e,t,a){},b7e8:function(e,t){e.exports="data:image/png;base64,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"},b864:function(e,t,a){"use strict";a.r(t);var i=a("92f2"),n=a.n(i),o=a("0b74"),r=a.n(o),s=new n.a({id:"icon-plant",use:"icon-plant-usage",viewBox:"0 0 113.39 99.52",content:'种植管理'});r.a.add(s);t["default"]=s},bb95:function(e,t,a){"use strict";a.r(t);var i=a("92f2"),n=a.n(i),o=a("0b74"),r=a.n(o),s=new n.a({id:"icon-financeBudget",use:"icon-financeBudget-usage",viewBox:"0 0 113.39 113.39",content:'预算统计'});r.a.add(s);t["default"]=s},bc0b:function(e,t,a){"use strict";a.r(t);var i=a("92f2"),n=a.n(i),o=a("0b74"),r=a.n(o),s=new n.a({id:"icon-vipCustomized",use:"icon-vipCustomized-usage",viewBox:"0 0 114.39 114.39",content:'VIP定制'});r.a.add(s);t["default"]=s},bd3e:function(e,t,a){"use strict";a.r(t);var i=a("92f2"),n=a.n(i),o=a("0b74"),r=a.n(o),s=new n.a({id:"icon-harvestWorks",use:"icon-harvestWorks-usage",viewBox:"0 0 113.38 123.05",content:'采收检测工单'});r.a.add(s);t["default"]=s},c3cd:function(e,t,a){},c401:function(e,t,a){"use strict";a.r(t);var i=a("92f2"),n=a.n(i),o=a("0b74"),r=a.n(o),s=new n.a({id:"icon-documentation",use:"icon-documentation-usage",viewBox:"0 0 1024 1024",content:''});r.a.add(s);t["default"]=s},c774:function(e,t,a){"use strict";a("903a")},c8e3:function(e,t,a){"use strict";a.r(t);var i=a("92f2"),n=a.n(i),o=a("0b74"),r=a.n(o),s=new n.a({id:"icon-farmingProject",use:"icon-farmingProject-usage",viewBox:"0 0 113.39 113.39",content:'农事项目'});r.a.add(s);t["default"]=s},c928:function(e,t,a){},c985:function(e,t){e.exports="data:image/png;base64,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"},ca61:function(e,t,a){"use strict";a("fb86")},cc9b:function(e,t,a){},cda2:function(e,t,a){"use strict";a("99ae")},cf43:function(e,t,a){"use strict";a("61b4")},cfa1:function(e,t,a){"use strict";a("b3aa")},d300:function(e,t,a){},d3c2:function(e,t,a){"use strict";a("a311")},d50c:function(e,t,a){"use strict";a.r(t);var i=a("92f2"),n=a.n(i),o=a("0b74"),r=a.n(o),s=new n.a({id:"icon-finance",use:"icon-finance-usage",viewBox:"0 0 113.39 113.39",content:'财务管理'});r.a.add(s);t["default"]=s},d590:function(e,t,a){},d6e3:function(e,t,a){"use strict";a("6a9a")},d709:function(e,t){e.exports="data:image/png;base64,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"},d884:function(e,t,a){"use strict";a.r(t);var i=a("92f2"),n=a.n(i),o=a("0b74"),r=a.n(o),s=new n.a({id:"icon-peoples",use:"icon-peoples-usage",viewBox:"0 0 1024 1024",content:''});r.a.add(s);t["default"]=s},dc75:function(e,t,a){},dd36:function(e,t,a){"use strict";a.r(t);var i=a("92f2"),n=a.n(i),o=a("0b74"),r=a.n(o),s=new n.a({id:"icon-harvestBatch",use:"icon-harvestBatch-usage",viewBox:"0 0 113.39 100.79",content:'采收批次管理'});r.a.add(s);t["default"]=s},e008:function(e,t,a){"use strict";a.r(t);var i=a("92f2"),n=a.n(i),o=a("0b74"),r=a.n(o),s=new n.a({id:"icon-board1",use:"icon-board1-usage",viewBox:"0 0 113.4 113.2",content:'\r\n\r\n看板管理\r\n\r\n\t\r\n\t\r\n\t\r\n\r\n'});r.a.add(s);t["default"]=s},e093:function(e,t,a){"use strict";a.r(t);var i=a("92f2"),n=a.n(i),o=a("0b74"),r=a.n(o),s=new n.a({id:"icon-pesticideResidue",use:"icon-pesticideResidue-usage",viewBox:"0 0 113.39 110.4",content:'农残检测项'});r.a.add(s);t["default"]=s},e0c1:function(e,t,a){},e22c:function(e,t,a){"use strict";a.r(t);var i=a("92f2"),n=a.n(i),o=a("0b74"),r=a.n(o),s=new n.a({id:"icon-financeReality",use:"icon-financeReality-usage",viewBox:"0 0 113.39 113.39",content:'实际统计'});r.a.add(s);t["default"]=s},e306:function(e,t,a){"use strict";a("c3cd")},e359:function(e,t,a){"use strict";a.r(t);var i=a("92f2"),n=a.n(i),o=a("0b74"),r=a.n(o),s=new n.a({id:"icon-mainSystem",use:"icon-mainSystem-usage",viewBox:"0 0 113.35 113.41",content:'主系统'});r.a.add(s);t["default"]=s},e3d1:function(e,t,a){"use strict";a.r(t);var i=a("92f2"),n=a.n(i),o=a("0b74"),r=a.n(o),s=new n.a({id:"icon-AIDeviceLayout",use:"icon-AIDeviceLayout-usage",viewBox:"0 0 113.63 113.65",content:'物联网配置'});r.a.add(s);t["default"]=s},e4d2:function(e,t,a){},e5e8:function(e,t,a){"use strict";a.r(t);var i=a("92f2"),n=a.n(i),o=a("0b74"),r=a.n(o),s=new n.a({id:"icon-pest",use:"icon-pest-usage",viewBox:"0 0 113.39 113.39",content:'病虫害管理'});r.a.add(s);t["default"]=s},e5f3:function(e,t,a){"use strict";a("89e8")},e7cb:function(e,t,a){"use strict";a.r(t);var i=a("92f2"),n=a.n(i),o=a("0b74"),r=a.n(o),s=new n.a({id:"icon-internet",use:"icon-internet-usage",viewBox:"0 0 113.61 113.63",content:'物联网管理置'});r.a.add(s);t["default"]=s},ebe0:function(e,t,a){"use strict";a.r(t);var i=a("92f2"),n=a.n(i),o=a("0b74"),r=a.n(o),s=new n.a({id:"icon-dataLack",use:"icon-dataLack-usage",viewBox:"0 0 113.39 113.39",content:'数据缺失'});r.a.add(s);t["default"]=s},ebf9:function(e,t,a){"use strict";a("586d")},ecc3:function(e,t){e.exports="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAKAAAABACAYAAACdi3yvAAAOsElEQVR4Xu1aXWxcRxX+zly7dXjJpnjrDTzUjQNCgBpXQiokruoAQg1CxKGlAgkUWyAQfWjWQYjyhP0CqFLjdVsKPJTaRfBQgbqhSBUUKQ6y3SJR1REECYgTpxJkW0fKpgjVrffeg87szGb2Zn/udZYujWalqO69587PN99852eG4H8egS4iQF3s23ftEYAnoCdBVxHwBOwq/L5zT0DPga4i4AnYVfh9556AngNdRcATsKvw+849AT0HuoqAJ2BX4fedewJ6DnQVAU/ArsLvO/cE9BzoKgKegF2F33fuCeg50FUEPAG7Cr/v3BPQc6CrCPxvCbh3ZhhEhwGMAhgEsAngNBh/hcJzWMz/pquz9513HYHOEnDvsU+B6DaAPgRgG1j9DOo/y+C+ewA6BODTsRnPIeRpvDi51nUk/AC6gkBnCLiv8BUAXzJKF5/I62CewfLkFPYWngbh8zGDNTB/C8uTv+wKAr7TriJwbQQcfSiHzd4fAvS5trNgnm5BwgoIh7xLbovidWewdQLue/ijQPA4gNsTo9KahP8GcA+W8s8nbs8bvuMR2BoB985+AcRPAHhXagRak3AdjHuxnP9D6nb9B+9IBNITcO/MFIi+e02zbU3CV0C4D4v5P6btYyiXHWfwLRF65tdKpbaJzfvemx0OQz7YsB+msiJeib+roOe82/bgYCbTs9Gzx7Wr9FVOra2Vy/LMfX+mdPFk2jmJ/VAue6LFd/OrpfW5+PvBXG5QcfiMIp48U7q4YN/vyvVftXaKgxVQWHbH7ba3O3fzFAVc/Mc/1zUeu3P9d7WbR9K5piPgyLFdYCXE6G83gLbvW5KQ/w6K7sPiN081aye+8BTQ5SjEM7LmxChUtm1OWxI0a2NoIHsJhIx575CDBwG6pdl3IYJbLQl35/pHGVRHEALvZ1Q3KTMyRBg2f68QQRMTimZX//Va0fbRrB0hz1Auy83GQqDpM6XXpuLvhwb6nwHRmGABYt2PkMJp66r5NmpLNmkU4mUQH1+9cHHMbIim47HjWC2tJ+JWIqPa5EZmHwbz0bbksgaMx0G4v6l9cxKeA6L7sHT0T42+FaUD8GTicRjDsG9zh0vK2GK0BDXs2zwUbPRekqaEYK6qyCLJc7MBdqyW1jOiGpp0FA2DSausLDCDpSaqFSTJIslGs/2qALdbFRrK9a/JJmlEmqFcVrAZB/g8CCtg0ptstbQ+audM1XHoH4MET/l3Umzsc02+Ck7IJpW+xVtEfZXZdhs7zbokJ+DII3vAkajfjYk6IHoIi0e+jWqy8kIKEr4O4oNYnKy5jfi3srgMFoWZVwEKm2FQVlQZI6YZu9CuKjig1xHHIeA8gbTLdgkiu55YabdT6Xur0IyARhX0phBCmHYOM6Ns1a/J/MV9jmt3iYoU7PVPASeF4IZ8Midpu46wQ7msKOl2ZqxEFByyirxrIPuy7VPULyKuKi6As6WL063U1CWgSz4AE2bTyDj0mBNxIIFRcgLunRUpP5KgTTH5MZby36jZ3vnIBxFFpxORUOGpduUYS0B397suLK4KbQlImCVmcd/iMvPiuuzfNg503VdcAU2MppXDEqIHFTn5AUtbDI2bcc2yeIeJcIoUxkXRjJsrWGW046+5P+CkKNnqhfW8xXDXzv58ow1nno8BtTDiMgC9iVwFFPUVzKqbRSugbICaAhqMpT/5J4qtFZUJBTKK3ooLKsCkVetWdskJuK9wRuLh9gSkn2PpiBSl639JSdi+AzQioOuq0hOQj1s32ax7ifsChOcskVwXPJTLWrUWV7xdFreN0kgzde5OHgztzBaErHb8ZlO5ScMag69Krqxi2rG7yikbQhFr4sZiwEZTrY1J2hCDYKO3psBQdCiM1IrdXG4DThx8kkALFai5JIlgMgLe+eg+ROFiAm78Gkv5xlmlfFwloZRY3h1r6zQo+iwWj55N0EdDAuoFNMF6WgLWK2nNvUuT82DeDqLjYd9msZULNv0LEe+SWFO90XsYxBkCiRJql0WsxiTb1H8HdDmuEI0ICKhaTBbHxoQhOrZsFHI49ieJkDlzYX3Y9QYRcBeBzhN4jZXKcMi3RNs25yXGk7DAbjjbTlz53fE0w77deiYjYKLSC53A0pGPt+vQkPBXAD5gbE9jKf/htt85Bo0U0CVgPE5p54KbEdAkDYNgHFQ92K+zwQZJiCggExeJteseJvBYPDNuNL94EmKUVEhRI5QuLWlV5DUizFrlvZJo4LIKMBonczuMqiqtExleLa3fKrGjUiAhqR3rUC47J5voShJVn3z9PxFwAUv5/YlJVFXCpwFsYCn/kcTfGcN24MbdWzsCSrIBpu2meVEsHb+BUdZZJDAqWWALAs4JSXVJpxpPFkVdqqoHuRGkY0oAczUXylQ+++r6bGwRtYIa4kuGe16UzUm6dBvO7aKG5BMjFyOp4UUhZlZL6/stFtUYsKb24tYH3Sy7Mbm6RcCRwgNg1IHlDDAd+eyHdxQG0MtXEpU4Cxcnr6ptWZMacFcIYl81dVdNlMuWXnQWbDLg+pEQVoip3CoL3jWQPUIESSLAxJNiX3O7hAwzbKG6rhDtljyMgmsCGuJnJOaSWmE8G7YD1PVOCmYbxVpxckkCsVq6OFjngpn2KIUJGZ/EikEPJholDs028NungCOzXwbzU02VytbzkkrZFQWUa1uNf0v5puGBxCeNAmEQFcxizxP4qtOBSl9lxa1h7d6ZXTH2CwxuWvapLThIbwo3FqovIPN5XcB2NoZbiAZQ3wfhlM1sTcarC+nVPmjaKFftmR6HqHWV6XWxtuu2G8Rv8yGCqQChbFC3fno57NscDDZ6pVBdVewGhe1mBLSnKgSSdu3mn2h0MtNsmZPFgCOFz4DxbEt+JSVhEvIBL23FNUu8VA36owU3S202bhP012KeJPtHgnlbPhH76maIxm3WJ0TisOZy65pkhRWKIp2ERIRhIrVmT0O0yr3ZozeNKJuMX7cVGbfNVJREqHbEV00SRmW+Rrnn3IUfes/NY8zRYMQ9RauQdqyav+C1EMFC3YlOtWS0EieQzfJVgLyrkHX4aU/BxSS4u6AkI2C7EoptsR0Jk5FPdvdPsXxE7hj633WOQDICCgj7Cn8B0NxltiNhUvLp7cn3Y3nyR0mwl4Nxe4hua1eum5Vdn6QelaSvbtnIvNIef5kwRZ9nJ70YYOf3dmKWhoDfB/BgokWIK2Ea8gGvYGPjNrz0oFTwm/4k/iDQrTp5qJ63Fhu5X4nR0roF6dS2D0VFcZsUUDlJZb/RgMVVuacYiTA0hWn5TkKLNHGVtC9uUwrCxt2OSpno7IWLOlFq9ate8rgh3+iCQ7tvt/I+OQFHjt0NVs8l7sSSMB35pPkfYCn/nVb9SHwD5lF3UW38FzFfUsAgEzKrpfUJea4CrHAFh0GkSS3xmiQxOg6rZqxyTFVLWsxlB1n0WlYtR1zRjZW5YKNXgn8pLK+FfZuTwUbvGDO2E0FKLfpqlIyPIgzL1bAQwXSAygIB47rYG0V7SKlTQmp93uskVObYTrLfosRvCjRe4WBMYj2J1wKEUyCUmfmSXAqQYreZ6w75xr1dIwS046/iFY3LbRY7N2K8LDeGgrduGEXEUoIaZ+LjiqXspEZN1j+WlviJ+WEMkxNQPthb+AUIX0zciZCQ6N5Erts2GkW34YWjf25JwJ39xZB78nHXqksPFA0rRVNRiLxkwgyaIrDcYSyYkwB9KiEL2huEmSjEHjAKq6+u77B96nYUVtwFNaoyDuIxWUiTaUpGSSGCcfRtlOWkROprUtSNtm3ux0ZfxjwvyAG+kEJs5eKEYpURlbFkjZgPyjfiaoXslgjaRo76iMsyL1FhKRCbslFeitCbvZtrksm6G8YqoHMbZ0KSGPVmz7gooe1D8IGiQnjDWwvBG73niPgQg+QixbB7ySHxmqc0TEfAkcIdYLyYso805kexlNc3WloTMFuIZ1zxDLh6HSpasASU/8oCVQ/g1ahZmDITS51PirQ1LKqLUyWIHYeb3drnQ7nsOcmYpL4mdlLWAXNelA4Ri0qLMs5Kf7agbAils3X7TL5l8KC9ZaLJraJhUdEaAc1lAr0Rdsr8qSzZb03lHMWr2vQX7f29ah2xZwVK5fW4qqcbZV2qMhvTbLAF2awsxW6iYqOMuN3apH2fjoDS+r6Z7wHU0kWmHYSxfwJL+a8m+daWLKwKSrymoMxcqiWYqwhINCYu2xLQLPo5iSNF1cTVueUK6zZtOSSKeEr6C6hSsArYQ2FRrly5JBCFCyjMS1+mtpeXBQ9vrIwHb/ZOyXOjnieIVT5CNKWIdG1PSiPE6hKrcEL3xZWZcFtlQtRNYjhRRYlF5d6hCnAoCiHKqsME1+XqzZC7eUrcqCjq7oGBg4xojhVPC3HFrcr7iKKyu9GsQgcIpaQzKiRu5GmSrFFSm/QE1CScfR7gTybtpK0d47dYzt/d1s4xqNXNmDI2wLbxnnFTOvaLQgyL6xF3KATTmbL5u1V/miQU5sEYdgN4fXePKvpozcSEtTjJJguGYJoY0nfvZu+gjEPGU7tQauJEUekKetZkbJqwTIPiDoU44p7l9onEgDq2lHNh4oyt7cl7GybEExW35ifjcOuU8v/2GhiHnKmdL5v2ZBzyPilWadYtbrs1AkorI7NfA/NPrqVz/a2v+V0zhO/kBrZOQJn1nbOfQITHAX7/FkD4G4DHsJR/bAvf+k+uEwSujYACwseO3QRFBwB1AOADAG5qg81ZEJ5E37ZH8fuvt6z1XScY+2m0QODaCRhvfN/MAYBGAAyAOGfcbAnAq2B1EssP/M6viEfAItB5AnpsPQIpEPAETAGWN+08Ap6AncfUt5gCAU/AFGB5084j4AnYeUx9iykQ8ARMAZY37TwCnoCdx9S3mAIBT8AUYHnTziPgCdh5TH2LKRDwBEwBljftPAKegJ3H1LeYAgFPwBRgedPOI+AJ2HlMfYspEPAETAGWN+08Ap6AncfUt5gCAU/AFGB5084j4AnYeUx9iykQ+C+otou5G18GVQAAAABJRU5ErkJggg=="},ee77:function(e,t,a){"use strict";a("1e2f")},f184:function(e,t,a){"use strict";a.r(t);var i=a("92f2"),n=a.n(i),o=a("0b74"),r=a.n(o),s=new n.a({id:"icon-log",use:"icon-log-usage",viewBox:"0 0 1024 1024",content:''});r.a.add(s);t["default"]=s},f1a1:function(e,t,a){},f29c:function(e,t,a){},f306:function(e,t,a){"use strict";a.r(t);var i=a("92f2"),n=a.n(i),o=a("0b74"),r=a.n(o),s=new n.a({id:"icon-user0",use:"icon-user0-usage",viewBox:"0 0 1024 1024",content:''});r.a.add(s);t["default"]=s},f35a:function(e,t,a){"use strict";a.r(t);var i=a("92f2"),n=a.n(i),o=a("0b74"),r=a.n(o),s=new n.a({id:"icon-heavyMetalDetection",use:"icon-heavyMetalDetection-usage",viewBox:"0 0 113.39 113.39",content:'重金属检测项'});r.a.add(s);t["default"]=s},f4e2:function(e,t,a){"use strict";a.r(t);var i=a("92f2"),n=a.n(i),o=a("0b74"),r=a.n(o),s=new n.a({id:"icon-residual",use:"icon-residual-usage",viewBox:"0 0 113.39 112.64",content:'检测管理'});r.a.add(s);t["default"]=s},f7c5:function(e,t,a){"use strict";a.r(t);var i=a("92f2"),n=a.n(i),o=a("0b74"),r=a.n(o),s=new n.a({id:"icon-home",use:"icon-home-usage",viewBox:"0 0 113.4 113.4",content:'\r\n\r\n\r\n'});r.a.add(s);t["default"]=s},fa49:function(e,t,a){"use strict";a("d300")},fb86:function(e,t,a){},fbd6:function(e,t,a){"use strict";a.r(t);var i=a("92f2"),n=a.n(i),o=a("0b74"),r=a.n(o),s=new n.a({id:"icon-dataAbnormal",use:"icon-dataAbnormal-usage",viewBox:"0 0 113.39 113.39",content:'数据异常'});r.a.add(s);t["default"]=s},fd15:function(e,t,a){"use strict";a.r(t);var i=a("92f2"),n=a.n(i),o=a("0b74"),r=a.n(o),s=new n.a({id:"icon-plants",use:"icon-plants-usage",viewBox:"0 0 113.39 113.39",content:'种植管理'});r.a.add(s);t["default"]=s},fede:function(e,t,a){"use strict";a.r(t);var i=a("92f2"),n=a.n(i),o=a("0b74"),r=a.n(o),s=new n.a({id:"icon-user",use:"icon-user-usage",viewBox:"0 0 1024 1024",content:''});r.a.add(s);t["default"]=s},ffc3:function(e,t,a){"use strict";a.r(t);var i=a("92f2"),n=a.n(i),o=a("0b74"),r=a.n(o),s=new n.a({id:"icon-videoEquipment",use:"icon-videoEquipment-usage",viewBox:"0 0 113.39 96.23",content:'监控设备'});r.a.add(s);t["default"]=s}}); +//# sourceMappingURL=app.9a38c2d2.js.map \ No newline at end of file diff --git a/src/main/resources/admin/admin/dist/js/app.9a38c2d2.js.map b/src/main/resources/admin/admin/dist/js/app.9a38c2d2.js.map new file mode 100644 index 0000000..6d9d656 --- /dev/null +++ b/src/main/resources/admin/admin/dist/js/app.9a38c2d2.js.map @@ -0,0 +1 @@ +{"version":3,"sources":["webpack:///webpack/bootstrap","webpack:///./src/icons/svg/svg/firms.svg","webpack:///./src/icons/svg/svg/inspection.svg","webpack:///./src/icons/svg/svg/pests.svg","webpack:///./src/views/modules/cheliangdangan/list.vue?bf2c","webpack:///./src/icons/svg/svg/monitorEquipment.svg","webpack:///./src/icons/svg/svg/diseasesinsects.svg","webpack:///./src/icons/svg/svg/tempFarm.svg","webpack:///./src/icons/svg/svg/firm.svg","webpack:///src/views/home.vue","webpack:///./src/views/modules/xubaotongzhi/add-or-update.vue?6ae4","webpack:///./src/icons/svg/svg/crop.svg","webpack:///./src/icons/svg/svg/cfg.svg","webpack:///./src/icons/svg/svg/device.svg","webpack:///./src/icons/svg/svg/menu.svg","webpack:///./src/utils/menu.js","webpack:///./src/icons/svg/svg/sourceActive.svg","webpack:///./src/icons/svg/svg/company.svg","webpack:///./src/icons/svg/svg/email.svg","webpack:///./src/views/modules/guapaishenqing/list.vue?c5d2","webpack:///./src/views/modules/gongzuorenyuan/add-or-update.vue?d5f1","webpack:///./src/icons/svg/svg/crops.svg","webpack:///./src/icons/svg/svg/internetActive.svg","webpack:///./src/icons/svg/svg/boardConfig.svg","webpack:///./src/icons/svg/svg sync nonrecursive \\.svg$","webpack:///./src/icons/svg/svg/plantsActive.svg","webpack:///./src/icons/svg/svg/eye-open.svg","webpack:///./src/icons/svg/svg/task.svg","webpack:///./src/icons/svg/svg/AI.svg","webpack:///./src/views/modules/guapaishenqing/add-or-update.vue?8abf","webpack:///./src/icons/svg/svg/agricultureRegister.svg","webpack:///./src/icons/svg/svg/phone.svg","webpack:///./src/icons/svg/svg/EIM.svg","webpack:///./src/assets/img/test/nongye.png","webpack:///./src/icons/svg/svg/dashboard.svg","webpack:///./src/icons/svg/svg/retroactiveCoding.svg","webpack:///./src/views/modules/jiashiyuan/add-or-update.vue?91ff","webpack:///./src/icons/svg/svg/VIP.svg","webpack:///./src/icons/svg/svg/traceabilityStyle.svg","webpack:///./src/App.vue","webpack:///src/App.vue","webpack:///./src/App.vue?a9ad","webpack:///./src/App.vue?a767","webpack:///./src/store/modules/tagsView.js","webpack:///./src/store/index.js","webpack:///./src/components/common/BreadCrumbs.vue","webpack:///src/components/common/BreadCrumbs.vue","webpack:///./src/components/common/BreadCrumbs.vue?eb29","webpack:///./src/components/common/BreadCrumbs.vue?f536","webpack:///./src/utils/storage.js","webpack:///./src/utils/http.js","webpack:///./src/utils/base.js","webpack:///./src/utils/utils.js","webpack:///./src/components/common/FileUpload.vue","webpack:///src/components/common/FileUpload.vue","webpack:///./src/components/common/FileUpload.vue?4cbf","webpack:///./src/components/common/FileUpload.vue?a22d","webpack:///./src/components/common/ExcelFileUpload.vue","webpack:///src/components/common/ExcelFileUpload.vue","webpack:///./src/components/common/ExcelFileUpload.vue?d88e","webpack:///./src/components/common/ExcelFileUpload.vue?e4da","webpack:///./src/components/common/Editor.vue","webpack:///src/components/common/Editor.vue","webpack:///./src/components/common/Editor.vue?4fd0","webpack:///./src/components/common/Editor.vue?8935","webpack:///./src/utils/api.js","webpack:///./src/components/SvgIcon/index.vue","webpack:///src/components/SvgIcon/index.vue","webpack:///./src/components/SvgIcon/index.vue?e716","webpack:///./src/components/SvgIcon/index.vue?8831","webpack:///./src/icons/index.js","webpack:///./src/main.js","webpack:///./src/views/404.vue?e7e5","webpack:///./src/icons/svg/svg/dict.svg","webpack:///./src/icons/svg/svg/source.svg","webpack:///./src/icons/svg/svg/batch.svg","webpack:///./src/utils/validate.js","webpack:///./src/components/index/IndexAsideStatic.vue?9834","webpack:///./src/assets/img/avator.png","webpack:///./src/views/modules/fafangpaizhao/add-or-update.vue?265e","webpack:///./src/icons/svg/svg/board.svg","webpack:///./src/views/modules/gonggaoxinxi/add-or-update.vue?b855","webpack:///./src/icons/svg/svg/base.svg","webpack:///./src/views/modules/fafangpaizhao/list.vue?2636","webpack:///./src/views/login.vue?218c","webpack:///./src/icons/svg/svg/mainSystemActive.svg","webpack:///./src/components/index/IndexMain.vue?58f9","webpack:///./src/utils/i18n.js","webpack:///./src/icons/svg/svg/code.svg","webpack:///./src/icons/svg/svg/news.svg","webpack:///./src/icons/svg/svg/workOrder.svg","webpack:///./src/icons/svg/svg/dept.svg","webpack:///./src/icons/svg/svg/order.svg","webpack:///./src/views/modules/luxianxinxi/list.vue","webpack:///./src/views/modules/luxianxinxi/add-or-update.vue","webpack:///src/views/modules/luxianxinxi/add-or-update.vue","webpack:///./src/views/modules/luxianxinxi/add-or-update.vue?f568","webpack:///./src/views/modules/luxianxinxi/add-or-update.vue?c4e5","webpack:///src/views/modules/luxianxinxi/list.vue","webpack:///./src/views/modules/luxianxinxi/list.vue?0307","webpack:///./src/views/modules/luxianxinxi/list.vue?80b0","webpack:///./src/views/index.vue","webpack:///./src/components/index/IndexMain.vue","webpack:///./src/components/index/IndexAsideStatic.vue","webpack:///src/components/index/IndexAsideStatic.vue","webpack:///./src/components/index/IndexAsideStatic.vue?126d","webpack:///./src/components/index/IndexAsideStatic.vue?3176","webpack:///./src/components/index/IndexHeader.vue","webpack:///src/components/index/IndexHeader.vue","webpack:///./src/components/index/IndexHeader.vue?8bbf","webpack:///./src/components/index/IndexHeader.vue?dccb","webpack:///./src/components/index/TagsView/index.vue","webpack:///./src/components/index/TagsView/ScrollPane.vue","webpack:///src/components/index/TagsView/ScrollPane.vue","webpack:///./src/components/index/TagsView/ScrollPane.vue?dd15","webpack:///./src/components/index/TagsView/ScrollPane.vue?3a06","webpack:///src/components/index/TagsView/index.vue","webpack:///./src/components/index/TagsView/index.vue?3c14","webpack:///./src/components/index/TagsView/index.vue?557d","webpack:///src/components/index/IndexMain.vue","webpack:///./src/components/index/IndexMain.vue?4f04","webpack:///./src/components/index/IndexMain.vue?e2e9","webpack:///src/views/index.vue","webpack:///./src/views/index.vue?2c85","webpack:///./src/views/index.vue?9da6","webpack:///./src/views/home.vue","webpack:///./src/views/home.vue?51d9","webpack:///./src/views/home.vue?4719","webpack:///./src/views/login.vue","webpack:///src/views/login.vue","webpack:///./src/views/login.vue?0c90","webpack:///./src/views/login.vue?8de3","webpack:///./src/views/404.vue","webpack:///src/views/404.vue","webpack:///./src/views/404.vue?220a","webpack:///./src/views/404.vue?eb98","webpack:///./src/views/update-password.vue","webpack:///src/views/update-password.vue","webpack:///./src/views/update-password.vue?f836","webpack:///./src/views/update-password.vue?5c03","webpack:///./src/views/pay.vue","webpack:///src/views/pay.vue","webpack:///./src/views/pay.vue?e1c4","webpack:///./src/views/pay.vue?6142","webpack:///./src/views/register.vue","webpack:///src/views/register.vue","webpack:///./src/views/register.vue?d522","webpack:///./src/views/register.vue?7d63","webpack:///./src/views/center.vue","webpack:///src/views/center.vue","webpack:///./src/views/center.vue?dad1","webpack:///./src/views/center.vue?89fa","webpack:///./src/views/modules/cheliangdangan/list.vue","webpack:///./src/views/modules/cheliangdangan/add-or-update.vue","webpack:///src/views/modules/cheliangdangan/add-or-update.vue","webpack:///./src/views/modules/cheliangdangan/add-or-update.vue?bcbb","webpack:///./src/views/modules/cheliangdangan/add-or-update.vue?d08a","webpack:///./src/views/modules/baoxianxinxi/add-or-update.vue","webpack:///src/views/modules/baoxianxinxi/add-or-update.vue","webpack:///./src/views/modules/baoxianxinxi/add-or-update.vue?055f","webpack:///./src/views/modules/baoxianxinxi/add-or-update.vue?7215","webpack:///./src/views/modules/xubaotongzhi/add-or-update.vue","webpack:///src/views/modules/xubaotongzhi/add-or-update.vue","webpack:///./src/views/modules/xubaotongzhi/add-or-update.vue?d082","webpack:///./src/views/modules/xubaotongzhi/add-or-update.vue?f4df","webpack:///./src/views/modules/shigujilu/add-or-update.vue","webpack:///src/views/modules/shigujilu/add-or-update.vue","webpack:///./src/views/modules/shigujilu/add-or-update.vue?4ab7","webpack:///./src/views/modules/shigujilu/add-or-update.vue?0f6a","webpack:///src/views/modules/cheliangdangan/list.vue","webpack:///./src/views/modules/cheliangdangan/list.vue?7010","webpack:///./src/views/modules/cheliangdangan/list.vue?7c4a","webpack:///./src/views/modules/xubaotongzhi/list.vue","webpack:///src/views/modules/xubaotongzhi/list.vue","webpack:///./src/views/modules/xubaotongzhi/list.vue?c22e","webpack:///./src/views/modules/xubaotongzhi/list.vue?9e7e","webpack:///./src/views/modules/gongzuorenyuan/list.vue","webpack:///./src/views/modules/gongzuorenyuan/add-or-update.vue","webpack:///src/views/modules/gongzuorenyuan/add-or-update.vue","webpack:///./src/views/modules/gongzuorenyuan/add-or-update.vue?b69a","webpack:///./src/views/modules/gongzuorenyuan/add-or-update.vue?7759","webpack:///src/views/modules/gongzuorenyuan/list.vue","webpack:///./src/views/modules/gongzuorenyuan/list.vue?3bb5","webpack:///./src/views/modules/gongzuorenyuan/list.vue?ae0d","webpack:///./src/views/modules/shigujilu/list.vue","webpack:///src/views/modules/shigujilu/list.vue","webpack:///./src/views/modules/shigujilu/list.vue?84b8","webpack:///./src/views/modules/shigujilu/list.vue?25e5","webpack:///./src/views/modules/guapaishenqing/list.vue","webpack:///./src/views/modules/guapaishenqing/add-or-update.vue","webpack:///src/views/modules/guapaishenqing/add-or-update.vue","webpack:///./src/views/modules/guapaishenqing/add-or-update.vue?610b","webpack:///./src/views/modules/guapaishenqing/add-or-update.vue?e52e","webpack:///./src/views/modules/fafangpaizhao/add-or-update.vue","webpack:///src/views/modules/fafangpaizhao/add-or-update.vue","webpack:///./src/views/modules/fafangpaizhao/add-or-update.vue?33f4","webpack:///./src/views/modules/fafangpaizhao/add-or-update.vue?3ffd","webpack:///src/views/modules/guapaishenqing/list.vue","webpack:///./src/views/modules/guapaishenqing/list.vue?5a75","webpack:///./src/views/modules/guapaishenqing/list.vue?a2ce","webpack:///./src/views/modules/jiashiyuan/list.vue","webpack:///./src/views/modules/jiashiyuan/add-or-update.vue","webpack:///src/views/modules/jiashiyuan/add-or-update.vue","webpack:///./src/views/modules/jiashiyuan/add-or-update.vue?8677","webpack:///./src/views/modules/jiashiyuan/add-or-update.vue?4591","webpack:///src/views/modules/jiashiyuan/list.vue","webpack:///./src/views/modules/jiashiyuan/list.vue?c1c3","webpack:///./src/views/modules/jiashiyuan/list.vue?a0a3","webpack:///./src/views/modules/gonggaoxinxi/list.vue","webpack:///./src/views/modules/gonggaoxinxi/add-or-update.vue","webpack:///src/views/modules/gonggaoxinxi/add-or-update.vue","webpack:///./src/views/modules/gonggaoxinxi/add-or-update.vue?4ff7","webpack:///./src/views/modules/gonggaoxinxi/add-or-update.vue?26f2","webpack:///src/views/modules/gonggaoxinxi/list.vue","webpack:///./src/views/modules/gonggaoxinxi/list.vue?7efa","webpack:///./src/views/modules/gonggaoxinxi/list.vue?c47f","webpack:///./src/views/modules/fafangpaizhao/list.vue","webpack:///src/views/modules/fafangpaizhao/list.vue","webpack:///./src/views/modules/fafangpaizhao/list.vue?91f5","webpack:///./src/views/modules/fafangpaizhao/list.vue?cc04","webpack:///./src/views/modules/baoxianxinxi/list.vue","webpack:///src/views/modules/baoxianxinxi/list.vue","webpack:///./src/views/modules/baoxianxinxi/list.vue?fa43","webpack:///./src/views/modules/baoxianxinxi/list.vue?0192","webpack:///./src/router/router-static.js","webpack:///./src/icons/svg/svg/area.svg","webpack:///./src/assets/img/test/zhongguo.png","webpack:///./src/icons/svg/svg/harvestDetection.svg","webpack:///./src/icons/svg/svg/warnings.svg","webpack:///./src/icons/svg/svg/harvestManage.svg","webpack:///./src/components/common/Editor.vue?857a","webpack:///./src/components/index/TagsView/ScrollPane.vue?19cc","webpack:///./src/icons/svg/svg/environmental.svg","webpack:///./src/assets/img/404.png","webpack:///./src/icons/svg/svg/scheme.svg","webpack:///./src/views/modules/xubaotongzhi/list.vue?3623","webpack:///./src/views/modules/luxianxinxi/add-or-update.vue?813d","webpack:///./src/views/modules/cheliangdangan/add-or-update.vue?1cc8","webpack:///./src/views/update-password.vue?6c8e","webpack:///./src/icons/svg/svg/traceabilityList.svg","webpack:///./src/icons/svg/svg/pestActive.svg","webpack:///./src/icons/svg/svg/diseasesinsect.svg","webpack:///./src/icons/svg/svg/traceability.svg","webpack:///./src/views/home.vue?c489","webpack:///./src/views/pay.vue?5fc9","webpack:///./src/icons/svg/svg/validCode.svg","webpack:///./src/icons/svg/svg/videoKey.svg","webpack:///./src/icons/svg/svg/system.svg","webpack:///./src/icons/svg/svg/password.svg","webpack:///./src/views/modules/shigujilu/list.vue?a59c","webpack:///./src/components/index/IndexHeader.vue?5b58","webpack:///./src/icons/svg/svg/deviceMonitorData.svg","webpack:///./src/components/SvgIcon/index.vue?19c3","webpack:///./src/views/center.vue?5f8e","webpack:///./src/icons/svg/svg/video.svg","webpack:///./src/assets/img/test/zhifubao.png","webpack:///./src/icons/svg/svg/plant.svg","webpack:///./src/icons/svg/svg/financeBudget.svg","webpack:///./src/icons/svg/svg/vipCustomized.svg","webpack:///./src/icons/svg/svg/harvestWorks.svg","webpack:///./src/icons/svg/svg/documentation.svg","webpack:///./src/views/register.vue?181a","webpack:///./src/icons/svg/svg/farmingProject.svg","webpack:///./src/assets/img/test/jiaotong.png","webpack:///./src/views/modules/jiashiyuan/list.vue?a43d","webpack:///./src/components/common/BreadCrumbs.vue?8c4b","webpack:///./src/views/modules/gonggaoxinxi/list.vue?5988","webpack:///./src/views/modules/gongzuorenyuan/list.vue?efab","webpack:///./src/App.vue?d8d4","webpack:///./src/icons/svg/svg/finance.svg","webpack:///./src/components/index/TagsView/index.vue?e72c","webpack:///./src/assets/img/test/weixin.png","webpack:///./src/icons/svg/svg/peoples.svg","webpack:///./src/icons/svg/svg/harvestBatch.svg","webpack:///./src/icons/svg/svg/board1.svg","webpack:///./src/icons/svg/svg/pesticideResidue.svg","webpack:///./src/icons/svg/svg/financeReality.svg","webpack:///./src/views/modules/baoxianxinxi/add-or-update.vue?66d7","webpack:///./src/icons/svg/svg/mainSystem.svg","webpack:///./src/icons/svg/svg/AIDeviceLayout.svg","webpack:///./src/icons/svg/svg/pest.svg","webpack:///./src/views/modules/baoxianxinxi/list.vue?9534","webpack:///./src/icons/svg/svg/internet.svg","webpack:///./src/icons/svg/svg/dataLack.svg","webpack:///./src/views/modules/shigujilu/add-or-update.vue?ed1d","webpack:///./src/assets/img/test/jianshe.png","webpack:///./src/views/modules/luxianxinxi/list.vue?fa36","webpack:///./src/icons/svg/svg/log.svg","webpack:///./src/icons/svg/svg/user0.svg","webpack:///./src/icons/svg/svg/heavyMetalDetection.svg","webpack:///./src/icons/svg/svg/residual.svg","webpack:///./src/icons/svg/svg/home.svg","webpack:///./src/views/index.vue?9a0b","webpack:///./src/icons/svg/svg/dataAbnormal.svg","webpack:///./src/icons/svg/svg/plants.svg","webpack:///./src/icons/svg/svg/user.svg","webpack:///./src/icons/svg/svg/videoEquipment.svg"],"names":["webpackJsonpCallback","data","moduleId","chunkId","chunkIds","moreModules","executeModules","i","resolves","length","Object","prototype","hasOwnProperty","call","installedChunks","push","modules","parentJsonpFunction","shift","deferredModules","apply","checkDeferredModules","result","deferredModule","fulfilled","j","depId","splice","__webpack_require__","s","installedModules","exports","module","l","m","c","d","name","getter","o","defineProperty","enumerable","get","r","Symbol","toStringTag","value","t","mode","__esModule","ns","create","key","bind","n","object","property","p","jsonpArray","window","oldJsonpFunction","slice","symbol","add","line","bar","pie","funnel","boardBase","gauge","mounted","init","methods","wordclouds","wordcloudData","echartsId","wordcloud","JSON","parse","stringify","k","v","indexOf","eval","option","series","myChart0","echarts","document","getElementById","myChart","img","maskImage","Image","src","onload","clear","setOption","myChartInterval","type","xAxisData","seriesData","$nextTick","setInterval","xAxis","yAxis","$storage","$http","url","concat","method","then","_ref","code","router","menu","list","map","webpackContext","req","id","webpackContextResolve","e","Error","keys","resolve","render","_vm","this","_c","_self","attrs","staticRenderFns","component","state","visitedViews","cachedViews","mutations","ADD_VISITED_VIEW","view","some","path","assign","title","meta","ADD_CACHED_VIEW","includes","noCache","DEL_VISITED_VIEW","_step","_iterator","_createForOfIteratorHelper","entries","done","_step$value","_slicedToArray","err","f","DEL_CACHED_VIEW","_step2","_iterator2","index","DEL_OTHERS_VISITED_VIEWS","filter","affix","DEL_OTHERS_CACHED_VIEWS","_step3","_iterator3","DEL_ALL_VISITED_VIEWS","affixTags","tag","DEL_ALL_CACHED_VIEWS","UPDATE_VISITED_VIEW","_step4","_iterator4","actions","addView","dispatch","addVisitedView","_ref2","commit","addCachedView","_ref3","delView","_ref4","console","log","Promise","_toConsumableArray","delVisitedView","_ref5","delCachedView","_ref6","delOthersViews","_ref7","delOthersVisitedViews","_ref8","delOthersCachedViews","_ref9","delAllViews","_ref10","delAllVisitedViews","_ref11","delAllCachedViews","_ref12","updateVisitedView","_ref13","namespaced","Vue","use","Vuex","store","Store","tagsView","staticClass","style","_l","levelList","item","redirect","_v","_s","on","$event","preventDefault","handleLink","watch","$route","getBreadcrumb","created","generateTitle","route","matched","isDashboard","trim","toLocaleLowerCase","pathCompile","params","toPath","pathToRegexp","compile","$router","storage","set","localStorage","setItem","getItem","replace","getObj","remove","removeItem","http","axios","timeout","withCredentials","baseURL","headers","interceptors","request","config","error","reject","response","base","indexUrl","getProjectName","projectName","isAuth","tableName","role","menus","roleName","backMenu","child","buttons","join","getCurDateTime","currentTime","Date","year","getFullYear","month","getMonth","day","getDate","hour","getHours","minute","getMinutes","second","getSeconds","getCurDate","ref","getActionUrl","multiple","limit","myHeaders","fileList","handleExceed","handleUploadPreview","handleRemove","handleUploadSuccess","handleUploadErr","handleBeforeUpload","staticStyle","slot","tip","dialogVisible","dialogImageUrl","_e","fileUrlList","props","String","action","Number","default","Boolean","fileUrls","val","oldVal","computed","$base","split","fileArray","forEach","file","setFileList","res","$emit","$message","msg","open","files","warning","fileUrlArray","token","_this","startsWith","success","header","uploadSuccess","uploadError","beforeUpload","editorOption","onEditorBlur","onEditorFocus","onEditorChange","model","callback","$$v","expression","toolbarOptions","script","indent","size","color","background","font","align","maxSize","components","quillEditor","content","quillUpdateImg","placeholder","theme","toolbar","container","handlers","image","querySelector","click","quill","format","$refs","myQuillEditor","getSelection","insertEmbed","setSelection","api","orderpage","orderdelete","orderinfo","ordersave","orderupdate","configpage","configdelete","configinfo","configsave","configupdate","_g","class","svgClass","$listeners","iconName","iconClass","required","className","SvgIcon","require","requireAll","requireContext","VueAMap","initAMapApiLoader","plugin","$validate","validate","$echarts","$project","$api","ElementUI","zIndex","productionTip","BreadCrumbs","FileUpload","ExcelFileUpload","Editor","JsonExcel","$md5","md5","h","App","$mount","isEmail","test","isMobile","isPhone","isURL","isNumber","isIntNumer","checkIdCard","idcard","regIdCard","hasKey","$te","translatedTitle","$t","showFlag","searchForm","nativeOn","_k","keyCode","search","luxianmingcheng","$set","luxianqidian","luxianzhongdian","addOrUpdateHandler","dataListSelections","deleteHandler","payBatch","shBatchDialog","directives","rawName","dataListLoading","dataList","selectionChangeHandler","scopedSlots","_u","fn","scope","row","daoluqingkuang","yichangwenti","yujixingshishizhang","disscussListHandler","pageIndex","pageSize","layouts","totalPage","sizeChangeHandle","currentChangeHandle","addOrUpdateFlag","batchIds","sfshBatchVisiable","shBatchForm","shRules","sfsh","shhf","shBatchHandler","previewVisible","previewImg","ruleForm","rules","ro","luxianxiangqing","domProps","onSubmit","back","addtime","faburiqi","download","info","logistics","obj","json","zhanghao","xingming","_this2","reg","RegExp","crossuserid","crossrefid","crossoptnum","_this3","statusColumnName","statusColumnValue","table","valid","page","total","message","duration","onClose","parent","luxianxinxiCrossAddOrUpdateFlag","contentStyleChange","getUUID","getTime","json_fields","form","trigger","getDataList","filters","htmlfilter","tablename","AddOrUpdate","imgPreView","linkOthers","contentPageStyleChange","x","$confirm","confirmButtonText","cancelButtonText","payHandler","ispay","_","arr","catch","sort","order","undefined","user","_this4","crossAddOrUpdateFlag","addOrUpdate","query","refid","_this5","responseType","binaryData","objectUrl","URL","createObjectURL","Blob","a","createElement","href","dispatchEvent","MouseEvent","bubbles","cancelable","revokeObjectURL","location","preClick","luxianxinxistatusChange","_this6","status","passwordwrongnum","_this7","_asyncToGenerator","_regeneratorRuntime","mark","_callee4","ids","delStr","wrap","_context4","prev","next","_callee3","_context3","_callee2","_context2","t0","t1","_callee","_context","post","stop","_x2","arguments","_x","avatar","activeMenu","menuHandler","menuList","horizontalIsMultiple","icons","horizontalFlag","dynamicMenuRoutes","menulistBorderBottom","$forceUpdate","menujson","styleChange","sessionTable","touxiang","Math","random","collapse","isCollapse","querySelectorAll","el","removeAttribute","icon","handleCommand","onIndexTap","onLogout","toBoard","backUp","$store","refInFor","isActive","fullPath","button","closeSelectedTag","openMenu","stopPropagation","visible","left","top","selectedTag","closeAllTags","handleScroll","_t","tagAndTagSpacing","scrollWrapper","scrollContainer","eventDelta","wheelDelta","deltaY","$scrollWrapper","scrollLeft","moveToTarget","currentTag","$container","$el","$containerWidth","offsetWidth","tagList","$parent","firstTag","lastTag","scrollWidth","currentIndex","findIndex","prevTag","nextTag","afterNextTagOffsetLeft","offsetLeft","beforePrevTagOffsetLeft","ScrollPane","routes","addTags","moveToCurrentTag","body","addEventListener","closeMenu","removeEventListener","initTags","filterAffixTags","basePath","tags","tagPath","_objectSpread","children","tempTags","to","scrollPane","refreshSelectedTag","toLastView","closeOthersTags","latestView","menuMinWidth","getBoundingClientRect","maxLeft","clientX","clientY","IndexAside","IndexHeader","TagsView","itemMenu","collapseChange","titleChange","homeChange","centerChange","IndexMain","loginType","rulesForm","username","target","composing","password","roles","login","register","verifyCheck2","flag","baseUrl","hasBackLogin","destroyed","pageFlag","loginPost","history","go","newpassword","repassword","onUpdateHandler","mima","abrupt","submitTap","account","rgsForm","changeRules","mima2","xingbie","jiashiyuanxingbieOptions","shouji","shenfenzheng","chushengriqi","jiashizhenghao","jiashiyuantouxiangUploadChange","yuangongzhanghao","yuangongxingming","nianling","_n","gongzuorenyuanxingbieOptions","gongzuorenyuantouxiangUploadChange","close","forgetForm","usersimageUploadChange","usersFlag","chepaihao","cheliangxinghao","cheliangpinpai","cheliangleixing","huandangfangshi","huandangfangshiOptions","danganbianhao","fadongjihao","chejiahao","yanse","cheliangzhaopian","substring","zuowei","dengjiriqi","danganwenjian","baoxianxinxiCrossAddOrUpdateHandler","xubaotongzhiCrossAddOrUpdateHandler","shigujiluCrossAddOrUpdateHandler","baoxianxinxiCrossAddOrUpdateFlag","xubaotongzhiCrossAddOrUpdateFlag","shigujiluCrossAddOrUpdateFlag","cheliangzhaopianUploadChange","danganwenjianUploadChange","zhanghaoChange","zhanghaoOptions","cheliangxiangqing","validateIntNumber","rule","validator","cheliangdanganCrossAddOrUpdateFlag","baoxiangongsi","baoxianleixing","baoxianjine","shengxiaoriqi","youxiaoqizhi","validateNumber","tongzhibiaoti","tongzhiriqi","tongzhineirong","jilubianhao","shigudidian","shiguzerenfang","shiguzhaopian","shiguzhaopianUploadChange","zhengmingcailiao","zhengmingcailiaoUploadChange","shiguriqi","shiguxiangqing","sfshVisiable","shForm","chartVisiable","chartVisiable1","chartVisiable2","chartVisiable3","chartVisiable4","chartVisiable5","baoxianxinxiCrossAddOrUpdate","xubaotongzhiCrossAddOrUpdate","shigujiluCrossAddOrUpdate","crossOptAudit","crossOptPay","tips","baoxianxinxiCrossaddOrUpdate","xubaotongzhiCrossaddOrUpdate","shigujiluCrossaddOrUpdate","cheliangdanganstatusChange","_this8","chartDialog1","chepaihaoChart1","pArray","parseFloat","text","legend","orient","tooltip","formatter","radius","center","emphasis","itemStyle","shadowBlur","shadowOffsetX","shadowColor","onresize","resize","xubaotongzhistatusChange","sfshOptions","xingbieOptions","touxiangUploadChange","validateMobile","gongzuorenyuanCrossAddOrUpdateFlag","gongzuorenyuanstatusChange","shigujilustatusChange","biaoti","shenqingshijian","fafangpaizhaoCrossAddOrUpdateHandler","fafangpaizhaoCrossAddOrUpdateFlag","yuangongzhanghaoChange","yuangongzhanghaoOptions","shenqingneirong","guapaishenqingCrossAddOrUpdateFlag","fafangshijian","fafangpaizhaoCrossAddOrUpdate","fafangpaizhaoCrossaddOrUpdate","guapaishenqingstatusChange","validateIdCard","jiashiyuanCrossAddOrUpdateFlag","jiashiyuanstatusChange","jianjie","fabushijian","fengmian","fengmianUploadChange","neirong","gonggaoxinxiCrossAddOrUpdateFlag","gonggaoxinxistatusChange","fafangpaizhaostatusChange","baoxianxinxistatusChange","VueRouter","Index","Home","UpdatePassword","pay","luxianxinxi","cheliangdangan","xubaotongzhi","gongzuorenyuan","shigujilu","guapaishenqing","jiashiyuan","gonggaoxinxi","fafangpaizhao","baoxianxinxi","Login","NotFound","originalPush"],"mappings":"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","file":"js/app.9a38c2d2.js","sourcesContent":[" \t// install a JSONP callback for chunk loading\n \tfunction webpackJsonpCallback(data) {\n \t\tvar chunkIds = data[0];\n \t\tvar moreModules = data[1];\n \t\tvar executeModules = data[2];\n\n \t\t// add \"moreModules\" to the modules object,\n \t\t// then flag all \"chunkIds\" as loaded and fire callback\n \t\tvar moduleId, chunkId, i = 0, resolves = [];\n \t\tfor(;i < chunkIds.length; i++) {\n \t\t\tchunkId = chunkIds[i];\n \t\t\tif(Object.prototype.hasOwnProperty.call(installedChunks, chunkId) && installedChunks[chunkId]) {\n \t\t\t\tresolves.push(installedChunks[chunkId][0]);\n \t\t\t}\n \t\t\tinstalledChunks[chunkId] = 0;\n \t\t}\n \t\tfor(moduleId in moreModules) {\n \t\t\tif(Object.prototype.hasOwnProperty.call(moreModules, moduleId)) {\n \t\t\t\tmodules[moduleId] = moreModules[moduleId];\n \t\t\t}\n \t\t}\n \t\tif(parentJsonpFunction) parentJsonpFunction(data);\n\n \t\twhile(resolves.length) {\n \t\t\tresolves.shift()();\n \t\t}\n\n \t\t// add entry modules from loaded chunk to deferred list\n \t\tdeferredModules.push.apply(deferredModules, executeModules || []);\n\n \t\t// run deferred modules when all chunks ready\n \t\treturn checkDeferredModules();\n \t};\n \tfunction checkDeferredModules() {\n \t\tvar result;\n \t\tfor(var i = 0; i < deferredModules.length; i++) {\n \t\t\tvar deferredModule = deferredModules[i];\n \t\t\tvar fulfilled = true;\n \t\t\tfor(var j = 1; j < deferredModule.length; j++) {\n \t\t\t\tvar depId = deferredModule[j];\n \t\t\t\tif(installedChunks[depId] !== 0) fulfilled = false;\n \t\t\t}\n \t\t\tif(fulfilled) {\n \t\t\t\tdeferredModules.splice(i--, 1);\n \t\t\t\tresult = __webpack_require__(__webpack_require__.s = deferredModule[0]);\n \t\t\t}\n \t\t}\n\n \t\treturn result;\n \t}\n\n \t// The module cache\n \tvar installedModules = {};\n\n \t// object to store loaded and loading chunks\n \t// undefined = chunk not loaded, null = chunk preloaded/prefetched\n \t// Promise = chunk loading, 0 = chunk loaded\n \tvar installedChunks = {\n \t\t\"app\": 0\n \t};\n\n \tvar deferredModules = [];\n\n \t// The require function\n \tfunction __webpack_require__(moduleId) {\n\n \t\t// Check if module is in cache\n \t\tif(installedModules[moduleId]) {\n \t\t\treturn installedModules[moduleId].exports;\n \t\t}\n \t\t// Create a new module (and put it into the cache)\n \t\tvar module = installedModules[moduleId] = {\n \t\t\ti: moduleId,\n \t\t\tl: false,\n \t\t\texports: {}\n \t\t};\n\n \t\t// Execute the module function\n \t\tmodules[moduleId].call(module.exports, module, module.exports, __webpack_require__);\n\n \t\t// Flag the module as loaded\n \t\tmodule.l = true;\n\n \t\t// Return the exports of the module\n \t\treturn module.exports;\n \t}\n\n\n \t// expose the modules object (__webpack_modules__)\n \t__webpack_require__.m = modules;\n\n \t// expose the module cache\n \t__webpack_require__.c = installedModules;\n\n \t// define getter function for harmony exports\n \t__webpack_require__.d = function(exports, name, getter) {\n \t\tif(!__webpack_require__.o(exports, name)) {\n \t\t\tObject.defineProperty(exports, name, { enumerable: true, get: getter });\n \t\t}\n \t};\n\n \t// define __esModule on exports\n \t__webpack_require__.r = function(exports) {\n \t\tif(typeof Symbol !== 'undefined' && Symbol.toStringTag) {\n \t\t\tObject.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });\n \t\t}\n \t\tObject.defineProperty(exports, '__esModule', { value: true });\n \t};\n\n \t// create a fake namespace object\n \t// mode & 1: value is a module id, require it\n \t// mode & 2: merge all properties of value into the ns\n \t// mode & 4: return value when already ns object\n \t// mode & 8|1: behave like require\n \t__webpack_require__.t = function(value, mode) {\n \t\tif(mode & 1) value = __webpack_require__(value);\n \t\tif(mode & 8) return value;\n \t\tif((mode & 4) && typeof value === 'object' && value && value.__esModule) return value;\n \t\tvar ns = Object.create(null);\n \t\t__webpack_require__.r(ns);\n \t\tObject.defineProperty(ns, 'default', { enumerable: true, value: value });\n \t\tif(mode & 2 && typeof value != 'string') for(var key in value) __webpack_require__.d(ns, key, function(key) { return value[key]; }.bind(null, key));\n \t\treturn ns;\n \t};\n\n \t// getDefaultExport function for compatibility with non-harmony modules\n \t__webpack_require__.n = function(module) {\n \t\tvar getter = module && module.__esModule ?\n \t\t\tfunction getDefault() { return module['default']; } :\n \t\t\tfunction getModuleExports() { return module; };\n \t\t__webpack_require__.d(getter, 'a', getter);\n \t\treturn getter;\n \t};\n\n \t// Object.prototype.hasOwnProperty.call\n \t__webpack_require__.o = function(object, property) { return Object.prototype.hasOwnProperty.call(object, property); };\n\n \t// __webpack_public_path__\n \t__webpack_require__.p = \"./\";\n\n \tvar jsonpArray = window[\"webpackJsonp\"] = window[\"webpackJsonp\"] || [];\n \tvar oldJsonpFunction = jsonpArray.push.bind(jsonpArray);\n \tjsonpArray.push = webpackJsonpCallback;\n \tjsonpArray = jsonpArray.slice();\n \tfor(var i = 0; i < jsonpArray.length; i++) webpackJsonpCallback(jsonpArray[i]);\n \tvar parentJsonpFunction = oldJsonpFunction;\n\n\n \t// add entry module to deferred list\n \tdeferredModules.push([0,\"chunk-vendors\"]);\n \t// run deferred modules when ready\n \treturn checkDeferredModules();\n","import SpriteSymbol from \"svg-baker-runtime/browser-symbol\";\nimport sprite from \"svg-sprite-loader/runtime/browser-sprite.build\";\nvar symbol = new SpriteSymbol({\n \"id\": \"icon-firms\",\n \"use\": \"icon-firms-usage\",\n \"viewBox\": \"0 0 113.38 113.35\",\n \"content\": \"厂商管理2\"\n});\nvar result = sprite.add(symbol);\nexport default symbol","import SpriteSymbol from \"svg-baker-runtime/browser-symbol\";\nimport sprite from \"svg-sprite-loader/runtime/browser-sprite.build\";\nvar symbol = new SpriteSymbol({\n \"id\": \"icon-inspection\",\n \"use\": \"icon-inspection-usage\",\n \"viewBox\": \"0 0 113.39 113.39\",\n \"content\": \"巡视反馈\"\n});\nvar result = sprite.add(symbol);\nexport default symbol","import SpriteSymbol from \"svg-baker-runtime/browser-symbol\";\nimport sprite from \"svg-sprite-loader/runtime/browser-sprite.build\";\nvar symbol = new SpriteSymbol({\n \"id\": \"icon-pests\",\n \"use\": \"icon-pests-usage\",\n \"viewBox\": \"0 0 113.39 107.68\",\n \"content\": \"病虫害反馈\"\n});\nvar result = sprite.add(symbol);\nexport default symbol","export * from \"-!../../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_mini-css-extract-plugin@0.9.0@mini-css-extract-plugin/dist/loader.js??ref--9-oneOf-1-0!../../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_css-loader@3.6.0@css-loader/dist/cjs.js??ref--9-oneOf-1-1!../../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_vue-loader@15.11.1@vue-loader/lib/loaders/stylePostLoader.js!../../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_postcss-loader@3.0.0@postcss-loader/src/index.js??ref--9-oneOf-1-2!../../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_sass-loader@8.0.2@sass-loader/dist/cjs.js??ref--9-oneOf-1-3!../../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_cache-loader@4.1.0@cache-loader/dist/cjs.js??ref--1-0!../../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_vue-loader@15.11.1@vue-loader/lib/index.js??vue-loader-options!./list.vue?vue&type=style&index=0&id=e1f9817c&prod&lang=scss&scoped=true\"","import SpriteSymbol from \"svg-baker-runtime/browser-symbol\";\nimport sprite from \"svg-sprite-loader/runtime/browser-sprite.build\";\nvar symbol = new SpriteSymbol({\n \"id\": \"icon-monitorEquipment\",\n \"use\": \"icon-monitorEquipment-usage\",\n \"viewBox\": \"0 0 113.39 113.39\",\n \"content\": \"监测设备\"\n});\nvar result = sprite.add(symbol);\nexport default symbol","import SpriteSymbol from \"svg-baker-runtime/browser-symbol\";\nimport sprite from \"svg-sprite-loader/runtime/browser-sprite.build\";\nvar symbol = new SpriteSymbol({\n \"id\": \"icon-diseasesinsects\",\n \"use\": \"icon-diseasesinsects-usage\",\n \"viewBox\": \"0 0 113.39 108.37\",\n \"content\": \"病虫害分析\"\n});\nvar result = sprite.add(symbol);\nexport default symbol","import SpriteSymbol from \"svg-baker-runtime/browser-symbol\";\nimport sprite from \"svg-sprite-loader/runtime/browser-sprite.build\";\nvar symbol = new SpriteSymbol({\n \"id\": \"icon-tempFarm\",\n \"use\": \"icon-tempFarm-usage\",\n \"viewBox\": \"0 0 113.39 113.39\",\n \"content\": \"临时农事管理\"\n});\nvar result = sprite.add(symbol);\nexport default symbol","import SpriteSymbol from \"svg-baker-runtime/browser-symbol\";\nimport sprite from \"svg-sprite-loader/runtime/browser-sprite.build\";\nvar symbol = new SpriteSymbol({\n \"id\": \"icon-firm\",\n \"use\": \"icon-firm-usage\",\n \"viewBox\": \"0 0 113.43 113.52\",\n \"content\": \"厂商管理\"\n});\nvar result = sprite.add(symbol);\nexport default symbol","\r\n\r\n\r\n","export * from \"-!../../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_mini-css-extract-plugin@0.9.0@mini-css-extract-plugin/dist/loader.js??ref--9-oneOf-1-0!../../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_css-loader@3.6.0@css-loader/dist/cjs.js??ref--9-oneOf-1-1!../../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_vue-loader@15.11.1@vue-loader/lib/loaders/stylePostLoader.js!../../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_postcss-loader@3.0.0@postcss-loader/src/index.js??ref--9-oneOf-1-2!../../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_sass-loader@8.0.2@sass-loader/dist/cjs.js??ref--9-oneOf-1-3!../../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_cache-loader@4.1.0@cache-loader/dist/cjs.js??ref--1-0!../../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_vue-loader@15.11.1@vue-loader/lib/index.js??vue-loader-options!./add-or-update.vue?vue&type=style&index=0&id=101dfb02&prod&lang=scss&scoped=true\"","import SpriteSymbol from \"svg-baker-runtime/browser-symbol\";\nimport sprite from \"svg-sprite-loader/runtime/browser-sprite.build\";\nvar symbol = new SpriteSymbol({\n \"id\": \"icon-crop\",\n \"use\": \"icon-crop-usage\",\n \"viewBox\": \"0 0 113.56 113.39\",\n \"content\": \"农作物管理2\"\n});\nvar result = sprite.add(symbol);\nexport default symbol","import SpriteSymbol from \"svg-baker-runtime/browser-symbol\";\nimport sprite from \"svg-sprite-loader/runtime/browser-sprite.build\";\nvar symbol = new SpriteSymbol({\n \"id\": \"icon-cfg\",\n \"use\": \"icon-cfg-usage\",\n \"viewBox\": \"0 0 1024 1024\",\n \"content\": \"\"\n});\nvar result = sprite.add(symbol);\nexport default symbol","import SpriteSymbol from \"svg-baker-runtime/browser-symbol\";\nimport sprite from \"svg-sprite-loader/runtime/browser-sprite.build\";\nvar symbol = new SpriteSymbol({\n \"id\": \"icon-device\",\n \"use\": \"icon-device-usage\",\n \"viewBox\": \"0 0 113.39 113.39\",\n \"content\": \"设备管理\"\n});\nvar result = sprite.add(symbol);\nexport default symbol","import SpriteSymbol from \"svg-baker-runtime/browser-symbol\";\nimport sprite from \"svg-sprite-loader/runtime/browser-sprite.build\";\nvar symbol = new SpriteSymbol({\n \"id\": \"icon-menu\",\n \"use\": \"icon-menu-usage\",\n \"viewBox\": \"0 0 1024 1024\",\n \"content\": \"\"\n});\nvar result = sprite.add(symbol);\nexport default symbol","const menu = {\n list() {\n return [{\n \"backMenu\": [{\n \"child\": [{\n \"allButtons\": [\"新增\", \"查看\", \"修改\", \"删除\"],\n \"appFrontIcon\": \"cuIcon-goodsnew\",\n \"buttons\": [\"新增\", \"查看\", \"修改\", \"删除\"],\n \"menu\": \"驾驶员\",\n \"menuJump\": \"列表\",\n \"tableName\": \"jiashiyuan\"\n }], \"menu\": \"驾驶员管理\"\n }, {\n \"child\": [{\n \"allButtons\": [\"新增\", \"查看\", \"修改\", \"删除\", \"审核\"],\n \"appFrontIcon\": \"cuIcon-attentionfavor\",\n \"buttons\": [\"新增\", \"查看\", \"修改\", \"删除\", \"审核\"],\n \"menu\": \"工作人员\",\n \"menuJump\": \"列表\",\n \"tableName\": \"gongzuorenyuan\"\n }], \"menu\": \"工作人员管理\"\n }, {\n \"child\": [{\n \"allButtons\": [\"新增\", \"查看\", \"修改\", \"删除\"],\n \"appFrontIcon\": \"cuIcon-pic\",\n \"buttons\": [\"新增\", \"查看\", \"修改\", \"删除\"],\n \"menu\": \"公告信息\",\n \"menuJump\": \"列表\",\n \"tableName\": \"gonggaoxinxi\"\n }], \"menu\": \"公告信息管理\"\n }, {\n \"child\": [{\n \"allButtons\": [\"新增\", \"查看\", \"修改\", \"删除\", \"保险信息\", \"续保通知\", \"事故记录\"],\n \"appFrontIcon\": \"cuIcon-pay\",\n \"buttons\": [\"查看\", \"删除\"],\n \"menu\": \"车辆档案\",\n \"menuJump\": \"列表\",\n \"tableName\": \"cheliangdangan\"\n }], \"menu\": \"车辆档案管理\"\n }, {\n \"child\": [{\n \"allButtons\": [\"新增\", \"查看\", \"修改\", \"删除\"],\n \"appFrontIcon\": \"cuIcon-vipcard\",\n \"buttons\": [\"查看\", \"删除\"],\n \"menu\": \"保险信息\",\n \"menuJump\": \"列表\",\n \"tableName\": \"baoxianxinxi\"\n }], \"menu\": \"保险信息管理\"\n }, {\n \"child\": [{\n \"allButtons\": [\"新增\", \"查看\", \"修改\", \"删除\", \"到期次数\"],\n \"appFrontIcon\": \"cuIcon-present\",\n \"buttons\": [\"查看\", \"删除\", \"到期次数\"],\n \"menu\": \"续保通知\",\n \"menuJump\": \"列表\",\n \"tableName\": \"xubaotongzhi\"\n }], \"menu\": \"续保通知管理\"\n }, {\n \"child\": [{\n \"allButtons\": [\"新增\", \"查看\", \"修改\", \"删除\"],\n \"appFrontIcon\": \"el-icon-coins\",\n \"buttons\": [\"新增\", \"查看\", \"修改\", \"删除\"],\n \"menu\": \"路线信息\",\n \"menuJump\": \"列表\",\n \"tableName\": \"luxianxinxi\"\n }], \"menu\": \"路线信息管理\"\n }, {\n \"child\": [{\n \"allButtons\": [\"新增\", \"查看\", \"修改\", \"删除\", \"事故次数\"],\n \"appFrontIcon\": \"cuIcon-goods\",\n \"buttons\": [\"删除\", \"事故次数\", \"查看\"],\n \"menu\": \"事故记录\",\n \"menuJump\": \"列表\",\n \"tableName\": \"shigujilu\"\n }], \"menu\": \"事故记录管理\"\n }],\n \"frontMenu\": [ ],\n \"hasBackLogin\": \"是\",\n \"hasBackRegister\": \"否\",\n \"hasFrontLogin\": \"否\",\n \"hasFrontRegister\": \"否\",\n \"roleName\": \"管理员\",\n \"tableName\": \"users\"\n }, {\n \"backMenu\": [{\n \"child\": [{\n \"allButtons\": [\"新增\", \"查看\", \"修改\", \"删除\"],\n \"appFrontIcon\": \"cuIcon-pic\",\n \"buttons\": [\"查看\"],\n \"menu\": \"公告信息\",\n \"menuJump\": \"列表\",\n \"tableName\": \"gonggaoxinxi\"\n }], \"menu\": \"公告信息管理\"\n }, {\n \"child\": [{\n \"allButtons\": [\"新增\", \"查看\", \"修改\", \"删除\", \"保险信息\", \"续保通知\", \"事故记录\"],\n \"appFrontIcon\": \"cuIcon-pay\",\n \"buttons\": [\"查看\"],\n \"menu\": \"车辆档案\",\n \"menuJump\": \"列表\",\n \"tableName\": \"cheliangdangan\"\n }], \"menu\": \"车辆档案管理\"\n }, {\n \"child\": [{\n \"allButtons\": [\"新增\", \"查看\", \"修改\", \"删除\"],\n \"appFrontIcon\": \"cuIcon-vipcard\",\n \"buttons\": [\"查看\"],\n \"menu\": \"保险信息\",\n \"menuJump\": \"列表\",\n \"tableName\": \"baoxianxinxi\"\n }], \"menu\": \"保险信息管理\"\n }, {\n \"child\": [{\n \"allButtons\": [\"新增\", \"查看\", \"修改\", \"删除\", \"到期次数\"],\n \"appFrontIcon\": \"cuIcon-present\",\n \"buttons\": [\"查看\"],\n \"menu\": \"续保通知\",\n \"menuJump\": \"列表\",\n \"tableName\": \"xubaotongzhi\"\n }], \"menu\": \"续保通知管理\"\n }, {\n \"child\": [{\n \"allButtons\": [\"新增\", \"查看\", \"修改\", \"删除\"],\n \"appFrontIcon\": \"el-icon-picture-outline\",\n \"buttons\": [\"新增\", \"查看\", \"修改\", \"删除\"],\n \"menu\": \"路线信息\",\n \"menuJump\": \"列表\",\n \"tableName\": \"luxianxinxi\"\n }], \"menu\": \"路线信息管理\"\n }, {\n \"child\": [{\n \"allButtons\": [\"新增\", \"查看\", \"修改\", \"删除\", \"事故次数\"],\n \"appFrontIcon\": \"cuIcon-goods\",\n \"buttons\": [\"查看\"],\n \"menu\": \"事故记录\",\n \"menuJump\": \"列表\",\n \"tableName\": \"shigujilu\"\n }], \"menu\": \"事故记录管理\"\n }],\n \"frontMenu\": [ ],\n \"hasBackLogin\": \"是\",\n \"hasBackRegister\": \"是\",\n \"hasFrontLogin\": \"否\",\n \"hasFrontRegister\": \"否\",\n \"roleName\": \"驾驶员\",\n \"tableName\": \"jiashiyuan\"\n }, {\n \"backMenu\": [{\n \"child\": [{\n \"allButtons\": [\"新增\", \"查看\", \"修改\", \"删除\"],\n \"appFrontIcon\": \"cuIcon-pic\",\n \"buttons\": [\"查看\"],\n \"menu\": \"公告信息\",\n \"menuJump\": \"列表\",\n \"tableName\": \"gonggaoxinxi\"\n }], \"menu\": \"公告信息管理\"\n }, {\n \"child\": [{\n \"allButtons\": [\"新增\", \"查看\", \"修改\", \"删除\", \"保险信息\", \"续保通知\", \"事故记录\"],\n \"appFrontIcon\": \"cuIcon-pay\",\n \"buttons\": [\"新增\", \"查看\", \"修改\", \"删除\", \"保险信息\", \"续保通知\", \"事故记录\"],\n \"menu\": \"车辆档案\",\n \"menuJump\": \"列表\",\n \"tableName\": \"cheliangdangan\"\n }], \"menu\": \"车辆档案管理\"\n }, {\n \"child\": [{\n \"allButtons\": [\"新增\", \"查看\", \"修改\", \"删除\"],\n \"appFrontIcon\": \"cuIcon-vipcard\",\n \"buttons\": [\"查看\", \"删除\"],\n \"menu\": \"保险信息\",\n \"menuJump\": \"列表\",\n \"tableName\": \"baoxianxinxi\"\n }], \"menu\": \"保险信息管理\"\n }, {\n \"child\": [{\n \"allButtons\": [\"新增\", \"查看\", \"修改\", \"删除\", \"到期次数\"],\n \"appFrontIcon\": \"cuIcon-present\",\n \"buttons\": [\"查看\", \"删除\"],\n \"menu\": \"续保通知\",\n \"menuJump\": \"列表\",\n \"tableName\": \"xubaotongzhi\"\n }], \"menu\": \"续保通知管理\"\n }, {\n \"child\": [{\n \"allButtons\": [\"新增\", \"查看\", \"修改\", \"删除\", \"事故次数\"],\n \"appFrontIcon\": \"cuIcon-goods\",\n \"buttons\": [\"查看\", \"删除\"],\n \"menu\": \"事故记录\",\n \"menuJump\": \"列表\",\n \"tableName\": \"shigujilu\"\n }], \"menu\": \"事故记录管理\"\n }, {\n \"child\": [{\n \"allButtons\": [\"新增\", \"查看\", \"修改\", \"删除\"],\n \"appFrontIcon\": \"el-icon-coins\",\n \"buttons\": [\"新增\", \"查看\", \"修改\", \"删除\"],\n \"menu\": \"路线信息\",\n \"menuJump\": \"列表\",\n \"tableName\": \"luxianxinxi\"\n }], \"menu\": \"路线信息管理\"\n }],\n \"frontMenu\": [],\n \"hasBackLogin\": \"是\",\n \"hasBackRegister\": \"是\",\n \"hasFrontLogin\": \"否\",\n \"hasFrontRegister\": \"否\",\n \"roleName\": \"工作人员\",\n \"tableName\": \"gongzuorenyuan\"\n }]\n }\n}\nexport default menu;","import SpriteSymbol from \"svg-baker-runtime/browser-symbol\";\nimport sprite from \"svg-sprite-loader/runtime/browser-sprite.build\";\nvar symbol = new SpriteSymbol({\n \"id\": \"icon-sourceActive\",\n \"use\": \"icon-sourceActive-usage\",\n \"viewBox\": \"0 0 113.4 113.4\",\n \"content\": \"\\r\\n\\r\\n溯源管理\\r\\n\\r\\n\"\n});\nvar result = sprite.add(symbol);\nexport default symbol","import SpriteSymbol from \"svg-baker-runtime/browser-symbol\";\nimport sprite from \"svg-sprite-loader/runtime/browser-sprite.build\";\nvar symbol = new SpriteSymbol({\n \"id\": \"icon-company\",\n \"use\": \"icon-company-usage\",\n \"viewBox\": \"0 0 113.39 121.48\",\n \"content\": \"基本信息\"\n});\nvar result = sprite.add(symbol);\nexport default symbol","import SpriteSymbol from \"svg-baker-runtime/browser-symbol\";\nimport sprite from \"svg-sprite-loader/runtime/browser-sprite.build\";\nvar symbol = new SpriteSymbol({\n \"id\": \"icon-email\",\n \"use\": \"icon-email-usage\",\n \"viewBox\": \"0 0 1024 1024\",\n \"content\": \"\"\n});\nvar result = sprite.add(symbol);\nexport default symbol","export * from \"-!../../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_mini-css-extract-plugin@0.9.0@mini-css-extract-plugin/dist/loader.js??ref--9-oneOf-1-0!../../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_css-loader@3.6.0@css-loader/dist/cjs.js??ref--9-oneOf-1-1!../../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_vue-loader@15.11.1@vue-loader/lib/loaders/stylePostLoader.js!../../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_postcss-loader@3.0.0@postcss-loader/src/index.js??ref--9-oneOf-1-2!../../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_sass-loader@8.0.2@sass-loader/dist/cjs.js??ref--9-oneOf-1-3!../../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_cache-loader@4.1.0@cache-loader/dist/cjs.js??ref--1-0!../../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_vue-loader@15.11.1@vue-loader/lib/index.js??vue-loader-options!./list.vue?vue&type=style&index=0&id=74f1b30c&prod&lang=scss&scoped=true\"","export * from \"-!../../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_mini-css-extract-plugin@0.9.0@mini-css-extract-plugin/dist/loader.js??ref--9-oneOf-1-0!../../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_css-loader@3.6.0@css-loader/dist/cjs.js??ref--9-oneOf-1-1!../../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_vue-loader@15.11.1@vue-loader/lib/loaders/stylePostLoader.js!../../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_postcss-loader@3.0.0@postcss-loader/src/index.js??ref--9-oneOf-1-2!../../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_sass-loader@8.0.2@sass-loader/dist/cjs.js??ref--9-oneOf-1-3!../../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_cache-loader@4.1.0@cache-loader/dist/cjs.js??ref--1-0!../../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_vue-loader@15.11.1@vue-loader/lib/index.js??vue-loader-options!./add-or-update.vue?vue&type=style&index=0&id=1c319c2e&prod&lang=scss&scoped=true\"","import SpriteSymbol from \"svg-baker-runtime/browser-symbol\";\nimport sprite from \"svg-sprite-loader/runtime/browser-sprite.build\";\nvar symbol = new SpriteSymbol({\n \"id\": \"icon-crops\",\n \"use\": \"icon-crops-usage\",\n \"viewBox\": \"0 0 113.29 113.37\",\n \"content\": \"农作物管理\"\n});\nvar result = sprite.add(symbol);\nexport default symbol","import SpriteSymbol from \"svg-baker-runtime/browser-symbol\";\nimport sprite from \"svg-sprite-loader/runtime/browser-sprite.build\";\nvar symbol = new SpriteSymbol({\n \"id\": \"icon-internetActive\",\n \"use\": \"icon-internetActive-usage\",\n \"viewBox\": \"0 0 113.6 113.6\",\n \"content\": \"\\r\\n\\r\\n物联网管理置\\r\\n\\r\\n\\r\\n\"\n});\nvar result = sprite.add(symbol);\nexport default symbol","import SpriteSymbol from \"svg-baker-runtime/browser-symbol\";\nimport sprite from \"svg-sprite-loader/runtime/browser-sprite.build\";\nvar symbol = new SpriteSymbol({\n \"id\": \"icon-boardConfig\",\n \"use\": \"icon-boardConfig-usage\",\n \"viewBox\": \"0 0 113.39 85.02\",\n \"content\": \"看板配置\"\n});\nvar result = sprite.add(symbol);\nexport default symbol","var map = {\n\t\"./AI.svg\": \"4736\",\n\t\"./AIDeviceLayout.svg\": \"e3d1\",\n\t\"./EIM.svg\": \"5392\",\n\t\"./VIP.svg\": \"553c\",\n\t\"./agricultureRegister.svg\": \"4b6e\",\n\t\"./area.svg\": \"819d\",\n\t\"./base.svg\": \"741d\",\n\t\"./batch.svg\": \"5d42\",\n\t\"./board.svg\": \"7160\",\n\t\"./board1.svg\": \"e008\",\n\t\"./boardConfig.svg\": \"36bd\",\n\t\"./cfg.svg\": \"23c2\",\n\t\"./code.svg\": \"7ae9\",\n\t\"./company.svg\": \"3128\",\n\t\"./crop.svg\": \"2344\",\n\t\"./crops.svg\": \"3227\",\n\t\"./dashboard.svg\": \"54a2\",\n\t\"./dataAbnormal.svg\": \"fbd6\",\n\t\"./dataLack.svg\": \"ebe0\",\n\t\"./dept.svg\": \"7ec6\",\n\t\"./device.svg\": \"25ba\",\n\t\"./deviceMonitorData.svg\": \"afcf\",\n\t\"./dict.svg\": \"5b52\",\n\t\"./diseasesinsect.svg\": \"a0bc\",\n\t\"./diseasesinsects.svg\": \"1329\",\n\t\"./documentation.svg\": \"c401\",\n\t\"./email.svg\": \"3139\",\n\t\"./environmental.svg\": \"8bf3\",\n\t\"./eye-open.svg\": \"45df\",\n\t\"./farmingProject.svg\": \"c8e3\",\n\t\"./finance.svg\": \"d50c\",\n\t\"./financeBudget.svg\": \"bb95\",\n\t\"./financeReality.svg\": \"e22c\",\n\t\"./firm.svg\": \"16cd\",\n\t\"./firms.svg\": \"00c1\",\n\t\"./harvestBatch.svg\": \"dd36\",\n\t\"./harvestDetection.svg\": \"8331\",\n\t\"./harvestManage.svg\": \"86ed\",\n\t\"./harvestWorks.svg\": \"bd3e\",\n\t\"./heavyMetalDetection.svg\": \"f35a\",\n\t\"./home.svg\": \"f7c5\",\n\t\"./inspection.svg\": \"099f\",\n\t\"./internet.svg\": \"e7cb\",\n\t\"./internetActive.svg\": \"35f8\",\n\t\"./log.svg\": \"f184\",\n\t\"./mainSystem.svg\": \"e359\",\n\t\"./mainSystemActive.svg\": \"76c4\",\n\t\"./menu.svg\": \"27f8\",\n\t\"./monitorEquipment.svg\": \"12e2\",\n\t\"./news.svg\": \"7b42\",\n\t\"./order.svg\": \"7ff0\",\n\t\"./password.svg\": \"aa49\",\n\t\"./peoples.svg\": \"d884\",\n\t\"./pest.svg\": \"e5e8\",\n\t\"./pestActive.svg\": \"9f99\",\n\t\"./pesticideResidue.svg\": \"e093\",\n\t\"./pests.svg\": \"0e21\",\n\t\"./phone.svg\": \"4d35\",\n\t\"./plant.svg\": \"b864\",\n\t\"./plants.svg\": \"fd15\",\n\t\"./plantsActive.svg\": \"44f9\",\n\t\"./residual.svg\": \"f4e2\",\n\t\"./retroactiveCoding.svg\": \"54b4\",\n\t\"./scheme.svg\": \"907d\",\n\t\"./source.svg\": \"5c91\",\n\t\"./sourceActive.svg\": \"2e11\",\n\t\"./system.svg\": \"aa0d\",\n\t\"./task.svg\": \"45ec\",\n\t\"./tempFarm.svg\": \"1567\",\n\t\"./traceability.svg\": \"a15c\",\n\t\"./traceabilityList.svg\": \"9d41\",\n\t\"./traceabilityStyle.svg\": \"5665\",\n\t\"./user.svg\": \"fede\",\n\t\"./user0.svg\": \"f306\",\n\t\"./validCode.svg\": \"a5d9\",\n\t\"./video.svg\": \"b606\",\n\t\"./videoEquipment.svg\": \"ffc3\",\n\t\"./videoKey.svg\": \"a801\",\n\t\"./vipCustomized.svg\": \"bc0b\",\n\t\"./warnings.svg\": \"860c\",\n\t\"./workOrder.svg\": \"7bed\"\n};\n\n\nfunction webpackContext(req) {\n\tvar id = webpackContextResolve(req);\n\treturn __webpack_require__(id);\n}\nfunction webpackContextResolve(req) {\n\tif(!__webpack_require__.o(map, req)) {\n\t\tvar e = new Error(\"Cannot find module '\" + req + \"'\");\n\t\te.code = 'MODULE_NOT_FOUND';\n\t\tthrow e;\n\t}\n\treturn map[req];\n}\nwebpackContext.keys = function webpackContextKeys() {\n\treturn Object.keys(map);\n};\nwebpackContext.resolve = webpackContextResolve;\nmodule.exports = webpackContext;\nwebpackContext.id = \"3d8e\";","import SpriteSymbol from \"svg-baker-runtime/browser-symbol\";\nimport sprite from \"svg-sprite-loader/runtime/browser-sprite.build\";\nvar symbol = new SpriteSymbol({\n \"id\": \"icon-plantsActive\",\n \"use\": \"icon-plantsActive-usage\",\n \"viewBox\": \"0 0 113.4 113.4\",\n \"content\": \"\\r\\n\\r\\n种植管理\\r\\n\\r\\n\\r\\n\\r\\n\"\n});\nvar result = sprite.add(symbol);\nexport default symbol","import SpriteSymbol from \"svg-baker-runtime/browser-symbol\";\nimport sprite from \"svg-sprite-loader/runtime/browser-sprite.build\";\nvar symbol = new SpriteSymbol({\n \"id\": \"icon-eye-open\",\n \"use\": \"icon-eye-open-usage\",\n \"viewBox\": \"0 0 1024 1024\",\n \"content\": \"\"\n});\nvar result = sprite.add(symbol);\nexport default symbol","import SpriteSymbol from \"svg-baker-runtime/browser-symbol\";\nimport sprite from \"svg-sprite-loader/runtime/browser-sprite.build\";\nvar symbol = new SpriteSymbol({\n \"id\": \"icon-task\",\n \"use\": \"icon-task-usage\",\n \"viewBox\": \"0 0 1024 1024\",\n \"content\": \"\"\n});\nvar result = sprite.add(symbol);\nexport default symbol","import SpriteSymbol from \"svg-baker-runtime/browser-symbol\";\nimport sprite from \"svg-sprite-loader/runtime/browser-sprite.build\";\nvar symbol = new SpriteSymbol({\n \"id\": \"icon-AI\",\n \"use\": \"icon-AI-usage\",\n \"viewBox\": \"0 0 113.41 113.13\",\n \"content\": \"物联设备\"\n});\nvar result = sprite.add(symbol);\nexport default symbol","export * from \"-!../../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_mini-css-extract-plugin@0.9.0@mini-css-extract-plugin/dist/loader.js??ref--9-oneOf-1-0!../../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_css-loader@3.6.0@css-loader/dist/cjs.js??ref--9-oneOf-1-1!../../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_vue-loader@15.11.1@vue-loader/lib/loaders/stylePostLoader.js!../../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_postcss-loader@3.0.0@postcss-loader/src/index.js??ref--9-oneOf-1-2!../../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_sass-loader@8.0.2@sass-loader/dist/cjs.js??ref--9-oneOf-1-3!../../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_cache-loader@4.1.0@cache-loader/dist/cjs.js??ref--1-0!../../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_vue-loader@15.11.1@vue-loader/lib/index.js??vue-loader-options!./add-or-update.vue?vue&type=style&index=0&id=2b8509ba&prod&lang=scss&scoped=true\"","import SpriteSymbol from \"svg-baker-runtime/browser-symbol\";\nimport sprite from \"svg-sprite-loader/runtime/browser-sprite.build\";\nvar symbol = new SpriteSymbol({\n \"id\": \"icon-agricultureRegister\",\n \"use\": \"icon-agricultureRegister-usage\",\n \"viewBox\": \"0 0 113.38 113.39\",\n \"content\": \"农资登记\"\n});\nvar result = sprite.add(symbol);\nexport default symbol","import SpriteSymbol from \"svg-baker-runtime/browser-symbol\";\nimport sprite from \"svg-sprite-loader/runtime/browser-sprite.build\";\nvar symbol = new SpriteSymbol({\n \"id\": \"icon-phone\",\n \"use\": \"icon-phone-usage\",\n \"viewBox\": \"0 0 1024 1024\",\n \"content\": \"\"\n});\nvar result = sprite.add(symbol);\nexport default symbol","import SpriteSymbol from \"svg-baker-runtime/browser-symbol\";\nimport sprite from \"svg-sprite-loader/runtime/browser-sprite.build\";\nvar symbol = new SpriteSymbol({\n \"id\": \"icon-EIM\",\n \"use\": \"icon-EIM-usage\",\n \"viewBox\": \"0 0 113.38 98.27\",\n \"content\": \"企业信息\"\n});\nvar result = sprite.add(symbol);\nexport default symbol","module.exports = \"data:image/png;base64,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\"","import SpriteSymbol from \"svg-baker-runtime/browser-symbol\";\nimport sprite from \"svg-sprite-loader/runtime/browser-sprite.build\";\nvar symbol = new SpriteSymbol({\n \"id\": \"icon-dashboard\",\n \"use\": \"icon-dashboard-usage\",\n \"viewBox\": \"0 0 1024 1024\",\n \"content\": \"\"\n});\nvar result = sprite.add(symbol);\nexport default symbol","import SpriteSymbol from \"svg-baker-runtime/browser-symbol\";\nimport sprite from \"svg-sprite-loader/runtime/browser-sprite.build\";\nvar symbol = new SpriteSymbol({\n \"id\": \"icon-retroactiveCoding\",\n \"use\": \"icon-retroactiveCoding-usage\",\n \"viewBox\": \"0 0 113.39 113.39\",\n \"content\": \"追溯打码\"\n});\nvar result = sprite.add(symbol);\nexport default symbol","export * from \"-!../../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_mini-css-extract-plugin@0.9.0@mini-css-extract-plugin/dist/loader.js??ref--9-oneOf-1-0!../../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_css-loader@3.6.0@css-loader/dist/cjs.js??ref--9-oneOf-1-1!../../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_vue-loader@15.11.1@vue-loader/lib/loaders/stylePostLoader.js!../../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_postcss-loader@3.0.0@postcss-loader/src/index.js??ref--9-oneOf-1-2!../../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_sass-loader@8.0.2@sass-loader/dist/cjs.js??ref--9-oneOf-1-3!../../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_cache-loader@4.1.0@cache-loader/dist/cjs.js??ref--1-0!../../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_vue-loader@15.11.1@vue-loader/lib/index.js??vue-loader-options!./add-or-update.vue?vue&type=style&index=0&id=8c8aa792&prod&lang=scss&scoped=true\"","import SpriteSymbol from \"svg-baker-runtime/browser-symbol\";\nimport sprite from \"svg-sprite-loader/runtime/browser-sprite.build\";\nvar symbol = new SpriteSymbol({\n \"id\": \"icon-VIP\",\n \"use\": \"icon-VIP-usage\",\n \"viewBox\": \"0 0 113.39 104.24\",\n \"content\": \"vip登记\"\n});\nvar result = sprite.add(symbol);\nexport default symbol","import SpriteSymbol from \"svg-baker-runtime/browser-symbol\";\nimport sprite from \"svg-sprite-loader/runtime/browser-sprite.build\";\nvar symbol = new SpriteSymbol({\n \"id\": \"icon-traceabilityStyle\",\n \"use\": \"icon-traceabilityStyle-usage\",\n \"viewBox\": \"0 0 113.37 113.37\",\n \"content\": \"溯源管理样式\"\n});\nvar result = sprite.add(symbol);\nexport default symbol","var render = function render(){var _vm=this,_c=_vm._self._c;return _c('div',{attrs:{\"id\":\"app\"}},[_c('router-view')],1)\n}\nvar staticRenderFns = []\n\nexport { render, staticRenderFns }","\n\n\n\n\n","import mod from \"-!../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_cache-loader@4.1.0@cache-loader/dist/cjs.js??ref--13-0!../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_thread-loader@2.1.3@thread-loader/dist/cjs.js!../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_babel-loader@8.4.1@babel-loader/lib/index.js!../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_cache-loader@4.1.0@cache-loader/dist/cjs.js??ref--1-0!../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_vue-loader@15.11.1@vue-loader/lib/index.js??vue-loader-options!./App.vue?vue&type=script&lang=js\"; export default mod; export * from \"-!../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_cache-loader@4.1.0@cache-loader/dist/cjs.js??ref--13-0!../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_thread-loader@2.1.3@thread-loader/dist/cjs.js!../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_babel-loader@8.4.1@babel-loader/lib/index.js!../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_cache-loader@4.1.0@cache-loader/dist/cjs.js??ref--1-0!../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_vue-loader@15.11.1@vue-loader/lib/index.js??vue-loader-options!./App.vue?vue&type=script&lang=js\"","import { render, staticRenderFns } from \"./App.vue?vue&type=template&id=93f04696\"\nimport script from \"./App.vue?vue&type=script&lang=js\"\nexport * from \"./App.vue?vue&type=script&lang=js\"\nimport style0 from \"./App.vue?vue&type=style&index=0&id=93f04696&prod&lang=scss\"\n\n\n/* normalize component */\nimport normalizer from \"!../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_vue-loader@15.11.1@vue-loader/lib/runtime/componentNormalizer.js\"\nvar component = normalizer(\n script,\n render,\n staticRenderFns,\n false,\n null,\n null,\n null\n \n)\n\nexport default component.exports","const state = {\r\n visitedViews: [],\r\n cachedViews: []\r\n}\r\n\r\nconst mutations = {\r\n ADD_VISITED_VIEW: (state, view) => {\r\n if (state.visitedViews.some(v => v.path === view.path)) return\r\n state.visitedViews.push(\r\n Object.assign({}, view, {\r\n title: view.meta.title || 'no-name'\r\n })\r\n )\r\n },\r\n ADD_CACHED_VIEW: (state, view) => {\r\n if (state.cachedViews.includes(view.name)) return\r\n if (!view.meta.noCache) {\r\n state.cachedViews.push(view.name)\r\n }\r\n },\r\n\r\n DEL_VISITED_VIEW: (state, view) => {\r\n for (const [i, v] of state.visitedViews.entries()) {\r\n if (v.path === view.path) {\r\n state.visitedViews.splice(i, 1)\r\n break\r\n }\r\n }\r\n },\r\n DEL_CACHED_VIEW: (state, view) => {\r\n for (const i of state.cachedViews) {\r\n if (i === view.name) {\r\n const index = state.cachedViews.indexOf(i)\r\n state.cachedViews.splice(index, 1)\r\n break\r\n }\r\n }\r\n },\r\n\r\n DEL_OTHERS_VISITED_VIEWS: (state, view) => {\r\n state.visitedViews = state.visitedViews.filter(v => {\r\n return v.meta.affix || v.path === view.path\r\n })\r\n },\r\n DEL_OTHERS_CACHED_VIEWS: (state, view) => {\r\n for (const i of state.cachedViews) {\r\n if (i === view.name) {\r\n const index = state.cachedViews.indexOf(i)\r\n state.cachedViews = state.cachedViews.slice(index, index + 1)\r\n break\r\n }\r\n }\r\n },\r\n\r\n DEL_ALL_VISITED_VIEWS: state => {\r\n // keep affix tags\r\n const affixTags = state.visitedViews.filter(tag => tag.meta.affix)\r\n state.visitedViews = affixTags\r\n },\r\n DEL_ALL_CACHED_VIEWS: state => {\r\n state.cachedViews = []\r\n },\r\n\r\n UPDATE_VISITED_VIEW: (state, view) => {\r\n for (let v of state.visitedViews) {\r\n if (v.path === view.path) {\r\n v = Object.assign(v, view)\r\n break\r\n }\r\n }\r\n }\r\n}\r\n\r\nconst actions = {\r\n addView({ dispatch }, view) {\r\n dispatch('addVisitedView', view)\r\n dispatch('addCachedView', view)\r\n },\r\n addVisitedView({ commit }, view) {\r\n commit('ADD_VISITED_VIEW', view)\r\n },\r\n addCachedView({ commit }, view) {\r\n commit('ADD_CACHED_VIEW', view)\r\n },\r\n\r\n delView({ dispatch, state }, view) {\r\n console.log('---')\r\n return new Promise(resolve => {\r\n dispatch('delVisitedView', view)\r\n dispatch('delCachedView', view)\r\n resolve({\r\n visitedViews: [...state.visitedViews],\r\n cachedViews: [...state.cachedViews]\r\n })\r\n })\r\n },\r\n delVisitedView({ commit, state }, view) {\r\n return new Promise(resolve => {\r\n commit('DEL_VISITED_VIEW', view)\r\n resolve([...state.visitedViews])\r\n })\r\n },\r\n delCachedView({ commit, state }, view) {\r\n return new Promise(resolve => {\r\n commit('DEL_CACHED_VIEW', view)\r\n resolve([...state.cachedViews])\r\n })\r\n },\r\n\r\n delOthersViews({ dispatch, state }, view) {\r\n return new Promise(resolve => {\r\n dispatch('delOthersVisitedViews', view)\r\n dispatch('delOthersCachedViews', view)\r\n resolve({\r\n visitedViews: [...state.visitedViews],\r\n cachedViews: [...state.cachedViews]\r\n })\r\n })\r\n },\r\n delOthersVisitedViews({ commit, state }, view) {\r\n return new Promise(resolve => {\r\n commit('DEL_OTHERS_VISITED_VIEWS', view)\r\n resolve([...state.visitedViews])\r\n })\r\n },\r\n delOthersCachedViews({ commit, state }, view) {\r\n return new Promise(resolve => {\r\n commit('DEL_OTHERS_CACHED_VIEWS', view)\r\n resolve([...state.cachedViews])\r\n })\r\n },\r\n\r\n delAllViews({ dispatch, state }, view) {\r\n return new Promise(resolve => {\r\n dispatch('delAllVisitedViews', view)\r\n dispatch('delAllCachedViews', view)\r\n resolve({\r\n visitedViews: [...state.visitedViews],\r\n cachedViews: [...state.cachedViews]\r\n })\r\n })\r\n },\r\n delAllVisitedViews({ commit, state }) {\r\n return new Promise(resolve => {\r\n commit('DEL_ALL_VISITED_VIEWS')\r\n resolve([...state.visitedViews])\r\n })\r\n },\r\n delAllCachedViews({ commit, state }) {\r\n return new Promise(resolve => {\r\n commit('DEL_ALL_CACHED_VIEWS')\r\n resolve([...state.cachedViews])\r\n })\r\n },\r\n\r\n updateVisitedView({ commit }, view) {\r\n commit('UPDATE_VISITED_VIEW', view)\r\n }\r\n}\r\n\r\nexport default {\r\n namespaced: true,\r\n state,\r\n mutations,\r\n actions\r\n}\r\n","import Vue from 'vue'\r\nimport Vuex from 'vuex'\r\nimport tagsView from './modules/tagsView'\r\n\r\nVue.use(Vuex)\r\n\r\nconst store = new Vuex.Store({\r\n modules: {\r\n tagsView,\r\n }\r\n})\r\n\r\nexport default store\r\n","var render = function render(){var _vm=this,_c=_vm._self._c;return _c('div',{staticClass:\"breadcrumb-preview\"},[_c('el-breadcrumb',{style:({\"padding\":\"30px 0px\",\"borderColor\":\"rgba(0, 0, 0, 0.04)\",\"background\":\"rgba(0, 0, 0, 0.0)\",\"borderWidth\":\"0px 0\",\"display\":\"flex\",\"lineHeight\":\"auto\",\"fontSize\":\"inherit\",\"borderStyle\":\"solid\",\"justifyContent\":\"flex-start\"}),attrs:{\"separator\":\"-\"}},[_c('transition-group',{staticClass:\"box\",attrs:{\"name\":\"breadcrumb\"}},_vm._l((_vm.levelList),function(item,index){return _c('el-breadcrumb-item',{key:item.path},[(item.redirect==='noRedirect'||index==_vm.levelList.length-1)?_c('span',{staticClass:\"no-redirect\"},[_vm._v(_vm._s(item.name))]):_c('a',{on:{\"click\":function($event){$event.preventDefault();return _vm.handleLink(item)}}},[_c('span',{staticClass:\"icon iconfont icon-home7\",style:({\"margin\":\"0 2px\",\"lineHeight\":\"1\",\"fontSize\":\"inherit\",\"color\":\"#333\",\"display\":\"none\"})}),_vm._v(\"返回主页 \")])])}),1)],1)],1)\n}\nvar staticRenderFns = []\n\nexport { render, staticRenderFns }","\r\n\r\n\r\n\r\n\r\n","import mod from \"-!../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_cache-loader@4.1.0@cache-loader/dist/cjs.js??ref--13-0!../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_thread-loader@2.1.3@thread-loader/dist/cjs.js!../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_babel-loader@8.4.1@babel-loader/lib/index.js!../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_cache-loader@4.1.0@cache-loader/dist/cjs.js??ref--1-0!../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_vue-loader@15.11.1@vue-loader/lib/index.js??vue-loader-options!./BreadCrumbs.vue?vue&type=script&lang=js\"; export default mod; export * from \"-!../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_cache-loader@4.1.0@cache-loader/dist/cjs.js??ref--13-0!../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_thread-loader@2.1.3@thread-loader/dist/cjs.js!../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_babel-loader@8.4.1@babel-loader/lib/index.js!../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_cache-loader@4.1.0@cache-loader/dist/cjs.js??ref--1-0!../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_vue-loader@15.11.1@vue-loader/lib/index.js??vue-loader-options!./BreadCrumbs.vue?vue&type=script&lang=js\"","import { render, staticRenderFns } from \"./BreadCrumbs.vue?vue&type=template&id=48a7cf82&scoped=true\"\nimport script from \"./BreadCrumbs.vue?vue&type=script&lang=js\"\nexport * from \"./BreadCrumbs.vue?vue&type=script&lang=js\"\nimport style0 from \"./BreadCrumbs.vue?vue&type=style&index=0&id=48a7cf82&prod&lang=scss&scoped=true\"\n\n\n/* normalize component */\nimport normalizer from \"!../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_vue-loader@15.11.1@vue-loader/lib/runtime/componentNormalizer.js\"\nvar component = normalizer(\n script,\n render,\n staticRenderFns,\n false,\n null,\n \"48a7cf82\",\n null\n \n)\n\nexport default component.exports","const storage = {\r\n set(key, value) {\r\n localStorage.setItem(key, JSON.stringify(value));\r\n },\r\n get(key) {\r\n return localStorage.getItem(key)?localStorage.getItem(key).replace('\"','').replace('\"',''):\"\";\r\n },\r\n getObj(key) {\r\n return localStorage.getItem(key)?JSON.parse(localStorage.getItem(key)):null;\r\n },\r\n remove(key) {\r\n localStorage.removeItem(key);\r\n },\r\n clear() {\r\n\t\tlocalStorage.clear();\r\n }\r\n}\r\nexport default storage;\r\n","import axios from 'axios'\r\nimport router from '@/router/router-static'\r\nimport storage from '@/utils/storage'\r\n\r\nconst http = axios.create({\r\n timeout: 1000 * 86400,\r\n withCredentials: true,\r\n baseURL: '/springbootbv4939cb',\r\n headers: {\r\n 'Content-Type': 'application/json; charset=utf-8'\r\n }\r\n})\r\n// 请求拦截\r\nhttp.interceptors.request.use(config => {\r\n config.headers['Token'] = storage.get('Token') // 请求头带上token\r\n return config\r\n}, error => {\r\n return Promise.reject(error)\r\n})\r\n// 响应拦截\r\nhttp.interceptors.response.use(response => {\r\n if (response.data && response.data.code === 401) { // 401, token失效\r\n router.push({ name: 'login' })\r\n }\r\n return response\r\n}, error => {\r\n return Promise.reject(error)\r\n})\r\nexport default http","const base = {\r\n get() {\r\n return {\r\n url : \"http://localhost:8080/springbootbv4939cb/\",\r\n name: \"springbootbv4939cb\",\r\n // 退出到首页链接\r\n indexUrl: ''\r\n };\r\n },\r\n getProjectName(){\r\n return {\r\n projectName: \"基于Java Web的车队管理信息系统\"\r\n } \r\n }\r\n}\r\nexport default base\r\n","import storage from './storage';\r\nimport menu from './menu';\r\n/**\r\n * 是否有权限\r\n * @param {*} key\r\n */\r\nexport function isAuth(tableName,key) {\r\n let role = storage.get(\"role\");\r\n if(!role){\r\n role = '管理员';\r\n }\r\n let menus = menu.list();\r\n for(let i=0;i\r\n\t
\r\n\t\t\r\n\t\t\r\n\t\t\t\r\n\t\t\t
{{tip}}
\r\n\t\t
\r\n\t\t\r\n\t\t\t\r\n\t\t\t
将文件拖到此处,或点击上传
\r\n\t\t\t
{{tip}}
\r\n\t\t
\r\n\t\t\r\n\t\t\t\r\n\t\t\t\r\n\t
\r\n\r\n\r\n","import mod from \"-!../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_cache-loader@4.1.0@cache-loader/dist/cjs.js??ref--13-0!../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_thread-loader@2.1.3@thread-loader/dist/cjs.js!../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_babel-loader@8.4.1@babel-loader/lib/index.js!../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_cache-loader@4.1.0@cache-loader/dist/cjs.js??ref--1-0!../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_vue-loader@15.11.1@vue-loader/lib/index.js??vue-loader-options!./FileUpload.vue?vue&type=script&lang=js\"; export default mod; export * from \"-!../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_cache-loader@4.1.0@cache-loader/dist/cjs.js??ref--13-0!../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_thread-loader@2.1.3@thread-loader/dist/cjs.js!../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_babel-loader@8.4.1@babel-loader/lib/index.js!../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_cache-loader@4.1.0@cache-loader/dist/cjs.js??ref--1-0!../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_vue-loader@15.11.1@vue-loader/lib/index.js??vue-loader-options!./FileUpload.vue?vue&type=script&lang=js\"","import { render, staticRenderFns } from \"./FileUpload.vue?vue&type=template&id=ff991312&scoped=true\"\nimport script from \"./FileUpload.vue?vue&type=script&lang=js\"\nexport * from \"./FileUpload.vue?vue&type=script&lang=js\"\n\n\n/* normalize component */\nimport normalizer from \"!../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_vue-loader@15.11.1@vue-loader/lib/runtime/componentNormalizer.js\"\nvar component = normalizer(\n script,\n render,\n staticRenderFns,\n false,\n null,\n \"ff991312\",\n null\n \n)\n\nexport default component.exports","var render = function render(){var _vm=this,_c=_vm._self._c;return _c('div',[_c('el-upload',{ref:\"upload\",attrs:{\"action\":_vm.getActionUrl,\"list-type\":\"picture-card\",\"accept\":\".xls,.xlsx\",\"limit\":_vm.limit,\"headers\":_vm.myHeaders,\"on-exceed\":_vm.handleExceed,\"on-preview\":_vm.handleUploadPreview,\"on-remove\":_vm.handleRemove,\"on-success\":_vm.handleUploadSuccess,\"on-error\":_vm.handleUploadErr,\"before-upload\":_vm.handleBeforeUpload,\"show-file-list\":false}},[_c('i',{staticClass:\"el-icon-plus\"}),_c('div',{staticClass:\"el-upload__tip\",staticStyle:{\"color\":\"#838fa1\"},attrs:{\"slot\":\"tip\"},slot:\"tip\"},[_vm._v(_vm._s(_vm.tip))])]),_c('el-dialog',{attrs:{\"visible\":_vm.dialogVisible,\"size\":\"tiny\",\"append-to-body\":\"\"},on:{\"update:visible\":function($event){_vm.dialogVisible=$event}}},[_c('img',{attrs:{\"width\":\"100%\",\"src\":_vm.dialogImageUrl,\"alt\":\"\"}})])],1)\n}\nvar staticRenderFns = []\n\nexport { render, staticRenderFns }","\r\n\r\n\r\n\r\n","import mod from \"-!../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_cache-loader@4.1.0@cache-loader/dist/cjs.js??ref--13-0!../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_thread-loader@2.1.3@thread-loader/dist/cjs.js!../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_babel-loader@8.4.1@babel-loader/lib/index.js!../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_cache-loader@4.1.0@cache-loader/dist/cjs.js??ref--1-0!../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_vue-loader@15.11.1@vue-loader/lib/index.js??vue-loader-options!./ExcelFileUpload.vue?vue&type=script&lang=js\"; export default mod; export * from \"-!../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_cache-loader@4.1.0@cache-loader/dist/cjs.js??ref--13-0!../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_thread-loader@2.1.3@thread-loader/dist/cjs.js!../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_babel-loader@8.4.1@babel-loader/lib/index.js!../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_cache-loader@4.1.0@cache-loader/dist/cjs.js??ref--1-0!../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_vue-loader@15.11.1@vue-loader/lib/index.js??vue-loader-options!./ExcelFileUpload.vue?vue&type=script&lang=js\"","import { render, staticRenderFns } from \"./ExcelFileUpload.vue?vue&type=template&id=2b936200&scoped=true\"\nimport script from \"./ExcelFileUpload.vue?vue&type=script&lang=js\"\nexport * from \"./ExcelFileUpload.vue?vue&type=script&lang=js\"\n\n\n/* normalize component */\nimport normalizer from \"!../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_vue-loader@15.11.1@vue-loader/lib/runtime/componentNormalizer.js\"\nvar component = normalizer(\n script,\n render,\n staticRenderFns,\n false,\n null,\n \"2b936200\",\n null\n \n)\n\nexport default component.exports","var render = function render(){var _vm=this,_c=_vm._self._c;return _c('div',[_c('el-upload',{staticClass:\"avatar-uploader\",attrs:{\"action\":_vm.getActionUrl,\"name\":\"file\",\"headers\":_vm.header,\"show-file-list\":false,\"on-success\":_vm.uploadSuccess,\"on-error\":_vm.uploadError,\"before-upload\":_vm.beforeUpload}}),_c('quill-editor',{ref:\"myQuillEditor\",staticClass:\"editor\",attrs:{\"options\":_vm.editorOption},on:{\"blur\":function($event){return _vm.onEditorBlur($event)},\"focus\":function($event){return _vm.onEditorFocus($event)},\"change\":function($event){return _vm.onEditorChange($event)}},model:{value:(_vm.value),callback:function ($$v) {_vm.value=$$v},expression:\"value\"}})],1)\n}\nvar staticRenderFns = []\n\nexport { render, staticRenderFns }","\n \n\n","import mod from \"-!../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_cache-loader@4.1.0@cache-loader/dist/cjs.js??ref--13-0!../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_thread-loader@2.1.3@thread-loader/dist/cjs.js!../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_babel-loader@8.4.1@babel-loader/lib/index.js!../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_cache-loader@4.1.0@cache-loader/dist/cjs.js??ref--1-0!../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_vue-loader@15.11.1@vue-loader/lib/index.js??vue-loader-options!./Editor.vue?vue&type=script&lang=js\"; export default mod; export * from \"-!../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_cache-loader@4.1.0@cache-loader/dist/cjs.js??ref--13-0!../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_thread-loader@2.1.3@thread-loader/dist/cjs.js!../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_babel-loader@8.4.1@babel-loader/lib/index.js!../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_cache-loader@4.1.0@cache-loader/dist/cjs.js??ref--1-0!../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_vue-loader@15.11.1@vue-loader/lib/index.js??vue-loader-options!./Editor.vue?vue&type=script&lang=js\"","import { render, staticRenderFns } from \"./Editor.vue?vue&type=template&id=afd53fd0\"\nimport script from \"./Editor.vue?vue&type=script&lang=js\"\nexport * from \"./Editor.vue?vue&type=script&lang=js\"\nimport style0 from \"./Editor.vue?vue&type=style&index=0&id=afd53fd0&prod&lang=css\"\n\n\n/* normalize component */\nimport normalizer from \"!../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_vue-loader@15.11.1@vue-loader/lib/runtime/componentNormalizer.js\"\nvar component = normalizer(\n script,\n render,\n staticRenderFns,\n false,\n null,\n null,\n null\n \n)\n\nexport default component.exports","const api = {\r\n // 积分订单\r\n orderpage: 'orders/page',\r\n orderdelete: 'orders/delete',\r\n orderinfo: 'orders/info/',\r\n ordersave: 'orders/save',\r\n orderupdate: 'orders/update',\r\n // 配置\r\n configpage: 'config/page',\r\n configdelete: 'config/delete',\r\n configinfo: 'config/info/',\r\n configsave: 'config/save',\r\n configupdate: 'config/update'\r\n\r\n}\r\n\r\nexport default api\r\n","var render = function render(){var _vm=this,_c=_vm._self._c;return _c('svg',_vm._g({class:_vm.svgClass,attrs:{\"aria-hidden\":\"true\"}},_vm.$listeners),[_c('use',{attrs:{\"xlink:href\":_vm.iconName}})])\n}\nvar staticRenderFns = []\n\nexport { render, staticRenderFns }","\n\n\n\n\n","import mod from \"-!../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_cache-loader@4.1.0@cache-loader/dist/cjs.js??ref--13-0!../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_thread-loader@2.1.3@thread-loader/dist/cjs.js!../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_babel-loader@8.4.1@babel-loader/lib/index.js!../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_cache-loader@4.1.0@cache-loader/dist/cjs.js??ref--1-0!../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_vue-loader@15.11.1@vue-loader/lib/index.js??vue-loader-options!./index.vue?vue&type=script&lang=js\"; export default mod; export * from \"-!../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_cache-loader@4.1.0@cache-loader/dist/cjs.js??ref--13-0!../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_thread-loader@2.1.3@thread-loader/dist/cjs.js!../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_babel-loader@8.4.1@babel-loader/lib/index.js!../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_cache-loader@4.1.0@cache-loader/dist/cjs.js??ref--1-0!../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_vue-loader@15.11.1@vue-loader/lib/index.js??vue-loader-options!./index.vue?vue&type=script&lang=js\"","import { render, staticRenderFns } from \"./index.vue?vue&type=template&id=53ff2da0&scoped=true\"\nimport script from \"./index.vue?vue&type=script&lang=js\"\nexport * from \"./index.vue?vue&type=script&lang=js\"\nimport style0 from \"./index.vue?vue&type=style&index=0&id=53ff2da0&prod&scoped=true&lang=css\"\n\n\n/* normalize component */\nimport normalizer from \"!../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_vue-loader@15.11.1@vue-loader/lib/runtime/componentNormalizer.js\"\nvar component = normalizer(\n script,\n render,\n staticRenderFns,\n false,\n null,\n \"53ff2da0\",\n null\n \n)\n\nexport default component.exports","import Vue from 'vue'\r\nimport SvgIcon from '@/components/SvgIcon'// svg component\r\n\r\n// register globally\r\nVue.component('svg-icon', SvgIcon)\r\n\r\nconst req = require.context('./svg/svg', false, /\\.svg$/)\r\nconst requireAll = requireContext => requireContext.keys().map(requireContext)\r\nrequireAll(req)\r\n","import Vue from 'vue'\nimport App from '@/App.vue'\r\nimport store from './store'\n// element ui 完全引入\nimport ElementUI from 'element-ui'\nimport '@/assets/css/element-variables.scss'\nimport '@/assets/css/style.scss'\n// 加载路由\n// import router from '@/router/router-static.js';\nimport router from '@/router/router-static.js';\n// 面包屑导航,注册为全局组件\nimport BreadCrumbs from '@/components/common/BreadCrumbs'\n// 引入echart\r\nimport * as echarts from 'echarts'\r\nimport 'echarts-wordcloud'\n// 引入echart主题\n// import '@/assets/js/echarts-theme-macarons.js'\nimport 'echarts/theme/macarons.js'\r\n// ajax\nimport http from '@/utils/http.js'\n// 基础配置\nimport base from '@/utils/base'\n// 工具类\nimport { isAuth, getCurDate, getCurDateTime } from '@/utils/utils'\n// storage 封装\nimport storage from \"@/utils/storage\";\n// 上传组件\nimport FileUpload from \"@/components/common/FileUpload\";\nimport ExcelFileUpload from \"@/components/common/ExcelFileUpload\";\n// 富文本编辑组件\nimport Editor from \"@/components/common/Editor\";\n// api 接口\nimport api from '@/utils/api'\n// 数据校验工具类\nimport * as validate from '@/utils/validate.js'\n// 后台地图\nimport VueAMap from 'vue-amap'\nimport '@/icons'\n//excel导出\nimport JsonExcel from 'vue-json-excel'\n//打印\nimport printJS from 'print-js'\n//MD5\nimport md5 from 'js-md5';\n\n// 后台地图\nVue.use(VueAMap)\nVueAMap.initAMapApiLoader({\n //key: 'ca04cee7ac952691aa67a131e6f0cee0',\n key: '001d42eaa139dc53fd655e7c23c0187e',\n plugin: ['AMap.Autocomplete', 'AMap.PlaceSearch', 'AMap.Scale', 'AMap.OverView', 'AMap.ToolBar', 'AMap.MapType', 'AMap.PolyEditor', 'AMap.CircleEditor', 'AMap.Geocoder','AMap.CitySearch'],\n // 默认高德 sdk 版本为 1.4.4\n v: '1.4.4'\n})\nVue.prototype.$validate = validate\nVue.prototype.$http = http // ajax请求方法\nVue.prototype.$echarts = echarts\nVue.prototype.$base = base.get()\nVue.prototype.$project = base.getProjectName()\nVue.prototype.$storage = storage\nVue.prototype.$api = api\n// 判断权限方法\nVue.prototype.isAuth = isAuth\nVue.prototype.getCurDateTime = getCurDateTime\nVue.prototype.getCurDate = getCurDate\n// Vue.prototype.$base = base\nVue.use(ElementUI, { size: 'medium', zIndex: 3000 });\nVue.config.productionTip = false\n// 组件全局组件\nVue.component('bread-crumbs', BreadCrumbs)\nVue.component('file-upload', FileUpload)\nVue.component('excel-file-upload', ExcelFileUpload)\nVue.component('editor', Editor)\n//excel导出\nVue.component('downloadExcel', JsonExcel)\n//MD5\nVue.prototype.$md5 = md5;\nnew Vue({\n render: h => h(App),\n router,\r\n store\n}).$mount('#app')\n","export * from \"-!../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_mini-css-extract-plugin@0.9.0@mini-css-extract-plugin/dist/loader.js??ref--9-oneOf-1-0!../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_css-loader@3.6.0@css-loader/dist/cjs.js??ref--9-oneOf-1-1!../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_vue-loader@15.11.1@vue-loader/lib/loaders/stylePostLoader.js!../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_postcss-loader@3.0.0@postcss-loader/src/index.js??ref--9-oneOf-1-2!../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_sass-loader@8.0.2@sass-loader/dist/cjs.js??ref--9-oneOf-1-3!../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_cache-loader@4.1.0@cache-loader/dist/cjs.js??ref--1-0!../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_vue-loader@15.11.1@vue-loader/lib/index.js??vue-loader-options!./404.vue?vue&type=style&index=0&id=ffd21c38&prod&lang=scss&scoped=true\"","import SpriteSymbol from \"svg-baker-runtime/browser-symbol\";\nimport sprite from \"svg-sprite-loader/runtime/browser-sprite.build\";\nvar symbol = new SpriteSymbol({\n \"id\": \"icon-dict\",\n \"use\": \"icon-dict-usage\",\n \"viewBox\": \"0 0 1024 1024\",\n \"content\": \"\"\n});\nvar result = sprite.add(symbol);\nexport default symbol","import SpriteSymbol from \"svg-baker-runtime/browser-symbol\";\nimport sprite from \"svg-sprite-loader/runtime/browser-sprite.build\";\nvar symbol = new SpriteSymbol({\n \"id\": \"icon-source\",\n \"use\": \"icon-source-usage\",\n \"viewBox\": \"0 0 113.39 113.39\",\n \"content\": \"溯源管理\"\n});\nvar result = sprite.add(symbol);\nexport default symbol","import SpriteSymbol from \"svg-baker-runtime/browser-symbol\";\nimport sprite from \"svg-sprite-loader/runtime/browser-sprite.build\";\nvar symbol = new SpriteSymbol({\n \"id\": \"icon-batch\",\n \"use\": \"icon-batch-usage\",\n \"viewBox\": \"0 0 113.35 113.39\",\n \"content\": \"种植批次管理\"\n});\nvar result = sprite.add(symbol);\nexport default symbol","/**\r\n * 邮箱\r\n * @param {*} s\r\n */\r\nexport function isEmail(s) {\r\n\treturn /^([a-zA-Z0-9_-])+@([a-zA-Z0-9_-])+((.[a-zA-Z0-9_-]{2,3}){1,2})$/.test(s)\r\n}\r\n\r\n/**\r\n * 手机号码\r\n * @param {*} s\r\n */\r\nexport function isMobile(s) {\r\n\treturn /^1[3456789]\\d{9}$/.test(s)\r\n}\r\n\r\n/**\r\n * 电话号码\r\n * @param {*} s\r\n */\r\nexport function isPhone(s) {\r\n\treturn /^([0-9]{3,4}-)?[0-9]{7,8}$/.test(s)\r\n}\r\n\r\n/**\r\n * URL地址\r\n * @param {*} s\r\n */\r\nexport function isURL(s) {\r\n\treturn /^http[s]?:\\/\\/.*/.test(s)\r\n}\r\n\r\n/**\r\n * 匹配数字,可以是小数,不可以是负数,可以为空\r\n * @param {*} s \r\n */\r\nexport function isNumber(s) {\r\n\treturn /(^-?[+-]?([0-9]*\\.?[0-9]+|[0-9]+\\.?[0-9]*)([eE][+-]?[0-9]+)?$)|(^$)/.test(s);\r\n}\r\n/**\r\n * 匹配整数,可以为空\r\n * @param {*} s \r\n */\r\nexport function isIntNumer(s) {\r\n\treturn /(^-?\\d+$)|(^$)/.test(s);\r\n}\r\n/**\r\n * 身份证校验\r\n */\r\nexport function checkIdCard(idcard) {\r\n\tconst regIdCard = /(^\\d{15}$)|(^\\d{18}$)|(^\\d{17}(\\d|X|x)$)/;\r\n\tif (!regIdCard.test(idcard)) {\r\n\t\treturn false;\r\n\t} else {\r\n\t\treturn true;\r\n\t}\r\n}","export * from \"-!../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_mini-css-extract-plugin@0.9.0@mini-css-extract-plugin/dist/loader.js??ref--9-oneOf-1-0!../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_css-loader@3.6.0@css-loader/dist/cjs.js??ref--9-oneOf-1-1!../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_vue-loader@15.11.1@vue-loader/lib/loaders/stylePostLoader.js!../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_postcss-loader@3.0.0@postcss-loader/src/index.js??ref--9-oneOf-1-2!../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_sass-loader@8.0.2@sass-loader/dist/cjs.js??ref--9-oneOf-1-3!../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_cache-loader@4.1.0@cache-loader/dist/cjs.js??ref--1-0!../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_vue-loader@15.11.1@vue-loader/lib/index.js??vue-loader-options!./IndexAsideStatic.vue?vue&type=style&index=0&id=b0c308c8&prod&lang=scss&scoped=true\"","module.exports = __webpack_public_path__ + \"img/avator.c58e4651.png\";","export * from \"-!../../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_mini-css-extract-plugin@0.9.0@mini-css-extract-plugin/dist/loader.js??ref--9-oneOf-1-0!../../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_css-loader@3.6.0@css-loader/dist/cjs.js??ref--9-oneOf-1-1!../../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_vue-loader@15.11.1@vue-loader/lib/loaders/stylePostLoader.js!../../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_postcss-loader@3.0.0@postcss-loader/src/index.js??ref--9-oneOf-1-2!../../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_sass-loader@8.0.2@sass-loader/dist/cjs.js??ref--9-oneOf-1-3!../../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_cache-loader@4.1.0@cache-loader/dist/cjs.js??ref--1-0!../../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_vue-loader@15.11.1@vue-loader/lib/index.js??vue-loader-options!./add-or-update.vue?vue&type=style&index=0&id=2a82c071&prod&lang=scss&scoped=true\"","import SpriteSymbol from \"svg-baker-runtime/browser-symbol\";\nimport sprite from \"svg-sprite-loader/runtime/browser-sprite.build\";\nvar symbol = new SpriteSymbol({\n \"id\": \"icon-board\",\n \"use\": \"icon-board-usage\",\n \"viewBox\": \"0 0 113.39 113.19\",\n \"content\": \"看板管理\"\n});\nvar result = sprite.add(symbol);\nexport default symbol","export * from \"-!../../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_mini-css-extract-plugin@0.9.0@mini-css-extract-plugin/dist/loader.js??ref--9-oneOf-1-0!../../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_css-loader@3.6.0@css-loader/dist/cjs.js??ref--9-oneOf-1-1!../../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_vue-loader@15.11.1@vue-loader/lib/loaders/stylePostLoader.js!../../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_postcss-loader@3.0.0@postcss-loader/src/index.js??ref--9-oneOf-1-2!../../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_sass-loader@8.0.2@sass-loader/dist/cjs.js??ref--9-oneOf-1-3!../../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_cache-loader@4.1.0@cache-loader/dist/cjs.js??ref--1-0!../../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_vue-loader@15.11.1@vue-loader/lib/index.js??vue-loader-options!./add-or-update.vue?vue&type=style&index=0&id=3dbc5b3e&prod&lang=scss&scoped=true\"","import SpriteSymbol from \"svg-baker-runtime/browser-symbol\";\nimport sprite from \"svg-sprite-loader/runtime/browser-sprite.build\";\nvar symbol = new SpriteSymbol({\n \"id\": \"icon-base\",\n \"use\": \"icon-base-usage\",\n \"viewBox\": \"0 0 113.42 93.26\",\n \"content\": \"基地管理\"\n});\nvar result = sprite.add(symbol);\nexport default symbol","export * from \"-!../../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_mini-css-extract-plugin@0.9.0@mini-css-extract-plugin/dist/loader.js??ref--9-oneOf-1-0!../../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_css-loader@3.6.0@css-loader/dist/cjs.js??ref--9-oneOf-1-1!../../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_vue-loader@15.11.1@vue-loader/lib/loaders/stylePostLoader.js!../../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_postcss-loader@3.0.0@postcss-loader/src/index.js??ref--9-oneOf-1-2!../../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_sass-loader@8.0.2@sass-loader/dist/cjs.js??ref--9-oneOf-1-3!../../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_cache-loader@4.1.0@cache-loader/dist/cjs.js??ref--1-0!../../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_vue-loader@15.11.1@vue-loader/lib/index.js??vue-loader-options!./list.vue?vue&type=style&index=0&id=170b2334&prod&lang=scss&scoped=true\"","export * from \"-!../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_mini-css-extract-plugin@0.9.0@mini-css-extract-plugin/dist/loader.js??ref--9-oneOf-1-0!../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_css-loader@3.6.0@css-loader/dist/cjs.js??ref--9-oneOf-1-1!../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_vue-loader@15.11.1@vue-loader/lib/loaders/stylePostLoader.js!../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_postcss-loader@3.0.0@postcss-loader/src/index.js??ref--9-oneOf-1-2!../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_sass-loader@8.0.2@sass-loader/dist/cjs.js??ref--9-oneOf-1-3!../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_cache-loader@4.1.0@cache-loader/dist/cjs.js??ref--1-0!../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_vue-loader@15.11.1@vue-loader/lib/index.js??vue-loader-options!./login.vue?vue&type=style&index=0&id=4e9f4da8&prod&lang=scss&scoped=true\"","import SpriteSymbol from \"svg-baker-runtime/browser-symbol\";\nimport sprite from \"svg-sprite-loader/runtime/browser-sprite.build\";\nvar symbol = new SpriteSymbol({\n \"id\": \"icon-mainSystemActive\",\n \"use\": \"icon-mainSystemActive-usage\",\n \"viewBox\": \"0 0 113.3 113.4\",\n \"content\": \"\\r\\n\\r\\n主系统\\r\\n\\r\\n\"\n});\nvar result = sprite.add(symbol);\nexport default symbol","export * from \"-!../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_mini-css-extract-plugin@0.9.0@mini-css-extract-plugin/dist/loader.js??ref--9-oneOf-1-0!../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_css-loader@3.6.0@css-loader/dist/cjs.js??ref--9-oneOf-1-1!../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_vue-loader@15.11.1@vue-loader/lib/loaders/stylePostLoader.js!../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_postcss-loader@3.0.0@postcss-loader/src/index.js??ref--9-oneOf-1-2!../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_sass-loader@8.0.2@sass-loader/dist/cjs.js??ref--9-oneOf-1-3!../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_cache-loader@4.1.0@cache-loader/dist/cjs.js??ref--1-0!../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_vue-loader@15.11.1@vue-loader/lib/index.js??vue-loader-options!./IndexMain.vue?vue&type=style&index=0&id=d4d4b8a0&prod&lang=scss&scoped=true\"","// translate router.meta.title, be used in breadcrumb sidebar tagsview\r\nexport function generateTitle(title) {\r\n const hasKey = this.$te('route.' + title)\r\n\r\n if (hasKey) {\r\n // $t :this method from vue-i18n, inject in @/lang/index.js\r\n const translatedTitle = this.$t('route.' + title)\r\n\r\n return translatedTitle\r\n }\r\n return title\r\n}\r\n","import SpriteSymbol from \"svg-baker-runtime/browser-symbol\";\nimport sprite from \"svg-sprite-loader/runtime/browser-sprite.build\";\nvar symbol = new SpriteSymbol({\n \"id\": \"icon-code\",\n \"use\": \"icon-code-usage\",\n \"viewBox\": \"0 0 1024 1024\",\n \"content\": \"\"\n});\nvar result = sprite.add(symbol);\nexport default symbol","import SpriteSymbol from \"svg-baker-runtime/browser-symbol\";\nimport sprite from \"svg-sprite-loader/runtime/browser-sprite.build\";\nvar symbol = new SpriteSymbol({\n \"id\": \"icon-news\",\n \"use\": \"icon-news-usage\",\n \"viewBox\": \"0 0 114.52 114.52\",\n \"content\": \"新闻咨询\"\n});\nvar result = sprite.add(symbol);\nexport default symbol","import SpriteSymbol from \"svg-baker-runtime/browser-symbol\";\nimport sprite from \"svg-sprite-loader/runtime/browser-sprite.build\";\nvar symbol = new SpriteSymbol({\n \"id\": \"icon-workOrder\",\n \"use\": \"icon-workOrder-usage\",\n \"viewBox\": \"0 0 113.39 122.52\",\n \"content\": \"工单管理\"\n});\nvar result = sprite.add(symbol);\nexport default symbol","import SpriteSymbol from \"svg-baker-runtime/browser-symbol\";\nimport sprite from \"svg-sprite-loader/runtime/browser-sprite.build\";\nvar symbol = new SpriteSymbol({\n \"id\": \"icon-dept\",\n \"use\": \"icon-dept-usage\",\n \"viewBox\": \"0 0 113.39 113.4\",\n \"content\": \"基地信息管理\"\n});\nvar result = sprite.add(symbol);\nexport default symbol","import SpriteSymbol from \"svg-baker-runtime/browser-symbol\";\nimport sprite from \"svg-sprite-loader/runtime/browser-sprite.build\";\nvar symbol = new SpriteSymbol({\n \"id\": \"icon-order\",\n \"use\": \"icon-order-usage\",\n \"viewBox\": \"0 0 113.39 113.39\",\n \"content\": \"工单总览\"\n});\nvar result = sprite.add(symbol);\nexport default symbol","var render = function render(){var _vm=this,_c=_vm._self._c;return _c('div',{staticClass:\"main-content\",style:({\"minHeight\":\"calc(100vh - 200px)\",\"padding\":\"0px 5%\",\"margin\":\"0 auto\",\"color\":\"#666\",\"background\":\"none\",\"width\":\"calc(100% - 0px)\",\"fontSize\":\"14px\",\"height\":\"100%\"})},[(_vm.showFlag)?[_c('el-form',{staticClass:\"center-form-pv\",style:({\"padding\":\"20px 20px 0\",\"boxShadow\":\"0 2px 3px 0px rgba(100,100,100,.05)\",\"margin\":\"0 0 0px\",\"borderColor\":\"#f6f6f6\",\"display\":\"flex\",\"justifyContent\":\"center\",\"minHeight\":\"100px\",\"overflow\":\"hidden\",\"borderRadius\":\"4px 4px 0 0\",\"flexWrap\":\"wrap\",\"background\":\"#fff\",\"borderWidth\":\"2px 2px 0\",\"fontSize\":\"inherit\",\"borderStyle\":\"solid\"}),attrs:{\"inline\":true,\"model\":_vm.searchForm}},[_c('el-row',{style:({\"padding\":\"0px\",\"boxShadow\":\"0 0px 0px 0px rgba(115,108,203,.23)\",\"margin\":\"0 0px 0px 0\",\"borderRadius\":\"0px\",\"alignItems\":\"center\",\"background\":\"none\",\"display\":\"flex\",\"width\":\"auto\",\"fontSize\":\"inherit\",\"justifyContent\":\"flex-end\",\"order\":\"2\"})},[_c('div',{style:({\"margin\":\"0 10px 0 0\",\"fontSize\":\"inherit\",\"display\":\"inline-block\"})},[_c('label',{staticClass:\"item-label\",style:({\"margin\":\"0 10px 0 0\",\"color\":\"inherit\",\"display\":\"inline-block\",\"lineHeight\":\"34px\",\"fontSize\":\"inherit\",\"fontWeight\":\"500\",\"height\":\"34px\"})},[_vm._v(\"路线名称\")]),_c('el-input',{attrs:{\"placeholder\":\"路线名称\",\"clearable\":\"\"},nativeOn:{\"keydown\":function($event){if(!$event.type.indexOf('key')&&_vm._k($event.keyCode,\"enter\",13,$event.key,\"Enter\"))return null;return _vm.search()}},model:{value:(_vm.searchForm.luxianmingcheng),callback:function ($$v) {_vm.$set(_vm.searchForm, \"luxianmingcheng\", $$v)},expression:\"searchForm.luxianmingcheng\"}})],1),_c('div',{style:({\"margin\":\"0 10px 0 0\",\"fontSize\":\"inherit\",\"display\":\"inline-block\"})},[_c('label',{staticClass:\"item-label\",style:({\"margin\":\"0 10px 0 0\",\"color\":\"inherit\",\"display\":\"inline-block\",\"lineHeight\":\"34px\",\"fontSize\":\"inherit\",\"fontWeight\":\"500\",\"height\":\"34px\"})},[_vm._v(\"路线起点\")]),_c('el-input',{attrs:{\"placeholder\":\"路线起点\",\"clearable\":\"\"},nativeOn:{\"keydown\":function($event){if(!$event.type.indexOf('key')&&_vm._k($event.keyCode,\"enter\",13,$event.key,\"Enter\"))return null;return _vm.search()}},model:{value:(_vm.searchForm.luxianqidian),callback:function ($$v) {_vm.$set(_vm.searchForm, \"luxianqidian\", $$v)},expression:\"searchForm.luxianqidian\"}})],1),_c('div',{style:({\"margin\":\"0 10px 0 0\",\"fontSize\":\"inherit\",\"display\":\"inline-block\"})},[_c('label',{staticClass:\"item-label\",style:({\"margin\":\"0 10px 0 0\",\"color\":\"inherit\",\"display\":\"inline-block\",\"lineHeight\":\"34px\",\"fontSize\":\"inherit\",\"fontWeight\":\"500\",\"height\":\"34px\"})},[_vm._v(\"路线终点\")]),_c('el-input',{attrs:{\"placeholder\":\"路线终点\",\"clearable\":\"\"},nativeOn:{\"keydown\":function($event){if(!$event.type.indexOf('key')&&_vm._k($event.keyCode,\"enter\",13,$event.key,\"Enter\"))return null;return _vm.search()}},model:{value:(_vm.searchForm.luxianzhongdian),callback:function ($$v) {_vm.$set(_vm.searchForm, \"luxianzhongdian\", $$v)},expression:\"searchForm.luxianzhongdian\"}})],1),_c('el-button',{staticClass:\"search\",attrs:{\"type\":\"success\"},on:{\"click\":function($event){return _vm.search()}}},[_c('span',{staticClass:\"icon iconfont icon-xihuan\",style:({\"margin\":\"0 2px\",\"fontSize\":\"18px\",\"color\":\"#00acc1\",\"display\":\"inline-block\",\"height\":\"auto\"})}),_vm._v(\" 查询 \")])],1),_c('el-row',{staticClass:\"actions\",style:({\"boxShadow\":\"0 0px 0px 0px rgba(115,108,203,.23)\",\"padding\":\"0 20px 0 0\",\"margin\":\"0px 0 0px\",\"color\":\"#333\",\"alignItems\":\"center\",\"textAlign\":\"left\",\"display\":\"flex\",\"borderRadius\":\"0px\",\"flexWrap\":\"wrap\",\"background\":\"none\",\"flex\":\"1\",\"width\":\"auto\",\"fontSize\":\"inherit\",\"order\":\"1\"})},[(_vm.isAuth('luxianxinxi','新增'))?_c('el-button',{staticClass:\"add\",attrs:{\"type\":\"success\"},on:{\"click\":function($event){return _vm.addOrUpdateHandler()}}},[_c('span',{staticClass:\"icon iconfont icon-tianjia1\",style:({\"margin\":\"0 2px\",\"fontSize\":\"inherit\",\"color\":\"inherit\",\"display\":\"none\"})}),_vm._v(\" 添加 \")]):_vm._e(),(_vm.isAuth('luxianxinxi','删除'))?_c('el-button',{staticClass:\"del\",attrs:{\"disabled\":_vm.dataListSelections.length?false:true,\"type\":\"danger\"},on:{\"click\":function($event){return _vm.deleteHandler()}}},[_c('span',{staticClass:\"icon iconfont icon-shanchu9\",style:({\"margin\":\"0 2px\",\"fontSize\":\"inherit\",\"color\":\"inherit\",\"display\":\"none\"})}),_vm._v(\" 删除 \")]):_vm._e(),(_vm.isAuth('luxianxinxi','支付'))?_c('el-button',{staticClass:\"btn18\",attrs:{\"disabled\":_vm.dataListSelections.length?false:true,\"type\":\"success\"},on:{\"click\":function($event){return _vm.payBatch()}}},[_c('span',{staticClass:\"icon iconfont icon-xihuan\",style:({\"color\":\"inherit\",\"margin\":\"0 2px\",\"fontSize\":\"inherit\"})}),_vm._v(\" 批量支付 \")]):_vm._e(),(_vm.isAuth('luxianxinxi','审核'))?_c('el-button',{staticClass:\"btn18\",attrs:{\"disabled\":_vm.dataListSelections.length?false:true,\"type\":\"success\"},on:{\"click\":function($event){return _vm.shBatchDialog()}}},[_c('span',{staticClass:\"icon iconfont icon-shenhe2\",style:({\"color\":\"inherit\",\"margin\":\"0 2px\",\"fontSize\":\"inherit\"})}),_vm._v(\" 审核 \")]):_vm._e()],1)],1),_c('div',{style:({\"padding\":\"20px\",\"borderColor\":\"#f6f6f6\",\"margin\":\"0 0 0px\",\"borderRadius\":\"0 0 4px 4px\",\"background\":\"rgba(255,255,255,1)\",\"borderWidth\":\"0 2px 2px\",\"width\":\"100%\",\"borderStyle\":\"solid\"})},[(_vm.isAuth('luxianxinxi','查看'))?_c('el-table',{directives:[{name:\"loading\",rawName:\"v-loading\",value:(_vm.dataListLoading),expression:\"dataListLoading\"}],staticClass:\"tables\",style:({\"padding\":\"0\",\"borderColor\":\"#eee\",\"color\":\"inherit\",\"borderRadius\":\"0px\",\"borderWidth\":\"0px 0px 0 0px\",\"background\":\"none\",\"width\":\"100%\",\"fontSize\":\"inherit\",\"borderStyle\":\"solid\"}),attrs:{\"stripe\":true,\"border\":true,\"data\":_vm.dataList},on:{\"selection-change\":_vm.selectionChangeHandler}},[_c('el-table-column',{attrs:{\"resizable\":false,\"type\":\"selection\",\"align\":\"center\",\"width\":\"50\"}}),_c('el-table-column',{attrs:{\"resizable\":false,\"sortable\":false,\"label\":\"序号\",\"type\":\"index\",\"width\":\"50\"}}),_c('el-table-column',{attrs:{\"resizable\":true,\"sortable\":true,\"prop\":\"luxianmingcheng\",\"label\":\"路线名称\"},scopedSlots:_vm._u([{key:\"default\",fn:function(scope){return [_vm._v(\" \"+_vm._s(scope.row.luxianmingcheng)+\" \")]}}],null,false,2712892560)}),_c('el-table-column',{attrs:{\"resizable\":true,\"sortable\":true,\"prop\":\"luxianqidian\",\"label\":\"路线起点\"},scopedSlots:_vm._u([{key:\"default\",fn:function(scope){return [_vm._v(\" \"+_vm._s(scope.row.luxianqidian)+\" \")]}}],null,false,1007350592)}),_c('el-table-column',{attrs:{\"resizable\":true,\"sortable\":true,\"prop\":\"luxianzhongdian\",\"label\":\"路线终点\"},scopedSlots:_vm._u([{key:\"default\",fn:function(scope){return [_vm._v(\" \"+_vm._s(scope.row.luxianzhongdian)+\" \")]}}],null,false,2012130220)}),_c('el-table-column',{attrs:{\"resizable\":true,\"sortable\":true,\"prop\":\"daoluqingkuang\",\"label\":\"道路情况\"},scopedSlots:_vm._u([{key:\"default\",fn:function(scope){return [_vm._v(\" \"+_vm._s(scope.row.daoluqingkuang)+\" \")]}}],null,false,574358889)}),_c('el-table-column',{attrs:{\"resizable\":true,\"sortable\":true,\"prop\":\"yichangwenti\",\"label\":\"异常问题\"},scopedSlots:_vm._u([{key:\"default\",fn:function(scope){return [_vm._v(\" \"+_vm._s(scope.row.yichangwenti)+\" \")]}}],null,false,2708953327)}),_c('el-table-column',{attrs:{\"resizable\":true,\"sortable\":true,\"prop\":\"yujixingshishizhang\",\"label\":\"预计行驶时长\"},scopedSlots:_vm._u([{key:\"default\",fn:function(scope){return [_vm._v(\" \"+_vm._s(scope.row.yujixingshishizhang)+\" \")]}}],null,false,3044218896)}),_c('el-table-column',{attrs:{\"width\":\"300\",\"label\":\"操作\"},scopedSlots:_vm._u([{key:\"default\",fn:function(scope){return [( _vm.isAuth('luxianxinxi','查看'))?_c('el-button',{staticClass:\"view\",attrs:{\"type\":\"success\"},on:{\"click\":function($event){return _vm.addOrUpdateHandler(scope.row.id,'info')}}},[_c('span',{staticClass:\"icon iconfont\",style:({\"margin\":\"0 0 0 4px\",\"fontSize\":\"inherit\",\"color\":\"inherit\",\"display\":\"none\",\"height\":\"auto\"})}),_vm._v(\" 查看 \")]):_vm._e(),( _vm.isAuth('luxianxinxi','修改') )?_c('el-button',{staticClass:\"edit\",attrs:{\"type\":\"success\"},on:{\"click\":function($event){return _vm.addOrUpdateHandler(scope.row.id)}}},[_c('span',{staticClass:\"icon iconfont\",style:({\"margin\":\"0 0 0 4px\",\"fontSize\":\"inherit\",\"color\":\"inherit\",\"display\":\"none\",\"height\":\"auto\"})}),_vm._v(\" 修改 \")]):_vm._e(),(_vm.isAuth('luxianxinxi','查看评论'))?_c('el-button',{staticClass:\"view\",attrs:{\"type\":\"success\"},on:{\"click\":function($event){return _vm.disscussListHandler(scope.row.id)}}},[_c('span',{staticClass:\"icon iconfont\",style:({\"margin\":\"0 0 0 4px\",\"fontSize\":\"inherit\",\"color\":\"inherit\",\"display\":\"none\",\"height\":\"auto\"})}),_vm._v(\" 查看评论 \")]):_vm._e(),(_vm.isAuth('luxianxinxi','删除') )?_c('el-button',{staticClass:\"del\",attrs:{\"type\":\"primary\"},on:{\"click\":function($event){return _vm.deleteHandler(scope.row.id )}}},[_c('span',{staticClass:\"icon iconfont\",style:({\"margin\":\"0 2px\",\"fontSize\":\"inherit\",\"color\":\"inherit\",\"display\":\"none\"})}),_vm._v(\" 删除 \")]):_vm._e()]}}],null,false,2087276072)})],1):_vm._e()],1),_c('el-pagination',{style:({\"border\":\"0px solid #dee2e6\",\"padding\":\"10px 0\",\"margin\":\"10px 0 0\",\"whiteSpace\":\"nowrap\",\"color\":\"inherit\",\"textAlign\":\"center\",\"background\":\"none\",\"width\":\"100%\",\"fontSize\":\"inherit\",\"fontWeight\":\"500\"}),attrs:{\"current-page\":_vm.pageIndex,\"background\":\"\",\"page-sizes\":[10, 50, 100, 200],\"page-size\":_vm.pageSize,\"layout\":_vm.layouts.join(),\"total\":_vm.totalPage,\"prev-text\":\"< \",\"next-text\":\"> \",\"hide-on-single-page\":false},on:{\"size-change\":_vm.sizeChangeHandle,\"current-change\":_vm.currentChangeHandle}})]:_vm._e(),(_vm.addOrUpdateFlag)?_c('add-or-update',{ref:\"addOrUpdate\",attrs:{\"parent\":this}}):_vm._e(),_c('el-dialog',{attrs:{\"title\":this.batchIds.length>1?'批量审核':'审核',\"visible\":_vm.sfshBatchVisiable,\"width\":\"50%\"},on:{\"update:visible\":function($event){_vm.sfshBatchVisiable=$event}}},[_c('el-form',{ref:\"shBatchForm\",attrs:{\"model\":_vm.shBatchForm,\"rules\":_vm.shRules,\"label-width\":\"80px\"}},[_c('el-form-item',{attrs:{\"label\":\"审核状态\",\"prop\":\"sfsh\"}},[_c('el-select',{attrs:{\"placeholder\":\"审核状态\"},model:{value:(_vm.shBatchForm.sfsh),callback:function ($$v) {_vm.$set(_vm.shBatchForm, \"sfsh\", $$v)},expression:\"shBatchForm.sfsh\"}},[_c('el-option',{attrs:{\"label\":\"通过\",\"value\":\"是\"}}),_c('el-option',{attrs:{\"label\":\"不通过\",\"value\":\"否\"}}),_c('el-option',{attrs:{\"label\":\"待审核\",\"value\":\"待审核\"}})],1)],1),_c('el-form-item',{attrs:{\"label\":\"内容\",\"prop\":\"shhf\"}},[_c('el-input',{attrs:{\"type\":\"textarea\",\"rows\":8},model:{value:(_vm.shBatchForm.shhf),callback:function ($$v) {_vm.$set(_vm.shBatchForm, \"shhf\", $$v)},expression:\"shBatchForm.shhf\"}})],1)],1),_c('span',{staticClass:\"dialog-footer\",attrs:{\"slot\":\"footer\"},slot:\"footer\"},[_c('el-button',{on:{\"click\":function($event){_vm.sfshBatchVisiable=false}}},[_vm._v(\"取 消\")]),_c('el-button',{attrs:{\"type\":\"primary\"},on:{\"click\":_vm.shBatchHandler}},[_vm._v(\"确 定\")])],1)],1),_c('el-dialog',{attrs:{\"title\":\"预览图\",\"visible\":_vm.previewVisible,\"width\":\"50%\"},on:{\"update:visible\":function($event){_vm.previewVisible=$event}}},[_c('img',{staticStyle:{\"width\":\"100%\"},attrs:{\"src\":_vm.previewImg,\"alt\":\"\"}})])],2)\n}\nvar staticRenderFns = []\n\nexport { render, staticRenderFns }","var render = function render(){var _vm=this,_c=_vm._self._c;return _c('div',{staticClass:\"addEdit-block\",style:({\"minHeight\":\"calc(100vh - 200px)\",\"padding\":\"0px 0 30px\",\"margin\":\"0 auto\",\"color\":\"#8e99a2\",\"background\":\"none\",\"width\":\"calc(100% - 0px)\",\"fontSize\":\"14px\",\"height\":\"100%\"})},[_c('el-form',{ref:\"ruleForm\",staticClass:\"add-update-preview\",style:({\"padding\":\"30px 5%\",\"borderColor\":\"#f6f6f6\",\"alignItems\":\"flex-start\",\"borderRadius\":\"4px\",\"flexWrap\":\"wrap\",\"background\":\"rgba(255,255,255,.9)\",\"borderWidth\":\"2px\",\"display\":\"flex\",\"fontSize\":\"inherit\",\"borderStyle\":\"solid\"}),attrs:{\"model\":_vm.ruleForm,\"rules\":_vm.rules,\"label-width\":\"180px\"}},[[(_vm.type!='info')?_c('el-form-item',{staticClass:\"input\",style:({\"margin\":\"0 0 20px 0\"}),attrs:{\"label\":\"路线名称\",\"prop\":\"luxianmingcheng\"}},[_c('el-input',{attrs:{\"placeholder\":\"路线名称\",\"clearable\":\"\",\"readonly\":_vm.ro.luxianmingcheng},model:{value:(_vm.ruleForm.luxianmingcheng),callback:function ($$v) {_vm.$set(_vm.ruleForm, \"luxianmingcheng\", $$v)},expression:\"ruleForm.luxianmingcheng\"}})],1):_c('el-form-item',{staticClass:\"input\",style:({\"margin\":\"0 0 20px 0\"}),attrs:{\"label\":\"路线名称\",\"prop\":\"luxianmingcheng\"}},[_c('el-input',{attrs:{\"placeholder\":\"路线名称\",\"readonly\":\"\"},model:{value:(_vm.ruleForm.luxianmingcheng),callback:function ($$v) {_vm.$set(_vm.ruleForm, \"luxianmingcheng\", $$v)},expression:\"ruleForm.luxianmingcheng\"}})],1),(_vm.type!='info')?_c('el-form-item',{staticClass:\"input\",style:({\"margin\":\"0 0 20px 0\"}),attrs:{\"label\":\"路线起点\",\"prop\":\"luxianqidian\"}},[_c('el-input',{attrs:{\"placeholder\":\"路线起点\",\"clearable\":\"\",\"readonly\":_vm.ro.luxianqidian},model:{value:(_vm.ruleForm.luxianqidian),callback:function ($$v) {_vm.$set(_vm.ruleForm, \"luxianqidian\", $$v)},expression:\"ruleForm.luxianqidian\"}})],1):_c('el-form-item',{staticClass:\"input\",style:({\"margin\":\"0 0 20px 0\"}),attrs:{\"label\":\"路线起点\",\"prop\":\"luxianqidian\"}},[_c('el-input',{attrs:{\"placeholder\":\"路线起点\",\"readonly\":\"\"},model:{value:(_vm.ruleForm.luxianqidian),callback:function ($$v) {_vm.$set(_vm.ruleForm, \"luxianqidian\", $$v)},expression:\"ruleForm.luxianqidian\"}})],1),(_vm.type!='info')?_c('el-form-item',{staticClass:\"input\",style:({\"margin\":\"0 0 20px 0\"}),attrs:{\"label\":\"路线终点\",\"prop\":\"luxianzhongdian\"}},[_c('el-input',{attrs:{\"placeholder\":\"路线终点\",\"clearable\":\"\",\"readonly\":_vm.ro.luxianzhongdian},model:{value:(_vm.ruleForm.luxianzhongdian),callback:function ($$v) {_vm.$set(_vm.ruleForm, \"luxianzhongdian\", $$v)},expression:\"ruleForm.luxianzhongdian\"}})],1):_c('el-form-item',{staticClass:\"input\",style:({\"margin\":\"0 0 20px 0\"}),attrs:{\"label\":\"路线终点\",\"prop\":\"luxianzhongdian\"}},[_c('el-input',{attrs:{\"placeholder\":\"路线终点\",\"readonly\":\"\"},model:{value:(_vm.ruleForm.luxianzhongdian),callback:function ($$v) {_vm.$set(_vm.ruleForm, \"luxianzhongdian\", $$v)},expression:\"ruleForm.luxianzhongdian\"}})],1),(_vm.type!='info')?_c('el-form-item',{staticClass:\"input\",style:({\"margin\":\"0 0 20px 0\"}),attrs:{\"label\":\"道路情况\",\"prop\":\"daoluqingkuang\"}},[_c('el-input',{attrs:{\"placeholder\":\"道路情况\",\"clearable\":\"\",\"readonly\":_vm.ro.daoluqingkuang},model:{value:(_vm.ruleForm.daoluqingkuang),callback:function ($$v) {_vm.$set(_vm.ruleForm, \"daoluqingkuang\", $$v)},expression:\"ruleForm.daoluqingkuang\"}})],1):_c('el-form-item',{staticClass:\"input\",style:({\"margin\":\"0 0 20px 0\"}),attrs:{\"label\":\"道路情况\",\"prop\":\"daoluqingkuang\"}},[_c('el-input',{attrs:{\"placeholder\":\"道路情况\",\"readonly\":\"\"},model:{value:(_vm.ruleForm.daoluqingkuang),callback:function ($$v) {_vm.$set(_vm.ruleForm, \"daoluqingkuang\", $$v)},expression:\"ruleForm.daoluqingkuang\"}})],1),(_vm.type!='info')?_c('el-form-item',{staticClass:\"input\",style:({\"margin\":\"0 0 20px 0\"}),attrs:{\"label\":\"异常问题\",\"prop\":\"yichangwenti\"}},[_c('el-input',{attrs:{\"placeholder\":\"异常问题\",\"clearable\":\"\",\"readonly\":_vm.ro.yichangwenti},model:{value:(_vm.ruleForm.yichangwenti),callback:function ($$v) {_vm.$set(_vm.ruleForm, \"yichangwenti\", $$v)},expression:\"ruleForm.yichangwenti\"}})],1):_c('el-form-item',{staticClass:\"input\",style:({\"margin\":\"0 0 20px 0\"}),attrs:{\"label\":\"异常问题\",\"prop\":\"yichangwenti\"}},[_c('el-input',{attrs:{\"placeholder\":\"异常问题\",\"readonly\":\"\"},model:{value:(_vm.ruleForm.yichangwenti),callback:function ($$v) {_vm.$set(_vm.ruleForm, \"yichangwenti\", $$v)},expression:\"ruleForm.yichangwenti\"}})],1),(_vm.type!='info')?_c('el-form-item',{staticClass:\"input\",style:({\"margin\":\"0 0 20px 0\"}),attrs:{\"label\":\"预计行驶时长\",\"prop\":\"yujixingshishizhang\"}},[_c('el-input',{attrs:{\"placeholder\":\"预计行驶时长\",\"clearable\":\"\",\"readonly\":_vm.ro.yujixingshishizhang},model:{value:(_vm.ruleForm.yujixingshishizhang),callback:function ($$v) {_vm.$set(_vm.ruleForm, \"yujixingshishizhang\", $$v)},expression:\"ruleForm.yujixingshishizhang\"}})],1):_c('el-form-item',{staticClass:\"input\",style:({\"margin\":\"0 0 20px 0\"}),attrs:{\"label\":\"预计行驶时长\",\"prop\":\"yujixingshishizhang\"}},[_c('el-input',{attrs:{\"placeholder\":\"预计行驶时长\",\"readonly\":\"\"},model:{value:(_vm.ruleForm.yujixingshishizhang),callback:function ($$v) {_vm.$set(_vm.ruleForm, \"yujixingshishizhang\", $$v)},expression:\"ruleForm.yujixingshishizhang\"}})],1),(_vm.type!='info')?_c('el-form-item',{style:({\"margin\":\"0 0 20px 0\"}),attrs:{\"label\":\"路线详情\",\"prop\":\"luxianxiangqing\"}},[_c('editor',{staticClass:\"editor\",staticStyle:{\"min-width\":\"200px\",\"max-width\":\"600px\"},attrs:{\"action\":\"file/upload\"},model:{value:(_vm.ruleForm.luxianxiangqing),callback:function ($$v) {_vm.$set(_vm.ruleForm, \"luxianxiangqing\", $$v)},expression:\"ruleForm.luxianxiangqing\"}})],1):(_vm.ruleForm.luxianxiangqing)?_c('el-form-item',{style:({\"margin\":\"0 0 20px 0\"}),attrs:{\"label\":\"路线详情\",\"prop\":\"luxianxiangqing\"}},[_c('span',{style:({\"fontSize\":\"14px\",\"lineHeight\":\"40px\",\"color\":\"#333\",\"fontWeight\":\"500\",\"display\":\"inline-block\"}),domProps:{\"innerHTML\":_vm._s(_vm.ruleForm.luxianxiangqing)}})]):_vm._e()],_c('el-form-item',{staticClass:\"btn\",style:({'padding':'0','margin':'30px auto','alignItems':'center','textAlign':'center','background':'none','display':'flex','width':'60%','fontSize':'18px'})},[(_vm.type!='info')?_c('el-button',{staticClass:\"btn3\",attrs:{\"type\":\"success\"},on:{\"click\":_vm.onSubmit}},[_c('span',{staticClass:\"icon iconfont icon-tijiao16\",style:({'margin':'0 2px','fontSize':'inherit','color':'inherit','display':'none'})}),_vm._v(\" 确定 \")]):_vm._e(),(_vm.type!='info')?_c('el-button',{staticClass:\"btn4\",attrs:{\"type\":\"success\"},on:{\"click\":function($event){return _vm.back()}}},[_c('span',{staticClass:\"icon iconfont icon-quxiao09\",style:({'margin':'0 2px','fontSize':'inherit','color':'inherit','display':'none'})}),_vm._v(\" 取消 \")]):_vm._e(),(_vm.type=='info')?_c('el-button',{staticClass:\"btn5\",attrs:{\"type\":\"success\"},on:{\"click\":function($event){return _vm.back()}}},[_c('span',{staticClass:\"icon iconfont icon-fanhui01\",style:({'margin':'0 2px','fontSize':'inherit','color':'inherit','display':'none'})}),_vm._v(\" 返回 \")]):_vm._e()],1)],2)],1)\n}\nvar staticRenderFns = []\n\nexport { render, staticRenderFns }","\r\n\r\n","import mod from \"-!../../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_cache-loader@4.1.0@cache-loader/dist/cjs.js??ref--13-0!../../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_thread-loader@2.1.3@thread-loader/dist/cjs.js!../../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_babel-loader@8.4.1@babel-loader/lib/index.js!../../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_cache-loader@4.1.0@cache-loader/dist/cjs.js??ref--1-0!../../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_vue-loader@15.11.1@vue-loader/lib/index.js??vue-loader-options!./add-or-update.vue?vue&type=script&lang=js\"; export default mod; export * from \"-!../../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_cache-loader@4.1.0@cache-loader/dist/cjs.js??ref--13-0!../../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_thread-loader@2.1.3@thread-loader/dist/cjs.js!../../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_babel-loader@8.4.1@babel-loader/lib/index.js!../../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_cache-loader@4.1.0@cache-loader/dist/cjs.js??ref--1-0!../../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_vue-loader@15.11.1@vue-loader/lib/index.js??vue-loader-options!./add-or-update.vue?vue&type=script&lang=js\"","import { render, staticRenderFns } from \"./add-or-update.vue?vue&type=template&id=58e41f96&scoped=true\"\nimport script from \"./add-or-update.vue?vue&type=script&lang=js\"\nexport * from \"./add-or-update.vue?vue&type=script&lang=js\"\nimport style0 from \"./add-or-update.vue?vue&type=style&index=0&id=58e41f96&prod&lang=scss&scoped=true\"\n\n\n/* normalize component */\nimport normalizer from \"!../../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_vue-loader@15.11.1@vue-loader/lib/runtime/componentNormalizer.js\"\nvar component = normalizer(\n script,\n render,\n staticRenderFns,\n false,\n null,\n \"58e41f96\",\n null\n \n)\n\nexport default component.exports","\r\n\r\n\r\n\r\n","import mod from \"-!../../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_cache-loader@4.1.0@cache-loader/dist/cjs.js??ref--13-0!../../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_thread-loader@2.1.3@thread-loader/dist/cjs.js!../../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_babel-loader@8.4.1@babel-loader/lib/index.js!../../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_cache-loader@4.1.0@cache-loader/dist/cjs.js??ref--1-0!../../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_vue-loader@15.11.1@vue-loader/lib/index.js??vue-loader-options!./list.vue?vue&type=script&lang=js\"; export default mod; export * from \"-!../../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_cache-loader@4.1.0@cache-loader/dist/cjs.js??ref--13-0!../../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_thread-loader@2.1.3@thread-loader/dist/cjs.js!../../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_babel-loader@8.4.1@babel-loader/lib/index.js!../../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_cache-loader@4.1.0@cache-loader/dist/cjs.js??ref--1-0!../../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_vue-loader@15.11.1@vue-loader/lib/index.js??vue-loader-options!./list.vue?vue&type=script&lang=js\"","import { render, staticRenderFns } from \"./list.vue?vue&type=template&id=e518353c&scoped=true\"\nimport script from \"./list.vue?vue&type=script&lang=js\"\nexport * from \"./list.vue?vue&type=script&lang=js\"\nimport style0 from \"./list.vue?vue&type=style&index=0&id=e518353c&prod&lang=scss&scoped=true\"\n\n\n/* normalize component */\nimport normalizer from \"!../../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_vue-loader@15.11.1@vue-loader/lib/runtime/componentNormalizer.js\"\nvar component = normalizer(\n script,\n render,\n staticRenderFns,\n false,\n null,\n \"e518353c\",\n null\n \n)\n\nexport default component.exports","var render = function render(){var _vm=this,_c=_vm._self._c;return _c('el-container',[_c('index-main')],1)\n}\nvar staticRenderFns = []\n\nexport { render, staticRenderFns }","var render = function render(){var _vm=this,_c=_vm._self._c;return _c('div',{staticStyle:{\"height\":\"100%\"}},[_c('el-main',{style:(\"horizontal\" == \"vertical\" ? (2 == 1 ? {\"minHeight\":\"100%\",\"padding\":\"0\",\"margin\":\"0 0 0 210px\",\"position\":\"relative\",\"display\":\"block\"} : (2 == 2 ? (_vm.isCollapse ? {\"minHeight\":\"100%\",\"padding\":\"0px 0 0 56px\",\"margin\":\"0\",\"position\":\"relative\",\"background\":\"url(http://codegen.caihongy.cn/20230807/bc751527d2454c82a345e91b17a44608.jpg) no-repeat center top / cover\",\"display\":\"block\"} : {\"minHeight\":\"100%\",\"padding\":\"0px 0 0 260px\",\"margin\":\"0\",\"position\":\"relative\",\"background\":\"url(http://codegen.caihongy.cn/20230807/bc751527d2454c82a345e91b17a44608.jpg) no-repeat center top / cover\",\"display\":\"block\"}) : \"\")) : {\"minHeight\":\"100%\",\"margin\":\"0\",\"position\":\"relative\",\"background\":\"#fff\"})},[_c('index-header',{style:({\"boxShadow\":\"0 0px 0 0 rgba(0,0,0,.01), 0 0px 0px 0 rgba(0,0,0,.06)\",\"padding\":\"8px 10% 8px 5%\",\"margin\":\"0 auto\",\"borderColor\":\"#f6dce0\",\"alignItems\":\"center\",\"color\":\"#eee\",\"display\":\"flex\",\"justifyContent\":\"space-between\",\"background\":\"#494f5d\",\"borderWidth\":\"0 0 0px\",\"width\":\"calc(100% - 0px)\",\"fontSize\":\"16px\",\"position\":\"relative\",\"borderStyle\":\"solid\",\"zIndex\":\"1002\",\"height\":\"70px\"})}),('horizontal' == 'vertical')?[(2 == 1)?[_c('index-aside',{style:({\"boxShadow\":\"1px 0 6px rgba(64, 158, 255, .3)\",\"overflow\":\"hidden\",\"top\":\"0\",\"left\":\"0\",\"background\":\"#304156\",\"bottom\":\"0\",\"width\":\"210px\",\"fontSize\":\"0px\",\"position\":\"fixed\",\"height\":\"100%\",\"zIndex\":\"1001\"})})]:_vm._e(),(2 == 2)?[_c('index-aside',{style:(_vm.isCollapse ? {\"boxShadow\":\"0px 0 0px rgba(255,205,155,1)\",\"padding\":\"40px 0 0\",\"borderColor\":\"#f6dce0\",\"bottom\":\"0\",\"transition\":\"width 0.3s\",\"overflow\":\"hidden\",\"top\":\"0\",\"left\":\"0\",\"background\":\"rgba(0, 0, 0, 0.1)\",\"borderWidth\":\"0 0px 0 0\",\"width\":\"56px\",\"fontSize\":\"0px\",\"position\":\"fixed\",\"borderStyle\":\"solid\",\"height\":\"100%\",\"zIndex\":\"1003\"} : {\"boxShadow\":\"0px 0 0px rgba(255,205,155,1)\",\"padding\":\"70px 0px 0px\",\"borderColor\":\"#f0cad3\",\"bottom\":\"0px\",\"transition\":\"width 0.3s\",\"overflow\":\"hidden\",\"top\":\"0px\",\"left\":\"10px\",\"background\":\"rgba(0, 0, 0, 0.0)\",\"borderWidth\":\"0 0px 0 0\",\"width\":\"260px\",\"fontSize\":\"16px\",\"position\":\"fixed\",\"borderStyle\":\"solid\",\"height\":\"100%\",\"zIndex\":\"1003\"}),attrs:{\"is-collapse\":_vm.isCollapse},on:{\"oncollapsechange\":_vm.collapseChange}})]:_vm._e()]:_vm._e(),('horizontal' == 'horizontal')?[(2 == 1)?[_c('index-aside',{style:({\"width\":\"100%\",\"borderColor\":\"#efefef\",\"borderStyle\":\"solid\",\"background\":\"#304156\",\"borderWidth\":\"0 0 1px 0\",\"height\":\"auto\"})})]:_vm._e(),(2 == 2)?[_c('index-aside',{style:({\"padding\":\"0 5%\",\"borderColor\":\"#efefef\",\"margin\":\"0 auto\",\"background\":\"#494f5d\",\"borderWidth\":\"0 0 0px 0\",\"display\":\"block\",\"width\":\"calc(100% - 0px)\",\"borderStyle\":\"solid\",\"height\":\"auto\"})})]:_vm._e()]:_vm._e(),_c('bread-crumbs',{staticClass:\"bread-crumbs\",style:({\"padding\":\"0px 5%\",\"margin\":\"0px auto\",\"borderColor\":\"#eee\",\"borderWidth\":\"0 0 0px\",\"background\":\"none\",\"width\":\"calc(100% - 0px)\",\"fontSize\":\"16px\",\"borderStyle\":\"solid\"}),attrs:{\"title\":_vm.title}}),_c('tags-view'),_c('router-view',{staticClass:\"router-view\"})],2)],1)\n}\nvar staticRenderFns = []\n\nexport { render, staticRenderFns }","var render = function render(){var _vm=this,_c=_vm._self._c;return _c('div',{staticClass:\"menu-preview\"},[_c('div',{staticClass:\"userinfo\",style:({\"padding\":\"0 10px\",\"alignItems\":\"center\",\"flexDirection\":\"column\",\"background\":\"none\",\"display\":\"none\",\"justifyContent\":\"center\",\"height\":\"auto\"})},[_c('el-image',{style:({\"width\":\"36px\",\"objectFit\":\"cover\",\"borderRadius\":\"4px\",\"display\":\"block\",\"height\":\"36px\"}),attrs:{\"src\":_vm.avatar?this.$base.url + _vm.avatar: require('@/assets/img/avator.png'),\"fit\":\"cover\"}}),_c('div',{style:({\"fontSize\":\"12px\",\"lineHeight\":\"1\",\"color\":\"#333\",\"textAlign\":\"center\"})},[_vm._v(_vm._s(this.$storage.get('adminName')))])],1),_c('el-menu',{staticClass:\"el-menu-horizontal-2\",style:({\"border\":0,\"padding\":\"0 0px 20px\",\"listStyle\":\"none\",\"margin\":\"0 auto\",\"flexWrap\":\"wrap\",\"background\":\"none\",\"display\":\"flex\",\"width\":\"100%\",\"position\":\"relative\",\"transition\":\"all 0s ease\"}),attrs:{\"default-active\":_vm.activeMenu,\"unique-opened\":true,\"mode\":\"horizontal\"}},[_c('el-menu-item',{staticClass:\"home\",style:({\"border\":\"0\",\"padding\":\"0\",\"listStyle\":\"none\",\"margin\":\"0\",\"color\":\"#fff\",\"background\":\"none\",\"zIndex\":\"99\",\"height\":\"30px\"}),attrs:{\"index\":\"/\"},nativeOn:{\"click\":function($event){return _vm.menuHandler('')}}},[_c('div',{staticClass:\"el-tooltip\"},[_c('i',{staticClass:\"icon iconfont icon-shouye-zhihui\",style:({\"verticalAlign\":\"middle\",\"margin\":\"0 3px 0\",\"color\":\"inherit\",\"textAlign\":\"center\",\"background\":\"none\",\"display\":\"inline-block\",\"width\":\"auto\",\"fontSize\":\"18px\"})}),_c('span',{style:({\"verticalAlign\":\"middle\",\"color\":\"inherit\",\"textAlign\":\"center\",\"background\":\"none\",\"display\":\"inline-block\",\"width\":\"auto\",\"fontSize\":\"18px\"}),attrs:{\"slot\":\"title\"},slot:\"title\"},[_vm._v(\"系统首页\")])])]),_c('el-submenu',{staticClass:\"user\",style:({\"border\":\"0\",\"padding\":\"0\",\"listStyle\":\"none\",\"margin\":\"0\",\"color\":\"#333\",\"order\":\"10\",\"height\":\"30px\"}),attrs:{\"popper-class\":\"user\",\"popper-append-to-body\":false,\"index\":\"1\"}},[_c('template',{slot:\"title\"},[_c('i',{staticClass:\"icon iconfont icon-kuaijiezhifu\",style:({\"verticalAlign\":\"middle\",\"margin\":\"0 3px\",\"color\":\"inherit\",\"textAlign\":\"center\",\"background\":\"none\",\"display\":\"inline-block\",\"width\":\"auto\",\"fontSize\":\"18px\"})}),_c('span',{style:({\"verticalAlign\":\"middle\",\"color\":\"inherit\",\"textAlign\":\"center\",\"background\":\"none\",\"display\":\"inline-block\",\"width\":\"auto\",\"fontSize\":\"18px\"}),attrs:{\"slot\":\"title\"},slot:\"title\"},[_vm._v(\"用户信息\")])]),_c('el-menu-item',{attrs:{\"index\":\"/updatePassword\"},on:{\"click\":function($event){return _vm.menuHandler('updatePassword')}}},[_vm._v(\"修改密码\")]),_c('el-menu-item',{attrs:{\"index\":\"/center\"},on:{\"click\":function($event){return _vm.menuHandler('center')}}},[_vm._v(\"个人信息\")])],2),_vm._l((_vm.menuList.backMenu),function(menu,index){return [(menu.child.length > 1 || !_vm.horizontalIsMultiple)?_c('el-submenu',{staticClass:\"other\",style:({\"border\":\"0\",\"padding\":\"0\",\"listStyle\":\"none\",\"margin\":\"0\",\"color\":\"#333\",\"background\":\"none\",\"float\":\"left\",\"height\":\"30px\"}),attrs:{\"popper-class\":\"other\",\"popper-append-to-body\":false,\"index\":index+2+''}},[_c('template',{slot:\"title\"},[_c('i',{staticClass:\"el-icon-menu\",class:_vm.icons[index],style:({\"verticalAlign\":\"middle\",\"margin\":\"0px 3px\",\"color\":\"inherit\",\"textAlign\":\"center\",\"background\":\"none\",\"display\":\"inline-block\",\"width\":\"auto\",\"fontSize\":\"18px\"})}),_c('span',{style:({\"verticalAlign\":\"middle\",\"color\":\"inherit\",\"textAlign\":\"center\",\"background\":\"none\",\"display\":\"inline-block\",\"width\":\"auto\",\"fontSize\":\"18px\"}),attrs:{\"slot\":\"title\"},slot:\"title\"},[_vm._v(_vm._s(menu.menu + (_vm.horizontalFlag ? '管理' : '')))])]),_vm._l((menu.child),function(child,sort){return _c('el-menu-item',{key:sort,attrs:{\"index\":'/'+child.tableName},on:{\"click\":function($event){return _vm.menuHandler(child.tableName)}}},[_vm._v(_vm._s(child.menu))])})],2):_vm._e(),(menu.child.length <= 1 && _vm.horizontalIsMultiple)?_c('el-menu-item',{staticClass:\"other\",style:({\"border\":\"0\",\"padding\":\"0\",\"listStyle\":\"none\",\"margin\":\"0\",\"color\":\"#333\",\"background\":\"none\",\"float\":\"left\",\"height\":\"30px\"}),attrs:{\"popper-class\":\"other\",\"index\":'/'+menu.child[0].tableName},on:{\"click\":function($event){return _vm.menuHandler(menu.child[0].tableName)}}},[_c('div',{staticClass:\"el-tooltip\"},[_c('i',{staticClass:\"el-icon-menu\",class:_vm.icons[index],style:({\"verticalAlign\":\"middle\",\"margin\":\"0px 3px\",\"color\":\"inherit\",\"textAlign\":\"center\",\"background\":\"none\",\"display\":\"inline-block\",\"width\":\"auto\",\"fontSize\":\"18px\"})}),_c('span',{style:({\"verticalAlign\":\"middle\",\"color\":\"inherit\",\"textAlign\":\"center\",\"background\":\"none\",\"display\":\"inline-block\",\"width\":\"auto\",\"fontSize\":\"18px\"}),attrs:{\"slot\":\"title\"},slot:\"title\"},[_vm._v(_vm._s(menu.child[0].menu + (_vm.horizontalFlag ? '管理' : '')))])])]):_vm._e()]})],2)],1)\n}\nvar staticRenderFns = []\n\nexport { render, staticRenderFns }","\r\n\r\n\r\n\n","import mod from \"-!../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_cache-loader@4.1.0@cache-loader/dist/cjs.js??ref--13-0!../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_thread-loader@2.1.3@thread-loader/dist/cjs.js!../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_babel-loader@8.4.1@babel-loader/lib/index.js!../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_cache-loader@4.1.0@cache-loader/dist/cjs.js??ref--1-0!../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_vue-loader@15.11.1@vue-loader/lib/index.js??vue-loader-options!./IndexAsideStatic.vue?vue&type=script&lang=js\"; export default mod; export * from \"-!../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_cache-loader@4.1.0@cache-loader/dist/cjs.js??ref--13-0!../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_thread-loader@2.1.3@thread-loader/dist/cjs.js!../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_babel-loader@8.4.1@babel-loader/lib/index.js!../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_cache-loader@4.1.0@cache-loader/dist/cjs.js??ref--1-0!../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_vue-loader@15.11.1@vue-loader/lib/index.js??vue-loader-options!./IndexAsideStatic.vue?vue&type=script&lang=js\"","import { render, staticRenderFns } from \"./IndexAsideStatic.vue?vue&type=template&id=b0c308c8&scoped=true\"\nimport script from \"./IndexAsideStatic.vue?vue&type=script&lang=js\"\nexport * from \"./IndexAsideStatic.vue?vue&type=script&lang=js\"\nimport style0 from \"./IndexAsideStatic.vue?vue&type=style&index=0&id=b0c308c8&prod&lang=scss&scoped=true\"\n\n\n/* normalize component */\nimport normalizer from \"!../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_vue-loader@15.11.1@vue-loader/lib/runtime/componentNormalizer.js\"\nvar component = normalizer(\n script,\n render,\n staticRenderFns,\n false,\n null,\n \"b0c308c8\",\n null\n \n)\n\nexport default component.exports","var render = function render(){var _vm=this,_c=_vm._self._c;return _c('div',{staticClass:\"navbar\"},[_c('div',{staticClass:\"title\",style:({\"display\":\"block\",\"order\":\"1\"})},[(false)?_c('el-image',{staticClass:\"title-img\",style:({\"width\":\"44px\",\"objectFit\":\"cover\",\"borderRadius\":\"100%\",\"float\":\"left\",\"height\":\"44px\"}),attrs:{\"src\":\"http://codegen.caihongy.cn/20201114/7856ba26477849ea828f481fa2773a95.jpg\",\"fit\":\"cover\"}}):_vm._e(),_c('span',{staticClass:\"title-name\",style:({\"padding\":\"0 0 0 12px\",\"lineHeight\":\"auto\",\"fontSize\":\"26px\",\"color\":\"inherit\",\"float\":\"left\",\"fontWeight\":\"500\"})},[_vm._v(_vm._s(this.$project.projectName))])],1),_c('el-dropdown',{style:({\"fontSize\":\"inherit\",\"position\":\"absolute\",\"right\":\"5%\",\"color\":\"inherit\",\"display\":\"inline-block\"}),attrs:{\"trigger\":\"click\"},on:{\"command\":_vm.handleCommand}},[_c('div',{staticClass:\"el-dropdown-link\",style:({\"alignItems\":\"center\",\"display\":\"flex\"})},[(_vm.user)?_c('el-image',{style:({\"width\":\"32px\",\"margin\":\"0 10px\",\"objectFit\":\"cover\",\"borderRadius\":\"100%\",\"display\":\"inline-block\",\"height\":\"32px\"}),attrs:{\"src\":_vm.avatar?this.$base.url + _vm.avatar : require('@/assets/img/avator.png'),\"fit\":\"cover\"}}):_vm._e(),_c('span',{style:({\"color\":\"inherit\",\"lineHeight\":\"32px\",\"fontSize\":\"inherit\"})},[_vm._v(_vm._s(this.$storage.get('adminName')))]),_c('span',{staticClass:\"icon iconfont icon-xiala\",style:({\"color\":\"inherit\",\"margin\":\"0 0 0 5px\",\"fontSize\":\"12px\"})})],1),_c('el-dropdown-menu',{staticClass:\"top-el-dropdown-menu\",attrs:{\"slot\":\"dropdown\"},slot:\"dropdown\"},[_c('el-dropdown-item',{staticClass:\"item1\",attrs:{\"command\":''}},[_vm._v(\"首页\")]),_c('el-dropdown-item',{staticClass:\"item2\",attrs:{\"command\":'center'}},[_vm._v(\"用户信息\")]),_c('el-dropdown-item',{staticClass:\"item4\",attrs:{\"command\":'logout'}},[_vm._v(\"退出登录\")])],1)],1)],1)\n}\nvar staticRenderFns = []\n\nexport { render, staticRenderFns }","\r\n\r\n\r\n\r\n\r\n\n","import mod from \"-!../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_cache-loader@4.1.0@cache-loader/dist/cjs.js??ref--13-0!../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_thread-loader@2.1.3@thread-loader/dist/cjs.js!../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_babel-loader@8.4.1@babel-loader/lib/index.js!../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_cache-loader@4.1.0@cache-loader/dist/cjs.js??ref--1-0!../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_vue-loader@15.11.1@vue-loader/lib/index.js??vue-loader-options!./IndexHeader.vue?vue&type=script&lang=js\"; export default mod; export * from \"-!../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_cache-loader@4.1.0@cache-loader/dist/cjs.js??ref--13-0!../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_thread-loader@2.1.3@thread-loader/dist/cjs.js!../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_babel-loader@8.4.1@babel-loader/lib/index.js!../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_cache-loader@4.1.0@cache-loader/dist/cjs.js??ref--1-0!../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_vue-loader@15.11.1@vue-loader/lib/index.js??vue-loader-options!./IndexHeader.vue?vue&type=script&lang=js\"","import { render, staticRenderFns } from \"./IndexHeader.vue?vue&type=template&id=066f202d&scoped=true\"\nimport script from \"./IndexHeader.vue?vue&type=script&lang=js\"\nexport * from \"./IndexHeader.vue?vue&type=script&lang=js\"\nimport style0 from \"./IndexHeader.vue?vue&type=style&index=0&id=066f202d&prod&lang=scss&scoped=true\"\n\n\n/* normalize component */\nimport normalizer from \"!../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_vue-loader@15.11.1@vue-loader/lib/runtime/componentNormalizer.js\"\nvar component = normalizer(\n script,\n render,\n staticRenderFns,\n false,\n null,\n \"066f202d\",\n null\n \n)\n\nexport default component.exports","var render = function render(){var _vm=this,_c=_vm._self._c;return _c('div',{staticClass:\"tags-view-container\",style:({\"padding\":\"0px 30px 0px 250px\",\"boxShadow\":\"none\",\"margin\":\"5px auto\",\"borderColor\":\"#ed5474\",\"display\":\"none\",\"overflow\":\"hidden\",\"borderRadius\":\"60px\",\"background\":\"linear-gradient(180deg, rgba(254,184,197,1) 0%, rgba(244,111,139,1) 100%)\",\"borderWidth\":\"0px\",\"width\":\"calc(100% - 60px)\",\"fontSize\":\"16px\",\"lineHeight\":\"35px\",\"borderStyle\":\"solid\",\"height\":\"35px\"}),attrs:{\"id\":\"tags-view-container\"}},[_c('scroll-pane',{ref:\"scrollPane\",staticClass:\"tags-view-wrapper\"},[_c('div',{staticClass:\"tags-view-box\",style:({\"padding\":\"0 0 0 10px\",\"borderColor\":\"#ddd\",\"whiteSpace\":\"nowrap\",\"background\":\"none\",\"borderWidth\":\"0px\",\"width\":\"auto\",\"position\":\"relative\",\"borderStyle\":\"solid\"})},_vm._l((_vm.visitedViews),function(tag){return _c('router-link',{key:tag.path,ref:\"tag\",refInFor:true,staticClass:\"tags-view-item\",class:_vm.isActive(tag)?'active':'',attrs:{\"to\":{ path: tag.path, query: tag.query, fullPath: tag.fullPath },\"tag\":\"span\"},nativeOn:{\"mouseup\":function($event){if('button' in $event && $event.button !== 1)return null;return _vm.closeSelectedTag(tag)},\"contextmenu\":function($event){$event.preventDefault();return _vm.openMenu(tag,$event)}}},[_c('span',{staticClass:\"text\"},[_vm._v(_vm._s(tag.name))]),(!tag.meta.affix)?_c('span',{staticClass:\"el-icon-close\",on:{\"click\":function($event){$event.preventDefault();$event.stopPropagation();return _vm.closeSelectedTag(tag)}}}):_vm._e()])}),1)]),_c('ul',{directives:[{name:\"show\",rawName:\"v-show\",value:(_vm.visible),expression:\"visible\"}],staticClass:\"contextmenu\",style:({left:_vm.left+'px',top:_vm.top+'px'})},[(!(_vm.selectedTag.meta&&_vm.selectedTag.meta.affix))?_c('li',{on:{\"click\":function($event){return _vm.closeSelectedTag(_vm.selectedTag)}}},[_vm._v(\"Close\")]):_vm._e(),_c('li',{on:{\"click\":function($event){return _vm.closeAllTags(_vm.selectedTag)}}},[_vm._v(\"Close All\")])])],1)\n}\nvar staticRenderFns = []\n\nexport { render, staticRenderFns }","var render = function render(){var _vm=this,_c=_vm._self._c;return _c('el-scrollbar',{ref:\"scrollContainer\",staticClass:\"scroll-container\",attrs:{\"vertical\":false},nativeOn:{\"wheel\":function($event){$event.preventDefault();return _vm.handleScroll.apply(null, arguments)}}},[_vm._t(\"default\")],2)\n}\nvar staticRenderFns = []\n\nexport { render, staticRenderFns }","\r\n\r\n\r\n\r\n\r\n","import mod from \"-!../../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_cache-loader@4.1.0@cache-loader/dist/cjs.js??ref--13-0!../../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_thread-loader@2.1.3@thread-loader/dist/cjs.js!../../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_babel-loader@8.4.1@babel-loader/lib/index.js!../../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_cache-loader@4.1.0@cache-loader/dist/cjs.js??ref--1-0!../../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_vue-loader@15.11.1@vue-loader/lib/index.js??vue-loader-options!./ScrollPane.vue?vue&type=script&lang=js\"; export default mod; export * from \"-!../../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_cache-loader@4.1.0@cache-loader/dist/cjs.js??ref--13-0!../../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_thread-loader@2.1.3@thread-loader/dist/cjs.js!../../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_babel-loader@8.4.1@babel-loader/lib/index.js!../../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_cache-loader@4.1.0@cache-loader/dist/cjs.js??ref--1-0!../../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_vue-loader@15.11.1@vue-loader/lib/index.js??vue-loader-options!./ScrollPane.vue?vue&type=script&lang=js\"","import { render, staticRenderFns } from \"./ScrollPane.vue?vue&type=template&id=07c44ba4&scoped=true\"\nimport script from \"./ScrollPane.vue?vue&type=script&lang=js\"\nexport * from \"./ScrollPane.vue?vue&type=script&lang=js\"\nimport style0 from \"./ScrollPane.vue?vue&type=style&index=0&id=07c44ba4&prod&lang=scss&scoped=true\"\n\n\n/* normalize component */\nimport normalizer from \"!../../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_vue-loader@15.11.1@vue-loader/lib/runtime/componentNormalizer.js\"\nvar component = normalizer(\n script,\n render,\n staticRenderFns,\n false,\n null,\n \"07c44ba4\",\n null\n \n)\n\nexport default component.exports","\r\n\r\n\r\n\r\n","import mod from \"-!../../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_cache-loader@4.1.0@cache-loader/dist/cjs.js??ref--13-0!../../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_thread-loader@2.1.3@thread-loader/dist/cjs.js!../../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_babel-loader@8.4.1@babel-loader/lib/index.js!../../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_cache-loader@4.1.0@cache-loader/dist/cjs.js??ref--1-0!../../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_vue-loader@15.11.1@vue-loader/lib/index.js??vue-loader-options!./index.vue?vue&type=script&lang=js\"; export default mod; export * from \"-!../../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_cache-loader@4.1.0@cache-loader/dist/cjs.js??ref--13-0!../../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_thread-loader@2.1.3@thread-loader/dist/cjs.js!../../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_babel-loader@8.4.1@babel-loader/lib/index.js!../../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_cache-loader@4.1.0@cache-loader/dist/cjs.js??ref--1-0!../../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_vue-loader@15.11.1@vue-loader/lib/index.js??vue-loader-options!./index.vue?vue&type=script&lang=js\"","import { render, staticRenderFns } from \"./index.vue?vue&type=template&id=49993618&scoped=true\"\nimport script from \"./index.vue?vue&type=script&lang=js\"\nexport * from \"./index.vue?vue&type=script&lang=js\"\nimport style0 from \"./index.vue?vue&type=style&index=0&id=49993618&prod&lang=scss&scoped=true\"\n\n\n/* normalize component */\nimport normalizer from \"!../../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_vue-loader@15.11.1@vue-loader/lib/runtime/componentNormalizer.js\"\nvar component = normalizer(\n script,\n render,\n staticRenderFns,\n false,\n null,\n \"49993618\",\n null\n \n)\n\nexport default component.exports","\r\n\n\n\n","import mod from \"-!../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_cache-loader@4.1.0@cache-loader/dist/cjs.js??ref--13-0!../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_thread-loader@2.1.3@thread-loader/dist/cjs.js!../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_babel-loader@8.4.1@babel-loader/lib/index.js!../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_cache-loader@4.1.0@cache-loader/dist/cjs.js??ref--1-0!../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_vue-loader@15.11.1@vue-loader/lib/index.js??vue-loader-options!./IndexMain.vue?vue&type=script&lang=js\"; export default mod; export * from \"-!../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_cache-loader@4.1.0@cache-loader/dist/cjs.js??ref--13-0!../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_thread-loader@2.1.3@thread-loader/dist/cjs.js!../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_babel-loader@8.4.1@babel-loader/lib/index.js!../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_cache-loader@4.1.0@cache-loader/dist/cjs.js??ref--1-0!../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_vue-loader@15.11.1@vue-loader/lib/index.js??vue-loader-options!./IndexMain.vue?vue&type=script&lang=js\"","import { render, staticRenderFns } from \"./IndexMain.vue?vue&type=template&id=d4d4b8a0&scoped=true\"\nimport script from \"./IndexMain.vue?vue&type=script&lang=js\"\nexport * from \"./IndexMain.vue?vue&type=script&lang=js\"\nimport style0 from \"./IndexMain.vue?vue&type=style&index=0&id=d4d4b8a0&prod&lang=scss&scoped=true\"\n\n\n/* normalize component */\nimport normalizer from \"!../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_vue-loader@15.11.1@vue-loader/lib/runtime/componentNormalizer.js\"\nvar component = normalizer(\n script,\n render,\n staticRenderFns,\n false,\n null,\n \"d4d4b8a0\",\n null\n \n)\n\nexport default component.exports","\r\n\r\n\r\n\n","import mod from \"-!../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_cache-loader@4.1.0@cache-loader/dist/cjs.js??ref--13-0!../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_thread-loader@2.1.3@thread-loader/dist/cjs.js!../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_babel-loader@8.4.1@babel-loader/lib/index.js!../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_cache-loader@4.1.0@cache-loader/dist/cjs.js??ref--1-0!../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_vue-loader@15.11.1@vue-loader/lib/index.js??vue-loader-options!./index.vue?vue&type=script&lang=js\"; export default mod; export * from \"-!../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_cache-loader@4.1.0@cache-loader/dist/cjs.js??ref--13-0!../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_thread-loader@2.1.3@thread-loader/dist/cjs.js!../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_babel-loader@8.4.1@babel-loader/lib/index.js!../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_cache-loader@4.1.0@cache-loader/dist/cjs.js??ref--1-0!../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_vue-loader@15.11.1@vue-loader/lib/index.js??vue-loader-options!./index.vue?vue&type=script&lang=js\"","import { render, staticRenderFns } from \"./index.vue?vue&type=template&id=15e41e3c&scoped=true\"\nimport script from \"./index.vue?vue&type=script&lang=js\"\nexport * from \"./index.vue?vue&type=script&lang=js\"\nimport style0 from \"./index.vue?vue&type=style&index=0&id=15e41e3c&prod&lang=scss&scoped=true\"\n\n\n/* normalize component */\nimport normalizer from \"!../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_vue-loader@15.11.1@vue-loader/lib/runtime/componentNormalizer.js\"\nvar component = normalizer(\n script,\n render,\n staticRenderFns,\n false,\n null,\n \"15e41e3c\",\n null\n \n)\n\nexport default component.exports","var render = function render(){var _vm=this,_c=_vm._self._c;return _c('div',{staticClass:\"content\",style:({\"minHeight\":\"calc(100vh - 190px)\",\"padding\":\"0px 5% 30px\",\"margin\":\"0 auto\",\"alignItems\":\"flex-start\",\"flexWrap\":\"wrap\",\"background\":\"url(http://codegen.caihongy.cn/20230909/c30ce7be70a7441f82674cbbf06daef2.jpg) no-repeat center top / cover\",\"display\":\"flex\",\"width\":\"100%\",\"fontSize\":\"16px\",\"height\":\"100%\"})},[_c('div',{staticClass:\"text\",style:({\"padding\":\"0px\",\"margin\":\"40px auto 40px\",\"borderColor\":\"#ceddee\",\"color\":\"rgb(51, 51, 51)\",\"borderRadius\":\"0px\",\"textAlign\":\"center\",\"background\":\"none\",\"borderWidth\":\"0px\",\"width\":\"auto\",\"fontSize\":\"24px\",\"borderStyle\":\"solid\",\"fontWeight\":\"500\"})},[_vm._v(\"欢迎使用 \"+_vm._s(this.$project.projectName))])])\n}\nvar staticRenderFns = []\n\nexport { render, staticRenderFns }","import mod from \"-!../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_cache-loader@4.1.0@cache-loader/dist/cjs.js??ref--13-0!../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_thread-loader@2.1.3@thread-loader/dist/cjs.js!../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_babel-loader@8.4.1@babel-loader/lib/index.js!../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_cache-loader@4.1.0@cache-loader/dist/cjs.js??ref--1-0!../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_vue-loader@15.11.1@vue-loader/lib/index.js??vue-loader-options!./home.vue?vue&type=script&lang=js\"; export default mod; export * from \"-!../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_cache-loader@4.1.0@cache-loader/dist/cjs.js??ref--13-0!../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_thread-loader@2.1.3@thread-loader/dist/cjs.js!../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_babel-loader@8.4.1@babel-loader/lib/index.js!../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_cache-loader@4.1.0@cache-loader/dist/cjs.js??ref--1-0!../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_vue-loader@15.11.1@vue-loader/lib/index.js??vue-loader-options!./home.vue?vue&type=script&lang=js\"","import { render, staticRenderFns } from \"./home.vue?vue&type=template&id=09d7765c&scoped=true\"\nimport script from \"./home.vue?vue&type=script&lang=js\"\nexport * from \"./home.vue?vue&type=script&lang=js\"\nimport style0 from \"./home.vue?vue&type=style&index=0&id=09d7765c&prod&lang=scss&scoped=true\"\n\n\n/* normalize component */\nimport normalizer from \"!../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_vue-loader@15.11.1@vue-loader/lib/runtime/componentNormalizer.js\"\nvar component = normalizer(\n script,\n render,\n staticRenderFns,\n false,\n null,\n \"09d7765c\",\n null\n \n)\n\nexport default component.exports","var render = function render(){var _vm=this,_c=_vm._self._c;return _c('div',[_c('div',{staticClass:\"container\",style:({\"minHeight\":\"100vh\",\"alignItems\":\"center\",\"background\":\"url(http://codegen.caihongy.cn/20230908/322b929098b24499a774ded5b49b487b.jpg)\",\"display\":\"flex\",\"width\":\"100%\",\"backgroundSize\":\"cover\",\"backgroundPosition\":\"center center\",\"backgroundRepeat\":\"no-repeat\",\"justifyContent\":\"center\"})},[_c('el-form',{style:({\"border\":\"1px solid #ccc\",\"padding\":\"100px 20px 20px\",\"boxShadow\":\"0 0px 0px rgba(0, 0, 0, .2)\",\"margin\":\"100px auto\",\"borderRadius\":\"4px\",\"textAlign\":\"center\",\"background\":\"url(http://codegen.caihongy.cn/20230908/8e0e6c388b064f7abc46b7500ca1e3c6.png) no-repeat center 20px,rgba(255,255,255,.96)\",\"width\":\"26vw\",\"fontSize\":\"14px\",\"position\":\"relative\",\"height\":\"auto\"})},[(true)?_c('div',{staticClass:\"title-container\",style:({\"padding\":\"0px\",\"margin\":\"20px auto 30px\",\"borderColor\":\"#ddd\",\"color\":\"#fff\",\"display\":\"inline-block\",\"top\":\"-100px\",\"left\":\"-100%\",\"background\":\"none\",\"borderWidth\":\"0px\",\"width\":\"300%\",\"lineHeight\":\"auto\",\"fontSize\":\"32px\",\"position\":\"absolute\",\"borderStyle\":\"solid\",\"fontWeight\":\"600\"})},[_vm._v(\"基于Java Web的车队管理信息系统登录\")]):_vm._e(),(_vm.loginType==1)?_c('div',{staticClass:\"list-item\",style:({\"width\":\"calc(100% - 150px)\",\"margin\":\"0 auto 30px\",\"position\":\"relative\",\"alignItems\":\"center\",\"flexWrap\":\"wrap\",\"display\":\"flex\"})},[(true)?_c('div',{staticClass:\"lable\",style:({\"color\":\"#666\",\"left\":\"-150px\",\"textAlign\":\"right\",\"width\":\"150px\",\"lineHeight\":\"44px\",\"fontSize\":\"inherit\",\"position\":\"absolute\"})},[_vm._v(\"用户名:\")]):_vm._e(),_c('input',{directives:[{name:\"model\",rawName:\"v-model\",value:(_vm.rulesForm.username),expression:\"rulesForm.username\"}],style:({\"border\":\"0px solid rgba(167,142,68,.2)\",\"padding\":\"0 10px\",\"boxShadow\":\"0 0px 0px rgba(60, 60, 60, .1)\",\"borderColor\":\"#ddd\",\"color\":\"#666\",\"outline\":\"0px solid #efefef\",\"outlineOffset\":\"0px\",\"borderRadius\":\"0px\",\"background\":\"none\",\"borderWidth\":\"0 0 1px\",\"width\":\"100%\",\"fontSize\":\"inherit\",\"borderStyle\":\"solid\",\"height\":\"36px\"}),attrs:{\"placeholder\":\"请输入用户名\",\"name\":\"username\",\"type\":\"text\"},domProps:{\"value\":(_vm.rulesForm.username)},on:{\"input\":function($event){if($event.target.composing)return;_vm.$set(_vm.rulesForm, \"username\", $event.target.value)}}})]):_vm._e(),(_vm.loginType==1)?_c('div',{staticClass:\"list-item\",style:({\"width\":\"calc(100% - 150px)\",\"margin\":\"0 auto 30px\",\"position\":\"relative\",\"alignItems\":\"center\",\"flexWrap\":\"wrap\",\"display\":\"flex\"})},[(true)?_c('div',{staticClass:\"lable\",style:({\"color\":\"#666\",\"left\":\"-150px\",\"textAlign\":\"right\",\"width\":\"150px\",\"lineHeight\":\"44px\",\"fontSize\":\"inherit\",\"position\":\"absolute\"})},[_vm._v(\"密码:\")]):_vm._e(),_c('input',{directives:[{name:\"model\",rawName:\"v-model\",value:(_vm.rulesForm.password),expression:\"rulesForm.password\"}],style:({\"border\":\"0px solid rgba(167,142,68,.2)\",\"padding\":\"0 10px\",\"boxShadow\":\"0 0px 0px rgba(60, 60, 60, .1)\",\"borderColor\":\"#ddd\",\"color\":\"#666\",\"outline\":\"0px solid #efefef\",\"outlineOffset\":\"0px\",\"borderRadius\":\"0px\",\"background\":\"none\",\"borderWidth\":\"0 0 1px\",\"width\":\"100%\",\"fontSize\":\"inherit\",\"borderStyle\":\"solid\",\"height\":\"36px\"}),attrs:{\"placeholder\":\"请输入密码\",\"name\":\"password\",\"type\":\"password\"},domProps:{\"value\":(_vm.rulesForm.password)},on:{\"input\":function($event){if($event.target.composing)return;_vm.$set(_vm.rulesForm, \"password\", $event.target.value)}}})]):_vm._e(),(_vm.roles.length>1)?_c('div',{staticClass:\"list-item select\",style:({\"width\":\"calc(100% - 150px)\",\"margin\":\"0 auto 30px\",\"position\":\"relative\",\"alignItems\":\"center\",\"flexWrap\":\"wrap\",\"display\":\"flex\"})},[(true)?_c('div',{staticClass:\"lable\",style:({\"color\":\"#666\",\"left\":\"-150px\",\"textAlign\":\"right\",\"width\":\"150px\",\"lineHeight\":\"44px\",\"fontSize\":\"inherit\",\"position\":\"absolute\"})},[_vm._v(\"角色:\")]):_vm._e(),_c('el-select',{attrs:{\"placeholder\":\"请选择角色\"},model:{value:(_vm.rulesForm.role),callback:function ($$v) {_vm.$set(_vm.rulesForm, \"role\", $$v)},expression:\"rulesForm.role\"}},_vm._l((_vm.roles),function(item){return (_vm.loginType==1||(_vm.loginType==2&&item.roleName!='管理员'))?_c('el-option',{key:item.roleName,attrs:{\"label\":item.roleName,\"value\":item.roleName}}):_vm._e()}),1)],1):_vm._e(),_c('div',{style:({\"margin\":\"20px auto 0\",\"alignItems\":\"center\",\"flexWrap\":\"wrap\",\"display\":\"flex\",\"width\":\"calc(100% - 150px)\",\"fontSize\":\"16px\",\"position\":\"relative\",\"justifyContent\":\"flex-start\"})},[(_vm.loginType==1)?_c('el-button',{staticClass:\"loginInBt\",style:({\"border\":\"0px solid #fff\",\"cursor\":\"pointer\",\"padding\":\"0 0 0 20px\",\"margin\":\"0 0 20px\",\"color\":\"#fff\",\"textAlign\":\"center\",\"letterSpacing\":\"10px\",\"outline\":\"none\",\"borderRadius\":\"50px\",\"background\":\"#018fbf\",\"width\":\"100%\",\"fontSize\":\"20px\",\"height\":\"44px\"}),attrs:{\"type\":\"primary\"},on:{\"click\":function($event){return _vm.login()}}},[_vm._v(\"登录\")]):_vm._e(),_c('el-button',{staticClass:\"register\",style:({\"border\":\"0px solid rgba(64, 158, 255, 1)\",\"cursor\":\"pointer\",\"padding\":\"0 6px 0 0\",\"margin\":\"0 5px 10px\",\"borderColor\":\"rgba(167,142,68,1)\",\"color\":\"#333\",\"outline\":\"none\",\"borderRadius\":\"0px\",\"background\":\"none\",\"borderWidth\":\"0px\",\"width\":\"auto\",\"fontSize\":\"14px\",\"borderStyle\":\"solid\",\"fontWeight\":\"500\",\"height\":\"40px\"}),attrs:{\"type\":\"primary\"},on:{\"click\":function($event){return _vm.register('jiashiyuan')}}},[_vm._v(\"注册驾驶员\")]),_c('el-button',{staticClass:\"register\",style:({\"border\":\"0px solid rgba(64, 158, 255, 1)\",\"cursor\":\"pointer\",\"padding\":\"0 6px 0 0\",\"margin\":\"0 5px 10px\",\"borderColor\":\"rgba(167,142,68,1)\",\"color\":\"#333\",\"outline\":\"none\",\"borderRadius\":\"0px\",\"background\":\"none\",\"borderWidth\":\"0px\",\"width\":\"auto\",\"fontSize\":\"14px\",\"borderStyle\":\"solid\",\"fontWeight\":\"500\",\"height\":\"40px\"}),attrs:{\"type\":\"primary\"},on:{\"click\":function($event){return _vm.register('gongzuorenyuan')}}},[_vm._v(\"注册工作人员\")])],1)])],1)])\n}\nvar staticRenderFns = []\n\nexport { render, staticRenderFns }","\r\n\r\n\r\n\r\n","import mod from \"-!../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_cache-loader@4.1.0@cache-loader/dist/cjs.js??ref--13-0!../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_thread-loader@2.1.3@thread-loader/dist/cjs.js!../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_babel-loader@8.4.1@babel-loader/lib/index.js!../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_cache-loader@4.1.0@cache-loader/dist/cjs.js??ref--1-0!../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_vue-loader@15.11.1@vue-loader/lib/index.js??vue-loader-options!./login.vue?vue&type=script&lang=js\"; export default mod; export * from \"-!../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_cache-loader@4.1.0@cache-loader/dist/cjs.js??ref--13-0!../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_thread-loader@2.1.3@thread-loader/dist/cjs.js!../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_babel-loader@8.4.1@babel-loader/lib/index.js!../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_cache-loader@4.1.0@cache-loader/dist/cjs.js??ref--1-0!../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_vue-loader@15.11.1@vue-loader/lib/index.js??vue-loader-options!./login.vue?vue&type=script&lang=js\"","import { render, staticRenderFns } from \"./login.vue?vue&type=template&id=4e9f4da8&scoped=true\"\nimport script from \"./login.vue?vue&type=script&lang=js\"\nexport * from \"./login.vue?vue&type=script&lang=js\"\nimport style0 from \"./login.vue?vue&type=style&index=0&id=4e9f4da8&prod&lang=scss&scoped=true\"\n\n\n/* normalize component */\nimport normalizer from \"!../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_vue-loader@15.11.1@vue-loader/lib/runtime/componentNormalizer.js\"\nvar component = normalizer(\n script,\n render,\n staticRenderFns,\n false,\n null,\n \"4e9f4da8\",\n null\n \n)\n\nexport default component.exports","var render = function render(){var _vm=this,_c=_vm._self._c;return _c('div',{staticClass:\"content\"},[_c('img',{staticClass:\"backgroud\",attrs:{\"src\":require(\"@/assets/img/404.png\"),\"alt\":\"\"}}),_c('div',{staticClass:\"text main-text\"},[_vm._v(\"出错了...页面失踪了\")]),_c('div',[_c('el-button',{staticClass:\"text\",attrs:{\"type\":\"text\",\"icon\":\"el-icon-back\"},on:{\"click\":function($event){return _vm.back()}}},[_vm._v(\"返回\")])],1)])\n}\nvar staticRenderFns = []\n\nexport { render, staticRenderFns }","\r\n\r\n\r\n\r\n\r\n\r\n","import mod from \"-!../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_cache-loader@4.1.0@cache-loader/dist/cjs.js??ref--13-0!../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_thread-loader@2.1.3@thread-loader/dist/cjs.js!../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_babel-loader@8.4.1@babel-loader/lib/index.js!../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_cache-loader@4.1.0@cache-loader/dist/cjs.js??ref--1-0!../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_vue-loader@15.11.1@vue-loader/lib/index.js??vue-loader-options!./404.vue?vue&type=script&lang=js\"; export default mod; export * from \"-!../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_cache-loader@4.1.0@cache-loader/dist/cjs.js??ref--13-0!../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_thread-loader@2.1.3@thread-loader/dist/cjs.js!../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_babel-loader@8.4.1@babel-loader/lib/index.js!../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_cache-loader@4.1.0@cache-loader/dist/cjs.js??ref--1-0!../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_vue-loader@15.11.1@vue-loader/lib/index.js??vue-loader-options!./404.vue?vue&type=script&lang=js\"","import { render, staticRenderFns } from \"./404.vue?vue&type=template&id=ffd21c38&scoped=true\"\nimport script from \"./404.vue?vue&type=script&lang=js\"\nexport * from \"./404.vue?vue&type=script&lang=js\"\nimport style0 from \"./404.vue?vue&type=style&index=0&id=ffd21c38&prod&lang=scss&scoped=true\"\n\n\n/* normalize component */\nimport normalizer from \"!../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_vue-loader@15.11.1@vue-loader/lib/runtime/componentNormalizer.js\"\nvar component = normalizer(\n script,\n render,\n staticRenderFns,\n false,\n null,\n \"ffd21c38\",\n null\n \n)\n\nexport default component.exports","var render = function render(){var _vm=this,_c=_vm._self._c;return _c('div',{style:({\"minHeight\":\"calc(100vh - 200px)\",\"padding\":\"0px 0 30px\",\"margin\":\"0 auto\",\"color\":\"#8e99a2\",\"background\":\"none\",\"width\":\"calc(100% - 0px)\",\"fontSize\":\"14px\",\"height\":\"100%\"})},[_c('el-form',{ref:\"ruleForm\",staticClass:\"add-update-preview\",style:({\"padding\":\"30px 5%\",\"borderColor\":\"#f6f6f6\",\"alignItems\":\"flex-start\",\"borderRadius\":\"4px\",\"flexWrap\":\"wrap\",\"background\":\"rgba(255,255,255,.9)\",\"borderWidth\":\"2px\",\"display\":\"flex\",\"fontSize\":\"inherit\",\"borderStyle\":\"solid\"}),attrs:{\"rules\":_vm.rules,\"model\":_vm.ruleForm,\"label-width\":\"200px\"}},[_c('el-form-item',{style:({\"padding\":\"2px 0\",\"margin\":\"0 auto 20px\",\"color\":\"inherit\",\"borderRadius\":\"4px\",\"background\":\"none\",\"width\":\"100%\",\"fontSize\":\"inherit\"}),attrs:{\"label\":\"原密码\",\"prop\":\"password\"}},[_c('el-input',{attrs:{\"show-password\":\"\"},model:{value:(_vm.ruleForm.password),callback:function ($$v) {_vm.$set(_vm.ruleForm, \"password\", $$v)},expression:\"ruleForm.password\"}})],1),_c('el-form-item',{style:({\"padding\":\"2px 0\",\"margin\":\"0 auto 20px\",\"color\":\"inherit\",\"borderRadius\":\"4px\",\"background\":\"none\",\"width\":\"100%\",\"fontSize\":\"inherit\"}),attrs:{\"label\":\"新密码\",\"prop\":\"newpassword\"}},[_c('el-input',{attrs:{\"show-password\":\"\"},model:{value:(_vm.ruleForm.newpassword),callback:function ($$v) {_vm.$set(_vm.ruleForm, \"newpassword\", $$v)},expression:\"ruleForm.newpassword\"}})],1),_c('el-form-item',{style:({\"padding\":\"2px 0\",\"margin\":\"0 auto 20px\",\"color\":\"inherit\",\"borderRadius\":\"4px\",\"background\":\"none\",\"width\":\"100%\",\"fontSize\":\"inherit\"}),attrs:{\"label\":\"确认密码\",\"prop\":\"repassword\"}},[_c('el-input',{attrs:{\"show-password\":\"\"},model:{value:(_vm.ruleForm.repassword),callback:function ($$v) {_vm.$set(_vm.ruleForm, \"repassword\", $$v)},expression:\"ruleForm.repassword\"}})],1),_c('el-form-item',{style:({\"padding\":\"0\",\"margin\":\"30px auto\",\"alignItems\":\"center\",\"textAlign\":\"center\",\"background\":\"none\",\"display\":\"flex\",\"width\":\"60%\",\"fontSize\":\"18px\"})},[_c('el-button',{staticClass:\"btn3\",style:({\"border\":\"0px solid #3fcbca\",\"cursor\":\"pointer\",\"padding\":\"0 20px\",\"margin\":\"0px 4px\",\"color\":\"#fff\",\"minWidth\":\"90px\",\"outline\":\"none\",\"borderRadius\":\"4px\",\"background\":\"#4b88e4\",\"width\":\"auto\",\"fontSize\":\"14px\",\"lineHeight\":\"40px\",\"height\":\"40px\"}),attrs:{\"type\":\"primary\"},on:{\"click\":_vm.onUpdateHandler}},[_c('span',{staticClass:\"icon iconfont icon-tijiao16\",style:({\"margin\":\"0 2px\",\"fontSize\":\"inherit\",\"color\":\"inherit\",\"display\":\"none\"})}),_vm._v(\" 确定 \")])],1)],1)],1)\n}\nvar staticRenderFns = []\n\nexport { render, staticRenderFns }","\r\n\r\n\r\n","import mod from \"-!../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_cache-loader@4.1.0@cache-loader/dist/cjs.js??ref--13-0!../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_thread-loader@2.1.3@thread-loader/dist/cjs.js!../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_babel-loader@8.4.1@babel-loader/lib/index.js!../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_cache-loader@4.1.0@cache-loader/dist/cjs.js??ref--1-0!../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_vue-loader@15.11.1@vue-loader/lib/index.js??vue-loader-options!./update-password.vue?vue&type=script&lang=js\"; export default mod; export * from \"-!../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_cache-loader@4.1.0@cache-loader/dist/cjs.js??ref--13-0!../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_thread-loader@2.1.3@thread-loader/dist/cjs.js!../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_babel-loader@8.4.1@babel-loader/lib/index.js!../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_cache-loader@4.1.0@cache-loader/dist/cjs.js??ref--1-0!../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_vue-loader@15.11.1@vue-loader/lib/index.js??vue-loader-options!./update-password.vue?vue&type=script&lang=js\"","import { render, staticRenderFns } from \"./update-password.vue?vue&type=template&id=1cda2566&scoped=true\"\nimport script from \"./update-password.vue?vue&type=script&lang=js\"\nexport * from \"./update-password.vue?vue&type=script&lang=js\"\nimport style0 from \"./update-password.vue?vue&type=style&index=0&id=1cda2566&prod&lang=scss&scoped=true\"\n\n\n/* normalize component */\nimport normalizer from \"!../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_vue-loader@15.11.1@vue-loader/lib/runtime/componentNormalizer.js\"\nvar component = normalizer(\n script,\n render,\n staticRenderFns,\n false,\n null,\n \"1cda2566\",\n null\n \n)\n\nexport default component.exports","var render = function render(){var _vm=this,_c=_vm._self._c;return _c('div',{staticClass:\"container\",style:({\"margin\":\"0 200px 20px\"})},[_c('el-alert',{attrs:{\"title\":\"确认支付前请先核对订单信息\",\"type\":\"success\",\"closable\":false}}),_c('div',{staticClass:\"pay-type-content\"},[_c('div',{staticClass:\"pay-type-item\"},[_c('el-radio',{attrs:{\"label\":\"微信支付\"},model:{value:(_vm.type),callback:function ($$v) {_vm.type=$$v},expression:\"type\"}}),_c('img',{attrs:{\"src\":require(\"@/assets/img/test/weixin.png\"),\"alt\":\"\"}})],1),_c('div',{staticClass:\"pay-type-item\"},[_c('el-radio',{attrs:{\"label\":\"支付宝支付\"},model:{value:(_vm.type),callback:function ($$v) {_vm.type=$$v},expression:\"type\"}}),_c('img',{attrs:{\"src\":require(\"@/assets/img/test/zhifubao.png\"),\"alt\":\"\"}})],1),_c('div',{staticClass:\"pay-type-item\"},[_c('el-radio',{attrs:{\"label\":\"建设银行\"},model:{value:(_vm.type),callback:function ($$v) {_vm.type=$$v},expression:\"type\"}}),_c('img',{attrs:{\"src\":require(\"@/assets/img/test/jianshe.png\"),\"alt\":\"\"}})],1),_c('div',{staticClass:\"pay-type-item\"},[_c('el-radio',{attrs:{\"label\":\"农业银行\"},model:{value:(_vm.type),callback:function ($$v) {_vm.type=$$v},expression:\"type\"}}),_c('img',{attrs:{\"src\":require(\"@/assets/img/test/nongye.png\"),\"alt\":\"\"}})],1),_c('div',{staticClass:\"pay-type-item\"},[_c('el-radio',{attrs:{\"label\":\"中国银行\"},model:{value:(_vm.type),callback:function ($$v) {_vm.type=$$v},expression:\"type\"}}),_c('img',{attrs:{\"src\":require(\"@/assets/img/test/zhongguo.png\"),\"alt\":\"\"}})],1),_c('div',{staticClass:\"pay-type-item\"},[_c('el-radio',{attrs:{\"label\":\"交通银行\"},model:{value:(_vm.type),callback:function ($$v) {_vm.type=$$v},expression:\"type\"}}),_c('img',{attrs:{\"src\":require(\"@/assets/img/test/jiaotong.png\"),\"alt\":\"\"}})],1)]),_c('div',{staticClass:\"buton-content\"},[_c('el-button',{attrs:{\"type\":\"primary\"},on:{\"click\":_vm.submitTap}},[_vm._v(\"确认支付\")]),_c('el-button',{on:{\"click\":function($event){return _vm.back()}}},[_vm._v(\"返回\")])],1)],1)\n}\nvar staticRenderFns = []\n\nexport { render, staticRenderFns }","\r\n\r\n\r\n","import mod from \"-!../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_cache-loader@4.1.0@cache-loader/dist/cjs.js??ref--13-0!../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_thread-loader@2.1.3@thread-loader/dist/cjs.js!../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_babel-loader@8.4.1@babel-loader/lib/index.js!../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_cache-loader@4.1.0@cache-loader/dist/cjs.js??ref--1-0!../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_vue-loader@15.11.1@vue-loader/lib/index.js??vue-loader-options!./pay.vue?vue&type=script&lang=js\"; export default mod; export * from \"-!../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_cache-loader@4.1.0@cache-loader/dist/cjs.js??ref--13-0!../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_thread-loader@2.1.3@thread-loader/dist/cjs.js!../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_babel-loader@8.4.1@babel-loader/lib/index.js!../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_cache-loader@4.1.0@cache-loader/dist/cjs.js??ref--1-0!../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_vue-loader@15.11.1@vue-loader/lib/index.js??vue-loader-options!./pay.vue?vue&type=script&lang=js\"","import { render, staticRenderFns } from \"./pay.vue?vue&type=template&id=78fb9f03&scoped=true\"\nimport script from \"./pay.vue?vue&type=script&lang=js\"\nexport * from \"./pay.vue?vue&type=script&lang=js\"\nimport style0 from \"./pay.vue?vue&type=style&index=0&id=78fb9f03&prod&lang=scss&scoped=true\"\n\n\n/* normalize component */\nimport normalizer from \"!../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_vue-loader@15.11.1@vue-loader/lib/runtime/componentNormalizer.js\"\nvar component = normalizer(\n script,\n render,\n staticRenderFns,\n false,\n null,\n \"78fb9f03\",\n null\n \n)\n\nexport default component.exports","var render = function render(){var _vm=this,_c=_vm._self._c;return _c('div',[_c('div',{staticClass:\"container\",style:({\"minHeight\":\"100vh\",\"alignItems\":\"center\",\"background\":\"url(http://codegen.caihongy.cn/20230908/322b929098b24499a774ded5b49b487b.jpg)\",\"display\":\"flex\",\"width\":\"100%\",\"backgroundSize\":\"cover\",\"backgroundPosition\":\"center center\",\"backgroundRepeat\":\"no-repeat\",\"justifyContent\":\"center\",\"height\":\"auto\"})},[(_vm.pageFlag=='register')?_c('el-form',{ref:\"rgsForm\",staticClass:\"rgs-form\",style:({\"border\":\"1px solid #ccc\",\"padding\":\"30px 0px 20px 30px\",\"boxShadow\":\"0 0px 0px rgba(0, 0, 0, .2)\",\"margin\":\"100px auto\",\"borderRadius\":\"4px\",\"textAlign\":\"center\",\"background\":\"rgba(255,255,255,.96)\",\"width\":\"30vw\",\"fontSize\":\"16px\",\"position\":\"relative\",\"height\":\"auto\"}),attrs:{\"model\":_vm.rgsForm,\"rules\":_vm.rules}},[(true)?_c('div',{staticClass:\"title\",style:({\"padding\":\"0px\",\"margin\":\"10px auto 0px\",\"borderColor\":\"#eee\",\"color\":\"#fff\",\"display\":\"inline-block\",\"top\":\"-80px\",\"left\":\"-100%\",\"background\":\"none\",\"borderWidth\":\"0px\",\"width\":\"300%\",\"lineHeight\":\"40px\",\"fontSize\":\"32px\",\"position\":\"absolute\",\"borderStyle\":\"solid\",\"fontWeight\":\"600\"})},[_vm._v(\"基于Java Web的车队管理信息系统注册\")]):_vm._e(),(_vm.tableName=='jiashiyuan')?_c('el-form-item',{staticClass:\"list-item\",style:({\"padding\":\"0 0px\",\"margin\":\"0 auto 10px\",\"textAlign\":\"left\",\"width\":\"calc(100% - 150px)\",\"fontSize\":\"inherit\",\"position\":\"relative\",\"height\":\"auto\"})},[(true)?_c('div',{staticClass:\"lable\",class:_vm.changeRules('zhanghao')?'required':'',style:({\"padding\":\"0 8px 0 0\",\"color\":\"#666\",\"textAlign\":\"right\",\"left\":\"-150px\",\"width\":\"150px\",\"lineHeight\":\"40px\",\"fontSize\":\"14px\",\"position\":\"absolute\"})},[_vm._v(\"账号:\")]):_vm._e(),_c('el-input',{attrs:{\"autocomplete\":\"off\",\"placeholder\":\"账号\",\"type\":\"text\"},model:{value:(_vm.ruleForm.zhanghao),callback:function ($$v) {_vm.$set(_vm.ruleForm, \"zhanghao\", $$v)},expression:\"ruleForm.zhanghao\"}})],1):_vm._e(),(_vm.tableName=='jiashiyuan')?_c('el-form-item',{staticClass:\"list-item\",style:({\"padding\":\"0 0px\",\"margin\":\"0 auto 10px\",\"textAlign\":\"left\",\"width\":\"calc(100% - 150px)\",\"fontSize\":\"inherit\",\"position\":\"relative\",\"height\":\"auto\"})},[(true)?_c('div',{staticClass:\"lable\",class:_vm.changeRules('mima')?'required':'',style:({\"padding\":\"0 8px 0 0\",\"color\":\"#666\",\"textAlign\":\"right\",\"left\":\"-150px\",\"width\":\"150px\",\"lineHeight\":\"40px\",\"fontSize\":\"14px\",\"position\":\"absolute\"})},[_vm._v(\"密码:\")]):_vm._e(),_c('el-input',{attrs:{\"autocomplete\":\"off\",\"placeholder\":\"密码\",\"type\":\"password\"},model:{value:(_vm.ruleForm.mima),callback:function ($$v) {_vm.$set(_vm.ruleForm, \"mima\", $$v)},expression:\"ruleForm.mima\"}})],1):_vm._e(),(_vm.tableName=='jiashiyuan')?_c('el-form-item',{staticClass:\"list-item\",style:({\"padding\":\"0 0px\",\"margin\":\"0 auto 10px\",\"textAlign\":\"left\",\"width\":\"calc(100% - 150px)\",\"fontSize\":\"inherit\",\"position\":\"relative\",\"height\":\"auto\"})},[(true)?_c('div',{staticClass:\"lable\",class:_vm.changeRules('mima')?'required':'',style:({\"padding\":\"0 8px 0 0\",\"color\":\"#666\",\"textAlign\":\"right\",\"left\":\"-150px\",\"width\":\"150px\",\"lineHeight\":\"40px\",\"fontSize\":\"14px\",\"position\":\"absolute\"})},[_vm._v(\"确认密码:\")]):_vm._e(),_c('el-input',{attrs:{\"autocomplete\":\"off\",\"placeholder\":\"确认密码\",\"type\":\"password\"},model:{value:(_vm.ruleForm.mima2),callback:function ($$v) {_vm.$set(_vm.ruleForm, \"mima2\", $$v)},expression:\"ruleForm.mima2\"}})],1):_vm._e(),(_vm.tableName=='jiashiyuan')?_c('el-form-item',{staticClass:\"list-item\",style:({\"padding\":\"0 0px\",\"margin\":\"0 auto 10px\",\"textAlign\":\"left\",\"width\":\"calc(100% - 150px)\",\"fontSize\":\"inherit\",\"position\":\"relative\",\"height\":\"auto\"})},[(true)?_c('div',{staticClass:\"lable\",class:_vm.changeRules('xingming')?'required':'',style:({\"padding\":\"0 8px 0 0\",\"color\":\"#666\",\"textAlign\":\"right\",\"left\":\"-150px\",\"width\":\"150px\",\"lineHeight\":\"40px\",\"fontSize\":\"14px\",\"position\":\"absolute\"})},[_vm._v(\"姓名:\")]):_vm._e(),_c('el-input',{attrs:{\"autocomplete\":\"off\",\"placeholder\":\"姓名\",\"type\":\"text\"},model:{value:(_vm.ruleForm.xingming),callback:function ($$v) {_vm.$set(_vm.ruleForm, \"xingming\", $$v)},expression:\"ruleForm.xingming\"}})],1):_vm._e(),(_vm.tableName=='jiashiyuan')?_c('el-form-item',{staticClass:\"list-item\",style:({\"padding\":\"0 0px\",\"margin\":\"0 auto 10px\",\"textAlign\":\"left\",\"width\":\"calc(100% - 150px)\",\"fontSize\":\"inherit\",\"position\":\"relative\",\"height\":\"auto\"})},[(true)?_c('div',{staticClass:\"lable\",class:_vm.changeRules('xingbie')?'required':'',style:({\"padding\":\"0 8px 0 0\",\"color\":\"#666\",\"textAlign\":\"right\",\"left\":\"-150px\",\"width\":\"150px\",\"lineHeight\":\"40px\",\"fontSize\":\"14px\",\"position\":\"absolute\"})},[_vm._v(\"性别:\")]):_vm._e(),_c('el-select',{attrs:{\"placeholder\":\"请选择性别\"},model:{value:(_vm.ruleForm.xingbie),callback:function ($$v) {_vm.$set(_vm.ruleForm, \"xingbie\", $$v)},expression:\"ruleForm.xingbie\"}},_vm._l((_vm.jiashiyuanxingbieOptions),function(item,index){return _c('el-option',{key:index,attrs:{\"label\":item,\"value\":item}})}),1)],1):_vm._e(),(_vm.tableName=='jiashiyuan')?_c('el-form-item',{staticClass:\"list-item\",style:({\"padding\":\"0 0px\",\"margin\":\"0 auto 10px\",\"textAlign\":\"left\",\"width\":\"calc(100% - 150px)\",\"fontSize\":\"inherit\",\"position\":\"relative\",\"height\":\"auto\"})},[(true)?_c('div',{staticClass:\"lable\",class:_vm.changeRules('shouji')?'required':'',style:({\"padding\":\"0 8px 0 0\",\"color\":\"#666\",\"textAlign\":\"right\",\"left\":\"-150px\",\"width\":\"150px\",\"lineHeight\":\"40px\",\"fontSize\":\"14px\",\"position\":\"absolute\"})},[_vm._v(\"手机:\")]):_vm._e(),_c('el-input',{attrs:{\"autocomplete\":\"off\",\"placeholder\":\"手机\",\"type\":\"text\"},model:{value:(_vm.ruleForm.shouji),callback:function ($$v) {_vm.$set(_vm.ruleForm, \"shouji\", $$v)},expression:\"ruleForm.shouji\"}})],1):_vm._e(),(_vm.tableName=='jiashiyuan')?_c('el-form-item',{staticClass:\"list-item\",style:({\"padding\":\"0 0px\",\"margin\":\"0 auto 10px\",\"textAlign\":\"left\",\"width\":\"calc(100% - 150px)\",\"fontSize\":\"inherit\",\"position\":\"relative\",\"height\":\"auto\"})},[(true)?_c('div',{staticClass:\"lable\",class:_vm.changeRules('shenfenzheng')?'required':'',style:({\"padding\":\"0 8px 0 0\",\"color\":\"#666\",\"textAlign\":\"right\",\"left\":\"-150px\",\"width\":\"150px\",\"lineHeight\":\"40px\",\"fontSize\":\"14px\",\"position\":\"absolute\"})},[_vm._v(\"身份证:\")]):_vm._e(),_c('el-input',{attrs:{\"autocomplete\":\"off\",\"placeholder\":\"身份证\",\"type\":\"text\"},model:{value:(_vm.ruleForm.shenfenzheng),callback:function ($$v) {_vm.$set(_vm.ruleForm, \"shenfenzheng\", $$v)},expression:\"ruleForm.shenfenzheng\"}})],1):_vm._e(),(_vm.tableName=='jiashiyuan')?_c('el-form-item',{staticClass:\"list-item\",style:({\"padding\":\"0 0px\",\"margin\":\"0 auto 10px\",\"textAlign\":\"left\",\"width\":\"calc(100% - 150px)\",\"fontSize\":\"inherit\",\"position\":\"relative\",\"height\":\"auto\"})},[(true)?_c('div',{staticClass:\"lable\",class:_vm.changeRules('chushengriqi')?'required':'',style:({\"padding\":\"0 8px 0 0\",\"color\":\"#666\",\"textAlign\":\"right\",\"left\":\"-150px\",\"width\":\"150px\",\"lineHeight\":\"40px\",\"fontSize\":\"14px\",\"position\":\"absolute\"})},[_vm._v(\"出生日期:\")]):_vm._e(),_c('el-date-picker',{attrs:{\"format\":\"yyyy 年 MM 月 dd 日\",\"value-format\":\"yyyy-MM-dd\",\"type\":\"date\",\"placeholder\":\"出生日期\"},model:{value:(_vm.ruleForm.chushengriqi),callback:function ($$v) {_vm.$set(_vm.ruleForm, \"chushengriqi\", $$v)},expression:\"ruleForm.chushengriqi\"}})],1):_vm._e(),(_vm.tableName=='jiashiyuan')?_c('el-form-item',{staticClass:\"list-item\",style:({\"padding\":\"0 0px\",\"margin\":\"0 auto 10px\",\"textAlign\":\"left\",\"width\":\"calc(100% - 150px)\",\"fontSize\":\"inherit\",\"position\":\"relative\",\"height\":\"auto\"})},[(true)?_c('div',{staticClass:\"lable\",class:_vm.changeRules('jiashizhenghao')?'required':'',style:({\"padding\":\"0 8px 0 0\",\"color\":\"#666\",\"textAlign\":\"right\",\"left\":\"-150px\",\"width\":\"150px\",\"lineHeight\":\"40px\",\"fontSize\":\"14px\",\"position\":\"absolute\"})},[_vm._v(\"驾驶证号:\")]):_vm._e(),_c('el-input',{attrs:{\"autocomplete\":\"off\",\"placeholder\":\"驾驶证号\",\"type\":\"text\"},model:{value:(_vm.ruleForm.jiashizhenghao),callback:function ($$v) {_vm.$set(_vm.ruleForm, \"jiashizhenghao\", $$v)},expression:\"ruleForm.jiashizhenghao\"}})],1):_vm._e(),(_vm.tableName=='jiashiyuan')?_c('el-form-item',{staticClass:\"list-item\",style:({\"padding\":\"0 0px\",\"margin\":\"0 auto 10px\",\"textAlign\":\"left\",\"width\":\"calc(100% - 150px)\",\"fontSize\":\"inherit\",\"position\":\"relative\",\"height\":\"auto\"})},[(true)?_c('div',{staticClass:\"lable\",class:_vm.changeRules('touxiang')?'required':'',style:({\"padding\":\"0 8px 0 0\",\"color\":\"#666\",\"textAlign\":\"right\",\"left\":\"-150px\",\"width\":\"150px\",\"lineHeight\":\"40px\",\"fontSize\":\"14px\",\"position\":\"absolute\"})},[_vm._v(\"头像:\")]):_vm._e(),_c('file-upload',{attrs:{\"tip\":\"点击上传头像\",\"action\":\"file/upload\",\"limit\":3,\"multiple\":true,\"fileUrls\":_vm.ruleForm.touxiang?_vm.ruleForm.touxiang:''},on:{\"change\":_vm.jiashiyuantouxiangUploadChange}})],1):_vm._e(),(_vm.tableName=='gongzuorenyuan')?_c('el-form-item',{staticClass:\"list-item\",style:({\"padding\":\"0 0px\",\"margin\":\"0 auto 10px\",\"textAlign\":\"left\",\"width\":\"calc(100% - 150px)\",\"fontSize\":\"inherit\",\"position\":\"relative\",\"height\":\"auto\"})},[(true)?_c('div',{staticClass:\"lable\",class:_vm.changeRules('yuangongzhanghao')?'required':'',style:({\"padding\":\"0 8px 0 0\",\"color\":\"#666\",\"textAlign\":\"right\",\"left\":\"-150px\",\"width\":\"150px\",\"lineHeight\":\"40px\",\"fontSize\":\"14px\",\"position\":\"absolute\"})},[_vm._v(\"员工账号:\")]):_vm._e(),_c('el-input',{attrs:{\"autocomplete\":\"off\",\"placeholder\":\"员工账号\",\"type\":\"text\"},model:{value:(_vm.ruleForm.yuangongzhanghao),callback:function ($$v) {_vm.$set(_vm.ruleForm, \"yuangongzhanghao\", $$v)},expression:\"ruleForm.yuangongzhanghao\"}})],1):_vm._e(),(_vm.tableName=='gongzuorenyuan')?_c('el-form-item',{staticClass:\"list-item\",style:({\"padding\":\"0 0px\",\"margin\":\"0 auto 10px\",\"textAlign\":\"left\",\"width\":\"calc(100% - 150px)\",\"fontSize\":\"inherit\",\"position\":\"relative\",\"height\":\"auto\"})},[(true)?_c('div',{staticClass:\"lable\",class:_vm.changeRules('mima')?'required':'',style:({\"padding\":\"0 8px 0 0\",\"color\":\"#666\",\"textAlign\":\"right\",\"left\":\"-150px\",\"width\":\"150px\",\"lineHeight\":\"40px\",\"fontSize\":\"14px\",\"position\":\"absolute\"})},[_vm._v(\"密码:\")]):_vm._e(),_c('el-input',{attrs:{\"autocomplete\":\"off\",\"placeholder\":\"密码\",\"type\":\"password\"},model:{value:(_vm.ruleForm.mima),callback:function ($$v) {_vm.$set(_vm.ruleForm, \"mima\", $$v)},expression:\"ruleForm.mima\"}})],1):_vm._e(),(_vm.tableName=='gongzuorenyuan')?_c('el-form-item',{staticClass:\"list-item\",style:({\"padding\":\"0 0px\",\"margin\":\"0 auto 10px\",\"textAlign\":\"left\",\"width\":\"calc(100% - 150px)\",\"fontSize\":\"inherit\",\"position\":\"relative\",\"height\":\"auto\"})},[(true)?_c('div',{staticClass:\"lable\",class:_vm.changeRules('mima')?'required':'',style:({\"padding\":\"0 8px 0 0\",\"color\":\"#666\",\"textAlign\":\"right\",\"left\":\"-150px\",\"width\":\"150px\",\"lineHeight\":\"40px\",\"fontSize\":\"14px\",\"position\":\"absolute\"})},[_vm._v(\"确认密码:\")]):_vm._e(),_c('el-input',{attrs:{\"autocomplete\":\"off\",\"placeholder\":\"确认密码\",\"type\":\"password\"},model:{value:(_vm.ruleForm.mima2),callback:function ($$v) {_vm.$set(_vm.ruleForm, \"mima2\", $$v)},expression:\"ruleForm.mima2\"}})],1):_vm._e(),(_vm.tableName=='gongzuorenyuan')?_c('el-form-item',{staticClass:\"list-item\",style:({\"padding\":\"0 0px\",\"margin\":\"0 auto 10px\",\"textAlign\":\"left\",\"width\":\"calc(100% - 150px)\",\"fontSize\":\"inherit\",\"position\":\"relative\",\"height\":\"auto\"})},[(true)?_c('div',{staticClass:\"lable\",class:_vm.changeRules('yuangongxingming')?'required':'',style:({\"padding\":\"0 8px 0 0\",\"color\":\"#666\",\"textAlign\":\"right\",\"left\":\"-150px\",\"width\":\"150px\",\"lineHeight\":\"40px\",\"fontSize\":\"14px\",\"position\":\"absolute\"})},[_vm._v(\"员工姓名:\")]):_vm._e(),_c('el-input',{attrs:{\"autocomplete\":\"off\",\"placeholder\":\"员工姓名\",\"type\":\"text\"},model:{value:(_vm.ruleForm.yuangongxingming),callback:function ($$v) {_vm.$set(_vm.ruleForm, \"yuangongxingming\", $$v)},expression:\"ruleForm.yuangongxingming\"}})],1):_vm._e(),(_vm.tableName=='gongzuorenyuan')?_c('el-form-item',{staticClass:\"list-item\",style:({\"padding\":\"0 0px\",\"margin\":\"0 auto 10px\",\"textAlign\":\"left\",\"width\":\"calc(100% - 150px)\",\"fontSize\":\"inherit\",\"position\":\"relative\",\"height\":\"auto\"})},[(true)?_c('div',{staticClass:\"lable\",class:_vm.changeRules('nianling')?'required':'',style:({\"padding\":\"0 8px 0 0\",\"color\":\"#666\",\"textAlign\":\"right\",\"left\":\"-150px\",\"width\":\"150px\",\"lineHeight\":\"40px\",\"fontSize\":\"14px\",\"position\":\"absolute\"})},[_vm._v(\"年龄:\")]):_vm._e(),_c('el-input',{attrs:{\"autocomplete\":\"off\",\"placeholder\":\"年龄\",\"type\":\"text\"},model:{value:(_vm.ruleForm.nianling),callback:function ($$v) {_vm.$set(_vm.ruleForm, \"nianling\", _vm._n($$v))},expression:\"ruleForm.nianling\"}})],1):_vm._e(),(_vm.tableName=='gongzuorenyuan')?_c('el-form-item',{staticClass:\"list-item\",style:({\"padding\":\"0 0px\",\"margin\":\"0 auto 10px\",\"textAlign\":\"left\",\"width\":\"calc(100% - 150px)\",\"fontSize\":\"inherit\",\"position\":\"relative\",\"height\":\"auto\"})},[(true)?_c('div',{staticClass:\"lable\",class:_vm.changeRules('xingbie')?'required':'',style:({\"padding\":\"0 8px 0 0\",\"color\":\"#666\",\"textAlign\":\"right\",\"left\":\"-150px\",\"width\":\"150px\",\"lineHeight\":\"40px\",\"fontSize\":\"14px\",\"position\":\"absolute\"})},[_vm._v(\"性别:\")]):_vm._e(),_c('el-select',{attrs:{\"placeholder\":\"请选择性别\"},model:{value:(_vm.ruleForm.xingbie),callback:function ($$v) {_vm.$set(_vm.ruleForm, \"xingbie\", $$v)},expression:\"ruleForm.xingbie\"}},_vm._l((_vm.gongzuorenyuanxingbieOptions),function(item,index){return _c('el-option',{key:index,attrs:{\"label\":item,\"value\":item}})}),1)],1):_vm._e(),(_vm.tableName=='gongzuorenyuan')?_c('el-form-item',{staticClass:\"list-item\",style:({\"padding\":\"0 0px\",\"margin\":\"0 auto 10px\",\"textAlign\":\"left\",\"width\":\"calc(100% - 150px)\",\"fontSize\":\"inherit\",\"position\":\"relative\",\"height\":\"auto\"})},[(true)?_c('div',{staticClass:\"lable\",class:_vm.changeRules('shouji')?'required':'',style:({\"padding\":\"0 8px 0 0\",\"color\":\"#666\",\"textAlign\":\"right\",\"left\":\"-150px\",\"width\":\"150px\",\"lineHeight\":\"40px\",\"fontSize\":\"14px\",\"position\":\"absolute\"})},[_vm._v(\"手机:\")]):_vm._e(),_c('el-input',{attrs:{\"autocomplete\":\"off\",\"placeholder\":\"手机\",\"type\":\"text\"},model:{value:(_vm.ruleForm.shouji),callback:function ($$v) {_vm.$set(_vm.ruleForm, \"shouji\", $$v)},expression:\"ruleForm.shouji\"}})],1):_vm._e(),(_vm.tableName=='gongzuorenyuan')?_c('el-form-item',{staticClass:\"list-item\",style:({\"padding\":\"0 0px\",\"margin\":\"0 auto 10px\",\"textAlign\":\"left\",\"width\":\"calc(100% - 150px)\",\"fontSize\":\"inherit\",\"position\":\"relative\",\"height\":\"auto\"})},[(true)?_c('div',{staticClass:\"lable\",class:_vm.changeRules('touxiang')?'required':'',style:({\"padding\":\"0 8px 0 0\",\"color\":\"#666\",\"textAlign\":\"right\",\"left\":\"-150px\",\"width\":\"150px\",\"lineHeight\":\"40px\",\"fontSize\":\"14px\",\"position\":\"absolute\"})},[_vm._v(\"头像:\")]):_vm._e(),_c('file-upload',{attrs:{\"tip\":\"点击上传头像\",\"action\":\"file/upload\",\"limit\":3,\"multiple\":true,\"fileUrls\":_vm.ruleForm.touxiang?_vm.ruleForm.touxiang:''},on:{\"change\":_vm.gongzuorenyuantouxiangUploadChange}})],1):_vm._e(),_c('button',{staticClass:\"r-btn\",style:({\"border\":\"1px solid #fff\",\"cursor\":\"pointer\",\"padding\":\"0 0 0 20px\",\"boxShadow\":\"0 0 0px rgba(64, 158, 255, .5)\",\"margin\":\"20px auto 5px\",\"color\":\"#fff\",\"display\":\"block\",\"letterSpacing\":\"10px\",\"outline\":\"none\",\"borderRadius\":\"50px\",\"background\":\"#018fbf\",\"width\":\"calc(100% - 150px)\",\"fontSize\":\"20px\",\"height\":\"44px\"}),attrs:{\"type\":\"button\"},on:{\"click\":function($event){return _vm.login()}}},[_vm._v(\"注册\")]),_c('div',{staticClass:\"r-login\",style:({\"cursor\":\"pointer\",\"padding\":\"0\",\"margin\":\"10px 0\",\"color\":\"rgba(159, 159, 159, 1)\",\"textAlign\":\"right\",\"display\":\"inline-block\",\"width\":\"calc(100% - 150px)\",\"lineHeight\":\"1\",\"fontSize\":\"14px\"}),on:{\"click\":function($event){return _vm.close()}}},[_vm._v(\"已有账号,直接登录\")])],1):_vm._e()],1)])\n}\nvar staticRenderFns = []\n\nexport { render, staticRenderFns }","\r\n\r\n\r\n\r\n\r\n","import mod from \"-!../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_cache-loader@4.1.0@cache-loader/dist/cjs.js??ref--13-0!../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_thread-loader@2.1.3@thread-loader/dist/cjs.js!../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_babel-loader@8.4.1@babel-loader/lib/index.js!../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_cache-loader@4.1.0@cache-loader/dist/cjs.js??ref--1-0!../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_vue-loader@15.11.1@vue-loader/lib/index.js??vue-loader-options!./register.vue?vue&type=script&lang=js\"; export default mod; export * from \"-!../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_cache-loader@4.1.0@cache-loader/dist/cjs.js??ref--13-0!../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_thread-loader@2.1.3@thread-loader/dist/cjs.js!../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_babel-loader@8.4.1@babel-loader/lib/index.js!../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_cache-loader@4.1.0@cache-loader/dist/cjs.js??ref--1-0!../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_vue-loader@15.11.1@vue-loader/lib/index.js??vue-loader-options!./register.vue?vue&type=script&lang=js\"","import { render, staticRenderFns } from \"./register.vue?vue&type=template&id=6bb253c2&scoped=true\"\nimport script from \"./register.vue?vue&type=script&lang=js\"\nexport * from \"./register.vue?vue&type=script&lang=js\"\nimport style0 from \"./register.vue?vue&type=style&index=0&id=6bb253c2&prod&lang=scss&scoped=true\"\n\n\n/* normalize component */\nimport normalizer from \"!../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_vue-loader@15.11.1@vue-loader/lib/runtime/componentNormalizer.js\"\nvar component = normalizer(\n script,\n render,\n staticRenderFns,\n false,\n null,\n \"6bb253c2\",\n null\n \n)\n\nexport default component.exports","var render = function render(){var _vm=this,_c=_vm._self._c;return _c('div',{style:({\"minHeight\":\"calc(100vh - 200px)\",\"padding\":\"0px 5%\",\"margin\":\"0 auto\",\"color\":\"#666\",\"background\":\"none\",\"width\":\"calc(100% - 0px)\",\"fontSize\":\"14px\",\"height\":\"100%\"})},[_c('el-form',{ref:\"ruleForm\",staticClass:\"add-update-preview\",style:({\"padding\":\"30px 5%\",\"borderColor\":\"#f6f6f6\",\"alignItems\":\"flex-start\",\"borderRadius\":\"4px\",\"flexWrap\":\"wrap\",\"background\":\"rgba(255,255,255,.9)\",\"borderWidth\":\"2px\",\"display\":\"flex\",\"fontSize\":\"inherit\",\"borderStyle\":\"solid\"}),attrs:{\"model\":_vm.ruleForm,\"label-width\":\"200px\"}},[_c('el-row',[(_vm.flag=='jiashiyuan')?_c('el-form-item',{style:({\"padding\":\"2px 0\",\"margin\":\"0 auto 20px\",\"color\":\"inherit\",\"borderRadius\":\"4px\",\"background\":\"none\",\"width\":\"100%\",\"fontSize\":\"inherit\"}),attrs:{\"label\":\"账号\",\"prop\":\"zhanghao\"}},[_c('el-input',{attrs:{\"readonly\":\"\",\"placeholder\":\"账号\",\"clearable\":\"\"},model:{value:(_vm.ruleForm.zhanghao),callback:function ($$v) {_vm.$set(_vm.ruleForm, \"zhanghao\", $$v)},expression:\"ruleForm.zhanghao\"}})],1):_vm._e(),(_vm.flag=='jiashiyuan')?_c('el-form-item',{style:({\"padding\":\"2px 0\",\"margin\":\"0 auto 20px\",\"color\":\"inherit\",\"borderRadius\":\"4px\",\"background\":\"none\",\"width\":\"100%\",\"fontSize\":\"inherit\"}),attrs:{\"label\":\"姓名\",\"prop\":\"xingming\"}},[_c('el-input',{attrs:{\"placeholder\":\"姓名\",\"clearable\":\"\"},model:{value:(_vm.ruleForm.xingming),callback:function ($$v) {_vm.$set(_vm.ruleForm, \"xingming\", $$v)},expression:\"ruleForm.xingming\"}})],1):_vm._e(),(_vm.flag=='jiashiyuan')?_c('el-form-item',{style:({\"padding\":\"2px 0\",\"margin\":\"0 auto 20px\",\"color\":\"inherit\",\"borderRadius\":\"4px\",\"background\":\"none\",\"width\":\"100%\",\"fontSize\":\"inherit\"}),attrs:{\"label\":\"性别\",\"prop\":\"xingbie\"}},[_c('el-select',{attrs:{\"placeholder\":\"请选择性别\"},model:{value:(_vm.ruleForm.xingbie),callback:function ($$v) {_vm.$set(_vm.ruleForm, \"xingbie\", $$v)},expression:\"ruleForm.xingbie\"}},_vm._l((_vm.jiashiyuanxingbieOptions),function(item,index){return _c('el-option',{key:index,attrs:{\"label\":item,\"value\":item}})}),1)],1):_vm._e(),(_vm.flag=='jiashiyuan')?_c('el-form-item',{style:({\"padding\":\"2px 0\",\"margin\":\"0 auto 20px\",\"color\":\"inherit\",\"borderRadius\":\"4px\",\"background\":\"none\",\"width\":\"100%\",\"fontSize\":\"inherit\"}),attrs:{\"label\":\"手机\",\"prop\":\"shouji\"}},[_c('el-input',{attrs:{\"placeholder\":\"手机\",\"clearable\":\"\"},model:{value:(_vm.ruleForm.shouji),callback:function ($$v) {_vm.$set(_vm.ruleForm, \"shouji\", $$v)},expression:\"ruleForm.shouji\"}})],1):_vm._e(),(_vm.flag=='jiashiyuan')?_c('el-form-item',{style:({\"padding\":\"2px 0\",\"margin\":\"0 auto 20px\",\"color\":\"inherit\",\"borderRadius\":\"4px\",\"background\":\"none\",\"width\":\"100%\",\"fontSize\":\"inherit\"}),attrs:{\"label\":\"身份证\",\"prop\":\"shenfenzheng\"}},[_c('el-input',{attrs:{\"placeholder\":\"身份证\",\"clearable\":\"\"},model:{value:(_vm.ruleForm.shenfenzheng),callback:function ($$v) {_vm.$set(_vm.ruleForm, \"shenfenzheng\", $$v)},expression:\"ruleForm.shenfenzheng\"}})],1):_vm._e(),(_vm.flag=='jiashiyuan')?_c('el-form-item',{style:({\"padding\":\"2px 0\",\"margin\":\"0 auto 20px\",\"color\":\"inherit\",\"borderRadius\":\"4px\",\"background\":\"none\",\"width\":\"100%\",\"fontSize\":\"inherit\"}),attrs:{\"label\":\"出生日期\",\"prop\":\"chushengriqi\"}},[_c('el-date-picker',{attrs:{\"format\":\"yyyy 年 MM 月 dd 日\",\"value-format\":\"yyyy-MM-dd\",\"type\":\"date\",\"placeholder\":\"出生日期\"},model:{value:(_vm.ruleForm.chushengriqi),callback:function ($$v) {_vm.$set(_vm.ruleForm, \"chushengriqi\", $$v)},expression:\"ruleForm.chushengriqi\"}})],1):_vm._e(),(_vm.flag=='jiashiyuan')?_c('el-form-item',{style:({\"padding\":\"2px 0\",\"margin\":\"0 auto 20px\",\"color\":\"inherit\",\"borderRadius\":\"4px\",\"background\":\"none\",\"width\":\"100%\",\"fontSize\":\"inherit\"}),attrs:{\"label\":\"驾驶证号\",\"prop\":\"jiashizhenghao\"}},[_c('el-input',{attrs:{\"placeholder\":\"驾驶证号\",\"clearable\":\"\"},model:{value:(_vm.ruleForm.jiashizhenghao),callback:function ($$v) {_vm.$set(_vm.ruleForm, \"jiashizhenghao\", $$v)},expression:\"ruleForm.jiashizhenghao\"}})],1):_vm._e(),(_vm.flag=='jiashiyuan')?_c('el-form-item',{style:({\"padding\":\"2px 0\",\"margin\":\"0 auto 20px\",\"color\":\"inherit\",\"borderRadius\":\"4px\",\"background\":\"none\",\"width\":\"100%\",\"fontSize\":\"inherit\"}),attrs:{\"label\":\"头像\",\"prop\":\"touxiang\"}},[_c('file-upload',{attrs:{\"tip\":\"点击上传头像\",\"action\":\"file/upload\",\"limit\":3,\"multiple\":true,\"fileUrls\":_vm.ruleForm.touxiang?_vm.ruleForm.touxiang:''},on:{\"change\":_vm.jiashiyuantouxiangUploadChange}})],1):_vm._e(),(_vm.flag=='gongzuorenyuan')?_c('el-form-item',{style:({\"padding\":\"2px 0\",\"margin\":\"0 auto 20px\",\"color\":\"inherit\",\"borderRadius\":\"4px\",\"background\":\"none\",\"width\":\"100%\",\"fontSize\":\"inherit\"}),attrs:{\"label\":\"员工账号\",\"prop\":\"yuangongzhanghao\"}},[_c('el-input',{attrs:{\"readonly\":\"\",\"placeholder\":\"员工账号\",\"clearable\":\"\"},model:{value:(_vm.ruleForm.yuangongzhanghao),callback:function ($$v) {_vm.$set(_vm.ruleForm, \"yuangongzhanghao\", $$v)},expression:\"ruleForm.yuangongzhanghao\"}})],1):_vm._e(),(_vm.flag=='gongzuorenyuan')?_c('el-form-item',{style:({\"padding\":\"2px 0\",\"margin\":\"0 auto 20px\",\"color\":\"inherit\",\"borderRadius\":\"4px\",\"background\":\"none\",\"width\":\"100%\",\"fontSize\":\"inherit\"}),attrs:{\"label\":\"员工姓名\",\"prop\":\"yuangongxingming\"}},[_c('el-input',{attrs:{\"placeholder\":\"员工姓名\",\"clearable\":\"\"},model:{value:(_vm.ruleForm.yuangongxingming),callback:function ($$v) {_vm.$set(_vm.ruleForm, \"yuangongxingming\", $$v)},expression:\"ruleForm.yuangongxingming\"}})],1):_vm._e(),(_vm.flag=='gongzuorenyuan')?_c('el-form-item',{style:({\"padding\":\"2px 0\",\"margin\":\"0 auto 20px\",\"color\":\"inherit\",\"borderRadius\":\"4px\",\"background\":\"none\",\"width\":\"100%\",\"fontSize\":\"inherit\"}),attrs:{\"label\":\"年龄\",\"prop\":\"nianling\"}},[_c('el-input',{attrs:{\"placeholder\":\"年龄\",\"clearable\":\"\"},model:{value:(_vm.ruleForm.nianling),callback:function ($$v) {_vm.$set(_vm.ruleForm, \"nianling\", $$v)},expression:\"ruleForm.nianling\"}})],1):_vm._e(),(_vm.flag=='gongzuorenyuan')?_c('el-form-item',{style:({\"padding\":\"2px 0\",\"margin\":\"0 auto 20px\",\"color\":\"inherit\",\"borderRadius\":\"4px\",\"background\":\"none\",\"width\":\"100%\",\"fontSize\":\"inherit\"}),attrs:{\"label\":\"性别\",\"prop\":\"xingbie\"}},[_c('el-select',{attrs:{\"placeholder\":\"请选择性别\"},model:{value:(_vm.ruleForm.xingbie),callback:function ($$v) {_vm.$set(_vm.ruleForm, \"xingbie\", $$v)},expression:\"ruleForm.xingbie\"}},_vm._l((_vm.gongzuorenyuanxingbieOptions),function(item,index){return _c('el-option',{key:index,attrs:{\"label\":item,\"value\":item}})}),1)],1):_vm._e(),(_vm.flag=='gongzuorenyuan')?_c('el-form-item',{style:({\"padding\":\"2px 0\",\"margin\":\"0 auto 20px\",\"color\":\"inherit\",\"borderRadius\":\"4px\",\"background\":\"none\",\"width\":\"100%\",\"fontSize\":\"inherit\"}),attrs:{\"label\":\"手机\",\"prop\":\"shouji\"}},[_c('el-input',{attrs:{\"placeholder\":\"手机\",\"clearable\":\"\"},model:{value:(_vm.ruleForm.shouji),callback:function ($$v) {_vm.$set(_vm.ruleForm, \"shouji\", $$v)},expression:\"ruleForm.shouji\"}})],1):_vm._e(),(_vm.flag=='gongzuorenyuan')?_c('el-form-item',{style:({\"padding\":\"2px 0\",\"margin\":\"0 auto 20px\",\"color\":\"inherit\",\"borderRadius\":\"4px\",\"background\":\"none\",\"width\":\"100%\",\"fontSize\":\"inherit\"}),attrs:{\"label\":\"头像\",\"prop\":\"touxiang\"}},[_c('file-upload',{attrs:{\"tip\":\"点击上传头像\",\"action\":\"file/upload\",\"limit\":3,\"multiple\":true,\"fileUrls\":_vm.ruleForm.touxiang?_vm.ruleForm.touxiang:''},on:{\"change\":_vm.gongzuorenyuantouxiangUploadChange}})],1):_vm._e(),(_vm.flag=='users')?_c('el-form-item',{style:({\"padding\":\"2px 0\",\"margin\":\"0 auto 20px\",\"color\":\"inherit\",\"borderRadius\":\"4px\",\"background\":\"none\",\"width\":\"100%\",\"fontSize\":\"inherit\"}),attrs:{\"label\":\"用户名\",\"prop\":\"username\"}},[_c('el-input',{attrs:{\"placeholder\":\"用户名\"},model:{value:(_vm.ruleForm.username),callback:function ($$v) {_vm.$set(_vm.ruleForm, \"username\", $$v)},expression:\"ruleForm.username\"}})],1):_vm._e(),(_vm.flag=='users')?_c('el-form-item',{style:({\"padding\":\"2px 0\",\"margin\":\"0 auto 20px\",\"color\":\"inherit\",\"borderRadius\":\"4px\",\"background\":\"none\",\"width\":\"100%\",\"fontSize\":\"inherit\"}),attrs:{\"label\":\"头像\",\"prop\":\"image\"}},[_c('file-upload',{attrs:{\"tip\":\"点击上传头像\",\"action\":\"file/upload\",\"limit\":1,\"multiple\":false,\"fileUrls\":_vm.ruleForm.image?_vm.ruleForm.image:''},on:{\"change\":_vm.usersimageUploadChange}})],1):_vm._e(),_c('el-form-item',{style:({\"padding\":\"0\",\"margin\":\"30px auto\",\"alignItems\":\"center\",\"textAlign\":\"center\",\"background\":\"none\",\"display\":\"flex\",\"width\":\"60%\",\"fontSize\":\"18px\"})},[_c('el-button',{staticClass:\"btn3\",style:({\"border\":\"0px solid #3fcbca\",\"cursor\":\"pointer\",\"padding\":\"0 20px\",\"margin\":\"0px 4px\",\"color\":\"#fff\",\"minWidth\":\"90px\",\"outline\":\"none\",\"borderRadius\":\"4px\",\"background\":\"#4b88e4\",\"width\":\"auto\",\"fontSize\":\"14px\",\"lineHeight\":\"40px\",\"height\":\"40px\"}),attrs:{\"type\":\"primary\"},on:{\"click\":_vm.onUpdateHandler}},[_c('span',{staticClass:\"icon iconfont icon-tijiao16\",style:({\"margin\":\"0 2px\",\"fontSize\":\"inherit\",\"color\":\"inherit\",\"display\":\"none\"})}),_vm._v(\" 确定 \")])],1)],1)],1)],1)\n}\nvar staticRenderFns = []\n\nexport { render, staticRenderFns }","\r\n\r\n\r\n","import mod from \"-!../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_cache-loader@4.1.0@cache-loader/dist/cjs.js??ref--13-0!../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_thread-loader@2.1.3@thread-loader/dist/cjs.js!../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_babel-loader@8.4.1@babel-loader/lib/index.js!../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_cache-loader@4.1.0@cache-loader/dist/cjs.js??ref--1-0!../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_vue-loader@15.11.1@vue-loader/lib/index.js??vue-loader-options!./center.vue?vue&type=script&lang=js\"; export default mod; export * from \"-!../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_cache-loader@4.1.0@cache-loader/dist/cjs.js??ref--13-0!../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_thread-loader@2.1.3@thread-loader/dist/cjs.js!../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_babel-loader@8.4.1@babel-loader/lib/index.js!../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_cache-loader@4.1.0@cache-loader/dist/cjs.js??ref--1-0!../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_vue-loader@15.11.1@vue-loader/lib/index.js??vue-loader-options!./center.vue?vue&type=script&lang=js\"","import { render, staticRenderFns } from \"./center.vue?vue&type=template&id=091f6dbb&scoped=true\"\nimport script from \"./center.vue?vue&type=script&lang=js\"\nexport * from \"./center.vue?vue&type=script&lang=js\"\nimport style0 from \"./center.vue?vue&type=style&index=0&id=091f6dbb&prod&lang=scss&scoped=true\"\n\n\n/* normalize component */\nimport normalizer from \"!../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_vue-loader@15.11.1@vue-loader/lib/runtime/componentNormalizer.js\"\nvar component = normalizer(\n script,\n render,\n staticRenderFns,\n false,\n null,\n \"091f6dbb\",\n null\n \n)\n\nexport default component.exports","var render = function render(){var _vm=this,_c=_vm._self._c;return _c('div',{staticClass:\"main-content\",style:({\"minHeight\":\"calc(100vh - 200px)\",\"padding\":\"0px 5%\",\"margin\":\"0 auto\",\"color\":\"#666\",\"background\":\"none\",\"width\":\"calc(100% - 0px)\",\"fontSize\":\"14px\",\"height\":\"100%\"})},[(_vm.showFlag)?[_c('el-form',{staticClass:\"center-form-pv\",style:({\"padding\":\"20px 20px 0\",\"boxShadow\":\"0 2px 3px 0px rgba(100,100,100,.05)\",\"margin\":\"0 0 0px\",\"borderColor\":\"#f6f6f6\",\"display\":\"flex\",\"justifyContent\":\"center\",\"minHeight\":\"100px\",\"overflow\":\"hidden\",\"borderRadius\":\"4px 4px 0 0\",\"flexWrap\":\"wrap\",\"background\":\"#fff\",\"borderWidth\":\"2px 2px 0\",\"fontSize\":\"inherit\",\"borderStyle\":\"solid\"}),attrs:{\"inline\":true,\"model\":_vm.searchForm}},[_c('el-row',{style:({\"padding\":\"0px\",\"boxShadow\":\"0 0px 0px 0px rgba(115,108,203,.23)\",\"margin\":\"0 0px 0px 0\",\"borderRadius\":\"0px\",\"alignItems\":\"center\",\"background\":\"none\",\"display\":\"flex\",\"width\":\"auto\",\"fontSize\":\"inherit\",\"justifyContent\":\"flex-end\",\"order\":\"2\"})},[_c('div',{style:({\"margin\":\"0 10px 0 0\",\"fontSize\":\"inherit\",\"display\":\"inline-block\"})},[_c('label',{staticClass:\"item-label\",style:({\"margin\":\"0 10px 0 0\",\"color\":\"inherit\",\"display\":\"inline-block\",\"lineHeight\":\"34px\",\"fontSize\":\"inherit\",\"fontWeight\":\"500\",\"height\":\"34px\"})},[_vm._v(\"车牌号\")]),_c('el-input',{attrs:{\"placeholder\":\"车牌号\",\"clearable\":\"\"},nativeOn:{\"keydown\":function($event){if(!$event.type.indexOf('key')&&_vm._k($event.keyCode,\"enter\",13,$event.key,\"Enter\"))return null;return _vm.search()}},model:{value:(_vm.searchForm.chepaihao),callback:function ($$v) {_vm.$set(_vm.searchForm, \"chepaihao\", $$v)},expression:\"searchForm.chepaihao\"}})],1),_c('div',{style:({\"margin\":\"0 10px 0 0\",\"fontSize\":\"inherit\",\"display\":\"inline-block\"})},[_c('label',{staticClass:\"item-label\",style:({\"margin\":\"0 10px 0 0\",\"color\":\"inherit\",\"display\":\"inline-block\",\"lineHeight\":\"34px\",\"fontSize\":\"inherit\",\"fontWeight\":\"500\",\"height\":\"34px\"})},[_vm._v(\"车辆型号\")]),_c('el-input',{attrs:{\"placeholder\":\"车辆型号\",\"clearable\":\"\"},nativeOn:{\"keydown\":function($event){if(!$event.type.indexOf('key')&&_vm._k($event.keyCode,\"enter\",13,$event.key,\"Enter\"))return null;return _vm.search()}},model:{value:(_vm.searchForm.cheliangxinghao),callback:function ($$v) {_vm.$set(_vm.searchForm, \"cheliangxinghao\", $$v)},expression:\"searchForm.cheliangxinghao\"}})],1),_c('div',{style:({\"margin\":\"0 10px 0 0\",\"fontSize\":\"inherit\",\"display\":\"inline-block\"})},[_c('label',{staticClass:\"item-label\",style:({\"margin\":\"0 10px 0 0\",\"color\":\"inherit\",\"display\":\"inline-block\",\"lineHeight\":\"34px\",\"fontSize\":\"inherit\",\"fontWeight\":\"500\",\"height\":\"34px\"})},[_vm._v(\"车辆品牌\")]),_c('el-input',{attrs:{\"placeholder\":\"车辆品牌\",\"clearable\":\"\"},nativeOn:{\"keydown\":function($event){if(!$event.type.indexOf('key')&&_vm._k($event.keyCode,\"enter\",13,$event.key,\"Enter\"))return null;return _vm.search()}},model:{value:(_vm.searchForm.cheliangpinpai),callback:function ($$v) {_vm.$set(_vm.searchForm, \"cheliangpinpai\", $$v)},expression:\"searchForm.cheliangpinpai\"}})],1),_c('div',{style:({\"margin\":\"0 10px 0 0\",\"fontSize\":\"inherit\",\"display\":\"inline-block\"})},[_c('label',{staticClass:\"item-label\",style:({\"margin\":\"0 10px 0 0\",\"color\":\"inherit\",\"display\":\"inline-block\",\"lineHeight\":\"34px\",\"fontSize\":\"inherit\",\"fontWeight\":\"500\",\"height\":\"34px\"})},[_vm._v(\"车辆类型\")]),_c('el-input',{attrs:{\"placeholder\":\"车辆类型\",\"clearable\":\"\"},nativeOn:{\"keydown\":function($event){if(!$event.type.indexOf('key')&&_vm._k($event.keyCode,\"enter\",13,$event.key,\"Enter\"))return null;return _vm.search()}},model:{value:(_vm.searchForm.cheliangleixing),callback:function ($$v) {_vm.$set(_vm.searchForm, \"cheliangleixing\", $$v)},expression:\"searchForm.cheliangleixing\"}})],1),_c('div',{staticClass:\"select\",style:({\"margin\":\"0 10px 0 0\",\"fontSize\":\"inherit\",\"display\":\"inline-block\"}),attrs:{\"label\":\"换挡方式\",\"prop\":\"huandangfangshi\"}},[_c('label',{staticClass:\"item-label\",style:({\"margin\":\"0 10px 0 0\",\"color\":\"inherit\",\"display\":\"inline-block\",\"lineHeight\":\"34px\",\"fontSize\":\"inherit\",\"fontWeight\":\"500\",\"height\":\"34px\"})},[_vm._v(\"换挡方式\")]),_c('el-select',{attrs:{\"clearable\":\"\",\"placeholder\":\"请选择换挡方式\"},model:{value:(_vm.searchForm.huandangfangshi),callback:function ($$v) {_vm.$set(_vm.searchForm, \"huandangfangshi\", $$v)},expression:\"searchForm.huandangfangshi\"}},_vm._l((_vm.huandangfangshiOptions),function(item,index){return _c('el-option',{key:index,attrs:{\"label\":item,\"value\":item}})}),1)],1),_c('el-button',{staticClass:\"search\",attrs:{\"type\":\"success\"},on:{\"click\":function($event){return _vm.search()}}},[_c('span',{staticClass:\"icon iconfont icon-chakan18\",style:({\"margin\":\"0 2px\",\"fontSize\":\"18px\",\"color\":\"#00acc1\",\"display\":\"inline-block\",\"height\":\"auto\"})}),_vm._v(\" 查询 \")])],1),_c('el-row',{staticClass:\"actions\",style:({\"boxShadow\":\"0 0px 0px 0px rgba(115,108,203,.23)\",\"padding\":\"0 20px 0 0\",\"margin\":\"0px 0 0px\",\"color\":\"#333\",\"alignItems\":\"center\",\"textAlign\":\"left\",\"display\":\"flex\",\"borderRadius\":\"0px\",\"flexWrap\":\"wrap\",\"background\":\"none\",\"flex\":\"1\",\"width\":\"auto\",\"fontSize\":\"inherit\",\"order\":\"1\"})},[(_vm.isAuth('cheliangdangan','新增'))?_c('el-button',{staticClass:\"add\",attrs:{\"type\":\"success\"},on:{\"click\":function($event){return _vm.addOrUpdateHandler()}}},[_c('span',{staticClass:\"icon iconfont icon-tianjia14\",style:({\"margin\":\"0 2px\",\"fontSize\":\"inherit\",\"color\":\"inherit\",\"display\":\"none\"})}),_vm._v(\" 新增 \")]):_vm._e(),(_vm.isAuth('cheliangdangan','删除'))?_c('el-button',{staticClass:\"del\",attrs:{\"disabled\":_vm.dataListSelections.length?false:true,\"type\":\"danger\"},on:{\"click\":function($event){return _vm.deleteHandler()}}},[_c('span',{staticClass:\"icon iconfont icon-shanchu9\",style:({\"margin\":\"0 2px\",\"fontSize\":\"inherit\",\"color\":\"inherit\",\"display\":\"none\"})}),_vm._v(\" 删除 \")]):_vm._e()],1)],1),_c('div',{style:({\"padding\":\"20px\",\"borderColor\":\"#f6f6f6\",\"margin\":\"0 0 0px\",\"borderRadius\":\"0 0 4px 4px\",\"background\":\"rgba(255,255,255,1)\",\"borderWidth\":\"0 2px 2px\",\"width\":\"100%\",\"borderStyle\":\"solid\"})},[(_vm.isAuth('cheliangdangan','查看'))?_c('el-table',{directives:[{name:\"loading\",rawName:\"v-loading\",value:(_vm.dataListLoading),expression:\"dataListLoading\"}],staticClass:\"tables\",style:({\"padding\":\"0\",\"borderColor\":\"#eee\",\"color\":\"inherit\",\"borderRadius\":\"0px\",\"borderWidth\":\"0px 0px 0 0px\",\"background\":\"none\",\"width\":\"100%\",\"fontSize\":\"inherit\",\"borderStyle\":\"solid\"}),attrs:{\"stripe\":false,\"border\":true,\"data\":_vm.dataList},on:{\"selection-change\":_vm.selectionChangeHandler}},[_c('el-table-column',{attrs:{\"resizable\":true,\"type\":\"selection\",\"align\":\"center\",\"width\":\"50\"}}),_c('el-table-column',{attrs:{\"resizable\":true,\"sortable\":true,\"label\":\"序号\",\"type\":\"index\",\"width\":\"50\"}}),_c('el-table-column',{attrs:{\"resizable\":true,\"sortable\":true,\"prop\":\"danganbianhao\",\"label\":\"档案编号\"},scopedSlots:_vm._u([{key:\"default\",fn:function(scope){return [_vm._v(\" \"+_vm._s(scope.row.danganbianhao)+\" \")]}}],null,false,1145628764)}),_c('el-table-column',{attrs:{\"resizable\":true,\"sortable\":true,\"prop\":\"chepaihao\",\"label\":\"车牌号\"},scopedSlots:_vm._u([{key:\"default\",fn:function(scope){return [_vm._v(\" \"+_vm._s(scope.row.chepaihao)+\" \")]}}],null,false,394100621)}),_c('el-table-column',{attrs:{\"resizable\":true,\"sortable\":true,\"prop\":\"cheliangxinghao\",\"label\":\"车辆型号\"},scopedSlots:_vm._u([{key:\"default\",fn:function(scope){return [_vm._v(\" \"+_vm._s(scope.row.cheliangxinghao)+\" \")]}}],null,false,2617493600)}),_c('el-table-column',{attrs:{\"resizable\":true,\"sortable\":true,\"prop\":\"cheliangpinpai\",\"label\":\"车辆品牌\"},scopedSlots:_vm._u([{key:\"default\",fn:function(scope){return [_vm._v(\" \"+_vm._s(scope.row.cheliangpinpai)+\" \")]}}],null,false,1242299153)}),_c('el-table-column',{attrs:{\"resizable\":true,\"sortable\":true,\"prop\":\"cheliangleixing\",\"label\":\"车辆类型\"},scopedSlots:_vm._u([{key:\"default\",fn:function(scope){return [_vm._v(\" \"+_vm._s(scope.row.cheliangleixing)+\" \")]}}],null,false,3411339622)}),_c('el-table-column',{attrs:{\"resizable\":true,\"sortable\":true,\"prop\":\"fadongjihao\",\"label\":\"发动机号\"},scopedSlots:_vm._u([{key:\"default\",fn:function(scope){return [_vm._v(\" \"+_vm._s(scope.row.fadongjihao)+\" \")]}}],null,false,390983741)}),_c('el-table-column',{attrs:{\"resizable\":true,\"sortable\":true,\"prop\":\"chejiahao\",\"label\":\"车架号\"},scopedSlots:_vm._u([{key:\"default\",fn:function(scope){return [_vm._v(\" \"+_vm._s(scope.row.chejiahao)+\" \")]}}],null,false,1114410583)}),_c('el-table-column',{attrs:{\"resizable\":true,\"sortable\":true,\"prop\":\"yanse\",\"label\":\"颜色\"},scopedSlots:_vm._u([{key:\"default\",fn:function(scope){return [_vm._v(\" \"+_vm._s(scope.row.yanse)+\" \")]}}],null,false,1699447517)}),_c('el-table-column',{attrs:{\"resizable\":true,\"sortable\":true,\"prop\":\"huandangfangshi\",\"label\":\"换挡方式\"},scopedSlots:_vm._u([{key:\"default\",fn:function(scope){return [_vm._v(\" \"+_vm._s(scope.row.huandangfangshi)+\" \")]}}],null,false,3945205759)}),_c('el-table-column',{attrs:{\"resizable\":true,\"sortable\":true,\"prop\":\"cheliangzhaopian\",\"width\":\"200\",\"label\":\"车辆照片\"},scopedSlots:_vm._u([{key:\"default\",fn:function(scope){return [(scope.row.cheliangzhaopian)?_c('div',[(scope.row.cheliangzhaopian.substring(0,4)=='http')?_c('img',{staticStyle:{\"object-fit\":\"cover\"},attrs:{\"src\":scope.row.cheliangzhaopian.split(',')[0],\"width\":\"100\",\"height\":\"100\"}}):_c('img',{staticStyle:{\"object-fit\":\"cover\"},attrs:{\"src\":_vm.$base.url+scope.row.cheliangzhaopian.split(',')[0],\"width\":\"100\",\"height\":\"100\"}})]):_c('div',[_vm._v(\"无图片\")])]}}],null,false,1187764440)}),_c('el-table-column',{attrs:{\"resizable\":true,\"sortable\":true,\"prop\":\"zuowei\",\"label\":\"座位\"},scopedSlots:_vm._u([{key:\"default\",fn:function(scope){return [_vm._v(\" \"+_vm._s(scope.row.zuowei)+\" \")]}}],null,false,2358929830)}),_c('el-table-column',{attrs:{\"resizable\":true,\"sortable\":true,\"prop\":\"dengjiriqi\",\"label\":\"登记日期\"},scopedSlots:_vm._u([{key:\"default\",fn:function(scope){return [_vm._v(\" \"+_vm._s(scope.row.dengjiriqi)+\" \")]}}],null,false,4043809205)}),_c('el-table-column',{attrs:{\"resizable\":true,\"sortable\":true,\"prop\":\"danganwenjian\",\"label\":\"档案文件\"},scopedSlots:_vm._u([{key:\"default\",fn:function(scope){return [(scope.row.danganwenjian)?_c('el-button',{attrs:{\"type\":\"text\",\"size\":\"small\"},on:{\"click\":function($event){return _vm.download(scope.row.danganwenjian)}}},[_vm._v(\"下载\")]):_c('span',[_vm._v(\"无\")])]}}],null,false,1246313670)}),_c('el-table-column',{attrs:{\"resizable\":true,\"sortable\":true,\"prop\":\"zhanghao\",\"label\":\"账号\"},scopedSlots:_vm._u([{key:\"default\",fn:function(scope){return [_vm._v(\" \"+_vm._s(scope.row.zhanghao)+\" \")]}}],null,false,2757161441)}),_c('el-table-column',{attrs:{\"resizable\":true,\"sortable\":true,\"prop\":\"xingming\",\"label\":\"姓名\"},scopedSlots:_vm._u([{key:\"default\",fn:function(scope){return [_vm._v(\" \"+_vm._s(scope.row.xingming)+\" \")]}}],null,false,1096791112)}),_c('el-table-column',{attrs:{\"resizable\":true,\"sortable\":true,\"prop\":\"jiashizhenghao\",\"label\":\"驾驶证号\"},scopedSlots:_vm._u([{key:\"default\",fn:function(scope){return [_vm._v(\" \"+_vm._s(scope.row.jiashizhenghao)+\" \")]}}],null,false,1810102229)}),_c('el-table-column',{attrs:{\"resizable\":true,\"sortable\":true,\"prop\":\"yuangongzhanghao\",\"label\":\"员工账号\"},scopedSlots:_vm._u([{key:\"default\",fn:function(scope){return [_vm._v(\" \"+_vm._s(scope.row.yuangongzhanghao)+\" \")]}}],null,false,3349271683)}),_c('el-table-column',{attrs:{\"resizable\":true,\"sortable\":true,\"prop\":\"yuangongxingming\",\"label\":\"员工姓名\"},scopedSlots:_vm._u([{key:\"default\",fn:function(scope){return [_vm._v(\" \"+_vm._s(scope.row.yuangongxingming)+\" \")]}}],null,false,4268580138)}),_c('el-table-column',{attrs:{\"width\":\"300\",\"label\":\"操作\"},scopedSlots:_vm._u([{key:\"default\",fn:function(scope){return [( _vm.isAuth('cheliangdangan','查看'))?_c('el-button',{staticClass:\"view\",attrs:{\"type\":\"success\"},on:{\"click\":function($event){return _vm.addOrUpdateHandler(scope.row.id,'info')}}},[_c('span',{staticClass:\"icon iconfont icon-chakan8\",style:({\"margin\":\"0 0 0 4px\",\"fontSize\":\"inherit\",\"color\":\"inherit\",\"display\":\"none\",\"height\":\"auto\"})}),_vm._v(\" 详情 \")]):_vm._e(),(_vm.isAuth('cheliangdangan','保险信息'))?_c('el-button',{staticClass:\"btn8\",attrs:{\"type\":\"success\"},on:{\"click\":function($event){return _vm.baoxianxinxiCrossAddOrUpdateHandler(scope.row,'cross','','','','')}}},[_c('span',{staticClass:\"icon iconfont icon-xihuan\",style:({\"margin\":\"0 0 0 4px\",\"fontSize\":\"inherit\",\"color\":\"inherit\",\"display\":\"none\",\"height\":\"auto\"})}),_vm._v(\" 保险信息 \")]):_vm._e(),(_vm.isAuth('cheliangdangan','续保通知'))?_c('el-button',{staticClass:\"btn8\",attrs:{\"type\":\"success\"},on:{\"click\":function($event){return _vm.xubaotongzhiCrossAddOrUpdateHandler(scope.row,'cross','','','','')}}},[_c('span',{staticClass:\"icon iconfont icon-xihuan\",style:({\"margin\":\"0 0 0 4px\",\"fontSize\":\"inherit\",\"color\":\"inherit\",\"display\":\"none\",\"height\":\"auto\"})}),_vm._v(\" 续保通知 \")]):_vm._e(),(_vm.isAuth('cheliangdangan','事故记录'))?_c('el-button',{staticClass:\"btn8\",attrs:{\"type\":\"success\"},on:{\"click\":function($event){return _vm.shigujiluCrossAddOrUpdateHandler(scope.row,'cross','','','','')}}},[_c('span',{staticClass:\"icon iconfont icon-xihuan\",style:({\"margin\":\"0 0 0 4px\",\"fontSize\":\"inherit\",\"color\":\"inherit\",\"display\":\"none\",\"height\":\"auto\"})}),_vm._v(\" 事故记录 \")]):_vm._e(),( _vm.isAuth('cheliangdangan','修改') )?_c('el-button',{staticClass:\"edit\",attrs:{\"type\":\"success\"},on:{\"click\":function($event){return _vm.addOrUpdateHandler(scope.row.id)}}},[_c('span',{staticClass:\"icon iconfont icon-xiugai19\",style:({\"margin\":\"0 0 0 4px\",\"fontSize\":\"inherit\",\"color\":\"inherit\",\"display\":\"none\",\"height\":\"auto\"})}),_vm._v(\" 更改 \")]):_vm._e(),(_vm.isAuth('cheliangdangan','删除') )?_c('el-button',{staticClass:\"del\",attrs:{\"type\":\"primary\"},on:{\"click\":function($event){return _vm.deleteHandler(scope.row.id )}}},[_c('span',{staticClass:\"icon iconfont icon-shanchu16\",style:({\"margin\":\"0 0 0 4px\",\"fontSize\":\"inherit\",\"color\":\"inherit\",\"display\":\"none\",\"height\":\"auto\"})}),_vm._v(\" 移除 \")]):_vm._e()]}}],null,false,1589384743)})],1):_vm._e()],1),_c('el-pagination',{style:({\"border\":\"0px solid #dee2e6\",\"padding\":\"10px 0\",\"margin\":\"10px 0 0\",\"whiteSpace\":\"nowrap\",\"color\":\"inherit\",\"textAlign\":\"center\",\"background\":\"none\",\"width\":\"100%\",\"fontSize\":\"inherit\",\"fontWeight\":\"500\"}),attrs:{\"current-page\":_vm.pageIndex,\"background\":\"\",\"page-sizes\":[10, 50, 100, 200],\"page-size\":_vm.pageSize,\"layout\":_vm.layouts.join(),\"total\":_vm.totalPage,\"prev-text\":\"上一页 \",\"next-text\":\"下一页 \",\"hide-on-single-page\":false},on:{\"size-change\":_vm.sizeChangeHandle,\"current-change\":_vm.currentChangeHandle}})]:_vm._e(),(_vm.addOrUpdateFlag)?_c('add-or-update',{ref:\"addOrUpdate\",attrs:{\"parent\":this}}):_vm._e(),(_vm.baoxianxinxiCrossAddOrUpdateFlag)?_c('baoxianxinxi-cross-add-or-update',{ref:\"baoxianxinxiCrossaddOrUpdate\",attrs:{\"parent\":this}}):_vm._e(),(_vm.xubaotongzhiCrossAddOrUpdateFlag)?_c('xubaotongzhi-cross-add-or-update',{ref:\"xubaotongzhiCrossaddOrUpdate\",attrs:{\"parent\":this}}):_vm._e(),(_vm.shigujiluCrossAddOrUpdateFlag)?_c('shigujilu-cross-add-or-update',{ref:\"shigujiluCrossaddOrUpdate\",attrs:{\"parent\":this}}):_vm._e()],2)\n}\nvar staticRenderFns = []\n\nexport { render, staticRenderFns }","var render = function render(){var _vm=this,_c=_vm._self._c;return _c('div',{staticClass:\"addEdit-block\",style:({\"minHeight\":\"calc(100vh - 200px)\",\"padding\":\"0px 0 30px\",\"margin\":\"0 auto\",\"color\":\"#8e99a2\",\"background\":\"none\",\"width\":\"calc(100% - 0px)\",\"fontSize\":\"14px\",\"height\":\"100%\"})},[_c('el-form',{ref:\"ruleForm\",staticClass:\"add-update-preview\",style:({\"padding\":\"30px 5%\",\"borderColor\":\"#f6f6f6\",\"alignItems\":\"flex-start\",\"borderRadius\":\"4px\",\"flexWrap\":\"wrap\",\"background\":\"rgba(255,255,255,.9)\",\"borderWidth\":\"2px\",\"display\":\"flex\",\"fontSize\":\"inherit\",\"borderStyle\":\"solid\"}),attrs:{\"model\":_vm.ruleForm,\"rules\":_vm.rules,\"label-width\":\"200px\"}},[[(_vm.type!='info')?_c('el-form-item',{staticClass:\"input\",style:({\"padding\":\"2px 0\",\"margin\":\"0 auto 20px\",\"color\":\"inherit\",\"borderRadius\":\"4px\",\"background\":\"none\",\"width\":\"100%\",\"fontSize\":\"inherit\"}),attrs:{\"label\":\"档案编号\",\"prop\":\"danganbianhao\"}},[_c('el-input',{attrs:{\"placeholder\":\"档案编号\",\"readonly\":\"\"},model:{value:(_vm.ruleForm.danganbianhao),callback:function ($$v) {_vm.$set(_vm.ruleForm, \"danganbianhao\", $$v)},expression:\"ruleForm.danganbianhao\"}})],1):(_vm.ruleForm.danganbianhao)?_c('el-form-item',{staticClass:\"input\",style:({\"padding\":\"2px 0\",\"margin\":\"0 auto 20px\",\"color\":\"inherit\",\"borderRadius\":\"4px\",\"background\":\"none\",\"width\":\"100%\",\"fontSize\":\"inherit\"}),attrs:{\"label\":\"档案编号\",\"prop\":\"danganbianhao\"}},[_c('el-input',{attrs:{\"placeholder\":\"档案编号\",\"readonly\":\"\"},model:{value:(_vm.ruleForm.danganbianhao),callback:function ($$v) {_vm.$set(_vm.ruleForm, \"danganbianhao\", $$v)},expression:\"ruleForm.danganbianhao\"}})],1):_vm._e(),(_vm.type!='info')?_c('el-form-item',{staticClass:\"input\",style:({\"padding\":\"2px 0\",\"margin\":\"0 auto 20px\",\"color\":\"inherit\",\"borderRadius\":\"4px\",\"background\":\"none\",\"width\":\"100%\",\"fontSize\":\"inherit\"}),attrs:{\"label\":\"车牌号\",\"prop\":\"chepaihao\"}},[_c('el-input',{attrs:{\"placeholder\":\"车牌号\",\"clearable\":\"\",\"readonly\":_vm.ro.chepaihao},model:{value:(_vm.ruleForm.chepaihao),callback:function ($$v) {_vm.$set(_vm.ruleForm, \"chepaihao\", $$v)},expression:\"ruleForm.chepaihao\"}})],1):_c('el-form-item',{staticClass:\"input\",style:({\"padding\":\"2px 0\",\"margin\":\"0 auto 20px\",\"color\":\"inherit\",\"borderRadius\":\"4px\",\"background\":\"none\",\"width\":\"100%\",\"fontSize\":\"inherit\"}),attrs:{\"label\":\"车牌号\",\"prop\":\"chepaihao\"}},[_c('el-input',{attrs:{\"placeholder\":\"车牌号\",\"readonly\":\"\"},model:{value:(_vm.ruleForm.chepaihao),callback:function ($$v) {_vm.$set(_vm.ruleForm, \"chepaihao\", $$v)},expression:\"ruleForm.chepaihao\"}})],1),(_vm.type!='info')?_c('el-form-item',{staticClass:\"input\",style:({\"padding\":\"2px 0\",\"margin\":\"0 auto 20px\",\"color\":\"inherit\",\"borderRadius\":\"4px\",\"background\":\"none\",\"width\":\"100%\",\"fontSize\":\"inherit\"}),attrs:{\"label\":\"车辆型号\",\"prop\":\"cheliangxinghao\"}},[_c('el-input',{attrs:{\"placeholder\":\"车辆型号\",\"clearable\":\"\",\"readonly\":_vm.ro.cheliangxinghao},model:{value:(_vm.ruleForm.cheliangxinghao),callback:function ($$v) {_vm.$set(_vm.ruleForm, \"cheliangxinghao\", $$v)},expression:\"ruleForm.cheliangxinghao\"}})],1):_c('el-form-item',{staticClass:\"input\",style:({\"padding\":\"2px 0\",\"margin\":\"0 auto 20px\",\"color\":\"inherit\",\"borderRadius\":\"4px\",\"background\":\"none\",\"width\":\"100%\",\"fontSize\":\"inherit\"}),attrs:{\"label\":\"车辆型号\",\"prop\":\"cheliangxinghao\"}},[_c('el-input',{attrs:{\"placeholder\":\"车辆型号\",\"readonly\":\"\"},model:{value:(_vm.ruleForm.cheliangxinghao),callback:function ($$v) {_vm.$set(_vm.ruleForm, \"cheliangxinghao\", $$v)},expression:\"ruleForm.cheliangxinghao\"}})],1),(_vm.type!='info')?_c('el-form-item',{staticClass:\"input\",style:({\"padding\":\"2px 0\",\"margin\":\"0 auto 20px\",\"color\":\"inherit\",\"borderRadius\":\"4px\",\"background\":\"none\",\"width\":\"100%\",\"fontSize\":\"inherit\"}),attrs:{\"label\":\"车辆品牌\",\"prop\":\"cheliangpinpai\"}},[_c('el-input',{attrs:{\"placeholder\":\"车辆品牌\",\"clearable\":\"\",\"readonly\":_vm.ro.cheliangpinpai},model:{value:(_vm.ruleForm.cheliangpinpai),callback:function ($$v) {_vm.$set(_vm.ruleForm, \"cheliangpinpai\", $$v)},expression:\"ruleForm.cheliangpinpai\"}})],1):_c('el-form-item',{staticClass:\"input\",style:({\"padding\":\"2px 0\",\"margin\":\"0 auto 20px\",\"color\":\"inherit\",\"borderRadius\":\"4px\",\"background\":\"none\",\"width\":\"100%\",\"fontSize\":\"inherit\"}),attrs:{\"label\":\"车辆品牌\",\"prop\":\"cheliangpinpai\"}},[_c('el-input',{attrs:{\"placeholder\":\"车辆品牌\",\"readonly\":\"\"},model:{value:(_vm.ruleForm.cheliangpinpai),callback:function ($$v) {_vm.$set(_vm.ruleForm, \"cheliangpinpai\", $$v)},expression:\"ruleForm.cheliangpinpai\"}})],1),(_vm.type!='info')?_c('el-form-item',{staticClass:\"input\",style:({\"padding\":\"2px 0\",\"margin\":\"0 auto 20px\",\"color\":\"inherit\",\"borderRadius\":\"4px\",\"background\":\"none\",\"width\":\"100%\",\"fontSize\":\"inherit\"}),attrs:{\"label\":\"车辆类型\",\"prop\":\"cheliangleixing\"}},[_c('el-input',{attrs:{\"placeholder\":\"车辆类型\",\"clearable\":\"\",\"readonly\":_vm.ro.cheliangleixing},model:{value:(_vm.ruleForm.cheliangleixing),callback:function ($$v) {_vm.$set(_vm.ruleForm, \"cheliangleixing\", $$v)},expression:\"ruleForm.cheliangleixing\"}})],1):_c('el-form-item',{staticClass:\"input\",style:({\"padding\":\"2px 0\",\"margin\":\"0 auto 20px\",\"color\":\"inherit\",\"borderRadius\":\"4px\",\"background\":\"none\",\"width\":\"100%\",\"fontSize\":\"inherit\"}),attrs:{\"label\":\"车辆类型\",\"prop\":\"cheliangleixing\"}},[_c('el-input',{attrs:{\"placeholder\":\"车辆类型\",\"readonly\":\"\"},model:{value:(_vm.ruleForm.cheliangleixing),callback:function ($$v) {_vm.$set(_vm.ruleForm, \"cheliangleixing\", $$v)},expression:\"ruleForm.cheliangleixing\"}})],1),(_vm.type!='info')?_c('el-form-item',{staticClass:\"input\",style:({\"padding\":\"2px 0\",\"margin\":\"0 auto 20px\",\"color\":\"inherit\",\"borderRadius\":\"4px\",\"background\":\"none\",\"width\":\"100%\",\"fontSize\":\"inherit\"}),attrs:{\"label\":\"发动机号\",\"prop\":\"fadongjihao\"}},[_c('el-input',{attrs:{\"placeholder\":\"发动机号\",\"clearable\":\"\",\"readonly\":_vm.ro.fadongjihao},model:{value:(_vm.ruleForm.fadongjihao),callback:function ($$v) {_vm.$set(_vm.ruleForm, \"fadongjihao\", $$v)},expression:\"ruleForm.fadongjihao\"}})],1):_c('el-form-item',{staticClass:\"input\",style:({\"padding\":\"2px 0\",\"margin\":\"0 auto 20px\",\"color\":\"inherit\",\"borderRadius\":\"4px\",\"background\":\"none\",\"width\":\"100%\",\"fontSize\":\"inherit\"}),attrs:{\"label\":\"发动机号\",\"prop\":\"fadongjihao\"}},[_c('el-input',{attrs:{\"placeholder\":\"发动机号\",\"readonly\":\"\"},model:{value:(_vm.ruleForm.fadongjihao),callback:function ($$v) {_vm.$set(_vm.ruleForm, \"fadongjihao\", $$v)},expression:\"ruleForm.fadongjihao\"}})],1),(_vm.type!='info')?_c('el-form-item',{staticClass:\"input\",style:({\"padding\":\"2px 0\",\"margin\":\"0 auto 20px\",\"color\":\"inherit\",\"borderRadius\":\"4px\",\"background\":\"none\",\"width\":\"100%\",\"fontSize\":\"inherit\"}),attrs:{\"label\":\"车架号\",\"prop\":\"chejiahao\"}},[_c('el-input',{attrs:{\"placeholder\":\"车架号\",\"clearable\":\"\",\"readonly\":_vm.ro.chejiahao},model:{value:(_vm.ruleForm.chejiahao),callback:function ($$v) {_vm.$set(_vm.ruleForm, \"chejiahao\", $$v)},expression:\"ruleForm.chejiahao\"}})],1):_c('el-form-item',{staticClass:\"input\",style:({\"padding\":\"2px 0\",\"margin\":\"0 auto 20px\",\"color\":\"inherit\",\"borderRadius\":\"4px\",\"background\":\"none\",\"width\":\"100%\",\"fontSize\":\"inherit\"}),attrs:{\"label\":\"车架号\",\"prop\":\"chejiahao\"}},[_c('el-input',{attrs:{\"placeholder\":\"车架号\",\"readonly\":\"\"},model:{value:(_vm.ruleForm.chejiahao),callback:function ($$v) {_vm.$set(_vm.ruleForm, \"chejiahao\", $$v)},expression:\"ruleForm.chejiahao\"}})],1),(_vm.type!='info')?_c('el-form-item',{staticClass:\"input\",style:({\"padding\":\"2px 0\",\"margin\":\"0 auto 20px\",\"color\":\"inherit\",\"borderRadius\":\"4px\",\"background\":\"none\",\"width\":\"100%\",\"fontSize\":\"inherit\"}),attrs:{\"label\":\"颜色\",\"prop\":\"yanse\"}},[_c('el-input',{attrs:{\"placeholder\":\"颜色\",\"clearable\":\"\",\"readonly\":_vm.ro.yanse},model:{value:(_vm.ruleForm.yanse),callback:function ($$v) {_vm.$set(_vm.ruleForm, \"yanse\", $$v)},expression:\"ruleForm.yanse\"}})],1):_c('el-form-item',{staticClass:\"input\",style:({\"padding\":\"2px 0\",\"margin\":\"0 auto 20px\",\"color\":\"inherit\",\"borderRadius\":\"4px\",\"background\":\"none\",\"width\":\"100%\",\"fontSize\":\"inherit\"}),attrs:{\"label\":\"颜色\",\"prop\":\"yanse\"}},[_c('el-input',{attrs:{\"placeholder\":\"颜色\",\"readonly\":\"\"},model:{value:(_vm.ruleForm.yanse),callback:function ($$v) {_vm.$set(_vm.ruleForm, \"yanse\", $$v)},expression:\"ruleForm.yanse\"}})],1),(_vm.type!='info')?_c('el-form-item',{staticClass:\"select\",style:({\"padding\":\"2px 0\",\"margin\":\"0 auto 20px\",\"color\":\"inherit\",\"borderRadius\":\"4px\",\"background\":\"none\",\"width\":\"100%\",\"fontSize\":\"inherit\"}),attrs:{\"label\":\"换挡方式\",\"prop\":\"huandangfangshi\"}},[_c('el-select',{attrs:{\"disabled\":_vm.ro.huandangfangshi,\"placeholder\":\"请选择换挡方式\"},model:{value:(_vm.ruleForm.huandangfangshi),callback:function ($$v) {_vm.$set(_vm.ruleForm, \"huandangfangshi\", $$v)},expression:\"ruleForm.huandangfangshi\"}},_vm._l((_vm.huandangfangshiOptions),function(item,index){return _c('el-option',{key:index,attrs:{\"label\":item,\"value\":item}})}),1)],1):_c('el-form-item',{staticClass:\"input\",style:({\"padding\":\"2px 0\",\"margin\":\"0 auto 20px\",\"color\":\"inherit\",\"borderRadius\":\"4px\",\"background\":\"none\",\"width\":\"100%\",\"fontSize\":\"inherit\"}),attrs:{\"label\":\"换挡方式\",\"prop\":\"huandangfangshi\"}},[_c('el-input',{attrs:{\"placeholder\":\"换挡方式\",\"readonly\":\"\"},model:{value:(_vm.ruleForm.huandangfangshi),callback:function ($$v) {_vm.$set(_vm.ruleForm, \"huandangfangshi\", $$v)},expression:\"ruleForm.huandangfangshi\"}})],1),(_vm.type!='info' && !_vm.ro.cheliangzhaopian)?_c('el-form-item',{staticClass:\"upload\",style:({\"padding\":\"2px 0\",\"margin\":\"0 auto 20px\",\"color\":\"inherit\",\"borderRadius\":\"4px\",\"background\":\"none\",\"width\":\"100%\",\"fontSize\":\"inherit\"}),attrs:{\"label\":\"车辆照片\",\"prop\":\"cheliangzhaopian\"}},[_c('file-upload',{attrs:{\"tip\":\"点击上传车辆照片\",\"action\":\"file/upload\",\"limit\":3,\"multiple\":true,\"fileUrls\":_vm.ruleForm.cheliangzhaopian?_vm.ruleForm.cheliangzhaopian:''},on:{\"change\":_vm.cheliangzhaopianUploadChange}})],1):(_vm.ruleForm.cheliangzhaopian)?_c('el-form-item',{staticClass:\"upload\",style:({\"padding\":\"2px 0\",\"margin\":\"0 auto 20px\",\"color\":\"inherit\",\"borderRadius\":\"4px\",\"background\":\"none\",\"width\":\"100%\",\"fontSize\":\"inherit\"}),attrs:{\"label\":\"车辆照片\",\"prop\":\"cheliangzhaopian\"}},[(_vm.ruleForm.cheliangzhaopian.substring(0,4)=='http')?_c('img',{key:_vm.index,staticClass:\"upload-img\",staticStyle:{\"margin-right\":\"20px\"},attrs:{\"src\":_vm.ruleForm.cheliangzhaopian.split(',')[0],\"width\":\"100\",\"height\":\"100\"}}):_vm._l((_vm.ruleForm.cheliangzhaopian.split(',')),function(item,index){return _c('img',{key:index,staticClass:\"upload-img\",staticStyle:{\"margin-right\":\"20px\"},attrs:{\"src\":_vm.$base.url+item,\"width\":\"100\",\"height\":\"100\"}})})],2):_vm._e(),(_vm.type!='info')?_c('el-form-item',{staticClass:\"input\",style:({\"padding\":\"2px 0\",\"margin\":\"0 auto 20px\",\"color\":\"inherit\",\"borderRadius\":\"4px\",\"background\":\"none\",\"width\":\"100%\",\"fontSize\":\"inherit\"}),attrs:{\"label\":\"座位\",\"prop\":\"zuowei\"}},[_c('el-input',{attrs:{\"placeholder\":\"座位\",\"clearable\":\"\",\"readonly\":_vm.ro.zuowei},model:{value:(_vm.ruleForm.zuowei),callback:function ($$v) {_vm.$set(_vm.ruleForm, \"zuowei\", _vm._n($$v))},expression:\"ruleForm.zuowei\"}})],1):_c('el-form-item',{staticClass:\"input\",style:({\"padding\":\"2px 0\",\"margin\":\"0 auto 20px\",\"color\":\"inherit\",\"borderRadius\":\"4px\",\"background\":\"none\",\"width\":\"100%\",\"fontSize\":\"inherit\"}),attrs:{\"label\":\"座位\",\"prop\":\"zuowei\"}},[_c('el-input',{attrs:{\"placeholder\":\"座位\",\"readonly\":\"\"},model:{value:(_vm.ruleForm.zuowei),callback:function ($$v) {_vm.$set(_vm.ruleForm, \"zuowei\", $$v)},expression:\"ruleForm.zuowei\"}})],1),(_vm.type!='info')?_c('el-form-item',{staticClass:\"date\",style:({\"padding\":\"2px 0\",\"margin\":\"0 auto 20px\",\"color\":\"inherit\",\"borderRadius\":\"4px\",\"background\":\"none\",\"width\":\"100%\",\"fontSize\":\"inherit\"}),attrs:{\"label\":\"登记日期\",\"prop\":\"dengjiriqi\"}},[_c('el-date-picker',{attrs:{\"format\":\"yyyy 年 MM 月 dd 日\",\"value-format\":\"yyyy-MM-dd\",\"type\":\"date\",\"readonly\":_vm.ro.dengjiriqi,\"placeholder\":\"登记日期\"},model:{value:(_vm.ruleForm.dengjiriqi),callback:function ($$v) {_vm.$set(_vm.ruleForm, \"dengjiriqi\", $$v)},expression:\"ruleForm.dengjiriqi\"}})],1):(_vm.ruleForm.dengjiriqi)?_c('el-form-item',{staticClass:\"input\",style:({\"padding\":\"2px 0\",\"margin\":\"0 auto 20px\",\"color\":\"inherit\",\"borderRadius\":\"4px\",\"background\":\"none\",\"width\":\"100%\",\"fontSize\":\"inherit\"}),attrs:{\"label\":\"登记日期\",\"prop\":\"dengjiriqi\"}},[_c('el-input',{attrs:{\"placeholder\":\"登记日期\",\"readonly\":\"\"},model:{value:(_vm.ruleForm.dengjiriqi),callback:function ($$v) {_vm.$set(_vm.ruleForm, \"dengjiriqi\", $$v)},expression:\"ruleForm.dengjiriqi\"}})],1):_vm._e(),(_vm.type!='info'&& !_vm.ro.danganwenjian)?_c('el-form-item',{staticClass:\"upload\",style:({\"padding\":\"2px 0\",\"margin\":\"0 auto 20px\",\"color\":\"inherit\",\"borderRadius\":\"4px\",\"background\":\"none\",\"width\":\"100%\",\"fontSize\":\"inherit\"}),attrs:{\"label\":\"档案文件\",\"prop\":\"danganwenjian\"}},[_c('file-upload',{attrs:{\"tip\":\"点击上传档案文件\",\"action\":\"file/upload\",\"limit\":1,\"type\":3,\"multiple\":true,\"fileUrls\":_vm.ruleForm.danganwenjian?_vm.ruleForm.danganwenjian:''},on:{\"change\":_vm.danganwenjianUploadChange}})],1):(_vm.ruleForm.danganwenjian)?_c('el-form-item',{style:({\"padding\":\"2px 0\",\"margin\":\"0 auto 20px\",\"color\":\"inherit\",\"borderRadius\":\"4px\",\"background\":\"none\",\"width\":\"100%\",\"fontSize\":\"inherit\"}),attrs:{\"label\":\"档案文件\",\"prop\":\"danganwenjian\"}},[_c('el-button',{style:({\"border\":\"1px solid #ced4da\",\"cursor\":\"pointer\",\"padding\":\"0 30px\",\"margin\":\"0 20px 0 0\",\"outline\":\"none\",\"color\":\"inherit\",\"borderRadius\":\"4px\",\"background\":\"none\",\"width\":\"auto\",\"lineHeight\":\"36px\",\"fontSize\":\"14px\",\"height\":\"40px\"}),attrs:{\"type\":\"text\",\"size\":\"small\"},on:{\"click\":function($event){return _vm.download(_vm.$base.url+_vm.ruleForm.danganwenjian)}}},[_vm._v(\"下载\")])],1):(!_vm.ruleForm.danganwenjian)?_c('el-form-item',{style:({\"padding\":\"2px 0\",\"margin\":\"0 auto 20px\",\"color\":\"inherit\",\"borderRadius\":\"4px\",\"background\":\"none\",\"width\":\"100%\",\"fontSize\":\"inherit\"}),attrs:{\"label\":\"档案文件\",\"prop\":\"danganwenjian\"}},[_c('el-button',{style:({\"border\":\"1px solid #ced4da\",\"cursor\":\"pointer\",\"padding\":\"0 30px\",\"margin\":\"0 20px 0 0\",\"outline\":\"none\",\"color\":\"inherit\",\"borderRadius\":\"4px\",\"background\":\"none\",\"width\":\"auto\",\"lineHeight\":\"36px\",\"fontSize\":\"14px\",\"height\":\"40px\"}),attrs:{\"type\":\"text\",\"size\":\"small\"}},[_vm._v(\"无\")])],1):_vm._e(),(_vm.type!='info')?_c('el-form-item',{staticClass:\"select\",style:({\"padding\":\"2px 0\",\"margin\":\"0 auto 20px\",\"color\":\"inherit\",\"borderRadius\":\"4px\",\"background\":\"none\",\"width\":\"100%\",\"fontSize\":\"inherit\"}),attrs:{\"label\":\"账号\",\"prop\":\"zhanghao\"}},[_c('el-select',{attrs:{\"disabled\":_vm.ro.zhanghao,\"placeholder\":\"请选择账号\"},on:{\"change\":_vm.zhanghaoChange},model:{value:(_vm.ruleForm.zhanghao),callback:function ($$v) {_vm.$set(_vm.ruleForm, \"zhanghao\", $$v)},expression:\"ruleForm.zhanghao\"}},_vm._l((_vm.zhanghaoOptions),function(item,index){return _c('el-option',{key:index,attrs:{\"label\":item,\"value\":item}})}),1)],1):(_vm.ruleForm.zhanghao)?_c('el-form-item',{staticClass:\"input\",style:({\"padding\":\"2px 0\",\"margin\":\"0 auto 20px\",\"color\":\"inherit\",\"borderRadius\":\"4px\",\"background\":\"none\",\"width\":\"100%\",\"fontSize\":\"inherit\"}),attrs:{\"label\":\"账号\",\"prop\":\"zhanghao\"}},[_c('el-input',{attrs:{\"placeholder\":\"账号\",\"readonly\":\"\"},model:{value:(_vm.ruleForm.zhanghao),callback:function ($$v) {_vm.$set(_vm.ruleForm, \"zhanghao\", $$v)},expression:\"ruleForm.zhanghao\"}})],1):_vm._e(),(_vm.type!='info')?_c('el-form-item',{staticClass:\"input\",style:({\"padding\":\"2px 0\",\"margin\":\"0 auto 20px\",\"color\":\"inherit\",\"borderRadius\":\"4px\",\"background\":\"none\",\"width\":\"100%\",\"fontSize\":\"inherit\"}),attrs:{\"label\":\"姓名\",\"prop\":\"xingming\"}},[_c('el-input',{attrs:{\"placeholder\":\"姓名\",\"clearable\":\"\",\"readonly\":_vm.ro.xingming},model:{value:(_vm.ruleForm.xingming),callback:function ($$v) {_vm.$set(_vm.ruleForm, \"xingming\", $$v)},expression:\"ruleForm.xingming\"}})],1):_c('el-form-item',{staticClass:\"input\",style:({\"padding\":\"2px 0\",\"margin\":\"0 auto 20px\",\"color\":\"inherit\",\"borderRadius\":\"4px\",\"background\":\"none\",\"width\":\"100%\",\"fontSize\":\"inherit\"}),attrs:{\"label\":\"姓名\",\"prop\":\"xingming\"}},[_c('el-input',{attrs:{\"placeholder\":\"姓名\",\"readonly\":\"\"},model:{value:(_vm.ruleForm.xingming),callback:function ($$v) {_vm.$set(_vm.ruleForm, \"xingming\", $$v)},expression:\"ruleForm.xingming\"}})],1),(_vm.type!='info')?_c('el-form-item',{staticClass:\"input\",style:({\"padding\":\"2px 0\",\"margin\":\"0 auto 20px\",\"color\":\"inherit\",\"borderRadius\":\"4px\",\"background\":\"none\",\"width\":\"100%\",\"fontSize\":\"inherit\"}),attrs:{\"label\":\"驾驶证号\",\"prop\":\"jiashizhenghao\"}},[_c('el-input',{attrs:{\"placeholder\":\"驾驶证号\",\"clearable\":\"\",\"readonly\":_vm.ro.jiashizhenghao},model:{value:(_vm.ruleForm.jiashizhenghao),callback:function ($$v) {_vm.$set(_vm.ruleForm, \"jiashizhenghao\", $$v)},expression:\"ruleForm.jiashizhenghao\"}})],1):_c('el-form-item',{staticClass:\"input\",style:({\"padding\":\"2px 0\",\"margin\":\"0 auto 20px\",\"color\":\"inherit\",\"borderRadius\":\"4px\",\"background\":\"none\",\"width\":\"100%\",\"fontSize\":\"inherit\"}),attrs:{\"label\":\"驾驶证号\",\"prop\":\"jiashizhenghao\"}},[_c('el-input',{attrs:{\"placeholder\":\"驾驶证号\",\"readonly\":\"\"},model:{value:(_vm.ruleForm.jiashizhenghao),callback:function ($$v) {_vm.$set(_vm.ruleForm, \"jiashizhenghao\", $$v)},expression:\"ruleForm.jiashizhenghao\"}})],1),(_vm.type!='info')?_c('el-form-item',{staticClass:\"input\",style:({\"padding\":\"2px 0\",\"margin\":\"0 auto 20px\",\"color\":\"inherit\",\"borderRadius\":\"4px\",\"background\":\"none\",\"width\":\"100%\",\"fontSize\":\"inherit\"}),attrs:{\"label\":\"员工账号\",\"prop\":\"yuangongzhanghao\"}},[_c('el-input',{attrs:{\"placeholder\":\"员工账号\",\"clearable\":\"\",\"readonly\":_vm.ro.yuangongzhanghao},model:{value:(_vm.ruleForm.yuangongzhanghao),callback:function ($$v) {_vm.$set(_vm.ruleForm, \"yuangongzhanghao\", $$v)},expression:\"ruleForm.yuangongzhanghao\"}})],1):_c('el-form-item',{staticClass:\"input\",style:({\"padding\":\"2px 0\",\"margin\":\"0 auto 20px\",\"color\":\"inherit\",\"borderRadius\":\"4px\",\"background\":\"none\",\"width\":\"100%\",\"fontSize\":\"inherit\"}),attrs:{\"label\":\"员工账号\",\"prop\":\"yuangongzhanghao\"}},[_c('el-input',{attrs:{\"placeholder\":\"员工账号\",\"readonly\":\"\"},model:{value:(_vm.ruleForm.yuangongzhanghao),callback:function ($$v) {_vm.$set(_vm.ruleForm, \"yuangongzhanghao\", $$v)},expression:\"ruleForm.yuangongzhanghao\"}})],1),(_vm.type!='info')?_c('el-form-item',{staticClass:\"input\",style:({\"padding\":\"2px 0\",\"margin\":\"0 auto 20px\",\"color\":\"inherit\",\"borderRadius\":\"4px\",\"background\":\"none\",\"width\":\"100%\",\"fontSize\":\"inherit\"}),attrs:{\"label\":\"员工姓名\",\"prop\":\"yuangongxingming\"}},[_c('el-input',{attrs:{\"placeholder\":\"员工姓名\",\"clearable\":\"\",\"readonly\":_vm.ro.yuangongxingming},model:{value:(_vm.ruleForm.yuangongxingming),callback:function ($$v) {_vm.$set(_vm.ruleForm, \"yuangongxingming\", $$v)},expression:\"ruleForm.yuangongxingming\"}})],1):_c('el-form-item',{staticClass:\"input\",style:({\"padding\":\"2px 0\",\"margin\":\"0 auto 20px\",\"color\":\"inherit\",\"borderRadius\":\"4px\",\"background\":\"none\",\"width\":\"100%\",\"fontSize\":\"inherit\"}),attrs:{\"label\":\"员工姓名\",\"prop\":\"yuangongxingming\"}},[_c('el-input',{attrs:{\"placeholder\":\"员工姓名\",\"readonly\":\"\"},model:{value:(_vm.ruleForm.yuangongxingming),callback:function ($$v) {_vm.$set(_vm.ruleForm, \"yuangongxingming\", $$v)},expression:\"ruleForm.yuangongxingming\"}})],1)],(_vm.type!='info')?_c('el-form-item',{style:({\"padding\":\"2px 0\",\"margin\":\"0 auto 20px\",\"color\":\"inherit\",\"borderRadius\":\"4px\",\"background\":\"none\",\"width\":\"100%\",\"fontSize\":\"inherit\"}),attrs:{\"label\":\"车辆详情\",\"prop\":\"cheliangxiangqing\"}},[_c('editor',{staticClass:\"editor\",staticStyle:{\"min-width\":\"200px\",\"max-width\":\"600px\"},attrs:{\"action\":\"file/upload\"},model:{value:(_vm.ruleForm.cheliangxiangqing),callback:function ($$v) {_vm.$set(_vm.ruleForm, \"cheliangxiangqing\", $$v)},expression:\"ruleForm.cheliangxiangqing\"}})],1):(_vm.ruleForm.cheliangxiangqing)?_c('el-form-item',{style:({\"padding\":\"2px 0\",\"margin\":\"0 auto 20px\",\"color\":\"inherit\",\"borderRadius\":\"4px\",\"background\":\"none\",\"width\":\"100%\",\"fontSize\":\"inherit\"}),attrs:{\"label\":\"车辆详情\",\"prop\":\"cheliangxiangqing\"}},[_c('span',{style:({\"fontSize\":\"14px\",\"lineHeight\":\"40px\",\"color\":\"inherit\",\"fontWeight\":\"500\",\"display\":\"inline-block\"}),domProps:{\"innerHTML\":_vm._s(_vm.ruleForm.cheliangxiangqing)}})]):_vm._e(),_c('el-form-item',{staticClass:\"btn\",style:({\"padding\":\"0\",\"margin\":\"30px auto\",\"alignItems\":\"center\",\"textAlign\":\"center\",\"background\":\"none\",\"display\":\"flex\",\"width\":\"60%\",\"fontSize\":\"18px\"})},[(_vm.type!='info')?_c('el-button',{staticClass:\"btn3\",attrs:{\"type\":\"success\"},on:{\"click\":_vm.onSubmit}},[_c('span',{staticClass:\"icon iconfont icon-tijiao16\",style:({\"margin\":\"0 2px\",\"fontSize\":\"inherit\",\"color\":\"inherit\",\"display\":\"none\"})}),_vm._v(\" 确定 \")]):_vm._e(),(_vm.type!='info')?_c('el-button',{staticClass:\"btn4\",attrs:{\"type\":\"success\"},on:{\"click\":function($event){return _vm.back()}}},[_c('span',{staticClass:\"icon iconfont icon-quxiao09\",style:({\"margin\":\"0 2px\",\"fontSize\":\"inherit\",\"color\":\"inherit\",\"display\":\"none\"})}),_vm._v(\" 取消 \")]):_vm._e(),(_vm.type=='info')?_c('el-button',{staticClass:\"btn5\",attrs:{\"type\":\"success\"},on:{\"click\":function($event){return _vm.back()}}},[_c('span',{staticClass:\"icon iconfont icon-fanhui01\",style:({\"margin\":\"0 2px\",\"fontSize\":\"inherit\",\"color\":\"inherit\",\"display\":\"none\"})}),_vm._v(\" 返回 \")]):_vm._e()],1)],2)],1)\n}\nvar staticRenderFns = []\n\nexport { render, staticRenderFns }","\r\n\r\n\r\n","import mod from \"-!../../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_cache-loader@4.1.0@cache-loader/dist/cjs.js??ref--13-0!../../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_thread-loader@2.1.3@thread-loader/dist/cjs.js!../../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_babel-loader@8.4.1@babel-loader/lib/index.js!../../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_cache-loader@4.1.0@cache-loader/dist/cjs.js??ref--1-0!../../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_vue-loader@15.11.1@vue-loader/lib/index.js??vue-loader-options!./add-or-update.vue?vue&type=script&lang=js\"; export default mod; export * from \"-!../../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_cache-loader@4.1.0@cache-loader/dist/cjs.js??ref--13-0!../../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_thread-loader@2.1.3@thread-loader/dist/cjs.js!../../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_babel-loader@8.4.1@babel-loader/lib/index.js!../../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_cache-loader@4.1.0@cache-loader/dist/cjs.js??ref--1-0!../../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_vue-loader@15.11.1@vue-loader/lib/index.js??vue-loader-options!./add-or-update.vue?vue&type=script&lang=js\"","import { render, staticRenderFns } from \"./add-or-update.vue?vue&type=template&id=2bc57788&scoped=true\"\nimport script from \"./add-or-update.vue?vue&type=script&lang=js\"\nexport * from \"./add-or-update.vue?vue&type=script&lang=js\"\nimport style0 from \"./add-or-update.vue?vue&type=style&index=0&id=2bc57788&prod&lang=scss&scoped=true\"\n\n\n/* normalize component */\nimport normalizer from \"!../../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_vue-loader@15.11.1@vue-loader/lib/runtime/componentNormalizer.js\"\nvar component = normalizer(\n script,\n render,\n staticRenderFns,\n false,\n null,\n \"2bc57788\",\n null\n \n)\n\nexport default component.exports","var render = function render(){var _vm=this,_c=_vm._self._c;return _c('div',{staticClass:\"addEdit-block\",style:({\"minHeight\":\"calc(100vh - 200px)\",\"padding\":\"0px 0 30px\",\"margin\":\"0 auto\",\"color\":\"#8e99a2\",\"background\":\"none\",\"width\":\"calc(100% - 0px)\",\"fontSize\":\"14px\",\"height\":\"100%\"})},[_c('el-form',{ref:\"ruleForm\",staticClass:\"add-update-preview\",style:({\"padding\":\"30px 5%\",\"borderColor\":\"#f6f6f6\",\"alignItems\":\"flex-start\",\"borderRadius\":\"4px\",\"flexWrap\":\"wrap\",\"background\":\"rgba(255,255,255,.9)\",\"borderWidth\":\"2px\",\"display\":\"flex\",\"fontSize\":\"inherit\",\"borderStyle\":\"solid\"}),attrs:{\"model\":_vm.ruleForm,\"rules\":_vm.rules,\"label-width\":\"200px\"}},[[(_vm.type!='info')?_c('el-form-item',{staticClass:\"input\",style:({\"padding\":\"2px 0\",\"margin\":\"0 auto 20px\",\"color\":\"inherit\",\"borderRadius\":\"4px\",\"background\":\"none\",\"width\":\"100%\",\"fontSize\":\"inherit\"}),attrs:{\"label\":\"保险公司\",\"prop\":\"baoxiangongsi\"}},[_c('el-input',{attrs:{\"placeholder\":\"保险公司\",\"clearable\":\"\",\"readonly\":_vm.ro.baoxiangongsi},model:{value:(_vm.ruleForm.baoxiangongsi),callback:function ($$v) {_vm.$set(_vm.ruleForm, \"baoxiangongsi\", $$v)},expression:\"ruleForm.baoxiangongsi\"}})],1):_c('el-form-item',{staticClass:\"input\",style:({\"padding\":\"2px 0\",\"margin\":\"0 auto 20px\",\"color\":\"inherit\",\"borderRadius\":\"4px\",\"background\":\"none\",\"width\":\"100%\",\"fontSize\":\"inherit\"}),attrs:{\"label\":\"保险公司\",\"prop\":\"baoxiangongsi\"}},[_c('el-input',{attrs:{\"placeholder\":\"保险公司\",\"readonly\":\"\"},model:{value:(_vm.ruleForm.baoxiangongsi),callback:function ($$v) {_vm.$set(_vm.ruleForm, \"baoxiangongsi\", $$v)},expression:\"ruleForm.baoxiangongsi\"}})],1),(_vm.type!='info')?_c('el-form-item',{staticClass:\"input\",style:({\"padding\":\"2px 0\",\"margin\":\"0 auto 20px\",\"color\":\"inherit\",\"borderRadius\":\"4px\",\"background\":\"none\",\"width\":\"100%\",\"fontSize\":\"inherit\"}),attrs:{\"label\":\"保险类型\",\"prop\":\"baoxianleixing\"}},[_c('el-input',{attrs:{\"placeholder\":\"保险类型\",\"clearable\":\"\",\"readonly\":_vm.ro.baoxianleixing},model:{value:(_vm.ruleForm.baoxianleixing),callback:function ($$v) {_vm.$set(_vm.ruleForm, \"baoxianleixing\", $$v)},expression:\"ruleForm.baoxianleixing\"}})],1):_c('el-form-item',{staticClass:\"input\",style:({\"padding\":\"2px 0\",\"margin\":\"0 auto 20px\",\"color\":\"inherit\",\"borderRadius\":\"4px\",\"background\":\"none\",\"width\":\"100%\",\"fontSize\":\"inherit\"}),attrs:{\"label\":\"保险类型\",\"prop\":\"baoxianleixing\"}},[_c('el-input',{attrs:{\"placeholder\":\"保险类型\",\"readonly\":\"\"},model:{value:(_vm.ruleForm.baoxianleixing),callback:function ($$v) {_vm.$set(_vm.ruleForm, \"baoxianleixing\", $$v)},expression:\"ruleForm.baoxianleixing\"}})],1),(_vm.type!='info')?_c('el-form-item',{staticClass:\"input\",style:({\"padding\":\"2px 0\",\"margin\":\"0 auto 20px\",\"color\":\"inherit\",\"borderRadius\":\"4px\",\"background\":\"none\",\"width\":\"100%\",\"fontSize\":\"inherit\"}),attrs:{\"label\":\"保险金额\",\"prop\":\"baoxianjine\"}},[_c('el-input-number',{attrs:{\"placeholder\":\"保险金额\",\"readonly\":_vm.ro.baoxianjine},model:{value:(_vm.ruleForm.baoxianjine),callback:function ($$v) {_vm.$set(_vm.ruleForm, \"baoxianjine\", $$v)},expression:\"ruleForm.baoxianjine\"}})],1):_c('el-form-item',{staticClass:\"input\",style:({\"padding\":\"2px 0\",\"margin\":\"0 auto 20px\",\"color\":\"inherit\",\"borderRadius\":\"4px\",\"background\":\"none\",\"width\":\"100%\",\"fontSize\":\"inherit\"}),attrs:{\"label\":\"保险金额\",\"prop\":\"baoxianjine\"}},[_c('el-input',{attrs:{\"placeholder\":\"保险金额\",\"readonly\":\"\"},model:{value:(_vm.ruleForm.baoxianjine),callback:function ($$v) {_vm.$set(_vm.ruleForm, \"baoxianjine\", $$v)},expression:\"ruleForm.baoxianjine\"}})],1),(_vm.type!='info')?_c('el-form-item',{staticClass:\"date\",style:({\"padding\":\"2px 0\",\"margin\":\"0 auto 20px\",\"color\":\"inherit\",\"borderRadius\":\"4px\",\"background\":\"none\",\"width\":\"100%\",\"fontSize\":\"inherit\"}),attrs:{\"label\":\"生效日期\",\"prop\":\"shengxiaoriqi\"}},[_c('el-date-picker',{attrs:{\"format\":\"yyyy 年 MM 月 dd 日\",\"value-format\":\"yyyy-MM-dd\",\"type\":\"date\",\"readonly\":_vm.ro.shengxiaoriqi,\"placeholder\":\"生效日期\"},model:{value:(_vm.ruleForm.shengxiaoriqi),callback:function ($$v) {_vm.$set(_vm.ruleForm, \"shengxiaoriqi\", $$v)},expression:\"ruleForm.shengxiaoriqi\"}})],1):(_vm.ruleForm.shengxiaoriqi)?_c('el-form-item',{staticClass:\"input\",style:({\"padding\":\"2px 0\",\"margin\":\"0 auto 20px\",\"color\":\"inherit\",\"borderRadius\":\"4px\",\"background\":\"none\",\"width\":\"100%\",\"fontSize\":\"inherit\"}),attrs:{\"label\":\"生效日期\",\"prop\":\"shengxiaoriqi\"}},[_c('el-input',{attrs:{\"placeholder\":\"生效日期\",\"readonly\":\"\"},model:{value:(_vm.ruleForm.shengxiaoriqi),callback:function ($$v) {_vm.$set(_vm.ruleForm, \"shengxiaoriqi\", $$v)},expression:\"ruleForm.shengxiaoriqi\"}})],1):_vm._e(),(_vm.type!='info')?_c('el-form-item',{staticClass:\"date\",style:({\"padding\":\"2px 0\",\"margin\":\"0 auto 20px\",\"color\":\"inherit\",\"borderRadius\":\"4px\",\"background\":\"none\",\"width\":\"100%\",\"fontSize\":\"inherit\"}),attrs:{\"label\":\"有效期至\",\"prop\":\"youxiaoqizhi\"}},[_c('el-date-picker',{attrs:{\"format\":\"yyyy 年 MM 月 dd 日\",\"value-format\":\"yyyy-MM-dd\",\"type\":\"date\",\"readonly\":_vm.ro.youxiaoqizhi,\"placeholder\":\"有效期至\"},model:{value:(_vm.ruleForm.youxiaoqizhi),callback:function ($$v) {_vm.$set(_vm.ruleForm, \"youxiaoqizhi\", $$v)},expression:\"ruleForm.youxiaoqizhi\"}})],1):(_vm.ruleForm.youxiaoqizhi)?_c('el-form-item',{staticClass:\"input\",style:({\"padding\":\"2px 0\",\"margin\":\"0 auto 20px\",\"color\":\"inherit\",\"borderRadius\":\"4px\",\"background\":\"none\",\"width\":\"100%\",\"fontSize\":\"inherit\"}),attrs:{\"label\":\"有效期至\",\"prop\":\"youxiaoqizhi\"}},[_c('el-input',{attrs:{\"placeholder\":\"有效期至\",\"readonly\":\"\"},model:{value:(_vm.ruleForm.youxiaoqizhi),callback:function ($$v) {_vm.$set(_vm.ruleForm, \"youxiaoqizhi\", $$v)},expression:\"ruleForm.youxiaoqizhi\"}})],1):_vm._e(),(_vm.type!='info')?_c('el-form-item',{staticClass:\"input\",style:({\"padding\":\"2px 0\",\"margin\":\"0 auto 20px\",\"color\":\"inherit\",\"borderRadius\":\"4px\",\"background\":\"none\",\"width\":\"100%\",\"fontSize\":\"inherit\"}),attrs:{\"label\":\"车牌号\",\"prop\":\"chepaihao\"}},[_c('el-input',{attrs:{\"placeholder\":\"车牌号\",\"clearable\":\"\",\"readonly\":_vm.ro.chepaihao},model:{value:(_vm.ruleForm.chepaihao),callback:function ($$v) {_vm.$set(_vm.ruleForm, \"chepaihao\", $$v)},expression:\"ruleForm.chepaihao\"}})],1):_c('el-form-item',{staticClass:\"input\",style:({\"padding\":\"2px 0\",\"margin\":\"0 auto 20px\",\"color\":\"inherit\",\"borderRadius\":\"4px\",\"background\":\"none\",\"width\":\"100%\",\"fontSize\":\"inherit\"}),attrs:{\"label\":\"车牌号\",\"prop\":\"chepaihao\"}},[_c('el-input',{attrs:{\"placeholder\":\"车牌号\",\"readonly\":\"\"},model:{value:(_vm.ruleForm.chepaihao),callback:function ($$v) {_vm.$set(_vm.ruleForm, \"chepaihao\", $$v)},expression:\"ruleForm.chepaihao\"}})],1),(_vm.type!='info')?_c('el-form-item',{staticClass:\"input\",style:({\"padding\":\"2px 0\",\"margin\":\"0 auto 20px\",\"color\":\"inherit\",\"borderRadius\":\"4px\",\"background\":\"none\",\"width\":\"100%\",\"fontSize\":\"inherit\"}),attrs:{\"label\":\"车辆型号\",\"prop\":\"cheliangxinghao\"}},[_c('el-input',{attrs:{\"placeholder\":\"车辆型号\",\"clearable\":\"\",\"readonly\":_vm.ro.cheliangxinghao},model:{value:(_vm.ruleForm.cheliangxinghao),callback:function ($$v) {_vm.$set(_vm.ruleForm, \"cheliangxinghao\", $$v)},expression:\"ruleForm.cheliangxinghao\"}})],1):_c('el-form-item',{staticClass:\"input\",style:({\"padding\":\"2px 0\",\"margin\":\"0 auto 20px\",\"color\":\"inherit\",\"borderRadius\":\"4px\",\"background\":\"none\",\"width\":\"100%\",\"fontSize\":\"inherit\"}),attrs:{\"label\":\"车辆型号\",\"prop\":\"cheliangxinghao\"}},[_c('el-input',{attrs:{\"placeholder\":\"车辆型号\",\"readonly\":\"\"},model:{value:(_vm.ruleForm.cheliangxinghao),callback:function ($$v) {_vm.$set(_vm.ruleForm, \"cheliangxinghao\", $$v)},expression:\"ruleForm.cheliangxinghao\"}})],1),(_vm.type!='info')?_c('el-form-item',{staticClass:\"input\",style:({\"padding\":\"2px 0\",\"margin\":\"0 auto 20px\",\"color\":\"inherit\",\"borderRadius\":\"4px\",\"background\":\"none\",\"width\":\"100%\",\"fontSize\":\"inherit\"}),attrs:{\"label\":\"车辆品牌\",\"prop\":\"cheliangpinpai\"}},[_c('el-input',{attrs:{\"placeholder\":\"车辆品牌\",\"clearable\":\"\",\"readonly\":_vm.ro.cheliangpinpai},model:{value:(_vm.ruleForm.cheliangpinpai),callback:function ($$v) {_vm.$set(_vm.ruleForm, \"cheliangpinpai\", $$v)},expression:\"ruleForm.cheliangpinpai\"}})],1):_c('el-form-item',{staticClass:\"input\",style:({\"padding\":\"2px 0\",\"margin\":\"0 auto 20px\",\"color\":\"inherit\",\"borderRadius\":\"4px\",\"background\":\"none\",\"width\":\"100%\",\"fontSize\":\"inherit\"}),attrs:{\"label\":\"车辆品牌\",\"prop\":\"cheliangpinpai\"}},[_c('el-input',{attrs:{\"placeholder\":\"车辆品牌\",\"readonly\":\"\"},model:{value:(_vm.ruleForm.cheliangpinpai),callback:function ($$v) {_vm.$set(_vm.ruleForm, \"cheliangpinpai\", $$v)},expression:\"ruleForm.cheliangpinpai\"}})],1),(_vm.type!='info')?_c('el-form-item',{staticClass:\"input\",style:({\"padding\":\"2px 0\",\"margin\":\"0 auto 20px\",\"color\":\"inherit\",\"borderRadius\":\"4px\",\"background\":\"none\",\"width\":\"100%\",\"fontSize\":\"inherit\"}),attrs:{\"label\":\"车辆类型\",\"prop\":\"cheliangleixing\"}},[_c('el-input',{attrs:{\"placeholder\":\"车辆类型\",\"clearable\":\"\",\"readonly\":_vm.ro.cheliangleixing},model:{value:(_vm.ruleForm.cheliangleixing),callback:function ($$v) {_vm.$set(_vm.ruleForm, \"cheliangleixing\", $$v)},expression:\"ruleForm.cheliangleixing\"}})],1):_c('el-form-item',{staticClass:\"input\",style:({\"padding\":\"2px 0\",\"margin\":\"0 auto 20px\",\"color\":\"inherit\",\"borderRadius\":\"4px\",\"background\":\"none\",\"width\":\"100%\",\"fontSize\":\"inherit\"}),attrs:{\"label\":\"车辆类型\",\"prop\":\"cheliangleixing\"}},[_c('el-input',{attrs:{\"placeholder\":\"车辆类型\",\"readonly\":\"\"},model:{value:(_vm.ruleForm.cheliangleixing),callback:function ($$v) {_vm.$set(_vm.ruleForm, \"cheliangleixing\", $$v)},expression:\"ruleForm.cheliangleixing\"}})],1),(_vm.type!='info')?_c('el-form-item',{staticClass:\"input\",style:({\"padding\":\"2px 0\",\"margin\":\"0 auto 20px\",\"color\":\"inherit\",\"borderRadius\":\"4px\",\"background\":\"none\",\"width\":\"100%\",\"fontSize\":\"inherit\"}),attrs:{\"label\":\"发动机号\",\"prop\":\"fadongjihao\"}},[_c('el-input',{attrs:{\"placeholder\":\"发动机号\",\"clearable\":\"\",\"readonly\":_vm.ro.fadongjihao},model:{value:(_vm.ruleForm.fadongjihao),callback:function ($$v) {_vm.$set(_vm.ruleForm, \"fadongjihao\", $$v)},expression:\"ruleForm.fadongjihao\"}})],1):_c('el-form-item',{staticClass:\"input\",style:({\"padding\":\"2px 0\",\"margin\":\"0 auto 20px\",\"color\":\"inherit\",\"borderRadius\":\"4px\",\"background\":\"none\",\"width\":\"100%\",\"fontSize\":\"inherit\"}),attrs:{\"label\":\"发动机号\",\"prop\":\"fadongjihao\"}},[_c('el-input',{attrs:{\"placeholder\":\"发动机号\",\"readonly\":\"\"},model:{value:(_vm.ruleForm.fadongjihao),callback:function ($$v) {_vm.$set(_vm.ruleForm, \"fadongjihao\", $$v)},expression:\"ruleForm.fadongjihao\"}})],1),(_vm.type!='info')?_c('el-form-item',{staticClass:\"input\",style:({\"padding\":\"2px 0\",\"margin\":\"0 auto 20px\",\"color\":\"inherit\",\"borderRadius\":\"4px\",\"background\":\"none\",\"width\":\"100%\",\"fontSize\":\"inherit\"}),attrs:{\"label\":\"车架号\",\"prop\":\"chejiahao\"}},[_c('el-input',{attrs:{\"placeholder\":\"车架号\",\"clearable\":\"\",\"readonly\":_vm.ro.chejiahao},model:{value:(_vm.ruleForm.chejiahao),callback:function ($$v) {_vm.$set(_vm.ruleForm, \"chejiahao\", $$v)},expression:\"ruleForm.chejiahao\"}})],1):_c('el-form-item',{staticClass:\"input\",style:({\"padding\":\"2px 0\",\"margin\":\"0 auto 20px\",\"color\":\"inherit\",\"borderRadius\":\"4px\",\"background\":\"none\",\"width\":\"100%\",\"fontSize\":\"inherit\"}),attrs:{\"label\":\"车架号\",\"prop\":\"chejiahao\"}},[_c('el-input',{attrs:{\"placeholder\":\"车架号\",\"readonly\":\"\"},model:{value:(_vm.ruleForm.chejiahao),callback:function ($$v) {_vm.$set(_vm.ruleForm, \"chejiahao\", $$v)},expression:\"ruleForm.chejiahao\"}})],1),(_vm.type!='info')?_c('el-form-item',{staticClass:\"date\",style:({\"padding\":\"2px 0\",\"margin\":\"0 auto 20px\",\"color\":\"inherit\",\"borderRadius\":\"4px\",\"background\":\"none\",\"width\":\"100%\",\"fontSize\":\"inherit\"}),attrs:{\"label\":\"登记日期\",\"prop\":\"dengjiriqi\"}},[_c('el-date-picker',{attrs:{\"format\":\"yyyy 年 MM 月 dd 日\",\"value-format\":\"yyyy-MM-dd\",\"type\":\"date\",\"readonly\":_vm.ro.dengjiriqi,\"placeholder\":\"登记日期\"},model:{value:(_vm.ruleForm.dengjiriqi),callback:function ($$v) {_vm.$set(_vm.ruleForm, \"dengjiriqi\", $$v)},expression:\"ruleForm.dengjiriqi\"}})],1):(_vm.ruleForm.dengjiriqi)?_c('el-form-item',{staticClass:\"input\",style:({\"padding\":\"2px 0\",\"margin\":\"0 auto 20px\",\"color\":\"inherit\",\"borderRadius\":\"4px\",\"background\":\"none\",\"width\":\"100%\",\"fontSize\":\"inherit\"}),attrs:{\"label\":\"登记日期\",\"prop\":\"dengjiriqi\"}},[_c('el-input',{attrs:{\"placeholder\":\"登记日期\",\"readonly\":\"\"},model:{value:(_vm.ruleForm.dengjiriqi),callback:function ($$v) {_vm.$set(_vm.ruleForm, \"dengjiriqi\", $$v)},expression:\"ruleForm.dengjiriqi\"}})],1):_vm._e(),(_vm.type!='info')?_c('el-form-item',{staticClass:\"input\",style:({\"padding\":\"2px 0\",\"margin\":\"0 auto 20px\",\"color\":\"inherit\",\"borderRadius\":\"4px\",\"background\":\"none\",\"width\":\"100%\",\"fontSize\":\"inherit\"}),attrs:{\"label\":\"账号\",\"prop\":\"zhanghao\"}},[_c('el-input',{attrs:{\"placeholder\":\"账号\",\"clearable\":\"\",\"readonly\":_vm.ro.zhanghao},model:{value:(_vm.ruleForm.zhanghao),callback:function ($$v) {_vm.$set(_vm.ruleForm, \"zhanghao\", $$v)},expression:\"ruleForm.zhanghao\"}})],1):_c('el-form-item',{staticClass:\"input\",style:({\"padding\":\"2px 0\",\"margin\":\"0 auto 20px\",\"color\":\"inherit\",\"borderRadius\":\"4px\",\"background\":\"none\",\"width\":\"100%\",\"fontSize\":\"inherit\"}),attrs:{\"label\":\"账号\",\"prop\":\"zhanghao\"}},[_c('el-input',{attrs:{\"placeholder\":\"账号\",\"readonly\":\"\"},model:{value:(_vm.ruleForm.zhanghao),callback:function ($$v) {_vm.$set(_vm.ruleForm, \"zhanghao\", $$v)},expression:\"ruleForm.zhanghao\"}})],1),(_vm.type!='info')?_c('el-form-item',{staticClass:\"input\",style:({\"padding\":\"2px 0\",\"margin\":\"0 auto 20px\",\"color\":\"inherit\",\"borderRadius\":\"4px\",\"background\":\"none\",\"width\":\"100%\",\"fontSize\":\"inherit\"}),attrs:{\"label\":\"姓名\",\"prop\":\"xingming\"}},[_c('el-input',{attrs:{\"placeholder\":\"姓名\",\"clearable\":\"\",\"readonly\":_vm.ro.xingming},model:{value:(_vm.ruleForm.xingming),callback:function ($$v) {_vm.$set(_vm.ruleForm, \"xingming\", $$v)},expression:\"ruleForm.xingming\"}})],1):_c('el-form-item',{staticClass:\"input\",style:({\"padding\":\"2px 0\",\"margin\":\"0 auto 20px\",\"color\":\"inherit\",\"borderRadius\":\"4px\",\"background\":\"none\",\"width\":\"100%\",\"fontSize\":\"inherit\"}),attrs:{\"label\":\"姓名\",\"prop\":\"xingming\"}},[_c('el-input',{attrs:{\"placeholder\":\"姓名\",\"readonly\":\"\"},model:{value:(_vm.ruleForm.xingming),callback:function ($$v) {_vm.$set(_vm.ruleForm, \"xingming\", $$v)},expression:\"ruleForm.xingming\"}})],1),(_vm.type!='info')?_c('el-form-item',{staticClass:\"input\",style:({\"padding\":\"2px 0\",\"margin\":\"0 auto 20px\",\"color\":\"inherit\",\"borderRadius\":\"4px\",\"background\":\"none\",\"width\":\"100%\",\"fontSize\":\"inherit\"}),attrs:{\"label\":\"驾驶证号\",\"prop\":\"jiashizhenghao\"}},[_c('el-input',{attrs:{\"placeholder\":\"驾驶证号\",\"clearable\":\"\",\"readonly\":_vm.ro.jiashizhenghao},model:{value:(_vm.ruleForm.jiashizhenghao),callback:function ($$v) {_vm.$set(_vm.ruleForm, \"jiashizhenghao\", $$v)},expression:\"ruleForm.jiashizhenghao\"}})],1):_c('el-form-item',{staticClass:\"input\",style:({\"padding\":\"2px 0\",\"margin\":\"0 auto 20px\",\"color\":\"inherit\",\"borderRadius\":\"4px\",\"background\":\"none\",\"width\":\"100%\",\"fontSize\":\"inherit\"}),attrs:{\"label\":\"驾驶证号\",\"prop\":\"jiashizhenghao\"}},[_c('el-input',{attrs:{\"placeholder\":\"驾驶证号\",\"readonly\":\"\"},model:{value:(_vm.ruleForm.jiashizhenghao),callback:function ($$v) {_vm.$set(_vm.ruleForm, \"jiashizhenghao\", $$v)},expression:\"ruleForm.jiashizhenghao\"}})],1),(_vm.type!='info')?_c('el-form-item',{staticClass:\"input\",style:({\"padding\":\"2px 0\",\"margin\":\"0 auto 20px\",\"color\":\"inherit\",\"borderRadius\":\"4px\",\"background\":\"none\",\"width\":\"100%\",\"fontSize\":\"inherit\"}),attrs:{\"label\":\"员工账号\",\"prop\":\"yuangongzhanghao\"}},[_c('el-input',{attrs:{\"placeholder\":\"员工账号\",\"clearable\":\"\",\"readonly\":_vm.ro.yuangongzhanghao},model:{value:(_vm.ruleForm.yuangongzhanghao),callback:function ($$v) {_vm.$set(_vm.ruleForm, \"yuangongzhanghao\", $$v)},expression:\"ruleForm.yuangongzhanghao\"}})],1):_c('el-form-item',{staticClass:\"input\",style:({\"padding\":\"2px 0\",\"margin\":\"0 auto 20px\",\"color\":\"inherit\",\"borderRadius\":\"4px\",\"background\":\"none\",\"width\":\"100%\",\"fontSize\":\"inherit\"}),attrs:{\"label\":\"员工账号\",\"prop\":\"yuangongzhanghao\"}},[_c('el-input',{attrs:{\"placeholder\":\"员工账号\",\"readonly\":\"\"},model:{value:(_vm.ruleForm.yuangongzhanghao),callback:function ($$v) {_vm.$set(_vm.ruleForm, \"yuangongzhanghao\", $$v)},expression:\"ruleForm.yuangongzhanghao\"}})],1),(_vm.type!='info')?_c('el-form-item',{staticClass:\"input\",style:({\"padding\":\"2px 0\",\"margin\":\"0 auto 20px\",\"color\":\"inherit\",\"borderRadius\":\"4px\",\"background\":\"none\",\"width\":\"100%\",\"fontSize\":\"inherit\"}),attrs:{\"label\":\"员工姓名\",\"prop\":\"yuangongxingming\"}},[_c('el-input',{attrs:{\"placeholder\":\"员工姓名\",\"clearable\":\"\",\"readonly\":_vm.ro.yuangongxingming},model:{value:(_vm.ruleForm.yuangongxingming),callback:function ($$v) {_vm.$set(_vm.ruleForm, \"yuangongxingming\", $$v)},expression:\"ruleForm.yuangongxingming\"}})],1):_c('el-form-item',{staticClass:\"input\",style:({\"padding\":\"2px 0\",\"margin\":\"0 auto 20px\",\"color\":\"inherit\",\"borderRadius\":\"4px\",\"background\":\"none\",\"width\":\"100%\",\"fontSize\":\"inherit\"}),attrs:{\"label\":\"员工姓名\",\"prop\":\"yuangongxingming\"}},[_c('el-input',{attrs:{\"placeholder\":\"员工姓名\",\"readonly\":\"\"},model:{value:(_vm.ruleForm.yuangongxingming),callback:function ($$v) {_vm.$set(_vm.ruleForm, \"yuangongxingming\", $$v)},expression:\"ruleForm.yuangongxingming\"}})],1)],_c('el-form-item',{staticClass:\"btn\",style:({\"padding\":\"0\",\"margin\":\"30px auto\",\"alignItems\":\"center\",\"textAlign\":\"center\",\"background\":\"none\",\"display\":\"flex\",\"width\":\"60%\",\"fontSize\":\"18px\"})},[(_vm.type!='info')?_c('el-button',{staticClass:\"btn3\",attrs:{\"type\":\"success\"},on:{\"click\":_vm.onSubmit}},[_c('span',{staticClass:\"icon iconfont icon-tijiao16\",style:({\"margin\":\"0 2px\",\"fontSize\":\"inherit\",\"color\":\"inherit\",\"display\":\"none\"})}),_vm._v(\" 确定 \")]):_vm._e(),(_vm.type!='info')?_c('el-button',{staticClass:\"btn4\",attrs:{\"type\":\"success\"},on:{\"click\":function($event){return _vm.back()}}},[_c('span',{staticClass:\"icon iconfont icon-quxiao09\",style:({\"margin\":\"0 2px\",\"fontSize\":\"inherit\",\"color\":\"inherit\",\"display\":\"none\"})}),_vm._v(\" 取消 \")]):_vm._e(),(_vm.type=='info')?_c('el-button',{staticClass:\"btn5\",attrs:{\"type\":\"success\"},on:{\"click\":function($event){return _vm.back()}}},[_c('span',{staticClass:\"icon iconfont icon-fanhui01\",style:({\"margin\":\"0 2px\",\"fontSize\":\"inherit\",\"color\":\"inherit\",\"display\":\"none\"})}),_vm._v(\" 返回 \")]):_vm._e()],1)],2)],1)\n}\nvar staticRenderFns = []\n\nexport { render, staticRenderFns }","\r\n\r\n\r\n","import mod from \"-!../../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_cache-loader@4.1.0@cache-loader/dist/cjs.js??ref--13-0!../../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_thread-loader@2.1.3@thread-loader/dist/cjs.js!../../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_babel-loader@8.4.1@babel-loader/lib/index.js!../../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_cache-loader@4.1.0@cache-loader/dist/cjs.js??ref--1-0!../../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_vue-loader@15.11.1@vue-loader/lib/index.js??vue-loader-options!./add-or-update.vue?vue&type=script&lang=js\"; export default mod; export * from \"-!../../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_cache-loader@4.1.0@cache-loader/dist/cjs.js??ref--13-0!../../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_thread-loader@2.1.3@thread-loader/dist/cjs.js!../../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_babel-loader@8.4.1@babel-loader/lib/index.js!../../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_cache-loader@4.1.0@cache-loader/dist/cjs.js??ref--1-0!../../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_vue-loader@15.11.1@vue-loader/lib/index.js??vue-loader-options!./add-or-update.vue?vue&type=script&lang=js\"","import { render, staticRenderFns } from \"./add-or-update.vue?vue&type=template&id=92e7315c&scoped=true\"\nimport script from \"./add-or-update.vue?vue&type=script&lang=js\"\nexport * from \"./add-or-update.vue?vue&type=script&lang=js\"\nimport style0 from \"./add-or-update.vue?vue&type=style&index=0&id=92e7315c&prod&lang=scss&scoped=true\"\n\n\n/* normalize component */\nimport normalizer from \"!../../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_vue-loader@15.11.1@vue-loader/lib/runtime/componentNormalizer.js\"\nvar component = normalizer(\n script,\n render,\n staticRenderFns,\n false,\n null,\n \"92e7315c\",\n null\n \n)\n\nexport default component.exports","var render = function render(){var _vm=this,_c=_vm._self._c;return _c('div',{staticClass:\"addEdit-block\",style:({\"minHeight\":\"calc(100vh - 200px)\",\"padding\":\"0px 0 30px\",\"margin\":\"0 auto\",\"color\":\"#8e99a2\",\"background\":\"none\",\"width\":\"calc(100% - 0px)\",\"fontSize\":\"14px\",\"height\":\"100%\"})},[_c('el-form',{ref:\"ruleForm\",staticClass:\"add-update-preview\",style:({\"padding\":\"30px 5%\",\"borderColor\":\"#f6f6f6\",\"alignItems\":\"flex-start\",\"borderRadius\":\"4px\",\"flexWrap\":\"wrap\",\"background\":\"rgba(255,255,255,.9)\",\"borderWidth\":\"2px\",\"display\":\"flex\",\"fontSize\":\"inherit\",\"borderStyle\":\"solid\"}),attrs:{\"model\":_vm.ruleForm,\"rules\":_vm.rules,\"label-width\":\"200px\"}},[[(_vm.type!='info')?_c('el-form-item',{staticClass:\"input\",style:({\"padding\":\"2px 0\",\"margin\":\"0 auto 20px\",\"color\":\"inherit\",\"borderRadius\":\"4px\",\"background\":\"none\",\"width\":\"100%\",\"fontSize\":\"inherit\"}),attrs:{\"label\":\"通知标题\",\"prop\":\"tongzhibiaoti\"}},[_c('el-input',{attrs:{\"placeholder\":\"通知标题\",\"clearable\":\"\",\"readonly\":_vm.ro.tongzhibiaoti},model:{value:(_vm.ruleForm.tongzhibiaoti),callback:function ($$v) {_vm.$set(_vm.ruleForm, \"tongzhibiaoti\", $$v)},expression:\"ruleForm.tongzhibiaoti\"}})],1):_c('el-form-item',{staticClass:\"input\",style:({\"padding\":\"2px 0\",\"margin\":\"0 auto 20px\",\"color\":\"inherit\",\"borderRadius\":\"4px\",\"background\":\"none\",\"width\":\"100%\",\"fontSize\":\"inherit\"}),attrs:{\"label\":\"通知标题\",\"prop\":\"tongzhibiaoti\"}},[_c('el-input',{attrs:{\"placeholder\":\"通知标题\",\"readonly\":\"\"},model:{value:(_vm.ruleForm.tongzhibiaoti),callback:function ($$v) {_vm.$set(_vm.ruleForm, \"tongzhibiaoti\", $$v)},expression:\"ruleForm.tongzhibiaoti\"}})],1),(_vm.type!='info')?_c('el-form-item',{staticClass:\"input\",style:({\"padding\":\"2px 0\",\"margin\":\"0 auto 20px\",\"color\":\"inherit\",\"borderRadius\":\"4px\",\"background\":\"none\",\"width\":\"100%\",\"fontSize\":\"inherit\"}),attrs:{\"label\":\"车牌号\",\"prop\":\"chepaihao\"}},[_c('el-input',{attrs:{\"placeholder\":\"车牌号\",\"clearable\":\"\",\"readonly\":_vm.ro.chepaihao},model:{value:(_vm.ruleForm.chepaihao),callback:function ($$v) {_vm.$set(_vm.ruleForm, \"chepaihao\", $$v)},expression:\"ruleForm.chepaihao\"}})],1):_c('el-form-item',{staticClass:\"input\",style:({\"padding\":\"2px 0\",\"margin\":\"0 auto 20px\",\"color\":\"inherit\",\"borderRadius\":\"4px\",\"background\":\"none\",\"width\":\"100%\",\"fontSize\":\"inherit\"}),attrs:{\"label\":\"车牌号\",\"prop\":\"chepaihao\"}},[_c('el-input',{attrs:{\"placeholder\":\"车牌号\",\"readonly\":\"\"},model:{value:(_vm.ruleForm.chepaihao),callback:function ($$v) {_vm.$set(_vm.ruleForm, \"chepaihao\", $$v)},expression:\"ruleForm.chepaihao\"}})],1),(_vm.type!='info')?_c('el-form-item',{staticClass:\"input\",style:({\"padding\":\"2px 0\",\"margin\":\"0 auto 20px\",\"color\":\"inherit\",\"borderRadius\":\"4px\",\"background\":\"none\",\"width\":\"100%\",\"fontSize\":\"inherit\"}),attrs:{\"label\":\"车辆型号\",\"prop\":\"cheliangxinghao\"}},[_c('el-input',{attrs:{\"placeholder\":\"车辆型号\",\"clearable\":\"\",\"readonly\":_vm.ro.cheliangxinghao},model:{value:(_vm.ruleForm.cheliangxinghao),callback:function ($$v) {_vm.$set(_vm.ruleForm, \"cheliangxinghao\", $$v)},expression:\"ruleForm.cheliangxinghao\"}})],1):_c('el-form-item',{staticClass:\"input\",style:({\"padding\":\"2px 0\",\"margin\":\"0 auto 20px\",\"color\":\"inherit\",\"borderRadius\":\"4px\",\"background\":\"none\",\"width\":\"100%\",\"fontSize\":\"inherit\"}),attrs:{\"label\":\"车辆型号\",\"prop\":\"cheliangxinghao\"}},[_c('el-input',{attrs:{\"placeholder\":\"车辆型号\",\"readonly\":\"\"},model:{value:(_vm.ruleForm.cheliangxinghao),callback:function ($$v) {_vm.$set(_vm.ruleForm, \"cheliangxinghao\", $$v)},expression:\"ruleForm.cheliangxinghao\"}})],1),(_vm.type!='info')?_c('el-form-item',{staticClass:\"date\",style:({\"padding\":\"2px 0\",\"margin\":\"0 auto 20px\",\"color\":\"inherit\",\"borderRadius\":\"4px\",\"background\":\"none\",\"width\":\"100%\",\"fontSize\":\"inherit\"}),attrs:{\"label\":\"通知日期\",\"prop\":\"tongzhiriqi\"}},[_c('el-date-picker',{attrs:{\"format\":\"yyyy 年 MM 月 dd 日\",\"value-format\":\"yyyy-MM-dd\",\"type\":\"date\",\"readonly\":_vm.ro.tongzhiriqi,\"placeholder\":\"通知日期\"},model:{value:(_vm.ruleForm.tongzhiriqi),callback:function ($$v) {_vm.$set(_vm.ruleForm, \"tongzhiriqi\", $$v)},expression:\"ruleForm.tongzhiriqi\"}})],1):(_vm.ruleForm.tongzhiriqi)?_c('el-form-item',{staticClass:\"input\",style:({\"padding\":\"2px 0\",\"margin\":\"0 auto 20px\",\"color\":\"inherit\",\"borderRadius\":\"4px\",\"background\":\"none\",\"width\":\"100%\",\"fontSize\":\"inherit\"}),attrs:{\"label\":\"通知日期\",\"prop\":\"tongzhiriqi\"}},[_c('el-input',{attrs:{\"placeholder\":\"通知日期\",\"readonly\":\"\"},model:{value:(_vm.ruleForm.tongzhiriqi),callback:function ($$v) {_vm.$set(_vm.ruleForm, \"tongzhiriqi\", $$v)},expression:\"ruleForm.tongzhiriqi\"}})],1):_vm._e(),(_vm.type!='info')?_c('el-form-item',{staticClass:\"input\",style:({\"padding\":\"2px 0\",\"margin\":\"0 auto 20px\",\"color\":\"inherit\",\"borderRadius\":\"4px\",\"background\":\"none\",\"width\":\"100%\",\"fontSize\":\"inherit\"}),attrs:{\"label\":\"账号\",\"prop\":\"zhanghao\"}},[_c('el-input',{attrs:{\"placeholder\":\"账号\",\"clearable\":\"\",\"readonly\":_vm.ro.zhanghao},model:{value:(_vm.ruleForm.zhanghao),callback:function ($$v) {_vm.$set(_vm.ruleForm, \"zhanghao\", $$v)},expression:\"ruleForm.zhanghao\"}})],1):_c('el-form-item',{staticClass:\"input\",style:({\"padding\":\"2px 0\",\"margin\":\"0 auto 20px\",\"color\":\"inherit\",\"borderRadius\":\"4px\",\"background\":\"none\",\"width\":\"100%\",\"fontSize\":\"inherit\"}),attrs:{\"label\":\"账号\",\"prop\":\"zhanghao\"}},[_c('el-input',{attrs:{\"placeholder\":\"账号\",\"readonly\":\"\"},model:{value:(_vm.ruleForm.zhanghao),callback:function ($$v) {_vm.$set(_vm.ruleForm, \"zhanghao\", $$v)},expression:\"ruleForm.zhanghao\"}})],1),(_vm.type!='info')?_c('el-form-item',{staticClass:\"input\",style:({\"padding\":\"2px 0\",\"margin\":\"0 auto 20px\",\"color\":\"inherit\",\"borderRadius\":\"4px\",\"background\":\"none\",\"width\":\"100%\",\"fontSize\":\"inherit\"}),attrs:{\"label\":\"姓名\",\"prop\":\"xingming\"}},[_c('el-input',{attrs:{\"placeholder\":\"姓名\",\"clearable\":\"\",\"readonly\":_vm.ro.xingming},model:{value:(_vm.ruleForm.xingming),callback:function ($$v) {_vm.$set(_vm.ruleForm, \"xingming\", $$v)},expression:\"ruleForm.xingming\"}})],1):_c('el-form-item',{staticClass:\"input\",style:({\"padding\":\"2px 0\",\"margin\":\"0 auto 20px\",\"color\":\"inherit\",\"borderRadius\":\"4px\",\"background\":\"none\",\"width\":\"100%\",\"fontSize\":\"inherit\"}),attrs:{\"label\":\"姓名\",\"prop\":\"xingming\"}},[_c('el-input',{attrs:{\"placeholder\":\"姓名\",\"readonly\":\"\"},model:{value:(_vm.ruleForm.xingming),callback:function ($$v) {_vm.$set(_vm.ruleForm, \"xingming\", $$v)},expression:\"ruleForm.xingming\"}})],1),(_vm.type!='info')?_c('el-form-item',{staticClass:\"input\",style:({\"padding\":\"2px 0\",\"margin\":\"0 auto 20px\",\"color\":\"inherit\",\"borderRadius\":\"4px\",\"background\":\"none\",\"width\":\"100%\",\"fontSize\":\"inherit\"}),attrs:{\"label\":\"驾驶证号\",\"prop\":\"jiashizhenghao\"}},[_c('el-input',{attrs:{\"placeholder\":\"驾驶证号\",\"clearable\":\"\",\"readonly\":_vm.ro.jiashizhenghao},model:{value:(_vm.ruleForm.jiashizhenghao),callback:function ($$v) {_vm.$set(_vm.ruleForm, \"jiashizhenghao\", $$v)},expression:\"ruleForm.jiashizhenghao\"}})],1):_c('el-form-item',{staticClass:\"input\",style:({\"padding\":\"2px 0\",\"margin\":\"0 auto 20px\",\"color\":\"inherit\",\"borderRadius\":\"4px\",\"background\":\"none\",\"width\":\"100%\",\"fontSize\":\"inherit\"}),attrs:{\"label\":\"驾驶证号\",\"prop\":\"jiashizhenghao\"}},[_c('el-input',{attrs:{\"placeholder\":\"驾驶证号\",\"readonly\":\"\"},model:{value:(_vm.ruleForm.jiashizhenghao),callback:function ($$v) {_vm.$set(_vm.ruleForm, \"jiashizhenghao\", $$v)},expression:\"ruleForm.jiashizhenghao\"}})],1),(_vm.type!='info')?_c('el-form-item',{staticClass:\"input\",style:({\"padding\":\"2px 0\",\"margin\":\"0 auto 20px\",\"color\":\"inherit\",\"borderRadius\":\"4px\",\"background\":\"none\",\"width\":\"100%\",\"fontSize\":\"inherit\"}),attrs:{\"label\":\"员工账号\",\"prop\":\"yuangongzhanghao\"}},[_c('el-input',{attrs:{\"placeholder\":\"员工账号\",\"clearable\":\"\",\"readonly\":_vm.ro.yuangongzhanghao},model:{value:(_vm.ruleForm.yuangongzhanghao),callback:function ($$v) {_vm.$set(_vm.ruleForm, \"yuangongzhanghao\", $$v)},expression:\"ruleForm.yuangongzhanghao\"}})],1):_c('el-form-item',{staticClass:\"input\",style:({\"padding\":\"2px 0\",\"margin\":\"0 auto 20px\",\"color\":\"inherit\",\"borderRadius\":\"4px\",\"background\":\"none\",\"width\":\"100%\",\"fontSize\":\"inherit\"}),attrs:{\"label\":\"员工账号\",\"prop\":\"yuangongzhanghao\"}},[_c('el-input',{attrs:{\"placeholder\":\"员工账号\",\"readonly\":\"\"},model:{value:(_vm.ruleForm.yuangongzhanghao),callback:function ($$v) {_vm.$set(_vm.ruleForm, \"yuangongzhanghao\", $$v)},expression:\"ruleForm.yuangongzhanghao\"}})],1),(_vm.type!='info')?_c('el-form-item',{staticClass:\"input\",style:({\"padding\":\"2px 0\",\"margin\":\"0 auto 20px\",\"color\":\"inherit\",\"borderRadius\":\"4px\",\"background\":\"none\",\"width\":\"100%\",\"fontSize\":\"inherit\"}),attrs:{\"label\":\"员工姓名\",\"prop\":\"yuangongxingming\"}},[_c('el-input',{attrs:{\"placeholder\":\"员工姓名\",\"clearable\":\"\",\"readonly\":_vm.ro.yuangongxingming},model:{value:(_vm.ruleForm.yuangongxingming),callback:function ($$v) {_vm.$set(_vm.ruleForm, \"yuangongxingming\", $$v)},expression:\"ruleForm.yuangongxingming\"}})],1):_c('el-form-item',{staticClass:\"input\",style:({\"padding\":\"2px 0\",\"margin\":\"0 auto 20px\",\"color\":\"inherit\",\"borderRadius\":\"4px\",\"background\":\"none\",\"width\":\"100%\",\"fontSize\":\"inherit\"}),attrs:{\"label\":\"员工姓名\",\"prop\":\"yuangongxingming\"}},[_c('el-input',{attrs:{\"placeholder\":\"员工姓名\",\"readonly\":\"\"},model:{value:(_vm.ruleForm.yuangongxingming),callback:function ($$v) {_vm.$set(_vm.ruleForm, \"yuangongxingming\", $$v)},expression:\"ruleForm.yuangongxingming\"}})],1)],(_vm.type!='info')?_c('el-form-item',{style:({\"padding\":\"2px 0\",\"margin\":\"0 auto 20px\",\"color\":\"inherit\",\"borderRadius\":\"4px\",\"background\":\"none\",\"width\":\"100%\",\"fontSize\":\"inherit\"}),attrs:{\"label\":\"通知内容\",\"prop\":\"tongzhineirong\"}},[_c('editor',{staticClass:\"editor\",staticStyle:{\"min-width\":\"200px\",\"max-width\":\"600px\"},attrs:{\"action\":\"file/upload\"},model:{value:(_vm.ruleForm.tongzhineirong),callback:function ($$v) {_vm.$set(_vm.ruleForm, \"tongzhineirong\", $$v)},expression:\"ruleForm.tongzhineirong\"}})],1):(_vm.ruleForm.tongzhineirong)?_c('el-form-item',{style:({\"padding\":\"2px 0\",\"margin\":\"0 auto 20px\",\"color\":\"inherit\",\"borderRadius\":\"4px\",\"background\":\"none\",\"width\":\"100%\",\"fontSize\":\"inherit\"}),attrs:{\"label\":\"通知内容\",\"prop\":\"tongzhineirong\"}},[_c('span',{style:({\"fontSize\":\"14px\",\"lineHeight\":\"40px\",\"color\":\"inherit\",\"fontWeight\":\"500\",\"display\":\"inline-block\"}),domProps:{\"innerHTML\":_vm._s(_vm.ruleForm.tongzhineirong)}})]):_vm._e(),_c('el-form-item',{staticClass:\"btn\",style:({\"padding\":\"0\",\"margin\":\"30px auto\",\"alignItems\":\"center\",\"textAlign\":\"center\",\"background\":\"none\",\"display\":\"flex\",\"width\":\"60%\",\"fontSize\":\"18px\"})},[(_vm.type!='info')?_c('el-button',{staticClass:\"btn3\",attrs:{\"type\":\"success\"},on:{\"click\":_vm.onSubmit}},[_c('span',{staticClass:\"icon iconfont icon-tijiao16\",style:({\"margin\":\"0 2px\",\"fontSize\":\"inherit\",\"color\":\"inherit\",\"display\":\"none\"})}),_vm._v(\" 确定 \")]):_vm._e(),(_vm.type!='info')?_c('el-button',{staticClass:\"btn4\",attrs:{\"type\":\"success\"},on:{\"click\":function($event){return _vm.back()}}},[_c('span',{staticClass:\"icon iconfont icon-quxiao09\",style:({\"margin\":\"0 2px\",\"fontSize\":\"inherit\",\"color\":\"inherit\",\"display\":\"none\"})}),_vm._v(\" 取消 \")]):_vm._e(),(_vm.type=='info')?_c('el-button',{staticClass:\"btn5\",attrs:{\"type\":\"success\"},on:{\"click\":function($event){return _vm.back()}}},[_c('span',{staticClass:\"icon iconfont icon-fanhui01\",style:({\"margin\":\"0 2px\",\"fontSize\":\"inherit\",\"color\":\"inherit\",\"display\":\"none\"})}),_vm._v(\" 返回 \")]):_vm._e()],1)],2)],1)\n}\nvar staticRenderFns = []\n\nexport { render, staticRenderFns }","\r\n\r\n\r\n","import mod from \"-!../../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_cache-loader@4.1.0@cache-loader/dist/cjs.js??ref--13-0!../../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_thread-loader@2.1.3@thread-loader/dist/cjs.js!../../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_babel-loader@8.4.1@babel-loader/lib/index.js!../../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_cache-loader@4.1.0@cache-loader/dist/cjs.js??ref--1-0!../../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_vue-loader@15.11.1@vue-loader/lib/index.js??vue-loader-options!./add-or-update.vue?vue&type=script&lang=js\"; export default mod; export * from \"-!../../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_cache-loader@4.1.0@cache-loader/dist/cjs.js??ref--13-0!../../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_thread-loader@2.1.3@thread-loader/dist/cjs.js!../../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_babel-loader@8.4.1@babel-loader/lib/index.js!../../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_cache-loader@4.1.0@cache-loader/dist/cjs.js??ref--1-0!../../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_vue-loader@15.11.1@vue-loader/lib/index.js??vue-loader-options!./add-or-update.vue?vue&type=script&lang=js\"","import { render, staticRenderFns } from \"./add-or-update.vue?vue&type=template&id=101dfb02&scoped=true\"\nimport script from \"./add-or-update.vue?vue&type=script&lang=js\"\nexport * from \"./add-or-update.vue?vue&type=script&lang=js\"\nimport style0 from \"./add-or-update.vue?vue&type=style&index=0&id=101dfb02&prod&lang=scss&scoped=true\"\n\n\n/* normalize component */\nimport normalizer from \"!../../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_vue-loader@15.11.1@vue-loader/lib/runtime/componentNormalizer.js\"\nvar component = normalizer(\n script,\n render,\n staticRenderFns,\n false,\n null,\n \"101dfb02\",\n null\n \n)\n\nexport default component.exports","var render = function render(){var _vm=this,_c=_vm._self._c;return _c('div',{staticClass:\"addEdit-block\",style:({\"minHeight\":\"calc(100vh - 200px)\",\"padding\":\"0px 0 30px\",\"margin\":\"0 auto\",\"color\":\"#8e99a2\",\"background\":\"none\",\"width\":\"calc(100% - 0px)\",\"fontSize\":\"14px\",\"height\":\"100%\"})},[_c('el-form',{ref:\"ruleForm\",staticClass:\"add-update-preview\",style:({\"padding\":\"30px 5%\",\"borderColor\":\"#f6f6f6\",\"alignItems\":\"flex-start\",\"borderRadius\":\"4px\",\"flexWrap\":\"wrap\",\"background\":\"rgba(255,255,255,.9)\",\"borderWidth\":\"2px\",\"display\":\"flex\",\"fontSize\":\"inherit\",\"borderStyle\":\"solid\"}),attrs:{\"model\":_vm.ruleForm,\"rules\":_vm.rules,\"label-width\":\"200px\"}},[[(_vm.type!='info')?_c('el-form-item',{staticClass:\"input\",style:({\"padding\":\"2px 0\",\"margin\":\"0 auto 20px\",\"color\":\"inherit\",\"borderRadius\":\"4px\",\"background\":\"none\",\"width\":\"100%\",\"fontSize\":\"inherit\"}),attrs:{\"label\":\"记录编号\",\"prop\":\"jilubianhao\"}},[_c('el-input',{attrs:{\"placeholder\":\"记录编号\",\"readonly\":\"\"},model:{value:(_vm.ruleForm.jilubianhao),callback:function ($$v) {_vm.$set(_vm.ruleForm, \"jilubianhao\", $$v)},expression:\"ruleForm.jilubianhao\"}})],1):(_vm.ruleForm.jilubianhao)?_c('el-form-item',{staticClass:\"input\",style:({\"padding\":\"2px 0\",\"margin\":\"0 auto 20px\",\"color\":\"inherit\",\"borderRadius\":\"4px\",\"background\":\"none\",\"width\":\"100%\",\"fontSize\":\"inherit\"}),attrs:{\"label\":\"记录编号\",\"prop\":\"jilubianhao\"}},[_c('el-input',{attrs:{\"placeholder\":\"记录编号\",\"readonly\":\"\"},model:{value:(_vm.ruleForm.jilubianhao),callback:function ($$v) {_vm.$set(_vm.ruleForm, \"jilubianhao\", $$v)},expression:\"ruleForm.jilubianhao\"}})],1):_vm._e(),(_vm.type!='info')?_c('el-form-item',{staticClass:\"input\",style:({\"padding\":\"2px 0\",\"margin\":\"0 auto 20px\",\"color\":\"inherit\",\"borderRadius\":\"4px\",\"background\":\"none\",\"width\":\"100%\",\"fontSize\":\"inherit\"}),attrs:{\"label\":\"车牌号\",\"prop\":\"chepaihao\"}},[_c('el-input',{attrs:{\"placeholder\":\"车牌号\",\"clearable\":\"\",\"readonly\":_vm.ro.chepaihao},model:{value:(_vm.ruleForm.chepaihao),callback:function ($$v) {_vm.$set(_vm.ruleForm, \"chepaihao\", $$v)},expression:\"ruleForm.chepaihao\"}})],1):_c('el-form-item',{staticClass:\"input\",style:({\"padding\":\"2px 0\",\"margin\":\"0 auto 20px\",\"color\":\"inherit\",\"borderRadius\":\"4px\",\"background\":\"none\",\"width\":\"100%\",\"fontSize\":\"inherit\"}),attrs:{\"label\":\"车牌号\",\"prop\":\"chepaihao\"}},[_c('el-input',{attrs:{\"placeholder\":\"车牌号\",\"readonly\":\"\"},model:{value:(_vm.ruleForm.chepaihao),callback:function ($$v) {_vm.$set(_vm.ruleForm, \"chepaihao\", $$v)},expression:\"ruleForm.chepaihao\"}})],1),(_vm.type!='info')?_c('el-form-item',{staticClass:\"input\",style:({\"padding\":\"2px 0\",\"margin\":\"0 auto 20px\",\"color\":\"inherit\",\"borderRadius\":\"4px\",\"background\":\"none\",\"width\":\"100%\",\"fontSize\":\"inherit\"}),attrs:{\"label\":\"车辆型号\",\"prop\":\"cheliangxinghao\"}},[_c('el-input',{attrs:{\"placeholder\":\"车辆型号\",\"clearable\":\"\",\"readonly\":_vm.ro.cheliangxinghao},model:{value:(_vm.ruleForm.cheliangxinghao),callback:function ($$v) {_vm.$set(_vm.ruleForm, \"cheliangxinghao\", $$v)},expression:\"ruleForm.cheliangxinghao\"}})],1):_c('el-form-item',{staticClass:\"input\",style:({\"padding\":\"2px 0\",\"margin\":\"0 auto 20px\",\"color\":\"inherit\",\"borderRadius\":\"4px\",\"background\":\"none\",\"width\":\"100%\",\"fontSize\":\"inherit\"}),attrs:{\"label\":\"车辆型号\",\"prop\":\"cheliangxinghao\"}},[_c('el-input',{attrs:{\"placeholder\":\"车辆型号\",\"readonly\":\"\"},model:{value:(_vm.ruleForm.cheliangxinghao),callback:function ($$v) {_vm.$set(_vm.ruleForm, \"cheliangxinghao\", $$v)},expression:\"ruleForm.cheliangxinghao\"}})],1),(_vm.type!='info')?_c('el-form-item',{staticClass:\"input\",style:({\"padding\":\"2px 0\",\"margin\":\"0 auto 20px\",\"color\":\"inherit\",\"borderRadius\":\"4px\",\"background\":\"none\",\"width\":\"100%\",\"fontSize\":\"inherit\"}),attrs:{\"label\":\"发动机号\",\"prop\":\"fadongjihao\"}},[_c('el-input',{attrs:{\"placeholder\":\"发动机号\",\"clearable\":\"\",\"readonly\":_vm.ro.fadongjihao},model:{value:(_vm.ruleForm.fadongjihao),callback:function ($$v) {_vm.$set(_vm.ruleForm, \"fadongjihao\", $$v)},expression:\"ruleForm.fadongjihao\"}})],1):_c('el-form-item',{staticClass:\"input\",style:({\"padding\":\"2px 0\",\"margin\":\"0 auto 20px\",\"color\":\"inherit\",\"borderRadius\":\"4px\",\"background\":\"none\",\"width\":\"100%\",\"fontSize\":\"inherit\"}),attrs:{\"label\":\"发动机号\",\"prop\":\"fadongjihao\"}},[_c('el-input',{attrs:{\"placeholder\":\"发动机号\",\"readonly\":\"\"},model:{value:(_vm.ruleForm.fadongjihao),callback:function ($$v) {_vm.$set(_vm.ruleForm, \"fadongjihao\", $$v)},expression:\"ruleForm.fadongjihao\"}})],1),(_vm.type!='info')?_c('el-form-item',{staticClass:\"input\",style:({\"padding\":\"2px 0\",\"margin\":\"0 auto 20px\",\"color\":\"inherit\",\"borderRadius\":\"4px\",\"background\":\"none\",\"width\":\"100%\",\"fontSize\":\"inherit\"}),attrs:{\"label\":\"车架号\",\"prop\":\"chejiahao\"}},[_c('el-input',{attrs:{\"placeholder\":\"车架号\",\"clearable\":\"\",\"readonly\":_vm.ro.chejiahao},model:{value:(_vm.ruleForm.chejiahao),callback:function ($$v) {_vm.$set(_vm.ruleForm, \"chejiahao\", $$v)},expression:\"ruleForm.chejiahao\"}})],1):_c('el-form-item',{staticClass:\"input\",style:({\"padding\":\"2px 0\",\"margin\":\"0 auto 20px\",\"color\":\"inherit\",\"borderRadius\":\"4px\",\"background\":\"none\",\"width\":\"100%\",\"fontSize\":\"inherit\"}),attrs:{\"label\":\"车架号\",\"prop\":\"chejiahao\"}},[_c('el-input',{attrs:{\"placeholder\":\"车架号\",\"readonly\":\"\"},model:{value:(_vm.ruleForm.chejiahao),callback:function ($$v) {_vm.$set(_vm.ruleForm, \"chejiahao\", $$v)},expression:\"ruleForm.chejiahao\"}})],1),(_vm.type!='info')?_c('el-form-item',{staticClass:\"input\",style:({\"padding\":\"2px 0\",\"margin\":\"0 auto 20px\",\"color\":\"inherit\",\"borderRadius\":\"4px\",\"background\":\"none\",\"width\":\"100%\",\"fontSize\":\"inherit\"}),attrs:{\"label\":\"事故地点\",\"prop\":\"shigudidian\"}},[_c('el-input',{attrs:{\"placeholder\":\"事故地点\",\"clearable\":\"\",\"readonly\":_vm.ro.shigudidian},model:{value:(_vm.ruleForm.shigudidian),callback:function ($$v) {_vm.$set(_vm.ruleForm, \"shigudidian\", $$v)},expression:\"ruleForm.shigudidian\"}})],1):_c('el-form-item',{staticClass:\"input\",style:({\"padding\":\"2px 0\",\"margin\":\"0 auto 20px\",\"color\":\"inherit\",\"borderRadius\":\"4px\",\"background\":\"none\",\"width\":\"100%\",\"fontSize\":\"inherit\"}),attrs:{\"label\":\"事故地点\",\"prop\":\"shigudidian\"}},[_c('el-input',{attrs:{\"placeholder\":\"事故地点\",\"readonly\":\"\"},model:{value:(_vm.ruleForm.shigudidian),callback:function ($$v) {_vm.$set(_vm.ruleForm, \"shigudidian\", $$v)},expression:\"ruleForm.shigudidian\"}})],1),(_vm.type!='info')?_c('el-form-item',{staticClass:\"input\",style:({\"padding\":\"2px 0\",\"margin\":\"0 auto 20px\",\"color\":\"inherit\",\"borderRadius\":\"4px\",\"background\":\"none\",\"width\":\"100%\",\"fontSize\":\"inherit\"}),attrs:{\"label\":\"事故责任方\",\"prop\":\"shiguzerenfang\"}},[_c('el-input',{attrs:{\"placeholder\":\"事故责任方\",\"clearable\":\"\",\"readonly\":_vm.ro.shiguzerenfang},model:{value:(_vm.ruleForm.shiguzerenfang),callback:function ($$v) {_vm.$set(_vm.ruleForm, \"shiguzerenfang\", $$v)},expression:\"ruleForm.shiguzerenfang\"}})],1):_c('el-form-item',{staticClass:\"input\",style:({\"padding\":\"2px 0\",\"margin\":\"0 auto 20px\",\"color\":\"inherit\",\"borderRadius\":\"4px\",\"background\":\"none\",\"width\":\"100%\",\"fontSize\":\"inherit\"}),attrs:{\"label\":\"事故责任方\",\"prop\":\"shiguzerenfang\"}},[_c('el-input',{attrs:{\"placeholder\":\"事故责任方\",\"readonly\":\"\"},model:{value:(_vm.ruleForm.shiguzerenfang),callback:function ($$v) {_vm.$set(_vm.ruleForm, \"shiguzerenfang\", $$v)},expression:\"ruleForm.shiguzerenfang\"}})],1),(_vm.type!='info' && !_vm.ro.shiguzhaopian)?_c('el-form-item',{staticClass:\"upload\",style:({\"padding\":\"2px 0\",\"margin\":\"0 auto 20px\",\"color\":\"inherit\",\"borderRadius\":\"4px\",\"background\":\"none\",\"width\":\"100%\",\"fontSize\":\"inherit\"}),attrs:{\"label\":\"事故照片\",\"prop\":\"shiguzhaopian\"}},[_c('file-upload',{attrs:{\"tip\":\"点击上传事故照片\",\"action\":\"file/upload\",\"limit\":3,\"multiple\":true,\"fileUrls\":_vm.ruleForm.shiguzhaopian?_vm.ruleForm.shiguzhaopian:''},on:{\"change\":_vm.shiguzhaopianUploadChange}})],1):(_vm.ruleForm.shiguzhaopian)?_c('el-form-item',{staticClass:\"upload\",style:({\"padding\":\"2px 0\",\"margin\":\"0 auto 20px\",\"color\":\"inherit\",\"borderRadius\":\"4px\",\"background\":\"none\",\"width\":\"100%\",\"fontSize\":\"inherit\"}),attrs:{\"label\":\"事故照片\",\"prop\":\"shiguzhaopian\"}},[(_vm.ruleForm.shiguzhaopian.substring(0,4)=='http')?_c('img',{key:_vm.index,staticClass:\"upload-img\",staticStyle:{\"margin-right\":\"20px\"},attrs:{\"src\":_vm.ruleForm.shiguzhaopian.split(',')[0],\"width\":\"100\",\"height\":\"100\"}}):_vm._l((_vm.ruleForm.shiguzhaopian.split(',')),function(item,index){return _c('img',{key:index,staticClass:\"upload-img\",staticStyle:{\"margin-right\":\"20px\"},attrs:{\"src\":_vm.$base.url+item,\"width\":\"100\",\"height\":\"100\"}})})],2):_vm._e(),(_vm.type!='info'&& !_vm.ro.zhengmingcailiao)?_c('el-form-item',{staticClass:\"upload\",style:({\"padding\":\"2px 0\",\"margin\":\"0 auto 20px\",\"color\":\"inherit\",\"borderRadius\":\"4px\",\"background\":\"none\",\"width\":\"100%\",\"fontSize\":\"inherit\"}),attrs:{\"label\":\"证明材料\",\"prop\":\"zhengmingcailiao\"}},[_c('file-upload',{attrs:{\"tip\":\"点击上传证明材料\",\"action\":\"file/upload\",\"limit\":1,\"type\":3,\"multiple\":true,\"fileUrls\":_vm.ruleForm.zhengmingcailiao?_vm.ruleForm.zhengmingcailiao:''},on:{\"change\":_vm.zhengmingcailiaoUploadChange}})],1):(_vm.ruleForm.zhengmingcailiao)?_c('el-form-item',{style:({\"padding\":\"2px 0\",\"margin\":\"0 auto 20px\",\"color\":\"inherit\",\"borderRadius\":\"4px\",\"background\":\"none\",\"width\":\"100%\",\"fontSize\":\"inherit\"}),attrs:{\"label\":\"证明材料\",\"prop\":\"zhengmingcailiao\"}},[_c('el-button',{style:({\"border\":\"1px solid #ced4da\",\"cursor\":\"pointer\",\"padding\":\"0 30px\",\"margin\":\"0 20px 0 0\",\"outline\":\"none\",\"color\":\"inherit\",\"borderRadius\":\"4px\",\"background\":\"none\",\"width\":\"auto\",\"lineHeight\":\"36px\",\"fontSize\":\"14px\",\"height\":\"40px\"}),attrs:{\"type\":\"text\",\"size\":\"small\"},on:{\"click\":function($event){return _vm.download(_vm.$base.url+_vm.ruleForm.zhengmingcailiao)}}},[_vm._v(\"下载\")])],1):(!_vm.ruleForm.zhengmingcailiao)?_c('el-form-item',{style:({\"padding\":\"2px 0\",\"margin\":\"0 auto 20px\",\"color\":\"inherit\",\"borderRadius\":\"4px\",\"background\":\"none\",\"width\":\"100%\",\"fontSize\":\"inherit\"}),attrs:{\"label\":\"证明材料\",\"prop\":\"zhengmingcailiao\"}},[_c('el-button',{style:({\"border\":\"1px solid #ced4da\",\"cursor\":\"pointer\",\"padding\":\"0 30px\",\"margin\":\"0 20px 0 0\",\"outline\":\"none\",\"color\":\"inherit\",\"borderRadius\":\"4px\",\"background\":\"none\",\"width\":\"auto\",\"lineHeight\":\"36px\",\"fontSize\":\"14px\",\"height\":\"40px\"}),attrs:{\"type\":\"text\",\"size\":\"small\"}},[_vm._v(\"无\")])],1):_vm._e(),(_vm.type!='info')?_c('el-form-item',{staticClass:\"date\",style:({\"padding\":\"2px 0\",\"margin\":\"0 auto 20px\",\"color\":\"inherit\",\"borderRadius\":\"4px\",\"background\":\"none\",\"width\":\"100%\",\"fontSize\":\"inherit\"}),attrs:{\"label\":\"事故日期\",\"prop\":\"shiguriqi\"}},[_c('el-date-picker',{attrs:{\"format\":\"yyyy 年 MM 月 dd 日\",\"value-format\":\"yyyy-MM-dd\",\"type\":\"date\",\"readonly\":_vm.ro.shiguriqi,\"placeholder\":\"事故日期\"},model:{value:(_vm.ruleForm.shiguriqi),callback:function ($$v) {_vm.$set(_vm.ruleForm, \"shiguriqi\", $$v)},expression:\"ruleForm.shiguriqi\"}})],1):(_vm.ruleForm.shiguriqi)?_c('el-form-item',{staticClass:\"input\",style:({\"padding\":\"2px 0\",\"margin\":\"0 auto 20px\",\"color\":\"inherit\",\"borderRadius\":\"4px\",\"background\":\"none\",\"width\":\"100%\",\"fontSize\":\"inherit\"}),attrs:{\"label\":\"事故日期\",\"prop\":\"shiguriqi\"}},[_c('el-input',{attrs:{\"placeholder\":\"事故日期\",\"readonly\":\"\"},model:{value:(_vm.ruleForm.shiguriqi),callback:function ($$v) {_vm.$set(_vm.ruleForm, \"shiguriqi\", $$v)},expression:\"ruleForm.shiguriqi\"}})],1):_vm._e(),(_vm.type!='info')?_c('el-form-item',{staticClass:\"input\",style:({\"padding\":\"2px 0\",\"margin\":\"0 auto 20px\",\"color\":\"inherit\",\"borderRadius\":\"4px\",\"background\":\"none\",\"width\":\"100%\",\"fontSize\":\"inherit\"}),attrs:{\"label\":\"账号\",\"prop\":\"zhanghao\"}},[_c('el-input',{attrs:{\"placeholder\":\"账号\",\"clearable\":\"\",\"readonly\":_vm.ro.zhanghao},model:{value:(_vm.ruleForm.zhanghao),callback:function ($$v) {_vm.$set(_vm.ruleForm, \"zhanghao\", $$v)},expression:\"ruleForm.zhanghao\"}})],1):_c('el-form-item',{staticClass:\"input\",style:({\"padding\":\"2px 0\",\"margin\":\"0 auto 20px\",\"color\":\"inherit\",\"borderRadius\":\"4px\",\"background\":\"none\",\"width\":\"100%\",\"fontSize\":\"inherit\"}),attrs:{\"label\":\"账号\",\"prop\":\"zhanghao\"}},[_c('el-input',{attrs:{\"placeholder\":\"账号\",\"readonly\":\"\"},model:{value:(_vm.ruleForm.zhanghao),callback:function ($$v) {_vm.$set(_vm.ruleForm, \"zhanghao\", $$v)},expression:\"ruleForm.zhanghao\"}})],1),(_vm.type!='info')?_c('el-form-item',{staticClass:\"input\",style:({\"padding\":\"2px 0\",\"margin\":\"0 auto 20px\",\"color\":\"inherit\",\"borderRadius\":\"4px\",\"background\":\"none\",\"width\":\"100%\",\"fontSize\":\"inherit\"}),attrs:{\"label\":\"姓名\",\"prop\":\"xingming\"}},[_c('el-input',{attrs:{\"placeholder\":\"姓名\",\"clearable\":\"\",\"readonly\":_vm.ro.xingming},model:{value:(_vm.ruleForm.xingming),callback:function ($$v) {_vm.$set(_vm.ruleForm, \"xingming\", $$v)},expression:\"ruleForm.xingming\"}})],1):_c('el-form-item',{staticClass:\"input\",style:({\"padding\":\"2px 0\",\"margin\":\"0 auto 20px\",\"color\":\"inherit\",\"borderRadius\":\"4px\",\"background\":\"none\",\"width\":\"100%\",\"fontSize\":\"inherit\"}),attrs:{\"label\":\"姓名\",\"prop\":\"xingming\"}},[_c('el-input',{attrs:{\"placeholder\":\"姓名\",\"readonly\":\"\"},model:{value:(_vm.ruleForm.xingming),callback:function ($$v) {_vm.$set(_vm.ruleForm, \"xingming\", $$v)},expression:\"ruleForm.xingming\"}})],1),(_vm.type!='info')?_c('el-form-item',{staticClass:\"input\",style:({\"padding\":\"2px 0\",\"margin\":\"0 auto 20px\",\"color\":\"inherit\",\"borderRadius\":\"4px\",\"background\":\"none\",\"width\":\"100%\",\"fontSize\":\"inherit\"}),attrs:{\"label\":\"驾驶证号\",\"prop\":\"jiashizhenghao\"}},[_c('el-input',{attrs:{\"placeholder\":\"驾驶证号\",\"clearable\":\"\",\"readonly\":_vm.ro.jiashizhenghao},model:{value:(_vm.ruleForm.jiashizhenghao),callback:function ($$v) {_vm.$set(_vm.ruleForm, \"jiashizhenghao\", $$v)},expression:\"ruleForm.jiashizhenghao\"}})],1):_c('el-form-item',{staticClass:\"input\",style:({\"padding\":\"2px 0\",\"margin\":\"0 auto 20px\",\"color\":\"inherit\",\"borderRadius\":\"4px\",\"background\":\"none\",\"width\":\"100%\",\"fontSize\":\"inherit\"}),attrs:{\"label\":\"驾驶证号\",\"prop\":\"jiashizhenghao\"}},[_c('el-input',{attrs:{\"placeholder\":\"驾驶证号\",\"readonly\":\"\"},model:{value:(_vm.ruleForm.jiashizhenghao),callback:function ($$v) {_vm.$set(_vm.ruleForm, \"jiashizhenghao\", $$v)},expression:\"ruleForm.jiashizhenghao\"}})],1),(_vm.type!='info')?_c('el-form-item',{staticClass:\"input\",style:({\"padding\":\"2px 0\",\"margin\":\"0 auto 20px\",\"color\":\"inherit\",\"borderRadius\":\"4px\",\"background\":\"none\",\"width\":\"100%\",\"fontSize\":\"inherit\"}),attrs:{\"label\":\"员工账号\",\"prop\":\"yuangongzhanghao\"}},[_c('el-input',{attrs:{\"placeholder\":\"员工账号\",\"clearable\":\"\",\"readonly\":_vm.ro.yuangongzhanghao},model:{value:(_vm.ruleForm.yuangongzhanghao),callback:function ($$v) {_vm.$set(_vm.ruleForm, \"yuangongzhanghao\", $$v)},expression:\"ruleForm.yuangongzhanghao\"}})],1):_c('el-form-item',{staticClass:\"input\",style:({\"padding\":\"2px 0\",\"margin\":\"0 auto 20px\",\"color\":\"inherit\",\"borderRadius\":\"4px\",\"background\":\"none\",\"width\":\"100%\",\"fontSize\":\"inherit\"}),attrs:{\"label\":\"员工账号\",\"prop\":\"yuangongzhanghao\"}},[_c('el-input',{attrs:{\"placeholder\":\"员工账号\",\"readonly\":\"\"},model:{value:(_vm.ruleForm.yuangongzhanghao),callback:function ($$v) {_vm.$set(_vm.ruleForm, \"yuangongzhanghao\", $$v)},expression:\"ruleForm.yuangongzhanghao\"}})],1),(_vm.type!='info')?_c('el-form-item',{staticClass:\"input\",style:({\"padding\":\"2px 0\",\"margin\":\"0 auto 20px\",\"color\":\"inherit\",\"borderRadius\":\"4px\",\"background\":\"none\",\"width\":\"100%\",\"fontSize\":\"inherit\"}),attrs:{\"label\":\"员工姓名\",\"prop\":\"yuangongxingming\"}},[_c('el-input',{attrs:{\"placeholder\":\"员工姓名\",\"clearable\":\"\",\"readonly\":_vm.ro.yuangongxingming},model:{value:(_vm.ruleForm.yuangongxingming),callback:function ($$v) {_vm.$set(_vm.ruleForm, \"yuangongxingming\", $$v)},expression:\"ruleForm.yuangongxingming\"}})],1):_c('el-form-item',{staticClass:\"input\",style:({\"padding\":\"2px 0\",\"margin\":\"0 auto 20px\",\"color\":\"inherit\",\"borderRadius\":\"4px\",\"background\":\"none\",\"width\":\"100%\",\"fontSize\":\"inherit\"}),attrs:{\"label\":\"员工姓名\",\"prop\":\"yuangongxingming\"}},[_c('el-input',{attrs:{\"placeholder\":\"员工姓名\",\"readonly\":\"\"},model:{value:(_vm.ruleForm.yuangongxingming),callback:function ($$v) {_vm.$set(_vm.ruleForm, \"yuangongxingming\", $$v)},expression:\"ruleForm.yuangongxingming\"}})],1)],(_vm.type!='info')?_c('el-form-item',{style:({\"padding\":\"2px 0\",\"margin\":\"0 auto 20px\",\"color\":\"inherit\",\"borderRadius\":\"4px\",\"background\":\"none\",\"width\":\"100%\",\"fontSize\":\"inherit\"}),attrs:{\"label\":\"事故详情\",\"prop\":\"shiguxiangqing\"}},[_c('editor',{staticClass:\"editor\",staticStyle:{\"min-width\":\"200px\",\"max-width\":\"600px\"},attrs:{\"action\":\"file/upload\"},model:{value:(_vm.ruleForm.shiguxiangqing),callback:function ($$v) {_vm.$set(_vm.ruleForm, \"shiguxiangqing\", $$v)},expression:\"ruleForm.shiguxiangqing\"}})],1):(_vm.ruleForm.shiguxiangqing)?_c('el-form-item',{style:({\"padding\":\"2px 0\",\"margin\":\"0 auto 20px\",\"color\":\"inherit\",\"borderRadius\":\"4px\",\"background\":\"none\",\"width\":\"100%\",\"fontSize\":\"inherit\"}),attrs:{\"label\":\"事故详情\",\"prop\":\"shiguxiangqing\"}},[_c('span',{style:({\"fontSize\":\"14px\",\"lineHeight\":\"40px\",\"color\":\"inherit\",\"fontWeight\":\"500\",\"display\":\"inline-block\"}),domProps:{\"innerHTML\":_vm._s(_vm.ruleForm.shiguxiangqing)}})]):_vm._e(),_c('el-form-item',{staticClass:\"btn\",style:({\"padding\":\"0\",\"margin\":\"30px auto\",\"alignItems\":\"center\",\"textAlign\":\"center\",\"background\":\"none\",\"display\":\"flex\",\"width\":\"60%\",\"fontSize\":\"18px\"})},[(_vm.type!='info')?_c('el-button',{staticClass:\"btn3\",attrs:{\"type\":\"success\"},on:{\"click\":_vm.onSubmit}},[_c('span',{staticClass:\"icon iconfont icon-tijiao16\",style:({\"margin\":\"0 2px\",\"fontSize\":\"inherit\",\"color\":\"inherit\",\"display\":\"none\"})}),_vm._v(\" 确定 \")]):_vm._e(),(_vm.type!='info')?_c('el-button',{staticClass:\"btn4\",attrs:{\"type\":\"success\"},on:{\"click\":function($event){return _vm.back()}}},[_c('span',{staticClass:\"icon iconfont icon-quxiao09\",style:({\"margin\":\"0 2px\",\"fontSize\":\"inherit\",\"color\":\"inherit\",\"display\":\"none\"})}),_vm._v(\" 取消 \")]):_vm._e(),(_vm.type=='info')?_c('el-button',{staticClass:\"btn5\",attrs:{\"type\":\"success\"},on:{\"click\":function($event){return _vm.back()}}},[_c('span',{staticClass:\"icon iconfont icon-fanhui01\",style:({\"margin\":\"0 2px\",\"fontSize\":\"inherit\",\"color\":\"inherit\",\"display\":\"none\"})}),_vm._v(\" 返回 \")]):_vm._e()],1)],2)],1)\n}\nvar staticRenderFns = []\n\nexport { render, staticRenderFns }","\r\n\r\n\r\n","import mod from \"-!../../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_cache-loader@4.1.0@cache-loader/dist/cjs.js??ref--13-0!../../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_thread-loader@2.1.3@thread-loader/dist/cjs.js!../../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_babel-loader@8.4.1@babel-loader/lib/index.js!../../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_cache-loader@4.1.0@cache-loader/dist/cjs.js??ref--1-0!../../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_vue-loader@15.11.1@vue-loader/lib/index.js??vue-loader-options!./add-or-update.vue?vue&type=script&lang=js\"; export default mod; export * from \"-!../../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_cache-loader@4.1.0@cache-loader/dist/cjs.js??ref--13-0!../../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_thread-loader@2.1.3@thread-loader/dist/cjs.js!../../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_babel-loader@8.4.1@babel-loader/lib/index.js!../../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_cache-loader@4.1.0@cache-loader/dist/cjs.js??ref--1-0!../../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_vue-loader@15.11.1@vue-loader/lib/index.js??vue-loader-options!./add-or-update.vue?vue&type=script&lang=js\"","import { render, staticRenderFns } from \"./add-or-update.vue?vue&type=template&id=6e6e9a60&scoped=true\"\nimport script from \"./add-or-update.vue?vue&type=script&lang=js\"\nexport * from \"./add-or-update.vue?vue&type=script&lang=js\"\nimport style0 from \"./add-or-update.vue?vue&type=style&index=0&id=6e6e9a60&prod&lang=scss&scoped=true\"\n\n\n/* normalize component */\nimport normalizer from \"!../../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_vue-loader@15.11.1@vue-loader/lib/runtime/componentNormalizer.js\"\nvar component = normalizer(\n script,\n render,\n staticRenderFns,\n false,\n null,\n \"6e6e9a60\",\n null\n \n)\n\nexport default component.exports","\r\n\n\n\n","import mod from \"-!../../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_cache-loader@4.1.0@cache-loader/dist/cjs.js??ref--13-0!../../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_thread-loader@2.1.3@thread-loader/dist/cjs.js!../../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_babel-loader@8.4.1@babel-loader/lib/index.js!../../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_cache-loader@4.1.0@cache-loader/dist/cjs.js??ref--1-0!../../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_vue-loader@15.11.1@vue-loader/lib/index.js??vue-loader-options!./list.vue?vue&type=script&lang=js\"; export default mod; export * from \"-!../../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_cache-loader@4.1.0@cache-loader/dist/cjs.js??ref--13-0!../../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_thread-loader@2.1.3@thread-loader/dist/cjs.js!../../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_babel-loader@8.4.1@babel-loader/lib/index.js!../../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_cache-loader@4.1.0@cache-loader/dist/cjs.js??ref--1-0!../../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_vue-loader@15.11.1@vue-loader/lib/index.js??vue-loader-options!./list.vue?vue&type=script&lang=js\"","import { render, staticRenderFns } from \"./list.vue?vue&type=template&id=e1f9817c&scoped=true\"\nimport script from \"./list.vue?vue&type=script&lang=js\"\nexport * from \"./list.vue?vue&type=script&lang=js\"\nimport style0 from \"./list.vue?vue&type=style&index=0&id=e1f9817c&prod&lang=scss&scoped=true\"\n\n\n/* normalize component */\nimport normalizer from \"!../../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_vue-loader@15.11.1@vue-loader/lib/runtime/componentNormalizer.js\"\nvar component = normalizer(\n script,\n render,\n staticRenderFns,\n false,\n null,\n \"e1f9817c\",\n null\n \n)\n\nexport default component.exports","var render = function render(){var _vm=this,_c=_vm._self._c;return _c('div',{staticClass:\"main-content\",style:({\"minHeight\":\"calc(100vh - 200px)\",\"padding\":\"0px 5%\",\"margin\":\"0 auto\",\"color\":\"#666\",\"background\":\"none\",\"width\":\"calc(100% - 0px)\",\"fontSize\":\"14px\",\"height\":\"100%\"})},[(_vm.showFlag)?[_c('el-form',{staticClass:\"center-form-pv\",style:({\"padding\":\"20px 20px 0\",\"boxShadow\":\"0 2px 3px 0px rgba(100,100,100,.05)\",\"margin\":\"0 0 0px\",\"borderColor\":\"#f6f6f6\",\"display\":\"flex\",\"justifyContent\":\"center\",\"minHeight\":\"100px\",\"overflow\":\"hidden\",\"borderRadius\":\"4px 4px 0 0\",\"flexWrap\":\"wrap\",\"background\":\"#fff\",\"borderWidth\":\"2px 2px 0\",\"fontSize\":\"inherit\",\"borderStyle\":\"solid\"}),attrs:{\"inline\":true,\"model\":_vm.searchForm}},[_c('el-row',{style:({\"padding\":\"0px\",\"boxShadow\":\"0 0px 0px 0px rgba(115,108,203,.23)\",\"margin\":\"0 0px 0px 0\",\"borderRadius\":\"0px\",\"alignItems\":\"center\",\"background\":\"none\",\"display\":\"flex\",\"width\":\"auto\",\"fontSize\":\"inherit\",\"justifyContent\":\"flex-end\",\"order\":\"2\"})},[_c('div',{style:({\"margin\":\"0 10px 0 0\",\"fontSize\":\"inherit\",\"display\":\"inline-block\"})},[_c('label',{staticClass:\"item-label\",style:({\"margin\":\"0 10px 0 0\",\"color\":\"inherit\",\"display\":\"inline-block\",\"lineHeight\":\"34px\",\"fontSize\":\"inherit\",\"fontWeight\":\"500\",\"height\":\"34px\"})},[_vm._v(\"车辆型号\")]),_c('el-input',{attrs:{\"placeholder\":\"车辆型号\",\"clearable\":\"\"},nativeOn:{\"keydown\":function($event){if(!$event.type.indexOf('key')&&_vm._k($event.keyCode,\"enter\",13,$event.key,\"Enter\"))return null;return _vm.search()}},model:{value:(_vm.searchForm.cheliangxinghao),callback:function ($$v) {_vm.$set(_vm.searchForm, \"cheliangxinghao\", $$v)},expression:\"searchForm.cheliangxinghao\"}})],1),_c('el-button',{staticClass:\"search\",attrs:{\"type\":\"success\"},on:{\"click\":function($event){return _vm.search()}}},[_c('span',{staticClass:\"icon iconfont icon-chakan18\",style:({\"margin\":\"0 2px\",\"fontSize\":\"18px\",\"color\":\"#00acc1\",\"display\":\"inline-block\",\"height\":\"auto\"})}),_vm._v(\" 查询 \")])],1),_c('el-row',{staticClass:\"actions\",style:({\"boxShadow\":\"0 0px 0px 0px rgba(115,108,203,.23)\",\"padding\":\"0 20px 0 0\",\"margin\":\"0px 0 0px\",\"color\":\"#333\",\"alignItems\":\"center\",\"textAlign\":\"left\",\"display\":\"flex\",\"borderRadius\":\"0px\",\"flexWrap\":\"wrap\",\"background\":\"none\",\"flex\":\"1\",\"width\":\"auto\",\"fontSize\":\"inherit\",\"order\":\"1\"})},[(_vm.isAuth('xubaotongzhi','新增'))?_c('el-button',{staticClass:\"add\",attrs:{\"type\":\"success\"},on:{\"click\":function($event){return _vm.addOrUpdateHandler()}}},[_c('span',{staticClass:\"icon iconfont icon-tianjia14\",style:({\"margin\":\"0 2px\",\"fontSize\":\"inherit\",\"color\":\"inherit\",\"display\":\"none\"})}),_vm._v(\" 新增 \")]):_vm._e(),(_vm.isAuth('xubaotongzhi','删除'))?_c('el-button',{staticClass:\"del\",attrs:{\"disabled\":_vm.dataListSelections.length?false:true,\"type\":\"danger\"},on:{\"click\":function($event){return _vm.deleteHandler()}}},[_c('span',{staticClass:\"icon iconfont icon-shanchu9\",style:({\"margin\":\"0 2px\",\"fontSize\":\"inherit\",\"color\":\"inherit\",\"display\":\"none\"})}),_vm._v(\" 删除 \")]):_vm._e(),(_vm.isAuth('xubaotongzhi','到期次数'))?_c('el-button',{staticClass:\"btn18\",attrs:{\"type\":\"success\"},on:{\"click\":function($event){return _vm.chartDialog1()}}},[_c('span',{staticClass:\"icon iconfont icon-a-fenxiang2\",style:({\"margin\":\"0 2px\",\"fontSize\":\"inherit\",\"color\":\"inherit\",\"display\":\"inline-block\"})}),_vm._v(\" 到期次数 \")]):_vm._e()],1)],1),_c('div',{style:({\"padding\":\"20px\",\"borderColor\":\"#f6f6f6\",\"margin\":\"0 0 0px\",\"borderRadius\":\"0 0 4px 4px\",\"background\":\"rgba(255,255,255,1)\",\"borderWidth\":\"0 2px 2px\",\"width\":\"100%\",\"borderStyle\":\"solid\"})},[(_vm.isAuth('xubaotongzhi','查看'))?_c('el-table',{directives:[{name:\"loading\",rawName:\"v-loading\",value:(_vm.dataListLoading),expression:\"dataListLoading\"}],staticClass:\"tables\",style:({\"padding\":\"0\",\"borderColor\":\"#eee\",\"color\":\"inherit\",\"borderRadius\":\"0px\",\"borderWidth\":\"0px 0px 0 0px\",\"background\":\"none\",\"width\":\"100%\",\"fontSize\":\"inherit\",\"borderStyle\":\"solid\"}),attrs:{\"stripe\":false,\"border\":true,\"data\":_vm.dataList},on:{\"selection-change\":_vm.selectionChangeHandler}},[_c('el-table-column',{attrs:{\"resizable\":true,\"type\":\"selection\",\"align\":\"center\",\"width\":\"50\"}}),_c('el-table-column',{attrs:{\"resizable\":true,\"sortable\":true,\"label\":\"序号\",\"type\":\"index\",\"width\":\"50\"}}),_c('el-table-column',{attrs:{\"resizable\":true,\"sortable\":true,\"prop\":\"tongzhibiaoti\",\"label\":\"通知标题\"},scopedSlots:_vm._u([{key:\"default\",fn:function(scope){return [_vm._v(\" \"+_vm._s(scope.row.tongzhibiaoti)+\" \")]}}],null,false,493524588)}),_c('el-table-column',{attrs:{\"resizable\":true,\"sortable\":true,\"prop\":\"chepaihao\",\"label\":\"车牌号\"},scopedSlots:_vm._u([{key:\"default\",fn:function(scope){return [_vm._v(\" \"+_vm._s(scope.row.chepaihao)+\" \")]}}],null,false,394100621)}),_c('el-table-column',{attrs:{\"resizable\":true,\"sortable\":true,\"prop\":\"cheliangxinghao\",\"label\":\"车辆型号\"},scopedSlots:_vm._u([{key:\"default\",fn:function(scope){return [_vm._v(\" \"+_vm._s(scope.row.cheliangxinghao)+\" \")]}}],null,false,2617493600)}),_c('el-table-column',{attrs:{\"resizable\":true,\"sortable\":true,\"prop\":\"tongzhiriqi\",\"label\":\"通知日期\"},scopedSlots:_vm._u([{key:\"default\",fn:function(scope){return [_vm._v(\" \"+_vm._s(scope.row.tongzhiriqi)+\" \")]}}],null,false,3582000759)}),_c('el-table-column',{attrs:{\"resizable\":true,\"sortable\":true,\"prop\":\"zhanghao\",\"label\":\"账号\"},scopedSlots:_vm._u([{key:\"default\",fn:function(scope){return [_vm._v(\" \"+_vm._s(scope.row.zhanghao)+\" \")]}}],null,false,2757161441)}),_c('el-table-column',{attrs:{\"resizable\":true,\"sortable\":true,\"prop\":\"xingming\",\"label\":\"姓名\"},scopedSlots:_vm._u([{key:\"default\",fn:function(scope){return [_vm._v(\" \"+_vm._s(scope.row.xingming)+\" \")]}}],null,false,1096791112)}),_c('el-table-column',{attrs:{\"resizable\":true,\"sortable\":true,\"prop\":\"jiashizhenghao\",\"label\":\"驾驶证号\"},scopedSlots:_vm._u([{key:\"default\",fn:function(scope){return [_vm._v(\" \"+_vm._s(scope.row.jiashizhenghao)+\" \")]}}],null,false,1810102229)}),_c('el-table-column',{attrs:{\"resizable\":true,\"sortable\":true,\"prop\":\"yuangongzhanghao\",\"label\":\"员工账号\"},scopedSlots:_vm._u([{key:\"default\",fn:function(scope){return [_vm._v(\" \"+_vm._s(scope.row.yuangongzhanghao)+\" \")]}}],null,false,3349271683)}),_c('el-table-column',{attrs:{\"resizable\":true,\"sortable\":true,\"prop\":\"yuangongxingming\",\"label\":\"员工姓名\"},scopedSlots:_vm._u([{key:\"default\",fn:function(scope){return [_vm._v(\" \"+_vm._s(scope.row.yuangongxingming)+\" \")]}}],null,false,4268580138)}),_c('el-table-column',{attrs:{\"width\":\"300\",\"label\":\"操作\"},scopedSlots:_vm._u([{key:\"default\",fn:function(scope){return [( _vm.isAuth('xubaotongzhi','查看'))?_c('el-button',{staticClass:\"view\",attrs:{\"type\":\"success\"},on:{\"click\":function($event){return _vm.addOrUpdateHandler(scope.row.id,'info')}}},[_c('span',{staticClass:\"icon iconfont icon-chakan8\",style:({\"margin\":\"0 0 0 4px\",\"fontSize\":\"inherit\",\"color\":\"inherit\",\"display\":\"none\",\"height\":\"auto\"})}),_vm._v(\" 详情 \")]):_vm._e(),( _vm.isAuth('xubaotongzhi','修改') )?_c('el-button',{staticClass:\"edit\",attrs:{\"type\":\"success\"},on:{\"click\":function($event){return _vm.addOrUpdateHandler(scope.row.id)}}},[_c('span',{staticClass:\"icon iconfont icon-xiugai19\",style:({\"margin\":\"0 0 0 4px\",\"fontSize\":\"inherit\",\"color\":\"inherit\",\"display\":\"none\",\"height\":\"auto\"})}),_vm._v(\" 更改 \")]):_vm._e(),(_vm.isAuth('xubaotongzhi','删除') )?_c('el-button',{staticClass:\"del\",attrs:{\"type\":\"primary\"},on:{\"click\":function($event){return _vm.deleteHandler(scope.row.id )}}},[_c('span',{staticClass:\"icon iconfont icon-shanchu16\",style:({\"margin\":\"0 0 0 4px\",\"fontSize\":\"inherit\",\"color\":\"inherit\",\"display\":\"none\",\"height\":\"auto\"})}),_vm._v(\" 移除 \")]):_vm._e()]}}],null,false,2572431947)})],1):_vm._e()],1),_c('el-pagination',{style:({\"border\":\"0px solid #dee2e6\",\"padding\":\"10px 0\",\"margin\":\"10px 0 0\",\"whiteSpace\":\"nowrap\",\"color\":\"inherit\",\"textAlign\":\"center\",\"background\":\"none\",\"width\":\"100%\",\"fontSize\":\"inherit\",\"fontWeight\":\"500\"}),attrs:{\"current-page\":_vm.pageIndex,\"background\":\"\",\"page-sizes\":[10, 50, 100, 200],\"page-size\":_vm.pageSize,\"layout\":_vm.layouts.join(),\"total\":_vm.totalPage,\"prev-text\":\"上一页 \",\"next-text\":\"下一页 \",\"hide-on-single-page\":false},on:{\"size-change\":_vm.sizeChangeHandle,\"current-change\":_vm.currentChangeHandle}})]:_vm._e(),(_vm.addOrUpdateFlag)?_c('add-or-update',{ref:\"addOrUpdate\",attrs:{\"parent\":this}}):_vm._e(),_c('el-dialog',{attrs:{\"visible\":_vm.chartVisiable1,\"width\":\"800\"},on:{\"update:visible\":function($event){_vm.chartVisiable1=$event}}},[_c('div',{staticStyle:{\"width\":\"100%\",\"height\":\"600px\"},attrs:{\"id\":\"chepaihaoChart1\"}}),_c('span',{staticClass:\"dialog-footer\",attrs:{\"slot\":\"footer\"},slot:\"footer\"},[_c('el-button',{on:{\"click\":_vm.chartDialog1}},[_vm._v(\"返回\")])],1)])],2)\n}\nvar staticRenderFns = []\n\nexport { render, staticRenderFns }","\r\n\n\n\n","import mod from \"-!../../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_cache-loader@4.1.0@cache-loader/dist/cjs.js??ref--13-0!../../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_thread-loader@2.1.3@thread-loader/dist/cjs.js!../../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_babel-loader@8.4.1@babel-loader/lib/index.js!../../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_cache-loader@4.1.0@cache-loader/dist/cjs.js??ref--1-0!../../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_vue-loader@15.11.1@vue-loader/lib/index.js??vue-loader-options!./list.vue?vue&type=script&lang=js\"; export default mod; export * from \"-!../../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_cache-loader@4.1.0@cache-loader/dist/cjs.js??ref--13-0!../../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_thread-loader@2.1.3@thread-loader/dist/cjs.js!../../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_babel-loader@8.4.1@babel-loader/lib/index.js!../../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_cache-loader@4.1.0@cache-loader/dist/cjs.js??ref--1-0!../../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_vue-loader@15.11.1@vue-loader/lib/index.js??vue-loader-options!./list.vue?vue&type=script&lang=js\"","import { render, staticRenderFns } from \"./list.vue?vue&type=template&id=7ae699bc&scoped=true\"\nimport script from \"./list.vue?vue&type=script&lang=js\"\nexport * from \"./list.vue?vue&type=script&lang=js\"\nimport style0 from \"./list.vue?vue&type=style&index=0&id=7ae699bc&prod&lang=scss&scoped=true\"\n\n\n/* normalize component */\nimport normalizer from \"!../../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_vue-loader@15.11.1@vue-loader/lib/runtime/componentNormalizer.js\"\nvar component = normalizer(\n script,\n render,\n staticRenderFns,\n false,\n null,\n \"7ae699bc\",\n null\n \n)\n\nexport default component.exports","var render = function render(){var _vm=this,_c=_vm._self._c;return _c('div',{staticClass:\"main-content\",style:({\"minHeight\":\"calc(100vh - 200px)\",\"padding\":\"0px 5%\",\"margin\":\"0 auto\",\"color\":\"#666\",\"background\":\"none\",\"width\":\"calc(100% - 0px)\",\"fontSize\":\"14px\",\"height\":\"100%\"})},[(_vm.showFlag)?[_c('el-form',{staticClass:\"center-form-pv\",style:({\"padding\":\"20px 20px 0\",\"boxShadow\":\"0 2px 3px 0px rgba(100,100,100,.05)\",\"margin\":\"0 0 0px\",\"borderColor\":\"#f6f6f6\",\"display\":\"flex\",\"justifyContent\":\"center\",\"minHeight\":\"100px\",\"overflow\":\"hidden\",\"borderRadius\":\"4px 4px 0 0\",\"flexWrap\":\"wrap\",\"background\":\"#fff\",\"borderWidth\":\"2px 2px 0\",\"fontSize\":\"inherit\",\"borderStyle\":\"solid\"}),attrs:{\"inline\":true,\"model\":_vm.searchForm}},[_c('el-row',{style:({\"padding\":\"0px\",\"boxShadow\":\"0 0px 0px 0px rgba(115,108,203,.23)\",\"margin\":\"0 0px 0px 0\",\"borderRadius\":\"0px\",\"alignItems\":\"center\",\"background\":\"none\",\"display\":\"flex\",\"width\":\"auto\",\"fontSize\":\"inherit\",\"justifyContent\":\"flex-end\",\"order\":\"2\"})},[_c('div',{style:({\"margin\":\"0 10px 0 0\",\"fontSize\":\"inherit\",\"display\":\"inline-block\"})},[_c('label',{staticClass:\"item-label\",style:({\"margin\":\"0 10px 0 0\",\"color\":\"inherit\",\"display\":\"inline-block\",\"lineHeight\":\"34px\",\"fontSize\":\"inherit\",\"fontWeight\":\"500\",\"height\":\"34px\"})},[_vm._v(\"员工账号\")]),_c('el-input',{attrs:{\"placeholder\":\"员工账号\",\"clearable\":\"\"},nativeOn:{\"keydown\":function($event){if(!$event.type.indexOf('key')&&_vm._k($event.keyCode,\"enter\",13,$event.key,\"Enter\"))return null;return _vm.search()}},model:{value:(_vm.searchForm.yuangongzhanghao),callback:function ($$v) {_vm.$set(_vm.searchForm, \"yuangongzhanghao\", $$v)},expression:\"searchForm.yuangongzhanghao\"}})],1),_c('div',{style:({\"margin\":\"0 10px 0 0\",\"fontSize\":\"inherit\",\"display\":\"inline-block\"})},[_c('label',{staticClass:\"item-label\",style:({\"margin\":\"0 10px 0 0\",\"color\":\"inherit\",\"display\":\"inline-block\",\"lineHeight\":\"34px\",\"fontSize\":\"inherit\",\"fontWeight\":\"500\",\"height\":\"34px\"})},[_vm._v(\"员工姓名\")]),_c('el-input',{attrs:{\"placeholder\":\"员工姓名\",\"clearable\":\"\"},nativeOn:{\"keydown\":function($event){if(!$event.type.indexOf('key')&&_vm._k($event.keyCode,\"enter\",13,$event.key,\"Enter\"))return null;return _vm.search()}},model:{value:(_vm.searchForm.yuangongxingming),callback:function ($$v) {_vm.$set(_vm.searchForm, \"yuangongxingming\", $$v)},expression:\"searchForm.yuangongxingming\"}})],1),_c('div',{staticClass:\"select\",style:({\"margin\":\"0 10px 0 0\",\"fontSize\":\"inherit\",\"display\":\"inline-block\"})},[_c('label',{staticClass:\"item-label\",style:({\"margin\":\"0 10px 0 0\",\"color\":\"inherit\",\"display\":\"inline-block\",\"lineHeight\":\"34px\",\"fontSize\":\"inherit\",\"fontWeight\":\"500\",\"height\":\"34px\"})},[_vm._v(\"是否通过\")]),_c('el-select',{attrs:{\"clearable\":\"\",\"placeholder\":\"是否通过\"},model:{value:(_vm.searchForm.sfsh),callback:function ($$v) {_vm.$set(_vm.searchForm, \"sfsh\", $$v)},expression:\"searchForm.sfsh\"}},_vm._l((_vm.sfshOptions),function(item,index){return _c('el-option',{key:index,attrs:{\"label\":item,\"value\":item}})}),1)],1),_c('el-button',{staticClass:\"search\",attrs:{\"type\":\"success\"},on:{\"click\":function($event){return _vm.search()}}},[_c('span',{staticClass:\"icon iconfont icon-chakan18\",style:({\"margin\":\"0 2px\",\"fontSize\":\"18px\",\"color\":\"#00acc1\",\"display\":\"inline-block\",\"height\":\"auto\"})}),_vm._v(\" 查询 \")])],1),_c('el-row',{staticClass:\"actions\",style:({\"boxShadow\":\"0 0px 0px 0px rgba(115,108,203,.23)\",\"padding\":\"0 20px 0 0\",\"margin\":\"0px 0 0px\",\"color\":\"#333\",\"alignItems\":\"center\",\"textAlign\":\"left\",\"display\":\"flex\",\"borderRadius\":\"0px\",\"flexWrap\":\"wrap\",\"background\":\"none\",\"flex\":\"1\",\"width\":\"auto\",\"fontSize\":\"inherit\",\"order\":\"1\"})},[(_vm.isAuth('gongzuorenyuan','新增'))?_c('el-button',{staticClass:\"add\",attrs:{\"type\":\"success\"},on:{\"click\":function($event){return _vm.addOrUpdateHandler()}}},[_c('span',{staticClass:\"icon iconfont icon-tianjia14\",style:({\"margin\":\"0 2px\",\"fontSize\":\"inherit\",\"color\":\"inherit\",\"display\":\"none\"})}),_vm._v(\" 新增 \")]):_vm._e(),(_vm.isAuth('gongzuorenyuan','删除'))?_c('el-button',{staticClass:\"del\",attrs:{\"disabled\":_vm.dataListSelections.length?false:true,\"type\":\"danger\"},on:{\"click\":function($event){return _vm.deleteHandler()}}},[_c('span',{staticClass:\"icon iconfont icon-shanchu9\",style:({\"margin\":\"0 2px\",\"fontSize\":\"inherit\",\"color\":\"inherit\",\"display\":\"none\"})}),_vm._v(\" 删除 \")]):_vm._e(),(_vm.isAuth('gongzuorenyuan','审核'))?_c('el-button',{staticClass:\"btn18\",attrs:{\"disabled\":_vm.dataListSelections.length?false:true,\"type\":\"success\"},on:{\"click\":function($event){return _vm.shBatchDialog()}}},[_c('span',{staticClass:\"icon iconfont icon-shenhe2\",style:({\"margin\":\"0 2px\",\"fontSize\":\"inherit\",\"color\":\"inherit\",\"display\":\"inline-block\"})}),_vm._v(\" 审核 \")]):_vm._e()],1)],1),_c('div',{style:({\"padding\":\"20px\",\"borderColor\":\"#f6f6f6\",\"margin\":\"0 0 0px\",\"borderRadius\":\"0 0 4px 4px\",\"background\":\"rgba(255,255,255,1)\",\"borderWidth\":\"0 2px 2px\",\"width\":\"100%\",\"borderStyle\":\"solid\"})},[(_vm.isAuth('gongzuorenyuan','查看'))?_c('el-table',{directives:[{name:\"loading\",rawName:\"v-loading\",value:(_vm.dataListLoading),expression:\"dataListLoading\"}],staticClass:\"tables\",style:({\"padding\":\"0\",\"borderColor\":\"#eee\",\"color\":\"inherit\",\"borderRadius\":\"0px\",\"borderWidth\":\"0px 0px 0 0px\",\"background\":\"none\",\"width\":\"100%\",\"fontSize\":\"inherit\",\"borderStyle\":\"solid\"}),attrs:{\"stripe\":false,\"border\":true,\"data\":_vm.dataList},on:{\"selection-change\":_vm.selectionChangeHandler}},[_c('el-table-column',{attrs:{\"resizable\":true,\"type\":\"selection\",\"align\":\"center\",\"width\":\"50\"}}),_c('el-table-column',{attrs:{\"resizable\":true,\"sortable\":true,\"label\":\"序号\",\"type\":\"index\",\"width\":\"50\"}}),_c('el-table-column',{attrs:{\"resizable\":true,\"sortable\":true,\"prop\":\"yuangongzhanghao\",\"label\":\"员工账号\"},scopedSlots:_vm._u([{key:\"default\",fn:function(scope){return [_vm._v(\" \"+_vm._s(scope.row.yuangongzhanghao)+\" \")]}}],null,false,3349271683)}),_c('el-table-column',{attrs:{\"resizable\":true,\"sortable\":true,\"prop\":\"yuangongxingming\",\"label\":\"员工姓名\"},scopedSlots:_vm._u([{key:\"default\",fn:function(scope){return [_vm._v(\" \"+_vm._s(scope.row.yuangongxingming)+\" \")]}}],null,false,4268580138)}),_c('el-table-column',{attrs:{\"resizable\":true,\"sortable\":true,\"prop\":\"nianling\",\"label\":\"年龄\"},scopedSlots:_vm._u([{key:\"default\",fn:function(scope){return [_vm._v(\" \"+_vm._s(scope.row.nianling)+\" \")]}}],null,false,3648939193)}),_c('el-table-column',{attrs:{\"resizable\":true,\"sortable\":true,\"prop\":\"xingbie\",\"label\":\"性别\"},scopedSlots:_vm._u([{key:\"default\",fn:function(scope){return [_vm._v(\" \"+_vm._s(scope.row.xingbie)+\" \")]}}],null,false,224366571)}),_c('el-table-column',{attrs:{\"resizable\":true,\"sortable\":true,\"prop\":\"shouji\",\"label\":\"手机\"},scopedSlots:_vm._u([{key:\"default\",fn:function(scope){return [_vm._v(\" \"+_vm._s(scope.row.shouji)+\" \")]}}],null,false,1642124447)}),_c('el-table-column',{attrs:{\"resizable\":true,\"sortable\":true,\"prop\":\"touxiang\",\"width\":\"200\",\"label\":\"头像\"},scopedSlots:_vm._u([{key:\"default\",fn:function(scope){return [(scope.row.touxiang)?_c('div',[(scope.row.touxiang.substring(0,4)=='http')?_c('img',{staticStyle:{\"object-fit\":\"cover\"},attrs:{\"src\":scope.row.touxiang.split(',')[0],\"width\":\"100\",\"height\":\"100\"}}):_c('img',{staticStyle:{\"object-fit\":\"cover\"},attrs:{\"src\":_vm.$base.url+scope.row.touxiang.split(',')[0],\"width\":\"100\",\"height\":\"100\"}})]):_c('div',[_vm._v(\"无图片\")])]}}],null,false,3010260696)}),_c('el-table-column',{attrs:{\"resizable\":true,\"sortable\":true,\"prop\":\"shhf\",\"label\":\"审核回复\",\"show-overflow-tooltip\":\"\"},scopedSlots:_vm._u([{key:\"default\",fn:function(scope){return [_c('div',{staticStyle:{\"white-space\":\"nowrap\"}},[_vm._v(_vm._s(scope.row.shhf))])]}}],null,false,988886012)}),_c('el-table-column',{attrs:{\"resizable\":true,\"sortable\":true,\"prop\":\"sfsh\",\"label\":\"审核状态\"},scopedSlots:_vm._u([{key:\"default\",fn:function(scope){return [(scope.row.sfsh=='否')?_c('el-tag',{attrs:{\"type\":\"danger\"}},[_vm._v(\"未通过\")]):_vm._e(),(scope.row.sfsh=='待审核')?_c('el-tag',{attrs:{\"type\":\"warning\"}},[_vm._v(\"待审核\")]):_vm._e(),(scope.row.sfsh=='是')?_c('el-tag',{attrs:{\"type\":\"success\"}},[_vm._v(\"通过\")]):_vm._e()]}}],null,false,3672577349)}),_c('el-table-column',{attrs:{\"width\":\"300\",\"label\":\"操作\"},scopedSlots:_vm._u([{key:\"default\",fn:function(scope){return [( _vm.isAuth('gongzuorenyuan','查看'))?_c('el-button',{staticClass:\"view\",attrs:{\"type\":\"success\"},on:{\"click\":function($event){return _vm.addOrUpdateHandler(scope.row.id,'info')}}},[_c('span',{staticClass:\"icon iconfont icon-chakan8\",style:({\"margin\":\"0 0 0 4px\",\"fontSize\":\"inherit\",\"color\":\"inherit\",\"display\":\"none\",\"height\":\"auto\"})}),_vm._v(\" 详情 \")]):_vm._e(),( _vm.isAuth('gongzuorenyuan','修改') && scope.row.sfsh=='待审核' )?_c('el-button',{staticClass:\"edit\",attrs:{\"type\":\"success\"},on:{\"click\":function($event){return _vm.addOrUpdateHandler(scope.row.id)}}},[_c('span',{staticClass:\"icon iconfont icon-xiugai19\",style:({\"margin\":\"0 0 0 4px\",\"fontSize\":\"inherit\",\"color\":\"inherit\",\"display\":\"none\",\"height\":\"auto\"})}),_vm._v(\" 更改 \")]):_vm._e(),(_vm.isAuth('gongzuorenyuan','删除') )?_c('el-button',{staticClass:\"del\",attrs:{\"type\":\"primary\"},on:{\"click\":function($event){return _vm.deleteHandler(scope.row.id )}}},[_c('span',{staticClass:\"icon iconfont icon-shanchu16\",style:({\"margin\":\"0 0 0 4px\",\"fontSize\":\"inherit\",\"color\":\"inherit\",\"display\":\"none\",\"height\":\"auto\"})}),_vm._v(\" 移除 \")]):_vm._e()]}}],null,false,3707776650)})],1):_vm._e()],1),_c('el-pagination',{style:({\"border\":\"0px solid #dee2e6\",\"padding\":\"10px 0\",\"margin\":\"10px 0 0\",\"whiteSpace\":\"nowrap\",\"color\":\"inherit\",\"textAlign\":\"center\",\"background\":\"none\",\"width\":\"100%\",\"fontSize\":\"inherit\",\"fontWeight\":\"500\"}),attrs:{\"current-page\":_vm.pageIndex,\"background\":\"\",\"page-sizes\":[10, 50, 100, 200],\"page-size\":_vm.pageSize,\"layout\":_vm.layouts.join(),\"total\":_vm.totalPage,\"prev-text\":\"上一页 \",\"next-text\":\"下一页 \",\"hide-on-single-page\":false},on:{\"size-change\":_vm.sizeChangeHandle,\"current-change\":_vm.currentChangeHandle}})]:_vm._e(),(_vm.addOrUpdateFlag)?_c('add-or-update',{ref:\"addOrUpdate\",attrs:{\"parent\":this}}):_vm._e(),_c('el-dialog',{attrs:{\"title\":this.batchIds.length>1?'批量审核':'审核',\"visible\":_vm.sfshBatchVisiable,\"width\":\"50%\"},on:{\"update:visible\":function($event){_vm.sfshBatchVisiable=$event}}},[_c('el-form',{ref:\"form\",attrs:{\"model\":_vm.form,\"label-width\":\"80px\"}},[_c('el-form-item',{attrs:{\"label\":\"审核状态\"}},[_c('el-select',{attrs:{\"placeholder\":\"审核状态\"},model:{value:(_vm.shBatchForm.sfsh),callback:function ($$v) {_vm.$set(_vm.shBatchForm, \"sfsh\", $$v)},expression:\"shBatchForm.sfsh\"}},[_c('el-option',{attrs:{\"label\":\"通过\",\"value\":\"是\"}}),_c('el-option',{attrs:{\"label\":\"不通过\",\"value\":\"否\"}}),_c('el-option',{attrs:{\"label\":\"待审核\",\"value\":\"待审核\"}})],1)],1),_c('el-form-item',{attrs:{\"label\":\"内容\"}},[_c('el-input',{attrs:{\"type\":\"textarea\",\"rows\":8},model:{value:(_vm.shBatchForm.shhf),callback:function ($$v) {_vm.$set(_vm.shBatchForm, \"shhf\", $$v)},expression:\"shBatchForm.shhf\"}})],1)],1),_c('span',{staticClass:\"dialog-footer\",attrs:{\"slot\":\"footer\"},slot:\"footer\"},[_c('el-button',{on:{\"click\":function($event){_vm.sfshBatchVisiable=false}}},[_vm._v(\"取 消\")]),_c('el-button',{attrs:{\"type\":\"primary\"},on:{\"click\":_vm.shBatchHandler}},[_vm._v(\"确 定\")])],1)],1)],2)\n}\nvar staticRenderFns = []\n\nexport { render, staticRenderFns }","var render = function render(){var _vm=this,_c=_vm._self._c;return _c('div',{staticClass:\"addEdit-block\",style:({\"minHeight\":\"calc(100vh - 200px)\",\"padding\":\"0px 0 30px\",\"margin\":\"0 auto\",\"color\":\"#8e99a2\",\"background\":\"none\",\"width\":\"calc(100% - 0px)\",\"fontSize\":\"14px\",\"height\":\"100%\"})},[_c('el-form',{ref:\"ruleForm\",staticClass:\"add-update-preview\",style:({\"padding\":\"30px 5%\",\"borderColor\":\"#f6f6f6\",\"alignItems\":\"flex-start\",\"borderRadius\":\"4px\",\"flexWrap\":\"wrap\",\"background\":\"rgba(255,255,255,.9)\",\"borderWidth\":\"2px\",\"display\":\"flex\",\"fontSize\":\"inherit\",\"borderStyle\":\"solid\"}),attrs:{\"model\":_vm.ruleForm,\"rules\":_vm.rules,\"label-width\":\"200px\"}},[[(_vm.type!='info')?_c('el-form-item',{staticClass:\"input\",style:({\"padding\":\"2px 0\",\"margin\":\"0 auto 20px\",\"color\":\"inherit\",\"borderRadius\":\"4px\",\"background\":\"none\",\"width\":\"100%\",\"fontSize\":\"inherit\"}),attrs:{\"label\":\"员工账号\",\"prop\":\"yuangongzhanghao\"}},[_c('el-input',{attrs:{\"placeholder\":\"员工账号\",\"clearable\":\"\",\"readonly\":_vm.ro.yuangongzhanghao},model:{value:(_vm.ruleForm.yuangongzhanghao),callback:function ($$v) {_vm.$set(_vm.ruleForm, \"yuangongzhanghao\", $$v)},expression:\"ruleForm.yuangongzhanghao\"}})],1):_c('el-form-item',{staticClass:\"input\",style:({\"padding\":\"2px 0\",\"margin\":\"0 auto 20px\",\"color\":\"inherit\",\"borderRadius\":\"4px\",\"background\":\"none\",\"width\":\"100%\",\"fontSize\":\"inherit\"}),attrs:{\"label\":\"员工账号\",\"prop\":\"yuangongzhanghao\"}},[_c('el-input',{attrs:{\"placeholder\":\"员工账号\",\"readonly\":\"\"},model:{value:(_vm.ruleForm.yuangongzhanghao),callback:function ($$v) {_vm.$set(_vm.ruleForm, \"yuangongzhanghao\", $$v)},expression:\"ruleForm.yuangongzhanghao\"}})],1),(_vm.type!='info')?_c('el-form-item',{staticClass:\"input\",style:({\"padding\":\"2px 0\",\"margin\":\"0 auto 20px\",\"color\":\"inherit\",\"borderRadius\":\"4px\",\"background\":\"none\",\"width\":\"100%\",\"fontSize\":\"inherit\"}),attrs:{\"label\":\"密码\",\"prop\":\"mima\"}},[_c('el-input',{attrs:{\"placeholder\":\"密码\",\"clearable\":\"\",\"readonly\":_vm.ro.mima},model:{value:(_vm.ruleForm.mima),callback:function ($$v) {_vm.$set(_vm.ruleForm, \"mima\", $$v)},expression:\"ruleForm.mima\"}})],1):_c('el-form-item',{staticClass:\"input\",style:({\"padding\":\"2px 0\",\"margin\":\"0 auto 20px\",\"color\":\"inherit\",\"borderRadius\":\"4px\",\"background\":\"none\",\"width\":\"100%\",\"fontSize\":\"inherit\"}),attrs:{\"label\":\"密码\",\"prop\":\"mima\"}},[_c('el-input',{attrs:{\"placeholder\":\"密码\",\"readonly\":\"\"},model:{value:(_vm.ruleForm.mima),callback:function ($$v) {_vm.$set(_vm.ruleForm, \"mima\", $$v)},expression:\"ruleForm.mima\"}})],1),(_vm.type!='info')?_c('el-form-item',{staticClass:\"input\",style:({\"padding\":\"2px 0\",\"margin\":\"0 auto 20px\",\"color\":\"inherit\",\"borderRadius\":\"4px\",\"background\":\"none\",\"width\":\"100%\",\"fontSize\":\"inherit\"}),attrs:{\"label\":\"员工姓名\",\"prop\":\"yuangongxingming\"}},[_c('el-input',{attrs:{\"placeholder\":\"员工姓名\",\"clearable\":\"\",\"readonly\":_vm.ro.yuangongxingming},model:{value:(_vm.ruleForm.yuangongxingming),callback:function ($$v) {_vm.$set(_vm.ruleForm, \"yuangongxingming\", $$v)},expression:\"ruleForm.yuangongxingming\"}})],1):_c('el-form-item',{staticClass:\"input\",style:({\"padding\":\"2px 0\",\"margin\":\"0 auto 20px\",\"color\":\"inherit\",\"borderRadius\":\"4px\",\"background\":\"none\",\"width\":\"100%\",\"fontSize\":\"inherit\"}),attrs:{\"label\":\"员工姓名\",\"prop\":\"yuangongxingming\"}},[_c('el-input',{attrs:{\"placeholder\":\"员工姓名\",\"readonly\":\"\"},model:{value:(_vm.ruleForm.yuangongxingming),callback:function ($$v) {_vm.$set(_vm.ruleForm, \"yuangongxingming\", $$v)},expression:\"ruleForm.yuangongxingming\"}})],1),(_vm.type!='info')?_c('el-form-item',{staticClass:\"input\",style:({\"padding\":\"2px 0\",\"margin\":\"0 auto 20px\",\"color\":\"inherit\",\"borderRadius\":\"4px\",\"background\":\"none\",\"width\":\"100%\",\"fontSize\":\"inherit\"}),attrs:{\"label\":\"年龄\",\"prop\":\"nianling\"}},[_c('el-input',{attrs:{\"placeholder\":\"年龄\",\"clearable\":\"\",\"readonly\":_vm.ro.nianling},model:{value:(_vm.ruleForm.nianling),callback:function ($$v) {_vm.$set(_vm.ruleForm, \"nianling\", _vm._n($$v))},expression:\"ruleForm.nianling\"}})],1):_c('el-form-item',{staticClass:\"input\",style:({\"padding\":\"2px 0\",\"margin\":\"0 auto 20px\",\"color\":\"inherit\",\"borderRadius\":\"4px\",\"background\":\"none\",\"width\":\"100%\",\"fontSize\":\"inherit\"}),attrs:{\"label\":\"年龄\",\"prop\":\"nianling\"}},[_c('el-input',{attrs:{\"placeholder\":\"年龄\",\"readonly\":\"\"},model:{value:(_vm.ruleForm.nianling),callback:function ($$v) {_vm.$set(_vm.ruleForm, \"nianling\", $$v)},expression:\"ruleForm.nianling\"}})],1),(_vm.type!='info')?_c('el-form-item',{staticClass:\"select\",style:({\"padding\":\"2px 0\",\"margin\":\"0 auto 20px\",\"color\":\"inherit\",\"borderRadius\":\"4px\",\"background\":\"none\",\"width\":\"100%\",\"fontSize\":\"inherit\"}),attrs:{\"label\":\"性别\",\"prop\":\"xingbie\"}},[_c('el-select',{attrs:{\"disabled\":_vm.ro.xingbie,\"placeholder\":\"请选择性别\"},model:{value:(_vm.ruleForm.xingbie),callback:function ($$v) {_vm.$set(_vm.ruleForm, \"xingbie\", $$v)},expression:\"ruleForm.xingbie\"}},_vm._l((_vm.xingbieOptions),function(item,index){return _c('el-option',{key:index,attrs:{\"label\":item,\"value\":item}})}),1)],1):_c('el-form-item',{staticClass:\"input\",style:({\"padding\":\"2px 0\",\"margin\":\"0 auto 20px\",\"color\":\"inherit\",\"borderRadius\":\"4px\",\"background\":\"none\",\"width\":\"100%\",\"fontSize\":\"inherit\"}),attrs:{\"label\":\"性别\",\"prop\":\"xingbie\"}},[_c('el-input',{attrs:{\"placeholder\":\"性别\",\"readonly\":\"\"},model:{value:(_vm.ruleForm.xingbie),callback:function ($$v) {_vm.$set(_vm.ruleForm, \"xingbie\", $$v)},expression:\"ruleForm.xingbie\"}})],1),(_vm.type!='info')?_c('el-form-item',{staticClass:\"input\",style:({\"padding\":\"2px 0\",\"margin\":\"0 auto 20px\",\"color\":\"inherit\",\"borderRadius\":\"4px\",\"background\":\"none\",\"width\":\"100%\",\"fontSize\":\"inherit\"}),attrs:{\"label\":\"手机\",\"prop\":\"shouji\"}},[_c('el-input',{attrs:{\"placeholder\":\"手机\",\"clearable\":\"\",\"readonly\":_vm.ro.shouji},model:{value:(_vm.ruleForm.shouji),callback:function ($$v) {_vm.$set(_vm.ruleForm, \"shouji\", $$v)},expression:\"ruleForm.shouji\"}})],1):_c('el-form-item',{staticClass:\"input\",style:({\"padding\":\"2px 0\",\"margin\":\"0 auto 20px\",\"color\":\"inherit\",\"borderRadius\":\"4px\",\"background\":\"none\",\"width\":\"100%\",\"fontSize\":\"inherit\"}),attrs:{\"label\":\"手机\",\"prop\":\"shouji\"}},[_c('el-input',{attrs:{\"placeholder\":\"手机\",\"readonly\":\"\"},model:{value:(_vm.ruleForm.shouji),callback:function ($$v) {_vm.$set(_vm.ruleForm, \"shouji\", $$v)},expression:\"ruleForm.shouji\"}})],1),(_vm.type!='info' && !_vm.ro.touxiang)?_c('el-form-item',{staticClass:\"upload\",style:({\"padding\":\"2px 0\",\"margin\":\"0 auto 20px\",\"color\":\"inherit\",\"borderRadius\":\"4px\",\"background\":\"none\",\"width\":\"100%\",\"fontSize\":\"inherit\"}),attrs:{\"label\":\"头像\",\"prop\":\"touxiang\"}},[_c('file-upload',{attrs:{\"tip\":\"点击上传头像\",\"action\":\"file/upload\",\"limit\":3,\"multiple\":true,\"fileUrls\":_vm.ruleForm.touxiang?_vm.ruleForm.touxiang:''},on:{\"change\":_vm.touxiangUploadChange}})],1):(_vm.ruleForm.touxiang)?_c('el-form-item',{staticClass:\"upload\",style:({\"padding\":\"2px 0\",\"margin\":\"0 auto 20px\",\"color\":\"inherit\",\"borderRadius\":\"4px\",\"background\":\"none\",\"width\":\"100%\",\"fontSize\":\"inherit\"}),attrs:{\"label\":\"头像\",\"prop\":\"touxiang\"}},[(_vm.ruleForm.touxiang.substring(0,4)=='http')?_c('img',{key:_vm.index,staticClass:\"upload-img\",staticStyle:{\"margin-right\":\"20px\"},attrs:{\"src\":_vm.ruleForm.touxiang.split(',')[0],\"width\":\"100\",\"height\":\"100\"}}):_vm._l((_vm.ruleForm.touxiang.split(',')),function(item,index){return _c('img',{key:index,staticClass:\"upload-img\",staticStyle:{\"margin-right\":\"20px\"},attrs:{\"src\":_vm.$base.url+item,\"width\":\"100\",\"height\":\"100\"}})})],2):_vm._e()],_c('el-form-item',{staticClass:\"btn\",style:({\"padding\":\"0\",\"margin\":\"30px auto\",\"alignItems\":\"center\",\"textAlign\":\"center\",\"background\":\"none\",\"display\":\"flex\",\"width\":\"60%\",\"fontSize\":\"18px\"})},[(_vm.type!='info')?_c('el-button',{staticClass:\"btn3\",attrs:{\"type\":\"success\"},on:{\"click\":_vm.onSubmit}},[_c('span',{staticClass:\"icon iconfont icon-tijiao16\",style:({\"margin\":\"0 2px\",\"fontSize\":\"inherit\",\"color\":\"inherit\",\"display\":\"none\"})}),_vm._v(\" 确定 \")]):_vm._e(),(_vm.type!='info')?_c('el-button',{staticClass:\"btn4\",attrs:{\"type\":\"success\"},on:{\"click\":function($event){return _vm.back()}}},[_c('span',{staticClass:\"icon iconfont icon-quxiao09\",style:({\"margin\":\"0 2px\",\"fontSize\":\"inherit\",\"color\":\"inherit\",\"display\":\"none\"})}),_vm._v(\" 取消 \")]):_vm._e(),(_vm.type=='info')?_c('el-button',{staticClass:\"btn5\",attrs:{\"type\":\"success\"},on:{\"click\":function($event){return _vm.back()}}},[_c('span',{staticClass:\"icon iconfont icon-fanhui01\",style:({\"margin\":\"0 2px\",\"fontSize\":\"inherit\",\"color\":\"inherit\",\"display\":\"none\"})}),_vm._v(\" 返回 \")]):_vm._e()],1)],2)],1)\n}\nvar staticRenderFns = []\n\nexport { render, staticRenderFns }","\r\n\r\n\r\n","import mod from \"-!../../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_cache-loader@4.1.0@cache-loader/dist/cjs.js??ref--13-0!../../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_thread-loader@2.1.3@thread-loader/dist/cjs.js!../../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_babel-loader@8.4.1@babel-loader/lib/index.js!../../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_cache-loader@4.1.0@cache-loader/dist/cjs.js??ref--1-0!../../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_vue-loader@15.11.1@vue-loader/lib/index.js??vue-loader-options!./add-or-update.vue?vue&type=script&lang=js\"; export default mod; export * from \"-!../../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_cache-loader@4.1.0@cache-loader/dist/cjs.js??ref--13-0!../../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_thread-loader@2.1.3@thread-loader/dist/cjs.js!../../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_babel-loader@8.4.1@babel-loader/lib/index.js!../../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_cache-loader@4.1.0@cache-loader/dist/cjs.js??ref--1-0!../../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_vue-loader@15.11.1@vue-loader/lib/index.js??vue-loader-options!./add-or-update.vue?vue&type=script&lang=js\"","import { render, staticRenderFns } from \"./add-or-update.vue?vue&type=template&id=1c319c2e&scoped=true\"\nimport script from \"./add-or-update.vue?vue&type=script&lang=js\"\nexport * from \"./add-or-update.vue?vue&type=script&lang=js\"\nimport style0 from \"./add-or-update.vue?vue&type=style&index=0&id=1c319c2e&prod&lang=scss&scoped=true\"\n\n\n/* normalize component */\nimport normalizer from \"!../../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_vue-loader@15.11.1@vue-loader/lib/runtime/componentNormalizer.js\"\nvar component = normalizer(\n script,\n render,\n staticRenderFns,\n false,\n null,\n \"1c319c2e\",\n null\n \n)\n\nexport default component.exports","\r\n\n\n\n","import mod from \"-!../../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_cache-loader@4.1.0@cache-loader/dist/cjs.js??ref--13-0!../../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_thread-loader@2.1.3@thread-loader/dist/cjs.js!../../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_babel-loader@8.4.1@babel-loader/lib/index.js!../../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_cache-loader@4.1.0@cache-loader/dist/cjs.js??ref--1-0!../../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_vue-loader@15.11.1@vue-loader/lib/index.js??vue-loader-options!./list.vue?vue&type=script&lang=js\"; export default mod; export * from \"-!../../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_cache-loader@4.1.0@cache-loader/dist/cjs.js??ref--13-0!../../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_thread-loader@2.1.3@thread-loader/dist/cjs.js!../../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_babel-loader@8.4.1@babel-loader/lib/index.js!../../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_cache-loader@4.1.0@cache-loader/dist/cjs.js??ref--1-0!../../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_vue-loader@15.11.1@vue-loader/lib/index.js??vue-loader-options!./list.vue?vue&type=script&lang=js\"","import { render, staticRenderFns } from \"./list.vue?vue&type=template&id=3499156a&scoped=true\"\nimport script from \"./list.vue?vue&type=script&lang=js\"\nexport * from \"./list.vue?vue&type=script&lang=js\"\nimport style0 from \"./list.vue?vue&type=style&index=0&id=3499156a&prod&lang=scss&scoped=true\"\n\n\n/* normalize component */\nimport normalizer from \"!../../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_vue-loader@15.11.1@vue-loader/lib/runtime/componentNormalizer.js\"\nvar component = normalizer(\n script,\n render,\n staticRenderFns,\n false,\n null,\n \"3499156a\",\n null\n \n)\n\nexport default component.exports","var render = function render(){var _vm=this,_c=_vm._self._c;return _c('div',{staticClass:\"main-content\",style:({\"minHeight\":\"calc(100vh - 200px)\",\"padding\":\"0px 5%\",\"margin\":\"0 auto\",\"color\":\"#666\",\"background\":\"none\",\"width\":\"calc(100% - 0px)\",\"fontSize\":\"14px\",\"height\":\"100%\"})},[(_vm.showFlag)?[_c('el-form',{staticClass:\"center-form-pv\",style:({\"padding\":\"20px 20px 0\",\"boxShadow\":\"0 2px 3px 0px rgba(100,100,100,.05)\",\"margin\":\"0 0 0px\",\"borderColor\":\"#f6f6f6\",\"display\":\"flex\",\"justifyContent\":\"center\",\"minHeight\":\"100px\",\"overflow\":\"hidden\",\"borderRadius\":\"4px 4px 0 0\",\"flexWrap\":\"wrap\",\"background\":\"#fff\",\"borderWidth\":\"2px 2px 0\",\"fontSize\":\"inherit\",\"borderStyle\":\"solid\"}),attrs:{\"inline\":true,\"model\":_vm.searchForm}},[_c('el-row',{style:({\"padding\":\"0px\",\"boxShadow\":\"0 0px 0px 0px rgba(115,108,203,.23)\",\"margin\":\"0 0px 0px 0\",\"borderRadius\":\"0px\",\"alignItems\":\"center\",\"background\":\"none\",\"display\":\"flex\",\"width\":\"auto\",\"fontSize\":\"inherit\",\"justifyContent\":\"flex-end\",\"order\":\"2\"})},[_c('div',{style:({\"margin\":\"0 10px 0 0\",\"fontSize\":\"inherit\",\"display\":\"inline-block\"})},[_c('label',{staticClass:\"item-label\",style:({\"margin\":\"0 10px 0 0\",\"color\":\"inherit\",\"display\":\"inline-block\",\"lineHeight\":\"34px\",\"fontSize\":\"inherit\",\"fontWeight\":\"500\",\"height\":\"34px\"})},[_vm._v(\"车辆型号\")]),_c('el-input',{attrs:{\"placeholder\":\"车辆型号\",\"clearable\":\"\"},nativeOn:{\"keydown\":function($event){if(!$event.type.indexOf('key')&&_vm._k($event.keyCode,\"enter\",13,$event.key,\"Enter\"))return null;return _vm.search()}},model:{value:(_vm.searchForm.cheliangxinghao),callback:function ($$v) {_vm.$set(_vm.searchForm, \"cheliangxinghao\", $$v)},expression:\"searchForm.cheliangxinghao\"}})],1),_c('el-button',{staticClass:\"search\",attrs:{\"type\":\"success\"},on:{\"click\":function($event){return _vm.search()}}},[_c('span',{staticClass:\"icon iconfont icon-chakan18\",style:({\"margin\":\"0 2px\",\"fontSize\":\"18px\",\"color\":\"#00acc1\",\"display\":\"inline-block\",\"height\":\"auto\"})}),_vm._v(\" 查询 \")])],1),_c('el-row',{staticClass:\"actions\",style:({\"boxShadow\":\"0 0px 0px 0px rgba(115,108,203,.23)\",\"padding\":\"0 20px 0 0\",\"margin\":\"0px 0 0px\",\"color\":\"#333\",\"alignItems\":\"center\",\"textAlign\":\"left\",\"display\":\"flex\",\"borderRadius\":\"0px\",\"flexWrap\":\"wrap\",\"background\":\"none\",\"flex\":\"1\",\"width\":\"auto\",\"fontSize\":\"inherit\",\"order\":\"1\"})},[(_vm.isAuth('shigujilu','新增'))?_c('el-button',{staticClass:\"add\",attrs:{\"type\":\"success\"},on:{\"click\":function($event){return _vm.addOrUpdateHandler()}}},[_c('span',{staticClass:\"icon iconfont icon-tianjia14\",style:({\"margin\":\"0 2px\",\"fontSize\":\"inherit\",\"color\":\"inherit\",\"display\":\"none\"})}),_vm._v(\" 新增 \")]):_vm._e(),(_vm.isAuth('shigujilu','删除'))?_c('el-button',{staticClass:\"del\",attrs:{\"disabled\":_vm.dataListSelections.length?false:true,\"type\":\"danger\"},on:{\"click\":function($event){return _vm.deleteHandler()}}},[_c('span',{staticClass:\"icon iconfont icon-shanchu9\",style:({\"margin\":\"0 2px\",\"fontSize\":\"inherit\",\"color\":\"inherit\",\"display\":\"none\"})}),_vm._v(\" 删除 \")]):_vm._e(),(_vm.isAuth('shigujilu','事故次数'))?_c('el-button',{staticClass:\"btn18\",attrs:{\"type\":\"success\"},on:{\"click\":function($event){return _vm.chartDialog1()}}},[_c('span',{staticClass:\"icon iconfont icon-a-fenxiang2\",style:({\"margin\":\"0 2px\",\"fontSize\":\"inherit\",\"color\":\"inherit\",\"display\":\"inline-block\"})}),_vm._v(\" 事故次数 \")]):_vm._e()],1)],1),_c('div',{style:({\"padding\":\"20px\",\"borderColor\":\"#f6f6f6\",\"margin\":\"0 0 0px\",\"borderRadius\":\"0 0 4px 4px\",\"background\":\"rgba(255,255,255,1)\",\"borderWidth\":\"0 2px 2px\",\"width\":\"100%\",\"borderStyle\":\"solid\"})},[(_vm.isAuth('shigujilu','查看'))?_c('el-table',{directives:[{name:\"loading\",rawName:\"v-loading\",value:(_vm.dataListLoading),expression:\"dataListLoading\"}],staticClass:\"tables\",style:({\"padding\":\"0\",\"borderColor\":\"#eee\",\"color\":\"inherit\",\"borderRadius\":\"0px\",\"borderWidth\":\"0px 0px 0 0px\",\"background\":\"none\",\"width\":\"100%\",\"fontSize\":\"inherit\",\"borderStyle\":\"solid\"}),attrs:{\"stripe\":false,\"border\":true,\"data\":_vm.dataList},on:{\"selection-change\":_vm.selectionChangeHandler}},[_c('el-table-column',{attrs:{\"resizable\":true,\"type\":\"selection\",\"align\":\"center\",\"width\":\"50\"}}),_c('el-table-column',{attrs:{\"resizable\":true,\"sortable\":true,\"label\":\"序号\",\"type\":\"index\",\"width\":\"50\"}}),_c('el-table-column',{attrs:{\"resizable\":true,\"sortable\":true,\"prop\":\"jilubianhao\",\"label\":\"记录编号\"},scopedSlots:_vm._u([{key:\"default\",fn:function(scope){return [_vm._v(\" \"+_vm._s(scope.row.jilubianhao)+\" \")]}}],null,false,2414914309)}),_c('el-table-column',{attrs:{\"resizable\":true,\"sortable\":true,\"prop\":\"chepaihao\",\"label\":\"车牌号\"},scopedSlots:_vm._u([{key:\"default\",fn:function(scope){return [_vm._v(\" \"+_vm._s(scope.row.chepaihao)+\" \")]}}],null,false,394100621)}),_c('el-table-column',{attrs:{\"resizable\":true,\"sortable\":true,\"prop\":\"cheliangxinghao\",\"label\":\"车辆型号\"},scopedSlots:_vm._u([{key:\"default\",fn:function(scope){return [_vm._v(\" \"+_vm._s(scope.row.cheliangxinghao)+\" \")]}}],null,false,2617493600)}),_c('el-table-column',{attrs:{\"resizable\":true,\"sortable\":true,\"prop\":\"fadongjihao\",\"label\":\"发动机号\"},scopedSlots:_vm._u([{key:\"default\",fn:function(scope){return [_vm._v(\" \"+_vm._s(scope.row.fadongjihao)+\" \")]}}],null,false,390983741)}),_c('el-table-column',{attrs:{\"resizable\":true,\"sortable\":true,\"prop\":\"chejiahao\",\"label\":\"车架号\"},scopedSlots:_vm._u([{key:\"default\",fn:function(scope){return [_vm._v(\" \"+_vm._s(scope.row.chejiahao)+\" \")]}}],null,false,1114410583)}),_c('el-table-column',{attrs:{\"resizable\":true,\"sortable\":true,\"prop\":\"shigudidian\",\"label\":\"事故地点\"},scopedSlots:_vm._u([{key:\"default\",fn:function(scope){return [_vm._v(\" \"+_vm._s(scope.row.shigudidian)+\" \")]}}],null,false,78272210)}),_c('el-table-column',{attrs:{\"resizable\":true,\"sortable\":true,\"prop\":\"shiguzerenfang\",\"label\":\"事故责任方\"},scopedSlots:_vm._u([{key:\"default\",fn:function(scope){return [_vm._v(\" \"+_vm._s(scope.row.shiguzerenfang)+\" \")]}}],null,false,900172277)}),_c('el-table-column',{attrs:{\"resizable\":true,\"sortable\":true,\"prop\":\"shiguzhaopian\",\"width\":\"200\",\"label\":\"事故照片\"},scopedSlots:_vm._u([{key:\"default\",fn:function(scope){return [(scope.row.shiguzhaopian)?_c('div',[(scope.row.shiguzhaopian.substring(0,4)=='http')?_c('img',{staticStyle:{\"object-fit\":\"cover\"},attrs:{\"src\":scope.row.shiguzhaopian.split(',')[0],\"width\":\"100\",\"height\":\"100\"}}):_c('img',{staticStyle:{\"object-fit\":\"cover\"},attrs:{\"src\":_vm.$base.url+scope.row.shiguzhaopian.split(',')[0],\"width\":\"100\",\"height\":\"100\"}})]):_c('div',[_vm._v(\"无图片\")])]}}],null,false,3423367448)}),_c('el-table-column',{attrs:{\"resizable\":true,\"sortable\":true,\"prop\":\"zhengmingcailiao\",\"label\":\"证明材料\"},scopedSlots:_vm._u([{key:\"default\",fn:function(scope){return [(scope.row.zhengmingcailiao)?_c('el-button',{attrs:{\"type\":\"text\",\"size\":\"small\"},on:{\"click\":function($event){return _vm.download(scope.row.zhengmingcailiao)}}},[_vm._v(\"下载\")]):_c('span',[_vm._v(\"无\")])]}}],null,false,2106345958)}),_c('el-table-column',{attrs:{\"resizable\":true,\"sortable\":true,\"prop\":\"shiguriqi\",\"label\":\"事故日期\"},scopedSlots:_vm._u([{key:\"default\",fn:function(scope){return [_vm._v(\" \"+_vm._s(scope.row.shiguriqi)+\" \")]}}],null,false,458830814)}),_c('el-table-column',{attrs:{\"resizable\":true,\"sortable\":true,\"prop\":\"zhanghao\",\"label\":\"账号\"},scopedSlots:_vm._u([{key:\"default\",fn:function(scope){return [_vm._v(\" \"+_vm._s(scope.row.zhanghao)+\" \")]}}],null,false,2757161441)}),_c('el-table-column',{attrs:{\"resizable\":true,\"sortable\":true,\"prop\":\"xingming\",\"label\":\"姓名\"},scopedSlots:_vm._u([{key:\"default\",fn:function(scope){return [_vm._v(\" \"+_vm._s(scope.row.xingming)+\" \")]}}],null,false,1096791112)}),_c('el-table-column',{attrs:{\"resizable\":true,\"sortable\":true,\"prop\":\"jiashizhenghao\",\"label\":\"驾驶证号\"},scopedSlots:_vm._u([{key:\"default\",fn:function(scope){return [_vm._v(\" \"+_vm._s(scope.row.jiashizhenghao)+\" \")]}}],null,false,1810102229)}),_c('el-table-column',{attrs:{\"resizable\":true,\"sortable\":true,\"prop\":\"yuangongzhanghao\",\"label\":\"员工账号\"},scopedSlots:_vm._u([{key:\"default\",fn:function(scope){return [_vm._v(\" \"+_vm._s(scope.row.yuangongzhanghao)+\" \")]}}],null,false,3349271683)}),_c('el-table-column',{attrs:{\"resizable\":true,\"sortable\":true,\"prop\":\"yuangongxingming\",\"label\":\"员工姓名\"},scopedSlots:_vm._u([{key:\"default\",fn:function(scope){return [_vm._v(\" \"+_vm._s(scope.row.yuangongxingming)+\" \")]}}],null,false,4268580138)}),_c('el-table-column',{attrs:{\"width\":\"300\",\"label\":\"操作\"},scopedSlots:_vm._u([{key:\"default\",fn:function(scope){return [( _vm.isAuth('shigujilu','查看'))?_c('el-button',{staticClass:\"view\",attrs:{\"type\":\"success\"},on:{\"click\":function($event){return _vm.addOrUpdateHandler(scope.row.id,'info')}}},[_c('span',{staticClass:\"icon iconfont icon-chakan8\",style:({\"margin\":\"0 0 0 4px\",\"fontSize\":\"inherit\",\"color\":\"inherit\",\"display\":\"none\",\"height\":\"auto\"})}),_vm._v(\" 详情 \")]):_vm._e(),( _vm.isAuth('shigujilu','修改') )?_c('el-button',{staticClass:\"edit\",attrs:{\"type\":\"success\"},on:{\"click\":function($event){return _vm.addOrUpdateHandler(scope.row.id)}}},[_c('span',{staticClass:\"icon iconfont icon-xiugai19\",style:({\"margin\":\"0 0 0 4px\",\"fontSize\":\"inherit\",\"color\":\"inherit\",\"display\":\"none\",\"height\":\"auto\"})}),_vm._v(\" 更改 \")]):_vm._e(),(_vm.isAuth('shigujilu','删除') )?_c('el-button',{staticClass:\"del\",attrs:{\"type\":\"primary\"},on:{\"click\":function($event){return _vm.deleteHandler(scope.row.id )}}},[_c('span',{staticClass:\"icon iconfont icon-shanchu16\",style:({\"margin\":\"0 0 0 4px\",\"fontSize\":\"inherit\",\"color\":\"inherit\",\"display\":\"none\",\"height\":\"auto\"})}),_vm._v(\" 移除 \")]):_vm._e()]}}],null,false,502132953)})],1):_vm._e()],1),_c('el-pagination',{style:({\"border\":\"0px solid #dee2e6\",\"padding\":\"10px 0\",\"margin\":\"10px 0 0\",\"whiteSpace\":\"nowrap\",\"color\":\"inherit\",\"textAlign\":\"center\",\"background\":\"none\",\"width\":\"100%\",\"fontSize\":\"inherit\",\"fontWeight\":\"500\"}),attrs:{\"current-page\":_vm.pageIndex,\"background\":\"\",\"page-sizes\":[10, 50, 100, 200],\"page-size\":_vm.pageSize,\"layout\":_vm.layouts.join(),\"total\":_vm.totalPage,\"prev-text\":\"上一页 \",\"next-text\":\"下一页 \",\"hide-on-single-page\":false},on:{\"size-change\":_vm.sizeChangeHandle,\"current-change\":_vm.currentChangeHandle}})]:_vm._e(),(_vm.addOrUpdateFlag)?_c('add-or-update',{ref:\"addOrUpdate\",attrs:{\"parent\":this}}):_vm._e(),_c('el-dialog',{attrs:{\"visible\":_vm.chartVisiable1,\"width\":\"800\"},on:{\"update:visible\":function($event){_vm.chartVisiable1=$event}}},[_c('div',{staticStyle:{\"width\":\"100%\",\"height\":\"600px\"},attrs:{\"id\":\"chepaihaoChart1\"}}),_c('span',{staticClass:\"dialog-footer\",attrs:{\"slot\":\"footer\"},slot:\"footer\"},[_c('el-button',{on:{\"click\":_vm.chartDialog1}},[_vm._v(\"返回\")])],1)])],2)\n}\nvar staticRenderFns = []\n\nexport { render, staticRenderFns }","\r\n\n\n\n","import mod from \"-!../../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_cache-loader@4.1.0@cache-loader/dist/cjs.js??ref--13-0!../../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_thread-loader@2.1.3@thread-loader/dist/cjs.js!../../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_babel-loader@8.4.1@babel-loader/lib/index.js!../../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_cache-loader@4.1.0@cache-loader/dist/cjs.js??ref--1-0!../../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_vue-loader@15.11.1@vue-loader/lib/index.js??vue-loader-options!./list.vue?vue&type=script&lang=js\"; export default mod; export * from \"-!../../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_cache-loader@4.1.0@cache-loader/dist/cjs.js??ref--13-0!../../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_thread-loader@2.1.3@thread-loader/dist/cjs.js!../../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_babel-loader@8.4.1@babel-loader/lib/index.js!../../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_cache-loader@4.1.0@cache-loader/dist/cjs.js??ref--1-0!../../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_vue-loader@15.11.1@vue-loader/lib/index.js??vue-loader-options!./list.vue?vue&type=script&lang=js\"","import { render, staticRenderFns } from \"./list.vue?vue&type=template&id=e9db4bde&scoped=true\"\nimport script from \"./list.vue?vue&type=script&lang=js\"\nexport * from \"./list.vue?vue&type=script&lang=js\"\nimport style0 from \"./list.vue?vue&type=style&index=0&id=e9db4bde&prod&lang=scss&scoped=true\"\n\n\n/* normalize component */\nimport normalizer from \"!../../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_vue-loader@15.11.1@vue-loader/lib/runtime/componentNormalizer.js\"\nvar component = normalizer(\n script,\n render,\n staticRenderFns,\n false,\n null,\n \"e9db4bde\",\n null\n \n)\n\nexport default component.exports","var render = function render(){var _vm=this,_c=_vm._self._c;return _c('div',{staticClass:\"main-content\",style:({\"minHeight\":\"calc(100vh - 200px)\",\"padding\":\"0px 5%\",\"margin\":\"0 auto\",\"color\":\"#666\",\"background\":\"none\",\"width\":\"calc(100% - 0px)\",\"fontSize\":\"14px\",\"height\":\"100%\"})},[(_vm.showFlag)?[_c('el-form',{staticClass:\"center-form-pv\",style:({\"padding\":\"20px 20px 0\",\"boxShadow\":\"0 2px 3px 0px rgba(100,100,100,.05)\",\"margin\":\"0 0 0px\",\"borderColor\":\"#f6f6f6\",\"display\":\"flex\",\"justifyContent\":\"center\",\"minHeight\":\"100px\",\"overflow\":\"hidden\",\"borderRadius\":\"4px 4px 0 0\",\"flexWrap\":\"wrap\",\"background\":\"#fff\",\"borderWidth\":\"2px 2px 0\",\"fontSize\":\"inherit\",\"borderStyle\":\"solid\"}),attrs:{\"inline\":true,\"model\":_vm.searchForm}},[_c('el-row',{style:({\"padding\":\"0px\",\"boxShadow\":\"0 0px 0px 0px rgba(115,108,203,.23)\",\"margin\":\"0 0px 0px 0\",\"borderRadius\":\"0px\",\"alignItems\":\"center\",\"background\":\"none\",\"display\":\"flex\",\"width\":\"auto\",\"fontSize\":\"inherit\",\"justifyContent\":\"flex-end\",\"order\":\"2\"})},[_c('div',{style:({\"margin\":\"0 10px 0 0\",\"fontSize\":\"inherit\",\"display\":\"inline-block\"})},[_c('label',{staticClass:\"item-label\",style:({\"margin\":\"0 10px 0 0\",\"color\":\"inherit\",\"display\":\"inline-block\",\"lineHeight\":\"34px\",\"fontSize\":\"inherit\",\"fontWeight\":\"500\",\"height\":\"34px\"})},[_vm._v(\"标题\")]),_c('el-input',{attrs:{\"placeholder\":\"标题\",\"clearable\":\"\"},nativeOn:{\"keydown\":function($event){if(!$event.type.indexOf('key')&&_vm._k($event.keyCode,\"enter\",13,$event.key,\"Enter\"))return null;return _vm.search()}},model:{value:(_vm.searchForm.biaoti),callback:function ($$v) {_vm.$set(_vm.searchForm, \"biaoti\", $$v)},expression:\"searchForm.biaoti\"}})],1),_c('div',{staticClass:\"select\",style:({\"margin\":\"0 10px 0 0\",\"fontSize\":\"inherit\",\"display\":\"inline-block\"})},[_c('label',{staticClass:\"item-label\",style:({\"margin\":\"0 10px 0 0\",\"color\":\"inherit\",\"display\":\"inline-block\",\"lineHeight\":\"34px\",\"fontSize\":\"inherit\",\"fontWeight\":\"500\",\"height\":\"34px\"})},[_vm._v(\"是否通过\")]),_c('el-select',{attrs:{\"clearable\":\"\",\"placeholder\":\"是否通过\"},model:{value:(_vm.searchForm.sfsh),callback:function ($$v) {_vm.$set(_vm.searchForm, \"sfsh\", $$v)},expression:\"searchForm.sfsh\"}},_vm._l((_vm.sfshOptions),function(item,index){return _c('el-option',{key:index,attrs:{\"label\":item,\"value\":item}})}),1)],1),_c('el-button',{staticClass:\"search\",attrs:{\"type\":\"success\"},on:{\"click\":function($event){return _vm.search()}}},[_c('span',{staticClass:\"icon iconfont icon-chakan18\",style:({\"margin\":\"0 2px\",\"fontSize\":\"18px\",\"color\":\"#00acc1\",\"display\":\"inline-block\",\"height\":\"auto\"})}),_vm._v(\" 查询 \")])],1),_c('el-row',{staticClass:\"actions\",style:({\"boxShadow\":\"0 0px 0px 0px rgba(115,108,203,.23)\",\"padding\":\"0 20px 0 0\",\"margin\":\"0px 0 0px\",\"color\":\"#333\",\"alignItems\":\"center\",\"textAlign\":\"left\",\"display\":\"flex\",\"borderRadius\":\"0px\",\"flexWrap\":\"wrap\",\"background\":\"none\",\"flex\":\"1\",\"width\":\"auto\",\"fontSize\":\"inherit\",\"order\":\"1\"})},[(_vm.isAuth('guapaishenqing','新增'))?_c('el-button',{staticClass:\"add\",attrs:{\"type\":\"success\"},on:{\"click\":function($event){return _vm.addOrUpdateHandler()}}},[_c('span',{staticClass:\"icon iconfont icon-tianjia14\",style:({\"margin\":\"0 2px\",\"fontSize\":\"inherit\",\"color\":\"inherit\",\"display\":\"none\"})}),_vm._v(\" 新增 \")]):_vm._e(),(_vm.isAuth('guapaishenqing','删除'))?_c('el-button',{staticClass:\"del\",attrs:{\"disabled\":_vm.dataListSelections.length?false:true,\"type\":\"danger\"},on:{\"click\":function($event){return _vm.deleteHandler()}}},[_c('span',{staticClass:\"icon iconfont icon-shanchu9\",style:({\"margin\":\"0 2px\",\"fontSize\":\"inherit\",\"color\":\"inherit\",\"display\":\"none\"})}),_vm._v(\" 删除 \")]):_vm._e(),(_vm.isAuth('guapaishenqing','审核'))?_c('el-button',{staticClass:\"btn18\",attrs:{\"disabled\":_vm.dataListSelections.length?false:true,\"type\":\"success\"},on:{\"click\":function($event){return _vm.shBatchDialog()}}},[_c('span',{staticClass:\"icon iconfont icon-shenhe2\",style:({\"margin\":\"0 2px\",\"fontSize\":\"inherit\",\"color\":\"inherit\",\"display\":\"inline-block\"})}),_vm._v(\" 审核 \")]):_vm._e()],1)],1),_c('div',{style:({\"padding\":\"20px\",\"borderColor\":\"#f6f6f6\",\"margin\":\"0 0 0px\",\"borderRadius\":\"0 0 4px 4px\",\"background\":\"rgba(255,255,255,1)\",\"borderWidth\":\"0 2px 2px\",\"width\":\"100%\",\"borderStyle\":\"solid\"})},[(_vm.isAuth('guapaishenqing','查看'))?_c('el-table',{directives:[{name:\"loading\",rawName:\"v-loading\",value:(_vm.dataListLoading),expression:\"dataListLoading\"}],staticClass:\"tables\",style:({\"padding\":\"0\",\"borderColor\":\"#eee\",\"color\":\"inherit\",\"borderRadius\":\"0px\",\"borderWidth\":\"0px 0px 0 0px\",\"background\":\"none\",\"width\":\"100%\",\"fontSize\":\"inherit\",\"borderStyle\":\"solid\"}),attrs:{\"stripe\":false,\"border\":true,\"data\":_vm.dataList},on:{\"selection-change\":_vm.selectionChangeHandler}},[_c('el-table-column',{attrs:{\"resizable\":true,\"type\":\"selection\",\"align\":\"center\",\"width\":\"50\"}}),_c('el-table-column',{attrs:{\"resizable\":true,\"sortable\":true,\"label\":\"序号\",\"type\":\"index\",\"width\":\"50\"}}),_c('el-table-column',{attrs:{\"resizable\":true,\"sortable\":true,\"prop\":\"zhanghao\",\"label\":\"账号\"},scopedSlots:_vm._u([{key:\"default\",fn:function(scope){return [_vm._v(\" \"+_vm._s(scope.row.zhanghao)+\" \")]}}],null,false,2757161441)}),_c('el-table-column',{attrs:{\"resizable\":true,\"sortable\":true,\"prop\":\"xingming\",\"label\":\"姓名\"},scopedSlots:_vm._u([{key:\"default\",fn:function(scope){return [_vm._v(\" \"+_vm._s(scope.row.xingming)+\" \")]}}],null,false,1096791112)}),_c('el-table-column',{attrs:{\"resizable\":true,\"sortable\":true,\"prop\":\"jiashizhenghao\",\"label\":\"驾驶证号\"},scopedSlots:_vm._u([{key:\"default\",fn:function(scope){return [_vm._v(\" \"+_vm._s(scope.row.jiashizhenghao)+\" \")]}}],null,false,1810102229)}),_c('el-table-column',{attrs:{\"resizable\":true,\"sortable\":true,\"prop\":\"biaoti\",\"label\":\"标题\"},scopedSlots:_vm._u([{key:\"default\",fn:function(scope){return [_vm._v(\" \"+_vm._s(scope.row.biaoti)+\" \")]}}],null,false,4215464677)}),_c('el-table-column',{attrs:{\"resizable\":true,\"sortable\":true,\"prop\":\"zhengmingcailiao\",\"label\":\"证明材料\"},scopedSlots:_vm._u([{key:\"default\",fn:function(scope){return [(scope.row.zhengmingcailiao)?_c('el-button',{attrs:{\"type\":\"text\",\"size\":\"small\"},on:{\"click\":function($event){return _vm.download(scope.row.zhengmingcailiao)}}},[_vm._v(\"下载\")]):_c('span',[_vm._v(\"无\")])]}}],null,false,2106345958)}),_c('el-table-column',{attrs:{\"resizable\":true,\"sortable\":true,\"prop\":\"shenqingshijian\",\"label\":\"申请时间\"},scopedSlots:_vm._u([{key:\"default\",fn:function(scope){return [_vm._v(\" \"+_vm._s(scope.row.shenqingshijian)+\" \")]}}],null,false,1744963042)}),_c('el-table-column',{attrs:{\"resizable\":true,\"sortable\":true,\"prop\":\"yuangongzhanghao\",\"label\":\"员工账号\"},scopedSlots:_vm._u([{key:\"default\",fn:function(scope){return [_vm._v(\" \"+_vm._s(scope.row.yuangongzhanghao)+\" \")]}}],null,false,3349271683)}),_c('el-table-column',{attrs:{\"resizable\":true,\"sortable\":true,\"prop\":\"yuangongxingming\",\"label\":\"员工姓名\"},scopedSlots:_vm._u([{key:\"default\",fn:function(scope){return [_vm._v(\" \"+_vm._s(scope.row.yuangongxingming)+\" \")]}}],null,false,4268580138)}),_c('el-table-column',{attrs:{\"resizable\":true,\"sortable\":true,\"prop\":\"shhf\",\"label\":\"审核回复\",\"show-overflow-tooltip\":\"\"},scopedSlots:_vm._u([{key:\"default\",fn:function(scope){return [_c('div',{staticStyle:{\"white-space\":\"nowrap\"}},[_vm._v(_vm._s(scope.row.shhf))])]}}],null,false,988886012)}),_c('el-table-column',{attrs:{\"resizable\":true,\"sortable\":true,\"prop\":\"sfsh\",\"label\":\"审核状态\"},scopedSlots:_vm._u([{key:\"default\",fn:function(scope){return [(scope.row.sfsh=='否')?_c('el-tag',{attrs:{\"type\":\"danger\"}},[_vm._v(\"未通过\")]):_vm._e(),(scope.row.sfsh=='待审核')?_c('el-tag',{attrs:{\"type\":\"warning\"}},[_vm._v(\"待审核\")]):_vm._e(),(scope.row.sfsh=='是')?_c('el-tag',{attrs:{\"type\":\"success\"}},[_vm._v(\"通过\")]):_vm._e()]}}],null,false,3672577349)}),_c('el-table-column',{attrs:{\"width\":\"300\",\"label\":\"操作\"},scopedSlots:_vm._u([{key:\"default\",fn:function(scope){return [( _vm.isAuth('guapaishenqing','查看'))?_c('el-button',{staticClass:\"view\",attrs:{\"type\":\"success\"},on:{\"click\":function($event){return _vm.addOrUpdateHandler(scope.row.id,'info')}}},[_c('span',{staticClass:\"icon iconfont icon-chakan8\",style:({\"margin\":\"0 0 0 4px\",\"fontSize\":\"inherit\",\"color\":\"inherit\",\"display\":\"none\",\"height\":\"auto\"})}),_vm._v(\" 详情 \")]):_vm._e(),(_vm.isAuth('guapaishenqing','发放牌照'))?_c('el-button',{staticClass:\"btn8\",attrs:{\"type\":\"success\"},on:{\"click\":function($event){return _vm.fafangpaizhaoCrossAddOrUpdateHandler(scope.row,'cross','是','','[1]','请勿重复操作!')}}},[_c('span',{staticClass:\"icon iconfont icon-xihuan\",style:({\"margin\":\"0 0 0 4px\",\"fontSize\":\"inherit\",\"color\":\"inherit\",\"display\":\"none\",\"height\":\"auto\"})}),_vm._v(\" 发放牌照 \")]):_vm._e(),( _vm.isAuth('guapaishenqing','修改') && scope.row.sfsh=='待审核' )?_c('el-button',{staticClass:\"edit\",attrs:{\"type\":\"success\"},on:{\"click\":function($event){return _vm.addOrUpdateHandler(scope.row.id)}}},[_c('span',{staticClass:\"icon iconfont icon-xiugai19\",style:({\"margin\":\"0 0 0 4px\",\"fontSize\":\"inherit\",\"color\":\"inherit\",\"display\":\"none\",\"height\":\"auto\"})}),_vm._v(\" 更改 \")]):_vm._e(),(_vm.isAuth('guapaishenqing','删除') )?_c('el-button',{staticClass:\"del\",attrs:{\"type\":\"primary\"},on:{\"click\":function($event){return _vm.deleteHandler(scope.row.id )}}},[_c('span',{staticClass:\"icon iconfont icon-shanchu16\",style:({\"margin\":\"0 0 0 4px\",\"fontSize\":\"inherit\",\"color\":\"inherit\",\"display\":\"none\",\"height\":\"auto\"})}),_vm._v(\" 移除 \")]):_vm._e()]}}],null,false,3588356438)})],1):_vm._e()],1),_c('el-pagination',{style:({\"border\":\"0px solid #dee2e6\",\"padding\":\"10px 0\",\"margin\":\"10px 0 0\",\"whiteSpace\":\"nowrap\",\"color\":\"inherit\",\"textAlign\":\"center\",\"background\":\"none\",\"width\":\"100%\",\"fontSize\":\"inherit\",\"fontWeight\":\"500\"}),attrs:{\"current-page\":_vm.pageIndex,\"background\":\"\",\"page-sizes\":[10, 50, 100, 200],\"page-size\":_vm.pageSize,\"layout\":_vm.layouts.join(),\"total\":_vm.totalPage,\"prev-text\":\"上一页 \",\"next-text\":\"下一页 \",\"hide-on-single-page\":false},on:{\"size-change\":_vm.sizeChangeHandle,\"current-change\":_vm.currentChangeHandle}})]:_vm._e(),(_vm.addOrUpdateFlag)?_c('add-or-update',{ref:\"addOrUpdate\",attrs:{\"parent\":this}}):_vm._e(),(_vm.fafangpaizhaoCrossAddOrUpdateFlag)?_c('fafangpaizhao-cross-add-or-update',{ref:\"fafangpaizhaoCrossaddOrUpdate\",attrs:{\"parent\":this}}):_vm._e(),_c('el-dialog',{attrs:{\"title\":this.batchIds.length>1?'批量审核':'审核',\"visible\":_vm.sfshBatchVisiable,\"width\":\"50%\"},on:{\"update:visible\":function($event){_vm.sfshBatchVisiable=$event}}},[_c('el-form',{ref:\"form\",attrs:{\"model\":_vm.form,\"label-width\":\"80px\"}},[_c('el-form-item',{attrs:{\"label\":\"审核状态\"}},[_c('el-select',{attrs:{\"placeholder\":\"审核状态\"},model:{value:(_vm.shBatchForm.sfsh),callback:function ($$v) {_vm.$set(_vm.shBatchForm, \"sfsh\", $$v)},expression:\"shBatchForm.sfsh\"}},[_c('el-option',{attrs:{\"label\":\"通过\",\"value\":\"是\"}}),_c('el-option',{attrs:{\"label\":\"不通过\",\"value\":\"否\"}}),_c('el-option',{attrs:{\"label\":\"待审核\",\"value\":\"待审核\"}})],1)],1),_c('el-form-item',{attrs:{\"label\":\"内容\"}},[_c('el-input',{attrs:{\"type\":\"textarea\",\"rows\":8},model:{value:(_vm.shBatchForm.shhf),callback:function ($$v) {_vm.$set(_vm.shBatchForm, \"shhf\", $$v)},expression:\"shBatchForm.shhf\"}})],1)],1),_c('span',{staticClass:\"dialog-footer\",attrs:{\"slot\":\"footer\"},slot:\"footer\"},[_c('el-button',{on:{\"click\":function($event){_vm.sfshBatchVisiable=false}}},[_vm._v(\"取 消\")]),_c('el-button',{attrs:{\"type\":\"primary\"},on:{\"click\":_vm.shBatchHandler}},[_vm._v(\"确 定\")])],1)],1)],2)\n}\nvar staticRenderFns = []\n\nexport { render, staticRenderFns }","var render = function render(){var _vm=this,_c=_vm._self._c;return _c('div',{staticClass:\"addEdit-block\",style:({\"minHeight\":\"calc(100vh - 200px)\",\"padding\":\"0px 0 30px\",\"margin\":\"0 auto\",\"color\":\"#8e99a2\",\"background\":\"none\",\"width\":\"calc(100% - 0px)\",\"fontSize\":\"14px\",\"height\":\"100%\"})},[_c('el-form',{ref:\"ruleForm\",staticClass:\"add-update-preview\",style:({\"padding\":\"30px 5%\",\"borderColor\":\"#f6f6f6\",\"alignItems\":\"flex-start\",\"borderRadius\":\"4px\",\"flexWrap\":\"wrap\",\"background\":\"rgba(255,255,255,.9)\",\"borderWidth\":\"2px\",\"display\":\"flex\",\"fontSize\":\"inherit\",\"borderStyle\":\"solid\"}),attrs:{\"model\":_vm.ruleForm,\"rules\":_vm.rules,\"label-width\":\"200px\"}},[[(_vm.type!='info')?_c('el-form-item',{staticClass:\"input\",style:({\"padding\":\"2px 0\",\"margin\":\"0 auto 20px\",\"color\":\"inherit\",\"borderRadius\":\"4px\",\"background\":\"none\",\"width\":\"100%\",\"fontSize\":\"inherit\"}),attrs:{\"label\":\"账号\",\"prop\":\"zhanghao\"}},[_c('el-input',{attrs:{\"placeholder\":\"账号\",\"clearable\":\"\",\"readonly\":_vm.ro.zhanghao},model:{value:(_vm.ruleForm.zhanghao),callback:function ($$v) {_vm.$set(_vm.ruleForm, \"zhanghao\", $$v)},expression:\"ruleForm.zhanghao\"}})],1):_c('el-form-item',{staticClass:\"input\",style:({\"padding\":\"2px 0\",\"margin\":\"0 auto 20px\",\"color\":\"inherit\",\"borderRadius\":\"4px\",\"background\":\"none\",\"width\":\"100%\",\"fontSize\":\"inherit\"}),attrs:{\"label\":\"账号\",\"prop\":\"zhanghao\"}},[_c('el-input',{attrs:{\"placeholder\":\"账号\",\"readonly\":\"\"},model:{value:(_vm.ruleForm.zhanghao),callback:function ($$v) {_vm.$set(_vm.ruleForm, \"zhanghao\", $$v)},expression:\"ruleForm.zhanghao\"}})],1),(_vm.type!='info')?_c('el-form-item',{staticClass:\"input\",style:({\"padding\":\"2px 0\",\"margin\":\"0 auto 20px\",\"color\":\"inherit\",\"borderRadius\":\"4px\",\"background\":\"none\",\"width\":\"100%\",\"fontSize\":\"inherit\"}),attrs:{\"label\":\"姓名\",\"prop\":\"xingming\"}},[_c('el-input',{attrs:{\"placeholder\":\"姓名\",\"clearable\":\"\",\"readonly\":_vm.ro.xingming},model:{value:(_vm.ruleForm.xingming),callback:function ($$v) {_vm.$set(_vm.ruleForm, \"xingming\", $$v)},expression:\"ruleForm.xingming\"}})],1):_c('el-form-item',{staticClass:\"input\",style:({\"padding\":\"2px 0\",\"margin\":\"0 auto 20px\",\"color\":\"inherit\",\"borderRadius\":\"4px\",\"background\":\"none\",\"width\":\"100%\",\"fontSize\":\"inherit\"}),attrs:{\"label\":\"姓名\",\"prop\":\"xingming\"}},[_c('el-input',{attrs:{\"placeholder\":\"姓名\",\"readonly\":\"\"},model:{value:(_vm.ruleForm.xingming),callback:function ($$v) {_vm.$set(_vm.ruleForm, \"xingming\", $$v)},expression:\"ruleForm.xingming\"}})],1),(_vm.type!='info')?_c('el-form-item',{staticClass:\"input\",style:({\"padding\":\"2px 0\",\"margin\":\"0 auto 20px\",\"color\":\"inherit\",\"borderRadius\":\"4px\",\"background\":\"none\",\"width\":\"100%\",\"fontSize\":\"inherit\"}),attrs:{\"label\":\"驾驶证号\",\"prop\":\"jiashizhenghao\"}},[_c('el-input',{attrs:{\"placeholder\":\"驾驶证号\",\"clearable\":\"\",\"readonly\":_vm.ro.jiashizhenghao},model:{value:(_vm.ruleForm.jiashizhenghao),callback:function ($$v) {_vm.$set(_vm.ruleForm, \"jiashizhenghao\", $$v)},expression:\"ruleForm.jiashizhenghao\"}})],1):_c('el-form-item',{staticClass:\"input\",style:({\"padding\":\"2px 0\",\"margin\":\"0 auto 20px\",\"color\":\"inherit\",\"borderRadius\":\"4px\",\"background\":\"none\",\"width\":\"100%\",\"fontSize\":\"inherit\"}),attrs:{\"label\":\"驾驶证号\",\"prop\":\"jiashizhenghao\"}},[_c('el-input',{attrs:{\"placeholder\":\"驾驶证号\",\"readonly\":\"\"},model:{value:(_vm.ruleForm.jiashizhenghao),callback:function ($$v) {_vm.$set(_vm.ruleForm, \"jiashizhenghao\", $$v)},expression:\"ruleForm.jiashizhenghao\"}})],1),(_vm.type!='info')?_c('el-form-item',{staticClass:\"input\",style:({\"padding\":\"2px 0\",\"margin\":\"0 auto 20px\",\"color\":\"inherit\",\"borderRadius\":\"4px\",\"background\":\"none\",\"width\":\"100%\",\"fontSize\":\"inherit\"}),attrs:{\"label\":\"标题\",\"prop\":\"biaoti\"}},[_c('el-input',{attrs:{\"placeholder\":\"标题\",\"clearable\":\"\",\"readonly\":_vm.ro.biaoti},model:{value:(_vm.ruleForm.biaoti),callback:function ($$v) {_vm.$set(_vm.ruleForm, \"biaoti\", $$v)},expression:\"ruleForm.biaoti\"}})],1):_c('el-form-item',{staticClass:\"input\",style:({\"padding\":\"2px 0\",\"margin\":\"0 auto 20px\",\"color\":\"inherit\",\"borderRadius\":\"4px\",\"background\":\"none\",\"width\":\"100%\",\"fontSize\":\"inherit\"}),attrs:{\"label\":\"标题\",\"prop\":\"biaoti\"}},[_c('el-input',{attrs:{\"placeholder\":\"标题\",\"readonly\":\"\"},model:{value:(_vm.ruleForm.biaoti),callback:function ($$v) {_vm.$set(_vm.ruleForm, \"biaoti\", $$v)},expression:\"ruleForm.biaoti\"}})],1),(_vm.type!='info'&& !_vm.ro.zhengmingcailiao)?_c('el-form-item',{staticClass:\"upload\",style:({\"padding\":\"2px 0\",\"margin\":\"0 auto 20px\",\"color\":\"inherit\",\"borderRadius\":\"4px\",\"background\":\"none\",\"width\":\"100%\",\"fontSize\":\"inherit\"}),attrs:{\"label\":\"证明材料\",\"prop\":\"zhengmingcailiao\"}},[_c('file-upload',{attrs:{\"tip\":\"点击上传证明材料\",\"action\":\"file/upload\",\"limit\":1,\"type\":3,\"multiple\":true,\"fileUrls\":_vm.ruleForm.zhengmingcailiao?_vm.ruleForm.zhengmingcailiao:''},on:{\"change\":_vm.zhengmingcailiaoUploadChange}})],1):(_vm.ruleForm.zhengmingcailiao)?_c('el-form-item',{style:({\"padding\":\"2px 0\",\"margin\":\"0 auto 20px\",\"color\":\"inherit\",\"borderRadius\":\"4px\",\"background\":\"none\",\"width\":\"100%\",\"fontSize\":\"inherit\"}),attrs:{\"label\":\"证明材料\",\"prop\":\"zhengmingcailiao\"}},[_c('el-button',{style:({\"border\":\"1px solid #ced4da\",\"cursor\":\"pointer\",\"padding\":\"0 30px\",\"margin\":\"0 20px 0 0\",\"outline\":\"none\",\"color\":\"inherit\",\"borderRadius\":\"4px\",\"background\":\"none\",\"width\":\"auto\",\"lineHeight\":\"36px\",\"fontSize\":\"14px\",\"height\":\"40px\"}),attrs:{\"type\":\"text\",\"size\":\"small\"},on:{\"click\":function($event){return _vm.download(_vm.$base.url+_vm.ruleForm.zhengmingcailiao)}}},[_vm._v(\"下载\")])],1):(!_vm.ruleForm.zhengmingcailiao)?_c('el-form-item',{style:({\"padding\":\"2px 0\",\"margin\":\"0 auto 20px\",\"color\":\"inherit\",\"borderRadius\":\"4px\",\"background\":\"none\",\"width\":\"100%\",\"fontSize\":\"inherit\"}),attrs:{\"label\":\"证明材料\",\"prop\":\"zhengmingcailiao\"}},[_c('el-button',{style:({\"border\":\"1px solid #ced4da\",\"cursor\":\"pointer\",\"padding\":\"0 30px\",\"margin\":\"0 20px 0 0\",\"outline\":\"none\",\"color\":\"inherit\",\"borderRadius\":\"4px\",\"background\":\"none\",\"width\":\"auto\",\"lineHeight\":\"36px\",\"fontSize\":\"14px\",\"height\":\"40px\"}),attrs:{\"type\":\"text\",\"size\":\"small\"}},[_vm._v(\"无\")])],1):_vm._e(),(_vm.type!='info')?_c('el-form-item',{staticClass:\"date\",style:({\"padding\":\"2px 0\",\"margin\":\"0 auto 20px\",\"color\":\"inherit\",\"borderRadius\":\"4px\",\"background\":\"none\",\"width\":\"100%\",\"fontSize\":\"inherit\"}),attrs:{\"label\":\"申请时间\",\"prop\":\"shenqingshijian\"}},[_c('el-date-picker',{attrs:{\"value-format\":\"yyyy-MM-dd HH:mm:ss\",\"type\":\"datetime\",\"readonly\":_vm.ro.shenqingshijian,\"placeholder\":\"申请时间\"},model:{value:(_vm.ruleForm.shenqingshijian),callback:function ($$v) {_vm.$set(_vm.ruleForm, \"shenqingshijian\", $$v)},expression:\"ruleForm.shenqingshijian\"}})],1):(_vm.ruleForm.shenqingshijian)?_c('el-form-item',{staticClass:\"input\",style:({\"padding\":\"2px 0\",\"margin\":\"0 auto 20px\",\"color\":\"inherit\",\"borderRadius\":\"4px\",\"background\":\"none\",\"width\":\"100%\",\"fontSize\":\"inherit\"}),attrs:{\"label\":\"申请时间\",\"prop\":\"shenqingshijian\"}},[_c('el-input',{attrs:{\"placeholder\":\"申请时间\",\"readonly\":\"\"},model:{value:(_vm.ruleForm.shenqingshijian),callback:function ($$v) {_vm.$set(_vm.ruleForm, \"shenqingshijian\", $$v)},expression:\"ruleForm.shenqingshijian\"}})],1):_vm._e(),(_vm.type!='info')?_c('el-form-item',{staticClass:\"select\",style:({\"padding\":\"2px 0\",\"margin\":\"0 auto 20px\",\"color\":\"inherit\",\"borderRadius\":\"4px\",\"background\":\"none\",\"width\":\"100%\",\"fontSize\":\"inherit\"}),attrs:{\"label\":\"员工账号\",\"prop\":\"yuangongzhanghao\"}},[_c('el-select',{attrs:{\"disabled\":_vm.ro.yuangongzhanghao,\"placeholder\":\"请选择员工账号\"},on:{\"change\":_vm.yuangongzhanghaoChange},model:{value:(_vm.ruleForm.yuangongzhanghao),callback:function ($$v) {_vm.$set(_vm.ruleForm, \"yuangongzhanghao\", $$v)},expression:\"ruleForm.yuangongzhanghao\"}},_vm._l((_vm.yuangongzhanghaoOptions),function(item,index){return _c('el-option',{key:index,attrs:{\"label\":item,\"value\":item}})}),1)],1):(_vm.ruleForm.yuangongzhanghao)?_c('el-form-item',{staticClass:\"input\",style:({\"padding\":\"2px 0\",\"margin\":\"0 auto 20px\",\"color\":\"inherit\",\"borderRadius\":\"4px\",\"background\":\"none\",\"width\":\"100%\",\"fontSize\":\"inherit\"}),attrs:{\"label\":\"员工账号\",\"prop\":\"yuangongzhanghao\"}},[_c('el-input',{attrs:{\"placeholder\":\"员工账号\",\"readonly\":\"\"},model:{value:(_vm.ruleForm.yuangongzhanghao),callback:function ($$v) {_vm.$set(_vm.ruleForm, \"yuangongzhanghao\", $$v)},expression:\"ruleForm.yuangongzhanghao\"}})],1):_vm._e(),(_vm.type!='info')?_c('el-form-item',{staticClass:\"input\",style:({\"padding\":\"2px 0\",\"margin\":\"0 auto 20px\",\"color\":\"inherit\",\"borderRadius\":\"4px\",\"background\":\"none\",\"width\":\"100%\",\"fontSize\":\"inherit\"}),attrs:{\"label\":\"员工姓名\",\"prop\":\"yuangongxingming\"}},[_c('el-input',{attrs:{\"placeholder\":\"员工姓名\",\"clearable\":\"\",\"readonly\":_vm.ro.yuangongxingming},model:{value:(_vm.ruleForm.yuangongxingming),callback:function ($$v) {_vm.$set(_vm.ruleForm, \"yuangongxingming\", $$v)},expression:\"ruleForm.yuangongxingming\"}})],1):_c('el-form-item',{staticClass:\"input\",style:({\"padding\":\"2px 0\",\"margin\":\"0 auto 20px\",\"color\":\"inherit\",\"borderRadius\":\"4px\",\"background\":\"none\",\"width\":\"100%\",\"fontSize\":\"inherit\"}),attrs:{\"label\":\"员工姓名\",\"prop\":\"yuangongxingming\"}},[_c('el-input',{attrs:{\"placeholder\":\"员工姓名\",\"readonly\":\"\"},model:{value:(_vm.ruleForm.yuangongxingming),callback:function ($$v) {_vm.$set(_vm.ruleForm, \"yuangongxingming\", $$v)},expression:\"ruleForm.yuangongxingming\"}})],1)],(_vm.type!='info')?_c('el-form-item',{style:({\"padding\":\"2px 0\",\"margin\":\"0 auto 20px\",\"color\":\"inherit\",\"borderRadius\":\"4px\",\"background\":\"none\",\"width\":\"100%\",\"fontSize\":\"inherit\"}),attrs:{\"label\":\"申请内容\",\"prop\":\"shenqingneirong\"}},[_c('editor',{staticClass:\"editor\",staticStyle:{\"min-width\":\"200px\",\"max-width\":\"600px\"},attrs:{\"action\":\"file/upload\"},model:{value:(_vm.ruleForm.shenqingneirong),callback:function ($$v) {_vm.$set(_vm.ruleForm, \"shenqingneirong\", $$v)},expression:\"ruleForm.shenqingneirong\"}})],1):(_vm.ruleForm.shenqingneirong)?_c('el-form-item',{style:({\"padding\":\"2px 0\",\"margin\":\"0 auto 20px\",\"color\":\"inherit\",\"borderRadius\":\"4px\",\"background\":\"none\",\"width\":\"100%\",\"fontSize\":\"inherit\"}),attrs:{\"label\":\"申请内容\",\"prop\":\"shenqingneirong\"}},[_c('span',{style:({\"fontSize\":\"14px\",\"lineHeight\":\"40px\",\"color\":\"inherit\",\"fontWeight\":\"500\",\"display\":\"inline-block\"}),domProps:{\"innerHTML\":_vm._s(_vm.ruleForm.shenqingneirong)}})]):_vm._e(),_c('el-form-item',{staticClass:\"btn\",style:({\"padding\":\"0\",\"margin\":\"30px auto\",\"alignItems\":\"center\",\"textAlign\":\"center\",\"background\":\"none\",\"display\":\"flex\",\"width\":\"60%\",\"fontSize\":\"18px\"})},[(_vm.type!='info')?_c('el-button',{staticClass:\"btn3\",attrs:{\"type\":\"success\"},on:{\"click\":_vm.onSubmit}},[_c('span',{staticClass:\"icon iconfont icon-tijiao16\",style:({\"margin\":\"0 2px\",\"fontSize\":\"inherit\",\"color\":\"inherit\",\"display\":\"none\"})}),_vm._v(\" 确定 \")]):_vm._e(),(_vm.type!='info')?_c('el-button',{staticClass:\"btn4\",attrs:{\"type\":\"success\"},on:{\"click\":function($event){return _vm.back()}}},[_c('span',{staticClass:\"icon iconfont icon-quxiao09\",style:({\"margin\":\"0 2px\",\"fontSize\":\"inherit\",\"color\":\"inherit\",\"display\":\"none\"})}),_vm._v(\" 取消 \")]):_vm._e(),(_vm.type=='info')?_c('el-button',{staticClass:\"btn5\",attrs:{\"type\":\"success\"},on:{\"click\":function($event){return _vm.back()}}},[_c('span',{staticClass:\"icon iconfont icon-fanhui01\",style:({\"margin\":\"0 2px\",\"fontSize\":\"inherit\",\"color\":\"inherit\",\"display\":\"none\"})}),_vm._v(\" 返回 \")]):_vm._e()],1)],2)],1)\n}\nvar staticRenderFns = []\n\nexport { render, staticRenderFns }","\r\n\r\n\r\n","import mod from \"-!../../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_cache-loader@4.1.0@cache-loader/dist/cjs.js??ref--13-0!../../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_thread-loader@2.1.3@thread-loader/dist/cjs.js!../../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_babel-loader@8.4.1@babel-loader/lib/index.js!../../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_cache-loader@4.1.0@cache-loader/dist/cjs.js??ref--1-0!../../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_vue-loader@15.11.1@vue-loader/lib/index.js??vue-loader-options!./add-or-update.vue?vue&type=script&lang=js\"; export default mod; export * from \"-!../../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_cache-loader@4.1.0@cache-loader/dist/cjs.js??ref--13-0!../../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_thread-loader@2.1.3@thread-loader/dist/cjs.js!../../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_babel-loader@8.4.1@babel-loader/lib/index.js!../../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_cache-loader@4.1.0@cache-loader/dist/cjs.js??ref--1-0!../../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_vue-loader@15.11.1@vue-loader/lib/index.js??vue-loader-options!./add-or-update.vue?vue&type=script&lang=js\"","import { render, staticRenderFns } from \"./add-or-update.vue?vue&type=template&id=2b8509ba&scoped=true\"\nimport script from \"./add-or-update.vue?vue&type=script&lang=js\"\nexport * from \"./add-or-update.vue?vue&type=script&lang=js\"\nimport style0 from \"./add-or-update.vue?vue&type=style&index=0&id=2b8509ba&prod&lang=scss&scoped=true\"\n\n\n/* normalize component */\nimport normalizer from \"!../../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_vue-loader@15.11.1@vue-loader/lib/runtime/componentNormalizer.js\"\nvar component = normalizer(\n script,\n render,\n staticRenderFns,\n false,\n null,\n \"2b8509ba\",\n null\n \n)\n\nexport default component.exports","var render = function render(){var _vm=this,_c=_vm._self._c;return _c('div',{staticClass:\"addEdit-block\",style:({\"minHeight\":\"calc(100vh - 200px)\",\"padding\":\"0px 0 30px\",\"margin\":\"0 auto\",\"color\":\"#8e99a2\",\"background\":\"none\",\"width\":\"calc(100% - 0px)\",\"fontSize\":\"14px\",\"height\":\"100%\"})},[_c('el-form',{ref:\"ruleForm\",staticClass:\"add-update-preview\",style:({\"padding\":\"30px 5%\",\"borderColor\":\"#f6f6f6\",\"alignItems\":\"flex-start\",\"borderRadius\":\"4px\",\"flexWrap\":\"wrap\",\"background\":\"rgba(255,255,255,.9)\",\"borderWidth\":\"2px\",\"display\":\"flex\",\"fontSize\":\"inherit\",\"borderStyle\":\"solid\"}),attrs:{\"model\":_vm.ruleForm,\"rules\":_vm.rules,\"label-width\":\"200px\"}},[[(_vm.type!='info')?_c('el-form-item',{staticClass:\"input\",style:({\"padding\":\"2px 0\",\"margin\":\"0 auto 20px\",\"color\":\"inherit\",\"borderRadius\":\"4px\",\"background\":\"none\",\"width\":\"100%\",\"fontSize\":\"inherit\"}),attrs:{\"label\":\"账号\",\"prop\":\"zhanghao\"}},[_c('el-input',{attrs:{\"placeholder\":\"账号\",\"clearable\":\"\",\"readonly\":_vm.ro.zhanghao},model:{value:(_vm.ruleForm.zhanghao),callback:function ($$v) {_vm.$set(_vm.ruleForm, \"zhanghao\", $$v)},expression:\"ruleForm.zhanghao\"}})],1):_c('el-form-item',{staticClass:\"input\",style:({\"padding\":\"2px 0\",\"margin\":\"0 auto 20px\",\"color\":\"inherit\",\"borderRadius\":\"4px\",\"background\":\"none\",\"width\":\"100%\",\"fontSize\":\"inherit\"}),attrs:{\"label\":\"账号\",\"prop\":\"zhanghao\"}},[_c('el-input',{attrs:{\"placeholder\":\"账号\",\"readonly\":\"\"},model:{value:(_vm.ruleForm.zhanghao),callback:function ($$v) {_vm.$set(_vm.ruleForm, \"zhanghao\", $$v)},expression:\"ruleForm.zhanghao\"}})],1),(_vm.type!='info')?_c('el-form-item',{staticClass:\"input\",style:({\"padding\":\"2px 0\",\"margin\":\"0 auto 20px\",\"color\":\"inherit\",\"borderRadius\":\"4px\",\"background\":\"none\",\"width\":\"100%\",\"fontSize\":\"inherit\"}),attrs:{\"label\":\"姓名\",\"prop\":\"xingming\"}},[_c('el-input',{attrs:{\"placeholder\":\"姓名\",\"clearable\":\"\",\"readonly\":_vm.ro.xingming},model:{value:(_vm.ruleForm.xingming),callback:function ($$v) {_vm.$set(_vm.ruleForm, \"xingming\", $$v)},expression:\"ruleForm.xingming\"}})],1):_c('el-form-item',{staticClass:\"input\",style:({\"padding\":\"2px 0\",\"margin\":\"0 auto 20px\",\"color\":\"inherit\",\"borderRadius\":\"4px\",\"background\":\"none\",\"width\":\"100%\",\"fontSize\":\"inherit\"}),attrs:{\"label\":\"姓名\",\"prop\":\"xingming\"}},[_c('el-input',{attrs:{\"placeholder\":\"姓名\",\"readonly\":\"\"},model:{value:(_vm.ruleForm.xingming),callback:function ($$v) {_vm.$set(_vm.ruleForm, \"xingming\", $$v)},expression:\"ruleForm.xingming\"}})],1),(_vm.type!='info')?_c('el-form-item',{staticClass:\"input\",style:({\"padding\":\"2px 0\",\"margin\":\"0 auto 20px\",\"color\":\"inherit\",\"borderRadius\":\"4px\",\"background\":\"none\",\"width\":\"100%\",\"fontSize\":\"inherit\"}),attrs:{\"label\":\"驾驶证号\",\"prop\":\"jiashizhenghao\"}},[_c('el-input',{attrs:{\"placeholder\":\"驾驶证号\",\"clearable\":\"\",\"readonly\":_vm.ro.jiashizhenghao},model:{value:(_vm.ruleForm.jiashizhenghao),callback:function ($$v) {_vm.$set(_vm.ruleForm, \"jiashizhenghao\", $$v)},expression:\"ruleForm.jiashizhenghao\"}})],1):_c('el-form-item',{staticClass:\"input\",style:({\"padding\":\"2px 0\",\"margin\":\"0 auto 20px\",\"color\":\"inherit\",\"borderRadius\":\"4px\",\"background\":\"none\",\"width\":\"100%\",\"fontSize\":\"inherit\"}),attrs:{\"label\":\"驾驶证号\",\"prop\":\"jiashizhenghao\"}},[_c('el-input',{attrs:{\"placeholder\":\"驾驶证号\",\"readonly\":\"\"},model:{value:(_vm.ruleForm.jiashizhenghao),callback:function ($$v) {_vm.$set(_vm.ruleForm, \"jiashizhenghao\", $$v)},expression:\"ruleForm.jiashizhenghao\"}})],1),(_vm.type!='info')?_c('el-form-item',{staticClass:\"input\",style:({\"padding\":\"2px 0\",\"margin\":\"0 auto 20px\",\"color\":\"inherit\",\"borderRadius\":\"4px\",\"background\":\"none\",\"width\":\"100%\",\"fontSize\":\"inherit\"}),attrs:{\"label\":\"车牌号\",\"prop\":\"chepaihao\"}},[_c('el-input',{attrs:{\"placeholder\":\"车牌号\",\"clearable\":\"\",\"readonly\":_vm.ro.chepaihao},model:{value:(_vm.ruleForm.chepaihao),callback:function ($$v) {_vm.$set(_vm.ruleForm, \"chepaihao\", $$v)},expression:\"ruleForm.chepaihao\"}})],1):_c('el-form-item',{staticClass:\"input\",style:({\"padding\":\"2px 0\",\"margin\":\"0 auto 20px\",\"color\":\"inherit\",\"borderRadius\":\"4px\",\"background\":\"none\",\"width\":\"100%\",\"fontSize\":\"inherit\"}),attrs:{\"label\":\"车牌号\",\"prop\":\"chepaihao\"}},[_c('el-input',{attrs:{\"placeholder\":\"车牌号\",\"readonly\":\"\"},model:{value:(_vm.ruleForm.chepaihao),callback:function ($$v) {_vm.$set(_vm.ruleForm, \"chepaihao\", $$v)},expression:\"ruleForm.chepaihao\"}})],1),(_vm.type!='info')?_c('el-form-item',{staticClass:\"date\",style:({\"padding\":\"2px 0\",\"margin\":\"0 auto 20px\",\"color\":\"inherit\",\"borderRadius\":\"4px\",\"background\":\"none\",\"width\":\"100%\",\"fontSize\":\"inherit\"}),attrs:{\"label\":\"发放时间\",\"prop\":\"fafangshijian\"}},[_c('el-date-picker',{attrs:{\"value-format\":\"yyyy-MM-dd HH:mm:ss\",\"type\":\"datetime\",\"readonly\":_vm.ro.fafangshijian,\"placeholder\":\"发放时间\"},model:{value:(_vm.ruleForm.fafangshijian),callback:function ($$v) {_vm.$set(_vm.ruleForm, \"fafangshijian\", $$v)},expression:\"ruleForm.fafangshijian\"}})],1):(_vm.ruleForm.fafangshijian)?_c('el-form-item',{staticClass:\"input\",style:({\"padding\":\"2px 0\",\"margin\":\"0 auto 20px\",\"color\":\"inherit\",\"borderRadius\":\"4px\",\"background\":\"none\",\"width\":\"100%\",\"fontSize\":\"inherit\"}),attrs:{\"label\":\"发放时间\",\"prop\":\"fafangshijian\"}},[_c('el-input',{attrs:{\"placeholder\":\"发放时间\",\"readonly\":\"\"},model:{value:(_vm.ruleForm.fafangshijian),callback:function ($$v) {_vm.$set(_vm.ruleForm, \"fafangshijian\", $$v)},expression:\"ruleForm.fafangshijian\"}})],1):_vm._e(),(_vm.type!='info')?_c('el-form-item',{staticClass:\"select\",style:({\"padding\":\"2px 0\",\"margin\":\"0 auto 20px\",\"color\":\"inherit\",\"borderRadius\":\"4px\",\"background\":\"none\",\"width\":\"100%\",\"fontSize\":\"inherit\"}),attrs:{\"label\":\"员工账号\",\"prop\":\"yuangongzhanghao\"}},[_c('el-select',{attrs:{\"disabled\":_vm.ro.yuangongzhanghao,\"placeholder\":\"请选择员工账号\"},on:{\"change\":_vm.yuangongzhanghaoChange},model:{value:(_vm.ruleForm.yuangongzhanghao),callback:function ($$v) {_vm.$set(_vm.ruleForm, \"yuangongzhanghao\", $$v)},expression:\"ruleForm.yuangongzhanghao\"}},_vm._l((_vm.yuangongzhanghaoOptions),function(item,index){return _c('el-option',{key:index,attrs:{\"label\":item,\"value\":item}})}),1)],1):(_vm.ruleForm.yuangongzhanghao)?_c('el-form-item',{staticClass:\"input\",style:({\"padding\":\"2px 0\",\"margin\":\"0 auto 20px\",\"color\":\"inherit\",\"borderRadius\":\"4px\",\"background\":\"none\",\"width\":\"100%\",\"fontSize\":\"inherit\"}),attrs:{\"label\":\"员工账号\",\"prop\":\"yuangongzhanghao\"}},[_c('el-input',{attrs:{\"placeholder\":\"员工账号\",\"readonly\":\"\"},model:{value:(_vm.ruleForm.yuangongzhanghao),callback:function ($$v) {_vm.$set(_vm.ruleForm, \"yuangongzhanghao\", $$v)},expression:\"ruleForm.yuangongzhanghao\"}})],1):_vm._e(),(_vm.type!='info')?_c('el-form-item',{staticClass:\"input\",style:({\"padding\":\"2px 0\",\"margin\":\"0 auto 20px\",\"color\":\"inherit\",\"borderRadius\":\"4px\",\"background\":\"none\",\"width\":\"100%\",\"fontSize\":\"inherit\"}),attrs:{\"label\":\"员工姓名\",\"prop\":\"yuangongxingming\"}},[_c('el-input',{attrs:{\"placeholder\":\"员工姓名\",\"clearable\":\"\",\"readonly\":_vm.ro.yuangongxingming},model:{value:(_vm.ruleForm.yuangongxingming),callback:function ($$v) {_vm.$set(_vm.ruleForm, \"yuangongxingming\", $$v)},expression:\"ruleForm.yuangongxingming\"}})],1):_c('el-form-item',{staticClass:\"input\",style:({\"padding\":\"2px 0\",\"margin\":\"0 auto 20px\",\"color\":\"inherit\",\"borderRadius\":\"4px\",\"background\":\"none\",\"width\":\"100%\",\"fontSize\":\"inherit\"}),attrs:{\"label\":\"员工姓名\",\"prop\":\"yuangongxingming\"}},[_c('el-input',{attrs:{\"placeholder\":\"员工姓名\",\"readonly\":\"\"},model:{value:(_vm.ruleForm.yuangongxingming),callback:function ($$v) {_vm.$set(_vm.ruleForm, \"yuangongxingming\", $$v)},expression:\"ruleForm.yuangongxingming\"}})],1)],_c('el-form-item',{staticClass:\"btn\",style:({\"padding\":\"0\",\"margin\":\"30px auto\",\"alignItems\":\"center\",\"textAlign\":\"center\",\"background\":\"none\",\"display\":\"flex\",\"width\":\"60%\",\"fontSize\":\"18px\"})},[(_vm.type!='info')?_c('el-button',{staticClass:\"btn3\",attrs:{\"type\":\"success\"},on:{\"click\":_vm.onSubmit}},[_c('span',{staticClass:\"icon iconfont icon-tijiao16\",style:({\"margin\":\"0 2px\",\"fontSize\":\"inherit\",\"color\":\"inherit\",\"display\":\"none\"})}),_vm._v(\" 确定 \")]):_vm._e(),(_vm.type!='info')?_c('el-button',{staticClass:\"btn4\",attrs:{\"type\":\"success\"},on:{\"click\":function($event){return _vm.back()}}},[_c('span',{staticClass:\"icon iconfont icon-quxiao09\",style:({\"margin\":\"0 2px\",\"fontSize\":\"inherit\",\"color\":\"inherit\",\"display\":\"none\"})}),_vm._v(\" 取消 \")]):_vm._e(),(_vm.type=='info')?_c('el-button',{staticClass:\"btn5\",attrs:{\"type\":\"success\"},on:{\"click\":function($event){return _vm.back()}}},[_c('span',{staticClass:\"icon iconfont icon-fanhui01\",style:({\"margin\":\"0 2px\",\"fontSize\":\"inherit\",\"color\":\"inherit\",\"display\":\"none\"})}),_vm._v(\" 返回 \")]):_vm._e()],1)],2)],1)\n}\nvar staticRenderFns = []\n\nexport { render, staticRenderFns }","\r\n\r\n\r\n","import mod from \"-!../../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_cache-loader@4.1.0@cache-loader/dist/cjs.js??ref--13-0!../../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_thread-loader@2.1.3@thread-loader/dist/cjs.js!../../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_babel-loader@8.4.1@babel-loader/lib/index.js!../../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_cache-loader@4.1.0@cache-loader/dist/cjs.js??ref--1-0!../../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_vue-loader@15.11.1@vue-loader/lib/index.js??vue-loader-options!./add-or-update.vue?vue&type=script&lang=js\"; export default mod; export * from \"-!../../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_cache-loader@4.1.0@cache-loader/dist/cjs.js??ref--13-0!../../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_thread-loader@2.1.3@thread-loader/dist/cjs.js!../../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_babel-loader@8.4.1@babel-loader/lib/index.js!../../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_cache-loader@4.1.0@cache-loader/dist/cjs.js??ref--1-0!../../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_vue-loader@15.11.1@vue-loader/lib/index.js??vue-loader-options!./add-or-update.vue?vue&type=script&lang=js\"","import { render, staticRenderFns } from \"./add-or-update.vue?vue&type=template&id=2a82c071&scoped=true\"\nimport script from \"./add-or-update.vue?vue&type=script&lang=js\"\nexport * from \"./add-or-update.vue?vue&type=script&lang=js\"\nimport style0 from \"./add-or-update.vue?vue&type=style&index=0&id=2a82c071&prod&lang=scss&scoped=true\"\n\n\n/* normalize component */\nimport normalizer from \"!../../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_vue-loader@15.11.1@vue-loader/lib/runtime/componentNormalizer.js\"\nvar component = normalizer(\n script,\n render,\n staticRenderFns,\n false,\n null,\n \"2a82c071\",\n null\n \n)\n\nexport default component.exports","\r\n\n\n\n","import mod from \"-!../../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_cache-loader@4.1.0@cache-loader/dist/cjs.js??ref--13-0!../../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_thread-loader@2.1.3@thread-loader/dist/cjs.js!../../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_babel-loader@8.4.1@babel-loader/lib/index.js!../../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_cache-loader@4.1.0@cache-loader/dist/cjs.js??ref--1-0!../../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_vue-loader@15.11.1@vue-loader/lib/index.js??vue-loader-options!./list.vue?vue&type=script&lang=js\"; export default mod; export * from \"-!../../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_cache-loader@4.1.0@cache-loader/dist/cjs.js??ref--13-0!../../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_thread-loader@2.1.3@thread-loader/dist/cjs.js!../../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_babel-loader@8.4.1@babel-loader/lib/index.js!../../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_cache-loader@4.1.0@cache-loader/dist/cjs.js??ref--1-0!../../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_vue-loader@15.11.1@vue-loader/lib/index.js??vue-loader-options!./list.vue?vue&type=script&lang=js\"","import { render, staticRenderFns } from \"./list.vue?vue&type=template&id=74f1b30c&scoped=true\"\nimport script from \"./list.vue?vue&type=script&lang=js\"\nexport * from \"./list.vue?vue&type=script&lang=js\"\nimport style0 from \"./list.vue?vue&type=style&index=0&id=74f1b30c&prod&lang=scss&scoped=true\"\n\n\n/* normalize component */\nimport normalizer from \"!../../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_vue-loader@15.11.1@vue-loader/lib/runtime/componentNormalizer.js\"\nvar component = normalizer(\n script,\n render,\n staticRenderFns,\n false,\n null,\n \"74f1b30c\",\n null\n \n)\n\nexport default component.exports","var render = function render(){var _vm=this,_c=_vm._self._c;return _c('div',{staticClass:\"main-content\",style:({\"minHeight\":\"calc(100vh - 200px)\",\"padding\":\"0px 5%\",\"margin\":\"0 auto\",\"color\":\"#666\",\"background\":\"none\",\"width\":\"calc(100% - 0px)\",\"fontSize\":\"14px\",\"height\":\"100%\"})},[(_vm.showFlag)?[_c('el-form',{staticClass:\"center-form-pv\",style:({\"padding\":\"20px 20px 0\",\"boxShadow\":\"0 2px 3px 0px rgba(100,100,100,.05)\",\"margin\":\"0 0 0px\",\"borderColor\":\"#f6f6f6\",\"display\":\"flex\",\"justifyContent\":\"center\",\"minHeight\":\"100px\",\"overflow\":\"hidden\",\"borderRadius\":\"4px 4px 0 0\",\"flexWrap\":\"wrap\",\"background\":\"#fff\",\"borderWidth\":\"2px 2px 0\",\"fontSize\":\"inherit\",\"borderStyle\":\"solid\"}),attrs:{\"inline\":true,\"model\":_vm.searchForm}},[_c('el-row',{style:({\"padding\":\"0px\",\"boxShadow\":\"0 0px 0px 0px rgba(115,108,203,.23)\",\"margin\":\"0 0px 0px 0\",\"borderRadius\":\"0px\",\"alignItems\":\"center\",\"background\":\"none\",\"display\":\"flex\",\"width\":\"auto\",\"fontSize\":\"inherit\",\"justifyContent\":\"flex-end\",\"order\":\"2\"})},[_c('div',{style:({\"margin\":\"0 10px 0 0\",\"fontSize\":\"inherit\",\"display\":\"inline-block\"})},[_c('label',{staticClass:\"item-label\",style:({\"margin\":\"0 10px 0 0\",\"color\":\"inherit\",\"display\":\"inline-block\",\"lineHeight\":\"34px\",\"fontSize\":\"inherit\",\"fontWeight\":\"500\",\"height\":\"34px\"})},[_vm._v(\"账号\")]),_c('el-input',{attrs:{\"placeholder\":\"账号\",\"clearable\":\"\"},nativeOn:{\"keydown\":function($event){if(!$event.type.indexOf('key')&&_vm._k($event.keyCode,\"enter\",13,$event.key,\"Enter\"))return null;return _vm.search()}},model:{value:(_vm.searchForm.zhanghao),callback:function ($$v) {_vm.$set(_vm.searchForm, \"zhanghao\", $$v)},expression:\"searchForm.zhanghao\"}})],1),_c('div',{style:({\"margin\":\"0 10px 0 0\",\"fontSize\":\"inherit\",\"display\":\"inline-block\"})},[_c('label',{staticClass:\"item-label\",style:({\"margin\":\"0 10px 0 0\",\"color\":\"inherit\",\"display\":\"inline-block\",\"lineHeight\":\"34px\",\"fontSize\":\"inherit\",\"fontWeight\":\"500\",\"height\":\"34px\"})},[_vm._v(\"姓名\")]),_c('el-input',{attrs:{\"placeholder\":\"姓名\",\"clearable\":\"\"},nativeOn:{\"keydown\":function($event){if(!$event.type.indexOf('key')&&_vm._k($event.keyCode,\"enter\",13,$event.key,\"Enter\"))return null;return _vm.search()}},model:{value:(_vm.searchForm.xingming),callback:function ($$v) {_vm.$set(_vm.searchForm, \"xingming\", $$v)},expression:\"searchForm.xingming\"}})],1),_c('div',{staticClass:\"select\",style:({\"margin\":\"0 10px 0 0\",\"fontSize\":\"inherit\",\"display\":\"inline-block\"}),attrs:{\"label\":\"性别\",\"prop\":\"xingbie\"}},[_c('label',{staticClass:\"item-label\",style:({\"margin\":\"0 10px 0 0\",\"color\":\"inherit\",\"display\":\"inline-block\",\"lineHeight\":\"34px\",\"fontSize\":\"inherit\",\"fontWeight\":\"500\",\"height\":\"34px\"})},[_vm._v(\"性别\")]),_c('el-select',{attrs:{\"clearable\":\"\",\"placeholder\":\"请选择性别\"},model:{value:(_vm.searchForm.xingbie),callback:function ($$v) {_vm.$set(_vm.searchForm, \"xingbie\", $$v)},expression:\"searchForm.xingbie\"}},_vm._l((_vm.xingbieOptions),function(item,index){return _c('el-option',{key:index,attrs:{\"label\":item,\"value\":item}})}),1)],1),_c('el-button',{staticClass:\"search\",attrs:{\"type\":\"success\"},on:{\"click\":function($event){return _vm.search()}}},[_c('span',{staticClass:\"icon iconfont icon-chakan18\",style:({\"margin\":\"0 2px\",\"fontSize\":\"18px\",\"color\":\"#00acc1\",\"display\":\"inline-block\",\"height\":\"auto\"})}),_vm._v(\" 查询 \")])],1),_c('el-row',{staticClass:\"actions\",style:({\"boxShadow\":\"0 0px 0px 0px rgba(115,108,203,.23)\",\"padding\":\"0 20px 0 0\",\"margin\":\"0px 0 0px\",\"color\":\"#333\",\"alignItems\":\"center\",\"textAlign\":\"left\",\"display\":\"flex\",\"borderRadius\":\"0px\",\"flexWrap\":\"wrap\",\"background\":\"none\",\"flex\":\"1\",\"width\":\"auto\",\"fontSize\":\"inherit\",\"order\":\"1\"})},[(_vm.isAuth('jiashiyuan','新增'))?_c('el-button',{staticClass:\"add\",attrs:{\"type\":\"success\"},on:{\"click\":function($event){return _vm.addOrUpdateHandler()}}},[_c('span',{staticClass:\"icon iconfont icon-tianjia14\",style:({\"margin\":\"0 2px\",\"fontSize\":\"inherit\",\"color\":\"inherit\",\"display\":\"none\"})}),_vm._v(\" 新增 \")]):_vm._e(),(_vm.isAuth('jiashiyuan','删除'))?_c('el-button',{staticClass:\"del\",attrs:{\"disabled\":_vm.dataListSelections.length?false:true,\"type\":\"danger\"},on:{\"click\":function($event){return _vm.deleteHandler()}}},[_c('span',{staticClass:\"icon iconfont icon-shanchu9\",style:({\"margin\":\"0 2px\",\"fontSize\":\"inherit\",\"color\":\"inherit\",\"display\":\"none\"})}),_vm._v(\" 删除 \")]):_vm._e()],1)],1),_c('div',{style:({\"padding\":\"20px\",\"borderColor\":\"#f6f6f6\",\"margin\":\"0 0 0px\",\"borderRadius\":\"0 0 4px 4px\",\"background\":\"rgba(255,255,255,1)\",\"borderWidth\":\"0 2px 2px\",\"width\":\"100%\",\"borderStyle\":\"solid\"})},[(_vm.isAuth('jiashiyuan','查看'))?_c('el-table',{directives:[{name:\"loading\",rawName:\"v-loading\",value:(_vm.dataListLoading),expression:\"dataListLoading\"}],staticClass:\"tables\",style:({\"padding\":\"0\",\"borderColor\":\"#eee\",\"color\":\"inherit\",\"borderRadius\":\"0px\",\"borderWidth\":\"0px 0px 0 0px\",\"background\":\"none\",\"width\":\"100%\",\"fontSize\":\"inherit\",\"borderStyle\":\"solid\"}),attrs:{\"stripe\":false,\"border\":true,\"data\":_vm.dataList},on:{\"selection-change\":_vm.selectionChangeHandler}},[_c('el-table-column',{attrs:{\"resizable\":true,\"type\":\"selection\",\"align\":\"center\",\"width\":\"50\"}}),_c('el-table-column',{attrs:{\"resizable\":true,\"sortable\":true,\"label\":\"序号\",\"type\":\"index\",\"width\":\"50\"}}),_c('el-table-column',{attrs:{\"resizable\":true,\"sortable\":true,\"prop\":\"zhanghao\",\"label\":\"账号\"},scopedSlots:_vm._u([{key:\"default\",fn:function(scope){return [_vm._v(\" \"+_vm._s(scope.row.zhanghao)+\" \")]}}],null,false,2757161441)}),_c('el-table-column',{attrs:{\"resizable\":true,\"sortable\":true,\"prop\":\"xingming\",\"label\":\"姓名\"},scopedSlots:_vm._u([{key:\"default\",fn:function(scope){return [_vm._v(\" \"+_vm._s(scope.row.xingming)+\" \")]}}],null,false,1096791112)}),_c('el-table-column',{attrs:{\"resizable\":true,\"sortable\":true,\"prop\":\"xingbie\",\"label\":\"性别\"},scopedSlots:_vm._u([{key:\"default\",fn:function(scope){return [_vm._v(\" \"+_vm._s(scope.row.xingbie)+\" \")]}}],null,false,224366571)}),_c('el-table-column',{attrs:{\"resizable\":true,\"sortable\":true,\"prop\":\"shouji\",\"label\":\"手机\"},scopedSlots:_vm._u([{key:\"default\",fn:function(scope){return [_vm._v(\" \"+_vm._s(scope.row.shouji)+\" \")]}}],null,false,1642124447)}),_c('el-table-column',{attrs:{\"resizable\":true,\"sortable\":true,\"prop\":\"shenfenzheng\",\"label\":\"身份证\"},scopedSlots:_vm._u([{key:\"default\",fn:function(scope){return [_vm._v(\" \"+_vm._s(scope.row.shenfenzheng)+\" \")]}}],null,false,2194797182)}),_c('el-table-column',{attrs:{\"resizable\":true,\"sortable\":true,\"prop\":\"chushengriqi\",\"label\":\"出生日期\"},scopedSlots:_vm._u([{key:\"default\",fn:function(scope){return [_vm._v(\" \"+_vm._s(scope.row.chushengriqi)+\" \")]}}],null,false,3844361719)}),_c('el-table-column',{attrs:{\"resizable\":true,\"sortable\":true,\"prop\":\"jiashizhenghao\",\"label\":\"驾驶证号\"},scopedSlots:_vm._u([{key:\"default\",fn:function(scope){return [_vm._v(\" \"+_vm._s(scope.row.jiashizhenghao)+\" \")]}}],null,false,1810102229)}),_c('el-table-column',{attrs:{\"resizable\":true,\"sortable\":true,\"prop\":\"touxiang\",\"width\":\"200\",\"label\":\"头像\"},scopedSlots:_vm._u([{key:\"default\",fn:function(scope){return [(scope.row.touxiang)?_c('div',[(scope.row.touxiang.substring(0,4)=='http')?_c('img',{staticStyle:{\"object-fit\":\"cover\"},attrs:{\"src\":scope.row.touxiang.split(',')[0],\"width\":\"100\",\"height\":\"100\"}}):_c('img',{staticStyle:{\"object-fit\":\"cover\"},attrs:{\"src\":_vm.$base.url+scope.row.touxiang.split(',')[0],\"width\":\"100\",\"height\":\"100\"}})]):_c('div',[_vm._v(\"无图片\")])]}}],null,false,3010260696)}),_c('el-table-column',{attrs:{\"width\":\"300\",\"label\":\"操作\"},scopedSlots:_vm._u([{key:\"default\",fn:function(scope){return [( _vm.isAuth('jiashiyuan','查看'))?_c('el-button',{staticClass:\"view\",attrs:{\"type\":\"success\"},on:{\"click\":function($event){return _vm.addOrUpdateHandler(scope.row.id,'info')}}},[_c('span',{staticClass:\"icon iconfont icon-chakan8\",style:({\"margin\":\"0 0 0 4px\",\"fontSize\":\"inherit\",\"color\":\"inherit\",\"display\":\"none\",\"height\":\"auto\"})}),_vm._v(\" 详情 \")]):_vm._e(),( _vm.isAuth('jiashiyuan','修改') )?_c('el-button',{staticClass:\"edit\",attrs:{\"type\":\"success\"},on:{\"click\":function($event){return _vm.addOrUpdateHandler(scope.row.id)}}},[_c('span',{staticClass:\"icon iconfont icon-xiugai19\",style:({\"margin\":\"0 0 0 4px\",\"fontSize\":\"inherit\",\"color\":\"inherit\",\"display\":\"none\",\"height\":\"auto\"})}),_vm._v(\" 更改 \")]):_vm._e(),(_vm.isAuth('jiashiyuan','删除') )?_c('el-button',{staticClass:\"del\",attrs:{\"type\":\"primary\"},on:{\"click\":function($event){return _vm.deleteHandler(scope.row.id )}}},[_c('span',{staticClass:\"icon iconfont icon-shanchu16\",style:({\"margin\":\"0 0 0 4px\",\"fontSize\":\"inherit\",\"color\":\"inherit\",\"display\":\"none\",\"height\":\"auto\"})}),_vm._v(\" 移除 \")]):_vm._e()]}}],null,false,1868120368)})],1):_vm._e()],1),_c('el-pagination',{style:({\"border\":\"0px solid #dee2e6\",\"padding\":\"10px 0\",\"margin\":\"10px 0 0\",\"whiteSpace\":\"nowrap\",\"color\":\"inherit\",\"textAlign\":\"center\",\"background\":\"none\",\"width\":\"100%\",\"fontSize\":\"inherit\",\"fontWeight\":\"500\"}),attrs:{\"current-page\":_vm.pageIndex,\"background\":\"\",\"page-sizes\":[10, 50, 100, 200],\"page-size\":_vm.pageSize,\"layout\":_vm.layouts.join(),\"total\":_vm.totalPage,\"prev-text\":\"上一页 \",\"next-text\":\"下一页 \",\"hide-on-single-page\":false},on:{\"size-change\":_vm.sizeChangeHandle,\"current-change\":_vm.currentChangeHandle}})]:_vm._e(),(_vm.addOrUpdateFlag)?_c('add-or-update',{ref:\"addOrUpdate\",attrs:{\"parent\":this}}):_vm._e()],2)\n}\nvar staticRenderFns = []\n\nexport { render, staticRenderFns }","var render = function render(){var _vm=this,_c=_vm._self._c;return _c('div',{staticClass:\"addEdit-block\",style:({\"minHeight\":\"calc(100vh - 200px)\",\"padding\":\"0px 0 30px\",\"margin\":\"0 auto\",\"color\":\"#8e99a2\",\"background\":\"none\",\"width\":\"calc(100% - 0px)\",\"fontSize\":\"14px\",\"height\":\"100%\"})},[_c('el-form',{ref:\"ruleForm\",staticClass:\"add-update-preview\",style:({\"padding\":\"30px 5%\",\"borderColor\":\"#f6f6f6\",\"alignItems\":\"flex-start\",\"borderRadius\":\"4px\",\"flexWrap\":\"wrap\",\"background\":\"rgba(255,255,255,.9)\",\"borderWidth\":\"2px\",\"display\":\"flex\",\"fontSize\":\"inherit\",\"borderStyle\":\"solid\"}),attrs:{\"model\":_vm.ruleForm,\"rules\":_vm.rules,\"label-width\":\"200px\"}},[[(_vm.type!='info')?_c('el-form-item',{staticClass:\"input\",style:({\"padding\":\"2px 0\",\"margin\":\"0 auto 20px\",\"color\":\"inherit\",\"borderRadius\":\"4px\",\"background\":\"none\",\"width\":\"100%\",\"fontSize\":\"inherit\"}),attrs:{\"label\":\"账号\",\"prop\":\"zhanghao\"}},[_c('el-input',{attrs:{\"placeholder\":\"账号\",\"clearable\":\"\",\"readonly\":_vm.ro.zhanghao},model:{value:(_vm.ruleForm.zhanghao),callback:function ($$v) {_vm.$set(_vm.ruleForm, \"zhanghao\", $$v)},expression:\"ruleForm.zhanghao\"}})],1):_c('el-form-item',{staticClass:\"input\",style:({\"padding\":\"2px 0\",\"margin\":\"0 auto 20px\",\"color\":\"inherit\",\"borderRadius\":\"4px\",\"background\":\"none\",\"width\":\"100%\",\"fontSize\":\"inherit\"}),attrs:{\"label\":\"账号\",\"prop\":\"zhanghao\"}},[_c('el-input',{attrs:{\"placeholder\":\"账号\",\"readonly\":\"\"},model:{value:(_vm.ruleForm.zhanghao),callback:function ($$v) {_vm.$set(_vm.ruleForm, \"zhanghao\", $$v)},expression:\"ruleForm.zhanghao\"}})],1),(_vm.type!='info')?_c('el-form-item',{staticClass:\"input\",style:({\"padding\":\"2px 0\",\"margin\":\"0 auto 20px\",\"color\":\"inherit\",\"borderRadius\":\"4px\",\"background\":\"none\",\"width\":\"100%\",\"fontSize\":\"inherit\"}),attrs:{\"label\":\"密码\",\"prop\":\"mima\"}},[_c('el-input',{attrs:{\"placeholder\":\"密码\",\"clearable\":\"\",\"readonly\":_vm.ro.mima},model:{value:(_vm.ruleForm.mima),callback:function ($$v) {_vm.$set(_vm.ruleForm, \"mima\", $$v)},expression:\"ruleForm.mima\"}})],1):_c('el-form-item',{staticClass:\"input\",style:({\"padding\":\"2px 0\",\"margin\":\"0 auto 20px\",\"color\":\"inherit\",\"borderRadius\":\"4px\",\"background\":\"none\",\"width\":\"100%\",\"fontSize\":\"inherit\"}),attrs:{\"label\":\"密码\",\"prop\":\"mima\"}},[_c('el-input',{attrs:{\"placeholder\":\"密码\",\"readonly\":\"\"},model:{value:(_vm.ruleForm.mima),callback:function ($$v) {_vm.$set(_vm.ruleForm, \"mima\", $$v)},expression:\"ruleForm.mima\"}})],1),(_vm.type!='info')?_c('el-form-item',{staticClass:\"input\",style:({\"padding\":\"2px 0\",\"margin\":\"0 auto 20px\",\"color\":\"inherit\",\"borderRadius\":\"4px\",\"background\":\"none\",\"width\":\"100%\",\"fontSize\":\"inherit\"}),attrs:{\"label\":\"姓名\",\"prop\":\"xingming\"}},[_c('el-input',{attrs:{\"placeholder\":\"姓名\",\"clearable\":\"\",\"readonly\":_vm.ro.xingming},model:{value:(_vm.ruleForm.xingming),callback:function ($$v) {_vm.$set(_vm.ruleForm, \"xingming\", $$v)},expression:\"ruleForm.xingming\"}})],1):_c('el-form-item',{staticClass:\"input\",style:({\"padding\":\"2px 0\",\"margin\":\"0 auto 20px\",\"color\":\"inherit\",\"borderRadius\":\"4px\",\"background\":\"none\",\"width\":\"100%\",\"fontSize\":\"inherit\"}),attrs:{\"label\":\"姓名\",\"prop\":\"xingming\"}},[_c('el-input',{attrs:{\"placeholder\":\"姓名\",\"readonly\":\"\"},model:{value:(_vm.ruleForm.xingming),callback:function ($$v) {_vm.$set(_vm.ruleForm, \"xingming\", $$v)},expression:\"ruleForm.xingming\"}})],1),(_vm.type!='info')?_c('el-form-item',{staticClass:\"select\",style:({\"padding\":\"2px 0\",\"margin\":\"0 auto 20px\",\"color\":\"inherit\",\"borderRadius\":\"4px\",\"background\":\"none\",\"width\":\"100%\",\"fontSize\":\"inherit\"}),attrs:{\"label\":\"性别\",\"prop\":\"xingbie\"}},[_c('el-select',{attrs:{\"disabled\":_vm.ro.xingbie,\"placeholder\":\"请选择性别\"},model:{value:(_vm.ruleForm.xingbie),callback:function ($$v) {_vm.$set(_vm.ruleForm, \"xingbie\", $$v)},expression:\"ruleForm.xingbie\"}},_vm._l((_vm.xingbieOptions),function(item,index){return _c('el-option',{key:index,attrs:{\"label\":item,\"value\":item}})}),1)],1):_c('el-form-item',{staticClass:\"input\",style:({\"padding\":\"2px 0\",\"margin\":\"0 auto 20px\",\"color\":\"inherit\",\"borderRadius\":\"4px\",\"background\":\"none\",\"width\":\"100%\",\"fontSize\":\"inherit\"}),attrs:{\"label\":\"性别\",\"prop\":\"xingbie\"}},[_c('el-input',{attrs:{\"placeholder\":\"性别\",\"readonly\":\"\"},model:{value:(_vm.ruleForm.xingbie),callback:function ($$v) {_vm.$set(_vm.ruleForm, \"xingbie\", $$v)},expression:\"ruleForm.xingbie\"}})],1),(_vm.type!='info')?_c('el-form-item',{staticClass:\"input\",style:({\"padding\":\"2px 0\",\"margin\":\"0 auto 20px\",\"color\":\"inherit\",\"borderRadius\":\"4px\",\"background\":\"none\",\"width\":\"100%\",\"fontSize\":\"inherit\"}),attrs:{\"label\":\"手机\",\"prop\":\"shouji\"}},[_c('el-input',{attrs:{\"placeholder\":\"手机\",\"clearable\":\"\",\"readonly\":_vm.ro.shouji},model:{value:(_vm.ruleForm.shouji),callback:function ($$v) {_vm.$set(_vm.ruleForm, \"shouji\", $$v)},expression:\"ruleForm.shouji\"}})],1):_c('el-form-item',{staticClass:\"input\",style:({\"padding\":\"2px 0\",\"margin\":\"0 auto 20px\",\"color\":\"inherit\",\"borderRadius\":\"4px\",\"background\":\"none\",\"width\":\"100%\",\"fontSize\":\"inherit\"}),attrs:{\"label\":\"手机\",\"prop\":\"shouji\"}},[_c('el-input',{attrs:{\"placeholder\":\"手机\",\"readonly\":\"\"},model:{value:(_vm.ruleForm.shouji),callback:function ($$v) {_vm.$set(_vm.ruleForm, \"shouji\", $$v)},expression:\"ruleForm.shouji\"}})],1),(_vm.type!='info')?_c('el-form-item',{staticClass:\"input\",style:({\"padding\":\"2px 0\",\"margin\":\"0 auto 20px\",\"color\":\"inherit\",\"borderRadius\":\"4px\",\"background\":\"none\",\"width\":\"100%\",\"fontSize\":\"inherit\"}),attrs:{\"label\":\"身份证\",\"prop\":\"shenfenzheng\"}},[_c('el-input',{attrs:{\"placeholder\":\"身份证\",\"clearable\":\"\",\"readonly\":_vm.ro.shenfenzheng},model:{value:(_vm.ruleForm.shenfenzheng),callback:function ($$v) {_vm.$set(_vm.ruleForm, \"shenfenzheng\", $$v)},expression:\"ruleForm.shenfenzheng\"}})],1):_c('el-form-item',{staticClass:\"input\",style:({\"padding\":\"2px 0\",\"margin\":\"0 auto 20px\",\"color\":\"inherit\",\"borderRadius\":\"4px\",\"background\":\"none\",\"width\":\"100%\",\"fontSize\":\"inherit\"}),attrs:{\"label\":\"身份证\",\"prop\":\"shenfenzheng\"}},[_c('el-input',{attrs:{\"placeholder\":\"身份证\",\"readonly\":\"\"},model:{value:(_vm.ruleForm.shenfenzheng),callback:function ($$v) {_vm.$set(_vm.ruleForm, \"shenfenzheng\", $$v)},expression:\"ruleForm.shenfenzheng\"}})],1),(_vm.type!='info')?_c('el-form-item',{staticClass:\"date\",style:({\"padding\":\"2px 0\",\"margin\":\"0 auto 20px\",\"color\":\"inherit\",\"borderRadius\":\"4px\",\"background\":\"none\",\"width\":\"100%\",\"fontSize\":\"inherit\"}),attrs:{\"label\":\"出生日期\",\"prop\":\"chushengriqi\"}},[_c('el-date-picker',{attrs:{\"format\":\"yyyy 年 MM 月 dd 日\",\"value-format\":\"yyyy-MM-dd\",\"type\":\"date\",\"readonly\":_vm.ro.chushengriqi,\"placeholder\":\"出生日期\"},model:{value:(_vm.ruleForm.chushengriqi),callback:function ($$v) {_vm.$set(_vm.ruleForm, \"chushengriqi\", $$v)},expression:\"ruleForm.chushengriqi\"}})],1):(_vm.ruleForm.chushengriqi)?_c('el-form-item',{staticClass:\"input\",style:({\"padding\":\"2px 0\",\"margin\":\"0 auto 20px\",\"color\":\"inherit\",\"borderRadius\":\"4px\",\"background\":\"none\",\"width\":\"100%\",\"fontSize\":\"inherit\"}),attrs:{\"label\":\"出生日期\",\"prop\":\"chushengriqi\"}},[_c('el-input',{attrs:{\"placeholder\":\"出生日期\",\"readonly\":\"\"},model:{value:(_vm.ruleForm.chushengriqi),callback:function ($$v) {_vm.$set(_vm.ruleForm, \"chushengriqi\", $$v)},expression:\"ruleForm.chushengriqi\"}})],1):_vm._e(),(_vm.type!='info')?_c('el-form-item',{staticClass:\"input\",style:({\"padding\":\"2px 0\",\"margin\":\"0 auto 20px\",\"color\":\"inherit\",\"borderRadius\":\"4px\",\"background\":\"none\",\"width\":\"100%\",\"fontSize\":\"inherit\"}),attrs:{\"label\":\"驾驶证号\",\"prop\":\"jiashizhenghao\"}},[_c('el-input',{attrs:{\"placeholder\":\"驾驶证号\",\"clearable\":\"\",\"readonly\":_vm.ro.jiashizhenghao},model:{value:(_vm.ruleForm.jiashizhenghao),callback:function ($$v) {_vm.$set(_vm.ruleForm, \"jiashizhenghao\", $$v)},expression:\"ruleForm.jiashizhenghao\"}})],1):_c('el-form-item',{staticClass:\"input\",style:({\"padding\":\"2px 0\",\"margin\":\"0 auto 20px\",\"color\":\"inherit\",\"borderRadius\":\"4px\",\"background\":\"none\",\"width\":\"100%\",\"fontSize\":\"inherit\"}),attrs:{\"label\":\"驾驶证号\",\"prop\":\"jiashizhenghao\"}},[_c('el-input',{attrs:{\"placeholder\":\"驾驶证号\",\"readonly\":\"\"},model:{value:(_vm.ruleForm.jiashizhenghao),callback:function ($$v) {_vm.$set(_vm.ruleForm, \"jiashizhenghao\", $$v)},expression:\"ruleForm.jiashizhenghao\"}})],1),(_vm.type!='info' && !_vm.ro.touxiang)?_c('el-form-item',{staticClass:\"upload\",style:({\"padding\":\"2px 0\",\"margin\":\"0 auto 20px\",\"color\":\"inherit\",\"borderRadius\":\"4px\",\"background\":\"none\",\"width\":\"100%\",\"fontSize\":\"inherit\"}),attrs:{\"label\":\"头像\",\"prop\":\"touxiang\"}},[_c('file-upload',{attrs:{\"tip\":\"点击上传头像\",\"action\":\"file/upload\",\"limit\":3,\"multiple\":true,\"fileUrls\":_vm.ruleForm.touxiang?_vm.ruleForm.touxiang:''},on:{\"change\":_vm.touxiangUploadChange}})],1):(_vm.ruleForm.touxiang)?_c('el-form-item',{staticClass:\"upload\",style:({\"padding\":\"2px 0\",\"margin\":\"0 auto 20px\",\"color\":\"inherit\",\"borderRadius\":\"4px\",\"background\":\"none\",\"width\":\"100%\",\"fontSize\":\"inherit\"}),attrs:{\"label\":\"头像\",\"prop\":\"touxiang\"}},[(_vm.ruleForm.touxiang.substring(0,4)=='http')?_c('img',{key:_vm.index,staticClass:\"upload-img\",staticStyle:{\"margin-right\":\"20px\"},attrs:{\"src\":_vm.ruleForm.touxiang.split(',')[0],\"width\":\"100\",\"height\":\"100\"}}):_vm._l((_vm.ruleForm.touxiang.split(',')),function(item,index){return _c('img',{key:index,staticClass:\"upload-img\",staticStyle:{\"margin-right\":\"20px\"},attrs:{\"src\":_vm.$base.url+item,\"width\":\"100\",\"height\":\"100\"}})})],2):_vm._e()],_c('el-form-item',{staticClass:\"btn\",style:({\"padding\":\"0\",\"margin\":\"30px auto\",\"alignItems\":\"center\",\"textAlign\":\"center\",\"background\":\"none\",\"display\":\"flex\",\"width\":\"60%\",\"fontSize\":\"18px\"})},[(_vm.type!='info')?_c('el-button',{staticClass:\"btn3\",attrs:{\"type\":\"success\"},on:{\"click\":_vm.onSubmit}},[_c('span',{staticClass:\"icon iconfont icon-tijiao16\",style:({\"margin\":\"0 2px\",\"fontSize\":\"inherit\",\"color\":\"inherit\",\"display\":\"none\"})}),_vm._v(\" 确定 \")]):_vm._e(),(_vm.type!='info')?_c('el-button',{staticClass:\"btn4\",attrs:{\"type\":\"success\"},on:{\"click\":function($event){return _vm.back()}}},[_c('span',{staticClass:\"icon iconfont icon-quxiao09\",style:({\"margin\":\"0 2px\",\"fontSize\":\"inherit\",\"color\":\"inherit\",\"display\":\"none\"})}),_vm._v(\" 取消 \")]):_vm._e(),(_vm.type=='info')?_c('el-button',{staticClass:\"btn5\",attrs:{\"type\":\"success\"},on:{\"click\":function($event){return _vm.back()}}},[_c('span',{staticClass:\"icon iconfont icon-fanhui01\",style:({\"margin\":\"0 2px\",\"fontSize\":\"inherit\",\"color\":\"inherit\",\"display\":\"none\"})}),_vm._v(\" 返回 \")]):_vm._e()],1)],2)],1)\n}\nvar staticRenderFns = []\n\nexport { render, staticRenderFns }","\r\n\r\n\r\n","import mod from \"-!../../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_cache-loader@4.1.0@cache-loader/dist/cjs.js??ref--13-0!../../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_thread-loader@2.1.3@thread-loader/dist/cjs.js!../../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_babel-loader@8.4.1@babel-loader/lib/index.js!../../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_cache-loader@4.1.0@cache-loader/dist/cjs.js??ref--1-0!../../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_vue-loader@15.11.1@vue-loader/lib/index.js??vue-loader-options!./add-or-update.vue?vue&type=script&lang=js\"; export default mod; export * from \"-!../../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_cache-loader@4.1.0@cache-loader/dist/cjs.js??ref--13-0!../../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_thread-loader@2.1.3@thread-loader/dist/cjs.js!../../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_babel-loader@8.4.1@babel-loader/lib/index.js!../../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_cache-loader@4.1.0@cache-loader/dist/cjs.js??ref--1-0!../../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_vue-loader@15.11.1@vue-loader/lib/index.js??vue-loader-options!./add-or-update.vue?vue&type=script&lang=js\"","import { render, staticRenderFns } from \"./add-or-update.vue?vue&type=template&id=8c8aa792&scoped=true\"\nimport script from \"./add-or-update.vue?vue&type=script&lang=js\"\nexport * from \"./add-or-update.vue?vue&type=script&lang=js\"\nimport style0 from \"./add-or-update.vue?vue&type=style&index=0&id=8c8aa792&prod&lang=scss&scoped=true\"\n\n\n/* normalize component */\nimport normalizer from \"!../../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_vue-loader@15.11.1@vue-loader/lib/runtime/componentNormalizer.js\"\nvar component = normalizer(\n script,\n render,\n staticRenderFns,\n false,\n null,\n \"8c8aa792\",\n null\n \n)\n\nexport default component.exports","\r\n\n\n\n","import mod from \"-!../../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_cache-loader@4.1.0@cache-loader/dist/cjs.js??ref--13-0!../../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_thread-loader@2.1.3@thread-loader/dist/cjs.js!../../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_babel-loader@8.4.1@babel-loader/lib/index.js!../../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_cache-loader@4.1.0@cache-loader/dist/cjs.js??ref--1-0!../../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_vue-loader@15.11.1@vue-loader/lib/index.js??vue-loader-options!./list.vue?vue&type=script&lang=js\"; export default mod; export * from \"-!../../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_cache-loader@4.1.0@cache-loader/dist/cjs.js??ref--13-0!../../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_thread-loader@2.1.3@thread-loader/dist/cjs.js!../../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_babel-loader@8.4.1@babel-loader/lib/index.js!../../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_cache-loader@4.1.0@cache-loader/dist/cjs.js??ref--1-0!../../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_vue-loader@15.11.1@vue-loader/lib/index.js??vue-loader-options!./list.vue?vue&type=script&lang=js\"","import { render, staticRenderFns } from \"./list.vue?vue&type=template&id=73be8dc6&scoped=true\"\nimport script from \"./list.vue?vue&type=script&lang=js\"\nexport * from \"./list.vue?vue&type=script&lang=js\"\nimport style0 from \"./list.vue?vue&type=style&index=0&id=73be8dc6&prod&lang=scss&scoped=true\"\n\n\n/* normalize component */\nimport normalizer from \"!../../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_vue-loader@15.11.1@vue-loader/lib/runtime/componentNormalizer.js\"\nvar component = normalizer(\n script,\n render,\n staticRenderFns,\n false,\n null,\n \"73be8dc6\",\n null\n \n)\n\nexport default component.exports","var render = function render(){var _vm=this,_c=_vm._self._c;return _c('div',{staticClass:\"main-content\",style:({\"minHeight\":\"calc(100vh - 200px)\",\"padding\":\"0px 5%\",\"margin\":\"0 auto\",\"color\":\"#666\",\"background\":\"none\",\"width\":\"calc(100% - 0px)\",\"fontSize\":\"14px\",\"height\":\"100%\"})},[(_vm.showFlag)?[_c('el-form',{staticClass:\"center-form-pv\",style:({\"padding\":\"20px 20px 0\",\"boxShadow\":\"0 2px 3px 0px rgba(100,100,100,.05)\",\"margin\":\"0 0 0px\",\"borderColor\":\"#f6f6f6\",\"display\":\"flex\",\"justifyContent\":\"center\",\"minHeight\":\"100px\",\"overflow\":\"hidden\",\"borderRadius\":\"4px 4px 0 0\",\"flexWrap\":\"wrap\",\"background\":\"#fff\",\"borderWidth\":\"2px 2px 0\",\"fontSize\":\"inherit\",\"borderStyle\":\"solid\"}),attrs:{\"inline\":true,\"model\":_vm.searchForm}},[_c('el-row',{style:({\"padding\":\"0px\",\"boxShadow\":\"0 0px 0px 0px rgba(115,108,203,.23)\",\"margin\":\"0 0px 0px 0\",\"borderRadius\":\"0px\",\"alignItems\":\"center\",\"background\":\"none\",\"display\":\"flex\",\"width\":\"auto\",\"fontSize\":\"inherit\",\"justifyContent\":\"flex-end\",\"order\":\"2\"})},[_c('div',{style:({\"margin\":\"0 10px 0 0\",\"fontSize\":\"inherit\",\"display\":\"inline-block\"})},[_c('label',{staticClass:\"item-label\",style:({\"margin\":\"0 10px 0 0\",\"color\":\"inherit\",\"display\":\"inline-block\",\"lineHeight\":\"34px\",\"fontSize\":\"inherit\",\"fontWeight\":\"500\",\"height\":\"34px\"})},[_vm._v(\"标题\")]),_c('el-input',{attrs:{\"placeholder\":\"标题\",\"clearable\":\"\"},nativeOn:{\"keydown\":function($event){if(!$event.type.indexOf('key')&&_vm._k($event.keyCode,\"enter\",13,$event.key,\"Enter\"))return null;return _vm.search()}},model:{value:(_vm.searchForm.biaoti),callback:function ($$v) {_vm.$set(_vm.searchForm, \"biaoti\", $$v)},expression:\"searchForm.biaoti\"}})],1),_c('div',{style:({\"margin\":\"0 10px 0 0\",\"fontSize\":\"inherit\",\"display\":\"inline-block\"})},[_c('label',{staticClass:\"item-label\",style:({\"margin\":\"0 10px 0 0\",\"color\":\"inherit\",\"display\":\"inline-block\",\"lineHeight\":\"34px\",\"fontSize\":\"inherit\",\"fontWeight\":\"500\",\"height\":\"34px\"})},[_vm._v(\"简介\")]),_c('el-input',{attrs:{\"placeholder\":\"简介\",\"clearable\":\"\"},nativeOn:{\"keydown\":function($event){if(!$event.type.indexOf('key')&&_vm._k($event.keyCode,\"enter\",13,$event.key,\"Enter\"))return null;return _vm.search()}},model:{value:(_vm.searchForm.jianjie),callback:function ($$v) {_vm.$set(_vm.searchForm, \"jianjie\", $$v)},expression:\"searchForm.jianjie\"}})],1),_c('el-button',{staticClass:\"search\",attrs:{\"type\":\"success\"},on:{\"click\":function($event){return _vm.search()}}},[_c('span',{staticClass:\"icon iconfont icon-chakan18\",style:({\"margin\":\"0 2px\",\"fontSize\":\"18px\",\"color\":\"#00acc1\",\"display\":\"inline-block\",\"height\":\"auto\"})}),_vm._v(\" 查询 \")])],1),_c('el-row',{staticClass:\"actions\",style:({\"boxShadow\":\"0 0px 0px 0px rgba(115,108,203,.23)\",\"padding\":\"0 20px 0 0\",\"margin\":\"0px 0 0px\",\"color\":\"#333\",\"alignItems\":\"center\",\"textAlign\":\"left\",\"display\":\"flex\",\"borderRadius\":\"0px\",\"flexWrap\":\"wrap\",\"background\":\"none\",\"flex\":\"1\",\"width\":\"auto\",\"fontSize\":\"inherit\",\"order\":\"1\"})},[(_vm.isAuth('gonggaoxinxi','新增'))?_c('el-button',{staticClass:\"add\",attrs:{\"type\":\"success\"},on:{\"click\":function($event){return _vm.addOrUpdateHandler()}}},[_c('span',{staticClass:\"icon iconfont icon-tianjia14\",style:({\"margin\":\"0 2px\",\"fontSize\":\"inherit\",\"color\":\"inherit\",\"display\":\"none\"})}),_vm._v(\" 新增 \")]):_vm._e(),(_vm.isAuth('gonggaoxinxi','删除'))?_c('el-button',{staticClass:\"del\",attrs:{\"disabled\":_vm.dataListSelections.length?false:true,\"type\":\"danger\"},on:{\"click\":function($event){return _vm.deleteHandler()}}},[_c('span',{staticClass:\"icon iconfont icon-shanchu9\",style:({\"margin\":\"0 2px\",\"fontSize\":\"inherit\",\"color\":\"inherit\",\"display\":\"none\"})}),_vm._v(\" 删除 \")]):_vm._e()],1)],1),_c('div',{staticClass:\"one\",style:({\"padding\":\"30px 0 0px 40px\",\"boxShadow\":\"inset 0px 0px 32px 0px #E8EFF7,0 3px 6px 0px rgba(100,100,100,.1)\",\"borderRadius\":\"8px\",\"flexWrap\":\"wrap\",\"background\":\"#fff\",\"display\":\"flex\",\"width\":\"100%\",\"justifyContent\":\"flex-start\",\"height\":\"auto\"})},_vm._l((_vm.dataList),function(item,index){return _c('div',{key:index,style:({\"border\":\"0px solid #eee\",\"boxShadow\":\"0 0px 12px 0px #E8EFF6\",\"margin\":\"0 2% 30px 0\",\"borderRadius\":\"8px\",\"textAlign\":\"center\",\"background\":\"rgba(255,255,255,.9)\",\"width\":\"23%\",\"position\":\"relative\",\"height\":\"auto\"})},[_c('div',{staticClass:\"name\",style:({\"padding\":\"10px 10px 0\",\"borderColor\":\"#eee\",\"margin\":\"0 10px 10px\",\"color\":\"#6c757d\",\"textAlign\":\"center\",\"borderWidth\":\"0 0 0px\",\"display\":\"inline-block\",\"width\":\"100%\",\"lineHeight\":\"auto\",\"fontSize\":\"inherit\",\"borderStyle\":\"solid\"})},[_vm._v(_vm._s(item.biaoti))]),_c('div',{staticClass:\"name\",style:({\"padding\":\"10px 10px 0\",\"borderColor\":\"#eee\",\"margin\":\"0 10px 10px\",\"color\":\"#6c757d\",\"textAlign\":\"center\",\"borderWidth\":\"0 0 0px\",\"display\":\"inline-block\",\"width\":\"100%\",\"lineHeight\":\"auto\",\"fontSize\":\"inherit\",\"borderStyle\":\"solid\"})},[_vm._v(_vm._s(item.fabushijian))]),(item.fengmian)?[(item.fengmian.substring(0,4)=='http')?_c('img',{style:({\"padding\":\"0px\",\"margin\":\"0 0 0px\",\"borderColor\":\"#eee\",\"objectFit\":\"cover\",\"borderRadius\":\"8px 8px 0 0\",\"borderWidth\":\"1px 0 1px\",\"display\":\"block\",\"width\":\"100%\",\"borderStyle\":\"solid\",\"height\":\"320px\"}),attrs:{\"src\":item.fengmian.split(',')[0]}}):_c('img',{style:({\"padding\":\"0px\",\"margin\":\"0 0 0px\",\"borderColor\":\"#eee\",\"objectFit\":\"cover\",\"borderRadius\":\"8px 8px 0 0\",\"borderWidth\":\"1px 0 1px\",\"display\":\"block\",\"width\":\"100%\",\"borderStyle\":\"solid\",\"height\":\"320px\"}),attrs:{\"src\":_vm.$base.url+item.fengmian.split(',')[0]}})]:_vm._e(),_c('div',{style:({\"padding\":\"10px\",\"margin\":\"0\",\"borderColor\":\"#eee\",\"alignItems\":\"flex-end\",\"color\":\"#fff\",\"display\":\"flex\",\"justifyContent\":\"flex-end\",\"flexWrap\":\"wrap\",\"borderWidth\":\"1px 0 0\",\"width\":\"100%\",\"fontSize\":\"14px\",\"borderStyle\":\"solid\",\"height\":\"auto\"})},[( _vm.isAuth('gonggaoxinxi','查看'))?_c('el-button',{staticClass:\"list1-view\",on:{\"click\":function($event){return _vm.addOrUpdateHandler(item.id,'info')}}},[_c('span',{staticClass:\"icon iconfont icon-chakan8\",style:({\"margin\":\"0 0 0 4px\",\"fontSize\":\"inherit\",\"color\":\"inherit\",\"display\":\"inline-block\"})}),_vm._v(\" 详情 \")]):_vm._e(),( _vm.isAuth('gonggaoxinxi','修改') )?_c('el-button',{staticClass:\"list1-edit\",on:{\"click\":function($event){return _vm.addOrUpdateHandler(item.id)}}},[_c('span',{staticClass:\"icon iconfont icon-xiugai19\",style:({\"margin\":\"0 0 0 4px\",\"fontSize\":\"inherit\",\"color\":\"inherit\",\"display\":\"inline-block\"})}),_vm._v(\" 更改 \")]):_vm._e(),(_vm.isAuth('gonggaoxinxi','删除') )?_c('el-button',{staticClass:\"list1-del\",on:{\"click\":function($event){return _vm.deleteHandler(item.id)}}},[_c('span',{staticClass:\"icon iconfont icon-shanchu16\",style:({\"margin\":\"0 0 0 4px\",\"fontSize\":\"inherit\",\"color\":\"inherit\",\"display\":\"inline-block\"})}),_vm._v(\" 移除 \")]):_vm._e()],1)],2)}),0),_c('el-pagination',{style:({\"border\":\"0px solid #dee2e6\",\"padding\":\"10px 0\",\"margin\":\"10px 0 0\",\"whiteSpace\":\"nowrap\",\"color\":\"inherit\",\"textAlign\":\"center\",\"background\":\"none\",\"width\":\"100%\",\"fontSize\":\"inherit\",\"fontWeight\":\"500\"}),attrs:{\"current-page\":_vm.pageIndex,\"background\":\"\",\"page-sizes\":[10, 50, 100, 200],\"page-size\":_vm.pageSize,\"layout\":_vm.layouts.join(),\"total\":_vm.totalPage,\"prev-text\":\"上一页 \",\"next-text\":\"下一页 \",\"hide-on-single-page\":false},on:{\"size-change\":_vm.sizeChangeHandle,\"current-change\":_vm.currentChangeHandle}})]:_vm._e(),(_vm.addOrUpdateFlag)?_c('add-or-update',{ref:\"addOrUpdate\",attrs:{\"parent\":this}}):_vm._e()],2)\n}\nvar staticRenderFns = []\n\nexport { render, staticRenderFns }","var render = function render(){var _vm=this,_c=_vm._self._c;return _c('div',{staticClass:\"addEdit-block\",style:({\"minHeight\":\"calc(100vh - 200px)\",\"padding\":\"0px 0 30px\",\"margin\":\"0 auto\",\"color\":\"#8e99a2\",\"background\":\"none\",\"width\":\"calc(100% - 0px)\",\"fontSize\":\"14px\",\"height\":\"100%\"})},[_c('el-form',{ref:\"ruleForm\",staticClass:\"add-update-preview\",style:({\"padding\":\"30px 5%\",\"borderColor\":\"#f6f6f6\",\"alignItems\":\"flex-start\",\"borderRadius\":\"4px\",\"flexWrap\":\"wrap\",\"background\":\"rgba(255,255,255,.9)\",\"borderWidth\":\"2px\",\"display\":\"flex\",\"fontSize\":\"inherit\",\"borderStyle\":\"solid\"}),attrs:{\"model\":_vm.ruleForm,\"rules\":_vm.rules,\"label-width\":\"200px\"}},[[(_vm.type!='info')?_c('el-form-item',{staticClass:\"input\",style:({\"padding\":\"2px 0\",\"margin\":\"0 auto 20px\",\"color\":\"inherit\",\"borderRadius\":\"4px\",\"background\":\"none\",\"width\":\"100%\",\"fontSize\":\"inherit\"}),attrs:{\"label\":\"标题\",\"prop\":\"biaoti\"}},[_c('el-input',{attrs:{\"placeholder\":\"标题\",\"clearable\":\"\",\"readonly\":_vm.ro.biaoti},model:{value:(_vm.ruleForm.biaoti),callback:function ($$v) {_vm.$set(_vm.ruleForm, \"biaoti\", $$v)},expression:\"ruleForm.biaoti\"}})],1):_c('el-form-item',{staticClass:\"input\",style:({\"padding\":\"2px 0\",\"margin\":\"0 auto 20px\",\"color\":\"inherit\",\"borderRadius\":\"4px\",\"background\":\"none\",\"width\":\"100%\",\"fontSize\":\"inherit\"}),attrs:{\"label\":\"标题\",\"prop\":\"biaoti\"}},[_c('el-input',{attrs:{\"placeholder\":\"标题\",\"readonly\":\"\"},model:{value:(_vm.ruleForm.biaoti),callback:function ($$v) {_vm.$set(_vm.ruleForm, \"biaoti\", $$v)},expression:\"ruleForm.biaoti\"}})],1),(_vm.type!='info')?_c('el-form-item',{staticClass:\"date\",style:({\"padding\":\"2px 0\",\"margin\":\"0 auto 20px\",\"color\":\"inherit\",\"borderRadius\":\"4px\",\"background\":\"none\",\"width\":\"100%\",\"fontSize\":\"inherit\"}),attrs:{\"label\":\"发布时间\",\"prop\":\"fabushijian\"}},[_c('el-date-picker',{attrs:{\"format\":\"yyyy 年 MM 月 dd 日\",\"value-format\":\"yyyy-MM-dd\",\"type\":\"date\",\"readonly\":_vm.ro.fabushijian,\"placeholder\":\"发布时间\"},model:{value:(_vm.ruleForm.fabushijian),callback:function ($$v) {_vm.$set(_vm.ruleForm, \"fabushijian\", $$v)},expression:\"ruleForm.fabushijian\"}})],1):(_vm.ruleForm.fabushijian)?_c('el-form-item',{staticClass:\"input\",style:({\"padding\":\"2px 0\",\"margin\":\"0 auto 20px\",\"color\":\"inherit\",\"borderRadius\":\"4px\",\"background\":\"none\",\"width\":\"100%\",\"fontSize\":\"inherit\"}),attrs:{\"label\":\"发布时间\",\"prop\":\"fabushijian\"}},[_c('el-input',{attrs:{\"placeholder\":\"发布时间\",\"readonly\":\"\"},model:{value:(_vm.ruleForm.fabushijian),callback:function ($$v) {_vm.$set(_vm.ruleForm, \"fabushijian\", $$v)},expression:\"ruleForm.fabushijian\"}})],1):_vm._e(),(_vm.type!='info' && !_vm.ro.fengmian)?_c('el-form-item',{staticClass:\"upload\",style:({\"padding\":\"2px 0\",\"margin\":\"0 auto 20px\",\"color\":\"inherit\",\"borderRadius\":\"4px\",\"background\":\"none\",\"width\":\"100%\",\"fontSize\":\"inherit\"}),attrs:{\"label\":\"封面\",\"prop\":\"fengmian\"}},[_c('file-upload',{attrs:{\"tip\":\"点击上传封面\",\"action\":\"file/upload\",\"limit\":3,\"multiple\":true,\"fileUrls\":_vm.ruleForm.fengmian?_vm.ruleForm.fengmian:''},on:{\"change\":_vm.fengmianUploadChange}})],1):(_vm.ruleForm.fengmian)?_c('el-form-item',{staticClass:\"upload\",style:({\"padding\":\"2px 0\",\"margin\":\"0 auto 20px\",\"color\":\"inherit\",\"borderRadius\":\"4px\",\"background\":\"none\",\"width\":\"100%\",\"fontSize\":\"inherit\"}),attrs:{\"label\":\"封面\",\"prop\":\"fengmian\"}},[(_vm.ruleForm.fengmian.substring(0,4)=='http')?_c('img',{key:_vm.index,staticClass:\"upload-img\",staticStyle:{\"margin-right\":\"20px\"},attrs:{\"src\":_vm.ruleForm.fengmian.split(',')[0],\"width\":\"100\",\"height\":\"100\"}}):_vm._l((_vm.ruleForm.fengmian.split(',')),function(item,index){return _c('img',{key:index,staticClass:\"upload-img\",staticStyle:{\"margin-right\":\"20px\"},attrs:{\"src\":_vm.$base.url+item,\"width\":\"100\",\"height\":\"100\"}})})],2):_vm._e()],(_vm.type!='info')?_c('el-form-item',{staticClass:\"textarea\",style:({\"padding\":\"2px 0\",\"margin\":\"0 auto 20px\",\"color\":\"inherit\",\"borderRadius\":\"4px\",\"background\":\"none\",\"width\":\"100%\",\"fontSize\":\"inherit\"}),attrs:{\"label\":\"简介\",\"prop\":\"jianjie\"}},[_c('el-input',{staticStyle:{\"min-width\":\"200px\",\"max-width\":\"600px\"},attrs:{\"type\":\"textarea\",\"rows\":8,\"placeholder\":\"简介\"},model:{value:(_vm.ruleForm.jianjie),callback:function ($$v) {_vm.$set(_vm.ruleForm, \"jianjie\", $$v)},expression:\"ruleForm.jianjie\"}})],1):(_vm.ruleForm.jianjie)?_c('el-form-item',{style:({\"padding\":\"2px 0\",\"margin\":\"0 auto 20px\",\"color\":\"inherit\",\"borderRadius\":\"4px\",\"background\":\"none\",\"width\":\"100%\",\"fontSize\":\"inherit\"}),attrs:{\"label\":\"简介\",\"prop\":\"jianjie\"}},[_c('span',{style:({\"fontSize\":\"14px\",\"lineHeight\":\"40px\",\"color\":\"inherit\",\"fontWeight\":\"500\",\"display\":\"inline-block\"})},[_vm._v(_vm._s(_vm.ruleForm.jianjie))])]):_vm._e(),(_vm.type!='info')?_c('el-form-item',{style:({\"padding\":\"2px 0\",\"margin\":\"0 auto 20px\",\"color\":\"inherit\",\"borderRadius\":\"4px\",\"background\":\"none\",\"width\":\"100%\",\"fontSize\":\"inherit\"}),attrs:{\"label\":\"内容\",\"prop\":\"neirong\"}},[_c('editor',{staticClass:\"editor\",staticStyle:{\"min-width\":\"200px\",\"max-width\":\"600px\"},attrs:{\"action\":\"file/upload\"},model:{value:(_vm.ruleForm.neirong),callback:function ($$v) {_vm.$set(_vm.ruleForm, \"neirong\", $$v)},expression:\"ruleForm.neirong\"}})],1):(_vm.ruleForm.neirong)?_c('el-form-item',{style:({\"padding\":\"2px 0\",\"margin\":\"0 auto 20px\",\"color\":\"inherit\",\"borderRadius\":\"4px\",\"background\":\"none\",\"width\":\"100%\",\"fontSize\":\"inherit\"}),attrs:{\"label\":\"内容\",\"prop\":\"neirong\"}},[_c('span',{style:({\"fontSize\":\"14px\",\"lineHeight\":\"40px\",\"color\":\"inherit\",\"fontWeight\":\"500\",\"display\":\"inline-block\"}),domProps:{\"innerHTML\":_vm._s(_vm.ruleForm.neirong)}})]):_vm._e(),_c('el-form-item',{staticClass:\"btn\",style:({\"padding\":\"0\",\"margin\":\"30px auto\",\"alignItems\":\"center\",\"textAlign\":\"center\",\"background\":\"none\",\"display\":\"flex\",\"width\":\"60%\",\"fontSize\":\"18px\"})},[(_vm.type!='info')?_c('el-button',{staticClass:\"btn3\",attrs:{\"type\":\"success\"},on:{\"click\":_vm.onSubmit}},[_c('span',{staticClass:\"icon iconfont icon-tijiao16\",style:({\"margin\":\"0 2px\",\"fontSize\":\"inherit\",\"color\":\"inherit\",\"display\":\"none\"})}),_vm._v(\" 确定 \")]):_vm._e(),(_vm.type!='info')?_c('el-button',{staticClass:\"btn4\",attrs:{\"type\":\"success\"},on:{\"click\":function($event){return _vm.back()}}},[_c('span',{staticClass:\"icon iconfont icon-quxiao09\",style:({\"margin\":\"0 2px\",\"fontSize\":\"inherit\",\"color\":\"inherit\",\"display\":\"none\"})}),_vm._v(\" 取消 \")]):_vm._e(),(_vm.type=='info')?_c('el-button',{staticClass:\"btn5\",attrs:{\"type\":\"success\"},on:{\"click\":function($event){return _vm.back()}}},[_c('span',{staticClass:\"icon iconfont icon-fanhui01\",style:({\"margin\":\"0 2px\",\"fontSize\":\"inherit\",\"color\":\"inherit\",\"display\":\"none\"})}),_vm._v(\" 返回 \")]):_vm._e()],1)],2)],1)\n}\nvar staticRenderFns = []\n\nexport { render, staticRenderFns }","\r\n\r\n\r\n","import mod from \"-!../../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_cache-loader@4.1.0@cache-loader/dist/cjs.js??ref--13-0!../../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_thread-loader@2.1.3@thread-loader/dist/cjs.js!../../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_babel-loader@8.4.1@babel-loader/lib/index.js!../../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_cache-loader@4.1.0@cache-loader/dist/cjs.js??ref--1-0!../../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_vue-loader@15.11.1@vue-loader/lib/index.js??vue-loader-options!./add-or-update.vue?vue&type=script&lang=js\"; export default mod; export * from \"-!../../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_cache-loader@4.1.0@cache-loader/dist/cjs.js??ref--13-0!../../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_thread-loader@2.1.3@thread-loader/dist/cjs.js!../../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_babel-loader@8.4.1@babel-loader/lib/index.js!../../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_cache-loader@4.1.0@cache-loader/dist/cjs.js??ref--1-0!../../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_vue-loader@15.11.1@vue-loader/lib/index.js??vue-loader-options!./add-or-update.vue?vue&type=script&lang=js\"","import { render, staticRenderFns } from \"./add-or-update.vue?vue&type=template&id=3dbc5b3e&scoped=true\"\nimport script from \"./add-or-update.vue?vue&type=script&lang=js\"\nexport * from \"./add-or-update.vue?vue&type=script&lang=js\"\nimport style0 from \"./add-or-update.vue?vue&type=style&index=0&id=3dbc5b3e&prod&lang=scss&scoped=true\"\n\n\n/* normalize component */\nimport normalizer from \"!../../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_vue-loader@15.11.1@vue-loader/lib/runtime/componentNormalizer.js\"\nvar component = normalizer(\n script,\n render,\n staticRenderFns,\n false,\n null,\n \"3dbc5b3e\",\n null\n \n)\n\nexport default component.exports","\r\n\n\n\n","import mod from \"-!../../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_cache-loader@4.1.0@cache-loader/dist/cjs.js??ref--13-0!../../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_thread-loader@2.1.3@thread-loader/dist/cjs.js!../../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_babel-loader@8.4.1@babel-loader/lib/index.js!../../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_cache-loader@4.1.0@cache-loader/dist/cjs.js??ref--1-0!../../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_vue-loader@15.11.1@vue-loader/lib/index.js??vue-loader-options!./list.vue?vue&type=script&lang=js\"; export default mod; export * from \"-!../../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_cache-loader@4.1.0@cache-loader/dist/cjs.js??ref--13-0!../../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_thread-loader@2.1.3@thread-loader/dist/cjs.js!../../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_babel-loader@8.4.1@babel-loader/lib/index.js!../../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_cache-loader@4.1.0@cache-loader/dist/cjs.js??ref--1-0!../../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_vue-loader@15.11.1@vue-loader/lib/index.js??vue-loader-options!./list.vue?vue&type=script&lang=js\"","import { render, staticRenderFns } from \"./list.vue?vue&type=template&id=72398caf&scoped=true\"\nimport script from \"./list.vue?vue&type=script&lang=js\"\nexport * from \"./list.vue?vue&type=script&lang=js\"\nimport style0 from \"./list.vue?vue&type=style&index=0&id=72398caf&prod&lang=scss&scoped=true\"\n\n\n/* normalize component */\nimport normalizer from \"!../../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_vue-loader@15.11.1@vue-loader/lib/runtime/componentNormalizer.js\"\nvar component = normalizer(\n script,\n render,\n staticRenderFns,\n false,\n null,\n \"72398caf\",\n null\n \n)\n\nexport default component.exports","var render = function render(){var _vm=this,_c=_vm._self._c;return _c('div',{staticClass:\"main-content\",style:({\"minHeight\":\"calc(100vh - 200px)\",\"padding\":\"0px 5%\",\"margin\":\"0 auto\",\"color\":\"#666\",\"background\":\"none\",\"width\":\"calc(100% - 0px)\",\"fontSize\":\"14px\",\"height\":\"100%\"})},[(_vm.showFlag)?[_c('el-form',{staticClass:\"center-form-pv\",style:({\"padding\":\"20px 20px 0\",\"boxShadow\":\"0 2px 3px 0px rgba(100,100,100,.05)\",\"margin\":\"0 0 0px\",\"borderColor\":\"#f6f6f6\",\"display\":\"flex\",\"justifyContent\":\"center\",\"minHeight\":\"100px\",\"overflow\":\"hidden\",\"borderRadius\":\"4px 4px 0 0\",\"flexWrap\":\"wrap\",\"background\":\"#fff\",\"borderWidth\":\"2px 2px 0\",\"fontSize\":\"inherit\",\"borderStyle\":\"solid\"}),attrs:{\"inline\":true,\"model\":_vm.searchForm}},[_c('el-row',{style:({\"padding\":\"0px\",\"boxShadow\":\"0 0px 0px 0px rgba(115,108,203,.23)\",\"margin\":\"0 0px 0px 0\",\"borderRadius\":\"0px\",\"alignItems\":\"center\",\"background\":\"none\",\"display\":\"flex\",\"width\":\"auto\",\"fontSize\":\"inherit\",\"justifyContent\":\"flex-end\",\"order\":\"2\"})},[_c('div',{style:({\"margin\":\"0 10px 0 0\",\"fontSize\":\"inherit\",\"display\":\"inline-block\"})},[_c('label',{staticClass:\"item-label\",style:({\"margin\":\"0 10px 0 0\",\"color\":\"inherit\",\"display\":\"inline-block\",\"lineHeight\":\"34px\",\"fontSize\":\"inherit\",\"fontWeight\":\"500\",\"height\":\"34px\"})},[_vm._v(\"车牌号\")]),_c('el-input',{attrs:{\"placeholder\":\"车牌号\",\"clearable\":\"\"},nativeOn:{\"keydown\":function($event){if(!$event.type.indexOf('key')&&_vm._k($event.keyCode,\"enter\",13,$event.key,\"Enter\"))return null;return _vm.search()}},model:{value:(_vm.searchForm.chepaihao),callback:function ($$v) {_vm.$set(_vm.searchForm, \"chepaihao\", $$v)},expression:\"searchForm.chepaihao\"}})],1),_c('el-button',{staticClass:\"search\",attrs:{\"type\":\"success\"},on:{\"click\":function($event){return _vm.search()}}},[_c('span',{staticClass:\"icon iconfont icon-chakan18\",style:({\"margin\":\"0 2px\",\"fontSize\":\"18px\",\"color\":\"#00acc1\",\"display\":\"inline-block\",\"height\":\"auto\"})}),_vm._v(\" 查询 \")])],1),_c('el-row',{staticClass:\"actions\",style:({\"boxShadow\":\"0 0px 0px 0px rgba(115,108,203,.23)\",\"padding\":\"0 20px 0 0\",\"margin\":\"0px 0 0px\",\"color\":\"#333\",\"alignItems\":\"center\",\"textAlign\":\"left\",\"display\":\"flex\",\"borderRadius\":\"0px\",\"flexWrap\":\"wrap\",\"background\":\"none\",\"flex\":\"1\",\"width\":\"auto\",\"fontSize\":\"inherit\",\"order\":\"1\"})},[(_vm.isAuth('fafangpaizhao','新增'))?_c('el-button',{staticClass:\"add\",attrs:{\"type\":\"success\"},on:{\"click\":function($event){return _vm.addOrUpdateHandler()}}},[_c('span',{staticClass:\"icon iconfont icon-tianjia14\",style:({\"margin\":\"0 2px\",\"fontSize\":\"inherit\",\"color\":\"inherit\",\"display\":\"none\"})}),_vm._v(\" 新增 \")]):_vm._e(),(_vm.isAuth('fafangpaizhao','删除'))?_c('el-button',{staticClass:\"del\",attrs:{\"disabled\":_vm.dataListSelections.length?false:true,\"type\":\"danger\"},on:{\"click\":function($event){return _vm.deleteHandler()}}},[_c('span',{staticClass:\"icon iconfont icon-shanchu9\",style:({\"margin\":\"0 2px\",\"fontSize\":\"inherit\",\"color\":\"inherit\",\"display\":\"none\"})}),_vm._v(\" 删除 \")]):_vm._e()],1)],1),_c('div',{style:({\"padding\":\"20px\",\"borderColor\":\"#f6f6f6\",\"margin\":\"0 0 0px\",\"borderRadius\":\"0 0 4px 4px\",\"background\":\"rgba(255,255,255,1)\",\"borderWidth\":\"0 2px 2px\",\"width\":\"100%\",\"borderStyle\":\"solid\"})},[(_vm.isAuth('fafangpaizhao','查看'))?_c('el-table',{directives:[{name:\"loading\",rawName:\"v-loading\",value:(_vm.dataListLoading),expression:\"dataListLoading\"}],staticClass:\"tables\",style:({\"padding\":\"0\",\"borderColor\":\"#eee\",\"color\":\"inherit\",\"borderRadius\":\"0px\",\"borderWidth\":\"0px 0px 0 0px\",\"background\":\"none\",\"width\":\"100%\",\"fontSize\":\"inherit\",\"borderStyle\":\"solid\"}),attrs:{\"stripe\":false,\"border\":true,\"data\":_vm.dataList},on:{\"selection-change\":_vm.selectionChangeHandler}},[_c('el-table-column',{attrs:{\"resizable\":true,\"type\":\"selection\",\"align\":\"center\",\"width\":\"50\"}}),_c('el-table-column',{attrs:{\"resizable\":true,\"sortable\":true,\"label\":\"序号\",\"type\":\"index\",\"width\":\"50\"}}),_c('el-table-column',{attrs:{\"resizable\":true,\"sortable\":true,\"prop\":\"zhanghao\",\"label\":\"账号\"},scopedSlots:_vm._u([{key:\"default\",fn:function(scope){return [_vm._v(\" \"+_vm._s(scope.row.zhanghao)+\" \")]}}],null,false,2757161441)}),_c('el-table-column',{attrs:{\"resizable\":true,\"sortable\":true,\"prop\":\"xingming\",\"label\":\"姓名\"},scopedSlots:_vm._u([{key:\"default\",fn:function(scope){return [_vm._v(\" \"+_vm._s(scope.row.xingming)+\" \")]}}],null,false,1096791112)}),_c('el-table-column',{attrs:{\"resizable\":true,\"sortable\":true,\"prop\":\"jiashizhenghao\",\"label\":\"驾驶证号\"},scopedSlots:_vm._u([{key:\"default\",fn:function(scope){return [_vm._v(\" \"+_vm._s(scope.row.jiashizhenghao)+\" \")]}}],null,false,1810102229)}),_c('el-table-column',{attrs:{\"resizable\":true,\"sortable\":true,\"prop\":\"chepaihao\",\"label\":\"车牌号\"},scopedSlots:_vm._u([{key:\"default\",fn:function(scope){return [_vm._v(\" \"+_vm._s(scope.row.chepaihao)+\" \")]}}],null,false,394100621)}),_c('el-table-column',{attrs:{\"resizable\":true,\"sortable\":true,\"prop\":\"fafangshijian\",\"label\":\"发放时间\"},scopedSlots:_vm._u([{key:\"default\",fn:function(scope){return [_vm._v(\" \"+_vm._s(scope.row.fafangshijian)+\" \")]}}],null,false,3350440074)}),_c('el-table-column',{attrs:{\"resizable\":true,\"sortable\":true,\"prop\":\"yuangongzhanghao\",\"label\":\"员工账号\"},scopedSlots:_vm._u([{key:\"default\",fn:function(scope){return [_vm._v(\" \"+_vm._s(scope.row.yuangongzhanghao)+\" \")]}}],null,false,3349271683)}),_c('el-table-column',{attrs:{\"resizable\":true,\"sortable\":true,\"prop\":\"yuangongxingming\",\"label\":\"员工姓名\"},scopedSlots:_vm._u([{key:\"default\",fn:function(scope){return [_vm._v(\" \"+_vm._s(scope.row.yuangongxingming)+\" \")]}}],null,false,4268580138)}),_c('el-table-column',{attrs:{\"width\":\"300\",\"label\":\"操作\"},scopedSlots:_vm._u([{key:\"default\",fn:function(scope){return [( _vm.isAuth('fafangpaizhao','查看'))?_c('el-button',{staticClass:\"view\",attrs:{\"type\":\"success\"},on:{\"click\":function($event){return _vm.addOrUpdateHandler(scope.row.id,'info')}}},[_c('span',{staticClass:\"icon iconfont icon-chakan8\",style:({\"margin\":\"0 0 0 4px\",\"fontSize\":\"inherit\",\"color\":\"inherit\",\"display\":\"none\",\"height\":\"auto\"})}),_vm._v(\" 详情 \")]):_vm._e(),( _vm.isAuth('fafangpaizhao','修改') )?_c('el-button',{staticClass:\"edit\",attrs:{\"type\":\"success\"},on:{\"click\":function($event){return _vm.addOrUpdateHandler(scope.row.id)}}},[_c('span',{staticClass:\"icon iconfont icon-xiugai19\",style:({\"margin\":\"0 0 0 4px\",\"fontSize\":\"inherit\",\"color\":\"inherit\",\"display\":\"none\",\"height\":\"auto\"})}),_vm._v(\" 更改 \")]):_vm._e(),(_vm.isAuth('fafangpaizhao','删除') )?_c('el-button',{staticClass:\"del\",attrs:{\"type\":\"primary\"},on:{\"click\":function($event){return _vm.deleteHandler(scope.row.id )}}},[_c('span',{staticClass:\"icon iconfont icon-shanchu16\",style:({\"margin\":\"0 0 0 4px\",\"fontSize\":\"inherit\",\"color\":\"inherit\",\"display\":\"none\",\"height\":\"auto\"})}),_vm._v(\" 移除 \")]):_vm._e()]}}],null,false,1771165102)})],1):_vm._e()],1),_c('el-pagination',{style:({\"border\":\"0px solid #dee2e6\",\"padding\":\"10px 0\",\"margin\":\"10px 0 0\",\"whiteSpace\":\"nowrap\",\"color\":\"inherit\",\"textAlign\":\"center\",\"background\":\"none\",\"width\":\"100%\",\"fontSize\":\"inherit\",\"fontWeight\":\"500\"}),attrs:{\"current-page\":_vm.pageIndex,\"background\":\"\",\"page-sizes\":[10, 50, 100, 200],\"page-size\":_vm.pageSize,\"layout\":_vm.layouts.join(),\"total\":_vm.totalPage,\"prev-text\":\"上一页 \",\"next-text\":\"下一页 \",\"hide-on-single-page\":false},on:{\"size-change\":_vm.sizeChangeHandle,\"current-change\":_vm.currentChangeHandle}})]:_vm._e(),(_vm.addOrUpdateFlag)?_c('add-or-update',{ref:\"addOrUpdate\",attrs:{\"parent\":this}}):_vm._e()],2)\n}\nvar staticRenderFns = []\n\nexport { render, staticRenderFns }","\r\n\n\n\n","import mod from \"-!../../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_cache-loader@4.1.0@cache-loader/dist/cjs.js??ref--13-0!../../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_thread-loader@2.1.3@thread-loader/dist/cjs.js!../../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_babel-loader@8.4.1@babel-loader/lib/index.js!../../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_cache-loader@4.1.0@cache-loader/dist/cjs.js??ref--1-0!../../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_vue-loader@15.11.1@vue-loader/lib/index.js??vue-loader-options!./list.vue?vue&type=script&lang=js\"; export default mod; export * from \"-!../../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_cache-loader@4.1.0@cache-loader/dist/cjs.js??ref--13-0!../../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_thread-loader@2.1.3@thread-loader/dist/cjs.js!../../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_babel-loader@8.4.1@babel-loader/lib/index.js!../../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_cache-loader@4.1.0@cache-loader/dist/cjs.js??ref--1-0!../../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_vue-loader@15.11.1@vue-loader/lib/index.js??vue-loader-options!./list.vue?vue&type=script&lang=js\"","import { render, staticRenderFns } from \"./list.vue?vue&type=template&id=170b2334&scoped=true\"\nimport script from \"./list.vue?vue&type=script&lang=js\"\nexport * from \"./list.vue?vue&type=script&lang=js\"\nimport style0 from \"./list.vue?vue&type=style&index=0&id=170b2334&prod&lang=scss&scoped=true\"\n\n\n/* normalize component */\nimport normalizer from \"!../../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_vue-loader@15.11.1@vue-loader/lib/runtime/componentNormalizer.js\"\nvar component = normalizer(\n script,\n render,\n staticRenderFns,\n false,\n null,\n \"170b2334\",\n null\n \n)\n\nexport default component.exports","var render = function render(){var _vm=this,_c=_vm._self._c;return _c('div',{staticClass:\"main-content\",style:({\"minHeight\":\"calc(100vh - 200px)\",\"padding\":\"0px 5%\",\"margin\":\"0 auto\",\"color\":\"#666\",\"background\":\"none\",\"width\":\"calc(100% - 0px)\",\"fontSize\":\"14px\",\"height\":\"100%\"})},[(_vm.showFlag)?[_c('el-form',{staticClass:\"center-form-pv\",style:({\"padding\":\"20px 20px 0\",\"boxShadow\":\"0 2px 3px 0px rgba(100,100,100,.05)\",\"margin\":\"0 0 0px\",\"borderColor\":\"#f6f6f6\",\"display\":\"flex\",\"justifyContent\":\"center\",\"minHeight\":\"100px\",\"overflow\":\"hidden\",\"borderRadius\":\"4px 4px 0 0\",\"flexWrap\":\"wrap\",\"background\":\"#fff\",\"borderWidth\":\"2px 2px 0\",\"fontSize\":\"inherit\",\"borderStyle\":\"solid\"}),attrs:{\"inline\":true,\"model\":_vm.searchForm}},[_c('el-row',{style:({\"padding\":\"0px\",\"boxShadow\":\"0 0px 0px 0px rgba(115,108,203,.23)\",\"margin\":\"0 0px 0px 0\",\"borderRadius\":\"0px\",\"alignItems\":\"center\",\"background\":\"none\",\"display\":\"flex\",\"width\":\"auto\",\"fontSize\":\"inherit\",\"justifyContent\":\"flex-end\",\"order\":\"2\"})},[_c('div',{style:({\"margin\":\"0 10px 0 0\",\"fontSize\":\"inherit\",\"display\":\"inline-block\"})},[_c('label',{staticClass:\"item-label\",style:({\"margin\":\"0 10px 0 0\",\"color\":\"inherit\",\"display\":\"inline-block\",\"lineHeight\":\"34px\",\"fontSize\":\"inherit\",\"fontWeight\":\"500\",\"height\":\"34px\"})},[_vm._v(\"保险公司\")]),_c('el-input',{attrs:{\"placeholder\":\"保险公司\",\"clearable\":\"\"},nativeOn:{\"keydown\":function($event){if(!$event.type.indexOf('key')&&_vm._k($event.keyCode,\"enter\",13,$event.key,\"Enter\"))return null;return _vm.search()}},model:{value:(_vm.searchForm.baoxiangongsi),callback:function ($$v) {_vm.$set(_vm.searchForm, \"baoxiangongsi\", $$v)},expression:\"searchForm.baoxiangongsi\"}})],1),_c('div',{style:({\"margin\":\"0 10px 0 0\",\"fontSize\":\"inherit\",\"display\":\"inline-block\"})},[_c('label',{staticClass:\"item-label\",style:({\"margin\":\"0 10px 0 0\",\"color\":\"inherit\",\"display\":\"inline-block\",\"lineHeight\":\"34px\",\"fontSize\":\"inherit\",\"fontWeight\":\"500\",\"height\":\"34px\"})},[_vm._v(\"保险类型\")]),_c('el-input',{attrs:{\"placeholder\":\"保险类型\",\"clearable\":\"\"},nativeOn:{\"keydown\":function($event){if(!$event.type.indexOf('key')&&_vm._k($event.keyCode,\"enter\",13,$event.key,\"Enter\"))return null;return _vm.search()}},model:{value:(_vm.searchForm.baoxianleixing),callback:function ($$v) {_vm.$set(_vm.searchForm, \"baoxianleixing\", $$v)},expression:\"searchForm.baoxianleixing\"}})],1),_c('div',{style:({\"margin\":\"0 10px 0 0\",\"fontSize\":\"inherit\",\"display\":\"inline-block\"})},[_c('label',{staticClass:\"item-label\",style:({\"margin\":\"0 10px 0 0\",\"color\":\"inherit\",\"display\":\"inline-block\",\"lineHeight\":\"34px\",\"fontSize\":\"inherit\",\"fontWeight\":\"500\",\"height\":\"34px\"})},[_vm._v(\"车辆型号\")]),_c('el-input',{attrs:{\"placeholder\":\"车辆型号\",\"clearable\":\"\"},nativeOn:{\"keydown\":function($event){if(!$event.type.indexOf('key')&&_vm._k($event.keyCode,\"enter\",13,$event.key,\"Enter\"))return null;return _vm.search()}},model:{value:(_vm.searchForm.cheliangxinghao),callback:function ($$v) {_vm.$set(_vm.searchForm, \"cheliangxinghao\", $$v)},expression:\"searchForm.cheliangxinghao\"}})],1),_c('div',{style:({\"margin\":\"0 10px 0 0\",\"fontSize\":\"inherit\",\"display\":\"inline-block\"})},[_c('label',{staticClass:\"item-label\",style:({\"margin\":\"0 10px 0 0\",\"color\":\"inherit\",\"display\":\"inline-block\",\"lineHeight\":\"34px\",\"fontSize\":\"inherit\",\"fontWeight\":\"500\",\"height\":\"34px\"})},[_vm._v(\"车辆品牌\")]),_c('el-input',{attrs:{\"placeholder\":\"车辆品牌\",\"clearable\":\"\"},nativeOn:{\"keydown\":function($event){if(!$event.type.indexOf('key')&&_vm._k($event.keyCode,\"enter\",13,$event.key,\"Enter\"))return null;return _vm.search()}},model:{value:(_vm.searchForm.cheliangpinpai),callback:function ($$v) {_vm.$set(_vm.searchForm, \"cheliangpinpai\", $$v)},expression:\"searchForm.cheliangpinpai\"}})],1),_c('div',{style:({\"margin\":\"0 10px 0 0\",\"fontSize\":\"inherit\",\"display\":\"inline-block\"})},[_c('label',{staticClass:\"item-label\",style:({\"margin\":\"0 10px 0 0\",\"color\":\"inherit\",\"display\":\"inline-block\",\"lineHeight\":\"34px\",\"fontSize\":\"inherit\",\"fontWeight\":\"500\",\"height\":\"34px\"})},[_vm._v(\"车辆类型\")]),_c('el-input',{attrs:{\"placeholder\":\"车辆类型\",\"clearable\":\"\"},nativeOn:{\"keydown\":function($event){if(!$event.type.indexOf('key')&&_vm._k($event.keyCode,\"enter\",13,$event.key,\"Enter\"))return null;return _vm.search()}},model:{value:(_vm.searchForm.cheliangleixing),callback:function ($$v) {_vm.$set(_vm.searchForm, \"cheliangleixing\", $$v)},expression:\"searchForm.cheliangleixing\"}})],1),_c('el-button',{staticClass:\"search\",attrs:{\"type\":\"success\"},on:{\"click\":function($event){return _vm.search()}}},[_c('span',{staticClass:\"icon iconfont icon-chakan18\",style:({\"margin\":\"0 2px\",\"fontSize\":\"18px\",\"color\":\"#00acc1\",\"display\":\"inline-block\",\"height\":\"auto\"})}),_vm._v(\" 查询 \")])],1),_c('el-row',{staticClass:\"actions\",style:({\"boxShadow\":\"0 0px 0px 0px rgba(115,108,203,.23)\",\"padding\":\"0 20px 0 0\",\"margin\":\"0px 0 0px\",\"color\":\"#333\",\"alignItems\":\"center\",\"textAlign\":\"left\",\"display\":\"flex\",\"borderRadius\":\"0px\",\"flexWrap\":\"wrap\",\"background\":\"none\",\"flex\":\"1\",\"width\":\"auto\",\"fontSize\":\"inherit\",\"order\":\"1\"})},[(_vm.isAuth('baoxianxinxi','新增'))?_c('el-button',{staticClass:\"add\",attrs:{\"type\":\"success\"},on:{\"click\":function($event){return _vm.addOrUpdateHandler()}}},[_c('span',{staticClass:\"icon iconfont icon-tianjia14\",style:({\"margin\":\"0 2px\",\"fontSize\":\"inherit\",\"color\":\"inherit\",\"display\":\"none\"})}),_vm._v(\" 新增 \")]):_vm._e(),(_vm.isAuth('baoxianxinxi','删除'))?_c('el-button',{staticClass:\"del\",attrs:{\"disabled\":_vm.dataListSelections.length?false:true,\"type\":\"danger\"},on:{\"click\":function($event){return _vm.deleteHandler()}}},[_c('span',{staticClass:\"icon iconfont icon-shanchu9\",style:({\"margin\":\"0 2px\",\"fontSize\":\"inherit\",\"color\":\"inherit\",\"display\":\"none\"})}),_vm._v(\" 删除 \")]):_vm._e()],1)],1),_c('div',{style:({\"padding\":\"20px\",\"borderColor\":\"#f6f6f6\",\"margin\":\"0 0 0px\",\"borderRadius\":\"0 0 4px 4px\",\"background\":\"rgba(255,255,255,1)\",\"borderWidth\":\"0 2px 2px\",\"width\":\"100%\",\"borderStyle\":\"solid\"})},[(_vm.isAuth('baoxianxinxi','查看'))?_c('el-table',{directives:[{name:\"loading\",rawName:\"v-loading\",value:(_vm.dataListLoading),expression:\"dataListLoading\"}],staticClass:\"tables\",style:({\"padding\":\"0\",\"borderColor\":\"#eee\",\"color\":\"inherit\",\"borderRadius\":\"0px\",\"borderWidth\":\"0px 0px 0 0px\",\"background\":\"none\",\"width\":\"100%\",\"fontSize\":\"inherit\",\"borderStyle\":\"solid\"}),attrs:{\"stripe\":false,\"border\":true,\"data\":_vm.dataList},on:{\"selection-change\":_vm.selectionChangeHandler}},[_c('el-table-column',{attrs:{\"resizable\":true,\"type\":\"selection\",\"align\":\"center\",\"width\":\"50\"}}),_c('el-table-column',{attrs:{\"resizable\":true,\"sortable\":true,\"label\":\"序号\",\"type\":\"index\",\"width\":\"50\"}}),_c('el-table-column',{attrs:{\"resizable\":true,\"sortable\":true,\"prop\":\"baoxiangongsi\",\"label\":\"保险公司\"},scopedSlots:_vm._u([{key:\"default\",fn:function(scope){return [_vm._v(\" \"+_vm._s(scope.row.baoxiangongsi)+\" \")]}}],null,false,1248552468)}),_c('el-table-column',{attrs:{\"resizable\":true,\"sortable\":true,\"prop\":\"baoxianleixing\",\"label\":\"保险类型\"},scopedSlots:_vm._u([{key:\"default\",fn:function(scope){return [_vm._v(\" \"+_vm._s(scope.row.baoxianleixing)+\" \")]}}],null,false,1494442167)}),_c('el-table-column',{attrs:{\"resizable\":true,\"sortable\":true,\"prop\":\"baoxianjine\",\"label\":\"保险金额\"},scopedSlots:_vm._u([{key:\"default\",fn:function(scope){return [_vm._v(\" \"+_vm._s(scope.row.baoxianjine)+\" \")]}}],null,false,2203653383)}),_c('el-table-column',{attrs:{\"resizable\":true,\"sortable\":true,\"prop\":\"shengxiaoriqi\",\"label\":\"生效日期\"},scopedSlots:_vm._u([{key:\"default\",fn:function(scope){return [_vm._v(\" \"+_vm._s(scope.row.shengxiaoriqi)+\" \")]}}],null,false,3011971030)}),_c('el-table-column',{attrs:{\"resizable\":true,\"sortable\":true,\"prop\":\"youxiaoqizhi\",\"label\":\"有效期至\"},scopedSlots:_vm._u([{key:\"default\",fn:function(scope){return [_vm._v(\" \"+_vm._s(scope.row.youxiaoqizhi)+\" \")]}}],null,false,1122156546)}),_c('el-table-column',{attrs:{\"resizable\":true,\"sortable\":true,\"prop\":\"chepaihao\",\"label\":\"车牌号\"},scopedSlots:_vm._u([{key:\"default\",fn:function(scope){return [_vm._v(\" \"+_vm._s(scope.row.chepaihao)+\" \")]}}],null,false,394100621)}),_c('el-table-column',{attrs:{\"resizable\":true,\"sortable\":true,\"prop\":\"cheliangxinghao\",\"label\":\"车辆型号\"},scopedSlots:_vm._u([{key:\"default\",fn:function(scope){return [_vm._v(\" \"+_vm._s(scope.row.cheliangxinghao)+\" \")]}}],null,false,2617493600)}),_c('el-table-column',{attrs:{\"resizable\":true,\"sortable\":true,\"prop\":\"cheliangpinpai\",\"label\":\"车辆品牌\"},scopedSlots:_vm._u([{key:\"default\",fn:function(scope){return [_vm._v(\" \"+_vm._s(scope.row.cheliangpinpai)+\" \")]}}],null,false,1242299153)}),_c('el-table-column',{attrs:{\"resizable\":true,\"sortable\":true,\"prop\":\"cheliangleixing\",\"label\":\"车辆类型\"},scopedSlots:_vm._u([{key:\"default\",fn:function(scope){return [_vm._v(\" \"+_vm._s(scope.row.cheliangleixing)+\" \")]}}],null,false,3411339622)}),_c('el-table-column',{attrs:{\"resizable\":true,\"sortable\":true,\"prop\":\"fadongjihao\",\"label\":\"发动机号\"},scopedSlots:_vm._u([{key:\"default\",fn:function(scope){return [_vm._v(\" \"+_vm._s(scope.row.fadongjihao)+\" \")]}}],null,false,390983741)}),_c('el-table-column',{attrs:{\"resizable\":true,\"sortable\":true,\"prop\":\"chejiahao\",\"label\":\"车架号\"},scopedSlots:_vm._u([{key:\"default\",fn:function(scope){return [_vm._v(\" \"+_vm._s(scope.row.chejiahao)+\" \")]}}],null,false,1114410583)}),_c('el-table-column',{attrs:{\"resizable\":true,\"sortable\":true,\"prop\":\"dengjiriqi\",\"label\":\"登记日期\"},scopedSlots:_vm._u([{key:\"default\",fn:function(scope){return [_vm._v(\" \"+_vm._s(scope.row.dengjiriqi)+\" \")]}}],null,false,4043809205)}),_c('el-table-column',{attrs:{\"resizable\":true,\"sortable\":true,\"prop\":\"zhanghao\",\"label\":\"账号\"},scopedSlots:_vm._u([{key:\"default\",fn:function(scope){return [_vm._v(\" \"+_vm._s(scope.row.zhanghao)+\" \")]}}],null,false,2757161441)}),_c('el-table-column',{attrs:{\"resizable\":true,\"sortable\":true,\"prop\":\"xingming\",\"label\":\"姓名\"},scopedSlots:_vm._u([{key:\"default\",fn:function(scope){return [_vm._v(\" \"+_vm._s(scope.row.xingming)+\" \")]}}],null,false,1096791112)}),_c('el-table-column',{attrs:{\"resizable\":true,\"sortable\":true,\"prop\":\"jiashizhenghao\",\"label\":\"驾驶证号\"},scopedSlots:_vm._u([{key:\"default\",fn:function(scope){return [_vm._v(\" \"+_vm._s(scope.row.jiashizhenghao)+\" \")]}}],null,false,1810102229)}),_c('el-table-column',{attrs:{\"resizable\":true,\"sortable\":true,\"prop\":\"yuangongzhanghao\",\"label\":\"员工账号\"},scopedSlots:_vm._u([{key:\"default\",fn:function(scope){return [_vm._v(\" \"+_vm._s(scope.row.yuangongzhanghao)+\" \")]}}],null,false,3349271683)}),_c('el-table-column',{attrs:{\"resizable\":true,\"sortable\":true,\"prop\":\"yuangongxingming\",\"label\":\"员工姓名\"},scopedSlots:_vm._u([{key:\"default\",fn:function(scope){return [_vm._v(\" \"+_vm._s(scope.row.yuangongxingming)+\" \")]}}],null,false,4268580138)}),_c('el-table-column',{attrs:{\"width\":\"300\",\"label\":\"操作\"},scopedSlots:_vm._u([{key:\"default\",fn:function(scope){return [( _vm.isAuth('baoxianxinxi','查看'))?_c('el-button',{staticClass:\"view\",attrs:{\"type\":\"success\"},on:{\"click\":function($event){return _vm.addOrUpdateHandler(scope.row.id,'info')}}},[_c('span',{staticClass:\"icon iconfont icon-chakan8\",style:({\"margin\":\"0 0 0 4px\",\"fontSize\":\"inherit\",\"color\":\"inherit\",\"display\":\"none\",\"height\":\"auto\"})}),_vm._v(\" 详情 \")]):_vm._e(),( _vm.isAuth('baoxianxinxi','修改') )?_c('el-button',{staticClass:\"edit\",attrs:{\"type\":\"success\"},on:{\"click\":function($event){return _vm.addOrUpdateHandler(scope.row.id)}}},[_c('span',{staticClass:\"icon iconfont icon-xiugai19\",style:({\"margin\":\"0 0 0 4px\",\"fontSize\":\"inherit\",\"color\":\"inherit\",\"display\":\"none\",\"height\":\"auto\"})}),_vm._v(\" 更改 \")]):_vm._e(),(_vm.isAuth('baoxianxinxi','删除') )?_c('el-button',{staticClass:\"del\",attrs:{\"type\":\"primary\"},on:{\"click\":function($event){return _vm.deleteHandler(scope.row.id )}}},[_c('span',{staticClass:\"icon iconfont icon-shanchu16\",style:({\"margin\":\"0 0 0 4px\",\"fontSize\":\"inherit\",\"color\":\"inherit\",\"display\":\"none\",\"height\":\"auto\"})}),_vm._v(\" 移除 \")]):_vm._e()]}}],null,false,1009739679)})],1):_vm._e()],1),_c('el-pagination',{style:({\"border\":\"0px solid #dee2e6\",\"padding\":\"10px 0\",\"margin\":\"10px 0 0\",\"whiteSpace\":\"nowrap\",\"color\":\"inherit\",\"textAlign\":\"center\",\"background\":\"none\",\"width\":\"100%\",\"fontSize\":\"inherit\",\"fontWeight\":\"500\"}),attrs:{\"current-page\":_vm.pageIndex,\"background\":\"\",\"page-sizes\":[10, 50, 100, 200],\"page-size\":_vm.pageSize,\"layout\":_vm.layouts.join(),\"total\":_vm.totalPage,\"prev-text\":\"上一页 \",\"next-text\":\"下一页 \",\"hide-on-single-page\":false},on:{\"size-change\":_vm.sizeChangeHandle,\"current-change\":_vm.currentChangeHandle}})]:_vm._e(),(_vm.addOrUpdateFlag)?_c('add-or-update',{ref:\"addOrUpdate\",attrs:{\"parent\":this}}):_vm._e()],2)\n}\nvar staticRenderFns = []\n\nexport { render, staticRenderFns }","\r\n\n\n\n","import mod from \"-!../../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_cache-loader@4.1.0@cache-loader/dist/cjs.js??ref--13-0!../../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_thread-loader@2.1.3@thread-loader/dist/cjs.js!../../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_babel-loader@8.4.1@babel-loader/lib/index.js!../../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_cache-loader@4.1.0@cache-loader/dist/cjs.js??ref--1-0!../../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_vue-loader@15.11.1@vue-loader/lib/index.js??vue-loader-options!./list.vue?vue&type=script&lang=js\"; export default mod; export * from \"-!../../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_cache-loader@4.1.0@cache-loader/dist/cjs.js??ref--13-0!../../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_thread-loader@2.1.3@thread-loader/dist/cjs.js!../../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_babel-loader@8.4.1@babel-loader/lib/index.js!../../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_cache-loader@4.1.0@cache-loader/dist/cjs.js??ref--1-0!../../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_vue-loader@15.11.1@vue-loader/lib/index.js??vue-loader-options!./list.vue?vue&type=script&lang=js\"","import { render, staticRenderFns } from \"./list.vue?vue&type=template&id=dee0f138&scoped=true\"\nimport script from \"./list.vue?vue&type=script&lang=js\"\nexport * from \"./list.vue?vue&type=script&lang=js\"\nimport style0 from \"./list.vue?vue&type=style&index=0&id=dee0f138&prod&lang=scss&scoped=true\"\n\n\n/* normalize component */\nimport normalizer from \"!../../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_vue-loader@15.11.1@vue-loader/lib/runtime/componentNormalizer.js\"\nvar component = normalizer(\n script,\n render,\n staticRenderFns,\n false,\n null,\n \"dee0f138\",\n null\n \n)\n\nexport default component.exports","\nimport luxianxinxi from '@/views/modules/luxianxinxi/list'\nimport Vue from 'vue';\n//配置路由\nimport VueRouter from 'vue-router'\nVue.use(VueRouter);\n//1.创建组件\nimport Index from '@/views/index'\nimport Home from '@/views/home'\nimport Login from '@/views/login'\nimport NotFound from '@/views/404'\nimport UpdatePassword from '@/views/update-password'\nimport pay from '@/views/pay'\nimport register from '@/views/register'\nimport center from '@/views/center'\n import cheliangdangan from '@/views/modules/cheliangdangan/list'\n import xubaotongzhi from '@/views/modules/xubaotongzhi/list'\n import gongzuorenyuan from '@/views/modules/gongzuorenyuan/list'\n import shigujilu from '@/views/modules/shigujilu/list'\n import guapaishenqing from '@/views/modules/guapaishenqing/list'\n import jiashiyuan from '@/views/modules/jiashiyuan/list'\n import gonggaoxinxi from '@/views/modules/gonggaoxinxi/list'\n import fafangpaizhao from '@/views/modules/fafangpaizhao/list'\n import baoxianxinxi from '@/views/modules/baoxianxinxi/list'\n\n\n//2.配置路由 注意:名字\nexport const routes = [{\n path: '/',\n name: '系统首页',\n component: Index,\n children: [{\n // 这里不设置值,是把main作为默认页面\n path: '/',\n name: '系统首页',\n component: Home,\n meta: {icon:'', title:'center', affix: true}\n }, {\n path: '/updatePassword',\n name: '修改密码',\n component: UpdatePassword,\n meta: {icon:'', title:'updatePassword'}\n }, {\n path: '/pay',\n name: '支付',\n component: pay,\n meta: {icon:'', title:'pay'}\n }, {\n path: '/center',\n name: '个人信息',\n component: center,\n meta: {icon:'', title:'center'}\n }\n \n ,{\n path: '/luxianxinxi',\n name: '路线信息',\n component: luxianxinxi\n }\n,{\n\tpath: '/cheliangdangan',\n name: '车辆档案',\n component: cheliangdangan\n }\n ,{\n\tpath: '/xubaotongzhi',\n name: '续保通知',\n component: xubaotongzhi\n }\n ,{\n\tpath: '/gongzuorenyuan',\n name: '工作人员',\n component: gongzuorenyuan\n }\n ,{\n\tpath: '/shigujilu',\n name: '事故记录',\n component: shigujilu\n }\n ,{\n\tpath: '/guapaishenqing',\n name: '挂牌申请',\n component: guapaishenqing\n }\n ,{\n\tpath: '/jiashiyuan',\n name: '驾驶员',\n component: jiashiyuan\n }\n ,{\n\tpath: '/gonggaoxinxi',\n name: '公告信息',\n component: gonggaoxinxi\n }\n ,{\n\tpath: '/fafangpaizhao',\n name: '发放牌照',\n component: fafangpaizhao\n }\n ,{\n\tpath: '/baoxianxinxi',\n name: '保险信息',\n component: baoxianxinxi\n }\n ]\n },\n {\n path: '/login',\n name: 'login',\n component: Login,\n meta: {icon:'', title:'login'}\n },\n {\n path: '/register',\n name: 'register',\n component: register,\n meta: {icon:'', title:'register'}\n },\n {\n path: '*',\n component: NotFound\n }\n]\n//3.实例化VueRouter 注意:名字\nconst router = new VueRouter({\n mode: 'hash',\n /*hash模式改为history*/\n routes // (缩写)相当于 routes: routes\n})\nconst originalPush = VueRouter.prototype.push\n//修改原型对象中的push方法\nVueRouter.prototype.push = function push(location) {\n return originalPush.call(this, location).catch(err => err)\n}\nexport default router;\n","import SpriteSymbol from \"svg-baker-runtime/browser-symbol\";\nimport sprite from \"svg-sprite-loader/runtime/browser-sprite.build\";\nvar symbol = new SpriteSymbol({\n \"id\": \"icon-area\",\n \"use\": \"icon-area-usage\",\n \"viewBox\": \"0 0 113.39 113.39\",\n \"content\": \"省份管理\"\n});\nvar result = sprite.add(symbol);\nexport default symbol","module.exports = __webpack_public_path__ + \"img/zhongguo.20798bfa.png\";","import SpriteSymbol from \"svg-baker-runtime/browser-symbol\";\nimport sprite from \"svg-sprite-loader/runtime/browser-sprite.build\";\nvar symbol = new SpriteSymbol({\n \"id\": \"icon-harvestDetection\",\n \"use\": \"icon-harvestDetection-usage\",\n \"viewBox\": \"0 0 113.39 82.46\",\n \"content\": \"采收检测标准\"\n});\nvar result = sprite.add(symbol);\nexport default symbol","import SpriteSymbol from \"svg-baker-runtime/browser-symbol\";\nimport sprite from \"svg-sprite-loader/runtime/browser-sprite.build\";\nvar symbol = new SpriteSymbol({\n \"id\": \"icon-warnings\",\n \"use\": \"icon-warnings-usage\",\n \"viewBox\": \"0 0 113.39 106.49\",\n \"content\": \"预警阈值\"\n});\nvar result = sprite.add(symbol);\nexport default symbol","import SpriteSymbol from \"svg-baker-runtime/browser-symbol\";\nimport sprite from \"svg-sprite-loader/runtime/browser-sprite.build\";\nvar symbol = new SpriteSymbol({\n \"id\": \"icon-harvestManage\",\n \"use\": \"icon-harvestManage-usage\",\n \"viewBox\": \"0 0 113.39 106.94\",\n \"content\": \"采收管理\"\n});\nvar result = sprite.add(symbol);\nexport default symbol","export * from \"-!../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_mini-css-extract-plugin@0.9.0@mini-css-extract-plugin/dist/loader.js??ref--7-oneOf-1-0!../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_css-loader@3.6.0@css-loader/dist/cjs.js??ref--7-oneOf-1-1!../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_vue-loader@15.11.1@vue-loader/lib/loaders/stylePostLoader.js!../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_postcss-loader@3.0.0@postcss-loader/src/index.js??ref--7-oneOf-1-2!../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_cache-loader@4.1.0@cache-loader/dist/cjs.js??ref--1-0!../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_vue-loader@15.11.1@vue-loader/lib/index.js??vue-loader-options!./Editor.vue?vue&type=style&index=0&id=afd53fd0&prod&lang=css\"","export * from \"-!../../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_mini-css-extract-plugin@0.9.0@mini-css-extract-plugin/dist/loader.js??ref--9-oneOf-1-0!../../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_css-loader@3.6.0@css-loader/dist/cjs.js??ref--9-oneOf-1-1!../../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_vue-loader@15.11.1@vue-loader/lib/loaders/stylePostLoader.js!../../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_postcss-loader@3.0.0@postcss-loader/src/index.js??ref--9-oneOf-1-2!../../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_sass-loader@8.0.2@sass-loader/dist/cjs.js??ref--9-oneOf-1-3!../../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_cache-loader@4.1.0@cache-loader/dist/cjs.js??ref--1-0!../../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_vue-loader@15.11.1@vue-loader/lib/index.js??vue-loader-options!./ScrollPane.vue?vue&type=style&index=0&id=07c44ba4&prod&lang=scss&scoped=true\"","import SpriteSymbol from \"svg-baker-runtime/browser-symbol\";\nimport sprite from \"svg-sprite-loader/runtime/browser-sprite.build\";\nvar symbol = new SpriteSymbol({\n \"id\": \"icon-environmental\",\n \"use\": \"icon-environmental-usage\",\n \"viewBox\": \"0 0 113.39 113.39\",\n \"content\": \"基地环境监测\"\n});\nvar result = sprite.add(symbol);\nexport default symbol","module.exports = __webpack_public_path__ + \"img/404.3648f234.png\";","import SpriteSymbol from \"svg-baker-runtime/browser-symbol\";\nimport sprite from \"svg-sprite-loader/runtime/browser-sprite.build\";\nvar symbol = new SpriteSymbol({\n \"id\": \"icon-scheme\",\n \"use\": \"icon-scheme-usage\",\n \"viewBox\": \"0 0 113.39 122.01\",\n \"content\": \"种植计划管理\"\n});\nvar result = sprite.add(symbol);\nexport default symbol","export * from \"-!../../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_mini-css-extract-plugin@0.9.0@mini-css-extract-plugin/dist/loader.js??ref--9-oneOf-1-0!../../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_css-loader@3.6.0@css-loader/dist/cjs.js??ref--9-oneOf-1-1!../../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_vue-loader@15.11.1@vue-loader/lib/loaders/stylePostLoader.js!../../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_postcss-loader@3.0.0@postcss-loader/src/index.js??ref--9-oneOf-1-2!../../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_sass-loader@8.0.2@sass-loader/dist/cjs.js??ref--9-oneOf-1-3!../../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_cache-loader@4.1.0@cache-loader/dist/cjs.js??ref--1-0!../../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_vue-loader@15.11.1@vue-loader/lib/index.js??vue-loader-options!./list.vue?vue&type=style&index=0&id=7ae699bc&prod&lang=scss&scoped=true\"","export * from \"-!../../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_mini-css-extract-plugin@0.9.0@mini-css-extract-plugin/dist/loader.js??ref--9-oneOf-1-0!../../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_css-loader@3.6.0@css-loader/dist/cjs.js??ref--9-oneOf-1-1!../../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_vue-loader@15.11.1@vue-loader/lib/loaders/stylePostLoader.js!../../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_postcss-loader@3.0.0@postcss-loader/src/index.js??ref--9-oneOf-1-2!../../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_sass-loader@8.0.2@sass-loader/dist/cjs.js??ref--9-oneOf-1-3!../../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_cache-loader@4.1.0@cache-loader/dist/cjs.js??ref--1-0!../../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_vue-loader@15.11.1@vue-loader/lib/index.js??vue-loader-options!./add-or-update.vue?vue&type=style&index=0&id=58e41f96&prod&lang=scss&scoped=true\"","export * from \"-!../../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_mini-css-extract-plugin@0.9.0@mini-css-extract-plugin/dist/loader.js??ref--9-oneOf-1-0!../../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_css-loader@3.6.0@css-loader/dist/cjs.js??ref--9-oneOf-1-1!../../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_vue-loader@15.11.1@vue-loader/lib/loaders/stylePostLoader.js!../../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_postcss-loader@3.0.0@postcss-loader/src/index.js??ref--9-oneOf-1-2!../../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_sass-loader@8.0.2@sass-loader/dist/cjs.js??ref--9-oneOf-1-3!../../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_cache-loader@4.1.0@cache-loader/dist/cjs.js??ref--1-0!../../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_vue-loader@15.11.1@vue-loader/lib/index.js??vue-loader-options!./add-or-update.vue?vue&type=style&index=0&id=2bc57788&prod&lang=scss&scoped=true\"","export * from \"-!../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_mini-css-extract-plugin@0.9.0@mini-css-extract-plugin/dist/loader.js??ref--9-oneOf-1-0!../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_css-loader@3.6.0@css-loader/dist/cjs.js??ref--9-oneOf-1-1!../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_vue-loader@15.11.1@vue-loader/lib/loaders/stylePostLoader.js!../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_postcss-loader@3.0.0@postcss-loader/src/index.js??ref--9-oneOf-1-2!../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_sass-loader@8.0.2@sass-loader/dist/cjs.js??ref--9-oneOf-1-3!../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_cache-loader@4.1.0@cache-loader/dist/cjs.js??ref--1-0!../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_vue-loader@15.11.1@vue-loader/lib/index.js??vue-loader-options!./update-password.vue?vue&type=style&index=0&id=1cda2566&prod&lang=scss&scoped=true\"","import SpriteSymbol from \"svg-baker-runtime/browser-symbol\";\nimport sprite from \"svg-sprite-loader/runtime/browser-sprite.build\";\nvar symbol = new SpriteSymbol({\n \"id\": \"icon-traceabilityList\",\n \"use\": \"icon-traceabilityList-usage\",\n \"viewBox\": \"0 0 113.39 113.39\",\n \"content\": \"溯源配置\"\n});\nvar result = sprite.add(symbol);\nexport default symbol","import SpriteSymbol from \"svg-baker-runtime/browser-symbol\";\nimport sprite from \"svg-sprite-loader/runtime/browser-sprite.build\";\nvar symbol = new SpriteSymbol({\n \"id\": \"icon-pestActive\",\n \"use\": \"icon-pestActive-usage\",\n \"viewBox\": \"0 0 113.4 113.4\",\n \"content\": \"\\r\\n\\r\\n病虫害管理\\r\\n\\r\\n\\r\\n\\r\\n\"\n});\nvar result = sprite.add(symbol);\nexport default symbol","import SpriteSymbol from \"svg-baker-runtime/browser-symbol\";\nimport sprite from \"svg-sprite-loader/runtime/browser-sprite.build\";\nvar symbol = new SpriteSymbol({\n \"id\": \"icon-diseasesinsect\",\n \"use\": \"icon-diseasesinsect-usage\",\n \"viewBox\": \"0 0 113.39 113.39\",\n \"content\": \"病虫害管理\"\n});\nvar result = sprite.add(symbol);\nexport default symbol","import SpriteSymbol from \"svg-baker-runtime/browser-symbol\";\nimport sprite from \"svg-sprite-loader/runtime/browser-sprite.build\";\nvar symbol = new SpriteSymbol({\n \"id\": \"icon-traceability\",\n \"use\": \"icon-traceability-usage\",\n \"viewBox\": \"0 0 113 113\",\n \"content\": \"溯源管理\"\n});\nvar result = sprite.add(symbol);\nexport default symbol","export * from \"-!../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_mini-css-extract-plugin@0.9.0@mini-css-extract-plugin/dist/loader.js??ref--9-oneOf-1-0!../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_css-loader@3.6.0@css-loader/dist/cjs.js??ref--9-oneOf-1-1!../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_vue-loader@15.11.1@vue-loader/lib/loaders/stylePostLoader.js!../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_postcss-loader@3.0.0@postcss-loader/src/index.js??ref--9-oneOf-1-2!../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_sass-loader@8.0.2@sass-loader/dist/cjs.js??ref--9-oneOf-1-3!../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_cache-loader@4.1.0@cache-loader/dist/cjs.js??ref--1-0!../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_vue-loader@15.11.1@vue-loader/lib/index.js??vue-loader-options!./home.vue?vue&type=style&index=0&id=09d7765c&prod&lang=scss&scoped=true\"","export * from \"-!../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_mini-css-extract-plugin@0.9.0@mini-css-extract-plugin/dist/loader.js??ref--9-oneOf-1-0!../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_css-loader@3.6.0@css-loader/dist/cjs.js??ref--9-oneOf-1-1!../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_vue-loader@15.11.1@vue-loader/lib/loaders/stylePostLoader.js!../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_postcss-loader@3.0.0@postcss-loader/src/index.js??ref--9-oneOf-1-2!../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_sass-loader@8.0.2@sass-loader/dist/cjs.js??ref--9-oneOf-1-3!../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_cache-loader@4.1.0@cache-loader/dist/cjs.js??ref--1-0!../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_vue-loader@15.11.1@vue-loader/lib/index.js??vue-loader-options!./pay.vue?vue&type=style&index=0&id=78fb9f03&prod&lang=scss&scoped=true\"","import SpriteSymbol from \"svg-baker-runtime/browser-symbol\";\nimport sprite from \"svg-sprite-loader/runtime/browser-sprite.build\";\nvar symbol = new SpriteSymbol({\n \"id\": \"icon-validCode\",\n \"use\": \"icon-validCode-usage\",\n \"viewBox\": \"0 0 1024 1024\",\n \"content\": \"\"\n});\nvar result = sprite.add(symbol);\nexport default symbol","import SpriteSymbol from \"svg-baker-runtime/browser-symbol\";\nimport sprite from \"svg-sprite-loader/runtime/browser-sprite.build\";\nvar symbol = new SpriteSymbol({\n \"id\": \"icon-videoKey\",\n \"use\": \"icon-videoKey-usage\",\n \"viewBox\": \"0 0 113.39 94.78\",\n \"content\": \"视频云配置1\"\n});\nvar result = sprite.add(symbol);\nexport default symbol","import SpriteSymbol from \"svg-baker-runtime/browser-symbol\";\nimport sprite from \"svg-sprite-loader/runtime/browser-sprite.build\";\nvar symbol = new SpriteSymbol({\n \"id\": \"icon-system\",\n \"use\": \"icon-system-usage\",\n \"viewBox\": \"0 0 1084 1024\",\n \"content\": \"\"\n});\nvar result = sprite.add(symbol);\nexport default symbol","import SpriteSymbol from \"svg-baker-runtime/browser-symbol\";\nimport sprite from \"svg-sprite-loader/runtime/browser-sprite.build\";\nvar symbol = new SpriteSymbol({\n \"id\": \"icon-password\",\n \"use\": \"icon-password-usage\",\n \"viewBox\": \"0 0 1024 1024\",\n \"content\": \"\"\n});\nvar result = sprite.add(symbol);\nexport default symbol","export * from \"-!../../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_mini-css-extract-plugin@0.9.0@mini-css-extract-plugin/dist/loader.js??ref--9-oneOf-1-0!../../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_css-loader@3.6.0@css-loader/dist/cjs.js??ref--9-oneOf-1-1!../../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_vue-loader@15.11.1@vue-loader/lib/loaders/stylePostLoader.js!../../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_postcss-loader@3.0.0@postcss-loader/src/index.js??ref--9-oneOf-1-2!../../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_sass-loader@8.0.2@sass-loader/dist/cjs.js??ref--9-oneOf-1-3!../../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_cache-loader@4.1.0@cache-loader/dist/cjs.js??ref--1-0!../../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_vue-loader@15.11.1@vue-loader/lib/index.js??vue-loader-options!./list.vue?vue&type=style&index=0&id=e9db4bde&prod&lang=scss&scoped=true\"","export * from \"-!../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_mini-css-extract-plugin@0.9.0@mini-css-extract-plugin/dist/loader.js??ref--9-oneOf-1-0!../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_css-loader@3.6.0@css-loader/dist/cjs.js??ref--9-oneOf-1-1!../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_vue-loader@15.11.1@vue-loader/lib/loaders/stylePostLoader.js!../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_postcss-loader@3.0.0@postcss-loader/src/index.js??ref--9-oneOf-1-2!../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_sass-loader@8.0.2@sass-loader/dist/cjs.js??ref--9-oneOf-1-3!../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_cache-loader@4.1.0@cache-loader/dist/cjs.js??ref--1-0!../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_vue-loader@15.11.1@vue-loader/lib/index.js??vue-loader-options!./IndexHeader.vue?vue&type=style&index=0&id=066f202d&prod&lang=scss&scoped=true\"","import SpriteSymbol from \"svg-baker-runtime/browser-symbol\";\nimport sprite from \"svg-sprite-loader/runtime/browser-sprite.build\";\nvar symbol = new SpriteSymbol({\n \"id\": \"icon-deviceMonitorData\",\n \"use\": \"icon-deviceMonitorData-usage\",\n \"viewBox\": \"0 0 113.39 113.39\",\n \"content\": \"监测数据\"\n});\nvar result = sprite.add(symbol);\nexport default symbol","export * from \"-!../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_mini-css-extract-plugin@0.9.0@mini-css-extract-plugin/dist/loader.js??ref--7-oneOf-1-0!../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_css-loader@3.6.0@css-loader/dist/cjs.js??ref--7-oneOf-1-1!../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_vue-loader@15.11.1@vue-loader/lib/loaders/stylePostLoader.js!../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_postcss-loader@3.0.0@postcss-loader/src/index.js??ref--7-oneOf-1-2!../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_cache-loader@4.1.0@cache-loader/dist/cjs.js??ref--1-0!../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_vue-loader@15.11.1@vue-loader/lib/index.js??vue-loader-options!./index.vue?vue&type=style&index=0&id=53ff2da0&prod&scoped=true&lang=css\"","export * from \"-!../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_mini-css-extract-plugin@0.9.0@mini-css-extract-plugin/dist/loader.js??ref--9-oneOf-1-0!../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_css-loader@3.6.0@css-loader/dist/cjs.js??ref--9-oneOf-1-1!../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_vue-loader@15.11.1@vue-loader/lib/loaders/stylePostLoader.js!../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_postcss-loader@3.0.0@postcss-loader/src/index.js??ref--9-oneOf-1-2!../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_sass-loader@8.0.2@sass-loader/dist/cjs.js??ref--9-oneOf-1-3!../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_cache-loader@4.1.0@cache-loader/dist/cjs.js??ref--1-0!../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_vue-loader@15.11.1@vue-loader/lib/index.js??vue-loader-options!./center.vue?vue&type=style&index=0&id=091f6dbb&prod&lang=scss&scoped=true\"","import SpriteSymbol from \"svg-baker-runtime/browser-symbol\";\nimport sprite from \"svg-sprite-loader/runtime/browser-sprite.build\";\nvar symbol = new SpriteSymbol({\n \"id\": \"icon-video\",\n \"use\": \"icon-video-usage\",\n \"viewBox\": \"0 0 113.39 113.39\",\n \"content\": \"视频云配置sp\"\n});\nvar result = sprite.add(symbol);\nexport default symbol","module.exports = \"data:image/png;base64,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\"","import SpriteSymbol from \"svg-baker-runtime/browser-symbol\";\nimport sprite from \"svg-sprite-loader/runtime/browser-sprite.build\";\nvar symbol = new SpriteSymbol({\n \"id\": \"icon-plant\",\n \"use\": \"icon-plant-usage\",\n \"viewBox\": \"0 0 113.39 99.52\",\n \"content\": \"种植管理\"\n});\nvar result = sprite.add(symbol);\nexport default symbol","import SpriteSymbol from \"svg-baker-runtime/browser-symbol\";\nimport sprite from \"svg-sprite-loader/runtime/browser-sprite.build\";\nvar symbol = new SpriteSymbol({\n \"id\": \"icon-financeBudget\",\n \"use\": \"icon-financeBudget-usage\",\n \"viewBox\": \"0 0 113.39 113.39\",\n \"content\": \"预算统计\"\n});\nvar result = sprite.add(symbol);\nexport default symbol","import SpriteSymbol from \"svg-baker-runtime/browser-symbol\";\nimport sprite from \"svg-sprite-loader/runtime/browser-sprite.build\";\nvar symbol = new SpriteSymbol({\n \"id\": \"icon-vipCustomized\",\n \"use\": \"icon-vipCustomized-usage\",\n \"viewBox\": \"0 0 114.39 114.39\",\n \"content\": \"VIP定制\"\n});\nvar result = sprite.add(symbol);\nexport default symbol","import SpriteSymbol from \"svg-baker-runtime/browser-symbol\";\nimport sprite from \"svg-sprite-loader/runtime/browser-sprite.build\";\nvar symbol = new SpriteSymbol({\n \"id\": \"icon-harvestWorks\",\n \"use\": \"icon-harvestWorks-usage\",\n \"viewBox\": \"0 0 113.38 123.05\",\n \"content\": \"采收检测工单\"\n});\nvar result = sprite.add(symbol);\nexport default symbol","import SpriteSymbol from \"svg-baker-runtime/browser-symbol\";\nimport sprite from \"svg-sprite-loader/runtime/browser-sprite.build\";\nvar symbol = new SpriteSymbol({\n \"id\": \"icon-documentation\",\n \"use\": \"icon-documentation-usage\",\n \"viewBox\": \"0 0 1024 1024\",\n \"content\": \"\"\n});\nvar result = sprite.add(symbol);\nexport default symbol","export * from \"-!../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_mini-css-extract-plugin@0.9.0@mini-css-extract-plugin/dist/loader.js??ref--9-oneOf-1-0!../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_css-loader@3.6.0@css-loader/dist/cjs.js??ref--9-oneOf-1-1!../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_vue-loader@15.11.1@vue-loader/lib/loaders/stylePostLoader.js!../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_postcss-loader@3.0.0@postcss-loader/src/index.js??ref--9-oneOf-1-2!../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_sass-loader@8.0.2@sass-loader/dist/cjs.js??ref--9-oneOf-1-3!../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_cache-loader@4.1.0@cache-loader/dist/cjs.js??ref--1-0!../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_vue-loader@15.11.1@vue-loader/lib/index.js??vue-loader-options!./register.vue?vue&type=style&index=0&id=6bb253c2&prod&lang=scss&scoped=true\"","import SpriteSymbol from \"svg-baker-runtime/browser-symbol\";\nimport sprite from \"svg-sprite-loader/runtime/browser-sprite.build\";\nvar symbol = new SpriteSymbol({\n \"id\": \"icon-farmingProject\",\n \"use\": \"icon-farmingProject-usage\",\n \"viewBox\": \"0 0 113.39 113.39\",\n \"content\": \"农事项目\"\n});\nvar result = sprite.add(symbol);\nexport default symbol","module.exports = \"data:image/png;base64,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\"","export * from \"-!../../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_mini-css-extract-plugin@0.9.0@mini-css-extract-plugin/dist/loader.js??ref--9-oneOf-1-0!../../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_css-loader@3.6.0@css-loader/dist/cjs.js??ref--9-oneOf-1-1!../../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_vue-loader@15.11.1@vue-loader/lib/loaders/stylePostLoader.js!../../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_postcss-loader@3.0.0@postcss-loader/src/index.js??ref--9-oneOf-1-2!../../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_sass-loader@8.0.2@sass-loader/dist/cjs.js??ref--9-oneOf-1-3!../../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_cache-loader@4.1.0@cache-loader/dist/cjs.js??ref--1-0!../../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_vue-loader@15.11.1@vue-loader/lib/index.js??vue-loader-options!./list.vue?vue&type=style&index=0&id=73be8dc6&prod&lang=scss&scoped=true\"","export * from \"-!../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_mini-css-extract-plugin@0.9.0@mini-css-extract-plugin/dist/loader.js??ref--9-oneOf-1-0!../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_css-loader@3.6.0@css-loader/dist/cjs.js??ref--9-oneOf-1-1!../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_vue-loader@15.11.1@vue-loader/lib/loaders/stylePostLoader.js!../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_postcss-loader@3.0.0@postcss-loader/src/index.js??ref--9-oneOf-1-2!../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_sass-loader@8.0.2@sass-loader/dist/cjs.js??ref--9-oneOf-1-3!../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_cache-loader@4.1.0@cache-loader/dist/cjs.js??ref--1-0!../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_vue-loader@15.11.1@vue-loader/lib/index.js??vue-loader-options!./BreadCrumbs.vue?vue&type=style&index=0&id=48a7cf82&prod&lang=scss&scoped=true\"","export * from \"-!../../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_mini-css-extract-plugin@0.9.0@mini-css-extract-plugin/dist/loader.js??ref--9-oneOf-1-0!../../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_css-loader@3.6.0@css-loader/dist/cjs.js??ref--9-oneOf-1-1!../../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_vue-loader@15.11.1@vue-loader/lib/loaders/stylePostLoader.js!../../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_postcss-loader@3.0.0@postcss-loader/src/index.js??ref--9-oneOf-1-2!../../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_sass-loader@8.0.2@sass-loader/dist/cjs.js??ref--9-oneOf-1-3!../../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_cache-loader@4.1.0@cache-loader/dist/cjs.js??ref--1-0!../../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_vue-loader@15.11.1@vue-loader/lib/index.js??vue-loader-options!./list.vue?vue&type=style&index=0&id=72398caf&prod&lang=scss&scoped=true\"","export * from \"-!../../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_mini-css-extract-plugin@0.9.0@mini-css-extract-plugin/dist/loader.js??ref--9-oneOf-1-0!../../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_css-loader@3.6.0@css-loader/dist/cjs.js??ref--9-oneOf-1-1!../../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_vue-loader@15.11.1@vue-loader/lib/loaders/stylePostLoader.js!../../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_postcss-loader@3.0.0@postcss-loader/src/index.js??ref--9-oneOf-1-2!../../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_sass-loader@8.0.2@sass-loader/dist/cjs.js??ref--9-oneOf-1-3!../../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_cache-loader@4.1.0@cache-loader/dist/cjs.js??ref--1-0!../../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_vue-loader@15.11.1@vue-loader/lib/index.js??vue-loader-options!./list.vue?vue&type=style&index=0&id=3499156a&prod&lang=scss&scoped=true\"","export * from \"-!../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_mini-css-extract-plugin@0.9.0@mini-css-extract-plugin/dist/loader.js??ref--9-oneOf-1-0!../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_css-loader@3.6.0@css-loader/dist/cjs.js??ref--9-oneOf-1-1!../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_vue-loader@15.11.1@vue-loader/lib/loaders/stylePostLoader.js!../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_postcss-loader@3.0.0@postcss-loader/src/index.js??ref--9-oneOf-1-2!../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_sass-loader@8.0.2@sass-loader/dist/cjs.js??ref--9-oneOf-1-3!../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_cache-loader@4.1.0@cache-loader/dist/cjs.js??ref--1-0!../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_vue-loader@15.11.1@vue-loader/lib/index.js??vue-loader-options!./App.vue?vue&type=style&index=0&id=93f04696&prod&lang=scss\"","import SpriteSymbol from \"svg-baker-runtime/browser-symbol\";\nimport sprite from \"svg-sprite-loader/runtime/browser-sprite.build\";\nvar symbol = new SpriteSymbol({\n \"id\": \"icon-finance\",\n \"use\": \"icon-finance-usage\",\n \"viewBox\": \"0 0 113.39 113.39\",\n \"content\": \"财务管理\"\n});\nvar result = sprite.add(symbol);\nexport default symbol","export * from \"-!../../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_mini-css-extract-plugin@0.9.0@mini-css-extract-plugin/dist/loader.js??ref--9-oneOf-1-0!../../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_css-loader@3.6.0@css-loader/dist/cjs.js??ref--9-oneOf-1-1!../../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_vue-loader@15.11.1@vue-loader/lib/loaders/stylePostLoader.js!../../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_postcss-loader@3.0.0@postcss-loader/src/index.js??ref--9-oneOf-1-2!../../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_sass-loader@8.0.2@sass-loader/dist/cjs.js??ref--9-oneOf-1-3!../../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_cache-loader@4.1.0@cache-loader/dist/cjs.js??ref--1-0!../../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_vue-loader@15.11.1@vue-loader/lib/index.js??vue-loader-options!./index.vue?vue&type=style&index=0&id=49993618&prod&lang=scss&scoped=true\"","module.exports = \"data:image/png;base64,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\"","import SpriteSymbol from \"svg-baker-runtime/browser-symbol\";\nimport sprite from \"svg-sprite-loader/runtime/browser-sprite.build\";\nvar symbol = new SpriteSymbol({\n \"id\": \"icon-peoples\",\n \"use\": \"icon-peoples-usage\",\n \"viewBox\": \"0 0 1024 1024\",\n \"content\": \"\"\n});\nvar result = sprite.add(symbol);\nexport default symbol","import SpriteSymbol from \"svg-baker-runtime/browser-symbol\";\nimport sprite from \"svg-sprite-loader/runtime/browser-sprite.build\";\nvar symbol = new SpriteSymbol({\n \"id\": \"icon-harvestBatch\",\n \"use\": \"icon-harvestBatch-usage\",\n \"viewBox\": \"0 0 113.39 100.79\",\n \"content\": \"采收批次管理\"\n});\nvar result = sprite.add(symbol);\nexport default symbol","import SpriteSymbol from \"svg-baker-runtime/browser-symbol\";\nimport sprite from \"svg-sprite-loader/runtime/browser-sprite.build\";\nvar symbol = new SpriteSymbol({\n \"id\": \"icon-board1\",\n \"use\": \"icon-board1-usage\",\n \"viewBox\": \"0 0 113.4 113.2\",\n \"content\": \"\\r\\n\\r\\n看板管理\\r\\n\\r\\n\\t\\r\\n\\t\\r\\n\\t\\r\\n\\r\\n\"\n});\nvar result = sprite.add(symbol);\nexport default symbol","import SpriteSymbol from \"svg-baker-runtime/browser-symbol\";\nimport sprite from \"svg-sprite-loader/runtime/browser-sprite.build\";\nvar symbol = new SpriteSymbol({\n \"id\": \"icon-pesticideResidue\",\n \"use\": \"icon-pesticideResidue-usage\",\n \"viewBox\": \"0 0 113.39 110.4\",\n \"content\": \"农残检测项\"\n});\nvar result = sprite.add(symbol);\nexport default symbol","import SpriteSymbol from \"svg-baker-runtime/browser-symbol\";\nimport sprite from \"svg-sprite-loader/runtime/browser-sprite.build\";\nvar symbol = new SpriteSymbol({\n \"id\": \"icon-financeReality\",\n \"use\": \"icon-financeReality-usage\",\n \"viewBox\": \"0 0 113.39 113.39\",\n \"content\": \"实际统计\"\n});\nvar result = sprite.add(symbol);\nexport default symbol","export * from \"-!../../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_mini-css-extract-plugin@0.9.0@mini-css-extract-plugin/dist/loader.js??ref--9-oneOf-1-0!../../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_css-loader@3.6.0@css-loader/dist/cjs.js??ref--9-oneOf-1-1!../../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_vue-loader@15.11.1@vue-loader/lib/loaders/stylePostLoader.js!../../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_postcss-loader@3.0.0@postcss-loader/src/index.js??ref--9-oneOf-1-2!../../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_sass-loader@8.0.2@sass-loader/dist/cjs.js??ref--9-oneOf-1-3!../../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_cache-loader@4.1.0@cache-loader/dist/cjs.js??ref--1-0!../../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_vue-loader@15.11.1@vue-loader/lib/index.js??vue-loader-options!./add-or-update.vue?vue&type=style&index=0&id=92e7315c&prod&lang=scss&scoped=true\"","import SpriteSymbol from \"svg-baker-runtime/browser-symbol\";\nimport sprite from \"svg-sprite-loader/runtime/browser-sprite.build\";\nvar symbol = new SpriteSymbol({\n \"id\": \"icon-mainSystem\",\n \"use\": \"icon-mainSystem-usage\",\n \"viewBox\": \"0 0 113.35 113.41\",\n \"content\": \"主系统\"\n});\nvar result = sprite.add(symbol);\nexport default symbol","import SpriteSymbol from \"svg-baker-runtime/browser-symbol\";\nimport sprite from \"svg-sprite-loader/runtime/browser-sprite.build\";\nvar symbol = new SpriteSymbol({\n \"id\": \"icon-AIDeviceLayout\",\n \"use\": \"icon-AIDeviceLayout-usage\",\n \"viewBox\": \"0 0 113.63 113.65\",\n \"content\": \"物联网配置\"\n});\nvar result = sprite.add(symbol);\nexport default symbol","import SpriteSymbol from \"svg-baker-runtime/browser-symbol\";\nimport sprite from \"svg-sprite-loader/runtime/browser-sprite.build\";\nvar symbol = new SpriteSymbol({\n \"id\": \"icon-pest\",\n \"use\": \"icon-pest-usage\",\n \"viewBox\": \"0 0 113.39 113.39\",\n \"content\": \"病虫害管理\"\n});\nvar result = sprite.add(symbol);\nexport default symbol","export * from \"-!../../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_mini-css-extract-plugin@0.9.0@mini-css-extract-plugin/dist/loader.js??ref--9-oneOf-1-0!../../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_css-loader@3.6.0@css-loader/dist/cjs.js??ref--9-oneOf-1-1!../../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_vue-loader@15.11.1@vue-loader/lib/loaders/stylePostLoader.js!../../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_postcss-loader@3.0.0@postcss-loader/src/index.js??ref--9-oneOf-1-2!../../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_sass-loader@8.0.2@sass-loader/dist/cjs.js??ref--9-oneOf-1-3!../../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_cache-loader@4.1.0@cache-loader/dist/cjs.js??ref--1-0!../../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_vue-loader@15.11.1@vue-loader/lib/index.js??vue-loader-options!./list.vue?vue&type=style&index=0&id=dee0f138&prod&lang=scss&scoped=true\"","import SpriteSymbol from \"svg-baker-runtime/browser-symbol\";\nimport sprite from \"svg-sprite-loader/runtime/browser-sprite.build\";\nvar symbol = new SpriteSymbol({\n \"id\": \"icon-internet\",\n \"use\": \"icon-internet-usage\",\n \"viewBox\": \"0 0 113.61 113.63\",\n \"content\": \"物联网管理置\"\n});\nvar result = sprite.add(symbol);\nexport default symbol","import SpriteSymbol from \"svg-baker-runtime/browser-symbol\";\nimport sprite from \"svg-sprite-loader/runtime/browser-sprite.build\";\nvar symbol = new SpriteSymbol({\n \"id\": \"icon-dataLack\",\n \"use\": \"icon-dataLack-usage\",\n \"viewBox\": \"0 0 113.39 113.39\",\n \"content\": \"数据缺失\"\n});\nvar result = sprite.add(symbol);\nexport default symbol","export * from \"-!../../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_mini-css-extract-plugin@0.9.0@mini-css-extract-plugin/dist/loader.js??ref--9-oneOf-1-0!../../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_css-loader@3.6.0@css-loader/dist/cjs.js??ref--9-oneOf-1-1!../../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_vue-loader@15.11.1@vue-loader/lib/loaders/stylePostLoader.js!../../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_postcss-loader@3.0.0@postcss-loader/src/index.js??ref--9-oneOf-1-2!../../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_sass-loader@8.0.2@sass-loader/dist/cjs.js??ref--9-oneOf-1-3!../../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_cache-loader@4.1.0@cache-loader/dist/cjs.js??ref--1-0!../../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_vue-loader@15.11.1@vue-loader/lib/index.js??vue-loader-options!./add-or-update.vue?vue&type=style&index=0&id=6e6e9a60&prod&lang=scss&scoped=true\"","module.exports = \"data:image/png;base64,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\"","export * from \"-!../../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_mini-css-extract-plugin@0.9.0@mini-css-extract-plugin/dist/loader.js??ref--9-oneOf-1-0!../../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_css-loader@3.6.0@css-loader/dist/cjs.js??ref--9-oneOf-1-1!../../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_vue-loader@15.11.1@vue-loader/lib/loaders/stylePostLoader.js!../../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_postcss-loader@3.0.0@postcss-loader/src/index.js??ref--9-oneOf-1-2!../../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_sass-loader@8.0.2@sass-loader/dist/cjs.js??ref--9-oneOf-1-3!../../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_cache-loader@4.1.0@cache-loader/dist/cjs.js??ref--1-0!../../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_vue-loader@15.11.1@vue-loader/lib/index.js??vue-loader-options!./list.vue?vue&type=style&index=0&id=e518353c&prod&lang=scss&scoped=true\"","import SpriteSymbol from \"svg-baker-runtime/browser-symbol\";\nimport sprite from \"svg-sprite-loader/runtime/browser-sprite.build\";\nvar symbol = new SpriteSymbol({\n \"id\": \"icon-log\",\n \"use\": \"icon-log-usage\",\n \"viewBox\": \"0 0 1024 1024\",\n \"content\": \"\"\n});\nvar result = sprite.add(symbol);\nexport default symbol","import SpriteSymbol from \"svg-baker-runtime/browser-symbol\";\nimport sprite from \"svg-sprite-loader/runtime/browser-sprite.build\";\nvar symbol = new SpriteSymbol({\n \"id\": \"icon-user0\",\n \"use\": \"icon-user0-usage\",\n \"viewBox\": \"0 0 1024 1024\",\n \"content\": \"\"\n});\nvar result = sprite.add(symbol);\nexport default symbol","import SpriteSymbol from \"svg-baker-runtime/browser-symbol\";\nimport sprite from \"svg-sprite-loader/runtime/browser-sprite.build\";\nvar symbol = new SpriteSymbol({\n \"id\": \"icon-heavyMetalDetection\",\n \"use\": \"icon-heavyMetalDetection-usage\",\n \"viewBox\": \"0 0 113.39 113.39\",\n \"content\": \"重金属检测项\"\n});\nvar result = sprite.add(symbol);\nexport default symbol","import SpriteSymbol from \"svg-baker-runtime/browser-symbol\";\nimport sprite from \"svg-sprite-loader/runtime/browser-sprite.build\";\nvar symbol = new SpriteSymbol({\n \"id\": \"icon-residual\",\n \"use\": \"icon-residual-usage\",\n \"viewBox\": \"0 0 113.39 112.64\",\n \"content\": \"检测管理\"\n});\nvar result = sprite.add(symbol);\nexport default symbol","import SpriteSymbol from \"svg-baker-runtime/browser-symbol\";\nimport sprite from \"svg-sprite-loader/runtime/browser-sprite.build\";\nvar symbol = new SpriteSymbol({\n \"id\": \"icon-home\",\n \"use\": \"icon-home-usage\",\n \"viewBox\": \"0 0 113.4 113.4\",\n \"content\": \"\\r\\n\\r\\n\\r\\n\"\n});\nvar result = sprite.add(symbol);\nexport default symbol","export * from \"-!../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_mini-css-extract-plugin@0.9.0@mini-css-extract-plugin/dist/loader.js??ref--9-oneOf-1-0!../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_css-loader@3.6.0@css-loader/dist/cjs.js??ref--9-oneOf-1-1!../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_vue-loader@15.11.1@vue-loader/lib/loaders/stylePostLoader.js!../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_postcss-loader@3.0.0@postcss-loader/src/index.js??ref--9-oneOf-1-2!../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_sass-loader@8.0.2@sass-loader/dist/cjs.js??ref--9-oneOf-1-3!../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_cache-loader@4.1.0@cache-loader/dist/cjs.js??ref--1-0!../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_vue-loader@15.11.1@vue-loader/lib/index.js??vue-loader-options!./index.vue?vue&type=style&index=0&id=15e41e3c&prod&lang=scss&scoped=true\"","import SpriteSymbol from \"svg-baker-runtime/browser-symbol\";\nimport sprite from \"svg-sprite-loader/runtime/browser-sprite.build\";\nvar symbol = new SpriteSymbol({\n \"id\": \"icon-dataAbnormal\",\n \"use\": \"icon-dataAbnormal-usage\",\n \"viewBox\": \"0 0 113.39 113.39\",\n \"content\": \"数据异常\"\n});\nvar result = sprite.add(symbol);\nexport default symbol","import SpriteSymbol from \"svg-baker-runtime/browser-symbol\";\nimport sprite from \"svg-sprite-loader/runtime/browser-sprite.build\";\nvar symbol = new SpriteSymbol({\n \"id\": \"icon-plants\",\n \"use\": \"icon-plants-usage\",\n \"viewBox\": \"0 0 113.39 113.39\",\n \"content\": \"种植管理\"\n});\nvar result = sprite.add(symbol);\nexport default symbol","import SpriteSymbol from \"svg-baker-runtime/browser-symbol\";\nimport sprite from \"svg-sprite-loader/runtime/browser-sprite.build\";\nvar symbol = new SpriteSymbol({\n \"id\": \"icon-user\",\n \"use\": \"icon-user-usage\",\n \"viewBox\": \"0 0 1024 1024\",\n \"content\": \"\"\n});\nvar result = sprite.add(symbol);\nexport default symbol","import SpriteSymbol from \"svg-baker-runtime/browser-symbol\";\nimport sprite from \"svg-sprite-loader/runtime/browser-sprite.build\";\nvar symbol = new SpriteSymbol({\n \"id\": \"icon-videoEquipment\",\n \"use\": \"icon-videoEquipment-usage\",\n \"viewBox\": \"0 0 113.39 96.23\",\n \"content\": \"监控设备\"\n});\nvar result = sprite.add(symbol);\nexport default symbol"],"sourceRoot":""} \ No newline at end of file diff --git a/src/main/resources/admin/admin/dist/js/chunk-vendors.e930c280.js b/src/main/resources/admin/admin/dist/js/chunk-vendors.e930c280.js new file mode 100644 index 0000000..aa657b6 --- /dev/null +++ b/src/main/resources/admin/admin/dist/js/chunk-vendors.e930c280.js @@ -0,0 +1,143 @@ +(window["webpackJsonp"]=window["webpackJsonp"]||[]).push([["chunk-vendors"],{"0065":function(t,e,n){"use strict";e.__esModule=!0;var i="function"===typeof Symbol&&"symbol"===typeof Symbol.iterator?function(t){return typeof t}:function(t){return t&&"function"===typeof Symbol&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t};e.isVNode=o;var r=n("3ca4");function o(t){return null!==t&&"object"===("undefined"===typeof t?"undefined":i(t))&&(0,r.hasOwn)(t,"componentOptions")}},"00f5":function(t,e,n){"use strict";var i=n("9fdb");t.exports=function(t,e,n){for(var r in e)i(t,r,e[r],n);return t}},"0106":function(t,e,n){"use strict";var i=n("6e02"),r=n("8279"),o=r.RegExp;t.exports=i((function(){var t=o("(?b)","g");return"b"!==t.exec("b").groups.a||"bc"!=="b".replace(t,"$c")}))},"0121":function(t,e,n){"use strict";var i=n("51bf"),r=0,o=function(){function t(t){this.categories=t.categories||[],this._needCollect=t.needCollect,this._deduplication=t.deduplication,this.uid=++r}return t.createByAxisModel=function(e){var n=e.option,r=n.data,o=r&&Object(i["map"])(r,a);return new t({categories:o,needCollect:!o,deduplication:!1!==n.dedplication})},t.prototype.getOrdinal=function(t){return this._getOrCreateMap().get(t)},t.prototype.parseAndCollect=function(t){var e,n=this._needCollect;if(!Object(i["isString"])(t)&&!n)return t;if(n&&!this._deduplication)return e=this.categories.length,this.categories[e]=t,e;var r=this._getOrCreateMap();return e=r.get(t),null==e&&(n?(e=this.categories.length,this.categories[e]=t,r.set(t,e)):e=NaN),e},t.prototype._getOrCreateMap=function(){return this._map||(this._map=Object(i["createHashMap"])(this.categories))},t}();function a(t){return Object(i["isObject"])(t)&&null!=t.value?t.value:t+""}e["a"]=o},"01c9":function(t,e,n){"use strict";var i=n("65b8").PROPER,r=n("9fdb"),o=n("b919"),a=n("3488"),s=n("6e02"),l=n("957d"),u="toString",c=RegExp.prototype,h=c[u],d=s((function(){return"/a/b"!==h.call({source:"a",flags:"b"})})),f=i&&h.name!==u;(d||f)&&r(c,u,(function(){var t=o(this),e=a(t.source),n=a(l(t));return"/"+e+"/"+n}),{unsafe:!0})},"01d4":function(t,e,n){"use strict";var i=n("dceb"),r=n("aac4");t.exports=function(t,e,n){try{return i(r(Object.getOwnPropertyDescriptor(t,e)[n]))}catch(o){}}},"0211":function(t,e,n){"use strict";n.d(e,"f",(function(){return l})),n.d(e,"d",(function(){return c})),n.d(e,"b",(function(){return h})),n.d(e,"e",(function(){return f})),n.d(e,"a",(function(){return g})),n.d(e,"c",(function(){return y}));var i=n("50af"),r=n("51bf"),o=".",a="___EC__COMPONENT__CONTAINER___",s="___EC__EXTENDED_CLASS___";function l(t){var e={main:"",sub:""};if(t){var n=t.split(o);e.main=n[0]||"",e.sub=n[1]||""}return e}function u(t){r["assert"](/^[a-zA-Z0-9_]+([.][a-zA-Z0-9_]+)?$/.test(t),'componentType "'+t+'" illegal')}function c(t){return!(!t||!t[s])}function h(t,e){t.$constructor=t,t.extend=function(t){var e,n=this;return d(n)?e=function(t){function e(){return t.apply(this,arguments)||this}return Object(i["a"])(e,t),e}(n):(e=function(){(t.$constructor||n).apply(this,arguments)},r["inherits"](e,this)),r["extend"](e.prototype,t),e[s]=!0,e.extend=this.extend,e.superCall=v,e.superApply=m,e.superClass=n,e}}function d(t){return r["isFunction"](t)&&/^class\s/.test(Function.prototype.toString.call(t))}function f(t,e){t.extend=e.extend}var p=Math.round(10*Math.random());function g(t){var e=["__\0is_clz",p++].join("_");t.prototype[e]=!0,t.isInstance=function(t){return!(!t||!t[e])}}function v(t,e){for(var n=[],i=2;i=e)){var n=this._store,r=n.getProvider();this._updateOrdinalMeta();var o=this._nameList,a=this._idList,s=r.getSource().sourceFormat,l=s===v["f"];if(l&&!r.pure)for(var c=[],h=t;h0},t.prototype.ensureUniqueItemVisual=function(t,e){var n=this._itemVisuals,i=n[t];i||(i=n[t]={});var r=i[e];return null==r&&(r=this.getVisual(e),c["isArray"](r)?r=r.slice():w(r)&&(r=c["extend"]({},r)),i[e]=r),r},t.prototype.setItemVisual=function(t,e,n){var i=this._itemVisuals[t]||{};this._itemVisuals[t]=i,w(e)?c["extend"](i,e):i[e]=n},t.prototype.clearAllVisual=function(){this._visual={},this._itemVisuals=[]},t.prototype.setLayout=function(t,e){w(t)?c["extend"](this._layout,t):this._layout[t]=e},t.prototype.getLayout=function(t){return this._layout[t]},t.prototype.getItemLayout=function(t){return this._itemLayouts[t]},t.prototype.setItemLayout=function(t,e,n){this._itemLayouts[t]=n?c["extend"](this._itemLayouts[t]||{},e):e},t.prototype.clearItemLayouts=function(){this._itemLayouts.length=0},t.prototype.setItemGraphicEl=function(t,e){var n=this.hostModel&&this.hostModel.seriesIndex;Object(y["b"])(n,this.dataType,t,e),this._graphicEls[t]=e},t.prototype.getItemGraphicEl=function(t){return this._graphicEls[t]},t.prototype.eachItemGraphicEl=function(t,e){c["each"](this._graphicEls,(function(n,i){n&&t&&t.call(e,n,i)}))},t.prototype.cloneShallow=function(e){return e||(e=new t(this._schema?this._schema:O(this.dimensions,this._getDimInfo,this),this.hostModel)),s(e,this),e._store=this._store,e},t.prototype.wrapMethod=function(t,e){var n=this[t];c["isFunction"](n)&&(this.__wrappedMethods=this.__wrappedMethods||[],this.__wrappedMethods.push(t),this[t]=function(){var t=n.apply(this,arguments);return e.apply(this,[t].concat(c["slice"](arguments)))})},t.internalField=function(){i=function(t){var e=t._invertedIndicesMap;c["each"](e,(function(n,i){var r=t._dimInfos[i],o=r.ordinalMeta,a=t._store;if(o){n=e[i]=new S(o.categories.length);for(var s=0;s1&&(l+="__ec__"+c),i[e]=l}}}(),t}();e["a"]=T},"02c4":function(t,e,n){"use strict";n("3255");var i=n("ac02"),r=n("81e1"),o=n("c320"),a=n("b919"),s=n("3488"),l=function(){var t=!1,e=/[ac]/;return e.exec=function(){return t=!0,/./.exec.apply(this,arguments)},!0===e.test("abc")&&t}(),u=/./.test;i({target:"RegExp",proto:!0,forced:!l},{test:function(t){var e=a(this),n=s(t),i=e.exec;if(!o(i))return r(u,e,n);var l=r(i,e,n);return null!==l&&(a(l),!0)}})},"02d6":function(t,e,n){"use strict";function i(t,e){return null==t&&(t=0),null==e&&(e=0),[t,e]}function r(t,e){return t[0]=e[0],t[1]=e[1],t}function o(t){return[t[0],t[1]]}function a(t,e,n){return t[0]=e,t[1]=n,t}function s(t,e,n){return t[0]=e[0]+n[0],t[1]=e[1]+n[1],t}function l(t,e,n,i){return t[0]=e[0]+n[0]*i,t[1]=e[1]+n[1]*i,t}function u(t,e,n){return t[0]=e[0]-n[0],t[1]=e[1]-n[1],t}function c(t){return Math.sqrt(d(t))}n.r(e),n.d(e,"create",(function(){return i})),n.d(e,"copy",(function(){return r})),n.d(e,"clone",(function(){return o})),n.d(e,"set",(function(){return a})),n.d(e,"add",(function(){return s})),n.d(e,"scaleAndAdd",(function(){return l})),n.d(e,"sub",(function(){return u})),n.d(e,"len",(function(){return c})),n.d(e,"length",(function(){return h})),n.d(e,"lenSquare",(function(){return d})),n.d(e,"lengthSquare",(function(){return f})),n.d(e,"mul",(function(){return p})),n.d(e,"div",(function(){return g})),n.d(e,"dot",(function(){return v})),n.d(e,"scale",(function(){return m})),n.d(e,"normalize",(function(){return y})),n.d(e,"distance",(function(){return b})),n.d(e,"dist",(function(){return _})),n.d(e,"distanceSquare",(function(){return x})),n.d(e,"distSquare",(function(){return w})),n.d(e,"negate",(function(){return O})),n.d(e,"lerp",(function(){return S})),n.d(e,"applyTransform",(function(){return C})),n.d(e,"min",(function(){return k})),n.d(e,"max",(function(){return j}));var h=c;function d(t){return t[0]*t[0]+t[1]*t[1]}var f=d;function p(t,e,n){return t[0]=e[0]*n[0],t[1]=e[1]*n[1],t}function g(t,e,n){return t[0]=e[0]/n[0],t[1]=e[1]/n[1],t}function v(t,e){return t[0]*e[0]+t[1]*e[1]}function m(t,e,n){return t[0]=e[0]*n,t[1]=e[1]*n,t}function y(t,e){var n=c(e);return 0===n?(t[0]=0,t[1]=0):(t[0]=e[0]/n,t[1]=e[1]/n),t}function b(t,e){return Math.sqrt((t[0]-e[0])*(t[0]-e[0])+(t[1]-e[1])*(t[1]-e[1]))}var _=b;function x(t,e){return(t[0]-e[0])*(t[0]-e[0])+(t[1]-e[1])*(t[1]-e[1])}var w=x;function O(t,e){return t[0]=-e[0],t[1]=-e[1],t}function S(t,e,n,i){return t[0]=e[0]+i*(n[0]-e[0]),t[1]=e[1]+i*(n[1]-e[1]),t}function C(t,e,n){var i=e[0],r=e[1];return t[0]=n[0]*i+n[2]*r+n[4],t[1]=n[1]*i+n[3]*r+n[5],t}function k(t,e,n){return t[0]=Math.min(e[0],n[0]),t[1]=Math.min(e[1],n[1]),t}function j(t,e,n){return t[0]=Math.max(e[0],n[0]),t[1]=Math.max(e[1],n[1]),t}},"033a":function(t,e,n){"use strict";var i=n("81e1"),r=n("604c"),o=n("b919"),a=n("aded"),s=n("e04e"),l=n("e847"),u=n("3488"),c=n("126d"),h=n("de82");r("search",(function(t,e,n){return[function(e){var n=s(this),r=a(e)?void 0:c(e,t);return r?i(r,e,n):new RegExp(e)[t](u(n))},function(t){var i=o(this),r=u(t),a=n(e,i,r);if(a.done)return a.value;var s=i.lastIndex;l(s,0)||(i.lastIndex=0);var c=h(i,r);return l(i.lastIndex,s)||(i.lastIndex=s),null===c?-1:c.index}]}))},"03d1":function(t,e){var n=0,i=Math.random();t.exports=function(t){return"Symbol(".concat(void 0===t?"":t,")_",(++n+i).toString(36))}},"042e":function(t,e,n){"use strict";var i=n("91b2"),r=TypeError;t.exports=function(t,e){if(i(e,t))return t;throw new r("Incorrect invocation")}},"053a":function(t,e){var n={}.toString;t.exports=Array.isArray||function(t){return"[object Array]"==n.call(t)}},"0590":function(t,e,n){"use strict";var i,r,o=n("8279"),a=n("278d"),s=o.process,l=o.Deno,u=s&&s.versions||l&&l.version,c=u&&u.v8;c&&(i=c.split("."),r=i[0]>0&&i[0]<4?1:+(i[0]+i[1])),!r&&a&&(i=a.match(/Edge\/(\d+)/),(!i||i[1]>=74)&&(i=a.match(/Chrome\/(\d+)/),i&&(r=+i[1]))),t.exports=r},"0594":function(t,e,n){"use strict";n.d(e,"a",(function(){return l}));var i=n("51bf"),r=n("f305");function o(t){if(!t.UTF8Encoding)return t;var e=t,n=e.UTF8Scale;null==n&&(n=1024);var r=e.features;return i["each"](r,(function(t){var e=t.geometry,r=e.encodeOffsets,o=e.coordinates;if(r)switch(e.type){case"LineString":e.coordinates=s(o,r,n);break;case"Polygon":a(o,r,n);break;case"MultiLineString":a(o,r,n);break;case"MultiPolygon":i["each"](o,(function(t,e){return a(t,r[e],n)}))}})),e.UTF8Encoding=!1,e}function a(t,e,n){for(var i=0;i>1^-(1&s),l=l>>1^-(1&l),s+=r,l+=o,r=s,o=l,i.push([s/n,l/n])}return i}function l(t,e){return t=o(t),i["map"](i["filter"](t.features,(function(t){return t.geometry&&t.properties&&t.geometry.coordinates.length>0})),(function(t){var n=t.properties,o=t.geometry,a=[];switch(o.type){case"Polygon":var s=o.coordinates;a.push(new r["b"](s[0],s.slice(1)));break;case"MultiPolygon":i["each"](o.coordinates,(function(t){t[0]&&a.push(new r["b"](t[0],t.slice(1)))}));break;case"LineString":a.push(new r["a"]([o.coordinates]));break;case"MultiLineString":a.push(new r["a"](o.coordinates))}var l=new r["c"](n[e||"name"],a,n.cp);return l.properties=n,l}))}},"05b5":function(t,e,n){"use strict";var i=n("dceb"),r=n("6e02"),o=n("8b2d"),a=Object,s=i("".split);t.exports=r((function(){return!a("z").propertyIsEnumerable(0)}))?function(t){return"String"===o(t)?s(t,""):a(t)}:a},"05e5":function(t,e,n){"use strict";function i(t,e,n){switch(n){case"color":var i=t.getItemVisual(e,"style");return i[t.getVisual("drawType")];case"opacity":return t.getItemVisual(e,"style").opacity;case"symbol":case"symbolSize":case"liftZ":return t.getItemVisual(e,n);default:0}}function r(t,e){switch(e){case"color":var n=t.getVisual("style");return n[t.getVisual("drawType")];case"opacity":return t.getVisual("style").opacity;case"symbol":case"symbolSize":case"liftZ":return t.getVisual(e);default:0}}function o(t,e,n,i){switch(n){case"color":var r=t.ensureUniqueItemVisual(e,"style");r[t.getVisual("drawType")]=i,t.setItemVisual(e,"colorFromPalette",!1);break;case"opacity":t.ensureUniqueItemVisual(e,"style").opacity=i;break;case"symbol":case"symbolSize":case"liftZ":t.setItemVisual(e,n,i);break;default:0}}n.d(e,"a",(function(){return i})),n.d(e,"b",(function(){return r})),n.d(e,"c",(function(){return o}))},"0699":function(t,e,n){"use strict";var i=n("ac02"),r=n("dceb"),o=n("aac4"),a=n("68d0"),s=n("8b7a"),l=n("f71c"),u=n("3488"),c=n("6e02"),h=n("28ad"),d=n("b07e"),f=n("a998"),p=n("a5d8"),g=n("0590"),v=n("b77d"),m=[],y=r(m.sort),b=r(m.push),_=c((function(){m.sort(void 0)})),x=c((function(){m.sort(null)})),w=d("sort"),O=!c((function(){if(g)return g<70;if(!(f&&f>3)){if(p)return!0;if(v)return v<603;var t,e,n,i,r="";for(t=65;t<76;t++){switch(e=String.fromCharCode(t),t){case 66:case 69:case 70:case 72:n=3;break;case 68:case 71:n=4;break;default:n=2}for(i=0;i<47;i++)m.push({k:e+i,v:n})}for(m.sort((function(t,e){return e.v-t.v})),i=0;iu(n)?1:-1}};i({target:"Array",proto:!0,forced:S},{sort:function(t){void 0!==t&&o(t);var e=a(this);if(O)return void 0===t?y(e):y(e,t);var n,i,r=[],u=s(e);for(i=0;i=e.length)return t.target=null,u(void 0,!0);switch(t.kind){case"keys":return u(n,!1);case"values":return u(e[n],!1)}return u([n,e[n]],!1)}),"values");var g=o.Arguments=o.Array;if(r("keys"),r("values"),r("entries"),!c&&h&&"values"!==g.name)try{s(g,"name",{value:"values"})}catch(v){}},"0942":function(t,e,n){"use strict";var i=n("3629"),r=n("7891"),o=10,a=40,s=800;function l(t){var e=0,n=0,i=0,r=0;return"detail"in t&&(n=t.detail),"wheelDelta"in t&&(n=-t.wheelDelta/120),"wheelDeltaY"in t&&(n=-t.wheelDeltaY/120),"wheelDeltaX"in t&&(e=-t.wheelDeltaX/120),"axis"in t&&t.axis===t.HORIZONTAL_AXIS&&(e=n,n=0),i=e*o,r=n*o,"deltaY"in t&&(r=t.deltaY),"deltaX"in t&&(i=t.deltaX),(i||r)&&t.deltaMode&&(1==t.deltaMode?(i*=a,r*=a):(i*=s,r*=s)),i&&!e&&(e=i<1?-1:1),r&&!n&&(n=r<1?-1:1),{spinX:e,spinY:n,pixelX:i,pixelY:r}}l.getEventType=function(){return i.firefox()?"DOMMouseScroll":r("wheel")?"wheel":"mousewheel"},t.exports=l},"09d9":function(t,e,n){"use strict";var i=n("b7bc");t.exports=i&&!!Symbol["for"]&&!!Symbol.keyFor},"09ef":function(t,e,n){"use strict";e.__esModule=!0;var i=n("37f0"),r=l(i),o=n("c6f4"),a=l(o),s="function"===typeof a.default&&"symbol"===typeof r.default?function(t){return typeof t}:function(t){return t&&"function"===typeof a.default&&t.constructor===a.default&&t!==a.default.prototype?"symbol":typeof t};function l(t){return t&&t.__esModule?t:{default:t}}e.default="function"===typeof a.default&&"symbol"===s(r.default)?function(t){return"undefined"===typeof t?"undefined":s(t)}:function(t){return t&&"function"===typeof a.default&&t.constructor===a.default&&t!==a.default.prototype?"symbol":"undefined"===typeof t?"undefined":s(t)}},"0a34":function(t,e,n){var i=n("99ea")("wks"),r=n("03d1"),o=n("2291").Symbol,a="function"==typeof o,s=t.exports=function(t){return i[t]||(i[t]=a&&o[t]||(a?o:r)("Symbol."+t))};s.store=i},"0a90":function(t,e){t.exports=!0},"0ac5":function(t,e){var n=Math.ceil,i=Math.floor;t.exports=function(t){return isNaN(t=+t)?0:(t>0?i:n)(t)}},"0b03":function(t,e,n){"use strict";function i(t,e){for(var n in e)t[n]=e[n];return t}n.d(e,"a",(function(){return we}));var r=/[!'()*]/g,o=function(t){return"%"+t.charCodeAt(0).toString(16)},a=/%2C/g,s=function(t){return encodeURIComponent(t).replace(r,o).replace(a,",")};function l(t){try{return decodeURIComponent(t)}catch(e){0}return t}function u(t,e,n){void 0===e&&(e={});var i,r=n||h;try{i=r(t||"")}catch(s){i={}}for(var o in e){var a=e[o];i[o]=Array.isArray(a)?a.map(c):c(a)}return i}var c=function(t){return null==t||"object"===typeof t?t:String(t)};function h(t){var e={};return t=t.trim().replace(/^(\?|#|&)/,""),t?(t.split("&").forEach((function(t){var n=t.replace(/\+/g," ").split("="),i=l(n.shift()),r=n.length>0?l(n.join("=")):null;void 0===e[i]?e[i]=r:Array.isArray(e[i])?e[i].push(r):e[i]=[e[i],r]})),e):e}function d(t){var e=t?Object.keys(t).map((function(e){var n=t[e];if(void 0===n)return"";if(null===n)return s(e);if(Array.isArray(n)){var i=[];return n.forEach((function(t){void 0!==t&&(null===t?i.push(s(e)):i.push(s(e)+"="+s(t)))})),i.join("&")}return s(e)+"="+s(n)})).filter((function(t){return t.length>0})).join("&"):null;return e?"?"+e:""}var f=/\/?$/;function p(t,e,n,i){var r=i&&i.options.stringifyQuery,o=e.query||{};try{o=g(o)}catch(s){}var a={name:e.name||t&&t.name,meta:t&&t.meta||{},path:e.path||"/",hash:e.hash||"",query:o,params:e.params||{},fullPath:y(e,r),matched:t?m(t):[]};return n&&(a.redirectedFrom=y(n,r)),Object.freeze(a)}function g(t){if(Array.isArray(t))return t.map(g);if(t&&"object"===typeof t){var e={};for(var n in t)e[n]=g(t[n]);return e}return t}var v=p(null,{path:"/"});function m(t){var e=[];while(t)e.unshift(t),t=t.parent;return e}function y(t,e){var n=t.path,i=t.query;void 0===i&&(i={});var r=t.hash;void 0===r&&(r="");var o=e||d;return(n||"/")+o(i)+r}function b(t,e,n){return e===v?t===e:!!e&&(t.path&&e.path?t.path.replace(f,"")===e.path.replace(f,"")&&(n||t.hash===e.hash&&_(t.query,e.query)):!(!t.name||!e.name)&&(t.name===e.name&&(n||t.hash===e.hash&&_(t.query,e.query)&&_(t.params,e.params))))}function _(t,e){if(void 0===t&&(t={}),void 0===e&&(e={}),!t||!e)return t===e;var n=Object.keys(t).sort(),i=Object.keys(e).sort();return n.length===i.length&&n.every((function(n,r){var o=t[n],a=i[r];if(a!==n)return!1;var s=e[n];return null==o||null==s?o===s:"object"===typeof o&&"object"===typeof s?_(o,s):String(o)===String(s)}))}function x(t,e){return 0===t.path.replace(f,"/").indexOf(e.path.replace(f,"/"))&&(!e.hash||t.hash===e.hash)&&w(t.query,e.query)}function w(t,e){for(var n in e)if(!(n in t))return!1;return!0}function O(t){for(var e=0;e=0&&(e=t.slice(i),t=t.slice(0,i));var r=t.indexOf("?");return r>=0&&(n=t.slice(r+1),t=t.slice(0,r)),{path:t,query:n,hash:e}}function T(t){return t.replace(/\/(?:\s*\/)+/g,"/")}var A=Array.isArray||function(t){return"[object Array]"==Object.prototype.toString.call(t)},I=K,E=R,D=$,P=z,L=X,N=new RegExp(["(\\\\.)","([\\/.])?(?:(?:\\:(\\w+)(?:\\(((?:\\\\.|[^\\\\()])+)\\))?|\\(((?:\\\\.|[^\\\\()])+)\\))([+*?])?|(\\*))"].join("|"),"g");function R(t,e){var n,i=[],r=0,o=0,a="",s=e&&e.delimiter||"/";while(null!=(n=N.exec(t))){var l=n[0],u=n[1],c=n.index;if(a+=t.slice(o,c),o=c+l.length,u)a+=u[1];else{var h=t[o],d=n[2],f=n[3],p=n[4],g=n[5],v=n[6],m=n[7];a&&(i.push(a),a="");var y=null!=d&&null!=h&&h!==d,b="+"===v||"*"===v,_="?"===v||"*"===v,x=n[2]||s,w=p||g;i.push({name:f||r++,prefix:d||"",delimiter:x,optional:_,repeat:b,partial:y,asterisk:!!m,pattern:w?H(w):m?".*":"[^"+V(x)+"]+?"})}}return o1||!S.length)return 0===S.length?t():t("span",{},S)}if("a"===this.tag)O.on=w,O.attrs={href:l,"aria-current":y};else{var C=at(this.$slots.default);if(C){C.isStatic=!1;var k=C.data=i({},C.data);for(var j in k.on=k.on||{},k.on){var M=k.on[j];j in w&&(k.on[j]=Array.isArray(M)?M:[M])}for(var T in w)T in k.on?k.on[T].push(w[T]):k.on[T]=_;var A=C.data.attrs=i({},C.data.attrs);A.href=l,A["aria-current"]=y}else O.on=w}return t(this.tag,O,this.$slots.default)}};function ot(t){if(!(t.metaKey||t.altKey||t.ctrlKey||t.shiftKey)&&!t.defaultPrevented&&(void 0===t.button||0===t.button)){if(t.currentTarget&&t.currentTarget.getAttribute){var e=t.currentTarget.getAttribute("target");if(/\b_blank\b/i.test(e))return}return t.preventDefault&&t.preventDefault(),!0}}function at(t){if(t)for(var e,n=0;n-1&&(s.params[h]=n.params[h]);return s.path=J(u.path,s.params,'named route "'+l+'"'),d(u,s,a)}if(s.path){s.params={};for(var f=0;f-1}function Gt(t,e){return Wt(t)&&t._isRouter&&(null==e||t.type===e)}function Ut(t,e,n){var i=function(r){r>=t.length?n():t[r]?e(t[r],(function(){i(r+1)})):i(r+1)};i(0)}function Yt(t){return function(e,n,i){var r=!1,o=0,a=null;Xt(t,(function(t,e,n,s){if("function"===typeof t&&void 0===t.cid){r=!0,o++;var l,u=Qt((function(e){Jt(e)&&(e=e.default),t.resolved="function"===typeof e?e:tt.extend(e),n.components[s]=e,o--,o<=0&&i()})),c=Qt((function(t){var e="Failed to resolve async component "+s+": "+t;a||(a=Wt(t)?t:new Error(e),i(a))}));try{l=t(u,c)}catch(d){c(d)}if(l)if("function"===typeof l.then)l.then(u,c);else{var h=l.component;h&&"function"===typeof h.then&&h.then(u,c)}}})),r||i()}}function Xt(t,e){return Kt(t.map((function(t){return Object.keys(t.components).map((function(n){return e(t.components[n],t.instances[n],t,n)}))})))}function Kt(t){return Array.prototype.concat.apply([],t)}var Zt="function"===typeof Symbol&&"symbol"===typeof Symbol.toStringTag;function Jt(t){return t.__esModule||Zt&&"Module"===t[Symbol.toStringTag]}function Qt(t){var e=!1;return function(){var n=[],i=arguments.length;while(i--)n[i]=arguments[i];if(!e)return e=!0,t.apply(this,n)}}var te=function(t,e){this.router=t,this.base=ee(e),this.current=v,this.pending=null,this.ready=!1,this.readyCbs=[],this.readyErrorCbs=[],this.errorCbs=[],this.listeners=[]};function ee(t){if(!t)if(lt){var e=document.querySelector("base");t=e&&e.getAttribute("href")||"/",t=t.replace(/^https?:\/\/[^\/]+/,"")}else t="/";return"/"!==t.charAt(0)&&(t="/"+t),t.replace(/\/$/,"")}function ne(t,e){var n,i=Math.max(t.length,e.length);for(n=0;n0)){var e=this.router,n=e.options.scrollBehavior,i=Pt&&n;i&&this.listeners.push(wt());var r=function(){var n=t.current,r=he(t.base);t.current===v&&r===t._startLocation||t.transitionTo(r,(function(t){i&&Ot(e,t,n,!0)}))};window.addEventListener("popstate",r),this.listeners.push((function(){window.removeEventListener("popstate",r)}))}},e.prototype.go=function(t){window.history.go(t)},e.prototype.push=function(t,e,n){var i=this,r=this,o=r.current;this.transitionTo(t,(function(t){Lt(T(i.base+t.fullPath)),Ot(i.router,t,o,!1),e&&e(t)}),n)},e.prototype.replace=function(t,e,n){var i=this,r=this,o=r.current;this.transitionTo(t,(function(t){Nt(T(i.base+t.fullPath)),Ot(i.router,t,o,!1),e&&e(t)}),n)},e.prototype.ensureURL=function(t){if(he(this.base)!==this.current.fullPath){var e=T(this.base+this.current.fullPath);t?Lt(e):Nt(e)}},e.prototype.getCurrentLocation=function(){return he(this.base)},e}(te);function he(t){var e=window.location.pathname,n=e.toLowerCase(),i=t.toLowerCase();return!t||n!==i&&0!==n.indexOf(T(i+"/"))||(e=e.slice(t.length)),(e||"/")+window.location.search+window.location.hash}var de=function(t){function e(e,n,i){t.call(this,e,n),i&&fe(this.base)||pe()}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype.setupListeners=function(){var t=this;if(!(this.listeners.length>0)){var e=this.router,n=e.options.scrollBehavior,i=Pt&&n;i&&this.listeners.push(wt());var r=function(){var e=t.current;pe()&&t.transitionTo(ge(),(function(n){i&&Ot(t.router,n,e,!0),Pt||ye(n.fullPath)}))},o=Pt?"popstate":"hashchange";window.addEventListener(o,r),this.listeners.push((function(){window.removeEventListener(o,r)}))}},e.prototype.push=function(t,e,n){var i=this,r=this,o=r.current;this.transitionTo(t,(function(t){me(t.fullPath),Ot(i.router,t,o,!1),e&&e(t)}),n)},e.prototype.replace=function(t,e,n){var i=this,r=this,o=r.current;this.transitionTo(t,(function(t){ye(t.fullPath),Ot(i.router,t,o,!1),e&&e(t)}),n)},e.prototype.go=function(t){window.history.go(t)},e.prototype.ensureURL=function(t){var e=this.current.fullPath;ge()!==e&&(t?me(e):ye(e))},e.prototype.getCurrentLocation=function(){return ge()},e}(te);function fe(t){var e=he(t);if(!/^\/#/.test(e))return window.location.replace(T(t+"/#"+e)),!0}function pe(){var t=ge();return"/"===t.charAt(0)||(ye("/"+t),!1)}function ge(){var t=window.location.href,e=t.indexOf("#");return e<0?"":(t=t.slice(e+1),t)}function ve(t){var e=window.location.href,n=e.indexOf("#"),i=n>=0?e.slice(0,n):e;return i+"#"+t}function me(t){Pt?Lt(ve(t)):window.location.hash=t}function ye(t){Pt?Nt(ve(t)):window.location.replace(ve(t))}var be=function(t){function e(e,n){t.call(this,e,n),this.stack=[],this.index=-1}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype.push=function(t,e,n){var i=this;this.transitionTo(t,(function(t){i.stack=i.stack.slice(0,i.index+1).concat(t),i.index++,e&&e(t)}),n)},e.prototype.replace=function(t,e,n){var i=this;this.transitionTo(t,(function(t){i.stack=i.stack.slice(0,i.index).concat(t),e&&e(t)}),n)},e.prototype.go=function(t){var e=this,n=this.index+t;if(!(n<0||n>=this.stack.length)){var i=this.stack[n];this.confirmTransition(i,(function(){var t=e.current;e.index=n,e.updateRoute(i),e.router.afterHooks.forEach((function(e){e&&e(i,t)}))}),(function(t){Gt(t,Rt.duplicated)&&(e.index=n)}))}},e.prototype.getCurrentLocation=function(){var t=this.stack[this.stack.length-1];return t?t.fullPath:"/"},e.prototype.ensureURL=function(){},e}(te),_e=function(t){void 0===t&&(t={}),this.app=null,this.apps=[],this.options=t,this.beforeHooks=[],this.resolveHooks=[],this.afterHooks=[],this.matcher=ft(t.routes||[],this);var e=t.mode||"hash";switch(this.fallback="history"===e&&!Pt&&!1!==t.fallback,this.fallback&&(e="hash"),lt||(e="abstract"),this.mode=e,e){case"history":this.history=new ce(this,t.base);break;case"hash":this.history=new de(this,t.base,this.fallback);break;case"abstract":this.history=new be(this,t.base);break;default:0}},xe={currentRoute:{configurable:!0}};_e.prototype.match=function(t,e,n){return this.matcher.match(t,e,n)},xe.currentRoute.get=function(){return this.history&&this.history.current},_e.prototype.init=function(t){var e=this;if(this.apps.push(t),t.$once("hook:destroyed",(function(){var n=e.apps.indexOf(t);n>-1&&e.apps.splice(n,1),e.app===t&&(e.app=e.apps[0]||null),e.app||e.history.teardown()})),!this.app){this.app=t;var n=this.history;if(n instanceof ce||n instanceof de){var i=function(t){var i=n.current,r=e.options.scrollBehavior,o=Pt&&r;o&&"fullPath"in t&&Ot(e,t,i,!1)},r=function(t){n.setupListeners(),i(t)};n.transitionTo(n.getCurrentLocation(),r,r)}n.listen((function(t){e.apps.forEach((function(e){e._route=t}))}))}},_e.prototype.beforeEach=function(t){return Oe(this.beforeHooks,t)},_e.prototype.beforeResolve=function(t){return Oe(this.resolveHooks,t)},_e.prototype.afterEach=function(t){return Oe(this.afterHooks,t)},_e.prototype.onReady=function(t,e){this.history.onReady(t,e)},_e.prototype.onError=function(t){this.history.onError(t)},_e.prototype.push=function(t,e,n){var i=this;if(!e&&!n&&"undefined"!==typeof Promise)return new Promise((function(e,n){i.history.push(t,e,n)}));this.history.push(t,e,n)},_e.prototype.replace=function(t,e,n){var i=this;if(!e&&!n&&"undefined"!==typeof Promise)return new Promise((function(e,n){i.history.replace(t,e,n)}));this.history.replace(t,e,n)},_e.prototype.go=function(t){this.history.go(t)},_e.prototype.back=function(){this.go(-1)},_e.prototype.forward=function(){this.go(1)},_e.prototype.getMatchedComponents=function(t){var e=t?t.matched?t:this.resolve(t).route:this.currentRoute;return e?[].concat.apply([],e.matched.map((function(t){return Object.keys(t.components).map((function(e){return t.components[e]}))}))):[]},_e.prototype.resolve=function(t,e,n){e=e||this.history.current;var i=Q(t,e,n,this),r=this.match(i,e),o=r.redirectedFrom||r.fullPath,a=this.history.base,s=Se(a,o,this.mode);return{location:i,route:r,href:s,normalizedTo:i,resolved:r}},_e.prototype.getRoutes=function(){return this.matcher.getRoutes()},_e.prototype.addRoute=function(t,e){this.matcher.addRoute(t,e),this.history.current!==v&&this.history.transitionTo(this.history.getCurrentLocation())},_e.prototype.addRoutes=function(t){this.matcher.addRoutes(t),this.history.current!==v&&this.history.transitionTo(this.history.getCurrentLocation())},Object.defineProperties(_e.prototype,xe);var we=_e;function Oe(t,e){return t.push(e),function(){var n=t.indexOf(e);n>-1&&t.splice(n,1)}}function Se(t,e,n){var i="hash"===n?"#"+e:e;return t?T(t+"/"+i):i}_e.install=st,_e.version="3.6.5",_e.isNavigationFailure=Gt,_e.NavigationFailureType=Rt,_e.START_LOCATION=v,lt&&window.Vue&&window.Vue.use(_e)},"0b73":function(t,e,n){"use strict";n.d(e,"e",(function(){return l})),n.d(e,"b",(function(){return u})),n.d(e,"c",(function(){return c})),n.d(e,"a",(function(){return h})),n.d(e,"d",(function(){return d})),n.d(e,"f",(function(){return m}));var i=n("51bf"),r=n("6742"),o=n("dbbe"),a=n("2603"),s=function(){function t(t){this.data=t.data||(t.sourceFormat===r["d"]?{}:[]),this.sourceFormat=t.sourceFormat||r["h"],this.seriesLayoutBy=t.seriesLayoutBy||r["a"],this.startIndex=t.startIndex||0,this.dimensionsDetectedCount=t.dimensionsDetectedCount,this.metaRawOption=t.metaRawOption;var e=this.dimensionsDefine=t.dimensionsDefine;if(e)for(var n=0;n>>0,1)},emit:function(e,n){(t[e]||[]).map((function(t){t(n)})),(t["*"]||[]).map((function(t){t(e,n)}))}}}var r=t((function(t,e){var n={svg:{name:"xmlns",uri:"http://www.w3.org/2000/svg"},xlink:{name:"xmlns:xlink",uri:"http://www.w3.org/1999/xlink"}};e.default=n,t.exports=e.default})),o=function(t){return Object.keys(t).map((function(e){var n=t[e].toString().replace(/"/g,""");return e+'="'+n+'"'})).join(" ")},a=r.svg,s=r.xlink,l={};l[a.name]=a.uri,l[s.name]=s.uri;var u,c=function(t,e){void 0===t&&(t="");var i=n(l,e||{}),r=o(i);return""+t+""},h=r.svg,d=r.xlink,f={attrs:(u={style:["position: absolute","width: 0","height: 0"].join("; ")},u[h.name]=h.uri,u[d.name]=d.uri,u)},p=function(t){this.config=n(f,t||{}),this.symbols=[]};p.prototype.add=function(t){var e=this,n=e.symbols,i=this.find(t.id);return i?(n[n.indexOf(i)]=t,!1):(n.push(t),!0)},p.prototype.remove=function(t){var e=this,n=e.symbols,i=this.find(t);return!!i&&(n.splice(n.indexOf(i),1),i.destroy(),!0)},p.prototype.find=function(t){return this.symbols.filter((function(e){return e.id===t}))[0]||null},p.prototype.has=function(t){return null!==this.find(t)},p.prototype.stringify=function(){var t=this.config,e=t.attrs,n=this.symbols.map((function(t){return t.stringify()})).join("");return c(n,e)},p.prototype.toString=function(){return this.stringify()},p.prototype.destroy=function(){this.symbols.forEach((function(t){return t.destroy()}))};var g=function(t){var e=t.id,n=t.viewBox,i=t.content;this.id=e,this.viewBox=n,this.content=i};g.prototype.stringify=function(){return this.content},g.prototype.toString=function(){return this.stringify()},g.prototype.destroy=function(){var t=this;["id","viewBox","content"].forEach((function(e){return delete t[e]}))};var v=function(t){var e=!!document.importNode,n=(new DOMParser).parseFromString(t,"image/svg+xml").documentElement;return e?document.importNode(n,!0):n},m=function(t){function e(){t.apply(this,arguments)}t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e;var n={isMounted:{}};return n.isMounted.get=function(){return!!this.node},e.createFromExistingNode=function(t){return new e({id:t.getAttribute("id"),viewBox:t.getAttribute("viewBox"),content:t.outerHTML})},e.prototype.destroy=function(){this.isMounted&&this.unmount(),t.prototype.destroy.call(this)},e.prototype.mount=function(t){if(this.isMounted)return this.node;var e="string"===typeof t?document.querySelector(t):t,n=this.render();return this.node=n,e.appendChild(n),n},e.prototype.render=function(){var t=this.stringify();return v(c(t)).childNodes[0]},e.prototype.unmount=function(){this.node.parentNode.removeChild(this.node)},Object.defineProperties(e.prototype,n),e}(g),y={autoConfigure:!0,mountTo:"body",syncUrlsWithBaseTag:!1,listenLocationChangeEvent:!0,locationChangeEvent:"locationChange",locationChangeAngularEmitter:!1,usagesToUpdate:"use[*|href]",moveGradientsOutsideSymbol:!1},b=function(t){return Array.prototype.slice.call(t,0)},_=navigator.userAgent,x={isChrome:/chrome/i.test(_),isFirefox:/firefox/i.test(_),isIE:/msie/i.test(_)||/trident/i.test(_),isEdge:/edge/i.test(_)},w=function(t,e){var n=document.createEvent("CustomEvent");n.initCustomEvent(t,!1,!1,e),window.dispatchEvent(n)},O=function(t){var e=[];return b(t.querySelectorAll("style")).forEach((function(t){t.textContent+="",e.push(t)})),e},S=function(t){return(t||window.location.href).split("#")[0]},C=function(t){angular.module("ng").run(["$rootScope",function(e){e.$on("$locationChangeSuccess",(function(e,n,i){w(t,{oldUrl:i,newUrl:n})}))}])},k="linearGradient, radialGradient, pattern",j=function(t,e){return void 0===e&&(e=k),b(t.querySelectorAll("symbol")).forEach((function(t){b(t.querySelectorAll(e)).forEach((function(e){t.parentNode.insertBefore(e,t)}))})),t};function M(t,e){var n=b(t).reduce((function(t,n){if(!n.attributes)return t;var i=b(n.attributes),r=e?i.filter(e):i;return t.concat(r)}),[]);return n}var T=r.xlink.uri,A="xlink:href",I=/[{}|\\\^\[\]`"<>]/g;function E(t){return t.replace(I,(function(t){return"%"+t[0].charCodeAt(0).toString(16).toUpperCase()}))}function D(t,e,n){return b(t).forEach((function(t){var i=t.getAttribute(A);if(i&&0===i.indexOf(e)){var r=i.replace(e,n);t.setAttributeNS(T,A,r)}})),t}var P,L=["clipPath","colorProfile","src","cursor","fill","filter","marker","markerStart","markerMid","markerEnd","mask","stroke","style"],N=L.map((function(t){return"["+t+"]"})).join(","),R=function(t,e,n,i){var r=E(n),o=E(i),a=t.querySelectorAll(N),s=M(a,(function(t){var e=t.localName,n=t.value;return-1!==L.indexOf(e)&&-1!==n.indexOf("url("+r)}));s.forEach((function(t){return t.value=t.value.replace(r,o)})),D(e,r,o)},$={MOUNT:"mount",SYMBOL_MOUNT:"symbol_mount"},B=function(t){function e(e){var r=this;void 0===e&&(e={}),t.call(this,n(y,e));var o=i();this._emitter=o,this.node=null;var a=this,s=a.config;if(s.autoConfigure&&this._autoConfigure(e),s.syncUrlsWithBaseTag){var l=document.getElementsByTagName("base")[0].getAttribute("href");o.on($.MOUNT,(function(){return r.updateUrls("#",l)}))}var u=this._handleLocationChange.bind(this);this._handleLocationChange=u,s.listenLocationChangeEvent&&window.addEventListener(s.locationChangeEvent,u),s.locationChangeAngularEmitter&&C(s.locationChangeEvent),o.on($.MOUNT,(function(t){s.moveGradientsOutsideSymbol&&j(t)})),o.on($.SYMBOL_MOUNT,(function(t){s.moveGradientsOutsideSymbol&&j(t.parentNode),(x.isIE||x.isEdge)&&O(t)}))}t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e;var r={isMounted:{}};return r.isMounted.get=function(){return!!this.node},e.prototype._autoConfigure=function(t){var e=this,n=e.config;"undefined"===typeof t.syncUrlsWithBaseTag&&(n.syncUrlsWithBaseTag="undefined"!==typeof document.getElementsByTagName("base")[0]),"undefined"===typeof t.locationChangeAngularEmitter&&(n.locationChangeAngularEmitter="angular"in window),"undefined"===typeof t.moveGradientsOutsideSymbol&&(n.moveGradientsOutsideSymbol=x.isFirefox)},e.prototype._handleLocationChange=function(t){var e=t.detail,n=e.oldUrl,i=e.newUrl;this.updateUrls(n,i)},e.prototype.add=function(e){var n=this,i=t.prototype.add.call(this,e);return this.isMounted&&i&&(e.mount(n.node),this._emitter.emit($.SYMBOL_MOUNT,e.node)),i},e.prototype.attach=function(t){var e=this,n=this;if(n.isMounted)return n.node;var i="string"===typeof t?document.querySelector(t):t;return n.node=i,this.symbols.forEach((function(t){t.mount(n.node),e._emitter.emit($.SYMBOL_MOUNT,t.node)})),b(i.querySelectorAll("symbol")).forEach((function(t){var e=m.createFromExistingNode(t);e.node=t,n.add(e)})),this._emitter.emit($.MOUNT,i),i},e.prototype.destroy=function(){var t=this,e=t.config,n=t.symbols,i=t._emitter;n.forEach((function(t){return t.destroy()})),i.off("*"),window.removeEventListener(e.locationChangeEvent,this._handleLocationChange),this.isMounted&&this.unmount()},e.prototype.mount=function(t,e){void 0===t&&(t=this.config.mountTo),void 0===e&&(e=!1);var n=this;if(n.isMounted)return n.node;var i="string"===typeof t?document.querySelector(t):t,r=n.render();return this.node=r,e&&i.childNodes[0]?i.insertBefore(r,i.childNodes[0]):i.appendChild(r),this._emitter.emit($.MOUNT,r),r},e.prototype.render=function(){return v(this.stringify())},e.prototype.unmount=function(){this.node.parentNode.removeChild(this.node)},e.prototype.updateUrls=function(t,e){if(!this.isMounted)return!1;var n=document.querySelectorAll(this.config.usagesToUpdate);return R(this.node,n,S(t)+"#",S(e)+"#"),!0},Object.defineProperties(e.prototype,r),e}(p),F=t((function(t){ +/*! + * domready (c) Dustin Diaz 2014 - License MIT + */ +!function(e,n){t.exports=n()}(0,(function(){var t,e=[],n=document,i=n.documentElement.doScroll,r="DOMContentLoaded",o=(i?/^loaded|^c/:/^loaded|^i|^c/).test(n.readyState);return o||n.addEventListener(r,t=function(){n.removeEventListener(r,t),o=1;while(t=e.shift())t()}),function(t){o?setTimeout(t,0):e.push(t)}}))})),z="__SVG_SPRITE_NODE__",V="__SVG_SPRITE__",H=!!window[V];H?P=window[V]:(P=new B({attrs:{id:z}}),window[V]=P);var q=function(){var t=document.getElementById(z);t?P.attach(t):P.mount(document.body,!0)};document.body?q():F(q);var W=P;return W}))}).call(this,n("a40a"))},"0b90":function(t,e,n){var i=n("9675");t.exports=function(t,e){if(!i(t))return t;var n,r;if(e&&"function"==typeof(n=t.toString)&&!i(r=n.call(t)))return r;if("function"==typeof(n=t.valueOf)&&!i(r=n.call(t)))return r;if(!e&&"function"==typeof(n=t.toString)&&!i(r=n.call(t)))return r;throw TypeError("Can't convert object to primitive value")}},"0c10":function(t,e,n){"use strict";var i=function(){function t(t){this.value=t}return t}(),r=function(){function t(){this._len=0}return t.prototype.insert=function(t){var e=new i(t);return this.insertEntry(e),e},t.prototype.insertEntry=function(t){this.head?(this.tail.next=t,t.prev=this.tail,t.next=null,this.tail=t):this.head=this.tail=t,this._len++},t.prototype.remove=function(t){var e=t.prev,n=t.next;e?e.next=n:this.head=n,n?n.prev=e:this.tail=e,t.next=t.prev=null,this._len--},t.prototype.len=function(){return this._len},t.prototype.clear=function(){this.head=this.tail=null,this._len=0},t}(),o=function(){function t(t){this._list=new r,this._maxSize=10,this._map={},this._maxSize=t}return t.prototype.put=function(t,e){var n=this._list,r=this._map,o=null;if(null==r[t]){var a=n.len(),s=this._lastRemovedEntry;if(a>=this._maxSize&&a>0){var l=n.head;n.remove(l),delete r[l.key],o=l.value,this._lastRemovedEntry=l}s?s.value=e:s=new i(e),s.key=t,n.insertEntry(s),r[t]=s}return o},t.prototype.get=function(t){var e=this._map[t],n=this._list;if(null!=e)return e!==n.tail&&(n.remove(e),n.insertEntry(e)),e.value},t.prototype.clear=function(){this._list.clear(),this._map={}},t.prototype.len=function(){return this._list.len()},t}();e["a"]=o},"0c11":function(t,e,n){"use strict";e.__esModule=!0,e.PopupManager=void 0;var i=n("56ac"),r=d(i),o=n("a4ed"),a=d(o),s=n("d620"),l=d(s),u=n("322d"),c=d(u),h=n("8d5f");function d(t){return t&&t.__esModule?t:{default:t}}var f=1,p=void 0;e.default={props:{visible:{type:Boolean,default:!1},openDelay:{},closeDelay:{},zIndex:{},modal:{type:Boolean,default:!1},modalFade:{type:Boolean,default:!0},modalClass:{},modalAppendToBody:{type:Boolean,default:!1},lockScroll:{type:Boolean,default:!0},closeOnPressEscape:{type:Boolean,default:!1},closeOnClickModal:{type:Boolean,default:!1}},beforeMount:function(){this._popupId="popup-"+f++,l.default.register(this._popupId,this)},beforeDestroy:function(){l.default.deregister(this._popupId),l.default.closeModal(this._popupId),this.restoreBodyStyle()},data:function(){return{opened:!1,bodyPaddingRight:null,computedBodyPaddingRight:0,withoutHiddenClass:!0,rendered:!1}},watch:{visible:function(t){var e=this;if(t){if(this._opening)return;this.rendered?this.open():(this.rendered=!0,r.default.nextTick((function(){e.open()})))}else this.close()}},methods:{open:function(t){var e=this;this.rendered||(this.rendered=!0);var n=(0,a.default)({},this.$props||this,t);this._closeTimer&&(clearTimeout(this._closeTimer),this._closeTimer=null),clearTimeout(this._openTimer);var i=Number(n.openDelay);i>0?this._openTimer=setTimeout((function(){e._openTimer=null,e.doOpen(n)}),i):this.doOpen(n)},doOpen:function(t){if(!this.$isServer&&(!this.willOpen||this.willOpen())&&!this.opened){this._opening=!0;var e=this.$el,n=t.modal,i=t.zIndex;if(i&&(l.default.zIndex=i),n&&(this._closing&&(l.default.closeModal(this._popupId),this._closing=!1),l.default.openModal(this._popupId,l.default.nextZIndex(),this.modalAppendToBody?void 0:e,t.modalClass,t.modalFade),t.lockScroll)){this.withoutHiddenClass=!(0,h.hasClass)(document.body,"el-popup-parent--hidden"),this.withoutHiddenClass&&(this.bodyPaddingRight=document.body.style.paddingRight,this.computedBodyPaddingRight=parseInt((0,h.getStyle)(document.body,"paddingRight"),10)),p=(0,c.default)();var r=document.documentElement.clientHeight0&&(r||"scroll"===o)&&this.withoutHiddenClass&&(document.body.style.paddingRight=this.computedBodyPaddingRight+p+"px"),(0,h.addClass)(document.body,"el-popup-parent--hidden")}"static"===getComputedStyle(e).position&&(e.style.position="absolute"),e.style.zIndex=l.default.nextZIndex(),this.opened=!0,this.onOpen&&this.onOpen(),this.doAfterOpen()}},doAfterOpen:function(){this._opening=!1},close:function(){var t=this;if(!this.willClose||this.willClose()){null!==this._openTimer&&(clearTimeout(this._openTimer),this._openTimer=null),clearTimeout(this._closeTimer);var e=Number(this.closeDelay);e>0?this._closeTimer=setTimeout((function(){t._closeTimer=null,t.doClose()}),e):this.doClose()}},doClose:function(){this._closing=!0,this.onClose&&this.onClose(),this.lockScroll&&setTimeout(this.restoreBodyStyle,200),this.opened=!1,this.doAfterClose()},doAfterClose:function(){l.default.closeModal(this._popupId),this._closing=!1},restoreBodyStyle:function(){this.modal&&this.withoutHiddenClass&&(document.body.style.paddingRight=this.bodyPaddingRight,(0,h.removeClass)(document.body,"el-popup-parent--hidden")),this.withoutHiddenClass=!0}}},e.PopupManager=l.default},"0d7f":function(t,e,n){"use strict";e.__esModule=!0;var i="function"===typeof Symbol&&"symbol"===typeof Symbol.iterator?function(t){return typeof t}:function(t){return t&&"function"===typeof Symbol&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t};e.default=function(t){function e(t){for(var e=arguments.length,n=Array(e>1?e-1:0),a=1;a0))}function v(t){return"string"===typeof t&&"none"!==t}function m(t){var e=t.fill;return null!=e&&"none"!==e}function y(t,e){if(null!=e.fillOpacity&&1!==e.fillOpacity){var n=t.globalAlpha;t.globalAlpha=e.fillOpacity*e.opacity,t.fill(),t.globalAlpha=n}else t.fill()}function b(t,e){if(null!=e.strokeOpacity&&1!==e.strokeOpacity){var n=t.globalAlpha;t.globalAlpha=e.strokeOpacity*e.opacity,t.stroke(),t.globalAlpha=n}else t.stroke()}function _(t,e,n){var i=Object(o["a"])(e.image,e.__image,n);if(Object(o["c"])(i)){var r=t.createPattern(i,e.repeat||"repeat");if("function"===typeof DOMMatrix&&r&&r.setTransform){var a=new DOMMatrix;a.translateSelf(e.x||0,e.y||0),a.rotateSelf(0,0,(e.rotation||0)*c["RADIAN_TO_DEGREE"]),a.scaleSelf(e.scaleX||1,e.scaleY||1),r.setTransform(a)}return r}}function x(t,e,n,i){var r,o=g(n),s=m(n),l=n.strokePercent,u=l<1,c=!e.path;e.silent&&!u||!c||e.createPathProxy();var f=e.path||p,v=e.__dirty;if(!i){var x=n.fill,w=n.stroke,O=s&&!!x.colorStops,S=o&&!!w.colorStops,C=s&&!!x.image,k=o&&!!w.image,j=void 0,M=void 0,T=void 0,A=void 0,I=void 0;(O||S)&&(I=e.getBoundingRect()),O&&(j=v?Object(a["a"])(t,x,I):e.__canvasFillGradient,e.__canvasFillGradient=j),S&&(M=v?Object(a["a"])(t,w,I):e.__canvasStrokeGradient,e.__canvasStrokeGradient=M),C&&(T=v||!e.__canvasFillPattern?_(t,x,e):e.__canvasFillPattern,e.__canvasFillPattern=T),k&&(A=v||!e.__canvasStrokePattern?_(t,w,e):e.__canvasStrokePattern,e.__canvasStrokePattern=T),O?t.fillStyle=j:C&&(T?t.fillStyle=T:s=!1),S?t.strokeStyle=M:k&&(A?t.strokeStyle=A:o=!1)}var E,D,P=e.getGlobalScale();f.setScale(P[0],P[1],e.segmentIgnoreThreshold),t.setLineDash&&n.lineDash&&(r=Object(h["a"])(e),E=r[0],D=r[1]);var L=!0;(c||v&d["b"])&&(f.setDPR(t.dpr),u?f.setContext(null):(f.setContext(t),L=!1),f.reset(),e.buildPath(f,e.shape,i),f.toStatic(),e.pathUpdated()),L&&f.rebuildPath(t,u?l:1),E&&(t.setLineDash(E),t.lineDashOffset=D),i||(n.strokeFirst?(o&&b(t,n),s&&y(t,n)):(s&&y(t,n),o&&b(t,n))),E&&t.setLineDash([])}function w(t,e,n){var i=e.__image=Object(o["a"])(n.image,e.__image,e,e.onload);if(i&&Object(o["c"])(i)){var r=n.x||0,a=n.y||0,s=e.getWidth(),l=e.getHeight(),u=i.width/i.height;if(null==s&&null!=l?s=l*u:null==l&&null!=s?l=s/u:null==s&&null==l&&(s=i.width,l=i.height),n.sWidth&&n.sHeight){var c=n.sx||0,h=n.sy||0;t.drawImage(i,c,h,n.sWidth,n.sHeight,r,a,s,l)}else if(n.sx&&n.sy){c=n.sx,h=n.sy;var d=s-c,f=l-h;t.drawImage(i,c,h,d,f,r,a,s,l)}else t.drawImage(i,r,a,s,l)}}function O(t,e,n){var i,r=n.text;if(null!=r&&(r+=""),r){t.font=n.font||f["a"],t.textAlign=n.textAlign,t.textBaseline=n.textBaseline;var o=void 0,a=void 0;t.setLineDash&&n.lineDash&&(i=Object(h["a"])(e),o=i[0],a=i[1]),o&&(t.setLineDash(o),t.lineDashOffset=a),n.strokeFirst?(g(n)&&t.strokeText(r,n.x,n.y),m(n)&&t.fillText(r,n.x,n.y)):(m(n)&&t.fillText(r,n.x,n.y),g(n)&&t.strokeText(r,n.x,n.y)),o&&t.setLineDash([])}}var S=["shadowBlur","shadowOffsetX","shadowOffsetY"],C=[["lineCap","butt"],["lineJoin","miter"],["miterLimit",10]];function k(t,e,n,r,o){var a=!1;if(!r&&(n=n||{},e===n))return!1;if(r||e.opacity!==n.opacity){R(t,o),a=!0;var s=Math.max(Math.min(e.opacity,1),0);t.globalAlpha=isNaN(s)?i["b"].opacity:s}(r||e.blend!==n.blend)&&(a||(R(t,o),a=!0),t.globalCompositeOperation=e.blend||i["b"].blend);for(var l=0;l1?arguments[1]:void 0;return l?s(this,t,e)||0:o(this,t,e)}})},"10bf":function(t,e,n){"use strict";var i=n("b919");t.exports=function(){var t=i(this),e="";return t.hasIndices&&(e+="d"),t.global&&(e+="g"),t.ignoreCase&&(e+="i"),t.multiline&&(e+="m"),t.dotAll&&(e+="s"),t.unicode&&(e+="u"),t.unicodeSets&&(e+="v"),t.sticky&&(e+="y"),e}},1129:function(t,e,n){"use strict";var i=n("2ed6"),r=n("52cb"),o=n("7314"),a=n("5a97"),s=n("43fe"),l=n("51bf"),u=n("5e78"),c=n("2347"),h=n("6927"),d="__zr_normal__",f=i["a"].concat(["ignore"]),p=Object(l["reduce"])(i["a"],(function(t,e){return t[e]=!0,t}),{ignore:!1}),g={},v=new o["a"](0,0,0,0),m=function(){function t(t){this.id=Object(l["guid"])(),this.animators=[],this.currentStates=[],this.states={},this._init(t)}return t.prototype._init=function(t){this.attr(t)},t.prototype.drift=function(t,e,n){switch(this.draggable){case"horizontal":e=0;break;case"vertical":t=0;break}var i=this.transform;i||(i=this.transform=[1,0,0,1,0,0]),i[4]+=t,i[5]+=e,this.decomposeTransform(),this.markRedraw()},t.prototype.beforeUpdate=function(){},t.prototype.afterUpdate=function(){},t.prototype.update=function(){this.updateTransform(),this.__dirty&&this.updateInnerText()},t.prototype.updateInnerText=function(t){var e=this._textContent;if(e&&(!e.ignore||t)){this.textConfig||(this.textConfig={});var n=this.textConfig,i=n.local,r=e.innerTransformable,o=void 0,a=void 0,l=!1;r.parent=i?this:null;var u=!1;if(r.copyTransform(e),null!=n.position){var c=v;n.layoutRect?c.copy(n.layoutRect):c.copy(this.getBoundingRect()),i||c.applyTransform(this.transform),this.calculateTextPosition?this.calculateTextPosition(g,n,c):Object(s["c"])(g,n,c),r.x=g.x,r.y=g.y,o=g.align,a=g.verticalAlign;var d=n.origin;if(d&&null!=n.rotation){var f=void 0,p=void 0;"center"===d?(f=.5*c.width,p=.5*c.height):(f=Object(s["g"])(d[0],c.width),p=Object(s["g"])(d[1],c.height)),u=!0,r.originX=-r.x+f+(i?0:c.x),r.originY=-r.y+p+(i?0:c.y)}}null!=n.rotation&&(r.rotation=n.rotation);var m=n.offset;m&&(r.x+=m[0],r.y+=m[1],u||(r.originX=-m[0],r.originY=-m[1]));var y=null==n.inside?"string"===typeof n.position&&n.position.indexOf("inside")>=0:n.inside,b=this._innerTextDefaultStyle||(this._innerTextDefaultStyle={}),_=void 0,x=void 0,w=void 0;y&&this.canBeInsideText()?(_=n.insideFill,x=n.insideStroke,null!=_&&"auto"!==_||(_=this.getInsideTextFill()),null!=x&&"auto"!==x||(x=this.getInsideTextStroke(_),w=!0)):(_=n.outsideFill,x=n.outsideStroke,null!=_&&"auto"!==_||(_=this.getOutsideFill()),null!=x&&"auto"!==x||(x=this.getOutsideStroke(_),w=!0)),_=_||"#000",_===b.fill&&x===b.stroke&&w===b.autoStroke&&o===b.align&&a===b.verticalAlign||(l=!0,b.fill=_,b.stroke=x,b.autoStroke=w,b.align=o,b.verticalAlign=a,e.setDefaultTextStyle(b)),e.__dirty|=h["a"],l&&e.dirtyStyle(!0)}},t.prototype.canBeInsideText=function(){return!0},t.prototype.getInsideTextFill=function(){return"#fff"},t.prototype.getInsideTextStroke=function(t){return"#000"},t.prototype.getOutsideFill=function(){return this.__zr&&this.__zr.isDarkMode()?u["d"]:u["a"]},t.prototype.getOutsideStroke=function(t){var e=this.__zr&&this.__zr.getBackgroundColor(),n="string"===typeof e&&Object(c["parse"])(e);n||(n=[255,255,255,1]);for(var i=n[3],r=this.__zr.isDarkMode(),o=0;o<3;o++)n[o]=n[o]*i+(r?0:255)*(1-i);return n[3]=1,Object(c["stringify"])(n,"rgba")},t.prototype.traverse=function(t,e){},t.prototype.attrKV=function(t,e){"textConfig"===t?this.setTextConfig(e):"textContent"===t?this.setTextContent(e):"clipPath"===t?this.setClipPath(e):"extra"===t?(this.extra=this.extra||{},Object(l["extend"])(this.extra,e)):this[t]=e},t.prototype.hide=function(){this.ignore=!0,this.markRedraw()},t.prototype.show=function(){this.ignore=!1,this.markRedraw()},t.prototype.attr=function(t,e){if("string"===typeof t)this.attrKV(t,e);else if(Object(l["isObject"])(t))for(var n=t,i=Object(l["keys"])(n),r=0;r0},t.prototype.getState=function(t){return this.states[t]},t.prototype.ensureState=function(t){var e=this.states;return e[t]||(e[t]={}),e[t]},t.prototype.clearStates=function(t){this.useState(d,!1,t)},t.prototype.useState=function(t,e,n,i){var r=t===d,o=this.hasState();if(o||!r){var a=this.currentStates,s=this.stateTransition;if(!(Object(l["indexOf"])(a,t)>=0)||!e&&1!==a.length){var u;if(this.stateProxy&&!r&&(u=this.stateProxy(t)),u||(u=this.states&&this.states[t]),u||r){r||this.saveCurrentToNormalState(u);var c=!!(u&&u.hoverLayer||i);c&&this._toggleHoverLayerFlag(!0),this._applyStateObj(t,u,this._normalState,e,!n&&!this.__inHover&&s&&s.duration>0,s);var f=this._textContent,p=this._textGuide;return f&&f.useState(t,e,n,c),p&&p.useState(t,e,n,c),r?(this.currentStates=[],this._normalState={}):e?this.currentStates.push(t):this.currentStates=[t],this._updateAnimationTargets(),this.markRedraw(),!c&&this.__inHover&&(this._toggleHoverLayerFlag(!1),this.__dirty&=~h["a"]),u}Object(l["logError"])("State "+t+" not exists.")}}},t.prototype.useStates=function(t,e,n){if(t.length){var i=[],r=this.currentStates,o=t.length,a=o===r.length;if(a)for(var s=0;s0,p);var g=this._textContent,v=this._textGuide;g&&g.useStates(t,e,d),v&&v.useStates(t,e,d),this._updateAnimationTargets(),this.currentStates=t.slice(),this.markRedraw(),!d&&this.__inHover&&(this._toggleHoverLayerFlag(!1),this.__dirty&=~h["a"])}else this.clearStates()},t.prototype.isSilent=function(){var t=this.silent,e=this.parent;while(!t&&e){if(e.silent){t=!0;break}e=e.parent}return t},t.prototype._updateAnimationTargets=function(){for(var t=0;t=0){var n=this.currentStates.slice();n.splice(e,1),this.useStates(n)}},t.prototype.replaceState=function(t,e,n){var i=this.currentStates.slice(),r=Object(l["indexOf"])(i,t),o=Object(l["indexOf"])(i,e)>=0;r>=0?o?i.splice(r,1):i[r]=e:n&&!o&&i.push(e),this.useStates(i)},t.prototype.toggleState=function(t,e){e?this.useState(t,!0):this.removeState(t)},t.prototype._mergeStates=function(t){for(var e,n={},i=0;i=0&&e.splice(n,1)})),this.animators.push(t),n&&n.animation.addAnimator(t),n&&n.wakeUp()},t.prototype.updateDuringAnimation=function(t){this.markRedraw()},t.prototype.stopAnimation=function(t,e){for(var n=this.animators,i=n.length,r=[],o=0;o0&&n.during&&o[0].during((function(t,e){n.during(e)}));for(var d=0;d0||o.force&&!s.length){var T=void 0,A=void 0,I=void 0;if(u){A={},p&&(T={});for(C=0;C0&&(this.timeoutPending=setTimeout((function(){t.showPopper=!1}),this.hideAfter)))},handleClosePopper:function(){this.enterable&&this.expectedState||this.manual||(clearTimeout(this.timeout),this.timeoutPending&&clearTimeout(this.timeoutPending),this.showPopper=!1,this.disabled&&this.doDestroy())},setExpectedState:function(t){!1===t&&clearTimeout(this.timeoutPending),this.expectedState=t},getFirstElement:function(){var t=this.$slots.default;if(!Array.isArray(t))return null;for(var e=null,n=0;n-1){var n=Object(r["parse"])(t);n&&(t="rgb("+n[0]+","+n[1]+","+n[2]+")",e=n[3])}}else t="none";return{color:t,opacity:null==e?1:e}}var l=1e-4;function u(t){return t-l}function c(t){return a(1e3*t)/1e3}function h(t){return a(1e4*t)/1e4}function d(t){return"matrix("+c(t[0])+","+c(t[1])+","+c(t[2])+","+c(t[3])+","+h(t[4])+","+h(t[5])+")"}var f={left:"start",right:"end",center:"middle",middle:"middle"};function p(t,e,n){return"top"===n?t+=e/2:"bottom"===n&&(t-=e/2),t}function g(t){return t&&(t.shadowBlur||t.shadowOffsetX||t.shadowOffsetY)}function v(t){var e=t.style,n=t.getGlobalScale();return[e.shadowColor,(e.shadowBlur||0).toFixed(2),(e.shadowOffsetX||0).toFixed(2),(e.shadowOffsetY||0).toFixed(2),n[0],n[1]].join(",")}function m(t){return t&&!!t.image}function y(t){return t&&!!t.svgElement}function b(t){return m(t)||y(t)}function _(t){return"linear"===t.type}function x(t){return"radial"===t.type}function w(t){return t&&("linear"===t.type||"radial"===t.type)}function O(t){return"url(#"+t+")"}function S(t){var e=t.getGlobalScale(),n=Math.max(e[0],e[1]);return Math.max(Math.ceil(Math.log(n)/Math.log(10)),1)}function C(t){var e=t.x||0,n=t.y||0,r=(t.rotation||0)*i["RADIAN_TO_DEGREE"],o=Object(i["retrieve2"])(t.scaleX,1),s=Object(i["retrieve2"])(t.scaleY,1),l=t.skewX||0,u=t.skewY||0,c=[];return(e||n)&&c.push("translate("+e+"px,"+n+"px)"),r&&c.push("rotate("+r+")"),1===o&&1===s||c.push("scale("+o+","+s+")"),(l||u)&&c.push("skew("+a(l*i["RADIAN_TO_DEGREE"])+"deg, "+a(u*i["RADIAN_TO_DEGREE"])+"deg)"),c.join(" ")}var k=function(){return o["a"].hasGlobalWindow&&Object(i["isFunction"])(window.btoa)?function(t){return window.btoa(unescape(encodeURIComponent(t)))}:"undefined"!==typeof t?function(e){return t.from(e).toString("base64")}:function(t){return null}}()}).call(this,n("999b").Buffer)},1401:function(t,e){e.f={}.propertyIsEnumerable},"149b":function(t,e,n){"use strict";var i=n("ac02"),r=n("a644"),o=n("ba60"),a=n("daac"),s=n("6142").CONSTRUCTOR,l=n("b600"),u=r("Promise"),c=o&&!s;i({target:"Promise",stat:!0,forced:o||s},{resolve:function(t){return l(c&&this===u?a:this,t)}})},1530:function(t,e,n){var i=n("8f69");t.exports=Object("z").propertyIsEnumerable(0)?Object:function(t){return"String"==i(t)?t.split(""):Object(t)}},"175f":function(t,e,n){"use strict";var i=n("50af"),r=n("ef5f"),o=function(t){function e(e,n,i,r,o){var a=t.call(this,r)||this;return a.x=null==e?.5:e,a.y=null==n?.5:n,a.r=null==i?.5:i,a.type="radial",a.global=o||!1,a}return Object(i["a"])(e,t),e}(r["a"]);e["a"]=o},"18e3":function(t,e,n){"use strict";var i=n("ac02"),r=n("4d73");i({target:"Array",proto:!0,forced:[].forEach!==r},{forEach:r})},"18fd":function(t,e,n){"use strict";var i=n("dceb"),r=n("c320"),o=n("3f13"),a=i(Function.toString);r(o.inspectSource)||(o.inspectSource=function(t){return a(t)}),t.exports=o.inspectSource},1909:function(t,e,n){"use strict";var i=n("dceb"),r=n("68d0"),o=Math.floor,a=i("".charAt),s=i("".replace),l=i("".slice),u=/\$([$&'`]|\d{1,2}|<[^>]*>)/g,c=/\$([$&'`]|\d{1,2})/g;t.exports=function(t,e,n,i,h,d){var f=n+t.length,p=i.length,g=c;return void 0!==h&&(h=r(h),g=u),s(d,g,(function(r,s){var u;switch(a(s,0)){case"$":return"$";case"&":return t;case"`":return l(e,0,n);case"'":return l(e,f);case"<":u=h[l(s,1,-1)];break;default:var c=+s;if(0===c)return r;if(c>p){var d=o(c/10);return 0===d?r:d<=p?void 0===i[d-1]?a(s,1):i[d-1]+a(s,1):r}u=i[c-1]}return void 0===u?"":u}))}},"19cf":function(t,e,n){t.exports=function(t){var e={};function n(i){if(e[i])return e[i].exports;var r=e[i]={i:i,l:!1,exports:{}};return t[i].call(r.exports,r,r.exports,n),r.l=!0,r.exports}return n.m=t,n.c=e,n.d=function(t,e,i){n.o(t,e)||Object.defineProperty(t,e,{enumerable:!0,get:i})},n.r=function(t){"undefined"!==typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(t,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(t,"__esModule",{value:!0})},n.t=function(t,e){if(1&e&&(t=n(t)),8&e)return t;if(4&e&&"object"===typeof t&&t&&t.__esModule)return t;var i=Object.create(null);if(n.r(i),Object.defineProperty(i,"default",{enumerable:!0,value:t}),2&e&&"string"!=typeof t)for(var r in t)n.d(i,r,function(e){return t[e]}.bind(null,r));return i},n.n=function(t){var e=t&&t.__esModule?function(){return t["default"]}:function(){return t};return n.d(e,"a",e),e},n.o=function(t,e){return Object.prototype.hasOwnProperty.call(t,e)},n.p="/dist/",n(n.s=78)}({0:function(t,e,n){"use strict";function i(t,e,n,i,r,o,a,s){var l,u="function"===typeof t?t.options:t;if(e&&(u.render=e,u.staticRenderFns=n,u._compiled=!0),i&&(u.functional=!0),o&&(u._scopeId="data-v-"+o),a?(l=function(t){t=t||this.$vnode&&this.$vnode.ssrContext||this.parent&&this.parent.$vnode&&this.parent.$vnode.ssrContext,t||"undefined"===typeof __VUE_SSR_CONTEXT__||(t=__VUE_SSR_CONTEXT__),r&&r.call(this,t),t&&t._registeredComponents&&t._registeredComponents.add(a)},u._ssrRegister=l):r&&(l=s?function(){r.call(this,this.$root.$options.shadowRoot)}:r),l)if(u.functional){u._injectStyles=l;var c=u.render;u.render=function(t,e){return l.call(e),c(t,e)}}else{var h=u.beforeCreate;u.beforeCreate=h?[].concat(h,l):[l]}return{exports:t,options:u}}n.d(e,"a",(function(){return i}))},2:function(t,e){t.exports=n("8d5f")},3:function(t,e){t.exports=n("3ca4")},5:function(t,e){t.exports=n("2fe8")},7:function(t,e){t.exports=n("56ac")},78:function(t,e,n){"use strict";n.r(e);var i=function(){var t=this,e=t.$createElement,n=t._self._c||e;return n("span",[n("transition",{attrs:{name:t.transition},on:{"after-enter":t.handleAfterEnter,"after-leave":t.handleAfterLeave}},[n("div",{directives:[{name:"show",rawName:"v-show",value:!t.disabled&&t.showPopper,expression:"!disabled && showPopper"}],ref:"popper",staticClass:"el-popover el-popper",class:[t.popperClass,t.content&&"el-popover--plain"],style:{width:t.width+"px"},attrs:{role:"tooltip",id:t.tooltipId,"aria-hidden":t.disabled||!t.showPopper?"true":"false"}},[t.title?n("div",{staticClass:"el-popover__title",domProps:{textContent:t._s(t.title)}}):t._e(),t._t("default",[t._v(t._s(t.content))])],2)]),n("span",{ref:"wrapper",staticClass:"el-popover__reference-wrapper"},[t._t("reference")],2)],1)},r=[];i._withStripped=!0;var o=n(5),a=n.n(o),s=n(2),l=n(3),u={name:"ElPopover",mixins:[a.a],props:{trigger:{type:String,default:"click",validator:function(t){return["click","focus","hover","manual"].indexOf(t)>-1}},openDelay:{type:Number,default:0},closeDelay:{type:Number,default:200},title:String,disabled:Boolean,content:String,reference:{},popperClass:String,width:{},visibleArrow:{default:!0},arrowOffset:{type:Number,default:0},transition:{type:String,default:"fade-in-linear"},tabindex:{type:Number,default:0}},computed:{tooltipId:function(){return"el-popover-"+Object(l["generateId"])()}},watch:{showPopper:function(t){this.disabled||(t?this.$emit("show"):this.$emit("hide"))}},mounted:function(){var t=this,e=this.referenceElm=this.reference||this.$refs.reference,n=this.popper||this.$refs.popper;!e&&this.$refs.wrapper.children&&(e=this.referenceElm=this.$refs.wrapper.children[0]),e&&(Object(s["addClass"])(e,"el-popover__reference"),e.setAttribute("aria-describedby",this.tooltipId),e.setAttribute("tabindex",this.tabindex),n.setAttribute("tabindex",0),"click"!==this.trigger&&(Object(s["on"])(e,"focusin",(function(){t.handleFocus();var n=e.__vue__;n&&"function"===typeof n.focus&&n.focus()})),Object(s["on"])(n,"focusin",this.handleFocus),Object(s["on"])(e,"focusout",this.handleBlur),Object(s["on"])(n,"focusout",this.handleBlur)),Object(s["on"])(e,"keydown",this.handleKeydown),Object(s["on"])(e,"click",this.handleClick)),"click"===this.trigger?(Object(s["on"])(e,"click",this.doToggle),Object(s["on"])(document,"click",this.handleDocumentClick)):"hover"===this.trigger?(Object(s["on"])(e,"mouseenter",this.handleMouseEnter),Object(s["on"])(n,"mouseenter",this.handleMouseEnter),Object(s["on"])(e,"mouseleave",this.handleMouseLeave),Object(s["on"])(n,"mouseleave",this.handleMouseLeave)):"focus"===this.trigger&&(this.tabindex<0&&console.warn("[Element Warn][Popover]a negative taindex means that the element cannot be focused by tab key"),e.querySelector("input, textarea")?(Object(s["on"])(e,"focusin",this.doShow),Object(s["on"])(e,"focusout",this.doClose)):(Object(s["on"])(e,"mousedown",this.doShow),Object(s["on"])(e,"mouseup",this.doClose)))},beforeDestroy:function(){this.cleanup()},deactivated:function(){this.cleanup()},methods:{doToggle:function(){this.showPopper=!this.showPopper},doShow:function(){this.showPopper=!0},doClose:function(){this.showPopper=!1},handleFocus:function(){Object(s["addClass"])(this.referenceElm,"focusing"),"click"!==this.trigger&&"focus"!==this.trigger||(this.showPopper=!0)},handleClick:function(){Object(s["removeClass"])(this.referenceElm,"focusing")},handleBlur:function(){Object(s["removeClass"])(this.referenceElm,"focusing"),"click"!==this.trigger&&"focus"!==this.trigger||(this.showPopper=!1)},handleMouseEnter:function(){var t=this;clearTimeout(this._timer),this.openDelay?this._timer=setTimeout((function(){t.showPopper=!0}),this.openDelay):this.showPopper=!0},handleKeydown:function(t){27===t.keyCode&&"manual"!==this.trigger&&this.doClose()},handleMouseLeave:function(){var t=this;clearTimeout(this._timer),this.closeDelay?this._timer=setTimeout((function(){t.showPopper=!1}),this.closeDelay):this.showPopper=!1},handleDocumentClick:function(t){var e=this.reference||this.$refs.reference,n=this.popper||this.$refs.popper;!e&&this.$refs.wrapper.children&&(e=this.referenceElm=this.$refs.wrapper.children[0]),this.$el&&e&&!this.$el.contains(t.target)&&!e.contains(t.target)&&n&&!n.contains(t.target)&&(this.showPopper=!1)},handleAfterEnter:function(){this.$emit("after-enter")},handleAfterLeave:function(){this.$emit("after-leave"),this.doDestroy()},cleanup:function(){(this.openDelay||this.closeDelay)&&clearTimeout(this._timer)}},destroyed:function(){var t=this.reference;Object(s["off"])(t,"click",this.doToggle),Object(s["off"])(t,"mouseup",this.doClose),Object(s["off"])(t,"mousedown",this.doShow),Object(s["off"])(t,"focusin",this.doShow),Object(s["off"])(t,"focusout",this.doClose),Object(s["off"])(t,"mousedown",this.doShow),Object(s["off"])(t,"mouseup",this.doClose),Object(s["off"])(t,"mouseleave",this.handleMouseLeave),Object(s["off"])(t,"mouseenter",this.handleMouseEnter),Object(s["off"])(document,"click",this.handleDocumentClick)}},c=u,h=n(0),d=Object(h["a"])(c,i,r,!1,null,null,null);d.options.__file="packages/popover/src/main.vue";var f=d.exports,p=function(t,e,n){var i=e.expression?e.value:e.arg,r=n.context.$refs[i];r&&(Array.isArray(r)?r[0].$refs.reference=t:r.$refs.reference=t)},g={bind:function(t,e,n){p(t,e,n)},inserted:function(t,e,n){p(t,e,n)}},v=n(7),m=n.n(v);m.a.directive("popover",g),f.install=function(t){t.directive("popover",g),t.component(f.name,f)},f.directive=g;e["default"]=f}})},"1a0b":function(t,e){(function(e){t.exports=e}).call(this,{})},"1a56":function(t,e,n){"use strict";n.d(e,"a",(function(){return o}));var i=n("02d6");function r(t,e,n,r){var o,a,s,l,u=[],c=[],h=[],d=[];if(r){s=[1/0,1/0],l=[-1/0,-1/0];for(var f=0,p=t.length;f=2){if(i){var a=r(o,i,n,e.smoothConstraint);t.moveTo(o[0][0],o[0][1]);for(var s=o.length,l=0;l<(n?s:s-1);l++){var u=a[2*l],c=a[2*l+1],h=o[(l+1)%s];t.bezierCurveTo(u[0],u[1],c[0],c[1],h[0],h[1])}}else{t.moveTo(o[0][0],o[0][1]);l=1;for(var d=o.length;l=0)return;a[e]="set-cookie"===e?(a[e]?a[e]:[]).concat([n]):a[e]?a[e]+", "+n:n}})),a):a}},"1b4a":function(t,e,n){"use strict";n.d(e,"a",(function(){return c}));var i=n("50af"),r=n("6808"),o=n("86d9"),a=n("6742"),s=n("9868"),l=function(t){function e(){var e=null!==t&&t.apply(this,arguments)||this;return e.type="dataset",e}return Object(i["a"])(e,t),e.prototype.init=function(e,n,i){t.prototype.init.call(this,e,n,i),this._sourceManager=new s["a"](this),Object(s["b"])(this)},e.prototype.mergeOption=function(e,n){t.prototype.mergeOption.call(this,e,n),Object(s["b"])(this)},e.prototype.optionUpdated=function(){this._sourceManager.dirty()},e.prototype.getSourceManager=function(){return this._sourceManager},e.type="dataset",e.defaultOption={seriesLayoutBy:a["a"]},e}(r["a"]),u=function(t){function e(){var e=null!==t&&t.apply(this,arguments)||this;return e.type="dataset",e}return Object(i["a"])(e,t),e.type="dataset",e}(o["a"]);function c(t){t.registerComponentModel(l),t.registerComponentView(u)}},"1bdf":function(t,e,n){"use strict";e.f=Object.getOwnPropertySymbols},"1cb5":function(t,e,n){"use strict";n("7c69"),n("c69a"),n("ccb0"),n("6dff"),n("0d9b"),n("149b")},"1cb7":function(t,e,n){"use strict";var i=n("81e1"),r=n("aac4"),o=n("b919"),a=n("d492"),s=n("49a4"),l=TypeError;t.exports=function(t,e){var n=arguments.length<2?s(t):e;if(r(n))return o(i(n,t));throw new l(a(t)+" is not iterable")}},"1da6":function(t,e,n){"use strict";n.d(e,"a",(function(){return o}));var i=n("51bf");function r(t,e){return t&&"solid"!==t&&e>0?"dashed"===t?[4*e,2*e]:"dotted"===t?[e]:Object(i["isNumber"])(t)?[t]:Object(i["isArray"])(t)?t:null:null}function o(t){var e=t.style,n=e.lineDash&&e.lineWidth>0&&r(e.lineDash,e.lineWidth),o=e.lineDashOffset;if(n){var a=e.strokeNoScale&&t.getLineScale?t.getLineScale():1;a&&1!==a&&(n=Object(i["map"])(n,(function(t){return t/a})),o/=a)}return[n,o]}},"1dbc":function(t,e,n){"use strict";n.d(e,"a",(function(){return C}));var i=n("5e78"),r=n("51bf"),o=n("50af"),a=n("5a97"),s=n("72c0"),l=n("0f5e"),u=n("7314"),c=n("6927"),h=n("e358");function d(t,e,n){var i=h["d"].createCanvas(),r=e.getWidth(),o=e.getHeight(),a=i.style;return a&&(a.position="absolute",a.left="0",a.top="0",a.width=r+"px",a.height=o+"px",i.setAttribute("data-zr-dom-id",t)),i.width=r*n,i.height=o*n,i}var f=function(t){function e(e,n,o){var a,s=t.call(this)||this;s.motionBlur=!1,s.lastFrameAlpha=.7,s.dpr=1,s.virtual=!1,s.config={},s.incremental=!1,s.zlevel=0,s.maxRepaintRectCount=5,s.__dirty=!0,s.__firstTimePaint=!0,s.__used=!1,s.__drawIndex=0,s.__startIndex=0,s.__endIndex=0,s.__prevStartIndex=null,s.__prevEndIndex=null,o=o||i["e"],"string"===typeof e?a=d(e,n,o):r["isObject"](e)&&(a=e,e=a.id),s.id=e,s.dom=a;var l=a.style;return l&&(r["disableUserSelect"](a),a.onselectstart=function(){return!1},l.padding="0",l.margin="0",l.borderWidth="0"),s.painter=n,s.dpr=o,s}return Object(o["a"])(e,t),e.prototype.getElementCount=function(){return this.__endIndex-this.__startIndex},e.prototype.afterBrush=function(){this.__prevStartIndex=this.__startIndex,this.__prevEndIndex=this.__endIndex},e.prototype.initContext=function(){this.ctx=this.dom.getContext("2d"),this.ctx.dpr=this.dpr},e.prototype.setUnpainted=function(){this.__firstTimePaint=!0},e.prototype.createBackBuffer=function(){var t=this.dpr;this.domBack=d("back-"+this.id,this.painter,t),this.ctxBack=this.domBack.getContext("2d"),1!==t&&this.ctxBack.scale(t,t)},e.prototype.createRepaintRects=function(t,e,n,i){if(this.__firstTimePaint)return this.__firstTimePaint=!1,null;var r,o=[],a=this.maxRepaintRectCount,s=!1,l=new u["a"](0,0,0,0);function h(t){if(t.isFinite()&&!t.isZero())if(0===o.length){var e=new u["a"](0,0,0,0);e.copy(t),o.push(e)}else{for(var n=!1,i=1/0,r=0,c=0;c=a)}}for(var d=this.__startIndex;d15)break}}n.prevElClipPaths&&u.restore()};if(d)if(0===d.length)s=l.__endIndex;else for(var _=f.dpr,x=0;x0&&t>i[0]){for(s=0;st)break;a=n[i[s]]}if(i.splice(s+1,0,t),n[t]=e,!e.virtual)if(a){var l=a.dom;l.nextSibling?o.insertBefore(e.dom,l.nextSibling):o.appendChild(e.dom)}else o.firstChild?o.insertBefore(e.dom,o.firstChild):o.appendChild(e.dom);e.painter||(e.painter=this)}},t.prototype.eachLayer=function(t,e){for(var n=this._zlevelList,i=0;i0?b:0),this._needsManuallyCompositing),h.__builtin__||r["logError"]("ZLevel "+u+" has been used by unkown layer "+h.id),h!==s&&(h.__used=!0,h.__startIndex!==a&&(h.__dirty=!0),h.__startIndex=a,h.incremental?h.__drawIndex=-1:h.__drawIndex=a,e(a),s=h),i.__dirty&c["a"]&&!i.__inHover&&(h.__dirty=!0,h.incremental&&h.__drawIndex<0&&(h.__drawIndex=a))}e(a),this.eachBuiltinLayer((function(t,e){!t.__used&&t.getElementCount()>0&&(t.__dirty=!0,t.__startIndex=t.__endIndex=t.__drawIndex=0),t.__dirty&&t.__drawIndex<0&&(t.__drawIndex=t.__startIndex)}))},t.prototype.clear=function(){return this.eachBuiltinLayer(this._clearLayer),this},t.prototype._clearLayer=function(t){t.clear()},t.prototype.setBackgroundColor=function(t){this._backgroundColor=t,r["each"](this._layers,(function(t){t.setUnpainted()}))},t.prototype.configLayer=function(t,e){if(e){var n=this._layerConfig;n[t]?r["merge"](n[t],e,!0):n[t]=e;for(var i=0;ie&&o>i||or?s:0}n.d(e,"a",(function(){return i}))},"1f48":function(t,e,n){"use strict";var i=n("51bf"),r=n("0236"),o=n("6ebb"),a=n("779b"),s=n("dbbe"),l=n("81ad"),u=function(){function t(t){this.coordSysDims=[],this.axisMap=Object(i["createHashMap"])(),this.categoryAxisMap=Object(i["createHashMap"])(),this.coordSysName=t}return t}();function c(t){var e=t.get("coordinateSystem"),n=new u(e),i=h[e];if(i)return i(t,n,n.axisMap,n.categoryAxisMap),n}var h={cartesian2d:function(t,e,n,i){var r=t.getReferringComponents("xAxis",s["b"]).models[0],o=t.getReferringComponents("yAxis",s["b"]).models[0];e.coordSysDims=["x","y"],n.set("x",r),n.set("y",o),d(r)&&(i.set("x",r),e.firstCategoryDimIndex=0),d(o)&&(i.set("y",o),null==e.firstCategoryDimIndex&&(e.firstCategoryDimIndex=1))},singleAxis:function(t,e,n,i){var r=t.getReferringComponents("singleAxis",s["b"]).models[0];e.coordSysDims=["single"],n.set("single",r),d(r)&&(i.set("single",r),e.firstCategoryDimIndex=0)},polar:function(t,e,n,i){var r=t.getReferringComponents("polar",s["b"]).models[0],o=r.findAxisModel("radiusAxis"),a=r.findAxisModel("angleAxis");e.coordSysDims=["radius","angle"],n.set("radius",o),n.set("angle",a),d(o)&&(i.set("radius",o),e.firstCategoryDimIndex=0),d(a)&&(i.set("angle",a),null==e.firstCategoryDimIndex&&(e.firstCategoryDimIndex=1))},geo:function(t,e,n,i){e.coordSysDims=["lng","lat"]},parallel:function(t,e,n,r){var o=t.ecModel,a=o.getComponent("parallel",t.get("parallelIndex")),s=e.coordSysDims=a.dimensions.slice();Object(i["each"])(a.parallelAxisIndex,(function(t,i){var a=o.getComponent("parallelAxis",t),l=s[i];n.set(l,a),d(a)&&(r.set(l,a),null==e.firstCategoryDimIndex&&(e.firstCategoryDimIndex=i))}))}};function d(t){return"category"===t.get("type")}var f=n("0b73"),p=n("ff4a"),g=n("2603"),v=n("6742");function m(t,e){var n,r=t.get("coordinateSystem"),o=l["a"].get(r);return e&&e.coordSysDims&&(n=i["map"](e.coordSysDims,(function(t){var n={name:t},i=e.axisMap.get(t);if(i){var r=i.get("type");n.type=Object(a["a"])(r)}return n}))),n||(n=o&&(o.getDimensionsInfo?o.getDimensionsInfo():o.dimensions.slice())||["x","y"]),n}function y(t,e,n){var r,o;return n&&i["each"](t,(function(t,i){var a=t.coordDim,s=n.categoryAxisMap.get(a);s&&(null==r&&(r=i),t.ordinalMeta=s.getOrdinalMeta(),e&&(t.createInvertedIndices=!0)),null!=t.otherDims.itemName&&(o=!0)})),o||null==r||(t[r].otherDims.itemName=0),r}function b(t,e,n){n=n||{};var a,s=e.getSourceManager(),l=!1;t?(l=!0,a=Object(f["c"])(t)):(a=s.getSource(),l=a.sourceFormat===v["f"]);var u=c(e),h=m(e,u),d=n.useEncodeDefaulter,b=i["isFunction"](d)?d:d?i["curry"](g["c"],h,e):null,x={coordDimensions:h,generateCoord:n.generateCoord,encodeDefine:e.getEncode(),encodeDefaulter:b,canOmitUnusedDimensions:!l},w=Object(o["b"])(a,x),O=y(w.dimensions,n.createInvertedIndices,u),S=l?null:s.getSharedDataStore(w),C=Object(p["a"])(e,{schema:w,store:S}),k=new r["a"](w,e);k.setCalculationInfo(C);var j=null!=O&&_(a)?function(t,e,n,i){return i===O?n:this.defaultDimValueGetter(t,e,n,i)}:null;return k.hasItemOption=!1,k.initData(l?a:S,null,j),k}function _(t){if(t.sourceFormat===v["f"]){var e=x(t.data||[]);return!i["isArray"](Object(s["h"])(e))}}function x(t){var e=0;while(et?u():!0!==e&&(r=setTimeout(i?c:u,void 0===i?t-s:t))}return"boolean"!==typeof e&&(i=n,n=e,e=void 0),a}},"221a":function(t,e,n){"use strict";n.d(e,"a",(function(){return a}));var i=n("e8c6"),r=n("51bf"),o=/cubic-bezier\(([0-9,\.e ]+)\)/;function a(t){var e=t&&o.exec(t);if(e){var n=e[1].split(","),a=+Object(r["trim"])(n[0]),s=+Object(r["trim"])(n[1]),l=+Object(r["trim"])(n[2]),u=+Object(r["trim"])(n[3]);if(isNaN(a+s+l+u))return;var c=[];return function(t){return t<=0?0:t>=1?1:Object(i["f"])(0,a,l,1,t,c)&&Object(i["a"])(0,s,u,1,c[0])}}}},"223b":function(t,e,n){"use strict";var i=n("be54");t.exports=function(t,e,n){var r=n.config.validateStatus;!r||r(n.status)?t(n):e(i("Request failed with status code "+n.status,n.config,null,n.request,n))}},2264:function(t,e,n){"use strict";var i=n("369c");function r(){this.handlers=[]}r.prototype.use=function(t,e){return this.handlers.push({fulfilled:t,rejected:e}),this.handlers.length-1},r.prototype.eject=function(t){this.handlers[t]&&(this.handlers[t]=null)},r.prototype.forEach=function(t){i.forEach(this.handlers,(function(e){null!==e&&t(e)}))},t.exports=r},"227b":function(t,e,n){"use strict";e.__esModule=!0,e.removeResizeListener=e.addResizeListener=void 0;var i=n("67c4"),r=a(i),o=n("7762");function a(t){return t&&t.__esModule?t:{default:t}}var s="undefined"===typeof window,l=function(t){var e=t,n=Array.isArray(e),i=0;for(e=n?e:e[Symbol.iterator]();;){var r;if(n){if(i>=e.length)break;r=e[i++]}else{if(i=e.next(),i.done)break;r=i.value}var o=r,a=o.target.__resizeListeners__||[];a.length&&a.forEach((function(t){t()}))}};e.addResizeListener=function(t,e){s||(t.__resizeListeners__||(t.__resizeListeners__=[],t.__ro__=new r.default((0,o.debounce)(16,l)),t.__ro__.observe(t)),t.__resizeListeners__.push(e))},e.removeResizeListener=function(t,e){t&&t.__resizeListeners__&&(t.__resizeListeners__.splice(t.__resizeListeners__.indexOf(e),1),t.__resizeListeners__.length||t.__ro__.disconnect())}},2291:function(t,e){var n=t.exports="undefined"!=typeof window&&window.Math==Math?window:"undefined"!=typeof self&&self.Math==Math?self:Function("return this")();"number"==typeof __g&&(__g=n)},2297:function(t,e,n){"use strict";t.exports=["constructor","hasOwnProperty","isPrototypeOf","propertyIsEnumerable","toLocaleString","toString","valueOf"]},"22f6":function(t,e,n){"use strict";var i=n("ac02"),r=n("a644"),o=n("7685"),a=n("81e1"),s=n("dceb"),l=n("6e02"),u=n("c320"),c=n("f72b"),h=n("277a"),d=n("a4cc"),f=n("b7bc"),p=String,g=r("JSON","stringify"),v=s(/./.exec),m=s("".charAt),y=s("".charCodeAt),b=s("".replace),_=s(1..toString),x=/[\uD800-\uDFFF]/g,w=/^[\uD800-\uDBFF]$/,O=/^[\uDC00-\uDFFF]$/,S=!f||l((function(){var t=r("Symbol")("stringify detection");return"[null]"!==g([t])||"{}"!==g({a:t})||"{}"!==g(Object(t))})),C=l((function(){return'"\\udf06\\ud834"'!==g("\udf06\ud834")||'"\\udead"'!==g("\udead")})),k=function(t,e){var n=h(arguments),i=d(e);if(u(i)||void 0!==t&&!c(t))return n[1]=function(t,e){if(u(i)&&(e=a(i,this,p(t),e)),!c(e))return e},o(g,null,n)},j=function(t,e,n){var i=m(n,e-1),r=m(n,e+1);return v(w,t)&&!v(O,r)||v(O,t)&&!v(w,i)?"\\u"+_(y(t,0),16):t};g&&i({target:"JSON",stat:!0,arity:3,forced:S||C},{stringify:function(t,e,n){var i=h(arguments),r=o(S?k:g,null,i);return C&&"string"==typeof r?b(r,x,j):r}})},2347:function(t,e,n){"use strict";n.r(e),n.d(e,"parse",(function(){return y})),n.d(e,"lift",(function(){return x})),n.d(e,"toHex",(function(){return w})),n.d(e,"fastLerp",(function(){return O})),n.d(e,"fastMapToColor",(function(){return S})),n.d(e,"lerp",(function(){return C})),n.d(e,"mapToColor",(function(){return k})),n.d(e,"modifyHSL",(function(){return j})),n.d(e,"modifyAlpha",(function(){return M})),n.d(e,"stringify",(function(){return T})),n.d(e,"lum",(function(){return A})),n.d(e,"random",(function(){return I})),n.d(e,"liftColor",(function(){return D}));var i=n("0c10"),r=n("51bf"),o={transparent:[0,0,0,0],aliceblue:[240,248,255,1],antiquewhite:[250,235,215,1],aqua:[0,255,255,1],aquamarine:[127,255,212,1],azure:[240,255,255,1],beige:[245,245,220,1],bisque:[255,228,196,1],black:[0,0,0,1],blanchedalmond:[255,235,205,1],blue:[0,0,255,1],blueviolet:[138,43,226,1],brown:[165,42,42,1],burlywood:[222,184,135,1],cadetblue:[95,158,160,1],chartreuse:[127,255,0,1],chocolate:[210,105,30,1],coral:[255,127,80,1],cornflowerblue:[100,149,237,1],cornsilk:[255,248,220,1],crimson:[220,20,60,1],cyan:[0,255,255,1],darkblue:[0,0,139,1],darkcyan:[0,139,139,1],darkgoldenrod:[184,134,11,1],darkgray:[169,169,169,1],darkgreen:[0,100,0,1],darkgrey:[169,169,169,1],darkkhaki:[189,183,107,1],darkmagenta:[139,0,139,1],darkolivegreen:[85,107,47,1],darkorange:[255,140,0,1],darkorchid:[153,50,204,1],darkred:[139,0,0,1],darksalmon:[233,150,122,1],darkseagreen:[143,188,143,1],darkslateblue:[72,61,139,1],darkslategray:[47,79,79,1],darkslategrey:[47,79,79,1],darkturquoise:[0,206,209,1],darkviolet:[148,0,211,1],deeppink:[255,20,147,1],deepskyblue:[0,191,255,1],dimgray:[105,105,105,1],dimgrey:[105,105,105,1],dodgerblue:[30,144,255,1],firebrick:[178,34,34,1],floralwhite:[255,250,240,1],forestgreen:[34,139,34,1],fuchsia:[255,0,255,1],gainsboro:[220,220,220,1],ghostwhite:[248,248,255,1],gold:[255,215,0,1],goldenrod:[218,165,32,1],gray:[128,128,128,1],green:[0,128,0,1],greenyellow:[173,255,47,1],grey:[128,128,128,1],honeydew:[240,255,240,1],hotpink:[255,105,180,1],indianred:[205,92,92,1],indigo:[75,0,130,1],ivory:[255,255,240,1],khaki:[240,230,140,1],lavender:[230,230,250,1],lavenderblush:[255,240,245,1],lawngreen:[124,252,0,1],lemonchiffon:[255,250,205,1],lightblue:[173,216,230,1],lightcoral:[240,128,128,1],lightcyan:[224,255,255,1],lightgoldenrodyellow:[250,250,210,1],lightgray:[211,211,211,1],lightgreen:[144,238,144,1],lightgrey:[211,211,211,1],lightpink:[255,182,193,1],lightsalmon:[255,160,122,1],lightseagreen:[32,178,170,1],lightskyblue:[135,206,250,1],lightslategray:[119,136,153,1],lightslategrey:[119,136,153,1],lightsteelblue:[176,196,222,1],lightyellow:[255,255,224,1],lime:[0,255,0,1],limegreen:[50,205,50,1],linen:[250,240,230,1],magenta:[255,0,255,1],maroon:[128,0,0,1],mediumaquamarine:[102,205,170,1],mediumblue:[0,0,205,1],mediumorchid:[186,85,211,1],mediumpurple:[147,112,219,1],mediumseagreen:[60,179,113,1],mediumslateblue:[123,104,238,1],mediumspringgreen:[0,250,154,1],mediumturquoise:[72,209,204,1],mediumvioletred:[199,21,133,1],midnightblue:[25,25,112,1],mintcream:[245,255,250,1],mistyrose:[255,228,225,1],moccasin:[255,228,181,1],navajowhite:[255,222,173,1],navy:[0,0,128,1],oldlace:[253,245,230,1],olive:[128,128,0,1],olivedrab:[107,142,35,1],orange:[255,165,0,1],orangered:[255,69,0,1],orchid:[218,112,214,1],palegoldenrod:[238,232,170,1],palegreen:[152,251,152,1],paleturquoise:[175,238,238,1],palevioletred:[219,112,147,1],papayawhip:[255,239,213,1],peachpuff:[255,218,185,1],peru:[205,133,63,1],pink:[255,192,203,1],plum:[221,160,221,1],powderblue:[176,224,230,1],purple:[128,0,128,1],red:[255,0,0,1],rosybrown:[188,143,143,1],royalblue:[65,105,225,1],saddlebrown:[139,69,19,1],salmon:[250,128,114,1],sandybrown:[244,164,96,1],seagreen:[46,139,87,1],seashell:[255,245,238,1],sienna:[160,82,45,1],silver:[192,192,192,1],skyblue:[135,206,235,1],slateblue:[106,90,205,1],slategray:[112,128,144,1],slategrey:[112,128,144,1],snow:[255,250,250,1],springgreen:[0,255,127,1],steelblue:[70,130,180,1],tan:[210,180,140,1],teal:[0,128,128,1],thistle:[216,191,216,1],tomato:[255,99,71,1],turquoise:[64,224,208,1],violet:[238,130,238,1],wheat:[245,222,179,1],white:[255,255,255,1],whitesmoke:[245,245,245,1],yellow:[255,255,0,1],yellowgreen:[154,205,50,1]};function a(t){return t=Math.round(t),t<0?0:t>255?255:t}function s(t){return t=Math.round(t),t<0?0:t>360?360:t}function l(t){return t<0?0:t>1?1:t}function u(t){var e=t;return e.length&&"%"===e.charAt(e.length-1)?a(parseFloat(e)/100*255):a(parseInt(e,10))}function c(t){var e=t;return e.length&&"%"===e.charAt(e.length-1)?l(parseFloat(e)/100):l(parseFloat(e))}function h(t,e,n){return n<0?n+=1:n>1&&(n-=1),6*n<1?t+(e-t)*n*6:2*n<1?e:3*n<2?t+(e-t)*(2/3-n)*6:t}function d(t,e,n){return t+(e-t)*n}function f(t,e,n,i,r){return t[0]=e,t[1]=n,t[2]=i,t[3]=r,t}function p(t,e){return t[0]=e[0],t[1]=e[1],t[2]=e[2],t[3]=e[3],t}var g=new i["a"](20),v=null;function m(t,e){v&&p(v,e),v=g.put(t,v||e.slice())}function y(t,e){if(t){e=e||[];var n=g.get(t);if(n)return p(e,n);t+="";var i=t.replace(/ /g,"").toLowerCase();if(i in o)return p(e,o[i]),m(t,e),e;var r=i.length;if("#"!==i.charAt(0)){var a=i.indexOf("("),s=i.indexOf(")");if(-1!==a&&s+1===r){var l=i.substr(0,a),h=i.substr(a+1,s-(a+1)).split(","),d=1;switch(l){case"rgba":if(4!==h.length)return 3===h.length?f(e,+h[0],+h[1],+h[2],1):f(e,0,0,0,1);d=c(h.pop());case"rgb":return h.length>=3?(f(e,u(h[0]),u(h[1]),u(h[2]),3===h.length?d:c(h[3])),m(t,e),e):void f(e,0,0,0,1);case"hsla":return 4!==h.length?void f(e,0,0,0,1):(h[3]=c(h[3]),b(h,e),m(t,e),e);case"hsl":return 3!==h.length?void f(e,0,0,0,1):(b(h,e),m(t,e),e);default:return}}f(e,0,0,0,1)}else{if(4===r||5===r){var v=parseInt(i.slice(1,4),16);return v>=0&&v<=4095?(f(e,(3840&v)>>4|(3840&v)>>8,240&v|(240&v)>>4,15&v|(15&v)<<4,5===r?parseInt(i.slice(4),16)/15:1),m(t,e),e):void f(e,0,0,0,1)}if(7===r||9===r){v=parseInt(i.slice(1,7),16);return v>=0&&v<=16777215?(f(e,(16711680&v)>>16,(65280&v)>>8,255&v,9===r?parseInt(i.slice(7),16)/255:1),m(t,e),e):void f(e,0,0,0,1)}}}}function b(t,e){var n=(parseFloat(t[0])%360+360)%360/360,i=c(t[1]),r=c(t[2]),o=r<=.5?r*(i+1):r+i-r*i,s=2*r-o;return e=e||[],f(e,a(255*h(s,o,n+1/3)),a(255*h(s,o,n)),a(255*h(s,o,n-1/3)),1),4===t.length&&(e[3]=t[3]),e}function _(t){if(t){var e,n,i=t[0]/255,r=t[1]/255,o=t[2]/255,a=Math.min(i,r,o),s=Math.max(i,r,o),l=s-a,u=(s+a)/2;if(0===l)e=0,n=0;else{n=u<.5?l/(s+a):l/(2-s-a);var c=((s-i)/6+l/2)/l,h=((s-r)/6+l/2)/l,d=((s-o)/6+l/2)/l;i===s?e=d-h:r===s?e=1/3+c-d:o===s&&(e=2/3+h-c),e<0&&(e+=1),e>1&&(e-=1)}var f=[360*e,n,u];return null!=t[3]&&f.push(t[3]),f}}function x(t,e){var n=y(t);if(n){for(var i=0;i<3;i++)n[i]=e<0?n[i]*(1-e)|0:(255-n[i])*e+n[i]|0,n[i]>255?n[i]=255:n[i]<0&&(n[i]=0);return T(n,4===n.length?"rgba":"rgb")}}function w(t){var e=y(t);if(e)return((1<<24)+(e[0]<<16)+(e[1]<<8)+ +e[2]).toString(16).slice(1)}function O(t,e,n){if(e&&e.length&&t>=0&&t<=1){n=n||[];var i=t*(e.length-1),r=Math.floor(i),o=Math.ceil(i),s=e[r],u=e[o],c=i-r;return n[0]=a(d(s[0],u[0],c)),n[1]=a(d(s[1],u[1],c)),n[2]=a(d(s[2],u[2],c)),n[3]=l(d(s[3],u[3],c)),n}}var S=O;function C(t,e,n){if(e&&e.length&&t>=0&&t<=1){var i=t*(e.length-1),r=Math.floor(i),o=Math.ceil(i),s=y(e[r]),u=y(e[o]),c=i-r,h=T([a(d(s[0],u[0],c)),a(d(s[1],u[1],c)),a(d(s[2],u[2],c)),l(d(s[3],u[3],c))],"rgba");return n?{color:h,leftIndex:r,rightIndex:o,value:i}:h}}var k=C;function j(t,e,n,i){var r=y(t);if(t)return r=_(r),null!=e&&(r[0]=s(e)),null!=n&&(r[1]=c(n)),null!=i&&(r[2]=c(i)),T(b(r),"rgba")}function M(t,e){var n=y(t);if(n&&null!=e)return n[3]=l(e),T(n,"rgba")}function T(t,e){if(t&&t.length){var n=t[0]+","+t[1]+","+t[2];return"rgba"!==e&&"hsva"!==e&&"hsla"!==e||(n+=","+t[3]),e+"("+n+")"}}function A(t,e){var n=y(t);return n?(.299*n[0]+.587*n[1]+.114*n[2])*n[3]/255+(1-n[3])*e:0}function I(){return T([Math.round(255*Math.random()),Math.round(255*Math.random()),Math.round(255*Math.random())],"rgb")}var E=new i["a"](100);function D(t){if(Object(r["isString"])(t)){var e=E.get(t);return e||(e=x(t,-.1),E.put(t,e)),e}if(Object(r["isGradientObject"])(t)){var n=Object(r["extend"])({},t);return n.colorStops=Object(r["map"])(t.colorStops,(function(t){return{offset:t.offset,color:x(t.color,-.1)}})),n}return t}},"23bc":function(t,e,n){"use strict";n.d(e,"c",(function(){return a})),n.d(e,"a",(function(){return s})),n.d(e,"b",(function(){return l})),n.d(e,"d",(function(){return u}));var i=n("51bf"),r=n("0211"),o=Math.round(10*Math.random());function a(t){return[t||"",o++].join("_")}function s(t){var e={};t.registerSubTypeDefaulter=function(t,n){var i=Object(r["f"])(t);e[i.main]=n},t.determineSubType=function(n,i){var o=i.type;if(!o){var a=Object(r["f"])(n).main;t.hasSubTypes(n)&&e[a]&&(o=e[a](i))}return o}}function l(t,e){function n(t){var n={},a=[];return i["each"](t,(function(s){var l=r(n,s),u=l.originalDeps=e(s),c=o(u,t);l.entryCount=c.length,0===l.entryCount&&a.push(s),i["each"](c,(function(t){i["indexOf"](l.predecessor,t)<0&&l.predecessor.push(t);var e=r(n,t);i["indexOf"](e.successor,t)<0&&e.successor.push(s)}))})),{graph:n,noEntryList:a}}function r(t,e){return t[e]||(t[e]={predecessor:[],successor:[]}),t[e]}function o(t,e){var n=[];return i["each"](t,(function(t){i["indexOf"](e,t)>=0&&n.push(t)})),n}t.topologicalTravel=function(t,e,r,o){if(t.length){var a=n(e),s=a.graph,l=a.noEntryList,u={};i["each"](t,(function(t){u[t]=!0}));while(l.length){var c=l.pop(),h=s[c],d=!!u[c];d&&(r.call(o,c,h.originalDeps.slice()),delete u[c]),i["each"](h.successor,d?p:f)}i["each"](u,(function(){var t="";throw new Error(t)}))}function f(t){s[t].entryCount--,0===s[t].entryCount&&l.push(t)}function p(t){u[t]=!0,f(t)}}}function u(t,e){return i["merge"](i["merge"]({},t,!0),e,!0)}},2400:function(t,e,n){"use strict";function i(t){return void 0!==t&&null!==t}function r(t){var e=/([(\uAC00-\uD7AF)|(\u3130-\u318F)])+/gi;return e.test(t)}e.__esModule=!0,e.isDef=i,e.isKorean=r},2429:function(t,e,n){var i=n("6dea"),r=n("6312"),o=n("a139"),a=n("a366")("IE_PROTO"),s=function(){},l="prototype",u=function(){var t,e=n("78dd")("iframe"),i=o.length,r="<",a=">";e.style.display="none",n("a63b").appendChild(e),e.src="javascript:",t=e.contentWindow.document,t.open(),t.write(r+"script"+a+"document.F=Object"+r+"/script"+a),t.close(),u=t.F;while(i--)delete u[l][o[i]];return u()};t.exports=Object.create||function(t,e){var n;return null!==t?(s[l]=i(t),n=new s,s[l]=null,n[a]=t):n=u(),void 0===e?n:r(n,e)}},"248c":function(t,e,n){"use strict";n.d(e,"a",(function(){return r})),n.d(e,"b",(function(){return o}));var i=n("dbbe"),r=Object(i["o"])(),o=function(t,e,n,i){if(i){var o=r(i);o.dataIndex=n,o.dataType=e,o.seriesIndex=t,o.ssrType="chart","group"===i.type&&i.traverse((function(i){var o=r(i);o.seriesIndex=t,o.dataIndex=n,o.dataType=e,o.ssrType="chart"}))}}},2575:function(t,e,n){"use strict";var i=n("dceb"),r=n("6e02"),o=n("c320"),a=n("9d12"),s=n("a644"),l=n("18fd"),u=function(){},c=s("Reflect","construct"),h=/^\s*(?:class|function)\b/,d=i(h.exec),f=!h.test(u),p=function(t){if(!o(t))return!1;try{return c(u,[],t),!0}catch(e){return!1}},g=function(t){if(!o(t))return!1;switch(a(t)){case"AsyncFunction":case"GeneratorFunction":case"AsyncGeneratorFunction":return!1}try{return f||!!d(h,l(t))}catch(e){return!0}};g.sham=!0,t.exports=!c||r((function(){var t;return p(p.call)||!p(Object)||!p((function(){t=!0}))||t}))?g:p},2576:function(t,e,n){n("305a"),t.exports=n("89ea").Object.assign},"25e6":function(t,e,n){"use strict";n.d(e,"b",(function(){return a})),n.d(e,"a",(function(){return s})),n.d(e,"c",(function(){return u}));var i=n("0c10"),r=n("e358"),o=new i["a"](50);function a(t){if("string"===typeof t){var e=o.get(t);return e&&e.image}return t}function s(t,e,n,i,a){if(t){if("string"===typeof t){if(e&&e.__zrImageSrc===t||!n)return e;var s=o.get(t),c={hostEl:n,cb:i,cbPayload:a};return s?(e=s.image,!u(e)&&s.pending.push(c)):(e=r["d"].loadImage(t,l,l),e.__zrImageSrc=t,o.put(t,e.__cachedImgObj={image:e,pending:[c]})),e}return t}return e}function l(){var t=this.__cachedImgObj;this.onload=this.onerror=this.__cachedImgObj=null;for(var e=0;e@^][^\s!#%&*+<=>@^]*>/,L=/a/g,N=/a/g,R=new k(L)!==L,$=g.MISSED_STICKY,B=g.UNSUPPORTED_Y,F=i&&(!R||$||O||S||y((function(){return N[C]=!1,k(L)!==L||k(N)===N||"/a/i"!==String(k(L,"i"))}))),z=function(t){for(var e,n=t.length,i=0,r="",o=!1;i<=n;i++)e=A(t,i),"\\"!==e?o||"."!==e?("["===e?o=!0:"]"===e&&(o=!1),r+=e):r+="[\\s\\S]":r+=e+A(t,++i);return r},V=function(t){for(var e,n=t.length,i=0,r="",o=[],a=u(null),s=!1,l=!1,c=0,h="";i<=n;i++){if(e=A(t,i),"\\"===e)e+=A(t,++i);else if("]"===e)s=!1;else if(!s)switch(!0){case"["===e:s=!0;break;case"("===e:if(r+=e,"?:"===D(t,i+1,i+3))continue;T(P,D(t,i+1))&&(i+=2,l=!0),c++;continue;case">"===e&&l:if(""===h||b(a,h))throw new M("Invalid capture group name");a[h]=!0,o[o.length]=[h,c],l=!1,h="";continue}l?h+=e:r+=e}return[r,o]};if(a("RegExp",F)){for(var H=function(t,e){var n,i,r,o,a,u,c=h(j,this),g=d(t),v=void 0===e,m=[],y=t;if(!c&&g&&v&&t.constructor===H)return t;if((g||h(j,t))&&(t=t.source,v&&(e=p(y))),t=void 0===t?"":f(t),e=void 0===e?"":f(e),y=t,O&&"dotAll"in L&&(i=!!e&&E(e,"s")>-1,i&&(e=I(e,/s/g,""))),n=e,$&&"sticky"in L&&(r=!!e&&E(e,"y")>-1,r&&B&&(e=I(e,/y/g,""))),S&&(o=V(t),t=o[0],m=o[1]),a=s(k(t,e),c?this:j,H),(i||r||m.length)&&(u=_(a),i&&(u.dotAll=!0,u.raw=H(z(t),n)),r&&(u.sticky=!0),m.length&&(u.groups=m)),t!==y)try{l(a,"source",""===y?"(?:)":y)}catch(b){}return a},q=c(k),W=0;q.length>W;)v(H,k,q[W++]);j.constructor=H,H.prototype=j,m(r,"RegExp",H,{constructor:!0})}x("RegExp")},"27df":function(t,e,n){"use strict";var i=n("50af"),r=n("6473"),o=n("0121"),a=n("b977"),s=n("51bf"),l=function(t){function e(e){var n=t.call(this,e)||this;n.type="ordinal";var i=n.getSetting("ordinalMeta");return i||(i=new o["a"]({})),Object(s["isArray"])(i)&&(i=new o["a"]({categories:Object(s["map"])(i,(function(t){return Object(s["isObject"])(t)?t.value:t}))})),n._ordinalMeta=i,n._extent=n.getSetting("extent")||[0,i.categories.length-1],n}return Object(i["a"])(e,t),e.prototype.parse=function(t){return null==t?NaN:Object(s["isString"])(t)?this._ordinalMeta.getOrdinal(t):Math.round(t)},e.prototype.contain=function(t){return t=this.parse(t),a["a"](t,this._extent)&&null!=this._ordinalMeta.categories[t]},e.prototype.normalize=function(t){return t=this._getTickNumber(this.parse(t)),a["f"](t,this._extent)},e.prototype.scale=function(t){return t=Math.round(a["g"](t,this._extent)),this.getRawOrdinalNumber(t)},e.prototype.getTicks=function(){var t=[],e=this._extent,n=e[0];while(n<=e[1])t.push({value:n}),n++;return t},e.prototype.getMinorTicks=function(t){},e.prototype.setSortInfo=function(t){if(null!=t){for(var e=t.ordinalNumbers,n=this._ordinalNumbersByTick=[],i=this._ticksByOrdinalNumber=[],r=0,o=this._ordinalMeta.categories.length,a=Math.min(o,e.length);r=0&&t=0&&t=t},e.prototype.getOrdinalMeta=function(){return this._ordinalMeta},e.prototype.calcNiceTicks=function(){},e.prototype.calcNiceExtent=function(){},e.type="ordinal",e}(r["a"]);r["a"].registerClass(l),e["a"]=l},2825:function(t,e){var n={}.hasOwnProperty;t.exports=function(t,e){return n.call(t,e)}},"285b":function(t,e,n){"use strict";n.d(e,"c",(function(){return _})),n.d(e,"b",(function(){return w}));var i=n("50af"),r=n("66cf"),o=n("905b"),a=n("51bf"),s=n("43fe"),l=n("6840"),u=n("ecec"),c=n("7314"),h=n("5510"),d=n("e358"),f={fill:"#000"},p=2,g={style:Object(a["defaults"])({fill:!0,stroke:!0,fillOpacity:!0,strokeOpacity:!0,lineWidth:!0,fontSize:!0,lineHeight:!0,width:!0,height:!0,textShadowColor:!0,textShadowBlur:!0,textShadowOffsetX:!0,textShadowOffsetY:!0,backgroundColor:!0,padding:!0,borderColor:!0,borderWidth:!0,borderRadius:!0},h["a"].style)},v=function(t){function e(e){var n=t.call(this)||this;return n.type="text",n._children=[],n._defaultStyle=f,n.attr(e),n}return Object(i["a"])(e,t),e.prototype.childrenRef=function(){return this._children},e.prototype.update=function(){t.prototype.update.call(this),this.styleChanged()&&this._updateSubTexts();for(var e=0;e0,$=null!=t.width&&("truncate"===t.overflow||"break"===t.overflow||"breakAll"===t.overflow),B=a.calculatedLineHeight,F=0;F=0&&(E=w[I],"right"===E.align))this._placeToken(E,t,S,m,A,"right",b),C-=E.width,A-=E.width,I--;j+=(i-(j-v)-(y-A)-C)/2;while(k<=I)E=w[k],this._placeToken(E,t,S,m,j+E.width/2,"center",b),j+=E.width,k++;m+=S}},e.prototype._placeToken=function(t,e,n,i,r,l,u){var h=e.rich[t.styleName]||{};h.text=t.text;var f=t.verticalAlign,g=i+n/2;"top"===f?g=i+t.height/2:"bottom"===f&&(g=i+n-t.height/2);var v=!t.isLineHolder&&T(h);v&&this._renderBackground(h,e,"right"===l?r-t.width:"center"===l?r-t.width/2:r,g-t.height/2,t.width,t.height);var m=!!h.backgroundColor,y=t.textPadding;y&&(r=j(r,l,y),g-=t.height/2-y[0]-t.innerHeight/2);var b=this._getOrCreateChild(o["a"]),_=b.createStyle();b.useStyle(_);var w=this._defaultStyle,O=!1,S=0,M=k("fill"in h?h.fill:"fill"in e?e.fill:(O=!0,w.fill)),A=C("stroke"in h?h.stroke:"stroke"in e?e.stroke:m||u||w.autoStroke&&!O?null:(S=p,w.stroke)),I=h.textShadowBlur>0||e.textShadowBlur>0;_.text=t.text,_.x=r,_.y=g,I&&(_.shadowBlur=h.textShadowBlur||e.textShadowBlur||0,_.shadowColor=h.textShadowColor||e.textShadowColor||"transparent",_.shadowOffsetX=h.textShadowOffsetX||e.textShadowOffsetX||0,_.shadowOffsetY=h.textShadowOffsetY||e.textShadowOffsetY||0),_.textAlign=l,_.textBaseline="middle",_.font=t.font||d["a"],_.opacity=Object(a["retrieve3"])(h.opacity,e.opacity,1),x(_,h),A&&(_.lineWidth=Object(a["retrieve3"])(h.lineWidth,e.lineWidth,S),_.lineDash=Object(a["retrieve2"])(h.lineDash,e.lineDash),_.lineDashOffset=e.lineDashOffset||0,_.stroke=A),M&&(_.fill=M);var E=t.contentWidth,D=t.contentHeight;b.setBoundingRect(new c["a"](Object(s["a"])(_.x,E,_.textAlign),Object(s["b"])(_.y,D,_.textBaseline),E,D))},e.prototype._renderBackground=function(t,e,n,i,r,o){var s,c,h=t.backgroundColor,d=t.borderWidth,f=t.borderColor,p=h&&h.image,g=h&&!p,v=t.borderRadius,m=this;if(g||t.lineHeight||d&&f){s=this._getOrCreateChild(u["a"]),s.useStyle(s.createStyle()),s.style.fill=null;var y=s.shape;y.x=n,y.y=i,y.width=r,y.height=o,y.r=v,s.dirtyShape()}if(g){var b=s.style;b.fill=h||null,b.fillOpacity=Object(a["retrieve2"])(t.fillOpacity,1)}else if(p){c=this._getOrCreateChild(l["a"]),c.onload=function(){m.dirtyStyle()};var _=c.style;_.image=h.image,_.x=n,_.y=i,_.width=r,_.height=o}if(d&&f){b=s.style;b.lineWidth=d,b.stroke=f,b.strokeOpacity=Object(a["retrieve2"])(t.strokeOpacity,1),b.lineDash=t.borderDash,b.lineDashOffset=t.borderDashOffset||0,s.strokeContainThreshold=0,s.hasFill()&&s.hasStroke()&&(b.strokeFirst=!0,b.lineWidth*=2)}var x=(s||c).style;x.shadowBlur=t.shadowBlur||0,x.shadowColor=t.shadowColor||"transparent",x.shadowOffsetX=t.shadowOffsetX||0,x.shadowOffsetY=t.shadowOffsetY||0,x.opacity=Object(a["retrieve3"])(t.opacity,e.opacity,1)},e.makeFont=function(t){var e="";return w(t)&&(e=[t.fontStyle,t.fontWeight,_(t.fontSize),t.fontFamily||"sans-serif"].join(" ")),e&&Object(a["trim"])(e)||t.textFont||t.font},e}(h["c"]),m={left:!0,right:1,center:1},y={top:1,bottom:1,middle:1},b=["fontStyle","fontWeight","fontSize","fontFamily"];function _(t){return"string"!==typeof t||-1===t.indexOf("px")&&-1===t.indexOf("rem")&&-1===t.indexOf("em")?isNaN(+t)?d["c"]+"px":t+"px":t}function x(t,e){for(var n=0;n0)t[s]=t[--s];s!==l++&&(t[s]=a)}}else{var u=r(n/2),c=o(i(t,0,u),e),h=o(i(t,u),e),d=c.length,f=h.length,p=0,g=0;while(p3?0:(t-t%10!==10)*t%10]}};var x={D:function(t){return t.getDay()},DD:function(t){return v(t.getDay())},Do:function(t,e){return e.DoFn(t.getDate())},d:function(t){return t.getDate()},dd:function(t){return v(t.getDate())},ddd:function(t,e){return e.dayNamesShort[t.getDay()]},dddd:function(t,e){return e.dayNames[t.getDay()]},M:function(t){return t.getMonth()+1},MM:function(t){return v(t.getMonth()+1)},MMM:function(t,e){return e.monthNamesShort[t.getMonth()]},MMMM:function(t,e){return e.monthNames[t.getMonth()]},yy:function(t){return v(String(t.getFullYear()),4).substr(2)},yyyy:function(t){return v(t.getFullYear(),4)},h:function(t){return t.getHours()%12||12},hh:function(t){return v(t.getHours()%12||12)},H:function(t){return t.getHours()},HH:function(t){return v(t.getHours())},m:function(t){return t.getMinutes()},mm:function(t){return v(t.getMinutes())},s:function(t){return t.getSeconds()},ss:function(t){return v(t.getSeconds())},S:function(t){return Math.round(t.getMilliseconds()/100)},SS:function(t){return v(Math.round(t.getMilliseconds()/10),2)},SSS:function(t){return v(t.getMilliseconds(),3)},a:function(t,e){return t.getHours()<12?e.amPm[0]:e.amPm[1]},A:function(t,e){return t.getHours()<12?e.amPm[0].toUpperCase():e.amPm[1].toUpperCase()},ZZ:function(t){var e=t.getTimezoneOffset();return(e>0?"-":"+")+v(100*Math.floor(Math.abs(e)/60)+Math.abs(e)%60,4)}},w={d:[s,function(t,e){t.day=e}],Do:[s+c,function(t,e){t.day=parseInt(e,10)}],M:[s,function(t,e){t.month=e-1}],yy:[s,function(t,e){var n=new Date,i=+(""+n.getFullYear()).substr(0,2);t.year=""+(e>68?i-1:i)+e}],h:[s,function(t,e){t.hour=e}],m:[s,function(t,e){t.minute=e}],s:[s,function(t,e){t.second=e}],yyyy:[u,function(t,e){t.year=e}],S:["\\d",function(t,e){t.millisecond=100*e}],SS:["\\d{2}",function(t,e){t.millisecond=10*e}],SSS:[l,function(t,e){t.millisecond=e}],D:[s,d],ddd:[c,d],MMM:[c,g("monthNamesShort")],MMMM:[c,g("monthNames")],a:[c,function(t,e,n){var i=e.toLowerCase();i===n.amPm[0]?t.isPm=!1:i===n.amPm[1]&&(t.isPm=!0)}],ZZ:["[^\\s]*?[\\+\\-]\\d\\d:?\\d\\d|[^\\s]*?Z",function(t,e){var n,i=(e+"").match(/([+-]|\d\d)/gi);i&&(n=60*i[1]+parseInt(i[2],10),t.timezoneOffset="+"===i[0]?n:-n)}]};w.dd=w.d,w.dddd=w.ddd,w.DD=w.D,w.mm=w.m,w.hh=w.H=w.HH=w.h,w.MM=w.M,w.ss=w.s,w.A=w.a,o.masks={default:"ddd MMM dd yyyy HH:mm:ss",shortDate:"M/D/yy",mediumDate:"MMM d, yyyy",longDate:"MMMM d, yyyy",fullDate:"dddd, MMMM d, yyyy",shortTime:"HH:mm",mediumTime:"HH:mm:ss",longTime:"HH:mm:ss.SSS"},o.format=function(t,e,n){var i=n||o.i18n;if("number"===typeof t&&(t=new Date(t)),"[object Date]"!==Object.prototype.toString.call(t)||isNaN(t.getTime()))throw new Error("Invalid Date in fecha.format");e=o.masks[e]||e||o.masks["default"];var r=[];return e=e.replace(h,(function(t,e){return r.push(e),"@@@"})),e=e.replace(a,(function(e){return e in x?x[e](t,i):e.slice(1,e.length-1)})),e.replace(/@@@/g,(function(){return r.shift()}))},o.parse=function(t,e,n){var i=n||o.i18n;if("string"!==typeof e)throw new Error("Invalid format in fecha.parse");if(e=o.masks[e]||e,t.length>1e3)return null;var r={},s=[],l=[];e=e.replace(h,(function(t,e){return l.push(e),"@@@"}));var u=f(e).replace(a,(function(t){if(w[t]){var e=w[t];return s.push(e[1]),"("+e[0]+")"}return t}));u=u.replace(/@@@/g,(function(){return l.shift()}));var c=t.match(new RegExp(u,"i"));if(!c)return null;for(var d=1;d=55296&&r<=56319&&n>1,t+=b(t/e);while(t>v*s>>1)t=b(t/v),i+=o;return b(i+(v+1)*t/(t+l))},A=function(t){var e=[];t=j(t);var n,i,l=t.length,u=h,f=0,p=c;for(n=0;n=u&&ib((r-f)/S))throw new m(g);for(f+=(x-u)*S,u=x,n=0;nr)throw new m(g);if(i===u){var C=f,k=o;while(1){var A=k<=p?a:k>=p+s?s:k-p;if(Cu&&(u=f)}s[0]=l,s[1]=u}},i=function(){return this._data?this._data.length/this._dimSize:0};function r(t){for(var e=0;e1&&i&&i.length>1){var o=f(i)/f(r);!isFinite(o)&&(o=1),e.pinchScale=o;var a=p(i);return e.pinchX=a[0],e.pinchY=a[1],{type:"pinch",target:t[0].target,event:e}}}}},v=n("7314"),m="silent";function y(t,e,n){return{type:t,event:n,target:e.target,topTarget:e.topTarget,cancelBubble:!1,offsetX:n.zrX,offsetY:n.zrY,gestureEvent:n.gestureEvent,pinchX:n.pinchX,pinchY:n.pinchY,pinchScale:n.pinchScale,wheelDelta:n.zrDelta,zrByTouch:n.zrByTouch,which:n.which,stop:b}}function b(){h["g"](this.event)}var _=function(t){function e(){var e=null!==t&&t.apply(this,arguments)||this;return e.handler=null,e}return Object(o["a"])(e,t),e.prototype.dispose=function(){},e.prototype.setCursor=function(){},e}(c["a"]),x=function(){function t(t,e){this.x=t,this.y=e}return t}(),w=["click","dblclick","mousewheel","mouseout","mouseup","mousedown","mousemove","contextmenu"],O=new v["a"](0,0,0,0),S=function(t){function e(e,n,i,r,o){var a=t.call(this)||this;return a._hovered=new x(0,0),a.storage=e,a.painter=n,a.painterRoot=r,a._pointerSize=o,i=i||new _,a.proxy=null,a.setHandlerProxy(i),a._draggingMgr=new u(a),a}return Object(o["a"])(e,t),e.prototype.setHandlerProxy=function(t){this.proxy&&this.proxy.dispose(),t&&(r["each"](w,(function(e){t.on&&t.on(e,this[e],this)}),this),t.handler=this),this.proxy=t},e.prototype.mousemove=function(t){var e=t.zrX,n=t.zrY,i=j(this,e,n),r=this._hovered,o=r.target;o&&!o.__zr&&(r=this.findHover(r.x,r.y),o=r.target);var a=this._hovered=i?new x(e,n):this.findHover(e,n),s=a.target,l=this.proxy;l.setCursor&&l.setCursor(s?s.cursor:"default"),o&&s!==o&&this.dispatchToElement(r,"mouseout",t),this.dispatchToElement(a,"mousemove",t),s&&s!==o&&this.dispatchToElement(a,"mouseover",t)},e.prototype.mouseout=function(t){var e=t.zrEventControl;"only_globalout"!==e&&this.dispatchToElement(this._hovered,"mouseout",t),"no_globalout"!==e&&this.trigger("globalout",{type:"globalout",event:t})},e.prototype.resize=function(){this._hovered=new x(0,0)},e.prototype.dispatch=function(t,e){var n=this[t];n&&n.call(this,e)},e.prototype.dispose=function(){this.proxy.dispose(),this.storage=null,this.proxy=null,this.painter=null},e.prototype.setCursorStyle=function(t){var e=this.proxy;e.setCursor&&e.setCursor(t)},e.prototype.dispatchToElement=function(t,e,n){t=t||{};var i=t.target;if(!i||!i.silent){var r="on"+e,o=y(e,t,n);while(i)if(i[r]&&(o.cancelBubble=!!i[r].call(i,o)),i.trigger(e,o),i=i.__hostTarget?i.__hostTarget:i.parent,o.cancelBubble)break;o.cancelBubble||(this.trigger(e,o),this.painter&&this.painter.eachOtherLayer&&this.painter.eachOtherLayer((function(t){"function"===typeof t[r]&&t[r].call(t,o),t.trigger&&t.trigger(e,o)})))}},e.prototype.findHover=function(t,e,n){var i=this.storage.getDisplayList(),r=new x(t,e);if(k(i,r,t,e,n),this._pointerSize&&!r.target){for(var o=[],a=this._pointerSize,s=a/2,l=new v["a"](t-s,e-s,a,a),u=i.length-1;u>=0;u--){var c=i[u];c===n||c.ignore||c.ignoreCoarsePointer||c.parent&&c.parent.ignoreCoarsePointer||(O.copy(c.getBoundingRect()),c.transform&&O.applyTransform(c.transform),O.intersect(l)&&o.push(c))}if(o.length)for(var h=4,d=Math.PI/12,f=2*Math.PI,p=0;p=0;o--){var a=t[o],s=void 0;if(a!==r&&!a.ignore&&(s=C(a,n,i))&&(!e.topTarget&&(e.topTarget=a),s!==m)){e.target=a;break}}}function j(t,e,n){var i=t.painter;return e<0||e>i.getWidth()||n<0||n>i.getHeight()}r["each"](["click","mousedown","mouseup","mousewheel","dblclick","contextmenu"],(function(t){S.prototype[t]=function(e){var n,i,r=e.zrX,o=e.zrY,s=j(this,r,o);if("mouseup"===t&&s||(n=this.findHover(r,o),i=n.target),"mousedown"===t)this._downEl=i,this._downPoint=[e.zrX,e.zrY],this._upEl=i;else if("mouseup"===t)this._upEl=i;else if("click"===t){if(this._downEl!==this._upEl||!this._downPoint||a["dist"](this._downPoint,[e.zrX,e.zrY])>4)return;this._downPoint=null}this.dispatchToElement(n,t,e)}}));var M=S,T=n("f407"),A=n("6927"),I=!1;function E(){I||(I=!0,console.warn("z / z2 / zlevel of displayable is invalid, which may cause unexpected errors"))}function D(t,e){return t.zlevel===e.zlevel?t.z===e.z?t.z2-e.z2:t.z-e.z:t.zlevel-e.zlevel}var P=function(){function t(){this._roots=[],this._displayList=[],this._displayListLen=0,this.displayableSortFunc=D}return t.prototype.traverse=function(t,e){for(var n=0;n0&&(u.__clipPaths=[]),isNaN(u.z)&&(E(),u.z=0),isNaN(u.z2)&&(E(),u.z2=0),isNaN(u.zlevel)&&(E(),u.zlevel=0),this._displayList[this._displayListLen++]=u}var c=t.getDecalElement&&t.getDecalElement();c&&this._updateAndAddDisplayable(c,e,n);var h=t.getTextGuideLine();h&&this._updateAndAddDisplayable(h,e,n);var d=t.getTextContent();d&&this._updateAndAddDisplayable(d,e,n)}},t.prototype.addRoot=function(t){t.__zr&&t.__zr.storage===this||this._roots.push(t)},t.prototype.delRoot=function(t){if(t instanceof Array)for(var e=0,n=t.length;e=0&&this._roots.splice(i,1)}},t.prototype.delAllRoots=function(){this._roots=[],this._displayList=[],this._displayListLen=0},t.prototype.getRoots=function(){return this._roots},t.prototype.dispose=function(){this._displayList=null,this._roots=null},t}(),L=P,N=n("8aa3"),R=n("52cb");function $(){return(new Date).getTime()}var B=function(t){function e(e){var n=t.call(this)||this;return n._running=!1,n._time=0,n._pausedTime=0,n._pauseStart=0,n._paused=!1,e=e||{},n.stage=e.stage||{},n}return Object(o["a"])(e,t),e.prototype.addClip=function(t){t.animation&&this.removeClip(t),this._head?(this._tail.next=t,t.prev=this._tail,t.next=null,this._tail=t):this._head=this._tail=t,t.animation=this},e.prototype.addAnimator=function(t){t.animation=this;var e=t.getClip();e&&this.addClip(e)},e.prototype.removeClip=function(t){if(t.animation){var e=t.prev,n=t.next;e?e.next=n:this._head=n,n?n.prev=e:this._tail=e,t.next=t.prev=t.animation=null}},e.prototype.removeAnimator=function(t){var e=t.getClip();e&&this.removeClip(e),t.animation=null},e.prototype.update=function(t){var e=$()-this._pausedTime,n=e-this._time,i=this._head;while(i){var r=i.next,o=i.step(e,n);o?(i.ondestroy(),this.removeClip(i),i=r):i=r}this._time=e,t||(this.trigger("frame",n),this.stage.update&&this.stage.update())},e.prototype._startLoop=function(){var t=this;function e(){t._running&&(Object(N["a"])(e),!t._paused&&t.update())}this._running=!0,Object(N["a"])(e)},e.prototype.start=function(){this._running||(this._time=$(),this._pausedTime=0,this._startLoop())},e.prototype.stop=function(){this._running=!1},e.prototype.pause=function(){this._paused||(this._pauseStart=$(),this._paused=!0)},e.prototype.resume=function(){this._paused&&(this._pausedTime+=$()-this._pauseStart,this._paused=!1)},e.prototype.clear=function(){var t=this._head;while(t){var e=t.next;t.prev=t.next=t.animation=null,t=e}this._head=this._tail=null},e.prototype.isFinished=function(){return null==this._head},e.prototype.animate=function(t,e){e=e||{},this.start();var n=new R["b"](t,e.loop);return this.addAnimator(n),n},e}(c["a"]),F=B,z=300,V=i["a"].domSupported,H=function(){var t=["click","dblclick","mousewheel","wheel","mouseout","mouseup","mousedown","mousemove","contextmenu"],e=["touchstart","touchend","touchmove"],n={pointerdown:1,pointerup:1,pointermove:1,pointerout:1},i=r["map"](t,(function(t){var e=t.replace("mouse","pointer");return n.hasOwnProperty(e)?e:t}));return{mouse:t,touch:e,pointer:i}}(),q={mouse:["mousemove","mouseup"],pointer:["pointermove","pointerup"]},W=!1;function G(t){var e=t.pointerType;return"pen"===e||"touch"===e}function U(t){t.touching=!0,null!=t.touchTimer&&(clearTimeout(t.touchTimer),t.touchTimer=null),t.touchTimer=setTimeout((function(){t.touching=!1,t.touchTimer=null}),700)}function Y(t){t&&(t.zrByTouch=!0)}function X(t,e){return Object(h["e"])(t.dom,new Z(t,e),!0)}function K(t,e){var n=e,i=!1;while(n&&9!==n.nodeType&&!(i=n.domBelongToZr||n!==e&&n===t.painterRoot))n=n.parentNode;return i}var Z=function(){function t(t,e){this.stopPropagation=r["noop"],this.stopImmediatePropagation=r["noop"],this.preventDefault=r["noop"],this.type=e.type,this.target=this.currentTarget=t.dom,this.pointerType=e.pointerType,this.clientX=e.clientX,this.clientY=e.clientY}return t}(),J={mousedown:function(t){t=Object(h["e"])(this.dom,t),this.__mayPointerCapture=[t.zrX,t.zrY],this.trigger("mousedown",t)},mousemove:function(t){t=Object(h["e"])(this.dom,t);var e=this.__mayPointerCapture;!e||t.zrX===e[0]&&t.zrY===e[1]||this.__togglePointerCapture(!0),this.trigger("mousemove",t)},mouseup:function(t){t=Object(h["e"])(this.dom,t),this.__togglePointerCapture(!1),this.trigger("mouseup",t)},mouseout:function(t){t=Object(h["e"])(this.dom,t);var e=t.toElement||t.relatedTarget;K(this,e)||(this.__pointerCapturing&&(t.zrEventControl="no_globalout"),this.trigger("mouseout",t))},wheel:function(t){W=!0,t=Object(h["e"])(this.dom,t),this.trigger("mousewheel",t)},mousewheel:function(t){W||(t=Object(h["e"])(this.dom,t),this.trigger("mousewheel",t))},touchstart:function(t){t=Object(h["e"])(this.dom,t),Y(t),this.__lastTouchMoment=new Date,this.handler.processGesture(t,"start"),J.mousemove.call(this,t),J.mousedown.call(this,t)},touchmove:function(t){t=Object(h["e"])(this.dom,t),Y(t),this.handler.processGesture(t,"change"),J.mousemove.call(this,t)},touchend:function(t){t=Object(h["e"])(this.dom,t),Y(t),this.handler.processGesture(t,"end"),J.mouseup.call(this,t),+new Date-+this.__lastTouchMoment0&&(this._stillFrameAccum++,this._stillFrameAccum>this._sleepAfterStill&&this.animation.stop())},t.prototype.setSleepAfterStill=function(t){this._sleepAfterStill=t},t.prototype.wakeUp=function(){this._disposed||(this.animation.start(),this._stillFrameAccum=0)},t.prototype.refreshHover=function(){this._needsRefreshHover=!0},t.prototype.refreshHoverImmediately=function(){this._disposed||(this._needsRefreshHover=!1,this.painter.refreshHover&&"canvas"===this.painter.getType()&&this.painter.refreshHover())},t.prototype.resize=function(t){this._disposed||(t=t||{},this.painter.resize(t.width,t.height),this.handler.resize())},t.prototype.clearAnimation=function(){this._disposed||this.animation.clear()},t.prototype.getWidth=function(){if(!this._disposed)return this.painter.getWidth()},t.prototype.getHeight=function(){if(!this._disposed)return this.painter.getHeight()},t.prototype.setCursorStyle=function(t){this._disposed||this.handler.setCursorStyle(t)},t.prototype.findHover=function(t,e){if(!this._disposed)return this.handler.findHover(t,e)},t.prototype.on=function(t,e,n){return this._disposed||this.handler.on(t,e,n),this},t.prototype.off=function(t,e){this._disposed||this.handler.off(t,e)},t.prototype.trigger=function(t,e){this._disposed||this.handler.trigger(t,e)},t.prototype.clear=function(){if(!this._disposed){for(var t=this.storage.getRoots(),e=0;et.length)&&(e=t.length);for(var n=0,i=Array(e);na||t<-a}var l=[],u=[],c=i["create"](),h=Math.abs,d=function(){function t(){}return t.prototype.getLocalTransform=function(e){return t.getLocalTransform(this,e)},t.prototype.setPosition=function(t){this.x=t[0],this.y=t[1]},t.prototype.setScale=function(t){this.scaleX=t[0],this.scaleY=t[1]},t.prototype.setSkew=function(t){this.skewX=t[0],this.skewY=t[1]},t.prototype.setOrigin=function(t){this.originX=t[0],this.originY=t[1]},t.prototype.needLocalTransform=function(){return s(this.rotation)||s(this.x)||s(this.y)||s(this.scaleX-1)||s(this.scaleY-1)||s(this.skewX)||s(this.skewY)},t.prototype.updateTransform=function(){var t=this.parent&&this.parent.transform,e=this.needLocalTransform(),n=this.transform;e||t?(n=n||i["create"](),e?this.getLocalTransform(n):o(n),t&&(e?i["mul"](n,t,n):i["copy"](n,t)),this.transform=n,this._resolveGlobalScaleRatio(n)):n&&(o(n),this.invTransform=null)},t.prototype._resolveGlobalScaleRatio=function(t){var e=this.globalScaleRatio;if(null!=e&&1!==e){this.getGlobalScale(l);var n=l[0]<0?-1:1,r=l[1]<0?-1:1,o=((l[0]-n)*e+n)/l[0]||0,a=((l[1]-r)*e+r)/l[1]||0;t[0]*=o,t[1]*=o,t[2]*=a,t[3]*=a}this.invTransform=this.invTransform||i["create"](),i["invert"](this.invTransform,t)},t.prototype.getComputedTransform=function(){var t=this,e=[];while(t)e.push(t),t=t.parent;while(t=e.pop())t.updateTransform();return this.transform},t.prototype.setLocalTransform=function(t){if(t){var e=t[0]*t[0]+t[1]*t[1],n=t[2]*t[2]+t[3]*t[3],i=Math.atan2(t[1],t[0]),r=Math.PI/2+i-Math.atan2(t[3],t[2]);n=Math.sqrt(n)*Math.cos(r),e=Math.sqrt(e),this.skewX=r,this.skewY=0,this.rotation=-i,this.x=+t[4],this.y=+t[5],this.scaleX=e,this.scaleY=n,this.originX=0,this.originY=0}},t.prototype.decomposeTransform=function(){if(this.transform){var t=this.parent,e=this.transform;t&&t.transform&&(t.invTransform=t.invTransform||i["create"](),i["mul"](u,t.invTransform,e),e=u);var n=this.originX,r=this.originY;(n||r)&&(c[4]=n,c[5]=r,i["mul"](u,e,c),u[4]-=n,u[5]-=r,e=u),this.setLocalTransform(e)}},t.prototype.getGlobalScale=function(t){var e=this.transform;return t=t||[],e?(t[0]=Math.sqrt(e[0]*e[0]+e[1]*e[1]),t[1]=Math.sqrt(e[2]*e[2]+e[3]*e[3]),e[0]<0&&(t[0]=-t[0]),e[3]<0&&(t[1]=-t[1]),t):(t[0]=1,t[1]=1,t)},t.prototype.transformCoordToLocal=function(t,e){var n=[t,e],i=this.invTransform;return i&&r["applyTransform"](n,n,i),n},t.prototype.transformCoordToGlobal=function(t,e){var n=[t,e],i=this.transform;return i&&r["applyTransform"](n,n,i),n},t.prototype.getLineScale=function(){var t=this.transform;return t&&h(t[0]-1)>1e-10&&h(t[3]-1)>1e-10?Math.sqrt(h(t[0]*t[3]-t[2]*t[1])):1},t.prototype.copyTransform=function(t){p(this,t)},t.getLocalTransform=function(t,e){e=e||[];var n=t.originX||0,r=t.originY||0,o=t.scaleX,a=t.scaleY,s=t.anchorX,l=t.anchorY,u=t.rotation||0,c=t.x,h=t.y,d=t.skewX?Math.tan(t.skewX):0,f=t.skewY?Math.tan(-t.skewY):0;if(n||r||s||l){var p=n+s,g=r+l;e[4]=-p*o-d*g*a,e[5]=-g*a-f*p*o}else e[4]=e[5]=0;return e[0]=o,e[3]=a,e[1]=f*o,e[2]=d*a,u&&i["rotate"](e,e,u),e[4]+=n+c,e[5]+=r+h,e},t.initDefaultProps=function(){var e=t.prototype;e.scaleX=e.scaleY=e.globalScaleRatio=1,e.x=e.y=e.originX=e.originY=e.skewX=e.skewY=e.rotation=e.anchorX=e.anchorY=0}(),t}(),f=["x","y","originX","originY","anchorX","anchorY","rotation","scaleX","scaleY","skewX","skewY"];function p(t,e){for(var n=0;n-1?"center "+n:n+" center"}},appendArrow:function(t){var e=void 0;if(!this.appended){for(var n in this.appended=!0,t.attributes)if(/^_v-/.test(t.attributes[n].name)){e=t.attributes[n].name;break}var i=document.createElement("div");e&&i.setAttribute(e,""),i.setAttribute("x-arrow",""),i.className="popper__arrow",t.appendChild(i)}}},beforeDestroy:function(){this.doDestroy(!0),this.popperElm&&this.popperElm.parentNode===document.body&&(this.popperElm.removeEventListener("click",l),document.body.removeChild(this.popperElm))},deactivated:function(){this.$options.beforeDestroy[0].call(this)}}},3050:function(t,e,n){"use strict";var i=n("65b8").PROPER,r=n("6e02"),o=n("68c9"),a="​…᠎";t.exports=function(t){return r((function(){return!!o[t]()||a[t]()!==a||i&&o[t].name!==t}))}},"305a":function(t,e,n){var i=n("1225");i(i.S+i.F,"Object",{assign:n("ef62")})},3144:function(t,e,n){"use strict";var i=n("7685"),r=n("81e1"),o=n("dceb"),a=n("604c"),s=n("6e02"),l=n("b919"),u=n("c320"),c=n("aded"),h=n("50e9"),d=n("a05c"),f=n("3488"),p=n("e04e"),g=n("2656"),v=n("126d"),m=n("1909"),y=n("de82"),b=n("3571"),_=b("replace"),x=Math.max,w=Math.min,O=o([].concat),S=o([].push),C=o("".indexOf),k=o("".slice),j=function(t){return void 0===t?t:String(t)},M=function(){return"$0"==="a".replace(/./,"$0")}(),T=function(){return!!/./[_]&&""===/./[_]("a","$0")}(),A=!s((function(){var t=/./;return t.exec=function(){var t=[];return t.groups={a:"7"},t},"7"!=="".replace(t,"$")}));a("replace",(function(t,e,n){var o=T?"$":"$0";return[function(t,n){var i=p(this),o=c(t)?void 0:v(t,_);return o?r(o,t,i,n):r(e,f(i),t,n)},function(t,r){var a=l(this),s=f(t);if("string"==typeof r&&-1===C(r,o)&&-1===C(r,"$<")){var c=n(e,a,s,r);if(c.done)return c.value}var p=u(r);p||(r=f(r));var v,b=a.global;b&&(v=a.unicode,a.lastIndex=0);var _,M=[];while(1){if(_=y(a,s),null===_)break;if(S(M,_),!b)break;var T=f(_[0]);""===T&&(a.lastIndex=g(s,d(a.lastIndex),v))}for(var A="",I=0,E=0;E=I&&(A+=k(s,I,L)+D,I=L+P.length)}return A+k(s,I)}]}),!A||!M||T)},"31a1":function(t,e,n){"use strict";var i=TypeError,r=9007199254740991;t.exports=function(t){if(t>r)throw i("Maximum allowed index exceeded");return t}},"322d":function(t,e,n){"use strict";e.__esModule=!0,e.default=function(){if(r.default.prototype.$isServer)return 0;if(void 0!==a)return a;var t=document.createElement("div");t.className="el-scrollbar__wrap",t.style.visibility="hidden",t.style.width="100px",t.style.position="absolute",t.style.top="-9999px",document.body.appendChild(t);var e=t.offsetWidth;t.style.overflow="scroll";var n=document.createElement("div");n.style.width="100%",t.appendChild(n);var i=n.offsetWidth;return t.parentNode.removeChild(t),a=e-i,a};var i=n("56ac"),r=o(i);function o(t){return t&&t.__esModule?t:{default:t}}var a=void 0},3255:function(t,e,n){"use strict";var i=n("ac02"),r=n("9b30");i({target:"RegExp",proto:!0,forced:/./.exec!==r},{exec:r})},"32c0":function(t,e,n){var i=n("ad4a"),r=n("a139").concat("length","prototype");e.f=Object.getOwnPropertyNames||function(t){return i(t,r)}},"32c1":function(t,e,n){"use strict";var i=n("6e02"),r=n("c320"),o=/#|\.prototype\./,a=function(t,e){var n=l[s(t)];return n===c||n!==u&&(r(e)?i(e):!!e)},s=a.normalize=function(t){return String(t).replace(o,".").toLowerCase()},l=a.data={},u=a.NATIVE="N",c=a.POLYFILL="P";t.exports=a},"32ef":function(t,e,n){"use strict";var i=n("50af"),r=n("5325"),o=n("1a56"),a=function(){function t(){this.points=null,this.smooth=0,this.smoothConstraint=null}return t}(),s=function(t){function e(e){return t.call(this,e)||this}return Object(i["a"])(e,t),e.prototype.getDefaultShape=function(){return new a},e.prototype.buildPath=function(t,e){o["a"](t,e,!0)},e}(r["b"]);s.prototype.type="polygon",e["a"]=s},"32ff":function(t,e,n){"use strict";var i=n("ac02"),r=n("74bc"),o=n("c32f").f;i({target:"Object",stat:!0,forced:Object.defineProperty!==o,sham:!r},{defineProperty:o})},3488:function(t,e,n){"use strict";var i=n("9d12"),r=String;t.exports=function(t){if("Symbol"===i(t))throw new TypeError("Cannot convert a Symbol value to a string");return r(t)}},"348d":function(t,e,n){"use strict";var i=n("ac02"),r=n("dceb"),o=n("05b5"),a=n("88eb"),s=n("b07e"),l=r([].join),u=o!==Object,c=u||!s("join",",");i({target:"Array",proto:!0,forced:c},{join:function(t){return l(a(this),void 0===t?",":t)}})},"34e9":function(t,e,n){"use strict";var i=n("6e02"),r=n("3571"),o=n("74bc"),a=n("ba60"),s=r("iterator");t.exports=!i((function(){var t=new URL("b?a=1&b=2&c=3","https://a"),e=t.searchParams,n=new URLSearchParams("a=1&a=2&b=3"),i="";return t.pathname="c%20d",e.forEach((function(t,n){e["delete"]("b"),i+=n+t})),n["delete"]("a",2),n["delete"]("b",void 0),a&&(!t.toJSON||!n.has("a",1)||n.has("a",2)||!n.has("a",void 0)||n.has("b"))||!e.size&&(a||!o)||!e.sort||"https://a/c%20d?a=1&c=3"!==t.href||"3"!==e.get("c")||"a=1"!==String(new URLSearchParams("?a=1"))||!e[s]||"a"!==new URL("https://a@b").username||"b"!==new URLSearchParams(new URLSearchParams("a=b")).get("a")||"xn--e1aybc"!==new URL("https://тест").host||"#%D0%B1"!==new URL("https://a#б").hash||"a1c3"!==i||"x"!==new URL("https://x",void 0).host}))},"34f1":function(t,e,n){"use strict";var i=n("3571");e.f=i},3571:function(t,e,n){"use strict";var i=n("8279"),r=n("f8ed"),o=n("6e50"),a=n("b809"),s=n("b7bc"),l=n("c929"),u=i.Symbol,c=r("wks"),h=l?u["for"]||u:u&&u.withoutSetter||a;t.exports=function(t){return o(c,t)||(c[t]=s&&o(u,t)?u[t]:h("Symbol."+t)),c[t]}},"35bf":function(t,e,n){t.exports=function(t){var e={};function n(i){if(e[i])return e[i].exports;var r=e[i]={i:i,l:!1,exports:{}};return t[i].call(r.exports,r,r.exports,n),r.l=!0,r.exports}return n.m=t,n.c=e,n.d=function(t,e,i){n.o(t,e)||Object.defineProperty(t,e,{enumerable:!0,get:i})},n.r=function(t){"undefined"!==typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(t,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(t,"__esModule",{value:!0})},n.t=function(t,e){if(1&e&&(t=n(t)),8&e)return t;if(4&e&&"object"===typeof t&&t&&t.__esModule)return t;var i=Object.create(null);if(n.r(i),Object.defineProperty(i,"default",{enumerable:!0,value:t}),2&e&&"string"!=typeof t)for(var r in t)n.d(i,r,function(e){return t[e]}.bind(null,r));return i},n.n=function(t){var e=t&&t.__esModule?function(){return t["default"]}:function(){return t};return n.d(e,"a",e),e},n.o=function(t,e){return Object.prototype.hasOwnProperty.call(t,e)},n.p="/dist/",n(n.s=104)}({0:function(t,e,n){"use strict";function i(t,e,n,i,r,o,a,s){var l,u="function"===typeof t?t.options:t;if(e&&(u.render=e,u.staticRenderFns=n,u._compiled=!0),i&&(u.functional=!0),o&&(u._scopeId="data-v-"+o),a?(l=function(t){t=t||this.$vnode&&this.$vnode.ssrContext||this.parent&&this.parent.$vnode&&this.parent.$vnode.ssrContext,t||"undefined"===typeof __VUE_SSR_CONTEXT__||(t=__VUE_SSR_CONTEXT__),r&&r.call(this,t),t&&t._registeredComponents&&t._registeredComponents.add(a)},u._ssrRegister=l):r&&(l=s?function(){r.call(this,this.$root.$options.shadowRoot)}:r),l)if(u.functional){u._injectStyles=l;var c=u.render;u.render=function(t,e){return l.call(e),c(t,e)}}else{var h=u.beforeCreate;u.beforeCreate=h?[].concat(h,l):[l]}return{exports:t,options:u}}n.d(e,"a",(function(){return i}))},104:function(t,e,n){"use strict";n.r(e);var i=function(){var t=this,e=t.$createElement,n=t._self._c||e;return n("div",{staticClass:"el-progress",class:["el-progress--"+t.type,t.status?"is-"+t.status:"",{"el-progress--without-text":!t.showText,"el-progress--text-inside":t.textInside}],attrs:{role:"progressbar","aria-valuenow":t.percentage,"aria-valuemin":"0","aria-valuemax":"100"}},["line"===t.type?n("div",{staticClass:"el-progress-bar"},[n("div",{staticClass:"el-progress-bar__outer",style:{height:t.strokeWidth+"px",backgroundColor:t.defineBackColor}},[n("div",{staticClass:"el-progress-bar__inner",style:t.barStyle},[t.showText&&t.textInside?n("div",{staticClass:"el-progress-bar__innerText",style:{color:t.textColor}},[t._v(t._s(t.content))]):t._e()])])]):n("div",{staticClass:"el-progress-circle",style:{height:t.width+"px",width:t.width+"px"}},[n("svg",{attrs:{viewBox:"0 0 100 100"}},[n("path",{staticClass:"el-progress-circle__track",style:t.trailPathStyle,attrs:{d:t.trackPath,stroke:t.defineBackColor,"stroke-width":t.relativeStrokeWidth,fill:"none"}}),n("path",{staticClass:"el-progress-circle__path",style:t.circlePathStyle,attrs:{d:t.trackPath,stroke:t.stroke,fill:"none","stroke-linecap":t.strokeLinecap,"stroke-width":t.percentage?t.relativeStrokeWidth:0}})])]),t.showText&&!t.textInside?n("div",{staticClass:"el-progress__text",style:{fontSize:t.progressTextSize+"px",color:t.textColor}},[t.status?n("i",{class:t.iconClass}):[t._v(t._s(t.content))]],2):t._e()])},r=[];i._withStripped=!0;var o={name:"ElProgress",props:{type:{type:String,default:"line",validator:function(t){return["line","circle","dashboard"].indexOf(t)>-1}},percentage:{type:Number,default:0,required:!0,validator:function(t){return t>=0&&t<=100}},status:{type:String,validator:function(t){return["success","exception","warning"].indexOf(t)>-1}},strokeWidth:{type:Number,default:6},strokeLinecap:{type:String,default:"round"},textInside:{type:Boolean,default:!1},width:{type:Number,default:126},showText:{type:Boolean,default:!0},color:{type:[String,Array,Function],default:""},defineBackColor:{type:[String,Array,Function],default:"#ebeef5"},textColor:{type:[String,Array,Function],default:"#606266"},format:Function},computed:{barStyle:function(){var t={};return t.width=this.percentage+"%",t.backgroundColor=this.getCurrentColor(this.percentage),t},relativeStrokeWidth:function(){return(this.strokeWidth/this.width*100).toFixed(1)},radius:function(){return"circle"===this.type||"dashboard"===this.type?parseInt(50-parseFloat(this.relativeStrokeWidth)/2,10):0},trackPath:function(){var t=this.radius,e="dashboard"===this.type;return"\n M 50 50\n m 0 "+(e?"":"-")+t+"\n a "+t+" "+t+" 0 1 1 0 "+(e?"-":"")+2*t+"\n a "+t+" "+t+" 0 1 1 0 "+(e?"":"-")+2*t+"\n "},perimeter:function(){return 2*Math.PI*this.radius},rate:function(){return"dashboard"===this.type?.75:1},strokeDashoffset:function(){var t=-1*this.perimeter*(1-this.rate)/2;return t+"px"},trailPathStyle:function(){return{strokeDasharray:this.perimeter*this.rate+"px, "+this.perimeter+"px",strokeDashoffset:this.strokeDashoffset}},circlePathStyle:function(){return{strokeDasharray:this.perimeter*this.rate*(this.percentage/100)+"px, "+this.perimeter+"px",strokeDashoffset:this.strokeDashoffset,transition:"stroke-dasharray 0.6s ease 0s, stroke 0.6s ease"}},stroke:function(){var t=void 0;if(this.color)t=this.getCurrentColor(this.percentage);else switch(this.status){case"success":t="#13ce66";break;case"exception":t="#ff4949";break;case"warning":t="#e6a23c";break;default:t="#20a0ff"}return t},iconClass:function(){return"warning"===this.status?"el-icon-warning":"line"===this.type?"success"===this.status?"el-icon-circle-check":"el-icon-circle-close":"success"===this.status?"el-icon-check":"el-icon-close"},progressTextSize:function(){return"line"===this.type?12+.4*this.strokeWidth:.111111*this.width+2},content:function(){return"function"===typeof this.format?this.format(this.percentage)||"":this.percentage+"%"}},methods:{getCurrentColor:function(t){return"function"===typeof this.color?this.color(t):"string"===typeof this.color?this.color:this.getLevelColor(t)},getLevelColor:function(t){for(var e=this.getColorArray().sort((function(t,e){return t.percentage-e.percentage})),n=0;nt)return e[n].color;return e[e.length-1].color},getColorArray:function(){var t=this.color,e=100/t.length;return t.map((function(t,n){return"string"===typeof t?{color:t,percentage:(n+1)*e}:t}))}}},a=o,s=n(0),l=Object(s["a"])(a,i,r,!1,null,null,null);l.options.__file="packages/progress/src/progress.vue";var u=l.exports;u.install=function(t){t.component(u.name,u)};e["default"]=u}})},"35d4":function(t,e,n){"use strict";var i=n("50af"),r=n("5325"),o=function(){function t(){this.cx=0,this.cy=0,this.r=0,this.startAngle=0,this.endAngle=2*Math.PI,this.clockwise=!0}return t}(),a=function(t){function e(e){return t.call(this,e)||this}return Object(i["a"])(e,t),e.prototype.getDefaultStyle=function(){return{stroke:"#000",fill:null}},e.prototype.getDefaultShape=function(){return new o},e.prototype.buildPath=function(t,e){var n=e.cx,i=e.cy,r=Math.max(e.r,0),o=e.startAngle,a=e.endAngle,s=e.clockwise,l=Math.cos(o),u=Math.sin(o);t.moveTo(l*r+n,u*r+i),t.arc(n,i,r,o,a,!s)},e}(r["b"]);a.prototype.type="arc",e["a"]=a},3629:function(t,e){var n,i,r,o,a,s,l,u,c,h,d,f,p,g,v,m=!1;function y(){if(!m){m=!0;var t=navigator.userAgent,e=/(?:MSIE.(\d+\.\d+))|(?:(?:Firefox|GranParadiso|Iceweasel).(\d+\.\d+))|(?:Opera(?:.+Version.|.)(\d+\.\d+))|(?:AppleWebKit.(\d+(?:\.\d+)?))|(?:Trident\/\d+\.\d+.*rv:(\d+\.\d+))/.exec(t),y=/(Mac OS X)|(Windows)|(Linux)/.exec(t);if(f=/\b(iPhone|iP[ao]d)/.exec(t),p=/\b(iP[ao]d)/.exec(t),h=/Android/i.exec(t),g=/FBAN\/\w+;/i.exec(t),v=/Mobile/i.exec(t),d=!!/Win64/.exec(t),e){n=e[1]?parseFloat(e[1]):e[5]?parseFloat(e[5]):NaN,n&&document&&document.documentMode&&(n=document.documentMode);var b=/(?:Trident\/(\d+.\d+))/.exec(t);s=b?parseFloat(b[1])+4:n,i=e[2]?parseFloat(e[2]):NaN,r=e[3]?parseFloat(e[3]):NaN,o=e[4]?parseFloat(e[4]):NaN,o?(e=/(?:Chrome\/(\d+\.\d+))/.exec(t),a=e&&e[1]?parseFloat(e[1]):NaN):a=NaN}else n=i=r=a=o=NaN;if(y){if(y[1]){var _=/(?:Mac OS X (\d+(?:[._]\d+)?))/.exec(t);l=!_||parseFloat(_[1].replace("_","."))}else l=!1;u=!!y[2],c=!!y[3]}else l=u=c=!1}}var b={ie:function(){return y()||n},ieCompatibilityMode:function(){return y()||s>n},ie64:function(){return b.ie()&&d},firefox:function(){return y()||i},opera:function(){return y()||r},webkit:function(){return y()||o},safari:function(){return b.webkit()},chrome:function(){return y()||a},windows:function(){return y()||u},osx:function(){return y()||l},linux:function(){return y()||c},iphone:function(){return y()||f},mobile:function(){return y()||f||p||h||v},nativeApp:function(){return y()||g},android:function(){return y()||h},ipad:function(){return y()||p}};t.exports=b},3639:function(t,e,n){"use strict";var i=n("ac02"),r=n("81e1"),o=n("ba60"),a=n("65b8"),s=n("c320"),l=n("7b9b"),u=n("9ccb"),c=n("b76a"),h=n("7631"),d=n("c2f2"),f=n("9fdb"),p=n("3571"),g=n("812e"),v=n("b4b2"),m=a.PROPER,y=a.CONFIGURABLE,b=v.IteratorPrototype,_=v.BUGGY_SAFARI_ITERATORS,x=p("iterator"),w="keys",O="values",S="entries",C=function(){return this};t.exports=function(t,e,n,a,p,v,k){l(n,e,a);var j,M,T,A=function(t){if(t===p&&L)return L;if(!_&&t&&t in D)return D[t];switch(t){case w:return function(){return new n(this,t)};case O:return function(){return new n(this,t)};case S:return function(){return new n(this,t)}}return function(){return new n(this)}},I=e+" Iterator",E=!1,D=t.prototype,P=D[x]||D["@@iterator"]||p&&D[p],L=!_&&P||A(p),N="Array"===e&&D.entries||P;if(N&&(j=u(N.call(new t)),j!==Object.prototype&&j.next&&(o||u(j)===b||(c?c(j,b):s(j[x])||f(j,x,C)),h(j,I,!0,!0),o&&(g[I]=C))),m&&p===O&&P&&P.name!==O&&(!o&&y?d(D,"name",O):(E=!0,L=function(){return r(P,this)})),p)if(M={values:A(O),keys:v?L:A(w),entries:A(S)},k)for(T in M)(_||E||!(T in D))&&f(D,T,M[T]);else i({target:e,proto:!0,forced:_||E},M);return o&&!k||D[x]===L||f(D,x,L,{name:p}),g[e]=L,M}},3690:function(t,e,n){t.exports=!n("f103")&&!n("6cc6")((function(){return 7!=Object.defineProperty(n("78dd")("div"),"a",{get:function(){return 7}}).a}))},"369c":function(t,e,n){"use strict";var i=n("59ba"),r=Object.prototype.toString;function o(t){return"[object Array]"===r.call(t)}function a(t){return"undefined"===typeof t}function s(t){return null!==t&&!a(t)&&null!==t.constructor&&!a(t.constructor)&&"function"===typeof t.constructor.isBuffer&&t.constructor.isBuffer(t)}function l(t){return"[object ArrayBuffer]"===r.call(t)}function u(t){return"undefined"!==typeof FormData&&t instanceof FormData}function c(t){var e;return e="undefined"!==typeof ArrayBuffer&&ArrayBuffer.isView?ArrayBuffer.isView(t):t&&t.buffer&&t.buffer instanceof ArrayBuffer,e}function h(t){return"string"===typeof t}function d(t){return"number"===typeof t}function f(t){return null!==t&&"object"===typeof t}function p(t){return"[object Date]"===r.call(t)}function g(t){return"[object File]"===r.call(t)}function v(t){return"[object Blob]"===r.call(t)}function m(t){return"[object Function]"===r.call(t)}function y(t){return f(t)&&m(t.pipe)}function b(t){return"undefined"!==typeof URLSearchParams&&t instanceof URLSearchParams}function _(t){return t.replace(/^\s*/,"").replace(/\s*$/,"")}function x(){return("undefined"===typeof navigator||"ReactNative"!==navigator.product&&"NativeScript"!==navigator.product&&"NS"!==navigator.product)&&("undefined"!==typeof window&&"undefined"!==typeof document)}function w(t,e){if(null!==t&&"undefined"!==typeof t)if("object"!==typeof t&&(t=[t]),o(t))for(var n=0,i=t.length;n0&&void 0!==arguments[0]?arguments[0]:{},r=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{};!(n&&n.context&&i.target&&r.target)||t.contains(i.target)||t.contains(r.target)||t===i.target||n.context.popperElm&&(n.context.popperElm.contains(i.target)||n.context.popperElm.contains(r.target))||(e.expression&&t[l].methodName&&n.context[t[l].methodName]?n.context[t[l].methodName]():t[l].bindingFn&&t[l].bindingFn())}}!r.default.prototype.$isServer&&(0,o.on)(document,"mousedown",(function(t){return u=t})),!r.default.prototype.$isServer&&(0,o.on)(document,"mouseup",(function(t){s.forEach((function(e){return e[l].documentHandler(t,u)}))})),e.default={bind:function(t,e,n){s.push(t);var i=c++;t[l]={id:i,documentHandler:h(t,e,n),methodName:e.expression,bindingFn:e.value}},update:function(t,e,n){t[l].documentHandler=h(t,e,n),t[l].methodName=e.expression,t[l].bindingFn=e.value},unbind:function(t){for(var e=s.length,n=0;nMath.abs(o[1])?o[0]>0?"right":"left":o[1]>0?"bottom":"top"}function Z(t){return!t.isGroup}function J(t){return null!=t.shape}function Q(t,e,n){if(t&&e){var i=r(t);e.traverse((function(t){if(Z(t)&&t.anid){var e=i[t.anid];if(e){var r=o(t);t.attr(o(e)),Object(I["h"])(t,r,n,Object(A["a"])(t).dataIndex)}}}))}function r(t){var e={};return t.traverse((function(t){Z(t)&&t.anid&&(e[t.anid]=t)})),e}function o(t){var e={x:t.x,y:t.y,rotation:t.rotation};return J(t)&&(e.shape=Object(T["extend"])({},t.shape)),e}}function tt(t,e){return Object(T["map"])(t,(function(t){var n=t[0];n=E(n,e.x),n=D(n,e.x+e.width);var i=t[1];return i=E(i,e.y),i=D(i,e.y+e.height),[n,i]}))}function et(t,e){var n=E(t.x,e.x),i=D(t.x+t.width,e.x+e.width),r=E(t.y,e.y),o=D(t.y+t.height,e.y+e.height);if(i>=n&&o>=r)return{x:n,y:r,width:i-n,height:o-r}}function nt(t,e,n){var i=Object(T["extend"])({rectHover:!0},e),r=i.style={strokeNoScale:!0};if(n=n||{x:-1,y:-1,width:2,height:2},t)return 0===t.indexOf("image://")?(r.image=t.slice(8),Object(T["defaults"])(r,n),new l["a"](i)):F(t.replace("path://",""),i,n,"center")}function it(t,e,n,i,r){for(var o=0,a=r[r.length-1];o1)return!1;var v=ot(f,p,c,h)/d;return!(v<0||v>1)}function ot(t,e,n,i){return t*i-n*e}function at(t){return t<=1e-6&&t>=-1e-6}function st(t){var e=t.itemTooltipOption,n=t.componentModel,i=t.itemName,r=Object(T["isString"])(e)?{formatter:e}:e,o=n.mainType,a=n.componentIndex,s={componentType:o,name:i,$vars:["name"]};s[o+"Index"]=a;var l=t.formatterParamsExtra;l&&Object(T["each"])(Object(T["keys"])(l),(function(t){Object(T["hasOwn"])(s,t)||(s[t]=l[t],s.$vars.push(t))}));var u=Object(A["a"])(t.el);u.componentMainType=o,u.componentIndex=a,u.tooltipConfig={name:i,option:Object(T["defaults"])({content:i,encodeHTMLContent:!0,formatterParams:s},r)}}function lt(t,e){var n;t.isGroup&&(n=e(t)),n||t.traverse(e)}function ut(t,e){if(t)if(Object(T["isArray"])(t))for(var n=0;n=200&&t<300},headers:{common:{Accept:"application/json, text/plain, */*"}}};i.forEach(["delete","get","head"],(function(t){l.headers[t]={}})),i.forEach(["post","put","patch"],(function(t){l.headers[t]=i.merge(o)})),t.exports=l}).call(this,n("e649"))},"3c18":function(t,e,n){"use strict";var i=n("c90e"),r=String,o=TypeError;t.exports=function(t){if(i(t))return t;throw new o("Can't set "+r(t)+" as a prototype")}},"3c90":function(t,e){t.exports=i;var n=/\\.|\((?:\?<(.*?)>)?(?!\?)/g;function i(t,e,r){r=r||{},e=e||[];var o,a=r.strict,s=!1!==r.end,l=r.sensitive?"":"i",u=!1!==r.lookahead,c=0,h=e.length,d=0,f=0,p=0,g="";if(t instanceof RegExp){while(o=n.exec(t.source))"\\"!==o[0][0]&&e.push({name:o[1]||f++,optional:!1,offset:o.index});return t}if(Array.isArray(t))return t=t.map((function(t){return i(t,e,r).source})),new RegExp(t.join("|"),l);if("string"!==typeof t)throw new TypeError("path must be a string, array of strings, or regular expression");t=t.replace(/\\.|(\/)?(\.)?:(\w+)(\(.*?\))?(\*)?(\?)?|[.*]|\/\(/g,(function(n,i,r,o,a,s,l,u){if("\\"===n[0])return g+=n,p+=2,n;if("."===n)return g+="\\.",c+=1,p+=1,"\\.";if(i||r?g="":g+=t.slice(p,u),p=u+n.length,"*"===n)return c+=3,"(.*)";if("/("===n)return g+="/",c+=2,"/(?:";i=i||"",r=r?"\\.":"",l=l||"",a=a?a.replace(/\\.|\*/,(function(t){return"*"===t?"(.*)":t})):g?"((?:(?!/|"+g+").)+?)":"([^/"+r+"]+?)",e.push({name:o,optional:!!l,offset:u+c});var h="(?:"+r+i+a+(s?"((?:[/"+r+"].+?)?)":"")+")"+l;return c+=h.length-n.length,h}));while(o=n.exec(t))"\\"!==o[0][0]&&((h+d===e.length||e[h+d].offset>o.index)&&e.splice(h+d,0,{name:f++,optional:!1,offset:o.index}),d++);return t+=a?"":"/"===t[t.length-1]?"?":"/?",s?t+="$":"/"!==t[t.length-1]&&(t+=u?"(?=/|$)":"(?:/|$)"),new RegExp("^"+t,l)}},"3ca4":function(t,e,n){"use strict";e.__esModule=!0,e.isMac=e.isEmpty=e.isEqual=e.arrayEquals=e.looseEqual=e.capitalize=e.kebabCase=e.autoprefixer=e.isFirefox=e.isEdge=e.isIE=e.coerceTruthyValueToArray=e.arrayFind=e.arrayFindIndex=e.escapeRegexpString=e.valueEquals=e.generateId=e.getValueByPath=void 0;var i="function"===typeof Symbol&&"symbol"===typeof Symbol.iterator?function(t){return typeof t}:function(t){return t&&"function"===typeof Symbol&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t};e.noop=u,e.hasOwn=c,e.toObject=d,e.getPropByPath=f,e.rafThrottle=y,e.objToArray=b;var r=n("56ac"),o=s(r),a=n("2046");function s(t){return t&&t.__esModule?t:{default:t}}var l=Object.prototype.hasOwnProperty;function u(){}function c(t,e){return l.call(t,e)}function h(t,e){for(var n in e)t[n]=e[n];return t}function d(t){for(var e={},n=0;n0&&void 0!==arguments[0]?arguments[0]:"";return String(t).replace(/[|\\{}()[\]^$+*?.]/g,"\\$&")};var p=e.arrayFindIndex=function(t,e){for(var n=0;n!==t.length;++n)if(e(t[n]))return n;return-1},g=(e.arrayFind=function(t,e){var n=p(t,e);return-1!==n?t[n]:void 0},e.coerceTruthyValueToArray=function(t){return Array.isArray(t)?t:t?[t]:[]},e.isIE=function(){return!o.default.prototype.$isServer&&!isNaN(Number(document.documentMode))},e.isEdge=function(){return!o.default.prototype.$isServer&&navigator.userAgent.indexOf("Edge")>-1},e.isFirefox=function(){return!o.default.prototype.$isServer&&!!window.navigator.userAgent.match(/firefox/i)},e.autoprefixer=function(t){if("object"!==("undefined"===typeof t?"undefined":i(t)))return t;var e=["transform","transition","animation"],n=["ms-","webkit-"];return e.forEach((function(e){var i=t[e];e&&i&&n.forEach((function(n){t[n+e]=i}))})),t},e.kebabCase=function(t){var e=/([^-])([A-Z])/g;return t.replace(e,"$1-$2").replace(e,"$1-$2").toLowerCase()},e.capitalize=function(t){return(0,a.isString)(t)?t.charAt(0).toUpperCase()+t.slice(1):t},e.looseEqual=function(t,e){var n=(0,a.isObject)(t),i=(0,a.isObject)(e);return n&&i?JSON.stringify(t)===JSON.stringify(e):!n&&!i&&String(t)===String(e)}),v=e.arrayEquals=function(t,e){if(t=t||[],e=e||[],t.length!==e.length)return!1;for(var n=0;n

"===r&&(r=""),t._content=r,t.$emit("input",t._content),t.$emit("change",{html:r,text:a,quill:o})})),this.$emit("ready",this.quill))}},watch:{content:function(t,e){this.quill&&(t&&t!==this._content?(this._content=t,this.quill.pasteHTML(t)):t||this.quill.setText(""))},value:function(t,e){this.quill&&(t&&t!==this._content?(this._content=t,this.quill.pasteHTML(t)):t||this.quill.setText(""))},disabled:function(t,e){this.quill&&this.quill.enable(!t)}}}},function(t,e){t.exports=function(t,e,n,i,r,o){var a,s=t=t||{},l=typeof t.default;"object"!==l&&"function"!==l||(a=t,s=t.default);var u,c="function"==typeof s?s.options:s;if(e&&(c.render=e.render,c.staticRenderFns=e.staticRenderFns,c._compiled=!0),n&&(c.functional=!0),r&&(c._scopeId=r),o?(u=function(t){t=t||this.$vnode&&this.$vnode.ssrContext||this.parent&&this.parent.$vnode&&this.parent.$vnode.ssrContext,t||"undefined"==typeof __VUE_SSR_CONTEXT__||(t=__VUE_SSR_CONTEXT__),i&&i.call(this,t),t&&t._registeredComponents&&t._registeredComponents.add(o)},c._ssrRegister=u):i&&(u=i),u){var h=c.functional,d=h?c.render:c.beforeCreate;h?(c._injectStyles=u,c.render=function(t,e){return u.call(e),d(t,e)}):c.beforeCreate=d?[].concat(d,u):[u]}return{esModule:a,exports:s,options:c}}},function(t,e,n){"use strict";var i=function(){var t=this,e=t.$createElement,n=t._self._c||e;return n("div",{staticClass:"quill-editor"},[t._t("toolbar"),t._v(" "),n("div",{ref:"editor"})],2)},r=[],o={render:i,staticRenderFns:r};e.a=o}])}))},"3db9":function(t,e,n){"use strict";e.__esModule=!0;var i="function"===typeof Symbol&&"symbol"===typeof Symbol.iterator?function(t){return typeof t}:function(t){return t&&"function"===typeof Symbol&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t},r=n("5ff5"),o=a(r);function a(t){return t&&t.__esModule?t:{default:t}}var s,l=l||{};l.Dialog=function(t,e,n){var r=this;if(this.dialogNode=t,null===this.dialogNode||"dialog"!==this.dialogNode.getAttribute("role"))throw new Error("Dialog() requires a DOM element with ARIA role of dialog.");"string"===typeof e?this.focusAfterClosed=document.getElementById(e):"object"===("undefined"===typeof e?"undefined":i(e))?this.focusAfterClosed=e:this.focusAfterClosed=null,"string"===typeof n?this.focusFirst=document.getElementById(n):"object"===("undefined"===typeof n?"undefined":i(n))?this.focusFirst=n:this.focusFirst=null,this.focusFirst?this.focusFirst.focus():o.default.focusFirstDescendant(this.dialogNode),this.lastFocus=document.activeElement,s=function(t){r.trapFocus(t)},this.addListeners()},l.Dialog.prototype.addListeners=function(){document.addEventListener("focus",s,!0)},l.Dialog.prototype.removeListeners=function(){document.removeEventListener("focus",s,!0)},l.Dialog.prototype.closeDialog=function(){var t=this;this.removeListeners(),this.focusAfterClosed&&setTimeout((function(){t.focusAfterClosed.focus()}))},l.Dialog.prototype.trapFocus=function(t){o.default.IgnoreUtilFocusChanges||(this.dialogNode.contains(t.target)?this.lastFocus=t.target:(o.default.focusFirstDescendant(this.dialogNode),this.lastFocus===document.activeElement&&o.default.focusLastDescendant(this.dialogNode),this.lastFocus=document.activeElement))},e.default=l.Dialog},"3dbb":function(t,e,n){"use strict";var i=!("undefined"===typeof window||!window.document||!window.document.createElement),r={canUseDOM:i,canUseWorkers:"undefined"!==typeof Worker,canUseEventListeners:i&&!(!window.addEventListener&&!window.attachEvent),canUseViewport:i&&!!window.screen,isInWorker:!i};t.exports=r},"3e14":function(t,e,n){"use strict";var i=n("0a90"),r=n("1225"),o=n("ef34"),a=n("cd7f"),s=n("6f09"),l=n("bffb"),u=n("d9e7"),c=n("8fa8"),h=n("0a34")("iterator"),d=!([].keys&&"next"in[].keys()),f="@@iterator",p="keys",g="values",v=function(){return this};t.exports=function(t,e,n,m,y,b,_){l(n,e,m);var x,w,O,S=function(t){if(!d&&t in M)return M[t];switch(t){case p:return function(){return new n(this,t)};case g:return function(){return new n(this,t)}}return function(){return new n(this,t)}},C=e+" Iterator",k=y==g,j=!1,M=t.prototype,T=M[h]||M[f]||y&&M[y],A=T||S(y),I=y?k?S("entries"):A:void 0,E="Array"==e&&M.entries||T;if(E&&(O=c(E.call(new t)),O!==Object.prototype&&O.next&&(u(O,C,!0),i||"function"==typeof O[h]||a(O,h,v))),k&&T&&T.name!==g&&(j=!0,A=function(){return T.call(this)}),i&&!_||!d&&!j&&M[h]||a(M,h,A),s[e]=A,s[C]=v,y)if(x={values:k?A:S(g),keys:b?A:S(p),entries:I},_)for(w in x)w in M||o(M,w,x[w]);else r(r.P+r.F*(d||j),e,x);return x}},"3ea5":function(t,e){var n=/^(attrs|props|on|nativeOn|class|style|hook)$/;function i(t,e){return function(){t&&t.apply(this,arguments),e&&e.apply(this,arguments)}}t.exports=function(t){return t.reduce((function(t,e){var r,o,a,s,l;for(a in e)if(r=t[a],o=e[a],r&&n.test(a))if("class"===a&&("string"===typeof r&&(l=r,t[a]=r={},r[l]=!0),"string"===typeof o&&(l=o,e[a]=o={},o[l]=!0)),"on"===a||"nativeOn"===a||"hook"===a)for(s in o)r[s]=i(r[s],o[s]);else if(Array.isArray(r))t[a]=r.concat(o);else if(Array.isArray(o))t[a]=[r].concat(o);else for(s in o)r[s]=o[s];else t[a]=e[a];return t}),{})}},"3f13":function(t,e,n){"use strict";var i=n("ba60"),r=n("8279"),o=n("ecff"),a="__core-js_shared__",s=t.exports=r[a]||o(a,{});(s.versions||(s.versions=[])).push({version:"3.40.0",mode:i?"pure":"global",copyright:"© 2014-2025 Denis Pushkarev (zloirock.ru)",license:"https://github.com/zloirock/core-js/blob/v3.40.0/LICENSE",source:"https://github.com/zloirock/core-js"})},"3f81":function(t,e,n){"use strict";(function(t,i){var r,o="function"===typeof Symbol&&"symbol"===typeof Symbol.iterator?function(t){return typeof t}:function(t){return t&&"function"===typeof Symbol&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t}; +/** + * @license + * Lodash + * Copyright JS Foundation and other contributors + * Released under MIT license + * Based on Underscore.js 1.8.3 + * Copyright Jeremy Ashkenas, DocumentCloud and Investigative Reporters & Editors + */(function(){var a,s="4.17.10",l=200,u="Unsupported core-js use. Try https://npms.io/search?q=ponyfill.",c="Expected a function",h="__lodash_hash_undefined__",d=500,f="__lodash_placeholder__",p=1,g=2,v=4,m=1,y=2,b=1,_=2,x=4,w=8,O=16,S=32,C=64,k=128,j=256,M=512,T=30,A="...",I=800,E=16,D=1,P=2,L=3,N=1/0,R=9007199254740991,$=17976931348623157e292,B=NaN,F=4294967295,z=F-1,V=F>>>1,H=[["ary",k],["bind",b],["bindKey",_],["curry",w],["curryRight",O],["flip",M],["partial",S],["partialRight",C],["rearg",j]],q="[object Arguments]",W="[object Array]",G="[object AsyncFunction]",U="[object Boolean]",Y="[object Date]",X="[object DOMException]",K="[object Error]",Z="[object Function]",J="[object GeneratorFunction]",Q="[object Map]",tt="[object Number]",et="[object Null]",nt="[object Object]",it="[object Promise]",rt="[object Proxy]",ot="[object RegExp]",at="[object Set]",st="[object String]",lt="[object Symbol]",ut="[object Undefined]",ct="[object WeakMap]",ht="[object WeakSet]",dt="[object ArrayBuffer]",ft="[object DataView]",pt="[object Float32Array]",gt="[object Float64Array]",vt="[object Int8Array]",mt="[object Int16Array]",yt="[object Int32Array]",bt="[object Uint8Array]",_t="[object Uint8ClampedArray]",xt="[object Uint16Array]",wt="[object Uint32Array]",Ot=/\b__p \+= '';/g,St=/\b(__p \+=) '' \+/g,Ct=/(__e\(.*?\)|\b__t\)) \+\n'';/g,kt=/&(?:amp|lt|gt|quot|#39);/g,jt=/[&<>"']/g,Mt=RegExp(kt.source),Tt=RegExp(jt.source),At=/<%-([\s\S]+?)%>/g,It=/<%([\s\S]+?)%>/g,Et=/<%=([\s\S]+?)%>/g,Dt=/\.|\[(?:[^[\]]*|(["'])(?:(?!\1)[^\\]|\\.)*?\1)\]/,Pt=/^\w*$/,Lt=/[^.[\]]+|\[(?:(-?\d+(?:\.\d+)?)|(["'])((?:(?!\2)[^\\]|\\.)*?)\2)\]|(?=(?:\.|\[\])(?:\.|\[\]|$))/g,Nt=/[\\^$.*+?()[\]{}|]/g,Rt=RegExp(Nt.source),$t=/^\s+|\s+$/g,Bt=/^\s+/,Ft=/\s+$/,zt=/\{(?:\n\/\* \[wrapped with .+\] \*\/)?\n?/,Vt=/\{\n\/\* \[wrapped with (.+)\] \*/,Ht=/,? & /,qt=/[^\x00-\x2f\x3a-\x40\x5b-\x60\x7b-\x7f]+/g,Wt=/\\(\\)?/g,Gt=/\$\{([^\\}]*(?:\\.[^\\}]*)*)\}/g,Ut=/\w*$/,Yt=/^[-+]0x[0-9a-f]+$/i,Xt=/^0b[01]+$/i,Kt=/^\[object .+?Constructor\]$/,Zt=/^0o[0-7]+$/i,Jt=/^(?:0|[1-9]\d*)$/,Qt=/[\xc0-\xd6\xd8-\xf6\xf8-\xff\u0100-\u017f]/g,te=/($^)/,ee=/['\n\r\u2028\u2029\\]/g,ne="\\ud800-\\udfff",ie="\\u0300-\\u036f",re="\\ufe20-\\ufe2f",oe="\\u20d0-\\u20ff",ae=ie+re+oe,se="\\u2700-\\u27bf",le="a-z\\xdf-\\xf6\\xf8-\\xff",ue="\\xac\\xb1\\xd7\\xf7",ce="\\x00-\\x2f\\x3a-\\x40\\x5b-\\x60\\x7b-\\xbf",he="\\u2000-\\u206f",de=" \\t\\x0b\\f\\xa0\\ufeff\\n\\r\\u2028\\u2029\\u1680\\u180e\\u2000\\u2001\\u2002\\u2003\\u2004\\u2005\\u2006\\u2007\\u2008\\u2009\\u200a\\u202f\\u205f\\u3000",fe="A-Z\\xc0-\\xd6\\xd8-\\xde",pe="\\ufe0e\\ufe0f",ge=ue+ce+he+de,ve="['’]",me="["+ne+"]",ye="["+ge+"]",be="["+ae+"]",_e="\\d+",xe="["+se+"]",we="["+le+"]",Oe="[^"+ne+ge+_e+se+le+fe+"]",Se="\\ud83c[\\udffb-\\udfff]",Ce="(?:"+be+"|"+Se+")",ke="[^"+ne+"]",je="(?:\\ud83c[\\udde6-\\uddff]){2}",Me="[\\ud800-\\udbff][\\udc00-\\udfff]",Te="["+fe+"]",Ae="\\u200d",Ie="(?:"+we+"|"+Oe+")",Ee="(?:"+Te+"|"+Oe+")",De="(?:"+ve+"(?:d|ll|m|re|s|t|ve))?",Pe="(?:"+ve+"(?:D|LL|M|RE|S|T|VE))?",Le=Ce+"?",Ne="["+pe+"]?",Re="(?:"+Ae+"(?:"+[ke,je,Me].join("|")+")"+Ne+Le+")*",$e="\\d*(?:1st|2nd|3rd|(?![123])\\dth)(?=\\b|[A-Z_])",Be="\\d*(?:1ST|2ND|3RD|(?![123])\\dTH)(?=\\b|[a-z_])",Fe=Ne+Le+Re,ze="(?:"+[xe,je,Me].join("|")+")"+Fe,Ve="(?:"+[ke+be+"?",be,je,Me,me].join("|")+")",He=RegExp(ve,"g"),qe=RegExp(be,"g"),We=RegExp(Se+"(?="+Se+")|"+Ve+Fe,"g"),Ge=RegExp([Te+"?"+we+"+"+De+"(?="+[ye,Te,"$"].join("|")+")",Ee+"+"+Pe+"(?="+[ye,Te+Ie,"$"].join("|")+")",Te+"?"+Ie+"+"+De,Te+"+"+Pe,Be,$e,_e,ze].join("|"),"g"),Ue=RegExp("["+Ae+ne+ae+pe+"]"),Ye=/[a-z][A-Z]|[A-Z]{2,}[a-z]|[0-9][a-zA-Z]|[a-zA-Z][0-9]|[^a-zA-Z0-9 ]/,Xe=["Array","Buffer","DataView","Date","Error","Float32Array","Float64Array","Function","Int8Array","Int16Array","Int32Array","Map","Math","Object","Promise","RegExp","Set","String","Symbol","TypeError","Uint8Array","Uint8ClampedArray","Uint16Array","Uint32Array","WeakMap","_","clearTimeout","isFinite","parseInt","setTimeout"],Ke=-1,Ze={};Ze[pt]=Ze[gt]=Ze[vt]=Ze[mt]=Ze[yt]=Ze[bt]=Ze[_t]=Ze[xt]=Ze[wt]=!0,Ze[q]=Ze[W]=Ze[dt]=Ze[U]=Ze[ft]=Ze[Y]=Ze[K]=Ze[Z]=Ze[Q]=Ze[tt]=Ze[nt]=Ze[ot]=Ze[at]=Ze[st]=Ze[ct]=!1;var Je={};Je[q]=Je[W]=Je[dt]=Je[ft]=Je[U]=Je[Y]=Je[pt]=Je[gt]=Je[vt]=Je[mt]=Je[yt]=Je[Q]=Je[tt]=Je[nt]=Je[ot]=Je[at]=Je[st]=Je[lt]=Je[bt]=Je[_t]=Je[xt]=Je[wt]=!0,Je[K]=Je[Z]=Je[ct]=!1;var Qe={"À":"A","Á":"A","Â":"A","Ã":"A","Ä":"A","Å":"A","à":"a","á":"a","â":"a","ã":"a","ä":"a","å":"a","Ç":"C","ç":"c","Ð":"D","ð":"d","È":"E","É":"E","Ê":"E","Ë":"E","è":"e","é":"e","ê":"e","ë":"e","Ì":"I","Í":"I","Î":"I","Ï":"I","ì":"i","í":"i","î":"i","ï":"i","Ñ":"N","ñ":"n","Ò":"O","Ó":"O","Ô":"O","Õ":"O","Ö":"O","Ø":"O","ò":"o","ó":"o","ô":"o","õ":"o","ö":"o","ø":"o","Ù":"U","Ú":"U","Û":"U","Ü":"U","ù":"u","ú":"u","û":"u","ü":"u","Ý":"Y","ý":"y","ÿ":"y","Æ":"Ae","æ":"ae","Þ":"Th","þ":"th","ß":"ss","Ā":"A","Ă":"A","Ą":"A","ā":"a","ă":"a","ą":"a","Ć":"C","Ĉ":"C","Ċ":"C","Č":"C","ć":"c","ĉ":"c","ċ":"c","č":"c","Ď":"D","Đ":"D","ď":"d","đ":"d","Ē":"E","Ĕ":"E","Ė":"E","Ę":"E","Ě":"E","ē":"e","ĕ":"e","ė":"e","ę":"e","ě":"e","Ĝ":"G","Ğ":"G","Ġ":"G","Ģ":"G","ĝ":"g","ğ":"g","ġ":"g","ģ":"g","Ĥ":"H","Ħ":"H","ĥ":"h","ħ":"h","Ĩ":"I","Ī":"I","Ĭ":"I","Į":"I","İ":"I","ĩ":"i","ī":"i","ĭ":"i","į":"i","ı":"i","Ĵ":"J","ĵ":"j","Ķ":"K","ķ":"k","ĸ":"k","Ĺ":"L","Ļ":"L","Ľ":"L","Ŀ":"L","Ł":"L","ĺ":"l","ļ":"l","ľ":"l","ŀ":"l","ł":"l","Ń":"N","Ņ":"N","Ň":"N","Ŋ":"N","ń":"n","ņ":"n","ň":"n","ŋ":"n","Ō":"O","Ŏ":"O","Ő":"O","ō":"o","ŏ":"o","ő":"o","Ŕ":"R","Ŗ":"R","Ř":"R","ŕ":"r","ŗ":"r","ř":"r","Ś":"S","Ŝ":"S","Ş":"S","Š":"S","ś":"s","ŝ":"s","ş":"s","š":"s","Ţ":"T","Ť":"T","Ŧ":"T","ţ":"t","ť":"t","ŧ":"t","Ũ":"U","Ū":"U","Ŭ":"U","Ů":"U","Ű":"U","Ų":"U","ũ":"u","ū":"u","ŭ":"u","ů":"u","ű":"u","ų":"u","Ŵ":"W","ŵ":"w","Ŷ":"Y","ŷ":"y","Ÿ":"Y","Ź":"Z","Ż":"Z","Ž":"Z","ź":"z","ż":"z","ž":"z","IJ":"IJ","ij":"ij","Œ":"Oe","œ":"oe","ʼn":"'n","ſ":"s"},tn={"&":"&","<":"<",">":">",'"':""","'":"'"},en={"&":"&","<":"<",">":">",""":'"',"'":"'"},nn={"\\":"\\","'":"'","\n":"n","\r":"r","\u2028":"u2028","\u2029":"u2029"},rn=parseFloat,on=parseInt,an="object"===("undefined"===typeof t?"undefined":o(t))&&t&&t.Object===Object&&t,sn="object"===("undefined"===typeof self?"undefined":o(self))&&self&&self.Object===Object&&self,ln=an||sn||Function("return this")(),un="object"===o(e)&&e&&!e.nodeType&&e,cn=un&&"object"===o(i)&&i&&!i.nodeType&&i,hn=cn&&cn.exports===un,dn=hn&&an.process,fn=function(){try{var t=cn&&cn.require&&cn.require("util").types;return t||dn&&dn.binding&&dn.binding("util")}catch(e){}}(),pn=fn&&fn.isArrayBuffer,gn=fn&&fn.isDate,vn=fn&&fn.isMap,mn=fn&&fn.isRegExp,yn=fn&&fn.isSet,bn=fn&&fn.isTypedArray;function _n(t,e,n){switch(n.length){case 0:return t.call(e);case 1:return t.call(e,n[0]);case 2:return t.call(e,n[0],n[1]);case 3:return t.call(e,n[0],n[1],n[2])}return t.apply(e,n)}function xn(t,e,n,i){var r=-1,o=null==t?0:t.length;while(++r-1}function jn(t,e,n){var i=-1,r=null==t?0:t.length;while(++i-1);return n}function Qn(t,e){var n=t.length;while(n--&&$n(e,t[n],0)>-1);return n}function ti(t,e){var n=t.length,i=0;while(n--)t[n]===e&&++i;return i}var ei=Hn(Qe),ni=Hn(tn);function ii(t){return"\\"+nn[t]}function ri(t,e){return null==t?a:t[e]}function oi(t){return Ue.test(t)}function ai(t){return Ye.test(t)}function si(t){var e,n=[];while(!(e=t.next()).done)n.push(e.value);return n}function li(t){var e=-1,n=Array(t.size);return t.forEach((function(t,i){n[++e]=[i,t]})),n}function ui(t,e){return function(n){return t(e(n))}}function ci(t,e){var n=-1,i=t.length,r=0,o=[];while(++n-1}function Vi(t,e){var n=this.__data__,i=cr(n,t);return i<0?(++this.size,n.push([t,e])):n[i][1]=e,this}function Hi(t){var e=-1,n=null==t?0:t.length;this.clear();while(++e=e?t:e)),t}function mr(t,e,n,i,r,o){var s,l=e&p,u=e&g,c=e&v;if(n&&(s=r?n(t,i,r,o):n(t)),s!==a)return s;if(!Oc(t))return t;var h=sc(t);if(h){if(s=es(t),!l)return ra(t,s)}else{var d=Za(t),f=d==Z||d==J;if(dc(t))return Yo(t,l);if(d==nt||d==q||f&&!r){if(s=u||f?{}:ns(t),!l)return u?sa(t,fr(s,t)):aa(t,dr(s,t))}else{if(!Je[d])return r?t:{};s=is(t,d,l)}}o||(o=new Ji);var m=o.get(t);if(m)return m;if(o.set(t,s),Nc(t))return t.forEach((function(i){s.add(mr(i,e,n,i,t,o))})),s;if(Cc(t))return t.forEach((function(i,r){s.set(r,mr(i,e,n,r,t,o))})),s;var y=c?u?Fa:Ba:u?wh:xh,b=h?a:y(t);return wn(b||t,(function(i,r){b&&(r=i,i=t[r]),ur(s,r,mr(i,e,n,r,t,o))})),s}function yr(t){var e=xh(t);return function(n){return br(n,t,e)}}function br(t,e,n){var i=n.length;if(null==t)return!i;t=ie(t);while(i--){var r=n[i],o=e[r],s=t[r];if(s===a&&!(r in t)||!o(s))return!1}return!0}function _r(t,e,n){if("function"!==typeof t)throw new ae(c);return Ss((function(){t.apply(a,n)}),e)}function xr(t,e,n,i){var r=-1,o=kn,a=!0,s=t.length,u=[],c=e.length;if(!s)return u;n&&(e=Mn(e,Xn(n))),i?(o=jn,a=!1):e.length>=l&&(o=Zn,a=!1,e=new Xi(e));t:while(++rr?0:r+n),i=i===a||i>r?r:Uc(i),i<0&&(i+=r),i=n>i?0:Yc(i);while(n0&&n(s)?e>1?Mr(s,e-1,n,i,r):Tn(r,s):i||(r[r.length]=s)}return r}var Tr=ha(),Ar=ha(!0);function Ir(t,e){return t&&Tr(t,e,xh)}function Er(t,e){return t&&Ar(t,e,xh)}function Dr(t,e){return Cn(e,(function(e){return _c(t[e])}))}function Pr(t,e){e=qo(e,t);var n=0,i=e.length;while(null!=t&&ne}function $r(t,e){return null!=t&&de.call(t,e)}function Br(t,e){return null!=t&&e in ie(t)}function Fr(t,e,n){return t>=Ve(e,n)&&t=120&&d.length>=120)?new Xi(l&&d):a}d=t[0];var f=-1,p=u[0];t:while(++f-1)s!==t&&ke.call(s,l,1),ke.call(t,l,1)}return t}function mo(t,e){var n=t?e.length:0,i=n-1;while(n--){var r=e[n];if(n==i||r!==o){var o=r;as(r)?ke.call(t,r,1):No(t,r)}}return t}function yo(t,e){return t+Le(Ue()*(e-t+1))}function bo(t,e,i,r){var o=-1,a=ze(Pe((e-t)/(i||1)),0),s=n(a);while(a--)s[r?a:++o]=t,t+=i;return s}function _o(t,e){var n="";if(!t||e<1||e>R)return n;do{e%2&&(n+=t),e=Le(e/2),e&&(t+=t)}while(e);return n}function xo(t,e){return Cs(_s(t,e,Td),t+"")}function wo(t){return or(Fh(t))}function Oo(t,e){var n=Fh(t);return Ms(n,vr(e,0,n.length))}function So(t,e,n,i){if(!Oc(t))return t;e=qo(e,t);var r=-1,o=e.length,s=o-1,l=t;while(null!=l&&++ro?0:o+e),i=i>o?o:i,i<0&&(i+=o),o=e>i?0:i-e>>>0,e>>>=0;var a=n(o);while(++r>>1,a=t[o];null!==a&&!$c(a)&&(n?a<=e:a=l){var c=e?null:Ta(t);if(c)return di(c);a=!1,r=Zn,u=new Xi}else u=e?[]:s;t:while(++i=i?t:Mo(t,e,n)}var Uo=Ie||function(t){return ln.clearTimeout(t)};function Yo(t,e){if(e)return t.slice();var n=t.length,i=we?we(n):new t.constructor(n);return t.copy(i),i}function Xo(t){var e=new t.constructor(t.byteLength);return new xe(e).set(new xe(t)),e}function Ko(t,e){var n=e?Xo(t.buffer):t.buffer;return new t.constructor(n,t.byteOffset,t.byteLength)}function Zo(t){var e=new t.constructor(t.source,Ut.exec(t));return e.lastIndex=t.lastIndex,e}function Jo(t){return bi?ie(bi.call(t)):{}}function Qo(t,e){var n=e?Xo(t.buffer):t.buffer;return new t.constructor(n,t.byteOffset,t.length)}function ta(t,e){if(t!==e){var n=t!==a,i=null===t,r=t===t,o=$c(t),s=e!==a,l=null===e,u=e===e,c=$c(e);if(!l&&!c&&!o&&t>e||o&&s&&u&&!l&&!c||i&&s&&u||!n&&u||!r)return 1;if(!i&&!o&&!c&&t=s)return l;var u=n[i];return l*("desc"==u?-1:1)}}return t.index-e.index}function na(t,e,i,r){var o=-1,a=t.length,s=i.length,l=-1,u=e.length,c=ze(a-s,0),h=n(u+c),d=!r;while(++l1?n[r-1]:a,s=r>2?n[2]:a;o=t.length>3&&"function"===typeof o?(r--,o):a,s&&ss(n[0],n[1],s)&&(o=r<3?a:o,r=1),e=ie(e);while(++i-1?r[o?e[s]:s]:a}}function ya(t){return $a((function(e){var n=e.length,i=n,r=ki.prototype.thru;t&&e.reverse();while(i--){var o=e[i];if("function"!==typeof o)throw new ae(c);if(r&&!s&&"wrapper"==Va(o))var s=new ki([],!0)}i=s?i:n;while(++i1&&b.reverse(),d&&cl))return!1;var c=o.get(t);if(c&&o.get(e))return c==e;var h=-1,d=!0,f=n&y?new Xi:a;o.set(t,e),o.set(e,t);while(++h1?"& ":"")+e[i],e=e.join(n>2?", ":" "),t.replace(zt,"{\n/* [wrapped with "+e+"] */\n")}function os(t){return sc(t)||ac(t)||!!(je&&t&&t[je])}function as(t,e){var n="undefined"===typeof t?"undefined":o(t);return e=null==e?R:e,!!e&&("number"==n||"symbol"!=n&&Jt.test(t))&&t>-1&&t%1==0&&t0){if(++e>=I)return arguments[0]}else e=0;return t.apply(a,arguments)}}function Ms(t,e){var n=-1,i=t.length,r=i-1;e=e===a?i:e;while(++n1?t[e-1]:a;return n="function"===typeof n?(t.pop(),n):a,Ll(t,n)}));function ql(t){var e=wi(t);return e.__chain__=!0,e}function Wl(t,e){return e(t),t}function Gl(t,e){return e(t)}var Ul=$a((function(t){var e=t.length,n=e?t[0]:0,i=this.__wrapped__,r=function(e){return gr(e,t)};return!(e>1||this.__actions__.length)&&i instanceof ji&&as(n)?(i=i.slice(n,+n+(e?1:0)),i.__actions__.push({func:Gl,args:[r],thisArg:a}),new ki(i,this.__chain__).thru((function(t){return e&&!t.length&&t.push(a),t}))):this.thru(r)}));function Yl(){return ql(this)}function Xl(){return new ki(this.value(),this.__chain__)}function Kl(){this.__values__===a&&(this.__values__=Wc(this.value()));var t=this.__index__>=this.__values__.length,e=t?a:this.__values__[this.__index__++];return{done:t,value:e}}function Zl(){return this}function Jl(t){var e,n=this;while(n instanceof Ci){var i=Ds(n);i.__index__=0,i.__values__=a,e?r.__wrapped__=i:e=i;var r=i;n=n.__wrapped__}return r.__wrapped__=t,e}function Ql(){var t=this.__wrapped__;if(t instanceof ji){var e=t;return this.__actions__.length&&(e=new ji(this)),e=e.reverse(),e.__actions__.push({func:Gl,args:[fl],thisArg:a}),new ki(e,this.__chain__)}return this.thru(fl)}function tu(){return Bo(this.__wrapped__,this.__actions__)}var eu=la((function(t,e,n){de.call(t,n)?++t[n]:pr(t,n,1)}));function nu(t,e,n){var i=sc(t)?Sn:Sr;return n&&ss(t,e,n)&&(e=a),i(t,qa(e,3))}function iu(t,e){var n=sc(t)?Cn:jr;return n(t,qa(e,3))}var ru=ma(Ws),ou=ma(Gs);function au(t,e){return Mr(gu(t,e),1)}function su(t,e){return Mr(gu(t,e),N)}function lu(t,e,n){return n=n===a?1:Uc(n),Mr(gu(t,e),n)}function uu(t,e){var n=sc(t)?wn:wr;return n(t,qa(e,3))}function cu(t,e){var n=sc(t)?On:Or;return n(t,qa(e,3))}var hu=la((function(t,e,n){de.call(t,n)?t[n].push(e):pr(t,n,[e])}));function du(t,e,n,i){t=uc(t)?t:Fh(t),n=n&&!i?Uc(n):0;var r=t.length;return n<0&&(n=ze(r+n,0)),Rc(t)?n<=r&&t.indexOf(e,n)>-1:!!r&&$n(t,e,n)>-1}var fu=xo((function(t,e,i){var r=-1,o="function"===typeof e,a=uc(t)?n(t.length):[];return wr(t,(function(t){a[++r]=o?_n(e,t,i):Hr(t,e,i)})),a})),pu=la((function(t,e,n){pr(t,n,e)}));function gu(t,e){var n=sc(t)?Mn:oo;return n(t,qa(e,3))}function vu(t,e,n,i){return null==t?[]:(sc(e)||(e=null==e?[]:[e]),n=i?a:n,sc(n)||(n=null==n?[]:[n]),ho(t,e,n))}var mu=la((function(t,e,n){t[n?0:1].push(e)}),(function(){return[[],[]]}));function yu(t,e,n){var i=sc(t)?An:qn,r=arguments.length<3;return i(t,qa(e,4),n,r,wr)}function bu(t,e,n){var i=sc(t)?In:qn,r=arguments.length<3;return i(t,qa(e,4),n,r,Or)}function _u(t,e){var n=sc(t)?Cn:jr;return n(t,Fu(qa(e,3)))}function xu(t){var e=sc(t)?or:wo;return e(t)}function wu(t,e,n){e=(n?ss(t,e,n):e===a)?1:Uc(e);var i=sc(t)?ar:Oo;return i(t,e)}function Ou(t){var e=sc(t)?sr:jo;return e(t)}function Su(t){if(null==t)return 0;if(uc(t))return Rc(t)?vi(t):t.length;var e=Za(t);return e==Q||e==at?t.size:no(t).length}function Cu(t,e,n){var i=sc(t)?En:To;return n&&ss(t,e,n)&&(e=a),i(t,qa(e,3))}var ku=xo((function(t,e){if(null==t)return[];var n=e.length;return n>1&&ss(t,e[0],e[1])?e=[]:n>2&&ss(e[0],e[1],e[2])&&(e=[e[0]]),ho(t,Mr(e,1),[])})),ju=Ee||function(){return ln.Date.now()};function Mu(t,e){if("function"!==typeof e)throw new ae(c);return t=Uc(t),function(){if(--t<1)return e.apply(this,arguments)}}function Tu(t,e,n){return e=n?a:e,e=t&&null==e?t.length:e,Ia(t,k,a,a,a,a,e)}function Au(t,e){var n;if("function"!==typeof e)throw new ae(c);return t=Uc(t),function(){return--t>0&&(n=e.apply(this,arguments)),t<=1&&(e=a),n}}var Iu=xo((function(t,e,n){var i=b;if(n.length){var r=ci(n,Ha(Iu));i|=S}return Ia(t,i,e,n,r)})),Eu=xo((function(t,e,n){var i=b|_;if(n.length){var r=ci(n,Ha(Eu));i|=S}return Ia(e,i,t,n,r)}));function Du(t,e,n){e=n?a:e;var i=Ia(t,w,a,a,a,a,a,e);return i.placeholder=Du.placeholder,i}function Pu(t,e,n){e=n?a:e;var i=Ia(t,O,a,a,a,a,a,e);return i.placeholder=Pu.placeholder,i}function Lu(t,e,n){var i,r,o,s,l,u,h=0,d=!1,f=!1,p=!0;if("function"!==typeof t)throw new ae(c);function g(e){var n=i,o=r;return i=r=a,h=e,s=t.apply(o,n),s}function v(t){return h=t,l=Ss(b,e),d?g(t):s}function m(t){var n=t-u,i=t-h,r=e-n;return f?Ve(r,o-i):r}function y(t){var n=t-u,i=t-h;return u===a||n>=e||n<0||f&&i>=o}function b(){var t=ju();if(y(t))return _(t);l=Ss(b,m(t))}function _(t){return l=a,p&&i?g(t):(i=r=a,s)}function x(){l!==a&&Uo(l),h=0,i=u=r=l=a}function w(){return l===a?s:_(ju())}function O(){var t=ju(),n=y(t);if(i=arguments,r=this,u=t,n){if(l===a)return v(u);if(f)return l=Ss(b,e),g(u)}return l===a&&(l=Ss(b,e)),s}return e=Xc(e)||0,Oc(n)&&(d=!!n.leading,f="maxWait"in n,o=f?ze(Xc(n.maxWait)||0,e):o,p="trailing"in n?!!n.trailing:p),O.cancel=x,O.flush=w,O}var Nu=xo((function(t,e){return _r(t,1,e)})),Ru=xo((function(t,e,n){return _r(t,Xc(e)||0,n)}));function $u(t){return Ia(t,M)}function Bu(t,e){if("function"!==typeof t||null!=e&&"function"!==typeof e)throw new ae(c);var n=function n(){var i=arguments,r=e?e.apply(this,i):i[0],o=n.cache;if(o.has(r))return o.get(r);var a=t.apply(this,i);return n.cache=o.set(r,a)||o,a};return n.cache=new(Bu.Cache||Hi),n}function Fu(t){if("function"!==typeof t)throw new ae(c);return function(){var e=arguments;switch(e.length){case 0:return!t.call(this);case 1:return!t.call(this,e[0]);case 2:return!t.call(this,e[0],e[1]);case 3:return!t.call(this,e[0],e[1],e[2])}return!t.apply(this,e)}}function zu(t){return Au(2,t)}Bu.Cache=Hi;var Vu=Wo((function(t,e){e=1==e.length&&sc(e[0])?Mn(e[0],Xn(qa())):Mn(Mr(e,1),Xn(qa()));var n=e.length;return xo((function(i){var r=-1,o=Ve(i.length,n);while(++r=e})),ac=qr(function(){return arguments}())?qr:function(t){return Sc(t)&&de.call(t,"callee")&&!Ce.call(t,"callee")},sc=n.isArray,lc=pn?Xn(pn):Wr;function uc(t){return null!=t&&wc(t.length)&&!_c(t)}function cc(t){return Sc(t)&&uc(t)}function hc(t){return!0===t||!1===t||Sc(t)&&Nr(t)==U}var dc=Re||Ud,fc=gn?Xn(gn):Gr;function pc(t){return Sc(t)&&1===t.nodeType&&!Dc(t)}function gc(t){if(null==t)return!0;if(uc(t)&&(sc(t)||"string"===typeof t||"function"===typeof t.splice||dc(t)||Bc(t)||ac(t)))return!t.length;var e=Za(t);if(e==Q||e==at)return!t.size;if(fs(t))return!no(t).length;for(var n in t)if(de.call(t,n))return!1;return!0}function vc(t,e){return Ur(t,e)}function mc(t,e,n){n="function"===typeof n?n:a;var i=n?n(t,e):a;return i===a?Ur(t,e,a,n):!!i}function yc(t){if(!Sc(t))return!1;var e=Nr(t);return e==K||e==X||"string"===typeof t.message&&"string"===typeof t.name&&!Dc(t)}function bc(t){return"number"===typeof t&&$e(t)}function _c(t){if(!Oc(t))return!1;var e=Nr(t);return e==Z||e==J||e==G||e==rt}function xc(t){return"number"===typeof t&&t==Uc(t)}function wc(t){return"number"===typeof t&&t>-1&&t%1==0&&t<=R}function Oc(t){var e="undefined"===typeof t?"undefined":o(t);return null!=t&&("object"==e||"function"==e)}function Sc(t){return null!=t&&"object"===("undefined"===typeof t?"undefined":o(t))}var Cc=vn?Xn(vn):Xr;function kc(t,e){return t===e||Kr(t,e,Ga(e))}function jc(t,e,n){return n="function"===typeof n?n:a,Kr(t,e,Ga(e),n)}function Mc(t){return Ec(t)&&t!=+t}function Tc(t){if(ds(t))throw new r(u);return Zr(t)}function Ac(t){return null===t}function Ic(t){return null==t}function Ec(t){return"number"===typeof t||Sc(t)&&Nr(t)==tt}function Dc(t){if(!Sc(t)||Nr(t)!=nt)return!1;var e=Oe(t);if(null===e)return!0;var n=de.call(e,"constructor")&&e.constructor;return"function"===typeof n&&n instanceof n&&he.call(n)==ve}var Pc=mn?Xn(mn):Jr;function Lc(t){return xc(t)&&t>=-R&&t<=R}var Nc=yn?Xn(yn):Qr;function Rc(t){return"string"===typeof t||!sc(t)&&Sc(t)&&Nr(t)==st}function $c(t){return"symbol"===("undefined"===typeof t?"undefined":o(t))||Sc(t)&&Nr(t)==lt}var Bc=bn?Xn(bn):to;function Fc(t){return t===a}function zc(t){return Sc(t)&&Za(t)==ct}function Vc(t){return Sc(t)&&Nr(t)==ht}var Hc=ka(ro),qc=ka((function(t,e){return t<=e}));function Wc(t){if(!t)return[];if(uc(t))return Rc(t)?mi(t):ra(t);if(Me&&t[Me])return si(t[Me]());var e=Za(t),n=e==Q?li:e==at?di:Fh;return n(t)}function Gc(t){if(!t)return 0===t?t:0;if(t=Xc(t),t===N||t===-N){var e=t<0?-1:1;return e*$}return t===t?t:0}function Uc(t){var e=Gc(t),n=e%1;return e===e?n?e-n:e:0}function Yc(t){return t?vr(Uc(t),0,F):0}function Xc(t){if("number"===typeof t)return t;if($c(t))return B;if(Oc(t)){var e="function"===typeof t.valueOf?t.valueOf():t;t=Oc(e)?e+"":e}if("string"!==typeof t)return 0===t?t:+t;t=t.replace($t,"");var n=Xt.test(t);return n||Zt.test(t)?on(t.slice(2),n?2:8):Yt.test(t)?B:+t}function Kc(t){return oa(t,wh(t))}function Zc(t){return t?vr(Uc(t),-R,R):0===t?t:0}function Jc(t){return null==t?"":Po(t)}var Qc=ua((function(t,e){if(fs(e)||uc(e))oa(e,xh(e),t);else for(var n in e)de.call(e,n)&&ur(t,n,e[n])})),th=ua((function(t,e){oa(e,wh(e),t)})),eh=ua((function(t,e,n,i){oa(e,wh(e),t,i)})),nh=ua((function(t,e,n,i){oa(e,xh(e),t,i)})),ih=$a(gr);function rh(t,e){var n=Si(t);return null==e?n:dr(n,e)}var oh=xo((function(t,e){t=ie(t);var n=-1,i=e.length,r=i>2?e[2]:a;r&&ss(e[0],e[1],r)&&(i=1);while(++n1),e})),oa(t,Fa(t),n),i&&(n=mr(n,p|g|v,Pa));var r=e.length;while(r--)No(n,e[r]);return n}));function Mh(t,e){return Ah(t,Fu(qa(e)))}var Th=$a((function(t,e){return null==t?{}:fo(t,e)}));function Ah(t,e){if(null==t)return{};var n=Mn(Fa(t),(function(t){return[t]}));return e=qa(e),po(t,n,(function(t,n){return e(t,n[0])}))}function Ih(t,e,n){e=qo(e,t);var i=-1,r=e.length;r||(r=1,t=a);while(++ie){var i=t;t=e,e=i}if(n||t%1||e%1){var r=Ue();return Ve(t+r*(e-t+rn("1e-"+((r+"").length-1))),e)}return yo(t,e)}var Wh=pa((function(t,e,n){return e=e.toLowerCase(),t+(n?Gh(e):e)}));function Gh(t){return bd(Jc(t).toLowerCase())}function Uh(t){return t=Jc(t),t&&t.replace(Qt,ei).replace(qe,"")}function Yh(t,e,n){t=Jc(t),e=Po(e);var i=t.length;n=n===a?i:vr(Uc(n),0,i);var r=n;return n-=e.length,n>=0&&t.slice(n,r)==e}function Xh(t){return t=Jc(t),t&&Tt.test(t)?t.replace(jt,ni):t}function Kh(t){return t=Jc(t),t&&Rt.test(t)?t.replace(Nt,"\\$&"):t}var Zh=pa((function(t,e,n){return t+(n?"-":"")+e.toLowerCase()})),Jh=pa((function(t,e,n){return t+(n?" ":"")+e.toLowerCase()})),Qh=fa("toLowerCase");function td(t,e,n){t=Jc(t),e=Uc(e);var i=e?vi(t):0;if(!e||i>=e)return t;var r=(e-i)/2;return Oa(Le(r),n)+t+Oa(Pe(r),n)}function ed(t,e,n){t=Jc(t),e=Uc(e);var i=e?vi(t):0;return e&&i>>0,n?(t=Jc(t),t&&("string"===typeof e||null!=e&&!Pc(e))&&(e=Po(e),!e&&oi(t))?Go(mi(t),0,n):t.split(e,n)):[]}var ld=pa((function(t,e,n){return t+(n?" ":"")+bd(e)}));function ud(t,e,n){return t=Jc(t),n=null==n?0:vr(Uc(n),0,t.length),e=Po(e),t.slice(n,n+e.length)==e}function cd(t,e,n){var i=wi.templateSettings;n&&ss(t,e,n)&&(e=a),t=Jc(t),e=eh({},e,i,Ea);var r,o,s=eh({},e.imports,i.imports,Ea),l=xh(s),u=Kn(s,l),c=0,h=e.interpolate||te,d="__p += '",f=re((e.escape||te).source+"|"+h.source+"|"+(h===Et?Gt:te).source+"|"+(e.evaluate||te).source+"|$","g"),p="//# sourceURL="+("sourceURL"in e?e.sourceURL:"lodash.templateSources["+ ++Ke+"]")+"\n";t.replace(f,(function(e,n,i,a,s,l){return i||(i=a),d+=t.slice(c,l).replace(ee,ii),n&&(r=!0,d+="' +\n__e("+n+") +\n'"),s&&(o=!0,d+="';\n"+s+";\n__p += '"),i&&(d+="' +\n((__t = ("+i+")) == null ? '' : __t) +\n'"),c=l+e.length,e})),d+="';\n";var g=e.variable;g||(d="with (obj) {\n"+d+"\n}\n"),d=(o?d.replace(Ot,""):d).replace(St,"$1").replace(Ct,"$1;"),d="function("+(g||"obj")+") {\n"+(g?"":"obj || (obj = {});\n")+"var __t, __p = ''"+(r?", __e = _.escape":"")+(o?", __j = Array.prototype.join;\nfunction print() { __p += __j.call(arguments, '') }\n":";\n")+d+"return __p\n}";var v=xd((function(){return qt(l,p+"return "+d).apply(a,u)}));if(v.source=d,yc(v))throw v;return v}function hd(t){return Jc(t).toLowerCase()}function dd(t){return Jc(t).toUpperCase()}function fd(t,e,n){if(t=Jc(t),t&&(n||e===a))return t.replace($t,"");if(!t||!(e=Po(e)))return t;var i=mi(t),r=mi(e),o=Jn(i,r),s=Qn(i,r)+1;return Go(i,o,s).join("")}function pd(t,e,n){if(t=Jc(t),t&&(n||e===a))return t.replace(Ft,"");if(!t||!(e=Po(e)))return t;var i=mi(t),r=Qn(i,mi(e))+1;return Go(i,0,r).join("")}function gd(t,e,n){if(t=Jc(t),t&&(n||e===a))return t.replace(Bt,"");if(!t||!(e=Po(e)))return t;var i=mi(t),r=Jn(i,mi(e));return Go(i,r).join("")}function vd(t,e){var n=T,i=A;if(Oc(e)){var r="separator"in e?e.separator:r;n="length"in e?Uc(e.length):n,i="omission"in e?Po(e.omission):i}t=Jc(t);var o=t.length;if(oi(t)){var s=mi(t);o=s.length}if(n>=o)return t;var l=n-vi(i);if(l<1)return i;var u=s?Go(s,0,l).join(""):t.slice(0,l);if(r===a)return u+i;if(s&&(l+=u.length-l),Pc(r)){if(t.slice(l).search(r)){var c,h=u;r.global||(r=re(r.source,Jc(Ut.exec(r))+"g")),r.lastIndex=0;while(c=r.exec(h))var d=c.index;u=u.slice(0,d===a?l:d)}}else if(t.indexOf(Po(r),l)!=l){var f=u.lastIndexOf(r);f>-1&&(u=u.slice(0,f))}return u+i}function md(t){return t=Jc(t),t&&Mt.test(t)?t.replace(kt,yi):t}var yd=pa((function(t,e,n){return t+(n?" ":"")+e.toUpperCase()})),bd=fa("toUpperCase");function _d(t,e,n){return t=Jc(t),e=n?a:e,e===a?ai(t)?xi(t):Ln(t):t.match(e)||[]}var xd=xo((function(t,e){try{return _n(t,a,e)}catch(n){return yc(n)?n:new r(n)}})),wd=$a((function(t,e){return wn(e,(function(e){e=As(e),pr(t,e,Iu(t[e],t))})),t}));function Od(t){var e=null==t?0:t.length,n=qa();return t=e?Mn(t,(function(t){if("function"!==typeof t[1])throw new ae(c);return[n(t[0]),t[1]]})):[],xo((function(n){var i=-1;while(++iR)return[];var n=F,i=Ve(t,F);e=qa(e),t-=F;var r=Un(i,e);while(++n0||e<0)?new ji(n):(t<0?n=n.takeRight(-t):t&&(n=n.drop(t)),e!==a&&(e=Uc(e),n=e<0?n.dropRight(-e):n.take(e-t)),n)},ji.prototype.takeRightWhile=function(t){return this.reverse().takeWhile(t).reverse()},ji.prototype.toArray=function(){return this.take(F)},Ir(ji.prototype,(function(t,e){var n=/^(?:filter|find|map|reject)|While$/.test(e),i=/^(?:head|last)$/.test(e),r=wi[i?"take"+("last"==e?"Right":""):e],o=i||/^find/.test(e);r&&(wi.prototype[e]=function(){var e=this.__wrapped__,s=i?[1]:arguments,l=e instanceof ji,u=s[0],c=l||sc(e),h=function(t){var e=r.apply(wi,Tn([t],s));return i&&d?e[0]:e};c&&n&&"function"===typeof u&&1!=u.length&&(l=c=!1);var d=this.__chain__,f=!!this.__actions__.length,p=o&&!d,g=l&&!f;if(!o&&c){e=g?e:new ji(this);var v=t.apply(e,s);return v.__actions__.push({func:Gl,args:[h],thisArg:a}),new ki(v,d)}return p&&g?t.apply(this,s):(v=this.thru(h),p?i?v.value()[0]:v.value():v)})})),wn(["pop","push","shift","sort","splice","unshift"],(function(t){var e=se[t],n=/^(?:push|sort|unshift)$/.test(t)?"tap":"thru",i=/^(?:pop|shift)$/.test(t);wi.prototype[t]=function(){var t=arguments;if(i&&!this.__chain__){var r=this.value();return e.apply(sc(r)?r:[],t)}return this[n]((function(n){return e.apply(sc(n)?n:[],t)}))}})),Ir(ji.prototype,(function(t,e){var n=wi[e];if(n){var i=n.name+"",r=cn[i]||(cn[i]=[]);r.push({name:e,func:n})}})),cn[ba(a,_).name]=[{name:"wrapper",func:a}],ji.prototype.clone=Mi,ji.prototype.reverse=Ti,ji.prototype.value=Ai,wi.prototype.at=Ul,wi.prototype.chain=Yl,wi.prototype.commit=Xl,wi.prototype.next=Kl,wi.prototype.plant=Jl,wi.prototype.reverse=Ql,wi.prototype.toJSON=wi.prototype.valueOf=wi.prototype.value=tu,wi.prototype.first=wi.prototype.head,Me&&(wi.prototype[Me]=Zl),wi},Oi=wi();"object"===o(n("1a0b"))&&n("1a0b")?(ln._=Oi,r=function(){return Oi}.call(e,n,e,i),r===a||(i.exports=r)):cn?((cn.exports=Oi)._=Oi,un._=Oi):ln._=Oi}).call(void 0)}).call(this,n("a40a"),n("5cdc")(t))},"3fcc":function(t,e,n){"use strict";n.d(e,"a",(function(){return s})),n.d(e,"j",(function(){return l})),n.d(e,"i",(function(){return u})),n.d(e,"h",(function(){return c})),n.d(e,"e",(function(){return f})),n.d(e,"f",(function(){return p})),n.d(e,"g",(function(){return g})),n.d(e,"d",(function(){return v})),n.d(e,"b",(function(){return m})),n.d(e,"c",(function(){return y})),n.d(e,"k",(function(){return b}));var i=n("51bf"),r=n("5560"),o=n("bea7"),a=n("8960");function s(t){if(!Object(o["k"])(t))return i["isString"](t)?t:"-";var e=(t+"").split(".");return e[0].replace(/(\d{1,3})(?=(?:\d{3})+(?!\d))/g,"$1,")+(e.length>1?"."+e[1]:"")}function l(t,e){return t=(t||"").toLowerCase().replace(/-(.)/g,(function(t,e){return e.toUpperCase()})),e&&t&&(t=t.charAt(0).toUpperCase()+t.slice(1)),t}var u=i["normalizeCssArray"];function c(t,e,n){var r="{yyyy}-{MM}-{dd} {HH}:{mm}:{ss}";function l(t){return t&&i["trim"](t)?t:"-"}function u(t){return!(null==t||isNaN(t)||!isFinite(t))}var c="time"===e,h=t instanceof Date;if(c||h){var d=c?Object(o["p"])(t):t;if(!isNaN(+d))return Object(a["h"])(d,r,n);if(h)return"-"}if("ordinal"===e)return i["isStringSafe"](t)?l(t):i["isNumber"](t)&&u(t)?t+"":"-";var f=Object(o["o"])(t);return u(f)?s(f):i["isStringSafe"](t)?l(t):"boolean"===typeof t?t+"":"-"}var h=["a","b","c","d","e","f","g"],d=function(t,e){return"{"+t+(null==e?"":e)+"}"};function f(t,e,n){i["isArray"](e)||(e=[e]);var o=e.length;if(!o)return"";for(var a=e[0].$vars||[],s=0;s':'';var l=n.markerId||"markerX";return{renderMode:s,content:"{"+l+"|} ",style:"subItem"===a?{width:4,height:4,borderRadius:2,backgroundColor:o}:{width:10,height:10,borderRadius:5,backgroundColor:o}}}function v(t,e,n){"week"!==t&&"month"!==t&&"quarter"!==t&&"half-year"!==t&&"year"!==t||(t="MM-dd\nyyyy");var i=Object(o["p"])(e),r=n?"getUTC":"get",s=i[r+"FullYear"](),l=i[r+"Month"]()+1,u=i[r+"Date"](),c=i[r+"Hours"](),h=i[r+"Minutes"](),d=i[r+"Seconds"](),f=i[r+"Milliseconds"]();return t=t.replace("MM",Object(a["y"])(l,2)).replace("M",l).replace("yyyy",s).replace("yy",Object(a["y"])(s%100+"",2)).replace("dd",Object(a["y"])(u,2)).replace("d",u).replace("hh",Object(a["y"])(c,2)).replace("h",c).replace("mm",Object(a["y"])(h,2)).replace("m",h).replace("ss",Object(a["y"])(d,2)).replace("s",d).replace("SSS",Object(a["y"])(f,3)),t}function m(t){return t?t.charAt(0).toUpperCase()+t.substr(1):t}function y(t,e){return e=e||"transparent",i["isString"](t)?t:i["isObject"](t)&&t.colorStops&&(t.colorStops[0]||{}).color||e}function b(t,e){if("_blank"===e||"blank"===e){var n=window.open();n.opener=null,n.location.href=t}else window.open(t,e)}},4190:function(t,e,n){"use strict";var i=n("9fdb"),r=n("dceb"),o=n("3488"),a=n("ccfd"),s=URLSearchParams,l=s.prototype,u=r(l.getAll),c=r(l.has),h=new s("a=1");!h.has("a",2)&&h.has("a",void 0)||i(l,"has",(function(t){var e=arguments.length,n=e<2?void 0:arguments[1];if(e&&void 0===n)return c(this,t);var i=u(this,t);a(e,1);var r=o(n),s=0;while(s=0?parseFloat(t)/100*e:parseFloat(t):t}function p(t,e,n){var i=e.position||"inside",r=null!=e.distance?e.distance:5,o=n.height,a=n.width,s=o/2,l=n.x,u=n.y,c="left",h="top";if(i instanceof Array)l+=f(i[0],n.width),u+=f(i[1],n.height),c=null,h=null;else switch(i){case"left":l-=r,u+=s,c="right",h="middle";break;case"right":l+=r+a,u+=s,h="middle";break;case"top":l+=a/2,u-=r,c="center",h="bottom";break;case"bottom":l+=a/2,u+=o+r,c="center";break;case"inside":l+=a/2,u+=s,c="center",h="middle";break;case"insideLeft":l+=r,u+=s,h="middle";break;case"insideRight":l+=a-r,u+=s,c="right",h="middle";break;case"insideTop":l+=a/2,u+=r,c="center";break;case"insideBottom":l+=a/2,u+=o-r,c="center",h="bottom";break;case"insideTopLeft":l+=r,u+=r;break;case"insideTopRight":l+=a-r,u+=r,c="right";break;case"insideBottomLeft":l+=r,u+=o-r,h="bottom";break;case"insideBottomRight":l+=a-r,u+=o-r,c="right",h="bottom";break}return t=t||{},t.x=l,t.y=u,t.align=c,t.verticalAlign=h,t}},4404:function(t,e,n){"use strict";var i=n("a644");t.exports=i("document","documentElement")},4520:function(t,e,n){t.exports=function(t){var e={};function n(i){if(e[i])return e[i].exports;var r=e[i]={i:i,l:!1,exports:{}};return t[i].call(r.exports,r,r.exports,n),r.l=!0,r.exports}return n.m=t,n.c=e,n.d=function(t,e,i){n.o(t,e)||Object.defineProperty(t,e,{enumerable:!0,get:i})},n.r=function(t){"undefined"!==typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(t,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(t,"__esModule",{value:!0})},n.t=function(t,e){if(1&e&&(t=n(t)),8&e)return t;if(4&e&&"object"===typeof t&&t&&t.__esModule)return t;var i=Object.create(null);if(n.r(i),Object.defineProperty(i,"default",{enumerable:!0,value:t}),2&e&&"string"!=typeof t)for(var r in t)n.d(i,r,function(e){return t[e]}.bind(null,r));return i},n.n=function(t){var e=t&&t.__esModule?function(){return t["default"]}:function(){return t};return n.d(e,"a",e),e},n.o=function(t,e){return Object.prototype.hasOwnProperty.call(t,e)},n.p="/dist/",n(n.s=87)}({0:function(t,e,n){"use strict";function i(t,e,n,i,r,o,a,s){var l,u="function"===typeof t?t.options:t;if(e&&(u.render=e,u.staticRenderFns=n,u._compiled=!0),i&&(u.functional=!0),o&&(u._scopeId="data-v-"+o),a?(l=function(t){t=t||this.$vnode&&this.$vnode.ssrContext||this.parent&&this.parent.$vnode&&this.parent.$vnode.ssrContext,t||"undefined"===typeof __VUE_SSR_CONTEXT__||(t=__VUE_SSR_CONTEXT__),r&&r.call(this,t),t&&t._registeredComponents&&t._registeredComponents.add(a)},u._ssrRegister=l):r&&(l=s?function(){r.call(this,this.$root.$options.shadowRoot)}:r),l)if(u.functional){u._injectStyles=l;var c=u.render;u.render=function(t,e){return l.call(e),c(t,e)}}else{var h=u.beforeCreate;u.beforeCreate=h?[].concat(h,l):[l]}return{exports:t,options:u}}n.d(e,"a",(function(){return i}))},10:function(t,e){t.exports=n("943e")},2:function(t,e){t.exports=n("8d5f")},22:function(t,e){t.exports=n("4d01")},3:function(t,e){t.exports=n("3ca4")},30:function(t,e,n){"use strict";var i=n(2),r=n(3);e["a"]={bind:function(t,e,n){var o=null,a=void 0,s=Object(r["isMac"])()?100:200,l=function(){return n.context[e.expression].apply()},u=function(){Date.now()-a=0&&t===parseInt(t,10)}}},data:function(){return{currentValue:0,userInput:null}},watch:{value:{immediate:!0,handler:function(t){var e=void 0===t?t:Number(t);if(void 0!==e){if(isNaN(e))return;if(this.stepStrictly){var n=this.getPrecision(this.step),i=Math.pow(10,n);e=Math.round(e/this.step)*i*this.step/i}void 0!==this.precision&&(e=this.toPrecision(e,this.precision))}e>=this.max&&(e=this.max),e<=this.min&&(e=this.min),this.currentValue=e,this.userInput=null,this.$emit("input",e)}}},computed:{minDisabled:function(){return this._decrease(this.value,this.step)this.max},numPrecision:function(){var t=this.value,e=this.step,n=this.getPrecision,i=this.precision,r=n(e);return void 0!==i?(r>i&&console.warn("[Element Warn][InputNumber]precision should not be less than the decimal places of step"),i):Math.max(n(t),r)},controlsAtRight:function(){return this.controls&&"right"===this.controlsPosition},_elFormItemSize:function(){return(this.elFormItem||{}).elFormItemSize},inputNumberSize:function(){return this.size||this._elFormItemSize||(this.$ELEMENT||{}).size},inputNumberDisabled:function(){return this.disabled||!!(this.elForm||{}).disabled},displayValue:function(){if(null!==this.userInput)return this.userInput;var t=this.currentValue;if("number"===typeof t){if(this.stepStrictly){var e=this.getPrecision(this.step),n=Math.pow(10,e);t=Math.round(t/this.step)*n*this.step/n}void 0!==this.precision&&(t=t.toFixed(this.precision))}return t}},methods:{toPrecision:function(t,e){return void 0===e&&(e=this.numPrecision),parseFloat(Math.round(t*Math.pow(10,e))/Math.pow(10,e))},getPrecision:function(t){if(void 0===t)return 0;var e=t.toString(),n=e.indexOf("."),i=0;return-1!==n&&(i=e.length-n-1),i},_increase:function(t,e){if("number"!==typeof t&&void 0!==t)return this.currentValue;var n=Math.pow(10,this.numPrecision);return this.toPrecision((n*t+n*e)/n)},_decrease:function(t,e){if("number"!==typeof t&&void 0!==t)return this.currentValue;var n=Math.pow(10,this.numPrecision);return this.toPrecision((n*t-n*e)/n)},increase:function(){if(!this.inputNumberDisabled&&!this.maxDisabled){var t=this.value||0,e=this._increase(t,this.step);this.setCurrentValue(e)}},decrease:function(){if(!this.inputNumberDisabled&&!this.minDisabled){var t=this.value||0,e=this._decrease(t,this.step);this.setCurrentValue(e)}},handleBlur:function(t){this.$emit("blur",t)},handleFocus:function(t){this.$emit("focus",t)},setCurrentValue:function(t){var e=this.currentValue;"number"===typeof t&&void 0!==this.precision&&(t=this.toPrecision(t,this.precision)),t>=this.max&&(t=this.max),t<=this.min&&(t=this.min),e!==t&&(this.userInput=null,this.$emit("input",t),this.$emit("change",t,e),this.currentValue=t)},handleInput:function(t){this.userInput=t},handleInputChange:function(t){var e=""===t?void 0:Number(t);isNaN(e)&&""!==t||this.setCurrentValue(e),this.userInput=null},select:function(){this.$refs.input.select()}},mounted:function(){var t=this.$refs.input.$refs.input;t.setAttribute("role","spinbutton"),t.setAttribute("aria-valuemax",this.max),t.setAttribute("aria-valuemin",this.min),t.setAttribute("aria-valuenow",this.currentValue),t.setAttribute("aria-disabled",this.inputNumberDisabled)},updated:function(){if(this.$refs&&this.$refs.input){var t=this.$refs.input.$refs.input;t.setAttribute("aria-valuenow",this.currentValue)}}},h=c,d=n(0),f=Object(d["a"])(h,i,r,!1,null,null,null);f.options.__file="packages/input-number/src/input-number.vue";var p=f.exports;p.install=function(t){t.component(p.name,p)};e["default"]=p}})},4547:function(t,e,n){"use strict";var i=n("3488");t.exports=function(t,e){return void 0===t?arguments.length<2?"":e:i(t)}},4569:function(t,e,n){"use strict";n.d(e,"d",(function(){return f})),n.d(e,"e",(function(){return p})),n.d(e,"g",(function(){return g})),n.d(e,"a",(function(){return v})),n.d(e,"j",(function(){return m})),n.d(e,"c",(function(){return b})),n.d(e,"b",(function(){return _})),n.d(e,"f",(function(){return x})),n.d(e,"i",(function(){return w})),n.d(e,"h",(function(){return O})),n.d(e,"H",(function(){return P})),n.d(e,"G",(function(){return F})),n.d(e,"r",(function(){return H})),n.d(e,"C",(function(){return q})),n.d(e,"q",(function(){return W})),n.d(e,"B",(function(){return G})),n.d(e,"s",(function(){return U})),n.d(e,"D",(function(){return Y})),n.d(e,"k",(function(){return K})),n.d(e,"l",(function(){return J})),n.d(e,"m",(function(){return Q})),n.d(e,"t",(function(){return tt})),n.d(e,"x",(function(){return et})),n.d(e,"w",(function(){return nt})),n.d(e,"K",(function(){return it})),n.d(e,"L",(function(){return rt})),n.d(e,"u",(function(){return ot})),n.d(e,"o",(function(){return at})),n.d(e,"J",(function(){return lt})),n.d(e,"p",(function(){return ut})),n.d(e,"I",(function(){return dt})),n.d(e,"F",(function(){return ft})),n.d(e,"y",(function(){return pt})),n.d(e,"n",(function(){return gt})),n.d(e,"v",(function(){return vt})),n.d(e,"A",(function(){return mt})),n.d(e,"z",(function(){return yt})),n.d(e,"E",(function(){return bt}));var i=n("51bf"),r=n("248c"),o=n("2347"),a=n("dbbe"),s=n("5325"),l=1,u={},c=Object(a["o"])(),h=Object(a["o"])(),d=0,f=1,p=2,g=["emphasis","blur","select"],v=["normal","emphasis","blur","select"],m=10,y=9,b="highlight",_="downplay",x="select",w="unselect",O="toggleSelect";function S(t){return null!=t&&"none"!==t}function C(t,e,n){t.onHoverStateChange&&(t.hoverState||0)!==n&&t.onHoverStateChange(e),t.hoverState=n}function k(t){C(t,"emphasis",p)}function j(t){t.hoverState===p&&C(t,"normal",d)}function M(t){C(t,"blur",f)}function T(t){t.hoverState===f&&C(t,"normal",d)}function A(t){t.selected=!0}function I(t){t.selected=!1}function E(t,e,n){e(t,n)}function D(t,e,n){E(t,e,n),t.isGroup&&t.traverse((function(t){E(t,e,n)}))}function P(t,e){switch(e){case"emphasis":t.hoverState=p;break;case"normal":t.hoverState=d;break;case"blur":t.hoverState=f;break;case"select":t.selected=!0}}function L(t,e,n,i){for(var r=t.style,o={},a=0;a=0,l=!1;if(t instanceof s["b"]){var u=c(t),h=a&&u.selectFill||u.normalFill,d=a&&u.selectStroke||u.normalStroke;if(S(h)||S(d)){r=r||{};var f=r.style||{};"inherit"===f.fill?(l=!0,r=Object(i["extend"])({},r),f=Object(i["extend"])({},f),f.fill=h):!S(f.fill)&&S(h)?(l=!0,r=Object(i["extend"])({},r),f=Object(i["extend"])({},f),f.fill=Object(o["liftColor"])(h)):!S(f.stroke)&&S(d)&&(l||(r=Object(i["extend"])({},r),f=Object(i["extend"])({},f)),f.stroke=Object(o["liftColor"])(d)),r.style=f}}if(r&&null==r.z2){l||(r=Object(i["extend"])({},r));var p=t.z2EmphasisLift;r.z2=t.z2+(null!=p?p:m)}return r}function R(t,e,n){if(n&&null==n.z2){n=Object(i["extend"])({},n);var r=t.z2SelectLift;n.z2=t.z2+(null!=r?r:y)}return n}function $(t,e,n){var r=Object(i["indexOf"])(t.currentStates,e)>=0,o=t.style.opacity,a=r?null:L(t,["opacity"],e,{opacity:1});n=n||{};var s=n.style||{};return null==s.opacity&&(n=Object(i["extend"])({},n),s=Object(i["extend"])({opacity:r?o:.1*a.opacity},s),n.style=s),n}function B(t,e){var n=this.states[t];if(this.style){if("emphasis"===t)return N(this,t,e,n);if("blur"===t)return $(this,t,n);if("select"===t)return R(this,t,n)}return n}function F(t){t.stateProxy=B;var e=t.getTextContent(),n=t.getTextGuideLine();e&&(e.stateProxy=B),n&&(n.stateProxy=B)}function z(t,e){!X(t,e)&&!t.__highByOuter&&D(t,k)}function V(t,e){!X(t,e)&&!t.__highByOuter&&D(t,j)}function H(t,e){t.__highByOuter|=1<<(e||0),D(t,k)}function q(t,e){!(t.__highByOuter&=~(1<<(e||0)))&&D(t,j)}function W(t){D(t,M)}function G(t){D(t,T)}function U(t){D(t,A)}function Y(t){D(t,I)}function X(t,e){return t.__highDownSilentOnTouch&&e.zrByTouch}function K(t){var e=t.getModel(),n=[],r=[];e.eachComponent((function(e,i){var o=h(i),a="series"===e,s=a?t.getViewOfSeriesModel(i):t.getViewOfComponentModel(i);!a&&r.push(s),o.isBlured&&(s.group.traverse((function(t){T(t)})),a&&n.push(i)),o.isBlured=!1})),Object(i["each"])(r,(function(t){t&&t.toggleBlurSeries&&t.toggleBlurSeries(n,!1,e)}))}function Z(t,e,n,r){var o=r.getModel();function a(t,e){for(var n=0;n0){var o={dataIndex:r,seriesIndex:t.seriesIndex};null!=i&&(o.dataType=i),e.push(o)}}))})),e}function at(t,e,n){ft(t,!0),D(t,F),ut(t,e,n)}function st(t){ft(t,!1)}function lt(t,e,n,i){i?st(t):at(t,e,n)}function ut(t,e,n){var i=Object(r["a"])(t);null!=e?(i.focus=e,i.blurScope=n):i.focus&&(i.focus=null)}var ct=["emphasis","blur","select"],ht={itemStyle:"getItemStyle",lineStyle:"getLineStyle",areaStyle:"getAreaStyle"};function dt(t,e,n,i){n=n||"itemStyle";for(var r=0;rc)o.f(t,n=r[c++],i[n]);return t}},"474d":function(t,e,n){"use strict";var i=n("ac02"),r=n("81e1");i({target:"URL",proto:!0,enumerable:!0},{toJSON:function(){return r(URL.prototype.toString,this)}})},4814:function(t,e,n){"use strict";n.d(e,"f",(function(){return k})),n.d(e,"i",(function(){return M})),n.d(e,"a",(function(){return T})),n.d(e,"g",(function(){return A})),n.d(e,"h",(function(){return I})),n.d(e,"c",(function(){return E})),n.d(e,"b",(function(){return D})),n.d(e,"e",(function(){return L})),n.d(e,"j",(function(){return N})),n.d(e,"d",(function(){return R})),n.d(e,"k",(function(){return $}));var i=n("51bf"),r=n("27df"),o=n("9f1f"),a=n("6473"),s=n("9cab"),l=n("7314"),u=n("c112"),c=n("50af"),h=n("bea7"),d=n("b977"),f=a["a"].prototype,p=o["a"].prototype,g=h["w"],v=Math.floor,m=Math.ceil,y=Math.pow,b=Math.log,_=function(t){function e(){var e=null!==t&&t.apply(this,arguments)||this;return e.type="log",e.base=10,e._originalScale=new o["a"],e._interval=0,e}return Object(c["a"])(e,t),e.prototype.getTicks=function(t){var e=this._originalScale,n=this._extent,r=e.getExtent(),o=p.getTicks.call(this,t);return i["map"](o,(function(t){var e=t.value,i=h["w"](y(this.base,e));return i=e===n[0]&&this._fixMin?w(i,r[0]):i,i=e===n[1]&&this._fixMax?w(i,r[1]):i,{value:i}}),this)},e.prototype.setExtent=function(t,e){var n=b(this.base);t=b(Math.max(0,t))/n,e=b(Math.max(0,e))/n,p.setExtent.call(this,t,e)},e.prototype.getExtent=function(){var t=this.base,e=f.getExtent.call(this);e[0]=y(t,e[0]),e[1]=y(t,e[1]);var n=this._originalScale,i=n.getExtent();return this._fixMin&&(e[0]=w(e[0],i[0])),this._fixMax&&(e[1]=w(e[1],i[1])),e},e.prototype.unionExtent=function(t){this._originalScale.unionExtent(t);var e=this.base;t[0]=b(t[0])/b(e),t[1]=b(t[1])/b(e),f.unionExtent.call(this,t)},e.prototype.unionExtentFromData=function(t,e){this.unionExtent(t.getApproximateExtent(e))},e.prototype.calcNiceTicks=function(t){t=t||10;var e=this._extent,n=e[1]-e[0];if(!(n===1/0||n<=0)){var i=h["s"](n),r=t/n*i;r<=.5&&(i*=10);while(!isNaN(i)&&Math.abs(i)<1&&Math.abs(i)>0)i*=10;var o=[h["w"](m(e[0]/i)*i),h["w"](v(e[1]/i)*i)];this._interval=i,this._niceExtent=o}},e.prototype.calcNiceExtent=function(t){p.calcNiceExtent.call(this,t),this._fixMin=t.fixMin,this._fixMax=t.fixMax},e.prototype.parse=function(t){return t},e.prototype.contain=function(t){return t=b(t)/b(this.base),d["a"](t,this._extent)},e.prototype.normalize=function(t){return t=b(t)/b(this.base),d["f"](t,this._extent)},e.prototype.scale=function(t){return t=d["g"](t,this._extent),y(this.base,t)},e.type="log",e}(a["a"]),x=_.prototype;function w(t,e){return g(t,h["h"](e))}x.getMinorTicks=p.getMinorTicks,x.getLabel=p.getLabel,a["a"].registerClass(_);var O=_,S=n("ff4a"),C=n("f390");function k(t,e){var n=t.type,r=Object(C["a"])(t,e,t.getExtent()).calculate();t.setBlank(r.isBlank);var o=r.min,a=r.max,l=e.ecModel;if(l&&"time"===n){var u=Object(s["e"])("bar",l),c=!1;if(i["each"](u,(function(t){c=c||t.getBaseAxis()===e.axis})),c){var h=Object(s["d"])(u),d=j(o,a,e,h);o=d.min,a=d.max}}return{extent:[o,a],fixMin:r.minFixed,fixMax:r.maxFixed}}function j(t,e,n,r){var o=n.axis.getExtent(),a=Math.abs(o[1]-o[0]),l=Object(s["f"])(r,n.axis);if(void 0===l)return{min:t,max:e};var u=1/0;i["each"](l,(function(t){u=Math.min(t.offset,u)}));var c=-1/0;i["each"](l,(function(t){c=Math.max(t.offset+t.width,c)})),u=Math.abs(u),c=Math.abs(c);var h=u+c,d=e-t,f=1-(u+c)/a,p=d/f-d;return e+=p*(c/h),t-=p*(u/h),{min:t,max:e}}function M(t,e){var n=e,i=k(t,n),r=i.extent,o=n.get("splitNumber");t instanceof O&&(t.base=n.get("logBase"));var a=t.type,s=n.get("interval"),l="interval"===a||"time"===a;t.setExtent(r[0],r[1]),t.calcNiceExtent({splitNumber:o,fixMin:i.fixMin,fixMax:i.fixMax,minInterval:l?n.get("minInterval"):null,maxInterval:l?n.get("maxInterval"):null}),null!=s&&t.setInterval&&t.setInterval(s)}function T(t,e){if(e=e||t.get("type"),e)switch(e){case"category":return new r["a"]({ordinalMeta:t.getOrdinalMeta?t.getOrdinalMeta():t.getCategories(),extent:[1/0,-1/0]});case"time":return new u["a"]({locale:t.ecModel.getLocaleModel(),useUTC:t.ecModel.get("useUTC")});default:return new(a["a"].getClass(e)||o["a"])}}function A(t){var e=t.scale.getExtent(),n=e[0],i=e[1];return!(n>0&&i>0||n<0&&i<0)}function I(t){var e=t.getLabelModel().get("formatter"),n="category"===t.type?t.scale.getExtent()[0]:null;return"time"===t.scale.type?function(e){return function(n,i){return t.scale.getFormattedLabel(n,i,e)}}(e):i["isString"](e)?function(e){return function(n){var i=t.scale.getLabel(n),r=e.replace("{value}",null!=i?i:"");return r}}(e):i["isFunction"](e)?function(e){return function(i,r){return null!=n&&(r=i.value-n),e(E(t,i),r,null!=i.level?{level:i.level}:null)}}(e):function(e){return t.scale.getLabel(e)}}function E(t,e){return"category"===t.type?t.scale.getLabel(e):e.value}function D(t){var e=t.model,n=t.scale;if(e.get(["axisLabel","show"])&&!n.isBlank()){var i,o,a=n.getExtent();n instanceof r["a"]?o=n.count():(i=n.getTicks(),o=i.length);var s,l=t.getLabelModel(),u=I(t),c=1;o>40&&(c=Math.ceil(o/40));for(var h=0;ht[1]&&(t[1]=i[1])}))}},"49a4":function(t,e,n){"use strict";var i=n("9d12"),r=n("126d"),o=n("aded"),a=n("812e"),s=n("3571"),l=s("iterator");t.exports=function(t){if(!o(t))return r(t,l)||r(t,"@@iterator")||a[i(t)]}},"49f7":function(t,e,n){"use strict";n.d(e,"a",(function(){return r})),n.d(e,"b",(function(){return a}));var i=n("c18a"),r=[["lineWidth","width"],["stroke","color"],["opacity"],["shadowBlur"],["shadowOffsetX"],["shadowOffsetY"],["shadowColor"],["lineDash","type"],["lineDashOffset","dashOffset"],["lineCap","cap"],["lineJoin","join"],["miterLimit"]],o=Object(i["a"])(r),a=function(){function t(){}return t.prototype.getLineStyle=function(t){return o(this,t)},t}()},"4b13":function(t,e,n){"use strict";n.d(e,"b",(function(){return r})),n.d(e,"a",(function(){return o}));var i={};function r(t,e){i[t]=e}function o(t){return i[t]}},"4b37":function(t,e,n){},"4b77":function(t,e,n){"use strict";var i=n("54c7"),r=n("f72b");t.exports=function(t){var e=i(t,"string");return r(e)?e:e+""}},"4b7f":function(t,e,n){"use strict";var i=n("e3d6")(!0);n("3e14")(String,"String",(function(t){this._t=String(t),this._i=0}),(function(){var t,e=this._t,n=this._i;return n>=e.length?{value:void 0,done:!0}:(t=i(e,n),this._i+=t.length,{value:t,done:!1})}))},"4d01":function(t,e,n){"use strict";e.__esModule=!0,e.default=function(t){return{methods:{focus:function(){this.$refs[t].focus()}}}}},"4d73":function(t,e,n){"use strict";var i=n("b2fb").forEach,r=n("b07e"),o=r("forEach");t.exports=o?[].forEach:function(t){return i(this,t,arguments.length>1?arguments[1]:void 0)}},"4df5":function(t,e,n){"use strict";var i=n("369c");t.exports=function(t,e){i.forEach(t,(function(n,i){i!==e&&i.toUpperCase()===e.toUpperCase()&&(t[e]=n,delete t[i])}))}},"4e04":function(t,e,n){"use strict";n.d(e,"a",(function(){return m}));var i=n("50af"),r=n("51bf"),o=n("e289"),a=n("dbbe"),s=n("6808"),l=n("d3ac"),u=n("666a"),c=n("e353"),h=n("e271"),d=n("0211"),f=n("9868"),p=n("eba0"),g=a["o"]();function v(t,e){return t.getName(e)||t.getId(e)}var m="__universalTransitionEnabled",y=function(t){function e(){var e=null!==t&&t.apply(this,arguments)||this;return e._selectedDataIndicesMap={},e}return Object(i["a"])(e,t),e.prototype.init=function(t,e,n){this.seriesIndex=this.componentIndex,this.dataTask=Object(h["a"])({count:x,reset:w}),this.dataTask.context={model:this},this.mergeDefaultAndTheme(t,n);var i=g(this).sourceManager=new f["a"](this);i.prepareSource();var r=this.getInitialData(t,n);S(r,this),this.dataTask.context.data=r,g(this).dataBeforeProcessed=r,b(this),this._initSelectedMapFromData(r)},e.prototype.mergeDefaultAndTheme=function(t,e){var n=Object(c["d"])(this),i=n?Object(c["f"])(t):{},o=this.subType;s["a"].hasClass(o)&&(o+="Series"),r["merge"](t,e.getTheme().get(this.subType)),r["merge"](t,this.getDefaultOption()),a["f"](t,"label",["show"]),this.fillDataTextStyle(t.data),n&&Object(c["h"])(t,i,n)},e.prototype.mergeOption=function(t,e){t=r["merge"](this.option,t,!0),this.fillDataTextStyle(t.data);var n=Object(c["d"])(this);n&&Object(c["h"])(this.option,t,n);var i=g(this).sourceManager;i.dirty(),i.prepareSource();var o=this.getInitialData(t,e);S(o,this),this.dataTask.dirty(),this.dataTask.context.data=o,g(this).dataBeforeProcessed=o,b(this),this._initSelectedMapFromData(o)},e.prototype.fillDataTextStyle=function(t){if(t&&!r["isTypedArray"](t))for(var e=["show"],n=0;nthis.getShallow("animationThreshold")&&(e=!1),!!e},e.prototype.restoreData=function(){this.dataTask.dirty()},e.prototype.getColorFromPalette=function(t,e,n){var i=this.ecModel,r=l["a"].prototype.getColorFromPalette.call(this,t,e,n);return r||(r=i.getColorFromPalette(t,e,n)),r},e.prototype.coordDimToDataDim=function(t){return this.getRawData().mapDimensionsAll(t)},e.prototype.getProgressive=function(){return this.get("progressive")},e.prototype.getProgressiveThreshold=function(){return this.get("progressiveThreshold")},e.prototype.select=function(t,e){this._innerSelect(this.getData(e),t)},e.prototype.unselect=function(t,e){var n=this.option.selectedMap;if(n){var i=this.option.selectedMode,r=this.getData(e);if("series"===i||"all"===n)return this.option.selectedMap={},void(this._selectedDataIndicesMap={});for(var o=0;o=0&&n.push(o)}return n},e.prototype.isSelected=function(t,e){var n=this.option.selectedMap;if(!n)return!1;var i=this.getData(e);return("all"===n||n[v(i,t)])&&!i.getItemModel(t).get(["select","disabled"])},e.prototype.isUniversalTransitionEnabled=function(){if(this[m])return!0;var t=this.option.universalTransition;return!!t&&(!0===t||t&&t.enabled)},e.prototype._innerSelect=function(t,e){var n,i,o=this.option,a=o.selectedMode,s=e.length;if(a&&s)if("series"===a)o.selectedMap="all";else if("multiple"===a){r["isObject"](o.selectedMap)||(o.selectedMap={});for(var l=o.selectedMap,u=0;u0&&this._innerSelect(t,e)}},e.registerClass=function(t){return s["a"].registerClass(t)},e.protoInitialize=function(){var t=e.prototype;t.type="series.__base__",t.seriesIndex=0,t.ignoreStyleOnData=!1,t.hasSymbolVisual=!1,t.defaultSymbol="circle",t.visualStyleAccessPath="itemStyle",t.visualDrawType="fill"}(),e}(s["a"]);function b(t){var e=t.name;a["n"](t)||(t.name=_(t)||e)}function _(t){var e=t.getRawData(),n=e.mapDimensionsAll("seriesName"),i=[];return r["each"](n,(function(t){var n=e.getDimensionInfo(t);n.displayName&&i.push(n.displayName)})),i.join(" ")}function x(t){return t.model.getRawData().count()}function w(t){var e=t.model;return e.setData(e.getRawData().cloneShallow()),O}function O(t,e){e.outputData&&t.end>e.outputData.count()&&e.model.getRawData().cloneShallow(e.outputData)}function S(t,e){r["each"](r["concatArray"](t.CHANGABLE_METHODS,t.DOWNSAMPLE_METHODS),(function(n){t.wrapMethod(n,r["curry"](C,e))}))}function C(t,e){var n=k(t);return n&&n.setOutputEnd((e||this).count()),e}function k(t){var e=(t.ecModel||{}).scheduler,n=e&&e.getPipeline(t.uid);if(n){var i=n.currentTask;if(i){var r=i.agentStubMap;r&&(i=r.get(t.uid))}return i}}r["mixin"](y,u["a"]),r["mixin"](y,l["a"]),Object(d["e"])(y,s["a"]),e["b"]=y},"4eb0":function(t,e,n){"use strict";var i=n("c32f").f;t.exports=function(t,e,n){n in t||i(t,n,{configurable:!0,get:function(){return e[n]},set:function(t){e[n]=t}})}},"50af":function(t,e,n){"use strict";n.d(e,"a",(function(){return r})); +/*! ***************************************************************************** +Copyright (c) Microsoft Corporation. + +Permission to use, copy, modify, and/or distribute this software for any +purpose with or without fee is hereby granted. + +THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH +REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY +AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT, +INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM +LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR +OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THIS SOFTWARE. +***************************************************************************** */ +var i=function(t,e){return i=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var n in e)Object.prototype.hasOwnProperty.call(e,n)&&(t[n]=e[n])},i(t,e)};function r(t,e){if("function"!==typeof e&&null!==e)throw new TypeError("Class extends value "+String(e)+" is not a constructor or null");function n(){this.constructor=t}i(t,e),t.prototype=null===e?Object.create(e):(n.prototype=e.prototype,new n)}Object.create;Object.create},"50e9":function(t,e,n){"use strict";var i=n("56ab");t.exports=function(t){var e=+t;return e!==e||0===e?0:i(e)}},"516e":function(t,e,n){"use strict";var i=n("ac02"),r=n("b2fb").map,o=n("893a"),a=o("map");i({target:"Array",proto:!0,forced:!a},{map:function(t){return r(this,t,arguments.length>1?arguments[1]:void 0)}})},"51ae":function(t,e,n){"use strict";n.d(e,"d",(function(){return s})),n.d(e,"b",(function(){return l})),n.d(e,"a",(function(){return u})),n.d(e,"c",(function(){return c}));var i="[ECharts] ",r={},o="undefined"!==typeof console&&console.warn&&console.log;function a(t,e,n){if(o){if(n){if(r[e])return;r[e]=!0}console[t](i+e)}}function s(t,e){a("warn",t,e)}function l(t,e){a("error",t,e)}function u(t){0}function c(t){throw new Error(t)}},"51bf":function(t,e,n){"use strict";n.r(e),n.d(e,"guid",(function(){return v})),n.d(e,"logError",(function(){return m})),n.d(e,"clone",(function(){return y})),n.d(e,"merge",(function(){return b})),n.d(e,"mergeAll",(function(){return _})),n.d(e,"extend",(function(){return x})),n.d(e,"defaults",(function(){return w})),n.d(e,"createCanvas",(function(){return O})),n.d(e,"indexOf",(function(){return S})),n.d(e,"inherits",(function(){return C})),n.d(e,"mixin",(function(){return k})),n.d(e,"isArrayLike",(function(){return j})),n.d(e,"each",(function(){return M})),n.d(e,"map",(function(){return T})),n.d(e,"reduce",(function(){return A})),n.d(e,"filter",(function(){return I})),n.d(e,"find",(function(){return E})),n.d(e,"keys",(function(){return D})),n.d(e,"bind",(function(){return L})),n.d(e,"curry",(function(){return N})),n.d(e,"isArray",(function(){return R})),n.d(e,"isFunction",(function(){return $})),n.d(e,"isString",(function(){return B})),n.d(e,"isStringSafe",(function(){return F})),n.d(e,"isNumber",(function(){return z})),n.d(e,"isObject",(function(){return V})),n.d(e,"isBuiltInObject",(function(){return H})),n.d(e,"isTypedArray",(function(){return q})),n.d(e,"isDom",(function(){return W})),n.d(e,"isGradientObject",(function(){return G})),n.d(e,"isImagePatternObject",(function(){return U})),n.d(e,"isRegExp",(function(){return Y})),n.d(e,"eqNaN",(function(){return X})),n.d(e,"retrieve",(function(){return K})),n.d(e,"retrieve2",(function(){return Z})),n.d(e,"retrieve3",(function(){return J})),n.d(e,"slice",(function(){return Q})),n.d(e,"normalizeCssArray",(function(){return tt})),n.d(e,"assert",(function(){return et})),n.d(e,"trim",(function(){return nt})),n.d(e,"setAsPrimitive",(function(){return rt})),n.d(e,"isPrimitive",(function(){return ot})),n.d(e,"HashMap",(function(){return ut})),n.d(e,"createHashMap",(function(){return ct})),n.d(e,"concatArray",(function(){return ht})),n.d(e,"createObject",(function(){return dt})),n.d(e,"disableUserSelect",(function(){return ft})),n.d(e,"hasOwn",(function(){return pt})),n.d(e,"noop",(function(){return gt})),n.d(e,"RADIAN_TO_DEGREE",(function(){return vt}));var i=n("e358"),r=A(["Function","RegExp","Date","Error","CanvasGradient","CanvasPattern","Image","Canvas"],(function(t,e){return t["[object "+e+"]"]=!0,t}),{}),o=A(["Int8","Uint8","Uint8Clamped","Int16","Uint16","Int32","Uint32","Float32","Float64"],(function(t,e){return t["[object "+e+"Array]"]=!0,t}),{}),a=Object.prototype.toString,s=Array.prototype,l=s.forEach,u=s.filter,c=s.slice,h=s.map,d=function(){}.constructor,f=d?d.prototype:null,p="__proto__",g=2311;function v(){return g++}function m(){for(var t=[],e=0;ei?e:t,o=Math.min(n,i),a=r[o-1]||{color:[0,0,0,0],offset:0},s=o;sa;if(s)i.length=a;else for(var l=o;l=1},t.prototype.getAdditiveTrack=function(){return this._additiveTrack},t.prototype.addKeyframe=function(t,e,n){this._needsSort=!0;var i=this.keyframes,s=i.length,l=!1,h=M,d=e;if(Object(o["isArrayLike"])(e)){var f=x(e);h=f,(1===f&&!Object(o["isNumber"])(e[0])||2===f&&!Object(o["isNumber"])(e[0][0]))&&(l=!0)}else if(Object(o["isNumber"])(e)&&!Object(o["eqNaN"])(e))h=w;else if(Object(o["isString"])(e))if(isNaN(+e)){var p=u["parse"](e);p&&(d=p,h=C)}else h=w;else if(Object(o["isGradientObject"])(e)){var g=Object(o["extend"])({},d);g.colorStops=Object(o["map"])(e.colorStops,(function(t){return{offset:t.offset,color:u["parse"](t.color)}})),Object(c["m"])(e)?h=k:Object(c["o"])(e)&&(h=j),d=g}0===s?this.valType=h:h===this.valType&&h!==M||(l=!0),this.discrete=this.discrete||l;var v={time:t,value:d,rawValue:e,percent:0};return n&&(v.easing=n,v.easingFunc=Object(o["isFunction"])(n)?n:r[n]||Object(a["a"])(n)),i.push(v),v},t.prototype.prepare=function(t,e){var n=this.keyframes;this._needsSort&&n.sort((function(t,e){return t.time-e.time}));for(var i=this.valType,r=n.length,o=n[r-1],a=this.discrete,s=A(i),l=T(i),u=0;u=0;n--)if(u[n].percent<=e)break;n=m(n,c-2)}else{for(n=v;ne)break;n=m(n-1,c-2)}r=u[n+1],i=u[n]}if(i&&r){this._lastFr=n,this._lastFrP=e;var b=r.percent-i.percent,x=0===b?1:m((e-i.percent)/b,1);r.easingFunc&&(x=r.easingFunc(x));var w=a?this._additiveValue:g?I:t[h];if(!A(l)&&!g||w||(w=this._additiveValue=[]),this.discrete)t[h]=x<1?i.rawValue:r.rawValue;else if(A(l))l===O?f(w,i[s],r[s],x):p(w,i[s],r[s],x);else if(T(l)){var S=i[s],j=r[s],M=l===k;t[h]={type:M?"linear":"radial",x:d(S.x,j.x,x),y:d(S.y,j.y,x),colorStops:Object(o["map"])(S.colorStops,(function(t,e){var n=j.colorStops[e];return{offset:d(t.offset,n.offset,x),color:_(f([],t.color,n.color,x))}})),global:j.global},M?(t[h].x2=d(S.x2,j.x2,x),t[h].y2=d(S.y2,j.y2,x)):t[h].r=d(S.r,j.r,x)}else if(g)f(w,i[s],r[s],x),a||(t[h]=_(w));else{var E=d(i[s],r[s],x);a?this._additiveValue=E:t[h]=E}a&&this._addToTarget(t)}}},t.prototype._addToTarget=function(t){var e=this.valType,n=this.propName,i=this._additiveValue;e===w?t[n]=t[n]+i:e===C?(u["parse"](t[n],I),g(I,I,i,1),t[n]=_(I)):e===O?g(t[n],t[n],i,1):e===S&&v(t[n],t[n],i,1)},t}(),D=function(){function t(t,e,n,i){this._tracks={},this._trackKeys=[],this._maxTime=0,this._started=0,this._clip=null,this._target=t,this._loop=e,e&&i?Object(o["logError"])("Can' use additive animation on looped animation."):(this._additiveAnimators=i,this._allowDiscrete=n)}return t.prototype.getMaxTime=function(){return this._maxTime},t.prototype.getDelay=function(){return this._delay},t.prototype.getLoop=function(){return this._loop},t.prototype.getTarget=function(){return this._target},t.prototype.changeTarget=function(t){this._target=t},t.prototype.when=function(t,e,n){return this.whenWithKeys(t,e,Object(o["keys"])(e),n)},t.prototype.whenWithKeys=function(t,e,n,i){for(var r=this._tracks,o=0;o0&&s.addKeyframe(0,b(l),i),this._trackKeys.push(a)}s.addKeyframe(t,b(e[a]),i)}return this._maxTime=Math.max(this._maxTime,t),this},t.prototype.pause=function(){this._clip.pause(),this._paused=!0},t.prototype.resume=function(){this._clip.resume(),this._paused=!1},t.prototype.isPaused=function(){return!!this._paused},t.prototype.duration=function(t){return this._maxTime=t,this._force=!0,this},t.prototype._doneCallback=function(){this._setTracksFinished(),this._clip=null;var t=this._doneCbs;if(t)for(var e=t.length,n=0;n0)){this._started=1;for(var e=this,n=[],i=this._maxTime||0,r=0;r1){var s=a.pop();r.addKeyframe(s.time,t[i]),r.prepare(this._maxTime,r.getAdditiveTrack())}}}},t}();e["b"]=D},5325:function(t,e,n){"use strict";n.d(e,"a",(function(){return E}));var i=n("50af"),r=n("5510"),o=n("ae21"),a=n("5a18"),s=n("e8c6");function l(t,e,n,i,r,o,a,l,u,c,h){if(0===u)return!1;var d=u;if(h>e+d&&h>i+d&&h>o+d&&h>l+d||ht+d&&c>n+d&&c>r+d&&c>a+d||cn||d+ur&&(r+=h);var p=Math.atan2(l,s);return p<0&&(p+=h),p>=i&&p<=r||p+h>=i&&p+h<=r}var f=n("1def"),p=o["a"].CMD,g=2*Math.PI,v=1e-4;function m(t,e){return Math.abs(t-e)e&&c>i&&c>o&&c>l||c1&&_(),p=s["a"](e,i,o,l,b[0]),f>1&&(g=s["a"](e,i,o,l,b[1]))),2===f?me&&l>i&&l>o||l=0&&c<=1){for(var h=0,d=s["h"](e,i,o,c),f=0;fn||s<-n)return 0;var l=Math.sqrt(n*n-s*s);y[0]=-l,y[1]=l;var u=Math.abs(i-r);if(u<1e-4)return 0;if(u>=g-1e-4){i=0,r=g;var c=o?1:-1;return a>=y[0]+t&&a<=y[1]+t?c:0}if(i>r){var h=i;i=r,r=h}i<0&&(i+=g,r+=g);for(var d=0,f=0;f<2;f++){var p=y[f];if(p+t>a){var v=Math.atan2(s,p);c=o?1:-1;v<0&&(v=g+v),(v>=i&&v<=r||v+g>=i&&v+g<=r)&&(v>Math.PI/2&&v<1.5*Math.PI&&(c=-c),d+=c)}}return d}function S(t,e,n,i,r){for(var o,s,c=t.data,h=t.len(),g=0,v=0,y=0,b=0,_=0,S=0;S1&&(n||(g+=Object(f["a"])(v,y,b,_,i,r))),k&&(v=c[S],y=c[S+1],b=v,_=y),C){case p.M:b=c[S++],_=c[S++],v=b,y=_;break;case p.L:if(n){if(a["a"](v,y,c[S],c[S+1],e,i,r))return!0}else g+=Object(f["a"])(v,y,c[S],c[S+1],i,r)||0;v=c[S++],y=c[S++];break;case p.C:if(n){if(l(v,y,c[S++],c[S++],c[S++],c[S++],c[S],c[S+1],e,i,r))return!0}else g+=x(v,y,c[S++],c[S++],c[S++],c[S++],c[S],c[S+1],i,r)||0;v=c[S++],y=c[S++];break;case p.Q:if(n){if(u["a"](v,y,c[S++],c[S++],c[S],c[S+1],e,i,r))return!0}else g+=w(v,y,c[S++],c[S++],c[S],c[S+1],i,r)||0;v=c[S++],y=c[S++];break;case p.A:var j=c[S++],M=c[S++],T=c[S++],A=c[S++],I=c[S++],E=c[S++];S+=1;var D=!!(1-c[S++]);o=Math.cos(I)*T+j,s=Math.sin(I)*A+M,k?(b=o,_=s):g+=Object(f["a"])(v,y,o,s,i,r);var P=(i-j)*A/T+j;if(n){if(d(j,M,A,I,I+E,D,e,P,r))return!0}else g+=O(j,M,A,I,I+E,D,P,r);v=Math.cos(I+E)*T+j,y=Math.sin(I+E)*A+M;break;case p.R:b=v=c[S++],_=y=c[S++];var L=c[S++],N=c[S++];if(o=b+L,s=_+N,n){if(a["a"](b,_,o,_,e,i,r)||a["a"](o,_,o,s,e,i,r)||a["a"](o,s,b,s,e,i,r)||a["a"](b,s,b,_,e,i,r))return!0}else g+=Object(f["a"])(o,_,o,s,i,r),g+=Object(f["a"])(b,s,b,_,i,r);break;case p.Z:if(n){if(a["a"](v,y,b,_,e,i,r))return!0}else g+=Object(f["a"])(v,y,b,_,i,r);v=b,y=_;break}}return n||m(y,_)||(g+=Object(f["a"])(v,y,b,_,i,r)||0),0!==g}function C(t,e,n){return S(t,0,!1,e,n)}function k(t,e,n,i){return S(t,e,!0,n,i)}var j=n("51bf"),M=n("2347"),T=n("5e78"),A=n("6927"),I=n("2ed6"),E=Object(j["defaults"])({fill:"#000",stroke:null,strokePercent:1,fillOpacity:1,strokeOpacity:1,lineDashOffset:0,lineWidth:1,lineCap:"butt",miterLimit:10,strokeNoScale:!1,strokeFirst:!1},r["b"]),D={style:Object(j["defaults"])({fill:!0,stroke:!0,strokePercent:!0,fillOpacity:!0,strokeOpacity:!0,lineDashOffset:!0,lineWidth:!0,miterLimit:!0},r["a"].style)},P=I["a"].concat(["invisible","culling","z","z2","zlevel","parent"]),L=function(t){function e(e){return t.call(this,e)||this}return Object(i["a"])(e,t),e.prototype.update=function(){var n=this;t.prototype.update.call(this);var i=this.style;if(i.decal){var r=this._decalEl=this._decalEl||new e;r.buildPath===e.prototype.buildPath&&(r.buildPath=function(t){n.buildPath(t,n.shape)}),r.silent=!0;var o=r.style;for(var a in i)o[a]!==i[a]&&(o[a]=i[a]);o.fill=i.fill?i.decal:null,o.decal=null,o.shadowColor=null,i.strokeFirst&&(o.stroke=null);for(var s=0;s.5?T["a"]:e>.2?T["c"]:T["d"]}if(t)return T["d"]}return T["a"]},e.prototype.getInsideTextStroke=function(t){var e=this.style.fill;if(Object(j["isString"])(e)){var n=this.__zr,i=!(!n||!n.isDarkMode()),r=Object(M["lum"])(t,0)0))},e.prototype.hasFill=function(){var t=this.style,e=t.fill;return null!=e&&"none"!==e},e.prototype.getBoundingRect=function(){var t=this._rect,e=this.style,n=!t;if(n){var i=!1;this.path||(i=!0,this.createPathProxy());var r=this.path;(i||this.__dirty&A["b"])&&(r.beginPath(),this.buildPath(r,this.shape,!1),this.pathUpdated()),t=r.getBoundingRect()}if(this._rect=t,this.hasStroke()&&this.path&&this.path.len()>0){var o=this._rectStroke||(this._rectStroke=t.clone());if(this.__dirty||n){o.copy(t);var a=e.strokeNoScale?this.getLineScale():1,s=e.lineWidth;if(!this.hasFill()){var l=this.strokeContainThreshold;s=Math.max(s,null==l?4:l)}a>1e-10&&(o.width+=s/a,o.height+=s/a,o.x-=s/a/2,o.y-=s/a/2)}return o}return t},e.prototype.contain=function(t,e){var n=this.transformCoordToLocal(t,e),i=this.getBoundingRect(),r=this.style;if(t=n[0],e=n[1],i.contain(t,e)){var o=this.path;if(this.hasStroke()){var a=r.lineWidth,s=r.strokeNoScale?this.getLineScale():1;if(s>1e-10&&(this.hasFill()||(a=Math.max(a,this.strokeContainThreshold)),k(o,a/s,t,e)))return!0}if(this.hasFill())return C(o,t,e)}return!1},e.prototype.dirtyShape=function(){this.__dirty|=A["b"],this._rect&&(this._rect=null),this._decalEl&&this._decalEl.dirtyShape(),this.markRedraw()},e.prototype.dirty=function(){this.dirtyStyle(),this.dirtyShape()},e.prototype.animateShape=function(t){return this.animate("shape",t)},e.prototype.updateDuringAnimation=function(t){"style"===t?this.dirtyStyle():"shape"===t?this.dirtyShape():this.markRedraw()},e.prototype.attrKV=function(e,n){"shape"===e?this.setShape(n):t.prototype.attrKV.call(this,e,n)},e.prototype.setShape=function(t,e){var n=this.shape;return n||(n=this.shape={}),"string"===typeof t?n[t]=e:Object(j["extend"])(n,t),this.dirtyShape(),this},e.prototype.shapeChanged=function(){return!!(this.__dirty&A["b"])},e.prototype.createStyle=function(t){return Object(j["createObject"])(E,t)},e.prototype._innerSaveToNormal=function(e){t.prototype._innerSaveToNormal.call(this,e);var n=this._normalState;e.shape&&!n.shape&&(n.shape=Object(j["extend"])({},this.shape))},e.prototype._applyStateObj=function(e,n,i,r,o,a){t.prototype._applyStateObj.call(this,e,n,i,r,o,a);var s,l=!(n&&r);if(n&&n.shape?o?r?s=n.shape:(s=Object(j["extend"])({},i.shape),Object(j["extend"])(s,n.shape)):(s=Object(j["extend"])({},r?this.shape:i.shape),Object(j["extend"])(s,n.shape)):l&&(s=i.shape),s)if(o){this.shape=Object(j["extend"])({},this.shape);for(var u={},c=Object(j["keys"])(s),h=0;h1?arguments[1]:void 0)}})},"542a":function(t,e,n){"use strict";var i=n("aac4"),r=TypeError,o=function(t){var e,n;this.promise=new t((function(t,i){if(void 0!==e||void 0!==n)throw new r("Bad Promise constructor");e=t,n=i})),this.resolve=i(e),this.reject=i(n)};t.exports.f=function(t){return new o(t)}},"54c7":function(t,e,n){"use strict";var i=n("81e1"),r=n("ee96"),o=n("f72b"),a=n("126d"),s=n("b1a1"),l=n("3571"),u=TypeError,c=l("toPrimitive");t.exports=function(t,e){if(!r(t)||o(t))return t;var n,l=a(t,c);if(l){if(void 0===e&&(e="default"),n=i(l,t,e),!r(n)||o(n))return n;throw new u("Can't convert object to primitive value")}return void 0===e&&(e="number"),s(t,e)}},5510:function(t,e,n){"use strict";n.d(e,"b",(function(){return u})),n.d(e,"a",(function(){return c}));var i=n("50af"),r=n("1129"),o=n("7314"),a=n("51bf"),s=n("6927"),l="__zr_style_"+Math.round(10*Math.random()),u={shadowBlur:0,shadowOffsetX:0,shadowOffsetY:0,shadowColor:"#000",opacity:1,blend:"source-over"},c={style:{shadowBlur:!0,shadowOffsetX:!0,shadowOffsetY:!0,shadowColor:!0,opacity:!0}};u[l]=!0;var h=["z","z2","invisible"],d=["invisible"],f=function(t){function e(e){return t.call(this,e)||this}return Object(i["a"])(e,t),e.prototype._init=function(e){for(var n=Object(a["keys"])(e),i=0;i>1)%2;s.cssText=["position: absolute","visibility: hidden","padding: 0","margin: 0","border-width: 0","user-select: none","width:0","height:0",i[l]+":0",r[u]+":0",i[1-l]+":auto",r[1-u]+":auto",""].join("!important;"),t.appendChild(a),n.push(a)}return n}function d(t,e,n){for(var i=n?"invTrans":"trans",r=e[i],o=e.srcCoords,s=[],l=[],u=!0,c=0;c<4;c++){var h=t[c].getBoundingClientRect(),d=2*c,f=h.left,p=h.top;s.push(f,p),u=u&&o&&f===o[d]&&p===o[d+1],l.push(t[c].offsetLeft,t[c].offsetTop)}return u&&r?r:(e.srcCoords=s,e[i]=n?a(l,s):a(s,l))}function f(t){return"CANVAS"===t.nodeName.toUpperCase()}var p=/([&<>"'])/g,g={"&":"&","<":"<",">":">",'"':""","'":"'"};function v(t){return null==t?"":(t+"").replace(p,(function(t,e){return g[e]}))}},"55a5":function(t,e,n){"use strict";var i=n("50af"),r=n("51bf"),o=n("1129"),a=n("7314"),s=function(t){function e(e){var n=t.call(this)||this;return n.isGroup=!0,n._children=[],n.attr(e),n}return Object(i["a"])(e,t),e.prototype.childrenRef=function(){return this._children},e.prototype.children=function(){return this._children.slice()},e.prototype.childAt=function(t){return this._children[t]},e.prototype.childOfName=function(t){for(var e=this._children,n=0;n=0&&(n.splice(i,0,t),this._doAdd(t))}return this},e.prototype.replace=function(t,e){var n=r["indexOf"](this._children,t);return n>=0&&this.replaceAt(e,n),this},e.prototype.replaceAt=function(t,e){var n=this._children,i=n[e];if(t&&t!==this&&t.parent!==this&&t!==i){n[e]=t,i.parent=null;var r=this.__zr;r&&i.removeSelfFromZr(r),this._doAdd(t)}return this},e.prototype._doAdd=function(t){t.parent&&t.parent.remove(t),t.parent=this;var e=this.__zr;e&&e!==t.__zr&&t.addSelfToZr(e),e&&e.refresh()},e.prototype.remove=function(t){var e=this.__zr,n=this._children,i=r["indexOf"](n,t);return i<0||(n.splice(i,1),t.parent=null,e&&t.removeSelfFromZr(e),e&&e.refresh()),this},e.prototype.removeAll=function(){for(var t=this._children,e=this.__zr,n=0;n0?r:i)(e)}},"56ac":function(t,e,n){"use strict";n.r(e),function(t){n.d(e,"EffectScope",(function(){return Te})),n.d(e,"computed",(function(){return me})),n.d(e,"customRef",(function(){return le})),n.d(e,"default",(function(){return ro})),n.d(e,"defineAsyncComponent",(function(){return ni})),n.d(e,"defineComponent",(function(){return bi})),n.d(e,"del",(function(){return Vt})),n.d(e,"effectScope",(function(){return Ae})),n.d(e,"getCurrentInstance",(function(){return mt})),n.d(e,"getCurrentScope",(function(){return Ee})),n.d(e,"h",(function(){return Bn})),n.d(e,"inject",(function(){return Ne})),n.d(e,"isProxy",(function(){return Kt})),n.d(e,"isReactive",(function(){return Ut})),n.d(e,"isReadonly",(function(){return Xt})),n.d(e,"isRef",(function(){return te})),n.d(e,"isShallow",(function(){return Yt})),n.d(e,"markRaw",(function(){return Jt})),n.d(e,"mergeDefaults",(function(){return Cn})),n.d(e,"nextTick",(function(){return Qn})),n.d(e,"onActivated",(function(){return hi})),n.d(e,"onBeforeMount",(function(){return oi})),n.d(e,"onBeforeUnmount",(function(){return ui})),n.d(e,"onBeforeUpdate",(function(){return si})),n.d(e,"onDeactivated",(function(){return di})),n.d(e,"onErrorCaptured",(function(){return mi})),n.d(e,"onMounted",(function(){return ai})),n.d(e,"onRenderTracked",(function(){return pi})),n.d(e,"onRenderTriggered",(function(){return gi})),n.d(e,"onScopeDispose",(function(){return De})),n.d(e,"onServerPrefetch",(function(){return fi})),n.d(e,"onUnmounted",(function(){return ci})),n.d(e,"onUpdated",(function(){return li})),n.d(e,"provide",(function(){return Pe})),n.d(e,"proxyRefs",(function(){return ae})),n.d(e,"reactive",(function(){return qt})),n.d(e,"readonly",(function(){return fe})),n.d(e,"ref",(function(){return ee})),n.d(e,"set",(function(){return zt})),n.d(e,"shallowReactive",(function(){return Wt})),n.d(e,"shallowReadonly",(function(){return ve})),n.d(e,"shallowRef",(function(){return ne})),n.d(e,"toRaw",(function(){return Zt})),n.d(e,"toRef",(function(){return ce})),n.d(e,"toRefs",(function(){return ue})),n.d(e,"triggerRef",(function(){return re})),n.d(e,"unref",(function(){return oe})),n.d(e,"useAttrs",(function(){return wn})),n.d(e,"useCssModule",(function(){return ti})),n.d(e,"useCssVars",(function(){return ei})),n.d(e,"useListeners",(function(){return On})),n.d(e,"useSlots",(function(){return xn})),n.d(e,"version",(function(){return yi})),n.d(e,"watch",(function(){return je})),n.d(e,"watchEffect",(function(){return we})),n.d(e,"watchPostEffect",(function(){return Oe})),n.d(e,"watchSyncEffect",(function(){return Se})); +/*! + * Vue.js v2.7.16 + * (c) 2014-2023 Evan You + * Released under the MIT License. + */ +var i=Object.freeze({}),r=Array.isArray;function o(t){return void 0===t||null===t}function a(t){return void 0!==t&&null!==t}function s(t){return!0===t}function l(t){return!1===t}function u(t){return"string"===typeof t||"number"===typeof t||"symbol"===typeof t||"boolean"===typeof t}function c(t){return"function"===typeof t}function h(t){return null!==t&&"object"===typeof t}var d=Object.prototype.toString;function f(t){return"[object Object]"===d.call(t)}function p(t){return"[object RegExp]"===d.call(t)}function g(t){var e=parseFloat(String(t));return e>=0&&Math.floor(e)===e&&isFinite(t)}function v(t){return a(t)&&"function"===typeof t.then&&"function"===typeof t.catch}function m(t){return null==t?"":Array.isArray(t)||f(t)&&t.toString===d?JSON.stringify(t,y,2):String(t)}function y(t,e){return e&&e.__v_isRef?e.value:e}function b(t){var e=parseFloat(t);return isNaN(e)?t:e}function _(t,e){for(var n=Object.create(null),i=t.split(","),r=0;r-1)return t.splice(i,1)}}var O=Object.prototype.hasOwnProperty;function S(t,e){return O.call(t,e)}function C(t){var e=Object.create(null);return function(n){var i=e[n];return i||(e[n]=t(n))}}var k=/-(\w)/g,j=C((function(t){return t.replace(k,(function(t,e){return e?e.toUpperCase():""}))})),M=C((function(t){return t.charAt(0).toUpperCase()+t.slice(1)})),T=/\B([A-Z])/g,A=C((function(t){return t.replace(T,"-$1").toLowerCase()}));function I(t,e){function n(n){var i=arguments.length;return i?i>1?t.apply(e,arguments):t.call(e,n):t.call(e)}return n._length=t.length,n}function E(t,e){return t.bind(e)}var D=Function.prototype.bind?E:I;function P(t,e){e=e||0;var n=t.length-e,i=new Array(n);while(n--)i[n]=t[n+e];return i}function L(t,e){for(var n in e)t[n]=e[n];return t}function N(t){for(var e={},n=0;n0,rt=et&&et.indexOf("edge/")>0;et&&et.indexOf("android");var ot=et&&/iphone|ipad|ipod|ios/.test(et);et&&/chrome\/\d+/.test(et),et&&/phantomjs/.test(et);var at,st=et&&et.match(/firefox\/(\d+)/),lt={}.watch,ut=!1;if(tt)try{var ct={};Object.defineProperty(ct,"passive",{get:function(){ut=!0}}),window.addEventListener("test-passive",null,ct)}catch(ol){}var ht=function(){return void 0===at&&(at=!tt&&"undefined"!==typeof t&&(t["process"]&&"server"===t["process"].env.VUE_ENV)),at},dt=tt&&window.__VUE_DEVTOOLS_GLOBAL_HOOK__;function ft(t){return"function"===typeof t&&/native code/.test(t.toString())}var pt,gt="undefined"!==typeof Symbol&&ft(Symbol)&&"undefined"!==typeof Reflect&&ft(Reflect.ownKeys);pt="undefined"!==typeof Set&&ft(Set)?Set:function(){function t(){this.set=Object.create(null)}return t.prototype.has=function(t){return!0===this.set[t]},t.prototype.add=function(t){this.set[t]=!0},t.prototype.clear=function(){this.set=Object.create(null)},t}();var vt=null;function mt(){return vt&&{proxy:vt}}function yt(t){void 0===t&&(t=null),t||vt&&vt._scope.off(),vt=t,t&&t._scope.on()}var bt=function(){function t(t,e,n,i,r,o,a,s){this.tag=t,this.data=e,this.children=n,this.text=i,this.elm=r,this.ns=void 0,this.context=o,this.fnContext=void 0,this.fnOptions=void 0,this.fnScopeId=void 0,this.key=e&&e.key,this.componentOptions=a,this.componentInstance=void 0,this.parent=void 0,this.raw=!1,this.isStatic=!1,this.isRootInsert=!0,this.isComment=!1,this.isCloned=!1,this.isOnce=!1,this.asyncFactory=s,this.asyncMeta=void 0,this.isAsyncPlaceholder=!1}return Object.defineProperty(t.prototype,"child",{get:function(){return this.componentInstance},enumerable:!1,configurable:!0}),t}(),_t=function(t){void 0===t&&(t="");var e=new bt;return e.text=t,e.isComment=!0,e};function xt(t){return new bt(void 0,void 0,void 0,String(t))}function wt(t){var e=new bt(t.tag,t.data,t.children&&t.children.slice(),t.text,t.elm,t.context,t.componentOptions,t.asyncFactory);return e.ns=t.ns,e.isStatic=t.isStatic,e.key=t.key,e.isComment=t.isComment,e.fnContext=t.fnContext,e.fnOptions=t.fnOptions,e.fnScopeId=t.fnScopeId,e.asyncMeta=t.asyncMeta,e.isCloned=!0,e}"function"===typeof SuppressedError&&SuppressedError;var Ot=0,St=[],Ct=function(){for(var t=0;t1)return n&&c(e)?e.call(i):e}else 0}var Re=C((function(t){var e="&"===t.charAt(0);t=e?t.slice(1):t;var n="~"===t.charAt(0);t=n?t.slice(1):t;var i="!"===t.charAt(0);return t=i?t.slice(1):t,{name:t,once:n,capture:i,passive:e}}));function $e(t,e){function n(){var t=n.fns;if(!r(t))return zn(t,null,arguments,e,"v-on handler");for(var i=t.slice(),o=0;o0&&(i=Ge(i,"".concat(e||"","_").concat(n)),We(i[0])&&We(c)&&(h[l]=xt(c.text+i[0].text),i.shift()),h.push.apply(h,i)):u(i)?We(c)?h[l]=xt(c.text+i):""!==i&&h.push(xt(i)):We(i)&&We(c)?h[l]=xt(c.text+i.text):(s(t._isVList)&&a(i.tag)&&o(i.key)&&a(e)&&(i.key="__vlist".concat(e,"_").concat(n,"__")),h.push(i)));return h}function Ue(t,e){var n,i,o,s,l=null;if(r(t)||"string"===typeof t)for(l=new Array(t.length),n=0,i=t.length;n0,s=e?!!e.$stable:!a,l=e&&e.$key;if(e){if(e._normalized)return e._normalized;if(s&&r&&r!==i&&l===r.$key&&!a&&!r.$hasNormal)return r;for(var u in o={},e)e[u]&&"$"!==u[0]&&(o[u]=fn(t,n,u,e[u]))}else o={};for(var c in n)c in o||(o[c]=pn(n,c));return e&&Object.isExtensible(e)&&(e._normalized=o),K(o,"$stable",s),K(o,"$key",l),K(o,"$hasNormal",a),o}function fn(t,e,n,i){var o=function(){var e=vt;yt(t);var n=arguments.length?i.apply(null,arguments):i({});n=n&&"object"===typeof n&&!r(n)?[n]:qe(n);var o=n&&n[0];return yt(e),n&&(!o||1===n.length&&o.isComment&&!hn(o))?void 0:n};return i.proxy&&Object.defineProperty(e,n,{get:o,enumerable:!0,configurable:!0}),o}function pn(t,e){return function(){return t[e]}}function gn(t){var e=t.$options,n=e.setup;if(n){var i=t._setupContext=vn(t);yt(t),Mt();var r=zn(n,null,[t._props||Wt({}),i],t,"setup");if(Tt(),yt(),c(r))e.render=r;else if(h(r))if(t._setupState=r,r.__sfc){var o=t._setupProxy={};for(var a in r)"__sfc"!==a&&se(o,r,a)}else for(var a in r)X(a)||se(t,r,a);else 0}}function vn(t){return{get attrs(){if(!t._attrsProxy){var e=t._attrsProxy={};K(e,"_v_attr_proxy",!0),mn(e,t.$attrs,i,t,"$attrs")}return t._attrsProxy},get listeners(){if(!t._listenersProxy){var e=t._listenersProxy={};mn(e,t.$listeners,i,t,"$listeners")}return t._listenersProxy},get slots(){return bn(t)},emit:D(t.$emit,t),expose:function(e){e&&Object.keys(e).forEach((function(n){return se(t,e,n)}))}}}function mn(t,e,n,i,r){var o=!1;for(var a in e)a in t?e[a]!==n[a]&&(o=!0):(o=!0,yn(t,a,i,r));for(var a in t)a in e||(o=!0,delete t[a]);return o}function yn(t,e,n,i){Object.defineProperty(t,e,{enumerable:!0,configurable:!0,get:function(){return n[i][e]}})}function bn(t){return t._slotsProxy||_n(t._slotsProxy={},t.$scopedSlots),t._slotsProxy}function _n(t,e){for(var n in e)t[n]=e[n];for(var n in t)n in e||delete t[n]}function xn(){return Sn().slots}function wn(){return Sn().attrs}function On(){return Sn().listeners}function Sn(){var t=vt;return t._setupContext||(t._setupContext=vn(t))}function Cn(t,e){var n=r(t)?t.reduce((function(t,e){return t[e]={},t}),{}):t;for(var i in e){var o=n[i];o?r(o)||c(o)?n[i]={type:o,default:e[i]}:o.default=e[i]:null===o&&(n[i]={default:e[i]})}return n}function kn(t){t._vnode=null,t._staticTrees=null;var e=t.$options,n=t.$vnode=e._parentVnode,r=n&&n.context;t.$slots=un(e._renderChildren,r),t.$scopedSlots=n?dn(t.$parent,n.data.scopedSlots,t.$slots):i,t._c=function(e,n,i,r){return Ln(t,e,n,i,r,!1)},t.$createElement=function(e,n,i,r){return Ln(t,e,n,i,r,!0)};var o=n&&n.data;Ft(t,"$attrs",o&&o.attrs||i,null,!0),Ft(t,"$listeners",e._parentListeners||i,null,!0)}var jn=null;function Mn(t){ln(t.prototype),t.prototype.$nextTick=function(t){return Qn(t,this)},t.prototype._render=function(){var t=this,e=t.$options,n=e.render,i=e._parentVnode;i&&t._isMounted&&(t.$scopedSlots=dn(t.$parent,i.data.scopedSlots,t.$slots,t.$scopedSlots),t._slotsProxy&&_n(t._slotsProxy,t.$scopedSlots)),t.$vnode=i;var o,a=vt,s=jn;try{yt(t),jn=t,o=n.call(t._renderProxy,t.$createElement)}catch(ol){Fn(ol,t,"render"),o=t._vnode}finally{jn=s,yt(a)}return r(o)&&1===o.length&&(o=o[0]),o instanceof bt||(o=_t()),o.parent=i,o}}function Tn(t,e){return(t.__esModule||gt&&"Module"===t[Symbol.toStringTag])&&(t=t.default),h(t)?e.extend(t):t}function An(t,e,n,i,r){var o=_t();return o.asyncFactory=t,o.asyncMeta={data:e,context:n,children:i,tag:r},o}function In(t,e){if(s(t.error)&&a(t.errorComp))return t.errorComp;if(a(t.resolved))return t.resolved;var n=jn;if(n&&a(t.owners)&&-1===t.owners.indexOf(n)&&t.owners.push(n),s(t.loading)&&a(t.loadingComp))return t.loadingComp;if(n&&!a(t.owners)){var i=t.owners=[n],r=!0,l=null,u=null;n.$on("hook:destroyed",(function(){return w(i,n)}));var c=function(t){for(var e=0,n=i.length;e1?P(n):n;for(var i=P(arguments,1),r='event handler for "'.concat(t,'"'),o=0,a=n.length;odocument.createEvent("Event").timeStamp&&(Ki=function(){return Zi.now()})}var Ji=function(t,e){if(t.post){if(!e.post)return 1}else if(e.post)return-1;return t.id-e.id};function Qi(){var t,e;for(Xi=Ki(),Gi=!0,Vi.sort(Ji),Ui=0;UiUi&&Vi[n].id>t.id)n--;Vi.splice(n+1,0,t)}else Vi.push(t);Wi||(Wi=!0,Qn(Qi))}}function rr(t){var e=t.$options.provide;if(e){var n=c(e)?e.call(t):e;if(!h(n))return;for(var i=Le(t),r=gt?Reflect.ownKeys(n):Object.keys(n),o=0;o-1)if(o&&!S(r,"default"))a=!1;else if(""===a||a===A(t)){var l=Rr(String,r.type);(l<0||s-1)return this;var n=P(arguments,1);return n.unshift(this),c(t.install)?t.install.apply(t,n):c(t)&&t.apply(null,n),e.push(t),this}}function ao(t){t.mixin=function(t){return this.options=Ar(this.options,t),this}}function so(t){t.cid=0;var e=1;t.extend=function(t){t=t||{};var n=this,i=n.cid,r=t._Ctor||(t._Ctor={});if(r[i])return r[i];var o=hr(t)||hr(n.options);var a=function(t){this._init(t)};return a.prototype=Object.create(n.prototype),a.prototype.constructor=a,a.cid=e++,a.options=Ar(n.options,t),a["super"]=n,a.options.props&&lo(a),a.options.computed&&uo(a),a.extend=n.extend,a.mixin=n.mixin,a.use=n.use,W.forEach((function(t){a[t]=n[t]})),o&&(a.options.components[o]=a),a.superOptions=n.options,a.extendOptions=t,a.sealedOptions=L({},a.options),r[i]=a,a}}function lo(t){var e=t.options.props;for(var n in e)Br(t.prototype,"_props",n)}function uo(t){var e=t.options.computed;for(var n in e)Gr(t.prototype,n,e[n])}function co(t){W.forEach((function(e){t[e]=function(t,n){return n?("component"===e&&f(n)&&(n.name=n.name||t,n=this.options._base.extend(n)),"directive"===e&&c(n)&&(n={bind:n,update:n}),this.options[e+"s"][t]=n,n):this.options[e+"s"][t]}}))}function ho(t){return t&&(hr(t.Ctor.options)||t.tag)}function fo(t,e){return r(t)?t.indexOf(e)>-1:"string"===typeof t?t.split(",").indexOf(e)>-1:!!p(t)&&t.test(e)}function po(t,e){var n=t.cache,i=t.keys,r=t._vnode,o=t.$vnode;for(var a in n){var s=n[a];if(s){var l=s.name;l&&!e(l)&&go(n,a,i,r)}}o.componentOptions.children=void 0}function go(t,e,n,i){var r=t[e];!r||i&&r.tag===i.tag||r.componentInstance.$destroy(),t[e]=null,w(n,e)}to(ro),Jr(ro),Ii(ro),Li(ro),Mn(ro);var vo=[String,RegExp,Array],mo={name:"keep-alive",abstract:!0,props:{include:vo,exclude:vo,max:[String,Number]},methods:{cacheVNode:function(){var t=this,e=t.cache,n=t.keys,i=t.vnodeToCache,r=t.keyToCache;if(i){var o=i.tag,a=i.componentInstance,s=i.componentOptions;e[r]={name:ho(s),tag:o,componentInstance:a},n.push(r),this.max&&n.length>parseInt(this.max)&&go(e,n[0],n,this._vnode),this.vnodeToCache=null}}},created:function(){this.cache=Object.create(null),this.keys=[]},destroyed:function(){for(var t in this.cache)go(this.cache,t,this.keys)},mounted:function(){var t=this;this.cacheVNode(),this.$watch("include",(function(e){po(t,(function(t){return fo(e,t)}))})),this.$watch("exclude",(function(e){po(t,(function(t){return!fo(e,t)}))}))},updated:function(){this.cacheVNode()},render:function(){var t=this.$slots.default,e=En(t),n=e&&e.componentOptions;if(n){var i=ho(n),r=this,o=r.include,a=r.exclude;if(o&&(!i||!fo(o,i))||a&&i&&fo(a,i))return e;var s=this,l=s.cache,u=s.keys,c=null==e.key?n.Ctor.cid+(n.tag?"::".concat(n.tag):""):e.key;l[c]?(e.componentInstance=l[c].componentInstance,w(u,c),u.push(c)):(this.vnodeToCache=e,this.keyToCache=c),e.data.keepAlive=!0}return e||t&&t[0]}},yo={KeepAlive:mo};function bo(t){var e={get:function(){return U}};Object.defineProperty(t,"config",e),t.util={warn:br,extend:L,mergeOptions:Ar,defineReactive:Ft},t.set=zt,t.delete=Vt,t.nextTick=Qn,t.observable=function(t){return Bt(t),t},t.options=Object.create(null),W.forEach((function(e){t.options[e+"s"]=Object.create(null)})),t.options._base=t,L(t.options.components,yo),oo(t),ao(t),so(t),co(t)}bo(ro),Object.defineProperty(ro.prototype,"$isServer",{get:ht}),Object.defineProperty(ro.prototype,"$ssrContext",{get:function(){return this.$vnode&&this.$vnode.ssrContext}}),Object.defineProperty(ro,"FunctionalRenderContext",{value:sr}),ro.version=yi;var _o=_("style,class"),xo=_("input,textarea,option,select,progress"),wo=function(t,e,n){return"value"===n&&xo(t)&&"button"!==e||"selected"===n&&"option"===t||"checked"===n&&"input"===t||"muted"===n&&"video"===t},Oo=_("contenteditable,draggable,spellcheck"),So=_("events,caret,typing,plaintext-only"),Co=function(t,e){return Ao(e)||"false"===e?"false":"contenteditable"===t&&So(e)?e:"true"},ko=_("allowfullscreen,async,autofocus,autoplay,checked,compact,controls,declare,default,defaultchecked,defaultmuted,defaultselected,defer,disabled,enabled,formnovalidate,hidden,indeterminate,inert,ismap,itemscope,loop,multiple,muted,nohref,noresize,noshade,novalidate,nowrap,open,pauseonexit,readonly,required,reversed,scoped,seamless,selected,sortable,truespeed,typemustmatch,visible"),jo="http://www.w3.org/1999/xlink",Mo=function(t){return":"===t.charAt(5)&&"xlink"===t.slice(0,5)},To=function(t){return Mo(t)?t.slice(6,t.length):""},Ao=function(t){return null==t||!1===t};function Io(t){var e=t.data,n=t,i=t;while(a(i.componentInstance))i=i.componentInstance._vnode,i&&i.data&&(e=Eo(i.data,e));while(a(n=n.parent))n&&n.data&&(e=Eo(e,n.data));return Do(e.staticClass,e.class)}function Eo(t,e){return{staticClass:Po(t.staticClass,e.staticClass),class:a(t.class)?[t.class,e.class]:e.class}}function Do(t,e){return a(t)||a(e)?Po(t,Lo(e)):""}function Po(t,e){return t?e?t+" "+e:t:e||""}function Lo(t){return Array.isArray(t)?No(t):h(t)?Ro(t):"string"===typeof t?t:""}function No(t){for(var e,n="",i=0,r=t.length;i-1?Ho[t]=e.constructor===window.HTMLUnknownElement||e.constructor===window.HTMLElement:Ho[t]=/HTMLUnknownElement/.test(e.toString())}var Wo=_("text,number,password,search,email,tel,url");function Go(t){if("string"===typeof t){var e=document.querySelector(t);return e||document.createElement("div")}return t}function Uo(t,e){var n=document.createElement(t);return"select"!==t||e.data&&e.data.attrs&&void 0!==e.data.attrs.multiple&&n.setAttribute("multiple","multiple"),n}function Yo(t,e){return document.createElementNS($o[t],e)}function Xo(t){return document.createTextNode(t)}function Ko(t){return document.createComment(t)}function Zo(t,e,n){t.insertBefore(e,n)}function Jo(t,e){t.removeChild(e)}function Qo(t,e){t.appendChild(e)}function ta(t){return t.parentNode}function ea(t){return t.nextSibling}function na(t){return t.tagName}function ia(t,e){t.textContent=e}function ra(t,e){t.setAttribute(e,"")}var oa=Object.freeze({__proto__:null,createElement:Uo,createElementNS:Yo,createTextNode:Xo,createComment:Ko,insertBefore:Zo,removeChild:Jo,appendChild:Qo,parentNode:ta,nextSibling:ea,tagName:na,setTextContent:ia,setStyleScope:ra}),aa={create:function(t,e){sa(e)},update:function(t,e){t.data.ref!==e.data.ref&&(sa(t,!0),sa(e))},destroy:function(t){sa(t,!0)}};function sa(t,e){var n=t.data.ref;if(a(n)){var i=t.context,o=t.componentInstance||t.elm,s=e?null:o,l=e?void 0:o;if(c(n))zn(n,i,[s],i,"template ref function");else{var u=t.data.refInFor,h="string"===typeof n||"number"===typeof n,d=te(n),f=i.$refs;if(h||d)if(u){var p=h?f[n]:n.value;e?r(p)&&w(p,o):r(p)?p.includes(o)||p.push(o):h?(f[n]=[o],la(i,n,f[n])):n.value=[o]}else if(h){if(e&&f[n]!==o)return;f[n]=l,la(i,n,s)}else if(d){if(e&&n.value!==o)return;n.value=s}else 0}}}function la(t,e,n){var i=t._setupState;i&&S(i,e)&&(te(i[e])?i[e].value=n:i[e]=n)}var ua=new bt("",{},[]),ca=["create","activate","update","remove","destroy"];function ha(t,e){return t.key===e.key&&t.asyncFactory===e.asyncFactory&&(t.tag===e.tag&&t.isComment===e.isComment&&a(t.data)===a(e.data)&&da(t,e)||s(t.isAsyncPlaceholder)&&o(e.asyncFactory.error))}function da(t,e){if("input"!==t.tag)return!0;var n,i=a(n=t.data)&&a(n=n.attrs)&&n.type,r=a(n=e.data)&&a(n=n.attrs)&&n.type;return i===r||Wo(i)&&Wo(r)}function fa(t,e,n){var i,r,o={};for(i=e;i<=n;++i)r=t[i].key,a(r)&&(o[r]=i);return o}function pa(t){var e,n,i={},l=t.modules,c=t.nodeOps;for(e=0;eg?(h=o(n[y+1])?null:n[y+1].elm,S(t,h,n,f,y,i)):f>y&&k(e,d,g)}function T(t,e,n,i){for(var r=n;r-1?Ca(t,e,n):ko(e)?Ao(n)?t.removeAttribute(e):(n="allowfullscreen"===e&&"EMBED"===t.tagName?"true":e,t.setAttribute(e,n)):Oo(e)?t.setAttribute(e,Co(e,n)):Mo(e)?Ao(n)?t.removeAttributeNS(jo,To(e)):t.setAttributeNS(jo,e,n):Ca(t,e,n)}function Ca(t,e,n){if(Ao(n))t.removeAttribute(e);else{if(nt&&!it&&"TEXTAREA"===t.tagName&&"placeholder"===e&&""!==n&&!t.__ieph){var i=function(e){e.stopImmediatePropagation(),t.removeEventListener("input",i)};t.addEventListener("input",i),t.__ieph=!0}t.setAttribute(e,n)}}var ka={create:Oa,update:Oa};function ja(t,e){var n=e.elm,i=e.data,r=t.data;if(!(o(i.staticClass)&&o(i.class)&&(o(r)||o(r.staticClass)&&o(r.class)))){var s=Io(e),l=n._transitionClasses;a(l)&&(s=Po(s,Lo(l))),s!==n._prevClass&&(n.setAttribute("class",s),n._prevClass=s)}}var Ma,Ta={create:ja,update:ja},Aa="__r",Ia="__c";function Ea(t){if(a(t[Aa])){var e=nt?"change":"input";t[e]=[].concat(t[Aa],t[e]||[]),delete t[Aa]}a(t[Ia])&&(t.change=[].concat(t[Ia],t.change||[]),delete t[Ia])}function Da(t,e,n){var i=Ma;return function r(){var o=e.apply(null,arguments);null!==o&&Na(t,r,n,i)}}var Pa=Wn&&!(st&&Number(st[1])<=53);function La(t,e,n,i){if(Pa){var r=Xi,o=e;e=o._wrapper=function(t){if(t.target===t.currentTarget||t.timeStamp>=r||t.timeStamp<=0||t.target.ownerDocument!==document)return o.apply(this,arguments)}}Ma.addEventListener(t,e,ut?{capture:n,passive:i}:n)}function Na(t,e,n,i){(i||Ma).removeEventListener(t,e._wrapper||e,n)}function Ra(t,e){if(!o(t.data.on)||!o(e.data.on)){var n=e.data.on||{},i=t.data.on||{};Ma=e.elm||t.elm,Ea(n),Be(n,i,La,Na,Da,e.context),Ma=void 0}}var $a,Ba={create:Ra,update:Ra,destroy:function(t){return Ra(t,ua)}};function Fa(t,e){if(!o(t.data.domProps)||!o(e.data.domProps)){var n,i,r=e.elm,l=t.data.domProps||{},u=e.data.domProps||{};for(n in(a(u.__ob__)||s(u._v_attr_proxy))&&(u=e.data.domProps=L({},u)),l)n in u||(r[n]="");for(n in u){if(i=u[n],"textContent"===n||"innerHTML"===n){if(e.children&&(e.children.length=0),i===l[n])continue;1===r.childNodes.length&&r.removeChild(r.childNodes[0])}if("value"===n&&"PROGRESS"!==r.tagName){r._value=i;var c=o(i)?"":String(i);za(r,c)&&(r.value=c)}else if("innerHTML"===n&&Fo(r.tagName)&&o(r.innerHTML)){$a=$a||document.createElement("div"),$a.innerHTML="".concat(i,"");var h=$a.firstChild;while(r.firstChild)r.removeChild(r.firstChild);while(h.firstChild)r.appendChild(h.firstChild)}else if(i!==l[n])try{r[n]=i}catch(ol){}}}}function za(t,e){return!t.composing&&("OPTION"===t.tagName||Va(t,e)||Ha(t,e))}function Va(t,e){var n=!0;try{n=document.activeElement!==t}catch(ol){}return n&&t.value!==e}function Ha(t,e){var n=t.value,i=t._vModifiers;if(a(i)){if(i.number)return b(n)!==b(e);if(i.trim)return n.trim()!==e.trim()}return n!==e}var qa={create:Fa,update:Fa},Wa=C((function(t){var e={},n=/;(?![^(]*\))/g,i=/:(.+)/;return t.split(n).forEach((function(t){if(t){var n=t.split(i);n.length>1&&(e[n[0].trim()]=n[1].trim())}})),e}));function Ga(t){var e=Ua(t.style);return t.staticStyle?L(t.staticStyle,e):e}function Ua(t){return Array.isArray(t)?N(t):"string"===typeof t?Wa(t):t}function Ya(t,e){var n,i={};if(e){var r=t;while(r.componentInstance)r=r.componentInstance._vnode,r&&r.data&&(n=Ga(r.data))&&L(i,n)}(n=Ga(t.data))&&L(i,n);var o=t;while(o=o.parent)o.data&&(n=Ga(o.data))&&L(i,n);return i}var Xa,Ka=/^--/,Za=/\s*!important$/,Ja=function(t,e,n){if(Ka.test(e))t.style.setProperty(e,n);else if(Za.test(n))t.style.setProperty(A(e),n.replace(Za,""),"important");else{var i=ts(e);if(Array.isArray(n))for(var r=0,o=n.length;r-1?e.split(is).forEach((function(e){return t.classList.add(e)})):t.classList.add(e);else{var n=" ".concat(t.getAttribute("class")||""," ");n.indexOf(" "+e+" ")<0&&t.setAttribute("class",(n+e).trim())}}function os(t,e){if(e&&(e=e.trim()))if(t.classList)e.indexOf(" ")>-1?e.split(is).forEach((function(e){return t.classList.remove(e)})):t.classList.remove(e),t.classList.length||t.removeAttribute("class");else{var n=" ".concat(t.getAttribute("class")||""," "),i=" "+e+" ";while(n.indexOf(i)>=0)n=n.replace(i," ");n=n.trim(),n?t.setAttribute("class",n):t.removeAttribute("class")}}function as(t){if(t){if("object"===typeof t){var e={};return!1!==t.css&&L(e,ss(t.name||"v")),L(e,t),e}return"string"===typeof t?ss(t):void 0}}var ss=C((function(t){return{enterClass:"".concat(t,"-enter"),enterToClass:"".concat(t,"-enter-to"),enterActiveClass:"".concat(t,"-enter-active"),leaveClass:"".concat(t,"-leave"),leaveToClass:"".concat(t,"-leave-to"),leaveActiveClass:"".concat(t,"-leave-active")}})),ls=tt&&!it,us="transition",cs="animation",hs="transition",ds="transitionend",fs="animation",ps="animationend";ls&&(void 0===window.ontransitionend&&void 0!==window.onwebkittransitionend&&(hs="WebkitTransition",ds="webkitTransitionEnd"),void 0===window.onanimationend&&void 0!==window.onwebkitanimationend&&(fs="WebkitAnimation",ps="webkitAnimationEnd"));var gs=tt?window.requestAnimationFrame?window.requestAnimationFrame.bind(window):setTimeout:function(t){return t()};function vs(t){gs((function(){gs(t)}))}function ms(t,e){var n=t._transitionClasses||(t._transitionClasses=[]);n.indexOf(e)<0&&(n.push(e),rs(t,e))}function ys(t,e){t._transitionClasses&&w(t._transitionClasses,e),os(t,e)}function bs(t,e,n){var i=xs(t,e),r=i.type,o=i.timeout,a=i.propCount;if(!r)return n();var s=r===us?ds:ps,l=0,u=function(){t.removeEventListener(s,c),n()},c=function(e){e.target===t&&++l>=a&&u()};setTimeout((function(){l0&&(n=us,c=a,h=o.length):e===cs?u>0&&(n=cs,c=u,h=l.length):(c=Math.max(a,u),n=c>0?a>u?us:cs:null,h=n?n===us?o.length:l.length:0);var d=n===us&&_s.test(i[hs+"Property"]);return{type:n,timeout:c,propCount:h,hasTransform:d}}function ws(t,e){while(t.length1}function Ms(t,e){!0!==e.data.show&&Ss(e)}var Ts=tt?{create:Ms,activate:Ms,remove:function(t,e){!0!==t.data.show?Cs(t,e):e()}}:{},As=[ka,Ta,Ba,qa,ns,Ts],Is=As.concat(wa),Es=pa({nodeOps:oa,modules:Is});it&&document.addEventListener("selectionchange",(function(){var t=document.activeElement;t&&t.vmodel&&Fs(t,"input")}));var Ds={inserted:function(t,e,n,i){"select"===n.tag?(i.elm&&!i.elm._vOptions?Fe(n,"postpatch",(function(){Ds.componentUpdated(t,e,n)})):Ps(t,e,n.context),t._vOptions=[].map.call(t.options,Rs)):("textarea"===n.tag||Wo(t.type))&&(t._vModifiers=e.modifiers,e.modifiers.lazy||(t.addEventListener("compositionstart",$s),t.addEventListener("compositionend",Bs),t.addEventListener("change",Bs),it&&(t.vmodel=!0)))},componentUpdated:function(t,e,n){if("select"===n.tag){Ps(t,e,n.context);var i=t._vOptions,r=t._vOptions=[].map.call(t.options,Rs);if(r.some((function(t,e){return!F(t,i[e])}))){var o=t.multiple?e.value.some((function(t){return Ns(t,r)})):e.value!==e.oldValue&&Ns(e.value,r);o&&Fs(t,"change")}}}};function Ps(t,e,n){Ls(t,e,n),(nt||rt)&&setTimeout((function(){Ls(t,e,n)}),0)}function Ls(t,e,n){var i=e.value,r=t.multiple;if(!r||Array.isArray(i)){for(var o,a,s=0,l=t.options.length;s-1,a.selected!==o&&(a.selected=o);else if(F(Rs(a),i))return void(t.selectedIndex!==s&&(t.selectedIndex=s));r||(t.selectedIndex=-1)}}function Ns(t,e){return e.every((function(e){return!F(e,t)}))}function Rs(t){return"_value"in t?t._value:t.value}function $s(t){t.target.composing=!0}function Bs(t){t.target.composing&&(t.target.composing=!1,Fs(t.target,"input"))}function Fs(t,e){var n=document.createEvent("HTMLEvents");n.initEvent(e,!0,!0),t.dispatchEvent(n)}function zs(t){return!t.componentInstance||t.data&&t.data.transition?t:zs(t.componentInstance._vnode)}var Vs={bind:function(t,e,n){var i=e.value;n=zs(n);var r=n.data&&n.data.transition,o=t.__vOriginalDisplay="none"===t.style.display?"":t.style.display;i&&r?(n.data.show=!0,Ss(n,(function(){t.style.display=o}))):t.style.display=i?o:"none"},update:function(t,e,n){var i=e.value,r=e.oldValue;if(!i!==!r){n=zs(n);var o=n.data&&n.data.transition;o?(n.data.show=!0,i?Ss(n,(function(){t.style.display=t.__vOriginalDisplay})):Cs(n,(function(){t.style.display="none"}))):t.style.display=i?t.__vOriginalDisplay:"none"}},unbind:function(t,e,n,i,r){r||(t.style.display=t.__vOriginalDisplay)}},Hs={model:Ds,show:Vs},qs={name:String,appear:Boolean,css:Boolean,mode:String,type:String,enterClass:String,leaveClass:String,enterToClass:String,leaveToClass:String,enterActiveClass:String,leaveActiveClass:String,appearClass:String,appearActiveClass:String,appearToClass:String,duration:[Number,String,Object]};function Ws(t){var e=t&&t.componentOptions;return e&&e.Ctor.options.abstract?Ws(En(e.children)):t}function Gs(t){var e={},n=t.$options;for(var i in n.propsData)e[i]=t[i];var r=n._parentListeners;for(var i in r)e[j(i)]=r[i];return e}function Us(t,e){if(/\d-keep-alive$/.test(e.tag))return t("keep-alive",{props:e.componentOptions.propsData})}function Ys(t){while(t=t.parent)if(t.data.transition)return!0}function Xs(t,e){return e.key===t.key&&e.tag===t.tag}var Ks=function(t){return t.tag||hn(t)},Zs=function(t){return"show"===t.name},Js={name:"transition",props:qs,abstract:!0,render:function(t){var e=this,n=this.$slots.default;if(n&&(n=n.filter(Ks),n.length)){0;var i=this.mode;0;var r=n[0];if(Ys(this.$vnode))return r;var o=Ws(r);if(!o)return r;if(this._leaving)return Us(t,r);var a="__transition-".concat(this._uid,"-");o.key=null==o.key?o.isComment?a+"comment":a+o.tag:u(o.key)?0===String(o.key).indexOf(a)?o.key:a+o.key:o.key;var s=(o.data||(o.data={})).transition=Gs(this),l=this._vnode,c=Ws(l);if(o.data.directives&&o.data.directives.some(Zs)&&(o.data.show=!0),c&&c.data&&!Xs(o,c)&&!hn(c)&&(!c.componentInstance||!c.componentInstance._vnode.isComment)){var h=c.data.transition=L({},s);if("out-in"===i)return this._leaving=!0,Fe(h,"afterLeave",(function(){e._leaving=!1,e.$forceUpdate()})),Us(t,r);if("in-out"===i){if(hn(o))return l;var d,f=function(){d()};Fe(s,"afterEnter",f),Fe(s,"enterCancelled",f),Fe(h,"delayLeave",(function(t){d=t}))}}return r}}},Qs=L({tag:String,moveClass:String},qs);delete Qs.mode;var tl={props:Qs,beforeMount:function(){var t=this,e=this._update;this._update=function(n,i){var r=Di(t);t.__patch__(t._vnode,t.kept,!1,!0),t._vnode=t.kept,r(),e.call(t,n,i)}},render:function(t){for(var e=this.tag||this.$vnode.data.tag||"span",n=Object.create(null),i=this.prevChildren=this.children,r=this.$slots.default||[],o=this.children=[],a=Gs(this),s=0;s30}},5913:function(t,e,n){"use strict";t.exports=function(t,e){return e?t.replace(/\/+$/,"")+"/"+e.replace(/^\/+/,""):t}},5928:function(t,e,n){var i=n("8f69");t.exports=Array.isArray||function(t){return"Array"==i(t)}},5936:function(t,e,n){"use strict";var i=n("74bc"),r=n("6e02");t.exports=i&&r((function(){return 42!==Object.defineProperty((function(){}),"prototype",{value:42,writable:!1}).prototype}))},"59ba":function(t,e,n){"use strict";t.exports=function(t,e){return function(){for(var n=new Array(arguments.length),i=0;ie+s&&a>i+s||at+s&&o>n+s||o=51||!r((function(){var t=[];return t[g]=!1,t.concat()[0]!==t})),m=function(t){if(!a(t))return!1;var e=t[g];return void 0!==e?!!e:o(t)},y=!v||!d("concat");i({target:"Array",proto:!0,arity:1,forced:y},{concat:function(t){var e,n,i,r,o,a=s(this),d=h(a,0),f=0;for(e=-1,i=arguments.length;e=this.select.multipleLimit&&this.select.multipleLimit>0)}},watch:{currentLabel:function(){this.created||this.select.remote||this.dispatch("ElSelect","setSelected")},value:function(t,e){var n=this.select,i=n.remote,r=n.valueKey;if(!this.created&&!i){if(r&&"object"===("undefined"===typeof t?"undefined":l(t))&&"object"===("undefined"===typeof e?"undefined":l(e))&&t[r]===e[r])return;this.dispatch("ElSelect","setSelected")}}},methods:{isEqual:function(t,e){if(this.isObject){var n=this.select.valueKey;return Object(s["getValueByPath"])(t,n)===Object(s["getValueByPath"])(e,n)}return t===e},contains:function(){var t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:[],e=arguments[1];if(this.isObject){var n=this.select.valueKey;return t&&t.some((function(t){return Object(s["getValueByPath"])(t,n)===Object(s["getValueByPath"])(e,n)}))}return t&&t.indexOf(e)>-1},handleGroupDisabled:function(t){this.groupDisabled=t},hoverItem:function(){this.disabled||this.groupDisabled||(this.select.hoverIndex=this.select.options.indexOf(this))},selectOptionClick:function(){!0!==this.disabled&&!0!==this.groupDisabled&&this.dispatch("ElSelect","handleOptionClick",[this,!0])},queryChange:function(t){this.visible=new RegExp(Object(s["escapeRegexpString"])(t),"i").test(this.currentLabel)||this.created,this.visible||this.select.filteredOptionsCount--}},created:function(){this.select.options.push(this),this.select.cachedOptions.push(this),this.select.optionsCount++,this.select.filteredOptionsCount++,this.$on("queryChange",this.queryChange),this.$on("handleGroupDisabled",this.handleGroupDisabled)},beforeDestroy:function(){var t=this.select,e=t.selected,n=t.multiple,i=n?e:[e],r=this.select.cachedOptions.indexOf(this),o=i.indexOf(this);r>-1&&o<0&&this.select.cachedOptions.splice(r,1),this.select.onOptionDestroy(this.select.options.indexOf(this))}},c=u,h=n(0),d=Object(h["a"])(c,i,r,!1,null,null,null);d.options.__file="packages/select/src/option.vue";e["a"]=d.exports},38:function(t,e){t.exports=n("ff56")},4:function(t,e){t.exports=n("3cb5")},5:function(t,e){t.exports=n("2fe8")},6:function(t,e){t.exports=n("9cc5")},62:function(t,e,n){"use strict";n.r(e);var i=function(){var t=this,e=t.$createElement,n=t._self._c||e;return n("div",{directives:[{name:"clickoutside",rawName:"v-clickoutside",value:t.handleClose,expression:"handleClose"}],staticClass:"el-select",class:[t.selectSize?"el-select--"+t.selectSize:""],on:{click:function(e){return e.stopPropagation(),t.toggleMenu(e)}}},[t.multiple?n("div",{ref:"tags",staticClass:"el-select__tags",style:{"max-width":t.inputWidth-32+"px",width:"100%"}},[t.collapseTags&&t.selected.length?n("span",[n("el-tag",{attrs:{closable:!t.selectDisabled,size:t.collapseTagSize,hit:t.selected[0].hitState,type:"info","disable-transitions":""},on:{close:function(e){t.deleteTag(e,t.selected[0])}}},[n("span",{staticClass:"el-select__tags-text"},[t._v(t._s(t.selected[0].currentLabel))])]),t.selected.length>1?n("el-tag",{attrs:{closable:!1,size:t.collapseTagSize,type:"info","disable-transitions":""}},[n("span",{staticClass:"el-select__tags-text"},[t._v("+ "+t._s(t.selected.length-1))])]):t._e()],1):t._e(),t.collapseTags?t._e():n("transition-group",{on:{"after-leave":t.resetInputHeight}},t._l(t.selected,(function(e){return n("el-tag",{key:t.getValueKey(e),attrs:{closable:!t.selectDisabled,size:t.collapseTagSize,hit:e.hitState,type:"info","disable-transitions":""},on:{close:function(n){t.deleteTag(n,e)}}},[n("span",{staticClass:"el-select__tags-text"},[t._v(t._s(e.currentLabel))])])})),1),t.filterable?n("input",{directives:[{name:"model",rawName:"v-model",value:t.query,expression:"query"}],ref:"input",staticClass:"el-select__input",class:[t.selectSize?"is-"+t.selectSize:""],style:{"flex-grow":"1",width:t.inputLength/(t.inputWidth-32)+"%","max-width":t.inputWidth-42+"px"},attrs:{type:"text",disabled:t.selectDisabled,autocomplete:t.autoComplete||t.autocomplete},domProps:{value:t.query},on:{focus:t.handleFocus,blur:function(e){t.softFocus=!1},keyup:t.managePlaceholder,keydown:[t.resetInputState,function(e){if(!("button"in e)&&t._k(e.keyCode,"down",40,e.key,["Down","ArrowDown"]))return null;e.preventDefault(),t.handleNavigate("next")},function(e){if(!("button"in e)&&t._k(e.keyCode,"up",38,e.key,["Up","ArrowUp"]))return null;e.preventDefault(),t.handleNavigate("prev")},function(e){return!("button"in e)&&t._k(e.keyCode,"enter",13,e.key,"Enter")?null:(e.preventDefault(),t.selectOption(e))},function(e){if(!("button"in e)&&t._k(e.keyCode,"esc",27,e.key,["Esc","Escape"]))return null;e.stopPropagation(),e.preventDefault(),t.visible=!1},function(e){return!("button"in e)&&t._k(e.keyCode,"delete",[8,46],e.key,["Backspace","Delete","Del"])?null:t.deletePrevTag(e)},function(e){if(!("button"in e)&&t._k(e.keyCode,"tab",9,e.key,"Tab"))return null;t.visible=!1}],compositionstart:t.handleComposition,compositionupdate:t.handleComposition,compositionend:t.handleComposition,input:[function(e){e.target.composing||(t.query=e.target.value)},t.debouncedQueryChange]}}):t._e()],1):t._e(),n("el-input",{ref:"reference",class:{"is-focus":t.visible},attrs:{type:"text",placeholder:t.currentPlaceholder,name:t.name,id:t.id,autocomplete:t.autoComplete||t.autocomplete,size:t.selectSize,disabled:t.selectDisabled,readonly:t.readonly,"validate-event":!1,tabindex:t.multiple&&t.filterable?"-1":null},on:{focus:t.handleFocus,blur:t.handleBlur,input:t.debouncedOnInputChange,compositionstart:t.handleComposition,compositionupdate:t.handleComposition,compositionend:t.handleComposition},nativeOn:{keydown:[function(e){if(!("button"in e)&&t._k(e.keyCode,"down",40,e.key,["Down","ArrowDown"]))return null;e.stopPropagation(),e.preventDefault(),t.handleNavigate("next")},function(e){if(!("button"in e)&&t._k(e.keyCode,"up",38,e.key,["Up","ArrowUp"]))return null;e.stopPropagation(),e.preventDefault(),t.handleNavigate("prev")},function(e){return!("button"in e)&&t._k(e.keyCode,"enter",13,e.key,"Enter")?null:(e.preventDefault(),t.selectOption(e))},function(e){if(!("button"in e)&&t._k(e.keyCode,"esc",27,e.key,["Esc","Escape"]))return null;e.stopPropagation(),e.preventDefault(),t.visible=!1},function(e){if(!("button"in e)&&t._k(e.keyCode,"tab",9,e.key,"Tab"))return null;t.visible=!1}],mouseenter:function(e){t.inputHovering=!0},mouseleave:function(e){t.inputHovering=!1}},model:{value:t.selectedLabel,callback:function(e){t.selectedLabel=e},expression:"selectedLabel"}},[t.$slots.prefix?n("template",{slot:"prefix"},[t._t("prefix")],2):t._e(),n("template",{slot:"suffix"},[n("i",{directives:[{name:"show",rawName:"v-show",value:!t.showClose,expression:"!showClose"}],class:["el-select__caret","el-input__icon","el-icon-"+t.iconClass]}),t.showClose?n("i",{staticClass:"el-select__caret el-input__icon el-icon-circle-close",on:{click:t.handleClearClick}}):t._e()])],2),n("transition",{attrs:{name:"el-zoom-in-top"},on:{"before-enter":t.handleMenuEnter,"after-leave":t.doDestroy}},[n("el-select-menu",{directives:[{name:"show",rawName:"v-show",value:t.visible&&!1!==t.emptyText,expression:"visible && emptyText !== false"}],ref:"popper",attrs:{"append-to-body":t.popperAppendToBody}},[n("el-scrollbar",{directives:[{name:"show",rawName:"v-show",value:t.options.length>0&&!t.loading,expression:"options.length > 0 && !loading"}],ref:"scrollbar",class:{"is-empty":!t.allowCreate&&t.query&&0===t.filteredOptionsCount},attrs:{tag:"ul","wrap-class":"el-select-dropdown__wrap","view-class":"el-select-dropdown__list"}},[t.showNewOption?n("el-option",{attrs:{value:t.query,created:""}}):t._e(),t._t("default")],2),t.emptyText&&(!t.allowCreate||t.loading||t.allowCreate&&0===t.options.length)?[t.$slots.empty?t._t("empty"):n("p",{staticClass:"el-select-dropdown__empty"},[t._v("\n "+t._s(t.emptyText)+"\n ")])]:t._e()],2)],1)],1)},r=[];i._withStripped=!0;var o=n(4),a=n.n(o),s=n(22),l=n.n(s),u=n(6),c=n.n(u),h=n(10),d=n.n(h),f=function(){var t=this,e=t.$createElement,n=t._self._c||e;return n("div",{staticClass:"el-select-dropdown el-popper",class:[{"is-multiple":t.$parent.multiple},t.popperClass],style:{minWidth:t.minWidth}},[t._t("default")],2)},p=[];f._withStripped=!0;var g=n(5),v=n.n(g),m={name:"ElSelectDropdown",componentName:"ElSelectDropdown",mixins:[v.a],props:{placement:{default:"bottom-start"},boundariesPadding:{default:0},popperOptions:{default:function(){return{gpuAcceleration:!1}}},visibleArrow:{default:!0},appendToBody:{type:Boolean,default:!0}},data:function(){return{minWidth:""}},computed:{popperClass:function(){return this.$parent.popperClass}},watch:{"$parent.inputWidth":function(){this.minWidth=this.$parent.$el.getBoundingClientRect().width+"px"}},mounted:function(){var t=this;this.referenceElm=this.$parent.$refs.reference.$el,this.$parent.popperElm=this.popperElm=this.$el,this.$on("updatePopper",(function(){t.$parent.visible&&t.updatePopper()})),this.$on("destroyPopper",this.destroyPopper)}},y=m,b=n(0),_=Object(b["a"])(y,f,p,!1,null,null,null);_.options.__file="packages/select/src/select-dropdown.vue";var x=_.exports,w=n(33),O=n(38),S=n.n(O),C=n(15),k=n.n(C),j=n(19),M=n.n(j),T=n(12),A=n.n(T),I=n(16),E=n(31),D=n.n(E),P=n(3),L={data:function(){return{hoverOption:-1}},computed:{optionsAllDisabled:function(){return this.options.filter((function(t){return t.visible})).every((function(t){return t.disabled}))}},watch:{hoverIndex:function(t){var e=this;"number"===typeof t&&t>-1&&(this.hoverOption=this.options[t]||{}),this.options.forEach((function(t){t.hover=e.hoverOption===t}))}},methods:{navigateOptions:function(t){var e=this;if(this.visible){if(0!==this.options.length&&0!==this.filteredOptionsCount&&!this.optionsAllDisabled){"next"===t?(this.hoverIndex++,this.hoverIndex===this.options.length&&(this.hoverIndex=0)):"prev"===t&&(this.hoverIndex--,this.hoverIndex<0&&(this.hoverIndex=this.options.length-1));var n=this.options[this.hoverIndex];!0!==n.disabled&&!0!==n.groupDisabled&&n.visible||this.navigateOptions(t),this.$nextTick((function(){return e.scrollToOption(e.hoverOption)}))}}else this.visible=!0}}},N=n(21),R={mixins:[a.a,c.a,l()("reference"),L],name:"ElSelect",componentName:"ElSelect",inject:{elForm:{default:""},elFormItem:{default:""}},provide:function(){return{select:this}},computed:{_elFormItemSize:function(){return(this.elFormItem||{}).elFormItemSize},readonly:function(){return!this.filterable||this.multiple||!Object(P["isIE"])()&&!Object(P["isEdge"])()&&!this.visible},showClose:function(){var t=this.multiple?Array.isArray(this.value)&&this.value.length>0:void 0!==this.value&&null!==this.value&&""!==this.value,e=this.clearable&&!this.selectDisabled&&this.inputHovering&&t;return e},iconClass:function(){return this.remote&&this.filterable?"":this.visible?"arrow-up is-reverse":"arrow-up"},debounce:function(){return this.remote?300:0},emptyText:function(){return this.loading?this.loadingText||this.t("el.select.loading"):(!this.remote||""!==this.query||0!==this.options.length)&&(this.filterable&&this.query&&this.options.length>0&&0===this.filteredOptionsCount?this.noMatchText||this.t("el.select.noMatch"):0===this.options.length?this.noDataText||this.t("el.select.noData"):null)},showNewOption:function(){var t=this,e=this.options.filter((function(t){return!t.created})).some((function(e){return e.currentLabel===t.query}));return this.filterable&&this.allowCreate&&""!==this.query&&!e},selectSize:function(){return this.size||this._elFormItemSize||(this.$ELEMENT||{}).size},selectDisabled:function(){return this.disabled||(this.elForm||{}).disabled},collapseTagSize:function(){return["small","mini"].indexOf(this.selectSize)>-1?"mini":"small"},propPlaceholder:function(){return"undefined"!==typeof this.placeholder?this.placeholder:this.t("el.select.placeholder")}},components:{ElInput:d.a,ElSelectMenu:x,ElOption:w["a"],ElTag:S.a,ElScrollbar:k.a},directives:{Clickoutside:A.a},props:{name:String,id:String,value:{required:!0},autocomplete:{type:String,default:"off"},autoComplete:{type:String,validator:function(t){return!0}},automaticDropdown:Boolean,size:String,disabled:Boolean,clearable:Boolean,filterable:Boolean,allowCreate:Boolean,loading:Boolean,popperClass:String,remote:Boolean,loadingText:String,noMatchText:String,noDataText:String,remoteMethod:Function,filterMethod:Function,multiple:Boolean,multipleLimit:{type:Number,default:0},placeholder:{type:String,required:!1},defaultFirstOption:Boolean,reserveKeyword:Boolean,valueKey:{type:String,default:"value"},collapseTags:Boolean,popperAppendToBody:{type:Boolean,default:!0}},data:function(){return{options:[],cachedOptions:[],createdLabel:null,createdSelected:!1,selected:this.multiple?[]:{},inputLength:20,inputWidth:0,initialInputHeight:0,cachedPlaceHolder:"",optionsCount:0,filteredOptionsCount:0,visible:!1,softFocus:!1,selectedLabel:"",hoverIndex:-1,query:"",previousQuery:null,inputHovering:!1,currentPlaceholder:"",menuVisibleOnFocus:!1,isOnComposition:!1,isSilentBlur:!1}},watch:{selectDisabled:function(){var t=this;this.$nextTick((function(){t.resetInputHeight()}))},propPlaceholder:function(t){this.cachedPlaceHolder=this.currentPlaceholder=t},value:function(t,e){this.multiple&&(this.resetInputHeight(),t&&t.length>0||this.$refs.input&&""!==this.query?this.currentPlaceholder="":this.currentPlaceholder=this.cachedPlaceHolder,this.filterable&&!this.reserveKeyword&&(this.query="",this.handleQueryChange(this.query))),this.setSelected(),this.filterable&&!this.multiple&&(this.inputLength=20),Object(P["valueEquals"])(t,e)||this.dispatch("ElFormItem","el.form.change",t)},visible:function(t){var e=this;t?(this.broadcast("ElSelectDropdown","updatePopper"),this.filterable&&(this.query=this.remote?"":this.selectedLabel,this.handleQueryChange(this.query),this.multiple?this.$refs.input.focus():(this.remote||(this.broadcast("ElOption","queryChange",""),this.broadcast("ElOptionGroup","queryChange")),this.selectedLabel&&(this.currentPlaceholder=this.selectedLabel,this.selectedLabel="")))):(this.broadcast("ElSelectDropdown","destroyPopper"),this.$refs.input&&this.$refs.input.blur(),this.query="",this.previousQuery=null,this.selectedLabel="",this.inputLength=20,this.menuVisibleOnFocus=!1,this.resetHoverIndex(),this.$nextTick((function(){e.$refs.input&&""===e.$refs.input.value&&0===e.selected.length&&(e.currentPlaceholder=e.cachedPlaceHolder)})),this.multiple||(this.selected&&(this.filterable&&this.allowCreate&&this.createdSelected&&this.createdLabel?this.selectedLabel=this.createdLabel:this.selectedLabel=this.selected.currentLabel,this.filterable&&(this.query=this.selectedLabel)),this.filterable&&(this.currentPlaceholder=this.cachedPlaceHolder))),this.$emit("visible-change",t)},options:function(){var t=this;if(!this.$isServer){this.$nextTick((function(){t.broadcast("ElSelectDropdown","updatePopper")})),this.multiple&&this.resetInputHeight();var e=this.$el.querySelectorAll("input");-1===[].indexOf.call(e,document.activeElement)&&this.setSelected(),this.defaultFirstOption&&(this.filterable||this.remote)&&this.filteredOptionsCount&&this.checkDefaultFirstOption()}}},methods:{handleNavigate:function(t){this.isOnComposition||this.navigateOptions(t)},handleComposition:function(t){var e=this,n=t.target.value;if("compositionend"===t.type)this.isOnComposition=!1,this.$nextTick((function(t){return e.handleQueryChange(n)}));else{var i=n[n.length-1]||"";this.isOnComposition=!Object(N["isKorean"])(i)}},handleQueryChange:function(t){var e=this;this.previousQuery===t||this.isOnComposition||(null!==this.previousQuery||"function"!==typeof this.filterMethod&&"function"!==typeof this.remoteMethod?(this.previousQuery=t,this.$nextTick((function(){e.visible&&e.broadcast("ElSelectDropdown","updatePopper")})),this.hoverIndex=-1,this.multiple&&this.filterable&&this.$nextTick((function(){var t=15*e.$refs.input.value.length+20;e.inputLength=e.collapseTags?Math.min(50,t):t,e.managePlaceholder(),e.resetInputHeight()})),this.remote&&"function"===typeof this.remoteMethod?(this.hoverIndex=-1,this.remoteMethod(t)):"function"===typeof this.filterMethod?(this.filterMethod(t),this.broadcast("ElOptionGroup","queryChange")):(this.filteredOptionsCount=this.optionsCount,this.broadcast("ElOption","queryChange",t),this.broadcast("ElOptionGroup","queryChange")),this.defaultFirstOption&&(this.filterable||this.remote)&&this.filteredOptionsCount&&this.checkDefaultFirstOption()):this.previousQuery=t)},scrollToOption:function(t){var e=Array.isArray(t)&&t[0]?t[0].$el:t.$el;if(this.$refs.popper&&e){var n=this.$refs.popper.$el.querySelector(".el-select-dropdown__wrap");D()(n,e)}this.$refs.scrollbar&&this.$refs.scrollbar.handleScroll()},handleMenuEnter:function(){var t=this;this.$nextTick((function(){return t.scrollToOption(t.selected)}))},emitChange:function(t){Object(P["valueEquals"])(this.value,t)||this.$emit("change",t)},getOption:function(t){for(var e=void 0,n="[object object]"===Object.prototype.toString.call(t).toLowerCase(),i="[object null]"===Object.prototype.toString.call(t).toLowerCase(),r="[object undefined]"===Object.prototype.toString.call(t).toLowerCase(),o=this.cachedOptions.length-1;o>=0;o--){var a=this.cachedOptions[o],s=n?Object(P["getValueByPath"])(a.value,this.valueKey)===Object(P["getValueByPath"])(t,this.valueKey):a.value===t;if(s){e=a;break}}if(e)return e;var l=n||i||r?"":String(t),u={value:t,currentLabel:l};return this.multiple&&(u.hitState=!1),u},setSelected:function(){var t=this;if(!this.multiple){var e=this.getOption(this.value);return e.created?(this.createdLabel=e.currentLabel,this.createdSelected=!0):this.createdSelected=!1,this.selectedLabel=e.currentLabel,this.selected=e,void(this.filterable&&(this.query=this.selectedLabel))}var n=[];Array.isArray(this.value)&&this.value.forEach((function(e){n.push(t.getOption(e))})),this.selected=n,this.$nextTick((function(){t.resetInputHeight()}))},handleFocus:function(t){this.softFocus?this.softFocus=!1:((this.automaticDropdown||this.filterable)&&(this.filterable&&!this.visible&&(this.menuVisibleOnFocus=!0),this.visible=!0),this.$emit("focus",t))},blur:function(){this.visible=!1,this.$refs.reference.blur()},handleBlur:function(t){var e=this;setTimeout((function(){e.isSilentBlur?e.isSilentBlur=!1:e.$emit("blur",t)}),50),this.softFocus=!1},handleClearClick:function(t){this.deleteSelected(t)},doDestroy:function(){this.$refs.popper&&this.$refs.popper.doDestroy()},handleClose:function(){this.visible=!1},toggleLastOptionHitState:function(t){if(Array.isArray(this.selected)){var e=this.selected[this.selected.length-1];if(e)return!0===t||!1===t?(e.hitState=t,t):(e.hitState=!e.hitState,e.hitState)}},deletePrevTag:function(t){if(t.target.value.length<=0&&!this.toggleLastOptionHitState()){var e=this.value.slice();e.pop(),this.$emit("input",e),this.emitChange(e)}},managePlaceholder:function(){""!==this.currentPlaceholder&&(this.currentPlaceholder=this.$refs.input.value?"":this.cachedPlaceHolder)},resetInputState:function(t){8!==t.keyCode&&this.toggleLastOptionHitState(!1),this.inputLength=15*this.$refs.input.value.length+20,this.resetInputHeight()},resetInputHeight:function(){var t=this;this.collapseTags&&!this.filterable||this.$nextTick((function(){if(t.$refs.reference){var e=t.$refs.reference.$el.childNodes,n=[].filter.call(e,(function(t){return"INPUT"===t.tagName}))[0],i=t.$refs.tags,r=i?Math.round(i.getBoundingClientRect().height):0,o=t.initialInputHeight||40;n.style.height=0===t.selected.length?o+"px":Math.max(i?r+(r>o?6:0):0,o)+"px",t.visible&&!1!==t.emptyText&&t.broadcast("ElSelectDropdown","updatePopper")}}))},resetHoverIndex:function(){var t=this;setTimeout((function(){t.multiple?t.selected.length>0?t.hoverIndex=Math.min.apply(null,t.selected.map((function(e){return t.options.indexOf(e)}))):t.hoverIndex=-1:t.hoverIndex=t.options.indexOf(t.selected)}),300)},handleOptionSelect:function(t,e){var n=this;if(this.multiple){var i=(this.value||[]).slice(),r=this.getValueIndex(i,t.value);r>-1?i.splice(r,1):(this.multipleLimit<=0||i.length0&&void 0!==arguments[0]?arguments[0]:[],e=arguments[1],n="[object object]"===Object.prototype.toString.call(e).toLowerCase();if(n){var i=this.valueKey,r=-1;return t.some((function(t,n){return Object(P["getValueByPath"])(t,i)===Object(P["getValueByPath"])(e,i)&&(r=n,!0)})),r}return t.indexOf(e)},toggleMenu:function(){this.selectDisabled||(this.menuVisibleOnFocus?this.menuVisibleOnFocus=!1:this.visible=!this.visible,this.visible&&(this.$refs.input||this.$refs.reference).focus())},selectOption:function(){this.visible?this.options[this.hoverIndex]&&this.handleOptionSelect(this.options[this.hoverIndex]):this.toggleMenu()},deleteSelected:function(t){t.stopPropagation();var e=this.multiple?[]:"";this.$emit("input",e),this.emitChange(e),this.visible=!1,this.$emit("clear")},deleteTag:function(t,e){var n=this.selected.indexOf(e);if(n>-1&&!this.selectDisabled){var i=this.value.slice();i.splice(n,1),this.$emit("input",i),this.emitChange(i),this.$emit("remove-tag",e.value)}t.stopPropagation()},onInputChange:function(){this.filterable&&this.query!==this.selectedLabel&&(this.query=this.selectedLabel,this.handleQueryChange(this.query))},onOptionDestroy:function(t){t>-1&&(this.optionsCount--,this.filteredOptionsCount--,this.options.splice(t,1))},resetInputWidth:function(){this.inputWidth=this.$refs.reference.$el.getBoundingClientRect().width},handleResize:function(){this.resetInputWidth(),this.multiple&&this.resetInputHeight()},checkDefaultFirstOption:function(){this.hoverIndex=-1;for(var t=!1,e=this.options.length-1;e>=0;e--)if(this.options[e].created){t=!0,this.hoverIndex=e;break}if(!t)for(var n=0;n!==this.options.length;++n){var i=this.options[n];if(this.query){if(!i.disabled&&!i.groupDisabled&&i.visible){this.hoverIndex=n;break}}else if(i.itemSelected){this.hoverIndex=n;break}}},getValueKey:function(t){return"[object object]"!==Object.prototype.toString.call(t.value).toLowerCase()?t.value:Object(P["getValueByPath"])(t.value,this.valueKey)}},created:function(){var t=this;this.cachedPlaceHolder=this.currentPlaceholder=this.propPlaceholder,this.multiple&&!Array.isArray(this.value)&&this.$emit("input",[]),!this.multiple&&Array.isArray(this.value)&&this.$emit("input",""),this.debouncedOnInputChange=M()(this.debounce,(function(){t.onInputChange()})),this.debouncedQueryChange=M()(this.debounce,(function(e){t.handleQueryChange(e.target.value)})),this.$on("handleOptionClick",this.handleOptionSelect),this.$on("setSelected",this.setSelected)},mounted:function(){var t=this;this.multiple&&Array.isArray(this.value)&&this.value.length>0&&(this.currentPlaceholder=""),Object(I["addResizeListener"])(this.$el,this.handleResize);var e=this.$refs.reference;if(e&&e.$el){var n={medium:36,small:32,mini:28},i=e.$el.querySelector("input");this.initialInputHeight=i.getBoundingClientRect().height||n[this.selectSize]}this.remote&&this.multiple&&this.resetInputHeight(),this.$nextTick((function(){e&&e.$el&&(t.inputWidth=e.$el.getBoundingClientRect().width)})),this.setSelected()},beforeDestroy:function(){this.$el&&this.handleResize&&Object(I["removeResizeListener"])(this.$el,this.handleResize)}},$=R,B=Object(b["a"])($,i,r,!1,null,null,null);B.options.__file="packages/select/src/select.vue";var F=B.exports;F.install=function(t){t.component(F.name,F)};e["default"]=F}})},"5e78":function(t,e,n){"use strict";n.d(e,"e",(function(){return o})),n.d(e,"b",(function(){return a})),n.d(e,"a",(function(){return s})),n.d(e,"d",(function(){return l})),n.d(e,"c",(function(){return u}));var i=n("e289"),r=1;i["a"].hasGlobalWindow&&(r=Math.max(window.devicePixelRatio||window.screen&&window.screen.deviceXDPI/window.screen.logicalXDPI||1,1));var o=r,a=.4,s="#333",l="#ccc",u="#eee"},"5ff5":function(t,e,n){"use strict";e.__esModule=!0;var i=i||{};i.Utils=i.Utils||{},i.Utils.focusFirstDescendant=function(t){for(var e=0;e=0;e--){var n=t.childNodes[e];if(i.Utils.attemptFocus(n)||i.Utils.focusLastDescendant(n))return!0}return!1},i.Utils.attemptFocus=function(t){if(!i.Utils.isFocusable(t))return!1;i.Utils.IgnoreUtilFocusChanges=!0;try{t.focus()}catch(e){}return i.Utils.IgnoreUtilFocusChanges=!1,document.activeElement===t},i.Utils.isFocusable=function(t){if(t.tabIndex>0||0===t.tabIndex&&null!==t.getAttribute("tabIndex"))return!0;if(t.disabled)return!1;switch(t.nodeName){case"A":return!!t.href&&"ignore"!==t.rel;case"INPUT":return"hidden"!==t.type&&"file"!==t.type;case"BUTTON":case"SELECT":case"TEXTAREA":return!0;default:return!1}},i.Utils.triggerEvent=function(t,e){var n=void 0;n=/^mouse|click/.test(e)?"MouseEvents":/^key/.test(e)?"KeyboardEvent":"HTMLEvents";for(var i=document.createEvent(n),r=arguments.length,o=Array(r>2?r-2:0),a=2;a>2]|=t[o]<>6,l[r++]=128|63&i):i<55296||i>=57344?(l[r++]=224|i>>12,l[r++]=128|i>>6&63,l[r++]=128|63&i):(i=65536+((1023&i)<<10|1023&t.charCodeAt(++o)),l[r++]=240|i>>18,l[r++]=128|i>>12&63,l[r++]=128|i>>6&63,l[r++]=128|63&i);else for(r=this.start;o>2]|=i<>2]|=(192|i>>6)<>2]|=(128|63&i)<=57344?(s[r>>2]|=(224|i>>12)<>2]|=(128|i>>6&63)<>2]|=(128|63&i)<>2]|=(240|i>>18)<>2]|=(128|i>>12&63)<>2]|=(128|i>>6&63)<>2]|=(128|63&i)<=64?(this.start=r-64,this.hash(),this.hashed=!0):this.start=r}return this.bytes>4294967295&&(this.hBytes+=this.bytes/4294967296<<0,this.bytes=this.bytes%4294967296),this}},Md5.prototype.finalize=function(){if(!this.finalized){this.finalized=!0;var t=this.blocks,e=this.lastByteIndex;t[e>>2]|=EXTRA[3&e],e>=56&&(this.hashed||this.hash(),t[0]=t[16],t[16]=t[1]=t[2]=t[3]=t[4]=t[5]=t[6]=t[7]=t[8]=t[9]=t[10]=t[11]=t[12]=t[13]=t[14]=t[15]=0),t[14]=this.bytes<<3,t[15]=this.hBytes<<3|this.bytes>>>29,this.hash()}},Md5.prototype.hash=function(){var t,e,n,i,r,o,a=this.blocks;this.first?(t=a[0]-680876937,t=(t<<7|t>>>25)-271733879<<0,i=(-1732584194^2004318071&t)+a[1]-117830708,i=(i<<12|i>>>20)+t<<0,n=(-271733879^i&(-271733879^t))+a[2]-1126478375,n=(n<<17|n>>>15)+i<<0,e=(t^n&(i^t))+a[3]-1316259209,e=(e<<22|e>>>10)+n<<0):(t=this.h0,e=this.h1,n=this.h2,i=this.h3,t+=(i^e&(n^i))+a[0]-680876936,t=(t<<7|t>>>25)+e<<0,i+=(n^t&(e^n))+a[1]-389564586,i=(i<<12|i>>>20)+t<<0,n+=(e^i&(t^e))+a[2]+606105819,n=(n<<17|n>>>15)+i<<0,e+=(t^n&(i^t))+a[3]-1044525330,e=(e<<22|e>>>10)+n<<0),t+=(i^e&(n^i))+a[4]-176418897,t=(t<<7|t>>>25)+e<<0,i+=(n^t&(e^n))+a[5]+1200080426,i=(i<<12|i>>>20)+t<<0,n+=(e^i&(t^e))+a[6]-1473231341,n=(n<<17|n>>>15)+i<<0,e+=(t^n&(i^t))+a[7]-45705983,e=(e<<22|e>>>10)+n<<0,t+=(i^e&(n^i))+a[8]+1770035416,t=(t<<7|t>>>25)+e<<0,i+=(n^t&(e^n))+a[9]-1958414417,i=(i<<12|i>>>20)+t<<0,n+=(e^i&(t^e))+a[10]-42063,n=(n<<17|n>>>15)+i<<0,e+=(t^n&(i^t))+a[11]-1990404162,e=(e<<22|e>>>10)+n<<0,t+=(i^e&(n^i))+a[12]+1804603682,t=(t<<7|t>>>25)+e<<0,i+=(n^t&(e^n))+a[13]-40341101,i=(i<<12|i>>>20)+t<<0,n+=(e^i&(t^e))+a[14]-1502002290,n=(n<<17|n>>>15)+i<<0,e+=(t^n&(i^t))+a[15]+1236535329,e=(e<<22|e>>>10)+n<<0,t+=(n^i&(e^n))+a[1]-165796510,t=(t<<5|t>>>27)+e<<0,i+=(e^n&(t^e))+a[6]-1069501632,i=(i<<9|i>>>23)+t<<0,n+=(t^e&(i^t))+a[11]+643717713,n=(n<<14|n>>>18)+i<<0,e+=(i^t&(n^i))+a[0]-373897302,e=(e<<20|e>>>12)+n<<0,t+=(n^i&(e^n))+a[5]-701558691,t=(t<<5|t>>>27)+e<<0,i+=(e^n&(t^e))+a[10]+38016083,i=(i<<9|i>>>23)+t<<0,n+=(t^e&(i^t))+a[15]-660478335,n=(n<<14|n>>>18)+i<<0,e+=(i^t&(n^i))+a[4]-405537848,e=(e<<20|e>>>12)+n<<0,t+=(n^i&(e^n))+a[9]+568446438,t=(t<<5|t>>>27)+e<<0,i+=(e^n&(t^e))+a[14]-1019803690,i=(i<<9|i>>>23)+t<<0,n+=(t^e&(i^t))+a[3]-187363961,n=(n<<14|n>>>18)+i<<0,e+=(i^t&(n^i))+a[8]+1163531501,e=(e<<20|e>>>12)+n<<0,t+=(n^i&(e^n))+a[13]-1444681467,t=(t<<5|t>>>27)+e<<0,i+=(e^n&(t^e))+a[2]-51403784,i=(i<<9|i>>>23)+t<<0,n+=(t^e&(i^t))+a[7]+1735328473,n=(n<<14|n>>>18)+i<<0,e+=(i^t&(n^i))+a[12]-1926607734,e=(e<<20|e>>>12)+n<<0,r=e^n,t+=(r^i)+a[5]-378558,t=(t<<4|t>>>28)+e<<0,i+=(r^t)+a[8]-2022574463,i=(i<<11|i>>>21)+t<<0,o=i^t,n+=(o^e)+a[11]+1839030562,n=(n<<16|n>>>16)+i<<0,e+=(o^n)+a[14]-35309556,e=(e<<23|e>>>9)+n<<0,r=e^n,t+=(r^i)+a[1]-1530992060,t=(t<<4|t>>>28)+e<<0,i+=(r^t)+a[4]+1272893353,i=(i<<11|i>>>21)+t<<0,o=i^t,n+=(o^e)+a[7]-155497632,n=(n<<16|n>>>16)+i<<0,e+=(o^n)+a[10]-1094730640,e=(e<<23|e>>>9)+n<<0,r=e^n,t+=(r^i)+a[13]+681279174,t=(t<<4|t>>>28)+e<<0,i+=(r^t)+a[0]-358537222,i=(i<<11|i>>>21)+t<<0,o=i^t,n+=(o^e)+a[3]-722521979,n=(n<<16|n>>>16)+i<<0,e+=(o^n)+a[6]+76029189,e=(e<<23|e>>>9)+n<<0,r=e^n,t+=(r^i)+a[9]-640364487,t=(t<<4|t>>>28)+e<<0,i+=(r^t)+a[12]-421815835,i=(i<<11|i>>>21)+t<<0,o=i^t,n+=(o^e)+a[15]+530742520,n=(n<<16|n>>>16)+i<<0,e+=(o^n)+a[2]-995338651,e=(e<<23|e>>>9)+n<<0,t+=(n^(e|~i))+a[0]-198630844,t=(t<<6|t>>>26)+e<<0,i+=(e^(t|~n))+a[7]+1126891415,i=(i<<10|i>>>22)+t<<0,n+=(t^(i|~e))+a[14]-1416354905,n=(n<<15|n>>>17)+i<<0,e+=(i^(n|~t))+a[5]-57434055,e=(e<<21|e>>>11)+n<<0,t+=(n^(e|~i))+a[12]+1700485571,t=(t<<6|t>>>26)+e<<0,i+=(e^(t|~n))+a[3]-1894986606,i=(i<<10|i>>>22)+t<<0,n+=(t^(i|~e))+a[10]-1051523,n=(n<<15|n>>>17)+i<<0,e+=(i^(n|~t))+a[1]-2054922799,e=(e<<21|e>>>11)+n<<0,t+=(n^(e|~i))+a[8]+1873313359,t=(t<<6|t>>>26)+e<<0,i+=(e^(t|~n))+a[15]-30611744,i=(i<<10|i>>>22)+t<<0,n+=(t^(i|~e))+a[6]-1560198380,n=(n<<15|n>>>17)+i<<0,e+=(i^(n|~t))+a[13]+1309151649,e=(e<<21|e>>>11)+n<<0,t+=(n^(e|~i))+a[4]-145523070,t=(t<<6|t>>>26)+e<<0,i+=(e^(t|~n))+a[11]-1120210379,i=(i<<10|i>>>22)+t<<0,n+=(t^(i|~e))+a[2]+718787259,n=(n<<15|n>>>17)+i<<0,e+=(i^(n|~t))+a[9]-343485551,e=(e<<21|e>>>11)+n<<0,this.first?(this.h0=t+1732584193<<0,this.h1=e-271733879<<0,this.h2=n-1732584194<<0,this.h3=i+271733878<<0,this.first=!1):(this.h0=this.h0+t<<0,this.h1=this.h1+e<<0,this.h2=this.h2+n<<0,this.h3=this.h3+i<<0)},Md5.prototype.hex=function(){this.finalize();var t=this.h0,e=this.h1,n=this.h2,i=this.h3;return HEX_CHARS[t>>4&15]+HEX_CHARS[15&t]+HEX_CHARS[t>>12&15]+HEX_CHARS[t>>8&15]+HEX_CHARS[t>>20&15]+HEX_CHARS[t>>16&15]+HEX_CHARS[t>>28&15]+HEX_CHARS[t>>24&15]+HEX_CHARS[e>>4&15]+HEX_CHARS[15&e]+HEX_CHARS[e>>12&15]+HEX_CHARS[e>>8&15]+HEX_CHARS[e>>20&15]+HEX_CHARS[e>>16&15]+HEX_CHARS[e>>28&15]+HEX_CHARS[e>>24&15]+HEX_CHARS[n>>4&15]+HEX_CHARS[15&n]+HEX_CHARS[n>>12&15]+HEX_CHARS[n>>8&15]+HEX_CHARS[n>>20&15]+HEX_CHARS[n>>16&15]+HEX_CHARS[n>>28&15]+HEX_CHARS[n>>24&15]+HEX_CHARS[i>>4&15]+HEX_CHARS[15&i]+HEX_CHARS[i>>12&15]+HEX_CHARS[i>>8&15]+HEX_CHARS[i>>20&15]+HEX_CHARS[i>>16&15]+HEX_CHARS[i>>28&15]+HEX_CHARS[i>>24&15]},Md5.prototype.toString=Md5.prototype.hex,Md5.prototype.digest=function(){this.finalize();var t=this.h0,e=this.h1,n=this.h2,i=this.h3;return[255&t,t>>8&255,t>>16&255,t>>24&255,255&e,e>>8&255,e>>16&255,e>>24&255,255&n,n>>8&255,n>>16&255,n>>24&255,255&i,i>>8&255,i>>16&255,i>>24&255]},Md5.prototype.array=Md5.prototype.digest,Md5.prototype.arrayBuffer=function(){this.finalize();var t=new ArrayBuffer(16),e=new Uint32Array(t);return e[0]=this.h0,e[1]=this.h1,e[2]=this.h2,e[3]=this.h3,t},Md5.prototype.buffer=Md5.prototype.arrayBuffer,Md5.prototype.base64=function(){for(var t,e,n,i="",r=this.array(),o=0;o<15;)t=r[o++],e=r[o++],n=r[o++],i+=BASE64_ENCODE_CHAR[t>>>2]+BASE64_ENCODE_CHAR[63&(t<<4|e>>>4)]+BASE64_ENCODE_CHAR[63&(e<<2|n>>>6)]+BASE64_ENCODE_CHAR[63&n];return t=r[o],i+=BASE64_ENCODE_CHAR[t>>>2]+BASE64_ENCODE_CHAR[t<<4&63]+"==",i};var exports=createMethod();COMMON_JS?module.exports=exports:(root.md5=exports,AMD&&(__WEBPACK_AMD_DEFINE_RESULT__=function(){return exports}.call(exports,__webpack_require__,exports,module),void 0===__WEBPACK_AMD_DEFINE_RESULT__||(module.exports=__WEBPACK_AMD_DEFINE_RESULT__)))})()}).call(this,__webpack_require__("e649"),__webpack_require__("a40a"))},6189:function(t,e,n){"use strict";var i=n("278d");t.exports=/ipad|iphone|ipod/i.test(i)&&"undefined"!=typeof Pebble},"625f":function(t,e,n){"use strict";n.d(e,"a",(function(){return a}));var i=n("51bf"),r="undefined"!==typeof Float32Array,o=r?Float32Array:Array;function a(t){return Object(i["isArray"])(t)?r?new Float32Array(t):t:new o(t)}},"62dc":function(t,e,n){"use strict";n.d(e,"a",(function(){return a})),n.d(e,"h",(function(){return l})),n.d(e,"c",(function(){return u})),n.d(e,"d",(function(){return c})),n.d(e,"e",(function(){return h})),n.d(e,"f",(function(){return f})),n.d(e,"g",(function(){return p})),n.d(e,"b",(function(){return g}));var i=n("51bf"),r=n("dbbe"),o=Object(r["o"])();function a(t,e,n,r,o){var a;if(e&&e.ecModel){var s=e.ecModel.getUpdatePayload();a=s&&s.animation}var l=e&&e.isAnimationEnabled(),u="update"===t;if(l){var c=void 0,h=void 0,d=void 0;r?(c=Object(i["retrieve2"])(r.duration,200),h=Object(i["retrieve2"])(r.easing,"cubicOut"),d=0):(c=e.getShallow(u?"animationDurationUpdate":"animationDuration"),h=e.getShallow(u?"animationEasingUpdate":"animationEasing"),d=e.getShallow(u?"animationDelayUpdate":"animationDelay")),a&&(null!=a.duration&&(c=a.duration),null!=a.easing&&(h=a.easing),null!=a.delay&&(d=a.delay)),Object(i["isFunction"])(d)&&(d=d(n,o)),Object(i["isFunction"])(c)&&(c=c(n));var f={duration:c||0,delay:d,easing:h};return f}return null}function s(t,e,n,r,o,s,l){var u,c=!1;Object(i["isFunction"])(o)?(l=s,s=o,o=null):Object(i["isObject"])(o)&&(s=o.cb,l=o.during,c=o.isFrom,u=o.removeOpt,o=o.dataIndex);var h="leave"===t;h||e.stopAnimation("leave");var d=a(t,r,o,h?u||{}:null,r&&r.getAnimationDelayParams?r.getAnimationDelayParams(e,o):null);if(d&&d.duration>0){var f=d.duration,p=d.delay,g=d.easing,v={duration:f,delay:p||0,easing:g,done:s,force:!!s||!!l,setToFinal:!h,scope:t,during:l};c?e.animateFrom(n,v):e.animateTo(n,v)}else e.stopAnimation(),!c&&e.attr(n),l&&l(1),s&&s()}function l(t,e,n,i,r,o){s("update",t,e,n,i,r,o)}function u(t,e,n,i,r,o){s("enter",t,e,n,i,r,o)}function c(t){if(!t.__zr)return!0;for(var e=0;el)i.f(t,n=a[l++],e[n]);return t}},"642f":function(t,e,n){"use strict";e.__esModule=!0;var i=n("f336"),r=o(i);function o(t){return t&&t.__esModule?t:{default:t}}e.default=r.default||function(t){for(var e=1;ee[1]&&(e[1]=t[1])},t.prototype.unionExtentFromData=function(t,e){this.unionExtent(t.getApproximateExtent(e))},t.prototype.getExtent=function(){return this._extent.slice()},t.prototype.setExtent=function(t,e){var n=this._extent;isNaN(t)||(n[0]=t),isNaN(e)||(n[1]=e)},t.prototype.isInExtentRange=function(t){return this._extent[0]<=t&&this._extent[1]>=t},t.prototype.isBlank=function(){return this._isBlank},t.prototype.setBlank=function(t){this._isBlank=t},t}();i["c"](r),e["a"]=r},6481:function(t,e,n){"use strict";var i=n("88eb"),r=n("d3a7"),o=n("8b7a"),a=function(t){return function(e,n,a){var s=i(e),l=o(s);if(0===l)return!t&&-1;var u,c=r(a,l);if(t&&n!==n){while(l>c)if(u=s[c++],u!==u)return!0}else for(;l>c;c++)if((t||c in s)&&s[c]===n)return t||c||0;return!t&&-1}};t.exports={includes:a(!0),indexOf:a(!1)}},"64e0":function(t,e,n){"use strict";e.__esModule=!0,e.default=function(t,e){var n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:300,i=arguments.length>3&&void 0!==arguments[3]&&arguments[3];if(!t||!e)throw new Error("instance & callback is required");var r=!1,o=function(){r||(r=!0,e&&e.apply(null,arguments))};i?t.$once("after-leave",o):t.$on("after-leave",o),setTimeout((function(){o()}),n+100)}},"65b8":function(t,e,n){"use strict";var i=n("74bc"),r=n("6e50"),o=Function.prototype,a=i&&Object.getOwnPropertyDescriptor,s=r(o,"name"),l=s&&"something"===function(){}.name,u=s&&(!i||i&&a(o,"name").configurable);t.exports={EXISTS:s,PROPER:l,CONFIGURABLE:u}},"666a":function(t,e,n){"use strict";n.d(e,"a",(function(){return s})),n.d(e,"b",(function(){return l}));var i=n("51bf"),r=n("2b35"),o=n("3fcc"),a=/\{@(.+?)\}/g,s=function(){function t(){}return t.prototype.getDataParams=function(t,e){var n=this.getData(e),i=this.getRawValue(t,e),r=n.getRawIndex(t),o=n.getName(t),a=n.getRawDataItem(t),s=n.getItemVisual(t,"style"),l=s&&s[n.getItemVisual(t,"drawType")||"fill"],u=s&&s.stroke,c=this.mainType,h="series"===c,d=n.userOutput&&n.userOutput.get();return{componentType:c,componentSubType:this.subType,componentIndex:this.componentIndex,seriesType:h?this.subType:null,seriesIndex:this.seriesIndex,seriesId:h?this.id:null,seriesName:h?this.name:null,name:o,dataIndex:r,data:a,dataType:e,value:i,color:l,borderColor:u,dimensionNames:d?d.fullDimensions:null,encode:d?d.encode:null,$vars:["seriesName","name","value"]}},t.prototype.getFormattedLabel=function(t,e,n,s,l,u){e=e||"normal";var c=this.getData(n),h=this.getDataParams(t,n);if(u&&(h.value=u.interpolatedValue),null!=s&&i["isArray"](h.value)&&(h.value=h.value[s]),!l){var d=c.getItemModel(t);l=d.get("normal"===e?["label","formatter"]:[e,"label","formatter"])}if(i["isFunction"](l))return h.status=e,h.dimensionIndex=s,l(h);if(i["isString"](l)){var f=Object(o["e"])(l,h);return f.replace(a,(function(e,n){var o=n.length,a=n;"["===a.charAt(0)&&"]"===a.charAt(o-1)&&(a=+a.slice(1,o-1));var s=Object(r["e"])(c,t,a);if(u&&i["isArray"](u.interpolatedValue)){var l=c.getDimensionIndex(a);l>=0&&(s=u.interpolatedValue[l])}return null!=s?s+"":""}))}},t.prototype.getRawValue=function(t,e){return Object(r["e"])(this.getData(e),t)},t.prototype.formatTooltip=function(t,e,n){},t}();function l(t){var e,n;return i["isObject"](t)?t.type&&(n=t):e=t,{text:e,frag:n}}},6685:function(t,e,n){"use strict";var i=n("ac02"),r=n("a644"),o=n("6e50"),a=n("3488"),s=n("f8ed"),l=n("09d9"),u=s("string-to-symbol-registry"),c=s("symbol-to-string-registry");i({target:"Symbol",stat:!0,forced:!l},{for:function(t){var e=a(t);if(o(u,e))return u[e];var n=r("Symbol")(e);return u[e]=n,c[n]=e,n}})},"66cf":function(t,e,n){"use strict";n.d(e,"c",(function(){return s})),n.d(e,"a",(function(){return d})),n.d(e,"b",(function(){return v}));var i=n("25e6"),r=n("51bf"),o=n("43fe"),a=/\{([a-zA-Z0-9_]+)\|([^}]*)\}/g;function s(t,e,n,i,r){var o={};return l(o,t,e,n,i,r),o.text}function l(t,e,n,i,r,o){if(!n)return t.text="",void(t.isTruncated=!1);var a=(e+"").split("\n");o=u(n,i,r,o);for(var s=!1,l={},h=0,d=a.length;h=l;c++)u-=l;var h=Object(o["f"])(n,e);return h>u&&(n="",h=0),u=t-h,a.ellipsis=n,a.ellipsisWidth=h,a.contentWidth=u,a.containerWidth=t,a}function c(t,e,n){var i=n.containerWidth,r=n.font,a=n.contentWidth;if(!i)return t.textLine="",void(t.isTruncated=!1);var s=Object(o["f"])(e,r);if(s<=i)return t.textLine=e,void(t.isTruncated=!1);for(var l=0;;l++){if(s<=a||l>=n.maxIterations){e+=n.ellipsis;break}var u=0===l?h(e,a,n.ascCharWidth,n.cnCharWidth):s>0?Math.floor(e.length*a/s):0;e=e.substr(0,u),s=Object(o["f"])(e,r)}""===e&&(e=n.placeholder),t.textLine=e,t.isTruncated=!0}function h(t,e,n,i){for(var r=0,o=0,a=t.length;oy&&p){var b=Math.floor(y/d);g=g||n.length>b,n=n.slice(0,b)}if(t&&l&&null!=v)for(var _=u(v,s,e.ellipsis,{minChar:e.truncateMinChar,placeholder:e.placeholder}),w={},O=0;Of&&m(n,t.substring(f,p),e,d),m(n,s[2],e,d,s[1]),f=a.lastIndex}fc){var N=n.lines.length;T>0?(k.tokens=k.tokens.slice(0,T),S(k,M,j),n.lines=n.lines.slice(0,C+1)):n.lines=n.lines.slice(0,C),n.isTruncated=n.isTruncated||n.lines.length0&&m+i.accumWidth>i.width&&(a=e.split("\n"),d=!0),i.accumWidth=m}else{var y=x(e,h,i.width,i.breakAll,i.accumWidth);i.accumWidth=y.accumWidth+v,s=y.linesWidths,a=y.lines}}else a=e.split("\n");for(var b=0;b=32&&e<=591||e>=880&&e<=4351||e>=4608&&e<=5119||e>=7680&&e<=8303}var b=Object(r["reduce"])(",&?/;] ".split(""),(function(t,e){return t[e]=!0,t}),{});function _(t){return!y(t)||!!b[t]}function x(t,e,n,i,r){for(var a=[],s=[],l="",u="",c=0,h=0,d=0;dn:r+h+p>n)?h?(l||u)&&(g?(l||(l=u,u="",c=0,h=c),a.push(l),s.push(h-c),u+=f,c+=p,l="",h=c):(u&&(l+=u,u="",c=0),a.push(l),s.push(h),l=f,h=p)):g?(a.push(u),s.push(c),u=f,c=p):(a.push(f),s.push(p)):(h+=p,g?(u+=f,c+=p):(u&&(l+=u,u="",c=0),l+=f))}else u&&(l+=u,h+=c),a.push(l),s.push(h),l="",u="",c=0,h=0}return a.length||l||(l=t,u="",c=0),u&&(l+=u),l&&(a.push(l),s.push(h)),1===a.length&&(h+=r),{accumWidth:h,lines:a,linesWidths:s}}},"671e":function(t,e,n){var i=n("0ac5"),r=Math.max,o=Math.min;t.exports=function(t,e){return t=i(t),t<0?r(t+e,0):o(t,e)}},6742:function(t,e,n){"use strict";n.d(e,"i",(function(){return r})),n.d(e,"f",(function(){return o})),n.d(e,"c",(function(){return a})),n.d(e,"e",(function(){return s})),n.d(e,"d",(function(){return l})),n.d(e,"g",(function(){return u})),n.d(e,"h",(function(){return c})),n.d(e,"a",(function(){return h})),n.d(e,"b",(function(){return d}));var i=n("51bf"),r=Object(i["createHashMap"])(["tooltip","label","itemName","itemId","itemGroupId","itemChildGroupId","seriesName"]),o="original",a="arrayRows",s="objectRows",l="keyedColumns",u="typedArray",c="unknown",h="column",d="row"},6764:function(t,e,n){"use strict";var i={}.propertyIsEnumerable,r=Object.getOwnPropertyDescriptor,o=r&&!i.call({1:2},1);e.f=o?function(t){var e=r(this,t);return!!e&&e.enumerable}:i},"67c4":function(t,e,n){"use strict";n.r(e),function(t){var n=function(){if("undefined"!==typeof Map)return Map;function t(t,e){var n=-1;return t.some((function(t,i){return t[0]===e&&(n=i,!0)})),n}return function(){function e(){this.__entries__=[]}return Object.defineProperty(e.prototype,"size",{get:function(){return this.__entries__.length},enumerable:!0,configurable:!0}),e.prototype.get=function(e){var n=t(this.__entries__,e),i=this.__entries__[n];return i&&i[1]},e.prototype.set=function(e,n){var i=t(this.__entries__,e);~i?this.__entries__[i][1]=n:this.__entries__.push([e,n])},e.prototype.delete=function(e){var n=this.__entries__,i=t(n,e);~i&&n.splice(i,1)},e.prototype.has=function(e){return!!~t(this.__entries__,e)},e.prototype.clear=function(){this.__entries__.splice(0)},e.prototype.forEach=function(t,e){void 0===e&&(e=null);for(var n=0,i=this.__entries__;n0},t.prototype.connect_=function(){i&&!this.connected_&&(document.addEventListener("transitionend",this.onTransitionEnd_),window.addEventListener("resize",this.refresh),c?(this.mutationsObserver_=new MutationObserver(this.refresh),this.mutationsObserver_.observe(document,{attributes:!0,childList:!0,characterData:!0,subtree:!0})):(document.addEventListener("DOMSubtreeModified",this.refresh),this.mutationEventsAdded_=!0),this.connected_=!0)},t.prototype.disconnect_=function(){i&&this.connected_&&(document.removeEventListener("transitionend",this.onTransitionEnd_),window.removeEventListener("resize",this.refresh),this.mutationsObserver_&&this.mutationsObserver_.disconnect(),this.mutationEventsAdded_&&document.removeEventListener("DOMSubtreeModified",this.refresh),this.mutationsObserver_=null,this.mutationEventsAdded_=!1,this.connected_=!1)},t.prototype.onTransitionEnd_=function(t){var e=t.propertyName,n=void 0===e?"":e,i=u.some((function(t){return!!~n.indexOf(t)}));i&&this.refresh()},t.getInstance=function(){return this.instance_||(this.instance_=new t),this.instance_},t.instance_=null,t}(),d=function(t,e){for(var n=0,i=Object.keys(e);n0},t}(),M="undefined"!==typeof WeakMap?new WeakMap:new n,T=function(){function t(e){if(!(this instanceof t))throw new TypeError("Cannot call a class as a function.");if(!arguments.length)throw new TypeError("1 argument required, but only 0 present.");var n=h.getInstance(),i=new j(e,n,this);M.set(this,i)}return t}();["observe","unobserve","disconnect"].forEach((function(t){T.prototype[t]=function(){var e;return(e=M.get(this))[t].apply(e,arguments)}}));var A=function(){return"undefined"!==typeof r.ResizeObserver?r.ResizeObserver:T}();e["default"]=A}.call(this,n("a40a"))},"67ee":function(t,e,n){"use strict";var i=n("50af"),r=n("5325"),o=function(){function t(){this.cx=0,this.cy=0,this.r=0}return t}(),a=function(t){function e(e){return t.call(this,e)||this}return Object(i["a"])(e,t),e.prototype.getDefaultShape=function(){return new o},e.prototype.buildPath=function(t,e){t.moveTo(e.cx+e.r,e.cy),t.arc(e.cx,e.cy,e.r,0,2*Math.PI)},e}(r["b"]);a.prototype.type="circle",e["a"]=a},6808:function(t,e,n){"use strict";var i=n("50af"),r=n("51bf"),o=n("86b3"),a=n("23bc"),s=n("0211"),l=n("dbbe"),u=n("e353"),c=Object(l["o"])(),h=function(t){function e(e,n,i){var r=t.call(this,e,n,i)||this;return r.uid=a["c"]("ec_cpt_model"),r}return Object(i["a"])(e,t),e.prototype.init=function(t,e,n){this.mergeDefaultAndTheme(t,n)},e.prototype.mergeDefaultAndTheme=function(t,e){var n=u["d"](this),i=n?u["f"](t):{},o=e.getTheme();r["merge"](t,o.get(this.mainType)),r["merge"](t,this.getDefaultOption()),n&&u["h"](t,i,n)},e.prototype.mergeOption=function(t,e){r["merge"](this.option,t,!0);var n=u["d"](this);n&&u["h"](this.option,t,n)},e.prototype.optionUpdated=function(t,e){},e.prototype.getDefaultOption=function(){var t=this.constructor;if(!Object(s["d"])(t))return t.defaultOption;var e=c(this);if(!e.defaultOption){var n=[],i=t;while(i){var o=i.prototype.defaultOption;o&&n.push(o),i=i.superClass}for(var a={},l=n.length-1;l>=0;l--)a=r["merge"](a,n[l],!0);e.defaultOption=a}return e.defaultOption},e.prototype.getReferringComponents=function(t,e){var n=t+"Index",i=t+"Id";return Object(l["v"])(this.ecModel,t,{index:this.get(n,!0),id:this.get(i,!0)},e)},e.prototype.getBoxLayoutParams=function(){var t=this;return{left:t.get("left"),top:t.get("top"),right:t.get("right"),bottom:t.get("bottom"),width:t.get("width"),height:t.get("height")}},e.prototype.getZLevelKey=function(){return""},e.prototype.setZLevel=function(t){this.option.zlevel=t},e.protoInitialize=function(){var t=e.prototype;t.type="component",t.id="",t.name="",t.mainType="",t.subType="",t.componentIndex=0}(),e}(o["a"]);function d(t){var e=[];return r["each"](h.getClassesByMainType(t),(function(t){e=e.concat(t.dependencies||t.prototype.dependencies||[])})),e=r["map"](e,(function(t){return Object(s["f"])(t).main})),"dataset"!==t&&r["indexOf"](e,"dataset")<=0&&e.unshift("dataset"),e}Object(s["e"])(h,o["a"]),Object(s["c"])(h),a["a"](h),a["b"](h,d),e["a"]=h},6840:function(t,e,n){"use strict";var i=n("50af"),r=n("5510"),o=n("7314"),a=n("51bf"),s=Object(a["defaults"])({x:0,y:0},r["b"]),l={style:Object(a["defaults"])({x:!0,y:!0,width:!0,height:!0,sx:!0,sy:!0,sWidth:!0,sHeight:!0},r["a"].style)};function u(t){return!!(t&&"string"!==typeof t&&t.width&&t.height)}var c=function(t){function e(){return null!==t&&t.apply(this,arguments)||this}return Object(i["a"])(e,t),e.prototype.createStyle=function(t){return Object(a["createObject"])(s,t)},e.prototype._getSize=function(t){var e=this.style,n=e[t];if(null!=n)return n;var i=u(e.image)?e.image:this.__image;if(!i)return 0;var r="width"===t?"height":"width",o=e[r];return null==o?i[t]:i[t]/i[r]*o},e.prototype.getWidth=function(){return this._getSize("width")},e.prototype.getHeight=function(){return this._getSize("height")},e.prototype.getAnimationStyleProps=function(){return l},e.prototype.getBoundingRect=function(){var t=this.style;return this._rect||(this._rect=new o["a"](t.x||0,t.y||0,this.getWidth(),this.getHeight())),this._rect},e}(r["c"]);c.prototype.type="image",e["a"]=c},"68c9":function(t,e,n){"use strict";t.exports="\t\n\v\f\r                 \u2028\u2029\ufeff"},"68d0":function(t,e,n){"use strict";var i=n("e04e"),r=Object;t.exports=function(t){return r(i(t))}},"68db":function(t,e,n){"use strict";var i=n("74bc"),r=n("dceb"),o=n("81e1"),a=n("6e02"),s=n("85ef"),l=n("1bdf"),u=n("6764"),c=n("68d0"),h=n("05b5"),d=Object.assign,f=Object.defineProperty,p=r([].concat);t.exports=!d||a((function(){if(i&&1!==d({b:1},d(f({},"a",{enumerable:!0,get:function(){f(this,"b",{value:3,enumerable:!1})}}),{b:2})).b)return!0;var t={},e={},n=Symbol("assign detection"),r="abcdefghijklmnopqrst";return t[n]=7,r.split("").forEach((function(t){e[t]=t})),7!==d({},t)[n]||s(d({},e)).join("")!==r}))?function(t,e){var n=c(t),r=arguments.length,a=1,d=l.f,f=u.f;while(r>a){var g,v=h(arguments[a++]),m=d?p(s(v),d(v)):s(v),y=m.length,b=0;while(y>b)g=m[b++],i&&!o(f,v,g)||(n[g]=v[g])}return n}:d},6927:function(t,e,n){"use strict";n.d(e,"a",(function(){return i})),n.d(e,"c",(function(){return r})),n.d(e,"b",(function(){return o}));var i=1,r=2,o=4},"698c":function(t,e,n){var i=n("ad4a"),r=n("a139");t.exports=Object.keys||function(t){return i(t,r)}},"69b5":function(t,e,n){n("4b7f"),n("e122"),t.exports=n("d7c5").f("iterator")},"6a5e":function(t,e,n){"use strict";var i=n("a644"),r=n("eb9a"),o=n("3571"),a=n("74bc"),s=o("species");t.exports=function(t){var e=i(t);a&&e&&!e[s]&&r(e,s,{configurable:!0,get:function(){return this}})}},"6ab8":function(t,e,n){var i=n("dea6");t.exports=function(t){return Object(i(t))}},"6b04":function(t,e,n){"use strict";n.r(e);var i=n("642f"),r=n.n(i),o=n("09ef"),a=n.n(o),s=/%[sdj%]/g,l=function(){};function u(){for(var t=arguments.length,e=Array(t),n=0;n=o)return t;switch(t){case"%s":return String(e[i++]);case"%d":return Number(e[i++]);case"%j":try{return JSON.stringify(e[i++])}catch(n){return"[Circular]"}break;default:return t}})),l=e[i];i()\[\]\\.,;:\s@"]+(\.[^<>()\[\]\\.,;:\s@"]+)*)|(".+"))@((\[[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}])|(([a-zA-Z\-0-9]+\.)+[a-zA-Z]{2,}))$/,url:new RegExp("^(?!mailto:)(?:(?:http|https|ftp)://|//)(?:\\S+(?::\\S*)?@)?(?:(?:(?:[1-9]\\d?|1\\d\\d|2[01]\\d|22[0-3])(?:\\.(?:1?\\d{1,2}|2[0-4]\\d|25[0-5])){2}(?:\\.(?:[0-9]\\d?|1\\d\\d|2[0-4]\\d|25[0-4]))|(?:(?:[a-z\\u00a1-\\uffff0-9]+-?)*[a-z\\u00a1-\\uffff0-9]+)(?:\\.(?:[a-z\\u00a1-\\uffff0-9]+-?)*[a-z\\u00a1-\\uffff0-9]+)*(?:\\.(?:[a-z\\u00a1-\\uffff]{2,})))|localhost)(?::\\d{2,5})?(?:(/|\\?|#)[^\\s]*)?$","i"),hex:/^#?([a-f0-9]{6}|[a-f0-9]{3})$/i},O={integer:function(t){return O.number(t)&&parseInt(t,10)===t},float:function(t){return O.number(t)&&!O.integer(t)},array:function(t){return Array.isArray(t)},regexp:function(t){if(t instanceof RegExp)return!0;try{return!!new RegExp(t)}catch(e){return!1}},date:function(t){return"function"===typeof t.getTime&&"function"===typeof t.getMonth&&"function"===typeof t.getYear},number:function(t){return!isNaN(t)&&"number"===typeof t},object:function(t){return"object"===("undefined"===typeof t?"undefined":a()(t))&&!O.array(t)},method:function(t){return"function"===typeof t},email:function(t){return"string"===typeof t&&!!t.match(w.email)&&t.length<255},url:function(t){return"string"===typeof t&&!!t.match(w.url)},hex:function(t){return"string"===typeof t&&!!t.match(w.hex)}};function S(t,e,n,i,r){if(t.required&&void 0===e)b(t,e,n,i,r);else{var o=["integer","float","array","regexp","object","method","email","number","date","url","hex"],s=t.type;o.indexOf(s)>-1?O[s](e)||i.push(u(r.messages.types[s],t.fullField,t.type)):s&&("undefined"===typeof e?"undefined":a()(e))!==t.type&&i.push(u(r.messages.types[s],t.fullField,t.type))}}var C=S;function k(t,e,n,i,r){var o="number"===typeof t.len,a="number"===typeof t.min,s="number"===typeof t.max,l=/[\uD800-\uDBFF][\uDC00-\uDFFF]/g,c=e,h=null,d="number"===typeof e,f="string"===typeof e,p=Array.isArray(e);if(d?h="number":f?h="string":p&&(h="array"),!h)return!1;p&&(c=e.length),f&&(c=e.replace(l,"_").length),o?c!==t.len&&i.push(u(r.messages[h].len,t.fullField,t.len)):a&&!s&&ct.max?i.push(u(r.messages[h].max,t.fullField,t.max)):a&&s&&(ct.max)&&i.push(u(r.messages[h].range,t.fullField,t.min,t.max))}var j=k,M="enum";function T(t,e,n,i,r){t[M]=Array.isArray(t[M])?t[M]:[],-1===t[M].indexOf(e)&&i.push(u(r.messages[M],t.fullField,t[M].join(", ")))}var A=T;function I(t,e,n,i,r){if(t.pattern)if(t.pattern instanceof RegExp)t.pattern.lastIndex=0,t.pattern.test(e)||i.push(u(r.messages.pattern.mismatch,t.fullField,e,t.pattern));else if("string"===typeof t.pattern){var o=new RegExp(t.pattern);o.test(e)||i.push(u(r.messages.pattern.mismatch,t.fullField,e,t.pattern))}}var E=I,D={required:b,whitespace:x,type:C,range:j,enum:A,pattern:E};function P(t,e,n,i,r){var o=[],a=t.required||!t.required&&i.hasOwnProperty(t.field);if(a){if(h(e,"string")&&!t.required)return n();D.required(t,e,i,o,r,"string"),h(e,"string")||(D.type(t,e,i,o,r),D.range(t,e,i,o,r),D.pattern(t,e,i,o,r),!0===t.whitespace&&D.whitespace(t,e,i,o,r))}n(o)}var L=P;function N(t,e,n,i,r){var o=[],a=t.required||!t.required&&i.hasOwnProperty(t.field);if(a){if(h(e)&&!t.required)return n();D.required(t,e,i,o,r),void 0!==e&&D.type(t,e,i,o,r)}n(o)}var R=N;function $(t,e,n,i,r){var o=[],a=t.required||!t.required&&i.hasOwnProperty(t.field);if(a){if(h(e)&&!t.required)return n();D.required(t,e,i,o,r),void 0!==e&&(D.type(t,e,i,o,r),D.range(t,e,i,o,r))}n(o)}var B=$;function F(t,e,n,i,r){var o=[],a=t.required||!t.required&&i.hasOwnProperty(t.field);if(a){if(h(e)&&!t.required)return n();D.required(t,e,i,o,r),void 0!==e&&D.type(t,e,i,o,r)}n(o)}var z=F;function V(t,e,n,i,r){var o=[],a=t.required||!t.required&&i.hasOwnProperty(t.field);if(a){if(h(e)&&!t.required)return n();D.required(t,e,i,o,r),h(e)||D.type(t,e,i,o,r)}n(o)}var H=V;function q(t,e,n,i,r){var o=[],a=t.required||!t.required&&i.hasOwnProperty(t.field);if(a){if(h(e)&&!t.required)return n();D.required(t,e,i,o,r),void 0!==e&&(D.type(t,e,i,o,r),D.range(t,e,i,o,r))}n(o)}var W=q;function G(t,e,n,i,r){var o=[],a=t.required||!t.required&&i.hasOwnProperty(t.field);if(a){if(h(e)&&!t.required)return n();D.required(t,e,i,o,r),void 0!==e&&(D.type(t,e,i,o,r),D.range(t,e,i,o,r))}n(o)}var U=G;function Y(t,e,n,i,r){var o=[],a=t.required||!t.required&&i.hasOwnProperty(t.field);if(a){if(h(e,"array")&&!t.required)return n();D.required(t,e,i,o,r,"array"),h(e,"array")||(D.type(t,e,i,o,r),D.range(t,e,i,o,r))}n(o)}var X=Y;function K(t,e,n,i,r){var o=[],a=t.required||!t.required&&i.hasOwnProperty(t.field);if(a){if(h(e)&&!t.required)return n();D.required(t,e,i,o,r),void 0!==e&&D.type(t,e,i,o,r)}n(o)}var Z=K,J="enum";function Q(t,e,n,i,r){var o=[],a=t.required||!t.required&&i.hasOwnProperty(t.field);if(a){if(h(e)&&!t.required)return n();D.required(t,e,i,o,r),e&&D[J](t,e,i,o,r)}n(o)}var tt=Q;function et(t,e,n,i,r){var o=[],a=t.required||!t.required&&i.hasOwnProperty(t.field);if(a){if(h(e,"string")&&!t.required)return n();D.required(t,e,i,o,r),h(e,"string")||D.pattern(t,e,i,o,r)}n(o)}var nt=et;function it(t,e,n,i,r){var o=[],a=t.required||!t.required&&i.hasOwnProperty(t.field);if(a){if(h(e)&&!t.required)return n();if(D.required(t,e,i,o,r),!h(e)){var s=void 0;s="number"===typeof e?new Date(e):e,D.type(t,s,i,o,r),s&&D.range(t,s.getTime(),i,o,r)}}n(o)}var rt=it;function ot(t,e,n,i,r){var o=[],s=Array.isArray(e)?"array":"undefined"===typeof e?"undefined":a()(e);D.required(t,e,i,o,r,s),n(o)}var at=ot;function st(t,e,n,i,r){var o=t.type,a=[],s=t.required||!t.required&&i.hasOwnProperty(t.field);if(s){if(h(e,o)&&!t.required)return n();D.required(t,e,i,a,r,o),h(e,o)||D.type(t,e,i,a,r)}n(a)}var lt=st,ut={string:L,method:R,number:B,boolean:z,regexp:H,integer:W,float:U,array:X,object:Z,enum:tt,pattern:nt,date:rt,url:lt,hex:lt,email:lt,required:at};function ct(){return{default:"Validation error on field %s",required:"%s is required",enum:"%s must be one of %s",whitespace:"%s cannot be empty",date:{format:"%s date %s is invalid for format %s",parse:"%s date could not be parsed, %s is invalid ",invalid:"%s date %s is invalid"},types:{string:"%s is not a %s",method:"%s is not a %s (function)",array:"%s is not an %s",object:"%s is not an %s",number:"%s is not a %s",date:"%s is not a %s",boolean:"%s is not a %s",integer:"%s is not an %s",float:"%s is not a %s",regexp:"%s is not a valid %s",email:"%s is not a valid %s",url:"%s is not a valid %s",hex:"%s is not a valid %s"},string:{len:"%s must be exactly %s characters",min:"%s must be at least %s characters",max:"%s cannot be longer than %s characters",range:"%s must be between %s and %s characters"},number:{len:"%s must equal %s",min:"%s cannot be less than %s",max:"%s cannot be greater than %s",range:"%s must be between %s and %s"},array:{len:"%s must be exactly %s in length",min:"%s cannot be less than %s in length",max:"%s cannot be greater than %s in length",range:"%s must be between %s and %s in length"},pattern:{mismatch:"%s value %s does not match pattern %s"},clone:function(){var t=JSON.parse(JSON.stringify(this));return t.clone=this.clone,t}}}var ht=ct();function dt(t){this.rules=null,this._messages=ht,this.define(t)}dt.prototype={messages:function(t){return t&&(this._messages=m(ct(),t)),this._messages},define:function(t){if(!t)throw new Error("Cannot configure a schema with no rules");if("object"!==("undefined"===typeof t?"undefined":a()(t))||Array.isArray(t))throw new Error("Rules must be an object");this.rules={};var e=void 0,n=void 0;for(e in t)t.hasOwnProperty(e)&&(n=t[e],this.rules[e]=Array.isArray(n)?n:[n])},validate:function(t){var e=this,n=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{},i=arguments[2],o=t,s=n,c=i;if("function"===typeof s&&(c=s,s={}),this.rules&&0!==Object.keys(this.rules).length){if(s.messages){var h=this.messages();h===ht&&(h=ct()),m(h,s.messages),s.messages=h}else s.messages=this.messages();var d=void 0,f=void 0,p={},y=s.keys||Object.keys(this.rules);y.forEach((function(n){d=e.rules[n],f=o[n],d.forEach((function(i){var a=i;"function"===typeof a.transform&&(o===t&&(o=r()({},o)),f=o[n]=a.transform(f)),a="function"===typeof a?{validator:a}:r()({},a),a.validator=e.getValidationMethod(a),a.field=n,a.fullField=a.fullField||n,a.type=e.getType(a),a.validator&&(p[n]=p[n]||[],p[n].push({rule:a,value:f,source:o,field:n}))}))}));var b={};g(p,s,(function(t,e){var n=t.rule,i=("object"===n.type||"array"===n.type)&&("object"===a()(n.fields)||"object"===a()(n.defaultField));function o(t,e){return r()({},e,{fullField:n.fullField+"."+t})}function c(){var a=arguments.length>0&&void 0!==arguments[0]?arguments[0]:[],c=a;if(Array.isArray(c)||(c=[c]),c.length&&l("async-validator:",c),c.length&&n.message&&(c=[].concat(n.message)),c=c.map(v(n)),s.first&&c.length)return b[n.field]=1,e(c);if(i){if(n.required&&!t.value)return c=n.message?[].concat(n.message).map(v(n)):s.error?[s.error(n,u(s.messages.required,n.field))]:[],e(c);var h={};if(n.defaultField)for(var d in t.value)t.value.hasOwnProperty(d)&&(h[d]=n.defaultField);for(var f in h=r()({},h,t.rule.fields),h)if(h.hasOwnProperty(f)){var p=Array.isArray(h[f])?h[f]:[h[f]];h[f]=p.map(o.bind(null,f))}var g=new dt(h);g.messages(s.messages),t.rule.options&&(t.rule.options.messages=s.messages,t.rule.options.error=s.error),g.validate(t.value,t.rule.options||s,(function(t){e(t&&t.length?c.concat(t):t)}))}else e(c)}i=i&&(n.required||!n.required&&t.value),n.field=t.field;var h=n.validator(n,t.value,c,t.source,s);h&&h.then&&h.then((function(){return c()}),(function(t){return c(t)}))}),(function(t){_(t)}))}else c&&c();function _(t){var e=void 0,n=void 0,i=[],r={};function o(t){Array.isArray(t)?i=i.concat.apply(i,t):i.push(t)}for(e=0;e0&&(i.name=r+(a-1)),a++,e.set(r,a)}}function p(t,e,n,i){var r=Math.max(t.dimensionsDetectedCount||1,e.length,n.length,i||0);return Object(o["each"])(e,(function(t){var e;Object(o["isObject"])(t)&&(e=t.dimsDef)&&(r=Math.max(r,e.length))})),r}function g(t,e,n){if(n||e.hasKey(t)){var i=0;while(e.hasKey(t+i))i++;t+=i}return e.set(t,!0),t}},"6f09":function(t,e){t.exports={}},"6fc1":function(t,e,n){"use strict";var i=n("ac02"),r=n("b7bc"),o=n("6e02"),a=n("1bdf"),s=n("68d0"),l=!r||o((function(){a.f(1)}));i({target:"Object",stat:!0,forced:l},{getOwnPropertySymbols:function(t){var e=a.f;return e?e(s(t)):[]}})},"6fdf":function(t,e,n){"use strict";var i=n("6e02"),r=n("8279"),o=r.RegExp,a=i((function(){var t=o("a","y");return t.lastIndex=2,null!==t.exec("abcd")})),s=a||i((function(){return!o("a","y").sticky})),l=a||i((function(){var t=o("^r","gy");return t.lastIndex=2,null!==t.exec("str")}));t.exports={BROKEN_CARET:l,MISSED_STICKY:s,UNSUPPORTED_Y:a}},7097:function(t,e,n){"use strict";n.d(e,"a",(function(){return r}));n("db42"),n("a8fc"),n("cf45"),n("fd0c"),n("e382"),n("c992"),n("0899"),n("18e3"),n("89f0"),n("83a4"),n("cc69"),n("bef7"),n("f1eb"),n("2d93"),n("5341"),n("32ff"),n("76c1"),n("2fa8"),n("b2d9"),n("b83f"),n("7b61"),n("e40f"),n("8b2b");var i=n("11c1");function r(){ +/*! regenerator-runtime -- Copyright (c) 2014-present, Facebook, Inc. -- license (MIT): https://github.com/facebook/regenerator/blob/main/LICENSE */ +r=function(){return e};var t,e={},n=Object.prototype,o=n.hasOwnProperty,a=Object.defineProperty||function(t,e,n){t[e]=n.value},s="function"==typeof Symbol?Symbol:{},l=s.iterator||"@@iterator",u=s.asyncIterator||"@@asyncIterator",c=s.toStringTag||"@@toStringTag";function h(t,e,n){return Object.defineProperty(t,e,{value:n,enumerable:!0,configurable:!0,writable:!0}),t[e]}try{h({},"")}catch(t){h=function(t,e,n){return t[e]=n}}function d(t,e,n,i){var r=e&&e.prototype instanceof b?e:b,o=Object.create(r.prototype),s=new E(i||[]);return a(o,"_invoke",{value:M(t,n,s)}),o}function f(t,e,n){try{return{type:"normal",arg:t.call(e,n)}}catch(t){return{type:"throw",arg:t}}}e.wrap=d;var p="suspendedStart",g="suspendedYield",v="executing",m="completed",y={};function b(){}function _(){}function x(){}var w={};h(w,l,(function(){return this}));var O=Object.getPrototypeOf,S=O&&O(O(D([])));S&&S!==n&&o.call(S,l)&&(w=S);var C=x.prototype=b.prototype=Object.create(w);function k(t){["next","throw","return"].forEach((function(e){h(t,e,(function(t){return this._invoke(e,t)}))}))}function j(t,e){function n(r,a,s,l){var u=f(t[r],t,a);if("throw"!==u.type){var c=u.arg,h=c.value;return h&&"object"==Object(i["a"])(h)&&o.call(h,"__await")?e.resolve(h.__await).then((function(t){n("next",t,s,l)}),(function(t){n("throw",t,s,l)})):e.resolve(h).then((function(t){c.value=t,s(c)}),(function(t){return n("throw",t,s,l)}))}l(u.arg)}var r;a(this,"_invoke",{value:function(t,i){function o(){return new e((function(e,r){n(t,i,e,r)}))}return r=r?r.then(o,o):o()}})}function M(e,n,i){var r=p;return function(o,a){if(r===v)throw Error("Generator is already running");if(r===m){if("throw"===o)throw a;return{value:t,done:!0}}for(i.method=o,i.arg=a;;){var s=i.delegate;if(s){var l=T(s,i);if(l){if(l===y)continue;return l}}if("next"===i.method)i.sent=i._sent=i.arg;else if("throw"===i.method){if(r===p)throw r=m,i.arg;i.dispatchException(i.arg)}else"return"===i.method&&i.abrupt("return",i.arg);r=v;var u=f(e,n,i);if("normal"===u.type){if(r=i.done?m:g,u.arg===y)continue;return{value:u.arg,done:i.done}}"throw"===u.type&&(r=m,i.method="throw",i.arg=u.arg)}}}function T(e,n){var i=n.method,r=e.iterator[i];if(r===t)return n.delegate=null,"throw"===i&&e.iterator["return"]&&(n.method="return",n.arg=t,T(e,n),"throw"===n.method)||"return"!==i&&(n.method="throw",n.arg=new TypeError("The iterator does not provide a '"+i+"' method")),y;var o=f(r,e.iterator,n.arg);if("throw"===o.type)return n.method="throw",n.arg=o.arg,n.delegate=null,y;var a=o.arg;return a?a.done?(n[e.resultName]=a.value,n.next=e.nextLoc,"return"!==n.method&&(n.method="next",n.arg=t),n.delegate=null,y):a:(n.method="throw",n.arg=new TypeError("iterator result is not an object"),n.delegate=null,y)}function A(t){var e={tryLoc:t[0]};1 in t&&(e.catchLoc=t[1]),2 in t&&(e.finallyLoc=t[2],e.afterLoc=t[3]),this.tryEntries.push(e)}function I(t){var e=t.completion||{};e.type="normal",delete e.arg,t.completion=e}function E(t){this.tryEntries=[{tryLoc:"root"}],t.forEach(A,this),this.reset(!0)}function D(e){if(e||""===e){var n=e[l];if(n)return n.call(e);if("function"==typeof e.next)return e;if(!isNaN(e.length)){var r=-1,a=function n(){for(;++r=0;--r){var a=this.tryEntries[r],s=a.completion;if("root"===a.tryLoc)return i("end");if(a.tryLoc<=this.prev){var l=o.call(a,"catchLoc"),u=o.call(a,"finallyLoc");if(l&&u){if(this.prev=0;--n){var i=this.tryEntries[n];if(i.tryLoc<=this.prev&&o.call(i,"finallyLoc")&&this.prev=0;--e){var n=this.tryEntries[e];if(n.finallyLoc===t)return this.complete(n.completion,n.afterLoc),I(n),y}},catch:function(t){for(var e=this.tryEntries.length-1;e>=0;--e){var n=this.tryEntries[e];if(n.tryLoc===t){var i=n.completion;if("throw"===i.type){var r=i.arg;I(n)}return r}}throw Error("illegal catch attempt")},delegateYield:function(e,n,i){return this.delegate={iterator:D(e),resultName:n,nextLoc:i},"next"===this.method&&(this.arg=t),y}},e}},"70b1":function(t,e,n){"use strict";var i=n("ac02"),r=n("74bc"),o=n("9b20"),a=n("88eb"),s=n("7847"),l=n("b15f");i({target:"Object",stat:!0,sham:!r},{getOwnPropertyDescriptors:function(t){var e,n,i=a(t),r=s.f,u=o(i),c={},h=0;while(u.length>h)n=r(i,e=u[h++]),void 0!==n&&l(c,e,n);return c}})},"70e4":function(t,e,n){"use strict";var i=n("50af"),r=n("5325"),o=n("02d6"),a=n("e8c6"),s=[],l=function(){function t(){this.x1=0,this.y1=0,this.x2=0,this.y2=0,this.cpx1=0,this.cpy1=0,this.percent=1}return t}();function u(t,e,n){var i=t.cpx2,r=t.cpy2;return null!=i||null!=r?[(n?a["b"]:a["a"])(t.x1,t.cpx1,t.cpx2,t.x2,e),(n?a["b"]:a["a"])(t.y1,t.cpy1,t.cpy2,t.y2,e)]:[(n?a["i"]:a["h"])(t.x1,t.cpx1,t.x2,e),(n?a["i"]:a["h"])(t.y1,t.cpy1,t.y2,e)]}var c=function(t){function e(e){return t.call(this,e)||this}return Object(i["a"])(e,t),e.prototype.getDefaultStyle=function(){return{stroke:"#000",fill:null}},e.prototype.getDefaultShape=function(){return new l},e.prototype.buildPath=function(t,e){var n=e.x1,i=e.y1,r=e.x2,o=e.y2,l=e.cpx1,u=e.cpy1,c=e.cpx2,h=e.cpy2,d=e.percent;0!==d&&(t.moveTo(n,i),null==c||null==h?(d<1&&(Object(a["n"])(n,l,r,d,s),l=s[1],r=s[2],Object(a["n"])(i,u,o,d,s),u=s[1],o=s[2]),t.quadraticCurveTo(l,u,r,o)):(d<1&&(Object(a["g"])(n,l,c,r,d,s),l=s[1],c=s[2],r=s[3],Object(a["g"])(i,u,h,o,d,s),u=s[1],h=s[2],o=s[3]),t.bezierCurveTo(l,u,c,h,r,o)))},e.prototype.pointAt=function(t){return u(this.shape,t,!1)},e.prototype.tangentAt=function(t){var e=u(this.shape,t,!0);return o["normalize"](e,e)},e}(r["b"]);c.prototype.type="bezier-curve",e["a"]=c},7299:function(t,e,n){"use strict";function i(t){return null==t?0:t.length||1}function r(t){return t}var o=function(){function t(t,e,n,i,o,a){this._old=t,this._new=e,this._oldKeyGetter=n||r,this._newKeyGetter=i||r,this.context=o,this._diffModeMultiple="multiple"===a}return t.prototype.add=function(t){return this._add=t,this},t.prototype.update=function(t){return this._update=t,this},t.prototype.updateManyToOne=function(t){return this._updateManyToOne=t,this},t.prototype.updateOneToMany=function(t){return this._updateOneToMany=t,this},t.prototype.updateManyToMany=function(t){return this._updateManyToMany=t,this},t.prototype.remove=function(t){return this._remove=t,this},t.prototype.execute=function(){this[this._diffModeMultiple?"_executeMultiple":"_executeOneToOne"]()},t.prototype._executeOneToOne=function(){var t=this._old,e=this._new,n={},r=new Array(t.length),o=new Array(e.length);this._initIndexMap(t,null,r,"_oldKeyGetter"),this._initIndexMap(e,n,o,"_newKeyGetter");for(var a=0;a1){var c=l.shift();1===l.length&&(n[s]=l[0]),this._update&&this._update(c,a)}else 1===u?(n[s]=null,this._update&&this._update(l,a)):this._remove&&this._remove(a)}this._performRestAdd(o,n)},t.prototype._executeMultiple=function(){var t=this._old,e=this._new,n={},r={},o=[],a=[];this._initIndexMap(t,n,o,"_oldKeyGetter"),this._initIndexMap(e,r,a,"_newKeyGetter");for(var s=0;s1&&1===d)this._updateManyToOne&&this._updateManyToOne(c,u),r[l]=null;else if(1===h&&d>1)this._updateOneToMany&&this._updateOneToMany(c,u),r[l]=null;else if(1===h&&1===d)this._update&&this._update(c,u),r[l]=null;else if(h>1&&d>1)this._updateManyToMany&&this._updateManyToMany(c,u),r[l]=null;else if(h>1)for(var f=0;f1)for(var s=0;s=0&&i(u)?u:.5;var c=t.createRadialGradient(s,l,0,s,l,u);return c}function a(t,e,n){for(var i="radial"===e.type?o(t,e,n):r(t,e,n),a=e.colorStops,s=0;sm&&(m=w,ym&&(m=O,_=n.x&&t<=n.x+n.width&&e>=n.y&&e<=n.y+n.height},t.prototype.clone=function(){return new t(this.x,this.y,this.width,this.height)},t.prototype.copy=function(e){t.copy(this,e)},t.prototype.plain=function(){return{x:this.x,y:this.y,width:this.width,height:this.height}},t.prototype.isFinite=function(){return isFinite(this.x)&&isFinite(this.y)&&isFinite(this.width)&&isFinite(this.height)},t.prototype.isZero=function(){return 0===this.width||0===this.height},t.create=function(e){return new t(e.x,e.y,e.width,e.height)},t.copy=function(t,e){t.x=e.x,t.y=e.y,t.width=e.width,t.height=e.height},t.applyTransform=function(e,n,i){if(i){if(i[1]<1e-5&&i[1]>-1e-5&&i[2]<1e-5&&i[2]>-1e-5){var r=i[0],h=i[3],d=i[4],f=i[5];return e.x=n.x*r+d,e.y=n.y*h+f,e.width=n.width*r,e.height=n.height*h,e.width<0&&(e.x+=e.width,e.width=-e.width),void(e.height<0&&(e.y+=e.height,e.height=-e.height))}s.x=u.x=n.x,s.y=c.y=n.y,l.x=c.x=n.x+n.width,l.y=u.y=n.y+n.height,s.transform(i),c.transform(i),l.transform(i),u.transform(i),e.x=o(s.x,l.x,u.x,c.x),e.y=o(s.y,l.y,u.y,c.y);var p=a(s.x,l.x,u.x,c.x),g=a(s.y,l.y,u.y,c.y);e.width=p-e.x,e.height=g-e.y}else e!==n&&t.copy(e,n)},t}();e["a"]=f},"743e":function(t,e,n){"use strict";var i,r=n("b919"),o=n("467a"),a=n("2297"),s=n("38f4"),l=n("4404"),u=n("bb35"),c=n("6453"),h=">",d="<",f="prototype",p="script",g=c("IE_PROTO"),v=function(){},m=function(t){return d+p+h+t+d+"/"+p+h},y=function(t){t.write(m("")),t.close();var e=t.parentWindow.Object;return t=null,e},b=function(){var t,e=u("iframe"),n="java"+p+":";return e.style.display="none",l.appendChild(e),e.src=String(n),t=e.contentWindow.document,t.open(),t.write(m("document.F=Object")),t.close(),t.F},_=function(){try{i=new ActiveXObject("htmlfile")}catch(e){}_="undefined"!=typeof document?document.domain&&i?y(i):b():y(i);var t=a.length;while(t--)delete _[f][a[t]];return _()};s[g]=!0,t.exports=Object.create||function(t,e){var n;return null!==t?(v[f]=r(t),n=new v,v[f]=null,n[g]=t):n=_(),void 0===e?n:o.f(n,e)}},"74bc":function(t,e,n){"use strict";var i=n("6e02");t.exports=!i((function(){return 7!==Object.defineProperty({},1,{get:function(){return 7}})[1]}))},7631:function(t,e,n){"use strict";var i=n("c32f").f,r=n("6e50"),o=n("3571"),a=o("toStringTag");t.exports=function(t,e,n){t&&!n&&(t=t.prototype),t&&!r(t,a)&&i(t,a,{configurable:!0,value:e})}},"763b":function(t,e,n){"use strict";var i=n("a61e"),r=TypeError;t.exports=function(t){if(i(t))throw new r("The method doesn't accept regular expressions");return t}},7685:function(t,e,n){"use strict";var i=n("38d3"),r=Function.prototype,o=r.apply,a=r.call;t.exports="object"==typeof Reflect&&Reflect.apply||(i?a.bind(o):function(){return a.apply(o,arguments)})},"76c1":function(t,e,n){"use strict";var i=n("ac02"),r=n("6e02"),o=n("68d0"),a=n("9ccb"),s=n("c315"),l=r((function(){a(1)}));i({target:"Object",stat:!0,forced:l,sham:!s},{getPrototypeOf:function(t){return a(o(t))}})},7762:function(t,e,n){var i=n("20e7"),r=n("ae47");t.exports={throttle:i,debounce:r}},"779b":function(t,e,n){"use strict";n.d(e,"b",(function(){return a})),n.d(e,"a",(function(){return l}));var i=n("51bf"),r=n("6742"),o=function(){function t(t,e){this._encode=t,this._schema=e}return t.prototype.get=function(){return{fullDimensions:this._getFullDimensionNames(),encode:this._encode}},t.prototype._getFullDimensionNames=function(){return this._cachedDimNames||(this._cachedDimNames=this._schema?this._schema.makeOutputDimensionNames():[]),this._cachedDimNames},t}();function a(t,e){var n={},a=n.encode={},l=Object(i["createHashMap"])(),c=[],h=[],d={};Object(i["each"])(t.dimensions,(function(e){var n=t.getDimensionInfo(e),i=n.coordDim;if(i){0;var o=n.coordDimIndex;s(a,i)[o]=e,n.isExtraCoord||(l.set(i,1),u(n.type)&&(c[0]=e),s(d,i)[o]=t.getDimensionIndex(n.name)),n.defaultTooltip&&h.push(e)}r["i"].each((function(t,e){var i=s(a,e),r=n.otherDims[e];null!=r&&!1!==r&&(i[r]=n.name)}))}));var f=[],p={};l.each((function(t,e){var n=a[e];p[e]=n[0],f=f.concat(n)})),n.dataDimsOnCoord=f,n.dataDimIndicesOnCoord=Object(i["map"])(f,(function(e){return t.getDimensionInfo(e).storeDimIndex})),n.encodeFirstDimNotExtra=p;var g=a.label;g&&g.length&&(c=g.slice());var v=a.tooltip;return v&&v.length?h=v.slice():h.length||(h=c.slice()),a.defaultedLabel=c,a.defaultedTooltip=h,n.userOutput=new o(d,e),n}function s(t,e){return t.hasOwnProperty(e)||(t[e]=[]),t[e]}function l(t){return"category"===t?"ordinal":"time"===t?"time":"float"}function u(t){return!("ordinal"===t||"time"===t)}},"77c6":function(t,e,n){"use strict";var i=n("51bf"),r=n("bea7"),o=n("43fe"),a=n("dbbe"),s=n("4814"),l=Object(a["o"])();function u(t,e){var n=i["map"](e,(function(e){return t.scale.parse(e)}));return"time"===t.type&&n.length>0&&(n.sort(),n.unshift(n[0]),n.push(n[n.length-1])),n}function c(t){var e=t.getLabelModel().get("customValues");if(e){var n=Object(s["h"])(t),r=t.scale.getExtent(),o=u(t,e),a=i["filter"](o,(function(t){return t>=r[0]&&t<=r[1]}));return{labels:i["map"](a,(function(e){var i={value:e};return{formattedLabel:n(i),rawLabel:t.scale.getLabel(i),tickValue:e}}))}}return"category"===t.type?d(t):g(t)}function h(t,e){var n=t.getTickModel().get("customValues");if(n){var r=t.scale.getExtent(),o=u(t,n);return{ticks:i["filter"](o,(function(t){return t>=r[0]&&t<=r[1]}))}}return"category"===t.type?p(t,e):{ticks:i["map"](t.scale.getTicks(),(function(t){return t.value}))}}function d(t){var e=t.getLabelModel(),n=f(t,e);return!e.get("show")||t.scale.isBlank()?{labels:[],labelCategoryInterval:n.labelCategoryInterval}:n}function f(t,e){var n,r,o=v(t,"labels"),a=Object(s["e"])(e),l=m(o,a);return l||(i["isFunction"](a)?n=O(t,a):(r="auto"===a?b(t):a,n=w(t,r)),y(o,a,{labels:n,labelCategoryInterval:r}))}function p(t,e){var n,r,o=v(t,"ticks"),a=Object(s["e"])(e),l=m(o,a);if(l)return l;if(e.get("show")&&!t.scale.isBlank()||(n=[]),i["isFunction"](a))n=O(t,a,!0);else if("auto"===a){var u=f(t,t.getLabelModel());r=u.labelCategoryInterval,n=i["map"](u.labels,(function(t){return t.tickValue}))}else r=a,n=w(t,r,!0);return y(o,a,{ticks:n,tickCategoryInterval:r})}function g(t){var e=t.scale.getTicks(),n=Object(s["h"])(t);return{labels:i["map"](e,(function(e,i){return{level:e.level,formattedLabel:n(e,i),rawLabel:t.scale.getLabel(e),tickValue:e.value}}))}}function v(t,e){return l(t)[e]||(l(t)[e]=[])}function m(t,e){for(var n=0;n40&&(c=Math.max(1,Math.floor(u/40)));for(var h=a[0],d=t.dataToCoord(h+1)-t.dataToCoord(h),f=Math.abs(d*Math.cos(i)),p=Math.abs(d*Math.sin(i)),g=0,v=0;h<=a[1];h+=c){var m=0,y=0,b=o["d"](n({value:h}),e.font,"center","top");m=1.3*b.width,y=1.3*b.height,g=Math.max(g,m,7),v=Math.max(v,y,7)}var _=g/f,w=v/p;isNaN(_)&&(_=1/0),isNaN(w)&&(w=1/0);var O=Math.max(0,Math.floor(Math.min(_,w))),S=l(t.model),C=t.getExtent(),k=S.lastAutoInterval,j=S.lastTickCount;return null!=k&&null!=j&&Math.abs(k-O)<=1&&Math.abs(j-u)<=1&&k>O&&S.axisExtent0===C[0]&&S.axisExtent1===C[1]?O=k:(S.lastTickCount=u,S.lastAutoInterval=O,S.axisExtent0=C[0],S.axisExtent1=C[1]),O}function x(t){var e=t.getLabelModel();return{axisRotate:t.getRotate?t.getRotate():t.isHorizontal&&!t.isHorizontal()?90:0,labelRotate:e.get("rotate")||0,font:e.getFont()}}function w(t,e,n){var i=Object(s["h"])(t),r=t.scale,o=r.getExtent(),a=t.getLabelModel(),l=[],u=Math.max((e||0)+1,1),c=o[0],h=r.count();0!==c&&u>1&&h/u>2&&(c=Math.round(Math.ceil(c/u)*u));var d=Object(s["j"])(t),f=a.get("showMinLabel")||d,p=a.get("showMaxLabel")||d;f&&c!==o[0]&&v(o[0]);for(var g=c;g<=o[1];g+=u)v(g);function v(t){var e={value:t};l.push(n?t:{formattedLabel:i(e),rawLabel:r.getLabel(e),tickValue:t})}return p&&g-u!==o[1]&&v(o[1]),l}function O(t,e,n){var r=t.scale,o=Object(s["h"])(t),a=[];return i["each"](r.getTicks(),(function(t){var i=r.getLabel(t),s=t.value;e(t.value,i)&&a.push(n?s:{formattedLabel:o(t),rawLabel:i,tickValue:s})})),a}var S=[0,1],C=function(){function t(t,e,n){this.onBand=!1,this.inverse=!1,this.dim=t,this.scale=e,this._extent=n||[0,0]}return t.prototype.contain=function(t){var e=this._extent,n=Math.min(e[0],e[1]),i=Math.max(e[0],e[1]);return t>=n&&t<=i},t.prototype.containData=function(t){return this.scale.contain(t)},t.prototype.getExtent=function(){return this._extent.slice()},t.prototype.getPixelPrecision=function(t){return Object(r["g"])(t||this.scale.getExtent(),this._extent)},t.prototype.setExtent=function(t,e){var n=this._extent;n[0]=t,n[1]=e},t.prototype.dataToCoord=function(t,e){var n=this._extent,i=this.scale;return t=i.normalize(t),this.onBand&&"ordinal"===i.type&&(n=n.slice(),k(n,i.count())),Object(r["m"])(t,S,n,e)},t.prototype.coordToData=function(t,e){var n=this._extent,i=this.scale;this.onBand&&"ordinal"===i.type&&(n=n.slice(),k(n,i.count()));var o=Object(r["m"])(t,n,S,e);return this.scale.scale(o)},t.prototype.pointToData=function(t,e){},t.prototype.getTicksCoords=function(t){t=t||{};var e=t.tickModel||this.getTickModel(),n=h(this,e),r=n.ticks,o=Object(i["map"])(r,(function(t){return{coord:this.dataToCoord("ordinal"===this.scale.type?this.scale.getRawOrdinalNumber(t):t),tickValue:t}}),this),a=e.get("alignWithLabel");return j(this,o,a,t.clamp),o},t.prototype.getMinorTicksCoords=function(){if("ordinal"===this.scale.type)return[];var t=this.model.getModel("minorTick"),e=t.get("splitNumber");e>0&&e<100||(e=5);var n=this.scale.getMinorTicks(e),r=Object(i["map"])(n,(function(t){return Object(i["map"])(t,(function(t){return{coord:this.dataToCoord(t),tickValue:t}}),this)}),this);return r},t.prototype.getViewLabels=function(){return c(this).labels},t.prototype.getLabelModel=function(){return this.model.getModel("axisLabel")},t.prototype.getTickModel=function(){return this.model.getModel("axisTick")},t.prototype.getBandWidth=function(){var t=this._extent,e=this.scale.getExtent(),n=e[1]-e[0]+(this.onBand?1:0);0===n&&(n=1);var i=Math.abs(t[1]-t[0]);return Math.abs(i)/n},t.prototype.calculateCategoryInterval=function(){return _(this)},t}();function k(t,e){var n=t[1]-t[0],i=e,r=n/i/2;t[0]+=r,t[1]-=r}function j(t,e,n,o){var a=e.length;if(t.onBand&&!n&&a){var s,l,u=t.getExtent();if(1===a)e[0].coord=u[0],s=e[1]={coord:u[1],tickValue:e[0].tickValue};else{var c=e[a-1].tickValue-e[0].tickValue,h=(e[a-1].coord-e[0].coord)/c;Object(i["each"])(e,(function(t){t.coord-=h/2}));var d=t.scale.getExtent();l=1+d[1]-e[a-1].tickValue,s={coord:e[a-1].coord+h*l,tickValue:d[1]+1},e.push(s)}var f=u[0]>u[1];p(e[0].coord,u[0])&&(o?e[0].coord=u[0]:e.shift()),o&&p(u[0],e[0].coord)&&e.unshift({coord:u[0]}),p(u[1],s.coord)&&(o?s.coord=u[1]:e.pop()),o&&p(s.coord,u[1])&&e.push({coord:u[1]})}function p(t,e){return t=Object(r["w"])(t),e=Object(r["w"])(e),f?t>e:t0&&0!==(t&n);n>>=1)e++;return e},ut=function(t){var e=null;switch(t.length){case 1:e=t[0];break;case 2:e=(31&t[0])<<6|63&t[1];break;case 3:e=(15&t[0])<<12|(63&t[1])<<6|63&t[2];break;case 4:e=(7&t[0])<<18|(63&t[1])<<12|(63&t[2])<<6|63&t[3];break}return e>1114111?null:e},ct=function(t){t=J(t,rt," ");var e=t.length,n="",i=0;while(ie){n+="%",i++;continue}var o=st(t,i+1);if(o!==o){n+=r,i++;continue}i+=2;var a=lt(o);if(0===a)r=G(o);else{if(1===a||a>4){n+=ot,i++;continue}var s=[o],l=1;while(le||"%"!==X(t,i))break;var u=st(t,i+1);if(u!==u){i+=3;break}if(u>191||u<128)break;Z(s,u),i+=2,l++}if(s.length!==a){n+=ot;continue}var c=ut(s);null===c?n+=ot:r=U(c)}}n+=r,i++}return n},ht=/[!'()~]|%20/g,dt={"!":"%21","'":"%27","(":"%28",")":"%29","~":"%7E","%20":"+"},ft=function(t){return dt[t]},pt=function(t){return J(W(t),ht,ft)},gt=g((function(t,e){N(this,{type:L,target:R(t).entries,index:0,kind:e})}),P,(function(){var t=$(this),e=t.target,n=t.index++;if(!e||n>=e.length)return t.target=null,T(void 0,!0);var i=e[n];switch(t.kind){case"keys":return T(i.key,!1);case"values":return T(i.value,!1)}return T([i.key,i.value],!1)}),!0),vt=function(t){this.entries=[],this.url=null,void 0!==t&&(O(t)?this.parseObject(t):this.parseQuery("string"==typeof t?"?"===X(t,0)?nt(t,1):t:S(t)))};vt.prototype={type:P,bindURL:function(t){this.url=t,this.update()},parseObject:function(t){var e,n,i,r,o,a,l,u=this.entries,c=M(t);if(c){e=j(t,c),n=e.next;while(!(i=s(n,e)).done){if(r=j(w(i.value)),o=r.next,(a=s(o,r)).done||(l=s(o,r)).done||!s(o,r).done)throw new q("Expected sequence with length 2");Z(u,{key:S(a.value),value:S(l.value)})}}else for(var h in t)b(t,h)&&Z(u,{key:h,value:S(t[h])})},parseQuery:function(t){if(t){var e,n,i=this.entries,r=et(t,"&"),o=0;while(o0?arguments[0]:void 0,e=N(this,new vt(t));u||(this.size=e.entries.length)},yt=mt.prototype;if(f(yt,{append:function(t,e){var n=R(this);A(arguments.length,2),Z(n.entries,{key:S(t),value:S(e)}),u||this.length++,n.updateURL()},delete:function(t){var e=R(this),n=A(arguments.length,1),i=e.entries,r=S(t),o=n<2?void 0:arguments[1],a=void 0===o?o:S(o),s=0;while(se.key?1:-1})),t.updateURL()},forEach:function(t){var e,n=R(this).entries,i=_(t,arguments.length>1?arguments[1]:void 0),r=0;while(r1?xt(arguments[1]):{})}}),y(F)){var wt=function(t){return m(this,V),new F(t,arguments.length>1?xt(arguments[1]):{})};V.constructor=wt,wt.prototype=V,i({global:!0,constructor:!0,dontCallGetSet:!0,forced:!0},{Request:wt})}}t.exports={URLSearchParams:mt,getState:R}},"7a60":function(t,e,n){"use strict";var i=n("b755"),r=n("81e1"),o=n("68d0"),a=n("a2ff"),s=n("3967"),l=n("2575"),u=n("8b7a"),c=n("b15f"),h=n("1cb7"),d=n("49a4"),f=Array;t.exports=function(t){var e=o(t),n=l(this),p=arguments.length,g=p>1?arguments[1]:void 0,v=void 0!==g;v&&(g=i(g,p>2?arguments[2]:void 0));var m,y,b,_,x,w,O=d(e),S=0;if(!O||this===f&&s(O))for(m=u(e),y=n?new this(m):f(m);m>S;S++)w=v?g(e[S],S):e[S],c(y,S,w);else for(y=n?new this:[],_=h(e,O),x=_.next;!(b=r(x,_)).done;S++)w=v?a(_,g,[b.value,S],!0):b.value,c(y,S,w);return y.length=S,y}},"7a76":function(t,e,n){"use strict";var i=n("a644"),r=n("6e50"),o=n("c2f2"),a=n("91b2"),s=n("b76a"),l=n("8bac"),u=n("4eb0"),c=n("e7af"),h=n("4547"),d=n("d74b"),f=n("a4ac"),p=n("74bc"),g=n("ba60");t.exports=function(t,e,n,v){var m="stackTraceLimit",y=v?2:1,b=t.split("."),_=b[b.length-1],x=i.apply(null,b);if(x){var w=x.prototype;if(!g&&r(w,"cause")&&delete w.cause,!n)return x;var O=i("Error"),S=e((function(t,e){var n=h(v?e:t,void 0),i=v?new x(t):new x;return void 0!==n&&o(i,"message",n),f(i,S,i.stack,2),this&&a(w,this)&&c(i,this,S),arguments.length>y&&d(i,arguments[y]),i}));if(S.prototype=w,"Error"!==_?s?s(S,O):l(S,O,{name:!0}):p&&m in x&&(u(S,x,m),u(S,x,"prepareStackTrace")),l(S,x),!g)try{w.name!==_&&o(w,"name",_),w.constructor=S}catch(C){}return S}}},"7b61":function(t,e,n){"use strict";var i=n("cc2e").charAt,r=n("3488"),o=n("1ff4"),a=n("3639"),s=n("9b31"),l="String Iterator",u=o.set,c=o.getterFor(l);a(String,"String",(function(t){u(this,{type:l,string:r(t),index:0})}),(function(){var t,e=c(this),n=e.string,r=e.index;return r>=n.length?s(void 0,!0):(t=i(n,r),e.index+=t.length,s(t,!1))}))},"7b9b":function(t,e,n){"use strict";var i=n("b4b2").IteratorPrototype,r=n("743e"),o=n("d5e7"),a=n("7631"),s=n("812e"),l=function(){return this};t.exports=function(t,e,n,u){var c=e+" Iterator";return t.prototype=r(i,{next:o(+!u,n)}),a(t,c,!1,!0),s[c]=l,t}},"7bfc":function(t,e){t.exports=function(t,e){return{value:e,done:!!t}}},"7c65":function(t,e,n){"use strict";n.d(e,"a",(function(){return f})),n.d(e,"e",(function(){return p})),n.d(e,"b",(function(){return g})),n.d(e,"d",(function(){return v})),n.d(e,"c",(function(){return m}));var i=n("86b3"),r=n("e289"),o={time:{month:["January","February","March","April","May","June","July","August","September","October","November","December"],monthAbbr:["Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec"],dayOfWeek:["Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday"],dayOfWeekAbbr:["Sun","Mon","Tue","Wed","Thu","Fri","Sat"]},legend:{selector:{all:"All",inverse:"Inv"}},toolbox:{brush:{title:{rect:"Box Select",polygon:"Lasso Select",lineX:"Horizontally Select",lineY:"Vertically Select",keep:"Keep Selections",clear:"Clear Selections"}},dataView:{title:"Data View",lang:["Data View","Close","Refresh"]},dataZoom:{title:{zoom:"Zoom",back:"Zoom Reset"}},magicType:{title:{line:"Switch to Line Chart",bar:"Switch to Bar Chart",stack:"Stack",tiled:"Tile"}},restore:{title:"Restore"},saveAsImage:{title:"Save as Image",lang:["Right Click to Save Image"]}},series:{typeNames:{pie:"Pie chart",bar:"Bar chart",line:"Line chart",scatter:"Scatter plot",effectScatter:"Ripple scatter plot",radar:"Radar chart",tree:"Tree",treemap:"Treemap",boxplot:"Boxplot",candlestick:"Candlestick",k:"K line chart",heatmap:"Heat map",map:"Map",parallel:"Parallel coordinate map",lines:"Line graph",graph:"Relationship graph",sankey:"Sankey diagram",funnel:"Funnel chart",gauge:"Gauge",pictorialBar:"Pictorial bar",themeRiver:"Theme River Map",sunburst:"Sunburst",custom:"Custom chart",chart:"Chart"}},aria:{general:{withTitle:'This is a chart about "{title}"',withoutTitle:"This is a chart"},series:{single:{prefix:"",withName:" with type {seriesType} named {seriesName}.",withoutName:" with type {seriesType}."},multiple:{prefix:". It consists of {seriesCount} series count.",withName:" The {seriesId} series is a {seriesType} representing {seriesName}.",withoutName:" The {seriesId} series is a {seriesType}.",separator:{middle:"",end:""}}},data:{allData:"The data is as follows: ",partialData:"The first {displayCnt} items are: ",withName:"the data for {name} is {value}",withoutName:"{value}",separator:{middle:", ",end:". "}}}},a={time:{month:["一月","二月","三月","四月","五月","六月","七月","八月","九月","十月","十一月","十二月"],monthAbbr:["1月","2月","3月","4月","5月","6月","7月","8月","9月","10月","11月","12月"],dayOfWeek:["星期日","星期一","星期二","星期三","星期四","星期五","星期六"],dayOfWeekAbbr:["日","一","二","三","四","五","六"]},legend:{selector:{all:"全选",inverse:"反选"}},toolbox:{brush:{title:{rect:"矩形选择",polygon:"圈选",lineX:"横向选择",lineY:"纵向选择",keep:"保持选择",clear:"清除选择"}},dataView:{title:"数据视图",lang:["数据视图","关闭","刷新"]},dataZoom:{title:{zoom:"区域缩放",back:"区域缩放还原"}},magicType:{title:{line:"切换为折线图",bar:"切换为柱状图",stack:"切换为堆叠",tiled:"切换为平铺"}},restore:{title:"还原"},saveAsImage:{title:"保存为图片",lang:["右键另存为图片"]}},series:{typeNames:{pie:"饼图",bar:"柱状图",line:"折线图",scatter:"散点图",effectScatter:"涟漪散点图",radar:"雷达图",tree:"树图",treemap:"矩形树图",boxplot:"箱型图",candlestick:"K线图",k:"K线图",heatmap:"热力图",map:"地图",parallel:"平行坐标图",lines:"线图",graph:"关系图",sankey:"桑基图",funnel:"漏斗图",gauge:"仪表盘图",pictorialBar:"象形柱图",themeRiver:"主题河流图",sunburst:"旭日图",custom:"自定义图表",chart:"图表"}},aria:{general:{withTitle:"这是一个关于“{title}”的图表。",withoutTitle:"这是一个图表,"},series:{single:{prefix:"",withName:"图表类型是{seriesType},表示{seriesName}。",withoutName:"图表类型是{seriesType}。"},multiple:{prefix:"它由{seriesCount}个图表系列组成。",withName:"第{seriesId}个系列是一个表示{seriesName}的{seriesType},",withoutName:"第{seriesId}个系列是一个{seriesType},",separator:{middle:";",end:"。"}}},data:{allData:"其数据是——",partialData:"其中,前{displayCnt}项是——",withName:"{name}的数据是{value}",withoutName:"{value}",separator:{middle:",",end:""}}}},s=n("51bf"),l="ZH",u="EN",c=u,h={},d={},f=r["a"].domSupported?function(){var t=(document.documentElement.lang||navigator.language||navigator.browserLanguage||c).toUpperCase();return t.indexOf(l)>-1?l:c}():c;function p(t,e){t=t.toUpperCase(),d[t]=new i["a"](e),h[t]=e}function g(t){if(Object(s["isString"])(t)){var e=h[t.toUpperCase()]||{};return t===l||t===u?Object(s["clone"])(e):Object(s["merge"])(Object(s["clone"])(e),Object(s["clone"])(h[c]),!1)}return Object(s["merge"])(Object(s["clone"])(t),Object(s["clone"])(h[c]),!1)}function v(t){return d[t]}function m(){return d[c]}p(u,o),p(l,a)},"7c69":function(t,e,n){"use strict";var i,r,o,a,s=n("ac02"),l=n("ba60"),u=n("6109"),c=n("8279"),h=n("81e1"),d=n("9fdb"),f=n("b76a"),p=n("7631"),g=n("6a5e"),v=n("aac4"),m=n("c320"),y=n("ee96"),b=n("042e"),_=n("da84"),x=n("de78").set,w=n("a00c"),O=n("acc0"),S=n("e25d"),C=n("81a1"),k=n("1ff4"),j=n("daac"),M=n("6142"),T=n("542a"),A="Promise",I=M.CONSTRUCTOR,E=M.REJECTION_EVENT,D=M.SUBCLASSING,P=k.getterFor(A),L=k.set,N=j&&j.prototype,R=j,$=N,B=c.TypeError,F=c.document,z=c.process,V=T.f,H=V,q=!!(F&&F.createEvent&&c.dispatchEvent),W="unhandledrejection",G="rejectionhandled",U=0,Y=1,X=2,K=1,Z=2,J=function(t){var e;return!(!y(t)||!m(e=t.then))&&e},Q=function(t,e){var n,i,r,o=e.value,a=e.state===Y,s=a?t.ok:t.fail,l=t.resolve,u=t.reject,c=t.domain;try{s?(a||(e.rejection===Z&&rt(e),e.rejection=K),!0===s?n=o:(c&&c.enter(),n=s(o),c&&(c.exit(),r=!0)),n===t.promise?u(new B("Promise-chain cycle")):(i=J(n))?h(i,n,l,u):l(n)):u(o)}catch(d){c&&!r&&c.exit(),u(d)}},tt=function(t,e){t.notified||(t.notified=!0,w((function(){var n,i=t.reactions;while(n=i.get())Q(n,t);t.notified=!1,e&&!t.rejection&&nt(t)})))},et=function(t,e,n){var i,r;q?(i=F.createEvent("Event"),i.promise=e,i.reason=n,i.initEvent(t,!1,!0),c.dispatchEvent(i)):i={promise:e,reason:n},!E&&(r=c["on"+t])?r(i):t===W&&O("Unhandled promise rejection",n)},nt=function(t){h(x,c,(function(){var e,n=t.facade,i=t.value,r=it(t);if(r&&(e=S((function(){u?z.emit("unhandledRejection",i,n):et(W,n,i)})),t.rejection=u||it(t)?Z:K,e.error))throw e.value}))},it=function(t){return t.rejection!==K&&!t.parent},rt=function(t){h(x,c,(function(){var e=t.facade;u?z.emit("rejectionHandled",e):et(G,e,t.value)}))},ot=function(t,e,n){return function(i){t(e,i,n)}},at=function(t,e,n){t.done||(t.done=!0,n&&(t=n),t.value=e,t.state=X,tt(t,!0))},st=function(t,e,n){if(!t.done){t.done=!0,n&&(t=n);try{if(t.facade===e)throw new B("Promise can't be resolved itself");var i=J(e);i?w((function(){var n={done:!1};try{h(i,e,ot(st,n,t),ot(at,n,t))}catch(r){at(n,r,t)}})):(t.value=e,t.state=Y,tt(t,!1))}catch(r){at({done:!1},r,t)}}};if(I&&(R=function(t){b(this,$),v(t),h(i,this);var e=P(this);try{t(ot(st,e),ot(at,e))}catch(n){at(e,n)}},$=R.prototype,i=function(t){L(this,{type:A,done:!1,notified:!1,parent:!1,reactions:new C,rejection:!1,state:U,value:null})},i.prototype=d($,"then",(function(t,e){var n=P(this),i=V(_(this,R));return n.parent=!0,i.ok=!m(t)||t,i.fail=m(e)&&e,i.domain=u?z.domain:void 0,n.state===U?n.reactions.add(i):w((function(){Q(i,n)})),i.promise})),r=function(){var t=new i,e=P(t);this.promise=t,this.resolve=ot(st,e),this.reject=ot(at,e)},T.f=V=function(t){return t===R||t===o?new r(t):H(t)},!l&&m(j)&&N!==Object.prototype)){a=N.then,D||d(N,"then",(function(t,e){var n=this;return new R((function(t,e){h(a,n,t,e)})).then(t,e)}),{unsafe:!0});try{delete N.constructor}catch(lt){}f&&f(N,$)}s({global:!0,constructor:!0,wrap:!0,forced:I},{Promise:R}),p(R,A,!1,!0),g(A)},"7d84":function(t,e,n){t.exports=function(t){var e={};function n(i){if(e[i])return e[i].exports;var r=e[i]={i:i,l:!1,exports:{}};return t[i].call(r.exports,r,r.exports,n),r.l=!0,r.exports}return n.m=t,n.c=e,n.d=function(t,e,i){n.o(t,e)||Object.defineProperty(t,e,{enumerable:!0,get:i})},n.r=function(t){"undefined"!==typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(t,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(t,"__esModule",{value:!0})},n.t=function(t,e){if(1&e&&(t=n(t)),8&e)return t;if(4&e&&"object"===typeof t&&t&&t.__esModule)return t;var i=Object.create(null);if(n.r(i),Object.defineProperty(i,"default",{enumerable:!0,value:t}),2&e&&"string"!=typeof t)for(var r in t)n.d(i,r,function(e){return t[e]}.bind(null,r));return i},n.n=function(t){var e=t&&t.__esModule?function(){return t["default"]}:function(){return t};return n.d(e,"a",e),e},n.o=function(t,e){return Object.prototype.hasOwnProperty.call(t,e)},n.p="/dist/",n(n.s=93)}({0:function(t,e,n){"use strict";function i(t,e,n,i,r,o,a,s){var l,u="function"===typeof t?t.options:t;if(e&&(u.render=e,u.staticRenderFns=n,u._compiled=!0),i&&(u.functional=!0),o&&(u._scopeId="data-v-"+o),a?(l=function(t){t=t||this.$vnode&&this.$vnode.ssrContext||this.parent&&this.parent.$vnode&&this.parent.$vnode.ssrContext,t||"undefined"===typeof __VUE_SSR_CONTEXT__||(t=__VUE_SSR_CONTEXT__),r&&r.call(this,t),t&&t._registeredComponents&&t._registeredComponents.add(a)},u._ssrRegister=l):r&&(l=s?function(){r.call(this,this.$root.$options.shadowRoot)}:r),l)if(u.functional){u._injectStyles=l;var c=u.render;u.render=function(t,e){return l.call(e),c(t,e)}}else{var h=u.beforeCreate;u.beforeCreate=h?[].concat(h,l):[l]}return{exports:t,options:u}}n.d(e,"a",(function(){return i}))},4:function(t,e){t.exports=n("3cb5")},93:function(t,e,n){"use strict";n.r(e);var i=function(){var t=this,e=t.$createElement,n=t._self._c||e;return n("div",{staticClass:"el-checkbox-group",attrs:{role:"group","aria-label":"checkbox-group"}},[t._t("default")],2)},r=[];i._withStripped=!0;var o=n(4),a=n.n(o),s={name:"ElCheckboxGroup",componentName:"ElCheckboxGroup",mixins:[a.a],inject:{elFormItem:{default:""}},props:{value:{},disabled:Boolean,min:Number,max:Number,size:String,fill:String,textColor:String},computed:{_elFormItemSize:function(){return(this.elFormItem||{}).elFormItemSize},checkboxGroupSize:function(){return this.size||this._elFormItemSize||(this.$ELEMENT||{}).size}},watch:{value:function(t){this.dispatch("ElFormItem","el.form.change",[t])}}},l=s,u=n(0),c=Object(u["a"])(l,i,r,!1,null,null,null);c.options.__file="packages/checkbox/src/checkbox-group.vue";var h=c.exports;h.install=function(t){t.component(h.name,h)};e["default"]=h}})},"7db3":function(t,e,n){"use strict";var i=n("ac02"),r=n("7a60"),o=n("fdf8"),a=!o((function(t){Array.from(t)}));i({target:"Array",stat:!0,forced:a},{from:r})},"7e13":function(t,e,n){"use strict";t.exports=function(t){return function(e){return t.apply(null,e)}}},"7e1d":function(t,e,n){var i=n("6c2d"),r=n("a5f9"),o=n("671e");t.exports=function(t){return function(e,n,a){var s,l=i(e),u=r(l.length),c=o(a,u);if(t&&n!=n){while(u>c)if(s=l[c++],s!=s)return!0}else for(;u>c;c++)if((t||c in l)&&l[c]===n)return t||c||0;return!t&&-1}}},"80ce":function(t,e,n){"use strict";var i,r;"function"===typeof Symbol&&Symbol.iterator;(function(o,a){i=a,r="function"===typeof i?i.call(e,n,e,t):i,void 0===r||(t.exports=r)})(0,(function(){var t=window,e={placement:"bottom",gpuAcceleration:!0,offset:0,boundariesElement:"viewport",boundariesPadding:5,preventOverflowOrder:["left","right","top","bottom"],flipBehavior:"flip",arrowElement:"[x-arrow]",arrowOffset:0,modifiers:["shift","offset","preventOverflow","keepTogether","arrow","flip","applyStyle"],modifiersIgnored:[],forceAbsolute:!1};function n(t,n,i){this._reference=t.jquery?t[0]:t,this.state={};var r="undefined"===typeof n||null===n,o=n&&"[object Object]"===Object.prototype.toString.call(n);return this._popper=r||o?this.parse(o?n:{}):n.jquery?n[0]:n,this._options=Object.assign({},e,i),this._options.modifiers=this._options.modifiers.map(function(t){if(-1===this._options.modifiersIgnored.indexOf(t))return"applyStyle"===t&&this._popper.setAttribute("x-placement",this._options.placement),this.modifiers[t]||t}.bind(this)),this.state.position=this._getPosition(this._popper,this._reference),h(this._popper,{position:this.state.position,top:0}),this.update(),this._setupEventListeners(),this}function i(e){var n=e.style.display,i=e.style.visibility;e.style.display="block",e.style.visibility="hidden";e.offsetWidth;var r=t.getComputedStyle(e),o=parseFloat(r.marginTop)+parseFloat(r.marginBottom),a=parseFloat(r.marginLeft)+parseFloat(r.marginRight),s={width:e.offsetWidth+a,height:e.offsetHeight+o};return e.style.display=n,e.style.visibility=i,s}function r(t){var e={left:"right",right:"left",bottom:"top",top:"bottom"};return t.replace(/left|right|bottom|top/g,(function(t){return e[t]}))}function o(t){var e=Object.assign({},t);return e.right=e.left+e.width,e.bottom=e.top+e.height,e}function a(t,e){var n,i=0;for(n in t){if(t[n]===e)return i;i++}return null}function s(e,n){var i=t.getComputedStyle(e,null);return i[n]}function l(e){var n=e.offsetParent;return n!==t.document.body&&n?n:t.document.documentElement}function u(e){var n=e.parentNode;return n?n===t.document?t.document.body.scrollTop||t.document.body.scrollLeft?t.document.body:t.document.documentElement:-1!==["scroll","auto"].indexOf(s(n,"overflow"))||-1!==["scroll","auto"].indexOf(s(n,"overflow-x"))||-1!==["scroll","auto"].indexOf(s(n,"overflow-y"))?n:u(e.parentNode):e}function c(e){return e!==t.document.body&&("fixed"===s(e,"position")||(e.parentNode?c(e.parentNode):e))}function h(t,e){function n(t){return""!==t&&!isNaN(parseFloat(t))&&isFinite(t)}Object.keys(e).forEach((function(i){var r="";-1!==["width","height","top","right","bottom","left"].indexOf(i)&&n(e[i])&&(r="px"),t.style[i]=e[i]+r}))}function d(t){var e={};return t&&"[object Function]"===e.toString.call(t)}function f(t){var e={width:t.offsetWidth,height:t.offsetHeight,left:t.offsetLeft,top:t.offsetTop};return e.right=e.left+e.width,e.bottom=e.top+e.height,e}function p(t){var e=t.getBoundingClientRect(),n=-1!=navigator.userAgent.indexOf("MSIE"),i=n&&"HTML"===t.tagName?-t.scrollTop:e.top;return{left:e.left,top:i,right:e.right,bottom:e.bottom,width:e.right-e.left,height:e.bottom-i}}function g(t,e,n){var i=p(t),r=p(e);if(n){var o=u(e);r.top+=o.scrollTop,r.bottom+=o.scrollTop,r.left+=o.scrollLeft,r.right+=o.scrollLeft}var a={top:i.top-r.top,left:i.left-r.left,bottom:i.top-r.top+i.height,right:i.left-r.left+i.width,width:i.width,height:i.height};return a}function v(e){for(var n=["","ms","webkit","moz","o"],i=0;i1&&console.warn("WARNING: the given `parent` query("+e.parent+") matched more than one element, the first one will be used"),0===a.length)throw"ERROR: the given `parent` doesn't exists!";a=a[0]}return a.length>1&&a instanceof Element===!1&&(console.warn("WARNING: you have passed as parent a list of elements, the first one will be used"),a=a[0]),a.appendChild(r),r;function s(t,e){e.forEach((function(e){t.classList.add(e)}))}function l(t,e){e.forEach((function(e){t.setAttribute(e.split(":")[0],e.split(":")[1]||"")}))}},n.prototype._getPosition=function(t,e){var n=l(e);if(this._options.forceAbsolute)return"absolute";var i=c(e,n);return i?"fixed":"absolute"},n.prototype._getOffsets=function(t,e,n){n=n.split("-")[0];var r={};r.position=this.state.position;var o="fixed"===r.position,a=g(e,l(t),o),s=i(t);return-1!==["right","left"].indexOf(n)?(r.top=a.top+a.height/2-s.height/2,r.left="left"===n?a.left-s.width:a.right):(r.left=a.left+a.width/2-s.width/2,r.top="top"===n?a.top-s.height:a.bottom),r.width=s.width,r.height=s.height,{popper:r,reference:a}},n.prototype._setupEventListeners=function(){if(this.state.updateBound=this.update.bind(this),t.addEventListener("resize",this.state.updateBound),"window"!==this._options.boundariesElement){var e=u(this._reference);e!==t.document.body&&e!==t.document.documentElement||(e=t),e.addEventListener("scroll",this.state.updateBound),this.state.scrollTarget=e}},n.prototype._removeEventListeners=function(){t.removeEventListener("resize",this.state.updateBound),"window"!==this._options.boundariesElement&&this.state.scrollTarget&&(this.state.scrollTarget.removeEventListener("scroll",this.state.updateBound),this.state.scrollTarget=null),this.state.updateBound=null},n.prototype._getBoundaries=function(e,n,i){var r,o,a={};if("window"===i){var s=t.document.body,c=t.document.documentElement;o=Math.max(s.scrollHeight,s.offsetHeight,c.clientHeight,c.scrollHeight,c.offsetHeight),r=Math.max(s.scrollWidth,s.offsetWidth,c.clientWidth,c.scrollWidth,c.offsetWidth),a={top:0,right:r,bottom:o,left:0}}else if("viewport"===i){var h=l(this._popper),d=u(this._popper),p=f(h),g=function(t){return t==document.body?Math.max(document.documentElement.scrollTop,document.body.scrollTop):t.scrollTop},v=function(t){return t==document.body?Math.max(document.documentElement.scrollLeft,document.body.scrollLeft):t.scrollLeft},m="fixed"===e.offsets.popper.position?0:g(d),y="fixed"===e.offsets.popper.position?0:v(d);a={top:0-(p.top-m),right:t.document.documentElement.clientWidth-(p.left-y),bottom:t.document.documentElement.clientHeight-(p.top-m),left:0-(p.left-y)}}else a=l(this._popper)===i?{top:0,left:0,right:i.clientWidth,bottom:i.clientHeight}:f(i);return a.left+=n,a.right-=n,a.top=a.top+n,a.bottom=a.bottom-n,a},n.prototype.runModifiers=function(t,e,n){var i=e.slice();return void 0!==n&&(i=this._options.modifiers.slice(0,a(this._options.modifiers,n))),i.forEach(function(e){d(e)&&(t=e.call(this,t))}.bind(this)),t},n.prototype.isModifierRequired=function(t,e){var n=a(this._options.modifiers,t);return!!this._options.modifiers.slice(0,n).filter((function(t){return t===e})).length},n.prototype.modifiers={},n.prototype.modifiers.applyStyle=function(t){var e,n={position:t.offsets.popper.position},i=Math.round(t.offsets.popper.left),r=Math.round(t.offsets.popper.top);return this._options.gpuAcceleration&&(e=v("transform"))?(n[e]="translate3d("+i+"px, "+r+"px, 0)",n.top=0,n.left=0):(n.left=i,n.top=r),Object.assign(n,t.styles),h(this._popper,n),this._popper.setAttribute("x-placement",t.placement),this.isModifierRequired(this.modifiers.applyStyle,this.modifiers.arrow)&&t.offsets.arrow&&h(t.arrowElement,t.offsets.arrow),t},n.prototype.modifiers.shift=function(t){var e=t.placement,n=e.split("-")[0],i=e.split("-")[1];if(i){var r=t.offsets.reference,a=o(t.offsets.popper),s={y:{start:{top:r.top},end:{top:r.top+r.height-a.height}},x:{start:{left:r.left},end:{left:r.left+r.width-a.width}}},l=-1!==["bottom","top"].indexOf(n)?"x":"y";t.offsets.popper=Object.assign(a,s[l][i])}return t},n.prototype.modifiers.preventOverflow=function(t){var e=this._options.preventOverflowOrder,n=o(t.offsets.popper),i={left:function(){var e=n.left;return n.leftt.boundaries.right&&(e=Math.min(n.left,t.boundaries.right-n.width)),{left:e}},top:function(){var e=n.top;return n.topt.boundaries.bottom&&(e=Math.min(n.top,t.boundaries.bottom-n.height)),{top:e}}};return e.forEach((function(e){t.offsets.popper=Object.assign(n,i[e]())})),t},n.prototype.modifiers.keepTogether=function(t){var e=o(t.offsets.popper),n=t.offsets.reference,i=Math.floor;return e.righti(n.right)&&(t.offsets.popper.left=i(n.right)),e.bottomi(n.bottom)&&(t.offsets.popper.top=i(n.bottom)),t},n.prototype.modifiers.flip=function(t){if(!this.isModifierRequired(this.modifiers.flip,this.modifiers.preventOverflow))return console.warn("WARNING: preventOverflow modifier is required by flip modifier in order to work, be sure to include it before flip!"),t;if(t.flipped&&t.placement===t._originalPlacement)return t;var e=t.placement.split("-")[0],n=r(e),i=t.placement.split("-")[1]||"",a=[];return a="flip"===this._options.flipBehavior?[e,n]:this._options.flipBehavior,a.forEach(function(s,l){if(e===s&&a.length!==l+1){e=t.placement.split("-")[0],n=r(e);var u=o(t.offsets.popper),c=-1!==["right","bottom"].indexOf(e);(c&&Math.floor(t.offsets.reference[e])>Math.floor(u[n])||!c&&Math.floor(t.offsets.reference[e])s[f]&&(t.offsets.popper[h]+=l[h]+p-s[f]);var g=l[h]+(n||l[c]/2-p/2),v=g-s[h];return v=Math.max(Math.min(s[c]-p-8,v),8),r[h]=v,r[d]="",t.offsets.arrow=r,t.arrowElement=e,t},Object.assign||Object.defineProperty(Object,"assign",{enumerable:!1,configurable:!0,writable:!0,value:function(t){if(void 0===t||null===t)throw new TypeError("Cannot convert first argument to object");for(var e=Object(t),n=1;n65535?l:u}function p(){return[1/0,-1/0]}function g(t){var e=t.constructor;return e===Array?t.slice():new e(t)}function v(t,e,n,i,r){var o=d[n||"float"];if(r){var a=t[e],s=a&&a.length;if(s!==i){for(var l=new o(i),u=0;um[1]&&(m[1]=g)}return this._rawCount=this._count=l,{start:s,end:l}},t.prototype._initDataFromProvider=function(t,e,n){for(var i=this._provider,o=this._chunks,a=this._dimensions,s=a.length,l=this._rawExtent,u=Object(r["map"])(a,(function(t){return t.property})),c=0;cb[1]&&(b[1]=y)}}!i.persistent&&i.clean&&i.clean(),this._rawCount=this._count=e,this._extent=[]},t.prototype.count=function(){return this._count},t.prototype.get=function(t,e){if(!(e>=0&&e=0&&e=this._rawCount||t<0)return-1;if(!this._indices)return t;var e=this._indices,n=e[t];if(null!=n&&nt))return o;r=o-1}}return-1},t.prototype.indicesOfNearest=function(t,e,n){var i=this._chunks,r=i[t],o=[];if(!r)return o;null==n&&(n=1/0);for(var a=1/0,s=-1,l=0,u=0,c=this.count();u=0&&s<0)&&(a=f,s=d,l=0),d===s&&(o[l++]=u))}return o.length=l,o},t.prototype.getIndices=function(){var t,e=this._indices;if(e){var n=e.constructor,i=this._count;if(n===Array){t=new n(i);for(var r=0;r=h&&b<=d||isNaN(b))&&(l[u++]=v),v++}g=!0}else if(2===o){m=p[i[0]];var _=p[i[1]],x=t[i[1]][0],w=t[i[1]][1];for(y=0;y=h&&b<=d||isNaN(b))&&(O>=x&&O<=w||isNaN(O))&&(l[u++]=v),v++}g=!0}}if(!g)if(1===o)for(y=0;y=h&&b<=d||isNaN(b))&&(l[u++]=S)}else for(y=0;yt[j][1])&&(C=!1)}C&&(l[u++]=e.getRawIndex(y))}return um[1]&&(m[1]=v)}}}},t.prototype.lttbDownSample=function(t,e){var n,i,r,o=this.clone([t],!0),a=o._chunks,s=a[t],l=this.count(),u=0,c=Math.floor(1/e),h=this.getRawIndex(0),d=new(f(this._rawCount))(Math.min(2*(Math.ceil(l/c)+2),l));d[u++]=h;for(var p=1;pn&&(n=i,r=_))}j>0&&ja&&(g=a-u);for(var v=0;vp&&(p=y,d=u+v)}var b=this.getRawIndex(c),_=this.getRawIndex(d);cu-g&&(s=u-g,a.length=s);for(var v=0;vc[1]&&(c[1]=y),h[d++]=b}return r._count=d,r._indices=h,r._updateGetRawIdx(),r},t.prototype.each=function(t,e){if(this._count)for(var n=t.length,i=this._chunks,r=0,o=this.count();rs&&(s=c)}return i=[a,s],this._extent[t]=i,i},t.prototype.getRawDataItem=function(t){var e=this.getRawIndex(t);if(this._provider.persistent)return this._provider.getItem(e);for(var n=[],i=this._chunks,r=0;r=0?this._indices[t]:-1},t.prototype._updateGetRawIdx=function(){this.getRawIndex=this._indices?this._getRawIdx:this._getRawIdxIdentity},t.internalField=function(){function t(t,e,n,i){return Object(o["d"])(t[i],this._dimensions[i])}i={arrayRows:t,objectRows:function(t,e,n,i){return Object(o["d"])(t[e],this._dimensions[i])},keyedColumns:t,original:function(t,e,n,i){var r=t&&(null==t.value?t:t.value);return Object(o["d"])(r instanceof Array?r[i]:r,this._dimensions[i])},typedArray:function(t,e,n,i){return t[i]}}}(),t}();e["b"]=m},"83a4":function(t,e,n){"use strict";var i=n("ac02"),r=n("81c2"),o=n("2575"),a=n("ee96"),s=n("d3a7"),l=n("8b7a"),u=n("88eb"),c=n("b15f"),h=n("3571"),d=n("893a"),f=n("277a"),p=d("slice"),g=h("species"),v=Array,m=Math.max;i({target:"Array",proto:!0,forced:!p},{slice:function(t,e){var n,i,h,d=u(this),p=l(d),y=s(t,p),b=s(void 0===e?p:e,p);if(r(d)&&(n=d.constructor,o(n)&&(n===v||r(n.prototype))?n=void 0:a(n)&&(n=n[g],null===n&&(n=void 0)),n===v||void 0===n))return f(d,y,b);for(i=new(void 0===n?v:n)(m(b-y,0)),h=0;yo[1]){if(u=!1,s)return u;var d=Math.abs(o[0]-r[1]),f=Math.abs(r[0]-o[1]);Math.min(d,f)>a.len()&&(d=51||!i((function(){var e=[],n=e.constructor={};return n[a]=function(){return{foo:1}},1!==e[t](Boolean).foo}))}},8960:function(t,e,n){"use strict";n.d(e,"d",(function(){return s})),n.d(e,"c",(function(){return l})),n.d(e,"b",(function(){return u})),n.d(e,"a",(function(){return c})),n.d(e,"e",(function(){return h})),n.d(e,"i",(function(){return p})),n.d(e,"B",(function(){return v})),n.d(e,"y",(function(){return m})),n.d(e,"m",(function(){return y})),n.d(e,"q",(function(){return b})),n.d(e,"l",(function(){return _})),n.d(e,"h",(function(){return x})),n.d(e,"r",(function(){return w})),n.d(e,"n",(function(){return S})),n.d(e,"j",(function(){return C})),n.d(e,"w",(function(){return k})),n.d(e,"f",(function(){return j})),n.d(e,"o",(function(){return M})),n.d(e,"u",(function(){return T})),n.d(e,"z",(function(){return A})),n.d(e,"s",(function(){return I})),n.d(e,"k",(function(){return E})),n.d(e,"x",(function(){return D})),n.d(e,"g",(function(){return P})),n.d(e,"p",(function(){return L})),n.d(e,"v",(function(){return N})),n.d(e,"A",(function(){return R})),n.d(e,"t",(function(){return $}));var i=n("51bf"),r=n("bea7"),o=n("7c65"),a=n("86b3"),s=1e3,l=60*s,u=60*l,c=24*u,h=365*c,d={year:"{yyyy}",month:"{MMM}",day:"{d}",hour:"{HH}:{mm}",minute:"{HH}:{mm}",second:"{HH}:{mm}:{ss}",millisecond:"{HH}:{mm}:{ss} {SSS}",none:"{yyyy}-{MM}-{dd} {HH}:{mm}:{ss} {SSS}"},f="{yyyy}-{MM}-{dd}",p={year:"{yyyy}",month:"{yyyy}-{MM}",day:f,hour:f+" "+d.hour,minute:f+" "+d.minute,second:f+" "+d.second,millisecond:d.none},g=["year","month","day","hour","minute","second","millisecond"],v=["year","half-year","quarter","month","week","half-week","day","half-day","quarter-day","hour","minute","second","millisecond"];function m(t,e){return t+="","0000".substr(0,e-t.length)+t}function y(t){switch(t){case"half-year":case"quarter":return"month";case"week":case"half-week":return"day";case"half-day":case"quarter-day":return"hour";default:return t}}function b(t){return t===y(t)}function _(t){switch(t){case"year":case"month":return"day";case"millisecond":return"millisecond";default:return"second"}}function x(t,e,n,i){var s=r["p"](t),l=s[C(n)](),u=s[k(n)]()+1,c=Math.floor((u-1)/3)+1,h=s[j(n)](),d=s["get"+(n?"UTC":"")+"Day"](),f=s[M(n)](),p=(f-1)%12+1,g=s[T(n)](),v=s[A(n)](),y=s[I(n)](),b=f>=12?"pm":"am",_=b.toUpperCase(),x=i instanceof a["a"]?i:Object(o["d"])(i||o["a"])||Object(o["c"])(),w=x.getModel("time"),O=w.get("month"),S=w.get("monthAbbr"),E=w.get("dayOfWeek"),D=w.get("dayOfWeekAbbr");return(e||"").replace(/{a}/g,b+"").replace(/{A}/g,_+"").replace(/{yyyy}/g,l+"").replace(/{yy}/g,m(l%100+"",2)).replace(/{Q}/g,c+"").replace(/{MMMM}/g,O[u-1]).replace(/{MMM}/g,S[u-1]).replace(/{MM}/g,m(u,2)).replace(/{M}/g,u+"").replace(/{dd}/g,m(h,2)).replace(/{d}/g,h+"").replace(/{eeee}/g,E[d]).replace(/{ee}/g,D[d]).replace(/{e}/g,d+"").replace(/{HH}/g,m(f,2)).replace(/{H}/g,f+"").replace(/{hh}/g,m(p+"",2)).replace(/{h}/g,p+"").replace(/{mm}/g,m(g,2)).replace(/{m}/g,g+"").replace(/{ss}/g,m(v,2)).replace(/{s}/g,v+"").replace(/{SSS}/g,m(y,3)).replace(/{S}/g,y+"")}function w(t,e,n,r,o){var a=null;if(i["isString"](n))a=n;else if(i["isFunction"](n))a=n(t.value,e,{level:t.level});else{var s=i["extend"]({},d);if(t.level>0)for(var l=0;l=0;--l)if(u[c]){a=u[c];break}a=a||s.none}if(i["isArray"](a)){var f=null==t.level?0:t.level>=0?t.level:a.length+t.level;f=Math.min(f,a.length-1),a=a[f]}}return x(new Date(t.value),a,o,r)}function O(t,e){var n=r["p"](t),i=n[k(e)]()+1,o=n[j(e)](),a=n[M(e)](),s=n[T(e)](),l=n[A(e)](),u=n[I(e)](),c=0===u,h=c&&0===l,d=h&&0===s,f=d&&0===a,p=f&&1===o,g=p&&1===i;return g?"year":p?"month":f?"day":d?"hour":h?"minute":c?"second":"millisecond"}function S(t,e,n){var o=i["isNumber"](t)?r["p"](t):t;switch(e=e||O(t,n),e){case"year":return o[C(n)]();case"half-year":return o[k(n)]()>=6?1:0;case"quarter":return Math.floor((o[k(n)]()+1)/4);case"month":return o[k(n)]();case"day":return o[j(n)]();case"half-day":return o[M(n)]()/24;case"hour":return o[M(n)]();case"minute":return o[T(n)]();case"second":return o[A(n)]();case"millisecond":return o[I(n)]()}}function C(t){return t?"getUTCFullYear":"getFullYear"}function k(t){return t?"getUTCMonth":"getMonth"}function j(t){return t?"getUTCDate":"getDate"}function M(t){return t?"getUTCHours":"getHours"}function T(t){return t?"getUTCMinutes":"getMinutes"}function A(t){return t?"getUTCSeconds":"getSeconds"}function I(t){return t?"getUTCMilliseconds":"getMilliseconds"}function E(t){return t?"setUTCFullYear":"setFullYear"}function D(t){return t?"setUTCMonth":"setMonth"}function P(t){return t?"setUTCDate":"setDate"}function L(t){return t?"setUTCHours":"setHours"}function N(t){return t?"setUTCMinutes":"setMinutes"}function R(t){return t?"setUTCSeconds":"setSeconds"}function $(t){return t?"setUTCMilliseconds":"setMilliseconds"}},"89ea":function(t,e){var n=t.exports={version:"2.6.12"};"number"==typeof __e&&(__e=n)},"89f0":function(t,e,n){"use strict";var i=n("ac02"),r=n("68d0"),o=n("8b7a"),a=n("f6f9"),s=n("31a1"),l=n("6e02"),u=l((function(){return 4294967297!==[].push.call({length:4294967296},1)})),c=function(){try{Object.defineProperty([],"length",{writable:!1}).push()}catch(t){return t instanceof TypeError}},h=u||!c();i({target:"Array",proto:!0,arity:1,forced:h},{push:function(t){var e=r(this),n=o(e),i=arguments.length;s(n+i);for(var l=0;l=0;i--){var r=t[i];"."===r?t.splice(i,1):".."===r?(t.splice(i,1),n++):n&&(t.splice(i,1),n--)}if(e)for(;n--;n)t.unshift("..");return t}function i(t){"string"!==typeof t&&(t+="");var e,n=0,i=-1,r=!0;for(e=t.length-1;e>=0;--e)if(47===t.charCodeAt(e)){if(!r){n=e+1;break}}else-1===i&&(r=!1,i=e+1);return-1===i?"":t.slice(n,i)}function r(t,e){if(t.filter)return t.filter(e);for(var n=[],i=0;i=-1&&!i;o--){var a=o>=0?arguments[o]:t.cwd();if("string"!==typeof a)throw new TypeError("Arguments to path.resolve must be strings");a&&(e=a+"/"+e,i="/"===a.charAt(0))}return e=n(r(e.split("/"),(function(t){return!!t})),!i).join("/"),(i?"/":"")+e||"."},e.normalize=function(t){var i=e.isAbsolute(t),a="/"===o(t,-1);return t=n(r(t.split("/"),(function(t){return!!t})),!i).join("/"),t||i||(t="."),t&&a&&(t+="/"),(i?"/":"")+t},e.isAbsolute=function(t){return"/"===t.charAt(0)},e.join=function(){var t=Array.prototype.slice.call(arguments,0);return e.normalize(r(t,(function(t,e){if("string"!==typeof t)throw new TypeError("Arguments to path.join must be strings");return t})).join("/"))},e.relative=function(t,n){function i(t){for(var e=0;e=0;n--)if(""!==t[n])break;return e>n?[]:t.slice(e,n-e+1)}t=e.resolve(t).substr(1),n=e.resolve(n).substr(1);for(var r=i(t.split("/")),o=i(n.split("/")),a=Math.min(r.length,o.length),s=a,l=0;l=1;--o)if(e=t.charCodeAt(o),47===e){if(!r){i=o;break}}else r=!1;return-1===i?n?"/":".":n&&1===i?"/":t.slice(0,i)},e.basename=function(t,e){var n=i(t);return e&&n.substr(-1*e.length)===e&&(n=n.substr(0,n.length-e.length)),n},e.extname=function(t){"string"!==typeof t&&(t+="");for(var e=-1,n=0,i=-1,r=!0,o=0,a=t.length-1;a>=0;--a){var s=t.charCodeAt(a);if(47!==s)-1===i&&(r=!1,i=a+1),46===s?-1===e?e=a:1!==o&&(o=1):-1!==e&&(o=-1);else if(!r){n=a+1;break}}return-1===e||-1===i||0===o||1===o&&e===i-1&&e===n+1?"":t.slice(e,i)};var o="b"==="ab".substr(-1)?function(t,e,n){return t.substr(e,n)}:function(t,e,n){return e<0&&(e=t.length+e),t.substr(e,n)}}).call(this,n("e649"))},"8aa3":function(t,e,n){"use strict";var i,r=n("e289");i=r["a"].hasGlobalWindow&&(window.requestAnimationFrame&&window.requestAnimationFrame.bind(window)||window.msRequestAnimationFrame&&window.msRequestAnimationFrame.bind(window)||window.mozRequestAnimationFrame||window.webkitRequestAnimationFrame)||function(t){return setTimeout(t,16)},e["a"]=i},"8b04":function(t,e,n){"use strict";var i=n("81e1"),r=n("743e"),o=n("c2f2"),a=n("00f5"),s=n("3571"),l=n("1ff4"),u=n("126d"),c=n("b4b2").IteratorPrototype,h=n("9b31"),d=n("876b"),f=s("toStringTag"),p="IteratorHelper",g="WrapForValidIterator",v=l.set,m=function(t){var e=l.getterFor(t?g:p);return a(r(c),{next:function(){var n=e(this);if(t)return n.nextHandler();if(n.done)return h(void 0,!0);try{var i=n.nextHandler();return n.returnHandlerResult?i:h(i,n.done)}catch(r){throw n.done=!0,r}},return:function(){var n=e(this),r=n.iterator;if(n.done=!0,t){var o=u(r,"return");return o?i(o,r):h(void 0,!0)}if(n.inner)try{d(n.inner.iterator,"normal")}catch(a){return d(r,"throw",a)}return r&&d(r,"normal"),h(void 0,!0)}})},y=m(!0),b=m(!1);o(b,f,"Iterator Helper"),t.exports=function(t,e,n){var i=function(i,r){r?(r.iterator=i.iterator,r.next=i.next):r=i,r.type=e?g:p,r.returnHandlerResult=!!n,r.nextHandler=t,r.counter=0,r.done=!1,v(this,r)};return i.prototype=e?y:b,i}},"8b2b":function(t,e,n){"use strict";var i=n("8279"),r=n("87f3"),o=n("42a5"),a=n("090f"),s=n("c2f2"),l=n("7631"),u=n("3571"),c=u("iterator"),h=a.values,d=function(t,e){if(t){if(t[c]!==h)try{s(t,c,h)}catch(i){t[c]=h}if(l(t,e,!0),r[e])for(var n in a)if(t[n]!==a[n])try{s(t,n,a[n])}catch(i){t[n]=a[n]}}};for(var f in r)d(i[f]&&i[f].prototype,f);d(o,"DOMTokenList")},"8b2d":function(t,e,n){"use strict";var i=n("dceb"),r=i({}.toString),o=i("".slice);t.exports=function(t){return o(r(t),8,-1)}},"8b50":function(t,e,n){"use strict";e.__esModule=!0,e.default=a;var i=n("56ac"),r=o(i);function o(t){return t&&t.__esModule?t:{default:t}}function a(t,e){if(!r.default.prototype.$isServer)if(e){var n=[],i=e.offsetParent;while(i&&t!==i&&t.contains(i))n.push(i),i=i.offsetParent;var o=e.offsetTop+n.reduce((function(t,e){return t+e.offsetTop}),0),a=o+e.offsetHeight,s=t.scrollTop,l=s+t.clientHeight;ol&&(t.scrollTop=a-t.clientHeight)}else t.scrollTop=0}},"8b7a":function(t,e,n){"use strict";var i=n("a05c");t.exports=function(t){return i(t.length)}},"8bac":function(t,e,n){"use strict";var i=n("6e50"),r=n("9b20"),o=n("7847"),a=n("c32f");t.exports=function(t,e,n){for(var s=r(e),l=a.f,u=o.f,c=0;c-1}function v(t,e){if(t){for(var n=t.className,i=(e||"").split(" "),r=0,o=i.length;ri.top&&n.right>i.left&&n.left2)if(u=_(u),e=j(u,0),43===e||45===e){if(n=j(u,2),88===n||120===n)return NaN}else if(48===e){switch(j(u,1)){case 66:case 98:i=2,r=49;break;case 79:case 111:i=8,r=55;break;default:return+u}for(o=k(u,2),a=o.length,s=0;sr)return NaN;return parseInt(o,i)}return+u},A=u(x,!w(" 0o1")||!w("0b1")||w("+0x1")),I=function(t){return d(S,t)&&g((function(){b(t)}))},E=function(t){var e=arguments.length<1?0:w(M(t));return I(this)?h(Object(e),this,E):e};E.prototype=S,A&&!r&&(S.constructor=E),i({global:!0,constructor:!0,wrap:!0,forced:A},{Number:E});var D=function(t,e){for(var n,i=o?v(e):"MAX_VALUE,MIN_VALUE,NaN,NEGATIVE_INFINITY,POSITIVE_INFINITY,EPSILON,MAX_SAFE_INTEGER,MIN_SAFE_INTEGER,isFinite,isInteger,isNaN,isSafeInteger,parseFloat,parseInt,fromString,range".split(","),r=0;i.length>r;r++)c(e,n=i[r])&&!c(t,n)&&y(t,n,m(e,n))};r&&O&&D(s[x],O),(A||r)&&D(s[x],w)},"8eaf":function(t,e,n){"use strict";e.__esModule=!0,e.i18n=e.use=e.t=void 0;var i=n("fcac"),r=h(i),o=n("56ac"),a=h(o),s=n("c978"),l=h(s),u=n("0d7f"),c=h(u);function h(t){return t&&t.__esModule?t:{default:t}}var d=(0,c.default)(a.default),f=r.default,p=!1,g=function(){var t=Object.getPrototypeOf(this||a.default).$t;if("function"===typeof t&&a.default.locale)return p||(p=!0,a.default.locale(a.default.config.lang,(0,l.default)(f,a.default.locale(a.default.config.lang)||{},{clone:!0}))),t.apply(this,arguments)},v=e.t=function(t,e){var n=g.apply(this,arguments);if(null!==n&&void 0!==n)return n;for(var i=t.split("."),r=f,o=0,a=i.length;o=0&&n.attr(r.oldLayoutSelect),Object(c["indexOf"])(p,"emphasis")>=0&&n.attr(r.oldLayoutEmphasis)),Object(o["h"])(n,h,e,u)}else if(n.attr(h),!Object(d["f"])(n).valueAnimation){var g=Object(c["retrieve2"])(n.style.opacity,1);n.style.opacity=0,Object(o["c"])(n,{style:{opacity:g}},e,u)}if(r.oldLayout=h,n.states.select){var v=r.oldLayoutSelect={};_(v,h,x),_(v,n.states.select,x)}if(n.states.emphasis){var m=r.oldLayoutEmphasis={};_(m,h,x),_(m,n.states.emphasis,x)}Object(d["a"])(n,u,f,e,e)}if(i&&!i.ignore&&!i.invisible){r=b(i),s=r.oldLayout;var w={points:i.shape.points};s?(i.attr({shape:s}),Object(o["h"])(i,{shape:w},e)):(i.setShape(w),i.style.strokePercent=0,Object(o["c"])(i,{style:{strokePercent:1}},e)),r.oldLayout=w}},t}(),O=w,S=Object(i["o"])();function C(t){t.registerUpdateLifecycle("series:beforeupdate",(function(t,e,n){var i=S(e).labelManager;i||(i=S(e).labelManager=new O),i.clearLabels()})),t.registerUpdateLifecycle("series:layoutlabels",(function(t,e,n){var i=S(e).labelManager;n.updatedSeries.forEach((function(t){i.addLabelsOfSeries(e.getViewOfSeriesModel(t))})),i.updateLayoutConfig(e),i.layout(e),i.processLabelsOverall()}))}},9058:function(t,e,n){"use strict";n.d(e,"a",(function(){return r}));n("0899"),n("7db3"),n("83a4"),n("cc69"),n("b83f"),n("3255"),n("02c4"),n("01c9"),n("7b61");var i=n("2df7");function r(t,e){if(t){if("string"==typeof t)return Object(i["a"])(t,e);var n={}.toString.call(t).slice(8,-1);return"Object"===n&&t.constructor&&(n=t.constructor.name),"Map"===n||"Set"===n?Array.from(t):"Arguments"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)?Object(i["a"])(t,e):void 0}}},"905b":function(t,e,n){"use strict";var i=n("50af"),r=n("5510"),o=n("43fe"),a=n("5325"),s=n("51bf"),l=n("e358"),u=Object(s["defaults"])({strokeFirst:!0,font:l["a"],x:0,y:0,textAlign:"left",textBaseline:"top",miterLimit:2},a["a"]),c=function(t){function e(){return null!==t&&t.apply(this,arguments)||this}return Object(i["a"])(e,t),e.prototype.hasStroke=function(){var t=this.style,e=t.stroke;return null!=e&&"none"!==e&&t.lineWidth>0},e.prototype.hasFill=function(){var t=this.style,e=t.fill;return null!=e&&"none"!==e},e.prototype.createStyle=function(t){return Object(s["createObject"])(u,t)},e.prototype.setBoundingRect=function(t){this._rect=t},e.prototype.getBoundingRect=function(){var t=this.style;if(!this._rect){var e=t.text;null!=e?e+="":e="";var n=Object(o["d"])(e,t.font,t.textAlign,t.textBaseline);if(n.x+=t.x||0,n.y+=t.y||0,this.hasStroke()){var i=t.lineWidth;n.x-=i/2,n.y-=i/2,n.width+=i,n.height+=i}this._rect=n}return this._rect},e.initDefaultProps=function(){var t=e.prototype;t.dirtyRectTolerance=10}(),e}(r["c"]);c.prototype.type="tspan",e["a"]=c},"91b2":function(t,e,n){"use strict";var i=n("dceb");t.exports=i({}.isPrototypeOf)},"92d2":function(t,e,n){"use strict";var i=n("8279"),r=n("74bc"),o=Object.getOwnPropertyDescriptor;t.exports=function(t){if(!r)return i[t];var e=o(i,t);return e&&e.value}},"92f2":function(t,e,n){(function(e){(function(e,n){t.exports=n()})(0,(function(){"use strict";var t=function(t){var e=t.id,n=t.viewBox,i=t.content;this.id=e,this.viewBox=n,this.content=i};t.prototype.stringify=function(){return this.content},t.prototype.toString=function(){return this.stringify()},t.prototype.destroy=function(){var t=this;["id","viewBox","content"].forEach((function(e){return delete t[e]}))};var n=function(t){var e=!!document.importNode,n=(new DOMParser).parseFromString(t,"image/svg+xml").documentElement;return e?document.importNode(n,!0):n};"undefined"!==typeof window?window:"undefined"!==typeof e||"undefined"!==typeof self&&self;function i(t,e){return e={exports:{}},t(e,e.exports),e.exports}var r=i((function(t,e){(function(e,n){t.exports=n()})(0,(function(){function t(t){var e=t&&"object"===typeof t;return e&&"[object RegExp]"!==Object.prototype.toString.call(t)&&"[object Date]"!==Object.prototype.toString.call(t)}function e(t){return Array.isArray(t)?[]:{}}function n(n,i){var r=i&&!0===i.clone;return r&&t(n)?o(e(n),n,i):n}function i(e,i,r){var a=e.slice();return i.forEach((function(i,s){"undefined"===typeof a[s]?a[s]=n(i,r):t(i)?a[s]=o(e[s],i,r):-1===e.indexOf(i)&&a.push(n(i,r))})),a}function r(e,i,r){var a={};return t(e)&&Object.keys(e).forEach((function(t){a[t]=n(e[t],r)})),Object.keys(i).forEach((function(s){t(i[s])&&e[s]?a[s]=o(e[s],i[s],r):a[s]=n(i[s],r)})),a}function o(t,e,o){var a=Array.isArray(e),s=o||{arrayMerge:i},l=s.arrayMerge||i;return a?Array.isArray(t)?l(t,e,o):n(e,o):r(t,e,o)}return o.all=function(t,e){if(!Array.isArray(t)||t.length<2)throw new Error("first argument should be an array with at least two elements");return t.reduce((function(t,n){return o(t,n,e)}))},o}))})),o=i((function(t,e){var n={svg:{name:"xmlns",uri:"http://www.w3.org/2000/svg"},xlink:{name:"xmlns:xlink",uri:"http://www.w3.org/1999/xlink"}};e.default=n,t.exports=e.default})),a=function(t){return Object.keys(t).map((function(e){var n=t[e].toString().replace(/"/g,""");return e+'="'+n+'"'})).join(" ")},s=o.svg,l=o.xlink,u={};u[s.name]=s.uri,u[l.name]=l.uri;var c=function(t,e){void 0===t&&(t="");var n=r(u,e||{}),i=a(n);return""+t+""},h=function(t){function e(){t.apply(this,arguments)}t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e;var i={isMounted:{}};return i.isMounted.get=function(){return!!this.node},e.createFromExistingNode=function(t){return new e({id:t.getAttribute("id"),viewBox:t.getAttribute("viewBox"),content:t.outerHTML})},e.prototype.destroy=function(){this.isMounted&&this.unmount(),t.prototype.destroy.call(this)},e.prototype.mount=function(t){if(this.isMounted)return this.node;var e="string"===typeof t?document.querySelector(t):t,n=this.render();return this.node=n,e.appendChild(n),n},e.prototype.render=function(){var t=this.stringify();return n(c(t)).childNodes[0]},e.prototype.unmount=function(){this.node.parentNode.removeChild(this.node)},Object.defineProperties(e.prototype,i),e}(t);return h}))}).call(this,n("a40a"))},9327:function(t,e,n){"use strict";var i=n("e11d"),r=n("9d74"),o=(n("e3f7"),n("1dbc")),a=n("1b4a"),s=n("9045");Object(r["a"])([o["a"],a["a"]]);Object(r["a"])(s["a"]),i["t"]({type:"series.wordCloud",visualStyleAccessPath:"textStyle",visualStyleMapper:function(t){return{fill:t.get("color")}},visualDrawType:"fill",optionUpdated:function(){var t=this.option;t.gridSize=Math.max(Math.floor(t.gridSize),4)},getInitialData:function(t,e){var n=i["A"].createDimensions(t.data,{coordDimensions:["value"]}),r=new i["e"](n,this);return r.initData(t.data),r},defaultOption:{maskImage:null,shape:"circle",keepAspect:!1,left:"center",top:"center",width:"70%",height:"80%",sizeRange:[12,60],rotationRange:[-90,90],rotationStep:45,gridSize:8,drawOutOfBound:!1,shrinkToFit:!1,textStyle:{fontWeight:"normal"}}}),i["q"]({type:"wordCloud",render:function(t,e,n){var r=this.group;r.removeAll();var o=t.getData(),a=t.get("gridSize");t.layoutInstance.ondraw=function(e,n,s,l){var u=o.getItemModel(s),c=u.getModel("textStyle"),h=new i["z"].Text({style:i["A"].createTextStyle(c),scaleX:1/l.info.mu,scaleY:1/l.info.mu,x:(l.gx+l.info.gw/2)*a,y:(l.gy+l.info.gh/2)*a,rotation:l.rot});h.setStyle({x:l.info.fillTextOffsetX,y:l.info.fillTextOffsetY+.5*n,text:e,verticalAlign:"middle",fill:o.getItemVisual(s,"style").fill,fontSize:n}),r.add(h),o.setItemGraphicEl(s,h),h.ensureState("emphasis").style=i["A"].createTextStyle(u.getModel(["emphasis","textStyle"]),{state:"emphasis"}),h.ensureState("blur").style=i["A"].createTextStyle(u.getModel(["blur","textStyle"]),{state:"blur"}),i["A"].enableHoverEmphasis(h,u.get(["emphasis","focus"]),u.get(["emphasis","blurScope"])),h.stateTransition={duration:t.get("animation")?t.get(["stateAnimation","duration"]):0,easing:t.get(["stateAnimation","easing"])},h.__highDownDispatcher=!0},this._model=t},remove:function(){this.group.removeAll(),this._model.layoutInstance.dispose()},dispose:function(){this._model.layoutInstance.dispose()}}), +/*! + * wordcloud2.js + * http://timdream.org/wordcloud2.js/ + * + * Copyright 2011 - 2019 Tim Guan-tin Chien and contributors. + * Released under the MIT license + */ +window.setImmediate||(window.setImmediate=function(){return window.msSetImmediate||window.webkitSetImmediate||window.mozSetImmediate||window.oSetImmediate||function(){if(!window.postMessage||!window.addEventListener)return null;var t=[void 0],e="zero-timeout-message",n=function(n){var i=t.length;return t.push(n),window.postMessage(e+i.toString(36),"*"),i};return window.addEventListener("message",(function(n){if("string"===typeof n.data&&n.data.substr(0,e.length)===e){n.stopImmediatePropagation();var i=parseInt(n.data.substr(e.length),36);t[i]&&(t[i](),t[i]=void 0)}}),!0),window.clearImmediate=function(e){t[e]&&(t[e]=void 0)},n}()||function(t){window.setTimeout(t,0)}}()),window.clearImmediate||(window.clearImmediate=function(){return window.msClearImmediate||window.webkitClearImmediate||window.mozClearImmediate||window.oClearImmediate||function(t){window.clearTimeout(t)}}());var l=function(){var t=document.createElement("canvas");if(!t||!t.getContext)return!1;var e=t.getContext("2d");return!!e&&(!!e.getImageData&&(!!e.fillText&&(!!Array.prototype.some&&!!Array.prototype.push)))}(),u=function(){if(l){var t,e,n=document.createElement("canvas").getContext("2d"),i=20;while(i){if(n.font=i.toString(10)+"px sans-serif",n.measureText("W").width===t&&n.measureText("m").width===e)return i+1;t=n.measureText("W").width,e=n.measureText("m").width,i--}return 0}}(),c=function(t){if(Array.isArray(t)){var e=t.slice();return e.splice(0,2),e}return[]},h=function(t){for(var e,n,i=t.length;i;)e=Math.floor(Math.random()*i),n=t[--i],t[i]=t[e],t[e]=n;return t},d={},f=function(t,e){if(l){var n=Math.floor(Math.random()*Date.now());Array.isArray(t)||(t=[t]),t.forEach((function(e,n){if("string"===typeof e){if(t[n]=document.getElementById(e),!t[n])throw new Error("The element id specified is not found.")}else if(!e.tagName&&!e.appendChild)throw new Error("You must pass valid HTML elements, or ID of the element.")}));var i={list:[],fontFamily:'"Trebuchet MS", "Heiti TC", "微軟正黑體", "Arial Unicode MS", "Droid Fallback Sans", sans-serif',fontWeight:"normal",color:"random-dark",minSize:0,weightFactor:1,clearCanvas:!0,backgroundColor:"#fff",gridSize:8,drawOutOfBound:!1,shrinkToFit:!1,origin:null,drawMask:!1,maskColor:"rgba(255,0,0,0.3)",maskGapWidth:.3,layoutAnimation:!0,wait:0,abortThreshold:0,abort:function(){},minRotation:-Math.PI/2,maxRotation:Math.PI/2,rotationStep:.1,shuffle:!0,rotateRatio:.1,shape:"circle",ellipticity:.65,classes:null,hover:null,click:null};if(e)for(var r in e)r in i&&(i[r]=e[r]);if("function"!==typeof i.weightFactor){var o=i.weightFactor;i.weightFactor=function(t){return t*o}}if("function"!==typeof i.shape)switch(i.shape){case"circle":default:i.shape="circle";break;case"cardioid":i.shape=function(t){return 1-Math.sin(t)};break;case"diamond":i.shape=function(t){var e=t%(2*Math.PI/4);return 1/(Math.cos(e)+Math.sin(e))};break;case"square":i.shape=function(t){return Math.min(1/Math.abs(Math.cos(t)),1/Math.abs(Math.sin(t)))};break;case"triangle-forward":i.shape=function(t){var e=t%(2*Math.PI/3);return 1/(Math.cos(e)+Math.sqrt(3)*Math.sin(e))};break;case"triangle":case"triangle-upright":i.shape=function(t){var e=(t+3*Math.PI/2)%(2*Math.PI/3);return 1/(Math.cos(e)+Math.sqrt(3)*Math.sin(e))};break;case"pentagon":i.shape=function(t){var e=(t+.955)%(2*Math.PI/5);return 1/(Math.cos(e)+.726543*Math.sin(e))};break;case"star":i.shape=function(t){var e=(t+.955)%(2*Math.PI/10);return(t+.955)%(2*Math.PI/5)-2*Math.PI/10>=0?1/(Math.cos(2*Math.PI/10-e)+3.07768*Math.sin(2*Math.PI/10-e)):1/(Math.cos(e)+3.07768*Math.sin(e))};break}i.gridSize=Math.max(Math.floor(i.gridSize),4);var a,s,f,p,g,v,m,y,b=i.gridSize,_=b-i.maskGapWidth,x=Math.abs(i.maxRotation-i.minRotation),w=Math.min(i.maxRotation,i.minRotation),O=i.rotationStep;switch(i.color){case"random-dark":m=function(){return H(10,50)};break;case"random-light":m=function(){return H(50,90)};break;default:"function"===typeof i.color&&(m=i.color);break}"function"===typeof i.fontWeight&&(y=i.fontWeight);var S=null;"function"===typeof i.classes&&(S=i.classes);var C,k=!1,j=[],M=function(t){var e,n,i=t.currentTarget,r=i.getBoundingClientRect();t.touches?(e=t.touches[0].clientX,n=t.touches[0].clientY):(e=t.clientX,n=t.clientY);var o=e-r.left,a=n-r.top,s=Math.floor(o*(i.width/r.width||1)/b),l=Math.floor(a*(i.height/r.height||1)/b);return j[s]?j[s][l]:null},T=function(t){var e=M(t);C!==e&&(C=e,e?i.hover(e.item,e.dimension,t):i.hover(void 0,void 0,t))},A=function(t){var e=M(t);e&&(i.click(e.item,e.dimension,t),t.preventDefault())},I=[],E=function(t){if(I[t])return I[t];var e=8*t,n=e,r=[];0===t&&r.push([p[0],p[1],0]);while(n--){var o=1;"circle"!==i.shape&&(o=i.shape(n/e*2*Math.PI)),r.push([p[0]+t*o*Math.cos(-n/e*2*Math.PI),p[1]+t*o*Math.sin(-n/e*2*Math.PI)*i.ellipticity,n/e*2*Math.PI])}return I[t]=r,r},D=function(){return i.abortThreshold>0&&(new Date).getTime()-v>i.abortThreshold},P=function(){return 0===i.rotateRatio||Math.random()>i.rotateRatio?0:0===x?w:w+Math.round(Math.random()*x/O)*O},L=function(t,e,n,r){var o=!1,a=i.weightFactor(e);if(a<=i.minSize)return!1;var s,l=1;aE[1]&&(E[1]=I),jE[2]&&(E[2]=j),o&&(h.fillStyle="rgba(255, 0, 0, 0.5)",h.fillRect(I*b,j*b,b-.5,b-.5));break t}}o&&(h.fillStyle="rgba(0, 0, 255, 0.5)",h.fillRect(I*b,j*b,b-.5,b-.5))}}return o&&(h.fillStyle="rgba(0, 255, 0, 0.5)",h.fillRect(E[3]*b,E[0]*b,(E[1]-E[3]+1)*b,(E[2]-E[0]+1)*b)),{mu:l,occupied:A,bounds:E,gw:O,gh:w,fillTextOffsetX:_,fillTextOffsetY:x,fillTextWidth:d,fillTextHeight:f,fontSize:a}},N=function(t,e,n,r,o){var l=o.length;while(l--){var u=t+o[l][0],c=e+o[l][1];if(u>=s||c>=f||u<0||c<0){if(!i.drawOutOfBound)return!1}else if(!a[u][c])return!1}return!0},R=function(e,n,r,o,a,s,l,u,c,h){var d,f,p,g=r.fontSize;d=m?m(o,a,g,s,l,h):i.color,f=y?y(o,a,g,h):i.fontWeight,p=S?S(o,a,g,h):i.classes,t.forEach((function(t){if(t.getContext){var a=t.getContext("2d"),s=r.mu;a.save(),a.scale(1/s,1/s),a.font=f+" "+(g*s).toString(10)+"px "+i.fontFamily,a.fillStyle=d,a.translate((e+r.gw/2)*b*s,(n+r.gh/2)*b*s),0!==u&&a.rotate(-u),a.textBaseline="middle",a.fillText(o,r.fillTextOffsetX*s,(r.fillTextOffsetY+.5*g)*s),a.restore()}else{var l=document.createElement("span"),h="";h="rotate("+-u/Math.PI*180+"deg) ",1!==r.mu&&(h+="translateX(-"+r.fillTextWidth/4+"px) scale("+1/r.mu+")");var v={position:"absolute",display:"block",font:f+" "+g*r.mu+"px "+i.fontFamily,left:(e+r.gw/2)*b+r.fillTextOffsetX+"px",top:(n+r.gh/2)*b+r.fillTextOffsetY+"px",width:r.fillTextWidth+"px",height:r.fillTextHeight+"px",lineHeight:g+"px",whiteSpace:"nowrap",transform:h,webkitTransform:h,msTransform:h,transformOrigin:"50% 40%",webkitTransformOrigin:"50% 40%",msTransformOrigin:"50% 40%"};for(var m in d&&(v.color=d),l.textContent=o,v)l.style[m]=v[m];if(c)for(var y in c)l.setAttribute(y,c[y]);p&&(l.className+=p),t.appendChild(l)}}))},$=function(e,n,i,r,o){if(!(e>=s||n>=f||e<0||n<0)){if(a[e][n]=!1,i){var l=t[0].getContext("2d");l.fillRect(e*b,n*b,_,_)}k&&(j[e][n]={item:o,dimension:r})}},B=function(e,n,r,o,a,l){var u,c,h=a.occupied,d=i.drawMask;if(d&&(u=t[0].getContext("2d"),u.save(),u.fillStyle=i.maskColor),k){var p=a.bounds;c={x:(e+p[3])*b,y:(n+p[0])*b,w:(p[1]-p[3]+1)*b,h:(p[2]-p[0]+1)*b}}var g=h.length;while(g--){var v=e+h[g][0],m=n+h[g][1];v>=s||m>=f||v<0||m<0||$(v,m,d,c,l)}d&&u.restore()},F=function t(e,n){if(n>20)return null;var r,o,a;Array.isArray(e)?(r=e[0],o=e[1]):(r=e.word,o=e.weight,a=e.attributes);var l=P(),u=c(e),d=L(r,o,l,u);if(!d)return!1;if(D())return!1;if(!i.drawOutOfBound&&!i.shrinkToFit){var p=d.bounds;if(p[1]-p[3]+1>s||p[2]-p[0]+1>f)return!1}var v=g+1,m=function(t){var n=Math.floor(t[0]-d.gw/2),i=Math.floor(t[1]-d.gh/2),s=d.gw,c=d.gh;return!!N(n,i,s,c,d.occupied)&&(R(n,i,d,r,o,g-v,t[2],l,a,u),B(n,i,s,c,d,e),{gx:n,gy:i,rot:l,info:d})};while(v--){var y=E(g-v);i.shuffle&&(y=[].concat(y),h(y));for(var b=0;b=i.list.length)return h(d[n]),z("wordcloudstop",!1),M("wordcloudstart",I),void delete d[n];v=(new Date).getTime();var e=F(i.list[u],0),r=!z("wordclouddrawn",!0,{item:i.list[u],drawn:e});if(D()||r)return h(d[n]),i.abort(),z("wordcloudabort",!1),z("wordcloudstop",!1),void M("wordcloudstart",I);u++,d[n]=c(t,i.wait)}}),i.wait)}};V()}function H(t,e){return"hsl("+(360*Math.random()).toFixed()+","+(30*Math.random()+70).toFixed()+"%,"+(Math.random()*(e-t)+t).toFixed()+"%)"}};f.isSupported=l,f.minFontSize=u;var p=f;if(!p.isSupported)throw new Error("Sorry your browser not support wordCloud");function g(t){for(var e=t.getContext("2d"),n=e.getImageData(0,0,t.width,t.height),i=e.createImageData(n),r=0,o=0,a=0;a128){var l=n.data[a]+n.data[a+1]+n.data[a+2];r+=l,++o}}var u=r/o;for(a=0;au?(i.data[a]=0,i.data[a+1]=0,i.data[a+2]=0,i.data[a+3]=0):(i.data[a]=255,i.data[a+1]=255,i.data[a+2]=255,i.data[a+3]=255)}e.putImageData(i,0,0)}function v(t,e){var n=t.width,i=t.height;n>i*e?(t.x+=(n-i*e)/2,t.width=i*e):(t.y+=(i-n/e)/2,t.height=n/e)}i["J"]((function(t,e){t.eachSeriesByType("wordCloud",(function(n){var r=i["A"].getLayoutRect(n.getBoxLayoutParams(),{width:e.getWidth(),height:e.getHeight()}),o=n.get("keepAspect"),a=n.get("maskImage"),s=a?a.width/a.height:1;o&&v(r,s);var l=n.getData(),u=document.createElement("canvas");u.width=r.width,u.height=r.height;var c=u.getContext("2d");if(a)try{c.drawImage(a,0,0,u.width,u.height),g(u)}catch(_){console.error("Invalid mask image"),console.error(_.toString())}var h=n.get("sizeRange"),d=n.get("rotationRange"),f=l.getDataExtent("value"),m=Math.PI/180,y=n.get("gridSize");function b(t){var e=t.detail.item;t.detail.drawn&&n.layoutInstance.ondraw&&(t.detail.drawn.gx+=r.x/y,t.detail.drawn.gy+=r.y/y,n.layoutInstance.ondraw(e[0],e[1],e[2],t.detail.drawn))}p(u,{list:l.mapArray("value",(function(t,e){var n=l.getItemModel(e);return[l.getName(e),n.get("textStyle.fontSize",!0)||i["E"].linearMap(t,f,h),e]})).sort((function(t,e){return e[1]-t[1]})),fontFamily:n.get("textStyle.fontFamily")||n.get("emphasis.textStyle.fontFamily")||t.get("textStyle.fontFamily"),fontWeight:n.get("textStyle.fontWeight")||n.get("emphasis.textStyle.fontWeight")||t.get("textStyle.fontWeight"),gridSize:y,ellipticity:r.height/r.width,minRotation:d[0]*m,maxRotation:d[1]*m,clearCanvas:!a,rotateRatio:1,rotationStep:n.get("rotationStep")*m,drawOutOfBound:n.get("drawOutOfBound"),shrinkToFit:n.get("shrinkToFit"),layoutAnimation:n.get("layoutAnimation"),shuffle:!1,shape:n.get("shape")}),u.addEventListener("wordclouddrawn",b),n.layoutInstance&&n.layoutInstance.dispose(),n.layoutInstance={ondraw:null,dispose:function(){u.removeEventListener("wordclouddrawn",b),u.addEventListener("wordclouddrawn",(function(t){t.preventDefault()}))}}}))})),i["P"]((function(t){var e=(t||{}).series;!i["ab"].isArray(e)&&(e=e?[e]:[]);var n=["shadowColor","shadowBlur","shadowOffsetX","shadowOffsetY"];function r(t){t&&i["ab"].each(n,(function(e){t.hasOwnProperty(e)&&(t["text"+i["u"].capitalFirst(e)]=t[e])}))}i["ab"].each(e,(function(t){if(t&&"wordCloud"===t.type){var e=t.textStyle||{};r(e.normal),r(e.emphasis)}}))}))},"943e":function(t,e,n){t.exports=function(t){var e={};function n(i){if(e[i])return e[i].exports;var r=e[i]={i:i,l:!1,exports:{}};return t[i].call(r.exports,r,r.exports,n),r.l=!0,r.exports}return n.m=t,n.c=e,n.d=function(t,e,i){n.o(t,e)||Object.defineProperty(t,e,{enumerable:!0,get:i})},n.r=function(t){"undefined"!==typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(t,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(t,"__esModule",{value:!0})},n.t=function(t,e){if(1&e&&(t=n(t)),8&e)return t;if(4&e&&"object"===typeof t&&t&&t.__esModule)return t;var i=Object.create(null);if(n.r(i),Object.defineProperty(i,"default",{enumerable:!0,value:t}),2&e&&"string"!=typeof t)for(var r in t)n.d(i,r,function(e){return t[e]}.bind(null,r));return i},n.n=function(t){var e=t&&t.__esModule?function(){return t["default"]}:function(){return t};return n.d(e,"a",e),e},n.o=function(t,e){return Object.prototype.hasOwnProperty.call(t,e)},n.p="/dist/",n(n.s=75)}({0:function(t,e,n){"use strict";function i(t,e,n,i,r,o,a,s){var l,u="function"===typeof t?t.options:t;if(e&&(u.render=e,u.staticRenderFns=n,u._compiled=!0),i&&(u.functional=!0),o&&(u._scopeId="data-v-"+o),a?(l=function(t){t=t||this.$vnode&&this.$vnode.ssrContext||this.parent&&this.parent.$vnode&&this.parent.$vnode.ssrContext,t||"undefined"===typeof __VUE_SSR_CONTEXT__||(t=__VUE_SSR_CONTEXT__),r&&r.call(this,t),t&&t._registeredComponents&&t._registeredComponents.add(a)},u._ssrRegister=l):r&&(l=s?function(){r.call(this,this.$root.$options.shadowRoot)}:r),l)if(u.functional){u._injectStyles=l;var c=u.render;u.render=function(t,e){return l.call(e),c(t,e)}}else{var h=u.beforeCreate;u.beforeCreate=h?[].concat(h,l):[l]}return{exports:t,options:u}}n.d(e,"a",(function(){return i}))},11:function(t,e){t.exports=n("c930")},21:function(t,e){t.exports=n("2400")},4:function(t,e){t.exports=n("3cb5")},75:function(t,e,n){"use strict";n.r(e);var i=function(){var t=this,e=t.$createElement,n=t._self._c||e;return n("div",{class:["textarea"===t.type?"el-textarea":"el-input",t.inputSize?"el-input--"+t.inputSize:"",{"is-disabled":t.inputDisabled,"is-exceed":t.inputExceed,"el-input-group":t.$slots.prepend||t.$slots.append,"el-input-group--append":t.$slots.append,"el-input-group--prepend":t.$slots.prepend,"el-input--prefix":t.$slots.prefix||t.prefixIcon,"el-input--suffix":t.$slots.suffix||t.suffixIcon||t.clearable||t.showPassword}],on:{mouseenter:function(e){t.hovering=!0},mouseleave:function(e){t.hovering=!1}}},["textarea"!==t.type?[t.$slots.prepend?n("div",{staticClass:"el-input-group__prepend"},[t._t("prepend")],2):t._e(),"textarea"!==t.type?n("input",t._b({ref:"input",staticClass:"el-input__inner",attrs:{tabindex:t.tabindex,type:t.showPassword?t.passwordVisible?"text":"password":t.type,disabled:t.inputDisabled,readonly:t.readonly,autocomplete:t.autoComplete||t.autocomplete,"aria-label":t.label},on:{compositionstart:t.handleCompositionStart,compositionupdate:t.handleCompositionUpdate,compositionend:t.handleCompositionEnd,input:t.handleInput,focus:t.handleFocus,blur:t.handleBlur,change:t.handleChange}},"input",t.$attrs,!1)):t._e(),t.$slots.prefix||t.prefixIcon?n("span",{staticClass:"el-input__prefix"},[t._t("prefix"),t.prefixIcon?n("i",{staticClass:"el-input__icon",class:t.prefixIcon}):t._e()],2):t._e(),t.getSuffixVisible()?n("span",{staticClass:"el-input__suffix"},[n("span",{staticClass:"el-input__suffix-inner"},[t.showClear&&t.showPwdVisible&&t.isWordLimitVisible?t._e():[t._t("suffix"),t.suffixIcon?n("i",{staticClass:"el-input__icon",class:t.suffixIcon}):t._e()],t.showClear?n("i",{staticClass:"el-input__icon el-icon-circle-close el-input__clear",on:{mousedown:function(t){t.preventDefault()},click:t.clear}}):t._e(),t.showPwdVisible?n("i",{staticClass:"el-input__icon el-icon-view el-input__clear",on:{click:t.handlePasswordVisible}}):t._e(),t.isWordLimitVisible?n("span",{staticClass:"el-input__count"},[n("span",{staticClass:"el-input__count-inner"},[t._v("\n "+t._s(t.textLength)+"/"+t._s(t.upperLimit)+"\n ")])]):t._e()],2),t.validateState?n("i",{staticClass:"el-input__icon",class:["el-input__validateIcon",t.validateIcon]}):t._e()]):t._e(),t.$slots.append?n("div",{staticClass:"el-input-group__append"},[t._t("append")],2):t._e()]:n("textarea",t._b({ref:"textarea",staticClass:"el-textarea__inner",style:t.textareaStyle,attrs:{tabindex:t.tabindex,disabled:t.inputDisabled,readonly:t.readonly,autocomplete:t.autoComplete||t.autocomplete,"aria-label":t.label},on:{compositionstart:t.handleCompositionStart,compositionupdate:t.handleCompositionUpdate,compositionend:t.handleCompositionEnd,input:t.handleInput,focus:t.handleFocus,blur:t.handleBlur,change:t.handleChange}},"textarea",t.$attrs,!1)),t.isWordLimitVisible&&"textarea"===t.type?n("span",{staticClass:"el-input__count"},[t._v(t._s(t.textLength)+"/"+t._s(t.upperLimit))]):t._e()],2)},r=[];i._withStripped=!0;var o=n(4),a=n.n(o),s=n(11),l=n.n(s),u=void 0,c="\n height:0 !important;\n visibility:hidden !important;\n overflow:hidden !important;\n position:absolute !important;\n z-index:-1000 !important;\n top:0 !important;\n right:0 !important\n",h=["letter-spacing","line-height","padding-top","padding-bottom","font-family","font-weight","font-size","text-rendering","text-transform","width","text-indent","padding-left","padding-right","border-width","box-sizing"];function d(t){var e=window.getComputedStyle(t),n=e.getPropertyValue("box-sizing"),i=parseFloat(e.getPropertyValue("padding-bottom"))+parseFloat(e.getPropertyValue("padding-top")),r=parseFloat(e.getPropertyValue("border-bottom-width"))+parseFloat(e.getPropertyValue("border-top-width")),o=h.map((function(t){return t+":"+e.getPropertyValue(t)})).join(";");return{contextStyle:o,paddingSize:i,borderSize:r,boxSizing:n}}function f(t){var e=arguments.length>1&&void 0!==arguments[1]?arguments[1]:1,n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:null;u||(u=document.createElement("textarea"),document.body.appendChild(u));var i=d(t),r=i.paddingSize,o=i.borderSize,a=i.boxSizing,s=i.contextStyle;u.setAttribute("style",s+";"+c),u.value=t.value||t.placeholder||"";var l=u.scrollHeight,h={};"border-box"===a?l+=o:"content-box"===a&&(l-=r),u.value="";var f=u.scrollHeight-r;if(null!==e){var p=f*e;"border-box"===a&&(p=p+r+o),l=Math.max(p,l),h.minHeight=p+"px"}if(null!==n){var g=f*n;"border-box"===a&&(g=g+r+o),l=Math.min(g,l)}return h.height=l+"px",u.parentNode&&u.parentNode.removeChild(u),u=null,h}var p=n(9),g=n.n(p),v=n(21),m={name:"ElInput",componentName:"ElInput",mixins:[a.a,l.a],inheritAttrs:!1,inject:{elForm:{default:""},elFormItem:{default:""}},data:function(){return{textareaCalcStyle:{},hovering:!1,focused:!1,isComposing:!1,passwordVisible:!1}},props:{value:[String,Number],size:String,resize:String,form:String,disabled:Boolean,readonly:Boolean,type:{type:String,default:"text"},autosize:{type:[Boolean,Object],default:!1},autocomplete:{type:String,default:"off"},autoComplete:{type:String,validator:function(t){return!0}},validateEvent:{type:Boolean,default:!0},suffixIcon:String,prefixIcon:String,label:String,clearable:{type:Boolean,default:!1},showPassword:{type:Boolean,default:!1},showWordLimit:{type:Boolean,default:!1},tabindex:String},computed:{_elFormItemSize:function(){return(this.elFormItem||{}).elFormItemSize},validateState:function(){return this.elFormItem?this.elFormItem.validateState:""},needStatusIcon:function(){return!!this.elForm&&this.elForm.statusIcon},validateIcon:function(){return{validating:"el-icon-loading",success:"el-icon-circle-check",error:"el-icon-circle-close"}[this.validateState]},textareaStyle:function(){return g()({},this.textareaCalcStyle,{resize:this.resize})},inputSize:function(){return this.size||this._elFormItemSize||(this.$ELEMENT||{}).size},inputDisabled:function(){return this.disabled||(this.elForm||{}).disabled},nativeInputValue:function(){return null===this.value||void 0===this.value?"":String(this.value)},showClear:function(){return this.clearable&&!this.inputDisabled&&!this.readonly&&this.nativeInputValue&&(this.focused||this.hovering)},showPwdVisible:function(){return this.showPassword&&!this.inputDisabled&&!this.readonly&&(!!this.nativeInputValue||this.focused)},isWordLimitVisible:function(){return this.showWordLimit&&this.$attrs.maxlength&&("text"===this.type||"textarea"===this.type)&&!this.inputDisabled&&!this.readonly&&!this.showPassword},upperLimit:function(){return this.$attrs.maxlength},textLength:function(){return"number"===typeof this.value?String(this.value).length:(this.value||"").length},inputExceed:function(){return this.isWordLimitVisible&&this.textLength>this.upperLimit}},watch:{value:function(t){this.$nextTick(this.resizeTextarea),this.validateEvent&&this.dispatch("ElFormItem","el.form.change",[t])},nativeInputValue:function(){this.setNativeInputValue()},type:function(){var t=this;this.$nextTick((function(){t.setNativeInputValue(),t.resizeTextarea(),t.updateIconOffset()}))}},methods:{focus:function(){this.getInput().focus()},blur:function(){this.getInput().blur()},getMigratingConfig:function(){return{props:{icon:"icon is removed, use suffix-icon / prefix-icon instead.","on-icon-click":"on-icon-click is removed."},events:{click:"click is removed."}}},handleBlur:function(t){this.focused=!1,this.$emit("blur",t),this.validateEvent&&this.dispatch("ElFormItem","el.form.blur",[this.value])},select:function(){this.getInput().select()},resizeTextarea:function(){if(!this.$isServer){var t=this.autosize,e=this.type;if("textarea"===e)if(t){var n=t.minRows,i=t.maxRows;this.textareaCalcStyle=f(this.$refs.textarea,n,i)}else this.textareaCalcStyle={minHeight:f(this.$refs.textarea).minHeight}}},setNativeInputValue:function(){var t=this.getInput();t&&t.value!==this.nativeInputValue&&(t.value=this.nativeInputValue)},handleFocus:function(t){this.focused=!0,this.$emit("focus",t)},handleCompositionStart:function(t){this.$emit("compositionstart",t),this.isComposing=!0},handleCompositionUpdate:function(t){this.$emit("compositionupdate",t);var e=t.target.value,n=e[e.length-1]||"";this.isComposing=!Object(v["isKorean"])(n)},handleCompositionEnd:function(t){this.$emit("compositionend",t),this.isComposing&&(this.isComposing=!1,this.handleInput(t))},handleInput:function(t){this.isComposing||t.target.value!==this.nativeInputValue&&(this.$emit("input",t.target.value),this.$nextTick(this.setNativeInputValue))},handleChange:function(t){this.$emit("change",t.target.value)},calcIconOffset:function(t){var e=[].slice.call(this.$el.querySelectorAll(".el-input__"+t)||[]);if(e.length){for(var n=null,i=0;i0?i:n)(t)}},function(t,e){t.exports=function(t){if(void 0==t)throw TypeError("Can't call method on "+t);return t}},function(t,e,n){"use strict";var i=n(70),r=n(34),o=n(7),a=n(8),s=n(12),l=n(72),u=n(25),c=n(79),h=n(2)("iterator"),d=!([].keys&&"next"in[].keys()),f=function(){return this};t.exports=function(t,e,n,p,g,v,m){l(n,e,p);var y,b,_,x=function(t){if(!d&&t in C)return C[t];switch(t){case"keys":case"values":return function(){return new n(this,t)}}return function(){return new n(this,t)}},w=e+" Iterator",O="values"==g,S=!1,C=t.prototype,k=C[h]||C["@@iterator"]||g&&C[g],j=k||x(g),M=g?O?x("entries"):j:void 0,T="Array"==e&&C.entries||k;if(T&&(_=c(T.call(new t)))!==Object.prototype&&_.next&&(u(_,w,!0),i||"function"==typeof _[h]||a(_,h,f)),O&&k&&"values"!==k.name&&(S=!0,j=function(){return k.call(this)}),i&&!m||!d&&!S&&C[h]||a(C,h,j),s[e]=j,s[w]=f,g)if(y={values:O?j:x("values"),keys:v?j:x("keys"),entries:M},m)for(b in y)b in C||o(C,b,y[b]);else r(r.P+r.F*(d||S),e,y);return y}},function(t,e,n){var i=n(30)("keys"),r=n(14);t.exports=function(t){return i[t]||(i[t]=r(t))}},function(t,e,n){var i=n(9).f,r=n(11),o=n(2)("toStringTag");t.exports=function(t,e,n){t&&!r(t=n?t:t.prototype,o)&&i(t,o,{configurable:!0,value:e})}},function(t,e,n){"use strict";var i=n(50);e.a={methods:{setEditorEvents:function(){var t=this;if(this.$amapComponent.editor&&this.events){var e=["addnode","adjust","removenode","end","move"],n={};Object.keys(this.events).forEach((function(i){-1!==e.indexOf(i)&&(n[i]=t.events[i])})),Object.keys(n).forEach((function(e){i.a.addListener(t.$amapComponent.editor,e,n[e])}))}}}}},function(t,e,n){"use strict";Object.defineProperty(e,"__esModule",{value:!0});var i=(n(65),n(45)),r=n.n(i),o=n(13),a=n(100),s=n(106),l=n(107),u=n(111),c=n(113),h=n(115),d=n(116),f=n(118),p=n(120),g=n(122),v=n(124),m=n(126),y=n(128),b=n(130),_=n(131);n.d(e,"AMapManager",(function(){return b.a})),n.d(e,"initAMapApiLoader",(function(){return o.a})),n.d(e,"createCustomComponent",(function(){return _.a})),n.d(e,"lazyAMapApiLoaderInstance",(function(){return o.b}));var x=[a.a,s.a,l.a,u.a,c.a,h.a,f.a,d.a,p.a,g.a,v.a,m.a,y.a],w={initAMapApiLoader:o.a,AMapManager:b.a,install:function(t){w.installed||(t.config.optionMergeStrategies.deferredReady=t.config.optionMergeStrategies.created,x.map((function(e){t.component(e.name,e),w[r()(e.name).replace(/^El/,"")]=e})))}};"undefined"!=typeof window&&window.Vue&&function t(e){t.installed||w.install(e)}(window.Vue),e.default=w},function(t,e,n){var i=n(29),r=n(2)("toStringTag"),o="Arguments"==i(function(){return arguments}()),a=function(t,e){try{return t[e]}catch(t){}};t.exports=function(t){var e,n,s;return void 0===t?"Undefined":null===t?"Null":"string"==typeof(n=a(e=Object(t),r))?n:o?i(e):"Object"==(s=i(e))&&"function"==typeof e.callee?"Arguments":s}},function(t,e){var n={}.toString;t.exports=function(t){return n.call(t).slice(8,-1)}},function(t,e,n){var i=n(3),r=i["__core-js_shared__"]||(i["__core-js_shared__"]={});t.exports=function(t){return r[t]||(r[t]={})}},function(t,e,n){t.exports=!n(5)&&!n(15)((function(){return 7!=Object.defineProperty(n(32)("div"),"a",{get:function(){return 7}}).a}))},function(t,e,n){var i=n(4),r=n(3).document,o=i(r)&&i(r.createElement);t.exports=function(t){return o?r.createElement(t):{}}},function(t,e,n){var i=n(4);t.exports=function(t,e){if(!i(t))return t;var n,r;if(e&&"function"==typeof(n=t.toString)&&!i(r=n.call(t)))return r;if("function"==typeof(n=t.valueOf)&&!i(r=n.call(t)))return r;if(!e&&"function"==typeof(n=t.toString)&&!i(r=n.call(t)))return r;throw TypeError("Can't convert object to primitive value")}},function(t,e,n){var i=n(3),r=n(16),o=n(8),a=n(7),s=n(17),l=function(t,e,n){var u,c,h,d,f=t&l.F,p=t&l.G,g=t&l.S,v=t&l.P,m=t&l.B,y=p?i:g?i[e]||(i[e]={}):(i[e]||{}).prototype,b=p?r:r[e]||(r[e]={}),_=b.prototype||(b.prototype={});for(u in p&&(n=e),n)c=!f&&y&&void 0!==y[u],h=(c?y:n)[u],d=m&&c?s(h,i):v&&"function"==typeof h?s(Function.call,h):h,y&&a(y,u,h,t&l.U),b[u]!=h&&o(b,u,d),v&&_[u]!=h&&(_[u]=h)};i.core=r,l.F=1,l.G=2,l.S=4,l.P=8,l.B=16,l.W=32,l.U=64,l.R=128,t.exports=l},function(t,e,n){var i=n(10),r=n(73),o=n(38),a=n(24)("IE_PROTO"),s=function(){},l=function(){var t,e=n(32)("iframe"),i=o.length;for(e.style.display="none",n(78).appendChild(e),e.src="javascript:",t=e.contentWindow.document,t.open(),t.write(" + + + + 管理端-基于Java Web的车队管理信息系统 + + + +
+ + + diff --git a/src/main/resources/admin/admin/public/lunar/lunar.js b/src/main/resources/admin/admin/public/lunar/lunar.js new file mode 100644 index 0000000..8addf0d --- /dev/null +++ b/src/main/resources/admin/admin/public/lunar/lunar.js @@ -0,0 +1,8405 @@ +;(function(root,factory){ + if (typeof define==='function'&&define.amd){ + define(factory); + }else if(typeof module!='undefined'&&module.exports){ + module.exports = factory(); + }else{ + var o = factory(); + for(var i in o){ + root[i] = o[i]; + } + } +})(this,function(){ + var Solar = (function(){ + var _fromDate = function(date){ + return _fromYmdHms(date.getFullYear(),date.getMonth()+1,date.getDate(),date.getHours(),date.getMinutes(),date.getSeconds()); + }; + var _fromJulianDay = function(julianDay){ + var d = Math.floor(julianDay + 0.5); + var f = julianDay + 0.5 - d; + var c; + + if (d >= 2299161) { + c = Math.floor((d - 1867216.25) / 36524.25); + d += 1 + c - Math.floor(c / 4); + } + d += 1524; + var year = Math.floor((d - 122.1) / 365.25); + d -= Math.floor(365.25 * year); + var month = Math.floor(d / 30.601); + d -= Math.floor(30.601 * month); + var day = d; + if (month > 13) { + month -= 13; + year -= 4715; + } else { + month -= 1; + year -= 4716; + } + f *= 24; + var hour = Math.floor(f); + + f -= hour; + f *= 60; + var minute = Math.floor(f); + + f -= minute; + f *= 60; + var second = Math.round(f); + if(second>59){ + second-=60; + minute++; + } + if(minute>59){ + minute-=60; + hour++; + } + return _fromYmdHms(year,month,day,hour,minute,second); + }; + var _fromYmdHms = function(y,m,d,hour,minute,second){ + var oy = y; + var om = m; + var od = d; + var oh = hour; + var oi = minute; + var os = second; + y *= 1; + if(isNaN(y)){ + throw new Error('wrong solar year '+oy); + } + m *= 1; + if(isNaN(m)){ + throw new Error('wrong solar month '+om); + } + d *= 1; + if(isNaN(d)){ + throw new Error('wrong solar day '+od); + } + hour *= 1; + if(isNaN(hour)){ + throw new Error('wrong hour '+oh); + } + minute *= 1; + if(isNaN(minute)){ + throw new Error('wrong minute '+oi); + } + second *= 1; + if(isNaN(second)){ + throw new Error('wrong second '+os); + } + if(1582===y && 10===m){ + if(d>4&&d<15){ + throw new Error('wrong solar year '+y+' month '+m+' day '+d); + } + } + if(m<1||m>12){ + throw new Error('wrong month ' + m); + } + if(d<1||d>31){ + throw new Error('wrong day ' + d); + } + if(hour<0||hour>23){ + throw new Error('wrong hour '+hour); + } + if(minute<0||minute>59){ + throw new Error('wrong minute '+minute); + } + if(second<0||second>59){ + throw new Error('wrong second '+second); + } + return { + _p:{ + year:y, + month:m, + day:d, + hour:hour, + minute:minute, + second:second + }, + subtract:function(solar){ + return SolarUtil.getDaysBetween(solar.getYear(), solar.getMonth(), solar.getDay(), this._p.year, this._p.month, this._p.day); + }, + subtractMinute:function(solar){ + var days = this.subtract(solar); + var cm = this._p.hour * 60 + this._p.minute; + var sm = solar.getHour() * 60 + solar.getMinute(); + var m = cm - sm; + if (m < 0) { + m += 1440; + days--; + } + m += days * 1440; + return m; + }, + isAfter: function(solar) { + if (this._p.year > solar.getYear()) { + return true; + } + if (this._p.year < solar.getYear()) { + return false; + } + if (this._p.month > solar.getMonth()) { + return true; + } + if (this._p.month < solar.getMonth()) { + return false; + } + if (this._p.day > solar.getDay()) { + return true; + } + if (this._p.day < solar.getDay()) { + return false; + } + if (this._p.hour > solar.getHour()) { + return true; + } + if (this._p.hour < solar.getHour()) { + return false; + } + if (this._p.minute > solar.getMinute()) { + return true; + } + if (this._p.minute < solar.getMinute()) { + return false; + } + return this._p.second > solar.getSecond(); + }, + isBefore: function(solar) { + if (this._p.year > solar.getYear()) { + return false; + } + if (this._p.year < solar.getYear()) { + return true; + } + if (this._p.month > solar.getMonth()) { + return false; + } + if (this._p.month < solar.getMonth()) { + return true; + } + if (this._p.day > solar.getDay()) { + return false; + } + if (this._p.day < solar.getDay()) { + return true; + } + if (this._p.hour > solar.getHour()) { + return false; + } + if (this._p.hour < solar.getHour()) { + return true; + } + if (this._p.minute > solar.getMinute()) { + return false; + } + if (this._p.minute < solar.getMinute()) { + return true; + } + return this._p.second < solar.getSecond(); + }, + getYear:function(){ + return this._p.year; + }, + getMonth:function(){ + return this._p.month; + }, + getDay:function(){ + return this._p.day; + }, + getHour:function(){ + return this._p.hour; + }, + getMinute:function(){ + return this._p.minute; + }, + getSecond:function(){ + return this._p.second; + }, + getWeek:function(){ + var start = _fromYmdHms(1582, 10, 15, 0, 0, 0); + var y = this._p.year; + var m = this._p.month; + var d = this._p.day; + var current = _fromYmdHms(y, m, d, 0, 0, 0); + // 蔡勒公式 + if (m < 3) { + m += 12; + y--; + } + var c = Math.floor(y/100); + y = y - c * 100; + var x = y + Math.floor(y/4) + Math.floor(c/4) - 2*c; + var w; + if (current.isBefore(start)) { + w = (x + Math.floor((13*(m+1))/5) + d + 2) % 7; + } else { + w = (x + Math.floor((26*(m+1))/10) + d - 1) % 7; + } + return (w + 7) % 7; + }, + getWeekInChinese:function(){ + return SolarUtil.WEEK[this.getWeek()]; + }, + /** + * 获取当天的阳历周 + * @param start 星期几作为一周的开始,1234560分别代表星期一至星期天 + */ + getSolarWeek:function(start){ + return SolarWeek.fromYmd(this._p.year, this._p.month, this._p.day, start); + }, + isLeapYear:function(){ + return SolarUtil.isLeapYear(this._p.year); + }, + getFestivals:function(){ + var l = []; + var f = SolarUtil.FESTIVAL[this._p.month+'-'+this._p.day]; + if(f){ + l.push(f); + } + var weeks = Math.ceil(this._p.day/7); + var week = this.getWeek(); + f = SolarUtil.WEEK_FESTIVAL[this._p.month+'-'+weeks+'-'+week]; + if(f){ + l.push(f); + } + if (this._p.day + 7 > SolarUtil.getDaysOfMonth(this._p.year, this._p.month)) { + f = SolarUtil.WEEK_FESTIVAL[this._p.month + '-0-' + week]; + if (f) { + l.push(f); + } + } + return l; + }, + getOtherFestivals:function(){ + var l=[]; + var fs=SolarUtil.OTHER_FESTIVAL[this._p.month+'-'+this._p.day]; + if(fs){ + l=l.concat(fs); + } + return l; + }, + getXingzuo:function(){ + return this.getXingZuo(); + }, + getXingZuo:function(){ + var index = 11; + var y = this._p.month*100+this._p.day; + if (y >= 321 && y <= 419) { + index = 0; + } else if (y >= 420 && y <= 520) { + index = 1; + } else if (y >= 521 && y <= 621) { + index = 2; + } else if (y >= 622 && y <= 722) { + index = 3; + } else if (y >= 723 && y <= 822) { + index = 4; + } else if (y >= 823 && y <= 922) { + index = 5; + } else if (y >= 923 && y <= 1023) { + index = 6; + } else if (y >= 1024 && y <= 1122) { + index = 7; + } else if (y >= 1123 && y <= 1221) { + index = 8; + } else if (y >= 1222 || y <= 119) { + index = 9; + } else if (y <= 218) { + index = 10; + } + return SolarUtil.XINGZUO[index]; + }, + toYmd:function(){ + var m = this._p.month; + var d = this._p.day; + var y = this._p.year + ''; + while (y.length < 4) { + y = '0' + y; + } + return [y,(m<10?'0':'')+m,(d<10?'0':'')+d].join('-'); + }, + toYmdHms:function(){ + return this.toYmd()+' '+[(this._p.hour<10?'0':'')+this._p.hour,(this._p.minute<10?'0':'')+this._p.minute,(this._p.second<10?'0':'')+this._p.second].join(':'); + }, + toString:function(){ + return this.toYmd(); + }, + toFullString:function(){ + var s = this.toYmdHms(); + if(this.isLeapYear()){ + s += ' 闰年'; + } + s += ' 星期'+this.getWeekInChinese(); + var festivals = this.getFestivals(); + for(var i=0,j=festivals.length;i 28) { + if (!SolarUtil.isLeapYear(y)) { + d = 28; + } + } + } + if (1582 === y && 10 === m) { + if (d > 4 && d < 15) { + d += 10; + } + } + return _fromYmdHms(y, m, d, this._p.hour, this._p.minute, this._p.second); + }, + nextMonth:function(months){ + var om = months; + months *= 1; + if (isNaN(months)) { + throw new Error('wrong months ' + om); + } + var month = SolarMonth.fromYm(this._p.year, this._p.month).next(months); + var y = month.getYear(); + var m = month.getMonth(); + var d = this._p.day; + // 2月处理 + if (2 === m) { + if (d > 28) { + if (!SolarUtil.isLeapYear(y)) { + d = 28; + } + } + } + if (1582 === y && 10 === m) { + if (d > 4 && d < 15) { + d += 10; + } + } + return _fromYmdHms(y, m, d, this._p.hour, this._p.minute, this._p.second); + }, + nextDay:function(days){ + var od = days; + days *= 1; + if (isNaN(days)) { + throw new Error('wrong days ' + od); + } + var y = this._p.year; + var m = this._p.month; + var d = this._p.day; + if (1582 === y && 10 === m) { + if (d > 4) { + d -= 10 + } + } + if (days > 0) { + d += days; + var daysInMonth = SolarUtil.getDaysOfMonth(y, m); + while (d > daysInMonth) { + d -= daysInMonth; + m++; + if (m > 12) { + m = 1; + y++; + } + daysInMonth = SolarUtil.getDaysOfMonth(y, m); + } + } else if (days < 0) { + while (d + days <= 0) { + m--; + if (m < 1) { + m = 12; + y--; + } + d += SolarUtil.getDaysOfMonth(y, m); + } + d += days; + } + if (1582 === y && 10 === m) { + if (d > 4) { + d += 10; + } + } + return _fromYmdHms(y, m, d, this._p.hour, this._p.minute, this._p.second); + }, + nextWorkday:function(days){ + var od = days; + days *= 1; + if (isNaN(days)) { + throw new Error('wrong days ' + od); + } + var solar = _fromYmdHms(this._p.year, this._p.month, this._p.day, this._p.hour, this._p.minute, this._p.second); + if (days !== 0) { + var rest = Math.abs(days); + var add = days < 1 ? -1 : 1; + while (rest > 0) { + solar = solar.next(add); + var work = true; + var holiday = HolidayUtil.getHoliday(solar.getYear(), solar.getMonth(), solar.getDay()); + if (!holiday) { + var week = solar.getWeek(); + if (0 === week || 6 === week) { + work = false; + } + } else { + work = holiday.isWork(); + } + if (work) { + rest -= 1; + } + } + } + return solar; + }, + next:function(days, onlyWorkday){ + if (onlyWorkday) { + return this.nextWorkday(days); + } + return this.nextDay(days); + }, + nextHour:function(hours){ + var oh = hours; + hours *= 1; + if (isNaN(hours)) { + throw new Error('wrong hours ' + oh); + } + var h = this._p.hour + hours; + var n = h < 0 ? -1 : 1; + var hour = Math.abs(h); + var days = Math.floor(hour / 24) * n; + hour = (hour % 24) * n; + if (hour < 0) { + hour += 24; + days--; + } + var solar = this.next(days); + return _fromYmdHms(solar.getYear(), solar.getMonth(), solar.getDay(), hour, solar.getMinute(), solar.getSecond()); + }, + getLunar:function(){ + return Lunar.fromSolar(this); + }, + getJulianDay:function(){ + var y = this._p.year; + var m = this._p.month; + var d = this._p.day + ((this._p.second / 60 + this._p.minute) / 60 + this._p.hour) / 24; + var n = 0; + var g = false; + if (y * 372 + m * 31 + Math.floor(d) >= 588829) { + g = true; + } + if (m <= 2) { + m += 12; + y--; + } + if (g) { + n = Math.floor(y / 100); + n = 2 - n + Math.floor(n / 4); + } + return Math.floor(365.25 * (y + 4716)) + Math.floor(30.6001 * (m + 1)) + d + n - 1524.5; + } + }; + }; + var _fromBaZi=function(yearGanZhi,monthGanZhi,dayGanZhi,timeGanZhi,sect,baseYear){ + sect *= 1; + if(isNaN(sect)){ + sect = 2; + } + if (1 !== sect) { + sect = 2; + } + baseYear *= 1; + if(isNaN(baseYear)){ + baseYear = 1900; + } + var l = []; + var years = []; + var today = _fromDate(new Date()); + var offsetYear = LunarUtil.getJiaZiIndex(today.getLunar().getYearInGanZhiExact())-LunarUtil.getJiaZiIndex(yearGanZhi); + if(offsetYear<0){ + offsetYear += 60; + } + var startYear = today.getYear() - offsetYear - 1; + var minYear = baseYear - 2; + while (startYear >= minYear) { + years.push(startYear); + startYear -= 60; + } + var hours = []; + var timeZhi = LunarUtil.find(timeGanZhi, LunarUtil.ZHI); + hours.push((timeZhi.index - 1) * 2); + if (1 === timeZhi.index) { + hours.push(23); + } + var j = years.length; + for (var m = 0, n = hours.length; m < n; m++) { + for (var i = 0;i < j; i++) { + var y = years[i]; + var maxYear = y + 3; + var year = y; + var month = 11; + if (year < baseYear) { + year = baseYear; + month = 1; + } + var solar = _fromYmdHms(year, month, 1, hours[m], 0, 0); + while (solar.getYear() <= maxYear) { + var lunar = solar.getLunar(); + var dgz = (2 === sect) ? lunar.getDayInGanZhiExact2() : lunar.getDayInGanZhiExact(); + if (lunar.getYearInGanZhiExact() === yearGanZhi && lunar.getMonthInGanZhiExact() === monthGanZhi && dgz === dayGanZhi && lunar.getTimeInGanZhi() === timeGanZhi) { + l.push(solar); + break; + } + solar = solar.next(1); + } + } + } + return l; + }; + return { + J2000:2451545, + fromYmd:function(y,m,d){return _fromYmdHms(y,m,d,0,0,0);}, + fromYmdHms:function(y,m,d,hour,minute,second){return _fromYmdHms(y,m,d,hour,minute,second);}, + fromDate:function(date){return _fromDate(date);}, + fromJulianDay:function(julianDay){return _fromJulianDay(julianDay);}, + fromBaZi:function(yearGanZhi,monthGanZhi,dayGanZhi,timeGanZhi,sect,baseYear){return _fromBaZi(yearGanZhi,monthGanZhi,dayGanZhi,timeGanZhi,sect,baseYear);} + }; + })(); + var Lunar = (function(){ + var _computeJieQi = function(o,ly) { + o['jieQiList'] = []; + o['jieQi'] = {}; + var julianDays = ly.getJieQiJulianDays(); + for (var i = 0, j = LunarUtil.JIE_QI_IN_USE.length; i < j; i++) { + var key = LunarUtil.JIE_QI_IN_USE[i]; + o['jieQiList'].push(key); + o['jieQi'][key] = Solar.fromJulianDay(julianDays[i]); + } + }; + var _computeYear = function(o,solar,year){ + //以正月初一开始 + var offset = year - 4; + var yearGanIndex = offset % 10; + var yearZhiIndex = offset % 12; + + if (yearGanIndex < 0) { + yearGanIndex += 10; + } + + if (yearZhiIndex < 0) { + yearZhiIndex += 12; + } + + //以立春作为新一年的开始的干支纪年 + var g = yearGanIndex; + var z = yearZhiIndex; + + //精确的干支纪年,以立春交接时刻为准 + var gExact = yearGanIndex; + var zExact = yearZhiIndex; + + var solarYear = solar.getYear(); + var solarYmd = solar.toYmd(); + var solarYmdHms = solar.toYmdHms(); + + //获取立春的阳历时刻 + var liChun = o['jieQi'][I18n.getMessage('jq.liChun')]; + if (liChun.getYear() !== solarYear) { + liChun = o['jieQi']['LI_CHUN']; + } + var liChunYmd = liChun.toYmd(); + var liChunYmdHms = liChun.toYmdHms(); + + //阳历和阴历年份相同代表正月初一及以后 + if(year===solarYear){ + //立春日期判断 + if(solarYmd=liChunYmd) { + g++; + z++; + } + if(solarYmdHms>=liChunYmdHms) { + gExact++; + zExact++; + } + } + + o['yearGanIndex'] = yearGanIndex; + o['yearZhiIndex'] = yearZhiIndex; + o['yearGanIndexByLiChun'] = (g<0?g+10:g)%10; + o['yearZhiIndexByLiChun'] = (z<0?z+12:z)%12; + o['yearGanIndexExact'] = (gExact<0?gExact+10:gExact)%10; + o['yearZhiIndexExact'] = (zExact<0?zExact+12:zExact)%12; + }; + var _computeMonth = function(o,solar){ + var start = null; + var i; + var end; + var size = LunarUtil.JIE_QI_IN_USE.length; + + //序号:大雪以前-3,大雪到小寒之间-2,小寒到立春之间-1,立春之后0 + var index = -3; + for(i=0;i=symd&&ymd=stime&&time='23:00'&&hm<='23:59'){ + dayGanExact++; + if(dayGanExact>=10){ + dayGanExact -= 10; + } + dayZhiExact++; + if(dayZhiExact>=12){ + dayZhiExact -= 12; + } + } + o['dayGanIndexExact'] = dayGanExact; + o['dayZhiIndexExact'] = dayZhiExact; + }; + var _computeTime = function(o,hour,minute){ + var timeZhiIndex = LunarUtil.getTimeZhiIndex((hour<10?'0':'')+hour+':'+(minute<10?'0':'')+minute); + o['timeZhiIndex'] = timeZhiIndex; + o['timeGanIndex'] = (o['dayGanIndexExact']%5*2+timeZhiIndex)%10; + }; + var _computeWeek = function(o,solar){ + o['weekIndex'] = solar.getWeek(); + }; + var _compute = function(year,hour,minute,second,solar,ly){ + var o = {}; + _computeJieQi(o, ly); + _computeYear(o, solar, year); + _computeMonth(o, solar); + _computeDay(o, solar, hour, minute); + _computeTime(o, hour, minute); + _computeWeek(o, solar); + return o; + }; + var _fromSolar = function(solar){ + var lunarYear = 0; + var lunarMonth = 0; + var lunarDay = 0; + var ly = LunarYear.fromYear(solar.getYear()); + var lms = ly.getMonths(); + for (var i = 0, j = lms.length; i < j; i++) { + var m = lms[i]; + var days = solar.subtract(Solar.fromJulianDay(m.getFirstJulianDay())); + if (days < m.getDayCount()) { + lunarYear = m.getYear(); + lunarMonth = m.getMonth(); + lunarDay = days + 1; + break; + } + } + return _new(lunarYear, lunarMonth, lunarDay, solar.getHour(), solar.getMinute(), solar.getSecond(), solar, ly); + }; + var _fromDate = function(date){ + return _fromSolar(Solar.fromDate(date)); + }; + var _fromYmdHms = function(lunarYear,lunarMonth,lunarDay,hour,minute,second) { + var oy = lunarYear; + var om = lunarMonth; + var od = lunarDay; + var oh = hour; + var oi = minute; + var os = second; + lunarYear *= 1; + if(isNaN(lunarYear)){ + throw new Error('wrong lunar year '+oy); + } + lunarMonth *= 1; + if(isNaN(lunarMonth)){ + throw new Error('wrong lunar month '+om); + } + lunarDay *= 1; + if(isNaN(lunarDay)){ + throw new Error('wrong lunar day '+od); + } + hour *= 1; + if(isNaN(hour)){ + throw new Error('wrong hour '+oh); + } + minute *= 1; + if(isNaN(minute)){ + throw new Error('wrong minute '+oi); + } + second *= 1; + if(isNaN(second)){ + throw new Error('wrong second '+os); + } + if(hour<0||hour>23){ + throw new Error('wrong hour '+hour); + } + if(minute<0||minute>59){ + throw new Error('wrong minute '+minute); + } + if(second<0||second>59){ + throw new Error('wrong second '+second); + } + var y = LunarYear.fromYear(lunarYear); + var m = y.getMonth(lunarMonth); + if (null == m) { + throw new Error('wrong lunar year '+lunarYear+' month '+lunarMonth); + } + if (lunarDay < 1) { + throw new Error('lunar day must bigger than 0'); + } + var days = m.getDayCount(); + if (lunarDay > days) { + throw new Error('only '+days+' days in lunar year '+lunarYear+' month '+lunarMonth); + } + var noon = Solar.fromJulianDay(m.getFirstJulianDay() + lunarDay - 1); + var solar = Solar.fromYmdHms(noon.getYear(), noon.getMonth(), noon.getDay(), hour, minute, second); + if (noon.getYear() !== lunarYear) { + y = LunarYear.fromYear(noon.getYear()); + } + return _new(lunarYear, lunarMonth, lunarDay, hour, minute, second, solar, y); + }; + var _new = function(year,month,day,hour,minute,second,solar,ly){ + var gz = _compute(year,hour,minute,second,solar,ly); + return { + _p:{ + lang: I18n.getLanguage(), + year:year, + month:month, + day:day, + hour:hour, + minute:minute, + second:second, + timeGanIndex:gz.timeGanIndex, + timeZhiIndex:gz.timeZhiIndex, + dayGanIndex:gz.dayGanIndex, + dayZhiIndex:gz.dayZhiIndex, + dayGanIndexExact:gz.dayGanIndexExact, + dayZhiIndexExact:gz.dayZhiIndexExact, + dayGanIndexExact2:gz.dayGanIndexExact2, + dayZhiIndexExact2:gz.dayZhiIndexExact2, + monthGanIndex:gz.monthGanIndex, + monthZhiIndex:gz.monthZhiIndex, + monthGanIndexExact:gz.monthGanIndexExact, + monthZhiIndexExact:gz.monthZhiIndexExact, + yearGanIndex:gz.yearGanIndex, + yearZhiIndex:gz.yearZhiIndex, + yearGanIndexByLiChun:gz.yearGanIndexByLiChun, + yearZhiIndexByLiChun:gz.yearZhiIndexByLiChun, + yearGanIndexExact:gz.yearGanIndexExact, + yearZhiIndexExact:gz.yearZhiIndexExact, + weekIndex:gz.weekIndex, + jieQi:gz.jieQi, + jieQiList:gz.jieQiList, + solar:solar, + eightChar:null + }, + getYear:function(){return this._p.year;}, + getMonth:function(){return this._p.month;}, + getDay:function(){return this._p.day;}, + getHour:function(){return this._p.hour;}, + getMinute:function(){return this._p.minute;}, + getSecond:function(){return this._p.second;}, + getTimeGanIndex:function(){return this._p.timeGanIndex;}, + getTimeZhiIndex:function(){return this._p.timeZhiIndex;}, + getDayGanIndex:function(){return this._p.dayGanIndex;}, + getDayGanIndexExact:function(){return this._p.dayGanIndexExact;}, + getDayGanIndexExact2:function(){return this._p.dayGanIndexExact2;}, + getDayZhiIndex:function(){return this._p.dayZhiIndex;}, + getDayZhiIndexExact:function(){return this._p.dayZhiIndexExact;}, + getDayZhiIndexExact2:function(){return this._p.dayZhiIndexExact2;}, + getMonthGanIndex:function(){return this._p.monthGanIndex;}, + getMonthGanIndexExact:function(){return this._p.monthGanIndexExact;}, + getMonthZhiIndex:function(){return this._p.monthZhiIndex;}, + getMonthZhiIndexExact:function(){return this._p.monthZhiIndexExact;}, + getYearGanIndex:function(){return this._p.yearGanIndex;}, + getYearGanIndexByLiChun:function(){return this._p.yearGanIndexByLiChun;}, + getYearGanIndexExact:function(){return this._p.yearGanIndexExact;}, + getYearZhiIndex:function(){return this._p.yearZhiIndex;}, + getYearZhiIndexByLiChun:function(){return this._p.yearZhiIndexByLiChun;}, + getYearZhiIndexExact:function(){return this._p.yearZhiIndexExact;}, + getGan:function(){return this.getYearGan();}, + getZhi:function(){return this.getYearZhi();}, + getYearGan:function(){return LunarUtil.GAN[this._p.yearGanIndex+1];}, + getYearGanByLiChun:function(){return LunarUtil.GAN[this._p.yearGanIndexByLiChun+1];}, + getYearGanExact:function(){return LunarUtil.GAN[this._p.yearGanIndexExact+1];}, + getYearZhi:function(){return LunarUtil.ZHI[this._p.yearZhiIndex+1];}, + getYearZhiByLiChun:function(){return LunarUtil.ZHI[this._p.yearZhiIndexByLiChun+1];}, + getYearZhiExact:function(){return LunarUtil.ZHI[this._p.yearZhiIndexExact+1];}, + getYearInGanZhi:function(){return this.getYearGan()+this.getYearZhi();}, + getYearInGanZhiByLiChun:function(){return this.getYearGanByLiChun()+this.getYearZhiByLiChun();}, + getYearInGanZhiExact:function(){return this.getYearGanExact()+this.getYearZhiExact();}, + getMonthGan:function(){return LunarUtil.GAN[this._p.monthGanIndex+1];}, + getMonthGanExact:function(){return LunarUtil.GAN[this._p.monthGanIndexExact+1];}, + getMonthZhi:function(){return LunarUtil.ZHI[this._p.monthZhiIndex+1];}, + getMonthZhiExact:function(){return LunarUtil.ZHI[this._p.monthZhiIndexExact+1];}, + getMonthInGanZhi:function(){return this.getMonthGan()+this.getMonthZhi();}, + getMonthInGanZhiExact:function(){return this.getMonthGanExact()+this.getMonthZhiExact();}, + getDayGan:function(){return LunarUtil.GAN[this._p.dayGanIndex+1];}, + getDayGanExact:function(){return LunarUtil.GAN[this._p.dayGanIndexExact+1];}, + getDayGanExact2:function(){return LunarUtil.GAN[this._p.dayGanIndexExact2+1];}, + getDayZhi:function(){return LunarUtil.ZHI[this._p.dayZhiIndex+1];}, + getDayZhiExact:function(){return LunarUtil.ZHI[this._p.dayZhiIndexExact+1];}, + getDayZhiExact2:function(){return LunarUtil.ZHI[this._p.dayZhiIndexExact2+1];}, + getDayInGanZhi:function(){return this.getDayGan()+this.getDayZhi();}, + getDayInGanZhiExact:function(){return this.getDayGanExact()+this.getDayZhiExact();}, + getDayInGanZhiExact2:function(){return this.getDayGanExact2()+this.getDayZhiExact2();}, + getTimeGan:function(){return LunarUtil.GAN[this._p.timeGanIndex+1];}, + getTimeZhi:function(){return LunarUtil.ZHI[this._p.timeZhiIndex+1];}, + getTimeInGanZhi:function(){return this.getTimeGan()+this.getTimeZhi();}, + getShengxiao:function(){return this.getYearShengXiao();}, + getYearShengXiao:function(){return LunarUtil.SHENGXIAO[this._p.yearZhiIndex+1];}, + getYearShengXiaoByLiChun:function(){return LunarUtil.SHENGXIAO[this._p.yearZhiIndexByLiChun+1];}, + getYearShengXiaoExact:function(){return LunarUtil.SHENGXIAO[this._p.yearZhiIndexExact+1];}, + getMonthShengXiao:function(){return LunarUtil.SHENGXIAO[this._p.monthZhiIndex+1];}, + getMonthShengXiaoExact:function(){return LunarUtil.SHENGXIAO[this._p.monthZhiIndexExact+1];}, + getDayShengXiao:function(){return LunarUtil.SHENGXIAO[this._p.dayZhiIndex+1];}, + getTimeShengXiao:function(){return LunarUtil.SHENGXIAO[this._p.timeZhiIndex+1];}, + getYearInChinese:function(){ + var y = this._p.year+''; + var s = ''; + var zero = '0'.charCodeAt(0); + for(var i=0,j=y.length;i -1) { + p = I18n.getMessage('bg.zhen'); + } else if ([I18n.getMessage('jz.bingZi'), I18n.getMessage('jz.dingChou'), I18n.getMessage('jz.wuYin'), I18n.getMessage('jz.jiMao'), I18n.getMessage('jz.gengChen'), I18n.getMessage('jz.xinSi')].join(',').indexOf(dayInGanZhi) > -1) { + p = I18n.getMessage('bg.li'); + } else if ([I18n.getMessage('jz.wuZi'), I18n.getMessage('jz.jiChou'), I18n.getMessage('jz.gengYin'), I18n.getMessage('jz.xinMao'), I18n.getMessage('jz.renChen'), I18n.getMessage('jz.guiSi')].join(',').indexOf(dayInGanZhi) > -1) { + p = I18n.getMessage('ps.center'); + } else if ([I18n.getMessage('jz.gengZi'), I18n.getMessage('jz.xinChou'), I18n.getMessage('jz.renYin'), I18n.getMessage('jz.guiMao'), I18n.getMessage('jz.jiaChen'), I18n.getMessage('jz.yiSi')].join(',').indexOf(dayInGanZhi) > -1) { + p = I18n.getMessage('bg.dui'); + } else if ([I18n.getMessage('jz.renZi'), I18n.getMessage('jz.guiChou'), I18n.getMessage('jz.jiaYin'), I18n.getMessage('jz.yiMao'), I18n.getMessage('jz.bingChen'), I18n.getMessage('jz.dingSi')].join(',').indexOf(dayInGanZhi) > -1) { + p = I18n.getMessage('bg.kan'); + } else { + p = LunarUtil.POSITION_TAI_SUI_YEAR[yearZhiIndex]; + } + return p; + }, + getDayPositionTaiSuiDesc:function(sect){ + return LunarUtil.POSITION_DESC[this.getDayPositionTaiSui(sect)]; + }, + getMonthPositionTaiSui:function(sect){ + var monthZhiIndex; + var monthGanIndex; + switch (sect) { + case 3: + monthZhiIndex = this._p.monthZhiIndexExact; + monthGanIndex = this._p.monthGanIndexExact; + break; + default: + monthZhiIndex = this._p.monthZhiIndex; + monthGanIndex = this._p.monthGanIndex; + } + var m = monthZhiIndex - LunarUtil.BASE_MONTH_ZHI_INDEX; + if (m < 0) { + m += 12; + } + return [I18n.getMessage('bg.gen'), LunarUtil.POSITION_GAN[monthGanIndex], I18n.getMessage('bg.kun'), I18n.getMessage('bg.xun')][m % 4] + }, + getMonthPositionTaiSuiDesc:function(sect){ + return LunarUtil.POSITION_DESC[this.getMonthPositionTaiSui(sect)]; + }, + getYearPositionTaiSui:function(sect){ + var yearZhiIndex; + switch (sect) { + case 1: + yearZhiIndex = this._p.yearZhiIndex; + break; + case 3: + yearZhiIndex = this._p.yearZhiIndexExact; + break; + default: + yearZhiIndex = this._p.yearZhiIndexByLiChun; + } + return LunarUtil.POSITION_TAI_SUI_YEAR[yearZhiIndex]; + }, + getYearPositionTaiSuiDesc:function(sect){ + return LunarUtil.POSITION_DESC[this.getYearPositionTaiSui(sect)]; + }, + _checkLang:function(){ + var lang = I18n.getLanguage(); + if (this._p.lang !== lang) { + for (var i = 0, j = LunarUtil.JIE_QI_IN_USE.length; i < j; i++) { + var newKey = LunarUtil.JIE_QI_IN_USE[i]; + var oldKey = this._p.jieQiList[i]; + var value = this._p.jieQi[oldKey]; + this._p.jieQiList[i] = newKey; + this._p.jieQi[newKey] = value; + } + this._p.lang = lang; + } + }, + _getJieQiSolar:function(name){ + this._checkLang(); + return this._p.jieQi[name]; + }, + getChong:function(){ + return this.getDayChong(); + }, + getChongGan:function(){ + return this.getDayChongGan(); + }, + getChongGanTie:function(){ + return this.getDayChongGanTie(); + }, + getChongShengXiao:function(){ + return this.getDayChongShengXiao(); + }, + getChongDesc:function(){ + return this.getDayChongDesc(); + }, + getSha:function(){ + return this.getDaySha(); + }, + getDayChong:function(){ + return LunarUtil.CHONG[this._p.dayZhiIndex]; + }, + getDayChongGan:function(){ + return LunarUtil.CHONG_GAN[this._p.dayGanIndex]; + }, + getDayChongGanTie:function(){ + return LunarUtil.CHONG_GAN_TIE[this._p.dayGanIndex]; + }, + getDayChongShengXiao:function(){ + var chong = this.getChong(); + for(var i=0,j=LunarUtil.ZHI.length;i= 29 && this._p.year !== this.next(1).getYear()) { + l.push(I18n.getMessage('jr.chuXi')); + } + return l; + }, + getOtherFestivals:function(){ + var l=[]; + var fs=LunarUtil.OTHER_FESTIVAL[this._p.month+'-'+this._p.day]; + if(fs){ + l=l.concat(fs); + } + var solarYmd = this._p.solar.toYmd(); + if(this._p.solar.toYmd() === this._getJieQiSolar(I18n.getMessage('jq.qingMing')).next(-1).toYmd()){ + l.push('寒食节'); + } + + var jq = this._getJieQiSolar(I18n.getMessage('jq.liChun')); + var offset = 4 - jq.getLunar().getDayGanIndex(); + if (offset < 0) { + offset += 10; + } + if (solarYmd === jq.next(offset + 40).toYmd()) { + l.push('春社'); + } + + jq = this._getJieQiSolar(I18n.getMessage('jq.liQiu')); + offset = 4 - jq.getLunar().getDayGanIndex(); + if (offset < 0) { + offset += 10; + } + if (solarYmd === jq.next(offset + 40).toYmd()) { + l.push('秋社'); + } + return l; + }, + getBaZi:function(){ + var bz = this.getEightChar(); + var l = []; + l.push(bz.getYear()); + l.push(bz.getMonth()); + l.push(bz.getDay()); + l.push(bz.getTime()); + return l; + }, + getBaZiWuXing:function(){ + var bz = this.getEightChar(); + var l = []; + l.push(bz.getYearWuXing()); + l.push(bz.getMonthWuXing()); + l.push(bz.getDayWuXing()); + l.push(bz.getTimeWuXing()); + return l; + }, + getBaZiNaYin:function(){ + var bz = this.getEightChar(); + var l = []; + l.push(bz.getYearNaYin()); + l.push(bz.getMonthNaYin()); + l.push(bz.getDayNaYin()); + l.push(bz.getTimeNaYin()); + return l; + }, + getBaZiShiShenGan:function(){ + var bz = this.getEightChar(); + var l = []; + l.push(bz.getYearShiShenGan()); + l.push(bz.getMonthShiShenGan()); + l.push(bz.getDayShiShenGan()); + l.push(bz.getTimeShiShenGan()); + return l; + }, + getBaZiShiShenZhi:function(){ + var bz = this.getEightChar(); + var l = []; + l.push(bz.getYearShiShenZhi()[0]); + l.push(bz.getMonthShiShenZhi()[0]); + l.push(bz.getDayShiShenZhi()[0]); + l.push(bz.getTimeShiShenZhi()[0]); + return l; + }, + getBaZiShiShenYearZhi:function(){ + return this.getEightChar().getYearShiShenZhi(); + }, + getBaZiShiShenMonthZhi:function(){ + return this.getEightChar().getMonthShiShenZhi(); + }, + getBaZiShiShenDayZhi:function(){ + return this.getEightChar().getDayShiShenZhi(); + }, + getBaZiShiShenTimeZhi:function(){ + return this.getEightChar().getTimeShiShenZhi(); + }, + getZhiXing:function(){ + var offset = this._p.dayZhiIndex-this._p.monthZhiIndex; + if(offset<0){ + offset += 12; + } + return LunarUtil.ZHI_XING[offset+1]; + }, + getDayTianShen:function(){ + var monthZhi = this.getMonthZhi(); + var offset = LunarUtil.ZHI_TIAN_SHEN_OFFSET[monthZhi]; + return LunarUtil.TIAN_SHEN[(this._p.dayZhiIndex+offset)%12+1]; + }, + getTimeTianShen:function(){ + var dayZhi = this.getDayZhiExact(); + var offset = LunarUtil.ZHI_TIAN_SHEN_OFFSET[dayZhi]; + return LunarUtil.TIAN_SHEN[(this._p.timeZhiIndex+offset)%12+1]; + }, + getDayTianShenType:function(){ + return LunarUtil.TIAN_SHEN_TYPE[this.getDayTianShen()]; + }, + getTimeTianShenType:function(){ + return LunarUtil.TIAN_SHEN_TYPE[this.getTimeTianShen()]; + }, + getDayTianShenLuck:function(){ + return LunarUtil.TIAN_SHEN_TYPE_LUCK[this.getDayTianShenType()]; + }, + getTimeTianShenLuck:function(){ + return LunarUtil.TIAN_SHEN_TYPE_LUCK[this.getTimeTianShenType()]; + }, + getDayPositionTai:function(){ + return LunarUtil.POSITION_TAI_DAY[LunarUtil.getJiaZiIndex(this.getDayInGanZhi())]; + }, + getMonthPositionTai:function(){ + var m = this._p.month; + if(m<0){ + return ''; + } + return LunarUtil.POSITION_TAI_MONTH[m-1]; + }, + getDayYi:function(sect){ + sect *= 1; + if(isNaN(sect)){ + sect = 2; + } + return LunarUtil.getDayYi(2 === sect ? this.getMonthInGanZhiExact() : this.getMonthInGanZhi(), this.getDayInGanZhi()); + }, + getDayJi:function(sect){ + sect *= 1; + if(isNaN(sect)){ + sect = 2; + } + return LunarUtil.getDayJi(2 === sect ? this.getMonthInGanZhiExact() : this.getMonthInGanZhi(), this.getDayInGanZhi()); + }, + getDayJiShen:function(){ + return LunarUtil.getDayJiShen(this.getMonth(),this.getDayInGanZhi()); + }, + getDayXiongSha:function(){ + return LunarUtil.getDayXiongSha(this.getMonth(),this.getDayInGanZhi()); + }, + getTimeYi:function(){ + return LunarUtil.getTimeYi(this.getDayInGanZhiExact(),this.getTimeInGanZhi()); + }, + getTimeJi:function(){ + return LunarUtil.getTimeJi(this.getDayInGanZhiExact(),this.getTimeInGanZhi()); + }, + getYueXiang:function(){ + return LunarUtil.YUE_XIANG[this._p.day]; + }, + _getYearNineStar:function(yearInGanZhi){ + var indexExact = LunarUtil.getJiaZiIndex(yearInGanZhi) + 1; + var index = LunarUtil.getJiaZiIndex(this.getYearInGanZhi()) + 1; + var yearOffset = indexExact - index; + if (yearOffset > 1) { + yearOffset -= 60; + } else if (yearOffset < -1) { + yearOffset += 60; + } + var yuan = Math.floor((this._p.year + yearOffset + 2696) / 60) % 3; + var offset = (62 + yuan * 3 - indexExact) % 9; + if(0 === offset){ + offset = 9; + } + return NineStar.fromIndex(offset - 1); + }, + getYearNineStar:function(sect){ + var yearInGanZhi; + switch (sect) { + case 1: + yearInGanZhi = this.getYearInGanZhi(); + break; + case 3: + yearInGanZhi = this.getYearInGanZhiExact(); + break; + default: + yearInGanZhi = this.getYearInGanZhiByLiChun(); + } + return this._getYearNineStar(yearInGanZhi); + }, + getMonthNineStar:function(sect){ + var yearZhiIndex; + var monthZhiIndex; + switch (sect) { + case 1: + yearZhiIndex = this._p.yearZhiIndex; + monthZhiIndex = this._p.monthZhiIndex; + break; + case 3: + yearZhiIndex = this._p.yearZhiIndexExact; + monthZhiIndex = this._p.monthZhiIndexExact; + break; + default: + yearZhiIndex = this._p.yearZhiIndexByLiChun; + monthZhiIndex = this._p.monthZhiIndex; + } + var n = 27 - (yearZhiIndex % 3 * 3); + if (monthZhiIndex < LunarUtil.BASE_MONTH_ZHI_INDEX) { + n -= 3; + } + return NineStar.fromIndex((n - monthZhiIndex) % 9); + }, + getDayNineStar:function(){ + var solarYmd = this._p.solar.toYmd(); + var dongZhi = this._getJieQiSolar(I18n.getMessage('jq.dongZhi')); + var dongZhi2 = this._getJieQiSolar('DONG_ZHI'); + var xiaZhi = this._getJieQiSolar(I18n.getMessage('jq.xiaZhi')); + var dongZhiIndex = LunarUtil.getJiaZiIndex(dongZhi.getLunar().getDayInGanZhi()); + var dongZhiIndex2 = LunarUtil.getJiaZiIndex(dongZhi2.getLunar().getDayInGanZhi()); + var xiaZhiIndex = LunarUtil.getJiaZiIndex(xiaZhi.getLunar().getDayInGanZhi()); + var solarShunBai; + var solarShunBai2; + var solarNiZi; + if (dongZhiIndex>29) { + solarShunBai = dongZhi.next(60 - dongZhiIndex); + } else { + solarShunBai = dongZhi.next(-dongZhiIndex); + } + var solarShunBaiYmd = solarShunBai.toYmd(); + if (dongZhiIndex2>29) { + solarShunBai2 = dongZhi2.next(60 - dongZhiIndex2); + } else { + solarShunBai2 = dongZhi2.next(-dongZhiIndex2); + } + var solarShunBaiYmd2 = solarShunBai2.toYmd(); + if (xiaZhiIndex>29) { + solarNiZi = xiaZhi.next(60 - xiaZhiIndex); + } else { + solarNiZi = xiaZhi.next(-xiaZhiIndex); + } + var solarNiZiYmd = solarNiZi.toYmd(); + var offset = 0; + if (solarYmd >= solarShunBaiYmd && solarYmd < solarNiZiYmd) { + offset = this._p.solar.subtract(solarShunBai) % 9; + } else if (solarYmd >= solarNiZiYmd && solarYmd < solarShunBaiYmd2){ + offset = 8 - (this._p.solar.subtract(solarNiZi) % 9); + } else if (solarYmd >= solarShunBaiYmd2) { + offset = this._p.solar.subtract(solarShunBai2) % 9; + } else if (solarYmd < solarShunBaiYmd) { + offset = (8 + solarShunBai.subtract(this._p.solar)) % 9; + } + return NineStar.fromIndex(offset); + }, + getTimeNineStar:function(){ + var solarYmd = this._p.solar.toYmd(); + var asc = false; + if((solarYmd >= this._getJieQiSolar(I18n.getMessage('jq.dongZhi')).toYmd() && solarYmd < this._getJieQiSolar(I18n.getMessage('jq.xiaZhi')).toYmd()) || solarYmd >= this._getJieQiSolar('DONG_ZHI').toYmd()){ + asc = true; + } + var offset = asc ? [0, 3, 6] : [8, 5, 2]; + var start = offset[this.getDayZhiIndex() % 3]; + var timeZhiIndex = this.getTimeZhiIndex(); + var index = asc ? (start + timeZhiIndex) : (start + 9 - timeZhiIndex); + return NineStar.fromIndex(index % 9); + }, + getSolar:function(){ + return this._p.solar; + }, + getJieQiTable:function(){ + this._checkLang(); + return this._p.jieQi; + }, + getJieQiList:function(){ + return this._p.jieQiList; + }, + getNextJie:function(wholeDay){ + var conditions = []; + for(var i=0,j=LunarUtil.JIE_QI_IN_USE.length/2;itoday){ + continue; + } + if(null == near || day > near[wholeDay ? 'toYmd' : 'toYmdHms']()) { + name = jq; + near = solar; + } + } + } + if(null==near){ + return null; + } + return this._buildJieQi(name, near); + }, + getCurrentJieQi:function(){ + for(var key in this._p.jieQi){ + var d = this._getJieQiSolar(key); + if(d.getYear() === this._p.solar.getYear() && d.getMonth() === this._p.solar.getMonth() && d.getDay() === this._p.solar.getDay()){ + return this._buildJieQi(this._convertJieQi(key), d); + } + } + return null; + }, + getCurrentJie:function(){ + for(var i=0, j=LunarUtil.JIE_QI_IN_USE.length; i0){ + s += ' ['+jq+']'; + } + s += ' '+this.getGong()+'方'+this.getShou(); + s += ' 星宿['+this.getXiu()+this.getZheng()+this.getAnimal()+']('+this.getXiuLuck()+')'; + s += ' 彭祖百忌['+this.getPengZuGan()+' '+this.getPengZuZhi()+']'; + s += ' 喜神方位['+this.getDayPositionXi()+']('+this.getDayPositionXiDesc()+')'; + s += ' 阳贵神方位['+this.getDayPositionYangGui()+']('+this.getDayPositionYangGuiDesc()+')'; + s += ' 阴贵神方位['+this.getDayPositionYinGui()+']('+this.getDayPositionYinGuiDesc()+')'; + s += ' 福神方位['+this.getDayPositionFu()+']('+this.getDayPositionFuDesc()+')'; + s += ' 财神方位['+this.getDayPositionCai()+']('+this.getDayPositionCaiDesc()+')'; + s += ' 冲['+this.getDayChongDesc()+']'; + s += ' 煞['+this.getDaySha()+']'; + return s; + }, + _buildNameAndIndex: function(name, index){ + return { + _p:{ + name: name, + index: index + }, + getName: function(){return this._p.name;}, + setName: function(name){this._p.name = name;}, + getIndex: function(){return this._p.index;}, + setIndex: function(index){this._p.index = index;}, + toString: function(){return this.getName();}, + toFullString: function(){return this.getName()+'第'+this.getIndex()+'天';} + }; + }, + getShuJiu:function(){ + var currentDay = Solar.fromYmd(this._p.solar.getYear(), this._p.solar.getMonth(), this._p.solar.getDay()); + var start = this._getJieQiSolar('DONG_ZHI'); + var startDay = Solar.fromYmd(start.getYear(), start.getMonth(), start.getDay()); + if (currentDay.isBefore(startDay)) { + start = this._getJieQiSolar(I18n.getMessage('jq.dongZhi')); + startDay = Solar.fromYmd(start.getYear(), start.getMonth(), start.getDay()); + } + var endDay = Solar.fromYmd(start.getYear(), start.getMonth(), start.getDay()).next(81); + if (currentDay.isBefore(startDay) || (!currentDay.isBefore(endDay))) { + return null; + } + var days = currentDay.subtract(startDay); + return this._buildNameAndIndex(LunarUtil.NUMBER[Math.floor(days / 9) + 1] + '九', days % 9 + 1); + }, + getFu:function(){ + var currentDay = Solar.fromYmd(this._p.solar.getYear(), this._p.solar.getMonth(), this._p.solar.getDay()); + var xiaZhi = this._getJieQiSolar(I18n.getMessage('jq.xiaZhi')); + var liQiu = this._getJieQiSolar(I18n.getMessage('jq.liQiu')); + var startDay = Solar.fromYmd(xiaZhi.getYear(), xiaZhi.getMonth(), xiaZhi.getDay()); + + // 第1个庚日 + var add = 6 - xiaZhi.getLunar().getDayGanIndex(); + if (add < 0) { + add += 10; + } + // 第3个庚日,即初伏第1天 + add += 20; + startDay = startDay.next(add); + + // 初伏以前 + if (currentDay.isBefore(startDay)) { + return null; + } + + var days = currentDay.subtract(startDay); + if (days < 10) { + return this._buildNameAndIndex('初伏', days + 1); + } + + // 第4个庚日,中伏第1天 + startDay = startDay.next(10); + + days = currentDay.subtract(startDay); + if (days < 10) { + return this._buildNameAndIndex('中伏', days + 1); + } + + // 第5个庚日,中伏第11天或末伏第1天 + startDay = startDay.next(10); + + var liQiuDay = Solar.fromYmd(liQiu.getYear(),liQiu.getMonth(),liQiu.getDay()); + + days = currentDay.subtract(startDay); + // 末伏 + if (!liQiuDay.isAfter(startDay)) { + if (days < 10) { + return this._buildNameAndIndex('末伏', days + 1); + } + } else { + // 中伏 + if (days < 10) { + return this._buildNameAndIndex('中伏', days + 11); + } + // 末伏第1天 + startDay = startDay.next(10); + days = currentDay.subtract(startDay); + if (days < 10) { + return this._buildNameAndIndex('末伏', days + 1); + } + } + return null; + }, + getLiuYao:function(){ + return LunarUtil.LIU_YAO[(Math.abs(this._p.month)+this._p.day-2)%6]; + }, + getWuHou:function(){ + var jieQi = this.getPrevJieQi(true); + var jq = LunarUtil.find(jieQi.getName(), LunarUtil.JIE_QI); + var current = Solar.fromYmd(this._p.solar.getYear(),this._p.solar.getMonth(),this._p.solar.getDay()); + var startSolar = jieQi.getSolar(); + var start = Solar.fromYmd(startSolar.getYear(),startSolar.getMonth(),startSolar.getDay()); + var index = Math.floor(current.subtract(start) / 5); + if (index > 2) { + index = 2; + } + return LunarUtil.WU_HOU[(jq.index * 3 + index) % LunarUtil.WU_HOU.length]; + }, + getHou:function(){ + var jieQi = this.getPrevJieQi(true); + var days = this._p.solar.subtract(jieQi.getSolar()); + var max = LunarUtil.HOU.length - 1; + var offset = Math.floor(days / 5); + if (offset > max) { + offset = max; + } + return jieQi.getName() + ' ' + LunarUtil.HOU[offset]; + }, + getDayLu:function(){ + var gan = LunarUtil.LU[this.getDayGan()]; + var zhi = LunarUtil.LU[this.getDayZhi()]; + var lu = gan + '命互禄'; + if (zhi) { + lu += ' ' + zhi + '命进禄'; + } + return lu; + }, + getTime:function(){ + return LunarTime.fromYmdHms(this._p.year, this._p.month, this._p.day, this._p.hour, this._p.minute, this._p.second); + }, + getTimes:function(){ + var l = []; + l.push(LunarTime.fromYmdHms(this._p.year, this._p.month, this._p.day, 0, 0, 0)); + for(var i = 0; i < 12; i++){ + l.push(LunarTime.fromYmdHms(this._p.year, this._p.month, this._p.day, (i+1)*2-1, 0, 0)); + } + return l; + }, + getFoto:function(){return Foto.fromLunar(this);}, + getTao:function(){return Tao.fromLunar(this);} + }; + }; + return { + fromYmdHms:function(y,m,d,hour,minute,second){return _fromYmdHms(y,m,d,hour,minute,second);}, + fromYmd:function(y,m,d){return _fromYmdHms(y,m,d,0,0,0);}, + fromSolar:function(solar){return _fromSolar(solar);}, + fromDate:function(date){return _fromDate(date);} + }; + })(); + var SolarWeek = (function(){ + var _fromDate = function(date,start){ + var solar = Solar.fromDate(date); + return _fromYmd(solar.getYear(),solar.getMonth(), solar.getDay(), start); + }; + var _fromYmd = function(y,m,d,start){ + var oy = y; + var om = m; + var od = d; + y *= 1; + if(isNaN(y)){ + throw new Error('wrong solar year '+oy); + } + m *= 1; + if(isNaN(m)){ + throw new Error('wrong solar month '+om); + } + d *= 1; + if(isNaN(d)){ + throw new Error('wrong solar day '+od); + } + start *= 1; + if(isNaN(start)){ + start = 0; + } + return { + _p:{ + year:y, + month:m, + day:d, + start:start + }, + getYear:function(){ + return this._p.year; + }, + getMonth:function(){ + return this._p.month; + }, + getDay:function(){ + return this._p.day; + }, + getStart:function(){ + return this._p.start; + }, + /** + * 获取当前日期是在当月第几周 + * @return number 周序号,从1开始 + */ + getIndex:function(){ + var offset = Solar.fromYmd(this._p.year,this._p.month,1).getWeek() - this._p.start; + if(offset < 0) { + offset += 7; + } + return Math.ceil((this._p.day + offset)/7); + }, + /** + * 获取当前日期是在当年第几周 + * @return number 周序号,从1开始 + */ + getIndexInYear:function(){ + var offset = Solar.fromYmd(this._p.year,1,1).getWeek() - this._p.start; + if(offset < 0) { + offset += 7; + } + return Math.ceil((SolarUtil.getDaysInYear(this._p.year, this._p.month, this._p.day) + offset)/7); + }, + /** + * 周推移 + * @param weeks 推移的周数,负数为倒推 + * @param separateMonth 是否按月单独计算 + * @return object 推移后的阳历周 + */ + next: function (weeks, separateMonth) { + var ow = weeks; + weeks *= 1; + if(isNaN(weeks)){ + throw new Error('wrong weeks ' + ow); + } + var start = this._p.start; + if (0 === weeks) { + return _fromYmd(this._p.year, this._p.month, this._p.day, start); + } + var solar = Solar.fromYmd(this._p.year, this._p.month, this._p.day); + if (separateMonth) { + var n = weeks; + var week = _fromYmd(this._p.year, this._p.month, this._p.day, start); + var month = this._p.month; + var plus = n > 0; + while (0 !== n) { + solar = solar.next(plus ? 7 : -7); + week = _fromYmd(solar.getYear(), solar.getMonth(), solar.getDay(), start); + var weekMonth = week.getMonth(); + if (month !== weekMonth) { + var index = week.getIndex(); + if (plus) { + if (1 === index) { + var firstDay = week.getFirstDay(); + week = _fromYmd(firstDay.getYear(), firstDay.getMonth(), firstDay.getDay(), start); + weekMonth = week.getMonth(); + } else { + solar = Solar.fromYmd(week.getYear(), week.getMonth(), 1); + week = _fromYmd(solar.getYear(), solar.getMonth(), solar.getDay(), start); + } + } else { + var size = SolarUtil.getWeeksOfMonth(week.getYear(), week.getMonth(), start); + if (size === index) { + var lastDay = week.getFirstDay().next(6); + week = _fromYmd(lastDay.getYear(), lastDay.getMonth(), lastDay.getDay(), start); + weekMonth = week.getMonth(); + } else { + solar = Solar.fromYmd(week.getYear(), week.getMonth(), SolarUtil.getDaysOfMonth(week.getYear(), week.getMonth())); + week = _fromYmd(solar.getYear(), solar.getMonth(), solar.getDay(), start); + } + } + month = weekMonth; + } + n -= plus ? 1 : -1; + } + return week; + } else { + solar = solar.next(weeks * 7); + return _fromYmd(solar.getYear(), solar.getMonth(), solar.getDay(), start); + } + }, + /** + * 获取本周第一天的阳历日期(可能跨月) + * @return object 本周第一天的阳历日期 + */ + getFirstDay:function(){ + var solar = Solar.fromYmd(this._p.year, this._p.month, this._p.day); + var prev = solar.getWeek() - this._p.start; + if(prev < 0){ + prev += 7; + } + return solar.next(-prev); + }, + /** + * 获取本周第一天的阳历日期(仅限当月) + * @return object 本周第一天的阳历日期 + */ + getFirstDayInMonth:function(){ + var index = 0; + var days = this.getDays(); + for(var i = 0;i 12) { + m -= 12; + y++; + } else if (m < 1) { + m += 12; + y--; + } + return _fromYm(y, m); + }, + getDays:function(){ + var l = []; + var d = Solar.fromYmd(this._p.year,this._p.month,1); + l.push(d); + var days = SolarUtil.getDaysOfMonth(this._p.year,this._p.month); + for(var i = 1;i this._p.year || firstDay.getMonth() > this._p.month) { + // break; + // } + if (l.length === 6) { + break; + } + } + return l; + }, + toString:function(){ + return this.getYear()+'-'+this.getMonth(); + }, + toFullString:function(){ + return this.getYear()+'年'+this.getMonth()+'月'; + } + }; + }; + return { + fromYm:function(y,m){return _fromYm(y,m);}, + fromDate:function(date){return _fromDate(date);} + }; + })(); + var SolarSeason = (function(){ + var _fromDate = function(date){ + var solar = Solar.fromDate(date); + return _fromYm(solar.getYear(),solar.getMonth()); + }; + var _fromYm = function(y,m){ + var oy = y; + var om = m; + y *= 1; + if(isNaN(y)){ + throw new Error('wrong solar year '+oy); + } + m *= 1; + if(isNaN(m)){ + throw new Error('wrong solar month '+om); + } + return { + _p:{ + year:y, + month:m + }, + getYear:function(){ + return this._p.year; + }, + getMonth:function(){ + return this._p.month; + }, + /** + * 获取当月是第几季度 + * @return number 季度序号,从1开始 + */ + getIndex:function(){ + return Math.ceil(this._p.month/3); + }, + /** + * 季度推移 + * @param seasons 推移的季度数,负数为倒推 + * @return object 推移后的季度 + */ + next:function(seasons){ + var os = seasons; + seasons *= 1; + if(isNaN(seasons)){ + throw new Error('wrong seasons ' + os); + } + var month = SolarMonth.fromYm(this._p.year, this._p.month).next(3 * seasons); + return _fromYm(month.getYear(), month.getMonth()); + }, + /** + * 获取本季度的月份 + * @return Array 本季度的月份列表 + */ + getMonths:function(){ + var l = []; + var index = this.getIndex()-1; + for(var i=0;i<3;i++){ + l.push(SolarMonth.fromYm(this._p.year,3*index+i+1)); + } + return l; + }, + toString:function(){ + return this.getYear()+'.'+this.getIndex(); + }, + toFullString:function(){ + return this.getYear()+'年'+this.getIndex()+'季度'; + } + }; + }; + return { + fromYm:function(y,m){return _fromYm(y,m);}, + fromDate:function(date){return _fromDate(date);} + }; + })(); + var SolarHalfYear = (function(){ + var _fromDate = function(date){ + var solar = Solar.fromDate(date); + return _fromYm(solar.getYear(),solar.getMonth()); + }; + var _fromYm = function(y,m){ + var oy = y; + var om = m; + y *= 1; + if(isNaN(y)){ + throw new Error('wrong solar year '+oy); + } + m *= 1; + if(isNaN(m)){ + throw new Error('wrong solar month '+om); + } + return { + _p:{ + year:y, + month:m + }, + getYear:function(){ + return this._p.year; + }, + getMonth:function(){ + return this._p.month; + }, + /** + * 获取当月是第几半年 + * @return number 半年序号,从1开始 + */ + getIndex:function(){ + return Math.ceil(this._p.month/6); + }, + /** + * 半年推移 + * @param halfYears 推移的半年数,负数为倒推 + * @return object 推移后的半年 + */ + next:function(halfYears){ + var oh = halfYears; + halfYears *= 1; + if(isNaN(halfYears)){ + throw new Error('wong halfYears ' + oh); + } + var month = SolarMonth.fromYm(this._p.year, this._p.month).next(6 * halfYears); + return _fromYm(month.getYear(), month.getMonth()); + }, + /** + * 获取本半年的月份 + * @return Array 本半年的月份列表 + */ + getMonths:function(){ + var l = []; + var index = this.getIndex()-1; + for(var i=0;i<6;i++){ + l.push(SolarMonth.fromYm(this._p.year,6*index+i+1)); + } + return l; + }, + toString:function(){ + return this.getYear()+'.'+this.getIndex(); + }, + toFullString:function(){ + return this.getYear()+'年'+['上','下'][this.getIndex()-1]+'半年'; + } + }; + }; + return { + fromYm:function(y,m){return _fromYm(y,m);}, + fromDate:function(date){return _fromDate(date);} + }; + })(); + var SolarYear = (function(){ + var _fromDate = function(date){ + return _fromYear(Solar.fromDate(date).getYear()); + }; + var _fromYear = function(y){ + var oy = y; + y *= 1; + if(isNaN(y)){ + throw new Error('wrong solar year '+oy); + } + return { + _p:{ + year:y + }, + getYear:function(){ + return this._p.year; + }, + next:function(years){ + var oy = years; + years *= 1; + if(isNaN(years)){ + throw new Error('wrong years ' + oy); + } + return _fromYear(this._p.year + years); + }, + getMonths:function(){ + var l = []; + var m = SolarMonth.fromYm(this._p.year,1); + l.push(m); + for(var i = 1;i<12;i++){ + l.push(m.next(i)); + } + return l; + }, + toString:function(){ + return this.getYear()+''; + }, + toFullString:function(){ + return this.getYear()+'年'; + } + }; + }; + return { + fromYear:function(y){return _fromYear(y);}, + fromDate:function(date){return _fromDate(date);} + }; + })(); + var LunarYear = (function(){ + var _YUAN = ['下','上','中']; + var _YUN = ['七','八','九','一','二','三','四','五','六']; + var _LEAP_11 = [75, 94, 170, 238, 265, 322, 389, 469, 553, 583, 610, 678, 735, 754, 773, 849, 887, 936, 1050, 1069, 1126, 1145, 1164, 1183, 1259, 1278, 1308, 1373, 1403, 1441, 1460, 1498, 1555, 1593, 1612, 1631, 1642, 2033, 2128, 2147, 2242, 2614, 2728, 2910, 3062, 3244, 3339, 3616, 3711, 3730, 3825, 4007, 4159, 4197, 4322, 4341, 4379, 4417, 4531, 4599, 4694, 4713, 4789, 4808, 4971, 5085, 5104, 5161, 5180, 5199, 5294, 5305, 5476, 5677, 5696, 5772, 5791, 5848, 5886, 6049, 6068, 6144, 6163, 6258, 6402, 6440, 6497, 6516, 6630, 6641, 6660, 6679, 6736, 6774, 6850, 6869, 6899, 6918, 6994, 7013, 7032, 7051, 7070, 7089, 7108, 7127, 7146, 7222, 7271, 7290, 7309, 7366, 7385, 7404, 7442, 7461, 7480, 7491, 7499, 7594, 7624, 7643, 7662, 7681, 7719, 7738, 7814, 7863, 7882, 7901, 7939, 7958, 7977, 7996, 8034, 8053, 8072, 8091, 8121, 8159, 8186, 8216, 8235, 8254, 8273, 8311, 8330, 8341, 8349, 8368, 8444, 8463, 8474, 8493, 8531, 8569, 8588, 8626, 8664, 8683, 8694, 8702, 8713, 8721, 8751, 8789, 8808, 8816, 8827, 8846, 8884, 8903, 8922, 8941, 8971, 9036, 9066, 9085, 9104, 9123, 9142, 9161, 9180, 9199, 9218, 9256, 9294, 9313, 9324, 9343, 9362, 9381, 9419, 9438, 9476, 9514, 9533, 9544, 9552, 9563, 9571, 9582, 9601, 9639, 9658, 9666, 9677, 9696, 9734, 9753, 9772, 9791, 9802, 9821, 9886, 9897, 9916, 9935, 9954, 9973, 9992]; + var _LEAP_12 = [37, 56, 113, 132, 151, 189, 208, 227, 246, 284, 303, 341, 360, 379, 417, 436, 458, 477, 496, 515, 534, 572, 591, 629, 648, 667, 697, 716, 792, 811, 830, 868, 906, 925, 944, 963, 982, 1001, 1020, 1039, 1058, 1088, 1153, 1202, 1221, 1240, 1297, 1335, 1392, 1411, 1422, 1430, 1517, 1525, 1536, 1574, 3358, 3472, 3806, 3988, 4751, 4941, 5066, 5123, 5275, 5343, 5438, 5457, 5495, 5533, 5552, 5715, 5810, 5829, 5905, 5924, 6421, 6535, 6793, 6812, 6888, 6907, 7002, 7184, 7260, 7279, 7374, 7556, 7746, 7757, 7776, 7833, 7852, 7871, 7966, 8015, 8110, 8129, 8148, 8224, 8243, 8338, 8406, 8425, 8482, 8501, 8520, 8558, 8596, 8607, 8615, 8645, 8740, 8778, 8835, 8865, 8930, 8960, 8979, 8998, 9017, 9055, 9074, 9093, 9112, 9150, 9188, 9237, 9275, 9332, 9351, 9370, 9408, 9427, 9446, 9457, 9465, 9495, 9560, 9590, 9628, 9647, 9685, 9715, 9742, 9780, 9810, 9818, 9829, 9848, 9867, 9905, 9924, 9943, 9962, 10000]; + var _LEAP = {}; + var _CACHE = {}; + var _initLeap = function() { + var i; + var j; + for (i = 0, j = _LEAP_11.length; i < j; i++) { + _LEAP['_' + _LEAP_11[i]] = 13; + } + for (i = 0, j = _LEAP_12.length; i < j; i++) { + _LEAP['_' + _LEAP_12[i]] = 14; + } + }; + _initLeap(); + var _fromYear = function(lunarYear){ + var oy = lunarYear; + lunarYear *= 1; + if(isNaN(lunarYear)){ + throw new Error('wrong lunar year '+oy); + } + var _y = (function(){ + var offset = lunarYear - 4; + var yearGanIndex = offset % 10; + var yearZhiIndex = offset % 12; + if (yearGanIndex < 0) { + yearGanIndex += 10; + } + if (yearZhiIndex < 0) { + yearZhiIndex += 12; + } + return { + ganIndex: yearGanIndex, + zhiIndex: yearZhiIndex + } + })(); + return { + _p: { + year: lunarYear, + ganIndex: _y.ganIndex, + zhiIndex: _y.zhiIndex, + months: [], + jieQiJulianDays: [] + }, + getYear:function(){return this._p.year;}, + getGanIndex:function(){return this._p.ganIndex;}, + getZhiIndex:function(){return this._p.zhiIndex;}, + getGan:function(){return LunarUtil.GAN[this._p.ganIndex+1];}, + getZhi:function(){return LunarUtil.ZHI[this._p.zhiIndex+1];}, + getGanZhi:function(){return this.getGan()+this.getZhi();}, + getJieQiJulianDays:function(){return this._p.jieQiJulianDays;}, + getDayCount:function(){ + var n = 0; + for (var i = 0, j = this._p.months.length; i < j; i++) { + var m = this._p.months[i]; + if (m.getYear() === this._p.year) { + n += m.getDayCount(); + } + } + return n; + }, + getMonthsInYear:function(){ + var l = []; + for (var i = 0, j = this._p.months.length; i < j; i++) { + var m = this._p.months[i]; + if (m.getYear() === this._p.year) { + l.push(m); + } + } + return l; + }, + getMonths:function(){return this._p.months;}, + getMonth:function(lunarMonth){ + var om = lunarMonth; + lunarMonth *= 1; + if(isNaN(lunarMonth)){ + throw new Error('wrong lunarMonth ' + om); + } + for (var i = 0, j = this._p.months.length; i < j; i++) { + var m = this._p.months[i]; + if (m.getYear() === this._p.year && m.getMonth() === lunarMonth) { + return m; + } + } + return null; + }, + getLeapMonth:function(){ + for (var i = 0, j = this._p.months.length; i < j; i++) { + var m = this._p.months[i]; + if (m.getYear() === this._p.year && m.isLeap()) { + return Math.abs(m.getMonth()); + } + } + return 0; + }, + _getZaoByGan:function(index, name){ + var offset = index - Solar.fromJulianDay(this.getMonth(1).getFirstJulianDay()).getLunar().getDayGanIndex(); + if (offset < 0) { + offset += 10; + } + return name.replace('几', LunarUtil.NUMBER[offset+1]); + }, + _getZaoByZhi:function(index, name){ + var offset = index - Solar.fromJulianDay(this.getMonth(1).getFirstJulianDay()).getLunar().getDayZhiIndex(); + if (offset < 0) { + offset += 12; + } + return name.replace('几', LunarUtil.NUMBER[offset+1]); + }, + getTouLiang:function(){ + return this._getZaoByZhi(0, '几鼠偷粮'); + }, + getCaoZi:function(){ + return this._getZaoByZhi(0, '草子几分'); + }, + getGengTian:function(){ + return this._getZaoByZhi(1, '几牛耕田'); + }, + getHuaShou:function(){ + return this._getZaoByZhi(3, '花收几分'); + }, + getZhiShui:function(){ + return this._getZaoByZhi(4, '几龙治水'); + }, + getTuoGu:function(){ + return this._getZaoByZhi(6, '几马驮谷'); + }, + getQiangMi:function(){ + return this._getZaoByZhi(9, '几鸡抢米'); + }, + getKanCan:function(){ + return this._getZaoByZhi(9, '几姑看蚕'); + }, + getGongZhu:function(){ + return this._getZaoByZhi(11, '几屠共猪'); + }, + getJiaTian:function(){ + return this._getZaoByGan(0, '甲田几分'); + }, + getFenBing:function(){ + return this._getZaoByGan(2, '几人分饼'); + }, + getDeJin:function(){ + return this._getZaoByGan(7, '几日得金'); + }, + getRenBing:function(){ + return this._getZaoByGan(2, this._getZaoByZhi(2, '几人几丙')); + }, + getRenChu:function(){ + return this._getZaoByGan(3, this._getZaoByZhi(2, '几人几锄')); + }, + getYuan:function(){ + return _YUAN[Math.floor((this._p.year+2696)/60)%3]+'元'; + }, + getYun:function(){ + return _YUN[Math.floor((this._p.year+2696)/20)%9]+'运'; + }, + getNineStar:function(){ + var index = LunarUtil.getJiaZiIndex(this.getGanZhi()) + 1; + var yuan = Math.floor((this._p.year + 2696) / 60) % 3; + var offset = (62 + yuan * 3 - index) % 9; + if(0 === offset){ + offset = 9; + } + return NineStar.fromIndex(offset - 1); + }, + getPositionXi:function(){ + return LunarUtil.POSITION_XI[this._p.ganIndex+1]; + }, + getPositionXiDesc:function(){ + return LunarUtil.POSITION_DESC[this.getPositionXi()]; + }, + getPositionYangGui:function(){ + return LunarUtil.POSITION_YANG_GUI[this._p.ganIndex+1]; + }, + getPositionYangGuiDesc:function(){ + return LunarUtil.POSITION_DESC[this.getPositionYangGui()]; + }, + getPositionYinGui:function(){ + return LunarUtil.POSITION_YIN_GUI[this._p.ganIndex+1]; + }, + getPositionYinGuiDesc:function(){ + return LunarUtil.POSITION_DESC[this.getPositionYinGui()]; + }, + getPositionFu:function(sect){ + return (1===sect?LunarUtil.POSITION_FU:LunarUtil.POSITION_FU_2)[this._p.ganIndex+1]; + }, + getPositionFuDesc:function(sect){ + return LunarUtil.POSITION_DESC[this.getPositionFu(sect)]; + }, + getPositionCai:function(){ + return LunarUtil.POSITION_CAI[this._p.ganIndex+1]; + }, + getPositionCaiDesc:function(){ + return LunarUtil.POSITION_DESC[this.getPositionCai()]; + }, + getPositionTaiSui:function(){ + return LunarUtil.POSITION_TAI_SUI_YEAR[this._p.zhiIndex]; + }, + getPositionTaiSuiDesc:function(){ + return LunarUtil.POSITION_DESC[this.getPositionTaiSui()]; + }, + toString:function(){ + return this.getYear()+''; + }, + toFullString:function(){ + return this.getYear()+'年'; + }, + next:function(years){ + var oy = years; + years *= 1; + if(isNaN(years)){ + throw new Error('wrong years ' + oy); + } + return LunarYear.fromYear(this._p.year + years); + }, + _compute:function(){ + this._p.months = []; + this._p.jieQiJulianDays = []; + // 节气(中午12点),长度25 + var jq = []; + // 合朔,即每月初一(中午12点),长度16 + var hs = []; + // 每月天数,长度15 + var dayCounts = []; + var i; + var j; + var currentYear = this._p.year; + var year = currentYear - 2000; + // 从上年的大雪到下年的大寒 + for (i = 0, j = LunarUtil.JIE_QI_IN_USE.length; i < j; i++) { + // 精确的节气 + var t = 36525 * ShouXingUtil.saLonT((year + (17 + i) * 15.0 / 360) * ShouXingUtil.PI_2); + t += ShouXingUtil.ONE_THIRD - ShouXingUtil.dtT(t); + this._p.jieQiJulianDays.push(t + Solar.J2000); + // 按中午12点算的节气 + if (i > 0 && i < 26) { + jq[i - 1] = Math.round(t); + } + } + + // 冬至前的初一 + var w = ShouXingUtil.calcShuo(jq[0]); + if (w > jq[0]) { + if (currentYear !== 41 && currentYear !== 193 && currentYear !== 288 && currentYear !== 345 && currentYear !== 918 && currentYear !== 1013) { + w -= 29.5306; + } + } + // 递推每月初一 + for (i = 0; i < 16; i++) { + hs.push(ShouXingUtil.calcShuo(w + 29.5306 * i)); + } + // 每月天数 + for (i = 0; i < 15; i++) { + dayCounts.push(Math.floor(hs[i + 1] - hs[i])); + } + + var prevYear = currentYear - 1; + var leapYear = -1; + var leapIndex = -1; + + var leap = _LEAP['_' + currentYear]; + if (!leap) { + leap = _LEAP['_' + prevYear]; + if (!leap) { + if (hs[13] <= jq[24]) { + i = 1; + while (hs[i + 1] > jq[2 * i] && i < 13) { + i++; + } + leapYear = currentYear; + leapIndex = i; + } + } else { + leapYear = prevYear; + leapIndex = leap - 12; + } + } else { + leapYear = currentYear; + leapIndex = leap; + } + + var y = prevYear; + var m = 11; + var index = m; + for (i = 0, j = dayCounts.length; i < j; i++) { + var cm = m; + if (y === leapYear && i === leapIndex) { + cm = -cm; + } + this._p.months.push(LunarMonth._(y, cm, dayCounts[i], hs[i] + Solar.J2000, index)); + if (y !== leapYear || i + 1 !== leapIndex) { + m++; + } + index++; + if (m === 13) { + m = 1; + index = 1; + y++; + } + } + return this; + } + }._compute(); + }; + var _fromCachedYear = function(lunarYear) { + var key = '_' + lunarYear; + var obj = _CACHE[key]; + if (!obj) { + obj = _fromYear(lunarYear); + _CACHE[key] = obj; + } + return obj; + }; + return { + fromYear:function(lunarYear){return _fromCachedYear(lunarYear);} + }; + })(); + var LunarMonth = (function(){ + var _fromYm = function(lunarYear,lunarMonth){ + var oy = lunarYear; + var om = lunarMonth; + lunarYear *= 1; + if(isNaN(lunarYear)){ + throw new Error('wrong lunar year '+oy); + } + lunarMonth *= 1; + if(isNaN(lunarMonth)){ + throw new Error('wrong lunar month '+om); + } + return LunarYear.fromYear(lunarYear).getMonth(lunarMonth); + }; + var _new = function(lunarYear, lunarMonth, dayCount, firstJulianDay, index){ + return { + _p: { + year: lunarYear, + month: lunarMonth, + dayCount: dayCount, + firstJulianDay: firstJulianDay, + index: index, + zhiIndex: (index - 1 + LunarUtil.BASE_MONTH_ZHI_INDEX) % 12 + }, + getIndex:function(){return this._p.index;}, + getGanIndex:function(){ + var offset = (LunarYear.fromYear(this._p.year).getGanIndex() + 1) % 5 * 2; + return (this._p.index - 1 + offset) % 10; + }, + getZhiIndex:function(){return this._p.zhiIndex;}, + getGan:function(){return LunarUtil.GAN[this.getGanIndex() + 1];}, + getZhi:function(){return LunarUtil.ZHI[this._p.zhiIndex + 1];}, + getGanZhi:function(){return this.getGan() + this.getZhi();}, + getYear:function(){return this._p.year;}, + getMonth:function(){return this._p.month;}, + getDayCount:function(){return this._p.dayCount;}, + getFirstJulianDay:function(){return this._p.firstJulianDay;}, + isLeap:function(){return this._p.month<0;}, + getPositionXi:function(){ + return LunarUtil.POSITION_XI[this.getGanIndex() + 1]; + }, + getPositionXiDesc:function(){ + return LunarUtil.POSITION_DESC.get(this.getPositionXi()); + }, + getPositionYangGui:function(){ + return LunarUtil.POSITION_YANG_GUI[this.getGanIndex() + 1]; + }, + getPositionYangGuiDesc:function(){ + return LunarUtil.POSITION_DESC.get(this.getPositionYangGui()); + }, + getPositionYinGui:function(){ + return LunarUtil.POSITION_YIN_GUI[this.getGanIndex() + 1]; + }, + getPositionYinGuiDesc:function(){ + return LunarUtil.POSITION_DESC.get(this.getPositionYinGui()); + }, + getPositionFu:function(sect){ + return (1 === sect ? LunarUtil.POSITION_FU : LunarUtil.POSITION_FU_2)[this.getGanIndex() + 1]; + }, + getPositionFuDesc:function(sect){ + return LunarUtil.POSITION_DESC.get(this.getPositionFu(sect)); + }, + getPositionCai:function(){ + return LunarUtil.POSITION_CAI[this.getGanIndex() + 1]; + }, + getPositionCaiDesc:function(){ + return LunarUtil.POSITION_DESC.get(this.getPositionCai()); + }, + getPositionTaiSui:function(){ + var p; + var m = Math.abs(this._p.month); + switch(m) { + case 1: + case 5: + case 9: + p = '艮'; + break; + case 3: + case 7: + case 11: + p = '坤'; + break; + case 4: + case 8: + case 12: + p = '巽'; + break; + default: + p = LunarUtil.POSITION_GAN[Solar.fromJulianDay(this.getFirstJulianDay()).getLunar().getMonthGanIndex()]; + } + return p; + }, + getPositionTaiSuiDesc:function(){ + return LunarUtil.POSITION_DESC[this.getPositionTaiSui()]; + }, + getNineStar:function(){ + var index = LunarYear.fromYear(this._p.year).getZhiIndex() % 3; + var m = this._p.month; + if (m < 0) { + m = -m; + } + var monthZhiIndex = (13 + m) % 12; + var n = 27 - (index * 3); + if (monthZhiIndex < LunarUtil.BASE_MONTH_ZHI_INDEX) { + n -= 3; + } + var offset = (n - monthZhiIndex) % 9; + return NineStar.fromIndex(offset); + }, + next:function(n){ + var on = n; + n *= 1; + if(isNaN(n)){ + throw new Error('wrong days ' + on); + } + if (0 === n) { + return LunarMonth.fromYm(this._p.year, this._p.month); + } else { + var rest = Math.abs(n); + var ny = this._p.year; + var iy = ny; + var im = this._p.month; + var index = 0; + var months = LunarYear.fromYear(ny).getMonths(); + var i; + var m; + var size; + if (n > 0) { + while (true) { + size = months.length; + for (i = 0; i < size; i++) { + m = months[i]; + if (m.getYear() === iy && m.getMonth() === im) { + index = i; + break; + } + } + var more = size - index - 1; + if (rest < more) { + break; + } + rest -= more; + var lastMonth = months[size - 1]; + iy = lastMonth.getYear(); + im = lastMonth.getMonth(); + ny++; + months = LunarYear.fromYear(ny).getMonths(); + } + return months[index + rest]; + } else { + while (true) { + size = months.length; + for (i = 0; i < size; i++) { + m = months[i]; + if (m.getYear() === iy && m.getMonth() === im) { + index = i; + break; + } + } + if (rest <= index) { + break; + } + rest -= index; + var firstMonth = months[0]; + iy = firstMonth.getYear(); + im = firstMonth.getMonth(); + ny--; + months = LunarYear.fromYear(ny).getMonths(); + } + return months[index - rest]; + } + } + }, + toString:function(){return this.getYear()+'年'+(this.isLeap()?'闰':'')+LunarUtil.MONTH[Math.abs(this.getMonth())]+'月('+this.getDayCount()+')天';} + }; + }; + return { + fromYm:function(lunarYear,lunarMonth){return _fromYm(lunarYear,lunarMonth);}, + _:function(lunarYear, lunarMonth, dayCount, firstJulianDay, index){return _new(lunarYear, lunarMonth, dayCount, firstJulianDay, index);} + }; + })(); + var ShouXingUtil = (function(){ + return { + PI_2: 2*Math.PI, + ONE_THIRD: 1.0/3, + SECOND_PER_DAY: 86400, + SECOND_PER_RAD: 648000 / Math.PI, + NUT_B:[2.1824, -33.75705, 36e-6, -1720, 920, 3.5069, 1256.66393, 11e-6, -132, 57, 1.3375, 16799.4182, -51e-6, -23, 10, 4.3649, -67.5141, 72e-6, 21, -9, 0.04, -628.302, 0, -14, 0, 2.36, 8328.691, 0, 7, 0, 3.46, 1884.966, 0, -5, 2, 5.44, 16833.175, 0, -4, 2, 3.69, 25128.110, 0, -3, 0, 3.55, 628.362, 0, 2, 0], + DT_AT:[-4000, 108371.7, -13036.80, 392.000, 0.0000, -500, 17201.0, -627.82, 16.170, -0.3413, -150, 12200.6, -346.41, 5.403, -0.1593, 150, 9113.8, -328.13, -1.647, 0.0377, 500, 5707.5, -391.41, 0.915, 0.3145, 900, 2203.4, -283.45, 13.034, -0.1778, 1300, 490.1, -57.35, 2.085, -0.0072, 1600, 120.0, -9.81, -1.532, 0.1403, 1700, 10.2, -0.91, 0.510, -0.0370, 1800, 13.4, -0.72, 0.202, -0.0193, 1830, 7.8, -1.81, 0.416, -0.0247, 1860, 8.3, -0.13, -0.406, 0.0292, 1880, -5.4, 0.32, -0.183, 0.0173, 1900, -2.3, 2.06, 0.169, -0.0135, 1920, 21.2, 1.69, -0.304, 0.0167, 1940, 24.2, 1.22, -0.064, 0.0031, 1960, 33.2, 0.51, 0.231, -0.0109, 1980, 51.0, 1.29, -0.026, 0.0032, 2000, 63.87, 0.1, 0, 0, 2005, 64.7, 0.4, 0, 0, 2015, 69], + XL0:[10000000000, 20, 578, 920, 1100, 1124, 1136, 1148, 1217, 1226, 1229, 1229, 1229, 1229, 1937, 2363, 2618, 2633, 2660, 2666, 17534704567, 0.00000000000, 0.00000000000, 334165646, 4.669256804, 6283.075849991, 3489428, 4.6261024, 12566.1517000, 349706, 2.744118, 5753.384885, 341757, 2.828866, 3.523118, 313590, 3.627670, 77713.771468, 267622, 4.418084, 7860.419392, 234269, 6.135162, 3930.209696, 132429, 0.742464, 11506.769770, 127317, 2.037097, 529.690965, 119917, 1.109629, 1577.343542, 99025, 5.23268, 5884.92685, 90186, 2.04505, 26.29832, 85722, 3.50849, 398.14900, 77979, 1.17883, 5223.69392, 75314, 2.53339, 5507.55324, 50526, 4.58293, 18849.22755, 49238, 4.20507, 775.52261, 35666, 2.91954, 0.06731, 31709, 5.84902, 11790.62909, 28413, 1.89869, 796.29801, 27104, 0.31489, 10977.07880, 24281, 0.34481, 5486.77784, 20616, 4.80647, 2544.31442, 20539, 1.86948, 5573.14280, 20226, 2.45768, 6069.77675, 15552, 0.83306, 213.29910, 13221, 3.41118, 2942.46342, 12618, 1.08303, 20.77540, 11513, 0.64545, 0.98032, 10285, 0.63600, 4694.00295, 10190, 0.97569, 15720.83878, 10172, 4.26680, 7.11355, 9921, 6.2099, 2146.1654, 9761, 0.6810, 155.4204, 8580, 5.9832, 161000.6857, 8513, 1.2987, 6275.9623, 8471, 3.6708, 71430.6956, 7964, 1.8079, 17260.1547, 7876, 3.0370, 12036.4607, 7465, 1.7551, 5088.6288, 7387, 3.5032, 3154.6871, 7355, 4.6793, 801.8209, 6963, 0.8330, 9437.7629, 6245, 3.9776, 8827.3903, 6115, 1.8184, 7084.8968, 5696, 2.7843, 6286.5990, 5612, 4.3869, 14143.4952, 5558, 3.4701, 6279.5527, 5199, 0.1891, 12139.5535, 5161, 1.3328, 1748.0164, 5115, 0.2831, 5856.4777, 4900, 0.4874, 1194.4470, 4104, 5.3682, 8429.2413, 4094, 2.3985, 19651.0485, 3920, 6.1683, 10447.3878, 3677, 6.0413, 10213.2855, 3660, 2.5696, 1059.3819, 3595, 1.7088, 2352.8662, 3557, 1.7760, 6812.7668, 3329, 0.5931, 17789.8456, 3041, 0.4429, 83996.8473, 3005, 2.7398, 1349.8674, 2535, 3.1647, 4690.4798, 2474, 0.2148, 3.5904, 2366, 0.4847, 8031.0923, 2357, 2.0653, 3340.6124, 2282, 5.2220, 4705.7323, 2189, 5.5559, 553.5694, 2142, 1.4256, 16730.4637, 2109, 4.1483, 951.7184, 2030, 0.3713, 283.8593, 1992, 5.2221, 12168.0027, 1986, 5.7747, 6309.3742, 1912, 3.8222, 23581.2582, 1889, 5.3863, 149854.4001, 1790, 2.2149, 13367.9726, 1748, 4.5605, 135.0651, 1622, 5.9884, 11769.8537, 1508, 4.1957, 6256.7775, 1442, 4.1932, 242.7286, 1435, 3.7236, 38.0277, 1397, 4.4014, 6681.2249, 1362, 1.8893, 7632.9433, 1250, 1.1305, 5.5229, 1205, 2.6223, 955.5997, 1200, 1.0035, 632.7837, 1129, 0.1774, 4164.3120, 1083, 0.3273, 103.0928, 1052, 0.9387, 11926.2544, 1050, 5.3591, 1592.5960, 1033, 6.1998, 6438.4962, 1001, 6.0291, 5746.2713, 980, 0.999, 11371.705, 980, 5.244, 27511.468, 938, 2.624, 5760.498, 923, 0.483, 522.577, 922, 4.571, 4292.331, 905, 5.337, 6386.169, 862, 4.165, 7058.598, 841, 3.299, 7234.794, 836, 4.539, 25132.303, 813, 6.112, 4732.031, 812, 6.271, 426.598, 801, 5.821, 28.449, 787, 0.996, 5643.179, 776, 2.957, 23013.540, 769, 3.121, 7238.676, 758, 3.974, 11499.656, 735, 4.386, 316.392, 731, 0.607, 11513.883, 719, 3.998, 74.782, 706, 0.323, 263.084, 676, 5.911, 90955.552, 663, 3.665, 17298.182, 653, 5.791, 18073.705, 630, 4.717, 6836.645, 615, 1.458, 233141.314, 612, 1.075, 19804.827, 596, 3.321, 6283.009, 596, 2.876, 6283.143, 555, 2.452, 12352.853, 541, 5.392, 419.485, 531, 0.382, 31441.678, 519, 4.065, 6208.294, 513, 2.361, 10973.556, 494, 5.737, 9917.697, 450, 3.272, 11015.106, 449, 3.653, 206.186, 447, 2.064, 7079.374, 435, 4.423, 5216.580, 421, 1.906, 245.832, 413, 0.921, 3738.761, 402, 0.840, 20.355, 387, 1.826, 11856.219, 379, 2.344, 3.881, 374, 2.954, 3128.389, 370, 5.031, 536.805, 365, 1.018, 16200.773, 365, 1.083, 88860.057, 352, 5.978, 3894.182, 352, 2.056, 244287.600, 351, 3.713, 6290.189, 340, 1.106, 14712.317, 339, 0.978, 8635.942, 339, 3.202, 5120.601, 333, 0.837, 6496.375, 325, 3.479, 6133.513, 316, 5.089, 21228.392, 316, 1.328, 10873.986, 309, 3.646, 10.637, 303, 1.802, 35371.887, 296, 3.397, 9225.539, 288, 6.026, 154717.610, 281, 2.585, 14314.168, 262, 3.856, 266.607, 262, 2.579, 22483.849, 257, 1.561, 23543.231, 255, 3.949, 1990.745, 251, 3.744, 10575.407, 240, 1.161, 10984.192, 238, 0.106, 7.046, 236, 4.272, 6040.347, 234, 3.577, 10969.965, 211, 3.714, 65147.620, 210, 0.754, 13521.751, 207, 4.228, 5650.292, 202, 0.814, 170.673, 201, 4.629, 6037.244, 200, 0.381, 6172.870, 199, 3.933, 6206.810, 199, 5.197, 6262.300, 197, 1.046, 18209.330, 195, 1.070, 5230.807, 195, 4.869, 36.028, 194, 4.313, 6244.943, 192, 1.229, 709.933, 192, 5.595, 6282.096, 192, 0.602, 6284.056, 189, 3.744, 23.878, 188, 1.904, 15.252, 188, 0.867, 22003.915, 182, 3.681, 15110.466, 181, 0.491, 1.484, 179, 3.222, 39302.097, 179, 1.259, 12559.038, 62833196674749, 0.000000000000, 0.000000000000, 20605886, 2.67823456, 6283.07584999, 430343, 2.635127, 12566.151700, 42526, 1.59047, 3.52312, 11926, 5.79557, 26.29832, 10898, 2.96618, 1577.34354, 9348, 2.5921, 18849.2275, 7212, 1.1385, 529.6910, 6777, 1.8747, 398.1490, 6733, 4.4092, 5507.5532, 5903, 2.8880, 5223.6939, 5598, 2.1747, 155.4204, 4541, 0.3980, 796.2980, 3637, 0.4662, 775.5226, 2896, 2.6471, 7.1135, 2084, 5.3414, 0.9803, 1910, 1.8463, 5486.7778, 1851, 4.9686, 213.2991, 1729, 2.9912, 6275.9623, 1623, 0.0322, 2544.3144, 1583, 1.4305, 2146.1654, 1462, 1.2053, 10977.0788, 1246, 2.8343, 1748.0164, 1188, 3.2580, 5088.6288, 1181, 5.2738, 1194.4470, 1151, 2.0750, 4694.0030, 1064, 0.7661, 553.5694, 997, 1.303, 6286.599, 972, 4.239, 1349.867, 945, 2.700, 242.729, 858, 5.645, 951.718, 758, 5.301, 2352.866, 639, 2.650, 9437.763, 610, 4.666, 4690.480, 583, 1.766, 1059.382, 531, 0.909, 3154.687, 522, 5.661, 71430.696, 520, 1.854, 801.821, 504, 1.425, 6438.496, 433, 0.241, 6812.767, 426, 0.774, 10447.388, 413, 5.240, 7084.897, 374, 2.001, 8031.092, 356, 2.429, 14143.495, 350, 4.800, 6279.553, 337, 0.888, 12036.461, 337, 3.862, 1592.596, 325, 3.400, 7632.943, 322, 0.616, 8429.241, 318, 3.188, 4705.732, 297, 6.070, 4292.331, 295, 1.431, 5746.271, 290, 2.325, 20.355, 275, 0.935, 5760.498, 270, 4.804, 7234.794, 253, 6.223, 6836.645, 228, 5.003, 17789.846, 225, 5.672, 11499.656, 215, 5.202, 11513.883, 208, 3.955, 10213.286, 208, 2.268, 522.577, 206, 2.224, 5856.478, 206, 2.550, 25132.303, 203, 0.910, 6256.778, 189, 0.532, 3340.612, 188, 4.735, 83996.847, 179, 1.474, 4164.312, 178, 3.025, 5.523, 177, 3.026, 5753.385, 159, 4.637, 3.286, 157, 6.124, 5216.580, 155, 3.077, 6681.225, 154, 4.200, 13367.973, 143, 1.191, 3894.182, 138, 3.093, 135.065, 136, 4.245, 426.598, 134, 5.765, 6040.347, 128, 3.085, 5643.179, 127, 2.092, 6290.189, 125, 3.077, 11926.254, 125, 3.445, 536.805, 114, 3.244, 12168.003, 112, 2.318, 16730.464, 111, 3.901, 11506.770, 111, 5.320, 23.878, 105, 3.750, 7860.419, 103, 2.447, 1990.745, 96, 0.82, 3.88, 96, 4.08, 6127.66, 91, 5.42, 206.19, 91, 0.42, 7079.37, 88, 5.17, 11790.63, 81, 0.34, 9917.70, 80, 3.89, 10973.56, 78, 2.40, 1589.07, 78, 2.58, 11371.70, 77, 3.98, 955.60, 77, 3.36, 36.03, 76, 1.30, 103.09, 75, 5.18, 10969.97, 75, 4.96, 6496.37, 73, 5.21, 38.03, 72, 2.65, 6309.37, 70, 5.61, 3738.76, 69, 2.60, 3496.03, 69, 0.39, 15.25, 69, 2.78, 20.78, 65, 1.13, 7058.60, 64, 4.28, 28.45, 61, 5.63, 10984.19, 60, 0.73, 419.48, 60, 5.28, 10575.41, 58, 5.55, 17298.18, 58, 3.19, 4732.03, 5291887, 0.0000000, 0.0000000, 871984, 1.072097, 6283.075850, 30913, 0.86729, 12566.15170, 2734, 0.0530, 3.5231, 1633, 5.1883, 26.2983, 1575, 3.6846, 155.4204, 954, 0.757, 18849.228, 894, 2.057, 77713.771, 695, 0.827, 775.523, 506, 4.663, 1577.344, 406, 1.031, 7.114, 381, 3.441, 5573.143, 346, 5.141, 796.298, 317, 6.053, 5507.553, 302, 1.192, 242.729, 289, 6.117, 529.691, 271, 0.306, 398.149, 254, 2.280, 553.569, 237, 4.381, 5223.694, 208, 3.754, 0.980, 168, 0.902, 951.718, 153, 5.759, 1349.867, 145, 4.364, 1748.016, 134, 3.721, 1194.447, 125, 2.948, 6438.496, 122, 2.973, 2146.165, 110, 1.271, 161000.686, 104, 0.604, 3154.687, 100, 5.986, 6286.599, 92, 4.80, 5088.63, 89, 5.23, 7084.90, 83, 3.31, 213.30, 76, 3.42, 5486.78, 71, 6.19, 4690.48, 68, 3.43, 4694.00, 65, 1.60, 2544.31, 64, 1.98, 801.82, 61, 2.48, 10977.08, 50, 1.44, 6836.65, 49, 2.34, 1592.60, 46, 1.31, 4292.33, 46, 3.81, 149854.40, 43, 0.04, 7234.79, 40, 4.94, 7632.94, 39, 1.57, 71430.70, 38, 3.17, 6309.37, 35, 0.99, 6040.35, 35, 0.67, 1059.38, 31, 3.18, 2352.87, 31, 3.55, 8031.09, 30, 1.92, 10447.39, 30, 2.52, 6127.66, 28, 4.42, 9437.76, 28, 2.71, 3894.18, 27, 0.67, 25132.30, 26, 5.27, 6812.77, 25, 0.55, 6279.55, 23, 1.38, 4705.73, 22, 0.64, 6256.78, 20, 6.07, 640.88, 28923, 5.84384, 6283.07585, 3496, 0.0000, 0.0000, 1682, 5.4877, 12566.1517, 296, 5.196, 155.420, 129, 4.722, 3.523, 71, 5.30, 18849.23, 64, 5.97, 242.73, 40, 3.79, 553.57, 11408, 3.14159, 0.00000, 772, 4.134, 6283.076, 77, 3.84, 12566.15, 42, 0.42, 155.42, 88, 3.14, 0.00, 17, 2.77, 6283.08, 5, 2.01, 155.42, 3, 2.21, 12566.15, 27962, 3.19870, 84334.66158, 10164, 5.42249, 5507.55324, 8045, 3.8801, 5223.6939, 4381, 3.7044, 2352.8662, 3193, 4.0003, 1577.3435, 2272, 3.9847, 1047.7473, 1814, 4.9837, 6283.0758, 1639, 3.5646, 5856.4777, 1444, 3.7028, 9437.7629, 1430, 3.4112, 10213.2855, 1125, 4.8282, 14143.4952, 1090, 2.0857, 6812.7668, 1037, 4.0566, 71092.8814, 971, 3.473, 4694.003, 915, 1.142, 6620.890, 878, 4.440, 5753.385, 837, 4.993, 7084.897, 770, 5.554, 167621.576, 719, 3.602, 529.691, 692, 4.326, 6275.962, 558, 4.410, 7860.419, 529, 2.484, 4705.732, 521, 6.250, 18073.705, 903, 3.897, 5507.553, 618, 1.730, 5223.694, 380, 5.244, 2352.866, 166, 1.627, 84334.662, 10001398880, 0.00000000000, 0.00000000000, 167069963, 3.098463508, 6283.075849991, 1395602, 3.0552461, 12566.1517000, 308372, 5.198467, 77713.771468, 162846, 1.173877, 5753.384885, 157557, 2.846852, 7860.419392, 92480, 5.45292, 11506.76977, 54244, 4.56409, 3930.20970, 47211, 3.66100, 5884.92685, 34598, 0.96369, 5507.55324, 32878, 5.89984, 5223.69392, 30678, 0.29867, 5573.14280, 24319, 4.27350, 11790.62909, 21183, 5.84715, 1577.34354, 18575, 5.02194, 10977.07880, 17484, 3.01194, 18849.22755, 10984, 5.05511, 5486.77784, 9832, 0.8868, 6069.7768, 8650, 5.6896, 15720.8388, 8583, 1.2708, 161000.6857, 6490, 0.2725, 17260.1547, 6292, 0.9218, 529.6910, 5706, 2.0137, 83996.8473, 5574, 5.2416, 71430.6956, 4938, 3.2450, 2544.3144, 4696, 2.5781, 775.5226, 4466, 5.5372, 9437.7629, 4252, 6.0111, 6275.9623, 3897, 5.3607, 4694.0030, 3825, 2.3926, 8827.3903, 3749, 0.8295, 19651.0485, 3696, 4.9011, 12139.5535, 3566, 1.6747, 12036.4607, 3454, 1.8427, 2942.4634, 3319, 0.2437, 7084.8968, 3192, 0.1837, 5088.6288, 3185, 1.7778, 398.1490, 2846, 1.2134, 6286.5990, 2779, 1.8993, 6279.5527, 2628, 4.5890, 10447.3878, 2460, 3.7866, 8429.2413, 2393, 4.9960, 5856.4777, 2359, 0.2687, 796.2980, 2329, 2.8078, 14143.4952, 2210, 1.9500, 3154.6871, 2035, 4.6527, 2146.1654, 1951, 5.3823, 2352.8662, 1883, 0.6731, 149854.4001, 1833, 2.2535, 23581.2582, 1796, 0.1987, 6812.7668, 1731, 6.1520, 16730.4637, 1717, 4.4332, 10213.2855, 1619, 5.2316, 17789.8456, 1381, 5.1896, 8031.0923, 1364, 3.6852, 4705.7323, 1314, 0.6529, 13367.9726, 1041, 4.3329, 11769.8537, 1017, 1.5939, 4690.4798, 998, 4.201, 6309.374, 966, 3.676, 27511.468, 874, 6.064, 1748.016, 779, 3.674, 12168.003, 771, 0.312, 7632.943, 756, 2.626, 6256.778, 746, 5.648, 11926.254, 693, 2.924, 6681.225, 680, 1.423, 23013.540, 674, 0.563, 3340.612, 663, 5.661, 11371.705, 659, 3.136, 801.821, 648, 2.650, 19804.827, 615, 3.029, 233141.314, 612, 5.134, 1194.447, 563, 4.341, 90955.552, 552, 2.091, 17298.182, 534, 5.100, 31441.678, 531, 2.407, 11499.656, 523, 4.624, 6438.496, 513, 5.324, 11513.883, 477, 0.256, 11856.219, 461, 1.722, 7234.794, 458, 3.766, 6386.169, 458, 4.466, 5746.271, 423, 1.055, 5760.498, 422, 1.557, 7238.676, 415, 2.599, 7058.598, 401, 3.030, 1059.382, 397, 1.201, 1349.867, 379, 4.907, 4164.312, 360, 5.707, 5643.179, 352, 3.626, 244287.600, 348, 0.761, 10973.556, 342, 3.001, 4292.331, 336, 4.546, 4732.031, 334, 3.138, 6836.645, 324, 4.164, 9917.697, 316, 1.691, 11015.106, 307, 0.238, 35371.887, 298, 1.306, 6283.143, 298, 1.750, 6283.009, 293, 5.738, 16200.773, 286, 5.928, 14712.317, 281, 3.515, 21228.392, 280, 5.663, 8635.942, 277, 0.513, 26.298, 268, 4.207, 18073.705, 266, 0.900, 12352.853, 260, 2.962, 25132.303, 255, 2.477, 6208.294, 242, 2.800, 709.933, 231, 1.054, 22483.849, 229, 1.070, 14314.168, 216, 1.314, 154717.610, 215, 6.038, 10873.986, 200, 0.561, 7079.374, 198, 2.614, 951.718, 197, 4.369, 167283.762, 186, 2.861, 5216.580, 183, 1.660, 39302.097, 183, 5.912, 3738.761, 175, 2.145, 6290.189, 173, 2.168, 10575.407, 171, 3.702, 1592.596, 171, 1.343, 3128.389, 164, 5.550, 6496.375, 164, 5.856, 10984.192, 161, 1.998, 10969.965, 161, 1.909, 6133.513, 157, 4.955, 25158.602, 154, 6.216, 23543.231, 153, 5.357, 13521.751, 150, 5.770, 18209.330, 150, 5.439, 155.420, 139, 1.778, 9225.539, 139, 1.626, 5120.601, 128, 2.460, 13916.019, 123, 0.717, 143571.324, 122, 2.654, 88860.057, 121, 4.414, 3894.182, 121, 1.192, 3.523, 120, 4.030, 553.569, 119, 1.513, 17654.781, 117, 3.117, 14945.316, 113, 2.698, 6040.347, 110, 3.085, 43232.307, 109, 0.998, 955.600, 108, 2.939, 17256.632, 107, 5.285, 65147.620, 103, 0.139, 11712.955, 103, 5.850, 213.299, 102, 3.046, 6037.244, 101, 2.842, 8662.240, 100, 3.626, 6262.300, 98, 2.36, 6206.81, 98, 5.11, 6172.87, 98, 2.00, 15110.47, 97, 2.67, 5650.29, 97, 2.75, 6244.94, 96, 4.02, 6282.10, 96, 5.31, 6284.06, 92, 0.10, 29088.81, 85, 3.26, 20426.57, 84, 2.60, 28766.92, 81, 3.58, 10177.26, 80, 5.81, 5230.81, 78, 2.53, 16496.36, 77, 4.06, 6127.66, 73, 0.04, 5481.25, 72, 5.96, 12559.04, 72, 5.92, 4136.91, 71, 5.49, 22003.91, 70, 3.41, 7.11, 69, 0.62, 11403.68, 69, 3.90, 1589.07, 69, 1.96, 12416.59, 69, 4.51, 426.60, 67, 1.61, 11087.29, 66, 4.50, 47162.52, 66, 5.08, 283.86, 66, 4.32, 16858.48, 65, 1.04, 6062.66, 64, 1.59, 18319.54, 63, 5.70, 45892.73, 63, 4.60, 66567.49, 63, 3.82, 13517.87, 62, 2.62, 11190.38, 61, 1.54, 33019.02, 60, 5.58, 10344.30, 60, 5.38, 316428.23, 60, 5.78, 632.78, 59, 6.12, 9623.69, 57, 0.16, 17267.27, 57, 3.86, 6076.89, 57, 1.98, 7668.64, 56, 4.78, 20199.09, 55, 4.56, 18875.53, 55, 3.51, 17253.04, 54, 3.07, 226858.24, 54, 4.83, 18422.63, 53, 5.02, 12132.44, 52, 3.63, 5333.90, 52, 0.97, 155427.54, 51, 3.36, 20597.24, 50, 0.99, 11609.86, 50, 2.21, 1990.75, 48, 1.62, 12146.67, 48, 1.17, 12569.67, 47, 4.62, 5436.99, 47, 1.81, 12562.63, 47, 0.59, 21954.16, 47, 0.76, 7342.46, 46, 0.27, 4590.91, 46, 3.77, 156137.48, 45, 5.66, 10454.50, 44, 5.84, 3496.03, 43, 0.24, 17996.03, 41, 5.93, 51092.73, 41, 4.21, 12592.45, 40, 5.14, 1551.05, 40, 5.28, 15671.08, 39, 3.69, 18052.93, 39, 4.94, 24356.78, 38, 2.72, 11933.37, 38, 5.23, 7477.52, 38, 4.99, 9779.11, 37, 3.70, 9388.01, 37, 4.44, 4535.06, 36, 2.16, 28237.23, 36, 2.54, 242.73, 36, 0.22, 5429.88, 35, 6.15, 19800.95, 35, 2.92, 36949.23, 34, 5.63, 2379.16, 34, 5.73, 16460.33, 34, 5.11, 5849.36, 33, 6.19, 6268.85, 10301861, 1.10748970, 6283.07584999, 172124, 1.064423, 12566.151700, 70222, 3.14159, 0.00000, 3235, 1.0217, 18849.2275, 3080, 2.8435, 5507.5532, 2497, 1.3191, 5223.6939, 1849, 1.4243, 1577.3435, 1008, 5.9138, 10977.0788, 865, 1.420, 6275.962, 863, 0.271, 5486.778, 507, 1.686, 5088.629, 499, 6.014, 6286.599, 467, 5.987, 529.691, 440, 0.518, 4694.003, 410, 1.084, 9437.763, 387, 4.750, 2544.314, 375, 5.071, 796.298, 352, 0.023, 83996.847, 344, 0.949, 71430.696, 341, 5.412, 775.523, 322, 6.156, 2146.165, 286, 5.484, 10447.388, 284, 3.420, 2352.866, 255, 6.132, 6438.496, 252, 0.243, 398.149, 243, 3.092, 4690.480, 225, 3.689, 7084.897, 220, 4.952, 6812.767, 219, 0.420, 8031.092, 209, 1.282, 1748.016, 193, 5.314, 8429.241, 185, 1.820, 7632.943, 175, 3.229, 6279.553, 173, 1.537, 4705.732, 158, 4.097, 11499.656, 158, 5.539, 3154.687, 150, 3.633, 11513.883, 148, 3.222, 7234.794, 147, 3.653, 1194.447, 144, 0.817, 14143.495, 135, 6.151, 5746.271, 134, 4.644, 6836.645, 128, 2.693, 1349.867, 123, 5.650, 5760.498, 118, 2.577, 13367.973, 113, 3.357, 17789.846, 110, 4.497, 4292.331, 108, 5.828, 12036.461, 102, 5.621, 6256.778, 99, 1.14, 1059.38, 98, 0.66, 5856.48, 93, 2.32, 10213.29, 92, 0.77, 16730.46, 88, 1.50, 11926.25, 86, 1.42, 5753.38, 85, 0.66, 155.42, 81, 1.64, 6681.22, 80, 4.11, 951.72, 66, 4.55, 5216.58, 65, 0.98, 25132.30, 64, 4.19, 6040.35, 64, 0.52, 6290.19, 63, 1.51, 5643.18, 59, 6.18, 4164.31, 57, 2.30, 10973.56, 55, 2.32, 11506.77, 55, 2.20, 1592.60, 55, 5.27, 3340.61, 54, 5.54, 553.57, 53, 5.04, 9917.70, 53, 0.92, 11371.70, 52, 3.98, 17298.18, 52, 3.60, 10969.97, 49, 5.91, 3894.18, 49, 2.51, 6127.66, 48, 1.67, 12168.00, 46, 0.31, 801.82, 42, 3.70, 10575.41, 42, 4.05, 10984.19, 40, 2.17, 7860.42, 40, 4.17, 26.30, 38, 5.82, 7058.60, 37, 3.39, 6496.37, 36, 1.08, 6309.37, 36, 5.34, 7079.37, 34, 3.62, 11790.63, 32, 0.32, 16200.77, 31, 4.24, 3738.76, 29, 4.55, 11856.22, 29, 1.26, 8635.94, 27, 3.45, 5884.93, 26, 5.08, 10177.26, 26, 5.38, 21228.39, 24, 2.26, 11712.96, 24, 1.05, 242.73, 24, 5.59, 6069.78, 23, 3.63, 6284.06, 23, 1.64, 4732.03, 22, 3.46, 213.30, 21, 1.05, 3496.03, 21, 3.92, 13916.02, 21, 4.01, 5230.81, 20, 5.16, 12352.85, 20, 0.69, 1990.75, 19, 2.73, 6062.66, 19, 5.01, 11015.11, 18, 6.04, 6283.01, 18, 2.85, 7238.68, 18, 5.60, 6283.14, 18, 5.16, 17253.04, 18, 2.54, 14314.17, 17, 1.58, 7.11, 17, 0.98, 3930.21, 17, 4.75, 17267.27, 16, 2.19, 6076.89, 16, 2.19, 18073.70, 16, 6.12, 3.52, 16, 4.61, 9623.69, 16, 3.40, 16496.36, 15, 0.19, 9779.11, 15, 5.30, 13517.87, 15, 4.26, 3128.39, 15, 0.81, 709.93, 14, 0.50, 25158.60, 14, 4.38, 4136.91, 13, 0.98, 65147.62, 13, 3.31, 154717.61, 13, 2.11, 1589.07, 13, 1.92, 22483.85, 12, 6.03, 9225.54, 12, 1.53, 12559.04, 12, 5.82, 6282.10, 12, 5.61, 5642.20, 12, 2.38, 167283.76, 12, 0.39, 12132.44, 12, 3.98, 4686.89, 12, 5.81, 12569.67, 12, 0.56, 5849.36, 11, 0.45, 6172.87, 11, 5.80, 16858.48, 11, 6.22, 12146.67, 11, 2.27, 5429.88, 435939, 5.784551, 6283.075850, 12363, 5.57935, 12566.15170, 1234, 3.1416, 0.0000, 879, 3.628, 77713.771, 569, 1.870, 5573.143, 330, 5.470, 18849.228, 147, 4.480, 5507.553, 110, 2.842, 161000.686, 101, 2.815, 5223.694, 85, 3.11, 1577.34, 65, 5.47, 775.52, 61, 1.38, 6438.50, 50, 4.42, 6286.60, 47, 3.66, 7084.90, 46, 5.39, 149854.40, 42, 0.90, 10977.08, 40, 3.20, 5088.63, 35, 1.81, 5486.78, 32, 5.35, 3154.69, 30, 3.52, 796.30, 29, 4.62, 4690.48, 28, 1.84, 4694.00, 27, 3.14, 71430.70, 27, 6.17, 6836.65, 26, 1.42, 2146.17, 25, 2.81, 1748.02, 24, 2.18, 155.42, 23, 4.76, 7234.79, 21, 3.38, 7632.94, 21, 0.22, 4705.73, 20, 4.22, 1349.87, 20, 2.01, 1194.45, 20, 4.58, 529.69, 19, 1.59, 6309.37, 18, 5.70, 6040.35, 18, 6.03, 4292.33, 17, 2.90, 9437.76, 17, 2.00, 8031.09, 17, 5.78, 83996.85, 16, 0.05, 2544.31, 15, 0.95, 6127.66, 14, 0.36, 10447.39, 14, 1.48, 2352.87, 13, 0.77, 553.57, 13, 5.48, 951.72, 13, 5.27, 6279.55, 13, 3.76, 6812.77, 11, 5.41, 6256.78, 10, 0.68, 1592.60, 10, 4.95, 398.15, 10, 1.15, 3894.18, 10, 5.20, 244287.60, 10, 1.94, 11856.22, 9, 5.39, 25132.30, 8, 6.18, 1059.38, 8, 0.69, 8429.24, 8, 5.85, 242.73, 7, 5.26, 14143.50, 7, 0.52, 801.82, 6, 2.24, 8635.94, 6, 4.00, 13367.97, 6, 2.77, 90955.55, 6, 5.17, 7058.60, 5, 1.46, 233141.31, 5, 4.13, 7860.42, 5, 3.91, 26.30, 5, 3.89, 12036.46, 5, 5.58, 6290.19, 5, 5.54, 1990.75, 5, 0.83, 11506.77, 5, 6.22, 6681.22, 4, 5.26, 10575.41, 4, 1.91, 7477.52, 4, 0.43, 10213.29, 4, 1.09, 709.93, 4, 5.09, 11015.11, 4, 4.22, 88860.06, 4, 3.57, 7079.37, 4, 1.98, 6284.06, 4, 3.93, 10973.56, 4, 6.18, 9917.70, 4, 0.36, 10177.26, 4, 2.75, 3738.76, 4, 3.33, 5643.18, 4, 5.36, 25158.60, 14459, 4.27319, 6283.07585, 673, 3.917, 12566.152, 77, 0.00, 0.00, 25, 3.73, 18849.23, 4, 2.80, 6286.60, 386, 2.564, 6283.076, 31, 2.27, 12566.15, 5, 3.44, 5573.14, 2, 2.05, 18849.23, 1, 2.06, 77713.77, 1, 4.41, 161000.69, 1, 3.82, 149854.40, 1, 4.08, 6127.66, 1, 5.26, 6438.50, 9, 1.22, 6283.08, 1, 0.66, 12566.15], + XL1:[ + [22639.586, 0.78475822, 8328.691424623, 1.5229241, 25.0719, -0.123598, 4586.438, 0.1873974, 7214.06286536, -2.184756, -18.860, 0.08280, 2369.914, 2.5429520, 15542.75428998, -0.661832, 6.212, -0.04080, 769.026, 3.140313, 16657.38284925, 3.04585, 50.144, -0.2472, 666.418, 1.527671, 628.30195521, -0.02664, 0.062, -0.0054, 411.596, 4.826607, 16866.9323150, -1.28012, -1.07, -0.0059, 211.656, 4.115028, -1114.6285593, -3.70768, -43.93, 0.2064, 205.436, 0.230523, 6585.7609101, -2.15812, -18.92, 0.0882, 191.956, 4.898507, 23871.4457146, 0.86109, 31.28, -0.164, 164.729, 2.586078, 14914.4523348, -0.6352, 6.15, -0.035, 147.321, 5.45530, -7700.3894694, -1.5496, -25.01, 0.118, 124.988, 0.48608, 7771.3771450, -0.3309, 3.11, -0.020, 109.380, 3.88323, 8956.9933798, 1.4963, 25.13, -0.129, 55.177, 5.57033, -1324.1780250, 0.6183, 7.3, -0.035, 45.100, 0.89898, 25195.623740, 0.2428, 24.0, -0.129, 39.533, 3.81213, -8538.240890, 2.8030, 26.1, -0.118, 38.430, 4.30115, 22756.817155, -2.8466, -12.6, 0.042, 36.124, 5.49587, 24986.074274, 4.5688, 75.2, -0.371, 30.773, 1.94559, 14428.125731, -4.3695, -37.7, 0.166, 28.397, 3.28586, 7842.364821, -2.2114, -18.8, 0.077, 24.358, 5.64142, 16171.056245, -0.6885, 6.3, -0.046, 18.585, 4.41371, -557.314280, -1.8538, -22.0, 0.10, 17.954, 3.58454, 8399.679100, -0.3576, 3.2, -0.03, 14.530, 4.9416, 23243.143759, 0.888, 31.2, -0.16, 14.380, 0.9709, 32200.137139, 2.384, 56.4, -0.29, 14.251, 5.7641, -2.301200, 1.523, 25.1, -0.12, 13.899, 0.3735, 31085.508580, -1.324, 12.4, -0.08, 13.194, 1.7595, -9443.319984, -5.231, -69.0, 0.33, 9.679, 3.0997, -16029.080894, -3.072, -50.1, 0.24, 9.366, 0.3016, 24080.995180, -3.465, -19.9, 0.08, 8.606, 4.1582, -1742.930514, -3.681, -44.0, 0.21, 8.453, 2.8416, 16100.068570, 1.192, 28.2, -0.14, 8.050, 2.6292, 14286.150380, -0.609, 6.1, -0.03, 7.630, 6.2388, 17285.684804, 3.019, 50.2, -0.25, 7.447, 1.4845, 1256.603910, -0.053, 0.1, -0.01, 7.371, 0.2736, 5957.458955, -2.131, -19.0, 0.09, 7.063, 5.6715, 33.757047, -0.308, -3.6, 0.02, 6.383, 4.7843, 7004.513400, 2.141, 32.4, -0.16, 5.742, 2.6572, 32409.686605, -1.942, 5, -0.05, 4.374, 4.3443, 22128.51520, -2.820, -13, 0.05, 3.998, 3.2545, 33524.31516, 1.766, 49, -0.25, 3.210, 2.2443, 14985.44001, -2.516, -16, 0.06, 2.915, 1.7138, 24499.74767, 0.834, 31, -0.17, 2.732, 1.9887, 13799.82378, -4.343, -38, 0.17, 2.568, 5.4122, -7072.08751, -1.576, -25, 0.11, 2.521, 3.2427, 8470.66678, -2.238, -19, 0.07, 2.489, 4.0719, -486.32660, -3.734, -44, 0.20, 2.146, 5.6135, -1952.47998, 0.645, 7, -0.03, 1.978, 2.7291, 39414.20000, 0.199, 37, -0.21, 1.934, 1.5682, 33314.76570, 6.092, 100, -0.5, 1.871, 0.4166, 30457.20662, -1.297, 12, -0.1, 1.753, 2.0582, -8886.00570, -3.38, -47, 0.2, 1.437, 2.386, -695.87607, 0.59, 7, 0, 1.373, 3.026, -209.54947, 4.33, 51, -0.2, 1.262, 5.940, 16728.37052, 1.17, 28, -0.1, 1.224, 6.172, 6656.74859, -4.04, -41, 0.2, 1.187, 5.873, 6099.43431, -5.89, -63, 0.3, 1.177, 1.014, 31571.83518, 2.41, 56, -0.3, 1.162, 3.840, 9585.29534, 1.47, 25, -0.1, 1.143, 5.639, 8364.73984, -2.18, -19, 0.1, 1.078, 1.229, 70.98768, -1.88, -22, 0.1, 1.059, 3.326, 40528.82856, 3.91, 81, -0.4, 0.990, 5.013, 40738.37803, -0.42, 30, -0.2, 0.948, 5.687, -17772.01141, -6.75, -94, 0.5, 0.876, 0.298, -0.35232, 0, 0, 0, 0.822, 2.994, 393.02097, 0, 0, 0, 0.788, 1.836, 8326.39022, 3.05, 50, -0.2, 0.752, 4.985, 22614.84180, 0.91, 31, -0.2, 0.740, 2.875, 8330.99262, 0, 0, 0, 0.669, 0.744, -24357.77232, -4.60, -75, 0.4, 0.644, 1.314, 8393.12577, -2.18, -19, 0.1, 0.639, 5.888, 575.33849, 0, 0, 0, 0.635, 1.116, 23385.11911, -2.87, -13, 0, 0.584, 5.197, 24428.75999, 2.71, 53, -0.3, 0.583, 3.513, -9095.55517, 0.95, 4, 0, 0.572, 6.059, 29970.88002, -5.03, -32, 0.1, 0.565, 2.960, 0.32863, 1.52, 25, -0.1, 0.561, 4.001, -17981.56087, -2.43, -43, 0.2, 0.557, 0.529, 7143.07519, -0.30, 3, 0, 0.546, 2.311, 25614.37623, 4.54, 75, -0.4, 0.536, 4.229, 15752.30376, -4.99, -45, 0.2, 0.493, 3.316, -8294.9344, -1.83, -29, 0.1, 0.491, 1.744, 8362.4485, 1.21, 21, -0.1, 0.478, 1.803, -10071.6219, -5.20, -69, 0.3, 0.454, 0.857, 15333.2048, 3.66, 57, -0.3, 0.445, 2.071, 8311.7707, -2.18, -19, 0.1, 0.426, 0.345, 23452.6932, -3.44, -20, 0.1, 0.420, 4.941, 33733.8646, -2.56, -2, 0, 0.413, 1.642, 17495.2343, -1.31, -1, 0, 0.404, 1.458, 23314.1314, -0.99, 9, -0.1, 0.395, 2.132, 38299.5714, -3.51, -6, 0, 0.382, 2.700, 31781.3846, -1.92, 5, 0, 0.375, 4.827, 6376.2114, 2.17, 32, -0.2, 0.361, 3.867, 16833.1753, -0.97, 3, 0, 0.358, 5.044, 15056.4277, -4.40, -38, 0.2, 0.350, 5.157, -8257.7037, -3.40, -47, 0.2, 0.344, 4.233, 157.7344, 0, 0, 0, 0.340, 2.672, 13657.8484, -0.58, 6, 0, 0.329, 5.610, 41853.0066, 3.29, 74, -0.4, 0.325, 5.895, -39.8149, 0, 0, 0, 0.309, 4.387, 21500.2132, -2.79, -13, 0.1, 0.302, 1.278, 786.0419, 0, 0, 0, 0.302, 5.341, -24567.3218, -0.27, -24, 0.1, 0.301, 1.045, 5889.8848, -1.57, -12, 0, 0.294, 4.201, -2371.2325, -3.65, -44, 0.2, 0.293, 3.704, 21642.1886, -6.55, -57, 0.2, 0.290, 4.069, 32828.4391, 2.36, 56, -0.3, 0.289, 3.472, 31713.8105, -1.35, 12, -0.1, 0.285, 5.407, -33.7814, 0.31, 4, 0, 0.283, 5.998, -16.9207, -3.71, -44, 0.2, 0.283, 2.772, 38785.8980, 0.23, 37, -0.2, 0.274, 5.343, 15613.7420, -2.54, -16, 0.1, 0.263, 3.997, 25823.9257, 0.22, 24, -0.1, 0.254, 0.600, 24638.3095, -1.61, 2, 0, 0.253, 1.344, 6447.1991, 0.29, 10, -0.1, 0.250, 0.887, 141.9754, -3.76, -44, 0.2, 0.247, 0.317, 5329.1570, -2.10, -19, 0.1, 0.245, 0.141, 36.0484, -3.71, -44, 0.2, 0.231, 2.287, 14357.1381, -2.49, -16, 0.1, 0.227, 5.158, 2.6298, 0, 0, 0, 0.219, 5.085, 47742.8914, 1.72, 63, -0.3, 0.211, 2.145, 6638.7244, -2.18, -19, 0.1, 0.201, 4.415, 39623.7495, -4.13, -14, 0, 0.194, 2.091, 588.4927, 0, 0, 0, 0.193, 3.057, -15400.7789, -3.10, -50, 0, 0.186, 5.598, 16799.3582, -0.72, 6, 0, 0.185, 3.886, 1150.6770, 0, 0, 0, 0.183, 1.619, 7178.0144, 1.52, 25, 0, 0.181, 2.635, 8328.3391, 1.52, 25, 0, 0.181, 2.077, 8329.0437, 1.52, 25, 0, 0.179, 3.215, -9652.8694, -0.90, -18, 0, 0.176, 1.716, -8815.0180, -5.26, -69, 0, 0.175, 5.673, 550.7553, 0, 0, 0, 0.170, 2.060, 31295.0580, -5.6, -39, 0, 0.167, 1.239, 7211.7617, -0.7, 6, 0, 0.165, 4.499, 14967.4158, -0.7, 6, 0, 0.164, 3.595, 15540.4531, 0.9, 31, 0, 0.164, 4.237, 522.3694, 0, 0, 0, 0.163, 4.633, 15545.0555, -2.2, -19, 0, 0.161, 0.478, 6428.0209, -2.2, -19, 0, 0.158, 2.03, 13171.5218, -4.3, -38, 0, 0.157, 2.28, 7216.3641, -3.7, -44, 0, 0.154, 5.65, 7935.6705, 1.5, 25, 0, 0.152, 0.46, 29828.9047, -1.3, 12, 0, 0.151, 1.19, -0.7113, 0, 0, 0, 0.150, 1.42, 23942.4334, -1.0, 9, 0, 0.144, 2.75, 7753.3529, 1.5, 25, 0, 0.137, 2.08, 7213.7105, -2.2, -19, 0, 0.137, 1.44, 7214.4152, -2.2, -19, 0, 0.136, 4.46, -1185.6162, -1.8, -22, 0, 0.136, 3.03, 8000.1048, -2.2, -19, 0, 0.134, 2.83, 14756.7124, -0.7, 6, 0, 0.131, 5.05, 6821.0419, -2.2, -19, 0, 0.128, 5.99, -17214.6971, -4.9, -72, 0, 0.127, 5.35, 8721.7124, 1.5, 25, 0, 0.126, 4.49, 46628.2629, -2.0, 19, 0, 0.125, 5.94, 7149.6285, 1.5, 25, 0, 0.124, 1.09, 49067.0695, 1.1, 55, 0, 0.121, 2.88, 15471.7666, 1.2, 28, 0, 0.111, 3.92, 41643.4571, 7.6, 125, -1, 0.110, 1.96, 8904.0299, 1.5, 25, 0, 0.106, 3.30, -18.0489, -2.2, -19, 0, 0.105, 2.30, -4.9310, 1.5, 25, 0, 0.104, 2.22, -6.5590, -1.9, -22, 0, 0.101, 1.44, 1884.9059, -0.1, 0, 0, 0.100, 5.92, 5471.1324, -5.9, -63, 0, 0.099, 1.12, 15149.7333, -0.7, 6, 0, 0.096, 4.73, 15508.9972, -0.4, 10, 0, 0.095, 5.18, 7230.9835, 1.5, 25, 0, 0.093, 3.37, 39900.5266, 3.9, 81, 0, 0.092, 2.01, 25057.0619, 2.7, 53, 0, 0.092, 1.21, -79.6298, 0, 0, 0, 0.092, 1.65, -26310.2523, -4.0, -68, 0, 0.091, 1.01, 42062.5561, -1.0, 23, 0, 0.090, 6.10, 29342.5781, -5.0, -32, 0, 0.090, 4.43, 15542.4020, -0.7, 6, 0, 0.090, 3.80, 15543.1066, -0.7, 6, 0, 0.089, 4.15, 6063.3859, -2.2, -19, 0, 0.086, 4.03, 52.9691, 0, 0, 0, 0.085, 0.49, 47952.4409, -2.6, 11, 0, 0.085, 1.60, 7632.8154, 2.1, 32, 0, 0.084, 0.22, 14392.0773, -0.7, 6, 0, 0.083, 6.22, 6028.4466, -4.0, -41, 0, 0.083, 0.63, -7909.9389, 2.8, 26, 0, 0.083, 5.20, -77.5523, 0, 0, 0, 0.082, 2.74, 8786.1467, -2.2, -19, 0, 0.080, 2.43, 9166.5428, -2.8, -26, 0, 0.080, 3.70, -25405.1732, 4.1, 27, 0, 0.078, 5.68, 48857.5200, 5.4, 106, -1, 0.077, 1.85, 8315.5735, -2.2, -19, 0, 0.075, 5.46, -18191.1103, 1.9, 8, 0, 0.075, 1.41, -16238.6304, 1.3, 1, 0, 0.074, 5.06, 40110.0761, -0.4, 30, 0, 0.072, 2.10, 64.4343, -3.7, -44, 0, 0.071, 2.17, 37671.2695, -3.5, -6, 0, 0.069, 1.71, 16693.4313, -0.7, 6, 0, 0.069, 3.33, -26100.7028, -8.3, -119, 1, 0.068, 1.09, 8329.4028, 1.5, 25, 0, 0.068, 3.62, 8327.9801, 1.5, 25, 0, 0.068, 2.41, 16833.1509, -1.0, 3, 0, 0.067, 3.40, 24709.2971, -3.5, -20, 0, 0.067, 1.65, 8346.7156, -0.3, 3, 0, 0.066, 2.61, 22547.2677, 1.5, 39, 0, 0.066, 3.50, 15576.5113, -1.0, 3, 0, 0.065, 5.76, 33037.9886, -2.0, 5, 0, 0.065, 4.58, 8322.1325, -0.3, 3, 0, 0.065, 6.20, 17913.9868, 3.0, 50, 0, 0.065, 1.50, 22685.8295, -1.0, 9, 0, 0.065, 2.37, 7180.3058, -1.9, -15, 0, 0.064, 1.06, 30943.5332, 2.4, 56, 0, 0.064, 1.89, 8288.8765, 1.5, 25, 0, 0.064, 4.70, 6.0335, 0.3, 4, 0, 0.063, 2.83, 8368.5063, 1.5, 25, 0, 0.063, 5.66, -2580.7819, 0.7, 7, 0, 0.062, 3.78, 7056.3285, -2.2, -19, 0, 0.061, 1.49, 8294.9100, 1.8, 29, 0, 0.061, 0.12, -10281.1714, -0.9, -18, 0, 0.061, 3.06, -8362.4729, -1.2, -21, 0, 0.061, 4.43, 8170.9571, 1.5, 25, 0, 0.059, 5.78, -13.1179, -3.7, -44, 0, 0.059, 5.97, 6625.5702, -2.2, -19, 0, 0.058, 5.01, -0.5080, -0.3, 0, 0, 0.058, 2.73, 7161.0938, -2.2, -19, 0, 0.057, 0.19, 7214.0629, -2.2, -19, 0, 0.057, 4.00, 22199.5029, -4.7, -35, 0, 0.057, 5.38, 8119.1420, 5.8, 76, 0, 0.056, 1.07, 7542.6495, 1.5, 25, 0, 0.056, 0.28, 8486.4258, 1.5, 25, 0, 0.054, 4.19, 16655.0816, 4.6, 75, 0, 0.053, 0.72, 7267.0320, -2.2, -19, 0, 0.053, 3.12, 12.6192, 0.6, 7, 0, 0.052, 2.99, -32896.013, -1.8, -49, 0, 0.052, 3.46, 1097.708, 0, 0, 0, 0.051, 5.37, -6443.786, -1.6, -25, 0, 0.051, 1.35, 7789.401, -2.2, -19, 0, 0.051, 5.83, 40042.502, 0.2, 38, 0, 0.051, 3.63, 9114.733, 1.5, 25, 0, 0.050, 1.51, 8504.484, -2.5, -22, 0, 0.050, 5.23, 16659.684, 1.5, 25, 0, 0.050, 1.15, 7247.820, -2.5, -23, 0, 0.047, 0.25, -1290.421, 0.3, 0, 0, 0.047, 4.67, -32686.464, -6.1, -100, 0, 0.047, 3.49, 548.678, 0, 0, 0, 0.047, 2.37, 6663.308, -2.2, -19, 0, 0.046, 0.98, 1572.084, 0, 0, 0, 0.046, 2.04, 14954.262, -0.7, 6, 0, 0.046, 3.72, 6691.693, -2.2, -19, 0, 0.045, 6.19, -235.287, 0, 0, 0, 0.044, 2.96, 32967.001, -0.1, 27, 0, 0.044, 3.82, -1671.943, -5.6, -66, 0, 0.043, 5.82, 1179.063, 0, 0, 0, 0.043, 0.07, 34152.617, 1.7, 49, 0, 0.043, 3.71, 6514.773, -0.3, 0, 0, 0.043, 5.62, 15.732, -2.5, -23, 0, 0.043, 5.80, 8351.233, -2.2, -19, 0, 0.042, 0.27, 7740.199, 1.5, 25, 0, 0.042, 6.14, 15385.020, -0.7, 6, 0, 0.042, 6.13, 7285.051, -4.1, -41, 0, 0.041, 1.27, 32757.451, 4.2, 78, 0, 0.041, 4.46, 8275.722, 1.5, 25, 0, 0.040, 0.23, 8381.661, 1.5, 25, 0, 0.040, 5.87, -766.864, 2.5, 29, 0, 0.040, 1.66, 254.431, 0, 0, 0, 0.040, 0.40, 9027.981, -0.4, 0, 0, 0.040, 2.96, 7777.936, 1.5, 25, 0, 0.039, 4.67, 33943.068, 6.1, 100, 0, 0.039, 3.52, 8326.062, 1.5, 25, 0, 0.039, 3.75, 21013.887, -6.5, -57, 0, 0.039, 5.60, 606.978, 0, 0, 0, 0.039, 1.19, 8331.321, 1.5, 25, 0, 0.039, 2.84, 7211.433, -2.2, -19, 0, 0.038, 0.67, 7216.693, -2.2, -19, 0, 0.038, 6.22, 25161.867, 0.6, 28, 0, 0.038, 4.40, 7806.322, 1.5, 25, 0, 0.038, 4.16, 9179.168, -2.2, -19, 0, 0.037, 4.73, 14991.999, -0.7, 6, 0, 0.036, 0.35, 67.514, -0.6, -7, 0, 0.036, 3.70, 25266.611, -1.6, 0, 0, 0.036, 5.39, 16328.796, -0.7, 6, 0, 0.035, 1.44, 7174.248, -2.2, -19, 0, 0.035, 5.00, 15684.730, -4.4, -38, 0, 0.035, 0.39, -15.419, -2.2, -19, 0, 0.035, 6.07, 15020.385, -0.7, 6, 0, 0.034, 6.01, 7371.797, -2.2, -19, 0, 0.034, 0.96, -16623.626, -3.4, -54, 0, 0.033, 6.24, 9479.368, 1.5, 25, 0, 0.033, 3.21, 23661.896, 5.2, 82, 0, 0.033, 4.06, 8311.418, -2.2, -19, 0, 0.033, 2.40, 1965.105, 0, 0, 0, 0.033, 5.17, 15489.785, -0.7, 6, 0, 0.033, 5.03, 21986.540, 0.9, 31, 0, 0.033, 4.10, 16691.140, 2.7, 46, 0, 0.033, 5.13, 47114.589, 1.7, 63, 0, 0.033, 4.45, 8917.184, 1.5, 25, 0, 0.033, 4.23, 2.078, 0, 0, 0, 0.032, 2.33, 75.251, 1.5, 25, 0, 0.032, 2.10, 7253.878, -2.2, -19, 0, 0.032, 3.11, -0.224, 1.5, 25, 0, 0.032, 4.43, 16640.462, -0.7, 6, 0, 0.032, 5.68, 8328.363, 0, 0, 0, 0.031, 5.32, 8329.020, 3.0, 50, 0, 0.031, 3.70, 16118.093, -0.7, 6, 0, 0.030, 3.67, 16721.817, -0.7, 6, 0, 0.030, 5.27, -1881.492, -1.2, -15, 0, 0.030, 5.72, 8157.839, -2.2, -19, 0, 0.029, 5.73, -18400.313, -6.7, -94, 0, 0.029, 2.76, 16.000, -2.2, -19, 0, 0.029, 1.75, 8879.447, 1.5, 25, 0, 0.029, 0.32, 8851.061, 1.5, 25, 0, 0.029, 0.90, 14704.903, 3.7, 57, 0, 0.028, 2.90, 15595.723, -0.7, 6, 0, 0.028, 5.88, 16864.631, 0.2, 24, 0, 0.028, 0.63, 16869.234, -2.8, -26, 0, 0.028, 4.04, -18609.863, -2.4, -43, 0, 0.027, 5.83, 6727.736, -5.9, -63, 0, 0.027, 6.12, 418.752, 4.3, 51, 0, 0.027, 0.14, 41157.131, 3.9, 81, 0, 0.026, 3.80, 15.542, 0, 0, 0, 0.026, 1.68, 50181.698, 4.8, 99, -1, 0.026, 0.32, 315.469, 0, 0, 0, 0.025, 5.67, 19.188, 0.3, 0, 0, 0.025, 3.16, 62.133, -2.2, -19, 0, 0.025, 3.76, 15502.939, -0.7, 6, 0, 0.025, 4.53, 45999.961, -2.0, 19, 0, 0.024, 3.21, 837.851, -4.4, -51, 0, 0.024, 2.82, 38157.596, 0.3, 37, 0, 0.024, 5.21, 15540.124, -0.7, 6, 0, 0.024, 0.26, 14218.576, 0, 13, 0, 0.024, 3.01, 15545.384, -0.7, 6, 0, 0.024, 1.16, -17424.247, -0.6, -21, 0, 0.023, 2.34, -67.574, 0.6, 7, 0, 0.023, 2.44, 18.024, -1.9, -22, 0, 0.023, 3.70, 469.400, 0, 0, 0, 0.023, 0.72, 7136.511, -2.2, -19, 0, 0.023, 4.50, 15582.569, -0.7, 6, 0, 0.023, 2.80, -16586.395, -4.9, -72, 0, 0.023, 1.51, 80.182, 0, 0, 0, 0.023, 1.09, 5261.583, -1.5, -12, 0, 0.023, 0.56, 54956.954, -0.5, 44, 0, 0.023, 4.01, 8550.860, -2.2, -19, 0, 0.023, 4.46, 38995.448, -4.1, -14, 0, 0.023, 3.82, 2358.126, 0, 0, 0, 0.022, 3.77, 32271.125, 0.5, 34, 0, 0.022, 0.82, 15935.775, -0.7, 6, 0, 0.022, 1.07, 24013.421, -2.9, -13, 0, 0.022, 0.40, 8940.078, -2.2, -19, 0, 0.022, 2.06, 15700.489, -0.7, 6, 0, 0.022, 4.27, 15124.002, -5.0, -45, 0, 0.021, 1.16, 56071.583, 3.2, 88, 0, 0.021, 5.58, 9572.189, -2.2, -19, 0, 0.020, 1.70, -17.273, -3.7, -44, 0, 0.020, 3.05, 214.617, 0, 0, 0, 0.020, 4.41, 8391.048, -2.2, -19, 0, 0.020, 5.95, 23869.145, 2.4, 56, 0, 0.020, 0.42, 40947.927, -4.7, -21, 0, 0.019, 1.39, 5818.897, 0.3, 10, 0, 0.019, 0.71, 23873.747, -0.7, 6, 0, 0.019, 2.81, 7291.615, -2.2, -19, 0, 0.019, 5.09, 8428.018, -2.2, -19, 0, 0.019, 4.14, 6518.187, -1.6, -12, 0, 0.019, 3.85, 21.330, 0, 0, 0, 0.018, 0.66, 14445.046, -0.7, 6, 0, 0.018, 1.65, 0.966, -4.0, -48, 0, 0.018, 5.64, -17143.709, -6.8, -94, 0, 0.018, 6.01, 7736.432, -2.2, -19, 0, 0.018, 2.74, 31153.083, -1.9, 5, 0, 0.018, 4.58, 6116.355, -2.2, -19, 0, 0.018, 2.28, 46.401, 0.3, 0, 0, 0.018, 3.80, 10213.597, 1.4, 25, 0, 0.018, 2.84, 56281.132, -1.1, 36, 0, 0.018, 3.53, 8249.062, 1.5, 25, 0, 0.017, 4.43, 20871.911, -3, -13, 0, 0.017, 4.44, 627.596, 0, 0, 0, 0.017, 1.85, 628.308, 0, 0, 0, 0.017, 1.19, 8408.321, 2, 25, 0, 0.017, 1.95, 7214.056, -2, -19, 0, 0.017, 1.57, 7214.070, -2, -19, 0, 0.017, 1.65, 13870.811, -6, -60, 0, 0.017, 0.30, 22.542, -4, -44, 0, 0.017, 2.62, -119.445, 0, 0, 0, 0.016, 4.87, 5747.909, 2, 32, 0, 0.016, 4.45, 14339.108, -1, 6, 0, 0.016, 1.83, 41366.680, 0, 30, 0, 0.016, 4.53, 16309.618, -3, -23, 0, 0.016, 2.54, 15542.754, -1, 6, 0, 0.016, 6.05, 1203.646, 0, 0, 0, 0.015, 5.2, 2751.147, 0, 0, 0, 0.015, 1.8, -10699.924, -5, -69, 0, 0.015, 0.4, 22824.391, -3, -20, 0, 0.015, 2.1, 30666.756, -6, -39, 0, 0.015, 2.1, 6010.417, -2, -19, 0, 0.015, 0.7, -23729.470, -5, -75, 0, 0.015, 1.4, 14363.691, -1, 6, 0, 0.015, 5.8, 16900.689, -2, 0, 0, 0.015, 5.2, 23800.458, 3, 53, 0, 0.015, 5.3, 6035.000, -2, -19, 0, 0.015, 1.2, 8251.139, 2, 25, 0, 0.015, 3.6, -8.860, 0, 0, 0, 0.015, 0.8, 882.739, 0, 0, 0, 0.015, 3.0, 1021.329, 0, 0, 0, 0.015, 0.6, 23296.107, 1, 31, 0, 0.014, 5.4, 7227.181, 2, 25, 0, 0.014, 0.1, 7213.352, -2, -19, 0, 0.014, 4.0, 15506.706, 3, 50, 0, 0.014, 3.4, 7214.774, -2, -19, 0, 0.014, 4.6, 6665.385, -2, -19, 0, 0.014, 0.1, -8.636, -2, -22, 0, 0.014, 3.1, 15465.202, -1, 6, 0, 0.014, 4.9, 508.863, 0, 0, 0, 0.014, 3.5, 8406.244, 2, 25, 0, 0.014, 1.3, 13313.497, -8, -82, 0, 0.014, 2.8, 49276.619, -3, 0, 0, 0.014, 0.1, 30528.194, -3, -10, 0, 0.013, 1.7, 25128.050, 1, 31, 0, 0.013, 2.9, 14128.405, -1, 6, 0, 0.013, 3.4, 57395.761, 3, 80, 0, 0.013, 2.7, 13029.546, -1, 6, 0, 0.013, 3.9, 7802.556, -2, -19, 0, 0.013, 1.6, 8258.802, -2, -19, 0, 0.013, 2.2, 8417.709, -2, -19, 0, 0.013, 0.7, 9965.210, -2, -19, 0, 0.013, 3.4, 50391.247, 0, 48, 0, 0.013, 3.0, 7134.433, -2, -19, 0, 0.013, 2.9, 30599.182, -5, -31, 0, 0.013, 3.6, -9723.857, 1, 0, 0, 0.013, 4.8, 7607.084, -2, -19, 0, 0.012, 0.8, 23837.689, 1, 35, 0, 0.012, 3.6, 4.409, -4, -44, 0, 0.012, 5.0, 16657.031, 3, 50, 0, 0.012, 4.4, 16657.735, 3, 50, 0, 0.012, 1.1, 15578.803, -4, -38, 0, 0.012, 6.0, -11.490, 0, 0, 0, 0.012, 1.9, 8164.398, 0, 0, 0, 0.012, 2.4, 31852.372, -4, -17, 0, 0.012, 2.4, 6607.085, -2, -19, 0, 0.012, 4.2, 8359.870, 0, 0, 0, 0.012, 0.5, 5799.713, -2, -19, 0, 0.012, 2.7, 7220.622, 0, 0, 0, 0.012, 4.3, -139.720, 0, 0, 0, 0.012, 2.3, 13728.836, -2, -16, 0, 0.011, 3.6, 14912.146, 1, 31, 0, 0.011, 4.7, 14916.748, -2, -19, 0], + [1.67680, 4.66926, 628.301955, -0.0266, 0.1, -0.005, 0.51642, 3.3721, 6585.760910, -2.158, -18.9, 0.09, 0.41383, 5.7277, 14914.452335, -0.635, 6.2, -0.04, 0.37115, 3.9695, 7700.389469, 1.550, 25.0, -0.12, 0.27560, 0.7416, 8956.993380, 1.496, 25.1, -0.13, 0.24599, 4.2253, -2.301200, 1.523, 25.1, -0.12, 0.07118, 0.1443, 7842.36482, -2.211, -19, 0.08, 0.06128, 2.4998, 16171.05625, -0.688, 6, 0, 0.04516, 0.443, 8399.67910, -0.36, 3, 0, 0.04048, 5.771, 14286.15038, -0.61, 6, 0, 0.03747, 4.626, 1256.60391, -0.05, 0, 0, 0.03707, 3.415, 5957.45895, -2.13, -19, 0.1, 0.03649, 1.800, 23243.14376, 0.89, 31, -0.2, 0.02438, 0.042, 16029.08089, 3.07, 50, -0.2, 0.02165, 1.017, -1742.93051, -3.68, -44, 0.2, 0.01923, 3.097, 17285.68480, 3.02, 50, -0.3, 0.01692, 1.280, 0.3286, 1.52, 25, -0.1, 0.01361, 0.298, 8326.3902, 3.05, 50, -0.2, 0.01293, 4.013, 7072.0875, 1.58, 25, -0.1, 0.01276, 4.413, 8330.9926, 0, 0, 0, 0.01270, 0.101, 8470.6668, -2.24, -19, 0.1, 0.01097, 1.203, 22128.5152, -2.82, -13, 0, 0.01088, 2.545, 15542.7543, -0.66, 6, 0, 0.00835, 0.190, 7214.0629, -2.18, -19, 0.1, 0.00734, 4.855, 24499.7477, 0.83, 31, -0.2, 0.00686, 5.130, 13799.8238, -4.34, -38, 0.2, 0.00631, 0.930, -486.3266, -3.73, -44, 0, 0.00585, 0.699, 9585.2953, 1.5, 25, 0, 0.00566, 4.073, 8328.3391, 1.5, 25, 0, 0.00566, 0.638, 8329.0437, 1.5, 25, 0, 0.00539, 2.472, -1952.4800, 0.6, 7, 0, 0.00509, 2.88, -0.7113, 0, 0, 0, 0.00469, 3.56, 30457.2066, -1.3, 12, 0, 0.00387, 0.78, -0.3523, 0, 0, 0, 0.00378, 1.84, 22614.8418, 0.9, 31, 0, 0.00362, 5.53, -695.8761, 0.6, 7, 0, 0.00317, 2.80, 16728.3705, 1.2, 28, 0, 0.00303, 6.07, 157.7344, 0, 0, 0, 0.00300, 2.53, 33.7570, -0.3, -4, 0, 0.00295, 4.16, 31571.8352, 2.4, 56, 0, 0.00289, 5.98, 7211.7617, -0.7, 6, 0, 0.00285, 2.06, 15540.4531, 0.9, 31, 0, 0.00283, 2.65, 2.6298, 0, 0, 0, 0.00282, 6.17, 15545.0555, -2.2, -19, 0, 0.00278, 1.23, -39.8149, 0, 0, 0, 0.00272, 3.82, 7216.3641, -3.7, -44, 0, 0.00270, 4.37, 70.9877, -1.9, -22, 0, 0.00256, 5.81, 13657.8484, -0.6, 6, 0, 0.00244, 5.64, -0.2237, 1.5, 25, 0, 0.00240, 2.96, 8311.7707, -2.2, -19, 0, 0.00239, 0.87, -33.7814, 0.3, 4, 0, 0.00216, 2.31, 15.9995, -2.2, -19, 0, 0.00186, 3.46, 5329.1570, -2.1, -19, 0, 0.00169, 2.40, 24357.772, 4.6, 75, 0, 0.00161, 5.80, 8329.403, 1.5, 25, 0, 0.00161, 5.20, 8327.980, 1.5, 25, 0, 0.00160, 4.26, 23385.119, -2.9, -13, 0, 0.00156, 1.26, 550.755, 0, 0, 0, 0.00155, 1.25, 21500.213, -2.8, -13, 0, 0.00152, 0.60, -16.921, -3.7, -44, 0, 0.00150, 2.71, -79.630, 0, 0, 0, 0.00150, 5.29, 15.542, 0, 0, 0, 0.00148, 1.06, -2371.232, -3.7, -44, 0, 0.00141, 0.77, 8328.691, 1.5, 25, 0, 0.00141, 3.67, 7143.075, -0.3, 0, 0, 0.00138, 5.45, 25614.376, 4.5, 75, 0, 0.00129, 4.90, 23871.446, 0.9, 31, 0, 0.00126, 4.03, 141.975, -3.8, -44, 0, 0.00124, 6.01, 522.369, 0, 0, 0, 0.00120, 4.94, -10071.622, -5.2, -69, 0, 0.00118, 5.07, -15.419, -2.2, -19, 0, 0.00107, 3.49, 23452.693, -3.4, -20, 0, 0.00104, 4.78, 17495.234, -1.3, 0, 0, 0.00103, 1.44, -18.049, -2.2, -19, 0, 0.00102, 5.63, 15542.402, -0.7, 6, 0, 0.00102, 2.59, 15543.107, -0.7, 6, 0, 0.00100, 4.11, -6.559, -1.9, -22, 0, 0.00097, 0.08, 15400.779, 3.1, 50, 0, 0.00096, 5.84, 31781.385, -1.9, 5, 0, 0.00094, 1.08, 8328.363, 0, 0, 0, 0.00094, 2.46, 16799.358, -0.7, 6, 0, 0.00094, 1.69, 6376.211, 2.2, 32, 0, 0.00093, 3.64, 8329.020, 3.0, 50, 0, 0.00093, 2.65, 16655.082, 4.6, 75, 0, 0.00090, 1.90, 15056.428, -4.4, -38, 0, 0.00089, 1.59, 52.969, 0, 0, 0, 0.00088, 2.02, -8257.704, -3.4, -47, 0, 0.00088, 3.02, 7213.711, -2.2, -19, 0, 0.00087, 0.50, 7214.415, -2.2, -19, 0, 0.00087, 0.49, 16659.684, 1.5, 25, 0, 0.00082, 5.64, -4.931, 1.5, 25, 0, 0.00079, 5.17, 13171.522, -4.3, -38, 0, 0.00076, 3.60, 29828.905, -1.3, 12, 0, 0.00076, 4.08, 24567.322, 0.3, 24, 0, 0.00076, 4.58, 1884.906, -0.1, 0, 0, 0.00073, 0.33, 31713.811, -1.4, 12, 0, 0.00073, 0.93, 32828.439, 2.4, 56, 0, 0.00071, 5.91, 38785.898, 0.2, 37, 0, 0.00069, 2.20, 15613.742, -2.5, -16, 0, 0.00066, 3.87, 15.732, -2.5, -23, 0, 0.00066, 0.86, 25823.926, 0.2, 24, 0, 0.00065, 2.52, 8170.957, 1.5, 25, 0, 0.00063, 0.18, 8322.132, -0.3, 0, 0, 0.00060, 5.84, 8326.062, 1.5, 25, 0, 0.00060, 5.15, 8331.321, 1.5, 25, 0, 0.00060, 2.18, 8486.426, 1.5, 25, 0, 0.00058, 2.30, -1.731, -4, -44, 0, 0.00058, 5.43, 14357.138, -2, -16, 0, 0.00057, 3.09, 8294.910, 2, 29, 0, 0.00057, 4.67, -8362.473, -1, -21, 0, 0.00056, 4.15, 16833.151, -1, 0, 0, 0.00054, 1.93, 7056.329, -2, -19, 0, 0.00054, 5.27, 8315.574, -2, -19, 0, 0.00052, 5.6, 8311.418, -2, -19, 0, 0.00052, 2.7, -77.552, 0, 0, 0, 0.00051, 4.3, 7230.984, 2, 25, 0, 0.00050, 0.4, -0.508, 0, 0, 0, 0.00049, 5.4, 7211.433, -2, -19, 0, 0.00049, 4.4, 7216.693, -2, -19, 0, 0.00049, 4.3, 16864.631, 0, 24, 0, 0.00049, 2.2, 16869.234, -3, -26, 0, 0.00047, 6.1, 627.596, 0, 0, 0, 0.00047, 5.0, 12.619, 1, 7, 0, 0.00045, 4.9, -8815.018, -5, -69, 0, 0.00044, 1.6, 62.133, -2, -19, 0, 0.00042, 2.9, -13.118, -4, -44, 0, 0.00042, 4.1, -119.445, 0, 0, 0, 0.00041, 4.3, 22756.817, -3, -13, 0, 0.00041, 3.6, 8288.877, 2, 25, 0, 0.00040, 0.5, 6663.308, -2, -19, 0, 0.00040, 1.1, 8368.506, 2, 25, 0, 0.00039, 4.1, 6443.786, 2, 25, 0, 0.00039, 3.1, 16657.383, 3, 50, 0, 0.00038, 0.1, 16657.031, 3, 50, 0, 0.00038, 3.0, 16657.735, 3, 50, 0, 0.00038, 4.6, 23942.433, -1, 9, 0, 0.00037, 4.3, 15385.020, -1, 6, 0, 0.00037, 5.0, 548.678, 0, 0, 0, 0.00036, 1.8, 7213.352, -2, -19, 0, 0.00036, 1.7, 7214.774, -2, -19, 0, 0.00035, 1.1, 7777.936, 2, 25, 0, 0.00035, 1.6, -8.860, 0, 0, 0, 0.00035, 4.4, 23869.145, 2, 56, 0, 0.00035, 2.0, 6691.693, -2, -19, 0, 0.00034, 1.3, -1185.616, -2, -22, 0, 0.00034, 2.2, 23873.747, -1, 6, 0, 0.00033, 2.0, -235.287, 0, 0, 0, 0.00033, 3.1, 17913.987, 3, 50, 0, 0.00033, 1.0, 8351.233, -2, -19, 0], + [0.004870, 4.6693, 628.30196, -0.027, 0, -0.01, 0.002280, 2.6746, -2.30120, 1.523, 25, -0.12, 0.001500, 3.372, 6585.76091, -2.16, -19, 0.1, 0.001200, 5.728, 14914.45233, -0.64, 6, 0, 0.001080, 3.969, 7700.38947, 1.55, 25, -0.1, 0.000800, 0.742, 8956.99338, 1.50, 25, -0.1, 0.000254, 6.002, 0.3286, 1.52, 25, -0.1, 0.000210, 0.144, 7842.3648, -2.21, -19, 0, 0.000180, 2.500, 16171.0562, -0.7, 6, 0, 0.000130, 0.44, 8399.6791, -0.4, 3, 0, 0.000126, 5.03, 8326.3902, 3.0, 50, 0, 0.000120, 5.77, 14286.1504, -0.6, 6, 0, 0.000118, 5.96, 8330.9926, 0, 0, 0, 0.000110, 1.80, 23243.1438, 0.9, 31, 0, 0.000110, 3.42, 5957.4590, -2.1, -19, 0, 0.000110, 4.63, 1256.6039, -0.1, 0, 0, 0.000099, 4.70, -0.7113, 0, 0, 0, 0.000070, 0.04, 16029.0809, 3.1, 50, 0, 0.000070, 5.14, 8328.3391, 1.5, 25, 0, 0.000070, 5.85, 8329.0437, 1.5, 25, 0, 0.000060, 1.02, -1742.9305, -3.7, -44, 0, 0.000060, 3.10, 17285.6848, 3.0, 50, 0, 0.000054, 5.69, -0.352, 0, 0, 0, 0.000043, 0.52, 15.542, 0, 0, 0, 0.000041, 2.03, 2.630, 0, 0, 0, 0.000040, 0.10, 8470.667, -2.2, -19, 0, 0.000040, 4.01, 7072.088, 1.6, 25, 0, 0.000036, 2.93, -8.860, -0.3, 0, 0, 0.000030, 1.20, 22128.515, -2.8, -13, 0, 0.000030, 2.54, 15542.754, -0.7, 6, 0, 0.000027, 4.43, 7211.762, -0.7, 6, 0, 0.000026, 0.51, 15540.453, 0.9, 31, 0, 0.000026, 1.44, 15545.055, -2.2, -19, 0, 0.000025, 5.37, 7216.364, -3.7, -44, 0], + [0.00001200, 1.041, -2.3012, 1.52, 25, -0.1, 0.00000170, 0.31, -0.711, 0, 0, 0] + ], + SHUO_KB:[1457698.231017, 29.53067166, 1546082.512234, 29.53085106, 1640640.735300, 29.53060000, 1642472.151543, 29.53085439, 1683430.509300, 29.53086148, 1752148.041079, 29.53085097, 1807665.420323, 29.53059851, 1883618.114100, 29.53060000, 1907360.704700, 29.53060000, 1936596.224900, 29.53060000, 1939135.675300, 29.53060000, 1947168.00], + SB:'00000000000000000000000020000002000000000000200000001000000000000000000000000000000000000010002000000000000000200000000200000000000000000000002000000000020000000000000000000000000000000000100000000000010000001000001000000000000000100000000020000000000000002000000000000001000000000000001000000000000100000000010010000020000202001101002020200101000002020010100002000000010100202000001010000202020001010000202020001010000202000001010020202001010000020200101000022000010101002020001010100002020201010100002020200010100002020000010100202000010100000202001010000220200101010020200010101001000000000001001000200000000000020000000000000000000000000000000000000000000000000000000000000000010000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000200000000000020010000000000000000000000000000000000000001000000000000000000000000000000001000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000011000000000000000000000000000000000000000000000000000000000000000000000000000000100000000000000000000000000000000000000000000000000000010001000000100001001010010101000000000000100001000001000100000000001000000000000100100000000010010100010000000000000000000100011000000000000000000002000000001020000000001001000001000001001000000001000100010010000100001000000100000100100010000000000000010000200000000000000000000000000000000001000000000100100000000000000000000000000000000000000000000000000010000000000101000000000000000000000000000001001010010010100100010000010010000001001001001001000000100100000100010000000100000000000000100000000010100000000001000100010100100000010000000010010000000001000001000000101002000000000100000000000000100001000000010100000101001000000100100100100100000010010010000001001010000000100101001000000000101001000000010101000000000010000001000001000001000000100000000000010010000000000000000010000000100010010000000100000010000010100010010000000000000000001001000000000100101000000010000100110100000000100000000000010000000010000010000100010000000000000000000000010000000000000000100000001000000000001000000000000000100000000000100000010000000100001010000000000101000010100000001001000000010100000000000000000000001000000000001000000000000000000000000000000000000000100000001000000000000100000000000000000000000010000000010010000000001000001010100000001000000000000001000010000101001001010000001000101000000000100100000100110000010010010010001001010010010000001000000000000101000010000000101000000000010000001001001001001000000100101000000010000100010101001010010010000101010010000000101010010000000100010010000010010010000001001010000000100101000100010000000100100001000100100000101010000000000101010100100000100000000000010010000010001001010001000100000001001010000000000000001000100100000100010100001010100000100000000100100100100010010100010001000000010010100000010001010000000001000000000001001010100000001000010100000001001010000101000000010010000100101001000100010100000000010000010000010010001000001000010100000001000000100001000000010000101001001010000001000101000001000100100000100100000010010010010101000000010000000000000010000000001010010010000100010000010010000001001000001001000000100100000100010010100100100001010000100000001010000100000001010100000000100000010000010010010000001001010001000100101000101000010100100000001010100100000001010100000000001000000100000000100100000010010100000000000010001000100000001001000010001001000001010101001000001000101001000100000001000000100100000100010000100010001000000010010100000010000000010001000010001000001000010101000000000010100001000001000100101000100010000000100101000000100010000000000010000010000010010101000000010000101000000010010100001010000010100000001001010000001000101000000000100000000100100101000000000000101000000000100001000010000000100001010010010100000010001010000010001000000001001000000000100000101000010100100000000010100100000001010100100100001000100002000000100002200001010010000000001010001010000101001001000010100001000000010101001000001010001000000000000000100000000100100000001000100010000000010000010000001000000000010101001010000010101000000001000000001000000001001000000000101000100000000100010100000000010000000100010010000010101010010101010100010010001000010010000000001010001000100001000100010000000100100000000100000000000010000101010000010000101010000000000101000010000010100000010001010100000001001000000001000000000000000100000000000100101010000000100001010000100100101000010100000100000000010010000010010001000001010001000000001001001010000100101001000000100001000000010101000001000000000100100000000100010000010100010000001010010000100001001000010000101001000000000101000000000010101001001000000001000000000101000100000010100110000001010110010100001010010000000101010010000000101010010000010000010000000000010001000000101001000000010001000101001000100100100000010000000000101010000100010100010000100010000000010000001010010000000100010001000010001000101001000000100000000000100100000101000100101010100000100100010000100100201001000100010000100000000010010000001001001000001001000100000000001010100000101001010100000001001010010000000101001000100010100100000010010010010010000001000000001000100000001000010100000000000010100101001001010010001000001001000000100100000100000000000010100010001001010010010100001000010000000001000010000100101010010010010000001001001001001000000000101000100000010100100101001010100000000001010010000000001010000000000101000010010010000010000000001010001000000101001000010010001000101001000100100000001010100100000101010100100000100000100000010010100010000001000010000000100010001010010001001000001000001001000001010100001000101000101001000100000000100010010100100000001000100010100100000000010010000001000001000001001010101000001000010101000001001010100101001001010010001000101001000000000100100000010010010000010010001000000010010100000000010010100001000010010100101010001010010000000001001001001100100100100100000010010100010101000010010000100000000010000000001010000010100100010010010010000011001001001000000000100101000100010010100100101000010000100000000010100100000001010100100100100000000010010010000000001001010001000100101001001010010101000000000010100001000001010100001000001000000000000100100100000010010100010001001000010000100100010001010010001001000000010101001000001010001001000001000001001000100101000100010010000100001001000100010100100000010010010000010010001010001000010101010000010010001001000001000100101001000010010001000101001000000100100100000100000010000010010101000000010000101000000000000101001010010010100100010001010010000001001001001001100000100100100100010000000100101000000000100001000010100100101001000100010100100000010010010010011001001001001001000100101000001010000100100000000000100000000000010100000001001000000100100100100110010010010200000001001010001000100101001001010000101001000000010101001000000010001001001001000001000000100100000000010010100010001001010010010100101010000000010101000010000010101000010000010000000000001001000000000100101000100010010000100101001000100010100100010010000010101010010100010100010010000010000010010001001010001000100100001000010010001000101001000100100000100000100100010000010100101010000000100101010010100010001001000010010100100010001010010000001000001000001000000100000100101010100000100001010000100000001010010100100101001000100010100100000010010010010011000001001001001010100000001001010000000001000010000101001001010010001000101001000000100100100100110010010010010010001001010010010100101000000000000101000010000000101000000010010000001001001001001100100100100000000010010100010101001010010010000101010010000000101010010000000100010010000010010010000001001010000000100101000100010010000100101001000100100000101010000100000101010100100000100000000000010010000010001001010001000100100001001010010001000100001000100100100100010100001010100000100101010100100100100010010100010001001000010010100100010001010010001001000001000001001010100000001001010100000001001010000101002001010010000100101001000100010100100000010000010010010000001000001001010100000001000010000001000000010100101001001010010001000101001001000100100100100110000010010010010101001010010000100001000010000100001010010010020000000000000000020001000000000000000000000002000000000000000000000000000000100000200000000000000000000000000000000000000000000000000000000000000001000000000000000000000000000000000000000000000000000000002000000000000000000000000000000000000110000000000000000000000000000000000000000000000000000000000020000000000000000000002000000000000002000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000000000000000000000000002000000200000000000000000000000002000000000000000000000000000000000020000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000000000000000000000000200000000000000000000000001000000000000000000000000000000000000000000000000002000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000002000000000000000000000000000000010000200000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000100000000000000000200000000000000000000000002000000000000000000000000000000000020000000200000000000000000000000000002000000000000200000000000020000000000000000000000000000000000000000000000000000000000000000000000000000020000000002000000000200000000000000000000000000000000000000000000000000000000001000000000000000000200000000000000000000000000000000200000000000000000000000000000000100000000000000000000000000000000000000000200000000000000000000000000000000000000200000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000000000000000000002020000000000000000000000000000000000000000000100000200000000000000000000000002000000000200000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000000000000000000000000100000000000000000000000000000000000000000000000000001000000000000000000000000002000000000000002000000000002000000000000000000000000200200000000000000000000000000000000000001000000000000000000000000000000000000000000000002000000000002000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000020000000000000000000200000000000000000000000100000010100000000000000000000000100000000200000000000000000000020000000000000000000000200000000000000000000000000000000000000000200000000000000000000000000000000000000200000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000002000000000002000000000000000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000200000000000000000000000000010000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000000000000000000000010000000000000000000000000000000000000000000000000000000020000000000000020000000000000000000000000000000000000000100000000001000000000000000000000000000000000200000000000200000000000000000000000000000000000000000000000000000000002000000000002000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000020000000000000000000100000020000000000000000000000000000000000000000000100000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000001000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000010000000000000000000000000000000000000000000000010000000000000010000002000000000002000000000000000000000000000000000000000200000000000000000000000000000000000000000000000000000000000000000000000001000000002000000000000002000000000000000000000000000000000000000000000000000000220000000010000020000000000000000000000000020000000000000000000000000000000000000000000000000000000000000000000000000000000000000000201000020000000200000000000000000000000001000000000000000000000000000000000000000002000000000000000000000000000000000000000000000000000000000000000000000000000000001000000001000000000000000000000000000000000000000000000000000000000000000000000000000000000000200010000000000000000000000000000000000100000000000000100000000000000000000000000000000000000000002000100000000000000000000000000010000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000010000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000002000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000001000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000020000000000000000000000000002000000000000000100000000000000000000000000000000000000000200000000000000000000000000000000000000000001000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000002000000000000000000000000000000000000000000000000000000000020200000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000010000000000001000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000002000000000000000000000200000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000020000000000002000000000000000000000000000000000020000020000000000000020000000000000000000000000000200000000000020000000000000000000000000000000000000000000001000000000000000000000000000000020000000000000000000200000000000000000000000000000000000000000000010000000000000000000000000000000200000020000000000000000000000000200000000000000000000000000000000000000000000000002000000000000000000000000200000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000002000000000000000000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000100000000000000000020000000000002000000000000002000000000000000000000000000200000000000000000000000000000000000000000000000000000000000000000000000000000000000000010000000000000000000000000000000000000000000020000000000000001000000000000000000000000000000000000000002000000000002000000000000000000000000000200000000000000000000000000000000000000000000000000000000000000000000000000000000000001000000000002000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000100000000000000000200000000000000000000000200000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000001000000000001000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000010000000000000000000000000000000000000000020000000000000001000000000000000000000000000000000000000000000000000000000000000010000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000000000000000000000000000200000000000200000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000020000000000000020000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000100000000000000000000000000000000000000000000000', + nutationLon2:function(t){ + var a = -1.742 * t; + var t2 = t * t; + var dl = 0; + for (var i = 0, j = this.NUT_B.length; i < j; i += 5) { + dl += (this.NUT_B[i + 3] + a) * Math.sin(this.NUT_B[i] + this.NUT_B[i + 1] * t + this.NUT_B[i + 2] * t2); + a = 0; + } + return dl / 100 / this.SECOND_PER_RAD; + }, + eLon:function(t,n){ + t /= 10; + var v = 0; + var tn = 1; + var n1; + var n2; + var m; + var c; + var pn = 1; + var n0; + var m0 = this.XL0[pn + 1] - this.XL0[pn]; + for (var i = 0; i < 6; i++, tn *= t) { + n1 = Math.floor(this.XL0[pn + i]); + n2 = Math.floor(this.XL0[pn + 1 + i]); + n0 = n2 - n1; + if (n0 === 0) { + continue; + } + if (n < 0) { + m = n2; + } else { + m = Math.floor((3 * n * n0 / m0 + 0.5) + n1); + if (i !== 0) { + m += 3; + } + if (m > n2) { + m = n2; + } + } + c = 0; + for (var j = n1; j < m; j += 3) { + c += this.XL0[j] * Math.cos(this.XL0[j + 1] + t * this.XL0[j + 2]); + } + v += c * tn; + } + v /= this.XL0[0]; + var t2 = t * t; + v += (-0.0728 - 2.7702 * t - 1.1019 * t2 - 0.0996 * t2 * t) / this.SECOND_PER_RAD; + return v; + }, + mLon:function(t,n){ + var ob = this.XL1; + var obl = ob[0].length; + var tn = 1; + var v = 0; + var j; + var c; + var t2 = t * t; + var t3 = t2 * t; + var t4 = t3 * t; + var t5 = t4 * t; + var tx = t - 10; + v += (3.81034409 + 8399.684730072 * t - 3.319e-05 * t2 + 3.11e-08 * t3 - 2.033e-10 * t4) * this.SECOND_PER_RAD; + v += 5028.792262 * t + 1.1124406 * t2 + 0.00007699 * t3 - 0.000023479 * t4 - 0.0000000178 * t5; + if (tx > 0) { + v += -0.866 + 1.43 * tx + 0.054 * tx * tx; + } + t2 /= 1e4; + t3 /= 1e8; + t4 /= 1e8; + + n *= 6; + if (n < 0) { + n = obl; + } + for (var i = 0, x = ob.length; i < x; i++, tn *= t) { + var f = ob[i]; + var l = f.length; + var m = Math.floor((n * l / obl + 0.5)); + if (i > 0) { + m += 6; + } + if (m >= l) { + m = l; + } + for (j = 0, c = 0; j < m; j += 6) { + c += f[j] * Math.cos(f[j + 1] + t * f[j + 2] + t2 * f[j + 3] + t3 * f[j + 4] + t4 * f[j + 5]); + } + v += c * tn; + } + v /= this.SECOND_PER_RAD; + return v; + }, + gxcSunLon:function(t){ + var t2 = t * t; + var v = -0.043126 + 628.301955 * t - 0.000002732 * t2; + var e = 0.016708634 - 0.000042037 * t - 0.0000001267 * t2; + return -20.49552 * (1 + e * Math.cos(v)) / this.SECOND_PER_RAD; + }, + ev:function(t){ + var f = 628.307585 * t; + return 628.332 + 21 * Math.sin(1.527 + f) + 0.44 * Math.sin(1.48 + f * 2) + 0.129 * Math.sin(5.82 + f) * t + 0.00055 * Math.sin(4.21 + f) * t * t; + }, + saLon:function(t,n){ + return this.eLon(t, n) + this.nutationLon2(t) + this.gxcSunLon(t) + Math.PI; + }, + dtExt:function(y,jsd){ + var dy = (y - 1820) / 100; + return -20 + jsd * dy * dy; + }, + dtCalc:function(y){ + var size = this.DT_AT.length; + var y0 = this.DT_AT[size - 2]; + var t0 = this.DT_AT[size - 1]; + if (y >= y0) { + var jsd = 31; + if (y > y0 + 100) { + return this.dtExt(y, jsd); + } + return this.dtExt(y, jsd) - (this.dtExt(y0, jsd) - t0) * (y0 + 100 - y) / 100; + } + var i; + for (i = 0; i < size; i += 5) { + if (y < this.DT_AT[i + 5]) { + break; + } + } + var t1 = (y - this.DT_AT[i]) / (this.DT_AT[i + 5] - this.DT_AT[i]) * 10; + var t2 = t1 * t1; + var t3 = t2 * t1; + return this.DT_AT[i + 1] + this.DT_AT[i + 2] * t1 + this.DT_AT[i + 3] * t2 + this.DT_AT[i + 4] * t3; + }, + dtT:function(t){ + return this.dtCalc(t / 365.2425 + 2000) / this.SECOND_PER_DAY; + }, + mv:function(t){ + var v = 8399.71 - 914 * Math.sin(0.7848 + 8328.691425 * t + 0.0001523 * t * t); + v -= 179 * Math.sin(2.543 + 15542.7543 * t) + 160 * Math.sin(0.1874 + 7214.0629 * t) + 62 * Math.sin(3.14 + 16657.3828 * t) + 34 * Math.sin(4.827 + 16866.9323 * t) + 22 * Math.sin(4.9 + 23871.4457 * t) + 12 * Math.sin(2.59 + 14914.4523 * t) + 7 * Math.sin(0.23 + 6585.7609 * t) + 5 * Math.sin(0.9 + 25195.624 * t) + 5 * Math.sin(2.32 - 7700.3895 * t) + 5 * Math.sin(3.88 + 8956.9934 * t) + 5 * Math.sin(0.49 + 7771.3771 * t); + return v; + }, + saLonT:function(w){ + var t; + var v = 628.3319653318; + t = (w - 1.75347 - Math.PI) / v; + v = this.ev(t); + t += (w - this.saLon(t, 10)) / v; + v = this.ev(t); + t += (w - this.saLon(t, -1)) / v; + return t; + }, + msaLon:function(t,mn,sn){ + return this.mLon(t, mn) + (-3.4E-6) - (this.eLon(t, sn) + this.gxcSunLon(t) + Math.PI); + }, + msaLonT:function(w){ + var t; + var v = 7771.37714500204; + t = (w + 1.08472) / v; + t += (w - this.msaLon(t, 3, 3)) / v; + v = this.mv(t) - this.ev(t); + t += (w - this.msaLon(t, 20, 10)) / v; + t += (w - this.msaLon(t, -1, 60)) / v; + return t; + }, + msaLonT2:function(w){ + var t; + var l; + var v = 7771.37714500204; + t = (w + 1.08472) / v; + var t2 = t * t; + t -= (-0.00003309 * t2 + 0.10976 * Math.cos(0.784758 + 8328.6914246 * t + 0.000152292 * t2) + 0.02224 * Math.cos(0.18740 + 7214.0628654 * t - 0.00021848 * t2) - 0.03342 * Math.cos(4.669257 + 628.307585 * t)) / v; + t2 = t * t; + l = this.mLon(t, 20) - (4.8950632 + 628.3319653318 * t + 0.000005297 * t2 + 0.0334166 * Math.cos(4.669257 + 628.307585 * t) + 0.0002061 * Math.cos(2.67823 + 628.307585 * t) * t + 0.000349 * Math.cos(4.6261 + 1256.61517 * t) - 20.5 / this.SECOND_PER_RAD); + v = 7771.38 - 914 * Math.sin(0.7848 + 8328.691425 * t + 0.0001523 * t2) - 179 * Math.sin(2.543 + 15542.7543 * t) - 160 * Math.sin(0.1874 + 7214.0629 * t); + t += (w - l) / v; + return t; + }, + shuoHigh:function(w){ + var t = this.msaLonT2(w) * 36525; + t = t - this.dtT(t) + this.ONE_THIRD; + var v = ((t + 0.5) % 1) * this.SECOND_PER_DAY; + if (v < 1800 || v > this.SECOND_PER_DAY - 1800) { + t = this.msaLonT(w) * 36525 - this.dtT(t) + this.ONE_THIRD; + } + return t; + }, + shuoLow:function(w){ + var v = 7771.37714500204; + var t = (w + 1.08472) / v; + t -= (-0.0000331 * t * t + 0.10976 * Math.cos(0.785 + 8328.6914 * t) + 0.02224 * Math.cos(0.187 + 7214.0629 * t) - 0.03342 * Math.cos(4.669 + 628.3076 * t)) / v + (32 * (t + 1.8) * (t + 1.8) - 20) / this.SECOND_PER_DAY / 36525; + return t * 36525 + this.ONE_THIRD; + }, + calcShuo:function(jd){ + var size = this.SHUO_KB.length; + var d = 0; + var pc = 14; + var i; + jd += Solar.J2000; + var f1 = this.SHUO_KB[0] - pc, f2 = this.SHUO_KB[size - 1] - pc, f3 = 2436935; + if (jd < f1 || jd >= f3) { + d = Math.floor(this.shuoHigh(Math.floor((jd + pc - 2451551) / 29.5306) * Math.PI * 2) + 0.5); + } else if (jd >= f1 && jd < f2) { + for (i = 0; i < size; i += 2) { + if (jd + pc < this.SHUO_KB[i + 2]) { + break; + } + } + d = this.SHUO_KB[i] + this.SHUO_KB[i + 1] * Math.floor((jd + pc - this.SHUO_KB[i]) / this.SHUO_KB[i + 1]); + d = Math.floor(d + 0.5); + if (d === 1683460) { + d++; + } + d -= Solar.J2000; + } else if (jd >= f2 && jd < f3) { + d = Math.floor(this.shuoLow(Math.floor((jd + pc - 2451551) / 29.5306) * Math.PI * 2) + 0.5); + var from = Math.floor((jd - f2) / 29.5306); + var n = this.SB.substr(from, 1); + if ('1' === n) { + d += 1; + } else if ('2' === n) { + d -= 1; + } + } + return d; + } + }; + })(); + var SolarUtil = (function(){ + return { + WEEK:['{w.sun}', '{w.mon}', '{w.tues}', '{w.wed}', '{w.thur}', '{w.fri}', '{w.sat}'], + DAYS_OF_MONTH:[31,28,31,30,31,30,31,31,30,31,30,31], + XINGZUO:['{xz.aries}', '{xz.taurus}', '{xz.gemini}', '{xz.cancer}', '{xz.leo}', '{xz.virgo}', '{xz.libra}', '{xz.scorpio}', '{xz.sagittarius}', '{xz.capricornus}', '{xz.aquarius}', '{xz.pisces}'], + FESTIVAL: { + '1-1': '{jr.yuanDan}', + '2-14': '{jr.qingRen}', + '3-8': '{jr.fuNv}', + '3-12': '{jr.zhiShu}', + '3-15': '{jr.xiaoFei}', + '4-1': '{jr.yuRen}', + '5-1': '{jr.wuYi}', + '5-4': '{jr.qingNian}', + '6-1': '{jr.erTong}', + '7-1': '{jr.jianDang}', + '8-1': '{jr.jianJun}', + '9-10': '{jr.jiaoShi}', + '10-1': '{jr.guoQing}', + '10-31': '{jr.wanShengYe}', + '11-1': '{jr.wanSheng}', + '12-24': '{jr.pingAn}', + '12-25': '{jr.shengDan}' + }, + OTHER_FESTIVAL:{ + '1-8':['周恩来逝世纪念日'], + '1-10':['中国人民警察节'], + '1-14':['日记情人节'], + '1-21':['列宁逝世纪念日'], + '1-26':['国际海关日'], + '1-27':['国际大屠杀纪念日'], + '2-2':['世界湿地日'], + '2-4':['世界抗癌日'], + '2-7':['京汉铁路罢工纪念日'], + '2-10':['国际气象节'], + '2-19':['邓小平逝世纪念日'], + '2-20':['世界社会公正日'], + '2-21':['国际母语日'], + '2-24':['第三世界青年日'], + '3-1':['国际海豹日'], + '3-3':['世界野生动植物日', '全国爱耳日'], + '3-5':['周恩来诞辰纪念日', '中国青年志愿者服务日'], + '3-6':['世界青光眼日'], + '3-7':['女生节'], + '3-12':['孙中山逝世纪念日'], + '3-14':['马克思逝世纪念日', '白色情人节'], + '3-17':['国际航海日'], + '3-18':['全国科技人才活动日', '全国爱肝日'], + '3-20':['国际幸福日'], + '3-21':['世界森林日', '世界睡眠日', '国际消除种族歧视日'], + '3-22':['世界水日'], + '3-23':['世界气象日'], + '3-24':['世界防治结核病日'], + '3-29':['中国黄花岗七十二烈士殉难纪念日'], + '4-2':['国际儿童图书日', '世界自闭症日'], + '4-4':['国际地雷行动日'], + '4-7':['世界卫生日'], + '4-8':['国际珍稀动物保护日'], + '4-12':['世界航天日'], + '4-14':['黑色情人节'], + '4-15':['全民国家安全教育日'], + '4-22':['世界地球日', '列宁诞辰纪念日'], + '4-23':['世界读书日'], + '4-24':['中国航天日'], + '4-25':['儿童预防接种宣传日'], + '4-26':['世界知识产权日', '全国疟疾日'], + '4-28':['世界安全生产与健康日'], + '4-30':['全国交通安全反思日'], + '5-2':['世界金枪鱼日'], + '5-3':['世界新闻自由日'], + '5-5':['马克思诞辰纪念日'], + '5-8':['世界红十字日'], + '5-11':['世界肥胖日'], + '5-12':['全国防灾减灾日', '护士节'], + '5-14':['玫瑰情人节'], + '5-15':['国际家庭日'], + '5-19':['中国旅游日'], + '5-20':['网络情人节'], + '5-22':['国际生物多样性日'], + '5-25':['525心理健康节'], + '5-27':['上海解放日'], + '5-29':['国际维和人员日'], + '5-30':['中国五卅运动纪念日'], + '5-31':['世界无烟日'], + '6-3':['世界自行车日'], + '6-5':['世界环境日'], + '6-6':['全国爱眼日'], + '6-8':['世界海洋日'], + '6-11':['中国人口日'], + '6-14':['世界献血日', '亲亲情人节'], + '6-17':['世界防治荒漠化与干旱日'], + '6-20':['世界难民日'], + '6-21':['国际瑜伽日'], + '6-25':['全国土地日'], + '6-26':['国际禁毒日', '联合国宪章日'], + '7-1':['香港回归纪念日'], + '7-6':['国际接吻日', '朱德逝世纪念日'], + '7-7':['七七事变纪念日'], + '7-11':['世界人口日', '中国航海日'], + '7-14':['银色情人节'], + '7-18':['曼德拉国际日'], + '7-30':['国际友谊日'], + '8-3':['男人节'], + '8-5':['恩格斯逝世纪念日'], + '8-6':['国际电影节'], + '8-8':['全民健身日'], + '8-9':['国际土著人日'], + '8-12':['国际青年节'], + '8-14':['绿色情人节'], + '8-19':['世界人道主义日', '中国医师节'], + '8-22':['邓小平诞辰纪念日'], + '8-29':['全国测绘法宣传日'], + '9-3':['中国抗日战争胜利纪念日'], + '9-5':['中华慈善日'], + '9-8':['世界扫盲日'], + '9-9':['毛泽东逝世纪念日', '全国拒绝酒驾日'], + '9-14':['世界清洁地球日', '相片情人节'], + '9-15':['国际民主日'], + '9-16':['国际臭氧层保护日'], + '9-17':['世界骑行日'], + '9-18':['九一八事变纪念日'], + '9-20':['全国爱牙日'], + '9-21':['国际和平日'], + '9-27':['世界旅游日'], + '9-30':['中国烈士纪念日'], + '10-1':['国际老年人日'], + '10-2':['国际非暴力日'], + '10-4':['世界动物日'], + '10-11':['国际女童日'], + '10-10':['辛亥革命纪念日'], + '10-13':['国际减轻自然灾害日', '中国少年先锋队诞辰日'], + '10-14':['葡萄酒情人节'], + '10-16':['世界粮食日'], + '10-17':['全国扶贫日'], + '10-20':['世界统计日'], + '10-24':['世界发展信息日', '程序员节'], + '10-25':['抗美援朝纪念日'], + '11-5':['世界海啸日'], + '11-8':['记者节'], + '11-9':['全国消防日'], + '11-11':['光棍节'], + '11-12':['孙中山诞辰纪念日'], + '11-14':['电影情人节'], + '11-16':['国际宽容日'], + '11-17':['国际大学生节'], + '11-19':['世界厕所日'], + '11-28':['恩格斯诞辰纪念日'], + '11-29':['国际声援巴勒斯坦人民日'], + '12-1':['世界艾滋病日'], + '12-2':['全国交通安全日'], + '12-3':['世界残疾人日'], + '12-4':['全国法制宣传日'], + '12-5':['世界弱能人士日', '国际志愿人员日'], + '12-7':['国际民航日'], + '12-9':['世界足球日', '国际反腐败日'], + '12-10':['世界人权日'], + '12-11':['国际山岳日'], + '12-12':['西安事变纪念日'], + '12-13':['国家公祭日'], + '12-14':['拥抱情人节'], + '12-18':['国际移徙者日'], + '12-26':['毛泽东诞辰纪念日'] + }, + WEEK_FESTIVAL:{'3-0-1':'全国中小学生安全教育日','5-2-0':'母亲节','5-3-0':'全国助残日','6-3-0':'父亲节','9-3-6':'全民国防教育日','10-1-1':'世界住房日','11-4-4':'感恩节'}, + isLeapYear:function(year){return (year % 4 === 0 && year % 100 !== 0) || (year % 400 === 0);}, + getDaysOfMonth:function(year, month){ + var oy = year; + var om = month; + year *= 1; + if(isNaN(year)){ + throw new Error('wrong solar year '+oy); + } + month *= 1; + if(isNaN(month)){ + throw new Error('wrong solar month '+om); + } + if (1582 === year && 10 === month) { + return 21; + } + var m = month-1; + var d = this.DAYS_OF_MONTH[m]; + if (m === 1 && this.isLeapYear(year)) { + d++; + } + return d; + }, + getDaysOfYear:function(year){ + var oy = year; + year *= 1; + if(isNaN(year)){ + throw new Error('wrong solar year '+oy); + } + if (1582 === year) { + return 355; + } + return this.isLeapYear(year) ? 366: 365; + }, + getDaysInYear:function(year, month, day){ + var oy = year; + var om = month; + var od = day; + year *= 1; + if(isNaN(year)){ + throw new Error('wrong solar year '+oy); + } + month *= 1; + if(isNaN(month)){ + throw new Error('wrong solar month '+om); + } + day *= 1; + if(isNaN(day)){ + throw new Error('wrong solar day '+od); + } + var days = 0; + for (var i = 1; i < month; i++) { + days += this.getDaysOfMonth(year, i); + } + var d = day; + if (1582 === year && 10 === month) { + if (day >= 15) { + d -= 10; + } else if (day > 4) { + throw new Error('wrong solar year '+year+' month '+month+' day '+day); + } + } + days += d; + return days; + }, + getDaysBetween:function(ay, am, ad, by, bm, bd){ + var oay = ay; + var oam = am; + var oad = ad; + var oby = by; + var obm = bm; + var obd = bd; + ay *= 1; + if(isNaN(ay)){ + throw new Error('wrong solar year '+oay); + } + am *= 1; + if(isNaN(am)){ + throw new Error('wrong solar month '+oam); + } + ad *= 1; + if(isNaN(ad)){ + throw new Error('wrong solar day '+oad); + } + by *= 1; + if(isNaN(by)){ + throw new Error('wrong solar year '+oby); + } + bm *= 1; + if(isNaN(bm)){ + throw new Error('wrong solar month '+obm); + } + bd *= 1; + if(isNaN(bd)){ + throw new Error('wrong solar day '+obd); + } + + var n; + var days; + var i; + if (ay === by) { + n = this.getDaysInYear(by, bm, bd) - this.getDaysInYear(ay, am, ad); + } else if (ay > by) { + days = this.getDaysOfYear(by) - this.getDaysInYear(by, bm, bd); + for (i = by + 1; i < ay; i++) { + days += this.getDaysOfYear(i); + } + days += this.getDaysInYear(ay, am, ad); + n = -days; + } else { + days = this.getDaysOfYear(ay) - this.getDaysInYear(ay, am, ad); + for (i = ay + 1; i < by; i++) { + days += this.getDaysOfYear(i); + } + days += this.getDaysInYear(by, bm, bd); + n = days; + } + return n; + }, + getWeeksOfMonth:function(year, month, start){ + return Math.ceil((this.getDaysOfMonth(year, month) + Solar.fromYmd(year, month, 1).getWeek() - start)/7); + } + }; + })(); + var LunarUtil = (function(){ + return { + BASE_MONTH_ZHI_INDEX:2, + JIE_QI: ['{jq.dongZhi}', '{jq.xiaoHan}', '{jq.daHan}', '{jq.liChun}', '{jq.yuShui}', '{jq.jingZhe}', '{jq.chunFen}', '{jq.qingMing}', '{jq.guYu}', '{jq.liXia}', '{jq.xiaoMan}', '{jq.mangZhong}', '{jq.xiaZhi}', '{jq.xiaoShu}', '{jq.daShu}', '{jq.liQiu}', '{jq.chuShu}', '{jq.baiLu}', '{jq.qiuFen}', '{jq.hanLu}', '{jq.shuangJiang}', '{jq.liDong}', '{jq.xiaoXue}', '{jq.daXue}'], + JIE_QI_IN_USE: ['DA_XUE', '{jq.dongZhi}', '{jq.xiaoHan}', '{jq.daHan}', '{jq.liChun}', '{jq.yuShui}', '{jq.jingZhe}', '{jq.chunFen}', '{jq.qingMing}', '{jq.guYu}', '{jq.liXia}', '{jq.xiaoMan}', '{jq.mangZhong}', '{jq.xiaZhi}', '{jq.xiaoShu}', '{jq.daShu}', '{jq.liQiu}', '{jq.chuShu}', '{jq.baiLu}', '{jq.qiuFen}', '{jq.hanLu}', '{jq.shuangJiang}', '{jq.liDong}', '{jq.xiaoXue}', '{jq.daXue}', 'DONG_ZHI', 'XIAO_HAN', 'DA_HAN', 'LI_CHUN', 'YU_SHUI', 'JING_ZHE'], + CHANG_SHENG_OFFSET: { + '{tg.jia}':1, + '{tg.bing}':10, + '{tg.wu}':10, + '{tg.geng}':7, + '{tg.ren}':4, + '{tg.yi}':6, + '{tg.ding}':9, + '{tg.ji}':9, + '{tg.xin}':0, + '{tg.gui}':3 + }, + MONTH_ZHI:['', '{dz.yin}', '{dz.mao}', '{dz.chen}', '{dz.si}', '{dz.wu}', '{dz.wei}', '{dz.shen}', '{dz.you}', '{dz.xu}', '{dz.hai}', '{dz.zi}', '{dz.chou}'], + CHANG_SHENG:['{ds.changSheng}', '{ds.muYu}', '{ds.guanDai}', '{ds.linGuan}', '{ds.diWang}', '{ds.shuai}', '{ds.bing}', '{ds.si}', '{ds.mu}', '{ds.jue}', '{ds.tai}', '{ds.yang}'], + XUN:[ + '{jz.jiaZi}', + '{jz.jiaXu}', + '{jz.jiaShen}', + '{jz.jiaWu}', + '{jz.jiaChen}', + '{jz.jiaYin}' + ], + XUN_KONG:[ + '{dz.xu}{dz.hai}', + '{dz.shen}{dz.you}', + '{dz.wu}{dz.wei}', + '{dz.chen}{dz.si}', + '{dz.yin}{dz.mao}', + '{dz.zi}{dz.chou}' + ], + LIU_YAO:[ + '{ly.xianSheng}', + '{ly.youYin}', + '{ly.xianFu}', + '{ly.foMie}', + '{ly.daAn}', + '{ly.chiKou}' + ], + HOU:['{h.first}', '{h.second}', '{h.third}'], + WU_HOU:[ + '{h.qiuYinJie}', + '{h.miJiao}', + '{h.shuiQuan}', + '{h.yanBei}', + '{h.queShi}', + '{h.zhiShi}', + '{h.jiShi}', + '{h.zhengNiao}', + '{h.shuiZe}', + '{h.dongFeng}', + '{h.zheChongShiZhen}', + '{h.yuZhi}', + '{h.taJi}', + '{h.houYan}', + '{h.caoMuMengDong}', + '{h.taoShi}', + '{h.cangGeng}', + '{h.yingHua}', + '{h.xuanNiaoZhi}', + '{h.leiNai}', + '{h.shiDian}', + '{h.tongShi}', + '{h.tianShu}', + '{h.hongShi}', + '{h.pingShi}', + '{h.mingJiu}', + '{h.daiSheng}', + '{h.louGuo}', + '{h.qiuYinChu}', + '{h.wangGua}', + '{h.kuCai}', + '{h.miCao}', + '{h.maiQiu}', + '{h.tangLang}', + '{h.juShi}', + '{h.fanShe}', + '{h.luJia}', + '{h.tiaoShi}', + '{h.banXia}', + '{h.wenFeng}', + '{h.xiShuai}', + '{h.yingShi}', + '{h.fuCao}', + '{h.tuRun}', + '{h.daYu}', + '{h.liangFeng}', + '{h.baiLu}', + '{h.hanChan}', + '{h.yingNai}', + '{h.tianDi}', + '{h.heNai}', + '{h.hongYanLai}', + '{h.xuanNiaoGui}', + '{h.qunNiao}', + '{h.leiShi}', + '{h.zheChongPiHu}', + '{h.shuiShiHe}', + '{h.hongYanLaiBin}', + '{h.queRu}', + '{h.juYou}', + '{h.caiNai}', + '{h.caoMuHuangLuo}', + '{h.zheChongXianFu}', + '{h.shuiShiBing}', + '{h.diShi}', + '{h.zhiRu}', + '{h.hongCang}', + '{h.tianQi}', + '{h.biSe}', + '{h.heDan}', + '{h.huShi}', + '{h.liTing}' + ], + GAN:['', '{tg.jia}', '{tg.yi}', '{tg.bing}', '{tg.ding}', '{tg.wu}', '{tg.ji}', '{tg.geng}', '{tg.xin}', '{tg.ren}', '{tg.gui}'], + POSITION_XI:['', '{bg.gen}', '{bg.qian}', '{bg.kun}', '{bg.li}', '{bg.xun}', '{bg.gen}', '{bg.qian}', '{bg.kun}', '{bg.li}', '{bg.xun}'], + POSITION_YANG_GUI:['', '{bg.kun}', '{bg.kun}', '{bg.dui}', '{bg.qian}', '{bg.gen}', '{bg.kan}', '{bg.li}', '{bg.gen}', '{bg.zhen}', '{bg.xun}'], + POSITION_YIN_GUI:['', '{bg.gen}', '{bg.kan}', '{bg.qian}', '{bg.dui}', '{bg.kun}', '{bg.kun}', '{bg.gen}', '{bg.li}', '{bg.xun}', '{bg.zhen}'], + POSITION_FU:['', '{bg.xun}', '{bg.xun}', '{bg.zhen}', '{bg.zhen}', '{bg.kan}', '{bg.li}', '{bg.kun}', '{bg.kun}', '{bg.qian}', '{bg.dui}'], + POSITION_FU_2:['', '{bg.kan}', '{bg.kun}', '{bg.qian}', '{bg.xun}', '{bg.gen}', '{bg.kan}', '{bg.kun}', '{bg.qian}', '{bg.xun}', '{bg.gen}'], + POSITION_CAI:['', '{bg.gen}', '{bg.gen}', '{bg.kun}', '{bg.kun}', '{bg.kan}', '{bg.kan}', '{bg.zhen}', '{bg.zhen}', '{bg.li}', '{bg.li}'], + POSITION_TAI_SUI_YEAR: ['{bg.kan}', '{bg.gen}', '{bg.gen}', '{bg.zhen}', '{bg.xun}', '{bg.xun}', '{bg.li}', '{bg.kun}', '{bg.kun}', '{bg.dui}', '{bg.kan}', '{bg.kan}'], + POSITION_GAN: ['{bg.zhen}', '{bg.zhen}', '{bg.li}', '{bg.li}', '{ps.center}', '{ps.center}', '{bg.dui}', '{bg.dui}', '{bg.kan}', '{bg.kan}'], + POSITION_ZHI: ['{bg.kan}', '{ps.center}', '{bg.zhen}', '{bg.zhen}', '{ps.center}', '{bg.li}', '{bg.li}', '{ps.center}', '{bg.dui}', '{bg.dui}', '{ps.center}', '{bg.kan}'], + POSITION_TAI_DAY:[ + '{ts.zhan}{ts.men}{ts.dui} {ps.wai}{ps.dongNan}', + '{ts.dui}{ts.mo}{ts.ce} {ps.wai}{ps.dongNan}', + '{ts.chu}{ts.zao}{ts.lu} {ps.wai}{ps.zhengNan}', + '{ts.cangKu}{ts.men} {ps.wai}{ps.zhengNan}', + '{ts.fang}{ts.chuang}{ts.xi} {ps.wai}{ps.zhengNan}', + '{ts.zhan}{ts.men}{ts.chuang} {ps.wai}{ps.zhengNan}', + '{ts.zhan}{ts.dui}{ts.mo} {ps.wai}{ps.zhengNan}', + '{ts.ce}{ts.zao}{ts.chu} {ps.wai}{ps.xiNan}', + '{ts.cangKu}{ts.lu} {ps.wai}{ps.xiNan}', + '{ts.fang}{ts.chuang}{ts.men} {ps.wai}{ps.xiNan}', + '{ts.men}{ts.dui}{ts.xi} {ps.wai}{ps.xiNan}', + '{ts.dui}{ts.mo}{ts.chuang} {ps.wai}{ps.xiNan}', + '{ts.chu}{ts.zao}{ts.dui} {ps.wai}{ps.xiNan}', + '{ts.cangKu}{ts.ce} {ps.wai}{ps.zhengXi}', + '{ts.fang}{ts.chuang}{ts.lu} {ps.wai}{ps.zhengXi}', + '{ts.zhan}{ts.daMen} {ps.wai}{ps.zhengXi}', + '{ts.dui}{ts.mo}{ts.xi} {ps.wai}{ps.zhengXi}', + '{ts.chu}{ts.fang}{ts.chuang} {ps.wai}{ps.zhengXi}', + '{ts.cangKu}{ts.dui} {ps.wai}{ps.xiBei}', + '{ts.fang}{ts.chuang}{ts.ce} {ps.wai}{ps.xiBei}', + '{ts.zhan}{ts.men}{ts.lu} {ps.wai}{ps.xiBei}', + '{ts.men}{ts.dui}{ts.mo} {ps.wai}{ps.xiBei}', + '{ts.chu}{ts.zao}{ts.xi} {ps.wai}{ps.xiBei}', + '{ts.cangKu}{ts.chuang} {ps.wai}{ps.xiBei}', + '{ts.fang}{ts.chuang}{ts.dui} {ps.wai}{ps.zhengBei}', + '{ts.zhan}{ts.men}{ts.ce} {ps.wai}{ps.zhengBei}', + '{ts.dui}{ts.mo}{ts.lu} {ps.wai}{ps.zhengBei}', + '{ts.chu}{ts.zao}{ts.men} {ps.wai}{ps.zhengBei}', + '{ts.cangKu}{ts.xi} {ps.wai}{ps.zhengBei}', + '{ts.zhan}{ts.fang}{ts.chuang} {ps.fangNei}{ps.bei}', + '{ts.zhan}{ts.men}{ts.dui} {ps.fangNei}{ps.bei}', + '{ts.dui}{ts.mo}{ts.ce} {ps.fangNei}{ps.bei}', + '{ts.chu}{ts.zao}{ts.lu} {ps.fangNei}{ps.bei}', + '{ts.men}{ts.cangKu} {ps.fangNei}{ps.bei}', + '{ts.chuang}{ts.fang}{ts.xi} {ps.fangNei}{ps.center}', + '{ts.zhan}{ts.men}{ts.chuang} {ps.fangNei}{ps.center}', + '{ts.zhan}{ts.dui}{ts.mo} {ps.fangNei}{ps.nan}', + '{ts.chu}{ts.mo}{ts.ce} {ps.fangNei}{ps.nan}', + '{ts.cangKu}{ts.lu} {ps.fangNei}{ps.nan}', + '{ts.fang}{ts.chuang}{ts.men} {ps.fangNei}{ps.xi}', + '{ts.men}{ts.dui}{ts.xi} {ps.fangNei}{ps.dong}', + '{ts.dui}{ts.mo}{ts.chuang} {ps.fangNei}{ps.dong}', + '{ts.chu}{ts.zao}{ts.dui} {ps.fangNei}{ps.dong}', + '{ts.cangKu}{ts.ce} {ps.fangNei}{ps.dong}', + '{ts.fang}{ts.chuang}{ts.lu} {ps.fangNei}{ps.center}', + '{ts.zhan}{ts.daMen} {ps.wai}{ps.dongBei}', + '{ts.dui}{ts.mo}{ts.xi} {ps.wai}{ps.dongBei}', + '{ts.chu}{ts.zao}{ts.chuang} {ps.wai}{ps.dongBei}', + '{ts.cangKu}{ts.dui} {ps.wai}{ps.dongBei}', + '{ts.fang}{ts.chuang}{ts.ce} {ps.wai}{ps.dongBei}', + '{ts.zhan}{ts.men}{ts.lu} {ps.wai}{ps.dongBei}', + '{ts.men}{ts.dui}{ts.mo} {ps.wai}{ps.zhengDong}', + '{ts.chu}{ts.zao}{ts.xi} {ps.wai}{ps.zhengDong}', + '{ts.cangKu}{ts.chuang} {ps.wai}{ps.zhengDong}', + '{ts.fang}{ts.chuang}{ts.dui} {ps.wai}{ps.zhengDong}', + '{ts.zhan}{ts.men}{ts.ce} {ps.wai}{ps.zhengDong}', + '{ts.dui}{ts.mo}{ts.lu} {ps.wai}{ps.dongNan}', + '{ts.chu}{ts.zao}{ts.men} {ps.wai}{ps.dongNan}', + '{ts.cangKu}{ts.xi} {ps.wai}{ps.dongNan}', + '{ts.zhan}{ts.fang}{ts.chuang} {ps.wai}{ps.dongNan}' + ], + POSITION_TAI_MONTH:[ + '{ts.zhan}{ts.fang}{ts.chuang}', + '{ts.zhan}{ts.hu}{ts.win}', + '{ts.zhan}{ts.men}{ts.tang}', + '{ts.zhan}{ts.chu}{ts.zao}', + '{ts.zhan}{ts.fang}{ts.chuang}', + '{ts.zhan}{ts.chuang}{ts.cang}', + '{ts.zhan}{ts.dui}{ts.mo}', + '{ts.zhan}{ts.ce}{ts.hu}', + '{ts.zhan}{ts.men}{ts.fang}', + '{ts.zhan}{ts.fang}{ts.chuang}', + '{ts.zhan}{ts.zao}{ts.lu}', + '{ts.zhan}{ts.fang}{ts.chuang}' + ], + ZHI:['', '{dz.zi}', '{dz.chou}', '{dz.yin}', '{dz.mao}', '{dz.chen}', '{dz.si}', '{dz.wu}', '{dz.wei}', '{dz.shen}', '{dz.you}', '{dz.xu}', '{dz.hai}'], + ZHI_XING:[ + '', + '{zx.jian}', + '{zx.chu}', + '{zx.man}', + '{zx.ping}', + '{zx.ding}', + '{zx.zhi}', + '{zx.po}', + '{zx.wei}', + '{zx.cheng}', + '{zx.shou}', + '{zx.kai}', + '{zx.bi}' + ], + JIA_ZI:[ + '{jz.jiaZi}', + '{jz.yiChou}', + '{jz.bingYin}', + '{jz.dingMao}', + '{jz.wuChen}', + '{jz.jiSi}', + '{jz.gengWu}', + '{jz.xinWei}', + '{jz.renShen}', + '{jz.guiYou}', + '{jz.jiaXu}', + '{jz.yiHai}', + '{jz.bingZi}', + '{jz.dingChou}', + '{jz.wuYin}', + '{jz.jiMao}', + '{jz.gengChen}', + '{jz.xinSi}', + '{jz.renWu}', + '{jz.guiWei}', + '{jz.jiaShen}', + '{jz.yiYou}', + '{jz.bingXu}', + '{jz.dingHai}', + '{jz.wuZi}', + '{jz.jiChou}', + '{jz.gengYin}', + '{jz.xinMao}', + '{jz.renChen}', + '{jz.guiSi}', + '{jz.jiaWu}', + '{jz.yiWei}', + '{jz.bingShen}', + '{jz.dingYou}', + '{jz.wuXu}', + '{jz.jiHai}', + '{jz.gengZi}', + '{jz.xinChou}', + '{jz.renYin}', + '{jz.guiMao}', + '{jz.jiaChen}', + '{jz.yiSi}', + '{jz.bingWu}', + '{jz.dingWei}', + '{jz.wuShen}', + '{jz.jiYou}', + '{jz.gengXu}', + '{jz.xinHai}', + '{jz.renZi}', + '{jz.guiChou}', + '{jz.jiaYin}', + '{jz.yiMao}', + '{jz.bingChen}', + '{jz.dingSi}', + '{jz.wuWu}', + '{jz.jiWei}', + '{jz.gengShen}', + '{jz.xinYou}', + '{jz.renXu}', + '{jz.guiHai}' + ], + TIAN_SHEN:['', '{sn.qingLong}', '{sn.mingTang}', '{sn.tianXing}', '{sn.zhuQue}', '{sn.jinKui}', '{sn.tianDe}', '{sn.baiHu}', '{sn.yuTang}', '{sn.tianLao}', '{sn.xuanWu}', '{sn.siMing}', '{sn.gouChen}'], + ZHI_TIAN_SHEN_OFFSET: { + '{dz.zi}': 4, + '{dz.chou}': 2, + '{dz.yin}': 0, + '{dz.mao}': 10, + '{dz.chen}': 8, + '{dz.si}': 6, + '{dz.wu}': 4, + '{dz.wei}': 2, + '{dz.shen}': 0, + '{dz.you}': 10, + '{dz.xu}': 8, + '{dz.hai}': 6 + }, + TIAN_SHEN_TYPE: { + '{sn.qingLong}': '{s.huangDao}', + '{sn.mingTang}': '{s.huangDao}', + '{sn.jinKui}': '{s.huangDao}', + '{sn.tianDe}': '{s.huangDao}', + '{sn.yuTang}': '{s.huangDao}', + '{sn.siMing}': '{s.huangDao}', + '{sn.tianXing}': '{s.heiDao}', + '{sn.zhuQue}': '{s.heiDao}', + '{sn.baiHu}': '{s.heiDao}', + '{sn.tianLao}': '{s.heiDao}', + '{sn.xuanWu}': '{s.heiDao}', + '{sn.gouChen}': '{s.heiDao}' + }, + TIAN_SHEN_TYPE_LUCK:{ + '{s.huangDao}': '{s.goodLuck}', + '{s.heiDao}': '{s.badLuck}' + }, + PENGZU_GAN:['', '{tg.jia}不开仓财物耗散', '{tg.yi}不栽植千株不长', '{tg.bing}不修灶必见灾殃', '{tg.ding}不剃头头必生疮', '{tg.wu}不受田田主不祥', '{tg.ji}不破券二比并亡', '{tg.geng}不经络织机虚张', '{tg.xin}不合酱主人不尝', '{tg.ren}不泱水更难提防', '{tg.gui}不词讼理弱敌强'], + PENGZU_ZHI:['', '{dz.zi}不问卜自惹祸殃', '{dz.chou}不冠带主不还乡', '{dz.yin}不祭祀神鬼不尝', '{dz.mao}不穿井水泉不香', '{dz.chen}不哭泣必主重丧', '{dz.si}不远行财物伏藏', '{dz.wu}不苫盖屋主更张', '{dz.wei}不服药毒气入肠', '{dz.shen}不安床鬼祟入房', '{dz.you}不会客醉坐颠狂', '{dz.xu}不吃犬作怪上床', '{dz.hai}不嫁娶不利新郎'], + NUMBER:['{n.zero}', '{n.one}', '{n.two}', '{n.three}', '{n.four}', '{n.five}', '{n.six}', '{n.seven}', '{n.eight}', '{n.nine}', '{n.ten}', '{n.eleven}', '{n.twelve}'], + MONTH:[ + '', + '{m.one}', + '{m.two}', + '{m.three}', + '{m.four}', + '{m.five}', + '{m.six}', + '{m.seven}', + '{m.eight}', + '{m.nine}', + '{m.ten}', + '{m.eleven}', + '{m.twelve}' + ], + SEASON:[ + '', + '{od.first}{sz.chun}', + '{od.second}{sz.chun}', + '{od.third}{sz.chun}', + '{od.first}{sz.xia}', + '{od.second}{sz.xia}', + '{od.third}{sz.xia}', + '{od.first}{sz.qiu}', + '{od.second}{sz.qiu}', + '{od.third}{sz.qiu}', + '{od.first}{sz.dong}', + '{od.second}{sz.dong}', + '{od.third}{sz.dong}' + ], + SHENGXIAO:['', '{sx.rat}', '{sx.ox}', '{sx.tiger}', '{sx.rabbit}', '{sx.dragon}', '{sx.snake}', '{sx.horse}', '{sx.goat}', '{sx.monkey}', '{sx.rooster}', '{sx.dog}', '{sx.pig}'], + DAY:[ + '', + '{d.one}', + '{d.two}', + '{d.three}', + '{d.four}', + '{d.five}', + '{d.six}', + '{d.seven}', + '{d.eight}', + '{d.nine}', + '{d.ten}', + '{d.eleven}', + '{d.twelve}', + '{d.thirteen}', + '{d.fourteen}', + '{d.fifteen}', + '{d.sixteen}', + '{d.seventeen}', + '{d.eighteen}', + '{d.nighteen}', + '{d.twenty}', + '{d.twentyOne}', + '{d.twentyTwo}', + '{d.twentyThree}', + '{d.twentyFour}', + '{d.twentyFive}', + '{d.twentySix}', + '{d.twentySeven}', + '{d.twentyEight}', + '{d.twentyNine}', + '{d.thirty}' + ], + YUE_XIANG:[ + '', + '{yx.shuo}', + '{yx.jiShuo}', + '{yx.eMeiXin}', + '{yx.eMeiXin}', + '{yx.eMei}', + '{yx.xi}', + '{yx.shangXian}', + '{yx.shangXian}', + '{yx.jiuYe}', + '{yx.night}', + '{yx.night}', + '{yx.night}', + '{yx.jianYingTu}', + '{yx.xiaoWang}', + '{yx.wang}', + '{yx.jiWang}', + '{yx.liDai}', + '{yx.juDai}', + '{yx.qinDai}', + '{yx.gengDai}', + '{yx.jianKuiTu}', + '{yx.xiaXian}', + '{yx.xiaXian}', + '{yx.youMing}', + '{yx.youMing}', + '{yx.eMeiCan}', + '{yx.eMeiCan}', + '{yx.can}', + '{yx.xiao}', + '{yx.hui}' + ], + XIU: { + '{dz.shen}1': '{xx.bi}', + '{dz.shen}2': '{xx.yi}', + '{dz.shen}3': '{xx.ji}', + '{dz.shen}4': '{xx.kui}', + '{dz.shen}5': '{xx.gui}', + '{dz.shen}6': '{xx.di}', + '{dz.shen}0': '{xx.xu}', + '{dz.zi}1': '{xx.bi}', + '{dz.zi}2': '{xx.yi}', + '{dz.zi}3': '{xx.ji}', + '{dz.zi}4': '{xx.kui}', + '{dz.zi}5': '{xx.gui}', + '{dz.zi}6': '{xx.di}', + '{dz.zi}0': '{xx.xu}', + '{dz.chen}1': '{xx.bi}', + '{dz.chen}2': '{xx.yi}', + '{dz.chen}3': '{xx.ji}', + '{dz.chen}4': '{xx.kui}', + '{dz.chen}5': '{xx.gui}', + '{dz.chen}6': '{xx.di}', + '{dz.chen}0': '{xx.xu}', + '{dz.si}1': '{xx.wei}', + '{dz.si}2': '{xx.zi}', + '{dz.si}3': '{xx.zhen}', + '{dz.si}4': '{xx.dou}', + '{dz.si}5': '{xx.lou}', + '{dz.si}6': '{xx.liu}', + '{dz.si}0': '{xx.fang}', + '{dz.you}1': '{xx.wei}', + '{dz.you}2': '{xx.zi}', + '{dz.you}3': '{xx.zhen}', + '{dz.you}4': '{xx.dou}', + '{dz.you}5': '{xx.lou}', + '{dz.you}6': '{xx.liu}', + '{dz.you}0': '{xx.fang}', + '{dz.chou}1': '{xx.wei}', + '{dz.chou}2': '{xx.zi}', + '{dz.chou}3': '{xx.zhen}', + '{dz.chou}4': '{xx.dou}', + '{dz.chou}5': '{xx.lou}', + '{dz.chou}6': '{xx.liu}', + '{dz.chou}0': '{xx.fang}', + '{dz.yin}1': '{xx.xin}', + '{dz.yin}2': '{xx.shi}', + '{dz.yin}3': '{xx.can}', + '{dz.yin}4': '{xx.jiao}', + '{dz.yin}5': '{xx.niu}', + '{dz.yin}6': '{xx.vei}', + '{dz.yin}0': '{xx.xing}', + '{dz.wu}1': '{xx.xin}', + '{dz.wu}2': '{xx.shi}', + '{dz.wu}3': '{xx.can}', + '{dz.wu}4': '{xx.jiao}', + '{dz.wu}5': '{xx.niu}', + '{dz.wu}6': '{xx.vei}', + '{dz.wu}0': '{xx.xing}', + '{dz.xu}1': '{xx.xin}', + '{dz.xu}2': '{xx.shi}', + '{dz.xu}3': '{xx.can}', + '{dz.xu}4': '{xx.jiao}', + '{dz.xu}5': '{xx.niu}', + '{dz.xu}6': '{xx.vei}', + '{dz.xu}0': '{xx.xing}', + '{dz.hai}1': '{xx.zhang}', + '{dz.hai}2': '{xx.tail}', + '{dz.hai}3': '{xx.qiang}', + '{dz.hai}4': '{xx.jing}', + '{dz.hai}5': '{xx.kang}', + '{dz.hai}6': '{xx.nv}', + '{dz.hai}0': '{xx.mao}', + '{dz.mao}1': '{xx.zhang}', + '{dz.mao}2': '{xx.tail}', + '{dz.mao}3': '{xx.qiang}', + '{dz.mao}4': '{xx.jing}', + '{dz.mao}5': '{xx.kang}', + '{dz.mao}6': '{xx.nv}', + '{dz.mao}0': '{xx.mao}', + '{dz.wei}1': '{xx.zhang}', + '{dz.wei}2': '{xx.tail}', + '{dz.wei}3': '{xx.qiang}', + '{dz.wei}4': '{xx.jing}', + '{dz.wei}5': '{xx.kang}', + '{dz.wei}6': '{xx.nv}', + '{dz.wei}0': '{xx.mao}' + }, + XIU_LUCK:{ + '{xx.jiao}': '{s.goodLuck}', + '{xx.kang}': '{s.badLuck}', + '{xx.di}': '{s.badLuck}', + '{xx.fang}': '{s.goodLuck}', + '{xx.xin}': '{s.badLuck}', + '{xx.tail}': '{s.goodLuck}', + '{xx.ji}': '{s.goodLuck}', + '{xx.dou}': '{s.goodLuck}', + '{xx.niu}': '{s.badLuck}', + '{xx.nv}': '{s.badLuck}', + '{xx.xu}': '{s.badLuck}', + '{xx.wei}': '{s.badLuck}', + '{xx.shi}': '{s.goodLuck}', + '{xx.qiang}': '{s.goodLuck}', + '{xx.kui}': '{s.badLuck}', + '{xx.lou}': '{s.goodLuck}', + '{xx.vei}': '{s.goodLuck}', + '{xx.mao}': '{s.badLuck}', + '{xx.bi}': '{s.goodLuck}', + '{xx.zi}': '{s.badLuck}', + '{xx.can}': '{s.goodLuck}', + '{xx.jing}': '{s.goodLuck}', + '{xx.gui}': '{s.badLuck}', + '{xx.liu}': '{s.badLuck}', + '{xx.xing}': '{s.badLuck}', + '{xx.zhang}': '{s.goodLuck}', + '{xx.yi}': '{s.badLuck}', + '{xx.zhen}': '{s.goodLuck}' + }, + XIU_SONG:{ + '{xx.jiao}': '角星造作主荣昌,外进田财及女郎,嫁娶婚姻出贵子,文人及第见君王,惟有埋葬不可用,三年之后主瘟疫,起工修筑坟基地,堂前立见主人凶。', + '{xx.kang}': '亢星造作长房当,十日之中主有殃,田地消磨官失职,接运定是虎狼伤,嫁娶婚姻用此日,儿孙新妇守空房,埋葬若还用此日,当时害祸主重伤。', + '{xx.di}': '氐星造作主灾凶,费尽田园仓库空,埋葬不可用此日,悬绳吊颈祸重重,若是婚姻离别散,夜招浪子入房中,行船必定遭沉没,更生聋哑子孙穷。', + '{xx.fang}': '房星造作田园进,钱财牛马遍山岗,更招外处田庄宅,荣华富贵福禄康,埋葬若然用此日,高官进职拜君王,嫁娶嫦娥至月殿,三年抱子至朝堂。', + '{xx.xin}': '心星造作大为凶,更遭刑讼狱囚中,忤逆官非宅产退,埋葬卒暴死相从,婚姻若是用此日,子死儿亡泪满胸,三年之内连遭祸,事事教君没始终。', + '{xx.tail}': '尾星造作主天恩,富贵荣华福禄增,招财进宝兴家宅,和合婚姻贵子孙,埋葬若能依此日,男清女正子孙兴,开门放水招田宅,代代公侯远播名。', + '{xx.ji}': '箕星造作主高强,岁岁年年大吉昌,埋葬修坟大吉利,田蚕牛马遍山岗,开门放水招田宅,箧满金银谷满仓,福荫高官加禄位,六亲丰禄乐安康。', + '{xx.dou}': '斗星造作主招财,文武官员位鼎台,田宅家财千万进,坟堂修筑贵富来,开门放水招牛马,旺蚕男女主和谐,遇此吉宿来照护,时支福庆永无灾。', + '{xx.niu}': '牛星造作主灾危,九横三灾不可推,家宅不安人口退,田蚕不利主人衰,嫁娶婚姻皆自损,金银财谷渐无之,若是开门并放水,牛猪羊马亦伤悲。', + '{xx.nv}': '女星造作损婆娘,兄弟相嫌似虎狼,埋葬生灾逢鬼怪,颠邪疾病主瘟惶,为事遭官财失散,泻利留连不可当,开门放水用此日,全家财散主离乡。', + '{xx.xu}': '虚星造作主灾殃,男女孤眠不一双,内乱风声无礼节,儿孙媳妇伴人床,开门放水遭灾祸,虎咬蛇伤又卒亡,三三五五连年病,家破人亡不可当。', + '{xx.wei}': '危星不可造高楼,自遭刑吊见血光,三年孩子遭水厄,后生出外永不还,埋葬若还逢此日,周年百日取高堂,三年两载一悲伤,开门放水到官堂。', + '{xx.shi}': '室星修造进田牛,儿孙代代近王侯,家贵荣华天上至,寿如彭祖八千秋,开门放水招财帛,和合婚姻生贵儿,埋葬若能依此日,门庭兴旺福无休。', + '{xx.qiang}': '壁星造作主增财,丝蚕大熟福滔天,奴婢自来人口进,开门放水出英贤,埋葬招财官品进,家中诸事乐陶然,婚姻吉利主贵子,早播名誉著祖鞭。', + '{xx.kui}': '奎星造作得祯祥,家内荣和大吉昌,若是埋葬阴卒死,当年定主两三伤,看看军令刑伤到,重重官事主瘟惶,开门放水遭灾祸,三年两次损儿郎。', + '{xx.lou}': '娄星修造起门庭,财旺家和事事兴,外进钱财百日进,一家兄弟播高名,婚姻进益生贵子,玉帛金银箱满盈,放水开门皆吉利,男荣女贵寿康宁。', + '{xx.vei}': '胃星造作事如何,家贵荣华喜气多,埋葬贵临官禄位,夫妇齐眉永保康,婚姻遇此家富贵,三灾九祸不逢他,从此门前多吉庆,儿孙代代拜金阶。', + '{xx.mao}': '昴星造作进田牛,埋葬官灾不得休,重丧二日三人死,尽卖田园不记增,开门放水招灾祸,三岁孩儿白了头,婚姻不可逢此日,死别生离是可愁。', + '{xx.bi}': '毕星造作主光前,买得田园有余钱,埋葬此日添官职,田蚕大熟永丰年,开门放水多吉庆,合家人口得安然,婚姻若得逢此日,生得孩儿福寿全。', + '{xx.zi}': '觜星造作有徒刑,三年必定主伶丁,埋葬卒死多因此,取定寅年使杀人,三丧不止皆由此,一人药毒二人身,家门田地皆退败,仓库金银化作尘。', + '{xx.can}': '参星造作旺人家,文星照耀大光华,只因造作田财旺,埋葬招疾哭黄沙,开门放水加官职,房房子孙见田加,婚姻许遁遭刑克,男女朝开幕落花。', + '{xx.jing}': '井星造作旺蚕田,金榜题名第一光,埋葬须防惊卒死,狂颠风疾入黄泉,开门放水招财帛,牛马猪羊旺莫言,贵人田塘来入宅,儿孙兴旺有余钱。', + '{xx.gui}': '鬼星起造卒人亡,堂前不见主人郎,埋葬此日官禄至,儿孙代代近君王,开门放水须伤死,嫁娶夫妻不久长,修土筑墙伤产女,手扶双女泪汪汪。', + '{xx.liu}': '柳星造作主遭官,昼夜偷闭不暂安,埋葬瘟惶多疾病,田园退尽守冬寒,开门放水遭聋瞎,腰驼背曲似弓弯,更有棒刑宜谨慎,妇人随客走盘桓。', + '{xx.xing}': '星宿日好造新房,进职加官近帝王,不可埋葬并放水,凶星临位女人亡,生离死别无心恋,要自归休别嫁郎,孔子九曲殊难度,放水开门天命伤。', + '{xx.zhang}': '张星日好造龙轩,年年并见进庄田,埋葬不久升官职,代代为官近帝前,开门放水招财帛,婚姻和合福绵绵,田蚕人满仓库满,百般顺意自安然。', + '{xx.yi}': '翼星不利架高堂,三年二载见瘟惶,埋葬若还逢此日,子孙必定走他乡,婚姻此日不宜利,归家定是不相当,开门放水家须破,少女恋花贪外郎。', + '{xx.zhen}': '轸星临水造龙宫,代代为官受皇封,富贵荣华增寿禄,库满仓盈自昌隆,埋葬文昌来照助,宅舍安宁不见凶,更有为官沾帝宠,婚姻龙子入龙宫。' + }, + ZHENG:{ + '{xx.jiao}': '{wx.mu}', + '{xx.jing}': '{wx.mu}', + '{xx.kui}': '{wx.mu}', + '{xx.dou}': '{wx.mu}', + '{xx.kang}': '{wx.jin}', + '{xx.gui}': '{wx.jin}', + '{xx.lou}': '{wx.jin}', + '{xx.niu}': '{wx.jin}', + '{xx.di}': '{wx.tu}', + '{xx.liu}': '{wx.tu}', + '{xx.vei}': '{wx.tu}', + '{xx.nv}': '{wx.tu}', + '{xx.fang}': '{wx.ri}', + '{xx.xing}': '{wx.ri}', + '{xx.mao}': '{wx.ri}', + '{xx.xu}': '{wx.ri}', + '{xx.xin}': '{wx.yue}', + '{xx.zhang}': '{wx.yue}', + '{xx.bi}': '{wx.yue}', + '{xx.wei}': '{wx.yue}', + '{xx.tail}': '{wx.huo}', + '{xx.yi}': '{wx.huo}', + '{xx.zi}': '{wx.huo}', + '{xx.shi}': '{wx.huo}', + '{xx.ji}': '{wx.shui}', + '{xx.zhen}': '{wx.shui}', + '{xx.can}': '{wx.shui}', + '{xx.qiang}': '{wx.shui}' + }, + ANIMAL:{ + '{xx.jiao}': '{dw.jiao}', + '{xx.dou}': '{dw.xie}', + '{xx.kui}': '{dw.lang}', + '{xx.jing}': '{dw.han}', + '{xx.kang}': '{dw.long}', + '{xx.niu}': '{dw.niu}', + '{xx.lou}': '{dw.gou}', + '{xx.gui}': '{dw.yang}', + '{xx.nv}': '{dw.fu}', + '{xx.di}': '{dw.he}', + '{xx.vei}': '{dw.zhi}', + '{xx.liu}': '{dw.zhang}', + '{xx.fang}': '{dw.tu}', + '{xx.xu}': '{dw.shu}', + '{xx.mao}': '{dw.ji}', + '{xx.xing}': '{dw.ma}', + '{xx.xin}': '{dw.huLi}', + '{xx.wei}': '{dw.yan}', + '{xx.bi}': '{dw.wu}', + '{xx.zhang}': '{dw.lu}', + '{xx.tail}': '{dw.hu}', + '{xx.shi}': '{dw.zhu}', + '{xx.zi}': '{dw.hou}', + '{xx.yi}': '{dw.she}', + '{xx.ji}': '{dw.bao}', + '{xx.qiang}': '{dw.xu}', + '{xx.can}': '{dw.yuan}', + '{xx.zhen}': '{dw.yin}' + }, + GONG:{ + '{xx.jiao}': '{ps.dong}', + '{xx.jing}': '{ps.nan}', + '{xx.kui}': '{ps.xi}', + '{xx.dou}': '{ps.bei}', + '{xx.kang}': '{ps.dong}', + '{xx.gui}': '{ps.nan}', + '{xx.lou}': '{ps.xi}', + '{xx.niu}': '{ps.bei}', + '{xx.di}': '{ps.dong}', + '{xx.liu}': '{ps.nan}', + '{xx.vei}': '{ps.xi}', + '{xx.nv}': '{ps.bei}', + '{xx.fang}': '{ps.dong}', + '{xx.xing}': '{ps.nan}', + '{xx.mao}': '{ps.xi}', + '{xx.xu}': '{ps.bei}', + '{xx.xin}': '{ps.dong}', + '{xx.zhang}': '{ps.nan}', + '{xx.bi}': '{ps.xi}', + '{xx.wei}': '{ps.bei}', + '{xx.tail}': '{ps.dong}', + '{xx.yi}': '{ps.nan}', + '{xx.zi}': '{ps.xi}', + '{xx.shi}': '{ps.bei}', + '{xx.ji}': '{ps.dong}', + '{xx.zhen}': '{ps.nan}', + '{xx.can}': '{ps.xi}', + '{xx.qiang}': '{ps.bei}' + }, + SHOU:{ + '{ps.dong}':'{sn.qingLong}', + '{ps.nan}':'{sn.zhuQue}', + '{ps.xi}':'{sn.baiHu}', + '{ps.bei}':'{sn.xuanWu}' + }, + FESTIVAL:{ + '1-1':'{jr.chunJie}', + '1-15':'{jr.yuanXiao}', + '2-2':'{jr.longTou}', + '5-5':'{jr.duanWu}', + '7-7':'{jr.qiXi}', + '8-15':'{jr.zhongQiu}', + '9-9':'{jr.chongYang}', + '12-8':'{jr.laBa}' + }, + OTHER_FESTIVAL:{'1-4':['接神日'],'1-5':['隔开日'],'1-7':['人日'],'1-8':['谷日','顺星节'],'1-9':['天日'],'1-10':['地日'],'1-20':['天穿节'],'1-25':['填仓节'],'1-30':['正月晦'],'2-1':['中和节'],'2-2':['社日节'],'3-3':['上巳节'],'5-20':['分龙节'],'5-25':['会龙节'],'6-6':['天贶节'],'6-24':['观莲节'],'6-25':['五谷母节'],'7-14':['中元节'],'7-22':['财神节'],'7-29':['地藏节'],'8-1':['天灸日'],'10-1':['寒衣节'],'10-10':['十成节'],'10-15':['下元节'],'12-7':['驱傩日'],'12-16':['尾牙'],'12-24':['祭灶日']}, + CHONG:['{dz.wu}', '{dz.wei}', '{dz.shen}', '{dz.you}', '{dz.xu}', '{dz.hai}', '{dz.zi}', '{dz.chou}', '{dz.yin}', '{dz.mao}', '{dz.chen}', '{dz.si}'], + CHONG_GAN:['{tg.wu}', '{tg.ji}', '{tg.geng}', '{tg.xin}', '{tg.ren}', '{tg.gui}', '{tg.jia}', '{tg.yi}', '{tg.bing}', '{tg.ding}'], + CHONG_GAN_TIE:['{tg.ji}', '{tg.wu}', '{tg.xin}', '{tg.geng}', '{tg.gui}', '{tg.ren}', '{tg.yi}', '{tg.jia}', '{tg.ding}', '{tg.bing}'], + CHONG_GAN_4:['{tg.geng}', '{tg.xin}', '{tg.ren}', '{tg.gui}', '', '', '{tg.jia}', '{tg.yi}', '{tg.bing}', '{tg.ding}'], + HE_GAN_5:['{tg.ji}', '{tg.geng}', '{tg.xin}', '{tg.ren}', '{tg.gui}', '{tg.jia}', '{tg.yi}', '{tg.bing}', '{tg.ding}', '{tg.wu}'], + HE_ZHI_6:['{dz.chou}', '{dz.zi}', '{dz.hai}', '{dz.xu}', '{dz.you}', '{dz.shen}', '{dz.wei}', '{dz.wu}', '{dz.si}', '{dz.chen}', '{dz.mao}', '{dz.yin}'], + SHA:{ + '{dz.zi}':'{ps.nan}', + '{dz.chou}':'{ps.dong}', + '{dz.yin}':'{ps.bei}', + '{dz.mao}':'{ps.xi}', + '{dz.chen}':'{ps.nan}', + '{dz.si}':'{ps.dong}', + '{dz.wu}':'{ps.bei}', + '{dz.wei}':'{ps.xi}', + '{dz.shen}':'{ps.nan}', + '{dz.you}':'{ps.dong}', + '{dz.xu}':'{ps.bei}', + '{dz.hai}':'{ps.xi}' + }, + POSITION_DESC:{ + '{bg.kan}':'{ps.zhengBei}', + '{bg.gen}':'{ps.dongBei}', + '{bg.zhen}':'{ps.zhengDong}', + '{bg.xun}':'{ps.dongNan}', + '{bg.li}':'{ps.zhengNan}', + '{bg.kun}':'{ps.xiNan}', + '{bg.dui}':'{ps.zhengXi}', + '{bg.qian}':'{ps.xiBei}', + '{ps.center}':'{ps.zhong}' + }, + NAYIN:{ + '{jz.jiaZi}': '{ny.haiZhong}{wx.jin}', + '{jz.jiaWu}': '{ny.shaZhong}{wx.jin}', + '{jz.bingYin}': '{ny.luZhong}{wx.huo}', + '{jz.bingShen}': '{ny.shanXia}{wx.huo}', + '{jz.wuChen}': '{ny.daLin}{wx.mu}', + '{jz.wuXu}': '{ny.pingDi}{wx.mu}', + '{jz.gengWu}': '{ny.luPang}{wx.tu}', + '{jz.gengZi}': '{ny.biShang}{wx.tu}', + '{jz.renShen}': '{ny.jianFeng}{wx.jin}', + '{jz.renYin}': '{ny.jinBo}{wx.jin}', + '{jz.jiaXu}': '{ny.shanTou}{wx.huo}', + '{jz.jiaChen}': '{ny.fuDeng}{wx.huo}', + '{jz.bingZi}': '{ny.jianXia}{wx.shui}', + '{jz.bingWu}': '{ny.tianHe}{wx.shui}', + '{jz.wuYin}': '{ny.chengTou}{wx.tu}', + '{jz.wuShen}': '{ny.daYi}{wx.tu}', + '{jz.gengChen}': '{ny.baiLa}{wx.jin}', + '{jz.gengXu}': '{ny.chaiChuan}{wx.jin}', + '{jz.renWu}': '{ny.yangLiu}{wx.mu}', + '{jz.renZi}': '{ny.sangZhe}{wx.mu}', + '{jz.jiaShen}': '{ny.quanZhong}{wx.shui}', + '{jz.jiaYin}': '{ny.daXi}{wx.shui}', + '{jz.bingXu}': '{ny.wuShang}{wx.tu}', + '{jz.bingChen}': '{ny.shaZhong}{wx.tu}', + '{jz.wuZi}': '{ny.piLi}{wx.huo}', + '{jz.wuWu}': '{ny.tianShang}{wx.huo}', + '{jz.gengYin}': '{ny.songBo}{wx.mu}', + '{jz.gengShen}': '{ny.shiLiu}{wx.mu}', + '{jz.renChen}': '{ny.changLiu}{wx.shui}', + '{jz.renXu}': '{ny.daHai}{wx.shui}', + '{jz.yiChou}': '{ny.haiZhong}{wx.jin}', + '{jz.yiWei}': '{ny.shaZhong}{wx.jin}', + '{jz.dingMao}': '{ny.luZhong}{wx.huo}', + '{jz.dingYou}': '{ny.shanXia}{wx.huo}', + '{jz.jiSi}': '{ny.daLin}{wx.mu}', + '{jz.jiHai}': '{ny.pingDi}{wx.mu}', + '{jz.xinWei}': '{ny.luPang}{wx.tu}', + '{jz.xinChou}': '{ny.biShang}{wx.tu}', + '{jz.guiYou}': '{ny.jianFeng}{wx.jin}', + '{jz.guiMao}': '{ny.jinBo}{wx.jin}', + '{jz.yiHai}': '{ny.shanTou}{wx.huo}', + '{jz.yiSi}': '{ny.fuDeng}{wx.huo}', + '{jz.dingChou}': '{ny.jianXia}{wx.shui}', + '{jz.dingWei}': '{ny.tianHe}{wx.shui}', + '{jz.jiMao}': '{ny.chengTou}{wx.tu}', + '{jz.jiYou}': '{ny.daYi}{wx.tu}', + '{jz.xinSi}': '{ny.baiLa}{wx.jin}', + '{jz.xinHai}': '{ny.chaiChuan}{wx.jin}', + '{jz.guiWei}': '{ny.yangLiu}{wx.mu}', + '{jz.guiChou}': '{ny.sangZhe}{wx.mu}', + '{jz.yiYou}': '{ny.quanZhong}{wx.shui}', + '{jz.yiMao}': '{ny.daXi}{wx.shui}', + '{jz.dingHai}': '{ny.wuShang}{wx.tu}', + '{jz.dingSi}': '{ny.shaZhong}{wx.tu}', + '{jz.jiChou}': '{ny.piLi}{wx.huo}', + '{jz.jiWei}': '{ny.tianShang}{wx.huo}', + '{jz.xinMao}': '{ny.songBo}{wx.mu}', + '{jz.xinYou}': '{ny.shiLiu}{wx.mu}', + '{jz.guiSi}': '{ny.changLiu}{wx.shui}', + '{jz.guiHai}': '{ny.daHai}{wx.shui}' + }, + WU_XING_GAN:{ + '{tg.jia}':'{wx.mu}', + '{tg.yi}':'{wx.mu}', + '{tg.bing}':'{wx.huo}', + '{tg.ding}':'{wx.huo}', + '{tg.wu}':'{wx.tu}', + '{tg.ji}':'{wx.tu}', + '{tg.geng}':'{wx.jin}', + '{tg.xin}':'{wx.jin}', + '{tg.ren}':'{wx.shui}', + '{tg.gui}':'{wx.shui}' + }, + WU_XING_ZHI:{ + '{dz.yin}':'{wx.mu}', + '{dz.mao}':'{wx.mu}', + '{dz.si}':'{wx.huo}', + '{dz.wu}':'{wx.huo}', + '{dz.chen}':'{wx.tu}', + '{dz.chou}':'{wx.tu}', + '{dz.xu}':'{wx.tu}', + '{dz.wei}':'{wx.tu}', + '{dz.shen}':'{wx.jin}', + '{dz.you}':'{wx.jin}', + '{dz.hai}':'{wx.shui}', + '{dz.zi}':'{wx.shui}' + }, + SHI_SHEN_GAN:{ + '{tg.jia}{tg.jia}':'{ss.biJian}', + '{tg.jia}{tg.yi}':'{ss.jieCai}', + '{tg.jia}{tg.bing}':'{ss.shiShen}', + '{tg.jia}{tg.ding}':'{ss.shangGuan}', + '{tg.jia}{tg.wu}':'{ss.pianCai}', + '{tg.jia}{tg.ji}':'{ss.zhengCai}', + '{tg.jia}{tg.geng}':'{ss.qiSha}', + '{tg.jia}{tg.xin}':'{ss.zhengGuan}', + '{tg.jia}{tg.ren}':'{ss.pianYin}', + '{tg.jia}{tg.gui}':'{ss.zhengYin}', + '{tg.yi}{tg.yi}':'{ss.biJian}', + '{tg.yi}{tg.jia}':'{ss.jieCai}', + '{tg.yi}{tg.ding}':'{ss.shiShen}', + '{tg.yi}{tg.bing}':'{ss.shangGuan}', + '{tg.yi}{tg.ji}':'{ss.pianCai}', + '{tg.yi}{tg.wu}':'{ss.zhengCai}', + '{tg.yi}{tg.xin}':'{ss.qiSha}', + '{tg.yi}{tg.geng}':'{ss.zhengGuan}', + '{tg.yi}{tg.gui}':'{ss.pianYin}', + '{tg.yi}{tg.ren}':'{ss.zhengYin}', + '{tg.bing}{tg.bing}':'{ss.biJian}', + '{tg.bing}{tg.ding}':'{ss.jieCai}', + '{tg.bing}{tg.wu}':'{ss.shiShen}', + '{tg.bing}{tg.ji}':'{ss.shangGuan}', + '{tg.bing}{tg.geng}':'{ss.pianCai}', + '{tg.bing}{tg.xin}':'{ss.zhengCai}', + '{tg.bing}{tg.ren}':'{ss.qiSha}', + '{tg.bing}{tg.gui}':'{ss.zhengGuan}', + '{tg.bing}{tg.jia}':'{ss.pianYin}', + '{tg.bing}{tg.yi}':'{ss.zhengYin}', + '{tg.ding}{tg.ding}':'{ss.biJian}', + '{tg.ding}{tg.bing}':'{ss.jieCai}', + '{tg.ding}{tg.ji}':'{ss.shiShen}', + '{tg.ding}{tg.wu}':'{ss.shangGuan}', + '{tg.ding}{tg.xin}':'{ss.pianCai}', + '{tg.ding}{tg.geng}':'{ss.zhengCai}', + '{tg.ding}{tg.gui}':'{ss.qiSha}', + '{tg.ding}{tg.ren}':'{ss.zhengGuan}', + '{tg.ding}{tg.yi}':'{ss.pianYin}', + '{tg.ding}{tg.jia}':'{ss.zhengYin}', + '{tg.wu}{tg.wu}':'{ss.biJian}', + '{tg.wu}{tg.ji}':'{ss.jieCai}', + '{tg.wu}{tg.geng}':'{ss.shiShen}', + '{tg.wu}{tg.xin}':'{ss.shangGuan}', + '{tg.wu}{tg.ren}':'{ss.pianCai}', + '{tg.wu}{tg.gui}':'{ss.zhengCai}', + '{tg.wu}{tg.jia}':'{ss.qiSha}', + '{tg.wu}{tg.yi}':'{ss.zhengGuan}', + '{tg.wu}{tg.bing}':'{ss.pianYin}', + '{tg.wu}{tg.ding}':'{ss.zhengYin}', + '{tg.ji}{tg.ji}':'{ss.biJian}', + '{tg.ji}{tg.wu}':'{ss.jieCai}', + '{tg.ji}{tg.xin}':'{ss.shiShen}', + '{tg.ji}{tg.geng}':'{ss.shangGuan}', + '{tg.ji}{tg.gui}':'{ss.pianCai}', + '{tg.ji}{tg.ren}':'{ss.zhengCai}', + '{tg.ji}{tg.yi}':'{ss.qiSha}', + '{tg.ji}{tg.jia}':'{ss.zhengGuan}', + '{tg.ji}{tg.ding}':'{ss.pianYin}', + '{tg.ji}{tg.bing}':'{ss.zhengYin}', + '{tg.geng}{tg.geng}':'{ss.biJian}', + '{tg.geng}{tg.xin}':'{ss.jieCai}', + '{tg.geng}{tg.ren}':'{ss.shiShen}', + '{tg.geng}{tg.gui}':'{ss.shangGuan}', + '{tg.geng}{tg.jia}':'{ss.pianCai}', + '{tg.geng}{tg.yi}':'{ss.zhengCai}', + '{tg.geng}{tg.bing}':'{ss.qiSha}', + '{tg.geng}{tg.ding}':'{ss.zhengGuan}', + '{tg.geng}{tg.wu}':'{ss.pianYin}', + '{tg.geng}{tg.ji}':'{ss.zhengYin}', + '{tg.xin}{tg.xin}':'{ss.biJian}', + '{tg.xin}{tg.geng}':'{ss.jieCai}', + '{tg.xin}{tg.gui}':'{ss.shiShen}', + '{tg.xin}{tg.ren}':'{ss.shangGuan}', + '{tg.xin}{tg.yi}':'{ss.pianCai}', + '{tg.xin}{tg.jia}':'{ss.zhengCai}', + '{tg.xin}{tg.ding}':'{ss.qiSha}', + '{tg.xin}{tg.bing}':'{ss.zhengGuan}', + '{tg.xin}{tg.ji}':'{ss.pianYin}', + '{tg.xin}{tg.wu}':'{ss.zhengYin}', + '{tg.ren}{tg.ren}':'{ss.biJian}', + '{tg.ren}{tg.gui}':'{ss.jieCai}', + '{tg.ren}{tg.jia}':'{ss.shiShen}', + '{tg.ren}{tg.yi}':'{ss.shangGuan}', + '{tg.ren}{tg.bing}':'{ss.pianCai}', + '{tg.ren}{tg.ding}':'{ss.zhengCai}', + '{tg.ren}{tg.wu}':'{ss.qiSha}', + '{tg.ren}{tg.ji}':'{ss.zhengGuan}', + '{tg.ren}{tg.geng}':'{ss.pianYin}', + '{tg.ren}{tg.xin}':'{ss.zhengYin}', + '{tg.gui}{tg.gui}':'{ss.biJian}', + '{tg.gui}{tg.ren}':'{ss.jieCai}', + '{tg.gui}{tg.yi}':'{ss.shiShen}', + '{tg.gui}{tg.jia}':'{ss.shangGuan}', + '{tg.gui}{tg.ding}':'{ss.pianCai}', + '{tg.gui}{tg.bing}':'{ss.zhengCai}', + '{tg.gui}{tg.ji}':'{ss.qiSha}', + '{tg.gui}{tg.wu}':'{ss.zhengGuan}', + '{tg.gui}{tg.xin}':'{ss.pianYin}', + '{tg.gui}{tg.geng}':'{ss.zhengYin}' + }, + SHI_SHEN_ZHI:{ + '{tg.jia}{dz.zi}{tg.gui}':'{ss.zhengYin}', + '{tg.jia}{dz.chou}{tg.gui}':'{ss.zhengYin}', + '{tg.jia}{dz.chou}{tg.ji}':'{ss.zhengCai}', + '{tg.jia}{dz.chou}{tg.xin}':'{ss.zhengGuan}', + '{tg.jia}{dz.yin}{tg.bing}':'{ss.shiShen}', + '{tg.jia}{dz.yin}{tg.jia}':'{ss.biJian}', + '{tg.jia}{dz.yin}{tg.wu}':'{ss.pianCai}', + '{tg.jia}{dz.mao}{tg.yi}':'{ss.jieCai}', + '{tg.jia}{dz.chen}{tg.yi}':'{ss.jieCai}', + '{tg.jia}{dz.chen}{tg.wu}':'{ss.pianCai}', + '{tg.jia}{dz.chen}{tg.gui}':'{ss.zhengYin}', + '{tg.jia}{dz.si}{tg.wu}':'{ss.pianCai}', + '{tg.jia}{dz.si}{tg.bing}':'{ss.shiShen}', + '{tg.jia}{dz.si}{tg.geng}':'{ss.qiSha}', + '{tg.jia}{dz.wu}{tg.ding}':'{ss.shangGuan}', + '{tg.jia}{dz.wu}{tg.ji}':'{ss.zhengCai}', + '{tg.jia}{dz.wei}{tg.yi}':'{ss.jieCai}', + '{tg.jia}{dz.wei}{tg.ji}':'{ss.zhengCai}', + '{tg.jia}{dz.wei}{tg.ding}':'{ss.shangGuan}', + '{tg.jia}{dz.shen}{tg.wu}':'{ss.pianCai}', + '{tg.jia}{dz.shen}{tg.geng}':'{ss.qiSha}', + '{tg.jia}{dz.shen}{tg.ren}':'{ss.pianYin}', + '{tg.jia}{dz.you}{tg.xin}':'{ss.zhengGuan}', + '{tg.jia}{dz.xu}{tg.xin}':'{ss.zhengGuan}', + '{tg.jia}{dz.xu}{tg.wu}':'{ss.pianCai}', + '{tg.jia}{dz.xu}{tg.ding}':'{ss.shangGuan}', + '{tg.jia}{dz.hai}{tg.ren}':'{ss.pianYin}', + '{tg.jia}{dz.hai}{tg.jia}':'{ss.biJian}', + '{tg.yi}{dz.zi}{tg.gui}':'{ss.pianYin}', + '{tg.yi}{dz.chou}{tg.gui}':'{ss.pianYin}', + '{tg.yi}{dz.chou}{tg.ji}':'{ss.pianCai}', + '{tg.yi}{dz.chou}{tg.xin}':'{ss.qiSha}', + '{tg.yi}{dz.yin}{tg.bing}':'{ss.shangGuan}', + '{tg.yi}{dz.yin}{tg.jia}':'{ss.jieCai}', + '{tg.yi}{dz.yin}{tg.wu}':'{ss.zhengCai}', + '{tg.yi}{dz.mao}{tg.yi}':'{ss.biJian}', + '{tg.yi}{dz.chen}{tg.yi}':'{ss.biJian}', + '{tg.yi}{dz.chen}{tg.wu}':'{ss.zhengCai}', + '{tg.yi}{dz.chen}{tg.gui}':'{ss.pianYin}', + '{tg.yi}{dz.si}{tg.wu}':'{ss.zhengCai}', + '{tg.yi}{dz.si}{tg.bing}':'{ss.shangGuan}', + '{tg.yi}{dz.si}{tg.geng}':'{ss.zhengGuan}', + '{tg.yi}{dz.wu}{tg.ding}':'{ss.shiShen}', + '{tg.yi}{dz.wu}{tg.ji}':'{ss.pianCai}', + '{tg.yi}{dz.wei}{tg.yi}':'{ss.biJian}', + '{tg.yi}{dz.wei}{tg.ji}':'{ss.pianCai}', + '{tg.yi}{dz.wei}{tg.ding}':'{ss.shiShen}', + '{tg.yi}{dz.shen}{tg.wu}':'{ss.zhengCai}', + '{tg.yi}{dz.shen}{tg.geng}':'{ss.zhengGuan}', + '{tg.yi}{dz.shen}{tg.ren}':'{ss.zhengYin}', + '{tg.yi}{dz.you}{tg.xin}':'{ss.qiSha}', + '{tg.yi}{dz.xu}{tg.xin}':'{ss.qiSha}', + '{tg.yi}{dz.xu}{tg.wu}':'{ss.zhengCai}', + '{tg.yi}{dz.xu}{tg.ding}':'{ss.shiShen}', + '{tg.yi}{dz.hai}{tg.ren}':'{ss.zhengYin}', + '{tg.yi}{dz.hai}{tg.jia}':'{ss.jieCai}', + '{tg.bing}{dz.zi}{tg.gui}':'{ss.zhengGuan}', + '{tg.bing}{dz.chou}{tg.gui}':'{ss.zhengGuan}', + '{tg.bing}{dz.chou}{tg.ji}':'{ss.shangGuan}', + '{tg.bing}{dz.chou}{tg.xin}':'{ss.zhengCai}', + '{tg.bing}{dz.yin}{tg.bing}':'{ss.biJian}', + '{tg.bing}{dz.yin}{tg.jia}':'{ss.pianYin}', + '{tg.bing}{dz.yin}{tg.wu}':'{ss.shiShen}', + '{tg.bing}{dz.mao}{tg.yi}':'{ss.zhengYin}', + '{tg.bing}{dz.chen}{tg.yi}':'{ss.zhengYin}', + '{tg.bing}{dz.chen}{tg.wu}':'{ss.shiShen}', + '{tg.bing}{dz.chen}{tg.gui}':'{ss.zhengGuan}', + '{tg.bing}{dz.si}{tg.wu}':'{ss.shiShen}', + '{tg.bing}{dz.si}{tg.bing}':'{ss.biJian}', + '{tg.bing}{dz.si}{tg.geng}':'{ss.pianCai}', + '{tg.bing}{dz.wu}{tg.ding}':'{ss.jieCai}', + '{tg.bing}{dz.wu}{tg.ji}':'{ss.shangGuan}', + '{tg.bing}{dz.wei}{tg.yi}':'{ss.zhengYin}', + '{tg.bing}{dz.wei}{tg.ji}':'{ss.shangGuan}', + '{tg.bing}{dz.wei}{tg.ding}':'{ss.jieCai}', + '{tg.bing}{dz.shen}{tg.wu}':'{ss.shiShen}', + '{tg.bing}{dz.shen}{tg.geng}':'{ss.pianCai}', + '{tg.bing}{dz.shen}{tg.ren}':'{ss.qiSha}', + '{tg.bing}{dz.you}{tg.xin}':'{ss.zhengCai}', + '{tg.bing}{dz.xu}{tg.xin}':'{ss.zhengCai}', + '{tg.bing}{dz.xu}{tg.wu}':'{ss.shiShen}', + '{tg.bing}{dz.xu}{tg.ding}':'{ss.jieCai}', + '{tg.bing}{dz.hai}{tg.ren}':'{ss.qiSha}', + '{tg.bing}{dz.hai}{tg.jia}':'{ss.pianYin}', + '{tg.ding}{dz.zi}{tg.gui}':'{ss.qiSha}', + '{tg.ding}{dz.chou}{tg.gui}':'{ss.qiSha}', + '{tg.ding}{dz.chou}{tg.ji}':'{ss.shiShen}', + '{tg.ding}{dz.chou}{tg.xin}':'{ss.pianCai}', + '{tg.ding}{dz.yin}{tg.bing}':'{ss.jieCai}', + '{tg.ding}{dz.yin}{tg.jia}':'{ss.zhengYin}', + '{tg.ding}{dz.yin}{tg.wu}':'{ss.shangGuan}', + '{tg.ding}{dz.mao}{tg.yi}':'{ss.pianYin}', + '{tg.ding}{dz.chen}{tg.yi}':'{ss.pianYin}', + '{tg.ding}{dz.chen}{tg.wu}':'{ss.shangGuan}', + '{tg.ding}{dz.chen}{tg.gui}':'{ss.qiSha}', + '{tg.ding}{dz.si}{tg.wu}':'{ss.shangGuan}', + '{tg.ding}{dz.si}{tg.bing}':'{ss.jieCai}', + '{tg.ding}{dz.si}{tg.geng}':'{ss.zhengCai}', + '{tg.ding}{dz.wu}{tg.ding}':'{ss.biJian}', + '{tg.ding}{dz.wu}{tg.ji}':'{ss.shiShen}', + '{tg.ding}{dz.wei}{tg.yi}':'{ss.pianYin}', + '{tg.ding}{dz.wei}{tg.ji}':'{ss.shiShen}', + '{tg.ding}{dz.wei}{tg.ding}':'{ss.biJian}', + '{tg.ding}{dz.shen}{tg.wu}':'{ss.shangGuan}', + '{tg.ding}{dz.shen}{tg.geng}':'{ss.zhengCai}', + '{tg.ding}{dz.shen}{tg.ren}':'{ss.zhengGuan}', + '{tg.ding}{dz.you}{tg.xin}':'{ss.pianCai}', + '{tg.ding}{dz.xu}{tg.xin}':'{ss.pianCai}', + '{tg.ding}{dz.xu}{tg.wu}':'{ss.shangGuan}', + '{tg.ding}{dz.xu}{tg.ding}':'{ss.biJian}', + '{tg.ding}{dz.hai}{tg.ren}':'{ss.zhengGuan}', + '{tg.ding}{dz.hai}{tg.jia}':'{ss.zhengYin}', + '{tg.wu}{dz.zi}{tg.gui}':'{ss.zhengCai}', + '{tg.wu}{dz.chou}{tg.gui}':'{ss.zhengCai}', + '{tg.wu}{dz.chou}{tg.ji}':'{ss.jieCai}', + '{tg.wu}{dz.chou}{tg.xin}':'{ss.shangGuan}', + '{tg.wu}{dz.yin}{tg.bing}':'{ss.pianYin}', + '{tg.wu}{dz.yin}{tg.jia}':'{ss.qiSha}', + '{tg.wu}{dz.yin}{tg.wu}':'{ss.biJian}', + '{tg.wu}{dz.mao}{tg.yi}':'{ss.zhengGuan}', + '{tg.wu}{dz.chen}{tg.yi}':'{ss.zhengGuan}', + '{tg.wu}{dz.chen}{tg.wu}':'{ss.biJian}', + '{tg.wu}{dz.chen}{tg.gui}':'{ss.zhengCai}', + '{tg.wu}{dz.si}{tg.wu}':'{ss.biJian}', + '{tg.wu}{dz.si}{tg.bing}':'{ss.pianYin}', + '{tg.wu}{dz.si}{tg.geng}':'{ss.shiShen}', + '{tg.wu}{dz.wu}{tg.ding}':'{ss.zhengYin}', + '{tg.wu}{dz.wu}{tg.ji}':'{ss.jieCai}', + '{tg.wu}{dz.wei}{tg.yi}':'{ss.zhengGuan}', + '{tg.wu}{dz.wei}{tg.ji}':'{ss.jieCai}', + '{tg.wu}{dz.wei}{tg.ding}':'{ss.zhengYin}', + '{tg.wu}{dz.shen}{tg.wu}':'{ss.biJian}', + '{tg.wu}{dz.shen}{tg.geng}':'{ss.shiShen}', + '{tg.wu}{dz.shen}{tg.ren}':'{ss.pianCai}', + '{tg.wu}{dz.you}{tg.xin}':'{ss.shangGuan}', + '{tg.wu}{dz.xu}{tg.xin}':'{ss.shangGuan}', + '{tg.wu}{dz.xu}{tg.wu}':'{ss.biJian}', + '{tg.wu}{dz.xu}{tg.ding}':'{ss.zhengYin}', + '{tg.wu}{dz.hai}{tg.ren}':'{ss.pianCai}', + '{tg.wu}{dz.hai}{tg.jia}':'{ss.qiSha}', + '{tg.ji}{dz.zi}{tg.gui}':'{ss.pianCai}', + '{tg.ji}{dz.chou}{tg.gui}':'{ss.pianCai}', + '{tg.ji}{dz.chou}{tg.ji}':'{ss.biJian}', + '{tg.ji}{dz.chou}{tg.xin}':'{ss.shiShen}', + '{tg.ji}{dz.yin}{tg.bing}':'{ss.zhengYin}', + '{tg.ji}{dz.yin}{tg.jia}':'{ss.zhengGuan}', + '{tg.ji}{dz.yin}{tg.wu}':'{ss.jieCai}', + '{tg.ji}{dz.mao}{tg.yi}':'{ss.qiSha}', + '{tg.ji}{dz.chen}{tg.yi}':'{ss.qiSha}', + '{tg.ji}{dz.chen}{tg.wu}':'{ss.jieCai}', + '{tg.ji}{dz.chen}{tg.gui}':'{ss.pianCai}', + '{tg.ji}{dz.si}{tg.wu}':'{ss.jieCai}', + '{tg.ji}{dz.si}{tg.bing}':'{ss.zhengYin}', + '{tg.ji}{dz.si}{tg.geng}':'{ss.shangGuan}', + '{tg.ji}{dz.wu}{tg.ding}':'{ss.pianYin}', + '{tg.ji}{dz.wu}{tg.ji}':'{ss.biJian}', + '{tg.ji}{dz.wei}{tg.yi}':'{ss.qiSha}', + '{tg.ji}{dz.wei}{tg.ji}':'{ss.biJian}', + '{tg.ji}{dz.wei}{tg.ding}':'{ss.pianYin}', + '{tg.ji}{dz.shen}{tg.wu}':'{ss.jieCai}', + '{tg.ji}{dz.shen}{tg.geng}':'{ss.shangGuan}', + '{tg.ji}{dz.shen}{tg.ren}':'{ss.zhengCai}', + '{tg.ji}{dz.you}{tg.xin}':'{ss.shiShen}', + '{tg.ji}{dz.xu}{tg.xin}':'{ss.shiShen}', + '{tg.ji}{dz.xu}{tg.wu}':'{ss.jieCai}', + '{tg.ji}{dz.xu}{tg.ding}':'{ss.pianYin}', + '{tg.ji}{dz.hai}{tg.ren}':'{ss.zhengCai}', + '{tg.ji}{dz.hai}{tg.jia}':'{ss.zhengGuan}', + '{tg.geng}{dz.zi}{tg.gui}':'{ss.shangGuan}', + '{tg.geng}{dz.chou}{tg.gui}':'{ss.shangGuan}', + '{tg.geng}{dz.chou}{tg.ji}':'{ss.zhengYin}', + '{tg.geng}{dz.chou}{tg.xin}':'{ss.jieCai}', + '{tg.geng}{dz.yin}{tg.bing}':'{ss.qiSha}', + '{tg.geng}{dz.yin}{tg.jia}':'{ss.pianCai}', + '{tg.geng}{dz.yin}{tg.wu}':'{ss.pianYin}', + '{tg.geng}{dz.mao}{tg.yi}':'{ss.zhengCai}', + '{tg.geng}{dz.chen}{tg.yi}':'{ss.zhengCai}', + '{tg.geng}{dz.chen}{tg.wu}':'{ss.pianYin}', + '{tg.geng}{dz.chen}{tg.gui}':'{ss.shangGuan}', + '{tg.geng}{dz.si}{tg.wu}':'{ss.pianYin}', + '{tg.geng}{dz.si}{tg.bing}':'{ss.qiSha}', + '{tg.geng}{dz.si}{tg.geng}':'{ss.biJian}', + '{tg.geng}{dz.wu}{tg.ding}':'{ss.zhengGuan}', + '{tg.geng}{dz.wu}{tg.ji}':'{ss.zhengYin}', + '{tg.geng}{dz.wei}{tg.yi}':'{ss.zhengCai}', + '{tg.geng}{dz.wei}{tg.ji}':'{ss.zhengYin}', + '{tg.geng}{dz.wei}{tg.ding}':'{ss.zhengGuan}', + '{tg.geng}{dz.shen}{tg.wu}':'{ss.pianYin}', + '{tg.geng}{dz.shen}{tg.geng}':'{ss.biJian}', + '{tg.geng}{dz.shen}{tg.ren}':'{ss.shiShen}', + '{tg.geng}{dz.you}{tg.xin}':'{ss.jieCai}', + '{tg.geng}{dz.xu}{tg.xin}':'{ss.jieCai}', + '{tg.geng}{dz.xu}{tg.wu}':'{ss.pianYin}', + '{tg.geng}{dz.xu}{tg.ding}':'{ss.zhengGuan}', + '{tg.geng}{dz.hai}{tg.ren}':'{ss.shiShen}', + '{tg.geng}{dz.hai}{tg.jia}':'{ss.pianCai}', + '{tg.xin}{dz.zi}{tg.gui}':'{ss.shiShen}', + '{tg.xin}{dz.chou}{tg.gui}':'{ss.shiShen}', + '{tg.xin}{dz.chou}{tg.ji}':'{ss.pianYin}', + '{tg.xin}{dz.chou}{tg.xin}':'{ss.biJian}', + '{tg.xin}{dz.yin}{tg.bing}':'{ss.zhengGuan}', + '{tg.xin}{dz.yin}{tg.jia}':'{ss.zhengCai}', + '{tg.xin}{dz.yin}{tg.wu}':'{ss.zhengYin}', + '{tg.xin}{dz.mao}{tg.yi}':'{ss.pianCai}', + '{tg.xin}{dz.chen}{tg.yi}':'{ss.pianCai}', + '{tg.xin}{dz.chen}{tg.wu}':'{ss.zhengYin}', + '{tg.xin}{dz.chen}{tg.gui}':'{ss.shiShen}', + '{tg.xin}{dz.si}{tg.wu}':'{ss.zhengYin}', + '{tg.xin}{dz.si}{tg.bing}':'{ss.zhengGuan}', + '{tg.xin}{dz.si}{tg.geng}':'{ss.jieCai}', + '{tg.xin}{dz.wu}{tg.ding}':'{ss.qiSha}', + '{tg.xin}{dz.wu}{tg.ji}':'{ss.pianYin}', + '{tg.xin}{dz.wei}{tg.yi}':'{ss.pianCai}', + '{tg.xin}{dz.wei}{tg.ji}':'{ss.pianYin}', + '{tg.xin}{dz.wei}{tg.ding}':'{ss.qiSha}', + '{tg.xin}{dz.shen}{tg.wu}':'{ss.zhengYin}', + '{tg.xin}{dz.shen}{tg.geng}':'{ss.jieCai}', + '{tg.xin}{dz.shen}{tg.ren}':'{ss.shangGuan}', + '{tg.xin}{dz.you}{tg.xin}':'{ss.biJian}', + '{tg.xin}{dz.xu}{tg.xin}':'{ss.biJian}', + '{tg.xin}{dz.xu}{tg.wu}':'{ss.zhengYin}', + '{tg.xin}{dz.xu}{tg.ding}':'{ss.qiSha}', + '{tg.xin}{dz.hai}{tg.ren}':'{ss.shangGuan}', + '{tg.xin}{dz.hai}{tg.jia}':'{ss.zhengCai}', + '{tg.ren}{dz.zi}{tg.gui}':'{ss.jieCai}', + '{tg.ren}{dz.chou}{tg.gui}':'{ss.jieCai}', + '{tg.ren}{dz.chou}{tg.ji}':'{ss.zhengGuan}', + '{tg.ren}{dz.chou}{tg.xin}':'{ss.zhengYin}', + '{tg.ren}{dz.yin}{tg.bing}':'{ss.pianCai}', + '{tg.ren}{dz.yin}{tg.jia}':'{ss.shiShen}', + '{tg.ren}{dz.yin}{tg.wu}':'{ss.qiSha}', + '{tg.ren}{dz.mao}{tg.yi}':'{ss.shangGuan}', + '{tg.ren}{dz.chen}{tg.yi}':'{ss.shangGuan}', + '{tg.ren}{dz.chen}{tg.wu}':'{ss.qiSha}', + '{tg.ren}{dz.chen}{tg.gui}':'{ss.jieCai}', + '{tg.ren}{dz.si}{tg.wu}':'{ss.qiSha}', + '{tg.ren}{dz.si}{tg.bing}':'{ss.pianCai}', + '{tg.ren}{dz.si}{tg.geng}':'{ss.pianYin}', + '{tg.ren}{dz.wu}{tg.ding}':'{ss.zhengCai}', + '{tg.ren}{dz.wu}{tg.ji}':'{ss.zhengGuan}', + '{tg.ren}{dz.wei}{tg.yi}':'{ss.shangGuan}', + '{tg.ren}{dz.wei}{tg.ji}':'{ss.zhengGuan}', + '{tg.ren}{dz.wei}{tg.ding}':'{ss.zhengCai}', + '{tg.ren}{dz.shen}{tg.wu}':'{ss.qiSha}', + '{tg.ren}{dz.shen}{tg.geng}':'{ss.pianYin}', + '{tg.ren}{dz.shen}{tg.ren}':'{ss.biJian}', + '{tg.ren}{dz.you}{tg.xin}':'{ss.zhengYin}', + '{tg.ren}{dz.xu}{tg.xin}':'{ss.zhengYin}', + '{tg.ren}{dz.xu}{tg.wu}':'{ss.qiSha}', + '{tg.ren}{dz.xu}{tg.ding}':'{ss.zhengCai}', + '{tg.ren}{dz.hai}{tg.ren}':'{ss.biJian}', + '{tg.ren}{dz.hai}{tg.jia}':'{ss.shiShen}', + '{tg.gui}{dz.zi}{tg.gui}':'{ss.biJian}', + '{tg.gui}{dz.chou}{tg.gui}':'{ss.biJian}', + '{tg.gui}{dz.chou}{tg.ji}':'{ss.qiSha}', + '{tg.gui}{dz.chou}{tg.xin}':'{ss.pianYin}', + '{tg.gui}{dz.yin}{tg.bing}':'{ss.zhengCai}', + '{tg.gui}{dz.yin}{tg.jia}':'{ss.shangGuan}', + '{tg.gui}{dz.yin}{tg.wu}':'{ss.zhengGuan}', + '{tg.gui}{dz.mao}{tg.yi}':'{ss.shiShen}', + '{tg.gui}{dz.chen}{tg.yi}':'{ss.shiShen}', + '{tg.gui}{dz.chen}{tg.wu}':'{ss.zhengGuan}', + '{tg.gui}{dz.chen}{tg.gui}':'{ss.biJian}', + '{tg.gui}{dz.si}{tg.wu}':'{ss.zhengGuan}', + '{tg.gui}{dz.si}{tg.bing}':'{ss.zhengCai}', + '{tg.gui}{dz.si}{tg.geng}':'{ss.zhengYin}', + '{tg.gui}{dz.wu}{tg.ding}':'{ss.pianCai}', + '{tg.gui}{dz.wu}{tg.ji}':'{ss.qiSha}', + '{tg.gui}{dz.wei}{tg.yi}':'{ss.shiShen}', + '{tg.gui}{dz.wei}{tg.ji}':'{ss.qiSha}', + '{tg.gui}{dz.wei}{tg.ding}':'{ss.pianCai}', + '{tg.gui}{dz.shen}{tg.wu}':'{ss.zhengGuan}', + '{tg.gui}{dz.shen}{tg.geng}':'{ss.zhengYin}', + '{tg.gui}{dz.shen}{tg.ren}':'{ss.jieCai}', + '{tg.gui}{dz.you}{tg.xin}':'{ss.pianYin}', + '{tg.gui}{dz.xu}{tg.xin}':'{ss.pianYin}', + '{tg.gui}{dz.xu}{tg.wu}':'{ss.zhengGuan}', + '{tg.gui}{dz.xu}{tg.ding}':'{ss.pianCai}', + '{tg.gui}{dz.hai}{tg.ren}':'{ss.jieCai}', + '{tg.gui}{dz.hai}{tg.jia}':'{ss.shangGuan}' + }, + ZHI_HIDE_GAN:{ + '{dz.zi}': ['{tg.gui}'], + '{dz.chou}': ['{tg.ji}', '{tg.gui}', '{tg.xin}'], + '{dz.yin}': ['{tg.jia}', '{tg.bing}', '{tg.wu}'], + '{dz.mao}': ['{tg.yi}'], + '{dz.chen}': ['{tg.wu}', '{tg.yi}', '{tg.gui}'], + '{dz.si}': ['{tg.bing}', '{tg.geng}', '{tg.wu}'], + '{dz.wu}': ['{tg.ding}', '{tg.ji}'], + '{dz.wei}': ['{tg.ji}', '{tg.ding}', '{tg.yi}'], + '{dz.shen}': ['{tg.geng}', '{tg.ren}', '{tg.wu}'], + '{dz.you}': ['{tg.xin}'], + '{dz.xu}': ['{tg.wu}', '{tg.xin}', '{tg.ding}'], + '{dz.hai}': ['{tg.ren}', '{tg.jia}'] + }, + YI_JI:[ + '{yj.jiSi}', + '{yj.qiFu}', + '{yj.qiuSi}', + '{yj.kaiGuang}', + '{yj.suHui}', + '{yj.qiJiao}', + '{yj.zhaiJiao}', + '{yj.muYu}', + '{yj.chouShen}', + '{yj.zaoMiao}', + '{yj.siZhao}', + '{yj.fenXiang}', + '{yj.xieTu}', + '{yj.chuHuo}', + '{yj.diaoKe}', + '{yj.jiaQu}', + '{yj.DingHun}', + '{yj.naCai}', + '{yj.wenMing}', + '{yj.naXu}', + '{yj.guiNing}', + '{yj.anChuang}', + '{yj.heZhang}', + '{yj.guanJi}', + '{yj.dingMeng}', + '{yj.jinRenKou}', + '{yj.caiYi}', + '{yj.wanMian}', + '{yj.kaiRong}', + '{yj.xiuFen}', + '{yj.qiZuan}', + '{yj.poTu}', + '{yj.anZang}', + '{yj.liBei}', + '{yj.chengFu}', + '{yj.chuFu}', + '{yj.kaiShengFen}', + '{yj.heShouMu}', + '{yj.ruLian}', + '{yj.yiJiu}', + '{yj.puDu}', + '{yj.ruZhai}', + '{yj.anXiang}', + '{yj.anMen}', + '{yj.xiuZao}', + '{yj.qiJi}', + '{yj.dongTu}', + '{yj.shangLiang}', + '{yj.shuZhu}', + '{yj.kaiJing}', + '{yj.zuoBei}', + '{yj.chaiXie}', + '{yj.poWu}', + '{yj.huaiYuan}', + '{yj.buYuan}', + '{yj.faMuZuoLiang}', + '{yj.zuoZhao}', + '{yj.jieChu}', + '{yj.kaiZhuYan}', + '{yj.chuanPing}', + '{yj.gaiWuHeJi}', + '{yj.kaiCe}', + '{yj.zaoCang}', + '{yj.saiXue}', + '{yj.pingZhi}', + '{yj.zaoQiao}', + '{yj.zuoCe}', + '{yj.zhuDi}', + '{yj.kaiChi}', + '{yj.faMu}', + '{yj.kaiQu}', + '{yj.jueJing}', + '{yj.saoShe}', + '{yj.fangShui}', + '{yj.zaoWu}', + '{yj.heJi}', + '{yj.zaoChuChou}', + '{yj.xiuMen}', + '{yj.dingSang}', + '{yj.zuoLiang}', + '{yj.xiuShi}', + '{yj.jiaMa}', + '{yj.kaiShi}', + '{yj.guaBian}', + '{yj.naChai}', + '{yj.qiuCai}', + '{yj.kaiCang}', + '{yj.maiChe}', + '{yj.zhiChan}', + '{yj.guYong}', + '{yj.chuHuoCai}', + '{yj.anJiXie}', + '{yj.zaoCheQi}', + '{yj.jingLuo}', + '{yj.yunNiang}', + '{yj.zuoRan}', + '{yj.guZhu}', + '{yj.zaoChuan}', + '{yj.geMi}', + '{yj.zaiZhong}', + '{yj.quYu}', + '{yj.jieWang}', + '{yj.muYang}', + '{yj.anDuiWei}', + '{yj.xiYi}', + '{yj.ruXue}', + '{yj.liFa}', + '{yj.tanBing}', + '{yj.jianGui}', + '{yj.chengChuan}', + '{yj.duShui}', + '{yj.zhenJiu}', + '{yj.chuXing}', + '{yj.yiXi}', + '{yj.fenJu}', + '{yj.TiTou}', + '{yj.zhengShou}', + '{yj.naChu}', + '{yj.buZhuo}', + '{yj.tianLie}', + '{yj.jiaoNiuMa}', + '{yj.huiQinYou}', + '{yj.fuRen}', + '{yj.qiuYi}', + '{yj.zhiBing}', + '{yj.ciSong}', + '{yj.qiJiDongTu}', + '{yj.poWuHuaiYuan}', + '{yj.gaiWu}', + '{yj.zaoCangKu}', + '{yj.liQuanJiaoYi}', + '{yj.jiaoYi}', + '{yj.liQuan}', + '{yj.anJi}', + '{yj.huiYou}', + '{yj.qiuYiLiaoBing}', + '{yj.zhuShi}', + '{yj.yuShi}', + '{yj.xingSang}', + '{yj.duanYi}', + '{yj.guiXiu}', + '{s.none}' + ], + LU:{ + '{tg.jia}':'{dz.yin}', + '{tg.yi}':'{dz.mao}', + '{tg.bing}':'{dz.si}', + '{tg.ding}':'{dz.wu}', + '{tg.wu}':'{dz.si}', + '{tg.ji}':'{dz.wu}', + '{tg.geng}':'{dz.shen}', + '{tg.xin}':'{dz.you}', + '{tg.ren}':'{dz.hai}', + '{tg.gui}':'{dz.zi}', + '{dz.yin}':'{tg.jia}', + '{dz.mao}':'{tg.yi}', + '{dz.si}':'{tg.bing},{tg.wu}', + '{dz.wu}':'{tg.ding},{tg.ji}', + '{dz.shen}':'{tg.geng}', + '{dz.you}':'{tg.xin}', + '{dz.hai}':'{tg.ren}', + '{dz.zi}':'{tg.gui}' + }, + DAY_YI_JI:'30=192531010D:838454151A4C200C1E23221D212726,030F522E1F00=2430000C18:8319000776262322200C1E1D,06292C2E1F04=32020E1A26:791715795B0001025D,0F522E38201D=162E3A0A22:790F181113332C2E2D302F157954,7001203810=0E1A263202:79026A176576036A,522E201F05=0D19250131:7911192C2E302F00030401060F1571292A75,707C20522F=0C18243000:4F2C2E2B383F443D433663,0F01478A20151D=0E1A320226:3840,0001202B892F=14202C3808:3807504089,8829=0E1A263202:383940,6370018A75202B454F6605=32020E1A26:38394089,0001202B22=16223A0A2E:384C,8A2020=2B3707131F:2C2E5B000739337C38802D44484C2425201F1E272621,5229701535=121E2A3606:2C2E2D2B156343364C,0F4729710D708A20036A1904=0D19250131:5040262789,0F7129033B=202C380814:5040000738,0F7D7C584F012063452B35=1A2632020E:50400089,8813=1A2632020E:69687011180F791966762627201E,0352292E8034=182430000C:291503000D332E53261F2075,0F5238584F450B=000C182430:297170192C2E2D2F2B3E363F4C,0F52156320010347200B=131F2B3707:297115030102195283840D332C2E,0F1F5863201D8A02=222E3A0A16:261F1E20232289,52290058363F32=16222E3A0A:261F201E232289,8D39=0D19310125:262322271E201D21,52450F4F09=0D19253101:262322271E202189,1F4526=16222E3A0A:262322271F1E20,712906=0F1B273303:17262322274050,80387C6B2C=0915212D39:1707702C2E71291F20,0F52000106111D15=16222E3A0A:170007386A7448363F261F1E,030F79636F2026=030F1B2733:1784832C2E5B26201F,0F010D2913=182430000C:175447440D15838477656A49,2B2E1F8A202228=101C283404:70504C7889,8803=0D19250131:700F181126151E20001A7919,8D2F=0915212D39:705283845B0D2F71,0F202E4106=3606121E2A:70786289,06802E1F23=1824000C30:70076A363F,292017=202C380814:700718111A302F717566,0F2B2E2026=3B0B17232F:70545283842E71291A7933192A5D5A5040,090C384F45208A1D6B38=212D390915:7039170F45513A2C2E7129242526271F201D,00010352153A=15212D3909:703911170E2C2E2D2F4B15712952633D,092B8A2027=010D192531:702D155483840F63262720,53292F017D4F38442B2E1F4717=16222E3A0A:705C4C39171A4F0E7971295B4C5248,0F2E1F1D37=1A2632020E:2E260F27201F,523815292F1A22=0E1A260232:64262322271F2021,0F2F293822=2F3B0B1723:161A0F1526271F4C,586103473818=2430000C18:161A7889,292E1F0F386131=17232F3B0B:04795B3F651A5D,0F5201062016=14202C3808:04170F79195D1A637566363F76,01522E8A2039=132B37071F:0470170F191A134C8384662426232227201E,8D08=0D19253101:040370181123220F1326271E2021,29153B=0D19310125:040307177938494C,0F26207017=0E2632021A:0403010218111A17332C2E2D2B15713E6575,45382064291D=142C380820:04033918110F0D2C2E7129332D2B72528384547566,8D1C=1830000C24:040318111A17332C15290D200C7A,4745063835=0F2733031B:040318111A16175B795452848315302F6563395D,387029202E=14202C3808:04031975363F6366,0F5401202C5283842E2F1E=0E1A320226:0403080618111A16332E2F152A09537919702C5445490D75072B,8063203820=182430000C:04067033392C7161262322271E1D210C,8D2F=101C283404:3F4889,881C=2733030F1B:3F74397677658988,0F3847201D=293505111D:3F8B657789,0F2029702E7D35=111D293505:3F8B6589,1F200A=020E1A2632:3F656477,0F2B71292005=111D290535:3F6589,8810=0F1B273303:3F88,2B38200F1C=293505111D:0F83843D363F776424,15462F2C52032971152A=0F1B273303:0F17795B54838458,52807C3811=121E2A3606:0F172C2E387129363F7566512C2E2D4E4461,01034752203A=172F3B0B23:0F171511793F76584C,0347200C1D20=2D39091521:0F175B3975660745514F2B4825201E211D,010352292E2E=0F1B273303:0F170070792C2E261F,040341232228=05111D2935:0F1700707129385C363F3D1F1E232226,80412B202F14=14202C3808:0F17000728705448757A,522E1F15562F05=30000C1824:0F17000102061979454F3A15477677,241F8A2021=2F3B0B1723:0F17000102060370392E52838453331F,452F2C266A79292B203810=0C18243000:0F170001020E032A70692C2E302F802D2B0D7129474C201F2322,5211183809615D34=1A2632020E:0F171170792F5B1566770001032C2B802D,29387C207134=14202C3808:0F0D33000103452E528384297115752620,63386F7014=15212D3909:0F7045332C2E71201F1D21,4701155229530327=101C283404:0F70161715232238838426271F20,7D035219=121E2A3606:0F705B0004037C5D15653F1F26,522B473809=131F2B0737:0F705215261E20,012E1F25=182430000C:0F707B7C00012F75,52201B=2531010D19:0F706A151E201D528384544466,47010C2E292F2C3820=14202C3808:0F707500261E20,382E1F05=3606121E2A:0F161A17452F0D33712C2E2B5443633F,150170208A0327=0E1A263202:0F150370002E0D3979528384532971331F1E20,477D0D=06121E2A36:0F5B8370000102060403161A494447,386A418A201A=17232F3B0B:0F03700D332C2E2971152F52838463,01004547380C26=101C283404:0F03700D33195284835329711563,01260038206B0E=131F2B3707:0F03706A4F0D332C528384532E29711563,450075000F=131F2B3707:0F0370010239332E2C19528384532971156375262720,8D18=17232F3B0B:0F0370390D332C192E2971637547202322,581528=0E1A263202:0F0302791566046F,29710D722A38528384202E4530=0E1A263202:0F030102392E15634447001F1E,293845200D707538=1E2A360612:0F0300017039712952542D2C302F80380D2A363F3349483E616320,1118150C1F2E20=33030F1B27:0F03000102700D29713963451F0C20,528338542F15806128=121E2A3606:0F030001027039452971150D332C2F6327,2052838403=2C38081420:0F030001022A0D3945297115528384630D7020,476A382E1F4426=010D192531:0F03390D332C1929711563261D2E2322,382000521118750C706B15=131F2B3707:0F033915666A52261E272048,382E2F6329712C0114=0D19253101:0F52838403700D332C29712E1F27201E2322,1545017505=131F2B3707:0F528400012E7129,092026=3707131F2B:0F528471295B795D2B155333565A446375661F201E272621,00016B0C4113=14202C3808:0F280001363F8B4326232220,2E1F47032F7D35=16222E3A0A:0F0211195465756679,2F384570202B6A10=15212D3909:0F0102700D332C2E2F0319528384531529716345261F2322,8D32=101C283404:0F0102037039330D5284832971152E1F0C,0026206B37=16222E3A0A:0F003854,20521D2106=020E1A2632:0F00175058,5D6B80382E16=1B2733030F:0F00701784831952712C2E1526271F,033806201F=2B3707131F:0F00701A17830E544C5C0E78,7129632E1F38208A452F16=15212D3909:0F00040370396A742E15444948,458A384F2021=16222E3A0A:0F005B261F20,2E2F1D=2531010D19:0F0003450D3329712C2E2F1575,528A63705A20587D7C12=17232F3B0B:0F00030D70332C2E3952838453542971156375,6B2019=1B2733030F:0F000301020D297115332E1F0C,165220262E=121E2A3606:0F00030102700D332E2C192971155383846375261F1E20,8D1F=33030F1B27:0F00030102700D19297115332C2B535448,2E45208A00=2632020E1A:0F00030102705283842E544779,2920454F754C3836=16222E3A0A:0F0052037029710D332C15,7545584F8A201D2121=121E2A3606:0F00074850,8A2036=0D25310119:0F00071A706A717677492923221E202726,80522E1F39=1E2A360612:0F006A385040740717,1F70631E=212D390915:0F006A1938271779,565A4575522F801F1E632B=121E2A3606:0F00010D0302703352838453297115632E,208A454F2B=0E1A263202:0F000170390D332E2971152F63751F1E20,52846A381F=14202C3808:0F000106387129,2E1F24=14202C3808:0F0001062E7129,522010=0814202C38:0F0001062871292E7C528384032C5C2A15767765,11185D8A206B08=131F2B0737:0F0001067C1F20,522900=202C380814:0F0001020D700339332C192A83842971152E1F0C20262322,065256386110=111D293505:0F000102700D332C2E297115383F631F20,0347562B=14202C3808:0F000102700D332C712E15261F201E,80036A61473831=0C18243000:0F000102700D335283845329711563,38048A7D45202A=14202C3808:0F000102702E15471F1E,294F2B452C2F268011=0D19253101:0F0001022E792D3E75663D19,472063703852292B39=222E3A0A16:0F0001022E154826271F1E203874362322,036312=0D19253101:0F000102032971152C2E19,4720637038522B15=111D293505:0F000102030D70332E3919528384532971152B2F201F0C,8D1B=232F3B0B17:0F000102030D7033528384534529711520,63475814=131F2B3707:0F000102030D332C2E195283845329716375261E2322,8D19=15212D3909:0F00010203700D332C2E1929711552838453637526202322,8D09=111D293505:0F00010203700D332E2F192971152B52838453631F20,8D33=1A2632020E:0F00010203700D332E2F1929711552838453261F201E2322,8D03=2E3A0A1622:0F0001020370332C2E2F1575261F,2971476A458352380C=111D293505:0F0001020370332E2F0D19297115637566302B2C3979,8D08=000C182430:0F000102037039297175261F1D21,454F2E1563410F=17232F3B0B:0F0001020370390D3319297115632E2C752620212322,8D07=3606121E2A:0F0001020370390D332C1929712E157563548384534C,20248A38=16222E3A0A:0F0001020370390D1952838453542971631F0C,152036=14202C3808:0F00010203703915632719792322,80262045297158750F=111D293505:0F00010203528384157033,752971206B452F2B262E05=3404101C28:0F00010206030D7129302F79802D7C7C2B5C4744,11701D2052843833=111D293505:0F00010206181139702E1F686F6A792D2C2E304E15337566491F23221D21,52296B0D800D=15212D3909:0F000102070D70332C2E19528384297115637526201E2322,8D05=2C38081420:0F0001021A175D2C19152E302F7183846379,8A20704F7545410A=131F2B3707:0F001A651707,565A58202E1F476320=121E36062A:0F11707B7C5271291E20,2E1F39=111D293505:0F11700001522E71291F20,2B07=131F2B0737:0F11700001397129,2E2002=111D293505:0F11707129,2E1F2002=131F37072B:0F1152702E2F71291F20,000103=131F37072B:0F1152702E2F71291F20,7A3A=111D293505:0F117B7C2C2E71291F20,520300=111D350529:0F110001702E2F71291F20,0621=101C280434:0F11000170717B,522E1F0A=06121E2A36:0F110001708471292E1F20,03388051561C=121E2A3606:0F1100017B7C702E7129,522B22=2D39091521:0F110039702C2E522F1574487B7C2D4E804B,098A204538612B=05111D2935:0F1118795B65170002195D,52382E8A201E=2531010D19:0F111829711500010370390D332E750C201F,4552832F382B8004=2A3606121E:0F1118175C000301027039450D29332C2E2F15631F,8A582020=31010D1925:0F1118032A0D545283841A802D2C2E2B71296366774744201F26232221,010900150C06=2C38081420:0F11180300706A2E1549466319,292F26806B382B20754506=2E3A0A1622:0F1118528384530001035C53702971152B332C2E63201F1E23222621,6B75452D4F802E=111D293505:0F1118060300017B7C792E39767566261F20,7129805136=232F3B0B17:0F111800171A454F514E3A3871157765443D23221E262720,80612E1F1C=212D390915:0F11180003706A4F0D332C2E1929711571335363751F20262322,524746416128=3B0B17232F:0F111800037039450D2971332C632026,1F2E2B38528327=3B0B17232F:0F11180006032A0D700D332E011954838471152C202322,58477D630C=0814202C38:0F1118000106287129705B032C2E302F802D4E2B201F,528458384108=380814202C:0F11180001027039302971542F7526201E,63472E151F583A=1E2A360612:0F1118000102030D70332C2E192971158384535426201E2322,471F1B=1F2B370713:0F1118000102030D70332C2E195283845329711563261F0C20,4745752522=3505111D29:0F1118000102030D70332E2C192971153953631F0C262720,5284612528=390915212D:0F111800010203700D332C2E192971152F4B49471F270C2322,52562B2029=390915212D:0F111800010203391929710D1552838453,2075708A456309410F=0A16222E3A:0F111800010206032A0D09717029092D302F1575761320,521F47251D=1F2B370713:0F1118000102111A1703154F2C2E382D2F807566,7163708A1F207D2A=05111D2935:0F111800017C5C2C2E7129,527015382021=2B3707131F:0F11185C0370332D152322528384636626271E,2F292C2E1F00010601=2430000C18:0F11185C0001092A0D7014692983847B7C2C2E302F802D2B,06454F208A2E=0D19253101:0F11181200171A7919547638,5215201D09=3A0A16222E:0F1A1716007015713F261F2720,5263587D2B470304=111D293505:0F1A0070153871291F20,7A7629=010D192531:0F181179005B712980152D4E2A0D533358,5270208A11=0814202C38:0F181138171A7975665B52845415,47701F8A2013=121E2A3606:0F181117795B5C007054292A0D690403332D2C2E66632B3D,8A454F3822=121E2A3606:0F1811705200012E71291F20,382A=16222E0A3A:0F1811705200012E71291F20,062B27=14202C0838:0F18117052000171291E20,2E1F27=16222E0A3A:0F18117000012E71291F20,527A06=111D290535:0F1811700001062E2F1F20,712912=14202C3808:0F181100062839707952542C2E302F03565A7566441F1E,0D29802B2029=1824300C00:0F181100012C2E7129,522025=121E2A0636:0F18110001261F20,03522E=0915212D39:0F18110001702C2E7129,6F454F098A2025=030F1B2733:0F18110001702C2E71291F0D2B152F2127,5283162014=16222E3A0A:0F18110001707B7C0D7129,52565A152B2034=17232F3B0B:0F1811000104037115454F7677657B7C392023222726210C,52092E1F27=3707131F2B:0F181100010603797B7C802D302F2B6743441F202322,2952477D2528=14202C0838:0F181100017B7C2E71291F20,036F33=0D19253101:0F18110001027939706954528384685D15565A75201E1D26,29032E11=182430000C:0F1811000102062A0D2C2D804B2B672E2F7129,70471F8A2030=17232F3B0B:0F5C707971292C2E0E032A0D6A79804B2D8C2B3348634C,52110915462031=15212D3909:0F5C5B0001032A0D7052842C2E71291F20,1118517D462B=0F1B273303:0F5C111800015B712952841F20,756A251A=2733030F1B:1545332C2E2F84836375662620,0F0003700D71292B1C=0E1A320226:1516291211020056,06382007=000C182430:1551000403706A454F3A3D771F262322271E1D21,382B41522016=17232F3B0B:1500443626271F1E,29710F47380D19520337=182430000C:150001021745512E443D65262322,2B63387C18=192531010D:151A83842627202322,580F7003632E1F297C26=0E1A263202:15391A302F83845475662627201E,0F702E4629004708=3606121E2A:5B000102073911522C302F3A678C363F33490D482425200C1E2322,0F15382E1F6116=1E2A360612:5B71297000010611182A0D39792C2E332D4E712980152C1F202621,52454F3804=2C38081420:5B11180001020328700D332C2E195283847115632F751F2720,290F476630=0C18243000:201E27262322,8902=3404101C28:2A0D11180F52848353037039156358332C2E,3820002628=010D192531:4089,030F565A61206B27=1824300C00:4089,8836=1C28340410:0370833F0F6A5215,010D582E1F202C2F582938=112935051D:03700F,79192C2E2D715275262322271F201D217936=112935051D:0370110F45510D3371290941614C522623222720,8D3B=152D390921:03047039171A533852443D363F,8D11=0F1B273303:030402111A16175B4F3A2B153E0079015D5452848369026A51,7006200F05=0F1B270333:03041A174533302F56795B3E808339528454,700F292026=121E2A3606:037B7C2E2F261F20,0F14=1E2A360612:030270170F45513A2C7129528384702A0D532D2C24252623222720,155A382E1F2F=1B2733030F:03027011170D332D2C2E2F716152838454,010F201F2C=121E2A3606:03027039450D332C2F2D2971528384636626202322,581535=212D390915:03020E0F18110D332C2E2D2F4971293E615244756653,8A202531=1B2733030F:030102703945802D2C512B7129092322270C7566,112E528325=2D39091521:030102062C2E543E3D636679,380D19462971001F=293505111D:03111A171538193E3F,0F632C2E70454F200C19=17232F3B0B:031A2B7915656A,0F177001204529710D632E2F02=32020E1A26:033945302F838475262720,297071000F2E1F3810=17232F3B0B:0339332C2E1575201E26,0F520D631F29712A72473826=390915212D:0339332C2E302B66201D1F27,0D2971010015520F6B0E=15212D3909:03392D2E332F211D201F1E27,0F7015380029710D195824=16223A0A2E:036F791E20,522E1F31=1D29350511:5283845B79037B7C802D2C2E4E302F2B38493D4463664C1F2021,0F0D712917=15212D3909:5283845303702971150D2F,388A6A6D0F2012=111D293505:528384530370331929272E2B2F631F1D20,0F156B380E=0D19253101:528384530339454F0D297115332E2F637520,0F00705802=2A3606121E:528384530339332E152C2F58631F20,380D000F2900=283404101C:528384530003010215392C20,1112180F29560D2E1F754511=15212D3909:5283845300031929150D332C2E63,0F217045208A717521=3505111D29:5283845300010670528384802D2C2E4E155B201F1E232221,380F71296A0E=17232F3B0B:5283845354037029711575262720,631F58000F2E38010D=111D293505:528384000103451915332C2E631F2720,29716A0D0F7019=1D29350511:5283840001032E1570637566302F391F,0F4729712030=16222E3A0A:5283845479036A2627201E,0F380D70297115012F1A=1F2B370713:528384542E03700F1118705469565A7566631F1E2021,297138000C31=121E2A3606:52838454443D65002C2E15495D1F,0F417D712B38630F=0D19253101:5283845444360F11756415,2C2F29016B472E2B20381D=212D390915:528384545363000103332E15,0F1F197029710D757D2032=121E2A3606:528384546315332C2E2F26201F2322,0F0D45002971756B17=192531010D:52838454754C2971150301022E,0F63206A0938268A4117=1B2733030F:52848353000103297115332E2F19,0F8A514F6A6620754526=1824300C00:528403395B2F1E20,0F012D=0B17232F3B:5254700001020612692D4E584647336375662E1F1E,71290D262037=131F2B3707:525400045B17791A565D754C7866,2E1F207C34=0F2733031B:483F89,8838=232F3B0B17:767779392623222789,152B1F1D200E=0A16222E3A:767789,528300292025=14202C3808:7665261F20,0F291A=222E3A0A16:7665262322271F201E21,0F0029807124=1824000C30:7889,292E1F24=101C283404:8D,8832=1D29350511:63767789,522E0006206B31=131F2B3707:7B7C343589,0F7038=2632020E1A:7B7C343589,520F20=0E1A260232:7B34,8812=1C28340410:02703918110F7919155283756626232227201E,012C2E1F0C29=121E2A3606:020F11161A17454F2C2E2D302F2B38434C,2070016328=1824300C00:02060418110D332C2E415B637566262322271F20,520F23=142038082C:07504089,0F010C=15212D3909:07262723221F40,0F7129523B=2430000C18:0717363F1A2C4F3A67433D8B,71290F0103471A=2531010D19:0704031118528384542D2E4E49201F1E1D2127,292B000C3B=283404101C:073F7765644889,012014=111D293505:074048261F202322,0F71454F1500018008=111D293505:07404826271F1E2089,882C=0D19253101:07565A5283845463756677261F20,010F15296120=2F3B0B1723:07487677393F89,0F2952151F1D30=111D293505:074889,06520F3808=17232F3B0B:074889,883B=131F2B3707:074889,8832=15212D3909:07762623221F1E20,000F1552296B2F2A=0D19253101:0776776A742623221F200C211D1E,11180F2F5206802B0B=04101C2834:0776776564,000F29382011=101C283404:0706397B7C794C636A48,520F7129472026=14202C3808:077C343589,880A=380814202C:076A79040363660F5D363F,52292E1F20382F15560123=16223A0A2E:076A696819,0F2918=222E3A0A16:076A171552847983546578,712970010F2D=182430000C:076A48,45752F29384C0F204F612B30=131F2B3707:076A7626271F1E20,0D0F29382F2E0E=0814202C38:07343589,065238=1C28340410:070039201F0C2789,06030F292F23=101C280434:076564,0F292002=0D19253101:073918111A17332C2E71292322271F1E20481D45548384,38002F702A=1824300C00:7C343589,8801=172F3B0B23:6A79363F65,0F292B7118=1B2733030F:6A170F19,5845754C201F4F382430=1B2733030F:6A170F1963766F,5452201F32=0C18243000:6A0339332C20528384531563,29713801000F0C47806B3B=2A3606121E:77766564000789,0F52201E8A01=202C380814:1F2027260076232289,0F29528339=0F1B330327:3435,8809=0F1B273303:34357B7C,8818=121E2A3606:34357B7C7789,0F291D=232F3B0B17:34357B7C89,0F2021=33030F1B27:34357B7C89,030F27=390915212D:34357B7C89,712917=1D29350511:3435073989,8802=2C38081420:34357C89,0111180F292006=30000C1824:34357C89,71291A=14202C3808:34357C89,8A2036=182430000C:3435000789,8835=232F3B0B17:34350089,0F2025=3707131F2B:34353989,0F2037=0D25310119:343589,0F52202D=0F1B273303:343589,0F7152290D=131F2B3707:343589,8830=121E2A3606:343589,881C=16222E3A0A:343589,8819=131F2B3707:343589,880F=15212D3909:343589,8832=14202C3808:343589,8813=0D19253101:343589,8811=17232F3B0B:343589,881E=142C380820:017018110F1A2E15495247838463462322271F,8D03=0F1B270333:0103040818111A155284262322271E20217A79708330,38472E631B=14202C3808:010670170F0E3A294152838454262322271F201E,2E1815442C=0F1B273303:01067071292C2E1F20,1103150F520A=17232F0B3B:010670181126271F202165,293816=182430000C:0106111839513A2C2E2D2F8C804B4723221F63,7152292037=0F2733031B:010203040618110F3315292A271D200C6339171A712C2E30491E21,7A21=0E1A260232:010206040318110F2E292A27200C70072C302F541F392B49,381512=1A2632020E:010206110F452C2E7129095B5226232227201F0C,58804B036B2B381C=142C380820:01023918112E2D493E52756624262322271F20,8D12=121E2A3606:008354,06462F2E1F27=030F1B2733:00797084831754,0F2E472D4E1F06=0D19250131:0079701811072C2E01060F33152627200C7A1A302F4576631F2B,8052382900=172F3B0B23:00790F072C2E0103047018111A262322271E7A302F5448637545,293815561E=101C340428:007952151E20,0F2E1F33=0F1B273303:007984831A160F1719,632E20471D6B01=152D390921:0079110F0304062A528423222627207A19701A2C2E2F5D83,294513=0F1B273303:0079181A165B332F2B262322271E2021030469702D4E49712930845D,454F05=152139092D:0079192E2F030417332D1552847A5D,4E201F=162E3A0A22:003826232277,632E20523A=0D19310125:0038262389,521513=1C28340410:00384089,0F202E157C07=04101C2834:00384089,152967631F=101C283404:00384740,0F2037=1C28340410:00387765504089,0F157C04=131F37072B:00385476,521F13=16222E3A0A:003854767789,2E1F522010=131F2B3707:003854637519,205D1D1F52151E210F=121E2A3606:003889,52201F1D4733=121E2A3606:003889,881F=212D390915:001D23221E2789,52290F2E1F202B=07131F2B37:002C7080305C784C62,2E1F472001=283404101C:004D64547589,0F292E=131F2B3707:005040,522E1F0F2C2004=3404101C28:005089,032C2E1F33=182430000C:005089,8815=192531010D:00261F23221E201D2189,8D12=131F2B3707:00261F2322271E200C89,8D1E=121E2A3606:0026271E20,2F2E1F33=16222E3A0A:002627241F1E20232289,8D33=14202C3808:002627651E2027232289,881B=182430000C:00262789,292C2E1F2B2F2A=07131F2B37:00262322271F1E203F8B65,52290F038002=15212D3909:001779332D2322271E2007760304,38290F1C=1F2B370713:00173883546365756619,466115201F701D47522434=0D25310119:00170F79191A6540,712909387C2015=0E1A263202:00170F332C2E2D2F802952443F26232227201F,15637C383A=132B37071F:00170F7665776489,8D2A=390915212D:00177689,0F52804F2507=2E3A0A1622:00177179546A76,0F52443D1F2D=0915212D39:0070,0F292C2E791F13=131F2B3707:007083624C,0F38202E7D4F45471F7107=380814202C:00704F0D332C2E2D15363F261F20274C,0F2906036F4703=3404101C28:00702C2E164C157126271F1E202425363F,29386A032B0F=0F1B273303:00700F1715262720,472E386309=15212D0939:007022230726,2E17712952302F15=15212D3909:00704889,8834=1C28340410:0070784889,0345201F21=2D39091521:007007482089,2E1F58470B=0D19253101:0070071A010618110F5B52846775,6326202E=16222E3A0A:00701A17794C0F302F715475,2E454F8A20243A=0F1B330327:007018111A1617192E15382627201F656477,4F090A=0F1B273303:002E2F18110F5B3315292A26271F20210C7A70710102393E19,035A37=14202C3808:002E4344793F26271F20,03702C2F292B381A31=0E1A263202:00161A5D454F153826201E27,7D0D2904=152139092D:0004037039180F332D152952262322271F0C533A83,4117804735=1F2B370713:0004037B7C0F79494766754667,80293869208A1E=162E3A0A22:00040301067018111A0F332C15292A261E200C7A791970712F5D52838454,5617454F06=3404101C28:000403110F527079156523221E2027,0129802E1F6B1D=1830000C24:0004031A170F11332C2E302F1571292A657677451949,70201D5218=102834041C:0004031811171A5B332C2E155D52,0D29204504=17233B0B2F:00040318110F1519262322271E2021,52831F3825=3B0B17232F:00046A7966444C7765,010C202F38520F70292E31=14202C3808:003F261F202789,8836=131F2B3707:003F657789,7152290F032B3A=2632020E1A:003F651F0C2027232289,0F292B=16222E3A0A:003F89,8836=212D390915:000F76,032E1F522C292B22=2B3707131F:000F7765,2E1F7C4607=0F1B273303:000F01111A1615292A2627200C2C670279538384543E49,634512=0F1B273303:000F1320,6380382936=0F2733031B:000F1323222627,2E3829031535=0D25310119:00676589,0F200F=0C18243000:00401D232289,71290F47202B=101C283404:0040395089,8803=30000C1824:004023222089,0F291118470D=0A16222E3A:004089,0F5211=1A2632020E:004089,0F0147200B=3A0A16222E:00037039454F0D332971152C4C48,090F476341382E0A=111D293505:00037039041A26271F1E202322,0F2F2C335129452E0D3A3B=222E3A0A16:000370396A450D332F4B154C,0F208A7D41381F2E14=0F1B273303:00030401061A16170F332E71292627200C02696A45514F0D2C2D4E497A,2B0B=0F1B273303:000304111A33152D2E302F71292A5284530770022B,0F6345203B=0F1B330327:00030418111617332E2D2F292A52845407020D302B,090F452001=0F1B273303:000304080618110F1A2E2D0D3371292A2C302F7566010239454E802B,632039=2430000C18:00036A7415384878,45751F20240F522E834F2E=182430000C:000301394F2E154763751F27,0F707A802629710D192035=14202C3808:0003391983845475,2E1F0F6A702971722A0D04=0F1B270333:00483F,6338200F2A=3B0B17232F:00481F2023221E27262189,0F292C2E1B=122A36061E:0076645089,8819=202C380814:0076777566262322271F201E,0F111852290D=101C283404:00763989,0F2036=1E2A360612:00788B89,0671292E25=010D192531:00784C00793989,0F29702E1F208A21=31010D1925:0006261F1E201D212322,0F2938111801=2A3606121E:00060403702C2E4C154947443D651F,0D2920=101C283404:0006522E261F20,0F712939=2632020E1A:00060724232227261F2025,520F157929382F22=31010D1925:0006547677,0F5229151F201B=0E1A320226:00061A161718110F292A0C26271F212A79700102212F49,470D=0814202C38:002876396577261F20,5283290F37=212D390915:0028397976771E232227,0F522E47442027=121E2A3606:006389,8822=101C280434:007B7C3989,881E=1830000C24:007B343589,8805=2E3A0A1622:00021719792B155D5466774962,010611180F292030=14202C3808:00020370454F0D3933192C2E2D156375261F202322,0F7123=0E1A260232:0002070818111A16175B153E445D5452848365647576,2038454F15=182430000C:0007385476771548,52061F2024=2D39091521:0007504089,0F29157030=15212D3909:0007504089,060F71702F2918=15212D3909:0007504089,880B=17232F0B3B:000770171989,0F2E20382F=0B17232F3B:00077089,522E1F8A202C=07131F2B37:000704036939487C4466,0F7011293821=1824000C30:000715547776,521F18=0E2632021A:0007030401021811171A0F2E2322271F1E706749528483,202F293800=0F1B330327:00077663,0F297138202C=0B17232F3B:000776776548,0F1118152E1F2017=121E2A3606:00077665776489,52830F208A14=1A2632020E:00077B7C4834353989,2952203B=2632020E1A:00076A386563,0F7D8A2066454F52754C15=1E2A360612:00076A0F3874485040,06707C2509=3606121E2A:00076A74504089,5229702C7D15=14202C3808:00076A74173926271F1E20,0F7029522B09=000C182430:00076A54196348767765,7920297115528A0D382B16=101C283404:000734357B7C3989,0F528329200C=06121E2A36:0007343589,290F7104=2E3A0A1622:0007343589,0F292F702012=182430000C:0007343589,0F71296B708003=15212D3909:0007343589,7129706300=0D19310125:0007010618111A332D302F15262322271E530270164C,560F712924=0E1A263202:000701020618111A175284835407230C7027,262038292C=111D293505:0007711F204840,010F29153814=17232F3B0B:00076527262322,1552835A201D0F382D=0D19253101:0007363F8B3989,09292C208A0F28=030F1B2733:000739483F66,0F208A2B0A=04101C2834:0007397B7C343589,0106522008=020E1A2632:0007396A48343589,0F203A=283404101C:00073934357B7C89,0F5223=3505111D29:000739343589,032010=0A16222E3A:000739343589,520F2F=111D293505:000739343589,8A200A=15212D0939:00077A7089,8817=17232F3B0B:000789,8D3B=172F3B0B23:000789,8815=1B2733030F:007C343589,881B=212D390915:007C343589,8812=15212D3909:006A79190F6F2627,6B46204538290B=380814202C:006A38075040,0F630141202B454F2D=121E2A3606:006A5040077448,702B2C0F2F292E=0B17232F3B:006A583F232227261F20,0F291547031C=232F3B0B17:006A6F391974,0F2E614447702C292F71201F38521F=31010D1925:0034353989,522E1F2B=0D19253101:00343589,060F5200=2A3606121E:00343589,7129565A01=131F2B3707:00343589,883B=111D350529:00343589,8800=152D390921:000150402627,0F292F2B1E=2733030F1B:00010F17505840,565A80385283846315=101C283404:000103020611187B7C2D4E616439201E0C26,522E474429=101C283404:0001030239450D297115332C2E4C,0F542070528438632C=101C283404:000103392E54837548,19700F58157A20381F=1830000C24:00010670175B71292A152322271E,03637C2B380F=0E1A263202:0001067052842E71291F20,030F38477533=131F2B3707:0001067011185B0D332C2E2D712909262322271F200C,0F5263250C=17232F0B3B:000106040318111A170F33292A26276A201D0C7A71077C1F1E74694F,520A=0D19253101:0001060403232226380F767754,568020152D=111D293505:000106025B7571295B04032D302F382B2A0D801E20,2E1F0F0F0C=0D19253101:00010607155B5C26271E2021165D83,38470F2920=16222E3A0A:000106073018110F3329271E0C7A0D75,3826201508=0F1B273303:00010618111A16332C2E2F2D27200C07483A450D,1552843825=0E1A263202:000102261E2027,03476F700F2971382E39=15212D3909:0001027007834878,2E388A201D17=131F2B3707:00010203450D3329152C2E2F5375,0F638A6A1D8A382D=0E1A263202:000102030D70332C2E29712F534426201F1E,0F38152F=121E2A3606:0001020370450D332C2E2D152971,0F52838A201D1B=1D29350511:0001020370528384631575712D2E4E3E581F1E1D,292C2B452620803A=222E3A0A16:0001020370392F2971152B54754C,458A1F0F20462C=14202C3808:0001020370392F80712B546675201E26,1F58472E152F=16222E3A0A:000102037039714515750D33,201D381F092E0F1103=32020E1A26:000102030F7039453319152E2D2F63751F0C1E20,71290D38472C=16222E3A0A:000102035270392E2D5863,0F381D2B2921201511=131F2B3707:0001020352666A,0F7020262938172F3A=2430000C18:00010203332C2E2F1558631F,0F1920707A2971264627=05111D2935:0001020311180F702E1F7952838468332D6749443E46630C1E1D21,292B2035=1C28340410:000102031118396375664819,1D4138702080291F=232F3B0B17:000102033945332C6375201D21,0F1929710D702D=101C283404:00010203390D3329152C2B751E20,2E1F54475352458316=111D293505:0001020339161745514F2C190F1A16152E2D2F304979,8D13=17232F3B0B:00010203396A79637566201D211E,29387D71707A30=101C283404:000102033911170D3319152E2F0947442627201F,8D25=3505111D29:000102031811392E2D19528384543E4463751F20,152F1A290F0D=0E1A263202:0001020626232227201E,0F2E03801F0F=101C283404:0001020617385483,030F47202B6B1B=2733030F1B:000102060F17705283797823221E2027,2E712910=121E2A3606:000102062A397129797B7C2E1F2425,162F5D20262B=182430000C:0001020603691817452C2E2D498344,412B6A09633808=3A0A16222E:0001020603700F7B7C2E1F692D48302F565A586366240C21,2B151A292039=17232F3B0B:000102060717706A33392D2E4E674447482322271E210C,71292B4F2023=33030F1B27:0001020607036A5D397C7C2163664744,0F4E25208A08=04101C2834:000102060775261F20,71290F70150C=101C283404:00010206111803302F565A802D4E2B881F261E0C,0D0F521B=16222E3A0A:00010206090D5B7952838454685D7B7C443D77656366201F1E,030F47454F24=010D192531:000102071283542627201D210C4C78,29580F2E6352032E1F01=32020E1A26:00010275261E0C2322,6303706F0F292E1F19=0E2632021A:000102081A158483262322270C1E,700F292E1B=101C283404:00011A1615262322271F1E200C214C,472B0F1124=3707131F2B:00013974150726271F1E200C,0F06520D297170382B4507=17233B0B2F:000118111A16175B154C26271E200C232279302F5D528384547543,0F297C7A03=17232F3B0B:000118111A332C2E2D1571292A2627200C7A1979,387C02=172F3B0B23:000118111A332C2E2D1571292A23222627200C7A791970302F5D5283845456,387C454F1F=0E1A263202:0001081811171A160F1571292A26271E20396476452B0D,632E523813=15212D3909:00211D1E232289,8D16=0E2632021A:006526232227201F,8926=05111D2935:00657689,6B0F5225=16223A0A2E:00654C89,8D03=2A3606121E:006589,2970472008=15212D3909:001A170F5B332E2D7129261E203E5D,1503528306=152139092D:001A170F1379232227761926,71293833=1C28340410:001A1715838444363F261F1E200C2322,0F476B52036338=14202C3808:001A2B5448701938754C,152E20242510=0D19253101:0039504089,8D39=283404101C:003926271E20747677642322480C06,2E1F38=0F1B273303:0039262322271E201D210C0748766465776A,150F382939=202C380814:0039332C2E2D2F152B4644261F1E,0F7019382971637A31=192531010D:0039787989,1F2E2010=101C283404:0039787089,2E1F8A034F206B29=05111D2935:00398B7989,0F200C=131F2B3707:0039077426271F1E20,0F29713852832B632D=14202C3808:0039076A7426271F2048,0F79197029717A382C=0E1A263202:00397C343548,8929=3B0B17232F:003934357B7C89,0F2028=16222E0A3A:0039343589,8D34=16222E3A0A:0039343589,880B=111D293505:0039343589,8805=17233B0B2F:0039343589,882E=101C283404:0039343589,8806=17233B0B2F:00390103040618111A17332C2E262322271E157A7071302F45631F2075,807C2B=0915212D39:00396577647969271E2322,52012E1F2620612D=16222E3A0A:00391A6A15384C4943363F7448,0F0379472B6319=192531010D:00394C786F89,0F2E442035=182430000C:003989,882A=121E2A3606:003989,8816=13191F252B313701070D:003989,8801=0D19310125:003989,880D=0F1B273303:0018112C2E01040607332D292A09270C2322696870302F47023945,382052801C=101C340428:00190F153917701A48,472E1F200334=1F2B370713:00195475667689,5229152E2019=222E3A0A16:004C504089,0F5215470A=3A0A16222E:005C702C2F802B154C78,5A562E1F208A45466319=102834041C:0089,090F1538=131F2B3707:71297C790001062A710F802D,5215705D2F=0E1A263202:7100030170391959152E2D2F2B39,0F201F4F75668A3824=030F1B2733:5483846376656419786A,298030201A=2430000C18:5452838479195D00012A0D7B7C2C2E3348156366242526201E,0F71292D=07131F2B37:54528384700001020339482D301571565A363F637566,06292B201F8A29=030F1B2733:54528384036F796A153E65,7129631D=2733030F1B:5452848303152F802C2D,2E1F208A7A700F29710C7D22=33030F1B27:118384155B20272E1F21,0F03380E=0E1A263202:1179302F842627201E,0071292E1F0E=06121E2A36:11177B7C52842C2E5B1F20,060071292F0F0E=101C283404:110F70528475660D7129,012E1F20262A=101C283404:110F03706A795215636626271E,0C012F38062C292B07=020E1A2632:110F0001702C2E7129201F,52060C=0E1A263202:110F00017052792E1F1E,71290D2B2020=293505111D:110F1A6A702C2E1952838453712F6375,45201500011D=101C340428:11037B7C2E2F7129,0F52200B=0E1A263202:11000170792C2E7129,0F52201F01=111D350529:110001527B7C2E75,0F2009=04101C2834:1100010206702D804E2B2620,0F52540D00=131F2B3707:110001392E1F20,0F712932=17232F3B0B:11715452838454292C2E302D4E092A0D50407970443D,5680410023=2B3707131F:111879690001020370396A2E2D528384543E637566,0F380D580F292000=222E3A0A16:111879076A1A171523221E27207924,5229700F1D012E292B0C2F0B=06121E2A36:111817000106702C2E71292A0D33802D302F4E2B44,0F52252029=07131F2B37:11180F000704030D7C684580302F153867534775,70204119=2430000C18:11180F00012A0D70795D7B7C39332D2C2E4E4863664C,064F478A2037=1E2A360612:11180F000152548471702C2E2D4E303348492A156144474C63,8A201F38450618=202C380814:11180F000128032A0D7129302C2E302F2D802B09411F1E20,5284543824=2F3B0B1723:11180F0001020370391952845329712B632E7B7C792D2C8020,385D151E=293505111D:11180F0001020339700D29716375662E1F2620,3815568016=16222E3A0A:11180F000102587B7C5283847971302F804B2B497675,09612E1F201E=232F3B0B17:11180F00010E715229702E79692C2E2D2B15093954444C6666,2F565A806132=131F2B3707:11180F71297052838454792A0D33802D153853201F1E212627,012F56476628=3707131F2B:11180F71297000010604032A0D793969302F33802D636675,201F52565A1E18=1D29350511:11180F5C000102030D332C2E195329711563261F202322,52843A=202C380814:11180370392A0D3329712C2F156375795B5D,450C8A00382E1F20010C=3A0A16222E:11185283847975661271393D692D15565A201E262322,292F060D0C02=30000C1824:111852838470795B302F404533802D152B39201E23221D212726,0F2E1F010D2923=2D39091521:111852838453546319297115030D332B2C,060F8A2E38201F38=0D19253101:111800020D041A796933483E5347446563751F1D212026,010F09150C17=2430000C18:1118000717161A2C2E3371292B56433D6375363F,0F010347208A09=020E1A2632:111800012A0D2C705271292E201F,1538617904=30000C1824:11180001032A0D70795B2C2E302F802D4E152B33714161201F26,520958470A=000C182430:11180001020439332C2E302F2B5844477515634C1F2721,0F520D19267A2971702037=232F3B0B17:111800010206037939695483845D2D2E4E446375661F262120,0F52290D7123=31010D1925:111800010206071979697C67474475664C,0F16298A2014=182430000C:11187129705B79000106032A0D397B6F7C802D2C2B61756627261E0C1D21,0F2E15414732=192531010D:111871545283842979397B7C69152B2A0D3348295324251F1D1E26,6B00702F800C201E=1F2B370713:5D0007363F232227261E21,037C0F471F202E=0E1A263202:6526232227201F,880E=111D293505:653989,8806=131F2B3707:363F6526232227201E89,8832=1A2632020E:1A454F548384,881D=121E2A3606:1A38712975,0F201A=0E1A263202:1A162623227954,0001710F290C=0F1B273303:1A16170F13152654,3852204F32=0F1B273303:1A5D453A332C2E2F4B25262322271F201E1D21,000F704723=2F3B0B1723:3950177089,522E1F0F201A=1D29350511:39701117302F713819297566,004551152C2E201D1F34=121E2A3606:393589,881A=15212D3909:393589,882C=182430000C:393589,8825=101C283404:393589,881C=2531010D19:394089,71294709636F7C440D=0D19253101:3948007889,8D38=2430000C18:394889,8811=111D293505:394889,882A=0E1A263202:3907,8807=0D19253101:39343589,8831=101C283404:393489,8801=222E3A0A16:390050404C89,0F528329692018=131F2B3707:39006A26201F,0F520D38580629712B09=380814202C:390001022C2E302F1575804B2D261F20,0D0F0319707D5229717A15=17232F3B0B:3989,8D11=0A16222E3A:181179838454637566,0F5229012007=111D293505:18117915384C,52200E=0C18243000:1811795B032C2E302F802D4163754C27261E1D2120,010D0F29521F29=16222E0A3A:1811795B5466,01202F=192531010D:181179000607040D03302F5283844F3A45512B1533664C47,090F702E208A2B=0B17232F3B:18117900012C2E5B1F20,0F710D52291A=122A36061E:181179190E332C2E2D52637566262322271F20,8D02=0F1B273303:181117332C2E1526232227201F1E3E,38030F522922=142038082C:181170792C2F7129,52201F=121E36062A:18117001061579,71292023=121E2A3606:18117000012C2E7129,522024=3505111D29:18110F390001020370390D3329711563752E1F0C201D,38525D1A=101C283404:18110F197983842E230C271F1E7A70525463,2620291503=111D293505:1811002E1F8384,0F2022=1824000C30:181100012C2E2F1F,0F3821=142038082C:181100012C2E2F1F20,0F5229=14202C3808:181100015B3875,2E2034=15212D3909:181100012A0D2C2E2F2B2D302F4E447129841F,0F09416138200F=0814202C38:181100012A0D52842953411E20,2E1F0F47152F=131F2B3707:18110001032A0D845B7129302F791533536678,0F208A1F1D33=17232F3B0B:18115452840001712970802D2C2E302F2B2A0D78791F,0F204758610E=0F1B273303:18111A16175B3315262322271F1E201D215D838454433E363F754551,00030F290D=0C18243000:18115C0001702A2C2E2F5283847129795B6375802D154C,1F208A2407=15212D3909:88,262052830D=17232F3B0B:88,8D17=102834041C:88,8D0B=15212D0939:88,8D24=121E2A0636:88,8D09=17232F0B3B:88,8D13=111D293505:1979,3F2F2E45207D37=112935051D:1966583F6589,8831=16222E3A0A:4C4089,880C=0C18243000:4C78,297172380D2A2E0F47484112=16222E3A0A:5C0F1811790070528471291F20,2F0380512514=1C28340410:5C0001020652835B0E03804B2D4E2B752024210C06,292E565A36=1A2632020E:5C11180001027170520D298483292B15200C,03802E386333=15212D3909:89,6B34=111D293505:89,8D', + TIME_YI_JI:'0D28=,2C2E2128=,2C2E0110=,2C2E0C1F=,2C2E7A701B1C=,01022308=,01026D003026=,000106037A702D02=,000106037A702802=,000106037A703131=,000106037A70341B=,000106087A701F0E=,000106087A702E15=,000106087A702C2E0E39=,000106087A702C2E0D2B=,881727=,88032D=,88352F=,882B2F=,882125=,882A22=,880C1E=,880220=,88161A=,882018=,883422=,880113=,880B11=,883315=,882915=,881F17=,88150D=,88122E=,88302A=,88262A=,883A28=,880826=,881C2C=,881905=,882303=,880F09=,88050B=,883701=,882D01=,88060C=,882410=,881A12=,882E0E=,88380E=,881010=,883630=,881834=,880E38=,882232=,882C30=,88043A=,881E0A=,880006=,883208=,880A04=,881400=,882808=,883137=,883B35=,882737=,881D39=,88133B=,880933=,88251D=,882F1B=,881B1F=,88111D=,880719=,88391B=,88212D=,7A702C0B15=,7A70551515=,7A70552D00=,7A7D2C2E1334=382C,000106083528=382C,7A70000106080504=382C7A6C55700F197120,00010608223A=380006082C,01026D0D2C=380006082C,01027A70551D30=380006082C0F71295283,01027A703636=380006082C0F71295283,0102416D1226=380006082C7A706C550F297120,0102251C=380006082C7A6C55700F197120,01026D2300=3800010608,2C2E0324=3800010608,7A702C2E082E=3800010608,7A70552C2E3B34=38000106082C,2F8026330C=38000106082C,2F80267A701622=38000106082C7A70556C0F197120,1904=38000106082C7A6C55700F197120,1514=38000106087A70556C0F197120,2C2E3138=38000106087A70556C0F197120,2C2E0B10=38000106087A6C55700F197120,2C2E2B28=387A6C55700F197120,000106082C2E2E16=38082C,000106037A700E3A=38082C,000106037A703708=38082C6C550F197120,000106037A701B20=38082C6C550F197120,000106037A70111C=38082C6C550F197120,000106037A703A2D=2C38,000106082733=2C38,000106081015=2C38020F71295283,000106083817=2C2920,7A700F03=2C2920,616D1839=2C292070556C100F,00010608161B=2C2920020F7100010608,302B=2C2920556C0F1971,7A701E07=2C2920010F,1B1B=2C2920010670100F00,352B=2C292000010206100F70,082B=2C292000010206100F707A,0C21=2C292000010870556C100F7A,0617=2C29206C0F1971,7A70552807=2C29207A70556C0F197100010206,122F=2C29207A706C55100F1971,1017=2C29207A706C55100F1971,2731=2C20,616D0436=2C2070550F,7A7D01022E12=2C200F71295283,01021831=2C20556C0F1971,7A702912=2C20100F52,01026D1D33=2C807138152952,000106080E31=2C80713815295270556C100F,000106083201=2C80713815295270556C100F7A,000106080327=2C80713815295202100F,000106037A702B2B=2C80713815295202100F,000106037A702801=2C80713815295202100F,000106083639=2C80713815295202100F7A7055,00010608341D=2C807138152952556C100F,000106037A701B23=2C807138152952010F6C55,7A70302D=2C8071381529520102100F7A7055,2231=2C8071381529520102100F7A6C55,1F13=2C80713815295200010206100F20,7A70313B=2C8071381529526C550F,000106037A701A15=2C8071381529527A70550F,000106080219=2C8071381529527A70556C0F19,000106082E0D=2C80713815295208556C100F,000106037A70161F=2C80711529525670556C100F,000106083813=2C80711529525670556C100F,000106082D05=2C807115295256020F7A706C55,2237=2C80711529525602100F,000106081F0D=2C80711529525602100F55,000106037A702627=2C8071152952560102100F7A706C,2C33=2C8071152952560102100F7A706C,0939=2C80711529525601100F7A7055,416D021F=2C80711529525600010206100F70,0E37=2C80711529525600010870556C10,2129=2C8071152952566C550F,7A702519=2C8071152952566C550F19,7A702417=2C8071152952566C55100F19,000106037A70043B=2C8071152952566C55100F19,000106037A700C1B=2C8071152952566C55100F19,7A703B31=2C8071152952566C100F19,7A705500010603172D=2C8071152952567A70550F,416D3A2F=2C8071152952567A70556C100F,1901=2C8071152952567A706C55100F19,1119=2C8071152952567A6C55700F19,1C2B=2C80711529525608556C100F,000106037A701403=2C80711529525608556C100F,000106037A70071D=2C80711529525608100F55,000106037A701908=292C20,7A7D01026D2E0F=292C200102100F7A7055,032C=292C20000608,0102071C=292C206C550F1971,000106037A700E33=292C207A70556C000108,0503=2920550F,7A702C2E0721=2920556C100F,7A702C1225=2920000108556C100F,7A702C2E1F11=2900010870556C100F7A,032C201A11=297A70556C100F,032C200E35=297A70556C100F,032C20000A=70556C0F197120,7A7D3A29=70556C100F2C20,000106081C25=70556C100F2C20,000106082805=70556C100F2C20,000106082F20=70556C100F2C20,00010608150C=70556C100F29522002,7A7D000106033314=70556C100F,00010608032C20122A=70556C08,7A7D000106032415=70100F2C715220,000106081A0D=4B0F2C20,000106037A701902=4B0F2C20,000106080E3B=4B0F20,7A702C000106032E17=0F2C09382920,7A7000010603363B=0F2C093829206C55,000106037A70082C=0F29528320,7A2C71707D01026D0718=0F712952832C20,7A7D01021C26=0F712952832C20,7A7D01026D3918=0F712952832C2038000608,01027A70552126=0F712952832C2010,01021330=0F712952832C207A7055,01021118=0F712952832C207A7055,01023524=0F715220,7A70552C2E3419=20556C0F1971,7A702C2E1D31=2000010206100F,7A702C1E05=0270290F2C207A,00010608212C=0270550F,00010608032C200C23=0270550F,00010608032C203706=0270550F20,000106082C2E2520=0270550F20,7A7D000106032E13=0270550F202C807115295256,000106081620=020F29528320,000106087A2C71707D0112=020F2952832055,7A2C71707D000106030F08=020F20,7A7055000106032A23=020F712952832C20,2521=020F712952832C20,000106082F21=020F712952832C20,000106080003=020F712952832C20,7A700432=020F712952832C2038000106086C,7A701E03=020F712952832C2070556C10,000106081623=020F712952832C2001,2236=020F712952832C2001,000B=020F712952832C2001,7A70552C36=020F712952832C20013800,416D341E=020F712952832C20017055,7A7D0E32=020F712952832C200110,7A7D0329=020F712952832C2001107A706C55,262D=020F712952832C20017A7055,1229=020F712952832C2000010608,122D=020F712952832C2000010608,1011=020F712952832C2000010608,0A0B=020F712952832C2000010608,1F0F=020F712952832C2000010870556C,1A0E=020F712952832C206C55,7A703312=020F712952832C2010,000106037A70172A=020F712952832C2010,7A7055000106033B3B=020F712952832C2010,416D000106037A700B12=020F712952832C20106C55,000106037A700615=020F712952832C207A7055,3203=020F712952832C207A7055,201B=020F712952832C207A706C5510,2023=020F712952832C207A6C7055,2A1B=020F7129528320,000106087A702C2629=020F7129528320,7A702C2E3709=020F7129528320,7A702C000106083A24=020F7129528320,7A70552C2E341A=020F712952832038000106087A70,2C2E1C2D=020F712952832001,7A702C2E0611=020F712952832001,7A702C2E021A=020F712952832001,7A7D2C2E3815=020F71295283200100,7A702C2E3024=020F71295283200110,616D2C2E093B=020F71295283206C55,7A702C2E000106030505=020F71295283206C55,7A702C030C1A=020F71295283207A706C55,000106082C2E3705=020F712952837A706C55,032C201F0C=02550F20,000106037A700508=02550F20,000106037A703029=02550F20,000106087A702C2E3027=02550F202C807115295256,000106037A703526=02100F2C29528320,000106037A70150E=02100F2C29528320,00010608380F=02100F2C29528320,000106083527=02100F2C29528320,7A70000106031C27=02100F2C2955528320,000106081227=02100F2C29555283207A706C,00010608060F=02100F2C29555283207A706C,000106081D34=02100F7020,7A7D000106030F02=02100F7055528315,2F8026000106083920=02100F7055528315,2F802600010608212A=02100F7055528315,000106082A20=02100F7055528315,000106083A26=02100F7055528315,000106080439=02100F7055528315,000106080008=02100F7055528315,000106081B21=02100F7055528315,00010608071B=02100F7055528315,000106080D24=02100F7055528315,000106082C2E2C32=02100F7055528315,000106082C2E2B2C=02100F7055528315,00010608032C201402=02100F7055528315,00010608032C20391C=02100F7055528315,7A7D000106031F10=02100F705552831538,2F8026000106082D06=02100F70555283157A,2F802600010608290D=02100F20,7A702C000106032416=02100F20,616D000106037A702C34=02100F20292C,7A70000106031C2A=02100F528315,7A7055000106032234=02100F528315,7A7055000106032A21=02100F55528315,000106037A703313=02100F55528315,000106037A700509=02100F55528315,000106037A702D03=02100F55528315,000106037A700613=02100F55528315,000106037A702235=02100F55528315,000106037A70391D=02100F55528315,000106037A70100F=02100F55528315,000106087A702C111B=02100F55528315,000106087A702C2E2916=02100F55528315,7A2C71707D000106030430=02100F55528315,7A2C71707D000106033B32=02100F55528315,7A2C71707D000106081903=02100F55528315,7A702C2E000106033A27=02100F55528315,7A702C000106030931=02100F55528315,7A702C000106030C1C=02100F55528315,7A70000106032735=02100F555283152C8071,000106037A700B13=02100F555283152C807138,000106037A701517=02100F555283152C807138,000106037A702917=02100F555283156C,000106037A703136=550F522010,7A2C71707D01022A1E=550F715220,7A702C2E1333=550F715220,7A702C2E000106081405=556C,000106087A702C2E0433=556C,7A70000106083B38=556C0F197120,7A702C2E1E01=556C0F19712001,7A702C2E190B=556C000108,7A70230B=556C000108,7A702C2E1A0F=556C0001082C807115295256,7A701830=556C0008,7A2C71707D01023814=556C100F295220,7A2C71707D03082F=556C100F295220,7A702C0C1D=556C100F295220,7A702C2E00010603021D=556C100F295220,7A70000106031121=556C100F2952202C,7A701835=556C100F2952202C80713815,000106037A703B30=556C100F29522002,000106037A70290C=556C100F29522002,7A70000106030930=556C100F2952200238,000106037A702B27=556C100F2952200102,7A702C2E3812=556C08,000106037A701012=556C08,000106037A701621=556C08,7A702C2E000106033209=556C08,7A702C2E000106032021=556C082C807138152952,000106037A700009=556C082C807138152952,000106037A702A1D=807138152952000170100F,032C200A05=807138152952000170100F,032C20273B=8071381529527A706C550F,032C203423=80711529525600010870556C100F,032C201511=80711529525600010870556C100F,032C20183B=80711529525600010870556C100F,032C203311=010F2C80093829206C55,7A702B29=010F2C80093829206C55,7A70616D3A25=010F2C09382920,7A70550825=010F2C093829207A6C5570,201E=010F09382920,7A702C2E352E=010670100F2C71522000,1C28=010670100F7152207A6C55,2C2E2E11=0106100F7152,7A70032C203205=0106100F71526C,7A70032C202A19=0102290F20,7A702C2E2A1F=010270290F2C207A6C55,2413=010270290F2C207A6C55,0437=010270290F2C207A6C55,0935=010270550F,032C201B18=010270550F20,2B24=010270550F20,2F80261906=010270550F20,2C2E2732=010270550F20,2C2E071A=010270550F20,2C2E3700=010270550F20,7A7D1724=010270550F203800,2F80263921=010270550F202C29,416D290F=010270550F202C807138152952,1619=010270550F202C8071381529527A,3207=010270550F202C80711529525600,0829=010270550F2000,060D=010270550F2000,0001=010270550F2000,2736=010270550F207A,1B1E=010270550F207A,2C2E140B=010270550F207A6C,0114=010270550F7A6C,032C202C3B=010270550F7A6C,032C20201F=0102550F20,7A702C1A13=0102550F20,7A702C3637=0102550F20,7A702C280B=0102550F20,7A702C223B=0102550F20,7A702C032D04=0102100F2C29528320,7A701409=0102100F2C29528320,7A70552307=0102100F2C2952832000,0005=0102100F295283,032C207A700A00=0102100F2955528320,7A2C71707D082D=0102100F2955528320,7A702C2E2809=0102100F295552832000,7A702C2E2B2D=0102100F7055528315,021E=0102100F7055528315,0C20=0102100F7055528315,2F80263420=0102100F7055528315,2F80261510=0102100F7055528315,2F80262E10=0102100F7055528315,2F80262806=0102100F7055528315,2F80263134=0102100F7055528315,2F80261D38=0102100F7055528315,2F8026251A=0102100F7055528315,2F80263A2A=0102100F7055528315,2F80267A7D1120=0102100F7055528315,2F80267A7D0824=0102100F7055528315,2C2E1E00=0102100F7055528315,2C2E7A2F1D=0102100F7055528315,032C200A06=0102100F7055528315,7A7D2C2E1C2E=0102100F70555283153800,2F80261832=0102100F70555283153800,2C2E280A=0102100F70555283153800,2C2E320A=0102100F705552831538007A,2738=0102100F705552831538007A6C,2F80260720=0102100F705552831538007A6C,2F8026032B=0102100F70555283152C292000,1907=0102100F70555283152C292000,3703=0102100F70555283152C292000,2739=0102100F70555283152C29207A,251B=0102100F70555283152C29207A,2B25=0102100F70555283152C29207A6C,1331=0102100F70555283152C207A,0D29=0102100F70555283152C80717A,1B1D=0102100F70555283158071,032C200D2D=0102100F705552831500,1725=0102100F705552831500,352D=0102100F705552831500,0C19=0102100F705552831500,150F=0102100F705552831500,3025=0102100F705552831500,0F07=0102100F705552831500,1E09=0102100F705552831500,251F=0102100F705552831500,010C=0102100F705552831500,2F80261A10=0102100F705552831500,2F80261016=0102100F705552831500,2F80260934=0102100F705552831500,2F80262910=0102100F705552831500,2F80267A7D1A14=0102100F705552831500,2C2E2304=0102100F705552831500,7A7D3421=0102100F7055528315002C2920,212F=0102100F7055528315002C807138,111F=0102100F7055528315002C807138,3135=0102100F7055528315008071,032C200828=0102100F7055528315007A6C,2022=0102100F70555283156C,7A7D140A=0102100F70555283156C,7A7D2C2E2127=0102100F70555283157A,1618=0102100F70555283157A,0B0F=0102100F70555283157A,1836=0102100F70555283157A,172E=0102100F70555283157A,2F8026352A=0102100F70555283157A,2F80262B2E=0102100F70555283157A,2F8026082A=0102100F70555283157A,2F80262306=0102100F70555283157A,2F80263702=0102100F70555283157A,2F80262C38=0102100F70555283157A,2F80261E06=0102100F70555283157A,2F80261B1A=0102100F70555283157A,2F8026032A=0102100F70555283157A,2C2E1F14=0102100F70555283157A,2C2E3810=0102100F70555283157A,2C2E262C=0102100F70555283157A29,032C20201A=0102100F70555283157A00,2F80260A02=0102100F70555283157A00,2F80261838=0102100F70555283157A6C,2F80260E34=0102100F70555283157A6C,2F80260438=0102100F70555283157A6C,2C2E2F1A=0102100F70555283157A6C,2C2E2305=0102100F528315,7A70553525=0102100F5283152C8071,7A70550723=0102100F528315807138,7A7055032C200D2A=0102100F55528315,2F80267A2C71707D3316=0102100F55528315,2F80267A2C71707D1224=0102100F55528315,2F80267A2C71707D212E=0102100F55528315,2F80267A700616=0102100F55528315,2F80267A70380C=0102100F55528315,2F80267A700434=0102100F55528315,2F80267A702A18=0102100F55528315,7A2C71707D2628=0102100F55528315,7A2C71707D100C=0102100F55528315,7A2C71707D2F80261729=0102100F55528315,7A701F15=0102100F55528315,7A70240E=0102100F55528315,7A703632=0102100F55528315,7A701339=0102100F55528315,7A700115=0102100F55528315,7A702C2C37=0102100F55528315,7A702C320B=0102100F55528315,7A702C3206=0102100F55528315,7A702C2E2238=0102100F55528315,616D2F80267A2C71707D3816=0102100F555283153800,2F80267A701406=0102100F555283153800,2F80267A700111=0102100F555283152C8071,7A700501=0102100F555283152C8071,7A70370B=0102100F555283152C807138,7A703B37=0102100F555283152C80713800,7A701C2F=0102100F555283152920,7A702C240F=0102100F555283152920,7A702C0A03=0102100F555283152920,7A702C0221=0102100F55528315292000,7A702C2E3317=0102100F55528315292000,7A702C2E3634=0102100F5552831500,2F80267A2C71707D3028=0102100F5552831500,7A2C71707D111A=0102100F5552831500,7A2C71707D071E=0102100F5552831500,7A2C71707D2913=0102100F5552831500,7A702F19=0102100F5552831500,7A702301=0102100F5552831500,7A702C3919=0102100F5552831500,7A702C3B33=0102100F5552831500,7A702C2E0223=0102100F5552831500,7A702C03032F=0102100F55528315006C,7A702C2E262E=0102100F555283156C,2F80267A70032E=0102100F555283156C,7A2C71707D0F0B=0102100F555283156C,7A701D3B=0102100F555283156C,7A702C2E030116=01100F1571292C20,2F80267A703200=01100F1571292C20,7A7055370A=01100F1571292C2000,7A701B22=01100F1571292C2000,7A701E04=01100F1571292C2000,416D1336=01100F1571292C20007A70556C,391A=01100F1571292C20007A6C7055,1C24=01100F1571292C207A7055,2F80260D2E=01100F15712920,7A702C2E2D0A=01100F15712920,7A702C2E2800=01100F15712920027A7055,2C2E251E=01100F157129207A70556C,2C2E1228=01100F157129207A70556C,416D2C2E050A=01100F5220,7A70550000=01100F5220,616D2624=01100F5220,616D2F80267A702804=01100F5220006C,7A70550F06=01100F52207A70556C,2C2E2F1E=01100F52207A70556C,2C2E1014=01100F527A70556C,032C20161E=01100F712920,7A702C2E0A0A=01100F71522C2920,616D161C=0070100F292C20,01020F04=0006100F7020,7A7D01026D183A=0006100F7020,616D0102201C=0006100F20,7A2C71707D01026D1D37=000170100F292C20,2F18=000170100F292C802038,161D=00014B0F,032C201338=00014B0F2C2002,2F80261728=00014B0F20,2C2E0F0A=00014B0F20,7A2C71707D1833=00014B0F20,7A702C1407=00014B0F20,7A702C1401=0001060838,2C2E1123=0001060838,416D032C202019=000106082C38,2C31=000106082C38,391F=000106082C38,2523=000106082C38,7A70416D1C29=000106082C38020F71295283,3811=000106082C38020F71295283,7A700937=000106082C386C550F197120,7A700117=00010252100F29202C7A706C55,1337=00010206700F202C807138152952,3A2E=00010206100F7020,616D0610=00010206100F20,7A2C71707D0328=00010206100F20,7A700F01=00010206100F20,7A702C3310=00010206100F20,7A702C2E3139=0001100F298020,7A702C2625=00010870556C100F2C20,1909=00010870556C100F2C20,391E=00010870556C100F2C20,2124=00010870556C100F2C20,2F80267A7D0F00=00010870556C100F2C2038,2D09=00010870556C100F2C2002,0500=00010870556C100F2C207A,2C39=00010870556C100F2C207A,2518=00010870556C100F2C207A,0B0C=00010870556C100F2C207A,2F80262911=00010870556C100F7A,032C200007=000108556C100F2C2029,7A700A07=000108556C100F2C2029,7A701332=000108556C100F20,2C2E7A70100D=000108556C100F20,7A702C2E2239=000108556C100F20,7A702C2E0A01=000108556C100F20,7A702C2E380D=0001086C100F2C20,7A70551D36=0001086C100F2C20,7A70552F1F=000108100F70552920,010D=000108100F70552920,616D0507=000108100F705529202C80713815,0B0D=000108100F705529202C8071157A,3133=000108100F7055292002,2309=000108100F7055292002,416D0002=000108100F705529207A,2F80263202=000108100F705529207A,2F80263638=000108100F705529207A,2C2E2A1A=000108100F705529207A38,2F80262414=000108100F705529207A6C,2C2E2E14=000108100F552920,7A2C71707D1404=000108100F552920,7A2C71707D0B17=000108100F552920,7A70330D=000108100F552920,7A702C172F=000108100F552920,7A702C2E3707=000108100F5529206C,616D7A702C2E302E=6C55700F197120,2C2E7A7D0C22=6C55700F197120,7A7D01026D1E02=6C550F297120,000106037A703923=6C550F297120,7A702C2E03230A=6C550F1920,7A2C71707D240C=6C550F19200210,7A2C71707D000106031A16=6C550F197120,000106037A701513=6C550F197120,7A703A2B=6C550F197120,7A701837=6C550F197120,7A702F23=6C550F197120,7A702F22=6C550F197120,7A702D07=6C550F197120,7A702C2E3922=6C550F197120,7A700102093A=6C550F197120,7A70000106031B19=6C550F197120,616D7A70071F=6C550F197120,616D7A702C2E212B=6C550F197120,616D7A702C2E000106032734=6C550F197120292C,000106037A700325=6C550F1971200001020610,7A702C122B=6C550F19712008,000106037A702411=6C100F2952,7A7055032C20010E=100F2C29528320,01023704=100F2C29528320,0102363A=100F292C206C55,000106037A702B26=100F2920,7A2C71707D01026D302C=100F7055528315,01021E08=100F7055528315,01022730=100F7055528315,01021512=100F7055528315,010200352C=100F7055528315,7A7D01026D2F1C=100F7055528315,7A7D01026D0222=100F70555283153800,01026D2412=100F70555283157A,01022230=100F70555283157A,0102060E=100F70555283157A6C,01022C3A=100F70555283157A6C,01026D1F12=100F1571292C20,01026D3B36=100F1571292C20,01026D1516=100F1571292C20,000106037A702302=100F1571292C20,000106037A701D32=100F1571292C20,000106082F8026330E=100F1571292C20,000106086D2A1C=100F1571292C20,7A7001026D313A=100F1571292C20,7A7000010603341C=100F1571292C20,416D7A70000106032B2A=100F1571292C2002,000106037A700326=100F1571292C20556C,000106037A70273A=100F1571292C2000,01026D0722=100F1571292C2000,01026D2E0C=100F1571292C206C55,000106037A701408=100F1571292C207A706C55,01022020=100F1571292C207A706C55,000106081726=100F1571292C207A6C7055,0102290E=100F1571292C207A6C7055,000106080932=100F1571292C207A6C7055,000106080D26=100F52,00010608032C20100E=100F5283153800,01027A70550B16=100F5220,2F8026000106081122=100F5220,6D010200133A=100F5220,01026D1F16=100F5220,000106037A703132=100F5220,000106083B3A=100F5220,000106082522=100F5220,00010608190A=100F5220,000106082C2E021C=100F5220,7A70000106030936=100F52202C,01026D3A2C=100F52206C55,01027A701A0C=100F52206C55,000106037A700E30=100F52206C55,000106037A700A08=100F52207A706C55,000106083204=100F52207A6C5570,01026D0B0E=100F55528315,01027A2C71707D0004=100F55528315,7A2C71707D01026D1D3A=100F55528315,7A2C71707D01026D3418=100F5552831500,7A2C71707D0102201D=100F712920,7A702C2E00010608030E36=100F71522C2920,01023635=100F715229,00010608032C20021B=7A70550F2C715220,1900=7A70550F715220,2C2E0A09=7A70556C,00010608172C=7A70556C,00010608032C200B14=7A70556C,00010608032C202914=7A70556C0F197120,2C2E0938=7A70556C0F197120,000106082C2E111E=7A70556C000108,0502=7A70556C000108,2F80260D2F=7A70556C0001082C807138152952,2D0B=7A70556C0001082C807138152952,3633=7A70556C0001082C807115295256,0C18=7A70556C0008,01020218=7A70556C0008,0102302F=7A70556C100F295220,000106082C35=7A70556C100F295220,000106081E0B=7A70556C100F2952202C807115,3130=7A70556C100F29522002,000106080506=7A70556C100F29522001,2C2E330F=7A70556C100F29522001022C8071,010F=7A70556C100F295220010200,0435=7A70556C100F295280713815,032C200614=7A70556C100F295201,032C20122C=7A70556C100F29520102,032C203B39=7A706C550F297120,0F05=7A706C550F297102,032C200D25=7A706C550F19712001,616D2233=7A706C550F19712000010608,2626=7A6C70550F197120,01021A17=7A6C70550F197120,00010608262F=7A6C70550F1971202C29,000106083529=7A6C70550F19712002,616D000106082D08=7A6C70550F197120103800,0102341F=7A6C55700F197120,2C2E172B=082C38,7A7055000106030D27=082C38,7A70000106030827=08556C100F2C20,000106037A702803=08556C100F2C20,000106037A701013=08556C100F2C20,7A7000010603262B=08556C100F2C20,7A7000010603240D=08556C100F2C20,7A70000106033631=08556C100F2C20,7A70000106030431=08556C100F20,7A702C2E000106031D35=08100F552920,000106037A701335=08100F552920,000106037A700612=08100F55292038,000106037A70', + SHEN_SHA:[ + '{s.none}', + '{sn.tianEn}', + '{sn.muCang}', + '{sn.shiYang}', + '{sn.shengQi}', + '{sn.yiHou}', + '{sn.qingLong}', + '{sn.zaiSha}', + '{sn.tianHuo}', + '{sn.siJi}', + '{sn.baLong}', + '{sn.fuRi}', + '{sn.xuShi}', + '{sn.mingTang}', + '{sn.yueSha}', + '{sn.yueXu}', + '{sn.xueZhi}', + '{sn.tianZei}', + '{sn.wuXu}', + '{sn.tuFu}', + '{sn.guiJi}', + '{sn.xueJi}', + '{sn.yueDe}', + '{sn.yueEn}', + '{sn.siXiang}', + '{sn.wangRi}', + '{sn.tianCang}', + '{sn.buJiang}', + '{sn.yaoAn}', + '{sn.wuHe}', + '{sn.mingFeiDui}', + '{sn.yueJian}', + '{sn.xiaoShi}', + '{sn.tuHu}', + '{sn.wangWang}', + '{sn.tianXing}', + '{sn.tianDe}', + '{sn.guanRi}', + '{sn.jiQi}', + '{sn.yuYu}', + '{sn.daShi}', + '{sn.daBai}', + '{sn.xianChi}', + '{sn.zhuQue}', + '{sn.shouRi}', + '{sn.tianWu}', + '{sn.fuDe}', + '{sn.liuYi}', + '{sn.jinTang}', + '{sn.jinKui}', + '{sn.yanDui}', + '{sn.zhaoYao}', + '{sn.jiuKong}', + '{sn.jiuKan}', + '{sn.jiuJiao}', + '{sn.xiangRi}', + '{sn.baoGuang}', + '{sn.tianGang}', + '{sn.siShen}', + '{sn.yueXing}', + '{sn.yueHai}', + '{sn.youHuo}', + '{sn.chongRi}', + '{sn.shiDe}', + '{sn.minRi}', + '{sn.sanHe}', + '{sn.linRi}', + '{sn.tianMa}', + '{sn.shiYin}', + '{sn.mingFei}', + '{sn.siQi}', + '{sn.diNang}', + '{sn.baiHu}', + '{sn.yueDeHe}', + '{sn.jingAn}', + '{sn.yuTang}', + '{sn.puHu}', + '{sn.jieShen}', + '{sn.xiaoHao}', + '{sn.tianDeHe}', + '{sn.yueKong}', + '{sn.yiMa}', + '{sn.tianHou}', + '{sn.chuShen}', + '{sn.yuePo}', + '{sn.daHao}', + '{sn.wuLi}', + '{sn.tianLao}', + '{sn.yinDe}', + '{sn.fuSheng}', + '{sn.tianLi}', + '{sn.zhiSi}', + '{sn.yuanWu}', + '{sn.yangDe}', + '{sn.tianXi}', + '{sn.tianYi}', + '{sn.siMing}', + '{sn.yueYan}', + '{sn.diHuo}', + '{sn.fourHit}', + '{sn.daSha}', + '{sn.daHui}', + '{sn.tianYuan}', + '{sn.liuHe}', + '{sn.wuFu}', + '{sn.shengXin}', + '{sn.heKui}', + '{sn.jieSha}', + '{sn.siQiong}', + '{sn.gouChen}', + '{sn.chuShuiLong}', + '{sn.baFeng}', + '{sn.tianShe}', + '{sn.wuMu}', + '{sn.baZhuan}', + '{sn.yinCuo}', + '{sn.siHao}', + '{sn.yangCuo}', + '{sn.siFei}', + '{sn.sanYin}', + '{sn.xiaoHui}', + '{sn.yinDaoChongYang}', + '{sn.danYin}', + '{sn.guChen}', + '{sn.yinWei}', + '{sn.xingHen}', + '{sn.liaoLi}', + '{sn.jueYin}', + '{sn.chunYang}', + '{sn.qiNiao}', + '{sn.suiBo}', + '{sn.yinYangJiaoPo}', + '{sn.yinYangJuCuo}', + '{sn.yinYangJiChong}', + '{sn.zhuZhen}', + '{sn.yangCuoYinChong}', + '{sn.qiFu}', + '{sn.tianGou}', + '{sn.jiuHu}', + '{sn.chengRi}', + '{sn.tianFu}', + '{sn.guYang}', + '{sn.jueYang}', + '{sn.chunYin}', + '{sn.liuShe}', + '{sn.yinShen}', + '{sn.jieChu}', + '{sn.yangPoYinChong}' + ], + DAY_SHEN_SHA:'100=010203040506,0708090A0B101=010C0D,0E0F101112131415102=16011718191A1B1C1D1E,1F20212223103=24011825261B271D1E,28292A2B104=012C2D2E2F3031,3233343536105=3738,393A3B3C3D123E106=3F404142434445,464748107=494A4B4C4D,4E108=4F5051524C4D5345,54555657109=58595345,5A5B12565C10A=5D415E5F60,616263640B6510B=0266676869,6A6B6C0A3E6D10C=1602171803041B05061E,07086E10D=24181B0C0D,0E0F1011126F13141510E=70191A1C1D,1F2021222310F=0125261B271D,28292A2B110=012C2D2E2F3031,3233343536111=49013738,393A3B3C3D123E112=4F50013F404142434445,4648113=014A4B,4E6E114=51524C4D5345,54550B5657115=0158595345,5A5B12565C116=1601185D415E5F60,61626364117=24021867681B69,6A6B3E6D118=0203040506,0708119=1B0C0D,0E0F10111213141511A=191A1B1C1D1E,1F2021222311B=4925261B271D1E,28292A11C=4F502C2D2E2F3031,323334353611D=3738,393A3B3C3D123E11E=3F404142434445,460B4811F=4A4B,4E71120=16171851524C4D5345,545556121=241858595345,5A5B12565C122=5D415E5F60,61626364123=0267681B69,6A6B3E6D124=0203041B05061E,070847125=491B0C0D,0E0F101112131415126=4F50191A1C1D1E,1F20212223127=2526271D1E,28292A2B128=2C2D2E2F3031,32333435360B129=3738,393A3B3C3D123E12A=1617183F404142434445,464812B=24184A4B,4E7212C=51524C4D53,5455565712D=0158595345,5A5B12565C12E=015D415E5F60,616263647312F=49010267681B69,6A6B3E6D130=4F500102030405061E,070874131=010C0D,0E0F101112131415726E132=191A1C1D1E,1F2021220B722375133=2526271D1E,28292A2B134=1617182C2D2E2F3031,3233343536135=24183738,393A3B3C3D126F3E136=3F4041424344,4648137=4A4B,4E72138=51524C4D5345,545576567257139=4958595345,5A5B7612565C7713A=4F505D415E5F60,6162636413B=02676869,6A6B3E6D200=1601025D60,393B28292A11090A201=0103041A1B4A,123435360B6D202=011819681B4C1D061E,3D1014203=011718252F591D0D1E,1F20213233204=012C26,3C23205=493751522D2E69,121364223E2B206=503F4005311E,6A3A5A5B207=5841440C38,4615208=431C4D45,6B4E5648209=27534B45,545507086162125620A=16666730,0E0F635720B=0241425E5F1B,6C0A0B3E5C20C=02185D1B601E,393B28292A116E20D=171803041B4A,126F3435366D20E=7019684C1D06,3D101420F=4901252F591D0D,1F2021323378210=50012C26,3C23211=013751522D2E69,121364223E2B212=013F40053145,6A3A5A5B213=015841440C38,46156E214=16431C4D5345,6B4E5648215=27534B45,545507086162120B5648216=18671B30,0E0F6357217=02171841425E5F1B,3E5C218=025D60,393B28292A11219=4903041A1B4A,123435366D21A=5019681B4C1D061E,3D101421B=252F591D0D45,1F2021323321C=2C26,3C2321D=3751522D2E69,121364223E2B21E=163F40053145,6A3A5A5B21F=5841440C38,467147150B220=18431C4D5345,6B4E5648221=171827534B45,5455070861621256222=6730,0E0F6357223=490241425E5F1B,3E5C224=50025D1B601E,393B28292A11225=03041A4A,123435366D226=19684C1D061E,3D1014227=252F591D0D1E,1F20213233228=162C26,3C23229=3751522D2E69,121364220B3E2B22A=183F40053145,6A3A5A5B22B=17185841440C38,46157222C=431C4D53,6B4E564822D=490127534B45,54550708616212567922E=5001671B30,0E0F635722F=010241425E5F,3E5C230=01025D601E,393B28292A1174231=0103041A4A,1234353647726E6D232=1619684C1D061E,3D1014233=252F591D0D1E,1F202132330B75234=182C26,3C23235=17183751522D2E69,126F1364223E2B236=3F400531,6A3A5A5B237=495841440C38,461572238=50431C4D5345,6B4E76567248239=27534B45,5455070861627612567323A=6730,0E0F635723B=0241425E5F,3E5C300=0102415E5F1A1B69,090A471457301=011B05,6A125C302=5001185D19515203042F0C1D601E,323315303=4F490118251C1D1E,3C5A5B106D304=012C2706,1F20213B710B787A305=58372668300D,6B123E306=173F402D2E45,07086423307=00,393A0E2B308=24164142444A533145,61624622567B309=674C533845,28292A4E12135630A=431B594D,5455633435364830B=021B27,3D116C0A3E30C=500218415E5F1A1B691E,146E5730D=4F49181B05,6A126F5C30E=705D19515203042F0C1D60,3233150B30F=01251C1D,3C5A5B106D310=01172C2706,1F20213B7C311=0158372668300D,6B123E312=2416013F402D2E45,0708476423313=01,393A0E0F6E2B314=4142444A533145,61624622567D315=66671B4C533845,28292A4E121356316=5018431B594D,54556334353648317=4F4902181B4B,3D113E318=02415E5F1A69,140B57319=1B05,6A125C31A=175D19515203042F0C1D601E,32331531B=251C1D1E,3C5A5B106D31C=24162C2706,1F20213B31D=58372668300D,6B123E31E=3F402D2E45,0708642331F=00,393A0E0F2B320=50184142444A533145,61624622567E321=4F4918671B4C533845,28292A4E121356322=43594D,5455633435360B48323=021B4B,3D113E324=0217415E5F1A691E,1457325=05,6A125C326=58165D19515203042F0C1D601E,323315327=251C1D1E,3C5A5B106D328=2C2706,1F20213B75329=58372668300D,6B123E32A=50183F402D2E45,0708642332B=4F4918,393A0E0F722B32C=4142444A5331,616246220B567B32D=01671B4C533845,28292A4E12135632E=011743594D,5455633435364832F=01024B,3D113E330=24160102415E5F1A691E,741457331=0105,6A12726E5C332=5D19515203042F0C1D601E,32331572333=251C1D1E,3C5A5B106D334=50182C2706,1F20213B335=4F491858372668300D,6B126F3E336=3F402D2E,0708640B23337=00,393A0E0F722B338=174142444A533145,616246762256727B73339=674C533845,28292A4E7612135633A=241643594D,5455633435364833B=024B,3D113E400=5001431B,5A5B1248401=490141425E5F2F4B,32336314402=4F01024A1D1E,396B3C130B57403=01025803044C1D1E,07085C404=01183F5D5960,0E0F10127F405=171819,1F20213E6D788075406=162526690645,28292A407=242C2D2E050D,6162343536647B408=3767680C5345,6A3A3B3D12155623409=4041441C5345,46562B40A=501B274D31,4E1140B=4951521A1B3038,5455223E40C=4F431B1E,5A5B0981120B6E4840D=41425E5F2F4B,3233631440E=02184A1D,396B3C135740F=010217185803044C1D,0708475C410=16013F585960,0E0F1012411=240119,1F20213E6D412=012526690645,28292A413=012C2D2E050D,6162343536646E7B414=503767681B0C5345,6A3A3B3D126F155623415=494041441B1C5345,46562B416=4F1B274D31,4E11710B417=51521A1B3038,54556C81223E418=18431B,5A5B1248419=171841425E5F2F4B,3233631441A=16024A1D1E,396B3C135741B=24025844044C1D1E,07085C41C=3F5D5960,0E0F101241D=19,1F20213E6D41E=50702526690645,28292A41F=492C2D2E050D,6162343536647D420=4F663767681B0C5345,6A3A3B3D12150B5623421=4041441B1C5345,46562B422=181B274D31,4E11423=171851521A3038,5455223E424=16431E,5A5B1248425=2441425E5F2F4B,32336314426=024A1D1E,396B3C1357427=025803044C1D1E,07085C428=503F5D5960,0E0F10126F429=4919,1F20213E6D42A=4F2526690645,28292A0B8242B=2C2D2E050D,616234353664727E7342C=183767681B0C53,6A3A3B3D1215562342D=0117184041441C5345,4647562B42E=1601274D31,4E1142F=240151521A3038,5455223E430=01431E,5A5B761248431=0141425E5F2F4B,32336314726E432=50024A1D1E,396B3C137257433=49025844044C1D1E,0708745C434=4F3F5D5960,0E0F10120B435=19,1F20213E6D75436=1825266906,28292A82437=17182C2D2E050D,616234353664727B73438=163767680C5345,6A3A3B3D1215567223439=244041441C5345,46562B43A=274D31,4E1143B=51521A3038,545576223E83500=012F4D31,54550708323312501=01586938,0E0F3C63502=16010241435E5F051D1E,641448503=01020C1D4B1E,6A28292A353615220B504=0117183F03041C,123457505=181927,3D103E5C506=5D25306045,1F20213B616213507=492C2667,6D508=503751522D2E530645,1256509=401B4A530D45,393A5A5B115650A=4142441A1B4C,462350B=681B59,6B4E3E2B50C=162F4D311E,5455070832330981126E50D=586938,0E0F3C0B50E=02171841435E5F051D,64144850F=0102180C1D4B,6A28292A35361522510=013F03041C,123457511=49011927,3D103E5C512=50015D25306045,1F20213B616213513=012C26671B,6E6D514=3751522D2E1B530645,126F56515=401B4A530D45,393A5A5B1156516=164142441A1B4C,467123517=6859,6B4E6C810B3E2B518=17182F4D31,54550708323312519=18586938,0E0F3C6351A=0241435E5F051D1E,64144851B=49020C1D4B1E,6A28292A3536152251C=503F03041C,12345751D=1927,3D103E5C51E=705D25306045,1F20213B61621351F=2C26671B,6D520=163751522D2E1B530645,1256521=404A530D45,393A5A5B110B56522=17184142441A1B,4623523=186859,6B4E3E2B524=2F4D311E,54550708323312525=49586938,0E0F3C63526=500241435E5F051D1E,641448527=020C1D4B1E,6A28292A35361522528=3F03041C,126F344757529=1927,3D103E5C52A=165D25306045,1F20213B616213658452B=662C2667,0B726D52C=17183751522D2E1B5306,125652D=0118404A530D45,393A5A5B115652E=014142441A4C,462352F=49016859,6B4E3E2B530=50012F4D311E,545507083233761285531=01586938,0E0F3C63726E532=0241435E5F051D1E,64147248533=020C1D4B1E,6A28292A7435361522534=163F03041C,123457535=1927,3D100B3E5C536=16185D253060,1F20213B61621378537=182C2667,726D538=3751522D2E530645,125672539=49404A530D45,393A5A5B115653A=504142441A4C,46472353B=681B59,6B4E763E2B600=241601304D,3C28292A4E1235361423601=01,54553B63342B602=0102681D311E,3D603=010241425E5F4A1D381E,64604=01183F434C,39127148605=4F49181951520304594B,61620B3E73606=50256745,5A5B102257607=172C69,1F20215C608=5D37261B05536045,6B111256609=402D2E1A1B0C5345,6B11125660A=24161B1C06,6A3A0E0F1360B=5841442F270D,3233463E60C=304D1E,3C28292A4E0981123536146E2360D=00,54553B63342B60E=0218681D31,3D60F=4F4901021841425E5F4A1D38,640B610=50013F434C,391248611=01171951520304594B,61623E612=0125671B45,5A5B102257613=012C1B69,1F20216E5C614=24165D37261B05536045,6B11126F56615=402D2E1A1B0C5345,070815566D616=1C06,6A3A0E0F1347617=5841442F270D,3233466C813E618=18304D,3C28292A4E1235361423619=4F4918,54553B63340B2B61A=5002681D311E,3D61B=021741425E5F4A1D381E,6461C=3F434C,39124861D=1951520304594B,61623E61E=24167025671B45,5A5B10225761F=2C1B69,1F20215C620=5D372605536045,6B111256621=402D2E1A0C5345,070815566D622=181B1C06,6A3A0E0F13623=4F49185841442F270D,3233460B3E624=50304D1E,3C28292A4E1235361423625=17,54553B63342B626=02681D311E,3D627=0241425E5F4A1D381E,64628=24163F434C,39126F48629=1951520304594B,61623E62A=256745,5A5B1022578662B=2C69,1F2021725C7562C=185D37261B055360,6B11125662D=4F490118402D2E1A0C5345,0708150B566D62E=50011C06,6A3A0E0F1362F=01175841442F270D,3233463E630=01304D1E,3C28292A4E761235361423631=01,54553B6334726E2B87632=241602681D311E,3D72633=0241425E5F4A1D381E,7464634=3F434C,39124748635=1951520304594B,61623E6573636=661825671B,5A5B10225786637=4F49182C69,1F20210B725C75638=505D372605536045,6B11125672639=17402D2E1A0C5345,070815566D63A=1B1C06,6A3A0E0F1363B=5841442F270D,323346763E700=0103404142445906,46701=01020D,4E14702=50015152694D1D1E,54553B23703=4901051D1E,5A5B2B1288704=4F0102415E5F0C31,6162636415705=6667681C38,6A6B3E706=4303042745,07080B48707=02304B,0E0F101112708=16171819,1F20135657709=24185825261B5345,28292A353622565C70A=025D2C2D2E2F4A60,3233893470B=374C,393A3C3D3E6D70C=503F4041424459061E,466E70D=49020D,4E1470E=4F5152694D1D,54553B70F=01051D,5A5B12132B710=0102415E5F0C31,61626364150B65711=0167681C38,6A6B3E712=162417184303041B2745,070848713=240102181B304B,0E0F1011126E714=191A1B5345,1F20215657715=5825261B5345,28292A353622565C717=49374C,393A3C3D126F473E6D718=4F3F404142445906,46719=020D,4E1471A=515269,1D1E71B=051D1E,5A5B12132B71C=16021718415E5F0C31,616263641571D=241867681B1C38,6A6B3E71E=4303041B2745,07084871F=021B30,0E0F101112720=50191A5345,1F20215657721=495825265345,28292A353622565C722=4F025D2C2D2E2F4A60,32338934723=374C,393A3C3D123E6D724=3F4041424459061E,46098A0B725=020D,4E7114726=1617185152694D1D1E,54553B23727=2418051D1E,5A5B12132B728=02415E5F0C31,616263641573729=67681B1C38,6A6B3E72A=504303042745,07084872B=4902304B,0E0F1011126F7272C=4F70191A1B,1F2021565772D=015825265345,28292A353622565C72E=01025D2C2D2E2F4A60,323389340B72F=01374C,393A3C3D6C8A123E6D730=160117183F4041424459061E,46731=240102180D,4E14726E732=5152694D1D1E,54553B767223733=051D1E,5A5B7612132B77734=5002415E5F0C31,6162636415735=4967681C38,6A6B473E736=4F4303041B27,7448737=02304B,0E0F10111272738=191A5345,1F20210B56725775739=5825265345,28292A353622565C73A=160217185D2C2D2E2F4A60,3233893473B=2418374C,393A3C3D123E6D800=50013F5D402760,6A3A5A5B22801=490102414430,466D802=014D1D061E,6B4E4714803=011D0D1E,54550708616212804=0102671B4A,0E0F6323805=41425E5F4C,8B2B806=16593145,3928292A113536807=025803041A1B38,1234130B808=181943681B695345,3D105648809=1718252F0553534B45,1F20213B32335680A=50022C260C,3C155780B=493751522D2E1C,12643E5C80C=3F5D4027601E,6A3A5A5B226E80D=02414430,466D80E=4D1D06,6B4E1480F=011D0D,5455070861621279810=16010266674A,0E0F6323811=0141425E5F1B4C,0B3E2B812=01181B593145,3928292A113536813=010217185803041A1B38,1234136E814=501943681B695345,3D105648815=49252F05534B45,1F20213B323356816=022C260C,3C1557817=3751522D2E1C,126F643E5C818=3F5D402760,6A3A5A5B22819=02414430,466D81A=164D1D061E,6B4E1481B=1D0D1E,545507086162120B6581C=0218671B4A,0E0F632381D=171841425E5F1B4C,3E2B81E=501B593145,3928292A11353681F=49025D03041A38,123413820=194368695345,3D10475648821=252F05534B45,1F20213B323356716=50025D2C2D2E2F4A60,32338934822=022C260C,3C1557823=3751522D2E1C,12643E5C824=163F5D4027601E,6A3A5A5B098A22825=02414430,46710B6D826=184D1D061E,6B4E14827=17181D0D1E,54550708616212828=5002671B4A,0E0F6323829=4941425E5F4C,3E2B82A=593145,3928292A11353682B=025803041A38,126F34137282C=701943681B6953,3D10564882D=01252F05534B45,1F2021613233567882E=1601022C260C,3C155782F=013751522D2E1C,6C8A12640B3E5C830=01183F5D4027601E,6A3A5A5B22831=01021718414430,46726E6D832=504D1D061E,6B4E761472833=491D0D1E,545507086162761273834=02674A,0E0F6323835=41425E5F4C,3E2B836=1B5931,3928292A11743536837=025803041A38,12341372838=16194368695345,3D10567248839=252F05534B45,1F20213B32330B567583A=02182C260C,3C155783B=17183751522D2E1C,12643E5C900=013F408C2E4C,0708641457901=010259,393A0E0F5C902=2416015D4142441D601E,61624635367B903=0167691D1E,28292A4E126D904=01021B054D06,5455637134220B905=580C0D,3D11153E906=17415E5F1A1B1C45,23907=4F49021B27,6A3B12472B908=501819515203042F30533145,323356909=1825533845,3C5A5B105690A=022C43,1F2021487C90B=3726684A4B,6B12133E90C=24163F402D2E4C1E,070864146E5790D=0259,393A0E0F5C90E=5D4142441D60,61624635360B7B90F=0167691D,28292A4E126D910=0102171B054D06,5455633422911=4F4901581B0C0D,3D11153E912=500118415E5F1A1B1C45,23913=0102181B27,6A3B126E2B914=19515203042F30533145,323356915=25533845,3C5A5B1056916=2416022C43,1F202148917=3726684A4B,6B126F133E918=3F402D2E4C,070864140B57919=0259,393A0E0F5C91A=175D4142441D601E,61624635367D91B=4F4966671B691D1E,28292A4E126D91C=5002181B054D06,545563342291D=18581B0C0D,3D11153E91E=415E5F1A1C45,2391F=0227,6A3B122B920=241619515203042F305331,323356921=25533845,3C5A5B1056922=022C43,1F20210B48788D923=3726684A4B,6B12133E924=173F402D2E4C1E,0708098A641457925=4F49022E,393A0E0F475C926=50185D4142441D601E,61624635367E927=18671B691D1E,28292A4E126D928=02054D06,5455633422929=580C0D,3D11153E92A=2416415E5F1A1C45,2392B=0227,6A3B126F722B92C=7019515203042F305331,32330B5692D=0125533845,3C5A5B105692E=0102162C43,1F2021487592F=4F49013726684A4B,6B6C8A12133E930=5001183F402D2E4C1E,0708641457931=01021859,393A0E0F726E5C932=5D4142441D601E,616246763536727B73933=67691D1E,28292A4E76126D934=241602054D06,5455633422935=580C0D,3D11153E936=415E5F1A1B1C,740B23937=0227,6A3B12722B938=1719515203042F30533145,32335672939=4F4925533845,3C5A5B105693A=5002182C43,1F20214893B=183726684A4B,6B12133EA00=160170182543261C,28292A48A01=240117182C2D2E274B,61623464147BA02=013F376768301D1E,6A3A3D1257A03=01584041441D1E,465CA04=015D4D60,4E1113A05=4951521A1B4A,54553E6DA06=4F501B4C0645,5A5B12A07=41425E5F2F590D,32336322A08=025345,396B3C0B5623A09=020304695345,0708562BA0A=16180531,0E0F10126FA0B=241618190C38,1F20213B3536103EA0C=2543261C1E,28292A6E48A0D=2C2D2E274B,61623464147BA0E=3F376768301D,6A3A3D124757A0F=4924584041441B1D,465CA10=4F50015D1B4D60,4E1113A11=0151521A1B4A,54553E6DA12=011B4C0645,5A5B120BA13=0141425E5F2F590D,323363226EA14=1602185345,396B3C5623A15=240217180304695345,0708562BA16=0531,0E0F1012A17=190C38,1F20213B3536153EA18=2543261C,28292A4882A19=49503F3767681B301D1E,6A3A3D1257A1A=4F503F3767681B301D1E,6A3A3D1257A1B=584041441B1D1E,465CA1C=5D1B4D60,4E1171130BA1D=51521A1B4A,54553E6DA1E=16184C0645,5A5B12A1F=24171841425E5F2F590D,32336322A20=025345,396B3C5623A21=020304695345,0708562BA22=0531,0E0F10128EA23=49190C38,1F20213B3536153E788FA24=4F502543261C1E,28292A48A25=2C2D2E274B,61623464147DA26=663F3767681B301D1E,6A3A3D120B57A27=584041441B1D1E,465CA28=16185D4D60,4E1113A29=24171851521A4A,54553E6DA2A=4C0645,5A5B7612A2B=41425E5F2F590D,3233632272A2C=0253,396B3C475623A2D=1601020304695345,0708562BA2E=4F50010531,0E0F1012A2F=01190C38,1F20213B3536153EA30=012543261C1E,28292A09900B4882A31=012C2D2E274B,6162346414726E7E73A32=16183F376768301D1E,6A3A3D126F7257A33=2417185D4041441D1E,465CA34=5D4D60,4E1113A35=51521A4A,5455763E6D83A36=4C06,5A5B12A37=4941425E5F2F590D,3233632272A38=4F50029145,396B3C567223A39=020304695345,070874562BA3A=0531,0E0F10120BA3B=190C38,1F20213B6C903536153E75B00=01701718254A31,1F20216162B01=0118582C26,674C38B02=50013F375152432D2E591D1E,121448B03=4901401B1D4B1E,393A5B11B04=014142441A69,4657B05=681B05,6B4E3E5CB06=682F0C4D6045,5455070832331215B07=1C,0E0F3C636DB08=1602415E5F27530645,3536136456B09=0230530D45,6A28292A0B56B0A=17180304,126F342223B0B=1819,3D103E2BB0C=50254A311E,1F202161626EB0D=49582C26,671B4C38B0E=3F375152432D2E591D,121448B0F=01401B1D4B,393A3B5A5B11B10=014142441A1B69,4657B11=01681B05,6B4E3E5CB12=16015D2F0C4D6045,5455070832331215B13=011C,0E0F3C630B6E6DB14=021718415E5F27530645,3536136456B15=021830530D45,6A28292A56B16=500304,12342223B17=4919,3D103E2BB18=254A31,1F4E21616278B19=582C26,671B4C38B1A=3F375152432D2E1B591D1E,121448B1B=401B1D4B1E,393A3B5A5B1147B1C=164142441A1B69,467157B1D=6805,6B4E0B3E5CB1E=17185D2F0C926045,5455070832331215B1F=181C,0E0F3C636DB20=5002415E5F27530645,3536136456B21=490230530D45,6A28292A56B22=0304,12342223B23=19,3D103E2BB24=254A311E,1F20136162B25=582C26671B4C38,00B26=163F375152432D2E1B591D1E,121448B27=401D4B1E,393A3B5A5B110BB28=17184142441A69,4657B29=186805,6B4E3E5CB2A=505D2F0C4D6045,54550708323376121585B2B=491C,0E0F3C63726DB2C=02415E5F275306,3536136456B2D=010230530D45,6A28292A56B2E=010304,12342223B2F=0119,3D103E2BB30=1601254A311E,1F2021616209906584B31=0166582C26674C38,0B726EB32=17183F375152432D2E591D1E,126F147248B33=18401D4B1E,393A3B5A5B11B34=504142441A69,4657B35=49681B05,6B4E763E5CB36=5D2F0C4D60,5455070832331215B37=1C,0E0F3C63726DB38=02415E5F27530645,353613645672B39=0230530D45,6A28292A744756B3A=160304,12342223B3B=19,3D106C900B3E2BC00=500170661825670C,5A5B1013141523C01=4F4901182C1C,1F2021222BC02=011637261B271D311E,6B1112C03=01402D2E1A1B311D381E,0708C04=0143,6A3A0E0F7148C05=41442F4B,32334635360B3EC06=24164A4D45,3C28292A4E1257C07=174C,545563345CC08=025D6859536045,3D56C09=0241425E5F5345,4764566DC0A=50186906,393B126FC0B=4F4918581951520304050D,61623EC0C=25671B0C1E,5A5B101314156E23C0D=2C1B1C,1F2021222BC0E=3F37264B1D31,6B1112C0F=01402D2E1A1B301D38,07080BC10=241601431B,6A3A0E0F48C11=011741442F4B,32334635363EC12=014A4D45,3C28292A4E1257C13=014C,545563346E5CC14=5002185D6804536045,3D56C15=4F49021841425E5F5345,64566DC16=6906,393B12C17=581951524404050D,61623EC18=25670C,5A5B101314152386C19=2C1B1C,1F2021220B2BC1A=24163F37261B271D31,6B1112C1B=17402D2E1A1B301D381E,0708C1C=43,6A3A0E0F48C1D=41582F4B,32334635363EC1E=50184A4D45,3C28292A4E1257C1F=4F49184C,545563345CC20=025D6859536045,3D56C21=0241425E5F5345,64566DC22=6906,393B12C23=581951520304050D,61620B3EC24=241625671B0C1E,5A5B1013141523C25=172C1B1C,1F2021222BC26=3F3726271D311E,6B1112C27=402D2E1A301D381E,0708C28=501843,6A5B0E0F48C29=4F491841442F4B,32334635363EC2A=4A4D45,3C28292A4E761257C2B=4C,54556334725C93C2C=025D68595360,3D56C2D=010241425E5F5345,640B566DC2E=2416016906,393B12C2F=0117581951520304050D,61623EC30=0125670C,5A5B1009901314152386C31=012C1C,1F202122726E2B75C32=50183F3726271D311E,6B11126F72C33=4F4918402D2E1A301D381E,070847C34=431B,6A3A0E0F48C35=41442F4B,3233467635363EC36=4A4D,3C28292A4E1257C37=4C,545563340B725CC38=2416025D6859536045,3D5672C39=021741425E5F5345,7464566DC3A=6906,393B12C3B=581951520304050D,61626C903E6573', + getTimeZhiIndex:function(hm){ + if(!hm){ + return 0; + } + if(hm.length>5){ + hm = hm.substr(0,5); + } + var x = 1; + for(var i=1;i<22;i+=2){ + if(hm>=((i<10?'0':'')+i+':00')&&hm<=((i+1<10?'0':'')+(i+1)+':59')){ + return x; + } + x++; + } + return 0; + }, + convertTime:function(hm){ + return this.ZHI[this.getTimeZhiIndex(hm)+1]; + }, + getJiaZiIndex:function(ganZhi){ + for(var i=0,j=this.JIA_ZI.length;i-1) { + right = right.substr(index+3); + var left = right; + if (left.indexOf('=')>-1) { + left = left.substr(0, left.indexOf('=') - 2); + } + var matched = false; + var months = left.substr(0, left.indexOf(':')); + var i; + var m; + var j; + for (i = 0, j = months.length; i < j; i += 2) { + m = months.substr(i, 2); + if (m===month) { + matched = true; + break; + } + } + if(matched) { + var ys = left.substr(left.indexOf(':') + 1); + ys = ys.substr(0, ys.indexOf(',')); + for (i = 0, j = ys.length; i < j; i += 2) { + m = ys.substr(i, 2); + l.push(this.YI_JI[parseInt(m,16)]); + } + break; + } + index = right.indexOf(day+'='); + } + if(l.length<1){ + l.push(this.SHEN_SHA[0]); + } + return l; + }, + getDayJi:function(monthGanZhi,dayGanZhi){ + var l = []; + var day = this.hex(this.getJiaZiIndex(dayGanZhi)); + var month = this.hex(this.getJiaZiIndex(monthGanZhi)); + var right = this.DAY_YI_JI; + var index = right.indexOf(day+'='); + while(index>-1) { + right = right.substr(index+3); + var left = right; + if (left.indexOf('=')>-1) { + left = left.substr(0, left.indexOf('=') - 2); + } + var matched = false; + var months = left.substr(0, left.indexOf(':')); + var i; + var m; + var j; + for (i = 0, j = months.length; i < j; i += 2) { + m = months.substr(i, 2); + if (m===month) { + matched = true; + break; + } + } + if(matched) { + var js = left.substr(left.indexOf(',')+1); + for (i = 0, j = js.length; i < j; i += 2) { + m = js.substr(i, 2); + l.push(this.YI_JI[parseInt(m,16)]); + } + break; + } + index = right.indexOf(day+'='); + } + if(l.length<1){ + l.push(this.SHEN_SHA[0]); + } + return l; + }, + getDayJiShen:function(lunarMonth,dayGanZhi){ + var l = []; + var day = this.hex(this.getJiaZiIndex(dayGanZhi)); + var month = Math.abs(lunarMonth).toString(16).toUpperCase(); + var index = this.DAY_SHEN_SHA.indexOf(month+day+'='); + if(index>-1) { + var left = this.DAY_SHEN_SHA.substr(index + 4); + if (left.indexOf('=')>-1) { + left = left.substr(0, left.indexOf('=') - 3); + } + var js = left.substr(0, left.indexOf(',')); + for (var i = 0, j = js.length; i < j; i += 2) { + var m = js.substr(i, 2); + l.push(this.SHEN_SHA[parseInt(m, 16)]); + } + } + if(l.length<1){ + l.push(this.SHEN_SHA[0]); + } + return l; + }, + getDayXiongSha:function(lunarMonth,dayGanZhi){ + var l = []; + var day = this.hex(this.getJiaZiIndex(dayGanZhi)); + var month = Math.abs(lunarMonth).toString(16).toUpperCase(); + var index = this.DAY_SHEN_SHA.indexOf(month+day+'='); + if(index>-1) { + var left = this.DAY_SHEN_SHA.substr(index + 4); + if (left.indexOf('=')>-1) { + left = left.substr(0, left.indexOf('=') - 3); + } + var xs = left.substr(left.indexOf(',')+1); + for (var i = 0, j = xs.length; i < j; i += 2) { + var m = xs.substr(i, 2); + l.push(this.SHEN_SHA[parseInt(m, 16)]); + } + } + if(l.length<1){ + l.push(this.SHEN_SHA[0]); + } + return l; + }, + getTimeYi:function(dayGanZhi,timeGanZhi){ + var l = []; + var day = this.hex(this.getJiaZiIndex(dayGanZhi)); + var time = this.hex(this.getJiaZiIndex(timeGanZhi)); + var index = this.TIME_YI_JI.indexOf(day+time+'='); + if(index>-1) { + var left = this.TIME_YI_JI.substr(index + 5); + if (left.indexOf('=')>-1) { + left = left.substr(0, left.indexOf('=') - 4); + } + var ys = left.substr(0, left.indexOf(',')); + for (var i = 0, j = ys.length; i < j; i += 2) { + var m = ys.substr(i, 2); + l.push(this.YI_JI[parseInt(m, 16)]); + } + } + if(l.length<1){ + l.push(this.SHEN_SHA[0]); + } + return l; + }, + getTimeJi:function(dayGanZhi,timeGanZhi){ + var l = []; + var day = this.hex(this.getJiaZiIndex(dayGanZhi)); + var time = this.hex(this.getJiaZiIndex(timeGanZhi)); + var index = this.TIME_YI_JI.indexOf(day+time+'='); + if(index>-1) { + var left = this.TIME_YI_JI.substr(index + 5); + if (left.indexOf('=')>-1) { + left = left.substr(0, left.indexOf('=') - 4); + } + var js = left.substr(left.indexOf(',')+1); + for (var i = 0, j = js.length; i < j; i += 2) { + var m = js.substr(i, 2); + l.push(this.YI_JI[parseInt(m, 16)]); + } + } + if(l.length<1){ + l.push(this.SHEN_SHA[0]); + } + return l; + }, + getXunIndex:function(ganZhi){ + var gan = ganZhi.substr(0,1); + var zhi = ganZhi.substr(1); + var ganIndex = 0; + var zhiIndex = 0; + var i; + var j; + for(i=0,j=this.GAN.length;i -1) { + return { + index: i, + value: v + } + } + } + return null; + } + }; + })(); + var HolidayUtil = (function(_NAMES){ + var _SIZE = 18; + var _ZERO='0'.charCodeAt(0); + var _TAG_REMOVE = '~'; + var _NAMES_IN_USE=_NAMES,_DATA='200112290020020101200112300020020101200201010120020101200201020120020101200201030120020101200202091020020212200202101020020212200202121120020212200202131120020212200202141120020212200202151120020212200202161120020212200202171120020212200202181120020212200204273020020501200204283020020501200205013120020501200205023120020501200205033120020501200205043120020501200205053120020501200205063120020501200205073120021001200209286020021001200209296020021001200210016120021001200210026120021001200210036120021001200210046120021001200210056120021001200210066120021001200210076120021001200301010120030101200302011120030201200302021120030201200302031120030201200302041120030201200302051120030201200302061120030201200302071120030201200302081020030201200302091020030201200304263020030501200304273020030501200305013120030501200305023120030501200305033120030501200305043120030501200305053120030501200305063120030501200305073120031001200309276020031001200309286020031001200310016120031001200310026120031001200310036120031001200310046120031001200310056120031001200310066120031001200310076120031001200401010120040101200401171020040122200401181020040122200401221120040122200401231120040122200401241120040122200401251120040122200401261120040122200401271120040122200401281120040122200405013120040501200405023120040501200405033120040501200405043120040501200405053120040501200405063120040501200405073120041001200405083020040501200405093020040501200410016120041001200410026120041001200410036120041001200410046120041001200410056120041001200410066120041001200410076120041001200410096020041001200410106020041001200501010120050101200501020120050101200501030120050101200502051020050209200502061020050209200502091120050209200502101120050209200502111120050209200502121120050209200502131120050209200502141120050209200502151120050209200504303020050501200505013120050501200505023120050501200505033120050501200505043120050501200505053120050501200505063120050501200505073120051001200505083020050501200510016120051001200510026120051001200510036120051001200510046120051001200510056120051001200510066120051001200510076120051001200510086020051001200510096020051001200512310020060101200601010120060101200601020120060101200601030120060101200601281020060129200601291120060129200601301120060129200601311120060129200602011120060129200602021120060129200602031120060129200602041120060129200602051020060129200604293020060501200604303020060501200605013120060501200605023120060501200605033120060501200605043120060501200605053120060501200605063120060501200605073120061001200609306020061001200610016120061001200610026120061001200610036120061001200610046120061001200610056120061001200610066120061001200610076120061001200610086020061001200612300020070101200612310020070101200701010120070101200701020120070101200701030120070101200702171020070218200702181120070218200702191120070218200702201120070218200702211120070218200702221120070218200702231120070218200702241120070218200702251020070218200704283020070501200704293020070501200705013120070501200705023120070501200705033120070501200705043120070501200705053120070501200705063120070501200705073120070501200709296020071001200709306020071001200710016120071001200710026120071001200710036120071001200710046120071001200710056120071001200710066120071001200710076120071001200712290020080101200712300120080101200712310120080101200801010120080101200802021020080206200802031020080206200802061120080206200802071120080206200802081120080206200802091120080206200802101120080206200802111120080206200802121120080206200804042120080404200804052120080404200804062120080404200805013120080501200805023120080501200805033120080501200805043020080501200806074120080608200806084120080608200806094120080608200809135120080914200809145120080914200809155120080914200809276020081001200809286020081001200809296120081001200809306120081001200810016120081001200810026120081001200810036120081001200810046120081001200810056120081001200901010120090101200901020120090101200901030120090101200901040020090101200901241020090125200901251120090125200901261120090125200901271120090125200901281120090125200901291120090125200901301120090125200901311120090125200902011020090125200904042120090404200904052120090404200904062120090404200905013120090501200905023120090501200905033120090501200905284120090528200905294120090528200905304120090528200905314020090528200909276020091001200910016120091001200910026120091001200910036120091001200910046120091001200910055120091003200910065120091003200910075120091003200910085120091003200910105020091003201001010120100101201001020120100101201001030120100101201002131120100213201002141120100213201002151120100213201002161120100213201002171120100213201002181120100213201002191120100213201002201020100213201002211020100213201004032120100405201004042120100405201004052120100405201005013120100501201005023120100501201005033120100501201006124020100616201006134020100616201006144120100616201006154120100616201006164120100616201009195020100922201009225120100922201009235120100922201009245120100922201009255020100922201009266020101001201010016120101001201010026120101001201010036120101001201010046120101001201010056120101001201010066120101001201010076120101001201010096020101001201101010120110101201101020120110101201101030120110101201101301020110203201102021120110203201102031120110203201102041120110203201102051120110203201102061120110203201102071120110203201102081120110203201102121020110203201104022020110405201104032120110405201104042120110405201104052120110405201104303120110501201105013120110501201105023120110501201106044120110606201106054120110606201106064120110606201109105120110912201109115120110912201109125120110912201110016120111001201110026120111001201110036120111001201110046120111001201110056120111001201110066120111001201110076120111001201110086020111001201110096020111001201112310020120101201201010120120101201201020120120101201201030120120101201201211020120123201201221120120123201201231120120123201201241120120123201201251120120123201201261120120123201201271120120123201201281120120123201201291020120123201203312020120404201204012020120404201204022120120404201204032120120404201204042120120404201204283020120501201204293120120501201204303120120501201205013120120501201205023020120501201206224120120623201206234120120623201206244120120623201209295020120930201209305120120930201210016120121001201210026120121001201210036120121001201210046120121001201210056120121001201210066120121001201210076120121001201210086020121001201301010120130101201301020120130101201301030120130101201301050020130101201301060020130101201302091120130210201302101120130210201302111120130210201302121120130210201302131120130210201302141120130210201302151120130210201302161020130210201302171020130210201304042120130404201304052120130404201304062120130404201304273020130501201304283020130501201304293120130501201304303120130501201305013120130501201306084020130612201306094020130612201306104120130612201306114120130612201306124120130612201309195120130919201309205120130919201309215120130919201309225020130919201309296020131001201310016120131001201310026120131001201310036120131001201310046120131001201310056120131001201310066120131001201310076120131001201401010120140101201401261020140131201401311120140131201402011120140131201402021120140131201402031120140131201402041120140131201402051120140131201402061120140131201402081020140131201404052120140405201404062120140405201404072120140405201405013120140501201405023120140501201405033120140501201405043020140501201405314120140602201406014120140602201406024120140602201409065120140908201409075120140908201409085120140908201409286020141001201410016120141001201410026120141001201410036120141001201410046120141004201410056120141001201410066120141001201410076120141001201410116020141001201501010120150101201501020120150101201501030120150101201501040020150101201502151020150219201502181120150219201502191120150219201502201120150219201502211120150219201502221120150219201502231120150219201502241120150219201502281020150219201504042120150405201504052120150405201504062120150405201505013120150501201505023120150501201505033120150501201506204120150620201506214120150620201506224120150620201509038120150903201509048120150903201509058120150903201509068020150903201509265120150927201509275120150927201510016120151001201510026120151001201510036120151001201510046120151004201510056120151001201510066120151001201510076120151001201510106020151001201601010120160101201601020120160101201601030120160101201602061020160208201602071120160208201602081120160208201602091120160208201602101120160208201602111120160208201602121120160208201602131120160208201602141020160208201604022120160404201604032120160404201604042120160404201604303120160501201605013120160501201605023120160501201606094120160609201606104120160609201606114120160609201606124020160609201609155120160915201609165120160915201609175120160915201609185020160915201610016120161001201610026120161001201610036120161001201610046120161001201610056120161001201610066120161001201610076120161001201610086020161001201610096020161001201612310120170101201701010120170101201701020120170101201701221020170128201701271120170128201701281120170128201701291120170128201701301120170128201701311120170128201702011120170128201702021120170128201702041020170128201704012020170404201704022120170404201704032120170404201704042120170404201704293120170501201704303120170501201705013120170501201705274020170530201705284120170530201705294120170530201705304120170530201709306020171001201710016120171001201710026120171001201710036120171001201710045120171004201710056120171001201710066120171001201710076120171001201710086120171001201712300120180101201712310120180101201801010120180101201802111020180216201802151120180216201802161120180216201802171120180216201802181120180216201802191120180216201802201120180216201802211120180216201802241020180216201804052120180405201804062120180405201804072120180405201804082020180405201804283020180501201804293120180501201804303120180501201805013120180501201806164120180618201806174120180618201806184120180618201809225120180924201809235120180924201809245120180924201809296020181001201809306020181001201810016120181001201810026120181001201810036120181001201810046120181001201810056120181001201810066120181001201810076120181001201812290020190101201812300120190101201812310120190101201901010120190101201902021020190205201902031020190205201902041120190205201902051120190205201902061120190205201902071120190205201902081120190205201902091120190205201902101120190205201904052120190405201904062120190405201904072120190405201904283020190501201905013120190501201905023120190501201905033120190501201905043120190501201905053020190501201906074120190607201906084120190607201906094120190607201909135120190913201909145120190913201909155120190913201909296020191001201910016120191001201910026120191001201910036120191001201910046120191001201910056120191001201910066120191001201910076120191001201910126020191001202001010120200101202001191020200125202001241120200125202001251120200125202001261120200125202001271120200125202001281120200125202001291120200125202001301120200125202001311120200125202002011120200125202002021120200125202004042120200404202004052120200404202004062120200404202004263020200501202005013120200501202005023120200501202005033120200501202005043120200501202005053120200501202005093020200501202006254120200625202006264120200625202006274120200625202006284020200625202009277020201001202010017120201001202010026120201001202010036120201001202010046120201001202010056120201001202010066120201001202010076120201001202010086120201001202010106020201001202101010120210101202101020120210101202101030120210101202102071020210212202102111120210212202102121120210212202102131120210212202102141120210212202102151120210212202102161120210212202102171120210212202102201020210212202104032120210404202104042120210404202104052120210404202104253020210501202105013120210501202105023120210501202105033120210501202105043120210501202105053120210501202105083020210501202106124120210614202106134120210614202106144120210614202109185020210921202109195120210921202109205120210921202109215120210921202109266020211001202110016120211001202110026120211001202110036120211001202110046120211001202110056120211001202110066120211001202110076120211001202110096020211001202201010120220101202201020120220101202201030120220101202201291020220201202201301020220201202201311120220201202202011120220201202202021120220201202202031120220201202202041120220201202202051120220201202202061120220201202204022020220405202204032120220405202204042120220405202204052120220405202204243020220501202204303120220501202205013120220501202205023120220501202205033120220501202205043120220501202205073020220501202206034120220603202206044120220603202206054120220603202209105120220910202209115120220910202209125120220910202210016120221001202210026120221001202210036120221001202210046120221001202210056120221001202210066120221001202210076120221001202210086020221001202210096020221001202212310120230101202301010120230101202301020120230101202301211120230122202301221120230122202301231120230122202301241120230122202301251120230122202301261120230122202301271120230122202301281020230122202301291020230122202304052120230405202304233020230501202304293120230501202304303120230501202305013120230501202305023120230501202305033120230501202305063020230501202306224120230622202306234120230622202306244120230622202306254020230622202309295120230929202309306120231001202310016120231001202310026120231001202310036120231001202310046120231001202310056120231001202310066120231001202310076020231001202310086020231001'; + var _DATA_IN_USE = _DATA; + var _padding = function(n){ + return (n<10?'0':'')+n; + }; + var _ymd = function(s){ + return s.indexOf('-')<0?(s.substr(0,4)+'-'+s.substr(4,2)+'-'+s.substr(6)):s; + }; + var _buildHoliday = function(day,name,work,target){ + return { + _p:{ + day:_ymd(day), + name:name, + work:work, + target:_ymd(target) + }, + getDay:function(){ + return this._p.day; + }, + setDay:function(v){ + this._p.day = _ymd(v); + }, + getName:function(){ + return this._p.name; + }, + setName:function(v){ + this._p.name = v; + }, + isWork:function(){ + return this._p.work; + }, + setWork:function(v){ + this._p.work = v; + }, + getTarget:function(){ + return this._p.target; + }, + setTarget:function(v){ + this._p.target = _ymd(v); + }, + toString:function(){ + return this._p.day+' '+this._p.name+(this._p.work?'调休':'')+' '+this._p.target; + } + }; + }; + var _buildHolidayForward = function(s){ + var day = s.substr(0,8); + var name = _NAMES_IN_USE[s.charCodeAt(8)-_ZERO]; + var work = s.charCodeAt(9)===_ZERO; + var target = s.substr(10,8); + return _buildHoliday(day,name,work,target); + }; + var _buildHolidayBackward = function(s){ + var size = s.length; + var day = s.substr(size-18,8); + var name = _NAMES_IN_USE[s.charCodeAt(size-10)-_ZERO]; + var work = s.charCodeAt(size-9)===_ZERO; + var target = s.substr(size-8); + return _buildHoliday(day,name,work,target); + }; + var _findForward = function(key){ + var start = _DATA_IN_USE.indexOf(key); + if(start<0) { + return null; + } + var right = _DATA_IN_USE.substr(start); + var n = right.length%_SIZE; + if(n>0){ + right = right.substr(n); + } + while((0!==right.indexOf(key))&&right.length>=_SIZE){ + right = right.substr(_SIZE); + } + return right; + }; + var _findBackward = function(key){ + var start = _DATA_IN_USE.lastIndexOf(key); + if(start<0) { + return null; + } + var keySize = key.length; + var left = _DATA_IN_USE.substr(0,start+keySize); + var size = left.length; + var n = size%_SIZE; + if(n>0){ + left = left.substr(0,size-n); + } + size = left.length; + while((size-keySize!==left.lastIndexOf(key))&&size>=_SIZE){ + left = left.substr(0,size-_SIZE); + size = left.length; + } + return left; + }; + var _findHolidaysForward = function(key){ + var l = []; + var s = _findForward(key); + if(null==s) { + return l; + } + while(0===s.indexOf(key)){ + l.push(_buildHolidayForward(s)); + s = s.substr(_SIZE); + } + return l; + }; + var _findHolidaysBackward = function(key){ + var l = []; + var s = _findBackward(key); + if(null==s) { + return l; + } + var size = s.length; + var keySize = key.length; + while(size-keySize===s.lastIndexOf(key)){ + l.push(_buildHolidayBackward(s)); + s = s.substr(0,size-_SIZE); + size = s.length; + } + l.reverse(); + return l; + }; + var _getHoliday = function(args){ + var l = []; + switch(args.length){ + case 1: + l = _findHolidaysForward(args[0].replace(/-/g,'')); + break; + case 3: + l = _findHolidaysForward(args[0]+_padding(args[1])+_padding(args[2])); + break; + } + return l.length<1?null:l[0]; + }; + var _getHolidays = function(args){ + var l = []; + switch(args.length){ + case 1: + l = _findHolidaysForward((args[0]+'').replace(/-/g,'')); + break; + case 2: + l = _findHolidaysForward(args[0]+_padding(args[1])); + break; + } + return l; + }; + var _getHolidaysByTarget = function(args){ + var l = []; + switch(args.length){ + case 1: + l = _findHolidaysBackward((args[0]+'').replace(/-/g,'')); + break; + case 3: + l = _findHolidaysBackward(args[0]+_padding(args[1])+_padding(args[2])); + break; + } + return l; + }; + var _fixNames = function(names){ + if(names){ + _NAMES_IN_USE = names; + } + }; + var _fixData = function(data){ + if(!data){ + return; + } + var append = []; + while(data.length>=_SIZE){ + var segment = data.substr(0,_SIZE); + var day = segment.substr(0,8); + var remove = _TAG_REMOVE === segment.substr(8, 1); + var holiday = _getHoliday([day]); + if(!holiday){ + if (!remove) { + append.push(segment); + } + }else{ + var nameIndex = -1; + for(var i=0,j=_NAMES_IN_USE.length;i-1){ + var old = day + String.fromCharCode(nameIndex + _ZERO) + (holiday.isWork() ? '0' : '1') + holiday.getTarget().replace(/-/g, ''); + _DATA_IN_USE = _DATA_IN_USE.replace(new RegExp(old, 'g'), remove ? '' : segment); + } + } + data = data.substr(_SIZE); + } + if(append.length>0){ + _DATA_IN_USE += append.join(''); + } + }; + var _fix = function(args){ + switch(args.length){ + case 1: + _fixData(args[0]); + break; + case 2: + _fixNames(args[0]); + _fixData(args[1]); + break; + } + }; + return { + NAMES:_NAMES, + getHoliday:function(){return _getHoliday(arguments);}, + getHolidays:function(){return _getHolidays(arguments);}, + getHolidaysByTarget:function(){return _getHolidaysByTarget(arguments);}, + fix:function(){_fix(arguments);} + }; + })(['元旦节','春节','清明节','劳动节','端午节','中秋节','国庆节','国庆中秋','抗战胜利日']); + var NineStar = (function(){ + var _fromIndex=function(index){ + return { + _p:{index:index}, + getNumber:function(){return NineStarUtil.NUMBER[this._p.index];}, + getColor:function(){return NineStarUtil.COLOR[this._p.index];}, + getWuXing:function(){return NineStarUtil.WU_XING[this._p.index];}, + getPosition:function(){return NineStarUtil.POSITION[this._p.index];}, + getPositionDesc:function(){return LunarUtil.POSITION_DESC[this.getPosition()];}, + getNameInXuanKong:function(){return NineStar.NAME_XUAN_KONG[this._p.index];}, + getNameInBeiDou:function(){return NineStar.NAME_BEI_DOU[this._p.index];}, + getNameInQiMen:function(){return NineStar.NAME_QI_MEN[this._p.index];}, + getNameInTaiYi:function(){return NineStar.NAME_TAI_YI[this._p.index];}, + getLuckInQiMen:function(){return NineStar.LUCK_QI_MEN[this._p.index];}, + getLuckInXuanKong:function(){return NineStarUtil.LUCK_XUAN_KONG[this._p.index];}, + getYinYangInQiMen:function(){return NineStarUtil.YIN_YANG_QI_MEN[this._p.index];}, + getTypeInTaiYi:function(){return NineStar.TYPE_TAI_YI[this._p.index];}, + getBaMenInQiMen:function(){return NineStar.BA_MEN_QI_MEN[this._p.index];}, + getSongInTaiYi:function(){return NineStar.SONG_TAI_YI[this._p.index];}, + getIndex:function(){return this._p.index;}, + toString:function(){return this.getNumber()+this.getColor()+this.getWuXing()+this.getNameInBeiDou();}, + toFullString:function(){ + var s = this.getNumber(); + s += this.getColor(); + s += this.getWuXing(); + s += ' '; + s += this.getPosition(); + s += '('; + s += this.getPositionDesc(); + s += ') '; + s += this.getNameInBeiDou(); + s += ' 玄空['; + s += this.getNameInXuanKong(); + s += ' '; + s += this.getLuckInXuanKong(); + s += '] 奇门['; + s += this.getNameInQiMen(); + s += ' '; + s += this.getLuckInQiMen(); + if(this.getBaMenInQiMen().length>0) { + s += ' '; + s += this.getBaMenInQiMen(); + s += '门'; + } + s += ' '; + s += this.getYinYangInQiMen(); + s += '] 太乙['; + s += this.getNameInTaiYi(); + s += ' '; + s += this.getTypeInTaiYi(); + s += ']'; + return s; + } + }; + }; + return { + NAME_BEI_DOU:['天枢','天璇','天玑','天权','玉衡','开阳','摇光','洞明','隐元'], + NAME_XUAN_KONG:['贪狼','巨门','禄存','文曲','廉贞','武曲','破军','左辅','右弼'], + NAME_QI_MEN:['天蓬','天芮','天冲','天辅','天禽','天心','天柱','天任','天英'], + BA_MEN_QI_MEN:['休','死','伤','杜','','开','惊','生','景'], + NAME_TAI_YI:['太乙','摄提','轩辕','招摇','天符','青龙','咸池','太阴','天乙'], + TYPE_TAI_YI:['吉神','凶神','安神','安神','凶神','吉神','凶神','吉神','吉神'], + SONG_TAI_YI:['门中太乙明,星官号贪狼,赌彩财喜旺,婚姻大吉昌,出入无阻挡,参谒见贤良,此行三五里,黑衣别阴阳。','门前见摄提,百事必忧疑,相生犹自可,相克祸必临,死门并相会,老妇哭悲啼,求谋并吉事,尽皆不相宜,只可藏隐遁,若动伤身疾。','出入会轩辕,凡事必缠牵,相生全不美,相克更忧煎,远行多不利,博彩尽输钱,九天玄女法,句句不虚言。','招摇号木星,当之事莫行,相克行人阻,阴人口舌迎,梦寐多惊惧,屋响斧自鸣,阴阳消息理,万法弗违情。','五鬼为天符,当门阴女谋,相克无好事,行路阻中途,走失难寻觅,道逢有尼姑,此星当门值,万事有灾除。','神光跃青龙,财气喜重重,投入有酒食,赌彩最兴隆,更逢相生旺,休言克破凶,见贵安营寨,万事总吉同。','吾将为咸池,当之尽不宜,出入多不利,相克有灾情,赌彩全输尽,求财空手回,仙人真妙语,愚人莫与知,动用虚惊退,反复逆风吹。','坐临太阴星,百祸不相侵,求谋悉成就,知交有觅寻,回风归来路,恐有殃伏起,密语中记取,慎乎莫轻行。','迎来天乙星,相逢百事兴,运用和合庆,茶酒喜相迎,求谋并嫁娶,好合有天成,祸福如神验,吉凶甚分明。'], + LUCK_QI_MEN:['大凶','大凶','小吉','大吉','大吉','大吉','小凶','小吉','小凶'], + fromIndex:function(index){return _fromIndex(index);} + }; + })(); + var EightChar = (function(){ + var _fromLunar=function(lunar){ + return { + _p:{sect:2,lunar:lunar}, + setSect:function(sect){ + sect *= 1; + this._p.sect=(1===sect)?1:2; + }, + getSect:function(){return this._p.sect;}, + getDayGanIndex:function(){return 2===this._p.sect?this._p.lunar.getDayGanIndexExact2():this._p.lunar.getDayGanIndexExact();}, + getDayZhiIndex:function(){return 2===this._p.sect?this._p.lunar.getDayZhiIndexExact2():this._p.lunar.getDayZhiIndexExact();}, + getYear:function(){return this._p.lunar.getYearInGanZhiExact();}, + getYearGan:function(){return this._p.lunar.getYearGanExact();}, + getYearZhi:function(){return this._p.lunar.getYearZhiExact();}, + getYearHideGan:function(){return LunarUtil.ZHI_HIDE_GAN[this.getYearZhi()];}, + getYearWuXing:function(){return LunarUtil.WU_XING_GAN[this.getYearGan()]+LunarUtil.WU_XING_ZHI[this.getYearZhi()];}, + getYearNaYin:function(){return LunarUtil.NAYIN[this.getYear()];}, + getYearShiShenGan:function(){return LunarUtil.SHI_SHEN_GAN[this.getDayGan()+this.getYearGan()];}, + getYearShiShenZhi:function(){ + var dayGan = this.getDayGan(); + var zhi = this.getYearZhi(); + var hideGan = LunarUtil.ZHI_HIDE_GAN[zhi]; + var l = []; + for(var i=0,j=hideGan.length;i=12){ + index -= 12; + } + if(index<0){ + index += 12; + } + return LunarUtil.CHANG_SHENG[index]; + }, + getYearDiShi:function(){return this._getDiShi(this._p.lunar.getYearZhiIndexExact());}, + getYearXun:function(){return this._p.lunar.getYearXunExact()}, + getYearXunKong:function(){return this._p.lunar.getYearXunKongExact()}, + getMonth:function(){return this._p.lunar.getMonthInGanZhiExact();}, + getMonthGan:function(){return this._p.lunar.getMonthGanExact();}, + getMonthZhi:function(){return this._p.lunar.getMonthZhiExact();}, + getMonthHideGan:function(){return LunarUtil.ZHI_HIDE_GAN[this.getMonthZhi()];}, + getMonthWuXing:function(){return LunarUtil.WU_XING_GAN[this.getMonthGan()]+LunarUtil.WU_XING_ZHI[this.getMonthZhi()];}, + getMonthNaYin:function(){return LunarUtil.NAYIN[this.getMonth()];}, + getMonthShiShenGan:function(){return LunarUtil.SHI_SHEN_GAN[this.getDayGan()+this.getMonthGan()];}, + getMonthShiShenZhi:function(){ + var dayGan = this.getDayGan(); + var zhi = this.getMonthZhi(); + var hideGan = LunarUtil.ZHI_HIDE_GAN[zhi]; + var l = []; + for(var i=0,j=hideGan.length;i=10){ + ganIndex -= 10; + } + var zhiIndex = this._p.lunar.getMonthZhiIndexExact() + 3; + if(zhiIndex>=12){ + zhiIndex -= 12; + } + return LunarUtil.GAN[ganIndex+1]+LunarUtil.ZHI[zhiIndex+1]; + }, + getTaiYuanNaYin:function(){return LunarUtil.NAYIN[this.getTaiYuan()];}, + getTaiXi:function(){ + var lunar = this._p.lunar; + var ganIndex = (2 === this._p.sect) ? lunar.getDayGanIndexExact2() : lunar.getDayGanIndexExact(); + var zhiIndex = (2 === this._p.sect) ? lunar.getDayZhiIndexExact2() : lunar.getDayZhiIndexExact(); + return LunarUtil.HE_GAN_5[ganIndex]+LunarUtil.HE_ZHI_6[zhiIndex]; + }, + getTaiXiNaYin:function(){return LunarUtil.NAYIN[this.getTaiXi()];}, + getMingGong:function(){ + var monthZhiIndex = 0; + var timeZhiIndex = 0; + for(var i=0,j=LunarUtil.MONTH_ZHI.length;i12){ + zhiIndex -= 12; + } + var jiaZiIndex = LunarUtil.getJiaZiIndex(lunar.getMonthInGanZhiExact()) - (monthZhiIndex-zhiIndex); + if(jiaZiIndex>=60){ + jiaZiIndex -= 60; + } + if(jiaZiIndex<0){ + jiaZiIndex += 60; + } + return LunarUtil.JIA_ZI[jiaZiIndex]; + }, + getMingGongNaYin:function(){return LunarUtil.NAYIN[this.getMingGong()];}, + getShenGong:function(){ + var monthZhiIndex = 0; + var timeZhiIndex = 0; + for(var i=0,j=LunarUtil.MONTH_ZHI.length;i 12) { + zhiIndex -= 12; + } + var jiaZiIndex = LunarUtil.getJiaZiIndex(lunar.getMonthInGanZhiExact()) - (monthZhiIndex - zhiIndex); + if(jiaZiIndex>=60){ + jiaZiIndex -= 60; + } + if(jiaZiIndex<0){ + jiaZiIndex += 60; + } + return LunarUtil.JIA_ZI[jiaZiIndex]; + }, + getShenGongNaYin:function(){return LunarUtil.NAYIN[this.getShenGong()];}, + getLunar:function(){return this._p.lunar;}, + getYun:function(gender, sect){ + sect *= 1; + sect = (2 === sect) ? sect : 1; + var lunar = this.getLunar(); + var yang = 0 === lunar.getYearGanIndexExact() % 2; + var man = 1 === gender; + var forward = (yang && man) || (!yang && !man); + var start = (function(){ + var prev = lunar.getPrevJie(); + var next = lunar.getNextJie(); + var current = lunar.getSolar(); + var start = forward ? current : prev.getSolar(); + var end = forward ? next.getSolar() : current; + + var year; + var month; + var day; + var hour = 0; + + if (2 === sect) { + var minutes = end.subtractMinute(start); + year = Math.floor(minutes / 4320); + minutes -= year * 4320; + month = Math.floor(minutes / 360); + minutes -= month * 360; + day = Math.floor(minutes / 12); + minutes -= day * 12; + hour = minutes * 2; + } else { + var endTimeZhiIndex = (end.getHour() === 23) ? 11 : LunarUtil.getTimeZhiIndex(end.toYmdHms().substr(11, 5)); + var startTimeZhiIndex = (start.getHour() === 23) ? 11 : LunarUtil.getTimeZhiIndex(start.toYmdHms().substr(11, 5)); + // 时辰差 + var hourDiff = endTimeZhiIndex - startTimeZhiIndex; + // 天数差 + var dayDiff = end.subtract(start); + if (hourDiff < 0) { + hourDiff += 12; + dayDiff--; + } + var monthDiff = Math.floor(hourDiff * 10 / 30); + month = dayDiff * 4 + monthDiff; + day = hourDiff * 10 - monthDiff * 30; + year = Math.floor(month / 12); + month = month - year * 12; + } + + return { + year: year, + month: month, + day: day, + hour: hour + }; + })(); + var buildLiuYue = function(liuNian, index){ + return { + _p: { + index: index, + liuNian: liuNian + }, + getIndex:function(){return this._p.index;}, + getMonthInChinese:function(){return LunarUtil.MONTH[this._p.index + 1];}, + getGanZhi:function(){ + var yearGanIndex = LunarUtil.find(this._p.liuNian.getGanZhi(), LunarUtil.GAN).index - 1; + var offset = [2, 4, 6, 8, 0][yearGanIndex % 5]; + var gan = LunarUtil.GAN[(this._p.index + offset) % 10 + 1]; + var zhi = LunarUtil.ZHI[(this._p.index + LunarUtil.BASE_MONTH_ZHI_INDEX) % 12 + 1]; + return gan + zhi; + }, + getXun:function(){return LunarUtil.getXun(this.getGanZhi());}, + getXunKong:function(){return LunarUtil.getXunKong(this.getGanZhi());} + }; + }; + var buildLiuNian = function(daYun, index){ + return { + _p: { + year: daYun.getStartYear() + index, + age: daYun.getStartAge() + index, + index: index, + daYun: daYun, + lunar: daYun.getLunar() + }, + getYear: function(){return this._p.year;}, + getAge: function(){return this._p.age;}, + getIndex: function(){return this._p.index;}, + getLunar: function(){return this._p.lunar;}, + getGanZhi: function(){ + var offset = LunarUtil.getJiaZiIndex(this._p.lunar.getJieQiTable()[I18n.getMessage('jq.liChun')].getLunar().getYearInGanZhiExact()) + this._p.index; + if (this._p.daYun.getIndex() > 0) { + offset += this._p.daYun.getStartAge() - 1; + } + offset %= LunarUtil.JIA_ZI.length; + return LunarUtil.JIA_ZI[offset]; + }, + getXun:function(){return LunarUtil.getXun(this.getGanZhi());}, + getXunKong:function(){return LunarUtil.getXunKong(this.getGanZhi());}, + getLiuYue: function(){ + var l = []; + for (var i = 0; i < 12; i++) { + l.push(buildLiuYue(this,i)); + } + return l; + } + }; + }; + var buildXiaoYun = function(daYun, index, forward){ + return { + _p: { + year: daYun.getStartYear() + index, + age: daYun.getStartAge() + index, + index: index, + daYun: daYun, + forward: forward, + lunar: daYun.getLunar() + }, + getYear: function(){return this._p.year;}, + getAge: function(){return this._p.age;}, + getIndex: function(){return this._p.index;}, + getGanZhi: function(){ + var offset = LunarUtil.getJiaZiIndex(this._p.lunar.getTimeInGanZhi()); + var add = this._p.index + 1; + if (this._p.daYun.getIndex() > 0) { + add += this._p.daYun.getStartAge() - 1; + } + offset += this._p.forward ? add : -add; + var size = LunarUtil.JIA_ZI.length; + while (offset < 0) { + offset += size; + } + offset %= size; + return LunarUtil.JIA_ZI[offset]; + }, + getXun:function(){return LunarUtil.getXun(this.getGanZhi());}, + getXunKong:function(){return LunarUtil.getXunKong(this.getGanZhi());} + }; + }; + var buildDaYun = function(yun, index){ + var birthYear = yun.getLunar().getSolar().getYear(); + var year = yun.getStartSolar().getYear(); + var startYear; + var startAge; + var endYear; + var endAge; + if (index < 1) { + startYear = birthYear; + startAge = 1; + endYear = year - 1; + endAge = year - birthYear; + } else { + var add = (index - 1) * 10; + startYear = year + add; + startAge = startYear - birthYear + 1; + endYear = startYear + 9; + endAge = startAge + 9; + } + return { + _p: { + startYear: startYear, + endYear: endYear, + startAge: startAge, + endAge: endAge, + index: index, + yun: yun, + lunar: yun.getLunar() + }, + getStartYear: function(){return this._p.startYear;}, + getEndYear: function(){return this._p.endYear;}, + getStartAge: function(){return this._p.startAge;}, + getEndAge: function(){return this._p.endAge;}, + getIndex: function(){return this._p.index;}, + getLunar: function(){return this._p.lunar;}, + getGanZhi: function(){ + if (this._p.index < 1) { + return ''; + } + var offset = LunarUtil.getJiaZiIndex(this._p.lunar.getMonthInGanZhiExact()); + offset += this._p.yun.isForward() ? this._p.index : -this._p.index; + var size = LunarUtil.JIA_ZI.length; + if (offset >= size) { + offset -= size; + } + if (offset < 0) { + offset += size; + } + return LunarUtil.JIA_ZI[offset]; + }, + getXun:function(){return LunarUtil.getXun(this.getGanZhi());}, + getXunKong:function(){return LunarUtil.getXunKong(this.getGanZhi());}, + getLiuNian: function(n){ + if (!n) { + n = 10; + } + if (this._p.index < 1) { + n = this._p.endYear-this._p.startYear+1; + } + var l = []; + for (var i = 0; i < n; i++) { + l.push(buildLiuNian(this,i)); + } + return l; + }, + getXiaoYun: function(n){ + if (!n) { + n = 10; + } + if (this._p.index < 1) { + n = this._p.endYear-this._p.startYear+1; + } + var l = []; + for (var i = 0; i < n; i++) { + l.push(buildXiaoYun(this,i,this._p.yun.isForward())); + } + return l; + } + }; + }; + return { + _p: { + gender: gender, + startYear: start.year, + startMonth: start.month, + startDay: start.day, + startHour: start.hour, + forward: forward, + lunar: lunar + }, + getGender: function(){return this._p.gender;}, + getStartYear: function(){return this._p.startYear;}, + getStartMonth: function(){return this._p.startMonth;}, + getStartDay: function(){return this._p.startDay;}, + getStartHour: function(){return this._p.startHour;}, + isForward: function(){return this._p.forward;}, + getLunar: function(){return this._p.lunar;}, + getStartSolar: function(){ + var solar = this._p.lunar.getSolar(); + solar = solar.nextYear(this._p.startYear); + solar = solar.nextMonth(this._p.startMonth); + solar = solar.next(this._p.startDay); + return solar.nextHour(this._p.startHour); + }, + getDaYun: function(n){ + if (!n) { + n = 10; + } + var l = []; + for (var i = 0; i < n; i++) { + l.push(buildDaYun(this,i)); + } + return l; + } + }; + }, + toString:function(){return this.getYear()+' '+this.getMonth()+' '+this.getDay()+' '+this.getTime();} + }; + }; + return { + fromLunar:function(lunar){return _fromLunar(lunar);} + }; + })(); + var LunarTime = (function(){ + var _fromYmdHms=function(lunarYear,lunarMonth,lunarDay,hour,minute,second){ + var lunar=Lunar.fromYmdHms(lunarYear,lunarMonth,lunarDay,hour,minute,second); + var zhiIndex=LunarUtil.getTimeZhiIndex([(hour<10?'0':'')+hour,(minute<10?'0':'')+minute].join(':')); + var ganIndex = (lunar.getDayGanIndexExact() % 5 * 2 + zhiIndex) % 10; + return { + _p:{ + ganIndex:ganIndex, + zhiIndex:zhiIndex, + lunar:lunar + }, + getGanIndex:function(){return this._p.ganIndex;}, + getZhiIndex:function(){return this._p.zhiIndex;}, + getGan:function(){return LunarUtil.GAN[this._p.ganIndex+1];}, + getZhi:function(){return LunarUtil.ZHI[this._p.zhiIndex+1];}, + getGanZhi:function(){return this.getGan()+this.getZhi();}, + getShengXiao:function(){return LunarUtil.SHENGXIAO[this._p.zhiIndex+1];}, + getPositionXi:function(){return LunarUtil.POSITION_XI[this._p.ganIndex + 1];}, + getPositionXiDesc:function(){return LunarUtil.POSITION_DESC[this.getPositionXi()];}, + getPositionYangGui:function(){return LunarUtil.POSITION_YANG_GUI[this._p.ganIndex + 1];}, + getPositionYangGuiDesc:function(){return LunarUtil.POSITION_DESC[this.getPositionYangGui()];}, + getPositionYinGui:function(){return LunarUtil.POSITION_YIN_GUI[this._p.ganIndex + 1];}, + getPositionYinGuiDesc:function(){return LunarUtil.POSITION_DESC[this.getPositionYinGui()];}, + getPositionFu:function(sect){return (1===sect?LunarUtil.POSITION_FU:LunarUtil.POSITION_FU_2)[this._p.ganIndex + 1];}, + getPositionFuDesc:function(sect){return LunarUtil.POSITION_DESC[this.getPositionFu(sect)];}, + getPositionCai:function(){return LunarUtil.POSITION_CAI[this._p.ganIndex + 1];}, + getPositionCaiDesc:function(){return LunarUtil.POSITION_DESC[this.getPositionCai()];}, + getNaYin:function(){return LunarUtil.NAYIN[this.getGanZhi()];}, + getTianShen:function(){ + return LunarUtil.TIAN_SHEN[(this._p.zhiIndex + LunarUtil.ZHI_TIAN_SHEN_OFFSET[this._p.lunar.getDayZhiExact()]) % 12 + 1]; + }, + getTianShenType:function(){return LunarUtil.TIAN_SHEN_TYPE[this.getTianShen()];}, + getTianShenLuck:function(){return LunarUtil.TIAN_SHEN_TYPE_LUCK[this.getTianShenType()];}, + getChong:function(){return LunarUtil.CHONG[this._p.zhiIndex];}, + getSha:function(){return LunarUtil.SHA[this.getZhi()];}, + getChongShengXiao:function(){ + var chong = this.getChong(); + for (var i = 0, j = LunarUtil.ZHI.length; i < j; i++) { + if (LunarUtil.ZHI[i]===chong) { + return LunarUtil.SHENGXIAO[i]; + } + } + return ''; + }, + getChongDesc:function(){return '(' + this.getChongGan() + this.getChong() + ')' + this.getChongShengXiao();}, + getChongGan:function(){return LunarUtil.CHONG_GAN[this._p.ganIndex];}, + getChongGanTie:function(){return LunarUtil.CHONG_GAN_TIE[this._p.ganIndex];}, + getYi:function(){return LunarUtil.getTimeYi(this._p.lunar.getDayInGanZhiExact(), this.getGanZhi());}, + getJi:function(){return LunarUtil.getTimeJi(this._p.lunar.getDayInGanZhiExact(), this.getGanZhi());}, + getNineStar:function(){ + var solarYmd = this._p.lunar.getSolar().toYmd(); + var jieQi = this._p.lunar.getJieQiTable(); + var asc = false; + if (solarYmd>=jieQi[I18n.getMessage('jq.dongZhi')].toYmd() && solarYmd 22){ + return '23:00'; + } + if(hour%2===0){ + hour-=1; + } + return (hour<10?'0':'')+hour+':00'; + }, + getMaxHm:function(){ + var hour = this._p.lunar.getHour(); + if (hour <1){ + return '00:59'; + } else if (hour > 22) { + return '23:59'; + } + if(hour%2!==0){ + hour+=1; + } + return (hour<10?'0':'')+hour+':59'; + }, + toString:function(){return this.getGanZhi();} + }; + }; + return { + fromYmdHms:function(lunarYear,lunarMonth,lunarDay,hour,minute,second){return _fromYmdHms(lunarYear,lunarMonth,lunarDay,hour,minute,second);} + }; + })(); + var FotoUtil = (function(){ + var XIU_OFFSET = [11, 13, 15, 17, 19, 21, 24, 0, 2, 4, 7, 9]; + var _f=function(name,result,everyMonth,remark){ + return { + _p:{ + name:name, + result:result?result:'', + everyMonth:!!everyMonth, + remark:remark?remark:'' + }, + getName:function(){return this._p.name;}, + getResult:function(){return this._p.result;}, + isEveryMonth:function(){return this._p.everyMonth;}, + getRemark:function(){return this._p.remark;}, + toString:function(){return this._p.name;}, + toFullString:function(){ + var l = [this._p.name]; + if(this._p.result) { + l.push(this._p.result); + } + if(this._p.remark) { + l.push(this._p.remark); + } + return l.join(' '); + } + }; + }; + var _getXiu=function(m,d){ + return FotoUtil.XIU_27[(XIU_OFFSET[Math.abs(m)-1] + d - 1) % FotoUtil.XIU_27.length]; + }; + var dj='犯者夺纪'; + var js='犯者减寿'; + var ss='犯者损寿'; + var xl='犯者削禄夺纪'; + var jw='犯者三年内夫妇俱亡'; + var _y=_f('杨公忌'); + var _t=_f('四天王巡行', '', true); + var _d=_f('斗降', dj, true); + var _s=_f('月朔', dj, true); + var _w=_f('月望', dj, true); + var _h=_f('月晦', js, true); + var _l=_f('雷斋日', js, true); + var _j=_f('九毒日', '犯者夭亡,奇祸不测'); + var _r=_f('人神在阴', '犯者得病', true, '宜先一日即戒'); + var _m=_f('司命奏事', js, true, '如月小,即戒廿九'); + var _hh=_f('月晦', js, true, '如月小,即戒廿九'); + return { + XIU_27:[ + '{xx.jiao}', + '{xx.kang}', + '{xx.di}', + '{xx.fang}', + '{xx.xin}', + '{xx.tail}', + '{xx.ji}', + '{xx.dou}', + '{xx.nv}', + '{xx.xu}', + '{xx.wei}', + '{xx.shi}', + '{xx.qiang}', + '{xx.kui}', + '{xx.lou}', + '{xx.vei}', + '{xx.mao}', + '{xx.bi}', + '{xx.zi}', + '{xx.can}', + '{xx.jing}', + '{xx.gui}', + '{xx.liu}', + '{xx.xing}', + '{xx.zhang}', + '{xx.yi}', + '{xx.zhen}' + ], + DAY_ZHAI_GUAN_YIN:['1-8','2-7','2-9','2-19','3-3','3-6','3-13','4-22','5-3','5-17','6-16','6-18','6-19','6-23','7-13','8-16','9-19','9-23','10-2','11-19','11-24','12-25'], + FESTIVAL:{ + '1-1': [_f('天腊,玉帝校世人神气禄命', xl), _s], + '1-3': [_f('万神都会', dj), _d], + '1-5': [_f('五虚忌')], + '1-6': [_f('六耗忌'), _l], + '1-7': [_f('上会日', ss)], + '1-8': [_f('五殿阎罗天子诞', dj), _t], + '1-9': [_f('玉皇上帝诞', dj)], + '1-13': [_y], + '1-14': [_f('三元降', js), _t], + '1-15': [_f('三元降', js), _f('上元神会', dj), _w, _t], + '1-16': [_f('三元降', js)], + '1-19': [_f('长春真人诞')], + '1-23': [_f('三尸神奏事'), _t], + '1-25': [_h, _f('天地仓开日', '犯者损寿,子带疾')], + '1-27': [_d], + '1-28': [_r], + '1-29': [_t], + '1-30': [_hh, _m, _t], + '2-1': [_f('一殿秦广王诞', dj), _s], + '2-2': [_f('万神都会', dj), _f('福德土地正神诞', '犯者得祸')], + '2-3': [_f('文昌帝君诞', xl), _d], + '2-6': [_f('东华帝君诞'), _l], + '2-8': [_f('释迦牟尼佛出家', dj), _f('三殿宋帝王诞', dj), _f('张大帝诞', dj), _t], + '2-11': [_y], + '2-14': [_t], + '2-15': [_f('释迦牟尼佛涅槃', xl), _f('太上老君诞', xl), _f('月望', xl, true), _t], + '2-17': [_f('东方杜将军诞')], + '2-18': [_f('四殿五官王诞', xl), _f('至圣先师孔子讳辰', xl)], + '2-19': [_f('观音大士诞', dj)], + '2-21': [_f('普贤菩萨诞')], + '2-23': [_t], + '2-25': [_h], + '2-27': [_d], + '2-28': [_r], + '2-29': [_t], + '2-30': [_hh, _m, _t], + '3-1': [_f('二殿楚江王诞', dj), _s], + '3-3': [_f('玄天上帝诞', dj), _d], + '3-6': [_l], + '3-8': [_f('六殿卞城王诞', dj), _t], + '3-9': [_f('牛鬼神出', '犯者产恶胎'), _y], + '3-12': [_f('中央五道诞')], + '3-14': [_t], + '3-15': [_f('昊天上帝诞', dj), _f('玄坛诞', dj), _w, _t], + '3-16': [_f('准提菩萨诞', dj)], + '3-19': [_f('中岳大帝诞'), _f('后土娘娘诞'), _f('三茅降')], + '3-20': [_f('天地仓开日', ss), _f('子孙娘娘诞')], + '3-23': [_t], + '3-25': [_h], + '3-27': [_f('七殿泰山王诞'), _d], + '3-28': [_r, _f('苍颉至圣先师诞', xl), _f('东岳大帝诞')], + '3-29': [_t], + '3-30': [_hh, _m, _t], + '4-1': [_f('八殿都市王诞', dj), _s], + '4-3': [_d], + '4-4': [_f('万神善会', '犯者失瘼夭胎'), _f('文殊菩萨诞')], + '4-6': [_l], + '4-7': [_f('南斗、北斗、西斗同降', js), _y], + '4-8': [_f('释迦牟尼佛诞', dj), _f('万神善会', '犯者失瘼夭胎'), _f('善恶童子降', '犯者血死'), _f('九殿平等王诞'), _t], + '4-14': [_f('纯阳祖师诞', js), _t], + '4-15': [_w, _f('钟离祖师诞'), _t], + '4-16': [_f('天地仓开日', ss)], + '4-17': [_f('十殿转轮王诞', dj)], + '4-18': [_f('天地仓开日', ss), _f('紫徽大帝诞', ss)], + '4-20': [_f('眼光圣母诞')], + '4-23': [_t], + '4-25': [_h], + '4-27': [_d], + '4-28': [_r], + '4-29': [_t], + '4-30': [_hh, _m, _t], + '5-1': [_f('南极长生大帝诞', dj), _s], + '5-3': [_d], + '5-5': [_f('地腊', xl), _f('五帝校定生人官爵', xl), _j, _y], + '5-6': [_j, _l], + '5-7': [_j], + '5-8': [_f('南方五道诞'), _t], + '5-11': [_f('天地仓开日', ss),_f('天下都城隍诞')], + '5-12': [_f('炳灵公诞')], + '5-13': [_f('关圣降', xl)], + '5-14': [_f('夜子时为天地交泰', jw), _t], + '5-15': [_w, _j, _t], + '5-16': [_f('九毒日', jw), _f('天地元气造化万物之辰', jw)], + '5-17': [_j], + '5-18': [_f('张天师诞')], + '5-22': [_f('孝娥神诞', dj)], + '5-23': [_t], + '5-25': [_j, _h], + '5-26': [_j], + '5-27': [_j, _d], + '5-28': [_r], + '5-29': [_t], + '5-30': [_hh, _m, _t], + '6-1': [_s], + '6-3': [_f('韦驮菩萨圣诞'), _d, _y], + '6-5': [_f('南赡部洲转大轮', ss)], + '6-6': [_f('天地仓开日', ss), _l], + '6-8': [_t], + '6-10': [_f('金粟如来诞')], + '6-14': [_t], + '6-15': [_w, _t], + '6-19': [_f('观世音菩萨成道', dj)], + '6-23': [_f('南方火神诞', '犯者遭回禄'), _t], + '6-24': [_f('雷祖诞', xl), _f('关帝诞', xl)], + '6-25': [_h], + '6-27': [_d], + '6-28': [_r], + '6-29': [_t], + '6-30': [_hh, _m, _t], + '7-1': [_s, _y], + '7-3': [_d], + '7-5': [_f('中会日', ss, false, '一作初七')], + '7-6': [_l], + '7-7': [_f('道德腊', xl), _f('五帝校生人善恶', xl), _f('魁星诞', xl)], + '7-8': [_t], + '7-10': [_f('阴毒日', '', false, '大忌')], + '7-12': [_f('长真谭真人诞')], + '7-13': [_f('大势至菩萨诞', js)], + '7-14': [_f('三元降', js), _t], + '7-15': [_w, _f('三元降', dj),_f('地官校籍', dj), _t], + '7-16': [_f('三元降', js)], + '7-18': [_f('西王母诞', dj)], + '7-19': [_f('太岁诞', dj)], + '7-22': [_f('增福财神诞', xl)], + '7-23': [_t], + '7-25': [_h], + '7-27': [_d], + '7-28': [_r], + '7-29': [_y, _t], + '7-30': [_f('地藏菩萨诞', dj), _hh, _m, _t], + '8-1': [_s, _f('许真君诞')], + '8-3': [_d, _f('北斗诞', xl), _f('司命灶君诞', '犯者遭回禄')], + '8-5': [_f('雷声大帝诞', dj)], + '8-6': [_l], + '8-8': [_t], + '8-10': [_f('北斗大帝诞')], + '8-12': [_f('西方五道诞')], + '8-14': [_t], + '8-15': [_w, _f('太明朝元', '犯者暴亡', false, '宜焚香守夜'), _t], + '8-16': [_f('天曹掠刷真君降', '犯者贫夭')], + '8-18': [_f('天人兴福之辰', '', false, '宜斋戒,存想吉事')], + '8-23': [_f('汉恒候张显王诞'), _t], + '8-24': [_f('灶君夫人诞')], + '8-25': [_h], + '8-27': [_d, _f('至圣先师孔子诞', xl), _y], + '8-28': [_r, _f('四天会事')], + '8-29': [_t], + '8-30': [_f('诸神考校', '犯者夺算'), _hh, _m, _t], + '9-1': [_s, _f('南斗诞', xl), _f('北斗九星降世', dj, false, '此九日俱宜斋戒')], + '9-3': [_d, _f('五瘟神诞')], + '9-6': [_l], + '9-8': [_t], + '9-9': [_f('斗母诞', xl), _f('酆都大帝诞'), _f('玄天上帝飞升')], + '9-10': [_f('斗母降', dj)], + '9-11': [_f('宜戒')], + '9-13': [_f('孟婆尊神诞')], + '9-14': [_t], + '9-15': [_w, _t], + '9-17': [_f('金龙四大王诞', '犯者遭水厄')], + '9-19': [_f('日宫月宫会合', js), _f('观世音菩萨诞', js)], + '9-23': [_t], + '9-25': [_h, _y], + '9-27': [_d], + '9-28': [_r], + '9-29': [_t], + '9-30': [_f('药师琉璃光佛诞', '犯者危疾'), _hh, _m, _t], + '10-1': [_s, _f('民岁腊', dj), _f('四天王降', '犯者一年内死')], + '10-3': [_d, _f('三茅诞')], + '10-5': [_f('下会日', js), _f('达摩祖师诞', js)], + '10-6': [_l, _f('天曹考察', dj)], + '10-8': [_f('佛涅槃日', '', false, '大忌色欲'), _t], + '10-10': [_f('四天王降', '犯者一年内死')], + '10-11': [_f('宜戒')], + '10-14': [_f('三元降', js), _t], + '10-15': [_w, _f('三元降', dj), _f('下元水府校籍', dj), _t], + '10-16': [_f('三元降', js), _t], + '10-23': [_y, _t], + '10-25': [_h], + '10-27': [_d, _f('北极紫徽大帝降')], + '10-28': [_r], + '10-29': [_t], + '10-30': [_hh, _m, _t], + '11-1': [_s], + '11-3': [_d], + '11-4': [_f('至圣先师孔子诞', xl)], + '11-6': [_f('西岳大帝诞')], + '11-8': [_t], + '11-11': [_f('天地仓开日', dj), _f('太乙救苦天尊诞', dj)], + '11-14': [_t], + '11-15': [_f('月望', '上半夜犯男死 下半夜犯女死'), _f('四天王巡行', '上半夜犯男死 下半夜犯女死')], + '11-17': [_f('阿弥陀佛诞')], + '11-19': [_f('太阳日宫诞', '犯者得奇祸')], + '11-21': [_y], + '11-23': [_f('张仙诞', '犯者绝嗣'), _t], + '11-25': [_f('掠刷大夫降', '犯者遭大凶'), _h], + '11-26': [_f('北方五道诞')], + '11-27': [_d], + '11-28': [_r], + '11-29': [_t], + '11-30': [_hh, _m, _t], + '12-1': [_s], + '12-3': [_d], + '12-6': [_f('天地仓开日', js), _l], + '12-7': [_f('掠刷大夫降', '犯者得恶疾')], + '12-8': [_f('王侯腊', dj), _f('释迦如来成佛之辰'), _t, _f('初旬内戊日,亦名王侯腊', dj)], + '12-12': [_f('太素三元君朝真')], + '12-14': [_t], + '12-15': [_w, _t], + '12-16': [_f('南岳大帝诞')], + '12-19': [_y], + '12-20': [_f('天地交道', '犯者促寿')], + '12-21': [_f('天猷上帝诞')], + '12-23': [_f('五岳诞降'), _t], + '12-24': [_f('司今朝天奏人善恶', '犯者得大祸')], + '12-25': [_f('三清玉帝同降,考察善恶', '犯者得奇祸'), _h], + '12-27': [_d], + '12-28': [_r], + '12-29': [_f('华严菩萨诞'), _t], + '12-30': [_f('诸神下降,察访善恶', '犯者男女俱亡')] + }, + OTHER_FESTIVAL:{ + '1-1': ['弥勒菩萨圣诞'], + '1-6': ['定光佛圣诞'], + '2-8': ['释迦牟尼佛出家'], + '2-15': ['释迦牟尼佛涅槃'], + '2-19': ['观世音菩萨圣诞'], + '2-21': ['普贤菩萨圣诞'], + '3-16': ['准提菩萨圣诞'], + '4-4': ['文殊菩萨圣诞'], + '4-8': ['释迦牟尼佛圣诞'], + '4-15': ['佛吉祥日'], + '4-28': ['药王菩萨圣诞'], + '5-13': ['伽蓝菩萨圣诞'], + '6-3': ['韦驮菩萨圣诞'], + '6-19': ['观音菩萨成道'], + '7-13': ['大势至菩萨圣诞'], + '7-15': ['佛欢喜日'], + '7-24': ['龙树菩萨圣诞'], + '7-30': ['地藏菩萨圣诞'], + '8-15': ['月光菩萨圣诞'], + '8-22': ['燃灯佛圣诞'], + '9-9': ['摩利支天菩萨圣诞'], + '9-19': ['观世音菩萨出家'], + '9-30': ['药师琉璃光佛圣诞'], + '10-5': ['达摩祖师圣诞'], + '10-20': ['文殊菩萨出家'], + '11-17': ['阿弥陀佛圣诞'], + '11-19': ['日光菩萨圣诞'], + '12-8': ['释迦牟尼佛成道'], + '12-23': ['监斋菩萨圣诞'], + '12-29': ['华严菩萨圣诞'] + }, + getXiu:function(m,d){return _getXiu(m,d);} + } + })(); + var Foto = (function(){ + var _fromYmdHms=function(y,m,d,hour,minute,second){ + return _fromLunar(Lunar.fromYmdHms(y+Foto.DEAD_YEAR-1,m,d,hour,minute,second)); + }; + var _fromLunar=function(lunar){ + return { + _p: { + lunar: lunar + }, + getLunar:function(){return this._p.lunar;}, + getYear:function(){ + var sy = this._p.lunar.getSolar().getYear(); + var y = sy-Foto.DEAD_YEAR; + if(sy===this._p.lunar.getYear()){ + y++; + } + return y; + }, + getMonth:function(){return this._p.lunar.getMonth();}, + getDay:function(){return this._p.lunar.getDay();}, + getYearInChinese:function(){ + var y = this.getYear()+''; + var s = ''; + var zero = '0'.charCodeAt(0); + for(var i=0,j=y.length;i -1) { + if (I18n.getMessage('jz.wuYin') === dgz) { + ret = true; + } + } else if ([I18n.getMessage('dz.si'), I18n.getMessage('dz.wu'), I18n.getMessage('dz.wei')].join(',').indexOf(mz) > -1) { + if (I18n.getMessage('jz.jiaWu') === dgz) { + ret = true; + } + } else if ([I18n.getMessage('dz.shen'), I18n.getMessage('dz.you'), I18n.getMessage('dz.xu')].join(',').indexOf(mz) > -1) { + if (I18n.getMessage('jz.wuShen') === dgz) { + ret = true; + } + } else if ([I18n.getMessage('dz.hai'), I18n.getMessage('dz.zi'), I18n.getMessage('dz.chou')].join(',').indexOf(mz) > -1) { + if (I18n.getMessage('jz.jiaZi') === dgz) { + ret = true; + } + } + return ret; + }, + toString:function(){ + return this.getYearInChinese()+'年'+this.getMonthInChinese()+'月'+this.getDayInChinese(); + }, + toFullString:function(){ + return '道歷'+this.getYearInChinese()+'年,天運'+this._p.lunar.getYearInGanZhi()+'年,'+this._p.lunar.getMonthInGanZhi()+'月,'+this._p.lunar.getDayInGanZhi()+'日。'+this.getMonthInChinese()+'月'+this.getDayInChinese()+'日,'+this._p.lunar.getTimeZhi()+'時。'; + } + }; + }; + return { + BIRTH_YEAR:-2697, + fromYmdHms:function(y,m,d,hour,minute,second){return _fromYmdHms(y,m,d,hour,minute,second);}, + fromYmd:function(y,m,d){return _fromYmdHms(y,m,d,0,0,0);}, + fromLunar:function(lunar){return _fromLunar(lunar);} + }; + })(); + var I18n = (function(){ + var _defaultLang = 'chs'; + var _lang = _defaultLang; + var _inited = false; + var _messages = { + 'chs': { + 'tg.jia': '甲', + 'tg.yi': '乙', + 'tg.bing': '丙', + 'tg.ding': '丁', + 'tg.wu': '戊', + 'tg.ji': '己', + 'tg.geng': '庚', + 'tg.xin': '辛', + 'tg.ren': '壬', + 'tg.gui': '癸', + 'dz.zi': '子', + 'dz.chou': '丑', + 'dz.yin': '寅', + 'dz.mao': '卯', + 'dz.chen': '辰', + 'dz.si': '巳', + 'dz.wu': '午', + 'dz.wei': '未', + 'dz.shen': '申', + 'dz.you': '酉', + 'dz.xu': '戌', + 'dz.hai': '亥', + 'zx.jian': '建', + 'zx.chu': '除', + 'zx.man': '满', + 'zx.ping': '平', + 'zx.ding': '定', + 'zx.zhi': '执', + 'zx.po': '破', + 'zx.wei': '危', + 'zx.cheng': '成', + 'zx.shou': '收', + 'zx.kai': '开', + 'zx.bi': '闭', + 'jz.jiaZi': '甲子', + 'jz.yiChou': '乙丑', + 'jz.bingYin': '丙寅', + 'jz.dingMao': '丁卯', + 'jz.wuChen': '戊辰', + 'jz.jiSi': '己巳', + 'jz.gengWu': '庚午', + 'jz.xinWei': '辛未', + 'jz.renShen': '壬申', + 'jz.guiYou': '癸酉', + 'jz.jiaXu': '甲戌', + 'jz.yiHai': '乙亥', + 'jz.bingZi': '丙子', + 'jz.dingChou': '丁丑', + 'jz.wuYin': '戊寅', + 'jz.jiMao': '己卯', + 'jz.gengChen': '庚辰', + 'jz.xinSi': '辛巳', + 'jz.renWu': '壬午', + 'jz.guiWei': '癸未', + 'jz.jiaShen': '甲申', + 'jz.yiYou': '乙酉', + 'jz.bingXu': '丙戌', + 'jz.dingHai': '丁亥', + 'jz.wuZi': '戊子', + 'jz.jiChou': '己丑', + 'jz.gengYin': '庚寅', + 'jz.xinMao': '辛卯', + 'jz.renChen': '壬辰', + 'jz.guiSi': '癸巳', + 'jz.jiaWu': '甲午', + 'jz.yiWei': '乙未', + 'jz.bingShen': '丙申', + 'jz.dingYou': '丁酉', + 'jz.wuXu': '戊戌', + 'jz.jiHai': '己亥', + 'jz.gengZi': '庚子', + 'jz.xinChou': '辛丑', + 'jz.renYin': '壬寅', + 'jz.guiMao': '癸卯', + 'jz.jiaChen': '甲辰', + 'jz.yiSi': '乙巳', + 'jz.bingWu': '丙午', + 'jz.dingWei': '丁未', + 'jz.wuShen': '戊申', + 'jz.jiYou': '己酉', + 'jz.gengXu': '庚戌', + 'jz.xinHai': '辛亥', + 'jz.renZi': '壬子', + 'jz.guiChou': '癸丑', + 'jz.jiaYin': '甲寅', + 'jz.yiMao': '乙卯', + 'jz.bingChen': '丙辰', + 'jz.dingSi': '丁巳', + 'jz.wuWu': '戊午', + 'jz.jiWei': '己未', + 'jz.gengShen': '庚申', + 'jz.xinYou': '辛酉', + 'jz.renXu': '壬戌', + 'jz.guiHai': '癸亥', + 'sx.rat': '鼠', + 'sx.ox': '牛', + 'sx.tiger': '虎', + 'sx.rabbit': '兔', + 'sx.dragon': '龙', + 'sx.snake': '蛇', + 'sx.horse': '马', + 'sx.goat': '羊', + 'sx.monkey': '猴', + 'sx.rooster': '鸡', + 'sx.dog': '狗', + 'sx.pig': '猪', + 'dw.long': '龙', + 'dw.niu': '牛', + 'dw.gou': '狗', + 'dw.yang': '羊', + 'dw.tu': '兔', + 'dw.shu': '鼠', + 'dw.ji': '鸡', + 'dw.ma': '马', + 'dw.hu': '虎', + 'dw.zhu': '猪', + 'dw.hou': '猴', + 'dw.she': '蛇', + 'dw.huLi': '狐', + 'dw.yan': '燕', + 'dw.bao': '豹', + 'dw.yuan': '猿', + 'dw.yin': '蚓', + 'dw.lu': '鹿', + 'dw.wu': '乌', + 'dw.jiao': '蛟', + 'dw.lang': '狼', + 'dw.fu': '蝠', + 'dw.zhang': '獐', + 'dw.xu': '獝', + 'dw.xie': '獬', + 'dw.han': '犴', + 'dw.he': '貉', + 'dw.zhi': '彘', + 'wx.jin': '金', + 'wx.mu': '木', + 'wx.shui': '水', + 'wx.huo': '火', + 'wx.tu': '土', + 'wx.ri': '日', + 'wx.yue': '月', + 'n.zero': '〇', + 'n.one': '一', + 'n.two': '二', + 'n.three': '三', + 'n.four': '四', + 'n.five': '五', + 'n.six': '六', + 'n.seven': '七', + 'n.eight': '八', + 'n.nine': '九', + 'n.ten': '十', + 'n.eleven': '十一', + 'n.twelve': '十二', + 'd.one': '初一', + 'd.two': '初二', + 'd.three': '初三', + 'd.four': '初四', + 'd.five': '初五', + 'd.six': '初六', + 'd.seven': '初七', + 'd.eight': '初八', + 'd.nine': '初九', + 'd.ten': '初十', + 'd.eleven': '十一', + 'd.twelve': '十二', + 'd.thirteen': '十三', + 'd.fourteen': '十四', + 'd.fifteen': '十五', + 'd.sixteen': '十六', + 'd.seventeen': '十七', + 'd.eighteen': '十八', + 'd.nighteen': '十九', + 'd.twenty': '二十', + 'd.twentyOne': '廿一', + 'd.twentyTwo': '廿二', + 'd.twentyThree': '廿三', + 'd.twentyFour': '廿四', + 'd.twentyFive': '廿五', + 'd.twentySix': '廿六', + 'd.twentySeven': '廿七', + 'd.twentyEight': '廿八', + 'd.twentyNine': '廿九', + 'd.thirty': '三十', + 'm.one': '正', + 'm.two': '二', + 'm.three': '三', + 'm.four': '四', + 'm.five': '五', + 'm.six': '六', + 'm.seven': '七', + 'm.eight': '八', + 'm.nine': '九', + 'm.ten': '十', + 'm.eleven': '冬', + 'm.twelve': '腊', + 'w.sun': '日', + 'w.mon': '一', + 'w.tues': '二', + 'w.wed': '三', + 'w.thur': '四', + 'w.fri': '五', + 'w.sat': '六', + 'xz.aries': '白羊', + 'xz.taurus': '金牛', + 'xz.gemini': '双子', + 'xz.cancer': '巨蟹', + 'xz.leo': '狮子', + 'xz.virgo': '处女', + 'xz.libra': '天秤', + 'xz.scorpio': '天蝎', + 'xz.sagittarius': '射手', + 'xz.capricornus': '摩羯', + 'xz.aquarius': '水瓶', + 'xz.pisces': '双鱼', + 'bg.qian': '乾', + 'bg.kun': '坤', + 'bg.zhen': '震', + 'bg.xun': '巽', + 'bg.kan': '坎', + 'bg.li': '离', + 'bg.gen': '艮', + 'bg.dui': '兑', + 'ps.center': '中', + 'ps.dong': '东', + 'ps.nan': '南', + 'ps.xi': '西', + 'ps.bei': '北', + 'ps.zhong': '中宫', + 'ps.zhengDong': '正东', + 'ps.zhengNan': '正南', + 'ps.zhengXi': '正西', + 'ps.zhengBei': '正北', + 'ps.dongBei': '东北', + 'ps.dongNan': '东南', + 'ps.xiBei': '西北', + 'ps.xiNan': '西南', + 'ps.wai': '外', + 'ps.fangNei': '房内', + 'jq.dongZhi': '冬至', + 'jq.xiaoHan': '小寒', + 'jq.daHan': '大寒', + 'jq.liChun': '立春', + 'jq.yuShui': '雨水', + 'jq.jingZhe': '惊蛰', + 'jq.chunFen': '春分', + 'jq.qingMing': '清明', + 'jq.guYu': '谷雨', + 'jq.liXia': '立夏', + 'jq.xiaoMan': '小满', + 'jq.mangZhong': '芒种', + 'jq.xiaZhi': '夏至', + 'jq.xiaoShu': '小暑', + 'jq.daShu': '大暑', + 'jq.liQiu': '立秋', + 'jq.chuShu': '处暑', + 'jq.baiLu': '白露', + 'jq.qiuFen': '秋分', + 'jq.hanLu': '寒露', + 'jq.shuangJiang': '霜降', + 'jq.liDong': '立冬', + 'jq.xiaoXue': '小雪', + 'jq.daXue': '大雪', + 'sn.qingLong': '青龙', + 'sn.baiHu': '白虎', + 'sn.zhuQue': '朱雀', + 'sn.xuanWu': '玄武', + 'sn.mingTang': '明堂', + 'sn.tianXing': '天刑', + 'sn.tianDe': '天德', + 'sn.jinKui': '金匮', + 'sn.yuTang': '玉堂', + 'sn.siMing': '司命', + 'sn.tianLao': '天牢', + 'sn.gouChen': '勾陈', + 'sn.tianEn': '天恩', + 'sn.muCang': '母仓', + 'sn.shiYang': '时阳', + 'sn.shengQi': '生气', + 'sn.yiHou': '益后', + 'sn.zaiSha': '灾煞', + 'sn.tianHuo': '天火', + 'sn.siJi': '四忌', + 'sn.baLong': '八龙', + 'sn.fuRi': '复日', + 'sn.xuShi': '续世', + 'sn.yueSha': '月煞', + 'sn.yueXu': '月虚', + 'sn.xueZhi': '血支', + 'sn.tianZei': '天贼', + 'sn.wuXu': '五虚', + 'sn.tuFu': '土符', + 'sn.guiJi': '归忌', + 'sn.xueJi': '血忌', + 'sn.yueDe': '月德', + 'sn.yueEn': '月恩', + 'sn.siXiang': '四相', + 'sn.wangRi': '王日', + 'sn.tianCang': '天仓', + 'sn.buJiang': '不将', + 'sn.wuHe': '五合', + 'sn.mingFeiDui': '鸣吠对', + 'sn.yueJian': '月建', + 'sn.xiaoShi': '小时', + 'sn.tuHu': '土府', + 'sn.wangWang': '往亡', + 'sn.yaoAn': '要安', + 'sn.siShen': '死神', + 'sn.tianMa': '天马', + 'sn.jiuHu': '九虎', + 'sn.qiNiao': '七鸟', + 'sn.liuShe': '六蛇', + 'sn.guanRi': '官日', + 'sn.jiQi': '吉期', + 'sn.yuYu': '玉宇', + 'sn.daShi': '大时', + 'sn.daBai': '大败', + 'sn.xianChi': '咸池', + 'sn.shouRi': '守日', + 'sn.tianWu': '天巫', + 'sn.fuDe': '福德', + 'sn.liuYi': '六仪', + 'sn.jinTang': '金堂', + 'sn.yanDui': '厌对', + 'sn.zhaoYao': '招摇', + 'sn.jiuKong': '九空', + 'sn.jiuKan': '九坎', + 'sn.jiuJiao': '九焦', + 'sn.xiangRi': '相日', + 'sn.baoGuang': '宝光', + 'sn.tianGang': '天罡', + 'sn.yueXing': '月刑', + 'sn.yueHai': '月害', + 'sn.youHuo': '游祸', + 'sn.chongRi': '重日', + 'sn.shiDe': '时德', + 'sn.minRi': '民日', + 'sn.sanHe': '三合', + 'sn.linRi': '临日', + 'sn.shiYin': '时阴', + 'sn.mingFei': '鸣吠', + 'sn.siQi': '死气', + 'sn.diNang': '地囊', + 'sn.yueDeHe': '月德合', + 'sn.jingAn': '敬安', + 'sn.puHu': '普护', + 'sn.jieShen': '解神', + 'sn.xiaoHao': '小耗', + 'sn.tianDeHe': '天德合', + 'sn.yueKong': '月空', + 'sn.yiMa': '驿马', + 'sn.tianHou': '天后', + 'sn.chuShen': '除神', + 'sn.yuePo': '月破', + 'sn.daHao': '大耗', + 'sn.wuLi': '五离', + 'sn.yinDe': '阴德', + 'sn.fuSheng': '福生', + 'sn.tianLi': '天吏', + 'sn.zhiSi': '致死', + 'sn.yuanWu': '元武', + 'sn.yangDe': '阳德', + 'sn.tianXi': '天喜', + 'sn.tianYi': '天医', + 'sn.yueYan': '月厌', + 'sn.diHuo': '地火', + 'sn.fourHit': '四击', + 'sn.daSha': '大煞', + 'sn.daHui': '大会', + 'sn.tianYuan': '天愿', + 'sn.liuHe': '六合', + 'sn.wuFu': '五富', + 'sn.shengXin': '圣心', + 'sn.heKui': '河魁', + 'sn.jieSha': '劫煞', + 'sn.siQiong': '四穷', + 'sn.chuShuiLong': '触水龙', + 'sn.baFeng': '八风', + 'sn.tianShe': '天赦', + 'sn.wuMu': '五墓', + 'sn.baZhuan': '八专', + 'sn.yinCuo': '阴错', + 'sn.siHao': '四耗', + 'sn.yangCuo': '阳错', + 'sn.siFei': '四废', + 'sn.sanYin': '三阴', + 'sn.xiaoHui': '小会', + 'sn.yinDaoChongYang': '阴道冲阳', + 'sn.danYin': '单阴', + 'sn.guChen': '孤辰', + 'sn.yinWei': '阴位', + 'sn.xingHen': '行狠', + 'sn.liaoLi': '了戾', + 'sn.jueYin': '绝阴', + 'sn.chunYang': '纯阳', + 'sn.suiBo': '岁薄', + 'sn.yinYangJiaoPo': '阴阳交破', + 'sn.yinYangJuCuo': '阴阳俱错', + 'sn.yinYangJiChong': '阴阳击冲', + 'sn.zhuZhen': '逐阵', + 'sn.yangCuoYinChong': '阳错阴冲', + 'sn.qiFu': '七符', + 'sn.tianGou': '天狗', + 'sn.chengRi': '成日', + 'sn.tianFu': '天符', + 'sn.guYang': '孤阳', + 'sn.jueYang': '绝阳', + 'sn.chunYin': '纯阴', + 'sn.yinShen': '阴神', + 'sn.jieChu': '解除', + 'sn.yangPoYinChong': '阳破阴冲', + 'ss.biJian': '比肩', + 'ss.jieCai': '劫财', + 'ss.shiShen': '食神', + 'ss.shangGuan': '伤官', + 'ss.pianCai': '偏财', + 'ss.zhengCai': '正财', + 'ss.qiSha': '七杀', + 'ss.zhengGuan': '正官', + 'ss.pianYin': '偏印', + 'ss.zhengYin': '正印', + 's.none': '无', + 's.huangDao': '黄道', + 's.heiDao': '黑道', + 's.goodLuck': '吉', + 's.badLuck': '凶', + 's.yin': '阴', + 's.yang': '阳', + 's.white': '白', + 's.black': '黑', + 's.blue': '碧', + 's.green': '绿', + 's.yellow': '黄', + 's.red': '赤', + 's.purple': '紫', + 'jr.chuXi': '除夕', + 'jr.chunJie': '春节', + 'jr.yuanXiao': '元宵节', + 'jr.longTou': '龙头节', + 'jr.duanWu': '端午节', + 'jr.qiXi': '七夕节', + 'jr.zhongQiu': '中秋节', + 'jr.chongYang': '重阳节', + 'jr.laBa': '腊八节', + 'jr.yuanDan': '元旦节', + 'jr.qingRen': '情人节', + 'jr.fuNv': '妇女节', + 'jr.zhiShu': '植树节', + 'jr.xiaoFei': '消费者权益日', + 'jr.wuYi': '劳动节', + 'jr.qingNian': '青年节', + 'jr.erTong': '儿童节', + 'jr.yuRen': '愚人节', + 'jr.jianDang': '建党节', + 'jr.jianJun': '建军节', + 'jr.jiaoShi': '教师节', + 'jr.guoQing': '国庆节', + 'jr.wanShengYe': '万圣节前夜', + 'jr.wanSheng': '万圣节', + 'jr.pingAn': '平安夜', + 'jr.shengDan': '圣诞节', + 'ds.changSheng': '长生', + 'ds.muYu': '沐浴', + 'ds.guanDai': '冠带', + 'ds.linGuan': '临官', + 'ds.diWang': '帝旺', + 'ds.shuai': '衰', + 'ds.bing': '病', + 'ds.si': '死', + 'ds.mu': '墓', + 'ds.jue': '绝', + 'ds.tai': '胎', + 'ds.yang': '养', + 'h.first': '初候', + 'h.second': '二候', + 'h.third': '三候', + 'h.qiuYinJie': '蚯蚓结', + 'h.miJiao': '麋角解', + 'h.shuiQuan': '水泉动', + 'h.yanBei': '雁北乡', + 'h.queShi': '鹊始巢', + 'h.zhiShi': '雉始雊', + 'h.jiShi': '鸡始乳', + 'h.zhengNiao': '征鸟厉疾', + 'h.shuiZe': '水泽腹坚', + 'h.dongFeng': '东风解冻', + 'h.zheChongShiZhen': '蛰虫始振', + 'h.yuZhi': '鱼陟负冰', + 'h.taJi': '獭祭鱼', + 'h.houYan': '候雁北', + 'h.caoMuMengDong': '草木萌动', + 'h.taoShi': '桃始华', + 'h.cangGeng': '仓庚鸣', + 'h.yingHua': '鹰化为鸠', + 'h.xuanNiaoZhi': '玄鸟至', + 'h.leiNai': '雷乃发声', + 'h.shiDian': '始电', + 'h.tongShi': '桐始华', + 'h.tianShu': '田鼠化为鴽', + 'h.hongShi': '虹始见', + 'h.pingShi': '萍始生', + 'h.mingJiu': '鸣鸠拂奇羽', + 'h.daiSheng': '戴胜降于桑', + 'h.louGuo': '蝼蝈鸣', + 'h.qiuYinChu': '蚯蚓出', + 'h.wangGua': '王瓜生', + 'h.kuCai': '苦菜秀', + 'h.miCao': '靡草死', + 'h.maiQiu': '麦秋至', + 'h.tangLang': '螳螂生', + 'h.juShi': '鵙始鸣', + 'h.fanShe': '反舌无声', + 'h.luJia': '鹿角解', + 'h.tiaoShi': '蜩始鸣', + 'h.banXia': '半夏生', + 'h.wenFeng': '温风至', + 'h.xiShuai': '蟋蟀居壁', + 'h.yingShi': '鹰始挚', + 'h.fuCao': '腐草为萤', + 'h.tuRun': '土润溽暑', + 'h.daYu': '大雨行时', + 'h.liangFeng': '凉风至', + 'h.baiLu': '白露降', + 'h.hanChan': '寒蝉鸣', + 'h.yingNai': '鹰乃祭鸟', + 'h.tianDi': '天地始肃', + 'h.heNai': '禾乃登', + 'h.hongYanLai': '鸿雁来', + 'h.xuanNiaoGui': '玄鸟归', + 'h.qunNiao': '群鸟养羞', + 'h.leiShi': '雷始收声', + 'h.zheChongPiHu': '蛰虫坯户', + 'h.shuiShiHe': '水始涸', + 'h.hongYanLaiBin': '鸿雁来宾', + 'h.queRu': '雀入大水为蛤', + 'h.juYou': '菊有黄花', + 'h.caiNai': '豺乃祭兽', + 'h.caoMuHuangLuo': '草木黄落', + 'h.zheChongXianFu': '蛰虫咸俯', + 'h.shuiShiBing': '水始冰', + 'h.diShi': '地始冻', + 'h.zhiRu': '雉入大水为蜃', + 'h.hongCang': '虹藏不见', + 'h.tianQi': '天气上升地气下降', + 'h.biSe': '闭塞而成冬', + 'h.heDan': '鹖鴠不鸣', + 'h.huShi': '虎始交', + 'h.liTing': '荔挺出', + 'ts.zhan': '占', + 'ts.hu': '户', + 'ts.win': '窗', + 'ts.fang': '房', + 'ts.chuang': '床', + 'ts.lu': '炉', + 'ts.zao': '灶', + 'ts.dui': '碓', + 'ts.mo': '磨', + 'ts.xi': '栖', + 'ts.chu': '厨', + 'ts.ce': '厕', + 'ts.cang': '仓', + 'ts.cangKu': '仓库', + 'ts.daMen': '大门', + 'ts.men': '门', + 'ts.tang': '堂', + 'ly.xianSheng': '先胜', + 'ly.xianFu': '先负', + 'ly.youYin': '友引', + 'ly.foMie': '佛灭', + 'ly.daAn': '大安', + 'ly.chiKou': '赤口', + 'yj.jiSi': '祭祀', + 'yj.qiFu': '祈福', + 'yj.qiuSi': '求嗣', + 'yj.kaiGuang': '开光', + 'yj.suHui': '塑绘', + 'yj.qiJiao': '齐醮', + 'yj.zhaiJiao': '斋醮', + 'yj.muYu': '沐浴', + 'yj.chouShen': '酬神', + 'yj.zaoMiao': '造庙', + 'yj.siZhao': '祀灶', + 'yj.fenXiang': '焚香', + 'yj.xieTu': '谢土', + 'yj.chuHuo': '出火', + 'yj.diaoKe': '雕刻', + 'yj.jiaQu': '嫁娶', + 'yj.DingHun': '订婚', + 'yj.naCai': '纳采', + 'yj.wenMing': '问名', + 'yj.naXu': '纳婿', + 'yj.guiNing': '归宁', + 'yj.anChuang': '安床', + 'yj.heZhang': '合帐', + 'yj.guanJi': '冠笄', + 'yj.dingMeng': '订盟', + 'yj.jinRenKou': '进人口', + 'yj.caiYi': '裁衣', + 'yj.wanMian': '挽面', + 'yj.kaiRong': '开容', + 'yj.xiuFen': '修坟', + 'yj.qiZuan': '启钻', + 'yj.poTu': '破土', + 'yj.anZang': '安葬', + 'yj.liBei': '立碑', + 'yj.chengFu': '成服', + 'yj.chuFu': '除服', + 'yj.kaiShengFen': '开生坟', + 'yj.heShouMu': '合寿木', + 'yj.ruLian': '入殓', + 'yj.yiJiu': '移柩', + 'yj.puDu': '普渡', + 'yj.ruZhai': '入宅', + 'yj.anXiang': '安香', + 'yj.anMen': '安门', + 'yj.xiuZao': '修造', + 'yj.qiJi': '起基', + 'yj.dongTu': '动土', + 'yj.shangLiang': '上梁', + 'yj.shuZhu': '竖柱', + 'yj.kaiJing': '开井开池', + 'yj.zuoBei': '作陂放水', + 'yj.chaiXie': '拆卸', + 'yj.poWu': '破屋', + 'yj.huaiYuan': '坏垣', + 'yj.buYuan': '补垣', + 'yj.faMuZuoLiang': '伐木做梁', + 'yj.zuoZhao': '作灶', + 'yj.jieChu': '解除', + 'yj.kaiZhuYan': '开柱眼', + 'yj.chuanPing': '穿屏扇架', + 'yj.gaiWuHeJi': '盖屋合脊', + 'yj.kaiCe': '开厕', + 'yj.zaoCang': '造仓', + 'yj.saiXue': '塞穴', + 'yj.pingZhi': '平治道涂', + 'yj.zaoQiao': '造桥', + 'yj.zuoCe': '作厕', + 'yj.zhuDi': '筑堤', + 'yj.kaiChi': '开池', + 'yj.faMu': '伐木', + 'yj.kaiQu': '开渠', + 'yj.jueJing': '掘井', + 'yj.saoShe': '扫舍', + 'yj.fangShui': '放水', + 'yj.zaoWu': '造屋', + 'yj.heJi': '合脊', + 'yj.zaoChuChou': '造畜稠', + 'yj.xiuMen': '修门', + 'yj.dingSang': '定磉', + 'yj.zuoLiang': '作梁', + 'yj.xiuShi': '修饰垣墙', + 'yj.jiaMa': '架马', + 'yj.kaiShi': '开市', + 'yj.guaBian': '挂匾', + 'yj.naChai': '纳财', + 'yj.qiuCai': '求财', + 'yj.kaiCang': '开仓', + 'yj.maiChe': '买车', + 'yj.zhiChan': '置产', + 'yj.guYong': '雇庸', + 'yj.chuHuoCai': '出货财', + 'yj.anJiXie': '安机械', + 'yj.zaoCheQi': '造车器', + 'yj.jingLuo': '经络', + 'yj.yunNiang': '酝酿', + 'yj.zuoRan': '作染', + 'yj.guZhu': '鼓铸', + 'yj.zaoChuan': '造船', + 'yj.geMi': '割蜜', + 'yj.zaiZhong': '栽种', + 'yj.quYu': '取渔', + 'yj.jieWang': '结网', + 'yj.muYang': '牧养', + 'yj.anDuiWei': '安碓磑', + 'yj.xiYi': '习艺', + 'yj.ruXue': '入学', + 'yj.liFa': '理发', + 'yj.tanBing': '探病', + 'yj.jianGui': '见贵', + 'yj.chengChuan': '乘船', + 'yj.duShui': '渡水', + 'yj.zhenJiu': '针灸', + 'yj.chuXing': '出行', + 'yj.yiXi': '移徙', + 'yj.fenJu': '分居', + 'yj.TiTou': '剃头', + 'yj.zhengShou': '整手足甲', + 'yj.naChu': '纳畜', + 'yj.buZhuo': '捕捉', + 'yj.tianLie': '畋猎', + 'yj.jiaoNiuMa': '教牛马', + 'yj.huiQinYou': '会亲友', + 'yj.fuRen': '赴任', + 'yj.qiuYi': '求医', + 'yj.zhiBing': '治病', + 'yj.ciSong': '词讼', + 'yj.qiJiDongTu': '起基动土', + 'yj.poWuHuaiYuan': '破屋坏垣', + 'yj.gaiWu': '盖屋', + 'yj.zaoCangKu': '造仓库', + 'yj.liQuanJiaoYi': '立券交易', + 'yj.jiaoYi': '交易', + 'yj.liQuan': '立券', + 'yj.anJi': '安机', + 'yj.huiYou': '会友', + 'yj.qiuYiLiaoBing': '求医疗病', + 'yj.zhuShi': '诸事不宜', + 'yj.yuShi': '馀事勿取', + 'yj.xingSang': '行丧', + 'yj.duanYi': '断蚁', + 'yj.guiXiu': '归岫', + 'xx.bi': '毕', + 'xx.yi': '翼', + 'xx.ji': '箕', + 'xx.kui': '奎', + 'xx.gui': '鬼', + 'xx.di': '氐', + 'xx.xu': '虚', + 'xx.wei': '危', + 'xx.zi': '觜', + 'xx.zhen': '轸', + 'xx.dou': '斗', + 'xx.lou': '娄', + 'xx.liu': '柳', + 'xx.fang': '房', + 'xx.xin': '心', + 'xx.shi': '室', + 'xx.can': '参', + 'xx.jiao': '角', + 'xx.niu': '牛', + 'xx.vei': '胃', + 'xx.xing': '星', + 'xx.zhang': '张', + 'xx.tail': '尾', + 'xx.qiang': '壁', + 'xx.jing': '井', + 'xx.kang': '亢', + 'xx.nv': '女', + 'xx.mao': '昴', + 'sz.chun': '春', + 'sz.xia': '夏', + 'sz.qiu': '秋', + 'sz.dong': '冬', + 'od.first': '孟', + 'od.second': '仲', + 'od.third': '季', + 'yx.shuo': '朔', + 'yx.jiShuo': '既朔', + 'yx.eMeiXin': '蛾眉新', + 'yx.eMei': '蛾眉', + 'yx.xi': '夕', + 'yx.shangXian': '上弦', + 'yx.jiuYe': '九夜', + 'yx.night': '宵', + 'yx.jianYingTu': '渐盈凸', + 'yx.xiaoWang': '小望', + 'yx.wang': '望', + 'yx.jiWang': '既望', + 'yx.liDai': '立待', + 'yx.juDai': '居待', + 'yx.qinDai': '寝待', + 'yx.gengDai': '更待', + 'yx.jianKuiTu': '渐亏凸', + 'yx.xiaXian': '下弦', + 'yx.youMing': '有明', + 'yx.eMeiCan': '蛾眉残', + 'yx.can': '残', + 'yx.xiao': '晓', + 'yx.hui': '晦', + 'ny.sangZhe': '桑柘', + 'ny.baiLa': '白蜡', + 'ny.yangLiu': '杨柳', + 'ny.jinBo': '金箔', + 'ny.haiZhong': '海中', + 'ny.daHai': '大海', + 'ny.shaZhong': '沙中', + 'ny.luZhong': '炉中', + 'ny.shanXia': '山下', + 'ny.daLin': '大林', + 'ny.pingDi': '平地', + 'ny.luPang': '路旁', + 'ny.biShang': '壁上', + 'ny.jianFeng': '剑锋', + 'ny.shanTou': '山头', + 'ny.fuDeng': '覆灯', + 'ny.jianXia': '涧下', + 'ny.tianHe': '天河', + 'ny.chengTou': '城头', + 'ny.daYi': '大驿', + 'ny.chaiChuan': '钗钏', + 'ny.quanZhong': '泉中', + 'ny.daXi': '大溪', + 'ny.wuShang': '屋上', + 'ny.piLi': '霹雳', + 'ny.tianShang': '天上', + 'ny.songBo': '松柏', + 'ny.shiLiu': '石榴', + 'ny.changLiu': '长流' + }, + 'en': { + 'tg.jia': 'Jia', + 'tg.yi': 'Yi', + 'tg.bing': 'Bing', + 'tg.ding': 'Ding', + 'tg.wu': 'Wu', + 'tg.ji': 'Ji', + 'tg.geng': 'Geng', + 'tg.xin': 'Xin', + 'tg.ren': 'Ren', + 'tg.gui': 'Gui', + 'dz.zi': 'Zi', + 'dz.chou': 'Chou', + 'dz.yin': 'Yin', + 'dz.mao': 'Mao', + 'dz.chen': 'Chen', + 'dz.si': 'Si', + 'dz.wu': 'Wu', + 'dz.wei': 'Wei', + 'dz.shen': 'Shen', + 'dz.you': 'You', + 'dz.xu': 'Xu', + 'dz.hai': 'Hai', + 'zx.jian': 'Build', + 'zx.chu': 'Remove', + 'zx.man': 'Full', + 'zx.ping': 'Flat', + 'zx.ding': 'Stable', + 'zx.zhi': 'Hold', + 'zx.po': 'Break', + 'zx.wei': 'Danger', + 'zx.cheng': 'Complete', + 'zx.shou': 'Collect', + 'zx.kai': 'Open', + 'zx.bi': 'Close', + 'jz.jiaZi': 'JiaZi', + 'jz.yiChou': 'YiChou', + 'jz.bingYin': 'BingYin', + 'jz.dingMao': 'DingMao', + 'jz.wuChen': 'WuChen', + 'jz.jiSi': 'JiSi', + 'jz.gengWu': 'GengWu', + 'jz.xinWei': 'XinWei', + 'jz.renShen': 'RenShen', + 'jz.guiYou': 'GuiYou', + 'jz.jiaXu': 'JiaXu', + 'jz.yiHai': 'YiHai', + 'jz.bingZi': 'BingZi', + 'jz.dingChou': 'DingChou', + 'jz.wuYin': 'WuYin', + 'jz.jiMao': 'JiMao', + 'jz.gengChen': 'GengChen', + 'jz.xinSi': 'XinSi', + 'jz.renWu': 'RenWu', + 'jz.guiWei': 'GuiWei', + 'jz.jiaShen': 'JiaShen', + 'jz.yiYou': 'YiYou', + 'jz.bingXu': 'BingXu', + 'jz.dingHai': 'DingHai', + 'jz.wuZi': 'WuZi', + 'jz.jiChou': 'JiChou', + 'jz.gengYin': 'GengYin', + 'jz.xinMao': 'XinMao', + 'jz.renChen': 'RenChen', + 'jz.guiSi': 'GuiSi', + 'jz.jiaWu': 'JiaWu', + 'jz.yiWei': 'YiWei', + 'jz.bingShen': 'BingShen', + 'jz.dingYou': 'DingYou', + 'jz.wuXu': 'WuXu', + 'jz.jiHai': 'JiHai', + 'jz.gengZi': 'GengZi', + 'jz.xinChou': 'XinChou', + 'jz.renYin': 'RenYin', + 'jz.guiMao': 'GuiMao', + 'jz.jiaChen': 'JiaChen', + 'jz.yiSi': 'YiSi', + 'jz.bingWu': 'BingWu', + 'jz.dingWei': 'DingWei', + 'jz.wuShen': 'WuShen', + 'jz.jiYou': 'JiYou', + 'jz.gengXu': 'GengXu', + 'jz.xinHai': 'XinHai', + 'jz.renZi': 'RenZi', + 'jz.guiChou': 'GuiChou', + 'jz.jiaYin': 'JiaYin', + 'jz.yiMao': 'YiMao', + 'jz.bingChen': 'BingChen', + 'jz.dingSi': 'DingSi', + 'jz.wuWu': 'WuWu', + 'jz.jiWei': 'JiWei', + 'jz.gengShen': 'GengShen', + 'jz.xinYou': 'XinYou', + 'jz.renXu': 'RenXu', + 'jz.guiHai': 'GuiHai', + 'sx.rat': 'Rat', + 'sx.ox': 'Ox', + 'sx.tiger': 'Tiger', + 'sx.rabbit': 'Rabbit', + 'sx.dragon': 'Dragon', + 'sx.snake': 'Snake', + 'sx.horse': 'Horse', + 'sx.goat': 'Goat', + 'sx.monkey': 'Monkey', + 'sx.rooster': 'Rooster', + 'sx.dog': 'Dog', + 'sx.pig': 'Pig', + 'dw.long': 'Dragon', + 'dw.niu': 'Ox', + 'dw.gou': 'Dog', + 'dw.yang': 'Goat', + 'dw.tu': 'Rabbit', + 'dw.shu': 'Rat', + 'dw.ji': 'Rooster', + 'dw.ma': 'Horse', + 'dw.hu': 'Tiger', + 'dw.zhu': 'Pig', + 'dw.hou': 'Monkey', + 'dw.she': 'Snake', + 'dw.huLi': 'Fox', + 'dw.yan': 'Swallow', + 'dw.bao': 'Leopard', + 'dw.yuan': 'Ape', + 'dw.yin': 'Earthworm', + 'dw.lu': 'Deer', + 'dw.wu': 'Crow', + 'dw.lang': 'Wolf', + 'dw.fu': 'Bat', + 'wx.jin': 'Metal', + 'wx.mu': 'Wood', + 'wx.shui': 'Water', + 'wx.huo': 'Fire', + 'wx.tu': 'Earth', + 'wx.ri': 'Sun', + 'wx.yue': 'Moon', + 'n.zero': '0', + 'n.one': '1', + 'n.two': '2', + 'n.three': '3', + 'n.four': '4', + 'n.five': '5', + 'n.six': '6', + 'n.seven': '7', + 'n.eight': '8', + 'n.nine': '9', + 'n.ten': '10', + 'n.eleven': '11', + 'n.twelve': '12', + 'w.sun': 'Sunday', + 'w.mon': 'Monday', + 'w.tues': 'Tuesday', + 'w.wed': 'Wednesday', + 'w.thur': 'Thursday', + 'w.fri': 'Friday', + 'w.sat': 'Saturday', + 'xz.aries': 'Aries', + 'xz.taurus': 'Taurus', + 'xz.gemini': 'Gemini', + 'xz.cancer': 'Cancer', + 'xz.leo': 'Leo', + 'xz.virgo': 'Virgo', + 'xz.libra': 'Libra', + 'xz.scorpio': 'Scorpio', + 'xz.sagittarius': 'Sagittarius', + 'xz.capricornus': 'Capricornus', + 'xz.aquarius': 'Aquarius', + 'xz.pisces': 'Pisces', + 'bg.qian': 'Qian', + 'bg.kun': 'Kun', + 'bg.zhen': 'Zhen', + 'bg.xun': 'Xun', + 'bg.kan': 'Kan', + 'bg.li': 'Li', + 'bg.gen': 'Gen', + 'bg.dui': 'Dui', + 'ps.center': 'Center', + 'ps.dong': 'East', + 'ps.nan': 'South', + 'ps.xi': 'West', + 'ps.bei': 'North', + 'ps.zhong': 'Center', + 'ps.zhengDong': 'East', + 'ps.zhengNan': 'South', + 'ps.zhengXi': 'West', + 'ps.zhengBei': 'North', + 'ps.dongBei': 'Northeast', + 'ps.dongNan': 'Southeast', + 'ps.xiBei': 'Northwest', + 'ps.xiNan': 'Southwest', + 'jq.dongZhi': 'Winter Solstice', + 'jq.xiaoHan': 'Lesser Cold', + 'jq.daHan': 'Great Cold', + 'jq.liChun': 'Spring Beginning', + 'jq.yuShui': 'Rain Water', + 'jq.jingZhe': 'Awakening from Hibernation', + 'jq.chunFen': 'Spring Equinox', + 'jq.qingMing': 'Fresh Green', + 'jq.guYu': 'Grain Rain', + 'jq.liXia': 'Beginning of Summer', + 'jq.xiaoMan': 'Lesser Fullness', + 'jq.mangZhong': 'Grain in Ear', + 'jq.xiaZhi': 'Summer Solstice', + 'jq.xiaoShu': 'Lesser Heat', + 'jq.daShu': 'Greater Heat', + 'jq.liQiu': 'Beginning of Autumn', + 'jq.chuShu': 'End of Heat', + 'jq.baiLu': 'White Dew', + 'jq.qiuFen': 'Autumnal Equinox', + 'jq.hanLu': 'Cold Dew', + 'jq.shuangJiang': 'First Frost', + 'jq.liDong': 'Beginning of Winter', + 'jq.xiaoXue': 'Light Snow', + 'jq.daXue': 'Heavy Snow', + 'sn.qingLong': 'Azure Dragon', + 'sn.baiHu': 'White Tiger', + 'sn.zhuQue': 'Rosefinch', + 'sn.xuanWu': 'Black Tortoise', + 'sn.tianEn': 'Serene Grace', + 'sn.siShen': 'Death', + 'sn.tianMa': 'Pegasus', + 'sn.baLong': 'Eight Dragon', + 'sn.jiuHu': 'Nine Tiger', + 'sn.qiNiao': 'Seven Bird', + 'sn.liuShe': 'Six Snake', + 's.none': 'None', + 's.goodLuck': 'Good luck', + 's.badLuck': 'Bad luck', + 's.yin': 'Yin', + 's.yang': 'Yang', + 's.white': 'White', + 's.black': 'Black', + 's.blue': 'Blue', + 's.green': 'Green', + 's.yellow': 'Yellow', + 's.red': 'Red', + 's.purple': 'Purple', + 'jr.chuXi': 'Chinese New Year\'s Eve', + 'jr.chunJie': 'Luna New Year', + 'jr.yuanXiao': 'Lantern Festival', + 'jr.duanWu': 'Dragon Boat Festival', + 'jr.qiXi': 'Begging Festival', + 'jr.zhongQiu': 'Mid-Autumn Festival', + 'jr.laBa': 'Laba Festival', + 'jr.yuanDan': 'New Year\'s Day', + 'jr.qingRen': 'Valentine\'s Day', + 'jr.fuNv': 'Women\'s Day', + 'jr.xiaoFei': 'Consumer Rights Day', + 'jr.zhiShu': 'Arbor Day', + 'jr.wuYi': 'International Worker\'s Day', + 'jr.erTong': 'Children\'s Day', + 'jr.qingNian': 'Youth Day', + 'jr.yuRen': 'April Fools\' Day', + 'jr.jianDang': 'Party\'s Day', + 'jr.jianJun': 'Army Day', + 'jr.jiaoShi': 'Teachers\' Day', + 'jr.guoQing': 'National Day', + 'jr.wanShengYe': 'All Saints\' Eve', + 'jr.wanSheng': 'All Saints\' Day', + 'jr.pingAn': 'Christmas Eve', + 'jr.shengDan': 'Christmas Day', + 'ts.zhan': 'At', + 'ts.hu': 'Household', + 'ts.zao': 'Cooker', + 'ts.dui': 'Pestle', + 'ts.xi': 'Habitat', + 'ts.win': 'Window', + 'ts.fang': 'Room', + 'ts.chuang': 'Bed', + 'ts.lu': 'Stove', + 'ts.mo': 'Mill', + 'ts.chu': 'Kitchen', + 'ts.ce': 'Toilet', + 'ts.cang': 'Depot', + 'ts.cangKu': 'Depot', + 'ts.daMen': 'Gate', + 'ts.men': 'Door', + 'ts.tang': 'Hall', + 'ly.xianSheng': 'Win first', + 'ly.xianFu': 'Lose first', + 'ly.youYin': 'Friend\'s referral', + 'ly.foMie': 'Buddhism\'s demise', + 'ly.daAn': 'Great safety', + 'ly.chiKou': 'Chikagoro', + 'yj.jiSi': 'Sacrifice', + 'yj.qiFu': 'Pray', + 'yj.qiuSi': 'Seek heirs', + 'yj.kaiGuang': 'Consecretion', + 'yj.suHui': 'Paint sculptural', + 'yj.qiJiao': 'Build altar', + 'yj.zhaiJiao': 'Taoist rites', + 'yj.muYu': 'Bathing', + 'yj.chouShen': 'Reward gods', + 'yj.zaoMiao': 'Build temple', + 'yj.siZhao': 'Offer kitchen god', + 'yj.fenXiang': 'Burn incense', + 'yj.xieTu': 'Earth gratitude', + 'yj.chuHuo': 'Expel the flame', + 'yj.diaoKe': 'Carving', + 'yj.jiaQu': 'Marriage', + 'yj.DingHun': 'Engagement', + 'yj.naCai': 'Proposing', + 'yj.wenMing': 'Ask name', + 'yj.naXu': 'Uxorilocal marriage', + 'yj.guiNing': 'Visit parents', + 'yj.anChuang': 'Bed placing', + 'yj.heZhang': 'Make up accounts', + 'yj.guanJi': 'Crowning adulthood', + 'yj.dingMeng': 'Make alliance', + 'yj.jinRenKou': 'Adopt', + 'yj.caiYi': 'Dressmaking', + 'yj.wanMian': 'Cosmeticsurgery', + 'yj.kaiRong': 'Open face', + 'yj.xiuFen': 'Grave repair', + 'yj.qiZuan': 'Open coffin', + 'yj.poTu': 'Break earth', + 'yj.anZang': 'Burial', + 'yj.liBei': 'Tombstone erecting', + 'yj.chengFu': 'Formation of clothes', + 'yj.chuFu': 'Mourning clothes removal', + 'yj.kaiShengFen': 'Open grave', + 'yj.heShouMu': 'Make coffin', + 'yj.ruLian': 'Body placing', + 'yj.yiJiu': 'Move coffin', + 'yj.puDu': 'Save soul', + 'yj.ruZhai': 'Enter house', + 'yj.anXiang': 'Incenst placement', + 'yj.anMen': 'Door placing', + 'yj.xiuZao': 'Repair', + 'yj.qiJi': 'Digging', + 'yj.dongTu': 'Break ground', + 'yj.shangLiang': 'Beam placing', + 'yj.shuZhu': 'Erecting pillars', + 'yj.kaiJing': 'Open pond and well', + 'yj.zuoBei': 'Make pond and fill water', + 'yj.chaiXie': 'Smash house', + 'yj.poWu': 'Break house', + 'yj.huaiYuan': 'Demolish', + 'yj.buYuan': 'Mending', + 'yj.faMuZuoLiang': 'Make beams', + 'yj.zuoZhao': 'Make stove', + 'yj.jieChu': 'Removal', + 'yj.kaiZhuYan': 'Build beam', + 'yj.chuanPing': 'Build door', + 'yj.gaiWuHeJi': 'Cover house', + 'yj.kaiCe': 'Open toilet', + 'yj.zaoCang': 'Build depot', + 'yj.saiXue': 'Block nest', + 'yj.pingZhi': 'Repair roads', + 'yj.zaoQiao': 'Build bridge', + 'yj.zuoCe': 'Build toilet', + 'yj.zhuDi': 'Fill', + 'yj.kaiChi': 'Open pond', + 'yj.faMu': 'Lumbering', + 'yj.kaiQu': 'Canalization', + 'yj.jueJing': 'Dig well', + 'yj.saoShe': 'Sweep house', + 'yj.fangShui': 'Drainage', + 'yj.zaoWu': 'Build house', + 'yj.heJi': 'Close ridge', + 'yj.zaoChuChou': 'Livestock thickening', + 'yj.xiuMen': 'Repair door', + 'yj.dingSang': 'Fix stone', + 'yj.zuoLiang': 'Beam construction', + 'yj.xiuShi': 'Decorate wall', + 'yj.jiaMa': 'Erect horse', + 'yj.kaiShi': 'Opening', + 'yj.guaBian': 'Hang plaque', + 'yj.naChai': 'Accept wealth', + 'yj.qiuCai': 'Seek wealth', + 'yj.kaiCang': 'Open depot', + 'yj.maiChe': 'Buy car', + 'yj.zhiChan': 'Buy property', + 'yj.guYong': 'Hire', + 'yj.chuHuoCai': 'Delivery', + 'yj.anJiXie': 'Build machine', + 'yj.zaoCheQi': 'Build car', + 'yj.jingLuo': 'Build loom', + 'yj.yunNiang': 'Brew', + 'yj.zuoRan': 'Dye', + 'yj.guZhu': 'Cast', + 'yj.zaoChuan': 'Build boat', + 'yj.geMi': 'Harvest honey', + 'yj.zaiZhong': 'Farming', + 'yj.quYu': 'Fishing', + 'yj.jieWang': 'Netting', + 'yj.muYang': 'Graze', + 'yj.anDuiWei': 'Build rub', + 'yj.xiYi': 'Learn', + 'yj.ruXue': 'Enter school', + 'yj.liFa': 'Haircut', + 'yj.tanBing': 'Visiting', + 'yj.jianGui': 'Meet noble', + 'yj.chengChuan': 'Ride boat', + 'yj.duShui': 'Cross water', + 'yj.zhenJiu': 'Acupuncture', + 'yj.chuXing': 'Travel', + 'yj.yiXi': 'Move', + 'yj.fenJu': 'Live apart', + 'yj.TiTou': 'Shave', + 'yj.zhengShou': 'Manicure', + 'yj.naChu': 'Feed livestock', + 'yj.buZhuo': 'Catch', + 'yj.tianLie': 'Hunt', + 'yj.jiaoNiuMa': 'Train horse', + 'yj.huiQinYou': 'Meet friends', + 'yj.fuRen': 'Go post', + 'yj.qiuYi': 'See doctor', + 'yj.zhiBing': 'Treat', + 'yj.ciSong': 'Litigation', + 'yj.qiJiDongTu': 'Lay foundation', + 'yj.poWuHuaiYuan': 'Demolish', + 'yj.gaiWu': 'Build house', + 'yj.zaoCangKu': 'Build depot', + 'yj.liQuanJiaoYi': 'Covenant trade', + 'yj.jiaoYi': 'Trade', + 'yj.liQuan': 'Covenant', + 'yj.anJi': 'Install machine', + 'yj.huiYou': 'Meet friends', + 'yj.qiuYiLiaoBing': 'Seek treatment', + 'yj.zhuShi': 'Everything Sucks', + 'yj.yuShi': 'Do nothing else', + 'yj.xingSang': 'Funeral', + 'yj.duanYi': 'Block ant hole', + 'yj.guiXiu': 'Place beam', + 'xx.bi': 'Finish', + 'xx.yi': 'Wing', + 'xx.ji': 'Sieve', + 'xx.kui': 'Qui', + 'xx.gui': 'Ghost', + 'xx.di': 'Foundation', + 'xx.xu': 'Virtual', + 'xx.wei': 'Danger', + 'xx.zi': 'Mouth', + 'xx.zhen': 'Cross-bar', + 'xx.dou': 'Fight', + 'xx.lou': 'Weak', + 'xx.liu': 'Willow', + 'xx.fang': 'House', + 'xx.xin': 'Heart', + 'xx.shi': 'Room', + 'xx.can': 'Join', + 'xx.jiao': 'Horn', + 'xx.niu': 'Ox', + 'xx.vei': 'Stomach', + 'xx.xing': 'Star', + 'xx.zhang': 'Chang', + 'xx.tail': 'Tail', + 'xx.qiang': 'Wall', + 'xx.jing': 'Well', + 'xx.kang': 'Kang', + 'xx.nv': 'Female', + 'xx.mao': 'Mao', + 'sz.chun': 'Spring', + 'sz.xia': 'Summer', + 'sz.qiu': 'Autumn', + 'sz.dong': 'Winter', + 'yx.shuo': 'New', + 'yx.eMeiXin': 'New waxing', + 'yx.eMei': 'Waxing', + 'yx.xi': 'Evening', + 'yx.shangXian': 'First quarter', + 'yx.jiuYe': 'Nine night', + 'yx.night': 'Night', + 'yx.jianYingTu': 'Gibbous', + 'yx.xiaoWang': 'Little full', + 'yx.wang': 'Full', + 'yx.jianKuiTu': 'Disseminating', + 'yx.xiaXian': 'Third quarter', + 'yx.eMeiCan': 'Waning waxing', + 'yx.can': 'Waning', + 'yx.xiao': 'Daybreak', + 'yx.hui': 'Obscure', + 'ny.sangZhe': 'Cudrania', + 'ny.baiLa': 'Wax', + 'ny.yangLiu': 'Willow', + 'ny.jinBo': 'Foil', + 'ny.haiZhong': 'Sea', + 'ny.daHai': 'Ocean', + 'ny.shaZhong': 'Sand', + 'ny.luZhong': 'Stove', + 'ny.shanXia': 'Piedmont', + 'ny.daLin': 'Forest', + 'ny.pingDi': 'Land', + 'ny.luPang': 'Roadside', + 'ny.biShang': 'Wall', + 'ny.jianFeng': 'Blade', + 'ny.shanTou': 'Hilltop', + 'ny.fuDeng': 'Light', + 'ny.jianXia': 'Valleyn', + 'ny.tianHe': 'River', + 'ny.chengTou': 'City', + 'ny.daYi': 'Post', + 'ny.chaiChuan': 'Ornaments', + 'ny.quanZhong': 'Spring', + 'ny.daXi': 'Stream', + 'ny.wuShang': 'Roof', + 'ny.piLi': 'Thunderbolt', + 'ny.tianShang': 'Sky', + 'ny.songBo': 'Coniferin', + 'ny.shiLiu': 'Pomegranate', + 'ny.changLiu': 'Flows' + } + }; + + var _objs = { + 'LunarUtil': LunarUtil, + 'SolarUtil': SolarUtil, + 'TaoUtil': TaoUtil, + 'FotoUtil': FotoUtil, + 'NineStarUtil': NineStarUtil + }; + var _dictString = { + 'LunarUtil': { + 'TIAN_SHEN_TYPE': {}, + 'TIAN_SHEN_TYPE_LUCK': {}, + 'XIU_LUCK': {}, + 'LU': {}, + 'XIU': {}, + 'SHA': {}, + 'POSITION_DESC': {}, + 'NAYIN': {}, + 'WU_XING_GAN': {}, + 'WU_XING_ZHI': {}, + 'SHOU': {}, + 'GONG': {}, + 'FESTIVAL': {}, + 'ZHENG': {}, + 'ANIMAL': {}, + 'SHI_SHEN_GAN': {}, + 'SHI_SHEN_ZHI': {}, + 'XIU_SONG': {} + }, + 'SolarUtil': { + 'FESTIVAL': {} + }, + 'TaoUtil': { + 'BA_HUI': {}, + 'BA_JIE': {} + } + }; + var _dictNumber = { + 'LunarUtil': { + 'ZHI_TIAN_SHEN_OFFSET': {}, + 'CHANG_SHENG_OFFSET': {} + } + }; + var _dictArray = { + 'LunarUtil': { + 'ZHI_HIDE_GAN': {} + } + }; + var _arrays = { + 'LunarUtil': { + 'GAN': [], + 'ZHI': [], + 'JIA_ZI': [], + 'ZHI_XING': [], + 'XUN': [], + 'XUN_KONG': [], + 'CHONG': [], + 'CHONG_GAN': [], + 'CHONG_GAN_TIE': [], + 'HE_GAN_5': [], + 'HE_ZHI_6': [], + 'SHENGXIAO': [], + 'NUMBER': [], + 'POSITION_XI': [], + 'POSITION_YANG_GUI': [], + 'POSITION_YIN_GUI': [], + 'POSITION_FU': [], + 'POSITION_FU_2': [], + 'POSITION_CAI': [], + 'POSITION_TAI_SUI_YEAR': [], + 'POSITION_GAN': [], + 'POSITION_ZHI': [], + 'JIE_QI': [], + 'JIE_QI_IN_USE': [], + 'TIAN_SHEN': [], + 'SHEN_SHA': [], + 'PENGZU_GAN': [], + 'PENGZU_ZHI': [], + 'MONTH_ZHI': [], + 'CHANG_SHENG': [], + 'HOU': [], + 'WU_HOU': [], + 'POSITION_TAI_DAY': [], + 'POSITION_TAI_MONTH': [], + 'YI_JI': [], + 'LIU_YAO': [], + 'MONTH': [], + 'SEASON': [], + 'DAY': [], + 'YUE_XIANG': [] + }, + 'SolarUtil': { + 'WEEK': [], + 'XINGZUO': [] + }, + 'TaoUtil': { + 'AN_WU': [] + }, + 'FotoUtil': { + 'XIU_27': [] + }, + 'NineStarUtil': { + 'NUMBER': [], + 'WU_XING': [], + 'POSITION': [], + 'LUCK_XUAN_KONG': [], + 'YIN_YANG_QI_MEN': [], + 'COLOR': [] + } + }; + + var _updateArray = function(c) { + var v = _arrays[c]; + var o = _objs[c]; + for (var k in v) { + var arr = v[k]; + for (var i = 0, j = arr.length; i < j; i++) { + o[k][i] = arr[i].replace(/{(.[^}]*)}/g, ($0, $1) => { + return _getMessage($1); + }); + } + } + }; + + var _updateStringDictionary = function(c) { + var v = _dictString[c]; + var o = _objs[c]; + for (var k in v) { + var dict = v[k]; + for (var key in dict){ + var i = key.replace(/{(.[^}]*)}/g, ($0, $1) => { + return _getMessage($1); + }); + o[k][i] = dict[key].replace(/{(.[^}]*)}/g, ($0, $1) => { + return _getMessage($1); + }); + } + } + }; + + var _updateNumberDictionary = function(c) { + var v = _dictNumber[c]; + var o = _objs[c]; + for (var k in v) { + var dict = v[k]; + for (var key in dict){ + var i = key.replace(/{(.[^}]*)}/g, ($0, $1) => { + return _getMessage($1); + }); + o[k][i] = dict[key]; + } + } + }; + + var _updateArrayDictionary = function(c) { + var v = _dictArray[c]; + var o = _objs[c]; + for (var k in v) { + var dict = v[k]; + for (var key in dict){ + var x = key.replace(/{(.[^}]*)}/g, ($0, $1) => { + return _getMessage($1); + }); + var arr = dict[key]; + for (var i = 0, j = arr.length; i < j; i++) { + arr[i] = arr[i].replace(/{(.[^}]*)}/g, ($0, $1) => { + return _getMessage($1); + }); + } + o[k][x] = arr; + } + } + }; + + var _update = function() { + var c; + for (c in _arrays) { + _updateArray(c); + } + for (c in _dictString) { + _updateStringDictionary(c); + } + for (c in _dictNumber) { + _updateNumberDictionary(c); + } + for (c in _dictArray) { + _updateArrayDictionary(c); + } + }; + + var _setLanguage = function(lang) { + if (_messages[lang]) { + _lang = lang; + _update(); + } + }; + + var _getLanguage = function() { + return _lang; + }; + + var _setMessages = function(lang, messages) { + if (!messages) { + return; + } + if (!_messages[lang]) { + _messages[lang] = {}; + } + for (var key in messages) { + _messages[lang][key] = messages[key]; + } + _update(); + }; + + var _getMessage = function(key) { + var s = _messages[_lang][key]; + if (undefined === s) { + s = _messages[_defaultLang][key]; + } + if (undefined === s) { + s = key; + } + return s; + }; + + var _initArray = function(c) { + var v = _arrays[c]; + var o = _objs[c]; + for (var k in v) { + v[k].length = 0; + var arr = o[k]; + for (var i = 0, j = arr.length; i < j; i++) { + v[k].push(arr[i]); + } + } + }; + + var _initDictionary = function(c, type) { + var v; + switch(type){ + case 'string': + v = _dictString[c]; + break; + case 'number': + v = _dictNumber[c]; + break; + case 'array': + v = _dictArray[c]; + break; + default: + } + var o = _objs[c]; + for (var k in v) { + var dict = o[k]; + for (var key in dict) { + v[k][key] = dict[key]; + } + } + }; + + var _init = function() { + if (_inited) { + return; + } + _inited = true; + var c; + for (c in _arrays) { + _initArray(c); + } + for (c in _dictString) { + _initDictionary(c, 'string'); + } + for (c in _dictNumber) { + _initDictionary(c, 'number'); + } + for (c in _dictArray) { + _initDictionary(c, 'array'); + } + _setLanguage(_defaultLang); + }; + _init(); + return { + getLanguage:function(){return _getLanguage();}, + setLanguage:function(lang){_setLanguage(lang);}, + getMessage:function(key){return _getMessage(key);}, + setMessages:function(lang,messages){_setMessages(lang,messages);} + }; + })(); + return { + ShouXingUtil:ShouXingUtil, + SolarUtil:SolarUtil, + LunarUtil:LunarUtil, + FotoUtil:FotoUtil, + TaoUtil:TaoUtil, + NineStarUtil:NineStarUtil, + Solar:Solar, + Lunar:Lunar, + Foto:Foto, + Tao:Tao, + NineStar:NineStar, + EightChar:EightChar, + SolarWeek:SolarWeek, + SolarMonth:SolarMonth, + SolarSeason:SolarSeason, + SolarHalfYear:SolarHalfYear, + SolarYear:SolarYear, + LunarMonth:LunarMonth, + LunarYear:LunarYear, + LunarTime:LunarTime, + HolidayUtil:HolidayUtil, + I18n: I18n + }; +}); diff --git a/src/main/resources/admin/admin/public/verifys/jquery-3.4.1.min.js b/src/main/resources/admin/admin/public/verifys/jquery-3.4.1.min.js new file mode 100644 index 0000000..07c00cd --- /dev/null +++ b/src/main/resources/admin/admin/public/verifys/jquery-3.4.1.min.js @@ -0,0 +1,2 @@ +/*! jQuery v3.4.1 | (c) JS Foundation and other contributors | jquery.org/license */ +!function(e,t){"use strict";"object"==typeof module&&"object"==typeof module.exports?module.exports=e.document?t(e,!0):function(e){if(!e.document)throw new Error("jQuery requires a window with a document");return t(e)}:t(e)}("undefined"!=typeof window?window:this,function(C,e){"use strict";var t=[],E=C.document,r=Object.getPrototypeOf,s=t.slice,g=t.concat,u=t.push,i=t.indexOf,n={},o=n.toString,v=n.hasOwnProperty,a=v.toString,l=a.call(Object),y={},m=function(e){return"function"==typeof e&&"number"!=typeof e.nodeType},x=function(e){return null!=e&&e===e.window},c={type:!0,src:!0,nonce:!0,noModule:!0};function b(e,t,n){var r,i,o=(n=n||E).createElement("script");if(o.text=e,t)for(r in c)(i=t[r]||t.getAttribute&&t.getAttribute(r))&&o.setAttribute(r,i);n.head.appendChild(o).parentNode.removeChild(o)}function w(e){return null==e?e+"":"object"==typeof e||"function"==typeof e?n[o.call(e)]||"object":typeof e}var f="3.4.1",k=function(e,t){return new k.fn.init(e,t)},p=/^[\s\uFEFF\xA0]+|[\s\uFEFF\xA0]+$/g;function d(e){var t=!!e&&"length"in e&&e.length,n=w(e);return!m(e)&&!x(e)&&("array"===n||0===t||"number"==typeof t&&0+~]|"+M+")"+M+"*"),U=new RegExp(M+"|>"),X=new RegExp($),V=new RegExp("^"+I+"$"),G={ID:new RegExp("^#("+I+")"),CLASS:new RegExp("^\\.("+I+")"),TAG:new RegExp("^("+I+"|[*])"),ATTR:new RegExp("^"+W),PSEUDO:new RegExp("^"+$),CHILD:new RegExp("^:(only|first|last|nth|nth-last)-(child|of-type)(?:\\("+M+"*(even|odd|(([+-]|)(\\d*)n|)"+M+"*(?:([+-]|)"+M+"*(\\d+)|))"+M+"*\\)|)","i"),bool:new RegExp("^(?:"+R+")$","i"),needsContext:new RegExp("^"+M+"*[>+~]|:(even|odd|eq|gt|lt|nth|first|last)(?:\\("+M+"*((?:-\\d)?\\d*)"+M+"*\\)|)(?=[^-]|$)","i")},Y=/HTML$/i,Q=/^(?:input|select|textarea|button)$/i,J=/^h\d$/i,K=/^[^{]+\{\s*\[native \w/,Z=/^(?:#([\w-]+)|(\w+)|\.([\w-]+))$/,ee=/[+~]/,te=new RegExp("\\\\([\\da-f]{1,6}"+M+"?|("+M+")|.)","ig"),ne=function(e,t,n){var r="0x"+t-65536;return r!=r||n?t:r<0?String.fromCharCode(r+65536):String.fromCharCode(r>>10|55296,1023&r|56320)},re=/([\0-\x1f\x7f]|^-?\d)|^-$|[^\0-\x1f\x7f-\uFFFF\w-]/g,ie=function(e,t){return t?"\0"===e?"\ufffd":e.slice(0,-1)+"\\"+e.charCodeAt(e.length-1).toString(16)+" ":"\\"+e},oe=function(){T()},ae=be(function(e){return!0===e.disabled&&"fieldset"===e.nodeName.toLowerCase()},{dir:"parentNode",next:"legend"});try{H.apply(t=O.call(m.childNodes),m.childNodes),t[m.childNodes.length].nodeType}catch(e){H={apply:t.length?function(e,t){L.apply(e,O.call(t))}:function(e,t){var n=e.length,r=0;while(e[n++]=t[r++]);e.length=n-1}}}function se(t,e,n,r){var i,o,a,s,u,l,c,f=e&&e.ownerDocument,p=e?e.nodeType:9;if(n=n||[],"string"!=typeof t||!t||1!==p&&9!==p&&11!==p)return n;if(!r&&((e?e.ownerDocument||e:m)!==C&&T(e),e=e||C,E)){if(11!==p&&(u=Z.exec(t)))if(i=u[1]){if(9===p){if(!(a=e.getElementById(i)))return n;if(a.id===i)return n.push(a),n}else if(f&&(a=f.getElementById(i))&&y(e,a)&&a.id===i)return n.push(a),n}else{if(u[2])return H.apply(n,e.getElementsByTagName(t)),n;if((i=u[3])&&d.getElementsByClassName&&e.getElementsByClassName)return H.apply(n,e.getElementsByClassName(i)),n}if(d.qsa&&!A[t+" "]&&(!v||!v.test(t))&&(1!==p||"object"!==e.nodeName.toLowerCase())){if(c=t,f=e,1===p&&U.test(t)){(s=e.getAttribute("id"))?s=s.replace(re,ie):e.setAttribute("id",s=k),o=(l=h(t)).length;while(o--)l[o]="#"+s+" "+xe(l[o]);c=l.join(","),f=ee.test(t)&&ye(e.parentNode)||e}try{return H.apply(n,f.querySelectorAll(c)),n}catch(e){A(t,!0)}finally{s===k&&e.removeAttribute("id")}}}return g(t.replace(B,"$1"),e,n,r)}function ue(){var r=[];return function e(t,n){return r.push(t+" ")>b.cacheLength&&delete e[r.shift()],e[t+" "]=n}}function le(e){return e[k]=!0,e}function ce(e){var t=C.createElement("fieldset");try{return!!e(t)}catch(e){return!1}finally{t.parentNode&&t.parentNode.removeChild(t),t=null}}function fe(e,t){var n=e.split("|"),r=n.length;while(r--)b.attrHandle[n[r]]=t}function pe(e,t){var n=t&&e,r=n&&1===e.nodeType&&1===t.nodeType&&e.sourceIndex-t.sourceIndex;if(r)return r;if(n)while(n=n.nextSibling)if(n===t)return-1;return e?1:-1}function de(t){return function(e){return"input"===e.nodeName.toLowerCase()&&e.type===t}}function he(n){return function(e){var t=e.nodeName.toLowerCase();return("input"===t||"button"===t)&&e.type===n}}function ge(t){return function(e){return"form"in e?e.parentNode&&!1===e.disabled?"label"in e?"label"in e.parentNode?e.parentNode.disabled===t:e.disabled===t:e.isDisabled===t||e.isDisabled!==!t&&ae(e)===t:e.disabled===t:"label"in e&&e.disabled===t}}function ve(a){return le(function(o){return o=+o,le(function(e,t){var n,r=a([],e.length,o),i=r.length;while(i--)e[n=r[i]]&&(e[n]=!(t[n]=e[n]))})})}function ye(e){return e&&"undefined"!=typeof e.getElementsByTagName&&e}for(e in d=se.support={},i=se.isXML=function(e){var t=e.namespaceURI,n=(e.ownerDocument||e).documentElement;return!Y.test(t||n&&n.nodeName||"HTML")},T=se.setDocument=function(e){var t,n,r=e?e.ownerDocument||e:m;return r!==C&&9===r.nodeType&&r.documentElement&&(a=(C=r).documentElement,E=!i(C),m!==C&&(n=C.defaultView)&&n.top!==n&&(n.addEventListener?n.addEventListener("unload",oe,!1):n.attachEvent&&n.attachEvent("onunload",oe)),d.attributes=ce(function(e){return e.className="i",!e.getAttribute("className")}),d.getElementsByTagName=ce(function(e){return e.appendChild(C.createComment("")),!e.getElementsByTagName("*").length}),d.getElementsByClassName=K.test(C.getElementsByClassName),d.getById=ce(function(e){return a.appendChild(e).id=k,!C.getElementsByName||!C.getElementsByName(k).length}),d.getById?(b.filter.ID=function(e){var t=e.replace(te,ne);return function(e){return e.getAttribute("id")===t}},b.find.ID=function(e,t){if("undefined"!=typeof t.getElementById&&E){var n=t.getElementById(e);return n?[n]:[]}}):(b.filter.ID=function(e){var n=e.replace(te,ne);return function(e){var t="undefined"!=typeof e.getAttributeNode&&e.getAttributeNode("id");return t&&t.value===n}},b.find.ID=function(e,t){if("undefined"!=typeof t.getElementById&&E){var n,r,i,o=t.getElementById(e);if(o){if((n=o.getAttributeNode("id"))&&n.value===e)return[o];i=t.getElementsByName(e),r=0;while(o=i[r++])if((n=o.getAttributeNode("id"))&&n.value===e)return[o]}return[]}}),b.find.TAG=d.getElementsByTagName?function(e,t){return"undefined"!=typeof t.getElementsByTagName?t.getElementsByTagName(e):d.qsa?t.querySelectorAll(e):void 0}:function(e,t){var n,r=[],i=0,o=t.getElementsByTagName(e);if("*"===e){while(n=o[i++])1===n.nodeType&&r.push(n);return r}return o},b.find.CLASS=d.getElementsByClassName&&function(e,t){if("undefined"!=typeof t.getElementsByClassName&&E)return t.getElementsByClassName(e)},s=[],v=[],(d.qsa=K.test(C.querySelectorAll))&&(ce(function(e){a.appendChild(e).innerHTML="
",e.querySelectorAll("[msallowcapture^='']").length&&v.push("[*^$]="+M+"*(?:''|\"\")"),e.querySelectorAll("[selected]").length||v.push("\\["+M+"*(?:value|"+R+")"),e.querySelectorAll("[id~="+k+"-]").length||v.push("~="),e.querySelectorAll(":checked").length||v.push(":checked"),e.querySelectorAll("a#"+k+"+*").length||v.push(".#.+[+~]")}),ce(function(e){e.innerHTML="";var t=C.createElement("input");t.setAttribute("type","hidden"),e.appendChild(t).setAttribute("name","D"),e.querySelectorAll("[name=d]").length&&v.push("name"+M+"*[*^$|!~]?="),2!==e.querySelectorAll(":enabled").length&&v.push(":enabled",":disabled"),a.appendChild(e).disabled=!0,2!==e.querySelectorAll(":disabled").length&&v.push(":enabled",":disabled"),e.querySelectorAll("*,:x"),v.push(",.*:")})),(d.matchesSelector=K.test(c=a.matches||a.webkitMatchesSelector||a.mozMatchesSelector||a.oMatchesSelector||a.msMatchesSelector))&&ce(function(e){d.disconnectedMatch=c.call(e,"*"),c.call(e,"[s!='']:x"),s.push("!=",$)}),v=v.length&&new RegExp(v.join("|")),s=s.length&&new RegExp(s.join("|")),t=K.test(a.compareDocumentPosition),y=t||K.test(a.contains)?function(e,t){var n=9===e.nodeType?e.documentElement:e,r=t&&t.parentNode;return e===r||!(!r||1!==r.nodeType||!(n.contains?n.contains(r):e.compareDocumentPosition&&16&e.compareDocumentPosition(r)))}:function(e,t){if(t)while(t=t.parentNode)if(t===e)return!0;return!1},D=t?function(e,t){if(e===t)return l=!0,0;var n=!e.compareDocumentPosition-!t.compareDocumentPosition;return n||(1&(n=(e.ownerDocument||e)===(t.ownerDocument||t)?e.compareDocumentPosition(t):1)||!d.sortDetached&&t.compareDocumentPosition(e)===n?e===C||e.ownerDocument===m&&y(m,e)?-1:t===C||t.ownerDocument===m&&y(m,t)?1:u?P(u,e)-P(u,t):0:4&n?-1:1)}:function(e,t){if(e===t)return l=!0,0;var n,r=0,i=e.parentNode,o=t.parentNode,a=[e],s=[t];if(!i||!o)return e===C?-1:t===C?1:i?-1:o?1:u?P(u,e)-P(u,t):0;if(i===o)return pe(e,t);n=e;while(n=n.parentNode)a.unshift(n);n=t;while(n=n.parentNode)s.unshift(n);while(a[r]===s[r])r++;return r?pe(a[r],s[r]):a[r]===m?-1:s[r]===m?1:0}),C},se.matches=function(e,t){return se(e,null,null,t)},se.matchesSelector=function(e,t){if((e.ownerDocument||e)!==C&&T(e),d.matchesSelector&&E&&!A[t+" "]&&(!s||!s.test(t))&&(!v||!v.test(t)))try{var n=c.call(e,t);if(n||d.disconnectedMatch||e.document&&11!==e.document.nodeType)return n}catch(e){A(t,!0)}return 0":{dir:"parentNode",first:!0}," ":{dir:"parentNode"},"+":{dir:"previousSibling",first:!0},"~":{dir:"previousSibling"}},preFilter:{ATTR:function(e){return e[1]=e[1].replace(te,ne),e[3]=(e[3]||e[4]||e[5]||"").replace(te,ne),"~="===e[2]&&(e[3]=" "+e[3]+" "),e.slice(0,4)},CHILD:function(e){return e[1]=e[1].toLowerCase(),"nth"===e[1].slice(0,3)?(e[3]||se.error(e[0]),e[4]=+(e[4]?e[5]+(e[6]||1):2*("even"===e[3]||"odd"===e[3])),e[5]=+(e[7]+e[8]||"odd"===e[3])):e[3]&&se.error(e[0]),e},PSEUDO:function(e){var t,n=!e[6]&&e[2];return G.CHILD.test(e[0])?null:(e[3]?e[2]=e[4]||e[5]||"":n&&X.test(n)&&(t=h(n,!0))&&(t=n.indexOf(")",n.length-t)-n.length)&&(e[0]=e[0].slice(0,t),e[2]=n.slice(0,t)),e.slice(0,3))}},filter:{TAG:function(e){var t=e.replace(te,ne).toLowerCase();return"*"===e?function(){return!0}:function(e){return e.nodeName&&e.nodeName.toLowerCase()===t}},CLASS:function(e){var t=p[e+" "];return t||(t=new RegExp("(^|"+M+")"+e+"("+M+"|$)"))&&p(e,function(e){return t.test("string"==typeof e.className&&e.className||"undefined"!=typeof e.getAttribute&&e.getAttribute("class")||"")})},ATTR:function(n,r,i){return function(e){var t=se.attr(e,n);return null==t?"!="===r:!r||(t+="","="===r?t===i:"!="===r?t!==i:"^="===r?i&&0===t.indexOf(i):"*="===r?i&&-1:\x20\t\r\n\f]*)[\x20\t\r\n\f]*\/?>(?:<\/\1>|)$/i;function j(e,n,r){return m(n)?k.grep(e,function(e,t){return!!n.call(e,t,e)!==r}):n.nodeType?k.grep(e,function(e){return e===n!==r}):"string"!=typeof n?k.grep(e,function(e){return-1)[^>]*|#([\w-]+))$/;(k.fn.init=function(e,t,n){var r,i;if(!e)return this;if(n=n||q,"string"==typeof e){if(!(r="<"===e[0]&&">"===e[e.length-1]&&3<=e.length?[null,e,null]:L.exec(e))||!r[1]&&t)return!t||t.jquery?(t||n).find(e):this.constructor(t).find(e);if(r[1]){if(t=t instanceof k?t[0]:t,k.merge(this,k.parseHTML(r[1],t&&t.nodeType?t.ownerDocument||t:E,!0)),D.test(r[1])&&k.isPlainObject(t))for(r in t)m(this[r])?this[r](t[r]):this.attr(r,t[r]);return this}return(i=E.getElementById(r[2]))&&(this[0]=i,this.length=1),this}return e.nodeType?(this[0]=e,this.length=1,this):m(e)?void 0!==n.ready?n.ready(e):e(k):k.makeArray(e,this)}).prototype=k.fn,q=k(E);var H=/^(?:parents|prev(?:Until|All))/,O={children:!0,contents:!0,next:!0,prev:!0};function P(e,t){while((e=e[t])&&1!==e.nodeType);return e}k.fn.extend({has:function(e){var t=k(e,this),n=t.length;return this.filter(function(){for(var e=0;e\x20\t\r\n\f]*)/i,he=/^$|^module$|\/(?:java|ecma)script/i,ge={option:[1,""],thead:[1,"","
"],col:[2,"","
"],tr:[2,"","
"],td:[3,"","
"],_default:[0,"",""]};function ve(e,t){var n;return n="undefined"!=typeof e.getElementsByTagName?e.getElementsByTagName(t||"*"):"undefined"!=typeof e.querySelectorAll?e.querySelectorAll(t||"*"):[],void 0===t||t&&A(e,t)?k.merge([e],n):n}function ye(e,t){for(var n=0,r=e.length;nx",y.noCloneChecked=!!me.cloneNode(!0).lastChild.defaultValue;var Te=/^key/,Ce=/^(?:mouse|pointer|contextmenu|drag|drop)|click/,Ee=/^([^.]*)(?:\.(.+)|)/;function ke(){return!0}function Se(){return!1}function Ne(e,t){return e===function(){try{return E.activeElement}catch(e){}}()==("focus"===t)}function Ae(e,t,n,r,i,o){var a,s;if("object"==typeof t){for(s in"string"!=typeof n&&(r=r||n,n=void 0),t)Ae(e,s,n,r,t[s],o);return e}if(null==r&&null==i?(i=n,r=n=void 0):null==i&&("string"==typeof n?(i=r,r=void 0):(i=r,r=n,n=void 0)),!1===i)i=Se;else if(!i)return e;return 1===o&&(a=i,(i=function(e){return k().off(e),a.apply(this,arguments)}).guid=a.guid||(a.guid=k.guid++)),e.each(function(){k.event.add(this,t,i,r,n)})}function De(e,i,o){o?(Q.set(e,i,!1),k.event.add(e,i,{namespace:!1,handler:function(e){var t,n,r=Q.get(this,i);if(1&e.isTrigger&&this[i]){if(r.length)(k.event.special[i]||{}).delegateType&&e.stopPropagation();else if(r=s.call(arguments),Q.set(this,i,r),t=o(this,i),this[i](),r!==(n=Q.get(this,i))||t?Q.set(this,i,!1):n={},r!==n)return e.stopImmediatePropagation(),e.preventDefault(),n.value}else r.length&&(Q.set(this,i,{value:k.event.trigger(k.extend(r[0],k.Event.prototype),r.slice(1),this)}),e.stopImmediatePropagation())}})):void 0===Q.get(e,i)&&k.event.add(e,i,ke)}k.event={global:{},add:function(t,e,n,r,i){var o,a,s,u,l,c,f,p,d,h,g,v=Q.get(t);if(v){n.handler&&(n=(o=n).handler,i=o.selector),i&&k.find.matchesSelector(ie,i),n.guid||(n.guid=k.guid++),(u=v.events)||(u=v.events={}),(a=v.handle)||(a=v.handle=function(e){return"undefined"!=typeof k&&k.event.triggered!==e.type?k.event.dispatch.apply(t,arguments):void 0}),l=(e=(e||"").match(R)||[""]).length;while(l--)d=g=(s=Ee.exec(e[l])||[])[1],h=(s[2]||"").split(".").sort(),d&&(f=k.event.special[d]||{},d=(i?f.delegateType:f.bindType)||d,f=k.event.special[d]||{},c=k.extend({type:d,origType:g,data:r,handler:n,guid:n.guid,selector:i,needsContext:i&&k.expr.match.needsContext.test(i),namespace:h.join(".")},o),(p=u[d])||((p=u[d]=[]).delegateCount=0,f.setup&&!1!==f.setup.call(t,r,h,a)||t.addEventListener&&t.addEventListener(d,a)),f.add&&(f.add.call(t,c),c.handler.guid||(c.handler.guid=n.guid)),i?p.splice(p.delegateCount++,0,c):p.push(c),k.event.global[d]=!0)}},remove:function(e,t,n,r,i){var o,a,s,u,l,c,f,p,d,h,g,v=Q.hasData(e)&&Q.get(e);if(v&&(u=v.events)){l=(t=(t||"").match(R)||[""]).length;while(l--)if(d=g=(s=Ee.exec(t[l])||[])[1],h=(s[2]||"").split(".").sort(),d){f=k.event.special[d]||{},p=u[d=(r?f.delegateType:f.bindType)||d]||[],s=s[2]&&new RegExp("(^|\\.)"+h.join("\\.(?:.*\\.|)")+"(\\.|$)"),a=o=p.length;while(o--)c=p[o],!i&&g!==c.origType||n&&n.guid!==c.guid||s&&!s.test(c.namespace)||r&&r!==c.selector&&("**"!==r||!c.selector)||(p.splice(o,1),c.selector&&p.delegateCount--,f.remove&&f.remove.call(e,c));a&&!p.length&&(f.teardown&&!1!==f.teardown.call(e,h,v.handle)||k.removeEvent(e,d,v.handle),delete u[d])}else for(d in u)k.event.remove(e,d+t[l],n,r,!0);k.isEmptyObject(u)&&Q.remove(e,"handle events")}},dispatch:function(e){var t,n,r,i,o,a,s=k.event.fix(e),u=new Array(arguments.length),l=(Q.get(this,"events")||{})[s.type]||[],c=k.event.special[s.type]||{};for(u[0]=s,t=1;t\x20\t\r\n\f]*)[^>]*)\/>/gi,qe=/\s*$/g;function Oe(e,t){return A(e,"table")&&A(11!==t.nodeType?t:t.firstChild,"tr")&&k(e).children("tbody")[0]||e}function Pe(e){return e.type=(null!==e.getAttribute("type"))+"/"+e.type,e}function Re(e){return"true/"===(e.type||"").slice(0,5)?e.type=e.type.slice(5):e.removeAttribute("type"),e}function Me(e,t){var n,r,i,o,a,s,u,l;if(1===t.nodeType){if(Q.hasData(e)&&(o=Q.access(e),a=Q.set(t,o),l=o.events))for(i in delete a.handle,a.events={},l)for(n=0,r=l[i].length;n")},clone:function(e,t,n){var r,i,o,a,s,u,l,c=e.cloneNode(!0),f=oe(e);if(!(y.noCloneChecked||1!==e.nodeType&&11!==e.nodeType||k.isXMLDoc(e)))for(a=ve(c),r=0,i=(o=ve(e)).length;r").attr(n.scriptAttrs||{}).prop({charset:n.scriptCharset,src:n.url}).on("load error",i=function(e){r.remove(),i=null,e&&t("error"===e.type?404:200,e.type)}),E.head.appendChild(r[0])},abort:function(){i&&i()}}});var Vt,Gt=[],Yt=/(=)\?(?=&|$)|\?\?/;k.ajaxSetup({jsonp:"callback",jsonpCallback:function(){var e=Gt.pop()||k.expando+"_"+kt++;return this[e]=!0,e}}),k.ajaxPrefilter("json jsonp",function(e,t,n){var r,i,o,a=!1!==e.jsonp&&(Yt.test(e.url)?"url":"string"==typeof e.data&&0===(e.contentType||"").indexOf("application/x-www-form-urlencoded")&&Yt.test(e.data)&&"data");if(a||"jsonp"===e.dataTypes[0])return r=e.jsonpCallback=m(e.jsonpCallback)?e.jsonpCallback():e.jsonpCallback,a?e[a]=e[a].replace(Yt,"$1"+r):!1!==e.jsonp&&(e.url+=(St.test(e.url)?"&":"?")+e.jsonp+"="+r),e.converters["script json"]=function(){return o||k.error(r+" was not called"),o[0]},e.dataTypes[0]="json",i=C[r],C[r]=function(){o=arguments},n.always(function(){void 0===i?k(C).removeProp(r):C[r]=i,e[r]&&(e.jsonpCallback=t.jsonpCallback,Gt.push(r)),o&&m(i)&&i(o[0]),o=i=void 0}),"script"}),y.createHTMLDocument=((Vt=E.implementation.createHTMLDocument("").body).innerHTML="
",2===Vt.childNodes.length),k.parseHTML=function(e,t,n){return"string"!=typeof e?[]:("boolean"==typeof t&&(n=t,t=!1),t||(y.createHTMLDocument?((r=(t=E.implementation.createHTMLDocument("")).createElement("base")).href=E.location.href,t.head.appendChild(r)):t=E),o=!n&&[],(i=D.exec(e))?[t.createElement(i[1])]:(i=we([e],t,o),o&&o.length&&k(o).remove(),k.merge([],i.childNodes)));var r,i,o},k.fn.load=function(e,t,n){var r,i,o,a=this,s=e.indexOf(" ");return-1").append(k.parseHTML(e)).find(r):e)}).always(n&&function(e,t){a.each(function(){n.apply(this,o||[e.responseText,t,e])})}),this},k.each(["ajaxStart","ajaxStop","ajaxComplete","ajaxError","ajaxSuccess","ajaxSend"],function(e,t){k.fn[t]=function(e){return this.on(t,e)}}),k.expr.pseudos.animated=function(t){return k.grep(k.timers,function(e){return t===e.elem}).length},k.offset={setOffset:function(e,t,n){var r,i,o,a,s,u,l=k.css(e,"position"),c=k(e),f={};"static"===l&&(e.style.position="relative"),s=c.offset(),o=k.css(e,"top"),u=k.css(e,"left"),("absolute"===l||"fixed"===l)&&-1<(o+u).indexOf("auto")?(a=(r=c.position()).top,i=r.left):(a=parseFloat(o)||0,i=parseFloat(u)||0),m(t)&&(t=t.call(e,n,k.extend({},s))),null!=t.top&&(f.top=t.top-s.top+a),null!=t.left&&(f.left=t.left-s.left+i),"using"in t?t.using.call(e,f):c.css(f)}},k.fn.extend({offset:function(t){if(arguments.length)return void 0===t?this:this.each(function(e){k.offset.setOffset(this,t,e)});var e,n,r=this[0];return r?r.getClientRects().length?(e=r.getBoundingClientRect(),n=r.ownerDocument.defaultView,{top:e.top+n.pageYOffset,left:e.left+n.pageXOffset}):{top:0,left:0}:void 0},position:function(){if(this[0]){var e,t,n,r=this[0],i={top:0,left:0};if("fixed"===k.css(r,"position"))t=r.getBoundingClientRect();else{t=this.offset(),n=r.ownerDocument,e=r.offsetParent||n.documentElement;while(e&&(e===n.body||e===n.documentElement)&&"static"===k.css(e,"position"))e=e.parentNode;e&&e!==r&&1===e.nodeType&&((i=k(e).offset()).top+=k.css(e,"borderTopWidth",!0),i.left+=k.css(e,"borderLeftWidth",!0))}return{top:t.top-i.top-k.css(r,"marginTop",!0),left:t.left-i.left-k.css(r,"marginLeft",!0)}}},offsetParent:function(){return this.map(function(){var e=this.offsetParent;while(e&&"static"===k.css(e,"position"))e=e.offsetParent;return e||ie})}}),k.each({scrollLeft:"pageXOffset",scrollTop:"pageYOffset"},function(t,i){var o="pageYOffset"===i;k.fn[t]=function(e){return _(this,function(e,t,n){var r;if(x(e)?r=e:9===e.nodeType&&(r=e.defaultView),void 0===n)return r?r[i]:e[t];r?r.scrollTo(o?r.pageXOffset:n,o?n:r.pageYOffset):e[t]=n},t,e,arguments.length)}}),k.each(["top","left"],function(e,n){k.cssHooks[n]=ze(y.pixelPosition,function(e,t){if(t)return t=_e(e,n),$e.test(t)?k(e).position()[n]+"px":t})}),k.each({Height:"height",Width:"width"},function(a,s){k.each({padding:"inner"+a,content:s,"":"outer"+a},function(r,o){k.fn[o]=function(e,t){var n=arguments.length&&(r||"boolean"!=typeof e),i=r||(!0===e||!0===t?"margin":"border");return _(this,function(e,t,n){var r;return x(e)?0===o.indexOf("outer")?e["inner"+a]:e.document.documentElement["client"+a]:9===e.nodeType?(r=e.documentElement,Math.max(e.body["scroll"+a],r["scroll"+a],e.body["offset"+a],r["offset"+a],r["client"+a])):void 0===n?k.css(e,t,i):k.style(e,t,n,i)},s,n?e:void 0,n)}})}),k.each("blur focus focusin focusout resize scroll click dblclick mousedown mouseup mousemove mouseover mouseout mouseenter mouseleave change select submit keydown keypress keyup contextmenu".split(" "),function(e,n){k.fn[n]=function(e,t){return 0'+_code_chars[charNum]+''; + } + }else { //算法验证码 + + var num1 = Math.floor(Math.random() * this.options.figure); + var num2 = Math.floor(Math.random() * this.options.figure); + + if(this.options.arith == 0) { + var tmparith = Math.floor(Math.random() * 3); + } + + switch(tmparith) { + case 1 : + this.code_chose = parseInt(num1) + parseInt(num2); + code = num1 + ' + ' + num2 + ' = ?'; + break; + case 2 : + if(parseInt(num1) < parseInt(num2)) { + var tmpnum = num1; + num1 = num2; + num2 = tmpnum; + } + this.code_chose = parseInt(num1) - parseInt(num2); + code = num1 + ' - ' + num2 + ' = ?'; + break; + default : + this.code_chose = parseInt(num1) * parseInt(num2); + code = num1 + ' × ' + num2 + ' = ?'; + break; + } + } + + this.htmlDoms.code.html(code); + + }, + + //比对验证码 + checkCode : function() { + if(this.options.type == 1) { //普通验证码 + var own_input = this.htmlDoms.code_input.val().toUpperCase(); + this.code_chose = this.code_chose.toUpperCase(); + }else { + var own_input = this.htmlDoms.code_input.val(); + } + + if(own_input == this.code_chose) { + this.options.success(); + }else { + this.options.error(); + this.setCode(); + } + } + }; + + + //定义Slide的构造函数 + var Slide = function(ele, opt) { + this.$element = ele, + this.defaults = { + + type : 1, + vOffset: 5, + vSpace : 5, + imgName : ['1.jpg', '2.jpg'], + imgSize : { + width: '400px', + height: '200px', + }, + blockSize : { + width: '50px', + height: '50px', + }, + barSize : { + width : '400px', + height : '40px', + }, + ready : function(){}, + success : function(){}, + error : function(){} + + }, + this.options = $.extend({}, this.defaults, opt) + }; + + + //定义Slide的方法 + Slide.prototype = { + + init: function() { + var _this = this; + + //加载页面 + this.loadDom(); + this.options.ready(); + + this.$element[0].onselectstart = document.body.ondrag = function(){ + return false; + }; + + //按下 + this.htmlDoms.move_block.on('touchstart', function(e) { + _this.start(e); + }); + + this.htmlDoms.move_block.on('mousedown', function(e) { + _this.start(e); + }); + + //拖动 + window.addEventListener("touchmove", function(e) { + _this.move(e); + }); + window.addEventListener("mousemove", function(e) { + _this.move(e); + }); + + //鼠标松开 + window.addEventListener("touchend", function() { + _this.end(); + }); + window.addEventListener("mouseup", function() { + _this.end(); + }); + + //刷新 + _this.$element.find('.verify-refresh').on('click', function() { + _this.refresh(); + }); + }, + + //初始化加载 + loadDom : function() { + this.img_rand = Math.floor(Math.random() * this.options.imgName.length); //随机的背景图片 + + var panelHtml = ''; + var tmpHtml = ''; + + if(this.options.type != 1) { //图片滑动 + panelHtml += '
'; + tmpHtml = '
'; + } + + panelHtml += '
向右滑动完成验证
'+tmpHtml+'
'; + this.$element.append(panelHtml); + + this.htmlDoms = { + gap : this.$element.find('.verify-gap'), + sub_block : this.$element.find('.verify-sub-block'), + img_panel : this.$element.find('.verify-img-panel'), + bar_area : this.$element.find('.verify-bar-area'), + move_block : this.$element.find('.verify-move-block'), + left_bar : this.$element.find('.verify-left-bar'), + msg : this.$element.find('.verify-msg'), + icon : this.$element.find('.verify-icon'), + refresh :this.$element.find('.verify-refresh') + }; + + this.status = false; //鼠标状态 + this.setSize = this.resetSize(this); //重新设置宽度高度 + + this.htmlDoms.gap.css({'width': this.options.blockSize.width, 'height': this.options.blockSize.height}); + this.htmlDoms.sub_block.css({'width': this.options.blockSize.width, 'height': this.options.blockSize.height}); + this.htmlDoms.img_panel.css({'width': this.setSize.img_width, 'height': this.setSize.img_height, 'background': 'url('+this.options.imgName[this.img_rand]+')', 'background-size' : this.setSize.img_width + ' '+ this.setSize.img_height}); + this.htmlDoms.bar_area.css({'width': this.setSize.bar_width, 'height': this.options.barSize.height, 'line-height':this.options.barSize.height}); + this.htmlDoms.move_block.css({'width': this.options.barSize.height, 'height': this.options.barSize.height}); + this.htmlDoms.left_bar.css({'width': this.options.barSize.height, 'height': this.options.barSize.height}); + + this.randSet(); + }, + + //鼠标按下 + start: function(e) { + this.htmlDoms.msg.text(''); + this.htmlDoms.move_block.css('background-color', '#337ab7'); + this.htmlDoms.left_bar.addClass('verify-left-bar-active'); + // this.htmlDoms.left_bar.css('border-color', '#337AB7'); + this.htmlDoms.icon.css('color', '#fff'); + e.stopPropagation(); + this.status = true; + + }, + + //鼠标移动 + move: function(e) { + if(this.status) { + if(!e.touches) { //兼容移动端 + var x = e.clientX; + }else { //兼容PC端 + var x = e.touches[0].pageX; + } + var bar_area_left = Slide.prototype.getLeft(this.htmlDoms.bar_area[0]); + var move_block_left = x - bar_area_left; //小方块相对于父元素的left值 + + + if(this.options.type != 1) { //图片滑动 + if(move_block_left >= this.htmlDoms.bar_area[0].offsetWidth - parseInt(parseInt(this.options.blockSize.width)/2) - 2) { + move_block_left = this.htmlDoms.bar_area[0].offsetWidth - parseInt(parseInt(this.options.blockSize.width)/2) - 2; + } + + + + + + }else { //普通滑动 + if(move_block_left >= this.htmlDoms.bar_area[0].offsetWidth - parseInt(parseInt(this.options.barSize.height)/2) + 3) { + this.$element.find('.verify-msg:eq(1)').text('松开验证'); + move_block_left = this.htmlDoms.bar_area[0].offsetWidth - parseInt(parseInt(this.options.barSize.height)/2) + 3; + }else { + this.$element.find('.verify-msg:eq(1)').text(''); + } + } + + + if(move_block_left <= 0) { + move_block_left = parseInt(parseInt(this.options.blockSize.width)/2); + } + + //拖动后小方块的left值 + this.htmlDoms.move_block.css('left', move_block_left-parseInt(parseInt(this.options.blockSize.width)/2) + "px"); + this.htmlDoms.left_bar.css('width', move_block_left-parseInt(parseInt(this.options.blockSize.width)/2) + "px"); + } + }, + + //鼠标松开 + end: function() { + + var _this = this; + + //判断是否重合 + if(this.status) { + + if(this.options.type != 1) { //图片滑动 + + var vOffset = parseInt(this.options.vOffset); + if(parseInt(this.htmlDoms.gap.css('left')) >= (parseInt(this.htmlDoms.move_block.css('left')) - vOffset) && parseInt(this.htmlDoms.gap.css('left')) <= (parseInt(this.htmlDoms.move_block.css('left')) + vOffset)) { + this.htmlDoms.move_block.css('background-color', '#5cb85c'); + this.htmlDoms.left_bar.addClass('verify-left-bar-success'); + // this.htmlDoms.left_bar.css({'border-color': '#5cb85c', 'background-color': '#fff'}); + this.htmlDoms.icon.css('color', '#fff'); + this.htmlDoms.icon.removeClass('icon-jinru'); + this.htmlDoms.icon.addClass('icon-dagou'); + this.htmlDoms.refresh.hide(); + this.htmlDoms.move_block.unbind('mousedown touchstart'); + this.options.success(); + }else{ + this.htmlDoms.move_block.css('background-color', '#d9534f'); + this.htmlDoms.left_bar.addClass('verify-left-bar-error'); + // this.htmlDoms.left_bar.css('border-color', '#d9534f'); + this.htmlDoms.icon.css('color', '#fff'); + this.htmlDoms.icon.removeClass('icon-jinru'); + this.htmlDoms.icon.addClass('icon-guanbi1'); + + setTimeout(function () { + _this.htmlDoms.move_block.animate({'left':'0px'}, 'fast'); + _this.htmlDoms.left_bar.animate({'width': '40px'}, 'fast'); + _this.htmlDoms.left_bar.removeClass('verify-left-bar-active'); + _this.htmlDoms.left_bar.removeClass('verify-left-bar-success'); + _this.htmlDoms.left_bar.removeClass('verify-left-bar-error'); + // _this.htmlDoms.left_bar.css({'border-color': '#ddd'}); + + _this.htmlDoms.move_block.css('background-color', '#fff'); + _this.htmlDoms.icon.css('color', '#000'); + _this.htmlDoms.icon.removeClass('icon-guanbi1'); + _this.htmlDoms.icon.addClass('icon-jinru'); + _this.$element.find('.verify-msg:eq(0)').text('向右滑动完成验证'); + + }, 400); + + this.options.error(); + } + + }else { //普通滑动 + + if(parseInt(this.htmlDoms.move_block.css('left')) >= (parseInt(this.setSize.bar_width) - parseInt(this.options.barSize.height) - parseInt(this.options.vOffset))) { + this.htmlDoms.move_block.css('background-color', '#5cb85c'); + this.htmlDoms.left_bar.addClass('verify-left-bar-success'); + // this.htmlDoms.left_bar.css({'color': '#4cae4c', 'border-color': '#5cb85c', 'background-color': '#fff' }); + this.htmlDoms.icon.css('color', '#fff'); + this.htmlDoms.icon.removeClass('icon-jinru'); + this.htmlDoms.icon.addClass('icon-dagou'); + this.htmlDoms.refresh.hide(); + this.htmlDoms.move_block.unbind('mousedown'); + this.htmlDoms.move_block.unbind('touchstart'); + this.$element.find('.verify-msg:eq(1)').text('验证成功'); + this.options.success(); + }else { + + this.htmlDoms.move_block.css('background-color', '#d9534f'); + this.htmlDoms.left_bar.addClass('verify-left-bar-error'); + // this.htmlDoms.left_bar.css('border-color', '#d9534f'); + this.htmlDoms.icon.css('color', '#fff'); + this.htmlDoms.icon.removeClass('icon-jinru'); + this.htmlDoms.icon.addClass('icon-guanbi1'); + + setTimeout(function () { + _this.htmlDoms.move_block.animate({'left':'0px'}, 'fast'); + _this.htmlDoms.left_bar.animate({'width': '40px'}, 'fast'); + _this.htmlDoms.left_bar.removeClass('verify-left-bar-active'); + _this.htmlDoms.left_bar.removeClass('verify-left-bar-success'); + _this.htmlDoms.left_bar.removeClass('verify-left-bar-error'); + // _this.htmlDoms.left_bar.css({'border-color': '#ddd'}); + + _this.htmlDoms.move_block.css('background-color', '#fff'); + _this.htmlDoms.icon.css('color', '#000'); + _this.htmlDoms.icon.removeClass('icon-guanbi1'); + _this.htmlDoms.icon.addClass('icon-jinru'); + _this.$element.find('.verify-msg:eq(0)').text('向右滑动解锁'); + + }, 400); + + this.options.error(); + } + } + + this.status = false; + } + }, + + + resetSize : function(obj) { + var img_width,img_height,bar_width,bar_height; //图片的宽度、高度,移动条的宽度、高度 + var parentWidth = obj.$element.parent().width() || $(window).width(); + var parentHeight = obj.$element.parent().height() || $(window).height(); + + if(obj.options.imgSize.width.indexOf('%')!= -1){ + img_width = parseInt(obj.options.imgSize.width)/100 * parentWidth + 'px'; +   }else { + img_width = obj.options.imgSize.width; + } + + if(obj.options.imgSize.height.indexOf('%')!= -1){ + img_height = parseInt(obj.options.imgSize.height)/100 * parentHeight + 'px'; +   }else { + img_height = obj.options.imgSize.height; + } + + if(obj.options.barSize.width.indexOf('%')!= -1){ + bar_width = parseInt(obj.options.barSize.width)/100 * parentWidth + 'px'; +   }else { + bar_width = obj.options.barSize.width; + } + + if(obj.options.barSize.height.indexOf('%')!= -1){ + bar_height = parseInt(obj.options.barSize.height)/100 * parentHeight + 'px'; +   }else { + bar_height = obj.options.barSize.height; + } + + return {img_width : img_width, img_height : img_height, bar_width : bar_width, bar_height : bar_height}; + }, + + //随机出生点位 + randSet: function() { + var rand1 = Math.floor(Math.random()*9+1); + var rand2 = Math.floor(Math.random()*9+1); + var top = rand1 * parseInt(this.setSize.img_height)/15 + parseInt(this.setSize.img_height) * 0.1; + var left = rand2 * parseInt(this.setSize.img_width)/15 + parseInt(this.setSize.img_width) * 0.1; + + this.$element.find('.verify-img-panel').css('margin-bottom', this.options.vSpace + 'px'); + this.$element.find('.verify-gap').css({'top': top, 'left': left}); + this.$element.find('.verify-sub-block').css({'top':'-'+(parseInt(this.setSize.img_height)- top + this.options.vSpace + 1)+'px', 'background-image': 'url('+this.options.imgName[this.img_rand]+')', 'background-size': this.setSize.img_width + ' '+ this.setSize.img_height,'background-position-y': '-'+top+ 'px', 'background-position-x': '-'+left+'px'}); + }, + + //刷新 + refresh: function() { + this.randSet(); + this.img_rand = Math.floor(Math.random() * this.options.imgName.length); //随机的背景图片 + this.$element.find('.verify-img-panel').css({'background': 'url('+this.options.imgName[this.img_rand]+')', 'background-size': this.setSize.img_width + ' '+ this.setSize.img_height}); + this.$element.find('.verify-sub-block').css({'background-image': 'url('+this.options.imgName[this.img_rand]+')', 'background-size': this.setSize.img_width + ' '+ this.setSize.img_height}); + }, + + //获取left值 + getLeft: function(node) { + var left = $(node).offset().left; +// var nowPos = node.offsetParent; +// +// while(nowPos != null) {   +// left += $(nowPos).offset().left;  +// nowPos = nowPos.offsetParent;   +// } + return left; + } + }; + + + //定义Points的构造函数 + var Points = function(ele, opt) { + this.$element = ele, + this.defaults = { + defaultNum : 4, //默认的文字数量 + checkNum : 3, //校对的文字数量 + vSpace : 5, //间隔 + imgName : ['1.jpg', '2.jpg'], + imgSize : { + width: '400px', + height: '200px', + }, + barSize : { + width : '400px', + height : '40px', + }, + ready : function(){}, + success : function(){}, + error : function(){} + }, + this.options = $.extend({}, this.defaults, opt) + }; + + //定义Points的方法 + Points.prototype = { + init : function() { + + var _this = this; + + //加载页面 + _this.loadDom(); + + _this.refresh(); + _this.options.ready(); + + this.$element[0].onselectstart = document.body.ondrag = function(){ + return false; + }; + + //点击事件比对 + _this.$element.find('.verify-img-panel canvas').on('click', function(e) { + + _this.checkPosArr.push(_this.getMousePos(this, e)); + + if(_this.num == _this.options.checkNum) { + + _this.num = _this.createPoint(_this.getMousePos(this, e)); + setTimeout(function () { + var flag = _this.comparePos(_this.fontPos, _this.checkPosArr); + + if(flag == false) { //验证失败 + + _this.options.error(); + _this.$element.find('.verify-bar-area').css({'color': '#d9534f', 'border-color': '#d9534f'}); + _this.$element.find('.verify-msg').text('验证失败'); + + setTimeout(function () { + _this.$element.find('.verify-bar-area').css({'color': '#000','border-color': '#ddd'}); + _this.refresh(); + }, 400); + + }else { //验证成功 + _this.$element.find('.verify-bar-area').css({'color': '#4cae4c', 'border-color': '#5cb85c'}); + _this.$element.find('.verify-msg').text('验证成功'); + _this.$element.find('.verify-refresh').hide(); + _this.$element.find('.verify-img-panel').unbind('click'); + _this.options.success(); + } + }, 400); + + } + + if(_this.num < _this.options.checkNum) { + _this.num = _this.createPoint(_this.getMousePos(this, e)); + } + + }); + + //刷新 + _this.$element.find('.verify-refresh').on('click', function() { + _this.refresh(); + }); + + }, + + + + //加载页面 + loadDom : function() { + + this.fontPos = []; //选中的坐标信息 + this.checkPosArr = []; //用户点击的坐标 + this.num = 1; //点击的记数 + this.img_rand = Math.floor(Math.random() * this.options.imgName.length); //随机的背景图片 + + var panelHtml = ''; + var tmpHtml = ''; + + this.setSize = Slide.prototype.resetSize(this); //重新设置宽度高度 + + panelHtml += '
'; + + this.$element.append(panelHtml); + + + this.htmlDoms = { + img_panel : this.$element.find('.verify-img-panel'), + bar_area : this.$element.find('.verify-bar-area'), + msg : this.$element.find('.verify-msg'), + }; + + this.htmlDoms.img_panel.css({'width': this.setSize.img_width, 'height': this.setSize.img_height, 'background-size' : this.setSize.img_width + ' '+ this.setSize.img_height, 'margin-bottom': this.options.vSpace + 'px'}); + this.htmlDoms.bar_area.css({'width': this.options.barSize.width, 'height': this.options.barSize.height, 'line-height':this.options.barSize.height}); + + }, + + //绘制合成的图片 + drawImg : function(obj, img) { + //准备canvas环境 + var canvas = this.$element.find('canvas')[0]; + //var canvas=document.getElementById("myCanvas"); + var ctx=canvas.getContext("2d"); + + // 绘制图片 + ctx.drawImage(img,0,0, parseInt(this.setSize.img_width), parseInt(this.setSize.img_height)); + + // 绘制水印 + var fontSizeArr = ['italic small-caps bold 20px microsoft yahei', 'small-caps normal 25px arial', '34px microsoft yahei']; + var fontStr = '天地玄黄宇宙洪荒日月盈昃辰宿列张寒来暑往秋收冬藏闰余成岁律吕调阳云腾致雨露结为霜金生丽水玉出昆冈剑号巨阙珠称夜光果珍李柰菜重芥姜海咸河淡鳞潜羽翔龙师火帝鸟官人皇始制文字乃服衣裳推位让国有虞陶唐吊民伐罪周发殷汤坐朝问道垂拱平章爱育黎首臣伏戎羌遐迩体率宾归王'; //不重复的汉字 + + + var fontChars = []; + + var avg = Math.floor(parseInt(this.setSize.img_width)/(parseInt(this.options.defaultNum)+1)); + var tmp_index = ''; + var color2Num = Math.floor(Math.random() * 5); + + for(var i = 1; i <= this.options.defaultNum; i++) { + + fontChars[i-1] = this.getChars(fontStr, fontChars); + + tmp_index = Math.floor(Math.random()*3); + ctx.font = fontSizeArr[tmp_index]; + ctx.fillStyle = _code_color2[color2Num]; + + if(Math.floor(Math.random() * 2) == 1) { + var tmp_y = Math.floor(parseInt(this.setSize.img_height)/2) + tmp_index*20 + 20; + }else { + var tmp_y = Math.floor(parseInt(this.setSize.img_height)/2) - tmp_index*20; + } + + ctx.fillText(fontChars[i-1],avg * i, tmp_y); + this.fontPos[i-1] = {'char': fontChars[i-1], 'x': avg * i, 'y': tmp_y}; + + } + + for(var i = 0; i < (this.options.defaultNum-this.options.checkNum); i++) { + this.shuffle(this.fontPos).pop(); + } + + var msgStr = ''; + for(var i = 0; i < this.fontPos.length; i++) { + msgStr += this.fontPos[i].char + ','; + } + + this.htmlDoms.msg.text('请顺序点击【' + msgStr.substring(0,msgStr.length-1) + '】'); + + return this.fontPos; + }, + + //获取坐标 + getMousePos :function(obj, event) { + var e = event || window.event; + var scrollX = document.documentElement.scrollLeft || document.body.scrollLeft; + var scrollY = document.documentElement.scrollTop || document.body.scrollTop; + var x = e.clientX - ($(obj).offset().left - $(window).scrollLeft()); + var y = e.clientY - ($(obj).offset().top - $(window).scrollTop()); + + return {'x': x, 'y': y}; + }, + + //递归去重 + getChars : function(fontStr, fontChars) { + + var tmp_rand = parseInt(Math.floor(Math.random() * fontStr.length)); + if(tmp_rand > 0) { + tmp_rand = tmp_rand - 1; + } + + tmp_char = fontStr.charAt(tmp_rand); + if($.inArray(tmp_char, fontChars) == -1) { + return tmp_char; + }else { + return Points.prototype.getChars(fontStr, fontChars); + } + }, + + //洗牌数组 + shuffle : function(arr) { + var m = arr.length, i; + while (m) { + i = (Math.random() * m--) >>> 0; + [arr[m], arr[i]] = [arr[i], arr[m]] + } + return arr; + }, + + //创建坐标点 + createPoint : function (pos) { + this.htmlDoms.img_panel.append('
'+this.num+'
'); + return ++this.num; + }, + + //比对坐标点 + comparePos : function (fontPos, checkPosArr) { + + var flag = true; + for(var i = 0; i < fontPos.length; i++) { + if(!(parseInt(checkPosArr[i].x) + 40 > fontPos[i].x && parseInt(checkPosArr[i].x) - 40 < fontPos[i].x && parseInt(checkPosArr[i].y) + 40 > fontPos[i].y && parseInt(checkPosArr[i].y) - 40 < fontPos[i].y)) { + flag = false; + break; + } + } + + return flag; + }, + + //刷新 + refresh: function() { + var _this = this; + this.$element.find('.point-area').remove(); + this.fontPos = []; + this.checkPosArr = []; + this.num = 1; + + this.img_rand = Math.floor(Math.random() * this.options.imgName.length); //随机的背景图片 + var img = new Image(); + img.src = this.options.imgName[this.img_rand]; + + + // 加载完成开始绘制 + $(img).on('load', function(e) { + this.fontPos = _this.drawImg(_this, this); + }); + + }, + + }; + + //在插件中使用codeVerify对象 + $.fn.codeVerify = function(options, callbacks) { + var code = new Code(this, options); + code.init(); + }; + + //在插件中使用slideVerify对象 + $.fn.slideVerify = function(options, callbacks) { + var slide = new Slide(this, options); + slide.init(); + }; + + //在插件中使用clickVerify对象 + $.fn.pointsVerify = function(options, callbacks) { + var points = new Points(this, options); + points.init(); + }; + +})(jQuery, window, document); diff --git a/src/main/resources/admin/admin/public/verifys/yz.js b/src/main/resources/admin/admin/public/verifys/yz.js new file mode 100644 index 0000000..1dc5bd7 --- /dev/null +++ b/src/main/resources/admin/admin/public/verifys/yz.js @@ -0,0 +1,321 @@ +;(function(undefined) { + "use strict" + var _global; + + //判断是否为 数组 + function isArray(o){ + return Object.prototype.toString.call(o)=='[object Array]'; + } + //随机数 + function getRandomNumber(a,b) { + return Math.round(Math.random()*(b- a) + a) + } + //获取随机图片 + function getRandomImg(imgArr) { + return imgArr[getRandomNumber(0,imgArr.length-1)] + } + //判断 是否处于动画状态 + function ifAnimate(ele) { + if(ele.is(":animated")){ + return true + }else{ + return false + } + } + //获取元素的left值 + function getEleCssLeft($ele) { + return parseInt($ele.css('left')); + } + + var RotateVerify = function (ele,opt) { + this.$ele = $(ele); + //默认参数 + this.defaults = { + initText:'滑动将图片转正', + slideImage:'', + slideAreaNum:10, + getSucessState:function(){ + + } + } + this.settings = $.extend({}, this.defaults, opt); + this.init(); + } + RotateVerify.prototype = { + constructor: this, + init:function () { + this.verifyState = false; + this.disLf = 0; + this.initDom(); + this.initCanvasImg(); + this.initMouse(); + this._touchstart(); + this._touchend(); + }, + initDom:function () { + + this.statusBg = this.$ele.find('.statusBg'); + this.$slideDragWrap = this.$ele.find('.slideDragWrap'); + this.$slideDragBtn = this.$ele.find('.slideDragBtn'); + this.rotateCan = this.$ele.find('.rotateCan'); + this.cTipsTxt = this.$ele.find('.cTipsTxt'); + this.controlBorWrap = this.$ele.find('.controlBorWrap'); + this.xPos = this.rotateCan[0].width/2; + this.yPos = this.rotateCan[0].height/2; + this.aveRot = Math.round((360/(this.$slideDragWrap.width() - this.$slideDragBtn.outerWidth())) * 100 )/100; + // window.$slideDragWrap = this.$slideDragWrap + // console.log(this.$slideDragWrap) + // console.log(this.$slideDragWrap.width(),this.$slideDragBtn.outerWidth(),this.aveRot) + this.rotateImgCan = this.rotateCan[0].getContext('2d'); + this.slideImage = document.createElement('img'); + this.setAttrSrc(); + }, + initCanvasImg:function () { + this.randRot = getRandomNumber(30,270); + this.sucLenMin = (360 - this.settings.slideAreaNum - this.randRot) * (this.$slideDragWrap.width() - this.$slideDragBtn.width())/360; + this.sucLenMax = (360 + this.settings.slideAreaNum - this.randRot) * (this.$slideDragWrap.width() - this.$slideDragBtn.width())/360; + this.disLf = 0; + this.initImgSrc(); + }, + initImgSrc:function(){ + var _this = this; + _this.slideImage.src = _this.slideImage.getAttribute('data-src'); + _this.setAttrSrc(); + _this.slideImage.onload = function(){ + _this.slideImage.style.width = _this.xPos * 2 + 'px'; + _this.slideImage.style.height = _this.yPos * 2 + 'px'; + _this.drawImgCan(); + } + }, + drawImgCan:function(val){ + var _this = this; + _this.rotateImgCan.beginPath(); + _this.rotateImgCan.arc( _this.xPos, _this.yPos, _this.xPos, 0, 360 * Math.PI / 180, false ); + _this.rotateImgCan.closePath(); + _this.rotateImgCan.clip(); + _this.rotateImgCan.save(); + _this.rotateImgCan.clearRect(0,0,_this.xPos * 2,_this.yPos * 2); + _this.rotateImgCan.translate(_this.xPos, _this.yPos); + _this.rotateImgCan.rotate(this.randRot * Math.PI / 180 + _this.disLf * _this.aveRot * Math.PI / 180); + _this.rotateImgCan.translate(-_this.xPos, -_this.yPos); + _this.rotateImgCan.drawImage( _this.slideImage, 0, 0, _this.xPos*2, _this.yPos*2); + _this.rotateImgCan.restore(); + }, + initMouse:function () { + var _this = this ; + var ifThisMousedown = false; + _this.$slideDragBtn.on('mousedown',function (e) { + if(_this.verifyState){ + return false; + } + if(_this.dragTimerState){ + return false; + } + if(ifAnimate(_this.$slideDragBtn)){ + return false; + } + ifThisMousedown = true; + var positionDiv = $(this).offset(); + var distenceX = e.pageX - positionDiv.left; + var disPageX = e.pageX; + _this.$slideDragBtn.addClass('control-btn-active'); + _this.controlBorWrap.addClass('control-bor-active'); + $(document).mousemove(function (e) { + if(!ifThisMousedown){ + return false; + } + var x = e.pageX - disPageX; + if(x<0){ + x=0; + }else if(x >=(_this.$slideDragWrap.width()-_this.$slideDragBtn.outerWidth())){ + x = _this.$slideDragWrap.width()-_this.$slideDragBtn.outerWidth(); + } + _this.$slideDragBtn.css({ + 'left':x + 'px' + }) + _this.controlBorWrap.css({ + 'width':x + _this.$slideDragBtn.width() + 'px' + }) + _this.disLf = x; + _this.drawImgCan(); + e.preventDefault(); + }) + }); + $(document).on('mouseup',function(){ + if(!ifThisMousedown){ + return false; + } + ifThisMousedown = false; + if(_this.verifyState){ + return false; + } + $(document).off('mousemove'); + _this.$slideDragBtn.removeClass('control-btn-active'); + _this.controlBorWrap.removeClass('control-bor-active'); + if(_this.sucLenMin <= _this.disLf && _this.disLf <= _this.sucLenMax){ + _this.$slideDragBtn.addClass('control-btn-suc'); + _this.controlBorWrap.addClass('control-bor-suc'); + _this.statusBg.fadeIn(); + _this.statusBg.addClass('icon-dagou'); + _this.verifyState = true; + _this.cTipsTxt.text(""); + if(_this.settings.getSuccessState){ + _this.settings.getSuccessState(_this.verifyState); + } + }else{ + _this.$slideDragBtn.addClass('control-btn-err'); + _this.controlBorWrap.addClass('control-bor-err'); + _this.$slideDragWrap.addClass('control-horizontal'); + _this.dragTimerState = true; + _this.verifyState = false;; + _this.statusBg.fadeIn(); + _this.statusBg.addClass('icon-guanbi1'); + _this.$slideDragBtn.delay(700).animate({ + left:'0px' + },function(){ + _this.dragTimerState = false; + _this.$slideDragWrap.removeClass('control-horizontal'); + _this.$slideDragBtn.removeClass('control-btn-err'); + _this.statusBg.removeClass('icon-guanbi1'); + _this.statusBg.fadeOut(); + _this.refreshSlide(); + }) + _this.controlBorWrap.delay(700).animate({ + width:_this.$slideDragBtn.width() + 'px' + },function(){ + _this.controlBorWrap.removeClass('control-bor-err'); + }); + } + }); + }, + _touchstart:function(){ + var _this = this; + _this.$slideDragBtn.on('touchstart',function(e){ + _this.$slideDragBtn.css('pointer-events','none'); + setTimeout(function(){_this.$slideDragBtn.css('pointer-events','all')},400) + if(_this.dragTimerState || ifAnimate(_this.$slideDragBtn) || _this.verifyState){ + return false; + } + if(getEleCssLeft(_this.$slideDragBtn) == 0){ + _this.touchX = e.originalEvent.targetTouches[0].pageX; + _this.$slideDragBtn.addClass('control-btn-active'); + _this.controlBorWrap.addClass('control-bor-active'); + _this._touchmove(); + } + }) + }, + _touchmove:function(){ + var _this = this; + _this.$slideDragBtn.on('touchmove',function(e){ + e.preventDefault(); + if(_this.dragTimerState || ifAnimate(_this.$slideDragBtn)){ + return false; + }else{ + var x = e.originalEvent.targetTouches[0].pageX - _this.touchX; + if(x<0){ + x=0; + }else if(x >=(_this.$slideDragWrap.width()-_this.$slideDragBtn.outerWidth())){ + x = _this.$slideDragWrap.width()-_this.$slideDragBtn.outerWidth(); + } + _this.$slideDragBtn.css({ + 'left':x + 'px' + }) + _this.controlBorWrap.css({ + 'width':x + _this.$slideDragBtn.width() + 'px' + }) + _this.disLf = x; + _this.drawImgCan(); + } + }) + }, + _touchend:function(){ + var _this = this; + _this.$slideDragBtn.on('touchend',function(){ + _this.$slideDragBtn.off('touchmove'); + _this.$slideDragBtn.removeClass('control-btn-active'); + _this.controlBorWrap.removeClass('control-bor-active'); + if((_this.sucLenMin) <= _this.disLf && _this.disLf <= (_this.sucLenMax)){ + _this.verifyState = true; + _this.$slideDragBtn.addClass('control-btn-suc'); + _this.controlBorWrap.addClass('control-bor-suc'); + _this.statusBg.fadeIn(); + _this.statusBg.addClass('icon-dagou'); + _this.cTipsTxt.text(""); + if(_this.settings.getSuccessState){ + _this.settings.getSuccessState(_this.verifyState); + } + }else{ + if(!ifAnimate(_this.$slideDragBtn)){ + _this.dragTimerState = true; + _this.verifyState = false; + _this.statusBg.fadeIn(); + _this.statusBg.addClass('icon-guanbi1'); + _this.$slideDragBtn.addClass('control-btn-err'); + _this.controlBorWrap.addClass('control-bor-err'); + _this.$slideDragWrap.addClass('control-horizontal'); + _this.$slideDragBtn.delay(700).animate({ + left:'0px' + },function(){ + _this.$slideDragWrap.removeClass('control-horizontal'); + _this.$slideDragBtn.removeClass('control-btn-err'); + _this.statusBg.removeClass('icon-guanbi1'); + _this.statusBg.fadeOut(); + _this.dragTimerState = false; + _this.refreshSlide(); + }) + _this.controlBorWrap.delay(700).animate({ + width:_this.$slideDragBtn.width() + 'px' + },function(){ + _this.controlBorWrap.removeClass('control-bor-err'); + }); + }else{ + return false; + } + } + }) + }, + setAttrSrc:function(){ + if(isArray(this.settings.slideImage)){ + this.slideImageSrc = getRandomImg(this.settings.slideImage); + }else{ + this.slideImageSrc = this.settings.slideImage; + } + this.slideImage.setAttribute("data-src",this.slideImageSrc); + }, + refreshSlide:function(){ + var _this = this; + _this.initCanvasImg(); + }, + resetSlide:function(){ + var _this = this; + _this.$slideDragBtn.css({ + left:'0px' + }) + _this.controlBorWrap.css({ + width:_this.$slideDragBtn.width() + 'px' + }) + _this.controlBorWrap.removeClass('control-bor-suc'); + _this.dragTimerState = false; + _this.verifyState = false;; + _this.$slideDragBtn.removeClass('control-btn-suc'); + _this.$slideDragWrap.removeClass('control-horizontal'); + _this.statusBg.fadeOut(); + _this.statusBg.removeClass('icon-dagou'); + _this.cTipsTxt.text(_this.settings.initText); + _this.refreshSlide(); + } + } + var inlineCss = '*{margin:0;padding:0;box-sizing:border-box;}.rotateverify-contaniner{margin:0 auto;}@-webkit-keyframes rotateverifyHorizontal{0%{-webkit-transform:translate(0px,0);-ms-transform:translate(0px,0);transform:translate(0px,0)}10%,30%,50%,70%,90%{-webkit-transform:translate(-1px,0);transform:translate(-1px,0)}20%,40%,60%,80%{-webkit-transform:translate(1px,0);transform:translate(1px,0)}100%{-webkit-transform:translate(0px,0);transform:translate(0px,0)}}@-moz-keyframes rotateverifyHorizontal{0%{-webkit-transform:translate(0px,0);-moz-transform:translate(0px,0);transform:translate(0px,0)}10%,30%,50%,70%,90%{-webkit-transform:translate(-1px,0);-moz-transform:translate(-1px,0);transform:translate(-1px,0)}20%,40%,60%,80%{-webkit-transform:translate(1px,0);-moz-transform:translate(1px,0);transform:translate(1px,0)}100%{-webkit-transform:translate(0px,0);-moz-transform:translate(0px,0);transform:translate(0px,0)}}@keyframes rotateverifyHorizontal{0%{-webkit-transform:translate(0px,0);-moz-transform:translate(0px,0);transform:translate(0px,0)}10%,30%,50%,70%,90%{-webkit-transform:translate(-1px,0);-moz-transform:translate(-1px,0);transform:translate(-1px,0)}20%,40%,60%,80%{-webkit-transform:translate(1px,0);-moz-transform:translate(1px,0);transform:translate(1px,0)}100%{-webkit-transform:translate(0px,0);-moz-transform:translate(0px,0);transform:translate(0px,0)}}.rotateverify-contaniner .control-horizontal{-webkit-animation:rotateverifyHorizontal .6s .2s ease both;-moz-animation:rotateverifyHorizontal .6s .2s ease both;animation:rotateverifyHorizontal .6s .2s ease both}.rotateverify-contaniner .rotate-can-wrap{position:relative;}.rotateverify-contaniner .status-bg{width:100%;height:100%;position:absolute;top:0;left:0;background-color:rgba(0,0,0,.3);background-repeat:no-repeat;background-position:center center;border-radius:100%;display:none;}.rotateverify-contaniner .status-bg.icon-dagou{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAH4AAABWCAYAAAAJ3CLTAAAAAXNSR0IArs4c6QAABFZJREFUeAHtncuO00AQRWdALFkiXsM0Az/FArGIhPg3EAvEazEL4AdY824eQsBXhNsTW1gmiduu6vct6cp20qmuuiftOMkoc3DAqM6B9Xq9gp5Dvzq5/VV1jbKhjQOAewSdQrvC3XeVflXkAIAeQ593ER/cflpR22230kH/MoA7tbs637Zl5XfvoKOL19DJjG4uEPwMt3IbuhC6a+PiudyaYT1+Dgign01A8H4+ZzVKCh3NvCX4rJBOF6MA3U3yeHomjsjGAQcdmnP1juH/Bd/OZUPUoxDg04DunjTXPabjkBwcUITu3voxSnCA0EugpFwjoSsbWkI6Qi+BknKNStDdFzZ8TVdmEyydIvQbwYpkYl0HCF3XzyKyEXoRmHSLJHRdP4vIRuhFYNItktB1/SwiG6EXgUm3SEA3kPRbNvc+nW/ZdNGEy9ZBt9hKgtDDIdLPDNIGspAkCF0fTbiMIG0gC0mC0MMh0s8M0gaykCQIXR9NuIwgbSALSYLQwyHSzwzSBrKQJAhdH024jCBtIAtJgtDDIdLPDNIGspAkCF0fTbiMIG0gC0mC0MMh0s8M0gaykCTiQ0e1d6CH0KdOj9xt+hbVlxE+GegrJAnne7yPYTHZJejJnordfZfrw6XTEbwxkIUkERe6ax3Vut9ImYp3GMCf0Rg9V+CJgSwkiSTQ786omPAH4OGbgSwkifjQu9X+dGbVhL85Sxr4Zmd6Nx6eBnoH/ue4Go/jpuHDHwNZSBIO+tHgBBJ3F5P/WVh9k/DhlYEsJIm00LsV/1LQQVPw4ZOBLCSJ9NA78A8kXeCx76Hqr/bRo4E03qenO70PX0zQzCH0BpJE1SsfxhjIQpLIY6WP4Bt09EPSFR5b5cpHXwaqZ6UPwXen/NtoUAq/qpUPP25WDb1/EqBJDfhVrPxmoBN+78DZR9htrPR/LW/2Wl75za10wm94pe+A/x2rQBJFvOajwTZP72Po/TEMcRd8VcMn9J72aFszfEIfwR4fwqBbkMbKvzbOneqY0D2drwk+oXtC74fVAJ/Qe5oztyXDV4L+EXny+JZtJjvx8BLhE7oY+yZBSfAJXQl6n6YE+ITe01Le5gyf0JVhj9PlCF8ROv+dxxj48Dgn+IQ+JBNhPwf4hB4B9LYpUsIn9G1EIt6mBP8D8nh/tk/oEQHvmyomfMx1Akn/GtZ9IscLuX1Qfe+LAb+D/g1bSRC6L1TfcaCh8ZXu1tM+cruVTui+MGKPCwGf0GNTXDifJnxCXwgh1cM6+NJTszvta+TghVzMJ4ISfKRZHLyQiwl8OBeQaVyULSFP6EMQKfYTwCf0FKC3zRkRvrsu4Gv6NgipbosAn9BTwZ2aNyB8Qp8yP/X9AeATemqovvMrwid0X9NzGacAn9BzgTm3DgF8Qp9rdm7jF8An9NwgLq1nBnxCX2pyro8D/GPoFbQr3M+yXsm1ftYlcABgD6H70AvoN+R+dfsZdE+QttmH/gVo1WKZD73PfwAAAABJRU5ErkJggg==);}.rotateverify-contaniner .status-bg.icon-guanbi1{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGoAAABqCAYAAABUIcSXAAAAAXNSR0IArs4c6QAABOhJREFUeAHt3F1O3DAUBeCZ7qJQUVXdQ6U+tUtBILq79okKUEGwAlaACO0DFV1C+0DPzXBnMpnYiR0nsZ1jyXUm/ok5H8wwBbJYVMrz8/MR6nfU3y9Vjo8qQ3gYOAHke4h6ivqIKrlL5seoy51L4eRr1B+opiJ9+zsTecI7AeS5h3phChznr2TM1gVwwoaka93j4GBrIh94JYAc36DeabCWVrBWX1k4kKe7roVYXjSbSQi6K5KanJSz8UieE10KsTa5Ox0hZFckcTlXKHkBcy3EciJaLBCwD5K4PMmlXjleT4e/w8ENFuFrliZiaQVJ8kJ9bxlm7RKoW+sIcyexzNmsewIglT4C9XW9qvsBsSyZBUCS1Tc+WLDLt+cYZix8zaqBISnf16RqyJtvz2V99OyjSth9CrFesBBiCKRC1qn5l1gH6CDWTjJuJwIivTVeGRchljGd9o5RkHQbxNIk3NpRkXRrxNIkurWTIOnWiKVJ2NtJkXRrxNIkmtsokHRrxNIkttuokHRrxNIkVm2USLpFYiWARKyEkOaOFfXTneLU27k9DSaJpGhzwUoaaS5YWSDljpUVUq5YWSLlhpU1Ui5Ys0BKHWtWSKlizRIpNaxZI6WCRSSVQoswovyFGSJVkPQwNiwiqUxDGwsWkRpw6qemxiJSXcTyeCosIllQTF1jYxHJJNHh/FhYROqA0TZkaCwitQk49A+FRSQHhK5DQ2MRqWvyHuMCYn3AWneofUqByea/T/L4+LKagnBC/HfT3z5CmFugEqntMwshhcDCMl6lwCwitSFpP8KaAotICuDSjoxFJBec+tiRsIhUD97n8cBYRPJBMc0ZCItIpsD7nA+MRaQ+GG1zgSVvZvu+T5L5H9uuxX7PBBBuiNvWYJmy3ONf3sLO08I4DaGGRFpRrW4nRCxj6o4dAyERy9HBOnxgJGJZ0+/YORISsTp6NA4bGYlYjQotJydCih7L9y7NLXH7dQsSZt6get/NGHP/ofqWaO+RGw1UIKQHCH1CLXylMC9arB4fU5ipgZ7uCqxT/tAPbYifZ/FNcZU3NJKuTSxNIkA7FJJujViaRI92aCTdGrE0CY92LCTdGrE0CYd2bCTdGrE0iQ7tVEi6NWJpEpZ2aiTdGrE0iYY2FiTdGrE0iUobG5JujViaBNpYkXSLxEoAiVgJIc0aK/anO8Wpt7N6GkwVSdFmgZU60iywckHKGis3pCyxckXKCit3pCyw5oKUNNbckJLEmitSUlhzR0oCi0jKtGqRR3y/N0ikbSR9FBUWkZSluY0Ci0jNOPWzk2IRqc5hfzwJFpHsKKbeUbGIZGLodn4ULCJ1w2gbNSgWFt9D5e092xQ69gfE2t+6JBa+QO1TCkzmnSMrqSKPEG+KL9dLYsFD1D6lwGQirRPdHCCXEFjH5YpY7BTVtxSYSKSNzc4R8umLdaZQj55KRNphaT7RE+tJVpW/il82L289+4Dez8vl8qd1FDvLBJDTL8kLtShPuP1T+gjUrdu8xQPGE8kxtB5YpY9AfXO45gPGEskhsOpQT6yVD54/l6hXqG2lwAB+41BN3vMYOXb9BuMaYzcvTXggb3htWNInt79hCZQA8txHvUQ1lWt0bL/hlWvjpHxlnaCeoz69VDmWcxvVQBvlMuvMj5Hv2Uvef9BK5l9QmXmKnyT/AS/pCbJI4duRAAAAAElFTkSuQmCC);}.rotateverify-contaniner .control-wrap{position:relative;height:40px;clear:both;border-radius:42px;margin-top:45px;background-color:#f7f7f7;}.rotateverify-contaniner .control-wrap .control-tips{position:relative;width:100%;height:100%;}.rotateverify-contaniner .c-tips-txt{height:40px;line-height:40px;position:absolute;width:100%;text-align:center;top:0;left:0;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;}.rotateverify-contaniner .control-btn{position:absolute;left:0;top:0;width:40px;height:40px;border-radius:40px;border:1px solid #e0e0e0;background-color:#fff;}.rotateverify-contaniner .control-bor-wrap{position:absolute;left:0;top:0;width:40;height:40px;border-radius:40px;border:1px solid transparent;}.rotateverify-contaniner .control-bor-active{border:1px solid #1a91ed;}.rotateverify-contaniner .control-bor-err{border:1px solid #e01116;}.rotateverify-contaniner .control-bor-suc{border:1px solid limegreen;}.rotateverify-contaniner .control-btn-active{background:#1a91ed;}.rotateverify-contaniner .control-btn-err{background:#e01116;}.rotateverify-contaniner .control-btn-suc{background-color:limegreen;}.rotateverify-contaniner .control-btn-ico{display:block;width:20px;height:20px;background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADQAAAAyCAYAAAATIfj2AAAAAXNSR0IArs4c6QAABAdJREFUaAXtWUloU0EYbhaNTQWhItiIBz2kaYkHodWDBxEUa9OFIBHxoOnB3oSCgoqCKdijC3rpQTBCcYsQaUsE0eJBRIXiQZEuehJzUxCa1mIWvxFHpsPMvCUzh8oLlDfzzbxvvn+Zmb9JQ4P38TzgecDzgOeBVeQBn0prKpUKLC0tXa7VagNkns/nu93Y2Hgxl8tVVO9ZjZniJesGVYsvLi6OwJizdA7a54BtRv+PgRR3+jTFS3T4LcSk+XEYle7p6TnJ4w77pngtDRLqrFarN/r6+nYKB+sAdfAqI4Ro3JHoW1epVB5hL2yQjCthU7xkUaVBgUBgGAfBB5E6iNpeKpWyojErzBQvWTegWnxubu5XPB5/jlRIY15IMDcWjUZL8/PzrwRjUsgUL1lQeWxTRYlEIoWIPKR97lmGx/dNTEy85HDLrgleZYSoIkTgY2trazOM2k0x5knStguRHJuZmSkxuGXTBK9yD7GKIpHIGfRfsxhtw9DI8vLyvUwmY5uPvqub11aEyOLT09PV9vb2pxB/HN0wFcQ8txWLxSC8PsVglk3dvLb2EKuqu7u7C/0C/kTv1rCfEthPT9h37LR18dqOEBWFCHzCyUZSay/FmKcPETwUi8Xu4yT7weCWTV28jnOeKOvs7CT30zOJymYc8zlcumsl41JYB68rg7D5q+Fw+BiM+ipShyjtQgF6RTSmwnTwivaBas0VY6jn9pTL5RcAhVW73+8/Ojk5+WDFSzY69fA63kOsntnZ2S+4n0qIyEEWZ9pdbW1tOcz7zmCWzXp4XaUcqwgRuIrUy7MYbcPQ9ShiM7Tv5OmWt26DiEik1hCMqooEw6gdItwO5oZXi0E41a5DuJALhr63I140xw2vUISIXIahwDwNY5KicRizgIs2Ixqzwtzy/nennOsI4eLchA1PjmThkY3o3HRzZNfL68ogUlXj4ryLVNsiSh0Y8xYXL6nOHX108Lq6h5qamoZhzIBILYz5htNpfz6fd3T3EC4dvI73kK6qmHeGLl5HKdff378VERiDGKEjEJkRN/866OS1bdDg4OAa1G05pNpG3rt/+1MdHR2XJGNSWDev7T3U0tJyDcYcFilD1IqhUOjA6OjogmhchenmFaYOLwD5fQSYrGp2/a2PCV7LlEsmk1FE4BZvJO1j7Lybr7BM8Soj1NvbG0Y99QapFqcGcM/HhUJBWPZw81Z0TfGSRYS3PF0dlQDZ5DJjPuPeSNO5Tp6meIkGZcohnU5IhP4MBoMp/PDl6IsQymWK19IgKoB/ooI+NT4+/o7H6+3r4FVGCAKzvEh4N4tDQHpI8PMlfVO86j2EAvMCfmPFmfCvbssSTCLSNmyK17YAb6LnAc8DngdWrQd+A6CJYdIFu4L0AAAAAElFTkSuQmCC) no-repeat center center;background-size:100% 100%;margin:10px;}.rotateverify-contaniner .control-btn-active .control-btn-ico{background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADQAAAAyCAYAAAATIfj2AAAAAXNSR0IArs4c6QAAAoRJREFUaAXtmb9OVFEQxjcQKGyspIPK2FvrA+gDAC8AL6C+gGIidvx5ABtqeABCDZSEFjtNLLTRwoLo+jvZJcBhvpnrLlPs5kzyhT3z5/vOzM1y757b6zVrE2gTaBNoE5iWCfT7/VnwAXwbonyeHbe/wgHunTfcF6KboLZPYWGQAGEKbyDb6yFcroxl62GxkwBhCq8jOQg5wr+JPQ0JREIWr5C7diP8ESj7TODhdXb3T9Sl8IY7QPgBOAfKDkISIwGyFF5D6q4L8Sfgp+oI/5u7VbEnizdWJgPxZaehS2LPOxFVSVm8lYy9RHzbaeorsQW70vdm8fqqRBGeA8dA2RGBmZCoSqAmhbeSsZeIL4LvQNl7u9L3QpbC66sOo4i/AH9FR8X/shNRlZTFW8nYS8TfioaK+wdYsit9L3UpvL4qUYRnwCFQdkpgPiSqEqhJ4a1k7CXij8AXoGzXrvS9kKXw+qrDKOLPQLkPKVvtRFQlQZbCW8nYS8RfqW7w/wKP7Urfm8Xrqw6jiO8DZXudSIwkCFN4DanbLoSXwB/R0dnt7O6rUXj/+84utrOFX3Gdi5ou7ixerc0UX4srU9zjfIdSeHUnRNhwyn+jLN6omeh+seMSiCDNpPAKuYEb0ZQ7ehav20wJIvwOKCtP46M+y6Xwug2x2el52qaZ6HfLhjsNEcziFXIDN6Lll+UJUHZEQN2LJDc1KbxS8CqA8PScKdDMClBWnrZHPfVJ4b26COZfNjs953I0k3LCmcVrXpGbToS9M+gL4hln2yPz3ty7+ZkNq9ceE/v2QTW0Zk6go9MZ1Fi8oTzCm6C2iX6DV78LLQ1mvGO9F97wCrWENoE2gTaBiZ/AP+8/LMb6T9MeAAAAAElFTkSuQmCC) no-repeat center center;background-size:100% 100%;}.rotateverify-contaniner .control-btn-err .control-btn-ico{background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGoAAABqCAYAAABUIcSXAAAAAXNSR0IArs4c6QAABOhJREFUeAHt3F1O3DAUBeCZ7qJQUVXdQ6U+tUtBILq79okKUEGwAlaACO0DFV1C+0DPzXBnMpnYiR0nsZ1jyXUm/ok5H8wwBbJYVMrz8/MR6nfU3y9Vjo8qQ3gYOAHke4h6ivqIKrlL5seoy51L4eRr1B+opiJ9+zsTecI7AeS5h3phChznr2TM1gVwwoaka93j4GBrIh94JYAc36DeabCWVrBWX1k4kKe7roVYXjSbSQi6K5KanJSz8UieE10KsTa5Ox0hZFckcTlXKHkBcy3EciJaLBCwD5K4PMmlXjleT4e/w8ENFuFrliZiaQVJ8kJ9bxlm7RKoW+sIcyexzNmsewIglT4C9XW9qvsBsSyZBUCS1Tc+WLDLt+cYZix8zaqBISnf16RqyJtvz2V99OyjSth9CrFesBBiCKRC1qn5l1gH6CDWTjJuJwIivTVeGRchljGd9o5RkHQbxNIk3NpRkXRrxNIkurWTIOnWiKVJ2NtJkXRrxNIkmtsokHRrxNIkttuokHRrxNIkVm2USLpFYiWARKyEkOaOFfXTneLU27k9DSaJpGhzwUoaaS5YWSDljpUVUq5YWSLlhpU1Ui5Ys0BKHWtWSKlizRIpNaxZI6WCRSSVQoswovyFGSJVkPQwNiwiqUxDGwsWkRpw6qemxiJSXcTyeCosIllQTF1jYxHJJNHh/FhYROqA0TZkaCwitQk49A+FRSQHhK5DQ2MRqWvyHuMCYn3AWneofUqByea/T/L4+LKagnBC/HfT3z5CmFugEqntMwshhcDCMl6lwCwitSFpP8KaAotICuDSjoxFJBec+tiRsIhUD97n8cBYRPJBMc0ZCItIpsD7nA+MRaQ+GG1zgSVvZvu+T5L5H9uuxX7PBBBuiNvWYJmy3ONf3sLO08I4DaGGRFpRrW4nRCxj6o4dAyERy9HBOnxgJGJZ0+/YORISsTp6NA4bGYlYjQotJydCih7L9y7NLXH7dQsSZt6get/NGHP/ofqWaO+RGw1UIKQHCH1CLXylMC9arB4fU5ipgZ7uCqxT/tAPbYifZ/FNcZU3NJKuTSxNIkA7FJJujViaRI92aCTdGrE0CY92LCTdGrE0CYd2bCTdGrE0iQ7tVEi6NWJpEpZ2aiTdGrE0iYY2FiTdGrE0iUobG5JujViaBNpYkXSLxEoAiVgJIc0aK/anO8Wpt7N6GkwVSdFmgZU60iywckHKGis3pCyxckXKCit3pCyw5oKUNNbckJLEmitSUlhzR0oCi0jKtGqRR3y/N0ikbSR9FBUWkZSluY0Ci0jNOPWzk2IRqc5hfzwJFpHsKKbeUbGIZGLodn4ULCJ1w2gbNSgWFt9D5e092xQ69gfE2t+6JBa+QO1TCkzmnSMrqSKPEG+KL9dLYsFD1D6lwGQirRPdHCCXEFjH5YpY7BTVtxSYSKSNzc4R8umLdaZQj55KRNphaT7RE+tJVpW/il82L289+4Dez8vl8qd1FDvLBJDTL8kLtShPuP1T+gjUrdu8xQPGE8kxtB5YpY9AfXO45gPGEskhsOpQT6yVD54/l6hXqG2lwAB+41BN3vMYOXb9BuMaYzcvTXggb3htWNInt79hCZQA8txHvUQ1lWt0bL/hlWvjpHxlnaCeoz69VDmWcxvVQBvlMuvMj5Hv2Uvef9BK5l9QmXmKnyT/AS/pCbJI4duRAAAAAElFTkSuQmCC) no-repeat center center;background-size:100% 100%;}.rotateverify-contaniner .control-btn-suc .control-btn-ico{background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAH4AAABWCAYAAAAJ3CLTAAAAAXNSR0IArs4c6QAABFZJREFUeAHtncuO00AQRWdALFkiXsM0Az/FArGIhPg3EAvEazEL4AdY824eQsBXhNsTW1gmiduu6vct6cp20qmuuiftOMkoc3DAqM6B9Xq9gp5Dvzq5/VV1jbKhjQOAewSdQrvC3XeVflXkAIAeQ593ER/cflpR22230kH/MoA7tbs637Zl5XfvoKOL19DJjG4uEPwMt3IbuhC6a+PiudyaYT1+Dgign01A8H4+ZzVKCh3NvCX4rJBOF6MA3U3yeHomjsjGAQcdmnP1juH/Bd/OZUPUoxDg04DunjTXPabjkBwcUITu3voxSnCA0EugpFwjoSsbWkI6Qi+BknKNStDdFzZ8TVdmEyydIvQbwYpkYl0HCF3XzyKyEXoRmHSLJHRdP4vIRuhFYNItktB1/SwiG6EXgUm3SEA3kPRbNvc+nW/ZdNGEy9ZBt9hKgtDDIdLPDNIGspAkCF0fTbiMIG0gC0mC0MMh0s8M0gaykCQIXR9NuIwgbSALSYLQwyHSzwzSBrKQJAhdH024jCBtIAtJgtDDIdLPDNIGspAkCF0fTbiMIG0gC0mC0MMh0s8M0gaykCTiQ0e1d6CH0KdOj9xt+hbVlxE+GegrJAnne7yPYTHZJejJnordfZfrw6XTEbwxkIUkERe6ax3Vut9ImYp3GMCf0Rg9V+CJgSwkiSTQ786omPAH4OGbgSwkifjQu9X+dGbVhL85Sxr4Zmd6Nx6eBnoH/ue4Go/jpuHDHwNZSBIO+tHgBBJ3F5P/WVh9k/DhlYEsJIm00LsV/1LQQVPw4ZOBLCSJ9NA78A8kXeCx76Hqr/bRo4E03qenO70PX0zQzCH0BpJE1SsfxhjIQpLIY6WP4Bt09EPSFR5b5cpHXwaqZ6UPwXen/NtoUAq/qpUPP25WDb1/EqBJDfhVrPxmoBN+78DZR9htrPR/LW/2Wl75za10wm94pe+A/x2rQBJFvOajwTZP72Po/TEMcRd8VcMn9J72aFszfEIfwR4fwqBbkMbKvzbOneqY0D2drwk+oXtC74fVAJ/Qe5oztyXDV4L+EXny+JZtJjvx8BLhE7oY+yZBSfAJXQl6n6YE+ITe01Le5gyf0JVhj9PlCF8ROv+dxxj48Dgn+IQ+JBNhPwf4hB4B9LYpUsIn9G1EIt6mBP8D8nh/tk/oEQHvmyomfMx1Akn/GtZ9IscLuX1Qfe+LAb+D/g1bSRC6L1TfcaCh8ZXu1tM+cruVTui+MGKPCwGf0GNTXDifJnxCXwgh1cM6+NJTszvta+TghVzMJ4ISfKRZHLyQiwl8OBeQaVyULSFP6EMQKfYTwCf0FKC3zRkRvrsu4Gv6NgipbosAn9BTwZ2aNyB8Qp8yP/X9AeATemqovvMrwid0X9NzGacAn9BzgTm3DgF8Qp9rdm7jF8An9NwgLq1nBnxCX2pyro8D/GPoFbQr3M+yXsm1ftYlcABgD6H70AvoN+R+dfsZdE+QttmH/gVo1WKZD73PfwAAAABJRU5ErkJggg==) no-repeat center center;background-size:100% 100%;}' + var styleObj = $( + '' + ) + // $('head').prepend(styleObj); + _global = (function(){ return this || (0, eval)('this'); }()); + if (typeof module !== "undefined" && module.exports) { + module.exports = RotateVerify; + } else if (typeof define === "function" && define.amd) { + define(function(){return RotateVerify;}); + } else { + !('RotateVerify' in _global) && (_global.RotateVerify = RotateVerify); + } +}()); \ No newline at end of file diff --git a/src/main/resources/admin/admin/src/App.vue b/src/main/resources/admin/admin/src/App.vue new file mode 100644 index 0000000..ac1e2c9 --- /dev/null +++ b/src/main/resources/admin/admin/src/App.vue @@ -0,0 +1,31 @@ + + + + + diff --git a/src/main/resources/admin/admin/src/assets/css/canvas-bg-1.css b/src/main/resources/admin/admin/src/assets/css/canvas-bg-1.css new file mode 100644 index 0000000..8a9580d --- /dev/null +++ b/src/main/resources/admin/admin/src/assets/css/canvas-bg-1.css @@ -0,0 +1,13 @@ +#canvas { + position: fixed; + top: 0; + left: 0; + width: 100%; + margin: 0; + overflow: hidden; + background: hsla(0, 5%, 5%, 1); + background-repeat: no-repeat; + background-attachment: fixed; + background-image: linear-gradient(to right top, hsla(0, 5%, 15%, 0.5), hsla(0, 5%, 5%, 1)); + background-image: -moz-linear-gradient(to right top, hsla(0, 5%, 15%, 0.5), hsla(0, 5%, 5%, 1)); +} \ No newline at end of file diff --git a/src/main/resources/admin/admin/src/assets/css/canvas-bg-2.css b/src/main/resources/admin/admin/src/assets/css/canvas-bg-2.css new file mode 100644 index 0000000..fd0c941 --- /dev/null +++ b/src/main/resources/admin/admin/src/assets/css/canvas-bg-2.css @@ -0,0 +1,6 @@ +#canvas { + background: rgba(0,0,0,1); + position: absolute; + left: 0; + top: 0; +} \ No newline at end of file diff --git a/src/main/resources/admin/admin/src/assets/css/canvas-bg-3.css b/src/main/resources/admin/admin/src/assets/css/canvas-bg-3.css new file mode 100644 index 0000000..f48f0cd --- /dev/null +++ b/src/main/resources/admin/admin/src/assets/css/canvas-bg-3.css @@ -0,0 +1,5 @@ +#canvas { + position: fixed; + left: 0; + top: 0; +} \ No newline at end of file diff --git a/src/main/resources/admin/admin/src/assets/css/canvas-bg-4.css b/src/main/resources/admin/admin/src/assets/css/canvas-bg-4.css new file mode 100644 index 0000000..f48f0cd --- /dev/null +++ b/src/main/resources/admin/admin/src/assets/css/canvas-bg-4.css @@ -0,0 +1,5 @@ +#canvas { + position: fixed; + left: 0; + top: 0; +} \ No newline at end of file diff --git a/src/main/resources/admin/admin/src/assets/css/canvas-bg-5.css b/src/main/resources/admin/admin/src/assets/css/canvas-bg-5.css new file mode 100644 index 0000000..f48f0cd --- /dev/null +++ b/src/main/resources/admin/admin/src/assets/css/canvas-bg-5.css @@ -0,0 +1,5 @@ +#canvas { + position: fixed; + left: 0; + top: 0; +} \ No newline at end of file diff --git a/src/main/resources/admin/admin/src/assets/css/element-variables.scss b/src/main/resources/admin/admin/src/assets/css/element-variables.scss new file mode 100644 index 0000000..e15eb95 --- /dev/null +++ b/src/main/resources/admin/admin/src/assets/css/element-variables.scss @@ -0,0 +1,9 @@ +/* 改变主题色变量 */ +$--color-primary: #00c292 !default; +$--color-success: #67c23a !default; +$--color-warning: #e6a23c !default; +$--color-danger: #f56c6c !default; +$--color-info: #909399 !default; +/* 改变 icon 字体路径变量,必需 */ +$--font-path: '~element-ui/lib/theme-chalk/fonts'; +@import "~element-ui/packages/theme-chalk/src/index"; \ No newline at end of file diff --git a/src/main/resources/admin/admin/src/assets/css/style.scss b/src/main/resources/admin/admin/src/assets/css/style.scss new file mode 100644 index 0000000..bc02be5 --- /dev/null +++ b/src/main/resources/admin/admin/src/assets/css/style.scss @@ -0,0 +1,47 @@ +.form-content { +background: #ffffff; +padding: 10px 10px 0 10px; +} +.table-content { +background: #ffffff; +padding: 0 10px; +} +.pagination-content { +margin-top: 10px; +padding-bottom: 10px; +text-align: right; +} +.detail-form-content{ +background: #ffffff; +padding: 10px; +.el-input{ + min-width: 200px; + max-width: 600px; +} +} +.bg { +position: absolute; +top: 0; +left: 0; +height: 100%; +} +.login-form { +position: absolute; +top: 0; +right: 0; +width: 350px; +height: 100%; +background: #ffffff; +padding: 0 60px; +font-size: 18px; +font-weight: bold; +} +.h1 { +margin-top: 80px; +font-size: 20px; +font-weight: bold; +} +.btn-login { +margin-top: 50px; +width: 100%; +} \ No newline at end of file diff --git a/src/main/resources/admin/admin/src/assets/img/404.png b/src/main/resources/admin/admin/src/assets/img/404.png new file mode 100644 index 0000000..c82d175 Binary files /dev/null and b/src/main/resources/admin/admin/src/assets/img/404.png differ diff --git a/src/main/resources/admin/admin/src/assets/img/QRcode.png b/src/main/resources/admin/admin/src/assets/img/QRcode.png new file mode 100644 index 0000000..107a322 Binary files /dev/null and b/src/main/resources/admin/admin/src/assets/img/QRcode.png differ diff --git a/src/main/resources/admin/admin/src/assets/img/avator.png b/src/main/resources/admin/admin/src/assets/img/avator.png new file mode 100644 index 0000000..88526ec Binary files /dev/null and b/src/main/resources/admin/admin/src/assets/img/avator.png differ diff --git a/src/main/resources/admin/admin/src/assets/img/bg.jpg b/src/main/resources/admin/admin/src/assets/img/bg.jpg new file mode 100644 index 0000000..ffbc779 Binary files /dev/null and b/src/main/resources/admin/admin/src/assets/img/bg.jpg differ diff --git a/src/main/resources/admin/admin/src/assets/img/captcha.jpg b/src/main/resources/admin/admin/src/assets/img/captcha.jpg new file mode 100644 index 0000000..85d86da Binary files /dev/null and b/src/main/resources/admin/admin/src/assets/img/captcha.jpg differ diff --git a/src/main/resources/admin/admin/src/assets/img/jiahao.png b/src/main/resources/admin/admin/src/assets/img/jiahao.png new file mode 100644 index 0000000..44ee3fb Binary files /dev/null and b/src/main/resources/admin/admin/src/assets/img/jiahao.png differ diff --git a/src/main/resources/admin/admin/src/assets/img/login.png b/src/main/resources/admin/admin/src/assets/img/login.png new file mode 100644 index 0000000..3e02e64 Binary files /dev/null and b/src/main/resources/admin/admin/src/assets/img/login.png differ diff --git a/src/main/resources/admin/admin/src/assets/img/logo.png b/src/main/resources/admin/admin/src/assets/img/logo.png new file mode 100644 index 0000000..220748c Binary files /dev/null and b/src/main/resources/admin/admin/src/assets/img/logo.png differ diff --git a/src/main/resources/admin/admin/src/assets/img/password.png b/src/main/resources/admin/admin/src/assets/img/password.png new file mode 100644 index 0000000..c808506 Binary files /dev/null and b/src/main/resources/admin/admin/src/assets/img/password.png differ diff --git a/src/main/resources/admin/admin/src/assets/img/role.png b/src/main/resources/admin/admin/src/assets/img/role.png new file mode 100644 index 0000000..3dd3d38 Binary files /dev/null and b/src/main/resources/admin/admin/src/assets/img/role.png differ diff --git a/src/main/resources/admin/admin/src/assets/img/test/jianshe.png b/src/main/resources/admin/admin/src/assets/img/test/jianshe.png new file mode 100644 index 0000000..c44f95d Binary files /dev/null and b/src/main/resources/admin/admin/src/assets/img/test/jianshe.png differ diff --git a/src/main/resources/admin/admin/src/assets/img/test/jiaotong.png b/src/main/resources/admin/admin/src/assets/img/test/jiaotong.png new file mode 100644 index 0000000..af49681 Binary files /dev/null and b/src/main/resources/admin/admin/src/assets/img/test/jiaotong.png differ diff --git a/src/main/resources/admin/admin/src/assets/img/test/nongye.png b/src/main/resources/admin/admin/src/assets/img/test/nongye.png new file mode 100644 index 0000000..6c37c96 Binary files /dev/null and b/src/main/resources/admin/admin/src/assets/img/test/nongye.png differ diff --git a/src/main/resources/admin/admin/src/assets/img/test/weixin.png b/src/main/resources/admin/admin/src/assets/img/test/weixin.png new file mode 100644 index 0000000..2c4eea5 Binary files /dev/null and b/src/main/resources/admin/admin/src/assets/img/test/weixin.png differ diff --git a/src/main/resources/admin/admin/src/assets/img/test/zhifubao.png b/src/main/resources/admin/admin/src/assets/img/test/zhifubao.png new file mode 100644 index 0000000..db35462 Binary files /dev/null and b/src/main/resources/admin/admin/src/assets/img/test/zhifubao.png differ diff --git a/src/main/resources/admin/admin/src/assets/img/test/zhongguo.png b/src/main/resources/admin/admin/src/assets/img/test/zhongguo.png new file mode 100644 index 0000000..fdc7f57 Binary files /dev/null and b/src/main/resources/admin/admin/src/assets/img/test/zhongguo.png differ diff --git a/src/main/resources/admin/admin/src/assets/img/username.png b/src/main/resources/admin/admin/src/assets/img/username.png new file mode 100644 index 0000000..2868d62 Binary files /dev/null and b/src/main/resources/admin/admin/src/assets/img/username.png differ diff --git a/src/main/resources/admin/admin/src/assets/js/canvas-bg-1.js b/src/main/resources/admin/admin/src/assets/js/canvas-bg-1.js new file mode 100644 index 0000000..0eaac91 --- /dev/null +++ b/src/main/resources/admin/admin/src/assets/js/canvas-bg-1.js @@ -0,0 +1,85 @@ +export default function canvasBg(){ + window.requestAnimFrame = (function() { + return window.requestAnimationFrame || + window.webkitRequestAnimationFrame || + window.mozRequestAnimationFrame || + window.oRequestAnimationFrame || + window.msRequestAnimationFrame || + function(callback) { + window.setTimeout(callback, 1000 / 60); + }; + })(); + var c = document.getElementById('canvas'); + var $ = c.getContext('2d'); + var w = c.width = window.innerWidth; + var h = c.height = window.innerHeight; + var _w = w * 0.5; + var _h = h * 0.5; + var arr = []; + var cnt = 0; + + window.addEventListener('load', resize); + window.addEventListener('resize', resize, false); + + function resize() { + c.width = w = window.innerWidth; + c.height = h = window.innerHeight; + c.style.position = 'absolute'; + c.style.left = (window.innerWidth - w) * + .01 + 'px'; + c.style.top = (window.innerHeight - h) * + .01 + 'px'; + } + + function anim() { + cnt++; + if (cnt % 6) draw(); + window.requestAnimFrame(anim); + } + anim(); + + function draw() { + var splot = { + x: rng(_w - 900, _w + 900), + y: rng(_h - 900, _h + 900), + r: rng(20, 80), + spX: rng(-1, 1), + spY: rng(-1, 1) + }; + + arr.push(splot); + while (arr.length > 100) { + arr.shift(); + } + $.clearRect(0, 0, w, h); + + for (var i = 0; i < arr.length; i++) { + + splot = arr[i];; + $.fillStyle = rndCol(); + $.beginPath(); + $.arc(splot.x, splot.y, splot.r, 0, Math.PI * 2, true); + $.shadowBlur = 80; + $.shadowOffsetX = 2; + $.shadowOffsetY = 2; + $.shadowColor = rndCol(); + $.globalCompositeOperation = 'lighter'; + $.fill(); + + splot.x = splot.x + splot.spX; + splot.y = splot.y + splot.spY; + splot.r = splot.r * 0.96; + } + } + + function rndCol() { + var r = Math.floor(Math.random() * 180); + var g = Math.floor(Math.random() * 60); + var b = Math.floor(Math.random() * 100); + return "rgb(" + r + "," + g + "," + b + ")"; + } + + function rng(min, max) { + return Math.floor(Math.random() * (max - min + 1)) + min; + } +} diff --git a/src/main/resources/admin/admin/src/assets/js/canvas-bg-2.js b/src/main/resources/admin/admin/src/assets/js/canvas-bg-2.js new file mode 100644 index 0000000..b4c24ef --- /dev/null +++ b/src/main/resources/admin/admin/src/assets/js/canvas-bg-2.js @@ -0,0 +1,191 @@ +export default function canvasBg(){ + var w = window.innerWidth; + var h = window.innerHeight; + var ctx = document.getElementById('canvas'); + + window.addEventListener('load', resize); + window.addEventListener('resize', resize, false); + + function resize() { + ctx.width = w = window.innerWidth; + ctx.height = h = window.innerHeight; + } + + resize(); + + let ctxfr = ctx.getContext('2d'); + + // min and max radius, radius threshold and percentage of filled circles + var radMin = 5, + radMax = 125, + filledCircle = 60, //percentage of filled circles + concentricCircle = 30, //percentage of concentric circles + radThreshold = 25; //IFF special, over this radius concentric, otherwise filled + + //min and max speed to move + var speedMin = 0.3, + speedMax = 2.5; + + //max reachable opacity for every circle and blur effect + var maxOpacity = 0.6; + + //default palette choice + var colors = ['52,168,83', '117,95,147', '199,108,23', '194,62,55', '0,172,212', '120,120,120'], + bgColors = ['52,168,83', '117,95,147', '199,108,23', '194,62,55', '0,172,212', '120,120,120'], + circleBorder = 10, + backgroundLine = bgColors[0]; + var backgroundMlt = 0.85; + + //min distance for links + var linkDist = Math.min(canvas.width, canvas.height) / 2.4, + lineBorder = 2.5; + + //most importantly: number of overall circles and arrays containing them + var maxCircles = 12, + points = [], + pointsBack = []; + + //populating the screen + for (var i = 0; i < maxCircles * 2; i++) points.push(new Circle()); + for (var i = 0; i < maxCircles; i++) pointsBack.push(new Circle(true)); + + //experimental vars + var circleExp = 1, + circleExpMax = 1.003, + circleExpMin = 0.997, + circleExpSp = 0.00004, + circlePulse = false; + + //circle class + function Circle(background) { + //if background, it has different rules + this.background = (background || false); + this.x = randRange(-canvas.width / 2, canvas.width / 2); + this.y = randRange(-canvas.height / 2, canvas.height / 2); + this.radius = background ? hyperRange(radMin, radMax) * backgroundMlt : hyperRange(radMin, radMax); + this.filled = this.radius < radThreshold ? (randint(0, 100) > filledCircle ? false : 'full') : (randint(0, 100) > + concentricCircle ? false : 'concentric'); + this.color = background ? bgColors[randint(0, bgColors.length - 1)] : colors[randint(0, colors.length - 1)]; + this.borderColor = background ? bgColors[randint(0, bgColors.length - 1)] : colors[randint(0, colors.length - 1)]; + this.opacity = 0.05; + this.speed = (background ? randRange(speedMin, speedMax) / backgroundMlt : randRange(speedMin, speedMax)); // * (radMin / this.radius); + this.speedAngle = Math.random() * 2 * Math.PI; + this.speedx = Math.cos(this.speedAngle) * this.speed; + this.speedy = Math.sin(this.speedAngle) * this.speed; + var spacex = Math.abs((this.x - (this.speedx < 0 ? -1 : 1) * (canvas.width / 2 + this.radius)) / this.speedx), + spacey = Math.abs((this.y - (this.speedy < 0 ? -1 : 1) * (canvas.height / 2 + this.radius)) / this.speedy); + this.ttl = Math.min(spacex, spacey); + }; + + Circle.prototype.init = function() { + Circle.call(this, this.background); + } + + //support functions + //generate random int a<=x<=b + function randint(a, b) { + return Math.floor(Math.random() * (b - a + 1) + a); + } + //generate random float + function randRange(a, b) { + return Math.random() * (b - a) + a; + } + //generate random float more likely to be close to a + function hyperRange(a, b) { + return Math.random() * Math.random() * Math.random() * (b - a) + a; + } + + //rendering function + function drawCircle(ctx, circle) { + //circle.radius *= circleExp; + var radius = circle.background ? circle.radius *= circleExp : circle.radius /= circleExp; + ctx.beginPath(); + ctx.arc(circle.x, circle.y, radius * circleExp, 0, 2 * Math.PI, false); + ctx.lineWidth = Math.max(1, circleBorder * (radMin - circle.radius) / (radMin - radMax)); + ctx.strokeStyle = ['rgba(', circle.borderColor, ',', circle.opacity, ')'].join(''); + if (circle.filled == 'full') { + ctx.fillStyle = ['rgba(', circle.borderColor, ',', circle.background ? circle.opacity * 0.8 : circle.opacity, ')'] + .join(''); + ctx.fill(); + ctx.lineWidth = 0; + ctx.strokeStyle = ['rgba(', circle.borderColor, ',', 0, ')'].join(''); + } + ctx.stroke(); + if (circle.filled == 'concentric') { + ctx.beginPath(); + ctx.arc(circle.x, circle.y, radius / 2, 0, 2 * Math.PI, false); + ctx.lineWidth = Math.max(1, circleBorder * (radMin - circle.radius) / (radMin - radMax)); + ctx.strokeStyle = ['rgba(', circle.color, ',', circle.opacity, ')'].join(''); + ctx.stroke(); + } + circle.x += circle.speedx; + circle.y += circle.speedy; + if (circle.opacity < (circle.background ? maxOpacity : 1)) circle.opacity += 0.01; + circle.ttl--; + } + + //initializing function + function init() { + window.requestAnimationFrame(draw); + } + + //rendering function + function draw() { + + if (circlePulse) { + if (circleExp < circleExpMin || circleExp > circleExpMax) circleExpSp *= -1; + circleExp += circleExpSp; + } + + ctxfr.globalCompositeOperation = 'destination-over'; + ctxfr.clearRect(0, 0, canvas.width, canvas.height); // clear canvas + + ctxfr.save(); + ctxfr.translate(canvas.width / 2, canvas.height / 2); + + //function to render each single circle, its connections and to manage its out of boundaries replacement + function renderPoints(ctx, arr) { + for (var i = 0; i < arr.length; i++) { + var circle = arr[i]; + //checking if out of boundaries + if (circle.ttl < 0) {} + var xEscape = canvas.width / 2 + circle.radius, + yEscape = canvas.height / 2 + circle.radius; + if (circle.ttl < -20) arr[i].init(arr[i].background); + //if (Math.abs(circle.y) > yEscape || Math.abs(circle.x) > xEscape) arr[i].init(arr[i].background); + drawCircle(ctx, circle); + } + for (var i = 0; i < arr.length - 1; i++) { + for (var j = i + 1; j < arr.length; j++) { + var deltax = arr[i].x - arr[j].x; + var deltay = arr[i].y - arr[j].y; + var dist = Math.pow(Math.pow(deltax, 2) + Math.pow(deltay, 2), 0.5); + //if the circles are overlapping, no laser connecting them + if (dist <= arr[i].radius + arr[j].radius) continue; + //otherwise we connect them only if the dist is < linkDist + if (dist < linkDist) { + var xi = (arr[i].x < arr[j].x ? 1 : -1) * Math.abs(arr[i].radius * deltax / dist); + var yi = (arr[i].y < arr[j].y ? 1 : -1) * Math.abs(arr[i].radius * deltay / dist); + var xj = (arr[i].x < arr[j].x ? -1 : 1) * Math.abs(arr[j].radius * deltax / dist); + var yj = (arr[i].y < arr[j].y ? -1 : 1) * Math.abs(arr[j].radius * deltay / dist); + ctx.beginPath(); + ctx.moveTo(arr[i].x + xi, arr[i].y + yi); + ctx.lineTo(arr[j].x + xj, arr[j].y + yj); + var samecolor = arr[i].color == arr[j].color; + ctx.strokeStyle = ["rgba(", arr[i].borderColor, ",", Math.min(arr[i].opacity, arr[j].opacity) * ((linkDist - + dist) / linkDist), ")"].join(""); + ctx.lineWidth = (arr[i].background ? lineBorder * backgroundMlt : lineBorder) * ((linkDist - dist) / linkDist); //*((linkDist-dist)/linkDist); + ctx.stroke(); + } + } + } + } + + renderPoints(ctxfr, points); + ctxfr.restore(); + + window.requestAnimationFrame(draw); + } + + init(); +} \ No newline at end of file diff --git a/src/main/resources/admin/admin/src/assets/js/canvas-bg-3.js b/src/main/resources/admin/admin/src/assets/js/canvas-bg-3.js new file mode 100644 index 0000000..fb3ee6e --- /dev/null +++ b/src/main/resources/admin/admin/src/assets/js/canvas-bg-3.js @@ -0,0 +1,175 @@ +export default function canvasBg() { + var canvas, + ctx, + width, + height, + size, + lines, + tick; + + function line() { + this.path = []; + this.speed = rand(10, 20); + this.count = randInt(10, 30); + this.x = width / 2, +1; + this.y = height / 2 + 1; + this.target = { + x: width / 2, + y: height / 2 + }; + this.dist = 0; + this.angle = 0; + this.hue = tick / 5; + this.life = 1; + this.updateAngle(); + this.updateDist(); + } + + line.prototype.step = function(i) { + this.x += Math.cos(this.angle) * this.speed; + this.y += Math.sin(this.angle) * this.speed; + + this.updateDist(); + + if (this.dist < this.speed) { + this.x = this.target.x; + this.y = this.target.y; + this.changeTarget(); + } + + this.path.push({ + x: this.x, + y: this.y + }); + if (this.path.length > this.count) { + this.path.shift(); + } + + this.life -= 0.001; + + if (this.life <= 0) { + this.path = null; + lines.splice(i, 1); + } + }; + + line.prototype.updateDist = function() { + var dx = this.target.x - this.x, + dy = this.target.y - this.y; + this.dist = Math.sqrt(dx * dx + dy * dy); + } + + line.prototype.updateAngle = function() { + var dx = this.target.x - this.x, + dy = this.target.y - this.y; + this.angle = Math.atan2(dy, dx); + } + + line.prototype.changeTarget = function() { + var randStart = randInt(0, 3); + switch (randStart) { + case 0: // up + this.target.y = this.y - size; + break; + case 1: // right + this.target.x = this.x + size; + break; + case 2: // down + this.target.y = this.y + size; + break; + case 3: // left + this.target.x = this.x - size; + } + this.updateAngle(); + }; + + line.prototype.draw = function(i) { + ctx.beginPath(); + var rando = rand(0, 10); + for (var j = 0, length = this.path.length; j < length; j++) { + ctx[(j === 0) ? 'moveTo' : 'lineTo'](this.path[j].x + rand(-rando, rando), this.path[j].y + + rand(-rando, rando)); + } + ctx.strokeStyle = 'hsla(' + rand(this.hue, this.hue + 30) + ', 80%, 55%, ' + (this.life / 3) + ')'; + ctx.lineWidth = rand(0.1, 2); + ctx.stroke(); + }; + + function rand(min, max) { + return Math.random() * (max - min) + min; + } + + function randInt(min, max) { + return Math.floor(min + Math.random() * (max - min + 1)); + }; + + function init() { + canvas = document.getElementById('canvas'); + ctx = canvas.getContext('2d'); + size = 30; + lines = []; + reset(); + loop(); + } + + function reset() { + width = Math.ceil(window.innerWidth / 2) * 2; + height = Math.ceil(window.innerHeight / 2) * 2; + tick = 0; + + lines.length = 0; + canvas.width = width; + canvas.height = height; + } + + function create() { + if (tick % 10 === 0) { + lines.push(new line()); + } + } + + function step() { + var i = lines.length; + while (i--) { + lines[i].step(i); + } + } + + function clear() { + ctx.globalCompositeOperation = 'destination-out'; + ctx.fillStyle = 'hsla(0, 0%, 0%, 0.1)'; + ctx.fillRect(0, 0, width, height); + ctx.globalCompositeOperation = 'lighter'; + } + + function draw() { + ctx.save(); + ctx.translate(width / 2, height / 2); + ctx.rotate(tick * 0.001); + var scale = 0.8 + Math.cos(tick * 0.02) * 0.2; + ctx.scale(scale, scale); + ctx.translate(-width / 2, -height / 2); + var i = lines.length; + while (i--) { + lines[i].draw(i); + } + ctx.restore(); + } + + function loop() { + requestAnimationFrame(loop); + create(); + step(); + clear(); + draw(); + tick++; + } + + function onresize() { + reset(); + } + + window.addEventListener('resize', onresize); + + init(); +} diff --git a/src/main/resources/admin/admin/src/assets/js/canvas-bg-4.js b/src/main/resources/admin/admin/src/assets/js/canvas-bg-4.js new file mode 100644 index 0000000..d99f6e8 --- /dev/null +++ b/src/main/resources/admin/admin/src/assets/js/canvas-bg-4.js @@ -0,0 +1,335 @@ +export default function canvasBg() { + var num = 200; + var w = window.innerWidth; + var h = window.innerHeight; + var max = 100; + var _x = 0; + var _y = 0; + var _z = 150; + var dtr = function(d) { + return d * Math.PI / 180; + }; + var canvas = document.getElementById("canvas"); + + var rnd = function() { + return Math.sin(Math.floor(Math.random() * 360) * Math.PI / 180); + }; + var dist = function(p1, p2, p3) { + return Math.sqrt(Math.pow(p2.x - p1.x, 2) + Math.pow(p2.y - p1.y, 2) + Math.pow(p2.z - p1.z, 2)); + }; + + var cam = { + obj: { + x: _x, + y: _y, + z: _z + }, + dest: { + x: 0, + y: 0, + z: 1 + }, + dist: { + x: 0, + y: 0, + z: 200 + }, + ang: { + cplane: 0, + splane: 0, + ctheta: 0, + stheta: 0 + }, + zoom: 1, + disp: { + x: w / 2, + y: h / 2, + z: 0 + }, + upd: function() { + cam.dist.x = cam.dest.x - cam.obj.x; + cam.dist.y = cam.dest.y - cam.obj.y; + cam.dist.z = cam.dest.z - cam.obj.z; + cam.ang.cplane = -cam.dist.z / Math.sqrt(cam.dist.x * cam.dist.x + cam.dist.z * cam.dist.z); + cam.ang.splane = cam.dist.x / Math.sqrt(cam.dist.x * cam.dist.x + cam.dist.z * cam.dist.z); + cam.ang.ctheta = Math.sqrt(cam.dist.x * cam.dist.x + cam.dist.z * cam.dist.z) / Math.sqrt(cam.dist.x * + cam.dist.x + cam.dist.y * cam.dist.y + cam.dist.z * cam.dist.z); + cam.ang.stheta = -cam.dist.y / Math.sqrt(cam.dist.x * cam.dist.x + cam.dist.y * cam.dist.y + cam.dist + .z * cam.dist.z); + } + }; + + var trans = { + parts: { + sz: function(p, sz) { + return { + x: p.x * sz.x, + y: p.y * sz.y, + z: p.z * sz.z + }; + }, + rot: { + x: function(p, rot) { + return { + x: p.x, + y: p.y * Math.cos(dtr(rot.x)) - p.z * Math.sin(dtr(rot.x)), + z: p.y * Math.sin(dtr(rot.x)) + p.z * Math.cos(dtr(rot.x)) + }; + }, + y: function(p, rot) { + return { + x: p.x * Math.cos(dtr(rot.y)) + p.z * Math.sin(dtr(rot.y)), + y: p.y, + z: -p.x * Math.sin(dtr(rot.y)) + p.z * Math.cos(dtr(rot.y)) + }; + }, + z: function(p, rot) { + return { + x: p.x * Math.cos(dtr(rot.z)) - p.y * Math.sin(dtr(rot.z)), + y: p.x * Math.sin(dtr(rot.z)) + p.y * Math.cos(dtr(rot.z)), + z: p.z + }; + } + }, + pos: function(p, pos) { + return { + x: p.x + pos.x, + y: p.y + pos.y, + z: p.z + pos.z + }; + } + }, + pov: { + plane: function(p) { + return { + x: p.x * cam.ang.cplane + p.z * cam.ang.splane, + y: p.y, + z: p.x * -cam.ang.splane + p.z * cam.ang.cplane + }; + }, + theta: function(p) { + return { + x: p.x, + y: p.y * cam.ang.ctheta - p.z * cam.ang.stheta, + z: p.y * cam.ang.stheta + p.z * cam.ang.ctheta + }; + }, + set: function(p) { + return { + x: p.x - cam.obj.x, + y: p.y - cam.obj.y, + z: p.z - cam.obj.z + }; + } + }, + persp: function(p) { + return { + x: p.x * cam.dist.z / p.z * cam.zoom, + y: p.y * cam.dist.z / p.z * cam.zoom, + z: p.z * cam.zoom, + p: cam.dist.z / p.z + }; + }, + disp: function(p, disp) { + return { + x: p.x + disp.x, + y: -p.y + disp.y, + z: p.z + disp.z, + p: p.p + }; + }, + steps: function(_obj_, sz, rot, pos, disp) { + var _args = trans.parts.sz(_obj_, sz); + _args = trans.parts.rot.x(_args, rot); + _args = trans.parts.rot.y(_args, rot); + _args = trans.parts.rot.z(_args, rot); + _args = trans.parts.pos(_args, pos); + _args = trans.pov.plane(_args); + _args = trans.pov.theta(_args); + _args = trans.pov.set(_args); + _args = trans.persp(_args); + _args = trans.disp(_args, disp); + return _args; + } + }; + + var threeD = function(param) { + this.transIn = {}; + this.transOut = {}; + this.transIn.vtx = (param.vtx); + this.transIn.sz = (param.sz); + this.transIn.rot = (param.rot); + this.transIn.pos = (param.pos); + }; + + threeD.prototype.vupd = function() { + this.transOut = trans.steps( + + this.transIn.vtx, + this.transIn.sz, + this.transIn.rot, + this.transIn.pos, + cam.disp + ); + }; + + var Build = function() { + this.vel = 0.04; + this.lim = 360; + this.diff = 200; + this.initPos = 100; + this.toX = _x; + this.toY = _y; + this.canvas = canvas; + this.go(); + }; + + Build.prototype.go = function() { + this.canvas.width = window.innerWidth; + this.canvas.height = window.innerHeight; + this.$ = this.canvas.getContext("2d"); + this.$.globalCompositeOperation = 'source-over'; + this.varr = []; + this.dist = []; + this.calc = []; + + for (var i = 0, len = num; i < len; i++) { + this.add(); + } + + this.rotObj = { + x: 0, + y: 0, + z: 0 + }; + this.objSz = { + x: w / 5, + y: h / 5, + z: w / 5 + }; + }; + + Build.prototype.add = function() { + this.varr.push(new threeD({ + vtx: { + x: rnd(), + y: rnd(), + z: rnd() + }, + sz: { + x: 0, + y: 0, + z: 0 + }, + rot: { + x: 20, + y: -20, + z: 0 + }, + pos: { + x: this.diff * Math.sin(360 * Math.random() * Math.PI / 180), + y: this.diff * Math.sin(360 * Math.random() * Math.PI / 180), + z: this.diff * Math.sin(360 * Math.random() * Math.PI / 180) + } + })); + this.calc.push({ + x: 360 * Math.random(), + y: 360 * Math.random(), + z: 360 * Math.random() + }); + }; + + Build.prototype.upd = function() { + cam.obj.x += (this.toX - cam.obj.x) * 0.05; + cam.obj.y += (this.toY - cam.obj.y) * 0.05; + }; + + Build.prototype.draw = function() { + this.$.clearRect(0, 0, this.canvas.width, this.canvas.height); + cam.upd(); + this.rotObj.x += 0.1; + this.rotObj.y += 0.1; + this.rotObj.z += 0.1; + + for (var i = 0; i < this.varr.length; i++) { + for (var val in this.calc[i]) { + if (this.calc[i].hasOwnProperty(val)) { + this.calc[i][val] += this.vel; + if (this.calc[i][val] > this.lim) this.calc[i][val] = 0; + } + } + + this.varr[i].transIn.pos = { + x: this.diff * Math.cos(this.calc[i].x * Math.PI / 180), + y: this.diff * Math.sin(this.calc[i].y * Math.PI / 180), + z: this.diff * Math.sin(this.calc[i].z * Math.PI / 180) + }; + this.varr[i].transIn.rot = this.rotObj; + this.varr[i].transIn.sz = this.objSz; + this.varr[i].vupd(); + if (this.varr[i].transOut.p < 0) continue; + var g = this.$.createRadialGradient(this.varr[i].transOut.x, this.varr[i].transOut.y, this.varr[i] + .transOut.p, this.varr[i].transOut.x, this.varr[i].transOut.y, this.varr[i].transOut.p * 2); + this.$.globalCompositeOperation = 'lighter'; + g.addColorStop(0, 'hsla(255, 255%, 255%, 1)'); + g.addColorStop(.6, 'hsla(' + (i + 2) + ',85%, 40%,1)'); + g.addColorStop(1, 'hsla(' + (i) + ',85%, 40%,.5)'); + // console.log(this.varr[i].transOut.x, this.varr[i].transOut.y, this.varr[i].transOut.p * 2, 0, Math.PI * 2, false) + this.$.fillStyle = g; + this.$.beginPath(); + this.$.arc(this.varr[i].transOut.x, this.varr[i].transOut.y, this.varr[i].transOut.p * 2, 0, Math + .PI * 2, false); + this.$.fill(); + this.$.closePath(); + } + }; + Build.prototype.anim = function() { + window.requestAnimationFrame = (function() { + return window.requestAnimationFrame || + function(callback, element) { + window.setTimeout(callback, 1000 / 60); + }; + })(); + var anim = function() { + this.upd(); + this.draw(); + window.requestAnimationFrame(anim); + }.bind(this); + window.requestAnimationFrame(anim); + }; + + Build.prototype.run = function() { + this.anim(); + + window.addEventListener('mousemove', function(e) { + this.toX = (e.clientX - this.canvas.width / 2) * -0.8; + this.toY = (e.clientY - this.canvas.height / 2) * 0.8; + }.bind(this)); + window.addEventListener('touchmove', function(e) { + e.preventDefault(); + this.toX = (e.touches[0].clientX - this.canvas.width / 2) * -0.8; + this.toY = (e.touches[0].clientY - this.canvas.height / 2) * 0.8; + }.bind(this)); + window.addEventListener('mousedown', function(e) { + for (var i = 0; i < 100; i++) { + this.add(); + } + }.bind(this)); + window.addEventListener('touchstart', function(e) { + e.preventDefault(); + for (var i = 0; i < 100; i++) { + this.add(); + } + }.bind(this)); + }; + + var app = new Build(); + app.run(); + + window.addEventListener('resize', function() { + // canvas.width = w = window.innerWidth; + // canvas.height = h = window.innerHeight; + var app = new Build(); + app.run(); + }); +} \ No newline at end of file diff --git a/src/main/resources/admin/admin/src/assets/js/canvas-bg-5.js b/src/main/resources/admin/admin/src/assets/js/canvas-bg-5.js new file mode 100644 index 0000000..b69ae10 --- /dev/null +++ b/src/main/resources/admin/admin/src/assets/js/canvas-bg-5.js @@ -0,0 +1,154 @@ +export default function canvasBg() { + var canvas = document.getElementById('canvas'), + ctx = canvas.getContext('2d') + canvas.width = window.innerWidth; + canvas.height = window.innerHeight; + ctx.lineWidth = .3; + ctx.strokeStyle = (new Color(150)).style; + + var mousePosition = { + x: 30 * canvas.width / 100, + y: 30 * canvas.height / 100 + }; + + var dots = { + nb: 750, + distance: 50, + d_radius: 100, + array: [] + }; + + function colorValue(min) { + return Math.floor(Math.random() * 255 + min); + } + + function createColorStyle(r, g, b) { + return 'rgba(' + r + ',' + g + ',' + b + ', 0.8)'; + } + + function mixComponents(comp1, weight1, comp2, weight2) { + return (comp1 * weight1 + comp2 * weight2) / (weight1 + weight2); + } + + function averageColorStyles(dot1, dot2) { + var color1 = dot1.color, + color2 = dot2.color; + + var r = mixComponents(color1.r, dot1.radius, color2.r, dot2.radius), + g = mixComponents(color1.g, dot1.radius, color2.g, dot2.radius), + b = mixComponents(color1.b, dot1.radius, color2.b, dot2.radius); + return createColorStyle(Math.floor(r), Math.floor(g), Math.floor(b)); + } + + function Color(min) { + min = min || 0; + this.r = colorValue(min); + this.g = colorValue(min); + this.b = colorValue(min); + this.style = createColorStyle(this.r, this.g, this.b); + } + + function Dot() { + this.x = Math.random() * canvas.width; + this.y = Math.random() * canvas.height; + + this.vx = -.5 + Math.random(); + this.vy = -.5 + Math.random(); + + this.radius = Math.random() * 2; + + this.color = new Color(); + // console.log(this); + } + + Dot.prototype = { + draw: function() { + ctx.beginPath(); + ctx.fillStyle = this.color.style; + ctx.arc(this.x, this.y, this.radius, 0, Math.PI * 2, false); + ctx.fill(); + } + }; + + function createDots() { + for (i = 0; i < dots.nb; i++) { + dots.array.push(new Dot()); + } + } + + function moveDots() { + for (i = 0; i < dots.nb; i++) { + + var dot = dots.array[i]; + + if (dot.y < 0 || dot.y > canvas.height) { + dot.vx = dot.vx; + dot.vy = -dot.vy; + } else if (dot.x < 0 || dot.x > canvas.width) { + dot.vx = -dot.vx; + dot.vy = dot.vy; + } + dot.x += dot.vx; + dot.y += dot.vy; + } + } + + function connectDots() { + for (i = 0; i < dots.nb; i++) { + for (j = 0; j < dots.nb; j++) { + i_dot = dots.array[i]; + j_dot = dots.array[j]; + + if ((i_dot.x - j_dot.x) < dots.distance && (i_dot.y - j_dot.y) < dots.distance && (i_dot.x - + j_dot.x) > -dots.distance && (i_dot.y - j_dot.y) > -dots.distance) { + if ((i_dot.x - mousePosition.x) < dots.d_radius && (i_dot.y - mousePosition.y) < dots + .d_radius && (i_dot.x - mousePosition.x) > -dots.d_radius && (i_dot.y - mousePosition + .y) > -dots.d_radius) { + ctx.beginPath(); + ctx.strokeStyle = averageColorStyles(i_dot, j_dot); + ctx.moveTo(i_dot.x, i_dot.y); + ctx.lineTo(j_dot.x, j_dot.y); + ctx.stroke(); + ctx.closePath(); + } + } + } + } + } + + function drawDots() { + for (i = 0; i < dots.nb; i++) { + var dot = dots.array[i]; + dot.draw(); + } + } + + function animateDots() { + ctx.clearRect(0, 0, canvas.width, canvas.height); + moveDots(); + connectDots(); + drawDots(); + + requestAnimationFrame(animateDots); + } + + canvas.addEventListener('mousemove', function(e) { + mousePosition.x = e.pageX; + mousePosition.y = e.pageY; + }) + // canvas.on('mousemove', function(e) { + // mousePosition.x = e.pageX; + // mousePosition.y = e.pageY; + // }); + canvas.addEventListener('mouseleave', function(e) { + mousePosition.x = canvas.width / 2; + mousePosition.y = canvas.height / 2; + }) + // canvas.on('mouseleave', function(e) { + // mousePosition.x = canvas.width / 2; + // mousePosition.y = canvas.height / 2; + // }); + + createDots(); + requestAnimationFrame(animateDots); +} \ No newline at end of file diff --git a/src/main/resources/admin/admin/src/components/SvgIcon/index.vue b/src/main/resources/admin/admin/src/components/SvgIcon/index.vue new file mode 100644 index 0000000..27da76c --- /dev/null +++ b/src/main/resources/admin/admin/src/components/SvgIcon/index.vue @@ -0,0 +1,43 @@ + + + + + diff --git a/src/main/resources/admin/admin/src/components/common/BreadCrumbs.vue b/src/main/resources/admin/admin/src/components/common/BreadCrumbs.vue new file mode 100644 index 0000000..d9bf2f3 --- /dev/null +++ b/src/main/resources/admin/admin/src/components/common/BreadCrumbs.vue @@ -0,0 +1,93 @@ + + + + + diff --git a/src/main/resources/admin/admin/src/components/common/Editor.vue b/src/main/resources/admin/admin/src/components/common/Editor.vue new file mode 100644 index 0000000..a3da45d --- /dev/null +++ b/src/main/resources/admin/admin/src/components/common/Editor.vue @@ -0,0 +1,240 @@ + + + + \ No newline at end of file diff --git a/src/main/resources/admin/admin/src/components/common/ExcelFileUpload.vue b/src/main/resources/admin/admin/src/components/common/ExcelFileUpload.vue new file mode 100644 index 0000000..c6abf54 --- /dev/null +++ b/src/main/resources/admin/admin/src/components/common/ExcelFileUpload.vue @@ -0,0 +1,144 @@ + + + + diff --git a/src/main/resources/admin/admin/src/components/common/FileUpload.vue b/src/main/resources/admin/admin/src/components/common/FileUpload.vue new file mode 100644 index 0000000..a3826bb --- /dev/null +++ b/src/main/resources/admin/admin/src/components/common/FileUpload.vue @@ -0,0 +1,165 @@ + + + \ No newline at end of file diff --git a/src/main/resources/admin/admin/src/components/common/img.vue b/src/main/resources/admin/admin/src/components/common/img.vue new file mode 100644 index 0000000..9f36ce4 --- /dev/null +++ b/src/main/resources/admin/admin/src/components/common/img.vue @@ -0,0 +1,343 @@ + + + diff --git a/src/main/resources/admin/admin/src/components/common/timeable.vue b/src/main/resources/admin/admin/src/components/common/timeable.vue new file mode 100644 index 0000000..f06be77 --- /dev/null +++ b/src/main/resources/admin/admin/src/components/common/timeable.vue @@ -0,0 +1,315 @@ + + \ No newline at end of file diff --git a/src/main/resources/admin/admin/src/components/echarts/china.json b/src/main/resources/admin/admin/src/components/echarts/china.json new file mode 100644 index 0000000..4f1250c --- /dev/null +++ b/src/main/resources/admin/admin/src/components/echarts/china.json @@ -0,0 +1 @@ +{"type":"FeatureCollection","features":[{"type":"Feature","properties":{"adcode":110000,"name":"北京市","center":[116.405285,39.904989],"centroid":[116.41995,40.18994],"childrenNum":16,"level":"province","parent":{"adcode":100000},"subFeatureIndex":0,"acroutes":[100000]},"geometry":{"type":"MultiPolygon","coordinates":[[[[117.348611,40.581141],[117.389879,40.561593],[117.429915,40.576141],[117.412669,40.605226],[117.467487,40.649738],[117.467487,40.649738],[117.501364,40.636569],[117.514914,40.660181],[117.493973,40.675161],[117.408973,40.686961],[117.342451,40.673799],[117.319662,40.657911],[117.278394,40.664267],[117.208177,40.694675],[117.117018,40.70012],[117.11209,40.707379],[117.012308,40.693767],[116.964881,40.709647],[116.926692,40.745022],[116.924229,40.773581],[116.848468,40.839264],[116.81336,40.848319],[116.759773,40.889954],[116.713577,40.909858],[116.722201,40.927495],[116.677853,40.970888],[116.698795,41.021477],[116.688324,41.044501],[116.647672,41.059394],[116.615643,41.053076],[116.623034,41.021026],[116.598397,40.974503],[116.5676,40.992574],[116.519557,40.98128],[116.519557,40.98128],[116.455499,40.980828],[116.447492,40.953715],[116.477057,40.899907],[116.398216,40.90624],[116.370499,40.94377],[116.339702,40.929303],[116.334159,40.90443],[116.438253,40.81934],[116.46597,40.774487],[116.453651,40.765876],[116.316912,40.772221],[116.311369,40.754996],[116.273181,40.762703],[116.247311,40.791707],[116.22021,40.744115],[116.204812,40.740035],[116.171551,40.695582],[116.162928,40.662451],[116.133979,40.666536],[116.09887,40.630665],[116.005247,40.583868],[115.982457,40.578868],[115.971986,40.6025],[115.907929,40.617493],[115.885139,40.595229],[115.827857,40.587504],[115.819849,40.55932],[115.784741,40.55841],[115.755176,40.540221],[115.736082,40.503372],[115.781045,40.49336],[115.771806,40.443734],[115.864197,40.359422],[115.917784,40.354405],[115.95166,40.281852],[115.968907,40.264045],[115.89869,40.234354],[115.870356,40.185909],[115.855574,40.188652],[115.847567,40.147036],[115.806299,40.15344],[115.773654,40.176307],[115.75456,40.145663],[115.75456,40.145663],[115.599959,40.119583],[115.59072,40.096239],[115.527278,40.076092],[115.485394,40.040364],[115.454597,40.029825],[115.450286,39.992697],[115.428728,39.984443],[115.426264,39.950502],[115.481083,39.935819],[115.522967,39.899099],[115.515575,39.892212],[115.515575,39.892212],[115.526046,39.87568],[115.514344,39.837549],[115.567314,39.816407],[115.552532,39.794799],[115.50572,39.784222],[115.483547,39.798477],[115.483547,39.798477],[115.443511,39.785601],[115.439815,39.752022],[115.486626,39.741899],[115.491554,39.670074],[115.478619,39.650723],[115.478619,39.650723],[115.522351,39.640124],[115.518039,39.597252],[115.545756,39.618922],[115.587024,39.589873],[115.633836,39.599557],[115.633836,39.599557],[115.667712,39.615234],[115.698509,39.577881],[115.698509,39.577881],[115.699125,39.570039],[115.699125,39.570039],[115.716988,39.56035],[115.716988,39.56035],[115.718835,39.553891],[115.718835,39.553891],[115.720683,39.551122],[115.720683,39.551122],[115.722531,39.5442],[115.721299,39.543738],[115.722531,39.5442],[115.722531,39.543738],[115.721299,39.543738],[115.722531,39.543738],[115.724995,39.5442],[115.724995,39.5442],[115.738545,39.540046],[115.738545,39.539585],[115.738545,39.540046],[115.738545,39.539585],[115.752712,39.515581],[115.806299,39.510041],[115.806299,39.510041],[115.821081,39.522968],[115.821081,39.522968],[115.828473,39.541431],[115.867893,39.546507],[115.867893,39.546507],[115.91532,39.582955],[115.91532,39.582955],[115.910393,39.600479],[115.910393,39.600479],[115.957204,39.560812],[115.978146,39.595868],[115.995392,39.576958],[116.026189,39.587567],[116.036044,39.571884],[116.09887,39.575113],[116.130283,39.567732],[116.151841,39.583416],[116.198652,39.589412],[116.240536,39.564041],[116.257782,39.500344],[116.307057,39.488337],[116.337854,39.455536],[116.361876,39.455074],[116.361876,39.455074],[116.434557,39.442597],[116.454883,39.453226],[116.444412,39.482332],[116.411767,39.482794],[116.401912,39.528046],[116.443796,39.510041],[116.437637,39.526661],[116.478289,39.535431],[116.473361,39.552968],[116.50847,39.551122],[116.524484,39.596329],[116.592237,39.621227],[116.592237,39.621227],[116.620571,39.601863],[116.664918,39.605552],[116.723432,39.59264],[116.724048,39.59264],[116.723432,39.59264],[116.724048,39.59264],[116.726512,39.595407],[116.726512,39.595407],[116.709266,39.618],[116.748686,39.619844],[116.79057,39.595868],[116.812128,39.615695],[116.8497,39.66777],[116.906366,39.677444],[116.90575,39.688037],[116.889736,39.687576],[116.887272,39.72533],[116.916837,39.731314],[116.902055,39.763523],[116.949482,39.778703],[116.918069,39.84628],[116.907598,39.832494],[116.865714,39.843982],[116.812128,39.889916],[116.78441,39.891294],[116.782563,39.947749],[116.757925,39.967934],[116.781331,40.034866],[116.820135,40.02845],[116.831222,40.051359],[116.867562,40.041739],[116.927924,40.055024],[116.945171,40.04128],[117.025243,40.030283],[117.051728,40.059605],[117.105315,40.074261],[117.105315,40.074261],[117.140423,40.064185],[117.159517,40.077008],[117.204481,40.069681],[117.210024,40.082045],[117.224191,40.094865],[117.224191,40.094865],[117.254988,40.114548],[117.254988,40.114548],[117.254988,40.114548],[117.274082,40.105852],[117.307343,40.136971],[117.349227,40.136513],[117.367089,40.172649],[117.367089,40.173106],[117.367089,40.173106],[117.367089,40.172649],[117.383719,40.188195],[117.389879,40.227958],[117.351075,40.229786],[117.331365,40.289613],[117.295024,40.2782],[117.271618,40.325211],[117.271618,40.325211],[117.243285,40.369453],[117.226039,40.368997],[117.234046,40.417312],[117.263611,40.442367],[117.208793,40.501552],[117.262995,40.512927],[117.247597,40.539766],[117.269771,40.560684],[117.348611,40.581141],[117.348611,40.581141]]]]}},{"type":"Feature","properties":{"adcode":120000,"name":"天津市","center":[117.190182,39.125596],"centroid":[117.347043,39.288036],"childrenNum":16,"level":"province","parent":{"adcode":100000},"subFeatureIndex":1,"acroutes":[100000]},"geometry":{"type":"MultiPolygon","coordinates":[[[[117.765602,39.400527],[117.846906,39.407926],[117.871543,39.411625],[117.870311,39.455074],[117.899877,39.474479],[117.912195,39.517428],[117.912195,39.517428],[117.904804,39.533585],[117.933753,39.574191],[117.868464,39.59679],[117.829659,39.589873],[117.766834,39.598635],[117.753899,39.579726],[117.753899,39.579726],[117.745276,39.547892],[117.715711,39.529892],[117.707088,39.576036],[117.684914,39.58895],[117.654117,39.575113],[117.637486,39.603246],[117.66274,39.636437],[117.668899,39.666849],[117.627015,39.703693],[117.57774,39.726711],[117.595603,39.74604],[117.56111,39.754782],[117.546327,39.775943],[117.561726,39.799856],[117.529081,39.859144],[117.529081,39.859144],[117.508139,39.901854],[117.508139,39.901854],[117.512451,39.90874],[117.512451,39.90874],[117.513067,39.910576],[117.513067,39.910576],[117.514914,39.946832],[117.534625,39.954631],[117.546327,39.999116],[117.594987,39.994531],[117.594987,39.994531],[117.614697,39.97252],[117.671363,39.973896],[117.691073,39.984902],[117.756363,39.965181],[117.781616,39.966558],[117.781616,39.966558],[117.795167,39.996823],[117.795167,39.996823],[117.793319,40.005534],[117.793319,40.005534],[117.768681,40.022034],[117.768681,40.022034],[117.744044,40.018368],[117.74774,40.047236],[117.776073,40.059605],[117.752667,40.081588],[117.71879,40.082045],[117.71879,40.082045],[117.675059,40.082045],[117.655965,40.109514],[117.655965,40.109514],[117.654117,40.114548],[117.654117,40.114548],[117.651653,40.122786],[117.651653,40.122786],[117.613465,40.158014],[117.613465,40.158014],[117.609769,40.160301],[117.609769,40.160301],[117.576508,40.178593],[117.571581,40.219276],[117.548791,40.232527],[117.505059,40.227044],[117.450241,40.252627],[117.415748,40.248973],[117.389879,40.227958],[117.383719,40.188195],[117.367089,40.172649],[117.367089,40.173106],[117.367089,40.173106],[117.367089,40.172649],[117.349227,40.136513],[117.307343,40.136971],[117.274082,40.105852],[117.254988,40.114548],[117.254988,40.114548],[117.254988,40.114548],[117.224191,40.094865],[117.224191,40.094865],[117.210024,40.082045],[117.192162,40.066475],[117.198322,39.992697],[117.150894,39.944996],[117.162597,39.876598],[117.162597,39.876598],[117.227887,39.852712],[117.247597,39.860981],[117.251908,39.834332],[117.192162,39.832953],[117.156438,39.817326],[117.15767,39.796638],[117.205713,39.763984],[117.161981,39.748801],[117.165061,39.718886],[117.165061,39.718886],[117.177996,39.645194],[117.152742,39.623532],[117.10901,39.625375],[117.10901,39.625375],[117.016004,39.653949],[116.983359,39.638742],[116.983359,39.638742],[116.964265,39.64335],[116.948866,39.680668],[116.948866,39.680668],[116.944555,39.695405],[116.944555,39.695405],[116.932236,39.706456],[116.932236,39.706456],[116.90575,39.688037],[116.906366,39.677444],[116.8497,39.66777],[116.812128,39.615695],[116.808432,39.576497],[116.78749,39.554352],[116.819519,39.528507],[116.820751,39.482332],[116.785026,39.465702],[116.832454,39.435664],[116.876185,39.43474],[116.839845,39.413474],[116.840461,39.378326],[116.818287,39.3737],[116.829374,39.338994],[116.870642,39.357506],[116.889736,39.338068],[116.87249,39.291304],[116.881729,39.225966],[116.881729,39.225966],[116.855859,39.215766],[116.870026,39.153607],[116.909446,39.150822],[116.912526,39.110898],[116.91191,39.111362],[116.91191,39.111362],[116.912526,39.110898],[116.871874,39.054688],[116.812744,39.05097],[116.812744,39.05097],[116.783179,39.05097],[116.783179,39.05097],[116.754229,39.034701],[116.754229,39.034701],[116.754845,39.003084],[116.72836,38.975174],[116.708034,38.931892],[116.722201,38.896968],[116.723432,38.852706],[116.75115,38.831264],[116.737599,38.784629],[116.746222,38.754299],[116.794265,38.744498],[116.794265,38.744498],[116.858939,38.741231],[116.877417,38.680522],[116.948866,38.689398],[116.950714,38.689398],[116.95133,38.689398],[116.950714,38.689398],[116.948866,38.689398],[116.95133,38.689398],[117.038793,38.688464],[117.068358,38.680522],[117.055424,38.639398],[117.070822,38.608072],[117.109626,38.584685],[117.150894,38.617892],[117.183539,38.61836],[117.183539,38.61836],[117.213104,38.639866],[117.213104,38.639866],[117.258684,38.608072],[117.258684,38.608072],[117.238358,38.580943],[117.25314,38.556143],[117.368937,38.564566],[117.432379,38.601524],[117.47919,38.616489],[117.55803,38.613683],[117.639334,38.626776],[117.65658,38.66043],[117.729261,38.680055],[117.740964,38.700141],[117.740964,38.753833],[117.671363,38.772032],[117.646725,38.788827],[117.64611,38.828933],[117.752051,38.847579],[117.778536,38.869016],[117.847522,38.855502],[117.875855,38.920252],[117.898029,38.948649],[117.855529,38.957492],[117.837667,39.057011],[117.871543,39.122506],[117.96455,39.172631],[117.977485,39.206028],[118.032919,39.219939],[118.034767,39.218548],[118.064948,39.231065],[118.064948,39.256094],[118.036615,39.264898],[118.024296,39.289451],[118.024296,39.289451],[117.982412,39.298714],[117.982412,39.298714],[117.979333,39.300566],[117.979333,39.300566],[117.973173,39.312143],[117.973173,39.312143],[117.965782,39.314921],[117.965782,39.314921],[117.919587,39.318162],[117.919587,39.318162],[117.88879,39.332051],[117.854913,39.328348],[117.854297,39.328348],[117.854913,39.328348],[117.854297,39.328348],[117.850601,39.363984],[117.850601,39.363984],[117.810565,39.354729],[117.805022,39.373237],[117.784696,39.376938],[117.74466,39.354729],[117.670747,39.357969],[117.669515,39.322792],[117.594987,39.349176],[117.536472,39.338068],[117.521074,39.357043],[117.570965,39.404689],[117.601146,39.419485],[117.614081,39.407001],[117.668899,39.412087],[117.673211,39.386652],[117.699696,39.407463],[117.765602,39.400527]]],[[[117.805022,39.373237],[117.852449,39.380639],[117.846906,39.407926],[117.765602,39.400527],[117.784696,39.376938],[117.805022,39.373237]]]]}},{"type":"Feature","properties":{"adcode":130000,"name":"河北省","center":[114.502461,38.045474],"childrenNum":11,"level":"province","parent":{"adcode":100000},"subFeatureIndex":2,"acroutes":[100000]},"geometry":{"type":"MultiPolygon","coordinates":[[[[117.467487,40.649738],[117.412669,40.605226],[117.429915,40.576141],[117.389879,40.561593],[117.348611,40.581141],[117.348611,40.581141],[117.269771,40.560684],[117.247597,40.539766],[117.262995,40.512927],[117.208793,40.501552],[117.263611,40.442367],[117.234046,40.417312],[117.226039,40.368997],[117.243285,40.369453],[117.271618,40.325211],[117.271618,40.325211],[117.295024,40.2782],[117.331365,40.289613],[117.351075,40.229786],[117.389879,40.227958],[117.415748,40.248973],[117.450241,40.252627],[117.505059,40.227044],[117.548791,40.232527],[117.571581,40.219276],[117.576508,40.178593],[117.609769,40.160301],[117.609769,40.160301],[117.613465,40.158014],[117.613465,40.158014],[117.651653,40.122786],[117.651653,40.122786],[117.654117,40.114548],[117.654117,40.114548],[117.655965,40.109514],[117.655965,40.109514],[117.675059,40.082045],[117.71879,40.082045],[117.71879,40.082045],[117.752667,40.081588],[117.776073,40.059605],[117.74774,40.047236],[117.744044,40.018368],[117.768681,40.022034],[117.768681,40.022034],[117.793319,40.005534],[117.793319,40.005534],[117.795167,39.996823],[117.795167,39.996823],[117.781616,39.966558],[117.781616,39.966558],[117.756363,39.965181],[117.691073,39.984902],[117.671363,39.973896],[117.614697,39.97252],[117.594987,39.994531],[117.594987,39.994531],[117.546327,39.999116],[117.534625,39.954631],[117.514914,39.946832],[117.513067,39.910576],[117.513067,39.910576],[117.512451,39.90874],[117.512451,39.90874],[117.508139,39.901854],[117.508139,39.901854],[117.529081,39.859144],[117.529081,39.859144],[117.561726,39.799856],[117.546327,39.775943],[117.56111,39.754782],[117.595603,39.74604],[117.57774,39.726711],[117.627015,39.703693],[117.668899,39.666849],[117.66274,39.636437],[117.637486,39.603246],[117.654117,39.575113],[117.684914,39.58895],[117.707088,39.576036],[117.715711,39.529892],[117.745276,39.547892],[117.753899,39.579726],[117.753899,39.579726],[117.766834,39.598635],[117.829659,39.589873],[117.868464,39.59679],[117.933753,39.574191],[117.904804,39.533585],[117.912195,39.517428],[117.912195,39.517428],[117.899877,39.474479],[117.870311,39.455074],[117.871543,39.411625],[117.846906,39.407926],[117.852449,39.380639],[117.805022,39.373237],[117.810565,39.354729],[117.850601,39.363984],[117.850601,39.363984],[117.854297,39.328348],[117.854913,39.328348],[117.854297,39.328348],[117.854913,39.328348],[117.88879,39.332051],[117.919587,39.318162],[117.919587,39.318162],[117.965782,39.314921],[117.965782,39.314921],[117.973173,39.312143],[117.973173,39.312143],[117.979333,39.300566],[117.979333,39.300566],[117.982412,39.298714],[117.982412,39.298714],[118.024296,39.289451],[118.024296,39.289451],[118.036615,39.264898],[118.064948,39.256094],[118.064948,39.231065],[118.034767,39.218548],[118.026144,39.201854],[118.070492,39.213911],[118.077883,39.201854],[118.12531,39.182838],[118.162883,39.136433],[118.1906,39.080708],[118.225092,39.034701],[118.319331,39.009594],[118.366143,39.016104],[118.377845,38.971917],[118.491178,38.909077],[118.539837,38.910008],[118.604511,38.971452],[118.570634,38.999363],[118.533062,39.090928],[118.588497,39.107648],[118.578642,39.130863],[118.637156,39.157319],[118.76096,39.133648],[118.814546,39.138754],[118.857662,39.162888],[118.897082,39.151286],[118.920488,39.171703],[118.951285,39.178662],[118.896466,39.139683],[118.890307,39.118792],[118.926031,39.123435],[118.97777,39.163352],[119.023966,39.187012],[119.038132,39.211593],[119.096031,39.24219],[119.121284,39.281576],[119.185342,39.342234],[119.272805,39.363521],[119.317153,39.4107],[119.316537,39.437051],[119.269726,39.498497],[119.366428,39.734996],[119.474217,39.813189],[119.536427,39.809052],[119.520413,39.840306],[119.540739,39.888079],[119.588166,39.910576],[119.620195,39.904609],[119.642369,39.925264],[119.681789,39.922511],[119.726137,39.940867],[119.787115,39.950502],[119.820375,39.979399],[119.842549,39.956007],[119.872114,39.960594],[119.854252,39.98857],[119.845629,40.000949],[119.845629,40.000949],[119.854252,40.033033],[119.81668,40.050443],[119.81668,40.050443],[119.787115,40.041739],[119.787115,40.041739],[119.783419,40.046778],[119.783419,40.046778],[119.772332,40.08113],[119.736608,40.104936],[119.760629,40.136056],[119.745847,40.207851],[119.716898,40.195966],[119.671934,40.23938],[119.639289,40.231613],[119.639289,40.231613],[119.651608,40.271808],[119.598021,40.334335],[119.586934,40.375381],[119.604797,40.455119],[119.553674,40.502007],[119.572152,40.523846],[119.559217,40.547952],[119.503783,40.553864],[119.477913,40.533399],[119.429254,40.540221],[119.30237,40.530215],[119.256175,40.543404],[119.22045,40.569322],[119.230921,40.603863],[119.177951,40.609315],[119.162552,40.600228],[119.14469,40.632482],[119.184726,40.680153],[119.165632,40.69286],[119.115125,40.666536],[119.054763,40.664721],[119.028277,40.692406],[119.011031,40.687414],[118.96114,40.72008],[118.950053,40.747743],[118.895234,40.75409],[118.907553,40.775394],[118.878604,40.783098],[118.845959,40.822057],[118.873061,40.847866],[118.90201,40.960946],[118.916792,40.969984],[118.977154,40.959138],[118.977154,40.959138],[119.00056,40.967273],[119.013495,41.007479],[118.951901,41.018317],[118.937118,41.052625],[118.964836,41.079246],[119.037516,41.067516],[119.080632,41.095936],[119.081248,41.131555],[119.126212,41.138767],[119.189038,41.198234],[119.169943,41.222996],[119.204436,41.222546],[119.209364,41.244599],[119.2494,41.279689],[119.239545,41.31431],[119.211827,41.308016],[119.197661,41.282837],[119.168712,41.294978],[119.092951,41.293629],[118.980234,41.305769],[118.949437,41.317906],[118.890923,41.300823],[118.844727,41.342622],[118.843496,41.374516],[118.770199,41.352956],[118.741866,41.324198],[118.677192,41.35026],[118.629765,41.346666],[118.528135,41.355202],[118.412338,41.331838],[118.380309,41.312062],[118.348896,41.342622],[118.361215,41.384844],[118.348896,41.428384],[118.327338,41.450816],[118.271904,41.471446],[118.315636,41.512688],[118.302701,41.55256],[118.215237,41.59554],[118.206614,41.650566],[118.159187,41.67605],[118.155491,41.712694],[118.132702,41.733241],[118.140093,41.784134],[118.178281,41.814917],[118.236179,41.80778],[118.247266,41.773869],[118.29223,41.772976],[118.335346,41.845241],[118.340273,41.87243],[118.268824,41.930336],[118.306396,41.940131],[118.313788,41.98819],[118.291614,42.007759],[118.239875,42.024655],[118.286686,42.033991],[118.296541,42.057545],[118.27252,42.083312],[118.239259,42.092639],[118.212774,42.081091],[118.220165,42.058434],[118.194296,42.031324],[118.116687,42.037102],[118.155491,42.081091],[118.097593,42.105072],[118.089586,42.12283],[118.106216,42.172082],[118.033535,42.199132],[117.977485,42.229716],[117.974405,42.25054],[118.047702,42.280656],[118.060021,42.298364],[118.008898,42.346595],[118.024296,42.385064],[117.997811,42.416884],[117.874007,42.510038],[117.856761,42.539148],[117.797631,42.585431],[117.801326,42.612744],[117.779768,42.61847],[117.708935,42.588515],[117.667051,42.582347],[117.60053,42.603054],[117.537088,42.603054],[117.530313,42.590278],[117.475494,42.602613],[117.435458,42.585431],[117.434226,42.557224],[117.387415,42.517537],[117.387415,42.517537],[117.410205,42.519743],[117.413284,42.471645],[117.390495,42.461933],[117.332596,42.46105],[117.332596,42.46105],[117.275314,42.481797],[117.275314,42.481797],[117.188467,42.468114],[117.188467,42.468114],[117.135496,42.468996],[117.09546,42.484004],[117.080061,42.463699],[117.080061,42.463699],[117.01662,42.456193],[117.01662,42.456193],[117.009228,42.44957],[117.009228,42.44957],[117.005533,42.43367],[117.005533,42.43367],[116.99075,42.425719],[116.99075,42.425719],[116.974736,42.426603],[116.974736,42.426603],[116.97104,42.427486],[116.97104,42.427486],[116.944555,42.415116],[116.944555,42.415116],[116.936547,42.410256],[116.936547,42.410256],[116.921765,42.403628],[116.921765,42.403628],[116.910062,42.395231],[116.910062,42.395231],[116.910678,42.394789],[116.910678,42.394789],[116.886656,42.366496],[116.897743,42.297479],[116.918685,42.229716],[116.903287,42.190708],[116.789338,42.200462],[116.825062,42.155669],[116.850316,42.156556],[116.890352,42.092639],[116.879881,42.018431],[116.796113,41.977958],[116.748686,41.984186],[116.727744,41.951259],[116.66923,41.947698],[116.639049,41.929891],[116.597165,41.935679],[116.553433,41.928555],[116.510933,41.974399],[116.4826,41.975734],[116.453651,41.945917],[116.393289,41.942802],[116.414231,41.982407],[116.373579,42.009983],[116.310137,41.997086],[116.298434,41.96817],[116.223906,41.932562],[116.212819,41.885352],[116.194341,41.861734],[116.122892,41.861734],[116.106877,41.831419],[116.129051,41.805996],[116.09887,41.776547],[116.034196,41.782795],[116.007095,41.79752],[116.007095,41.797966],[116.007095,41.79752],[116.007095,41.797966],[115.994776,41.828743],[115.954124,41.874213],[115.916552,41.945027],[115.85311,41.927665],[115.834632,41.93835],[115.811226,41.912525],[115.726227,41.870202],[115.688038,41.867528],[115.654162,41.829189],[115.57409,41.80555],[115.519887,41.76762],[115.488474,41.760924],[115.42996,41.728775],[115.346808,41.712247],[115.319091,41.691693],[115.360975,41.661297],[115.345576,41.635807],[115.377605,41.603148],[115.310468,41.592854],[115.290142,41.622835],[115.26612,41.616124],[115.256881,41.580768],[115.20391,41.571367],[115.195287,41.602253],[115.0992,41.62373],[115.056085,41.602253],[115.016049,41.615229],[114.860832,41.60091],[114.895325,41.636255],[114.902716,41.695715],[114.89594,41.76762],[114.868839,41.813579],[114.922426,41.825175],[114.939056,41.846132],[114.923658,41.871093],[114.915035,41.960605],[114.9021,42.015763],[114.860832,42.054879],[114.86268,42.097967],[114.825723,42.139695],[114.79431,42.149457],[114.789383,42.130819],[114.75489,42.115727],[114.675434,42.12061],[114.647717,42.109512],[114.560254,42.132595],[114.510978,42.110844],[114.502355,42.06732],[114.480181,42.064654],[114.467863,42.025989],[114.511594,41.981962],[114.478334,41.951704],[114.419203,41.942356],[114.352066,41.953484],[114.343443,41.926774],[114.282465,41.863517],[114.200545,41.789934],[114.215328,41.75646],[114.206704,41.7386],[114.237501,41.698843],[114.215328,41.68499],[114.259059,41.623282],[114.226414,41.616572],[114.221487,41.582111],[114.230726,41.513584],[114.101379,41.537779],[114.032394,41.529715],[113.976959,41.505966],[113.953553,41.483553],[113.933227,41.487139],[113.919677,41.454404],[113.877793,41.431076],[113.871017,41.413126],[113.94493,41.392477],[113.92522,41.325546],[113.899351,41.316108],[113.914749,41.294529],[113.95109,41.282837],[113.971416,41.239649],[113.992357,41.269794],[114.016379,41.231999],[113.996669,41.19238],[113.960945,41.171211],[113.920293,41.172112],[113.877793,41.115777],[113.819279,41.09774],[113.868554,41.06887],[113.973263,40.983087],[113.994821,40.938798],[114.057647,40.925234],[114.041633,40.917546],[114.055183,40.867782],[114.073661,40.857372],[114.044712,40.830661],[114.080437,40.790348],[114.104458,40.797597],[114.103227,40.770861],[114.134639,40.737314],[114.162357,40.71373],[114.183299,40.67153],[114.236269,40.607043],[114.283081,40.590685],[114.273842,40.552954],[114.293552,40.55159],[114.282465,40.494725],[114.267066,40.474242],[114.299711,40.44009],[114.286161,40.425057],[114.31203,40.372645],[114.381015,40.36307],[114.390254,40.351213],[114.438914,40.371733],[114.481413,40.34802],[114.530688,40.345283],[114.510978,40.302851],[114.46971,40.268155],[114.406269,40.246232],[114.362537,40.249886],[114.292936,40.230242],[114.255364,40.236182],[114.235654,40.198252],[114.180219,40.191395],[114.135871,40.175392],[114.097683,40.193681],[114.073046,40.168533],[114.073046,40.168533],[114.101995,40.099901],[114.086596,40.071513],[114.045944,40.056856],[114.018227,40.103563],[113.989278,40.11226],[113.959097,40.033491],[113.910438,40.015618],[114.029314,39.985819],[114.028082,39.959218],[114.047176,39.916085],[114.067502,39.922511],[114.17406,39.897722],[114.212248,39.918839],[114.229494,39.899558],[114.204241,39.885324],[114.215943,39.8619],[114.286776,39.871087],[114.285545,39.858225],[114.395182,39.867412],[114.406885,39.833413],[114.390254,39.819165],[114.41674,39.775943],[114.409964,39.761683],[114.408117,39.652106],[114.431522,39.613851],[114.49558,39.608318],[114.51529,39.564964],[114.568877,39.573729],[114.532536,39.486027],[114.501739,39.476789],[114.496812,39.438437],[114.469095,39.400989],[114.466631,39.329736],[114.430906,39.307513],[114.437066,39.259337],[114.416124,39.242654],[114.47587,39.21623],[114.443841,39.174023],[114.388406,39.176807],[114.360689,39.134112],[114.369928,39.107648],[114.345907,39.075133],[114.252284,39.073739],[114.180835,39.049111],[114.157429,39.061194],[114.10877,39.052364],[114.082901,39.09325],[114.082901,39.09325],[114.064422,39.094179],[114.050872,39.135969],[114.006524,39.122971],[113.994821,39.095572],[113.961561,39.100681],[113.930148,39.063517],[113.898119,39.067699],[113.80696,38.989595],[113.776779,38.986804],[113.76754,38.959819],[113.776163,38.885788],[113.795257,38.860628],[113.855619,38.828933],[113.836525,38.795824],[113.839605,38.7585],[113.802648,38.763166],[113.775547,38.709949],[113.720728,38.713218],[113.70225,38.651551],[113.612939,38.645942],[113.603084,38.587024],[113.561816,38.558483],[113.546417,38.492936],[113.583374,38.459671],[113.537794,38.417952],[113.525475,38.383245],[113.557504,38.343359],[113.54457,38.270569],[113.570439,38.237202],[113.598772,38.22733],[113.64312,38.232031],[113.678844,38.20523],[113.711489,38.213695],[113.720728,38.174656],[113.797105,38.162894],[113.831597,38.16854],[113.811271,38.117707],[113.876561,38.055059],[113.872249,37.990471],[113.901198,37.984811],[113.936307,37.922993],[113.959097,37.906468],[113.976959,37.816696],[114.006524,37.813386],[114.044712,37.761834],[113.996669,37.730128],[113.993589,37.706932],[114.068118,37.721608],[114.12848,37.698409],[114.139567,37.675676],[114.115545,37.619761],[114.118625,37.59084],[114.036705,37.494037],[114.014531,37.42468],[113.973879,37.40329],[113.962792,37.355734],[113.90243,37.310052],[113.886416,37.239095],[113.853155,37.215269],[113.832213,37.167594],[113.773083,37.151855],[113.773699,37.107004],[113.758301,37.075497],[113.788482,37.059739],[113.771851,37.016745],[113.791561,36.98759],[113.76138,36.956034],[113.792793,36.894796],[113.773083,36.85506],[113.731815,36.858891],[113.731815,36.878521],[113.696707,36.882351],[113.676381,36.855539],[113.680692,36.789907],[113.600004,36.752995],[113.549497,36.752515],[113.535946,36.732373],[113.499606,36.740527],[113.465113,36.707908],[113.506997,36.705029],[113.476816,36.655114],[113.486671,36.635427],[113.54457,36.62342],[113.539642,36.594116],[113.569823,36.585947],[113.588917,36.547974],[113.559968,36.528741],[113.554425,36.494589],[113.587069,36.460904],[113.635729,36.451277],[113.670221,36.425278],[113.708409,36.423352],[113.731199,36.363135],[113.755221,36.366026],[113.813119,36.332285],[113.856851,36.329392],[113.84946,36.347711],[113.882104,36.353977],[113.911054,36.314927],[113.962792,36.353977],[113.981887,36.31782],[114.002828,36.334214],[114.056415,36.329392],[114.04348,36.303353],[114.080437,36.269585],[114.129096,36.280199],[114.175907,36.264759],[114.170364,36.245938],[114.170364,36.245938],[114.203009,36.245456],[114.2104,36.272962],[114.241197,36.251247],[114.257827,36.263794],[114.299095,36.245938],[114.345291,36.255591],[114.356378,36.230492],[114.408117,36.224699],[114.417356,36.205868],[114.466015,36.197658],[114.480181,36.177855],[114.533152,36.171575],[114.586739,36.141133],[114.588587,36.118414],[114.640326,36.137266],[114.720398,36.140166],[114.734564,36.15563],[114.771521,36.124699],[114.857752,36.127599],[114.858368,36.144516],[114.912571,36.140649],[114.926737,36.089403],[114.914419,36.052155],[114.998186,36.069572],[115.04623,36.112613],[115.048693,36.161912],[115.06286,36.178338],[115.104744,36.172058],[115.12507,36.209731],[115.1842,36.193312],[115.201446,36.210214],[115.201446,36.210214],[115.202678,36.209248],[115.202678,36.209248],[115.202678,36.208765],[115.202678,36.208765],[115.242098,36.19138],[115.279055,36.13775],[115.30246,36.127599],[115.312931,36.088436],[115.365902,36.099074],[115.376989,36.128083],[115.450902,36.152248],[115.465068,36.170125],[115.483547,36.148865],[115.474923,36.248352],[115.466916,36.258969],[115.466916,36.258969],[115.462605,36.276339],[115.417025,36.292742],[115.423185,36.32216],[115.366518,36.30914],[115.368982,36.342409],[115.340033,36.398307],[115.297533,36.413239],[115.317243,36.454166],[115.291374,36.460423],[115.272895,36.497476],[115.33141,36.550378],[115.355431,36.627262],[115.365902,36.621979],[115.420105,36.686795],[115.451518,36.702151],[115.479851,36.760187],[115.524815,36.763543],[115.683727,36.808117],[115.71206,36.883308],[115.75764,36.902453],[115.79706,36.968945],[115.776734,36.992848],[115.85619,37.060694],[115.888219,37.112254],[115.879596,37.150901],[115.91224,37.177132],[115.909777,37.20669],[115.969523,37.239572],[115.975682,37.337179],[116.024341,37.360015],[116.085935,37.373809],[116.106261,37.368577],[116.169087,37.384271],[116.193109,37.365723],[116.236224,37.361442],[116.2855,37.404241],[116.226369,37.428007],[116.243,37.447965],[116.224522,37.479791],[116.240536,37.489764],[116.240536,37.489764],[116.27626,37.466967],[116.290427,37.484065],[116.278724,37.524895],[116.295355,37.554316],[116.336007,37.581355],[116.36742,37.566177],[116.379738,37.522047],[116.38097,37.522522],[116.379738,37.522047],[116.38097,37.522522],[116.433941,37.473142],[116.448108,37.503059],[116.4826,37.521573],[116.575607,37.610754],[116.604556,37.624975],[116.66307,37.686096],[116.679085,37.728708],[116.724664,37.744327],[116.753613,37.77035],[116.753613,37.793054],[116.804736,37.848837],[116.837997,37.835132],[116.919301,37.846002],[117.027091,37.832296],[117.074518,37.848837],[117.150278,37.839385],[117.185387,37.849783],[117.271618,37.839858],[117.320278,37.861596],[117.400966,37.844584],[117.438538,37.854035],[117.481038,37.914967],[117.513067,37.94329],[117.524154,37.989527],[117.557414,38.046105],[117.557414,38.046105],[117.586979,38.071551],[117.704624,38.076262],[117.746508,38.12524],[117.771145,38.134655],[117.766834,38.158658],[117.789007,38.180772],[117.808718,38.22827],[117.848754,38.255062],[117.895565,38.301572],[117.948536,38.346644],[117.957775,38.376208],[117.937449,38.387936],[117.84629,38.368232],[117.781,38.373862],[117.730493,38.424985],[117.72495,38.457328],[117.678754,38.477008],[117.644878,38.52759],[117.68553,38.539293],[117.638102,38.54491],[117.639334,38.626776],[117.55803,38.613683],[117.47919,38.616489],[117.432379,38.601524],[117.368937,38.564566],[117.25314,38.556143],[117.238358,38.580943],[117.258684,38.608072],[117.258684,38.608072],[117.213104,38.639866],[117.213104,38.639866],[117.183539,38.61836],[117.183539,38.61836],[117.150894,38.617892],[117.109626,38.584685],[117.070822,38.608072],[117.055424,38.639398],[117.068358,38.680522],[117.038793,38.688464],[116.95133,38.689398],[116.948866,38.689398],[116.950714,38.689398],[116.95133,38.689398],[116.950714,38.689398],[116.948866,38.689398],[116.877417,38.680522],[116.858939,38.741231],[116.794265,38.744498],[116.794265,38.744498],[116.746222,38.754299],[116.737599,38.784629],[116.75115,38.831264],[116.723432,38.852706],[116.722201,38.896968],[116.708034,38.931892],[116.72836,38.975174],[116.754845,39.003084],[116.754229,39.034701],[116.754229,39.034701],[116.783179,39.05097],[116.783179,39.05097],[116.812744,39.05097],[116.812744,39.05097],[116.871874,39.054688],[116.912526,39.110898],[116.91191,39.111362],[116.91191,39.111362],[116.912526,39.110898],[116.909446,39.150822],[116.870026,39.153607],[116.855859,39.215766],[116.881729,39.225966],[116.881729,39.225966],[116.87249,39.291304],[116.889736,39.338068],[116.870642,39.357506],[116.829374,39.338994],[116.818287,39.3737],[116.840461,39.378326],[116.839845,39.413474],[116.876185,39.43474],[116.832454,39.435664],[116.785026,39.465702],[116.820751,39.482332],[116.819519,39.528507],[116.78749,39.554352],[116.808432,39.576497],[116.812128,39.615695],[116.79057,39.595868],[116.748686,39.619844],[116.709266,39.618],[116.726512,39.595407],[116.726512,39.595407],[116.724048,39.59264],[116.723432,39.59264],[116.724048,39.59264],[116.723432,39.59264],[116.664918,39.605552],[116.620571,39.601863],[116.592237,39.621227],[116.592237,39.621227],[116.524484,39.596329],[116.50847,39.551122],[116.473361,39.552968],[116.478289,39.535431],[116.437637,39.526661],[116.443796,39.510041],[116.401912,39.528046],[116.411767,39.482794],[116.444412,39.482332],[116.454883,39.453226],[116.434557,39.442597],[116.361876,39.455074],[116.361876,39.455074],[116.337854,39.455536],[116.307057,39.488337],[116.257782,39.500344],[116.240536,39.564041],[116.198652,39.589412],[116.151841,39.583416],[116.130283,39.567732],[116.09887,39.575113],[116.036044,39.571884],[116.026189,39.587567],[115.995392,39.576958],[115.978146,39.595868],[115.957204,39.560812],[115.910393,39.600479],[115.910393,39.600479],[115.91532,39.582955],[115.91532,39.582955],[115.867893,39.546507],[115.867893,39.546507],[115.828473,39.541431],[115.821081,39.522968],[115.821081,39.522968],[115.806299,39.510041],[115.806299,39.510041],[115.752712,39.515581],[115.738545,39.539585],[115.738545,39.540046],[115.738545,39.539585],[115.738545,39.540046],[115.724995,39.5442],[115.724995,39.5442],[115.722531,39.543738],[115.721299,39.543738],[115.722531,39.543738],[115.722531,39.5442],[115.721299,39.543738],[115.722531,39.5442],[115.720683,39.551122],[115.720683,39.551122],[115.718835,39.553891],[115.718835,39.553891],[115.716988,39.56035],[115.716988,39.56035],[115.699125,39.570039],[115.699125,39.570039],[115.698509,39.577881],[115.698509,39.577881],[115.667712,39.615234],[115.633836,39.599557],[115.633836,39.599557],[115.587024,39.589873],[115.545756,39.618922],[115.518039,39.597252],[115.522351,39.640124],[115.478619,39.650723],[115.478619,39.650723],[115.491554,39.670074],[115.486626,39.741899],[115.439815,39.752022],[115.443511,39.785601],[115.483547,39.798477],[115.483547,39.798477],[115.50572,39.784222],[115.552532,39.794799],[115.567314,39.816407],[115.514344,39.837549],[115.526046,39.87568],[115.515575,39.892212],[115.515575,39.892212],[115.522967,39.899099],[115.481083,39.935819],[115.426264,39.950502],[115.428728,39.984443],[115.450286,39.992697],[115.454597,40.029825],[115.485394,40.040364],[115.527278,40.076092],[115.59072,40.096239],[115.599959,40.119583],[115.75456,40.145663],[115.75456,40.145663],[115.773654,40.176307],[115.806299,40.15344],[115.847567,40.147036],[115.855574,40.188652],[115.870356,40.185909],[115.89869,40.234354],[115.968907,40.264045],[115.95166,40.281852],[115.917784,40.354405],[115.864197,40.359422],[115.771806,40.443734],[115.781045,40.49336],[115.736082,40.503372],[115.755176,40.540221],[115.784741,40.55841],[115.819849,40.55932],[115.827857,40.587504],[115.885139,40.595229],[115.907929,40.617493],[115.971986,40.6025],[115.982457,40.578868],[116.005247,40.583868],[116.09887,40.630665],[116.133979,40.666536],[116.162928,40.662451],[116.171551,40.695582],[116.204812,40.740035],[116.22021,40.744115],[116.247311,40.791707],[116.273181,40.762703],[116.311369,40.754996],[116.316912,40.772221],[116.453651,40.765876],[116.46597,40.774487],[116.438253,40.81934],[116.334159,40.90443],[116.339702,40.929303],[116.370499,40.94377],[116.398216,40.90624],[116.477057,40.899907],[116.447492,40.953715],[116.455499,40.980828],[116.519557,40.98128],[116.519557,40.98128],[116.5676,40.992574],[116.598397,40.974503],[116.623034,41.021026],[116.615643,41.053076],[116.647672,41.059394],[116.688324,41.044501],[116.698795,41.021477],[116.677853,40.970888],[116.722201,40.927495],[116.713577,40.909858],[116.759773,40.889954],[116.81336,40.848319],[116.848468,40.839264],[116.924229,40.773581],[116.926692,40.745022],[116.964881,40.709647],[117.012308,40.693767],[117.11209,40.707379],[117.117018,40.70012],[117.208177,40.694675],[117.278394,40.664267],[117.319662,40.657911],[117.342451,40.673799],[117.408973,40.686961],[117.493973,40.675161],[117.514914,40.660181],[117.501364,40.636569],[117.467487,40.649738],[117.467487,40.649738]]],[[[117.210024,40.082045],[117.204481,40.069681],[117.159517,40.077008],[117.140423,40.064185],[117.105315,40.074261],[117.105315,40.074261],[117.051728,40.059605],[117.025243,40.030283],[116.945171,40.04128],[116.927924,40.055024],[116.867562,40.041739],[116.831222,40.051359],[116.820135,40.02845],[116.781331,40.034866],[116.757925,39.967934],[116.782563,39.947749],[116.78441,39.891294],[116.812128,39.889916],[116.865714,39.843982],[116.907598,39.832494],[116.918069,39.84628],[116.949482,39.778703],[116.902055,39.763523],[116.916837,39.731314],[116.887272,39.72533],[116.889736,39.687576],[116.90575,39.688037],[116.932236,39.706456],[116.932236,39.706456],[116.944555,39.695405],[116.944555,39.695405],[116.948866,39.680668],[116.948866,39.680668],[116.964265,39.64335],[116.983359,39.638742],[116.983359,39.638742],[117.016004,39.653949],[117.10901,39.625375],[117.10901,39.625375],[117.152742,39.623532],[117.177996,39.645194],[117.165061,39.718886],[117.165061,39.718886],[117.161981,39.748801],[117.205713,39.763984],[117.15767,39.796638],[117.156438,39.817326],[117.192162,39.832953],[117.251908,39.834332],[117.247597,39.860981],[117.227887,39.852712],[117.162597,39.876598],[117.162597,39.876598],[117.150894,39.944996],[117.198322,39.992697],[117.192162,40.066475],[117.210024,40.082045]]],[[[117.784696,39.376938],[117.765602,39.400527],[117.699696,39.407463],[117.673211,39.386652],[117.668899,39.412087],[117.614081,39.407001],[117.601146,39.419485],[117.570965,39.404689],[117.521074,39.357043],[117.536472,39.338068],[117.594987,39.349176],[117.669515,39.322792],[117.670747,39.357969],[117.74466,39.354729],[117.784696,39.376938]]],[[[118.869365,39.142932],[118.82009,39.108576],[118.857662,39.098824],[118.869365,39.142932]]]]}},{"type":"Feature","properties":{"adcode":140000,"name":"山西省","center":[112.549248,37.857014],"centroid":[112.304436,37.618179],"childrenNum":11,"level":"province","parent":{"adcode":100000},"subFeatureIndex":3,"acroutes":[100000]},"geometry":{"type":"MultiPolygon","coordinates":[[[[110.379257,34.600612],[110.424837,34.588295],[110.488279,34.610956],[110.533242,34.583368],[110.610851,34.607508],[110.710017,34.605045],[110.749437,34.65232],[110.791937,34.649858],[110.824582,34.615881],[110.883712,34.64395],[110.903422,34.669056],[110.920052,34.730068],[110.976103,34.706456],[111.035233,34.740887],[111.118385,34.756623],[111.148566,34.807742],[111.232949,34.789559],[111.255123,34.819535],[111.29208,34.806759],[111.345666,34.831816],[111.389398,34.815113],[111.439289,34.838202],[111.502731,34.829851],[111.543999,34.853428],[111.570484,34.843114],[111.592042,34.881416],[111.617911,34.894671],[111.646861,34.938836],[111.681969,34.9511],[111.664107,34.984449],[111.740483,35.00455],[111.807005,35.032977],[111.810084,35.062374],[111.933272,35.083435],[111.97762,35.067272],[112.018888,35.068742],[112.039214,35.045717],[112.062004,35.056005],[112.05646,35.098615],[112.066315,35.153437],[112.03983,35.194039],[112.078634,35.219467],[112.058924,35.280069],[112.13838,35.271275],[112.21722,35.253195],[112.242474,35.234622],[112.304684,35.251728],[112.288053,35.219956],[112.36751,35.219956],[112.390915,35.239021],[112.513487,35.218489],[112.637291,35.225822],[112.628052,35.263457],[112.720443,35.206265],[112.772798,35.207732],[112.822073,35.258082],[112.884283,35.243909],[112.934174,35.262968],[112.936022,35.284466],[112.992072,35.29619],[112.985913,35.33965],[112.996384,35.362104],[113.067217,35.353806],[113.126347,35.332327],[113.149137,35.350878],[113.165151,35.412845],[113.185477,35.409431],[113.189789,35.44893],[113.243375,35.449418],[113.304353,35.426989],[113.31236,35.481101],[113.348085,35.468429],[113.391817,35.506925],[113.439244,35.507412],[113.49899,35.532254],[113.513773,35.57364],[113.55812,35.621816],[113.547649,35.656835],[113.578446,35.633491],[113.625258,35.632518],[113.622794,35.674825],[113.592613,35.691838],[113.587685,35.736542],[113.604932,35.797727],[113.582758,35.818111],[113.660982,35.837035],[113.637576,35.870019],[113.654207,35.931586],[113.648663,35.994073],[113.678844,35.985841],[113.694859,36.026991],[113.660366,36.034735],[113.68562,36.056026],[113.671453,36.115514],[113.655439,36.125182],[113.712721,36.129533],[113.705946,36.148865],[113.651127,36.174473],[113.697939,36.181719],[113.681924,36.216491],[113.716417,36.262347],[113.712105,36.303353],[113.736127,36.324571],[113.731199,36.363135],[113.708409,36.423352],[113.670221,36.425278],[113.635729,36.451277],[113.587069,36.460904],[113.554425,36.494589],[113.559968,36.528741],[113.588917,36.547974],[113.569823,36.585947],[113.539642,36.594116],[113.54457,36.62342],[113.486671,36.635427],[113.476816,36.655114],[113.506997,36.705029],[113.465113,36.707908],[113.499606,36.740527],[113.535946,36.732373],[113.549497,36.752515],[113.600004,36.752995],[113.680692,36.789907],[113.676381,36.855539],[113.696707,36.882351],[113.731815,36.878521],[113.731815,36.858891],[113.773083,36.85506],[113.792793,36.894796],[113.76138,36.956034],[113.791561,36.98759],[113.771851,37.016745],[113.788482,37.059739],[113.758301,37.075497],[113.773699,37.107004],[113.773083,37.151855],[113.832213,37.167594],[113.853155,37.215269],[113.886416,37.239095],[113.90243,37.310052],[113.962792,37.355734],[113.973879,37.40329],[114.014531,37.42468],[114.036705,37.494037],[114.118625,37.59084],[114.115545,37.619761],[114.139567,37.675676],[114.12848,37.698409],[114.068118,37.721608],[113.993589,37.706932],[113.996669,37.730128],[114.044712,37.761834],[114.006524,37.813386],[113.976959,37.816696],[113.959097,37.906468],[113.936307,37.922993],[113.901198,37.984811],[113.872249,37.990471],[113.876561,38.055059],[113.811271,38.117707],[113.831597,38.16854],[113.797105,38.162894],[113.720728,38.174656],[113.711489,38.213695],[113.678844,38.20523],[113.64312,38.232031],[113.598772,38.22733],[113.570439,38.237202],[113.54457,38.270569],[113.557504,38.343359],[113.525475,38.383245],[113.537794,38.417952],[113.583374,38.459671],[113.546417,38.492936],[113.561816,38.558483],[113.603084,38.587024],[113.612939,38.645942],[113.70225,38.651551],[113.720728,38.713218],[113.775547,38.709949],[113.802648,38.763166],[113.839605,38.7585],[113.836525,38.795824],[113.855619,38.828933],[113.795257,38.860628],[113.776163,38.885788],[113.76754,38.959819],[113.776779,38.986804],[113.80696,38.989595],[113.898119,39.067699],[113.930148,39.063517],[113.961561,39.100681],[113.994821,39.095572],[114.006524,39.122971],[114.050872,39.135969],[114.064422,39.094179],[114.082901,39.09325],[114.082901,39.09325],[114.10877,39.052364],[114.157429,39.061194],[114.180835,39.049111],[114.252284,39.073739],[114.345907,39.075133],[114.369928,39.107648],[114.360689,39.134112],[114.388406,39.176807],[114.443841,39.174023],[114.47587,39.21623],[114.416124,39.242654],[114.437066,39.259337],[114.430906,39.307513],[114.466631,39.329736],[114.469095,39.400989],[114.496812,39.438437],[114.501739,39.476789],[114.532536,39.486027],[114.568877,39.573729],[114.51529,39.564964],[114.49558,39.608318],[114.431522,39.613851],[114.408117,39.652106],[114.409964,39.761683],[114.41674,39.775943],[114.390254,39.819165],[114.406885,39.833413],[114.395182,39.867412],[114.285545,39.858225],[114.286776,39.871087],[114.215943,39.8619],[114.204241,39.885324],[114.229494,39.899558],[114.212248,39.918839],[114.17406,39.897722],[114.067502,39.922511],[114.047176,39.916085],[114.028082,39.959218],[114.029314,39.985819],[113.910438,40.015618],[113.959097,40.033491],[113.989278,40.11226],[114.018227,40.103563],[114.045944,40.056856],[114.086596,40.071513],[114.101995,40.099901],[114.073046,40.168533],[114.073046,40.168533],[114.097683,40.193681],[114.135871,40.175392],[114.180219,40.191395],[114.235654,40.198252],[114.255364,40.236182],[114.292936,40.230242],[114.362537,40.249886],[114.406269,40.246232],[114.46971,40.268155],[114.510978,40.302851],[114.530688,40.345283],[114.481413,40.34802],[114.438914,40.371733],[114.390254,40.351213],[114.381015,40.36307],[114.31203,40.372645],[114.286161,40.425057],[114.299711,40.44009],[114.267066,40.474242],[114.282465,40.494725],[114.293552,40.55159],[114.273842,40.552954],[114.283081,40.590685],[114.236269,40.607043],[114.183299,40.67153],[114.162357,40.71373],[114.134639,40.737314],[114.084748,40.729605],[114.063806,40.706925],[114.07243,40.679246],[114.041633,40.608861],[114.076741,40.575686],[114.080437,40.547952],[114.061959,40.52885],[114.011452,40.515657],[113.948626,40.514747],[113.890112,40.466503],[113.850691,40.460583],[113.794641,40.517932],[113.763228,40.473787],[113.688699,40.448288],[113.559968,40.348476],[113.500222,40.334335],[113.387505,40.319279],[113.316672,40.319736],[113.27602,40.388601],[113.251382,40.413211],[113.083231,40.374925],[113.03334,40.368997],[112.898449,40.329317],[112.848558,40.206937],[112.744464,40.167161],[112.712436,40.178593],[112.6299,40.235725],[112.511639,40.269068],[112.456205,40.300112],[112.418017,40.295091],[112.349031,40.257194],[112.310227,40.256281],[112.299756,40.21105],[112.232619,40.169905],[112.232003,40.133311],[112.183344,40.083877],[112.182112,40.061437],[112.142076,40.027076],[112.133453,40.001866],[112.07617,39.919298],[112.042294,39.886243],[112.012729,39.827438],[111.970229,39.796638],[111.959758,39.692642],[111.925265,39.66731],[111.9382,39.623071],[111.87907,39.606013],[111.842729,39.620305],[111.783599,39.58895],[111.722621,39.606013],[111.659179,39.641507],[111.625303,39.633672],[111.525521,39.662242],[111.497187,39.661781],[111.445448,39.640124],[111.460847,39.606935],[111.441137,39.59679],[111.422043,39.539123],[111.431282,39.508656],[111.372152,39.479099],[111.358601,39.432428],[111.337043,39.420872],[111.171971,39.423183],[111.143022,39.407926],[111.125776,39.366297],[111.159037,39.362596],[111.155341,39.338531],[111.186138,39.35149],[111.179363,39.326959],[111.202152,39.305197],[111.247732,39.302419],[111.213239,39.257021],[111.219399,39.244044],[111.163348,39.152678],[111.173819,39.135041],[111.147334,39.100681],[111.138095,39.064447],[111.094363,39.030053],[111.038313,39.020289],[110.998276,38.998433],[110.980414,38.970056],[111.009979,38.932823],[111.016755,38.889981],[110.995813,38.868084],[111.009363,38.847579],[110.965016,38.755699],[110.915125,38.704345],[110.916357,38.673981],[110.880632,38.626776],[110.898494,38.587024],[110.920052,38.581878],[110.907733,38.521035],[110.870777,38.510265],[110.874473,38.453579],[110.840596,38.439986],[110.796864,38.453579],[110.77777,38.440924],[110.746973,38.366355],[110.701394,38.353215],[110.661358,38.308617],[110.601612,38.308147],[110.57759,38.297345],[110.565887,38.215105],[110.528315,38.211814],[110.509221,38.192061],[110.519692,38.130889],[110.501829,38.097929],[110.507989,38.013107],[110.528315,37.990471],[110.522771,37.955088],[110.59422,37.922049],[110.680452,37.790216],[110.735886,37.77035],[110.750669,37.736281],[110.716792,37.728708],[110.706321,37.705511],[110.775306,37.680886],[110.793169,37.650567],[110.763604,37.639668],[110.771611,37.594634],[110.795017,37.558586],[110.770995,37.538184],[110.759292,37.474567],[110.740198,37.44939],[110.644111,37.435135],[110.630561,37.372858],[110.641648,37.360015],[110.695234,37.34955],[110.678604,37.317668],[110.690307,37.287201],[110.661974,37.281963],[110.651503,37.256722],[110.590525,37.187145],[110.53509,37.138021],[110.535706,37.115118],[110.49567,37.086956],[110.460561,37.044932],[110.417446,37.027257],[110.426685,37.008621],[110.382953,37.022001],[110.381721,37.002408],[110.424221,36.963685],[110.408823,36.892403],[110.376178,36.882351],[110.424221,36.855539],[110.406975,36.824886],[110.423605,36.818179],[110.407591,36.776007],[110.447011,36.737649],[110.438388,36.685835],[110.402663,36.697352],[110.394656,36.676716],[110.426685,36.657514],[110.447627,36.621018],[110.496902,36.582102],[110.488895,36.556628],[110.503677,36.488335],[110.47288,36.453203],[110.489511,36.430094],[110.487047,36.393972],[110.459946,36.327946],[110.474112,36.306729],[110.474112,36.248352],[110.45625,36.22663],[110.447011,36.164328],[110.467953,36.074893],[110.491974,36.034735],[110.49259,35.994073],[110.516612,35.971796],[110.502445,35.947575],[110.516612,35.918501],[110.511684,35.879718],[110.549257,35.877778],[110.550489,35.838005],[110.571431,35.800639],[110.57759,35.701559],[110.609619,35.632031],[110.589293,35.602355],[110.567735,35.539559],[110.531394,35.511309],[110.477808,35.413821],[110.45009,35.327933],[110.374946,35.251728],[110.378642,35.210666],[110.364475,35.197952],[110.373714,35.134351],[110.320743,35.00504],[110.262229,34.944233],[110.230816,34.880925],[110.246831,34.789068],[110.243135,34.725641],[110.229584,34.692679],[110.269004,34.629671],[110.29549,34.610956],[110.379257,34.600612]]]]}},{"type":"Feature","properties":{"adcode":150000,"name":"内蒙古自治区","center":[111.670801,40.818311],"centroid":[114.077429,44.331087],"childrenNum":12,"level":"province","parent":{"adcode":100000},"subFeatureIndex":4,"acroutes":[100000]},"geometry":{"type":"Polygon","coordinates":[[[97.172903,42.795257],[97.371235,42.457076],[97.500582,42.243894],[97.653335,41.986856],[97.84674,41.656379],[97.613915,41.477276],[97.629314,41.440498],[97.903407,41.168057],[97.971776,41.09774],[98.142391,41.001607],[98.184891,40.988056],[98.25018,40.93925],[98.333332,40.918903],[98.344419,40.568413],[98.627751,40.677884],[98.569853,40.746836],[98.668403,40.773128],[98.689345,40.691952],[98.72199,40.657911],[98.762642,40.639748],[98.802678,40.607043],[98.80699,40.660181],[98.790975,40.705564],[98.984996,40.782644],[99.041662,40.693767],[99.102025,40.676522],[99.12543,40.715091],[99.172858,40.747289],[99.174705,40.858278],[99.565827,40.846961],[99.673,40.93292],[99.985897,40.909858],[100.057346,40.908049],[100.107853,40.875475],[100.224882,40.727337],[100.237201,40.716905],[100.242744,40.618855],[100.169447,40.541131],[100.169447,40.277743],[100.007455,40.20008],[99.955716,40.150695],[99.927383,40.063727],[99.841152,40.013326],[99.751225,40.006909],[99.714268,39.972061],[99.533182,39.891753],[99.491298,39.884406],[99.459885,39.898181],[99.440791,39.885783],[99.469124,39.875221],[99.672384,39.888079],[99.822058,39.860063],[99.904593,39.785601],[99.958796,39.769504],[100.040716,39.757083],[100.128179,39.702312],[100.250135,39.685274],[100.314193,39.606935],[100.301258,39.572345],[100.326512,39.509118],[100.44354,39.485565],[100.500823,39.481408],[100.498975,39.400527],[100.606764,39.387577],[100.707778,39.404689],[100.842053,39.405614],[100.842669,39.199999],[100.864227,39.106719],[100.829118,39.075133],[100.835278,39.025869],[100.875314,39.002619],[100.901799,39.030053],[100.961545,39.005874],[100.969553,38.946788],[101.117378,38.975174],[101.228863,39.020754],[101.198682,38.943064],[101.237486,38.907214],[101.24303,38.860628],[101.33542,38.847113],[101.34158,38.822406],[101.307087,38.80282],[101.331109,38.777164],[101.412413,38.764099],[101.562702,38.713218],[101.601506,38.65529],[101.672955,38.6908],[101.777049,38.66043],[101.873751,38.733761],[101.941505,38.808883],[102.075164,38.891378],[102.045599,38.904885],[101.955055,38.985874],[101.926106,39.000758],[101.833715,39.08907],[101.902701,39.111827],[102.012338,39.127149],[102.050526,39.141075],[102.276576,39.188868],[102.3548,39.231993],[102.45335,39.255167],[102.579002,39.183301],[102.616574,39.171703],[102.883892,39.120649],[103.007696,39.099753],[103.133347,39.192579],[103.188166,39.215302],[103.259615,39.263971],[103.344615,39.331588],[103.428998,39.353341],[103.595302,39.386652],[103.728961,39.430117],[103.85338,39.461543],[103.955626,39.456923],[104.089901,39.419947],[104.073271,39.351953],[104.047401,39.297788],[104.171205,39.160567],[104.207546,39.083495],[104.190915,39.042139],[104.196459,38.9882],[104.173053,38.94446],[104.044322,38.895105],[104.011677,38.85923],[103.85954,38.64454],[103.416063,38.404821],[103.465339,38.353215],[103.507838,38.280905],[103.53494,38.156776],[103.368636,38.08898],[103.362477,38.037621],[103.40744,37.860651],[103.627947,37.797783],[103.683381,37.777919],[103.841062,37.64725],[103.874938,37.604117],[103.935916,37.572818],[104.089285,37.465067],[104.183524,37.406618],[104.237727,37.411847],[104.287002,37.428007],[104.322726,37.44844],[104.407726,37.464592],[104.419429,37.511604],[104.433595,37.515402],[104.623305,37.522522],[104.805007,37.539133],[104.866601,37.566651],[105.027977,37.580881],[105.111128,37.633981],[105.187505,37.657674],[105.221998,37.677097],[105.315004,37.702197],[105.4037,37.710246],[105.467141,37.695094],[105.598952,37.699356],[105.616199,37.722555],[105.622358,37.777919],[105.677177,37.771769],[105.760944,37.799674],[105.80406,37.862068],[105.799749,37.939986],[105.840401,38.004147],[105.780655,38.084741],[105.76772,38.121474],[105.775111,38.186887],[105.802828,38.220277],[105.842248,38.240962],[105.86627,38.296406],[105.821307,38.366824],[105.835473,38.387467],[105.827466,38.432486],[105.850872,38.443736],[105.836705,38.476071],[105.863806,38.53508],[105.856415,38.569714],[105.874277,38.593105],[105.852719,38.641735],[105.894603,38.696405],[105.88598,38.716953],[105.908154,38.737496],[105.909386,38.791159],[105.992538,38.857366],[105.97098,38.909077],[106.021487,38.953769],[106.060907,38.96866],[106.087392,39.006339],[106.078153,39.026333],[106.096631,39.084889],[106.145907,39.153142],[106.170544,39.163352],[106.192718,39.142932],[106.251232,39.131327],[106.285109,39.146181],[106.29558,39.167992],[106.280181,39.262118],[106.402753,39.291767],[106.511774,39.272311],[106.525325,39.308439],[106.556122,39.322329],[106.602318,39.37555],[106.643586,39.357969],[106.683622,39.357506],[106.751375,39.381564],[106.781556,39.371849],[106.806809,39.318625],[106.806193,39.277407],[106.790795,39.241263],[106.795723,39.214375],[106.825288,39.19397],[106.859164,39.107648],[106.878874,39.091392],[106.933693,39.076527],[106.96757,39.054688],[106.971881,39.026333],[106.954019,38.941202],[106.837606,38.847579],[106.756302,38.748699],[106.709491,38.718821],[106.66268,38.601524],[106.647897,38.470917],[106.599854,38.389812],[106.482209,38.319417],[106.555506,38.263521],[106.627571,38.232501],[106.654672,38.22921],[106.737824,38.197706],[106.779092,38.171833],[106.858548,38.156306],[106.942316,38.132302],[107.010069,38.120532],[107.051337,38.122886],[107.071047,38.138892],[107.119091,38.134185],[107.138801,38.161011],[107.19054,38.153953],[107.240431,38.111586],[107.33159,38.086625],[107.3938,38.014993],[107.440611,37.995659],[107.411662,37.948009],[107.448618,37.933378],[107.49235,37.944706],[107.560719,37.893717],[107.65003,37.86443],[107.684523,37.888522],[107.732566,37.84931],[107.842819,37.828987],[107.884703,37.808186],[107.982022,37.787378],[107.993109,37.735335],[108.025753,37.696041],[108.012819,37.66857],[108.025137,37.649619],[108.055318,37.652462],[108.134159,37.622131],[108.193905,37.638246],[108.205608,37.655779],[108.24626,37.665728],[108.293071,37.656726],[108.301078,37.640616],[108.422418,37.648672],[108.485244,37.678044],[108.532671,37.690832],[108.628142,37.651988],[108.699591,37.669518],[108.720533,37.683728],[108.777815,37.683728],[108.791982,37.700303],[108.784591,37.764673],[108.799989,37.784068],[108.791982,37.872934],[108.798141,37.93385],[108.82709,37.989056],[108.797525,38.04799],[108.830786,38.049875],[108.883141,38.01405],[108.893612,37.978207],[108.93488,37.922521],[108.9743,37.931962],[108.982923,37.964053],[109.018648,37.971602],[109.037742,38.021593],[109.06977,38.023008],[109.050676,38.055059],[109.069155,38.091336],[108.964445,38.154894],[108.938575,38.207582],[108.976148,38.245192],[108.961981,38.26493],[109.007561,38.359316],[109.051292,38.385122],[109.054372,38.433892],[109.128901,38.480288],[109.175712,38.518694],[109.196654,38.552867],[109.276726,38.623035],[109.331545,38.597783],[109.367269,38.627711],[109.329081,38.66043],[109.338936,38.701542],[109.404226,38.720689],[109.444262,38.782763],[109.511399,38.833595],[109.549587,38.805618],[109.624116,38.85457],[109.672159,38.928167],[109.685094,38.968195],[109.665384,38.981687],[109.72513,39.018429],[109.762086,39.057476],[109.793499,39.074204],[109.851397,39.122971],[109.890818,39.103932],[109.92223,39.107183],[109.893897,39.141075],[109.961035,39.191651],[109.871723,39.243581],[109.90252,39.271848],[109.962267,39.212056],[110.041107,39.21623],[110.109476,39.249606],[110.217881,39.281113],[110.184005,39.355192],[110.161831,39.387115],[110.136577,39.39174],[110.12549,39.432891],[110.152592,39.45415],[110.243751,39.423645],[110.257917,39.407001],[110.385417,39.310291],[110.429764,39.341308],[110.434692,39.381101],[110.482735,39.360745],[110.524003,39.382952],[110.559728,39.351027],[110.566503,39.320014],[110.596684,39.282966],[110.626249,39.266751],[110.702626,39.273701],[110.731575,39.30705],[110.73835,39.348713],[110.782698,39.38804],[110.869545,39.494341],[110.891103,39.509118],[110.958856,39.519275],[111.017371,39.552045],[111.101138,39.559428],[111.136863,39.587106],[111.154725,39.569116],[111.148566,39.531277],[111.10545,39.497573],[111.10545,39.472631],[111.058639,39.447681],[111.064182,39.400989],[111.098059,39.401914],[111.087588,39.376013],[111.125776,39.366297],[111.143022,39.407926],[111.171971,39.423183],[111.337043,39.420872],[111.358601,39.432428],[111.372152,39.479099],[111.431282,39.508656],[111.422043,39.539123],[111.441137,39.59679],[111.460847,39.606935],[111.445448,39.640124],[111.497187,39.661781],[111.525521,39.662242],[111.625303,39.633672],[111.659179,39.641507],[111.722621,39.606013],[111.783599,39.58895],[111.842729,39.620305],[111.87907,39.606013],[111.9382,39.623071],[111.925265,39.66731],[111.959758,39.692642],[111.970229,39.796638],[112.012729,39.827438],[112.042294,39.886243],[112.07617,39.919298],[112.133453,40.001866],[112.142076,40.027076],[112.182112,40.061437],[112.183344,40.083877],[112.232003,40.133311],[112.232619,40.169905],[112.299756,40.21105],[112.310227,40.256281],[112.349031,40.257194],[112.418017,40.295091],[112.456205,40.300112],[112.511639,40.269068],[112.6299,40.235725],[112.712436,40.178593],[112.744464,40.167161],[112.848558,40.206937],[112.898449,40.329317],[113.03334,40.368997],[113.083231,40.374925],[113.251382,40.413211],[113.27602,40.388601],[113.316672,40.319736],[113.387505,40.319279],[113.500222,40.334335],[113.559968,40.348476],[113.688699,40.448288],[113.763228,40.473787],[113.794641,40.517932],[113.850691,40.460583],[113.890112,40.466503],[113.948626,40.514747],[114.011452,40.515657],[114.061959,40.52885],[114.080437,40.547952],[114.076741,40.575686],[114.041633,40.608861],[114.07243,40.679246],[114.063806,40.706925],[114.084748,40.729605],[114.134639,40.737314],[114.103227,40.770861],[114.104458,40.797597],[114.080437,40.790348],[114.044712,40.830661],[114.073661,40.857372],[114.055183,40.867782],[114.041633,40.917546],[114.057647,40.925234],[113.994821,40.938798],[113.973263,40.983087],[113.868554,41.06887],[113.819279,41.09774],[113.877793,41.115777],[113.920293,41.172112],[113.960945,41.171211],[113.996669,41.19238],[114.016379,41.231999],[113.992357,41.269794],[113.971416,41.239649],[113.95109,41.282837],[113.914749,41.294529],[113.899351,41.316108],[113.92522,41.325546],[113.94493,41.392477],[113.871017,41.413126],[113.877793,41.431076],[113.919677,41.454404],[113.933227,41.487139],[113.953553,41.483553],[113.976959,41.505966],[114.032394,41.529715],[114.101379,41.537779],[114.230726,41.513584],[114.221487,41.582111],[114.226414,41.616572],[114.259059,41.623282],[114.215328,41.68499],[114.237501,41.698843],[114.206704,41.7386],[114.215328,41.75646],[114.200545,41.789934],[114.282465,41.863517],[114.343443,41.926774],[114.352066,41.953484],[114.419203,41.942356],[114.478334,41.951704],[114.511594,41.981962],[114.467863,42.025989],[114.480181,42.064654],[114.502355,42.06732],[114.510978,42.110844],[114.560254,42.132595],[114.647717,42.109512],[114.675434,42.12061],[114.75489,42.115727],[114.789383,42.130819],[114.79431,42.149457],[114.825723,42.139695],[114.86268,42.097967],[114.860832,42.054879],[114.9021,42.015763],[114.915035,41.960605],[114.923658,41.871093],[114.939056,41.846132],[114.922426,41.825175],[114.868839,41.813579],[114.89594,41.76762],[114.902716,41.695715],[114.895325,41.636255],[114.860832,41.60091],[115.016049,41.615229],[115.056085,41.602253],[115.0992,41.62373],[115.195287,41.602253],[115.20391,41.571367],[115.256881,41.580768],[115.26612,41.616124],[115.290142,41.622835],[115.310468,41.592854],[115.377605,41.603148],[115.345576,41.635807],[115.360975,41.661297],[115.319091,41.691693],[115.346808,41.712247],[115.42996,41.728775],[115.488474,41.760924],[115.519887,41.76762],[115.57409,41.80555],[115.654162,41.829189],[115.688038,41.867528],[115.726227,41.870202],[115.811226,41.912525],[115.834632,41.93835],[115.85311,41.927665],[115.916552,41.945027],[115.954124,41.874213],[115.994776,41.828743],[116.007095,41.797966],[116.007095,41.79752],[116.034196,41.782795],[116.09887,41.776547],[116.129051,41.805996],[116.106877,41.831419],[116.122892,41.861734],[116.194341,41.861734],[116.212819,41.885352],[116.223906,41.932562],[116.298434,41.96817],[116.310137,41.997086],[116.373579,42.009983],[116.414231,41.982407],[116.393289,41.942802],[116.453651,41.945917],[116.4826,41.975734],[116.510933,41.974399],[116.553433,41.928555],[116.597165,41.935679],[116.639049,41.929891],[116.66923,41.947698],[116.727744,41.951259],[116.748686,41.984186],[116.796113,41.977958],[116.879881,42.018431],[116.890352,42.092639],[116.850316,42.156556],[116.825062,42.155669],[116.789338,42.200462],[116.903287,42.190708],[116.918685,42.229716],[116.897743,42.297479],[116.886656,42.366496],[116.910678,42.394789],[116.910062,42.395231],[116.921765,42.403628],[116.936547,42.410256],[116.944555,42.415116],[116.97104,42.427486],[116.974736,42.426603],[116.99075,42.425719],[117.005533,42.43367],[117.009228,42.44957],[117.01662,42.456193],[117.080061,42.463699],[117.09546,42.484004],[117.135496,42.468996],[117.188467,42.468114],[117.275314,42.481797],[117.332596,42.46105],[117.390495,42.461933],[117.413284,42.471645],[117.410205,42.519743],[117.387415,42.517537],[117.434226,42.557224],[117.435458,42.585431],[117.475494,42.602613],[117.530313,42.590278],[117.537088,42.603054],[117.60053,42.603054],[117.667051,42.582347],[117.708935,42.588515],[117.779768,42.61847],[117.801326,42.612744],[117.797631,42.585431],[117.856761,42.539148],[117.874007,42.510038],[117.997811,42.416884],[118.024296,42.385064],[118.008898,42.346595],[118.060021,42.298364],[118.047702,42.280656],[117.974405,42.25054],[117.977485,42.229716],[118.033535,42.199132],[118.106216,42.172082],[118.089586,42.12283],[118.097593,42.105072],[118.155491,42.081091],[118.116687,42.037102],[118.194296,42.031324],[118.220165,42.058434],[118.212774,42.081091],[118.239259,42.092639],[118.27252,42.083312],[118.296541,42.057545],[118.286686,42.033991],[118.239875,42.024655],[118.291614,42.007759],[118.313788,41.98819],[118.306396,41.940131],[118.268824,41.930336],[118.340273,41.87243],[118.335346,41.845241],[118.29223,41.772976],[118.247266,41.773869],[118.236179,41.80778],[118.178281,41.814917],[118.140093,41.784134],[118.132702,41.733241],[118.155491,41.712694],[118.159187,41.67605],[118.206614,41.650566],[118.215237,41.59554],[118.302701,41.55256],[118.315636,41.512688],[118.271904,41.471446],[118.327338,41.450816],[118.348896,41.428384],[118.361215,41.384844],[118.348896,41.342622],[118.380309,41.312062],[118.412338,41.331838],[118.528135,41.355202],[118.629765,41.346666],[118.677192,41.35026],[118.741866,41.324198],[118.770199,41.352956],[118.843496,41.374516],[118.844727,41.342622],[118.890923,41.300823],[118.949437,41.317906],[118.980234,41.305769],[119.092951,41.293629],[119.168712,41.294978],[119.197661,41.282837],[119.211827,41.308016],[119.239545,41.31431],[119.296211,41.325097],[119.330704,41.385293],[119.309762,41.405944],[119.376283,41.422102],[119.378131,41.459787],[119.401537,41.472343],[119.406464,41.503276],[119.361501,41.545841],[119.362116,41.566442],[119.420015,41.567785],[119.415703,41.590169],[119.342406,41.617914],[119.307914,41.657273],[119.299907,41.705545],[119.319001,41.727435],[119.317769,41.764049],[119.292515,41.790827],[119.312841,41.80555],[119.334399,41.871539],[119.323312,41.889807],[119.340559,41.926774],[119.323928,41.937014],[119.324544,41.969505],[119.375667,42.023322],[119.384906,42.08953],[119.352261,42.118391],[119.314689,42.119723],[119.30853,42.147239],[119.286972,42.154781],[119.277733,42.185387],[119.237697,42.200905],[119.274037,42.239021],[119.280197,42.260728],[119.34795,42.300578],[119.432949,42.317396],[119.482841,42.347037],[119.502551,42.388159],[119.540123,42.363401],[119.572152,42.359421],[119.571536,42.335536],[119.539507,42.297922],[119.557985,42.289068],[119.609108,42.276671],[119.617115,42.252755],[119.679941,42.240793],[119.744615,42.211545],[119.841933,42.215534],[119.854868,42.170308],[119.837622,42.135257],[119.845629,42.097079],[119.87581,42.077982],[119.897368,42.030879],[119.921389,42.014429],[119.924469,41.98908],[119.950954,41.974399],[119.954034,41.923212],[119.989759,41.899163],[120.023019,41.816701],[120.041498,41.818932],[120.050737,41.776101],[120.024867,41.737707],[120.035954,41.708226],[120.096316,41.697056],[120.1382,41.729221],[120.127113,41.77253],[120.183164,41.826513],[120.188707,41.848361],[120.215808,41.853265],[120.251533,41.884016],[120.286641,41.880005],[120.290337,41.897381],[120.260156,41.904062],[120.271859,41.925439],[120.318054,41.93746],[120.309431,41.951704],[120.373489,41.994862],[120.399358,41.984631],[120.456641,42.016208],[120.450481,42.057101],[120.493597,42.073539],[120.466496,42.105516],[120.56751,42.152119],[120.58414,42.167203],[120.624792,42.154338],[120.72211,42.203565],[120.745516,42.223512],[120.79048,42.218636],[120.820661,42.227943],[120.8299,42.252755],[120.883487,42.242565],[120.883487,42.269585],[120.933994,42.27977],[120.992508,42.264714],[121.028848,42.242565],[121.070732,42.254083],[121.087978,42.278885],[121.120623,42.280656],[121.133558,42.300135],[121.184681,42.333324],[121.218558,42.371802],[121.285079,42.387717],[121.314644,42.42837],[121.304789,42.435879],[121.386093,42.474294],[121.434752,42.475176],[121.4791,42.49636],[121.506201,42.482239],[121.570875,42.487093],[121.607831,42.516214],[121.604136,42.495037],[121.66573,42.437204],[121.69899,42.438529],[121.747649,42.484887],[121.803084,42.514891],[121.817867,42.504303],[121.831417,42.533856],[121.844352,42.522389],[121.889931,42.556784],[121.921344,42.605697],[121.915801,42.656332],[121.94167,42.666014],[121.939207,42.688453],[122.018663,42.69901],[122.062394,42.723635],[122.072865,42.710444],[122.160945,42.684934],[122.204676,42.685374],[122.204676,42.732867],[122.261343,42.695931],[122.324785,42.684934],[122.338951,42.669975],[122.396234,42.684054],[122.396234,42.707366],[122.460907,42.755282],[122.439349,42.770221],[122.371596,42.776371],[122.35127,42.830378],[122.436886,42.843105],[122.556378,42.827745],[122.576088,42.819405],[122.580399,42.789987],[122.624747,42.773296],[122.653696,42.78252],[122.733152,42.786034],[122.73808,42.77066],[122.786123,42.757479],[122.848949,42.712203],[122.883442,42.751766],[122.887137,42.770221],[122.925941,42.772417],[122.945651,42.753524],[122.980144,42.777689],[123.058368,42.768903],[123.118114,42.801405],[123.227752,42.831695],[123.169853,42.859777],[123.188947,42.895739],[123.18402,42.925983],[123.259165,42.993431],[123.323222,43.000872],[123.434707,43.027565],[123.474743,43.042438],[123.536337,43.007],[123.572678,43.003498],[123.580685,43.036314],[123.631192,43.088346],[123.636119,43.141644],[123.666916,43.179623],[123.645974,43.208855],[123.676771,43.223684],[123.664453,43.264663],[123.698329,43.272071],[123.703873,43.37047],[123.608402,43.366119],[123.54496,43.415262],[123.519707,43.402219],[123.486446,43.44525],[123.442098,43.437863],[123.419925,43.410046],[123.382968,43.469143],[123.36449,43.483475],[123.315831,43.492159],[123.329998,43.519071],[123.304744,43.550742],[123.360179,43.567223],[123.452569,43.545971],[123.461193,43.568523],[123.434091,43.575461],[123.421157,43.598435],[123.5117,43.592801],[123.510468,43.624867],[123.536953,43.633964],[123.518475,43.682024],[123.520323,43.708419],[123.48275,43.737396],[123.498149,43.771114],[123.461809,43.822518],[123.467968,43.853599],[123.397135,43.954929],[123.37065,43.970006],[123.400831,43.979481],[123.365722,44.013922],[123.331229,44.028984],[123.32815,44.084035],[123.350939,44.092633],[123.362642,44.133452],[123.386664,44.161794],[123.323838,44.179823],[123.286882,44.211574],[123.277027,44.25274],[123.196955,44.34483],[123.128585,44.367081],[123.114419,44.40258],[123.142136,44.428228],[123.125506,44.455147],[123.137209,44.486322],[123.12489,44.5098],[123.06576,44.505959],[123.025108,44.493153],[122.85634,44.398304],[122.76087,44.369648],[122.702971,44.319145],[122.675254,44.285738],[122.641993,44.283595],[122.515726,44.251025],[122.483081,44.236877],[122.319241,44.233018],[122.271198,44.255741],[122.291524,44.310152],[122.294604,44.41113],[122.28598,44.477783],[122.228082,44.480345],[122.224386,44.526016],[122.196053,44.559712],[122.13138,44.577619],[122.113517,44.615546],[122.103046,44.67388],[122.117213,44.701961],[122.161561,44.728328],[122.152322,44.744057],[122.10243,44.736406],[122.110438,44.767856],[122.142467,44.753833],[122.168952,44.770405],[122.099967,44.7823],[122.098119,44.81882],[122.04946,44.912985],[122.079025,44.914256],[122.087032,44.95281],[122.074713,45.006573],[122.098735,45.02138],[122.119677,45.068739],[122.109822,45.142236],[122.143082,45.183167],[122.192358,45.180636],[122.22993,45.206784],[122.239169,45.276313],[122.147394,45.295682],[122.146778,45.374352],[122.180039,45.409655],[122.168336,45.439897],[122.064242,45.472641],[122.002648,45.507882],[121.993409,45.552741],[121.966308,45.596308],[121.995873,45.59882],[122.003264,45.623102],[121.970004,45.692956],[121.934279,45.71051],[121.867142,45.719703],[121.812323,45.704659],[121.811091,45.687103],[121.713773,45.701734],[121.666345,45.727641],[121.644172,45.752284],[121.657106,45.770238],[121.697142,45.76314],[121.754425,45.794862],[121.766744,45.830318],[121.769823,45.84366],[121.817251,45.875336],[121.805548,45.900746],[121.821562,45.918235],[121.809243,45.961102],[121.761816,45.998947],[121.819098,46.023054],[121.843736,46.024301],[121.864062,46.002272],[121.923808,46.004767],[121.92812,45.988552],[122.040221,45.959022],[122.085184,45.912406],[122.091344,45.882002],[122.200981,45.857],[122.236705,45.831569],[122.253952,45.7982],[122.301379,45.813218],[122.337719,45.859917],[122.372828,45.856166],[122.362357,45.917403],[122.446125,45.916986],[122.496016,45.85825],[122.504639,45.786933],[122.522501,45.786933],[122.556378,45.82156],[122.603189,45.778169],[122.640761,45.771072],[122.650001,45.731401],[122.671558,45.70048],[122.741775,45.705077],[122.751015,45.735996],[122.792283,45.766063],[122.752246,45.834905],[122.772572,45.856583],[122.80029,45.856583],[122.828623,45.912406],[122.792898,46.073313],[123.04605,46.099878],[123.070071,46.123527],[123.112571,46.130163],[123.102716,46.172037],[123.127354,46.174523],[123.128585,46.210565],[123.178476,46.248239],[123.142136,46.298293],[123.089781,46.347888],[123.011557,46.434984],[123.010325,46.524823],[123.002318,46.574624],[123.052825,46.579972],[123.04605,46.617803],[123.077462,46.622324],[123.098404,46.603002],[123.18094,46.614103],[123.228368,46.588198],[123.279491,46.616981],[123.276411,46.660947],[123.318295,46.662179],[123.366338,46.677784],[123.474743,46.686817],[123.603475,46.68928],[123.631808,46.728675],[123.629344,46.813524],[123.580069,46.827447],[123.625648,46.847508],[123.599163,46.868378],[123.605322,46.891286],[123.576989,46.891286],[123.575757,46.845461],[123.562823,46.82581],[123.506772,46.827038],[123.483366,46.84587],[123.52833,46.944836],[123.487678,46.959951],[123.42362,46.934212],[123.337389,46.988943],[123.301664,46.999965],[123.304128,46.964852],[123.360179,46.970978],[123.404526,46.935438],[123.40699,46.906416],[123.374345,46.837683],[123.341084,46.826628],[123.295505,46.865105],[123.221592,46.850373],[123.22344,46.821305],[123.198802,46.803283],[123.163694,46.74016],[123.103332,46.734828],[123.076846,46.745082],[123.026339,46.718829],[123.00355,46.730726],[122.996774,46.761483],[122.906847,46.80738],[122.893913,46.895376],[122.895144,46.960359],[122.83971,46.937072],[122.791051,46.941567],[122.798442,46.9575],[122.77442,46.973837],[122.778116,47.002822],[122.845869,47.046881],[122.852645,47.072158],[122.821232,47.065636],[122.710363,47.093349],[122.679566,47.094164],[122.615508,47.124306],[122.582863,47.158092],[122.531124,47.198771],[122.498479,47.255262],[122.462755,47.27841],[122.441197,47.310476],[122.418407,47.350632],[122.507103,47.401291],[122.543443,47.495589],[122.59395,47.54732],[122.765181,47.614333],[122.848949,47.67441],[122.926557,47.697777],[123.041122,47.746492],[123.161846,47.781892],[123.214201,47.824502],[123.256085,47.876711],[123.300432,47.953723],[123.537569,48.021816],[123.579453,48.045427],[123.705105,48.152142],[123.746373,48.197638],[123.862785,48.271782],[124.019234,48.39313],[124.07898,48.43603],[124.136878,48.463023],[124.25945,48.536385],[124.314269,48.503881],[124.302566,48.456673],[124.330283,48.435633],[124.309957,48.413393],[124.331515,48.380015],[124.317964,48.35099],[124.353689,48.315978],[124.365392,48.283731],[124.422058,48.245884],[124.412819,48.219175],[124.418978,48.181679],[124.475029,48.173698],[124.471333,48.133373],[124.430065,48.12099],[124.415899,48.08782],[124.46579,48.098213],[124.478108,48.123387],[124.505826,48.124985],[124.529847,48.146951],[124.512601,48.164518],[124.547094,48.200829],[124.579122,48.262221],[124.558796,48.268197],[124.579738,48.297269],[124.540934,48.335476],[124.547094,48.35775],[124.51876,48.378027],[124.52492,48.426897],[124.507674,48.445558],[124.555717,48.467784],[124.533543,48.515379],[124.548941,48.535593],[124.520608,48.556195],[124.579122,48.596582],[124.601912,48.632587],[124.624702,48.701755],[124.612383,48.747945],[124.656115,48.783842],[124.644412,48.80789],[124.654267,48.83429],[124.697383,48.841775],[124.715861,48.885475],[124.709086,48.920487],[124.744194,48.920487],[124.756513,48.967262],[124.808252,49.020666],[124.828578,49.077933],[124.809484,49.115943],[124.847672,49.129651],[124.860607,49.166448],[124.906802,49.184054],[124.983179,49.162535],[125.039845,49.17623],[125.034302,49.157056],[125.117453,49.126127],[125.158721,49.144921],[125.187671,49.186792],[125.219699,49.189139],[125.227707,49.248947],[125.214772,49.277066],[125.261583,49.322336],[125.256656,49.359769],[125.277598,49.379644],[125.25604,49.395227],[125.256656,49.437275],[125.270822,49.454395],[125.228323,49.487063],[125.211076,49.539908],[125.233866,49.536801],[125.23017,49.595411],[125.205533,49.593859],[125.16796,49.629923],[125.15441,49.616741],[125.127308,49.655113],[125.132236,49.672157],[125.164881,49.669446],[125.189518,49.652401],[125.185207,49.634574],[125.219699,49.669058],[125.225243,49.726349],[125.204301,49.734086],[125.221547,49.754969],[125.222779,49.799026],[125.177815,49.829533],[125.239409,49.844587],[125.225243,49.867351],[125.245569,49.87198],[125.212924,49.907452],[125.225859,49.922481],[125.199373,49.935194],[125.190134,49.959841],[125.231402,49.957531],[125.241873,49.987938],[125.278214,49.996402],[125.297924,50.014481],[125.283757,50.036012],[125.25296,50.041393],[125.289916,50.057917],[125.315786,50.04562],[125.328105,50.065985],[125.283757,50.070211],[125.287453,50.093636],[125.258504,50.103618],[125.27883,50.127411],[125.311474,50.140453],[125.376148,50.137385],[125.335496,50.161161],[125.382923,50.172278],[125.39093,50.199868],[125.417416,50.195654],[125.448829,50.216338],[125.442053,50.260357],[125.466075,50.266861],[125.463611,50.295925],[125.530749,50.331085],[125.520278,50.3498],[125.546763,50.358965],[125.522126,50.404759],[125.536292,50.420014],[125.567089,50.402852],[125.583104,50.409717],[125.562162,50.438314],[125.580024,50.449366],[125.627451,50.443268],[125.654553,50.471082],[125.699516,50.487078],[125.740784,50.523237],[125.754335,50.506874],[125.770349,50.531227],[125.794987,50.532748],[125.829479,50.56165],[125.807921,50.60383],[125.814697,50.62092],[125.793139,50.643316],[125.804226,50.658874],[125.789443,50.679735],[125.825784,50.70362],[125.78082,50.725598],[125.795603,50.738856],[125.758646,50.746809],[125.804226,50.773309],[125.828863,50.756654],[125.846726,50.769524],[125.836255,50.793363],[125.890457,50.805845],[125.878138,50.816812],[125.913247,50.825885],[125.939732,50.85423],[125.961906,50.901054],[125.997631,50.872738],[125.996399,50.906715],[126.02042,50.927466],[126.042594,50.92558],[126.068464,50.967434],[126.041978,50.981753],[126.033971,51.011132],[126.059225,51.043503],[125.976073,51.084498],[125.993935,51.119072],[125.970529,51.123955],[125.946508,51.108176],[125.909551,51.138977],[125.864588,51.146487],[125.850421,51.21364],[125.819008,51.227134],[125.761726,51.226385],[125.76111,51.261976],[125.740784,51.27583],[125.700132,51.327465],[125.626219,51.380163],[125.623756,51.387633],[125.62314,51.398089],[125.600966,51.410409],[125.60035,51.413396],[125.595422,51.416755],[125.559082,51.461521],[125.528285,51.488359],[125.424807,51.562827],[125.38046,51.585516],[125.35151,51.623801],[125.316402,51.610052],[125.289301,51.633831],[125.228938,51.640517],[125.214772,51.627888],[125.175968,51.639403],[125.130388,51.635317],[125.12854,51.659083],[125.098975,51.658341],[125.060171,51.59667],[125.073106,51.553526],[125.047236,51.529704],[125.004737,51.529332],[124.983795,51.508478],[124.928976,51.498419],[124.917889,51.474196],[124.942527,51.447349],[124.885244,51.40817],[124.864302,51.37979],[124.783614,51.392115],[124.76452,51.38726],[124.752817,51.35812],[124.693687,51.3327],[124.62655,51.327465],[124.58713,51.363725],[124.555717,51.375307],[124.490427,51.380537],[124.478108,51.36223],[124.443616,51.35812],[124.426985,51.331953],[124.430065,51.301281],[124.406659,51.272086],[124.339522,51.293422],[124.297638,51.298661],[124.271769,51.308389],[124.239124,51.344664],[124.192313,51.33943],[124.128255,51.347281],[124.090067,51.3413],[124.071588,51.320734],[123.994596,51.322604],[123.939777,51.313253],[123.926227,51.300532],[123.887423,51.320734],[123.842459,51.367462],[123.794416,51.361109],[123.711264,51.398089],[123.660141,51.342795],[123.661989,51.319237],[123.582533,51.306893],[123.582533,51.294545],[123.46304,51.286686],[123.440251,51.270963],[123.414381,51.278825],[123.376809,51.266844],[123.339853,51.27246],[123.294273,51.254111],[123.231447,51.268716],[123.231447,51.279199],[123.127969,51.297913],[123.069455,51.321108],[123.002934,51.31213],[122.965977,51.345786],[122.965977,51.386886],[122.946267,51.405183],[122.903768,51.415262],[122.900072,51.445112],[122.871123,51.455181],[122.854492,51.477551],[122.880362,51.511085],[122.858804,51.524864],[122.880362,51.537894],[122.874202,51.561339],[122.832935,51.581797],[122.85634,51.606707],[122.820616,51.633088],[122.816304,51.655371],[122.778732,51.698048],[122.749167,51.746613],[122.771957,51.779579],[122.732536,51.832495],[122.725761,51.87833],[122.706051,51.890151],[122.729457,51.919321],[122.726377,51.978709],[122.683877,51.974654],[122.664783,51.99861],[122.650616,52.058997],[122.625363,52.067459],[122.643841,52.111585],[122.629059,52.13657],[122.690653,52.140243],[122.73808,52.153464],[122.769493,52.179893],[122.766413,52.232705],[122.787355,52.252494],[122.76087,52.26678],[122.710979,52.256157],[122.67895,52.276667],[122.585943,52.266413],[122.560689,52.282526],[122.478153,52.29607],[122.484313,52.341432],[122.447356,52.394052],[122.419023,52.375057],[122.378987,52.395512],[122.367284,52.413768],[122.342031,52.414133],[122.326016,52.459374],[122.310618,52.475416],[122.207756,52.469218],[122.178191,52.48963],[122.168952,52.513674],[122.140003,52.510032],[122.142467,52.495096],[122.107358,52.452445],[122.080873,52.440407],[122.091344,52.427272],[122.040837,52.413038],[122.035909,52.377615],[121.976779,52.343626],[121.94783,52.298266],[121.901018,52.280695],[121.841272,52.282526],[121.769207,52.308147],[121.714389,52.318025],[121.715621,52.342894],[121.658338,52.3904],[121.678664,52.419973],[121.63986,52.44442],[121.590585,52.443326],[121.565331,52.460468],[121.519136,52.456821],[121.495114,52.484892],[121.474172,52.482706],[121.416274,52.499468],[121.411963,52.52205],[121.353448,52.534793],[121.323883,52.573727],[121.280151,52.586819],[121.225333,52.577364],[121.182217,52.59918],[121.237036,52.619167],[121.29247,52.651855],[121.309717,52.676173],[121.373158,52.683067],[121.455078,52.73528],[121.476636,52.772225],[121.511129,52.779104],[121.537614,52.801542],[121.591201,52.824693],[121.620766,52.853251],[121.604136,52.872401],[121.610295,52.892264],[121.66265,52.912478],[121.677432,52.948192],[121.715621,52.997926],[121.785838,53.018451],[121.817867,53.061631],[121.775367,53.089674],[121.784606,53.104408],[121.753193,53.147501],[121.722396,53.145706],[121.665114,53.170467],[121.660186,53.195213],[121.67928,53.199515],[121.679896,53.240722],[121.642324,53.262564],[121.615222,53.258984],[121.575802,53.29155],[121.504969,53.323018],[121.499426,53.337314],[121.416274,53.319443],[121.336818,53.325877],[121.308485,53.301565],[121.227797,53.280459],[121.155732,53.285468],[121.129246,53.277238],[121.098449,53.306929],[121.055334,53.29155],[120.950624,53.29763],[120.936457,53.28833],[120.882871,53.294411],[120.867472,53.278669],[120.820661,53.269007],[120.838523,53.239648],[120.821893,53.241797],[120.736277,53.204892],[120.690698,53.174771],[120.687002,53.142476],[120.659901,53.137091],[120.643886,53.106923],[120.562582,53.082845],[120.529321,53.045803],[120.452945,53.01017],[120.411061,52.957927],[120.363018,52.94134],[120.350699,52.906343],[120.295265,52.891542],[120.297112,52.869872],[120.222584,52.84277],[120.181316,52.806969],[120.14128,52.813119],[120.101244,52.788877],[120.031642,52.773674],[120.071063,52.70628],[120.035338,52.646409],[120.049505,52.598453],[120.07599,52.586092],[120.125265,52.586819],[120.194866,52.578819],[120.289721,52.623527],[120.396895,52.616261],[120.462184,52.64532],[120.483742,52.630066],[120.56135,52.595544],[120.605082,52.589364],[120.62664,52.570818],[120.658669,52.56718],[120.690698,52.547532],[120.734429,52.536977],[120.687002,52.511489],[120.706712,52.492909],[120.68269,52.464479],[120.688234,52.427637],[120.64943,52.3904],[120.653741,52.371038],[120.62356,52.361172],[120.627256,52.323878],[120.653741,52.302658],[120.695625,52.290214],[120.715951,52.261286],[120.755371,52.258355],[120.745516,52.20594],[120.786784,52.15787],[120.760299,52.136937],[120.76769,52.10938],[120.753523,52.085483],[120.717183,52.072978],[120.690698,52.047221],[120.691929,52.026973],[120.717799,52.015556],[120.704864,51.983501],[120.66298,51.958061],[120.656821,51.926333],[120.548416,51.907877],[120.549032,51.882394],[120.481278,51.885719],[120.480046,51.855049],[120.40059,51.833605],[120.40675,51.81659],[120.363634,51.789945],[120.317438,51.785873],[120.294649,51.752171],[120.226279,51.717703],[120.172693,51.679868],[120.087077,51.678013],[120.100628,51.649058],[120.05936,51.634203],[120.035954,51.583657],[120.052584,51.560967],[120.017476,51.52114],[119.985447,51.505125],[119.982367,51.482396],[120.002693,51.459283],[119.982983,51.445112],[119.97128,51.40033],[119.910918,51.390994],[119.914614,51.374187],[119.946643,51.360736],[119.883817,51.336813],[119.885049,51.302777],[119.811136,51.281071],[119.828383,51.263099],[119.797586,51.243622],[119.821607,51.21439],[119.784035,51.22601],[119.760629,51.212516],[119.788346,51.174636],[119.771716,51.124331],[119.752622,51.117193],[119.764325,51.092017],[119.719361,51.075099],[119.726753,51.051028],[119.678093,51.016404],[119.630666,51.00925],[119.598637,50.984767],[119.569688,50.933879],[119.491464,50.87878],[119.498855,50.827776],[119.515485,50.814165],[119.496391,50.771795],[119.506862,50.763846],[119.450196,50.695281],[119.430486,50.684286],[119.385522,50.682769],[119.394145,50.667219],[119.361501,50.632689],[119.298059,50.616743],[119.281428,50.601551],[119.295595,50.573814],[119.264182,50.536933],[119.262334,50.490124],[119.250631,50.448604],[119.22353,50.441363],[119.217371,50.414675],[119.165016,50.422683],[119.125596,50.389118],[119.176719,50.378814],[119.155777,50.364691],[119.188422,50.347509],[119.232153,50.365455],[119.259871,50.345218],[119.277117,50.366218],[119.322696,50.352474],[119.358421,50.358965],[119.381827,50.324208],[119.35103,50.303953],[119.339943,50.244668],[119.319001,50.220933],[119.358421,50.197953],[119.339327,50.192206],[119.350414,50.166145],[119.309762,50.161161],[119.290052,50.121655],[119.236465,50.075204],[119.190269,50.087877],[119.193965,50.069826],[119.163168,50.027554],[119.12498,50.019095],[119.090487,49.985629],[118.982082,49.979087],[118.964836,49.988708],[118.791757,49.955606],[118.761576,49.959456],[118.739402,49.946364],[118.672264,49.955991],[118.605127,49.926719],[118.574946,49.931342],[118.531214,49.887791],[118.485019,49.866194],[118.483787,49.830691],[118.443751,49.835709],[118.385853,49.827217],[118.398787,49.802502],[118.384005,49.783958],[118.315636,49.766953],[118.284223,49.743755],[118.220781,49.729831],[118.211542,49.690744],[118.156723,49.660149],[118.129622,49.669446],[118.082811,49.616741],[118.011362,49.614803],[117.995963,49.623332],[117.950999,49.596187],[117.866,49.591532],[117.849369,49.551557],[117.809333,49.521263],[117.638102,49.574847],[117.485349,49.633024],[117.278394,49.636512],[117.068974,49.695389],[116.736367,49.847674],[116.717889,49.847288],[116.428397,49.430659],[116.048363,48.873274],[116.077928,48.822471],[116.069305,48.811437],[115.83032,48.560156],[115.799523,48.514982],[115.822929,48.259432],[115.81061,48.257042],[115.529126,48.155336],[115.545141,48.134971],[115.539597,48.104607],[115.580249,47.921649],[115.939342,47.683275],[115.968291,47.689721],[116.111189,47.811642],[116.130283,47.823296],[116.26579,47.876711],[116.453035,47.837358],[116.669846,47.890758],[116.791186,47.89758],[116.879265,47.893968],[117.094844,47.8241],[117.384335,47.641356],[117.493357,47.758563],[117.519226,47.761782],[117.529081,47.782697],[117.813645,48.016212],[117.886942,48.025418],[117.96147,48.011007],[118.052014,48.01421],[118.107448,48.031021],[118.124694,48.047427],[118.150564,48.036224],[118.238643,48.041826],[118.238027,48.031422],[118.284839,48.011007],[118.351976,48.006203],[118.37415,48.016612],[118.422193,48.01461],[118.441903,47.995791],[118.568171,47.992187],[118.773278,47.771034],[119.134219,47.664335],[119.152081,47.540453],[119.205052,47.520249],[119.365812,47.47739],[119.32208,47.42721],[119.365812,47.423161],[119.386138,47.397645],[119.437877,47.378602],[119.450812,47.353065],[119.559217,47.303172],[119.56784,47.248357],[119.627586,47.247544],[119.716282,47.195518],[119.763093,47.13082],[119.806825,47.055037],[119.79081,47.04525],[119.795122,47.013024],[119.845013,46.964852],[119.859795,46.917046],[119.926933,46.903963],[119.920157,46.853238],[119.936172,46.790173],[119.917078,46.758203],[119.93494,46.712674],[119.911534,46.669572],[119.859179,46.669572],[119.804361,46.68189],[119.8136,46.66834],[119.783419,46.626023],[119.739687,46.615336],[119.677477,46.584908],[119.682405,46.605058],[119.656535,46.625612],[119.598637,46.618214],[119.557985,46.633832],[119.491464,46.629311],[119.431718,46.638763],[119.374435,46.603414],[119.357805,46.619447],[119.325776,46.608759],[119.26295,46.649034],[119.20074,46.648213],[119.152081,46.658072],[119.123132,46.642872],[119.073857,46.676552],[119.011647,46.745902],[118.951285,46.722111],[118.912481,46.733188],[118.914329,46.77501],[118.845343,46.771731],[118.788061,46.717598],[118.788061,46.687227],[118.677192,46.6979],[118.639004,46.721291],[118.586033,46.692975],[118.446831,46.704467],[118.41049,46.728265],[118.316252,46.73934],[118.274984,46.715957],[118.238643,46.709392],[118.192448,46.682711],[118.124078,46.678195],[118.04647,46.631366],[117.992883,46.631366],[117.982412,46.614925],[117.914659,46.607936],[117.868464,46.575447],[117.870927,46.549935],[117.813645,46.530588],[117.769913,46.537586],[117.748355,46.521941],[117.704008,46.516587],[117.641182,46.558166],[117.622704,46.596012],[117.596218,46.603414],[117.49582,46.600535],[117.42006,46.582029],[117.447777,46.528117],[117.392343,46.463023],[117.375712,46.416421],[117.383719,46.394962],[117.372017,46.36028],[117.247597,46.366888],[117.097308,46.356976],[116.876801,46.375559],[116.834302,46.384229],[116.81336,46.355737],[116.745606,46.327642],[116.673541,46.325163],[116.585462,46.292504],[116.573143,46.258998],[116.536187,46.23251],[116.439484,46.137628],[116.414231,46.133896],[116.271949,45.966926],[116.243,45.876169],[116.288579,45.839074],[116.278108,45.831152],[116.286731,45.775247],[116.260862,45.776082],[116.22329,45.747273],[116.217746,45.72221],[116.17463,45.688775],[116.1155,45.679577],[116.035428,45.685013],[116.026805,45.661177],[115.936878,45.632727],[115.864197,45.572853],[115.699741,45.45963],[115.586408,45.440317],[115.36467,45.392427],[115.178041,45.396209],[114.983404,45.379397],[114.920578,45.386122],[114.745035,45.438217],[114.600906,45.403773],[114.551014,45.387383],[114.539928,45.325985],[114.519602,45.283893],[114.459855,45.21353],[114.409348,45.179371],[114.347139,45.119436],[114.313262,45.107189],[114.19069,45.036607],[114.158045,44.994301],[114.116777,44.957045],[114.065038,44.931206],[113.907358,44.915104],[113.861778,44.863377],[113.798953,44.849377],[113.712105,44.788247],[113.631417,44.745333],[113.540874,44.759358],[113.503918,44.777628],[113.11526,44.799714],[113.037652,44.822641],[112.937869,44.840042],[112.850406,44.840466],[112.712436,44.879494],[112.599719,44.930783],[112.540589,45.001072],[112.438959,45.071697],[112.396459,45.064512],[112.113743,45.072965],[112.071243,45.096206],[112.002874,45.090713],[111.903707,45.052252],[111.764505,44.969325],[111.69244,44.859983],[111.624687,44.778477],[111.585267,44.705789],[111.560629,44.647062],[111.569868,44.57634],[111.530448,44.55033],[111.514434,44.507666],[111.478709,44.488884],[111.427586,44.394455],[111.415883,44.35724],[111.428818,44.319573],[111.507042,44.294305],[111.534144,44.26217],[111.541535,44.206855],[111.559397,44.171238],[111.662875,44.061247],[111.702295,44.034147],[111.773128,44.010479],[111.870447,43.940279],[111.959758,43.823382],[111.970845,43.748205],[111.951135,43.693275],[111.891388,43.6738],[111.79407,43.672068],[111.606209,43.513863],[111.564325,43.490422],[111.456535,43.494329],[111.400485,43.472618],[111.354289,43.436125],[111.183674,43.396132],[111.151029,43.38004],[111.069725,43.357852],[111.02045,43.329998],[110.82027,43.149067],[110.769763,43.099272],[110.736502,43.089657],[110.687227,43.036314],[110.689691,43.02144],[110.631177,42.936061],[110.469801,42.839156],[110.437156,42.781203],[110.34846,42.742098],[110.139657,42.674815],[110.108244,42.642687],[109.906216,42.635643],[109.733753,42.579262],[109.683862,42.558988],[109.544044,42.472528],[109.486761,42.458842],[109.291509,42.435879],[109.026039,42.458401],[108.983539,42.449128],[108.845569,42.395673],[108.798757,42.415116],[108.705134,42.413349],[108.532671,42.442945],[108.298614,42.438529],[108.238252,42.460167],[108.089195,42.436321],[108.022058,42.433229],[107.986949,42.413349],[107.939522,42.403628],[107.736262,42.415116],[107.57427,42.412907],[107.501589,42.456635],[107.46648,42.458842],[107.303872,42.412465],[107.271844,42.364285],[107.051337,42.319166],[106.785867,42.291281],[106.612789,42.241679],[106.372572,42.161436],[106.344855,42.149457],[106.01348,42.032213],[105.74185,41.949033],[105.589713,41.888471],[105.385221,41.797073],[105.291599,41.749763],[105.230621,41.751103],[105.009498,41.583007],[104.923267,41.654143],[104.803775,41.652355],[104.68921,41.6452],[104.524138,41.661745],[104.530298,41.875104],[104.418813,41.860397],[104.30856,41.840782],[104.080046,41.805104],[103.868779,41.802427],[103.454868,41.877332],[103.418527,41.882233],[103.20726,41.96283],[103.021862,42.028212],[102.712045,42.153007],[102.621502,42.154338],[102.540814,42.162323],[102.449039,42.144133],[102.093642,42.223512],[102.070236,42.232374],[101.877447,42.432345],[101.803534,42.503861],[101.770274,42.509597],[101.557775,42.529887],[101.291689,42.586312],[100.862995,42.671295],[100.826655,42.675255],[100.32528,42.690213],[100.272309,42.636523],[100.004376,42.648849],[99.969267,42.647969],[99.51224,42.568244],[98.962822,42.607018],[98.546447,42.638284],[98.195362,42.653251],[97.831958,42.706047],[97.28254,42.782081],[97.172903,42.795257]]]}},{"type":"Feature","properties":{"adcode":210000,"name":"辽宁省","center":[123.429096,41.796767],"centroid":[122.604994,41.299712],"childrenNum":14,"level":"province","parent":{"adcode":100000},"subFeatureIndex":5,"acroutes":[100000]},"geometry":{"type":"MultiPolygon","coordinates":[[[[123.534489,39.788361],[123.546808,39.756163],[123.579453,39.781002],[123.612714,39.775023],[123.642279,39.796178],[123.645358,39.823761],[123.674924,39.826979],[123.687858,39.808132],[123.795032,39.822842],[123.812278,39.831115],[123.95148,39.817786],[124.002603,39.800316],[124.103001,39.823302],[124.099306,39.777323],[124.151045,39.74558],[124.173218,39.841225],[124.214486,39.865116],[124.215102,39.883487],[124.21695,39.894049],[124.218182,39.895885],[124.219414,39.899099],[124.241588,39.928477],[124.286551,39.931689],[124.288399,39.962888],[124.349377,39.989029],[124.372167,40.021576],[124.336442,40.049985],[124.346913,40.079756],[124.428217,40.144291],[124.457782,40.177679],[124.490427,40.18408],[124.513833,40.218362],[124.515065,40.22019],[124.62655,40.291896],[124.722636,40.321561],[124.739267,40.371733],[124.834121,40.423235],[124.913578,40.481981],[124.945606,40.45603],[124.985642,40.475153],[125.044157,40.466503],[125.042925,40.483802],[125.004737,40.496091],[125.015823,40.533853],[125.076801,40.562048],[125.113758,40.569322],[125.181511,40.611132],[125.262815,40.620218],[125.279445,40.655187],[125.305315,40.661089],[125.329337,40.643835],[125.375532,40.658365],[125.422343,40.635661],[125.418648,40.673345],[125.453756,40.676522],[125.459916,40.707379],[125.49564,40.728697],[125.544915,40.729605],[125.551075,40.761796],[125.585567,40.788535],[125.61698,40.763609],[125.685349,40.769048],[125.67611,40.788082],[125.641002,40.798503],[125.648393,40.826133],[125.707523,40.866877],[125.687813,40.897645],[125.652089,40.91619],[125.584335,40.891764],[125.589263,40.931112],[125.635458,40.94151],[125.650241,40.970888],[125.674879,40.974503],[125.684118,41.021929],[125.726617,41.055332],[125.739552,41.08917],[125.712451,41.095485],[125.734009,41.125695],[125.759878,41.132908],[125.791291,41.167607],[125.73832,41.178418],[125.758646,41.232449],[125.749407,41.245499],[125.695205,41.244599],[125.685349,41.273842],[125.646545,41.264396],[125.642234,41.296327],[125.62006,41.318355],[125.637306,41.34442],[125.610205,41.365084],[125.589879,41.359245],[125.581256,41.396517],[125.547995,41.401006],[125.534444,41.428833],[125.533212,41.479069],[125.493176,41.509103],[125.507343,41.534195],[125.479626,41.544946],[125.450061,41.597777],[125.461148,41.642516],[125.446981,41.67605],[125.412488,41.691246],[125.344119,41.672474],[125.317018,41.676944],[125.332416,41.711354],[125.336112,41.768067],[125.336112,41.768067],[125.323177,41.771191],[125.323177,41.771191],[125.319482,41.776993],[125.319482,41.776993],[125.294844,41.822945],[125.307779,41.924548],[125.35151,41.92811],[125.291764,41.958825],[125.29854,41.974399],[125.369989,42.002868],[125.363213,42.017097],[125.416184,42.063766],[125.414336,42.101964],[125.446365,42.098411],[125.490097,42.136145],[125.458068,42.160105],[125.458068,42.160105],[125.41372,42.156112],[125.368141,42.182726],[125.357054,42.145464],[125.305931,42.146351],[125.312706,42.197359],[125.280677,42.175187],[125.312706,42.219966],[125.27575,42.231045],[125.27575,42.266928],[125.299156,42.289953],[125.264047,42.312528],[125.224011,42.30102],[125.175352,42.308102],[125.167345,42.351903],[125.203685,42.366938],[125.185823,42.38197],[125.186439,42.427928],[125.140243,42.44692],[125.150098,42.458842],[125.105135,42.490624],[125.068794,42.499449],[125.090968,42.515773],[125.066946,42.534738],[125.089736,42.567803],[125.082961,42.591159],[125.097127,42.622433],[125.038613,42.615387],[125.010896,42.63212],[125.014592,42.666014],[124.99057,42.677455],[124.968396,42.722756],[124.996729,42.745174],[124.975171,42.802722],[124.92836,42.819844],[124.897563,42.787791],[124.874157,42.789987],[124.856911,42.824234],[124.84952,42.882585],[124.87231,42.962344],[124.869846,42.988178],[124.840897,43.032377],[124.88894,43.074796],[124.882781,43.13422],[124.785462,43.117185],[124.755281,43.074359],[124.719557,43.069987],[124.686912,43.051185],[124.677673,43.002185],[124.658579,42.972854],[124.635173,42.972854],[124.632093,42.949642],[124.607456,42.937376],[124.586514,42.905384],[124.466406,42.847054],[124.435609,42.880831],[124.371551,42.880831],[124.38079,42.912835],[124.431913,42.930803],[124.442384,42.958841],[124.42329,42.975482],[124.369703,42.972854],[124.333363,42.997371],[124.425754,43.076107],[124.366007,43.121554],[124.273617,43.17875],[124.287167,43.207983],[124.27608,43.233278],[124.228653,43.235022],[124.215102,43.255947],[124.168291,43.244177],[124.114088,43.247229],[124.117168,43.2773],[124.099306,43.292983],[124.032784,43.280786],[123.964415,43.34088],[123.896046,43.361333],[123.881263,43.392218],[123.881263,43.392218],[123.852314,43.406133],[123.857858,43.459153],[123.857858,43.459153],[123.79688,43.489988],[123.747604,43.472184],[123.749452,43.439167],[123.710032,43.417001],[123.703873,43.37047],[123.698329,43.272071],[123.664453,43.264663],[123.676771,43.223684],[123.645974,43.208855],[123.666916,43.179623],[123.636119,43.141644],[123.631192,43.088346],[123.580685,43.036314],[123.572678,43.003498],[123.536337,43.007],[123.474743,43.042438],[123.434707,43.027565],[123.323222,43.000872],[123.259165,42.993431],[123.18402,42.925983],[123.188947,42.895739],[123.169853,42.859777],[123.227752,42.831695],[123.118114,42.801405],[123.058368,42.768903],[122.980144,42.777689],[122.945651,42.753524],[122.925941,42.772417],[122.887137,42.770221],[122.883442,42.751766],[122.883442,42.751766],[122.848949,42.712203],[122.848949,42.712203],[122.786123,42.757479],[122.73808,42.77066],[122.733152,42.786034],[122.653696,42.78252],[122.624747,42.773296],[122.580399,42.789987],[122.576088,42.819405],[122.556378,42.827745],[122.436886,42.843105],[122.35127,42.830378],[122.371596,42.776371],[122.439349,42.770221],[122.460907,42.755282],[122.396234,42.707366],[122.396234,42.684054],[122.338951,42.669975],[122.324785,42.684934],[122.261343,42.695931],[122.204676,42.732867],[122.204676,42.685374],[122.160945,42.684934],[122.072865,42.710444],[122.062394,42.723635],[122.018663,42.69901],[121.939207,42.688453],[121.94167,42.666014],[121.915801,42.656332],[121.921344,42.605697],[121.889931,42.556784],[121.844352,42.522389],[121.831417,42.533856],[121.817867,42.504303],[121.803084,42.514891],[121.747649,42.484887],[121.69899,42.438529],[121.66573,42.437204],[121.604136,42.495037],[121.607831,42.516214],[121.570875,42.487093],[121.506201,42.482239],[121.4791,42.49636],[121.434752,42.475176],[121.386093,42.474294],[121.304789,42.435879],[121.314644,42.42837],[121.285079,42.387717],[121.218558,42.371802],[121.184681,42.333324],[121.133558,42.300135],[121.120623,42.280656],[121.087978,42.278885],[121.070732,42.254083],[121.028848,42.242565],[120.992508,42.264714],[120.933994,42.27977],[120.883487,42.269585],[120.883487,42.269585],[120.883487,42.242565],[120.8299,42.252755],[120.820661,42.227943],[120.79048,42.218636],[120.745516,42.223512],[120.72211,42.203565],[120.624792,42.154338],[120.58414,42.167203],[120.56751,42.152119],[120.466496,42.105516],[120.493597,42.073539],[120.450481,42.057101],[120.456641,42.016208],[120.399358,41.984631],[120.373489,41.994862],[120.309431,41.951704],[120.318054,41.93746],[120.271859,41.925439],[120.260156,41.904062],[120.290337,41.897381],[120.286641,41.880005],[120.251533,41.884016],[120.215808,41.853265],[120.188707,41.848361],[120.183164,41.826513],[120.127113,41.77253],[120.1382,41.729221],[120.096316,41.697056],[120.035954,41.708226],[120.024867,41.737707],[120.050737,41.776101],[120.041498,41.818932],[120.023019,41.816701],[119.989759,41.899163],[119.954034,41.923212],[119.950954,41.974399],[119.924469,41.98908],[119.921389,42.014429],[119.897368,42.030879],[119.87581,42.077982],[119.845629,42.097079],[119.837622,42.135257],[119.854868,42.170308],[119.841933,42.215534],[119.744615,42.211545],[119.679941,42.240793],[119.617115,42.252755],[119.609108,42.276671],[119.557985,42.289068],[119.557985,42.289068],[119.539507,42.297922],[119.571536,42.335536],[119.572152,42.359421],[119.540123,42.363401],[119.502551,42.388159],[119.482841,42.347037],[119.432949,42.317396],[119.34795,42.300578],[119.280197,42.260728],[119.274037,42.239021],[119.237697,42.200905],[119.277733,42.185387],[119.286972,42.154781],[119.30853,42.147239],[119.314689,42.119723],[119.352261,42.118391],[119.384906,42.08953],[119.375667,42.023322],[119.324544,41.969505],[119.323928,41.937014],[119.340559,41.926774],[119.323312,41.889807],[119.334399,41.871539],[119.312841,41.80555],[119.292515,41.790827],[119.317769,41.764049],[119.319001,41.727435],[119.299907,41.705545],[119.307914,41.657273],[119.342406,41.617914],[119.415703,41.590169],[119.420015,41.567785],[119.362116,41.566442],[119.361501,41.545841],[119.406464,41.503276],[119.401537,41.472343],[119.378131,41.459787],[119.376283,41.422102],[119.309762,41.405944],[119.330704,41.385293],[119.296211,41.325097],[119.239545,41.31431],[119.2494,41.279689],[119.209364,41.244599],[119.204436,41.222546],[119.169943,41.222996],[119.189038,41.198234],[119.126212,41.138767],[119.081248,41.131555],[119.080632,41.095936],[119.037516,41.067516],[118.964836,41.079246],[118.937118,41.052625],[118.951901,41.018317],[119.013495,41.007479],[119.00056,40.967273],[118.977154,40.959138],[118.977154,40.959138],[118.916792,40.969984],[118.90201,40.960946],[118.873061,40.847866],[118.845959,40.822057],[118.878604,40.783098],[118.907553,40.775394],[118.895234,40.75409],[118.950053,40.747743],[118.96114,40.72008],[119.011031,40.687414],[119.028277,40.692406],[119.054763,40.664721],[119.115125,40.666536],[119.165632,40.69286],[119.184726,40.680153],[119.14469,40.632482],[119.162552,40.600228],[119.177951,40.609315],[119.230921,40.603863],[119.22045,40.569322],[119.256175,40.543404],[119.30237,40.530215],[119.429254,40.540221],[119.477913,40.533399],[119.503783,40.553864],[119.559217,40.547952],[119.572152,40.523846],[119.553674,40.502007],[119.604797,40.455119],[119.586934,40.375381],[119.598021,40.334335],[119.651608,40.271808],[119.639289,40.231613],[119.639289,40.231613],[119.671934,40.23938],[119.716898,40.195966],[119.745847,40.207851],[119.760629,40.136056],[119.736608,40.104936],[119.772332,40.08113],[119.783419,40.046778],[119.783419,40.046778],[119.787115,40.041739],[119.787115,40.041739],[119.81668,40.050443],[119.81668,40.050443],[119.854252,40.033033],[119.845629,40.000949],[119.845629,40.000949],[119.854252,39.98857],[119.91831,39.989946],[119.941715,40.009659],[119.947259,40.040364],[120.092005,40.077466],[120.134504,40.074719],[120.161606,40.096239],[120.273091,40.127362],[120.371641,40.174478],[120.451097,40.177679],[120.491749,40.20008],[120.523778,40.256737],[120.52193,40.304676],[120.537329,40.325211],[120.602618,40.36079],[120.596459,40.399084],[120.617401,40.41959],[120.616169,40.444645],[120.619249,40.460128],[120.666676,40.467413],[120.693777,40.505647],[120.72211,40.515657],[120.72827,40.539311],[120.822509,40.59432],[120.837291,40.644289],[120.8299,40.671076],[120.861313,40.684692],[120.939537,40.686507],[120.983269,40.712822],[121.032544,40.709193],[121.028848,40.746382],[120.991276,40.744115],[120.980189,40.766329],[120.994356,40.790801],[120.971566,40.805751],[121.00729,40.807563],[121.010986,40.784457],[121.086747,40.79805],[121.076892,40.815716],[121.096602,40.839717],[121.126167,40.86914],[121.177906,40.873665],[121.23642,40.851035],[121.290622,40.851488],[121.439064,40.830208],[121.440296,40.88181],[121.499426,40.880001],[121.526527,40.85194],[121.55486,40.849677],[121.553013,40.817528],[121.576418,40.837906],[121.626309,40.844244],[121.682976,40.829755],[121.732251,40.846961],[121.735331,40.862351],[121.778446,40.886787],[121.816019,40.894931],[121.84312,40.831567],[121.883772,40.802127],[121.934279,40.79805],[121.936127,40.711462],[121.951525,40.680607],[122.025438,40.674253],[122.06609,40.64883],[122.122141,40.657457],[122.148626,40.671983],[122.133843,40.614313],[122.150474,40.588413],[122.245944,40.519752],[122.231162,40.505192],[122.265038,40.48016],[122.221923,40.481071],[122.240401,40.461039],[122.250872,40.445555],[122.229314,40.424146],[122.186814,40.422779],[122.198517,40.382219],[122.152322,40.357597],[122.135691,40.374925],[122.111054,40.348932],[122.138155,40.338897],[122.110438,40.315629],[122.079641,40.332967],[122.040221,40.322017],[122.039605,40.260391],[122.02667,40.244862],[121.940438,40.242121],[121.950293,40.204194],[121.98109,40.173106],[122.003264,40.172191],[121.995257,40.128277],[121.956453,40.133311],[121.910257,40.072887],[121.824642,40.025701],[121.796309,39.999116],[121.779062,39.942702],[121.76428,39.933525],[121.699606,39.937196],[121.626925,39.882569],[121.572107,39.865116],[121.541926,39.874302],[121.530223,39.851334],[121.472325,39.802155],[121.487107,39.760303],[121.45939,39.747881],[121.502506,39.703233],[121.482796,39.659478],[121.451999,39.658095],[121.450151,39.624914],[121.325731,39.601402],[121.299246,39.606013],[121.263521,39.589873],[121.226565,39.554814],[121.224717,39.519275],[121.268449,39.482794],[121.286927,39.507271],[121.301709,39.476327],[121.245659,39.456923],[121.270296,39.434277],[121.246891,39.421334],[121.245659,39.389427],[121.270296,39.374162],[121.307869,39.391277],[121.324499,39.371386],[121.35468,39.377863],[121.432904,39.357506],[121.435984,39.329736],[121.466781,39.320014],[121.474788,39.296398],[121.508665,39.29223],[121.51544,39.286672],[121.562252,39.322792],[121.621382,39.326033],[121.72486,39.364447],[121.711925,39.33992],[121.7187,39.320477],[121.667577,39.310754],[121.672505,39.275554],[121.623846,39.285745],[121.589353,39.263044],[121.631237,39.22643],[121.591201,39.228748],[121.586889,39.193506],[121.604136,39.166136],[121.639244,39.166136],[121.68236,39.117863],[121.631853,39.077921],[121.605983,39.080708],[121.642324,39.11972],[121.590585,39.154999],[121.562252,39.127149],[121.599208,39.098824],[121.581962,39.075598],[121.508049,39.034237],[121.431057,39.027263],[121.370695,39.060264],[121.317108,39.012384],[121.341129,38.980757],[121.275224,38.971917],[121.204391,38.941202],[121.180369,38.959819],[121.128014,38.958888],[121.08921,38.922115],[121.094138,38.894173],[121.129862,38.879266],[121.110768,38.862026],[121.12863,38.799089],[121.112,38.776231],[121.13787,38.723023],[121.198848,38.721623],[121.259825,38.786495],[121.280767,38.786961],[121.288775,38.78976],[121.315876,38.793958],[121.359608,38.822406],[121.399028,38.812613],[121.509897,38.817743],[121.564715,38.874607],[121.618302,38.862492],[121.675585,38.86156],[121.708845,38.872744],[121.719316,38.920252],[121.655874,38.946788],[121.618918,38.950046],[121.66265,38.966333],[121.671273,39.010059],[121.73841,38.998898],[121.756889,39.025869],[121.790149,39.022614],[121.804932,38.970986],[121.863446,38.942598],[121.920728,38.969591],[121.905946,38.997503],[121.852975,39.035631],[121.8887,39.027263],[121.929352,39.024939],[121.907178,39.055617],[121.923192,39.053758],[121.963228,39.030053],[122.013735,39.073275],[122.061778,39.060264],[122.071634,39.074204],[122.048228,39.101146],[122.088264,39.112291],[122.127684,39.144788],[122.167104,39.158711],[122.123988,39.172631],[122.117213,39.213911],[122.160329,39.238019],[122.242865,39.267678],[122.274893,39.322329],[122.30877,39.346399],[122.366053,39.370461],[122.412864,39.411625],[122.455364,39.408388],[122.467682,39.403301],[122.51203,39.413474],[122.532972,39.419947],[122.581631,39.464316],[122.637066,39.488799],[122.649385,39.516505],[122.682645,39.514658],[122.808913,39.559889],[122.847101,39.581571],[122.860652,39.604629],[122.941956,39.604629],[122.972753,39.594946],[122.978912,39.616156],[123.021412,39.64335],[123.010941,39.655331],[123.103332,39.676983],[123.146448,39.647037],[123.166774,39.674219],[123.212969,39.665928],[123.215433,39.696786],[123.253005,39.689879],[123.286882,39.704154],[123.270251,39.714743],[123.274563,39.753862],[123.350939,39.750641],[123.388512,39.74742],[123.392823,39.723949],[123.477823,39.74696],[123.521555,39.772724],[123.534489,39.788361]]],[[[122.63953,39.286209],[122.593334,39.278334],[122.539131,39.308439],[122.50895,39.290377],[122.57732,39.269994],[122.67895,39.268605],[122.673406,39.269531],[122.662935,39.273701],[122.655544,39.277407],[122.640761,39.288061],[122.63953,39.286209]]],[[[122.318625,39.170775],[122.345111,39.144788],[122.366053,39.174951],[122.398697,39.16196],[122.383299,39.190723],[122.393154,39.213448],[122.343263,39.203246],[122.322321,39.177271],[122.322937,39.174487],[122.319241,39.172167],[122.318625,39.170775]]],[[[122.691884,39.23292],[122.696812,39.206492],[122.751631,39.229675],[122.740544,39.248679],[122.635834,39.241727],[122.628443,39.231993],[122.690037,39.234774],[122.691268,39.23431],[122.691884,39.23292]]],[[[122.738696,39.034701],[122.704819,39.044463],[122.733152,39.014244],[122.75779,39.009594],[122.739312,39.036561],[122.738696,39.034701]]],[[[123.022644,39.546507],[122.96105,39.551122],[122.945035,39.520198],[122.995542,39.495264],[123.036194,39.533123],[123.022644,39.546507]]],[[[122.503407,39.241263],[122.502175,39.224112],[122.547755,39.229211],[122.503407,39.241263]]],[[[120.786784,40.473787],[120.83298,40.491995],[120.8299,40.516112],[120.805262,40.525666],[120.774465,40.48016],[120.786784,40.473787]]],[[[123.086702,39.426881],[123.090397,39.450915],[123.054057,39.457847],[123.086702,39.426881]]],[[[123.160614,39.025404],[123.205578,39.057011],[123.20065,39.077921],[123.145832,39.091857],[123.143984,39.038885],[123.160614,39.025404]]],[[[123.716807,39.74512],[123.756843,39.754322],[123.719887,39.763063],[123.716807,39.74512]]]]}},{"type":"Feature","properties":{"adcode":220000,"name":"吉林省","center":[125.3245,43.886841],"centroid":[126.171208,43.703954],"childrenNum":9,"level":"province","parent":{"adcode":100000},"subFeatureIndex":6,"acroutes":[100000]},"geometry":{"type":"MultiPolygon","coordinates":[[[[129.601492,42.415116],[129.601492,42.422627],[129.591021,42.447803],[129.627361,42.462816],[129.651999,42.426603],[129.704354,42.427045],[129.748701,42.471204],[129.738846,42.500332],[129.749933,42.546644],[129.746237,42.58455],[129.786889,42.615387],[129.754245,42.645768],[129.796744,42.681854],[129.767179,42.707806],[129.78381,42.762752],[129.810911,42.795257],[129.816454,42.851003],[129.835549,42.866796],[129.846636,42.918533],[129.874969,42.923792],[129.856491,42.951833],[129.868193,42.97373],[129.903918,42.968475],[129.897143,43.001748],[129.954425,43.010938],[129.963664,42.978547],[130.002468,42.981174],[130.027106,42.9676],[130.072685,42.971541],[130.10841,42.989929],[130.144134,42.976357],[130.120729,42.954461],[130.127504,42.932556],[130.10225,42.922916],[130.136127,42.90363],[130.17062,42.912397],[130.21004,42.902315],[130.258083,42.90626],[130.277793,42.892232],[130.258083,42.860655],[130.245148,42.799209],[130.242069,42.738582],[130.257467,42.710884],[130.290112,42.702968],[130.333228,42.64973],[130.373264,42.630799],[130.388046,42.603054],[130.420691,42.617148],[130.44656,42.607459],[130.423771,42.574855],[130.435474,42.553257],[130.476125,42.570007],[130.459495,42.588075],[130.482285,42.626837],[130.522937,42.622433],[130.520473,42.593362],[130.558661,42.495919],[130.585763,42.485328],[130.581451,42.435437],[130.645509,42.426603],[130.600545,42.450453],[130.599929,42.486211],[130.565437,42.506509],[130.570364,42.557224],[130.622719,42.573092],[130.633806,42.603494],[130.592538,42.671295],[130.521089,42.702089],[130.464423,42.688453],[130.425003,42.706926],[130.40714,42.731548],[130.46627,42.772417],[130.532792,42.787352],[130.562357,42.815015],[130.603625,42.819405],[130.665835,42.847932],[130.708335,42.846615],[130.719422,42.831695],[130.75453,42.845738],[130.784095,42.842227],[130.801957,42.879515],[130.845073,42.881269],[130.890653,42.852758],[130.912826,42.870744],[130.949783,42.876884],[130.981812,42.857145],[131.043406,42.862848],[131.017536,42.915027],[131.034167,42.929051],[131.114855,42.915027],[131.145652,42.9365],[131.151195,42.968475],[131.115471,42.975482],[131.11855,43.007875],[131.102536,43.021002],[131.120398,43.068238],[131.171521,43.06955],[131.173985,43.111506],[131.207861,43.1316],[131.218948,43.191405],[131.201086,43.203185],[131.206014,43.237202],[131.255289,43.265099],[131.269455,43.297775],[131.275615,43.369165],[131.314419,43.392653],[131.295941,43.441774],[131.314419,43.461325],[131.31873,43.499539],[131.304564,43.502144],[131.294093,43.470012],[131.234963,43.475224],[131.201086,43.442209],[131.175217,43.444816],[131.142572,43.425695],[131.026775,43.508655],[130.959638,43.48608],[130.907283,43.434387],[130.864167,43.437863],[130.841378,43.454374],[130.822899,43.503446],[130.776704,43.52341],[130.727429,43.560284],[130.671378,43.565054],[130.665835,43.583698],[130.623335,43.589767],[130.630726,43.622268],[130.57098,43.626167],[130.57098,43.626167],[130.501995,43.636563],[130.488444,43.65605],[130.437937,43.646091],[130.412684,43.652586],[130.394206,43.703227],[130.423155,43.745179],[130.382503,43.777164],[130.381887,43.817768],[130.362793,43.844967],[130.386198,43.85403],[130.368336,43.894151],[130.381887,43.910106],[130.338155,43.963975],[130.364025,43.992399],[130.365256,44.044042],[130.319061,44.03974],[130.307358,44.002731],[130.27225,43.981634],[130.262395,43.949328],[130.208192,43.948466],[130.153373,43.915711],[130.143518,43.878624],[130.116417,43.878192],[130.110873,43.852735],[130.079461,43.835039],[130.027722,43.851872],[130.009243,43.889407],[130.022794,43.917866],[130.017867,43.961821],[129.979062,44.015644],[129.951345,44.027263],[129.907614,44.023821],[129.881128,44.000148],[129.868193,44.012631],[129.802904,43.964837],[129.780114,43.892857],[129.739462,43.895876],[129.743158,43.876035],[129.699426,43.8838],[129.650767,43.873016],[129.529427,43.870427],[129.467833,43.874741],[129.449971,43.850578],[129.417942,43.843672],[129.406855,43.819496],[129.348341,43.798333],[129.30892,43.812155],[129.289826,43.797038],[129.254718,43.819496],[129.211602,43.784509],[129.232544,43.709284],[129.214066,43.695006],[129.217146,43.648689],[129.232544,43.635263],[129.23008,43.593234],[129.169102,43.561585],[129.145081,43.570258],[129.093958,43.547706],[129.037907,43.540332],[129.013886,43.522976],[128.962763,43.53903],[128.949828,43.553779],[128.878379,43.539898],[128.834647,43.587599],[128.821097,43.637429],[128.78722,43.686784],[128.768126,43.732207],[128.729322,43.736964],[128.760119,43.755554],[128.739177,43.806972],[128.719467,43.816905],[128.760734,43.857482],[128.729938,43.889838],[128.696061,43.903207],[128.636315,43.891132],[128.64001,43.948035],[128.610445,43.960529],[128.584576,43.990246],[128.574721,44.047914],[128.529141,44.112401],[128.471859,44.157501],[128.450301,44.203423],[128.471859,44.247596],[128.453997,44.257884],[128.472475,44.320001],[128.446605,44.339694],[128.475555,44.346114],[128.481714,44.375637],[128.457076,44.409848],[128.463236,44.431647],[128.427511,44.473512],[128.397946,44.483761],[128.372693,44.514495],[128.295084,44.480772],[128.293237,44.467961],[128.228563,44.445748],[128.211317,44.431647],[128.172512,44.34697],[128.137404,44.357668],[128.094904,44.354673],[128.074578,44.370075],[128.049941,44.349965],[128.065339,44.307155],[128.101679,44.293449],[128.064107,44.251454],[128.104143,44.230017],[128.09244,44.181539],[128.060411,44.168663],[128.088129,44.158359],[128.091208,44.133022],[128.042549,44.103807],[127.950158,44.088334],[127.912586,44.064687],[127.862695,44.062967],[127.846065,44.081886],[127.808492,44.086615],[127.783239,44.071997],[127.729036,44.09908],[127.735811,44.11412],[127.712406,44.199133],[127.681609,44.166946],[127.641573,44.193555],[127.626174,44.187977],[127.59045,44.227872],[127.623711,44.278025],[127.579363,44.310581],[127.486356,44.410275],[127.50853,44.437202],[127.463566,44.484615],[127.465414,44.516628],[127.485124,44.528576],[127.536247,44.522176],[127.570124,44.55033],[127.557189,44.575488],[127.392733,44.632158],[127.275705,44.640249],[127.261538,44.61299],[127.214111,44.624917],[127.228893,44.642804],[127.182082,44.644507],[127.138966,44.607451],[127.094619,44.615972],[127.089691,44.593816],[127.049655,44.566961],[127.041648,44.591258],[127.044112,44.653874],[127.030561,44.673454],[127.041032,44.712169],[126.9973,44.764882],[126.984366,44.823914],[126.999764,44.87398],[127.021938,44.898997],[127.073061,44.907051],[127.092771,44.94688],[127.050271,45.004034],[127.018242,45.024341],[126.984981,45.067893],[126.970815,45.070852],[126.96404,45.132104],[126.85625,45.145613],[126.792808,45.135481],[126.787265,45.159118],[126.732446,45.187385],[126.685635,45.187807],[126.640055,45.214373],[126.644983,45.225334],[126.569222,45.252725],[126.540273,45.23882],[126.519331,45.248091],[126.402919,45.222805],[126.356107,45.185698],[126.293282,45.180214],[126.285274,45.162494],[126.235383,45.140125],[126.225528,45.154054],[126.166398,45.13337],[126.142992,45.147723],[126.091869,45.149411],[126.047522,45.170933],[125.998247,45.162072],[125.992703,45.192447],[125.957595,45.201303],[125.915095,45.196664],[125.849805,45.23882],[125.823936,45.237978],[125.815929,45.264942],[125.761726,45.291472],[125.726001,45.336503],[125.695205,45.352066],[125.712451,45.389485],[125.711835,45.477677],[125.687813,45.514173],[125.660096,45.507043],[125.61698,45.517947],[125.583104,45.491942],[125.497488,45.469283],[125.480242,45.486488],[125.424807,45.485649],[125.434662,45.462988],[125.398322,45.416797],[125.361981,45.392847],[125.319482,45.422678],[125.301619,45.402092],[125.248649,45.417637],[125.189518,45.39915],[125.137779,45.409655],[125.097127,45.38276],[125.06633,45.39915],[125.08912,45.420998],[125.0497,45.428558],[125.025678,45.493201],[124.961005,45.495299],[124.936983,45.53388],[124.911114,45.535976],[124.884628,45.495299],[124.886476,45.442836],[124.839665,45.455852],[124.792853,45.436958],[124.776223,45.468024],[124.729412,45.444096],[124.690607,45.452493],[124.625318,45.437377],[124.575427,45.451234],[124.579738,45.424358],[124.544014,45.411756],[124.507058,45.424778],[124.480572,45.456271],[124.398652,45.440737],[124.374015,45.45795],[124.352457,45.496557],[124.369087,45.512915],[124.348761,45.546874],[124.287783,45.539329],[124.264377,45.555256],[124.273001,45.584163],[124.238508,45.591702],[124.226805,45.633564],[124.162132,45.616404],[124.128255,45.641933],[124.147349,45.665359],[124.122096,45.669123],[124.13503,45.690448],[124.10177,45.700898],[124.098074,45.722628],[124.054342,45.751449],[124.014922,45.749779],[124.001987,45.770655],[124.064197,45.802372],[124.03648,45.83824],[124.067277,45.840325],[124.061118,45.886168],[123.996444,45.906993],[123.968727,45.936551],[123.973654,45.973997],[124.011842,45.981899],[123.989053,46.011833],[124.040176,46.01973],[124.034016,46.045074],[124.009995,46.057534],[124.015538,46.088257],[123.99398,46.101123],[124.01677,46.118549],[123.991516,46.143019],[124.001987,46.166649],[123.971806,46.170379],[123.956408,46.206009],[123.979814,46.228784],[123.952096,46.256516],[123.960103,46.288369],[123.936082,46.286715],[123.917604,46.25693],[123.896046,46.303668],[123.84985,46.302428],[123.775938,46.263136],[123.726047,46.255688],[123.673692,46.258585],[123.604706,46.251964],[123.569598,46.223816],[123.569598,46.223816],[123.499381,46.259826],[123.452569,46.233338],[123.430396,46.243687],[123.357099,46.232096],[123.357099,46.232096],[123.320758,46.254447],[123.286266,46.250308],[123.248078,46.273065],[123.178476,46.248239],[123.128585,46.210565],[123.127354,46.174523],[123.102716,46.172037],[123.112571,46.130163],[123.070071,46.123527],[123.04605,46.099878],[122.792898,46.073313],[122.828623,45.912406],[122.80029,45.856583],[122.772572,45.856583],[122.752246,45.834905],[122.792283,45.766063],[122.751015,45.735996],[122.741775,45.705077],[122.671558,45.70048],[122.650001,45.731401],[122.640761,45.771072],[122.603189,45.778169],[122.556378,45.82156],[122.522501,45.786933],[122.504639,45.786933],[122.496016,45.85825],[122.446125,45.916986],[122.362357,45.917403],[122.372828,45.856166],[122.337719,45.859917],[122.301379,45.813218],[122.253952,45.7982],[122.236705,45.831569],[122.200981,45.857],[122.091344,45.882002],[122.085184,45.912406],[122.040221,45.959022],[121.92812,45.988552],[121.923808,46.004767],[121.864062,46.002272],[121.843736,46.024301],[121.819098,46.023054],[121.761816,45.998947],[121.809243,45.961102],[121.821562,45.918235],[121.805548,45.900746],[121.817251,45.875336],[121.769823,45.84366],[121.766744,45.830318],[121.766744,45.830318],[121.754425,45.794862],[121.697142,45.76314],[121.657106,45.770238],[121.644172,45.752284],[121.666345,45.727641],[121.713773,45.701734],[121.811091,45.687103],[121.812323,45.704659],[121.867142,45.719703],[121.934279,45.71051],[121.970004,45.692956],[122.003264,45.623102],[121.995873,45.59882],[121.966308,45.596308],[121.993409,45.552741],[122.002648,45.507882],[122.064242,45.472641],[122.168336,45.439897],[122.180039,45.409655],[122.146778,45.374352],[122.147394,45.295682],[122.239169,45.276313],[122.22993,45.206784],[122.192358,45.180636],[122.143082,45.183167],[122.109822,45.142236],[122.119677,45.068739],[122.098735,45.02138],[122.074713,45.006573],[122.087032,44.95281],[122.079025,44.914256],[122.04946,44.912985],[122.098119,44.81882],[122.099967,44.7823],[122.168952,44.770405],[122.142467,44.753833],[122.110438,44.767856],[122.10243,44.736406],[122.152322,44.744057],[122.161561,44.728328],[122.117213,44.701961],[122.103046,44.67388],[122.113517,44.615546],[122.13138,44.577619],[122.196053,44.559712],[122.224386,44.526016],[122.228082,44.480345],[122.28598,44.477783],[122.294604,44.41113],[122.291524,44.310152],[122.271198,44.255741],[122.319241,44.233018],[122.483081,44.236877],[122.515726,44.251025],[122.641993,44.283595],[122.675254,44.285738],[122.702971,44.319145],[122.76087,44.369648],[122.85634,44.398304],[123.025108,44.493153],[123.06576,44.505959],[123.12489,44.5098],[123.137209,44.486322],[123.125506,44.455147],[123.142136,44.428228],[123.114419,44.40258],[123.128585,44.367081],[123.196955,44.34483],[123.277027,44.25274],[123.286882,44.211574],[123.323838,44.179823],[123.386664,44.161794],[123.362642,44.133452],[123.350939,44.092633],[123.32815,44.084035],[123.331229,44.028984],[123.365722,44.013922],[123.400831,43.979481],[123.37065,43.970006],[123.397135,43.954929],[123.467968,43.853599],[123.461809,43.822518],[123.498149,43.771114],[123.48275,43.737396],[123.520323,43.708419],[123.518475,43.682024],[123.536953,43.633964],[123.510468,43.624867],[123.5117,43.592801],[123.421157,43.598435],[123.434091,43.575461],[123.461193,43.568523],[123.452569,43.545971],[123.452569,43.545971],[123.360179,43.567223],[123.304744,43.550742],[123.329998,43.519071],[123.315831,43.492159],[123.36449,43.483475],[123.382968,43.469143],[123.419925,43.410046],[123.442098,43.437863],[123.486446,43.44525],[123.519707,43.402219],[123.54496,43.415262],[123.608402,43.366119],[123.703873,43.37047],[123.710032,43.417001],[123.749452,43.439167],[123.747604,43.472184],[123.79688,43.489988],[123.857858,43.459153],[123.857858,43.459153],[123.852314,43.406133],[123.881263,43.392218],[123.881263,43.392218],[123.896046,43.361333],[123.964415,43.34088],[124.032784,43.280786],[124.099306,43.292983],[124.117168,43.2773],[124.114088,43.247229],[124.168291,43.244177],[124.215102,43.255947],[124.228653,43.235022],[124.27608,43.233278],[124.287167,43.207983],[124.273617,43.17875],[124.366007,43.121554],[124.425754,43.076107],[124.333363,42.997371],[124.369703,42.972854],[124.42329,42.975482],[124.442384,42.958841],[124.431913,42.930803],[124.38079,42.912835],[124.371551,42.880831],[124.435609,42.880831],[124.466406,42.847054],[124.586514,42.905384],[124.607456,42.937376],[124.632093,42.949642],[124.635173,42.972854],[124.658579,42.972854],[124.677673,43.002185],[124.686912,43.051185],[124.719557,43.069987],[124.755281,43.074359],[124.785462,43.117185],[124.882781,43.13422],[124.88894,43.074796],[124.840897,43.032377],[124.869846,42.988178],[124.87231,42.962344],[124.84952,42.882585],[124.856911,42.824234],[124.874157,42.789987],[124.897563,42.787791],[124.92836,42.819844],[124.975171,42.802722],[124.996729,42.745174],[124.968396,42.722756],[124.99057,42.677455],[125.014592,42.666014],[125.010896,42.63212],[125.038613,42.615387],[125.097127,42.622433],[125.082961,42.591159],[125.089736,42.567803],[125.066946,42.534738],[125.090968,42.515773],[125.068794,42.499449],[125.105135,42.490624],[125.150098,42.458842],[125.140243,42.44692],[125.186439,42.427928],[125.185823,42.38197],[125.203685,42.366938],[125.167345,42.351903],[125.175352,42.308102],[125.224011,42.30102],[125.264047,42.312528],[125.299156,42.289953],[125.27575,42.266928],[125.27575,42.231045],[125.312706,42.219966],[125.280677,42.175187],[125.312706,42.197359],[125.305931,42.146351],[125.357054,42.145464],[125.368141,42.182726],[125.41372,42.156112],[125.458068,42.160105],[125.458068,42.160105],[125.490097,42.136145],[125.446365,42.098411],[125.414336,42.101964],[125.416184,42.063766],[125.363213,42.017097],[125.369989,42.002868],[125.29854,41.974399],[125.291764,41.958825],[125.35151,41.92811],[125.307779,41.924548],[125.294844,41.822945],[125.319482,41.776993],[125.319482,41.776993],[125.323177,41.771191],[125.323177,41.771191],[125.336112,41.768067],[125.336112,41.768067],[125.332416,41.711354],[125.317018,41.676944],[125.344119,41.672474],[125.412488,41.691246],[125.446981,41.67605],[125.461148,41.642516],[125.450061,41.597777],[125.479626,41.544946],[125.507343,41.534195],[125.493176,41.509103],[125.533212,41.479069],[125.534444,41.428833],[125.547995,41.401006],[125.581256,41.396517],[125.589879,41.359245],[125.610205,41.365084],[125.637306,41.34442],[125.62006,41.318355],[125.642234,41.296327],[125.646545,41.264396],[125.685349,41.273842],[125.695205,41.244599],[125.749407,41.245499],[125.758646,41.232449],[125.73832,41.178418],[125.791291,41.167607],[125.759878,41.132908],[125.734009,41.125695],[125.712451,41.095485],[125.739552,41.08917],[125.726617,41.055332],[125.684118,41.021929],[125.674879,40.974503],[125.650241,40.970888],[125.635458,40.94151],[125.589263,40.931112],[125.584335,40.891764],[125.652089,40.91619],[125.687813,40.897645],[125.707523,40.866877],[125.778356,40.897645],[125.817161,40.866877],[125.860892,40.888597],[125.875059,40.908501],[125.921254,40.882715],[125.959442,40.88181],[126.008102,40.936537],[126.041362,40.928851],[126.051833,40.96185],[126.08263,40.976762],[126.066,40.997542],[126.1085,41.011995],[126.099877,41.036376],[126.133753,41.063906],[126.124514,41.092327],[126.16763,41.094583],[126.187956,41.113072],[126.188572,41.114875],[126.295129,41.171661],[126.332086,41.236949],[126.35426,41.244599],[126.373354,41.289133],[126.437411,41.353405],[126.497158,41.374965],[126.524259,41.349362],[126.539041,41.366881],[126.497158,41.406842],[126.559983,41.548081],[126.582773,41.563307],[126.564295,41.608965],[126.592628,41.624624],[126.608027,41.669345],[126.644983,41.661297],[126.688099,41.674262],[126.724439,41.710907],[126.690562,41.728328],[126.694874,41.751103],[126.723207,41.753335],[126.8002,41.702865],[126.809439,41.749317],[126.848243,41.734134],[126.85625,41.760031],[126.887047,41.791719],[126.931395,41.812687],[126.952953,41.804212],[126.940018,41.773423],[126.979438,41.776993],[127.005923,41.749317],[127.050887,41.744852],[127.057662,41.703758],[127.037952,41.676944],[127.103242,41.647883],[127.093387,41.629993],[127.127263,41.622388],[127.135887,41.600463],[127.178386,41.600015],[127.125416,41.566442],[127.11864,41.540018],[127.164836,41.542706],[127.188241,41.527475],[127.241212,41.520754],[127.28864,41.501932],[127.253531,41.486691],[127.296031,41.486243],[127.360704,41.466065],[127.360088,41.479518],[127.405668,41.478621],[127.419835,41.460235],[127.459255,41.461581],[127.465414,41.479069],[127.526392,41.467859],[127.547334,41.477276],[127.563964,41.432871],[127.618783,41.432871],[127.636645,41.413575],[127.684073,41.422999],[127.780159,41.427038],[127.854688,41.420755],[127.86947,41.4037],[127.882405,41.448124],[127.909506,41.42973],[127.93168,41.444984],[127.970484,41.438704],[127.991426,41.421204],[128.000049,41.442741],[128.040085,41.393375],[128.110919,41.393375],[128.090593,41.374516],[128.114614,41.364186],[128.169433,41.404149],[128.203925,41.410882],[128.243345,41.477276],[128.238418,41.497898],[128.301244,41.540018],[128.317874,41.575844],[128.30186,41.627756],[128.248889,41.681414],[128.208853,41.688565],[128.163889,41.721628],[128.147875,41.78101],[128.112766,41.793504],[128.104143,41.843457],[128.115846,41.896935],[128.106607,41.949923],[128.033926,42.000199],[128.090593,42.022877],[128.294468,42.026434],[128.405338,42.018876],[128.466316,42.020654],[128.49896,42.000644],[128.598127,42.007315],[128.60675,42.02999],[128.637547,42.035324],[128.658489,42.018876],[128.70222,42.02021],[128.737945,42.050435],[128.779213,42.033546],[128.795227,42.042436],[128.898089,42.016653],[128.952908,42.025545],[128.954755,42.083756],[128.971386,42.097079],[129.008958,42.09175],[129.039139,42.107736],[129.048378,42.137476],[129.113668,42.140583],[129.166639,42.188047],[129.215914,42.208442],[129.209138,42.237692],[129.181421,42.242122],[129.183269,42.262056],[129.215914,42.265157],[129.231312,42.283755],[129.208522,42.293052],[129.260261,42.335536],[129.231312,42.356325],[129.240551,42.376223],[129.326167,42.389927],[129.30892,42.403628],[129.331094,42.429695],[129.356348,42.427045],[129.342181,42.441179],[129.368051,42.459284],[129.366203,42.428811],[129.392688,42.42837],[129.400695,42.449128],[129.452434,42.441179],[129.49863,42.412023],[129.546057,42.361632],[129.578086,42.380202],[129.569463,42.399208],[129.601492,42.415116]]]]}},{"type":"Feature","properties":{"adcode":230000,"name":"黑龙江省","center":[126.642464,45.756967],"centroid":[127.693027,48.040465],"childrenNum":13,"level":"province","parent":{"adcode":100000},"subFeatureIndex":7,"acroutes":[100000]},"geometry":{"type":"MultiPolygon","coordinates":[[[[123.569598,46.223816],[123.604706,46.251964],[123.673692,46.258585],[123.726047,46.255688],[123.775938,46.263136],[123.84985,46.302428],[123.896046,46.303668],[123.917604,46.25693],[123.936082,46.286715],[123.960103,46.288369],[123.952096,46.256516],[123.979814,46.228784],[123.956408,46.206009],[123.971806,46.170379],[124.001987,46.166649],[123.991516,46.143019],[124.01677,46.118549],[123.99398,46.101123],[124.015538,46.088257],[124.009995,46.057534],[124.034016,46.045074],[124.040176,46.01973],[123.989053,46.011833],[124.011842,45.981899],[123.973654,45.973997],[123.968727,45.936551],[123.996444,45.906993],[124.061118,45.886168],[124.067277,45.840325],[124.03648,45.83824],[124.064197,45.802372],[124.001987,45.770655],[124.014922,45.749779],[124.054342,45.751449],[124.098074,45.722628],[124.10177,45.700898],[124.13503,45.690448],[124.122096,45.669123],[124.147349,45.665359],[124.128255,45.641933],[124.162132,45.616404],[124.226805,45.633564],[124.238508,45.591702],[124.273001,45.584163],[124.264377,45.555256],[124.287783,45.539329],[124.348761,45.546874],[124.369087,45.512915],[124.352457,45.496557],[124.374015,45.45795],[124.398652,45.440737],[124.480572,45.456271],[124.507058,45.424778],[124.544014,45.411756],[124.579738,45.424358],[124.575427,45.451234],[124.625318,45.437377],[124.690607,45.452493],[124.729412,45.444096],[124.776223,45.468024],[124.792853,45.436958],[124.839665,45.455852],[124.886476,45.442836],[124.884628,45.495299],[124.911114,45.535976],[124.936983,45.53388],[124.961005,45.495299],[125.025678,45.493201],[125.0497,45.428558],[125.08912,45.420998],[125.06633,45.39915],[125.097127,45.38276],[125.137779,45.409655],[125.189518,45.39915],[125.248649,45.417637],[125.301619,45.402092],[125.319482,45.422678],[125.361981,45.392847],[125.398322,45.416797],[125.434662,45.462988],[125.424807,45.485649],[125.480242,45.486488],[125.497488,45.469283],[125.583104,45.491942],[125.61698,45.517947],[125.660096,45.507043],[125.687813,45.514173],[125.711835,45.477677],[125.712451,45.389485],[125.695205,45.352066],[125.726001,45.336503],[125.761726,45.291472],[125.815929,45.264942],[125.823936,45.237978],[125.849805,45.23882],[125.915095,45.196664],[125.957595,45.201303],[125.992703,45.192447],[125.998247,45.162072],[126.047522,45.170933],[126.091869,45.149411],[126.142992,45.147723],[126.166398,45.13337],[126.225528,45.154054],[126.235383,45.140125],[126.285274,45.162494],[126.293282,45.180214],[126.356107,45.185698],[126.402919,45.222805],[126.519331,45.248091],[126.540273,45.23882],[126.569222,45.252725],[126.644983,45.225334],[126.640055,45.214373],[126.685635,45.187807],[126.732446,45.187385],[126.787265,45.159118],[126.792808,45.135481],[126.85625,45.145613],[126.96404,45.132104],[126.970815,45.070852],[126.984981,45.067893],[127.018242,45.024341],[127.050271,45.004034],[127.092771,44.94688],[127.073061,44.907051],[127.021938,44.898997],[126.999764,44.87398],[126.984366,44.823914],[126.9973,44.764882],[127.041032,44.712169],[127.030561,44.673454],[127.044112,44.653874],[127.041648,44.591258],[127.049655,44.566961],[127.089691,44.593816],[127.094619,44.615972],[127.138966,44.607451],[127.182082,44.644507],[127.228893,44.642804],[127.214111,44.624917],[127.261538,44.61299],[127.275705,44.640249],[127.392733,44.632158],[127.557189,44.575488],[127.570124,44.55033],[127.536247,44.522176],[127.485124,44.528576],[127.465414,44.516628],[127.463566,44.484615],[127.50853,44.437202],[127.486356,44.410275],[127.579363,44.310581],[127.623711,44.278025],[127.59045,44.227872],[127.626174,44.187977],[127.641573,44.193555],[127.681609,44.166946],[127.712406,44.199133],[127.735811,44.11412],[127.729036,44.09908],[127.783239,44.071997],[127.808492,44.086615],[127.846065,44.081886],[127.862695,44.062967],[127.912586,44.064687],[127.950158,44.088334],[128.042549,44.103807],[128.091208,44.133022],[128.088129,44.158359],[128.060411,44.168663],[128.09244,44.181539],[128.104143,44.230017],[128.064107,44.251454],[128.101679,44.293449],[128.065339,44.307155],[128.049941,44.349965],[128.074578,44.370075],[128.094904,44.354673],[128.137404,44.357668],[128.172512,44.34697],[128.211317,44.431647],[128.228563,44.445748],[128.293237,44.467961],[128.295084,44.480772],[128.372693,44.514495],[128.397946,44.483761],[128.427511,44.473512],[128.463236,44.431647],[128.457076,44.409848],[128.481714,44.375637],[128.475555,44.346114],[128.446605,44.339694],[128.472475,44.320001],[128.453997,44.257884],[128.471859,44.247596],[128.450301,44.203423],[128.471859,44.157501],[128.529141,44.112401],[128.574721,44.047914],[128.584576,43.990246],[128.610445,43.960529],[128.64001,43.948035],[128.636315,43.891132],[128.696061,43.903207],[128.729938,43.889838],[128.760734,43.857482],[128.719467,43.816905],[128.739177,43.806972],[128.760119,43.755554],[128.729322,43.736964],[128.768126,43.732207],[128.78722,43.686784],[128.821097,43.637429],[128.834647,43.587599],[128.878379,43.539898],[128.949828,43.553779],[128.962763,43.53903],[129.013886,43.522976],[129.037907,43.540332],[129.093958,43.547706],[129.145081,43.570258],[129.169102,43.561585],[129.23008,43.593234],[129.232544,43.635263],[129.217146,43.648689],[129.214066,43.695006],[129.232544,43.709284],[129.211602,43.784509],[129.254718,43.819496],[129.289826,43.797038],[129.30892,43.812155],[129.348341,43.798333],[129.406855,43.819496],[129.417942,43.843672],[129.449971,43.850578],[129.467833,43.874741],[129.529427,43.870427],[129.650767,43.873016],[129.699426,43.8838],[129.743158,43.876035],[129.739462,43.895876],[129.780114,43.892857],[129.802904,43.964837],[129.868193,44.012631],[129.881128,44.000148],[129.907614,44.023821],[129.951345,44.027263],[129.979062,44.015644],[130.017867,43.961821],[130.022794,43.917866],[130.009243,43.889407],[130.027722,43.851872],[130.079461,43.835039],[130.110873,43.852735],[130.116417,43.878192],[130.143518,43.878624],[130.153373,43.915711],[130.208192,43.948466],[130.262395,43.949328],[130.27225,43.981634],[130.307358,44.002731],[130.319061,44.03974],[130.365256,44.044042],[130.364025,43.992399],[130.338155,43.963975],[130.381887,43.910106],[130.368336,43.894151],[130.386198,43.85403],[130.362793,43.844967],[130.381887,43.817768],[130.382503,43.777164],[130.423155,43.745179],[130.394206,43.703227],[130.412684,43.652586],[130.437937,43.646091],[130.488444,43.65605],[130.501995,43.636563],[130.57098,43.626167],[130.57098,43.626167],[130.630726,43.622268],[130.623335,43.589767],[130.665835,43.583698],[130.671378,43.565054],[130.727429,43.560284],[130.776704,43.52341],[130.822899,43.503446],[130.841378,43.454374],[130.864167,43.437863],[130.907283,43.434387],[130.959638,43.48608],[131.026775,43.508655],[131.142572,43.425695],[131.175217,43.444816],[131.201086,43.442209],[131.234963,43.475224],[131.294093,43.470012],[131.304564,43.502144],[131.276847,43.495632],[131.20047,43.532089],[131.222028,43.593234],[131.216485,43.613169],[131.239274,43.670337],[131.221412,43.682024],[131.215869,43.72745],[131.232499,43.742585],[131.213405,43.801357],[131.2171,43.836334],[131.254057,43.893289],[131.26268,43.948897],[131.245434,43.95579],[131.26576,44.034578],[131.28239,44.035868],[131.287318,44.03802],[131.293477,44.043182],[131.310723,44.046623],[131.111775,44.710042],[131.090833,44.717272],[131.093297,44.746183],[131.069275,44.759783],[131.064348,44.786973],[131.016304,44.789521],[131.015688,44.814999],[130.972573,44.820094],[130.965181,44.85065],[131.07913,44.881614],[131.10192,44.898997],[131.090217,44.924427],[131.16105,44.948151],[131.20355,44.932901],[131.207861,44.913833],[131.263296,44.929935],[131.274999,44.919766],[131.313803,44.950692],[131.313803,44.965938],[131.355071,44.990068],[131.380324,44.978216],[131.409889,44.985836],[131.464708,44.963397],[131.501664,44.977793],[131.484418,44.99557],[131.529382,45.012073],[131.566338,45.045487],[131.63286,45.075078],[131.695685,45.132104],[131.687678,45.1511],[131.650722,45.159962],[131.681519,45.215217],[131.721555,45.234606],[131.759127,45.213952],[131.79362,45.211844],[131.788692,45.245984],[131.825649,45.291472],[131.82996,45.311677],[131.887858,45.342393],[131.917423,45.339448],[131.93159,45.287683],[131.976554,45.277156],[132.003655,45.25441],[132.17427,45.216903],[132.394161,45.16376],[132.76434,45.081417],[132.867202,45.061976],[132.916477,45.031109],[132.954049,45.023072],[132.98731,45.043373],[133.035969,45.054366],[133.070462,45.097051],[133.089556,45.097473],[133.107418,45.124504],[133.139447,45.127459],[133.129592,45.211422],[133.095715,45.246827],[133.110498,45.266627],[133.097563,45.284735],[133.128976,45.336924],[133.119121,45.352908],[133.144991,45.367205],[133.143759,45.430658],[133.164701,45.437377],[133.170244,45.465506],[133.203505,45.516689],[133.246005,45.517528],[133.333468,45.562379],[133.342707,45.554836],[133.393214,45.580393],[133.423395,45.584163],[133.412924,45.618079],[133.471438,45.631053],[133.448649,45.647372],[133.485605,45.658667],[133.484989,45.691702],[133.445569,45.705077],[133.454192,45.731819],[133.486837,45.740173],[133.469591,45.777751],[133.505315,45.785681],[133.469591,45.799451],[133.467743,45.834905],[133.494228,45.840325],[133.491764,45.867002],[133.51209,45.887001],[133.55459,45.893249],[133.583539,45.868669],[133.618032,45.903662],[133.614952,45.942794],[133.676546,45.94321],[133.681474,45.986473],[133.740604,46.048812],[133.745531,46.075389],[133.690713,46.133896],[133.706111,46.163333],[133.764626,46.17328],[133.794807,46.193583],[133.814517,46.230854],[133.849625,46.203939],[133.87919,46.233752],[133.867487,46.250722],[133.909987,46.254447],[133.91861,46.280924],[133.908139,46.308216],[133.922922,46.330948],[133.869335,46.338386],[133.876726,46.362345],[133.940784,46.38134],[133.948791,46.401153],[133.902596,46.446119],[133.852089,46.450242],[133.849625,46.475389],[133.890893,46.525235],[133.919842,46.596012],[134.011001,46.637941],[134.030711,46.708981],[134.033175,46.759023],[134.052885,46.779928],[134.025168,46.810657],[134.041182,46.848326],[134.042414,46.886787],[134.076291,46.938298],[134.063972,46.979962],[134.10216,47.005678],[134.118175,47.061968],[134.142812,47.093349],[134.222268,47.105164],[134.232739,47.134892],[134.230276,47.182097],[134.210566,47.210155],[134.156979,47.248357],[134.177305,47.326299],[134.203174,47.347389],[134.263536,47.371307],[134.266616,47.391974],[134.307268,47.428829],[134.339297,47.439759],[134.490202,47.446235],[134.522847,47.468086],[134.568426,47.478199],[134.576434,47.519036],[134.627556,47.546512],[134.678064,47.588507],[134.689766,47.63813],[134.779694,47.7159],[134.772918,47.763391],[134.678679,47.819278],[134.670056,47.864667],[134.677448,47.884738],[134.658969,47.901191],[134.607846,47.909214],[134.599839,47.947711],[134.55426,47.982173],[134.551796,48.032622],[134.632484,48.099412],[134.67252,48.170505],[134.679295,48.256245],[134.77107,48.288908],[134.864077,48.332293],[135.009439,48.365703],[135.090743,48.403461],[135.09567,48.437618],[135.068569,48.459451],[135.035924,48.440795],[134.996504,48.439603],[134.927519,48.451513],[134.886867,48.437618],[134.848679,48.393925],[134.820961,48.37604],[134.764295,48.370076],[134.704549,48.405448],[134.640491,48.409818],[134.578281,48.405448],[134.501905,48.418954],[134.438463,48.405448],[134.369478,48.382797],[134.20379,48.3824],[134.150819,48.346217],[134.116327,48.333089],[134.0689,48.338659],[134.029479,48.327519],[133.995603,48.303639],[133.940784,48.302047],[133.876111,48.282536],[133.824372,48.277359],[133.791111,48.261026],[133.740604,48.254651],[133.693177,48.186866],[133.667307,48.183275],[133.59709,48.194846],[133.573068,48.182078],[133.545967,48.121389],[133.451728,48.112999],[133.407997,48.124585],[133.302055,48.103009],[133.239845,48.126583],[133.182563,48.135769],[133.130208,48.134971],[133.053216,48.110202],[133.02673,48.085421],[133.016259,48.054228],[132.992238,48.035424],[132.883216,48.002599],[132.819159,47.936887],[132.769268,47.93849],[132.723072,47.962941],[132.691043,47.962941],[132.661478,47.944905],[132.662094,47.922451],[132.687348,47.88514],[132.662094,47.854227],[132.621442,47.82852],[132.599268,47.792347],[132.6005,47.740858],[132.558,47.718316],[132.469305,47.726368],[132.371987,47.765402],[132.325175,47.762184],[132.288835,47.742065],[132.272205,47.718718],[132.242639,47.70986],[132.19706,47.714289],[132.157024,47.70543],[132.086191,47.703013],[132.000575,47.712276],[131.976554,47.673201],[131.900793,47.685692],[131.825649,47.677231],[131.741881,47.706638],[131.690142,47.707041],[131.641483,47.663932],[131.59036,47.660707],[131.568186,47.682469],[131.559563,47.724757],[131.543548,47.736028],[131.456085,47.747297],[131.359998,47.730796],[131.273767,47.738846],[131.236811,47.733211],[131.183224,47.702611],[131.115471,47.689721],[131.029855,47.694555],[130.983659,47.713081],[130.966413,47.733211],[130.961486,47.828118],[130.891269,47.927263],[130.870943,47.943301],[130.770544,47.998194],[130.737284,48.034223],[130.699711,48.044227],[130.666451,48.105007],[130.673842,48.12818],[130.765617,48.18926],[130.769313,48.231136],[130.787791,48.256643],[130.817972,48.265409],[130.845073,48.296473],[130.81982,48.341444],[130.785327,48.357353],[130.747755,48.404256],[130.745907,48.449131],[130.776704,48.480084],[130.767465,48.507846],[130.711414,48.511414],[130.647357,48.484844],[130.620871,48.49595],[130.615944,48.575601],[130.605473,48.594207],[130.538335,48.612016],[130.538951,48.635751],[130.576524,48.688719],[130.622103,48.783842],[130.689856,48.849651],[130.680617,48.881146],[130.609168,48.881146],[130.559277,48.861071],[130.501995,48.865795],[130.471198,48.905541],[130.412068,48.905148],[130.279641,48.866976],[130.237757,48.868551],[130.219895,48.893739],[130.113337,48.956653],[130.059135,48.979047],[130.020946,49.021058],[129.937179,49.040285],[129.9187,49.060681],[129.934715,49.078717],[129.913157,49.1085],[129.866962,49.113985],[129.855259,49.133567],[129.864498,49.158621],[129.847867,49.181316],[129.784426,49.184054],[129.753629,49.208692],[129.761636,49.25754],[129.730223,49.288387],[129.696962,49.298535],[129.604571,49.279018],[129.562687,49.299706],[129.546057,49.395227],[129.51834,49.423652],[129.448739,49.441167],[129.390224,49.432605],[129.374826,49.414309],[129.379138,49.367175],[129.358196,49.355871],[129.320623,49.3586],[129.266421,49.396006],[129.215298,49.399122],[129.180805,49.386657],[129.143849,49.357431],[129.084719,49.359769],[129.061929,49.374189],[129.013886,49.457119],[128.932582,49.46801],[128.871604,49.492506],[128.792147,49.473065],[128.76135,49.482009],[128.763198,49.515824],[128.813089,49.558157],[128.802618,49.58222],[128.744104,49.595023],[128.715155,49.564756],[128.656025,49.577564],[128.619684,49.593471],[128.537764,49.604332],[128.500192,49.593859],[128.389939,49.58998],[128.343128,49.544956],[128.287077,49.566309],[128.243345,49.563203],[128.185447,49.53952],[128.122005,49.55311],[128.070882,49.556604],[128.001281,49.592307],[127.949542,49.596187],[127.897804,49.579116],[127.815268,49.593859],[127.782007,49.630698],[127.705015,49.665185],[127.677913,49.697712],[127.674833,49.764247],[127.653892,49.780094],[127.583059,49.786277],[127.531936,49.826059],[127.529472,49.864265],[127.547334,49.928645],[127.543638,49.944438],[127.495595,49.994479],[127.501755,50.056764],[127.58737,50.137768],[127.60708,50.178794],[127.603385,50.239309],[127.44632,50.270686],[127.371791,50.29669],[127.332371,50.340634],[127.369944,50.403996],[127.3644,50.438314],[127.30527,50.45432],[127.293567,50.46575],[127.323132,50.52552],[127.36132,50.547582],[127.370559,50.581415],[127.294799,50.663426],[127.28864,50.699451],[127.305886,50.733932],[127.295415,50.755139],[127.236285,50.781256],[127.143894,50.910111],[127.113713,50.93765],[127.052119,50.962911],[126.985597,51.029202],[126.922772,51.061937],[126.917844,51.138977],[126.899982,51.200518],[126.926467,51.246244],[126.976358,51.291551],[126.98375,51.318863],[126.970815,51.332327],[126.887047,51.321856],[126.877808,51.300906],[126.908605,51.283691],[126.92154,51.259729],[126.908605,51.246619],[126.863025,51.248492],[126.820526,51.281071],[126.813134,51.311756],[126.837156,51.345038],[126.904293,51.340552],[126.930163,51.359241],[126.908605,51.407423],[126.835308,51.413769],[126.791577,51.432428],[126.784185,51.448095],[126.812518,51.493948],[126.843931,51.521885],[126.837156,51.536033],[126.69549,51.57845],[126.67886,51.602246],[126.741069,51.642374],[126.723823,51.679126],[126.734294,51.711399],[126.724439,51.7266],[126.6727,51.73179],[126.658534,51.762544],[126.622809,51.777357],[126.580925,51.824728],[126.555056,51.874266],[126.510092,51.922274],[126.462665,51.948471],[126.468208,51.982395],[126.447882,52.009294],[126.450962,52.027709],[126.487918,52.041699],[126.514404,52.037282],[126.563679,52.119302],[126.556288,52.136203],[126.499005,52.16044],[126.457121,52.165212],[126.403535,52.185031],[126.34502,52.192002],[126.306832,52.205574],[126.312992,52.235271],[126.357955,52.264216],[126.401071,52.279597],[126.436795,52.277034],[126.4331,52.298632],[126.327774,52.310342],[126.320999,52.342163],[126.348716,52.357882],[126.353644,52.389304],[126.326542,52.424353],[126.268644,52.475051],[126.205202,52.466302],[126.192883,52.492181],[126.213209,52.525327],[126.147304,52.573],[126.066616,52.603905],[126.055529,52.582455],[126.030891,52.576273],[125.989008,52.603178],[125.968682,52.630429],[125.971145,52.654033],[125.995783,52.675085],[126.061688,52.673271],[126.072775,52.691048],[126.044442,52.739628],[126.112195,52.757016],[126.116507,52.768243],[126.052449,52.800095],[126.02042,52.795753],[125.985312,52.758465],[125.966834,52.759914],[125.937269,52.786705],[125.923718,52.815651],[125.855349,52.866259],[125.854117,52.891542],[125.827631,52.899123],[125.772197,52.89804],[125.751255,52.88143],[125.722306,52.880347],[125.678574,52.86084],[125.666871,52.869872],[125.665023,52.913561],[125.737088,52.943504],[125.742632,52.993964],[125.684118,53.00801],[125.643466,53.039686],[125.640386,53.06199],[125.613901,53.083564],[125.588647,53.081047],[125.530749,53.0512],[125.504263,53.061271],[125.503647,53.095424],[125.452524,53.107641],[125.343503,53.14463],[125.315786,53.144989],[125.252344,53.18051],[125.195062,53.198439],[125.142091,53.204175],[125.038613,53.202741],[124.970244,53.194137],[124.887708,53.164368],[124.909266,53.118059],[124.87231,53.099018],[124.832889,53.145347],[124.787926,53.140681],[124.734339,53.146783],[124.712165,53.162574],[124.720789,53.192344],[124.678905,53.207043],[124.590209,53.208476],[124.563108,53.201666],[124.496587,53.207759],[124.487348,53.217436],[124.435609,53.223886],[124.412203,53.248601],[124.375863,53.258984],[124.327819,53.331954],[124.239124,53.379817],[124.19416,53.37339],[124.125791,53.348033],[124.058038,53.404085],[124.01369,53.403371],[123.985973,53.434401],[123.865249,53.489627],[123.797495,53.489983],[123.746373,53.500308],[123.698329,53.498528],[123.668764,53.533756],[123.620721,53.550115],[123.58746,53.546915],[123.569598,53.505291],[123.53141,53.507071],[123.557895,53.531978],[123.546808,53.551537],[123.517243,53.558292],[123.490758,53.542648],[123.510468,53.509206],[123.499381,53.497816],[123.47228,53.509206],[123.454417,53.536602],[123.394055,53.538024],[123.309672,53.56078],[123.274563,53.563269],[123.231447,53.549404],[123.179092,53.509918],[123.137209,53.498172],[123.093477,53.508138],[123.052209,53.506715],[122.943804,53.483929],[122.894528,53.462914],[122.826775,53.457213],[122.763949,53.463626],[122.673406,53.459351],[122.608117,53.465408],[122.5379,53.453293],[122.496016,53.458638],[122.435038,53.444739],[122.37406,53.47467],[122.350038,53.505647],[122.266886,53.470039],[122.227466,53.461845],[122.161561,53.468614],[122.111054,53.426913],[122.077177,53.422277],[122.026054,53.428339],[121.875765,53.426556],[121.816019,53.41336],[121.754425,53.389454],[121.697758,53.392666],[121.589969,53.350891],[121.499426,53.337314],[121.504969,53.323018],[121.575802,53.29155],[121.615222,53.258984],[121.642324,53.262564],[121.679896,53.240722],[121.67928,53.199515],[121.660186,53.195213],[121.665114,53.170467],[121.722396,53.145706],[121.753193,53.147501],[121.784606,53.104408],[121.775367,53.089674],[121.817867,53.061631],[121.785838,53.018451],[121.715621,52.997926],[121.677432,52.948192],[121.66265,52.912478],[121.610295,52.892264],[121.604136,52.872401],[121.620766,52.853251],[121.591201,52.824693],[121.537614,52.801542],[121.511129,52.779104],[121.476636,52.772225],[121.455078,52.73528],[121.373158,52.683067],[121.309717,52.676173],[121.29247,52.651855],[121.237036,52.619167],[121.182217,52.59918],[121.225333,52.577364],[121.280151,52.586819],[121.323883,52.573727],[121.353448,52.534793],[121.411963,52.52205],[121.416274,52.499468],[121.474172,52.482706],[121.495114,52.484892],[121.519136,52.456821],[121.565331,52.460468],[121.590585,52.443326],[121.63986,52.44442],[121.678664,52.419973],[121.658338,52.3904],[121.715621,52.342894],[121.714389,52.318025],[121.769207,52.308147],[121.841272,52.282526],[121.901018,52.280695],[121.94783,52.298266],[121.976779,52.343626],[122.035909,52.377615],[122.040837,52.413038],[122.091344,52.427272],[122.080873,52.440407],[122.107358,52.452445],[122.142467,52.495096],[122.140003,52.510032],[122.168952,52.513674],[122.178191,52.48963],[122.207756,52.469218],[122.310618,52.475416],[122.326016,52.459374],[122.342031,52.414133],[122.367284,52.413768],[122.378987,52.395512],[122.419023,52.375057],[122.447356,52.394052],[122.484313,52.341432],[122.478153,52.29607],[122.560689,52.282526],[122.585943,52.266413],[122.67895,52.276667],[122.710979,52.256157],[122.76087,52.26678],[122.787355,52.252494],[122.766413,52.232705],[122.769493,52.179893],[122.73808,52.153464],[122.690653,52.140243],[122.629059,52.13657],[122.643841,52.111585],[122.625363,52.067459],[122.650616,52.058997],[122.664783,51.99861],[122.683877,51.974654],[122.726377,51.978709],[122.729457,51.919321],[122.706051,51.890151],[122.725761,51.87833],[122.732536,51.832495],[122.771957,51.779579],[122.749167,51.746613],[122.778732,51.698048],[122.816304,51.655371],[122.820616,51.633088],[122.85634,51.606707],[122.832935,51.581797],[122.874202,51.561339],[122.880362,51.537894],[122.858804,51.524864],[122.880362,51.511085],[122.854492,51.477551],[122.871123,51.455181],[122.900072,51.445112],[122.903768,51.415262],[122.946267,51.405183],[122.965977,51.386886],[122.965977,51.345786],[123.002934,51.31213],[123.069455,51.321108],[123.127969,51.297913],[123.231447,51.279199],[123.231447,51.268716],[123.294273,51.254111],[123.339853,51.27246],[123.376809,51.266844],[123.414381,51.278825],[123.440251,51.270963],[123.46304,51.286686],[123.582533,51.294545],[123.582533,51.306893],[123.661989,51.319237],[123.660141,51.342795],[123.711264,51.398089],[123.794416,51.361109],[123.842459,51.367462],[123.887423,51.320734],[123.926227,51.300532],[123.939777,51.313253],[123.994596,51.322604],[124.071588,51.320734],[124.090067,51.3413],[124.128255,51.347281],[124.192313,51.33943],[124.239124,51.344664],[124.271769,51.308389],[124.297638,51.298661],[124.339522,51.293422],[124.406659,51.272086],[124.430065,51.301281],[124.426985,51.331953],[124.443616,51.35812],[124.478108,51.36223],[124.490427,51.380537],[124.555717,51.375307],[124.58713,51.363725],[124.62655,51.327465],[124.693687,51.3327],[124.752817,51.35812],[124.76452,51.38726],[124.783614,51.392115],[124.864302,51.37979],[124.885244,51.40817],[124.942527,51.447349],[124.917889,51.474196],[124.928976,51.498419],[124.983795,51.508478],[125.004737,51.529332],[125.047236,51.529704],[125.073106,51.553526],[125.060171,51.59667],[125.098975,51.658341],[125.12854,51.659083],[125.130388,51.635317],[125.175968,51.639403],[125.214772,51.627888],[125.228938,51.640517],[125.289301,51.633831],[125.316402,51.610052],[125.35151,51.623801],[125.38046,51.585516],[125.424807,51.562827],[125.528285,51.488359],[125.559082,51.461521],[125.559082,51.461521],[125.595422,51.416755],[125.595422,51.416755],[125.60035,51.413396],[125.60035,51.413396],[125.600966,51.410409],[125.600966,51.410409],[125.62314,51.398089],[125.62314,51.398089],[125.623756,51.387633],[125.623756,51.387633],[125.626219,51.380163],[125.626219,51.380163],[125.700132,51.327465],[125.700132,51.327465],[125.740784,51.27583],[125.740784,51.27583],[125.76111,51.261976],[125.76111,51.261976],[125.761726,51.226385],[125.819008,51.227134],[125.850421,51.21364],[125.864588,51.146487],[125.909551,51.138977],[125.946508,51.108176],[125.970529,51.123955],[125.993935,51.119072],[125.976073,51.084498],[126.059225,51.043503],[126.033971,51.011132],[126.041978,50.981753],[126.068464,50.967434],[126.042594,50.92558],[126.02042,50.927466],[125.996399,50.906715],[125.997631,50.872738],[125.961906,50.901054],[125.939732,50.85423],[125.913247,50.825885],[125.878138,50.816812],[125.890457,50.805845],[125.836255,50.793363],[125.846726,50.769524],[125.828863,50.756654],[125.804226,50.773309],[125.758646,50.746809],[125.795603,50.738856],[125.78082,50.725598],[125.825784,50.70362],[125.789443,50.679735],[125.804226,50.658874],[125.793139,50.643316],[125.814697,50.62092],[125.807921,50.60383],[125.829479,50.56165],[125.794987,50.532748],[125.770349,50.531227],[125.754335,50.506874],[125.740784,50.523237],[125.699516,50.487078],[125.654553,50.471082],[125.627451,50.443268],[125.580024,50.449366],[125.562162,50.438314],[125.583104,50.409717],[125.567089,50.402852],[125.536292,50.420014],[125.522126,50.404759],[125.546763,50.358965],[125.520278,50.3498],[125.530749,50.331085],[125.463611,50.295925],[125.466075,50.266861],[125.442053,50.260357],[125.448829,50.216338],[125.417416,50.195654],[125.39093,50.199868],[125.382923,50.172278],[125.335496,50.161161],[125.376148,50.137385],[125.311474,50.140453],[125.27883,50.127411],[125.258504,50.103618],[125.287453,50.093636],[125.283757,50.070211],[125.328105,50.065985],[125.315786,50.04562],[125.289916,50.057917],[125.25296,50.041393],[125.283757,50.036012],[125.297924,50.014481],[125.278214,49.996402],[125.241873,49.987938],[125.231402,49.957531],[125.190134,49.959841],[125.199373,49.935194],[125.225859,49.922481],[125.212924,49.907452],[125.245569,49.87198],[125.225243,49.867351],[125.239409,49.844587],[125.177815,49.829533],[125.222779,49.799026],[125.221547,49.754969],[125.204301,49.734086],[125.225243,49.726349],[125.219699,49.669058],[125.185207,49.634574],[125.189518,49.652401],[125.164881,49.669446],[125.132236,49.672157],[125.127308,49.655113],[125.15441,49.616741],[125.16796,49.629923],[125.205533,49.593859],[125.23017,49.595411],[125.233866,49.536801],[125.211076,49.539908],[125.228323,49.487063],[125.270822,49.454395],[125.256656,49.437275],[125.25604,49.395227],[125.277598,49.379644],[125.256656,49.359769],[125.261583,49.322336],[125.214772,49.277066],[125.227707,49.248947],[125.219699,49.189139],[125.187671,49.186792],[125.158721,49.144921],[125.117453,49.126127],[125.034302,49.157056],[125.039845,49.17623],[124.983179,49.162535],[124.906802,49.184054],[124.860607,49.166448],[124.847672,49.129651],[124.809484,49.115943],[124.828578,49.077933],[124.808252,49.020666],[124.756513,48.967262],[124.744194,48.920487],[124.709086,48.920487],[124.715861,48.885475],[124.697383,48.841775],[124.654267,48.83429],[124.644412,48.80789],[124.656115,48.783842],[124.612383,48.747945],[124.624702,48.701755],[124.601912,48.632587],[124.579122,48.596582],[124.520608,48.556195],[124.548941,48.535593],[124.533543,48.515379],[124.555717,48.467784],[124.507674,48.445558],[124.52492,48.426897],[124.51876,48.378027],[124.547094,48.35775],[124.540934,48.335476],[124.579738,48.297269],[124.558796,48.268197],[124.579122,48.262221],[124.547094,48.200829],[124.512601,48.164518],[124.529847,48.146951],[124.505826,48.124985],[124.478108,48.123387],[124.46579,48.098213],[124.415899,48.08782],[124.430065,48.12099],[124.471333,48.133373],[124.475029,48.173698],[124.418978,48.181679],[124.412819,48.219175],[124.422058,48.245884],[124.365392,48.283731],[124.353689,48.315978],[124.317964,48.35099],[124.331515,48.380015],[124.309957,48.413393],[124.330283,48.435633],[124.302566,48.456673],[124.314269,48.503881],[124.25945,48.536385],[124.25945,48.536385],[124.136878,48.463023],[124.07898,48.43603],[124.019234,48.39313],[123.862785,48.271782],[123.746373,48.197638],[123.705105,48.152142],[123.579453,48.045427],[123.537569,48.021816],[123.300432,47.953723],[123.256085,47.876711],[123.214201,47.824502],[123.161846,47.781892],[123.041122,47.746492],[122.926557,47.697777],[122.848949,47.67441],[122.765181,47.614333],[122.59395,47.54732],[122.543443,47.495589],[122.507103,47.401291],[122.418407,47.350632],[122.441197,47.310476],[122.441197,47.310476],[122.462755,47.27841],[122.498479,47.255262],[122.531124,47.198771],[122.582863,47.158092],[122.582863,47.158092],[122.615508,47.124306],[122.679566,47.094164],[122.710363,47.093349],[122.710363,47.093349],[122.821232,47.065636],[122.852645,47.072158],[122.845869,47.046881],[122.778116,47.002822],[122.77442,46.973837],[122.798442,46.9575],[122.791051,46.941567],[122.83971,46.937072],[122.895144,46.960359],[122.893913,46.895376],[122.906847,46.80738],[122.996774,46.761483],[123.00355,46.730726],[123.026339,46.718829],[123.076846,46.745082],[123.103332,46.734828],[123.163694,46.74016],[123.198802,46.803283],[123.22344,46.821305],[123.221592,46.850373],[123.295505,46.865105],[123.341084,46.826628],[123.374345,46.837683],[123.40699,46.906416],[123.404526,46.935438],[123.360179,46.970978],[123.304128,46.964852],[123.301664,46.999965],[123.337389,46.988943],[123.42362,46.934212],[123.487678,46.959951],[123.52833,46.944836],[123.483366,46.84587],[123.506772,46.827038],[123.562823,46.82581],[123.575757,46.845461],[123.576989,46.891286],[123.605322,46.891286],[123.599163,46.868378],[123.625648,46.847508],[123.580069,46.827447],[123.629344,46.813524],[123.631808,46.728675],[123.603475,46.68928],[123.474743,46.686817],[123.366338,46.677784],[123.318295,46.662179],[123.276411,46.660947],[123.279491,46.616981],[123.228368,46.588198],[123.18094,46.614103],[123.098404,46.603002],[123.077462,46.622324],[123.04605,46.617803],[123.052825,46.579972],[123.002318,46.574624],[123.010325,46.524823],[123.011557,46.434984],[123.089781,46.347888],[123.142136,46.298293],[123.178476,46.248239],[123.248078,46.273065],[123.286266,46.250308],[123.320758,46.254447],[123.357099,46.232096],[123.357099,46.232096],[123.430396,46.243687],[123.452569,46.233338],[123.499381,46.259826],[123.569598,46.223816],[123.569598,46.223816]]]]}},{"type":"Feature","properties":{"adcode":310000,"name":"上海市","center":[121.472644,31.231706],"centroid":[121.438737,31.072559],"childrenNum":16,"level":"province","parent":{"adcode":100000},"subFeatureIndex":8,"acroutes":[100000]},"geometry":{"type":"MultiPolygon","coordinates":[[[[120.901349,31.017327],[120.940153,31.010146],[120.949392,31.030148],[120.989428,31.01425],[121.000515,30.938309],[120.993124,30.889532],[121.020225,30.872069],[120.991892,30.837133],[121.038087,30.814007],[121.060261,30.845354],[121.097833,30.857171],[121.13787,30.826342],[121.123087,30.77905],[121.174826,30.771851],[121.21671,30.785734],[121.232108,30.755909],[121.272144,30.723504],[121.274608,30.677191],[121.362071,30.679764],[121.426129,30.730192],[121.517288,30.775451],[121.601056,30.805269],[121.681128,30.818633],[121.904714,30.814007],[121.943518,30.776993],[121.970004,30.789333],[121.954605,30.825828],[121.994025,30.862823],[121.990945,30.96859],[121.977395,31.016301],[121.946598,31.066039],[121.809859,31.196669],[121.722396,31.3036],[121.599208,31.37465],[121.520984,31.394575],[121.404571,31.479337],[121.343593,31.511996],[121.301093,31.49873],[121.301093,31.49873],[121.247507,31.476785],[121.241963,31.493117],[121.174826,31.44922],[121.143413,31.392021],[121.113848,31.37465],[121.130478,31.343987],[121.142797,31.275472],[121.090442,31.291838],[121.060261,31.245289],[121.076892,31.158267],[121.018377,31.134194],[120.930298,31.141365],[120.881023,31.134706],[120.859465,31.100379],[120.890878,31.094229],[120.901349,31.017327]]],[[[121.974931,31.61704],[121.715005,31.673592],[121.64294,31.697527],[121.599824,31.703128],[121.49881,31.753012],[121.431673,31.769295],[121.384861,31.833382],[121.323267,31.868458],[121.265369,31.863883],[121.200079,31.834907],[121.118775,31.759119],[121.145261,31.75403],[121.289391,31.61653],[121.371926,31.553314],[121.395332,31.585437],[121.434136,31.590535],[121.547469,31.531382],[121.625693,31.501792],[121.682976,31.491075],[121.819098,31.437987],[121.890547,31.428795],[121.981706,31.464024],[121.995873,31.493117],[121.974931,31.61704]]],[[[121.795693,31.330186],[121.792613,31.363408],[121.742106,31.407345],[121.585657,31.454836],[121.567179,31.48342],[121.520984,31.494137],[121.509897,31.4824],[121.572107,31.435944],[121.727939,31.35472],[121.76428,31.31536],[121.785222,31.31127],[121.795693,31.330186]]],[[[121.801852,31.356765],[121.8037,31.328652],[121.840656,31.295418],[121.932431,31.283144],[122.016199,31.282121],[122.097503,31.255522],[122.122756,31.307179],[122.116597,31.320984],[122.040837,31.324051],[121.951525,31.337343],[121.845584,31.37465],[121.792613,31.377715],[121.801852,31.356765]]],[[[121.626925,31.445135],[121.631853,31.456878],[121.579498,31.479848],[121.626925,31.445135]]],[[[121.943518,31.215608],[121.959533,31.159291],[121.995873,31.160828],[122.008808,31.221238],[121.950909,31.228915],[121.943518,31.215608]]],[[[121.88254,31.240684],[121.909026,31.195133],[121.923808,31.234032],[121.88254,31.240684]]]]}},{"type":"Feature","properties":{"adcode":320000,"name":"江苏省","center":[118.767413,32.041544],"centroid":[119.486506,32.983991],"childrenNum":13,"level":"province","parent":{"adcode":100000},"subFeatureIndex":9,"acroutes":[100000]},"geometry":{"type":"MultiPolygon","coordinates":[[[[117.311654,34.561686],[117.27285,34.556757],[117.303647,34.542463],[117.267923,34.532603],[117.27285,34.499565],[117.252524,34.48674],[117.248213,34.451216],[117.166293,34.434435],[117.139191,34.526687],[117.15151,34.559222],[117.104083,34.648874],[117.073286,34.639026],[117.061583,34.675947],[117.070206,34.713835],[117.022163,34.759081],[116.969192,34.771864],[116.95133,34.81069],[116.979047,34.815113],[116.966113,34.844588],[116.929156,34.843114],[116.922381,34.894671],[116.858323,34.928533],[116.821983,34.929515],[116.815823,34.965324],[116.789338,34.975133],[116.781331,34.916757],[116.677853,34.939327],[116.622418,34.939818],[116.613795,34.922645],[116.557745,34.908905],[116.445028,34.895652],[116.408071,34.850972],[116.403144,34.756131],[116.369267,34.749247],[116.363724,34.715311],[116.392057,34.710391],[116.374195,34.640011],[116.430245,34.650843],[116.432709,34.630163],[116.477057,34.614896],[116.490607,34.573513],[116.594085,34.511894],[116.592237,34.493646],[116.662454,34.472927],[116.722816,34.472434],[116.773939,34.453683],[116.782563,34.429993],[116.828142,34.389012],[116.909446,34.408271],[116.969192,34.389012],[116.960569,34.363821],[116.983359,34.348011],[116.969192,34.283753],[117.051112,34.221425],[117.025243,34.167469],[117.046801,34.151622],[117.123793,34.128342],[117.130568,34.101586],[117.192162,34.068873],[117.257452,34.065899],[117.277162,34.078787],[117.311654,34.067882],[117.357234,34.088205],[117.404045,34.03218],[117.435458,34.028212],[117.514914,34.060941],[117.543248,34.038627],[117.569117,33.985051],[117.612849,34.000433],[117.629479,34.028708],[117.671363,33.992494],[117.672595,33.934916],[117.715095,33.879287],[117.753899,33.891211],[117.759442,33.874318],[117.739732,33.758467],[117.72495,33.74951],[117.750203,33.710688],[117.791471,33.733585],[117.843826,33.736074],[117.901724,33.720146],[117.972557,33.74951],[118.019985,33.738562],[118.065564,33.76593],[118.117919,33.766427],[118.161035,33.735576],[118.16781,33.663381],[118.112376,33.617045],[118.117919,33.594615],[118.107448,33.475391],[118.050782,33.491863],[118.027376,33.455421],[118.016905,33.402978],[118.029224,33.374995],[117.992883,33.333005],[117.974405,33.279487],[117.939297,33.262475],[117.942376,33.224936],[117.977485,33.226437],[117.988572,33.180869],[118.037231,33.152314],[118.038463,33.134776],[118.149332,33.169348],[118.178281,33.217926],[118.217085,33.191888],[118.219549,33.114227],[118.243571,33.027967],[118.244803,32.998359],[118.26944,32.969242],[118.303933,32.96874],[118.291614,32.946143],[118.252194,32.936601],[118.2331,32.914498],[118.250346,32.848157],[118.301469,32.846145],[118.300237,32.783275],[118.334114,32.761637],[118.363063,32.770695],[118.375382,32.718849],[118.411106,32.715828],[118.450526,32.743518],[118.483787,32.721367],[118.560163,32.729926],[118.572482,32.719856],[118.642699,32.744525],[118.707373,32.72036],[118.756648,32.737477],[118.73817,32.772708],[118.743097,32.853184],[118.743097,32.853184],[118.810235,32.853687],[118.821322,32.920527],[118.846575,32.922034],[118.849039,32.956689],[118.89585,32.957694],[118.89585,32.957694],[118.892771,32.941121],[118.934039,32.93861],[118.993169,32.958196],[119.020886,32.955685],[119.054763,32.8748],[119.113277,32.823014],[119.184726,32.825529],[119.211827,32.708275],[119.208748,32.641276],[119.230921,32.607001],[119.22045,32.576748],[119.152697,32.557582],[119.168096,32.536394],[119.142226,32.499556],[119.084944,32.452602],[119.041212,32.515201],[118.975923,32.505108],[118.922336,32.557078],[118.92172,32.557078],[118.922336,32.557078],[118.92172,32.557078],[118.890923,32.553042],[118.908169,32.59238],[118.84288,32.56767],[118.820706,32.60448],[118.784981,32.582295],[118.757264,32.603976],[118.73509,32.58885],[118.719076,32.614059],[118.719076,32.614059],[118.688895,32.588346],[118.658714,32.594397],[118.632844,32.578261],[118.59712,32.600951],[118.568787,32.585825],[118.564475,32.562122],[118.608823,32.536899],[118.592192,32.481383],[118.628533,32.467751],[118.691359,32.472295],[118.685199,32.403604],[118.703061,32.328792],[118.657482,32.30148],[118.674728,32.250375],[118.643931,32.209875],[118.510888,32.194176],[118.49549,32.165304],[118.501033,32.121726],[118.433896,32.086746],[118.394476,32.076098],[118.389548,31.985281],[118.363679,31.930443],[118.472084,31.879639],[118.466541,31.857784],[118.504729,31.841516],[118.481939,31.778453],[118.533678,31.76726],[118.521975,31.743343],[118.5577,31.73011],[118.571866,31.746397],[118.641467,31.75861],[118.653786,31.73011],[118.697518,31.709747],[118.643315,31.671555],[118.643315,31.649651],[118.736322,31.633347],[118.748025,31.675629],[118.773894,31.682759],[118.802844,31.619078],[118.858894,31.623665],[118.881684,31.564023],[118.885995,31.519139],[118.883532,31.500261],[118.852119,31.393553],[118.824401,31.375672],[118.767735,31.363919],[118.745561,31.372606],[118.720924,31.322518],[118.726467,31.282121],[118.756648,31.279564],[118.794836,31.229426],[118.870597,31.242219],[118.984546,31.237102],[119.014727,31.241707],[119.10527,31.235055],[119.107118,31.250917],[119.158241,31.294907],[119.197661,31.295418],[119.198277,31.270357],[119.266646,31.250405],[119.294363,31.263195],[119.338095,31.259103],[119.350414,31.301043],[119.374435,31.258591],[119.360269,31.213049],[119.391682,31.174142],[119.439109,31.177214],[119.461283,31.156219],[119.532732,31.159291],[119.599869,31.10909],[119.623891,31.130096],[119.678093,31.167997],[119.705811,31.152634],[119.715666,31.169533],[119.779723,31.17875],[119.809904,31.148536],[119.827151,31.174142],[119.878274,31.160828],[119.921389,31.170045],[119.946027,31.106016],[119.988527,31.059375],[120.001461,31.027071],[120.052584,31.00553],[120.111099,30.955761],[120.149903,30.937283],[120.223816,30.926502],[120.316206,30.933689],[120.371025,30.948575],[120.35809,30.886964],[120.42338,30.902884],[120.435083,30.920855],[120.441858,30.860768],[120.460336,30.839702],[120.489285,30.763624],[120.504684,30.757967],[120.563814,30.835592],[120.589684,30.854089],[120.654973,30.846896],[120.68269,30.882342],[120.713487,30.88491],[120.709176,30.933176],[120.684538,30.955247],[120.698089,30.970643],[120.746132,30.962432],[120.770154,30.996809],[120.820661,31.006556],[120.865624,30.989627],[120.901349,31.017327],[120.890878,31.094229],[120.859465,31.100379],[120.881023,31.134706],[120.930298,31.141365],[121.018377,31.134194],[121.076892,31.158267],[121.060261,31.245289],[121.090442,31.291838],[121.142797,31.275472],[121.130478,31.343987],[121.113848,31.37465],[121.143413,31.392021],[121.174826,31.44922],[121.241963,31.493117],[121.247507,31.476785],[121.301093,31.49873],[121.301093,31.49873],[121.343593,31.511996],[121.371926,31.553314],[121.289391,31.61653],[121.145261,31.75403],[121.118775,31.759119],[121.200079,31.834907],[121.265369,31.863883],[121.323267,31.868458],[121.384861,31.833382],[121.431673,31.769295],[121.49881,31.753012],[121.599824,31.703128],[121.64294,31.697527],[121.715005,31.673592],[121.974931,31.61704],[121.970004,31.718911],[121.889315,31.866425],[121.856055,31.955328],[121.772287,32.032984],[121.759352,32.059362],[121.525295,32.136423],[121.542542,32.152132],[121.458774,32.177462],[121.499426,32.211394],[121.493882,32.263533],[121.450151,32.282256],[121.425513,32.430885],[121.390405,32.460682],[121.352216,32.474315],[121.269681,32.483402],[121.153268,32.52933],[121.121855,32.569183],[121.076892,32.576243],[121.020225,32.605489],[120.961711,32.612042],[120.979573,32.636236],[120.963559,32.68259],[120.916131,32.701225],[120.953088,32.714318],[120.972182,32.761134],[120.981421,32.85972],[120.957399,32.893395],[120.932762,33.005887],[120.917979,33.02596],[120.871784,33.047032],[120.874247,33.093672],[120.843451,33.209915],[120.819429,33.237951],[120.833595,33.274984],[120.813885,33.303499],[120.769538,33.307],[120.741205,33.337505],[120.717183,33.436945],[120.680227,33.520306],[120.622944,33.615051],[120.611241,33.627012],[120.583524,33.668362],[120.534249,33.782346],[120.48559,33.859411],[120.367329,34.091674],[120.347619,34.179352],[120.314359,34.255563],[120.311895,34.306991],[120.103707,34.391481],[119.962657,34.459112],[119.811752,34.485754],[119.781571,34.515839],[119.641137,34.569078],[119.610956,34.592729],[119.569072,34.615389],[119.465594,34.672994],[119.525956,34.73351],[119.456971,34.748264],[119.381827,34.752198],[119.494543,34.754656],[119.497007,34.754164],[119.439725,34.785136],[119.440957,34.769406],[119.378747,34.764489],[119.312841,34.774813],[119.272189,34.797914],[119.238313,34.799388],[119.217371,34.827886],[119.202588,34.890253],[119.214907,34.925589],[119.211211,34.981507],[119.238313,35.048657],[119.285124,35.068252],[119.291899,35.028567],[119.307298,35.032977],[119.292515,35.068742],[119.306066,35.076578],[119.286972,35.115261],[119.250016,35.124562],[119.217371,35.106939],[119.137915,35.096167],[119.114509,35.055026],[119.027045,35.055516],[118.942662,35.040817],[118.928495,35.051106],[118.86259,35.025626],[118.860742,34.944233],[118.805307,34.87307],[118.80038,34.843114],[118.772047,34.794474],[118.739402,34.792508],[118.719076,34.745313],[118.764039,34.740396],[118.783749,34.723181],[118.739402,34.693663],[118.690127,34.678408],[118.664257,34.693663],[118.607591,34.694155],[118.601431,34.714327],[118.545997,34.705964],[118.460997,34.656258],[118.473932,34.623269],[118.439439,34.626223],[118.424657,34.595193],[118.439439,34.507949],[118.416034,34.473914],[118.404947,34.427525],[118.379693,34.415183],[118.290382,34.424563],[118.277447,34.404814],[118.220165,34.405802],[118.217701,34.379134],[118.179513,34.379628],[118.177665,34.45319],[118.132702,34.483287],[118.16473,34.50499],[118.185056,34.543942],[118.079115,34.569571],[118.114839,34.614404],[118.084042,34.655766],[118.053861,34.650843],[117.951615,34.678408],[117.909732,34.670533],[117.902956,34.644443],[117.793935,34.651827],[117.791471,34.583368],[117.801942,34.518798],[117.684298,34.547392],[117.659044,34.501044],[117.609769,34.490686],[117.592523,34.462566],[117.53832,34.467006],[117.465023,34.484767],[117.402813,34.550843],[117.402813,34.569571],[117.370785,34.584846],[117.325205,34.573021],[117.325205,34.573021],[117.32151,34.566614],[117.32151,34.566614],[117.311654,34.561686],[117.311654,34.561686]]]]}},{"type":"Feature","properties":{"adcode":330000,"name":"浙江省","center":[120.153576,30.287459],"centroid":[120.109913,29.181466],"childrenNum":11,"level":"province","parent":{"adcode":100000},"subFeatureIndex":10,"acroutes":[100000]},"geometry":{"type":"MultiPolygon","coordinates":[[[[118.433896,28.288335],[118.444367,28.253548],[118.490562,28.238259],[118.493026,28.262509],[118.588497,28.282538],[118.595272,28.258292],[118.651322,28.277267],[118.674728,28.27147],[118.699366,28.309939],[118.719692,28.312047],[118.756032,28.252493],[118.802228,28.240368],[118.804075,28.207675],[118.771431,28.188687],[118.805923,28.154923],[118.802228,28.117453],[118.767735,28.10584],[118.719076,28.063601],[118.733858,28.027684],[118.730163,27.970615],[118.753568,27.947885],[118.818242,27.916689],[118.829329,27.847921],[118.873677,27.733563],[118.879836,27.667859],[118.913713,27.619616],[118.909401,27.568168],[118.869365,27.540047],[118.907553,27.460952],[118.955597,27.4498],[118.986393,27.47582],[118.983314,27.498649],[119.020886,27.498118],[119.03998,27.478475],[119.092335,27.466262],[119.129907,27.475289],[119.121284,27.438115],[119.14777,27.424836],[119.224146,27.416868],[119.26911,27.42218],[119.285124,27.457766],[119.334399,27.480067],[119.360269,27.524657],[119.416935,27.539517],[119.438493,27.508734],[119.466826,27.526249],[119.501935,27.610601],[119.501319,27.649837],[119.541971,27.666799],[119.606028,27.674749],[119.644217,27.663619],[119.626354,27.620676],[119.630666,27.582491],[119.675014,27.574534],[119.659615,27.540578],[119.690412,27.537394],[119.70889,27.514042],[119.703347,27.446613],[119.685485,27.438646],[119.711354,27.403054],[119.750774,27.373829],[119.739687,27.362668],[119.782187,27.330241],[119.768636,27.307909],[119.843165,27.300464],[119.938636,27.329709],[119.960194,27.365857],[120.008237,27.375423],[120.026099,27.344063],[120.052584,27.338747],[120.096316,27.390302],[120.136968,27.402523],[120.134504,27.420055],[120.221352,27.420055],[120.26262,27.432804],[120.273091,27.38924],[120.340844,27.399867],[120.343924,27.363199],[120.430155,27.258976],[120.401822,27.250996],[120.404286,27.204166],[120.461568,27.142407],[120.492365,27.136016],[120.545952,27.156785],[120.574901,27.234501],[120.554575,27.25206],[120.580444,27.321203],[120.665444,27.357884],[120.673451,27.420055],[120.703016,27.478475],[120.637111,27.561271],[120.634647,27.577186],[120.685154,27.622797],[120.709176,27.682699],[120.771386,27.734623],[120.777545,27.774873],[120.809574,27.775402],[120.840371,27.758986],[120.910588,27.864852],[120.942001,27.896592],[120.97403,27.887071],[121.027616,27.832574],[121.070116,27.834162],[121.107688,27.81352],[121.152036,27.815638],[121.134174,27.787051],[121.13479,27.787051],[121.149572,27.801345],[121.149572,27.801875],[121.153268,27.809815],[121.152652,27.810344],[121.192072,27.822518],[121.193304,27.872259],[121.162507,27.879136],[121.162507,27.90717],[121.099681,27.895005],[121.05595,27.900294],[120.991892,27.95],[121.015298,27.981714],[121.059029,28.096338],[121.108304,28.139092],[121.121239,28.12537],[121.140949,28.031382],[121.176058,28.022401],[121.261057,28.034551],[121.299862,28.067297],[121.328195,28.134343],[121.373774,28.133287],[121.402107,28.197127],[121.45631,28.250385],[121.488955,28.301509],[121.538846,28.299401],[121.571491,28.279376],[121.580114,28.240368],[121.627541,28.251966],[121.669425,28.33312],[121.660186,28.355768],[121.634317,28.347868],[121.658954,28.392628],[121.692831,28.407368],[121.671273,28.472621],[121.646019,28.511544],[121.634317,28.562542],[121.596128,28.575156],[121.557324,28.645033],[121.540694,28.655537],[121.646019,28.682842],[121.689135,28.719062],[121.704534,28.804577],[121.687287,28.863294],[121.774751,28.863818],[121.772287,28.898404],[121.743338,28.954451],[121.711309,28.985865],[121.712541,29.028783],[121.658954,29.058606],[121.660186,29.118226],[121.616454,29.143318],[121.608447,29.168927],[121.715621,29.125022],[121.750113,29.136523],[121.767975,29.166837],[121.780294,29.10986],[121.811091,29.10986],[121.85975,29.086328],[121.884388,29.105677],[121.966308,29.052852],[121.970004,29.092604],[121.988482,29.110906],[121.986634,29.154817],[121.948446,29.193485],[121.971851,29.193485],[121.966924,29.249894],[122.002032,29.260336],[122.000185,29.278608],[121.94475,29.28435],[121.958301,29.334448],[121.936127,29.348012],[121.937975,29.384],[121.975547,29.411113],[121.993409,29.45229],[121.973083,29.477821],[121.968772,29.515846],[121.995257,29.545007],[122.000185,29.582486],[121.966308,29.636078],[121.909641,29.650122],[121.872685,29.632437],[121.833265,29.653242],[121.937359,29.748373],[122.003264,29.762401],[122.043916,29.822647],[122.10243,29.859504],[122.143082,29.877668],[122.140003,29.901535],[122.00696,29.891678],[122.00388,29.92021],[121.971235,29.955476],[121.919497,29.920729],[121.835113,29.958068],[121.78399,29.99332],[121.721164,29.992802],[121.699606,30.007832],[121.652795,30.071037],[121.635548,30.070002],[121.561636,30.184395],[121.497578,30.258861],[121.395332,30.338435],[121.371926,30.37097],[121.328195,30.397299],[121.225333,30.404526],[121.183449,30.434458],[121.092906,30.515952],[121.058413,30.563888],[121.148956,30.599953],[121.188992,30.632916],[121.239499,30.648878],[121.274608,30.677191],[121.272144,30.723504],[121.232108,30.755909],[121.21671,30.785734],[121.174826,30.771851],[121.123087,30.77905],[121.13787,30.826342],[121.097833,30.857171],[121.060261,30.845354],[121.038087,30.814007],[120.991892,30.837133],[121.020225,30.872069],[120.993124,30.889532],[121.000515,30.938309],[120.989428,31.01425],[120.949392,31.030148],[120.940153,31.010146],[120.901349,31.017327],[120.865624,30.989627],[120.820661,31.006556],[120.770154,30.996809],[120.746132,30.962432],[120.698089,30.970643],[120.684538,30.955247],[120.709176,30.933176],[120.713487,30.88491],[120.68269,30.882342],[120.654973,30.846896],[120.589684,30.854089],[120.563814,30.835592],[120.504684,30.757967],[120.489285,30.763624],[120.460336,30.839702],[120.441858,30.860768],[120.435083,30.920855],[120.42338,30.902884],[120.35809,30.886964],[120.371025,30.948575],[120.316206,30.933689],[120.223816,30.926502],[120.149903,30.937283],[120.111099,30.955761],[120.052584,31.00553],[120.001461,31.027071],[119.988527,31.059375],[119.946027,31.106016],[119.921389,31.170045],[119.878274,31.160828],[119.827151,31.174142],[119.809904,31.148536],[119.779723,31.17875],[119.715666,31.169533],[119.705811,31.152634],[119.678093,31.167997],[119.623891,31.130096],[119.649144,31.104991],[119.629434,31.085517],[119.633746,31.019379],[119.580159,30.967051],[119.582007,30.932149],[119.563529,30.919315],[119.557369,30.874124],[119.575847,30.829939],[119.55429,30.825828],[119.527188,30.77905],[119.479761,30.772365],[119.482841,30.704467],[119.444652,30.650422],[119.408312,30.645274],[119.39045,30.685941],[119.343022,30.664322],[119.323312,30.630341],[119.238929,30.609225],[119.265414,30.574709],[119.237081,30.546881],[119.272189,30.510281],[119.326392,30.532964],[119.336247,30.508734],[119.335015,30.448389],[119.36766,30.38491],[119.402768,30.374584],[119.349182,30.349281],[119.326392,30.372002],[119.277117,30.341018],[119.246936,30.341018],[119.236465,30.297106],[119.201356,30.290905],[119.126828,30.304856],[119.091719,30.323972],[119.06277,30.304856],[118.988857,30.332237],[118.954365,30.360126],[118.880452,30.31519],[118.877988,30.282637],[118.905089,30.216464],[118.929727,30.2025],[118.852735,30.166805],[118.852119,30.149729],[118.895234,30.148694],[118.873677,30.11505],[118.878604,30.064822],[118.902626,30.029078],[118.894619,29.937845],[118.838568,29.934733],[118.841032,29.891159],[118.740634,29.814859],[118.744945,29.73902],[118.700598,29.706277],[118.647011,29.64336],[118.61991,29.654282],[118.573714,29.638159],[118.532446,29.588731],[118.500417,29.57572],[118.496106,29.519492],[118.381541,29.504909],[118.347664,29.474174],[118.329802,29.495012],[118.306396,29.479384],[118.316252,29.422581],[118.248498,29.431443],[118.193064,29.395472],[118.205382,29.343839],[118.166578,29.314099],[118.178281,29.297921],[118.138861,29.283828],[118.077883,29.290614],[118.073571,29.216993],[118.042159,29.210202],[118.027992,29.167882],[118.045238,29.149068],[118.037847,29.102017],[118.076035,29.074822],[118.066796,29.053898],[118.097593,28.998952],[118.115455,29.009944],[118.115455,29.009944],[118.133933,28.983771],[118.165346,28.986912],[118.227556,28.942406],[118.195527,28.904167],[118.270056,28.918836],[118.300237,28.826075],[118.364295,28.813491],[118.403099,28.702791],[118.428352,28.681267],[118.428352,28.617193],[118.428352,28.617193],[118.412338,28.55676],[118.4302,28.515225],[118.414802,28.497344],[118.474548,28.478934],[118.456686,28.424738],[118.432048,28.402104],[118.455454,28.384204],[118.480091,28.327325],[118.433896,28.288335]]],[[[122.163408,29.988137],[122.239785,29.962735],[122.279205,29.937326],[122.322321,29.940438],[122.341415,29.976733],[122.343879,30.020269],[122.310002,30.039958],[122.290908,30.074663],[122.301379,30.086574],[122.293988,30.100554],[122.152938,30.113497],[122.095655,30.158008],[122.048844,30.147141],[121.955221,30.183878],[121.934895,30.161631],[121.983554,30.100554],[121.989714,30.077252],[121.978011,30.059125],[122.027902,29.991247],[122.106742,30.005759],[122.118445,29.986582],[122.163408,29.988137]]],[[[122.213915,30.186464],[122.178807,30.199396],[122.152938,30.19112],[122.143698,30.163183],[122.168336,30.138343],[122.213915,30.186464]]],[[[122.229314,29.711995],[122.210836,29.700559],[122.269966,29.685482],[122.231162,29.710435],[122.229314,29.711995]]],[[[122.427646,30.738422],[122.427031,30.697777],[122.532972,30.696748],[122.528045,30.725047],[122.475074,30.714243],[122.445509,30.745109],[122.427646,30.738422]]],[[[122.162793,30.329654],[122.058083,30.291938],[122.154169,30.244903],[122.231778,30.234562],[122.247176,30.30124],[122.228082,30.329654],[122.191126,30.329654],[122.176343,30.351863],[122.162793,30.329654]]],[[[122.317393,30.249556],[122.277973,30.242835],[122.358661,30.236113],[122.365437,30.255242],[122.417175,30.238699],[122.40732,30.272817],[122.333408,30.272817],[122.317393,30.249556]]],[[[122.026054,29.178333],[122.013119,29.151681],[122.056851,29.158476],[122.075945,29.176243],[122.036525,29.20759],[122.026054,29.178333]]],[[[122.372212,29.893234],[122.386379,29.834069],[122.415944,29.828877],[122.401777,29.869884],[122.433806,29.883376],[122.43319,29.919173],[122.411632,29.951846],[122.398081,29.9394],[122.351886,29.959105],[122.330944,29.937845],[122.338951,29.911911],[122.353734,29.89946],[122.362973,29.894272],[122.372212,29.893234]]],[[[122.43011,30.408655],[122.432574,30.445294],[122.37406,30.461802],[122.277973,30.471603],[122.281669,30.418461],[122.318625,30.407106],[122.352502,30.422074],[122.43011,30.408655]]],[[[121.837577,28.770484],[121.86283,28.782024],[121.861598,28.814016],[121.837577,28.770484]]],[[[122.265038,29.84549],[122.221307,29.832512],[122.248408,29.804473],[122.310002,29.766557],[122.325401,29.781621],[122.299531,29.819532],[122.319241,29.829397],[122.265038,29.84549]]],[[[121.790765,29.082144],[121.832649,29.050236],[121.84312,29.082144],[121.82033,29.099402],[121.790765,29.082144]]],[[[121.201311,27.623328],[121.197616,27.618025],[121.198848,27.616964],[121.203775,27.625979],[121.201311,27.623328]]],[[[121.943518,30.776993],[121.968156,30.688514],[121.997105,30.658659],[122.087032,30.602014],[122.133227,30.595317],[122.075329,30.647848],[122.011271,30.66947],[121.992793,30.695204],[121.987866,30.753338],[121.970004,30.789333],[121.943518,30.776993]]],[[[121.889315,28.471569],[121.918881,28.497344],[121.881924,28.502603],[121.889315,28.471569]]],[[[122.182503,29.650642],[122.211452,29.692241],[122.200365,29.712515],[122.146778,29.749412],[122.13138,29.788893],[122.083952,29.78318],[122.047612,29.719791],[122.074097,29.701599],[122.095655,29.716673],[122.138155,29.662083],[122.182503,29.650642]]],[[[122.461523,29.944068],[122.459675,29.944586],[122.460291,29.947179],[122.451668,29.943031],[122.451052,29.940956],[122.450436,29.940956],[122.449204,29.9394],[122.4529,29.936807],[122.452284,29.935252],[122.45598,29.926435],[122.457827,29.927472],[122.462755,29.927991],[122.467067,29.928509],[122.459059,29.938882],[122.461523,29.944068]]],[[[122.570544,30.644244],[122.559457,30.679764],[122.546523,30.651967],[122.570544,30.644244]]],[[[121.869605,28.423685],[121.910873,28.44],[121.889931,28.45105],[121.869605,28.423685]]],[[[122.065474,30.179739],[122.055619,30.200431],[122.017431,30.186464],[122.025438,30.161631],[122.065474,30.179739]]],[[[122.391306,29.970512],[122.411632,30.025969],[122.378371,30.023896],[122.3679,29.980361],[122.391306,29.970512]]],[[[121.850511,29.977251],[121.874533,29.964809],[121.933047,29.994875],[121.924424,30.052391],[121.88562,30.094859],[121.848663,30.101072],[121.84004,30.047211],[121.844968,29.982953],[121.850511,29.977251]]],[[[121.066421,27.478475],[121.066421,27.461483],[121.107073,27.443958],[121.067036,27.478475],[121.066421,27.478475]]],[[[121.952141,29.187738],[121.979243,29.160043],[121.976779,29.191918],[121.952141,29.187738]]],[[[122.038373,29.759284],[122.011271,29.746294],[122.02975,29.716673],[122.038373,29.759284]]],[[[121.940438,30.114533],[121.910257,30.089163],[121.945982,30.064304],[121.962612,30.106249],[121.940438,30.114533]]],[[[121.957685,30.287804],[122.0008,30.308473],[121.989098,30.339985],[121.94167,30.33327],[121.921344,30.30744],[121.957685,30.287804]]],[[[122.192974,29.965327],[122.163408,29.988137],[122.152322,29.97103],[122.154169,29.97103],[122.155401,29.970512],[122.18435,29.955476],[122.192974,29.965327]]],[[[122.287828,29.723949],[122.301379,29.748373],[122.258263,29.753569],[122.241633,29.784738],[122.2133,29.771752],[122.251488,29.731225],[122.287828,29.723949]]],[[[121.134174,27.787051],[121.134174,27.785992],[121.13479,27.787051],[121.134174,27.787051]]],[[[122.760254,30.141966],[122.784275,30.130062],[122.781196,30.13265],[122.778116,30.13679],[122.770725,30.138861],[122.763333,30.141966],[122.762101,30.142484],[122.760254,30.141966]]],[[[122.264423,30.269716],[122.253952,30.237147],[122.315545,30.250073],[122.300147,30.271266],[122.264423,30.269716]]],[[[122.282901,29.860542],[122.30877,29.849642],[122.343263,29.860542],[122.343263,29.882857],[122.301379,29.883895],[122.282901,29.860542]]],[[[122.781196,30.694175],[122.799674,30.716301],[122.778732,30.729677],[122.757174,30.713728],[122.781196,30.694175]]],[[[121.098449,27.937311],[121.152652,27.961629],[121.120623,27.986471],[121.0695,27.984357],[121.038087,27.948942],[121.098449,27.937311]]],[[[121.185913,27.963215],[121.237652,27.988056],[121.197616,28.000739],[121.17113,27.978543],[121.185913,27.963215]]],[[[122.454132,29.956513],[122.447972,29.955994],[122.445509,29.952365],[122.446741,29.951327],[122.447972,29.947698],[122.459059,29.950809],[122.458443,29.951846],[122.455364,29.955994],[122.454132,29.956513]]],[[[122.836014,30.698806],[122.831087,30.728648],[122.807681,30.714243],[122.836014,30.698806]]],[[[122.200365,29.969475],[122.233626,29.946661],[122.273662,29.93214],[122.239785,29.960142],[122.200365,29.969475]]],[[[122.029134,29.954957],[122.043916,29.930584],[122.058699,29.955994],[122.029134,29.954957]]],[[[121.044247,27.979072],[121.089826,27.998625],[121.073812,28.007608],[121.044247,27.979072]]],[[[122.471378,29.927472],[122.470762,29.925916],[122.473226,29.925397],[122.47261,29.927472],[122.471378,29.927472]]],[[[122.152322,29.97103],[122.155401,29.970512],[122.154169,29.97103],[122.152322,29.97103]]]]}},{"type":"Feature","properties":{"adcode":340000,"name":"安徽省","center":[117.283042,31.86119],"centroid":[117.226884,31.849254],"childrenNum":16,"level":"province","parent":{"adcode":100000},"subFeatureIndex":11,"acroutes":[100000]},"geometry":{"type":"MultiPolygon","coordinates":[[[[116.599629,34.014324],[116.641512,33.978103],[116.64336,33.896675],[116.631042,33.887733],[116.566984,33.9081],[116.558361,33.881274],[116.486296,33.869846],[116.437637,33.846489],[116.437021,33.801246],[116.408071,33.805721],[116.393905,33.782843],[116.316912,33.771402],[116.263326,33.730101],[116.230065,33.735078],[116.155536,33.709693],[116.132747,33.751501],[116.100102,33.782843],[116.074232,33.781351],[116.055754,33.804727],[116.05945,33.860902],[115.982457,33.917039],[116.00032,33.965199],[115.95782,34.007875],[115.904233,34.009859],[115.876516,34.028708],[115.877132,34.002913],[115.85003,34.004898],[115.846335,34.028708],[115.809378,34.062428],[115.768726,34.061932],[115.736082,34.076805],[115.705901,34.059949],[115.658473,34.061437],[115.642459,34.03218],[115.60735,34.030196],[115.579017,33.974133],[115.577785,33.950307],[115.547604,33.874815],[115.631988,33.869846],[115.614126,33.775879],[115.576553,33.787817],[115.563003,33.772895],[115.601807,33.718653],[115.601191,33.658898],[115.639995,33.585143],[115.564851,33.576169],[115.511264,33.55323],[115.463837,33.567193],[115.422569,33.557219],[115.394851,33.506335],[115.366518,33.5233],[115.345576,33.502842],[115.345576,33.449928],[115.324634,33.457418],[115.315395,33.431451],[115.328946,33.403477],[115.313547,33.376994],[115.341881,33.370997],[115.365286,33.336005],[115.361591,33.298497],[115.335105,33.297997],[115.340033,33.260973],[115.300613,33.204407],[115.303692,33.149809],[115.289526,33.131769],[115.245178,33.135778],[115.194671,33.120743],[115.168186,33.088658],[115.041302,33.086653],[114.990795,33.102195],[114.966158,33.147304],[114.932897,33.153817],[114.902716,33.129764],[114.897172,33.086653],[114.913187,33.083143],[114.925506,33.016928],[114.891629,33.020441],[114.883006,32.990328],[114.916266,32.971251],[114.943368,32.935094],[115.009273,32.940117],[115.035143,32.932582],[115.029599,32.906962],[115.139237,32.897917],[115.155867,32.864747],[115.197135,32.856201],[115.189744,32.812452],[115.211301,32.785791],[115.189744,32.770695],[115.179273,32.726402],[115.182968,32.666973],[115.20083,32.591876],[115.24333,32.593388],[115.267352,32.578261],[115.30554,32.583303],[115.304924,32.553042],[115.411482,32.575235],[115.409018,32.549007],[115.497713,32.492489],[115.5088,32.468761],[115.510648,32.468761],[115.510648,32.468256],[115.510648,32.467751],[115.509416,32.466741],[115.522967,32.441997],[115.57101,32.419266],[115.604271,32.425833],[115.626445,32.40512],[115.657857,32.428864],[115.667712,32.409667],[115.704669,32.495013],[115.742241,32.476335],[115.771806,32.505108],[115.789052,32.468761],[115.861117,32.537403],[115.891298,32.576243],[115.910393,32.567165],[115.8759,32.542448],[115.845719,32.501575],[115.883291,32.487946],[115.865429,32.458662],[115.899306,32.390971],[115.912856,32.227596],[115.941805,32.166318],[115.922095,32.049725],[115.928871,32.003046],[115.909161,31.94314],[115.920248,31.920285],[115.894994,31.8649],[115.893762,31.832365],[115.914704,31.814567],[115.886371,31.776418],[115.851878,31.786593],[115.808147,31.770313],[115.808147,31.770313],[115.767495,31.78761],[115.731154,31.76726],[115.676336,31.778453],[115.553764,31.69549],[115.534054,31.698545],[115.495249,31.673083],[115.476771,31.643028],[115.485394,31.608885],[115.439815,31.588496],[115.415793,31.525771],[115.371446,31.495668],[115.389924,31.450241],[115.373909,31.405813],[115.393004,31.389977],[115.372062,31.349098],[115.40717,31.337854],[115.443511,31.344498],[115.473076,31.265242],[115.507568,31.267799],[115.539597,31.231985],[115.540213,31.194621],[115.585793,31.143926],[115.603655,31.17363],[115.655394,31.211002],[115.700973,31.201276],[115.778582,31.112164],[115.797676,31.128047],[115.837712,31.127022],[115.867277,31.147512],[115.887603,31.10909],[115.939958,31.071678],[115.938726,31.04707],[116.006479,31.034764],[116.015102,31.011685],[116.058834,31.012711],[116.071769,30.956787],[116.03974,30.957813],[115.976298,30.931636],[115.932566,30.889532],[115.865429,30.864364],[115.848799,30.828397],[115.863581,30.815549],[115.851262,30.756938],[115.782893,30.751795],[115.762567,30.685426],[115.81369,30.637035],[115.819234,30.597893],[115.848799,30.602014],[115.876516,30.582438],[115.887603,30.542758],[115.910393,30.519046],[115.894994,30.452517],[115.921479,30.416397],[115.885139,30.379747],[115.91532,30.337919],[115.903001,30.31364],[115.985537,30.290905],[115.997856,30.252657],[116.065609,30.204569],[116.055754,30.180774],[116.088399,30.110391],[116.078544,30.062233],[116.091479,30.036331],[116.073616,29.969993],[116.128435,29.897904],[116.13521,29.819532],[116.172783,29.828358],[116.227601,29.816936],[116.250391,29.785777],[116.280572,29.788893],[116.342782,29.835626],[116.467818,29.896347],[116.525716,29.897385],[116.552201,29.909836],[116.585462,30.045657],[116.620571,30.073109],[116.666766,30.076734],[116.720353,30.053945],[116.747454,30.057053],[116.783794,30.030632],[116.802889,29.99643],[116.830606,30.004723],[116.83307,29.95755],[116.868794,29.980361],[116.900207,29.949253],[116.882961,29.893753],[116.780715,29.792529],[116.762237,29.802396],[116.673541,29.709916],[116.698795,29.707836],[116.70557,29.69692],[116.706802,29.6964],[116.704954,29.688602],[116.680317,29.681323],[116.651983,29.637118],[116.716657,29.590813],[116.721585,29.564789],[116.760389,29.599139],[116.780715,29.569994],[116.849084,29.57624],[116.873722,29.609546],[116.939627,29.648561],[116.974736,29.657403],[116.996294,29.683403],[117.041873,29.680803],[117.112706,29.711995],[117.108395,29.75201],[117.136728,29.775388],[117.123177,29.798761],[117.073286,29.831992],[117.127489,29.86158],[117.129952,29.89946],[117.171836,29.920729],[117.2168,29.926953],[117.246365,29.915023],[117.261763,29.880781],[117.25314,29.834588],[117.29256,29.822647],[117.338756,29.848085],[117.359082,29.812782],[117.382487,29.840818],[117.415132,29.85068],[117.408973,29.802396],[117.455168,29.749412],[117.453936,29.688082],[117.490277,29.660003],[117.530313,29.654282],[117.523538,29.630356],[117.543248,29.588731],[117.608537,29.591333],[117.647957,29.614749],[117.678754,29.595496],[117.690457,29.555939],[117.729877,29.550213],[117.795167,29.570515],[117.872775,29.54761],[117.933753,29.549172],[118.00397,29.578322],[118.042774,29.566351],[118.050782,29.542924],[118.095129,29.534072],[118.143788,29.489803],[118.127774,29.47209],[118.136397,29.418932],[118.193064,29.395472],[118.248498,29.431443],[118.316252,29.422581],[118.306396,29.479384],[118.329802,29.495012],[118.347664,29.474174],[118.381541,29.504909],[118.496106,29.519492],[118.500417,29.57572],[118.532446,29.588731],[118.573714,29.638159],[118.61991,29.654282],[118.647011,29.64336],[118.700598,29.706277],[118.744945,29.73902],[118.740634,29.814859],[118.841032,29.891159],[118.838568,29.934733],[118.894619,29.937845],[118.902626,30.029078],[118.878604,30.064822],[118.873677,30.11505],[118.895234,30.148694],[118.852119,30.149729],[118.852735,30.166805],[118.929727,30.2025],[118.905089,30.216464],[118.877988,30.282637],[118.880452,30.31519],[118.954365,30.360126],[118.988857,30.332237],[119.06277,30.304856],[119.091719,30.323972],[119.126828,30.304856],[119.201356,30.290905],[119.236465,30.297106],[119.246936,30.341018],[119.277117,30.341018],[119.326392,30.372002],[119.349182,30.349281],[119.402768,30.374584],[119.36766,30.38491],[119.335015,30.448389],[119.336247,30.508734],[119.326392,30.532964],[119.272189,30.510281],[119.237081,30.546881],[119.265414,30.574709],[119.238929,30.609225],[119.323312,30.630341],[119.343022,30.664322],[119.39045,30.685941],[119.408312,30.645274],[119.444652,30.650422],[119.482841,30.704467],[119.479761,30.772365],[119.527188,30.77905],[119.55429,30.825828],[119.575847,30.829939],[119.557369,30.874124],[119.563529,30.919315],[119.582007,30.932149],[119.580159,30.967051],[119.633746,31.019379],[119.629434,31.085517],[119.649144,31.104991],[119.623891,31.130096],[119.599869,31.10909],[119.532732,31.159291],[119.461283,31.156219],[119.439109,31.177214],[119.391682,31.174142],[119.360269,31.213049],[119.374435,31.258591],[119.350414,31.301043],[119.338095,31.259103],[119.294363,31.263195],[119.266646,31.250405],[119.198277,31.270357],[119.197661,31.295418],[119.158241,31.294907],[119.107118,31.250917],[119.10527,31.235055],[119.014727,31.241707],[118.984546,31.237102],[118.870597,31.242219],[118.794836,31.229426],[118.756648,31.279564],[118.726467,31.282121],[118.720924,31.322518],[118.745561,31.372606],[118.767735,31.363919],[118.824401,31.375672],[118.852119,31.393553],[118.883532,31.500261],[118.857046,31.506384],[118.865669,31.519139],[118.885995,31.519139],[118.881684,31.564023],[118.858894,31.623665],[118.802844,31.619078],[118.773894,31.682759],[118.748025,31.675629],[118.736322,31.633347],[118.643315,31.649651],[118.643315,31.671555],[118.697518,31.709747],[118.653786,31.73011],[118.641467,31.75861],[118.571866,31.746397],[118.5577,31.73011],[118.521975,31.743343],[118.533678,31.76726],[118.481939,31.778453],[118.504729,31.841516],[118.466541,31.857784],[118.472084,31.879639],[118.363679,31.930443],[118.389548,31.985281],[118.394476,32.076098],[118.433896,32.086746],[118.501033,32.121726],[118.49549,32.165304],[118.510888,32.194176],[118.643931,32.209875],[118.674728,32.250375],[118.657482,32.30148],[118.703061,32.328792],[118.685199,32.403604],[118.691359,32.472295],[118.628533,32.467751],[118.592192,32.481383],[118.608823,32.536899],[118.564475,32.562122],[118.568787,32.585825],[118.59712,32.600951],[118.632844,32.578261],[118.658714,32.594397],[118.688895,32.588346],[118.719076,32.614059],[118.719076,32.614059],[118.73509,32.58885],[118.757264,32.603976],[118.784981,32.582295],[118.820706,32.60448],[118.84288,32.56767],[118.908169,32.59238],[118.890923,32.553042],[118.92172,32.557078],[118.922336,32.557078],[118.92172,32.557078],[118.922336,32.557078],[118.975923,32.505108],[119.041212,32.515201],[119.084944,32.452602],[119.142226,32.499556],[119.168096,32.536394],[119.152697,32.557582],[119.22045,32.576748],[119.230921,32.607001],[119.208748,32.641276],[119.211827,32.708275],[119.184726,32.825529],[119.113277,32.823014],[119.054763,32.8748],[119.020886,32.955685],[118.993169,32.958196],[118.934039,32.93861],[118.892771,32.941121],[118.89585,32.957694],[118.89585,32.957694],[118.849039,32.956689],[118.846575,32.922034],[118.821322,32.920527],[118.810235,32.853687],[118.743097,32.853184],[118.743097,32.853184],[118.73817,32.772708],[118.756648,32.737477],[118.707373,32.72036],[118.642699,32.744525],[118.572482,32.719856],[118.560163,32.729926],[118.483787,32.721367],[118.450526,32.743518],[118.411106,32.715828],[118.375382,32.718849],[118.363063,32.770695],[118.334114,32.761637],[118.300237,32.783275],[118.301469,32.846145],[118.250346,32.848157],[118.2331,32.914498],[118.252194,32.936601],[118.291614,32.946143],[118.303933,32.96874],[118.26944,32.969242],[118.244803,32.998359],[118.243571,33.027967],[118.219549,33.114227],[118.217085,33.191888],[118.178281,33.217926],[118.149332,33.169348],[118.038463,33.134776],[118.037231,33.152314],[117.988572,33.180869],[117.977485,33.226437],[117.942376,33.224936],[117.939297,33.262475],[117.974405,33.279487],[117.992883,33.333005],[118.029224,33.374995],[118.016905,33.402978],[118.027376,33.455421],[118.050782,33.491863],[118.107448,33.475391],[118.117919,33.594615],[118.112376,33.617045],[118.16781,33.663381],[118.161035,33.735576],[118.117919,33.766427],[118.065564,33.76593],[118.019985,33.738562],[117.972557,33.74951],[117.901724,33.720146],[117.843826,33.736074],[117.791471,33.733585],[117.750203,33.710688],[117.72495,33.74951],[117.739732,33.758467],[117.759442,33.874318],[117.753899,33.891211],[117.715095,33.879287],[117.672595,33.934916],[117.671363,33.992494],[117.629479,34.028708],[117.612849,34.000433],[117.569117,33.985051],[117.543248,34.038627],[117.514914,34.060941],[117.435458,34.028212],[117.404045,34.03218],[117.357234,34.088205],[117.311654,34.067882],[117.277162,34.078787],[117.257452,34.065899],[117.192162,34.068873],[117.130568,34.101586],[117.123793,34.128342],[117.046801,34.151622],[117.025243,34.167469],[117.051112,34.221425],[116.969192,34.283753],[116.983359,34.348011],[116.960569,34.363821],[116.969192,34.389012],[116.909446,34.408271],[116.828142,34.389012],[116.782563,34.429993],[116.773939,34.453683],[116.722816,34.472434],[116.662454,34.472927],[116.592237,34.493646],[116.594085,34.511894],[116.490607,34.573513],[116.477057,34.614896],[116.432709,34.630163],[116.430245,34.650843],[116.374195,34.640011],[116.334159,34.620806],[116.32492,34.601104],[116.286116,34.608986],[116.247927,34.551829],[116.196804,34.575977],[116.191261,34.535561],[116.204196,34.508442],[116.178326,34.496112],[116.162312,34.459605],[116.178942,34.430487],[116.215898,34.403333],[116.213435,34.382098],[116.255934,34.376665],[116.301514,34.342082],[116.357564,34.319843],[116.372347,34.26595],[116.409303,34.273863],[116.409303,34.273863],[116.456731,34.268917],[116.516477,34.296114],[116.562056,34.285731],[116.582382,34.266444],[116.545426,34.241711],[116.542962,34.203608],[116.565752,34.16945],[116.536187,34.151127],[116.52818,34.122892],[116.576223,34.068873],[116.576223,34.068873],[116.599629,34.014324],[116.599629,34.014324]]],[[[118.865669,31.519139],[118.857046,31.506384],[118.883532,31.500261],[118.885995,31.519139],[118.865669,31.519139]]],[[[116.698795,29.707836],[116.673541,29.709916],[116.653831,29.694841],[116.680317,29.681323],[116.704954,29.688602],[116.706802,29.6964],[116.70557,29.69692],[116.698795,29.707836]]],[[[115.5088,32.468761],[115.509416,32.466741],[115.510648,32.467751],[115.510648,32.468256],[115.510648,32.468761],[115.5088,32.468761]]]]}},{"type":"Feature","properties":{"adcode":350000,"name":"福建省","center":[119.306239,26.075302],"centroid":[118.006468,26.069925],"childrenNum":9,"level":"province","parent":{"adcode":100000},"subFeatureIndex":12,"acroutes":[100000]},"geometry":{"type":"MultiPolygon","coordinates":[[[[119.004872,24.970009],[118.989473,24.973807],[119.023966,25.04377],[119.016575,25.058409],[118.974691,25.024792],[118.945126,25.028588],[118.892155,25.092558],[118.974691,25.115319],[118.951901,25.15162],[118.985162,25.168954],[118.985162,25.19495],[118.942046,25.211195],[118.940198,25.21715],[118.943278,25.221482],[118.903242,25.239347],[118.900162,25.242595],[118.919256,25.248008],[118.91556,25.256668],[118.918024,25.25721],[118.956212,25.272905],[118.996864,25.266411],[118.975307,25.237723],[118.990089,25.20199],[119.055379,25.219316],[119.074473,25.211195],[119.054147,25.168412],[119.032589,25.17437],[119.028893,25.139702],[119.06585,25.102855],[119.075705,25.099604],[119.134219,25.106107],[119.107118,25.075214],[119.119436,25.012861],[119.146538,25.056782],[119.165632,25.145661],[119.137299,25.15487],[119.108349,25.193867],[119.131755,25.223106],[119.190269,25.175995],[119.231537,25.188993],[119.26911,25.159746],[119.314689,25.190076],[119.294979,25.237182],[119.331935,25.230685],[119.380595,25.250173],[119.333167,25.287516],[119.299291,25.328634],[119.247552,25.333502],[119.240776,25.316733],[119.218603,25.368115],[119.14469,25.388121],[119.151465,25.426503],[119.191501,25.424341],[119.232153,25.442176],[119.219834,25.468654],[119.256175,25.488643],[119.275269,25.476758],[119.26295,25.428124],[119.288204,25.410827],[119.353493,25.411908],[119.343638,25.472436],[119.359037,25.521592],[119.400921,25.493505],[119.45266,25.493505],[119.438493,25.412449],[119.463131,25.448661],[119.491464,25.443257],[119.48592,25.418935],[119.507478,25.396231],[119.486536,25.369737],[119.548746,25.365952],[119.578927,25.400556],[119.555521,25.429205],[119.577695,25.445959],[119.59063,25.398394],[119.582623,25.374063],[119.597405,25.334584],[119.649144,25.342697],[119.665159,25.3719],[119.656535,25.396772],[119.670086,25.435691],[119.622659,25.434069],[119.675014,25.468113],[119.682405,25.445959],[119.688564,25.441095],[119.773564,25.395691],[119.764325,25.433529],[119.804977,25.457847],[119.866571,25.455145],[119.864107,25.469734],[119.862875,25.474597],[119.811136,25.507009],[119.81668,25.532393],[119.861027,25.531313],[119.883817,25.546432],[119.831462,25.579905],[119.843165,25.597717],[119.790194,25.614447],[119.785883,25.66786],[119.700267,25.616606],[119.683637,25.592859],[119.716898,25.551292],[119.715666,25.51187],[119.680557,25.497827],[119.675014,25.475137],[119.634362,25.475137],[119.611572,25.519972],[119.616499,25.556691],[119.586934,25.59232],[119.534579,25.585303],[119.541355,25.6247],[119.478529,25.631715],[119.472986,25.662466],[119.543819,25.684581],[119.602949,25.68512],[119.602949,25.714779],[119.626354,25.723406],[119.628202,25.87212],[119.638057,25.889888],[119.69534,25.904424],[119.723673,26.011503],[119.700267,26.032477],[119.668854,26.026024],[119.654688,26.090002],[119.618963,26.11956],[119.604181,26.168985],[119.664543,26.202282],[119.676246,26.262943],[119.7711,26.285481],[119.802513,26.268846],[119.806825,26.307479],[119.845013,26.323036],[119.862875,26.307479],[119.904143,26.308552],[119.95465,26.352534],[119.946027,26.374519],[119.893672,26.355752],[119.835774,26.434019],[119.83639,26.454381],[119.788346,26.583435],[119.740303,26.610727],[119.670086,26.618218],[119.605412,26.595744],[119.577695,26.622498],[119.619579,26.649246],[119.637441,26.703256],[119.664543,26.726243],[119.711354,26.686681],[119.833926,26.690959],[119.864107,26.671174],[119.873962,26.642827],[119.908455,26.661547],[119.899216,26.693098],[119.938636,26.747088],[119.942947,26.784492],[120.052584,26.786629],[120.061824,26.768997],[119.99407,26.720363],[119.969433,26.686681],[119.972512,26.654594],[119.949107,26.624638],[119.901679,26.624638],[119.851788,26.595209],[119.828383,26.524013],[119.867187,26.509019],[119.947875,26.56042],[119.93802,26.576478],[119.967585,26.597885],[120.007621,26.595744],[120.063671,26.627848],[120.093852,26.613938],[120.1382,26.638012],[120.110483,26.692563],[120.162222,26.717691],[120.151135,26.750829],[120.106787,26.752966],[120.136352,26.797847],[120.103707,26.794642],[120.102476,26.82669],[120.073526,26.823485],[120.054432,26.863533],[120.117874,26.882751],[120.126497,26.920644],[120.130193,26.917976],[120.1807,26.920644],[120.233055,26.907837],[120.25954,26.982526],[120.279866,26.987326],[120.275554,27.027315],[120.29588,27.035845],[120.282946,27.089671],[120.391967,27.081146],[120.403054,27.10086],[120.461568,27.142407],[120.404286,27.204166],[120.401822,27.250996],[120.430155,27.258976],[120.343924,27.363199],[120.340844,27.399867],[120.273091,27.38924],[120.26262,27.432804],[120.221352,27.420055],[120.134504,27.420055],[120.136968,27.402523],[120.096316,27.390302],[120.052584,27.338747],[120.026099,27.344063],[120.008237,27.375423],[119.960194,27.365857],[119.938636,27.329709],[119.843165,27.300464],[119.768636,27.307909],[119.782187,27.330241],[119.739687,27.362668],[119.750774,27.373829],[119.711354,27.403054],[119.685485,27.438646],[119.703347,27.446613],[119.70889,27.514042],[119.690412,27.537394],[119.659615,27.540578],[119.675014,27.574534],[119.630666,27.582491],[119.626354,27.620676],[119.644217,27.663619],[119.606028,27.674749],[119.541971,27.666799],[119.501319,27.649837],[119.501935,27.610601],[119.466826,27.526249],[119.438493,27.508734],[119.416935,27.539517],[119.360269,27.524657],[119.334399,27.480067],[119.285124,27.457766],[119.26911,27.42218],[119.224146,27.416868],[119.14777,27.424836],[119.121284,27.438115],[119.129907,27.475289],[119.092335,27.466262],[119.03998,27.478475],[119.020886,27.498118],[118.983314,27.498649],[118.986393,27.47582],[118.955597,27.4498],[118.907553,27.460952],[118.869365,27.540047],[118.909401,27.568168],[118.913713,27.619616],[118.879836,27.667859],[118.873677,27.733563],[118.829329,27.847921],[118.818242,27.916689],[118.753568,27.947885],[118.730163,27.970615],[118.733858,28.027684],[118.719076,28.063601],[118.767735,28.10584],[118.802228,28.117453],[118.805923,28.154923],[118.771431,28.188687],[118.804075,28.207675],[118.802228,28.240368],[118.756032,28.252493],[118.719692,28.312047],[118.699366,28.309939],[118.674728,28.27147],[118.651322,28.277267],[118.595272,28.258292],[118.588497,28.282538],[118.493026,28.262509],[118.490562,28.238259],[118.444367,28.253548],[118.433896,28.288335],[118.424041,28.291497],[118.314404,28.221913],[118.339041,28.193962],[118.375382,28.186577],[118.361215,28.155978],[118.356288,28.091586],[118.242339,28.075746],[118.199839,28.049869],[118.153644,28.062016],[118.120999,28.041946],[118.129006,28.017118],[118.094513,28.003909],[118.096977,27.970615],[117.999043,27.991227],[117.965166,27.962687],[117.942992,27.974315],[117.910963,27.949471],[117.856145,27.94577],[117.78716,27.896063],[117.788392,27.855858],[117.740348,27.800286],[117.704624,27.834162],[117.68245,27.823577],[117.649805,27.851625],[117.609769,27.863265],[117.556182,27.966387],[117.52169,27.982243],[117.477958,27.930966],[117.453936,27.939955],[117.407741,27.893948],[117.366473,27.88231],[117.341836,27.855858],[117.334444,27.8876],[117.280242,27.871201],[117.276546,27.847921],[117.303031,27.833103],[117.296256,27.764282],[117.245133,27.71926],[117.205097,27.714492],[117.204481,27.683759],[117.174916,27.677399],[117.114554,27.692238],[117.096076,27.667329],[117.11209,27.645596],[117.094228,27.627569],[117.065279,27.665739],[117.040641,27.669979],[117.003685,27.625449],[117.024627,27.592569],[117.01662,27.563393],[117.054808,27.5427],[117.076982,27.566046],[117.103467,27.533149],[117.110242,27.458828],[117.133032,27.42218],[117.107163,27.393491],[117.104699,27.330773],[117.140423,27.322798],[117.136728,27.303123],[117.171836,27.29036],[117.149662,27.241419],[117.044953,27.146667],[117.05296,27.100327],[116.967344,27.061962],[116.936547,27.019319],[116.910062,27.034779],[116.851548,27.009188],[116.817671,27.018252],[116.679085,26.978259],[116.632889,26.933984],[116.602092,26.888623],[116.548506,26.84004],[116.543578,26.803723],[116.557745,26.773806],[116.515245,26.720898],[116.520172,26.684543],[116.566368,26.650315],[116.553433,26.575942],[116.539267,26.559349],[116.597165,26.512768],[116.610716,26.476882],[116.638433,26.477418],[116.608252,26.429732],[116.601476,26.372911],[116.553433,26.365404],[116.553433,26.400253],[116.519557,26.410437],[116.499846,26.361651],[116.459194,26.345026],[116.437021,26.308016],[116.412999,26.297822],[116.385282,26.238253],[116.400064,26.202819],[116.392057,26.171133],[116.435789,26.159854],[116.476441,26.172745],[116.489375,26.113649],[116.384666,26.030864],[116.360028,25.991601],[116.369883,25.963088],[116.326152,25.956631],[116.303362,25.924341],[116.258398,25.902809],[116.225138,25.908731],[116.17771,25.894195],[116.132131,25.860273],[116.131515,25.824185],[116.18079,25.778926],[116.129667,25.758985],[116.106877,25.701299],[116.067457,25.703995],[116.068689,25.646282],[116.041588,25.62416],[116.063145,25.56317],[116.040356,25.548052],[116.03666,25.514571],[116.005247,25.490264],[116.023109,25.435691],[115.992928,25.374063],[116.008327,25.319437],[115.987385,25.290221],[115.949813,25.292386],[115.930719,25.236099],[115.855574,25.20957],[115.860501,25.165704],[115.888219,25.128866],[115.880212,25.092016],[115.908545,25.084428],[115.928255,25.050276],[115.873436,25.019911],[115.925175,24.960786],[115.870356,24.959701],[115.89253,24.936911],[115.907929,24.923343],[115.985537,24.899461],[116.015102,24.905975],[116.068073,24.850053],[116.153073,24.846795],[116.191877,24.877203],[116.221442,24.829959],[116.251007,24.82507],[116.244232,24.793563],[116.297202,24.801712],[116.345862,24.828872],[116.363724,24.87123],[116.395137,24.877746],[116.417927,24.840821],[116.381586,24.82507],[116.375427,24.803885],[116.419158,24.767482],[116.416079,24.744113],[116.44626,24.714216],[116.485064,24.720196],[116.517709,24.652225],[116.506622,24.621218],[116.530027,24.604895],[116.570679,24.621762],[116.600861,24.654401],[116.623034,24.64189],[116.667382,24.658752],[116.777635,24.679418],[116.815207,24.654944],[116.761005,24.583128],[116.759157,24.545572],[116.796729,24.502014],[116.83307,24.496568],[116.860787,24.460075],[116.839229,24.442097],[116.903903,24.369614],[116.895895,24.350533],[116.919301,24.321087],[116.914374,24.287817],[116.938395,24.28127],[116.933468,24.220157],[116.956257,24.216883],[116.998757,24.179217],[116.9347,24.126794],[116.930388,24.064514],[116.953178,24.008218],[116.981511,23.999471],[116.976583,23.931659],[116.955642,23.922359],[116.981511,23.855602],[117.012308,23.855054],[117.019083,23.801952],[117.048032,23.758687],[117.055424,23.694038],[117.123793,23.647448],[117.147199,23.654027],[117.192778,23.629356],[117.192778,23.5619],[117.291328,23.571225],[117.302415,23.550379],[117.387415,23.555317],[117.463791,23.584937],[117.454552,23.628259],[117.493357,23.642514],[117.501364,23.70445],[117.54448,23.715956],[117.601762,23.70171],[117.660276,23.789357],[117.651653,23.815093],[117.671979,23.878041],[117.691073,23.888985],[117.762522,23.886796],[117.792703,23.906494],[117.807486,23.947521],[117.864768,24.004938],[117.910347,24.012045],[117.927594,24.039922],[117.936217,24.100029],[118.000275,24.152462],[118.019369,24.197232],[118.074803,24.225615],[118.115455,24.229435],[118.158571,24.269814],[118.112376,24.357075],[118.081579,24.35653],[118.088354,24.408858],[118.048934,24.418122],[118.084042,24.528695],[118.121615,24.570067],[118.150564,24.583673],[118.169042,24.559725],[118.242955,24.51236],[118.375382,24.536317],[118.363679,24.567889],[118.444367,24.614689],[118.512736,24.60816],[118.557084,24.572788],[118.558316,24.51236],[118.614366,24.521617],[118.680272,24.58204],[118.687047,24.63373],[118.661178,24.622306],[118.652554,24.653857],[118.670417,24.679962],[118.703677,24.665278],[118.778822,24.743569],[118.786213,24.77672],[118.650707,24.808774],[118.647627,24.843536],[118.702445,24.865258],[118.69875,24.848967],[118.748641,24.84245],[118.807771,24.870687],[118.834256,24.854397],[118.864437,24.887518],[118.933423,24.870687],[118.988857,24.878831],[118.987009,24.898375],[118.932807,24.906518],[118.91864,24.932569],[118.945741,24.954275],[119.014111,24.941252],[119.032589,24.961328],[119.032589,24.961871],[119.007335,24.963499],[119.004872,24.970009]]],[[[118.412338,24.514538],[118.374766,24.458986],[118.318715,24.486765],[118.298389,24.477506],[118.31194,24.424661],[118.282375,24.413218],[118.329802,24.382152],[118.353208,24.415398],[118.405563,24.427931],[118.457918,24.412128],[118.477012,24.437738],[118.451758,24.506915],[118.412338,24.514538]]],[[[119.471138,25.197116],[119.507478,25.183036],[119.52534,25.157579],[119.549362,25.161912],[119.566608,25.210112],[119.540739,25.20199],[119.501319,25.21715],[119.473601,25.259916],[119.44342,25.238806],[119.444036,25.20199],[119.471138,25.197116]]],[[[119.580159,25.627398],[119.611572,25.669479],[119.580775,25.650059],[119.580159,25.627398]]],[[[119.976824,26.191005],[120.016244,26.217316],[119.998998,26.235569],[119.970665,26.217852],[119.976824,26.191005]]],[[[118.230636,24.401228],[118.273752,24.441007],[118.233716,24.445911],[118.230636,24.401228]]],[[[119.906607,26.68989],[119.926933,26.664756],[119.950954,26.692563],[119.906607,26.68989]]],[[[118.204151,24.504737],[118.191832,24.536861],[118.14502,24.560814],[118.093281,24.540672],[118.068644,24.463344],[118.084042,24.435559],[118.143173,24.420847],[118.19368,24.463344],[118.204151,24.504737]]],[[[119.929397,26.134067],[119.960194,26.146961],[119.919542,26.172208],[119.929397,26.134067]]],[[[119.642985,26.129231],[119.665159,26.155556],[119.62697,26.173282],[119.606028,26.15287],[119.642985,26.129231]]],[[[120.034106,26.488667],[120.066751,26.498308],[120.071679,26.521336],[120.035954,26.515981],[120.034106,26.488667]]],[[[119.662079,25.646822],[119.673782,25.632794],[119.718745,25.634952],[119.716898,25.664624],[119.662079,25.646822]]],[[[119.760629,26.613402],[119.776644,26.600025],[119.818527,26.616613],[119.796354,26.630523],[119.760629,26.613402]]],[[[120.135736,26.550784],[120.167149,26.571661],[120.153598,26.604841],[120.117874,26.568984],[120.135736,26.550784]]],[[[120.360554,26.916909],[120.394431,26.933984],[120.363018,26.967592],[120.327909,26.963858],[120.319286,26.944654],[120.360554,26.916909]]],[[[120.150519,26.798916],[120.140048,26.795176],[120.163454,26.798381],[120.161606,26.803189],[120.150519,26.798916]]],[[[119.668238,26.628383],[119.720593,26.635873],[119.758781,26.659408],[119.748926,26.681334],[119.712586,26.6685],[119.673782,26.680799],[119.651608,26.657269],[119.668238,26.628383]]]]}},{"type":"Feature","properties":{"adcode":360000,"name":"江西省","center":[115.892151,28.676493],"centroid":[115.732975,27.636112],"childrenNum":11,"level":"province","parent":{"adcode":100000},"subFeatureIndex":13,"acroutes":[100000]},"geometry":{"type":"MultiPolygon","coordinates":[[[[118.193064,29.395472],[118.136397,29.418932],[118.127774,29.47209],[118.143788,29.489803],[118.095129,29.534072],[118.050782,29.542924],[118.042774,29.566351],[118.00397,29.578322],[117.933753,29.549172],[117.872775,29.54761],[117.795167,29.570515],[117.729877,29.550213],[117.690457,29.555939],[117.678754,29.595496],[117.647957,29.614749],[117.608537,29.591333],[117.543248,29.588731],[117.523538,29.630356],[117.530313,29.654282],[117.490277,29.660003],[117.453936,29.688082],[117.455168,29.749412],[117.408973,29.802396],[117.415132,29.85068],[117.382487,29.840818],[117.359082,29.812782],[117.338756,29.848085],[117.29256,29.822647],[117.25314,29.834588],[117.261763,29.880781],[117.246365,29.915023],[117.2168,29.926953],[117.171836,29.920729],[117.129952,29.89946],[117.127489,29.86158],[117.073286,29.831992],[117.123177,29.798761],[117.136728,29.775388],[117.108395,29.75201],[117.112706,29.711995],[117.041873,29.680803],[116.996294,29.683403],[116.974736,29.657403],[116.939627,29.648561],[116.873722,29.609546],[116.849084,29.57624],[116.780715,29.569994],[116.760389,29.599139],[116.721585,29.564789],[116.716657,29.590813],[116.651983,29.637118],[116.680317,29.681323],[116.653831,29.694841],[116.673541,29.709916],[116.762237,29.802396],[116.780715,29.792529],[116.882961,29.893753],[116.900207,29.949253],[116.868794,29.980361],[116.83307,29.95755],[116.830606,30.004723],[116.802889,29.99643],[116.783794,30.030632],[116.747454,30.057053],[116.720353,30.053945],[116.666766,30.076734],[116.620571,30.073109],[116.585462,30.045657],[116.552201,29.909836],[116.525716,29.897385],[116.467818,29.896347],[116.342782,29.835626],[116.280572,29.788893],[116.250391,29.785777],[116.227601,29.816936],[116.172783,29.828358],[116.13521,29.819532],[116.087167,29.795125],[116.049595,29.761881],[115.965827,29.724469],[115.909777,29.723949],[115.837096,29.748373],[115.762567,29.793048],[115.706517,29.837703],[115.667712,29.850161],[115.611662,29.841337],[115.51188,29.840299],[115.479235,29.811224],[115.470612,29.739539],[115.412714,29.688602],[115.355431,29.649602],[115.304924,29.637118],[115.28583,29.618391],[115.250722,29.660003],[115.176809,29.654803],[115.113367,29.684963],[115.117679,29.655843],[115.143548,29.645961],[115.120142,29.597578],[115.157099,29.584568],[115.154019,29.510117],[115.086266,29.525741],[115.087498,29.560104],[115.033295,29.546568],[115.00065,29.572076],[114.947679,29.542924],[114.966773,29.522096],[114.940288,29.493971],[114.900868,29.505951],[114.860216,29.476258],[114.888549,29.436134],[114.918114,29.454374],[114.90518,29.473132],[114.935977,29.486678],[114.947063,29.465317],[114.931049,29.422581],[114.895325,29.397557],[114.866375,29.404335],[114.812173,29.383478],[114.784455,29.386086],[114.759818,29.363139],[114.740724,29.386607],[114.67297,29.395993],[114.621847,29.379828],[114.589819,29.352707],[114.519602,29.325578],[114.466015,29.324013],[114.440145,29.341752],[114.376088,29.322969],[114.341595,29.327665],[114.307102,29.365225],[114.259059,29.343839],[114.252284,29.23475],[114.169748,29.216993],[114.063191,29.204978],[114.034857,29.152204],[113.98743,29.126068],[113.952321,29.092604],[113.94185,29.047097],[113.961561,28.999476],[113.955401,28.978536],[113.973879,28.937692],[114.008988,28.955498],[114.005292,28.917788],[114.028082,28.891069],[114.060111,28.902596],[114.056415,28.872204],[114.076741,28.834464],[114.124784,28.843376],[114.153734,28.829221],[114.137719,28.779926],[114.157429,28.761566],[114.122321,28.623497],[114.132176,28.607211],[114.08598,28.558337],[114.138335,28.533629],[114.15435,28.507337],[114.218407,28.48472],[114.217175,28.466308],[114.172212,28.432632],[114.214712,28.403157],[114.252284,28.395787],[114.2529,28.319423],[114.198081,28.29097],[114.182067,28.249858],[114.143879,28.246694],[114.109386,28.205038],[114.107538,28.182885],[114.068734,28.171806],[114.012068,28.174972],[113.992357,28.161255],[114.025002,28.080499],[114.047176,28.057263],[114.025618,28.031382],[113.970184,28.041418],[113.966488,28.017646],[113.936307,28.018703],[113.914133,27.991227],[113.864242,28.004966],[113.845148,27.971672],[113.822974,27.982243],[113.752141,27.93361],[113.72812,27.874904],[113.756453,27.860091],[113.763228,27.799228],[113.69917,27.740979],[113.696707,27.71979],[113.652359,27.663619],[113.607395,27.625449],[113.608627,27.585143],[113.579062,27.545354],[113.583374,27.524657],[113.627105,27.49971],[113.591381,27.467855],[113.59754,27.428554],[113.632033,27.40518],[113.605548,27.38924],[113.616635,27.345658],[113.657902,27.347253],[113.699786,27.331836],[113.72812,27.350442],[113.872865,27.384988],[113.872865,27.346721],[113.854387,27.30525],[113.872865,27.289828],[113.846996,27.222262],[113.779242,27.137081],[113.771851,27.096598],[113.803264,27.099261],[113.824206,27.036378],[113.86301,27.018252],[113.892575,26.964925],[113.927068,26.948922],[113.890112,26.895562],[113.877177,26.859262],[113.835909,26.806394],[113.853771,26.769532],[113.860546,26.664221],[113.912901,26.613938],[113.996669,26.615543],[114.019459,26.587182],[114.10877,26.56952],[114.07243,26.480096],[114.110002,26.482775],[114.090292,26.455988],[114.085364,26.406149],[114.062575,26.406149],[114.030546,26.376664],[114.047792,26.337518],[114.021307,26.288701],[114.029314,26.266163],[113.978807,26.237716],[113.972647,26.20604],[113.949242,26.192616],[113.962792,26.150722],[114.013299,26.184023],[114.088444,26.168448],[114.102611,26.187783],[114.181451,26.214631],[114.216559,26.203355],[114.237501,26.152333],[114.188842,26.121172],[114.10569,26.097526],[114.121089,26.085702],[114.087828,26.06635],[114.044096,26.076564],[114.008372,26.015806],[114.028082,25.98138],[114.028082,25.893119],[113.971416,25.836036],[113.961561,25.77731],[113.920293,25.741197],[113.913517,25.701299],[113.957249,25.611749],[113.983118,25.599336],[113.986198,25.529153],[113.962792,25.528072],[113.94493,25.441635],[114.003444,25.442716],[113.983118,25.415152],[114.050256,25.36433],[114.029314,25.328093],[114.017611,25.273987],[114.039785,25.250714],[114.055799,25.277775],[114.083517,25.275611],[114.115545,25.302125],[114.190074,25.316733],[114.204857,25.29942],[114.260291,25.291845],[114.2954,25.299961],[114.31511,25.33837],[114.382863,25.317274],[114.43029,25.343779],[114.438914,25.376226],[114.477718,25.37136],[114.541159,25.416773],[114.599674,25.385959],[114.63663,25.324306],[114.714238,25.315651],[114.743188,25.274528],[114.73518,25.225813],[114.693912,25.213902],[114.685905,25.173287],[114.73518,25.155954],[114.735796,25.121822],[114.664963,25.10123],[114.640326,25.074129],[114.604601,25.083886],[114.561485,25.077382],[114.532536,25.022623],[114.506051,24.999844],[114.45616,24.99659],[114.454928,24.977062],[114.395798,24.951019],[114.403189,24.877746],[114.378551,24.861457],[114.342211,24.807145],[114.336052,24.749004],[114.281849,24.724001],[114.27261,24.700624],[114.169132,24.689749],[114.19069,24.656576],[114.258443,24.641346],[114.289856,24.619042],[114.300943,24.578775],[114.363769,24.582584],[114.391486,24.563535],[114.403189,24.497657],[114.429058,24.48622],[114.534384,24.559181],[114.589819,24.537406],[114.627391,24.576598],[114.664963,24.583673],[114.704999,24.525973],[114.73826,24.565168],[114.729637,24.608704],[114.781376,24.613057],[114.827571,24.588026],[114.846665,24.602719],[114.868839,24.562446],[114.893477,24.582584],[114.909491,24.661471],[114.940288,24.650049],[115.00373,24.679418],[115.024672,24.669085],[115.057317,24.703343],[115.083802,24.699537],[115.104744,24.667997],[115.1842,24.711498],[115.258729,24.728894],[115.269816,24.749548],[115.306772,24.758787],[115.358511,24.735416],[115.372678,24.774546],[115.412714,24.79302],[115.476771,24.762591],[115.522967,24.702799],[115.555611,24.683768],[115.569778,24.622306],[115.605503,24.62557],[115.671408,24.604895],[115.68927,24.545027],[115.752712,24.546116],[115.785357,24.567345],[115.843871,24.562446],[115.840791,24.584217],[115.797676,24.628834],[115.780429,24.663103],[115.801371,24.705517],[115.769342,24.708236],[115.756408,24.749004],[115.776734,24.774546],[115.764415,24.791933],[115.790284,24.856027],[115.807531,24.862543],[115.824161,24.909232],[115.863581,24.891318],[115.861733,24.863629],[115.907313,24.879917],[115.885139,24.898918],[115.89253,24.936911],[115.870356,24.959701],[115.925175,24.960786],[115.873436,25.019911],[115.928255,25.050276],[115.908545,25.084428],[115.880212,25.092016],[115.888219,25.128866],[115.860501,25.165704],[115.855574,25.20957],[115.930719,25.236099],[115.949813,25.292386],[115.987385,25.290221],[116.008327,25.319437],[115.992928,25.374063],[116.023109,25.435691],[116.005247,25.490264],[116.03666,25.514571],[116.040356,25.548052],[116.063145,25.56317],[116.041588,25.62416],[116.068689,25.646282],[116.067457,25.703995],[116.106877,25.701299],[116.129667,25.758985],[116.18079,25.778926],[116.131515,25.824185],[116.132131,25.860273],[116.17771,25.894195],[116.225138,25.908731],[116.258398,25.902809],[116.303362,25.924341],[116.326152,25.956631],[116.369883,25.963088],[116.360028,25.991601],[116.384666,26.030864],[116.489375,26.113649],[116.476441,26.172745],[116.435789,26.159854],[116.392057,26.171133],[116.400064,26.202819],[116.385282,26.238253],[116.412999,26.297822],[116.437021,26.308016],[116.459194,26.345026],[116.499846,26.361651],[116.519557,26.410437],[116.553433,26.400253],[116.553433,26.365404],[116.601476,26.372911],[116.608252,26.429732],[116.638433,26.477418],[116.610716,26.476882],[116.597165,26.512768],[116.539267,26.559349],[116.553433,26.575942],[116.566368,26.650315],[116.520172,26.684543],[116.515245,26.720898],[116.557745,26.773806],[116.543578,26.803723],[116.548506,26.84004],[116.602092,26.888623],[116.632889,26.933984],[116.679085,26.978259],[116.817671,27.018252],[116.851548,27.009188],[116.910062,27.034779],[116.936547,27.019319],[116.967344,27.061962],[117.05296,27.100327],[117.044953,27.146667],[117.149662,27.241419],[117.171836,27.29036],[117.136728,27.303123],[117.140423,27.322798],[117.104699,27.330773],[117.107163,27.393491],[117.133032,27.42218],[117.110242,27.458828],[117.103467,27.533149],[117.076982,27.566046],[117.054808,27.5427],[117.01662,27.563393],[117.024627,27.592569],[117.003685,27.625449],[117.040641,27.669979],[117.065279,27.665739],[117.094228,27.627569],[117.11209,27.645596],[117.096076,27.667329],[117.114554,27.692238],[117.174916,27.677399],[117.204481,27.683759],[117.205097,27.714492],[117.245133,27.71926],[117.296256,27.764282],[117.303031,27.833103],[117.276546,27.847921],[117.280242,27.871201],[117.334444,27.8876],[117.341836,27.855858],[117.366473,27.88231],[117.407741,27.893948],[117.453936,27.939955],[117.477958,27.930966],[117.52169,27.982243],[117.556182,27.966387],[117.609769,27.863265],[117.649805,27.851625],[117.68245,27.823577],[117.704624,27.834162],[117.740348,27.800286],[117.788392,27.855858],[117.78716,27.896063],[117.856145,27.94577],[117.910963,27.949471],[117.942992,27.974315],[117.965166,27.962687],[117.999043,27.991227],[118.096977,27.970615],[118.094513,28.003909],[118.129006,28.017118],[118.120999,28.041946],[118.153644,28.062016],[118.199839,28.049869],[118.242339,28.075746],[118.356288,28.091586],[118.361215,28.155978],[118.375382,28.186577],[118.339041,28.193962],[118.314404,28.221913],[118.424041,28.291497],[118.433896,28.288335],[118.480091,28.327325],[118.455454,28.384204],[118.432048,28.402104],[118.456686,28.424738],[118.474548,28.478934],[118.414802,28.497344],[118.4302,28.515225],[118.412338,28.55676],[118.428352,28.617193],[118.428352,28.617193],[118.428352,28.681267],[118.403099,28.702791],[118.364295,28.813491],[118.300237,28.826075],[118.270056,28.918836],[118.195527,28.904167],[118.227556,28.942406],[118.165346,28.986912],[118.133933,28.983771],[118.115455,29.009944],[118.115455,29.009944],[118.097593,28.998952],[118.066796,29.053898],[118.076035,29.074822],[118.037847,29.102017],[118.045238,29.149068],[118.027992,29.167882],[118.042159,29.210202],[118.073571,29.216993],[118.077883,29.290614],[118.138861,29.283828],[118.178281,29.297921],[118.166578,29.314099],[118.205382,29.343839],[118.193064,29.395472]]]]}},{"type":"Feature","properties":{"adcode":370000,"name":"山东省","center":[117.000923,36.675807],"centroid":[118.187759,36.376092],"childrenNum":16,"level":"province","parent":{"adcode":100000},"subFeatureIndex":14,"acroutes":[100000]},"geometry":{"type":"MultiPolygon","coordinates":[[[[116.374195,34.640011],[116.392057,34.710391],[116.363724,34.715311],[116.369267,34.749247],[116.403144,34.756131],[116.408071,34.850972],[116.445028,34.895652],[116.557745,34.908905],[116.613795,34.922645],[116.622418,34.939818],[116.677853,34.939327],[116.781331,34.916757],[116.789338,34.975133],[116.815823,34.965324],[116.821983,34.929515],[116.858323,34.928533],[116.922381,34.894671],[116.929156,34.843114],[116.966113,34.844588],[116.979047,34.815113],[116.95133,34.81069],[116.969192,34.771864],[117.022163,34.759081],[117.070206,34.713835],[117.061583,34.675947],[117.073286,34.639026],[117.104083,34.648874],[117.15151,34.559222],[117.139191,34.526687],[117.166293,34.434435],[117.248213,34.451216],[117.252524,34.48674],[117.27285,34.499565],[117.267923,34.532603],[117.303647,34.542463],[117.27285,34.556757],[117.311654,34.561686],[117.311654,34.561686],[117.32151,34.566614],[117.32151,34.566614],[117.325205,34.573021],[117.325205,34.573021],[117.370785,34.584846],[117.402813,34.569571],[117.402813,34.550843],[117.465023,34.484767],[117.53832,34.467006],[117.592523,34.462566],[117.609769,34.490686],[117.659044,34.501044],[117.684298,34.547392],[117.801942,34.518798],[117.791471,34.583368],[117.793935,34.651827],[117.902956,34.644443],[117.909732,34.670533],[117.951615,34.678408],[118.053861,34.650843],[118.084042,34.655766],[118.114839,34.614404],[118.079115,34.569571],[118.185056,34.543942],[118.16473,34.50499],[118.132702,34.483287],[118.177665,34.45319],[118.179513,34.379628],[118.217701,34.379134],[118.220165,34.405802],[118.277447,34.404814],[118.290382,34.424563],[118.379693,34.415183],[118.404947,34.427525],[118.416034,34.473914],[118.439439,34.507949],[118.424657,34.595193],[118.439439,34.626223],[118.473932,34.623269],[118.460997,34.656258],[118.545997,34.705964],[118.601431,34.714327],[118.607591,34.694155],[118.664257,34.693663],[118.690127,34.678408],[118.739402,34.693663],[118.783749,34.723181],[118.764039,34.740396],[118.719076,34.745313],[118.739402,34.792508],[118.772047,34.794474],[118.80038,34.843114],[118.805307,34.87307],[118.860742,34.944233],[118.86259,35.025626],[118.928495,35.051106],[118.942662,35.040817],[119.027045,35.055516],[119.114509,35.055026],[119.137915,35.096167],[119.217371,35.106939],[119.250016,35.124562],[119.286972,35.115261],[119.306066,35.076578],[119.354109,35.080007],[119.373819,35.078538],[119.428022,35.121136],[119.397841,35.137777],[119.411392,35.231689],[119.450812,35.285443],[119.493312,35.318655],[119.538275,35.296678],[119.543819,35.347949],[119.590014,35.37284],[119.579543,35.406504],[119.618963,35.459655],[119.663311,35.562931],[119.662079,35.589215],[119.718129,35.615492],[119.75139,35.617924],[119.772332,35.578995],[119.780339,35.584835],[119.792658,35.615492],[119.824071,35.646136],[119.83023,35.620357],[119.868419,35.60868],[119.925085,35.637382],[119.91215,35.660725],[119.950339,35.729741],[119.920157,35.739943],[119.926317,35.759856],[119.958346,35.760342],[120.01378,35.714193],[120.049505,35.786562],[120.032258,35.812288],[120.064287,35.873414],[120.112331,35.885052],[120.125265,35.906868],[120.152983,35.907353],[120.207801,35.947575],[120.169613,35.888446],[120.202258,35.89184],[120.209033,35.917531],[120.265699,35.966468],[120.30512,35.971796],[120.316206,36.002304],[120.289721,36.017311],[120.285409,36.01247],[120.249069,35.992136],[120.257076,36.025055],[120.198562,35.995525],[120.234902,36.030863],[120.239214,36.062316],[120.181316,36.066669],[120.152367,36.095206],[120.116642,36.102943],[120.108635,36.127599],[120.142512,36.143549],[120.140664,36.173507],[120.181316,36.203936],[120.22012,36.209248],[120.224432,36.19138],[120.260772,36.198624],[120.263236,36.182202],[120.310047,36.185101],[120.297112,36.225664],[120.319902,36.232423],[120.362402,36.196209],[120.35809,36.174956],[120.286025,36.047317],[120.337764,36.055058],[120.429539,36.056994],[120.468959,36.087952],[120.546568,36.091821],[120.546568,36.107778],[120.593995,36.100525],[120.615553,36.120348],[120.64327,36.114547],[120.672835,36.130016],[120.712255,36.126632],[120.696857,36.15563],[120.696857,36.203936],[120.680843,36.238698],[120.686386,36.279234],[120.657437,36.276339],[120.66298,36.331803],[120.744284,36.327946],[120.694393,36.390118],[120.759683,36.46283],[120.828668,36.46668],[120.837291,36.459942],[120.858849,36.424797],[120.848994,36.403124],[120.871784,36.36699],[120.911204,36.412276],[120.917979,36.417573],[120.90874,36.450315],[120.938305,36.447908],[120.965407,36.466199],[120.95432,36.507578],[120.983269,36.546051],[120.962327,36.562877],[120.909972,36.568645],[120.884718,36.601323],[120.847146,36.618617],[120.882255,36.627262],[120.926602,36.611892],[120.955551,36.575855],[121.028848,36.572971],[121.078123,36.607568],[121.161275,36.651273],[121.251818,36.671436],[121.29863,36.702151],[121.31218,36.702151],[121.35776,36.713186],[121.400876,36.701191],[121.3941,36.738129],[121.454462,36.752515],[121.496962,36.795179],[121.506817,36.803805],[121.565331,36.830635],[121.548701,36.807638],[121.485259,36.786073],[121.532071,36.73621],[121.575186,36.740047],[121.556092,36.764502],[121.651563,36.723739],[121.631853,36.80093],[121.6762,36.819137],[121.726092,36.826323],[121.762432,36.84644],[121.767975,36.874691],[121.927504,36.932597],[121.965076,36.938337],[122.008808,36.96225],[122.042684,36.871819],[122.051923,36.904846],[122.093191,36.913938],[122.115981,36.94025],[122.124604,36.944077],[122.141235,36.938337],[122.119677,36.891924],[122.175727,36.894317],[122.188662,36.866073],[122.174495,36.842609],[122.220691,36.848835],[122.275509,36.83734],[122.280437,36.835904],[122.344495,36.828239],[122.378371,36.844525],[122.383915,36.865595],[122.415944,36.85937],[122.454748,36.879],[122.452284,36.88618],[122.434422,36.914416],[122.483081,36.913938],[122.48924,36.886659],[122.532356,36.901496],[122.55761,36.968467],[122.544675,37.004797],[122.583479,37.037289],[122.575472,37.054485],[122.494168,37.033945],[122.467067,37.037289],[122.478769,37.058784],[122.484313,37.128956],[122.533588,37.153286],[122.581015,37.147562],[122.573624,37.176178],[122.624131,37.190959],[122.592718,37.261485],[122.567465,37.25958],[122.573624,37.296247],[122.611196,37.339558],[122.607501,37.364296],[122.650616,37.388551],[122.6925,37.373809],[122.714058,37.392355],[122.701739,37.418501],[122.67587,37.413273],[122.641377,37.428482],[122.553914,37.407093],[122.4954,37.413748],[122.487393,37.43466],[122.41656,37.414699],[122.337103,37.414223],[122.281053,37.430858],[122.287212,37.445114],[122.25272,37.467917],[122.194205,37.456041],[122.166488,37.438937],[122.131996,37.49926],[122.163408,37.519199],[122.150474,37.557163],[122.08888,37.554316],[122.075329,37.540556],[122.017431,37.531065],[121.997721,37.494512],[121.923808,37.473142],[121.772903,37.466492],[121.66573,37.473617],[121.635548,37.494037],[121.575802,37.460317],[121.571491,37.441313],[121.477252,37.475992],[121.460006,37.522522],[121.400876,37.557638],[121.395948,37.589891],[121.435368,37.592737],[121.391021,37.625449],[121.349137,37.635403],[121.358376,37.597479],[121.304789,37.582778],[121.217326,37.582778],[121.17421,37.597479],[121.148956,37.626397],[121.161891,37.646302],[121.142797,37.661464],[121.160043,37.698882],[121.136022,37.723501],[121.037471,37.718767],[120.994356,37.759468],[120.943233,37.785486],[120.940769,37.819533],[120.874863,37.833241],[120.845298,37.826623],[120.839139,37.82426],[120.733197,37.833714],[120.656821,37.793054],[120.634031,37.796364],[120.590915,37.7642],[120.517619,37.750005],[120.454793,37.757576],[120.367945,37.697935],[120.227511,37.693673],[120.22012,37.671886],[120.269395,37.658622],[120.272475,37.636824],[120.215192,37.621183],[120.208417,37.588469],[120.246605,37.556689],[120.222584,37.532963],[120.144359,37.481691],[120.086461,37.465067],[120.064903,37.448915],[120.010085,37.442263],[119.949723,37.419927],[119.926933,37.386649],[119.843781,37.376662],[119.837006,37.346695],[119.883201,37.311004],[119.89244,37.263866],[119.865339,37.233854],[119.83023,37.225754],[119.808057,37.196203],[119.740303,37.133727],[119.687332,37.143746],[119.678709,37.158056],[119.576463,37.127524],[119.489616,37.134681],[119.428022,37.125616],[119.361501,37.125616],[119.327624,37.115595],[119.301138,37.139452],[119.298675,37.197156],[119.2069,37.223371],[119.190885,37.25958],[119.204436,37.280058],[119.136683,37.230995],[119.12806,37.254816],[119.091103,37.257674],[119.084328,37.239572],[119.054147,37.254816],[119.03998,37.30434],[119.001176,37.31862],[118.942662,37.497361],[118.939582,37.527268],[118.988857,37.620709],[119.023966,37.642037],[119.153313,37.655305],[119.236465,37.651988],[119.262334,37.660517],[119.280197,37.692726],[119.309146,37.805349],[119.291899,37.869627],[119.24016,37.878131],[119.212443,37.838913],[119.16132,37.81906],[119.12806,37.847892],[119.110813,37.921577],[119.001792,37.99613],[118.974075,38.094162],[118.908169,38.139362],[118.811467,38.157717],[118.703677,38.151129],[118.626069,38.138421],[118.607591,38.129006],[118.597736,38.079088],[118.552156,38.05553],[118.534294,38.063541],[118.517048,38.088509],[118.504729,38.11394],[118.44991,38.124299],[118.431432,38.106406],[118.404331,38.121003],[118.331034,38.12524],[118.217085,38.146893],[118.177665,38.186417],[118.112376,38.210403],[118.045238,38.214165],[118.018753,38.202409],[117.896797,38.279495],[117.895565,38.301572],[117.848754,38.255062],[117.808718,38.22827],[117.789007,38.180772],[117.766834,38.158658],[117.771145,38.134655],[117.746508,38.12524],[117.704624,38.076262],[117.586979,38.071551],[117.557414,38.046105],[117.557414,38.046105],[117.524154,37.989527],[117.513067,37.94329],[117.481038,37.914967],[117.438538,37.854035],[117.400966,37.844584],[117.320278,37.861596],[117.271618,37.839858],[117.185387,37.849783],[117.150278,37.839385],[117.074518,37.848837],[117.027091,37.832296],[116.919301,37.846002],[116.837997,37.835132],[116.804736,37.848837],[116.753613,37.793054],[116.753613,37.77035],[116.724664,37.744327],[116.679085,37.728708],[116.66307,37.686096],[116.604556,37.624975],[116.575607,37.610754],[116.4826,37.521573],[116.448108,37.503059],[116.433941,37.473142],[116.38097,37.522522],[116.379738,37.522047],[116.38097,37.522522],[116.379738,37.522047],[116.36742,37.566177],[116.336007,37.581355],[116.295355,37.554316],[116.278724,37.524895],[116.290427,37.484065],[116.27626,37.466967],[116.240536,37.489764],[116.240536,37.489764],[116.224522,37.479791],[116.243,37.447965],[116.226369,37.428007],[116.2855,37.404241],[116.236224,37.361442],[116.193109,37.365723],[116.169087,37.384271],[116.106261,37.368577],[116.085935,37.373809],[116.024341,37.360015],[115.975682,37.337179],[115.969523,37.239572],[115.909777,37.20669],[115.91224,37.177132],[115.879596,37.150901],[115.888219,37.112254],[115.85619,37.060694],[115.776734,36.992848],[115.79706,36.968945],[115.75764,36.902453],[115.71206,36.883308],[115.683727,36.808117],[115.524815,36.763543],[115.479851,36.760187],[115.451518,36.702151],[115.420105,36.686795],[115.365902,36.621979],[115.355431,36.627262],[115.33141,36.550378],[115.272895,36.497476],[115.291374,36.460423],[115.317243,36.454166],[115.297533,36.413239],[115.340033,36.398307],[115.368982,36.342409],[115.366518,36.30914],[115.423185,36.32216],[115.417025,36.292742],[115.462605,36.276339],[115.466916,36.258969],[115.466916,36.258969],[115.474923,36.248352],[115.483547,36.148865],[115.484163,36.125666],[115.449054,36.047317],[115.447822,36.01247],[115.362822,35.971796],[115.353583,35.938854],[115.364054,35.894264],[115.335105,35.796756],[115.363438,35.779765],[115.407786,35.80889],[115.460141,35.867594],[115.487858,35.880688],[115.495249,35.896203],[115.505104,35.899112],[115.513112,35.890385],[115.583945,35.921893],[115.648618,35.922863],[115.699125,35.966468],[115.774886,35.974702],[115.779813,35.993588],[115.817386,36.012954],[115.859886,36.003756],[115.89869,36.026507],[115.989849,36.045381],[116.057602,36.104877],[116.099486,36.112129],[116.063145,36.028927],[116.048979,35.970343],[115.984921,35.974218],[115.911624,35.960171],[115.907929,35.92674],[115.873436,35.918985],[115.882675,35.879718],[115.859886,35.857894],[115.81677,35.844312],[115.773654,35.854014],[115.73485,35.833154],[115.696046,35.788989],[115.693582,35.754028],[115.622749,35.739457],[115.52851,35.733628],[115.48601,35.710306],[115.383148,35.568772],[115.34496,35.55368],[115.356047,35.490359],[115.307388,35.480126],[115.237171,35.423087],[115.172497,35.426501],[115.126302,35.41821],[115.117679,35.400163],[115.091809,35.416259],[115.073947,35.374304],[115.04315,35.376744],[114.957534,35.261014],[114.929201,35.244886],[114.932281,35.198441],[114.861448,35.182301],[114.841738,35.15099],[114.883006,35.098615],[114.835578,35.076578],[114.818948,35.051596],[114.852209,35.041797],[114.824492,35.012393],[114.880542,35.00357],[114.923658,34.968757],[114.950759,34.989843],[115.008041,34.988372],[115.028983,34.9717],[115.075179,35.000628],[115.12815,35.00455],[115.157099,34.957968],[115.219309,34.96042],[115.205142,34.914303],[115.251953,34.906451],[115.239019,34.87798],[115.256265,34.845079],[115.317243,34.859321],[115.42688,34.805285],[115.449054,34.74433],[115.433655,34.725149],[115.461373,34.637057],[115.515575,34.582383],[115.553148,34.568586],[115.622749,34.574499],[115.685575,34.556265],[115.697278,34.594207],[115.787821,34.580905],[115.827241,34.558236],[115.838328,34.5676],[115.984305,34.589281],[115.991081,34.615389],[116.037276,34.593222],[116.101334,34.60603],[116.134594,34.559715],[116.156768,34.5538],[116.196804,34.575977],[116.247927,34.551829],[116.286116,34.608986],[116.32492,34.601104],[116.334159,34.620806],[116.374195,34.640011]]],[[[120.729502,37.947065],[120.721495,37.917328],[120.76461,37.895134],[120.76461,37.923937],[120.729502,37.947065]]],[[[120.692545,37.983867],[120.732581,37.961694],[120.724574,37.987641],[120.692545,37.983867]]],[[[120.990044,36.413239],[120.978341,36.428649],[120.950624,36.414684],[120.990044,36.413239]]],[[[120.750444,38.150188],[120.7874,38.158658],[120.742436,38.199116],[120.750444,38.150188]]],[[[120.918595,38.345236],[120.914899,38.373393],[120.895189,38.36307],[120.918595,38.345236]]],[[[120.159142,35.765198],[120.169613,35.740428],[120.193019,35.756942],[120.172077,35.785591],[120.159142,35.765198]]],[[[120.62664,37.94565],[120.631567,37.981037],[120.602002,37.978678],[120.62664,37.94565]]],[[[120.802183,38.284193],[120.848378,38.305799],[120.816349,38.318008],[120.802183,38.284193]]],[[[121.489571,37.577086],[121.489571,37.577561],[121.489571,37.578509],[121.488955,37.578035],[121.489571,37.577086]]],[[[121.485875,37.578509],[121.487723,37.578035],[121.487723,37.578509],[121.485875,37.578509]]],[[[121.487723,37.578509],[121.487723,37.577561],[121.488955,37.578035],[121.488955,37.578509],[121.488339,37.578509],[121.487723,37.578509]]],[[[115.495249,35.896203],[115.487858,35.880688],[115.513112,35.890385],[115.505104,35.899112],[115.495249,35.896203]]]]}},{"type":"Feature","properties":{"adcode":410000,"name":"河南省","center":[113.665412,34.757975],"centroid":[113.619717,33.902648],"childrenNum":18,"level":"province","parent":{"adcode":100000},"subFeatureIndex":15,"acroutes":[100000]},"geometry":{"type":"MultiPolygon","coordinates":[[[[112.716747,32.357612],[112.735841,32.356095],[112.776493,32.358623],[112.860877,32.396024],[112.888594,32.37682],[112.912,32.390971],[112.992072,32.378336],[113.000695,32.41674],[113.025949,32.425328],[113.078919,32.394508],[113.107869,32.398551],[113.118956,32.375809],[113.155912,32.380863],[113.158992,32.410677],[113.211962,32.431895],[113.2366,32.407141],[113.333918,32.336377],[113.317904,32.327275],[113.353628,32.294904],[113.376418,32.298445],[113.428773,32.270618],[113.511925,32.316654],[113.624642,32.36115],[113.650511,32.412698],[113.700402,32.420782],[113.735511,32.410677],[113.76754,32.370249],[113.753989,32.328286],[113.768772,32.30148],[113.768156,32.284279],[113.758301,32.27669],[113.749061,32.272642],[113.73859,32.255942],[113.752757,32.215951],[113.782322,32.184553],[113.750293,32.11615],[113.722576,32.12426],[113.728735,32.083197],[113.791561,32.036028],[113.757685,31.98985],[113.817431,31.964467],[113.805728,31.929428],[113.832213,31.918761],[113.830981,31.87913],[113.854387,31.843042],[113.893807,31.847109],[113.914749,31.877098],[113.957865,31.852701],[113.952321,31.793714],[113.988662,31.749959],[114.017611,31.770822],[114.086596,31.782014],[114.121705,31.809482],[114.134024,31.843042],[114.191922,31.852192],[114.235654,31.833382],[114.292936,31.752503],[114.350218,31.755557],[114.403189,31.746906],[114.443841,31.728074],[114.530688,31.742834],[114.549783,31.766751],[114.586123,31.762172],[114.57134,31.660858],[114.547935,31.623665],[114.560869,31.560963],[114.572572,31.553824],[114.61692,31.585437],[114.641558,31.582378],[114.696376,31.525771],[114.778912,31.520669],[114.789383,31.480358],[114.830035,31.45892],[114.870071,31.479337],[114.884238,31.469129],[114.962462,31.494648],[114.995107,31.471171],[115.022824,31.527811],[115.096121,31.508425],[115.114599,31.530362],[115.106592,31.567592],[115.12507,31.599201],[115.16449,31.604808],[115.212533,31.555354],[115.235939,31.555354],[115.218077,31.515057],[115.211301,31.442072],[115.252569,31.421646],[115.250722,31.392021],[115.301229,31.383846],[115.338801,31.40428],[115.373909,31.405813],[115.389924,31.450241],[115.371446,31.495668],[115.415793,31.525771],[115.439815,31.588496],[115.485394,31.608885],[115.476771,31.643028],[115.495249,31.673083],[115.534054,31.698545],[115.553764,31.69549],[115.676336,31.778453],[115.731154,31.76726],[115.767495,31.78761],[115.808147,31.770313],[115.808147,31.770313],[115.851878,31.786593],[115.886371,31.776418],[115.914704,31.814567],[115.893762,31.832365],[115.894994,31.8649],[115.920248,31.920285],[115.909161,31.94314],[115.928871,32.003046],[115.922095,32.049725],[115.941805,32.166318],[115.912856,32.227596],[115.899306,32.390971],[115.865429,32.458662],[115.883291,32.487946],[115.845719,32.501575],[115.8759,32.542448],[115.910393,32.567165],[115.891298,32.576243],[115.861117,32.537403],[115.789052,32.468761],[115.771806,32.505108],[115.742241,32.476335],[115.704669,32.495013],[115.667712,32.409667],[115.657857,32.428864],[115.626445,32.40512],[115.604271,32.425833],[115.57101,32.419266],[115.522967,32.441997],[115.509416,32.466741],[115.5088,32.468761],[115.497713,32.492489],[115.409018,32.549007],[115.411482,32.575235],[115.304924,32.553042],[115.30554,32.583303],[115.267352,32.578261],[115.24333,32.593388],[115.20083,32.591876],[115.182968,32.666973],[115.179273,32.726402],[115.189744,32.770695],[115.211301,32.785791],[115.189744,32.812452],[115.197135,32.856201],[115.155867,32.864747],[115.139237,32.897917],[115.029599,32.906962],[115.035143,32.932582],[115.009273,32.940117],[114.943368,32.935094],[114.916266,32.971251],[114.883006,32.990328],[114.891629,33.020441],[114.925506,33.016928],[114.913187,33.083143],[114.897172,33.086653],[114.902716,33.129764],[114.932897,33.153817],[114.966158,33.147304],[114.990795,33.102195],[115.041302,33.086653],[115.168186,33.088658],[115.194671,33.120743],[115.245178,33.135778],[115.289526,33.131769],[115.303692,33.149809],[115.300613,33.204407],[115.340033,33.260973],[115.335105,33.297997],[115.361591,33.298497],[115.365286,33.336005],[115.341881,33.370997],[115.313547,33.376994],[115.328946,33.403477],[115.315395,33.431451],[115.324634,33.457418],[115.345576,33.449928],[115.345576,33.502842],[115.366518,33.5233],[115.394851,33.506335],[115.422569,33.557219],[115.463837,33.567193],[115.511264,33.55323],[115.564851,33.576169],[115.639995,33.585143],[115.601191,33.658898],[115.601807,33.718653],[115.563003,33.772895],[115.576553,33.787817],[115.614126,33.775879],[115.631988,33.869846],[115.547604,33.874815],[115.577785,33.950307],[115.579017,33.974133],[115.60735,34.030196],[115.642459,34.03218],[115.658473,34.061437],[115.705901,34.059949],[115.736082,34.076805],[115.768726,34.061932],[115.809378,34.062428],[115.846335,34.028708],[115.85003,34.004898],[115.877132,34.002913],[115.876516,34.028708],[115.904233,34.009859],[115.95782,34.007875],[116.00032,33.965199],[115.982457,33.917039],[116.05945,33.860902],[116.055754,33.804727],[116.074232,33.781351],[116.100102,33.782843],[116.132747,33.751501],[116.155536,33.709693],[116.230065,33.735078],[116.263326,33.730101],[116.316912,33.771402],[116.393905,33.782843],[116.408071,33.805721],[116.437021,33.801246],[116.437637,33.846489],[116.486296,33.869846],[116.558361,33.881274],[116.566984,33.9081],[116.631042,33.887733],[116.64336,33.896675],[116.641512,33.978103],[116.599629,34.014324],[116.599629,34.014324],[116.576223,34.068873],[116.576223,34.068873],[116.52818,34.122892],[116.536187,34.151127],[116.565752,34.16945],[116.542962,34.203608],[116.545426,34.241711],[116.582382,34.266444],[116.562056,34.285731],[116.516477,34.296114],[116.456731,34.268917],[116.409303,34.273863],[116.409303,34.273863],[116.372347,34.26595],[116.357564,34.319843],[116.301514,34.342082],[116.255934,34.376665],[116.213435,34.382098],[116.215898,34.403333],[116.178942,34.430487],[116.162312,34.459605],[116.178326,34.496112],[116.204196,34.508442],[116.191261,34.535561],[116.196804,34.575977],[116.156768,34.5538],[116.134594,34.559715],[116.101334,34.60603],[116.037276,34.593222],[115.991081,34.615389],[115.984305,34.589281],[115.838328,34.5676],[115.827241,34.558236],[115.787821,34.580905],[115.697278,34.594207],[115.685575,34.556265],[115.622749,34.574499],[115.553148,34.568586],[115.515575,34.582383],[115.461373,34.637057],[115.433655,34.725149],[115.449054,34.74433],[115.42688,34.805285],[115.317243,34.859321],[115.256265,34.845079],[115.239019,34.87798],[115.251953,34.906451],[115.205142,34.914303],[115.219309,34.96042],[115.157099,34.957968],[115.12815,35.00455],[115.075179,35.000628],[115.028983,34.9717],[115.008041,34.988372],[114.950759,34.989843],[114.923658,34.968757],[114.880542,35.00357],[114.824492,35.012393],[114.852209,35.041797],[114.818948,35.051596],[114.835578,35.076578],[114.883006,35.098615],[114.841738,35.15099],[114.861448,35.182301],[114.932281,35.198441],[114.929201,35.244886],[114.957534,35.261014],[115.04315,35.376744],[115.073947,35.374304],[115.091809,35.416259],[115.117679,35.400163],[115.126302,35.41821],[115.172497,35.426501],[115.237171,35.423087],[115.307388,35.480126],[115.356047,35.490359],[115.34496,35.55368],[115.383148,35.568772],[115.48601,35.710306],[115.52851,35.733628],[115.622749,35.739457],[115.693582,35.754028],[115.696046,35.788989],[115.73485,35.833154],[115.773654,35.854014],[115.81677,35.844312],[115.859886,35.857894],[115.882675,35.879718],[115.873436,35.918985],[115.907929,35.92674],[115.911624,35.960171],[115.984921,35.974218],[116.048979,35.970343],[116.063145,36.028927],[116.099486,36.112129],[116.057602,36.104877],[115.989849,36.045381],[115.89869,36.026507],[115.859886,36.003756],[115.817386,36.012954],[115.779813,35.993588],[115.774886,35.974702],[115.699125,35.966468],[115.648618,35.922863],[115.583945,35.921893],[115.513112,35.890385],[115.487858,35.880688],[115.460141,35.867594],[115.407786,35.80889],[115.363438,35.779765],[115.335105,35.796756],[115.364054,35.894264],[115.353583,35.938854],[115.362822,35.971796],[115.447822,36.01247],[115.449054,36.047317],[115.484163,36.125666],[115.483547,36.148865],[115.465068,36.170125],[115.450902,36.152248],[115.376989,36.128083],[115.365902,36.099074],[115.312931,36.088436],[115.30246,36.127599],[115.279055,36.13775],[115.242098,36.19138],[115.202678,36.208765],[115.202678,36.208765],[115.202678,36.209248],[115.202678,36.209248],[115.201446,36.210214],[115.201446,36.210214],[115.1842,36.193312],[115.12507,36.209731],[115.104744,36.172058],[115.06286,36.178338],[115.048693,36.161912],[115.04623,36.112613],[114.998186,36.069572],[114.914419,36.052155],[114.926737,36.089403],[114.912571,36.140649],[114.858368,36.144516],[114.857752,36.127599],[114.771521,36.124699],[114.734564,36.15563],[114.720398,36.140166],[114.640326,36.137266],[114.588587,36.118414],[114.586739,36.141133],[114.533152,36.171575],[114.480181,36.177855],[114.466015,36.197658],[114.417356,36.205868],[114.408117,36.224699],[114.356378,36.230492],[114.345291,36.255591],[114.299095,36.245938],[114.257827,36.263794],[114.241197,36.251247],[114.2104,36.272962],[114.203009,36.245456],[114.170364,36.245938],[114.170364,36.245938],[114.175907,36.264759],[114.129096,36.280199],[114.080437,36.269585],[114.04348,36.303353],[114.056415,36.329392],[114.002828,36.334214],[113.981887,36.31782],[113.962792,36.353977],[113.911054,36.314927],[113.882104,36.353977],[113.84946,36.347711],[113.856851,36.329392],[113.813119,36.332285],[113.755221,36.366026],[113.731199,36.363135],[113.736127,36.324571],[113.712105,36.303353],[113.716417,36.262347],[113.681924,36.216491],[113.697939,36.181719],[113.651127,36.174473],[113.705946,36.148865],[113.712721,36.129533],[113.655439,36.125182],[113.671453,36.115514],[113.68562,36.056026],[113.660366,36.034735],[113.694859,36.026991],[113.678844,35.985841],[113.648663,35.994073],[113.654207,35.931586],[113.637576,35.870019],[113.660982,35.837035],[113.582758,35.818111],[113.604932,35.797727],[113.587685,35.736542],[113.592613,35.691838],[113.622794,35.674825],[113.625258,35.632518],[113.578446,35.633491],[113.547649,35.656835],[113.55812,35.621816],[113.513773,35.57364],[113.49899,35.532254],[113.439244,35.507412],[113.391817,35.506925],[113.348085,35.468429],[113.31236,35.481101],[113.304353,35.426989],[113.243375,35.449418],[113.189789,35.44893],[113.185477,35.409431],[113.165151,35.412845],[113.149137,35.350878],[113.126347,35.332327],[113.067217,35.353806],[112.996384,35.362104],[112.985913,35.33965],[112.992072,35.29619],[112.936022,35.284466],[112.934174,35.262968],[112.884283,35.243909],[112.822073,35.258082],[112.772798,35.207732],[112.720443,35.206265],[112.628052,35.263457],[112.637291,35.225822],[112.513487,35.218489],[112.390915,35.239021],[112.36751,35.219956],[112.288053,35.219956],[112.304684,35.251728],[112.242474,35.234622],[112.21722,35.253195],[112.13838,35.271275],[112.058924,35.280069],[112.078634,35.219467],[112.03983,35.194039],[112.066315,35.153437],[112.05646,35.098615],[112.062004,35.056005],[112.039214,35.045717],[112.018888,35.068742],[111.97762,35.067272],[111.933272,35.083435],[111.810084,35.062374],[111.807005,35.032977],[111.740483,35.00455],[111.664107,34.984449],[111.681969,34.9511],[111.646861,34.938836],[111.617911,34.894671],[111.592042,34.881416],[111.570484,34.843114],[111.543999,34.853428],[111.502731,34.829851],[111.439289,34.838202],[111.389398,34.815113],[111.345666,34.831816],[111.29208,34.806759],[111.255123,34.819535],[111.232949,34.789559],[111.148566,34.807742],[111.118385,34.756623],[111.035233,34.740887],[110.976103,34.706456],[110.920052,34.730068],[110.903422,34.669056],[110.883712,34.64395],[110.824582,34.615881],[110.791937,34.649858],[110.749437,34.65232],[110.710017,34.605045],[110.610851,34.607508],[110.533242,34.583368],[110.488279,34.610956],[110.424837,34.588295],[110.379257,34.600612],[110.366939,34.566614],[110.404511,34.557743],[110.372482,34.544435],[110.360779,34.516825],[110.403279,34.433448],[110.403279,34.433448],[110.473496,34.393457],[110.503677,34.33714],[110.451938,34.292653],[110.428533,34.288203],[110.43962,34.243196],[110.507989,34.217466],[110.55172,34.213012],[110.55788,34.193214],[110.621938,34.177372],[110.642264,34.161032],[110.61393,34.113478],[110.591757,34.101586],[110.587445,34.023252],[110.620706,34.035652],[110.671213,33.966192],[110.665669,33.937895],[110.627481,33.925482],[110.628713,33.910086],[110.587445,33.887733],[110.612083,33.852453],[110.66259,33.85295],[110.712481,33.833564],[110.74143,33.798759],[110.782082,33.796272],[110.81719,33.751003],[110.831973,33.713675],[110.823966,33.685793],[110.878784,33.634486],[110.966864,33.609071],[111.00382,33.578662],[111.002588,33.535772],[111.02661,33.478386],[111.02661,33.467903],[110.996429,33.435946],[111.025994,33.375495],[111.025994,33.330504],[110.984726,33.255469],[111.046936,33.202905],[111.045704,33.169849],[111.08882,33.181871],[111.12824,33.15532],[111.146102,33.12375],[111.179363,33.115229],[111.192913,33.071609],[111.152877,33.039507],[111.221862,33.042517],[111.258819,33.006389],[111.273601,32.971753],[111.242804,32.930573],[111.255123,32.883846],[111.276065,32.903445],[111.293311,32.859217],[111.380159,32.829049],[111.41342,32.757108],[111.475629,32.760127],[111.458383,32.726402],[111.513202,32.674026],[111.530448,32.628172],[111.577875,32.593388],[111.640701,32.634724],[111.646245,32.605993],[111.713382,32.606497],[111.808853,32.536899],[111.858128,32.528826],[111.890157,32.503089],[111.948671,32.51722],[111.975772,32.471791],[112.014576,32.450077],[112.063851,32.474315],[112.081098,32.425833],[112.155626,32.377326],[112.150083,32.411688],[112.172873,32.385412],[112.206133,32.392992],[112.328089,32.321712],[112.360118,32.3657],[112.390915,32.37126],[112.448814,32.34295],[112.477147,32.380863],[112.530733,32.37682],[112.545516,32.404109],[112.589248,32.381369],[112.612037,32.386928],[112.645298,32.368227],[112.716747,32.357612]]],[[[113.768156,32.284279],[113.768772,32.30148],[113.749061,32.272642],[113.758301,32.27669],[113.768156,32.284279]]]]}},{"type":"Feature","properties":{"adcode":420000,"name":"湖北省","center":[114.298572,30.584355],"centroid":[112.271301,30.987527],"childrenNum":17,"level":"province","parent":{"adcode":100000},"subFeatureIndex":16,"acroutes":[100000]},"geometry":{"type":"MultiPolygon","coordinates":[[[[111.045704,33.169849],[111.034001,33.177864],[111.035849,33.187881],[111.046936,33.202905],[110.984726,33.255469],[110.960704,33.253967],[110.9219,33.203907],[110.865234,33.213921],[110.828893,33.201403],[110.824582,33.158327],[110.753133,33.15031],[110.702626,33.097182],[110.650887,33.157324],[110.623785,33.143796],[110.59422,33.168346],[110.57759,33.250464],[110.54125,33.255469],[110.471032,33.171352],[110.398352,33.176862],[110.398352,33.176862],[110.372482,33.186379],[110.33799,33.160331],[110.285635,33.171352],[110.218497,33.163336],[110.164911,33.209415],[110.031252,33.191888],[109.999223,33.212419],[109.973353,33.203907],[109.916687,33.229942],[109.852013,33.247961],[109.813209,33.236449],[109.732521,33.231443],[109.693101,33.254468],[109.649985,33.251465],[109.619804,33.275484],[109.60687,33.235949],[109.514479,33.237951],[109.498464,33.207412],[109.438718,33.152314],[109.468283,33.140288],[109.522486,33.138785],[109.576073,33.110216],[109.688174,33.116733],[109.704188,33.101694],[109.794731,33.067095],[109.785492,32.987316],[109.76455,32.909474],[109.789804,32.882339],[109.847702,32.893395],[109.856941,32.910479],[109.907448,32.903947],[109.927158,32.887364],[109.988752,32.886359],[110.051578,32.851676],[110.105164,32.832569],[110.142121,32.802895],[110.127338,32.77774],[110.159367,32.767173],[110.156903,32.683093],[110.206179,32.633212],[110.153824,32.593388],[110.124259,32.616579],[110.090382,32.617083],[110.084223,32.580782],[110.017701,32.546989],[109.97089,32.577756],[109.910528,32.592884],[109.816905,32.577252],[109.746072,32.594901],[109.726978,32.608513],[109.631507,32.599943],[109.619804,32.56767],[109.637051,32.540935],[109.575457,32.506622],[109.526797,32.43341],[109.529877,32.405625],[109.502776,32.38895],[109.513247,32.342444],[109.495385,32.300468],[109.528645,32.270112],[109.550203,32.225065],[109.592703,32.219495],[109.604406,32.199241],[109.58716,32.161251],[109.621652,32.106519],[109.590855,32.047696],[109.590855,32.012688],[109.631507,31.962436],[109.62042,31.928412],[109.584696,31.900472],[109.60379,31.885737],[109.633971,31.824738],[109.633971,31.804396],[109.592087,31.789136],[109.585928,31.726546],[109.622268,31.711783],[109.683246,31.719929],[109.731289,31.700582],[109.737449,31.628761],[109.76455,31.602769],[109.745456,31.598182],[109.727594,31.548214],[109.837847,31.555354],[109.894513,31.519139],[109.969658,31.508935],[109.94502,31.47066],[109.98752,31.474744],[110.036795,31.436966],[110.054042,31.410921],[110.118715,31.409899],[110.161831,31.314338],[110.155671,31.279564],[110.180309,31.179774],[110.200019,31.158779],[110.180309,31.121899],[110.147048,31.116776],[110.119947,31.088592],[110.120563,31.0322],[110.140273,31.030661],[110.140889,30.987062],[110.172918,30.978853],[110.153824,30.953708],[110.151976,30.911613],[110.082375,30.799614],[110.048498,30.800642],[110.019549,30.829425],[110.008462,30.883369],[109.943788,30.878746],[109.894513,30.899803],[109.828608,30.864364],[109.780564,30.848437],[109.701724,30.783677],[109.656761,30.760538],[109.661072,30.738936],[109.625348,30.702923],[109.590855,30.69366],[109.574225,30.646818],[109.543428,30.63961],[109.535421,30.664837],[109.435638,30.595832],[109.418392,30.559766],[109.35495,30.487076],[109.337088,30.521623],[109.36111,30.551004],[109.314298,30.599953],[109.299516,30.630341],[109.245313,30.580892],[109.191726,30.545851],[109.191726,30.545851],[109.143683,30.521108],[109.103647,30.565949],[109.09256,30.578831],[109.106111,30.61077],[109.111654,30.646303],[109.071002,30.640125],[109.042669,30.655571],[109.006329,30.626736],[108.971836,30.627766],[108.893612,30.565434],[108.838793,30.503062],[108.808612,30.491202],[108.789518,30.513374],[108.743939,30.494812],[108.698975,30.54482],[108.688504,30.58759],[108.642925,30.578831],[108.6497,30.53915],[108.56778,30.468508],[108.556077,30.487592],[108.512961,30.501515],[108.472925,30.487076],[108.42673,30.492233],[108.411331,30.438586],[108.430425,30.416397],[108.402092,30.376649],[108.431041,30.354446],[108.460606,30.35961],[108.501258,30.314673],[108.524048,30.309506],[108.54499,30.269716],[108.581947,30.255759],[108.551766,30.1637],[108.56778,30.157491],[108.546222,30.104178],[108.513577,30.057571],[108.532055,30.051873],[108.536367,29.983472],[108.517889,29.9394],[108.516041,29.885451],[108.467998,29.864175],[108.433505,29.880262],[108.371295,29.841337],[108.424266,29.815897],[108.422418,29.772791],[108.442744,29.778505],[108.437201,29.741098],[108.460606,29.741098],[108.504338,29.707836],[108.504954,29.728626],[108.548686,29.749412],[108.52528,29.770713],[108.556077,29.818493],[108.601041,29.863656],[108.658939,29.854833],[108.680497,29.800319],[108.676801,29.749412],[108.690968,29.689642],[108.752562,29.649082],[108.786438,29.691721],[108.797525,29.660003],[108.781511,29.635558],[108.844337,29.658443],[108.888068,29.628795],[108.870206,29.596537],[108.901003,29.604863],[108.913322,29.574679],[108.878213,29.539279],[108.888684,29.502305],[108.866511,29.470527],[108.884373,29.440824],[108.927488,29.435612],[108.934264,29.399643],[108.919481,29.3261],[108.983539,29.332883],[108.999553,29.36366],[109.034662,29.360531],[109.060531,29.403292],[109.11227,29.361053],[109.106727,29.288526],[109.141835,29.270256],[109.110422,29.21647],[109.139372,29.168927],[109.162777,29.180946],[109.215748,29.145409],[109.232378,29.119271],[109.274262,29.121885],[109.261328,29.161089],[109.275494,29.202366],[109.257632,29.222738],[109.312451,29.25146],[109.352487,29.284872],[109.343863,29.369398],[109.391291,29.372005],[109.368501,29.413719],[109.418392,29.453332],[109.415928,29.497617],[109.436254,29.488761],[109.433791,29.530948],[109.458428,29.513242],[109.467051,29.560104],[109.488609,29.553336],[109.516326,29.626194],[109.558826,29.606944],[109.578536,29.629836],[109.651833,29.625674],[109.664768,29.599659],[109.717739,29.615269],[109.701108,29.636078],[109.714659,29.673524],[109.760238,29.689122],[109.755311,29.733304],[109.779333,29.757725],[109.869876,29.774869],[109.908064,29.763959],[109.941325,29.774349],[110.02386,29.769674],[110.113788,29.789932],[110.160599,29.753569],[110.219729,29.746814],[110.289946,29.6964],[110.302265,29.661563],[110.339221,29.668324],[110.372482,29.633477],[110.447011,29.664684],[110.467337,29.713034],[110.507373,29.692241],[110.562807,29.712515],[110.642879,29.775907],[110.60038,29.839779],[110.549873,29.848085],[110.538786,29.895828],[110.49875,29.91243],[110.517228,29.961179],[110.557264,29.988137],[110.491358,30.019751],[110.497518,30.055499],[110.531394,30.061197],[110.600996,30.054463],[110.650887,30.07777],[110.712481,30.033223],[110.756212,30.054463],[110.746973,30.112979],[110.851067,30.126439],[110.924364,30.111426],[110.929907,30.063268],[111.031537,30.048765],[111.242188,30.040476],[111.266826,30.01146],[111.3315,29.970512],[111.342587,29.944586],[111.382623,29.95029],[111.394325,29.912948],[111.436825,29.930065],[111.475629,29.918654],[111.527368,29.925916],[111.553854,29.894272],[111.669034,29.888565],[111.669034,29.888565],[111.705375,29.890121],[111.723853,29.909317],[111.723853,29.909317],[111.75773,29.92021],[111.8107,29.901017],[111.861207,29.856909],[111.899396,29.855871],[111.899396,29.855871],[111.925881,29.836665],[111.965917,29.832512],[111.95483,29.796683],[112.008417,29.778505],[112.07617,29.743696],[112.065699,29.681323],[112.089721,29.685482],[112.111279,29.659483],[112.178416,29.656883],[112.202438,29.633997],[112.244322,29.659483],[112.233851,29.61631],[112.303452,29.585609],[112.281278,29.536676],[112.291133,29.517409],[112.333017,29.545007],[112.368741,29.541362],[112.424792,29.598619],[112.439574,29.633997],[112.499321,29.629316],[112.54182,29.60122],[112.572001,29.624113],[112.640371,29.607985],[112.650842,29.592374],[112.693957,29.601741],[112.714283,29.648561],[112.733378,29.645441],[112.788812,29.681323],[112.79374,29.735902],[112.861493,29.78318],[112.894138,29.783699],[112.902145,29.79149],[112.929246,29.77383],[112.923703,29.766557],[112.926782,29.692241],[112.944645,29.682883],[112.974826,29.732784],[113.025949,29.772791],[113.005007,29.693801],[112.915696,29.620992],[112.912,29.606944],[112.950188,29.473132],[113.034572,29.523658],[113.057362,29.522616],[113.078304,29.438218],[113.099861,29.459585],[113.145441,29.449163],[113.181781,29.485636],[113.222433,29.543965],[113.277252,29.594976],[113.37765,29.703158],[113.571671,29.849123],[113.575367,29.809147],[113.550729,29.768115],[113.558736,29.727067],[113.540258,29.699519],[113.547033,29.675603],[113.606164,29.666764],[113.663446,29.684443],[113.680692,29.64336],[113.704098,29.634518],[113.73859,29.579363],[113.710257,29.555419],[113.630801,29.523137],[113.677613,29.513763],[113.755221,29.446557],[113.731199,29.393907],[113.674533,29.388172],[113.660982,29.333405],[113.632033,29.316186],[113.609859,29.25146],[113.651743,29.225872],[113.693011,29.226394],[113.691779,29.19662],[113.66283,29.16945],[113.690547,29.114566],[113.696091,29.077437],[113.722576,29.104631],[113.749677,29.060699],[113.775547,29.095219],[113.816199,29.105154],[113.852539,29.058606],[113.882104,29.065407],[113.876561,29.038202],[113.898119,29.029307],[113.94185,29.047097],[113.952321,29.092604],[113.98743,29.126068],[114.034857,29.152204],[114.063191,29.204978],[114.169748,29.216993],[114.252284,29.23475],[114.259059,29.343839],[114.307102,29.365225],[114.341595,29.327665],[114.376088,29.322969],[114.440145,29.341752],[114.466015,29.324013],[114.519602,29.325578],[114.589819,29.352707],[114.621847,29.379828],[114.67297,29.395993],[114.740724,29.386607],[114.759818,29.363139],[114.784455,29.386086],[114.812173,29.383478],[114.866375,29.404335],[114.895325,29.397557],[114.931049,29.422581],[114.947063,29.465317],[114.935977,29.486678],[114.90518,29.473132],[114.918114,29.454374],[114.888549,29.436134],[114.860216,29.476258],[114.900868,29.505951],[114.940288,29.493971],[114.966773,29.522096],[114.947679,29.542924],[115.00065,29.572076],[115.033295,29.546568],[115.087498,29.560104],[115.086266,29.525741],[115.154019,29.510117],[115.157099,29.584568],[115.120142,29.597578],[115.143548,29.645961],[115.117679,29.655843],[115.113367,29.684963],[115.176809,29.654803],[115.250722,29.660003],[115.28583,29.618391],[115.304924,29.637118],[115.355431,29.649602],[115.412714,29.688602],[115.470612,29.739539],[115.479235,29.811224],[115.51188,29.840299],[115.611662,29.841337],[115.667712,29.850161],[115.706517,29.837703],[115.762567,29.793048],[115.837096,29.748373],[115.909777,29.723949],[115.965827,29.724469],[116.049595,29.761881],[116.087167,29.795125],[116.13521,29.819532],[116.128435,29.897904],[116.073616,29.969993],[116.091479,30.036331],[116.078544,30.062233],[116.088399,30.110391],[116.055754,30.180774],[116.065609,30.204569],[115.997856,30.252657],[115.985537,30.290905],[115.903001,30.31364],[115.91532,30.337919],[115.885139,30.379747],[115.921479,30.416397],[115.894994,30.452517],[115.910393,30.519046],[115.887603,30.542758],[115.876516,30.582438],[115.848799,30.602014],[115.819234,30.597893],[115.81369,30.637035],[115.762567,30.685426],[115.782893,30.751795],[115.851262,30.756938],[115.863581,30.815549],[115.848799,30.828397],[115.865429,30.864364],[115.932566,30.889532],[115.976298,30.931636],[116.03974,30.957813],[116.071769,30.956787],[116.058834,31.012711],[116.015102,31.011685],[116.006479,31.034764],[115.938726,31.04707],[115.939958,31.071678],[115.887603,31.10909],[115.867277,31.147512],[115.837712,31.127022],[115.797676,31.128047],[115.778582,31.112164],[115.700973,31.201276],[115.655394,31.211002],[115.603655,31.17363],[115.585793,31.143926],[115.540213,31.194621],[115.539597,31.231985],[115.507568,31.267799],[115.473076,31.265242],[115.443511,31.344498],[115.40717,31.337854],[115.372062,31.349098],[115.393004,31.389977],[115.373909,31.405813],[115.338801,31.40428],[115.301229,31.383846],[115.250722,31.392021],[115.252569,31.421646],[115.211301,31.442072],[115.218077,31.515057],[115.235939,31.555354],[115.212533,31.555354],[115.16449,31.604808],[115.12507,31.599201],[115.106592,31.567592],[115.114599,31.530362],[115.096121,31.508425],[115.022824,31.527811],[114.995107,31.471171],[114.962462,31.494648],[114.884238,31.469129],[114.870071,31.479337],[114.830035,31.45892],[114.789383,31.480358],[114.778912,31.520669],[114.696376,31.525771],[114.641558,31.582378],[114.61692,31.585437],[114.572572,31.553824],[114.560869,31.560963],[114.547935,31.623665],[114.57134,31.660858],[114.586123,31.762172],[114.549783,31.766751],[114.530688,31.742834],[114.443841,31.728074],[114.403189,31.746906],[114.350218,31.755557],[114.292936,31.752503],[114.235654,31.833382],[114.191922,31.852192],[114.134024,31.843042],[114.121705,31.809482],[114.086596,31.782014],[114.017611,31.770822],[113.988662,31.749959],[113.952321,31.793714],[113.957865,31.852701],[113.914749,31.877098],[113.893807,31.847109],[113.854387,31.843042],[113.830981,31.87913],[113.832213,31.918761],[113.805728,31.929428],[113.817431,31.964467],[113.757685,31.98985],[113.791561,32.036028],[113.728735,32.083197],[113.722576,32.12426],[113.750293,32.11615],[113.782322,32.184553],[113.752757,32.215951],[113.73859,32.255942],[113.749061,32.272642],[113.768772,32.30148],[113.753989,32.328286],[113.76754,32.370249],[113.735511,32.410677],[113.700402,32.420782],[113.650511,32.412698],[113.624642,32.36115],[113.511925,32.316654],[113.428773,32.270618],[113.376418,32.298445],[113.353628,32.294904],[113.317904,32.327275],[113.333918,32.336377],[113.2366,32.407141],[113.211962,32.431895],[113.158992,32.410677],[113.155912,32.380863],[113.118956,32.375809],[113.107869,32.398551],[113.078919,32.394508],[113.025949,32.425328],[113.000695,32.41674],[112.992072,32.378336],[112.912,32.390971],[112.888594,32.37682],[112.860877,32.396024],[112.776493,32.358623],[112.735841,32.356095],[112.733993,32.356601],[112.724138,32.358623],[112.716747,32.357612],[112.645298,32.368227],[112.612037,32.386928],[112.589248,32.381369],[112.545516,32.404109],[112.530733,32.37682],[112.477147,32.380863],[112.448814,32.34295],[112.390915,32.37126],[112.360118,32.3657],[112.328089,32.321712],[112.206133,32.392992],[112.172873,32.385412],[112.150083,32.411688],[112.155626,32.377326],[112.081098,32.425833],[112.063851,32.474315],[112.014576,32.450077],[111.975772,32.471791],[111.948671,32.51722],[111.890157,32.503089],[111.858128,32.528826],[111.808853,32.536899],[111.713382,32.606497],[111.646245,32.605993],[111.640701,32.634724],[111.577875,32.593388],[111.530448,32.628172],[111.513202,32.674026],[111.458383,32.726402],[111.475629,32.760127],[111.41342,32.757108],[111.380159,32.829049],[111.293311,32.859217],[111.276065,32.903445],[111.255123,32.883846],[111.242804,32.930573],[111.273601,32.971753],[111.258819,33.006389],[111.221862,33.042517],[111.152877,33.039507],[111.192913,33.071609],[111.179363,33.115229],[111.146102,33.12375],[111.12824,33.15532],[111.08882,33.181871],[111.045704,33.169849]]],[[[109.106111,30.570587],[109.101183,30.579346],[109.09872,30.579346],[109.106111,30.570587]]],[[[111.046936,33.202905],[111.035849,33.187881],[111.034001,33.177864],[111.045704,33.169849],[111.046936,33.202905]]],[[[112.716747,32.357612],[112.735841,32.356095],[112.733993,32.356601],[112.724138,32.358623],[112.716747,32.357612]]],[[[112.902145,29.79149],[112.894138,29.783699],[112.923703,29.766557],[112.929246,29.77383],[112.902145,29.79149]]]]}},{"type":"Feature","properties":{"adcode":430000,"name":"湖南省","center":[112.982279,28.19409],"centroid":[111.711649,27.629216],"childrenNum":14,"level":"province","parent":{"adcode":100000},"subFeatureIndex":17,"acroutes":[100000]},"geometry":{"type":"MultiPolygon","coordinates":[[[[112.024431,24.740308],[112.03367,24.771286],[112.124214,24.841364],[112.149467,24.837019],[112.167329,24.859828],[112.175337,24.927685],[112.119902,24.963499],[112.12175,24.989538],[112.155626,25.026419],[112.151931,25.055698],[112.177184,25.106649],[112.187039,25.182494],[112.246785,25.185202],[112.256025,25.159204],[112.302836,25.157037],[112.315771,25.175453],[112.365046,25.191701],[112.414937,25.14241],[112.44327,25.185744],[112.458053,25.152162],[112.562762,25.124531],[112.628052,25.140785],[112.660081,25.132658],[112.712436,25.083344],[112.714899,25.025876],[112.742001,24.99876],[112.743233,24.959701],[112.778341,24.947764],[112.780805,24.896747],[112.873812,24.896747],[112.904609,24.921715],[112.941565,24.915745],[112.994536,24.927142],[113.009934,24.977604],[112.979137,25.03401],[113.004391,25.089306],[112.96805,25.141869],[112.97421,25.168412],[113.034572,25.198199],[112.992688,25.247467],[112.958195,25.254503],[112.897833,25.238264],[112.867036,25.249632],[112.854718,25.337829],[112.891058,25.339993],[112.924319,25.296714],[112.93479,25.325929],[112.969898,25.350269],[113.013014,25.352432],[113.078304,25.382174],[113.096782,25.412449],[113.131274,25.414611],[113.11834,25.445418],[113.176854,25.471355],[113.226129,25.50971],[113.248919,25.514031],[113.311129,25.490264],[113.314208,25.442716],[113.341926,25.448661],[113.373338,25.402719],[113.407215,25.401637],[113.449715,25.359463],[113.479896,25.375145],[113.535946,25.368656],[113.579062,25.34432],[113.584606,25.306453],[113.611707,25.327552],[113.680076,25.334584],[113.686852,25.351891],[113.753373,25.362707],[113.76446,25.333502],[113.814967,25.328634],[113.839605,25.363248],[113.877177,25.380552],[113.887032,25.436772],[113.94493,25.441635],[113.962792,25.528072],[113.986198,25.529153],[113.983118,25.599336],[113.957249,25.611749],[113.913517,25.701299],[113.920293,25.741197],[113.961561,25.77731],[113.971416,25.836036],[114.028082,25.893119],[114.028082,25.98138],[114.008372,26.015806],[114.044096,26.076564],[114.087828,26.06635],[114.121089,26.085702],[114.10569,26.097526],[114.188842,26.121172],[114.237501,26.152333],[114.216559,26.203355],[114.181451,26.214631],[114.102611,26.187783],[114.088444,26.168448],[114.013299,26.184023],[113.962792,26.150722],[113.949242,26.192616],[113.972647,26.20604],[113.978807,26.237716],[114.029314,26.266163],[114.021307,26.288701],[114.047792,26.337518],[114.030546,26.376664],[114.062575,26.406149],[114.085364,26.406149],[114.090292,26.455988],[114.110002,26.482775],[114.07243,26.480096],[114.10877,26.56952],[114.019459,26.587182],[113.996669,26.615543],[113.912901,26.613938],[113.860546,26.664221],[113.853771,26.769532],[113.835909,26.806394],[113.877177,26.859262],[113.890112,26.895562],[113.927068,26.948922],[113.892575,26.964925],[113.86301,27.018252],[113.824206,27.036378],[113.803264,27.099261],[113.771851,27.096598],[113.779242,27.137081],[113.846996,27.222262],[113.872865,27.289828],[113.854387,27.30525],[113.872865,27.346721],[113.872865,27.384988],[113.72812,27.350442],[113.699786,27.331836],[113.657902,27.347253],[113.616635,27.345658],[113.605548,27.38924],[113.632033,27.40518],[113.59754,27.428554],[113.591381,27.467855],[113.627105,27.49971],[113.583374,27.524657],[113.579062,27.545354],[113.608627,27.585143],[113.607395,27.625449],[113.652359,27.663619],[113.696707,27.71979],[113.69917,27.740979],[113.763228,27.799228],[113.756453,27.860091],[113.72812,27.874904],[113.752141,27.93361],[113.822974,27.982243],[113.845148,27.971672],[113.864242,28.004966],[113.914133,27.991227],[113.936307,28.018703],[113.966488,28.017646],[113.970184,28.041418],[114.025618,28.031382],[114.047176,28.057263],[114.025002,28.080499],[113.992357,28.161255],[114.012068,28.174972],[114.068734,28.171806],[114.107538,28.182885],[114.109386,28.205038],[114.143879,28.246694],[114.182067,28.249858],[114.198081,28.29097],[114.2529,28.319423],[114.252284,28.395787],[114.214712,28.403157],[114.172212,28.432632],[114.217175,28.466308],[114.218407,28.48472],[114.15435,28.507337],[114.138335,28.533629],[114.08598,28.558337],[114.132176,28.607211],[114.122321,28.623497],[114.157429,28.761566],[114.137719,28.779926],[114.153734,28.829221],[114.124784,28.843376],[114.076741,28.834464],[114.056415,28.872204],[114.060111,28.902596],[114.028082,28.891069],[114.005292,28.917788],[114.008988,28.955498],[113.973879,28.937692],[113.955401,28.978536],[113.961561,28.999476],[113.94185,29.047097],[113.898119,29.029307],[113.876561,29.038202],[113.882104,29.065407],[113.852539,29.058606],[113.816199,29.105154],[113.775547,29.095219],[113.749677,29.060699],[113.722576,29.104631],[113.696091,29.077437],[113.690547,29.114566],[113.66283,29.16945],[113.691779,29.19662],[113.693011,29.226394],[113.651743,29.225872],[113.609859,29.25146],[113.632033,29.316186],[113.660982,29.333405],[113.674533,29.388172],[113.731199,29.393907],[113.755221,29.446557],[113.677613,29.513763],[113.630801,29.523137],[113.710257,29.555419],[113.73859,29.579363],[113.704098,29.634518],[113.680692,29.64336],[113.663446,29.684443],[113.606164,29.666764],[113.547033,29.675603],[113.540258,29.699519],[113.558736,29.727067],[113.550729,29.768115],[113.575367,29.809147],[113.571671,29.849123],[113.37765,29.703158],[113.277252,29.594976],[113.222433,29.543965],[113.181781,29.485636],[113.145441,29.449163],[113.099861,29.459585],[113.078304,29.438218],[113.057362,29.522616],[113.034572,29.523658],[112.950188,29.473132],[112.912,29.606944],[112.915696,29.620992],[113.005007,29.693801],[113.025949,29.772791],[112.974826,29.732784],[112.944645,29.682883],[112.926782,29.692241],[112.923703,29.766557],[112.894138,29.783699],[112.861493,29.78318],[112.79374,29.735902],[112.788812,29.681323],[112.733378,29.645441],[112.714283,29.648561],[112.693957,29.601741],[112.650842,29.592374],[112.640371,29.607985],[112.572001,29.624113],[112.54182,29.60122],[112.499321,29.629316],[112.439574,29.633997],[112.424792,29.598619],[112.368741,29.541362],[112.333017,29.545007],[112.291133,29.517409],[112.281278,29.536676],[112.303452,29.585609],[112.233851,29.61631],[112.244322,29.659483],[112.202438,29.633997],[112.178416,29.656883],[112.111279,29.659483],[112.089721,29.685482],[112.065699,29.681323],[112.07617,29.743696],[112.008417,29.778505],[111.95483,29.796683],[111.965917,29.832512],[111.925881,29.836665],[111.899396,29.855871],[111.899396,29.855871],[111.861207,29.856909],[111.8107,29.901017],[111.75773,29.92021],[111.723853,29.909317],[111.723853,29.909317],[111.705375,29.890121],[111.669034,29.888565],[111.669034,29.888565],[111.553854,29.894272],[111.527368,29.925916],[111.475629,29.918654],[111.436825,29.930065],[111.394325,29.912948],[111.382623,29.95029],[111.342587,29.944586],[111.3315,29.970512],[111.266826,30.01146],[111.242188,30.040476],[111.031537,30.048765],[110.929907,30.063268],[110.924364,30.111426],[110.851067,30.126439],[110.746973,30.112979],[110.756212,30.054463],[110.712481,30.033223],[110.650887,30.07777],[110.600996,30.054463],[110.531394,30.061197],[110.497518,30.055499],[110.491358,30.019751],[110.557264,29.988137],[110.517228,29.961179],[110.49875,29.91243],[110.538786,29.895828],[110.549873,29.848085],[110.60038,29.839779],[110.642879,29.775907],[110.562807,29.712515],[110.507373,29.692241],[110.467337,29.713034],[110.447011,29.664684],[110.372482,29.633477],[110.339221,29.668324],[110.302265,29.661563],[110.289946,29.6964],[110.219729,29.746814],[110.160599,29.753569],[110.113788,29.789932],[110.02386,29.769674],[109.941325,29.774349],[109.908064,29.763959],[109.869876,29.774869],[109.779333,29.757725],[109.755311,29.733304],[109.760238,29.689122],[109.714659,29.673524],[109.701108,29.636078],[109.717739,29.615269],[109.664768,29.599659],[109.651833,29.625674],[109.578536,29.629836],[109.558826,29.606944],[109.516326,29.626194],[109.488609,29.553336],[109.467051,29.560104],[109.458428,29.513242],[109.433791,29.530948],[109.436254,29.488761],[109.415928,29.497617],[109.418392,29.453332],[109.368501,29.413719],[109.391291,29.372005],[109.343863,29.369398],[109.352487,29.284872],[109.312451,29.25146],[109.257632,29.222738],[109.275494,29.202366],[109.261328,29.161089],[109.274262,29.121885],[109.232378,29.119271],[109.240386,29.086328],[109.312451,29.066453],[109.319842,29.042388],[109.294588,29.015177],[109.292741,28.987436],[109.261328,28.952356],[109.235458,28.882161],[109.246545,28.80143],[109.241002,28.776779],[109.2989,28.7474],[109.294588,28.722211],[109.252704,28.691767],[109.271183,28.671816],[109.192958,28.636104],[109.201581,28.597753],[109.235458,28.61982],[109.252089,28.606685],[109.306907,28.62087],[109.319842,28.579886],[109.273646,28.53836],[109.274262,28.494714],[109.260712,28.46473],[109.264407,28.392628],[109.289045,28.373673],[109.268719,28.33786],[109.275494,28.313101],[109.317994,28.277795],[109.33524,28.293605],[109.388211,28.268307],[109.367885,28.254602],[109.340168,28.19027],[109.33832,28.141731],[109.314298,28.103729],[109.298284,28.036136],[109.335856,28.063073],[109.378972,28.034551],[109.362342,28.007608],[109.319842,27.988585],[109.30198,27.956343],[109.32169,27.868027],[109.346943,27.838396],[109.332777,27.782815],[109.37774,27.736741],[109.366653,27.721909],[109.414081,27.725087],[109.470747,27.680049],[109.45658,27.673689],[109.470131,27.62863],[109.451037,27.586204],[109.461508,27.567637],[109.404841,27.55066],[109.303211,27.47582],[109.300132,27.423774],[109.245313,27.41793],[109.202197,27.450331],[109.167089,27.41793],[109.141835,27.448207],[109.142451,27.418461],[109.103647,27.336621],[109.044517,27.331304],[109.053756,27.293551],[108.983539,27.26802],[108.963213,27.235565],[108.907778,27.204699],[108.926873,27.160512],[108.878829,27.106187],[108.79075,27.084343],[108.877597,27.01612],[108.942887,27.017186],[108.942887,27.017186],[108.940423,27.044907],[109.007561,27.08008],[109.032814,27.104056],[109.128901,27.122701],[109.101183,27.06889],[109.165857,27.066758],[109.21698,27.114711],[109.239154,27.14933],[109.264407,27.131755],[109.33524,27.139212],[109.358646,27.153058],[109.415312,27.154123],[109.441182,27.117907],[109.472595,27.134951],[109.454733,27.069423],[109.486761,27.053968],[109.497848,27.079548],[109.520022,27.058764],[109.555131,26.946788],[109.436254,26.892359],[109.452885,26.861932],[109.486761,26.895562],[109.509551,26.877947],[109.513247,26.84004],[109.497232,26.815474],[109.522486,26.749226],[109.528645,26.743881],[109.554515,26.73533],[109.597015,26.756173],[109.568065,26.726243],[109.528645,26.743881],[109.52187,26.749226],[109.486761,26.759913],[109.447957,26.759913],[109.407305,26.719829],[109.35495,26.693098],[109.283501,26.698445],[109.306291,26.661012],[109.334008,26.646036],[109.35495,26.658873],[109.390675,26.598955],[109.407305,26.533116],[109.381436,26.518659],[109.385747,26.493487],[109.362342,26.472061],[109.38082,26.454381],[109.319842,26.418477],[109.29582,26.350389],[109.271183,26.327863],[109.285965,26.295676],[109.325385,26.29031],[109.351255,26.264016],[109.369733,26.277432],[109.442414,26.289774],[109.467051,26.313917],[109.439334,26.238789],[109.47629,26.148035],[109.513863,26.128157],[109.502776,26.096451],[109.449805,26.101826],[109.452885,26.055598],[109.48245,26.029788],[109.513247,25.998056],[109.560058,26.021184],[109.588391,26.019571],[109.635203,26.047533],[109.649369,26.016882],[109.730057,25.989988],[109.710963,25.954478],[109.693717,25.959321],[109.67955,25.921649],[109.685094,25.880197],[109.768246,25.890427],[109.779333,25.866196],[109.811361,25.877504],[109.826144,25.911422],[109.806434,25.973848],[109.782412,25.996981],[109.814441,26.041081],[109.864332,26.027637],[109.898825,26.095377],[109.904368,26.135679],[109.970274,26.195301],[110.03002,26.166299],[110.099005,26.168985],[110.100853,26.132455],[110.065128,26.050221],[110.100853,26.020108],[110.168606,26.028713],[110.181541,26.060437],[110.24991,26.010965],[110.257301,25.961473],[110.325671,25.975462],[110.373098,26.088927],[110.437772,26.153945],[110.477808,26.179727],[110.495054,26.166299],[110.546793,26.233421],[110.552952,26.283335],[110.584365,26.296749],[110.612083,26.333764],[110.643495,26.308552],[110.673676,26.317135],[110.721104,26.294066],[110.742046,26.313917],[110.73527,26.270993],[110.759292,26.248451],[110.836284,26.255966],[110.939762,26.286554],[110.926212,26.320354],[110.944074,26.326791],[110.94469,26.373447],[110.974255,26.385778],[111.008747,26.35897],[111.008132,26.336982],[111.090667,26.308016],[111.208928,26.30426],[111.204616,26.276359],[111.228022,26.261333],[111.277913,26.272066],[111.293311,26.222148],[111.271754,26.217316],[111.274833,26.183486],[111.258203,26.151796],[111.26621,26.095914],[111.244652,26.078177],[111.267442,26.058824],[111.235413,26.048071],[111.189834,25.953402],[111.230486,25.916267],[111.251428,25.864581],[111.29208,25.854349],[111.297007,25.874274],[111.346282,25.906577],[111.376463,25.906039],[111.383239,25.881812],[111.460231,25.885042],[111.4861,25.859196],[111.43313,25.84627],[111.442369,25.77192],[111.399869,25.744431],[111.30871,25.720171],[111.309942,25.645203],[111.343202,25.602574],[111.324724,25.564249],[111.32842,25.521592],[111.279145,25.42326],[111.210776,25.363248],[111.184906,25.367034],[111.138711,25.303748],[111.103602,25.285351],[111.112841,25.21715],[110.998892,25.161371],[110.98411,25.101772],[110.951465,25.04377],[110.968711,24.975434],[111.009363,24.921172],[111.100522,24.945593],[111.101754,25.035095],[111.139943,25.042144],[111.200921,25.074672],[111.221862,25.106649],[111.274833,25.151078],[111.321645,25.105023],[111.36784,25.108817],[111.375231,25.128324],[111.435593,25.093642],[111.416499,25.047566],[111.467622,25.02208],[111.460231,24.992793],[111.43313,24.979774],[111.434977,24.951562],[111.470086,24.92877],[111.447296,24.892947],[111.449144,24.857113],[111.479325,24.797366],[111.461463,24.728894],[111.431282,24.687574],[111.451608,24.665822],[111.499035,24.667997],[111.526752,24.637538],[111.570484,24.64461],[111.588962,24.690837],[111.641933,24.684856],[111.637621,24.715303],[111.666571,24.760961],[111.708455,24.788673],[111.783599,24.785957],[111.814396,24.770199],[111.868599,24.771829],[111.875374,24.756613],[111.929577,24.75607],[111.951135,24.769655],[112.024431,24.740308]]],[[[109.528645,26.743881],[109.522486,26.749226],[109.52187,26.749226],[109.528645,26.743881]]]]}},{"type":"Feature","properties":{"adcode":440000,"name":"广东省","center":[113.280637,23.125178],"centroid":[113.429919,23.334643],"childrenNum":21,"level":"province","parent":{"adcode":100000},"subFeatureIndex":18,"acroutes":[100000]},"geometry":{"type":"MultiPolygon","coordinates":[[[[113.558736,22.212244],[113.594461,22.228864],[113.595693,22.304186],[113.617866,22.315259],[113.604932,22.339617],[113.627721,22.349027],[113.669605,22.416539],[113.66591,22.438667],[113.624642,22.443092],[113.608627,22.408793],[113.573519,22.41156],[113.631417,22.475723],[113.668373,22.4807],[113.691779,22.514981],[113.740438,22.534329],[113.717033,22.645391],[113.678228,22.726007],[113.733663,22.736494],[113.758301,22.683496],[113.765692,22.665825],[113.803264,22.593463],[113.856851,22.539857],[113.869786,22.459685],[113.893807,22.442539],[113.952937,22.486783],[113.954785,22.491206],[113.976343,22.510558],[114.031778,22.503923],[114.082285,22.512216],[114.095219,22.534329],[114.156813,22.543726],[114.166052,22.559201],[114.222719,22.553122],[114.232574,22.539857],[114.294784,22.563623],[114.321885,22.587385],[114.381631,22.60175],[114.427211,22.589042],[114.472174,22.522168],[114.476486,22.459132],[114.506667,22.438667],[114.549167,22.465769],[114.611377,22.481806],[114.628623,22.513875],[114.614456,22.545384],[114.568261,22.560859],[114.559022,22.583517],[114.603369,22.638763],[114.579964,22.661407],[114.51529,22.655332],[114.567029,22.685705],[114.591666,22.690122],[114.601521,22.730975],[114.689601,22.7674],[114.709927,22.787817],[114.749963,22.764089],[114.73518,22.724351],[114.728405,22.651466],[114.743803,22.632687],[114.746267,22.581859],[114.866375,22.591805],[114.88547,22.538751],[114.922426,22.549253],[114.927969,22.621639],[114.945216,22.645391],[115.039454,22.713862],[115.02344,22.726007],[115.053621,22.747533],[115.076411,22.788368],[115.154635,22.80161],[115.190975,22.77347],[115.190359,22.818711],[115.236555,22.82533],[115.230396,22.776781],[115.319091,22.783402],[115.338185,22.776781],[115.349272,22.712206],[115.381301,22.684048],[115.430576,22.684048],[115.471844,22.697852],[115.575322,22.650914],[115.565467,22.684048],[115.609198,22.753052],[115.541445,22.755259],[115.570394,22.786713],[115.583945,22.82864],[115.654162,22.865591],[115.696046,22.84298],[115.760103,22.834707],[115.788437,22.809885],[115.796444,22.739254],[115.829089,22.734838],[115.883291,22.78561],[115.931334,22.802713],[115.965211,22.800506],[115.99724,22.826985],[116.05637,22.844635],[116.104413,22.816505],[116.14137,22.835259],[116.239304,22.921275],[116.259014,22.932298],[116.302746,22.951588],[116.382818,22.91907],[116.449955,22.936707],[116.50539,22.930645],[116.544194,22.996769],[116.576839,23.014397],[116.557129,23.056253],[116.566368,23.088738],[116.550969,23.109656],[116.566368,23.134424],[116.665534,23.158086],[116.701259,23.198248],[116.74499,23.215299],[116.806584,23.200998],[116.821367,23.240597],[116.798577,23.244996],[116.782563,23.313714],[116.871874,23.4159],[116.871258,23.416449],[116.874338,23.447199],[116.874953,23.447748],[116.895895,23.476295],[116.888504,23.501543],[116.92854,23.530079],[116.963649,23.507031],[117.01046,23.502641],[117.044953,23.539955],[117.085605,23.536663],[117.192778,23.5619],[117.192778,23.629356],[117.147199,23.654027],[117.123793,23.647448],[117.055424,23.694038],[117.048032,23.758687],[117.019083,23.801952],[117.012308,23.855054],[116.981511,23.855602],[116.955642,23.922359],[116.976583,23.931659],[116.981511,23.999471],[116.953178,24.008218],[116.930388,24.064514],[116.9347,24.126794],[116.998757,24.179217],[116.956257,24.216883],[116.933468,24.220157],[116.938395,24.28127],[116.914374,24.287817],[116.919301,24.321087],[116.895895,24.350533],[116.903903,24.369614],[116.839229,24.442097],[116.860787,24.460075],[116.83307,24.496568],[116.796729,24.502014],[116.759157,24.545572],[116.761005,24.583128],[116.815207,24.654944],[116.777635,24.679418],[116.667382,24.658752],[116.623034,24.64189],[116.600861,24.654401],[116.570679,24.621762],[116.530027,24.604895],[116.506622,24.621218],[116.517709,24.652225],[116.485064,24.720196],[116.44626,24.714216],[116.416079,24.744113],[116.419158,24.767482],[116.375427,24.803885],[116.381586,24.82507],[116.417927,24.840821],[116.395137,24.877746],[116.363724,24.87123],[116.345862,24.828872],[116.297202,24.801712],[116.244232,24.793563],[116.251007,24.82507],[116.221442,24.829959],[116.191877,24.877203],[116.153073,24.846795],[116.068073,24.850053],[116.015102,24.905975],[115.985537,24.899461],[115.907929,24.923343],[115.89253,24.936911],[115.885139,24.898918],[115.907313,24.879917],[115.861733,24.863629],[115.863581,24.891318],[115.824161,24.909232],[115.807531,24.862543],[115.790284,24.856027],[115.764415,24.791933],[115.776734,24.774546],[115.756408,24.749004],[115.769342,24.708236],[115.801371,24.705517],[115.780429,24.663103],[115.797676,24.628834],[115.840791,24.584217],[115.843871,24.562446],[115.785357,24.567345],[115.752712,24.546116],[115.68927,24.545027],[115.671408,24.604895],[115.605503,24.62557],[115.569778,24.622306],[115.555611,24.683768],[115.522967,24.702799],[115.476771,24.762591],[115.412714,24.79302],[115.372678,24.774546],[115.358511,24.735416],[115.306772,24.758787],[115.269816,24.749548],[115.258729,24.728894],[115.1842,24.711498],[115.104744,24.667997],[115.083802,24.699537],[115.057317,24.703343],[115.024672,24.669085],[115.00373,24.679418],[114.940288,24.650049],[114.909491,24.661471],[114.893477,24.582584],[114.868839,24.562446],[114.846665,24.602719],[114.827571,24.588026],[114.781376,24.613057],[114.729637,24.608704],[114.73826,24.565168],[114.704999,24.525973],[114.664963,24.583673],[114.627391,24.576598],[114.589819,24.537406],[114.534384,24.559181],[114.429058,24.48622],[114.403189,24.497657],[114.391486,24.563535],[114.363769,24.582584],[114.300943,24.578775],[114.289856,24.619042],[114.258443,24.641346],[114.19069,24.656576],[114.169132,24.689749],[114.27261,24.700624],[114.281849,24.724001],[114.336052,24.749004],[114.342211,24.807145],[114.378551,24.861457],[114.403189,24.877746],[114.395798,24.951019],[114.454928,24.977062],[114.45616,24.99659],[114.506051,24.999844],[114.532536,25.022623],[114.561485,25.077382],[114.604601,25.083886],[114.640326,25.074129],[114.664963,25.10123],[114.735796,25.121822],[114.73518,25.155954],[114.685905,25.173287],[114.693912,25.213902],[114.73518,25.225813],[114.743188,25.274528],[114.714238,25.315651],[114.63663,25.324306],[114.599674,25.385959],[114.541159,25.416773],[114.477718,25.37136],[114.438914,25.376226],[114.43029,25.343779],[114.382863,25.317274],[114.31511,25.33837],[114.2954,25.299961],[114.260291,25.291845],[114.204857,25.29942],[114.190074,25.316733],[114.115545,25.302125],[114.083517,25.275611],[114.055799,25.277775],[114.039785,25.250714],[114.017611,25.273987],[114.029314,25.328093],[114.050256,25.36433],[113.983118,25.415152],[114.003444,25.442716],[113.94493,25.441635],[113.887032,25.436772],[113.877177,25.380552],[113.839605,25.363248],[113.814967,25.328634],[113.76446,25.333502],[113.753373,25.362707],[113.686852,25.351891],[113.680076,25.334584],[113.611707,25.327552],[113.584606,25.306453],[113.579062,25.34432],[113.535946,25.368656],[113.479896,25.375145],[113.449715,25.359463],[113.407215,25.401637],[113.373338,25.402719],[113.341926,25.448661],[113.314208,25.442716],[113.311129,25.490264],[113.248919,25.514031],[113.226129,25.50971],[113.176854,25.471355],[113.11834,25.445418],[113.131274,25.414611],[113.096782,25.412449],[113.078304,25.382174],[113.013014,25.352432],[112.969898,25.350269],[112.93479,25.325929],[112.924319,25.296714],[112.891058,25.339993],[112.854718,25.337829],[112.867036,25.249632],[112.897833,25.238264],[112.958195,25.254503],[112.992688,25.247467],[113.034572,25.198199],[112.97421,25.168412],[112.96805,25.141869],[113.004391,25.089306],[112.979137,25.03401],[113.009934,24.977604],[112.994536,24.927142],[112.941565,24.915745],[112.904609,24.921715],[112.873812,24.896747],[112.780805,24.896747],[112.778341,24.947764],[112.743233,24.959701],[112.742001,24.99876],[112.714899,25.025876],[112.712436,25.083344],[112.660081,25.132658],[112.628052,25.140785],[112.562762,25.124531],[112.458053,25.152162],[112.44327,25.185744],[112.414937,25.14241],[112.365046,25.191701],[112.315771,25.175453],[112.302836,25.157037],[112.256025,25.159204],[112.246785,25.185202],[112.187039,25.182494],[112.177184,25.106649],[112.151931,25.055698],[112.155626,25.026419],[112.12175,24.989538],[112.119902,24.963499],[112.175337,24.927685],[112.167329,24.859828],[112.149467,24.837019],[112.124214,24.841364],[112.03367,24.771286],[112.024431,24.740308],[111.961606,24.721283],[111.939432,24.686487],[111.953598,24.64733],[111.927729,24.629378],[111.936968,24.595645],[111.972077,24.578775],[112.007185,24.534684],[112.009649,24.503103],[111.985011,24.467701],[112.025047,24.438828],[112.057692,24.387057],[112.05954,24.339628],[112.026279,24.294908],[111.990555,24.279634],[111.986243,24.25672],[111.958526,24.263813],[111.912946,24.221795],[111.877222,24.227252],[111.871062,24.176487],[111.886461,24.163929],[111.878454,24.109862],[111.92157,24.012045],[111.940664,23.987989],[111.911714,23.943693],[111.854432,23.947521],[111.845809,23.904305],[111.812548,23.887343],[111.824867,23.832612],[111.8107,23.80688],[111.722621,23.823305],[111.683201,23.822758],[111.683201,23.822758],[111.654868,23.833159],[111.627766,23.78881],[111.621607,23.725819],[111.666571,23.718696],[111.614832,23.65896],[111.615448,23.639225],[111.555702,23.64087],[111.487332,23.626615],[111.479941,23.532822],[111.428818,23.466414],[111.399869,23.469159],[111.383239,23.399423],[111.389398,23.375804],[111.363528,23.340641],[111.376463,23.30437],[111.353058,23.284582],[111.36476,23.240047],[111.388782,23.210349],[111.38447,23.16744],[111.365992,23.14488],[111.377695,23.082132],[111.402333,23.066165],[111.43313,23.073322],[111.433746,23.036428],[111.389398,23.005583],[111.403565,22.99126],[111.362913,22.967568],[111.374615,22.938361],[111.358601,22.889301],[111.218167,22.748085],[111.185522,22.735942],[111.118385,22.744773],[111.058023,22.729871],[111.089435,22.695643],[111.055559,22.648705],[110.997045,22.631582],[110.958856,22.636553],[110.950233,22.61059],[110.896031,22.613352],[110.897878,22.591805],[110.812263,22.576333],[110.778386,22.585174],[110.749437,22.556991],[110.762988,22.518298],[110.740198,22.498947],[110.74143,22.464109],[110.688459,22.477935],[110.712481,22.440879],[110.711249,22.369506],[110.74143,22.361757],[110.749437,22.329653],[110.787009,22.28259],[110.759292,22.274837],[110.725415,22.29588],[110.687843,22.249914],[110.646575,22.220554],[110.678604,22.172901],[110.629329,22.149068],[110.598532,22.162924],[110.602843,22.18343],[110.55788,22.196175],[110.505525,22.14297],[110.456866,22.189526],[110.414366,22.208365],[110.378026,22.164587],[110.34846,22.195621],[110.326287,22.152393],[110.364475,22.125785],[110.35154,22.097508],[110.359547,22.015973],[110.352772,21.97602],[110.374946,21.967695],[110.374946,21.967695],[110.378642,21.939942],[110.378642,21.939942],[110.391576,21.89386],[110.337374,21.887751],[110.290562,21.917736],[110.283787,21.892194],[110.224041,21.882198],[110.224041,21.882198],[110.212338,21.886085],[110.212338,21.886085],[110.196323,21.899968],[110.12857,21.902744],[110.101469,21.86998],[110.050962,21.857205],[109.999839,21.881643],[109.94502,21.84443],[109.940093,21.769419],[109.916071,21.668787],[109.888354,21.652101],[109.888354,21.652101],[109.839695,21.636525],[109.786108,21.637638],[109.778101,21.670455],[109.742992,21.616497],[109.754695,21.556396],[109.788572,21.490702],[109.785492,21.45673],[109.819369,21.445033],[109.894513,21.442248],[109.904368,21.429992],[109.868644,21.365913],[109.770709,21.359783],[109.757775,21.346963],[109.763934,21.226514],[109.674623,21.136671],[109.674007,21.067997],[109.655529,20.929435],[109.664768,20.862343],[109.711579,20.774519],[109.730057,20.719673],[109.74484,20.621124],[109.793499,20.615522],[109.813825,20.574627],[109.811977,20.541566],[109.839695,20.489439],[109.888354,20.475423],[109.895745,20.42776],[109.864948,20.40196],[109.861252,20.376717],[109.916071,20.316677],[109.909296,20.236961],[109.929006,20.211691],[109.993679,20.254368],[110.082375,20.258859],[110.118099,20.219553],[110.168606,20.219553],[110.220345,20.25156],[110.296722,20.249314],[110.349076,20.258859],[110.384185,20.293103],[110.425453,20.291419],[110.452554,20.311064],[110.491358,20.373912],[110.54125,20.42047],[110.550489,20.47262],[110.499982,20.572386],[110.487047,20.640167],[110.466105,20.680485],[110.411286,20.670966],[110.392192,20.682724],[110.407591,20.731987],[110.393424,20.816479],[110.350924,20.84165],[110.327519,20.847802],[110.269004,20.839972],[110.209874,20.860106],[110.184005,20.891979],[110.180925,20.98197],[110.204947,21.003202],[110.208642,21.050684],[110.241903,21.016051],[110.24991,21.045098],[110.296722,21.093684],[110.39096,21.124949],[110.422373,21.190807],[110.451322,21.186343],[110.501213,21.217588],[110.534474,21.204198],[110.626249,21.215915],[110.65951,21.239902],[110.713097,21.3124],[110.768531,21.364799],[110.796248,21.37483],[110.888639,21.367585],[110.929291,21.375945],[111.034617,21.438906],[111.103602,21.455616],[111.171355,21.458401],[111.28284,21.485691],[111.276065,21.443362],[111.250196,21.45116],[111.257587,21.41495],[111.28592,21.41885],[111.353058,21.464528],[111.382623,21.495714],[111.444217,21.514088],[111.494724,21.501282],[111.521825,21.517429],[111.560629,21.50518],[111.609904,21.530234],[111.650556,21.512418],[111.677658,21.529677],[111.693672,21.590345],[111.736788,21.609821],[111.794686,21.61149],[111.832258,21.578659],[111.810084,21.555283],[111.887693,21.578659],[111.941896,21.607039],[111.972692,21.603144],[112.026895,21.633744],[111.997946,21.657107],[111.954214,21.667674],[111.956062,21.710494],[112.036134,21.761637],[112.136532,21.793871],[112.192583,21.789425],[112.196894,21.736624],[112.236315,21.727173],[112.238778,21.702153],[112.353343,21.707157],[112.415553,21.734956],[112.427256,21.789981],[112.445734,21.803317],[112.497473,21.785535],[112.535661,21.753856],[112.647146,21.758302],[112.68595,21.810541],[112.792508,21.921067],[112.841167,21.920512],[112.893522,21.84443],[112.929862,21.838875],[112.989608,21.869424],[113.047507,21.956595],[113.053666,22.012089],[113.032108,22.04593],[113.045659,22.088636],[113.086927,22.12634],[113.091854,22.065344],[113.142977,22.012089],[113.1516,21.979905],[113.235368,21.887751],[113.266781,21.871646],[113.319752,21.909407],[113.330223,21.96159],[113.442324,22.009315],[113.45957,22.043711],[113.527939,22.073663],[113.567359,22.075327],[113.554425,22.107489],[113.554425,22.142416],[113.534715,22.174009],[113.53841,22.209473],[113.558736,22.212244]]],[[[117.024627,23.437865],[116.982743,23.460924],[116.944555,23.440061],[116.951946,23.419744],[117.027091,23.41535],[117.050496,23.400522],[117.081909,23.409309],[117.124409,23.389537],[117.142887,23.400522],[117.142887,23.459826],[117.129336,23.483431],[117.093612,23.459277],[117.058503,23.47355],[117.029554,23.443356],[117.024627,23.437865]]],[[[112.853486,21.740515],[112.876275,21.772753],[112.840551,21.776644],[112.782653,21.739959],[112.724138,21.719945],[112.70566,21.679354],[112.734609,21.666562],[112.780189,21.671568],[112.730914,21.613715],[112.775261,21.564189],[112.817145,21.590345],[112.798667,21.610933],[112.821457,21.655994],[112.804826,21.686583],[112.83316,21.736624],[112.853486,21.740515]]],[[[112.530733,21.583667],[112.563378,21.591458],[112.571385,21.619835],[112.621277,21.606482],[112.665624,21.642644],[112.639139,21.67268],[112.66624,21.683803],[112.663776,21.714386],[112.592327,21.693256],[112.560299,21.666562],[112.57077,21.645982],[112.535045,21.628737],[112.530733,21.583667]]],[[[114.231342,22.016528],[114.311414,22.041493],[114.302791,22.050368],[114.239965,22.03539],[114.231342,22.016528]]],[[[110.43346,21.171276],[110.489511,21.138904],[110.508605,21.140579],[110.544945,21.083633],[110.582517,21.094801],[110.632409,21.210893],[110.589293,21.194713],[110.525235,21.190249],[110.499366,21.213125],[110.445163,21.184669],[110.431612,21.180763],[110.43346,21.171276]]],[[[112.435263,21.663781],[112.456205,21.648763],[112.458669,21.68992],[112.435263,21.663781]]],[[[110.517844,21.079166],[110.459946,21.062971],[110.398352,21.096476],[110.352772,21.079724],[110.305961,21.0881],[110.27578,21.033369],[110.211106,20.986999],[110.201251,20.938378],[110.309656,20.963529],[110.347845,20.984763],[110.407591,20.990351],[110.47288,20.983087],[110.511684,20.916578],[110.535706,20.922727],[110.539402,20.987557],[110.560344,21.061295],[110.517844,21.079166]]],[[[113.765076,21.962145],[113.774315,21.998218],[113.74167,21.991559],[113.765076,21.962145]]],[[[113.723192,21.922177],[113.742902,21.950489],[113.71888,21.951599],[113.723192,21.922177]]],[[[113.142977,21.831653],[113.162071,21.853873],[113.203955,21.861093],[113.167615,21.876644],[113.136818,21.868869],[113.142977,21.831653]]],[[[113.819894,22.396068],[113.813735,22.419858],[113.786634,22.413773],[113.819894,22.396068]]],[[[114.190074,21.986564],[114.229494,21.995443],[114.180835,22.00987],[114.190074,21.986564]]],[[[114.153734,21.97491],[114.171596,22.000437],[114.124169,21.985455],[114.153734,21.97491]]],[[[116.769628,20.771721],[116.761005,20.750456],[116.87249,20.738143],[116.889736,20.683284],[116.849084,20.628405],[116.749302,20.600958],[116.796113,20.582471],[116.862635,20.588633],[116.905135,20.619443],[116.934084,20.676565],[116.925461,20.726949],[116.88604,20.775638],[116.820135,20.780674],[116.769628,20.771721]]],[[[113.025333,21.847762],[113.045659,21.882753],[113.007471,21.869424],[113.025333,21.847762]]],[[[110.405127,20.678245],[110.437772,20.677685],[110.414366,20.710157],[110.405127,20.678245]]],[[[110.644727,20.935584],[110.584365,20.948998],[110.548641,20.908752],[110.562807,20.861224],[110.611467,20.860106],[110.646575,20.917137],[110.644727,20.935584]]],[[[110.556648,20.32734],[110.593604,20.360447],[110.586213,20.381205],[110.556648,20.32734]]],[[[115.943037,21.097592],[115.953508,21.064088],[115.989233,21.035603],[116.040356,21.02052],[116.067457,21.04063],[116.044051,21.110434],[116.024341,21.12439],[115.965211,21.123832],[115.943037,21.097592]]],[[[115.926407,20.981411],[115.939342,20.945644],[115.970139,20.919373],[115.999088,20.922727],[116.000936,20.948439],[115.954124,20.99985],[115.926407,20.981411]]],[[[115.834632,22.722695],[115.834632,22.722143],[115.835248,22.722695],[115.834632,22.722695]]],[[[115.834632,22.723247],[115.834632,22.722695],[115.835248,22.722695],[115.834632,22.723247]]]]}},{"type":"Feature","properties":{"adcode":450000,"name":"广西壮族自治区","center":[108.320004,22.82402],"centroid":[108.7944,23.833381],"childrenNum":14,"level":"province","parent":{"adcode":100000},"subFeatureIndex":19,"acroutes":[100000]},"geometry":{"type":"MultiPolygon","coordinates":[[[[109.48245,26.029788],[109.473211,26.006663],[109.408537,25.967392],[109.435022,25.93349],[109.396834,25.900117],[109.359262,25.836036],[109.339552,25.83442],[109.327849,25.76168],[109.340168,25.731493],[109.296436,25.71424],[109.207125,25.740119],[109.206509,25.788087],[109.147995,25.741736],[109.13198,25.762758],[109.143683,25.795092],[109.095024,25.80533],[109.077778,25.776771],[109.048213,25.790781],[108.989698,25.778926],[108.999553,25.765453],[108.963829,25.732572],[108.940423,25.740119],[108.896076,25.71424],[108.900387,25.682423],[108.953974,25.686738],[108.953974,25.686738],[109.007561,25.734728],[109.043285,25.738502],[109.07901,25.72071],[109.075314,25.693749],[109.030966,25.629556],[109.051908,25.566949],[109.088249,25.550752],[109.024807,25.51241],[108.949046,25.557231],[108.8893,25.543193],[108.890532,25.556151],[108.826474,25.550212],[108.814772,25.526992],[108.781511,25.554531],[108.799989,25.576666],[108.783975,25.628477],[108.724844,25.634952],[108.68912,25.623081],[108.68604,25.587462],[108.660787,25.584763],[108.658323,25.550212],[108.68912,25.533473],[108.634917,25.520512],[108.6072,25.491885],[108.600425,25.432448],[108.62999,25.335666],[108.625062,25.308076],[108.589338,25.335125],[108.585642,25.365952],[108.471693,25.458928],[108.418723,25.443257],[108.400244,25.491344],[108.359592,25.513491],[108.348506,25.536173],[108.308469,25.525912],[108.280752,25.48],[108.241332,25.46217],[108.251803,25.430286],[108.192673,25.458928],[108.162492,25.444878],[108.193289,25.405421],[108.142782,25.390825],[108.152021,25.324306],[108.143398,25.269658],[108.115065,25.210112],[108.080572,25.193867],[108.001732,25.196574],[107.928435,25.155954],[107.872384,25.141327],[107.839124,25.115861],[107.762747,25.125073],[107.789233,25.15487],[107.760283,25.188451],[107.762131,25.229061],[107.741805,25.24043],[107.700537,25.194408],[107.696226,25.219858],[107.661733,25.258833],[107.659885,25.316192],[107.632168,25.310241],[107.599523,25.250714],[107.576734,25.256668],[107.512676,25.209029],[107.472024,25.213902],[107.489886,25.276693],[107.481263,25.299961],[107.432604,25.289139],[107.409198,25.347024],[107.420901,25.392987],[107.375937,25.411908],[107.358691,25.393528],[107.318039,25.401637],[107.308184,25.432988],[107.336517,25.461089],[107.263836,25.543193],[107.232423,25.556691],[107.228728,25.604733],[107.205322,25.607971],[107.185612,25.578825],[107.064272,25.559391],[107.066736,25.50917],[107.015613,25.495666],[106.996519,25.442716],[106.963874,25.437852],[106.987896,25.358922],[107.012533,25.352973],[107.013765,25.275611],[106.975577,25.232851],[106.933077,25.250714],[106.904128,25.231768],[106.888113,25.181953],[106.853005,25.186827],[106.787715,25.17112],[106.764926,25.183036],[106.732281,25.162454],[106.691013,25.179245],[106.644817,25.164621],[106.63989,25.132658],[106.590615,25.08768],[106.551195,25.082802],[106.519782,25.054072],[106.450181,25.033468],[106.442173,25.019369],[106.332536,24.988454],[106.304819,24.973807],[106.253696,24.971094],[106.215508,24.981944],[106.191486,24.95319],[106.145291,24.954275],[106.197645,24.885889],[106.206269,24.851139],[106.173008,24.760417],[106.150218,24.762591],[106.113878,24.714216],[106.047356,24.684312],[106.024566,24.633186],[105.961741,24.677786],[105.942031,24.725088],[105.863806,24.729437],[105.827466,24.702799],[105.767104,24.719109],[105.70551,24.768569],[105.617431,24.78161],[105.607576,24.803885],[105.573083,24.797366],[105.497322,24.809318],[105.493011,24.833217],[105.457286,24.87123],[105.428337,24.930941],[105.365511,24.943423],[105.334099,24.9266],[105.267577,24.929313],[105.251563,24.967296],[105.212758,24.995505],[105.178266,24.985199],[105.157324,24.958616],[105.131454,24.959701],[105.09573,24.92877],[105.096346,24.928228],[105.082179,24.915745],[105.077868,24.918459],[105.039064,24.872859],[105.026745,24.815836],[105.03352,24.787586],[104.899245,24.752809],[104.865985,24.730524],[104.841963,24.676155],[104.771746,24.659839],[104.729246,24.617953],[104.703377,24.645698],[104.628848,24.660927],[104.595587,24.709323],[104.529682,24.731611],[104.489646,24.653313],[104.520443,24.535228],[104.550008,24.518894],[104.575877,24.424661],[104.616529,24.421937],[104.63008,24.397958],[104.610986,24.377246],[104.641783,24.367979],[104.70892,24.321087],[104.721239,24.340173],[104.703377,24.419757],[104.715695,24.441552],[104.74834,24.435559],[104.765587,24.45953],[104.784681,24.443732],[104.83642,24.446456],[104.914028,24.426296],[104.930042,24.411038],[104.979933,24.412673],[105.042759,24.442097],[105.106817,24.414853],[105.111744,24.37234],[105.138846,24.376701],[105.188121,24.347261],[105.196744,24.326541],[105.164715,24.288362],[105.215222,24.214699],[105.24294,24.208695],[105.229389,24.165567],[105.182577,24.167205],[105.20044,24.105491],[105.260186,24.061236],[105.292831,24.074896],[105.273121,24.092927],[105.320548,24.116416],[105.334099,24.094566],[105.395692,24.065607],[105.406163,24.043748],[105.493011,24.016965],[105.533663,24.130071],[105.594641,24.137718],[105.628518,24.126794],[105.649459,24.032816],[105.704278,24.0667],[105.739387,24.059596],[105.765256,24.073804],[105.802212,24.051945],[105.796669,24.023524],[105.841633,24.03063],[105.859495,24.056864],[105.89214,24.040468],[105.908154,24.069432],[105.901995,24.099482],[105.919241,24.122425],[105.963589,24.110954],[105.998081,24.120786],[106.011632,24.099482],[106.04982,24.089649],[106.053516,24.051399],[106.096631,24.018058],[106.091088,23.998924],[106.128044,23.956819],[106.157609,23.891174],[106.192718,23.879135],[106.173008,23.861622],[106.192102,23.824947],[106.136667,23.795381],[106.157609,23.724175],[106.149602,23.665538],[106.120653,23.605229],[106.141595,23.569579],[106.08616,23.524043],[106.071994,23.495506],[106.039965,23.484529],[105.999929,23.447748],[105.986378,23.489469],[105.935871,23.508678],[105.913081,23.499348],[105.89214,23.52514],[105.852103,23.526786],[105.815763,23.507031],[105.805908,23.467512],[105.758481,23.459826],[105.699966,23.40162],[105.637757,23.404366],[105.694423,23.363168],[105.699966,23.327453],[105.649459,23.346136],[105.593409,23.312614],[105.560148,23.257093],[105.526272,23.234548],[105.542902,23.184495],[105.558916,23.177893],[105.574931,23.066165],[105.625438,23.064513],[105.648844,23.078828],[105.724604,23.06231],[105.74185,23.030921],[105.780039,23.022659],[105.805908,22.994565],[105.839169,22.987403],[105.879205,22.916865],[105.893987,22.936707],[105.959277,22.948832],[105.994385,22.93781],[106.019639,22.990709],[106.08616,22.996218],[106.106486,22.980792],[106.153914,22.988505],[106.206885,22.978588],[106.270326,22.907494],[106.258007,22.889852],[106.286957,22.867245],[106.366413,22.857871],[106.37134,22.878273],[106.41384,22.877171],[106.504383,22.91025],[106.525941,22.946628],[106.562282,22.923479],[106.606013,22.925684],[106.631267,22.88103],[106.657136,22.863385],[106.674998,22.891506],[106.716882,22.881582],[106.709491,22.866142],[106.774781,22.812643],[106.776012,22.813746],[106.778476,22.814298],[106.779092,22.813746],[106.779708,22.813195],[106.78094,22.813195],[106.784636,22.812643],[106.796338,22.812091],[106.801882,22.815401],[106.804346,22.816505],[106.808657,22.817608],[106.813585,22.817608],[106.838838,22.803265],[106.820976,22.768504],[106.768621,22.739254],[106.780324,22.708894],[106.756302,22.68957],[106.711955,22.575228],[106.650361,22.575228],[106.61402,22.602303],[106.585071,22.517192],[106.588151,22.472958],[106.560434,22.455813],[106.588767,22.374486],[106.562897,22.345706],[106.663296,22.33076],[106.670071,22.283144],[106.688549,22.260438],[106.7021,22.207257],[106.673151,22.182322],[106.706411,22.160707],[106.691629,22.13521],[106.71565,22.089745],[106.706411,22.021521],[106.683006,21.999882],[106.698404,21.959925],[106.73844,22.008205],[106.790179,22.004876],[106.802498,21.98157],[106.859164,21.986009],[106.926302,21.967695],[106.935541,21.933836],[106.974345,21.923288],[106.999598,21.947714],[107.05996,21.914959],[107.058729,21.887196],[107.018693,21.859427],[107.018077,21.81943],[107.093837,21.803317],[107.148656,21.758858],[107.194851,21.736624],[107.199163,21.718833],[107.242279,21.703265],[107.271844,21.727173],[107.310648,21.733844],[107.356843,21.667674],[107.363619,21.602031],[107.388256,21.594241],[107.431372,21.642088],[107.477567,21.659888],[107.500973,21.613715],[107.486806,21.59591],[107.547168,21.58645],[107.584741,21.614828],[107.603219,21.597579],[107.712856,21.616497],[107.807711,21.655438],[107.837892,21.640419],[107.863761,21.650988],[107.892095,21.622617],[107.893942,21.596466],[107.929051,21.585893],[107.958,21.534131],[108.034376,21.545821],[108.108289,21.508521],[108.193905,21.519656],[108.156332,21.55083],[108.205608,21.597579],[108.241332,21.599805],[108.249955,21.561406],[108.210535,21.505737],[108.230245,21.491259],[108.330027,21.540254],[108.397781,21.533017],[108.492635,21.554727],[108.591802,21.677129],[108.626294,21.67991],[108.658939,21.643757],[108.678033,21.659331],[108.735931,21.628181],[108.734084,21.626512],[108.745786,21.602587],[108.801837,21.626512],[108.83325,21.610933],[108.881293,21.627068],[108.937959,21.589789],[109.093792,21.579215],[109.09872,21.571424],[109.110422,21.568085],[109.138756,21.567528],[109.142451,21.511861],[109.074698,21.489589],[109.039589,21.457844],[109.046365,21.424421],[109.095024,21.419407],[109.138756,21.388762],[109.186183,21.390991],[109.245929,21.425536],[109.41716,21.438906],[109.484914,21.453388],[109.529877,21.437234],[109.540964,21.466199],[109.576689,21.493487],[109.604406,21.523553],[109.612413,21.556953],[109.654913,21.493487],[109.704188,21.462857],[109.785492,21.45673],[109.788572,21.490702],[109.754695,21.556396],[109.742992,21.616497],[109.778101,21.670455],[109.786108,21.637638],[109.839695,21.636525],[109.888354,21.652101],[109.888354,21.652101],[109.916071,21.668787],[109.940093,21.769419],[109.94502,21.84443],[109.999839,21.881643],[110.050962,21.857205],[110.101469,21.86998],[110.12857,21.902744],[110.196323,21.899968],[110.212338,21.886085],[110.212338,21.886085],[110.224041,21.882198],[110.224041,21.882198],[110.283787,21.892194],[110.290562,21.917736],[110.337374,21.887751],[110.391576,21.89386],[110.378642,21.939942],[110.378642,21.939942],[110.374946,21.967695],[110.374946,21.967695],[110.352772,21.97602],[110.359547,22.015973],[110.35154,22.097508],[110.364475,22.125785],[110.326287,22.152393],[110.34846,22.195621],[110.378026,22.164587],[110.414366,22.208365],[110.456866,22.189526],[110.505525,22.14297],[110.55788,22.196175],[110.602843,22.18343],[110.598532,22.162924],[110.629329,22.149068],[110.678604,22.172901],[110.646575,22.220554],[110.687843,22.249914],[110.725415,22.29588],[110.759292,22.274837],[110.787009,22.28259],[110.749437,22.329653],[110.74143,22.361757],[110.711249,22.369506],[110.712481,22.440879],[110.688459,22.477935],[110.74143,22.464109],[110.740198,22.498947],[110.762988,22.518298],[110.749437,22.556991],[110.778386,22.585174],[110.812263,22.576333],[110.897878,22.591805],[110.896031,22.613352],[110.950233,22.61059],[110.958856,22.636553],[110.997045,22.631582],[111.055559,22.648705],[111.089435,22.695643],[111.058023,22.729871],[111.118385,22.744773],[111.185522,22.735942],[111.218167,22.748085],[111.358601,22.889301],[111.374615,22.938361],[111.362913,22.967568],[111.403565,22.99126],[111.389398,23.005583],[111.433746,23.036428],[111.43313,23.073322],[111.402333,23.066165],[111.377695,23.082132],[111.365992,23.14488],[111.38447,23.16744],[111.388782,23.210349],[111.36476,23.240047],[111.353058,23.284582],[111.376463,23.30437],[111.363528,23.340641],[111.389398,23.375804],[111.383239,23.399423],[111.399869,23.469159],[111.428818,23.466414],[111.479941,23.532822],[111.487332,23.626615],[111.555702,23.64087],[111.615448,23.639225],[111.614832,23.65896],[111.666571,23.718696],[111.621607,23.725819],[111.627766,23.78881],[111.654868,23.833159],[111.683201,23.822758],[111.683201,23.822758],[111.722621,23.823305],[111.8107,23.80688],[111.824867,23.832612],[111.812548,23.887343],[111.845809,23.904305],[111.854432,23.947521],[111.911714,23.943693],[111.940664,23.987989],[111.92157,24.012045],[111.878454,24.109862],[111.886461,24.163929],[111.871062,24.176487],[111.877222,24.227252],[111.912946,24.221795],[111.958526,24.263813],[111.986243,24.25672],[111.990555,24.279634],[112.026279,24.294908],[112.05954,24.339628],[112.057692,24.387057],[112.025047,24.438828],[111.985011,24.467701],[112.009649,24.503103],[112.007185,24.534684],[111.972077,24.578775],[111.936968,24.595645],[111.927729,24.629378],[111.953598,24.64733],[111.939432,24.686487],[111.961606,24.721283],[112.024431,24.740308],[111.951135,24.769655],[111.929577,24.75607],[111.875374,24.756613],[111.868599,24.771829],[111.814396,24.770199],[111.783599,24.785957],[111.708455,24.788673],[111.666571,24.760961],[111.637621,24.715303],[111.641933,24.684856],[111.588962,24.690837],[111.570484,24.64461],[111.526752,24.637538],[111.499035,24.667997],[111.451608,24.665822],[111.431282,24.687574],[111.461463,24.728894],[111.479325,24.797366],[111.449144,24.857113],[111.447296,24.892947],[111.470086,24.92877],[111.434977,24.951562],[111.43313,24.979774],[111.460231,24.992793],[111.467622,25.02208],[111.416499,25.047566],[111.435593,25.093642],[111.375231,25.128324],[111.36784,25.108817],[111.321645,25.105023],[111.274833,25.151078],[111.221862,25.106649],[111.200921,25.074672],[111.139943,25.042144],[111.101754,25.035095],[111.100522,24.945593],[111.009363,24.921172],[110.968711,24.975434],[110.951465,25.04377],[110.98411,25.101772],[110.998892,25.161371],[111.112841,25.21715],[111.103602,25.285351],[111.138711,25.303748],[111.184906,25.367034],[111.210776,25.363248],[111.279145,25.42326],[111.32842,25.521592],[111.324724,25.564249],[111.343202,25.602574],[111.309942,25.645203],[111.30871,25.720171],[111.399869,25.744431],[111.442369,25.77192],[111.43313,25.84627],[111.4861,25.859196],[111.460231,25.885042],[111.383239,25.881812],[111.376463,25.906039],[111.346282,25.906577],[111.297007,25.874274],[111.29208,25.854349],[111.251428,25.864581],[111.230486,25.916267],[111.189834,25.953402],[111.235413,26.048071],[111.267442,26.058824],[111.244652,26.078177],[111.26621,26.095914],[111.258203,26.151796],[111.274833,26.183486],[111.271754,26.217316],[111.293311,26.222148],[111.277913,26.272066],[111.228022,26.261333],[111.204616,26.276359],[111.208928,26.30426],[111.090667,26.308016],[111.008132,26.336982],[111.008747,26.35897],[110.974255,26.385778],[110.94469,26.373447],[110.944074,26.326791],[110.926212,26.320354],[110.939762,26.286554],[110.836284,26.255966],[110.759292,26.248451],[110.73527,26.270993],[110.742046,26.313917],[110.721104,26.294066],[110.673676,26.317135],[110.643495,26.308552],[110.612083,26.333764],[110.584365,26.296749],[110.552952,26.283335],[110.546793,26.233421],[110.495054,26.166299],[110.477808,26.179727],[110.437772,26.153945],[110.373098,26.088927],[110.325671,25.975462],[110.257301,25.961473],[110.24991,26.010965],[110.181541,26.060437],[110.168606,26.028713],[110.100853,26.020108],[110.065128,26.050221],[110.100853,26.132455],[110.099005,26.168985],[110.03002,26.166299],[109.970274,26.195301],[109.904368,26.135679],[109.898825,26.095377],[109.864332,26.027637],[109.814441,26.041081],[109.782412,25.996981],[109.806434,25.973848],[109.826144,25.911422],[109.811361,25.877504],[109.779333,25.866196],[109.768246,25.890427],[109.685094,25.880197],[109.67955,25.921649],[109.693717,25.959321],[109.710963,25.954478],[109.730057,25.989988],[109.649369,26.016882],[109.635203,26.047533],[109.588391,26.019571],[109.560058,26.021184],[109.513247,25.998056],[109.48245,26.029788]]],[[[105.096346,24.928228],[105.09573,24.92877],[105.077868,24.918459],[105.082179,24.915745],[105.096346,24.928228]]],[[[109.088249,21.014934],[109.11227,21.02499],[109.117814,21.017727],[109.144299,21.041189],[109.138756,21.067439],[109.09256,21.057386],[109.088865,21.031134],[109.088249,21.014934]]]]}},{"type":"Feature","properties":{"adcode":460000,"name":"海南省","center":[110.33119,20.031971],"centroid":[109.754859,19.189767],"childrenNum":19,"level":"province","parent":{"adcode":100000},"subFeatureIndex":20,"acroutes":[100000]},"geometry":{"type":"MultiPolygon","coordinates":[[[[110.106396,20.026812],[110.042339,19.991384],[109.997375,19.980136],[109.965346,19.993634],[109.898825,19.994196],[109.855093,19.984073],[109.814441,19.993072],[109.76147,19.981261],[109.712195,20.017253],[109.657993,20.01163],[109.585312,19.98801],[109.526797,19.943573],[109.498464,19.873236],[109.411001,19.895184],[109.349407,19.898561],[109.300748,19.917693],[109.25948,19.898561],[109.255784,19.867045],[109.231147,19.863105],[109.159082,19.79048],[109.169553,19.736411],[109.147379,19.704863],[109.093792,19.68965],[109.048829,19.619764],[108.993394,19.587065],[108.92872,19.524468],[108.855424,19.469182],[108.806148,19.450561],[108.765496,19.400894],[108.694047,19.387346],[108.644772,19.349518],[108.609048,19.276661],[108.591186,19.141592],[108.598577,19.055633],[108.630606,19.003017],[108.637997,18.924346],[108.595497,18.872256],[108.593033,18.809386],[108.65278,18.740258],[108.663866,18.67337],[108.641077,18.565614],[108.644772,18.486738],[108.68912,18.447571],[108.776583,18.441894],[108.881293,18.416344],[108.905315,18.389087],[108.944735,18.314107],[109.006329,18.323198],[109.108575,18.323766],[109.138756,18.268081],[109.17448,18.260125],[109.287813,18.264671],[109.355566,18.215221],[109.441182,18.199303],[109.467051,18.173718],[109.527413,18.169169],[109.584696,18.143579],[109.661688,18.175424],[109.726362,18.177698],[109.749767,18.193618],[109.785492,18.339672],[109.919767,18.375457],[110.022629,18.360121],[110.070672,18.376025],[110.090382,18.399309],[110.116867,18.506602],[110.214186,18.578662],[110.246215,18.609859],[110.329366,18.642185],[110.367555,18.631977],[110.499366,18.651824],[110.499366,18.751592],[110.578206,18.784458],[110.590525,18.838841],[110.585597,18.88075],[110.619474,19.152334],[110.676756,19.286264],[110.706321,19.320153],[110.729727,19.378878],[110.787009,19.399765],[110.844292,19.449996],[110.888023,19.518827],[110.920668,19.552668],[111.008747,19.60398],[111.061718,19.612436],[111.071573,19.628784],[111.043856,19.763448],[111.013675,19.850159],[110.966248,20.018377],[110.940994,20.028499],[110.871393,20.01163],[110.808567,20.035808],[110.778386,20.068415],[110.744509,20.074036],[110.717408,20.148778],[110.687843,20.163947],[110.655814,20.134169],[110.562191,20.110006],[110.526467,20.07516],[110.495054,20.077408],[110.387265,20.113378],[110.318279,20.108882],[110.28933,20.056047],[110.243135,20.077408],[110.144585,20.074598],[110.106396,20.026812]]],[[[112.208597,3.876129],[112.241858,3.845677],[112.280046,3.86777],[112.260336,3.917925],[112.219068,3.908969],[112.208597,3.876129]]],[[[113.266165,8.125929],[113.311129,8.177469],[113.343157,8.193463],[113.288955,8.119412],[113.349933,8.172137],[113.386273,8.238479],[113.386273,8.289412],[113.354244,8.304217],[113.353628,8.237887],[113.293882,8.176284],[113.266165,8.125929]]],[[[111.99733,3.848065],[112.015192,3.823583],[112.064467,3.830152],[112.073707,3.865979],[112.03367,3.892251],[111.99733,3.848065]]],[[[111.463311,17.077491],[111.536607,17.104949],[111.4861,17.058039],[111.559397,17.087788],[111.542151,17.11982],[111.452224,17.092936],[111.463311,17.077491]]],[[[117.708319,15.182712],[117.712631,15.118592],[117.726798,15.105303],[117.827812,15.111659],[117.72495,15.131302],[117.720638,15.195418],[117.74466,15.217941],[117.784696,15.16885],[117.838899,15.15903],[117.782848,15.187333],[117.748355,15.230068],[117.715095,15.222561],[117.708319,15.182712]]],[[[112.241858,3.942404],[112.292365,3.946583],[112.288053,3.97345],[112.254177,3.97942],[112.241858,3.942404]]],[[[111.734324,16.19732],[111.779903,16.19732],[111.81686,16.224329],[111.813164,16.261676],[111.782367,16.273741],[111.716462,16.249036],[111.789758,16.250186],[111.790374,16.220307],[111.734324,16.19732]]],[[[111.649324,16.255931],[111.577875,16.208239],[111.56802,16.162834],[111.611136,16.156511],[111.690592,16.211112],[111.606825,16.177779],[111.598817,16.198469],[111.681353,16.262251],[111.649324,16.255931]]],[[[113.896887,7.607204],[113.919677,7.566865],[113.98743,7.536014],[114.058879,7.537794],[114.157429,7.561525],[114.289856,7.617288],[114.368696,7.638642],[114.407501,7.683126],[114.419819,7.765557],[114.464167,7.814771],[114.540543,7.862201],[114.555326,7.891249],[114.540543,7.945783],[114.511594,7.966527],[114.47279,7.968898],[114.414892,7.952895],[114.268298,7.870501],[114.211632,7.786904],[114.095219,7.721082],[114.029314,7.670078],[113.921524,7.639235],[113.896887,7.607204]]],[[[113.976959,8.872888],[114.013299,8.836817],[114.035473,8.783591],[114.060111,8.816119],[114.041017,8.843913],[113.989894,8.878801],[113.976959,8.872888]]],[[[113.956017,8.840365],[113.975111,8.793054],[114.012068,8.798376],[113.977575,8.841548],[113.956017,8.840365]]],[[[111.97454,16.323715],[112.002258,16.306484],[112.07617,16.323715],[112.074938,16.349558],[112.047221,16.360469],[112.002874,16.350707],[111.97454,16.323715]]],[[[111.739251,16.452898],[111.766969,16.470116],[111.786679,16.520039],[111.759577,16.545857],[111.765737,16.495366],[111.739251,16.452898]]],[[[112.216604,8.866383],[112.206133,8.88767],[112.180264,8.862244],[112.216604,8.866383]]],[[[113.792177,7.373422],[113.828518,7.362145],[113.829134,7.383511],[113.792177,7.373422]]],[[[114.194386,8.764664],[114.201161,8.727991],[114.248588,8.724442],[114.222103,8.784773],[114.194386,8.764664]]],[[[112.232619,16.996239],[112.207981,16.987081],[112.222764,16.960751],[112.292981,16.96762],[112.266496,16.993949],[112.232619,16.996239]]],[[[114.689601,10.345648],[114.702536,10.312677],[114.725941,10.319154],[114.747499,10.37214],[114.717318,10.380381],[114.689601,10.345648]]],[[[115.837712,9.709775],[115.861117,9.694438],[115.867277,9.650191],[115.901153,9.67084],[115.925791,9.781734],[115.901153,9.795888],[115.870972,9.778785],[115.837712,9.709775]]],[[[114.617536,9.965688],[114.642173,9.917351],[114.672355,9.927963],[114.685905,9.979245],[114.617536,9.965688]]],[[[113.769387,7.636862],[113.773699,7.601865],[113.814967,7.603051],[113.831597,7.644573],[113.769387,7.636862]]],[[[109.463972,7.344339],[109.463972,7.315254],[109.513247,7.320002],[109.571761,7.373422],[109.654297,7.479648],[109.709115,7.511095],[109.791651,7.524742],[109.938861,7.504569],[109.948716,7.522962],[109.904984,7.55144],[109.816289,7.572797],[109.72205,7.575763],[109.653065,7.559745],[109.536037,7.448792],[109.463972,7.344339]]],[[[116.273181,8.879392],[116.294123,8.858105],[116.332311,8.901269],[116.305826,8.917233],[116.273181,8.879392]]],[[[112.476531,16.001247],[112.570154,16.011027],[112.612037,16.039212],[112.588016,16.070844],[112.462364,16.043813],[112.448814,16.005274],[112.476531,16.001247]]],[[[112.537509,8.846278],[112.57077,8.815527],[112.639755,8.818484],[112.598487,8.859288],[112.537509,8.846278]]],[[[114.469095,10.836261],[114.475254,10.814512],[114.513442,10.848605],[114.565181,10.836261],[114.593514,10.856245],[114.587355,10.909138],[114.55471,10.900911],[114.469095,10.836261]]],[[[112.409393,16.294996],[112.383524,16.265698],[112.411241,16.2634],[112.475915,16.288677],[112.531349,16.285805],[112.536893,16.312228],[112.509176,16.317397],[112.409393,16.294996]]],[[[116.48876,10.395686],[116.461658,10.34918],[116.467202,10.309144],[116.511549,10.297957],[116.566368,10.304434],[116.644592,10.335051],[116.637817,10.365076],[116.514629,10.34918],[116.542346,10.41982],[116.526332,10.426883],[116.48876,10.395686]]],[[[112.349031,16.912088],[112.360734,16.925257],[112.334249,16.962469],[112.30222,16.963041],[112.349031,16.912088]]],[[[111.500267,16.45175],[111.49534,16.4374],[111.545847,16.43453],[111.538455,16.461507],[111.500267,16.45175]]],[[[115.500177,9.897897],[115.54822,9.869007],[115.585177,9.896128],[115.581481,9.917351],[115.518039,9.933857],[115.500177,9.897897]]],[[[114.669891,8.210048],[114.691449,8.18517],[114.74134,8.189316],[114.726557,8.21064],[114.669891,8.210048]]],[[[114.507899,8.120004],[114.530073,8.103415],[114.595978,8.120596],[114.624311,8.149626],[114.595978,8.15792],[114.507899,8.120004]]],[[[115.16757,8.386523],[115.18112,8.345668],[115.235939,8.321982],[115.285214,8.314876],[115.315395,8.356326],[115.299381,8.370537],[115.202678,8.395403],[115.16757,8.386523]]],[[[113.895039,8.00505],[113.904894,7.963564],[113.9708,7.944597],[113.969568,7.974825],[113.940003,8.018088],[113.895039,8.00505]]],[[[115.436119,9.393447],[115.450286,9.345028],[115.469996,9.3592],[115.456445,9.417064],[115.436119,9.393447]]],[[[116.457347,9.174326],[116.477057,9.137103],[116.500462,9.164282],[116.457347,9.174326]]],[[[113.638192,8.976942],[113.654823,8.962163],[113.730583,9.004133],[113.719496,9.020092],[113.644968,8.989355],[113.638192,8.976942]]],[[[114.696992,11.004322],[114.710543,11.001972],[114.793079,11.07657],[114.799854,11.10476],[114.766593,11.110045],[114.710543,11.039567],[114.696992,11.004322]]],[[[114.62,11.432264],[114.652644,11.436957],[114.661884,11.522584],[114.621232,11.518479],[114.62,11.432264]]],[[[114.910723,10.863298],[114.931049,10.841551],[114.959998,10.902087],[114.934129,10.902674],[114.910723,10.863298]]],[[[111.572948,16.470116],[111.578491,16.447158],[111.614216,16.44027],[111.592658,16.490775],[111.572948,16.470116]]],[[[113.939387,8.875253],[113.912285,8.888853],[113.893807,8.862836],[113.916597,8.837999],[113.939387,8.875253]]],[[[109.936397,7.848566],[109.936397,7.823665],[109.988136,7.8124],[110.050346,7.846194],[110.082991,7.896584],[110.078063,7.949339],[110.0331,7.944597],[109.953027,7.888878],[109.936397,7.848566]]],[[[116.727128,11.501473],[116.765316,11.430504],[116.772092,11.445755],[116.738215,11.514961],[116.727128,11.501473]]],[[[111.690592,16.587731],[111.724469,16.560198],[111.717078,16.59404],[111.690592,16.587731]]],[[[112.507328,16.466098],[112.586784,16.525777],[112.575081,16.537251],[112.499321,16.493645],[112.507328,16.466098]]],[[[111.761425,16.061642],[111.791606,16.028859],[111.828563,16.049565],[111.829795,16.070844],[111.761425,16.061642]]],[[[113.845764,10.018733],[113.865474,10.00341],[113.872249,10.123029],[113.856851,10.12185],[113.845764,10.018733]]],[[[114.791847,8.160882],[114.777064,8.114079],[114.812173,8.110524],[114.818332,8.141332],[114.791847,8.160882]]],[[[116.557129,9.745167],[116.566368,9.718623],[116.593469,9.723932],[116.557129,9.745167]]],[[[115.28275,10.191951],[115.288294,10.172513],[115.333257,10.200198],[115.28891,10.211388],[115.28275,10.191951]]],[[[116.832454,10.476908],[116.855243,10.468669],[116.868794,10.495739],[116.832454,10.476908]]],[[[114.703151,16.170307],[114.816484,16.198469],[114.802934,16.215135],[114.704383,16.199044],[114.703151,16.170307]]],[[[115.97753,9.321997],[115.926407,9.311366],[115.943037,9.269433],[115.976298,9.268252],[115.999088,9.293649],[115.97753,9.321997]]],[[[113.660366,9.231039],[113.676997,9.202683],[113.697323,9.225722],[113.660366,9.231039]]],[[[114.665579,7.590001],[114.671739,7.563898],[114.72163,7.59178],[114.703767,7.614915],[114.665579,7.590001]]],[[[114.493116,10.717504],[114.513442,10.722208],[114.562717,10.778064],[114.539312,10.793349],[114.493116,10.717504]]],[[[117.770529,10.773361],[117.798862,10.753371],[117.835819,10.803931],[117.831507,10.838612],[117.801942,10.839788],[117.775457,10.809222],[117.770529,10.773361]]],[[[114.242429,10.242014],[114.263371,10.239658],[114.326197,10.284414],[114.312646,10.300901],[114.265219,10.275581],[114.242429,10.242014]]],[[[114.688985,11.469217],[114.722246,11.429331],[114.737644,11.463938],[114.720398,11.49209],[114.688985,11.469217]]],[[[116.638433,10.503977],[116.653215,10.491031],[116.70865,10.492797],[116.699411,10.517511],[116.638433,10.503977]]],[[[110.459946,8.116449],[110.471032,8.072012],[110.554184,8.093935],[110.599764,8.156735],[110.568351,8.17273],[110.461793,8.128298],[110.459946,8.116449]]],[[[111.463311,8.52504],[111.497187,8.523857],[111.509506,8.550489],[111.463311,8.52504]]],[[[115.258113,8.509652],[115.271048,8.477098],[115.296301,8.510836],[115.258113,8.509652]]],[[[113.221817,8.073789],[113.235984,8.068456],[113.283411,8.111117],[113.269861,8.120004],[113.221817,8.073789]]],[[[114.074893,10.929118],[114.064422,10.904437],[114.110002,10.918541],[114.096451,10.947921],[114.074893,10.929118]]],[[[117.258068,10.320331],[117.299336,10.313855],[117.299952,10.343293],[117.274698,10.358011],[117.258068,10.320331]]],[[[114.212864,16.040937],[114.31203,16.034611],[114.306487,16.057616],[114.268914,16.059342],[114.212864,16.040937]]],[[[110.609003,8.010976],[110.642879,7.989049],[110.641648,8.031125],[110.622553,8.041199],[110.609003,8.010976]]],[[[115.509416,8.490712],[115.521735,8.460523],[115.55438,8.461115],[115.569162,8.49012],[115.558691,8.523265],[115.514344,8.519122],[115.509416,8.490712]]],[[[111.539071,7.54432],[111.542767,7.524742],[111.583419,7.543134],[111.612368,7.592374],[111.566788,7.606017],[111.539071,7.54432]]],[[[111.657947,8.672974],[111.665955,8.622683],[111.717694,8.6499],[111.697368,8.67889],[111.657947,8.672974]]],[[[110.460561,7.799948],[110.487663,7.783346],[110.511684,7.805878],[110.485199,7.827815],[110.460561,7.799948]]],[[[112.345952,8.926101],[112.392763,8.919598],[112.384756,8.946793],[112.345952,8.926101]]],[[[116.469665,9.810041],[116.47952,9.785272],[116.50847,9.79117],[116.490607,9.821246],[116.469665,9.810041]]],[[[111.925265,8.070827],[111.949287,8.05068],[111.994866,8.047125],[112.018888,8.065494],[112.013344,8.093342],[111.95483,8.106377],[111.925265,8.070827]]],[[[114.457392,15.599305],[114.466631,15.576823],[114.491884,15.59354],[114.457392,15.599305]]],[[[114.985252,11.078332],[115.013585,11.063062],[115.021592,11.085967],[114.985252,11.078332]]],[[[114.10569,16.004124],[114.110618,15.978235],[114.132176,16.007575],[114.10569,16.004124]]],[[[116.045283,10.095338],[116.067457,10.065876],[116.09579,10.09357],[116.070537,10.12892],[116.045283,10.095338]]],[[[117.266691,10.69163],[117.348611,10.672811],[117.404661,10.671047],[117.418212,10.702803],[117.369553,10.7422],[117.293176,10.735144],[117.266691,10.69163]]],[[[114.854057,7.244611],[114.819564,7.192957],[114.869455,7.198895],[114.854057,7.244611]]],[[[112.823305,8.910729],[112.859645,8.889444],[112.873196,8.908364],[112.823305,8.910729]]],[[[111.670266,7.651098],[111.707223,7.648725],[111.749722,7.703884],[111.726317,7.729977],[111.691208,7.711593],[111.670266,7.651098]]],[[[112.207981,8.835634],[112.235699,8.827355],[112.241242,8.852783],[112.207981,8.835634]]],[[[112.527654,5.79444],[112.531965,5.766455],[112.562762,5.75931],[112.562146,5.820637],[112.527654,5.79444]]],[[[114.599058,8.846278],[114.645869,8.844504],[114.68221,8.881166],[114.665579,8.900087],[114.61692,8.881166],[114.599058,8.846278]]],[[[114.868223,7.983715],[114.907643,7.951117],[114.914419,8.00742],[114.883006,8.011569],[114.868223,7.983715]]],[[[112.945261,8.410204],[112.985297,8.429149],[112.949572,8.432701],[112.945261,8.410204]]],[[[113.600004,6.961929],[113.580294,6.920344],[113.62341,6.942325],[113.600004,6.961929]]],[[[116.695099,16.345538],[116.708034,16.299591],[116.738831,16.303612],[116.747454,16.360469],[116.717889,16.373676],[116.695099,16.345538]]],[[[117.347995,10.090624],[117.354154,10.06293],[117.385567,10.063519],[117.373864,10.106532],[117.347995,10.090624]]],[[[112.993304,19.472003],[113.038883,19.480466],[113.048123,19.506417],[113.029028,19.52898],[112.993304,19.52616],[112.980369,19.496263],[112.993304,19.472003]]],[[[114.448153,16.034035],[114.485109,16.034611],[114.521449,16.056466],[114.465399,16.067393],[114.448153,16.034035]]],[[[113.832213,19.158552],[113.874097,19.151203],[113.914749,19.172119],[113.920293,19.223551],[113.875945,19.237113],[113.80696,19.222986],[113.799568,19.19925],[113.832213,19.158552]]],[[[112.650842,5.106941],[112.655769,5.055676],[112.682871,5.048522],[112.719211,5.075944],[112.678559,5.121247],[112.650842,5.106941]]],[[[111.638853,7.907254],[111.665339,7.887099],[111.712766,7.887099],[111.713382,7.927408],[111.651788,7.932743],[111.638853,7.907254]]],[[[112.244322,8.874662],[112.281278,8.855148],[112.288669,8.885896],[112.244322,8.874662]]],[[[112.89229,7.844416],[112.929862,7.827815],[112.93171,7.867537],[112.89229,7.844416]]],[[[112.583088,5.56159],[112.606494,5.51751],[112.614501,5.465683],[112.642834,5.489512],[112.616349,5.568737],[112.583088,5.56159]]],[[[112.523342,5.656289],[112.5449,5.616386],[112.565842,5.63068],[112.56153,5.677133],[112.528886,5.687257],[112.523342,5.656289]]],[[[115.361591,13.948985],[115.397315,13.92517],[115.438583,13.943757],[115.423185,13.977443],[115.377605,13.968732],[115.361591,13.948985]]],[[[113.596924,10.240836],[113.617866,10.22199],[113.638192,10.243192],[113.596924,10.240836]]],[[[113.860546,15.477068],[113.893807,15.463802],[113.890112,15.490909],[113.860546,15.477068]]],[[[112.907072,4.993079],[112.943413,4.991887],[112.952652,5.047926],[112.910768,5.038388],[112.907072,4.993079]]],[[[112.557219,5.109326],[112.568922,5.071771],[112.610806,5.091443],[112.601567,5.120055],[112.557219,5.109326]]],[[[112.350263,5.621747],[112.385988,5.615791],[112.385372,5.643187],[112.350263,5.621747]]],[[[112.226459,16.759147],[112.254177,16.751698],[112.262184,16.778057],[112.211061,16.795819],[112.226459,16.759147]]],[[[112.233851,15.69612],[112.25972,15.734718],[112.240626,15.741055],[112.20367,15.71398],[112.233851,15.69612]]],[[[112.612037,5.367973],[112.640371,5.347715],[112.685334,5.371548],[112.690878,5.406702],[112.62374,5.401935],[112.612037,5.367973]]],[[[112.472219,5.73966],[112.496857,5.736683],[112.498089,5.775387],[112.472219,5.73966]]],[[[113.217506,6.306249],[113.230441,6.285429],[113.243991,6.325878],[113.217506,6.306249]]],[[[116.152457,9.579384],[116.189413,9.565221],[116.187565,9.595317],[116.152457,9.579384]]],[[[114.948911,7.508722],[114.960614,7.484988],[115.012353,7.484988],[115.013585,7.525928],[114.948911,7.508722]]],[[[111.553854,7.807656],[111.585267,7.771487],[111.619759,7.840265],[111.603745,7.861608],[111.553854,7.807656]]],[[[113.938771,15.8355],[113.973263,15.805558],[113.9708,15.83953],[113.938771,15.8355]]],[[[114.926122,16.036911],[114.895325,16.036336],[114.910723,16.001823],[114.926122,16.036911]]],[[[116.749302,9.056736],[116.699411,9.049053],[116.70865,9.024229],[116.740679,9.028367],[116.749302,9.056736]]],[[[112.64653,16.385733],[112.681639,16.400661],[112.660081,16.426494],[112.64653,16.385733]]],[[[111.203384,19.92557],[111.203384,19.925007],[111.204,19.92557],[111.204,19.926132],[111.203384,19.92557]]],[[[115.758256,10.461018],[115.776118,10.434534],[115.801987,10.463372],[115.758256,10.461018]]],[[[117.21372,10.735144],[117.187235,10.741612],[117.206945,10.707507],[117.21372,10.735144]]],[[[112.671784,16.331755],[112.701349,16.331755],[112.677943,16.35932],[112.671784,16.331755]]],[[[115.782277,10.541046],[115.795212,10.499858],[115.805067,10.524571],[115.782277,10.541046]]],[[[112.512255,9.544566],[112.50856,9.525679],[112.568922,9.516826],[112.567074,9.554008],[112.512255,9.544566]]],[[[114.610145,15.649447],[114.581195,15.625242],[114.610761,15.615444],[114.610145,15.649447]]],[[[117.299336,11.077745],[117.264227,11.063062],[117.284553,11.02547],[117.304263,11.027232],[117.299336,11.077745]]],[[[117.691073,11.048965],[117.653501,11.046029],[117.655965,11.024882],[117.690457,11.016658],[117.691073,11.048965]]],[[[114.166668,9.38459],[114.175291,9.342075],[114.195617,9.350933],[114.194386,9.391676],[114.166668,9.38459]]],[[[114.714854,9.736909],[114.693296,9.741038],[114.680978,9.707416],[114.704999,9.700337],[114.714854,9.736909]]],[[[112.554139,5.97839],[112.553523,5.942676],[112.575697,5.971247],[112.554139,5.97839]]]]}},{"type":"Feature","properties":{"adcode":500000,"name":"重庆市","center":[106.504962,29.533155],"centroid":[107.8839,30.067297],"childrenNum":38,"level":"province","parent":{"adcode":100000},"subFeatureIndex":21,"acroutes":[100000]},"geometry":{"type":"MultiPolygon","coordinates":[[[[106.37442,28.525742],[106.403369,28.569901],[106.477282,28.530474],[106.504999,28.544669],[106.466811,28.586193],[106.49268,28.591448],[106.502535,28.661313],[106.528405,28.677591],[106.492064,28.742153],[106.461883,28.761041],[106.45326,28.817162],[106.474202,28.832891],[106.561666,28.756319],[106.56105,28.719062],[106.587535,28.691767],[106.6171,28.691242],[106.617716,28.66709],[106.651593,28.649235],[106.618332,28.645033],[106.63681,28.622972],[106.606629,28.593024],[106.615252,28.549401],[106.567825,28.523638],[106.564745,28.485247],[106.632499,28.503655],[106.697788,28.47683],[106.708259,28.450524],[106.747063,28.467361],[106.726121,28.51838],[106.73844,28.554657],[106.77786,28.563068],[106.756918,28.607211],[106.784636,28.626649],[106.807425,28.589346],[106.830831,28.623497],[106.866556,28.624548],[106.889345,28.695966],[106.86594,28.690192],[106.824056,28.756319],[106.845614,28.780975],[106.872099,28.777304],[106.923222,28.809821],[106.951555,28.766812],[106.988512,28.776254],[106.983584,28.851239],[107.019308,28.861722],[107.016229,28.882685],[107.14188,28.887925],[107.206554,28.868535],[107.194851,28.838134],[107.227496,28.836037],[107.210866,28.817686],[107.219489,28.772582],[107.24659,28.76209],[107.261373,28.792514],[107.327894,28.810869],[107.339597,28.845997],[107.383945,28.848618],[107.41351,28.911502],[107.441227,28.943977],[107.412894,28.960211],[107.396879,28.993718],[107.364235,29.00942],[107.395647,29.041341],[107.369778,29.091558],[107.412278,29.094696],[107.427676,29.128682],[107.408582,29.138091],[107.401807,29.184603],[107.441227,29.203934],[107.486806,29.174153],[107.570574,29.218037],[107.589052,29.150113],[107.605683,29.164747],[107.659885,29.162656],[107.700537,29.141228],[107.749197,29.199754],[107.810791,29.139137],[107.784921,29.048143],[107.823725,29.034016],[107.810175,28.984295],[107.867457,28.960211],[107.882855,29.00628],[107.908725,29.007327],[107.925971,29.032446],[108.026369,29.039772],[108.070717,29.086328],[108.150173,29.053375],[108.193289,29.072207],[108.256115,29.040295],[108.277673,29.091558],[108.306622,29.079006],[108.297999,29.045527],[108.319556,28.961258],[108.345426,28.943453],[108.357745,28.893165],[108.346658,28.859625],[108.352817,28.815589],[108.386078,28.803003],[108.385462,28.772058],[108.347274,28.736381],[108.332491,28.679166],[108.439049,28.634003],[108.501258,28.626649],[108.50249,28.63768],[108.575787,28.659738],[108.636149,28.621396],[108.604736,28.590922],[108.610896,28.539412],[108.573939,28.531],[108.586874,28.463678],[108.609664,28.43579],[108.609048,28.407368],[108.576403,28.38631],[108.580099,28.343128],[108.611512,28.324691],[108.667562,28.334173],[108.656475,28.359981],[108.697127,28.401051],[108.688504,28.422106],[108.640461,28.456838],[108.657091,28.47683],[108.700207,28.48209],[108.709446,28.501026],[108.746402,28.45105],[108.780279,28.42579],[108.759953,28.389995],[108.783359,28.380518],[108.761801,28.304143],[108.726692,28.282011],[108.738395,28.228241],[108.772888,28.212949],[108.821547,28.245113],[108.855424,28.199764],[108.89546,28.219804],[108.923793,28.217167],[108.929952,28.19027],[109.005713,28.162837],[109.026655,28.220331],[109.086401,28.184467],[109.101799,28.202401],[109.081473,28.247749],[109.117198,28.277795],[109.152306,28.349975],[109.153538,28.417369],[109.191726,28.471043],[109.23361,28.474726],[109.274262,28.494714],[109.273646,28.53836],[109.319842,28.579886],[109.306907,28.62087],[109.252089,28.606685],[109.235458,28.61982],[109.201581,28.597753],[109.192958,28.636104],[109.271183,28.671816],[109.252704,28.691767],[109.294588,28.722211],[109.2989,28.7474],[109.241002,28.776779],[109.246545,28.80143],[109.235458,28.882161],[109.261328,28.952356],[109.292741,28.987436],[109.294588,29.015177],[109.319842,29.042388],[109.312451,29.066453],[109.240386,29.086328],[109.232378,29.119271],[109.215748,29.145409],[109.162777,29.180946],[109.139372,29.168927],[109.110422,29.21647],[109.141835,29.270256],[109.106727,29.288526],[109.11227,29.361053],[109.060531,29.403292],[109.034662,29.360531],[108.999553,29.36366],[108.983539,29.332883],[108.919481,29.3261],[108.934264,29.399643],[108.927488,29.435612],[108.884373,29.440824],[108.866511,29.470527],[108.888684,29.502305],[108.878213,29.539279],[108.913322,29.574679],[108.901003,29.604863],[108.870206,29.596537],[108.888068,29.628795],[108.844337,29.658443],[108.781511,29.635558],[108.797525,29.660003],[108.786438,29.691721],[108.752562,29.649082],[108.690968,29.689642],[108.676801,29.749412],[108.680497,29.800319],[108.658939,29.854833],[108.601041,29.863656],[108.556077,29.818493],[108.52528,29.770713],[108.548686,29.749412],[108.504954,29.728626],[108.504338,29.707836],[108.460606,29.741098],[108.437201,29.741098],[108.442744,29.778505],[108.422418,29.772791],[108.424266,29.815897],[108.371295,29.841337],[108.433505,29.880262],[108.467998,29.864175],[108.516041,29.885451],[108.517889,29.9394],[108.536367,29.983472],[108.532055,30.051873],[108.513577,30.057571],[108.546222,30.104178],[108.56778,30.157491],[108.551766,30.1637],[108.581947,30.255759],[108.54499,30.269716],[108.524048,30.309506],[108.501258,30.314673],[108.460606,30.35961],[108.431041,30.354446],[108.402092,30.376649],[108.430425,30.416397],[108.411331,30.438586],[108.42673,30.492233],[108.472925,30.487076],[108.512961,30.501515],[108.556077,30.487592],[108.56778,30.468508],[108.6497,30.53915],[108.642925,30.578831],[108.688504,30.58759],[108.698975,30.54482],[108.743939,30.494812],[108.789518,30.513374],[108.808612,30.491202],[108.838793,30.503062],[108.893612,30.565434],[108.971836,30.627766],[109.006329,30.626736],[109.042669,30.655571],[109.071002,30.640125],[109.111654,30.646303],[109.106111,30.61077],[109.105495,30.585529],[109.102415,30.580377],[109.101183,30.579346],[109.106111,30.570587],[109.103647,30.565949],[109.143683,30.521108],[109.191726,30.545851],[109.191726,30.545851],[109.245313,30.580892],[109.299516,30.630341],[109.314298,30.599953],[109.36111,30.551004],[109.337088,30.521623],[109.35495,30.487076],[109.418392,30.559766],[109.435638,30.595832],[109.535421,30.664837],[109.543428,30.63961],[109.574225,30.646818],[109.590855,30.69366],[109.625348,30.702923],[109.661072,30.738936],[109.656761,30.760538],[109.701724,30.783677],[109.780564,30.848437],[109.828608,30.864364],[109.894513,30.899803],[109.943788,30.878746],[110.008462,30.883369],[110.019549,30.829425],[110.048498,30.800642],[110.082375,30.799614],[110.151976,30.911613],[110.153824,30.953708],[110.172918,30.978853],[110.140889,30.987062],[110.140273,31.030661],[110.120563,31.0322],[110.119947,31.088592],[110.147048,31.116776],[110.180309,31.121899],[110.200019,31.158779],[110.180309,31.179774],[110.155671,31.279564],[110.161831,31.314338],[110.118715,31.409899],[110.054042,31.410921],[110.036795,31.436966],[109.98752,31.474744],[109.94502,31.47066],[109.969658,31.508935],[109.894513,31.519139],[109.837847,31.555354],[109.727594,31.548214],[109.745456,31.598182],[109.76455,31.602769],[109.737449,31.628761],[109.731289,31.700582],[109.683246,31.719929],[109.622268,31.711783],[109.585928,31.726546],[109.549587,31.73011],[109.502776,31.716365],[109.446109,31.722983],[109.381436,31.705165],[109.281654,31.716874],[109.282885,31.743343],[109.253936,31.759628],[109.279806,31.776418],[109.27611,31.79931],[109.195422,31.817618],[109.191111,31.85575],[109.123357,31.892851],[109.085785,31.929428],[108.986619,31.980205],[108.902235,31.984774],[108.837561,32.039072],[108.78767,32.04871],[108.75133,32.076098],[108.734084,32.106519],[108.676801,32.10297],[108.585026,32.17189],[108.543758,32.177969],[108.509882,32.201266],[108.480317,32.182527],[108.399013,32.194176],[108.370063,32.172397],[108.379918,32.154158],[108.379918,32.154158],[108.379303,32.153652],[108.379303,32.153652],[108.399628,32.147065],[108.452599,32.090296],[108.42981,32.061391],[108.372527,32.077112],[108.344194,32.067477],[108.362056,32.035521],[108.329411,32.020299],[108.370063,31.988835],[108.351585,31.971575],[108.307238,31.997463],[108.259194,31.967006],[108.343578,31.860834],[108.386078,31.854226],[108.391005,31.829822],[108.429194,31.809482],[108.455063,31.814059],[108.462454,31.780488],[108.535135,31.757592],[108.50557,31.734182],[108.514809,31.693963],[108.546838,31.665442],[108.519121,31.665952],[108.468614,31.636404],[108.442744,31.633856],[108.390389,31.591555],[108.386078,31.544134],[108.339266,31.539033],[108.344194,31.512506],[108.254883,31.49873],[108.233941,31.506894],[108.191441,31.492096],[108.193289,31.467598],[108.224086,31.464024],[108.216079,31.41041],[108.153869,31.371073],[108.185898,31.336831],[108.095354,31.268311],[108.038688,31.252964],[108.031297,31.217144],[108.07626,31.231985],[108.089811,31.204859],[108.025753,31.116263],[108.009123,31.109602],[108.026985,31.061938],[108.060246,31.052197],[108.00358,31.025533],[107.983254,30.983983],[107.942602,30.989114],[107.948145,30.918802],[107.994956,30.908533],[107.956152,30.882855],[107.851443,30.792931],[107.788001,30.81966],[107.763979,30.817091],[107.760899,30.862823],[107.739957,30.884396],[107.693146,30.875665],[107.645103,30.821202],[107.57735,30.847924],[107.515756,30.854603],[107.483111,30.838675],[107.498509,30.809381],[107.454162,30.771851],[107.454162,30.771851],[107.424597,30.74048],[107.458473,30.704981],[107.477567,30.664837],[107.516987,30.644759],[107.485575,30.598408],[107.427676,30.547397],[107.443075,30.53348],[107.408582,30.521623],[107.368546,30.468508],[107.338981,30.386459],[107.288474,30.337402],[107.257677,30.267131],[107.221337,30.213878],[107.103076,30.090198],[107.080286,30.094341],[107.084598,30.063786],[107.058113,30.043066],[107.055649,30.040476],[107.054417,30.040994],[107.053801,30.043584],[107.02054,30.036849],[106.981736,30.08502],[106.976193,30.083467],[106.94478,30.037367],[106.913367,30.025451],[106.862244,30.033223],[106.83699,30.049801],[106.825904,30.03115],[106.825904,30.03115],[106.785252,30.01716],[106.732281,30.027005],[106.724274,30.058607],[106.699636,30.074145],[106.700252,30.111944],[106.672535,30.122297],[106.677462,30.156974],[106.631883,30.186464],[106.611557,30.235596],[106.612173,30.235596],[106.611557,30.235596],[106.612173,30.235596],[106.612173,30.235596],[106.612789,30.235596],[106.612789,30.235596],[106.642354,30.246454],[106.611557,30.292455],[106.560434,30.31519],[106.545035,30.296589],[106.49884,30.295556],[106.43971,30.308473],[106.428623,30.254725],[106.401521,30.242318],[106.349167,30.24542],[106.334384,30.225772],[106.306667,30.238182],[106.296196,30.205603],[106.264167,30.20974],[106.260471,30.19681],[106.232754,30.185947],[106.180399,30.233011],[106.168696,30.303823],[106.132356,30.323972],[106.132972,30.30279],[106.07261,30.333786],[106.031958,30.373551],[105.943263,30.372002],[105.900763,30.405042],[105.84656,30.410203],[105.825618,30.436006],[105.792357,30.427234],[105.760329,30.384393],[105.754785,30.342567],[105.714749,30.322939],[105.720292,30.252657],[105.720292,30.252657],[105.670401,30.254208],[105.624822,30.275918],[105.619894,30.234045],[105.662394,30.210258],[105.642684,30.186464],[105.56138,30.183878],[105.550909,30.179222],[105.536127,30.152834],[105.596489,30.159043],[105.574315,30.130579],[105.580474,30.129544],[105.582938,30.127474],[105.582938,30.12385],[105.642068,30.101072],[105.638988,30.076216],[105.676561,30.06793],[105.687032,30.038922],[105.719677,30.042548],[105.753553,30.018196],[105.723372,29.975177],[105.730763,29.95755],[105.70243,29.924879],[105.717213,29.893753],[105.738771,29.891159],[105.707974,29.840818],[105.610655,29.837184],[105.582938,29.819013],[105.574931,29.744216],[105.529351,29.707836],[105.481924,29.718232],[105.476996,29.674564],[105.419714,29.688082],[105.38091,29.628275],[105.347649,29.621512],[105.332867,29.592374],[105.296526,29.571035],[105.305149,29.53199],[105.337794,29.459064],[105.334099,29.441345],[105.387069,29.455416],[105.387069,29.455416],[105.399388,29.43874],[105.372903,29.421018],[105.426489,29.419454],[105.441888,29.400686],[105.418482,29.352185],[105.42033,29.31149],[105.465294,29.322969],[105.459134,29.288526],[105.513337,29.283306],[105.521344,29.264513],[105.557684,29.278608],[105.631597,29.280174],[105.647612,29.253027],[105.695039,29.287482],[105.712285,29.219082],[105.703662,29.176766],[105.728916,29.134432],[105.752321,29.129727],[105.728916,29.1062],[105.757865,29.069068],[105.74185,29.039249],[105.766488,29.013607],[105.762176,28.9911],[105.801596,28.958116],[105.797285,28.936121],[105.830546,28.944501],[105.852719,28.927217],[105.910002,28.920407],[105.969132,28.965971],[106.001161,28.973824],[106.040581,28.955498],[106.049204,28.906263],[106.070762,28.919884],[106.101559,28.898928],[106.14837,28.901548],[106.173008,28.920407],[106.206885,28.904691],[106.264783,28.845997],[106.245689,28.817686],[106.267863,28.779402],[106.274022,28.739004],[106.305435,28.704365],[106.304203,28.64976],[106.346703,28.583565],[106.33192,28.55308],[106.37442,28.525742]]],[[[109.105495,30.585529],[109.106111,30.61077],[109.09256,30.578831],[109.09872,30.579346],[109.101183,30.579346],[109.102415,30.580377],[109.105495,30.585529]]],[[[105.582938,30.12385],[105.582938,30.127474],[105.580474,30.129544],[105.574315,30.130579],[105.582938,30.12385]]],[[[109.09872,30.579346],[109.09256,30.578831],[109.103647,30.565949],[109.106111,30.570587],[109.09872,30.579346]]],[[[107.058113,30.043066],[107.053801,30.043584],[107.054417,30.040994],[107.055649,30.040476],[107.058113,30.043066]]]]}},{"type":"Feature","properties":{"adcode":510000,"name":"四川省","center":[104.065735,30.659462],"centroid":[102.693453,30.674545],"childrenNum":21,"level":"province","parent":{"adcode":100000},"subFeatureIndex":22,"acroutes":[100000]},"geometry":{"type":"MultiPolygon","coordinates":[[[[101.167885,27.198311],[101.170349,27.175421],[101.145095,27.103523],[101.157414,27.094999],[101.136472,27.023584],[101.228863,26.981992],[101.227015,26.959057],[101.264587,26.955323],[101.267667,26.903034],[101.311399,26.903034],[101.365602,26.883819],[101.399478,26.841642],[101.358826,26.771669],[101.387159,26.753501],[101.389623,26.723036],[101.435819,26.740675],[101.458608,26.731054],[101.445674,26.77434],[101.466,26.786629],[101.513427,26.768463],[101.453065,26.692563],[101.481398,26.673313],[101.461072,26.640687],[101.461688,26.606447],[101.402558,26.604841],[101.395783,26.591998],[101.422884,26.53151],[101.458608,26.49563],[101.506652,26.499915],[101.530057,26.467239],[101.565782,26.454381],[101.637847,26.388995],[101.635383,26.357361],[101.660636,26.346635],[101.64031,26.318745],[101.597195,26.303187],[101.586108,26.279579],[101.630455,26.224832],[101.690202,26.241473],[101.737013,26.219463],[101.773353,26.168448],[101.807846,26.156093],[101.796759,26.114723],[101.839875,26.082477],[101.835563,26.04592],[101.857737,26.049146],[101.899621,26.099139],[101.929186,26.105588],[101.954439,26.084627],[102.020961,26.096451],[102.080091,26.065275],[102.107808,26.068501],[102.152156,26.10935],[102.174946,26.146961],[102.242699,26.190468],[102.245163,26.212483],[102.349257,26.244694],[102.392372,26.296749],[102.440416,26.300505],[102.542046,26.338591],[102.570995,26.362723],[102.629509,26.336982],[102.638748,26.307479],[102.60056,26.250598],[102.659074,26.221611],[102.709581,26.210336],[102.739762,26.268846],[102.785342,26.298895],[102.833385,26.306406],[102.878964,26.364332],[102.893131,26.338591],[102.975667,26.340736],[102.998457,26.371839],[102.988602,26.413117],[102.989833,26.482775],[103.030485,26.485989],[103.052659,26.514374],[103.052659,26.555602],[103.035413,26.556673],[103.026174,26.664221],[103.005232,26.679195],[103.008312,26.710741],[102.983674,26.76686],[102.991681,26.775409],[102.966428,26.837904],[102.949181,26.843244],[102.896211,26.91264],[102.894979,27.001724],[102.870957,27.026782],[102.913457,27.133886],[102.904218,27.227584],[102.883276,27.258444],[102.883892,27.299401],[102.899906,27.317481],[102.941174,27.405711],[102.989833,27.367983],[103.055739,27.40943],[103.080992,27.396679],[103.141355,27.420586],[103.144434,27.450331],[103.19063,27.523596],[103.232514,27.56976],[103.2861,27.561802],[103.29226,27.632872],[103.349542,27.678459],[103.369868,27.708664],[103.393274,27.709194],[103.461027,27.779638],[103.487512,27.794992],[103.509686,27.843687],[103.502295,27.910343],[103.55465,27.978543],[103.515846,27.965329],[103.486281,28.033495],[103.459179,28.021345],[103.430846,28.044587],[103.470266,28.122204],[103.533092,28.168641],[103.573128,28.230877],[103.643961,28.260401],[103.692004,28.232459],[103.701859,28.198709],[103.740048,28.23615],[103.770845,28.233514],[103.828743,28.285173],[103.877402,28.316262],[103.85338,28.356822],[103.860156,28.383677],[103.828743,28.44],[103.829975,28.459995],[103.781931,28.525216],[103.802873,28.563068],[103.838598,28.587244],[103.833054,28.605109],[103.850917,28.66709],[103.887873,28.61982],[103.910047,28.631377],[103.953779,28.600906],[104.05972,28.6277],[104.09606,28.603533],[104.117618,28.634003],[104.170589,28.642932],[104.230951,28.635579],[104.252509,28.660788],[104.277147,28.631902],[104.314719,28.615617],[104.372617,28.649235],[104.425588,28.626649],[104.417581,28.598279],[104.375697,28.5946],[104.355987,28.555183],[104.323342,28.540989],[104.260516,28.536257],[104.267908,28.499448],[104.254357,28.403683],[104.282074,28.343128],[104.314103,28.306778],[104.343052,28.334173],[104.384936,28.329959],[104.392943,28.291497],[104.420045,28.269889],[104.44961,28.269889],[104.462544,28.241422],[104.442834,28.211366],[104.402182,28.202928],[104.406494,28.173389],[104.444682,28.16231],[104.448994,28.113758],[104.40095,28.091586],[104.373233,28.051454],[104.304248,28.050926],[104.30856,28.036136],[104.362762,28.012891],[104.40095,27.952114],[104.44961,27.927794],[104.508124,27.878078],[104.52537,27.889187],[104.573413,27.840512],[104.607906,27.857974],[104.63316,27.850567],[104.676275,27.880723],[104.743413,27.901881],[104.761891,27.884426],[104.796999,27.901352],[104.842579,27.900294],[104.888158,27.914574],[104.918339,27.938897],[104.903557,27.962158],[104.975006,28.020816],[104.980549,28.063073],[105.002107,28.064129],[105.061853,28.096866],[105.119752,28.07205],[105.168411,28.071522],[105.186889,28.054623],[105.167795,28.021345],[105.186273,27.995454],[105.218302,27.990698],[105.247867,28.009193],[105.270657,27.99704],[105.284823,27.935725],[105.233084,27.895534],[105.25957,27.827811],[105.313157,27.810874],[105.273736,27.794992],[105.293447,27.770637],[105.290367,27.712373],[105.308229,27.704955],[105.353809,27.748924],[105.44004,27.775402],[105.508409,27.769048],[105.560148,27.71979],[105.605112,27.715552],[105.62359,27.666269],[105.664242,27.683759],[105.720292,27.683759],[105.722756,27.706015],[105.76772,27.7182],[105.848408,27.707074],[105.868118,27.732504],[105.922937,27.746805],[105.92848,27.729855],[105.985146,27.749983],[106.023335,27.746805],[106.063987,27.776991],[106.120653,27.779638],[106.193334,27.75422],[106.242609,27.767459],[106.306667,27.808756],[106.337464,27.859033],[106.325145,27.898708],[106.304819,27.899237],[106.307899,27.936782],[106.328225,27.952643],[106.286341,28.007079],[106.246305,28.011835],[106.266631,28.066769],[106.206885,28.134343],[106.145291,28.162837],[106.093552,28.162837],[105.975907,28.107952],[105.943878,28.143314],[105.895219,28.119565],[105.860727,28.159672],[105.889676,28.237732],[105.848408,28.255656],[105.824386,28.306251],[105.78743,28.335753],[105.76464,28.308359],[105.76464,28.308359],[105.737539,28.30309],[105.730147,28.271997],[105.68888,28.284119],[105.639604,28.324164],[105.655003,28.362615],[105.643916,28.431053],[105.612503,28.438947],[105.62359,28.517854],[105.68272,28.534154],[105.693191,28.58882],[105.712901,28.586718],[105.74493,28.616668],[105.757249,28.590397],[105.78435,28.610889],[105.808372,28.599855],[105.884748,28.595126],[105.889676,28.670765],[105.937719,28.686517],[105.966668,28.761041],[106.001161,28.743727],[106.030726,28.694917],[106.085544,28.681792],[106.103407,28.636104],[106.14837,28.642932],[106.17116,28.629275],[106.184711,28.58882],[106.254928,28.539412],[106.2925,28.537309],[106.304819,28.505233],[106.349167,28.473674],[106.379348,28.479986],[106.37442,28.525742],[106.33192,28.55308],[106.346703,28.583565],[106.304203,28.64976],[106.305435,28.704365],[106.274022,28.739004],[106.267863,28.779402],[106.245689,28.817686],[106.264783,28.845997],[106.206885,28.904691],[106.173008,28.920407],[106.14837,28.901548],[106.101559,28.898928],[106.070762,28.919884],[106.049204,28.906263],[106.040581,28.955498],[106.001161,28.973824],[105.969132,28.965971],[105.910002,28.920407],[105.852719,28.927217],[105.830546,28.944501],[105.797285,28.936121],[105.801596,28.958116],[105.762176,28.9911],[105.766488,29.013607],[105.74185,29.039249],[105.757865,29.069068],[105.728916,29.1062],[105.752321,29.129727],[105.728916,29.134432],[105.703662,29.176766],[105.712285,29.219082],[105.695039,29.287482],[105.647612,29.253027],[105.631597,29.280174],[105.557684,29.278608],[105.521344,29.264513],[105.513337,29.283306],[105.459134,29.288526],[105.465294,29.322969],[105.42033,29.31149],[105.418482,29.352185],[105.441888,29.400686],[105.426489,29.419454],[105.372903,29.421018],[105.399388,29.43874],[105.387069,29.455416],[105.387069,29.455416],[105.334099,29.441345],[105.337794,29.459064],[105.305149,29.53199],[105.296526,29.571035],[105.332867,29.592374],[105.347649,29.621512],[105.38091,29.628275],[105.419714,29.688082],[105.476996,29.674564],[105.481924,29.718232],[105.529351,29.707836],[105.574931,29.744216],[105.582938,29.819013],[105.610655,29.837184],[105.707974,29.840818],[105.738771,29.891159],[105.717213,29.893753],[105.70243,29.924879],[105.730763,29.95755],[105.723372,29.975177],[105.753553,30.018196],[105.719677,30.042548],[105.687032,30.038922],[105.676561,30.06793],[105.638988,30.076216],[105.642068,30.101072],[105.582938,30.12385],[105.574315,30.130579],[105.596489,30.159043],[105.536127,30.152834],[105.550909,30.179222],[105.556453,30.187499],[105.558916,30.18543],[105.56138,30.183878],[105.642684,30.186464],[105.662394,30.210258],[105.619894,30.234045],[105.624822,30.275918],[105.670401,30.254208],[105.720292,30.252657],[105.720292,30.252657],[105.714749,30.322939],[105.754785,30.342567],[105.760329,30.384393],[105.792357,30.427234],[105.825618,30.436006],[105.84656,30.410203],[105.900763,30.405042],[105.943263,30.372002],[106.031958,30.373551],[106.07261,30.333786],[106.132972,30.30279],[106.132356,30.323972],[106.168696,30.303823],[106.180399,30.233011],[106.232754,30.185947],[106.260471,30.19681],[106.260471,30.204051],[106.260471,30.207672],[106.264167,30.20974],[106.296196,30.205603],[106.306667,30.238182],[106.334384,30.225772],[106.349167,30.24542],[106.401521,30.242318],[106.428623,30.254725],[106.43971,30.308473],[106.49884,30.295556],[106.545035,30.296589],[106.560434,30.31519],[106.611557,30.292455],[106.642354,30.246454],[106.612789,30.235596],[106.612789,30.235596],[106.612173,30.235596],[106.612173,30.235596],[106.611557,30.235596],[106.612173,30.235596],[106.611557,30.235596],[106.631883,30.186464],[106.677462,30.156974],[106.672535,30.122297],[106.700252,30.111944],[106.699636,30.074145],[106.724274,30.058607],[106.732281,30.027005],[106.785252,30.01716],[106.825904,30.03115],[106.825904,30.03115],[106.83699,30.049801],[106.862244,30.033223],[106.913367,30.025451],[106.94478,30.037367],[106.976193,30.083467],[106.975577,30.088127],[106.976809,30.088127],[106.977425,30.087609],[106.978656,30.087609],[106.979888,30.088127],[106.980504,30.087609],[106.981736,30.08502],[107.02054,30.036849],[107.053801,30.043584],[107.058113,30.043066],[107.084598,30.063786],[107.080286,30.094341],[107.103076,30.090198],[107.221337,30.213878],[107.257677,30.267131],[107.288474,30.337402],[107.338981,30.386459],[107.368546,30.468508],[107.408582,30.521623],[107.443075,30.53348],[107.427676,30.547397],[107.485575,30.598408],[107.516987,30.644759],[107.477567,30.664837],[107.458473,30.704981],[107.424597,30.74048],[107.454162,30.771851],[107.454162,30.771851],[107.498509,30.809381],[107.483111,30.838675],[107.515756,30.854603],[107.57735,30.847924],[107.645103,30.821202],[107.693146,30.875665],[107.739957,30.884396],[107.760899,30.862823],[107.763979,30.817091],[107.788001,30.81966],[107.851443,30.792931],[107.956152,30.882855],[107.994956,30.908533],[107.948145,30.918802],[107.942602,30.989114],[107.983254,30.983983],[108.00358,31.025533],[108.060246,31.052197],[108.026985,31.061938],[108.009123,31.109602],[108.025753,31.116263],[108.089811,31.204859],[108.07626,31.231985],[108.031297,31.217144],[108.038688,31.252964],[108.095354,31.268311],[108.185898,31.336831],[108.153869,31.371073],[108.216079,31.41041],[108.224086,31.464024],[108.193289,31.467598],[108.191441,31.492096],[108.233941,31.506894],[108.254883,31.49873],[108.344194,31.512506],[108.339266,31.539033],[108.386078,31.544134],[108.390389,31.591555],[108.442744,31.633856],[108.468614,31.636404],[108.519121,31.665952],[108.546838,31.665442],[108.514809,31.693963],[108.50557,31.734182],[108.535135,31.757592],[108.462454,31.780488],[108.455063,31.814059],[108.429194,31.809482],[108.391005,31.829822],[108.386078,31.854226],[108.343578,31.860834],[108.259194,31.967006],[108.307238,31.997463],[108.351585,31.971575],[108.370063,31.988835],[108.329411,32.020299],[108.362056,32.035521],[108.344194,32.067477],[108.372527,32.077112],[108.42981,32.061391],[108.452599,32.090296],[108.399628,32.147065],[108.379303,32.153652],[108.379303,32.153652],[108.379918,32.154158],[108.379918,32.154158],[108.370063,32.172397],[108.399013,32.194176],[108.480317,32.182527],[108.509882,32.201266],[108.507418,32.245819],[108.469846,32.270618],[108.414411,32.252399],[108.389773,32.263533],[108.310933,32.232152],[108.240716,32.274666],[108.179738,32.221521],[108.156948,32.239239],[108.143398,32.219495],[108.086731,32.233165],[108.018362,32.2119],[108.024521,32.177462],[107.979558,32.146051],[107.924739,32.197215],[107.890247,32.214432],[107.864377,32.201266],[107.812022,32.247844],[107.753508,32.338399],[107.707929,32.331826],[107.680827,32.397035],[107.648183,32.413709],[107.598291,32.411688],[107.527458,32.38238],[107.489886,32.425328],[107.456625,32.41775],[107.460937,32.453612],[107.438763,32.465732],[107.436299,32.529835],[107.382097,32.54043],[107.356843,32.506622],[107.313727,32.489965],[107.287858,32.457147],[107.263836,32.403099],[107.212097,32.428864],[107.189924,32.468256],[107.127098,32.482393],[107.080286,32.542448],[107.108004,32.600951],[107.098765,32.649338],[107.05996,32.686115],[107.066736,32.708779],[107.012533,32.721367],[106.912751,32.704247],[106.903512,32.721367],[106.854853,32.724388],[106.82344,32.705254],[106.793259,32.712807],[106.783404,32.735967],[106.733513,32.739491],[106.670071,32.694678],[106.626955,32.682086],[106.585687,32.68813],[106.517934,32.668485],[106.498224,32.649338],[106.451412,32.65992],[106.421231,32.616579],[106.389203,32.62666],[106.347935,32.671003],[106.301123,32.680071],[106.267863,32.673522],[106.254928,32.693671],[106.17424,32.6977],[106.120037,32.719856],[106.071378,32.758114],[106.07261,32.76365],[106.093552,32.82402],[106.071378,32.828546],[106.044277,32.864747],[106.011632,32.829552],[105.969132,32.849162],[105.93156,32.826032],[105.893371,32.838603],[105.849024,32.817985],[105.825002,32.824523],[105.822538,32.770192],[105.779423,32.750061],[105.768952,32.767676],[105.719061,32.759624],[105.677793,32.726402],[105.596489,32.69921],[105.585402,32.728919],[105.563844,32.724891],[105.555221,32.794343],[105.534279,32.790822],[105.524424,32.847654],[105.495475,32.873292],[105.49917,32.911986],[105.467757,32.930071],[105.414171,32.922034],[105.408011,32.885857],[105.38091,32.876307],[105.396308,32.85067],[105.396308,32.85067],[105.427721,32.784281],[105.454207,32.767173],[105.448663,32.732946],[105.368591,32.712807],[105.347033,32.68259],[105.297758,32.656897],[105.263265,32.652362],[105.219534,32.666469],[105.215222,32.63674],[105.185041,32.617587],[105.111128,32.593893],[105.0791,32.637244],[105.026745,32.650346],[104.925115,32.607505],[104.881999,32.600951],[104.845659,32.653873],[104.820405,32.662943],[104.795768,32.643292],[104.739717,32.635228],[104.696601,32.673522],[104.643015,32.661935],[104.592508,32.695685],[104.582653,32.722374],[104.526602,32.728416],[104.51182,32.753585],[104.458849,32.748551],[104.363994,32.822511],[104.294393,32.835586],[104.277147,32.90244],[104.288234,32.942628],[104.345516,32.940117],[104.378161,32.953174],[104.383704,32.994343],[104.426204,33.010906],[104.391711,33.035493],[104.337509,33.038002],[104.378161,33.109214],[104.351059,33.158828],[104.32827,33.223934],[104.323958,33.26898],[104.303632,33.304499],[104.333813,33.315502],[104.386168,33.298497],[104.420045,33.327004],[104.373849,33.345004],[104.292545,33.336505],[104.272219,33.391486],[104.22048,33.404477],[104.213089,33.446932],[104.180444,33.472895],[104.155191,33.542755],[104.176749,33.5996],[104.103452,33.663381],[104.046169,33.686291],[103.980264,33.670852],[103.861388,33.682307],[103.778236,33.658898],[103.690772,33.69376],[103.667983,33.685793],[103.645809,33.708697],[103.593454,33.716164],[103.563889,33.699735],[103.552186,33.671351],[103.520157,33.678323],[103.545411,33.719649],[103.518309,33.807213],[103.464723,33.80224],[103.434542,33.752993],[103.35447,33.743539],[103.278709,33.774387],[103.284868,33.80224],[103.24976,33.814175],[103.228202,33.79478],[103.165376,33.805721],[103.153673,33.819147],[103.181391,33.900649],[103.16476,33.929454],[103.1315,33.931937],[103.120413,33.953286],[103.157369,33.998944],[103.147514,34.036644],[103.119797,34.03466],[103.129652,34.065899],[103.178927,34.079779],[103.121644,34.112487],[103.124108,34.162022],[103.100087,34.181828],[103.052043,34.195194],[103.005848,34.184798],[102.973203,34.205588],[102.977515,34.252595],[102.949181,34.292159],[102.911609,34.312923],[102.85987,34.301058],[102.856791,34.270895],[102.798276,34.272874],[102.779798,34.236764],[102.728675,34.235774],[102.694799,34.198659],[102.664002,34.192719],[102.651067,34.165983],[102.598712,34.14766],[102.655994,34.113478],[102.649219,34.080275],[102.615958,34.099604],[102.511865,34.086222],[102.471213,34.072839],[102.437336,34.087214],[102.406539,34.033172],[102.392372,33.971651],[102.345561,33.969666],[102.315996,33.993983],[102.287047,33.977607],[102.248858,33.98654],[102.226069,33.963214],[102.16817,33.983066],[102.136142,33.965199],[102.25317,33.861399],[102.261177,33.821136],[102.243315,33.786823],[102.296286,33.783838],[102.324619,33.754486],[102.284583,33.719151],[102.342481,33.725622],[102.31538,33.665374],[102.346793,33.605582],[102.440416,33.574673],[102.477988,33.543254],[102.446575,33.53228],[102.461358,33.501345],[102.462589,33.449429],[102.447807,33.454922],[102.392988,33.404477],[102.368967,33.41247],[102.310452,33.397982],[102.296286,33.413969],[102.258098,33.409472],[102.218062,33.349503],[102.192192,33.337005],[102.217446,33.247961],[102.200815,33.223434],[102.160163,33.242956],[102.144765,33.273983],[102.117047,33.288492],[102.08933,33.227439],[102.08933,33.204908],[102.054838,33.189884],[101.99386,33.1999],[101.935345,33.186879],[101.921795,33.153817],[101.887302,33.135778],[101.865744,33.103198],[101.825708,33.119239],[101.841723,33.184876],[101.83002,33.213921],[101.770274,33.248962],[101.769658,33.26898],[101.877447,33.314502],[101.887302,33.383991],[101.915635,33.425957],[101.946432,33.442937],[101.906396,33.48188],[101.907012,33.539264],[101.884222,33.578163],[101.844186,33.602591],[101.831252,33.554726],[101.783208,33.556721],[101.769042,33.538765],[101.777665,33.533776],[101.769042,33.45592],[101.695745,33.433948],[101.663716,33.383991],[101.64955,33.323004],[101.677883,33.297497],[101.735781,33.279987],[101.709912,33.21292],[101.653861,33.162835],[101.661252,33.135778],[101.633535,33.101193],[101.557775,33.167344],[101.515275,33.192889],[101.487557,33.226938],[101.403174,33.225436],[101.386543,33.207412],[101.393935,33.157826],[101.381616,33.153316],[101.297232,33.262475],[101.217776,33.256469],[101.182668,33.26948],[101.156798,33.236449],[101.124769,33.221431],[101.11553,33.194893],[101.169733,33.10019],[101.143863,33.086151],[101.146327,33.056563],[101.184515,33.041514],[101.171581,33.009902],[101.183899,32.984304],[101.129081,32.989324],[101.134624,32.95217],[101.124153,32.909976],[101.178356,32.892892],[101.223935,32.855698],[101.237486,32.825026],[101.22332,32.725898],[101.157414,32.661431],[101.124769,32.658408],[101.077342,32.68259],[101.030531,32.660424],[100.99727,32.627668],[100.956618,32.621116],[100.93198,32.600447],[100.887633,32.632708],[100.834046,32.648835],[100.77122,32.643795],[100.690532,32.678056],[100.71209,32.645307],[100.710242,32.610026],[100.673286,32.628172],[100.661583,32.616075],[100.657887,32.546484],[100.645568,32.526303],[100.603069,32.553547],[100.54517,32.569687],[100.516837,32.632204],[100.470026,32.694678],[100.450932,32.694678],[100.420135,32.73194],[100.378251,32.698707],[100.399193,32.756101],[100.339447,32.719353],[100.258759,32.742511],[100.231041,32.696189],[100.229809,32.650346],[100.208252,32.606497],[100.189773,32.630692],[100.109701,32.640268],[100.088143,32.668988],[100.139266,32.724388],[100.117093,32.802392],[100.123252,32.837095],[100.064738,32.895907],[100.029629,32.895907],[100.038252,32.929066],[99.956332,32.948152],[99.947709,32.986814],[99.877492,33.045527],[99.877492,32.993339],[99.851007,32.941623],[99.805427,32.940619],[99.788181,32.956689],[99.764159,32.924545],[99.791877,32.883344],[99.766623,32.826032],[99.760464,32.769689],[99.717964,32.732443],[99.700718,32.76667],[99.646515,32.774721],[99.640355,32.790822],[99.589233,32.789312],[99.558436,32.839106],[99.45311,32.862233],[99.376118,32.899927],[99.353944,32.885354],[99.268944,32.878318],[99.24677,32.924043],[99.235067,32.982296],[99.214741,32.991332],[99.196263,33.035493],[99.124814,33.046028],[99.090322,33.079131],[99.024416,33.094675],[99.014561,33.081137],[98.971445,33.098185],[98.967134,33.115229],[98.92217,33.118738],[98.858728,33.150811],[98.804526,33.219428],[98.802062,33.270481],[98.759562,33.276985],[98.779888,33.370497],[98.736157,33.406975],[98.742316,33.477887],[98.725686,33.503341],[98.678258,33.522801],[98.648077,33.548741],[98.652389,33.595114],[98.622824,33.610067],[98.61728,33.637476],[98.6567,33.64744],[98.610505,33.682805],[98.582788,33.731595],[98.539672,33.746525],[98.51873,33.77389],[98.494092,33.768915],[98.492861,33.796272],[98.463295,33.848477],[98.434962,33.843009],[98.407245,33.867362],[98.425723,33.913066],[98.415252,33.956761],[98.440506,33.981577],[98.428187,34.029204],[98.396774,34.053008],[98.399854,34.085231],[98.344419,34.094648],[98.258188,34.083249],[98.206449,34.08424],[98.158405,34.107037],[98.098043,34.122892],[98.028442,34.122892],[97.95453,34.190739],[97.898479,34.209548],[97.8104,34.207568],[97.796849,34.199154],[97.796849,34.199154],[97.789458,34.182818],[97.789458,34.182818],[97.766668,34.158555],[97.665654,34.126855],[97.70261,34.036644],[97.652719,33.998448],[97.660111,33.956264],[97.629314,33.919523],[97.601596,33.929951],[97.52214,33.903133],[97.503662,33.912073],[97.460546,33.887236],[97.395257,33.889224],[97.398336,33.848477],[97.371851,33.842015],[97.373083,33.817655],[97.406344,33.795278],[97.422974,33.754984],[97.418046,33.728608],[97.435293,33.682307],[97.415583,33.605582],[97.450075,33.582152],[97.523372,33.577166],[97.511669,33.520805],[97.552321,33.465906],[97.625618,33.461412],[97.674893,33.432949],[97.754349,33.409972],[97.676125,33.341004],[97.622538,33.337005],[97.607756,33.263976],[97.548626,33.203907],[97.487648,33.168346],[97.498119,33.137783],[97.487032,33.107209],[97.517213,33.097683],[97.542466,33.035995],[97.499966,33.011408],[97.523988,32.988822],[97.438372,32.976271],[97.375547,32.956689],[97.347829,32.895907],[97.376163,32.886359],[97.392793,32.828546],[97.386018,32.77925],[97.429133,32.714318],[97.42359,32.70475],[97.48272,32.654377],[97.535075,32.638252],[97.543698,32.62162],[97.607756,32.614059],[97.616995,32.586329],[97.700763,32.53488],[97.730944,32.527312],[97.795617,32.521257],[97.80732,32.50006],[97.863986,32.499051],[97.880001,32.486431],[97.940363,32.482393],[98.079565,32.415224],[98.107283,32.391476],[98.125145,32.401077],[98.218768,32.342444],[98.208913,32.318171],[98.23047,32.262521],[98.218768,32.234683],[98.260035,32.208862],[98.303151,32.121726],[98.357354,32.087253],[98.404781,32.045159],[98.402933,32.026896],[98.434962,32.007613],[98.432498,31.922825],[98.399238,31.895899],[98.426339,31.856767],[98.414636,31.832365],[98.461448,31.800327],[98.508875,31.751995],[98.516882,31.717383],[98.545831,31.717383],[98.553839,31.660349],[98.619128,31.591555],[98.651157,31.57881],[98.696736,31.538523],[98.714599,31.508935],[98.844562,31.429817],[98.84333,31.416028],[98.887062,31.37465],[98.810685,31.306668],[98.805758,31.279052],[98.773113,31.249382],[98.691809,31.333253],[98.643766,31.338876],[98.616048,31.3036],[98.60373,31.257568],[98.62344,31.221238],[98.602498,31.192062],[98.675179,31.15417],[98.710287,31.1178],[98.712135,31.082954],[98.736772,31.049121],[98.774961,31.031174],[98.806374,30.995783],[98.797135,30.948575],[98.774345,30.908019],[98.797135,30.87926],[98.850105,30.849465],[98.904924,30.782649],[98.957895,30.765166],[98.963438,30.728134],[98.907388,30.698292],[98.92217,30.609225],[98.939417,30.598923],[98.926482,30.569556],[98.932025,30.521623],[98.965286,30.449937],[98.967134,30.33482],[98.986844,30.280569],[98.970829,30.260928],[98.993003,30.215429],[98.9813,30.182843],[98.989308,30.151799],[99.044742,30.079842],[99.036735,30.053945],[99.055213,29.958587],[99.068148,29.931621],[99.0238,29.846009],[99.018873,29.792009],[98.992387,29.677163],[99.014561,29.607464],[99.052133,29.563748],[99.044742,29.520013],[99.066916,29.421018],[99.058909,29.417368],[99.075539,29.316186],[99.114343,29.243628],[99.113727,29.221171],[99.105104,29.162656],[99.118039,29.100971],[99.113727,29.07273],[99.132206,28.94869],[99.123582,28.890021],[99.103872,28.841803],[99.114343,28.765763],[99.134053,28.734806],[99.126662,28.698066],[99.147604,28.640831],[99.183944,28.58882],[99.170394,28.566221],[99.191952,28.494714],[99.187024,28.44],[99.16485,28.425264],[99.200575,28.365774],[99.229524,28.350502],[99.237531,28.317842],[99.28927,28.286227],[99.306516,28.227714],[99.374886,28.18183],[99.412458,28.295186],[99.392748,28.318369],[99.437095,28.398419],[99.404451,28.44421],[99.426625,28.454207],[99.396444,28.491032],[99.403219,28.546246],[99.463581,28.549401],[99.466045,28.579886],[99.504233,28.619294],[99.540573,28.623497],[99.53195,28.677591],[99.553508,28.710664],[99.614486,28.740054],[99.609559,28.784122],[99.625573,28.81454],[99.676696,28.810345],[99.717964,28.846521],[99.722275,28.757369],[99.755536,28.701216],[99.79434,28.699116],[99.834992,28.660788],[99.834376,28.628225],[99.873181,28.631902],[99.875644,28.611939],[99.91876,28.599329],[99.985281,28.529422],[99.990209,28.47683],[100.073977,28.426317],[100.057346,28.368934],[100.136803,28.349975],[100.176223,28.325218],[100.147274,28.288862],[100.188541,28.252493],[100.153433,28.208202],[100.102926,28.201873],[100.091223,28.181302],[100.062274,28.193962],[100.033325,28.184467],[100.021006,28.147008],[100.05673,28.097922],[100.088759,28.029269],[100.120788,28.018703],[100.196549,27.936254],[100.170063,27.907699],[100.210715,27.87702],[100.30865,27.861149],[100.30865,27.830457],[100.28586,27.80611],[100.304954,27.788639],[100.311729,27.724028],[100.327744,27.72032],[100.350534,27.755809],[100.412127,27.816167],[100.442924,27.86644],[100.504518,27.852154],[100.511294,27.827811],[100.54517,27.809286],[100.609228,27.859033],[100.634482,27.915631],[100.681293,27.923035],[100.719481,27.858503],[100.707162,27.800816],[100.757053,27.770107],[100.775532,27.743098],[100.782307,27.691708],[100.848212,27.672099],[100.827886,27.615904],[100.854988,27.623858],[100.91227,27.521473],[100.901183,27.453517],[100.936908,27.469448],[100.95169,27.426961],[101.021907,27.332899],[101.026219,27.270679],[101.042233,27.22173],[101.071798,27.194585],[101.119226,27.208957],[101.167885,27.198311],[101.167885,27.198311]]],[[[106.264167,30.20974],[106.260471,30.207672],[106.260471,30.204051],[106.260471,30.19681],[106.264167,30.20974]]],[[[106.976809,30.088127],[106.975577,30.088127],[106.976193,30.083467],[106.981736,30.08502],[106.980504,30.087609],[106.979888,30.088127],[106.978656,30.087609],[106.977425,30.087609],[106.976809,30.088127]]],[[[105.558916,30.18543],[105.556453,30.187499],[105.550909,30.179222],[105.56138,30.183878],[105.558916,30.18543]]]]}},{"type":"Feature","properties":{"adcode":520000,"name":"贵州省","center":[106.713478,26.578343],"centroid":[106.880455,26.826368],"childrenNum":9,"level":"province","parent":{"adcode":100000},"subFeatureIndex":23,"acroutes":[100000]},"geometry":{"type":"MultiPolygon","coordinates":[[[[109.274262,28.494714],[109.23361,28.474726],[109.191726,28.471043],[109.153538,28.417369],[109.152306,28.349975],[109.117198,28.277795],[109.081473,28.247749],[109.101799,28.202401],[109.086401,28.184467],[109.026655,28.220331],[109.005713,28.162837],[108.929952,28.19027],[108.923793,28.217167],[108.89546,28.219804],[108.855424,28.199764],[108.821547,28.245113],[108.772888,28.212949],[108.738395,28.228241],[108.726692,28.282011],[108.761801,28.304143],[108.783359,28.380518],[108.759953,28.389995],[108.780279,28.42579],[108.746402,28.45105],[108.709446,28.501026],[108.700207,28.48209],[108.657091,28.47683],[108.640461,28.456838],[108.688504,28.422106],[108.697127,28.401051],[108.656475,28.359981],[108.667562,28.334173],[108.611512,28.324691],[108.580099,28.343128],[108.576403,28.38631],[108.609048,28.407368],[108.609664,28.43579],[108.586874,28.463678],[108.573939,28.531],[108.610896,28.539412],[108.604736,28.590922],[108.636149,28.621396],[108.575787,28.659738],[108.50249,28.63768],[108.501258,28.626649],[108.439049,28.634003],[108.332491,28.679166],[108.347274,28.736381],[108.385462,28.772058],[108.386078,28.803003],[108.352817,28.815589],[108.346658,28.859625],[108.357745,28.893165],[108.345426,28.943453],[108.319556,28.961258],[108.297999,29.045527],[108.306622,29.079006],[108.277673,29.091558],[108.256115,29.040295],[108.193289,29.072207],[108.150173,29.053375],[108.070717,29.086328],[108.026369,29.039772],[107.925971,29.032446],[107.908725,29.007327],[107.882855,29.00628],[107.867457,28.960211],[107.810175,28.984295],[107.823725,29.034016],[107.784921,29.048143],[107.810791,29.139137],[107.749197,29.199754],[107.700537,29.141228],[107.659885,29.162656],[107.605683,29.164747],[107.589052,29.150113],[107.570574,29.218037],[107.486806,29.174153],[107.441227,29.203934],[107.401807,29.184603],[107.408582,29.138091],[107.427676,29.128682],[107.412278,29.094696],[107.369778,29.091558],[107.395647,29.041341],[107.364235,29.00942],[107.396879,28.993718],[107.412894,28.960211],[107.441227,28.943977],[107.41351,28.911502],[107.383945,28.848618],[107.339597,28.845997],[107.327894,28.810869],[107.261373,28.792514],[107.24659,28.76209],[107.219489,28.772582],[107.210866,28.817686],[107.227496,28.836037],[107.194851,28.838134],[107.206554,28.868535],[107.14188,28.887925],[107.016229,28.882685],[107.019308,28.861722],[106.983584,28.851239],[106.988512,28.776254],[106.951555,28.766812],[106.923222,28.809821],[106.872099,28.777304],[106.845614,28.780975],[106.824056,28.756319],[106.86594,28.690192],[106.889345,28.695966],[106.866556,28.624548],[106.830831,28.623497],[106.807425,28.589346],[106.784636,28.626649],[106.756918,28.607211],[106.77786,28.563068],[106.73844,28.554657],[106.726121,28.51838],[106.747063,28.467361],[106.708259,28.450524],[106.697788,28.47683],[106.632499,28.503655],[106.564745,28.485247],[106.567825,28.523638],[106.615252,28.549401],[106.606629,28.593024],[106.63681,28.622972],[106.618332,28.645033],[106.651593,28.649235],[106.617716,28.66709],[106.6171,28.691242],[106.587535,28.691767],[106.56105,28.719062],[106.561666,28.756319],[106.474202,28.832891],[106.45326,28.817162],[106.461883,28.761041],[106.492064,28.742153],[106.528405,28.677591],[106.502535,28.661313],[106.49268,28.591448],[106.466811,28.586193],[106.504999,28.544669],[106.477282,28.530474],[106.403369,28.569901],[106.37442,28.525742],[106.379348,28.479986],[106.349167,28.473674],[106.304819,28.505233],[106.2925,28.537309],[106.254928,28.539412],[106.184711,28.58882],[106.17116,28.629275],[106.14837,28.642932],[106.103407,28.636104],[106.085544,28.681792],[106.030726,28.694917],[106.001161,28.743727],[105.966668,28.761041],[105.937719,28.686517],[105.889676,28.670765],[105.884748,28.595126],[105.808372,28.599855],[105.78435,28.610889],[105.757249,28.590397],[105.74493,28.616668],[105.712901,28.586718],[105.693191,28.58882],[105.68272,28.534154],[105.62359,28.517854],[105.612503,28.438947],[105.643916,28.431053],[105.655003,28.362615],[105.639604,28.324164],[105.68888,28.284119],[105.730147,28.271997],[105.737539,28.30309],[105.76464,28.308359],[105.76464,28.308359],[105.78743,28.335753],[105.824386,28.306251],[105.848408,28.255656],[105.889676,28.237732],[105.860727,28.159672],[105.895219,28.119565],[105.943878,28.143314],[105.975907,28.107952],[106.093552,28.162837],[106.145291,28.162837],[106.206885,28.134343],[106.266631,28.066769],[106.246305,28.011835],[106.286341,28.007079],[106.328225,27.952643],[106.307899,27.936782],[106.304819,27.899237],[106.325145,27.898708],[106.337464,27.859033],[106.306667,27.808756],[106.242609,27.767459],[106.193334,27.75422],[106.120653,27.779638],[106.063987,27.776991],[106.023335,27.746805],[105.985146,27.749983],[105.92848,27.729855],[105.922937,27.746805],[105.868118,27.732504],[105.848408,27.707074],[105.76772,27.7182],[105.722756,27.706015],[105.720292,27.683759],[105.664242,27.683759],[105.62359,27.666269],[105.605112,27.715552],[105.560148,27.71979],[105.508409,27.769048],[105.44004,27.775402],[105.353809,27.748924],[105.308229,27.704955],[105.29591,27.631811],[105.304533,27.611661],[105.25649,27.582491],[105.232469,27.546945],[105.260186,27.514573],[105.234316,27.489093],[105.233084,27.436522],[105.182577,27.367451],[105.184425,27.392959],[105.120984,27.418461],[105.068013,27.418461],[105.01073,27.379143],[104.913412,27.327051],[104.871528,27.290891],[104.851818,27.299401],[104.856746,27.332368],[104.824717,27.3531],[104.77113,27.317481],[104.7545,27.345658],[104.611602,27.306846],[104.570334,27.331836],[104.539537,27.327583],[104.497037,27.414743],[104.467472,27.414211],[104.363378,27.467855],[104.30856,27.407305],[104.295625,27.37436],[104.247582,27.336621],[104.248813,27.291955],[104.210625,27.297273],[104.173053,27.263232],[104.113923,27.338216],[104.084358,27.330773],[104.01722,27.383926],[104.015372,27.429086],[103.956242,27.425367],[103.932221,27.443958],[103.905119,27.38552],[103.903271,27.347785],[103.874322,27.331304],[103.865699,27.28185],[103.80041,27.26536],[103.801641,27.250464],[103.748671,27.210021],[103.696316,27.126429],[103.63349,27.12057],[103.620555,27.096598],[103.652584,27.092868],[103.659975,27.065692],[103.614396,27.079548],[103.601461,27.061962],[103.623635,27.035312],[103.623019,27.007056],[103.675374,27.051836],[103.704939,27.049171],[103.73204,27.018785],[103.753598,26.963858],[103.775156,26.951056],[103.763453,26.905702],[103.779468,26.87421],[103.722185,26.851253],[103.705555,26.794642],[103.725265,26.742812],[103.773308,26.716621],[103.759142,26.689355],[103.748671,26.623568],[103.763453,26.585041],[103.815808,26.55239],[103.819504,26.529903],[103.865699,26.512232],[103.953163,26.521336],[104.008597,26.511697],[104.067727,26.51491],[104.068343,26.573266],[104.121314,26.638012],[104.160734,26.646571],[104.222328,26.620358],[104.268524,26.617683],[104.274683,26.633733],[104.313487,26.612867],[104.353523,26.620893],[104.398487,26.686147],[104.424356,26.709137],[104.468088,26.644431],[104.459465,26.602701],[104.488414,26.579689],[104.556783,26.590393],[104.579573,26.568449],[104.57095,26.524549],[104.598667,26.520801],[104.638703,26.477954],[104.631928,26.451702],[104.665804,26.434019],[104.664572,26.397572],[104.684283,26.3772],[104.659645,26.335373],[104.592508,26.317672],[104.542616,26.253282],[104.548776,26.226979],[104.518595,26.165762],[104.52845,26.114186],[104.499501,26.070651],[104.460081,26.085702],[104.470552,26.009352],[104.438523,25.92757],[104.414501,25.909807],[104.441602,25.868889],[104.42374,25.841961],[104.397871,25.76168],[104.370769,25.730415],[104.328886,25.760602],[104.310407,25.647901],[104.332581,25.598796],[104.389248,25.595558],[104.428668,25.576126],[104.436059,25.520512],[104.418813,25.499447],[104.434827,25.472436],[104.44961,25.495126],[104.483486,25.494585],[104.524138,25.526992],[104.556783,25.524832],[104.543232,25.400556],[104.566638,25.402719],[104.615913,25.364871],[104.646094,25.356759],[104.639935,25.295632],[104.689826,25.296173],[104.736021,25.268034],[104.816094,25.262622],[104.826565,25.235558],[104.806854,25.224189],[104.822869,25.170037],[104.801927,25.163537],[104.753884,25.214443],[104.724319,25.195491],[104.732326,25.167871],[104.695369,25.122364],[104.685514,25.078466],[104.619609,25.060577],[104.684898,25.054072],[104.713232,24.996048],[104.663957,24.964584],[104.635623,24.903803],[104.586964,24.872859],[104.539537,24.813663],[104.542616,24.75607],[104.529682,24.731611],[104.595587,24.709323],[104.628848,24.660927],[104.703377,24.645698],[104.729246,24.617953],[104.771746,24.659839],[104.841963,24.676155],[104.865985,24.730524],[104.899245,24.752809],[105.03352,24.787586],[105.026745,24.815836],[105.039064,24.872859],[105.077868,24.918459],[105.09573,24.92877],[105.131454,24.959701],[105.157324,24.958616],[105.178266,24.985199],[105.212758,24.995505],[105.251563,24.967296],[105.267577,24.929313],[105.334099,24.9266],[105.365511,24.943423],[105.428337,24.930941],[105.457286,24.87123],[105.493011,24.833217],[105.497322,24.809318],[105.573083,24.797366],[105.607576,24.803885],[105.617431,24.78161],[105.70551,24.768569],[105.767104,24.719109],[105.827466,24.702799],[105.863806,24.729437],[105.942031,24.725088],[105.961741,24.677786],[106.024566,24.633186],[106.047356,24.684312],[106.113878,24.714216],[106.150218,24.762591],[106.173008,24.760417],[106.206269,24.851139],[106.197645,24.885889],[106.145291,24.954275],[106.191486,24.95319],[106.215508,24.981944],[106.253696,24.971094],[106.304819,24.973807],[106.332536,24.988454],[106.442173,25.019369],[106.450181,25.033468],[106.519782,25.054072],[106.551195,25.082802],[106.590615,25.08768],[106.63989,25.132658],[106.644817,25.164621],[106.691013,25.179245],[106.732281,25.162454],[106.764926,25.183036],[106.787715,25.17112],[106.853005,25.186827],[106.888113,25.181953],[106.904128,25.231768],[106.933077,25.250714],[106.975577,25.232851],[107.013765,25.275611],[107.012533,25.352973],[106.987896,25.358922],[106.963874,25.437852],[106.996519,25.442716],[107.015613,25.495666],[107.066736,25.50917],[107.064272,25.559391],[107.185612,25.578825],[107.205322,25.607971],[107.228728,25.604733],[107.232423,25.556691],[107.263836,25.543193],[107.336517,25.461089],[107.308184,25.432988],[107.318039,25.401637],[107.358691,25.393528],[107.375937,25.411908],[107.420901,25.392987],[107.409198,25.347024],[107.432604,25.289139],[107.481263,25.299961],[107.489886,25.276693],[107.472024,25.213902],[107.512676,25.209029],[107.576734,25.256668],[107.599523,25.250714],[107.632168,25.310241],[107.659885,25.316192],[107.661733,25.258833],[107.696226,25.219858],[107.700537,25.194408],[107.741805,25.24043],[107.762131,25.229061],[107.760283,25.188451],[107.789233,25.15487],[107.762747,25.125073],[107.839124,25.115861],[107.872384,25.141327],[107.928435,25.155954],[108.001732,25.196574],[108.080572,25.193867],[108.115065,25.210112],[108.143398,25.269658],[108.152021,25.324306],[108.142782,25.390825],[108.193289,25.405421],[108.162492,25.444878],[108.192673,25.458928],[108.251803,25.430286],[108.241332,25.46217],[108.280752,25.48],[108.308469,25.525912],[108.348506,25.536173],[108.359592,25.513491],[108.400244,25.491344],[108.418723,25.443257],[108.471693,25.458928],[108.585642,25.365952],[108.589338,25.335125],[108.625062,25.308076],[108.62999,25.335666],[108.600425,25.432448],[108.6072,25.491885],[108.634917,25.520512],[108.68912,25.533473],[108.658323,25.550212],[108.660787,25.584763],[108.68604,25.587462],[108.68912,25.623081],[108.724844,25.634952],[108.783975,25.628477],[108.799989,25.576666],[108.781511,25.554531],[108.814772,25.526992],[108.826474,25.550212],[108.890532,25.556151],[108.8893,25.543193],[108.949046,25.557231],[109.024807,25.51241],[109.088249,25.550752],[109.051908,25.566949],[109.030966,25.629556],[109.075314,25.693749],[109.07901,25.72071],[109.043285,25.738502],[109.007561,25.734728],[108.953974,25.686738],[108.953974,25.686738],[108.900387,25.682423],[108.896076,25.71424],[108.940423,25.740119],[108.963829,25.732572],[108.999553,25.765453],[108.989698,25.778926],[109.048213,25.790781],[109.077778,25.776771],[109.095024,25.80533],[109.143683,25.795092],[109.13198,25.762758],[109.147995,25.741736],[109.206509,25.788087],[109.207125,25.740119],[109.296436,25.71424],[109.340168,25.731493],[109.327849,25.76168],[109.339552,25.83442],[109.359262,25.836036],[109.396834,25.900117],[109.435022,25.93349],[109.408537,25.967392],[109.473211,26.006663],[109.48245,26.029788],[109.452885,26.055598],[109.449805,26.101826],[109.502776,26.096451],[109.513863,26.128157],[109.47629,26.148035],[109.439334,26.238789],[109.467051,26.313917],[109.442414,26.289774],[109.369733,26.277432],[109.351255,26.264016],[109.325385,26.29031],[109.285965,26.295676],[109.271183,26.327863],[109.29582,26.350389],[109.319842,26.418477],[109.38082,26.454381],[109.362342,26.472061],[109.385747,26.493487],[109.381436,26.518659],[109.407305,26.533116],[109.390675,26.598955],[109.35495,26.658873],[109.334008,26.646036],[109.306291,26.661012],[109.283501,26.698445],[109.35495,26.693098],[109.407305,26.719829],[109.447957,26.759913],[109.486761,26.759913],[109.47629,26.829894],[109.467051,26.83203],[109.452885,26.861932],[109.436254,26.892359],[109.555131,26.946788],[109.520022,27.058764],[109.497848,27.079548],[109.486761,27.053968],[109.454733,27.069423],[109.472595,27.134951],[109.441182,27.117907],[109.415312,27.154123],[109.358646,27.153058],[109.33524,27.139212],[109.264407,27.131755],[109.239154,27.14933],[109.21698,27.114711],[109.165857,27.066758],[109.101183,27.06889],[109.128901,27.122701],[109.032814,27.104056],[109.007561,27.08008],[108.940423,27.044907],[108.942887,27.017186],[108.942887,27.017186],[108.877597,27.01612],[108.79075,27.084343],[108.878829,27.106187],[108.926873,27.160512],[108.907778,27.204699],[108.963213,27.235565],[108.983539,27.26802],[109.053756,27.293551],[109.044517,27.331304],[109.103647,27.336621],[109.142451,27.418461],[109.141835,27.448207],[109.167089,27.41793],[109.202197,27.450331],[109.245313,27.41793],[109.300132,27.423774],[109.303211,27.47582],[109.404841,27.55066],[109.461508,27.567637],[109.451037,27.586204],[109.470131,27.62863],[109.45658,27.673689],[109.470747,27.680049],[109.414081,27.725087],[109.366653,27.721909],[109.37774,27.736741],[109.332777,27.782815],[109.346943,27.838396],[109.32169,27.868027],[109.30198,27.956343],[109.319842,27.988585],[109.362342,28.007608],[109.378972,28.034551],[109.335856,28.063073],[109.298284,28.036136],[109.314298,28.103729],[109.33832,28.141731],[109.340168,28.19027],[109.367885,28.254602],[109.388211,28.268307],[109.33524,28.293605],[109.317994,28.277795],[109.275494,28.313101],[109.268719,28.33786],[109.289045,28.373673],[109.264407,28.392628],[109.260712,28.46473],[109.274262,28.494714]]],[[[109.47629,26.829894],[109.486761,26.759913],[109.52187,26.749226],[109.522486,26.749226],[109.497232,26.815474],[109.513247,26.84004],[109.509551,26.877947],[109.486761,26.895562],[109.452885,26.861932],[109.467051,26.83203],[109.47629,26.829894]]],[[[109.528645,26.743881],[109.568065,26.726243],[109.597015,26.756173],[109.554515,26.73533],[109.528645,26.743881]]]]}},{"type":"Feature","properties":{"adcode":530000,"name":"云南省","center":[102.712251,25.040609],"centroid":[101.485106,25.008643],"childrenNum":16,"level":"province","parent":{"adcode":100000},"subFeatureIndex":24,"acroutes":[100000]},"geometry":{"type":"MultiPolygon","coordinates":[[[[105.308229,27.704955],[105.290367,27.712373],[105.293447,27.770637],[105.273736,27.794992],[105.313157,27.810874],[105.25957,27.827811],[105.233084,27.895534],[105.284823,27.935725],[105.270657,27.99704],[105.247867,28.009193],[105.218302,27.990698],[105.186273,27.995454],[105.167795,28.021345],[105.186889,28.054623],[105.168411,28.071522],[105.119752,28.07205],[105.061853,28.096866],[105.002107,28.064129],[104.980549,28.063073],[104.975006,28.020816],[104.903557,27.962158],[104.918339,27.938897],[104.888158,27.914574],[104.842579,27.900294],[104.796999,27.901352],[104.761891,27.884426],[104.743413,27.901881],[104.676275,27.880723],[104.63316,27.850567],[104.607906,27.857974],[104.573413,27.840512],[104.52537,27.889187],[104.508124,27.878078],[104.44961,27.927794],[104.40095,27.952114],[104.362762,28.012891],[104.30856,28.036136],[104.304248,28.050926],[104.373233,28.051454],[104.40095,28.091586],[104.448994,28.113758],[104.444682,28.16231],[104.406494,28.173389],[104.402182,28.202928],[104.442834,28.211366],[104.462544,28.241422],[104.44961,28.269889],[104.420045,28.269889],[104.392943,28.291497],[104.384936,28.329959],[104.343052,28.334173],[104.314103,28.306778],[104.282074,28.343128],[104.254357,28.403683],[104.267908,28.499448],[104.260516,28.536257],[104.323342,28.540989],[104.355987,28.555183],[104.375697,28.5946],[104.417581,28.598279],[104.425588,28.626649],[104.372617,28.649235],[104.314719,28.615617],[104.277147,28.631902],[104.252509,28.660788],[104.230951,28.635579],[104.170589,28.642932],[104.117618,28.634003],[104.09606,28.603533],[104.05972,28.6277],[103.953779,28.600906],[103.910047,28.631377],[103.887873,28.61982],[103.850917,28.66709],[103.833054,28.605109],[103.838598,28.587244],[103.802873,28.563068],[103.781931,28.525216],[103.829975,28.459995],[103.828743,28.44],[103.860156,28.383677],[103.85338,28.356822],[103.877402,28.316262],[103.828743,28.285173],[103.770845,28.233514],[103.740048,28.23615],[103.701859,28.198709],[103.692004,28.232459],[103.643961,28.260401],[103.573128,28.230877],[103.533092,28.168641],[103.470266,28.122204],[103.430846,28.044587],[103.459179,28.021345],[103.486281,28.033495],[103.515846,27.965329],[103.55465,27.978543],[103.502295,27.910343],[103.509686,27.843687],[103.487512,27.794992],[103.461027,27.779638],[103.393274,27.709194],[103.369868,27.708664],[103.349542,27.678459],[103.29226,27.632872],[103.2861,27.561802],[103.232514,27.56976],[103.19063,27.523596],[103.144434,27.450331],[103.141355,27.420586],[103.080992,27.396679],[103.055739,27.40943],[102.989833,27.367983],[102.941174,27.405711],[102.899906,27.317481],[102.883892,27.299401],[102.883276,27.258444],[102.904218,27.227584],[102.913457,27.133886],[102.870957,27.026782],[102.894979,27.001724],[102.896211,26.91264],[102.949181,26.843244],[102.966428,26.837904],[102.991681,26.775409],[102.983674,26.76686],[103.008312,26.710741],[103.005232,26.679195],[103.026174,26.664221],[103.035413,26.556673],[103.052659,26.555602],[103.052659,26.514374],[103.030485,26.485989],[102.989833,26.482775],[102.988602,26.413117],[102.998457,26.371839],[102.975667,26.340736],[102.893131,26.338591],[102.878964,26.364332],[102.833385,26.306406],[102.785342,26.298895],[102.739762,26.268846],[102.709581,26.210336],[102.659074,26.221611],[102.60056,26.250598],[102.638748,26.307479],[102.629509,26.336982],[102.570995,26.362723],[102.542046,26.338591],[102.440416,26.300505],[102.392372,26.296749],[102.349257,26.244694],[102.245163,26.212483],[102.242699,26.190468],[102.174946,26.146961],[102.152156,26.10935],[102.107808,26.068501],[102.080091,26.065275],[102.020961,26.096451],[101.954439,26.084627],[101.929186,26.105588],[101.899621,26.099139],[101.857737,26.049146],[101.835563,26.04592],[101.839875,26.082477],[101.796759,26.114723],[101.807846,26.156093],[101.773353,26.168448],[101.737013,26.219463],[101.690202,26.241473],[101.630455,26.224832],[101.586108,26.279579],[101.597195,26.303187],[101.64031,26.318745],[101.660636,26.346635],[101.635383,26.357361],[101.637847,26.388995],[101.565782,26.454381],[101.530057,26.467239],[101.506652,26.499915],[101.458608,26.49563],[101.422884,26.53151],[101.395783,26.591998],[101.402558,26.604841],[101.461688,26.606447],[101.461072,26.640687],[101.481398,26.673313],[101.453065,26.692563],[101.513427,26.768463],[101.466,26.786629],[101.445674,26.77434],[101.458608,26.731054],[101.435819,26.740675],[101.389623,26.723036],[101.387159,26.753501],[101.358826,26.771669],[101.399478,26.841642],[101.365602,26.883819],[101.311399,26.903034],[101.267667,26.903034],[101.264587,26.955323],[101.227015,26.959057],[101.228863,26.981992],[101.136472,27.023584],[101.157414,27.094999],[101.145095,27.103523],[101.170349,27.175421],[101.167885,27.198311],[101.167885,27.198311],[101.119226,27.208957],[101.071798,27.194585],[101.042233,27.22173],[101.026219,27.270679],[101.021907,27.332899],[100.95169,27.426961],[100.936908,27.469448],[100.901183,27.453517],[100.91227,27.521473],[100.854988,27.623858],[100.827886,27.615904],[100.848212,27.672099],[100.782307,27.691708],[100.775532,27.743098],[100.757053,27.770107],[100.707162,27.800816],[100.719481,27.858503],[100.681293,27.923035],[100.634482,27.915631],[100.609228,27.859033],[100.54517,27.809286],[100.511294,27.827811],[100.504518,27.852154],[100.442924,27.86644],[100.412127,27.816167],[100.350534,27.755809],[100.327744,27.72032],[100.311729,27.724028],[100.304954,27.788639],[100.28586,27.80611],[100.30865,27.830457],[100.30865,27.861149],[100.210715,27.87702],[100.170063,27.907699],[100.196549,27.936254],[100.120788,28.018703],[100.088759,28.029269],[100.05673,28.097922],[100.021006,28.147008],[100.033325,28.184467],[100.062274,28.193962],[100.091223,28.181302],[100.102926,28.201873],[100.153433,28.208202],[100.188541,28.252493],[100.147274,28.288862],[100.176223,28.325218],[100.136803,28.349975],[100.057346,28.368934],[100.073977,28.426317],[99.990209,28.47683],[99.985281,28.529422],[99.91876,28.599329],[99.875644,28.611939],[99.873181,28.631902],[99.834376,28.628225],[99.834992,28.660788],[99.79434,28.699116],[99.755536,28.701216],[99.722275,28.757369],[99.717964,28.846521],[99.676696,28.810345],[99.625573,28.81454],[99.609559,28.784122],[99.614486,28.740054],[99.553508,28.710664],[99.53195,28.677591],[99.540573,28.623497],[99.504233,28.619294],[99.466045,28.579886],[99.463581,28.549401],[99.403219,28.546246],[99.396444,28.491032],[99.426625,28.454207],[99.404451,28.44421],[99.437095,28.398419],[99.392748,28.318369],[99.412458,28.295186],[99.374886,28.18183],[99.306516,28.227714],[99.28927,28.286227],[99.237531,28.317842],[99.229524,28.350502],[99.200575,28.365774],[99.16485,28.425264],[99.187024,28.44],[99.191952,28.494714],[99.170394,28.566221],[99.183944,28.58882],[99.147604,28.640831],[99.126662,28.698066],[99.134053,28.734806],[99.114343,28.765763],[99.103872,28.841803],[99.123582,28.890021],[99.132206,28.94869],[99.113727,29.07273],[99.118039,29.100971],[99.105104,29.162656],[99.113727,29.221171],[99.037351,29.20759],[99.024416,29.188783],[98.9813,29.204978],[98.960974,29.165792],[98.967134,29.128159],[98.991771,29.105677],[99.013329,29.036632],[98.925866,28.978536],[98.917859,28.886877],[98.973909,28.864867],[98.972677,28.832367],[98.922786,28.823978],[98.912931,28.800906],[98.852569,28.798283],[98.827932,28.821356],[98.821772,28.920931],[98.786048,28.998952],[98.757714,29.004186],[98.70228,28.9644],[98.655469,28.976966],[98.624056,28.95864],[98.6567,28.910454],[98.643766,28.895261],[98.668403,28.843376],[98.652389,28.817162],[98.683802,28.740054],[98.666555,28.712239],[98.594491,28.667615],[98.637606,28.552029],[98.619128,28.50944],[98.625903,28.489455],[98.673947,28.478934],[98.693041,28.43158],[98.740468,28.348395],[98.746628,28.321003],[98.710287,28.288862],[98.712135,28.229296],[98.649925,28.200291],[98.625903,28.165475],[98.559382,28.182885],[98.494092,28.141203],[98.464527,28.151229],[98.428803,28.104785],[98.389383,28.114814],[98.389999,28.16442],[98.370289,28.18394],[98.37768,28.246167],[98.353042,28.293078],[98.317934,28.324691],[98.301303,28.384204],[98.208913,28.358401],[98.207681,28.330486],[98.231702,28.314681],[98.266811,28.242477],[98.21692,28.212949],[98.169492,28.206093],[98.17442,28.163365],[98.139311,28.142259],[98.160253,28.101089],[98.133152,27.990698],[98.143007,27.948942],[98.187355,27.939426],[98.205217,27.889716],[98.169492,27.851096],[98.215688,27.810874],[98.234166,27.690648],[98.283441,27.654608],[98.310542,27.583552],[98.317318,27.51935],[98.337644,27.508734],[98.388767,27.515104],[98.429419,27.549068],[98.430035,27.653547],[98.444201,27.665209],[98.474998,27.634462],[98.53536,27.620676],[98.554454,27.646126],[98.587099,27.587265],[98.583404,27.571351],[98.650541,27.567637],[98.662244,27.586734],[98.706591,27.553313],[98.685034,27.484315],[98.704744,27.462014],[98.686881,27.425367],[98.702896,27.412618],[98.706591,27.362136],[98.741084,27.330241],[98.734925,27.287168],[98.717062,27.271211],[98.723222,27.221198],[98.696121,27.211086],[98.713983,27.139744],[98.712751,27.075817],[98.765722,27.05077],[98.762642,27.018252],[98.732461,27.002257],[98.757098,26.877947],[98.730613,26.851253],[98.762026,26.798916],[98.746012,26.696841],[98.770033,26.690424],[98.762642,26.660478],[98.781736,26.620893],[98.773113,26.578083],[98.753403,26.559349],[98.757098,26.491881],[98.741084,26.432947],[98.750323,26.424372],[98.733693,26.350926],[98.681338,26.308016],[98.672715,26.239863],[98.713367,26.231274],[98.735541,26.185097],[98.712751,26.156093],[98.720142,26.127082],[98.661012,26.087852],[98.656084,26.139977],[98.632679,26.145887],[98.575396,26.118485],[98.602498,26.054523],[98.614201,25.968468],[98.637606,25.971696],[98.686881,25.925955],[98.705976,25.855426],[98.677642,25.816105],[98.640686,25.798864],[98.553839,25.845731],[98.529201,25.840884],[98.476846,25.77731],[98.461448,25.735267],[98.457752,25.682963],[98.409709,25.664084],[98.402317,25.593939],[98.326557,25.566409],[98.314854,25.543193],[98.247717,25.607971],[98.170724,25.620383],[98.189818,25.569108],[98.163949,25.524292],[98.131304,25.51025],[98.15779,25.457307],[98.137464,25.381633],[98.101123,25.388662],[98.099891,25.354055],[98.06971,25.311864],[98.006884,25.298338],[98.0075,25.279399],[97.940363,25.214985],[97.904023,25.216609],[97.875689,25.25721],[97.839349,25.27074],[97.796233,25.155954],[97.743262,25.078466],[97.719857,25.080634],[97.727864,25.04377],[97.716777,24.978147],[97.729712,24.908689],[97.785762,24.876117],[97.797465,24.845709],[97.765436,24.823984],[97.680437,24.827243],[97.652103,24.790846],[97.569567,24.765852],[97.547394,24.739221],[97.569567,24.708236],[97.570799,24.602719],[97.554785,24.490577],[97.530147,24.443187],[97.588662,24.435559],[97.669966,24.452993],[97.679821,24.401228],[97.716161,24.358711],[97.662574,24.339083],[97.665038,24.296544],[97.721089,24.295999],[97.767284,24.258357],[97.729712,24.227252],[97.72848,24.183585],[97.754349,24.163929],[97.748806,24.160653],[97.743262,24.159561],[97.730944,24.113685],[97.700763,24.093473],[97.697067,24.092927],[97.637321,24.04812],[97.628698,24.004938],[97.572647,23.983068],[97.529531,23.943146],[97.5283,23.926736],[97.618227,23.888438],[97.640401,23.866001],[97.647176,23.840823],[97.684132,23.876946],[97.718009,23.867643],[97.72848,23.895551],[97.763588,23.907041],[97.795617,23.951897],[97.8104,23.943146],[97.863371,23.978693],[97.896015,23.974319],[97.902175,24.014231],[97.984095,24.031177],[97.995182,24.04648],[98.091268,24.085824],[98.096196,24.08637],[98.123297,24.092927],[98.125761,24.092927],[98.132536,24.09238],[98.19721,24.09839],[98.219999,24.113685],[98.343187,24.098936],[98.37768,24.114232],[98.48239,24.122425],[98.487933,24.123517],[98.547063,24.128433],[98.593875,24.08036],[98.646229,24.106038],[98.681954,24.100029],[98.71891,24.127887],[98.818692,24.133348],[98.841482,24.126794],[98.876591,24.15137],[98.895069,24.098936],[98.807606,24.025164],[98.773729,24.022431],[98.727533,23.970491],[98.701048,23.981427],[98.673331,23.960647],[98.701048,23.946427],[98.68565,23.90157],[98.701664,23.834254],[98.669019,23.800857],[98.696121,23.784429],[98.784816,23.781691],[98.824236,23.727462],[98.811917,23.703354],[98.835939,23.683625],[98.847026,23.632097],[98.882134,23.620035],[98.882134,23.595358],[98.844562,23.578904],[98.80391,23.540504],[98.826084,23.470257],[98.874743,23.483431],[98.912315,23.426333],[98.920938,23.360971],[98.872895,23.329651],[98.906772,23.331849],[98.936953,23.309866],[98.928946,23.26589],[98.889525,23.209249],[98.906772,23.185595],[99.002242,23.160287],[99.057677,23.164689],[99.048438,23.11461],[99.106336,23.086536],[99.187024,23.100299],[99.255393,23.077727],[99.281879,23.101399],[99.3484,23.12892],[99.380429,23.099748],[99.440791,23.079379],[99.477747,23.083233],[99.528255,23.065614],[99.517168,23.006685],[99.533798,22.961507],[99.563363,22.925684],[99.531334,22.897019],[99.446951,22.934503],[99.43648,22.913557],[99.462965,22.844635],[99.401371,22.826434],[99.385357,22.761882],[99.326842,22.751396],[99.31514,22.737598],[99.339777,22.708894],[99.385973,22.57136],[99.359487,22.535435],[99.382277,22.493418],[99.297277,22.41156],[99.251698,22.393301],[99.278183,22.34626],[99.233836,22.296434],[99.235683,22.250468],[99.207966,22.232188],[99.175321,22.185647],[99.188256,22.162924],[99.156227,22.159599],[99.219669,22.110816],[99.294814,22.109152],[99.35456,22.095845],[99.400139,22.100281],[99.486987,22.128557],[99.516552,22.099726],[99.562747,22.113034],[99.578762,22.098617],[99.581841,22.103053],[99.648979,22.100835],[99.696406,22.067562],[99.762927,22.068117],[99.870101,22.029288],[99.871333,22.067007],[99.972347,22.053141],[99.965571,22.014309],[100.000064,21.973245],[99.982202,21.919401],[99.960028,21.907186],[99.944014,21.821097],[99.991441,21.703821],[100.049339,21.669899],[100.094303,21.702709],[100.131875,21.699929],[100.169447,21.663225],[100.107853,21.585337],[100.123252,21.565302],[100.131259,21.504066],[100.168831,21.482906],[100.184846,21.516315],[100.206404,21.509634],[100.235353,21.466756],[100.298795,21.477894],[100.349302,21.528564],[100.437381,21.533017],[100.48296,21.458958],[100.526692,21.471211],[100.579047,21.451717],[100.691764,21.510748],[100.730568,21.518542],[100.753358,21.555283],[100.789082,21.570867],[100.804481,21.609821],[100.847597,21.634856],[100.870386,21.67268],[100.896872,21.68269],[100.899335,21.684915],[100.936292,21.694368],[100.937524,21.693812],[101.015132,21.707157],[101.089661,21.773865],[101.123537,21.771642],[101.111835,21.746074],[101.116762,21.691032],[101.153102,21.669343],[101.169117,21.590345],[101.146943,21.560293],[101.209153,21.55751],[101.210385,21.509077],[101.225167,21.499055],[101.193138,21.473996],[101.194986,21.424979],[101.142631,21.409379],[101.183899,21.334699],[101.244877,21.302364],[101.246725,21.275598],[101.222088,21.234324],[101.290457,21.17853],[101.387775,21.225956],[101.439514,21.227072],[101.532521,21.252174],[101.601506,21.233208],[101.588572,21.191365],[101.605818,21.172392],[101.672339,21.194713],[101.703136,21.14616],[101.76473,21.147835],[101.794911,21.208104],[101.834331,21.204756],[101.833715,21.252731],[101.791832,21.285636],[101.745636,21.297345],[101.730238,21.336929],[101.749948,21.409379],[101.741324,21.482906],[101.772737,21.512975],[101.755491,21.538027],[101.754875,21.58478],[101.804766,21.577546],[101.828788,21.617054],[101.807846,21.644313],[101.780129,21.640975],[101.76781,21.716054],[101.747484,21.729953],[101.771506,21.833319],[101.740093,21.845541],[101.735165,21.875534],[101.700057,21.897191],[101.701288,21.938832],[101.666796,21.934391],[101.606434,21.967695],[101.626144,22.005986],[101.573789,22.115251],[101.602738,22.131883],[101.596579,22.161262],[101.547304,22.238282],[101.56455,22.269299],[101.625528,22.28259],[101.671723,22.372826],[101.648318,22.400494],[101.672339,22.47517],[101.715455,22.477935],[101.774585,22.506135],[101.824476,22.45692],[101.823244,22.42705],[101.862665,22.389427],[101.901469,22.384447],[101.907628,22.437007],[101.978461,22.427603],[102.046214,22.458026],[102.131214,22.430922],[102.145381,22.397727],[102.179257,22.430369],[102.270416,22.419858],[102.25625,22.457473],[102.322771,22.554227],[102.356648,22.563623],[102.404691,22.629925],[102.384365,22.679631],[102.43672,22.699508],[102.45951,22.762986],[102.510633,22.774574],[102.551285,22.743669],[102.569763,22.701164],[102.607335,22.730975],[102.657226,22.687913],[102.688639,22.70006],[102.80074,22.620534],[102.82353,22.623296],[102.880196,22.586832],[102.892515,22.533223],[102.930703,22.482359],[102.986754,22.477935],[103.030485,22.441432],[103.081608,22.454154],[103.071753,22.488441],[103.183238,22.558649],[103.161065,22.590147],[103.195557,22.648153],[103.220195,22.643734],[103.283021,22.678526],[103.288564,22.732078],[103.321209,22.777885],[103.323057,22.807678],[103.375411,22.794989],[103.441317,22.753052],[103.436389,22.6973],[103.457947,22.658646],[103.50907,22.601198],[103.529396,22.59291],[103.580519,22.66693],[103.567585,22.701164],[103.642113,22.794989],[103.740048,22.709446],[103.743127,22.697852],[103.766533,22.688465],[103.825047,22.615562],[103.863851,22.584069],[103.875554,22.565833],[103.894032,22.564728],[103.964865,22.502265],[104.009213,22.517745],[104.009213,22.575228],[104.022148,22.593463],[104.04309,22.67687],[104.045553,22.728215],[104.089901,22.768504],[104.117618,22.808781],[104.224176,22.826434],[104.261748,22.841877],[104.274067,22.828088],[104.256821,22.77347],[104.272835,22.73815],[104.323342,22.728767],[104.375697,22.690122],[104.422508,22.734838],[104.498885,22.774574],[104.527834,22.814298],[104.596203,22.846289],[104.674428,22.817056],[104.737869,22.825882],[104.732942,22.852356],[104.760659,22.862282],[104.772362,22.893711],[104.846275,22.926235],[104.860441,22.970874],[104.821021,23.032022],[104.804391,23.110207],[104.874608,23.123417],[104.882615,23.163589],[104.912796,23.175693],[104.949136,23.152033],[104.958991,23.188896],[105.093266,23.260942],[105.122215,23.247745],[105.181962,23.279084],[105.238012,23.26424],[105.260186,23.31811],[105.325475,23.390086],[105.353809,23.362069],[105.372903,23.317561],[105.416018,23.283482],[105.445584,23.292827],[105.50225,23.202648],[105.542902,23.184495],[105.526272,23.234548],[105.560148,23.257093],[105.593409,23.312614],[105.649459,23.346136],[105.699966,23.327453],[105.694423,23.363168],[105.637757,23.404366],[105.699966,23.40162],[105.758481,23.459826],[105.805908,23.467512],[105.815763,23.507031],[105.852103,23.526786],[105.89214,23.52514],[105.913081,23.499348],[105.935871,23.508678],[105.986378,23.489469],[105.999929,23.447748],[106.039965,23.484529],[106.071994,23.495506],[106.08616,23.524043],[106.141595,23.569579],[106.120653,23.605229],[106.149602,23.665538],[106.157609,23.724175],[106.136667,23.795381],[106.192102,23.824947],[106.173008,23.861622],[106.192718,23.879135],[106.157609,23.891174],[106.128044,23.956819],[106.091088,23.998924],[106.096631,24.018058],[106.053516,24.051399],[106.04982,24.089649],[106.011632,24.099482],[105.998081,24.120786],[105.963589,24.110954],[105.919241,24.122425],[105.901995,24.099482],[105.908154,24.069432],[105.89214,24.040468],[105.859495,24.056864],[105.841633,24.03063],[105.796669,24.023524],[105.802212,24.051945],[105.765256,24.073804],[105.739387,24.059596],[105.704278,24.0667],[105.649459,24.032816],[105.628518,24.126794],[105.594641,24.137718],[105.533663,24.130071],[105.493011,24.016965],[105.406163,24.043748],[105.395692,24.065607],[105.334099,24.094566],[105.320548,24.116416],[105.273121,24.092927],[105.292831,24.074896],[105.260186,24.061236],[105.20044,24.105491],[105.182577,24.167205],[105.229389,24.165567],[105.24294,24.208695],[105.215222,24.214699],[105.164715,24.288362],[105.196744,24.326541],[105.188121,24.347261],[105.138846,24.376701],[105.111744,24.37234],[105.106817,24.414853],[105.042759,24.442097],[104.979933,24.412673],[104.930042,24.411038],[104.914028,24.426296],[104.83642,24.446456],[104.784681,24.443732],[104.765587,24.45953],[104.74834,24.435559],[104.715695,24.441552],[104.703377,24.419757],[104.721239,24.340173],[104.70892,24.321087],[104.641783,24.367979],[104.610986,24.377246],[104.63008,24.397958],[104.616529,24.421937],[104.575877,24.424661],[104.550008,24.518894],[104.520443,24.535228],[104.489646,24.653313],[104.529682,24.731611],[104.542616,24.75607],[104.539537,24.813663],[104.586964,24.872859],[104.635623,24.903803],[104.663957,24.964584],[104.713232,24.996048],[104.684898,25.054072],[104.619609,25.060577],[104.685514,25.078466],[104.695369,25.122364],[104.732326,25.167871],[104.724319,25.195491],[104.753884,25.214443],[104.801927,25.163537],[104.822869,25.170037],[104.806854,25.224189],[104.826565,25.235558],[104.816094,25.262622],[104.736021,25.268034],[104.689826,25.296173],[104.639935,25.295632],[104.646094,25.356759],[104.615913,25.364871],[104.566638,25.402719],[104.543232,25.400556],[104.556783,25.524832],[104.524138,25.526992],[104.483486,25.494585],[104.44961,25.495126],[104.434827,25.472436],[104.418813,25.499447],[104.436059,25.520512],[104.428668,25.576126],[104.389248,25.595558],[104.332581,25.598796],[104.310407,25.647901],[104.328886,25.760602],[104.370769,25.730415],[104.397871,25.76168],[104.42374,25.841961],[104.441602,25.868889],[104.414501,25.909807],[104.438523,25.92757],[104.470552,26.009352],[104.460081,26.085702],[104.499501,26.070651],[104.52845,26.114186],[104.518595,26.165762],[104.548776,26.226979],[104.542616,26.253282],[104.592508,26.317672],[104.659645,26.335373],[104.684283,26.3772],[104.664572,26.397572],[104.665804,26.434019],[104.631928,26.451702],[104.638703,26.477954],[104.598667,26.520801],[104.57095,26.524549],[104.579573,26.568449],[104.556783,26.590393],[104.488414,26.579689],[104.459465,26.602701],[104.468088,26.644431],[104.424356,26.709137],[104.398487,26.686147],[104.353523,26.620893],[104.313487,26.612867],[104.274683,26.633733],[104.268524,26.617683],[104.222328,26.620358],[104.160734,26.646571],[104.121314,26.638012],[104.068343,26.573266],[104.067727,26.51491],[104.008597,26.511697],[103.953163,26.521336],[103.865699,26.512232],[103.819504,26.529903],[103.815808,26.55239],[103.763453,26.585041],[103.748671,26.623568],[103.759142,26.689355],[103.773308,26.716621],[103.725265,26.742812],[103.705555,26.794642],[103.722185,26.851253],[103.779468,26.87421],[103.763453,26.905702],[103.775156,26.951056],[103.753598,26.963858],[103.73204,27.018785],[103.704939,27.049171],[103.675374,27.051836],[103.623019,27.007056],[103.623635,27.035312],[103.601461,27.061962],[103.614396,27.079548],[103.659975,27.065692],[103.652584,27.092868],[103.620555,27.096598],[103.63349,27.12057],[103.696316,27.126429],[103.748671,27.210021],[103.801641,27.250464],[103.80041,27.26536],[103.865699,27.28185],[103.874322,27.331304],[103.903271,27.347785],[103.905119,27.38552],[103.932221,27.443958],[103.956242,27.425367],[104.015372,27.429086],[104.01722,27.383926],[104.084358,27.330773],[104.113923,27.338216],[104.173053,27.263232],[104.210625,27.297273],[104.248813,27.291955],[104.247582,27.336621],[104.295625,27.37436],[104.30856,27.407305],[104.363378,27.467855],[104.467472,27.414211],[104.497037,27.414743],[104.539537,27.327583],[104.570334,27.331836],[104.611602,27.306846],[104.7545,27.345658],[104.77113,27.317481],[104.824717,27.3531],[104.856746,27.332368],[104.851818,27.299401],[104.871528,27.290891],[104.913412,27.327051],[105.01073,27.379143],[105.068013,27.418461],[105.120984,27.418461],[105.184425,27.392959],[105.182577,27.367451],[105.233084,27.436522],[105.234316,27.489093],[105.260186,27.514573],[105.232469,27.546945],[105.25649,27.582491],[105.304533,27.611661],[105.29591,27.631811],[105.308229,27.704955]]]]}},{"type":"Feature","properties":{"adcode":540000,"name":"西藏自治区","center":[91.132212,29.660361],"centroid":[88.388277,31.56375],"childrenNum":7,"level":"province","parent":{"adcode":100000},"subFeatureIndex":25,"acroutes":[100000]},"geometry":{"type":"MultiPolygon","coordinates":[[[[89.711414,36.093272],[89.614711,36.109712],[89.594385,36.126632],[89.490291,36.151281],[89.375727,36.228078],[89.335075,36.23725],[89.292575,36.231457],[89.232213,36.295636],[89.198952,36.260417],[89.126887,36.254626],[89.10225,36.281164],[89.054822,36.291777],[89.013554,36.315409],[88.964279,36.318785],[88.926091,36.36458],[88.870657,36.348193],[88.838628,36.353496],[88.802903,36.33807],[88.783809,36.291777],[88.766563,36.292259],[88.690186,36.367954],[88.623665,36.389636],[88.618121,36.428168],[88.573158,36.461386],[88.498629,36.446463],[88.470912,36.48208],[88.41055,36.473418],[88.356963,36.477268],[88.366202,36.458016],[88.282434,36.470049],[88.241782,36.468605],[88.222688,36.447426],[88.182652,36.452721],[88.134609,36.427205],[88.092109,36.43539],[88.006494,36.430575],[87.983088,36.437797],[87.95845,36.408423],[87.919646,36.39349],[87.838342,36.383855],[87.826023,36.391563],[87.767509,36.3747],[87.731785,36.384818],[87.6203,36.360243],[87.570409,36.342409],[87.470626,36.354459],[87.460155,36.409868],[87.426895,36.42576],[87.386859,36.412757],[87.363453,36.420463],[87.348055,36.393008],[87.292004,36.358797],[87.193454,36.349158],[87.161425,36.325535],[87.149106,36.297565],[87.08628,36.310587],[87.051788,36.2966],[86.996353,36.308658],[86.943998,36.284058],[86.931064,36.265242],[86.887332,36.262829],[86.86331,36.299977],[86.836209,36.291294],[86.746282,36.291777],[86.69947,36.24449],[86.599072,36.222285],[86.531935,36.227113],[86.515305,36.205385],[86.454943,36.221319],[86.392733,36.206834],[86.35824,36.168676],[86.2794,36.170608],[86.248603,36.141616],[86.187625,36.130983],[86.182081,36.064734],[86.199944,36.047801],[86.173458,36.008113],[86.150668,36.00424],[86.129111,35.941761],[86.093386,35.906868],[86.090306,35.876809],[86.05335,35.842857],[86.035488,35.846738],[85.949256,35.778794],[85.903677,35.78462],[85.835308,35.771996],[85.811286,35.778794],[85.691178,35.751114],[85.65299,35.731199],[85.612953,35.651486],[85.566142,35.6403],[85.518715,35.680658],[85.373969,35.700101],[85.341324,35.753543],[85.271107,35.788989],[85.146071,35.742371],[85.053065,35.752086],[84.99455,35.737028],[84.973608,35.709334],[84.920022,35.696213],[84.798066,35.647595],[84.729081,35.613546],[84.704443,35.616951],[84.628067,35.595055],[84.570168,35.588242],[84.513502,35.564391],[84.448828,35.550272],[84.475929,35.516181],[84.45314,35.473303],[84.424191,35.466479],[84.333032,35.413821],[84.274517,35.404065],[84.200605,35.381135],[84.160569,35.359663],[84.140859,35.379184],[84.095895,35.362592],[84.077417,35.400163],[84.005968,35.422599],[83.906186,35.40309],[83.885244,35.367472],[83.79778,35.354783],[83.785462,35.36308],[83.677672,35.361128],[83.622238,35.335256],[83.599448,35.351366],[83.54155,35.341603],[83.540318,35.364056],[83.502745,35.360639],[83.449159,35.382111],[83.405427,35.380648],[83.333978,35.397236],[83.280391,35.401138],[83.251442,35.417722],[83.178145,35.38943],[83.127022,35.398699],[83.088834,35.425526],[83.067892,35.46258],[82.998907,35.484512],[82.971806,35.548324],[82.981661,35.599922],[82.956407,35.636409],[82.967494,35.667532],[82.894813,35.673852],[82.873871,35.688922],[82.795031,35.688436],[82.780249,35.666073],[82.731589,35.637868],[82.652133,35.67288],[82.628727,35.692324],[82.546192,35.708362],[82.501844,35.701073],[82.468583,35.717595],[82.424852,35.712736],[82.392823,35.656349],[82.336156,35.651486],[82.350323,35.611113],[82.328149,35.559523],[82.2992,35.544916],[82.263475,35.547837],[82.234526,35.520565],[82.189563,35.513258],[82.164925,35.495719],[82.086701,35.467454],[82.071302,35.450393],[82.034346,35.451855],[82.029419,35.426013],[82.05344,35.35039],[82.030034,35.321585],[81.99123,35.30547],[81.955506,35.307423],[81.927789,35.271275],[81.853876,35.25857],[81.804601,35.270786],[81.736847,35.26248],[81.68634,35.235599],[81.513261,35.23511],[81.504638,35.279092],[81.447972,35.318167],[81.441196,35.333303],[81.385762,35.335256],[81.363588,35.354783],[81.314313,35.337209],[81.285364,35.345508],[81.26627,35.322562],[81.219458,35.319144],[81.191741,35.36552],[81.142466,35.365032],[81.103662,35.386015],[81.09935,35.40748],[81.054387,35.402602],[81.031597,35.380648],[81.030981,35.337209],[81.002648,35.334768],[81.026053,35.31133],[80.963844,35.310842],[80.924423,35.330862],[80.894242,35.324027],[80.844351,35.345508],[80.759968,35.334768],[80.689135,35.339162],[80.690982,35.364544],[80.65649,35.393821],[80.599823,35.409431],[80.56841,35.391381],[80.532686,35.404553],[80.514824,35.391869],[80.444607,35.417235],[80.432904,35.449418],[80.375006,35.387966],[80.321419,35.38699],[80.286926,35.35283],[80.267832,35.295701],[80.362687,35.20871],[80.257977,35.203331],[80.223484,35.177409],[80.23026,35.147565],[80.118159,35.066293],[80.078123,35.076578],[80.031311,35.034447],[80.04363,35.022196],[80.02392,34.971209],[80.041782,34.943252],[80.034391,34.902033],[80.003594,34.895162],[79.996819,34.856375],[79.961094,34.862759],[79.926602,34.849499],[79.947544,34.821008],[79.898268,34.732035],[79.906892,34.683821],[79.866856,34.671517],[79.88595,34.642965],[79.84345,34.55725],[79.861312,34.528166],[79.801566,34.478847],[79.735661,34.471447],[79.699936,34.477861],[79.675914,34.451216],[79.58106,34.456151],[79.545335,34.476381],[79.504683,34.45467],[79.435082,34.447761],[79.363017,34.428018],[79.326677,34.44332],[79.274322,34.435916],[79.241677,34.415183],[79.179467,34.422588],[79.161605,34.441345],[79.072294,34.412714],[79.039033,34.421601],[79.0107,34.399877],[79.048888,34.348506],[79.039649,34.33467],[79.019939,34.313417],[78.981751,34.31836],[78.958345,34.230827],[78.941099,34.212022],[78.9257,34.155584],[78.910302,34.143202],[78.878273,34.163012],[78.828998,34.125369],[78.801897,34.137258],[78.737223,34.089692],[78.661462,34.086718],[78.656535,34.030196],[78.736607,33.999937],[78.744614,33.980585],[78.734143,33.918529],[78.762476,33.90959],[78.756317,33.8773],[78.766172,33.823124],[78.758165,33.790802],[78.779723,33.73259],[78.692259,33.676331],[78.684868,33.654415],[78.713201,33.623025],[78.755085,33.623025],[78.74215,33.55323],[78.816679,33.480882],[78.84994,33.419963],[78.896751,33.41247],[78.949722,33.376495],[78.9682,33.334505],[79.022403,33.323504],[79.041497,33.268479],[79.083997,33.245459],[79.072294,33.22844],[79.10925,33.200401],[79.152366,33.184375],[79.162221,33.165841],[79.139431,33.117735],[79.162837,33.01191],[79.204721,32.964724],[79.255844,32.942628],[79.227511,32.89038],[79.237982,32.846145],[79.225047,32.784281],[79.275554,32.778746],[79.301423,32.728919],[79.27309,32.678056],[79.299575,32.637244],[79.308199,32.596918],[79.272474,32.561113],[79.252148,32.516715],[79.190554,32.511669],[79.180083,32.492994],[79.135736,32.472295],[79.124649,32.416235],[79.103091,32.369744],[79.067982,32.380863],[79.005772,32.375304],[78.970664,32.331826],[78.904142,32.374798],[78.87273,32.40512],[78.81052,32.436441],[78.782186,32.480373],[78.760629,32.563635],[78.781571,32.608009],[78.74215,32.654881],[78.741534,32.703743],[78.6861,32.680071],[78.675013,32.658408],[78.628202,32.630188],[78.588782,32.637748],[78.577695,32.615067],[78.518564,32.605993],[78.500086,32.580782],[78.424942,32.565652],[78.395377,32.530339],[78.426174,32.502584],[78.472985,32.435431],[78.458818,32.379853],[78.483456,32.357106],[78.480992,32.329297],[78.508709,32.297939],[78.475449,32.236708],[78.430485,32.212407],[78.429869,32.194683],[78.469905,32.127808],[78.509941,32.147065],[78.527188,32.11463],[78.609107,32.052768],[78.60726,32.023851],[78.705194,31.988835],[78.762476,31.947203],[78.768636,31.92638],[78.739687,31.885228],[78.665158,31.851684],[78.654687,31.819144],[78.706426,31.778453],[78.763092,31.668499],[78.798817,31.675629],[78.806824,31.64099],[78.845628,31.609905],[78.833925,31.584927],[78.779723,31.545154],[78.740303,31.532912],[78.729832,31.478316],[78.755701,31.478316],[78.792041,31.435944],[78.760013,31.392531],[78.755085,31.355742],[78.795121,31.301043],[78.859179,31.289281],[78.865338,31.312804],[78.884432,31.277006],[78.923852,31.246824],[78.930628,31.220726],[78.997765,31.158779],[78.97436,31.115751],[79.010084,31.043994],[79.059359,31.028097],[79.096931,30.992192],[79.181931,31.015788],[79.205953,31.0004],[79.227511,30.949088],[79.33222,30.969103],[79.316206,31.01784],[79.35809,31.031174],[79.404901,31.071678],[79.424611,31.061425],[79.427075,31.018353],[79.505915,31.027584],[79.550879,30.957813],[79.59769,30.925989],[79.660516,30.956787],[79.668523,30.980392],[79.729501,30.941389],[79.75845,30.936769],[79.835443,30.851006],[79.890877,30.855116],[79.913051,30.833022],[79.900732,30.7991],[79.961094,30.771337],[79.955551,30.738422],[79.970333,30.685941],[80.014065,30.661748],[80.04363,30.603559],[80.143412,30.55822],[80.214245,30.586044],[80.261673,30.566465],[80.322035,30.564403],[80.357759,30.520592],[80.43044,30.515952],[80.446454,30.495327],[80.504969,30.483466],[80.549316,30.448905],[80.585041,30.463866],[80.633084,30.458707],[80.692214,30.416913],[80.719316,30.414848],[80.81725,30.321389],[80.910873,30.30279],[80.933662,30.266614],[80.996488,30.267648],[81.034677,30.246971],[81.038372,30.205086],[81.082104,30.151281],[81.085799,30.100554],[81.110437,30.085538],[81.09627,30.052909],[81.131995,30.016124],[81.225618,30.005759],[81.256415,30.011978],[81.247792,30.032705],[81.2829,30.061197],[81.293371,30.094859],[81.269349,30.153351],[81.335871,30.149729],[81.393769,30.199396],[81.397465,30.240767],[81.419023,30.270232],[81.406088,30.291938],[81.427646,30.305373],[81.399929,30.319323],[81.406088,30.369421],[81.432573,30.379231],[81.406704,30.40401],[81.418407,30.420525],[81.454131,30.412268],[81.494783,30.381296],[81.555761,30.369421],[81.566232,30.428782],[81.613044,30.412784],[81.63029,30.446842],[81.723913,30.407623],[81.759021,30.385426],[81.872354,30.373035],[81.939491,30.344633],[81.954274,30.355995],[81.99123,30.322939],[82.022027,30.339468],[82.060215,30.332237],[82.104563,30.346182],[82.132896,30.30434],[82.11873,30.279019],[82.114418,30.226806],[82.142135,30.200948],[82.188947,30.18543],[82.207425,30.143519],[82.183403,30.12178],[82.17786,30.06793],[82.246845,30.071555],[82.311519,30.035813],[82.333693,30.045138],[82.368185,30.014051],[82.412533,30.011978],[82.431011,29.989692],[82.474743,29.973622],[82.498148,29.947698],[82.560974,29.955476],[82.609017,29.886489],[82.64351,29.868846],[82.6238,29.834588],[82.703872,29.847566],[82.737749,29.80655],[82.691553,29.766037],[82.757459,29.761881],[82.774089,29.726548],[82.816589,29.717192],[82.830756,29.687562],[82.885574,29.689122],[82.9484,29.704718],[82.966878,29.658963],[83.011226,29.667804],[83.088834,29.604863],[83.12887,29.623593],[83.159667,29.61735],[83.164595,29.595496],[83.217565,29.60018],[83.266841,29.571035],[83.27608,29.505951],[83.325355,29.502826],[83.383253,29.42206],[83.415898,29.420496],[83.423289,29.361053],[83.450391,29.332883],[83.463941,29.285916],[83.492274,29.280174],[83.548941,29.201322],[83.57789,29.203934],[83.596368,29.174153],[83.656114,29.16736],[83.667201,29.200277],[83.727563,29.244672],[83.800244,29.249372],[83.82057,29.294267],[83.851367,29.294789],[83.911729,29.323491],[83.949301,29.312533],[83.986874,29.325057],[84.002272,29.291658],[84.052163,29.296877],[84.116837,29.286438],[84.130388,29.239972],[84.203068,29.239972],[84.197525,29.210202],[84.17104,29.19453],[84.176583,29.133909],[84.20738,29.118749],[84.192597,29.084236],[84.194445,29.045004],[84.224626,29.049189],[84.248648,29.030353],[84.228322,28.949738],[84.234481,28.889497],[84.268358,28.895261],[84.330568,28.859101],[84.340423,28.866963],[84.408176,28.85386],[84.404481,28.828173],[84.434046,28.823978],[84.445133,28.764189],[84.483321,28.735331],[84.557233,28.74635],[84.620059,28.732182],[84.650856,28.714338],[84.669334,28.680742],[84.699515,28.671816],[84.698284,28.633478],[84.773428,28.610363],[84.857196,28.567798],[84.896616,28.587244],[84.981616,28.586193],[84.995782,28.611414],[85.05676,28.674441],[85.126361,28.676016],[85.155926,28.643983],[85.195963,28.624022],[85.18426,28.587244],[85.189803,28.544669],[85.160238,28.49261],[85.108499,28.461047],[85.129441,28.377885],[85.113427,28.344708],[85.179948,28.324164],[85.209513,28.338914],[85.272339,28.282538],[85.349947,28.298347],[85.379512,28.274105],[85.415853,28.321003],[85.458969,28.332593],[85.520563,28.326798],[85.602483,28.295712],[85.601251,28.254075],[85.650526,28.283592],[85.682555,28.375779],[85.720743,28.372093],[85.753388,28.227714],[85.791576,28.195544],[85.854402,28.172334],[85.871648,28.124843],[85.898749,28.101617],[85.901213,28.053566],[85.980053,27.984357],[85.949256,27.937311],[86.002227,27.90717],[86.053966,27.900823],[86.125415,27.923035],[86.082915,28.018175],[86.086611,28.090002],[86.128495,28.086835],[86.140198,28.114814],[86.19132,28.167058],[86.223965,28.092642],[86.206103,28.084195],[86.231972,27.974315],[86.27324,27.976958],[86.308965,27.950528],[86.393349,27.926736],[86.414906,27.904526],[86.450015,27.908757],[86.475884,27.944713],[86.514689,27.954757],[86.513457,27.996511],[86.537478,28.044587],[86.55842,28.047757],[86.568891,28.103201],[86.60092,28.097922],[86.611391,28.069938],[86.647732,28.06941],[86.662514,28.092114],[86.700086,28.101617],[86.74813,28.089474],[86.768456,28.06941],[86.756753,28.032967],[86.827586,28.012363],[86.864542,28.022401],[86.885484,27.995983],[86.926752,27.985942],[86.935375,27.955286],[87.035157,27.946299],[87.080737,27.910872],[87.118309,27.840512],[87.173744,27.818284],[87.227946,27.812991],[87.249504,27.839454],[87.280917,27.845275],[87.317258,27.826753],[87.364069,27.824106],[87.421967,27.856916],[87.418272,27.825694],[87.45954,27.820931],[87.58088,27.859562],[87.598126,27.814579],[87.670191,27.832045],[87.668343,27.809815],[87.727473,27.802933],[87.77798,27.860091],[87.782292,27.890774],[87.826639,27.927794],[87.930733,27.909285],[87.982472,27.884426],[88.037291,27.901881],[88.090877,27.885484],[88.111819,27.864852],[88.137689,27.878607],[88.120442,27.915103],[88.156783,27.957929],[88.203594,27.943127],[88.242398,27.967444],[88.254101,27.939426],[88.357579,27.986471],[88.401311,27.976958],[88.43334,28.002852],[88.469064,28.009721],[88.498013,28.04089],[88.554064,28.027684],[88.565151,28.083139],[88.620585,28.091586],[88.645223,28.111119],[88.67602,28.068353],[88.764099,28.068353],[88.812142,28.018175],[88.842939,28.006023],[88.846635,27.921448],[88.864497,27.921448],[88.888519,27.846863],[88.863265,27.811932],[88.870657,27.743098],[88.850331,27.710783],[88.852178,27.671039],[88.816454,27.641354],[88.813374,27.606889],[88.770874,27.563924],[88.797976,27.521473],[88.783193,27.467324],[88.809063,27.405711],[88.838012,27.37808],[88.867577,27.3818],[88.901453,27.327583],[88.920548,27.325456],[88.911924,27.272807],[88.942105,27.261636],[88.984605,27.208957],[89.067757,27.240354],[89.077612,27.287168],[89.152757,27.319076],[89.182938,27.373829],[89.132431,27.441302],[89.095474,27.471572],[89.109025,27.537925],[89.163228,27.574534],[89.128735,27.611131],[89.131815,27.633402],[89.184786,27.673689],[89.238988,27.796581],[89.295655,27.84845],[89.375727,27.875962],[89.44348,27.968501],[89.461958,28.03191],[89.511233,28.086307],[89.541414,28.088418],[89.605472,28.161782],[89.720037,28.170224],[89.779167,28.197127],[89.789638,28.240895],[89.869094,28.221386],[89.901739,28.18183],[89.976268,28.189215],[90.017536,28.162837],[90.03355,28.136981],[90.07297,28.155451],[90.103151,28.141731],[90.124709,28.190797],[90.166593,28.187632],[90.189999,28.161782],[90.231882,28.144897],[90.297172,28.153868],[90.367389,28.088946],[90.384019,28.06096],[90.43699,28.063073],[90.47949,28.044587],[90.513983,28.062016],[90.569417,28.044059],[90.591591,28.021345],[90.701844,28.076274],[90.741264,28.053038],[90.802242,28.040362],[90.806554,28.015005],[90.853365,27.969029],[90.896481,27.946299],[90.96177,27.9537],[90.976553,27.935725],[90.96485,27.900294],[91.025828,27.857445],[91.113292,27.846333],[91.155175,27.894476],[91.147784,27.927794],[91.162567,27.968501],[91.216153,27.989113],[91.251878,27.970615],[91.309776,28.057791],[91.464993,28.002852],[91.490246,27.971672],[91.486551,27.937311],[91.552456,27.90717],[91.611586,27.891303],[91.618978,27.856916],[91.561079,27.855329],[91.544449,27.820401],[91.610355,27.819343],[91.642383,27.7664],[91.622673,27.692238],[91.570934,27.650897],[91.562311,27.627569],[91.582637,27.598933],[91.564775,27.58196],[91.585101,27.540578],[91.626985,27.509265],[91.663325,27.507142],[91.71876,27.467324],[91.753868,27.462545],[91.839484,27.489624],[91.946657,27.464138],[92.010715,27.474758],[92.021802,27.444489],[92.064918,27.391365],[92.125896,27.273339],[92.091403,27.264296],[92.071077,27.237694],[92.061222,27.190327],[92.032273,27.167967],[92.02673,27.108318],[92.043976,27.052902],[92.076005,27.041175],[92.124664,26.960124],[92.109265,26.854991],[92.197961,26.86994],[92.28604,26.892359],[92.404916,26.9025],[92.496691,26.921711],[92.549046,26.941453],[92.64698,26.952656],[92.682089,26.947855],[92.802813,26.895028],[92.909371,26.914241],[93.050421,26.883819],[93.111399,26.880082],[93.232739,26.906769],[93.56781,26.938252],[93.625092,26.955323],[93.747048,27.015587],[93.817265,27.025183],[93.841903,27.045973],[93.849294,27.168499],[93.970634,27.30525],[94.056866,27.375423],[94.147409,27.458297],[94.220705,27.536333],[94.277372,27.58143],[94.353132,27.578778],[94.399944,27.589386],[94.443675,27.585143],[94.478168,27.602116],[94.524979,27.596282],[94.660486,27.650367],[94.722696,27.683759],[94.78121,27.699127],[94.836645,27.728796],[94.88592,27.743098],[94.947514,27.792345],[95.015267,27.82887],[95.067006,27.840512],[95.28628,27.939955],[95.32878,28.017646],[95.352802,28.04089],[95.371896,28.110063],[95.39715,28.142259],[95.437802,28.161782],[95.528345,28.182885],[95.674322,28.254075],[95.740228,28.275159],[95.787655,28.270416],[95.832003,28.295186],[95.874502,28.29782],[95.899756,28.278322],[95.907763,28.241422],[95.936096,28.240368],[95.989067,28.198181],[96.074683,28.193434],[96.098088,28.212421],[96.194175,28.212949],[96.275479,28.228241],[96.298269,28.140148],[96.367254,28.118509],[96.398667,28.118509],[96.395587,28.143842],[96.426384,28.161782],[96.46334,28.143314],[96.499681,28.067297],[96.538485,28.075218],[96.623485,28.024514],[96.635188,27.994926],[96.690622,27.948942],[96.711564,27.9574],[96.784245,27.931495],[96.810114,27.890245],[96.849534,27.874375],[96.908049,27.884426],[96.972722,27.861149],[97.008447,27.807698],[97.049099,27.81405],[97.062649,27.742568],[97.097758,27.740979],[97.103301,27.780697],[97.167975,27.811932],[97.253591,27.891832],[97.303482,27.913516],[97.324424,27.880723],[97.386634,27.882839],[97.372467,27.907699],[97.379242,27.970087],[97.413119,28.01342],[97.378626,28.031382],[97.375547,28.062545],[97.320728,28.054095],[97.305945,28.071522],[97.340438,28.104785],[97.326887,28.132759],[97.352757,28.149646],[97.362612,28.199236],[97.349677,28.235623],[97.398336,28.238786],[97.402032,28.279903],[97.422358,28.297293],[97.461162,28.26778],[97.469169,28.30309],[97.518445,28.327852],[97.488879,28.347341],[97.485184,28.38631],[97.499966,28.428948],[97.521524,28.444736],[97.507974,28.46473],[97.521524,28.495766],[97.569567,28.541515],[97.60406,28.515225],[97.634857,28.532051],[97.68598,28.519958],[97.737103,28.465782],[97.738335,28.396313],[97.769748,28.3742],[97.801161,28.326798],[97.842429,28.326798],[97.871378,28.361561],[97.907718,28.363141],[98.020435,28.253548],[98.008116,28.214003],[98.03337,28.187105],[98.056775,28.202401],[98.090036,28.195544],[98.097427,28.166531],[98.139311,28.142259],[98.17442,28.163365],[98.169492,28.206093],[98.21692,28.212949],[98.266811,28.242477],[98.231702,28.314681],[98.207681,28.330486],[98.208913,28.358401],[98.301303,28.384204],[98.317934,28.324691],[98.353042,28.293078],[98.37768,28.246167],[98.370289,28.18394],[98.389999,28.16442],[98.389383,28.114814],[98.428803,28.104785],[98.464527,28.151229],[98.494092,28.141203],[98.559382,28.182885],[98.625903,28.165475],[98.649925,28.200291],[98.712135,28.229296],[98.710287,28.288862],[98.746628,28.321003],[98.740468,28.348395],[98.693041,28.43158],[98.673947,28.478934],[98.625903,28.489455],[98.619128,28.50944],[98.637606,28.552029],[98.594491,28.667615],[98.666555,28.712239],[98.683802,28.740054],[98.652389,28.817162],[98.668403,28.843376],[98.643766,28.895261],[98.6567,28.910454],[98.624056,28.95864],[98.655469,28.976966],[98.70228,28.9644],[98.757714,29.004186],[98.786048,28.998952],[98.821772,28.920931],[98.827932,28.821356],[98.852569,28.798283],[98.912931,28.800906],[98.922786,28.823978],[98.972677,28.832367],[98.973909,28.864867],[98.917859,28.886877],[98.925866,28.978536],[99.013329,29.036632],[98.991771,29.105677],[98.967134,29.128159],[98.960974,29.165792],[98.9813,29.204978],[99.024416,29.188783],[99.037351,29.20759],[99.113727,29.221171],[99.114343,29.243628],[99.075539,29.316186],[99.058909,29.417368],[99.066916,29.421018],[99.044742,29.520013],[99.052133,29.563748],[99.014561,29.607464],[98.992387,29.677163],[99.018873,29.792009],[99.0238,29.846009],[99.068148,29.931621],[99.055213,29.958587],[99.036735,30.053945],[99.044742,30.079842],[98.989308,30.151799],[98.9813,30.182843],[98.993003,30.215429],[98.970829,30.260928],[98.986844,30.280569],[98.967134,30.33482],[98.965286,30.449937],[98.932025,30.521623],[98.926482,30.569556],[98.939417,30.598923],[98.92217,30.609225],[98.907388,30.698292],[98.963438,30.728134],[98.957895,30.765166],[98.904924,30.782649],[98.850105,30.849465],[98.797135,30.87926],[98.774345,30.908019],[98.797135,30.948575],[98.806374,30.995783],[98.774961,31.031174],[98.736772,31.049121],[98.712135,31.082954],[98.710287,31.1178],[98.675179,31.15417],[98.602498,31.192062],[98.62344,31.221238],[98.60373,31.257568],[98.616048,31.3036],[98.643766,31.338876],[98.691809,31.333253],[98.773113,31.249382],[98.805758,31.279052],[98.810685,31.306668],[98.887062,31.37465],[98.84333,31.416028],[98.844562,31.429817],[98.714599,31.508935],[98.696736,31.538523],[98.651157,31.57881],[98.619128,31.591555],[98.553839,31.660349],[98.545831,31.717383],[98.516882,31.717383],[98.508875,31.751995],[98.461448,31.800327],[98.414636,31.832365],[98.426339,31.856767],[98.399238,31.895899],[98.432498,31.922825],[98.434962,32.007613],[98.402933,32.026896],[98.404781,32.045159],[98.357354,32.087253],[98.303151,32.121726],[98.260035,32.208862],[98.218768,32.234683],[98.23047,32.262521],[98.208913,32.318171],[98.218768,32.342444],[98.125145,32.401077],[98.107283,32.391476],[98.079565,32.415224],[97.940363,32.482393],[97.880001,32.486431],[97.863986,32.499051],[97.80732,32.50006],[97.795617,32.521257],[97.730944,32.527312],[97.684132,32.530339],[97.670582,32.51722],[97.540618,32.536899],[97.50243,32.530844],[97.463626,32.55506],[97.448843,32.586833],[97.411887,32.575235],[97.374315,32.546484],[97.3583,32.563635],[97.332431,32.542448],[97.334895,32.514192],[97.388481,32.501575],[97.341054,32.440987],[97.387865,32.427349],[97.424822,32.322723],[97.415583,32.296421],[97.371235,32.273148],[97.32196,32.303503],[97.299786,32.294904],[97.264062,32.182527],[97.271453,32.139971],[97.313953,32.130342],[97.293011,32.096887],[97.308409,32.076605],[97.258518,32.072041],[97.219714,32.109054],[97.201852,32.090296],[97.233881,32.063927],[97.214786,32.042623],[97.188301,32.055304],[97.169823,32.032984],[97.127323,32.044145],[97.028773,32.04871],[97.006599,32.067984],[96.935766,32.048203],[96.965947,32.008628],[96.941925,31.986297],[96.894498,32.013703],[96.863085,31.996448],[96.868629,31.964975],[96.824281,32.007613],[96.722651,32.013195],[96.742977,32.001016],[96.753448,31.944156],[96.776238,31.935015],[96.81073,31.894375],[96.794716,31.869474],[96.760223,31.860325],[96.765767,31.819144],[96.799027,31.792188],[96.840295,31.720438],[96.790404,31.698545],[96.778701,31.675629],[96.722651,31.686833],[96.691854,31.722474],[96.661057,31.705674],[96.615477,31.737236],[96.56805,31.711783],[96.519391,31.74945],[96.468884,31.769804],[96.435623,31.796258],[96.407906,31.845583],[96.389428,31.919777],[96.288414,31.919777],[96.253305,31.929936],[96.220044,31.905553],[96.188632,31.904028],[96.214501,31.876589],[96.202798,31.841008],[96.183088,31.835924],[96.178161,31.775401],[96.231131,31.749959],[96.222508,31.733164],[96.252073,31.697527],[96.245298,31.657802],[96.221892,31.647613],[96.207726,31.598691],[96.156603,31.602769],[96.148595,31.686324],[96.135661,31.70211],[96.064828,31.720438],[95.989067,31.78761],[95.983524,31.816601],[95.89914,31.81711],[95.846169,31.736218],[95.853561,31.714329],[95.823995,31.68225],[95.779648,31.748941],[95.634286,31.782523],[95.580083,31.76726],[95.546823,31.73978],[95.511714,31.750468],[95.480301,31.795749],[95.456896,31.801853],[95.406389,31.896915],[95.408852,31.918761],[95.3682,31.92892],[95.360809,31.95939],[95.395918,32.001523],[95.454432,32.007613],[95.421171,32.033999],[95.454432,32.061898],[95.440265,32.157705],[95.406389,32.182021],[95.367584,32.178982],[95.366968,32.151118],[95.31523,32.148585],[95.270266,32.194683],[95.270266,32.194683],[95.239469,32.287315],[95.241317,32.3207],[95.214216,32.321712],[95.20744,32.297433],[95.10581,32.258979],[95.079325,32.279726],[95.096571,32.322217],[95.193274,32.332331],[95.261643,32.348006],[95.228382,32.363678],[95.218527,32.397035],[95.153853,32.386423],[95.081789,32.384907],[95.075013,32.376315],[95.075013,32.376315],[95.057151,32.395014],[94.988166,32.422802],[94.944434,32.404109],[94.912405,32.41573],[94.889616,32.472295],[94.852043,32.463712],[94.80708,32.486431],[94.78737,32.522266],[94.762116,32.526303],[94.737479,32.587338],[94.638312,32.645307],[94.614291,32.673522],[94.591501,32.640772],[94.522516,32.595909],[94.459074,32.599439],[94.463386,32.572209],[94.435052,32.562626],[94.395016,32.594397],[94.371611,32.524789],[94.350053,32.533871],[94.294002,32.519743],[94.292154,32.502584],[94.250886,32.51722],[94.196684,32.51621],[94.176974,32.454117],[94.137554,32.433915],[94.091974,32.463207],[94.049474,32.469771],[94.03038,32.448057],[93.978641,32.459672],[93.960163,32.484917],[93.90904,32.463207],[93.861613,32.466237],[93.851142,32.50965],[93.820345,32.549511],[93.75136,32.56313],[93.721795,32.578261],[93.651577,32.571705],[93.618933,32.522771],[93.516687,32.47583],[93.501904,32.503593],[93.476651,32.504603],[93.4631,32.556069],[93.411977,32.558086],[93.385492,32.525294],[93.33868,32.5712],[93.308499,32.580278],[93.300492,32.619604],[93.260456,32.62666],[93.239514,32.662439],[93.210565,32.655385],[93.176688,32.6705],[93.159442,32.644803],[93.087993,32.63674],[93.069515,32.626156],[93.023935,32.703239],[93.019624,32.737477],[93.00053,32.741001],[92.964189,32.714821],[92.933392,32.719353],[92.866871,32.698203],[92.822523,32.729926],[92.789262,32.719856],[92.756618,32.743014],[92.686401,32.76516],[92.667922,32.73194],[92.634662,32.720863],[92.574916,32.741001],[92.56814,32.73194],[92.484372,32.745028],[92.459119,32.76365],[92.411076,32.748048],[92.355641,32.764657],[92.343938,32.738484],[92.310062,32.751571],[92.255243,32.720863],[92.198577,32.754591],[92.211511,32.788306],[92.193649,32.801889],[92.227526,32.821003],[92.205352,32.866255],[92.145606,32.885857],[92.101874,32.860222],[92.038432,32.860725],[92.018722,32.829552],[91.955897,32.8205],[91.896766,32.907967],[91.857962,32.90244],[91.839484,32.948152],[91.799448,32.942126],[91.752637,32.969242],[91.685499,32.989324],[91.664557,33.012913],[91.583253,33.0375],[91.55492,33.060074],[91.535826,33.10019],[91.49579,33.109214],[91.436044,33.066092],[91.370138,33.100691],[91.311624,33.108211],[91.261733,33.141291],[91.226624,33.141792],[91.18782,33.106206],[91.161335,33.108712],[91.147784,33.07211],[91.072024,33.113224],[91.037531,33.098686],[91.001807,33.11573],[90.927894,33.120241],[90.902024,33.083143],[90.88293,33.120241],[90.803474,33.114227],[90.740032,33.142293],[90.704308,33.135778],[90.627315,33.180368],[90.562642,33.229441],[90.490577,33.264977],[90.405577,33.260473],[90.363077,33.279487],[90.332896,33.310501],[90.246665,33.423959],[90.22018,33.437943],[90.107463,33.460913],[90.088984,33.478885],[90.083441,33.525295],[90.01076,33.553728],[89.984275,33.612061],[90.008296,33.687785],[89.981195,33.70322],[89.983659,33.725622],[89.907282,33.741051],[89.902355,33.758467],[89.942391,33.801246],[89.899891,33.80771],[89.837065,33.868853],[89.795181,33.865374],[89.73174,33.921509],[89.718805,33.946832],[89.688008,33.959739],[89.684928,33.990013],[89.635037,34.049537],[89.656595,34.057966],[89.655979,34.097126],[89.71203,34.131809],[89.756993,34.124874],[89.760073,34.152613],[89.789638,34.150632],[89.816739,34.16945],[89.838297,34.263477],[89.825362,34.293642],[89.86663,34.324785],[89.858623,34.359375],[89.820435,34.369255],[89.799493,34.39642],[89.819819,34.420614],[89.823515,34.455657],[89.814891,34.548871],[89.777935,34.574499],[89.798877,34.628686],[89.74837,34.641981],[89.72558,34.660689],[89.732356,34.732035],[89.799493,34.743838],[89.825978,34.796931],[89.867862,34.81069],[89.838913,34.865705],[89.814891,34.86816],[89.821051,34.902033],[89.78779,34.921664],[89.747138,34.903506],[89.707102,34.919701],[89.670146,34.887798],[89.578987,34.895162],[89.560509,34.938836],[89.59069,35.057965],[89.593153,35.104491],[89.579603,35.118688],[89.519241,35.133862],[89.46935,35.214577],[89.450255,35.223867],[89.48598,35.256616],[89.531559,35.276161],[89.494603,35.298632],[89.516161,35.330862],[89.497067,35.361128],[89.58761,35.383575],[89.619639,35.412357],[89.658443,35.425526],[89.685544,35.416259],[89.739131,35.468429],[89.765,35.482563],[89.740979,35.507412],[89.720037,35.501566],[89.699711,35.544916],[89.71203,35.581915],[89.75145,35.580942],[89.765616,35.599922],[89.726196,35.648082],[89.748986,35.66267],[89.747138,35.7516],[89.782863,35.773453],[89.767464,35.799183],[89.801957,35.848193],[89.778551,35.861775],[89.707718,35.849163],[89.654747,35.848193],[89.62395,35.859349],[89.550654,35.856924],[89.554965,35.873414],[89.489676,35.903475],[89.428082,35.917531],[89.434857,35.992136],[89.404676,36.016827],[89.417611,36.044897],[89.474893,36.022151],[89.605472,36.038123],[89.688624,36.091337],[89.711414,36.093272]]]]}},{"type":"Feature","properties":{"adcode":610000,"name":"陕西省","center":[108.948024,34.263161],"centroid":[108.887114,35.263661],"childrenNum":10,"level":"province","parent":{"adcode":100000},"subFeatureIndex":26,"acroutes":[100000]},"geometry":{"type":"MultiPolygon","coordinates":[[[[110.379257,34.600612],[110.29549,34.610956],[110.269004,34.629671],[110.229584,34.692679],[110.243135,34.725641],[110.246831,34.789068],[110.230816,34.880925],[110.262229,34.944233],[110.320743,35.00504],[110.373714,35.134351],[110.364475,35.197952],[110.378642,35.210666],[110.374946,35.251728],[110.45009,35.327933],[110.477808,35.413821],[110.531394,35.511309],[110.567735,35.539559],[110.589293,35.602355],[110.609619,35.632031],[110.57759,35.701559],[110.571431,35.800639],[110.550489,35.838005],[110.549257,35.877778],[110.511684,35.879718],[110.516612,35.918501],[110.502445,35.947575],[110.516612,35.971796],[110.49259,35.994073],[110.491974,36.034735],[110.467953,36.074893],[110.447011,36.164328],[110.45625,36.22663],[110.474112,36.248352],[110.474112,36.306729],[110.459946,36.327946],[110.487047,36.393972],[110.489511,36.430094],[110.47288,36.453203],[110.503677,36.488335],[110.488895,36.556628],[110.496902,36.582102],[110.447627,36.621018],[110.426685,36.657514],[110.394656,36.676716],[110.402663,36.697352],[110.438388,36.685835],[110.447011,36.737649],[110.407591,36.776007],[110.423605,36.818179],[110.406975,36.824886],[110.424221,36.855539],[110.376178,36.882351],[110.408823,36.892403],[110.424221,36.963685],[110.381721,37.002408],[110.382953,37.022001],[110.426685,37.008621],[110.417446,37.027257],[110.460561,37.044932],[110.49567,37.086956],[110.535706,37.115118],[110.53509,37.138021],[110.590525,37.187145],[110.651503,37.256722],[110.661974,37.281963],[110.690307,37.287201],[110.678604,37.317668],[110.695234,37.34955],[110.641648,37.360015],[110.630561,37.372858],[110.644111,37.435135],[110.740198,37.44939],[110.759292,37.474567],[110.770995,37.538184],[110.795017,37.558586],[110.771611,37.594634],[110.763604,37.639668],[110.793169,37.650567],[110.775306,37.680886],[110.706321,37.705511],[110.716792,37.728708],[110.750669,37.736281],[110.735886,37.77035],[110.680452,37.790216],[110.59422,37.922049],[110.522771,37.955088],[110.528315,37.990471],[110.507989,38.013107],[110.501829,38.097929],[110.519692,38.130889],[110.509221,38.192061],[110.528315,38.211814],[110.565887,38.215105],[110.57759,38.297345],[110.601612,38.308147],[110.661358,38.308617],[110.701394,38.353215],[110.746973,38.366355],[110.77777,38.440924],[110.796864,38.453579],[110.840596,38.439986],[110.874473,38.453579],[110.870777,38.510265],[110.907733,38.521035],[110.920052,38.581878],[110.898494,38.587024],[110.880632,38.626776],[110.916357,38.673981],[110.915125,38.704345],[110.965016,38.755699],[111.009363,38.847579],[110.995813,38.868084],[111.016755,38.889981],[111.009979,38.932823],[110.980414,38.970056],[110.998276,38.998433],[111.038313,39.020289],[111.094363,39.030053],[111.138095,39.064447],[111.147334,39.100681],[111.173819,39.135041],[111.163348,39.152678],[111.219399,39.244044],[111.213239,39.257021],[111.247732,39.302419],[111.202152,39.305197],[111.179363,39.326959],[111.186138,39.35149],[111.155341,39.338531],[111.159037,39.362596],[111.125776,39.366297],[111.087588,39.376013],[111.098059,39.401914],[111.064182,39.400989],[111.058639,39.447681],[111.10545,39.472631],[111.10545,39.497573],[111.148566,39.531277],[111.154725,39.569116],[111.136863,39.587106],[111.101138,39.559428],[111.017371,39.552045],[110.958856,39.519275],[110.891103,39.509118],[110.869545,39.494341],[110.782698,39.38804],[110.73835,39.348713],[110.731575,39.30705],[110.702626,39.273701],[110.626249,39.266751],[110.596684,39.282966],[110.566503,39.320014],[110.559728,39.351027],[110.524003,39.382952],[110.482735,39.360745],[110.434692,39.381101],[110.429764,39.341308],[110.385417,39.310291],[110.257917,39.407001],[110.243751,39.423645],[110.152592,39.45415],[110.12549,39.432891],[110.136577,39.39174],[110.161831,39.387115],[110.184005,39.355192],[110.217881,39.281113],[110.109476,39.249606],[110.041107,39.21623],[109.962267,39.212056],[109.90252,39.271848],[109.871723,39.243581],[109.961035,39.191651],[109.893897,39.141075],[109.92223,39.107183],[109.890818,39.103932],[109.851397,39.122971],[109.793499,39.074204],[109.762086,39.057476],[109.72513,39.018429],[109.665384,38.981687],[109.685094,38.968195],[109.672159,38.928167],[109.624116,38.85457],[109.549587,38.805618],[109.511399,38.833595],[109.444262,38.782763],[109.404226,38.720689],[109.338936,38.701542],[109.329081,38.66043],[109.367269,38.627711],[109.331545,38.597783],[109.276726,38.623035],[109.196654,38.552867],[109.175712,38.518694],[109.128901,38.480288],[109.054372,38.433892],[109.051292,38.385122],[109.007561,38.359316],[108.961981,38.26493],[108.976148,38.245192],[108.938575,38.207582],[108.964445,38.154894],[109.069155,38.091336],[109.050676,38.055059],[109.06977,38.023008],[109.037742,38.021593],[109.018648,37.971602],[108.982923,37.964053],[108.9743,37.931962],[108.93488,37.922521],[108.893612,37.978207],[108.883141,38.01405],[108.830786,38.049875],[108.797525,38.04799],[108.82709,37.989056],[108.798141,37.93385],[108.791982,37.872934],[108.799989,37.784068],[108.784591,37.764673],[108.791982,37.700303],[108.777815,37.683728],[108.720533,37.683728],[108.699591,37.669518],[108.628142,37.651988],[108.532671,37.690832],[108.485244,37.678044],[108.422418,37.648672],[108.301078,37.640616],[108.293071,37.656726],[108.24626,37.665728],[108.205608,37.655779],[108.193905,37.638246],[108.134159,37.622131],[108.055318,37.652462],[108.025137,37.649619],[108.012819,37.66857],[108.025753,37.696041],[107.993109,37.735335],[107.982022,37.787378],[107.884703,37.808186],[107.842819,37.828987],[107.732566,37.84931],[107.684523,37.888522],[107.65003,37.86443],[107.659269,37.844112],[107.646335,37.805349],[107.620465,37.776026],[107.599523,37.791162],[107.57119,37.776499],[107.499125,37.765619],[107.484959,37.706458],[107.425828,37.684201],[107.387024,37.691305],[107.389488,37.671413],[107.422133,37.665254],[107.361155,37.613125],[107.311264,37.609806],[107.330358,37.584201],[107.369162,37.58752],[107.345756,37.518725],[107.284162,37.481691],[107.282931,37.437036],[107.257677,37.337179],[107.273075,37.29101],[107.309416,37.239095],[107.270612,37.229089],[107.317423,37.200017],[107.336517,37.165687],[107.334669,37.138975],[107.306952,37.100799],[107.281083,37.127047],[107.268764,37.099367],[107.28601,37.054963],[107.288474,37.008143],[107.288474,37.008143],[107.291554,36.979463],[107.291554,36.979463],[107.310032,36.912502],[107.336517,36.925899],[107.365466,36.905324],[107.478183,36.908196],[107.533618,36.867031],[107.540393,36.828718],[107.5909,36.836382],[107.642023,36.819137],[107.670356,36.83303],[107.722095,36.802367],[107.742421,36.811951],[107.768291,36.792783],[107.866841,36.766899],[107.907493,36.750118],[107.914268,36.720861],[107.940754,36.694953],[107.938906,36.655594],[108.006659,36.683435],[108.02329,36.647912],[108.001732,36.639269],[108.060862,36.592194],[108.079956,36.614294],[108.092891,36.587388],[108.163724,36.563839],[108.1976,36.630144],[108.222854,36.631105],[108.204992,36.606607],[108.204992,36.606607],[108.210535,36.577296],[108.245644,36.571048],[108.262274,36.549417],[108.340498,36.559032],[108.365136,36.519603],[108.391621,36.505654],[108.408252,36.45946],[108.460606,36.422871],[108.495099,36.422389],[108.514809,36.445501],[108.510498,36.47438],[108.562852,36.43876],[108.618903,36.433946],[108.651548,36.384818],[108.641693,36.359279],[108.646004,36.254143],[108.712526,36.138716],[108.682345,36.062316],[108.688504,36.021183],[108.659555,35.990683],[108.652164,35.94806],[108.593649,35.950967],[108.562852,35.921409],[108.518505,35.905414],[108.499411,35.872444],[108.527744,35.82442],[108.533903,35.746257],[108.517889,35.699615],[108.539447,35.605761],[108.618287,35.557088],[108.625678,35.537124],[108.605968,35.503028],[108.631222,35.418698],[108.61028,35.355271],[108.614591,35.328909],[108.583178,35.294724],[108.547454,35.304981],[108.48894,35.275184],[108.36144,35.279581],[108.345426,35.300586],[108.296767,35.267855],[108.239484,35.256127],[108.221622,35.296678],[108.174811,35.304981],[108.094739,35.280069],[108.049159,35.253683],[107.949993,35.245375],[107.960464,35.263457],[107.867457,35.256127],[107.841587,35.276649],[107.745501,35.311819],[107.737494,35.267366],[107.667277,35.257104],[107.652494,35.244886],[107.686371,35.218],[107.715936,35.168114],[107.727639,35.120157],[107.769523,35.064333],[107.769523,35.064333],[107.773218,35.060904],[107.773218,35.060904],[107.814486,35.024646],[107.846515,35.024646],[107.863145,34.999158],[107.842203,34.979056],[107.741805,34.953553],[107.675284,34.9511],[107.638943,34.935402],[107.619849,34.964834],[107.564415,34.968757],[107.523763,34.909886],[107.455394,34.916757],[107.400575,34.932949],[107.369162,34.917738],[107.350068,34.93393],[107.286626,34.931968],[107.252749,34.880925],[107.189308,34.893198],[107.162206,34.944233],[107.119707,34.950119],[107.089526,34.976604],[107.08275,35.024156],[107.012533,35.029547],[106.990975,35.068252],[106.950323,35.066782],[106.901664,35.094698],[106.838222,35.080007],[106.710723,35.100574],[106.706411,35.081966],[106.615252,35.071191],[106.577064,35.089312],[106.541956,35.083925],[106.52163,35.027587],[106.494528,35.006021],[106.494528,35.006021],[106.484673,34.983959],[106.493296,34.941289],[106.527789,34.876507],[106.556122,34.861285],[106.550579,34.82936],[106.575216,34.769897],[106.539492,34.745805],[106.505615,34.746789],[106.487137,34.715311],[106.456956,34.703996],[106.442173,34.675455],[106.471122,34.634102],[106.419384,34.643458],[106.314058,34.578934],[106.341159,34.568093],[106.334384,34.517811],[106.455108,34.531617],[106.514238,34.511894],[106.513622,34.498085],[106.558586,34.48822],[106.610941,34.454177],[106.638042,34.391481],[106.717498,34.369255],[106.691013,34.337635],[106.705179,34.299575],[106.68239,34.256057],[106.652825,34.24369],[106.63373,34.260014],[106.589383,34.253584],[106.577064,34.280786],[106.526557,34.292159],[106.496376,34.238248],[106.5321,34.254079],[106.55797,34.229837],[106.585071,34.149641],[106.560434,34.109514],[106.501919,34.105055],[106.505615,34.056479],[106.471738,34.024244],[106.474202,33.970659],[106.41076,33.909093],[106.428007,33.866368],[106.475434,33.875809],[106.491448,33.834559],[106.461883,33.789807],[106.488369,33.757969],[106.482825,33.707203],[106.534564,33.695254],[106.575832,33.631497],[106.58076,33.576169],[106.540108,33.512822],[106.456956,33.532779],[106.447101,33.613058],[106.384891,33.612061],[106.35163,33.587137],[106.303587,33.604585],[106.237681,33.564201],[106.187174,33.546746],[106.108334,33.569686],[106.117573,33.602591],[106.086776,33.617045],[106.047356,33.610067],[105.971596,33.613058],[105.940183,33.570684],[105.902611,33.556222],[105.871198,33.511325],[105.842248,33.489866],[105.831162,33.451926],[105.837937,33.410971],[105.827466,33.379993],[105.709822,33.382991],[105.755401,33.329004],[105.752937,33.291994],[105.791741,33.278486],[105.799133,33.258471],[105.862574,33.234447],[105.917393,33.237951],[105.965436,33.204407],[105.968516,33.154318],[105.93156,33.178365],[105.897067,33.146803],[105.923552,33.147805],[105.934639,33.112221],[105.914929,33.066092],[105.926632,33.042517],[105.917393,32.993841],[105.861959,32.939112],[105.82685,32.950663],[105.735691,32.905454],[105.656851,32.895405],[105.638373,32.879323],[105.590329,32.87681],[105.565692,32.906962],[105.528119,32.919019],[105.49917,32.911986],[105.495475,32.873292],[105.524424,32.847654],[105.534279,32.790822],[105.555221,32.794343],[105.563844,32.724891],[105.585402,32.728919],[105.596489,32.69921],[105.677793,32.726402],[105.719061,32.759624],[105.768952,32.767676],[105.779423,32.750061],[105.822538,32.770192],[105.825002,32.824523],[105.849024,32.817985],[105.893371,32.838603],[105.93156,32.826032],[105.969132,32.849162],[106.011632,32.829552],[106.044277,32.864747],[106.071378,32.828546],[106.093552,32.82402],[106.07261,32.76365],[106.076921,32.76365],[106.076305,32.759121],[106.071378,32.758114],[106.120037,32.719856],[106.17424,32.6977],[106.254928,32.693671],[106.267863,32.673522],[106.301123,32.680071],[106.347935,32.671003],[106.389203,32.62666],[106.421231,32.616579],[106.451412,32.65992],[106.498224,32.649338],[106.517934,32.668485],[106.585687,32.68813],[106.626955,32.682086],[106.670071,32.694678],[106.733513,32.739491],[106.783404,32.735967],[106.793259,32.712807],[106.82344,32.705254],[106.854853,32.724388],[106.903512,32.721367],[106.912751,32.704247],[107.012533,32.721367],[107.066736,32.708779],[107.05996,32.686115],[107.098765,32.649338],[107.108004,32.600951],[107.080286,32.542448],[107.127098,32.482393],[107.189924,32.468256],[107.212097,32.428864],[107.263836,32.403099],[107.287858,32.457147],[107.313727,32.489965],[107.356843,32.506622],[107.382097,32.54043],[107.436299,32.529835],[107.438763,32.465732],[107.460937,32.453612],[107.456625,32.41775],[107.489886,32.425328],[107.527458,32.38238],[107.598291,32.411688],[107.648183,32.413709],[107.680827,32.397035],[107.707929,32.331826],[107.753508,32.338399],[107.812022,32.247844],[107.864377,32.201266],[107.890247,32.214432],[107.924739,32.197215],[107.979558,32.146051],[108.024521,32.177462],[108.018362,32.2119],[108.086731,32.233165],[108.143398,32.219495],[108.156948,32.239239],[108.179738,32.221521],[108.240716,32.274666],[108.310933,32.232152],[108.389773,32.263533],[108.414411,32.252399],[108.469846,32.270618],[108.507418,32.245819],[108.509882,32.201266],[108.543758,32.177969],[108.585026,32.17189],[108.676801,32.10297],[108.734084,32.106519],[108.75133,32.076098],[108.78767,32.04871],[108.837561,32.039072],[108.902235,31.984774],[108.986619,31.980205],[109.085785,31.929428],[109.123357,31.892851],[109.191111,31.85575],[109.195422,31.817618],[109.27611,31.79931],[109.279806,31.776418],[109.253936,31.759628],[109.282885,31.743343],[109.281654,31.716874],[109.381436,31.705165],[109.446109,31.722983],[109.502776,31.716365],[109.549587,31.73011],[109.585928,31.726546],[109.592087,31.789136],[109.633971,31.804396],[109.633971,31.824738],[109.60379,31.885737],[109.584696,31.900472],[109.62042,31.928412],[109.631507,31.962436],[109.590855,32.012688],[109.590855,32.047696],[109.621652,32.106519],[109.58716,32.161251],[109.604406,32.199241],[109.592703,32.219495],[109.550203,32.225065],[109.528645,32.270112],[109.495385,32.300468],[109.513247,32.342444],[109.502776,32.38895],[109.529877,32.405625],[109.526797,32.43341],[109.575457,32.506622],[109.637051,32.540935],[109.619804,32.56767],[109.631507,32.599943],[109.726978,32.608513],[109.746072,32.594901],[109.816905,32.577252],[109.910528,32.592884],[109.97089,32.577756],[110.017701,32.546989],[110.084223,32.580782],[110.090382,32.617083],[110.124259,32.616579],[110.153824,32.593388],[110.206179,32.633212],[110.156903,32.683093],[110.159367,32.767173],[110.127338,32.77774],[110.142121,32.802895],[110.105164,32.832569],[110.051578,32.851676],[109.988752,32.886359],[109.927158,32.887364],[109.907448,32.903947],[109.856941,32.910479],[109.847702,32.893395],[109.789804,32.882339],[109.76455,32.909474],[109.785492,32.987316],[109.794731,33.067095],[109.704188,33.101694],[109.688174,33.116733],[109.576073,33.110216],[109.522486,33.138785],[109.468283,33.140288],[109.438718,33.152314],[109.498464,33.207412],[109.514479,33.237951],[109.60687,33.235949],[109.619804,33.275484],[109.649985,33.251465],[109.693101,33.254468],[109.732521,33.231443],[109.813209,33.236449],[109.852013,33.247961],[109.916687,33.229942],[109.973353,33.203907],[109.999223,33.212419],[110.031252,33.191888],[110.164911,33.209415],[110.218497,33.163336],[110.285635,33.171352],[110.33799,33.160331],[110.372482,33.186379],[110.398352,33.176862],[110.398352,33.176862],[110.471032,33.171352],[110.54125,33.255469],[110.57759,33.250464],[110.59422,33.168346],[110.623785,33.143796],[110.650887,33.157324],[110.702626,33.097182],[110.753133,33.15031],[110.824582,33.158327],[110.828893,33.201403],[110.865234,33.213921],[110.9219,33.203907],[110.960704,33.253967],[110.984726,33.255469],[111.025994,33.330504],[111.025994,33.375495],[110.996429,33.435946],[111.02661,33.467903],[111.021066,33.471397],[111.021682,33.476389],[111.02661,33.478386],[111.002588,33.535772],[111.00382,33.578662],[110.966864,33.609071],[110.878784,33.634486],[110.823966,33.685793],[110.831973,33.713675],[110.81719,33.751003],[110.782082,33.796272],[110.74143,33.798759],[110.712481,33.833564],[110.66259,33.85295],[110.612083,33.852453],[110.587445,33.887733],[110.628713,33.910086],[110.627481,33.925482],[110.665669,33.937895],[110.671213,33.966192],[110.620706,34.035652],[110.587445,34.023252],[110.591757,34.101586],[110.61393,34.113478],[110.642264,34.161032],[110.621938,34.177372],[110.55788,34.193214],[110.55172,34.213012],[110.507989,34.217466],[110.43962,34.243196],[110.428533,34.288203],[110.451938,34.292653],[110.503677,34.33714],[110.473496,34.393457],[110.403279,34.433448],[110.403279,34.433448],[110.360779,34.516825],[110.372482,34.544435],[110.404511,34.557743],[110.366939,34.566614],[110.379257,34.600612]]],[[[111.02661,33.478386],[111.021682,33.476389],[111.021066,33.471397],[111.02661,33.467903],[111.02661,33.478386]]],[[[106.076921,32.76365],[106.07261,32.76365],[106.071378,32.758114],[106.076305,32.759121],[106.076921,32.76365]]]]}},{"type":"Feature","properties":{"adcode":620000,"name":"甘肃省","center":[103.823557,36.058039],"childrenNum":14,"level":"province","parent":{"adcode":100000},"subFeatureIndex":27,"acroutes":[100000]},"geometry":{"type":"MultiPolygon","coordinates":[[[[106.506231,35.737514],[106.504383,35.736057],[106.498224,35.732656],[106.49268,35.732656],[106.434782,35.688436],[106.460036,35.643705],[106.47913,35.575101],[106.460036,35.578995],[106.440941,35.52641],[106.465579,35.481101],[106.490217,35.480613],[106.483441,35.450393],[106.503767,35.415284],[106.501304,35.364056],[106.472354,35.310842],[106.415688,35.276161],[106.368261,35.273718],[106.363333,35.238532],[106.319601,35.265411],[106.241377,35.358687],[106.237681,35.409431],[106.196414,35.409919],[106.173008,35.437716],[106.129892,35.393333],[106.113262,35.361616],[106.083081,35.421624],[106.073226,35.420649],[106.067682,35.436254],[106.073226,35.447468],[106.071378,35.449418],[106.06953,35.458193],[106.071994,35.463555],[106.054132,35.45478],[106.034422,35.469404],[106.002393,35.438692],[105.894603,35.413821],[105.897683,35.451368],[106.048588,35.488898],[106.047356,35.498155],[106.023335,35.49377],[106.017175,35.519103],[105.900147,35.54735],[105.868734,35.540046],[105.847176,35.490359],[105.816379,35.575101],[105.800365,35.564878],[105.762176,35.602841],[105.759097,35.634464],[105.713517,35.650513],[105.722756,35.673366],[105.690727,35.698643],[105.723988,35.725854],[105.740618,35.698643],[105.759097,35.724883],[105.70243,35.733142],[105.667322,35.749657],[105.595873,35.715651],[105.481924,35.727312],[105.457286,35.771511],[105.432033,35.787533],[105.428953,35.819082],[105.408627,35.822479],[105.38091,35.792873],[105.371055,35.844312],[105.39754,35.857409],[105.350113,35.875839],[105.324859,35.941761],[105.343954,36.033767],[105.406163,36.074409],[105.430801,36.10391],[105.491163,36.101009],[105.515185,36.147415],[105.478844,36.213111],[105.460366,36.223733],[105.45975,36.268137],[105.476381,36.293224],[105.455439,36.321678],[105.425873,36.330357],[105.401236,36.369881],[105.398156,36.430575],[105.363048,36.443093],[105.362432,36.496514],[105.322396,36.535954],[105.281744,36.522489],[105.252179,36.553263],[105.2762,36.563358],[105.261418,36.602764],[105.22015,36.631105],[105.225693,36.664716],[105.201056,36.700711],[105.218302,36.730455],[105.272505,36.739567],[105.275584,36.752515],[105.319932,36.742924],[105.340874,36.764502],[105.334714,36.80093],[105.303302,36.820575],[105.279896,36.86751],[105.244787,36.894796],[105.178882,36.892403],[105.185657,36.942164],[105.165331,36.99476],[105.128991,36.996194],[105.05939,37.022956],[105.03968,37.007187],[105.004571,37.035378],[104.95468,37.040156],[104.954064,37.077407],[104.914644,37.097935],[104.888158,37.15901],[104.864753,37.17284],[104.85613,37.211933],[104.776673,37.246718],[104.717543,37.208597],[104.638087,37.201923],[104.600515,37.242907],[104.624536,37.298627],[104.651022,37.290534],[104.673812,37.317668],[104.713848,37.329566],[104.662109,37.367626],[104.679971,37.408044],[104.521059,37.43466],[104.499501,37.421353],[104.448994,37.42468],[104.437907,37.445589],[104.365226,37.418026],[104.298705,37.414223],[104.287002,37.428007],[104.237727,37.411847],[104.183524,37.406618],[104.089285,37.465067],[103.935916,37.572818],[103.874938,37.604117],[103.841062,37.64725],[103.683381,37.777919],[103.627947,37.797783],[103.40744,37.860651],[103.362477,38.037621],[103.368636,38.08898],[103.53494,38.156776],[103.507838,38.280905],[103.465339,38.353215],[103.416063,38.404821],[103.85954,38.64454],[104.011677,38.85923],[104.044322,38.895105],[104.173053,38.94446],[104.196459,38.9882],[104.190915,39.042139],[104.207546,39.083495],[104.171205,39.160567],[104.047401,39.297788],[104.073271,39.351953],[104.089901,39.419947],[103.955626,39.456923],[103.85338,39.461543],[103.728961,39.430117],[103.595302,39.386652],[103.428998,39.353341],[103.344615,39.331588],[103.259615,39.263971],[103.188166,39.215302],[103.133347,39.192579],[103.007696,39.099753],[102.883892,39.120649],[102.616574,39.171703],[102.579002,39.183301],[102.45335,39.255167],[102.3548,39.231993],[102.276576,39.188868],[102.050526,39.141075],[102.012338,39.127149],[101.902701,39.111827],[101.833715,39.08907],[101.926106,39.000758],[101.955055,38.985874],[102.045599,38.904885],[102.075164,38.891378],[101.941505,38.808883],[101.873751,38.733761],[101.777049,38.66043],[101.672955,38.6908],[101.601506,38.65529],[101.562702,38.713218],[101.412413,38.764099],[101.331109,38.777164],[101.307087,38.80282],[101.34158,38.822406],[101.33542,38.847113],[101.24303,38.860628],[101.237486,38.907214],[101.198682,38.943064],[101.228863,39.020754],[101.117378,38.975174],[100.969553,38.946788],[100.961545,39.005874],[100.901799,39.030053],[100.875314,39.002619],[100.835278,39.025869],[100.829118,39.075133],[100.864227,39.106719],[100.842669,39.199999],[100.842053,39.405614],[100.707778,39.404689],[100.606764,39.387577],[100.498975,39.400527],[100.500823,39.481408],[100.44354,39.485565],[100.326512,39.509118],[100.301258,39.572345],[100.314193,39.606935],[100.250135,39.685274],[100.128179,39.702312],[100.040716,39.757083],[99.958796,39.769504],[99.904593,39.785601],[99.822058,39.860063],[99.672384,39.888079],[99.469124,39.875221],[99.440791,39.885783],[99.459885,39.898181],[99.491298,39.884406],[99.533182,39.891753],[99.714268,39.972061],[99.751225,40.006909],[99.841152,40.013326],[99.927383,40.063727],[99.955716,40.150695],[100.007455,40.20008],[100.169447,40.277743],[100.169447,40.541131],[100.242744,40.618855],[100.237201,40.716905],[100.224882,40.727337],[100.107853,40.875475],[100.057346,40.908049],[99.985897,40.909858],[99.673,40.93292],[99.565827,40.846961],[99.174705,40.858278],[99.172858,40.747289],[99.12543,40.715091],[99.102025,40.676522],[99.041662,40.693767],[98.984996,40.782644],[98.790975,40.705564],[98.80699,40.660181],[98.802678,40.607043],[98.762642,40.639748],[98.72199,40.657911],[98.689345,40.691952],[98.668403,40.773128],[98.569853,40.746836],[98.627751,40.677884],[98.344419,40.568413],[98.333332,40.918903],[98.25018,40.93925],[98.184891,40.988056],[98.142391,41.001607],[97.971776,41.09774],[97.903407,41.168057],[97.629314,41.440498],[97.613915,41.477276],[97.84674,41.656379],[97.653335,41.986856],[97.500582,42.243894],[97.371235,42.457076],[97.172903,42.795257],[96.968411,42.756161],[96.742361,42.75704],[96.386348,42.727592],[96.166458,42.623314],[96.103632,42.604375],[96.072219,42.569566],[96.02356,42.542675],[96.0174,42.482239],[95.978596,42.436762],[96.06606,42.414674],[96.042038,42.352787],[96.040806,42.326688],[96.178161,42.21775],[96.077147,42.149457],[96.13874,42.05399],[96.137509,42.019765],[96.117183,41.985966],[96.054973,41.936124],[95.998306,41.906289],[95.855408,41.849699],[95.801206,41.848361],[95.759322,41.835878],[95.65646,41.826067],[95.57146,41.796181],[95.445193,41.719841],[95.39407,41.693481],[95.335556,41.644305],[95.299831,41.565994],[95.247476,41.61344],[95.194505,41.694821],[95.199433,41.719395],[95.16494,41.735474],[95.135991,41.772976],[95.110738,41.768513],[95.011572,41.726541],[94.969072,41.718948],[94.861898,41.668451],[94.809543,41.619256],[94.750413,41.538227],[94.534219,41.505966],[94.184365,41.268444],[94.01067,41.114875],[93.908424,40.983539],[93.809874,40.879548],[93.820961,40.793519],[93.760599,40.664721],[93.506216,40.648376],[92.928465,40.572504],[92.920458,40.391792],[92.906907,40.310609],[92.796654,40.153897],[92.745531,39.868331],[92.687632,39.657174],[92.639589,39.514196],[92.52564,39.368611],[92.378431,39.258411],[92.339011,39.236628],[92.343938,39.146181],[92.366112,39.096037],[92.366728,39.059335],[92.41046,39.03842],[92.459119,39.042604],[92.459119,39.063982],[92.489916,39.099753],[92.545966,39.111362],[92.659299,39.109969],[92.765857,39.136898],[92.866871,39.138754],[92.889045,39.160103],[92.938936,39.169848],[92.978356,39.143396],[93.043029,39.146645],[93.115094,39.17959],[93.142196,39.160567],[93.131725,39.108112],[93.165601,39.090928],[93.198246,39.045857],[93.179152,38.923977],[93.237666,38.916062],[93.274007,38.896036],[93.453245,38.915596],[93.729186,38.924443],[93.834511,38.867618],[93.884403,38.867618],[93.884403,38.826136],[93.769838,38.821007],[93.756287,38.807484],[93.773533,38.771099],[93.800019,38.750566],[93.885018,38.720689],[93.95154,38.715086],[93.973098,38.724891],[94.281067,38.7599],[94.370379,38.7627],[94.511429,38.445142],[94.527443,38.425922],[94.527443,38.365416],[94.56132,38.351807],[94.582878,38.36917],[94.672805,38.386998],[94.812623,38.385591],[94.861282,38.393565],[94.884072,38.414669],[94.973999,38.430142],[95.045448,38.418889],[95.072549,38.402476],[95.122441,38.417014],[95.140919,38.392158],[95.185266,38.379492],[95.209904,38.327868],[95.229614,38.330685],[95.259179,38.302981],[95.315846,38.318947],[95.408236,38.300163],[95.440881,38.310965],[95.455664,38.291709],[95.487693,38.314721],[95.51849,38.294997],[95.585011,38.343359],[95.608417,38.339134],[95.671858,38.388405],[95.703887,38.400131],[95.723597,38.378554],[95.775952,38.356031],[95.83693,38.344298],[95.852945,38.287481],[95.89606,38.2903],[95.932401,38.259291],[95.93856,38.237202],[96.006929,38.207582],[96.06606,38.173245],[96.109175,38.187358],[96.221892,38.149246],[96.252689,38.167599],[96.264392,38.145952],[96.313051,38.161952],[96.301964,38.183124],[96.335841,38.246132],[96.378341,38.277146],[96.46334,38.277616],[96.665369,38.23015],[96.655514,38.295936],[96.638883,38.307208],[96.626564,38.356031],[96.698013,38.422172],[96.707868,38.459203],[96.6666,38.483567],[96.706637,38.505582],[96.780549,38.504177],[96.800259,38.52759],[96.767614,38.552399],[96.808882,38.582346],[96.7941,38.608072],[96.847071,38.599186],[96.876636,38.580475],[96.961019,38.558015],[97.055874,38.594508],[97.047251,38.653888],[97.057722,38.67258],[97.009063,38.702477],[97.023229,38.755699],[97.00044,38.7613],[96.987505,38.793025],[96.993664,38.834993],[96.983809,38.869016],[96.940693,38.90768],[96.938846,38.95563],[96.965331,39.017034],[96.95794,39.041674],[96.969643,39.097895],[97.012142,39.142004],[96.962251,39.198144],[97.017686,39.208347],[97.060186,39.19768],[97.14149,39.199999],[97.220946,39.193042],[97.315185,39.164744],[97.347213,39.167528],[97.371235,39.140611],[97.401416,39.146645],[97.458698,39.117863],[97.504894,39.076527],[97.58127,39.052364],[97.679205,39.010524],[97.701379,38.963076],[97.828878,38.93003],[97.875689,38.898365],[98.009348,38.85923],[98.029058,38.834061],[98.068478,38.816344],[98.091884,38.786495],[98.167645,38.840121],[98.242173,38.880664],[98.235398,38.918855],[98.276666,38.963541],[98.287753,38.992386],[98.280977,39.027263],[98.316702,39.040744],[98.383839,39.029588],[98.401086,39.001688],[98.432498,38.996107],[98.428187,38.976104],[98.457752,38.952838],[98.526737,38.95563],[98.584635,38.93003],[98.624056,38.959353],[98.612353,38.977035],[98.661628,38.993782],[98.70536,39.043533],[98.730613,39.057011],[98.743548,39.086747],[98.816845,39.085818],[98.818076,39.064911],[98.886446,39.040744],[98.903076,39.012384],[98.951735,38.987735],[99.054597,38.97657],[99.107568,38.951907],[99.071843,38.921184],[99.068764,38.896968],[99.141445,38.852706],[99.222133,38.788827],[99.291118,38.765966],[99.361951,38.718354],[99.375502,38.684727],[99.412458,38.665571],[99.450646,38.60433],[99.501769,38.612281],[99.52887,38.546314],[99.585537,38.498556],[99.63974,38.474666],[99.65945,38.449361],[99.727203,38.415607],[99.758,38.410449],[99.826985,38.370109],[99.960028,38.320825],[100.001912,38.315191],[100.049955,38.283254],[100.071513,38.284663],[100.117093,38.253652],[100.126332,38.231561],[100.182998,38.222158],[100.159592,38.291239],[100.163904,38.328337],[100.136803,38.33444],[100.093071,38.407166],[100.022238,38.432017],[100.001296,38.467169],[100.025933,38.507923],[100.064122,38.518694],[100.086911,38.492936],[100.113397,38.497151],[100.163288,38.461546],[100.24028,38.441861],[100.259374,38.366355],[100.301874,38.388405],[100.331439,38.337257],[100.318505,38.329276],[100.396729,38.293118],[100.424446,38.307208],[100.432453,38.275267],[100.459555,38.2654],[100.474953,38.288891],[100.516837,38.272448],[100.545786,38.247072],[100.595061,38.242372],[100.619083,38.26587],[100.71517,38.253652],[100.752126,38.238612],[100.825423,38.158658],[100.860531,38.148305],[100.913502,38.17889],[100.93814,38.16007],[100.91843,38.129006],[100.922125,38.084741],[100.888864,38.056001],[100.895024,38.013107],[100.91843,37.999432],[100.964009,38.011221],[101.077342,37.941874],[101.103211,37.946593],[101.114298,37.92016],[101.152486,37.891356],[101.159262,37.86821],[101.202994,37.84742],[101.276906,37.83655],[101.362522,37.791162],[101.382848,37.822369],[101.459224,37.86632],[101.551615,37.835604],[101.598427,37.827569],[101.670491,37.754264],[101.659405,37.733441],[101.791832,37.696041],[101.815853,37.654357],[101.854657,37.664781],[101.873135,37.686569],[101.946432,37.728235],[101.998787,37.724921],[102.036359,37.685149],[102.048678,37.651515],[102.035128,37.627819],[102.102265,37.582304],[102.131214,37.54625],[102.103497,37.482641],[102.125055,37.48549],[102.176794,37.458892],[102.19712,37.420403],[102.299981,37.391404],[102.29875,37.370004],[102.368351,37.327662],[102.428097,37.308624],[102.419474,37.294343],[102.45335,37.271487],[102.457662,37.248147],[102.490307,37.223371],[102.533422,37.217176],[102.578386,37.17284],[102.599944,37.174748],[102.642444,37.099845],[102.583314,37.104618],[102.488459,37.078362],[102.506321,37.019134],[102.450271,36.968467],[102.499546,36.954599],[102.526031,36.928291],[102.56114,36.91968],[102.587009,36.869904],[102.639364,36.852666],[102.720052,36.767858],[102.692335,36.775528],[102.639364,36.732853],[102.612879,36.738129],[102.601176,36.710307],[102.630741,36.650793],[102.684328,36.619097],[102.724364,36.613813],[102.714509,36.599401],[102.761936,36.568645],[102.734219,36.562396],[102.753313,36.525855],[102.793349,36.497957],[102.771791,36.47438],[102.829689,36.365544],[102.831537,36.365544],[102.838928,36.345783],[102.836465,36.344819],[102.845704,36.331803],[102.896827,36.331803],[102.922696,36.298047],[103.024942,36.256556],[103.021246,36.232906],[103.066826,36.216974],[103.048964,36.199107],[102.986754,36.193312],[102.965812,36.151765],[102.948566,36.150798],[102.941174,36.104877],[102.882044,36.082632],[102.932551,36.048285],[102.968276,36.044414],[102.951645,36.021667],[102.971971,35.995525],[102.942406,35.92674],[102.954725,35.858864],[102.94487,35.829757],[102.914073,35.845282],[102.81737,35.850133],[102.787189,35.862745],[102.739146,35.821023],[102.715125,35.815685],[102.686175,35.771996],[102.707733,35.70496],[102.744074,35.657807],[102.7644,35.653431],[102.763168,35.612086],[102.808747,35.560496],[102.746537,35.545403],[102.729291,35.523487],[102.782878,35.527871],[102.743458,35.494745],[102.695414,35.528358],[102.570995,35.548324],[102.531575,35.580455],[102.503241,35.585322],[102.49893,35.545403],[102.437952,35.455268],[102.447807,35.437229],[102.408387,35.409431],[102.314764,35.434303],[102.293822,35.424063],[102.287663,35.36552],[102.317844,35.343067],[102.311684,35.31426],[102.280887,35.303028],[102.3123,35.282512],[102.370199,35.263946],[102.365887,35.235599],[102.404075,35.179366],[102.346793,35.164201],[102.310452,35.128967],[102.29567,35.071681],[102.252554,35.048657],[102.218062,35.057475],[102.211286,35.034937],[102.176178,35.032977],[102.157699,35.010923],[102.133678,35.014844],[102.094874,34.986901],[102.048062,34.910868],[102.068388,34.887798],[101.985852,34.90007],[101.916867,34.873561],[101.923027,34.835746],[101.917483,34.705964],[101.919947,34.621791],[101.934729,34.58731],[101.956287,34.582876],[101.97415,34.548871],[102.001867,34.538519],[102.093026,34.536547],[102.139837,34.50351],[102.155852,34.507456],[102.169402,34.457631],[102.205743,34.407777],[102.259329,34.355917],[102.237156,34.34307],[102.237156,34.34307],[102.186649,34.352952],[102.149692,34.271885],[102.067772,34.293642],[102.062229,34.227858],[102.01357,34.218456],[102.030816,34.190739],[102.003099,34.162022],[101.965526,34.167469],[101.955055,34.109514],[101.897773,34.133791],[101.874367,34.130323],[101.851578,34.153108],[101.836795,34.124378],[101.788136,34.131809],[101.764114,34.122892],[101.736397,34.080275],[101.718535,34.083249],[101.703136,34.119424],[101.674187,34.110506],[101.6206,34.178857],[101.53868,34.212022],[101.492485,34.195689],[101.482014,34.218951],[101.417956,34.227858],[101.369913,34.248143],[101.327413,34.24468],[101.325565,34.268423],[101.268899,34.278808],[101.228863,34.298586],[101.235022,34.325279],[101.193754,34.336646],[101.178356,34.320831],[101.098284,34.329233],[101.054552,34.322808],[100.986799,34.374689],[100.951074,34.38358],[100.895024,34.375183],[100.868538,34.332693],[100.821727,34.317371],[100.798321,34.260014],[100.809408,34.247153],[100.764445,34.178857],[100.806329,34.155584],[100.848828,34.089692],[100.870386,34.083744],[100.880857,34.036644],[100.93506,33.990013],[100.927669,33.975126],[100.965857,33.946832],[100.994806,33.891707],[101.023139,33.896178],[101.054552,33.863386],[101.153718,33.8445],[101.153102,33.823124],[101.190675,33.791796],[101.186363,33.741051],[101.162957,33.719649],[101.177124,33.685295],[101.166653,33.659894],[101.217776,33.669856],[101.23687,33.685793],[101.302776,33.657902],[101.385312,33.644949],[101.424732,33.655411],[101.428427,33.680315],[101.501724,33.702723],[101.58426,33.674339],[101.585492,33.645448],[101.616905,33.598603],[101.611977,33.565199],[101.622448,33.502343],[101.718535,33.494857],[101.748716,33.505337],[101.769042,33.538765],[101.783208,33.556721],[101.831252,33.554726],[101.844186,33.602591],[101.884222,33.578163],[101.907012,33.539264],[101.906396,33.48188],[101.946432,33.442937],[101.915635,33.425957],[101.887302,33.383991],[101.877447,33.314502],[101.769658,33.26898],[101.770274,33.248962],[101.83002,33.213921],[101.841723,33.184876],[101.825708,33.119239],[101.865744,33.103198],[101.887302,33.135778],[101.921795,33.153817],[101.935345,33.186879],[101.99386,33.1999],[102.054838,33.189884],[102.08933,33.204908],[102.08933,33.227439],[102.117047,33.288492],[102.144765,33.273983],[102.160163,33.242956],[102.200815,33.223434],[102.217446,33.247961],[102.192192,33.337005],[102.218062,33.349503],[102.258098,33.409472],[102.296286,33.413969],[102.310452,33.397982],[102.368967,33.41247],[102.392988,33.404477],[102.447807,33.454922],[102.462589,33.449429],[102.461358,33.501345],[102.446575,33.53228],[102.477988,33.543254],[102.440416,33.574673],[102.346793,33.605582],[102.31538,33.665374],[102.342481,33.725622],[102.284583,33.719151],[102.324619,33.754486],[102.296286,33.783838],[102.243315,33.786823],[102.261177,33.821136],[102.25317,33.861399],[102.136142,33.965199],[102.16817,33.983066],[102.226069,33.963214],[102.248858,33.98654],[102.287047,33.977607],[102.315996,33.993983],[102.345561,33.969666],[102.392372,33.971651],[102.406539,34.033172],[102.437336,34.087214],[102.471213,34.072839],[102.511865,34.086222],[102.615958,34.099604],[102.649219,34.080275],[102.655994,34.113478],[102.598712,34.14766],[102.651067,34.165983],[102.664002,34.192719],[102.694799,34.198659],[102.728675,34.235774],[102.779798,34.236764],[102.798276,34.272874],[102.856791,34.270895],[102.85987,34.301058],[102.911609,34.312923],[102.949181,34.292159],[102.977515,34.252595],[102.973203,34.205588],[103.005848,34.184798],[103.052043,34.195194],[103.100087,34.181828],[103.124108,34.162022],[103.121644,34.112487],[103.178927,34.079779],[103.129652,34.065899],[103.119797,34.03466],[103.147514,34.036644],[103.157369,33.998944],[103.120413,33.953286],[103.1315,33.931937],[103.16476,33.929454],[103.181391,33.900649],[103.153673,33.819147],[103.165376,33.805721],[103.228202,33.79478],[103.24976,33.814175],[103.284868,33.80224],[103.278709,33.774387],[103.35447,33.743539],[103.434542,33.752993],[103.464723,33.80224],[103.518309,33.807213],[103.545411,33.719649],[103.520157,33.678323],[103.552186,33.671351],[103.563889,33.699735],[103.593454,33.716164],[103.645809,33.708697],[103.667983,33.685793],[103.690772,33.69376],[103.778236,33.658898],[103.861388,33.682307],[103.980264,33.670852],[104.046169,33.686291],[104.103452,33.663381],[104.176749,33.5996],[104.155191,33.542755],[104.180444,33.472895],[104.213089,33.446932],[104.22048,33.404477],[104.272219,33.391486],[104.292545,33.336505],[104.373849,33.345004],[104.420045,33.327004],[104.386168,33.298497],[104.333813,33.315502],[104.303632,33.304499],[104.323958,33.26898],[104.32827,33.223934],[104.351059,33.158828],[104.378161,33.109214],[104.337509,33.038002],[104.391711,33.035493],[104.426204,33.010906],[104.383704,32.994343],[104.378161,32.953174],[104.345516,32.940117],[104.288234,32.942628],[104.277147,32.90244],[104.294393,32.835586],[104.363994,32.822511],[104.458849,32.748551],[104.51182,32.753585],[104.526602,32.728416],[104.582653,32.722374],[104.592508,32.695685],[104.643015,32.661935],[104.696601,32.673522],[104.739717,32.635228],[104.795768,32.643292],[104.820405,32.662943],[104.845659,32.653873],[104.881999,32.600951],[104.925115,32.607505],[105.026745,32.650346],[105.0791,32.637244],[105.111128,32.593893],[105.185041,32.617587],[105.215222,32.63674],[105.219534,32.666469],[105.263265,32.652362],[105.297758,32.656897],[105.347033,32.68259],[105.368591,32.712807],[105.448663,32.732946],[105.454207,32.767173],[105.427721,32.784281],[105.396308,32.85067],[105.396308,32.85067],[105.38091,32.876307],[105.408011,32.885857],[105.414171,32.922034],[105.467757,32.930071],[105.49917,32.911986],[105.528119,32.919019],[105.565692,32.906962],[105.590329,32.87681],[105.638373,32.879323],[105.656851,32.895405],[105.735691,32.905454],[105.82685,32.950663],[105.861959,32.939112],[105.917393,32.993841],[105.926632,33.042517],[105.914929,33.066092],[105.934639,33.112221],[105.923552,33.147805],[105.897067,33.146803],[105.93156,33.178365],[105.968516,33.154318],[105.965436,33.204407],[105.917393,33.237951],[105.862574,33.234447],[105.799133,33.258471],[105.791741,33.278486],[105.752937,33.291994],[105.755401,33.329004],[105.709822,33.382991],[105.827466,33.379993],[105.837937,33.410971],[105.831162,33.451926],[105.842248,33.489866],[105.871198,33.511325],[105.902611,33.556222],[105.940183,33.570684],[105.971596,33.613058],[106.047356,33.610067],[106.086776,33.617045],[106.117573,33.602591],[106.108334,33.569686],[106.187174,33.546746],[106.237681,33.564201],[106.303587,33.604585],[106.35163,33.587137],[106.384891,33.612061],[106.447101,33.613058],[106.456956,33.532779],[106.540108,33.512822],[106.58076,33.576169],[106.575832,33.631497],[106.534564,33.695254],[106.482825,33.707203],[106.488369,33.757969],[106.461883,33.789807],[106.491448,33.834559],[106.475434,33.875809],[106.428007,33.866368],[106.41076,33.909093],[106.474202,33.970659],[106.471738,34.024244],[106.505615,34.056479],[106.501919,34.105055],[106.560434,34.109514],[106.585071,34.149641],[106.55797,34.229837],[106.5321,34.254079],[106.496376,34.238248],[106.526557,34.292159],[106.577064,34.280786],[106.589383,34.253584],[106.63373,34.260014],[106.652825,34.24369],[106.68239,34.256057],[106.705179,34.299575],[106.691013,34.337635],[106.717498,34.369255],[106.638042,34.391481],[106.610941,34.454177],[106.558586,34.48822],[106.513622,34.498085],[106.514238,34.511894],[106.455108,34.531617],[106.334384,34.517811],[106.341159,34.568093],[106.314058,34.578934],[106.419384,34.643458],[106.471122,34.634102],[106.442173,34.675455],[106.456956,34.703996],[106.487137,34.715311],[106.505615,34.746789],[106.539492,34.745805],[106.575216,34.769897],[106.550579,34.82936],[106.556122,34.861285],[106.527789,34.876507],[106.493296,34.941289],[106.484673,34.983959],[106.494528,35.006021],[106.494528,35.006021],[106.52163,35.027587],[106.541956,35.083925],[106.577064,35.089312],[106.615252,35.071191],[106.706411,35.081966],[106.710723,35.100574],[106.838222,35.080007],[106.901664,35.094698],[106.950323,35.066782],[106.990975,35.068252],[107.012533,35.029547],[107.08275,35.024156],[107.089526,34.976604],[107.119707,34.950119],[107.162206,34.944233],[107.189308,34.893198],[107.252749,34.880925],[107.286626,34.931968],[107.350068,34.93393],[107.369162,34.917738],[107.400575,34.932949],[107.455394,34.916757],[107.523763,34.909886],[107.564415,34.968757],[107.619849,34.964834],[107.638943,34.935402],[107.675284,34.9511],[107.741805,34.953553],[107.842203,34.979056],[107.863145,34.999158],[107.846515,35.024646],[107.814486,35.024646],[107.773218,35.060904],[107.773218,35.060904],[107.769523,35.064333],[107.769523,35.064333],[107.727639,35.120157],[107.715936,35.168114],[107.686371,35.218],[107.652494,35.244886],[107.667277,35.257104],[107.737494,35.267366],[107.745501,35.311819],[107.841587,35.276649],[107.867457,35.256127],[107.960464,35.263457],[107.949993,35.245375],[108.049159,35.253683],[108.094739,35.280069],[108.174811,35.304981],[108.221622,35.296678],[108.239484,35.256127],[108.296767,35.267855],[108.345426,35.300586],[108.36144,35.279581],[108.48894,35.275184],[108.547454,35.304981],[108.583178,35.294724],[108.614591,35.328909],[108.61028,35.355271],[108.631222,35.418698],[108.605968,35.503028],[108.625678,35.537124],[108.618287,35.557088],[108.539447,35.605761],[108.517889,35.699615],[108.533903,35.746257],[108.527744,35.82442],[108.499411,35.872444],[108.518505,35.905414],[108.562852,35.921409],[108.593649,35.950967],[108.652164,35.94806],[108.659555,35.990683],[108.688504,36.021183],[108.682345,36.062316],[108.712526,36.138716],[108.646004,36.254143],[108.641693,36.359279],[108.651548,36.384818],[108.618903,36.433946],[108.562852,36.43876],[108.510498,36.47438],[108.514809,36.445501],[108.495099,36.422389],[108.460606,36.422871],[108.408252,36.45946],[108.391621,36.505654],[108.365136,36.519603],[108.340498,36.559032],[108.262274,36.549417],[108.245644,36.571048],[108.210535,36.577296],[108.204992,36.606607],[108.204992,36.606607],[108.222854,36.631105],[108.1976,36.630144],[108.163724,36.563839],[108.092891,36.587388],[108.079956,36.614294],[108.060862,36.592194],[108.001732,36.639269],[108.02329,36.647912],[108.006659,36.683435],[107.938906,36.655594],[107.940754,36.694953],[107.914268,36.720861],[107.907493,36.750118],[107.866841,36.766899],[107.768291,36.792783],[107.742421,36.811951],[107.722095,36.802367],[107.670356,36.83303],[107.642023,36.819137],[107.5909,36.836382],[107.540393,36.828718],[107.533618,36.867031],[107.478183,36.908196],[107.365466,36.905324],[107.336517,36.925899],[107.310032,36.912502],[107.291554,36.979463],[107.291554,36.979463],[107.288474,37.008143],[107.288474,37.008143],[107.28601,37.054963],[107.268764,37.099367],[107.234887,37.096503],[107.181916,37.143269],[107.133873,37.134681],[107.095685,37.115595],[107.030395,37.140883],[107.031011,37.108436],[106.998367,37.106527],[106.905976,37.151378],[106.912135,37.110345],[106.891193,37.098413],[106.818512,37.141838],[106.776012,37.158056],[106.772933,37.120367],[106.750143,37.09889],[106.728585,37.121321],[106.687933,37.12991],[106.673151,37.1113],[106.6171,37.135158],[106.605397,37.127524],[106.645433,37.064992],[106.666991,37.016745],[106.646665,37.000496],[106.64297,36.962729],[106.594926,36.967988],[106.595542,36.94025],[106.540108,36.984244],[106.549347,36.941685],[106.601702,36.918244],[106.609709,36.878521],[106.609709,36.878521],[106.626955,36.892403],[106.637426,36.867031],[106.637426,36.867031],[106.657752,36.820575],[106.627571,36.752995],[106.644817,36.72278],[106.59431,36.750118],[106.514238,36.715584],[106.519782,36.708868],[106.519782,36.708868],[106.530869,36.690154],[106.490833,36.685835],[106.491448,36.628703],[106.444637,36.624861],[106.465579,36.583063],[106.444637,36.557109],[106.397826,36.576816],[106.392282,36.556628],[106.363949,36.577296],[106.37134,36.549417],[106.39721,36.548455],[106.455724,36.496995],[106.494528,36.494589],[106.523477,36.468605],[106.492064,36.422389],[106.510543,36.379037],[106.497608,36.31348],[106.470507,36.306246],[106.504383,36.266207],[106.54134,36.25366],[106.559202,36.292259],[106.647897,36.259451],[106.685469,36.273445],[106.698404,36.244008],[106.735976,36.23725],[106.772933,36.212628],[106.808657,36.21118],[106.833295,36.229044],[106.858548,36.206834],[106.858548,36.206834],[106.873947,36.178338],[106.873947,36.178338],[106.930613,36.138716],[106.925686,36.115997],[106.957715,36.091337],[106.940468,36.064734],[106.928149,36.011502],[106.94786,35.988262],[106.90228,35.943699],[106.93862,35.952905],[106.940468,35.931101],[106.912751,35.93207],[106.849925,35.887476],[106.927534,35.810346],[106.897353,35.759856],[106.868403,35.771996],[106.867171,35.738485],[106.819128,35.7448],[106.806193,35.70982],[106.750759,35.725369],[106.750759,35.689408],[106.674998,35.728284],[106.66268,35.70739],[106.633115,35.714679],[106.620796,35.743829],[106.595542,35.727312],[106.566593,35.738971],[106.506231,35.737514]]],[[[106.047356,35.498155],[106.048588,35.488898],[106.054132,35.45478],[106.071994,35.463555],[106.078769,35.509848],[106.047356,35.498155]]],[[[102.831537,36.365544],[102.829689,36.365544],[102.836465,36.344819],[102.838928,36.345783],[102.831537,36.365544]]],[[[106.073226,35.447468],[106.067682,35.436254],[106.073226,35.420649],[106.083081,35.421624],[106.073226,35.447468]]],[[[106.504383,35.736057],[106.506231,35.737514],[106.49268,35.732656],[106.498224,35.732656],[106.504383,35.736057]]]]}},{"type":"Feature","properties":{"adcode":630000,"name":"青海省","center":[101.778916,36.623178],"centroid":[96.043533,35.726403],"childrenNum":8,"level":"province","parent":{"adcode":100000},"subFeatureIndex":28,"acroutes":[100000]},"geometry":{"type":"MultiPolygon","coordinates":[[[[102.829689,36.365544],[102.771791,36.47438],[102.793349,36.497957],[102.753313,36.525855],[102.734219,36.562396],[102.761936,36.568645],[102.714509,36.599401],[102.724364,36.613813],[102.684328,36.619097],[102.630741,36.650793],[102.601176,36.710307],[102.612879,36.738129],[102.639364,36.732853],[102.692335,36.775528],[102.720052,36.767858],[102.639364,36.852666],[102.587009,36.869904],[102.56114,36.91968],[102.526031,36.928291],[102.499546,36.954599],[102.450271,36.968467],[102.506321,37.019134],[102.488459,37.078362],[102.583314,37.104618],[102.642444,37.099845],[102.599944,37.174748],[102.578386,37.17284],[102.533422,37.217176],[102.490307,37.223371],[102.457662,37.248147],[102.45335,37.271487],[102.419474,37.294343],[102.428097,37.308624],[102.368351,37.327662],[102.29875,37.370004],[102.299981,37.391404],[102.19712,37.420403],[102.176794,37.458892],[102.125055,37.48549],[102.103497,37.482641],[102.131214,37.54625],[102.102265,37.582304],[102.035128,37.627819],[102.048678,37.651515],[102.036359,37.685149],[101.998787,37.724921],[101.946432,37.728235],[101.873135,37.686569],[101.854657,37.664781],[101.815853,37.654357],[101.791832,37.696041],[101.659405,37.733441],[101.670491,37.754264],[101.598427,37.827569],[101.551615,37.835604],[101.459224,37.86632],[101.382848,37.822369],[101.362522,37.791162],[101.276906,37.83655],[101.202994,37.84742],[101.159262,37.86821],[101.152486,37.891356],[101.114298,37.92016],[101.103211,37.946593],[101.077342,37.941874],[100.964009,38.011221],[100.91843,37.999432],[100.895024,38.013107],[100.888864,38.056001],[100.922125,38.084741],[100.91843,38.129006],[100.93814,38.16007],[100.913502,38.17889],[100.860531,38.148305],[100.825423,38.158658],[100.752126,38.238612],[100.71517,38.253652],[100.619083,38.26587],[100.595061,38.242372],[100.545786,38.247072],[100.516837,38.272448],[100.474953,38.288891],[100.459555,38.2654],[100.432453,38.275267],[100.424446,38.307208],[100.396729,38.293118],[100.318505,38.329276],[100.331439,38.337257],[100.301874,38.388405],[100.259374,38.366355],[100.24028,38.441861],[100.163288,38.461546],[100.113397,38.497151],[100.086911,38.492936],[100.064122,38.518694],[100.025933,38.507923],[100.001296,38.467169],[100.022238,38.432017],[100.093071,38.407166],[100.136803,38.33444],[100.163904,38.328337],[100.159592,38.291239],[100.182998,38.222158],[100.126332,38.231561],[100.117093,38.253652],[100.071513,38.284663],[100.049955,38.283254],[100.001912,38.315191],[99.960028,38.320825],[99.826985,38.370109],[99.758,38.410449],[99.727203,38.415607],[99.65945,38.449361],[99.63974,38.474666],[99.585537,38.498556],[99.52887,38.546314],[99.501769,38.612281],[99.450646,38.60433],[99.412458,38.665571],[99.375502,38.684727],[99.361951,38.718354],[99.291118,38.765966],[99.222133,38.788827],[99.141445,38.852706],[99.068764,38.896968],[99.071843,38.921184],[99.107568,38.951907],[99.054597,38.97657],[98.951735,38.987735],[98.903076,39.012384],[98.886446,39.040744],[98.818076,39.064911],[98.816845,39.085818],[98.743548,39.086747],[98.730613,39.057011],[98.70536,39.043533],[98.661628,38.993782],[98.612353,38.977035],[98.624056,38.959353],[98.584635,38.93003],[98.526737,38.95563],[98.457752,38.952838],[98.428187,38.976104],[98.432498,38.996107],[98.401086,39.001688],[98.383839,39.029588],[98.316702,39.040744],[98.280977,39.027263],[98.287753,38.992386],[98.276666,38.963541],[98.235398,38.918855],[98.242173,38.880664],[98.167645,38.840121],[98.091884,38.786495],[98.068478,38.816344],[98.029058,38.834061],[98.009348,38.85923],[97.875689,38.898365],[97.828878,38.93003],[97.701379,38.963076],[97.679205,39.010524],[97.58127,39.052364],[97.504894,39.076527],[97.458698,39.117863],[97.401416,39.146645],[97.371235,39.140611],[97.347213,39.167528],[97.315185,39.164744],[97.220946,39.193042],[97.14149,39.199999],[97.060186,39.19768],[97.017686,39.208347],[96.962251,39.198144],[97.012142,39.142004],[96.969643,39.097895],[96.95794,39.041674],[96.965331,39.017034],[96.938846,38.95563],[96.940693,38.90768],[96.983809,38.869016],[96.993664,38.834993],[96.987505,38.793025],[97.00044,38.7613],[97.023229,38.755699],[97.009063,38.702477],[97.057722,38.67258],[97.047251,38.653888],[97.055874,38.594508],[96.961019,38.558015],[96.876636,38.580475],[96.847071,38.599186],[96.7941,38.608072],[96.808882,38.582346],[96.767614,38.552399],[96.800259,38.52759],[96.780549,38.504177],[96.706637,38.505582],[96.6666,38.483567],[96.707868,38.459203],[96.698013,38.422172],[96.626564,38.356031],[96.638883,38.307208],[96.655514,38.295936],[96.665369,38.23015],[96.46334,38.277616],[96.378341,38.277146],[96.335841,38.246132],[96.301964,38.183124],[96.313051,38.161952],[96.264392,38.145952],[96.252689,38.167599],[96.221892,38.149246],[96.109175,38.187358],[96.06606,38.173245],[96.006929,38.207582],[95.93856,38.237202],[95.932401,38.259291],[95.89606,38.2903],[95.852945,38.287481],[95.83693,38.344298],[95.775952,38.356031],[95.723597,38.378554],[95.703887,38.400131],[95.671858,38.388405],[95.608417,38.339134],[95.585011,38.343359],[95.51849,38.294997],[95.487693,38.314721],[95.455664,38.291709],[95.440881,38.310965],[95.408236,38.300163],[95.315846,38.318947],[95.259179,38.302981],[95.229614,38.330685],[95.209904,38.327868],[95.185266,38.379492],[95.140919,38.392158],[95.122441,38.417014],[95.072549,38.402476],[95.045448,38.418889],[94.973999,38.430142],[94.884072,38.414669],[94.861282,38.393565],[94.812623,38.385591],[94.672805,38.386998],[94.582878,38.36917],[94.56132,38.351807],[94.527443,38.365416],[94.527443,38.425922],[94.511429,38.445142],[94.370379,38.7627],[94.281067,38.7599],[93.973098,38.724891],[93.95154,38.715086],[93.885018,38.720689],[93.800019,38.750566],[93.773533,38.771099],[93.756287,38.807484],[93.769838,38.821007],[93.884403,38.826136],[93.884403,38.867618],[93.834511,38.867618],[93.729186,38.924443],[93.453245,38.915596],[93.274007,38.896036],[93.237666,38.916062],[93.179152,38.923977],[93.198246,39.045857],[93.165601,39.090928],[93.131725,39.108112],[93.142196,39.160567],[93.115094,39.17959],[93.043029,39.146645],[92.978356,39.143396],[92.938936,39.169848],[92.889045,39.160103],[92.866871,39.138754],[92.765857,39.136898],[92.659299,39.109969],[92.545966,39.111362],[92.489916,39.099753],[92.459119,39.063982],[92.459119,39.042604],[92.41046,39.03842],[92.416003,39.010524],[92.380279,38.999828],[92.263866,39.002153],[92.197961,38.983548],[92.173323,38.960749],[92.10865,38.963541],[91.966368,38.930961],[91.880752,38.899297],[91.87952,38.884391],[91.806223,38.872744],[91.694738,38.86622],[91.681188,38.852706],[91.501333,38.815411],[91.446515,38.813546],[91.298689,38.746365],[91.242639,38.752433],[91.188436,38.73096],[90.992567,38.695003],[90.970394,38.697806],[90.899561,38.679588],[90.724634,38.658094],[90.65996,38.674449],[90.619308,38.664636],[90.645794,38.635191],[90.606374,38.610878],[90.608837,38.594508],[90.560794,38.593573],[90.525685,38.561291],[90.463476,38.556611],[90.465323,38.521971],[90.427135,38.493873],[90.353222,38.482162],[90.315034,38.501835],[90.248513,38.491531],[90.130868,38.494341],[90.111774,38.477945],[90.111774,38.418889],[90.129636,38.400131],[90.179528,38.396848],[90.137644,38.340543],[90.280542,38.238142],[90.352607,38.233441],[90.361846,38.300163],[90.401882,38.311434],[90.531229,38.319886],[90.516446,38.207111],[90.519526,37.730601],[90.579272,37.720661],[90.586663,37.703144],[90.643946,37.696988],[90.777605,37.648672],[90.820104,37.613599],[90.854597,37.604117],[90.882314,37.575664],[90.865684,37.53059],[90.911879,37.519674],[90.958075,37.477891],[91.019669,37.493088],[91.073256,37.475992],[91.099741,37.447965],[91.113292,37.387124],[91.136081,37.355734],[91.134849,37.324331],[91.194596,37.273868],[91.1909,37.205737],[91.280211,37.163779],[91.286371,37.105095],[91.303617,37.083136],[91.291298,37.042544],[91.303617,37.012444],[91.216153,37.010054],[91.181045,37.025345],[91.133618,37.007665],[91.126842,36.978507],[91.051698,36.96751],[91.036915,36.929727],[90.983944,36.913459],[90.924198,36.921115],[90.853981,36.915373],[90.758511,36.825844],[90.732025,36.825844],[90.727098,36.755872],[90.754815,36.721341],[90.720938,36.708868],[90.706156,36.658955],[90.730793,36.655594],[90.72217,36.620058],[90.741264,36.585947],[90.810865,36.585466],[90.831191,36.55807],[90.905104,36.560474],[91.011662,36.539801],[91.035683,36.529703],[91.039995,36.474861],[91.028292,36.443093],[91.051698,36.433946],[91.026444,36.323607],[91.07264,36.299012],[91.051698,36.238215],[91.096045,36.219871],[91.09235,36.163844],[91.124994,36.115514],[91.081263,36.088436],[90.979017,36.106811],[90.922966,36.028927],[90.850285,36.016827],[90.815793,36.035703],[90.776373,36.086501],[90.659344,36.13485],[90.613149,36.126632],[90.534925,36.147899],[90.478258,36.13195],[90.424055,36.133883],[90.325505,36.159496],[90.23681,36.160462],[90.198006,36.187516],[90.130252,36.2078],[90.145651,36.239181],[90.058188,36.255591],[90.043405,36.276822],[90.003369,36.278752],[90.028006,36.258486],[90.019999,36.213594],[89.997825,36.168193],[89.944855,36.140649],[89.941159,36.067637],[89.914058,36.079246],[89.819819,36.080697],[89.766848,36.073925],[89.711414,36.093272],[89.688624,36.091337],[89.605472,36.038123],[89.474893,36.022151],[89.417611,36.044897],[89.404676,36.016827],[89.434857,35.992136],[89.428082,35.917531],[89.489676,35.903475],[89.554965,35.873414],[89.550654,35.856924],[89.62395,35.859349],[89.654747,35.848193],[89.707718,35.849163],[89.778551,35.861775],[89.801957,35.848193],[89.767464,35.799183],[89.782863,35.773453],[89.747138,35.7516],[89.748986,35.66267],[89.726196,35.648082],[89.765616,35.599922],[89.75145,35.580942],[89.71203,35.581915],[89.699711,35.544916],[89.720037,35.501566],[89.740979,35.507412],[89.765,35.482563],[89.739131,35.468429],[89.685544,35.416259],[89.658443,35.425526],[89.619639,35.412357],[89.58761,35.383575],[89.497067,35.361128],[89.516161,35.330862],[89.494603,35.298632],[89.531559,35.276161],[89.48598,35.256616],[89.450255,35.223867],[89.46935,35.214577],[89.519241,35.133862],[89.579603,35.118688],[89.593153,35.104491],[89.59069,35.057965],[89.560509,34.938836],[89.578987,34.895162],[89.670146,34.887798],[89.707102,34.919701],[89.747138,34.903506],[89.78779,34.921664],[89.821051,34.902033],[89.814891,34.86816],[89.838913,34.865705],[89.867862,34.81069],[89.825978,34.796931],[89.799493,34.743838],[89.732356,34.732035],[89.72558,34.660689],[89.74837,34.641981],[89.798877,34.628686],[89.777935,34.574499],[89.814891,34.548871],[89.823515,34.455657],[89.819819,34.420614],[89.799493,34.39642],[89.820435,34.369255],[89.858623,34.359375],[89.86663,34.324785],[89.825362,34.293642],[89.838297,34.263477],[89.816739,34.16945],[89.789638,34.150632],[89.760073,34.152613],[89.756993,34.124874],[89.71203,34.131809],[89.655979,34.097126],[89.656595,34.057966],[89.635037,34.049537],[89.684928,33.990013],[89.688008,33.959739],[89.718805,33.946832],[89.73174,33.921509],[89.795181,33.865374],[89.837065,33.868853],[89.899891,33.80771],[89.942391,33.801246],[89.902355,33.758467],[89.907282,33.741051],[89.983659,33.725622],[89.981195,33.70322],[90.008296,33.687785],[89.984275,33.612061],[90.01076,33.553728],[90.083441,33.525295],[90.088984,33.478885],[90.107463,33.460913],[90.22018,33.437943],[90.246665,33.423959],[90.332896,33.310501],[90.363077,33.279487],[90.405577,33.260473],[90.490577,33.264977],[90.562642,33.229441],[90.627315,33.180368],[90.704308,33.135778],[90.740032,33.142293],[90.803474,33.114227],[90.88293,33.120241],[90.902024,33.083143],[90.927894,33.120241],[91.001807,33.11573],[91.037531,33.098686],[91.072024,33.113224],[91.147784,33.07211],[91.161335,33.108712],[91.18782,33.106206],[91.226624,33.141792],[91.261733,33.141291],[91.311624,33.108211],[91.370138,33.100691],[91.436044,33.066092],[91.49579,33.109214],[91.535826,33.10019],[91.55492,33.060074],[91.583253,33.0375],[91.664557,33.012913],[91.685499,32.989324],[91.752637,32.969242],[91.799448,32.942126],[91.839484,32.948152],[91.857962,32.90244],[91.896766,32.907967],[91.955897,32.8205],[92.018722,32.829552],[92.038432,32.860725],[92.101874,32.860222],[92.145606,32.885857],[92.205352,32.866255],[92.227526,32.821003],[92.193649,32.801889],[92.211511,32.788306],[92.198577,32.754591],[92.255243,32.720863],[92.310062,32.751571],[92.343938,32.738484],[92.355641,32.764657],[92.411076,32.748048],[92.459119,32.76365],[92.484372,32.745028],[92.56814,32.73194],[92.574916,32.741001],[92.634662,32.720863],[92.667922,32.73194],[92.686401,32.76516],[92.756618,32.743014],[92.789262,32.719856],[92.822523,32.729926],[92.866871,32.698203],[92.933392,32.719353],[92.964189,32.714821],[93.00053,32.741001],[93.019624,32.737477],[93.023935,32.703239],[93.069515,32.626156],[93.087993,32.63674],[93.159442,32.644803],[93.176688,32.6705],[93.210565,32.655385],[93.239514,32.662439],[93.260456,32.62666],[93.300492,32.619604],[93.308499,32.580278],[93.33868,32.5712],[93.385492,32.525294],[93.411977,32.558086],[93.4631,32.556069],[93.476651,32.504603],[93.501904,32.503593],[93.516687,32.47583],[93.618933,32.522771],[93.651577,32.571705],[93.721795,32.578261],[93.75136,32.56313],[93.820345,32.549511],[93.851142,32.50965],[93.861613,32.466237],[93.90904,32.463207],[93.960163,32.484917],[93.978641,32.459672],[94.03038,32.448057],[94.049474,32.469771],[94.091974,32.463207],[94.137554,32.433915],[94.176974,32.454117],[94.196684,32.51621],[94.250886,32.51722],[94.292154,32.502584],[94.294002,32.519743],[94.350053,32.533871],[94.371611,32.524789],[94.395016,32.594397],[94.435052,32.562626],[94.463386,32.572209],[94.459074,32.599439],[94.522516,32.595909],[94.591501,32.640772],[94.614291,32.673522],[94.638312,32.645307],[94.737479,32.587338],[94.762116,32.526303],[94.78737,32.522266],[94.80708,32.486431],[94.852043,32.463712],[94.889616,32.472295],[94.912405,32.41573],[94.944434,32.404109],[94.988166,32.422802],[95.057151,32.395014],[95.075013,32.376315],[95.075013,32.376315],[95.081789,32.384907],[95.153853,32.386423],[95.218527,32.397035],[95.228382,32.363678],[95.261643,32.348006],[95.193274,32.332331],[95.096571,32.322217],[95.079325,32.279726],[95.10581,32.258979],[95.20744,32.297433],[95.214216,32.321712],[95.241317,32.3207],[95.239469,32.287315],[95.270266,32.194683],[95.270266,32.194683],[95.31523,32.148585],[95.366968,32.151118],[95.367584,32.178982],[95.406389,32.182021],[95.440265,32.157705],[95.454432,32.061898],[95.421171,32.033999],[95.454432,32.007613],[95.395918,32.001523],[95.360809,31.95939],[95.3682,31.92892],[95.408852,31.918761],[95.406389,31.896915],[95.456896,31.801853],[95.480301,31.795749],[95.511714,31.750468],[95.546823,31.73978],[95.580083,31.76726],[95.634286,31.782523],[95.779648,31.748941],[95.823995,31.68225],[95.853561,31.714329],[95.846169,31.736218],[95.89914,31.81711],[95.983524,31.816601],[95.989067,31.78761],[96.064828,31.720438],[96.135661,31.70211],[96.148595,31.686324],[96.156603,31.602769],[96.207726,31.598691],[96.221892,31.647613],[96.245298,31.657802],[96.252073,31.697527],[96.222508,31.733164],[96.231131,31.749959],[96.178161,31.775401],[96.183088,31.835924],[96.202798,31.841008],[96.214501,31.876589],[96.188632,31.904028],[96.220044,31.905553],[96.253305,31.929936],[96.288414,31.919777],[96.389428,31.919777],[96.407906,31.845583],[96.435623,31.796258],[96.468884,31.769804],[96.519391,31.74945],[96.56805,31.711783],[96.615477,31.737236],[96.661057,31.705674],[96.691854,31.722474],[96.722651,31.686833],[96.778701,31.675629],[96.790404,31.698545],[96.840295,31.720438],[96.799027,31.792188],[96.765767,31.819144],[96.760223,31.860325],[96.794716,31.869474],[96.81073,31.894375],[96.776238,31.935015],[96.753448,31.944156],[96.742977,32.001016],[96.722651,32.013195],[96.824281,32.007613],[96.868629,31.964975],[96.863085,31.996448],[96.894498,32.013703],[96.941925,31.986297],[96.965947,32.008628],[96.935766,32.048203],[97.006599,32.067984],[97.028773,32.04871],[97.127323,32.044145],[97.169823,32.032984],[97.188301,32.055304],[97.214786,32.042623],[97.233881,32.063927],[97.201852,32.090296],[97.219714,32.109054],[97.258518,32.072041],[97.308409,32.076605],[97.293011,32.096887],[97.313953,32.130342],[97.271453,32.139971],[97.264062,32.182527],[97.299786,32.294904],[97.32196,32.303503],[97.371235,32.273148],[97.415583,32.296421],[97.424822,32.322723],[97.387865,32.427349],[97.341054,32.440987],[97.388481,32.501575],[97.334895,32.514192],[97.332431,32.542448],[97.3583,32.563635],[97.374315,32.546484],[97.411887,32.575235],[97.448843,32.586833],[97.463626,32.55506],[97.50243,32.530844],[97.540618,32.536899],[97.670582,32.51722],[97.684132,32.530339],[97.730944,32.527312],[97.700763,32.53488],[97.616995,32.586329],[97.607756,32.614059],[97.543698,32.62162],[97.535075,32.638252],[97.48272,32.654377],[97.42359,32.70475],[97.429133,32.714318],[97.386018,32.77925],[97.392793,32.828546],[97.376163,32.886359],[97.347829,32.895907],[97.375547,32.956689],[97.438372,32.976271],[97.523988,32.988822],[97.499966,33.011408],[97.542466,33.035995],[97.517213,33.097683],[97.487032,33.107209],[97.498119,33.137783],[97.487648,33.168346],[97.548626,33.203907],[97.607756,33.263976],[97.622538,33.337005],[97.676125,33.341004],[97.754349,33.409972],[97.674893,33.432949],[97.625618,33.461412],[97.552321,33.465906],[97.511669,33.520805],[97.523372,33.577166],[97.450075,33.582152],[97.415583,33.605582],[97.435293,33.682307],[97.418046,33.728608],[97.422974,33.754984],[97.406344,33.795278],[97.373083,33.817655],[97.371851,33.842015],[97.398336,33.848477],[97.395257,33.889224],[97.460546,33.887236],[97.503662,33.912073],[97.52214,33.903133],[97.601596,33.929951],[97.629314,33.919523],[97.660111,33.956264],[97.652719,33.998448],[97.70261,34.036644],[97.665654,34.126855],[97.766668,34.158555],[97.789458,34.182818],[97.789458,34.182818],[97.796849,34.199154],[97.796849,34.199154],[97.8104,34.207568],[97.898479,34.209548],[97.95453,34.190739],[98.028442,34.122892],[98.098043,34.122892],[98.158405,34.107037],[98.206449,34.08424],[98.258188,34.083249],[98.344419,34.094648],[98.399854,34.085231],[98.396774,34.053008],[98.428187,34.029204],[98.440506,33.981577],[98.415252,33.956761],[98.425723,33.913066],[98.407245,33.867362],[98.434962,33.843009],[98.463295,33.848477],[98.492861,33.796272],[98.494092,33.768915],[98.51873,33.77389],[98.539672,33.746525],[98.582788,33.731595],[98.610505,33.682805],[98.6567,33.64744],[98.61728,33.637476],[98.622824,33.610067],[98.652389,33.595114],[98.648077,33.548741],[98.678258,33.522801],[98.725686,33.503341],[98.742316,33.477887],[98.736157,33.406975],[98.779888,33.370497],[98.759562,33.276985],[98.802062,33.270481],[98.804526,33.219428],[98.858728,33.150811],[98.92217,33.118738],[98.967134,33.115229],[98.971445,33.098185],[99.014561,33.081137],[99.024416,33.094675],[99.090322,33.079131],[99.124814,33.046028],[99.196263,33.035493],[99.214741,32.991332],[99.235067,32.982296],[99.24677,32.924043],[99.268944,32.878318],[99.353944,32.885354],[99.376118,32.899927],[99.45311,32.862233],[99.558436,32.839106],[99.589233,32.789312],[99.640355,32.790822],[99.646515,32.774721],[99.700718,32.76667],[99.717964,32.732443],[99.760464,32.769689],[99.766623,32.826032],[99.791877,32.883344],[99.764159,32.924545],[99.788181,32.956689],[99.805427,32.940619],[99.851007,32.941623],[99.877492,32.993339],[99.877492,33.045527],[99.947709,32.986814],[99.956332,32.948152],[100.038252,32.929066],[100.029629,32.895907],[100.064738,32.895907],[100.123252,32.837095],[100.117093,32.802392],[100.139266,32.724388],[100.088143,32.668988],[100.109701,32.640268],[100.189773,32.630692],[100.208252,32.606497],[100.229809,32.650346],[100.231041,32.696189],[100.258759,32.742511],[100.339447,32.719353],[100.399193,32.756101],[100.378251,32.698707],[100.420135,32.73194],[100.450932,32.694678],[100.470026,32.694678],[100.516837,32.632204],[100.54517,32.569687],[100.603069,32.553547],[100.645568,32.526303],[100.657887,32.546484],[100.661583,32.616075],[100.673286,32.628172],[100.710242,32.610026],[100.71209,32.645307],[100.690532,32.678056],[100.77122,32.643795],[100.834046,32.648835],[100.887633,32.632708],[100.93198,32.600447],[100.956618,32.621116],[100.99727,32.627668],[101.030531,32.660424],[101.077342,32.68259],[101.124769,32.658408],[101.157414,32.661431],[101.22332,32.725898],[101.237486,32.825026],[101.223935,32.855698],[101.178356,32.892892],[101.124153,32.909976],[101.134624,32.95217],[101.129081,32.989324],[101.183899,32.984304],[101.171581,33.009902],[101.184515,33.041514],[101.146327,33.056563],[101.143863,33.086151],[101.169733,33.10019],[101.11553,33.194893],[101.124769,33.221431],[101.156798,33.236449],[101.182668,33.26948],[101.217776,33.256469],[101.297232,33.262475],[101.381616,33.153316],[101.393935,33.157826],[101.386543,33.207412],[101.403174,33.225436],[101.487557,33.226938],[101.515275,33.192889],[101.557775,33.167344],[101.633535,33.101193],[101.661252,33.135778],[101.653861,33.162835],[101.709912,33.21292],[101.735781,33.279987],[101.677883,33.297497],[101.64955,33.323004],[101.663716,33.383991],[101.695745,33.433948],[101.769042,33.45592],[101.777665,33.533776],[101.769042,33.538765],[101.748716,33.505337],[101.718535,33.494857],[101.622448,33.502343],[101.611977,33.565199],[101.616905,33.598603],[101.585492,33.645448],[101.58426,33.674339],[101.501724,33.702723],[101.428427,33.680315],[101.424732,33.655411],[101.385312,33.644949],[101.302776,33.657902],[101.23687,33.685793],[101.217776,33.669856],[101.166653,33.659894],[101.177124,33.685295],[101.162957,33.719649],[101.186363,33.741051],[101.190675,33.791796],[101.153102,33.823124],[101.153718,33.8445],[101.054552,33.863386],[101.023139,33.896178],[100.994806,33.891707],[100.965857,33.946832],[100.927669,33.975126],[100.93506,33.990013],[100.880857,34.036644],[100.870386,34.083744],[100.848828,34.089692],[100.806329,34.155584],[100.764445,34.178857],[100.809408,34.247153],[100.798321,34.260014],[100.821727,34.317371],[100.868538,34.332693],[100.895024,34.375183],[100.951074,34.38358],[100.986799,34.374689],[101.054552,34.322808],[101.098284,34.329233],[101.178356,34.320831],[101.193754,34.336646],[101.235022,34.325279],[101.228863,34.298586],[101.268899,34.278808],[101.325565,34.268423],[101.327413,34.24468],[101.369913,34.248143],[101.417956,34.227858],[101.482014,34.218951],[101.492485,34.195689],[101.53868,34.212022],[101.6206,34.178857],[101.674187,34.110506],[101.703136,34.119424],[101.718535,34.083249],[101.736397,34.080275],[101.764114,34.122892],[101.788136,34.131809],[101.836795,34.124378],[101.851578,34.153108],[101.874367,34.130323],[101.897773,34.133791],[101.955055,34.109514],[101.965526,34.167469],[102.003099,34.162022],[102.030816,34.190739],[102.01357,34.218456],[102.062229,34.227858],[102.067772,34.293642],[102.149692,34.271885],[102.186649,34.352952],[102.237156,34.34307],[102.237156,34.34307],[102.259329,34.355917],[102.205743,34.407777],[102.169402,34.457631],[102.155852,34.507456],[102.139837,34.50351],[102.093026,34.536547],[102.001867,34.538519],[101.97415,34.548871],[101.956287,34.582876],[101.934729,34.58731],[101.919947,34.621791],[101.917483,34.705964],[101.923027,34.835746],[101.916867,34.873561],[101.985852,34.90007],[102.068388,34.887798],[102.048062,34.910868],[102.094874,34.986901],[102.133678,35.014844],[102.157699,35.010923],[102.176178,35.032977],[102.211286,35.034937],[102.218062,35.057475],[102.252554,35.048657],[102.29567,35.071681],[102.310452,35.128967],[102.346793,35.164201],[102.404075,35.179366],[102.365887,35.235599],[102.370199,35.263946],[102.3123,35.282512],[102.280887,35.303028],[102.311684,35.31426],[102.317844,35.343067],[102.287663,35.36552],[102.293822,35.424063],[102.314764,35.434303],[102.408387,35.409431],[102.447807,35.437229],[102.437952,35.455268],[102.49893,35.545403],[102.503241,35.585322],[102.531575,35.580455],[102.570995,35.548324],[102.695414,35.528358],[102.743458,35.494745],[102.782878,35.527871],[102.729291,35.523487],[102.746537,35.545403],[102.808747,35.560496],[102.763168,35.612086],[102.7644,35.653431],[102.744074,35.657807],[102.707733,35.70496],[102.686175,35.771996],[102.715125,35.815685],[102.739146,35.821023],[102.787189,35.862745],[102.81737,35.850133],[102.914073,35.845282],[102.94487,35.829757],[102.954725,35.858864],[102.942406,35.92674],[102.971971,35.995525],[102.951645,36.021667],[102.968276,36.044414],[102.932551,36.048285],[102.882044,36.082632],[102.941174,36.104877],[102.948566,36.150798],[102.965812,36.151765],[102.986754,36.193312],[103.048964,36.199107],[103.066826,36.216974],[103.021246,36.232906],[103.024942,36.256556],[102.922696,36.298047],[102.896827,36.331803],[102.845704,36.331803],[102.836465,36.344819],[102.829689,36.365544]]]]}},{"type":"Feature","properties":{"adcode":640000,"name":"宁夏回族自治区","center":[106.278179,38.46637],"centroid":[106.169866,37.291332],"childrenNum":5,"level":"province","parent":{"adcode":100000},"subFeatureIndex":29,"acroutes":[100000]},"geometry":{"type":"MultiPolygon","coordinates":[[[[107.268764,37.099367],[107.281083,37.127047],[107.306952,37.100799],[107.334669,37.138975],[107.336517,37.165687],[107.317423,37.200017],[107.270612,37.229089],[107.309416,37.239095],[107.273075,37.29101],[107.257677,37.337179],[107.282931,37.437036],[107.284162,37.481691],[107.345756,37.518725],[107.369162,37.58752],[107.330358,37.584201],[107.311264,37.609806],[107.361155,37.613125],[107.422133,37.665254],[107.389488,37.671413],[107.387024,37.691305],[107.425828,37.684201],[107.484959,37.706458],[107.499125,37.765619],[107.57119,37.776499],[107.599523,37.791162],[107.620465,37.776026],[107.646335,37.805349],[107.659269,37.844112],[107.65003,37.86443],[107.560719,37.893717],[107.49235,37.944706],[107.448618,37.933378],[107.411662,37.948009],[107.440611,37.995659],[107.3938,38.014993],[107.33159,38.086625],[107.240431,38.111586],[107.19054,38.153953],[107.138801,38.161011],[107.119091,38.134185],[107.071047,38.138892],[107.051337,38.122886],[107.010069,38.120532],[106.942316,38.132302],[106.858548,38.156306],[106.779092,38.171833],[106.737824,38.197706],[106.654672,38.22921],[106.627571,38.232501],[106.555506,38.263521],[106.482209,38.319417],[106.599854,38.389812],[106.647897,38.470917],[106.66268,38.601524],[106.709491,38.718821],[106.756302,38.748699],[106.837606,38.847579],[106.954019,38.941202],[106.971881,39.026333],[106.96757,39.054688],[106.933693,39.076527],[106.878874,39.091392],[106.859164,39.107648],[106.825288,39.19397],[106.795723,39.214375],[106.790795,39.241263],[106.806193,39.277407],[106.806809,39.318625],[106.781556,39.371849],[106.751375,39.381564],[106.683622,39.357506],[106.643586,39.357969],[106.602318,39.37555],[106.556122,39.322329],[106.525325,39.308439],[106.511774,39.272311],[106.402753,39.291767],[106.280181,39.262118],[106.29558,39.167992],[106.285109,39.146181],[106.251232,39.131327],[106.192718,39.142932],[106.170544,39.163352],[106.145907,39.153142],[106.096631,39.084889],[106.078153,39.026333],[106.087392,39.006339],[106.060907,38.96866],[106.021487,38.953769],[105.97098,38.909077],[105.992538,38.857366],[105.909386,38.791159],[105.908154,38.737496],[105.88598,38.716953],[105.894603,38.696405],[105.852719,38.641735],[105.874277,38.593105],[105.856415,38.569714],[105.863806,38.53508],[105.836705,38.476071],[105.850872,38.443736],[105.827466,38.432486],[105.835473,38.387467],[105.821307,38.366824],[105.86627,38.296406],[105.842248,38.240962],[105.802828,38.220277],[105.775111,38.186887],[105.76772,38.121474],[105.780655,38.084741],[105.840401,38.004147],[105.799749,37.939986],[105.80406,37.862068],[105.760944,37.799674],[105.677177,37.771769],[105.622358,37.777919],[105.616199,37.722555],[105.598952,37.699356],[105.467141,37.695094],[105.4037,37.710246],[105.315004,37.702197],[105.221998,37.677097],[105.187505,37.657674],[105.111128,37.633981],[105.027977,37.580881],[104.866601,37.566651],[104.805007,37.539133],[104.623305,37.522522],[104.433595,37.515402],[104.419429,37.511604],[104.407726,37.464592],[104.322726,37.44844],[104.287002,37.428007],[104.298705,37.414223],[104.365226,37.418026],[104.437907,37.445589],[104.448994,37.42468],[104.499501,37.421353],[104.521059,37.43466],[104.679971,37.408044],[104.662109,37.367626],[104.713848,37.329566],[104.673812,37.317668],[104.651022,37.290534],[104.624536,37.298627],[104.600515,37.242907],[104.638087,37.201923],[104.717543,37.208597],[104.776673,37.246718],[104.85613,37.211933],[104.864753,37.17284],[104.888158,37.15901],[104.914644,37.097935],[104.954064,37.077407],[104.95468,37.040156],[105.004571,37.035378],[105.03968,37.007187],[105.05939,37.022956],[105.128991,36.996194],[105.165331,36.99476],[105.185657,36.942164],[105.178882,36.892403],[105.244787,36.894796],[105.279896,36.86751],[105.303302,36.820575],[105.334714,36.80093],[105.340874,36.764502],[105.319932,36.742924],[105.275584,36.752515],[105.272505,36.739567],[105.218302,36.730455],[105.201056,36.700711],[105.225693,36.664716],[105.22015,36.631105],[105.261418,36.602764],[105.2762,36.563358],[105.252179,36.553263],[105.281744,36.522489],[105.322396,36.535954],[105.362432,36.496514],[105.363048,36.443093],[105.398156,36.430575],[105.401236,36.369881],[105.425873,36.330357],[105.455439,36.321678],[105.476381,36.293224],[105.45975,36.268137],[105.460366,36.223733],[105.478844,36.213111],[105.515185,36.147415],[105.491163,36.101009],[105.430801,36.10391],[105.406163,36.074409],[105.343954,36.033767],[105.324859,35.941761],[105.350113,35.875839],[105.39754,35.857409],[105.371055,35.844312],[105.38091,35.792873],[105.408627,35.822479],[105.428953,35.819082],[105.432033,35.787533],[105.457286,35.771511],[105.481924,35.727312],[105.595873,35.715651],[105.667322,35.749657],[105.70243,35.733142],[105.759097,35.724883],[105.740618,35.698643],[105.723988,35.725854],[105.690727,35.698643],[105.722756,35.673366],[105.713517,35.650513],[105.759097,35.634464],[105.762176,35.602841],[105.800365,35.564878],[105.816379,35.575101],[105.847176,35.490359],[105.868734,35.540046],[105.900147,35.54735],[106.017175,35.519103],[106.023335,35.49377],[106.047356,35.498155],[106.078769,35.509848],[106.071994,35.463555],[106.06953,35.458193],[106.073842,35.45478],[106.073226,35.450393],[106.071378,35.449418],[106.073226,35.447468],[106.083081,35.421624],[106.113262,35.361616],[106.129892,35.393333],[106.173008,35.437716],[106.196414,35.409919],[106.237681,35.409431],[106.241377,35.358687],[106.319601,35.265411],[106.363333,35.238532],[106.368261,35.273718],[106.415688,35.276161],[106.472354,35.310842],[106.501304,35.364056],[106.503767,35.415284],[106.483441,35.450393],[106.490217,35.480613],[106.465579,35.481101],[106.440941,35.52641],[106.460036,35.578995],[106.47913,35.575101],[106.460036,35.643705],[106.434782,35.688436],[106.49268,35.732656],[106.506231,35.737514],[106.566593,35.738971],[106.595542,35.727312],[106.620796,35.743829],[106.633115,35.714679],[106.66268,35.70739],[106.674998,35.728284],[106.750759,35.689408],[106.750759,35.725369],[106.806193,35.70982],[106.819128,35.7448],[106.867171,35.738485],[106.868403,35.771996],[106.897353,35.759856],[106.927534,35.810346],[106.849925,35.887476],[106.912751,35.93207],[106.940468,35.931101],[106.93862,35.952905],[106.90228,35.943699],[106.94786,35.988262],[106.928149,36.011502],[106.940468,36.064734],[106.957715,36.091337],[106.925686,36.115997],[106.930613,36.138716],[106.873947,36.178338],[106.873947,36.178338],[106.858548,36.206834],[106.858548,36.206834],[106.833295,36.229044],[106.808657,36.21118],[106.772933,36.212628],[106.735976,36.23725],[106.698404,36.244008],[106.685469,36.273445],[106.647897,36.259451],[106.559202,36.292259],[106.54134,36.25366],[106.504383,36.266207],[106.470507,36.306246],[106.497608,36.31348],[106.510543,36.379037],[106.492064,36.422389],[106.523477,36.468605],[106.494528,36.494589],[106.455724,36.496995],[106.39721,36.548455],[106.37134,36.549417],[106.363949,36.577296],[106.392282,36.556628],[106.397826,36.576816],[106.444637,36.557109],[106.465579,36.583063],[106.444637,36.624861],[106.491448,36.628703],[106.490833,36.685835],[106.530869,36.690154],[106.519782,36.708868],[106.519782,36.708868],[106.514238,36.715584],[106.59431,36.750118],[106.644817,36.72278],[106.627571,36.752995],[106.657752,36.820575],[106.637426,36.867031],[106.637426,36.867031],[106.626955,36.892403],[106.609709,36.878521],[106.609709,36.878521],[106.601702,36.918244],[106.549347,36.941685],[106.540108,36.984244],[106.595542,36.94025],[106.594926,36.967988],[106.64297,36.962729],[106.646665,37.000496],[106.666991,37.016745],[106.645433,37.064992],[106.605397,37.127524],[106.6171,37.135158],[106.673151,37.1113],[106.687933,37.12991],[106.728585,37.121321],[106.750143,37.09889],[106.772933,37.120367],[106.776012,37.158056],[106.818512,37.141838],[106.891193,37.098413],[106.912135,37.110345],[106.905976,37.151378],[106.998367,37.106527],[107.031011,37.108436],[107.030395,37.140883],[107.095685,37.115595],[107.133873,37.134681],[107.181916,37.143269],[107.234887,37.096503],[107.268764,37.099367]]],[[[106.048588,35.488898],[105.897683,35.451368],[105.894603,35.413821],[106.002393,35.438692],[106.034422,35.469404],[106.054132,35.45478],[106.048588,35.488898]]],[[[106.073842,35.45478],[106.06953,35.458193],[106.071378,35.449418],[106.073226,35.450393],[106.073842,35.45478]]]]}},{"type":"Feature","properties":{"adcode":650000,"name":"新疆维吾尔自治区","center":[87.617733,43.792818],"centroid":[85.294711,41.371801],"childrenNum":24,"level":"province","parent":{"adcode":100000},"subFeatureIndex":30,"acroutes":[100000]},"geometry":{"type":"MultiPolygon","coordinates":[[[[96.386348,42.727592],[96.363558,42.900562],[95.921314,43.229789],[95.880046,43.28035],[95.857872,43.417436],[95.735916,43.597569],[95.705735,43.67077],[95.645373,43.787966],[95.623199,43.855756],[95.527113,44.007466],[95.426099,44.009618],[95.377439,44.025972],[95.326932,44.028554],[95.35157,44.090054],[95.355882,44.166087],[95.376208,44.227444],[95.4107,44.245024],[95.43041,44.281882],[95.41378,44.298589],[95.238853,44.277169],[95.1286,44.269884],[94.998637,44.253169],[94.945666,44.292592],[94.826174,44.320001],[94.768275,44.34055],[94.722696,44.34055],[94.673421,44.397021],[94.606283,44.448311],[94.557008,44.462408],[94.470777,44.509373],[94.390705,44.521749],[94.359292,44.515775],[94.329727,44.582734],[94.279836,44.603617],[94.227481,44.645785],[94.215162,44.667921],[94.152336,44.684944],[94.066105,44.732154],[93.723642,44.865498],[93.716251,44.894334],[93.613389,44.926546],[93.509296,44.968055],[93.434767,44.955351],[93.376869,44.985412],[93.314659,44.995147],[93.314043,44.980333],[93.252449,44.991761],[93.174225,45.015458],[93.100312,45.007419],[93.062124,45.018419],[93.002377,45.009958],[92.932776,45.017573],[92.922921,45.03703],[92.884117,45.046756],[92.847777,45.038721],[92.779407,45.050561],[92.683937,45.02561],[92.547814,45.018419],[92.501003,45.001072],[92.414155,45.018419],[92.348866,45.014188],[92.315605,45.028994],[92.240461,45.015881],[92.100026,45.081417],[92.056911,45.086911],[91.885679,45.078882],[91.803144,45.082685],[91.694738,45.065357],[91.561695,45.075501],[91.500101,45.103809],[91.448978,45.156586],[91.429268,45.156586],[91.37753,45.11099],[91.33503,45.129571],[91.242023,45.13717],[91.230936,45.153632],[91.195827,45.159118],[91.17119,45.199616],[91.129922,45.21606],[91.050466,45.208892],[91.007966,45.218589],[90.96177,45.201303],[90.881698,45.192025],[90.866916,45.209314],[90.897713,45.249776],[90.877387,45.280946],[90.831807,45.300313],[90.804706,45.29484],[90.813329,45.32851],[90.773909,45.405874],[90.772677,45.432338],[90.723402,45.464667],[90.671047,45.487747],[90.676591,45.582488],[90.714779,45.728895],[90.799778,45.834905],[90.890937,45.921566],[91.028292,46.023054],[91.014741,46.06667],[91.021517,46.121038],[90.98456,46.160431],[90.94822,46.219262],[90.955611,46.233752],[90.900177,46.31235],[90.983328,46.374734],[90.996263,46.419309],[91.025828,46.444057],[91.038147,46.500936],[91.060937,46.516999],[91.079415,46.558989],[91.068328,46.579149],[91.017821,46.58244],[91.036299,46.670393],[91.054161,46.717598],[91.019053,46.766402],[90.992567,46.769682],[90.992567,46.790583],[90.942676,46.82581],[90.958075,46.879425],[90.929742,46.893331],[90.92235,46.938707],[90.901408,46.960768],[90.830575,46.995883],[90.767134,46.992617],[90.691989,47.080717],[90.653801,47.111681],[90.579888,47.198364],[90.56141,47.206903],[90.521374,47.2845],[90.488113,47.317374],[90.526301,47.379007],[90.507823,47.400076],[90.468403,47.404937],[90.459164,47.43895],[90.474562,47.462422],[90.468403,47.497611],[90.398186,47.547724],[90.376012,47.603036],[90.346447,47.637324],[90.384635,47.644179],[90.331665,47.681663],[90.216484,47.70543],[90.180144,47.72516],[90.13518,47.723147],[90.07605,47.777469],[90.070506,47.820483],[90.086521,47.86547],[90.066195,47.883534],[90.040941,47.874704],[89.960253,47.885942],[89.957789,47.842982],[89.86971,47.834144],[89.761921,47.835751],[89.735435,47.89758],[89.651052,47.913627],[89.645508,47.947711],[89.595617,47.973359],[89.599313,48.015811],[89.569132,48.037825],[89.498299,48.02822],[89.38127,48.046227],[89.359712,48.026219],[89.308589,48.021816],[89.282104,47.994189],[89.231597,47.98017],[89.156452,47.996992],[89.078228,47.98698],[89.044967,48.009806],[89.027105,48.051028],[88.953808,48.090618],[88.939026,48.115396],[88.824461,48.107005],[88.79736,48.133772],[88.721599,48.160526],[88.700657,48.180881],[88.668628,48.171303],[88.638447,48.183674],[88.601491,48.221567],[88.594716,48.259831],[88.575006,48.277757],[88.605803,48.337863],[88.573774,48.351785],[88.573158,48.369679],[88.535586,48.368884],[88.523267,48.403461],[88.503557,48.412996],[88.462289,48.392335],[88.438267,48.393528],[88.360659,48.433251],[88.363123,48.460641],[88.318159,48.478497],[88.229464,48.498329],[88.196819,48.493967],[88.151855,48.526478],[88.130297,48.521721],[88.10874,48.545895],[88.041602,48.548272],[87.973233,48.575997],[87.96153,48.599353],[88.010805,48.618742],[88.02682,48.65315],[88.089645,48.69504],[88.090877,48.71992],[88.064392,48.712813],[88.029283,48.750313],[87.96153,48.773588],[87.93874,48.757809],[87.872219,48.799612],[87.826639,48.800795],[87.803234,48.824835],[87.829103,48.825623],[87.792147,48.849258],[87.78106,48.872094],[87.742256,48.881146],[87.760118,48.925992],[87.793995,48.927565],[87.814321,48.945256],[87.87653,48.949186],[87.871603,48.963726],[87.911639,48.979833],[87.883922,48.993971],[87.883306,49.023806],[87.835263,49.054406],[87.858052,49.07362],[87.844502,49.090084],[87.867291,49.108892],[87.845733,49.146096],[87.82048,49.148445],[87.821096,49.173883],[87.793379,49.18249],[87.762582,49.172709],[87.700372,49.175839],[87.67635,49.15549],[87.602437,49.152359],[87.563017,49.142572],[87.517438,49.145704],[87.49588,49.132001],[87.511894,49.10184],[87.43675,49.075188],[87.388707,49.097921],[87.304939,49.112418],[87.239033,49.114376],[87.211932,49.140615],[87.112766,49.15549],[87.088128,49.133567],[87.000049,49.142572],[86.953853,49.131218],[86.887948,49.132001],[86.854071,49.109284],[86.84976,49.066563],[86.836209,49.051269],[86.772151,49.02773],[86.732115,48.994757],[86.730267,48.959797],[86.757985,48.894919],[86.782006,48.887049],[86.821426,48.850439],[86.818963,48.831139],[86.770303,48.810255],[86.754289,48.78463],[86.780774,48.731369],[86.771535,48.717156],[86.70255,48.666195],[86.693311,48.64366],[86.640956,48.629027],[86.635413,48.612016],[86.594761,48.576789],[86.579978,48.538763],[86.416138,48.481671],[86.38103,48.49357],[86.305269,48.491984],[86.270161,48.452307],[86.225813,48.432456],[86.053966,48.441192],[85.916612,48.438015],[85.791576,48.418954],[85.758315,48.403064],[85.695489,48.335078],[85.695489,48.302445],[85.678243,48.266205],[85.633895,48.232731],[85.622193,48.202824],[85.587084,48.191654],[85.576613,48.15853],[85.55136,48.127781],[85.551975,48.081423],[85.531649,48.046227],[85.547048,48.008205],[85.617881,47.550552],[85.614801,47.498015],[85.685018,47.428829],[85.701649,47.384275],[85.675779,47.321837],[85.701033,47.28856],[85.682555,47.249982],[85.682555,47.222757],[85.641903,47.18413],[85.582772,47.142626],[85.547048,47.096609],[85.545816,47.057891],[85.441106,47.063191],[85.355491,47.054629],[85.325926,47.044842],[85.276651,47.068898],[85.213825,47.041172],[85.175637,46.997924],[85.102956,46.968936],[85.082014,46.939933],[84.987159,46.918272],[84.979768,46.883106],[84.95513,46.861013],[84.934188,46.863878],[84.867051,46.927673],[84.849189,46.957092],[84.781435,46.979962],[84.748175,47.009759],[84.699515,47.008535],[84.668718,46.995067],[84.563393,46.991801],[84.506726,46.97302],[84.425422,47.008943],[84.37122,46.993434],[84.336727,47.00527],[84.2893,46.994658],[84.195061,47.003638],[84.150098,46.977512],[84.086656,46.965261],[84.038613,46.973428],[84.002888,46.990576],[83.951765,46.98731],[83.932671,46.970161],[83.88586,46.982003],[83.766367,47.026896],[83.69923,47.015472],[83.700462,47.032199],[83.576042,47.059114],[83.566803,47.080717],[83.53847,47.083977],[83.463325,47.132042],[83.418978,47.119012],[83.370318,47.178436],[83.324739,47.167858],[83.306261,47.179656],[83.257602,47.173147],[83.221877,47.186977],[83.207094,47.213814],[83.17445,47.218286],[83.15474,47.236168],[83.108544,47.221944],[83.02724,47.21544],[83.031552,47.168265],[82.993364,47.065229],[82.937929,47.014248],[82.923762,46.932169],[82.876335,46.823762],[82.878183,46.797138],[82.829524,46.772551],[82.788872,46.677784],[82.774089,46.600124],[82.726662,46.494756],[82.609017,46.294985],[82.518474,46.153798],[82.461808,45.97982],[82.401446,45.972333],[82.342932,45.935303],[82.336156,45.882418],[82.349707,45.822811],[82.340468,45.772742],[82.289961,45.71636],[82.288729,45.655321],[82.266555,45.620172],[82.281954,45.53891],[82.448257,45.461309],[82.546808,45.426038],[82.60101,45.346178],[82.58746,45.224069],[82.562822,45.204676],[82.487061,45.181058],[82.344779,45.219011],[82.294272,45.247669],[82.206809,45.236713],[82.109491,45.211422],[82.091012,45.222383],[82.09594,45.249776],[82.052824,45.255674],[81.993078,45.237978],[81.921013,45.233342],[81.879745,45.284314],[81.832318,45.319673],[81.78797,45.3836],[81.677101,45.35459],[81.645072,45.359216],[81.582863,45.336503],[81.575471,45.30789],[81.536667,45.304101],[81.52866,45.285999],[81.462754,45.264099],[81.437501,45.28263],[81.398697,45.275471],[81.382066,45.257781],[81.327864,45.260729],[81.284748,45.23882],[81.236705,45.247248],[81.175111,45.227863],[81.170183,45.211001],[81.111669,45.218168],[81.080872,45.182745],[81.024821,45.162916],[80.966307,45.168402],[80.93551,45.160384],[80.897938,45.127459],[80.862214,45.127037],[80.816634,45.152788],[80.731634,45.156164],[80.686055,45.129148],[80.599207,45.105921],[80.519135,45.108878],[80.493882,45.127037],[80.445839,45.097895],[80.443991,45.077614],[80.404571,45.049293],[80.358375,45.040836],[80.328194,45.070007],[80.291854,45.06578],[80.24381,45.031532],[80.195767,45.030686],[80.144644,45.059017],[80.136021,45.041259],[80.111999,45.052675],[80.060876,45.026033],[80.056565,45.011227],[79.98142,44.964244],[79.951855,44.957892],[79.944464,44.937985],[79.887798,44.90917],[79.969102,44.877797],[79.953703,44.849377],[79.991891,44.830281],[79.999283,44.793768],[80.087978,44.817122],[80.115695,44.815424],[80.169898,44.84471],[80.18776,44.825612],[80.178521,44.796741],[80.200695,44.756808],[80.238883,44.7228],[80.313412,44.704938],[80.400259,44.628751],[80.411962,44.605321],[80.350368,44.484615],[80.383013,44.401297],[80.399027,44.30587],[80.413194,44.264741],[80.400875,44.198704],[80.407034,44.149772],[80.3941,44.127009],[80.449534,44.078017],[80.458773,44.047054],[80.457541,43.981203],[80.485259,43.95579],[80.475404,43.938124],[80.511128,43.906657],[80.522215,43.816473],[80.75504,43.494329],[80.761199,43.446554],[80.746417,43.439167],[80.735946,43.389609],[80.686055,43.333916],[80.69283,43.32042],[80.777214,43.308227],[80.769207,43.265535],[80.788917,43.242433],[80.789533,43.201876],[80.804315,43.178314],[80.79446,43.137277],[80.752576,43.148194],[80.73225,43.131163],[80.706997,43.143828],[80.650946,43.147321],[80.593048,43.133347],[80.556092,43.104515],[80.482795,43.06955],[80.416889,43.05687],[80.378701,43.031502],[80.397795,42.996933],[80.487106,42.948766],[80.5912,42.923354],[80.602903,42.894424],[80.503737,42.882146],[80.450766,42.861971],[80.407034,42.834767],[80.338049,42.831695],[80.280151,42.838278],[80.262289,42.828623],[80.259209,42.790865],[80.225948,42.713083],[80.228412,42.692852],[80.179753,42.670415],[80.163738,42.629919],[80.180985,42.590718],[80.221637,42.533415],[80.265368,42.502097],[80.225948,42.485769],[80.206238,42.431462],[80.239499,42.389927],[80.229028,42.358536],[80.283847,42.320493],[80.272144,42.281984],[80.29247,42.259842],[80.28631,42.233261],[80.233339,42.210215],[80.168666,42.200462],[80.163738,42.152563],[80.139717,42.151232],[80.16805,42.096635],[80.193303,42.081535],[80.14218,42.03488],[80.089826,42.047325],[79.923522,42.042436],[79.852689,42.015319],[79.854537,41.984186],[79.822508,41.963275],[79.776313,41.89248],[79.724574,41.896935],[79.640806,41.884907],[79.616784,41.856385],[79.550879,41.834094],[79.500988,41.835432],[79.457256,41.847915],[79.415372,41.836769],[79.356242,41.795735],[79.326061,41.809565],[79.276786,41.78101],[79.271858,41.767174],[79.21704,41.725648],[79.138199,41.722968],[79.10925,41.697503],[79.043345,41.681414],[79.021787,41.657273],[78.99407,41.664427],[78.957729,41.65146],[78.891824,41.597777],[78.86657,41.593749],[78.825302,41.560173],[78.739071,41.555695],[78.696571,41.54181],[78.707042,41.522098],[78.675629,41.50238],[78.650375,41.467411],[78.580774,41.481759],[78.527188,41.440947],[78.454507,41.412228],[78.391681,41.408189],[78.385522,41.394721],[78.338094,41.397415],[78.324544,41.384395],[78.235232,41.399211],[78.163783,41.383497],[78.149617,41.368228],[78.165015,41.340825],[78.136682,41.279239],[78.129291,41.228398],[78.094798,41.224347],[77.972842,41.173013],[77.905089,41.185174],[77.836104,41.153189],[77.814546,41.13426],[77.807155,41.091876],[77.829328,41.059394],[77.796068,41.049014],[77.780669,41.022832],[77.737553,41.032313],[77.684583,41.00793],[77.654402,41.016059],[77.597119,41.005221],[77.591576,40.992122],[77.540453,41.006575],[77.476395,40.999349],[77.473931,41.022832],[77.415417,41.038633],[77.363062,41.04089],[77.296541,41.004769],[77.236795,41.027798],[77.169041,41.009285],[77.108063,41.038181],[77.091433,41.062553],[77.023064,41.059394],[77.002122,41.073381],[76.940528,41.028701],[76.885709,41.027347],[76.85368,40.97631],[76.817956,40.975406],[76.761905,40.954167],[76.741579,40.912119],[76.731724,40.818887],[76.693536,40.779472],[76.646725,40.759983],[76.646725,40.73686],[76.676906,40.696036],[76.654732,40.652917],[76.657196,40.620218],[76.611,40.601591],[76.601145,40.578868],[76.556798,40.542495],[76.543247,40.513837],[76.539551,40.464226],[76.508754,40.429613],[76.470566,40.422779],[76.442233,40.391336],[76.390494,40.37766],[76.381871,40.39088],[76.333212,40.343459],[76.327668,40.391336],[76.283321,40.415034],[76.279625,40.439179],[76.22419,40.401819],[76.176147,40.381307],[76.144118,40.393615],[76.081293,40.39635],[76.048648,40.388601],[76.048648,40.357141],[76.026474,40.355317],[75.986438,40.381763],[75.932235,40.339353],[75.921764,40.291439],[75.890351,40.30924],[75.84046,40.312434],[75.831221,40.327492],[75.785642,40.301025],[75.739446,40.299199],[75.709265,40.280939],[75.688323,40.343915],[75.669845,40.363982],[75.686475,40.418223],[75.717272,40.443278],[75.733287,40.474242],[75.646439,40.516567],[75.631041,40.548862],[75.627345,40.605226],[75.636584,40.624306],[75.599628,40.659727],[75.550353,40.64883],[75.467817,40.599773],[75.432093,40.563412],[75.355716,40.537947],[75.292274,40.483802],[75.268869,40.483802],[75.242383,40.448743],[75.206659,40.447833],[75.13521,40.463315],[75.102565,40.44009],[75.051442,40.449654],[75.021877,40.466958],[74.995392,40.455119],[74.963363,40.464681],[74.891914,40.507467],[74.844486,40.521117],[74.819233,40.505647],[74.814921,40.461039],[74.795211,40.443278],[74.908544,40.338897],[74.862965,40.32658],[74.824776,40.344371],[74.700357,40.346195],[74.697893,40.310153],[74.673255,40.278656],[74.618437,40.27957],[74.577169,40.260391],[74.534669,40.207851],[74.485394,40.182251],[74.433039,40.13148],[74.356662,40.089371],[74.316626,40.106767],[74.280902,40.09807],[74.26304,40.125074],[74.126301,40.104479],[74.113366,40.086624],[74.023439,40.085251],[74.008041,40.050901],[73.943367,40.016076],[73.980324,40.004617],[73.910722,39.934443],[73.907027,39.873843],[73.845433,39.831115],[73.841737,39.756163],[73.905795,39.741899],[73.924273,39.722108],[73.953838,39.600018],[73.916266,39.586644],[73.914418,39.564041],[73.883621,39.540969],[73.893476,39.528046],[73.868223,39.482794],[73.836194,39.472169],[73.745651,39.462005],[73.6471,39.474479],[73.61076,39.465702],[73.592898,39.412087],[73.502355,39.383877],[73.554094,39.350102],[73.554709,39.295935],[73.542391,39.269531],[73.564564,39.266288],[73.580579,39.237555],[73.623079,39.235237],[73.639709,39.220402],[73.657571,39.166136],[73.688368,39.154999],[73.719781,39.108112],[73.720397,39.071881],[73.743187,39.029588],[73.780143,39.026798],[73.820179,39.041674],[73.839889,39.008199],[73.846665,38.962145],[73.826339,38.916993],[73.767824,38.941202],[73.742571,38.933754],[73.70931,38.893241],[73.699455,38.857832],[73.729636,38.837324],[73.769056,38.775765],[73.757353,38.719755],[73.809092,38.634256],[73.799237,38.610878],[73.852208,38.584217],[73.89902,38.579071],[73.926121,38.536016],[74.011736,38.52478],[74.034526,38.541634],[74.090577,38.542102],[74.068403,38.585621],[74.088113,38.610878],[74.11275,38.611345],[74.147859,38.676785],[74.229779,38.656224],[74.353583,38.655757],[74.421952,38.647812],[74.455829,38.632853],[74.506336,38.637528],[74.546988,38.607604],[74.613509,38.593105],[74.639995,38.599653],[74.717603,38.542102],[74.78474,38.538357],[74.821697,38.491062],[74.862965,38.484035],[74.868508,38.403883],[74.834015,38.361193],[74.789668,38.324581],[74.806914,38.285602],[74.793363,38.271039],[74.816769,38.215576],[74.80445,38.167128],[74.821697,38.10311],[74.879595,38.021122],[74.92579,38.01735],[74.911008,37.966884],[74.919015,37.908357],[74.936877,37.876241],[74.917167,37.845057],[74.989848,37.797783],[75.006478,37.770823],[74.949196,37.725395],[74.923327,37.717347],[74.920863,37.684675],[74.891914,37.668097],[74.940573,37.559061],[75.000935,37.53059],[75.002167,37.511604],[75.035428,37.500685],[75.078543,37.511129],[75.090862,37.486915],[75.129666,37.459367],[75.153072,37.414223],[75.125971,37.388075],[75.140137,37.355258],[75.125971,37.322427],[75.078543,37.318144],[75.018181,37.293867],[74.927022,37.277678],[74.911008,37.233378],[74.816153,37.216699],[74.800139,37.248147],[74.753943,37.281011],[74.727458,37.282916],[74.665864,37.23576],[74.642458,37.261485],[74.598727,37.258151],[74.578401,37.231472],[74.54514,37.2491],[74.511263,37.240048],[74.477387,37.19954],[74.487858,37.161871],[74.465068,37.147085],[74.496481,37.116072],[74.498944,37.072155],[74.530357,37.082182],[74.56793,37.032512],[74.617205,37.043499],[74.632603,37.066425],[74.70898,37.084569],[74.739161,37.028212],[74.792747,37.027257],[74.806914,37.054485],[74.84695,37.056873],[74.84387,37.0134],[74.86974,36.990458],[74.893762,36.939772],[74.938725,36.94312],[74.927638,36.978029],[75.005862,36.99476],[75.032348,37.016745],[75.063145,37.006231],[75.172166,37.013877],[75.16847,36.991892],[75.244847,36.963207],[75.288579,36.974682],[75.345861,36.960816],[75.413614,36.954599],[75.396368,36.904367],[75.430245,36.873255],[75.434556,36.83303],[75.425933,36.778883],[75.458578,36.720861],[75.504773,36.743404],[75.536802,36.729975],[75.537418,36.773131],[75.588541,36.762584],[75.634121,36.771693],[75.724048,36.750597],[75.8072,36.707908],[75.871257,36.666636],[75.947018,36.590752],[75.924228,36.566242],[75.991981,36.505654],[76.035097,36.409386],[75.991365,36.35205],[75.998757,36.312034],[76.055423,36.252695],[76.060967,36.225182],[76.011691,36.229044],[76.016619,36.165294],[75.96796,36.159013],[75.936547,36.13485],[75.949482,36.070056],[75.982742,36.031347],[76.028322,36.016827],[76.044336,36.026991],[76.097307,36.022635],[76.117017,35.975186],[76.16506,35.908807],[76.146582,35.839946],[76.160133,35.82442],[76.221727,35.823449],[76.228502,35.837035],[76.298719,35.841401],[76.365857,35.82442],[76.369552,35.86323],[76.431762,35.851589],[76.471798,35.886021],[76.51553,35.881173],[76.55803,35.923347],[76.59745,35.895718],[76.579587,35.866625],[76.587595,35.840431],[76.566037,35.819082],[76.593754,35.771996],[76.69292,35.747714],[76.769297,35.653917],[76.848753,35.668018],[76.906651,35.615005],[76.967013,35.591649],[76.99781,35.611113],[77.072339,35.591162],[77.093281,35.569746],[77.195527,35.519103],[77.307628,35.540533],[77.331649,35.530793],[77.355055,35.494257],[77.396939,35.467942],[77.451758,35.46063],[77.518895,35.482075],[77.578025,35.47574],[77.590344,35.460143],[77.639619,35.45478],[77.657481,35.477689],[77.690742,35.448443],[77.735706,35.461605],[77.757879,35.497181],[77.797299,35.491334],[77.816394,35.518616],[77.85643,35.487436],[77.870596,35.495232],[77.914944,35.465017],[77.917408,35.490847],[77.951284,35.478664],[78.009799,35.491821],[78.029509,35.469404],[78.048603,35.491334],[78.140378,35.494745],[78.113892,35.466967],[78.107117,35.437229],[78.046755,35.384063],[78.013494,35.366008],[78.020885,35.315237],[78.01719,35.228267],[78.060306,35.180344],[78.062769,35.114772],[78.078784,35.100084],[78.124979,35.108407],[78.150849,35.069721],[78.123131,35.036897],[78.160704,34.990823],[78.201972,34.974642],[78.182262,34.936874],[78.206283,34.891726],[78.237696,34.882398],[78.230921,34.776288],[78.21429,34.760556],[78.213059,34.717771],[78.267261,34.705472],[78.265413,34.651335],[78.280812,34.623269],[78.346101,34.60406],[78.397224,34.605538],[78.427405,34.594207],[78.436029,34.543942],[78.492695,34.578441],[78.542586,34.574499],[78.559832,34.55725],[78.562912,34.51288],[78.58139,34.505483],[78.634977,34.538026],[78.708274,34.522249],[78.715049,34.502031],[78.758781,34.481807],[78.742766,34.45467],[78.809288,34.432955],[78.878273,34.391481],[78.899831,34.354929],[78.958961,34.386049],[78.973128,34.362833],[79.039649,34.33467],[79.048888,34.348506],[79.0107,34.399877],[79.039033,34.421601],[79.072294,34.412714],[79.161605,34.441345],[79.179467,34.422588],[79.241677,34.415183],[79.274322,34.435916],[79.326677,34.44332],[79.363017,34.428018],[79.435082,34.447761],[79.504683,34.45467],[79.545335,34.476381],[79.58106,34.456151],[79.675914,34.451216],[79.699936,34.477861],[79.735661,34.471447],[79.801566,34.478847],[79.861312,34.528166],[79.84345,34.55725],[79.88595,34.642965],[79.866856,34.671517],[79.906892,34.683821],[79.898268,34.732035],[79.947544,34.821008],[79.926602,34.849499],[79.961094,34.862759],[79.996819,34.856375],[80.003594,34.895162],[80.034391,34.902033],[80.041782,34.943252],[80.02392,34.971209],[80.04363,35.022196],[80.031311,35.034447],[80.078123,35.076578],[80.118159,35.066293],[80.23026,35.147565],[80.223484,35.177409],[80.257977,35.203331],[80.362687,35.20871],[80.267832,35.295701],[80.286926,35.35283],[80.321419,35.38699],[80.375006,35.387966],[80.432904,35.449418],[80.444607,35.417235],[80.514824,35.391869],[80.532686,35.404553],[80.56841,35.391381],[80.599823,35.409431],[80.65649,35.393821],[80.690982,35.364544],[80.689135,35.339162],[80.759968,35.334768],[80.844351,35.345508],[80.894242,35.324027],[80.924423,35.330862],[80.963844,35.310842],[81.026053,35.31133],[81.002648,35.334768],[81.030981,35.337209],[81.031597,35.380648],[81.054387,35.402602],[81.09935,35.40748],[81.103662,35.386015],[81.142466,35.365032],[81.191741,35.36552],[81.219458,35.319144],[81.26627,35.322562],[81.285364,35.345508],[81.314313,35.337209],[81.363588,35.354783],[81.385762,35.335256],[81.441196,35.333303],[81.447972,35.318167],[81.504638,35.279092],[81.513261,35.23511],[81.68634,35.235599],[81.736847,35.26248],[81.804601,35.270786],[81.853876,35.25857],[81.927789,35.271275],[81.955506,35.307423],[81.99123,35.30547],[82.030034,35.321585],[82.05344,35.35039],[82.029419,35.426013],[82.034346,35.451855],[82.071302,35.450393],[82.086701,35.467454],[82.164925,35.495719],[82.189563,35.513258],[82.234526,35.520565],[82.263475,35.547837],[82.2992,35.544916],[82.328149,35.559523],[82.350323,35.611113],[82.336156,35.651486],[82.392823,35.656349],[82.424852,35.712736],[82.468583,35.717595],[82.501844,35.701073],[82.546192,35.708362],[82.628727,35.692324],[82.652133,35.67288],[82.731589,35.637868],[82.780249,35.666073],[82.795031,35.688436],[82.873871,35.688922],[82.894813,35.673852],[82.967494,35.667532],[82.956407,35.636409],[82.981661,35.599922],[82.971806,35.548324],[82.998907,35.484512],[83.067892,35.46258],[83.088834,35.425526],[83.127022,35.398699],[83.178145,35.38943],[83.251442,35.417722],[83.280391,35.401138],[83.333978,35.397236],[83.405427,35.380648],[83.449159,35.382111],[83.502745,35.360639],[83.540318,35.364056],[83.54155,35.341603],[83.599448,35.351366],[83.622238,35.335256],[83.677672,35.361128],[83.785462,35.36308],[83.79778,35.354783],[83.885244,35.367472],[83.906186,35.40309],[84.005968,35.422599],[84.077417,35.400163],[84.095895,35.362592],[84.140859,35.379184],[84.160569,35.359663],[84.200605,35.381135],[84.274517,35.404065],[84.333032,35.413821],[84.424191,35.466479],[84.45314,35.473303],[84.475929,35.516181],[84.448828,35.550272],[84.513502,35.564391],[84.570168,35.588242],[84.628067,35.595055],[84.704443,35.616951],[84.729081,35.613546],[84.798066,35.647595],[84.920022,35.696213],[84.973608,35.709334],[84.99455,35.737028],[85.053065,35.752086],[85.146071,35.742371],[85.271107,35.788989],[85.341324,35.753543],[85.373969,35.700101],[85.518715,35.680658],[85.566142,35.6403],[85.612953,35.651486],[85.65299,35.731199],[85.691178,35.751114],[85.811286,35.778794],[85.835308,35.771996],[85.903677,35.78462],[85.949256,35.778794],[86.035488,35.846738],[86.05335,35.842857],[86.090306,35.876809],[86.093386,35.906868],[86.129111,35.941761],[86.150668,36.00424],[86.173458,36.008113],[86.199944,36.047801],[86.182081,36.064734],[86.187625,36.130983],[86.248603,36.141616],[86.2794,36.170608],[86.35824,36.168676],[86.392733,36.206834],[86.454943,36.221319],[86.515305,36.205385],[86.531935,36.227113],[86.599072,36.222285],[86.69947,36.24449],[86.746282,36.291777],[86.836209,36.291294],[86.86331,36.299977],[86.887332,36.262829],[86.931064,36.265242],[86.943998,36.284058],[86.996353,36.308658],[87.051788,36.2966],[87.08628,36.310587],[87.149106,36.297565],[87.161425,36.325535],[87.193454,36.349158],[87.292004,36.358797],[87.348055,36.393008],[87.363453,36.420463],[87.386859,36.412757],[87.426895,36.42576],[87.460155,36.409868],[87.470626,36.354459],[87.570409,36.342409],[87.6203,36.360243],[87.731785,36.384818],[87.767509,36.3747],[87.826023,36.391563],[87.838342,36.383855],[87.919646,36.39349],[87.95845,36.408423],[87.983088,36.437797],[88.006494,36.430575],[88.092109,36.43539],[88.134609,36.427205],[88.182652,36.452721],[88.222688,36.447426],[88.241782,36.468605],[88.282434,36.470049],[88.366202,36.458016],[88.356963,36.477268],[88.41055,36.473418],[88.470912,36.48208],[88.498629,36.446463],[88.573158,36.461386],[88.618121,36.428168],[88.623665,36.389636],[88.690186,36.367954],[88.766563,36.292259],[88.783809,36.291777],[88.802903,36.33807],[88.838628,36.353496],[88.870657,36.348193],[88.926091,36.36458],[88.964279,36.318785],[89.013554,36.315409],[89.054822,36.291777],[89.10225,36.281164],[89.126887,36.254626],[89.198952,36.260417],[89.232213,36.295636],[89.292575,36.231457],[89.335075,36.23725],[89.375727,36.228078],[89.490291,36.151281],[89.594385,36.126632],[89.614711,36.109712],[89.711414,36.093272],[89.766848,36.073925],[89.819819,36.080697],[89.914058,36.079246],[89.941159,36.067637],[89.944855,36.140649],[89.997825,36.168193],[90.019999,36.213594],[90.028006,36.258486],[90.003369,36.278752],[90.043405,36.276822],[90.058188,36.255591],[90.145651,36.239181],[90.130252,36.2078],[90.198006,36.187516],[90.23681,36.160462],[90.325505,36.159496],[90.424055,36.133883],[90.478258,36.13195],[90.534925,36.147899],[90.613149,36.126632],[90.659344,36.13485],[90.776373,36.086501],[90.815793,36.035703],[90.850285,36.016827],[90.922966,36.028927],[90.979017,36.106811],[91.081263,36.088436],[91.124994,36.115514],[91.09235,36.163844],[91.096045,36.219871],[91.051698,36.238215],[91.07264,36.299012],[91.026444,36.323607],[91.051698,36.433946],[91.028292,36.443093],[91.039995,36.474861],[91.035683,36.529703],[91.011662,36.539801],[90.905104,36.560474],[90.831191,36.55807],[90.810865,36.585466],[90.741264,36.585947],[90.72217,36.620058],[90.730793,36.655594],[90.706156,36.658955],[90.720938,36.708868],[90.754815,36.721341],[90.727098,36.755872],[90.732025,36.825844],[90.758511,36.825844],[90.853981,36.915373],[90.924198,36.921115],[90.983944,36.913459],[91.036915,36.929727],[91.051698,36.96751],[91.126842,36.978507],[91.133618,37.007665],[91.181045,37.025345],[91.216153,37.010054],[91.303617,37.012444],[91.291298,37.042544],[91.303617,37.083136],[91.286371,37.105095],[91.280211,37.163779],[91.1909,37.205737],[91.194596,37.273868],[91.134849,37.324331],[91.136081,37.355734],[91.113292,37.387124],[91.099741,37.447965],[91.073256,37.475992],[91.019669,37.493088],[90.958075,37.477891],[90.911879,37.519674],[90.865684,37.53059],[90.882314,37.575664],[90.854597,37.604117],[90.820104,37.613599],[90.777605,37.648672],[90.643946,37.696988],[90.586663,37.703144],[90.579272,37.720661],[90.519526,37.730601],[90.516446,38.207111],[90.531229,38.319886],[90.401882,38.311434],[90.361846,38.300163],[90.352607,38.233441],[90.280542,38.238142],[90.137644,38.340543],[90.179528,38.396848],[90.129636,38.400131],[90.111774,38.418889],[90.111774,38.477945],[90.130868,38.494341],[90.248513,38.491531],[90.315034,38.501835],[90.353222,38.482162],[90.427135,38.493873],[90.465323,38.521971],[90.463476,38.556611],[90.525685,38.561291],[90.560794,38.593573],[90.608837,38.594508],[90.606374,38.610878],[90.645794,38.635191],[90.619308,38.664636],[90.65996,38.674449],[90.724634,38.658094],[90.899561,38.679588],[90.970394,38.697806],[90.992567,38.695003],[91.188436,38.73096],[91.242639,38.752433],[91.298689,38.746365],[91.446515,38.813546],[91.501333,38.815411],[91.681188,38.852706],[91.694738,38.86622],[91.806223,38.872744],[91.87952,38.884391],[91.880752,38.899297],[91.966368,38.930961],[92.10865,38.963541],[92.173323,38.960749],[92.197961,38.983548],[92.263866,39.002153],[92.380279,38.999828],[92.416003,39.010524],[92.41046,39.03842],[92.366728,39.059335],[92.366112,39.096037],[92.343938,39.146181],[92.339011,39.236628],[92.378431,39.258411],[92.52564,39.368611],[92.639589,39.514196],[92.687632,39.657174],[92.745531,39.868331],[92.796654,40.153897],[92.906907,40.310609],[92.920458,40.391792],[92.928465,40.572504],[93.506216,40.648376],[93.760599,40.664721],[93.820961,40.793519],[93.809874,40.879548],[93.908424,40.983539],[94.01067,41.114875],[94.184365,41.268444],[94.534219,41.505966],[94.750413,41.538227],[94.809543,41.619256],[94.861898,41.668451],[94.969072,41.718948],[95.011572,41.726541],[95.110738,41.768513],[95.135991,41.772976],[95.16494,41.735474],[95.199433,41.719395],[95.194505,41.694821],[95.247476,41.61344],[95.299831,41.565994],[95.335556,41.644305],[95.39407,41.693481],[95.445193,41.719841],[95.57146,41.796181],[95.65646,41.826067],[95.759322,41.835878],[95.801206,41.848361],[95.855408,41.849699],[95.998306,41.906289],[96.054973,41.936124],[96.117183,41.985966],[96.137509,42.019765],[96.13874,42.05399],[96.077147,42.149457],[96.178161,42.21775],[96.040806,42.326688],[96.042038,42.352787],[96.06606,42.414674],[95.978596,42.436762],[96.0174,42.482239],[96.02356,42.542675],[96.072219,42.569566],[96.103632,42.604375],[96.166458,42.623314],[96.386348,42.727592]]]]}},{"type":"Feature","properties":{"adcode":710000,"name":"台湾省","center":[121.509062,25.044332],"centroid":[120.971485,23.749452],"childrenNum":0,"level":"province","parent":{"adcode":100000},"subFeatureIndex":31,"acroutes":[100000]},"geometry":{"type":"MultiPolygon","coordinates":[[[[120.443706,22.441432],[120.517619,22.408793],[120.569973,22.361757],[120.640806,22.241605],[120.659285,22.154056],[120.661748,22.067007],[120.651277,22.033171],[120.667908,21.983235],[120.701784,21.927174],[120.743052,21.915515],[120.781857,21.923843],[120.854537,21.883309],[120.873016,21.897191],[120.86624,21.984345],[120.907508,22.033171],[120.912436,22.086418],[120.903197,22.12634],[120.914899,22.302525],[120.981421,22.528248],[121.014682,22.584069],[121.03316,22.650914],[121.078739,22.669691],[121.170514,22.723247],[121.21055,22.770711],[121.237652,22.836362],[121.276456,22.877171],[121.324499,22.945526],[121.35468,23.00999],[121.370695,23.084334],[121.409499,23.1025],[121.430441,23.137175],[121.415042,23.196047],[121.440296,23.271937],[121.479716,23.322507],[121.497578,23.419744],[121.5216,23.483431],[121.522832,23.538858],[121.587505,23.760878],[121.621382,23.920718],[121.65957,24.007125],[121.63986,24.064514],[121.643556,24.097843],[121.678048,24.133895],[121.689135,24.174303],[121.809243,24.339083],[121.82649,24.423572],[121.867758,24.47914],[121.88562,24.529784],[121.892395,24.617953],[121.86283,24.671261],[121.841272,24.734329],[121.844968,24.836476],[121.933047,24.938539],[122.012503,25.001471],[121.98109,25.030757],[121.947214,25.031841],[121.917033,25.138076],[121.841888,25.135367],[121.782142,25.160287],[121.745186,25.161912],[121.707613,25.191701],[121.700222,25.226896],[121.655259,25.242054],[121.62323,25.29455],[121.585041,25.309159],[121.53515,25.307535],[121.444607,25.27074],[121.413194,25.238806],[121.371926,25.159746],[121.319572,25.140785],[121.209318,25.12724],[121.132942,25.078466],[121.102145,25.075214],[121.024537,25.040517],[121.009754,24.993878],[120.961095,24.940167],[120.914899,24.864715],[120.89211,24.767482],[120.82374,24.688118],[120.762147,24.658208],[120.68885,24.600542],[120.642654,24.490033],[120.589068,24.43229],[120.546568,24.370159],[120.520698,24.311816],[120.470807,24.242533],[120.451713,24.182493],[120.391967,24.118055],[120.316206,23.984708],[120.278018,23.92783],[120.245989,23.840276],[120.175156,23.807427],[120.102476,23.701162],[120.095084,23.58768],[120.12157,23.504836],[120.108019,23.341191],[120.081534,23.291728],[120.018708,23.073322],[120.029795,23.048544],[120.133272,23.000625],[120.149287,22.896468],[120.20041,22.721039],[120.274323,22.560307],[120.297112,22.531565],[120.443706,22.441432]]],[[[124.542782,25.903886],[124.584666,25.908731],[124.566804,25.941563],[124.542782,25.903886]]],[[[123.445178,25.726102],[123.469816,25.712623],[123.50862,25.722867],[123.512316,25.755212],[123.479055,25.768687],[123.445794,25.749822],[123.445178,25.726102]]],[[[119.646064,23.550928],[119.691028,23.547087],[119.678093,23.600294],[119.61034,23.604132],[119.601717,23.575613],[119.566608,23.584937],[119.562297,23.530627],[119.578927,23.502641],[119.609108,23.503738],[119.646064,23.550928]]],[[[123.666916,25.914114],[123.706952,25.91519],[123.689706,25.939949],[123.666916,25.914114]]],[[[119.506246,23.625518],[119.506246,23.577259],[119.47237,23.556962],[119.519181,23.559705],[119.52534,23.62497],[119.506246,23.625518]]],[[[119.497623,23.38679],[119.495159,23.349982],[119.516717,23.349982],[119.497623,23.38679]]],[[[119.557369,23.666634],[119.608492,23.620035],[119.615268,23.661153],[119.586318,23.675952],[119.557369,23.666634]]],[[[122.066706,25.6247],[122.087032,25.61067],[122.092575,25.639268],[122.066706,25.6247]]],[[[121.468013,22.67687],[121.474788,22.643734],[121.513592,22.631582],[121.514824,22.676318],[121.468013,22.67687]]],[[[121.510513,22.086972],[121.507433,22.048704],[121.533918,22.022076],[121.594281,21.995443],[121.604752,22.022631],[121.575186,22.037055],[121.575802,22.0842],[121.510513,22.086972]]],[[[122.097503,25.499987],[122.110438,25.465952],[122.122141,25.495666],[122.097503,25.499987]]],[[[119.421247,23.216949],[119.436029,23.186146],[119.453275,23.216399],[119.421247,23.216949]]],[[[120.355011,22.327439],[120.395663,22.342385],[120.383344,22.355669],[120.355011,22.327439]]]]}},{"type":"Feature","properties":{"adcode":810000,"name":"香港特别行政区","center":[114.173355,22.320048],"centroid":[114.134357,22.377366],"childrenNum":18,"level":"province","parent":{"adcode":100000},"subFeatureIndex":32,"acroutes":[100000]},"geometry":{"type":"MultiPolygon","coordinates":[[[[114.031778,22.503923],[114.000981,22.491206],[113.977575,22.45692],[113.918445,22.418199],[113.920293,22.367845],[113.951706,22.355116],[113.956633,22.359543],[113.980039,22.366185],[114.026234,22.34792],[113.955401,22.298649],[113.969568,22.321349],[113.898119,22.308615],[113.889496,22.271514],[113.8433,22.229418],[113.84946,22.191188],[113.899351,22.215568],[113.935691,22.205041],[113.981271,22.229972],[113.996669,22.206149],[114.026234,22.229418],[114.004676,22.239389],[114.02993,22.263207],[114.034857,22.300864],[114.069966,22.326885],[114.121089,22.320795],[114.145726,22.300864],[114.120473,22.272068],[114.164821,22.226648],[114.200545,22.232188],[114.203009,22.206703],[114.265835,22.200608],[114.248588,22.274837],[114.262139,22.294773],[114.284929,22.263761],[114.313262,22.264315],[114.315726,22.299203],[114.315726,22.299756],[114.278153,22.328546],[114.283081,22.386661],[114.322501,22.385554],[114.323117,22.385554],[114.323733,22.385001],[114.323733,22.384447],[114.356994,22.340171],[114.394566,22.361757],[114.385327,22.41156],[114.406269,22.432582],[114.406269,22.433688],[114.376088,22.436454],[114.325581,22.479041],[114.278769,22.435901],[114.220255,22.427603],[114.205473,22.449729],[114.23319,22.466875],[114.2529,22.445304],[114.340979,22.50337],[114.309566,22.497288],[114.28924,22.52272],[114.263987,22.541515],[114.263371,22.541515],[114.260291,22.547595],[114.232574,22.528801],[114.232574,22.539857],[114.222719,22.553122],[114.166052,22.559201],[114.156813,22.543726],[114.095219,22.534329],[114.082285,22.512216],[114.031778,22.503923]]],[[[114.142647,22.213906],[114.123553,22.238836],[114.120473,22.177888],[114.154965,22.177888],[114.166668,22.205041],[114.142647,22.213906]]],[[[114.305871,22.372273],[114.313878,22.340724],[114.332972,22.353455],[114.305255,22.372826],[114.305871,22.372273]]],[[[114.320037,22.381127],[114.323733,22.384447],[114.323733,22.385001],[114.323117,22.385554],[114.322501,22.385554],[114.319421,22.382234],[114.320037,22.38168],[114.320037,22.381127]]],[[[114.305871,22.369506],[114.305871,22.372273],[114.305255,22.372826],[114.305871,22.369506]]],[[[114.315726,22.299203],[114.316958,22.298649],[114.316342,22.30031],[114.315726,22.299756],[114.315726,22.299203]]],[[[114.319421,22.382234],[114.320037,22.381127],[114.320037,22.38168],[114.319421,22.382234]]],[[[114.372392,22.32301],[114.373008,22.323564],[114.372392,22.323564],[114.372392,22.32301]]],[[[114.323733,22.297541],[114.324349,22.297541],[114.323733,22.298095],[114.323733,22.297541]]]]}},{"type":"Feature","properties":{"adcode":820000,"name":"澳门特别行政区","center":[113.54909,22.198951],"centroid":[113.566988,22.159307],"childrenNum":8,"level":"province","parent":{"adcode":100000},"subFeatureIndex":33,"acroutes":[100000]},"geometry":{"type":"MultiPolygon","coordinates":[[[[113.554425,22.107489],[113.6037,22.132438],[113.575983,22.194513],[113.558736,22.212244],[113.53841,22.209473],[113.534715,22.174009],[113.554425,22.142416],[113.554425,22.107489]]],[[[113.586453,22.201162],[113.575983,22.201162],[113.575983,22.194513],[113.586453,22.201162]]]]}},{"type":"Feature","properties":{"name":"","adchar":"JD","adcode":"100000_JD"},"geometry":{"type":"MultiPolygon","coordinates":[[[[122.51865306,23.46078502],[122.79861399,24.57367379],[122.79889322,24.57678999],[122.79819583,24.57983997],[122.79659008,24.58252516],[122.79423315,24.58458272],[122.79135575,24.58581125],[122.78823955,24.58609049],[122.78518957,24.5853931],[122.78250438,24.58378734],[122.78044682,24.58143041],[122.77921829,24.57855302],[122.49925737,23.46566424],[122.49897813,23.46254804],[122.49967552,23.45949807],[122.50128127,23.45681287],[122.5036382,23.45475531],[122.5065156,23.45352678],[122.50963181,23.45324755],[122.51268178,23.45394494],[122.51536697,23.45555069],[122.51742454,23.45790762],[122.51865306,23.46078502]]],[[[121.17202617,20.8054593],[121.90938804,21.68743347],[121.9109946,21.69011818],[121.91169291,21.69316794],[121.91141462,21.69628423],[121.91018696,21.699162],[121.9081301,21.70151955],[121.9054454,21.70312611],[121.90239563,21.70382443],[121.89927934,21.70354613],[121.89640158,21.70231847],[121.89404403,21.70026162],[121.15668216,20.81828744],[121.1550756,20.81560273],[121.15437729,20.81255297],[121.15465558,20.80943668],[121.15588324,20.80655891],[121.1579401,20.80420136],[121.1606248,20.8025948],[121.16367457,20.80189649],[121.16679085,20.80217478],[121.16966862,20.80340244],[121.17202617,20.8054593]]],[[[119.47366172,18.00707291],[120.02569734,19.02403788],[120.02674143,19.02698721],[120.02682302,19.03011484],[120.02593412,19.0331146],[120.02416175,19.03569286],[120.02167941,19.03759723],[120.01873007,19.03864132],[120.01560245,19.03872291],[120.01260269,19.03783401],[120.01002443,19.03606165],[120.00812005,19.0335793],[119.45608443,18.01661433],[119.45504035,18.01366499],[119.45495876,18.01053737],[119.45584765,18.00753761],[119.45762002,18.00495935],[119.46010237,18.00305497],[119.4630517,18.00201089],[119.46617933,18.0019293],[119.46917909,18.0028182],[119.47175735,18.00459056],[119.47366172,18.00707291]]],[[[119.0726757,15.04098494],[119.0726757,16.04388528],[119.07218626,16.04697545],[119.07076587,16.04976313],[119.06855355,16.05197545],[119.06576587,16.05339584],[119.0626757,16.05388528],[119.05958553,16.05339584],[119.05679784,16.05197545],[119.05458553,16.04976313],[119.05316513,16.04697545],[119.0526757,16.04388528],[119.0526757,15.04105889],[119.0521839,15.00781004],[119.05262758,15.00471297],[119.05400659,15.00190458],[119.05618595,14.99965979],[119.05895232,14.99819832],[119.06203491,14.99766324],[119.06513198,14.99810691],[119.06794036,14.99948592],[119.07018516,15.00166528],[119.07164663,15.00443165],[119.07218171,15.00751424],[119.0726746,15.04083704],[119.0726757,15.04098494]]],[[[118.68646749,11.18959191],[118.52518702,10.91547751],[118.52404181,10.91256595],[118.52385237,10.909443],[118.52463726,10.90641436],[118.52631962,10.9037765],[118.5287348,10.90178762],[118.53164636,10.90064241],[118.53476931,10.90045298],[118.53779795,10.90123786],[118.54043581,10.90292022],[118.54242469,10.9053354],[118.70409227,11.18010771],[118.70476212,11.18147468],[118.87431591,11.606662],[118.87459939,11.60747236],[118.98894963,11.98573108],[118.98937534,11.98883067],[118.9888224,11.99191011],[118.98734492,11.99466796],[118.98508753,11.99683427],[118.98227119,11.99819697],[118.9791716,11.99862269],[118.97609216,11.99806975],[118.97333431,11.99659227],[118.97116801,11.99433487],[118.9698053,11.99151854],[118.85557939,11.6136711],[118.68646749,11.18959191]]],[[[115.54466883,7.14672265],[116.2504858,7.979279],[116.25211077,7.98195261],[116.25283001,7.9849975],[116.25257312,7.98811563],[116.25136525,7.99100176],[116.24932463,7.99337338],[116.24665102,7.99499834],[116.24360613,7.99571758],[116.240488,7.99546069],[116.23760187,7.99425282],[116.23523025,7.99221221],[115.52941328,7.15965587],[115.52778832,7.15698226],[115.52706908,7.15393736],[115.52732596,7.15081924],[115.52853383,7.1479331],[115.53057445,7.14556148],[115.53324806,7.14393652],[115.53629295,7.14321728],[115.53941108,7.14347417],[115.54229721,7.14468204],[115.54466883,7.14672265]]],[[[112.30705249,3.53487257],[111.78690114,3.41687263],[111.78399583,3.41571167],[111.78159146,3.41370973],[111.77992341,3.41106279],[111.77915495,3.40802995],[111.77936129,3.40490807],[111.78052226,3.40200275],[111.78252419,3.39959839],[111.78517113,3.39793033],[111.78820398,3.39716187],[111.79132585,3.39736822],[112.31181658,3.51544515],[112.31248917,3.51562254],[112.52147408,3.5785908],[112.52281386,3.57910186],[112.85206367,3.73256867],[112.85465776,3.7343178],[112.85658437,3.73678292],[112.85765492,3.73972276],[112.85776462,3.74284952],[112.85690272,3.74585715],[112.8551536,3.74845124],[112.85268847,3.75037785],[112.84974864,3.7514484],[112.84662187,3.75155809],[112.84361424,3.7506962],[112.51501594,3.59753306],[112.30705249,3.53487257]]],[[[108.26055972,6.08912451],[108.29013305,6.01266273],[108.29170425,6.00995718],[108.29403462,6.00786957],[108.29689603,6.00660426],[108.3000084,6.00628511],[108.30306706,6.00694335],[108.30577262,6.00851455],[108.30786022,6.01084492],[108.30912553,6.01370633],[108.30944469,6.0168187],[108.30878645,6.01987736],[108.279563,6.09543449],[108.25611734,6.22752625],[108.21679964,6.53816468],[108.21876335,6.94964057],[108.24419535,7.07390742],[108.24433543,7.07703297],[108.24350281,7.08004883],[108.24177899,7.0826598],[108.2393327,7.08461028],[108.23640341,7.08570936],[108.23327786,7.08584944],[108.230262,7.08501682],[108.22765103,7.083293],[108.22570055,7.08084671],[108.22460147,7.07791743],[108.19897125,6.95268198],[108.1987683,6.95072469],[108.19679674,6.53760583],[108.19687578,6.53630242],[108.23630689,6.22476797],[108.23638164,6.22427602],[108.26004031,6.09098419],[108.26055972,6.08912451]]],[[[110.12822847,11.36894451],[110.05553696,11.25335394],[110.05430621,11.25047749],[110.05402458,11.2473615],[110.05471962,11.24431099],[110.05632331,11.24162456],[110.05867865,11.23956519],[110.0615551,11.23833444],[110.06467109,11.23805281],[110.0677216,11.23874785],[110.07040803,11.24035153],[110.07246741,11.24270688],[110.14541497,11.35870461],[110.14588682,11.35954163],[110.20700505,11.48128846],[110.20728377,11.48189306],[110.25854422,11.60358735],[110.25901765,11.60499559],[110.30436343,11.7826124],[110.30456934,11.78364161],[110.32822801,11.94571326],[110.32832827,11.94685414],[110.33424294,12.14159753],[110.33424553,12.14210167],[110.33227398,12.24038351],[110.33172267,12.24346324],[110.33024665,12.24622187],[110.3279904,12.24838938],[110.32517479,12.24975358],[110.32207543,12.25018094],[110.3189957,12.24962962],[110.31623706,12.2481536],[110.31406956,12.24589736],[110.31270536,12.24308175],[110.312278,12.23998238],[110.3142445,12.14195265],[110.3083549,11.94803461],[110.28485499,11.78705054],[110.23982347,11.61066468],[110.18898148,11.48996382],[110.12822847,11.36894451]]],[[[109.82951587,15.22896754],[109.84522534,15.15316562],[109.84633168,15.15023907],[109.84828823,15.14779763],[109.85090347,15.14608029],[109.85392139,15.14525516],[109.85704658,15.145403],[109.85997314,15.14650935],[109.86241457,15.1484659],[109.86413191,15.15108113],[109.86495704,15.15409906],[109.8648092,15.15722425],[109.84903675,15.23333003],[109.84889209,15.23393326],[109.78974541,15.45068337],[109.7892391,15.45210582],[109.69066131,15.67432448],[109.6900529,15.67548445],[109.59147511,15.83677407],[109.59116145,15.8372556],[109.53201478,15.92259221],[109.53166592,15.92306523],[109.30888011,16.20725797],[109.30658844,16.20938798],[109.30375073,16.21070558],[109.30064474,16.21108179],[109.29757451,16.21047978],[109.29484059,16.20895848],[109.29271057,16.20666681],[109.29139298,16.2038291],[109.29101677,16.20072311],[109.29161878,16.19765288],[109.29314007,16.19491896],[109.51574449,15.91095759],[109.57455994,15.82609887],[109.67264555,15.66561455],[109.77065019,15.44468789],[109.82951587,15.22896754]]]]}}]} \ No newline at end of file diff --git a/src/main/resources/admin/admin/src/components/home/HomeCard.vue b/src/main/resources/admin/admin/src/components/home/HomeCard.vue new file mode 100644 index 0000000..bcd8f3f --- /dev/null +++ b/src/main/resources/admin/admin/src/components/home/HomeCard.vue @@ -0,0 +1,60 @@ + + + diff --git a/src/main/resources/admin/admin/src/components/home/HomeChart.vue b/src/main/resources/admin/admin/src/components/home/HomeChart.vue new file mode 100644 index 0000000..b88a96b --- /dev/null +++ b/src/main/resources/admin/admin/src/components/home/HomeChart.vue @@ -0,0 +1,126 @@ + + + diff --git a/src/main/resources/admin/admin/src/components/home/HomeComment.vue b/src/main/resources/admin/admin/src/components/home/HomeComment.vue new file mode 100644 index 0000000..ea5c08c --- /dev/null +++ b/src/main/resources/admin/admin/src/components/home/HomeComment.vue @@ -0,0 +1,101 @@ + + + diff --git a/src/main/resources/admin/admin/src/components/home/HomeProgress.vue b/src/main/resources/admin/admin/src/components/home/HomeProgress.vue new file mode 100644 index 0000000..46a96c1 --- /dev/null +++ b/src/main/resources/admin/admin/src/components/home/HomeProgress.vue @@ -0,0 +1,55 @@ + + + diff --git a/src/main/resources/admin/admin/src/components/index/IndexAside.vue b/src/main/resources/admin/admin/src/components/index/IndexAside.vue new file mode 100644 index 0000000..cb9a803 --- /dev/null +++ b/src/main/resources/admin/admin/src/components/index/IndexAside.vue @@ -0,0 +1,56 @@ + + + + diff --git a/src/main/resources/admin/admin/src/components/index/IndexAsideStatic.vue b/src/main/resources/admin/admin/src/components/index/IndexAsideStatic.vue new file mode 100644 index 0000000..9887a62 --- /dev/null +++ b/src/main/resources/admin/admin/src/components/index/IndexAsideStatic.vue @@ -0,0 +1,617 @@ + + + + diff --git a/src/main/resources/admin/admin/src/components/index/IndexAsideSub.vue b/src/main/resources/admin/admin/src/components/index/IndexAsideSub.vue new file mode 100644 index 0000000..1c710eb --- /dev/null +++ b/src/main/resources/admin/admin/src/components/index/IndexAsideSub.vue @@ -0,0 +1,51 @@ + + + diff --git a/src/main/resources/admin/admin/src/components/index/IndexHeader.vue b/src/main/resources/admin/admin/src/components/index/IndexHeader.vue new file mode 100644 index 0000000..a6f2b9a --- /dev/null +++ b/src/main/resources/admin/admin/src/components/index/IndexHeader.vue @@ -0,0 +1,181 @@ + + + + + + diff --git a/src/main/resources/admin/admin/src/components/index/IndexMain.vue b/src/main/resources/admin/admin/src/components/index/IndexMain.vue new file mode 100644 index 0000000..c61a3ed --- /dev/null +++ b/src/main/resources/admin/admin/src/components/index/IndexMain.vue @@ -0,0 +1,161 @@ + + + + diff --git a/src/main/resources/admin/admin/src/components/index/TagsView/ScrollPane.vue b/src/main/resources/admin/admin/src/components/index/TagsView/ScrollPane.vue new file mode 100644 index 0000000..0ec76e7 --- /dev/null +++ b/src/main/resources/admin/admin/src/components/index/TagsView/ScrollPane.vue @@ -0,0 +1,85 @@ + + + + + diff --git a/src/main/resources/admin/admin/src/components/index/TagsView/index.vue b/src/main/resources/admin/admin/src/components/index/TagsView/index.vue new file mode 100644 index 0000000..7ecd3d4 --- /dev/null +++ b/src/main/resources/admin/admin/src/components/index/TagsView/index.vue @@ -0,0 +1,319 @@ + + + + + \ No newline at end of file diff --git a/src/main/resources/admin/admin/src/icons/index.js b/src/main/resources/admin/admin/src/icons/index.js new file mode 100644 index 0000000..d613ca9 --- /dev/null +++ b/src/main/resources/admin/admin/src/icons/index.js @@ -0,0 +1,9 @@ +import Vue from 'vue' +import SvgIcon from '@/components/SvgIcon'// svg component + +// register globally +Vue.component('svg-icon', SvgIcon) + +const req = require.context('./svg/svg', false, /\.svg$/) +const requireAll = requireContext => requireContext.keys().map(requireContext) +requireAll(req) diff --git a/src/main/resources/admin/admin/src/icons/svg/404.svg b/src/main/resources/admin/admin/src/icons/svg/404.svg new file mode 100644 index 0000000..00f06cc --- /dev/null +++ b/src/main/resources/admin/admin/src/icons/svg/404.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/main/resources/admin/admin/src/icons/svg/articleEdit.svg b/src/main/resources/admin/admin/src/icons/svg/articleEdit.svg new file mode 100644 index 0000000..5374cbc --- /dev/null +++ b/src/main/resources/admin/admin/src/icons/svg/articleEdit.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/main/resources/admin/admin/src/icons/svg/banner.svg b/src/main/resources/admin/admin/src/icons/svg/banner.svg new file mode 100644 index 0000000..1b12587 --- /dev/null +++ b/src/main/resources/admin/admin/src/icons/svg/banner.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/main/resources/admin/admin/src/icons/svg/bug.svg b/src/main/resources/admin/admin/src/icons/svg/bug.svg new file mode 100644 index 0000000..1fed74f --- /dev/null +++ b/src/main/resources/admin/admin/src/icons/svg/bug.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/main/resources/admin/admin/src/icons/svg/build.svg b/src/main/resources/admin/admin/src/icons/svg/build.svg new file mode 100644 index 0000000..ceec790 --- /dev/null +++ b/src/main/resources/admin/admin/src/icons/svg/build.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/main/resources/admin/admin/src/icons/svg/cfg.svg b/src/main/resources/admin/admin/src/icons/svg/cfg.svg new file mode 100644 index 0000000..5f1dcee --- /dev/null +++ b/src/main/resources/admin/admin/src/icons/svg/cfg.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/main/resources/admin/admin/src/icons/svg/channel.svg b/src/main/resources/admin/admin/src/icons/svg/channel.svg new file mode 100644 index 0000000..85a7f2a --- /dev/null +++ b/src/main/resources/admin/admin/src/icons/svg/channel.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/main/resources/admin/admin/src/icons/svg/chart.svg b/src/main/resources/admin/admin/src/icons/svg/chart.svg new file mode 100644 index 0000000..932f437 --- /dev/null +++ b/src/main/resources/admin/admin/src/icons/svg/chart.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/main/resources/admin/admin/src/icons/svg/clipboard.svg b/src/main/resources/admin/admin/src/icons/svg/clipboard.svg new file mode 100644 index 0000000..17880dc --- /dev/null +++ b/src/main/resources/admin/admin/src/icons/svg/clipboard.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/main/resources/admin/admin/src/icons/svg/code.svg b/src/main/resources/admin/admin/src/icons/svg/code.svg new file mode 100644 index 0000000..b8a4c96 --- /dev/null +++ b/src/main/resources/admin/admin/src/icons/svg/code.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/main/resources/admin/admin/src/icons/svg/component.svg b/src/main/resources/admin/admin/src/icons/svg/component.svg new file mode 100644 index 0000000..a3fa82c --- /dev/null +++ b/src/main/resources/admin/admin/src/icons/svg/component.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/main/resources/admin/admin/src/icons/svg/contacts.svg b/src/main/resources/admin/admin/src/icons/svg/contacts.svg new file mode 100644 index 0000000..5096086 --- /dev/null +++ b/src/main/resources/admin/admin/src/icons/svg/contacts.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/main/resources/admin/admin/src/icons/svg/dashboard.svg b/src/main/resources/admin/admin/src/icons/svg/dashboard.svg new file mode 100644 index 0000000..d52106b --- /dev/null +++ b/src/main/resources/admin/admin/src/icons/svg/dashboard.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/main/resources/admin/admin/src/icons/svg/date.svg b/src/main/resources/admin/admin/src/icons/svg/date.svg new file mode 100644 index 0000000..130b1ce --- /dev/null +++ b/src/main/resources/admin/admin/src/icons/svg/date.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/main/resources/admin/admin/src/icons/svg/dept.svg b/src/main/resources/admin/admin/src/icons/svg/dept.svg new file mode 100644 index 0000000..6a34cc0 --- /dev/null +++ b/src/main/resources/admin/admin/src/icons/svg/dept.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/main/resources/admin/admin/src/icons/svg/dict.svg b/src/main/resources/admin/admin/src/icons/svg/dict.svg new file mode 100644 index 0000000..92f0611 --- /dev/null +++ b/src/main/resources/admin/admin/src/icons/svg/dict.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/main/resources/admin/admin/src/icons/svg/documentation.svg b/src/main/resources/admin/admin/src/icons/svg/documentation.svg new file mode 100644 index 0000000..390c221 --- /dev/null +++ b/src/main/resources/admin/admin/src/icons/svg/documentation.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/main/resources/admin/admin/src/icons/svg/download.svg b/src/main/resources/admin/admin/src/icons/svg/download.svg new file mode 100644 index 0000000..9e9ab58 --- /dev/null +++ b/src/main/resources/admin/admin/src/icons/svg/download.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/main/resources/admin/admin/src/icons/svg/drag.svg b/src/main/resources/admin/admin/src/icons/svg/drag.svg new file mode 100644 index 0000000..1b1cff0 --- /dev/null +++ b/src/main/resources/admin/admin/src/icons/svg/drag.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/main/resources/admin/admin/src/icons/svg/druid.svg b/src/main/resources/admin/admin/src/icons/svg/druid.svg new file mode 100644 index 0000000..460ccb8 --- /dev/null +++ b/src/main/resources/admin/admin/src/icons/svg/druid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/main/resources/admin/admin/src/icons/svg/edit.svg b/src/main/resources/admin/admin/src/icons/svg/edit.svg new file mode 100644 index 0000000..445b373 --- /dev/null +++ b/src/main/resources/admin/admin/src/icons/svg/edit.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/main/resources/admin/admin/src/icons/svg/education.svg b/src/main/resources/admin/admin/src/icons/svg/education.svg new file mode 100644 index 0000000..7bfb01d --- /dev/null +++ b/src/main/resources/admin/admin/src/icons/svg/education.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/main/resources/admin/admin/src/icons/svg/email.svg b/src/main/resources/admin/admin/src/icons/svg/email.svg new file mode 100644 index 0000000..146df34 --- /dev/null +++ b/src/main/resources/admin/admin/src/icons/svg/email.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/main/resources/admin/admin/src/icons/svg/excel.svg b/src/main/resources/admin/admin/src/icons/svg/excel.svg new file mode 100644 index 0000000..5f60f3d --- /dev/null +++ b/src/main/resources/admin/admin/src/icons/svg/excel.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/main/resources/admin/admin/src/icons/svg/exit-fullscreen.svg b/src/main/resources/admin/admin/src/icons/svg/exit-fullscreen.svg new file mode 100644 index 0000000..485c128 --- /dev/null +++ b/src/main/resources/admin/admin/src/icons/svg/exit-fullscreen.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/main/resources/admin/admin/src/icons/svg/eye-open.svg b/src/main/resources/admin/admin/src/icons/svg/eye-open.svg new file mode 100644 index 0000000..88dcc98 --- /dev/null +++ b/src/main/resources/admin/admin/src/icons/svg/eye-open.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/main/resources/admin/admin/src/icons/svg/file.svg b/src/main/resources/admin/admin/src/icons/svg/file.svg new file mode 100644 index 0000000..2747479 --- /dev/null +++ b/src/main/resources/admin/admin/src/icons/svg/file.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/main/resources/admin/admin/src/icons/svg/form.svg b/src/main/resources/admin/admin/src/icons/svg/form.svg new file mode 100644 index 0000000..62686b2 --- /dev/null +++ b/src/main/resources/admin/admin/src/icons/svg/form.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/main/resources/admin/admin/src/icons/svg/fullscreen.svg b/src/main/resources/admin/admin/src/icons/svg/fullscreen.svg new file mode 100644 index 0000000..0e86b6f --- /dev/null +++ b/src/main/resources/admin/admin/src/icons/svg/fullscreen.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/main/resources/admin/admin/src/icons/svg/icon.svg b/src/main/resources/admin/admin/src/icons/svg/icon.svg new file mode 100644 index 0000000..518b57c --- /dev/null +++ b/src/main/resources/admin/admin/src/icons/svg/icon.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/main/resources/admin/admin/src/icons/svg/international.svg b/src/main/resources/admin/admin/src/icons/svg/international.svg new file mode 100644 index 0000000..9ba2b4e --- /dev/null +++ b/src/main/resources/admin/admin/src/icons/svg/international.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/main/resources/admin/admin/src/icons/svg/job.svg b/src/main/resources/admin/admin/src/icons/svg/job.svg new file mode 100644 index 0000000..00a8ff0 --- /dev/null +++ b/src/main/resources/admin/admin/src/icons/svg/job.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/main/resources/admin/admin/src/icons/svg/language.svg b/src/main/resources/admin/admin/src/icons/svg/language.svg new file mode 100644 index 0000000..9602435 --- /dev/null +++ b/src/main/resources/admin/admin/src/icons/svg/language.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/main/resources/admin/admin/src/icons/svg/link.svg b/src/main/resources/admin/admin/src/icons/svg/link.svg new file mode 100644 index 0000000..48197ba --- /dev/null +++ b/src/main/resources/admin/admin/src/icons/svg/link.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/main/resources/admin/admin/src/icons/svg/list.svg b/src/main/resources/admin/admin/src/icons/svg/list.svg new file mode 100644 index 0000000..60454f6 --- /dev/null +++ b/src/main/resources/admin/admin/src/icons/svg/list.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/main/resources/admin/admin/src/icons/svg/lock.svg b/src/main/resources/admin/admin/src/icons/svg/lock.svg new file mode 100644 index 0000000..d62e00b --- /dev/null +++ b/src/main/resources/admin/admin/src/icons/svg/lock.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/main/resources/admin/admin/src/icons/svg/log.svg b/src/main/resources/admin/admin/src/icons/svg/log.svg new file mode 100644 index 0000000..462b275 --- /dev/null +++ b/src/main/resources/admin/admin/src/icons/svg/log.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/main/resources/admin/admin/src/icons/svg/logininfor.svg b/src/main/resources/admin/admin/src/icons/svg/logininfor.svg new file mode 100644 index 0000000..257255d --- /dev/null +++ b/src/main/resources/admin/admin/src/icons/svg/logininfor.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/main/resources/admin/admin/src/icons/svg/menu.svg b/src/main/resources/admin/admin/src/icons/svg/menu.svg new file mode 100644 index 0000000..d8b7d52 --- /dev/null +++ b/src/main/resources/admin/admin/src/icons/svg/menu.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/main/resources/admin/admin/src/icons/svg/message.svg b/src/main/resources/admin/admin/src/icons/svg/message.svg new file mode 100644 index 0000000..b348db7 --- /dev/null +++ b/src/main/resources/admin/admin/src/icons/svg/message.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/main/resources/admin/admin/src/icons/svg/money.svg b/src/main/resources/admin/admin/src/icons/svg/money.svg new file mode 100644 index 0000000..0b6f7f4 --- /dev/null +++ b/src/main/resources/admin/admin/src/icons/svg/money.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/main/resources/admin/admin/src/icons/svg/monitor.svg b/src/main/resources/admin/admin/src/icons/svg/monitor.svg new file mode 100644 index 0000000..d3a6da5 --- /dev/null +++ b/src/main/resources/admin/admin/src/icons/svg/monitor.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/main/resources/admin/admin/src/icons/svg/nested.svg b/src/main/resources/admin/admin/src/icons/svg/nested.svg new file mode 100644 index 0000000..3951950 --- /dev/null +++ b/src/main/resources/admin/admin/src/icons/svg/nested.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/main/resources/admin/admin/src/icons/svg/nested0.svg b/src/main/resources/admin/admin/src/icons/svg/nested0.svg new file mode 100644 index 0000000..3951950 --- /dev/null +++ b/src/main/resources/admin/admin/src/icons/svg/nested0.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/main/resources/admin/admin/src/icons/svg/online.svg b/src/main/resources/admin/admin/src/icons/svg/online.svg new file mode 100644 index 0000000..5a7a766 --- /dev/null +++ b/src/main/resources/admin/admin/src/icons/svg/online.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/main/resources/admin/admin/src/icons/svg/operation.svg b/src/main/resources/admin/admin/src/icons/svg/operation.svg new file mode 100644 index 0000000..4a6b66b --- /dev/null +++ b/src/main/resources/admin/admin/src/icons/svg/operation.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/main/resources/admin/admin/src/icons/svg/password.svg b/src/main/resources/admin/admin/src/icons/svg/password.svg new file mode 100644 index 0000000..f4e23fe --- /dev/null +++ b/src/main/resources/admin/admin/src/icons/svg/password.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/main/resources/admin/admin/src/icons/svg/password0.svg b/src/main/resources/admin/admin/src/icons/svg/password0.svg new file mode 100644 index 0000000..f4e23fe --- /dev/null +++ b/src/main/resources/admin/admin/src/icons/svg/password0.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/main/resources/admin/admin/src/icons/svg/pdf.svg b/src/main/resources/admin/admin/src/icons/svg/pdf.svg new file mode 100644 index 0000000..957aa0c --- /dev/null +++ b/src/main/resources/admin/admin/src/icons/svg/pdf.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/main/resources/admin/admin/src/icons/svg/people.svg b/src/main/resources/admin/admin/src/icons/svg/people.svg new file mode 100644 index 0000000..c6ebf1a --- /dev/null +++ b/src/main/resources/admin/admin/src/icons/svg/people.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/main/resources/admin/admin/src/icons/svg/peoples.svg b/src/main/resources/admin/admin/src/icons/svg/peoples.svg new file mode 100644 index 0000000..a94b8ee --- /dev/null +++ b/src/main/resources/admin/admin/src/icons/svg/peoples.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/main/resources/admin/admin/src/icons/svg/phone.svg b/src/main/resources/admin/admin/src/icons/svg/phone.svg new file mode 100644 index 0000000..11d2004 --- /dev/null +++ b/src/main/resources/admin/admin/src/icons/svg/phone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/main/resources/admin/admin/src/icons/svg/post.svg b/src/main/resources/admin/admin/src/icons/svg/post.svg new file mode 100644 index 0000000..5881e8a --- /dev/null +++ b/src/main/resources/admin/admin/src/icons/svg/post.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/main/resources/admin/admin/src/icons/svg/qq.svg b/src/main/resources/admin/admin/src/icons/svg/qq.svg new file mode 100644 index 0000000..c8ff6f6 --- /dev/null +++ b/src/main/resources/admin/admin/src/icons/svg/qq.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/main/resources/admin/admin/src/icons/svg/search.svg b/src/main/resources/admin/admin/src/icons/svg/search.svg new file mode 100644 index 0000000..84233dd --- /dev/null +++ b/src/main/resources/admin/admin/src/icons/svg/search.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/main/resources/admin/admin/src/icons/svg/sender.svg b/src/main/resources/admin/admin/src/icons/svg/sender.svg new file mode 100644 index 0000000..2cfa28a --- /dev/null +++ b/src/main/resources/admin/admin/src/icons/svg/sender.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/main/resources/admin/admin/src/icons/svg/server.svg b/src/main/resources/admin/admin/src/icons/svg/server.svg new file mode 100644 index 0000000..101a19d --- /dev/null +++ b/src/main/resources/admin/admin/src/icons/svg/server.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/main/resources/admin/admin/src/icons/svg/shopping.svg b/src/main/resources/admin/admin/src/icons/svg/shopping.svg new file mode 100644 index 0000000..87513e7 --- /dev/null +++ b/src/main/resources/admin/admin/src/icons/svg/shopping.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/main/resources/admin/admin/src/icons/svg/shoppingCard.svg b/src/main/resources/admin/admin/src/icons/svg/shoppingCard.svg new file mode 100644 index 0000000..52280ac --- /dev/null +++ b/src/main/resources/admin/admin/src/icons/svg/shoppingCard.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/main/resources/admin/admin/src/icons/svg/size.svg b/src/main/resources/admin/admin/src/icons/svg/size.svg new file mode 100644 index 0000000..ddb25b8 --- /dev/null +++ b/src/main/resources/admin/admin/src/icons/svg/size.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/main/resources/admin/admin/src/icons/svg/skill.svg b/src/main/resources/admin/admin/src/icons/svg/skill.svg new file mode 100644 index 0000000..a3b7312 --- /dev/null +++ b/src/main/resources/admin/admin/src/icons/svg/skill.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/main/resources/admin/admin/src/icons/svg/star.svg b/src/main/resources/admin/admin/src/icons/svg/star.svg new file mode 100644 index 0000000..4b7e9ef --- /dev/null +++ b/src/main/resources/admin/admin/src/icons/svg/star.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/main/resources/admin/admin/src/icons/svg/svg/AI.svg b/src/main/resources/admin/admin/src/icons/svg/svg/AI.svg new file mode 100644 index 0000000..daf0688 --- /dev/null +++ b/src/main/resources/admin/admin/src/icons/svg/svg/AI.svg @@ -0,0 +1 @@ +物联设备 \ No newline at end of file diff --git a/src/main/resources/admin/admin/src/icons/svg/svg/AIDeviceLayout.svg b/src/main/resources/admin/admin/src/icons/svg/svg/AIDeviceLayout.svg new file mode 100644 index 0000000..b4557e8 --- /dev/null +++ b/src/main/resources/admin/admin/src/icons/svg/svg/AIDeviceLayout.svg @@ -0,0 +1 @@ +物联网配置 \ No newline at end of file diff --git a/src/main/resources/admin/admin/src/icons/svg/svg/EIM.svg b/src/main/resources/admin/admin/src/icons/svg/svg/EIM.svg new file mode 100644 index 0000000..9a79bfb --- /dev/null +++ b/src/main/resources/admin/admin/src/icons/svg/svg/EIM.svg @@ -0,0 +1 @@ +企业信息 \ No newline at end of file diff --git a/src/main/resources/admin/admin/src/icons/svg/svg/VIP.svg b/src/main/resources/admin/admin/src/icons/svg/svg/VIP.svg new file mode 100644 index 0000000..8f7cf03 --- /dev/null +++ b/src/main/resources/admin/admin/src/icons/svg/svg/VIP.svg @@ -0,0 +1 @@ +vip登记 \ No newline at end of file diff --git a/src/main/resources/admin/admin/src/icons/svg/svg/agricultureRegister.svg b/src/main/resources/admin/admin/src/icons/svg/svg/agricultureRegister.svg new file mode 100644 index 0000000..11484e0 --- /dev/null +++ b/src/main/resources/admin/admin/src/icons/svg/svg/agricultureRegister.svg @@ -0,0 +1 @@ +农资登记 \ No newline at end of file diff --git a/src/main/resources/admin/admin/src/icons/svg/svg/area.svg b/src/main/resources/admin/admin/src/icons/svg/svg/area.svg new file mode 100644 index 0000000..c6ced1a --- /dev/null +++ b/src/main/resources/admin/admin/src/icons/svg/svg/area.svg @@ -0,0 +1 @@ +省份管理 \ No newline at end of file diff --git a/src/main/resources/admin/admin/src/icons/svg/svg/base.svg b/src/main/resources/admin/admin/src/icons/svg/svg/base.svg new file mode 100644 index 0000000..8ef04e1 --- /dev/null +++ b/src/main/resources/admin/admin/src/icons/svg/svg/base.svg @@ -0,0 +1 @@ +基地管理 \ No newline at end of file diff --git a/src/main/resources/admin/admin/src/icons/svg/svg/batch.svg b/src/main/resources/admin/admin/src/icons/svg/svg/batch.svg new file mode 100644 index 0000000..27cbdbf --- /dev/null +++ b/src/main/resources/admin/admin/src/icons/svg/svg/batch.svg @@ -0,0 +1 @@ +种植批次管理 \ No newline at end of file diff --git a/src/main/resources/admin/admin/src/icons/svg/svg/board.svg b/src/main/resources/admin/admin/src/icons/svg/svg/board.svg new file mode 100644 index 0000000..12b3327 --- /dev/null +++ b/src/main/resources/admin/admin/src/icons/svg/svg/board.svg @@ -0,0 +1 @@ +看板管理 \ No newline at end of file diff --git a/src/main/resources/admin/admin/src/icons/svg/svg/board1.svg b/src/main/resources/admin/admin/src/icons/svg/svg/board1.svg new file mode 100644 index 0000000..52e1ac8 --- /dev/null +++ b/src/main/resources/admin/admin/src/icons/svg/svg/board1.svg @@ -0,0 +1,19 @@ + + + + +看板管理 + + + + + + diff --git a/src/main/resources/admin/admin/src/icons/svg/svg/boardConfig.svg b/src/main/resources/admin/admin/src/icons/svg/svg/boardConfig.svg new file mode 100644 index 0000000..b49f178 --- /dev/null +++ b/src/main/resources/admin/admin/src/icons/svg/svg/boardConfig.svg @@ -0,0 +1 @@ +看板配置 \ No newline at end of file diff --git a/src/main/resources/admin/admin/src/icons/svg/svg/cfg.svg b/src/main/resources/admin/admin/src/icons/svg/svg/cfg.svg new file mode 100644 index 0000000..5f1dcee --- /dev/null +++ b/src/main/resources/admin/admin/src/icons/svg/svg/cfg.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/main/resources/admin/admin/src/icons/svg/svg/code.svg b/src/main/resources/admin/admin/src/icons/svg/svg/code.svg new file mode 100644 index 0000000..b8a4c96 --- /dev/null +++ b/src/main/resources/admin/admin/src/icons/svg/svg/code.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/main/resources/admin/admin/src/icons/svg/svg/company.svg b/src/main/resources/admin/admin/src/icons/svg/svg/company.svg new file mode 100644 index 0000000..a3ef975 --- /dev/null +++ b/src/main/resources/admin/admin/src/icons/svg/svg/company.svg @@ -0,0 +1 @@ +基本信息 \ No newline at end of file diff --git a/src/main/resources/admin/admin/src/icons/svg/svg/crop.svg b/src/main/resources/admin/admin/src/icons/svg/svg/crop.svg new file mode 100644 index 0000000..2cea81e --- /dev/null +++ b/src/main/resources/admin/admin/src/icons/svg/svg/crop.svg @@ -0,0 +1 @@ +农作物管理2 \ No newline at end of file diff --git a/src/main/resources/admin/admin/src/icons/svg/svg/crops.svg b/src/main/resources/admin/admin/src/icons/svg/svg/crops.svg new file mode 100644 index 0000000..125676b --- /dev/null +++ b/src/main/resources/admin/admin/src/icons/svg/svg/crops.svg @@ -0,0 +1 @@ +农作物管理 \ No newline at end of file diff --git a/src/main/resources/admin/admin/src/icons/svg/svg/dashboard.svg b/src/main/resources/admin/admin/src/icons/svg/svg/dashboard.svg new file mode 100644 index 0000000..d52106b --- /dev/null +++ b/src/main/resources/admin/admin/src/icons/svg/svg/dashboard.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/main/resources/admin/admin/src/icons/svg/svg/dataAbnormal.svg b/src/main/resources/admin/admin/src/icons/svg/svg/dataAbnormal.svg new file mode 100644 index 0000000..ded9e74 --- /dev/null +++ b/src/main/resources/admin/admin/src/icons/svg/svg/dataAbnormal.svg @@ -0,0 +1 @@ +数据异常 \ No newline at end of file diff --git a/src/main/resources/admin/admin/src/icons/svg/svg/dataLack.svg b/src/main/resources/admin/admin/src/icons/svg/svg/dataLack.svg new file mode 100644 index 0000000..d9616b2 --- /dev/null +++ b/src/main/resources/admin/admin/src/icons/svg/svg/dataLack.svg @@ -0,0 +1 @@ +数据缺失 \ No newline at end of file diff --git a/src/main/resources/admin/admin/src/icons/svg/svg/dept.svg b/src/main/resources/admin/admin/src/icons/svg/svg/dept.svg new file mode 100644 index 0000000..2d5a0b1 --- /dev/null +++ b/src/main/resources/admin/admin/src/icons/svg/svg/dept.svg @@ -0,0 +1 @@ +基地信息管理 \ No newline at end of file diff --git a/src/main/resources/admin/admin/src/icons/svg/svg/device.svg b/src/main/resources/admin/admin/src/icons/svg/svg/device.svg new file mode 100644 index 0000000..3cf5001 --- /dev/null +++ b/src/main/resources/admin/admin/src/icons/svg/svg/device.svg @@ -0,0 +1 @@ +设备管理 \ No newline at end of file diff --git a/src/main/resources/admin/admin/src/icons/svg/svg/deviceMonitorData.svg b/src/main/resources/admin/admin/src/icons/svg/svg/deviceMonitorData.svg new file mode 100644 index 0000000..a9a6faf --- /dev/null +++ b/src/main/resources/admin/admin/src/icons/svg/svg/deviceMonitorData.svg @@ -0,0 +1 @@ +监测数据 \ No newline at end of file diff --git a/src/main/resources/admin/admin/src/icons/svg/svg/dict.svg b/src/main/resources/admin/admin/src/icons/svg/svg/dict.svg new file mode 100644 index 0000000..92f0611 --- /dev/null +++ b/src/main/resources/admin/admin/src/icons/svg/svg/dict.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/main/resources/admin/admin/src/icons/svg/svg/diseasesinsect.svg b/src/main/resources/admin/admin/src/icons/svg/svg/diseasesinsect.svg new file mode 100644 index 0000000..a0c00e9 --- /dev/null +++ b/src/main/resources/admin/admin/src/icons/svg/svg/diseasesinsect.svg @@ -0,0 +1 @@ +病虫害管理 \ No newline at end of file diff --git a/src/main/resources/admin/admin/src/icons/svg/svg/diseasesinsects.svg b/src/main/resources/admin/admin/src/icons/svg/svg/diseasesinsects.svg new file mode 100644 index 0000000..30b29b6 --- /dev/null +++ b/src/main/resources/admin/admin/src/icons/svg/svg/diseasesinsects.svg @@ -0,0 +1 @@ +病虫害分析 \ No newline at end of file diff --git a/src/main/resources/admin/admin/src/icons/svg/svg/documentation.svg b/src/main/resources/admin/admin/src/icons/svg/svg/documentation.svg new file mode 100644 index 0000000..390c221 --- /dev/null +++ b/src/main/resources/admin/admin/src/icons/svg/svg/documentation.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/main/resources/admin/admin/src/icons/svg/svg/email.svg b/src/main/resources/admin/admin/src/icons/svg/svg/email.svg new file mode 100644 index 0000000..146df34 --- /dev/null +++ b/src/main/resources/admin/admin/src/icons/svg/svg/email.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/main/resources/admin/admin/src/icons/svg/svg/environmental.svg b/src/main/resources/admin/admin/src/icons/svg/svg/environmental.svg new file mode 100644 index 0000000..70a8db8 --- /dev/null +++ b/src/main/resources/admin/admin/src/icons/svg/svg/environmental.svg @@ -0,0 +1 @@ +基地环境监测 \ No newline at end of file diff --git a/src/main/resources/admin/admin/src/icons/svg/svg/eye-open.svg b/src/main/resources/admin/admin/src/icons/svg/svg/eye-open.svg new file mode 100644 index 0000000..88dcc98 --- /dev/null +++ b/src/main/resources/admin/admin/src/icons/svg/svg/eye-open.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/main/resources/admin/admin/src/icons/svg/svg/farmingProject.svg b/src/main/resources/admin/admin/src/icons/svg/svg/farmingProject.svg new file mode 100644 index 0000000..9fe5788 --- /dev/null +++ b/src/main/resources/admin/admin/src/icons/svg/svg/farmingProject.svg @@ -0,0 +1 @@ +农事项目 \ No newline at end of file diff --git a/src/main/resources/admin/admin/src/icons/svg/svg/finance.svg b/src/main/resources/admin/admin/src/icons/svg/svg/finance.svg new file mode 100644 index 0000000..8a0a451 --- /dev/null +++ b/src/main/resources/admin/admin/src/icons/svg/svg/finance.svg @@ -0,0 +1 @@ +财务管理 \ No newline at end of file diff --git a/src/main/resources/admin/admin/src/icons/svg/svg/financeBudget.svg b/src/main/resources/admin/admin/src/icons/svg/svg/financeBudget.svg new file mode 100644 index 0000000..abb7b23 --- /dev/null +++ b/src/main/resources/admin/admin/src/icons/svg/svg/financeBudget.svg @@ -0,0 +1 @@ +预算统计 \ No newline at end of file diff --git a/src/main/resources/admin/admin/src/icons/svg/svg/financeReality.svg b/src/main/resources/admin/admin/src/icons/svg/svg/financeReality.svg new file mode 100644 index 0000000..d762f44 --- /dev/null +++ b/src/main/resources/admin/admin/src/icons/svg/svg/financeReality.svg @@ -0,0 +1 @@ +实际统计 \ No newline at end of file diff --git a/src/main/resources/admin/admin/src/icons/svg/svg/firm.svg b/src/main/resources/admin/admin/src/icons/svg/svg/firm.svg new file mode 100644 index 0000000..88009f7 --- /dev/null +++ b/src/main/resources/admin/admin/src/icons/svg/svg/firm.svg @@ -0,0 +1 @@ +厂商管理 \ No newline at end of file diff --git a/src/main/resources/admin/admin/src/icons/svg/svg/firms.svg b/src/main/resources/admin/admin/src/icons/svg/svg/firms.svg new file mode 100644 index 0000000..fc4267d --- /dev/null +++ b/src/main/resources/admin/admin/src/icons/svg/svg/firms.svg @@ -0,0 +1 @@ +厂商管理2 \ No newline at end of file diff --git a/src/main/resources/admin/admin/src/icons/svg/svg/harvestBatch.svg b/src/main/resources/admin/admin/src/icons/svg/svg/harvestBatch.svg new file mode 100644 index 0000000..6a6b224 --- /dev/null +++ b/src/main/resources/admin/admin/src/icons/svg/svg/harvestBatch.svg @@ -0,0 +1 @@ +采收批次管理 \ No newline at end of file diff --git a/src/main/resources/admin/admin/src/icons/svg/svg/harvestDetection.svg b/src/main/resources/admin/admin/src/icons/svg/svg/harvestDetection.svg new file mode 100644 index 0000000..cff4c25 --- /dev/null +++ b/src/main/resources/admin/admin/src/icons/svg/svg/harvestDetection.svg @@ -0,0 +1 @@ +采收检测标准 \ No newline at end of file diff --git a/src/main/resources/admin/admin/src/icons/svg/svg/harvestManage.svg b/src/main/resources/admin/admin/src/icons/svg/svg/harvestManage.svg new file mode 100644 index 0000000..d304161 --- /dev/null +++ b/src/main/resources/admin/admin/src/icons/svg/svg/harvestManage.svg @@ -0,0 +1 @@ +采收管理 \ No newline at end of file diff --git a/src/main/resources/admin/admin/src/icons/svg/svg/harvestWorks.svg b/src/main/resources/admin/admin/src/icons/svg/svg/harvestWorks.svg new file mode 100644 index 0000000..4a4ac25 --- /dev/null +++ b/src/main/resources/admin/admin/src/icons/svg/svg/harvestWorks.svg @@ -0,0 +1 @@ +采收检测工单 \ No newline at end of file diff --git a/src/main/resources/admin/admin/src/icons/svg/svg/heavyMetalDetection.svg b/src/main/resources/admin/admin/src/icons/svg/svg/heavyMetalDetection.svg new file mode 100644 index 0000000..5a7fd86 --- /dev/null +++ b/src/main/resources/admin/admin/src/icons/svg/svg/heavyMetalDetection.svg @@ -0,0 +1 @@ +重金属检测项 \ No newline at end of file diff --git a/src/main/resources/admin/admin/src/icons/svg/svg/home.svg b/src/main/resources/admin/admin/src/icons/svg/svg/home.svg new file mode 100644 index 0000000..15556cc --- /dev/null +++ b/src/main/resources/admin/admin/src/icons/svg/svg/home.svg @@ -0,0 +1,14 @@ + + + + + + diff --git a/src/main/resources/admin/admin/src/icons/svg/svg/inspection.svg b/src/main/resources/admin/admin/src/icons/svg/svg/inspection.svg new file mode 100644 index 0000000..77e08d1 --- /dev/null +++ b/src/main/resources/admin/admin/src/icons/svg/svg/inspection.svg @@ -0,0 +1 @@ +巡视反馈 \ No newline at end of file diff --git a/src/main/resources/admin/admin/src/icons/svg/svg/internet.svg b/src/main/resources/admin/admin/src/icons/svg/svg/internet.svg new file mode 100644 index 0000000..738c402 --- /dev/null +++ b/src/main/resources/admin/admin/src/icons/svg/svg/internet.svg @@ -0,0 +1 @@ +物联网管理置 \ No newline at end of file diff --git a/src/main/resources/admin/admin/src/icons/svg/svg/internetActive.svg b/src/main/resources/admin/admin/src/icons/svg/svg/internetActive.svg new file mode 100644 index 0000000..b9c14b4 --- /dev/null +++ b/src/main/resources/admin/admin/src/icons/svg/svg/internetActive.svg @@ -0,0 +1,17 @@ + + + + +物联网管理置 + + + diff --git a/src/main/resources/admin/admin/src/icons/svg/svg/log.svg b/src/main/resources/admin/admin/src/icons/svg/svg/log.svg new file mode 100644 index 0000000..462b275 --- /dev/null +++ b/src/main/resources/admin/admin/src/icons/svg/svg/log.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/main/resources/admin/admin/src/icons/svg/svg/mainSystem.svg b/src/main/resources/admin/admin/src/icons/svg/svg/mainSystem.svg new file mode 100644 index 0000000..d947a5e --- /dev/null +++ b/src/main/resources/admin/admin/src/icons/svg/svg/mainSystem.svg @@ -0,0 +1 @@ +主系统 \ No newline at end of file diff --git a/src/main/resources/admin/admin/src/icons/svg/svg/mainSystemActive.svg b/src/main/resources/admin/admin/src/icons/svg/svg/mainSystemActive.svg new file mode 100644 index 0000000..74088cb --- /dev/null +++ b/src/main/resources/admin/admin/src/icons/svg/svg/mainSystemActive.svg @@ -0,0 +1,16 @@ + + + + +主系统 + + diff --git a/src/main/resources/admin/admin/src/icons/svg/svg/menu.svg b/src/main/resources/admin/admin/src/icons/svg/svg/menu.svg new file mode 100644 index 0000000..b547e63 --- /dev/null +++ b/src/main/resources/admin/admin/src/icons/svg/svg/menu.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/main/resources/admin/admin/src/icons/svg/svg/monitorEquipment.svg b/src/main/resources/admin/admin/src/icons/svg/svg/monitorEquipment.svg new file mode 100644 index 0000000..f0d6184 --- /dev/null +++ b/src/main/resources/admin/admin/src/icons/svg/svg/monitorEquipment.svg @@ -0,0 +1 @@ +监测设备 \ No newline at end of file diff --git a/src/main/resources/admin/admin/src/icons/svg/svg/news.svg b/src/main/resources/admin/admin/src/icons/svg/svg/news.svg new file mode 100644 index 0000000..f0a5498 --- /dev/null +++ b/src/main/resources/admin/admin/src/icons/svg/svg/news.svg @@ -0,0 +1 @@ +新闻咨询 \ No newline at end of file diff --git a/src/main/resources/admin/admin/src/icons/svg/svg/order.svg b/src/main/resources/admin/admin/src/icons/svg/svg/order.svg new file mode 100644 index 0000000..f9de283 --- /dev/null +++ b/src/main/resources/admin/admin/src/icons/svg/svg/order.svg @@ -0,0 +1 @@ +工单总览 \ No newline at end of file diff --git a/src/main/resources/admin/admin/src/icons/svg/svg/password.svg b/src/main/resources/admin/admin/src/icons/svg/svg/password.svg new file mode 100644 index 0000000..f4e23fe --- /dev/null +++ b/src/main/resources/admin/admin/src/icons/svg/svg/password.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/main/resources/admin/admin/src/icons/svg/svg/peoples.svg b/src/main/resources/admin/admin/src/icons/svg/svg/peoples.svg new file mode 100644 index 0000000..a8f64a4 --- /dev/null +++ b/src/main/resources/admin/admin/src/icons/svg/svg/peoples.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/main/resources/admin/admin/src/icons/svg/svg/pest.svg b/src/main/resources/admin/admin/src/icons/svg/svg/pest.svg new file mode 100644 index 0000000..448a191 --- /dev/null +++ b/src/main/resources/admin/admin/src/icons/svg/svg/pest.svg @@ -0,0 +1 @@ +病虫害管理 \ No newline at end of file diff --git a/src/main/resources/admin/admin/src/icons/svg/svg/pestActive.svg b/src/main/resources/admin/admin/src/icons/svg/svg/pestActive.svg new file mode 100644 index 0000000..47d59fd --- /dev/null +++ b/src/main/resources/admin/admin/src/icons/svg/svg/pestActive.svg @@ -0,0 +1,32 @@ + + + + +病虫害管理 + + + + diff --git a/src/main/resources/admin/admin/src/icons/svg/svg/pesticideResidue.svg b/src/main/resources/admin/admin/src/icons/svg/svg/pesticideResidue.svg new file mode 100644 index 0000000..1cfb6b5 --- /dev/null +++ b/src/main/resources/admin/admin/src/icons/svg/svg/pesticideResidue.svg @@ -0,0 +1 @@ +农残检测项 \ No newline at end of file diff --git a/src/main/resources/admin/admin/src/icons/svg/svg/pests.svg b/src/main/resources/admin/admin/src/icons/svg/svg/pests.svg new file mode 100644 index 0000000..a9e808a --- /dev/null +++ b/src/main/resources/admin/admin/src/icons/svg/svg/pests.svg @@ -0,0 +1 @@ +病虫害反馈 \ No newline at end of file diff --git a/src/main/resources/admin/admin/src/icons/svg/svg/phone.svg b/src/main/resources/admin/admin/src/icons/svg/svg/phone.svg new file mode 100644 index 0000000..832b6c5 --- /dev/null +++ b/src/main/resources/admin/admin/src/icons/svg/svg/phone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/main/resources/admin/admin/src/icons/svg/svg/plant.svg b/src/main/resources/admin/admin/src/icons/svg/svg/plant.svg new file mode 100644 index 0000000..aa0b36d --- /dev/null +++ b/src/main/resources/admin/admin/src/icons/svg/svg/plant.svg @@ -0,0 +1 @@ +种植管理 \ No newline at end of file diff --git a/src/main/resources/admin/admin/src/icons/svg/svg/plants.svg b/src/main/resources/admin/admin/src/icons/svg/svg/plants.svg new file mode 100644 index 0000000..5b629c0 --- /dev/null +++ b/src/main/resources/admin/admin/src/icons/svg/svg/plants.svg @@ -0,0 +1 @@ +种植管理 \ No newline at end of file diff --git a/src/main/resources/admin/admin/src/icons/svg/svg/plantsActive.svg b/src/main/resources/admin/admin/src/icons/svg/svg/plantsActive.svg new file mode 100644 index 0000000..78b8b94 --- /dev/null +++ b/src/main/resources/admin/admin/src/icons/svg/svg/plantsActive.svg @@ -0,0 +1,28 @@ + + + + +种植管理 + + + + diff --git a/src/main/resources/admin/admin/src/icons/svg/svg/residual.svg b/src/main/resources/admin/admin/src/icons/svg/svg/residual.svg new file mode 100644 index 0000000..ec84c7a --- /dev/null +++ b/src/main/resources/admin/admin/src/icons/svg/svg/residual.svg @@ -0,0 +1 @@ +检测管理 \ No newline at end of file diff --git a/src/main/resources/admin/admin/src/icons/svg/svg/retroactiveCoding.svg b/src/main/resources/admin/admin/src/icons/svg/svg/retroactiveCoding.svg new file mode 100644 index 0000000..b5b5038 --- /dev/null +++ b/src/main/resources/admin/admin/src/icons/svg/svg/retroactiveCoding.svg @@ -0,0 +1 @@ +追溯打码 \ No newline at end of file diff --git a/src/main/resources/admin/admin/src/icons/svg/svg/scheme.svg b/src/main/resources/admin/admin/src/icons/svg/svg/scheme.svg new file mode 100644 index 0000000..328c07b --- /dev/null +++ b/src/main/resources/admin/admin/src/icons/svg/svg/scheme.svg @@ -0,0 +1 @@ +种植计划管理 \ No newline at end of file diff --git a/src/main/resources/admin/admin/src/icons/svg/svg/source.svg b/src/main/resources/admin/admin/src/icons/svg/svg/source.svg new file mode 100644 index 0000000..3982b45 --- /dev/null +++ b/src/main/resources/admin/admin/src/icons/svg/svg/source.svg @@ -0,0 +1 @@ +溯源管理 \ No newline at end of file diff --git a/src/main/resources/admin/admin/src/icons/svg/svg/sourceActive.svg b/src/main/resources/admin/admin/src/icons/svg/svg/sourceActive.svg new file mode 100644 index 0000000..5d49b2f --- /dev/null +++ b/src/main/resources/admin/admin/src/icons/svg/svg/sourceActive.svg @@ -0,0 +1,15 @@ + + + + +溯源管理 + + diff --git a/src/main/resources/admin/admin/src/icons/svg/svg/system.svg b/src/main/resources/admin/admin/src/icons/svg/svg/system.svg new file mode 100644 index 0000000..78f4243 --- /dev/null +++ b/src/main/resources/admin/admin/src/icons/svg/svg/system.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/main/resources/admin/admin/src/icons/svg/svg/task.svg b/src/main/resources/admin/admin/src/icons/svg/svg/task.svg new file mode 100644 index 0000000..c76acef --- /dev/null +++ b/src/main/resources/admin/admin/src/icons/svg/svg/task.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/main/resources/admin/admin/src/icons/svg/svg/tempFarm.svg b/src/main/resources/admin/admin/src/icons/svg/svg/tempFarm.svg new file mode 100644 index 0000000..01ce254 --- /dev/null +++ b/src/main/resources/admin/admin/src/icons/svg/svg/tempFarm.svg @@ -0,0 +1 @@ +临时农事管理 \ No newline at end of file diff --git a/src/main/resources/admin/admin/src/icons/svg/svg/traceability.svg b/src/main/resources/admin/admin/src/icons/svg/svg/traceability.svg new file mode 100644 index 0000000..85392e4 --- /dev/null +++ b/src/main/resources/admin/admin/src/icons/svg/svg/traceability.svg @@ -0,0 +1 @@ +溯源管理 \ No newline at end of file diff --git a/src/main/resources/admin/admin/src/icons/svg/svg/traceabilityList.svg b/src/main/resources/admin/admin/src/icons/svg/svg/traceabilityList.svg new file mode 100644 index 0000000..48217af --- /dev/null +++ b/src/main/resources/admin/admin/src/icons/svg/svg/traceabilityList.svg @@ -0,0 +1 @@ +溯源配置 \ No newline at end of file diff --git a/src/main/resources/admin/admin/src/icons/svg/svg/traceabilityStyle.svg b/src/main/resources/admin/admin/src/icons/svg/svg/traceabilityStyle.svg new file mode 100644 index 0000000..6bd5987 --- /dev/null +++ b/src/main/resources/admin/admin/src/icons/svg/svg/traceabilityStyle.svg @@ -0,0 +1 @@ +溯源管理样式 \ No newline at end of file diff --git a/src/main/resources/admin/admin/src/icons/svg/svg/user.svg b/src/main/resources/admin/admin/src/icons/svg/svg/user.svg new file mode 100644 index 0000000..75ef003 --- /dev/null +++ b/src/main/resources/admin/admin/src/icons/svg/svg/user.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/main/resources/admin/admin/src/icons/svg/svg/user0.svg b/src/main/resources/admin/admin/src/icons/svg/svg/user0.svg new file mode 100644 index 0000000..75ef003 --- /dev/null +++ b/src/main/resources/admin/admin/src/icons/svg/svg/user0.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/main/resources/admin/admin/src/icons/svg/svg/validCode.svg b/src/main/resources/admin/admin/src/icons/svg/svg/validCode.svg new file mode 100644 index 0000000..9d6445e --- /dev/null +++ b/src/main/resources/admin/admin/src/icons/svg/svg/validCode.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/main/resources/admin/admin/src/icons/svg/svg/video.svg b/src/main/resources/admin/admin/src/icons/svg/svg/video.svg new file mode 100644 index 0000000..638b940 --- /dev/null +++ b/src/main/resources/admin/admin/src/icons/svg/svg/video.svg @@ -0,0 +1 @@ +视频云配置sp \ No newline at end of file diff --git a/src/main/resources/admin/admin/src/icons/svg/svg/videoEquipment.svg b/src/main/resources/admin/admin/src/icons/svg/svg/videoEquipment.svg new file mode 100644 index 0000000..586f05a --- /dev/null +++ b/src/main/resources/admin/admin/src/icons/svg/svg/videoEquipment.svg @@ -0,0 +1 @@ +监控设备 \ No newline at end of file diff --git a/src/main/resources/admin/admin/src/icons/svg/svg/videoKey.svg b/src/main/resources/admin/admin/src/icons/svg/svg/videoKey.svg new file mode 100644 index 0000000..561aafa --- /dev/null +++ b/src/main/resources/admin/admin/src/icons/svg/svg/videoKey.svg @@ -0,0 +1 @@ +视频云配置1 \ No newline at end of file diff --git a/src/main/resources/admin/admin/src/icons/svg/svg/vipCustomized.svg b/src/main/resources/admin/admin/src/icons/svg/svg/vipCustomized.svg new file mode 100644 index 0000000..89bc875 --- /dev/null +++ b/src/main/resources/admin/admin/src/icons/svg/svg/vipCustomized.svg @@ -0,0 +1 @@ +VIP定制 \ No newline at end of file diff --git a/src/main/resources/admin/admin/src/icons/svg/svg/warnings.svg b/src/main/resources/admin/admin/src/icons/svg/svg/warnings.svg new file mode 100644 index 0000000..30f4575 --- /dev/null +++ b/src/main/resources/admin/admin/src/icons/svg/svg/warnings.svg @@ -0,0 +1 @@ +预警阈值 \ No newline at end of file diff --git a/src/main/resources/admin/admin/src/icons/svg/svg/workOrder.svg b/src/main/resources/admin/admin/src/icons/svg/svg/workOrder.svg new file mode 100644 index 0000000..96a3779 --- /dev/null +++ b/src/main/resources/admin/admin/src/icons/svg/svg/workOrder.svg @@ -0,0 +1 @@ +工单管理 \ No newline at end of file diff --git a/src/main/resources/admin/admin/src/icons/svg/swagger.svg b/src/main/resources/admin/admin/src/icons/svg/swagger.svg new file mode 100644 index 0000000..08820ed --- /dev/null +++ b/src/main/resources/admin/admin/src/icons/svg/swagger.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/main/resources/admin/admin/src/icons/svg/system.svg b/src/main/resources/admin/admin/src/icons/svg/system.svg new file mode 100644 index 0000000..78f4243 --- /dev/null +++ b/src/main/resources/admin/admin/src/icons/svg/system.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/main/resources/admin/admin/src/icons/svg/tab.svg b/src/main/resources/admin/admin/src/icons/svg/tab.svg new file mode 100644 index 0000000..e30c0e0 --- /dev/null +++ b/src/main/resources/admin/admin/src/icons/svg/tab.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/main/resources/admin/admin/src/icons/svg/table.svg b/src/main/resources/admin/admin/src/icons/svg/table.svg new file mode 100644 index 0000000..d16602b --- /dev/null +++ b/src/main/resources/admin/admin/src/icons/svg/table.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/main/resources/admin/admin/src/icons/svg/table0.svg b/src/main/resources/admin/admin/src/icons/svg/table0.svg new file mode 100644 index 0000000..0f62558 --- /dev/null +++ b/src/main/resources/admin/admin/src/icons/svg/table0.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/main/resources/admin/admin/src/icons/svg/task.svg b/src/main/resources/admin/admin/src/icons/svg/task.svg new file mode 100644 index 0000000..c76acef --- /dev/null +++ b/src/main/resources/admin/admin/src/icons/svg/task.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/main/resources/admin/admin/src/icons/svg/template.svg b/src/main/resources/admin/admin/src/icons/svg/template.svg new file mode 100644 index 0000000..9b85280 --- /dev/null +++ b/src/main/resources/admin/admin/src/icons/svg/template.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/main/resources/admin/admin/src/icons/svg/theme.svg b/src/main/resources/admin/admin/src/icons/svg/theme.svg new file mode 100644 index 0000000..124c784 --- /dev/null +++ b/src/main/resources/admin/admin/src/icons/svg/theme.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/main/resources/admin/admin/src/icons/svg/tool.svg b/src/main/resources/admin/admin/src/icons/svg/tool.svg new file mode 100644 index 0000000..cb9f3a5 --- /dev/null +++ b/src/main/resources/admin/admin/src/icons/svg/tool.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/main/resources/admin/admin/src/icons/svg/tree-table.svg b/src/main/resources/admin/admin/src/icons/svg/tree-table.svg new file mode 100644 index 0000000..8aafdb8 --- /dev/null +++ b/src/main/resources/admin/admin/src/icons/svg/tree-table.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/main/resources/admin/admin/src/icons/svg/tree.svg b/src/main/resources/admin/admin/src/icons/svg/tree.svg new file mode 100644 index 0000000..ba8a5c7 --- /dev/null +++ b/src/main/resources/admin/admin/src/icons/svg/tree.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/main/resources/admin/admin/src/icons/svg/user.svg b/src/main/resources/admin/admin/src/icons/svg/user.svg new file mode 100644 index 0000000..75ef003 --- /dev/null +++ b/src/main/resources/admin/admin/src/icons/svg/user.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/main/resources/admin/admin/src/icons/svg/user0.svg b/src/main/resources/admin/admin/src/icons/svg/user0.svg new file mode 100644 index 0000000..75ef003 --- /dev/null +++ b/src/main/resources/admin/admin/src/icons/svg/user0.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/main/resources/admin/admin/src/icons/svg/validCode.svg b/src/main/resources/admin/admin/src/icons/svg/validCode.svg new file mode 100644 index 0000000..9d6445e --- /dev/null +++ b/src/main/resources/admin/admin/src/icons/svg/validCode.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/main/resources/admin/admin/src/icons/svg/wechat.svg b/src/main/resources/admin/admin/src/icons/svg/wechat.svg new file mode 100644 index 0000000..bb70a81 --- /dev/null +++ b/src/main/resources/admin/admin/src/icons/svg/wechat.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/main/resources/admin/admin/src/icons/svg/zip.svg b/src/main/resources/admin/admin/src/icons/svg/zip.svg new file mode 100644 index 0000000..b78dd33 --- /dev/null +++ b/src/main/resources/admin/admin/src/icons/svg/zip.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/main/resources/admin/admin/src/icons/svgo.yml b/src/main/resources/admin/admin/src/icons/svgo.yml new file mode 100644 index 0000000..a90634e --- /dev/null +++ b/src/main/resources/admin/admin/src/icons/svgo.yml @@ -0,0 +1,22 @@ +# replace default config +# 基于svgo对svg文件进行压缩:https://panjiachen.github.io/vue-element-admin-site/zh/feature/script/svgo.html +# multipass: true +# full: true + +plugins: + + # - name + # + # or: + # - name: false + # - name: true + # + # or: + # - name: + # param1: 1 + # param2: 2 + +- removeAttrs: + attrs: + - 'fill' + - 'fill-rule' diff --git a/src/main/resources/admin/admin/src/main.js b/src/main/resources/admin/admin/src/main.js new file mode 100644 index 0000000..861e241 --- /dev/null +++ b/src/main/resources/admin/admin/src/main.js @@ -0,0 +1,82 @@ +import Vue from 'vue' +import App from '@/App.vue' +import store from './store' +// element ui 完全引入 +import ElementUI from 'element-ui' +import '@/assets/css/element-variables.scss' +import '@/assets/css/style.scss' +// 加载路由 +// import router from '@/router/router-static.js'; +import router from '@/router/router-static.js'; +// 面包屑导航,注册为全局组件 +import BreadCrumbs from '@/components/common/BreadCrumbs' +// 引入echart +import * as echarts from 'echarts' +import 'echarts-wordcloud' +// 引入echart主题 +// import '@/assets/js/echarts-theme-macarons.js' +import 'echarts/theme/macarons.js' +// ajax +import http from '@/utils/http.js' +// 基础配置 +import base from '@/utils/base' +// 工具类 +import { isAuth, getCurDate, getCurDateTime } from '@/utils/utils' +// storage 封装 +import storage from "@/utils/storage"; +// 上传组件 +import FileUpload from "@/components/common/FileUpload"; +import ExcelFileUpload from "@/components/common/ExcelFileUpload"; +// 富文本编辑组件 +import Editor from "@/components/common/Editor"; +// api 接口 +import api from '@/utils/api' +// 数据校验工具类 +import * as validate from '@/utils/validate.js' +// 后台地图 +import VueAMap from 'vue-amap' +import '@/icons' +//excel导出 +import JsonExcel from 'vue-json-excel' +//打印 +import printJS from 'print-js' +//MD5 +import md5 from 'js-md5'; + +// 后台地图 +Vue.use(VueAMap) +VueAMap.initAMapApiLoader({ + //key: 'ca04cee7ac952691aa67a131e6f0cee0', + key: '001d42eaa139dc53fd655e7c23c0187e', + plugin: ['AMap.Autocomplete', 'AMap.PlaceSearch', 'AMap.Scale', 'AMap.OverView', 'AMap.ToolBar', 'AMap.MapType', 'AMap.PolyEditor', 'AMap.CircleEditor', 'AMap.Geocoder','AMap.CitySearch'], + // 默认高德 sdk 版本为 1.4.4 + v: '1.4.4' +}) +Vue.prototype.$validate = validate +Vue.prototype.$http = http // ajax请求方法 +Vue.prototype.$echarts = echarts +Vue.prototype.$base = base.get() +Vue.prototype.$project = base.getProjectName() +Vue.prototype.$storage = storage +Vue.prototype.$api = api +// 判断权限方法 +Vue.prototype.isAuth = isAuth +Vue.prototype.getCurDateTime = getCurDateTime +Vue.prototype.getCurDate = getCurDate +// Vue.prototype.$base = base +Vue.use(ElementUI, { size: 'medium', zIndex: 3000 }); +Vue.config.productionTip = false +// 组件全局组件 +Vue.component('bread-crumbs', BreadCrumbs) +Vue.component('file-upload', FileUpload) +Vue.component('excel-file-upload', ExcelFileUpload) +Vue.component('editor', Editor) +//excel导出 +Vue.component('downloadExcel', JsonExcel) +//MD5 +Vue.prototype.$md5 = md5; +new Vue({ + render: h => h(App), + router, + store +}).$mount('#app') diff --git a/src/main/resources/admin/admin/src/main.js.bak b/src/main/resources/admin/admin/src/main.js.bak new file mode 100644 index 0000000..73418d5 --- /dev/null +++ b/src/main/resources/admin/admin/src/main.js.bak @@ -0,0 +1,78 @@ +import Vue from 'vue' +import App from '@/App.vue' +// element ui 完全引入 +import ElementUI from 'element-ui' +import '@/assets/css/element-variables.scss' +import '@/assets/css/style.scss' +// 加载路由 +// import router from '@/router/router-static.js'; +import router from '@/router/router-static.js'; +// 面包屑导航,注册为全局组件 +import BreadCrumbs from '@/components/common/BreadCrumbs' +// 引入echart +import echarts from 'echarts' +// 引入echart主题 +// import '@/assets/js/echarts-theme-macarons.js' +import 'echarts/theme/macarons.js' +// ajax +import http from '@/utils/http.js' +// 基础配置 +import base from '@/utils/base' +// 工具类 +import { isAuth, getCurDate, getCurDateTime } from '@/utils/utils' +// storage 封装 +import storage from "@/utils/storage"; +// 上传组件 +import FileUpload from "@/components/common/FileUpload"; +import ExcelFileUpload from "@/components/common/ExcelFileUpload"; +// 富文本编辑组件 +import Editor from "@/components/common/Editor"; +// api 接口 +import api from '@/utils/api' +// 数据校验工具类 +import * as validate from '@/utils/validate.js' +// 后台地图 +import VueAMap from 'vue-amap' +import '@/icons' +//excel导出 +import JsonExcel from 'vue-json-excel' +//打印 +import printJS from 'print-js' +//MD5 +import md5 from 'js-md5'; + +// 后台地图 +Vue.use(VueAMap) +VueAMap.initAMapApiLoader({ + key: 'ca04cee7ac952691aa67a131e6f0cee0', + plugin: ['AMap.Autocomplete', 'AMap.PlaceSearch', 'AMap.Scale', 'AMap.OverView', 'AMap.ToolBar', 'AMap.MapType', 'AMap.PolyEditor', 'AMap.CircleEditor', 'AMap.Geocoder'], + // 默认高德 sdk 版本为 1.4.4 + v: '1.4.4' +}) +Vue.prototype.$validate = validate +Vue.prototype.$http = http // ajax请求方法 +Vue.prototype.$echarts = echarts +Vue.prototype.$base = base.get() +Vue.prototype.$project = base.getProjectName() +Vue.prototype.$storage = storage +Vue.prototype.$api = api +// 判断权限方法 +Vue.prototype.isAuth = isAuth +Vue.prototype.getCurDateTime = getCurDateTime +Vue.prototype.getCurDate = getCurDate +// Vue.prototype.$base = base +Vue.use(ElementUI, { size: 'medium', zIndex: 3000 }); +Vue.config.productionTip = false +// 组件全局组件 +Vue.component('bread-crumbs', BreadCrumbs) +Vue.component('file-upload', FileUpload) +Vue.component('excel-file-upload', ExcelFileUpload) +Vue.component('editor', Editor) +//excel导出 +Vue.component('downloadExcel', JsonExcel) +//MD5 +Vue.prototype.$md5 = md5; +new Vue({ + render: h => h(App), + router +}).$mount('#app') diff --git a/src/main/resources/admin/admin/src/router/router-static.js b/src/main/resources/admin/admin/src/router/router-static.js new file mode 100644 index 0000000..fc66337 --- /dev/null +++ b/src/main/resources/admin/admin/src/router/router-static.js @@ -0,0 +1,135 @@ + +import luxianxinxi from '@/views/modules/luxianxinxi/list' +import Vue from 'vue'; +//配置路由 +import VueRouter from 'vue-router' +Vue.use(VueRouter); +//1.创建组件 +import Index from '@/views/index' +import Home from '@/views/home' +import Login from '@/views/login' +import NotFound from '@/views/404' +import UpdatePassword from '@/views/update-password' +import pay from '@/views/pay' +import register from '@/views/register' +import center from '@/views/center' + import cheliangdangan from '@/views/modules/cheliangdangan/list' + import xubaotongzhi from '@/views/modules/xubaotongzhi/list' + import gongzuorenyuan from '@/views/modules/gongzuorenyuan/list' + import shigujilu from '@/views/modules/shigujilu/list' + import guapaishenqing from '@/views/modules/guapaishenqing/list' + import jiashiyuan from '@/views/modules/jiashiyuan/list' + import gonggaoxinxi from '@/views/modules/gonggaoxinxi/list' + import fafangpaizhao from '@/views/modules/fafangpaizhao/list' + import baoxianxinxi from '@/views/modules/baoxianxinxi/list' + + +//2.配置路由 注意:名字 +export const routes = [{ + path: '/', + name: '系统首页', + component: Index, + children: [{ + // 这里不设置值,是把main作为默认页面 + path: '/', + name: '系统首页', + component: Home, + meta: {icon:'', title:'center', affix: true} + }, { + path: '/updatePassword', + name: '修改密码', + component: UpdatePassword, + meta: {icon:'', title:'updatePassword'} + }, { + path: '/pay', + name: '支付', + component: pay, + meta: {icon:'', title:'pay'} + }, { + path: '/center', + name: '个人信息', + component: center, + meta: {icon:'', title:'center'} + } + + ,{ + path: '/luxianxinxi', + name: '路线信息', + component: luxianxinxi + } +,{ + path: '/cheliangdangan', + name: '车辆档案', + component: cheliangdangan + } + ,{ + path: '/xubaotongzhi', + name: '续保通知', + component: xubaotongzhi + } + ,{ + path: '/gongzuorenyuan', + name: '工作人员', + component: gongzuorenyuan + } + ,{ + path: '/shigujilu', + name: '事故记录', + component: shigujilu + } + ,{ + path: '/guapaishenqing', + name: '挂牌申请', + component: guapaishenqing + } + ,{ + path: '/jiashiyuan', + name: '驾驶员', + component: jiashiyuan + } + ,{ + path: '/gonggaoxinxi', + name: '公告信息', + component: gonggaoxinxi + } + ,{ + path: '/fafangpaizhao', + name: '发放牌照', + component: fafangpaizhao + } + ,{ + path: '/baoxianxinxi', + name: '保险信息', + component: baoxianxinxi + } + ] + }, + { + path: '/login', + name: 'login', + component: Login, + meta: {icon:'', title:'login'} + }, + { + path: '/register', + name: 'register', + component: register, + meta: {icon:'', title:'register'} + }, + { + path: '*', + component: NotFound + } +] +//3.实例化VueRouter 注意:名字 +const router = new VueRouter({ + mode: 'hash', + /*hash模式改为history*/ + routes // (缩写)相当于 routes: routes +}) +const originalPush = VueRouter.prototype.push +//修改原型对象中的push方法 +VueRouter.prototype.push = function push(location) { + return originalPush.call(this, location).catch(err => err) +} +export default router; diff --git a/src/main/resources/admin/admin/src/store/index.js b/src/main/resources/admin/admin/src/store/index.js new file mode 100644 index 0000000..fa07aba --- /dev/null +++ b/src/main/resources/admin/admin/src/store/index.js @@ -0,0 +1,13 @@ +import Vue from 'vue' +import Vuex from 'vuex' +import tagsView from './modules/tagsView' + +Vue.use(Vuex) + +const store = new Vuex.Store({ + modules: { + tagsView, + } +}) + +export default store diff --git a/src/main/resources/admin/admin/src/store/modules/tagsView.js b/src/main/resources/admin/admin/src/store/modules/tagsView.js new file mode 100644 index 0000000..a8d1098 --- /dev/null +++ b/src/main/resources/admin/admin/src/store/modules/tagsView.js @@ -0,0 +1,166 @@ +const state = { + visitedViews: [], + cachedViews: [] +} + +const mutations = { + ADD_VISITED_VIEW: (state, view) => { + if (state.visitedViews.some(v => v.path === view.path)) return + state.visitedViews.push( + Object.assign({}, view, { + title: view.meta.title || 'no-name' + }) + ) + }, + ADD_CACHED_VIEW: (state, view) => { + if (state.cachedViews.includes(view.name)) return + if (!view.meta.noCache) { + state.cachedViews.push(view.name) + } + }, + + DEL_VISITED_VIEW: (state, view) => { + for (const [i, v] of state.visitedViews.entries()) { + if (v.path === view.path) { + state.visitedViews.splice(i, 1) + break + } + } + }, + DEL_CACHED_VIEW: (state, view) => { + for (const i of state.cachedViews) { + if (i === view.name) { + const index = state.cachedViews.indexOf(i) + state.cachedViews.splice(index, 1) + break + } + } + }, + + DEL_OTHERS_VISITED_VIEWS: (state, view) => { + state.visitedViews = state.visitedViews.filter(v => { + return v.meta.affix || v.path === view.path + }) + }, + DEL_OTHERS_CACHED_VIEWS: (state, view) => { + for (const i of state.cachedViews) { + if (i === view.name) { + const index = state.cachedViews.indexOf(i) + state.cachedViews = state.cachedViews.slice(index, index + 1) + break + } + } + }, + + DEL_ALL_VISITED_VIEWS: state => { + // keep affix tags + const affixTags = state.visitedViews.filter(tag => tag.meta.affix) + state.visitedViews = affixTags + }, + DEL_ALL_CACHED_VIEWS: state => { + state.cachedViews = [] + }, + + UPDATE_VISITED_VIEW: (state, view) => { + for (let v of state.visitedViews) { + if (v.path === view.path) { + v = Object.assign(v, view) + break + } + } + } +} + +const actions = { + addView({ dispatch }, view) { + dispatch('addVisitedView', view) + dispatch('addCachedView', view) + }, + addVisitedView({ commit }, view) { + commit('ADD_VISITED_VIEW', view) + }, + addCachedView({ commit }, view) { + commit('ADD_CACHED_VIEW', view) + }, + + delView({ dispatch, state }, view) { + console.log('---') + return new Promise(resolve => { + dispatch('delVisitedView', view) + dispatch('delCachedView', view) + resolve({ + visitedViews: [...state.visitedViews], + cachedViews: [...state.cachedViews] + }) + }) + }, + delVisitedView({ commit, state }, view) { + return new Promise(resolve => { + commit('DEL_VISITED_VIEW', view) + resolve([...state.visitedViews]) + }) + }, + delCachedView({ commit, state }, view) { + return new Promise(resolve => { + commit('DEL_CACHED_VIEW', view) + resolve([...state.cachedViews]) + }) + }, + + delOthersViews({ dispatch, state }, view) { + return new Promise(resolve => { + dispatch('delOthersVisitedViews', view) + dispatch('delOthersCachedViews', view) + resolve({ + visitedViews: [...state.visitedViews], + cachedViews: [...state.cachedViews] + }) + }) + }, + delOthersVisitedViews({ commit, state }, view) { + return new Promise(resolve => { + commit('DEL_OTHERS_VISITED_VIEWS', view) + resolve([...state.visitedViews]) + }) + }, + delOthersCachedViews({ commit, state }, view) { + return new Promise(resolve => { + commit('DEL_OTHERS_CACHED_VIEWS', view) + resolve([...state.cachedViews]) + }) + }, + + delAllViews({ dispatch, state }, view) { + return new Promise(resolve => { + dispatch('delAllVisitedViews', view) + dispatch('delAllCachedViews', view) + resolve({ + visitedViews: [...state.visitedViews], + cachedViews: [...state.cachedViews] + }) + }) + }, + delAllVisitedViews({ commit, state }) { + return new Promise(resolve => { + commit('DEL_ALL_VISITED_VIEWS') + resolve([...state.visitedViews]) + }) + }, + delAllCachedViews({ commit, state }) { + return new Promise(resolve => { + commit('DEL_ALL_CACHED_VIEWS') + resolve([...state.cachedViews]) + }) + }, + + updateVisitedView({ commit }, view) { + commit('UPDATE_VISITED_VIEW', view) + } +} + +export default { + namespaced: true, + state, + mutations, + actions +} diff --git a/src/main/resources/admin/admin/src/store/store.js b/src/main/resources/admin/admin/src/store/store.js new file mode 100644 index 0000000..e69de29 diff --git a/src/main/resources/admin/admin/src/utils/api.js b/src/main/resources/admin/admin/src/utils/api.js new file mode 100644 index 0000000..5e963fd --- /dev/null +++ b/src/main/resources/admin/admin/src/utils/api.js @@ -0,0 +1,17 @@ +const api = { + // 积分订单 + orderpage: 'orders/page', + orderdelete: 'orders/delete', + orderinfo: 'orders/info/', + ordersave: 'orders/save', + orderupdate: 'orders/update', + // 配置 + configpage: 'config/page', + configdelete: 'config/delete', + configinfo: 'config/info/', + configsave: 'config/save', + configupdate: 'config/update' + +} + +export default api diff --git a/src/main/resources/admin/admin/src/utils/base.js b/src/main/resources/admin/admin/src/utils/base.js new file mode 100644 index 0000000..13bd863 --- /dev/null +++ b/src/main/resources/admin/admin/src/utils/base.js @@ -0,0 +1,16 @@ +const base = { + get() { + return { + url : "http://localhost:8080/springbootbv4939cb/", + name: "springbootbv4939cb", + // 退出到首页链接 + indexUrl: '' + }; + }, + getProjectName(){ + return { + projectName: "基于Java Web的车队管理信息系统" + } + } +} +export default base diff --git a/src/main/resources/admin/admin/src/utils/cryptojs.js b/src/main/resources/admin/admin/src/utils/cryptojs.js new file mode 100644 index 0000000..05ec83b --- /dev/null +++ b/src/main/resources/admin/admin/src/utils/cryptojs.js @@ -0,0 +1,6047 @@ +; +(function(root, factory) { + if (typeof exports === "object") { + // CommonJS + module.exports = exports = factory(); + } else if (typeof define === "function" && define.amd) { + // AMD + define([], factory); + } else { + // Global (browser) + root.CryptoJS = factory(); + } +}(this, function() { + + /** + * CryptoJS core components. + */ + var CryptoJS = CryptoJS || (function(Math, undefined) { + /* + * Local polyfil of Object.create + */ + var create = Object.create || (function() { + function F() {}; + + return function(obj) { + var subtype; + + F.prototype = obj; + + subtype = new F(); + + F.prototype = null; + + return subtype; + }; + }()) + + /** + * CryptoJS namespace. + */ + var C = {}; + + /** + * Library namespace. + */ + var C_lib = C.lib = {}; + + /** + * Base object for prototypal inheritance. + */ + var Base = C_lib.Base = (function() { + + + return { + /** + * Creates a new object that inherits from this object. + * + * @param {Object} overrides Properties to copy into the new object. + * + * @return {Object} The new object. + * + * @static + * + * @example + * + * var MyType = CryptoJS.lib.Base.extend({ + * field: 'value', + * + * method: function () { + * } + * }); + */ + extend: function(overrides) { + // Spawn + var subtype = create(this); + + // Augment + if (overrides) { + subtype.mixIn(overrides); + } + + // Create default initializer + if (!subtype.hasOwnProperty('init') || this.init === subtype.init) { + subtype.init = function() { + subtype.$super.init.apply(this, arguments); + }; + } + + // Initializer's prototype is the subtype object + subtype.init.prototype = subtype; + + // Reference supertype + subtype.$super = this; + + return subtype; + }, + + /** + * Extends this object and runs the init method. + * Arguments to create() will be passed to init(). + * + * @return {Object} The new object. + * + * @static + * + * @example + * + * var instance = MyType.create(); + */ + create: function() { + var instance = this.extend(); + instance.init.apply(instance, arguments); + + return instance; + }, + + /** + * Initializes a newly created object. + * Override this method to add some logic when your objects are created. + * + * @example + * + * var MyType = CryptoJS.lib.Base.extend({ + * init: function () { + * // ... + * } + * }); + */ + init: function() {}, + + /** + * Copies properties into this object. + * + * @param {Object} properties The properties to mix in. + * + * @example + * + * MyType.mixIn({ + * field: 'value' + * }); + */ + mixIn: function(properties) { + for (var propertyName in properties) { + if (properties.hasOwnProperty(propertyName)) { + this[propertyName] = properties[propertyName]; + } + } + + // IE won't copy toString using the loop above + if (properties.hasOwnProperty('toString')) { + this.toString = properties.toString; + } + }, + + /** + * Creates a copy of this object. + * + * @return {Object} The clone. + * + * @example + * + * var clone = instance.clone(); + */ + clone: function() { + return this.init.prototype.extend(this); + } + }; + }()); + + /** + * An array of 32-bit words. + * + * @property {Array} words The array of 32-bit words. + * @property {number} sigBytes The number of significant bytes in this word array. + */ + var WordArray = C_lib.WordArray = Base.extend({ + /** + * Initializes a newly created word array. + * + * @param {Array} words (Optional) An array of 32-bit words. + * @param {number} sigBytes (Optional) The number of significant bytes in the words. + * + * @example + * + * var wordArray = CryptoJS.lib.WordArray.create(); + * var wordArray = CryptoJS.lib.WordArray.create([0x00010203, 0x04050607]); + * var wordArray = CryptoJS.lib.WordArray.create([0x00010203, 0x04050607], 6); + */ + init: function(words, sigBytes) { + words = this.words = words || []; + + if (sigBytes != undefined) { + this.sigBytes = sigBytes; + } else { + this.sigBytes = words.length * 4; + } + }, + + /** + * Converts this word array to a string. + * + * @param {Encoder} encoder (Optional) The encoding strategy to use. Default: CryptoJS.enc.Hex + * + * @return {string} The stringified word array. + * + * @example + * + * var string = wordArray + ''; + * var string = wordArray.toString(); + * var string = wordArray.toString(CryptoJS.enc.Utf8); + */ + toString: function(encoder) { + return (encoder || Hex).stringify(this); + }, + + /** + * Concatenates a word array to this word array. + * + * @param {WordArray} wordArray The word array to append. + * + * @return {WordArray} This word array. + * + * @example + * + * wordArray1.concat(wordArray2); + */ + concat: function(wordArray) { + // Shortcuts + var thisWords = this.words; + var thatWords = wordArray.words; + var thisSigBytes = this.sigBytes; + var thatSigBytes = wordArray.sigBytes; + + // Clamp excess bits + this.clamp(); + + // Concat + if (thisSigBytes % 4) { + // Copy one byte at a time + for (var i = 0; i < thatSigBytes; i++) { + var thatByte = (thatWords[i >>> 2] >>> (24 - (i % 4) * 8)) & 0xff; + thisWords[(thisSigBytes + i) >>> 2] |= thatByte << (24 - (( + thisSigBytes + i) % 4) * 8); + } + } else { + // Copy one word at a time + for (var i = 0; i < thatSigBytes; i += 4) { + thisWords[(thisSigBytes + i) >>> 2] = thatWords[i >>> 2]; + } + } + this.sigBytes += thatSigBytes; + + // Chainable + return this; + }, + + /** + * Removes insignificant bits. + * + * @example + * + * wordArray.clamp(); + */ + clamp: function() { + // Shortcuts + var words = this.words; + var sigBytes = this.sigBytes; + + // Clamp + words[sigBytes >>> 2] &= 0xffffffff << (32 - (sigBytes % 4) * 8); + words.length = Math.ceil(sigBytes / 4); + }, + + /** + * Creates a copy of this word array. + * + * @return {WordArray} The clone. + * + * @example + * + * var clone = wordArray.clone(); + */ + clone: function() { + var clone = Base.clone.call(this); + clone.words = this.words.slice(0); + + return clone; + }, + + /** + * Creates a word array filled with random bytes. + * + * @param {number} nBytes The number of random bytes to generate. + * + * @return {WordArray} The random word array. + * + * @static + * + * @example + * + * var wordArray = CryptoJS.lib.WordArray.random(16); + */ + random: function(nBytes) { + var words = []; + + var r = (function(m_w) { + var m_w = m_w; + var m_z = 0x3ade68b1; + var mask = 0xffffffff; + + return function() { + m_z = (0x9069 * (m_z & 0xFFFF) + (m_z >> 0x10)) & mask; + m_w = (0x4650 * (m_w & 0xFFFF) + (m_w >> 0x10)) & mask; + var result = ((m_z << 0x10) + m_w) & mask; + result /= 0x100000000; + result += 0.5; + return result * (Math.random() > .5 ? 1 : -1); + } + }); + + for (var i = 0, rcache; i < nBytes; i += 4) { + var _r = r((rcache || Math.random()) * 0x100000000); + + rcache = _r() * 0x3ade67b7; + words.push((_r() * 0x100000000) | 0); + } + + return new WordArray.init(words, nBytes); + } + }); + + /** + * Encoder namespace. + */ + var C_enc = C.enc = {}; + + /** + * Hex encoding strategy. + */ + var Hex = C_enc.Hex = { + /** + * Converts a word array to a hex string. + * + * @param {WordArray} wordArray The word array. + * + * @return {string} The hex string. + * + * @static + * + * @example + * + * var hexString = CryptoJS.enc.Hex.stringify(wordArray); + */ + stringify: function(wordArray) { + // Shortcuts + var words = wordArray.words; + var sigBytes = wordArray.sigBytes; + + // Convert + var hexChars = []; + for (var i = 0; i < sigBytes; i++) { + var bite = (words[i >>> 2] >>> (24 - (i % 4) * 8)) & 0xff; + hexChars.push((bite >>> 4).toString(16)); + hexChars.push((bite & 0x0f).toString(16)); + } + + return hexChars.join(''); + }, + + /** + * Converts a hex string to a word array. + * + * @param {string} hexStr The hex string. + * + * @return {WordArray} The word array. + * + * @static + * + * @example + * + * var wordArray = CryptoJS.enc.Hex.parse(hexString); + */ + parse: function(hexStr) { + // Shortcut + var hexStrLength = hexStr.length; + + // Convert + var words = []; + for (var i = 0; i < hexStrLength; i += 2) { + words[i >>> 3] |= parseInt(hexStr.substr(i, 2), 16) << (24 - (i % 8) * 4); + } + + return new WordArray.init(words, hexStrLength / 2); + } + }; + + /** + * Latin1 encoding strategy. + */ + var Latin1 = C_enc.Latin1 = { + /** + * Converts a word array to a Latin1 string. + * + * @param {WordArray} wordArray The word array. + * + * @return {string} The Latin1 string. + * + * @static + * + * @example + * + * var latin1String = CryptoJS.enc.Latin1.stringify(wordArray); + */ + stringify: function(wordArray) { + // Shortcuts + var words = wordArray.words; + var sigBytes = wordArray.sigBytes; + + // Convert + var latin1Chars = []; + for (var i = 0; i < sigBytes; i++) { + var bite = (words[i >>> 2] >>> (24 - (i % 4) * 8)) & 0xff; + latin1Chars.push(String.fromCharCode(bite)); + } + + return latin1Chars.join(''); + }, + + /** + * Converts a Latin1 string to a word array. + * + * @param {string} latin1Str The Latin1 string. + * + * @return {WordArray} The word array. + * + * @static + * + * @example + * + * var wordArray = CryptoJS.enc.Latin1.parse(latin1String); + */ + parse: function(latin1Str) { + // Shortcut + var latin1StrLength = latin1Str.length; + + // Convert + var words = []; + for (var i = 0; i < latin1StrLength; i++) { + words[i >>> 2] |= (latin1Str.charCodeAt(i) & 0xff) << (24 - (i % 4) * 8); + } + + return new WordArray.init(words, latin1StrLength); + } + }; + + /** + * UTF-8 encoding strategy. + */ + var Utf8 = C_enc.Utf8 = { + /** + * Converts a word array to a UTF-8 string. + * + * @param {WordArray} wordArray The word array. + * + * @return {string} The UTF-8 string. + * + * @static + * + * @example + * + * var utf8String = CryptoJS.enc.Utf8.stringify(wordArray); + */ + stringify: function(wordArray) { + try { + return decodeURIComponent(escape(Latin1.stringify(wordArray))); + } catch (e) { + throw new Error('Malformed UTF-8 data'); + } + }, + + /** + * Converts a UTF-8 string to a word array. + * + * @param {string} utf8Str The UTF-8 string. + * + * @return {WordArray} The word array. + * + * @static + * + * @example + * + * var wordArray = CryptoJS.enc.Utf8.parse(utf8String); + */ + parse: function(utf8Str) { + return Latin1.parse(unescape(encodeURIComponent(utf8Str))); + } + }; + + /** + * Abstract buffered block algorithm template. + * + * The property blockSize must be implemented in a concrete subtype. + * + * @property {number} _minBufferSize The number of blocks that should be kept unprocessed in the buffer. Default: 0 + */ + var BufferedBlockAlgorithm = C_lib.BufferedBlockAlgorithm = Base.extend({ + /** + * Resets this block algorithm's data buffer to its initial state. + * + * @example + * + * bufferedBlockAlgorithm.reset(); + */ + reset: function() { + // Initial values + this._data = new WordArray.init(); + this._nDataBytes = 0; + }, + + /** + * Adds new data to this block algorithm's buffer. + * + * @param {WordArray|string} data The data to append. Strings are converted to a WordArray using UTF-8. + * + * @example + * + * bufferedBlockAlgorithm._append('data'); + * bufferedBlockAlgorithm._append(wordArray); + */ + _append: function(data) { + // Convert string to WordArray, else assume WordArray already + if (typeof data == 'string') { + data = Utf8.parse(data); + } + + // Append + this._data.concat(data); + this._nDataBytes += data.sigBytes; + }, + + /** + * Processes available data blocks. + * + * This method invokes _doProcessBlock(offset), which must be implemented by a concrete subtype. + * + * @param {boolean} doFlush Whether all blocks and partial blocks should be processed. + * + * @return {WordArray} The processed data. + * + * @example + * + * var processedData = bufferedBlockAlgorithm._process(); + * var processedData = bufferedBlockAlgorithm._process(!!'flush'); + */ + _process: function(doFlush) { + // Shortcuts + var data = this._data; + var dataWords = data.words; + var dataSigBytes = data.sigBytes; + var blockSize = this.blockSize; + var blockSizeBytes = blockSize * 4; + + // Count blocks ready + var nBlocksReady = dataSigBytes / blockSizeBytes; + if (doFlush) { + // Round up to include partial blocks + nBlocksReady = Math.ceil(nBlocksReady); + } else { + // Round down to include only full blocks, + // less the number of blocks that must remain in the buffer + nBlocksReady = Math.max((nBlocksReady | 0) - this._minBufferSize, 0); + } + + // Count words ready + var nWordsReady = nBlocksReady * blockSize; + + // Count bytes ready + var nBytesReady = Math.min(nWordsReady * 4, dataSigBytes); + + // Process blocks + if (nWordsReady) { + for (var offset = 0; offset < nWordsReady; offset += blockSize) { + // Perform concrete-algorithm logic + this._doProcessBlock(dataWords, offset); + } + + // Remove processed words + var processedWords = dataWords.splice(0, nWordsReady); + data.sigBytes -= nBytesReady; + } + + // Return processed words + return new WordArray.init(processedWords, nBytesReady); + }, + + /** + * Creates a copy of this object. + * + * @return {Object} The clone. + * + * @example + * + * var clone = bufferedBlockAlgorithm.clone(); + */ + clone: function() { + var clone = Base.clone.call(this); + clone._data = this._data.clone(); + + return clone; + }, + + _minBufferSize: 0 + }); + + /** + * Abstract hasher template. + * + * @property {number} blockSize The number of 32-bit words this hasher operates on. Default: 16 (512 bits) + */ + var Hasher = C_lib.Hasher = BufferedBlockAlgorithm.extend({ + /** + * Configuration options. + */ + cfg: Base.extend(), + + /** + * Initializes a newly created hasher. + * + * @param {Object} cfg (Optional) The configuration options to use for this hash computation. + * + * @example + * + * var hasher = CryptoJS.algo.SHA256.create(); + */ + init: function(cfg) { + // Apply config defaults + this.cfg = this.cfg.extend(cfg); + + // Set initial values + this.reset(); + }, + + /** + * Resets this hasher to its initial state. + * + * @example + * + * hasher.reset(); + */ + reset: function() { + // Reset data buffer + BufferedBlockAlgorithm.reset.call(this); + + // Perform concrete-hasher logic + this._doReset(); + }, + + /** + * Updates this hasher with a message. + * + * @param {WordArray|string} messageUpdate The message to append. + * + * @return {Hasher} This hasher. + * + * @example + * + * hasher.update('message'); + * hasher.update(wordArray); + */ + update: function(messageUpdate) { + // Append + this._append(messageUpdate); + + // Update the hash + this._process(); + + // Chainable + return this; + }, + + /** + * Finalizes the hash computation. + * Note that the finalize operation is effectively a destructive, read-once operation. + * + * @param {WordArray|string} messageUpdate (Optional) A final message update. + * + * @return {WordArray} The hash. + * + * @example + * + * var hash = hasher.finalize(); + * var hash = hasher.finalize('message'); + * var hash = hasher.finalize(wordArray); + */ + finalize: function(messageUpdate) { + // Final message update + if (messageUpdate) { + this._append(messageUpdate); + } + + // Perform concrete-hasher logic + var hash = this._doFinalize(); + + return hash; + }, + + blockSize: 512 / 32, + + /** + * Creates a shortcut function to a hasher's object interface. + * + * @param {Hasher} hasher The hasher to create a helper for. + * + * @return {Function} The shortcut function. + * + * @static + * + * @example + * + * var SHA256 = CryptoJS.lib.Hasher._createHelper(CryptoJS.algo.SHA256); + */ + _createHelper: function(hasher) { + return function(message, cfg) { + return new hasher.init(cfg).finalize(message); + }; + }, + + /** + * Creates a shortcut function to the HMAC's object interface. + * + * @param {Hasher} hasher The hasher to use in this HMAC helper. + * + * @return {Function} The shortcut function. + * + * @static + * + * @example + * + * var HmacSHA256 = CryptoJS.lib.Hasher._createHmacHelper(CryptoJS.algo.SHA256); + */ + _createHmacHelper: function(hasher) { + return function(message, key) { + return new C_algo.HMAC.init(hasher, key).finalize(message); + }; + } + }); + + /** + * Algorithm namespace. + */ + var C_algo = C.algo = {}; + + return C; + }(Math)); + + + (function() { + // Shortcuts + var C = CryptoJS; + var C_lib = C.lib; + var WordArray = C_lib.WordArray; + var C_enc = C.enc; + + /** + * Base64 encoding strategy. + */ + var Base64 = C_enc.Base64 = { + /** + * Converts a word array to a Base64 string. + * + * @param {WordArray} wordArray The word array. + * + * @return {string} The Base64 string. + * + * @static + * + * @example + * + * var base64String = CryptoJS.enc.Base64.stringify(wordArray); + */ + stringify: function(wordArray) { + // Shortcuts + var words = wordArray.words; + var sigBytes = wordArray.sigBytes; + var map = this._map; + + // Clamp excess bits + wordArray.clamp(); + + // Convert + var base64Chars = []; + for (var i = 0; i < sigBytes; i += 3) { + var byte1 = (words[i >>> 2] >>> (24 - (i % 4) * 8)) & 0xff; + var byte2 = (words[(i + 1) >>> 2] >>> (24 - ((i + 1) % 4) * 8)) & 0xff; + var byte3 = (words[(i + 2) >>> 2] >>> (24 - ((i + 2) % 4) * 8)) & 0xff; + + var triplet = (byte1 << 16) | (byte2 << 8) | byte3; + + for (var j = 0; + (j < 4) && (i + j * 0.75 < sigBytes); j++) { + base64Chars.push(map.charAt((triplet >>> (6 * (3 - j))) & 0x3f)); + } + } + + // Add padding + var paddingChar = map.charAt(64); + if (paddingChar) { + while (base64Chars.length % 4) { + base64Chars.push(paddingChar); + } + } + + return base64Chars.join(''); + }, + + /** + * Converts a Base64 string to a word array. + * + * @param {string} base64Str The Base64 string. + * + * @return {WordArray} The word array. + * + * @static + * + * @example + * + * var wordArray = CryptoJS.enc.Base64.parse(base64String); + */ + parse: function(base64Str) { + // Shortcuts + var base64StrLength = base64Str.length; + var map = this._map; + var reverseMap = this._reverseMap; + + if (!reverseMap) { + reverseMap = this._reverseMap = []; + for (var j = 0; j < map.length; j++) { + reverseMap[map.charCodeAt(j)] = j; + } + } + + // Ignore padding + var paddingChar = map.charAt(64); + if (paddingChar) { + var paddingIndex = base64Str.indexOf(paddingChar); + if (paddingIndex !== -1) { + base64StrLength = paddingIndex; + } + } + + // Convert + return parseLoop(base64Str, base64StrLength, reverseMap); + + }, + + _map: 'ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/=' + }; + + function parseLoop(base64Str, base64StrLength, reverseMap) { + var words = []; + var nBytes = 0; + for (var i = 0; i < base64StrLength; i++) { + if (i % 4) { + var bits1 = reverseMap[base64Str.charCodeAt(i - 1)] << ((i % 4) * 2); + var bits2 = reverseMap[base64Str.charCodeAt(i)] >>> (6 - (i % 4) * 2); + words[nBytes >>> 2] |= (bits1 | bits2) << (24 - (nBytes % 4) * 8); + nBytes++; + } + } + return WordArray.create(words, nBytes); + } + }()); + + + (function(Math) { + // Shortcuts + var C = CryptoJS; + var C_lib = C.lib; + var WordArray = C_lib.WordArray; + var Hasher = C_lib.Hasher; + var C_algo = C.algo; + + // Constants table + var T = []; + + // Compute constants + (function() { + for (var i = 0; i < 64; i++) { + T[i] = (Math.abs(Math.sin(i + 1)) * 0x100000000) | 0; + } + }()); + + /** + * MD5 hash algorithm. + */ + var MD5 = C_algo.MD5 = Hasher.extend({ + _doReset: function() { + this._hash = new WordArray.init([ + 0x67452301, 0xefcdab89, + 0x98badcfe, 0x10325476 + ]); + }, + + _doProcessBlock: function(M, offset) { + // Swap endian + for (var i = 0; i < 16; i++) { + // Shortcuts + var offset_i = offset + i; + var M_offset_i = M[offset_i]; + + M[offset_i] = ( + (((M_offset_i << 8) | (M_offset_i >>> 24)) & 0x00ff00ff) | + (((M_offset_i << 24) | (M_offset_i >>> 8)) & 0xff00ff00) + ); + } + + // Shortcuts + var H = this._hash.words; + + var M_offset_0 = M[offset + 0]; + var M_offset_1 = M[offset + 1]; + var M_offset_2 = M[offset + 2]; + var M_offset_3 = M[offset + 3]; + var M_offset_4 = M[offset + 4]; + var M_offset_5 = M[offset + 5]; + var M_offset_6 = M[offset + 6]; + var M_offset_7 = M[offset + 7]; + var M_offset_8 = M[offset + 8]; + var M_offset_9 = M[offset + 9]; + var M_offset_10 = M[offset + 10]; + var M_offset_11 = M[offset + 11]; + var M_offset_12 = M[offset + 12]; + var M_offset_13 = M[offset + 13]; + var M_offset_14 = M[offset + 14]; + var M_offset_15 = M[offset + 15]; + + // Working varialbes + var a = H[0]; + var b = H[1]; + var c = H[2]; + var d = H[3]; + + // Computation + a = FF(a, b, c, d, M_offset_0, 7, T[0]); + d = FF(d, a, b, c, M_offset_1, 12, T[1]); + c = FF(c, d, a, b, M_offset_2, 17, T[2]); + b = FF(b, c, d, a, M_offset_3, 22, T[3]); + a = FF(a, b, c, d, M_offset_4, 7, T[4]); + d = FF(d, a, b, c, M_offset_5, 12, T[5]); + c = FF(c, d, a, b, M_offset_6, 17, T[6]); + b = FF(b, c, d, a, M_offset_7, 22, T[7]); + a = FF(a, b, c, d, M_offset_8, 7, T[8]); + d = FF(d, a, b, c, M_offset_9, 12, T[9]); + c = FF(c, d, a, b, M_offset_10, 17, T[10]); + b = FF(b, c, d, a, M_offset_11, 22, T[11]); + a = FF(a, b, c, d, M_offset_12, 7, T[12]); + d = FF(d, a, b, c, M_offset_13, 12, T[13]); + c = FF(c, d, a, b, M_offset_14, 17, T[14]); + b = FF(b, c, d, a, M_offset_15, 22, T[15]); + + a = GG(a, b, c, d, M_offset_1, 5, T[16]); + d = GG(d, a, b, c, M_offset_6, 9, T[17]); + c = GG(c, d, a, b, M_offset_11, 14, T[18]); + b = GG(b, c, d, a, M_offset_0, 20, T[19]); + a = GG(a, b, c, d, M_offset_5, 5, T[20]); + d = GG(d, a, b, c, M_offset_10, 9, T[21]); + c = GG(c, d, a, b, M_offset_15, 14, T[22]); + b = GG(b, c, d, a, M_offset_4, 20, T[23]); + a = GG(a, b, c, d, M_offset_9, 5, T[24]); + d = GG(d, a, b, c, M_offset_14, 9, T[25]); + c = GG(c, d, a, b, M_offset_3, 14, T[26]); + b = GG(b, c, d, a, M_offset_8, 20, T[27]); + a = GG(a, b, c, d, M_offset_13, 5, T[28]); + d = GG(d, a, b, c, M_offset_2, 9, T[29]); + c = GG(c, d, a, b, M_offset_7, 14, T[30]); + b = GG(b, c, d, a, M_offset_12, 20, T[31]); + + a = HH(a, b, c, d, M_offset_5, 4, T[32]); + d = HH(d, a, b, c, M_offset_8, 11, T[33]); + c = HH(c, d, a, b, M_offset_11, 16, T[34]); + b = HH(b, c, d, a, M_offset_14, 23, T[35]); + a = HH(a, b, c, d, M_offset_1, 4, T[36]); + d = HH(d, a, b, c, M_offset_4, 11, T[37]); + c = HH(c, d, a, b, M_offset_7, 16, T[38]); + b = HH(b, c, d, a, M_offset_10, 23, T[39]); + a = HH(a, b, c, d, M_offset_13, 4, T[40]); + d = HH(d, a, b, c, M_offset_0, 11, T[41]); + c = HH(c, d, a, b, M_offset_3, 16, T[42]); + b = HH(b, c, d, a, M_offset_6, 23, T[43]); + a = HH(a, b, c, d, M_offset_9, 4, T[44]); + d = HH(d, a, b, c, M_offset_12, 11, T[45]); + c = HH(c, d, a, b, M_offset_15, 16, T[46]); + b = HH(b, c, d, a, M_offset_2, 23, T[47]); + + a = II(a, b, c, d, M_offset_0, 6, T[48]); + d = II(d, a, b, c, M_offset_7, 10, T[49]); + c = II(c, d, a, b, M_offset_14, 15, T[50]); + b = II(b, c, d, a, M_offset_5, 21, T[51]); + a = II(a, b, c, d, M_offset_12, 6, T[52]); + d = II(d, a, b, c, M_offset_3, 10, T[53]); + c = II(c, d, a, b, M_offset_10, 15, T[54]); + b = II(b, c, d, a, M_offset_1, 21, T[55]); + a = II(a, b, c, d, M_offset_8, 6, T[56]); + d = II(d, a, b, c, M_offset_15, 10, T[57]); + c = II(c, d, a, b, M_offset_6, 15, T[58]); + b = II(b, c, d, a, M_offset_13, 21, T[59]); + a = II(a, b, c, d, M_offset_4, 6, T[60]); + d = II(d, a, b, c, M_offset_11, 10, T[61]); + c = II(c, d, a, b, M_offset_2, 15, T[62]); + b = II(b, c, d, a, M_offset_9, 21, T[63]); + + // Intermediate hash value + H[0] = (H[0] + a) | 0; + H[1] = (H[1] + b) | 0; + H[2] = (H[2] + c) | 0; + H[3] = (H[3] + d) | 0; + }, + + _doFinalize: function() { + // Shortcuts + var data = this._data; + var dataWords = data.words; + + var nBitsTotal = this._nDataBytes * 8; + var nBitsLeft = data.sigBytes * 8; + + // Add padding + dataWords[nBitsLeft >>> 5] |= 0x80 << (24 - nBitsLeft % 32); + + var nBitsTotalH = Math.floor(nBitsTotal / 0x100000000); + var nBitsTotalL = nBitsTotal; + dataWords[(((nBitsLeft + 64) >>> 9) << 4) + 15] = ( + (((nBitsTotalH << 8) | (nBitsTotalH >>> 24)) & 0x00ff00ff) | + (((nBitsTotalH << 24) | (nBitsTotalH >>> 8)) & 0xff00ff00) + ); + dataWords[(((nBitsLeft + 64) >>> 9) << 4) + 14] = ( + (((nBitsTotalL << 8) | (nBitsTotalL >>> 24)) & 0x00ff00ff) | + (((nBitsTotalL << 24) | (nBitsTotalL >>> 8)) & 0xff00ff00) + ); + + data.sigBytes = (dataWords.length + 1) * 4; + + // Hash final blocks + this._process(); + + // Shortcuts + var hash = this._hash; + var H = hash.words; + + // Swap endian + for (var i = 0; i < 4; i++) { + // Shortcut + var H_i = H[i]; + + H[i] = (((H_i << 8) | (H_i >>> 24)) & 0x00ff00ff) | + (((H_i << 24) | (H_i >>> 8)) & 0xff00ff00); + } + + // Return final computed hash + return hash; + }, + + clone: function() { + var clone = Hasher.clone.call(this); + clone._hash = this._hash.clone(); + + return clone; + } + }); + + function FF(a, b, c, d, x, s, t) { + var n = a + ((b & c) | (~b & d)) + x + t; + return ((n << s) | (n >>> (32 - s))) + b; + } + + function GG(a, b, c, d, x, s, t) { + var n = a + ((b & d) | (c & ~d)) + x + t; + return ((n << s) | (n >>> (32 - s))) + b; + } + + function HH(a, b, c, d, x, s, t) { + var n = a + (b ^ c ^ d) + x + t; + return ((n << s) | (n >>> (32 - s))) + b; + } + + function II(a, b, c, d, x, s, t) { + var n = a + (c ^ (b | ~d)) + x + t; + return ((n << s) | (n >>> (32 - s))) + b; + } + + /** + * Shortcut function to the hasher's object interface. + * + * @param {WordArray|string} message The message to hash. + * + * @return {WordArray} The hash. + * + * @static + * + * @example + * + * var hash = CryptoJS.MD5('message'); + * var hash = CryptoJS.MD5(wordArray); + */ + C.MD5 = Hasher._createHelper(MD5); + + /** + * Shortcut function to the HMAC's object interface. + * + * @param {WordArray|string} message The message to hash. + * @param {WordArray|string} key The secret key. + * + * @return {WordArray} The HMAC. + * + * @static + * + * @example + * + * var hmac = CryptoJS.HmacMD5(message, key); + */ + C.HmacMD5 = Hasher._createHmacHelper(MD5); + }(Math)); + + + (function() { + // Shortcuts + var C = CryptoJS; + var C_lib = C.lib; + var WordArray = C_lib.WordArray; + var Hasher = C_lib.Hasher; + var C_algo = C.algo; + + // Reusable object + var W = []; + + /** + * SHA-1 hash algorithm. + */ + var SHA1 = C_algo.SHA1 = Hasher.extend({ + _doReset: function() { + this._hash = new WordArray.init([ + 0x67452301, 0xefcdab89, + 0x98badcfe, 0x10325476, + 0xc3d2e1f0 + ]); + }, + + _doProcessBlock: function(M, offset) { + // Shortcut + var H = this._hash.words; + + // Working variables + var a = H[0]; + var b = H[1]; + var c = H[2]; + var d = H[3]; + var e = H[4]; + + // Computation + for (var i = 0; i < 80; i++) { + if (i < 16) { + W[i] = M[offset + i] | 0; + } else { + var n = W[i - 3] ^ W[i - 8] ^ W[i - 14] ^ W[i - 16]; + W[i] = (n << 1) | (n >>> 31); + } + + var t = ((a << 5) | (a >>> 27)) + e + W[i]; + if (i < 20) { + t += ((b & c) | (~b & d)) + 0x5a827999; + } else if (i < 40) { + t += (b ^ c ^ d) + 0x6ed9eba1; + } else if (i < 60) { + t += ((b & c) | (b & d) | (c & d)) - 0x70e44324; + } else /* if (i < 80) */ { + t += (b ^ c ^ d) - 0x359d3e2a; + } + + e = d; + d = c; + c = (b << 30) | (b >>> 2); + b = a; + a = t; + } + + // Intermediate hash value + H[0] = (H[0] + a) | 0; + H[1] = (H[1] + b) | 0; + H[2] = (H[2] + c) | 0; + H[3] = (H[3] + d) | 0; + H[4] = (H[4] + e) | 0; + }, + + _doFinalize: function() { + // Shortcuts + var data = this._data; + var dataWords = data.words; + + var nBitsTotal = this._nDataBytes * 8; + var nBitsLeft = data.sigBytes * 8; + + // Add padding + dataWords[nBitsLeft >>> 5] |= 0x80 << (24 - nBitsLeft % 32); + dataWords[(((nBitsLeft + 64) >>> 9) << 4) + 14] = Math.floor(nBitsTotal / + 0x100000000); + dataWords[(((nBitsLeft + 64) >>> 9) << 4) + 15] = nBitsTotal; + data.sigBytes = dataWords.length * 4; + + // Hash final blocks + this._process(); + + // Return final computed hash + return this._hash; + }, + + clone: function() { + var clone = Hasher.clone.call(this); + clone._hash = this._hash.clone(); + + return clone; + } + }); + + /** + * Shortcut function to the hasher's object interface. + * + * @param {WordArray|string} message The message to hash. + * + * @return {WordArray} The hash. + * + * @static + * + * @example + * + * var hash = CryptoJS.SHA1('message'); + * var hash = CryptoJS.SHA1(wordArray); + */ + C.SHA1 = Hasher._createHelper(SHA1); + + /** + * Shortcut function to the HMAC's object interface. + * + * @param {WordArray|string} message The message to hash. + * @param {WordArray|string} key The secret key. + * + * @return {WordArray} The HMAC. + * + * @static + * + * @example + * + * var hmac = CryptoJS.HmacSHA1(message, key); + */ + C.HmacSHA1 = Hasher._createHmacHelper(SHA1); + }()); + + + (function(Math) { + // Shortcuts + var C = CryptoJS; + var C_lib = C.lib; + var WordArray = C_lib.WordArray; + var Hasher = C_lib.Hasher; + var C_algo = C.algo; + + // Initialization and round constants tables + var H = []; + var K = []; + + // Compute constants + (function() { + function isPrime(n) { + var sqrtN = Math.sqrt(n); + for (var factor = 2; factor <= sqrtN; factor++) { + if (!(n % factor)) { + return false; + } + } + + return true; + } + + function getFractionalBits(n) { + return ((n - (n | 0)) * 0x100000000) | 0; + } + + var n = 2; + var nPrime = 0; + while (nPrime < 64) { + if (isPrime(n)) { + if (nPrime < 8) { + H[nPrime] = getFractionalBits(Math.pow(n, 1 / 2)); + } + K[nPrime] = getFractionalBits(Math.pow(n, 1 / 3)); + + nPrime++; + } + + n++; + } + }()); + + // Reusable object + var W = []; + + /** + * SHA-256 hash algorithm. + */ + var SHA256 = C_algo.SHA256 = Hasher.extend({ + _doReset: function() { + this._hash = new WordArray.init(H.slice(0)); + }, + + _doProcessBlock: function(M, offset) { + // Shortcut + var H = this._hash.words; + + // Working variables + var a = H[0]; + var b = H[1]; + var c = H[2]; + var d = H[3]; + var e = H[4]; + var f = H[5]; + var g = H[6]; + var h = H[7]; + + // Computation + for (var i = 0; i < 64; i++) { + if (i < 16) { + W[i] = M[offset + i] | 0; + } else { + var gamma0x = W[i - 15]; + var gamma0 = ((gamma0x << 25) | (gamma0x >>> 7)) ^ + ((gamma0x << 14) | (gamma0x >>> 18)) ^ + (gamma0x >>> 3); + + var gamma1x = W[i - 2]; + var gamma1 = ((gamma1x << 15) | (gamma1x >>> 17)) ^ + ((gamma1x << 13) | (gamma1x >>> 19)) ^ + (gamma1x >>> 10); + + W[i] = gamma0 + W[i - 7] + gamma1 + W[i - 16]; + } + + var ch = (e & f) ^ (~e & g); + var maj = (a & b) ^ (a & c) ^ (b & c); + + var sigma0 = ((a << 30) | (a >>> 2)) ^ ((a << 19) | (a >>> 13)) ^ ((a << + 10) | (a >>> 22)); + var sigma1 = ((e << 26) | (e >>> 6)) ^ ((e << 21) | (e >>> 11)) ^ ((e << + 7) | (e >>> 25)); + + var t1 = h + sigma1 + ch + K[i] + W[i]; + var t2 = sigma0 + maj; + + h = g; + g = f; + f = e; + e = (d + t1) | 0; + d = c; + c = b; + b = a; + a = (t1 + t2) | 0; + } + + // Intermediate hash value + H[0] = (H[0] + a) | 0; + H[1] = (H[1] + b) | 0; + H[2] = (H[2] + c) | 0; + H[3] = (H[3] + d) | 0; + H[4] = (H[4] + e) | 0; + H[5] = (H[5] + f) | 0; + H[6] = (H[6] + g) | 0; + H[7] = (H[7] + h) | 0; + }, + + _doFinalize: function() { + // Shortcuts + var data = this._data; + var dataWords = data.words; + + var nBitsTotal = this._nDataBytes * 8; + var nBitsLeft = data.sigBytes * 8; + + // Add padding + dataWords[nBitsLeft >>> 5] |= 0x80 << (24 - nBitsLeft % 32); + dataWords[(((nBitsLeft + 64) >>> 9) << 4) + 14] = Math.floor(nBitsTotal / + 0x100000000); + dataWords[(((nBitsLeft + 64) >>> 9) << 4) + 15] = nBitsTotal; + data.sigBytes = dataWords.length * 4; + + // Hash final blocks + this._process(); + + // Return final computed hash + return this._hash; + }, + + clone: function() { + var clone = Hasher.clone.call(this); + clone._hash = this._hash.clone(); + + return clone; + } + }); + + /** + * Shortcut function to the hasher's object interface. + * + * @param {WordArray|string} message The message to hash. + * + * @return {WordArray} The hash. + * + * @static + * + * @example + * + * var hash = CryptoJS.SHA256('message'); + * var hash = CryptoJS.SHA256(wordArray); + */ + C.SHA256 = Hasher._createHelper(SHA256); + + /** + * Shortcut function to the HMAC's object interface. + * + * @param {WordArray|string} message The message to hash. + * @param {WordArray|string} key The secret key. + * + * @return {WordArray} The HMAC. + * + * @static + * + * @example + * + * var hmac = CryptoJS.HmacSHA256(message, key); + */ + C.HmacSHA256 = Hasher._createHmacHelper(SHA256); + }(Math)); + + + (function() { + // Shortcuts + var C = CryptoJS; + var C_lib = C.lib; + var WordArray = C_lib.WordArray; + var C_enc = C.enc; + + /** + * UTF-16 BE encoding strategy. + */ + var Utf16BE = C_enc.Utf16 = C_enc.Utf16BE = { + /** + * Converts a word array to a UTF-16 BE string. + * + * @param {WordArray} wordArray The word array. + * + * @return {string} The UTF-16 BE string. + * + * @static + * + * @example + * + * var utf16String = CryptoJS.enc.Utf16.stringify(wordArray); + */ + stringify: function(wordArray) { + // Shortcuts + var words = wordArray.words; + var sigBytes = wordArray.sigBytes; + + // Convert + var utf16Chars = []; + for (var i = 0; i < sigBytes; i += 2) { + var codePoint = (words[i >>> 2] >>> (16 - (i % 4) * 8)) & 0xffff; + utf16Chars.push(String.fromCharCode(codePoint)); + } + + return utf16Chars.join(''); + }, + + /** + * Converts a UTF-16 BE string to a word array. + * + * @param {string} utf16Str The UTF-16 BE string. + * + * @return {WordArray} The word array. + * + * @static + * + * @example + * + * var wordArray = CryptoJS.enc.Utf16.parse(utf16String); + */ + parse: function(utf16Str) { + // Shortcut + var utf16StrLength = utf16Str.length; + + // Convert + var words = []; + for (var i = 0; i < utf16StrLength; i++) { + words[i >>> 1] |= utf16Str.charCodeAt(i) << (16 - (i % 2) * 16); + } + + return WordArray.create(words, utf16StrLength * 2); + } + }; + + /** + * UTF-16 LE encoding strategy. + */ + C_enc.Utf16LE = { + /** + * Converts a word array to a UTF-16 LE string. + * + * @param {WordArray} wordArray The word array. + * + * @return {string} The UTF-16 LE string. + * + * @static + * + * @example + * + * var utf16Str = CryptoJS.enc.Utf16LE.stringify(wordArray); + */ + stringify: function(wordArray) { + // Shortcuts + var words = wordArray.words; + var sigBytes = wordArray.sigBytes; + + // Convert + var utf16Chars = []; + for (var i = 0; i < sigBytes; i += 2) { + var codePoint = swapEndian((words[i >>> 2] >>> (16 - (i % 4) * 8)) & 0xffff); + utf16Chars.push(String.fromCharCode(codePoint)); + } + + return utf16Chars.join(''); + }, + + /** + * Converts a UTF-16 LE string to a word array. + * + * @param {string} utf16Str The UTF-16 LE string. + * + * @return {WordArray} The word array. + * + * @static + * + * @example + * + * var wordArray = CryptoJS.enc.Utf16LE.parse(utf16Str); + */ + parse: function(utf16Str) { + // Shortcut + var utf16StrLength = utf16Str.length; + + // Convert + var words = []; + for (var i = 0; i < utf16StrLength; i++) { + words[i >>> 1] |= swapEndian(utf16Str.charCodeAt(i) << (16 - (i % 2) * 16)); + } + + return WordArray.create(words, utf16StrLength * 2); + } + }; + + function swapEndian(word) { + return ((word << 8) & 0xff00ff00) | ((word >>> 8) & 0x00ff00ff); + } + }()); + + + (function() { + // Check if typed arrays are supported + if (typeof ArrayBuffer != 'function') { + return; + } + + // Shortcuts + var C = CryptoJS; + var C_lib = C.lib; + var WordArray = C_lib.WordArray; + + // Reference original init + var superInit = WordArray.init; + + // Augment WordArray.init to handle typed arrays + var subInit = WordArray.init = function(typedArray) { + // Convert buffers to uint8 + if (typedArray instanceof ArrayBuffer) { + typedArray = new Uint8Array(typedArray); + } + + // Convert other array views to uint8 + if ( + typedArray instanceof Int8Array || + (typeof Uint8ClampedArray !== "undefined" && typedArray instanceof Uint8ClampedArray) || + typedArray instanceof Int16Array || + typedArray instanceof Uint16Array || + typedArray instanceof Int32Array || + typedArray instanceof Uint32Array || + typedArray instanceof Float32Array || + typedArray instanceof Float64Array + ) { + typedArray = new Uint8Array(typedArray.buffer, typedArray.byteOffset, typedArray + .byteLength); + } + + // Handle Uint8Array + if (typedArray instanceof Uint8Array) { + // Shortcut + var typedArrayByteLength = typedArray.byteLength; + + // Extract bytes + var words = []; + for (var i = 0; i < typedArrayByteLength; i++) { + words[i >>> 2] |= typedArray[i] << (24 - (i % 4) * 8); + } + + // Initialize this word array + superInit.call(this, words, typedArrayByteLength); + } else { + // Else call normal init + superInit.apply(this, arguments); + } + }; + + subInit.prototype = WordArray; + }()); + + + /** @preserve + (c) 2012 by Cédric Mesnil. All rights reserved. + + Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: + + - Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. + - Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. + + THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + */ + + (function(Math) { + // Shortcuts + var C = CryptoJS; + var C_lib = C.lib; + var WordArray = C_lib.WordArray; + var Hasher = C_lib.Hasher; + var C_algo = C.algo; + + // Constants table + var _zl = WordArray.create([ + 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, + 7, 4, 13, 1, 10, 6, 15, 3, 12, 0, 9, 5, 2, 14, 11, 8, + 3, 10, 14, 4, 9, 15, 8, 1, 2, 7, 0, 6, 13, 11, 5, 12, + 1, 9, 11, 10, 0, 8, 12, 4, 13, 3, 7, 15, 14, 5, 6, 2, + 4, 0, 5, 9, 7, 12, 2, 10, 14, 1, 3, 8, 11, 6, 15, 13 + ]); + var _zr = WordArray.create([ + 5, 14, 7, 0, 9, 2, 11, 4, 13, 6, 15, 8, 1, 10, 3, 12, + 6, 11, 3, 7, 0, 13, 5, 10, 14, 15, 8, 12, 4, 9, 1, 2, + 15, 5, 1, 3, 7, 14, 6, 9, 11, 8, 12, 2, 10, 0, 4, 13, + 8, 6, 4, 1, 3, 11, 15, 0, 5, 12, 2, 13, 9, 7, 10, 14, + 12, 15, 10, 4, 1, 5, 8, 7, 6, 2, 13, 14, 0, 3, 9, 11 + ]); + var _sl = WordArray.create([ + 11, 14, 15, 12, 5, 8, 7, 9, 11, 13, 14, 15, 6, 7, 9, 8, + 7, 6, 8, 13, 11, 9, 7, 15, 7, 12, 15, 9, 11, 7, 13, 12, + 11, 13, 6, 7, 14, 9, 13, 15, 14, 8, 13, 6, 5, 12, 7, 5, + 11, 12, 14, 15, 14, 15, 9, 8, 9, 14, 5, 6, 8, 6, 5, 12, + 9, 15, 5, 11, 6, 8, 13, 12, 5, 12, 13, 14, 11, 8, 5, 6 + ]); + var _sr = WordArray.create([ + 8, 9, 9, 11, 13, 15, 15, 5, 7, 7, 8, 11, 14, 14, 12, 6, + 9, 13, 15, 7, 12, 8, 9, 11, 7, 7, 12, 7, 6, 15, 13, 11, + 9, 7, 15, 11, 8, 6, 6, 14, 12, 13, 5, 14, 13, 13, 7, 5, + 15, 5, 8, 11, 14, 14, 6, 14, 6, 9, 12, 9, 12, 5, 15, 8, + 8, 5, 12, 9, 12, 5, 14, 6, 8, 13, 6, 5, 15, 13, 11, 11 + ]); + + var _hl = WordArray.create([0x00000000, 0x5A827999, 0x6ED9EBA1, 0x8F1BBCDC, 0xA953FD4E]); + var _hr = WordArray.create([0x50A28BE6, 0x5C4DD124, 0x6D703EF3, 0x7A6D76E9, 0x00000000]); + + /** + * RIPEMD160 hash algorithm. + */ + var RIPEMD160 = C_algo.RIPEMD160 = Hasher.extend({ + _doReset: function() { + this._hash = WordArray.create([0x67452301, 0xEFCDAB89, 0x98BADCFE, 0x10325476, + 0xC3D2E1F0 + ]); + }, + + _doProcessBlock: function(M, offset) { + + // Swap endian + for (var i = 0; i < 16; i++) { + // Shortcuts + var offset_i = offset + i; + var M_offset_i = M[offset_i]; + + // Swap + M[offset_i] = ( + (((M_offset_i << 8) | (M_offset_i >>> 24)) & 0x00ff00ff) | + (((M_offset_i << 24) | (M_offset_i >>> 8)) & 0xff00ff00) + ); + } + // Shortcut + var H = this._hash.words; + var hl = _hl.words; + var hr = _hr.words; + var zl = _zl.words; + var zr = _zr.words; + var sl = _sl.words; + var sr = _sr.words; + + // Working variables + var al, bl, cl, dl, el; + var ar, br, cr, dr, er; + + ar = al = H[0]; + br = bl = H[1]; + cr = cl = H[2]; + dr = dl = H[3]; + er = el = H[4]; + // Computation + var t; + for (var i = 0; i < 80; i += 1) { + t = (al + M[offset + zl[i]]) | 0; + if (i < 16) { + t += f1(bl, cl, dl) + hl[0]; + } else if (i < 32) { + t += f2(bl, cl, dl) + hl[1]; + } else if (i < 48) { + t += f3(bl, cl, dl) + hl[2]; + } else if (i < 64) { + t += f4(bl, cl, dl) + hl[3]; + } else { // if (i<80) { + t += f5(bl, cl, dl) + hl[4]; + } + t = t | 0; + t = rotl(t, sl[i]); + t = (t + el) | 0; + al = el; + el = dl; + dl = rotl(cl, 10); + cl = bl; + bl = t; + + t = (ar + M[offset + zr[i]]) | 0; + if (i < 16) { + t += f5(br, cr, dr) + hr[0]; + } else if (i < 32) { + t += f4(br, cr, dr) + hr[1]; + } else if (i < 48) { + t += f3(br, cr, dr) + hr[2]; + } else if (i < 64) { + t += f2(br, cr, dr) + hr[3]; + } else { // if (i<80) { + t += f1(br, cr, dr) + hr[4]; + } + t = t | 0; + t = rotl(t, sr[i]); + t = (t + er) | 0; + ar = er; + er = dr; + dr = rotl(cr, 10); + cr = br; + br = t; + } + // Intermediate hash value + t = (H[1] + cl + dr) | 0; + H[1] = (H[2] + dl + er) | 0; + H[2] = (H[3] + el + ar) | 0; + H[3] = (H[4] + al + br) | 0; + H[4] = (H[0] + bl + cr) | 0; + H[0] = t; + }, + + _doFinalize: function() { + // Shortcuts + var data = this._data; + var dataWords = data.words; + + var nBitsTotal = this._nDataBytes * 8; + var nBitsLeft = data.sigBytes * 8; + + // Add padding + dataWords[nBitsLeft >>> 5] |= 0x80 << (24 - nBitsLeft % 32); + dataWords[(((nBitsLeft + 64) >>> 9) << 4) + 14] = ( + (((nBitsTotal << 8) | (nBitsTotal >>> 24)) & 0x00ff00ff) | + (((nBitsTotal << 24) | (nBitsTotal >>> 8)) & 0xff00ff00) + ); + data.sigBytes = (dataWords.length + 1) * 4; + + // Hash final blocks + this._process(); + + // Shortcuts + var hash = this._hash; + var H = hash.words; + + // Swap endian + for (var i = 0; i < 5; i++) { + // Shortcut + var H_i = H[i]; + + // Swap + H[i] = (((H_i << 8) | (H_i >>> 24)) & 0x00ff00ff) | + (((H_i << 24) | (H_i >>> 8)) & 0xff00ff00); + } + + // Return final computed hash + return hash; + }, + + clone: function() { + var clone = Hasher.clone.call(this); + clone._hash = this._hash.clone(); + + return clone; + } + }); + + + function f1(x, y, z) { + return ((x) ^ (y) ^ (z)); + + } + + function f2(x, y, z) { + return (((x) & (y)) | ((~x) & (z))); + } + + function f3(x, y, z) { + return (((x) | (~(y))) ^ (z)); + } + + function f4(x, y, z) { + return (((x) & (z)) | ((y) & (~(z)))); + } + + function f5(x, y, z) { + return ((x) ^ ((y) | (~(z)))); + + } + + function rotl(x, n) { + return (x << n) | (x >>> (32 - n)); + } + + + /** + * Shortcut function to the hasher's object interface. + * + * @param {WordArray|string} message The message to hash. + * + * @return {WordArray} The hash. + * + * @static + * + * @example + * + * var hash = CryptoJS.RIPEMD160('message'); + * var hash = CryptoJS.RIPEMD160(wordArray); + */ + C.RIPEMD160 = Hasher._createHelper(RIPEMD160); + + /** + * Shortcut function to the HMAC's object interface. + * + * @param {WordArray|string} message The message to hash. + * @param {WordArray|string} key The secret key. + * + * @return {WordArray} The HMAC. + * + * @static + * + * @example + * + * var hmac = CryptoJS.HmacRIPEMD160(message, key); + */ + C.HmacRIPEMD160 = Hasher._createHmacHelper(RIPEMD160); + }(Math)); + + + (function() { + // Shortcuts + var C = CryptoJS; + var C_lib = C.lib; + var Base = C_lib.Base; + var C_enc = C.enc; + var Utf8 = C_enc.Utf8; + var C_algo = C.algo; + + /** + * HMAC algorithm. + */ + var HMAC = C_algo.HMAC = Base.extend({ + /** + * Initializes a newly created HMAC. + * + * @param {Hasher} hasher The hash algorithm to use. + * @param {WordArray|string} key The secret key. + * + * @example + * + * var hmacHasher = CryptoJS.algo.HMAC.create(CryptoJS.algo.SHA256, key); + */ + init: function(hasher, key) { + // Init hasher + hasher = this._hasher = new hasher.init(); + + // Convert string to WordArray, else assume WordArray already + if (typeof key == 'string') { + key = Utf8.parse(key); + } + + // Shortcuts + var hasherBlockSize = hasher.blockSize; + var hasherBlockSizeBytes = hasherBlockSize * 4; + + // Allow arbitrary length keys + if (key.sigBytes > hasherBlockSizeBytes) { + key = hasher.finalize(key); + } + + // Clamp excess bits + key.clamp(); + + // Clone key for inner and outer pads + var oKey = this._oKey = key.clone(); + var iKey = this._iKey = key.clone(); + + // Shortcuts + var oKeyWords = oKey.words; + var iKeyWords = iKey.words; + + // XOR keys with pad constants + for (var i = 0; i < hasherBlockSize; i++) { + oKeyWords[i] ^= 0x5c5c5c5c; + iKeyWords[i] ^= 0x36363636; + } + oKey.sigBytes = iKey.sigBytes = hasherBlockSizeBytes; + + // Set initial values + this.reset(); + }, + + /** + * Resets this HMAC to its initial state. + * + * @example + * + * hmacHasher.reset(); + */ + reset: function() { + // Shortcut + var hasher = this._hasher; + + // Reset + hasher.reset(); + hasher.update(this._iKey); + }, + + /** + * Updates this HMAC with a message. + * + * @param {WordArray|string} messageUpdate The message to append. + * + * @return {HMAC} This HMAC instance. + * + * @example + * + * hmacHasher.update('message'); + * hmacHasher.update(wordArray); + */ + update: function(messageUpdate) { + this._hasher.update(messageUpdate); + + // Chainable + return this; + }, + + /** + * Finalizes the HMAC computation. + * Note that the finalize operation is effectively a destructive, read-once operation. + * + * @param {WordArray|string} messageUpdate (Optional) A final message update. + * + * @return {WordArray} The HMAC. + * + * @example + * + * var hmac = hmacHasher.finalize(); + * var hmac = hmacHasher.finalize('message'); + * var hmac = hmacHasher.finalize(wordArray); + */ + finalize: function(messageUpdate) { + // Shortcut + var hasher = this._hasher; + + // Compute HMAC + var innerHash = hasher.finalize(messageUpdate); + hasher.reset(); + var hmac = hasher.finalize(this._oKey.clone().concat(innerHash)); + + return hmac; + } + }); + }()); + + + (function() { + // Shortcuts + var C = CryptoJS; + var C_lib = C.lib; + var Base = C_lib.Base; + var WordArray = C_lib.WordArray; + var C_algo = C.algo; + var SHA1 = C_algo.SHA1; + var HMAC = C_algo.HMAC; + + /** + * Password-Based Key Derivation Function 2 algorithm. + */ + var PBKDF2 = C_algo.PBKDF2 = Base.extend({ + /** + * Configuration options. + * + * @property {number} keySize The key size in words to generate. Default: 4 (128 bits) + * @property {Hasher} hasher The hasher to use. Default: SHA1 + * @property {number} iterations The number of iterations to perform. Default: 1 + */ + cfg: Base.extend({ + keySize: 128 / 32, + hasher: SHA1, + iterations: 1 + }), + + /** + * Initializes a newly created key derivation function. + * + * @param {Object} cfg (Optional) The configuration options to use for the derivation. + * + * @example + * + * var kdf = CryptoJS.algo.PBKDF2.create(); + * var kdf = CryptoJS.algo.PBKDF2.create({ keySize: 8 }); + * var kdf = CryptoJS.algo.PBKDF2.create({ keySize: 8, iterations: 1000 }); + */ + init: function(cfg) { + this.cfg = this.cfg.extend(cfg); + }, + + /** + * Computes the Password-Based Key Derivation Function 2. + * + * @param {WordArray|string} password The password. + * @param {WordArray|string} salt A salt. + * + * @return {WordArray} The derived key. + * + * @example + * + * var key = kdf.compute(password, salt); + */ + compute: function(password, salt) { + // Shortcut + var cfg = this.cfg; + + // Init HMAC + var hmac = HMAC.create(cfg.hasher, password); + + // Initial values + var derivedKey = WordArray.create(); + var blockIndex = WordArray.create([0x00000001]); + + // Shortcuts + var derivedKeyWords = derivedKey.words; + var blockIndexWords = blockIndex.words; + var keySize = cfg.keySize; + var iterations = cfg.iterations; + + // Generate key + while (derivedKeyWords.length < keySize) { + var block = hmac.update(salt).finalize(blockIndex); + hmac.reset(); + + // Shortcuts + var blockWords = block.words; + var blockWordsLength = blockWords.length; + + // Iterations + var intermediate = block; + for (var i = 1; i < iterations; i++) { + intermediate = hmac.finalize(intermediate); + hmac.reset(); + + // Shortcut + var intermediateWords = intermediate.words; + + // XOR intermediate with block + for (var j = 0; j < blockWordsLength; j++) { + blockWords[j] ^= intermediateWords[j]; + } + } + + derivedKey.concat(block); + blockIndexWords[0]++; + } + derivedKey.sigBytes = keySize * 4; + + return derivedKey; + } + }); + + /** + * Computes the Password-Based Key Derivation Function 2. + * + * @param {WordArray|string} password The password. + * @param {WordArray|string} salt A salt. + * @param {Object} cfg (Optional) The configuration options to use for this computation. + * + * @return {WordArray} The derived key. + * + * @static + * + * @example + * + * var key = CryptoJS.PBKDF2(password, salt); + * var key = CryptoJS.PBKDF2(password, salt, { keySize: 8 }); + * var key = CryptoJS.PBKDF2(password, salt, { keySize: 8, iterations: 1000 }); + */ + C.PBKDF2 = function(password, salt, cfg) { + return PBKDF2.create(cfg).compute(password, salt); + }; + }()); + + + (function() { + // Shortcuts + var C = CryptoJS; + var C_lib = C.lib; + var Base = C_lib.Base; + var WordArray = C_lib.WordArray; + var C_algo = C.algo; + var MD5 = C_algo.MD5; + + /** + * This key derivation function is meant to conform with EVP_BytesToKey. + * www.openssl.org/docs/crypto/EVP_BytesToKey.html + */ + var EvpKDF = C_algo.EvpKDF = Base.extend({ + /** + * Configuration options. + * + * @property {number} keySize The key size in words to generate. Default: 4 (128 bits) + * @property {Hasher} hasher The hash algorithm to use. Default: MD5 + * @property {number} iterations The number of iterations to perform. Default: 1 + */ + cfg: Base.extend({ + keySize: 128 / 32, + hasher: MD5, + iterations: 1 + }), + + /** + * Initializes a newly created key derivation function. + * + * @param {Object} cfg (Optional) The configuration options to use for the derivation. + * + * @example + * + * var kdf = CryptoJS.algo.EvpKDF.create(); + * var kdf = CryptoJS.algo.EvpKDF.create({ keySize: 8 }); + * var kdf = CryptoJS.algo.EvpKDF.create({ keySize: 8, iterations: 1000 }); + */ + init: function(cfg) { + this.cfg = this.cfg.extend(cfg); + }, + + /** + * Derives a key from a password. + * + * @param {WordArray|string} password The password. + * @param {WordArray|string} salt A salt. + * + * @return {WordArray} The derived key. + * + * @example + * + * var key = kdf.compute(password, salt); + */ + compute: function(password, salt) { + // Shortcut + var cfg = this.cfg; + + // Init hasher + var hasher = cfg.hasher.create(); + + // Initial values + var derivedKey = WordArray.create(); + + // Shortcuts + var derivedKeyWords = derivedKey.words; + var keySize = cfg.keySize; + var iterations = cfg.iterations; + + // Generate key + while (derivedKeyWords.length < keySize) { + if (block) { + hasher.update(block); + } + var block = hasher.update(password).finalize(salt); + hasher.reset(); + + // Iterations + for (var i = 1; i < iterations; i++) { + block = hasher.finalize(block); + hasher.reset(); + } + + derivedKey.concat(block); + } + derivedKey.sigBytes = keySize * 4; + + return derivedKey; + } + }); + + /** + * Derives a key from a password. + * + * @param {WordArray|string} password The password. + * @param {WordArray|string} salt A salt. + * @param {Object} cfg (Optional) The configuration options to use for this computation. + * + * @return {WordArray} The derived key. + * + * @static + * + * @example + * + * var key = CryptoJS.EvpKDF(password, salt); + * var key = CryptoJS.EvpKDF(password, salt, { keySize: 8 }); + * var key = CryptoJS.EvpKDF(password, salt, { keySize: 8, iterations: 1000 }); + */ + C.EvpKDF = function(password, salt, cfg) { + return EvpKDF.create(cfg).compute(password, salt); + }; + }()); + + + (function() { + // Shortcuts + var C = CryptoJS; + var C_lib = C.lib; + var WordArray = C_lib.WordArray; + var C_algo = C.algo; + var SHA256 = C_algo.SHA256; + + /** + * SHA-224 hash algorithm. + */ + var SHA224 = C_algo.SHA224 = SHA256.extend({ + _doReset: function() { + this._hash = new WordArray.init([ + 0xc1059ed8, 0x367cd507, 0x3070dd17, 0xf70e5939, + 0xffc00b31, 0x68581511, 0x64f98fa7, 0xbefa4fa4 + ]); + }, + + _doFinalize: function() { + var hash = SHA256._doFinalize.call(this); + + hash.sigBytes -= 4; + + return hash; + } + }); + + /** + * Shortcut function to the hasher's object interface. + * + * @param {WordArray|string} message The message to hash. + * + * @return {WordArray} The hash. + * + * @static + * + * @example + * + * var hash = CryptoJS.SHA224('message'); + * var hash = CryptoJS.SHA224(wordArray); + */ + C.SHA224 = SHA256._createHelper(SHA224); + + /** + * Shortcut function to the HMAC's object interface. + * + * @param {WordArray|string} message The message to hash. + * @param {WordArray|string} key The secret key. + * + * @return {WordArray} The HMAC. + * + * @static + * + * @example + * + * var hmac = CryptoJS.HmacSHA224(message, key); + */ + C.HmacSHA224 = SHA256._createHmacHelper(SHA224); + }()); + + + (function(undefined) { + // Shortcuts + var C = CryptoJS; + var C_lib = C.lib; + var Base = C_lib.Base; + var X32WordArray = C_lib.WordArray; + + /** + * x64 namespace. + */ + var C_x64 = C.x64 = {}; + + /** + * A 64-bit word. + */ + var X64Word = C_x64.Word = Base.extend({ + /** + * Initializes a newly created 64-bit word. + * + * @param {number} high The high 32 bits. + * @param {number} low The low 32 bits. + * + * @example + * + * var x64Word = CryptoJS.x64.Word.create(0x00010203, 0x04050607); + */ + init: function(high, low) { + this.high = high; + this.low = low; + } + + /** + * Bitwise NOTs this word. + * + * @return {X64Word} A new x64-Word object after negating. + * + * @example + * + * var negated = x64Word.not(); + */ + // not: function () { + // var high = ~this.high; + // var low = ~this.low; + + // return X64Word.create(high, low); + // }, + + /** + * Bitwise ANDs this word with the passed word. + * + * @param {X64Word} word The x64-Word to AND with this word. + * + * @return {X64Word} A new x64-Word object after ANDing. + * + * @example + * + * var anded = x64Word.and(anotherX64Word); + */ + // and: function (word) { + // var high = this.high & word.high; + // var low = this.low & word.low; + + // return X64Word.create(high, low); + // }, + + /** + * Bitwise ORs this word with the passed word. + * + * @param {X64Word} word The x64-Word to OR with this word. + * + * @return {X64Word} A new x64-Word object after ORing. + * + * @example + * + * var ored = x64Word.or(anotherX64Word); + */ + // or: function (word) { + // var high = this.high | word.high; + // var low = this.low | word.low; + + // return X64Word.create(high, low); + // }, + + /** + * Bitwise XORs this word with the passed word. + * + * @param {X64Word} word The x64-Word to XOR with this word. + * + * @return {X64Word} A new x64-Word object after XORing. + * + * @example + * + * var xored = x64Word.xor(anotherX64Word); + */ + // xor: function (word) { + // var high = this.high ^ word.high; + // var low = this.low ^ word.low; + + // return X64Word.create(high, low); + // }, + + /** + * Shifts this word n bits to the left. + * + * @param {number} n The number of bits to shift. + * + * @return {X64Word} A new x64-Word object after shifting. + * + * @example + * + * var shifted = x64Word.shiftL(25); + */ + // shiftL: function (n) { + // if (n < 32) { + // var high = (this.high << n) | (this.low >>> (32 - n)); + // var low = this.low << n; + // } else { + // var high = this.low << (n - 32); + // var low = 0; + // } + + // return X64Word.create(high, low); + // }, + + /** + * Shifts this word n bits to the right. + * + * @param {number} n The number of bits to shift. + * + * @return {X64Word} A new x64-Word object after shifting. + * + * @example + * + * var shifted = x64Word.shiftR(7); + */ + // shiftR: function (n) { + // if (n < 32) { + // var low = (this.low >>> n) | (this.high << (32 - n)); + // var high = this.high >>> n; + // } else { + // var low = this.high >>> (n - 32); + // var high = 0; + // } + + // return X64Word.create(high, low); + // }, + + /** + * Rotates this word n bits to the left. + * + * @param {number} n The number of bits to rotate. + * + * @return {X64Word} A new x64-Word object after rotating. + * + * @example + * + * var rotated = x64Word.rotL(25); + */ + // rotL: function (n) { + // return this.shiftL(n).or(this.shiftR(64 - n)); + // }, + + /** + * Rotates this word n bits to the right. + * + * @param {number} n The number of bits to rotate. + * + * @return {X64Word} A new x64-Word object after rotating. + * + * @example + * + * var rotated = x64Word.rotR(7); + */ + // rotR: function (n) { + // return this.shiftR(n).or(this.shiftL(64 - n)); + // }, + + /** + * Adds this word with the passed word. + * + * @param {X64Word} word The x64-Word to add with this word. + * + * @return {X64Word} A new x64-Word object after adding. + * + * @example + * + * var added = x64Word.add(anotherX64Word); + */ + // add: function (word) { + // var low = (this.low + word.low) | 0; + // var carry = (low >>> 0) < (this.low >>> 0) ? 1 : 0; + // var high = (this.high + word.high + carry) | 0; + + // return X64Word.create(high, low); + // } + }); + + /** + * An array of 64-bit words. + * + * @property {Array} words The array of CryptoJS.x64.Word objects. + * @property {number} sigBytes The number of significant bytes in this word array. + */ + var X64WordArray = C_x64.WordArray = Base.extend({ + /** + * Initializes a newly created word array. + * + * @param {Array} words (Optional) An array of CryptoJS.x64.Word objects. + * @param {number} sigBytes (Optional) The number of significant bytes in the words. + * + * @example + * + * var wordArray = CryptoJS.x64.WordArray.create(); + * + * var wordArray = CryptoJS.x64.WordArray.create([ + * CryptoJS.x64.Word.create(0x00010203, 0x04050607), + * CryptoJS.x64.Word.create(0x18191a1b, 0x1c1d1e1f) + * ]); + * + * var wordArray = CryptoJS.x64.WordArray.create([ + * CryptoJS.x64.Word.create(0x00010203, 0x04050607), + * CryptoJS.x64.Word.create(0x18191a1b, 0x1c1d1e1f) + * ], 10); + */ + init: function(words, sigBytes) { + words = this.words = words || []; + + if (sigBytes != undefined) { + this.sigBytes = sigBytes; + } else { + this.sigBytes = words.length * 8; + } + }, + + /** + * Converts this 64-bit word array to a 32-bit word array. + * + * @return {CryptoJS.lib.WordArray} This word array's data as a 32-bit word array. + * + * @example + * + * var x32WordArray = x64WordArray.toX32(); + */ + toX32: function() { + // Shortcuts + var x64Words = this.words; + var x64WordsLength = x64Words.length; + + // Convert + var x32Words = []; + for (var i = 0; i < x64WordsLength; i++) { + var x64Word = x64Words[i]; + x32Words.push(x64Word.high); + x32Words.push(x64Word.low); + } + + return X32WordArray.create(x32Words, this.sigBytes); + }, + + /** + * Creates a copy of this word array. + * + * @return {X64WordArray} The clone. + * + * @example + * + * var clone = x64WordArray.clone(); + */ + clone: function() { + var clone = Base.clone.call(this); + + // Clone "words" array + var words = clone.words = this.words.slice(0); + + // Clone each X64Word object + var wordsLength = words.length; + for (var i = 0; i < wordsLength; i++) { + words[i] = words[i].clone(); + } + + return clone; + } + }); + }()); + + + (function(Math) { + // Shortcuts + var C = CryptoJS; + var C_lib = C.lib; + var WordArray = C_lib.WordArray; + var Hasher = C_lib.Hasher; + var C_x64 = C.x64; + var X64Word = C_x64.Word; + var C_algo = C.algo; + + // Constants tables + var RHO_OFFSETS = []; + var PI_INDEXES = []; + var ROUND_CONSTANTS = []; + + // Compute Constants + (function() { + // Compute rho offset constants + var x = 1, + y = 0; + for (var t = 0; t < 24; t++) { + RHO_OFFSETS[x + 5 * y] = ((t + 1) * (t + 2) / 2) % 64; + + var newX = y % 5; + var newY = (2 * x + 3 * y) % 5; + x = newX; + y = newY; + } + + // Compute pi index constants + for (var x = 0; x < 5; x++) { + for (var y = 0; y < 5; y++) { + PI_INDEXES[x + 5 * y] = y + ((2 * x + 3 * y) % 5) * 5; + } + } + + // Compute round constants + var LFSR = 0x01; + for (var i = 0; i < 24; i++) { + var roundConstantMsw = 0; + var roundConstantLsw = 0; + + for (var j = 0; j < 7; j++) { + if (LFSR & 0x01) { + var bitPosition = (1 << j) - 1; + if (bitPosition < 32) { + roundConstantLsw ^= 1 << bitPosition; + } else /* if (bitPosition >= 32) */ { + roundConstantMsw ^= 1 << (bitPosition - 32); + } + } + + // Compute next LFSR + if (LFSR & 0x80) { + // Primitive polynomial over GF(2): x^8 + x^6 + x^5 + x^4 + 1 + LFSR = (LFSR << 1) ^ 0x71; + } else { + LFSR <<= 1; + } + } + + ROUND_CONSTANTS[i] = X64Word.create(roundConstantMsw, roundConstantLsw); + } + }()); + + // Reusable objects for temporary values + var T = []; + (function() { + for (var i = 0; i < 25; i++) { + T[i] = X64Word.create(); + } + }()); + + /** + * SHA-3 hash algorithm. + */ + var SHA3 = C_algo.SHA3 = Hasher.extend({ + /** + * Configuration options. + * + * @property {number} outputLength + * The desired number of bits in the output hash. + * Only values permitted are: 224, 256, 384, 512. + * Default: 512 + */ + cfg: Hasher.cfg.extend({ + outputLength: 512 + }), + + _doReset: function() { + var state = this._state = [] + for (var i = 0; i < 25; i++) { + state[i] = new X64Word.init(); + } + + this.blockSize = (1600 - 2 * this.cfg.outputLength) / 32; + }, + + _doProcessBlock: function(M, offset) { + // Shortcuts + var state = this._state; + var nBlockSizeLanes = this.blockSize / 2; + + // Absorb + for (var i = 0; i < nBlockSizeLanes; i++) { + // Shortcuts + var M2i = M[offset + 2 * i]; + var M2i1 = M[offset + 2 * i + 1]; + + // Swap endian + M2i = ( + (((M2i << 8) | (M2i >>> 24)) & 0x00ff00ff) | + (((M2i << 24) | (M2i >>> 8)) & 0xff00ff00) + ); + M2i1 = ( + (((M2i1 << 8) | (M2i1 >>> 24)) & 0x00ff00ff) | + (((M2i1 << 24) | (M2i1 >>> 8)) & 0xff00ff00) + ); + + // Absorb message into state + var lane = state[i]; + lane.high ^= M2i1; + lane.low ^= M2i; + } + + // Rounds + for (var round = 0; round < 24; round++) { + // Theta + for (var x = 0; x < 5; x++) { + // Mix column lanes + var tMsw = 0, + tLsw = 0; + for (var y = 0; y < 5; y++) { + var lane = state[x + 5 * y]; + tMsw ^= lane.high; + tLsw ^= lane.low; + } + + // Temporary values + var Tx = T[x]; + Tx.high = tMsw; + Tx.low = tLsw; + } + for (var x = 0; x < 5; x++) { + // Shortcuts + var Tx4 = T[(x + 4) % 5]; + var Tx1 = T[(x + 1) % 5]; + var Tx1Msw = Tx1.high; + var Tx1Lsw = Tx1.low; + + // Mix surrounding columns + var tMsw = Tx4.high ^ ((Tx1Msw << 1) | (Tx1Lsw >>> 31)); + var tLsw = Tx4.low ^ ((Tx1Lsw << 1) | (Tx1Msw >>> 31)); + for (var y = 0; y < 5; y++) { + var lane = state[x + 5 * y]; + lane.high ^= tMsw; + lane.low ^= tLsw; + } + } + + // Rho Pi + for (var laneIndex = 1; laneIndex < 25; laneIndex++) { + // Shortcuts + var lane = state[laneIndex]; + var laneMsw = lane.high; + var laneLsw = lane.low; + var rhoOffset = RHO_OFFSETS[laneIndex]; + + // Rotate lanes + if (rhoOffset < 32) { + var tMsw = (laneMsw << rhoOffset) | (laneLsw >>> (32 - rhoOffset)); + var tLsw = (laneLsw << rhoOffset) | (laneMsw >>> (32 - rhoOffset)); + } else /* if (rhoOffset >= 32) */ { + var tMsw = (laneLsw << (rhoOffset - 32)) | (laneMsw >>> (64 - + rhoOffset)); + var tLsw = (laneMsw << (rhoOffset - 32)) | (laneLsw >>> (64 - + rhoOffset)); + } + + // Transpose lanes + var TPiLane = T[PI_INDEXES[laneIndex]]; + TPiLane.high = tMsw; + TPiLane.low = tLsw; + } + + // Rho pi at x = y = 0 + var T0 = T[0]; + var state0 = state[0]; + T0.high = state0.high; + T0.low = state0.low; + + // Chi + for (var x = 0; x < 5; x++) { + for (var y = 0; y < 5; y++) { + // Shortcuts + var laneIndex = x + 5 * y; + var lane = state[laneIndex]; + var TLane = T[laneIndex]; + var Tx1Lane = T[((x + 1) % 5) + 5 * y]; + var Tx2Lane = T[((x + 2) % 5) + 5 * y]; + + // Mix rows + lane.high = TLane.high ^ (~Tx1Lane.high & Tx2Lane.high); + lane.low = TLane.low ^ (~Tx1Lane.low & Tx2Lane.low); + } + } + + // Iota + var lane = state[0]; + var roundConstant = ROUND_CONSTANTS[round]; + lane.high ^= roundConstant.high; + lane.low ^= roundConstant.low;; + } + }, + + _doFinalize: function() { + // Shortcuts + var data = this._data; + var dataWords = data.words; + var nBitsTotal = this._nDataBytes * 8; + var nBitsLeft = data.sigBytes * 8; + var blockSizeBits = this.blockSize * 32; + + // Add padding + dataWords[nBitsLeft >>> 5] |= 0x1 << (24 - nBitsLeft % 32); + dataWords[((Math.ceil((nBitsLeft + 1) / blockSizeBits) * blockSizeBits) >>> 5) - + 1] |= 0x80; + data.sigBytes = dataWords.length * 4; + + // Hash final blocks + this._process(); + + // Shortcuts + var state = this._state; + var outputLengthBytes = this.cfg.outputLength / 8; + var outputLengthLanes = outputLengthBytes / 8; + + // Squeeze + var hashWords = []; + for (var i = 0; i < outputLengthLanes; i++) { + // Shortcuts + var lane = state[i]; + var laneMsw = lane.high; + var laneLsw = lane.low; + + // Swap endian + laneMsw = ( + (((laneMsw << 8) | (laneMsw >>> 24)) & 0x00ff00ff) | + (((laneMsw << 24) | (laneMsw >>> 8)) & 0xff00ff00) + ); + laneLsw = ( + (((laneLsw << 8) | (laneLsw >>> 24)) & 0x00ff00ff) | + (((laneLsw << 24) | (laneLsw >>> 8)) & 0xff00ff00) + ); + + // Squeeze state to retrieve hash + hashWords.push(laneLsw); + hashWords.push(laneMsw); + } + + // Return final computed hash + return new WordArray.init(hashWords, outputLengthBytes); + }, + + clone: function() { + var clone = Hasher.clone.call(this); + + var state = clone._state = this._state.slice(0); + for (var i = 0; i < 25; i++) { + state[i] = state[i].clone(); + } + + return clone; + } + }); + + /** + * Shortcut function to the hasher's object interface. + * + * @param {WordArray|string} message The message to hash. + * + * @return {WordArray} The hash. + * + * @static + * + * @example + * + * var hash = CryptoJS.SHA3('message'); + * var hash = CryptoJS.SHA3(wordArray); + */ + C.SHA3 = Hasher._createHelper(SHA3); + + /** + * Shortcut function to the HMAC's object interface. + * + * @param {WordArray|string} message The message to hash. + * @param {WordArray|string} key The secret key. + * + * @return {WordArray} The HMAC. + * + * @static + * + * @example + * + * var hmac = CryptoJS.HmacSHA3(message, key); + */ + C.HmacSHA3 = Hasher._createHmacHelper(SHA3); + }(Math)); + + + (function() { + // Shortcuts + var C = CryptoJS; + var C_lib = C.lib; + var Hasher = C_lib.Hasher; + var C_x64 = C.x64; + var X64Word = C_x64.Word; + var X64WordArray = C_x64.WordArray; + var C_algo = C.algo; + + function X64Word_create() { + return X64Word.create.apply(X64Word, arguments); + } + + // Constants + var K = [ + X64Word_create(0x428a2f98, 0xd728ae22), X64Word_create(0x71374491, 0x23ef65cd), + X64Word_create(0xb5c0fbcf, 0xec4d3b2f), X64Word_create(0xe9b5dba5, 0x8189dbbc), + X64Word_create(0x3956c25b, 0xf348b538), X64Word_create(0x59f111f1, 0xb605d019), + X64Word_create(0x923f82a4, 0xaf194f9b), X64Word_create(0xab1c5ed5, 0xda6d8118), + X64Word_create(0xd807aa98, 0xa3030242), X64Word_create(0x12835b01, 0x45706fbe), + X64Word_create(0x243185be, 0x4ee4b28c), X64Word_create(0x550c7dc3, 0xd5ffb4e2), + X64Word_create(0x72be5d74, 0xf27b896f), X64Word_create(0x80deb1fe, 0x3b1696b1), + X64Word_create(0x9bdc06a7, 0x25c71235), X64Word_create(0xc19bf174, 0xcf692694), + X64Word_create(0xe49b69c1, 0x9ef14ad2), X64Word_create(0xefbe4786, 0x384f25e3), + X64Word_create(0x0fc19dc6, 0x8b8cd5b5), X64Word_create(0x240ca1cc, 0x77ac9c65), + X64Word_create(0x2de92c6f, 0x592b0275), X64Word_create(0x4a7484aa, 0x6ea6e483), + X64Word_create(0x5cb0a9dc, 0xbd41fbd4), X64Word_create(0x76f988da, 0x831153b5), + X64Word_create(0x983e5152, 0xee66dfab), X64Word_create(0xa831c66d, 0x2db43210), + X64Word_create(0xb00327c8, 0x98fb213f), X64Word_create(0xbf597fc7, 0xbeef0ee4), + X64Word_create(0xc6e00bf3, 0x3da88fc2), X64Word_create(0xd5a79147, 0x930aa725), + X64Word_create(0x06ca6351, 0xe003826f), X64Word_create(0x14292967, 0x0a0e6e70), + X64Word_create(0x27b70a85, 0x46d22ffc), X64Word_create(0x2e1b2138, 0x5c26c926), + X64Word_create(0x4d2c6dfc, 0x5ac42aed), X64Word_create(0x53380d13, 0x9d95b3df), + X64Word_create(0x650a7354, 0x8baf63de), X64Word_create(0x766a0abb, 0x3c77b2a8), + X64Word_create(0x81c2c92e, 0x47edaee6), X64Word_create(0x92722c85, 0x1482353b), + X64Word_create(0xa2bfe8a1, 0x4cf10364), X64Word_create(0xa81a664b, 0xbc423001), + X64Word_create(0xc24b8b70, 0xd0f89791), X64Word_create(0xc76c51a3, 0x0654be30), + X64Word_create(0xd192e819, 0xd6ef5218), X64Word_create(0xd6990624, 0x5565a910), + X64Word_create(0xf40e3585, 0x5771202a), X64Word_create(0x106aa070, 0x32bbd1b8), + X64Word_create(0x19a4c116, 0xb8d2d0c8), X64Word_create(0x1e376c08, 0x5141ab53), + X64Word_create(0x2748774c, 0xdf8eeb99), X64Word_create(0x34b0bcb5, 0xe19b48a8), + X64Word_create(0x391c0cb3, 0xc5c95a63), X64Word_create(0x4ed8aa4a, 0xe3418acb), + X64Word_create(0x5b9cca4f, 0x7763e373), X64Word_create(0x682e6ff3, 0xd6b2b8a3), + X64Word_create(0x748f82ee, 0x5defb2fc), X64Word_create(0x78a5636f, 0x43172f60), + X64Word_create(0x84c87814, 0xa1f0ab72), X64Word_create(0x8cc70208, 0x1a6439ec), + X64Word_create(0x90befffa, 0x23631e28), X64Word_create(0xa4506ceb, 0xde82bde9), + X64Word_create(0xbef9a3f7, 0xb2c67915), X64Word_create(0xc67178f2, 0xe372532b), + X64Word_create(0xca273ece, 0xea26619c), X64Word_create(0xd186b8c7, 0x21c0c207), + X64Word_create(0xeada7dd6, 0xcde0eb1e), X64Word_create(0xf57d4f7f, 0xee6ed178), + X64Word_create(0x06f067aa, 0x72176fba), X64Word_create(0x0a637dc5, 0xa2c898a6), + X64Word_create(0x113f9804, 0xbef90dae), X64Word_create(0x1b710b35, 0x131c471b), + X64Word_create(0x28db77f5, 0x23047d84), X64Word_create(0x32caab7b, 0x40c72493), + X64Word_create(0x3c9ebe0a, 0x15c9bebc), X64Word_create(0x431d67c4, 0x9c100d4c), + X64Word_create(0x4cc5d4be, 0xcb3e42b6), X64Word_create(0x597f299c, 0xfc657e2a), + X64Word_create(0x5fcb6fab, 0x3ad6faec), X64Word_create(0x6c44198c, 0x4a475817) + ]; + + // Reusable objects + var W = []; + (function() { + for (var i = 0; i < 80; i++) { + W[i] = X64Word_create(); + } + }()); + + /** + * SHA-512 hash algorithm. + */ + var SHA512 = C_algo.SHA512 = Hasher.extend({ + _doReset: function() { + this._hash = new X64WordArray.init([ + new X64Word.init(0x6a09e667, 0xf3bcc908), new X64Word.init( + 0xbb67ae85, 0x84caa73b), + new X64Word.init(0x3c6ef372, 0xfe94f82b), new X64Word.init( + 0xa54ff53a, 0x5f1d36f1), + new X64Word.init(0x510e527f, 0xade682d1), new X64Word.init( + 0x9b05688c, 0x2b3e6c1f), + new X64Word.init(0x1f83d9ab, 0xfb41bd6b), new X64Word.init( + 0x5be0cd19, 0x137e2179) + ]); + }, + + _doProcessBlock: function(M, offset) { + // Shortcuts + var H = this._hash.words; + + var H0 = H[0]; + var H1 = H[1]; + var H2 = H[2]; + var H3 = H[3]; + var H4 = H[4]; + var H5 = H[5]; + var H6 = H[6]; + var H7 = H[7]; + + var H0h = H0.high; + var H0l = H0.low; + var H1h = H1.high; + var H1l = H1.low; + var H2h = H2.high; + var H2l = H2.low; + var H3h = H3.high; + var H3l = H3.low; + var H4h = H4.high; + var H4l = H4.low; + var H5h = H5.high; + var H5l = H5.low; + var H6h = H6.high; + var H6l = H6.low; + var H7h = H7.high; + var H7l = H7.low; + + // Working variables + var ah = H0h; + var al = H0l; + var bh = H1h; + var bl = H1l; + var ch = H2h; + var cl = H2l; + var dh = H3h; + var dl = H3l; + var eh = H4h; + var el = H4l; + var fh = H5h; + var fl = H5l; + var gh = H6h; + var gl = H6l; + var hh = H7h; + var hl = H7l; + + // Rounds + for (var i = 0; i < 80; i++) { + // Shortcut + var Wi = W[i]; + + // Extend message + if (i < 16) { + var Wih = Wi.high = M[offset + i * 2] | 0; + var Wil = Wi.low = M[offset + i * 2 + 1] | 0; + } else { + // Gamma0 + var gamma0x = W[i - 15]; + var gamma0xh = gamma0x.high; + var gamma0xl = gamma0x.low; + var gamma0h = ((gamma0xh >>> 1) | (gamma0xl << 31)) ^ ((gamma0xh >>> + 8) | (gamma0xl << 24)) ^ (gamma0xh >>> 7); + var gamma0l = ((gamma0xl >>> 1) | (gamma0xh << 31)) ^ ((gamma0xl >>> + 8) | (gamma0xh << 24)) ^ ((gamma0xl >>> 7) | (gamma0xh << 25)); + + // Gamma1 + var gamma1x = W[i - 2]; + var gamma1xh = gamma1x.high; + var gamma1xl = gamma1x.low; + var gamma1h = ((gamma1xh >>> 19) | (gamma1xl << 13)) ^ ((gamma1xh << + 3) | (gamma1xl >>> 29)) ^ (gamma1xh >>> 6); + var gamma1l = ((gamma1xl >>> 19) | (gamma1xh << 13)) ^ ((gamma1xl << + 3) | (gamma1xh >>> 29)) ^ ((gamma1xl >>> 6) | (gamma1xh << 26)); + + // W[i] = gamma0 + W[i - 7] + gamma1 + W[i - 16] + var Wi7 = W[i - 7]; + var Wi7h = Wi7.high; + var Wi7l = Wi7.low; + + var Wi16 = W[i - 16]; + var Wi16h = Wi16.high; + var Wi16l = Wi16.low; + + var Wil = gamma0l + Wi7l; + var Wih = gamma0h + Wi7h + ((Wil >>> 0) < (gamma0l >>> 0) ? 1 : 0); + var Wil = Wil + gamma1l; + var Wih = Wih + gamma1h + ((Wil >>> 0) < (gamma1l >>> 0) ? 1 : 0); + var Wil = Wil + Wi16l; + var Wih = Wih + Wi16h + ((Wil >>> 0) < (Wi16l >>> 0) ? 1 : 0); + + Wi.high = Wih; + Wi.low = Wil; + } + + var chh = (eh & fh) ^ (~eh & gh); + var chl = (el & fl) ^ (~el & gl); + var majh = (ah & bh) ^ (ah & ch) ^ (bh & ch); + var majl = (al & bl) ^ (al & cl) ^ (bl & cl); + + var sigma0h = ((ah >>> 28) | (al << 4)) ^ ((ah << 30) | (al >>> 2)) ^ (( + ah << 25) | (al >>> 7)); + var sigma0l = ((al >>> 28) | (ah << 4)) ^ ((al << 30) | (ah >>> 2)) ^ (( + al << 25) | (ah >>> 7)); + var sigma1h = ((eh >>> 14) | (el << 18)) ^ ((eh >>> 18) | (el << 14)) ^ (( + eh << 23) | (el >>> 9)); + var sigma1l = ((el >>> 14) | (eh << 18)) ^ ((el >>> 18) | (eh << 14)) ^ (( + el << 23) | (eh >>> 9)); + + // t1 = h + sigma1 + ch + K[i] + W[i] + var Ki = K[i]; + var Kih = Ki.high; + var Kil = Ki.low; + + var t1l = hl + sigma1l; + var t1h = hh + sigma1h + ((t1l >>> 0) < (hl >>> 0) ? 1 : 0); + var t1l = t1l + chl; + var t1h = t1h + chh + ((t1l >>> 0) < (chl >>> 0) ? 1 : 0); + var t1l = t1l + Kil; + var t1h = t1h + Kih + ((t1l >>> 0) < (Kil >>> 0) ? 1 : 0); + var t1l = t1l + Wil; + var t1h = t1h + Wih + ((t1l >>> 0) < (Wil >>> 0) ? 1 : 0); + + // t2 = sigma0 + maj + var t2l = sigma0l + majl; + var t2h = sigma0h + majh + ((t2l >>> 0) < (sigma0l >>> 0) ? 1 : 0); + + // Update working variables + hh = gh; + hl = gl; + gh = fh; + gl = fl; + fh = eh; + fl = el; + el = (dl + t1l) | 0; + eh = (dh + t1h + ((el >>> 0) < (dl >>> 0) ? 1 : 0)) | 0; + dh = ch; + dl = cl; + ch = bh; + cl = bl; + bh = ah; + bl = al; + al = (t1l + t2l) | 0; + ah = (t1h + t2h + ((al >>> 0) < (t1l >>> 0) ? 1 : 0)) | 0; + } + + // Intermediate hash value + H0l = H0.low = (H0l + al); + H0.high = (H0h + ah + ((H0l >>> 0) < (al >>> 0) ? 1 : 0)); + H1l = H1.low = (H1l + bl); + H1.high = (H1h + bh + ((H1l >>> 0) < (bl >>> 0) ? 1 : 0)); + H2l = H2.low = (H2l + cl); + H2.high = (H2h + ch + ((H2l >>> 0) < (cl >>> 0) ? 1 : 0)); + H3l = H3.low = (H3l + dl); + H3.high = (H3h + dh + ((H3l >>> 0) < (dl >>> 0) ? 1 : 0)); + H4l = H4.low = (H4l + el); + H4.high = (H4h + eh + ((H4l >>> 0) < (el >>> 0) ? 1 : 0)); + H5l = H5.low = (H5l + fl); + H5.high = (H5h + fh + ((H5l >>> 0) < (fl >>> 0) ? 1 : 0)); + H6l = H6.low = (H6l + gl); + H6.high = (H6h + gh + ((H6l >>> 0) < (gl >>> 0) ? 1 : 0)); + H7l = H7.low = (H7l + hl); + H7.high = (H7h + hh + ((H7l >>> 0) < (hl >>> 0) ? 1 : 0)); + }, + + _doFinalize: function() { + // Shortcuts + var data = this._data; + var dataWords = data.words; + + var nBitsTotal = this._nDataBytes * 8; + var nBitsLeft = data.sigBytes * 8; + + // Add padding + dataWords[nBitsLeft >>> 5] |= 0x80 << (24 - nBitsLeft % 32); + dataWords[(((nBitsLeft + 128) >>> 10) << 5) + 30] = Math.floor(nBitsTotal / + 0x100000000); + dataWords[(((nBitsLeft + 128) >>> 10) << 5) + 31] = nBitsTotal; + data.sigBytes = dataWords.length * 4; + + // Hash final blocks + this._process(); + + // Convert hash to 32-bit word array before returning + var hash = this._hash.toX32(); + + // Return final computed hash + return hash; + }, + + clone: function() { + var clone = Hasher.clone.call(this); + clone._hash = this._hash.clone(); + + return clone; + }, + + blockSize: 1024 / 32 + }); + + /** + * Shortcut function to the hasher's object interface. + * + * @param {WordArray|string} message The message to hash. + * + * @return {WordArray} The hash. + * + * @static + * + * @example + * + * var hash = CryptoJS.SHA512('message'); + * var hash = CryptoJS.SHA512(wordArray); + */ + C.SHA512 = Hasher._createHelper(SHA512); + + /** + * Shortcut function to the HMAC's object interface. + * + * @param {WordArray|string} message The message to hash. + * @param {WordArray|string} key The secret key. + * + * @return {WordArray} The HMAC. + * + * @static + * + * @example + * + * var hmac = CryptoJS.HmacSHA512(message, key); + */ + C.HmacSHA512 = Hasher._createHmacHelper(SHA512); + }()); + + + (function() { + // Shortcuts + var C = CryptoJS; + var C_x64 = C.x64; + var X64Word = C_x64.Word; + var X64WordArray = C_x64.WordArray; + var C_algo = C.algo; + var SHA512 = C_algo.SHA512; + + /** + * SHA-384 hash algorithm. + */ + var SHA384 = C_algo.SHA384 = SHA512.extend({ + _doReset: function() { + this._hash = new X64WordArray.init([ + new X64Word.init(0xcbbb9d5d, 0xc1059ed8), new X64Word.init( + 0x629a292a, 0x367cd507), + new X64Word.init(0x9159015a, 0x3070dd17), new X64Word.init( + 0x152fecd8, 0xf70e5939), + new X64Word.init(0x67332667, 0xffc00b31), new X64Word.init( + 0x8eb44a87, 0x68581511), + new X64Word.init(0xdb0c2e0d, 0x64f98fa7), new X64Word.init( + 0x47b5481d, 0xbefa4fa4) + ]); + }, + + _doFinalize: function() { + var hash = SHA512._doFinalize.call(this); + + hash.sigBytes -= 16; + + return hash; + } + }); + + /** + * Shortcut function to the hasher's object interface. + * + * @param {WordArray|string} message The message to hash. + * + * @return {WordArray} The hash. + * + * @static + * + * @example + * + * var hash = CryptoJS.SHA384('message'); + * var hash = CryptoJS.SHA384(wordArray); + */ + C.SHA384 = SHA512._createHelper(SHA384); + + /** + * Shortcut function to the HMAC's object interface. + * + * @param {WordArray|string} message The message to hash. + * @param {WordArray|string} key The secret key. + * + * @return {WordArray} The HMAC. + * + * @static + * + * @example + * + * var hmac = CryptoJS.HmacSHA384(message, key); + */ + C.HmacSHA384 = SHA512._createHmacHelper(SHA384); + }()); + + + /** + * Cipher core components. + */ + CryptoJS.lib.Cipher || (function(undefined) { + // Shortcuts + var C = CryptoJS; + var C_lib = C.lib; + var Base = C_lib.Base; + var WordArray = C_lib.WordArray; + var BufferedBlockAlgorithm = C_lib.BufferedBlockAlgorithm; + var C_enc = C.enc; + var Utf8 = C_enc.Utf8; + var Base64 = C_enc.Base64; + var C_algo = C.algo; + var EvpKDF = C_algo.EvpKDF; + + /** + * Abstract base cipher template. + * + * @property {number} keySize This cipher's key size. Default: 4 (128 bits) + * @property {number} ivSize This cipher's IV size. Default: 4 (128 bits) + * @property {number} _ENC_XFORM_MODE A constant representing encryption mode. + * @property {number} _DEC_XFORM_MODE A constant representing decryption mode. + */ + var Cipher = C_lib.Cipher = BufferedBlockAlgorithm.extend({ + /** + * Configuration options. + * + * @property {WordArray} iv The IV to use for this operation. + */ + cfg: Base.extend(), + + /** + * Creates this cipher in encryption mode. + * + * @param {WordArray} key The key. + * @param {Object} cfg (Optional) The configuration options to use for this operation. + * + * @return {Cipher} A cipher instance. + * + * @static + * + * @example + * + * var cipher = CryptoJS.algo.AES.createEncryptor(keyWordArray, { iv: ivWordArray }); + */ + createEncryptor: function(key, cfg) { + return this.create(this._ENC_XFORM_MODE, key, cfg); + }, + + /** + * Creates this cipher in decryption mode. + * + * @param {WordArray} key The key. + * @param {Object} cfg (Optional) The configuration options to use for this operation. + * + * @return {Cipher} A cipher instance. + * + * @static + * + * @example + * + * var cipher = CryptoJS.algo.AES.createDecryptor(keyWordArray, { iv: ivWordArray }); + */ + createDecryptor: function(key, cfg) { + return this.create(this._DEC_XFORM_MODE, key, cfg); + }, + + /** + * Initializes a newly created cipher. + * + * @param {number} xformMode Either the encryption or decryption transormation mode constant. + * @param {WordArray} key The key. + * @param {Object} cfg (Optional) The configuration options to use for this operation. + * + * @example + * + * var cipher = CryptoJS.algo.AES.create(CryptoJS.algo.AES._ENC_XFORM_MODE, keyWordArray, { iv: ivWordArray }); + */ + init: function(xformMode, key, cfg) { + // Apply config defaults + this.cfg = this.cfg.extend(cfg); + + // Store transform mode and key + this._xformMode = xformMode; + this._key = key; + + // Set initial values + this.reset(); + }, + + /** + * Resets this cipher to its initial state. + * + * @example + * + * cipher.reset(); + */ + reset: function() { + // Reset data buffer + BufferedBlockAlgorithm.reset.call(this); + + // Perform concrete-cipher logic + this._doReset(); + }, + + /** + * Adds data to be encrypted or decrypted. + * + * @param {WordArray|string} dataUpdate The data to encrypt or decrypt. + * + * @return {WordArray} The data after processing. + * + * @example + * + * var encrypted = cipher.process('data'); + * var encrypted = cipher.process(wordArray); + */ + process: function(dataUpdate) { + // Append + this._append(dataUpdate); + + // Process available blocks + return this._process(); + }, + + /** + * Finalizes the encryption or decryption process. + * Note that the finalize operation is effectively a destructive, read-once operation. + * + * @param {WordArray|string} dataUpdate The final data to encrypt or decrypt. + * + * @return {WordArray} The data after final processing. + * + * @example + * + * var encrypted = cipher.finalize(); + * var encrypted = cipher.finalize('data'); + * var encrypted = cipher.finalize(wordArray); + */ + finalize: function(dataUpdate) { + // Final data update + if (dataUpdate) { + this._append(dataUpdate); + } + + // Perform concrete-cipher logic + var finalProcessedData = this._doFinalize(); + + return finalProcessedData; + }, + + keySize: 128 / 32, + + ivSize: 128 / 32, + + _ENC_XFORM_MODE: 1, + + _DEC_XFORM_MODE: 2, + + /** + * Creates shortcut functions to a cipher's object interface. + * + * @param {Cipher} cipher The cipher to create a helper for. + * + * @return {Object} An object with encrypt and decrypt shortcut functions. + * + * @static + * + * @example + * + * var AES = CryptoJS.lib.Cipher._createHelper(CryptoJS.algo.AES); + */ + _createHelper: (function() { + function selectCipherStrategy(key) { + if (typeof key == 'string') { + return PasswordBasedCipher; + } else { + return SerializableCipher; + } + } + + return function(cipher) { + return { + encrypt: function(message, key, cfg) { + return selectCipherStrategy(key).encrypt(cipher, + message, key, cfg); + }, + + decrypt: function(ciphertext, key, cfg) { + return selectCipherStrategy(key).decrypt(cipher, + ciphertext, key, cfg); + } + }; + }; + }()) + }); + + /** + * Abstract base stream cipher template. + * + * @property {number} blockSize The number of 32-bit words this cipher operates on. Default: 1 (32 bits) + */ + var StreamCipher = C_lib.StreamCipher = Cipher.extend({ + _doFinalize: function() { + // Process partial blocks + var finalProcessedBlocks = this._process(!!'flush'); + + return finalProcessedBlocks; + }, + + blockSize: 1 + }); + + /** + * Mode namespace. + */ + var C_mode = C.mode = {}; + + /** + * Abstract base block cipher mode template. + */ + var BlockCipherMode = C_lib.BlockCipherMode = Base.extend({ + /** + * Creates this mode for encryption. + * + * @param {Cipher} cipher A block cipher instance. + * @param {Array} iv The IV words. + * + * @static + * + * @example + * + * var mode = CryptoJS.mode.CBC.createEncryptor(cipher, iv.words); + */ + createEncryptor: function(cipher, iv) { + return this.Encryptor.create(cipher, iv); + }, + + /** + * Creates this mode for decryption. + * + * @param {Cipher} cipher A block cipher instance. + * @param {Array} iv The IV words. + * + * @static + * + * @example + * + * var mode = CryptoJS.mode.CBC.createDecryptor(cipher, iv.words); + */ + createDecryptor: function(cipher, iv) { + return this.Decryptor.create(cipher, iv); + }, + + /** + * Initializes a newly created mode. + * + * @param {Cipher} cipher A block cipher instance. + * @param {Array} iv The IV words. + * + * @example + * + * var mode = CryptoJS.mode.CBC.Encryptor.create(cipher, iv.words); + */ + init: function(cipher, iv) { + this._cipher = cipher; + this._iv = iv; + } + }); + + /** + * Cipher Block Chaining mode. + */ + var CBC = C_mode.CBC = (function() { + /** + * Abstract base CBC mode. + */ + var CBC = BlockCipherMode.extend(); + + /** + * CBC encryptor. + */ + CBC.Encryptor = CBC.extend({ + /** + * Processes the data block at offset. + * + * @param {Array} words The data words to operate on. + * @param {number} offset The offset where the block starts. + * + * @example + * + * mode.processBlock(data.words, offset); + */ + processBlock: function(words, offset) { + // Shortcuts + var cipher = this._cipher; + var blockSize = cipher.blockSize; + + // XOR and encrypt + xorBlock.call(this, words, offset, blockSize); + cipher.encryptBlock(words, offset); + + // Remember this block to use with next block + this._prevBlock = words.slice(offset, offset + blockSize); + } + }); + + /** + * CBC decryptor. + */ + CBC.Decryptor = CBC.extend({ + /** + * Processes the data block at offset. + * + * @param {Array} words The data words to operate on. + * @param {number} offset The offset where the block starts. + * + * @example + * + * mode.processBlock(data.words, offset); + */ + processBlock: function(words, offset) { + // Shortcuts + var cipher = this._cipher; + var blockSize = cipher.blockSize; + + // Remember this block to use with next block + var thisBlock = words.slice(offset, offset + blockSize); + + // Decrypt and XOR + cipher.decryptBlock(words, offset); + xorBlock.call(this, words, offset, blockSize); + + // This block becomes the previous block + this._prevBlock = thisBlock; + } + }); + + function xorBlock(words, offset, blockSize) { + // Shortcut + var iv = this._iv; + + // Choose mixing block + if (iv) { + var block = iv; + + // Remove IV for subsequent blocks + this._iv = undefined; + } else { + var block = this._prevBlock; + } + + // XOR blocks + for (var i = 0; i < blockSize; i++) { + words[offset + i] ^= block[i]; + } + } + + return CBC; + }()); + + /** + * Padding namespace. + */ + var C_pad = C.pad = {}; + + /** + * PKCS #5/7 padding strategy. + */ + var Pkcs7 = C_pad.Pkcs7 = { + /** + * Pads data using the algorithm defined in PKCS #5/7. + * + * @param {WordArray} data The data to pad. + * @param {number} blockSize The multiple that the data should be padded to. + * + * @static + * + * @example + * + * CryptoJS.pad.Pkcs7.pad(wordArray, 4); + */ + pad: function(data, blockSize) { + // Shortcut + var blockSizeBytes = blockSize * 4; + + // Count padding bytes + var nPaddingBytes = blockSizeBytes - data.sigBytes % blockSizeBytes; + + // Create padding word + var paddingWord = (nPaddingBytes << 24) | (nPaddingBytes << 16) | ( + nPaddingBytes << 8) | nPaddingBytes; + + // Create padding + var paddingWords = []; + for (var i = 0; i < nPaddingBytes; i += 4) { + paddingWords.push(paddingWord); + } + var padding = WordArray.create(paddingWords, nPaddingBytes); + + // Add padding + data.concat(padding); + }, + + /** + * Unpads data that had been padded using the algorithm defined in PKCS #5/7. + * + * @param {WordArray} data The data to unpad. + * + * @static + * + * @example + * + * CryptoJS.pad.Pkcs7.unpad(wordArray); + */ + unpad: function(data) { + // Get number of padding bytes from last byte + var nPaddingBytes = data.words[(data.sigBytes - 1) >>> 2] & 0xff; + + // Remove padding + data.sigBytes -= nPaddingBytes; + } + }; + + /** + * Abstract base block cipher template. + * + * @property {number} blockSize The number of 32-bit words this cipher operates on. Default: 4 (128 bits) + */ + var BlockCipher = C_lib.BlockCipher = Cipher.extend({ + /** + * Configuration options. + * + * @property {Mode} mode The block mode to use. Default: CBC + * @property {Padding} padding The padding strategy to use. Default: Pkcs7 + */ + cfg: Cipher.cfg.extend({ + mode: CBC, + padding: Pkcs7 + }), + + reset: function() { + // Reset cipher + Cipher.reset.call(this); + + // Shortcuts + var cfg = this.cfg; + var iv = cfg.iv; + var mode = cfg.mode; + + // Reset block mode + if (this._xformMode == this._ENC_XFORM_MODE) { + var modeCreator = mode.createEncryptor; + } else /* if (this._xformMode == this._DEC_XFORM_MODE) */ { + var modeCreator = mode.createDecryptor; + // Keep at least one block in the buffer for unpadding + this._minBufferSize = 1; + } + + if (this._mode && this._mode.__creator == modeCreator) { + this._mode.init(this, iv && iv.words); + } else { + this._mode = modeCreator.call(mode, this, iv && iv.words); + this._mode.__creator = modeCreator; + } + }, + + _doProcessBlock: function(words, offset) { + this._mode.processBlock(words, offset); + }, + + _doFinalize: function() { + // Shortcut + var padding = this.cfg.padding; + + // Finalize + if (this._xformMode == this._ENC_XFORM_MODE) { + // Pad data + padding.pad(this._data, this.blockSize); + + // Process final blocks + var finalProcessedBlocks = this._process(!!'flush'); + } else /* if (this._xformMode == this._DEC_XFORM_MODE) */ { + // Process final blocks + var finalProcessedBlocks = this._process(!!'flush'); + + // Unpad data + padding.unpad(finalProcessedBlocks); + } + + return finalProcessedBlocks; + }, + + blockSize: 128 / 32 + }); + + /** + * A collection of cipher parameters. + * + * @property {WordArray} ciphertext The raw ciphertext. + * @property {WordArray} key The key to this ciphertext. + * @property {WordArray} iv The IV used in the ciphering operation. + * @property {WordArray} salt The salt used with a key derivation function. + * @property {Cipher} algorithm The cipher algorithm. + * @property {Mode} mode The block mode used in the ciphering operation. + * @property {Padding} padding The padding scheme used in the ciphering operation. + * @property {number} blockSize The block size of the cipher. + * @property {Format} formatter The default formatting strategy to convert this cipher params object to a string. + */ + var CipherParams = C_lib.CipherParams = Base.extend({ + /** + * Initializes a newly created cipher params object. + * + * @param {Object} cipherParams An object with any of the possible cipher parameters. + * + * @example + * + * var cipherParams = CryptoJS.lib.CipherParams.create({ + * ciphertext: ciphertextWordArray, + * key: keyWordArray, + * iv: ivWordArray, + * salt: saltWordArray, + * algorithm: CryptoJS.algo.AES, + * mode: CryptoJS.mode.CBC, + * padding: CryptoJS.pad.PKCS7, + * blockSize: 4, + * formatter: CryptoJS.format.OpenSSL + * }); + */ + init: function(cipherParams) { + this.mixIn(cipherParams); + }, + + /** + * Converts this cipher params object to a string. + * + * @param {Format} formatter (Optional) The formatting strategy to use. + * + * @return {string} The stringified cipher params. + * + * @throws Error If neither the formatter nor the default formatter is set. + * + * @example + * + * var string = cipherParams + ''; + * var string = cipherParams.toString(); + * var string = cipherParams.toString(CryptoJS.format.OpenSSL); + */ + toString: function(formatter) { + return (formatter || this.formatter).stringify(this); + } + }); + + /** + * Format namespace. + */ + var C_format = C.format = {}; + + /** + * OpenSSL formatting strategy. + */ + var OpenSSLFormatter = C_format.OpenSSL = { + /** + * Converts a cipher params object to an OpenSSL-compatible string. + * + * @param {CipherParams} cipherParams The cipher params object. + * + * @return {string} The OpenSSL-compatible string. + * + * @static + * + * @example + * + * var openSSLString = CryptoJS.format.OpenSSL.stringify(cipherParams); + */ + stringify: function(cipherParams) { + // Shortcuts + var ciphertext = cipherParams.ciphertext; + var salt = cipherParams.salt; + + // Format + if (salt) { + var wordArray = WordArray.create([0x53616c74, 0x65645f5f]).concat(salt) + .concat(ciphertext); + } else { + var wordArray = ciphertext; + } + + return wordArray.toString(Base64); + }, + + /** + * Converts an OpenSSL-compatible string to a cipher params object. + * + * @param {string} openSSLStr The OpenSSL-compatible string. + * + * @return {CipherParams} The cipher params object. + * + * @static + * + * @example + * + * var cipherParams = CryptoJS.format.OpenSSL.parse(openSSLString); + */ + parse: function(openSSLStr) { + // Parse base64 + var ciphertext = Base64.parse(openSSLStr); + + // Shortcut + var ciphertextWords = ciphertext.words; + + // Test for salt + if (ciphertextWords[0] == 0x53616c74 && ciphertextWords[1] == 0x65645f5f) { + // Extract salt + var salt = WordArray.create(ciphertextWords.slice(2, 4)); + + // Remove salt from ciphertext + ciphertextWords.splice(0, 4); + ciphertext.sigBytes -= 16; + } + + return CipherParams.create({ + ciphertext: ciphertext, + salt: salt + }); + } + }; + + /** + * A cipher wrapper that returns ciphertext as a serializable cipher params object. + */ + var SerializableCipher = C_lib.SerializableCipher = Base.extend({ + /** + * Configuration options. + * + * @property {Formatter} format The formatting strategy to convert cipher param objects to and from a string. Default: OpenSSL + */ + cfg: Base.extend({ + format: OpenSSLFormatter + }), + + /** + * Encrypts a message. + * + * @param {Cipher} cipher The cipher algorithm to use. + * @param {WordArray|string} message The message to encrypt. + * @param {WordArray} key The key. + * @param {Object} cfg (Optional) The configuration options to use for this operation. + * + * @return {CipherParams} A cipher params object. + * + * @static + * + * @example + * + * var ciphertextParams = CryptoJS.lib.SerializableCipher.encrypt(CryptoJS.algo.AES, message, key); + * var ciphertextParams = CryptoJS.lib.SerializableCipher.encrypt(CryptoJS.algo.AES, message, key, { iv: iv }); + * var ciphertextParams = CryptoJS.lib.SerializableCipher.encrypt(CryptoJS.algo.AES, message, key, { iv: iv, format: CryptoJS.format.OpenSSL }); + */ + encrypt: function(cipher, message, key, cfg) { + // Apply config defaults + cfg = this.cfg.extend(cfg); + + // Encrypt + var encryptor = cipher.createEncryptor(key, cfg); + var ciphertext = encryptor.finalize(message); + + // Shortcut + var cipherCfg = encryptor.cfg; + + // Create and return serializable cipher params + return CipherParams.create({ + ciphertext: ciphertext, + key: key, + iv: cipherCfg.iv, + algorithm: cipher, + mode: cipherCfg.mode, + padding: cipherCfg.padding, + blockSize: cipher.blockSize, + formatter: cfg.format + }); + }, + + /** + * Decrypts serialized ciphertext. + * + * @param {Cipher} cipher The cipher algorithm to use. + * @param {CipherParams|string} ciphertext The ciphertext to decrypt. + * @param {WordArray} key The key. + * @param {Object} cfg (Optional) The configuration options to use for this operation. + * + * @return {WordArray} The plaintext. + * + * @static + * + * @example + * + * var plaintext = CryptoJS.lib.SerializableCipher.decrypt(CryptoJS.algo.AES, formattedCiphertext, key, { iv: iv, format: CryptoJS.format.OpenSSL }); + * var plaintext = CryptoJS.lib.SerializableCipher.decrypt(CryptoJS.algo.AES, ciphertextParams, key, { iv: iv, format: CryptoJS.format.OpenSSL }); + */ + decrypt: function(cipher, ciphertext, key, cfg) { + // Apply config defaults + cfg = this.cfg.extend(cfg); + + // Convert string to CipherParams + ciphertext = this._parse(ciphertext, cfg.format); + + // Decrypt + var plaintext = cipher.createDecryptor(key, cfg).finalize(ciphertext + .ciphertext); + + return plaintext; + }, + + /** + * Converts serialized ciphertext to CipherParams, + * else assumed CipherParams already and returns ciphertext unchanged. + * + * @param {CipherParams|string} ciphertext The ciphertext. + * @param {Formatter} format The formatting strategy to use to parse serialized ciphertext. + * + * @return {CipherParams} The unserialized ciphertext. + * + * @static + * + * @example + * + * var ciphertextParams = CryptoJS.lib.SerializableCipher._parse(ciphertextStringOrParams, format); + */ + _parse: function(ciphertext, format) { + if (typeof ciphertext == 'string') { + return format.parse(ciphertext, this); + } else { + return ciphertext; + } + } + }); + + /** + * Key derivation function namespace. + */ + var C_kdf = C.kdf = {}; + + /** + * OpenSSL key derivation function. + */ + var OpenSSLKdf = C_kdf.OpenSSL = { + /** + * Derives a key and IV from a password. + * + * @param {string} password The password to derive from. + * @param {number} keySize The size in words of the key to generate. + * @param {number} ivSize The size in words of the IV to generate. + * @param {WordArray|string} salt (Optional) A 64-bit salt to use. If omitted, a salt will be generated randomly. + * + * @return {CipherParams} A cipher params object with the key, IV, and salt. + * + * @static + * + * @example + * + * var derivedParams = CryptoJS.kdf.OpenSSL.execute('Password', 256/32, 128/32); + * var derivedParams = CryptoJS.kdf.OpenSSL.execute('Password', 256/32, 128/32, 'saltsalt'); + */ + execute: function(password, keySize, ivSize, salt) { + // Generate random salt + if (!salt) { + salt = WordArray.random(64 / 8); + } + + // Derive key and IV + var key = EvpKDF.create({ + keySize: keySize + ivSize + }).compute(password, salt); + + // Separate key and IV + var iv = WordArray.create(key.words.slice(keySize), ivSize * 4); + key.sigBytes = keySize * 4; + + // Return params + return CipherParams.create({ + key: key, + iv: iv, + salt: salt + }); + } + }; + + /** + * A serializable cipher wrapper that derives the key from a password, + * and returns ciphertext as a serializable cipher params object. + */ + var PasswordBasedCipher = C_lib.PasswordBasedCipher = SerializableCipher.extend({ + /** + * Configuration options. + * + * @property {KDF} kdf The key derivation function to use to generate a key and IV from a password. Default: OpenSSL + */ + cfg: SerializableCipher.cfg.extend({ + kdf: OpenSSLKdf + }), + + /** + * Encrypts a message using a password. + * + * @param {Cipher} cipher The cipher algorithm to use. + * @param {WordArray|string} message The message to encrypt. + * @param {string} password The password. + * @param {Object} cfg (Optional) The configuration options to use for this operation. + * + * @return {CipherParams} A cipher params object. + * + * @static + * + * @example + * + * var ciphertextParams = CryptoJS.lib.PasswordBasedCipher.encrypt(CryptoJS.algo.AES, message, 'password'); + * var ciphertextParams = CryptoJS.lib.PasswordBasedCipher.encrypt(CryptoJS.algo.AES, message, 'password', { format: CryptoJS.format.OpenSSL }); + */ + encrypt: function(cipher, message, password, cfg) { + // Apply config defaults + cfg = this.cfg.extend(cfg); + + // Derive key and other params + var derivedParams = cfg.kdf.execute(password, cipher.keySize, cipher + .ivSize); + + // Add IV to config + cfg.iv = derivedParams.iv; + + // Encrypt + var ciphertext = SerializableCipher.encrypt.call(this, cipher, message, + derivedParams.key, cfg); + + // Mix in derived params + ciphertext.mixIn(derivedParams); + + return ciphertext; + }, + + /** + * Decrypts serialized ciphertext using a password. + * + * @param {Cipher} cipher The cipher algorithm to use. + * @param {CipherParams|string} ciphertext The ciphertext to decrypt. + * @param {string} password The password. + * @param {Object} cfg (Optional) The configuration options to use for this operation. + * + * @return {WordArray} The plaintext. + * + * @static + * + * @example + * + * var plaintext = CryptoJS.lib.PasswordBasedCipher.decrypt(CryptoJS.algo.AES, formattedCiphertext, 'password', { format: CryptoJS.format.OpenSSL }); + * var plaintext = CryptoJS.lib.PasswordBasedCipher.decrypt(CryptoJS.algo.AES, ciphertextParams, 'password', { format: CryptoJS.format.OpenSSL }); + */ + decrypt: function(cipher, ciphertext, password, cfg) { + // Apply config defaults + cfg = this.cfg.extend(cfg); + + // Convert string to CipherParams + ciphertext = this._parse(ciphertext, cfg.format); + + // Derive key and other params + var derivedParams = cfg.kdf.execute(password, cipher.keySize, cipher.ivSize, + ciphertext.salt); + + // Add IV to config + cfg.iv = derivedParams.iv; + + // Decrypt + var plaintext = SerializableCipher.decrypt.call(this, cipher, ciphertext, + derivedParams.key, cfg); + + return plaintext; + } + }); + }()); + + + /** + * Cipher Feedback block mode. + */ + CryptoJS.mode.CFB = (function() { + var CFB = CryptoJS.lib.BlockCipherMode.extend(); + + CFB.Encryptor = CFB.extend({ + processBlock: function(words, offset) { + // Shortcuts + var cipher = this._cipher; + var blockSize = cipher.blockSize; + + generateKeystreamAndEncrypt.call(this, words, offset, blockSize, cipher); + + // Remember this block to use with next block + this._prevBlock = words.slice(offset, offset + blockSize); + } + }); + + CFB.Decryptor = CFB.extend({ + processBlock: function(words, offset) { + // Shortcuts + var cipher = this._cipher; + var blockSize = cipher.blockSize; + + // Remember this block to use with next block + var thisBlock = words.slice(offset, offset + blockSize); + + generateKeystreamAndEncrypt.call(this, words, offset, blockSize, cipher); + + // This block becomes the previous block + this._prevBlock = thisBlock; + } + }); + + function generateKeystreamAndEncrypt(words, offset, blockSize, cipher) { + // Shortcut + var iv = this._iv; + + // Generate keystream + if (iv) { + var keystream = iv.slice(0); + + // Remove IV for subsequent blocks + this._iv = undefined; + } else { + var keystream = this._prevBlock; + } + cipher.encryptBlock(keystream, 0); + + // Encrypt + for (var i = 0; i < blockSize; i++) { + words[offset + i] ^= keystream[i]; + } + } + + return CFB; + }()); + + + /** + * Electronic Codebook block mode. + */ + CryptoJS.mode.ECB = (function() { + var ECB = CryptoJS.lib.BlockCipherMode.extend(); + + ECB.Encryptor = ECB.extend({ + processBlock: function(words, offset) { + this._cipher.encryptBlock(words, offset); + } + }); + + ECB.Decryptor = ECB.extend({ + processBlock: function(words, offset) { + this._cipher.decryptBlock(words, offset); + } + }); + + return ECB; + }()); + + + /** + * ANSI X.923 padding strategy. + */ + CryptoJS.pad.AnsiX923 = { + pad: function(data, blockSize) { + // Shortcuts + var dataSigBytes = data.sigBytes; + var blockSizeBytes = blockSize * 4; + + // Count padding bytes + var nPaddingBytes = blockSizeBytes - dataSigBytes % blockSizeBytes; + + // Compute last byte position + var lastBytePos = dataSigBytes + nPaddingBytes - 1; + + // Pad + data.clamp(); + data.words[lastBytePos >>> 2] |= nPaddingBytes << (24 - (lastBytePos % 4) * 8); + data.sigBytes += nPaddingBytes; + }, + + unpad: function(data) { + // Get number of padding bytes from last byte + var nPaddingBytes = data.words[(data.sigBytes - 1) >>> 2] & 0xff; + + // Remove padding + data.sigBytes -= nPaddingBytes; + } + }; + + + /** + * ISO 10126 padding strategy. + */ + CryptoJS.pad.Iso10126 = { + pad: function(data, blockSize) { + // Shortcut + var blockSizeBytes = blockSize * 4; + + // Count padding bytes + var nPaddingBytes = blockSizeBytes - data.sigBytes % blockSizeBytes; + + // Pad + data.concat(CryptoJS.lib.WordArray.random(nPaddingBytes - 1)). + concat(CryptoJS.lib.WordArray.create([nPaddingBytes << 24], 1)); + }, + + unpad: function(data) { + // Get number of padding bytes from last byte + var nPaddingBytes = data.words[(data.sigBytes - 1) >>> 2] & 0xff; + + // Remove padding + data.sigBytes -= nPaddingBytes; + } + }; + + + /** + * ISO/IEC 9797-1 Padding Method 2. + */ + CryptoJS.pad.Iso97971 = { + pad: function(data, blockSize) { + // Add 0x80 byte + data.concat(CryptoJS.lib.WordArray.create([0x80000000], 1)); + + // Zero pad the rest + CryptoJS.pad.ZeroPadding.pad(data, blockSize); + }, + + unpad: function(data) { + // Remove zero padding + CryptoJS.pad.ZeroPadding.unpad(data); + + // Remove one more byte -- the 0x80 byte + data.sigBytes--; + } + }; + + + /** + * Output Feedback block mode. + */ + CryptoJS.mode.OFB = (function() { + var OFB = CryptoJS.lib.BlockCipherMode.extend(); + + var Encryptor = OFB.Encryptor = OFB.extend({ + processBlock: function(words, offset) { + // Shortcuts + var cipher = this._cipher + var blockSize = cipher.blockSize; + var iv = this._iv; + var keystream = this._keystream; + + // Generate keystream + if (iv) { + keystream = this._keystream = iv.slice(0); + + // Remove IV for subsequent blocks + this._iv = undefined; + } + cipher.encryptBlock(keystream, 0); + + // Encrypt + for (var i = 0; i < blockSize; i++) { + words[offset + i] ^= keystream[i]; + } + } + }); + + OFB.Decryptor = Encryptor; + + return OFB; + }()); + + + /** + * A noop padding strategy. + */ + CryptoJS.pad.NoPadding = { + pad: function() {}, + + unpad: function() {} + }; + + + (function(undefined) { + // Shortcuts + var C = CryptoJS; + var C_lib = C.lib; + var CipherParams = C_lib.CipherParams; + var C_enc = C.enc; + var Hex = C_enc.Hex; + var C_format = C.format; + + var HexFormatter = C_format.Hex = { + /** + * Converts the ciphertext of a cipher params object to a hexadecimally encoded string. + * + * @param {CipherParams} cipherParams The cipher params object. + * + * @return {string} The hexadecimally encoded string. + * + * @static + * + * @example + * + * var hexString = CryptoJS.format.Hex.stringify(cipherParams); + */ + stringify: function(cipherParams) { + return cipherParams.ciphertext.toString(Hex); + }, + + /** + * Converts a hexadecimally encoded ciphertext string to a cipher params object. + * + * @param {string} input The hexadecimally encoded string. + * + * @return {CipherParams} The cipher params object. + * + * @static + * + * @example + * + * var cipherParams = CryptoJS.format.Hex.parse(hexString); + */ + parse: function(input) { + var ciphertext = Hex.parse(input); + return CipherParams.create({ + ciphertext: ciphertext + }); + } + }; + }()); + + + (function() { + // Shortcuts + var C = CryptoJS; + var C_lib = C.lib; + var BlockCipher = C_lib.BlockCipher; + var C_algo = C.algo; + + // Lookup tables + var SBOX = []; + var INV_SBOX = []; + var SUB_MIX_0 = []; + var SUB_MIX_1 = []; + var SUB_MIX_2 = []; + var SUB_MIX_3 = []; + var INV_SUB_MIX_0 = []; + var INV_SUB_MIX_1 = []; + var INV_SUB_MIX_2 = []; + var INV_SUB_MIX_3 = []; + + // Compute lookup tables + (function() { + // Compute double table + var d = []; + for (var i = 0; i < 256; i++) { + if (i < 128) { + d[i] = i << 1; + } else { + d[i] = (i << 1) ^ 0x11b; + } + } + + // Walk GF(2^8) + var x = 0; + var xi = 0; + for (var i = 0; i < 256; i++) { + // Compute sbox + var sx = xi ^ (xi << 1) ^ (xi << 2) ^ (xi << 3) ^ (xi << 4); + sx = (sx >>> 8) ^ (sx & 0xff) ^ 0x63; + SBOX[x] = sx; + INV_SBOX[sx] = x; + + // Compute multiplication + var x2 = d[x]; + var x4 = d[x2]; + var x8 = d[x4]; + + // Compute sub bytes, mix columns tables + var t = (d[sx] * 0x101) ^ (sx * 0x1010100); + SUB_MIX_0[x] = (t << 24) | (t >>> 8); + SUB_MIX_1[x] = (t << 16) | (t >>> 16); + SUB_MIX_2[x] = (t << 8) | (t >>> 24); + SUB_MIX_3[x] = t; + + // Compute inv sub bytes, inv mix columns tables + var t = (x8 * 0x1010101) ^ (x4 * 0x10001) ^ (x2 * 0x101) ^ (x * 0x1010100); + INV_SUB_MIX_0[sx] = (t << 24) | (t >>> 8); + INV_SUB_MIX_1[sx] = (t << 16) | (t >>> 16); + INV_SUB_MIX_2[sx] = (t << 8) | (t >>> 24); + INV_SUB_MIX_3[sx] = t; + + // Compute next counter + if (!x) { + x = xi = 1; + } else { + x = x2 ^ d[d[d[x8 ^ x2]]]; + xi ^= d[d[xi]]; + } + } + }()); + + // Precomputed Rcon lookup + var RCON = [0x00, 0x01, 0x02, 0x04, 0x08, 0x10, 0x20, 0x40, 0x80, 0x1b, 0x36]; + + /** + * AES block cipher algorithm. + */ + var AES = C_algo.AES = BlockCipher.extend({ + _doReset: function() { + // Skip reset of nRounds has been set before and key did not change + if (this._nRounds && this._keyPriorReset === this._key) { + return; + } + + // Shortcuts + var key = this._keyPriorReset = this._key; + var keyWords = key.words; + var keySize = key.sigBytes / 4; + + // Compute number of rounds + var nRounds = this._nRounds = keySize + 6; + + // Compute number of key schedule rows + var ksRows = (nRounds + 1) * 4; + + // Compute key schedule + var keySchedule = this._keySchedule = []; + for (var ksRow = 0; ksRow < ksRows; ksRow++) { + if (ksRow < keySize) { + keySchedule[ksRow] = keyWords[ksRow]; + } else { + var t = keySchedule[ksRow - 1]; + + if (!(ksRow % keySize)) { + // Rot word + t = (t << 8) | (t >>> 24); + + // Sub word + t = (SBOX[t >>> 24] << 24) | (SBOX[(t >>> 16) & 0xff] << 16) | ( + SBOX[(t >>> 8) & 0xff] << 8) | SBOX[t & 0xff]; + + // Mix Rcon + t ^= RCON[(ksRow / keySize) | 0] << 24; + } else if (keySize > 6 && ksRow % keySize == 4) { + // Sub word + t = (SBOX[t >>> 24] << 24) | (SBOX[(t >>> 16) & 0xff] << 16) | ( + SBOX[(t >>> 8) & 0xff] << 8) | SBOX[t & 0xff]; + } + + keySchedule[ksRow] = keySchedule[ksRow - keySize] ^ t; + } + } + + // Compute inv key schedule + var invKeySchedule = this._invKeySchedule = []; + for (var invKsRow = 0; invKsRow < ksRows; invKsRow++) { + var ksRow = ksRows - invKsRow; + + if (invKsRow % 4) { + var t = keySchedule[ksRow]; + } else { + var t = keySchedule[ksRow - 4]; + } + + if (invKsRow < 4 || ksRow <= 4) { + invKeySchedule[invKsRow] = t; + } else { + invKeySchedule[invKsRow] = INV_SUB_MIX_0[SBOX[t >>> 24]] ^ + INV_SUB_MIX_1[SBOX[(t >>> 16) & 0xff]] ^ + INV_SUB_MIX_2[SBOX[(t >>> 8) & 0xff]] ^ INV_SUB_MIX_3[SBOX[t & + 0xff]]; + } + } + }, + + encryptBlock: function(M, offset) { + this._doCryptBlock(M, offset, this._keySchedule, SUB_MIX_0, SUB_MIX_1, + SUB_MIX_2, SUB_MIX_3, SBOX); + }, + + decryptBlock: function(M, offset) { + // Swap 2nd and 4th rows + var t = M[offset + 1]; + M[offset + 1] = M[offset + 3]; + M[offset + 3] = t; + + this._doCryptBlock(M, offset, this._invKeySchedule, INV_SUB_MIX_0, + INV_SUB_MIX_1, INV_SUB_MIX_2, INV_SUB_MIX_3, INV_SBOX); + + // Inv swap 2nd and 4th rows + var t = M[offset + 1]; + M[offset + 1] = M[offset + 3]; + M[offset + 3] = t; + }, + + _doCryptBlock: function(M, offset, keySchedule, SUB_MIX_0, SUB_MIX_1, SUB_MIX_2, + SUB_MIX_3, SBOX) { + // Shortcut + var nRounds = this._nRounds; + + // Get input, add round key + var s0 = M[offset] ^ keySchedule[0]; + var s1 = M[offset + 1] ^ keySchedule[1]; + var s2 = M[offset + 2] ^ keySchedule[2]; + var s3 = M[offset + 3] ^ keySchedule[3]; + + // Key schedule row counter + var ksRow = 4; + + // Rounds + for (var round = 1; round < nRounds; round++) { + // Shift rows, sub bytes, mix columns, add round key + var t0 = SUB_MIX_0[s0 >>> 24] ^ SUB_MIX_1[(s1 >>> 16) & 0xff] ^ SUB_MIX_2[( + s2 >>> 8) & 0xff] ^ SUB_MIX_3[s3 & 0xff] ^ keySchedule[ksRow++]; + var t1 = SUB_MIX_0[s1 >>> 24] ^ SUB_MIX_1[(s2 >>> 16) & 0xff] ^ SUB_MIX_2[( + s3 >>> 8) & 0xff] ^ SUB_MIX_3[s0 & 0xff] ^ keySchedule[ksRow++]; + var t2 = SUB_MIX_0[s2 >>> 24] ^ SUB_MIX_1[(s3 >>> 16) & 0xff] ^ SUB_MIX_2[( + s0 >>> 8) & 0xff] ^ SUB_MIX_3[s1 & 0xff] ^ keySchedule[ksRow++]; + var t3 = SUB_MIX_0[s3 >>> 24] ^ SUB_MIX_1[(s0 >>> 16) & 0xff] ^ SUB_MIX_2[( + s1 >>> 8) & 0xff] ^ SUB_MIX_3[s2 & 0xff] ^ keySchedule[ksRow++]; + + // Update state + s0 = t0; + s1 = t1; + s2 = t2; + s3 = t3; + } + + // Shift rows, sub bytes, add round key + var t0 = ((SBOX[s0 >>> 24] << 24) | (SBOX[(s1 >>> 16) & 0xff] << 16) | (SBOX[( + s2 >>> 8) & 0xff] << 8) | SBOX[s3 & 0xff]) ^ keySchedule[ksRow++]; + var t1 = ((SBOX[s1 >>> 24] << 24) | (SBOX[(s2 >>> 16) & 0xff] << 16) | (SBOX[( + s3 >>> 8) & 0xff] << 8) | SBOX[s0 & 0xff]) ^ keySchedule[ksRow++]; + var t2 = ((SBOX[s2 >>> 24] << 24) | (SBOX[(s3 >>> 16) & 0xff] << 16) | (SBOX[( + s0 >>> 8) & 0xff] << 8) | SBOX[s1 & 0xff]) ^ keySchedule[ksRow++]; + var t3 = ((SBOX[s3 >>> 24] << 24) | (SBOX[(s0 >>> 16) & 0xff] << 16) | (SBOX[( + s1 >>> 8) & 0xff] << 8) | SBOX[s2 & 0xff]) ^ keySchedule[ksRow++]; + + // Set output + M[offset] = t0; + M[offset + 1] = t1; + M[offset + 2] = t2; + M[offset + 3] = t3; + }, + + keySize: 256 / 32 + }); + + /** + * Shortcut functions to the cipher's object interface. + * + * @example + * + * var ciphertext = CryptoJS.AES.encrypt(message, key, cfg); + * var plaintext = CryptoJS.AES.decrypt(ciphertext, key, cfg); + */ + C.AES = BlockCipher._createHelper(AES); + }()); + + + (function() { + // Shortcuts + var C = CryptoJS; + var C_lib = C.lib; + var WordArray = C_lib.WordArray; + var BlockCipher = C_lib.BlockCipher; + var C_algo = C.algo; + + // Permuted Choice 1 constants + var PC1 = [ + 57, 49, 41, 33, 25, 17, 9, 1, + 58, 50, 42, 34, 26, 18, 10, 2, + 59, 51, 43, 35, 27, 19, 11, 3, + 60, 52, 44, 36, 63, 55, 47, 39, + 31, 23, 15, 7, 62, 54, 46, 38, + 30, 22, 14, 6, 61, 53, 45, 37, + 29, 21, 13, 5, 28, 20, 12, 4 + ]; + + // Permuted Choice 2 constants + var PC2 = [ + 14, 17, 11, 24, 1, 5, + 3, 28, 15, 6, 21, 10, + 23, 19, 12, 4, 26, 8, + 16, 7, 27, 20, 13, 2, + 41, 52, 31, 37, 47, 55, + 30, 40, 51, 45, 33, 48, + 44, 49, 39, 56, 34, 53, + 46, 42, 50, 36, 29, 32 + ]; + + // Cumulative bit shift constants + var BIT_SHIFTS = [1, 2, 4, 6, 8, 10, 12, 14, 15, 17, 19, 21, 23, 25, 27, 28]; + + // SBOXes and round permutation constants + var SBOX_P = [{ + 0x0: 0x808200, + 0x10000000: 0x8000, + 0x20000000: 0x808002, + 0x30000000: 0x2, + 0x40000000: 0x200, + 0x50000000: 0x808202, + 0x60000000: 0x800202, + 0x70000000: 0x800000, + 0x80000000: 0x202, + 0x90000000: 0x800200, + 0xa0000000: 0x8200, + 0xb0000000: 0x808000, + 0xc0000000: 0x8002, + 0xd0000000: 0x800002, + 0xe0000000: 0x0, + 0xf0000000: 0x8202, + 0x8000000: 0x0, + 0x18000000: 0x808202, + 0x28000000: 0x8202, + 0x38000000: 0x8000, + 0x48000000: 0x808200, + 0x58000000: 0x200, + 0x68000000: 0x808002, + 0x78000000: 0x2, + 0x88000000: 0x800200, + 0x98000000: 0x8200, + 0xa8000000: 0x808000, + 0xb8000000: 0x800202, + 0xc8000000: 0x800002, + 0xd8000000: 0x8002, + 0xe8000000: 0x202, + 0xf8000000: 0x800000, + 0x1: 0x8000, + 0x10000001: 0x2, + 0x20000001: 0x808200, + 0x30000001: 0x800000, + 0x40000001: 0x808002, + 0x50000001: 0x8200, + 0x60000001: 0x200, + 0x70000001: 0x800202, + 0x80000001: 0x808202, + 0x90000001: 0x808000, + 0xa0000001: 0x800002, + 0xb0000001: 0x8202, + 0xc0000001: 0x202, + 0xd0000001: 0x800200, + 0xe0000001: 0x8002, + 0xf0000001: 0x0, + 0x8000001: 0x808202, + 0x18000001: 0x808000, + 0x28000001: 0x800000, + 0x38000001: 0x200, + 0x48000001: 0x8000, + 0x58000001: 0x800002, + 0x68000001: 0x2, + 0x78000001: 0x8202, + 0x88000001: 0x8002, + 0x98000001: 0x800202, + 0xa8000001: 0x202, + 0xb8000001: 0x808200, + 0xc8000001: 0x800200, + 0xd8000001: 0x0, + 0xe8000001: 0x8200, + 0xf8000001: 0x808002 + }, + { + 0x0: 0x40084010, + 0x1000000: 0x4000, + 0x2000000: 0x80000, + 0x3000000: 0x40080010, + 0x4000000: 0x40000010, + 0x5000000: 0x40084000, + 0x6000000: 0x40004000, + 0x7000000: 0x10, + 0x8000000: 0x84000, + 0x9000000: 0x40004010, + 0xa000000: 0x40000000, + 0xb000000: 0x84010, + 0xc000000: 0x80010, + 0xd000000: 0x0, + 0xe000000: 0x4010, + 0xf000000: 0x40080000, + 0x800000: 0x40004000, + 0x1800000: 0x84010, + 0x2800000: 0x10, + 0x3800000: 0x40004010, + 0x4800000: 0x40084010, + 0x5800000: 0x40000000, + 0x6800000: 0x80000, + 0x7800000: 0x40080010, + 0x8800000: 0x80010, + 0x9800000: 0x0, + 0xa800000: 0x4000, + 0xb800000: 0x40080000, + 0xc800000: 0x40000010, + 0xd800000: 0x84000, + 0xe800000: 0x40084000, + 0xf800000: 0x4010, + 0x10000000: 0x0, + 0x11000000: 0x40080010, + 0x12000000: 0x40004010, + 0x13000000: 0x40084000, + 0x14000000: 0x40080000, + 0x15000000: 0x10, + 0x16000000: 0x84010, + 0x17000000: 0x4000, + 0x18000000: 0x4010, + 0x19000000: 0x80000, + 0x1a000000: 0x80010, + 0x1b000000: 0x40000010, + 0x1c000000: 0x84000, + 0x1d000000: 0x40004000, + 0x1e000000: 0x40000000, + 0x1f000000: 0x40084010, + 0x10800000: 0x84010, + 0x11800000: 0x80000, + 0x12800000: 0x40080000, + 0x13800000: 0x4000, + 0x14800000: 0x40004000, + 0x15800000: 0x40084010, + 0x16800000: 0x10, + 0x17800000: 0x40000000, + 0x18800000: 0x40084000, + 0x19800000: 0x40000010, + 0x1a800000: 0x40004010, + 0x1b800000: 0x80010, + 0x1c800000: 0x0, + 0x1d800000: 0x4010, + 0x1e800000: 0x40080010, + 0x1f800000: 0x84000 + }, + { + 0x0: 0x104, + 0x100000: 0x0, + 0x200000: 0x4000100, + 0x300000: 0x10104, + 0x400000: 0x10004, + 0x500000: 0x4000004, + 0x600000: 0x4010104, + 0x700000: 0x4010000, + 0x800000: 0x4000000, + 0x900000: 0x4010100, + 0xa00000: 0x10100, + 0xb00000: 0x4010004, + 0xc00000: 0x4000104, + 0xd00000: 0x10000, + 0xe00000: 0x4, + 0xf00000: 0x100, + 0x80000: 0x4010100, + 0x180000: 0x4010004, + 0x280000: 0x0, + 0x380000: 0x4000100, + 0x480000: 0x4000004, + 0x580000: 0x10000, + 0x680000: 0x10004, + 0x780000: 0x104, + 0x880000: 0x4, + 0x980000: 0x100, + 0xa80000: 0x4010000, + 0xb80000: 0x10104, + 0xc80000: 0x10100, + 0xd80000: 0x4000104, + 0xe80000: 0x4010104, + 0xf80000: 0x4000000, + 0x1000000: 0x4010100, + 0x1100000: 0x10004, + 0x1200000: 0x10000, + 0x1300000: 0x4000100, + 0x1400000: 0x100, + 0x1500000: 0x4010104, + 0x1600000: 0x4000004, + 0x1700000: 0x0, + 0x1800000: 0x4000104, + 0x1900000: 0x4000000, + 0x1a00000: 0x4, + 0x1b00000: 0x10100, + 0x1c00000: 0x4010000, + 0x1d00000: 0x104, + 0x1e00000: 0x10104, + 0x1f00000: 0x4010004, + 0x1080000: 0x4000000, + 0x1180000: 0x104, + 0x1280000: 0x4010100, + 0x1380000: 0x0, + 0x1480000: 0x10004, + 0x1580000: 0x4000100, + 0x1680000: 0x100, + 0x1780000: 0x4010004, + 0x1880000: 0x10000, + 0x1980000: 0x4010104, + 0x1a80000: 0x10104, + 0x1b80000: 0x4000004, + 0x1c80000: 0x4000104, + 0x1d80000: 0x4010000, + 0x1e80000: 0x4, + 0x1f80000: 0x10100 + }, + { + 0x0: 0x80401000, + 0x10000: 0x80001040, + 0x20000: 0x401040, + 0x30000: 0x80400000, + 0x40000: 0x0, + 0x50000: 0x401000, + 0x60000: 0x80000040, + 0x70000: 0x400040, + 0x80000: 0x80000000, + 0x90000: 0x400000, + 0xa0000: 0x40, + 0xb0000: 0x80001000, + 0xc0000: 0x80400040, + 0xd0000: 0x1040, + 0xe0000: 0x1000, + 0xf0000: 0x80401040, + 0x8000: 0x80001040, + 0x18000: 0x40, + 0x28000: 0x80400040, + 0x38000: 0x80001000, + 0x48000: 0x401000, + 0x58000: 0x80401040, + 0x68000: 0x0, + 0x78000: 0x80400000, + 0x88000: 0x1000, + 0x98000: 0x80401000, + 0xa8000: 0x400000, + 0xb8000: 0x1040, + 0xc8000: 0x80000000, + 0xd8000: 0x400040, + 0xe8000: 0x401040, + 0xf8000: 0x80000040, + 0x100000: 0x400040, + 0x110000: 0x401000, + 0x120000: 0x80000040, + 0x130000: 0x0, + 0x140000: 0x1040, + 0x150000: 0x80400040, + 0x160000: 0x80401000, + 0x170000: 0x80001040, + 0x180000: 0x80401040, + 0x190000: 0x80000000, + 0x1a0000: 0x80400000, + 0x1b0000: 0x401040, + 0x1c0000: 0x80001000, + 0x1d0000: 0x400000, + 0x1e0000: 0x40, + 0x1f0000: 0x1000, + 0x108000: 0x80400000, + 0x118000: 0x80401040, + 0x128000: 0x0, + 0x138000: 0x401000, + 0x148000: 0x400040, + 0x158000: 0x80000000, + 0x168000: 0x80001040, + 0x178000: 0x40, + 0x188000: 0x80000040, + 0x198000: 0x1000, + 0x1a8000: 0x80001000, + 0x1b8000: 0x80400040, + 0x1c8000: 0x1040, + 0x1d8000: 0x80401000, + 0x1e8000: 0x400000, + 0x1f8000: 0x401040 + }, + { + 0x0: 0x80, + 0x1000: 0x1040000, + 0x2000: 0x40000, + 0x3000: 0x20000000, + 0x4000: 0x20040080, + 0x5000: 0x1000080, + 0x6000: 0x21000080, + 0x7000: 0x40080, + 0x8000: 0x1000000, + 0x9000: 0x20040000, + 0xa000: 0x20000080, + 0xb000: 0x21040080, + 0xc000: 0x21040000, + 0xd000: 0x0, + 0xe000: 0x1040080, + 0xf000: 0x21000000, + 0x800: 0x1040080, + 0x1800: 0x21000080, + 0x2800: 0x80, + 0x3800: 0x1040000, + 0x4800: 0x40000, + 0x5800: 0x20040080, + 0x6800: 0x21040000, + 0x7800: 0x20000000, + 0x8800: 0x20040000, + 0x9800: 0x0, + 0xa800: 0x21040080, + 0xb800: 0x1000080, + 0xc800: 0x20000080, + 0xd800: 0x21000000, + 0xe800: 0x1000000, + 0xf800: 0x40080, + 0x10000: 0x40000, + 0x11000: 0x80, + 0x12000: 0x20000000, + 0x13000: 0x21000080, + 0x14000: 0x1000080, + 0x15000: 0x21040000, + 0x16000: 0x20040080, + 0x17000: 0x1000000, + 0x18000: 0x21040080, + 0x19000: 0x21000000, + 0x1a000: 0x1040000, + 0x1b000: 0x20040000, + 0x1c000: 0x40080, + 0x1d000: 0x20000080, + 0x1e000: 0x0, + 0x1f000: 0x1040080, + 0x10800: 0x21000080, + 0x11800: 0x1000000, + 0x12800: 0x1040000, + 0x13800: 0x20040080, + 0x14800: 0x20000000, + 0x15800: 0x1040080, + 0x16800: 0x80, + 0x17800: 0x21040000, + 0x18800: 0x40080, + 0x19800: 0x21040080, + 0x1a800: 0x0, + 0x1b800: 0x21000000, + 0x1c800: 0x1000080, + 0x1d800: 0x40000, + 0x1e800: 0x20040000, + 0x1f800: 0x20000080 + }, + { + 0x0: 0x10000008, + 0x100: 0x2000, + 0x200: 0x10200000, + 0x300: 0x10202008, + 0x400: 0x10002000, + 0x500: 0x200000, + 0x600: 0x200008, + 0x700: 0x10000000, + 0x800: 0x0, + 0x900: 0x10002008, + 0xa00: 0x202000, + 0xb00: 0x8, + 0xc00: 0x10200008, + 0xd00: 0x202008, + 0xe00: 0x2008, + 0xf00: 0x10202000, + 0x80: 0x10200000, + 0x180: 0x10202008, + 0x280: 0x8, + 0x380: 0x200000, + 0x480: 0x202008, + 0x580: 0x10000008, + 0x680: 0x10002000, + 0x780: 0x2008, + 0x880: 0x200008, + 0x980: 0x2000, + 0xa80: 0x10002008, + 0xb80: 0x10200008, + 0xc80: 0x0, + 0xd80: 0x10202000, + 0xe80: 0x202000, + 0xf80: 0x10000000, + 0x1000: 0x10002000, + 0x1100: 0x10200008, + 0x1200: 0x10202008, + 0x1300: 0x2008, + 0x1400: 0x200000, + 0x1500: 0x10000000, + 0x1600: 0x10000008, + 0x1700: 0x202000, + 0x1800: 0x202008, + 0x1900: 0x0, + 0x1a00: 0x8, + 0x1b00: 0x10200000, + 0x1c00: 0x2000, + 0x1d00: 0x10002008, + 0x1e00: 0x10202000, + 0x1f00: 0x200008, + 0x1080: 0x8, + 0x1180: 0x202000, + 0x1280: 0x200000, + 0x1380: 0x10000008, + 0x1480: 0x10002000, + 0x1580: 0x2008, + 0x1680: 0x10202008, + 0x1780: 0x10200000, + 0x1880: 0x10202000, + 0x1980: 0x10200008, + 0x1a80: 0x2000, + 0x1b80: 0x202008, + 0x1c80: 0x200008, + 0x1d80: 0x0, + 0x1e80: 0x10000000, + 0x1f80: 0x10002008 + }, + { + 0x0: 0x100000, + 0x10: 0x2000401, + 0x20: 0x400, + 0x30: 0x100401, + 0x40: 0x2100401, + 0x50: 0x0, + 0x60: 0x1, + 0x70: 0x2100001, + 0x80: 0x2000400, + 0x90: 0x100001, + 0xa0: 0x2000001, + 0xb0: 0x2100400, + 0xc0: 0x2100000, + 0xd0: 0x401, + 0xe0: 0x100400, + 0xf0: 0x2000000, + 0x8: 0x2100001, + 0x18: 0x0, + 0x28: 0x2000401, + 0x38: 0x2100400, + 0x48: 0x100000, + 0x58: 0x2000001, + 0x68: 0x2000000, + 0x78: 0x401, + 0x88: 0x100401, + 0x98: 0x2000400, + 0xa8: 0x2100000, + 0xb8: 0x100001, + 0xc8: 0x400, + 0xd8: 0x2100401, + 0xe8: 0x1, + 0xf8: 0x100400, + 0x100: 0x2000000, + 0x110: 0x100000, + 0x120: 0x2000401, + 0x130: 0x2100001, + 0x140: 0x100001, + 0x150: 0x2000400, + 0x160: 0x2100400, + 0x170: 0x100401, + 0x180: 0x401, + 0x190: 0x2100401, + 0x1a0: 0x100400, + 0x1b0: 0x1, + 0x1c0: 0x0, + 0x1d0: 0x2100000, + 0x1e0: 0x2000001, + 0x1f0: 0x400, + 0x108: 0x100400, + 0x118: 0x2000401, + 0x128: 0x2100001, + 0x138: 0x1, + 0x148: 0x2000000, + 0x158: 0x100000, + 0x168: 0x401, + 0x178: 0x2100400, + 0x188: 0x2000001, + 0x198: 0x2100000, + 0x1a8: 0x0, + 0x1b8: 0x2100401, + 0x1c8: 0x100401, + 0x1d8: 0x400, + 0x1e8: 0x2000400, + 0x1f8: 0x100001 + }, + { + 0x0: 0x8000820, + 0x1: 0x20000, + 0x2: 0x8000000, + 0x3: 0x20, + 0x4: 0x20020, + 0x5: 0x8020820, + 0x6: 0x8020800, + 0x7: 0x800, + 0x8: 0x8020000, + 0x9: 0x8000800, + 0xa: 0x20800, + 0xb: 0x8020020, + 0xc: 0x820, + 0xd: 0x0, + 0xe: 0x8000020, + 0xf: 0x20820, + 0x80000000: 0x800, + 0x80000001: 0x8020820, + 0x80000002: 0x8000820, + 0x80000003: 0x8000000, + 0x80000004: 0x8020000, + 0x80000005: 0x20800, + 0x80000006: 0x20820, + 0x80000007: 0x20, + 0x80000008: 0x8000020, + 0x80000009: 0x820, + 0x8000000a: 0x20020, + 0x8000000b: 0x8020800, + 0x8000000c: 0x0, + 0x8000000d: 0x8020020, + 0x8000000e: 0x8000800, + 0x8000000f: 0x20000, + 0x10: 0x20820, + 0x11: 0x8020800, + 0x12: 0x20, + 0x13: 0x800, + 0x14: 0x8000800, + 0x15: 0x8000020, + 0x16: 0x8020020, + 0x17: 0x20000, + 0x18: 0x0, + 0x19: 0x20020, + 0x1a: 0x8020000, + 0x1b: 0x8000820, + 0x1c: 0x8020820, + 0x1d: 0x20800, + 0x1e: 0x820, + 0x1f: 0x8000000, + 0x80000010: 0x20000, + 0x80000011: 0x800, + 0x80000012: 0x8020020, + 0x80000013: 0x20820, + 0x80000014: 0x20, + 0x80000015: 0x8020000, + 0x80000016: 0x8000000, + 0x80000017: 0x8000820, + 0x80000018: 0x8020820, + 0x80000019: 0x8000020, + 0x8000001a: 0x8000800, + 0x8000001b: 0x0, + 0x8000001c: 0x20800, + 0x8000001d: 0x820, + 0x8000001e: 0x20020, + 0x8000001f: 0x8020800 + } + ]; + + // Masks that select the SBOX input + var SBOX_MASK = [ + 0xf8000001, 0x1f800000, 0x01f80000, 0x001f8000, + 0x0001f800, 0x00001f80, 0x000001f8, 0x8000001f + ]; + + /** + * DES block cipher algorithm. + */ + var DES = C_algo.DES = BlockCipher.extend({ + _doReset: function() { + // Shortcuts + var key = this._key; + var keyWords = key.words; + + // Select 56 bits according to PC1 + var keyBits = []; + for (var i = 0; i < 56; i++) { + var keyBitPos = PC1[i] - 1; + keyBits[i] = (keyWords[keyBitPos >>> 5] >>> (31 - keyBitPos % 32)) & 1; + } + + // Assemble 16 subkeys + var subKeys = this._subKeys = []; + for (var nSubKey = 0; nSubKey < 16; nSubKey++) { + // Create subkey + var subKey = subKeys[nSubKey] = []; + + // Shortcut + var bitShift = BIT_SHIFTS[nSubKey]; + + // Select 48 bits according to PC2 + for (var i = 0; i < 24; i++) { + // Select from the left 28 key bits + subKey[(i / 6) | 0] |= keyBits[((PC2[i] - 1) + bitShift) % 28] << (31 - + i % 6); + + // Select from the right 28 key bits + subKey[4 + ((i / 6) | 0)] |= keyBits[28 + (((PC2[i + 24] - 1) + + bitShift) % 28)] << (31 - i % 6); + } + + // Since each subkey is applied to an expanded 32-bit input, + // the subkey can be broken into 8 values scaled to 32-bits, + // which allows the key to be used without expansion + subKey[0] = (subKey[0] << 1) | (subKey[0] >>> 31); + for (var i = 1; i < 7; i++) { + subKey[i] = subKey[i] >>> ((i - 1) * 4 + 3); + } + subKey[7] = (subKey[7] << 5) | (subKey[7] >>> 27); + } + + // Compute inverse subkeys + var invSubKeys = this._invSubKeys = []; + for (var i = 0; i < 16; i++) { + invSubKeys[i] = subKeys[15 - i]; + } + }, + + encryptBlock: function(M, offset) { + this._doCryptBlock(M, offset, this._subKeys); + }, + + decryptBlock: function(M, offset) { + this._doCryptBlock(M, offset, this._invSubKeys); + }, + + _doCryptBlock: function(M, offset, subKeys) { + // Get input + this._lBlock = M[offset]; + this._rBlock = M[offset + 1]; + + // Initial permutation + exchangeLR.call(this, 4, 0x0f0f0f0f); + exchangeLR.call(this, 16, 0x0000ffff); + exchangeRL.call(this, 2, 0x33333333); + exchangeRL.call(this, 8, 0x00ff00ff); + exchangeLR.call(this, 1, 0x55555555); + + // Rounds + for (var round = 0; round < 16; round++) { + // Shortcuts + var subKey = subKeys[round]; + var lBlock = this._lBlock; + var rBlock = this._rBlock; + + // Feistel function + var f = 0; + for (var i = 0; i < 8; i++) { + f |= SBOX_P[i][((rBlock ^ subKey[i]) & SBOX_MASK[i]) >>> 0]; + } + this._lBlock = rBlock; + this._rBlock = lBlock ^ f; + } + + // Undo swap from last round + var t = this._lBlock; + this._lBlock = this._rBlock; + this._rBlock = t; + + // Final permutation + exchangeLR.call(this, 1, 0x55555555); + exchangeRL.call(this, 8, 0x00ff00ff); + exchangeRL.call(this, 2, 0x33333333); + exchangeLR.call(this, 16, 0x0000ffff); + exchangeLR.call(this, 4, 0x0f0f0f0f); + + // Set output + M[offset] = this._lBlock; + M[offset + 1] = this._rBlock; + }, + + keySize: 64 / 32, + + ivSize: 64 / 32, + + blockSize: 64 / 32 + }); + + // Swap bits across the left and right words + function exchangeLR(offset, mask) { + var t = ((this._lBlock >>> offset) ^ this._rBlock) & mask; + this._rBlock ^= t; + this._lBlock ^= t << offset; + } + + function exchangeRL(offset, mask) { + var t = ((this._rBlock >>> offset) ^ this._lBlock) & mask; + this._lBlock ^= t; + this._rBlock ^= t << offset; + } + + /** + * Shortcut functions to the cipher's object interface. + * + * @example + * + * var ciphertext = CryptoJS.DES.encrypt(message, key, cfg); + * var plaintext = CryptoJS.DES.decrypt(ciphertext, key, cfg); + */ + C.DES = BlockCipher._createHelper(DES); + + /** + * Triple-DES block cipher algorithm. + */ + var TripleDES = C_algo.TripleDES = BlockCipher.extend({ + _doReset: function() { + // Shortcuts + var key = this._key; + var keyWords = key.words; + + // Create DES instances + this._des1 = DES.createEncryptor(WordArray.create(keyWords.slice(0, 2))); + this._des2 = DES.createEncryptor(WordArray.create(keyWords.slice(2, 4))); + this._des3 = DES.createEncryptor(WordArray.create(keyWords.slice(4, 6))); + }, + + encryptBlock: function(M, offset) { + this._des1.encryptBlock(M, offset); + this._des2.decryptBlock(M, offset); + this._des3.encryptBlock(M, offset); + }, + + decryptBlock: function(M, offset) { + this._des3.decryptBlock(M, offset); + this._des2.encryptBlock(M, offset); + this._des1.decryptBlock(M, offset); + }, + + keySize: 192 / 32, + + ivSize: 64 / 32, + + blockSize: 64 / 32 + }); + + /** + * Shortcut functions to the cipher's object interface. + * + * @example + * + * var ciphertext = CryptoJS.TripleDES.encrypt(message, key, cfg); + * var plaintext = CryptoJS.TripleDES.decrypt(ciphertext, key, cfg); + */ + C.TripleDES = BlockCipher._createHelper(TripleDES); + }()); + + + (function() { + // Shortcuts + var C = CryptoJS; + var C_lib = C.lib; + var StreamCipher = C_lib.StreamCipher; + var C_algo = C.algo; + + /** + * RC4 stream cipher algorithm. + */ + var RC4 = C_algo.RC4 = StreamCipher.extend({ + _doReset: function() { + // Shortcuts + var key = this._key; + var keyWords = key.words; + var keySigBytes = key.sigBytes; + + // Init sbox + var S = this._S = []; + for (var i = 0; i < 256; i++) { + S[i] = i; + } + + // Key setup + for (var i = 0, j = 0; i < 256; i++) { + var keyByteIndex = i % keySigBytes; + var keyByte = (keyWords[keyByteIndex >>> 2] >>> (24 - (keyByteIndex % 4) * + 8)) & 0xff; + + j = (j + S[i] + keyByte) % 256; + + // Swap + var t = S[i]; + S[i] = S[j]; + S[j] = t; + } + + // Counters + this._i = this._j = 0; + }, + + _doProcessBlock: function(M, offset) { + M[offset] ^= generateKeystreamWord.call(this); + }, + + keySize: 256 / 32, + + ivSize: 0 + }); + + function generateKeystreamWord() { + // Shortcuts + var S = this._S; + var i = this._i; + var j = this._j; + + // Generate keystream word + var keystreamWord = 0; + for (var n = 0; n < 4; n++) { + i = (i + 1) % 256; + j = (j + S[i]) % 256; + + // Swap + var t = S[i]; + S[i] = S[j]; + S[j] = t; + + keystreamWord |= S[(S[i] + S[j]) % 256] << (24 - n * 8); + } + + // Update counters + this._i = i; + this._j = j; + + return keystreamWord; + } + + /** + * Shortcut functions to the cipher's object interface. + * + * @example + * + * var ciphertext = CryptoJS.RC4.encrypt(message, key, cfg); + * var plaintext = CryptoJS.RC4.decrypt(ciphertext, key, cfg); + */ + C.RC4 = StreamCipher._createHelper(RC4); + + /** + * Modified RC4 stream cipher algorithm. + */ + var RC4Drop = C_algo.RC4Drop = RC4.extend({ + /** + * Configuration options. + * + * @property {number} drop The number of keystream words to drop. Default 192 + */ + cfg: RC4.cfg.extend({ + drop: 192 + }), + + _doReset: function() { + RC4._doReset.call(this); + + // Drop + for (var i = this.cfg.drop; i > 0; i--) { + generateKeystreamWord.call(this); + } + } + }); + + /** + * Shortcut functions to the cipher's object interface. + * + * @example + * + * var ciphertext = CryptoJS.RC4Drop.encrypt(message, key, cfg); + * var plaintext = CryptoJS.RC4Drop.decrypt(ciphertext, key, cfg); + */ + C.RC4Drop = StreamCipher._createHelper(RC4Drop); + }()); + + + /** @preserve + * Counter block mode compatible with Dr Brian Gladman fileenc.c + * derived from CryptoJS.mode.CTR + * Jan Hruby jhruby.web@gmail.com + */ + CryptoJS.mode.CTRGladman = (function() { + var CTRGladman = CryptoJS.lib.BlockCipherMode.extend(); + + function incWord(word) { + if (((word >> 24) & 0xff) === 0xff) { //overflow + var b1 = (word >> 16) & 0xff; + var b2 = (word >> 8) & 0xff; + var b3 = word & 0xff; + + if (b1 === 0xff) // overflow b1 + { + b1 = 0; + if (b2 === 0xff) { + b2 = 0; + if (b3 === 0xff) { + b3 = 0; + } else { + ++b3; + } + } else { + ++b2; + } + } else { + ++b1; + } + + word = 0; + word += (b1 << 16); + word += (b2 << 8); + word += b3; + } else { + word += (0x01 << 24); + } + return word; + } + + function incCounter(counter) { + if ((counter[0] = incWord(counter[0])) === 0) { + // encr_data in fileenc.c from Dr Brian Gladman's counts only with DWORD j < 8 + counter[1] = incWord(counter[1]); + } + return counter; + } + + var Encryptor = CTRGladman.Encryptor = CTRGladman.extend({ + processBlock: function(words, offset) { + // Shortcuts + var cipher = this._cipher + var blockSize = cipher.blockSize; + var iv = this._iv; + var counter = this._counter; + + // Generate keystream + if (iv) { + counter = this._counter = iv.slice(0); + + // Remove IV for subsequent blocks + this._iv = undefined; + } + + incCounter(counter); + + var keystream = counter.slice(0); + cipher.encryptBlock(keystream, 0); + + // Encrypt + for (var i = 0; i < blockSize; i++) { + words[offset + i] ^= keystream[i]; + } + } + }); + + CTRGladman.Decryptor = Encryptor; + + return CTRGladman; + }()); + + + + + (function() { + // Shortcuts + var C = CryptoJS; + var C_lib = C.lib; + var StreamCipher = C_lib.StreamCipher; + var C_algo = C.algo; + + // Reusable objects + var S = []; + var C_ = []; + var G = []; + + /** + * Rabbit stream cipher algorithm + */ + var Rabbit = C_algo.Rabbit = StreamCipher.extend({ + _doReset: function() { + // Shortcuts + var K = this._key.words; + var iv = this.cfg.iv; + + // Swap endian + for (var i = 0; i < 4; i++) { + K[i] = (((K[i] << 8) | (K[i] >>> 24)) & 0x00ff00ff) | + (((K[i] << 24) | (K[i] >>> 8)) & 0xff00ff00); + } + + // Generate initial state values + var X = this._X = [ + K[0], (K[3] << 16) | (K[2] >>> 16), + K[1], (K[0] << 16) | (K[3] >>> 16), + K[2], (K[1] << 16) | (K[0] >>> 16), + K[3], (K[2] << 16) | (K[1] >>> 16) + ]; + + // Generate initial counter values + var C = this._C = [ + (K[2] << 16) | (K[2] >>> 16), (K[0] & 0xffff0000) | (K[1] & 0x0000ffff), + (K[3] << 16) | (K[3] >>> 16), (K[1] & 0xffff0000) | (K[2] & 0x0000ffff), + (K[0] << 16) | (K[0] >>> 16), (K[2] & 0xffff0000) | (K[3] & 0x0000ffff), + (K[1] << 16) | (K[1] >>> 16), (K[3] & 0xffff0000) | (K[0] & 0x0000ffff) + ]; + + // Carry bit + this._b = 0; + + // Iterate the system four times + for (var i = 0; i < 4; i++) { + nextState.call(this); + } + + // Modify the counters + for (var i = 0; i < 8; i++) { + C[i] ^= X[(i + 4) & 7]; + } + + // IV setup + if (iv) { + // Shortcuts + var IV = iv.words; + var IV_0 = IV[0]; + var IV_1 = IV[1]; + + // Generate four subvectors + var i0 = (((IV_0 << 8) | (IV_0 >>> 24)) & 0x00ff00ff) | (((IV_0 << 24) | ( + IV_0 >>> 8)) & 0xff00ff00); + var i2 = (((IV_1 << 8) | (IV_1 >>> 24)) & 0x00ff00ff) | (((IV_1 << 24) | ( + IV_1 >>> 8)) & 0xff00ff00); + var i1 = (i0 >>> 16) | (i2 & 0xffff0000); + var i3 = (i2 << 16) | (i0 & 0x0000ffff); + + // Modify counter values + C[0] ^= i0; + C[1] ^= i1; + C[2] ^= i2; + C[3] ^= i3; + C[4] ^= i0; + C[5] ^= i1; + C[6] ^= i2; + C[7] ^= i3; + + // Iterate the system four times + for (var i = 0; i < 4; i++) { + nextState.call(this); + } + } + }, + + _doProcessBlock: function(M, offset) { + // Shortcut + var X = this._X; + + // Iterate the system + nextState.call(this); + + // Generate four keystream words + S[0] = X[0] ^ (X[5] >>> 16) ^ (X[3] << 16); + S[1] = X[2] ^ (X[7] >>> 16) ^ (X[5] << 16); + S[2] = X[4] ^ (X[1] >>> 16) ^ (X[7] << 16); + S[3] = X[6] ^ (X[3] >>> 16) ^ (X[1] << 16); + + for (var i = 0; i < 4; i++) { + // Swap endian + S[i] = (((S[i] << 8) | (S[i] >>> 24)) & 0x00ff00ff) | + (((S[i] << 24) | (S[i] >>> 8)) & 0xff00ff00); + + // Encrypt + M[offset + i] ^= S[i]; + } + }, + + blockSize: 128 / 32, + + ivSize: 64 / 32 + }); + + function nextState() { + // Shortcuts + var X = this._X; + var C = this._C; + + // Save old counter values + for (var i = 0; i < 8; i++) { + C_[i] = C[i]; + } + + // Calculate new counter values + C[0] = (C[0] + 0x4d34d34d + this._b) | 0; + C[1] = (C[1] + 0xd34d34d3 + ((C[0] >>> 0) < (C_[0] >>> 0) ? 1 : 0)) | 0; + C[2] = (C[2] + 0x34d34d34 + ((C[1] >>> 0) < (C_[1] >>> 0) ? 1 : 0)) | 0; + C[3] = (C[3] + 0x4d34d34d + ((C[2] >>> 0) < (C_[2] >>> 0) ? 1 : 0)) | 0; + C[4] = (C[4] + 0xd34d34d3 + ((C[3] >>> 0) < (C_[3] >>> 0) ? 1 : 0)) | 0; + C[5] = (C[5] + 0x34d34d34 + ((C[4] >>> 0) < (C_[4] >>> 0) ? 1 : 0)) | 0; + C[6] = (C[6] + 0x4d34d34d + ((C[5] >>> 0) < (C_[5] >>> 0) ? 1 : 0)) | 0; + C[7] = (C[7] + 0xd34d34d3 + ((C[6] >>> 0) < (C_[6] >>> 0) ? 1 : 0)) | 0; + this._b = (C[7] >>> 0) < (C_[7] >>> 0) ? 1 : 0; + + // Calculate the g-values + for (var i = 0; i < 8; i++) { + var gx = X[i] + C[i]; + + // Construct high and low argument for squaring + var ga = gx & 0xffff; + var gb = gx >>> 16; + + // Calculate high and low result of squaring + var gh = ((((ga * ga) >>> 17) + ga * gb) >>> 15) + gb * gb; + var gl = (((gx & 0xffff0000) * gx) | 0) + (((gx & 0x0000ffff) * gx) | 0); + + // High XOR low + G[i] = gh ^ gl; + } + + // Calculate new state values + X[0] = (G[0] + ((G[7] << 16) | (G[7] >>> 16)) + ((G[6] << 16) | (G[6] >>> 16))) | 0; + X[1] = (G[1] + ((G[0] << 8) | (G[0] >>> 24)) + G[7]) | 0; + X[2] = (G[2] + ((G[1] << 16) | (G[1] >>> 16)) + ((G[0] << 16) | (G[0] >>> 16))) | 0; + X[3] = (G[3] + ((G[2] << 8) | (G[2] >>> 24)) + G[1]) | 0; + X[4] = (G[4] + ((G[3] << 16) | (G[3] >>> 16)) + ((G[2] << 16) | (G[2] >>> 16))) | 0; + X[5] = (G[5] + ((G[4] << 8) | (G[4] >>> 24)) + G[3]) | 0; + X[6] = (G[6] + ((G[5] << 16) | (G[5] >>> 16)) + ((G[4] << 16) | (G[4] >>> 16))) | 0; + X[7] = (G[7] + ((G[6] << 8) | (G[6] >>> 24)) + G[5]) | 0; + } + + /** + * Shortcut functions to the cipher's object interface. + * + * @example + * + * var ciphertext = CryptoJS.Rabbit.encrypt(message, key, cfg); + * var plaintext = CryptoJS.Rabbit.decrypt(ciphertext, key, cfg); + */ + C.Rabbit = StreamCipher._createHelper(Rabbit); + }()); + + + /** + * Counter block mode. + */ + CryptoJS.mode.CTR = (function() { + var CTR = CryptoJS.lib.BlockCipherMode.extend(); + + var Encryptor = CTR.Encryptor = CTR.extend({ + processBlock: function(words, offset) { + // Shortcuts + var cipher = this._cipher + var blockSize = cipher.blockSize; + var iv = this._iv; + var counter = this._counter; + + // Generate keystream + if (iv) { + counter = this._counter = iv.slice(0); + + // Remove IV for subsequent blocks + this._iv = undefined; + } + var keystream = counter.slice(0); + cipher.encryptBlock(keystream, 0); + + // Increment counter + counter[blockSize - 1] = (counter[blockSize - 1] + 1) | 0 + + // Encrypt + for (var i = 0; i < blockSize; i++) { + words[offset + i] ^= keystream[i]; + } + } + }); + + CTR.Decryptor = Encryptor; + + return CTR; + }()); + + + (function() { + // Shortcuts + var C = CryptoJS; + var C_lib = C.lib; + var StreamCipher = C_lib.StreamCipher; + var C_algo = C.algo; + + // Reusable objects + var S = []; + var C_ = []; + var G = []; + + /** + * Rabbit stream cipher algorithm. + * + * This is a legacy version that neglected to convert the key to little-endian. + * This error doesn't affect the cipher's security, + * but it does affect its compatibility with other implementations. + */ + var RabbitLegacy = C_algo.RabbitLegacy = StreamCipher.extend({ + _doReset: function() { + // Shortcuts + var K = this._key.words; + var iv = this.cfg.iv; + + // Generate initial state values + var X = this._X = [ + K[0], (K[3] << 16) | (K[2] >>> 16), + K[1], (K[0] << 16) | (K[3] >>> 16), + K[2], (K[1] << 16) | (K[0] >>> 16), + K[3], (K[2] << 16) | (K[1] >>> 16) + ]; + + // Generate initial counter values + var C = this._C = [ + (K[2] << 16) | (K[2] >>> 16), (K[0] & 0xffff0000) | (K[1] & 0x0000ffff), + (K[3] << 16) | (K[3] >>> 16), (K[1] & 0xffff0000) | (K[2] & 0x0000ffff), + (K[0] << 16) | (K[0] >>> 16), (K[2] & 0xffff0000) | (K[3] & 0x0000ffff), + (K[1] << 16) | (K[1] >>> 16), (K[3] & 0xffff0000) | (K[0] & 0x0000ffff) + ]; + + // Carry bit + this._b = 0; + + // Iterate the system four times + for (var i = 0; i < 4; i++) { + nextState.call(this); + } + + // Modify the counters + for (var i = 0; i < 8; i++) { + C[i] ^= X[(i + 4) & 7]; + } + + // IV setup + if (iv) { + // Shortcuts + var IV = iv.words; + var IV_0 = IV[0]; + var IV_1 = IV[1]; + + // Generate four subvectors + var i0 = (((IV_0 << 8) | (IV_0 >>> 24)) & 0x00ff00ff) | (((IV_0 << 24) | ( + IV_0 >>> 8)) & 0xff00ff00); + var i2 = (((IV_1 << 8) | (IV_1 >>> 24)) & 0x00ff00ff) | (((IV_1 << 24) | ( + IV_1 >>> 8)) & 0xff00ff00); + var i1 = (i0 >>> 16) | (i2 & 0xffff0000); + var i3 = (i2 << 16) | (i0 & 0x0000ffff); + + // Modify counter values + C[0] ^= i0; + C[1] ^= i1; + C[2] ^= i2; + C[3] ^= i3; + C[4] ^= i0; + C[5] ^= i1; + C[6] ^= i2; + C[7] ^= i3; + + // Iterate the system four times + for (var i = 0; i < 4; i++) { + nextState.call(this); + } + } + }, + + _doProcessBlock: function(M, offset) { + // Shortcut + var X = this._X; + + // Iterate the system + nextState.call(this); + + // Generate four keystream words + S[0] = X[0] ^ (X[5] >>> 16) ^ (X[3] << 16); + S[1] = X[2] ^ (X[7] >>> 16) ^ (X[5] << 16); + S[2] = X[4] ^ (X[1] >>> 16) ^ (X[7] << 16); + S[3] = X[6] ^ (X[3] >>> 16) ^ (X[1] << 16); + + for (var i = 0; i < 4; i++) { + // Swap endian + S[i] = (((S[i] << 8) | (S[i] >>> 24)) & 0x00ff00ff) | + (((S[i] << 24) | (S[i] >>> 8)) & 0xff00ff00); + + // Encrypt + M[offset + i] ^= S[i]; + } + }, + + blockSize: 128 / 32, + + ivSize: 64 / 32 + }); + + function nextState() { + // Shortcuts + var X = this._X; + var C = this._C; + + // Save old counter values + for (var i = 0; i < 8; i++) { + C_[i] = C[i]; + } + + // Calculate new counter values + C[0] = (C[0] + 0x4d34d34d + this._b) | 0; + C[1] = (C[1] + 0xd34d34d3 + ((C[0] >>> 0) < (C_[0] >>> 0) ? 1 : 0)) | 0; + C[2] = (C[2] + 0x34d34d34 + ((C[1] >>> 0) < (C_[1] >>> 0) ? 1 : 0)) | 0; + C[3] = (C[3] + 0x4d34d34d + ((C[2] >>> 0) < (C_[2] >>> 0) ? 1 : 0)) | 0; + C[4] = (C[4] + 0xd34d34d3 + ((C[3] >>> 0) < (C_[3] >>> 0) ? 1 : 0)) | 0; + C[5] = (C[5] + 0x34d34d34 + ((C[4] >>> 0) < (C_[4] >>> 0) ? 1 : 0)) | 0; + C[6] = (C[6] + 0x4d34d34d + ((C[5] >>> 0) < (C_[5] >>> 0) ? 1 : 0)) | 0; + C[7] = (C[7] + 0xd34d34d3 + ((C[6] >>> 0) < (C_[6] >>> 0) ? 1 : 0)) | 0; + this._b = (C[7] >>> 0) < (C_[7] >>> 0) ? 1 : 0; + + // Calculate the g-values + for (var i = 0; i < 8; i++) { + var gx = X[i] + C[i]; + + // Construct high and low argument for squaring + var ga = gx & 0xffff; + var gb = gx >>> 16; + + // Calculate high and low result of squaring + var gh = ((((ga * ga) >>> 17) + ga * gb) >>> 15) + gb * gb; + var gl = (((gx & 0xffff0000) * gx) | 0) + (((gx & 0x0000ffff) * gx) | 0); + + // High XOR low + G[i] = gh ^ gl; + } + + // Calculate new state values + X[0] = (G[0] + ((G[7] << 16) | (G[7] >>> 16)) + ((G[6] << 16) | (G[6] >>> 16))) | 0; + X[1] = (G[1] + ((G[0] << 8) | (G[0] >>> 24)) + G[7]) | 0; + X[2] = (G[2] + ((G[1] << 16) | (G[1] >>> 16)) + ((G[0] << 16) | (G[0] >>> 16))) | 0; + X[3] = (G[3] + ((G[2] << 8) | (G[2] >>> 24)) + G[1]) | 0; + X[4] = (G[4] + ((G[3] << 16) | (G[3] >>> 16)) + ((G[2] << 16) | (G[2] >>> 16))) | 0; + X[5] = (G[5] + ((G[4] << 8) | (G[4] >>> 24)) + G[3]) | 0; + X[6] = (G[6] + ((G[5] << 16) | (G[5] >>> 16)) + ((G[4] << 16) | (G[4] >>> 16))) | 0; + X[7] = (G[7] + ((G[6] << 8) | (G[6] >>> 24)) + G[5]) | 0; + } + + /** + * Shortcut functions to the cipher's object interface. + * + * @example + * + * var ciphertext = CryptoJS.RabbitLegacy.encrypt(message, key, cfg); + * var plaintext = CryptoJS.RabbitLegacy.decrypt(ciphertext, key, cfg); + */ + C.RabbitLegacy = StreamCipher._createHelper(RabbitLegacy); + }()); + + + /** + * Zero padding strategy. + */ + CryptoJS.pad.ZeroPadding = { + pad: function(data, blockSize) { + // Shortcut + var blockSizeBytes = blockSize * 4; + + // Pad + data.clamp(); + data.sigBytes += blockSizeBytes - ((data.sigBytes % blockSizeBytes) || blockSizeBytes); + }, + + unpad: function(data) { + // Shortcut + var dataWords = data.words; + + // Unpad + var i = data.sigBytes - 1; + while (!((dataWords[i >>> 2] >>> (24 - (i % 4) * 8)) & 0xff)) { + i--; + } + data.sigBytes = i + 1; + } + }; + + + return CryptoJS; + +})); \ No newline at end of file diff --git a/src/main/resources/admin/admin/src/utils/des.js b/src/main/resources/admin/admin/src/utils/des.js new file mode 100644 index 0000000..9bbc579 --- /dev/null +++ b/src/main/resources/admin/admin/src/utils/des.js @@ -0,0 +1,46 @@ +import CryptoJS from './cryptojs.js' +let KEY = '1234567890123456' +let IV = '' +// DES加密 +export const encryptDes = (message) => { + const keyHex = CryptoJS.enc.Utf8.parse(KEY); + const encrypted = CryptoJS.DES.encrypt(message, keyHex, { + mode: CryptoJS.mode.ECB, + padding: CryptoJS.pad.Pkcs7 + }); + return encrypted.toString(); +} + +// DES解密 +export const decryptDes = (ciphertext) => { + const keyHex = CryptoJS.enc.Utf8.parse(KEY); + // direct decrypt ciphertext + const decrypted = CryptoJS.DES.decrypt({ + ciphertext: CryptoJS.enc.Base64.parse(ciphertext) + }, keyHex, { + mode: CryptoJS.mode.ECB, + padding: CryptoJS.pad.Pkcs7 + }); + return decrypted.toString(CryptoJS.enc.Utf8); +} +export const encryptAes = (msg) => { + let cmode = CryptoJS.mode.CBC; + let cpad = CryptoJS.pad.Pkcs7; + let ciphertext = CryptoJS.AES.encrypt(msg, CryptoJS.enc.Utf8.parse(KEY), { + mode: cmode, + padding: cpad, + iv: CryptoJS.enc.Utf8.parse(IV) + }).toString(); + return ciphertext; +} +export const decryptAes = (msg) => { + let cmode = CryptoJS.mode.CBC; + let cpad = CryptoJS.pad.Pkcs7; + var bytes = CryptoJS.AES.decrypt(msg, CryptoJS.enc.Utf8.parse(KEY), { + mode: cmode, + padding: cpad, + iv: CryptoJS.enc.Utf8.parse(IV) + }); + var originText = bytes.toString(CryptoJS.enc.Utf8); + return originText; +} \ No newline at end of file diff --git a/src/main/resources/admin/admin/src/utils/http.js b/src/main/resources/admin/admin/src/utils/http.js new file mode 100644 index 0000000..3f8e698 --- /dev/null +++ b/src/main/resources/admin/admin/src/utils/http.js @@ -0,0 +1,29 @@ +import axios from 'axios' +import router from '@/router/router-static' +import storage from '@/utils/storage' + +const http = axios.create({ + timeout: 1000 * 86400, + withCredentials: true, + baseURL: '/springbootbv4939cb', + headers: { + 'Content-Type': 'application/json; charset=utf-8' + } +}) +// 请求拦截 +http.interceptors.request.use(config => { + config.headers['Token'] = storage.get('Token') // 请求头带上token + return config +}, error => { + return Promise.reject(error) +}) +// 响应拦截 +http.interceptors.response.use(response => { + if (response.data && response.data.code === 401) { // 401, token失效 + router.push({ name: 'login' }) + } + return response +}, error => { + return Promise.reject(error) +}) +export default http \ No newline at end of file diff --git a/src/main/resources/admin/admin/src/utils/i18n.js b/src/main/resources/admin/admin/src/utils/i18n.js new file mode 100644 index 0000000..76be5a4 --- /dev/null +++ b/src/main/resources/admin/admin/src/utils/i18n.js @@ -0,0 +1,12 @@ +// translate router.meta.title, be used in breadcrumb sidebar tagsview +export function generateTitle(title) { + const hasKey = this.$te('route.' + title) + + if (hasKey) { + // $t :this method from vue-i18n, inject in @/lang/index.js + const translatedTitle = this.$t('route.' + title) + + return translatedTitle + } + return title +} diff --git a/src/main/resources/admin/admin/src/utils/menu.js b/src/main/resources/admin/admin/src/utils/menu.js new file mode 100644 index 0000000..2f87e0c --- /dev/null +++ b/src/main/resources/admin/admin/src/utils/menu.js @@ -0,0 +1,213 @@ +const menu = { + list() { + return [{ + "backMenu": [{ + "child": [{ + "allButtons": ["新增", "查看", "修改", "删除"], + "appFrontIcon": "cuIcon-goodsnew", + "buttons": ["新增", "查看", "修改", "删除"], + "menu": "驾驶员", + "menuJump": "列表", + "tableName": "jiashiyuan" + }], "menu": "驾驶员管理" + }, { + "child": [{ + "allButtons": ["新增", "查看", "修改", "删除", "审核"], + "appFrontIcon": "cuIcon-attentionfavor", + "buttons": ["新增", "查看", "修改", "删除", "审核"], + "menu": "工作人员", + "menuJump": "列表", + "tableName": "gongzuorenyuan" + }], "menu": "工作人员管理" + }, { + "child": [{ + "allButtons": ["新增", "查看", "修改", "删除"], + "appFrontIcon": "cuIcon-pic", + "buttons": ["新增", "查看", "修改", "删除"], + "menu": "公告信息", + "menuJump": "列表", + "tableName": "gonggaoxinxi" + }], "menu": "公告信息管理" + }, { + "child": [{ + "allButtons": ["新增", "查看", "修改", "删除", "保险信息", "续保通知", "事故记录"], + "appFrontIcon": "cuIcon-pay", + "buttons": ["查看", "删除"], + "menu": "车辆档案", + "menuJump": "列表", + "tableName": "cheliangdangan" + }], "menu": "车辆档案管理" + }, { + "child": [{ + "allButtons": ["新增", "查看", "修改", "删除"], + "appFrontIcon": "cuIcon-vipcard", + "buttons": ["查看", "删除"], + "menu": "保险信息", + "menuJump": "列表", + "tableName": "baoxianxinxi" + }], "menu": "保险信息管理" + }, { + "child": [{ + "allButtons": ["新增", "查看", "修改", "删除", "到期次数"], + "appFrontIcon": "cuIcon-present", + "buttons": ["查看", "删除", "到期次数"], + "menu": "续保通知", + "menuJump": "列表", + "tableName": "xubaotongzhi" + }], "menu": "续保通知管理" + }, { + "child": [{ + "allButtons": ["新增", "查看", "修改", "删除"], + "appFrontIcon": "el-icon-coins", + "buttons": ["新增", "查看", "修改", "删除"], + "menu": "路线信息", + "menuJump": "列表", + "tableName": "luxianxinxi" + }], "menu": "路线信息管理" + }, { + "child": [{ + "allButtons": ["新增", "查看", "修改", "删除", "事故次数"], + "appFrontIcon": "cuIcon-goods", + "buttons": ["删除", "事故次数", "查看"], + "menu": "事故记录", + "menuJump": "列表", + "tableName": "shigujilu" + }], "menu": "事故记录管理" + }], + "frontMenu": [ ], + "hasBackLogin": "是", + "hasBackRegister": "否", + "hasFrontLogin": "否", + "hasFrontRegister": "否", + "roleName": "管理员", + "tableName": "users" + }, { + "backMenu": [{ + "child": [{ + "allButtons": ["新增", "查看", "修改", "删除"], + "appFrontIcon": "cuIcon-pic", + "buttons": ["查看"], + "menu": "公告信息", + "menuJump": "列表", + "tableName": "gonggaoxinxi" + }], "menu": "公告信息管理" + }, { + "child": [{ + "allButtons": ["新增", "查看", "修改", "删除", "保险信息", "续保通知", "事故记录"], + "appFrontIcon": "cuIcon-pay", + "buttons": ["查看"], + "menu": "车辆档案", + "menuJump": "列表", + "tableName": "cheliangdangan" + }], "menu": "车辆档案管理" + }, { + "child": [{ + "allButtons": ["新增", "查看", "修改", "删除"], + "appFrontIcon": "cuIcon-vipcard", + "buttons": ["查看"], + "menu": "保险信息", + "menuJump": "列表", + "tableName": "baoxianxinxi" + }], "menu": "保险信息管理" + }, { + "child": [{ + "allButtons": ["新增", "查看", "修改", "删除", "到期次数"], + "appFrontIcon": "cuIcon-present", + "buttons": ["查看"], + "menu": "续保通知", + "menuJump": "列表", + "tableName": "xubaotongzhi" + }], "menu": "续保通知管理" + }, { + "child": [{ + "allButtons": ["新增", "查看", "修改", "删除"], + "appFrontIcon": "el-icon-picture-outline", + "buttons": ["新增", "查看", "修改", "删除"], + "menu": "路线信息", + "menuJump": "列表", + "tableName": "luxianxinxi" + }], "menu": "路线信息管理" + }, { + "child": [{ + "allButtons": ["新增", "查看", "修改", "删除", "事故次数"], + "appFrontIcon": "cuIcon-goods", + "buttons": ["查看"], + "menu": "事故记录", + "menuJump": "列表", + "tableName": "shigujilu" + }], "menu": "事故记录管理" + }], + "frontMenu": [ ], + "hasBackLogin": "是", + "hasBackRegister": "是", + "hasFrontLogin": "否", + "hasFrontRegister": "否", + "roleName": "驾驶员", + "tableName": "jiashiyuan" + }, { + "backMenu": [{ + "child": [{ + "allButtons": ["新增", "查看", "修改", "删除"], + "appFrontIcon": "cuIcon-pic", + "buttons": ["查看"], + "menu": "公告信息", + "menuJump": "列表", + "tableName": "gonggaoxinxi" + }], "menu": "公告信息管理" + }, { + "child": [{ + "allButtons": ["新增", "查看", "修改", "删除", "保险信息", "续保通知", "事故记录"], + "appFrontIcon": "cuIcon-pay", + "buttons": ["新增", "查看", "修改", "删除", "保险信息", "续保通知", "事故记录"], + "menu": "车辆档案", + "menuJump": "列表", + "tableName": "cheliangdangan" + }], "menu": "车辆档案管理" + }, { + "child": [{ + "allButtons": ["新增", "查看", "修改", "删除"], + "appFrontIcon": "cuIcon-vipcard", + "buttons": ["查看", "删除"], + "menu": "保险信息", + "menuJump": "列表", + "tableName": "baoxianxinxi" + }], "menu": "保险信息管理" + }, { + "child": [{ + "allButtons": ["新增", "查看", "修改", "删除", "到期次数"], + "appFrontIcon": "cuIcon-present", + "buttons": ["查看", "删除"], + "menu": "续保通知", + "menuJump": "列表", + "tableName": "xubaotongzhi" + }], "menu": "续保通知管理" + }, { + "child": [{ + "allButtons": ["新增", "查看", "修改", "删除", "事故次数"], + "appFrontIcon": "cuIcon-goods", + "buttons": ["查看", "删除"], + "menu": "事故记录", + "menuJump": "列表", + "tableName": "shigujilu" + }], "menu": "事故记录管理" + }, { + "child": [{ + "allButtons": ["新增", "查看", "修改", "删除"], + "appFrontIcon": "el-icon-coins", + "buttons": ["新增", "查看", "修改", "删除"], + "menu": "路线信息", + "menuJump": "列表", + "tableName": "luxianxinxi" + }], "menu": "路线信息管理" + }], + "frontMenu": [], + "hasBackLogin": "是", + "hasBackRegister": "是", + "hasFrontLogin": "否", + "hasFrontRegister": "否", + "roleName": "工作人员", + "tableName": "gongzuorenyuan" + }] + } +} +export default menu; \ No newline at end of file diff --git a/src/main/resources/admin/admin/src/utils/particles.js b/src/main/resources/admin/admin/src/utils/particles.js new file mode 100644 index 0000000..325d834 --- /dev/null +++ b/src/main/resources/admin/admin/src/utils/particles.js @@ -0,0 +1,1541 @@ +/* ----------------------------------------------- +/* Author : Vincent Garreau - vincentgarreau.com +/* MIT license: http://opensource.org/licenses/MIT +/* Demo / Generator : vincentgarreau.com/particles.js +/* GitHub : github.com/VincentGarreau/particles.js +/* How to use? : Check the GitHub README +/* v2.0.0 +/* ----------------------------------------------- */ + +var pJS = function(tag_id, params){ + + var canvas_el = document.querySelector('#'+tag_id+' > .particles-js-canvas-el'); + + /* particles.js variables with default values */ + this.pJS = { + canvas: { + el: canvas_el, + w: canvas_el.offsetWidth, + h: canvas_el.offsetHeight + }, + particles: { + number: { + value: 400, + density: { + enable: true, + value_area: 800 + } + }, + color: { + value: '#fff' + }, + shape: { + type: 'circle', + stroke: { + width: 0, + color: '#ff0000' + }, + polygon: { + nb_sides: 5 + }, + image: { + src: '', + width: 100, + height: 100 + } + }, + opacity: { + value: 1, + random: false, + anim: { + enable: false, + speed: 2, + opacity_min: 0, + sync: false + } + }, + size: { + value: 20, + random: false, + anim: { + enable: false, + speed: 20, + size_min: 0, + sync: false + } + }, + line_linked: { + enable: true, + distance: 100, + color: '#fff', + opacity: 1, + width: 1 + }, + move: { + enable: true, + speed: 2, + direction: 'none', + random: false, + straight: false, + out_mode: 'out', + bounce: false, + attract: { + enable: false, + rotateX: 3000, + rotateY: 3000 + } + }, + array: [] + }, + interactivity: { + detect_on: 'canvas', + events: { + onhover: { + enable: true, + mode: 'grab' + }, + onclick: { + enable: true, + mode: 'push' + }, + resize: true + }, + modes: { + grab:{ + distance: 100, + line_linked:{ + opacity: 1 + } + }, + bubble:{ + distance: 200, + size: 80, + duration: 0.4 + }, + repulse:{ + distance: 200, + duration: 0.4 + }, + push:{ + particles_nb: 4 + }, + remove:{ + particles_nb: 2 + } + }, + mouse:{} + }, + retina_detect: false, + fn: { + interact: {}, + modes: {}, + vendors:{} + }, + tmp: {} + }; + + var pJS = this.pJS; + + /* params settings */ + if(params){ + Object.deepExtend(pJS, params); + } + + pJS.tmp.obj = { + size_value: pJS.particles.size.value, + size_anim_speed: pJS.particles.size.anim.speed, + move_speed: pJS.particles.move.speed, + line_linked_distance: pJS.particles.line_linked.distance, + line_linked_width: pJS.particles.line_linked.width, + mode_grab_distance: pJS.interactivity.modes.grab.distance, + mode_bubble_distance: pJS.interactivity.modes.bubble.distance, + mode_bubble_size: pJS.interactivity.modes.bubble.size, + mode_repulse_distance: pJS.interactivity.modes.repulse.distance + }; + + + pJS.fn.retinaInit = function(){ + + if(pJS.retina_detect && window.devicePixelRatio > 1){ + pJS.canvas.pxratio = window.devicePixelRatio; + pJS.tmp.retina = true; + } + else{ + pJS.canvas.pxratio = 1; + pJS.tmp.retina = false; + } + + pJS.canvas.w = pJS.canvas.el.offsetWidth * pJS.canvas.pxratio; + pJS.canvas.h = pJS.canvas.el.offsetHeight * pJS.canvas.pxratio; + + pJS.particles.size.value = pJS.tmp.obj.size_value * pJS.canvas.pxratio; + pJS.particles.size.anim.speed = pJS.tmp.obj.size_anim_speed * pJS.canvas.pxratio; + pJS.particles.move.speed = pJS.tmp.obj.move_speed * pJS.canvas.pxratio; + pJS.particles.line_linked.distance = pJS.tmp.obj.line_linked_distance * pJS.canvas.pxratio; + pJS.interactivity.modes.grab.distance = pJS.tmp.obj.mode_grab_distance * pJS.canvas.pxratio; + pJS.interactivity.modes.bubble.distance = pJS.tmp.obj.mode_bubble_distance * pJS.canvas.pxratio; + pJS.particles.line_linked.width = pJS.tmp.obj.line_linked_width * pJS.canvas.pxratio; + pJS.interactivity.modes.bubble.size = pJS.tmp.obj.mode_bubble_size * pJS.canvas.pxratio; + pJS.interactivity.modes.repulse.distance = pJS.tmp.obj.mode_repulse_distance * pJS.canvas.pxratio; + + }; + + + + /* ---------- pJS functions - canvas ------------ */ + + pJS.fn.canvasInit = function(){ + pJS.canvas.ctx = pJS.canvas.el.getContext('2d'); + }; + + pJS.fn.canvasSize = function(){ + + pJS.canvas.el.width = pJS.canvas.w; + pJS.canvas.el.height = pJS.canvas.h; + + if(pJS && pJS.interactivity.events.resize){ + + window.addEventListener('resize', function(){ + + pJS.canvas.w = pJS.canvas.el.offsetWidth; + pJS.canvas.h = pJS.canvas.el.offsetHeight; + + /* resize canvas */ + if(pJS.tmp.retina){ + pJS.canvas.w *= pJS.canvas.pxratio; + pJS.canvas.h *= pJS.canvas.pxratio; + } + + pJS.canvas.el.width = pJS.canvas.w; + pJS.canvas.el.height = pJS.canvas.h; + + /* repaint canvas on anim disabled */ + if(!pJS.particles.move.enable){ + pJS.fn.particlesEmpty(); + pJS.fn.particlesCreate(); + pJS.fn.particlesDraw(); + pJS.fn.vendors.densityAutoParticles(); + } + + /* density particles enabled */ + pJS.fn.vendors.densityAutoParticles(); + + }); + + } + + }; + + + pJS.fn.canvasPaint = function(){ + pJS.canvas.ctx.fillRect(0, 0, pJS.canvas.w, pJS.canvas.h); + }; + + pJS.fn.canvasClear = function(){ + pJS.canvas.ctx.clearRect(0, 0, pJS.canvas.w, pJS.canvas.h); + }; + + + /* --------- pJS functions - particles ----------- */ + + pJS.fn.particle = function(color, opacity, position){ + + /* size */ + this.radius = (pJS.particles.size.random ? Math.random() : 1) * pJS.particles.size.value; + if(pJS.particles.size.anim.enable){ + this.size_status = false; + this.vs = pJS.particles.size.anim.speed / 100; + if(!pJS.particles.size.anim.sync){ + this.vs = this.vs * Math.random(); + } + } + + /* position */ + this.x = position ? position.x : Math.random() * pJS.canvas.w; + this.y = position ? position.y : Math.random() * pJS.canvas.h; + + /* check position - into the canvas */ + if(this.x > pJS.canvas.w - this.radius*2) this.x = this.x - this.radius; + else if(this.x < this.radius*2) this.x = this.x + this.radius; + if(this.y > pJS.canvas.h - this.radius*2) this.y = this.y - this.radius; + else if(this.y < this.radius*2) this.y = this.y + this.radius; + + /* check position - avoid overlap */ + if(pJS.particles.move.bounce){ + pJS.fn.vendors.checkOverlap(this, position); + } + + /* color */ + this.color = {}; + if(typeof(color.value) == 'object'){ + + if(color.value instanceof Array){ + var color_selected = color.value[Math.floor(Math.random() * pJS.particles.color.value.length)]; + this.color.rgb = hexToRgb(color_selected); + }else{ + if(color.value.r != undefined && color.value.g != undefined && color.value.b != undefined){ + this.color.rgb = { + r: color.value.r, + g: color.value.g, + b: color.value.b + } + } + if(color.value.h != undefined && color.value.s != undefined && color.value.l != undefined){ + this.color.hsl = { + h: color.value.h, + s: color.value.s, + l: color.value.l + } + } + } + + } + else if(color.value == 'random'){ + this.color.rgb = { + r: (Math.floor(Math.random() * (255 - 0 + 1)) + 0), + g: (Math.floor(Math.random() * (255 - 0 + 1)) + 0), + b: (Math.floor(Math.random() * (255 - 0 + 1)) + 0) + } + } + else if(typeof(color.value) == 'string'){ + this.color = color; + this.color.rgb = hexToRgb(this.color.value); + } + + /* opacity */ + this.opacity = (pJS.particles.opacity.random ? Math.random() : 1) * pJS.particles.opacity.value; + if(pJS.particles.opacity.anim.enable){ + this.opacity_status = false; + this.vo = pJS.particles.opacity.anim.speed / 100; + if(!pJS.particles.opacity.anim.sync){ + this.vo = this.vo * Math.random(); + } + } + + /* animation - velocity for speed */ + var velbase = {} + switch(pJS.particles.move.direction){ + case 'top': + velbase = { x:0, y:-1 }; + break; + case 'top-right': + velbase = { x:0.5, y:-0.5 }; + break; + case 'right': + velbase = { x:1, y:-0 }; + break; + case 'bottom-right': + velbase = { x:0.5, y:0.5 }; + break; + case 'bottom': + velbase = { x:0, y:1 }; + break; + case 'bottom-left': + velbase = { x:-0.5, y:1 }; + break; + case 'left': + velbase = { x:-1, y:0 }; + break; + case 'top-left': + velbase = { x:-0.5, y:-0.5 }; + break; + default: + velbase = { x:0, y:0 }; + break; + } + + if(pJS.particles.move.straight){ + this.vx = velbase.x; + this.vy = velbase.y; + if(pJS.particles.move.random){ + this.vx = this.vx * (Math.random()); + this.vy = this.vy * (Math.random()); + } + }else{ + this.vx = velbase.x + Math.random()-0.5; + this.vy = velbase.y + Math.random()-0.5; + } + + // var theta = 2.0 * Math.PI * Math.random(); + // this.vx = Math.cos(theta); + // this.vy = Math.sin(theta); + + this.vx_i = this.vx; + this.vy_i = this.vy; + + + + /* if shape is image */ + + var shape_type = pJS.particles.shape.type; + if(typeof(shape_type) == 'object'){ + if(shape_type instanceof Array){ + var shape_selected = shape_type[Math.floor(Math.random() * shape_type.length)]; + this.shape = shape_selected; + } + }else{ + this.shape = shape_type; + } + + if(this.shape == 'image'){ + var sh = pJS.particles.shape; + this.img = { + src: sh.image.src, + ratio: sh.image.width / sh.image.height + } + if(!this.img.ratio) this.img.ratio = 1; + if(pJS.tmp.img_type == 'svg' && pJS.tmp.source_svg != undefined){ + pJS.fn.vendors.createSvgImg(this); + if(pJS.tmp.pushing){ + this.img.loaded = false; + } + } + } + + + + }; + + + pJS.fn.particle.prototype.draw = function() { + + var p = this; + + if(p.radius_bubble != undefined){ + var radius = p.radius_bubble; + }else{ + var radius = p.radius; + } + + if(p.opacity_bubble != undefined){ + var opacity = p.opacity_bubble; + }else{ + var opacity = p.opacity; + } + + if(p.color.rgb){ + var color_value = 'rgba('+p.color.rgb.r+','+p.color.rgb.g+','+p.color.rgb.b+','+opacity+')'; + }else{ + var color_value = 'hsla('+p.color.hsl.h+','+p.color.hsl.s+'%,'+p.color.hsl.l+'%,'+opacity+')'; + } + + pJS.canvas.ctx.fillStyle = color_value; + pJS.canvas.ctx.beginPath(); + + switch(p.shape){ + + case 'circle': + pJS.canvas.ctx.arc(p.x, p.y, radius, 0, Math.PI * 2, false); + break; + + case 'edge': + pJS.canvas.ctx.rect(p.x-radius, p.y-radius, radius*2, radius*2); + break; + + case 'triangle': + pJS.fn.vendors.drawShape(pJS.canvas.ctx, p.x-radius, p.y+radius / 1.66, radius*2, 3, 2); + break; + + case 'polygon': + pJS.fn.vendors.drawShape( + pJS.canvas.ctx, + p.x - radius / (pJS.particles.shape.polygon.nb_sides/3.5), // startX + p.y - radius / (2.66/3.5), // startY + radius*2.66 / (pJS.particles.shape.polygon.nb_sides/3), // sideLength + pJS.particles.shape.polygon.nb_sides, // sideCountNumerator + 1 // sideCountDenominator + ); + break; + + case 'star': + pJS.fn.vendors.drawShape( + pJS.canvas.ctx, + p.x - radius*2 / (pJS.particles.shape.polygon.nb_sides/4), // startX + p.y - radius / (2*2.66/3.5), // startY + radius*2*2.66 / (pJS.particles.shape.polygon.nb_sides/3), // sideLength + pJS.particles.shape.polygon.nb_sides, // sideCountNumerator + 2 // sideCountDenominator + ); + break; + + case 'image': + + function draw(){ + pJS.canvas.ctx.drawImage( + img_obj, + p.x-radius, + p.y-radius, + radius*2, + radius*2 / p.img.ratio + ); + } + + if(pJS.tmp.img_type == 'svg'){ + var img_obj = p.img.obj; + }else{ + var img_obj = pJS.tmp.img_obj; + } + + if(img_obj){ + draw(); + } + + break; + + } + + pJS.canvas.ctx.closePath(); + + if(pJS.particles.shape.stroke.width > 0){ + pJS.canvas.ctx.strokeStyle = pJS.particles.shape.stroke.color; + pJS.canvas.ctx.lineWidth = pJS.particles.shape.stroke.width; + pJS.canvas.ctx.stroke(); + } + + pJS.canvas.ctx.fill(); + + }; + + + pJS.fn.particlesCreate = function(){ + for(var i = 0; i < pJS.particles.number.value; i++) { + pJS.particles.array.push(new pJS.fn.particle(pJS.particles.color, pJS.particles.opacity.value)); + } + }; + + pJS.fn.particlesUpdate = function(){ + + for(var i = 0; i < pJS.particles.array.length; i++){ + + /* the particle */ + var p = pJS.particles.array[i]; + + // var d = ( dx = pJS.interactivity.mouse.click_pos_x - p.x ) * dx + ( dy = pJS.interactivity.mouse.click_pos_y - p.y ) * dy; + // var f = -BANG_SIZE / d; + // if ( d < BANG_SIZE ) { + // var t = Math.atan2( dy, dx ); + // p.vx = f * Math.cos(t); + // p.vy = f * Math.sin(t); + // } + + /* move the particle */ + if(pJS.particles.move.enable){ + var ms = pJS.particles.move.speed/2; + p.x += p.vx * ms; + p.y += p.vy * ms; + } + + /* change opacity status */ + if(pJS.particles.opacity.anim.enable) { + if(p.opacity_status == true) { + if(p.opacity >= pJS.particles.opacity.value) p.opacity_status = false; + p.opacity += p.vo; + }else { + if(p.opacity <= pJS.particles.opacity.anim.opacity_min) p.opacity_status = true; + p.opacity -= p.vo; + } + if(p.opacity < 0) p.opacity = 0; + } + + /* change size */ + if(pJS.particles.size.anim.enable){ + if(p.size_status == true){ + if(p.radius >= pJS.particles.size.value) p.size_status = false; + p.radius += p.vs; + }else{ + if(p.radius <= pJS.particles.size.anim.size_min) p.size_status = true; + p.radius -= p.vs; + } + if(p.radius < 0) p.radius = 0; + } + + /* change particle position if it is out of canvas */ + if(pJS.particles.move.out_mode == 'bounce'){ + var new_pos = { + x_left: p.radius, + x_right: pJS.canvas.w, + y_top: p.radius, + y_bottom: pJS.canvas.h + } + }else{ + var new_pos = { + x_left: -p.radius, + x_right: pJS.canvas.w + p.radius, + y_top: -p.radius, + y_bottom: pJS.canvas.h + p.radius + } + } + + if(p.x - p.radius > pJS.canvas.w){ + p.x = new_pos.x_left; + p.y = Math.random() * pJS.canvas.h; + } + else if(p.x + p.radius < 0){ + p.x = new_pos.x_right; + p.y = Math.random() * pJS.canvas.h; + } + if(p.y - p.radius > pJS.canvas.h){ + p.y = new_pos.y_top; + p.x = Math.random() * pJS.canvas.w; + } + else if(p.y + p.radius < 0){ + p.y = new_pos.y_bottom; + p.x = Math.random() * pJS.canvas.w; + } + + /* out of canvas modes */ + switch(pJS.particles.move.out_mode){ + case 'bounce': + if (p.x + p.radius > pJS.canvas.w) p.vx = -p.vx; + else if (p.x - p.radius < 0) p.vx = -p.vx; + if (p.y + p.radius > pJS.canvas.h) p.vy = -p.vy; + else if (p.y - p.radius < 0) p.vy = -p.vy; + break; + } + + /* events */ + if(isInArray('grab', pJS.interactivity.events.onhover.mode)){ + pJS.fn.modes.grabParticle(p); + } + + if(isInArray('bubble', pJS.interactivity.events.onhover.mode) || isInArray('bubble', pJS.interactivity.events.onclick.mode)){ + pJS.fn.modes.bubbleParticle(p); + } + + if(isInArray('repulse', pJS.interactivity.events.onhover.mode) || isInArray('repulse', pJS.interactivity.events.onclick.mode)){ + pJS.fn.modes.repulseParticle(p); + } + + /* interaction auto between particles */ + if(pJS.particles.line_linked.enable || pJS.particles.move.attract.enable){ + for(var j = i + 1; j < pJS.particles.array.length; j++){ + var p2 = pJS.particles.array[j]; + + /* link particles */ + if(pJS.particles.line_linked.enable){ + pJS.fn.interact.linkParticles(p,p2); + } + + /* attract particles */ + if(pJS.particles.move.attract.enable){ + pJS.fn.interact.attractParticles(p,p2); + } + + /* bounce particles */ + if(pJS.particles.move.bounce){ + pJS.fn.interact.bounceParticles(p,p2); + } + + } + } + + + } + + }; + + pJS.fn.particlesDraw = function(){ + + /* clear canvas */ + pJS.canvas.ctx.clearRect(0, 0, pJS.canvas.w, pJS.canvas.h); + + /* update each particles param */ + pJS.fn.particlesUpdate(); + + /* draw each particle */ + for(var i = 0; i < pJS.particles.array.length; i++){ + var p = pJS.particles.array[i]; + p.draw(); + } + + }; + + pJS.fn.particlesEmpty = function(){ + pJS.particles.array = []; + }; + + pJS.fn.particlesRefresh = function(){ + + /* init all */ + cancelRequestAnimFrame(pJS.fn.checkAnimFrame); + cancelRequestAnimFrame(pJS.fn.drawAnimFrame); + pJS.tmp.source_svg = undefined; + pJS.tmp.img_obj = undefined; + pJS.tmp.count_svg = 0; + pJS.fn.particlesEmpty(); + pJS.fn.canvasClear(); + + /* restart */ + pJS.fn.vendors.start(); + + }; + + + /* ---------- pJS functions - particles interaction ------------ */ + + pJS.fn.interact.linkParticles = function(p1, p2){ + + var dx = p1.x - p2.x, + dy = p1.y - p2.y, + dist = Math.sqrt(dx*dx + dy*dy); + + /* draw a line between p1 and p2 if the distance between them is under the config distance */ + if(dist <= pJS.particles.line_linked.distance){ + + var opacity_line = pJS.particles.line_linked.opacity - (dist / (1/pJS.particles.line_linked.opacity)) / pJS.particles.line_linked.distance; + + if(opacity_line > 0){ + + /* style */ + var color_line = pJS.particles.line_linked.color_rgb_line; + pJS.canvas.ctx.strokeStyle = 'rgba('+color_line.r+','+color_line.g+','+color_line.b+','+opacity_line+')'; + pJS.canvas.ctx.lineWidth = pJS.particles.line_linked.width; + //pJS.canvas.ctx.lineCap = 'round'; /* performance issue */ + + /* path */ + pJS.canvas.ctx.beginPath(); + pJS.canvas.ctx.moveTo(p1.x, p1.y); + pJS.canvas.ctx.lineTo(p2.x, p2.y); + pJS.canvas.ctx.stroke(); + pJS.canvas.ctx.closePath(); + + } + + } + + }; + + + pJS.fn.interact.attractParticles = function(p1, p2){ + + /* condensed particles */ + var dx = p1.x - p2.x, + dy = p1.y - p2.y, + dist = Math.sqrt(dx*dx + dy*dy); + + if(dist <= pJS.particles.line_linked.distance){ + + var ax = dx/(pJS.particles.move.attract.rotateX*1000), + ay = dy/(pJS.particles.move.attract.rotateY*1000); + + p1.vx -= ax; + p1.vy -= ay; + + p2.vx += ax; + p2.vy += ay; + + } + + + } + + + pJS.fn.interact.bounceParticles = function(p1, p2){ + + var dx = p1.x - p2.x, + dy = p1.y - p2.y, + dist = Math.sqrt(dx*dx + dy*dy), + dist_p = p1.radius+p2.radius; + + if(dist <= dist_p){ + p1.vx = -p1.vx; + p1.vy = -p1.vy; + + p2.vx = -p2.vx; + p2.vy = -p2.vy; + } + + } + + + /* ---------- pJS functions - modes events ------------ */ + + pJS.fn.modes.pushParticles = function(nb, pos){ + + pJS.tmp.pushing = true; + + for(var i = 0; i < nb; i++){ + pJS.particles.array.push( + new pJS.fn.particle( + pJS.particles.color, + pJS.particles.opacity.value, + { + 'x': pos ? pos.pos_x : Math.random() * pJS.canvas.w, + 'y': pos ? pos.pos_y : Math.random() * pJS.canvas.h + } + ) + ) + if(i == nb-1){ + if(!pJS.particles.move.enable){ + pJS.fn.particlesDraw(); + } + pJS.tmp.pushing = false; + } + } + + }; + + + pJS.fn.modes.removeParticles = function(nb){ + + pJS.particles.array.splice(0, nb); + if(!pJS.particles.move.enable){ + pJS.fn.particlesDraw(); + } + + }; + + + pJS.fn.modes.bubbleParticle = function(p){ + + /* on hover event */ + if(pJS.interactivity.events.onhover.enable && isInArray('bubble', pJS.interactivity.events.onhover.mode)){ + + var dx_mouse = p.x - pJS.interactivity.mouse.pos_x, + dy_mouse = p.y - pJS.interactivity.mouse.pos_y, + dist_mouse = Math.sqrt(dx_mouse*dx_mouse + dy_mouse*dy_mouse), + ratio = 1 - dist_mouse / pJS.interactivity.modes.bubble.distance; + + function init(){ + p.opacity_bubble = p.opacity; + p.radius_bubble = p.radius; + } + + /* mousemove - check ratio */ + if(dist_mouse <= pJS.interactivity.modes.bubble.distance){ + + if(ratio >= 0 && pJS.interactivity.status == 'mousemove'){ + + /* size */ + if(pJS.interactivity.modes.bubble.size != pJS.particles.size.value){ + + if(pJS.interactivity.modes.bubble.size > pJS.particles.size.value){ + var size = p.radius + (pJS.interactivity.modes.bubble.size*ratio); + if(size >= 0){ + p.radius_bubble = size; + } + }else{ + var dif = p.radius - pJS.interactivity.modes.bubble.size, + size = p.radius - (dif*ratio); + if(size > 0){ + p.radius_bubble = size; + }else{ + p.radius_bubble = 0; + } + } + + } + + /* opacity */ + if(pJS.interactivity.modes.bubble.opacity != pJS.particles.opacity.value){ + + if(pJS.interactivity.modes.bubble.opacity > pJS.particles.opacity.value){ + var opacity = pJS.interactivity.modes.bubble.opacity*ratio; + if(opacity > p.opacity && opacity <= pJS.interactivity.modes.bubble.opacity){ + p.opacity_bubble = opacity; + } + }else{ + var opacity = p.opacity - (pJS.particles.opacity.value-pJS.interactivity.modes.bubble.opacity)*ratio; + if(opacity < p.opacity && opacity >= pJS.interactivity.modes.bubble.opacity){ + p.opacity_bubble = opacity; + } + } + + } + + } + + }else{ + init(); + } + + + /* mouseleave */ + if(pJS.interactivity.status == 'mouseleave'){ + init(); + } + + } + + /* on click event */ + else if(pJS.interactivity.events.onclick.enable && isInArray('bubble', pJS.interactivity.events.onclick.mode)){ + + + if(pJS.tmp.bubble_clicking){ + var dx_mouse = p.x - pJS.interactivity.mouse.click_pos_x, + dy_mouse = p.y - pJS.interactivity.mouse.click_pos_y, + dist_mouse = Math.sqrt(dx_mouse*dx_mouse + dy_mouse*dy_mouse), + time_spent = (new Date().getTime() - pJS.interactivity.mouse.click_time)/1000; + + if(time_spent > pJS.interactivity.modes.bubble.duration){ + pJS.tmp.bubble_duration_end = true; + } + + if(time_spent > pJS.interactivity.modes.bubble.duration*2){ + pJS.tmp.bubble_clicking = false; + pJS.tmp.bubble_duration_end = false; + } + } + + + function process(bubble_param, particles_param, p_obj_bubble, p_obj, id){ + + if(bubble_param != particles_param){ + + if(!pJS.tmp.bubble_duration_end){ + if(dist_mouse <= pJS.interactivity.modes.bubble.distance){ + if(p_obj_bubble != undefined) var obj = p_obj_bubble; + else var obj = p_obj; + if(obj != bubble_param){ + var value = p_obj - (time_spent * (p_obj - bubble_param) / pJS.interactivity.modes.bubble.duration); + if(id == 'size') p.radius_bubble = value; + if(id == 'opacity') p.opacity_bubble = value; + } + }else{ + if(id == 'size') p.radius_bubble = undefined; + if(id == 'opacity') p.opacity_bubble = undefined; + } + }else{ + if(p_obj_bubble != undefined){ + var value_tmp = p_obj - (time_spent * (p_obj - bubble_param) / pJS.interactivity.modes.bubble.duration), + dif = bubble_param - value_tmp; + value = bubble_param + dif; + if(id == 'size') p.radius_bubble = value; + if(id == 'opacity') p.opacity_bubble = value; + } + } + + } + + } + + if(pJS.tmp.bubble_clicking){ + /* size */ + process(pJS.interactivity.modes.bubble.size, pJS.particles.size.value, p.radius_bubble, p.radius, 'size'); + /* opacity */ + process(pJS.interactivity.modes.bubble.opacity, pJS.particles.opacity.value, p.opacity_bubble, p.opacity, 'opacity'); + } + + } + + }; + + + pJS.fn.modes.repulseParticle = function(p){ + + if(pJS.interactivity.events.onhover.enable && isInArray('repulse', pJS.interactivity.events.onhover.mode) && pJS.interactivity.status == 'mousemove') { + + var dx_mouse = p.x - pJS.interactivity.mouse.pos_x, + dy_mouse = p.y - pJS.interactivity.mouse.pos_y, + dist_mouse = Math.sqrt(dx_mouse*dx_mouse + dy_mouse*dy_mouse); + + var normVec = {x: dx_mouse/dist_mouse, y: dy_mouse/dist_mouse}, + repulseRadius = pJS.interactivity.modes.repulse.distance, + velocity = 100, + repulseFactor = clamp((1/repulseRadius)*(-1*Math.pow(dist_mouse/repulseRadius,2)+1)*repulseRadius*velocity, 0, 50); + + var pos = { + x: p.x + normVec.x * repulseFactor, + y: p.y + normVec.y * repulseFactor + } + + if(pJS.particles.move.out_mode == 'bounce'){ + if(pos.x - p.radius > 0 && pos.x + p.radius < pJS.canvas.w) p.x = pos.x; + if(pos.y - p.radius > 0 && pos.y + p.radius < pJS.canvas.h) p.y = pos.y; + }else{ + p.x = pos.x; + p.y = pos.y; + } + + } + + + else if(pJS.interactivity.events.onclick.enable && isInArray('repulse', pJS.interactivity.events.onclick.mode)) { + + if(!pJS.tmp.repulse_finish){ + pJS.tmp.repulse_count++; + if(pJS.tmp.repulse_count == pJS.particles.array.length){ + pJS.tmp.repulse_finish = true; + } + } + + if(pJS.tmp.repulse_clicking){ + + var repulseRadius = Math.pow(pJS.interactivity.modes.repulse.distance/6, 3); + + var dx = pJS.interactivity.mouse.click_pos_x - p.x, + dy = pJS.interactivity.mouse.click_pos_y - p.y, + d = dx*dx + dy*dy; + + var force = -repulseRadius / d * 1; + + function process(){ + + var f = Math.atan2(dy,dx); + p.vx = force * Math.cos(f); + p.vy = force * Math.sin(f); + + if(pJS.particles.move.out_mode == 'bounce'){ + var pos = { + x: p.x + p.vx, + y: p.y + p.vy + } + if (pos.x + p.radius > pJS.canvas.w) p.vx = -p.vx; + else if (pos.x - p.radius < 0) p.vx = -p.vx; + if (pos.y + p.radius > pJS.canvas.h) p.vy = -p.vy; + else if (pos.y - p.radius < 0) p.vy = -p.vy; + } + + } + + // default + if(d <= repulseRadius){ + process(); + } + + // bang - slow motion mode + // if(!pJS.tmp.repulse_finish){ + // if(d <= repulseRadius){ + // process(); + // } + // }else{ + // process(); + // } + + + }else{ + + if(pJS.tmp.repulse_clicking == false){ + + p.vx = p.vx_i; + p.vy = p.vy_i; + + } + + } + + } + + } + + + pJS.fn.modes.grabParticle = function(p){ + + if(pJS.interactivity.events.onhover.enable && pJS.interactivity.status == 'mousemove'){ + + var dx_mouse = p.x - pJS.interactivity.mouse.pos_x, + dy_mouse = p.y - pJS.interactivity.mouse.pos_y, + dist_mouse = Math.sqrt(dx_mouse*dx_mouse + dy_mouse*dy_mouse); + + /* draw a line between the cursor and the particle if the distance between them is under the config distance */ + if(dist_mouse <= pJS.interactivity.modes.grab.distance){ + + var opacity_line = pJS.interactivity.modes.grab.line_linked.opacity - (dist_mouse / (1/pJS.interactivity.modes.grab.line_linked.opacity)) / pJS.interactivity.modes.grab.distance; + + if(opacity_line > 0){ + + /* style */ + var color_line = pJS.particles.line_linked.color_rgb_line; + pJS.canvas.ctx.strokeStyle = 'rgba('+color_line.r+','+color_line.g+','+color_line.b+','+opacity_line+')'; + pJS.canvas.ctx.lineWidth = pJS.particles.line_linked.width; + //pJS.canvas.ctx.lineCap = 'round'; /* performance issue */ + + /* path */ + pJS.canvas.ctx.beginPath(); + pJS.canvas.ctx.moveTo(p.x, p.y); + pJS.canvas.ctx.lineTo(pJS.interactivity.mouse.pos_x, pJS.interactivity.mouse.pos_y); + pJS.canvas.ctx.stroke(); + pJS.canvas.ctx.closePath(); + + } + + } + + } + + }; + + + + /* ---------- pJS functions - vendors ------------ */ + + pJS.fn.vendors.eventsListeners = function(){ + + /* events target element */ + if(pJS.interactivity.detect_on == 'window'){ + pJS.interactivity.el = window; + }else{ + pJS.interactivity.el = pJS.canvas.el; + } + + + /* detect mouse pos - on hover / click event */ + if(pJS.interactivity.events.onhover.enable || pJS.interactivity.events.onclick.enable){ + + /* el on mousemove */ + pJS.interactivity.el.addEventListener('mousemove', function(e){ + + if(pJS.interactivity.el == window){ + var pos_x = e.clientX, + pos_y = e.clientY; + } + else{ + var pos_x = e.offsetX || e.clientX, + pos_y = e.offsetY || e.clientY; + } + + pJS.interactivity.mouse.pos_x = pos_x; + pJS.interactivity.mouse.pos_y = pos_y; + + if(pJS.tmp.retina){ + pJS.interactivity.mouse.pos_x *= pJS.canvas.pxratio; + pJS.interactivity.mouse.pos_y *= pJS.canvas.pxratio; + } + + pJS.interactivity.status = 'mousemove'; + + }); + + /* el on onmouseleave */ + pJS.interactivity.el.addEventListener('mouseleave', function(e){ + + pJS.interactivity.mouse.pos_x = null; + pJS.interactivity.mouse.pos_y = null; + pJS.interactivity.status = 'mouseleave'; + + }); + + } + + /* on click event */ + if(pJS.interactivity.events.onclick.enable){ + + pJS.interactivity.el.addEventListener('click', function(){ + + pJS.interactivity.mouse.click_pos_x = pJS.interactivity.mouse.pos_x; + pJS.interactivity.mouse.click_pos_y = pJS.interactivity.mouse.pos_y; + pJS.interactivity.mouse.click_time = new Date().getTime(); + + if(pJS.interactivity.events.onclick.enable){ + + switch(pJS.interactivity.events.onclick.mode){ + + case 'push': + if(pJS.particles.move.enable){ + pJS.fn.modes.pushParticles(pJS.interactivity.modes.push.particles_nb, pJS.interactivity.mouse); + }else{ + if(pJS.interactivity.modes.push.particles_nb == 1){ + pJS.fn.modes.pushParticles(pJS.interactivity.modes.push.particles_nb, pJS.interactivity.mouse); + } + else if(pJS.interactivity.modes.push.particles_nb > 1){ + pJS.fn.modes.pushParticles(pJS.interactivity.modes.push.particles_nb); + } + } + break; + + case 'remove': + pJS.fn.modes.removeParticles(pJS.interactivity.modes.remove.particles_nb); + break; + + case 'bubble': + pJS.tmp.bubble_clicking = true; + break; + + case 'repulse': + pJS.tmp.repulse_clicking = true; + pJS.tmp.repulse_count = 0; + pJS.tmp.repulse_finish = false; + setTimeout(function(){ + pJS.tmp.repulse_clicking = false; + }, pJS.interactivity.modes.repulse.duration*1000) + break; + + } + + } + + }); + + } + + + }; + + pJS.fn.vendors.densityAutoParticles = function(){ + + if(pJS.particles.number.density.enable){ + + /* calc area */ + var area = pJS.canvas.el.width * pJS.canvas.el.height / 1000; + if(pJS.tmp.retina){ + area = area/(pJS.canvas.pxratio*2); + } + + /* calc number of particles based on density area */ + var nb_particles = area * pJS.particles.number.value / pJS.particles.number.density.value_area; + + /* add or remove X particles */ + var missing_particles = pJS.particles.array.length - nb_particles; + if(missing_particles < 0) pJS.fn.modes.pushParticles(Math.abs(missing_particles)); + else pJS.fn.modes.removeParticles(missing_particles); + + } + + }; + + + pJS.fn.vendors.checkOverlap = function(p1, position){ + for(var i = 0; i < pJS.particles.array.length; i++){ + var p2 = pJS.particles.array[i]; + + var dx = p1.x - p2.x, + dy = p1.y - p2.y, + dist = Math.sqrt(dx*dx + dy*dy); + + if(dist <= p1.radius + p2.radius){ + p1.x = position ? position.x : Math.random() * pJS.canvas.w; + p1.y = position ? position.y : Math.random() * pJS.canvas.h; + pJS.fn.vendors.checkOverlap(p1); + } + } + }; + + + pJS.fn.vendors.createSvgImg = function(p){ + + /* set color to svg element */ + var svgXml = pJS.tmp.source_svg, + rgbHex = /#([0-9A-F]{3,6})/gi, + coloredSvgXml = svgXml.replace(rgbHex, function (m, r, g, b) { + if(p.color.rgb){ + var color_value = 'rgba('+p.color.rgb.r+','+p.color.rgb.g+','+p.color.rgb.b+','+p.opacity+')'; + }else{ + var color_value = 'hsla('+p.color.hsl.h+','+p.color.hsl.s+'%,'+p.color.hsl.l+'%,'+p.opacity+')'; + } + return color_value; + }); + + /* prepare to create img with colored svg */ + var svg = new Blob([coloredSvgXml], {type: 'image/svg+xml;charset=utf-8'}), + DOMURL = window.URL || window.webkitURL || window, + url = DOMURL.createObjectURL(svg); + + /* create particle img obj */ + var img = new Image(); + img.addEventListener('load', function(){ + p.img.obj = img; + p.img.loaded = true; + DOMURL.revokeObjectURL(url); + pJS.tmp.count_svg++; + }); + img.src = url; + + }; + + + pJS.fn.vendors.destroypJS = function(){ + cancelAnimationFrame(pJS.fn.drawAnimFrame); + canvas_el.remove(); + pJSDom = null; + }; + + + pJS.fn.vendors.drawShape = function(c, startX, startY, sideLength, sideCountNumerator, sideCountDenominator){ + + // By Programming Thomas - https://programmingthomas.wordpress.com/2013/04/03/n-sided-shapes/ + var sideCount = sideCountNumerator * sideCountDenominator; + var decimalSides = sideCountNumerator / sideCountDenominator; + var interiorAngleDegrees = (180 * (decimalSides - 2)) / decimalSides; + var interiorAngle = Math.PI - Math.PI * interiorAngleDegrees / 180; // convert to radians + c.save(); + c.beginPath(); + c.translate(startX, startY); + c.moveTo(0,0); + for (var i = 0; i < sideCount; i++) { + c.lineTo(sideLength,0); + c.translate(sideLength,0); + c.rotate(interiorAngle); + } + //c.stroke(); + c.fill(); + c.restore(); + + }; + + pJS.fn.vendors.exportImg = function(){ + window.open(pJS.canvas.el.toDataURL('image/png'), '_blank'); + }; + + + pJS.fn.vendors.loadImg = function(type){ + + pJS.tmp.img_error = undefined; + + if(pJS.particles.shape.image.src != ''){ + + if(type == 'svg'){ + + var xhr = new XMLHttpRequest(); + xhr.open('GET', pJS.particles.shape.image.src); + xhr.onreadystatechange = function (data) { + if(xhr.readyState == 4){ + if(xhr.status == 200){ + pJS.tmp.source_svg = data.currentTarget.response; + pJS.fn.vendors.checkBeforeDraw(); + }else{ + console.log('Error pJS - Image not found'); + pJS.tmp.img_error = true; + } + } + } + xhr.send(); + + }else{ + + var img = new Image(); + img.addEventListener('load', function(){ + pJS.tmp.img_obj = img; + pJS.fn.vendors.checkBeforeDraw(); + }); + img.src = pJS.particles.shape.image.src; + + } + + }else{ + console.log('Error pJS - No image.src'); + pJS.tmp.img_error = true; + } + + }; + + + pJS.fn.vendors.draw = function(){ + + if(pJS.particles.shape.type == 'image'){ + + if(pJS.tmp.img_type == 'svg'){ + + if(pJS.tmp.count_svg >= pJS.particles.number.value){ + pJS.fn.particlesDraw(); + if(!pJS.particles.move.enable) cancelRequestAnimFrame(pJS.fn.drawAnimFrame); + else pJS.fn.drawAnimFrame = requestAnimFrame(pJS.fn.vendors.draw); + }else{ + //console.log('still loading...'); + if(!pJS.tmp.img_error) pJS.fn.drawAnimFrame = requestAnimFrame(pJS.fn.vendors.draw); + } + + }else{ + + if(pJS.tmp.img_obj != undefined){ + pJS.fn.particlesDraw(); + if(!pJS.particles.move.enable) cancelRequestAnimFrame(pJS.fn.drawAnimFrame); + else pJS.fn.drawAnimFrame = requestAnimFrame(pJS.fn.vendors.draw); + }else{ + if(!pJS.tmp.img_error) pJS.fn.drawAnimFrame = requestAnimFrame(pJS.fn.vendors.draw); + } + + } + + }else{ + pJS.fn.particlesDraw(); + if(!pJS.particles.move.enable) cancelRequestAnimFrame(pJS.fn.drawAnimFrame); + else pJS.fn.drawAnimFrame = requestAnimFrame(pJS.fn.vendors.draw); + } + + }; + + + pJS.fn.vendors.checkBeforeDraw = function(){ + + // if shape is image + if(pJS.particles.shape.type == 'image'){ + + if(pJS.tmp.img_type == 'svg' && pJS.tmp.source_svg == undefined){ + pJS.tmp.checkAnimFrame = requestAnimFrame(check); + }else{ + //console.log('images loaded! cancel check'); + cancelRequestAnimFrame(pJS.tmp.checkAnimFrame); + if(!pJS.tmp.img_error){ + pJS.fn.vendors.init(); + pJS.fn.vendors.draw(); + } + + } + + }else{ + pJS.fn.vendors.init(); + pJS.fn.vendors.draw(); + } + + }; + + + pJS.fn.vendors.init = function(){ + + /* init canvas + particles */ + pJS.fn.retinaInit(); + pJS.fn.canvasInit(); + pJS.fn.canvasSize(); + pJS.fn.canvasPaint(); + pJS.fn.particlesCreate(); + pJS.fn.vendors.densityAutoParticles(); + + /* particles.line_linked - convert hex colors to rgb */ + pJS.particles.line_linked.color_rgb_line = hexToRgb(pJS.particles.line_linked.color); + + }; + + + pJS.fn.vendors.start = function(){ + + if(isInArray('image', pJS.particles.shape.type)){ + pJS.tmp.img_type = pJS.particles.shape.image.src.substr(pJS.particles.shape.image.src.length - 3); + pJS.fn.vendors.loadImg(pJS.tmp.img_type); + }else{ + pJS.fn.vendors.checkBeforeDraw(); + } + + }; + + + + + /* ---------- pJS - start ------------ */ + + + pJS.fn.vendors.eventsListeners(); + + pJS.fn.vendors.start(); + + + +}; + +/* ---------- global functions - vendors ------------ */ + +Object.deepExtend = function(destination, source) { + for (var property in source) { + if (source[property] && source[property].constructor && + source[property].constructor === Object) { + destination[property] = destination[property] || {}; + arguments.callee(destination[property], source[property]); + } else { + destination[property] = source[property]; + } + } + return destination; +}; + +window.requestAnimFrame = (function(){ + return window.requestAnimationFrame || + window.webkitRequestAnimationFrame || + window.mozRequestAnimationFrame || + window.oRequestAnimationFrame || + window.msRequestAnimationFrame || + function(callback){ + window.setTimeout(callback, 1000 / 60); + }; +})(); + +window.cancelRequestAnimFrame = ( function() { + return window.cancelAnimationFrame || + window.webkitCancelRequestAnimationFrame || + window.mozCancelRequestAnimationFrame || + window.oCancelRequestAnimationFrame || + window.msCancelRequestAnimationFrame || + clearTimeout +} )(); + +function hexToRgb(hex){ + // By Tim Down - http://stackoverflow.com/a/5624139/3493650 + // Expand shorthand form (e.g. "03F") to full form (e.g. "0033FF") + var shorthandRegex = /^#?([a-f\d])([a-f\d])([a-f\d])$/i; + hex = hex.replace(shorthandRegex, function(m, r, g, b) { + return r + r + g + g + b + b; + }); + var result = /^#?([a-f\d]{2})([a-f\d]{2})([a-f\d]{2})$/i.exec(hex); + return result ? { + r: parseInt(result[1], 16), + g: parseInt(result[2], 16), + b: parseInt(result[3], 16) + } : null; +}; + +function clamp(number, min, max) { + return Math.min(Math.max(number, min), max); +}; + +function isInArray(value, array) { + return array.indexOf(value) > -1; +} + + +/* ---------- particles.js functions - start ------------ */ + +window.pJSDom = []; + +window.particlesJS = function(tag_id, params){ + + //console.log(params); + + /* no string id? so it's object params, and set the id with default id */ + if(typeof(tag_id) != 'string'){ + params = tag_id; + tag_id = 'particles-js'; + } + + /* no id? set the id to default id */ + if(!tag_id){ + tag_id = 'particles-js'; + } + + /* pJS elements */ + var pJS_tag = document.getElementById(tag_id), + pJS_canvas_class = 'particles-js-canvas-el', + exist_canvas = pJS_tag.getElementsByClassName(pJS_canvas_class); + + /* remove canvas if exists into the pJS target tag */ + if(exist_canvas.length){ + while(exist_canvas.length > 0){ + pJS_tag.removeChild(exist_canvas[0]); + } + } + + /* create canvas element */ + var canvas_el = document.createElement('canvas'); + canvas_el.className = pJS_canvas_class; + + /* set size canvas */ + canvas_el.style.width = "100%"; + canvas_el.style.height = "100%"; + + /* append canvas */ + var canvas = document.getElementById(tag_id).appendChild(canvas_el); + + /* launch particle.js */ + if(canvas != null){ + pJSDom.push(new pJS(tag_id, params)); + } + +}; + +window.particlesJS.load = function(tag_id, path_config_json, callback){ + + /* load json config */ + var xhr = new XMLHttpRequest(); + xhr.open('GET', path_config_json); + xhr.onreadystatechange = function (data) { + if(xhr.readyState == 4){ + if(xhr.status == 200){ + var params = JSON.parse(data.currentTarget.response); + window.particlesJS(tag_id, params); + if(callback) callback(); + }else{ + console.log('Error pJS - XMLHttpRequest status: '+xhr.status); + console.log('Error pJS - File config not found'); + } + } + }; + xhr.send(); + +}; \ No newline at end of file diff --git a/src/main/resources/admin/admin/src/utils/storage.js b/src/main/resources/admin/admin/src/utils/storage.js new file mode 100644 index 0000000..1ef903b --- /dev/null +++ b/src/main/resources/admin/admin/src/utils/storage.js @@ -0,0 +1,18 @@ +const storage = { + set(key, value) { + localStorage.setItem(key, JSON.stringify(value)); + }, + get(key) { + return localStorage.getItem(key)?localStorage.getItem(key).replace('"','').replace('"',''):""; + }, + getObj(key) { + return localStorage.getItem(key)?JSON.parse(localStorage.getItem(key)):null; + }, + remove(key) { + localStorage.removeItem(key); + }, + clear() { + localStorage.clear(); + } +} +export default storage; diff --git a/src/main/resources/admin/admin/src/utils/utils.js b/src/main/resources/admin/admin/src/utils/utils.js new file mode 100644 index 0000000..73c6b92 --- /dev/null +++ b/src/main/resources/admin/admin/src/utils/utils.js @@ -0,0 +1,61 @@ +import storage from './storage'; +import menu from './menu'; +/** + * 是否有权限 + * @param {*} key + */ +export function isAuth(tableName,key) { + let role = storage.get("role"); + if(!role){ + role = '管理员'; + } + let menus = menu.list(); + for(let i=0;i +
+ +
出错了...页面失踪了
+
+ 返回 +
+
+ + + + + + diff --git a/src/main/resources/admin/admin/src/views/board.vue b/src/main/resources/admin/admin/src/views/board.vue new file mode 100644 index 0000000..e69de29 diff --git a/src/main/resources/admin/admin/src/views/center.vue b/src/main/resources/admin/admin/src/views/center.vue new file mode 100644 index 0000000..6593afc --- /dev/null +++ b/src/main/resources/admin/admin/src/views/center.vue @@ -0,0 +1,415 @@ + + + diff --git a/src/main/resources/admin/admin/src/views/home.vue b/src/main/resources/admin/admin/src/views/home.vue new file mode 100644 index 0000000..6ba815a --- /dev/null +++ b/src/main/resources/admin/admin/src/views/home.vue @@ -0,0 +1,509 @@ + + + diff --git a/src/main/resources/admin/admin/src/views/index.vue b/src/main/resources/admin/admin/src/views/index.vue new file mode 100644 index 0000000..31a380c --- /dev/null +++ b/src/main/resources/admin/admin/src/views/index.vue @@ -0,0 +1,25 @@ + + + + diff --git a/src/main/resources/admin/admin/src/views/login.vue b/src/main/resources/admin/admin/src/views/login.vue new file mode 100644 index 0000000..894074d --- /dev/null +++ b/src/main/resources/admin/admin/src/views/login.vue @@ -0,0 +1,200 @@ + + + + diff --git a/src/main/resources/admin/admin/src/views/modules/baoxianxinxi/add-or-update.vue b/src/main/resources/admin/admin/src/views/modules/baoxianxinxi/add-or-update.vue new file mode 100644 index 0000000..f1621f4 --- /dev/null +++ b/src/main/resources/admin/admin/src/views/modules/baoxianxinxi/add-or-update.vue @@ -0,0 +1,900 @@ + + + diff --git a/src/main/resources/admin/admin/src/views/modules/baoxianxinxi/list.vue b/src/main/resources/admin/admin/src/views/modules/baoxianxinxi/list.vue new file mode 100644 index 0000000..3d0c584 --- /dev/null +++ b/src/main/resources/admin/admin/src/views/modules/baoxianxinxi/list.vue @@ -0,0 +1,1228 @@ + + + + diff --git a/src/main/resources/admin/admin/src/views/modules/cheliangdangan/add-or-update.vue b/src/main/resources/admin/admin/src/views/modules/cheliangdangan/add-or-update.vue new file mode 100644 index 0000000..f972cab --- /dev/null +++ b/src/main/resources/admin/admin/src/views/modules/cheliangdangan/add-or-update.vue @@ -0,0 +1,1002 @@ + + + diff --git a/src/main/resources/admin/admin/src/views/modules/cheliangdangan/list.vue b/src/main/resources/admin/admin/src/views/modules/cheliangdangan/list.vue new file mode 100644 index 0000000..388e41f --- /dev/null +++ b/src/main/resources/admin/admin/src/views/modules/cheliangdangan/list.vue @@ -0,0 +1,1358 @@ + + + + diff --git a/src/main/resources/admin/admin/src/views/modules/config/add-or-update.vue b/src/main/resources/admin/admin/src/views/modules/config/add-or-update.vue new file mode 100644 index 0000000..15e0522 --- /dev/null +++ b/src/main/resources/admin/admin/src/views/modules/config/add-or-update.vue @@ -0,0 +1,633 @@ + + + diff --git a/src/main/resources/admin/admin/src/views/modules/config/list.vue b/src/main/resources/admin/admin/src/views/modules/config/list.vue new file mode 100644 index 0000000..743b5a3 --- /dev/null +++ b/src/main/resources/admin/admin/src/views/modules/config/list.vue @@ -0,0 +1,1082 @@ + + + + diff --git a/src/main/resources/admin/admin/src/views/modules/fafangpaizhao/add-or-update.vue b/src/main/resources/admin/admin/src/views/modules/fafangpaizhao/add-or-update.vue new file mode 100644 index 0000000..bc20708 --- /dev/null +++ b/src/main/resources/admin/admin/src/views/modules/fafangpaizhao/add-or-update.vue @@ -0,0 +1,763 @@ + + + diff --git a/src/main/resources/admin/admin/src/views/modules/fafangpaizhao/list.vue b/src/main/resources/admin/admin/src/views/modules/fafangpaizhao/list.vue new file mode 100644 index 0000000..f615bb1 --- /dev/null +++ b/src/main/resources/admin/admin/src/views/modules/fafangpaizhao/list.vue @@ -0,0 +1,1130 @@ + + + + diff --git a/src/main/resources/admin/admin/src/views/modules/gonggaoxinxi/add-or-update.vue b/src/main/resources/admin/admin/src/views/modules/gonggaoxinxi/add-or-update.vue new file mode 100644 index 0000000..3bd0c3e --- /dev/null +++ b/src/main/resources/admin/admin/src/views/modules/gonggaoxinxi/add-or-update.vue @@ -0,0 +1,693 @@ + + + diff --git a/src/main/resources/admin/admin/src/views/modules/gonggaoxinxi/list.vue b/src/main/resources/admin/admin/src/views/modules/gonggaoxinxi/list.vue new file mode 100644 index 0000000..95e7e27 --- /dev/null +++ b/src/main/resources/admin/admin/src/views/modules/gonggaoxinxi/list.vue @@ -0,0 +1,1080 @@ + + + + diff --git a/src/main/resources/admin/admin/src/views/modules/gongzuorenyuan/add-or-update.vue b/src/main/resources/admin/admin/src/views/modules/gongzuorenyuan/add-or-update.vue new file mode 100644 index 0000000..5fed3c4 --- /dev/null +++ b/src/main/resources/admin/admin/src/views/modules/gongzuorenyuan/add-or-update.vue @@ -0,0 +1,732 @@ + + + diff --git a/src/main/resources/admin/admin/src/views/modules/gongzuorenyuan/list.vue b/src/main/resources/admin/admin/src/views/modules/gongzuorenyuan/list.vue new file mode 100644 index 0000000..1ee40b0 --- /dev/null +++ b/src/main/resources/admin/admin/src/views/modules/gongzuorenyuan/list.vue @@ -0,0 +1,1228 @@ + + + + diff --git a/src/main/resources/admin/admin/src/views/modules/guapaishenqing/add-or-update.vue b/src/main/resources/admin/admin/src/views/modules/guapaishenqing/add-or-update.vue new file mode 100644 index 0000000..4c1ba67 --- /dev/null +++ b/src/main/resources/admin/admin/src/views/modules/guapaishenqing/add-or-update.vue @@ -0,0 +1,812 @@ + + + diff --git a/src/main/resources/admin/admin/src/views/modules/guapaishenqing/list.vue b/src/main/resources/admin/admin/src/views/modules/guapaishenqing/list.vue new file mode 100644 index 0000000..e436e92 --- /dev/null +++ b/src/main/resources/admin/admin/src/views/modules/guapaishenqing/list.vue @@ -0,0 +1,1280 @@ + + + + diff --git a/src/main/resources/admin/admin/src/views/modules/jiashiyuan/add-or-update.vue b/src/main/resources/admin/admin/src/views/modules/jiashiyuan/add-or-update.vue new file mode 100644 index 0000000..3e44510 --- /dev/null +++ b/src/main/resources/admin/admin/src/views/modules/jiashiyuan/add-or-update.vue @@ -0,0 +1,765 @@ + + + diff --git a/src/main/resources/admin/admin/src/views/modules/jiashiyuan/list.vue b/src/main/resources/admin/admin/src/views/modules/jiashiyuan/list.vue new file mode 100644 index 0000000..08207a3 --- /dev/null +++ b/src/main/resources/admin/admin/src/views/modules/jiashiyuan/list.vue @@ -0,0 +1,1158 @@ + + + + diff --git a/src/main/resources/admin/admin/src/views/modules/luxianxinxi/add-or-update.vue b/src/main/resources/admin/admin/src/views/modules/luxianxinxi/add-or-update.vue new file mode 100644 index 0000000..7b372cd --- /dev/null +++ b/src/main/resources/admin/admin/src/views/modules/luxianxinxi/add-or-update.vue @@ -0,0 +1,762 @@ + + + \ No newline at end of file diff --git a/src/main/resources/admin/admin/src/views/modules/luxianxinxi/list.vue b/src/main/resources/admin/admin/src/views/modules/luxianxinxi/list.vue new file mode 100644 index 0000000..e9f8e37 --- /dev/null +++ b/src/main/resources/admin/admin/src/views/modules/luxianxinxi/list.vue @@ -0,0 +1,1403 @@ + + + + diff --git a/src/main/resources/admin/admin/src/views/modules/shigujilu/add-or-update.vue b/src/main/resources/admin/admin/src/views/modules/shigujilu/add-or-update.vue new file mode 100644 index 0000000..7a639d9 --- /dev/null +++ b/src/main/resources/admin/admin/src/views/modules/shigujilu/add-or-update.vue @@ -0,0 +1,902 @@ + + + diff --git a/src/main/resources/admin/admin/src/views/modules/shigujilu/list.vue b/src/main/resources/admin/admin/src/views/modules/shigujilu/list.vue new file mode 100644 index 0000000..2500642 --- /dev/null +++ b/src/main/resources/admin/admin/src/views/modules/shigujilu/list.vue @@ -0,0 +1,1264 @@ + + + + diff --git a/src/main/resources/admin/admin/src/views/modules/users/add-or-update.vue b/src/main/resources/admin/admin/src/views/modules/users/add-or-update.vue new file mode 100644 index 0000000..f84c6bb --- /dev/null +++ b/src/main/resources/admin/admin/src/views/modules/users/add-or-update.vue @@ -0,0 +1,607 @@ + + + diff --git a/src/main/resources/admin/admin/src/views/modules/users/list.vue b/src/main/resources/admin/admin/src/views/modules/users/list.vue new file mode 100644 index 0000000..cfec4be --- /dev/null +++ b/src/main/resources/admin/admin/src/views/modules/users/list.vue @@ -0,0 +1,1103 @@ + + + + diff --git a/src/main/resources/admin/admin/src/views/modules/xubaotongzhi/add-or-update.vue b/src/main/resources/admin/admin/src/views/modules/xubaotongzhi/add-or-update.vue new file mode 100644 index 0000000..cbce02b --- /dev/null +++ b/src/main/resources/admin/admin/src/views/modules/xubaotongzhi/add-or-update.vue @@ -0,0 +1,766 @@ + + + diff --git a/src/main/resources/admin/admin/src/views/modules/xubaotongzhi/list.vue b/src/main/resources/admin/admin/src/views/modules/xubaotongzhi/list.vue new file mode 100644 index 0000000..625fd86 --- /dev/null +++ b/src/main/resources/admin/admin/src/views/modules/xubaotongzhi/list.vue @@ -0,0 +1,1220 @@ + + + + diff --git a/src/main/resources/admin/admin/src/views/pay.vue b/src/main/resources/admin/admin/src/views/pay.vue new file mode 100644 index 0000000..72f4e9e --- /dev/null +++ b/src/main/resources/admin/admin/src/views/pay.vue @@ -0,0 +1,162 @@ + + + diff --git a/src/main/resources/admin/admin/src/views/register.vue b/src/main/resources/admin/admin/src/views/register.vue new file mode 100644 index 0000000..017df2c --- /dev/null +++ b/src/main/resources/admin/admin/src/views/register.vue @@ -0,0 +1,454 @@ + + + + + diff --git a/src/main/resources/admin/admin/src/views/update-password.vue b/src/main/resources/admin/admin/src/views/update-password.vue new file mode 100644 index 0000000..13404ba --- /dev/null +++ b/src/main/resources/admin/admin/src/views/update-password.vue @@ -0,0 +1,297 @@ + + + diff --git a/src/main/resources/admin/admin/vue.config.js b/src/main/resources/admin/admin/vue.config.js new file mode 100644 index 0000000..a7490fb --- /dev/null +++ b/src/main/resources/admin/admin/vue.config.js @@ -0,0 +1,63 @@ +// var webpack = require('webpack'); +//vue2 +const path = require('path') +function resolve(dir) { + return path.join(__dirname, dir) +} +function publicPath(){ + if (process.env.NODE_ENV == 'production') { + return "././"; + } else { + return "/"; + } +} +// vue.config.js +module.exports = { + // publicPath:"././", + publicPath: publicPath(), + // 国际化配置 使用其它语言,默认情况下中文语言包依旧是被引入的 + configureWebpack: { + // plugins: [ + // new webpack.NormalModuleReplacementPlugin(/element-ui[\/\\]lib[\/\\]locale[\/\\]lang[\/\\]zh-CN/, 'element-ui/lib/locale/lang/en') + // ] + resolve: { + alias: { + '@': resolve('src') + } + } + }, +lintOnSave: false, + devServer: { + host: "0.0.0.0", //指定使用一个 host。默认是 localhost,这里默认值即可 + port: 8081, //指定端口 + hot: true, // 开启热更新 + https: false, // 是否开启https模式 + proxy: { // 请求代理服务器 + '/springbootbv4939cb': { //带上api前缀的 + target: 'http://localhost:8080/springbootbv4939cb/', //代理目标地址 + changeOrigin: true, + secure: false, + pathRewrite: { // 在发出请求后将/api替换为''空值,这样不影响接口请求 + '^/springbootbv4939cb': '' + } + } + } + }, +chainWebpack(config) { + config.module + .rule('svg') + .exclude.add(resolve('src/icons')) + .end() + config.module + .rule('icons') + .test(/\.svg$/) + .include.add(resolve('src/icons')) + .end() + .use('svg-sprite-loader') + .loader('svg-sprite-loader') + .options({ + symbolId: 'icon-[name]' + }) + .end() +} +} diff --git a/src/main/resources/application.yml b/src/main/resources/application.yml new file mode 100644 index 0000000..e82f839 --- /dev/null +++ b/src/main/resources/application.yml @@ -0,0 +1,53 @@ +# Tomcat +server: + tomcat: + uri-encoding: UTF-8 + port: 8080 + servlet: + context-path: /springbootbv4939cb + + +spring: + datasource: + driverClassName: com.mysql.cj.jdbc.Driver + url: jdbc:mysql://127.0.0.1:3306/springbootbv4939cb?useUnicode=true&characterEncoding=utf-8&useJDBCCompliantTimezoneShift=true&useLegacyDatetimeCode=false&serverTimezone=GMT%2B8&useSSL=false + username: root + password: 123456 + +# driverClassName: com.microsoft.sqlserver.jdbc.SQLServerDriver +# url: jdbc:sqlserver://127.0.0.1:1433;DatabaseName=springbootbv4939cb +# username: sa +# password: 123456 + + servlet: + multipart: + max-file-size: 300MB + max-request-size: 300MB + resources: + static-locations: classpath:static/,file:static/ + +#mybatis +mybatis-plus: + mapper-locations: classpath*:mapper/*.xml + #实体扫描,多个package用逗号或者分号分隔 + typeAliasesPackage: com.entity + global-config: + #主键类型 0:"数据库ID自增", 1:"用户输入ID",2:"全局唯一ID (数字类型唯一ID)", 3:"全局唯一ID UUID"; + id-type: 1 + #字段策略 0:"忽略判断",1:"非 NULL 判断"),2:"非空判断" + field-strategy: 1 + #驼峰下划线转换 + db-column-underline: true + #刷新mapper 调试神器 + refresh-mapper: true + #逻辑删除配置 + logic-delete-value: -1 + logic-not-delete-value: 0 + #自定义SQL注入器 + sql-injector: com.baomidou.mybatisplus.mapper.LogicSqlInjector + configuration: + map-underscore-to-camel-case: true + cache-enabled: false + call-setters-on-nulls: true + #springboot 项目mybatis plus 设置 jdbcTypeForNull (oracle数据库需配置JdbcType.NULL, 默认是Other) + jdbc-type-for-null: 'null' diff --git a/src/main/resources/mapper/BaoxianxinxiDao.xml b/src/main/resources/mapper/BaoxianxinxiDao.xml new file mode 100644 index 0000000..4c46d42 --- /dev/null +++ b/src/main/resources/mapper/BaoxianxinxiDao.xml @@ -0,0 +1,53 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/src/main/resources/mapper/CheliangdanganDao.xml b/src/main/resources/mapper/CheliangdanganDao.xml new file mode 100644 index 0000000..7350bfe --- /dev/null +++ b/src/main/resources/mapper/CheliangdanganDao.xml @@ -0,0 +1,55 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/src/main/resources/mapper/CommonDao.xml b/src/main/resources/mapper/CommonDao.xml new file mode 100644 index 0000000..888c01e --- /dev/null +++ b/src/main/resources/mapper/CommonDao.xml @@ -0,0 +1,72 @@ + + + + + + + + + + UPDATE ${table} set sfsh=#{sfsh} where id=#{id} + + + + + + + + + + + + + diff --git a/src/main/resources/mapper/ConfigDao.xml b/src/main/resources/mapper/ConfigDao.xml new file mode 100644 index 0000000..21e8863 --- /dev/null +++ b/src/main/resources/mapper/ConfigDao.xml @@ -0,0 +1,5 @@ + + + + + \ No newline at end of file diff --git a/src/main/resources/mapper/FafangpaizhaoDao.xml b/src/main/resources/mapper/FafangpaizhaoDao.xml new file mode 100644 index 0000000..8ef35c1 --- /dev/null +++ b/src/main/resources/mapper/FafangpaizhaoDao.xml @@ -0,0 +1,45 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/src/main/resources/mapper/GonggaoxinxiDao.xml b/src/main/resources/mapper/GonggaoxinxiDao.xml new file mode 100644 index 0000000..ecf7cca --- /dev/null +++ b/src/main/resources/mapper/GonggaoxinxiDao.xml @@ -0,0 +1,41 @@ + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/src/main/resources/mapper/GongzuorenyuanDao.xml b/src/main/resources/mapper/GongzuorenyuanDao.xml new file mode 100644 index 0000000..0be9806 --- /dev/null +++ b/src/main/resources/mapper/GongzuorenyuanDao.xml @@ -0,0 +1,45 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/src/main/resources/mapper/GuapaishenqingDao.xml b/src/main/resources/mapper/GuapaishenqingDao.xml new file mode 100644 index 0000000..c3ddf3d --- /dev/null +++ b/src/main/resources/mapper/GuapaishenqingDao.xml @@ -0,0 +1,47 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/src/main/resources/mapper/JiashiyuanDao.xml b/src/main/resources/mapper/JiashiyuanDao.xml new file mode 100644 index 0000000..73195ac --- /dev/null +++ b/src/main/resources/mapper/JiashiyuanDao.xml @@ -0,0 +1,45 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/src/main/resources/mapper/LuxianxinxiDao.xml b/src/main/resources/mapper/LuxianxinxiDao.xml new file mode 100644 index 0000000..5160f19 --- /dev/null +++ b/src/main/resources/mapper/LuxianxinxiDao.xml @@ -0,0 +1,87 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/src/main/resources/mapper/ShigujiluDao.xml b/src/main/resources/mapper/ShigujiluDao.xml new file mode 100644 index 0000000..9077c83 --- /dev/null +++ b/src/main/resources/mapper/ShigujiluDao.xml @@ -0,0 +1,84 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/src/main/resources/mapper/TokenDao.xml b/src/main/resources/mapper/TokenDao.xml new file mode 100644 index 0000000..7dc0e2e --- /dev/null +++ b/src/main/resources/mapper/TokenDao.xml @@ -0,0 +1,13 @@ + + + + + + + + \ No newline at end of file diff --git a/src/main/resources/mapper/UsersDao.xml b/src/main/resources/mapper/UsersDao.xml new file mode 100644 index 0000000..7a6c222 --- /dev/null +++ b/src/main/resources/mapper/UsersDao.xml @@ -0,0 +1,13 @@ + + + + + + + + diff --git a/src/main/resources/mapper/XubaotongzhiDao.xml b/src/main/resources/mapper/XubaotongzhiDao.xml new file mode 100644 index 0000000..e7a9460 --- /dev/null +++ b/src/main/resources/mapper/XubaotongzhiDao.xml @@ -0,0 +1,78 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/src/main/resources/static/upload/1577351717989.jpg b/src/main/resources/static/upload/1577351717989.jpg new file mode 100644 index 0000000..732a3e8 Binary files /dev/null and b/src/main/resources/static/upload/1577351717989.jpg differ diff --git a/src/main/resources/static/upload/1742132443280.png b/src/main/resources/static/upload/1742132443280.png new file mode 100644 index 0000000..175bd87 Binary files /dev/null and b/src/main/resources/static/upload/1742132443280.png differ diff --git a/src/main/resources/static/upload/1742132596556.png b/src/main/resources/static/upload/1742132596556.png new file mode 100644 index 0000000..175bd87 Binary files /dev/null and b/src/main/resources/static/upload/1742132596556.png differ diff --git a/src/main/resources/static/upload/1742132853422.png b/src/main/resources/static/upload/1742132853422.png new file mode 100644 index 0000000..9f3f62e Binary files /dev/null and b/src/main/resources/static/upload/1742132853422.png differ diff --git a/src/main/resources/static/upload/1742397894211.png b/src/main/resources/static/upload/1742397894211.png new file mode 100644 index 0000000..9f3f62e Binary files /dev/null and b/src/main/resources/static/upload/1742397894211.png differ diff --git a/src/main/resources/static/upload/1747711691036.jpg b/src/main/resources/static/upload/1747711691036.jpg new file mode 100644 index 0000000..d2b7b8a Binary files /dev/null and b/src/main/resources/static/upload/1747711691036.jpg differ diff --git a/src/main/resources/static/upload/1747899758241.jpg b/src/main/resources/static/upload/1747899758241.jpg new file mode 100644 index 0000000..d2b7b8a Binary files /dev/null and b/src/main/resources/static/upload/1747899758241.jpg differ diff --git a/src/main/resources/static/upload/1747900587519.jpg b/src/main/resources/static/upload/1747900587519.jpg new file mode 100644 index 0000000..d2b7b8a Binary files /dev/null and b/src/main/resources/static/upload/1747900587519.jpg differ diff --git a/src/main/resources/static/upload/1748143723701.jpg b/src/main/resources/static/upload/1748143723701.jpg new file mode 100644 index 0000000..184c822 Binary files /dev/null and b/src/main/resources/static/upload/1748143723701.jpg differ diff --git a/src/main/resources/static/upload/cheliangdangan_cheliangzhaopian1.jpg b/src/main/resources/static/upload/cheliangdangan_cheliangzhaopian1.jpg new file mode 100644 index 0000000..dfde9db Binary files /dev/null and b/src/main/resources/static/upload/cheliangdangan_cheliangzhaopian1.jpg differ diff --git a/src/main/resources/static/upload/cheliangdangan_cheliangzhaopian2.jpg b/src/main/resources/static/upload/cheliangdangan_cheliangzhaopian2.jpg new file mode 100644 index 0000000..c8123cf Binary files /dev/null and b/src/main/resources/static/upload/cheliangdangan_cheliangzhaopian2.jpg differ diff --git a/src/main/resources/static/upload/cheliangdangan_cheliangzhaopian3.jpg b/src/main/resources/static/upload/cheliangdangan_cheliangzhaopian3.jpg new file mode 100644 index 0000000..3a148a8 Binary files /dev/null and b/src/main/resources/static/upload/cheliangdangan_cheliangzhaopian3.jpg differ diff --git a/src/main/resources/static/upload/cheliangdangan_cheliangzhaopian4.jpg b/src/main/resources/static/upload/cheliangdangan_cheliangzhaopian4.jpg new file mode 100644 index 0000000..d3aa7b0 Binary files /dev/null and b/src/main/resources/static/upload/cheliangdangan_cheliangzhaopian4.jpg differ diff --git a/src/main/resources/static/upload/cheliangdangan_cheliangzhaopian5.jpg b/src/main/resources/static/upload/cheliangdangan_cheliangzhaopian5.jpg new file mode 100644 index 0000000..c8123cf Binary files /dev/null and b/src/main/resources/static/upload/cheliangdangan_cheliangzhaopian5.jpg differ diff --git a/src/main/resources/static/upload/cheliangdangan_cheliangzhaopian6.jpg b/src/main/resources/static/upload/cheliangdangan_cheliangzhaopian6.jpg new file mode 100644 index 0000000..c27f972 Binary files /dev/null and b/src/main/resources/static/upload/cheliangdangan_cheliangzhaopian6.jpg differ diff --git a/src/main/resources/static/upload/cheliangdangan_cheliangzhaopian7.jpg b/src/main/resources/static/upload/cheliangdangan_cheliangzhaopian7.jpg new file mode 100644 index 0000000..114cc9a Binary files /dev/null and b/src/main/resources/static/upload/cheliangdangan_cheliangzhaopian7.jpg differ diff --git a/src/main/resources/static/upload/cheliangdangan_cheliangzhaopian8.jpg b/src/main/resources/static/upload/cheliangdangan_cheliangzhaopian8.jpg new file mode 100644 index 0000000..3a148a8 Binary files /dev/null and b/src/main/resources/static/upload/cheliangdangan_cheliangzhaopian8.jpg differ diff --git a/src/main/resources/static/upload/gonggaoxinxi_fengmian1.jpg b/src/main/resources/static/upload/gonggaoxinxi_fengmian1.jpg new file mode 100644 index 0000000..a071315 Binary files /dev/null and b/src/main/resources/static/upload/gonggaoxinxi_fengmian1.jpg differ diff --git a/src/main/resources/static/upload/gonggaoxinxi_fengmian2.jpg b/src/main/resources/static/upload/gonggaoxinxi_fengmian2.jpg new file mode 100644 index 0000000..edde49d Binary files /dev/null and b/src/main/resources/static/upload/gonggaoxinxi_fengmian2.jpg differ diff --git a/src/main/resources/static/upload/gonggaoxinxi_fengmian3.jpg b/src/main/resources/static/upload/gonggaoxinxi_fengmian3.jpg new file mode 100644 index 0000000..09557b0 Binary files /dev/null and b/src/main/resources/static/upload/gonggaoxinxi_fengmian3.jpg differ diff --git a/src/main/resources/static/upload/gonggaoxinxi_fengmian4.jpg b/src/main/resources/static/upload/gonggaoxinxi_fengmian4.jpg new file mode 100644 index 0000000..69f8f6f Binary files /dev/null and b/src/main/resources/static/upload/gonggaoxinxi_fengmian4.jpg differ diff --git a/src/main/resources/static/upload/gonggaoxinxi_fengmian5.jpg b/src/main/resources/static/upload/gonggaoxinxi_fengmian5.jpg new file mode 100644 index 0000000..e117b92 Binary files /dev/null and b/src/main/resources/static/upload/gonggaoxinxi_fengmian5.jpg differ diff --git a/src/main/resources/static/upload/gonggaoxinxi_fengmian6.jpg b/src/main/resources/static/upload/gonggaoxinxi_fengmian6.jpg new file mode 100644 index 0000000..24de4e3 Binary files /dev/null and b/src/main/resources/static/upload/gonggaoxinxi_fengmian6.jpg differ diff --git a/src/main/resources/static/upload/gonggaoxinxi_fengmian7.jpg b/src/main/resources/static/upload/gonggaoxinxi_fengmian7.jpg new file mode 100644 index 0000000..0de018e Binary files /dev/null and b/src/main/resources/static/upload/gonggaoxinxi_fengmian7.jpg differ diff --git a/src/main/resources/static/upload/gonggaoxinxi_fengmian8.jpg b/src/main/resources/static/upload/gonggaoxinxi_fengmian8.jpg new file mode 100644 index 0000000..69f8f6f Binary files /dev/null and b/src/main/resources/static/upload/gonggaoxinxi_fengmian8.jpg differ diff --git a/src/main/resources/static/upload/gongzuorenyuan_touxiang1.jpg b/src/main/resources/static/upload/gongzuorenyuan_touxiang1.jpg new file mode 100644 index 0000000..2b24c4d Binary files /dev/null and b/src/main/resources/static/upload/gongzuorenyuan_touxiang1.jpg differ diff --git a/src/main/resources/static/upload/gongzuorenyuan_touxiang2.jpg b/src/main/resources/static/upload/gongzuorenyuan_touxiang2.jpg new file mode 100644 index 0000000..21e9202 Binary files /dev/null and b/src/main/resources/static/upload/gongzuorenyuan_touxiang2.jpg differ diff --git a/src/main/resources/static/upload/gongzuorenyuan_touxiang3.jpg b/src/main/resources/static/upload/gongzuorenyuan_touxiang3.jpg new file mode 100644 index 0000000..ea7a4db Binary files /dev/null and b/src/main/resources/static/upload/gongzuorenyuan_touxiang3.jpg differ diff --git a/src/main/resources/static/upload/gongzuorenyuan_touxiang4.jpg b/src/main/resources/static/upload/gongzuorenyuan_touxiang4.jpg new file mode 100644 index 0000000..e541d0c Binary files /dev/null and b/src/main/resources/static/upload/gongzuorenyuan_touxiang4.jpg differ diff --git a/src/main/resources/static/upload/gongzuorenyuan_touxiang5.jpg b/src/main/resources/static/upload/gongzuorenyuan_touxiang5.jpg new file mode 100644 index 0000000..db9d4b1 Binary files /dev/null and b/src/main/resources/static/upload/gongzuorenyuan_touxiang5.jpg differ diff --git a/src/main/resources/static/upload/gongzuorenyuan_touxiang6.jpg b/src/main/resources/static/upload/gongzuorenyuan_touxiang6.jpg new file mode 100644 index 0000000..ca17fe2 Binary files /dev/null and b/src/main/resources/static/upload/gongzuorenyuan_touxiang6.jpg differ diff --git a/src/main/resources/static/upload/gongzuorenyuan_touxiang7.jpg b/src/main/resources/static/upload/gongzuorenyuan_touxiang7.jpg new file mode 100644 index 0000000..a8d2b70 Binary files /dev/null and b/src/main/resources/static/upload/gongzuorenyuan_touxiang7.jpg differ diff --git a/src/main/resources/static/upload/gongzuorenyuan_touxiang8.jpg b/src/main/resources/static/upload/gongzuorenyuan_touxiang8.jpg new file mode 100644 index 0000000..3055541 Binary files /dev/null and b/src/main/resources/static/upload/gongzuorenyuan_touxiang8.jpg differ diff --git a/src/main/resources/static/upload/image1.jpg b/src/main/resources/static/upload/image1.jpg new file mode 100644 index 0000000..88b08f4 Binary files /dev/null and b/src/main/resources/static/upload/image1.jpg differ diff --git a/src/main/resources/static/upload/jiashiyuan_touxiang1.jpg b/src/main/resources/static/upload/jiashiyuan_touxiang1.jpg new file mode 100644 index 0000000..766f345 Binary files /dev/null and b/src/main/resources/static/upload/jiashiyuan_touxiang1.jpg differ diff --git a/src/main/resources/static/upload/jiashiyuan_touxiang2.jpg b/src/main/resources/static/upload/jiashiyuan_touxiang2.jpg new file mode 100644 index 0000000..e541d0c Binary files /dev/null and b/src/main/resources/static/upload/jiashiyuan_touxiang2.jpg differ diff --git a/src/main/resources/static/upload/jiashiyuan_touxiang3.jpg b/src/main/resources/static/upload/jiashiyuan_touxiang3.jpg new file mode 100644 index 0000000..41bb0a5 Binary files /dev/null and b/src/main/resources/static/upload/jiashiyuan_touxiang3.jpg differ diff --git a/src/main/resources/static/upload/jiashiyuan_touxiang4.jpg b/src/main/resources/static/upload/jiashiyuan_touxiang4.jpg new file mode 100644 index 0000000..cbbebc8 Binary files /dev/null and b/src/main/resources/static/upload/jiashiyuan_touxiang4.jpg differ diff --git a/src/main/resources/static/upload/jiashiyuan_touxiang5.jpg b/src/main/resources/static/upload/jiashiyuan_touxiang5.jpg new file mode 100644 index 0000000..3055541 Binary files /dev/null and b/src/main/resources/static/upload/jiashiyuan_touxiang5.jpg differ diff --git a/src/main/resources/static/upload/jiashiyuan_touxiang6.jpg b/src/main/resources/static/upload/jiashiyuan_touxiang6.jpg new file mode 100644 index 0000000..69c4881 Binary files /dev/null and b/src/main/resources/static/upload/jiashiyuan_touxiang6.jpg differ diff --git a/src/main/resources/static/upload/jiashiyuan_touxiang7.jpg b/src/main/resources/static/upload/jiashiyuan_touxiang7.jpg new file mode 100644 index 0000000..c1d47d6 Binary files /dev/null and b/src/main/resources/static/upload/jiashiyuan_touxiang7.jpg differ diff --git a/src/main/resources/static/upload/jiashiyuan_touxiang8.jpg b/src/main/resources/static/upload/jiashiyuan_touxiang8.jpg new file mode 100644 index 0000000..cb5e326 Binary files /dev/null and b/src/main/resources/static/upload/jiashiyuan_touxiang8.jpg differ diff --git a/src/main/resources/static/upload/shigujilu_shiguzhaopian1.jpg b/src/main/resources/static/upload/shigujilu_shiguzhaopian1.jpg new file mode 100644 index 0000000..665fb17 Binary files /dev/null and b/src/main/resources/static/upload/shigujilu_shiguzhaopian1.jpg differ diff --git a/src/main/resources/static/upload/shigujilu_shiguzhaopian2.jpg b/src/main/resources/static/upload/shigujilu_shiguzhaopian2.jpg new file mode 100644 index 0000000..e724c21 Binary files /dev/null and b/src/main/resources/static/upload/shigujilu_shiguzhaopian2.jpg differ diff --git a/src/main/resources/static/upload/shigujilu_shiguzhaopian3.jpg b/src/main/resources/static/upload/shigujilu_shiguzhaopian3.jpg new file mode 100644 index 0000000..c8123cf Binary files /dev/null and b/src/main/resources/static/upload/shigujilu_shiguzhaopian3.jpg differ diff --git a/src/main/resources/static/upload/shigujilu_shiguzhaopian4.jpg b/src/main/resources/static/upload/shigujilu_shiguzhaopian4.jpg new file mode 100644 index 0000000..665fb17 Binary files /dev/null and b/src/main/resources/static/upload/shigujilu_shiguzhaopian4.jpg differ diff --git a/src/main/resources/static/upload/shigujilu_shiguzhaopian5.jpg b/src/main/resources/static/upload/shigujilu_shiguzhaopian5.jpg new file mode 100644 index 0000000..d5359a0 Binary files /dev/null and b/src/main/resources/static/upload/shigujilu_shiguzhaopian5.jpg differ diff --git a/src/main/resources/static/upload/shigujilu_shiguzhaopian6.jpg b/src/main/resources/static/upload/shigujilu_shiguzhaopian6.jpg new file mode 100644 index 0000000..39b8378 Binary files /dev/null and b/src/main/resources/static/upload/shigujilu_shiguzhaopian6.jpg differ diff --git a/src/main/resources/static/upload/shigujilu_shiguzhaopian7.jpg b/src/main/resources/static/upload/shigujilu_shiguzhaopian7.jpg new file mode 100644 index 0000000..2f3f667 Binary files /dev/null and b/src/main/resources/static/upload/shigujilu_shiguzhaopian7.jpg differ diff --git a/src/main/resources/static/upload/shigujilu_shiguzhaopian8.jpg b/src/main/resources/static/upload/shigujilu_shiguzhaopian8.jpg new file mode 100644 index 0000000..990e6bb Binary files /dev/null and b/src/main/resources/static/upload/shigujilu_shiguzhaopian8.jpg differ diff --git a/src/main/resources/static/upload/test b/src/main/resources/static/upload/test new file mode 100644 index 0000000..e69de29 diff --git a/src/test/java/com/SpringbootSchemaApplicationTests.java b/src/test/java/com/SpringbootSchemaApplicationTests.java new file mode 100644 index 0000000..b3880f4 --- /dev/null +++ b/src/test/java/com/SpringbootSchemaApplicationTests.java @@ -0,0 +1,13 @@ +package com; + +import org.junit.jupiter.api.Test; +import org.springframework.boot.test.context.SpringBootTest; + +@SpringBootTest +class SpringbootSchemaApplicationTests { + + @Test + void contextLoads() { + } + +} diff --git a/target/classes/admin/admin/1-install.bat b/target/classes/admin/admin/1-install.bat new file mode 100644 index 0000000..1ce21d7 --- /dev/null +++ b/target/classes/admin/admin/1-install.bat @@ -0,0 +1 @@ +cnpm install \ No newline at end of file diff --git a/target/classes/admin/admin/2-run.bat b/target/classes/admin/admin/2-run.bat new file mode 100644 index 0000000..42abc06 --- /dev/null +++ b/target/classes/admin/admin/2-run.bat @@ -0,0 +1 @@ +cnpm run serve \ No newline at end of file diff --git a/target/classes/admin/admin/3-build.bat b/target/classes/admin/admin/3-build.bat new file mode 100644 index 0000000..0d20dc6 --- /dev/null +++ b/target/classes/admin/admin/3-build.bat @@ -0,0 +1 @@ +cnpm run build diff --git a/target/classes/admin/admin/babel.config.js b/target/classes/admin/admin/babel.config.js new file mode 100644 index 0000000..e955840 --- /dev/null +++ b/target/classes/admin/admin/babel.config.js @@ -0,0 +1,5 @@ +module.exports = { + presets: [ + '@vue/cli-plugin-babel/preset' + ] +} diff --git a/target/classes/admin/admin/dist/css/app.f07ee9a9.css b/target/classes/admin/admin/dist/css/app.f07ee9a9.css new file mode 100644 index 0000000..0f74a77 --- /dev/null +++ b/target/classes/admin/admin/dist/css/app.f07ee9a9.css @@ -0,0 +1 @@ +*{padding:0;margin:0;-webkit-box-sizing:border-box;box-sizing:border-box}body,html{width:100%}#app,body,html{height:100%}body{padding:0;margin:0}@font-face{font-family:element-icons;src:url(../fonts/element-icons.535877f5.woff) format("woff"),url(../fonts/element-icons.732389de.ttf) format("truetype");font-weight:400;font-display:"auto";font-style:normal}[class*=" el-icon-"],[class^=el-icon-]{font-family:element-icons!important;speak:none;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;line-height:1;vertical-align:baseline;display:inline-block;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.el-icon-ice-cream-round:before{content:"\e6a0"}.el-icon-ice-cream-square:before{content:"\e6a3"}.el-icon-lollipop:before{content:"\e6a4"}.el-icon-potato-strips:before{content:"\e6a5"}.el-icon-milk-tea:before{content:"\e6a6"}.el-icon-ice-drink:before{content:"\e6a7"}.el-icon-ice-tea:before{content:"\e6a9"}.el-icon-coffee:before{content:"\e6aa"}.el-icon-orange:before{content:"\e6ab"}.el-icon-pear:before{content:"\e6ac"}.el-icon-apple:before{content:"\e6ad"}.el-icon-cherry:before{content:"\e6ae"}.el-icon-watermelon:before{content:"\e6af"}.el-icon-grape:before{content:"\e6b0"}.el-icon-refrigerator:before{content:"\e6b1"}.el-icon-goblet-square-full:before{content:"\e6b2"}.el-icon-goblet-square:before{content:"\e6b3"}.el-icon-goblet-full:before{content:"\e6b4"}.el-icon-goblet:before{content:"\e6b5"}.el-icon-cold-drink:before{content:"\e6b6"}.el-icon-coffee-cup:before{content:"\e6b8"}.el-icon-water-cup:before{content:"\e6b9"}.el-icon-hot-water:before{content:"\e6ba"}.el-icon-ice-cream:before{content:"\e6bb"}.el-icon-dessert:before{content:"\e6bc"}.el-icon-sugar:before{content:"\e6bd"}.el-icon-tableware:before{content:"\e6be"}.el-icon-burger:before{content:"\e6bf"}.el-icon-knife-fork:before{content:"\e6c1"}.el-icon-fork-spoon:before{content:"\e6c2"}.el-icon-chicken:before{content:"\e6c3"}.el-icon-food:before{content:"\e6c4"}.el-icon-dish-1:before{content:"\e6c5"}.el-icon-dish:before{content:"\e6c6"}.el-icon-moon-night:before{content:"\e6ee"}.el-icon-moon:before{content:"\e6f0"}.el-icon-cloudy-and-sunny:before{content:"\e6f1"}.el-icon-partly-cloudy:before{content:"\e6f2"}.el-icon-cloudy:before{content:"\e6f3"}.el-icon-sunny:before{content:"\e6f6"}.el-icon-sunset:before{content:"\e6f7"}.el-icon-sunrise-1:before{content:"\e6f8"}.el-icon-sunrise:before{content:"\e6f9"}.el-icon-heavy-rain:before{content:"\e6fa"}.el-icon-lightning:before{content:"\e6fb"}.el-icon-light-rain:before{content:"\e6fc"}.el-icon-wind-power:before{content:"\e6fd"}.el-icon-baseball:before{content:"\e712"}.el-icon-soccer:before{content:"\e713"}.el-icon-football:before{content:"\e715"}.el-icon-basketball:before{content:"\e716"}.el-icon-ship:before{content:"\e73f"}.el-icon-truck:before{content:"\e740"}.el-icon-bicycle:before{content:"\e741"}.el-icon-mobile-phone:before{content:"\e6d3"}.el-icon-service:before{content:"\e6d4"}.el-icon-key:before{content:"\e6e2"}.el-icon-unlock:before{content:"\e6e4"}.el-icon-lock:before{content:"\e6e5"}.el-icon-watch:before{content:"\e6fe"}.el-icon-watch-1:before{content:"\e6ff"}.el-icon-timer:before{content:"\e702"}.el-icon-alarm-clock:before{content:"\e703"}.el-icon-map-location:before{content:"\e704"}.el-icon-delete-location:before{content:"\e705"}.el-icon-add-location:before{content:"\e706"}.el-icon-location-information:before{content:"\e707"}.el-icon-location-outline:before{content:"\e708"}.el-icon-location:before{content:"\e79e"}.el-icon-place:before{content:"\e709"}.el-icon-discover:before{content:"\e70a"}.el-icon-first-aid-kit:before{content:"\e70b"}.el-icon-trophy-1:before{content:"\e70c"}.el-icon-trophy:before{content:"\e70d"}.el-icon-medal:before{content:"\e70e"}.el-icon-medal-1:before{content:"\e70f"}.el-icon-stopwatch:before{content:"\e710"}.el-icon-mic:before{content:"\e711"}.el-icon-copy-document:before{content:"\e718"}.el-icon-full-screen:before{content:"\e719"}.el-icon-switch-button:before{content:"\e71b"}.el-icon-aim:before{content:"\e71c"}.el-icon-crop:before{content:"\e71d"}.el-icon-odometer:before{content:"\e71e"}.el-icon-time:before{content:"\e71f"}.el-icon-bangzhu:before{content:"\e724"}.el-icon-close-notification:before{content:"\e726"}.el-icon-microphone:before{content:"\e727"}.el-icon-turn-off-microphone:before{content:"\e728"}.el-icon-position:before{content:"\e729"}.el-icon-postcard:before{content:"\e72a"}.el-icon-message:before{content:"\e72b"}.el-icon-chat-line-square:before{content:"\e72d"}.el-icon-chat-dot-square:before{content:"\e72e"}.el-icon-chat-dot-round:before{content:"\e72f"}.el-icon-chat-square:before{content:"\e730"}.el-icon-chat-line-round:before{content:"\e731"}.el-icon-chat-round:before{content:"\e732"}.el-icon-set-up:before{content:"\e733"}.el-icon-turn-off:before{content:"\e734"}.el-icon-open:before{content:"\e735"}.el-icon-connection:before{content:"\e736"}.el-icon-link:before{content:"\e737"}.el-icon-cpu:before{content:"\e738"}.el-icon-thumb:before{content:"\e739"}.el-icon-female:before{content:"\e73a"}.el-icon-male:before{content:"\e73b"}.el-icon-guide:before{content:"\e73c"}.el-icon-news:before{content:"\e73e"}.el-icon-price-tag:before{content:"\e744"}.el-icon-discount:before{content:"\e745"}.el-icon-wallet:before{content:"\e747"}.el-icon-coin:before{content:"\e748"}.el-icon-money:before{content:"\e749"}.el-icon-bank-card:before{content:"\e74a"}.el-icon-box:before{content:"\e74b"}.el-icon-present:before{content:"\e74c"}.el-icon-sell:before{content:"\e6d5"}.el-icon-sold-out:before{content:"\e6d6"}.el-icon-shopping-bag-2:before{content:"\e74d"}.el-icon-shopping-bag-1:before{content:"\e74e"}.el-icon-shopping-cart-2:before{content:"\e74f"}.el-icon-shopping-cart-1:before{content:"\e750"}.el-icon-shopping-cart-full:before{content:"\e751"}.el-icon-smoking:before{content:"\e752"}.el-icon-no-smoking:before{content:"\e753"}.el-icon-house:before{content:"\e754"}.el-icon-table-lamp:before{content:"\e755"}.el-icon-school:before{content:"\e756"}.el-icon-office-building:before{content:"\e757"}.el-icon-toilet-paper:before{content:"\e758"}.el-icon-notebook-2:before{content:"\e759"}.el-icon-notebook-1:before{content:"\e75a"}.el-icon-files:before{content:"\e75b"}.el-icon-collection:before{content:"\e75c"}.el-icon-receiving:before{content:"\e75d"}.el-icon-suitcase-1:before{content:"\e760"}.el-icon-suitcase:before{content:"\e761"}.el-icon-film:before{content:"\e763"}.el-icon-collection-tag:before{content:"\e765"}.el-icon-data-analysis:before{content:"\e766"}.el-icon-pie-chart:before{content:"\e767"}.el-icon-data-board:before{content:"\e768"}.el-icon-data-line:before{content:"\e76d"}.el-icon-reading:before{content:"\e769"}.el-icon-magic-stick:before{content:"\e76a"}.el-icon-coordinate:before{content:"\e76b"}.el-icon-mouse:before{content:"\e76c"}.el-icon-brush:before{content:"\e76e"}.el-icon-headset:before{content:"\e76f"}.el-icon-umbrella:before{content:"\e770"}.el-icon-scissors:before{content:"\e771"}.el-icon-mobile:before{content:"\e773"}.el-icon-attract:before{content:"\e774"}.el-icon-monitor:before{content:"\e775"}.el-icon-search:before{content:"\e778"}.el-icon-takeaway-box:before{content:"\e77a"}.el-icon-paperclip:before{content:"\e77d"}.el-icon-printer:before{content:"\e77e"}.el-icon-document-add:before{content:"\e782"}.el-icon-document:before{content:"\e785"}.el-icon-document-checked:before{content:"\e786"}.el-icon-document-copy:before{content:"\e787"}.el-icon-document-delete:before{content:"\e788"}.el-icon-document-remove:before{content:"\e789"}.el-icon-tickets:before{content:"\e78b"}.el-icon-folder-checked:before{content:"\e77f"}.el-icon-folder-delete:before{content:"\e780"}.el-icon-folder-remove:before{content:"\e781"}.el-icon-folder-add:before{content:"\e783"}.el-icon-folder-opened:before{content:"\e784"}.el-icon-folder:before{content:"\e78a"}.el-icon-edit-outline:before{content:"\e764"}.el-icon-edit:before{content:"\e78c"}.el-icon-date:before{content:"\e78e"}.el-icon-c-scale-to-original:before{content:"\e7c6"}.el-icon-view:before{content:"\e6ce"}.el-icon-loading:before{content:"\e6cf"}.el-icon-rank:before{content:"\e6d1"}.el-icon-sort-down:before{content:"\e7c4"}.el-icon-sort-up:before{content:"\e7c5"}.el-icon-sort:before{content:"\e6d2"}.el-icon-finished:before{content:"\e6cd"}.el-icon-refresh-left:before{content:"\e6c7"}.el-icon-refresh-right:before{content:"\e6c8"}.el-icon-refresh:before{content:"\e6d0"}.el-icon-video-play:before{content:"\e7c0"}.el-icon-video-pause:before{content:"\e7c1"}.el-icon-d-arrow-right:before{content:"\e6dc"}.el-icon-d-arrow-left:before{content:"\e6dd"}.el-icon-arrow-up:before{content:"\e6e1"}.el-icon-arrow-down:before{content:"\e6df"}.el-icon-arrow-right:before{content:"\e6e0"}.el-icon-arrow-left:before{content:"\e6de"}.el-icon-top-right:before{content:"\e6e7"}.el-icon-top-left:before{content:"\e6e8"}.el-icon-top:before{content:"\e6e6"}.el-icon-bottom:before{content:"\e6eb"}.el-icon-right:before{content:"\e6e9"}.el-icon-back:before{content:"\e6ea"}.el-icon-bottom-right:before{content:"\e6ec"}.el-icon-bottom-left:before{content:"\e6ed"}.el-icon-caret-top:before{content:"\e78f"}.el-icon-caret-bottom:before{content:"\e790"}.el-icon-caret-right:before{content:"\e791"}.el-icon-caret-left:before{content:"\e792"}.el-icon-d-caret:before{content:"\e79a"}.el-icon-share:before{content:"\e793"}.el-icon-menu:before{content:"\e798"}.el-icon-s-grid:before{content:"\e7a6"}.el-icon-s-check:before{content:"\e7a7"}.el-icon-s-data:before{content:"\e7a8"}.el-icon-s-opportunity:before{content:"\e7aa"}.el-icon-s-custom:before{content:"\e7ab"}.el-icon-s-claim:before{content:"\e7ad"}.el-icon-s-finance:before{content:"\e7ae"}.el-icon-s-comment:before{content:"\e7af"}.el-icon-s-flag:before{content:"\e7b0"}.el-icon-s-marketing:before{content:"\e7b1"}.el-icon-s-shop:before{content:"\e7b4"}.el-icon-s-open:before{content:"\e7b5"}.el-icon-s-management:before{content:"\e7b6"}.el-icon-s-ticket:before{content:"\e7b7"}.el-icon-s-release:before{content:"\e7b8"}.el-icon-s-home:before{content:"\e7b9"}.el-icon-s-promotion:before{content:"\e7ba"}.el-icon-s-operation:before{content:"\e7bb"}.el-icon-s-unfold:before{content:"\e7bc"}.el-icon-s-fold:before{content:"\e7a9"}.el-icon-s-platform:before{content:"\e7bd"}.el-icon-s-order:before{content:"\e7be"}.el-icon-s-cooperation:before{content:"\e7bf"}.el-icon-bell:before{content:"\e725"}.el-icon-message-solid:before{content:"\e799"}.el-icon-video-camera:before{content:"\e772"}.el-icon-video-camera-solid:before{content:"\e796"}.el-icon-camera:before{content:"\e779"}.el-icon-camera-solid:before{content:"\e79b"}.el-icon-download:before{content:"\e77c"}.el-icon-upload2:before{content:"\e77b"}.el-icon-upload:before{content:"\e7c3"}.el-icon-picture-outline-round:before{content:"\e75f"}.el-icon-picture-outline:before{content:"\e75e"}.el-icon-picture:before{content:"\e79f"}.el-icon-close:before{content:"\e6db"}.el-icon-check:before{content:"\e6da"}.el-icon-plus:before{content:"\e6d9"}.el-icon-minus:before{content:"\e6d8"}.el-icon-help:before{content:"\e73d"}.el-icon-s-help:before{content:"\e7b3"}.el-icon-circle-close:before{content:"\e78d"}.el-icon-circle-check:before{content:"\e720"}.el-icon-circle-plus-outline:before{content:"\e723"}.el-icon-remove-outline:before{content:"\e722"}.el-icon-zoom-out:before{content:"\e776"}.el-icon-zoom-in:before{content:"\e777"}.el-icon-error:before{content:"\e79d"}.el-icon-success:before{content:"\e79c"}.el-icon-circle-plus:before{content:"\e7a0"}.el-icon-remove:before{content:"\e7a2"}.el-icon-info:before{content:"\e7a1"}.el-icon-question:before{content:"\e7a4"}.el-icon-warning-outline:before{content:"\e6c9"}.el-icon-warning:before{content:"\e7a3"}.el-icon-goods:before{content:"\e7c2"}.el-icon-s-goods:before{content:"\e7b2"}.el-icon-star-off:before{content:"\e717"}.el-icon-star-on:before{content:"\e797"}.el-icon-more-outline:before{content:"\e6cc"}.el-icon-more:before{content:"\e794"}.el-icon-phone-outline:before{content:"\e6cb"}.el-icon-phone:before{content:"\e795"}.el-icon-user:before{content:"\e6e3"}.el-icon-user-solid:before{content:"\e7a5"}.el-icon-setting:before{content:"\e6ca"}.el-icon-s-tools:before{content:"\e7ac"}.el-icon-delete:before{content:"\e6d7"}.el-icon-delete-solid:before{content:"\e7c9"}.el-icon-eleme:before{content:"\e7c7"}.el-icon-platform-eleme:before{content:"\e7ca"}.el-icon-loading{-webkit-animation:rotating 2s linear infinite;animation:rotating 2s linear infinite}.el-icon--right{margin-left:5px}.el-icon--left{margin-right:5px}@-webkit-keyframes rotating{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes rotating{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}.el-pagination{white-space:nowrap;padding:2px 5px;color:#303133;font-weight:700}.el-pagination:after,.el-pagination:before{display:table;content:""}.el-pagination:after{clear:both}.el-pagination button,.el-pagination span:not([class*=suffix]){display:inline-block;font-size:13px;min-width:35.5px;height:28px;line-height:28px;vertical-align:top;-webkit-box-sizing:border-box;box-sizing:border-box}.el-pagination .el-input__inner{text-align:center;-moz-appearance:textfield;line-height:normal}.el-pagination .el-input__suffix{right:0;-webkit-transform:scale(.8);transform:scale(.8)}.el-pagination .el-select .el-input{width:100px;margin:0 5px}.el-pagination .el-select .el-input .el-input__inner{padding-right:25px;border-radius:3px}.el-pagination button{border:none;padding:0 6px;background:transparent}.el-pagination button:focus{outline:none}.el-pagination button:hover{color:#00c292}.el-pagination button:disabled{color:#c0c4cc;background-color:#fff;cursor:not-allowed}.el-pagination .btn-next,.el-pagination .btn-prev{background:50% no-repeat;background-size:16px;background-color:#fff;cursor:pointer;margin:0;color:#303133}.el-pagination .btn-next .el-icon,.el-pagination .btn-prev .el-icon{display:block;font-size:12px;font-weight:700}.el-pagination .btn-prev{padding-right:12px}.el-pagination .btn-next{padding-left:12px}.el-pagination .el-pager li.disabled{color:#c0c4cc;cursor:not-allowed}.el-pagination--small .btn-next,.el-pagination--small .btn-prev,.el-pagination--small .el-pager li,.el-pagination--small .el-pager li.btn-quicknext,.el-pagination--small .el-pager li.btn-quickprev,.el-pagination--small .el-pager li:last-child{border-color:transparent;font-size:12px;line-height:22px;height:22px;min-width:22px}.el-pagination--small .arrow.disabled{visibility:hidden}.el-pagination--small .more:before,.el-pagination--small li.more:before{line-height:24px}.el-pagination--small button,.el-pagination--small span:not([class*=suffix]){height:22px;line-height:22px}.el-pagination--small .el-pagination__editor,.el-pagination--small .el-pagination__editor.el-input .el-input__inner{height:22px}.el-pagination__sizes{margin:0 10px 0 0;font-weight:400;color:#606266}.el-pagination__sizes .el-input .el-input__inner{font-size:13px;padding-left:8px}.el-pagination__sizes .el-input .el-input__inner:hover{border-color:#00c292}.el-pagination__total{margin-right:10px;font-weight:400;color:#606266}.el-pagination__jump{margin-left:24px;font-weight:400;color:#606266}.el-pagination__jump .el-input__inner{padding:0 3px}.el-pagination__rightwrapper{float:right}.el-pagination__editor{line-height:18px;padding:0 2px;height:28px;text-align:center;margin:0 2px;-webkit-box-sizing:border-box;box-sizing:border-box;border-radius:3px}.el-pagination__editor.el-input{width:50px}.el-pagination__editor.el-input .el-input__inner{height:28px}.el-pagination__editor .el-input__inner::-webkit-inner-spin-button,.el-pagination__editor .el-input__inner::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.el-pagination.is-background .btn-next,.el-pagination.is-background .btn-prev,.el-pagination.is-background .el-pager li{margin:0 5px;background-color:#f4f4f5;color:#606266;min-width:30px;border-radius:2px}.el-pagination.is-background .btn-next.disabled,.el-pagination.is-background .btn-prev.disabled,.el-pagination.is-background .el-pager li.disabled{color:#c0c4cc}.el-pagination.is-background .btn-next,.el-pagination.is-background .btn-prev{padding:0}.el-pagination.is-background .btn-next:disabled,.el-pagination.is-background .btn-prev:disabled{color:#c0c4cc}.el-pagination.is-background .el-pager li:not(.disabled):hover{color:#00c292}.el-pagination.is-background .el-pager li:not(.disabled).active{background-color:#00c292;color:#fff}.el-pagination.is-background.el-pagination--small .btn-next,.el-pagination.is-background.el-pagination--small .btn-prev,.el-pagination.is-background.el-pagination--small .el-pager li{margin:0 3px;min-width:22px}.el-pager{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;list-style:none;display:inline-block;vertical-align:top;font-size:0;padding:0;margin:0}.el-pager .more:before{line-height:30px}.el-pager li{padding:0 4px;background:#fff;vertical-align:top;display:inline-block;font-size:13px;min-width:35.5px;height:28px;line-height:28px;cursor:pointer;-webkit-box-sizing:border-box;box-sizing:border-box;text-align:center;margin:0}.el-pager li.btn-quicknext,.el-pager li.btn-quickprev{line-height:28px;color:#303133}.el-pager li.btn-quicknext.disabled,.el-pager li.btn-quickprev.disabled{color:#c0c4cc}.el-pager li.btn-quicknext:hover,.el-pager li.btn-quickprev:hover{cursor:pointer}.el-pager li.active+li{border-left:0}.el-pager li:hover{color:#00c292}.el-pager li.active{color:#00c292;cursor:default}@-webkit-keyframes v-modal-in{0%{opacity:0}}@-webkit-keyframes v-modal-out{to{opacity:0}}.el-dialog{position:relative;margin:0 auto 50px;background:#fff;border-radius:2px;-webkit-box-shadow:0 1px 3px rgba(0,0,0,.3);box-shadow:0 1px 3px rgba(0,0,0,.3);-webkit-box-sizing:border-box;box-sizing:border-box;width:50%}.el-dialog.is-fullscreen{width:100%;margin-top:0;margin-bottom:0;height:100%;overflow:auto}.el-dialog__wrapper{position:fixed;top:0;right:0;bottom:0;left:0;overflow:auto;margin:0}.el-dialog__header{padding:20px;padding-bottom:10px}.el-dialog__headerbtn{position:absolute;top:20px;right:20px;padding:0;background:transparent;border:none;outline:none;cursor:pointer;font-size:16px}.el-dialog__headerbtn .el-dialog__close{color:#909399}.el-dialog__headerbtn:focus .el-dialog__close,.el-dialog__headerbtn:hover .el-dialog__close{color:#00c292}.el-dialog__title{line-height:24px;font-size:18px;color:#303133}.el-dialog__body{padding:30px 20px;color:#606266;font-size:14px;word-break:break-all}.el-dialog__footer{padding:20px;padding-top:10px;text-align:right;-webkit-box-sizing:border-box;box-sizing:border-box}.el-dialog--center{text-align:center}.el-dialog--center .el-dialog__body{text-align:initial;padding:25px 25px 30px}.el-dialog--center .el-dialog__footer{text-align:inherit}.dialog-fade-enter-active{-webkit-animation:dialog-fade-in .3s;animation:dialog-fade-in .3s}.dialog-fade-leave-active{-webkit-animation:dialog-fade-out .3s;animation:dialog-fade-out .3s}@-webkit-keyframes dialog-fade-in{0%{-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0);opacity:0}to{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}@keyframes dialog-fade-in{0%{-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0);opacity:0}to{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}@-webkit-keyframes dialog-fade-out{0%{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}to{-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0);opacity:0}}@keyframes dialog-fade-out{0%{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}to{-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0);opacity:0}}.el-autocomplete{position:relative;display:inline-block}.el-autocomplete-suggestion{margin:5px 0;-webkit-box-shadow:0 2px 12px 0 rgba(0,0,0,.1);box-shadow:0 2px 12px 0 rgba(0,0,0,.1);border-radius:4px;border:1px solid #e4e7ed;-webkit-box-sizing:border-box;box-sizing:border-box;background-color:#fff}.el-autocomplete-suggestion__wrap{max-height:280px;padding:10px 0;-webkit-box-sizing:border-box;box-sizing:border-box}.el-autocomplete-suggestion__list{margin:0;padding:0}.el-autocomplete-suggestion li{padding:0 20px;margin:0;line-height:34px;cursor:pointer;color:#606266;font-size:14px;list-style:none;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.el-autocomplete-suggestion li.highlighted,.el-autocomplete-suggestion li:hover{background-color:#f5f7fa}.el-autocomplete-suggestion li.divider{margin-top:6px;border-top:1px solid #000}.el-autocomplete-suggestion li.divider:last-child{margin-bottom:-6px}.el-autocomplete-suggestion.is-loading li{text-align:center;height:100px;line-height:100px;font-size:20px;color:#999}.el-autocomplete-suggestion.is-loading li:after{display:inline-block;content:"";height:100%;vertical-align:middle}.el-autocomplete-suggestion.is-loading li:hover{background-color:#fff}.el-autocomplete-suggestion.is-loading .el-icon-loading{vertical-align:middle}.el-dropdown{display:inline-block;position:relative;color:#606266;font-size:14px}.el-dropdown .el-button-group{display:block}.el-dropdown .el-button-group .el-button{float:none}.el-dropdown .el-dropdown__caret-button{padding-left:5px;padding-right:5px;position:relative;border-left:none}.el-dropdown .el-dropdown__caret-button:before{content:"";position:absolute;display:block;width:1px;top:5px;bottom:5px;left:0;background:hsla(0,0%,100%,.5)}.el-dropdown .el-dropdown__caret-button.el-button--default:before{background:rgba(220,223,230,.5)}.el-dropdown .el-dropdown__caret-button:hover:not(.is-disabled):before{top:0;bottom:0}.el-dropdown .el-dropdown__caret-button .el-dropdown__icon{padding-left:0}.el-dropdown__icon{font-size:12px;margin:0 3px}.el-dropdown .el-dropdown-selfdefine:focus:active,.el-dropdown .el-dropdown-selfdefine:focus:not(.focusing){outline-width:0}.el-dropdown [disabled]{cursor:not-allowed;color:#bbb}.el-dropdown-menu{position:absolute;top:0;left:0;z-index:10;padding:10px 0;margin:5px 0;background-color:#fff;border:1px solid #ebeef5;border-radius:4px;-webkit-box-shadow:0 2px 12px 0 rgba(0,0,0,.1);box-shadow:0 2px 12px 0 rgba(0,0,0,.1)}.el-dropdown-menu__item{list-style:none;line-height:36px;padding:0 20px;margin:0;font-size:14px;color:#606266;cursor:pointer;outline:none}.el-dropdown-menu__item:focus,.el-dropdown-menu__item:not(.is-disabled):hover{background-color:#e6f9f4;color:#33cea8}.el-dropdown-menu__item i{margin-right:5px}.el-dropdown-menu__item--divided{position:relative;margin-top:6px;border-top:1px solid #ebeef5}.el-dropdown-menu__item--divided:before{content:"";height:6px;display:block;margin:0 -20px;background-color:#fff}.el-dropdown-menu__item.is-disabled{cursor:default;color:#bbb;pointer-events:none}.el-dropdown-menu--medium{padding:6px 0}.el-dropdown-menu--medium .el-dropdown-menu__item{line-height:30px;padding:0 17px;font-size:14px}.el-dropdown-menu--medium .el-dropdown-menu__item.el-dropdown-menu__item--divided{margin-top:6px}.el-dropdown-menu--medium .el-dropdown-menu__item.el-dropdown-menu__item--divided:before{height:6px;margin:0 -17px}.el-dropdown-menu--small{padding:6px 0}.el-dropdown-menu--small .el-dropdown-menu__item{line-height:27px;padding:0 15px;font-size:13px}.el-dropdown-menu--small .el-dropdown-menu__item.el-dropdown-menu__item--divided{margin-top:4px}.el-dropdown-menu--small .el-dropdown-menu__item.el-dropdown-menu__item--divided:before{height:4px;margin:0 -15px}.el-dropdown-menu--mini{padding:3px 0}.el-dropdown-menu--mini .el-dropdown-menu__item{line-height:24px;padding:0 10px;font-size:12px}.el-dropdown-menu--mini .el-dropdown-menu__item.el-dropdown-menu__item--divided{margin-top:3px}.el-dropdown-menu--mini .el-dropdown-menu__item.el-dropdown-menu__item--divided:before{height:3px;margin:0 -10px}.el-menu{border-right:1px solid #e6e6e6;list-style:none;position:relative;margin:0;padding-left:0;background-color:#fff}.el-menu:after,.el-menu:before{display:table;content:""}.el-menu:after{clear:both}.el-menu.el-menu--horizontal{border-bottom:1px solid #e6e6e6}.el-menu--horizontal{border-right:none}.el-menu--horizontal>.el-menu-item{float:left;height:60px;line-height:60px;margin:0;border-bottom:2px solid transparent;color:#909399}.el-menu--horizontal>.el-menu-item a,.el-menu--horizontal>.el-menu-item a:hover{color:inherit}.el-menu--horizontal>.el-menu-item:not(.is-disabled):focus,.el-menu--horizontal>.el-menu-item:not(.is-disabled):hover{background-color:#fff}.el-menu--horizontal>.el-submenu{float:left}.el-menu--horizontal>.el-submenu:focus,.el-menu--horizontal>.el-submenu:hover{outline:none}.el-menu--horizontal>.el-submenu:focus .el-submenu__title,.el-menu--horizontal>.el-submenu:hover .el-submenu__title{color:#303133}.el-menu--horizontal>.el-submenu.is-active .el-submenu__title{border-bottom:2px solid #00c292;color:#303133}.el-menu--horizontal>.el-submenu .el-submenu__title{height:60px;line-height:60px;border-bottom:2px solid transparent;color:#909399}.el-menu--horizontal>.el-submenu .el-submenu__title:hover{background-color:#fff}.el-menu--horizontal>.el-submenu .el-submenu__icon-arrow{position:static;vertical-align:middle;margin-left:8px;margin-top:-3px}.el-menu--horizontal .el-menu .el-menu-item,.el-menu--horizontal .el-menu .el-submenu__title{background-color:#fff;float:none;height:36px;line-height:36px;padding:0 10px;color:#909399}.el-menu--horizontal .el-menu .el-menu-item.is-active,.el-menu--horizontal .el-menu .el-submenu.is-active>.el-submenu__title{color:#303133}.el-menu--horizontal .el-menu-item:not(.is-disabled):focus,.el-menu--horizontal .el-menu-item:not(.is-disabled):hover{outline:none;color:#303133}.el-menu--horizontal>.el-menu-item.is-active{border-bottom:2px solid #00c292;color:#303133}.el-menu--collapse{width:64px}.el-menu--collapse>.el-menu-item [class^=el-icon-],.el-menu--collapse>.el-submenu>.el-submenu__title [class^=el-icon-]{margin:0;vertical-align:middle;width:24px;text-align:center}.el-menu--collapse>.el-menu-item .el-submenu__icon-arrow,.el-menu--collapse>.el-submenu>.el-submenu__title .el-submenu__icon-arrow{display:none}.el-menu--collapse>.el-menu-item span,.el-menu--collapse>.el-submenu>.el-submenu__title span{height:0;width:0;overflow:hidden;visibility:hidden;display:inline-block}.el-menu--collapse>.el-menu-item.is-active i{color:inherit}.el-menu--collapse .el-menu .el-submenu{min-width:200px}.el-menu--collapse .el-submenu{position:relative}.el-menu--collapse .el-submenu .el-menu{position:absolute;margin-left:5px;top:0;left:100%;z-index:10;border:1px solid #e4e7ed;border-radius:2px;-webkit-box-shadow:0 2px 12px 0 rgba(0,0,0,.1);box-shadow:0 2px 12px 0 rgba(0,0,0,.1)}.el-menu--collapse .el-submenu.is-opened>.el-submenu__title .el-submenu__icon-arrow{-webkit-transform:none;transform:none}.el-menu--popup{z-index:100;min-width:200px;border:none;padding:5px 0;border-radius:2px;-webkit-box-shadow:0 2px 12px 0 rgba(0,0,0,.1);box-shadow:0 2px 12px 0 rgba(0,0,0,.1)}.el-menu--popup-bottom-start{margin-top:5px}.el-menu--popup-right-start{margin-left:5px;margin-right:5px}.el-menu-item{height:56px;line-height:56px;font-size:14px;color:#303133;padding:0 20px;list-style:none;cursor:pointer;position:relative;-webkit-transition:border-color .3s,background-color .3s,color .3s;transition:border-color .3s,background-color .3s,color .3s;-webkit-box-sizing:border-box;box-sizing:border-box;white-space:nowrap}.el-menu-item *{vertical-align:middle}.el-menu-item i{color:#909399}.el-menu-item:focus,.el-menu-item:hover{outline:none;background-color:#e6f9f4}.el-menu-item.is-disabled{opacity:.25;cursor:not-allowed;background:none!important}.el-menu-item [class^=el-icon-]{margin-right:5px;width:24px;text-align:center;font-size:18px;vertical-align:middle}.el-menu-item.is-active{color:#00c292}.el-menu-item.is-active i{color:inherit}.el-submenu{list-style:none;margin:0;padding-left:0}.el-submenu__title{height:56px;line-height:56px;font-size:14px;color:#303133;padding:0 20px;list-style:none;cursor:pointer;position:relative;-webkit-transition:border-color .3s,background-color .3s,color .3s;transition:border-color .3s,background-color .3s,color .3s;-webkit-box-sizing:border-box;box-sizing:border-box;white-space:nowrap}.el-submenu__title *{vertical-align:middle}.el-submenu__title i{color:#909399}.el-submenu__title:focus,.el-submenu__title:hover{outline:none;background-color:#e6f9f4}.el-submenu__title.is-disabled{opacity:.25;cursor:not-allowed;background:none!important}.el-submenu__title:hover{background-color:#e6f9f4}.el-submenu .el-menu{border:none}.el-submenu .el-menu-item{height:50px;line-height:50px;padding:0 45px;min-width:200px}.el-submenu__icon-arrow{position:absolute;top:50%;right:20px;margin-top:-7px;-webkit-transition:-webkit-transform .3s;transition:-webkit-transform .3s;transition:transform .3s;transition:transform .3s,-webkit-transform .3s;font-size:12px}.el-submenu.is-active .el-submenu__title{border-bottom-color:#00c292}.el-submenu.is-opened>.el-submenu__title .el-submenu__icon-arrow{-webkit-transform:rotate(180deg);transform:rotate(180deg)}.el-submenu.is-disabled .el-menu-item,.el-submenu.is-disabled .el-submenu__title{opacity:.25;cursor:not-allowed;background:none!important}.el-submenu [class^=el-icon-]{vertical-align:middle;margin-right:5px;width:24px;text-align:center;font-size:18px}.el-menu-item-group>ul{padding:0}.el-menu-item-group__title{padding:7px 0 7px 20px;line-height:normal;font-size:12px;color:#909399}.horizontal-collapse-transition .el-submenu__title .el-submenu__icon-arrow{-webkit-transition:.2s;transition:.2s;opacity:0}.el-radio-group{display:inline-block;line-height:1;vertical-align:middle;font-size:0}.el-radio-button,.el-radio-button__inner{position:relative;display:inline-block;outline:none}.el-radio-button__inner{line-height:1;white-space:nowrap;vertical-align:middle;background:#fff;border:1px solid #dcdfe6;font-weight:500;border-left:0;color:#606266;-webkit-appearance:none;text-align:center;-webkit-box-sizing:border-box;box-sizing:border-box;margin:0;cursor:pointer;-webkit-transition:all .3s cubic-bezier(.645,.045,.355,1);transition:all .3s cubic-bezier(.645,.045,.355,1);padding:12px 20px;font-size:14px;border-radius:0}.el-radio-button__inner.is-round{padding:12px 20px}.el-radio-button__inner:hover{color:#00c292}.el-radio-button__inner [class*=el-icon-]{line-height:.9}.el-radio-button__inner [class*=el-icon-]+span{margin-left:5px}.el-radio-button:first-child .el-radio-button__inner{border-left:1px solid #dcdfe6;border-radius:4px 0 0 4px;-webkit-box-shadow:none!important;box-shadow:none!important}.el-radio-button__orig-radio{opacity:0;outline:none;position:absolute;z-index:-1}.el-radio-button__orig-radio:checked+.el-radio-button__inner{color:#fff;background-color:#00c292;border-color:#00c292;-webkit-box-shadow:-1px 0 0 0 #00c292;box-shadow:-1px 0 0 0 #00c292}.el-radio-button__orig-radio:disabled+.el-radio-button__inner{color:#c0c4cc;cursor:not-allowed;background-image:none;background-color:#fff;border-color:#ebeef5;-webkit-box-shadow:none;box-shadow:none}.el-radio-button__orig-radio:disabled:checked+.el-radio-button__inner{background-color:#f2f6fc}.el-radio-button:last-child .el-radio-button__inner{border-radius:0 4px 4px 0}.el-radio-button:first-child:last-child .el-radio-button__inner{border-radius:4px}.el-radio-button--medium .el-radio-button__inner{padding:10px 20px;font-size:14px;border-radius:0}.el-radio-button--medium .el-radio-button__inner.is-round{padding:10px 20px}.el-radio-button--small .el-radio-button__inner{padding:9px 15px;font-size:12px;border-radius:0}.el-radio-button--small .el-radio-button__inner.is-round{padding:9px 15px}.el-radio-button--mini .el-radio-button__inner{padding:7px 15px;font-size:12px;border-radius:0}.el-radio-button--mini .el-radio-button__inner.is-round{padding:7px 15px}.el-radio-button:focus:not(.is-focus):not(:active):not(.is-disabled){-webkit-box-shadow:0 0 2px 2px #00c292;box-shadow:0 0 2px 2px #00c292}.el-switch{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:relative;font-size:14px;line-height:20px;height:20px;vertical-align:middle}.el-switch.is-disabled .el-switch__core,.el-switch.is-disabled .el-switch__label{cursor:not-allowed}.el-switch__label{-webkit-transition:.2s;transition:.2s;height:20px;display:inline-block;font-size:14px;font-weight:500;cursor:pointer;vertical-align:middle;color:#303133}.el-switch__label.is-active{color:#00c292}.el-switch__label--left{margin-right:10px}.el-switch__label--right{margin-left:10px}.el-switch__label *{line-height:1;font-size:14px;display:inline-block}.el-switch__input{position:absolute;width:0;height:0;opacity:0;margin:0}.el-switch__core{margin:0;display:inline-block;position:relative;width:40px;height:20px;border:1px solid #dcdfe6;outline:none;border-radius:10px;-webkit-box-sizing:border-box;box-sizing:border-box;background:#dcdfe6;cursor:pointer;-webkit-transition:border-color .3s,background-color .3s;transition:border-color .3s,background-color .3s;vertical-align:middle}.el-switch__core:after{content:"";position:absolute;top:1px;left:1px;border-radius:100%;-webkit-transition:all .3s;transition:all .3s;width:16px;height:16px;background-color:#fff}.el-switch.is-checked .el-switch__core{border-color:#00c292;background-color:#00c292}.el-switch.is-checked .el-switch__core:after{left:100%;margin-left:-17px}.el-switch.is-disabled{opacity:.6}.el-switch--wide .el-switch__label.el-switch__label--left span{left:10px}.el-switch--wide .el-switch__label.el-switch__label--right span{right:10px}.el-switch .label-fade-enter,.el-switch .label-fade-leave-active{opacity:0}.el-select-dropdown{position:absolute;z-index:1001;border:1px solid #e4e7ed;border-radius:4px;background-color:#fff;-webkit-box-shadow:0 2px 12px 0 rgba(0,0,0,.1);box-shadow:0 2px 12px 0 rgba(0,0,0,.1);-webkit-box-sizing:border-box;box-sizing:border-box;margin:5px 0}.el-select-dropdown.is-multiple .el-select-dropdown__item{padding-right:40px}.el-select-dropdown.is-multiple .el-select-dropdown__item.selected{color:#00c292;background-color:#fff}.el-select-dropdown.is-multiple .el-select-dropdown__item.selected.hover{background-color:#f5f7fa}.el-select-dropdown.is-multiple .el-select-dropdown__item.selected:after{position:absolute;right:20px;font-family:element-icons;content:"\e6da";font-size:12px;font-weight:700;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.el-select-dropdown .el-scrollbar.is-empty .el-select-dropdown__list{padding:0}.el-select-dropdown__empty{padding:10px 0;margin:0;text-align:center;color:#999;font-size:14px}.el-select-dropdown__wrap{max-height:274px}.el-select-dropdown__list{list-style:none;padding:6px 0;margin:0;-webkit-box-sizing:border-box;box-sizing:border-box}.el-select-dropdown__item{font-size:14px;padding:0 20px;position:relative;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;color:#606266;height:34px;line-height:34px;-webkit-box-sizing:border-box;box-sizing:border-box;cursor:pointer}.el-select-dropdown__item.is-disabled{color:#c0c4cc;cursor:not-allowed}.el-select-dropdown__item.is-disabled:hover{background-color:#fff}.el-select-dropdown__item.hover,.el-select-dropdown__item:hover{background-color:#f5f7fa}.el-select-dropdown__item.selected{color:#00c292;font-weight:700}.el-select-group{margin:0;padding:0}.el-select-group__wrap{position:relative;list-style:none;margin:0;padding:0}.el-select-group__wrap:not(:last-of-type){padding-bottom:24px}.el-select-group__wrap:not(:last-of-type):after{content:"";position:absolute;display:block;left:20px;right:20px;bottom:12px;height:1px;background:#e4e7ed}.el-select-group__title{padding-left:20px;font-size:12px;color:#909399;line-height:30px}.el-select-group .el-select-dropdown__item{padding-left:20px}.el-select{display:inline-block;position:relative}.el-select .el-select__tags>span{display:contents}.el-select:hover .el-input__inner{border-color:#c0c4cc}.el-select .el-input__inner{cursor:pointer;padding-right:35px}.el-select .el-input__inner:focus{border-color:#00c292}.el-select .el-input .el-select__caret{color:#c0c4cc;font-size:14px;-webkit-transition:-webkit-transform .3s;transition:-webkit-transform .3s;transition:transform .3s;transition:transform .3s,-webkit-transform .3s;-webkit-transform:rotate(180deg);transform:rotate(180deg);cursor:pointer}.el-select .el-input .el-select__caret.is-reverse{-webkit-transform:rotate(0deg);transform:rotate(0deg)}.el-select .el-input .el-select__caret.is-show-close{font-size:14px;text-align:center;-webkit-transform:rotate(180deg);transform:rotate(180deg);border-radius:100%;color:#c0c4cc;-webkit-transition:color .2s cubic-bezier(.645,.045,.355,1);transition:color .2s cubic-bezier(.645,.045,.355,1)}.el-select .el-input .el-select__caret.is-show-close:hover{color:#909399}.el-select .el-input.is-disabled .el-input__inner{cursor:not-allowed}.el-select .el-input.is-disabled .el-input__inner:hover{border-color:#e4e7ed}.el-select .el-input.is-focus .el-input__inner{border-color:#00c292}.el-select>.el-input{display:block}.el-select__input{border:none;outline:none;padding:0;margin-left:15px;color:#666;font-size:14px;-webkit-appearance:none;-moz-appearance:none;appearance:none;height:28px;background-color:transparent}.el-select__input.is-mini{height:14px}.el-select__close{cursor:pointer;position:absolute;top:8px;z-index:1000;right:25px;color:#c0c4cc;line-height:18px;font-size:14px}.el-select__close:hover{color:#909399}.el-select__tags{position:absolute;line-height:normal;white-space:normal;z-index:1;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-ms-flex-wrap:wrap;flex-wrap:wrap}.el-select__tags-text{overflow:hidden;text-overflow:ellipsis}.el-select .el-tag{-webkit-box-sizing:border-box;box-sizing:border-box;border-color:transparent;margin:2px 0 2px 6px;background-color:#f0f2f5;display:-webkit-box;display:-ms-flexbox;display:flex;max-width:100%;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.el-select .el-tag__close.el-icon-close{background-color:#c0c4cc;top:0;color:#fff;-ms-flex-negative:0;flex-shrink:0}.el-select .el-tag__close.el-icon-close:hover{background-color:#909399}.el-select .el-tag__close.el-icon-close:before{display:block;-webkit-transform:translateY(.5px);transform:translateY(.5px)}.el-table{position:relative;overflow:hidden;-webkit-box-sizing:border-box;box-sizing:border-box;-webkit-box-flex:1;-ms-flex:1;flex:1;width:100%;max-width:100%;background-color:#fff;font-size:14px;color:#606266}.el-table__empty-block{min-height:60px;text-align:center;width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.el-table__empty-text{line-height:60px;width:50%;color:#909399}.el-table__expand-column .cell{padding:0;text-align:center}.el-table__expand-icon{position:relative;cursor:pointer;color:#666;font-size:12px;-webkit-transition:-webkit-transform .2s ease-in-out;transition:-webkit-transform .2s ease-in-out;transition:transform .2s ease-in-out;transition:transform .2s ease-in-out,-webkit-transform .2s ease-in-out;height:20px}.el-table__expand-icon--expanded{-webkit-transform:rotate(90deg);transform:rotate(90deg)}.el-table__expand-icon>.el-icon{position:absolute;left:50%;top:50%;margin-left:-5px;margin-top:-5px}.el-table__expanded-cell{background-color:#fff}.el-table__expanded-cell[class*=cell]{padding:20px 50px}.el-table__expanded-cell:hover{background-color:transparent!important}.el-table__placeholder{display:inline-block;width:20px}.el-table__append-wrapper{overflow:hidden}.el-table--fit{border-right:0;border-bottom:0}.el-table--fit .el-table__cell.gutter{border-right-width:1px}.el-table--scrollable-x .el-table__body-wrapper{overflow-x:auto}.el-table--scrollable-y .el-table__body-wrapper{overflow-y:auto}.el-table thead{color:#909399;font-weight:500}.el-table thead.is-group th.el-table__cell{background:#f5f7fa}.el-table .el-table__cell{padding:12px 0;min-width:0;-webkit-box-sizing:border-box;box-sizing:border-box;text-overflow:ellipsis;vertical-align:middle;position:relative;text-align:left}.el-table .el-table__cell.is-center{text-align:center}.el-table .el-table__cell.is-right{text-align:right}.el-table .el-table__cell.gutter{width:15px;border-right-width:0;border-bottom-width:0;padding:0}.el-table .el-table__cell.is-hidden>*{visibility:hidden}.el-table--medium .el-table__cell{padding:10px 0}.el-table--small{font-size:12px}.el-table--small .el-table__cell{padding:8px 0}.el-table--mini{font-size:12px}.el-table--mini .el-table__cell{padding:6px 0}.el-table tr{background-color:#fff}.el-table tr input[type=checkbox]{margin:0}.el-table td.el-table__cell,.el-table th.el-table__cell.is-leaf{border-bottom:1px solid #ebeef5}.el-table th.el-table__cell.is-sortable{cursor:pointer}.el-table th.el-table__cell{overflow:hidden;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;background-color:#fff}.el-table th.el-table__cell>.cell{display:inline-block;-webkit-box-sizing:border-box;box-sizing:border-box;position:relative;vertical-align:middle;padding-left:10px;padding-right:10px;width:100%}.el-table th.el-table__cell>.cell.highlight{color:#00c292}.el-table th.el-table__cell.required>div:before{display:inline-block;content:"";width:8px;height:8px;border-radius:50%;background:#ff4d51;margin-right:5px;vertical-align:middle}.el-table td.el-table__cell div{-webkit-box-sizing:border-box;box-sizing:border-box}.el-table td.el-table__cell.gutter{width:0}.el-table .cell{-webkit-box-sizing:border-box;box-sizing:border-box;overflow:hidden;text-overflow:ellipsis;white-space:normal;word-break:break-all;line-height:23px;padding-left:10px;padding-right:10px}.el-table .cell.el-tooltip{white-space:nowrap;min-width:50px}.el-table--border,.el-table--group{border:1px solid #ebeef5}.el-table--border:after,.el-table--group:after,.el-table:before{content:"";position:absolute;background-color:#ebeef5;z-index:1}.el-table--border:after,.el-table--group:after{top:0;right:0;width:1px;height:100%}.el-table:before{left:0;bottom:0;width:100%;height:1px}.el-table--border{border-right:none;border-bottom:none}.el-table--border.el-loading-parent--relative{border-color:transparent}.el-table--border .el-table__cell{border-right:1px solid #ebeef5}.el-table--border .el-table__cell:first-child .cell{padding-left:10px}.el-table--border th.el-table__cell.gutter:last-of-type{border-bottom:1px solid #ebeef5;border-bottom-width:1px}.el-table--border th.el-table__cell{border-bottom:1px solid #ebeef5}.el-table--hidden{visibility:hidden}.el-table__fixed,.el-table__fixed-right{position:absolute;top:0;left:0;overflow-x:hidden;overflow-y:hidden;-webkit-box-shadow:0 0 10px rgba(0,0,0,.12);box-shadow:0 0 10px rgba(0,0,0,.12)}.el-table__fixed-right:before,.el-table__fixed:before{content:"";position:absolute;left:0;bottom:0;width:100%;height:1px;background-color:#ebeef5;z-index:4}.el-table__fixed-right-patch{position:absolute;top:-1px;right:0;background-color:#fff;border-bottom:1px solid #ebeef5}.el-table__fixed-right{top:0;left:auto;right:0}.el-table__fixed-right .el-table__fixed-body-wrapper,.el-table__fixed-right .el-table__fixed-footer-wrapper,.el-table__fixed-right .el-table__fixed-header-wrapper{left:auto;right:0}.el-table__fixed-header-wrapper{position:absolute;left:0;top:0;z-index:3}.el-table__fixed-footer-wrapper{position:absolute;left:0;bottom:0;z-index:3}.el-table__fixed-footer-wrapper tbody td.el-table__cell{border-top:1px solid #ebeef5;background-color:#f5f7fa;color:#606266}.el-table__fixed-body-wrapper{position:absolute;left:0;top:37px;overflow:hidden;z-index:3}.el-table__body-wrapper,.el-table__footer-wrapper,.el-table__header-wrapper{width:100%}.el-table__footer-wrapper{margin-top:-1px}.el-table__footer-wrapper td.el-table__cell{border-top:1px solid #ebeef5}.el-table__body,.el-table__footer,.el-table__header{table-layout:fixed;border-collapse:separate}.el-table__footer-wrapper,.el-table__header-wrapper{overflow:hidden}.el-table__footer-wrapper tbody td.el-table__cell,.el-table__header-wrapper tbody td.el-table__cell{background-color:#f5f7fa;color:#606266}.el-table__body-wrapper{overflow:hidden;position:relative}.el-table__body-wrapper.is-scrolling-left~.el-table__fixed,.el-table__body-wrapper.is-scrolling-none~.el-table__fixed,.el-table__body-wrapper.is-scrolling-none~.el-table__fixed-right,.el-table__body-wrapper.is-scrolling-right~.el-table__fixed-right{-webkit-box-shadow:none;box-shadow:none}.el-table__body-wrapper .el-table--border.is-scrolling-right~.el-table__fixed-right{border-left:1px solid #ebeef5}.el-table__body-wrapper .el-table--border.is-scrolling-left~.el-table__fixed{border-right:1px solid #ebeef5}.el-table .caret-wrapper{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;height:34px;width:24px;vertical-align:middle;cursor:pointer;overflow:initial;position:relative}.el-table .sort-caret{width:0;height:0;border:5px solid transparent;position:absolute;left:7px}.el-table .sort-caret.ascending{border-bottom-color:#c0c4cc;top:5px}.el-table .sort-caret.descending{border-top-color:#c0c4cc;bottom:7px}.el-table .ascending .sort-caret.ascending{border-bottom-color:#00c292}.el-table .descending .sort-caret.descending{border-top-color:#00c292}.el-table .hidden-columns{visibility:hidden;position:absolute;z-index:-1}.el-table--striped .el-table__body tr.el-table__row--striped td.el-table__cell{background:#fafafa}.el-table--striped .el-table__body tr.el-table__row--striped.current-row td.el-table__cell,.el-table--striped .el-table__body tr.el-table__row--striped.selection-row td.el-table__cell{background-color:#e6f9f4}.el-table__body tr.hover-row.current-row>td.el-table__cell,.el-table__body tr.hover-row.el-table__row--striped.current-row>td.el-table__cell,.el-table__body tr.hover-row.el-table__row--striped.selection-row>td.el-table__cell,.el-table__body tr.hover-row.el-table__row--striped>td.el-table__cell,.el-table__body tr.hover-row.selection-row>td.el-table__cell,.el-table__body tr.hover-row>td.el-table__cell{background-color:#f5f7fa}.el-table__body tr.current-row>td.el-table__cell,.el-table__body tr.selection-row>td.el-table__cell{background-color:#e6f9f4}.el-table__column-resize-proxy{position:absolute;left:200px;top:0;bottom:0;width:0;border-left:1px solid #ebeef5;z-index:10}.el-table__column-filter-trigger{display:inline-block;line-height:34px;cursor:pointer}.el-table__column-filter-trigger i{color:#909399;font-size:12px;-webkit-transform:scale(.75);transform:scale(.75)}.el-table--enable-row-transition .el-table__body td.el-table__cell{-webkit-transition:background-color .25s ease;transition:background-color .25s ease}.el-table--enable-row-hover .el-table__body tr:hover>td.el-table__cell{background-color:#f5f7fa}.el-table--fluid-height .el-table__fixed,.el-table--fluid-height .el-table__fixed-right{bottom:0;overflow:hidden}.el-table [class*=el-table__row--level] .el-table__expand-icon{display:inline-block;width:20px;line-height:20px;height:20px;text-align:center;margin-right:3px}.el-table-column--selection .cell{padding-left:14px;padding-right:14px}.el-table-filter{border:1px solid #ebeef5;border-radius:2px;background-color:#fff;-webkit-box-shadow:0 2px 12px 0 rgba(0,0,0,.1);box-shadow:0 2px 12px 0 rgba(0,0,0,.1);-webkit-box-sizing:border-box;box-sizing:border-box;margin:2px 0}.el-table-filter__list{padding:5px 0;margin:0;list-style:none;min-width:100px}.el-table-filter__list-item{line-height:36px;padding:0 10px;cursor:pointer;font-size:14px}.el-table-filter__list-item:hover{background-color:#e6f9f4;color:#33cea8}.el-table-filter__list-item.is-active{background-color:#00c292;color:#fff}.el-table-filter__content{min-width:100px}.el-table-filter__bottom{border-top:1px solid #ebeef5;padding:8px}.el-table-filter__bottom button{background:transparent;border:none;color:#606266;cursor:pointer;font-size:13px;padding:0 3px}.el-table-filter__bottom button:hover{color:#00c292}.el-table-filter__bottom button:focus{outline:none}.el-table-filter__bottom button.is-disabled{color:#c0c4cc;cursor:not-allowed}.el-table-filter__wrap{max-height:280px}.el-table-filter__checkbox-group{padding:10px}.el-table-filter__checkbox-group label.el-checkbox{display:block;margin-right:5px;margin-bottom:8px;margin-left:5px}.el-table-filter__checkbox-group .el-checkbox:last-child{margin-bottom:0}.el-date-table{font-size:12px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.el-date-table.is-week-mode .el-date-table__row:hover div{background-color:#f2f6fc}.el-date-table.is-week-mode .el-date-table__row:hover td.available:hover{color:#606266}.el-date-table.is-week-mode .el-date-table__row:hover td:first-child div{margin-left:5px;border-top-left-radius:15px;border-bottom-left-radius:15px}.el-date-table.is-week-mode .el-date-table__row:hover td:last-child div{margin-right:5px;border-top-right-radius:15px;border-bottom-right-radius:15px}.el-date-table.is-week-mode .el-date-table__row.current div{background-color:#f2f6fc}.el-date-table td{width:32px;padding:4px 0;text-align:center;cursor:pointer;position:relative}.el-date-table td,.el-date-table td div{height:30px;-webkit-box-sizing:border-box;box-sizing:border-box}.el-date-table td div{padding:3px 0}.el-date-table td span{width:24px;height:24px;display:block;margin:0 auto;line-height:24px;position:absolute;left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%);border-radius:50%}.el-date-table td.next-month,.el-date-table td.prev-month{color:#c0c4cc}.el-date-table td.today{position:relative}.el-date-table td.today span{color:#00c292;font-weight:700}.el-date-table td.today.end-date span,.el-date-table td.today.start-date span{color:#fff}.el-date-table td.available:hover{color:#00c292}.el-date-table td.in-range div,.el-date-table td.in-range div:hover{background-color:#f2f6fc}.el-date-table td.current:not(.disabled) span{color:#fff;background-color:#00c292}.el-date-table td.end-date div,.el-date-table td.start-date div{color:#fff}.el-date-table td.end-date span,.el-date-table td.start-date span{background-color:#00c292}.el-date-table td.start-date div{margin-left:5px;border-top-left-radius:15px;border-bottom-left-radius:15px}.el-date-table td.end-date div{margin-right:5px;border-top-right-radius:15px;border-bottom-right-radius:15px}.el-date-table td.disabled div{background-color:#f5f7fa;opacity:1;cursor:not-allowed;color:#c0c4cc}.el-date-table td.selected div{margin-left:5px;margin-right:5px;background-color:#f2f6fc;border-radius:15px}.el-date-table td.selected div:hover{background-color:#f2f6fc}.el-date-table td.selected span{background-color:#00c292;color:#fff;border-radius:15px}.el-date-table td.week{font-size:80%;color:#606266}.el-date-table th{padding:5px;color:#606266;font-weight:400;border-bottom:1px solid #ebeef5}.el-month-table{font-size:12px;margin:-1px;border-collapse:collapse}.el-month-table td{text-align:center;padding:8px 0;cursor:pointer}.el-month-table td div{height:48px;padding:6px 0;-webkit-box-sizing:border-box;box-sizing:border-box}.el-month-table td.today .cell{color:#00c292;font-weight:700}.el-month-table td.today.end-date .cell,.el-month-table td.today.start-date .cell{color:#fff}.el-month-table td.disabled .cell{background-color:#f5f7fa;cursor:not-allowed;color:#c0c4cc}.el-month-table td.disabled .cell:hover{color:#c0c4cc}.el-month-table td .cell{width:60px;height:36px;display:block;line-height:36px;color:#606266;margin:0 auto;border-radius:18px}.el-month-table td .cell:hover{color:#00c292}.el-month-table td.in-range div,.el-month-table td.in-range div:hover{background-color:#f2f6fc}.el-month-table td.end-date div,.el-month-table td.start-date div{color:#fff}.el-month-table td.end-date .cell,.el-month-table td.start-date .cell{color:#fff;background-color:#00c292}.el-month-table td.start-date div{border-top-left-radius:24px;border-bottom-left-radius:24px}.el-month-table td.end-date div{border-top-right-radius:24px;border-bottom-right-radius:24px}.el-month-table td.current:not(.disabled) .cell{color:#00c292}.el-year-table{font-size:12px;margin:-1px;border-collapse:collapse}.el-year-table .el-icon{color:#303133}.el-year-table td{text-align:center;padding:20px 3px;cursor:pointer}.el-year-table td.today .cell{color:#00c292;font-weight:700}.el-year-table td.disabled .cell{background-color:#f5f7fa;cursor:not-allowed;color:#c0c4cc}.el-year-table td.disabled .cell:hover{color:#c0c4cc}.el-year-table td .cell{width:48px;height:32px;display:block;line-height:32px;color:#606266;margin:0 auto}.el-year-table td .cell:hover,.el-year-table td.current:not(.disabled) .cell{color:#00c292}.el-date-range-picker{width:646px}.el-date-range-picker.has-sidebar{width:756px}.el-date-range-picker table{table-layout:fixed;width:100%}.el-date-range-picker .el-picker-panel__body{min-width:513px}.el-date-range-picker .el-picker-panel__content{margin:0}.el-date-range-picker__header{position:relative;text-align:center;height:28px}.el-date-range-picker__header [class*=arrow-left]{float:left}.el-date-range-picker__header [class*=arrow-right]{float:right}.el-date-range-picker__header div{font-size:16px;font-weight:500;margin-right:50px}.el-date-range-picker__content{float:left;width:50%;-webkit-box-sizing:border-box;box-sizing:border-box;margin:0;padding:16px}.el-date-range-picker__content.is-left{border-right:1px solid #e4e4e4}.el-date-range-picker__content .el-date-range-picker__header div{margin-left:50px;margin-right:50px}.el-date-range-picker__editors-wrap{-webkit-box-sizing:border-box;box-sizing:border-box;display:table-cell}.el-date-range-picker__editors-wrap.is-right{text-align:right}.el-date-range-picker__time-header{position:relative;border-bottom:1px solid #e4e4e4;font-size:12px;padding:8px 5px 5px 5px;display:table;width:100%;-webkit-box-sizing:border-box;box-sizing:border-box}.el-date-range-picker__time-header>.el-icon-arrow-right{font-size:20px;vertical-align:middle;display:table-cell;color:#303133}.el-date-range-picker__time-picker-wrap{position:relative;display:table-cell;padding:0 5px}.el-date-range-picker__time-picker-wrap .el-picker-panel{position:absolute;top:13px;right:0;z-index:1;background:#fff}.el-date-picker{width:322px}.el-date-picker.has-sidebar.has-time{width:434px}.el-date-picker.has-sidebar{width:438px}.el-date-picker.has-time .el-picker-panel__body-wrapper{position:relative}.el-date-picker .el-picker-panel__content{width:292px}.el-date-picker table{table-layout:fixed;width:100%}.el-date-picker__editor-wrap{position:relative;display:table-cell;padding:0 5px}.el-date-picker__time-header{position:relative;border-bottom:1px solid #e4e4e4;font-size:12px;padding:8px 5px 5px 5px;display:table;width:100%;-webkit-box-sizing:border-box;box-sizing:border-box}.el-date-picker__header{margin:12px;text-align:center}.el-date-picker__header--bordered{margin-bottom:0;padding-bottom:12px;border-bottom:1px solid #ebeef5}.el-date-picker__header--bordered+.el-picker-panel__content{margin-top:0}.el-date-picker__header-label{font-size:16px;font-weight:500;padding:0 5px;line-height:22px;text-align:center;cursor:pointer;color:#606266}.el-date-picker__header-label.active,.el-date-picker__header-label:hover{color:#00c292}.el-date-picker__prev-btn{float:left}.el-date-picker__next-btn{float:right}.el-date-picker__time-wrap{padding:10px;text-align:center}.el-date-picker__time-label{float:left;cursor:pointer;line-height:30px;margin-left:10px}.time-select{margin:5px 0;min-width:0}.time-select .el-picker-panel__content{max-height:200px;margin:0}.time-select-item{padding:8px 10px;font-size:14px;line-height:20px}.time-select-item.selected:not(.disabled){color:#00c292;font-weight:700}.time-select-item.disabled{color:#e4e7ed;cursor:not-allowed}.time-select-item:hover{background-color:#f5f7fa;font-weight:700;cursor:pointer}.el-date-editor{position:relative;display:inline-block;text-align:left}.el-date-editor.el-input,.el-date-editor.el-input__inner{width:220px}.el-date-editor--monthrange.el-input,.el-date-editor--monthrange.el-input__inner{width:300px}.el-date-editor--daterange.el-input,.el-date-editor--daterange.el-input__inner,.el-date-editor--timerange.el-input,.el-date-editor--timerange.el-input__inner{width:350px}.el-date-editor--datetimerange.el-input,.el-date-editor--datetimerange.el-input__inner{width:400px}.el-date-editor--dates .el-input__inner{text-overflow:ellipsis;white-space:nowrap}.el-date-editor .el-icon-circle-close{cursor:pointer}.el-date-editor .el-range__icon{font-size:14px;margin-left:-5px;color:#c0c4cc;float:left;line-height:32px}.el-date-editor .el-range-input{-webkit-appearance:none;-moz-appearance:none;appearance:none;border:none;outline:none;display:inline-block;height:100%;margin:0;padding:0;width:39%;text-align:center;font-size:14px;color:#606266}.el-date-editor .el-range-input::-webkit-input-placeholder{color:#c0c4cc}.el-date-editor .el-range-input::-moz-placeholder{color:#c0c4cc}.el-date-editor .el-range-input:-ms-input-placeholder{color:#c0c4cc}.el-date-editor .el-range-input::-ms-input-placeholder{color:#c0c4cc}.el-date-editor .el-range-input::placeholder{color:#c0c4cc}.el-date-editor .el-range-separator{display:inline-block;height:100%;padding:0 5px;margin:0;text-align:center;line-height:32px;font-size:14px;width:5%;color:#303133}.el-date-editor .el-range__close-icon{font-size:14px;color:#c0c4cc;width:25px;display:inline-block;float:right;line-height:32px}.el-range-editor.el-input__inner{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:3px 10px}.el-range-editor .el-range-input{line-height:1}.el-range-editor.is-active,.el-range-editor.is-active:hover{border-color:#00c292}.el-range-editor--medium.el-input__inner{height:36px}.el-range-editor--medium .el-range-separator{line-height:28px;font-size:14px}.el-range-editor--medium .el-range-input{font-size:14px}.el-range-editor--medium .el-range__close-icon,.el-range-editor--medium .el-range__icon{line-height:28px}.el-range-editor--small.el-input__inner{height:32px}.el-range-editor--small .el-range-separator{line-height:24px;font-size:13px}.el-range-editor--small .el-range-input{font-size:13px}.el-range-editor--small .el-range__close-icon,.el-range-editor--small .el-range__icon{line-height:24px}.el-range-editor--mini.el-input__inner{height:28px}.el-range-editor--mini .el-range-separator{line-height:20px;font-size:12px}.el-range-editor--mini .el-range-input{font-size:12px}.el-range-editor--mini .el-range__close-icon,.el-range-editor--mini .el-range__icon{line-height:20px}.el-range-editor.is-disabled{background-color:#f5f7fa;border-color:#e4e7ed;color:#c0c4cc;cursor:not-allowed}.el-range-editor.is-disabled:focus,.el-range-editor.is-disabled:hover{border-color:#e4e7ed}.el-range-editor.is-disabled input{background-color:#f5f7fa;color:#c0c4cc;cursor:not-allowed}.el-range-editor.is-disabled input::-webkit-input-placeholder{color:#c0c4cc}.el-range-editor.is-disabled input::-moz-placeholder{color:#c0c4cc}.el-range-editor.is-disabled input:-ms-input-placeholder{color:#c0c4cc}.el-range-editor.is-disabled input::-ms-input-placeholder{color:#c0c4cc}.el-range-editor.is-disabled input::placeholder{color:#c0c4cc}.el-range-editor.is-disabled .el-range-separator{color:#c0c4cc}.el-picker-panel{color:#606266;border:1px solid #e4e7ed;-webkit-box-shadow:0 2px 12px 0 rgba(0,0,0,.1);box-shadow:0 2px 12px 0 rgba(0,0,0,.1);background:#fff;border-radius:4px;line-height:30px;margin:5px 0}.el-picker-panel__body-wrapper:after,.el-picker-panel__body:after{content:"";display:table;clear:both}.el-picker-panel__content{position:relative;margin:15px}.el-picker-panel__footer{border-top:1px solid #e4e4e4;padding:4px;text-align:right;background-color:#fff;position:relative;font-size:0}.el-picker-panel__shortcut{display:block;width:100%;border:0;background-color:transparent;line-height:28px;font-size:14px;color:#606266;padding-left:12px;text-align:left;outline:none;cursor:pointer}.el-picker-panel__shortcut:hover{color:#00c292}.el-picker-panel__shortcut.active{background-color:#e6f1fe;color:#00c292}.el-picker-panel__btn{border:1px solid #dcdcdc;color:#333;line-height:24px;border-radius:2px;padding:0 20px;cursor:pointer;background-color:transparent;outline:none;font-size:12px}.el-picker-panel__btn[disabled]{color:#ccc;cursor:not-allowed}.el-picker-panel__icon-btn{font-size:12px;color:#303133;border:0;background:transparent;cursor:pointer;outline:none;margin-top:8px}.el-picker-panel__icon-btn:hover{color:#00c292}.el-picker-panel__icon-btn.is-disabled{color:#bbb}.el-picker-panel__icon-btn.is-disabled:hover{cursor:not-allowed}.el-picker-panel__link-btn{vertical-align:middle}.el-picker-panel [slot=sidebar],.el-picker-panel__sidebar{position:absolute;top:0;bottom:0;width:110px;border-right:1px solid #e4e4e4;-webkit-box-sizing:border-box;box-sizing:border-box;padding-top:6px;background-color:#fff;overflow:auto}.el-picker-panel [slot=sidebar]+.el-picker-panel__body,.el-picker-panel__sidebar+.el-picker-panel__body{margin-left:110px}.el-time-spinner.has-seconds .el-time-spinner__wrapper{width:33.3%}.el-time-spinner__wrapper{max-height:190px;overflow:auto;display:inline-block;width:50%;vertical-align:top;position:relative}.el-time-spinner__wrapper .el-scrollbar__wrap:not(.el-scrollbar__wrap--hidden-default){padding-bottom:15px}.el-time-spinner__wrapper.is-arrow{-webkit-box-sizing:border-box;box-sizing:border-box;text-align:center;overflow:hidden}.el-time-spinner__wrapper.is-arrow .el-time-spinner__list{-webkit-transform:translateY(-32px);transform:translateY(-32px)}.el-time-spinner__wrapper.is-arrow .el-time-spinner__item:hover:not(.disabled):not(.active){background:#fff;cursor:default}.el-time-spinner__arrow{font-size:12px;color:#909399;position:absolute;left:0;width:100%;z-index:1;text-align:center;height:30px;line-height:30px;cursor:pointer}.el-time-spinner__arrow:hover{color:#00c292}.el-time-spinner__arrow.el-icon-arrow-up{top:10px}.el-time-spinner__arrow.el-icon-arrow-down{bottom:10px}.el-time-spinner__input.el-input{width:70%}.el-time-spinner__input.el-input .el-input__inner,.el-time-spinner__list{padding:0;text-align:center}.el-time-spinner__list{margin:0;list-style:none}.el-time-spinner__list:after,.el-time-spinner__list:before{content:"";display:block;width:100%;height:80px}.el-time-spinner__item{height:32px;line-height:32px;font-size:12px;color:#606266}.el-time-spinner__item:hover:not(.disabled):not(.active){background:#f5f7fa;cursor:pointer}.el-time-spinner__item.active:not(.disabled){color:#303133;font-weight:700}.el-time-spinner__item.disabled{color:#c0c4cc;cursor:not-allowed}.el-time-panel{margin:5px 0;border:1px solid #e4e7ed;background-color:#fff;-webkit-box-shadow:0 2px 12px 0 rgba(0,0,0,.1);box-shadow:0 2px 12px 0 rgba(0,0,0,.1);border-radius:2px;position:absolute;width:180px;left:0;z-index:1000;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-box-sizing:content-box;box-sizing:content-box}.el-time-panel__content{font-size:0;position:relative;overflow:hidden}.el-time-panel__content:after,.el-time-panel__content:before{content:"";top:50%;position:absolute;margin-top:-15px;height:32px;z-index:-1;left:0;right:0;-webkit-box-sizing:border-box;box-sizing:border-box;padding-top:6px;text-align:left;border-top:1px solid #e4e7ed;border-bottom:1px solid #e4e7ed}.el-time-panel__content:after{left:50%;margin-left:12%;margin-right:12%}.el-time-panel__content:before{padding-left:50%;margin-right:12%;margin-left:12%}.el-time-panel__content.has-seconds:after{left:66.66667%}.el-time-panel__content.has-seconds:before{padding-left:33.33333%}.el-time-panel__footer{border-top:1px solid #e4e4e4;padding:4px;height:36px;line-height:25px;text-align:right;-webkit-box-sizing:border-box;box-sizing:border-box}.el-time-panel__btn{border:none;line-height:28px;padding:0 5px;margin:0 5px;cursor:pointer;background-color:transparent;outline:none;font-size:12px;color:#303133}.el-time-panel__btn.confirm{font-weight:800;color:#00c292}.el-time-range-picker{width:354px;overflow:visible}.el-time-range-picker__content{position:relative;text-align:center;padding:10px}.el-time-range-picker__cell{-webkit-box-sizing:border-box;box-sizing:border-box;margin:0;padding:4px 7px 7px;width:50%;display:inline-block}.el-time-range-picker__header{margin-bottom:5px;text-align:center;font-size:14px}.el-time-range-picker__body{border-radius:2px;border:1px solid #e4e7ed}.el-popover{position:absolute;background:#fff;min-width:150px;border-radius:4px;border:1px solid #ebeef5;padding:12px;z-index:2000;color:#606266;line-height:1.4;text-align:justify;font-size:14px;-webkit-box-shadow:0 2px 12px 0 rgba(0,0,0,.1);box-shadow:0 2px 12px 0 rgba(0,0,0,.1);word-break:break-all}.el-popover--plain{padding:18px 20px}.el-popover__title{color:#303133;font-size:16px;line-height:1;margin-bottom:12px}.el-popover:focus,.el-popover:focus:active,.el-popover__reference:focus:hover,.el-popover__reference:focus:not(.focusing){outline-width:0}.v-modal-enter{-webkit-animation:v-modal-in .2s ease;animation:v-modal-in .2s ease}.v-modal-leave{-webkit-animation:v-modal-out .2s ease forwards;animation:v-modal-out .2s ease forwards}@keyframes v-modal-in{0%{opacity:0}}@keyframes v-modal-out{to{opacity:0}}.v-modal{position:fixed;left:0;top:0;width:100%;height:100%;opacity:.5;background:#000}.el-popup-parent--hidden{overflow:hidden}.el-message-box{display:inline-block;width:420px;padding-bottom:10px;vertical-align:middle;background-color:#fff;border-radius:4px;border:1px solid #ebeef5;font-size:18px;-webkit-box-shadow:0 2px 12px 0 rgba(0,0,0,.1);box-shadow:0 2px 12px 0 rgba(0,0,0,.1);text-align:left;overflow:hidden;-webkit-backface-visibility:hidden;backface-visibility:hidden}.el-message-box__wrapper{position:fixed;top:0;bottom:0;left:0;right:0;text-align:center}.el-message-box__wrapper:after{content:"";display:inline-block;height:100%;width:0;vertical-align:middle}.el-message-box__header{position:relative;padding:15px;padding-bottom:10px}.el-message-box__title{padding-left:0;margin-bottom:0;font-size:18px;line-height:1;color:#303133}.el-message-box__headerbtn{position:absolute;top:15px;right:15px;padding:0;border:none;outline:none;background:transparent;font-size:16px;cursor:pointer}.el-message-box__headerbtn .el-message-box__close{color:#909399}.el-message-box__headerbtn:focus .el-message-box__close,.el-message-box__headerbtn:hover .el-message-box__close{color:#00c292}.el-message-box__content{padding:10px 15px;color:#606266;font-size:14px}.el-message-box__container{position:relative}.el-message-box__input{padding-top:15px}.el-message-box__input input.invalid,.el-message-box__input input.invalid:focus{border-color:#f56c6c}.el-message-box__status{position:absolute;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);font-size:24px!important}.el-message-box__status:before{padding-left:1px}.el-message-box__status+.el-message-box__message{padding-left:36px;padding-right:12px}.el-message-box__status.el-icon-success{color:#67c23a}.el-message-box__status.el-icon-info{color:#909399}.el-message-box__status.el-icon-warning{color:#e6a23c}.el-message-box__status.el-icon-error{color:#f56c6c}.el-message-box__message{margin:0}.el-message-box__message p{margin:0;line-height:24px}.el-message-box__errormsg{color:#f56c6c;font-size:12px;min-height:18px;margin-top:2px}.el-message-box__btns{padding:5px 15px 0;text-align:right}.el-message-box__btns button:nth-child(2){margin-left:10px}.el-message-box__btns-reverse{-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse}.el-message-box--center{padding-bottom:30px}.el-message-box--center .el-message-box__header{padding-top:30px}.el-message-box--center .el-message-box__title{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.el-message-box--center .el-message-box__status{position:relative;top:auto;padding-right:5px;text-align:center;-webkit-transform:translateY(-1px);transform:translateY(-1px)}.el-message-box--center .el-message-box__message{margin-left:0}.el-message-box--center .el-message-box__btns,.el-message-box--center .el-message-box__content{text-align:center}.el-message-box--center .el-message-box__content{padding-left:27px;padding-right:27px}.msgbox-fade-enter-active{-webkit-animation:msgbox-fade-in .3s;animation:msgbox-fade-in .3s}.msgbox-fade-leave-active{-webkit-animation:msgbox-fade-out .3s;animation:msgbox-fade-out .3s}@-webkit-keyframes msgbox-fade-in{0%{-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0);opacity:0}to{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}@keyframes msgbox-fade-in{0%{-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0);opacity:0}to{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}@-webkit-keyframes msgbox-fade-out{0%{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}to{-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0);opacity:0}}@keyframes msgbox-fade-out{0%{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}to{-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0);opacity:0}}.el-breadcrumb{font-size:14px;line-height:1}.el-breadcrumb:after,.el-breadcrumb:before{display:table;content:""}.el-breadcrumb:after{clear:both}.el-breadcrumb__separator{margin:0 9px;font-weight:700;color:#c0c4cc}.el-breadcrumb__separator[class*=icon]{margin:0 6px;font-weight:400}.el-breadcrumb__item{float:left}.el-breadcrumb__inner{color:#606266}.el-breadcrumb__inner.is-link,.el-breadcrumb__inner a{font-weight:700;text-decoration:none;-webkit-transition:color .2s cubic-bezier(.645,.045,.355,1);transition:color .2s cubic-bezier(.645,.045,.355,1);color:#303133}.el-breadcrumb__inner.is-link:hover,.el-breadcrumb__inner a:hover{color:#00c292;cursor:pointer}.el-breadcrumb__item:last-child .el-breadcrumb__inner,.el-breadcrumb__item:last-child .el-breadcrumb__inner:hover,.el-breadcrumb__item:last-child .el-breadcrumb__inner a,.el-breadcrumb__item:last-child .el-breadcrumb__inner a:hover{font-weight:400;color:#606266;cursor:text}.el-breadcrumb__item:last-child .el-breadcrumb__separator{display:none}.el-form--label-left .el-form-item__label{text-align:left}.el-form--label-top .el-form-item__label{float:none;display:inline-block;text-align:left;padding:0 0 10px 0}.el-form--inline .el-form-item{display:inline-block;margin-right:10px;vertical-align:top}.el-form--inline .el-form-item__label{float:none;display:inline-block}.el-form--inline .el-form-item__content{display:inline-block;vertical-align:top}.el-form--inline.el-form--label-top .el-form-item__content{display:block}.el-form-item{margin-bottom:22px}.el-form-item:after,.el-form-item:before{display:table;content:""}.el-form-item:after{clear:both}.el-form-item .el-form-item{margin-bottom:0}.el-form-item .el-input__validateIcon{display:none}.el-form-item--medium .el-form-item__content,.el-form-item--medium .el-form-item__label{line-height:36px}.el-form-item--small .el-form-item__content,.el-form-item--small .el-form-item__label{line-height:32px}.el-form-item--small.el-form-item{margin-bottom:18px}.el-form-item--small .el-form-item__error{padding-top:2px}.el-form-item--mini .el-form-item__content,.el-form-item--mini .el-form-item__label{line-height:28px}.el-form-item--mini.el-form-item{margin-bottom:18px}.el-form-item--mini .el-form-item__error{padding-top:1px}.el-form-item__label-wrap{float:left}.el-form-item__label-wrap .el-form-item__label{display:inline-block;float:none}.el-form-item__label{text-align:right;vertical-align:middle;float:left;font-size:14px;color:#606266;line-height:40px;padding:0 12px 0 0;-webkit-box-sizing:border-box;box-sizing:border-box}.el-form-item__content{line-height:40px;position:relative;font-size:14px}.el-form-item__content:after,.el-form-item__content:before{display:table;content:""}.el-form-item__content:after{clear:both}.el-form-item__content .el-input-group{vertical-align:top}.el-form-item__error{color:#f56c6c;font-size:12px;line-height:1;padding-top:4px;position:absolute;top:100%;left:0}.el-form-item__error--inline{position:relative;top:auto;left:auto;display:inline-block;margin-left:10px}.el-form-item.is-required:not(.is-no-asterisk) .el-form-item__label-wrap>.el-form-item__label:before,.el-form-item.is-required:not(.is-no-asterisk)>.el-form-item__label:before{content:"*";color:#f56c6c;margin-right:4px}.el-form-item.is-error .el-input__inner,.el-form-item.is-error .el-input__inner:focus,.el-form-item.is-error .el-textarea__inner,.el-form-item.is-error .el-textarea__inner:focus{border-color:#f56c6c}.el-form-item.is-error .el-input-group__append .el-input__inner,.el-form-item.is-error .el-input-group__prepend .el-input__inner{border-color:transparent}.el-form-item.is-error .el-input__validateIcon{color:#f56c6c}.el-form-item--feedback .el-input__validateIcon{display:inline-block}.el-tabs__header{padding:0;position:relative;margin:0 0 15px}.el-tabs__active-bar{position:absolute;bottom:0;left:0;height:2px;background-color:#00c292;z-index:1;-webkit-transition:-webkit-transform .3s cubic-bezier(.645,.045,.355,1);transition:-webkit-transform .3s cubic-bezier(.645,.045,.355,1);transition:transform .3s cubic-bezier(.645,.045,.355,1);transition:transform .3s cubic-bezier(.645,.045,.355,1),-webkit-transform .3s cubic-bezier(.645,.045,.355,1);list-style:none}.el-tabs__new-tab{float:right;border:1px solid #d3dce6;height:18px;width:18px;line-height:18px;margin:12px 0 9px 10px;border-radius:3px;text-align:center;font-size:12px;color:#d3dce6;cursor:pointer;-webkit-transition:all .15s;transition:all .15s}.el-tabs__new-tab .el-icon-plus{-webkit-transform:scale(.8);transform:scale(.8)}.el-tabs__new-tab:hover{color:#00c292}.el-tabs__nav-wrap{overflow:hidden;margin-bottom:-1px;position:relative}.el-tabs__nav-wrap:after{content:"";position:absolute;left:0;bottom:0;width:100%;height:2px;background-color:#e4e7ed;z-index:1}.el-tabs__nav-wrap.is-scrollable{padding:0 20px;-webkit-box-sizing:border-box;box-sizing:border-box}.el-tabs__nav-scroll{overflow:hidden}.el-tabs__nav-next,.el-tabs__nav-prev{position:absolute;cursor:pointer;line-height:44px;font-size:12px;color:#909399}.el-tabs__nav-next{right:0}.el-tabs__nav-prev{left:0}.el-tabs__nav{white-space:nowrap;position:relative;-webkit-transition:-webkit-transform .3s;transition:-webkit-transform .3s;transition:transform .3s;transition:transform .3s,-webkit-transform .3s;float:left;z-index:2}.el-tabs__nav.is-stretch{min-width:100%;display:-webkit-box;display:-ms-flexbox;display:flex}.el-tabs__nav.is-stretch>*{-webkit-box-flex:1;-ms-flex:1;flex:1;text-align:center}.el-tabs__item{padding:0 20px;height:40px;-webkit-box-sizing:border-box;box-sizing:border-box;line-height:40px;display:inline-block;list-style:none;font-size:14px;font-weight:500;color:#303133;position:relative}.el-tabs__item:focus,.el-tabs__item:focus:active{outline:none}.el-tabs__item:focus.is-active.is-focus:not(:active){-webkit-box-shadow:0 0 2px 2px #00c292 inset;box-shadow:inset 0 0 2px 2px #00c292;border-radius:3px}.el-tabs__item .el-icon-close{border-radius:50%;text-align:center;-webkit-transition:all .3s cubic-bezier(.645,.045,.355,1);transition:all .3s cubic-bezier(.645,.045,.355,1);margin-left:5px}.el-tabs__item .el-icon-close:before{-webkit-transform:scale(.9);transform:scale(.9);display:inline-block}.el-tabs__item .el-icon-close:hover{background-color:#c0c4cc;color:#fff}.el-tabs__item.is-active{color:#00c292}.el-tabs__item:hover{color:#00c292;cursor:pointer}.el-tabs__item.is-disabled{color:#c0c4cc;cursor:default}.el-tabs__content{overflow:hidden;position:relative}.el-tabs--card>.el-tabs__header{border-bottom:1px solid #e4e7ed}.el-tabs--card>.el-tabs__header .el-tabs__nav-wrap:after{content:none}.el-tabs--card>.el-tabs__header .el-tabs__nav{border:1px solid #e4e7ed;border-bottom:none;border-radius:4px 4px 0 0;-webkit-box-sizing:border-box;box-sizing:border-box}.el-tabs--card>.el-tabs__header .el-tabs__active-bar{display:none}.el-tabs--card>.el-tabs__header .el-tabs__item .el-icon-close{position:relative;font-size:12px;width:0;height:14px;vertical-align:middle;line-height:15px;overflow:hidden;top:-1px;right:-2px;-webkit-transform-origin:100% 50%;transform-origin:100% 50%}.el-tabs--card>.el-tabs__header .el-tabs__item{border-bottom:1px solid transparent;border-left:1px solid #e4e7ed;-webkit-transition:color .3s cubic-bezier(.645,.045,.355,1),padding .3s cubic-bezier(.645,.045,.355,1);transition:color .3s cubic-bezier(.645,.045,.355,1),padding .3s cubic-bezier(.645,.045,.355,1)}.el-tabs--card>.el-tabs__header .el-tabs__item:first-child{border-left:none}.el-tabs--card>.el-tabs__header .el-tabs__item.is-closable:hover{padding-left:13px;padding-right:13px}.el-tabs--card>.el-tabs__header .el-tabs__item.is-closable:hover .el-icon-close{width:14px}.el-tabs--card>.el-tabs__header .el-tabs__item.is-active{border-bottom-color:#fff}.el-tabs--card>.el-tabs__header .el-tabs__item.is-active.is-closable{padding-left:20px;padding-right:20px}.el-tabs--card>.el-tabs__header .el-tabs__item.is-active.is-closable .el-icon-close{width:14px}.el-tabs--border-card{background:#fff;border:1px solid #dcdfe6;-webkit-box-shadow:0 2px 4px 0 rgba(0,0,0,.12),0 0 6px 0 rgba(0,0,0,.04);box-shadow:0 2px 4px 0 rgba(0,0,0,.12),0 0 6px 0 rgba(0,0,0,.04)}.el-tabs--border-card>.el-tabs__content{padding:15px}.el-tabs--border-card>.el-tabs__header{background-color:#f5f7fa;border-bottom:1px solid #e4e7ed;margin:0}.el-tabs--border-card>.el-tabs__header .el-tabs__nav-wrap:after{content:none}.el-tabs--border-card>.el-tabs__header .el-tabs__item{-webkit-transition:all .3s cubic-bezier(.645,.045,.355,1);transition:all .3s cubic-bezier(.645,.045,.355,1);border:1px solid transparent;margin-top:-1px;color:#909399}.el-tabs--border-card>.el-tabs__header .el-tabs__item+.el-tabs__item,.el-tabs--border-card>.el-tabs__header .el-tabs__item:first-child{margin-left:-1px}.el-tabs--border-card>.el-tabs__header .el-tabs__item.is-active{color:#00c292;background-color:#fff;border-right-color:#dcdfe6;border-left-color:#dcdfe6}.el-tabs--border-card>.el-tabs__header .el-tabs__item:not(.is-disabled):hover{color:#00c292}.el-tabs--border-card>.el-tabs__header .el-tabs__item.is-disabled{color:#c0c4cc}.el-tabs--border-card>.el-tabs__header .is-scrollable .el-tabs__item:first-child{margin-left:0}.el-tabs--bottom .el-tabs__item.is-bottom:nth-child(2),.el-tabs--bottom .el-tabs__item.is-top:nth-child(2),.el-tabs--top .el-tabs__item.is-bottom:nth-child(2),.el-tabs--top .el-tabs__item.is-top:nth-child(2){padding-left:0}.el-tabs--bottom .el-tabs__item.is-bottom:last-child,.el-tabs--bottom .el-tabs__item.is-top:last-child,.el-tabs--top .el-tabs__item.is-bottom:last-child,.el-tabs--top .el-tabs__item.is-top:last-child{padding-right:0}.el-tabs--bottom.el-tabs--border-card>.el-tabs__header .el-tabs__item:nth-child(2),.el-tabs--bottom.el-tabs--card>.el-tabs__header .el-tabs__item:nth-child(2),.el-tabs--bottom .el-tabs--left>.el-tabs__header .el-tabs__item:nth-child(2),.el-tabs--bottom .el-tabs--right>.el-tabs__header .el-tabs__item:nth-child(2),.el-tabs--top.el-tabs--border-card>.el-tabs__header .el-tabs__item:nth-child(2),.el-tabs--top.el-tabs--card>.el-tabs__header .el-tabs__item:nth-child(2),.el-tabs--top .el-tabs--left>.el-tabs__header .el-tabs__item:nth-child(2),.el-tabs--top .el-tabs--right>.el-tabs__header .el-tabs__item:nth-child(2){padding-left:20px}.el-tabs--bottom.el-tabs--border-card>.el-tabs__header .el-tabs__item:last-child,.el-tabs--bottom.el-tabs--card>.el-tabs__header .el-tabs__item:last-child,.el-tabs--bottom .el-tabs--left>.el-tabs__header .el-tabs__item:last-child,.el-tabs--bottom .el-tabs--right>.el-tabs__header .el-tabs__item:last-child,.el-tabs--top.el-tabs--border-card>.el-tabs__header .el-tabs__item:last-child,.el-tabs--top.el-tabs--card>.el-tabs__header .el-tabs__item:last-child,.el-tabs--top .el-tabs--left>.el-tabs__header .el-tabs__item:last-child,.el-tabs--top .el-tabs--right>.el-tabs__header .el-tabs__item:last-child{padding-right:20px}.el-tabs--bottom .el-tabs__header.is-bottom{margin-bottom:0;margin-top:10px}.el-tabs--bottom.el-tabs--border-card .el-tabs__header.is-bottom{border-bottom:0;border-top:1px solid #dcdfe6}.el-tabs--bottom.el-tabs--border-card .el-tabs__nav-wrap.is-bottom{margin-top:-1px;margin-bottom:0}.el-tabs--bottom.el-tabs--border-card .el-tabs__item.is-bottom:not(.is-active){border:1px solid transparent}.el-tabs--bottom.el-tabs--border-card .el-tabs__item.is-bottom{margin:0 -1px -1px -1px}.el-tabs--left,.el-tabs--right{overflow:hidden}.el-tabs--left .el-tabs__header.is-left,.el-tabs--left .el-tabs__header.is-right,.el-tabs--left .el-tabs__nav-scroll,.el-tabs--left .el-tabs__nav-wrap.is-left,.el-tabs--left .el-tabs__nav-wrap.is-right,.el-tabs--right .el-tabs__header.is-left,.el-tabs--right .el-tabs__header.is-right,.el-tabs--right .el-tabs__nav-scroll,.el-tabs--right .el-tabs__nav-wrap.is-left,.el-tabs--right .el-tabs__nav-wrap.is-right{height:100%}.el-tabs--left .el-tabs__active-bar.is-left,.el-tabs--left .el-tabs__active-bar.is-right,.el-tabs--right .el-tabs__active-bar.is-left,.el-tabs--right .el-tabs__active-bar.is-right{top:0;bottom:auto;width:2px;height:auto}.el-tabs--left .el-tabs__nav-wrap.is-left,.el-tabs--left .el-tabs__nav-wrap.is-right,.el-tabs--right .el-tabs__nav-wrap.is-left,.el-tabs--right .el-tabs__nav-wrap.is-right{margin-bottom:0}.el-tabs--left .el-tabs__nav-wrap.is-left>.el-tabs__nav-next,.el-tabs--left .el-tabs__nav-wrap.is-left>.el-tabs__nav-prev,.el-tabs--left .el-tabs__nav-wrap.is-right>.el-tabs__nav-next,.el-tabs--left .el-tabs__nav-wrap.is-right>.el-tabs__nav-prev,.el-tabs--right .el-tabs__nav-wrap.is-left>.el-tabs__nav-next,.el-tabs--right .el-tabs__nav-wrap.is-left>.el-tabs__nav-prev,.el-tabs--right .el-tabs__nav-wrap.is-right>.el-tabs__nav-next,.el-tabs--right .el-tabs__nav-wrap.is-right>.el-tabs__nav-prev{height:30px;line-height:30px;width:100%;text-align:center;cursor:pointer}.el-tabs--left .el-tabs__nav-wrap.is-left>.el-tabs__nav-next i,.el-tabs--left .el-tabs__nav-wrap.is-left>.el-tabs__nav-prev i,.el-tabs--left .el-tabs__nav-wrap.is-right>.el-tabs__nav-next i,.el-tabs--left .el-tabs__nav-wrap.is-right>.el-tabs__nav-prev i,.el-tabs--right .el-tabs__nav-wrap.is-left>.el-tabs__nav-next i,.el-tabs--right .el-tabs__nav-wrap.is-left>.el-tabs__nav-prev i,.el-tabs--right .el-tabs__nav-wrap.is-right>.el-tabs__nav-next i,.el-tabs--right .el-tabs__nav-wrap.is-right>.el-tabs__nav-prev i{-webkit-transform:rotate(90deg);transform:rotate(90deg)}.el-tabs--left .el-tabs__nav-wrap.is-left>.el-tabs__nav-prev,.el-tabs--left .el-tabs__nav-wrap.is-right>.el-tabs__nav-prev,.el-tabs--right .el-tabs__nav-wrap.is-left>.el-tabs__nav-prev,.el-tabs--right .el-tabs__nav-wrap.is-right>.el-tabs__nav-prev{left:auto;top:0}.el-tabs--left .el-tabs__nav-wrap.is-left>.el-tabs__nav-next,.el-tabs--left .el-tabs__nav-wrap.is-right>.el-tabs__nav-next,.el-tabs--right .el-tabs__nav-wrap.is-left>.el-tabs__nav-next,.el-tabs--right .el-tabs__nav-wrap.is-right>.el-tabs__nav-next{right:auto;bottom:0}.el-tabs--left .el-tabs__nav-wrap.is-left.is-scrollable,.el-tabs--left .el-tabs__nav-wrap.is-right.is-scrollable,.el-tabs--right .el-tabs__nav-wrap.is-left.is-scrollable,.el-tabs--right .el-tabs__nav-wrap.is-right.is-scrollable{padding:30px 0}.el-tabs--left .el-tabs__nav-wrap.is-left:after,.el-tabs--left .el-tabs__nav-wrap.is-right:after,.el-tabs--right .el-tabs__nav-wrap.is-left:after,.el-tabs--right .el-tabs__nav-wrap.is-right:after{height:100%;width:2px;bottom:auto;top:0}.el-tabs--left .el-tabs__nav.is-left,.el-tabs--left .el-tabs__nav.is-right,.el-tabs--right .el-tabs__nav.is-left,.el-tabs--right .el-tabs__nav.is-right{float:none}.el-tabs--left .el-tabs__item.is-left,.el-tabs--left .el-tabs__item.is-right,.el-tabs--right .el-tabs__item.is-left,.el-tabs--right .el-tabs__item.is-right{display:block}.el-tabs--left .el-tabs__header.is-left{float:left;margin-bottom:0;margin-right:10px}.el-tabs--left .el-tabs__nav-wrap.is-left{margin-right:-1px}.el-tabs--left .el-tabs__active-bar.is-left,.el-tabs--left .el-tabs__nav-wrap.is-left:after{left:auto;right:0}.el-tabs--left .el-tabs__item.is-left{text-align:right}.el-tabs--left.el-tabs--card .el-tabs__active-bar.is-left{display:none}.el-tabs--left.el-tabs--card .el-tabs__item.is-left{border-left:none;border-right:1px solid #e4e7ed;border-bottom:none;border-top:1px solid #e4e7ed;text-align:left}.el-tabs--left.el-tabs--card .el-tabs__item.is-left:first-child{border-right:1px solid #e4e7ed;border-top:none}.el-tabs--left.el-tabs--card .el-tabs__item.is-left.is-active{border:1px solid #e4e7ed;border-right-color:#fff;border-left:none;border-bottom:none}.el-tabs--left.el-tabs--card .el-tabs__item.is-left.is-active:first-child{border-top:none}.el-tabs--left.el-tabs--card .el-tabs__item.is-left.is-active:last-child{border-bottom:none}.el-tabs--left.el-tabs--card .el-tabs__nav{border-radius:4px 0 0 4px;border-bottom:1px solid #e4e7ed;border-right:none}.el-tabs--left.el-tabs--card .el-tabs__new-tab{float:none}.el-tabs--left.el-tabs--border-card .el-tabs__header.is-left{border-right:1px solid #dfe4ed}.el-tabs--left.el-tabs--border-card .el-tabs__item.is-left{border:1px solid transparent;margin:-1px 0 -1px -1px}.el-tabs--left.el-tabs--border-card .el-tabs__item.is-left.is-active{border-color:transparent;border-top-color:#d1dbe5;border-bottom-color:#d1dbe5}.el-tabs--right .el-tabs__header.is-right{float:right;margin-bottom:0;margin-left:10px}.el-tabs--right .el-tabs__nav-wrap.is-right{margin-left:-1px}.el-tabs--right .el-tabs__nav-wrap.is-right:after{left:0;right:auto}.el-tabs--right .el-tabs__active-bar.is-right{left:0}.el-tabs--right.el-tabs--card .el-tabs__active-bar.is-right{display:none}.el-tabs--right.el-tabs--card .el-tabs__item.is-right{border-bottom:none;border-top:1px solid #e4e7ed}.el-tabs--right.el-tabs--card .el-tabs__item.is-right:first-child{border-left:1px solid #e4e7ed;border-top:none}.el-tabs--right.el-tabs--card .el-tabs__item.is-right.is-active{border:1px solid #e4e7ed;border-left-color:#fff;border-right:none;border-bottom:none}.el-tabs--right.el-tabs--card .el-tabs__item.is-right.is-active:first-child{border-top:none}.el-tabs--right.el-tabs--card .el-tabs__item.is-right.is-active:last-child{border-bottom:none}.el-tabs--right.el-tabs--card .el-tabs__nav{border-radius:0 4px 4px 0;border-bottom:1px solid #e4e7ed;border-left:none}.el-tabs--right.el-tabs--border-card .el-tabs__header.is-right{border-left:1px solid #dfe4ed}.el-tabs--right.el-tabs--border-card .el-tabs__item.is-right{border:1px solid transparent;margin:-1px -1px -1px 0}.el-tabs--right.el-tabs--border-card .el-tabs__item.is-right.is-active{border-color:transparent;border-top-color:#d1dbe5;border-bottom-color:#d1dbe5}.slideInLeft-transition,.slideInRight-transition{display:inline-block}.slideInRight-enter{-webkit-animation:slideInRight-enter .3s;animation:slideInRight-enter .3s}.slideInRight-leave{position:absolute;left:0;right:0;-webkit-animation:slideInRight-leave .3s;animation:slideInRight-leave .3s}.slideInLeft-enter{-webkit-animation:slideInLeft-enter .3s;animation:slideInLeft-enter .3s}.slideInLeft-leave{position:absolute;left:0;right:0;-webkit-animation:slideInLeft-leave .3s;animation:slideInLeft-leave .3s}@-webkit-keyframes slideInRight-enter{0%{opacity:0;-webkit-transform-origin:0 0;transform-origin:0 0;-webkit-transform:translateX(100%);transform:translateX(100%)}to{opacity:1;-webkit-transform-origin:0 0;transform-origin:0 0;-webkit-transform:translateX(0);transform:translateX(0)}}@keyframes slideInRight-enter{0%{opacity:0;-webkit-transform-origin:0 0;transform-origin:0 0;-webkit-transform:translateX(100%);transform:translateX(100%)}to{opacity:1;-webkit-transform-origin:0 0;transform-origin:0 0;-webkit-transform:translateX(0);transform:translateX(0)}}@-webkit-keyframes slideInRight-leave{0%{-webkit-transform-origin:0 0;transform-origin:0 0;-webkit-transform:translateX(0);transform:translateX(0);opacity:1}to{-webkit-transform-origin:0 0;transform-origin:0 0;-webkit-transform:translateX(100%);transform:translateX(100%);opacity:0}}@keyframes slideInRight-leave{0%{-webkit-transform-origin:0 0;transform-origin:0 0;-webkit-transform:translateX(0);transform:translateX(0);opacity:1}to{-webkit-transform-origin:0 0;transform-origin:0 0;-webkit-transform:translateX(100%);transform:translateX(100%);opacity:0}}@-webkit-keyframes slideInLeft-enter{0%{opacity:0;-webkit-transform-origin:0 0;transform-origin:0 0;-webkit-transform:translateX(-100%);transform:translateX(-100%)}to{opacity:1;-webkit-transform-origin:0 0;transform-origin:0 0;-webkit-transform:translateX(0);transform:translateX(0)}}@keyframes slideInLeft-enter{0%{opacity:0;-webkit-transform-origin:0 0;transform-origin:0 0;-webkit-transform:translateX(-100%);transform:translateX(-100%)}to{opacity:1;-webkit-transform-origin:0 0;transform-origin:0 0;-webkit-transform:translateX(0);transform:translateX(0)}}@-webkit-keyframes slideInLeft-leave{0%{-webkit-transform-origin:0 0;transform-origin:0 0;-webkit-transform:translateX(0);transform:translateX(0);opacity:1}to{-webkit-transform-origin:0 0;transform-origin:0 0;-webkit-transform:translateX(-100%);transform:translateX(-100%);opacity:0}}@keyframes slideInLeft-leave{0%{-webkit-transform-origin:0 0;transform-origin:0 0;-webkit-transform:translateX(0);transform:translateX(0);opacity:1}to{-webkit-transform-origin:0 0;transform-origin:0 0;-webkit-transform:translateX(-100%);transform:translateX(-100%);opacity:0}}.el-tree{position:relative;cursor:default;background:#fff;color:#606266}.el-tree__empty-block{position:relative;min-height:60px;text-align:center;width:100%;height:100%}.el-tree__empty-text{position:absolute;left:50%;top:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);color:#909399;font-size:14px}.el-tree__drop-indicator{position:absolute;left:0;right:0;height:1px;background-color:#00c292}.el-tree-node{white-space:nowrap;outline:none}.el-tree-node:focus>.el-tree-node__content{background-color:#f5f7fa}.el-tree-node.is-drop-inner>.el-tree-node__content .el-tree-node__label{background-color:#00c292;color:#fff}.el-tree-node__content{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;height:26px;cursor:pointer}.el-tree-node__content>.el-tree-node__expand-icon{padding:6px}.el-tree-node__content>label.el-checkbox{margin-right:8px}.el-tree-node__content:hover{background-color:#f5f7fa}.el-tree.is-dragging .el-tree-node__content{cursor:move}.el-tree.is-dragging .el-tree-node__content *{pointer-events:none}.el-tree.is-dragging.is-drop-not-allow .el-tree-node__content{cursor:not-allowed}.el-tree-node__expand-icon{cursor:pointer;color:#c0c4cc;font-size:12px;-webkit-transform:rotate(0deg);transform:rotate(0deg);-webkit-transition:-webkit-transform .3s ease-in-out;transition:-webkit-transform .3s ease-in-out;transition:transform .3s ease-in-out;transition:transform .3s ease-in-out,-webkit-transform .3s ease-in-out}.el-tree-node__expand-icon.expanded{-webkit-transform:rotate(90deg);transform:rotate(90deg)}.el-tree-node__expand-icon.is-leaf{color:transparent;cursor:default}.el-tree-node__label{font-size:14px}.el-tree-node__loading-icon{margin-right:8px;font-size:14px;color:#c0c4cc}.el-tree-node>.el-tree-node__children{overflow:hidden;background-color:transparent}.el-tree-node.is-expanded>.el-tree-node__children{display:block}.el-tree--highlight-current .el-tree-node.is-current>.el-tree-node__content{background-color:#ebfaf6}.el-alert{width:100%;padding:8px 16px;margin:0;-webkit-box-sizing:border-box;box-sizing:border-box;border-radius:4px;position:relative;background-color:#fff;overflow:hidden;opacity:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-transition:opacity .2s;transition:opacity .2s}.el-alert.is-light .el-alert__closebtn{color:#c0c4cc}.el-alert.is-dark .el-alert__closebtn,.el-alert.is-dark .el-alert__description{color:#fff}.el-alert.is-center{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.el-alert--success.is-light{background-color:#f0f9eb;color:#67c23a}.el-alert--success.is-light .el-alert__description{color:#67c23a}.el-alert--success.is-dark{background-color:#67c23a;color:#fff}.el-alert--info.is-light{background-color:#f4f4f5;color:#909399}.el-alert--info.is-dark{background-color:#909399;color:#fff}.el-alert--info .el-alert__description{color:#909399}.el-alert--warning.is-light{background-color:#fdf6ec;color:#e6a23c}.el-alert--warning.is-light .el-alert__description{color:#e6a23c}.el-alert--warning.is-dark{background-color:#e6a23c;color:#fff}.el-alert--error.is-light{background-color:#fef0f0;color:#f56c6c}.el-alert--error.is-light .el-alert__description{color:#f56c6c}.el-alert--error.is-dark{background-color:#f56c6c;color:#fff}.el-alert__content{display:table-cell;padding:0 8px}.el-alert__icon{font-size:16px;width:16px}.el-alert__icon.is-big{font-size:28px;width:28px}.el-alert__title{font-size:13px;line-height:18px}.el-alert__title.is-bold{font-weight:700}.el-alert .el-alert__description{font-size:12px;margin:5px 0 0 0}.el-alert__closebtn{font-size:12px;opacity:1;position:absolute;top:12px;right:15px;cursor:pointer}.el-alert__closebtn.is-customed{font-style:normal;font-size:13px;top:9px}.el-alert-fade-enter,.el-alert-fade-leave-active{opacity:0}.el-notification{display:-webkit-box;display:-ms-flexbox;display:flex;width:330px;padding:14px 26px 14px 13px;border-radius:8px;-webkit-box-sizing:border-box;box-sizing:border-box;border:1px solid #ebeef5;position:fixed;background-color:#fff;-webkit-box-shadow:0 2px 12px 0 rgba(0,0,0,.1);box-shadow:0 2px 12px 0 rgba(0,0,0,.1);-webkit-transition:opacity .3s,left .3s,right .3s,top .4s,bottom .3s,-webkit-transform .3s;transition:opacity .3s,left .3s,right .3s,top .4s,bottom .3s,-webkit-transform .3s;transition:opacity .3s,transform .3s,left .3s,right .3s,top .4s,bottom .3s;transition:opacity .3s,transform .3s,left .3s,right .3s,top .4s,bottom .3s,-webkit-transform .3s;overflow:hidden}.el-notification.right{right:16px}.el-notification.left{left:16px}.el-notification__group{margin-left:13px;margin-right:8px}.el-notification__title{font-weight:700;font-size:16px;color:#303133;margin:0}.el-notification__content{font-size:14px;line-height:21px;margin:6px 0 0 0;color:#606266;text-align:justify}.el-notification__content p{margin:0}.el-notification__icon{height:24px;width:24px;font-size:24px}.el-notification__closeBtn{position:absolute;top:18px;right:15px;cursor:pointer;color:#909399;font-size:16px}.el-notification__closeBtn:hover{color:#606266}.el-notification .el-icon-success{color:#67c23a}.el-notification .el-icon-error{color:#f56c6c}.el-notification .el-icon-info{color:#909399}.el-notification .el-icon-warning{color:#e6a23c}.el-notification-fade-enter.right{right:0;-webkit-transform:translateX(100%);transform:translateX(100%)}.el-notification-fade-enter.left{left:0;-webkit-transform:translateX(-100%);transform:translateX(-100%)}.el-notification-fade-leave-active{opacity:0}.el-input-number{position:relative;display:inline-block;width:180px;line-height:38px}.el-input-number .el-input{display:block}.el-input-number .el-input__inner{-webkit-appearance:none;padding-left:50px;padding-right:50px;text-align:center}.el-input-number__decrease,.el-input-number__increase{position:absolute;z-index:1;top:1px;width:40px;height:auto;text-align:center;background:#f5f7fa;color:#606266;cursor:pointer;font-size:13px}.el-input-number__decrease:hover,.el-input-number__increase:hover{color:#00c292}.el-input-number__decrease:hover:not(.is-disabled)~.el-input .el-input__inner:not(.is-disabled),.el-input-number__increase:hover:not(.is-disabled)~.el-input .el-input__inner:not(.is-disabled){border-color:#00c292}.el-input-number__decrease.is-disabled,.el-input-number__increase.is-disabled{color:#c0c4cc;cursor:not-allowed}.el-input-number__increase{right:1px;border-radius:0 4px 4px 0;border-left:1px solid #dcdfe6}.el-input-number__decrease{left:1px;border-radius:4px 0 0 4px;border-right:1px solid #dcdfe6}.el-input-number.is-disabled .el-input-number__decrease,.el-input-number.is-disabled .el-input-number__increase{border-color:#e4e7ed;color:#e4e7ed}.el-input-number.is-disabled .el-input-number__decrease:hover,.el-input-number.is-disabled .el-input-number__increase:hover{color:#e4e7ed;cursor:not-allowed}.el-input-number--medium{width:200px;line-height:34px}.el-input-number--medium .el-input-number__decrease,.el-input-number--medium .el-input-number__increase{width:36px;font-size:14px}.el-input-number--medium .el-input__inner{padding-left:43px;padding-right:43px}.el-input-number--small{width:130px;line-height:30px}.el-input-number--small .el-input-number__decrease,.el-input-number--small .el-input-number__increase{width:32px;font-size:13px}.el-input-number--small .el-input-number__decrease [class*=el-icon],.el-input-number--small .el-input-number__increase [class*=el-icon]{-webkit-transform:scale(.9);transform:scale(.9)}.el-input-number--small .el-input__inner{padding-left:39px;padding-right:39px}.el-input-number--mini{width:130px;line-height:26px}.el-input-number--mini .el-input-number__decrease,.el-input-number--mini .el-input-number__increase{width:28px;font-size:12px}.el-input-number--mini .el-input-number__decrease [class*=el-icon],.el-input-number--mini .el-input-number__increase [class*=el-icon]{-webkit-transform:scale(.8);transform:scale(.8)}.el-input-number--mini .el-input__inner{padding-left:35px;padding-right:35px}.el-input-number.is-without-controls .el-input__inner{padding-left:15px;padding-right:15px}.el-input-number.is-controls-right .el-input__inner{padding-left:15px;padding-right:50px}.el-input-number.is-controls-right .el-input-number__decrease,.el-input-number.is-controls-right .el-input-number__increase{height:auto;line-height:19px}.el-input-number.is-controls-right .el-input-number__decrease [class*=el-icon],.el-input-number.is-controls-right .el-input-number__increase [class*=el-icon]{-webkit-transform:scale(.8);transform:scale(.8)}.el-input-number.is-controls-right .el-input-number__increase{border-radius:0 4px 0 0;border-bottom:1px solid #dcdfe6}.el-input-number.is-controls-right .el-input-number__decrease{right:1px;bottom:1px;top:auto;left:auto;border-right:none;border-left:1px solid #dcdfe6;border-radius:0 0 4px 0}.el-input-number.is-controls-right[class*=medium] [class*=decrease],.el-input-number.is-controls-right[class*=medium] [class*=increase]{line-height:17px}.el-input-number.is-controls-right[class*=small] [class*=decrease],.el-input-number.is-controls-right[class*=small] [class*=increase]{line-height:15px}.el-input-number.is-controls-right[class*=mini] [class*=decrease],.el-input-number.is-controls-right[class*=mini] [class*=increase]{line-height:13px}.el-tooltip:focus:hover,.el-tooltip:focus:not(.focusing){outline-width:0}.el-tooltip__popper{position:absolute;border-radius:4px;padding:10px;z-index:2000;font-size:12px;line-height:1.2;min-width:10px;word-wrap:break-word}.el-tooltip__popper .popper__arrow,.el-tooltip__popper .popper__arrow:after{position:absolute;display:block;width:0;height:0;border-color:transparent;border-style:solid}.el-tooltip__popper .popper__arrow{border-width:6px}.el-tooltip__popper .popper__arrow:after{content:" ";border-width:5px}.el-tooltip__popper[x-placement^=top]{margin-bottom:12px}.el-tooltip__popper[x-placement^=top] .popper__arrow{bottom:-6px;border-top-color:#303133;border-bottom-width:0}.el-tooltip__popper[x-placement^=top] .popper__arrow:after{bottom:1px;margin-left:-5px;border-top-color:#303133;border-bottom-width:0}.el-tooltip__popper[x-placement^=bottom]{margin-top:12px}.el-tooltip__popper[x-placement^=bottom] .popper__arrow{top:-6px;border-top-width:0;border-bottom-color:#303133}.el-tooltip__popper[x-placement^=bottom] .popper__arrow:after{top:1px;margin-left:-5px;border-top-width:0;border-bottom-color:#303133}.el-tooltip__popper[x-placement^=right]{margin-left:12px}.el-tooltip__popper[x-placement^=right] .popper__arrow{left:-6px;border-right-color:#303133;border-left-width:0}.el-tooltip__popper[x-placement^=right] .popper__arrow:after{bottom:-5px;left:1px;border-right-color:#303133;border-left-width:0}.el-tooltip__popper[x-placement^=left]{margin-right:12px}.el-tooltip__popper[x-placement^=left] .popper__arrow{right:-6px;border-right-width:0;border-left-color:#303133}.el-tooltip__popper[x-placement^=left] .popper__arrow:after{right:1px;bottom:-5px;margin-left:-5px;border-right-width:0;border-left-color:#303133}.el-tooltip__popper.is-dark{background:#303133;color:#fff}.el-tooltip__popper.is-light{background:#fff;border:1px solid #303133}.el-tooltip__popper.is-light[x-placement^=top] .popper__arrow{border-top-color:#303133}.el-tooltip__popper.is-light[x-placement^=top] .popper__arrow:after{border-top-color:#fff}.el-tooltip__popper.is-light[x-placement^=bottom] .popper__arrow{border-bottom-color:#303133}.el-tooltip__popper.is-light[x-placement^=bottom] .popper__arrow:after{border-bottom-color:#fff}.el-tooltip__popper.is-light[x-placement^=left] .popper__arrow{border-left-color:#303133}.el-tooltip__popper.is-light[x-placement^=left] .popper__arrow:after{border-left-color:#fff}.el-tooltip__popper.is-light[x-placement^=right] .popper__arrow{border-right-color:#303133}.el-tooltip__popper.is-light[x-placement^=right] .popper__arrow:after{border-right-color:#fff}.el-slider:after,.el-slider:before{display:table;content:""}.el-slider:after{clear:both}.el-slider__runway{width:100%;height:6px;margin:16px 0;background-color:#e4e7ed;border-radius:3px;position:relative;cursor:pointer;vertical-align:middle}.el-slider__runway.show-input{margin-right:160px;width:auto}.el-slider__runway.disabled{cursor:default}.el-slider__runway.disabled .el-slider__bar{background-color:#c0c4cc}.el-slider__runway.disabled .el-slider__button{border-color:#c0c4cc}.el-slider__runway.disabled .el-slider__button-wrapper.dragging,.el-slider__runway.disabled .el-slider__button-wrapper.hover,.el-slider__runway.disabled .el-slider__button-wrapper:hover{cursor:not-allowed}.el-slider__runway.disabled .el-slider__button.dragging,.el-slider__runway.disabled .el-slider__button.hover,.el-slider__runway.disabled .el-slider__button:hover{-webkit-transform:scale(1);transform:scale(1)}.el-slider__runway.disabled .el-slider__button.dragging,.el-slider__runway.disabled .el-slider__button.hover,.el-slider__runway.disabled .el-slider__button:hover{cursor:not-allowed}.el-slider__input{float:right;margin-top:3px;width:130px}.el-slider__input.el-input-number--mini{margin-top:5px}.el-slider__input.el-input-number--medium{margin-top:0}.el-slider__input.el-input-number--large{margin-top:-2px}.el-slider__bar{height:6px;background-color:#00c292;border-top-left-radius:3px;border-bottom-left-radius:3px;position:absolute}.el-slider__button-wrapper{height:36px;width:36px;position:absolute;z-index:1001;top:-15px;-webkit-transform:translateX(-50%);transform:translateX(-50%);background-color:transparent;text-align:center;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;line-height:normal}.el-slider__button-wrapper:after{content:"";height:100%}.el-slider__button-wrapper .el-tooltip,.el-slider__button-wrapper:after{display:inline-block;vertical-align:middle}.el-slider__button-wrapper.hover,.el-slider__button-wrapper:hover{cursor:-webkit-grab;cursor:grab}.el-slider__button-wrapper.dragging{cursor:-webkit-grabbing;cursor:grabbing}.el-slider__button{width:16px;height:16px;border:2px solid #00c292;background-color:#fff;border-radius:50%;-webkit-transition:.2s;transition:.2s;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.el-slider__button.dragging,.el-slider__button.hover,.el-slider__button:hover{-webkit-transform:scale(1.2);transform:scale(1.2)}.el-slider__button.hover,.el-slider__button:hover{cursor:-webkit-grab;cursor:grab}.el-slider__button.dragging{cursor:-webkit-grabbing;cursor:grabbing}.el-slider__stop{position:absolute;height:6px;width:6px;border-radius:100%;background-color:#fff;-webkit-transform:translateX(-50%);transform:translateX(-50%)}.el-slider__marks{top:0;left:12px;width:18px;height:100%}.el-slider__marks-text{position:absolute;-webkit-transform:translateX(-50%);transform:translateX(-50%);font-size:14px;color:#909399;margin-top:15px}.el-slider.is-vertical{position:relative}.el-slider.is-vertical .el-slider__runway{width:6px;height:100%;margin:0 16px}.el-slider.is-vertical .el-slider__bar{width:6px;height:auto;border-radius:0 0 3px 3px}.el-slider.is-vertical .el-slider__button-wrapper{top:auto;left:-15px}.el-slider.is-vertical .el-slider__button-wrapper,.el-slider.is-vertical .el-slider__stop{-webkit-transform:translateY(50%);transform:translateY(50%)}.el-slider.is-vertical.el-slider--with-input{padding-bottom:58px}.el-slider.is-vertical.el-slider--with-input .el-slider__input{overflow:visible;float:none;position:absolute;bottom:22px;width:36px;margin-top:15px}.el-slider.is-vertical.el-slider--with-input .el-slider__input .el-input__inner{text-align:center;padding-left:5px;padding-right:5px}.el-slider.is-vertical.el-slider--with-input .el-slider__input .el-input-number__decrease,.el-slider.is-vertical.el-slider--with-input .el-slider__input .el-input-number__increase{top:32px;margin-top:-1px;border:1px solid #dcdfe6;line-height:20px;-webkit-box-sizing:border-box;box-sizing:border-box;-webkit-transition:border-color .2s cubic-bezier(.645,.045,.355,1);transition:border-color .2s cubic-bezier(.645,.045,.355,1)}.el-slider.is-vertical.el-slider--with-input .el-slider__input .el-input-number__decrease{width:18px;right:18px;border-bottom-left-radius:4px}.el-slider.is-vertical.el-slider--with-input .el-slider__input .el-input-number__increase{width:19px;border-bottom-right-radius:4px}.el-slider.is-vertical.el-slider--with-input .el-slider__input .el-input-number__increase~.el-input .el-input__inner{border-bottom-left-radius:0;border-bottom-right-radius:0}.el-slider.is-vertical.el-slider--with-input .el-slider__input:hover .el-input-number__decrease,.el-slider.is-vertical.el-slider--with-input .el-slider__input:hover .el-input-number__increase{border-color:#c0c4cc}.el-slider.is-vertical.el-slider--with-input .el-slider__input:active .el-input-number__decrease,.el-slider.is-vertical.el-slider--with-input .el-slider__input:active .el-input-number__increase{border-color:#00c292}.el-slider.is-vertical .el-slider__marks-text{margin-top:0;left:15px;-webkit-transform:translateY(50%);transform:translateY(50%)}.el-loading-parent--relative{position:relative!important}.el-loading-parent--hidden{overflow:hidden!important}.el-loading-mask{position:absolute;z-index:2000;background-color:hsla(0,0%,100%,.9);margin:0;top:0;right:0;bottom:0;left:0;-webkit-transition:opacity .3s;transition:opacity .3s}.el-loading-mask.is-fullscreen{position:fixed}.el-loading-mask.is-fullscreen .el-loading-spinner{margin-top:-25px}.el-loading-mask.is-fullscreen .el-loading-spinner .circular{height:50px;width:50px}.el-loading-spinner{top:50%;margin-top:-21px;width:100%;text-align:center;position:absolute}.el-loading-spinner .el-loading-text{color:#00c292;margin:3px 0;font-size:14px}.el-loading-spinner .circular{height:42px;width:42px;-webkit-animation:loading-rotate 2s linear infinite;animation:loading-rotate 2s linear infinite}.el-loading-spinner .path{-webkit-animation:loading-dash 1.5s ease-in-out infinite;animation:loading-dash 1.5s ease-in-out infinite;stroke-dasharray:90,150;stroke-dashoffset:0;stroke-width:2;stroke:#00c292;stroke-linecap:round}.el-loading-spinner i{color:#00c292}.el-loading-fade-enter,.el-loading-fade-leave-active{opacity:0}@-webkit-keyframes loading-rotate{to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes loading-rotate{to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@-webkit-keyframes loading-dash{0%{stroke-dasharray:1,200;stroke-dashoffset:0}50%{stroke-dasharray:90,150;stroke-dashoffset:-40px}to{stroke-dasharray:90,150;stroke-dashoffset:-120px}}@keyframes loading-dash{0%{stroke-dasharray:1,200;stroke-dashoffset:0}50%{stroke-dasharray:90,150;stroke-dashoffset:-40px}to{stroke-dasharray:90,150;stroke-dashoffset:-120px}}.el-row{position:relative;-webkit-box-sizing:border-box;box-sizing:border-box}.el-row:after,.el-row:before{display:table;content:""}.el-row:after{clear:both}.el-row--flex{display:-webkit-box;display:-ms-flexbox;display:flex}.el-row--flex:after,.el-row--flex:before{display:none}.el-row--flex.is-justify-center{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.el-row--flex.is-justify-end{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.el-row--flex.is-justify-space-between{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.el-row--flex.is-justify-space-around{-ms-flex-pack:distribute;justify-content:space-around}.el-row--flex.is-align-top{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.el-row--flex.is-align-middle{-webkit-box-align:center;-ms-flex-align:center;align-items:center}.el-row--flex.is-align-bottom{-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end}[class*=el-col-]{float:left;-webkit-box-sizing:border-box;box-sizing:border-box}.el-col-0{display:none;width:0}.el-col-offset-0{margin-left:0}.el-col-pull-0{position:relative;right:0}.el-col-push-0{position:relative;left:0}.el-col-1{width:4.16667%}.el-col-offset-1{margin-left:4.16667%}.el-col-pull-1{position:relative;right:4.16667%}.el-col-push-1{position:relative;left:4.16667%}.el-col-2{width:8.33333%}.el-col-offset-2{margin-left:8.33333%}.el-col-pull-2{position:relative;right:8.33333%}.el-col-push-2{position:relative;left:8.33333%}.el-col-3{width:12.5%}.el-col-offset-3{margin-left:12.5%}.el-col-pull-3{position:relative;right:12.5%}.el-col-push-3{position:relative;left:12.5%}.el-col-4{width:16.66667%}.el-col-offset-4{margin-left:16.66667%}.el-col-pull-4{position:relative;right:16.66667%}.el-col-push-4{position:relative;left:16.66667%}.el-col-5{width:20.83333%}.el-col-offset-5{margin-left:20.83333%}.el-col-pull-5{position:relative;right:20.83333%}.el-col-push-5{position:relative;left:20.83333%}.el-col-6{width:25%}.el-col-offset-6{margin-left:25%}.el-col-pull-6{position:relative;right:25%}.el-col-push-6{position:relative;left:25%}.el-col-7{width:29.16667%}.el-col-offset-7{margin-left:29.16667%}.el-col-pull-7{position:relative;right:29.16667%}.el-col-push-7{position:relative;left:29.16667%}.el-col-8{width:33.33333%}.el-col-offset-8{margin-left:33.33333%}.el-col-pull-8{position:relative;right:33.33333%}.el-col-push-8{position:relative;left:33.33333%}.el-col-9{width:37.5%}.el-col-offset-9{margin-left:37.5%}.el-col-pull-9{position:relative;right:37.5%}.el-col-push-9{position:relative;left:37.5%}.el-col-10{width:41.66667%}.el-col-offset-10{margin-left:41.66667%}.el-col-pull-10{position:relative;right:41.66667%}.el-col-push-10{position:relative;left:41.66667%}.el-col-11{width:45.83333%}.el-col-offset-11{margin-left:45.83333%}.el-col-pull-11{position:relative;right:45.83333%}.el-col-push-11{position:relative;left:45.83333%}.el-col-12{width:50%}.el-col-offset-12{margin-left:50%}.el-col-pull-12{position:relative;right:50%}.el-col-push-12{position:relative;left:50%}.el-col-13{width:54.16667%}.el-col-offset-13{margin-left:54.16667%}.el-col-pull-13{position:relative;right:54.16667%}.el-col-push-13{position:relative;left:54.16667%}.el-col-14{width:58.33333%}.el-col-offset-14{margin-left:58.33333%}.el-col-pull-14{position:relative;right:58.33333%}.el-col-push-14{position:relative;left:58.33333%}.el-col-15{width:62.5%}.el-col-offset-15{margin-left:62.5%}.el-col-pull-15{position:relative;right:62.5%}.el-col-push-15{position:relative;left:62.5%}.el-col-16{width:66.66667%}.el-col-offset-16{margin-left:66.66667%}.el-col-pull-16{position:relative;right:66.66667%}.el-col-push-16{position:relative;left:66.66667%}.el-col-17{width:70.83333%}.el-col-offset-17{margin-left:70.83333%}.el-col-pull-17{position:relative;right:70.83333%}.el-col-push-17{position:relative;left:70.83333%}.el-col-18{width:75%}.el-col-offset-18{margin-left:75%}.el-col-pull-18{position:relative;right:75%}.el-col-push-18{position:relative;left:75%}.el-col-19{width:79.16667%}.el-col-offset-19{margin-left:79.16667%}.el-col-pull-19{position:relative;right:79.16667%}.el-col-push-19{position:relative;left:79.16667%}.el-col-20{width:83.33333%}.el-col-offset-20{margin-left:83.33333%}.el-col-pull-20{position:relative;right:83.33333%}.el-col-push-20{position:relative;left:83.33333%}.el-col-21{width:87.5%}.el-col-offset-21{margin-left:87.5%}.el-col-pull-21{position:relative;right:87.5%}.el-col-push-21{position:relative;left:87.5%}.el-col-22{width:91.66667%}.el-col-offset-22{margin-left:91.66667%}.el-col-pull-22{position:relative;right:91.66667%}.el-col-push-22{position:relative;left:91.66667%}.el-col-23{width:95.83333%}.el-col-offset-23{margin-left:95.83333%}.el-col-pull-23{position:relative;right:95.83333%}.el-col-push-23{position:relative;left:95.83333%}.el-col-24{width:100%}.el-col-offset-24{margin-left:100%}.el-col-pull-24{position:relative;right:100%}.el-col-push-24{position:relative;left:100%}@media only screen and (max-width:767px){.el-col-xs-0{display:none;width:0}.el-col-xs-offset-0{margin-left:0}.el-col-xs-pull-0{position:relative;right:0}.el-col-xs-push-0{position:relative;left:0}.el-col-xs-1{width:4.16667%}.el-col-xs-offset-1{margin-left:4.16667%}.el-col-xs-pull-1{position:relative;right:4.16667%}.el-col-xs-push-1{position:relative;left:4.16667%}.el-col-xs-2{width:8.33333%}.el-col-xs-offset-2{margin-left:8.33333%}.el-col-xs-pull-2{position:relative;right:8.33333%}.el-col-xs-push-2{position:relative;left:8.33333%}.el-col-xs-3{width:12.5%}.el-col-xs-offset-3{margin-left:12.5%}.el-col-xs-pull-3{position:relative;right:12.5%}.el-col-xs-push-3{position:relative;left:12.5%}.el-col-xs-4{width:16.66667%}.el-col-xs-offset-4{margin-left:16.66667%}.el-col-xs-pull-4{position:relative;right:16.66667%}.el-col-xs-push-4{position:relative;left:16.66667%}.el-col-xs-5{width:20.83333%}.el-col-xs-offset-5{margin-left:20.83333%}.el-col-xs-pull-5{position:relative;right:20.83333%}.el-col-xs-push-5{position:relative;left:20.83333%}.el-col-xs-6{width:25%}.el-col-xs-offset-6{margin-left:25%}.el-col-xs-pull-6{position:relative;right:25%}.el-col-xs-push-6{position:relative;left:25%}.el-col-xs-7{width:29.16667%}.el-col-xs-offset-7{margin-left:29.16667%}.el-col-xs-pull-7{position:relative;right:29.16667%}.el-col-xs-push-7{position:relative;left:29.16667%}.el-col-xs-8{width:33.33333%}.el-col-xs-offset-8{margin-left:33.33333%}.el-col-xs-pull-8{position:relative;right:33.33333%}.el-col-xs-push-8{position:relative;left:33.33333%}.el-col-xs-9{width:37.5%}.el-col-xs-offset-9{margin-left:37.5%}.el-col-xs-pull-9{position:relative;right:37.5%}.el-col-xs-push-9{position:relative;left:37.5%}.el-col-xs-10{width:41.66667%}.el-col-xs-offset-10{margin-left:41.66667%}.el-col-xs-pull-10{position:relative;right:41.66667%}.el-col-xs-push-10{position:relative;left:41.66667%}.el-col-xs-11{width:45.83333%}.el-col-xs-offset-11{margin-left:45.83333%}.el-col-xs-pull-11{position:relative;right:45.83333%}.el-col-xs-push-11{position:relative;left:45.83333%}.el-col-xs-12{width:50%}.el-col-xs-offset-12{margin-left:50%}.el-col-xs-pull-12{position:relative;right:50%}.el-col-xs-push-12{position:relative;left:50%}.el-col-xs-13{width:54.16667%}.el-col-xs-offset-13{margin-left:54.16667%}.el-col-xs-pull-13{position:relative;right:54.16667%}.el-col-xs-push-13{position:relative;left:54.16667%}.el-col-xs-14{width:58.33333%}.el-col-xs-offset-14{margin-left:58.33333%}.el-col-xs-pull-14{position:relative;right:58.33333%}.el-col-xs-push-14{position:relative;left:58.33333%}.el-col-xs-15{width:62.5%}.el-col-xs-offset-15{margin-left:62.5%}.el-col-xs-pull-15{position:relative;right:62.5%}.el-col-xs-push-15{position:relative;left:62.5%}.el-col-xs-16{width:66.66667%}.el-col-xs-offset-16{margin-left:66.66667%}.el-col-xs-pull-16{position:relative;right:66.66667%}.el-col-xs-push-16{position:relative;left:66.66667%}.el-col-xs-17{width:70.83333%}.el-col-xs-offset-17{margin-left:70.83333%}.el-col-xs-pull-17{position:relative;right:70.83333%}.el-col-xs-push-17{position:relative;left:70.83333%}.el-col-xs-18{width:75%}.el-col-xs-offset-18{margin-left:75%}.el-col-xs-pull-18{position:relative;right:75%}.el-col-xs-push-18{position:relative;left:75%}.el-col-xs-19{width:79.16667%}.el-col-xs-offset-19{margin-left:79.16667%}.el-col-xs-pull-19{position:relative;right:79.16667%}.el-col-xs-push-19{position:relative;left:79.16667%}.el-col-xs-20{width:83.33333%}.el-col-xs-offset-20{margin-left:83.33333%}.el-col-xs-pull-20{position:relative;right:83.33333%}.el-col-xs-push-20{position:relative;left:83.33333%}.el-col-xs-21{width:87.5%}.el-col-xs-offset-21{margin-left:87.5%}.el-col-xs-pull-21{position:relative;right:87.5%}.el-col-xs-push-21{position:relative;left:87.5%}.el-col-xs-22{width:91.66667%}.el-col-xs-offset-22{margin-left:91.66667%}.el-col-xs-pull-22{position:relative;right:91.66667%}.el-col-xs-push-22{position:relative;left:91.66667%}.el-col-xs-23{width:95.83333%}.el-col-xs-offset-23{margin-left:95.83333%}.el-col-xs-pull-23{position:relative;right:95.83333%}.el-col-xs-push-23{position:relative;left:95.83333%}.el-col-xs-24{width:100%}.el-col-xs-offset-24{margin-left:100%}.el-col-xs-pull-24{position:relative;right:100%}.el-col-xs-push-24{position:relative;left:100%}}@media only screen and (min-width:768px){.el-col-sm-0{display:none;width:0}.el-col-sm-offset-0{margin-left:0}.el-col-sm-pull-0{position:relative;right:0}.el-col-sm-push-0{position:relative;left:0}.el-col-sm-1{width:4.16667%}.el-col-sm-offset-1{margin-left:4.16667%}.el-col-sm-pull-1{position:relative;right:4.16667%}.el-col-sm-push-1{position:relative;left:4.16667%}.el-col-sm-2{width:8.33333%}.el-col-sm-offset-2{margin-left:8.33333%}.el-col-sm-pull-2{position:relative;right:8.33333%}.el-col-sm-push-2{position:relative;left:8.33333%}.el-col-sm-3{width:12.5%}.el-col-sm-offset-3{margin-left:12.5%}.el-col-sm-pull-3{position:relative;right:12.5%}.el-col-sm-push-3{position:relative;left:12.5%}.el-col-sm-4{width:16.66667%}.el-col-sm-offset-4{margin-left:16.66667%}.el-col-sm-pull-4{position:relative;right:16.66667%}.el-col-sm-push-4{position:relative;left:16.66667%}.el-col-sm-5{width:20.83333%}.el-col-sm-offset-5{margin-left:20.83333%}.el-col-sm-pull-5{position:relative;right:20.83333%}.el-col-sm-push-5{position:relative;left:20.83333%}.el-col-sm-6{width:25%}.el-col-sm-offset-6{margin-left:25%}.el-col-sm-pull-6{position:relative;right:25%}.el-col-sm-push-6{position:relative;left:25%}.el-col-sm-7{width:29.16667%}.el-col-sm-offset-7{margin-left:29.16667%}.el-col-sm-pull-7{position:relative;right:29.16667%}.el-col-sm-push-7{position:relative;left:29.16667%}.el-col-sm-8{width:33.33333%}.el-col-sm-offset-8{margin-left:33.33333%}.el-col-sm-pull-8{position:relative;right:33.33333%}.el-col-sm-push-8{position:relative;left:33.33333%}.el-col-sm-9{width:37.5%}.el-col-sm-offset-9{margin-left:37.5%}.el-col-sm-pull-9{position:relative;right:37.5%}.el-col-sm-push-9{position:relative;left:37.5%}.el-col-sm-10{width:41.66667%}.el-col-sm-offset-10{margin-left:41.66667%}.el-col-sm-pull-10{position:relative;right:41.66667%}.el-col-sm-push-10{position:relative;left:41.66667%}.el-col-sm-11{width:45.83333%}.el-col-sm-offset-11{margin-left:45.83333%}.el-col-sm-pull-11{position:relative;right:45.83333%}.el-col-sm-push-11{position:relative;left:45.83333%}.el-col-sm-12{width:50%}.el-col-sm-offset-12{margin-left:50%}.el-col-sm-pull-12{position:relative;right:50%}.el-col-sm-push-12{position:relative;left:50%}.el-col-sm-13{width:54.16667%}.el-col-sm-offset-13{margin-left:54.16667%}.el-col-sm-pull-13{position:relative;right:54.16667%}.el-col-sm-push-13{position:relative;left:54.16667%}.el-col-sm-14{width:58.33333%}.el-col-sm-offset-14{margin-left:58.33333%}.el-col-sm-pull-14{position:relative;right:58.33333%}.el-col-sm-push-14{position:relative;left:58.33333%}.el-col-sm-15{width:62.5%}.el-col-sm-offset-15{margin-left:62.5%}.el-col-sm-pull-15{position:relative;right:62.5%}.el-col-sm-push-15{position:relative;left:62.5%}.el-col-sm-16{width:66.66667%}.el-col-sm-offset-16{margin-left:66.66667%}.el-col-sm-pull-16{position:relative;right:66.66667%}.el-col-sm-push-16{position:relative;left:66.66667%}.el-col-sm-17{width:70.83333%}.el-col-sm-offset-17{margin-left:70.83333%}.el-col-sm-pull-17{position:relative;right:70.83333%}.el-col-sm-push-17{position:relative;left:70.83333%}.el-col-sm-18{width:75%}.el-col-sm-offset-18{margin-left:75%}.el-col-sm-pull-18{position:relative;right:75%}.el-col-sm-push-18{position:relative;left:75%}.el-col-sm-19{width:79.16667%}.el-col-sm-offset-19{margin-left:79.16667%}.el-col-sm-pull-19{position:relative;right:79.16667%}.el-col-sm-push-19{position:relative;left:79.16667%}.el-col-sm-20{width:83.33333%}.el-col-sm-offset-20{margin-left:83.33333%}.el-col-sm-pull-20{position:relative;right:83.33333%}.el-col-sm-push-20{position:relative;left:83.33333%}.el-col-sm-21{width:87.5%}.el-col-sm-offset-21{margin-left:87.5%}.el-col-sm-pull-21{position:relative;right:87.5%}.el-col-sm-push-21{position:relative;left:87.5%}.el-col-sm-22{width:91.66667%}.el-col-sm-offset-22{margin-left:91.66667%}.el-col-sm-pull-22{position:relative;right:91.66667%}.el-col-sm-push-22{position:relative;left:91.66667%}.el-col-sm-23{width:95.83333%}.el-col-sm-offset-23{margin-left:95.83333%}.el-col-sm-pull-23{position:relative;right:95.83333%}.el-col-sm-push-23{position:relative;left:95.83333%}.el-col-sm-24{width:100%}.el-col-sm-offset-24{margin-left:100%}.el-col-sm-pull-24{position:relative;right:100%}.el-col-sm-push-24{position:relative;left:100%}}@media only screen and (min-width:992px){.el-col-md-0{display:none;width:0}.el-col-md-offset-0{margin-left:0}.el-col-md-pull-0{position:relative;right:0}.el-col-md-push-0{position:relative;left:0}.el-col-md-1{width:4.16667%}.el-col-md-offset-1{margin-left:4.16667%}.el-col-md-pull-1{position:relative;right:4.16667%}.el-col-md-push-1{position:relative;left:4.16667%}.el-col-md-2{width:8.33333%}.el-col-md-offset-2{margin-left:8.33333%}.el-col-md-pull-2{position:relative;right:8.33333%}.el-col-md-push-2{position:relative;left:8.33333%}.el-col-md-3{width:12.5%}.el-col-md-offset-3{margin-left:12.5%}.el-col-md-pull-3{position:relative;right:12.5%}.el-col-md-push-3{position:relative;left:12.5%}.el-col-md-4{width:16.66667%}.el-col-md-offset-4{margin-left:16.66667%}.el-col-md-pull-4{position:relative;right:16.66667%}.el-col-md-push-4{position:relative;left:16.66667%}.el-col-md-5{width:20.83333%}.el-col-md-offset-5{margin-left:20.83333%}.el-col-md-pull-5{position:relative;right:20.83333%}.el-col-md-push-5{position:relative;left:20.83333%}.el-col-md-6{width:25%}.el-col-md-offset-6{margin-left:25%}.el-col-md-pull-6{position:relative;right:25%}.el-col-md-push-6{position:relative;left:25%}.el-col-md-7{width:29.16667%}.el-col-md-offset-7{margin-left:29.16667%}.el-col-md-pull-7{position:relative;right:29.16667%}.el-col-md-push-7{position:relative;left:29.16667%}.el-col-md-8{width:33.33333%}.el-col-md-offset-8{margin-left:33.33333%}.el-col-md-pull-8{position:relative;right:33.33333%}.el-col-md-push-8{position:relative;left:33.33333%}.el-col-md-9{width:37.5%}.el-col-md-offset-9{margin-left:37.5%}.el-col-md-pull-9{position:relative;right:37.5%}.el-col-md-push-9{position:relative;left:37.5%}.el-col-md-10{width:41.66667%}.el-col-md-offset-10{margin-left:41.66667%}.el-col-md-pull-10{position:relative;right:41.66667%}.el-col-md-push-10{position:relative;left:41.66667%}.el-col-md-11{width:45.83333%}.el-col-md-offset-11{margin-left:45.83333%}.el-col-md-pull-11{position:relative;right:45.83333%}.el-col-md-push-11{position:relative;left:45.83333%}.el-col-md-12{width:50%}.el-col-md-offset-12{margin-left:50%}.el-col-md-pull-12{position:relative;right:50%}.el-col-md-push-12{position:relative;left:50%}.el-col-md-13{width:54.16667%}.el-col-md-offset-13{margin-left:54.16667%}.el-col-md-pull-13{position:relative;right:54.16667%}.el-col-md-push-13{position:relative;left:54.16667%}.el-col-md-14{width:58.33333%}.el-col-md-offset-14{margin-left:58.33333%}.el-col-md-pull-14{position:relative;right:58.33333%}.el-col-md-push-14{position:relative;left:58.33333%}.el-col-md-15{width:62.5%}.el-col-md-offset-15{margin-left:62.5%}.el-col-md-pull-15{position:relative;right:62.5%}.el-col-md-push-15{position:relative;left:62.5%}.el-col-md-16{width:66.66667%}.el-col-md-offset-16{margin-left:66.66667%}.el-col-md-pull-16{position:relative;right:66.66667%}.el-col-md-push-16{position:relative;left:66.66667%}.el-col-md-17{width:70.83333%}.el-col-md-offset-17{margin-left:70.83333%}.el-col-md-pull-17{position:relative;right:70.83333%}.el-col-md-push-17{position:relative;left:70.83333%}.el-col-md-18{width:75%}.el-col-md-offset-18{margin-left:75%}.el-col-md-pull-18{position:relative;right:75%}.el-col-md-push-18{position:relative;left:75%}.el-col-md-19{width:79.16667%}.el-col-md-offset-19{margin-left:79.16667%}.el-col-md-pull-19{position:relative;right:79.16667%}.el-col-md-push-19{position:relative;left:79.16667%}.el-col-md-20{width:83.33333%}.el-col-md-offset-20{margin-left:83.33333%}.el-col-md-pull-20{position:relative;right:83.33333%}.el-col-md-push-20{position:relative;left:83.33333%}.el-col-md-21{width:87.5%}.el-col-md-offset-21{margin-left:87.5%}.el-col-md-pull-21{position:relative;right:87.5%}.el-col-md-push-21{position:relative;left:87.5%}.el-col-md-22{width:91.66667%}.el-col-md-offset-22{margin-left:91.66667%}.el-col-md-pull-22{position:relative;right:91.66667%}.el-col-md-push-22{position:relative;left:91.66667%}.el-col-md-23{width:95.83333%}.el-col-md-offset-23{margin-left:95.83333%}.el-col-md-pull-23{position:relative;right:95.83333%}.el-col-md-push-23{position:relative;left:95.83333%}.el-col-md-24{width:100%}.el-col-md-offset-24{margin-left:100%}.el-col-md-pull-24{position:relative;right:100%}.el-col-md-push-24{position:relative;left:100%}}@media only screen and (min-width:1200px){.el-col-lg-0{display:none;width:0}.el-col-lg-offset-0{margin-left:0}.el-col-lg-pull-0{position:relative;right:0}.el-col-lg-push-0{position:relative;left:0}.el-col-lg-1{width:4.16667%}.el-col-lg-offset-1{margin-left:4.16667%}.el-col-lg-pull-1{position:relative;right:4.16667%}.el-col-lg-push-1{position:relative;left:4.16667%}.el-col-lg-2{width:8.33333%}.el-col-lg-offset-2{margin-left:8.33333%}.el-col-lg-pull-2{position:relative;right:8.33333%}.el-col-lg-push-2{position:relative;left:8.33333%}.el-col-lg-3{width:12.5%}.el-col-lg-offset-3{margin-left:12.5%}.el-col-lg-pull-3{position:relative;right:12.5%}.el-col-lg-push-3{position:relative;left:12.5%}.el-col-lg-4{width:16.66667%}.el-col-lg-offset-4{margin-left:16.66667%}.el-col-lg-pull-4{position:relative;right:16.66667%}.el-col-lg-push-4{position:relative;left:16.66667%}.el-col-lg-5{width:20.83333%}.el-col-lg-offset-5{margin-left:20.83333%}.el-col-lg-pull-5{position:relative;right:20.83333%}.el-col-lg-push-5{position:relative;left:20.83333%}.el-col-lg-6{width:25%}.el-col-lg-offset-6{margin-left:25%}.el-col-lg-pull-6{position:relative;right:25%}.el-col-lg-push-6{position:relative;left:25%}.el-col-lg-7{width:29.16667%}.el-col-lg-offset-7{margin-left:29.16667%}.el-col-lg-pull-7{position:relative;right:29.16667%}.el-col-lg-push-7{position:relative;left:29.16667%}.el-col-lg-8{width:33.33333%}.el-col-lg-offset-8{margin-left:33.33333%}.el-col-lg-pull-8{position:relative;right:33.33333%}.el-col-lg-push-8{position:relative;left:33.33333%}.el-col-lg-9{width:37.5%}.el-col-lg-offset-9{margin-left:37.5%}.el-col-lg-pull-9{position:relative;right:37.5%}.el-col-lg-push-9{position:relative;left:37.5%}.el-col-lg-10{width:41.66667%}.el-col-lg-offset-10{margin-left:41.66667%}.el-col-lg-pull-10{position:relative;right:41.66667%}.el-col-lg-push-10{position:relative;left:41.66667%}.el-col-lg-11{width:45.83333%}.el-col-lg-offset-11{margin-left:45.83333%}.el-col-lg-pull-11{position:relative;right:45.83333%}.el-col-lg-push-11{position:relative;left:45.83333%}.el-col-lg-12{width:50%}.el-col-lg-offset-12{margin-left:50%}.el-col-lg-pull-12{position:relative;right:50%}.el-col-lg-push-12{position:relative;left:50%}.el-col-lg-13{width:54.16667%}.el-col-lg-offset-13{margin-left:54.16667%}.el-col-lg-pull-13{position:relative;right:54.16667%}.el-col-lg-push-13{position:relative;left:54.16667%}.el-col-lg-14{width:58.33333%}.el-col-lg-offset-14{margin-left:58.33333%}.el-col-lg-pull-14{position:relative;right:58.33333%}.el-col-lg-push-14{position:relative;left:58.33333%}.el-col-lg-15{width:62.5%}.el-col-lg-offset-15{margin-left:62.5%}.el-col-lg-pull-15{position:relative;right:62.5%}.el-col-lg-push-15{position:relative;left:62.5%}.el-col-lg-16{width:66.66667%}.el-col-lg-offset-16{margin-left:66.66667%}.el-col-lg-pull-16{position:relative;right:66.66667%}.el-col-lg-push-16{position:relative;left:66.66667%}.el-col-lg-17{width:70.83333%}.el-col-lg-offset-17{margin-left:70.83333%}.el-col-lg-pull-17{position:relative;right:70.83333%}.el-col-lg-push-17{position:relative;left:70.83333%}.el-col-lg-18{width:75%}.el-col-lg-offset-18{margin-left:75%}.el-col-lg-pull-18{position:relative;right:75%}.el-col-lg-push-18{position:relative;left:75%}.el-col-lg-19{width:79.16667%}.el-col-lg-offset-19{margin-left:79.16667%}.el-col-lg-pull-19{position:relative;right:79.16667%}.el-col-lg-push-19{position:relative;left:79.16667%}.el-col-lg-20{width:83.33333%}.el-col-lg-offset-20{margin-left:83.33333%}.el-col-lg-pull-20{position:relative;right:83.33333%}.el-col-lg-push-20{position:relative;left:83.33333%}.el-col-lg-21{width:87.5%}.el-col-lg-offset-21{margin-left:87.5%}.el-col-lg-pull-21{position:relative;right:87.5%}.el-col-lg-push-21{position:relative;left:87.5%}.el-col-lg-22{width:91.66667%}.el-col-lg-offset-22{margin-left:91.66667%}.el-col-lg-pull-22{position:relative;right:91.66667%}.el-col-lg-push-22{position:relative;left:91.66667%}.el-col-lg-23{width:95.83333%}.el-col-lg-offset-23{margin-left:95.83333%}.el-col-lg-pull-23{position:relative;right:95.83333%}.el-col-lg-push-23{position:relative;left:95.83333%}.el-col-lg-24{width:100%}.el-col-lg-offset-24{margin-left:100%}.el-col-lg-pull-24{position:relative;right:100%}.el-col-lg-push-24{position:relative;left:100%}}@media only screen and (min-width:1920px){.el-col-xl-0{display:none;width:0}.el-col-xl-offset-0{margin-left:0}.el-col-xl-pull-0{position:relative;right:0}.el-col-xl-push-0{position:relative;left:0}.el-col-xl-1{width:4.16667%}.el-col-xl-offset-1{margin-left:4.16667%}.el-col-xl-pull-1{position:relative;right:4.16667%}.el-col-xl-push-1{position:relative;left:4.16667%}.el-col-xl-2{width:8.33333%}.el-col-xl-offset-2{margin-left:8.33333%}.el-col-xl-pull-2{position:relative;right:8.33333%}.el-col-xl-push-2{position:relative;left:8.33333%}.el-col-xl-3{width:12.5%}.el-col-xl-offset-3{margin-left:12.5%}.el-col-xl-pull-3{position:relative;right:12.5%}.el-col-xl-push-3{position:relative;left:12.5%}.el-col-xl-4{width:16.66667%}.el-col-xl-offset-4{margin-left:16.66667%}.el-col-xl-pull-4{position:relative;right:16.66667%}.el-col-xl-push-4{position:relative;left:16.66667%}.el-col-xl-5{width:20.83333%}.el-col-xl-offset-5{margin-left:20.83333%}.el-col-xl-pull-5{position:relative;right:20.83333%}.el-col-xl-push-5{position:relative;left:20.83333%}.el-col-xl-6{width:25%}.el-col-xl-offset-6{margin-left:25%}.el-col-xl-pull-6{position:relative;right:25%}.el-col-xl-push-6{position:relative;left:25%}.el-col-xl-7{width:29.16667%}.el-col-xl-offset-7{margin-left:29.16667%}.el-col-xl-pull-7{position:relative;right:29.16667%}.el-col-xl-push-7{position:relative;left:29.16667%}.el-col-xl-8{width:33.33333%}.el-col-xl-offset-8{margin-left:33.33333%}.el-col-xl-pull-8{position:relative;right:33.33333%}.el-col-xl-push-8{position:relative;left:33.33333%}.el-col-xl-9{width:37.5%}.el-col-xl-offset-9{margin-left:37.5%}.el-col-xl-pull-9{position:relative;right:37.5%}.el-col-xl-push-9{position:relative;left:37.5%}.el-col-xl-10{width:41.66667%}.el-col-xl-offset-10{margin-left:41.66667%}.el-col-xl-pull-10{position:relative;right:41.66667%}.el-col-xl-push-10{position:relative;left:41.66667%}.el-col-xl-11{width:45.83333%}.el-col-xl-offset-11{margin-left:45.83333%}.el-col-xl-pull-11{position:relative;right:45.83333%}.el-col-xl-push-11{position:relative;left:45.83333%}.el-col-xl-12{width:50%}.el-col-xl-offset-12{margin-left:50%}.el-col-xl-pull-12{position:relative;right:50%}.el-col-xl-push-12{position:relative;left:50%}.el-col-xl-13{width:54.16667%}.el-col-xl-offset-13{margin-left:54.16667%}.el-col-xl-pull-13{position:relative;right:54.16667%}.el-col-xl-push-13{position:relative;left:54.16667%}.el-col-xl-14{width:58.33333%}.el-col-xl-offset-14{margin-left:58.33333%}.el-col-xl-pull-14{position:relative;right:58.33333%}.el-col-xl-push-14{position:relative;left:58.33333%}.el-col-xl-15{width:62.5%}.el-col-xl-offset-15{margin-left:62.5%}.el-col-xl-pull-15{position:relative;right:62.5%}.el-col-xl-push-15{position:relative;left:62.5%}.el-col-xl-16{width:66.66667%}.el-col-xl-offset-16{margin-left:66.66667%}.el-col-xl-pull-16{position:relative;right:66.66667%}.el-col-xl-push-16{position:relative;left:66.66667%}.el-col-xl-17{width:70.83333%}.el-col-xl-offset-17{margin-left:70.83333%}.el-col-xl-pull-17{position:relative;right:70.83333%}.el-col-xl-push-17{position:relative;left:70.83333%}.el-col-xl-18{width:75%}.el-col-xl-offset-18{margin-left:75%}.el-col-xl-pull-18{position:relative;right:75%}.el-col-xl-push-18{position:relative;left:75%}.el-col-xl-19{width:79.16667%}.el-col-xl-offset-19{margin-left:79.16667%}.el-col-xl-pull-19{position:relative;right:79.16667%}.el-col-xl-push-19{position:relative;left:79.16667%}.el-col-xl-20{width:83.33333%}.el-col-xl-offset-20{margin-left:83.33333%}.el-col-xl-pull-20{position:relative;right:83.33333%}.el-col-xl-push-20{position:relative;left:83.33333%}.el-col-xl-21{width:87.5%}.el-col-xl-offset-21{margin-left:87.5%}.el-col-xl-pull-21{position:relative;right:87.5%}.el-col-xl-push-21{position:relative;left:87.5%}.el-col-xl-22{width:91.66667%}.el-col-xl-offset-22{margin-left:91.66667%}.el-col-xl-pull-22{position:relative;right:91.66667%}.el-col-xl-push-22{position:relative;left:91.66667%}.el-col-xl-23{width:95.83333%}.el-col-xl-offset-23{margin-left:95.83333%}.el-col-xl-pull-23{position:relative;right:95.83333%}.el-col-xl-push-23{position:relative;left:95.83333%}.el-col-xl-24{width:100%}.el-col-xl-offset-24{margin-left:100%}.el-col-xl-pull-24{position:relative;right:100%}.el-col-xl-push-24{position:relative;left:100%}}@-webkit-keyframes progress{0%{background-position:0 0}to{background-position:32px 0}}.el-upload{display:inline-block;text-align:center;cursor:pointer;outline:none}.el-upload__input{display:none}.el-upload__tip{font-size:12px;color:#606266;margin-top:7px}.el-upload iframe{position:absolute;z-index:-1;top:0;left:0;opacity:0;filter:alpha(opacity=0)}.el-upload--picture-card{background-color:#fbfdff;border:1px dashed #c0ccda;border-radius:6px;-webkit-box-sizing:border-box;box-sizing:border-box;width:148px;height:148px;cursor:pointer;line-height:146px;vertical-align:top}.el-upload--picture-card i{font-size:28px;color:#8c939d}.el-upload--picture-card:hover,.el-upload:focus{border-color:#00c292;color:#00c292}.el-upload:focus .el-upload-dragger{border-color:#00c292}.el-upload-dragger{background-color:#fff;border:1px dashed #d9d9d9;border-radius:6px;-webkit-box-sizing:border-box;box-sizing:border-box;width:360px;height:180px;text-align:center;cursor:pointer;position:relative;overflow:hidden}.el-upload-dragger .el-icon-upload{font-size:67px;color:#c0c4cc;margin:40px 0 16px;line-height:50px}.el-upload-dragger+.el-upload__tip{text-align:center}.el-upload-dragger~.el-upload__files{border-top:1px solid #dcdfe6;margin-top:7px;padding-top:5px}.el-upload-dragger .el-upload__text{color:#606266;font-size:14px;text-align:center}.el-upload-dragger .el-upload__text em{color:#00c292;font-style:normal}.el-upload-dragger:hover{border-color:#00c292}.el-upload-dragger.is-dragover{background-color:rgba(32,159,255,.06);border:2px dashed #00c292}.el-upload-list{margin:0;padding:0;list-style:none}.el-upload-list__item{-webkit-transition:all .5s cubic-bezier(.55,0,.1,1);transition:all .5s cubic-bezier(.55,0,.1,1);font-size:14px;color:#606266;line-height:1.8;margin-top:5px;position:relative;-webkit-box-sizing:border-box;box-sizing:border-box;border-radius:4px;width:100%}.el-upload-list__item .el-progress{position:absolute;top:20px;width:100%}.el-upload-list__item .el-progress__text{position:absolute;right:0;top:-13px}.el-upload-list__item .el-progress-bar{margin-right:0;padding-right:0}.el-upload-list__item:first-child{margin-top:10px}.el-upload-list__item .el-icon-upload-success{color:#67c23a}.el-upload-list__item .el-icon-close{display:none;position:absolute;top:5px;right:5px;cursor:pointer;opacity:.75;color:#606266}.el-upload-list__item .el-icon-close:hover{opacity:1}.el-upload-list__item .el-icon-close-tip{display:none;position:absolute;top:5px;right:5px;font-size:12px;cursor:pointer;opacity:1;color:#00c292}.el-upload-list__item:hover{background-color:#f5f7fa}.el-upload-list__item:hover .el-icon-close{display:inline-block}.el-upload-list__item:hover .el-progress__text{display:none}.el-upload-list__item.is-success .el-upload-list__item-status-label{display:block}.el-upload-list__item.is-success .el-upload-list__item-name:focus,.el-upload-list__item.is-success .el-upload-list__item-name:hover{color:#00c292;cursor:pointer}.el-upload-list__item.is-success:focus:not(:hover) .el-icon-close-tip{display:inline-block}.el-upload-list__item.is-success:active,.el-upload-list__item.is-success:not(.focusing):focus{outline-width:0}.el-upload-list__item.is-success:active .el-icon-close-tip,.el-upload-list__item.is-success:focus .el-upload-list__item-status-label,.el-upload-list__item.is-success:hover .el-upload-list__item-status-label,.el-upload-list__item.is-success:not(.focusing):focus .el-icon-close-tip{display:none}.el-upload-list.is-disabled .el-upload-list__item:hover .el-upload-list__item-status-label{display:block}.el-upload-list__item-name{color:#606266;display:block;margin-right:40px;overflow:hidden;padding-left:4px;text-overflow:ellipsis;-webkit-transition:color .3s;transition:color .3s;white-space:nowrap}.el-upload-list__item-name [class^=el-icon]{height:100%;margin-right:7px;color:#909399;line-height:inherit}.el-upload-list__item-status-label{position:absolute;right:5px;top:0;line-height:inherit;display:none}.el-upload-list__item-delete{position:absolute;right:10px;top:0;font-size:12px;color:#606266;display:none}.el-upload-list__item-delete:hover{color:#00c292}.el-upload-list--picture-card{margin:0;display:inline;vertical-align:top}.el-upload-list--picture-card .el-upload-list__item{overflow:hidden;background-color:#fff;border:1px solid #c0ccda;border-radius:6px;-webkit-box-sizing:border-box;box-sizing:border-box;width:148px;height:148px;margin:0 8px 8px 0;display:inline-block}.el-upload-list--picture-card .el-upload-list__item .el-icon-check,.el-upload-list--picture-card .el-upload-list__item .el-icon-circle-check{color:#fff}.el-upload-list--picture-card .el-upload-list__item .el-icon-close,.el-upload-list--picture-card .el-upload-list__item:hover .el-upload-list__item-status-label{display:none}.el-upload-list--picture-card .el-upload-list__item:hover .el-progress__text{display:block}.el-upload-list--picture-card .el-upload-list__item-name{display:none}.el-upload-list--picture-card .el-upload-list__item-thumbnail{width:100%;height:100%}.el-upload-list--picture-card .el-upload-list__item-status-label{position:absolute;right:-15px;top:-6px;width:40px;height:24px;background:#13ce66;text-align:center;-webkit-transform:rotate(45deg);transform:rotate(45deg);-webkit-box-shadow:0 0 1pc 1px rgba(0,0,0,.2);box-shadow:0 0 1pc 1px rgba(0,0,0,.2)}.el-upload-list--picture-card .el-upload-list__item-status-label i{font-size:12px;margin-top:11px;-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}.el-upload-list--picture-card .el-upload-list__item-actions{position:absolute;width:100%;height:100%;left:0;top:0;cursor:default;text-align:center;color:#fff;opacity:0;font-size:20px;background-color:rgba(0,0,0,.5);-webkit-transition:opacity .3s;transition:opacity .3s}.el-upload-list--picture-card .el-upload-list__item-actions:after{display:inline-block;content:"";height:100%;vertical-align:middle}.el-upload-list--picture-card .el-upload-list__item-actions span{display:none;cursor:pointer}.el-upload-list--picture-card .el-upload-list__item-actions span+span{margin-left:15px}.el-upload-list--picture-card .el-upload-list__item-actions .el-upload-list__item-delete{position:static;font-size:inherit;color:inherit}.el-upload-list--picture-card .el-upload-list__item-actions:hover{opacity:1}.el-upload-list--picture-card .el-upload-list__item-actions:hover span{display:inline-block}.el-upload-list--picture-card .el-progress{top:50%;left:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);bottom:auto;width:126px}.el-upload-list--picture-card .el-progress .el-progress__text{top:50%}.el-upload-list--picture .el-upload-list__item{overflow:hidden;z-index:0;background-color:#fff;border:1px solid #c0ccda;border-radius:6px;-webkit-box-sizing:border-box;box-sizing:border-box;margin-top:10px;padding:10px 10px 10px 90px;height:92px}.el-upload-list--picture .el-upload-list__item .el-icon-check,.el-upload-list--picture .el-upload-list__item .el-icon-circle-check{color:#fff}.el-upload-list--picture .el-upload-list__item:hover .el-upload-list__item-status-label{background:transparent;-webkit-box-shadow:none;box-shadow:none;top:-2px;right:-12px}.el-upload-list--picture .el-upload-list__item:hover .el-progress__text{display:block}.el-upload-list--picture .el-upload-list__item.is-success .el-upload-list__item-name{line-height:70px;margin-top:0}.el-upload-list--picture .el-upload-list__item.is-success .el-upload-list__item-name i{display:none}.el-upload-list--picture .el-upload-list__item-thumbnail{vertical-align:middle;display:inline-block;width:70px;height:70px;float:left;position:relative;z-index:1;margin-left:-80px;background-color:#fff}.el-upload-list--picture .el-upload-list__item-name{display:block;margin-top:20px}.el-upload-list--picture .el-upload-list__item-name i{font-size:70px;line-height:1;position:absolute;left:9px;top:10px}.el-upload-list--picture .el-upload-list__item-status-label{position:absolute;right:-17px;top:-7px;width:46px;height:26px;background:#13ce66;text-align:center;-webkit-transform:rotate(45deg);transform:rotate(45deg);-webkit-box-shadow:0 1px 1px #ccc;box-shadow:0 1px 1px #ccc}.el-upload-list--picture .el-upload-list__item-status-label i{font-size:12px;margin-top:12px;-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}.el-upload-list--picture .el-progress{position:relative;top:-7px}.el-upload-cover{position:absolute;left:0;top:0;width:100%;height:100%;overflow:hidden;z-index:10;cursor:default}.el-upload-cover:after{display:inline-block;content:"";height:100%;vertical-align:middle}.el-upload-cover img{display:block;width:100%;height:100%}.el-upload-cover__label{position:absolute;right:-15px;top:-6px;width:40px;height:24px;background:#13ce66;text-align:center;-webkit-transform:rotate(45deg);transform:rotate(45deg);-webkit-box-shadow:0 0 1pc 1px rgba(0,0,0,.2);box-shadow:0 0 1pc 1px rgba(0,0,0,.2)}.el-upload-cover__label i{font-size:12px;margin-top:11px;-webkit-transform:rotate(-45deg);transform:rotate(-45deg);color:#fff}.el-upload-cover__progress{display:inline-block;vertical-align:middle;position:static;width:243px}.el-upload-cover__progress+.el-upload__inner{opacity:0}.el-upload-cover__content{position:absolute;top:0;left:0;width:100%;height:100%}.el-upload-cover__interact{position:absolute;bottom:0;left:0;width:100%;height:100%;background-color:rgba(0,0,0,.72);text-align:center}.el-upload-cover__interact .btn{display:inline-block;color:#fff;font-size:14px;cursor:pointer;vertical-align:middle;-webkit-transition:opacity .3s cubic-bezier(.23,1,.32,1),-webkit-transform .3s cubic-bezier(.23,1,.32,1);transition:opacity .3s cubic-bezier(.23,1,.32,1),-webkit-transform .3s cubic-bezier(.23,1,.32,1);transition:transform .3s cubic-bezier(.23,1,.32,1),opacity .3s cubic-bezier(.23,1,.32,1);transition:transform .3s cubic-bezier(.23,1,.32,1),opacity .3s cubic-bezier(.23,1,.32,1),-webkit-transform .3s cubic-bezier(.23,1,.32,1);margin-top:60px}.el-upload-cover__interact .btn i{margin-top:0}.el-upload-cover__interact .btn span{opacity:0;-webkit-transition:opacity .15s linear;transition:opacity .15s linear}.el-upload-cover__interact .btn:not(:first-child){margin-left:35px}.el-upload-cover__interact .btn:hover{-webkit-transform:translateY(-13px);transform:translateY(-13px)}.el-upload-cover__interact .btn:hover span{opacity:1}.el-upload-cover__interact .btn i{color:#fff;display:block;font-size:24px;line-height:inherit;margin:0 auto 5px}.el-upload-cover__title{position:absolute;bottom:0;left:0;background-color:#fff;height:36px;width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-weight:400;text-align:left;padding:0 10px;margin:0;line-height:36px;font-size:14px;color:#303133}.el-upload-cover+.el-upload__inner{opacity:0;position:relative;z-index:1}.el-progress{position:relative;line-height:1}.el-progress__text{font-size:14px;color:#606266;display:inline-block;vertical-align:middle;margin-left:10px;line-height:1}.el-progress__text i{vertical-align:middle;display:block}.el-progress--circle,.el-progress--dashboard{display:inline-block}.el-progress--circle .el-progress__text,.el-progress--dashboard .el-progress__text{position:absolute;top:50%;left:0;width:100%;text-align:center;margin:0;-webkit-transform:translateY(-50%);transform:translateY(-50%)}.el-progress--circle .el-progress__text i,.el-progress--dashboard .el-progress__text i{vertical-align:middle;display:inline-block}.el-progress--without-text .el-progress__text{display:none}.el-progress--without-text .el-progress-bar{padding-right:0;margin-right:0;display:block}.el-progress--text-inside .el-progress-bar{padding-right:0;margin-right:0}.el-progress.is-success .el-progress-bar__inner{background-color:#67c23a}.el-progress.is-success .el-progress__text{color:#67c23a}.el-progress.is-warning .el-progress-bar__inner{background-color:#e6a23c}.el-progress.is-warning .el-progress__text{color:#e6a23c}.el-progress.is-exception .el-progress-bar__inner{background-color:#f56c6c}.el-progress.is-exception .el-progress__text{color:#f56c6c}.el-progress-bar{padding-right:50px;display:inline-block;vertical-align:middle;width:100%;margin-right:-55px;-webkit-box-sizing:border-box;box-sizing:border-box}.el-progress-bar__outer{height:6px;border-radius:100px;background-color:#ebeef5;overflow:hidden;position:relative;vertical-align:middle}.el-progress-bar__inner{position:absolute;left:0;top:0;height:100%;background-color:#00c292;text-align:right;border-radius:100px;line-height:1;white-space:nowrap;-webkit-transition:width .6s ease;transition:width .6s ease}.el-progress-bar__inner:after{display:inline-block;content:"";height:100%;vertical-align:middle}.el-progress-bar__innerText{display:inline-block;vertical-align:middle;color:#fff;font-size:12px;margin:0 5px}@keyframes progress{0%{background-position:0 0}to{background-position:32px 0}}.el-time-spinner{width:100%;white-space:nowrap}.el-spinner{display:inline-block;vertical-align:middle}.el-spinner-inner{-webkit-animation:rotate 2s linear infinite;animation:rotate 2s linear infinite;width:50px;height:50px}.el-spinner-inner .path{stroke:#ececec;stroke-linecap:round;-webkit-animation:dash 1.5s ease-in-out infinite;animation:dash 1.5s ease-in-out infinite}@-webkit-keyframes rotate{to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes rotate{to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@-webkit-keyframes dash{0%{stroke-dasharray:1,150;stroke-dashoffset:0}50%{stroke-dasharray:90,150;stroke-dashoffset:-35}to{stroke-dasharray:90,150;stroke-dashoffset:-124}}@keyframes dash{0%{stroke-dasharray:1,150;stroke-dashoffset:0}50%{stroke-dasharray:90,150;stroke-dashoffset:-35}to{stroke-dasharray:90,150;stroke-dashoffset:-124}}.el-message{min-width:380px;-webkit-box-sizing:border-box;box-sizing:border-box;border-radius:4px;border-width:1px;border-style:solid;border-color:#ebeef5;position:fixed;left:50%;top:20px;-webkit-transform:translateX(-50%);transform:translateX(-50%);background-color:#edf2fc;-webkit-transition:opacity .3s,top .4s,-webkit-transform .4s;transition:opacity .3s,top .4s,-webkit-transform .4s;transition:opacity .3s,transform .4s,top .4s;transition:opacity .3s,transform .4s,top .4s,-webkit-transform .4s;overflow:hidden;padding:15px 15px 15px 20px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.el-message.is-center{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.el-message.is-closable .el-message__content{padding-right:16px}.el-message p{margin:0}.el-message--info .el-message__content{color:#909399}.el-message--success{background-color:#f0f9eb;border-color:#e1f3d8}.el-message--success .el-message__content{color:#67c23a}.el-message--warning{background-color:#fdf6ec;border-color:#faecd8}.el-message--warning .el-message__content{color:#e6a23c}.el-message--error{background-color:#fef0f0;border-color:#fde2e2}.el-message--error .el-message__content{color:#f56c6c}.el-message__icon{margin-right:10px}.el-message__content{padding:0;font-size:14px;line-height:1}.el-message__content:focus{outline-width:0}.el-message__closeBtn{position:absolute;top:50%;right:15px;-webkit-transform:translateY(-50%);transform:translateY(-50%);cursor:pointer;color:#c0c4cc;font-size:16px}.el-message__closeBtn:focus{outline-width:0}.el-message__closeBtn:hover{color:#909399}.el-message .el-icon-success{color:#67c23a}.el-message .el-icon-error{color:#f56c6c}.el-message .el-icon-info{color:#909399}.el-message .el-icon-warning{color:#e6a23c}.el-message-fade-enter,.el-message-fade-leave-active{opacity:0;-webkit-transform:translate(-50%,-100%);transform:translate(-50%,-100%)}.el-badge{position:relative;vertical-align:middle;display:inline-block}.el-badge__content{background-color:#f56c6c;border-radius:10px;color:#fff;display:inline-block;font-size:12px;height:18px;line-height:18px;padding:0 6px;text-align:center;white-space:nowrap;border:1px solid #fff}.el-badge__content.is-fixed{position:absolute;top:0;right:10px;-webkit-transform:translateY(-50%) translateX(100%);transform:translateY(-50%) translateX(100%)}.el-badge__content.is-fixed.is-dot{right:5px}.el-badge__content.is-dot{height:8px;width:8px;padding:0;right:0;border-radius:50%}.el-badge__content--primary{background-color:#00c292}.el-badge__content--success{background-color:#67c23a}.el-badge__content--warning{background-color:#e6a23c}.el-badge__content--info{background-color:#909399}.el-badge__content--danger{background-color:#f56c6c}.el-card{border-radius:4px;border:1px solid #ebeef5;background-color:#fff;overflow:hidden;color:#303133;-webkit-transition:.3s;transition:.3s}.el-card.is-always-shadow,.el-card.is-hover-shadow:focus,.el-card.is-hover-shadow:hover{-webkit-box-shadow:0 2px 12px 0 rgba(0,0,0,.1);box-shadow:0 2px 12px 0 rgba(0,0,0,.1)}.el-card__header{padding:18px 20px;border-bottom:1px solid #ebeef5;-webkit-box-sizing:border-box;box-sizing:border-box}.el-card__body{padding:20px}.el-rate{height:20px;line-height:1}.el-rate:active,.el-rate:focus{outline-width:0}.el-rate__item{font-size:0;vertical-align:middle}.el-rate__icon,.el-rate__item{display:inline-block;position:relative}.el-rate__icon{font-size:18px;margin-right:6px;color:#c0c4cc;-webkit-transition:.3s;transition:.3s}.el-rate__icon.hover{-webkit-transform:scale(1.15);transform:scale(1.15)}.el-rate__decimal,.el-rate__icon .path2{position:absolute;left:0;top:0}.el-rate__decimal{display:inline-block;overflow:hidden}.el-rate__text{font-size:14px;vertical-align:middle}.el-steps{display:-webkit-box;display:-ms-flexbox;display:flex}.el-steps--simple{padding:13px 8%;border-radius:4px;background:#f5f7fa}.el-steps--horizontal{white-space:nowrap}.el-steps--vertical{height:100%;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-flow:column;flex-flow:column}.el-step{position:relative;-ms-flex-negative:1;flex-shrink:1}.el-step:last-of-type .el-step__line{display:none}.el-step:last-of-type.is-flex{-ms-flex-preferred-size:auto!important;flex-basis:auto!important;-ms-flex-negative:0;flex-shrink:0;-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0}.el-step:last-of-type .el-step__description,.el-step:last-of-type .el-step__main{padding-right:0}.el-step__head{position:relative;width:100%}.el-step__head.is-process{color:#303133;border-color:#303133}.el-step__head.is-wait{color:#c0c4cc;border-color:#c0c4cc}.el-step__head.is-success{color:#67c23a;border-color:#67c23a}.el-step__head.is-error{color:#f56c6c;border-color:#f56c6c}.el-step__head.is-finish{color:#00c292;border-color:#00c292}.el-step__icon{position:relative;z-index:1;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:24px;height:24px;font-size:14px;-webkit-box-sizing:border-box;box-sizing:border-box;background:#fff;-webkit-transition:.15s ease-out;transition:.15s ease-out}.el-step__icon.is-text{border-radius:50%;border:2px solid;border-color:inherit}.el-step__icon.is-icon{width:40px}.el-step__icon-inner{display:inline-block;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;text-align:center;font-weight:700;line-height:1;color:inherit}.el-step__icon-inner[class*=el-icon]:not(.is-status){font-size:25px;font-weight:400}.el-step__icon-inner.is-status{-webkit-transform:translateY(1px);transform:translateY(1px)}.el-step__line{position:absolute;border-color:inherit;background-color:#c0c4cc}.el-step__line-inner{display:block;border-width:1px;border-style:solid;border-color:inherit;-webkit-transition:.15s ease-out;transition:.15s ease-out;-webkit-box-sizing:border-box;box-sizing:border-box;width:0;height:0}.el-step__main{white-space:normal;text-align:left}.el-step__title{font-size:16px;line-height:38px}.el-step__title.is-process{font-weight:700;color:#303133}.el-step__title.is-wait{color:#c0c4cc}.el-step__title.is-success{color:#67c23a}.el-step__title.is-error{color:#f56c6c}.el-step__title.is-finish{color:#00c292}.el-step__description{padding-right:10%;margin-top:-5px;font-size:12px;line-height:20px;font-weight:400}.el-step__description.is-process{color:#303133}.el-step__description.is-wait{color:#c0c4cc}.el-step__description.is-success{color:#67c23a}.el-step__description.is-error{color:#f56c6c}.el-step__description.is-finish{color:#00c292}.el-step.is-horizontal{display:inline-block}.el-step.is-horizontal .el-step__line{height:2px;top:11px;left:0;right:0}.el-step.is-vertical{display:-webkit-box;display:-ms-flexbox;display:flex}.el-step.is-vertical .el-step__head{-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0;width:24px}.el-step.is-vertical .el-step__main{padding-left:10px;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1}.el-step.is-vertical .el-step__title{line-height:24px;padding-bottom:8px}.el-step.is-vertical .el-step__line{width:2px;top:0;bottom:0;left:11px}.el-step.is-vertical .el-step__icon.is-icon{width:24px}.el-step.is-center .el-step__head,.el-step.is-center .el-step__main{text-align:center}.el-step.is-center .el-step__description{padding-left:20%;padding-right:20%}.el-step.is-center .el-step__line{left:50%;right:-50%}.el-step.is-simple{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.el-step.is-simple .el-step__head{width:auto;font-size:0;padding-right:10px}.el-step.is-simple .el-step__icon{background:transparent;width:16px;height:16px;font-size:12px}.el-step.is-simple .el-step__icon-inner[class*=el-icon]:not(.is-status){font-size:18px}.el-step.is-simple .el-step__icon-inner.is-status{-webkit-transform:scale(.8) translateY(1px);transform:scale(.8) translateY(1px)}.el-step.is-simple .el-step__main{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1}.el-step.is-simple .el-step__title{font-size:16px;line-height:20px}.el-step.is-simple:not(:last-of-type) .el-step__title{max-width:50%;word-break:break-all}.el-step.is-simple .el-step__arrow{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.el-step.is-simple .el-step__arrow:after,.el-step.is-simple .el-step__arrow:before{content:"";display:inline-block;position:absolute;height:15px;width:1px;background:#c0c4cc}.el-step.is-simple .el-step__arrow:before{-webkit-transform:rotate(-45deg) translateY(-4px);transform:rotate(-45deg) translateY(-4px);-webkit-transform-origin:0 0;transform-origin:0 0}.el-step.is-simple .el-step__arrow:after{-webkit-transform:rotate(45deg) translateY(4px);transform:rotate(45deg) translateY(4px);-webkit-transform-origin:100% 100%;transform-origin:100% 100%}.el-step.is-simple:last-of-type .el-step__arrow{display:none}.el-carousel{position:relative}.el-carousel--horizontal{overflow-x:hidden}.el-carousel--vertical{overflow-y:hidden}.el-carousel__container{position:relative;height:300px}.el-carousel__arrow{border:none;outline:none;padding:0;margin:0;height:36px;width:36px;cursor:pointer;-webkit-transition:.3s;transition:.3s;border-radius:50%;background-color:rgba(31,45,61,.11);color:#fff;position:absolute;top:50%;z-index:10;-webkit-transform:translateY(-50%);transform:translateY(-50%);text-align:center;font-size:12px}.el-carousel__arrow--left{left:16px}.el-carousel__arrow--right{right:16px}.el-carousel__arrow:hover{background-color:rgba(31,45,61,.23)}.el-carousel__arrow i{cursor:pointer}.el-carousel__indicators{position:absolute;list-style:none;margin:0;padding:0;z-index:2}.el-carousel__indicators--horizontal{bottom:0;left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%)}.el-carousel__indicators--vertical{right:0;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%)}.el-carousel__indicators--outside{bottom:26px;text-align:center;position:static;-webkit-transform:none;transform:none}.el-carousel__indicators--outside .el-carousel__indicator:hover button{opacity:.64}.el-carousel__indicators--outside button{background-color:#c0c4cc;opacity:.24}.el-carousel__indicators--labels{left:0;right:0;-webkit-transform:none;transform:none;text-align:center}.el-carousel__indicators--labels .el-carousel__button{height:auto;width:auto;padding:2px 18px;font-size:12px}.el-carousel__indicators--labels .el-carousel__indicator{padding:6px 4px}.el-carousel__indicator{background-color:transparent;cursor:pointer}.el-carousel__indicator:hover button{opacity:.72}.el-carousel__indicator--horizontal{display:inline-block;padding:12px 4px}.el-carousel__indicator--vertical{padding:4px 12px}.el-carousel__indicator--vertical .el-carousel__button{width:2px;height:15px}.el-carousel__indicator.is-active button{opacity:1}.el-carousel__button{display:block;opacity:.48;width:30px;height:2px;background-color:#fff;border:none;outline:none;padding:0;margin:0;cursor:pointer;-webkit-transition:.3s;transition:.3s}.carousel-arrow-left-enter,.carousel-arrow-left-leave-active{-webkit-transform:translateY(-50%) translateX(-10px);transform:translateY(-50%) translateX(-10px);opacity:0}.carousel-arrow-right-enter,.carousel-arrow-right-leave-active{-webkit-transform:translateY(-50%) translateX(10px);transform:translateY(-50%) translateX(10px);opacity:0}.el-carousel__item{position:absolute;top:0;left:0;width:100%;height:100%;display:inline-block;overflow:hidden;z-index:0}.el-carousel__item.is-active{z-index:2}.el-carousel__item--card,.el-carousel__item.is-animating{-webkit-transition:-webkit-transform .4s ease-in-out;transition:-webkit-transform .4s ease-in-out;transition:transform .4s ease-in-out;transition:transform .4s ease-in-out,-webkit-transform .4s ease-in-out}.el-carousel__item--card{width:50%}.el-carousel__item--card.is-in-stage{cursor:pointer;z-index:1}.el-carousel__item--card.is-in-stage.is-hover .el-carousel__mask,.el-carousel__item--card.is-in-stage:hover .el-carousel__mask{opacity:.12}.el-carousel__item--card.is-active{z-index:2}.el-carousel__mask{position:absolute;width:100%;height:100%;top:0;left:0;background-color:#fff;opacity:.24;-webkit-transition:.2s;transition:.2s}.fade-in-linear-enter-active,.fade-in-linear-leave-active{-webkit-transition:opacity .2s linear;transition:opacity .2s linear}.fade-in-linear-enter,.fade-in-linear-leave,.fade-in-linear-leave-active{opacity:0}.el-fade-in-linear-enter-active,.el-fade-in-linear-leave-active{-webkit-transition:opacity .2s linear;transition:opacity .2s linear}.el-fade-in-linear-enter,.el-fade-in-linear-leave,.el-fade-in-linear-leave-active{opacity:0}.el-fade-in-enter-active,.el-fade-in-leave-active{-webkit-transition:all .3s cubic-bezier(.55,0,.1,1);transition:all .3s cubic-bezier(.55,0,.1,1)}.el-fade-in-enter,.el-fade-in-leave-active{opacity:0}.el-zoom-in-center-enter-active,.el-zoom-in-center-leave-active{-webkit-transition:all .3s cubic-bezier(.55,0,.1,1);transition:all .3s cubic-bezier(.55,0,.1,1)}.el-zoom-in-center-enter,.el-zoom-in-center-leave-active{opacity:0;-webkit-transform:scaleX(0);transform:scaleX(0)}.el-zoom-in-top-enter-active,.el-zoom-in-top-leave-active{opacity:1;-webkit-transform:scaleY(1);transform:scaleY(1);-webkit-transition:opacity .3s cubic-bezier(.23,1,.32,1),-webkit-transform .3s cubic-bezier(.23,1,.32,1);transition:opacity .3s cubic-bezier(.23,1,.32,1),-webkit-transform .3s cubic-bezier(.23,1,.32,1);transition:transform .3s cubic-bezier(.23,1,.32,1),opacity .3s cubic-bezier(.23,1,.32,1);transition:transform .3s cubic-bezier(.23,1,.32,1),opacity .3s cubic-bezier(.23,1,.32,1),-webkit-transform .3s cubic-bezier(.23,1,.32,1);-webkit-transform-origin:center top;transform-origin:center top}.el-zoom-in-top-enter,.el-zoom-in-top-leave-active{opacity:0;-webkit-transform:scaleY(0);transform:scaleY(0)}.el-zoom-in-bottom-enter-active,.el-zoom-in-bottom-leave-active{opacity:1;-webkit-transform:scaleY(1);transform:scaleY(1);-webkit-transition:opacity .3s cubic-bezier(.23,1,.32,1),-webkit-transform .3s cubic-bezier(.23,1,.32,1);transition:opacity .3s cubic-bezier(.23,1,.32,1),-webkit-transform .3s cubic-bezier(.23,1,.32,1);transition:transform .3s cubic-bezier(.23,1,.32,1),opacity .3s cubic-bezier(.23,1,.32,1);transition:transform .3s cubic-bezier(.23,1,.32,1),opacity .3s cubic-bezier(.23,1,.32,1),-webkit-transform .3s cubic-bezier(.23,1,.32,1);-webkit-transform-origin:center bottom;transform-origin:center bottom}.el-zoom-in-bottom-enter,.el-zoom-in-bottom-leave-active{opacity:0;-webkit-transform:scaleY(0);transform:scaleY(0)}.el-zoom-in-left-enter-active,.el-zoom-in-left-leave-active{opacity:1;-webkit-transform:scale(1);transform:scale(1);-webkit-transition:opacity .3s cubic-bezier(.23,1,.32,1),-webkit-transform .3s cubic-bezier(.23,1,.32,1);transition:opacity .3s cubic-bezier(.23,1,.32,1),-webkit-transform .3s cubic-bezier(.23,1,.32,1);transition:transform .3s cubic-bezier(.23,1,.32,1),opacity .3s cubic-bezier(.23,1,.32,1);transition:transform .3s cubic-bezier(.23,1,.32,1),opacity .3s cubic-bezier(.23,1,.32,1),-webkit-transform .3s cubic-bezier(.23,1,.32,1);-webkit-transform-origin:top left;transform-origin:top left}.el-zoom-in-left-enter,.el-zoom-in-left-leave-active{opacity:0;-webkit-transform:scale(.45);transform:scale(.45)}.collapse-transition{-webkit-transition:height .3s ease-in-out,padding-top .3s ease-in-out,padding-bottom .3s ease-in-out;transition:height .3s ease-in-out,padding-top .3s ease-in-out,padding-bottom .3s ease-in-out}.horizontal-collapse-transition{-webkit-transition:width .3s ease-in-out,padding-left .3s ease-in-out,padding-right .3s ease-in-out;transition:width .3s ease-in-out,padding-left .3s ease-in-out,padding-right .3s ease-in-out}.el-list-enter-active,.el-list-leave-active{-webkit-transition:all 1s;transition:all 1s}.el-list-enter,.el-list-leave-active{opacity:0;-webkit-transform:translateY(-30px);transform:translateY(-30px)}.el-opacity-transition{-webkit-transition:opacity .3s cubic-bezier(.55,0,.1,1);transition:opacity .3s cubic-bezier(.55,0,.1,1)}.el-collapse{border-top:1px solid #ebeef5;border-bottom:1px solid #ebeef5}.el-collapse-item.is-disabled .el-collapse-item__header{color:#bbb;cursor:not-allowed}.el-collapse-item__header{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;height:48px;line-height:48px;background-color:#fff;color:#303133;cursor:pointer;border-bottom:1px solid #ebeef5;font-size:13px;font-weight:500;-webkit-transition:border-bottom-color .3s;transition:border-bottom-color .3s;outline:none}.el-collapse-item__arrow{margin:0 8px 0 auto;-webkit-transition:-webkit-transform .3s;transition:-webkit-transform .3s;transition:transform .3s;transition:transform .3s,-webkit-transform .3s;font-weight:300}.el-collapse-item__arrow.is-active{-webkit-transform:rotate(90deg);transform:rotate(90deg)}.el-collapse-item__header.focusing:focus:not(:hover){color:#00c292}.el-collapse-item__header.is-active{border-bottom-color:transparent}.el-collapse-item__wrap{will-change:height;background-color:#fff;overflow:hidden;-webkit-box-sizing:border-box;box-sizing:border-box;border-bottom:1px solid #ebeef5}.el-collapse-item__content{padding-bottom:25px;font-size:13px;color:#303133;line-height:1.769230769230769}.el-collapse-item:last-child{margin-bottom:-1px}.el-popper .popper__arrow,.el-popper .popper__arrow:after{position:absolute;display:block;width:0;height:0;border-color:transparent;border-style:solid}.el-popper .popper__arrow{border-width:6px;-webkit-filter:drop-shadow(0 2px 12px rgba(0,0,0,.03));filter:drop-shadow(0 2px 12px rgba(0,0,0,.03))}.el-popper .popper__arrow:after{content:" ";border-width:6px}.el-popper[x-placement^=top]{margin-bottom:12px}.el-popper[x-placement^=top] .popper__arrow{bottom:-6px;left:50%;margin-right:3px;border-top-color:#ebeef5;border-bottom-width:0}.el-popper[x-placement^=top] .popper__arrow:after{bottom:1px;margin-left:-6px;border-top-color:#fff;border-bottom-width:0}.el-popper[x-placement^=bottom]{margin-top:12px}.el-popper[x-placement^=bottom] .popper__arrow{top:-6px;left:50%;margin-right:3px;border-top-width:0;border-bottom-color:#ebeef5}.el-popper[x-placement^=bottom] .popper__arrow:after{top:1px;margin-left:-6px;border-top-width:0;border-bottom-color:#fff}.el-popper[x-placement^=right]{margin-left:12px}.el-popper[x-placement^=right] .popper__arrow{top:50%;left:-6px;margin-bottom:3px;border-right-color:#ebeef5;border-left-width:0}.el-popper[x-placement^=right] .popper__arrow:after{bottom:-6px;left:1px;border-right-color:#fff;border-left-width:0}.el-popper[x-placement^=left]{margin-right:12px}.el-popper[x-placement^=left] .popper__arrow{top:50%;right:-6px;margin-bottom:3px;border-right-width:0;border-left-color:#ebeef5}.el-popper[x-placement^=left] .popper__arrow:after{right:1px;bottom:-6px;margin-left:-6px;border-right-width:0;border-left-color:#fff}.el-tag{background-color:#e6f9f4;border-color:#ccf3e9;display:inline-block;height:32px;padding:0 10px;line-height:30px;font-size:12px;color:#00c292;border-width:1px;border-style:solid;border-radius:4px;-webkit-box-sizing:border-box;box-sizing:border-box;white-space:nowrap}.el-tag.is-hit{border-color:#00c292}.el-tag .el-tag__close{color:#00c292}.el-tag .el-tag__close:hover{color:#fff;background-color:#00c292}.el-tag.el-tag--info{background-color:#f4f4f5;border-color:#e9e9eb;color:#909399}.el-tag.el-tag--info.is-hit{border-color:#909399}.el-tag.el-tag--info .el-tag__close{color:#909399}.el-tag.el-tag--info .el-tag__close:hover{color:#fff;background-color:#909399}.el-tag.el-tag--success{background-color:#f0f9eb;border-color:#e1f3d8;color:#67c23a}.el-tag.el-tag--success.is-hit{border-color:#67c23a}.el-tag.el-tag--success .el-tag__close{color:#67c23a}.el-tag.el-tag--success .el-tag__close:hover{color:#fff;background-color:#67c23a}.el-tag.el-tag--warning{background-color:#fdf6ec;border-color:#faecd8;color:#e6a23c}.el-tag.el-tag--warning.is-hit{border-color:#e6a23c}.el-tag.el-tag--warning .el-tag__close{color:#e6a23c}.el-tag.el-tag--warning .el-tag__close:hover{color:#fff;background-color:#e6a23c}.el-tag.el-tag--danger{background-color:#fef0f0;border-color:#fde2e2;color:#f56c6c}.el-tag.el-tag--danger.is-hit{border-color:#f56c6c}.el-tag.el-tag--danger .el-tag__close{color:#f56c6c}.el-tag.el-tag--danger .el-tag__close:hover{color:#fff;background-color:#f56c6c}.el-tag .el-icon-close{border-radius:50%;text-align:center;position:relative;cursor:pointer;font-size:12px;height:16px;width:16px;line-height:16px;vertical-align:middle;top:-1px;right:-5px}.el-tag .el-icon-close:before{display:block}.el-tag--dark{background-color:#00c292;color:#fff}.el-tag--dark,.el-tag--dark.is-hit{border-color:#00c292}.el-tag--dark .el-tag__close{color:#fff}.el-tag--dark .el-tag__close:hover{color:#fff;background-color:#33cea8}.el-tag--dark.el-tag--info{background-color:#909399;border-color:#909399;color:#fff}.el-tag--dark.el-tag--info.is-hit{border-color:#909399}.el-tag--dark.el-tag--info .el-tag__close{color:#fff}.el-tag--dark.el-tag--info .el-tag__close:hover{color:#fff;background-color:#a6a9ad}.el-tag--dark.el-tag--success{background-color:#67c23a;border-color:#67c23a;color:#fff}.el-tag--dark.el-tag--success.is-hit{border-color:#67c23a}.el-tag--dark.el-tag--success .el-tag__close{color:#fff}.el-tag--dark.el-tag--success .el-tag__close:hover{color:#fff;background-color:#85ce61}.el-tag--dark.el-tag--warning{background-color:#e6a23c;border-color:#e6a23c;color:#fff}.el-tag--dark.el-tag--warning.is-hit{border-color:#e6a23c}.el-tag--dark.el-tag--warning .el-tag__close{color:#fff}.el-tag--dark.el-tag--warning .el-tag__close:hover{color:#fff;background-color:#ebb563}.el-tag--dark.el-tag--danger{background-color:#f56c6c;border-color:#f56c6c;color:#fff}.el-tag--dark.el-tag--danger.is-hit{border-color:#f56c6c}.el-tag--dark.el-tag--danger .el-tag__close{color:#fff}.el-tag--dark.el-tag--danger .el-tag__close:hover{color:#fff;background-color:#f78989}.el-tag--plain{background-color:#fff;border-color:#99e7d3;color:#00c292}.el-tag--plain.is-hit{border-color:#00c292}.el-tag--plain .el-tag__close{color:#00c292}.el-tag--plain .el-tag__close:hover{color:#fff;background-color:#00c292}.el-tag--plain.el-tag--info{background-color:#fff;border-color:#d3d4d6;color:#909399}.el-tag--plain.el-tag--info.is-hit{border-color:#909399}.el-tag--plain.el-tag--info .el-tag__close{color:#909399}.el-tag--plain.el-tag--info .el-tag__close:hover{color:#fff;background-color:#909399}.el-tag--plain.el-tag--success{background-color:#fff;border-color:#c2e7b0;color:#67c23a}.el-tag--plain.el-tag--success.is-hit{border-color:#67c23a}.el-tag--plain.el-tag--success .el-tag__close{color:#67c23a}.el-tag--plain.el-tag--success .el-tag__close:hover{color:#fff;background-color:#67c23a}.el-tag--plain.el-tag--warning{background-color:#fff;border-color:#f5dab1;color:#e6a23c}.el-tag--plain.el-tag--warning.is-hit{border-color:#e6a23c}.el-tag--plain.el-tag--warning .el-tag__close{color:#e6a23c}.el-tag--plain.el-tag--warning .el-tag__close:hover{color:#fff;background-color:#e6a23c}.el-tag--plain.el-tag--danger{background-color:#fff;border-color:#fbc4c4;color:#f56c6c}.el-tag--plain.el-tag--danger.is-hit{border-color:#f56c6c}.el-tag--plain.el-tag--danger .el-tag__close{color:#f56c6c}.el-tag--plain.el-tag--danger .el-tag__close:hover{color:#fff;background-color:#f56c6c}.el-tag--medium{height:28px;line-height:26px}.el-tag--medium .el-icon-close{-webkit-transform:scale(.8);transform:scale(.8)}.el-tag--small{height:24px;padding:0 8px;line-height:22px}.el-tag--small .el-icon-close{-webkit-transform:scale(.8);transform:scale(.8)}.el-tag--mini{height:20px;padding:0 5px;line-height:19px}.el-tag--mini .el-icon-close{margin-left:-3px;-webkit-transform:scale(.7);transform:scale(.7)}.el-cascader{display:inline-block;position:relative;font-size:14px;line-height:40px}.el-cascader:not(.is-disabled):hover .el-input__inner{cursor:pointer;border-color:#c0c4cc}.el-cascader .el-input{cursor:pointer}.el-cascader .el-input .el-input__inner{text-overflow:ellipsis}.el-cascader .el-input .el-input__inner:focus{border-color:#00c292}.el-cascader .el-input .el-icon-arrow-down{-webkit-transition:-webkit-transform .3s;transition:-webkit-transform .3s;transition:transform .3s;transition:transform .3s,-webkit-transform .3s;font-size:14px}.el-cascader .el-input .el-icon-arrow-down.is-reverse{-webkit-transform:rotate(180deg);transform:rotate(180deg)}.el-cascader .el-input .el-icon-circle-close:hover{color:#909399}.el-cascader .el-input.is-focus .el-input__inner{border-color:#00c292}.el-cascader--medium{font-size:14px;line-height:36px}.el-cascader--small{font-size:13px;line-height:32px}.el-cascader--mini{font-size:12px;line-height:28px}.el-cascader.is-disabled .el-cascader__label{z-index:2;color:#c0c4cc}.el-cascader__dropdown{margin:5px 0;font-size:14px;background:#fff;border:1px solid #e4e7ed;border-radius:4px;-webkit-box-shadow:0 2px 12px 0 rgba(0,0,0,.1);box-shadow:0 2px 12px 0 rgba(0,0,0,.1)}.el-cascader__tags{position:absolute;left:0;right:30px;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;line-height:normal;text-align:left;-webkit-box-sizing:border-box;box-sizing:border-box}.el-cascader__tags .el-tag{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;max-width:100%;margin:2px 0 2px 6px;text-overflow:ellipsis;background:#f0f2f5}.el-cascader__tags .el-tag:not(.is-hit){border-color:transparent}.el-cascader__tags .el-tag>span{-webkit-box-flex:1;-ms-flex:1;flex:1;overflow:hidden;text-overflow:ellipsis}.el-cascader__tags .el-tag .el-icon-close{-webkit-box-flex:0;-ms-flex:none;flex:none;background-color:#c0c4cc;color:#fff}.el-cascader__tags .el-tag .el-icon-close:hover{background-color:#909399}.el-cascader__suggestion-panel{border-radius:4px}.el-cascader__suggestion-list{max-height:204px;margin:0;padding:6px 0;font-size:14px;color:#606266;text-align:center}.el-cascader__suggestion-item{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;height:34px;padding:0 15px;text-align:left;outline:none;cursor:pointer}.el-cascader__suggestion-item:focus,.el-cascader__suggestion-item:hover{background:#f5f7fa}.el-cascader__suggestion-item.is-checked{color:#00c292;font-weight:700}.el-cascader__suggestion-item>span{margin-right:10px}.el-cascader__empty-text{margin:10px 0;color:#c0c4cc}.el-cascader__search-input{-webkit-box-flex:1;-ms-flex:1;flex:1;height:24px;min-width:60px;margin:2px 0 2px 15px;padding:0;color:#606266;border:none;outline:none;-webkit-box-sizing:border-box;box-sizing:border-box}.el-cascader__search-input::-webkit-input-placeholder{color:#c0c4cc}.el-cascader__search-input::-moz-placeholder{color:#c0c4cc}.el-cascader__search-input:-ms-input-placeholder{color:#c0c4cc}.el-cascader__search-input::-ms-input-placeholder{color:#c0c4cc}.el-cascader__search-input::placeholder{color:#c0c4cc}.el-color-predefine{font-size:12px;margin-top:8px;width:280px}.el-color-predefine,.el-color-predefine__colors{display:-webkit-box;display:-ms-flexbox;display:flex}.el-color-predefine__colors{-webkit-box-flex:1;-ms-flex:1;flex:1;-ms-flex-wrap:wrap;flex-wrap:wrap}.el-color-predefine__color-selector{margin:0 0 8px 8px;width:20px;height:20px;border-radius:4px;cursor:pointer}.el-color-predefine__color-selector:nth-child(10n+1){margin-left:0}.el-color-predefine__color-selector.selected{-webkit-box-shadow:0 0 3px 2px #00c292;box-shadow:0 0 3px 2px #00c292}.el-color-predefine__color-selector>div{display:-webkit-box;display:-ms-flexbox;display:flex;height:100%;border-radius:3px}.el-color-predefine__color-selector.is-alpha{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMCAIAAADZF8uwAAAAGUlEQVQYV2M4gwH+YwCGIasIUwhT25BVBADtzYNYrHvv4gAAAABJRU5ErkJggg==)}.el-color-hue-slider{position:relative;-webkit-box-sizing:border-box;box-sizing:border-box;width:280px;height:12px;background-color:red;padding:0 2px}.el-color-hue-slider__bar{position:relative;background:-webkit-gradient(linear,left top,right top,from(red),color-stop(17%,#ff0),color-stop(33%,#0f0),color-stop(50%,#0ff),color-stop(67%,#00f),color-stop(83%,#f0f),to(red));background:-webkit-linear-gradient(left,red,#ff0 17%,#0f0 33%,#0ff 50%,#00f 67%,#f0f 83%,red);background:linear-gradient(90deg,red 0,#ff0 17%,#0f0 33%,#0ff 50%,#00f 67%,#f0f 83%,red);height:100%}.el-color-hue-slider__thumb{position:absolute;cursor:pointer;-webkit-box-sizing:border-box;box-sizing:border-box;left:0;top:0;width:4px;height:100%;border-radius:1px;background:#fff;border:1px solid #f0f0f0;-webkit-box-shadow:0 0 2px rgba(0,0,0,.6);box-shadow:0 0 2px rgba(0,0,0,.6);z-index:1}.el-color-hue-slider.is-vertical{width:12px;height:180px;padding:2px 0}.el-color-hue-slider.is-vertical .el-color-hue-slider__bar{background:-webkit-gradient(linear,left top,left bottom,from(red),color-stop(17%,#ff0),color-stop(33%,#0f0),color-stop(50%,#0ff),color-stop(67%,#00f),color-stop(83%,#f0f),to(red));background:-webkit-linear-gradient(top,red,#ff0 17%,#0f0 33%,#0ff 50%,#00f 67%,#f0f 83%,red);background:linear-gradient(180deg,red 0,#ff0 17%,#0f0 33%,#0ff 50%,#00f 67%,#f0f 83%,red)}.el-color-hue-slider.is-vertical .el-color-hue-slider__thumb{left:0;top:0;width:100%;height:4px}.el-color-svpanel{position:relative;width:280px;height:180px}.el-color-svpanel__black,.el-color-svpanel__white{position:absolute;top:0;left:0;right:0;bottom:0}.el-color-svpanel__white{background:-webkit-gradient(linear,left top,right top,from(#fff),to(hsla(0,0%,100%,0)));background:-webkit-linear-gradient(left,#fff,hsla(0,0%,100%,0));background:linear-gradient(90deg,#fff,hsla(0,0%,100%,0))}.el-color-svpanel__black{background:-webkit-gradient(linear,left bottom,left top,from(#000),to(transparent));background:-webkit-linear-gradient(bottom,#000,transparent);background:linear-gradient(0deg,#000,transparent)}.el-color-svpanel__cursor{position:absolute}.el-color-svpanel__cursor>div{cursor:head;width:4px;height:4px;-webkit-box-shadow:0 0 0 1.5px #fff,inset 0 0 1px 1px rgba(0,0,0,.3),0 0 1px 2px rgba(0,0,0,.4);box-shadow:0 0 0 1.5px #fff,inset 0 0 1px 1px rgba(0,0,0,.3),0 0 1px 2px rgba(0,0,0,.4);border-radius:50%;-webkit-transform:translate(-2px,-2px);transform:translate(-2px,-2px)}.el-color-alpha-slider{position:relative;-webkit-box-sizing:border-box;box-sizing:border-box;width:280px;height:12px;background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMCAIAAADZF8uwAAAAGUlEQVQYV2M4gwH+YwCGIasIUwhT25BVBADtzYNYrHvv4gAAAABJRU5ErkJggg==)}.el-color-alpha-slider__bar{position:relative;background:-webkit-gradient(linear,left top,right top,from(hsla(0,0%,100%,0)),to(#fff));background:-webkit-linear-gradient(left,hsla(0,0%,100%,0),#fff);background:linear-gradient(90deg,hsla(0,0%,100%,0) 0,#fff);height:100%}.el-color-alpha-slider__thumb{position:absolute;cursor:pointer;-webkit-box-sizing:border-box;box-sizing:border-box;left:0;top:0;width:4px;height:100%;border-radius:1px;background:#fff;border:1px solid #f0f0f0;-webkit-box-shadow:0 0 2px rgba(0,0,0,.6);box-shadow:0 0 2px rgba(0,0,0,.6);z-index:1}.el-color-alpha-slider.is-vertical{width:20px;height:180px}.el-color-alpha-slider.is-vertical .el-color-alpha-slider__bar{background:-webkit-gradient(linear,left top,left bottom,from(hsla(0,0%,100%,0)),to(#fff));background:-webkit-linear-gradient(top,hsla(0,0%,100%,0),#fff);background:linear-gradient(180deg,hsla(0,0%,100%,0) 0,#fff)}.el-color-alpha-slider.is-vertical .el-color-alpha-slider__thumb{left:0;top:0;width:100%;height:4px}.el-color-dropdown{width:300px}.el-color-dropdown__main-wrapper{margin-bottom:6px}.el-color-dropdown__main-wrapper:after{content:"";display:table;clear:both}.el-color-dropdown__btns{margin-top:6px;text-align:right}.el-color-dropdown__value{float:left;line-height:26px;font-size:12px;color:#000;width:160px}.el-color-dropdown__btn{border:1px solid #dcdcdc;color:#333;line-height:24px;border-radius:2px;padding:0 20px;cursor:pointer;background-color:transparent;outline:none;font-size:12px}.el-color-dropdown__btn[disabled]{color:#ccc;cursor:not-allowed}.el-color-dropdown__btn:hover{color:#00c292;border-color:#00c292}.el-color-dropdown__link-btn{cursor:pointer;color:#00c292;text-decoration:none;padding:15px;font-size:12px}.el-color-dropdown__link-btn:hover{color:tint(#00c292,20%)}.el-color-picker{display:inline-block;position:relative;line-height:normal;height:40px}.el-color-picker.is-disabled .el-color-picker__trigger{cursor:not-allowed}.el-color-picker--medium{height:36px}.el-color-picker--medium .el-color-picker__trigger{height:36px;width:36px}.el-color-picker--medium .el-color-picker__mask{height:34px;width:34px}.el-color-picker--small{height:32px}.el-color-picker--small .el-color-picker__trigger{height:32px;width:32px}.el-color-picker--small .el-color-picker__mask{height:30px;width:30px}.el-color-picker--small .el-color-picker__empty,.el-color-picker--small .el-color-picker__icon{-webkit-transform:translate3d(-50%,-50%,0) scale(.8);transform:translate3d(-50%,-50%,0) scale(.8)}.el-color-picker--mini{height:28px}.el-color-picker--mini .el-color-picker__trigger{height:28px;width:28px}.el-color-picker--mini .el-color-picker__mask{height:26px;width:26px}.el-color-picker--mini .el-color-picker__empty,.el-color-picker--mini .el-color-picker__icon{-webkit-transform:translate3d(-50%,-50%,0) scale(.8);transform:translate3d(-50%,-50%,0) scale(.8)}.el-color-picker__mask{height:38px;width:38px;border-radius:4px;position:absolute;top:1px;left:1px;z-index:1;cursor:not-allowed;background-color:hsla(0,0%,100%,.7)}.el-color-picker__trigger{display:inline-block;height:40px;width:40px;padding:4px;border:1px solid #e6e6e6;border-radius:4px;font-size:0;cursor:pointer}.el-color-picker__color,.el-color-picker__trigger{-webkit-box-sizing:border-box;box-sizing:border-box;position:relative}.el-color-picker__color{display:block;border:1px solid #999;border-radius:2px;width:100%;height:100%;text-align:center}.el-color-picker__color.is-alpha{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMCAIAAADZF8uwAAAAGUlEQVQYV2M4gwH+YwCGIasIUwhT25BVBADtzYNYrHvv4gAAAABJRU5ErkJggg==)}.el-color-picker__color-inner{position:absolute;left:0;top:0;right:0;bottom:0}.el-color-picker__empty{color:#999}.el-color-picker__empty,.el-color-picker__icon{font-size:12px;position:absolute;top:50%;left:50%;-webkit-transform:translate3d(-50%,-50%,0);transform:translate3d(-50%,-50%,0)}.el-color-picker__icon{display:inline-block;width:100%;color:#fff;text-align:center}.el-color-picker__panel{position:absolute;z-index:10;padding:6px;-webkit-box-sizing:content-box;box-sizing:content-box;background-color:#fff;border:1px solid #ebeef5;border-radius:4px;-webkit-box-shadow:0 2px 12px 0 rgba(0,0,0,.1);box-shadow:0 2px 12px 0 rgba(0,0,0,.1)}.el-textarea{position:relative;display:inline-block;width:100%;vertical-align:bottom;font-size:14px}.el-textarea__inner{display:block;resize:vertical;padding:5px 15px;line-height:1.5;-webkit-box-sizing:border-box;box-sizing:border-box;width:100%;font-size:inherit;color:#606266;background-color:#fff;background-image:none;border:1px solid #dcdfe6;border-radius:4px;-webkit-transition:border-color .2s cubic-bezier(.645,.045,.355,1);transition:border-color .2s cubic-bezier(.645,.045,.355,1)}.el-textarea__inner::-webkit-input-placeholder{color:#c0c4cc}.el-textarea__inner::-moz-placeholder{color:#c0c4cc}.el-textarea__inner:-ms-input-placeholder{color:#c0c4cc}.el-textarea__inner::-ms-input-placeholder{color:#c0c4cc}.el-textarea__inner::placeholder{color:#c0c4cc}.el-textarea__inner:hover{border-color:#c0c4cc}.el-textarea__inner:focus{outline:none;border-color:#00c292}.el-textarea .el-input__count{color:#909399;background:#fff;position:absolute;font-size:12px;bottom:5px;right:10px}.el-textarea.is-disabled .el-textarea__inner{background-color:#f5f7fa;border-color:#e4e7ed;color:#c0c4cc;cursor:not-allowed}.el-textarea.is-disabled .el-textarea__inner::-webkit-input-placeholder{color:#c0c4cc}.el-textarea.is-disabled .el-textarea__inner::-moz-placeholder{color:#c0c4cc}.el-textarea.is-disabled .el-textarea__inner:-ms-input-placeholder{color:#c0c4cc}.el-textarea.is-disabled .el-textarea__inner::-ms-input-placeholder{color:#c0c4cc}.el-textarea.is-disabled .el-textarea__inner::placeholder{color:#c0c4cc}.el-textarea.is-exceed .el-textarea__inner{border-color:#f56c6c}.el-textarea.is-exceed .el-input__count{color:#f56c6c}.el-input{position:relative;font-size:14px;display:inline-block;width:100%}.el-input::-webkit-scrollbar{z-index:11;width:6px}.el-input::-webkit-scrollbar:horizontal{height:6px}.el-input::-webkit-scrollbar-thumb{border-radius:5px;width:6px;background:#b4bccc}.el-input::-webkit-scrollbar-corner,.el-input::-webkit-scrollbar-track{background:#fff}.el-input::-webkit-scrollbar-track-piece{background:#fff;width:6px}.el-input .el-input__clear{color:#c0c4cc;font-size:14px;cursor:pointer;-webkit-transition:color .2s cubic-bezier(.645,.045,.355,1);transition:color .2s cubic-bezier(.645,.045,.355,1)}.el-input .el-input__clear:hover{color:#909399}.el-input .el-input__count{height:100%;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;color:#909399;font-size:12px}.el-input .el-input__count .el-input__count-inner{background:#fff;line-height:normal;display:inline-block;padding:0 5px}.el-input__inner{-webkit-appearance:none;background-color:#fff;background-image:none;border-radius:4px;border:1px solid #dcdfe6;-webkit-box-sizing:border-box;box-sizing:border-box;color:#606266;display:inline-block;font-size:inherit;height:40px;line-height:40px;outline:none;padding:0 15px;-webkit-transition:border-color .2s cubic-bezier(.645,.045,.355,1);transition:border-color .2s cubic-bezier(.645,.045,.355,1);width:100%}.el-input__inner::-ms-reveal{display:none}.el-input__inner::-webkit-input-placeholder{color:#c0c4cc}.el-input__inner::-moz-placeholder{color:#c0c4cc}.el-input__inner:-ms-input-placeholder{color:#c0c4cc}.el-input__inner::-ms-input-placeholder{color:#c0c4cc}.el-input__inner::placeholder{color:#c0c4cc}.el-input__inner:hover{border-color:#c0c4cc}.el-input__inner:focus{outline:none;border-color:#00c292}.el-input__suffix{position:absolute;height:100%;right:5px;top:0;text-align:center;color:#c0c4cc;-webkit-transition:all .3s;transition:all .3s;pointer-events:none}.el-input__suffix-inner{pointer-events:all}.el-input__prefix{position:absolute;left:5px;top:0;color:#c0c4cc}.el-input__icon,.el-input__prefix{height:100%;text-align:center;-webkit-transition:all .3s;transition:all .3s}.el-input__icon{width:25px;line-height:40px}.el-input__icon:after{content:"";height:100%;width:0;display:inline-block;vertical-align:middle}.el-input__validateIcon{pointer-events:none}.el-input.is-active .el-input__inner{outline:none;border-color:#00c292}.el-input.is-disabled .el-input__inner{background-color:#f5f7fa;border-color:#e4e7ed;color:#c0c4cc;cursor:not-allowed}.el-input.is-disabled .el-input__inner::-webkit-input-placeholder{color:#c0c4cc}.el-input.is-disabled .el-input__inner::-moz-placeholder{color:#c0c4cc}.el-input.is-disabled .el-input__inner:-ms-input-placeholder{color:#c0c4cc}.el-input.is-disabled .el-input__inner::-ms-input-placeholder{color:#c0c4cc}.el-input.is-disabled .el-input__inner::placeholder{color:#c0c4cc}.el-input.is-disabled .el-input__icon{cursor:not-allowed}.el-input.is-exceed .el-input__inner{border-color:#f56c6c}.el-input.is-exceed .el-input__suffix .el-input__count{color:#f56c6c}.el-input--suffix .el-input__inner{padding-right:30px}.el-input--prefix .el-input__inner{padding-left:30px}.el-input--medium{font-size:14px}.el-input--medium .el-input__inner{height:36px;line-height:36px}.el-input--medium .el-input__icon{line-height:36px}.el-input--small{font-size:13px}.el-input--small .el-input__inner{height:32px;line-height:32px}.el-input--small .el-input__icon{line-height:32px}.el-input--mini{font-size:12px}.el-input--mini .el-input__inner{height:28px;line-height:28px}.el-input--mini .el-input__icon{line-height:28px}.el-input-group{line-height:normal;display:inline-table;width:100%;border-collapse:separate;border-spacing:0}.el-input-group>.el-input__inner{vertical-align:middle;display:table-cell}.el-input-group__append,.el-input-group__prepend{background-color:#f5f7fa;color:#909399;vertical-align:middle;display:table-cell;position:relative;border:1px solid #dcdfe6;border-radius:4px;padding:0 20px;width:1px;white-space:nowrap}.el-input-group__append:focus,.el-input-group__prepend:focus{outline:none}.el-input-group__append .el-button,.el-input-group__append .el-select,.el-input-group__prepend .el-button,.el-input-group__prepend .el-select{display:inline-block;margin:-10px -20px}.el-input-group__append button.el-button,.el-input-group__append div.el-select .el-input__inner,.el-input-group__append div.el-select:hover .el-input__inner,.el-input-group__prepend button.el-button,.el-input-group__prepend div.el-select .el-input__inner,.el-input-group__prepend div.el-select:hover .el-input__inner{border-color:transparent;background-color:transparent;color:inherit;border-top:0;border-bottom:0}.el-input-group__append .el-button,.el-input-group__append .el-input,.el-input-group__prepend .el-button,.el-input-group__prepend .el-input{font-size:inherit}.el-input-group__prepend{border-right:0;border-top-right-radius:0;border-bottom-right-radius:0}.el-input-group__append{border-left:0}.el-input-group--prepend .el-input__inner,.el-input-group__append{border-top-left-radius:0;border-bottom-left-radius:0}.el-input-group--prepend .el-select .el-input.is-focus .el-input__inner{border-color:transparent}.el-input-group--append .el-input__inner{border-top-right-radius:0;border-bottom-right-radius:0}.el-input-group--append .el-select .el-input.is-focus .el-input__inner{border-color:transparent}.el-input__inner::-ms-clear{display:none;width:0;height:0}.el-transfer{font-size:14px}.el-transfer__buttons{display:inline-block;vertical-align:middle;padding:0 30px}.el-transfer__button{display:block;margin:0 auto;padding:10px;border-radius:50%;color:#fff;background-color:#00c292;font-size:0}.el-transfer__button.is-with-texts{border-radius:4px}.el-transfer__button.is-disabled,.el-transfer__button.is-disabled:hover{border:1px solid #dcdfe6;background-color:#f5f7fa;color:#c0c4cc}.el-transfer__button:first-child{margin-bottom:10px}.el-transfer__button:nth-child(2){margin:0}.el-transfer__button i,.el-transfer__button span{font-size:14px}.el-transfer__button [class*=el-icon-]+span{margin-left:0}.el-transfer-panel{border:1px solid #ebeef5;border-radius:4px;overflow:hidden;background:#fff;display:inline-block;vertical-align:middle;width:200px;max-height:100%;-webkit-box-sizing:border-box;box-sizing:border-box;position:relative}.el-transfer-panel__body{height:246px}.el-transfer-panel__body.is-with-footer{padding-bottom:40px}.el-transfer-panel__list{margin:0;padding:6px 0;list-style:none;height:246px;overflow:auto;-webkit-box-sizing:border-box;box-sizing:border-box}.el-transfer-panel__list.is-filterable{height:194px;padding-top:0}.el-transfer-panel__item{height:30px;line-height:30px;padding-left:15px;display:block!important}.el-transfer-panel__item+.el-transfer-panel__item{margin-left:0}.el-transfer-panel__item.el-checkbox{color:#606266}.el-transfer-panel__item:hover{color:#00c292}.el-transfer-panel__item.el-checkbox .el-checkbox__label{width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;display:block;-webkit-box-sizing:border-box;box-sizing:border-box;padding-left:24px;line-height:30px}.el-transfer-panel__item .el-checkbox__input{position:absolute;top:8px}.el-transfer-panel__filter{text-align:center;margin:15px;-webkit-box-sizing:border-box;box-sizing:border-box;display:block;width:auto}.el-transfer-panel__filter .el-input__inner{height:32px;width:100%;font-size:12px;display:inline-block;-webkit-box-sizing:border-box;box-sizing:border-box;border-radius:16px;padding-right:10px;padding-left:30px}.el-transfer-panel__filter .el-input__icon{margin-left:5px}.el-transfer-panel__filter .el-icon-circle-close{cursor:pointer}.el-transfer-panel .el-transfer-panel__header{height:40px;line-height:40px;background:#f5f7fa;margin:0;padding-left:15px;border-bottom:1px solid #ebeef5;-webkit-box-sizing:border-box;box-sizing:border-box;color:#000}.el-transfer-panel .el-transfer-panel__header .el-checkbox{display:block;line-height:40px}.el-transfer-panel .el-transfer-panel__header .el-checkbox .el-checkbox__label{font-size:16px;color:#303133;font-weight:400}.el-transfer-panel .el-transfer-panel__header .el-checkbox .el-checkbox__label span{position:absolute;right:15px;color:#909399;font-size:12px;font-weight:400}.el-transfer-panel .el-transfer-panel__footer{height:40px;background:#fff;margin:0;padding:0;border-top:1px solid #ebeef5;position:absolute;bottom:0;left:0;width:100%;z-index:1}.el-transfer-panel .el-transfer-panel__footer:after{display:inline-block;content:"";height:100%;vertical-align:middle}.el-transfer-panel .el-transfer-panel__footer .el-checkbox{padding-left:20px;color:#606266}.el-transfer-panel .el-transfer-panel__empty{margin:0;height:30px;line-height:30px;padding:6px 15px 0;color:#909399;text-align:center}.el-transfer-panel .el-checkbox__label{padding-left:8px}.el-transfer-panel .el-checkbox__inner{height:14px;width:14px;border-radius:3px}.el-transfer-panel .el-checkbox__inner:after{height:6px;width:3px;left:4px}.el-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-flex:1;-ms-flex:1;flex:1;-ms-flex-preferred-size:auto;flex-basis:auto;-webkit-box-sizing:border-box;box-sizing:border-box;min-width:0}.el-container.is-vertical{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.el-header{padding:0 20px}.el-aside,.el-header{-webkit-box-sizing:border-box;box-sizing:border-box;-ms-flex-negative:0;flex-shrink:0}.el-aside{overflow:auto}.el-main{display:block;-webkit-box-flex:1;-ms-flex:1;flex:1;-ms-flex-preferred-size:auto;flex-basis:auto;overflow:auto;padding:20px}.el-footer,.el-main{-webkit-box-sizing:border-box;box-sizing:border-box}.el-footer{padding:0 20px;-ms-flex-negative:0;flex-shrink:0}.el-timeline{margin:0;font-size:14px;list-style:none}.el-timeline .el-timeline-item:last-child .el-timeline-item__tail{display:none}.el-timeline-item{position:relative;padding-bottom:20px}.el-timeline-item__wrapper{position:relative;padding-left:28px;top:-3px}.el-timeline-item__tail{position:absolute;left:4px;height:100%;border-left:2px solid #e4e7ed}.el-timeline-item__icon{color:#fff;font-size:13px}.el-timeline-item__node{position:absolute;background-color:#e4e7ed;border-radius:50%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.el-timeline-item__node--normal{left:-1px;width:12px;height:12px}.el-timeline-item__node--large{left:-2px;width:14px;height:14px}.el-timeline-item__node--primary{background-color:#00c292}.el-timeline-item__node--success{background-color:#67c23a}.el-timeline-item__node--warning{background-color:#e6a23c}.el-timeline-item__node--danger{background-color:#f56c6c}.el-timeline-item__node--info{background-color:#909399}.el-timeline-item__dot{position:absolute;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.el-timeline-item__content{color:#303133}.el-timeline-item__timestamp{color:#909399;line-height:1;font-size:13px}.el-timeline-item__timestamp.is-top{margin-bottom:8px;padding-top:4px}.el-timeline-item__timestamp.is-bottom{margin-top:8px}.el-link{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;vertical-align:middle;position:relative;text-decoration:none;outline:none;cursor:pointer;padding:0;font-size:14px;font-weight:500}.el-link.is-underline:hover:after{content:"";position:absolute;left:0;right:0;height:0;bottom:0;border-bottom:1px solid #00c292}.el-link.is-disabled{cursor:not-allowed}.el-link [class*=el-icon-]+span{margin-left:5px}.el-link.el-link--default{color:#606266}.el-link.el-link--default:hover{color:#00c292}.el-link.el-link--default:after{border-color:#00c292}.el-link.el-link--default.is-disabled{color:#c0c4cc}.el-link.el-link--primary{color:#00c292}.el-link.el-link--primary:hover{color:#33cea8}.el-link.el-link--primary:after{border-color:#00c292}.el-link.el-link--primary.is-disabled{color:#80e1c9}.el-link.el-link--primary.is-underline:hover:after{border-color:#00c292}.el-link.el-link--danger{color:#f56c6c}.el-link.el-link--danger:hover{color:#f78989}.el-link.el-link--danger:after{border-color:#f56c6c}.el-link.el-link--danger.is-disabled{color:#fab6b6}.el-link.el-link--danger.is-underline:hover:after{border-color:#f56c6c}.el-link.el-link--success{color:#67c23a}.el-link.el-link--success:hover{color:#85ce61}.el-link.el-link--success:after{border-color:#67c23a}.el-link.el-link--success.is-disabled{color:#b3e19d}.el-link.el-link--success.is-underline:hover:after{border-color:#67c23a}.el-link.el-link--warning{color:#e6a23c}.el-link.el-link--warning:hover{color:#ebb563}.el-link.el-link--warning:after{border-color:#e6a23c}.el-link.el-link--warning.is-disabled{color:#f3d19e}.el-link.el-link--warning.is-underline:hover:after{border-color:#e6a23c}.el-link.el-link--info{color:#909399}.el-link.el-link--info:hover{color:#a6a9ad}.el-link.el-link--info:after{border-color:#909399}.el-link.el-link--info.is-disabled{color:#c8c9cc}.el-link.el-link--info.is-underline:hover:after{border-color:#909399}.el-divider{background-color:#dcdfe6;position:relative}.el-divider--horizontal{display:block;height:1px;width:100%;margin:24px 0}.el-divider--vertical{display:inline-block;width:1px;height:1em;margin:0 8px;vertical-align:middle;position:relative}.el-divider__text{position:absolute;background-color:#fff;padding:0 20px;font-weight:500;color:#303133;font-size:14px}.el-divider__text.is-left{left:20px;-webkit-transform:translateY(-50%);transform:translateY(-50%)}.el-divider__text.is-center{left:50%;-webkit-transform:translateX(-50%) translateY(-50%);transform:translateX(-50%) translateY(-50%)}.el-divider__text.is-right{right:20px;-webkit-transform:translateY(-50%);transform:translateY(-50%)}.el-image__error,.el-image__inner,.el-image__placeholder{width:100%;height:100%}.el-image{position:relative;display:inline-block;overflow:hidden}.el-image__inner{vertical-align:top}.el-image__inner--center{position:relative;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);display:block}.el-image__error,.el-image__placeholder{background:#f5f7fa}.el-image__error{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;font-size:14px;color:#c0c4cc;vertical-align:middle}.el-image__preview{cursor:pointer}.el-image-viewer__wrapper{position:fixed;top:0;right:0;bottom:0;left:0}.el-image-viewer__btn{position:absolute;z-index:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;border-radius:50%;opacity:.8;cursor:pointer;-webkit-box-sizing:border-box;box-sizing:border-box;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.el-image-viewer__close{top:40px;right:40px;width:40px;height:40px;font-size:24px;color:#fff;background-color:#606266}.el-image-viewer__canvas{width:100%;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.el-image-viewer__actions{left:50%;bottom:30px;-webkit-transform:translateX(-50%);transform:translateX(-50%);width:282px;height:44px;padding:0 23px;background-color:#606266;border-color:#fff;border-radius:22px}.el-image-viewer__actions__inner{width:100%;height:100%;text-align:justify;cursor:default;font-size:23px;color:#fff;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-ms-flex-pack:distribute;justify-content:space-around}.el-image-viewer__prev{left:40px}.el-image-viewer__next,.el-image-viewer__prev{top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);width:44px;height:44px;font-size:24px;color:#fff;background-color:#606266;border-color:#fff}.el-image-viewer__next{right:40px;text-indent:2px}.el-image-viewer__mask{position:absolute;width:100%;height:100%;top:0;left:0;opacity:.5;background:#000}.viewer-fade-enter-active{-webkit-animation:viewer-fade-in .3s;animation:viewer-fade-in .3s}.viewer-fade-leave-active{-webkit-animation:viewer-fade-out .3s;animation:viewer-fade-out .3s}@-webkit-keyframes viewer-fade-in{0%{-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0);opacity:0}to{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}@keyframes viewer-fade-in{0%{-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0);opacity:0}to{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}@-webkit-keyframes viewer-fade-out{0%{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}to{-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0);opacity:0}}@keyframes viewer-fade-out{0%{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}to{-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0);opacity:0}}.el-button{display:inline-block;line-height:1;white-space:nowrap;cursor:pointer;background:#fff;border:1px solid #dcdfe6;border-color:#dcdfe6;color:#606266;-webkit-appearance:none;text-align:center;-webkit-box-sizing:border-box;box-sizing:border-box;outline:none;margin:0;-webkit-transition:.1s;transition:.1s;font-weight:500;-moz-user-select:none;-webkit-user-select:none;-ms-user-select:none;padding:12px 20px;font-size:14px;border-radius:4px}.el-button+.el-button{margin-left:10px}.el-button.is-round{padding:12px 20px}.el-button:focus,.el-button:hover{color:#00c292;border-color:#b3edde;background-color:#e6f9f4}.el-button:active{color:#00af83;border-color:#00af83;outline:none}.el-button::-moz-focus-inner{border:0}.el-button [class*=el-icon-]+span{margin-left:5px}.el-button.is-plain:focus,.el-button.is-plain:hover{background:#fff;border-color:#00c292;color:#00c292}.el-button.is-plain:active{background:#fff;outline:none}.el-button.is-active,.el-button.is-plain:active{border-color:#00af83;color:#00af83}.el-button.is-disabled,.el-button.is-disabled:focus,.el-button.is-disabled:hover{color:#c0c4cc;cursor:not-allowed;background-image:none;background-color:#fff;border-color:#ebeef5}.el-button.is-disabled.el-button--text{background-color:transparent}.el-button.is-disabled.is-plain,.el-button.is-disabled.is-plain:focus,.el-button.is-disabled.is-plain:hover{background-color:#fff;border-color:#ebeef5;color:#c0c4cc}.el-button.is-loading{position:relative;pointer-events:none}.el-button.is-loading:before{pointer-events:none;content:"";position:absolute;left:-1px;top:-1px;right:-1px;bottom:-1px;border-radius:inherit;background-color:hsla(0,0%,100%,.35)}.el-button.is-round{border-radius:20px;padding:12px 23px}.el-button.is-circle{border-radius:50%;padding:12px}.el-button--primary{color:#fff;background-color:#00c292;border-color:#00c292}.el-button--primary:focus,.el-button--primary:hover{background:#33cea8;border-color:#33cea8;color:#fff}.el-button--primary:active{outline:none}.el-button--primary.is-active,.el-button--primary:active{background:#00af83;border-color:#00af83;color:#fff}.el-button--primary.is-disabled,.el-button--primary.is-disabled:active,.el-button--primary.is-disabled:focus,.el-button--primary.is-disabled:hover{color:#fff;background-color:#80e1c9;border-color:#80e1c9}.el-button--primary.is-plain{color:#00c292;background:#e6f9f4;border-color:#99e7d3}.el-button--primary.is-plain:focus,.el-button--primary.is-plain:hover{background:#00c292;border-color:#00c292;color:#fff}.el-button--primary.is-plain:active{background:#00af83;border-color:#00af83;color:#fff;outline:none}.el-button--primary.is-plain.is-disabled,.el-button--primary.is-plain.is-disabled:active,.el-button--primary.is-plain.is-disabled:focus,.el-button--primary.is-plain.is-disabled:hover{color:#66dabe;background-color:#e6f9f4;border-color:#ccf3e9}.el-button--success{color:#fff;background-color:#67c23a;border-color:#67c23a}.el-button--success:focus,.el-button--success:hover{background:#85ce61;border-color:#85ce61;color:#fff}.el-button--success:active{outline:none}.el-button--success.is-active,.el-button--success:active{background:#5daf34;border-color:#5daf34;color:#fff}.el-button--success.is-disabled,.el-button--success.is-disabled:active,.el-button--success.is-disabled:focus,.el-button--success.is-disabled:hover{color:#fff;background-color:#b3e19d;border-color:#b3e19d}.el-button--success.is-plain{color:#67c23a;background:#f0f9eb;border-color:#c2e7b0}.el-button--success.is-plain:focus,.el-button--success.is-plain:hover{background:#67c23a;border-color:#67c23a;color:#fff}.el-button--success.is-plain:active{background:#5daf34;border-color:#5daf34;color:#fff;outline:none}.el-button--success.is-plain.is-disabled,.el-button--success.is-plain.is-disabled:active,.el-button--success.is-plain.is-disabled:focus,.el-button--success.is-plain.is-disabled:hover{color:#a4da89;background-color:#f0f9eb;border-color:#e1f3d8}.el-button--warning{color:#fff;background-color:#e6a23c;border-color:#e6a23c}.el-button--warning:focus,.el-button--warning:hover{background:#ebb563;border-color:#ebb563;color:#fff}.el-button--warning:active{outline:none}.el-button--warning.is-active,.el-button--warning:active{background:#cf9236;border-color:#cf9236;color:#fff}.el-button--warning.is-disabled,.el-button--warning.is-disabled:active,.el-button--warning.is-disabled:focus,.el-button--warning.is-disabled:hover{color:#fff;background-color:#f3d19e;border-color:#f3d19e}.el-button--warning.is-plain{color:#e6a23c;background:#fdf6ec;border-color:#f5dab1}.el-button--warning.is-plain:focus,.el-button--warning.is-plain:hover{background:#e6a23c;border-color:#e6a23c;color:#fff}.el-button--warning.is-plain:active{background:#cf9236;border-color:#cf9236;color:#fff;outline:none}.el-button--warning.is-plain.is-disabled,.el-button--warning.is-plain.is-disabled:active,.el-button--warning.is-plain.is-disabled:focus,.el-button--warning.is-plain.is-disabled:hover{color:#f0c78a;background-color:#fdf6ec;border-color:#faecd8}.el-button--danger{color:#fff;background-color:#f56c6c;border-color:#f56c6c}.el-button--danger:focus,.el-button--danger:hover{background:#f78989;border-color:#f78989;color:#fff}.el-button--danger:active{outline:none}.el-button--danger.is-active,.el-button--danger:active{background:#dd6161;border-color:#dd6161;color:#fff}.el-button--danger.is-disabled,.el-button--danger.is-disabled:active,.el-button--danger.is-disabled:focus,.el-button--danger.is-disabled:hover{color:#fff;background-color:#fab6b6;border-color:#fab6b6}.el-button--danger.is-plain{color:#f56c6c;background:#fef0f0;border-color:#fbc4c4}.el-button--danger.is-plain:focus,.el-button--danger.is-plain:hover{background:#f56c6c;border-color:#f56c6c;color:#fff}.el-button--danger.is-plain:active{background:#dd6161;border-color:#dd6161;color:#fff;outline:none}.el-button--danger.is-plain.is-disabled,.el-button--danger.is-plain.is-disabled:active,.el-button--danger.is-plain.is-disabled:focus,.el-button--danger.is-plain.is-disabled:hover{color:#f9a7a7;background-color:#fef0f0;border-color:#fde2e2}.el-button--info{color:#fff;background-color:#909399;border-color:#909399}.el-button--info:focus,.el-button--info:hover{background:#a6a9ad;border-color:#a6a9ad;color:#fff}.el-button--info:active{outline:none}.el-button--info.is-active,.el-button--info:active{background:#82848a;border-color:#82848a;color:#fff}.el-button--info.is-disabled,.el-button--info.is-disabled:active,.el-button--info.is-disabled:focus,.el-button--info.is-disabled:hover{color:#fff;background-color:#c8c9cc;border-color:#c8c9cc}.el-button--info.is-plain{color:#909399;background:#f4f4f5;border-color:#d3d4d6}.el-button--info.is-plain:focus,.el-button--info.is-plain:hover{background:#909399;border-color:#909399;color:#fff}.el-button--info.is-plain:active{background:#82848a;border-color:#82848a;color:#fff;outline:none}.el-button--info.is-plain.is-disabled,.el-button--info.is-plain.is-disabled:active,.el-button--info.is-plain.is-disabled:focus,.el-button--info.is-plain.is-disabled:hover{color:#bcbec2;background-color:#f4f4f5;border-color:#e9e9eb}.el-button--medium{padding:10px 20px;font-size:14px;border-radius:4px}.el-button--medium.is-round{padding:10px 20px}.el-button--medium.is-circle{padding:10px}.el-button--small{padding:9px 15px;font-size:12px;border-radius:3px}.el-button--small.is-round{padding:9px 15px}.el-button--small.is-circle{padding:9px}.el-button--mini{padding:7px 15px;font-size:12px;border-radius:3px}.el-button--mini.is-round{padding:7px 15px}.el-button--mini.is-circle{padding:7px}.el-button--text{border-color:transparent;color:#00c292;background:transparent;padding-left:0;padding-right:0}.el-button--text:focus,.el-button--text:hover{color:#33cea8;border-color:transparent;background-color:transparent}.el-button--text:active{color:#00af83;background-color:transparent}.el-button--text.is-disabled,.el-button--text.is-disabled:focus,.el-button--text.is-disabled:hover,.el-button--text:active{border-color:transparent}.el-button-group{display:inline-block;vertical-align:middle}.el-button-group:after,.el-button-group:before{display:table;content:""}.el-button-group:after{clear:both}.el-button-group>.el-button{float:left;position:relative}.el-button-group>.el-button+.el-button{margin-left:0}.el-button-group>.el-button.is-disabled{z-index:1}.el-button-group>.el-button:first-child{border-top-right-radius:0;border-bottom-right-radius:0}.el-button-group>.el-button:last-child{border-top-left-radius:0;border-bottom-left-radius:0}.el-button-group>.el-button:first-child:last-child{border-top-right-radius:4px;border-bottom-right-radius:4px;border-top-left-radius:4px;border-bottom-left-radius:4px}.el-button-group>.el-button:first-child:last-child.is-round{border-radius:20px}.el-button-group>.el-button:first-child:last-child.is-circle{border-radius:50%}.el-button-group>.el-button:not(:first-child):not(:last-child){border-radius:0}.el-button-group>.el-button:not(:last-child){margin-right:-1px}.el-button-group>.el-button.is-active,.el-button-group>.el-button:not(.is-disabled):active,.el-button-group>.el-button:not(.is-disabled):focus,.el-button-group>.el-button:not(.is-disabled):hover{z-index:1}.el-button-group>.el-dropdown>.el-button{border-top-left-radius:0;border-bottom-left-radius:0;border-left-color:hsla(0,0%,100%,.5)}.el-button-group .el-button--primary:first-child{border-right-color:hsla(0,0%,100%,.5)}.el-button-group .el-button--primary:last-child{border-left-color:hsla(0,0%,100%,.5)}.el-button-group .el-button--primary:not(:first-child):not(:last-child){border-left-color:hsla(0,0%,100%,.5);border-right-color:hsla(0,0%,100%,.5)}.el-button-group .el-button--success:first-child{border-right-color:hsla(0,0%,100%,.5)}.el-button-group .el-button--success:last-child{border-left-color:hsla(0,0%,100%,.5)}.el-button-group .el-button--success:not(:first-child):not(:last-child){border-left-color:hsla(0,0%,100%,.5);border-right-color:hsla(0,0%,100%,.5)}.el-button-group .el-button--warning:first-child{border-right-color:hsla(0,0%,100%,.5)}.el-button-group .el-button--warning:last-child{border-left-color:hsla(0,0%,100%,.5)}.el-button-group .el-button--warning:not(:first-child):not(:last-child){border-left-color:hsla(0,0%,100%,.5);border-right-color:hsla(0,0%,100%,.5)}.el-button-group .el-button--danger:first-child{border-right-color:hsla(0,0%,100%,.5)}.el-button-group .el-button--danger:last-child{border-left-color:hsla(0,0%,100%,.5)}.el-button-group .el-button--danger:not(:first-child):not(:last-child){border-left-color:hsla(0,0%,100%,.5);border-right-color:hsla(0,0%,100%,.5)}.el-button-group .el-button--info:first-child{border-right-color:hsla(0,0%,100%,.5)}.el-button-group .el-button--info:last-child{border-left-color:hsla(0,0%,100%,.5)}.el-button-group .el-button--info:not(:first-child):not(:last-child){border-left-color:hsla(0,0%,100%,.5);border-right-color:hsla(0,0%,100%,.5)}.el-calendar{background-color:#fff}.el-calendar__header{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;padding:12px 20px;border-bottom:1px solid #ebeef5}.el-calendar__title{color:#000;-ms-flex-item-align:center;align-self:center}.el-calendar__body{padding:12px 20px 35px}.el-calendar-table{table-layout:fixed;width:100%}.el-calendar-table thead th{padding:12px 0;color:#606266;font-weight:400}.el-calendar-table:not(.is-range) td.next,.el-calendar-table:not(.is-range) td.prev{color:#c0c4cc}.el-calendar-table td{border-bottom:1px solid #ebeef5;border-right:1px solid #ebeef5;vertical-align:top;-webkit-transition:background-color .2s ease;transition:background-color .2s ease}.el-calendar-table td.is-selected{background-color:#f2f8fe}.el-calendar-table td.is-today{color:#00c292}.el-calendar-table tr:first-child td{border-top:1px solid #ebeef5}.el-calendar-table tr td:first-child{border-left:1px solid #ebeef5}.el-calendar-table tr.el-calendar-table__row--hide-border td{border-top:none}.el-calendar-table .el-calendar-day{-webkit-box-sizing:border-box;box-sizing:border-box;padding:8px;height:85px}.el-calendar-table .el-calendar-day:hover{cursor:pointer;background-color:#f2f8fe}.el-backtop{position:fixed;background-color:#fff;width:40px;height:40px;border-radius:50%;color:#00c292;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;font-size:20px;-webkit-box-shadow:0 0 6px rgba(0,0,0,.12);box-shadow:0 0 6px rgba(0,0,0,.12);cursor:pointer;z-index:5}.el-backtop:hover{background-color:#f2f6fc}.el-page-header{line-height:24px}.el-page-header,.el-page-header__left{display:-webkit-box;display:-ms-flexbox;display:flex}.el-page-header__left{cursor:pointer;margin-right:40px;position:relative}.el-page-header__left:after{content:"";position:absolute;width:1px;height:16px;right:-20px;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);background-color:#dcdfe6}.el-page-header__left .el-icon-back{font-size:18px;margin-right:6px;-ms-flex-item-align:center;align-self:center}.el-page-header__title{font-size:14px;font-weight:500}.el-page-header__content{font-size:18px;color:#303133}.el-checkbox{color:#606266;font-weight:500;font-size:14px;position:relative;cursor:pointer;display:inline-block;white-space:nowrap;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;margin-right:30px}.el-checkbox.is-bordered{padding:9px 20px 9px 10px;border-radius:4px;border:1px solid #dcdfe6;-webkit-box-sizing:border-box;box-sizing:border-box;line-height:normal;height:40px}.el-checkbox.is-bordered.is-checked{border-color:#00c292}.el-checkbox.is-bordered.is-disabled{border-color:#ebeef5;cursor:not-allowed}.el-checkbox.is-bordered+.el-checkbox.is-bordered{margin-left:10px}.el-checkbox.is-bordered.el-checkbox--medium{padding:7px 20px 7px 10px;border-radius:4px;height:36px}.el-checkbox.is-bordered.el-checkbox--medium .el-checkbox__label{line-height:17px;font-size:14px}.el-checkbox.is-bordered.el-checkbox--medium .el-checkbox__inner{height:14px;width:14px}.el-checkbox.is-bordered.el-checkbox--small{padding:5px 15px 5px 10px;border-radius:3px;height:32px}.el-checkbox.is-bordered.el-checkbox--small .el-checkbox__label{line-height:15px;font-size:12px}.el-checkbox.is-bordered.el-checkbox--small .el-checkbox__inner{height:12px;width:12px}.el-checkbox.is-bordered.el-checkbox--small .el-checkbox__inner:after{height:6px;width:2px}.el-checkbox.is-bordered.el-checkbox--mini{padding:3px 15px 3px 10px;border-radius:3px;height:28px}.el-checkbox.is-bordered.el-checkbox--mini .el-checkbox__label{line-height:12px;font-size:12px}.el-checkbox.is-bordered.el-checkbox--mini .el-checkbox__inner{height:12px;width:12px}.el-checkbox.is-bordered.el-checkbox--mini .el-checkbox__inner:after{height:6px;width:2px}.el-checkbox__input{white-space:nowrap;cursor:pointer;outline:none;display:inline-block;line-height:1;position:relative;vertical-align:middle}.el-checkbox__input.is-disabled .el-checkbox__inner{background-color:#edf2fc;border-color:#dcdfe6;cursor:not-allowed}.el-checkbox__input.is-disabled .el-checkbox__inner:after{cursor:not-allowed;border-color:#c0c4cc}.el-checkbox__input.is-disabled .el-checkbox__inner+.el-checkbox__label{cursor:not-allowed}.el-checkbox__input.is-disabled.is-checked .el-checkbox__inner{background-color:#f2f6fc;border-color:#dcdfe6}.el-checkbox__input.is-disabled.is-checked .el-checkbox__inner:after{border-color:#c0c4cc}.el-checkbox__input.is-disabled.is-indeterminate .el-checkbox__inner{background-color:#f2f6fc;border-color:#dcdfe6}.el-checkbox__input.is-disabled.is-indeterminate .el-checkbox__inner:before{background-color:#c0c4cc;border-color:#c0c4cc}.el-checkbox__input.is-disabled+span.el-checkbox__label{color:#c0c4cc;cursor:not-allowed}.el-checkbox__input.is-checked .el-checkbox__inner{background-color:#00c292;border-color:#00c292}.el-checkbox__input.is-checked .el-checkbox__inner:after{-webkit-transform:rotate(45deg) scaleY(1);transform:rotate(45deg) scaleY(1)}.el-checkbox__input.is-checked+.el-checkbox__label{color:#00c292}.el-checkbox__input.is-focus .el-checkbox__inner{border-color:#00c292}.el-checkbox__input.is-indeterminate .el-checkbox__inner{background-color:#00c292;border-color:#00c292}.el-checkbox__input.is-indeterminate .el-checkbox__inner:before{content:"";position:absolute;display:block;background-color:#fff;height:2px;-webkit-transform:scale(.5);transform:scale(.5);left:0;right:0;top:5px}.el-checkbox__input.is-indeterminate .el-checkbox__inner:after{display:none}.el-checkbox__inner{display:inline-block;position:relative;border:1px solid #dcdfe6;border-radius:2px;-webkit-box-sizing:border-box;box-sizing:border-box;width:14px;height:14px;background-color:#fff;z-index:1;-webkit-transition:border-color .25s cubic-bezier(.71,-.46,.29,1.46),background-color .25s cubic-bezier(.71,-.46,.29,1.46);transition:border-color .25s cubic-bezier(.71,-.46,.29,1.46),background-color .25s cubic-bezier(.71,-.46,.29,1.46)}.el-checkbox__inner:hover{border-color:#00c292}.el-checkbox__inner:after{-webkit-box-sizing:content-box;box-sizing:content-box;content:"";border:1px solid #fff;border-left:0;border-top:0;height:7px;left:4px;position:absolute;top:1px;-webkit-transform:rotate(45deg) scaleY(0);transform:rotate(45deg) scaleY(0);width:3px;-webkit-transition:-webkit-transform .15s ease-in .05s;transition:-webkit-transform .15s ease-in .05s;transition:transform .15s ease-in .05s;transition:transform .15s ease-in .05s,-webkit-transform .15s ease-in .05s;-webkit-transform-origin:center;transform-origin:center}.el-checkbox__original{opacity:0;outline:none;position:absolute;margin:0;width:0;height:0;z-index:-1}.el-checkbox__label{display:inline-block;padding-left:10px;line-height:19px;font-size:14px}.el-checkbox:last-of-type{margin-right:0}.el-checkbox-button,.el-checkbox-button__inner{position:relative;display:inline-block}.el-checkbox-button__inner{line-height:1;font-weight:500;white-space:nowrap;vertical-align:middle;cursor:pointer;background:#fff;border:1px solid #dcdfe6;border-left:0;color:#606266;-webkit-appearance:none;text-align:center;-webkit-box-sizing:border-box;box-sizing:border-box;outline:none;margin:0;-webkit-transition:all .3s cubic-bezier(.645,.045,.355,1);transition:all .3s cubic-bezier(.645,.045,.355,1);-moz-user-select:none;-webkit-user-select:none;-ms-user-select:none;padding:12px 20px;font-size:14px;border-radius:0}.el-checkbox-button__inner.is-round{padding:12px 20px}.el-checkbox-button__inner:hover{color:#00c292}.el-checkbox-button__inner [class*=el-icon-]{line-height:.9}.el-checkbox-button__inner [class*=el-icon-]+span{margin-left:5px}.el-checkbox-button__original{opacity:0;outline:none;position:absolute;margin:0;z-index:-1}.el-checkbox-button.is-checked .el-checkbox-button__inner{color:#fff;background-color:#00c292;border-color:#00c292;-webkit-box-shadow:-1px 0 0 0 #66dabe;box-shadow:-1px 0 0 0 #66dabe}.el-checkbox-button.is-checked:first-child .el-checkbox-button__inner{border-left-color:#00c292}.el-checkbox-button.is-disabled .el-checkbox-button__inner{color:#c0c4cc;cursor:not-allowed;background-image:none;background-color:#fff;border-color:#ebeef5;-webkit-box-shadow:none;box-shadow:none}.el-checkbox-button.is-disabled:first-child .el-checkbox-button__inner{border-left-color:#ebeef5}.el-checkbox-button:first-child .el-checkbox-button__inner{border-left:1px solid #dcdfe6;border-radius:4px 0 0 4px;-webkit-box-shadow:none!important;box-shadow:none!important}.el-checkbox-button.is-focus .el-checkbox-button__inner{border-color:#00c292}.el-checkbox-button:last-child .el-checkbox-button__inner{border-radius:0 4px 4px 0}.el-checkbox-button--medium .el-checkbox-button__inner{padding:10px 20px;font-size:14px;border-radius:0}.el-checkbox-button--medium .el-checkbox-button__inner.is-round{padding:10px 20px}.el-checkbox-button--small .el-checkbox-button__inner{padding:9px 15px;font-size:12px;border-radius:0}.el-checkbox-button--small .el-checkbox-button__inner.is-round{padding:9px 15px}.el-checkbox-button--mini .el-checkbox-button__inner{padding:7px 15px;font-size:12px;border-radius:0}.el-checkbox-button--mini .el-checkbox-button__inner.is-round{padding:7px 15px}.el-checkbox-group{font-size:0}.el-radio{color:#606266;font-weight:500;line-height:1;position:relative;cursor:pointer;display:inline-block;white-space:nowrap;outline:none;font-size:14px;margin-right:30px;-moz-user-select:none;-webkit-user-select:none;-ms-user-select:none}.el-radio.is-bordered{padding:12px 20px 0 10px;border-radius:4px;border:1px solid #dcdfe6;-webkit-box-sizing:border-box;box-sizing:border-box;height:40px}.el-radio.is-bordered.is-checked{border-color:#00c292}.el-radio.is-bordered.is-disabled{cursor:not-allowed;border-color:#ebeef5}.el-radio.is-bordered+.el-radio.is-bordered{margin-left:10px}.el-radio--medium.is-bordered{padding:10px 20px 0 10px;border-radius:4px;height:36px}.el-radio--medium.is-bordered .el-radio__label{font-size:14px}.el-radio--medium.is-bordered .el-radio__inner{height:14px;width:14px}.el-radio--small.is-bordered{padding:8px 15px 0 10px;border-radius:3px;height:32px}.el-radio--small.is-bordered .el-radio__label{font-size:12px}.el-radio--small.is-bordered .el-radio__inner{height:12px;width:12px}.el-radio--mini.is-bordered{padding:6px 15px 0 10px;border-radius:3px;height:28px}.el-radio--mini.is-bordered .el-radio__label{font-size:12px}.el-radio--mini.is-bordered .el-radio__inner{height:12px;width:12px}.el-radio:last-child{margin-right:0}.el-radio__input{white-space:nowrap;cursor:pointer;outline:none;display:inline-block;line-height:1;position:relative;vertical-align:middle}.el-radio__input.is-disabled .el-radio__inner{background-color:#f5f7fa;border-color:#e4e7ed;cursor:not-allowed}.el-radio__input.is-disabled .el-radio__inner:after{cursor:not-allowed;background-color:#f5f7fa}.el-radio__input.is-disabled .el-radio__inner+.el-radio__label{cursor:not-allowed}.el-radio__input.is-disabled.is-checked .el-radio__inner{background-color:#f5f7fa;border-color:#e4e7ed}.el-radio__input.is-disabled.is-checked .el-radio__inner:after{background-color:#c0c4cc}.el-radio__input.is-disabled+span.el-radio__label{color:#c0c4cc;cursor:not-allowed}.el-radio__input.is-checked .el-radio__inner{border-color:#00c292;background:#00c292}.el-radio__input.is-checked .el-radio__inner:after{-webkit-transform:translate(-50%,-50%) scale(1);transform:translate(-50%,-50%) scale(1)}.el-radio__input.is-checked+.el-radio__label{color:#00c292}.el-radio__input.is-focus .el-radio__inner{border-color:#00c292}.el-radio__inner{border:1px solid #dcdfe6;border-radius:100%;width:14px;height:14px;background-color:#fff;position:relative;cursor:pointer;display:inline-block;-webkit-box-sizing:border-box;box-sizing:border-box}.el-radio__inner:hover{border-color:#00c292}.el-radio__inner:after{width:4px;height:4px;border-radius:100%;background-color:#fff;content:"";position:absolute;left:50%;top:50%;-webkit-transform:translate(-50%,-50%) scale(0);transform:translate(-50%,-50%) scale(0);-webkit-transition:-webkit-transform .15s ease-in;transition:-webkit-transform .15s ease-in;transition:transform .15s ease-in;transition:transform .15s ease-in,-webkit-transform .15s ease-in}.el-radio__original{opacity:0;outline:none;position:absolute;z-index:-1;top:0;left:0;right:0;bottom:0;margin:0}.el-radio:focus:not(.is-focus):not(:active):not(.is-disabled) .el-radio__inner{-webkit-box-shadow:0 0 2px 2px #00c292;box-shadow:0 0 2px 2px #00c292}.el-radio__label{font-size:14px;padding-left:10px}.el-scrollbar{overflow:hidden;position:relative}.el-scrollbar:active>.el-scrollbar__bar,.el-scrollbar:focus>.el-scrollbar__bar,.el-scrollbar:hover>.el-scrollbar__bar{opacity:1;-webkit-transition:opacity .34s ease-out;transition:opacity .34s ease-out}.el-scrollbar__wrap{overflow:scroll;height:100%}.el-scrollbar__wrap--hidden-default{scrollbar-width:none}.el-scrollbar__wrap--hidden-default::-webkit-scrollbar{width:0;height:0}.el-scrollbar__thumb{position:relative;display:block;width:0;height:0;cursor:pointer;border-radius:inherit;background-color:rgba(144,147,153,.3);-webkit-transition:background-color .3s;transition:background-color .3s}.el-scrollbar__thumb:hover{background-color:rgba(144,147,153,.5)}.el-scrollbar__bar{position:absolute;right:2px;bottom:2px;z-index:1;border-radius:4px;opacity:0;-webkit-transition:opacity .12s ease-out;transition:opacity .12s ease-out}.el-scrollbar__bar.is-vertical{width:6px;top:2px}.el-scrollbar__bar.is-vertical>div{width:100%}.el-scrollbar__bar.is-horizontal{height:6px;left:2px}.el-scrollbar__bar.is-horizontal>div{height:100%}.el-cascader-panel{display:-webkit-box;display:-ms-flexbox;display:flex;border-radius:4px;font-size:14px}.el-cascader-panel.is-bordered{border:1px solid #e4e7ed;border-radius:4px}.el-cascader-menu{min-width:180px;-webkit-box-sizing:border-box;box-sizing:border-box;color:#606266;border-right:1px solid #e4e7ed}.el-cascader-menu:last-child{border-right:none}.el-cascader-menu:last-child .el-cascader-node{padding-right:20px}.el-cascader-menu__wrap{height:204px}.el-cascader-menu__list{position:relative;min-height:100%;margin:0;padding:6px 0;list-style:none;-webkit-box-sizing:border-box;box-sizing:border-box}.el-cascader-menu__hover-zone{position:absolute;top:0;left:0;width:100%;height:100%;pointer-events:none}.el-cascader-menu__empty-text{position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);text-align:center;color:#c0c4cc}.el-cascader-node{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:0 30px 0 20px;height:34px;line-height:34px;outline:none}.el-cascader-node.is-selectable.in-active-path{color:#606266}.el-cascader-node.in-active-path,.el-cascader-node.is-active,.el-cascader-node.is-selectable.in-checked-path{color:#00c292;font-weight:700}.el-cascader-node:not(.is-disabled){cursor:pointer}.el-cascader-node:not(.is-disabled):focus,.el-cascader-node:not(.is-disabled):hover{background:#f5f7fa}.el-cascader-node.is-disabled{color:#c0c4cc;cursor:not-allowed}.el-cascader-node__prefix{position:absolute;left:10px}.el-cascader-node__postfix{position:absolute;right:10px}.el-cascader-node__label{-webkit-box-flex:1;-ms-flex:1;flex:1;padding:0 10px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.el-cascader-node>.el-radio{margin-right:0}.el-cascader-node>.el-radio .el-radio__label{padding-left:0}.el-avatar{display:inline-block;-webkit-box-sizing:border-box;box-sizing:border-box;text-align:center;overflow:hidden;color:#fff;background:#c0c4cc;width:40px;height:40px;line-height:40px;font-size:14px}.el-avatar>img{display:block;height:100%;vertical-align:middle}.el-avatar--circle{border-radius:50%}.el-avatar--square{border-radius:4px}.el-avatar--icon{font-size:18px}.el-avatar--large{width:40px;height:40px;line-height:40px}.el-avatar--medium{width:36px;height:36px;line-height:36px}.el-avatar--small{width:28px;height:28px;line-height:28px}@-webkit-keyframes el-drawer-fade-in{0%{opacity:0}to{opacity:1}}@keyframes el-drawer-fade-in{0%{opacity:0}to{opacity:1}}@-webkit-keyframes rtl-drawer-in{0%{-webkit-transform:translate(100%);transform:translate(100%)}to{-webkit-transform:translate(0);transform:translate(0)}}@keyframes rtl-drawer-in{0%{-webkit-transform:translate(100%);transform:translate(100%)}to{-webkit-transform:translate(0);transform:translate(0)}}@-webkit-keyframes rtl-drawer-out{0%{-webkit-transform:translate(0);transform:translate(0)}to{-webkit-transform:translate(100%);transform:translate(100%)}}@keyframes rtl-drawer-out{0%{-webkit-transform:translate(0);transform:translate(0)}to{-webkit-transform:translate(100%);transform:translate(100%)}}@-webkit-keyframes ltr-drawer-in{0%{-webkit-transform:translate(-100%);transform:translate(-100%)}to{-webkit-transform:translate(0);transform:translate(0)}}@keyframes ltr-drawer-in{0%{-webkit-transform:translate(-100%);transform:translate(-100%)}to{-webkit-transform:translate(0);transform:translate(0)}}@-webkit-keyframes ltr-drawer-out{0%{-webkit-transform:translate(0);transform:translate(0)}to{-webkit-transform:translate(-100%);transform:translate(-100%)}}@keyframes ltr-drawer-out{0%{-webkit-transform:translate(0);transform:translate(0)}to{-webkit-transform:translate(-100%);transform:translate(-100%)}}@-webkit-keyframes ttb-drawer-in{0%{-webkit-transform:translateY(-100%);transform:translateY(-100%)}to{-webkit-transform:translate(0);transform:translate(0)}}@keyframes ttb-drawer-in{0%{-webkit-transform:translateY(-100%);transform:translateY(-100%)}to{-webkit-transform:translate(0);transform:translate(0)}}@-webkit-keyframes ttb-drawer-out{0%{-webkit-transform:translate(0);transform:translate(0)}to{-webkit-transform:translateY(-100%);transform:translateY(-100%)}}@keyframes ttb-drawer-out{0%{-webkit-transform:translate(0);transform:translate(0)}to{-webkit-transform:translateY(-100%);transform:translateY(-100%)}}@-webkit-keyframes btt-drawer-in{0%{-webkit-transform:translateY(100%);transform:translateY(100%)}to{-webkit-transform:translate(0);transform:translate(0)}}@keyframes btt-drawer-in{0%{-webkit-transform:translateY(100%);transform:translateY(100%)}to{-webkit-transform:translate(0);transform:translate(0)}}@-webkit-keyframes btt-drawer-out{0%{-webkit-transform:translate(0);transform:translate(0)}to{-webkit-transform:translateY(100%);transform:translateY(100%)}}@keyframes btt-drawer-out{0%{-webkit-transform:translate(0);transform:translate(0)}to{-webkit-transform:translateY(100%);transform:translateY(100%)}}.el-drawer{position:absolute;-webkit-box-sizing:border-box;box-sizing:border-box;background-color:#fff;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-shadow:0 8px 10px -5px rgba(0,0,0,.2),0 16px 24px 2px rgba(0,0,0,.14),0 6px 30px 5px rgba(0,0,0,.12);box-shadow:0 8px 10px -5px rgba(0,0,0,.2),0 16px 24px 2px rgba(0,0,0,.14),0 6px 30px 5px rgba(0,0,0,.12);overflow:hidden;outline:0}.el-drawer.rtl{-webkit-animation:rtl-drawer-out .3s;animation:rtl-drawer-out .3s}.el-drawer__open .el-drawer.rtl{-webkit-animation:rtl-drawer-in .3s 1ms;animation:rtl-drawer-in .3s 1ms}.el-drawer.ltr{-webkit-animation:ltr-drawer-out .3s;animation:ltr-drawer-out .3s}.el-drawer__open .el-drawer.ltr{-webkit-animation:ltr-drawer-in .3s 1ms;animation:ltr-drawer-in .3s 1ms}.el-drawer.ttb{-webkit-animation:ttb-drawer-out .3s;animation:ttb-drawer-out .3s}.el-drawer__open .el-drawer.ttb{-webkit-animation:ttb-drawer-in .3s 1ms;animation:ttb-drawer-in .3s 1ms}.el-drawer.btt{-webkit-animation:btt-drawer-out .3s;animation:btt-drawer-out .3s}.el-drawer__open .el-drawer.btt{-webkit-animation:btt-drawer-in .3s 1ms;animation:btt-drawer-in .3s 1ms}.el-drawer__wrapper{position:fixed;top:0;right:0;bottom:0;left:0;overflow:hidden;margin:0}.el-drawer__header{-webkit-box-align:center;-ms-flex-align:center;align-items:center;color:#72767b;display:-webkit-box;display:-ms-flexbox;display:flex;margin-bottom:32px;padding:20px;padding-bottom:0}.el-drawer__header>:first-child,.el-drawer__title{-webkit-box-flex:1;-ms-flex:1;flex:1}.el-drawer__title{margin:0;line-height:inherit;font-size:1rem}.el-drawer__close-btn{border:none;cursor:pointer;font-size:20px;color:inherit;background-color:transparent}.el-drawer__body{-webkit-box-flex:1;-ms-flex:1;flex:1;overflow:auto}.el-drawer__body>*{-webkit-box-sizing:border-box;box-sizing:border-box}.el-drawer.ltr,.el-drawer.rtl{height:100%;top:0;bottom:0}.el-drawer.btt,.el-drawer.ttb{width:100%;left:0;right:0}.el-drawer.ltr{left:0}.el-drawer.rtl{right:0}.el-drawer.ttb{top:0}.el-drawer.btt{bottom:0}.el-drawer__container{position:relative;left:0;right:0;top:0;bottom:0;height:100%;width:100%}.el-drawer-fade-enter-active{-webkit-animation:el-drawer-fade-in .3s;animation:el-drawer-fade-in .3s}.el-drawer-fade-leave-active{animation:el-drawer-fade-in .3s reverse}.el-statistic{width:100%;-webkit-box-sizing:border-box;box-sizing:border-box;margin:0;padding:0;color:#000;font-variant:tabular-nums;list-style:none;-webkit-font-feature-settings:"tnum";font-feature-settings:"tnum";text-align:center}.el-statistic .head{margin-bottom:4px;color:#606266;font-size:13px}.el-statistic .con{font-family:Sans-serif;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;color:#303133}.el-statistic .con .number{font-size:20px;padding:0 4px}.el-statistic .con span{display:inline-block;margin:0;line-height:100%}.el-popconfirm__main{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.el-popconfirm__icon{margin-right:5px}.el-popconfirm__action{text-align:right;margin:0}@-webkit-keyframes el-skeleton-loading{0%{background-position:100% 50%}to{background-position:0 50%}}@keyframes el-skeleton-loading{0%{background-position:100% 50%}to{background-position:0 50%}}.el-skeleton{width:100%}.el-skeleton__first-line,.el-skeleton__paragraph{height:16px;margin-top:16px;background:#f2f2f2}.el-skeleton.is-animated .el-skeleton__item{background:-webkit-gradient(linear,left top,right top,color-stop(25%,#f2f2f2),color-stop(37%,#e6e6e6),color-stop(63%,#f2f2f2));background:-webkit-linear-gradient(left,#f2f2f2 25%,#e6e6e6 37%,#f2f2f2 63%);background:linear-gradient(90deg,#f2f2f2 25%,#e6e6e6 37%,#f2f2f2 63%);background-size:400% 100%;-webkit-animation:el-skeleton-loading 1.4s ease infinite;animation:el-skeleton-loading 1.4s ease infinite}.el-skeleton__item{background:#f2f2f2;display:inline-block;height:16px;border-radius:4px;width:100%}.el-skeleton__circle{border-radius:50%;width:36px;height:36px;line-height:36px}.el-skeleton__circle--lg{width:40px;height:40px;line-height:40px}.el-skeleton__circle--md{width:28px;height:28px;line-height:28px}.el-skeleton__button{height:40px;width:64px;border-radius:4px}.el-skeleton__p{width:100%}.el-skeleton__p.is-last{width:61%}.el-skeleton__p.is-first{width:33%}.el-skeleton__text{width:100%;height:13px}.el-skeleton__caption{height:12px}.el-skeleton__h1{height:20px}.el-skeleton__h3{height:18px}.el-skeleton__h5{height:16px}.el-skeleton__image{width:unset;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;border-radius:0}.el-skeleton__image svg{fill:#dcdde0;width:22%;height:22%}.el-empty{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;text-align:center;-webkit-box-sizing:border-box;box-sizing:border-box;padding:40px 0}.el-empty__image{width:160px}.el-empty__image img{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;width:100%;height:100%;vertical-align:top;-o-object-fit:contain;object-fit:contain}.el-empty__image svg{fill:#dcdde0;width:100%;height:100%;vertical-align:top}.el-empty__description{margin-top:20px}.el-empty__description p{margin:0;font-size:14px;color:#909399}.el-empty__bottom{margin-top:20px}.el-descriptions{-webkit-box-sizing:border-box;box-sizing:border-box;font-size:14px;color:#303133}.el-descriptions__header{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-bottom:20px}.el-descriptions__title{font-size:16px;font-weight:700}.el-descriptions__body{color:#606266;background-color:#fff}.el-descriptions__body .el-descriptions__table{border-collapse:collapse;width:100%;table-layout:fixed}.el-descriptions__body .el-descriptions__table .el-descriptions-item__cell{-webkit-box-sizing:border-box;box-sizing:border-box;text-align:left;font-weight:400;line-height:1.5}.el-descriptions__body .el-descriptions__table .el-descriptions-item__cell.is-left{text-align:left}.el-descriptions__body .el-descriptions__table .el-descriptions-item__cell.is-center{text-align:center}.el-descriptions__body .el-descriptions__table .el-descriptions-item__cell.is-right{text-align:right}.el-descriptions .is-bordered{table-layout:auto}.el-descriptions .is-bordered .el-descriptions-item__cell{border:1px solid #ebeef5;padding:12px 10px}.el-descriptions :not(.is-bordered) .el-descriptions-item__cell{padding-bottom:12px}.el-descriptions--medium.is-bordered .el-descriptions-item__cell{padding:10px}.el-descriptions--medium:not(.is-bordered) .el-descriptions-item__cell{padding-bottom:10px}.el-descriptions--small{font-size:12px}.el-descriptions--small.is-bordered .el-descriptions-item__cell{padding:8px 10px}.el-descriptions--small:not(.is-bordered) .el-descriptions-item__cell{padding-bottom:8px}.el-descriptions--mini{font-size:12px}.el-descriptions--mini.is-bordered .el-descriptions-item__cell{padding:6px 10px}.el-descriptions--mini:not(.is-bordered) .el-descriptions-item__cell{padding-bottom:6px}.el-descriptions-item{vertical-align:top}.el-descriptions-item__container{display:-webkit-box;display:-ms-flexbox;display:flex}.el-descriptions-item__container .el-descriptions-item__content,.el-descriptions-item__container .el-descriptions-item__label{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:baseline;-ms-flex-align:baseline;align-items:baseline}.el-descriptions-item__container .el-descriptions-item__content{-webkit-box-flex:1;-ms-flex:1;flex:1}.el-descriptions-item__label.has-colon:after{content:":";position:relative;top:-.5px}.el-descriptions-item__label.is-bordered-label{font-weight:700;color:#909399;background:#fafafa}.el-descriptions-item__label:not(.is-bordered-label){margin-right:10px}.el-descriptions-item__content{word-break:break-word;overflow-wrap:break-word}.el-result{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;text-align:center;-webkit-box-sizing:border-box;box-sizing:border-box;padding:40px 30px}.el-result__icon svg{width:64px;height:64px}.el-result__title{margin-top:20px}.el-result__title p{margin:0;font-size:20px;color:#303133;line-height:1.3}.el-result__subtitle{margin-top:10px}.el-result__subtitle p{margin:0;font-size:14px;color:#606266;line-height:1.3}.el-result__extra{margin-top:30px}.el-result .icon-success{fill:#67c23a}.el-result .icon-error{fill:#f56c6c}.el-result .icon-info{fill:#909399}.el-result .icon-warning{fill:#e6a23c}.form-content{background:#fff;padding:10px 10px 0 10px}.table-content{background:#fff;padding:0 10px}.pagination-content{margin-top:10px;padding-bottom:10px;text-align:right}.detail-form-content{background:#fff;padding:10px}.detail-form-content .el-input{min-width:200px;max-width:600px}.bg{left:0}.bg,.login-form{position:absolute;top:0;height:100%}.login-form{right:0;width:350px;background:#fff;padding:0 60px;font-size:18px;font-weight:700}.h1{margin-top:80px;font-size:20px;font-weight:700}.btn-login{margin-top:50px;width:100%}.amap-wrapper[data-v-58e41f96]{width:100%;height:500px}.search-box[data-v-58e41f96]{position:absolute}.el-date-editor.el-input[data-v-58e41f96]{width:auto}.add-update-preview .el-form-item[data-v-58e41f96] .el-form-item__label{padding:0 10px 0 0;color:#00acc1;background:none;font-weight:600;display:inline-block;width:200px;font-size:inherit;line-height:40px;text-align:right}.add-update-preview .el-form-item[data-v-58e41f96] .el-form-item__content{margin-left:200px}.add-update-preview .el-input-number[data-v-58e41f96] .el-input__inner,.add-update-preview .el-input[data-v-58e41f96] .el-input__inner{border-radius:4px;padding:0 12px;-webkit-box-shadow:0 0 0 rgba(64,158,255,.5);box-shadow:0 0 0 rgba(64,158,255,.5);outline:none;color:inherit;background:#fff;width:400px;font-size:14px;border-color:#ced4da;border-width:1px;border-style:solid;height:36px}.add-update-preview .el-input-number[data-v-58e41f96] .el-input__inner{text-align:left}.add-update-preview .el-input-number[data-v-58e41f96] .el-input-number__decrease,.add-update-preview .el-input-number[data-v-58e41f96] .el-input-number__increase{display:none}.add-update-preview .el-select[data-v-58e41f96] .el-input__inner{padding:0 10px;background:#fff;min-width:350px}.add-update-preview .el-date-editor[data-v-58e41f96] .el-input__inner,.add-update-preview .el-select[data-v-58e41f96] .el-input__inner{color:inherit;font-size:14px;border-color:#ced4da;border-radius:0;-webkit-box-shadow:0 0 0 rgba(64,158,255,.5);box-shadow:0 0 0 rgba(64,158,255,.5);outline:none;width:auto;border-width:1px;border-style:solid;height:36px}.add-update-preview .el-date-editor[data-v-58e41f96] .el-input__inner{padding:0 10px 0 30px;background:none;min-width:250px}.add-update-preview[data-v-58e41f96] .el-upload--picture-card{background:transparent;border:0;border-radius:0;width:auto;height:auto;line-height:normal;vertical-align:middle}.add-update-preview[data-v-58e41f96] .el-upload-list .el-upload-list__item,.add-update-preview[data-v-58e41f96] .el-upload .el-icon-plus,.add-update-preview[data-v-58e41f96] .upload .upload-img{border:1px solid #ced4da;cursor:pointer;border-radius:4px;color:#aaa;background:#fff;-o-object-fit:cover;object-fit:cover;width:180px;font-size:32px;line-height:80px;text-align:center;height:80px}.add-update-preview .el-textarea[data-v-58e41f96] .el-textarea__inner{border:1px solid #ced4da;border-radius:4px;padding:12px;-webkit-box-shadow:0 0 0 rgba(64,158,255,.5);box-shadow:0 0 0 rgba(64,158,255,.5);outline:none;color:inherit;background:#fff;width:500px;font-size:14px;height:140px}.add-update-preview .btn .btn1[data-v-58e41f96]{border:0 solid #3fcbca;cursor:pointer;padding:0 10px;margin:0 4px;color:#fff;display:inline-block;font-size:14px;line-height:40px;border-radius:4px;outline:none;background:#4b88e4;width:auto;min-width:90px;height:40px}.add-update-preview .btn .btn1[data-v-58e41f96]:hover{opacity:.8}.add-update-preview .btn .btn2[data-v-58e41f96]{border:0 solid #23b7e5;cursor:pointer;padding:0 10px;margin:0 4px;color:#fff;font-size:14px;line-height:40px;border-radius:4px;outline:none;background:#4b88e4;width:auto;min-width:90px;height:40px}.add-update-preview .btn .btn2[data-v-58e41f96]:hover{opacity:.8}.add-update-preview .btn .btn3[data-v-58e41f96]{border:0 solid #3fcbca;cursor:pointer;padding:0 20px;margin:0 4px;color:#fff;font-size:14px;line-height:40px;border-radius:4px;outline:none;background:#4b88e4;width:auto;min-width:90px;height:40px}.add-update-preview .btn .btn3[data-v-58e41f96]:hover{opacity:.8}.add-update-preview .btn .btn4[data-v-58e41f96]{border:0 solid #ff6b6b;cursor:pointer;padding:0 20px;margin:0 4px;color:#fff;font-size:14px;line-height:40px;border-radius:4px;outline:none;background:#00acc1;width:auto;min-width:90px;height:40px}.add-update-preview .btn .btn4[data-v-58e41f96]:hover{opacity:.8}.add-update-preview .btn .btn5[data-v-58e41f96]{border:0 solid #65c3df;cursor:pointer;padding:0 20px;margin:4px;color:#fff;font-size:14px;line-height:40px;border-radius:4px;outline:none;background:#00acc1;width:auto;min-width:90px;height:40px}.add-update-preview .btn .btn5[data-v-58e41f96]:hover{opacity:.8}.center-form-pv .el-date-editor.el-input[data-v-e518353c],.el-input[data-v-e518353c]{width:auto}.center-form-pv .el-input[data-v-e518353c] .el-input__inner{border:2px solid #f6f6f6;border-radius:4px;padding:0 12px;outline:none;color:inherit;background:#fff;width:170px;font-size:16px;height:34px}.center-form-pv .el-select[data-v-e518353c] .el-input__inner{padding:0 10px}.center-form-pv .el-date-editor[data-v-e518353c] .el-input__inner,.center-form-pv .el-select[data-v-e518353c] .el-input__inner{border:2px solid #f6f6f6;border-radius:4px;-webkit-box-shadow:0 0 0 rgba(64,158,255,.5);box-shadow:0 0 0 rgba(64,158,255,.5);outline:none;color:inherit;background:#fff;width:170px;font-size:16px;height:34px}.center-form-pv .el-date-editor[data-v-e518353c] .el-input__inner{padding:0 10px 0 30px}.center-form-pv .search[data-v-e518353c]{border:2px solid rgba(0,172,193,.12549019607843137);cursor:pointer;border-radius:4px;padding:0 10px 0 4px;outline:none;color:#00acc1;background:none;width:auto;font-size:16px;line-height:30px;height:auto}.center-form-pv .search[data-v-e518353c]:hover{opacity:.8}.center-form-pv .actions .add[data-v-e518353c]{border:0 solid #eee;cursor:pointer;border-radius:4px;padding:0 10px;margin:4px 2px 2px;outline:none;color:#fff;background:#00acc1;width:auto;font-size:inherit;min-width:66px;height:36px}.center-form-pv .actions .add[data-v-e518353c]:hover{opacity:.8}.center-form-pv .actions .del[data-v-e518353c]{border:0 solid rgba(244,100,130,.3);cursor:pointer;padding:0 10px;margin:4px 2px 2px;color:#fff;font-size:inherit;border-radius:3px;-webkit-box-shadow:inset 0 0 0 0 rgba(244,100,130,.3);box-shadow:inset 0 0 0 0 rgba(244,100,130,.3);outline:none;background:#00acc1;width:auto;min-width:66px;height:36px}.center-form-pv .actions .del[data-v-e518353c]:hover{opacity:.8}.center-form-pv .actions .statis[data-v-e518353c]{border:0 solid rgba(244,100,130,.3);cursor:pointer;padding:0 10px;margin:4px 2px 2px;color:#fff;font-size:inherit;border-radius:3px;-webkit-box-shadow:inset 0 0 0 0 rgba(244,100,130,.3);box-shadow:inset 0 0 0 0 rgba(244,100,130,.3);outline:none;background:#00acc1;width:auto;min-width:66px;height:36px}.center-form-pv .actions .statis[data-v-e518353c]:hover{opacity:.8}.center-form-pv .actions .btn18[data-v-e518353c]{border:0 solid rgba(244,100,130,.3);cursor:pointer;border-radius:4px;padding:0 10px;margin:4px 2px 2px;outline:none;color:#fff;background:#00acc1;width:auto;font-size:inherit;min-width:66px;height:36px}.center-form-pv .actions .btn18[data-v-e518353c]:hover{opacity:.8}.el-table[data-v-e518353c] .el-table__header-wrapper thead{color:inherit;background:rgba(254,169,34,0);width:100%}.el-table[data-v-e518353c] .el-table__header-wrapper thead tr{background:none}.el-table[data-v-e518353c] .el-table__header-wrapper thead tr th{padding:6px 0;background:none;border-color:#dee2e6;border-width:1px 0 2px 0;border-style:solid;text-align:left}.el-table[data-v-e518353c] .el-table__header-wrapper thead tr th .cell{padding:0 10px;word-wrap:normal;color:#8e99a2;white-space:normal;font-weight:600;display:inline-block;vertical-align:middle;font-size:14px;line-height:24px;text-overflow:ellipsis;word-break:break-all;width:100%;position:relative}.el-table[data-v-e518353c] .el-table__body-wrapper tbody{padding:0;width:100%}.el-table[data-v-e518353c] .el-table__body-wrapper tbody tr{background:none}.el-table[data-v-e518353c] .el-table__body-wrapper tbody tr:hover td,.el-table[data-v-e518353c] .el-table__body-wrapper tbody tr td{padding:4px 0 0;color:#8e99a2;background:#fff;border-color:#dee2e6;border-width:0 0 1px 0;border-style:solid;text-align:left}.el-table[data-v-e518353c] .el-table__body-wrapper tbody tr td{font-size:inherit}.el-table[data-v-e518353c] .el-table__body-wrapper tbody tr td .cell{padding:0 10px;overflow:hidden;color:inherit;word-break:break-all;white-space:normal;line-height:24px;text-overflow:ellipsis}.el-table[data-v-e518353c] .el-table__body-wrapper tbody tr td .view{cursor:pointer;padding:0 10px;margin:0 2px 5px 0;color:#fff;font-size:inherit;border-color:#fff;line-height:26px;border-radius:4px;-webkit-box-shadow:inset 0 0 0 0 rgba(244,100,130,.3);box-shadow:inset 0 0 0 0 rgba(244,100,130,.3);outline:none;background:#00acc1;width:auto;border-width:0;border-style:solid;min-width:55px;height:auto}.el-table[data-v-e518353c] .el-table__body-wrapper tbody tr td .view:hover{border-color:#23b7e5;border-width:0;opacity:.8;border-style:solid}.el-table[data-v-e518353c] .el-table__body-wrapper tbody tr td .edit{cursor:pointer;padding:0 10px;margin:0 2px 5px 0;color:#fff;font-size:inherit;border-color:#fff;line-height:26px;border-radius:4px;-webkit-box-shadow:inset 0 0 0 0 rgba(244,100,130,.3);box-shadow:inset 0 0 0 0 rgba(244,100,130,.3);outline:none;background:#00acc1;width:auto;border-width:0;border-style:solid;min-width:55px;height:auto}.el-table[data-v-e518353c] .el-table__body-wrapper tbody tr td .edit:hover{border-color:#45b6b0;border-width:0;opacity:.8;border-style:solid}.el-table[data-v-e518353c] .el-table__body-wrapper tbody tr td .del{cursor:pointer;padding:0 10px;margin:0 2px 5px 0;color:#fff;font-size:inherit;border-color:#fff;line-height:26px;border-radius:4px;-webkit-box-shadow:inset 0 0 0 0 rgba(244,100,130,.3);box-shadow:inset 0 0 0 0 rgba(244,100,130,.3);outline:none;background:#4b88e4;width:auto;border-width:0;border-style:solid;min-width:55px;height:auto}.el-table[data-v-e518353c] .el-table__body-wrapper tbody tr td .del:hover{border-color:#d9534f;border-width:0;opacity:.8;border-style:solid}.el-table[data-v-e518353c] .el-table__body-wrapper tbody tr td .btn8{cursor:pointer;padding:0 10px;margin:0 2px 5px 0;color:#fff;font-size:inherit;border-color:#fff;line-height:26px;border-radius:4px;-webkit-box-shadow:inset 0 0 0 0 rgba(244,100,130,.3);box-shadow:inset 0 0 0 0 rgba(244,100,130,.3);outline:none;background:#4b88e4;width:auto;border-width:0;border-style:solid;min-width:55px;height:auto}.el-table[data-v-e518353c] .el-table__body-wrapper tbody tr td .btn8:hover{border-color:#666;border-width:0;opacity:.8;border-style:solid}.main-content .el-pagination[data-v-e518353c] .el-pagination__total{margin:0 10px 0 0;color:inherit;font-weight:400;display:inline-block;vertical-align:top;font-size:inherit;line-height:28px;height:28px}.main-content .el-pagination[data-v-e518353c] .btn-next,.main-content .el-pagination[data-v-e518353c] .btn-prev{border:1px solid #dee2e6;border-radius:2px;padding:0 5px;margin:0 2px;color:inherit;background:none;display:inline-block;vertical-align:top;font-size:18px;line-height:28px;min-width:35px;height:28px}.main-content .el-pagination[data-v-e518353c] .btn-next:disabled,.main-content .el-pagination[data-v-e518353c] .btn-prev:disabled{border:1px solid #dee2e6;cursor:not-allowed;border-radius:2px;padding:0 5px;margin:0 2px;color:#999;background:none;display:inline-block;vertical-align:top;font-size:18px;line-height:28px;height:28px}.main-content .el-pagination[data-v-e518353c] .el-pager{padding:0;margin:0;display:inline-block;vertical-align:top;font-size:inherit}.main-content .el-pagination[data-v-e518353c] .el-pager .number{cursor:pointer;border:1px solid #dee2e6;padding:0 4px;margin:0 2px;color:inherit;background:none;display:inline-block;vertical-align:top;font-size:inherit;line-height:28px;text-align:center;height:28px}.main-content .el-pagination[data-v-e518353c] .el-pager .number:hover{cursor:pointer;border-radius:4px;margin:0 5px}.main-content .el-pagination[data-v-e518353c] .el-pager .number.active,.main-content .el-pagination[data-v-e518353c] .el-pager .number:hover{padding:0 4px;color:#333;background:#e9ecef;display:inline-block;vertical-align:top;font-size:inherit;line-height:28px;text-align:center;height:28px}.main-content .el-pagination[data-v-e518353c] .el-pager .number.active{cursor:default;border:1px solid #dee2e6;margin:0 2px;border-radius:4px}.main-content .el-pagination[data-v-e518353c] .el-pagination__sizes{color:inherit;display:inline-block;vertical-align:top;font-size:inherit;line-height:28px;height:28px}.main-content .el-pagination[data-v-e518353c] .el-pagination__sizes .el-input{margin:0 5px;color:inherit;width:100px;font-size:inherit;position:relative}.main-content .el-pagination[data-v-e518353c] .el-pagination__sizes .el-input .el-input__inner{border:0 solid #ddd;cursor:pointer;padding:0 25px 0 8px;color:inherit;display:inline-block;font-size:inherit;line-height:28px;border-radius:3px;outline:0;background:none;width:100%;text-align:center;height:28px}.main-content .el-pagination[data-v-e518353c] .el-pagination__sizes .el-input span.el-input__suffix{top:0;position:absolute;right:0;height:100%}.main-content .el-pagination[data-v-e518353c] .el-pagination__sizes .el-input .el-input__suffix .el-select__caret{cursor:pointer;color:#c0c4cc;width:25px;font-size:14px;line-height:28px;text-align:center}.main-content .el-pagination[data-v-e518353c] .el-pagination__jump{margin:0 0 0 24px;color:inherit;display:inline-block;vertical-align:top;font-size:inherit;line-height:28px;height:28px}.main-content .el-pagination[data-v-e518353c] .el-pagination__jump .el-input{border-radius:3px;padding:0 2px;margin:0 2px;color:inherit;display:inline-block;width:50px;font-size:inherit;line-height:18px;position:relative;text-align:center;height:28px}.main-content .el-pagination[data-v-e518353c] .el-pagination__jump .el-input .el-input__inner{border:1px solid #eee;cursor:pointer;padding:0 0;color:inherit;display:inline-block;font-size:inherit;line-height:24px;border-radius:3px;outline:0;background:#fff;width:auto;text-align:center;height:24px}.one .list1-view[data-v-e518353c]{cursor:pointer;padding:0 8px 0 0;margin:0 5px 5px 0;color:#23b7e5;font-size:inherit;border-color:#fff;line-height:24px;border-radius:20px;-webkit-box-shadow:inset 0 0 0 0 rgba(244,100,130,.3);box-shadow:inset 0 0 0 0 rgba(244,100,130,.3);outline:none;background:none;width:auto;border-width:1px;border-style:double;min-width:40px;height:24px}.one .list1-view[data-v-e518353c]:hover{border-color:#23b7e5;border-width:1px;opacity:.8;border-style:solid}.one .list1-edit[data-v-e518353c]{cursor:pointer;padding:0 8px 0 0;margin:0 5px 5px 0;color:#45b6b0;font-size:inherit;border-color:#fff;line-height:24px;border-radius:20px;-webkit-box-shadow:inset 0 0 0 0 rgba(244,100,130,.3);box-shadow:inset 0 0 0 0 rgba(244,100,130,.3);outline:none;background:none;width:auto;border-width:1px;border-style:double;min-width:40px;height:24px}.one .list1-edit[data-v-e518353c]:hover{border-color:#45b6b0;border-width:1px;opacity:.8;border-style:solid}.one .list1-del[data-v-e518353c]{cursor:pointer;padding:0 8px 0 0;margin:0 5px 5px 0;color:#d9534f;font-size:inherit;border-color:#fff;line-height:24px;border-radius:20px;-webkit-box-shadow:inset 0 0 0 0 rgba(244,100,130,.3);box-shadow:inset 0 0 0 0 rgba(244,100,130,.3);outline:none;background:none;width:auto;border-width:1px;border-style:solid;min-width:40px;height:24px}.one .list1-del[data-v-e518353c]:hover{border-color:#d9534f;border-width:1px;opacity:.8;border-style:solid}.one .list1-btn8[data-v-e518353c]{cursor:pointer;padding:0 8px 0 0;margin:0 5px 5px 0;color:#333;font-size:inherit;border-color:#fff;line-height:24px;border-radius:20px;-webkit-box-shadow:inset 0 0 0 0 rgba(244,100,130,.3);box-shadow:inset 0 0 0 0 rgba(244,100,130,.3);outline:none;background:none;width:auto;border-width:1px;border-style:solid;min-width:40px;height:24px}.one .list1-btn8[data-v-e518353c]:hover{border-color:#333;border-width:1px;opacity:.8;border-style:solid}.main-content .el-table .el-switch[data-v-e518353c]{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;vertical-align:middle;line-height:30px;position:relative;-webkit-box-align:center;-ms-flex-align:center;align-items:center;height:30px}.main-content .el-table .el-switch[data-v-e518353c] .el-switch__label--left{cursor:pointer;margin:0 10px 0 0;color:#333;font-weight:500;display:inline-block;vertical-align:middle;font-size:16px;-webkit-transition:.2s;transition:.2s;height:30px}.main-content .el-table .el-switch[data-v-e518353c] .el-switch__label--right{cursor:pointer;margin:0 0 0 10px;color:#333;font-weight:500;display:inline-block;vertical-align:middle;font-size:16px;-webkit-transition:.2s;transition:.2s;height:30px}.main-content .el-table .el-switch[data-v-e518353c] .el-switch__core{border:1px solid #ceddee;cursor:pointer;border-radius:15px;margin:0;outline:0;background:#ceddee;display:inline-block;width:50px;-webkit-box-sizing:border-box;box-sizing:border-box;-webkit-transition:border-color .3s,background-color .3s;transition:border-color .3s,background-color .3s;height:24px}.main-content .el-table .el-switch[data-v-e518353c] .el-switch__core:after{border-radius:100%;top:1px;left:1px;background:#fff;width:20px;position:absolute;-webkit-transition:all .3s;transition:all .3s;height:20px}.main-content .el-table .el-switch.is-checked[data-v-e518353c] .el-switch__core:after{margin:0 0 0 -27px;left:100%}.main-content .el-table .el-rate[data-v-e518353c] .el-rate__item{cursor:pointer;display:inline-block;vertical-align:middle;font-size:0;position:relative}.main-content .el-table .el-rate[data-v-e518353c] .el-rate__item .el-rate__icon{margin:0 3px;color:#c0c4cc;display:inline-block;font-size:18px;position:relative;-webkit-transition:.3s;transition:.3s}.menu-preview .el-scrollbar[data-v-b0c308c8]{height:100%}.menu-preview .el-scrollbar[data-v-b0c308c8] .scrollbar-wrapper{overflow-x:hidden}.menu-preview .el-menu-horizontal-demo .el-submenu[data-v-b0c308c8]:first-of-type .el-submenu__title .el-submenu__icon-arrow{display:none}.menu-preview .el-menu-horizontal-demo>.el-menu-item[data-v-b0c308c8]{border:0;cursor:pointer;padding:0 20px;color:#909399;white-space:nowrap;font-size:14px;line-height:60px;list-style:none;height:60px}.menu-preview .el-menu-horizontal-demo>.el-menu-item[data-v-b0c308c8]:hover{color:#fff;background:#00f}.menu-preview .el-menu-horizontal-demo .el-submenu[data-v-b0c308c8]{padding:0;margin:0;float:left;list-style:none}.menu-preview .el-menu-horizontal-demo .el-submenu[data-v-b0c308c8] .el-submenu__title{border:0;cursor:pointer;padding:0 20px;color:#909399;white-space:nowrap;font-size:14px;line-height:60px;list-style:none;height:60px}.menu-preview .el-menu-horizontal-demo .el-submenu[data-v-b0c308c8] .el-submenu__title:hover{color:#fff;background:#00f}.menu-preview .el-menu-horizontal-demo .el-submenu[data-v-b0c308c8] .el-submenu__title .el-submenu__icon-arrow{margin:-3px 0 0 8px;color:inherit;vertical-align:middle;font-size:12px;position:static}.menu-preview .el-menu-horizontal-demo .el-submenu[data-v-b0c308c8] .el-menu .el-menu-item{padding:0 40px;color:#666;background:#fff;line-height:50px;height:50px}.menu-preview .el-menu-horizontal-demo .el-submenu[data-v-b0c308c8] .el-menu .el-menu-item:hover{padding:0 40px;color:#fff;background:red;line-height:50px;height:50px}.menu-preview .el-menu-horizontal-demo .el-submenu[data-v-b0c308c8] .el-menu .el-menu-item.is-active{padding:0 40px;color:#fff;background:#00f;line-height:50px;height:50px}.el-menu-horizontal-2>.el-menu-item.other>.el-tooltip[data-v-b0c308c8]{border:0;cursor:pointer;padding:0 10px 0 0;margin:0 2px 0 0;color:hsla(0,0%,100%,.7);white-space:nowrap;background:none;font-size:18px;line-height:24px;list-style:none;height:24px}.el-menu-horizontal-2>.el-menu-item.other.is-active>.el-tooltip[data-v-b0c308c8],.el-menu-horizontal-2>.el-menu-item.other>.el-tooltip[data-v-b0c308c8]:hover{border:0;color:#fff;background:none}.el-menu-horizontal-2 .el-submenu.other[data-v-b0c308c8] .el-submenu__title{border:0;cursor:pointer;padding:0 10px 0 0;margin:0 2px 0 0;color:hsla(0,0%,100%,.7);white-space:nowrap;background:none;font-size:18px;line-height:24px;list-style:none;height:24px}.el-menu-horizontal-2 .el-submenu.other[data-v-b0c308c8] .el-submenu__title:hover{border:0;color:#fff;background:none}.el-menu-horizontal-2 .el-submenu.other[data-v-b0c308c8] .el-submenu__title .iconfont{margin:0 3px;color:inherit;background:none;display:inline-block;vertical-align:middle;width:auto;font-size:18px;text-align:center}.el-menu-horizontal-2 .el-submenu.other[data-v-b0c308c8] .el-submenu__title .el-submenu__icon-arrow{margin:0 0 0 8px;color:inherit;vertical-align:middle;font-size:12px;position:static}.el-menu-horizontal-2 .el-menu--horizontal.other .el-menu[data-v-b0c308c8]{border:2px solid #f1f3fa;border-radius:4px;padding:0 0;-webkit-box-shadow:0 0 35px 0 rgba(154,161,171,.15);box-shadow:0 0 35px 0 rgba(154,161,171,.15);margin:0 0 0 0;z-index:999;background:#fff;position:relative;list-style:none;-webkit-transition:all .2s ease;transition:all .2s ease;min-width:200px}.el-menu-horizontal-2 .el-menu--horizontal.other .el-menu .el-menu-item[data-v-b0c308c8]{padding:0 20px;color:#323a46;background:#fff;font-size:14px;line-height:36px;min-width:200px;height:36px}.el-menu-horizontal-2 .el-menu--horizontal.other .el-menu .el-menu-item.is-active[data-v-b0c308c8],.el-menu-horizontal-2 .el-menu--horizontal.other .el-menu .el-menu-item[data-v-b0c308c8]:hover{padding:0 20px;color:#00acc1;background:none;line-height:36px;height:36px}.el-menu-horizontal-2>.el-menu-item.home>.el-tooltip[data-v-b0c308c8]{border:0;cursor:pointer;padding:0 10px 0 0;margin:0 2px 0 0;color:hsla(0,0%,100%,.7);white-space:nowrap;background:none;font-size:18px;line-height:24px;list-style:none;height:24px}.el-menu-horizontal-2>.el-menu-item.home.is-active>.el-tooltip[data-v-b0c308c8],.el-menu-horizontal-2>.el-menu-item.home>.el-tooltip[data-v-b0c308c8]:hover{border:0;color:#fff;background:none}.el-menu-horizontal-2 .el-submenu.home[data-v-b0c308c8] .el-submenu__title{border:0;cursor:pointer;padding:0 10px 0 0;margin:0 2px 0 0;color:hsla(0,0%,100%,.7);white-space:nowrap;background:none;font-size:18px;line-height:24px;list-style:none;height:24px}.el-menu-horizontal-2 .el-submenu.home[data-v-b0c308c8] .el-submenu__title:hover{border:0;color:#fff;background:none}.el-menu-horizontal-2 .el-submenu.home[data-v-b0c308c8] .el-submenu__title .iconfont{margin:0 3px;color:inherit;background:none;display:inline-block;vertical-align:middle;width:auto;font-size:18px;text-align:center}.el-menu-horizontal-2 .el-submenu.home[data-v-b0c308c8] .el-submenu__title .el-submenu__icon-arrow{margin:0 0 0 8px;color:inherit;vertical-align:middle;font-size:12px;position:static}.el-menu-horizontal-2 .el-menu--horizontal.home .el-menu[data-v-b0c308c8]{border:2px solid #f1f3fa;border-radius:4px;padding:0 0;-webkit-box-shadow:0 0 35px 0 rgba(154,161,171,.15);box-shadow:0 0 35px 0 rgba(154,161,171,.15);margin:0 0 0 0;z-index:999;background:#fff;position:relative;list-style:none;-webkit-transition:all .2s ease;transition:all .2s ease;min-width:200px}.el-menu-horizontal-2 .el-menu--horizontal.home .el-menu .el-menu-item[data-v-b0c308c8]{padding:0 20px;color:#323a46;background:#fff;font-size:14px;line-height:36px;min-width:200px;height:36px}.el-menu-horizontal-2 .el-menu--horizontal.home .el-menu .el-menu-item.is-active[data-v-b0c308c8],.el-menu-horizontal-2 .el-menu--horizontal.home .el-menu .el-menu-item[data-v-b0c308c8]:hover{padding:0 20px;color:#00acc1;background:none;line-height:36px;height:36px}.el-menu-horizontal-2>.el-menu-item.user>.el-tooltip[data-v-b0c308c8]{border:0;cursor:pointer;padding:0 10px 0 0;margin:0 2px 0 0;color:hsla(0,0%,100%,.7);white-space:nowrap;background:none;font-size:18px;line-height:24px;list-style:none;height:24px}.el-menu-horizontal-2>.el-menu-item.user.is-active>.el-tooltip[data-v-b0c308c8],.el-menu-horizontal-2>.el-menu-item.user>.el-tooltip[data-v-b0c308c8]:hover{border:0;color:#fff;background:none}.el-menu-horizontal-2 .el-submenu.user[data-v-b0c308c8] .el-submenu__title{border:0;cursor:pointer;padding:0 10px 0 0;margin:0 2px 0 0;color:hsla(0,0%,100%,.7);white-space:nowrap;background:none;font-size:18px;line-height:24px;list-style:none;height:24px}.el-menu-horizontal-2 .el-submenu.user[data-v-b0c308c8] .el-submenu__title:hover{border:0;color:#fff;background:none}.el-menu-horizontal-2 .el-submenu.user[data-v-b0c308c8] .el-submenu__title .iconfont{margin:0 3px;color:inherit;background:none;display:inline-block;vertical-align:middle;width:auto;font-size:18px;text-align:center}.el-menu-horizontal-2 .el-submenu.user[data-v-b0c308c8] .el-submenu__title .el-submenu__icon-arrow{margin:0 0 0 8px;color:inherit;vertical-align:middle;font-size:12px;position:static}.el-menu-horizontal-2 .el-menu--horizontal.user .el-menu[data-v-b0c308c8]{border:2px solid #f1f3fa;border-radius:4px;padding:0 0;-webkit-box-shadow:0 0 35px 0 rgba(154,161,171,.15);box-shadow:0 0 35px 0 rgba(154,161,171,.15);margin:0 0 0 0;z-index:999;background:#fff;position:relative;list-style:none;-webkit-transition:all .2s ease;transition:all .2s ease;min-width:200px}.el-menu-horizontal-2 .el-menu--horizontal.user .el-menu .el-menu-item[data-v-b0c308c8]{padding:0 20px;color:#323a46;background:#fff;font-size:14px;line-height:36px;min-width:200px;height:36px}.el-menu-horizontal-2 .el-menu--horizontal.user .el-menu .el-menu-item.is-active[data-v-b0c308c8],.el-menu-horizontal-2 .el-menu--horizontal.user .el-menu .el-menu-item[data-v-b0c308c8]:hover{padding:0 20px;color:#00acc1;background:none;line-height:36px;height:36px}.top-el-dropdown-menu[data-v-066f202d]{border:1px solid #ebeef5;border-radius:4px;padding:10px 0;-webkit-box-shadow:0 0 0 0 rgba(0,0,0,.1);box-shadow:0 0 0 0 rgba(0,0,0,.1);margin:18px 0;background:#fff}.top-el-dropdown-menu li.el-dropdown-menu__item.item1[data-v-066f202d]{cursor:pointer;padding:0 20px;margin:0;outline:0;color:#606266;background:#fff;font-size:14px;line-height:36px;list-style:none}.top-el-dropdown-menu li.el-dropdown-menu__item.item1[data-v-066f202d]:hover{background:#ecf5ff}.top-el-dropdown-menu li.el-dropdown-menu__item.item2[data-v-066f202d]{cursor:pointer;padding:0 20px;margin:0;outline:0;color:#606266;background:#fff;font-size:14px;line-height:36px;list-style:none}.top-el-dropdown-menu li.el-dropdown-menu__item.item2[data-v-066f202d]:hover{background:#ecf5ff}.top-el-dropdown-menu li.el-dropdown-menu__item.item3[data-v-066f202d]{cursor:pointer;padding:0 20px;margin:0;outline:0;color:#606266;background:#fff;font-size:14px;line-height:36px;list-style:none}.top-el-dropdown-menu li.el-dropdown-menu__item.item3[data-v-066f202d]:hover{background:#ecf5ff}.top-el-dropdown-menu li.el-dropdown-menu__item.item4[data-v-066f202d]{cursor:pointer;padding:0 20px;margin:0;outline:0;color:#606266;background:#fff;font-size:14px;line-height:36px;list-style:none}.top-el-dropdown-menu li.el-dropdown-menu__item.item4[data-v-066f202d]:hover{background:#ecf5ff}.scroll-container[data-v-07c44ba4]{white-space:nowrap;position:relative;overflow:hidden;width:100%}.scroll-container[data-v-07c44ba4] .el-scrollbar__bar{bottom:0}.scroll-container[data-v-07c44ba4] .el-scrollbar__wrap{height:49px}.tags-view-container[data-v-49993618]{height:34px;width:100%;background:#fff;border-bottom:1px solid #d8dce5;-webkit-box-shadow:0 1px 3px 0 rgba(0,0,0,.12),0 0 3px 0 rgba(0,0,0,.04);box-shadow:0 1px 3px 0 rgba(0,0,0,.12),0 0 3px 0 rgba(0,0,0,.04)}.tags-view-container .contextmenu[data-v-49993618]{margin:0;background:#fff;z-index:3000;position:absolute;list-style-type:none;padding:5px 0;border-radius:4px;font-size:12px;font-weight:400;color:#333;-webkit-box-shadow:2px 2px 3px 0 rgba(0,0,0,.3);box-shadow:2px 2px 3px 0 rgba(0,0,0,.3)}.tags-view-container .contextmenu li[data-v-49993618]{margin:0;padding:7px 16px;cursor:pointer}.tags-view-container .contextmenu li[data-v-49993618]:hover{background:#eee}.tags-view-container .tags-view-wrapper .tags-view-item[data-v-49993618]{cursor:pointer;padding:0 8px;margin:0 5px 0 0;color:#fff;display:inline-block;font-size:inherit;border-color:rgba(126,96,16,.2);line-height:24px;border-radius:0;background:none;width:auto;border-width:0;border-style:solid;height:24px}.tags-view-container .tags-view-wrapper .tags-view-item.active[data-v-49993618],.tags-view-container .tags-view-wrapper .tags-view-item[data-v-49993618]:hover{border:0 solid rgba(126,96,16,.2);color:#fff;background:#fba5b6}.tags-view-container .tags-view-wrapper .tags-view-item .el-icon-close[data-v-49993618],.tags-view-container .tags-view-wrapper .tags-view-item .text[data-v-49993618]{color:inherit;font-size:inherit}a[data-v-d4d4b8a0]{text-decoration:none;color:#555}a[data-v-d4d4b8a0]:hover{background:#00c292}.el-main[data-v-d4d4b8a0]{padding:0;display:block}.nav-list[data-v-d4d4b8a0]{width:100%;margin:0 auto;text-align:left;margin-top:20px}.nav-list .nav-title[data-v-d4d4b8a0]{display:inline-block;font-size:15px;color:#333;padding:15px 25px;border:none}.nav-list .nav-title.active[data-v-d4d4b8a0]{color:#555;cursor:default;background-color:#fff}.nav-item[data-v-d4d4b8a0]{margin-top:20px;background:#fff;padding:15px 0}.nav-item .menu[data-v-d4d4b8a0]{padding:15px 25px}.detail-form-content[data-v-d4d4b8a0]{background:transparent}.el-container[data-v-15e41e3c]{position:absolute;width:100%;top:0;left:0;bottom:0;display:block}.cardView[data-v-09d7765c]{-ms-flex-wrap:wrap;flex-wrap:wrap}.cardView .cards[data-v-09d7765c],.cardView[data-v-09d7765c]{display:-webkit-box;display:-ms-flexbox;display:flex;width:100%}.cardView .cards[data-v-09d7765c]{-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-bottom:10px;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.cardView .cards .card[data-v-09d7765c]{width:calc(25% - 20px);margin:0 10px}.cardView .cards .card[data-v-09d7765c] .el-card__body{padding:0}.calendar td .text[data-v-09d7765c]{border:1px solid rgba(51,63,136,.1);border-radius:4px;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;background:#fff;display:-webkit-box;display:-ms-flexbox;display:flex;width:100%;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;height:100%}.calendar td .text[data-v-09d7765c]:hover{background:rgba(2,102,181,.06274509803921569)}.calendar td .text .new[data-v-09d7765c],.calendar td .text .old[data-v-09d7765c]{color:inherit;font-size:inherit;line-height:1.4}.calendar td.festival .text[data-v-09d7765c]{border-radius:4px;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;background:rgba(2,102,181,.06274509803921569);display:-webkit-box;display:-ms-flexbox;display:flex;width:100%;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;height:100%}.calendar td.festival .text[data-v-09d7765c]:hover{background:rgba(2,102,181,.12549019607843137)}.calendar td.festival .text .new[data-v-09d7765c],.calendar td.festival .text .old[data-v-09d7765c]{color:inherit;font-size:inherit;line-height:1.4}.calendar td.other .text[data-v-09d7765c]{border:0;border-radius:4px;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;color:#ccc;background:none;display:-webkit-box;display:-ms-flexbox;display:flex;width:100%;font-size:inherit;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;opacity:1;height:100%}.calendar td.other .text[data-v-09d7765c]:hover{background:rgba(2,102,181,.06274509803921569)}.calendar td.other .text .new[data-v-09d7765c],.calendar td.other .text .old[data-v-09d7765c]{color:#999;font-size:inherit;line-height:1.4}.calendar td.today .text[data-v-09d7765c]{border-radius:4px;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;color:#fff;background:rgba(2,102,181,.5019607843137255);display:-webkit-box;display:-ms-flexbox;display:flex;width:100%;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;height:100%}.calendar td.today .text[data-v-09d7765c]:hover{color:#333;background:rgba(2,102,181,.18823529411764706);opacity:1}.calendar td.today .text .new[data-v-09d7765c],.calendar td.today .text .old[data-v-09d7765c]{font-size:inherit;line-height:1.4}.type1 .echarts1[data-v-09d7765c]{border-radius:4px;padding:10px;margin:0 0;background:hsla(0,0%,100%,.96);width:100%;border-color:#f6f6f6;border-width:2px;position:relative;border-style:solid;-webkit-transition:.3s;transition:.3s;height:420px}.type1 .echarts1[data-v-09d7765c]:hover{-webkit-transform:translateZ(0);transform:translateZ(0);z-index:1}.type2 .echarts1[data-v-09d7765c]{border-radius:4px;padding:10px;margin:0;background:hsla(0,0%,100%,.96);width:49%;border-color:#f6f6f6;border-width:2px;position:relative;border-style:solid;-webkit-transition:.3s;transition:.3s;height:420px}.type2 .echarts1[data-v-09d7765c]:hover{-webkit-transform:translateZ(0);transform:translateZ(0);z-index:1}.type2 .echarts2[data-v-09d7765c]{border-radius:4px;padding:10px;margin:0;background:hsla(0,0%,100%,.96);width:49%;border-color:#f6f6f6;border-width:2px;position:relative;border-style:solid;-webkit-transition:.3s;transition:.3s;height:420px}.type2 .echarts2[data-v-09d7765c]:hover{-webkit-transform:translateZ(0);transform:translateZ(0);z-index:1}.type3 .echarts1[data-v-09d7765c]{border-radius:4px;padding:10px;margin:0 0 30px 0;color:#333;background:hsla(0,0%,100%,.96);width:100%;border-color:#f6f6f6;border-width:2px;position:relative;border-style:solid;-webkit-transition:.3s;transition:.3s;height:420px}.type3 .echarts1[data-v-09d7765c]:hover{-webkit-transform:translateZ(0);transform:translateZ(0);z-index:1}.type3 .echarts2[data-v-09d7765c]{border-radius:4px;padding:10px;margin:0 0 30px 0;background:hsla(0,0%,100%,.96);width:49%;border-color:#f6f6f6;border-width:2px;position:relative;border-style:solid;-webkit-transition:.3s;transition:.3s;height:420px}.type3 .echarts2[data-v-09d7765c]:hover{-webkit-transform:translateZ(0);transform:translateZ(0);z-index:1}.type3 .echarts3[data-v-09d7765c]{border-radius:4px;padding:10px;margin:0;background:hsla(0,0%,100%,.96);width:49%;border-color:#f6f6f6;border-width:2px;position:relative;border-style:solid;-webkit-transition:.3s;transition:.3s;height:420px}.type3 .echarts3[data-v-09d7765c]:hover{-webkit-transform:translateZ(0);transform:translateZ(0);z-index:1}.type4 .echarts1[data-v-09d7765c]{border-radius:4px;padding:10px;margin:0 0 30px;background:hsla(0,0%,100%,.96);width:49%;border-color:#f6f6f6;border-width:2px;position:relative;border-style:solid;-webkit-transition:.3s;transition:.3s;height:420px}.type4 .echarts1[data-v-09d7765c]:hover{-webkit-transform:translateZ(0);transform:translateZ(0);z-index:1}.type4 .echarts2[data-v-09d7765c]{border-radius:4px;padding:10px;margin:0 0 30px;background:hsla(0,0%,100%,.96);width:49%;border-color:#f6f6f6;border-width:2px;position:relative;border-style:solid;-webkit-transition:.3s;transition:.3s;height:420px}.type4 .echarts2[data-v-09d7765c]:hover{-webkit-transform:translateZ(0);transform:translateZ(0);z-index:1}.type4 .echarts3[data-v-09d7765c]{border-radius:4px;padding:10px;margin:0 0 30px;background:hsla(0,0%,100%,.96);width:49%;border-color:#f6f6f6;border-width:2px;position:relative;border-style:solid;-webkit-transition:.3s;transition:.3s;height:420px}.type4 .echarts3[data-v-09d7765c]:hover{-webkit-transform:translateZ(0);transform:translateZ(0);z-index:1}.type4 .echarts4[data-v-09d7765c]{border-radius:4px;padding:10px;margin:0 0 30px;background:hsla(0,0%,100%,.96);width:49%;border-color:#f6f6f6;border-width:2px;position:relative;border-style:solid;-webkit-transition:.3s;transition:.3s;height:420px}.type4 .echarts4[data-v-09d7765c]:hover{-webkit-transform:translateZ(0);transform:translateZ(0);z-index:1}.type5 .echarts1[data-v-09d7765c]{border-radius:4px;padding:10px;margin:0 0 20px;background:hsla(0,0%,100%,.96);width:100%;border-color:#f6f6f6;border-width:2px;position:relative;border-style:solid;-webkit-transition:.3s;transition:.3s;height:420px}.type5 .echarts1[data-v-09d7765c]:hover{-webkit-transform:translateZ(0);transform:translateZ(0);z-index:1}.type5 .echarts2[data-v-09d7765c]{border-radius:4px;padding:10px;margin:0 0 30px;background:hsla(0,0%,100%,.96);width:49%;border-color:#f6f6f6;border-width:2px;position:relative;border-style:solid;-webkit-transition:.3s;transition:.3s;height:420px}.type5 .echarts2[data-v-09d7765c]:hover{-webkit-transform:translateZ(0);transform:translateZ(0);z-index:1}.type5 .echarts3[data-v-09d7765c]{border-radius:4px;padding:10px;margin:0 0 20px;background:hsla(0,0%,100%,.96);width:49%;border-color:#f6f6f6;border-width:2px;position:relative;border-style:solid;-webkit-transition:.3s;transition:.3s;height:420px}.type5 .echarts3[data-v-09d7765c]:hover{-webkit-transform:translateZ(0);transform:translateZ(0);z-index:1}.type5 .echarts4[data-v-09d7765c]{border-radius:4px;padding:10px;margin:0 0 20px;background:hsla(0,0%,100%,.96);width:49%;border-color:#f6f6f6;border-width:2px;position:relative;border-style:solid;-webkit-transition:.3s;transition:.3s;height:420px}.type5 .echarts4[data-v-09d7765c]:hover{-webkit-transform:translateZ(0);transform:translateZ(0);z-index:1}.type5 .echarts5[data-v-09d7765c]{border-radius:4px;padding:10px;margin:0 0 20px;background:hsla(0,0%,100%,.96);width:49%;border-color:#f6f6f6;border-width:2px;position:relative;border-style:solid;-webkit-transition:.3s;transition:.3s;height:420px}.type5 .echarts5[data-v-09d7765c]:hover{-webkit-transform:translateZ(0);transform:translateZ(0);z-index:1}.echarts-flag-2[data-v-09d7765c]{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;padding:10px 20px;background:#639}.echarts-flag-2>div[data-v-09d7765c]{width:32%;height:300px;margin:10px 0;background:hsla(0,0%,100%,.1);border-radius:8px;padding:10px 20px}.container[data-v-4e9f4da8]{min-height:100vh;position:relative;background-repeat:no-repeat;background-position:50%;background-size:cover;background:url(http://codegen.caihongy.cn/20230908/322b929098b24499a774ded5b49b487b.jpg)}.container .list-item[data-v-4e9f4da8] .el-input .el-input__inner{border:0 solid rgba(167,142,68,.2);padding:0 10px;color:#666;font-size:inherit;border-color:#ddd;outline-offset:0;border-radius:0;-webkit-box-shadow:0 0 0 rgba(60,60,60,.1);box-shadow:0 0 0 rgba(60,60,60,.1);outline:0 solid #efefef;background:none;width:100%;border-width:0 0 1px;border-style:solid;height:36px}.container .list-item.select[data-v-4e9f4da8] .el-select .el-input__inner{border-radius:0;padding:0 10px;margin:20px 0 0;color:#666;background:none;width:100%;font-size:14px;border-color:#ddd;border-width:0 0 1px;border-style:solid;height:36px}.container .list-code[data-v-4e9f4da8] .el-input .el-input__inner{border-radius:0;padding:0 10px;-webkit-box-shadow:0 0 0 rgba(60,60,60,.1);box-shadow:0 0 0 rgba(60,60,60,.1);outline:none;color:#666;background:none;width:calc(100% - 90px);font-size:inherit;border-color:#ddd;border-width:0 0 1px;border-style:solid;height:36px}.container .list-type[data-v-4e9f4da8] .el-radio__input .el-radio__inner{background:rgba(53,53,53,0);border-color:#666}.container .list-type[data-v-4e9f4da8] .el-radio__input.is-checked .el-radio__inner{background:#bfbfbf;border-color:#bfbfbf}.container .list-type[data-v-4e9f4da8] .el-radio__label{color:#666;font-size:16px}.container .list-type[data-v-4e9f4da8] .el-radio__input.is-checked+.el-radio__label{color:#323232;font-size:16px}.content[data-v-ffd21c38]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;width:100%;height:100%;min-height:900px;text-align:center}.content .backgroud[data-v-ffd21c38]{display:inline-block;width:200px;height:200px;margin-top:80px}.content .main-text[data-v-ffd21c38]{margin-top:80px}.content .text[data-v-ffd21c38]{font-size:24px;font-weight:700;color:#333}.el-date-editor.el-input[data-v-1cda2566]{width:auto}.add-update-preview .el-form-item[data-v-1cda2566] .el-form-item__label{padding:0 10px 0 0;color:#00acc1;background:none;font-weight:600;display:inline-block;width:200px;font-size:inherit;line-height:40px;text-align:right}.add-update-preview .el-form-item[data-v-1cda2566] .el-form-item__content{margin-left:200px}.add-update-preview .el-input[data-v-1cda2566] .el-input__inner{border-radius:4px;padding:0 12px;-webkit-box-shadow:0 0 0 rgba(64,158,255,.5);box-shadow:0 0 0 rgba(64,158,255,.5);outline:none;color:inherit;background:#fff;width:400px;font-size:14px;border-color:#ced4da;border-width:1px;border-style:solid;height:36px}.add-update-preview .el-select[data-v-1cda2566] .el-input__inner{padding:0 10px;background:#fff;min-width:350px}.add-update-preview .el-date-editor[data-v-1cda2566] .el-input__inner,.add-update-preview .el-select[data-v-1cda2566] .el-input__inner{color:inherit;font-size:14px;border-color:#ced4da;border-radius:0;-webkit-box-shadow:0 0 0 rgba(64,158,255,.5);box-shadow:0 0 0 rgba(64,158,255,.5);outline:none;width:auto;border-width:1px;border-style:solid;height:36px}.add-update-preview .el-date-editor[data-v-1cda2566] .el-input__inner{padding:0 10px 0 30px;background:none;min-width:250px}.add-update-preview[data-v-1cda2566] .el-upload--picture-card{background:transparent;border:0;border-radius:0;width:auto;height:auto;line-height:normal;vertical-align:middle}.add-update-preview[data-v-1cda2566] .el-upload-list .el-upload-list__item,.add-update-preview[data-v-1cda2566] .el-upload .el-icon-plus{border:1px solid #ced4da;cursor:pointer;border-radius:4px;color:#aaa;background:#fff;-o-object-fit:cover;object-fit:cover;width:180px;font-size:32px;line-height:80px;text-align:center;height:80px}.add-update-preview .el-textarea[data-v-1cda2566] .el-textarea__inner{border:1px solid #ced4da;border-radius:4px;padding:12px;-webkit-box-shadow:0 0 0 rgba(64,158,255,.5);box-shadow:0 0 0 rgba(64,158,255,.5);outline:none;color:inherit;background:#fff;width:500px;font-size:14px;height:140px}.add-update-preview .btn3[data-v-1cda2566]{border:0 solid #3fcbca;cursor:pointer;padding:0 20px;margin:0 4px;color:#fff;font-size:14px;line-height:40px;border-radius:4px;outline:none;background:#4b88e4;width:auto;min-width:90px;height:40px}.add-update-preview .btn3[data-v-1cda2566]:hover{opacity:.8}.container[data-v-78fb9f03]{margin:10px;font-size:14px}.container span[data-v-78fb9f03]{width:60px}.container .top-content[data-v-78fb9f03]{padding:20px}.container .price-content[data-v-78fb9f03],.container .top-content[data-v-78fb9f03]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.container .price-content[data-v-78fb9f03]{margin-top:20px;padding-bottom:20px;padding:20px;border-bottom:1px solid #eee;font-size:20px;font-weight:700;color:red}.container .pay-type-content[data-v-78fb9f03]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-top:20px;-ms-flex-wrap:wrap;flex-wrap:wrap}.container .pay-type-content span[data-v-78fb9f03]{width:100px}.container .pay-type-content .pay-type-item[data-v-78fb9f03]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;width:300px;margin:20px;border:1px solid #eee;padding:20px;background:#fff}.container .buton-content[data-v-78fb9f03]{margin:20px}.container[data-v-6bb253c2]{position:relative;background:url(http://codegen.caihongy.cn/20230908/322b929098b24499a774ded5b49b487b.jpg)}.container .el-date-editor.el-input[data-v-6bb253c2]{width:100%}.container .rgs-form .el-input[data-v-6bb253c2] .el-input__inner,.container .rgs-form .el-select[data-v-6bb253c2] .el-input__inner{padding:0 10px}.container .rgs-form .el-date-editor[data-v-6bb253c2] .el-input__inner,.container .rgs-form .el-input[data-v-6bb253c2] .el-input__inner,.container .rgs-form .el-select[data-v-6bb253c2] .el-input__inner{border-radius:0;-webkit-box-shadow:0 0 0 rgba(60,60,60,.1);box-shadow:0 0 0 rgba(60,60,60,.1);outline:none;color:#666;background:none;width:100%;font-size:14px;border-color:#ddd;border-width:0 0 1px;border-style:solid;height:36px}.container .rgs-form .el-date-editor[data-v-6bb253c2] .el-input__inner{padding:0 10px 0 30px}.container .rgs-form[data-v-6bb253c2] .el-upload--picture-card{background:transparent;border:0;border-radius:0;width:auto;height:auto;line-height:normal;vertical-align:middle}.container .rgs-form[data-v-6bb253c2] .el-upload-list .el-upload-list__item,.container .rgs-form[data-v-6bb253c2] .el-upload .el-icon-plus,.container .rgs-form[data-v-6bb253c2] .upload .upload-img{cursor:pointer;color:#bbb;font-size:32px;border-color:#ddd;line-height:80px;border-radius:4px;-webkit-box-shadow:0 0 0 rgba(60,60,60,.1);box-shadow:0 0 0 rgba(60,60,60,.1);background:none;width:160px;border-width:1px;border-style:solid;text-align:center;height:80px}.required[data-v-6bb253c2]{position:relative}.required[data-v-6bb253c2]:after{color:red;position:absolute;right:5px;content:"*"}.editor>.avatar-uploader[data-v-6bb253c2]{line-height:0;height:0}.el-date-editor.el-input[data-v-091f6dbb]{width:auto}.add-update-preview .el-form-item[data-v-091f6dbb] .el-form-item__label{padding:0 10px 0 0;color:#00acc1;background:none;font-weight:600;display:inline-block;width:200px;font-size:inherit;line-height:40px;text-align:right}.add-update-preview .el-form-item[data-v-091f6dbb] .el-form-item__content{margin-left:200px}.add-update-preview .el-input[data-v-091f6dbb] .el-input__inner{border-radius:4px;padding:0 12px;-webkit-box-shadow:0 0 0 rgba(64,158,255,.5);box-shadow:0 0 0 rgba(64,158,255,.5);outline:none;color:inherit;background:#fff;width:400px;font-size:14px;border-color:#ced4da;border-width:1px;border-style:solid;height:36px}.add-update-preview .el-select[data-v-091f6dbb] .el-input__inner{padding:0 10px;background:#fff;min-width:350px}.add-update-preview .el-date-editor[data-v-091f6dbb] .el-input__inner,.add-update-preview .el-select[data-v-091f6dbb] .el-input__inner{color:inherit;font-size:14px;border-color:#ced4da;border-radius:0;-webkit-box-shadow:0 0 0 rgba(64,158,255,.5);box-shadow:0 0 0 rgba(64,158,255,.5);outline:none;width:auto;border-width:1px;border-style:solid;height:36px}.add-update-preview .el-date-editor[data-v-091f6dbb] .el-input__inner{padding:0 10px 0 30px;background:none;min-width:250px}.add-update-preview[data-v-091f6dbb] .el-upload--picture-card{background:transparent;border:0;border-radius:0;width:auto;height:auto;line-height:normal;vertical-align:middle}.add-update-preview[data-v-091f6dbb] .el-upload-list .el-upload-list__item,.add-update-preview[data-v-091f6dbb] .el-upload .el-icon-plus{border:1px solid #ced4da;cursor:pointer;border-radius:4px;color:#aaa;background:#fff;-o-object-fit:cover;object-fit:cover;width:180px;font-size:32px;line-height:80px;text-align:center;height:80px}.add-update-preview .el-textarea[data-v-091f6dbb] .el-textarea__inner{border:1px solid #ced4da;border-radius:4px;padding:12px;-webkit-box-shadow:0 0 0 rgba(64,158,255,.5);box-shadow:0 0 0 rgba(64,158,255,.5);outline:none;color:inherit;background:#fff;width:500px;font-size:14px;height:140px}.add-update-preview .btn3[data-v-091f6dbb]{border:0 solid #3fcbca;cursor:pointer;padding:0 20px;margin:0 4px;color:#fff;font-size:14px;line-height:40px;border-radius:4px;outline:none;background:#4b88e4;width:auto;min-width:90px;height:40px}.add-update-preview .btn3[data-v-091f6dbb]:hover{opacity:.8}.editor>.avatar-uploader[data-v-091f6dbb]{line-height:0;height:0}.amap-wrapper[data-v-2bc57788]{width:100%;height:500px}.search-box[data-v-2bc57788]{position:absolute}.el-date-editor.el-input[data-v-2bc57788]{width:auto}.add-update-preview .el-form-item[data-v-2bc57788] .el-form-item__label{padding:0 10px 0 0;color:#00acc1;background:none;font-weight:600;display:inline-block;width:200px;font-size:inherit;line-height:40px;text-align:right}.add-update-preview .el-form-item[data-v-2bc57788] .el-form-item__content{margin-left:200px}.add-update-preview .el-input-number[data-v-2bc57788] .el-input__inner,.add-update-preview .el-input[data-v-2bc57788] .el-input__inner{border-radius:4px;padding:0 12px;-webkit-box-shadow:0 0 0 rgba(64,158,255,.5);box-shadow:0 0 0 rgba(64,158,255,.5);outline:none;color:inherit;background:#fff;width:400px;font-size:14px;border-color:#ced4da;border-width:1px;border-style:solid;height:36px}.add-update-preview .el-input-number[data-v-2bc57788] .el-input__inner{text-align:left}.add-update-preview .el-input-number[data-v-2bc57788] .el-input-number__decrease,.add-update-preview .el-input-number[data-v-2bc57788] .el-input-number__increase{display:none}.add-update-preview .el-select[data-v-2bc57788] .el-input__inner{padding:0 10px;background:#fff;min-width:350px}.add-update-preview .el-date-editor[data-v-2bc57788] .el-input__inner,.add-update-preview .el-select[data-v-2bc57788] .el-input__inner{color:inherit;font-size:14px;border-color:#ced4da;border-radius:0;-webkit-box-shadow:0 0 0 rgba(64,158,255,.5);box-shadow:0 0 0 rgba(64,158,255,.5);outline:none;width:auto;border-width:1px;border-style:solid;height:36px}.add-update-preview .el-date-editor[data-v-2bc57788] .el-input__inner{padding:0 10px 0 30px;background:none;min-width:250px}.add-update-preview[data-v-2bc57788] .el-upload--picture-card{background:transparent;border:0;border-radius:0;width:auto;height:auto;line-height:normal;vertical-align:middle}.add-update-preview[data-v-2bc57788] .el-upload-list .el-upload-list__item,.add-update-preview[data-v-2bc57788] .el-upload .el-icon-plus,.add-update-preview[data-v-2bc57788] .upload .upload-img{border:1px solid #ced4da;cursor:pointer;border-radius:4px;color:#aaa;background:#fff;-o-object-fit:cover;object-fit:cover;width:180px;font-size:32px;line-height:80px;text-align:center;height:80px}.add-update-preview .el-textarea[data-v-2bc57788] .el-textarea__inner{border:1px solid #ced4da;border-radius:4px;padding:12px;-webkit-box-shadow:0 0 0 rgba(64,158,255,.5);box-shadow:0 0 0 rgba(64,158,255,.5);outline:none;color:inherit;background:#fff;width:500px;font-size:14px;height:140px}.add-update-preview .btn .btn1[data-v-2bc57788]{border:0 solid #3fcbca;cursor:pointer;padding:0 10px;margin:0 4px;color:#fff;display:inline-block;font-size:14px;line-height:40px;border-radius:4px;outline:none;background:#4b88e4;width:auto;min-width:90px;height:40px}.add-update-preview .btn .btn1[data-v-2bc57788]:hover{opacity:.8}.add-update-preview .btn .btn2[data-v-2bc57788]{border:0 solid #23b7e5;cursor:pointer;padding:0 10px;margin:0 4px;color:#fff;font-size:14px;line-height:40px;border-radius:4px;outline:none;background:#4b88e4;width:auto;min-width:90px;height:40px}.add-update-preview .btn .btn2[data-v-2bc57788]:hover{opacity:.8}.add-update-preview .btn .btn3[data-v-2bc57788]{border:0 solid #3fcbca;cursor:pointer;padding:0 20px;margin:0 4px;color:#fff;font-size:14px;line-height:40px;border-radius:4px;outline:none;background:#4b88e4;width:auto;min-width:90px;height:40px}.add-update-preview .btn .btn3[data-v-2bc57788]:hover{opacity:.8}.add-update-preview .btn .btn4[data-v-2bc57788]{border:0 solid #ff6b6b;cursor:pointer;padding:0 20px;margin:0 4px;color:#fff;font-size:14px;line-height:40px;border-radius:4px;outline:none;background:#00acc1;width:auto;min-width:90px;height:40px}.add-update-preview .btn .btn4[data-v-2bc57788]:hover{opacity:.8}.add-update-preview .btn .btn5[data-v-2bc57788]{border:0 solid #65c3df;cursor:pointer;padding:0 20px;margin:4px;color:#fff;font-size:14px;line-height:40px;border-radius:4px;outline:none;background:#00acc1;width:auto;min-width:90px;height:40px}.add-update-preview .btn .btn5[data-v-2bc57788]:hover{opacity:.8}.amap-wrapper[data-v-92e7315c]{width:100%;height:500px}.search-box[data-v-92e7315c]{position:absolute}.el-date-editor.el-input[data-v-92e7315c]{width:auto}.add-update-preview .el-form-item[data-v-92e7315c] .el-form-item__label{padding:0 10px 0 0;color:#00acc1;background:none;font-weight:600;display:inline-block;width:200px;font-size:inherit;line-height:40px;text-align:right}.add-update-preview .el-form-item[data-v-92e7315c] .el-form-item__content{margin-left:200px}.add-update-preview .el-input-number[data-v-92e7315c] .el-input__inner,.add-update-preview .el-input[data-v-92e7315c] .el-input__inner{border-radius:4px;padding:0 12px;-webkit-box-shadow:0 0 0 rgba(64,158,255,.5);box-shadow:0 0 0 rgba(64,158,255,.5);outline:none;color:inherit;background:#fff;width:400px;font-size:14px;border-color:#ced4da;border-width:1px;border-style:solid;height:36px}.add-update-preview .el-input-number[data-v-92e7315c] .el-input__inner{text-align:left}.add-update-preview .el-input-number[data-v-92e7315c] .el-input-number__decrease,.add-update-preview .el-input-number[data-v-92e7315c] .el-input-number__increase{display:none}.add-update-preview .el-select[data-v-92e7315c] .el-input__inner{padding:0 10px;background:#fff;min-width:350px}.add-update-preview .el-date-editor[data-v-92e7315c] .el-input__inner,.add-update-preview .el-select[data-v-92e7315c] .el-input__inner{color:inherit;font-size:14px;border-color:#ced4da;border-radius:0;-webkit-box-shadow:0 0 0 rgba(64,158,255,.5);box-shadow:0 0 0 rgba(64,158,255,.5);outline:none;width:auto;border-width:1px;border-style:solid;height:36px}.add-update-preview .el-date-editor[data-v-92e7315c] .el-input__inner{padding:0 10px 0 30px;background:none;min-width:250px}.add-update-preview[data-v-92e7315c] .el-upload--picture-card{background:transparent;border:0;border-radius:0;width:auto;height:auto;line-height:normal;vertical-align:middle}.add-update-preview[data-v-92e7315c] .el-upload-list .el-upload-list__item,.add-update-preview[data-v-92e7315c] .el-upload .el-icon-plus,.add-update-preview[data-v-92e7315c] .upload .upload-img{border:1px solid #ced4da;cursor:pointer;border-radius:4px;color:#aaa;background:#fff;-o-object-fit:cover;object-fit:cover;width:180px;font-size:32px;line-height:80px;text-align:center;height:80px}.add-update-preview .el-textarea[data-v-92e7315c] .el-textarea__inner{border:1px solid #ced4da;border-radius:4px;padding:12px;-webkit-box-shadow:0 0 0 rgba(64,158,255,.5);box-shadow:0 0 0 rgba(64,158,255,.5);outline:none;color:inherit;background:#fff;width:500px;font-size:14px;height:140px}.add-update-preview .btn .btn1[data-v-92e7315c]{border:0 solid #3fcbca;cursor:pointer;padding:0 10px;margin:0 4px;color:#fff;display:inline-block;font-size:14px;line-height:40px;border-radius:4px;outline:none;background:#4b88e4;width:auto;min-width:90px;height:40px}.add-update-preview .btn .btn1[data-v-92e7315c]:hover{opacity:.8}.add-update-preview .btn .btn2[data-v-92e7315c]{border:0 solid #23b7e5;cursor:pointer;padding:0 10px;margin:0 4px;color:#fff;font-size:14px;line-height:40px;border-radius:4px;outline:none;background:#4b88e4;width:auto;min-width:90px;height:40px}.add-update-preview .btn .btn2[data-v-92e7315c]:hover{opacity:.8}.add-update-preview .btn .btn3[data-v-92e7315c]{border:0 solid #3fcbca;cursor:pointer;padding:0 20px;margin:0 4px;color:#fff;font-size:14px;line-height:40px;border-radius:4px;outline:none;background:#4b88e4;width:auto;min-width:90px;height:40px}.add-update-preview .btn .btn3[data-v-92e7315c]:hover{opacity:.8}.add-update-preview .btn .btn4[data-v-92e7315c]{border:0 solid #ff6b6b;cursor:pointer;padding:0 20px;margin:0 4px;color:#fff;font-size:14px;line-height:40px;border-radius:4px;outline:none;background:#00acc1;width:auto;min-width:90px;height:40px}.add-update-preview .btn .btn4[data-v-92e7315c]:hover{opacity:.8}.add-update-preview .btn .btn5[data-v-92e7315c]{border:0 solid #65c3df;cursor:pointer;padding:0 20px;margin:4px;color:#fff;font-size:14px;line-height:40px;border-radius:4px;outline:none;background:#00acc1;width:auto;min-width:90px;height:40px}.add-update-preview .btn .btn5[data-v-92e7315c]:hover{opacity:.8}.amap-wrapper[data-v-101dfb02]{width:100%;height:500px}.search-box[data-v-101dfb02]{position:absolute}.el-date-editor.el-input[data-v-101dfb02]{width:auto}.add-update-preview .el-form-item[data-v-101dfb02] .el-form-item__label{padding:0 10px 0 0;color:#00acc1;background:none;font-weight:600;display:inline-block;width:200px;font-size:inherit;line-height:40px;text-align:right}.add-update-preview .el-form-item[data-v-101dfb02] .el-form-item__content{margin-left:200px}.add-update-preview .el-input-number[data-v-101dfb02] .el-input__inner,.add-update-preview .el-input[data-v-101dfb02] .el-input__inner{border-radius:4px;padding:0 12px;-webkit-box-shadow:0 0 0 rgba(64,158,255,.5);box-shadow:0 0 0 rgba(64,158,255,.5);outline:none;color:inherit;background:#fff;width:400px;font-size:14px;border-color:#ced4da;border-width:1px;border-style:solid;height:36px}.add-update-preview .el-input-number[data-v-101dfb02] .el-input__inner{text-align:left}.add-update-preview .el-input-number[data-v-101dfb02] .el-input-number__decrease,.add-update-preview .el-input-number[data-v-101dfb02] .el-input-number__increase{display:none}.add-update-preview .el-select[data-v-101dfb02] .el-input__inner{padding:0 10px;background:#fff;min-width:350px}.add-update-preview .el-date-editor[data-v-101dfb02] .el-input__inner,.add-update-preview .el-select[data-v-101dfb02] .el-input__inner{color:inherit;font-size:14px;border-color:#ced4da;border-radius:0;-webkit-box-shadow:0 0 0 rgba(64,158,255,.5);box-shadow:0 0 0 rgba(64,158,255,.5);outline:none;width:auto;border-width:1px;border-style:solid;height:36px}.add-update-preview .el-date-editor[data-v-101dfb02] .el-input__inner{padding:0 10px 0 30px;background:none;min-width:250px}.add-update-preview[data-v-101dfb02] .el-upload--picture-card{background:transparent;border:0;border-radius:0;width:auto;height:auto;line-height:normal;vertical-align:middle}.add-update-preview[data-v-101dfb02] .el-upload-list .el-upload-list__item,.add-update-preview[data-v-101dfb02] .el-upload .el-icon-plus,.add-update-preview[data-v-101dfb02] .upload .upload-img{border:1px solid #ced4da;cursor:pointer;border-radius:4px;color:#aaa;background:#fff;-o-object-fit:cover;object-fit:cover;width:180px;font-size:32px;line-height:80px;text-align:center;height:80px}.add-update-preview .el-textarea[data-v-101dfb02] .el-textarea__inner{border:1px solid #ced4da;border-radius:4px;padding:12px;-webkit-box-shadow:0 0 0 rgba(64,158,255,.5);box-shadow:0 0 0 rgba(64,158,255,.5);outline:none;color:inherit;background:#fff;width:500px;font-size:14px;height:140px}.add-update-preview .btn .btn1[data-v-101dfb02]{border:0 solid #3fcbca;cursor:pointer;padding:0 10px;margin:0 4px;color:#fff;display:inline-block;font-size:14px;line-height:40px;border-radius:4px;outline:none;background:#4b88e4;width:auto;min-width:90px;height:40px}.add-update-preview .btn .btn1[data-v-101dfb02]:hover{opacity:.8}.add-update-preview .btn .btn2[data-v-101dfb02]{border:0 solid #23b7e5;cursor:pointer;padding:0 10px;margin:0 4px;color:#fff;font-size:14px;line-height:40px;border-radius:4px;outline:none;background:#4b88e4;width:auto;min-width:90px;height:40px}.add-update-preview .btn .btn2[data-v-101dfb02]:hover{opacity:.8}.add-update-preview .btn .btn3[data-v-101dfb02]{border:0 solid #3fcbca;cursor:pointer;padding:0 20px;margin:0 4px;color:#fff;font-size:14px;line-height:40px;border-radius:4px;outline:none;background:#4b88e4;width:auto;min-width:90px;height:40px}.add-update-preview .btn .btn3[data-v-101dfb02]:hover{opacity:.8}.add-update-preview .btn .btn4[data-v-101dfb02]{border:0 solid #ff6b6b;cursor:pointer;padding:0 20px;margin:0 4px;color:#fff;font-size:14px;line-height:40px;border-radius:4px;outline:none;background:#00acc1;width:auto;min-width:90px;height:40px}.add-update-preview .btn .btn4[data-v-101dfb02]:hover{opacity:.8}.add-update-preview .btn .btn5[data-v-101dfb02]{border:0 solid #65c3df;cursor:pointer;padding:0 20px;margin:4px;color:#fff;font-size:14px;line-height:40px;border-radius:4px;outline:none;background:#00acc1;width:auto;min-width:90px;height:40px}.add-update-preview .btn .btn5[data-v-101dfb02]:hover{opacity:.8}.amap-wrapper[data-v-6e6e9a60]{width:100%;height:500px}.search-box[data-v-6e6e9a60]{position:absolute}.el-date-editor.el-input[data-v-6e6e9a60]{width:auto}.add-update-preview .el-form-item[data-v-6e6e9a60] .el-form-item__label{padding:0 10px 0 0;color:#00acc1;background:none;font-weight:600;display:inline-block;width:200px;font-size:inherit;line-height:40px;text-align:right}.add-update-preview .el-form-item[data-v-6e6e9a60] .el-form-item__content{margin-left:200px}.add-update-preview .el-input-number[data-v-6e6e9a60] .el-input__inner,.add-update-preview .el-input[data-v-6e6e9a60] .el-input__inner{border-radius:4px;padding:0 12px;-webkit-box-shadow:0 0 0 rgba(64,158,255,.5);box-shadow:0 0 0 rgba(64,158,255,.5);outline:none;color:inherit;background:#fff;width:400px;font-size:14px;border-color:#ced4da;border-width:1px;border-style:solid;height:36px}.add-update-preview .el-input-number[data-v-6e6e9a60] .el-input__inner{text-align:left}.add-update-preview .el-input-number[data-v-6e6e9a60] .el-input-number__decrease,.add-update-preview .el-input-number[data-v-6e6e9a60] .el-input-number__increase{display:none}.add-update-preview .el-select[data-v-6e6e9a60] .el-input__inner{padding:0 10px;background:#fff;min-width:350px}.add-update-preview .el-date-editor[data-v-6e6e9a60] .el-input__inner,.add-update-preview .el-select[data-v-6e6e9a60] .el-input__inner{color:inherit;font-size:14px;border-color:#ced4da;border-radius:0;-webkit-box-shadow:0 0 0 rgba(64,158,255,.5);box-shadow:0 0 0 rgba(64,158,255,.5);outline:none;width:auto;border-width:1px;border-style:solid;height:36px}.add-update-preview .el-date-editor[data-v-6e6e9a60] .el-input__inner{padding:0 10px 0 30px;background:none;min-width:250px}.add-update-preview[data-v-6e6e9a60] .el-upload--picture-card{background:transparent;border:0;border-radius:0;width:auto;height:auto;line-height:normal;vertical-align:middle}.add-update-preview[data-v-6e6e9a60] .el-upload-list .el-upload-list__item,.add-update-preview[data-v-6e6e9a60] .el-upload .el-icon-plus,.add-update-preview[data-v-6e6e9a60] .upload .upload-img{border:1px solid #ced4da;cursor:pointer;border-radius:4px;color:#aaa;background:#fff;-o-object-fit:cover;object-fit:cover;width:180px;font-size:32px;line-height:80px;text-align:center;height:80px}.add-update-preview .el-textarea[data-v-6e6e9a60] .el-textarea__inner{border:1px solid #ced4da;border-radius:4px;padding:12px;-webkit-box-shadow:0 0 0 rgba(64,158,255,.5);box-shadow:0 0 0 rgba(64,158,255,.5);outline:none;color:inherit;background:#fff;width:500px;font-size:14px;height:140px}.add-update-preview .btn .btn1[data-v-6e6e9a60]{border:0 solid #3fcbca;cursor:pointer;padding:0 10px;margin:0 4px;color:#fff;display:inline-block;font-size:14px;line-height:40px;border-radius:4px;outline:none;background:#4b88e4;width:auto;min-width:90px;height:40px}.add-update-preview .btn .btn1[data-v-6e6e9a60]:hover{opacity:.8}.add-update-preview .btn .btn2[data-v-6e6e9a60]{border:0 solid #23b7e5;cursor:pointer;padding:0 10px;margin:0 4px;color:#fff;font-size:14px;line-height:40px;border-radius:4px;outline:none;background:#4b88e4;width:auto;min-width:90px;height:40px}.add-update-preview .btn .btn2[data-v-6e6e9a60]:hover{opacity:.8}.add-update-preview .btn .btn3[data-v-6e6e9a60]{border:0 solid #3fcbca;cursor:pointer;padding:0 20px;margin:0 4px;color:#fff;font-size:14px;line-height:40px;border-radius:4px;outline:none;background:#4b88e4;width:auto;min-width:90px;height:40px}.add-update-preview .btn .btn3[data-v-6e6e9a60]:hover{opacity:.8}.add-update-preview .btn .btn4[data-v-6e6e9a60]{border:0 solid #ff6b6b;cursor:pointer;padding:0 20px;margin:0 4px;color:#fff;font-size:14px;line-height:40px;border-radius:4px;outline:none;background:#00acc1;width:auto;min-width:90px;height:40px}.add-update-preview .btn .btn4[data-v-6e6e9a60]:hover{opacity:.8}.add-update-preview .btn .btn5[data-v-6e6e9a60]{border:0 solid #65c3df;cursor:pointer;padding:0 20px;margin:4px;color:#fff;font-size:14px;line-height:40px;border-radius:4px;outline:none;background:#00acc1;width:auto;min-width:90px;height:40px}.add-update-preview .btn .btn5[data-v-6e6e9a60]:hover{opacity:.8}.center-form-pv .el-date-editor.el-input[data-v-e1f9817c],.el-input[data-v-e1f9817c]{width:auto}.center-form-pv .el-input[data-v-e1f9817c] .el-input__inner{border:2px solid #f6f6f6;border-radius:4px;padding:0 12px;outline:none;color:inherit;background:#fff;width:170px;font-size:16px;height:34px}.center-form-pv .el-select[data-v-e1f9817c] .el-input__inner{padding:0 10px}.center-form-pv .el-date-editor[data-v-e1f9817c] .el-input__inner,.center-form-pv .el-select[data-v-e1f9817c] .el-input__inner{border:2px solid #f6f6f6;border-radius:4px;-webkit-box-shadow:0 0 0 rgba(64,158,255,.5);box-shadow:0 0 0 rgba(64,158,255,.5);outline:none;color:inherit;background:#fff;width:170px;font-size:16px;height:34px}.center-form-pv .el-date-editor[data-v-e1f9817c] .el-input__inner{padding:0 10px 0 30px}.center-form-pv .search[data-v-e1f9817c]{border:2px solid rgba(0,172,193,.12549019607843137);cursor:pointer;border-radius:4px;padding:0 10px 0 4px;outline:none;color:#00acc1;background:none;width:auto;font-size:16px;line-height:30px;height:auto}.center-form-pv .search[data-v-e1f9817c]:hover{opacity:.8}.center-form-pv .actions .add[data-v-e1f9817c]{border:0 solid #eee;cursor:pointer;border-radius:4px;padding:0 10px;margin:4px 2px 2px;outline:none;color:#fff;background:#00acc1;width:auto;font-size:inherit;min-width:66px;height:36px}.center-form-pv .actions .add[data-v-e1f9817c]:hover{opacity:.8}.center-form-pv .actions .del[data-v-e1f9817c]{border:0 solid rgba(244,100,130,.3);cursor:pointer;padding:0 10px;margin:4px 2px 2px;color:#fff;font-size:inherit;border-radius:3px;-webkit-box-shadow:inset 0 0 0 0 rgba(244,100,130,.3);box-shadow:inset 0 0 0 0 rgba(244,100,130,.3);outline:none;background:#00acc1;width:auto;min-width:66px;height:36px}.center-form-pv .actions .del[data-v-e1f9817c]:hover{opacity:.8}.center-form-pv .actions .statis[data-v-e1f9817c]{border:0 solid rgba(244,100,130,.3);cursor:pointer;padding:0 10px;margin:4px 2px 2px;color:#fff;font-size:inherit;border-radius:3px;-webkit-box-shadow:inset 0 0 0 0 rgba(244,100,130,.3);box-shadow:inset 0 0 0 0 rgba(244,100,130,.3);outline:none;background:#00acc1;width:auto;min-width:66px;height:36px}.center-form-pv .actions .statis[data-v-e1f9817c]:hover{opacity:.8}.center-form-pv .actions .btn18[data-v-e1f9817c]{border:0 solid rgba(244,100,130,.3);cursor:pointer;border-radius:4px;padding:0 10px;margin:4px 2px 2px;outline:none;color:#fff;background:#00acc1;width:auto;font-size:inherit;min-width:66px;height:36px}.center-form-pv .actions .btn18[data-v-e1f9817c]:hover{opacity:.8}.el-table[data-v-e1f9817c] .el-table__header-wrapper thead{color:inherit;background:rgba(254,169,34,0);width:100%}.el-table[data-v-e1f9817c] .el-table__header-wrapper thead tr{background:none}.el-table[data-v-e1f9817c] .el-table__header-wrapper thead tr th{padding:6px 0;background:none;border-color:#dee2e6;border-width:1px 0 2px 0;border-style:solid;text-align:left}.el-table[data-v-e1f9817c] .el-table__header-wrapper thead tr th .cell{padding:0 10px;word-wrap:normal;color:#8e99a2;white-space:normal;font-weight:600;display:inline-block;vertical-align:middle;font-size:14px;line-height:24px;text-overflow:ellipsis;word-break:break-all;width:100%;position:relative}.el-table[data-v-e1f9817c] .el-table__body-wrapper tbody{padding:0;width:100%}.el-table[data-v-e1f9817c] .el-table__body-wrapper tbody tr{background:none}.el-table[data-v-e1f9817c] .el-table__body-wrapper tbody tr:hover td,.el-table[data-v-e1f9817c] .el-table__body-wrapper tbody tr td{padding:4px 0 0;color:#8e99a2;background:#fff;border-color:#dee2e6;border-width:0 0 1px 0;border-style:solid;text-align:left}.el-table[data-v-e1f9817c] .el-table__body-wrapper tbody tr td{font-size:inherit}.el-table[data-v-e1f9817c] .el-table__body-wrapper tbody tr td .cell{padding:0 10px;overflow:hidden;color:inherit;word-break:break-all;white-space:normal;line-height:24px;text-overflow:ellipsis}.el-table[data-v-e1f9817c] .el-table__body-wrapper tbody tr td .view{cursor:pointer;padding:0 10px;margin:0 2px 5px 0;color:#fff;font-size:inherit;border-color:#fff;line-height:26px;border-radius:4px;-webkit-box-shadow:inset 0 0 0 0 rgba(244,100,130,.3);box-shadow:inset 0 0 0 0 rgba(244,100,130,.3);outline:none;background:#00acc1;width:auto;border-width:0;border-style:solid;min-width:55px;height:auto}.el-table[data-v-e1f9817c] .el-table__body-wrapper tbody tr td .view:hover{border-color:#23b7e5;border-width:0;opacity:.8;border-style:solid}.el-table[data-v-e1f9817c] .el-table__body-wrapper tbody tr td .edit{cursor:pointer;padding:0 10px;margin:0 2px 5px 0;color:#fff;font-size:inherit;border-color:#fff;line-height:26px;border-radius:4px;-webkit-box-shadow:inset 0 0 0 0 rgba(244,100,130,.3);box-shadow:inset 0 0 0 0 rgba(244,100,130,.3);outline:none;background:#00acc1;width:auto;border-width:0;border-style:solid;min-width:55px;height:auto}.el-table[data-v-e1f9817c] .el-table__body-wrapper tbody tr td .edit:hover{border-color:#45b6b0;border-width:0;opacity:.8;border-style:solid}.el-table[data-v-e1f9817c] .el-table__body-wrapper tbody tr td .del{cursor:pointer;padding:0 10px;margin:0 2px 5px 0;color:#fff;font-size:inherit;border-color:#fff;line-height:26px;border-radius:4px;-webkit-box-shadow:inset 0 0 0 0 rgba(244,100,130,.3);box-shadow:inset 0 0 0 0 rgba(244,100,130,.3);outline:none;background:#4b88e4;width:auto;border-width:0;border-style:solid;min-width:55px;height:auto}.el-table[data-v-e1f9817c] .el-table__body-wrapper tbody tr td .del:hover{border-color:#d9534f;border-width:0;opacity:.8;border-style:solid}.el-table[data-v-e1f9817c] .el-table__body-wrapper tbody tr td .btn8{cursor:pointer;padding:0 10px;margin:0 2px 5px 0;color:#fff;font-size:inherit;border-color:#fff;line-height:26px;border-radius:4px;-webkit-box-shadow:inset 0 0 0 0 rgba(244,100,130,.3);box-shadow:inset 0 0 0 0 rgba(244,100,130,.3);outline:none;background:#4b88e4;width:auto;border-width:0;border-style:solid;min-width:55px;height:auto}.el-table[data-v-e1f9817c] .el-table__body-wrapper tbody tr td .btn8:hover{border-color:#666;border-width:0;opacity:.8;border-style:solid}.main-content .el-pagination[data-v-e1f9817c] .el-pagination__total{margin:0 10px 0 0;color:inherit;font-weight:400;display:inline-block;vertical-align:top;font-size:inherit;line-height:28px;height:28px}.main-content .el-pagination[data-v-e1f9817c] .btn-next,.main-content .el-pagination[data-v-e1f9817c] .btn-prev{border:1px solid #dee2e6;border-radius:2px;padding:0 5px;margin:0 2px;color:inherit;background:none;display:inline-block;vertical-align:top;font-size:18px;line-height:28px;min-width:35px;height:28px}.main-content .el-pagination[data-v-e1f9817c] .btn-next:disabled,.main-content .el-pagination[data-v-e1f9817c] .btn-prev:disabled{border:1px solid #dee2e6;cursor:not-allowed;border-radius:2px;padding:0 5px;margin:0 2px;color:#999;background:none;display:inline-block;vertical-align:top;font-size:18px;line-height:28px;height:28px}.main-content .el-pagination[data-v-e1f9817c] .el-pager{padding:0;margin:0;display:inline-block;vertical-align:top;font-size:inherit}.main-content .el-pagination[data-v-e1f9817c] .el-pager .number{cursor:pointer;border:1px solid #dee2e6;padding:0 4px;margin:0 2px;color:inherit;background:none;display:inline-block;vertical-align:top;font-size:inherit;line-height:28px;text-align:center;height:28px}.main-content .el-pagination[data-v-e1f9817c] .el-pager .number:hover{cursor:pointer;border-radius:4px;margin:0 5px}.main-content .el-pagination[data-v-e1f9817c] .el-pager .number.active,.main-content .el-pagination[data-v-e1f9817c] .el-pager .number:hover{padding:0 4px;color:#333;background:#e9ecef;display:inline-block;vertical-align:top;font-size:inherit;line-height:28px;text-align:center;height:28px}.main-content .el-pagination[data-v-e1f9817c] .el-pager .number.active{cursor:default;border:1px solid #dee2e6;margin:0 2px;border-radius:4px}.main-content .el-pagination[data-v-e1f9817c] .el-pagination__sizes{color:inherit;display:inline-block;vertical-align:top;font-size:inherit;line-height:28px;height:28px}.main-content .el-pagination[data-v-e1f9817c] .el-pagination__sizes .el-input{margin:0 5px;color:inherit;width:100px;font-size:inherit;position:relative}.main-content .el-pagination[data-v-e1f9817c] .el-pagination__sizes .el-input .el-input__inner{border:0 solid #ddd;cursor:pointer;padding:0 25px 0 8px;color:inherit;display:inline-block;font-size:inherit;line-height:28px;border-radius:3px;outline:0;background:none;width:100%;text-align:center;height:28px}.main-content .el-pagination[data-v-e1f9817c] .el-pagination__sizes .el-input span.el-input__suffix{top:0;position:absolute;right:0;height:100%}.main-content .el-pagination[data-v-e1f9817c] .el-pagination__sizes .el-input .el-input__suffix .el-select__caret{cursor:pointer;color:#c0c4cc;width:25px;font-size:14px;line-height:28px;text-align:center}.main-content .el-pagination[data-v-e1f9817c] .el-pagination__jump{margin:0 0 0 24px;color:inherit;display:inline-block;vertical-align:top;font-size:inherit;line-height:28px;height:28px}.main-content .el-pagination[data-v-e1f9817c] .el-pagination__jump .el-input{border-radius:3px;padding:0 2px;margin:0 2px;color:inherit;display:inline-block;width:50px;font-size:inherit;line-height:18px;position:relative;text-align:center;height:28px}.main-content .el-pagination[data-v-e1f9817c] .el-pagination__jump .el-input .el-input__inner{border:1px solid #eee;cursor:pointer;padding:0 0;color:inherit;display:inline-block;font-size:inherit;line-height:24px;border-radius:3px;outline:0;background:#fff;width:auto;text-align:center;height:24px}.one .list1-view[data-v-e1f9817c]{cursor:pointer;padding:0 8px 0 0;margin:0 5px 5px 0;color:#23b7e5;font-size:inherit;border-color:#fff;line-height:24px;border-radius:20px;-webkit-box-shadow:inset 0 0 0 0 rgba(244,100,130,.3);box-shadow:inset 0 0 0 0 rgba(244,100,130,.3);outline:none;background:none;width:auto;border-width:1px;border-style:double;min-width:40px;height:24px}.one .list1-view[data-v-e1f9817c]:hover{border-color:#23b7e5;border-width:1px;opacity:.8;border-style:solid}.one .list1-edit[data-v-e1f9817c]{cursor:pointer;padding:0 8px 0 0;margin:0 5px 5px 0;color:#45b6b0;font-size:inherit;border-color:#fff;line-height:24px;border-radius:20px;-webkit-box-shadow:inset 0 0 0 0 rgba(244,100,130,.3);box-shadow:inset 0 0 0 0 rgba(244,100,130,.3);outline:none;background:none;width:auto;border-width:1px;border-style:double;min-width:40px;height:24px}.one .list1-edit[data-v-e1f9817c]:hover{border-color:#45b6b0;border-width:1px;opacity:.8;border-style:solid}.one .list1-del[data-v-e1f9817c]{cursor:pointer;padding:0 8px 0 0;margin:0 5px 5px 0;color:#d9534f;font-size:inherit;border-color:#fff;line-height:24px;border-radius:20px;-webkit-box-shadow:inset 0 0 0 0 rgba(244,100,130,.3);box-shadow:inset 0 0 0 0 rgba(244,100,130,.3);outline:none;background:none;width:auto;border-width:1px;border-style:solid;min-width:40px;height:24px}.one .list1-del[data-v-e1f9817c]:hover{border-color:#d9534f;border-width:1px;opacity:.8;border-style:solid}.one .list1-btn8[data-v-e1f9817c]{cursor:pointer;padding:0 8px 0 0;margin:0 5px 5px 0;color:#333;font-size:inherit;border-color:#fff;line-height:24px;border-radius:20px;-webkit-box-shadow:inset 0 0 0 0 rgba(244,100,130,.3);box-shadow:inset 0 0 0 0 rgba(244,100,130,.3);outline:none;background:none;width:auto;border-width:1px;border-style:solid;min-width:40px;height:24px}.one .list1-btn8[data-v-e1f9817c]:hover{border-color:#333;border-width:1px;opacity:.8;border-style:solid}.main-content .el-table .el-switch[data-v-e1f9817c]{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;vertical-align:middle;line-height:30px;position:relative;-webkit-box-align:center;-ms-flex-align:center;align-items:center;height:30px}.main-content .el-table .el-switch[data-v-e1f9817c] .el-switch__label--left{cursor:pointer;margin:0 10px 0 0;color:#333;font-weight:500;display:inline-block;vertical-align:middle;font-size:16px;-webkit-transition:.2s;transition:.2s;height:30px}.main-content .el-table .el-switch[data-v-e1f9817c] .el-switch__label--right{cursor:pointer;margin:0 0 0 10px;color:#333;font-weight:500;display:inline-block;vertical-align:middle;font-size:16px;-webkit-transition:.2s;transition:.2s;height:30px}.main-content .el-table .el-switch[data-v-e1f9817c] .el-switch__core{border:1px solid #ceddee;cursor:pointer;border-radius:15px;margin:0;outline:0;background:#ceddee;display:inline-block;width:50px;-webkit-box-sizing:border-box;box-sizing:border-box;-webkit-transition:border-color .3s,background-color .3s;transition:border-color .3s,background-color .3s;height:24px}.main-content .el-table .el-switch[data-v-e1f9817c] .el-switch__core:after{border-radius:100%;top:1px;left:1px;background:#fff;width:20px;position:absolute;-webkit-transition:all .3s;transition:all .3s;height:20px}.main-content .el-table .el-switch.is-checked[data-v-e1f9817c] .el-switch__core:after{margin:0 0 0 -27px;left:100%}.main-content .el-table .el-rate[data-v-e1f9817c] .el-rate__item{cursor:pointer;display:inline-block;vertical-align:middle;font-size:0;position:relative}.main-content .el-table .el-rate[data-v-e1f9817c] .el-rate__item .el-rate__icon{margin:0 3px;color:#c0c4cc;display:inline-block;font-size:18px;position:relative;-webkit-transition:.3s;transition:.3s}.center-form-pv .el-date-editor.el-input[data-v-7ae699bc],.el-input[data-v-7ae699bc]{width:auto}.center-form-pv .el-input[data-v-7ae699bc] .el-input__inner{border:2px solid #f6f6f6;border-radius:4px;padding:0 12px;outline:none;color:inherit;background:#fff;width:170px;font-size:16px;height:34px}.center-form-pv .el-select[data-v-7ae699bc] .el-input__inner{padding:0 10px}.center-form-pv .el-date-editor[data-v-7ae699bc] .el-input__inner,.center-form-pv .el-select[data-v-7ae699bc] .el-input__inner{border:2px solid #f6f6f6;border-radius:4px;-webkit-box-shadow:0 0 0 rgba(64,158,255,.5);box-shadow:0 0 0 rgba(64,158,255,.5);outline:none;color:inherit;background:#fff;width:170px;font-size:16px;height:34px}.center-form-pv .el-date-editor[data-v-7ae699bc] .el-input__inner{padding:0 10px 0 30px}.center-form-pv .search[data-v-7ae699bc]{border:2px solid rgba(0,172,193,.12549019607843137);cursor:pointer;border-radius:4px;padding:0 10px 0 4px;outline:none;color:#00acc1;background:none;width:auto;font-size:16px;line-height:30px;height:auto}.center-form-pv .search[data-v-7ae699bc]:hover{opacity:.8}.center-form-pv .actions .add[data-v-7ae699bc]{border:0 solid #eee;cursor:pointer;border-radius:4px;padding:0 10px;margin:4px 2px 2px;outline:none;color:#fff;background:#00acc1;width:auto;font-size:inherit;min-width:66px;height:36px}.center-form-pv .actions .add[data-v-7ae699bc]:hover{opacity:.8}.center-form-pv .actions .del[data-v-7ae699bc]{border:0 solid rgba(244,100,130,.3);cursor:pointer;padding:0 10px;margin:4px 2px 2px;color:#fff;font-size:inherit;border-radius:3px;-webkit-box-shadow:inset 0 0 0 0 rgba(244,100,130,.3);box-shadow:inset 0 0 0 0 rgba(244,100,130,.3);outline:none;background:#00acc1;width:auto;min-width:66px;height:36px}.center-form-pv .actions .del[data-v-7ae699bc]:hover{opacity:.8}.center-form-pv .actions .statis[data-v-7ae699bc]{border:0 solid rgba(244,100,130,.3);cursor:pointer;padding:0 10px;margin:4px 2px 2px;color:#fff;font-size:inherit;border-radius:3px;-webkit-box-shadow:inset 0 0 0 0 rgba(244,100,130,.3);box-shadow:inset 0 0 0 0 rgba(244,100,130,.3);outline:none;background:#00acc1;width:auto;min-width:66px;height:36px}.center-form-pv .actions .statis[data-v-7ae699bc]:hover{opacity:.8}.center-form-pv .actions .btn18[data-v-7ae699bc]{border:0 solid rgba(244,100,130,.3);cursor:pointer;border-radius:4px;padding:0 10px;margin:4px 2px 2px;outline:none;color:#fff;background:#00acc1;width:auto;font-size:inherit;min-width:66px;height:36px}.center-form-pv .actions .btn18[data-v-7ae699bc]:hover{opacity:.8}.el-table[data-v-7ae699bc] .el-table__header-wrapper thead{color:inherit;background:rgba(254,169,34,0);width:100%}.el-table[data-v-7ae699bc] .el-table__header-wrapper thead tr{background:none}.el-table[data-v-7ae699bc] .el-table__header-wrapper thead tr th{padding:6px 0;background:none;border-color:#dee2e6;border-width:1px 0 2px 0;border-style:solid;text-align:left}.el-table[data-v-7ae699bc] .el-table__header-wrapper thead tr th .cell{padding:0 10px;word-wrap:normal;color:#8e99a2;white-space:normal;font-weight:600;display:inline-block;vertical-align:middle;font-size:14px;line-height:24px;text-overflow:ellipsis;word-break:break-all;width:100%;position:relative}.el-table[data-v-7ae699bc] .el-table__body-wrapper tbody{padding:0;width:100%}.el-table[data-v-7ae699bc] .el-table__body-wrapper tbody tr{background:none}.el-table[data-v-7ae699bc] .el-table__body-wrapper tbody tr:hover td,.el-table[data-v-7ae699bc] .el-table__body-wrapper tbody tr td{padding:4px 0 0;color:#8e99a2;background:#fff;border-color:#dee2e6;border-width:0 0 1px 0;border-style:solid;text-align:left}.el-table[data-v-7ae699bc] .el-table__body-wrapper tbody tr td{font-size:inherit}.el-table[data-v-7ae699bc] .el-table__body-wrapper tbody tr td .cell{padding:0 10px;overflow:hidden;color:inherit;word-break:break-all;white-space:normal;line-height:24px;text-overflow:ellipsis}.el-table[data-v-7ae699bc] .el-table__body-wrapper tbody tr td .view{cursor:pointer;padding:0 10px;margin:0 2px 5px 0;color:#fff;font-size:inherit;border-color:#fff;line-height:26px;border-radius:4px;-webkit-box-shadow:inset 0 0 0 0 rgba(244,100,130,.3);box-shadow:inset 0 0 0 0 rgba(244,100,130,.3);outline:none;background:#00acc1;width:auto;border-width:0;border-style:solid;min-width:55px;height:auto}.el-table[data-v-7ae699bc] .el-table__body-wrapper tbody tr td .view:hover{border-color:#23b7e5;border-width:0;opacity:.8;border-style:solid}.el-table[data-v-7ae699bc] .el-table__body-wrapper tbody tr td .edit{cursor:pointer;padding:0 10px;margin:0 2px 5px 0;color:#fff;font-size:inherit;border-color:#fff;line-height:26px;border-radius:4px;-webkit-box-shadow:inset 0 0 0 0 rgba(244,100,130,.3);box-shadow:inset 0 0 0 0 rgba(244,100,130,.3);outline:none;background:#00acc1;width:auto;border-width:0;border-style:solid;min-width:55px;height:auto}.el-table[data-v-7ae699bc] .el-table__body-wrapper tbody tr td .edit:hover{border-color:#45b6b0;border-width:0;opacity:.8;border-style:solid}.el-table[data-v-7ae699bc] .el-table__body-wrapper tbody tr td .del{cursor:pointer;padding:0 10px;margin:0 2px 5px 0;color:#fff;font-size:inherit;border-color:#fff;line-height:26px;border-radius:4px;-webkit-box-shadow:inset 0 0 0 0 rgba(244,100,130,.3);box-shadow:inset 0 0 0 0 rgba(244,100,130,.3);outline:none;background:#4b88e4;width:auto;border-width:0;border-style:solid;min-width:55px;height:auto}.el-table[data-v-7ae699bc] .el-table__body-wrapper tbody tr td .del:hover{border-color:#d9534f;border-width:0;opacity:.8;border-style:solid}.el-table[data-v-7ae699bc] .el-table__body-wrapper tbody tr td .btn8{cursor:pointer;padding:0 10px;margin:0 2px 5px 0;color:#fff;font-size:inherit;border-color:#fff;line-height:26px;border-radius:4px;-webkit-box-shadow:inset 0 0 0 0 rgba(244,100,130,.3);box-shadow:inset 0 0 0 0 rgba(244,100,130,.3);outline:none;background:#4b88e4;width:auto;border-width:0;border-style:solid;min-width:55px;height:auto}.el-table[data-v-7ae699bc] .el-table__body-wrapper tbody tr td .btn8:hover{border-color:#666;border-width:0;opacity:.8;border-style:solid}.main-content .el-pagination[data-v-7ae699bc] .el-pagination__total{margin:0 10px 0 0;color:inherit;font-weight:400;display:inline-block;vertical-align:top;font-size:inherit;line-height:28px;height:28px}.main-content .el-pagination[data-v-7ae699bc] .btn-next,.main-content .el-pagination[data-v-7ae699bc] .btn-prev{border:1px solid #dee2e6;border-radius:2px;padding:0 5px;margin:0 2px;color:inherit;background:none;display:inline-block;vertical-align:top;font-size:18px;line-height:28px;min-width:35px;height:28px}.main-content .el-pagination[data-v-7ae699bc] .btn-next:disabled,.main-content .el-pagination[data-v-7ae699bc] .btn-prev:disabled{border:1px solid #dee2e6;cursor:not-allowed;border-radius:2px;padding:0 5px;margin:0 2px;color:#999;background:none;display:inline-block;vertical-align:top;font-size:18px;line-height:28px;height:28px}.main-content .el-pagination[data-v-7ae699bc] .el-pager{padding:0;margin:0;display:inline-block;vertical-align:top;font-size:inherit}.main-content .el-pagination[data-v-7ae699bc] .el-pager .number{cursor:pointer;border:1px solid #dee2e6;padding:0 4px;margin:0 2px;color:inherit;background:none;display:inline-block;vertical-align:top;font-size:inherit;line-height:28px;text-align:center;height:28px}.main-content .el-pagination[data-v-7ae699bc] .el-pager .number:hover{cursor:pointer;border-radius:4px;margin:0 5px}.main-content .el-pagination[data-v-7ae699bc] .el-pager .number.active,.main-content .el-pagination[data-v-7ae699bc] .el-pager .number:hover{padding:0 4px;color:#333;background:#e9ecef;display:inline-block;vertical-align:top;font-size:inherit;line-height:28px;text-align:center;height:28px}.main-content .el-pagination[data-v-7ae699bc] .el-pager .number.active{cursor:default;border:1px solid #dee2e6;margin:0 2px;border-radius:4px}.main-content .el-pagination[data-v-7ae699bc] .el-pagination__sizes{color:inherit;display:inline-block;vertical-align:top;font-size:inherit;line-height:28px;height:28px}.main-content .el-pagination[data-v-7ae699bc] .el-pagination__sizes .el-input{margin:0 5px;color:inherit;width:100px;font-size:inherit;position:relative}.main-content .el-pagination[data-v-7ae699bc] .el-pagination__sizes .el-input .el-input__inner{border:0 solid #ddd;cursor:pointer;padding:0 25px 0 8px;color:inherit;display:inline-block;font-size:inherit;line-height:28px;border-radius:3px;outline:0;background:none;width:100%;text-align:center;height:28px}.main-content .el-pagination[data-v-7ae699bc] .el-pagination__sizes .el-input span.el-input__suffix{top:0;position:absolute;right:0;height:100%}.main-content .el-pagination[data-v-7ae699bc] .el-pagination__sizes .el-input .el-input__suffix .el-select__caret{cursor:pointer;color:#c0c4cc;width:25px;font-size:14px;line-height:28px;text-align:center}.main-content .el-pagination[data-v-7ae699bc] .el-pagination__jump{margin:0 0 0 24px;color:inherit;display:inline-block;vertical-align:top;font-size:inherit;line-height:28px;height:28px}.main-content .el-pagination[data-v-7ae699bc] .el-pagination__jump .el-input{border-radius:3px;padding:0 2px;margin:0 2px;color:inherit;display:inline-block;width:50px;font-size:inherit;line-height:18px;position:relative;text-align:center;height:28px}.main-content .el-pagination[data-v-7ae699bc] .el-pagination__jump .el-input .el-input__inner{border:1px solid #eee;cursor:pointer;padding:0 0;color:inherit;display:inline-block;font-size:inherit;line-height:24px;border-radius:3px;outline:0;background:#fff;width:auto;text-align:center;height:24px}.one .list1-view[data-v-7ae699bc]{cursor:pointer;padding:0 8px 0 0;margin:0 5px 5px 0;color:#23b7e5;font-size:inherit;border-color:#fff;line-height:24px;border-radius:20px;-webkit-box-shadow:inset 0 0 0 0 rgba(244,100,130,.3);box-shadow:inset 0 0 0 0 rgba(244,100,130,.3);outline:none;background:none;width:auto;border-width:1px;border-style:double;min-width:40px;height:24px}.one .list1-view[data-v-7ae699bc]:hover{border-color:#23b7e5;border-width:1px;opacity:.8;border-style:solid}.one .list1-edit[data-v-7ae699bc]{cursor:pointer;padding:0 8px 0 0;margin:0 5px 5px 0;color:#45b6b0;font-size:inherit;border-color:#fff;line-height:24px;border-radius:20px;-webkit-box-shadow:inset 0 0 0 0 rgba(244,100,130,.3);box-shadow:inset 0 0 0 0 rgba(244,100,130,.3);outline:none;background:none;width:auto;border-width:1px;border-style:double;min-width:40px;height:24px}.one .list1-edit[data-v-7ae699bc]:hover{border-color:#45b6b0;border-width:1px;opacity:.8;border-style:solid}.one .list1-del[data-v-7ae699bc]{cursor:pointer;padding:0 8px 0 0;margin:0 5px 5px 0;color:#d9534f;font-size:inherit;border-color:#fff;line-height:24px;border-radius:20px;-webkit-box-shadow:inset 0 0 0 0 rgba(244,100,130,.3);box-shadow:inset 0 0 0 0 rgba(244,100,130,.3);outline:none;background:none;width:auto;border-width:1px;border-style:solid;min-width:40px;height:24px}.one .list1-del[data-v-7ae699bc]:hover{border-color:#d9534f;border-width:1px;opacity:.8;border-style:solid}.one .list1-btn8[data-v-7ae699bc]{cursor:pointer;padding:0 8px 0 0;margin:0 5px 5px 0;color:#333;font-size:inherit;border-color:#fff;line-height:24px;border-radius:20px;-webkit-box-shadow:inset 0 0 0 0 rgba(244,100,130,.3);box-shadow:inset 0 0 0 0 rgba(244,100,130,.3);outline:none;background:none;width:auto;border-width:1px;border-style:solid;min-width:40px;height:24px}.one .list1-btn8[data-v-7ae699bc]:hover{border-color:#333;border-width:1px;opacity:.8;border-style:solid}.main-content .el-table .el-switch[data-v-7ae699bc]{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;vertical-align:middle;line-height:30px;position:relative;-webkit-box-align:center;-ms-flex-align:center;align-items:center;height:30px}.main-content .el-table .el-switch[data-v-7ae699bc] .el-switch__label--left{cursor:pointer;margin:0 10px 0 0;color:#333;font-weight:500;display:inline-block;vertical-align:middle;font-size:16px;-webkit-transition:.2s;transition:.2s;height:30px}.main-content .el-table .el-switch[data-v-7ae699bc] .el-switch__label--right{cursor:pointer;margin:0 0 0 10px;color:#333;font-weight:500;display:inline-block;vertical-align:middle;font-size:16px;-webkit-transition:.2s;transition:.2s;height:30px}.main-content .el-table .el-switch[data-v-7ae699bc] .el-switch__core{border:1px solid #ceddee;cursor:pointer;border-radius:15px;margin:0;outline:0;background:#ceddee;display:inline-block;width:50px;-webkit-box-sizing:border-box;box-sizing:border-box;-webkit-transition:border-color .3s,background-color .3s;transition:border-color .3s,background-color .3s;height:24px}.main-content .el-table .el-switch[data-v-7ae699bc] .el-switch__core:after{border-radius:100%;top:1px;left:1px;background:#fff;width:20px;position:absolute;-webkit-transition:all .3s;transition:all .3s;height:20px}.main-content .el-table .el-switch.is-checked[data-v-7ae699bc] .el-switch__core:after{margin:0 0 0 -27px;left:100%}.main-content .el-table .el-rate[data-v-7ae699bc] .el-rate__item{cursor:pointer;display:inline-block;vertical-align:middle;font-size:0;position:relative}.main-content .el-table .el-rate[data-v-7ae699bc] .el-rate__item .el-rate__icon{margin:0 3px;color:#c0c4cc;display:inline-block;font-size:18px;position:relative;-webkit-transition:.3s;transition:.3s}.amap-wrapper[data-v-1c319c2e]{width:100%;height:500px}.search-box[data-v-1c319c2e]{position:absolute}.el-date-editor.el-input[data-v-1c319c2e]{width:auto}.add-update-preview .el-form-item[data-v-1c319c2e] .el-form-item__label{padding:0 10px 0 0;color:#00acc1;background:none;font-weight:600;display:inline-block;width:200px;font-size:inherit;line-height:40px;text-align:right}.add-update-preview .el-form-item[data-v-1c319c2e] .el-form-item__content{margin-left:200px}.add-update-preview .el-input-number[data-v-1c319c2e] .el-input__inner,.add-update-preview .el-input[data-v-1c319c2e] .el-input__inner{border-radius:4px;padding:0 12px;-webkit-box-shadow:0 0 0 rgba(64,158,255,.5);box-shadow:0 0 0 rgba(64,158,255,.5);outline:none;color:inherit;background:#fff;width:400px;font-size:14px;border-color:#ced4da;border-width:1px;border-style:solid;height:36px}.add-update-preview .el-input-number[data-v-1c319c2e] .el-input__inner{text-align:left}.add-update-preview .el-input-number[data-v-1c319c2e] .el-input-number__decrease,.add-update-preview .el-input-number[data-v-1c319c2e] .el-input-number__increase{display:none}.add-update-preview .el-select[data-v-1c319c2e] .el-input__inner{padding:0 10px;background:#fff;min-width:350px}.add-update-preview .el-date-editor[data-v-1c319c2e] .el-input__inner,.add-update-preview .el-select[data-v-1c319c2e] .el-input__inner{color:inherit;font-size:14px;border-color:#ced4da;border-radius:0;-webkit-box-shadow:0 0 0 rgba(64,158,255,.5);box-shadow:0 0 0 rgba(64,158,255,.5);outline:none;width:auto;border-width:1px;border-style:solid;height:36px}.add-update-preview .el-date-editor[data-v-1c319c2e] .el-input__inner{padding:0 10px 0 30px;background:none;min-width:250px}.add-update-preview[data-v-1c319c2e] .el-upload--picture-card{background:transparent;border:0;border-radius:0;width:auto;height:auto;line-height:normal;vertical-align:middle}.add-update-preview[data-v-1c319c2e] .el-upload-list .el-upload-list__item,.add-update-preview[data-v-1c319c2e] .el-upload .el-icon-plus,.add-update-preview[data-v-1c319c2e] .upload .upload-img{border:1px solid #ced4da;cursor:pointer;border-radius:4px;color:#aaa;background:#fff;-o-object-fit:cover;object-fit:cover;width:180px;font-size:32px;line-height:80px;text-align:center;height:80px}.add-update-preview .el-textarea[data-v-1c319c2e] .el-textarea__inner{border:1px solid #ced4da;border-radius:4px;padding:12px;-webkit-box-shadow:0 0 0 rgba(64,158,255,.5);box-shadow:0 0 0 rgba(64,158,255,.5);outline:none;color:inherit;background:#fff;width:500px;font-size:14px;height:140px}.add-update-preview .btn .btn1[data-v-1c319c2e]{border:0 solid #3fcbca;cursor:pointer;padding:0 10px;margin:0 4px;color:#fff;display:inline-block;font-size:14px;line-height:40px;border-radius:4px;outline:none;background:#4b88e4;width:auto;min-width:90px;height:40px}.add-update-preview .btn .btn1[data-v-1c319c2e]:hover{opacity:.8}.add-update-preview .btn .btn2[data-v-1c319c2e]{border:0 solid #23b7e5;cursor:pointer;padding:0 10px;margin:0 4px;color:#fff;font-size:14px;line-height:40px;border-radius:4px;outline:none;background:#4b88e4;width:auto;min-width:90px;height:40px}.add-update-preview .btn .btn2[data-v-1c319c2e]:hover{opacity:.8}.add-update-preview .btn .btn3[data-v-1c319c2e]{border:0 solid #3fcbca;cursor:pointer;padding:0 20px;margin:0 4px;color:#fff;font-size:14px;line-height:40px;border-radius:4px;outline:none;background:#4b88e4;width:auto;min-width:90px;height:40px}.add-update-preview .btn .btn3[data-v-1c319c2e]:hover{opacity:.8}.add-update-preview .btn .btn4[data-v-1c319c2e]{border:0 solid #ff6b6b;cursor:pointer;padding:0 20px;margin:0 4px;color:#fff;font-size:14px;line-height:40px;border-radius:4px;outline:none;background:#00acc1;width:auto;min-width:90px;height:40px}.add-update-preview .btn .btn4[data-v-1c319c2e]:hover{opacity:.8}.add-update-preview .btn .btn5[data-v-1c319c2e]{border:0 solid #65c3df;cursor:pointer;padding:0 20px;margin:4px;color:#fff;font-size:14px;line-height:40px;border-radius:4px;outline:none;background:#00acc1;width:auto;min-width:90px;height:40px}.add-update-preview .btn .btn5[data-v-1c319c2e]:hover{opacity:.8}.center-form-pv .el-date-editor.el-input[data-v-3499156a],.el-input[data-v-3499156a]{width:auto}.center-form-pv .el-input[data-v-3499156a] .el-input__inner{border:2px solid #f6f6f6;border-radius:4px;padding:0 12px;outline:none;color:inherit;background:#fff;width:170px;font-size:16px;height:34px}.center-form-pv .el-select[data-v-3499156a] .el-input__inner{padding:0 10px}.center-form-pv .el-date-editor[data-v-3499156a] .el-input__inner,.center-form-pv .el-select[data-v-3499156a] .el-input__inner{border:2px solid #f6f6f6;border-radius:4px;-webkit-box-shadow:0 0 0 rgba(64,158,255,.5);box-shadow:0 0 0 rgba(64,158,255,.5);outline:none;color:inherit;background:#fff;width:170px;font-size:16px;height:34px}.center-form-pv .el-date-editor[data-v-3499156a] .el-input__inner{padding:0 10px 0 30px}.center-form-pv .search[data-v-3499156a]{border:2px solid rgba(0,172,193,.12549019607843137);cursor:pointer;border-radius:4px;padding:0 10px 0 4px;outline:none;color:#00acc1;background:none;width:auto;font-size:16px;line-height:30px;height:auto}.center-form-pv .search[data-v-3499156a]:hover{opacity:.8}.center-form-pv .actions .add[data-v-3499156a]{border:0 solid #eee;cursor:pointer;border-radius:4px;padding:0 10px;margin:4px 2px 2px;outline:none;color:#fff;background:#00acc1;width:auto;font-size:inherit;min-width:66px;height:36px}.center-form-pv .actions .add[data-v-3499156a]:hover{opacity:.8}.center-form-pv .actions .del[data-v-3499156a]{border:0 solid rgba(244,100,130,.3);cursor:pointer;padding:0 10px;margin:4px 2px 2px;color:#fff;font-size:inherit;border-radius:3px;-webkit-box-shadow:inset 0 0 0 0 rgba(244,100,130,.3);box-shadow:inset 0 0 0 0 rgba(244,100,130,.3);outline:none;background:#00acc1;width:auto;min-width:66px;height:36px}.center-form-pv .actions .del[data-v-3499156a]:hover{opacity:.8}.center-form-pv .actions .statis[data-v-3499156a]{border:0 solid rgba(244,100,130,.3);cursor:pointer;padding:0 10px;margin:4px 2px 2px;color:#fff;font-size:inherit;border-radius:3px;-webkit-box-shadow:inset 0 0 0 0 rgba(244,100,130,.3);box-shadow:inset 0 0 0 0 rgba(244,100,130,.3);outline:none;background:#00acc1;width:auto;min-width:66px;height:36px}.center-form-pv .actions .statis[data-v-3499156a]:hover{opacity:.8}.center-form-pv .actions .btn18[data-v-3499156a]{border:0 solid rgba(244,100,130,.3);cursor:pointer;border-radius:4px;padding:0 10px;margin:4px 2px 2px;outline:none;color:#fff;background:#00acc1;width:auto;font-size:inherit;min-width:66px;height:36px}.center-form-pv .actions .btn18[data-v-3499156a]:hover{opacity:.8}.el-table[data-v-3499156a] .el-table__header-wrapper thead{color:inherit;background:rgba(254,169,34,0);width:100%}.el-table[data-v-3499156a] .el-table__header-wrapper thead tr{background:none}.el-table[data-v-3499156a] .el-table__header-wrapper thead tr th{padding:6px 0;background:none;border-color:#dee2e6;border-width:1px 0 2px 0;border-style:solid;text-align:left}.el-table[data-v-3499156a] .el-table__header-wrapper thead tr th .cell{padding:0 10px;word-wrap:normal;color:#8e99a2;white-space:normal;font-weight:600;display:inline-block;vertical-align:middle;font-size:14px;line-height:24px;text-overflow:ellipsis;word-break:break-all;width:100%;position:relative}.el-table[data-v-3499156a] .el-table__body-wrapper tbody{padding:0;width:100%}.el-table[data-v-3499156a] .el-table__body-wrapper tbody tr{background:none}.el-table[data-v-3499156a] .el-table__body-wrapper tbody tr:hover td,.el-table[data-v-3499156a] .el-table__body-wrapper tbody tr td{padding:4px 0 0;color:#8e99a2;background:#fff;border-color:#dee2e6;border-width:0 0 1px 0;border-style:solid;text-align:left}.el-table[data-v-3499156a] .el-table__body-wrapper tbody tr td{font-size:inherit}.el-table[data-v-3499156a] .el-table__body-wrapper tbody tr td .cell{padding:0 10px;overflow:hidden;color:inherit;word-break:break-all;white-space:normal;line-height:24px;text-overflow:ellipsis}.el-table[data-v-3499156a] .el-table__body-wrapper tbody tr td .view{cursor:pointer;padding:0 10px;margin:0 2px 5px 0;color:#fff;font-size:inherit;border-color:#fff;line-height:26px;border-radius:4px;-webkit-box-shadow:inset 0 0 0 0 rgba(244,100,130,.3);box-shadow:inset 0 0 0 0 rgba(244,100,130,.3);outline:none;background:#00acc1;width:auto;border-width:0;border-style:solid;min-width:55px;height:auto}.el-table[data-v-3499156a] .el-table__body-wrapper tbody tr td .view:hover{border-color:#23b7e5;border-width:0;opacity:.8;border-style:solid}.el-table[data-v-3499156a] .el-table__body-wrapper tbody tr td .edit{cursor:pointer;padding:0 10px;margin:0 2px 5px 0;color:#fff;font-size:inherit;border-color:#fff;line-height:26px;border-radius:4px;-webkit-box-shadow:inset 0 0 0 0 rgba(244,100,130,.3);box-shadow:inset 0 0 0 0 rgba(244,100,130,.3);outline:none;background:#00acc1;width:auto;border-width:0;border-style:solid;min-width:55px;height:auto}.el-table[data-v-3499156a] .el-table__body-wrapper tbody tr td .edit:hover{border-color:#45b6b0;border-width:0;opacity:.8;border-style:solid}.el-table[data-v-3499156a] .el-table__body-wrapper tbody tr td .del{cursor:pointer;padding:0 10px;margin:0 2px 5px 0;color:#fff;font-size:inherit;border-color:#fff;line-height:26px;border-radius:4px;-webkit-box-shadow:inset 0 0 0 0 rgba(244,100,130,.3);box-shadow:inset 0 0 0 0 rgba(244,100,130,.3);outline:none;background:#4b88e4;width:auto;border-width:0;border-style:solid;min-width:55px;height:auto}.el-table[data-v-3499156a] .el-table__body-wrapper tbody tr td .del:hover{border-color:#d9534f;border-width:0;opacity:.8;border-style:solid}.el-table[data-v-3499156a] .el-table__body-wrapper tbody tr td .btn8{cursor:pointer;padding:0 10px;margin:0 2px 5px 0;color:#fff;font-size:inherit;border-color:#fff;line-height:26px;border-radius:4px;-webkit-box-shadow:inset 0 0 0 0 rgba(244,100,130,.3);box-shadow:inset 0 0 0 0 rgba(244,100,130,.3);outline:none;background:#4b88e4;width:auto;border-width:0;border-style:solid;min-width:55px;height:auto}.el-table[data-v-3499156a] .el-table__body-wrapper tbody tr td .btn8:hover{border-color:#666;border-width:0;opacity:.8;border-style:solid}.main-content .el-pagination[data-v-3499156a] .el-pagination__total{margin:0 10px 0 0;color:inherit;font-weight:400;display:inline-block;vertical-align:top;font-size:inherit;line-height:28px;height:28px}.main-content .el-pagination[data-v-3499156a] .btn-next,.main-content .el-pagination[data-v-3499156a] .btn-prev{border:1px solid #dee2e6;border-radius:2px;padding:0 5px;margin:0 2px;color:inherit;background:none;display:inline-block;vertical-align:top;font-size:18px;line-height:28px;min-width:35px;height:28px}.main-content .el-pagination[data-v-3499156a] .btn-next:disabled,.main-content .el-pagination[data-v-3499156a] .btn-prev:disabled{border:1px solid #dee2e6;cursor:not-allowed;border-radius:2px;padding:0 5px;margin:0 2px;color:#999;background:none;display:inline-block;vertical-align:top;font-size:18px;line-height:28px;height:28px}.main-content .el-pagination[data-v-3499156a] .el-pager{padding:0;margin:0;display:inline-block;vertical-align:top;font-size:inherit}.main-content .el-pagination[data-v-3499156a] .el-pager .number{cursor:pointer;border:1px solid #dee2e6;padding:0 4px;margin:0 2px;color:inherit;background:none;display:inline-block;vertical-align:top;font-size:inherit;line-height:28px;text-align:center;height:28px}.main-content .el-pagination[data-v-3499156a] .el-pager .number:hover{cursor:pointer;border-radius:4px;margin:0 5px}.main-content .el-pagination[data-v-3499156a] .el-pager .number.active,.main-content .el-pagination[data-v-3499156a] .el-pager .number:hover{padding:0 4px;color:#333;background:#e9ecef;display:inline-block;vertical-align:top;font-size:inherit;line-height:28px;text-align:center;height:28px}.main-content .el-pagination[data-v-3499156a] .el-pager .number.active{cursor:default;border:1px solid #dee2e6;margin:0 2px;border-radius:4px}.main-content .el-pagination[data-v-3499156a] .el-pagination__sizes{color:inherit;display:inline-block;vertical-align:top;font-size:inherit;line-height:28px;height:28px}.main-content .el-pagination[data-v-3499156a] .el-pagination__sizes .el-input{margin:0 5px;color:inherit;width:100px;font-size:inherit;position:relative}.main-content .el-pagination[data-v-3499156a] .el-pagination__sizes .el-input .el-input__inner{border:0 solid #ddd;cursor:pointer;padding:0 25px 0 8px;color:inherit;display:inline-block;font-size:inherit;line-height:28px;border-radius:3px;outline:0;background:none;width:100%;text-align:center;height:28px}.main-content .el-pagination[data-v-3499156a] .el-pagination__sizes .el-input span.el-input__suffix{top:0;position:absolute;right:0;height:100%}.main-content .el-pagination[data-v-3499156a] .el-pagination__sizes .el-input .el-input__suffix .el-select__caret{cursor:pointer;color:#c0c4cc;width:25px;font-size:14px;line-height:28px;text-align:center}.main-content .el-pagination[data-v-3499156a] .el-pagination__jump{margin:0 0 0 24px;color:inherit;display:inline-block;vertical-align:top;font-size:inherit;line-height:28px;height:28px}.main-content .el-pagination[data-v-3499156a] .el-pagination__jump .el-input{border-radius:3px;padding:0 2px;margin:0 2px;color:inherit;display:inline-block;width:50px;font-size:inherit;line-height:18px;position:relative;text-align:center;height:28px}.main-content .el-pagination[data-v-3499156a] .el-pagination__jump .el-input .el-input__inner{border:1px solid #eee;cursor:pointer;padding:0 0;color:inherit;display:inline-block;font-size:inherit;line-height:24px;border-radius:3px;outline:0;background:#fff;width:auto;text-align:center;height:24px}.one .list1-view[data-v-3499156a]{cursor:pointer;padding:0 8px 0 0;margin:0 5px 5px 0;color:#23b7e5;font-size:inherit;border-color:#fff;line-height:24px;border-radius:20px;-webkit-box-shadow:inset 0 0 0 0 rgba(244,100,130,.3);box-shadow:inset 0 0 0 0 rgba(244,100,130,.3);outline:none;background:none;width:auto;border-width:1px;border-style:double;min-width:40px;height:24px}.one .list1-view[data-v-3499156a]:hover{border-color:#23b7e5;border-width:1px;opacity:.8;border-style:solid}.one .list1-edit[data-v-3499156a]{cursor:pointer;padding:0 8px 0 0;margin:0 5px 5px 0;color:#45b6b0;font-size:inherit;border-color:#fff;line-height:24px;border-radius:20px;-webkit-box-shadow:inset 0 0 0 0 rgba(244,100,130,.3);box-shadow:inset 0 0 0 0 rgba(244,100,130,.3);outline:none;background:none;width:auto;border-width:1px;border-style:double;min-width:40px;height:24px}.one .list1-edit[data-v-3499156a]:hover{border-color:#45b6b0;border-width:1px;opacity:.8;border-style:solid}.one .list1-del[data-v-3499156a]{cursor:pointer;padding:0 8px 0 0;margin:0 5px 5px 0;color:#d9534f;font-size:inherit;border-color:#fff;line-height:24px;border-radius:20px;-webkit-box-shadow:inset 0 0 0 0 rgba(244,100,130,.3);box-shadow:inset 0 0 0 0 rgba(244,100,130,.3);outline:none;background:none;width:auto;border-width:1px;border-style:solid;min-width:40px;height:24px}.one .list1-del[data-v-3499156a]:hover{border-color:#d9534f;border-width:1px;opacity:.8;border-style:solid}.one .list1-btn8[data-v-3499156a]{cursor:pointer;padding:0 8px 0 0;margin:0 5px 5px 0;color:#333;font-size:inherit;border-color:#fff;line-height:24px;border-radius:20px;-webkit-box-shadow:inset 0 0 0 0 rgba(244,100,130,.3);box-shadow:inset 0 0 0 0 rgba(244,100,130,.3);outline:none;background:none;width:auto;border-width:1px;border-style:solid;min-width:40px;height:24px}.one .list1-btn8[data-v-3499156a]:hover{border-color:#333;border-width:1px;opacity:.8;border-style:solid}.main-content .el-table .el-switch[data-v-3499156a]{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;vertical-align:middle;line-height:30px;position:relative;-webkit-box-align:center;-ms-flex-align:center;align-items:center;height:30px}.main-content .el-table .el-switch[data-v-3499156a] .el-switch__label--left{cursor:pointer;margin:0 10px 0 0;color:#333;font-weight:500;display:inline-block;vertical-align:middle;font-size:16px;-webkit-transition:.2s;transition:.2s;height:30px}.main-content .el-table .el-switch[data-v-3499156a] .el-switch__label--right{cursor:pointer;margin:0 0 0 10px;color:#333;font-weight:500;display:inline-block;vertical-align:middle;font-size:16px;-webkit-transition:.2s;transition:.2s;height:30px}.main-content .el-table .el-switch[data-v-3499156a] .el-switch__core{border:1px solid #ceddee;cursor:pointer;border-radius:15px;margin:0;outline:0;background:#ceddee;display:inline-block;width:50px;-webkit-box-sizing:border-box;box-sizing:border-box;-webkit-transition:border-color .3s,background-color .3s;transition:border-color .3s,background-color .3s;height:24px}.main-content .el-table .el-switch[data-v-3499156a] .el-switch__core:after{border-radius:100%;top:1px;left:1px;background:#fff;width:20px;position:absolute;-webkit-transition:all .3s;transition:all .3s;height:20px}.main-content .el-table .el-switch.is-checked[data-v-3499156a] .el-switch__core:after{margin:0 0 0 -27px;left:100%}.main-content .el-table .el-rate[data-v-3499156a] .el-rate__item{cursor:pointer;display:inline-block;vertical-align:middle;font-size:0;position:relative}.main-content .el-table .el-rate[data-v-3499156a] .el-rate__item .el-rate__icon{margin:0 3px;color:#c0c4cc;display:inline-block;font-size:18px;position:relative;-webkit-transition:.3s;transition:.3s}.center-form-pv .el-date-editor.el-input[data-v-e9db4bde],.el-input[data-v-e9db4bde]{width:auto}.center-form-pv .el-input[data-v-e9db4bde] .el-input__inner{border:2px solid #f6f6f6;border-radius:4px;padding:0 12px;outline:none;color:inherit;background:#fff;width:170px;font-size:16px;height:34px}.center-form-pv .el-select[data-v-e9db4bde] .el-input__inner{padding:0 10px}.center-form-pv .el-date-editor[data-v-e9db4bde] .el-input__inner,.center-form-pv .el-select[data-v-e9db4bde] .el-input__inner{border:2px solid #f6f6f6;border-radius:4px;-webkit-box-shadow:0 0 0 rgba(64,158,255,.5);box-shadow:0 0 0 rgba(64,158,255,.5);outline:none;color:inherit;background:#fff;width:170px;font-size:16px;height:34px}.center-form-pv .el-date-editor[data-v-e9db4bde] .el-input__inner{padding:0 10px 0 30px}.center-form-pv .search[data-v-e9db4bde]{border:2px solid rgba(0,172,193,.12549019607843137);cursor:pointer;border-radius:4px;padding:0 10px 0 4px;outline:none;color:#00acc1;background:none;width:auto;font-size:16px;line-height:30px;height:auto}.center-form-pv .search[data-v-e9db4bde]:hover{opacity:.8}.center-form-pv .actions .add[data-v-e9db4bde]{border:0 solid #eee;cursor:pointer;border-radius:4px;padding:0 10px;margin:4px 2px 2px;outline:none;color:#fff;background:#00acc1;width:auto;font-size:inherit;min-width:66px;height:36px}.center-form-pv .actions .add[data-v-e9db4bde]:hover{opacity:.8}.center-form-pv .actions .del[data-v-e9db4bde]{border:0 solid rgba(244,100,130,.3);cursor:pointer;padding:0 10px;margin:4px 2px 2px;color:#fff;font-size:inherit;border-radius:3px;-webkit-box-shadow:inset 0 0 0 0 rgba(244,100,130,.3);box-shadow:inset 0 0 0 0 rgba(244,100,130,.3);outline:none;background:#00acc1;width:auto;min-width:66px;height:36px}.center-form-pv .actions .del[data-v-e9db4bde]:hover{opacity:.8}.center-form-pv .actions .statis[data-v-e9db4bde]{border:0 solid rgba(244,100,130,.3);cursor:pointer;padding:0 10px;margin:4px 2px 2px;color:#fff;font-size:inherit;border-radius:3px;-webkit-box-shadow:inset 0 0 0 0 rgba(244,100,130,.3);box-shadow:inset 0 0 0 0 rgba(244,100,130,.3);outline:none;background:#00acc1;width:auto;min-width:66px;height:36px}.center-form-pv .actions .statis[data-v-e9db4bde]:hover{opacity:.8}.center-form-pv .actions .btn18[data-v-e9db4bde]{border:0 solid rgba(244,100,130,.3);cursor:pointer;border-radius:4px;padding:0 10px;margin:4px 2px 2px;outline:none;color:#fff;background:#00acc1;width:auto;font-size:inherit;min-width:66px;height:36px}.center-form-pv .actions .btn18[data-v-e9db4bde]:hover{opacity:.8}.el-table[data-v-e9db4bde] .el-table__header-wrapper thead{color:inherit;background:rgba(254,169,34,0);width:100%}.el-table[data-v-e9db4bde] .el-table__header-wrapper thead tr{background:none}.el-table[data-v-e9db4bde] .el-table__header-wrapper thead tr th{padding:6px 0;background:none;border-color:#dee2e6;border-width:1px 0 2px 0;border-style:solid;text-align:left}.el-table[data-v-e9db4bde] .el-table__header-wrapper thead tr th .cell{padding:0 10px;word-wrap:normal;color:#8e99a2;white-space:normal;font-weight:600;display:inline-block;vertical-align:middle;font-size:14px;line-height:24px;text-overflow:ellipsis;word-break:break-all;width:100%;position:relative}.el-table[data-v-e9db4bde] .el-table__body-wrapper tbody{padding:0;width:100%}.el-table[data-v-e9db4bde] .el-table__body-wrapper tbody tr{background:none}.el-table[data-v-e9db4bde] .el-table__body-wrapper tbody tr:hover td,.el-table[data-v-e9db4bde] .el-table__body-wrapper tbody tr td{padding:4px 0 0;color:#8e99a2;background:#fff;border-color:#dee2e6;border-width:0 0 1px 0;border-style:solid;text-align:left}.el-table[data-v-e9db4bde] .el-table__body-wrapper tbody tr td{font-size:inherit}.el-table[data-v-e9db4bde] .el-table__body-wrapper tbody tr td .cell{padding:0 10px;overflow:hidden;color:inherit;word-break:break-all;white-space:normal;line-height:24px;text-overflow:ellipsis}.el-table[data-v-e9db4bde] .el-table__body-wrapper tbody tr td .view{cursor:pointer;padding:0 10px;margin:0 2px 5px 0;color:#fff;font-size:inherit;border-color:#fff;line-height:26px;border-radius:4px;-webkit-box-shadow:inset 0 0 0 0 rgba(244,100,130,.3);box-shadow:inset 0 0 0 0 rgba(244,100,130,.3);outline:none;background:#00acc1;width:auto;border-width:0;border-style:solid;min-width:55px;height:auto}.el-table[data-v-e9db4bde] .el-table__body-wrapper tbody tr td .view:hover{border-color:#23b7e5;border-width:0;opacity:.8;border-style:solid}.el-table[data-v-e9db4bde] .el-table__body-wrapper tbody tr td .edit{cursor:pointer;padding:0 10px;margin:0 2px 5px 0;color:#fff;font-size:inherit;border-color:#fff;line-height:26px;border-radius:4px;-webkit-box-shadow:inset 0 0 0 0 rgba(244,100,130,.3);box-shadow:inset 0 0 0 0 rgba(244,100,130,.3);outline:none;background:#00acc1;width:auto;border-width:0;border-style:solid;min-width:55px;height:auto}.el-table[data-v-e9db4bde] .el-table__body-wrapper tbody tr td .edit:hover{border-color:#45b6b0;border-width:0;opacity:.8;border-style:solid}.el-table[data-v-e9db4bde] .el-table__body-wrapper tbody tr td .del{cursor:pointer;padding:0 10px;margin:0 2px 5px 0;color:#fff;font-size:inherit;border-color:#fff;line-height:26px;border-radius:4px;-webkit-box-shadow:inset 0 0 0 0 rgba(244,100,130,.3);box-shadow:inset 0 0 0 0 rgba(244,100,130,.3);outline:none;background:#4b88e4;width:auto;border-width:0;border-style:solid;min-width:55px;height:auto}.el-table[data-v-e9db4bde] .el-table__body-wrapper tbody tr td .del:hover{border-color:#d9534f;border-width:0;opacity:.8;border-style:solid}.el-table[data-v-e9db4bde] .el-table__body-wrapper tbody tr td .btn8{cursor:pointer;padding:0 10px;margin:0 2px 5px 0;color:#fff;font-size:inherit;border-color:#fff;line-height:26px;border-radius:4px;-webkit-box-shadow:inset 0 0 0 0 rgba(244,100,130,.3);box-shadow:inset 0 0 0 0 rgba(244,100,130,.3);outline:none;background:#4b88e4;width:auto;border-width:0;border-style:solid;min-width:55px;height:auto}.el-table[data-v-e9db4bde] .el-table__body-wrapper tbody tr td .btn8:hover{border-color:#666;border-width:0;opacity:.8;border-style:solid}.main-content .el-pagination[data-v-e9db4bde] .el-pagination__total{margin:0 10px 0 0;color:inherit;font-weight:400;display:inline-block;vertical-align:top;font-size:inherit;line-height:28px;height:28px}.main-content .el-pagination[data-v-e9db4bde] .btn-next,.main-content .el-pagination[data-v-e9db4bde] .btn-prev{border:1px solid #dee2e6;border-radius:2px;padding:0 5px;margin:0 2px;color:inherit;background:none;display:inline-block;vertical-align:top;font-size:18px;line-height:28px;min-width:35px;height:28px}.main-content .el-pagination[data-v-e9db4bde] .btn-next:disabled,.main-content .el-pagination[data-v-e9db4bde] .btn-prev:disabled{border:1px solid #dee2e6;cursor:not-allowed;border-radius:2px;padding:0 5px;margin:0 2px;color:#999;background:none;display:inline-block;vertical-align:top;font-size:18px;line-height:28px;height:28px}.main-content .el-pagination[data-v-e9db4bde] .el-pager{padding:0;margin:0;display:inline-block;vertical-align:top;font-size:inherit}.main-content .el-pagination[data-v-e9db4bde] .el-pager .number{cursor:pointer;border:1px solid #dee2e6;padding:0 4px;margin:0 2px;color:inherit;background:none;display:inline-block;vertical-align:top;font-size:inherit;line-height:28px;text-align:center;height:28px}.main-content .el-pagination[data-v-e9db4bde] .el-pager .number:hover{cursor:pointer;border-radius:4px;margin:0 5px}.main-content .el-pagination[data-v-e9db4bde] .el-pager .number.active,.main-content .el-pagination[data-v-e9db4bde] .el-pager .number:hover{padding:0 4px;color:#333;background:#e9ecef;display:inline-block;vertical-align:top;font-size:inherit;line-height:28px;text-align:center;height:28px}.main-content .el-pagination[data-v-e9db4bde] .el-pager .number.active{cursor:default;border:1px solid #dee2e6;margin:0 2px;border-radius:4px}.main-content .el-pagination[data-v-e9db4bde] .el-pagination__sizes{color:inherit;display:inline-block;vertical-align:top;font-size:inherit;line-height:28px;height:28px}.main-content .el-pagination[data-v-e9db4bde] .el-pagination__sizes .el-input{margin:0 5px;color:inherit;width:100px;font-size:inherit;position:relative}.main-content .el-pagination[data-v-e9db4bde] .el-pagination__sizes .el-input .el-input__inner{border:0 solid #ddd;cursor:pointer;padding:0 25px 0 8px;color:inherit;display:inline-block;font-size:inherit;line-height:28px;border-radius:3px;outline:0;background:none;width:100%;text-align:center;height:28px}.main-content .el-pagination[data-v-e9db4bde] .el-pagination__sizes .el-input span.el-input__suffix{top:0;position:absolute;right:0;height:100%}.main-content .el-pagination[data-v-e9db4bde] .el-pagination__sizes .el-input .el-input__suffix .el-select__caret{cursor:pointer;color:#c0c4cc;width:25px;font-size:14px;line-height:28px;text-align:center}.main-content .el-pagination[data-v-e9db4bde] .el-pagination__jump{margin:0 0 0 24px;color:inherit;display:inline-block;vertical-align:top;font-size:inherit;line-height:28px;height:28px}.main-content .el-pagination[data-v-e9db4bde] .el-pagination__jump .el-input{border-radius:3px;padding:0 2px;margin:0 2px;color:inherit;display:inline-block;width:50px;font-size:inherit;line-height:18px;position:relative;text-align:center;height:28px}.main-content .el-pagination[data-v-e9db4bde] .el-pagination__jump .el-input .el-input__inner{border:1px solid #eee;cursor:pointer;padding:0 0;color:inherit;display:inline-block;font-size:inherit;line-height:24px;border-radius:3px;outline:0;background:#fff;width:auto;text-align:center;height:24px}.one .list1-view[data-v-e9db4bde]{cursor:pointer;padding:0 8px 0 0;margin:0 5px 5px 0;color:#23b7e5;font-size:inherit;border-color:#fff;line-height:24px;border-radius:20px;-webkit-box-shadow:inset 0 0 0 0 rgba(244,100,130,.3);box-shadow:inset 0 0 0 0 rgba(244,100,130,.3);outline:none;background:none;width:auto;border-width:1px;border-style:double;min-width:40px;height:24px}.one .list1-view[data-v-e9db4bde]:hover{border-color:#23b7e5;border-width:1px;opacity:.8;border-style:solid}.one .list1-edit[data-v-e9db4bde]{cursor:pointer;padding:0 8px 0 0;margin:0 5px 5px 0;color:#45b6b0;font-size:inherit;border-color:#fff;line-height:24px;border-radius:20px;-webkit-box-shadow:inset 0 0 0 0 rgba(244,100,130,.3);box-shadow:inset 0 0 0 0 rgba(244,100,130,.3);outline:none;background:none;width:auto;border-width:1px;border-style:double;min-width:40px;height:24px}.one .list1-edit[data-v-e9db4bde]:hover{border-color:#45b6b0;border-width:1px;opacity:.8;border-style:solid}.one .list1-del[data-v-e9db4bde]{cursor:pointer;padding:0 8px 0 0;margin:0 5px 5px 0;color:#d9534f;font-size:inherit;border-color:#fff;line-height:24px;border-radius:20px;-webkit-box-shadow:inset 0 0 0 0 rgba(244,100,130,.3);box-shadow:inset 0 0 0 0 rgba(244,100,130,.3);outline:none;background:none;width:auto;border-width:1px;border-style:solid;min-width:40px;height:24px}.one .list1-del[data-v-e9db4bde]:hover{border-color:#d9534f;border-width:1px;opacity:.8;border-style:solid}.one .list1-btn8[data-v-e9db4bde]{cursor:pointer;padding:0 8px 0 0;margin:0 5px 5px 0;color:#333;font-size:inherit;border-color:#fff;line-height:24px;border-radius:20px;-webkit-box-shadow:inset 0 0 0 0 rgba(244,100,130,.3);box-shadow:inset 0 0 0 0 rgba(244,100,130,.3);outline:none;background:none;width:auto;border-width:1px;border-style:solid;min-width:40px;height:24px}.one .list1-btn8[data-v-e9db4bde]:hover{border-color:#333;border-width:1px;opacity:.8;border-style:solid}.main-content .el-table .el-switch[data-v-e9db4bde]{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;vertical-align:middle;line-height:30px;position:relative;-webkit-box-align:center;-ms-flex-align:center;align-items:center;height:30px}.main-content .el-table .el-switch[data-v-e9db4bde] .el-switch__label--left{cursor:pointer;margin:0 10px 0 0;color:#333;font-weight:500;display:inline-block;vertical-align:middle;font-size:16px;-webkit-transition:.2s;transition:.2s;height:30px}.main-content .el-table .el-switch[data-v-e9db4bde] .el-switch__label--right{cursor:pointer;margin:0 0 0 10px;color:#333;font-weight:500;display:inline-block;vertical-align:middle;font-size:16px;-webkit-transition:.2s;transition:.2s;height:30px}.main-content .el-table .el-switch[data-v-e9db4bde] .el-switch__core{border:1px solid #ceddee;cursor:pointer;border-radius:15px;margin:0;outline:0;background:#ceddee;display:inline-block;width:50px;-webkit-box-sizing:border-box;box-sizing:border-box;-webkit-transition:border-color .3s,background-color .3s;transition:border-color .3s,background-color .3s;height:24px}.main-content .el-table .el-switch[data-v-e9db4bde] .el-switch__core:after{border-radius:100%;top:1px;left:1px;background:#fff;width:20px;position:absolute;-webkit-transition:all .3s;transition:all .3s;height:20px}.main-content .el-table .el-switch.is-checked[data-v-e9db4bde] .el-switch__core:after{margin:0 0 0 -27px;left:100%}.main-content .el-table .el-rate[data-v-e9db4bde] .el-rate__item{cursor:pointer;display:inline-block;vertical-align:middle;font-size:0;position:relative}.main-content .el-table .el-rate[data-v-e9db4bde] .el-rate__item .el-rate__icon{margin:0 3px;color:#c0c4cc;display:inline-block;font-size:18px;position:relative;-webkit-transition:.3s;transition:.3s}.amap-wrapper[data-v-2b8509ba]{width:100%;height:500px}.search-box[data-v-2b8509ba]{position:absolute}.el-date-editor.el-input[data-v-2b8509ba]{width:auto}.add-update-preview .el-form-item[data-v-2b8509ba] .el-form-item__label{padding:0 10px 0 0;color:#00acc1;background:none;font-weight:600;display:inline-block;width:200px;font-size:inherit;line-height:40px;text-align:right}.add-update-preview .el-form-item[data-v-2b8509ba] .el-form-item__content{margin-left:200px}.add-update-preview .el-input-number[data-v-2b8509ba] .el-input__inner,.add-update-preview .el-input[data-v-2b8509ba] .el-input__inner{border-radius:4px;padding:0 12px;-webkit-box-shadow:0 0 0 rgba(64,158,255,.5);box-shadow:0 0 0 rgba(64,158,255,.5);outline:none;color:inherit;background:#fff;width:400px;font-size:14px;border-color:#ced4da;border-width:1px;border-style:solid;height:36px}.add-update-preview .el-input-number[data-v-2b8509ba] .el-input__inner{text-align:left}.add-update-preview .el-input-number[data-v-2b8509ba] .el-input-number__decrease,.add-update-preview .el-input-number[data-v-2b8509ba] .el-input-number__increase{display:none}.add-update-preview .el-select[data-v-2b8509ba] .el-input__inner{padding:0 10px;background:#fff;min-width:350px}.add-update-preview .el-date-editor[data-v-2b8509ba] .el-input__inner,.add-update-preview .el-select[data-v-2b8509ba] .el-input__inner{color:inherit;font-size:14px;border-color:#ced4da;border-radius:0;-webkit-box-shadow:0 0 0 rgba(64,158,255,.5);box-shadow:0 0 0 rgba(64,158,255,.5);outline:none;width:auto;border-width:1px;border-style:solid;height:36px}.add-update-preview .el-date-editor[data-v-2b8509ba] .el-input__inner{padding:0 10px 0 30px;background:none;min-width:250px}.add-update-preview[data-v-2b8509ba] .el-upload--picture-card{background:transparent;border:0;border-radius:0;width:auto;height:auto;line-height:normal;vertical-align:middle}.add-update-preview[data-v-2b8509ba] .el-upload-list .el-upload-list__item,.add-update-preview[data-v-2b8509ba] .el-upload .el-icon-plus,.add-update-preview[data-v-2b8509ba] .upload .upload-img{border:1px solid #ced4da;cursor:pointer;border-radius:4px;color:#aaa;background:#fff;-o-object-fit:cover;object-fit:cover;width:180px;font-size:32px;line-height:80px;text-align:center;height:80px}.add-update-preview .el-textarea[data-v-2b8509ba] .el-textarea__inner{border:1px solid #ced4da;border-radius:4px;padding:12px;-webkit-box-shadow:0 0 0 rgba(64,158,255,.5);box-shadow:0 0 0 rgba(64,158,255,.5);outline:none;color:inherit;background:#fff;width:500px;font-size:14px;height:140px}.add-update-preview .btn .btn1[data-v-2b8509ba]{border:0 solid #3fcbca;cursor:pointer;padding:0 10px;margin:0 4px;color:#fff;display:inline-block;font-size:14px;line-height:40px;border-radius:4px;outline:none;background:#4b88e4;width:auto;min-width:90px;height:40px}.add-update-preview .btn .btn1[data-v-2b8509ba]:hover{opacity:.8}.add-update-preview .btn .btn2[data-v-2b8509ba]{border:0 solid #23b7e5;cursor:pointer;padding:0 10px;margin:0 4px;color:#fff;font-size:14px;line-height:40px;border-radius:4px;outline:none;background:#4b88e4;width:auto;min-width:90px;height:40px}.add-update-preview .btn .btn2[data-v-2b8509ba]:hover{opacity:.8}.add-update-preview .btn .btn3[data-v-2b8509ba]{border:0 solid #3fcbca;cursor:pointer;padding:0 20px;margin:0 4px;color:#fff;font-size:14px;line-height:40px;border-radius:4px;outline:none;background:#4b88e4;width:auto;min-width:90px;height:40px}.add-update-preview .btn .btn3[data-v-2b8509ba]:hover{opacity:.8}.add-update-preview .btn .btn4[data-v-2b8509ba]{border:0 solid #ff6b6b;cursor:pointer;padding:0 20px;margin:0 4px;color:#fff;font-size:14px;line-height:40px;border-radius:4px;outline:none;background:#00acc1;width:auto;min-width:90px;height:40px}.add-update-preview .btn .btn4[data-v-2b8509ba]:hover{opacity:.8}.add-update-preview .btn .btn5[data-v-2b8509ba]{border:0 solid #65c3df;cursor:pointer;padding:0 20px;margin:4px;color:#fff;font-size:14px;line-height:40px;border-radius:4px;outline:none;background:#00acc1;width:auto;min-width:90px;height:40px}.add-update-preview .btn .btn5[data-v-2b8509ba]:hover{opacity:.8}.amap-wrapper[data-v-2a82c071]{width:100%;height:500px}.search-box[data-v-2a82c071]{position:absolute}.el-date-editor.el-input[data-v-2a82c071]{width:auto}.add-update-preview .el-form-item[data-v-2a82c071] .el-form-item__label{padding:0 10px 0 0;color:#00acc1;background:none;font-weight:600;display:inline-block;width:200px;font-size:inherit;line-height:40px;text-align:right}.add-update-preview .el-form-item[data-v-2a82c071] .el-form-item__content{margin-left:200px}.add-update-preview .el-input-number[data-v-2a82c071] .el-input__inner,.add-update-preview .el-input[data-v-2a82c071] .el-input__inner{border-radius:4px;padding:0 12px;-webkit-box-shadow:0 0 0 rgba(64,158,255,.5);box-shadow:0 0 0 rgba(64,158,255,.5);outline:none;color:inherit;background:#fff;width:400px;font-size:14px;border-color:#ced4da;border-width:1px;border-style:solid;height:36px}.add-update-preview .el-input-number[data-v-2a82c071] .el-input__inner{text-align:left}.add-update-preview .el-input-number[data-v-2a82c071] .el-input-number__decrease,.add-update-preview .el-input-number[data-v-2a82c071] .el-input-number__increase{display:none}.add-update-preview .el-select[data-v-2a82c071] .el-input__inner{padding:0 10px;background:#fff;min-width:350px}.add-update-preview .el-date-editor[data-v-2a82c071] .el-input__inner,.add-update-preview .el-select[data-v-2a82c071] .el-input__inner{color:inherit;font-size:14px;border-color:#ced4da;border-radius:0;-webkit-box-shadow:0 0 0 rgba(64,158,255,.5);box-shadow:0 0 0 rgba(64,158,255,.5);outline:none;width:auto;border-width:1px;border-style:solid;height:36px}.add-update-preview .el-date-editor[data-v-2a82c071] .el-input__inner{padding:0 10px 0 30px;background:none;min-width:250px}.add-update-preview[data-v-2a82c071] .el-upload--picture-card{background:transparent;border:0;border-radius:0;width:auto;height:auto;line-height:normal;vertical-align:middle}.add-update-preview[data-v-2a82c071] .el-upload-list .el-upload-list__item,.add-update-preview[data-v-2a82c071] .el-upload .el-icon-plus,.add-update-preview[data-v-2a82c071] .upload .upload-img{border:1px solid #ced4da;cursor:pointer;border-radius:4px;color:#aaa;background:#fff;-o-object-fit:cover;object-fit:cover;width:180px;font-size:32px;line-height:80px;text-align:center;height:80px}.add-update-preview .el-textarea[data-v-2a82c071] .el-textarea__inner{border:1px solid #ced4da;border-radius:4px;padding:12px;-webkit-box-shadow:0 0 0 rgba(64,158,255,.5);box-shadow:0 0 0 rgba(64,158,255,.5);outline:none;color:inherit;background:#fff;width:500px;font-size:14px;height:140px}.add-update-preview .btn .btn1[data-v-2a82c071]{border:0 solid #3fcbca;cursor:pointer;padding:0 10px;margin:0 4px;color:#fff;display:inline-block;font-size:14px;line-height:40px;border-radius:4px;outline:none;background:#4b88e4;width:auto;min-width:90px;height:40px}.add-update-preview .btn .btn1[data-v-2a82c071]:hover{opacity:.8}.add-update-preview .btn .btn2[data-v-2a82c071]{border:0 solid #23b7e5;cursor:pointer;padding:0 10px;margin:0 4px;color:#fff;font-size:14px;line-height:40px;border-radius:4px;outline:none;background:#4b88e4;width:auto;min-width:90px;height:40px}.add-update-preview .btn .btn2[data-v-2a82c071]:hover{opacity:.8}.add-update-preview .btn .btn3[data-v-2a82c071]{border:0 solid #3fcbca;cursor:pointer;padding:0 20px;margin:0 4px;color:#fff;font-size:14px;line-height:40px;border-radius:4px;outline:none;background:#4b88e4;width:auto;min-width:90px;height:40px}.add-update-preview .btn .btn3[data-v-2a82c071]:hover{opacity:.8}.add-update-preview .btn .btn4[data-v-2a82c071]{border:0 solid #ff6b6b;cursor:pointer;padding:0 20px;margin:0 4px;color:#fff;font-size:14px;line-height:40px;border-radius:4px;outline:none;background:#00acc1;width:auto;min-width:90px;height:40px}.add-update-preview .btn .btn4[data-v-2a82c071]:hover{opacity:.8}.add-update-preview .btn .btn5[data-v-2a82c071]{border:0 solid #65c3df;cursor:pointer;padding:0 20px;margin:4px;color:#fff;font-size:14px;line-height:40px;border-radius:4px;outline:none;background:#00acc1;width:auto;min-width:90px;height:40px}.add-update-preview .btn .btn5[data-v-2a82c071]:hover{opacity:.8}.center-form-pv .el-date-editor.el-input[data-v-74f1b30c],.el-input[data-v-74f1b30c]{width:auto}.center-form-pv .el-input[data-v-74f1b30c] .el-input__inner{border:2px solid #f6f6f6;border-radius:4px;padding:0 12px;outline:none;color:inherit;background:#fff;width:170px;font-size:16px;height:34px}.center-form-pv .el-select[data-v-74f1b30c] .el-input__inner{padding:0 10px}.center-form-pv .el-date-editor[data-v-74f1b30c] .el-input__inner,.center-form-pv .el-select[data-v-74f1b30c] .el-input__inner{border:2px solid #f6f6f6;border-radius:4px;-webkit-box-shadow:0 0 0 rgba(64,158,255,.5);box-shadow:0 0 0 rgba(64,158,255,.5);outline:none;color:inherit;background:#fff;width:170px;font-size:16px;height:34px}.center-form-pv .el-date-editor[data-v-74f1b30c] .el-input__inner{padding:0 10px 0 30px}.center-form-pv .search[data-v-74f1b30c]{border:2px solid rgba(0,172,193,.12549019607843137);cursor:pointer;border-radius:4px;padding:0 10px 0 4px;outline:none;color:#00acc1;background:none;width:auto;font-size:16px;line-height:30px;height:auto}.center-form-pv .search[data-v-74f1b30c]:hover{opacity:.8}.center-form-pv .actions .add[data-v-74f1b30c]{border:0 solid #eee;cursor:pointer;border-radius:4px;padding:0 10px;margin:4px 2px 2px;outline:none;color:#fff;background:#00acc1;width:auto;font-size:inherit;min-width:66px;height:36px}.center-form-pv .actions .add[data-v-74f1b30c]:hover{opacity:.8}.center-form-pv .actions .del[data-v-74f1b30c]{border:0 solid rgba(244,100,130,.3);cursor:pointer;padding:0 10px;margin:4px 2px 2px;color:#fff;font-size:inherit;border-radius:3px;-webkit-box-shadow:inset 0 0 0 0 rgba(244,100,130,.3);box-shadow:inset 0 0 0 0 rgba(244,100,130,.3);outline:none;background:#00acc1;width:auto;min-width:66px;height:36px}.center-form-pv .actions .del[data-v-74f1b30c]:hover{opacity:.8}.center-form-pv .actions .statis[data-v-74f1b30c]{border:0 solid rgba(244,100,130,.3);cursor:pointer;padding:0 10px;margin:4px 2px 2px;color:#fff;font-size:inherit;border-radius:3px;-webkit-box-shadow:inset 0 0 0 0 rgba(244,100,130,.3);box-shadow:inset 0 0 0 0 rgba(244,100,130,.3);outline:none;background:#00acc1;width:auto;min-width:66px;height:36px}.center-form-pv .actions .statis[data-v-74f1b30c]:hover{opacity:.8}.center-form-pv .actions .btn18[data-v-74f1b30c]{border:0 solid rgba(244,100,130,.3);cursor:pointer;border-radius:4px;padding:0 10px;margin:4px 2px 2px;outline:none;color:#fff;background:#00acc1;width:auto;font-size:inherit;min-width:66px;height:36px}.center-form-pv .actions .btn18[data-v-74f1b30c]:hover{opacity:.8}.el-table[data-v-74f1b30c] .el-table__header-wrapper thead{color:inherit;background:rgba(254,169,34,0);width:100%}.el-table[data-v-74f1b30c] .el-table__header-wrapper thead tr{background:none}.el-table[data-v-74f1b30c] .el-table__header-wrapper thead tr th{padding:6px 0;background:none;border-color:#dee2e6;border-width:1px 0 2px 0;border-style:solid;text-align:left}.el-table[data-v-74f1b30c] .el-table__header-wrapper thead tr th .cell{padding:0 10px;word-wrap:normal;color:#8e99a2;white-space:normal;font-weight:600;display:inline-block;vertical-align:middle;font-size:14px;line-height:24px;text-overflow:ellipsis;word-break:break-all;width:100%;position:relative}.el-table[data-v-74f1b30c] .el-table__body-wrapper tbody{padding:0;width:100%}.el-table[data-v-74f1b30c] .el-table__body-wrapper tbody tr{background:none}.el-table[data-v-74f1b30c] .el-table__body-wrapper tbody tr:hover td,.el-table[data-v-74f1b30c] .el-table__body-wrapper tbody tr td{padding:4px 0 0;color:#8e99a2;background:#fff;border-color:#dee2e6;border-width:0 0 1px 0;border-style:solid;text-align:left}.el-table[data-v-74f1b30c] .el-table__body-wrapper tbody tr td{font-size:inherit}.el-table[data-v-74f1b30c] .el-table__body-wrapper tbody tr td .cell{padding:0 10px;overflow:hidden;color:inherit;word-break:break-all;white-space:normal;line-height:24px;text-overflow:ellipsis}.el-table[data-v-74f1b30c] .el-table__body-wrapper tbody tr td .view{cursor:pointer;padding:0 10px;margin:0 2px 5px 0;color:#fff;font-size:inherit;border-color:#fff;line-height:26px;border-radius:4px;-webkit-box-shadow:inset 0 0 0 0 rgba(244,100,130,.3);box-shadow:inset 0 0 0 0 rgba(244,100,130,.3);outline:none;background:#00acc1;width:auto;border-width:0;border-style:solid;min-width:55px;height:auto}.el-table[data-v-74f1b30c] .el-table__body-wrapper tbody tr td .view:hover{border-color:#23b7e5;border-width:0;opacity:.8;border-style:solid}.el-table[data-v-74f1b30c] .el-table__body-wrapper tbody tr td .edit{cursor:pointer;padding:0 10px;margin:0 2px 5px 0;color:#fff;font-size:inherit;border-color:#fff;line-height:26px;border-radius:4px;-webkit-box-shadow:inset 0 0 0 0 rgba(244,100,130,.3);box-shadow:inset 0 0 0 0 rgba(244,100,130,.3);outline:none;background:#00acc1;width:auto;border-width:0;border-style:solid;min-width:55px;height:auto}.el-table[data-v-74f1b30c] .el-table__body-wrapper tbody tr td .edit:hover{border-color:#45b6b0;border-width:0;opacity:.8;border-style:solid}.el-table[data-v-74f1b30c] .el-table__body-wrapper tbody tr td .del{cursor:pointer;padding:0 10px;margin:0 2px 5px 0;color:#fff;font-size:inherit;border-color:#fff;line-height:26px;border-radius:4px;-webkit-box-shadow:inset 0 0 0 0 rgba(244,100,130,.3);box-shadow:inset 0 0 0 0 rgba(244,100,130,.3);outline:none;background:#4b88e4;width:auto;border-width:0;border-style:solid;min-width:55px;height:auto}.el-table[data-v-74f1b30c] .el-table__body-wrapper tbody tr td .del:hover{border-color:#d9534f;border-width:0;opacity:.8;border-style:solid}.el-table[data-v-74f1b30c] .el-table__body-wrapper tbody tr td .btn8{cursor:pointer;padding:0 10px;margin:0 2px 5px 0;color:#fff;font-size:inherit;border-color:#fff;line-height:26px;border-radius:4px;-webkit-box-shadow:inset 0 0 0 0 rgba(244,100,130,.3);box-shadow:inset 0 0 0 0 rgba(244,100,130,.3);outline:none;background:#4b88e4;width:auto;border-width:0;border-style:solid;min-width:55px;height:auto}.el-table[data-v-74f1b30c] .el-table__body-wrapper tbody tr td .btn8:hover{border-color:#666;border-width:0;opacity:.8;border-style:solid}.main-content .el-pagination[data-v-74f1b30c] .el-pagination__total{margin:0 10px 0 0;color:inherit;font-weight:400;display:inline-block;vertical-align:top;font-size:inherit;line-height:28px;height:28px}.main-content .el-pagination[data-v-74f1b30c] .btn-next,.main-content .el-pagination[data-v-74f1b30c] .btn-prev{border:1px solid #dee2e6;border-radius:2px;padding:0 5px;margin:0 2px;color:inherit;background:none;display:inline-block;vertical-align:top;font-size:18px;line-height:28px;min-width:35px;height:28px}.main-content .el-pagination[data-v-74f1b30c] .btn-next:disabled,.main-content .el-pagination[data-v-74f1b30c] .btn-prev:disabled{border:1px solid #dee2e6;cursor:not-allowed;border-radius:2px;padding:0 5px;margin:0 2px;color:#999;background:none;display:inline-block;vertical-align:top;font-size:18px;line-height:28px;height:28px}.main-content .el-pagination[data-v-74f1b30c] .el-pager{padding:0;margin:0;display:inline-block;vertical-align:top;font-size:inherit}.main-content .el-pagination[data-v-74f1b30c] .el-pager .number{cursor:pointer;border:1px solid #dee2e6;padding:0 4px;margin:0 2px;color:inherit;background:none;display:inline-block;vertical-align:top;font-size:inherit;line-height:28px;text-align:center;height:28px}.main-content .el-pagination[data-v-74f1b30c] .el-pager .number:hover{cursor:pointer;border-radius:4px;margin:0 5px}.main-content .el-pagination[data-v-74f1b30c] .el-pager .number.active,.main-content .el-pagination[data-v-74f1b30c] .el-pager .number:hover{padding:0 4px;color:#333;background:#e9ecef;display:inline-block;vertical-align:top;font-size:inherit;line-height:28px;text-align:center;height:28px}.main-content .el-pagination[data-v-74f1b30c] .el-pager .number.active{cursor:default;border:1px solid #dee2e6;margin:0 2px;border-radius:4px}.main-content .el-pagination[data-v-74f1b30c] .el-pagination__sizes{color:inherit;display:inline-block;vertical-align:top;font-size:inherit;line-height:28px;height:28px}.main-content .el-pagination[data-v-74f1b30c] .el-pagination__sizes .el-input{margin:0 5px;color:inherit;width:100px;font-size:inherit;position:relative}.main-content .el-pagination[data-v-74f1b30c] .el-pagination__sizes .el-input .el-input__inner{border:0 solid #ddd;cursor:pointer;padding:0 25px 0 8px;color:inherit;display:inline-block;font-size:inherit;line-height:28px;border-radius:3px;outline:0;background:none;width:100%;text-align:center;height:28px}.main-content .el-pagination[data-v-74f1b30c] .el-pagination__sizes .el-input span.el-input__suffix{top:0;position:absolute;right:0;height:100%}.main-content .el-pagination[data-v-74f1b30c] .el-pagination__sizes .el-input .el-input__suffix .el-select__caret{cursor:pointer;color:#c0c4cc;width:25px;font-size:14px;line-height:28px;text-align:center}.main-content .el-pagination[data-v-74f1b30c] .el-pagination__jump{margin:0 0 0 24px;color:inherit;display:inline-block;vertical-align:top;font-size:inherit;line-height:28px;height:28px}.main-content .el-pagination[data-v-74f1b30c] .el-pagination__jump .el-input{border-radius:3px;padding:0 2px;margin:0 2px;color:inherit;display:inline-block;width:50px;font-size:inherit;line-height:18px;position:relative;text-align:center;height:28px}.main-content .el-pagination[data-v-74f1b30c] .el-pagination__jump .el-input .el-input__inner{border:1px solid #eee;cursor:pointer;padding:0 0;color:inherit;display:inline-block;font-size:inherit;line-height:24px;border-radius:3px;outline:0;background:#fff;width:auto;text-align:center;height:24px}.one .list1-view[data-v-74f1b30c]{cursor:pointer;padding:0 8px 0 0;margin:0 5px 5px 0;color:#23b7e5;font-size:inherit;border-color:#fff;line-height:24px;border-radius:20px;-webkit-box-shadow:inset 0 0 0 0 rgba(244,100,130,.3);box-shadow:inset 0 0 0 0 rgba(244,100,130,.3);outline:none;background:none;width:auto;border-width:1px;border-style:double;min-width:40px;height:24px}.one .list1-view[data-v-74f1b30c]:hover{border-color:#23b7e5;border-width:1px;opacity:.8;border-style:solid}.one .list1-edit[data-v-74f1b30c]{cursor:pointer;padding:0 8px 0 0;margin:0 5px 5px 0;color:#45b6b0;font-size:inherit;border-color:#fff;line-height:24px;border-radius:20px;-webkit-box-shadow:inset 0 0 0 0 rgba(244,100,130,.3);box-shadow:inset 0 0 0 0 rgba(244,100,130,.3);outline:none;background:none;width:auto;border-width:1px;border-style:double;min-width:40px;height:24px}.one .list1-edit[data-v-74f1b30c]:hover{border-color:#45b6b0;border-width:1px;opacity:.8;border-style:solid}.one .list1-del[data-v-74f1b30c]{cursor:pointer;padding:0 8px 0 0;margin:0 5px 5px 0;color:#d9534f;font-size:inherit;border-color:#fff;line-height:24px;border-radius:20px;-webkit-box-shadow:inset 0 0 0 0 rgba(244,100,130,.3);box-shadow:inset 0 0 0 0 rgba(244,100,130,.3);outline:none;background:none;width:auto;border-width:1px;border-style:solid;min-width:40px;height:24px}.one .list1-del[data-v-74f1b30c]:hover{border-color:#d9534f;border-width:1px;opacity:.8;border-style:solid}.one .list1-btn8[data-v-74f1b30c]{cursor:pointer;padding:0 8px 0 0;margin:0 5px 5px 0;color:#333;font-size:inherit;border-color:#fff;line-height:24px;border-radius:20px;-webkit-box-shadow:inset 0 0 0 0 rgba(244,100,130,.3);box-shadow:inset 0 0 0 0 rgba(244,100,130,.3);outline:none;background:none;width:auto;border-width:1px;border-style:solid;min-width:40px;height:24px}.one .list1-btn8[data-v-74f1b30c]:hover{border-color:#333;border-width:1px;opacity:.8;border-style:solid}.main-content .el-table .el-switch[data-v-74f1b30c]{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;vertical-align:middle;line-height:30px;position:relative;-webkit-box-align:center;-ms-flex-align:center;align-items:center;height:30px}.main-content .el-table .el-switch[data-v-74f1b30c] .el-switch__label--left{cursor:pointer;margin:0 10px 0 0;color:#333;font-weight:500;display:inline-block;vertical-align:middle;font-size:16px;-webkit-transition:.2s;transition:.2s;height:30px}.main-content .el-table .el-switch[data-v-74f1b30c] .el-switch__label--right{cursor:pointer;margin:0 0 0 10px;color:#333;font-weight:500;display:inline-block;vertical-align:middle;font-size:16px;-webkit-transition:.2s;transition:.2s;height:30px}.main-content .el-table .el-switch[data-v-74f1b30c] .el-switch__core{border:1px solid #ceddee;cursor:pointer;border-radius:15px;margin:0;outline:0;background:#ceddee;display:inline-block;width:50px;-webkit-box-sizing:border-box;box-sizing:border-box;-webkit-transition:border-color .3s,background-color .3s;transition:border-color .3s,background-color .3s;height:24px}.main-content .el-table .el-switch[data-v-74f1b30c] .el-switch__core:after{border-radius:100%;top:1px;left:1px;background:#fff;width:20px;position:absolute;-webkit-transition:all .3s;transition:all .3s;height:20px}.main-content .el-table .el-switch.is-checked[data-v-74f1b30c] .el-switch__core:after{margin:0 0 0 -27px;left:100%}.main-content .el-table .el-rate[data-v-74f1b30c] .el-rate__item{cursor:pointer;display:inline-block;vertical-align:middle;font-size:0;position:relative}.main-content .el-table .el-rate[data-v-74f1b30c] .el-rate__item .el-rate__icon{margin:0 3px;color:#c0c4cc;display:inline-block;font-size:18px;position:relative;-webkit-transition:.3s;transition:.3s}.amap-wrapper[data-v-8c8aa792]{width:100%;height:500px}.search-box[data-v-8c8aa792]{position:absolute}.el-date-editor.el-input[data-v-8c8aa792]{width:auto}.add-update-preview .el-form-item[data-v-8c8aa792] .el-form-item__label{padding:0 10px 0 0;color:#00acc1;background:none;font-weight:600;display:inline-block;width:200px;font-size:inherit;line-height:40px;text-align:right}.add-update-preview .el-form-item[data-v-8c8aa792] .el-form-item__content{margin-left:200px}.add-update-preview .el-input-number[data-v-8c8aa792] .el-input__inner,.add-update-preview .el-input[data-v-8c8aa792] .el-input__inner{border-radius:4px;padding:0 12px;-webkit-box-shadow:0 0 0 rgba(64,158,255,.5);box-shadow:0 0 0 rgba(64,158,255,.5);outline:none;color:inherit;background:#fff;width:400px;font-size:14px;border-color:#ced4da;border-width:1px;border-style:solid;height:36px}.add-update-preview .el-input-number[data-v-8c8aa792] .el-input__inner{text-align:left}.add-update-preview .el-input-number[data-v-8c8aa792] .el-input-number__decrease,.add-update-preview .el-input-number[data-v-8c8aa792] .el-input-number__increase{display:none}.add-update-preview .el-select[data-v-8c8aa792] .el-input__inner{padding:0 10px;background:#fff;min-width:350px}.add-update-preview .el-date-editor[data-v-8c8aa792] .el-input__inner,.add-update-preview .el-select[data-v-8c8aa792] .el-input__inner{color:inherit;font-size:14px;border-color:#ced4da;border-radius:0;-webkit-box-shadow:0 0 0 rgba(64,158,255,.5);box-shadow:0 0 0 rgba(64,158,255,.5);outline:none;width:auto;border-width:1px;border-style:solid;height:36px}.add-update-preview .el-date-editor[data-v-8c8aa792] .el-input__inner{padding:0 10px 0 30px;background:none;min-width:250px}.add-update-preview[data-v-8c8aa792] .el-upload--picture-card{background:transparent;border:0;border-radius:0;width:auto;height:auto;line-height:normal;vertical-align:middle}.add-update-preview[data-v-8c8aa792] .el-upload-list .el-upload-list__item,.add-update-preview[data-v-8c8aa792] .el-upload .el-icon-plus,.add-update-preview[data-v-8c8aa792] .upload .upload-img{border:1px solid #ced4da;cursor:pointer;border-radius:4px;color:#aaa;background:#fff;-o-object-fit:cover;object-fit:cover;width:180px;font-size:32px;line-height:80px;text-align:center;height:80px}.add-update-preview .el-textarea[data-v-8c8aa792] .el-textarea__inner{border:1px solid #ced4da;border-radius:4px;padding:12px;-webkit-box-shadow:0 0 0 rgba(64,158,255,.5);box-shadow:0 0 0 rgba(64,158,255,.5);outline:none;color:inherit;background:#fff;width:500px;font-size:14px;height:140px}.add-update-preview .btn .btn1[data-v-8c8aa792]{border:0 solid #3fcbca;cursor:pointer;padding:0 10px;margin:0 4px;color:#fff;display:inline-block;font-size:14px;line-height:40px;border-radius:4px;outline:none;background:#4b88e4;width:auto;min-width:90px;height:40px}.add-update-preview .btn .btn1[data-v-8c8aa792]:hover{opacity:.8}.add-update-preview .btn .btn2[data-v-8c8aa792]{border:0 solid #23b7e5;cursor:pointer;padding:0 10px;margin:0 4px;color:#fff;font-size:14px;line-height:40px;border-radius:4px;outline:none;background:#4b88e4;width:auto;min-width:90px;height:40px}.add-update-preview .btn .btn2[data-v-8c8aa792]:hover{opacity:.8}.add-update-preview .btn .btn3[data-v-8c8aa792]{border:0 solid #3fcbca;cursor:pointer;padding:0 20px;margin:0 4px;color:#fff;font-size:14px;line-height:40px;border-radius:4px;outline:none;background:#4b88e4;width:auto;min-width:90px;height:40px}.add-update-preview .btn .btn3[data-v-8c8aa792]:hover{opacity:.8}.add-update-preview .btn .btn4[data-v-8c8aa792]{border:0 solid #ff6b6b;cursor:pointer;padding:0 20px;margin:0 4px;color:#fff;font-size:14px;line-height:40px;border-radius:4px;outline:none;background:#00acc1;width:auto;min-width:90px;height:40px}.add-update-preview .btn .btn4[data-v-8c8aa792]:hover{opacity:.8}.add-update-preview .btn .btn5[data-v-8c8aa792]{border:0 solid #65c3df;cursor:pointer;padding:0 20px;margin:4px;color:#fff;font-size:14px;line-height:40px;border-radius:4px;outline:none;background:#00acc1;width:auto;min-width:90px;height:40px}.add-update-preview .btn .btn5[data-v-8c8aa792]:hover{opacity:.8}.center-form-pv .el-date-editor.el-input[data-v-73be8dc6],.el-input[data-v-73be8dc6]{width:auto}.center-form-pv .el-input[data-v-73be8dc6] .el-input__inner{border:2px solid #f6f6f6;border-radius:4px;padding:0 12px;outline:none;color:inherit;background:#fff;width:170px;font-size:16px;height:34px}.center-form-pv .el-select[data-v-73be8dc6] .el-input__inner{padding:0 10px}.center-form-pv .el-date-editor[data-v-73be8dc6] .el-input__inner,.center-form-pv .el-select[data-v-73be8dc6] .el-input__inner{border:2px solid #f6f6f6;border-radius:4px;-webkit-box-shadow:0 0 0 rgba(64,158,255,.5);box-shadow:0 0 0 rgba(64,158,255,.5);outline:none;color:inherit;background:#fff;width:170px;font-size:16px;height:34px}.center-form-pv .el-date-editor[data-v-73be8dc6] .el-input__inner{padding:0 10px 0 30px}.center-form-pv .search[data-v-73be8dc6]{border:2px solid rgba(0,172,193,.12549019607843137);cursor:pointer;border-radius:4px;padding:0 10px 0 4px;outline:none;color:#00acc1;background:none;width:auto;font-size:16px;line-height:30px;height:auto}.center-form-pv .search[data-v-73be8dc6]:hover{opacity:.8}.center-form-pv .actions .add[data-v-73be8dc6]{border:0 solid #eee;cursor:pointer;border-radius:4px;padding:0 10px;margin:4px 2px 2px;outline:none;color:#fff;background:#00acc1;width:auto;font-size:inherit;min-width:66px;height:36px}.center-form-pv .actions .add[data-v-73be8dc6]:hover{opacity:.8}.center-form-pv .actions .del[data-v-73be8dc6]{border:0 solid rgba(244,100,130,.3);cursor:pointer;padding:0 10px;margin:4px 2px 2px;color:#fff;font-size:inherit;border-radius:3px;-webkit-box-shadow:inset 0 0 0 0 rgba(244,100,130,.3);box-shadow:inset 0 0 0 0 rgba(244,100,130,.3);outline:none;background:#00acc1;width:auto;min-width:66px;height:36px}.center-form-pv .actions .del[data-v-73be8dc6]:hover{opacity:.8}.center-form-pv .actions .statis[data-v-73be8dc6]{border:0 solid rgba(244,100,130,.3);cursor:pointer;padding:0 10px;margin:4px 2px 2px;color:#fff;font-size:inherit;border-radius:3px;-webkit-box-shadow:inset 0 0 0 0 rgba(244,100,130,.3);box-shadow:inset 0 0 0 0 rgba(244,100,130,.3);outline:none;background:#00acc1;width:auto;min-width:66px;height:36px}.center-form-pv .actions .statis[data-v-73be8dc6]:hover{opacity:.8}.center-form-pv .actions .btn18[data-v-73be8dc6]{border:0 solid rgba(244,100,130,.3);cursor:pointer;border-radius:4px;padding:0 10px;margin:4px 2px 2px;outline:none;color:#fff;background:#00acc1;width:auto;font-size:inherit;min-width:66px;height:36px}.center-form-pv .actions .btn18[data-v-73be8dc6]:hover{opacity:.8}.el-table[data-v-73be8dc6] .el-table__header-wrapper thead{color:inherit;background:rgba(254,169,34,0);width:100%}.el-table[data-v-73be8dc6] .el-table__header-wrapper thead tr{background:none}.el-table[data-v-73be8dc6] .el-table__header-wrapper thead tr th{padding:6px 0;background:none;border-color:#dee2e6;border-width:1px 0 2px 0;border-style:solid;text-align:left}.el-table[data-v-73be8dc6] .el-table__header-wrapper thead tr th .cell{padding:0 10px;word-wrap:normal;color:#8e99a2;white-space:normal;font-weight:600;display:inline-block;vertical-align:middle;font-size:14px;line-height:24px;text-overflow:ellipsis;word-break:break-all;width:100%;position:relative}.el-table[data-v-73be8dc6] .el-table__body-wrapper tbody{padding:0;width:100%}.el-table[data-v-73be8dc6] .el-table__body-wrapper tbody tr{background:none}.el-table[data-v-73be8dc6] .el-table__body-wrapper tbody tr:hover td,.el-table[data-v-73be8dc6] .el-table__body-wrapper tbody tr td{padding:4px 0 0;color:#8e99a2;background:#fff;border-color:#dee2e6;border-width:0 0 1px 0;border-style:solid;text-align:left}.el-table[data-v-73be8dc6] .el-table__body-wrapper tbody tr td{font-size:inherit}.el-table[data-v-73be8dc6] .el-table__body-wrapper tbody tr td .cell{padding:0 10px;overflow:hidden;color:inherit;word-break:break-all;white-space:normal;line-height:24px;text-overflow:ellipsis}.el-table[data-v-73be8dc6] .el-table__body-wrapper tbody tr td .view{cursor:pointer;padding:0 10px;margin:0 2px 5px 0;color:#fff;font-size:inherit;border-color:#fff;line-height:26px;border-radius:4px;-webkit-box-shadow:inset 0 0 0 0 rgba(244,100,130,.3);box-shadow:inset 0 0 0 0 rgba(244,100,130,.3);outline:none;background:#00acc1;width:auto;border-width:0;border-style:solid;min-width:55px;height:auto}.el-table[data-v-73be8dc6] .el-table__body-wrapper tbody tr td .view:hover{border-color:#23b7e5;border-width:0;opacity:.8;border-style:solid}.el-table[data-v-73be8dc6] .el-table__body-wrapper tbody tr td .edit{cursor:pointer;padding:0 10px;margin:0 2px 5px 0;color:#fff;font-size:inherit;border-color:#fff;line-height:26px;border-radius:4px;-webkit-box-shadow:inset 0 0 0 0 rgba(244,100,130,.3);box-shadow:inset 0 0 0 0 rgba(244,100,130,.3);outline:none;background:#00acc1;width:auto;border-width:0;border-style:solid;min-width:55px;height:auto}.el-table[data-v-73be8dc6] .el-table__body-wrapper tbody tr td .edit:hover{border-color:#45b6b0;border-width:0;opacity:.8;border-style:solid}.el-table[data-v-73be8dc6] .el-table__body-wrapper tbody tr td .del{cursor:pointer;padding:0 10px;margin:0 2px 5px 0;color:#fff;font-size:inherit;border-color:#fff;line-height:26px;border-radius:4px;-webkit-box-shadow:inset 0 0 0 0 rgba(244,100,130,.3);box-shadow:inset 0 0 0 0 rgba(244,100,130,.3);outline:none;background:#4b88e4;width:auto;border-width:0;border-style:solid;min-width:55px;height:auto}.el-table[data-v-73be8dc6] .el-table__body-wrapper tbody tr td .del:hover{border-color:#d9534f;border-width:0;opacity:.8;border-style:solid}.el-table[data-v-73be8dc6] .el-table__body-wrapper tbody tr td .btn8{cursor:pointer;padding:0 10px;margin:0 2px 5px 0;color:#fff;font-size:inherit;border-color:#fff;line-height:26px;border-radius:4px;-webkit-box-shadow:inset 0 0 0 0 rgba(244,100,130,.3);box-shadow:inset 0 0 0 0 rgba(244,100,130,.3);outline:none;background:#4b88e4;width:auto;border-width:0;border-style:solid;min-width:55px;height:auto}.el-table[data-v-73be8dc6] .el-table__body-wrapper tbody tr td .btn8:hover{border-color:#666;border-width:0;opacity:.8;border-style:solid}.main-content .el-pagination[data-v-73be8dc6] .el-pagination__total{margin:0 10px 0 0;color:inherit;font-weight:400;display:inline-block;vertical-align:top;font-size:inherit;line-height:28px;height:28px}.main-content .el-pagination[data-v-73be8dc6] .btn-next,.main-content .el-pagination[data-v-73be8dc6] .btn-prev{border:1px solid #dee2e6;border-radius:2px;padding:0 5px;margin:0 2px;color:inherit;background:none;display:inline-block;vertical-align:top;font-size:18px;line-height:28px;min-width:35px;height:28px}.main-content .el-pagination[data-v-73be8dc6] .btn-next:disabled,.main-content .el-pagination[data-v-73be8dc6] .btn-prev:disabled{border:1px solid #dee2e6;cursor:not-allowed;border-radius:2px;padding:0 5px;margin:0 2px;color:#999;background:none;display:inline-block;vertical-align:top;font-size:18px;line-height:28px;height:28px}.main-content .el-pagination[data-v-73be8dc6] .el-pager{padding:0;margin:0;display:inline-block;vertical-align:top;font-size:inherit}.main-content .el-pagination[data-v-73be8dc6] .el-pager .number{cursor:pointer;border:1px solid #dee2e6;padding:0 4px;margin:0 2px;color:inherit;background:none;display:inline-block;vertical-align:top;font-size:inherit;line-height:28px;text-align:center;height:28px}.main-content .el-pagination[data-v-73be8dc6] .el-pager .number:hover{cursor:pointer;border-radius:4px;margin:0 5px}.main-content .el-pagination[data-v-73be8dc6] .el-pager .number.active,.main-content .el-pagination[data-v-73be8dc6] .el-pager .number:hover{padding:0 4px;color:#333;background:#e9ecef;display:inline-block;vertical-align:top;font-size:inherit;line-height:28px;text-align:center;height:28px}.main-content .el-pagination[data-v-73be8dc6] .el-pager .number.active{cursor:default;border:1px solid #dee2e6;margin:0 2px;border-radius:4px}.main-content .el-pagination[data-v-73be8dc6] .el-pagination__sizes{color:inherit;display:inline-block;vertical-align:top;font-size:inherit;line-height:28px;height:28px}.main-content .el-pagination[data-v-73be8dc6] .el-pagination__sizes .el-input{margin:0 5px;color:inherit;width:100px;font-size:inherit;position:relative}.main-content .el-pagination[data-v-73be8dc6] .el-pagination__sizes .el-input .el-input__inner{border:0 solid #ddd;cursor:pointer;padding:0 25px 0 8px;color:inherit;display:inline-block;font-size:inherit;line-height:28px;border-radius:3px;outline:0;background:none;width:100%;text-align:center;height:28px}.main-content .el-pagination[data-v-73be8dc6] .el-pagination__sizes .el-input span.el-input__suffix{top:0;position:absolute;right:0;height:100%}.main-content .el-pagination[data-v-73be8dc6] .el-pagination__sizes .el-input .el-input__suffix .el-select__caret{cursor:pointer;color:#c0c4cc;width:25px;font-size:14px;line-height:28px;text-align:center}.main-content .el-pagination[data-v-73be8dc6] .el-pagination__jump{margin:0 0 0 24px;color:inherit;display:inline-block;vertical-align:top;font-size:inherit;line-height:28px;height:28px}.main-content .el-pagination[data-v-73be8dc6] .el-pagination__jump .el-input{border-radius:3px;padding:0 2px;margin:0 2px;color:inherit;display:inline-block;width:50px;font-size:inherit;line-height:18px;position:relative;text-align:center;height:28px}.main-content .el-pagination[data-v-73be8dc6] .el-pagination__jump .el-input .el-input__inner{border:1px solid #eee;cursor:pointer;padding:0 0;color:inherit;display:inline-block;font-size:inherit;line-height:24px;border-radius:3px;outline:0;background:#fff;width:auto;text-align:center;height:24px}.one .list1-view[data-v-73be8dc6]{cursor:pointer;padding:0 8px 0 0;margin:0 5px 5px 0;color:#23b7e5;font-size:inherit;border-color:#fff;line-height:24px;border-radius:20px;-webkit-box-shadow:inset 0 0 0 0 rgba(244,100,130,.3);box-shadow:inset 0 0 0 0 rgba(244,100,130,.3);outline:none;background:none;width:auto;border-width:1px;border-style:double;min-width:40px;height:24px}.one .list1-view[data-v-73be8dc6]:hover{border-color:#23b7e5;border-width:1px;opacity:.8;border-style:solid}.one .list1-edit[data-v-73be8dc6]{cursor:pointer;padding:0 8px 0 0;margin:0 5px 5px 0;color:#45b6b0;font-size:inherit;border-color:#fff;line-height:24px;border-radius:20px;-webkit-box-shadow:inset 0 0 0 0 rgba(244,100,130,.3);box-shadow:inset 0 0 0 0 rgba(244,100,130,.3);outline:none;background:none;width:auto;border-width:1px;border-style:double;min-width:40px;height:24px}.one .list1-edit[data-v-73be8dc6]:hover{border-color:#45b6b0;border-width:1px;opacity:.8;border-style:solid}.one .list1-del[data-v-73be8dc6]{cursor:pointer;padding:0 8px 0 0;margin:0 5px 5px 0;color:#d9534f;font-size:inherit;border-color:#fff;line-height:24px;border-radius:20px;-webkit-box-shadow:inset 0 0 0 0 rgba(244,100,130,.3);box-shadow:inset 0 0 0 0 rgba(244,100,130,.3);outline:none;background:none;width:auto;border-width:1px;border-style:solid;min-width:40px;height:24px}.one .list1-del[data-v-73be8dc6]:hover{border-color:#d9534f;border-width:1px;opacity:.8;border-style:solid}.one .list1-btn8[data-v-73be8dc6]{cursor:pointer;padding:0 8px 0 0;margin:0 5px 5px 0;color:#333;font-size:inherit;border-color:#fff;line-height:24px;border-radius:20px;-webkit-box-shadow:inset 0 0 0 0 rgba(244,100,130,.3);box-shadow:inset 0 0 0 0 rgba(244,100,130,.3);outline:none;background:none;width:auto;border-width:1px;border-style:solid;min-width:40px;height:24px}.one .list1-btn8[data-v-73be8dc6]:hover{border-color:#333;border-width:1px;opacity:.8;border-style:solid}.main-content .el-table .el-switch[data-v-73be8dc6]{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;vertical-align:middle;line-height:30px;position:relative;-webkit-box-align:center;-ms-flex-align:center;align-items:center;height:30px}.main-content .el-table .el-switch[data-v-73be8dc6] .el-switch__label--left{cursor:pointer;margin:0 10px 0 0;color:#333;font-weight:500;display:inline-block;vertical-align:middle;font-size:16px;-webkit-transition:.2s;transition:.2s;height:30px}.main-content .el-table .el-switch[data-v-73be8dc6] .el-switch__label--right{cursor:pointer;margin:0 0 0 10px;color:#333;font-weight:500;display:inline-block;vertical-align:middle;font-size:16px;-webkit-transition:.2s;transition:.2s;height:30px}.main-content .el-table .el-switch[data-v-73be8dc6] .el-switch__core{border:1px solid #ceddee;cursor:pointer;border-radius:15px;margin:0;outline:0;background:#ceddee;display:inline-block;width:50px;-webkit-box-sizing:border-box;box-sizing:border-box;-webkit-transition:border-color .3s,background-color .3s;transition:border-color .3s,background-color .3s;height:24px}.main-content .el-table .el-switch[data-v-73be8dc6] .el-switch__core:after{border-radius:100%;top:1px;left:1px;background:#fff;width:20px;position:absolute;-webkit-transition:all .3s;transition:all .3s;height:20px}.main-content .el-table .el-switch.is-checked[data-v-73be8dc6] .el-switch__core:after{margin:0 0 0 -27px;left:100%}.main-content .el-table .el-rate[data-v-73be8dc6] .el-rate__item{cursor:pointer;display:inline-block;vertical-align:middle;font-size:0;position:relative}.main-content .el-table .el-rate[data-v-73be8dc6] .el-rate__item .el-rate__icon{margin:0 3px;color:#c0c4cc;display:inline-block;font-size:18px;position:relative;-webkit-transition:.3s;transition:.3s}.amap-wrapper[data-v-3dbc5b3e]{width:100%;height:500px}.search-box[data-v-3dbc5b3e]{position:absolute}.el-date-editor.el-input[data-v-3dbc5b3e]{width:auto}.add-update-preview .el-form-item[data-v-3dbc5b3e] .el-form-item__label{padding:0 10px 0 0;color:#00acc1;background:none;font-weight:600;display:inline-block;width:200px;font-size:inherit;line-height:40px;text-align:right}.add-update-preview .el-form-item[data-v-3dbc5b3e] .el-form-item__content{margin-left:200px}.add-update-preview .el-input-number[data-v-3dbc5b3e] .el-input__inner,.add-update-preview .el-input[data-v-3dbc5b3e] .el-input__inner{border-radius:4px;padding:0 12px;-webkit-box-shadow:0 0 0 rgba(64,158,255,.5);box-shadow:0 0 0 rgba(64,158,255,.5);outline:none;color:inherit;background:#fff;width:400px;font-size:14px;border-color:#ced4da;border-width:1px;border-style:solid;height:36px}.add-update-preview .el-input-number[data-v-3dbc5b3e] .el-input__inner{text-align:left}.add-update-preview .el-input-number[data-v-3dbc5b3e] .el-input-number__decrease,.add-update-preview .el-input-number[data-v-3dbc5b3e] .el-input-number__increase{display:none}.add-update-preview .el-select[data-v-3dbc5b3e] .el-input__inner{padding:0 10px;background:#fff;min-width:350px}.add-update-preview .el-date-editor[data-v-3dbc5b3e] .el-input__inner,.add-update-preview .el-select[data-v-3dbc5b3e] .el-input__inner{color:inherit;font-size:14px;border-color:#ced4da;border-radius:0;-webkit-box-shadow:0 0 0 rgba(64,158,255,.5);box-shadow:0 0 0 rgba(64,158,255,.5);outline:none;width:auto;border-width:1px;border-style:solid;height:36px}.add-update-preview .el-date-editor[data-v-3dbc5b3e] .el-input__inner{padding:0 10px 0 30px;background:none;min-width:250px}.add-update-preview[data-v-3dbc5b3e] .el-upload--picture-card{background:transparent;border:0;border-radius:0;width:auto;height:auto;line-height:normal;vertical-align:middle}.add-update-preview[data-v-3dbc5b3e] .el-upload-list .el-upload-list__item,.add-update-preview[data-v-3dbc5b3e] .el-upload .el-icon-plus,.add-update-preview[data-v-3dbc5b3e] .upload .upload-img{border:1px solid #ced4da;cursor:pointer;border-radius:4px;color:#aaa;background:#fff;-o-object-fit:cover;object-fit:cover;width:180px;font-size:32px;line-height:80px;text-align:center;height:80px}.add-update-preview .el-textarea[data-v-3dbc5b3e] .el-textarea__inner{border:1px solid #ced4da;border-radius:4px;padding:12px;-webkit-box-shadow:0 0 0 rgba(64,158,255,.5);box-shadow:0 0 0 rgba(64,158,255,.5);outline:none;color:inherit;background:#fff;width:500px;font-size:14px;height:140px}.add-update-preview .btn .btn1[data-v-3dbc5b3e]{border:0 solid #3fcbca;cursor:pointer;padding:0 10px;margin:0 4px;color:#fff;display:inline-block;font-size:14px;line-height:40px;border-radius:4px;outline:none;background:#4b88e4;width:auto;min-width:90px;height:40px}.add-update-preview .btn .btn1[data-v-3dbc5b3e]:hover{opacity:.8}.add-update-preview .btn .btn2[data-v-3dbc5b3e]{border:0 solid #23b7e5;cursor:pointer;padding:0 10px;margin:0 4px;color:#fff;font-size:14px;line-height:40px;border-radius:4px;outline:none;background:#4b88e4;width:auto;min-width:90px;height:40px}.add-update-preview .btn .btn2[data-v-3dbc5b3e]:hover{opacity:.8}.add-update-preview .btn .btn3[data-v-3dbc5b3e]{border:0 solid #3fcbca;cursor:pointer;padding:0 20px;margin:0 4px;color:#fff;font-size:14px;line-height:40px;border-radius:4px;outline:none;background:#4b88e4;width:auto;min-width:90px;height:40px}.add-update-preview .btn .btn3[data-v-3dbc5b3e]:hover{opacity:.8}.add-update-preview .btn .btn4[data-v-3dbc5b3e]{border:0 solid #ff6b6b;cursor:pointer;padding:0 20px;margin:0 4px;color:#fff;font-size:14px;line-height:40px;border-radius:4px;outline:none;background:#00acc1;width:auto;min-width:90px;height:40px}.add-update-preview .btn .btn4[data-v-3dbc5b3e]:hover{opacity:.8}.add-update-preview .btn .btn5[data-v-3dbc5b3e]{border:0 solid #65c3df;cursor:pointer;padding:0 20px;margin:4px;color:#fff;font-size:14px;line-height:40px;border-radius:4px;outline:none;background:#00acc1;width:auto;min-width:90px;height:40px}.add-update-preview .btn .btn5[data-v-3dbc5b3e]:hover{opacity:.8}.center-form-pv .el-date-editor.el-input[data-v-72398caf],.el-input[data-v-72398caf]{width:auto}.center-form-pv .el-input[data-v-72398caf] .el-input__inner{border:2px solid #f6f6f6;border-radius:4px;padding:0 12px;outline:none;color:inherit;background:#fff;width:170px;font-size:16px;height:34px}.center-form-pv .el-select[data-v-72398caf] .el-input__inner{padding:0 10px}.center-form-pv .el-date-editor[data-v-72398caf] .el-input__inner,.center-form-pv .el-select[data-v-72398caf] .el-input__inner{border:2px solid #f6f6f6;border-radius:4px;-webkit-box-shadow:0 0 0 rgba(64,158,255,.5);box-shadow:0 0 0 rgba(64,158,255,.5);outline:none;color:inherit;background:#fff;width:170px;font-size:16px;height:34px}.center-form-pv .el-date-editor[data-v-72398caf] .el-input__inner{padding:0 10px 0 30px}.center-form-pv .search[data-v-72398caf]{border:2px solid rgba(0,172,193,.12549019607843137);cursor:pointer;border-radius:4px;padding:0 10px 0 4px;outline:none;color:#00acc1;background:none;width:auto;font-size:16px;line-height:30px;height:auto}.center-form-pv .search[data-v-72398caf]:hover{opacity:.8}.center-form-pv .actions .add[data-v-72398caf]{border:0 solid #eee;cursor:pointer;border-radius:4px;padding:0 10px;margin:4px 2px 2px;outline:none;color:#fff;background:#00acc1;width:auto;font-size:inherit;min-width:66px;height:36px}.center-form-pv .actions .add[data-v-72398caf]:hover{opacity:.8}.center-form-pv .actions .del[data-v-72398caf]{border:0 solid rgba(244,100,130,.3);cursor:pointer;padding:0 10px;margin:4px 2px 2px;color:#fff;font-size:inherit;border-radius:3px;-webkit-box-shadow:inset 0 0 0 0 rgba(244,100,130,.3);box-shadow:inset 0 0 0 0 rgba(244,100,130,.3);outline:none;background:#00acc1;width:auto;min-width:66px;height:36px}.center-form-pv .actions .del[data-v-72398caf]:hover{opacity:.8}.center-form-pv .actions .statis[data-v-72398caf]{border:0 solid rgba(244,100,130,.3);cursor:pointer;padding:0 10px;margin:4px 2px 2px;color:#fff;font-size:inherit;border-radius:3px;-webkit-box-shadow:inset 0 0 0 0 rgba(244,100,130,.3);box-shadow:inset 0 0 0 0 rgba(244,100,130,.3);outline:none;background:#00acc1;width:auto;min-width:66px;height:36px}.center-form-pv .actions .statis[data-v-72398caf]:hover{opacity:.8}.center-form-pv .actions .btn18[data-v-72398caf]{border:0 solid rgba(244,100,130,.3);cursor:pointer;border-radius:4px;padding:0 10px;margin:4px 2px 2px;outline:none;color:#fff;background:#00acc1;width:auto;font-size:inherit;min-width:66px;height:36px}.center-form-pv .actions .btn18[data-v-72398caf]:hover{opacity:.8}.el-table[data-v-72398caf] .el-table__header-wrapper thead{color:inherit;background:rgba(254,169,34,0);width:100%}.el-table[data-v-72398caf] .el-table__header-wrapper thead tr{background:none}.el-table[data-v-72398caf] .el-table__header-wrapper thead tr th{padding:6px 0;background:none;border-color:#dee2e6;border-width:1px 0 2px 0;border-style:solid;text-align:left}.el-table[data-v-72398caf] .el-table__header-wrapper thead tr th .cell{padding:0 10px;word-wrap:normal;color:#8e99a2;white-space:normal;font-weight:600;display:inline-block;vertical-align:middle;font-size:14px;line-height:24px;text-overflow:ellipsis;word-break:break-all;width:100%;position:relative}.el-table[data-v-72398caf] .el-table__body-wrapper tbody{padding:0;width:100%}.el-table[data-v-72398caf] .el-table__body-wrapper tbody tr{background:none}.el-table[data-v-72398caf] .el-table__body-wrapper tbody tr:hover td,.el-table[data-v-72398caf] .el-table__body-wrapper tbody tr td{padding:4px 0 0;color:#8e99a2;background:#fff;border-color:#dee2e6;border-width:0 0 1px 0;border-style:solid;text-align:left}.el-table[data-v-72398caf] .el-table__body-wrapper tbody tr td{font-size:inherit}.el-table[data-v-72398caf] .el-table__body-wrapper tbody tr td .cell{padding:0 10px;overflow:hidden;color:inherit;word-break:break-all;white-space:normal;line-height:24px;text-overflow:ellipsis}.el-table[data-v-72398caf] .el-table__body-wrapper tbody tr td .view{cursor:pointer;padding:0 10px;margin:0 2px 5px 0;color:#fff;font-size:inherit;border-color:#fff;line-height:26px;border-radius:4px;-webkit-box-shadow:inset 0 0 0 0 rgba(244,100,130,.3);box-shadow:inset 0 0 0 0 rgba(244,100,130,.3);outline:none;background:#00acc1;width:auto;border-width:0;border-style:solid;min-width:55px;height:auto}.el-table[data-v-72398caf] .el-table__body-wrapper tbody tr td .view:hover{border-color:#23b7e5;border-width:0;opacity:.8;border-style:solid}.el-table[data-v-72398caf] .el-table__body-wrapper tbody tr td .edit{cursor:pointer;padding:0 10px;margin:0 2px 5px 0;color:#fff;font-size:inherit;border-color:#fff;line-height:26px;border-radius:4px;-webkit-box-shadow:inset 0 0 0 0 rgba(244,100,130,.3);box-shadow:inset 0 0 0 0 rgba(244,100,130,.3);outline:none;background:#00acc1;width:auto;border-width:0;border-style:solid;min-width:55px;height:auto}.el-table[data-v-72398caf] .el-table__body-wrapper tbody tr td .edit:hover{border-color:#45b6b0;border-width:0;opacity:.8;border-style:solid}.el-table[data-v-72398caf] .el-table__body-wrapper tbody tr td .del{cursor:pointer;padding:0 10px;margin:0 2px 5px 0;color:#fff;font-size:inherit;border-color:#fff;line-height:26px;border-radius:4px;-webkit-box-shadow:inset 0 0 0 0 rgba(244,100,130,.3);box-shadow:inset 0 0 0 0 rgba(244,100,130,.3);outline:none;background:#4b88e4;width:auto;border-width:0;border-style:solid;min-width:55px;height:auto}.el-table[data-v-72398caf] .el-table__body-wrapper tbody tr td .del:hover{border-color:#d9534f;border-width:0;opacity:.8;border-style:solid}.el-table[data-v-72398caf] .el-table__body-wrapper tbody tr td .btn8{cursor:pointer;padding:0 10px;margin:0 2px 5px 0;color:#fff;font-size:inherit;border-color:#fff;line-height:26px;border-radius:4px;-webkit-box-shadow:inset 0 0 0 0 rgba(244,100,130,.3);box-shadow:inset 0 0 0 0 rgba(244,100,130,.3);outline:none;background:#4b88e4;width:auto;border-width:0;border-style:solid;min-width:55px;height:auto}.el-table[data-v-72398caf] .el-table__body-wrapper tbody tr td .btn8:hover{border-color:#666;border-width:0;opacity:.8;border-style:solid}.main-content .el-pagination[data-v-72398caf] .el-pagination__total{margin:0 10px 0 0;color:inherit;font-weight:400;display:inline-block;vertical-align:top;font-size:inherit;line-height:28px;height:28px}.main-content .el-pagination[data-v-72398caf] .btn-next,.main-content .el-pagination[data-v-72398caf] .btn-prev{border:1px solid #dee2e6;border-radius:2px;padding:0 5px;margin:0 2px;color:inherit;background:none;display:inline-block;vertical-align:top;font-size:18px;line-height:28px;min-width:35px;height:28px}.main-content .el-pagination[data-v-72398caf] .btn-next:disabled,.main-content .el-pagination[data-v-72398caf] .btn-prev:disabled{border:1px solid #dee2e6;cursor:not-allowed;border-radius:2px;padding:0 5px;margin:0 2px;color:#999;background:none;display:inline-block;vertical-align:top;font-size:18px;line-height:28px;height:28px}.main-content .el-pagination[data-v-72398caf] .el-pager{padding:0;margin:0;display:inline-block;vertical-align:top;font-size:inherit}.main-content .el-pagination[data-v-72398caf] .el-pager .number{cursor:pointer;border:1px solid #dee2e6;padding:0 4px;margin:0 2px;color:inherit;background:none;display:inline-block;vertical-align:top;font-size:inherit;line-height:28px;text-align:center;height:28px}.main-content .el-pagination[data-v-72398caf] .el-pager .number:hover{cursor:pointer;border-radius:4px;margin:0 5px}.main-content .el-pagination[data-v-72398caf] .el-pager .number.active,.main-content .el-pagination[data-v-72398caf] .el-pager .number:hover{padding:0 4px;color:#333;background:#e9ecef;display:inline-block;vertical-align:top;font-size:inherit;line-height:28px;text-align:center;height:28px}.main-content .el-pagination[data-v-72398caf] .el-pager .number.active{cursor:default;border:1px solid #dee2e6;margin:0 2px;border-radius:4px}.main-content .el-pagination[data-v-72398caf] .el-pagination__sizes{color:inherit;display:inline-block;vertical-align:top;font-size:inherit;line-height:28px;height:28px}.main-content .el-pagination[data-v-72398caf] .el-pagination__sizes .el-input{margin:0 5px;color:inherit;width:100px;font-size:inherit;position:relative}.main-content .el-pagination[data-v-72398caf] .el-pagination__sizes .el-input .el-input__inner{border:0 solid #ddd;cursor:pointer;padding:0 25px 0 8px;color:inherit;display:inline-block;font-size:inherit;line-height:28px;border-radius:3px;outline:0;background:none;width:100%;text-align:center;height:28px}.main-content .el-pagination[data-v-72398caf] .el-pagination__sizes .el-input span.el-input__suffix{top:0;position:absolute;right:0;height:100%}.main-content .el-pagination[data-v-72398caf] .el-pagination__sizes .el-input .el-input__suffix .el-select__caret{cursor:pointer;color:#c0c4cc;width:25px;font-size:14px;line-height:28px;text-align:center}.main-content .el-pagination[data-v-72398caf] .el-pagination__jump{margin:0 0 0 24px;color:inherit;display:inline-block;vertical-align:top;font-size:inherit;line-height:28px;height:28px}.main-content .el-pagination[data-v-72398caf] .el-pagination__jump .el-input{border-radius:3px;padding:0 2px;margin:0 2px;color:inherit;display:inline-block;width:50px;font-size:inherit;line-height:18px;position:relative;text-align:center;height:28px}.main-content .el-pagination[data-v-72398caf] .el-pagination__jump .el-input .el-input__inner{border:1px solid #eee;cursor:pointer;padding:0 0;color:inherit;display:inline-block;font-size:inherit;line-height:24px;border-radius:3px;outline:0;background:#fff;width:auto;text-align:center;height:24px}.one .list1-view[data-v-72398caf]{cursor:pointer;padding:0 8px 0 0;margin:0 5px 5px 0;color:#23b7e5;font-size:inherit;border-color:#fff;line-height:24px;border-radius:20px;-webkit-box-shadow:inset 0 0 0 0 rgba(244,100,130,.3);box-shadow:inset 0 0 0 0 rgba(244,100,130,.3);outline:none;background:none;width:auto;border-width:1px;border-style:double;min-width:40px;height:24px}.one .list1-view[data-v-72398caf]:hover{border-color:#23b7e5;border-width:1px;opacity:.8;border-style:solid}.one .list1-edit[data-v-72398caf]{cursor:pointer;padding:0 8px 0 0;margin:0 5px 5px 0;color:#45b6b0;font-size:inherit;border-color:#fff;line-height:24px;border-radius:20px;-webkit-box-shadow:inset 0 0 0 0 rgba(244,100,130,.3);box-shadow:inset 0 0 0 0 rgba(244,100,130,.3);outline:none;background:none;width:auto;border-width:1px;border-style:double;min-width:40px;height:24px}.one .list1-edit[data-v-72398caf]:hover{border-color:#45b6b0;border-width:1px;opacity:.8;border-style:solid}.one .list1-del[data-v-72398caf]{cursor:pointer;padding:0 8px 0 0;margin:0 5px 5px 0;color:#d9534f;font-size:inherit;border-color:#fff;line-height:24px;border-radius:20px;-webkit-box-shadow:inset 0 0 0 0 rgba(244,100,130,.3);box-shadow:inset 0 0 0 0 rgba(244,100,130,.3);outline:none;background:none;width:auto;border-width:1px;border-style:solid;min-width:40px;height:24px}.one .list1-del[data-v-72398caf]:hover{border-color:#d9534f;border-width:1px;opacity:.8;border-style:solid}.one .list1-btn8[data-v-72398caf]{cursor:pointer;padding:0 8px 0 0;margin:0 5px 5px 0;color:#333;font-size:inherit;border-color:#fff;line-height:24px;border-radius:20px;-webkit-box-shadow:inset 0 0 0 0 rgba(244,100,130,.3);box-shadow:inset 0 0 0 0 rgba(244,100,130,.3);outline:none;background:none;width:auto;border-width:1px;border-style:solid;min-width:40px;height:24px}.one .list1-btn8[data-v-72398caf]:hover{border-color:#333;border-width:1px;opacity:.8;border-style:solid}.main-content .el-table .el-switch[data-v-72398caf]{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;vertical-align:middle;line-height:30px;position:relative;-webkit-box-align:center;-ms-flex-align:center;align-items:center;height:30px}.main-content .el-table .el-switch[data-v-72398caf] .el-switch__label--left{cursor:pointer;margin:0 10px 0 0;color:#333;font-weight:500;display:inline-block;vertical-align:middle;font-size:16px;-webkit-transition:.2s;transition:.2s;height:30px}.main-content .el-table .el-switch[data-v-72398caf] .el-switch__label--right{cursor:pointer;margin:0 0 0 10px;color:#333;font-weight:500;display:inline-block;vertical-align:middle;font-size:16px;-webkit-transition:.2s;transition:.2s;height:30px}.main-content .el-table .el-switch[data-v-72398caf] .el-switch__core{border:1px solid #ceddee;cursor:pointer;border-radius:15px;margin:0;outline:0;background:#ceddee;display:inline-block;width:50px;-webkit-box-sizing:border-box;box-sizing:border-box;-webkit-transition:border-color .3s,background-color .3s;transition:border-color .3s,background-color .3s;height:24px}.main-content .el-table .el-switch[data-v-72398caf] .el-switch__core:after{border-radius:100%;top:1px;left:1px;background:#fff;width:20px;position:absolute;-webkit-transition:all .3s;transition:all .3s;height:20px}.main-content .el-table .el-switch.is-checked[data-v-72398caf] .el-switch__core:after{margin:0 0 0 -27px;left:100%}.main-content .el-table .el-rate[data-v-72398caf] .el-rate__item{cursor:pointer;display:inline-block;vertical-align:middle;font-size:0;position:relative}.main-content .el-table .el-rate[data-v-72398caf] .el-rate__item .el-rate__icon{margin:0 3px;color:#c0c4cc;display:inline-block;font-size:18px;position:relative;-webkit-transition:.3s;transition:.3s}.center-form-pv .el-date-editor.el-input[data-v-170b2334],.el-input[data-v-170b2334]{width:auto}.center-form-pv .el-input[data-v-170b2334] .el-input__inner{border:2px solid #f6f6f6;border-radius:4px;padding:0 12px;outline:none;color:inherit;background:#fff;width:170px;font-size:16px;height:34px}.center-form-pv .el-select[data-v-170b2334] .el-input__inner{padding:0 10px}.center-form-pv .el-date-editor[data-v-170b2334] .el-input__inner,.center-form-pv .el-select[data-v-170b2334] .el-input__inner{border:2px solid #f6f6f6;border-radius:4px;-webkit-box-shadow:0 0 0 rgba(64,158,255,.5);box-shadow:0 0 0 rgba(64,158,255,.5);outline:none;color:inherit;background:#fff;width:170px;font-size:16px;height:34px}.center-form-pv .el-date-editor[data-v-170b2334] .el-input__inner{padding:0 10px 0 30px}.center-form-pv .search[data-v-170b2334]{border:2px solid rgba(0,172,193,.12549019607843137);cursor:pointer;border-radius:4px;padding:0 10px 0 4px;outline:none;color:#00acc1;background:none;width:auto;font-size:16px;line-height:30px;height:auto}.center-form-pv .search[data-v-170b2334]:hover{opacity:.8}.center-form-pv .actions .add[data-v-170b2334]{border:0 solid #eee;cursor:pointer;border-radius:4px;padding:0 10px;margin:4px 2px 2px;outline:none;color:#fff;background:#00acc1;width:auto;font-size:inherit;min-width:66px;height:36px}.center-form-pv .actions .add[data-v-170b2334]:hover{opacity:.8}.center-form-pv .actions .del[data-v-170b2334]{border:0 solid rgba(244,100,130,.3);cursor:pointer;padding:0 10px;margin:4px 2px 2px;color:#fff;font-size:inherit;border-radius:3px;-webkit-box-shadow:inset 0 0 0 0 rgba(244,100,130,.3);box-shadow:inset 0 0 0 0 rgba(244,100,130,.3);outline:none;background:#00acc1;width:auto;min-width:66px;height:36px}.center-form-pv .actions .del[data-v-170b2334]:hover{opacity:.8}.center-form-pv .actions .statis[data-v-170b2334]{border:0 solid rgba(244,100,130,.3);cursor:pointer;padding:0 10px;margin:4px 2px 2px;color:#fff;font-size:inherit;border-radius:3px;-webkit-box-shadow:inset 0 0 0 0 rgba(244,100,130,.3);box-shadow:inset 0 0 0 0 rgba(244,100,130,.3);outline:none;background:#00acc1;width:auto;min-width:66px;height:36px}.center-form-pv .actions .statis[data-v-170b2334]:hover{opacity:.8}.center-form-pv .actions .btn18[data-v-170b2334]{border:0 solid rgba(244,100,130,.3);cursor:pointer;border-radius:4px;padding:0 10px;margin:4px 2px 2px;outline:none;color:#fff;background:#00acc1;width:auto;font-size:inherit;min-width:66px;height:36px}.center-form-pv .actions .btn18[data-v-170b2334]:hover{opacity:.8}.el-table[data-v-170b2334] .el-table__header-wrapper thead{color:inherit;background:rgba(254,169,34,0);width:100%}.el-table[data-v-170b2334] .el-table__header-wrapper thead tr{background:none}.el-table[data-v-170b2334] .el-table__header-wrapper thead tr th{padding:6px 0;background:none;border-color:#dee2e6;border-width:1px 0 2px 0;border-style:solid;text-align:left}.el-table[data-v-170b2334] .el-table__header-wrapper thead tr th .cell{padding:0 10px;word-wrap:normal;color:#8e99a2;white-space:normal;font-weight:600;display:inline-block;vertical-align:middle;font-size:14px;line-height:24px;text-overflow:ellipsis;word-break:break-all;width:100%;position:relative}.el-table[data-v-170b2334] .el-table__body-wrapper tbody{padding:0;width:100%}.el-table[data-v-170b2334] .el-table__body-wrapper tbody tr{background:none}.el-table[data-v-170b2334] .el-table__body-wrapper tbody tr:hover td,.el-table[data-v-170b2334] .el-table__body-wrapper tbody tr td{padding:4px 0 0;color:#8e99a2;background:#fff;border-color:#dee2e6;border-width:0 0 1px 0;border-style:solid;text-align:left}.el-table[data-v-170b2334] .el-table__body-wrapper tbody tr td{font-size:inherit}.el-table[data-v-170b2334] .el-table__body-wrapper tbody tr td .cell{padding:0 10px;overflow:hidden;color:inherit;word-break:break-all;white-space:normal;line-height:24px;text-overflow:ellipsis}.el-table[data-v-170b2334] .el-table__body-wrapper tbody tr td .view{cursor:pointer;padding:0 10px;margin:0 2px 5px 0;color:#fff;font-size:inherit;border-color:#fff;line-height:26px;border-radius:4px;-webkit-box-shadow:inset 0 0 0 0 rgba(244,100,130,.3);box-shadow:inset 0 0 0 0 rgba(244,100,130,.3);outline:none;background:#00acc1;width:auto;border-width:0;border-style:solid;min-width:55px;height:auto}.el-table[data-v-170b2334] .el-table__body-wrapper tbody tr td .view:hover{border-color:#23b7e5;border-width:0;opacity:.8;border-style:solid}.el-table[data-v-170b2334] .el-table__body-wrapper tbody tr td .edit{cursor:pointer;padding:0 10px;margin:0 2px 5px 0;color:#fff;font-size:inherit;border-color:#fff;line-height:26px;border-radius:4px;-webkit-box-shadow:inset 0 0 0 0 rgba(244,100,130,.3);box-shadow:inset 0 0 0 0 rgba(244,100,130,.3);outline:none;background:#00acc1;width:auto;border-width:0;border-style:solid;min-width:55px;height:auto}.el-table[data-v-170b2334] .el-table__body-wrapper tbody tr td .edit:hover{border-color:#45b6b0;border-width:0;opacity:.8;border-style:solid}.el-table[data-v-170b2334] .el-table__body-wrapper tbody tr td .del{cursor:pointer;padding:0 10px;margin:0 2px 5px 0;color:#fff;font-size:inherit;border-color:#fff;line-height:26px;border-radius:4px;-webkit-box-shadow:inset 0 0 0 0 rgba(244,100,130,.3);box-shadow:inset 0 0 0 0 rgba(244,100,130,.3);outline:none;background:#4b88e4;width:auto;border-width:0;border-style:solid;min-width:55px;height:auto}.el-table[data-v-170b2334] .el-table__body-wrapper tbody tr td .del:hover{border-color:#d9534f;border-width:0;opacity:.8;border-style:solid}.el-table[data-v-170b2334] .el-table__body-wrapper tbody tr td .btn8{cursor:pointer;padding:0 10px;margin:0 2px 5px 0;color:#fff;font-size:inherit;border-color:#fff;line-height:26px;border-radius:4px;-webkit-box-shadow:inset 0 0 0 0 rgba(244,100,130,.3);box-shadow:inset 0 0 0 0 rgba(244,100,130,.3);outline:none;background:#4b88e4;width:auto;border-width:0;border-style:solid;min-width:55px;height:auto}.el-table[data-v-170b2334] .el-table__body-wrapper tbody tr td .btn8:hover{border-color:#666;border-width:0;opacity:.8;border-style:solid}.main-content .el-pagination[data-v-170b2334] .el-pagination__total{margin:0 10px 0 0;color:inherit;font-weight:400;display:inline-block;vertical-align:top;font-size:inherit;line-height:28px;height:28px}.main-content .el-pagination[data-v-170b2334] .btn-next,.main-content .el-pagination[data-v-170b2334] .btn-prev{border:1px solid #dee2e6;border-radius:2px;padding:0 5px;margin:0 2px;color:inherit;background:none;display:inline-block;vertical-align:top;font-size:18px;line-height:28px;min-width:35px;height:28px}.main-content .el-pagination[data-v-170b2334] .btn-next:disabled,.main-content .el-pagination[data-v-170b2334] .btn-prev:disabled{border:1px solid #dee2e6;cursor:not-allowed;border-radius:2px;padding:0 5px;margin:0 2px;color:#999;background:none;display:inline-block;vertical-align:top;font-size:18px;line-height:28px;height:28px}.main-content .el-pagination[data-v-170b2334] .el-pager{padding:0;margin:0;display:inline-block;vertical-align:top;font-size:inherit}.main-content .el-pagination[data-v-170b2334] .el-pager .number{cursor:pointer;border:1px solid #dee2e6;padding:0 4px;margin:0 2px;color:inherit;background:none;display:inline-block;vertical-align:top;font-size:inherit;line-height:28px;text-align:center;height:28px}.main-content .el-pagination[data-v-170b2334] .el-pager .number:hover{cursor:pointer;border-radius:4px;margin:0 5px}.main-content .el-pagination[data-v-170b2334] .el-pager .number.active,.main-content .el-pagination[data-v-170b2334] .el-pager .number:hover{padding:0 4px;color:#333;background:#e9ecef;display:inline-block;vertical-align:top;font-size:inherit;line-height:28px;text-align:center;height:28px}.main-content .el-pagination[data-v-170b2334] .el-pager .number.active{cursor:default;border:1px solid #dee2e6;margin:0 2px;border-radius:4px}.main-content .el-pagination[data-v-170b2334] .el-pagination__sizes{color:inherit;display:inline-block;vertical-align:top;font-size:inherit;line-height:28px;height:28px}.main-content .el-pagination[data-v-170b2334] .el-pagination__sizes .el-input{margin:0 5px;color:inherit;width:100px;font-size:inherit;position:relative}.main-content .el-pagination[data-v-170b2334] .el-pagination__sizes .el-input .el-input__inner{border:0 solid #ddd;cursor:pointer;padding:0 25px 0 8px;color:inherit;display:inline-block;font-size:inherit;line-height:28px;border-radius:3px;outline:0;background:none;width:100%;text-align:center;height:28px}.main-content .el-pagination[data-v-170b2334] .el-pagination__sizes .el-input span.el-input__suffix{top:0;position:absolute;right:0;height:100%}.main-content .el-pagination[data-v-170b2334] .el-pagination__sizes .el-input .el-input__suffix .el-select__caret{cursor:pointer;color:#c0c4cc;width:25px;font-size:14px;line-height:28px;text-align:center}.main-content .el-pagination[data-v-170b2334] .el-pagination__jump{margin:0 0 0 24px;color:inherit;display:inline-block;vertical-align:top;font-size:inherit;line-height:28px;height:28px}.main-content .el-pagination[data-v-170b2334] .el-pagination__jump .el-input{border-radius:3px;padding:0 2px;margin:0 2px;color:inherit;display:inline-block;width:50px;font-size:inherit;line-height:18px;position:relative;text-align:center;height:28px}.main-content .el-pagination[data-v-170b2334] .el-pagination__jump .el-input .el-input__inner{border:1px solid #eee;cursor:pointer;padding:0 0;color:inherit;display:inline-block;font-size:inherit;line-height:24px;border-radius:3px;outline:0;background:#fff;width:auto;text-align:center;height:24px}.one .list1-view[data-v-170b2334]{cursor:pointer;padding:0 8px 0 0;margin:0 5px 5px 0;color:#23b7e5;font-size:inherit;border-color:#fff;line-height:24px;border-radius:20px;-webkit-box-shadow:inset 0 0 0 0 rgba(244,100,130,.3);box-shadow:inset 0 0 0 0 rgba(244,100,130,.3);outline:none;background:none;width:auto;border-width:1px;border-style:double;min-width:40px;height:24px}.one .list1-view[data-v-170b2334]:hover{border-color:#23b7e5;border-width:1px;opacity:.8;border-style:solid}.one .list1-edit[data-v-170b2334]{cursor:pointer;padding:0 8px 0 0;margin:0 5px 5px 0;color:#45b6b0;font-size:inherit;border-color:#fff;line-height:24px;border-radius:20px;-webkit-box-shadow:inset 0 0 0 0 rgba(244,100,130,.3);box-shadow:inset 0 0 0 0 rgba(244,100,130,.3);outline:none;background:none;width:auto;border-width:1px;border-style:double;min-width:40px;height:24px}.one .list1-edit[data-v-170b2334]:hover{border-color:#45b6b0;border-width:1px;opacity:.8;border-style:solid}.one .list1-del[data-v-170b2334]{cursor:pointer;padding:0 8px 0 0;margin:0 5px 5px 0;color:#d9534f;font-size:inherit;border-color:#fff;line-height:24px;border-radius:20px;-webkit-box-shadow:inset 0 0 0 0 rgba(244,100,130,.3);box-shadow:inset 0 0 0 0 rgba(244,100,130,.3);outline:none;background:none;width:auto;border-width:1px;border-style:solid;min-width:40px;height:24px}.one .list1-del[data-v-170b2334]:hover{border-color:#d9534f;border-width:1px;opacity:.8;border-style:solid}.one .list1-btn8[data-v-170b2334]{cursor:pointer;padding:0 8px 0 0;margin:0 5px 5px 0;color:#333;font-size:inherit;border-color:#fff;line-height:24px;border-radius:20px;-webkit-box-shadow:inset 0 0 0 0 rgba(244,100,130,.3);box-shadow:inset 0 0 0 0 rgba(244,100,130,.3);outline:none;background:none;width:auto;border-width:1px;border-style:solid;min-width:40px;height:24px}.one .list1-btn8[data-v-170b2334]:hover{border-color:#333;border-width:1px;opacity:.8;border-style:solid}.main-content .el-table .el-switch[data-v-170b2334]{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;vertical-align:middle;line-height:30px;position:relative;-webkit-box-align:center;-ms-flex-align:center;align-items:center;height:30px}.main-content .el-table .el-switch[data-v-170b2334] .el-switch__label--left{cursor:pointer;margin:0 10px 0 0;color:#333;font-weight:500;display:inline-block;vertical-align:middle;font-size:16px;-webkit-transition:.2s;transition:.2s;height:30px}.main-content .el-table .el-switch[data-v-170b2334] .el-switch__label--right{cursor:pointer;margin:0 0 0 10px;color:#333;font-weight:500;display:inline-block;vertical-align:middle;font-size:16px;-webkit-transition:.2s;transition:.2s;height:30px}.main-content .el-table .el-switch[data-v-170b2334] .el-switch__core{border:1px solid #ceddee;cursor:pointer;border-radius:15px;margin:0;outline:0;background:#ceddee;display:inline-block;width:50px;-webkit-box-sizing:border-box;box-sizing:border-box;-webkit-transition:border-color .3s,background-color .3s;transition:border-color .3s,background-color .3s;height:24px}.main-content .el-table .el-switch[data-v-170b2334] .el-switch__core:after{border-radius:100%;top:1px;left:1px;background:#fff;width:20px;position:absolute;-webkit-transition:all .3s;transition:all .3s;height:20px}.main-content .el-table .el-switch.is-checked[data-v-170b2334] .el-switch__core:after{margin:0 0 0 -27px;left:100%}.main-content .el-table .el-rate[data-v-170b2334] .el-rate__item{cursor:pointer;display:inline-block;vertical-align:middle;font-size:0;position:relative}.main-content .el-table .el-rate[data-v-170b2334] .el-rate__item .el-rate__icon{margin:0 3px;color:#c0c4cc;display:inline-block;font-size:18px;position:relative;-webkit-transition:.3s;transition:.3s}.center-form-pv .el-date-editor.el-input[data-v-dee0f138],.el-input[data-v-dee0f138]{width:auto}.center-form-pv .el-input[data-v-dee0f138] .el-input__inner{border:2px solid #f6f6f6;border-radius:4px;padding:0 12px;outline:none;color:inherit;background:#fff;width:170px;font-size:16px;height:34px}.center-form-pv .el-select[data-v-dee0f138] .el-input__inner{padding:0 10px}.center-form-pv .el-date-editor[data-v-dee0f138] .el-input__inner,.center-form-pv .el-select[data-v-dee0f138] .el-input__inner{border:2px solid #f6f6f6;border-radius:4px;-webkit-box-shadow:0 0 0 rgba(64,158,255,.5);box-shadow:0 0 0 rgba(64,158,255,.5);outline:none;color:inherit;background:#fff;width:170px;font-size:16px;height:34px}.center-form-pv .el-date-editor[data-v-dee0f138] .el-input__inner{padding:0 10px 0 30px}.center-form-pv .search[data-v-dee0f138]{border:2px solid rgba(0,172,193,.12549019607843137);cursor:pointer;border-radius:4px;padding:0 10px 0 4px;outline:none;color:#00acc1;background:none;width:auto;font-size:16px;line-height:30px;height:auto}.center-form-pv .search[data-v-dee0f138]:hover{opacity:.8}.center-form-pv .actions .add[data-v-dee0f138]{border:0 solid #eee;cursor:pointer;border-radius:4px;padding:0 10px;margin:4px 2px 2px;outline:none;color:#fff;background:#00acc1;width:auto;font-size:inherit;min-width:66px;height:36px}.center-form-pv .actions .add[data-v-dee0f138]:hover{opacity:.8}.center-form-pv .actions .del[data-v-dee0f138]{border:0 solid rgba(244,100,130,.3);cursor:pointer;padding:0 10px;margin:4px 2px 2px;color:#fff;font-size:inherit;border-radius:3px;-webkit-box-shadow:inset 0 0 0 0 rgba(244,100,130,.3);box-shadow:inset 0 0 0 0 rgba(244,100,130,.3);outline:none;background:#00acc1;width:auto;min-width:66px;height:36px}.center-form-pv .actions .del[data-v-dee0f138]:hover{opacity:.8}.center-form-pv .actions .statis[data-v-dee0f138]{border:0 solid rgba(244,100,130,.3);cursor:pointer;padding:0 10px;margin:4px 2px 2px;color:#fff;font-size:inherit;border-radius:3px;-webkit-box-shadow:inset 0 0 0 0 rgba(244,100,130,.3);box-shadow:inset 0 0 0 0 rgba(244,100,130,.3);outline:none;background:#00acc1;width:auto;min-width:66px;height:36px}.center-form-pv .actions .statis[data-v-dee0f138]:hover{opacity:.8}.center-form-pv .actions .btn18[data-v-dee0f138]{border:0 solid rgba(244,100,130,.3);cursor:pointer;border-radius:4px;padding:0 10px;margin:4px 2px 2px;outline:none;color:#fff;background:#00acc1;width:auto;font-size:inherit;min-width:66px;height:36px}.center-form-pv .actions .btn18[data-v-dee0f138]:hover{opacity:.8}.el-table[data-v-dee0f138] .el-table__header-wrapper thead{color:inherit;background:rgba(254,169,34,0);width:100%}.el-table[data-v-dee0f138] .el-table__header-wrapper thead tr{background:none}.el-table[data-v-dee0f138] .el-table__header-wrapper thead tr th{padding:6px 0;background:none;border-color:#dee2e6;border-width:1px 0 2px 0;border-style:solid;text-align:left}.el-table[data-v-dee0f138] .el-table__header-wrapper thead tr th .cell{padding:0 10px;word-wrap:normal;color:#8e99a2;white-space:normal;font-weight:600;display:inline-block;vertical-align:middle;font-size:14px;line-height:24px;text-overflow:ellipsis;word-break:break-all;width:100%;position:relative}.el-table[data-v-dee0f138] .el-table__body-wrapper tbody{padding:0;width:100%}.el-table[data-v-dee0f138] .el-table__body-wrapper tbody tr{background:none}.el-table[data-v-dee0f138] .el-table__body-wrapper tbody tr:hover td,.el-table[data-v-dee0f138] .el-table__body-wrapper tbody tr td{padding:4px 0 0;color:#8e99a2;background:#fff;border-color:#dee2e6;border-width:0 0 1px 0;border-style:solid;text-align:left}.el-table[data-v-dee0f138] .el-table__body-wrapper tbody tr td{font-size:inherit}.el-table[data-v-dee0f138] .el-table__body-wrapper tbody tr td .cell{padding:0 10px;overflow:hidden;color:inherit;word-break:break-all;white-space:normal;line-height:24px;text-overflow:ellipsis}.el-table[data-v-dee0f138] .el-table__body-wrapper tbody tr td .view{cursor:pointer;padding:0 10px;margin:0 2px 5px 0;color:#fff;font-size:inherit;border-color:#fff;line-height:26px;border-radius:4px;-webkit-box-shadow:inset 0 0 0 0 rgba(244,100,130,.3);box-shadow:inset 0 0 0 0 rgba(244,100,130,.3);outline:none;background:#00acc1;width:auto;border-width:0;border-style:solid;min-width:55px;height:auto}.el-table[data-v-dee0f138] .el-table__body-wrapper tbody tr td .view:hover{border-color:#23b7e5;border-width:0;opacity:.8;border-style:solid}.el-table[data-v-dee0f138] .el-table__body-wrapper tbody tr td .edit{cursor:pointer;padding:0 10px;margin:0 2px 5px 0;color:#fff;font-size:inherit;border-color:#fff;line-height:26px;border-radius:4px;-webkit-box-shadow:inset 0 0 0 0 rgba(244,100,130,.3);box-shadow:inset 0 0 0 0 rgba(244,100,130,.3);outline:none;background:#00acc1;width:auto;border-width:0;border-style:solid;min-width:55px;height:auto}.el-table[data-v-dee0f138] .el-table__body-wrapper tbody tr td .edit:hover{border-color:#45b6b0;border-width:0;opacity:.8;border-style:solid}.el-table[data-v-dee0f138] .el-table__body-wrapper tbody tr td .del{cursor:pointer;padding:0 10px;margin:0 2px 5px 0;color:#fff;font-size:inherit;border-color:#fff;line-height:26px;border-radius:4px;-webkit-box-shadow:inset 0 0 0 0 rgba(244,100,130,.3);box-shadow:inset 0 0 0 0 rgba(244,100,130,.3);outline:none;background:#4b88e4;width:auto;border-width:0;border-style:solid;min-width:55px;height:auto}.el-table[data-v-dee0f138] .el-table__body-wrapper tbody tr td .del:hover{border-color:#d9534f;border-width:0;opacity:.8;border-style:solid}.el-table[data-v-dee0f138] .el-table__body-wrapper tbody tr td .btn8{cursor:pointer;padding:0 10px;margin:0 2px 5px 0;color:#fff;font-size:inherit;border-color:#fff;line-height:26px;border-radius:4px;-webkit-box-shadow:inset 0 0 0 0 rgba(244,100,130,.3);box-shadow:inset 0 0 0 0 rgba(244,100,130,.3);outline:none;background:#4b88e4;width:auto;border-width:0;border-style:solid;min-width:55px;height:auto}.el-table[data-v-dee0f138] .el-table__body-wrapper tbody tr td .btn8:hover{border-color:#666;border-width:0;opacity:.8;border-style:solid}.main-content .el-pagination[data-v-dee0f138] .el-pagination__total{margin:0 10px 0 0;color:inherit;font-weight:400;display:inline-block;vertical-align:top;font-size:inherit;line-height:28px;height:28px}.main-content .el-pagination[data-v-dee0f138] .btn-next,.main-content .el-pagination[data-v-dee0f138] .btn-prev{border:1px solid #dee2e6;border-radius:2px;padding:0 5px;margin:0 2px;color:inherit;background:none;display:inline-block;vertical-align:top;font-size:18px;line-height:28px;min-width:35px;height:28px}.main-content .el-pagination[data-v-dee0f138] .btn-next:disabled,.main-content .el-pagination[data-v-dee0f138] .btn-prev:disabled{border:1px solid #dee2e6;cursor:not-allowed;border-radius:2px;padding:0 5px;margin:0 2px;color:#999;background:none;display:inline-block;vertical-align:top;font-size:18px;line-height:28px;height:28px}.main-content .el-pagination[data-v-dee0f138] .el-pager{padding:0;margin:0;display:inline-block;vertical-align:top;font-size:inherit}.main-content .el-pagination[data-v-dee0f138] .el-pager .number{cursor:pointer;border:1px solid #dee2e6;padding:0 4px;margin:0 2px;color:inherit;background:none;display:inline-block;vertical-align:top;font-size:inherit;line-height:28px;text-align:center;height:28px}.main-content .el-pagination[data-v-dee0f138] .el-pager .number:hover{cursor:pointer;border-radius:4px;margin:0 5px}.main-content .el-pagination[data-v-dee0f138] .el-pager .number.active,.main-content .el-pagination[data-v-dee0f138] .el-pager .number:hover{padding:0 4px;color:#333;background:#e9ecef;display:inline-block;vertical-align:top;font-size:inherit;line-height:28px;text-align:center;height:28px}.main-content .el-pagination[data-v-dee0f138] .el-pager .number.active{cursor:default;border:1px solid #dee2e6;margin:0 2px;border-radius:4px}.main-content .el-pagination[data-v-dee0f138] .el-pagination__sizes{color:inherit;display:inline-block;vertical-align:top;font-size:inherit;line-height:28px;height:28px}.main-content .el-pagination[data-v-dee0f138] .el-pagination__sizes .el-input{margin:0 5px;color:inherit;width:100px;font-size:inherit;position:relative}.main-content .el-pagination[data-v-dee0f138] .el-pagination__sizes .el-input .el-input__inner{border:0 solid #ddd;cursor:pointer;padding:0 25px 0 8px;color:inherit;display:inline-block;font-size:inherit;line-height:28px;border-radius:3px;outline:0;background:none;width:100%;text-align:center;height:28px}.main-content .el-pagination[data-v-dee0f138] .el-pagination__sizes .el-input span.el-input__suffix{top:0;position:absolute;right:0;height:100%}.main-content .el-pagination[data-v-dee0f138] .el-pagination__sizes .el-input .el-input__suffix .el-select__caret{cursor:pointer;color:#c0c4cc;width:25px;font-size:14px;line-height:28px;text-align:center}.main-content .el-pagination[data-v-dee0f138] .el-pagination__jump{margin:0 0 0 24px;color:inherit;display:inline-block;vertical-align:top;font-size:inherit;line-height:28px;height:28px}.main-content .el-pagination[data-v-dee0f138] .el-pagination__jump .el-input{border-radius:3px;padding:0 2px;margin:0 2px;color:inherit;display:inline-block;width:50px;font-size:inherit;line-height:18px;position:relative;text-align:center;height:28px}.main-content .el-pagination[data-v-dee0f138] .el-pagination__jump .el-input .el-input__inner{border:1px solid #eee;cursor:pointer;padding:0 0;color:inherit;display:inline-block;font-size:inherit;line-height:24px;border-radius:3px;outline:0;background:#fff;width:auto;text-align:center;height:24px}.one .list1-view[data-v-dee0f138]{cursor:pointer;padding:0 8px 0 0;margin:0 5px 5px 0;color:#23b7e5;font-size:inherit;border-color:#fff;line-height:24px;border-radius:20px;-webkit-box-shadow:inset 0 0 0 0 rgba(244,100,130,.3);box-shadow:inset 0 0 0 0 rgba(244,100,130,.3);outline:none;background:none;width:auto;border-width:1px;border-style:double;min-width:40px;height:24px}.one .list1-view[data-v-dee0f138]:hover{border-color:#23b7e5;border-width:1px;opacity:.8;border-style:solid}.one .list1-edit[data-v-dee0f138]{cursor:pointer;padding:0 8px 0 0;margin:0 5px 5px 0;color:#45b6b0;font-size:inherit;border-color:#fff;line-height:24px;border-radius:20px;-webkit-box-shadow:inset 0 0 0 0 rgba(244,100,130,.3);box-shadow:inset 0 0 0 0 rgba(244,100,130,.3);outline:none;background:none;width:auto;border-width:1px;border-style:double;min-width:40px;height:24px}.one .list1-edit[data-v-dee0f138]:hover{border-color:#45b6b0;border-width:1px;opacity:.8;border-style:solid}.one .list1-del[data-v-dee0f138]{cursor:pointer;padding:0 8px 0 0;margin:0 5px 5px 0;color:#d9534f;font-size:inherit;border-color:#fff;line-height:24px;border-radius:20px;-webkit-box-shadow:inset 0 0 0 0 rgba(244,100,130,.3);box-shadow:inset 0 0 0 0 rgba(244,100,130,.3);outline:none;background:none;width:auto;border-width:1px;border-style:solid;min-width:40px;height:24px}.one .list1-del[data-v-dee0f138]:hover{border-color:#d9534f;border-width:1px;opacity:.8;border-style:solid}.one .list1-btn8[data-v-dee0f138]{cursor:pointer;padding:0 8px 0 0;margin:0 5px 5px 0;color:#333;font-size:inherit;border-color:#fff;line-height:24px;border-radius:20px;-webkit-box-shadow:inset 0 0 0 0 rgba(244,100,130,.3);box-shadow:inset 0 0 0 0 rgba(244,100,130,.3);outline:none;background:none;width:auto;border-width:1px;border-style:solid;min-width:40px;height:24px}.one .list1-btn8[data-v-dee0f138]:hover{border-color:#333;border-width:1px;opacity:.8;border-style:solid}.main-content .el-table .el-switch[data-v-dee0f138]{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;vertical-align:middle;line-height:30px;position:relative;-webkit-box-align:center;-ms-flex-align:center;align-items:center;height:30px}.main-content .el-table .el-switch[data-v-dee0f138] .el-switch__label--left{cursor:pointer;margin:0 10px 0 0;color:#333;font-weight:500;display:inline-block;vertical-align:middle;font-size:16px;-webkit-transition:.2s;transition:.2s;height:30px}.main-content .el-table .el-switch[data-v-dee0f138] .el-switch__label--right{cursor:pointer;margin:0 0 0 10px;color:#333;font-weight:500;display:inline-block;vertical-align:middle;font-size:16px;-webkit-transition:.2s;transition:.2s;height:30px}.main-content .el-table .el-switch[data-v-dee0f138] .el-switch__core{border:1px solid #ceddee;cursor:pointer;border-radius:15px;margin:0;outline:0;background:#ceddee;display:inline-block;width:50px;-webkit-box-sizing:border-box;box-sizing:border-box;-webkit-transition:border-color .3s,background-color .3s;transition:border-color .3s,background-color .3s;height:24px}.main-content .el-table .el-switch[data-v-dee0f138] .el-switch__core:after{border-radius:100%;top:1px;left:1px;background:#fff;width:20px;position:absolute;-webkit-transition:all .3s;transition:all .3s;height:20px}.main-content .el-table .el-switch.is-checked[data-v-dee0f138] .el-switch__core:after{margin:0 0 0 -27px;left:100%}.main-content .el-table .el-rate[data-v-dee0f138] .el-rate__item{cursor:pointer;display:inline-block;vertical-align:middle;font-size:0;position:relative}.main-content .el-table .el-rate[data-v-dee0f138] .el-rate__item .el-rate__icon{margin:0 3px;color:#c0c4cc;display:inline-block;font-size:18px;position:relative;-webkit-transition:.3s;transition:.3s}.el-breadcrumb[data-v-48a7cf82] .el-breadcrumb__separator{margin:0 9px;color:#333;font-weight:500;display:none}.el-breadcrumb[data-v-48a7cf82] .el-breadcrumb__inner a{color:#333;display:none}.el-breadcrumb[data-v-48a7cf82] .el-breadcrumb__inner{color:#00acc1;font-weight:600;display:inline-block}.editor{line-height:normal!important}.ql-snow .ql-tooltip[data-mode=link]:before{content:"请输入链接地址:"}.ql-snow .ql-tooltip.ql-editing a.ql-action:after{border-right:0;content:"保存";padding-right:0}.ql-snow .ql-tooltip[data-mode=video]:before{content:"请输入视频地址:"}.ql-container{height:400px}.ql-snow .ql-picker.ql-size .ql-picker-item:before,.ql-snow .ql-picker.ql-size .ql-picker-label:before{content:"14px"}.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=small]:before,.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=small]:before{content:"10px"}.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=large]:before,.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=large]:before{content:"18px"}.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=huge]:before,.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=huge]:before{content:"32px"}.ql-snow .ql-picker.ql-header .ql-picker-item:before,.ql-snow .ql-picker.ql-header .ql-picker-label:before{content:"文本"}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="1"]:before,.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="1"]:before{content:"标题1"}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="2"]:before,.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="2"]:before{content:"标题2"}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="3"]:before,.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="3"]:before{content:"标题3"}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="4"]:before,.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="4"]:before{content:"标题4"}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="5"]:before,.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="5"]:before{content:"标题5"}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="6"]:before,.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="6"]:before{content:"标题6"}.ql-snow .ql-picker.ql-font .ql-picker-item:before,.ql-snow .ql-picker.ql-font .ql-picker-label:before{content:"标准字体"}.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=serif]:before,.ql-snow .ql-picker.ql-font .ql-picker-label[data-value=serif]:before{content:"衬线字体"}.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=monospace]:before,.ql-snow .ql-picker.ql-font .ql-picker-label[data-value=monospace]:before{content:"等宽字体"}.svg-icon[data-v-53ff2da0]{width:1em;height:1em;vertical-align:-.15em;fill:currentColor;overflow:hidden} \ No newline at end of file diff --git a/target/classes/admin/admin/dist/css/chunk-vendors.1f0a25b2.css b/target/classes/admin/admin/dist/css/chunk-vendors.1f0a25b2.css new file mode 100644 index 0000000..29f23dc --- /dev/null +++ b/target/classes/admin/admin/dist/css/chunk-vendors.1f0a25b2.css @@ -0,0 +1,20 @@ +/*! + * Quill Editor v1.3.7 + * https://quilljs.com/ + * Copyright (c) 2014, Jason Chen + * Copyright (c) 2013, salesforce.com + */ + +/*! + * Quill Editor v1.3.7 + * https://quilljs.com/ + * Copyright (c) 2014, Jason Chen + * Copyright (c) 2013, salesforce.com + */.ql-snow.ql-toolbar:after,.ql-snow .ql-toolbar:after{clear:both;content:"";display:table}.ql-snow.ql-toolbar button,.ql-snow .ql-toolbar button{background:none;border:none;cursor:pointer;display:inline-block;float:left;height:24px;padding:3px 5px;width:28px}.ql-snow.ql-toolbar button svg,.ql-snow .ql-toolbar button svg{float:left;height:100%}.ql-snow.ql-toolbar button:active:hover,.ql-snow .ql-toolbar button:active:hover{outline:none}.ql-snow.ql-toolbar input.ql-image[type=file],.ql-snow .ql-toolbar input.ql-image[type=file]{display:none}.ql-snow.ql-toolbar .ql-picker-item.ql-selected,.ql-snow .ql-toolbar .ql-picker-item.ql-selected,.ql-snow.ql-toolbar .ql-picker-item:hover,.ql-snow .ql-toolbar .ql-picker-item:hover,.ql-snow.ql-toolbar .ql-picker-label.ql-active,.ql-snow .ql-toolbar .ql-picker-label.ql-active,.ql-snow.ql-toolbar .ql-picker-label:hover,.ql-snow .ql-toolbar .ql-picker-label:hover,.ql-snow.ql-toolbar button.ql-active,.ql-snow .ql-toolbar button.ql-active,.ql-snow.ql-toolbar button:focus,.ql-snow .ql-toolbar button:focus,.ql-snow.ql-toolbar button:hover,.ql-snow .ql-toolbar button:hover{color:#06c}.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-fill,.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-fill,.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke.ql-fill,.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke.ql-fill,.ql-snow.ql-toolbar .ql-picker-item:hover .ql-fill,.ql-snow .ql-toolbar .ql-picker-item:hover .ql-fill,.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke.ql-fill,.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke.ql-fill,.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-fill,.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-fill,.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke.ql-fill,.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke.ql-fill,.ql-snow.ql-toolbar .ql-picker-label:hover .ql-fill,.ql-snow .ql-toolbar .ql-picker-label:hover .ql-fill,.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke.ql-fill,.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke.ql-fill,.ql-snow.ql-toolbar button.ql-active .ql-fill,.ql-snow .ql-toolbar button.ql-active .ql-fill,.ql-snow.ql-toolbar button.ql-active .ql-stroke.ql-fill,.ql-snow .ql-toolbar button.ql-active .ql-stroke.ql-fill,.ql-snow.ql-toolbar button:focus .ql-fill,.ql-snow .ql-toolbar button:focus .ql-fill,.ql-snow.ql-toolbar button:focus .ql-stroke.ql-fill,.ql-snow .ql-toolbar button:focus .ql-stroke.ql-fill,.ql-snow.ql-toolbar button:hover .ql-fill,.ql-snow .ql-toolbar button:hover .ql-fill,.ql-snow.ql-toolbar button:hover .ql-stroke.ql-fill,.ql-snow .ql-toolbar button:hover .ql-stroke.ql-fill{fill:#06c}.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke,.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke,.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter,.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter,.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke,.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke,.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke-miter,.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke-miter,.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke,.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke,.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter,.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter,.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke,.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke,.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke-miter,.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke-miter,.ql-snow.ql-toolbar button.ql-active .ql-stroke,.ql-snow .ql-toolbar button.ql-active .ql-stroke,.ql-snow.ql-toolbar button.ql-active .ql-stroke-miter,.ql-snow .ql-toolbar button.ql-active .ql-stroke-miter,.ql-snow.ql-toolbar button:focus .ql-stroke,.ql-snow .ql-toolbar button:focus .ql-stroke,.ql-snow.ql-toolbar button:focus .ql-stroke-miter,.ql-snow .ql-toolbar button:focus .ql-stroke-miter,.ql-snow.ql-toolbar button:hover .ql-stroke,.ql-snow .ql-toolbar button:hover .ql-stroke,.ql-snow.ql-toolbar button:hover .ql-stroke-miter,.ql-snow .ql-toolbar button:hover .ql-stroke-miter{stroke:#06c}@media (pointer:coarse){.ql-snow.ql-toolbar button:hover:not(.ql-active),.ql-snow .ql-toolbar button:hover:not(.ql-active){color:#444}.ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-fill,.ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-fill,.ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke.ql-fill,.ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke.ql-fill{fill:#444}.ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke,.ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke,.ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke-miter,.ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke-miter{stroke:#444}}.ql-snow,.ql-snow *{-webkit-box-sizing:border-box;box-sizing:border-box}.ql-snow .ql-hidden{display:none}.ql-snow .ql-out-bottom,.ql-snow .ql-out-top{visibility:hidden}.ql-snow .ql-tooltip{position:absolute;-webkit-transform:translateY(10px);transform:translateY(10px)}.ql-snow .ql-tooltip a{cursor:pointer;text-decoration:none}.ql-snow .ql-tooltip.ql-flip{-webkit-transform:translateY(-10px);transform:translateY(-10px)}.ql-snow .ql-formats{display:inline-block;vertical-align:middle}.ql-snow .ql-formats:after{clear:both;content:"";display:table}.ql-snow .ql-stroke{fill:none;stroke:#444;stroke-linecap:round;stroke-linejoin:round;stroke-width:2}.ql-snow .ql-stroke-miter{fill:none;stroke:#444;stroke-miterlimit:10;stroke-width:2}.ql-snow .ql-fill,.ql-snow .ql-stroke.ql-fill{fill:#444}.ql-snow .ql-empty{fill:none}.ql-snow .ql-even{fill-rule:evenodd}.ql-snow .ql-stroke.ql-thin,.ql-snow .ql-thin{stroke-width:1}.ql-snow .ql-transparent{opacity:.4}.ql-snow .ql-direction svg:last-child{display:none}.ql-snow .ql-direction.ql-active svg:last-child{display:inline}.ql-snow .ql-direction.ql-active svg:first-child{display:none}.ql-snow .ql-editor h1{font-size:2em}.ql-snow .ql-editor h2{font-size:1.5em}.ql-snow .ql-editor h3{font-size:1.17em}.ql-snow .ql-editor h4{font-size:1em}.ql-snow .ql-editor h5{font-size:.83em}.ql-snow .ql-editor h6{font-size:.67em}.ql-snow .ql-editor a{text-decoration:underline}.ql-snow .ql-editor blockquote{border-left:4px solid #ccc;margin-bottom:5px;margin-top:5px;padding-left:16px}.ql-snow .ql-editor code,.ql-snow .ql-editor pre{background-color:#f0f0f0;border-radius:3px}.ql-snow .ql-editor pre{white-space:pre-wrap;margin-bottom:5px;margin-top:5px;padding:5px 10px}.ql-snow .ql-editor code{font-size:85%;padding:2px 4px}.ql-snow .ql-editor pre.ql-syntax{background-color:#23241f;color:#f8f8f2;overflow:visible}.ql-snow .ql-editor img{max-width:100%}.ql-snow .ql-picker{color:#444;display:inline-block;float:left;font-size:14px;font-weight:500;height:24px;position:relative;vertical-align:middle}.ql-snow .ql-picker-label{cursor:pointer;display:inline-block;height:100%;padding-left:8px;padding-right:2px;position:relative;width:100%}.ql-snow .ql-picker-label:before{display:inline-block;line-height:22px}.ql-snow .ql-picker-options{background-color:#fff;display:none;min-width:100%;padding:4px 8px;position:absolute;white-space:nowrap}.ql-snow .ql-picker-options .ql-picker-item{cursor:pointer;display:block;padding-bottom:5px;padding-top:5px}.ql-snow .ql-picker.ql-expanded .ql-picker-label{color:#ccc;z-index:2}.ql-snow .ql-picker.ql-expanded .ql-picker-label .ql-fill{fill:#ccc}.ql-snow .ql-picker.ql-expanded .ql-picker-label .ql-stroke{stroke:#ccc}.ql-snow .ql-picker.ql-expanded .ql-picker-options{display:block;margin-top:-1px;top:100%;z-index:1}.ql-snow .ql-color-picker,.ql-snow .ql-icon-picker{width:28px}.ql-snow .ql-color-picker .ql-picker-label,.ql-snow .ql-icon-picker .ql-picker-label{padding:2px 4px}.ql-snow .ql-color-picker .ql-picker-label svg,.ql-snow .ql-icon-picker .ql-picker-label svg{right:4px}.ql-snow .ql-icon-picker .ql-picker-options{padding:4px 0}.ql-snow .ql-icon-picker .ql-picker-item{height:24px;width:24px;padding:2px 4px}.ql-snow .ql-color-picker .ql-picker-options{padding:3px 5px;width:152px}.ql-snow .ql-color-picker .ql-picker-item{border:1px solid transparent;float:left;height:16px;margin:2px;padding:0;width:16px}.ql-snow .ql-picker:not(.ql-color-picker):not(.ql-icon-picker) svg{position:absolute;margin-top:-9px;right:0;top:50%;width:18px}.ql-snow .ql-picker.ql-font .ql-picker-item[data-label]:not([data-label=""]):before,.ql-snow .ql-picker.ql-font .ql-picker-label[data-label]:not([data-label=""]):before,.ql-snow .ql-picker.ql-header .ql-picker-item[data-label]:not([data-label=""]):before,.ql-snow .ql-picker.ql-header .ql-picker-label[data-label]:not([data-label=""]):before,.ql-snow .ql-picker.ql-size .ql-picker-item[data-label]:not([data-label=""]):before,.ql-snow .ql-picker.ql-size .ql-picker-label[data-label]:not([data-label=""]):before{content:attr(data-label)}.ql-snow .ql-picker.ql-header{width:98px}.ql-snow .ql-picker.ql-header .ql-picker-item:before,.ql-snow .ql-picker.ql-header .ql-picker-label:before{content:"Normal"}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="1"]:before,.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="1"]:before{content:"Heading 1"}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="2"]:before,.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="2"]:before{content:"Heading 2"}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="3"]:before,.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="3"]:before{content:"Heading 3"}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="4"]:before,.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="4"]:before{content:"Heading 4"}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="5"]:before,.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="5"]:before{content:"Heading 5"}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="6"]:before,.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="6"]:before{content:"Heading 6"}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="1"]:before{font-size:2em}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="2"]:before{font-size:1.5em}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="3"]:before{font-size:1.17em}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="4"]:before{font-size:1em}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="5"]:before{font-size:.83em}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="6"]:before{font-size:.67em}.ql-snow .ql-picker.ql-font{width:108px}.ql-snow .ql-picker.ql-font .ql-picker-item:before,.ql-snow .ql-picker.ql-font .ql-picker-label:before{content:"Sans Serif"}.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=serif]:before,.ql-snow .ql-picker.ql-font .ql-picker-label[data-value=serif]:before{content:"Serif"}.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=monospace]:before,.ql-snow .ql-picker.ql-font .ql-picker-label[data-value=monospace]:before{content:"Monospace"}.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=serif]:before{font-family:Georgia,Times New Roman,serif}.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=monospace]:before{font-family:Monaco,Courier New,monospace}.ql-snow .ql-picker.ql-size{width:98px}.ql-snow .ql-picker.ql-size .ql-picker-item:before,.ql-snow .ql-picker.ql-size .ql-picker-label:before{content:"Normal"}.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=small]:before,.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=small]:before{content:"Small"}.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=large]:before,.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=large]:before{content:"Large"}.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=huge]:before,.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=huge]:before{content:"Huge"}.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=small]:before{font-size:10px}.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=large]:before{font-size:18px}.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=huge]:before{font-size:32px}.ql-snow .ql-color-picker.ql-background .ql-picker-item{background-color:#fff}.ql-snow .ql-color-picker.ql-color .ql-picker-item{background-color:#000}.ql-toolbar.ql-snow{border:1px solid #ccc;-webkit-box-sizing:border-box;box-sizing:border-box;font-family:Helvetica Neue,Helvetica,Arial,sans-serif;padding:8px}.ql-toolbar.ql-snow .ql-formats{margin-right:15px}.ql-toolbar.ql-snow .ql-picker-label{border:1px solid transparent}.ql-toolbar.ql-snow .ql-picker-options{border:1px solid transparent;-webkit-box-shadow:rgba(0,0,0,.2) 0 2px 8px;box-shadow:0 2px 8px rgba(0,0,0,.2)}.ql-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-label,.ql-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-options{border-color:#ccc}.ql-toolbar.ql-snow .ql-color-picker .ql-picker-item.ql-selected,.ql-toolbar.ql-snow .ql-color-picker .ql-picker-item:hover{border-color:#000}.ql-toolbar.ql-snow+.ql-container.ql-snow{border-top:0}.ql-snow .ql-tooltip{background-color:#fff;border:1px solid #ccc;-webkit-box-shadow:0 0 5px #ddd;box-shadow:0 0 5px #ddd;color:#444;padding:5px 12px;white-space:nowrap}.ql-snow .ql-tooltip:before{content:"Visit URL:";line-height:26px;margin-right:8px}.ql-snow .ql-tooltip input[type=text]{display:none;border:1px solid #ccc;font-size:13px;height:26px;margin:0;padding:3px 5px;width:170px}.ql-snow .ql-tooltip a.ql-preview{display:inline-block;max-width:200px;overflow-x:hidden;text-overflow:ellipsis;vertical-align:top}.ql-snow .ql-tooltip a.ql-action:after{border-right:1px solid #ccc;content:"Edit";margin-left:16px;padding-right:8px}.ql-snow .ql-tooltip a.ql-remove:before{content:"Remove";margin-left:8px}.ql-snow .ql-tooltip a{line-height:26px}.ql-snow .ql-tooltip.ql-editing a.ql-preview,.ql-snow .ql-tooltip.ql-editing a.ql-remove{display:none}.ql-snow .ql-tooltip.ql-editing input[type=text]{display:inline-block}.ql-snow .ql-tooltip.ql-editing a.ql-action:after{border-right:0;content:"Save";padding-right:0}.ql-snow .ql-tooltip[data-mode=link]:before{content:"Enter link:"}.ql-snow .ql-tooltip[data-mode=formula]:before{content:"Enter formula:"}.ql-snow .ql-tooltip[data-mode=video]:before{content:"Enter video:"}.ql-snow a{color:#06c}.ql-container.ql-snow{border:1px solid #ccc} + +/*! + * Quill Editor v1.3.7 + * https://quilljs.com/ + * Copyright (c) 2014, Jason Chen + * Copyright (c) 2013, salesforce.com + */.ql-container{-webkit-box-sizing:border-box;box-sizing:border-box;font-family:Helvetica,Arial,sans-serif;font-size:13px;height:100%;margin:0;position:relative}.ql-container.ql-disabled .ql-tooltip{visibility:hidden}.ql-container.ql-disabled .ql-editor ul[data-checked]>li:before{pointer-events:none}.ql-clipboard{left:-100000px;height:1px;overflow-y:hidden;position:absolute;top:50%}.ql-clipboard p{margin:0;padding:0}.ql-editor{-webkit-box-sizing:border-box;box-sizing:border-box;line-height:1.42;height:100%;outline:none;overflow-y:auto;padding:12px 15px;-o-tab-size:4;tab-size:4;-moz-tab-size:4;text-align:left;white-space:pre-wrap;word-wrap:break-word}.ql-editor>*{cursor:text}.ql-editor blockquote,.ql-editor h1,.ql-editor h2,.ql-editor h3,.ql-editor h4,.ql-editor h5,.ql-editor h6,.ql-editor ol,.ql-editor p,.ql-editor pre,.ql-editor ul{margin:0;padding:0;counter-reset:list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9}.ql-editor ol,.ql-editor ul{padding-left:1.5em}.ql-editor ol>li,.ql-editor ul>li{list-style-type:none}.ql-editor ul>li:before{content:"\2022"}.ql-editor ul[data-checked=false],.ql-editor ul[data-checked=true]{pointer-events:none}.ql-editor ul[data-checked=false]>li *,.ql-editor ul[data-checked=true]>li *{pointer-events:all}.ql-editor ul[data-checked=false]>li:before,.ql-editor ul[data-checked=true]>li:before{color:#777;cursor:pointer;pointer-events:all}.ql-editor ul[data-checked=true]>li:before{content:"\2611"}.ql-editor ul[data-checked=false]>li:before{content:"\2610"}.ql-editor li:before{display:inline-block;white-space:nowrap;width:1.2em}.ql-editor li:not(.ql-direction-rtl):before{margin-left:-1.5em;margin-right:.3em;text-align:right}.ql-editor li.ql-direction-rtl:before{margin-left:.3em;margin-right:-1.5em}.ql-editor ol li:not(.ql-direction-rtl),.ql-editor ul li:not(.ql-direction-rtl){padding-left:1.5em}.ql-editor ol li.ql-direction-rtl,.ql-editor ul li.ql-direction-rtl{padding-right:1.5em}.ql-editor ol li{counter-reset:list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;counter-increment:list-0}.ql-editor ol li:before{content:counter(list-0,decimal) ". "}.ql-editor ol li.ql-indent-1{counter-increment:list-1}.ql-editor ol li.ql-indent-1:before{content:counter(list-1,lower-alpha) ". "}.ql-editor ol li.ql-indent-1{counter-reset:list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9}.ql-editor ol li.ql-indent-2{counter-increment:list-2}.ql-editor ol li.ql-indent-2:before{content:counter(list-2,lower-roman) ". "}.ql-editor ol li.ql-indent-2{counter-reset:list-3 list-4 list-5 list-6 list-7 list-8 list-9}.ql-editor ol li.ql-indent-3{counter-increment:list-3}.ql-editor ol li.ql-indent-3:before{content:counter(list-3,decimal) ". "}.ql-editor ol li.ql-indent-3{counter-reset:list-4 list-5 list-6 list-7 list-8 list-9}.ql-editor ol li.ql-indent-4{counter-increment:list-4}.ql-editor ol li.ql-indent-4:before{content:counter(list-4,lower-alpha) ". "}.ql-editor ol li.ql-indent-4{counter-reset:list-5 list-6 list-7 list-8 list-9}.ql-editor ol li.ql-indent-5{counter-increment:list-5}.ql-editor ol li.ql-indent-5:before{content:counter(list-5,lower-roman) ". "}.ql-editor ol li.ql-indent-5{counter-reset:list-6 list-7 list-8 list-9}.ql-editor ol li.ql-indent-6{counter-increment:list-6}.ql-editor ol li.ql-indent-6:before{content:counter(list-6,decimal) ". "}.ql-editor ol li.ql-indent-6{counter-reset:list-7 list-8 list-9}.ql-editor ol li.ql-indent-7{counter-increment:list-7}.ql-editor ol li.ql-indent-7:before{content:counter(list-7,lower-alpha) ". "}.ql-editor ol li.ql-indent-7{counter-reset:list-8 list-9}.ql-editor ol li.ql-indent-8{counter-increment:list-8}.ql-editor ol li.ql-indent-8:before{content:counter(list-8,lower-roman) ". "}.ql-editor ol li.ql-indent-8{counter-reset:list-9}.ql-editor ol li.ql-indent-9{counter-increment:list-9}.ql-editor ol li.ql-indent-9:before{content:counter(list-9,decimal) ". "}.ql-editor .ql-indent-1:not(.ql-direction-rtl){padding-left:3em}.ql-editor li.ql-indent-1:not(.ql-direction-rtl){padding-left:4.5em}.ql-editor .ql-indent-1.ql-direction-rtl.ql-align-right{padding-right:3em}.ql-editor li.ql-indent-1.ql-direction-rtl.ql-align-right{padding-right:4.5em}.ql-editor .ql-indent-2:not(.ql-direction-rtl){padding-left:6em}.ql-editor li.ql-indent-2:not(.ql-direction-rtl){padding-left:7.5em}.ql-editor .ql-indent-2.ql-direction-rtl.ql-align-right{padding-right:6em}.ql-editor li.ql-indent-2.ql-direction-rtl.ql-align-right{padding-right:7.5em}.ql-editor .ql-indent-3:not(.ql-direction-rtl){padding-left:9em}.ql-editor li.ql-indent-3:not(.ql-direction-rtl){padding-left:10.5em}.ql-editor .ql-indent-3.ql-direction-rtl.ql-align-right{padding-right:9em}.ql-editor li.ql-indent-3.ql-direction-rtl.ql-align-right{padding-right:10.5em}.ql-editor .ql-indent-4:not(.ql-direction-rtl){padding-left:12em}.ql-editor li.ql-indent-4:not(.ql-direction-rtl){padding-left:13.5em}.ql-editor .ql-indent-4.ql-direction-rtl.ql-align-right{padding-right:12em}.ql-editor li.ql-indent-4.ql-direction-rtl.ql-align-right{padding-right:13.5em}.ql-editor .ql-indent-5:not(.ql-direction-rtl){padding-left:15em}.ql-editor li.ql-indent-5:not(.ql-direction-rtl){padding-left:16.5em}.ql-editor .ql-indent-5.ql-direction-rtl.ql-align-right{padding-right:15em}.ql-editor li.ql-indent-5.ql-direction-rtl.ql-align-right{padding-right:16.5em}.ql-editor .ql-indent-6:not(.ql-direction-rtl){padding-left:18em}.ql-editor li.ql-indent-6:not(.ql-direction-rtl){padding-left:19.5em}.ql-editor .ql-indent-6.ql-direction-rtl.ql-align-right{padding-right:18em}.ql-editor li.ql-indent-6.ql-direction-rtl.ql-align-right{padding-right:19.5em}.ql-editor .ql-indent-7:not(.ql-direction-rtl){padding-left:21em}.ql-editor li.ql-indent-7:not(.ql-direction-rtl){padding-left:22.5em}.ql-editor .ql-indent-7.ql-direction-rtl.ql-align-right{padding-right:21em}.ql-editor li.ql-indent-7.ql-direction-rtl.ql-align-right{padding-right:22.5em}.ql-editor .ql-indent-8:not(.ql-direction-rtl){padding-left:24em}.ql-editor li.ql-indent-8:not(.ql-direction-rtl){padding-left:25.5em}.ql-editor .ql-indent-8.ql-direction-rtl.ql-align-right{padding-right:24em}.ql-editor li.ql-indent-8.ql-direction-rtl.ql-align-right{padding-right:25.5em}.ql-editor .ql-indent-9:not(.ql-direction-rtl){padding-left:27em}.ql-editor li.ql-indent-9:not(.ql-direction-rtl){padding-left:28.5em}.ql-editor .ql-indent-9.ql-direction-rtl.ql-align-right{padding-right:27em}.ql-editor li.ql-indent-9.ql-direction-rtl.ql-align-right{padding-right:28.5em}.ql-editor .ql-video{display:block;max-width:100%}.ql-editor .ql-video.ql-align-center{margin:0 auto}.ql-editor .ql-video.ql-align-right{margin:0 0 0 auto}.ql-editor .ql-bg-black{background-color:#000}.ql-editor .ql-bg-red{background-color:#e60000}.ql-editor .ql-bg-orange{background-color:#f90}.ql-editor .ql-bg-yellow{background-color:#ff0}.ql-editor .ql-bg-green{background-color:#008a00}.ql-editor .ql-bg-blue{background-color:#06c}.ql-editor .ql-bg-purple{background-color:#93f}.ql-editor .ql-color-white{color:#fff}.ql-editor .ql-color-red{color:#e60000}.ql-editor .ql-color-orange{color:#f90}.ql-editor .ql-color-yellow{color:#ff0}.ql-editor .ql-color-green{color:#008a00}.ql-editor .ql-color-blue{color:#06c}.ql-editor .ql-color-purple{color:#93f}.ql-editor .ql-font-serif{font-family:Georgia,Times New Roman,serif}.ql-editor .ql-font-monospace{font-family:Monaco,Courier New,monospace}.ql-editor .ql-size-small{font-size:.75em}.ql-editor .ql-size-large{font-size:1.5em}.ql-editor .ql-size-huge{font-size:2.5em}.ql-editor .ql-direction-rtl{direction:rtl;text-align:inherit}.ql-editor .ql-align-center{text-align:center}.ql-editor .ql-align-justify{text-align:justify}.ql-editor .ql-align-right{text-align:right}.ql-editor.ql-blank:before{color:rgba(0,0,0,.6);content:attr(data-placeholder);font-style:italic;left:15px;pointer-events:none;position:absolute;right:15px}.ql-bubble.ql-toolbar:after,.ql-bubble .ql-toolbar:after{clear:both;content:"";display:table}.ql-bubble.ql-toolbar button,.ql-bubble .ql-toolbar button{background:none;border:none;cursor:pointer;display:inline-block;float:left;height:24px;padding:3px 5px;width:28px}.ql-bubble.ql-toolbar button svg,.ql-bubble .ql-toolbar button svg{float:left;height:100%}.ql-bubble.ql-toolbar button:active:hover,.ql-bubble .ql-toolbar button:active:hover{outline:none}.ql-bubble.ql-toolbar input.ql-image[type=file],.ql-bubble .ql-toolbar input.ql-image[type=file]{display:none}.ql-bubble.ql-toolbar .ql-picker-item.ql-selected,.ql-bubble .ql-toolbar .ql-picker-item.ql-selected,.ql-bubble.ql-toolbar .ql-picker-item:hover,.ql-bubble .ql-toolbar .ql-picker-item:hover,.ql-bubble.ql-toolbar .ql-picker-label.ql-active,.ql-bubble .ql-toolbar .ql-picker-label.ql-active,.ql-bubble.ql-toolbar .ql-picker-label:hover,.ql-bubble .ql-toolbar .ql-picker-label:hover,.ql-bubble.ql-toolbar button.ql-active,.ql-bubble .ql-toolbar button.ql-active,.ql-bubble.ql-toolbar button:focus,.ql-bubble .ql-toolbar button:focus,.ql-bubble.ql-toolbar button:hover,.ql-bubble .ql-toolbar button:hover{color:#fff}.ql-bubble.ql-toolbar .ql-picker-item.ql-selected .ql-fill,.ql-bubble .ql-toolbar .ql-picker-item.ql-selected .ql-fill,.ql-bubble.ql-toolbar .ql-picker-item.ql-selected .ql-stroke.ql-fill,.ql-bubble .ql-toolbar .ql-picker-item.ql-selected .ql-stroke.ql-fill,.ql-bubble.ql-toolbar .ql-picker-item:hover .ql-fill,.ql-bubble .ql-toolbar .ql-picker-item:hover .ql-fill,.ql-bubble.ql-toolbar .ql-picker-item:hover .ql-stroke.ql-fill,.ql-bubble .ql-toolbar .ql-picker-item:hover .ql-stroke.ql-fill,.ql-bubble.ql-toolbar .ql-picker-label.ql-active .ql-fill,.ql-bubble .ql-toolbar .ql-picker-label.ql-active .ql-fill,.ql-bubble.ql-toolbar .ql-picker-label.ql-active .ql-stroke.ql-fill,.ql-bubble .ql-toolbar .ql-picker-label.ql-active .ql-stroke.ql-fill,.ql-bubble.ql-toolbar .ql-picker-label:hover .ql-fill,.ql-bubble .ql-toolbar .ql-picker-label:hover .ql-fill,.ql-bubble.ql-toolbar .ql-picker-label:hover .ql-stroke.ql-fill,.ql-bubble .ql-toolbar .ql-picker-label:hover .ql-stroke.ql-fill,.ql-bubble.ql-toolbar button.ql-active .ql-fill,.ql-bubble .ql-toolbar button.ql-active .ql-fill,.ql-bubble.ql-toolbar button.ql-active .ql-stroke.ql-fill,.ql-bubble .ql-toolbar button.ql-active .ql-stroke.ql-fill,.ql-bubble.ql-toolbar button:focus .ql-fill,.ql-bubble .ql-toolbar button:focus .ql-fill,.ql-bubble.ql-toolbar button:focus .ql-stroke.ql-fill,.ql-bubble .ql-toolbar button:focus .ql-stroke.ql-fill,.ql-bubble.ql-toolbar button:hover .ql-fill,.ql-bubble .ql-toolbar button:hover .ql-fill,.ql-bubble.ql-toolbar button:hover .ql-stroke.ql-fill,.ql-bubble .ql-toolbar button:hover .ql-stroke.ql-fill{fill:#fff}.ql-bubble.ql-toolbar .ql-picker-item.ql-selected .ql-stroke,.ql-bubble .ql-toolbar .ql-picker-item.ql-selected .ql-stroke,.ql-bubble.ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter,.ql-bubble .ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter,.ql-bubble.ql-toolbar .ql-picker-item:hover .ql-stroke,.ql-bubble .ql-toolbar .ql-picker-item:hover .ql-stroke,.ql-bubble.ql-toolbar .ql-picker-item:hover .ql-stroke-miter,.ql-bubble .ql-toolbar .ql-picker-item:hover .ql-stroke-miter,.ql-bubble.ql-toolbar .ql-picker-label.ql-active .ql-stroke,.ql-bubble .ql-toolbar .ql-picker-label.ql-active .ql-stroke,.ql-bubble.ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter,.ql-bubble .ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter,.ql-bubble.ql-toolbar .ql-picker-label:hover .ql-stroke,.ql-bubble .ql-toolbar .ql-picker-label:hover .ql-stroke,.ql-bubble.ql-toolbar .ql-picker-label:hover .ql-stroke-miter,.ql-bubble .ql-toolbar .ql-picker-label:hover .ql-stroke-miter,.ql-bubble.ql-toolbar button.ql-active .ql-stroke,.ql-bubble .ql-toolbar button.ql-active .ql-stroke,.ql-bubble.ql-toolbar button.ql-active .ql-stroke-miter,.ql-bubble .ql-toolbar button.ql-active .ql-stroke-miter,.ql-bubble.ql-toolbar button:focus .ql-stroke,.ql-bubble .ql-toolbar button:focus .ql-stroke,.ql-bubble.ql-toolbar button:focus .ql-stroke-miter,.ql-bubble .ql-toolbar button:focus .ql-stroke-miter,.ql-bubble.ql-toolbar button:hover .ql-stroke,.ql-bubble .ql-toolbar button:hover .ql-stroke,.ql-bubble.ql-toolbar button:hover .ql-stroke-miter,.ql-bubble .ql-toolbar button:hover .ql-stroke-miter{stroke:#fff}@media (pointer:coarse){.ql-bubble.ql-toolbar button:hover:not(.ql-active),.ql-bubble .ql-toolbar button:hover:not(.ql-active){color:#ccc}.ql-bubble.ql-toolbar button:hover:not(.ql-active) .ql-fill,.ql-bubble .ql-toolbar button:hover:not(.ql-active) .ql-fill,.ql-bubble.ql-toolbar button:hover:not(.ql-active) .ql-stroke.ql-fill,.ql-bubble .ql-toolbar button:hover:not(.ql-active) .ql-stroke.ql-fill{fill:#ccc}.ql-bubble.ql-toolbar button:hover:not(.ql-active) .ql-stroke,.ql-bubble .ql-toolbar button:hover:not(.ql-active) .ql-stroke,.ql-bubble.ql-toolbar button:hover:not(.ql-active) .ql-stroke-miter,.ql-bubble .ql-toolbar button:hover:not(.ql-active) .ql-stroke-miter{stroke:#ccc}}.ql-bubble,.ql-bubble *{-webkit-box-sizing:border-box;box-sizing:border-box}.ql-bubble .ql-hidden{display:none}.ql-bubble .ql-out-bottom,.ql-bubble .ql-out-top{visibility:hidden}.ql-bubble .ql-tooltip{position:absolute;-webkit-transform:translateY(10px);transform:translateY(10px)}.ql-bubble .ql-tooltip a{cursor:pointer;text-decoration:none}.ql-bubble .ql-tooltip.ql-flip{-webkit-transform:translateY(-10px);transform:translateY(-10px)}.ql-bubble .ql-formats{display:inline-block;vertical-align:middle}.ql-bubble .ql-formats:after{clear:both;content:"";display:table}.ql-bubble .ql-stroke{fill:none;stroke:#ccc;stroke-linecap:round;stroke-linejoin:round;stroke-width:2}.ql-bubble .ql-stroke-miter{fill:none;stroke:#ccc;stroke-miterlimit:10;stroke-width:2}.ql-bubble .ql-fill,.ql-bubble .ql-stroke.ql-fill{fill:#ccc}.ql-bubble .ql-empty{fill:none}.ql-bubble .ql-even{fill-rule:evenodd}.ql-bubble .ql-stroke.ql-thin,.ql-bubble .ql-thin{stroke-width:1}.ql-bubble .ql-transparent{opacity:.4}.ql-bubble .ql-direction svg:last-child{display:none}.ql-bubble .ql-direction.ql-active svg:last-child{display:inline}.ql-bubble .ql-direction.ql-active svg:first-child{display:none}.ql-bubble .ql-editor h1{font-size:2em}.ql-bubble .ql-editor h2{font-size:1.5em}.ql-bubble .ql-editor h3{font-size:1.17em}.ql-bubble .ql-editor h4{font-size:1em}.ql-bubble .ql-editor h5{font-size:.83em}.ql-bubble .ql-editor h6{font-size:.67em}.ql-bubble .ql-editor a{text-decoration:underline}.ql-bubble .ql-editor blockquote{border-left:4px solid #ccc;margin-bottom:5px;margin-top:5px;padding-left:16px}.ql-bubble .ql-editor code,.ql-bubble .ql-editor pre{background-color:#f0f0f0;border-radius:3px}.ql-bubble .ql-editor pre{white-space:pre-wrap;margin-bottom:5px;margin-top:5px;padding:5px 10px}.ql-bubble .ql-editor code{font-size:85%;padding:2px 4px}.ql-bubble .ql-editor pre.ql-syntax{background-color:#23241f;color:#f8f8f2;overflow:visible}.ql-bubble .ql-editor img{max-width:100%}.ql-bubble .ql-picker{color:#ccc;display:inline-block;float:left;font-size:14px;font-weight:500;height:24px;position:relative;vertical-align:middle}.ql-bubble .ql-picker-label{cursor:pointer;display:inline-block;height:100%;padding-left:8px;padding-right:2px;position:relative;width:100%}.ql-bubble .ql-picker-label:before{display:inline-block;line-height:22px}.ql-bubble .ql-picker-options{background-color:#444;display:none;min-width:100%;padding:4px 8px;position:absolute;white-space:nowrap}.ql-bubble .ql-picker-options .ql-picker-item{cursor:pointer;display:block;padding-bottom:5px;padding-top:5px}.ql-bubble .ql-picker.ql-expanded .ql-picker-label{color:#777;z-index:2}.ql-bubble .ql-picker.ql-expanded .ql-picker-label .ql-fill{fill:#777}.ql-bubble .ql-picker.ql-expanded .ql-picker-label .ql-stroke{stroke:#777}.ql-bubble .ql-picker.ql-expanded .ql-picker-options{display:block;margin-top:-1px;top:100%;z-index:1}.ql-bubble .ql-color-picker,.ql-bubble .ql-icon-picker{width:28px}.ql-bubble .ql-color-picker .ql-picker-label,.ql-bubble .ql-icon-picker .ql-picker-label{padding:2px 4px}.ql-bubble .ql-color-picker .ql-picker-label svg,.ql-bubble .ql-icon-picker .ql-picker-label svg{right:4px}.ql-bubble .ql-icon-picker .ql-picker-options{padding:4px 0}.ql-bubble .ql-icon-picker .ql-picker-item{height:24px;width:24px;padding:2px 4px}.ql-bubble .ql-color-picker .ql-picker-options{padding:3px 5px;width:152px}.ql-bubble .ql-color-picker .ql-picker-item{border:1px solid transparent;float:left;height:16px;margin:2px;padding:0;width:16px}.ql-bubble .ql-picker:not(.ql-color-picker):not(.ql-icon-picker) svg{position:absolute;margin-top:-9px;right:0;top:50%;width:18px}.ql-bubble .ql-picker.ql-font .ql-picker-item[data-label]:not([data-label=""]):before,.ql-bubble .ql-picker.ql-font .ql-picker-label[data-label]:not([data-label=""]):before,.ql-bubble .ql-picker.ql-header .ql-picker-item[data-label]:not([data-label=""]):before,.ql-bubble .ql-picker.ql-header .ql-picker-label[data-label]:not([data-label=""]):before,.ql-bubble .ql-picker.ql-size .ql-picker-item[data-label]:not([data-label=""]):before,.ql-bubble .ql-picker.ql-size .ql-picker-label[data-label]:not([data-label=""]):before{content:attr(data-label)}.ql-bubble .ql-picker.ql-header{width:98px}.ql-bubble .ql-picker.ql-header .ql-picker-item:before,.ql-bubble .ql-picker.ql-header .ql-picker-label:before{content:"Normal"}.ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="1"]:before,.ql-bubble .ql-picker.ql-header .ql-picker-label[data-value="1"]:before{content:"Heading 1"}.ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="2"]:before,.ql-bubble .ql-picker.ql-header .ql-picker-label[data-value="2"]:before{content:"Heading 2"}.ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="3"]:before,.ql-bubble .ql-picker.ql-header .ql-picker-label[data-value="3"]:before{content:"Heading 3"}.ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="4"]:before,.ql-bubble .ql-picker.ql-header .ql-picker-label[data-value="4"]:before{content:"Heading 4"}.ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="5"]:before,.ql-bubble .ql-picker.ql-header .ql-picker-label[data-value="5"]:before{content:"Heading 5"}.ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="6"]:before,.ql-bubble .ql-picker.ql-header .ql-picker-label[data-value="6"]:before{content:"Heading 6"}.ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="1"]:before{font-size:2em}.ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="2"]:before{font-size:1.5em}.ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="3"]:before{font-size:1.17em}.ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="4"]:before{font-size:1em}.ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="5"]:before{font-size:.83em}.ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="6"]:before{font-size:.67em}.ql-bubble .ql-picker.ql-font{width:108px}.ql-bubble .ql-picker.ql-font .ql-picker-item:before,.ql-bubble .ql-picker.ql-font .ql-picker-label:before{content:"Sans Serif"}.ql-bubble .ql-picker.ql-font .ql-picker-item[data-value=serif]:before,.ql-bubble .ql-picker.ql-font .ql-picker-label[data-value=serif]:before{content:"Serif"}.ql-bubble .ql-picker.ql-font .ql-picker-item[data-value=monospace]:before,.ql-bubble .ql-picker.ql-font .ql-picker-label[data-value=monospace]:before{content:"Monospace"}.ql-bubble .ql-picker.ql-font .ql-picker-item[data-value=serif]:before{font-family:Georgia,Times New Roman,serif}.ql-bubble .ql-picker.ql-font .ql-picker-item[data-value=monospace]:before{font-family:Monaco,Courier New,monospace}.ql-bubble .ql-picker.ql-size{width:98px}.ql-bubble .ql-picker.ql-size .ql-picker-item:before,.ql-bubble .ql-picker.ql-size .ql-picker-label:before{content:"Normal"}.ql-bubble .ql-picker.ql-size .ql-picker-item[data-value=small]:before,.ql-bubble .ql-picker.ql-size .ql-picker-label[data-value=small]:before{content:"Small"}.ql-bubble .ql-picker.ql-size .ql-picker-item[data-value=large]:before,.ql-bubble .ql-picker.ql-size .ql-picker-label[data-value=large]:before{content:"Large"}.ql-bubble .ql-picker.ql-size .ql-picker-item[data-value=huge]:before,.ql-bubble .ql-picker.ql-size .ql-picker-label[data-value=huge]:before{content:"Huge"}.ql-bubble .ql-picker.ql-size .ql-picker-item[data-value=small]:before{font-size:10px}.ql-bubble .ql-picker.ql-size .ql-picker-item[data-value=large]:before{font-size:18px}.ql-bubble .ql-picker.ql-size .ql-picker-item[data-value=huge]:before{font-size:32px}.ql-bubble .ql-color-picker.ql-background .ql-picker-item{background-color:#fff}.ql-bubble .ql-color-picker.ql-color .ql-picker-item{background-color:#000}.ql-bubble .ql-toolbar .ql-formats{margin:8px 12px 8px 0}.ql-bubble .ql-toolbar .ql-formats:first-child{margin-left:12px}.ql-bubble .ql-color-picker svg{margin:1px}.ql-bubble .ql-color-picker .ql-picker-item.ql-selected,.ql-bubble .ql-color-picker .ql-picker-item:hover{border-color:#fff}.ql-bubble .ql-tooltip{background-color:#444;border-radius:25px;color:#fff}.ql-bubble .ql-tooltip-arrow{border-left:6px solid transparent;border-right:6px solid transparent;content:" ";display:block;left:50%;margin-left:-6px;position:absolute}.ql-bubble .ql-tooltip:not(.ql-flip) .ql-tooltip-arrow{border-bottom:6px solid #444;top:-6px}.ql-bubble .ql-tooltip.ql-flip .ql-tooltip-arrow{border-top:6px solid #444;bottom:-6px}.ql-bubble .ql-tooltip.ql-editing .ql-tooltip-editor{display:block}.ql-bubble .ql-tooltip.ql-editing .ql-formats{visibility:hidden}.ql-bubble .ql-tooltip-editor{display:none}.ql-bubble .ql-tooltip-editor input[type=text]{background:transparent;border:none;color:#fff;font-size:13px;height:100%;outline:none;padding:10px 20px;position:absolute;width:100%}.ql-bubble .ql-tooltip-editor a{top:10px;position:absolute;right:20px}.ql-bubble .ql-tooltip-editor a:before{color:#ccc;content:"\D7";font-size:16px;font-weight:700}.ql-container.ql-bubble:not(.ql-disabled) a{position:relative;white-space:nowrap}.ql-container.ql-bubble:not(.ql-disabled) a:before{background-color:#444;border-radius:15px;top:-5px;font-size:12px;color:#fff;content:attr(href);font-weight:400;overflow:hidden;padding:5px 15px;text-decoration:none;z-index:1}.ql-container.ql-bubble:not(.ql-disabled) a:after{border-top:6px solid #444;border-left:6px solid transparent;border-right:6px solid transparent;top:0;content:" ";height:0;width:0}.ql-container.ql-bubble:not(.ql-disabled) a:after,.ql-container.ql-bubble:not(.ql-disabled) a:before{left:0;margin-left:50%;position:absolute;-webkit-transform:translate(-50%,-100%);transform:translate(-50%,-100%);-webkit-transition:visibility 0s ease .2s;transition:visibility 0s ease .2s;visibility:hidden}.ql-container.ql-bubble:not(.ql-disabled) a:hover:after,.ql-container.ql-bubble:not(.ql-disabled) a:hover:before{visibility:visible} \ No newline at end of file diff --git a/target/classes/admin/admin/dist/favicon.ico b/target/classes/admin/admin/dist/favicon.ico new file mode 100644 index 0000000..df36fcf Binary files /dev/null and b/target/classes/admin/admin/dist/favicon.ico differ diff --git a/target/classes/admin/admin/dist/fonts/element-icons.535877f5.woff b/target/classes/admin/admin/dist/fonts/element-icons.535877f5.woff new file mode 100644 index 0000000..02b9a25 Binary files /dev/null and b/target/classes/admin/admin/dist/fonts/element-icons.535877f5.woff differ diff --git a/target/classes/admin/admin/dist/fonts/element-icons.732389de.ttf b/target/classes/admin/admin/dist/fonts/element-icons.732389de.ttf new file mode 100644 index 0000000..91b74de Binary files /dev/null and b/target/classes/admin/admin/dist/fonts/element-icons.732389de.ttf differ diff --git a/target/classes/admin/admin/dist/img/404.3648f234.png b/target/classes/admin/admin/dist/img/404.3648f234.png new file mode 100644 index 0000000..c82d175 Binary files /dev/null and b/target/classes/admin/admin/dist/img/404.3648f234.png differ diff --git a/target/classes/admin/admin/dist/img/avator.c58e4651.png b/target/classes/admin/admin/dist/img/avator.c58e4651.png new file mode 100644 index 0000000..88526ec Binary files /dev/null and b/target/classes/admin/admin/dist/img/avator.c58e4651.png differ diff --git a/target/classes/admin/admin/dist/img/zhongguo.20798bfa.png b/target/classes/admin/admin/dist/img/zhongguo.20798bfa.png new file mode 100644 index 0000000..fdc7f57 Binary files /dev/null and b/target/classes/admin/admin/dist/img/zhongguo.20798bfa.png differ diff --git a/target/classes/admin/admin/dist/index.html b/target/classes/admin/admin/dist/index.html new file mode 100644 index 0000000..22c5fda --- /dev/null +++ b/target/classes/admin/admin/dist/index.html @@ -0,0 +1 @@ +管理端-基于Java Web的车队管理信息系统
\ No newline at end of file diff --git a/target/classes/admin/admin/dist/js/app.9a38c2d2.js b/target/classes/admin/admin/dist/js/app.9a38c2d2.js new file mode 100644 index 0000000..f5ee8c7 --- /dev/null +++ b/target/classes/admin/admin/dist/js/app.9a38c2d2.js @@ -0,0 +1,2 @@ +(function(e){function t(t){for(var i,r,s=t[0],l=t[1],c=t[2],d=0,h=[];d厂商管理2'});r.a.add(s);t["default"]=s},"099f":function(e,t,a){"use strict";a.r(t);var i=a("92f2"),n=a.n(i),o=a("0b74"),r=a.n(o),s=new n.a({id:"icon-inspection",use:"icon-inspection-usage",viewBox:"0 0 113.39 113.39",content:'巡视反馈'});r.a.add(s);t["default"]=s},"0e21":function(e,t,a){"use strict";a.r(t);var i=a("92f2"),n=a.n(i),o=a("0b74"),r=a.n(o),s=new n.a({id:"icon-pests",use:"icon-pests-usage",viewBox:"0 0 113.39 107.68",content:'病虫害反馈'});r.a.add(s);t["default"]=s},"0fc7":function(e,t,a){"use strict";a("c928")},"105a":function(e,t,a){},"12e2":function(e,t,a){"use strict";a.r(t);var i=a("92f2"),n=a.n(i),o=a("0b74"),r=a.n(o),s=new n.a({id:"icon-monitorEquipment",use:"icon-monitorEquipment-usage",viewBox:"0 0 113.39 113.39",content:'监测设备'});r.a.add(s);t["default"]=s},1329:function(e,t,a){"use strict";a.r(t);var i=a("92f2"),n=a.n(i),o=a("0b74"),r=a.n(o),s=new n.a({id:"icon-diseasesinsects",use:"icon-diseasesinsects-usage",viewBox:"0 0 113.39 108.37",content:'病虫害分析'});r.a.add(s);t["default"]=s},1567:function(e,t,a){"use strict";a.r(t);var i=a("92f2"),n=a.n(i),o=a("0b74"),r=a.n(o),s=new n.a({id:"icon-tempFarm",use:"icon-tempFarm-usage",viewBox:"0 0 113.39 113.39",content:'临时农事管理'});r.a.add(s);t["default"]=s},"16c5":function(e,t,a){},"16cd":function(e,t,a){"use strict";a.r(t);var i=a("92f2"),n=a.n(i),o=a("0b74"),r=a.n(o),s=new n.a({id:"icon-firm",use:"icon-firm-usage",viewBox:"0 0 113.43 113.52",content:'厂商管理'});r.a.add(s);t["default"]=s},"1dc1":function(module,__webpack_exports__,__webpack_require__){"use strict";var core_js_modules_es_array_index_of_js__WEBPACK_IMPORTED_MODULE_0__=__webpack_require__("1013"),core_js_modules_es_array_index_of_js__WEBPACK_IMPORTED_MODULE_0___default=__webpack_require__.n(core_js_modules_es_array_index_of_js__WEBPACK_IMPORTED_MODULE_0__),core_js_modules_es_array_push_js__WEBPACK_IMPORTED_MODULE_1__=__webpack_require__("89f0"),core_js_modules_es_array_push_js__WEBPACK_IMPORTED_MODULE_1___default=__webpack_require__.n(core_js_modules_es_array_push_js__WEBPACK_IMPORTED_MODULE_1__),core_js_modules_es_date_to_json_js__WEBPACK_IMPORTED_MODULE_2__=__webpack_require__("fa12"),core_js_modules_es_date_to_json_js__WEBPACK_IMPORTED_MODULE_2___default=__webpack_require__.n(core_js_modules_es_date_to_json_js__WEBPACK_IMPORTED_MODULE_2__),core_js_modules_es_json_stringify_js__WEBPACK_IMPORTED_MODULE_3__=__webpack_require__("22f6"),core_js_modules_es_json_stringify_js__WEBPACK_IMPORTED_MODULE_3___default=__webpack_require__.n(core_js_modules_es_json_stringify_js__WEBPACK_IMPORTED_MODULE_3__),core_js_modules_es_object_keys_js__WEBPACK_IMPORTED_MODULE_4__=__webpack_require__("fda0"),core_js_modules_es_object_keys_js__WEBPACK_IMPORTED_MODULE_4___default=__webpack_require__.n(core_js_modules_es_object_keys_js__WEBPACK_IMPORTED_MODULE_4__),_router_router_static__WEBPACK_IMPORTED_MODULE_5__=__webpack_require__("80e3"),echarts__WEBPACK_IMPORTED_MODULE_6__=__webpack_require__("ef6c");__webpack_exports__["a"]={data:function(){return{line:{backgroundColor:"transparent",yAxis:{axisLabel:{borderType:"solid",rotate:0,padding:0,shadowOffsetX:0,margin:15,backgroundColor:"transparent",borderColor:"#000",shadowOffsetY:0,color:"#333",shadowBlur:0,show:!0,inside:!1,ellipsis:"...",overflow:"none",borderRadius:0,borderWidth:0,width:"",fontSize:12,lineHeight:24,shadowColor:"transparent",fontWeight:"normal",height:""},axisTick:{show:!0,length:5,lineStyle:{shadowOffsetX:0,shadowOffsetY:0,cap:"butt",color:"#333",shadowBlur:0,width:1,type:"solid",opacity:1,shadowColor:"rgba(0,0,0,.5)"},inside:!1},splitLine:{lineStyle:{shadowOffsetX:0,shadowOffsetY:0,cap:"butt",color:"#666",shadowBlur:0,width:1,type:"solid",opacity:1,shadowColor:"rgba(0,0,0,.5)"},show:!0},axisLine:{lineStyle:{shadowOffsetX:0,shadowOffsetY:0,cap:"butt",color:"#333",shadowBlur:0,width:1,type:"solid",opacity:1,shadowColor:"rgba(0,0,0,.5)"},show:!0},splitArea:{show:!1,areaStyle:{shadowOffsetX:0,shadowOffsetY:0,color:"rgba(25,25,25,0.3)",opacity:1,shadowBlur:10,shadowColor:"rgba(0,0,0,.5)"}}},xAxis:{axisLabel:{borderType:"solid",rotate:0,padding:0,shadowOffsetX:0,margin:4,backgroundColor:"transparent",borderColor:"#000",shadowOffsetY:0,color:"#333",shadowBlur:0,show:!0,inside:!1,ellipsis:"...",overflow:"none",borderRadius:0,borderWidth:0,width:"",fontSize:12,lineHeight:24,shadowColor:"transparent",fontWeight:"normal",height:""},axisTick:{show:!0,length:5,lineStyle:{shadowOffsetX:0,shadowOffsetY:0,cap:"butt",color:"#333",shadowBlur:0,width:1,type:"solid",opacity:1,shadowColor:"rgba(0,0,0,.5)"},inside:!1},splitLine:{lineStyle:{shadowOffsetX:0,shadowOffsetY:0,cap:"butt",color:"#333",shadowBlur:0,width:1,type:"solid",opacity:1,shadowColor:"rgba(0,0,0,.5)"},show:!1},axisLine:{lineStyle:{shadowOffsetX:0,shadowOffsetY:0,cap:"butt",color:"#333",shadowBlur:0,width:1,type:"solid",opacity:1,shadowColor:"rgba(0,0,0,.5)"},show:!0},splitArea:{show:!1,areaStyle:{shadowOffsetX:0,shadowOffsetY:0,color:"rgba(25,25,25,.3)",opacity:1,shadowBlur:10,shadowColor:"rgba(0,0,0,.5)"}}},color:["#00acc1","#91cc75","#fac858","#ee6666","#5470c6","#3ba272","#fc8452","#9a60b4","#ea7ccc"],legend:{padding:0,itemGap:10,shadowOffsetX:0,backgroundColor:"transparent",borderColor:"#666",shadowOffsetY:0,orient:"horizontal",shadowBlur:0,bottom:"auto",itemHeight:14,show:!0,icon:"roundRect",itemStyle:{borderType:"solid",shadowOffsetX:0,borderColor:"inherit",shadowOffsetY:0,color:"#333",shadowBlur:0,borderWidth:0,opacity:1,shadowColor:"transparent"},right:"auto",top:"auto",borderRadius:0,lineStyle:{shadowOffsetX:0,shadowOffsetY:0,color:"inherit",shadowBlur:0,width:"auto",type:"inherit",opacity:1,shadowColor:"transparent"},left:"right",borderWidth:0,width:"80%",itemWidth:20,textStyle:{textBorderWidth:0,color:"#333",textShadowColor:"transparent",ellipsis:"...",overflow:"none",fontSize:12,lineHeight:24,textShadowOffsetX:0,textShadowOffsetY:0,textBorderType:"solid",fontWeight:500,textBorderColor:"transparent",textShadowBlur:0},shadowColor:"rgba(0,0,0,.3)",height:"auto"},series:{showSymbol:!0,symbol:"emptyCircle",symbolSize:4},tooltip:{backgroundColor:"#fff",textStyle:{color:"#333"}},title:{borderType:"solid",padding:0,shadowOffsetX:0,backgroundColor:"transparent",borderColor:"#666",shadowOffsetY:0,shadowBlur:0,bottom:"auto",show:!0,right:"auto",top:"auto",borderRadius:0,left:"left",borderWidth:0,textStyle:{textBorderWidth:0,color:"#333",textShadowColor:"transparent",fontSize:14,lineHeight:24,textShadowOffsetX:0,textShadowOffsetY:0,textBorderType:"solid",fontWeight:600,textBorderColor:"#666",textShadowBlur:0},shadowColor:"transparent"}},bar:{backgroundColor:"transparent",yAxis:{axisLabel:{borderType:"solid",rotate:0,padding:0,shadowOffsetX:0,margin:12,backgroundColor:"transparent",borderColor:"#666",shadowOffsetY:0,color:"#333",shadowBlur:0,show:!0,inside:!1,ellipsis:"...",overflow:"none",borderRadius:0,borderWidth:0,width:"",fontSize:12,lineHeight:24,shadowColor:"transparent",fontWeight:"normal",height:""},axisTick:{show:!0,length:5,lineStyle:{shadowOffsetX:0,shadowOffsetY:0,cap:"butt",color:"#333",shadowBlur:0,width:1,type:"solid",opacity:1,shadowColor:"rgba(0,0,0,.5)"},inside:!1},splitLine:{lineStyle:{shadowOffsetX:0,shadowOffsetY:0,cap:"butt",color:"#666",shadowBlur:0,width:1,type:"solid",opacity:1,shadowColor:"rgba(0,0,0,.5)"},show:!0},axisLine:{lineStyle:{shadowOffsetX:0,shadowOffsetY:0,cap:"butt",color:"#333",shadowBlur:0,width:1,type:"solid",opacity:1,shadowColor:"rgba(0,0,0,.5)"},show:!0},splitArea:{show:!1,areaStyle:{shadowOffsetX:0,shadowOffsetY:0,color:"rgba(25,25,25,0.3)",opacity:1,shadowBlur:10,shadowColor:"rgba(0,0,0,.5)"}}},xAxis:{axisLabel:{borderType:"solid",rotate:0,padding:0,shadowOffsetX:0,margin:4,backgroundColor:"transparent",borderColor:"#000",shadowOffsetY:0,color:"#333",shadowBlur:0,show:!0,inside:!1,ellipsis:"...",overflow:"none",borderRadius:0,borderWidth:0,width:"",fontSize:12,lineHeight:24,shadowColor:"transparent",fontWeight:"normal",height:""},axisTick:{show:!0,length:5,lineStyle:{shadowOffsetX:0,shadowOffsetY:0,cap:"butt",color:"#333",shadowBlur:0,width:1,type:"solid",opacity:1,shadowColor:"rgba(0,0,0,.5)"},inside:!1},splitLine:{lineStyle:{shadowOffsetX:0,shadowOffsetY:0,cap:"butt",color:"#333",shadowBlur:0,width:1,type:"solid",opacity:1,shadowColor:"rgba(0,0,0,.5)"},show:!1},axisLine:{lineStyle:{shadowOffsetX:0,shadowOffsetY:0,cap:"butt",color:"#333",shadowBlur:0,width:1,type:"solid",opacity:1,shadowColor:"rgba(0,0,0,.5)"},show:!0},splitArea:{show:!1,areaStyle:{shadowOffsetX:0,shadowOffsetY:0,color:"rgba(25,25,25,.3)",opacity:1,shadowBlur:10,shadowColor:"rgba(0,0,0,.5)"}}},color:["#00acc1","#91cc75","#fac858","#ee6666","#5470c6","#3ba272","#fc8452","#9a60b4","#ea7ccc"],legend:{padding:0,itemGap:10,shadowOffsetX:0,backgroundColor:"transparent",borderColor:"#666",shadowOffsetY:0,orient:"horizontal",shadowBlur:0,bottom:"auto",itemHeight:14,show:!0,icon:"roundRect",itemStyle:{borderType:"solid",shadowOffsetX:0,borderColor:"inherit",shadowOffsetY:0,color:"#333",shadowBlur:0,borderWidth:0,opacity:1,shadowColor:"transparent"},right:"auto",top:"auto",borderRadius:0,lineStyle:{shadowOffsetX:0,shadowOffsetY:0,color:"inherit",shadowBlur:0,width:"auto",type:"inherit",opacity:1,shadowColor:"transparent"},left:"right",borderWidth:0,width:"80%",itemWidth:20,textStyle:{textBorderWidth:0,color:"#333",textShadowColor:"transparent",ellipsis:"...",overflow:"none",fontSize:12,lineHeight:24,textShadowOffsetX:0,textShadowOffsetY:0,textBorderType:"solid",fontWeight:500,textBorderColor:"transparent",textShadowBlur:0},shadowColor:"rgba(0,0,0,.3)",height:"auto"},series:{barWidth:"auto",itemStyle:{borderType:"solid",shadowOffsetX:0,borderColor:"#666",shadowOffsetY:0,color:"",shadowBlur:0,borderWidth:0,opacity:1,shadowColor:"#000"},colorBy:"data",barCategoryGap:"20%"},tooltip:{backgroundColor:"#fff",textStyle:{color:"#333"}},title:{borderType:"solid",padding:0,shadowOffsetX:0,backgroundColor:"transparent",borderColor:"#666",shadowOffsetY:0,shadowBlur:0,bottom:"auto",show:!0,right:"auto",top:"auto",borderRadius:0,left:"left",borderWidth:0,textStyle:{textBorderWidth:0,color:"#333",textShadowColor:"transparent",fontSize:14,lineHeight:24,textShadowOffsetX:0,textShadowOffsetY:0,textBorderType:"solid",fontWeight:600,textBorderColor:"#666",textShadowBlur:0},shadowColor:"transparent"},base:{animate:!0,interval:2e3}},pie:{tooltip:{backgroundColor:"#fff",textStyle:{color:"#333"}},backgroundColor:"transparent",color:["#00acc1","#91cc75","#fac858","#ee6666","#5470c6","#3ba272","#fc8452","#9a60b4","#ea7ccc"],title:{borderType:"solid",padding:0,shadowOffsetX:0,backgroundColor:"transparent",borderColor:"#666",shadowOffsetY:0,shadowBlur:0,bottom:"auto",show:!0,right:"auto",top:"auto",borderRadius:0,left:"left",borderWidth:0,textStyle:{textBorderWidth:0,color:"#333",textShadowColor:"transparent",fontSize:14,lineHeight:14,textShadowOffsetX:0,textShadowOffsetY:0,textBorderType:"solid",fontWeight:600,textBorderColor:"#666",textShadowBlur:0},shadowColor:"transparent"},legend:{padding:0,itemGap:10,shadowOffsetX:0,backgroundColor:"transparent",borderColor:"#666",shadowOffsetY:0,orient:"horizontal",shadowBlur:0,bottom:"auto",itemHeight:14,show:!0,icon:"roundRect",itemStyle:{borderType:"solid",shadowOffsetX:0,borderColor:"inherit",shadowOffsetY:0,color:"inherit",shadowBlur:0,borderWidth:0,opacity:1,shadowColor:"transparent"},right:0,top:"auto",borderRadius:0,lineStyle:{shadowOffsetX:0,shadowOffsetY:0,color:"inherit",shadowBlur:0,width:"auto",type:"inherit",opacity:1,shadowColor:"transparent"},left:"right",borderWidth:0,width:"80%",itemWidth:20,textStyle:{textBorderWidth:0,color:"#333",textShadowColor:"transparent",ellipsis:"...",overflow:"none",fontSize:12,lineHeight:12,textShadowOffsetX:0,textShadowOffsetY:0,textBorderType:"solid",fontWeight:500,textBorderColor:"transparent",textShadowBlur:0},shadowColor:"rgba(0,0,0,.3)",height:"auto"},series:{itemStyle:{borderType:"solid",shadowOffsetX:0,borderColor:"#666",shadowOffsetY:0,color:"",shadowBlur:0,borderWidth:0,opacity:1,shadowColor:"#000"},label:{borderType:"solid",rotate:0,padding:0,textBorderWidth:0,backgroundColor:"transparent",borderColor:"#666",color:"#333",show:!0,textShadowColor:"transparent",distanceToLabelLine:5,ellipsis:"...",overflow:"none",borderRadius:0,borderWidth:0,fontSize:12,lineHeight:18,textShadowOffsetX:0,position:"outside",textShadowOffsetY:0,textBorderType:"solid",textBorderColor:"#666",textShadowBlur:0},labelLine:{show:!0,length:10,lineStyle:{shadowOffsetX:0,shadowOffsetY:0,color:"#333",shadowBlur:0,width:1,type:"solid",opacity:1,shadowColor:"#000"},length2:14,smooth:!1}}},funnel:{tooltip:{backgroundColor:"#fff",textStyle:{color:"#333"}},backgroundColor:"transparent",color:["#5470c6","#91cc75","#fac858","#ee6666","#73c0de","#3ba272","#fc8452","#9a60b4","#ea7ccc"],title:{borderType:"solid",padding:2,shadowOffsetX:0,backgroundColor:"transparent",borderColor:"#ccc",shadowOffsetY:0,shadowBlur:0,bottom:"auto",show:!0,right:"auto",top:"auto",borderRadius:0,left:"center",borderWidth:0,textStyle:{textBorderWidth:0,color:"#666",textShadowColor:"transparent",fontSize:14,lineHeight:14,textShadowOffsetX:0,textShadowOffsetY:0,textBorderType:"solid",fontWeight:500,textBorderColor:"#ccc",textShadowBlur:0},shadowColor:"transparent"},legend:{padding:5,itemGap:10,shadowOffsetX:0,backgroundColor:"transparent",borderColor:"#ccc",shadowOffsetY:0,orient:"vertical",shadowBlur:0,bottom:"auto",itemHeight:14,show:!0,icon:"roundRect",itemStyle:{borderType:"solid",shadowOffsetX:0,borderColor:"inherit",shadowOffsetY:0,color:"inherit",shadowBlur:0,borderWidth:0,opacity:1,shadowColor:"transparent"},top:"auto",borderRadius:0,lineStyle:{shadowOffsetX:0,shadowOffsetY:0,color:"inherit",shadowBlur:0,width:"auto",type:"inherit",opacity:1,shadowColor:"transparent"},left:"left",borderWidth:0,width:"auto",itemWidth:25,textStyle:{textBorderWidth:0,color:"inherit",textShadowColor:"transparent",ellipsis:"...",overflow:"none",fontSize:12,lineHeight:20,textShadowOffsetX:0,textShadowOffsetY:0,textBorderType:"solid",fontWeight:500,textBorderColor:"transparent",textShadowBlur:0},shadowColor:"rgba(0,0,0,.3)",height:"auto"},series:{itemStyle:{borderType:"solid",shadowOffsetX:0,borderColor:"#000",shadowOffsetY:0,color:"",shadowBlur:0,borderWidth:0,opacity:1,shadowColor:"#000"},label:{borderType:"solid",rotate:0,padding:0,textBorderWidth:0,backgroundColor:"transparent",borderColor:"#fff",color:"",show:!0,textShadowColor:"transparent",distanceToLabelLine:5,ellipsis:"...",overflow:"none",borderRadius:0,borderWidth:0,fontSize:12,lineHeight:18,textShadowOffsetX:0,position:"outside",textShadowOffsetY:0,textBorderType:"solid",textBorderColor:"#fff",textShadowBlur:0},labelLine:{show:!0,length:10,lineStyle:{shadowOffsetX:0,shadowOffsetY:0,shadowBlur:0,width:1,type:"solid",opacity:1,shadowColor:"#000"},length2:14,smooth:!1}}},boardBase:{funnelNum:8,lineNum:8,gaugeNum:8,barNum:8,pieNum:8},gauge:{tooltip:{backgroundColor:"#fff",textStyle:{color:"#333"}},backgroundColor:"transparent",color:["#5470c6","#91cc75","#fac858","#ee6666","#73c0de","#3ba272","#fc8452","#9a60b4","#ea7ccc"],title:{top:"top",left:"left",textStyle:{fontSize:14,lineHeight:24,color:"#333",fontWeight:600}},series:{pointer:{offsetCenter:[0,"10%"],icon:"path://M2.9,0.7L2.9,0.7c1.4,0,2.6,1.2,2.6,2.6v115c0,1.4-1.2,2.6-2.6,2.6l0,0c-1.4,0-2.6-1.2-2.6-2.6V3.3C0.3,1.9,1.4,0.7,2.9,0.7z",width:8,length:"80%"},axisLine:{lineStyle:{shadowOffsetX:0,shadowOffsetY:0,opacity:.5,shadowBlur:1,shadowColor:"#000"},roundCap:!0},anchor:{show:!0,itemStyle:{color:"inherit"},size:18,showAbove:!0},emphasis:{disabled:!1},progress:{show:!0,roundCap:!0,overlap:!0},splitNumber:25,detail:{formatter:"{value}",backgroundColor:"inherit",color:"#fff",borderRadius:3,width:20,fontSize:12,height:12},title:{fontSize:12},animation:!0}}}},mounted:function(){this.init()},methods:{wordclouds:function wordclouds(wordcloudData,echartsId){var wordcloud={maskImage:"data:image/png;base64,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",option:{tooltip:{show:!1},backgroundColor:"transparent",series:[{sizeRange:[9,32],layoutAnimation:!0,shape:"circle",data:[{name:"花鸟市场",value:1446},{name:"汽车",value:928},{name:"视频",value:906},{name:"电视",value:825},{name:"Lover Boy 88",value:514},{name:"动漫",value:486},{name:"音乐",value:53},{name:"直播",value:163},{name:"广播电台",value:86},{name:"戏曲曲艺",value:17},{name:"演出票务",value:6},{name:"给陌生的你听",value:1},{name:"资讯",value:1437},{name:"商业财经",value:422},{name:"娱乐八卦",value:353},{name:"军事",value:331},{name:"科技资讯",value:313},{name:"社会时政",value:307},{name:"时尚",value:43},{name:"网络奇闻",value:15},{name:"旅游出行",value:438},{name:"景点类型",value:957},{name:"国内游",value:927},{name:"远途出行方式",value:908},{name:"酒店",value:693},{name:"关注景点",value:611},{name:"旅游网站偏好",value:512},{name:"出国游",value:382},{name:"交通票务",value:312},{name:"旅游方式",value:187},{name:"旅游主题",value:163},{name:"港澳台",value:104},{name:"本地周边游",value:3},{name:"小卖家",value:1331},{name:"全日制学校",value:941},{name:"基础教育科目",value:585},{name:"考试培训",value:473},{name:"语言学习",value:358},{name:"留学",value:246},{name:"K12课程培训",value:207},{name:"艺术培训",value:194},{name:"技能培训",value:104},{name:"IT培训",value:87},{name:"高等教育专业",value:63},{name:"家教",value:48},{name:"体育培训",value:23},{name:"职场培训",value:5},{name:"金融财经",value:1328},{name:"银行",value:765},{name:"股票",value:452},{name:"保险",value:415},{name:"贷款",value:253},{name:"基金",value:211},{name:"信用卡",value:180},{name:"外汇",value:138},{name:"P2P",value:116},{name:"贵金属",value:98},{name:"债券",value:93},{name:"网络理财",value:92},{name:"信托",value:90},{name:"征信",value:76},{name:"期货",value:76},{name:"公积金",value:40},{name:"银行理财",value:36},{name:"银行业务",value:30},{name:"典当",value:7},{name:"海外置业",value:1},{name:"汽车",value:1309},{name:"汽车档次",value:965},{name:"汽车品牌",value:900},{name:"汽车车型",value:727},{name:"购车阶段",value:461},{name:"二手车",value:309},{name:"汽车美容",value:260},{name:"新能源汽车",value:173},{name:"汽车维修",value:155},{name:"租车服务",value:136},{name:"车展",value:121},{name:"违章查询",value:76},{name:"汽车改装",value:62},{name:"汽车用品",value:37},{name:"路况查询",value:32},{name:"汽车保险",value:28},{name:"陪驾代驾",value:4},{name:"网络购物",value:1275},{name:"做我的猫",value:1088},{name:"只想要你知道",value:907},{name:"团购",value:837},{name:"比价",value:201},{name:"海淘",value:195},{name:"移动APP购物",value:179},{name:"支付方式",value:119},{name:"代购",value:43},{name:"体育健身",value:1234},{name:"体育赛事项目",value:802},{name:"运动项目",value:405},{name:"体育类赛事",value:337},{name:"健身项目",value:199},{name:"健身房健身",value:78},{name:"运动健身",value:77},{name:"家庭健身",value:36},{name:"健身器械",value:29},{name:"办公室健身",value:3},{name:"商务服务",value:1201},{name:"法律咨询",value:508},{name:"化工材料",value:147},{name:"广告服务",value:125},{name:"会计审计",value:115},{name:"人员招聘",value:101},{name:"印刷打印",value:66},{name:"知识产权",value:32},{name:"翻译",value:22},{name:"安全安保",value:9},{name:"公关服务",value:8},{name:"商旅服务",value:2},{name:"展会服务",value:2},{name:"特许经营",value:1},{name:"休闲爱好",value:1169},{name:"收藏",value:412},{name:"摄影",value:393},{name:"温泉",value:230},{name:"博彩彩票",value:211},{name:"美术",value:207},{name:"书法",value:139},{name:"DIY手工",value:75},{name:"舞蹈",value:23},{name:"钓鱼",value:21},{name:"棋牌桌游",value:17},{name:"KTV",value:6},{name:"密室",value:5},{name:"采摘",value:4},{name:"电玩",value:1},{name:"真人CS",value:1},{name:"轰趴",value:1},{name:"家电数码",value:1111},{name:"手机",value:885},{name:"电脑",value:543},{name:"大家电",value:321},{name:"家电关注品牌",value:253},{name:"网络设备",value:162},{name:"摄影器材",value:149},{name:"影音设备",value:133},{name:"办公数码设备",value:113},{name:"生活电器",value:67},{name:"厨房电器",value:54},{name:"智能设备",value:45},{name:"个人护理电器",value:22},{name:"服饰鞋包",value:1047},{name:"服装",value:566},{name:"饰品",value:289},{name:"鞋",value:184},{name:"箱包",value:168},{name:"奢侈品",value:137},{name:"母婴亲子",value:1041},{name:"孕婴保健",value:505},{name:"母婴社区",value:299},{name:"早教",value:103},{name:"奶粉辅食",value:66},{name:"童车童床",value:41},{name:"关注品牌",value:271},{name:"宝宝玩乐",value:30},{name:"母婴护理服务",value:25},{name:"纸尿裤湿巾",value:16},{name:"妈妈用品",value:15},{name:"宝宝起名",value:12},{name:"童装童鞋",value:9},{name:"胎教",value:8},{name:"宝宝安全",value:1},{name:"宝宝洗护用品",value:1},{name:"软件应用",value:1018},{name:"系统工具",value:896},{name:"理财购物",value:440},{name:"生活实用",value:365},{name:"影音图像",value:256},{name:"社交通讯",value:214},{name:"手机美化",value:39},{name:"办公学习",value:28},{name:"应用市场",value:23},{name:"母婴育儿",value:14},{name:"游戏",value:946},{name:"手机游戏",value:565},{name:"PC游戏",value:353},{name:"网页游戏",value:254},{name:"游戏机",value:188},{name:"模拟辅助",value:166},{name:"个护美容",value:942},{name:"护肤品",value:177},{name:"彩妆",value:133},{name:"美发",value:80},{name:"香水",value:50},{name:"个人护理",value:46},{name:"美甲",value:26},{name:"SPA美体",value:21},{name:"花鸟萌宠",value:914},{name:"绿植花卉",value:311},{name:"狗",value:257},{name:"其他宠物",value:131},{name:"水族",value:125},{name:"猫",value:122},{name:"动物",value:81},{name:"鸟",value:67},{name:"宠物用品",value:41},{name:"宠物服务",value:26},{name:"书籍阅读",value:913},{name:"网络小说",value:483},{name:"关注书籍",value:128},{name:"文学",value:105},{name:"报刊杂志",value:77},{name:"人文社科",value:22},{name:"建材家居",value:907},{name:"装修建材",value:644},{name:"家具",value:273},{name:"家居风格",value:187},{name:"家居家装关注品牌",value:140},{name:"家纺",value:107},{name:"厨具",value:47},{name:"灯具",value:43},{name:"家居饰品",value:29},{name:"家居日常用品",value:10},{name:"生活服务",value:883},{name:"物流配送",value:536},{name:"家政服务",value:108},{name:"摄影服务",value:49},{name:"搬家服务",value:38},{name:"物业维修",value:37},{name:"婚庆服务",value:24},{name:"二手回收",value:24},{name:"鲜花配送",value:3},{name:"维修服务",value:3},{name:"殡葬服务",value:1},{name:"求职创业",value:874},{name:"创业",value:363},{name:"目标职位",value:162},{name:"目标行业",value:50},{name:"兼职",value:21},{name:"期望年薪",value:20},{name:"实习",value:16},{name:"雇主类型",value:10},{name:"星座运势",value:789},{name:"星座",value:316},{name:"算命",value:303},{name:"解梦",value:196},{name:"风水",value:93},{name:"面相分析",value:47},{name:"手相",value:32},{name:"公益",value:90}],keepAspect:!1,type:"wordCloud",rotationRange:[-90,90],gridSize:8,shrinkToFit:!1,top:"center",left:"center",width:"80%",emphasis:{focus:"self",textStyle:{textShadowColor:"#333",textShadowBlur:0}},drawOutOfBound:!1,rotationStep:45,textStyle:{color:'function(){return"rgb("+[Math.round(160*Math.random()),Math.round(160*Math.random()),Math.round(160*Math.random())].join(",")+")"}',fontWeight:500,fontFamily:"sans-serif"},height:"80%",maskImage:{}}]}};wordcloud=JSON.parse(JSON.stringify(wordcloud),(function(k,v){return"string"==typeof v&&v.indexOf("function")>-1?eval("(function(){return "+v+" })()"):v})),wordcloud.option.series[0].data=wordcloudData,this.myChart0=echarts__WEBPACK_IMPORTED_MODULE_6__["init"](document.getElementById(echartsId));var myChart=this.myChart0,img=wordcloud.maskImage;if(img){var maskImage=new Image;maskImage.src=img,maskImage.onload=function(){wordcloud.option.series[0].maskImage=maskImage,myChart.clear(),myChart.setOption(wordcloud.option)}}else delete wordcloud.option.series[0].maskImage,myChart.clear(),myChart.setOption(wordcloud.option)},myChartInterval:function(e,t,a,i){this.$nextTick((function(){setInterval((function(){var n=t.shift();t.push(n);var o=a.shift();a.push(o),1==e&&i.setOption({xAxis:[{data:t}],series:[{data:a}]}),2==e&&i.setOption({yAxis:[{data:t}],series:[{data:a}]})}),2e3)}))},init:function(){this.$storage.get("Token")?this.$http({url:"".concat(this.$storage.get("sessionTable"),"/session"),method:"get"}).then((function(e){var t=e.data;t&&0!=t.code&&_router_router_static__WEBPACK_IMPORTED_MODULE_5__["a"].push({name:"login"})})):_router_router_static__WEBPACK_IMPORTED_MODULE_5__["a"].push({name:"login"})}}}},"1e2f":function(e,t,a){},"1ffa":function(e,t,a){"use strict";a("7b52")},2344:function(e,t,a){"use strict";a.r(t);var i=a("92f2"),n=a.n(i),o=a("0b74"),r=a.n(o),s=new n.a({id:"icon-crop",use:"icon-crop-usage",viewBox:"0 0 113.56 113.39",content:'农作物管理2'});r.a.add(s);t["default"]=s},"23c2":function(e,t,a){"use strict";a.r(t);var i=a("92f2"),n=a.n(i),o=a("0b74"),r=a.n(o),s=new n.a({id:"icon-cfg",use:"icon-cfg-usage",viewBox:"0 0 1024 1024",content:''});r.a.add(s);t["default"]=s},"25ba":function(e,t,a){"use strict";a.r(t);var i=a("92f2"),n=a.n(i),o=a("0b74"),r=a.n(o),s=new n.a({id:"icon-device",use:"icon-device-usage",viewBox:"0 0 113.39 113.39",content:'设备管理'});r.a.add(s);t["default"]=s},"27f8":function(e,t,a){"use strict";a.r(t);var i=a("92f2"),n=a.n(i),o=a("0b74"),r=a.n(o),s=new n.a({id:"icon-menu",use:"icon-menu-usage",viewBox:"0 0 1024 1024",content:''});r.a.add(s);t["default"]=s},2971:function(e,t,a){"use strict";var i={list:function(){return[{backMenu:[{child:[{allButtons:["新增","查看","修改","删除"],appFrontIcon:"cuIcon-goodsnew",buttons:["新增","查看","修改","删除"],menu:"驾驶员",menuJump:"列表",tableName:"jiashiyuan"}],menu:"驾驶员管理"},{child:[{allButtons:["新增","查看","修改","删除","审核"],appFrontIcon:"cuIcon-attentionfavor",buttons:["新增","查看","修改","删除","审核"],menu:"工作人员",menuJump:"列表",tableName:"gongzuorenyuan"}],menu:"工作人员管理"},{child:[{allButtons:["新增","查看","修改","删除"],appFrontIcon:"cuIcon-pic",buttons:["新增","查看","修改","删除"],menu:"公告信息",menuJump:"列表",tableName:"gonggaoxinxi"}],menu:"公告信息管理"},{child:[{allButtons:["新增","查看","修改","删除","保险信息","续保通知","事故记录"],appFrontIcon:"cuIcon-pay",buttons:["查看","删除"],menu:"车辆档案",menuJump:"列表",tableName:"cheliangdangan"}],menu:"车辆档案管理"},{child:[{allButtons:["新增","查看","修改","删除"],appFrontIcon:"cuIcon-vipcard",buttons:["查看","删除"],menu:"保险信息",menuJump:"列表",tableName:"baoxianxinxi"}],menu:"保险信息管理"},{child:[{allButtons:["新增","查看","修改","删除","到期次数"],appFrontIcon:"cuIcon-present",buttons:["查看","删除","到期次数"],menu:"续保通知",menuJump:"列表",tableName:"xubaotongzhi"}],menu:"续保通知管理"},{child:[{allButtons:["新增","查看","修改","删除"],appFrontIcon:"el-icon-coins",buttons:["新增","查看","修改","删除"],menu:"路线信息",menuJump:"列表",tableName:"luxianxinxi"}],menu:"路线信息管理"},{child:[{allButtons:["新增","查看","修改","删除","事故次数"],appFrontIcon:"cuIcon-goods",buttons:["删除","事故次数","查看"],menu:"事故记录",menuJump:"列表",tableName:"shigujilu"}],menu:"事故记录管理"}],frontMenu:[],hasBackLogin:"是",hasBackRegister:"否",hasFrontLogin:"否",hasFrontRegister:"否",roleName:"管理员",tableName:"users"},{backMenu:[{child:[{allButtons:["新增","查看","修改","删除"],appFrontIcon:"cuIcon-pic",buttons:["查看"],menu:"公告信息",menuJump:"列表",tableName:"gonggaoxinxi"}],menu:"公告信息管理"},{child:[{allButtons:["新增","查看","修改","删除","保险信息","续保通知","事故记录"],appFrontIcon:"cuIcon-pay",buttons:["查看"],menu:"车辆档案",menuJump:"列表",tableName:"cheliangdangan"}],menu:"车辆档案管理"},{child:[{allButtons:["新增","查看","修改","删除"],appFrontIcon:"cuIcon-vipcard",buttons:["查看"],menu:"保险信息",menuJump:"列表",tableName:"baoxianxinxi"}],menu:"保险信息管理"},{child:[{allButtons:["新增","查看","修改","删除","到期次数"],appFrontIcon:"cuIcon-present",buttons:["查看"],menu:"续保通知",menuJump:"列表",tableName:"xubaotongzhi"}],menu:"续保通知管理"},{child:[{allButtons:["新增","查看","修改","删除"],appFrontIcon:"el-icon-picture-outline",buttons:["新增","查看","修改","删除"],menu:"路线信息",menuJump:"列表",tableName:"luxianxinxi"}],menu:"路线信息管理"},{child:[{allButtons:["新增","查看","修改","删除","事故次数"],appFrontIcon:"cuIcon-goods",buttons:["查看"],menu:"事故记录",menuJump:"列表",tableName:"shigujilu"}],menu:"事故记录管理"}],frontMenu:[],hasBackLogin:"是",hasBackRegister:"是",hasFrontLogin:"否",hasFrontRegister:"否",roleName:"驾驶员",tableName:"jiashiyuan"},{backMenu:[{child:[{allButtons:["新增","查看","修改","删除"],appFrontIcon:"cuIcon-pic",buttons:["查看"],menu:"公告信息",menuJump:"列表",tableName:"gonggaoxinxi"}],menu:"公告信息管理"},{child:[{allButtons:["新增","查看","修改","删除","保险信息","续保通知","事故记录"],appFrontIcon:"cuIcon-pay",buttons:["新增","查看","修改","删除","保险信息","续保通知","事故记录"],menu:"车辆档案",menuJump:"列表",tableName:"cheliangdangan"}],menu:"车辆档案管理"},{child:[{allButtons:["新增","查看","修改","删除"],appFrontIcon:"cuIcon-vipcard",buttons:["查看","删除"],menu:"保险信息",menuJump:"列表",tableName:"baoxianxinxi"}],menu:"保险信息管理"},{child:[{allButtons:["新增","查看","修改","删除","到期次数"],appFrontIcon:"cuIcon-present",buttons:["查看","删除"],menu:"续保通知",menuJump:"列表",tableName:"xubaotongzhi"}],menu:"续保通知管理"},{child:[{allButtons:["新增","查看","修改","删除","事故次数"],appFrontIcon:"cuIcon-goods",buttons:["查看","删除"],menu:"事故记录",menuJump:"列表",tableName:"shigujilu"}],menu:"事故记录管理"},{child:[{allButtons:["新增","查看","修改","删除"],appFrontIcon:"el-icon-coins",buttons:["新增","查看","修改","删除"],menu:"路线信息",menuJump:"列表",tableName:"luxianxinxi"}],menu:"路线信息管理"}],frontMenu:[],hasBackLogin:"是",hasBackRegister:"是",hasFrontLogin:"否",hasFrontRegister:"否",roleName:"工作人员",tableName:"gongzuorenyuan"}]}};t["a"]=i},"2c40":function(e,t,a){},"2e11":function(e,t,a){"use strict";a.r(t);var i=a("92f2"),n=a.n(i),o=a("0b74"),r=a.n(o),s=new n.a({id:"icon-sourceActive",use:"icon-sourceActive-usage",viewBox:"0 0 113.4 113.4",content:'\r\n\r\n溯源管理\r\n\r\n'});r.a.add(s);t["default"]=s},3128:function(e,t,a){"use strict";a.r(t);var i=a("92f2"),n=a.n(i),o=a("0b74"),r=a.n(o),s=new n.a({id:"icon-company",use:"icon-company-usage",viewBox:"0 0 113.39 121.48",content:'基本信息'});r.a.add(s);t["default"]=s},3139:function(e,t,a){"use strict";a.r(t);var i=a("92f2"),n=a.n(i),o=a("0b74"),r=a.n(o),s=new n.a({id:"icon-email",use:"icon-email-usage",viewBox:"0 0 1024 1024",content:''});r.a.add(s);t["default"]=s},3202:function(e,t,a){"use strict";a("3f14")},"320b":function(e,t,a){"use strict";a("cc9b")},3227:function(e,t,a){"use strict";a.r(t);var i=a("92f2"),n=a.n(i),o=a("0b74"),r=a.n(o),s=new n.a({id:"icon-crops",use:"icon-crops-usage",viewBox:"0 0 113.29 113.37",content:'农作物管理'});r.a.add(s);t["default"]=s},"34c4":function(e,t,a){},"35f8":function(e,t,a){"use strict";a.r(t);var i=a("92f2"),n=a.n(i),o=a("0b74"),r=a.n(o),s=new n.a({id:"icon-internetActive",use:"icon-internetActive-usage",viewBox:"0 0 113.6 113.6",content:'\r\n\r\n物联网管理置\r\n\r\n\r\n'});r.a.add(s);t["default"]=s},"36bd":function(e,t,a){"use strict";a.r(t);var i=a("92f2"),n=a.n(i),o=a("0b74"),r=a.n(o),s=new n.a({id:"icon-boardConfig",use:"icon-boardConfig-usage",viewBox:"0 0 113.39 85.02",content:'看板配置'});r.a.add(s);t["default"]=s},"3d8e":function(e,t,a){var i={"./AI.svg":"4736","./AIDeviceLayout.svg":"e3d1","./EIM.svg":"5392","./VIP.svg":"553c","./agricultureRegister.svg":"4b6e","./area.svg":"819d","./base.svg":"741d","./batch.svg":"5d42","./board.svg":"7160","./board1.svg":"e008","./boardConfig.svg":"36bd","./cfg.svg":"23c2","./code.svg":"7ae9","./company.svg":"3128","./crop.svg":"2344","./crops.svg":"3227","./dashboard.svg":"54a2","./dataAbnormal.svg":"fbd6","./dataLack.svg":"ebe0","./dept.svg":"7ec6","./device.svg":"25ba","./deviceMonitorData.svg":"afcf","./dict.svg":"5b52","./diseasesinsect.svg":"a0bc","./diseasesinsects.svg":"1329","./documentation.svg":"c401","./email.svg":"3139","./environmental.svg":"8bf3","./eye-open.svg":"45df","./farmingProject.svg":"c8e3","./finance.svg":"d50c","./financeBudget.svg":"bb95","./financeReality.svg":"e22c","./firm.svg":"16cd","./firms.svg":"00c1","./harvestBatch.svg":"dd36","./harvestDetection.svg":"8331","./harvestManage.svg":"86ed","./harvestWorks.svg":"bd3e","./heavyMetalDetection.svg":"f35a","./home.svg":"f7c5","./inspection.svg":"099f","./internet.svg":"e7cb","./internetActive.svg":"35f8","./log.svg":"f184","./mainSystem.svg":"e359","./mainSystemActive.svg":"76c4","./menu.svg":"27f8","./monitorEquipment.svg":"12e2","./news.svg":"7b42","./order.svg":"7ff0","./password.svg":"aa49","./peoples.svg":"d884","./pest.svg":"e5e8","./pestActive.svg":"9f99","./pesticideResidue.svg":"e093","./pests.svg":"0e21","./phone.svg":"4d35","./plant.svg":"b864","./plants.svg":"fd15","./plantsActive.svg":"44f9","./residual.svg":"f4e2","./retroactiveCoding.svg":"54b4","./scheme.svg":"907d","./source.svg":"5c91","./sourceActive.svg":"2e11","./system.svg":"aa0d","./task.svg":"45ec","./tempFarm.svg":"1567","./traceability.svg":"a15c","./traceabilityList.svg":"9d41","./traceabilityStyle.svg":"5665","./user.svg":"fede","./user0.svg":"f306","./validCode.svg":"a5d9","./video.svg":"b606","./videoEquipment.svg":"ffc3","./videoKey.svg":"a801","./vipCustomized.svg":"bc0b","./warnings.svg":"860c","./workOrder.svg":"7bed"};function n(e){var t=o(e);return a(t)}function o(e){if(!a.o(i,e)){var t=new Error("Cannot find module '"+e+"'");throw t.code="MODULE_NOT_FOUND",t}return i[e]}n.keys=function(){return Object.keys(i)},n.resolve=o,e.exports=n,n.id="3d8e"},"3e32":function(e,t,a){},"3f14":function(e,t,a){},"44f9":function(e,t,a){"use strict";a.r(t);var i=a("92f2"),n=a.n(i),o=a("0b74"),r=a.n(o),s=new n.a({id:"icon-plantsActive",use:"icon-plantsActive-usage",viewBox:"0 0 113.4 113.4",content:'\r\n\r\n种植管理\r\n\r\n\r\n\r\n'});r.a.add(s);t["default"]=s},"45df":function(e,t,a){"use strict";a.r(t);var i=a("92f2"),n=a.n(i),o=a("0b74"),r=a.n(o),s=new n.a({id:"icon-eye-open",use:"icon-eye-open-usage",viewBox:"0 0 1024 1024",content:''});r.a.add(s);t["default"]=s},"45ec":function(e,t,a){"use strict";a.r(t);var i=a("92f2"),n=a.n(i),o=a("0b74"),r=a.n(o),s=new n.a({id:"icon-task",use:"icon-task-usage",viewBox:"0 0 1024 1024",content:''});r.a.add(s);t["default"]=s},4736:function(e,t,a){"use strict";a.r(t);var i=a("92f2"),n=a.n(i),o=a("0b74"),r=a.n(o),s=new n.a({id:"icon-AI",use:"icon-AI-usage",viewBox:"0 0 113.41 113.13",content:'物联设备'});r.a.add(s);t["default"]=s},4837:function(e,t,a){},"4b0d":function(e,t,a){"use strict";a("d590")},"4b6e":function(e,t,a){"use strict";a.r(t);var i=a("92f2"),n=a.n(i),o=a("0b74"),r=a.n(o),s=new n.a({id:"icon-agricultureRegister",use:"icon-agricultureRegister-usage",viewBox:"0 0 113.38 113.39",content:'农资登记'});r.a.add(s);t["default"]=s},"4d35":function(e,t,a){"use strict";a.r(t);var i=a("92f2"),n=a.n(i),o=a("0b74"),r=a.n(o),s=new n.a({id:"icon-phone",use:"icon-phone-usage",viewBox:"0 0 1024 1024",content:''});r.a.add(s);t["default"]=s},"4e98":function(e,t,a){},"513f":function(e,t,a){},5392:function(e,t,a){"use strict";a.r(t);var i=a("92f2"),n=a.n(i),o=a("0b74"),r=a.n(o),s=new n.a({id:"icon-EIM",use:"icon-EIM-usage",viewBox:"0 0 113.38 98.27",content:'企业信息'});r.a.add(s);t["default"]=s},5431:function(e,t){e.exports="data:image/png;base64,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"},"54a2":function(e,t,a){"use strict";a.r(t);var i=a("92f2"),n=a.n(i),o=a("0b74"),r=a.n(o),s=new n.a({id:"icon-dashboard",use:"icon-dashboard-usage",viewBox:"0 0 1024 1024",content:''});r.a.add(s);t["default"]=s},"54b4":function(e,t,a){"use strict";a.r(t);var i=a("92f2"),n=a.n(i),o=a("0b74"),r=a.n(o),s=new n.a({id:"icon-retroactiveCoding",use:"icon-retroactiveCoding-usage",viewBox:"0 0 113.39 113.39",content:'追溯打码'});r.a.add(s);t["default"]=s},5505:function(e,t,a){"use strict";a("b70e")},"553c":function(e,t,a){"use strict";a.r(t);var i=a("92f2"),n=a.n(i),o=a("0b74"),r=a.n(o),s=new n.a({id:"icon-VIP",use:"icon-VIP-usage",viewBox:"0 0 113.39 104.24",content:'vip登记'});r.a.add(s);t["default"]=s},5665:function(e,t,a){"use strict";a.r(t);var i=a("92f2"),n=a.n(i),o=a("0b74"),r=a.n(o),s=new n.a({id:"icon-traceabilityStyle",use:"icon-traceabilityStyle-usage",viewBox:"0 0 113.37 113.37",content:'溯源管理样式'});r.a.add(s);t["default"]=s},"56d7":function(e,t,a){"use strict";a.r(t);a("090f"),a("1cb5"),a("b065"),a("07d3");var i=a("56ac"),n=function(){var e=this,t=e._self._c;return t("div",{attrs:{id:"app"}},[t("router-view")],1)},o=[],r={name:"app"},s=r,l=(a("d3c2"),a("55f1")),c=Object(l["a"])(s,n,o,!1,null,null,null),u=c.exports,d=a("a490"),h=a("6b06"),g=a("d31b"),p=a("e997"),m=(a("f28a"),a("b380"),a("1013"),a("89f0"),a("83a4"),a("a927"),a("b6f5"),a("cc69"),a("bef7"),a("deab"),a("6e42"),a("b83f"),a("5423"),a("8b2b"),{visitedViews:[],cachedViews:[]}),f={ADD_VISITED_VIEW:function(e,t){e.visitedViews.some((function(e){return e.path===t.path}))||e.visitedViews.push(Object.assign({},t,{title:t.meta.title||"no-name"}))},ADD_CACHED_VIEW:function(e,t){e.cachedViews.includes(t.name)||t.meta.noCache||e.cachedViews.push(t.name)},DEL_VISITED_VIEW:function(e,t){var a,i=Object(p["a"])(e.visitedViews.entries());try{for(i.s();!(a=i.n()).done;){var n=Object(g["a"])(a.value,2),o=n[0],r=n[1];if(r.path===t.path){e.visitedViews.splice(o,1);break}}}catch(s){i.e(s)}finally{i.f()}},DEL_CACHED_VIEW:function(e,t){var a,i=Object(p["a"])(e.cachedViews);try{for(i.s();!(a=i.n()).done;){var n=a.value;if(n===t.name){var o=e.cachedViews.indexOf(n);e.cachedViews.splice(o,1);break}}}catch(r){i.e(r)}finally{i.f()}},DEL_OTHERS_VISITED_VIEWS:function(e,t){e.visitedViews=e.visitedViews.filter((function(e){return e.meta.affix||e.path===t.path}))},DEL_OTHERS_CACHED_VIEWS:function(e,t){var a,i=Object(p["a"])(e.cachedViews);try{for(i.s();!(a=i.n()).done;){var n=a.value;if(n===t.name){var o=e.cachedViews.indexOf(n);e.cachedViews=e.cachedViews.slice(o,o+1);break}}}catch(r){i.e(r)}finally{i.f()}},DEL_ALL_VISITED_VIEWS:function(e){var t=e.visitedViews.filter((function(e){return e.meta.affix}));e.visitedViews=t},DEL_ALL_CACHED_VIEWS:function(e){e.cachedViews=[]},UPDATE_VISITED_VIEW:function(e,t){var a,i=Object(p["a"])(e.visitedViews);try{for(i.s();!(a=i.n()).done;){var n=a.value;if(n.path===t.path){n=Object.assign(n,t);break}}}catch(o){i.e(o)}finally{i.f()}}},b={addView:function(e,t){var a=e.dispatch;a("addVisitedView",t),a("addCachedView",t)},addVisitedView:function(e,t){var a=e.commit;a("ADD_VISITED_VIEW",t)},addCachedView:function(e,t){var a=e.commit;a("ADD_CACHED_VIEW",t)},delView:function(e,t){var a=e.dispatch,i=e.state;return console.log("---"),new Promise((function(e){a("delVisitedView",t),a("delCachedView",t),e({visitedViews:Object(h["a"])(i.visitedViews),cachedViews:Object(h["a"])(i.cachedViews)})}))},delVisitedView:function(e,t){var a=e.commit,i=e.state;return new Promise((function(e){a("DEL_VISITED_VIEW",t),e(Object(h["a"])(i.visitedViews))}))},delCachedView:function(e,t){var a=e.commit,i=e.state;return new Promise((function(e){a("DEL_CACHED_VIEW",t),e(Object(h["a"])(i.cachedViews))}))},delOthersViews:function(e,t){var a=e.dispatch,i=e.state;return new Promise((function(e){a("delOthersVisitedViews",t),a("delOthersCachedViews",t),e({visitedViews:Object(h["a"])(i.visitedViews),cachedViews:Object(h["a"])(i.cachedViews)})}))},delOthersVisitedViews:function(e,t){var a=e.commit,i=e.state;return new Promise((function(e){a("DEL_OTHERS_VISITED_VIEWS",t),e(Object(h["a"])(i.visitedViews))}))},delOthersCachedViews:function(e,t){var a=e.commit,i=e.state;return new Promise((function(e){a("DEL_OTHERS_CACHED_VIEWS",t),e(Object(h["a"])(i.cachedViews))}))},delAllViews:function(e,t){var a=e.dispatch,i=e.state;return new Promise((function(e){a("delAllVisitedViews",t),a("delAllCachedViews",t),e({visitedViews:Object(h["a"])(i.visitedViews),cachedViews:Object(h["a"])(i.cachedViews)})}))},delAllVisitedViews:function(e){var t=e.commit,a=e.state;return new Promise((function(e){t("DEL_ALL_VISITED_VIEWS"),e(Object(h["a"])(a.visitedViews))}))},delAllCachedViews:function(e){var t=e.commit,a=e.state;return new Promise((function(e){t("DEL_ALL_CACHED_VIEWS"),e(Object(h["a"])(a.cachedViews))}))},updateVisitedView:function(e,t){var a=e.commit;a("UPDATE_VISITED_VIEW",t)}},x={namespaced:!0,state:m,mutations:f,actions:b};i["default"].use(d["a"]);var y=new d["a"].Store({modules:{tagsView:x}}),A=y,v=a("f36d"),w=a.n(v),k=(a("34c4"),a("6418"),a("80e3")),z=function(){var e=this,t=e._self._c;return t("div",{staticClass:"breadcrumb-preview"},[t("el-breadcrumb",{style:{padding:"30px 0px",borderColor:"rgba(0, 0, 0, 0.04)",background:"rgba(0, 0, 0, 0.0)",borderWidth:"0px 0",display:"flex",lineHeight:"auto",fontSize:"inherit",borderStyle:"solid",justifyContent:"flex-start"},attrs:{separator:"-"}},[t("transition-group",{staticClass:"box",attrs:{name:"breadcrumb"}},e._l(e.levelList,(function(a,i){return t("el-breadcrumb-item",{key:a.path},["noRedirect"===a.redirect||i==e.levelList.length-1?t("span",{staticClass:"no-redirect"},[e._v(e._s(a.name))]):t("a",{on:{click:function(t){return t.preventDefault(),e.handleLink(a)}}},[t("span",{staticClass:"icon iconfont icon-home7",style:{margin:"0 2px",lineHeight:"1",fontSize:"inherit",color:"#333",display:"none"}}),e._v("返回主页 ")])])})),1)],1)],1)},F=[],C=(a("5b90"),a("e1e9"),a("3c90")),S=a.n(C),j=a("79fa"),O={data:function(){return{levelList:null}},watch:{$route:function(){this.getBreadcrumb()}},created:function(){this.getBreadcrumb()},methods:{generateTitle:j["a"],getBreadcrumb:function(){var e=this.$route,t=e.matched.filter((function(e){return e.meta}));t[0];t=[{path:"/index"}].concat(t),this.levelList=t.filter((function(e){return e.meta}))},isDashboard:function(e){var t=e&&e.name;return!!t&&t.trim().toLocaleLowerCase()==="Index".toLocaleLowerCase()},pathCompile:function(e){var t=this.$route.params,a=S.a.compile(e);return a(t)},handleLink:function(e){var t=e.redirect,a=e.path;t?this.$router.push(t):a?this.$router.push(a):this.$router.push("/")}}},L=O,M=(a("cda2"),Object(l["a"])(L,z,F,!1,null,"48a7cf82",null)),B=M.exports,V=a("ef6c"),H=(a("9327"),a("c745"),a("5b6f")),_=a.n(H),I=(a("fa12"),a("22f6"),a("fda0"),a("3255"),a("3144"),{set:function(e,t){localStorage.setItem(e,JSON.stringify(t))},get:function(e){return localStorage.getItem(e)?localStorage.getItem(e).replace('"',"").replace('"',""):""},getObj:function(e){return localStorage.getItem(e)?JSON.parse(localStorage.getItem(e)):null},remove:function(e){localStorage.removeItem(e)},clear:function(){localStorage.clear()}}),q=I,U=_.a.create({timeout:864e5,withCredentials:!0,baseURL:"/springbootbv4939cb",headers:{"Content-Type":"application/json; charset=utf-8"}});U.interceptors.request.use((function(e){return e.headers["Token"]=q.get("Token"),e}),(function(e){return Promise.reject(e)})),U.interceptors.response.use((function(e){return e.data&&401===e.data.code&&k["a"].push({name:"login"}),e}),(function(e){return Promise.reject(e)}));var R=U,J={get:function(){return{url:"http://localhost:8080/springbootbv4939cb/",name:"springbootbv4939cb",indexUrl:""}},getProjectName:function(){return{projectName:"基于Java Web的车队管理信息系统"}}},E=J,T=(a("348d"),a("2971"));function $(e,t){var a=q.get("role");a||(a="管理员");for(var i=T["a"].list(),n=0;n2)return window.open(e.url),!1;this.dialogImageUrl=e.url,this.dialogVisible=!0},handleExceed:function(e,t){this.$message.warning("最多上传".concat(this.limit,"张图片"))},setFileList:function(e){var t=[],a=[],i=q.get("token"),n=this;e.forEach((function(e,o){var r=e.url.split("?")[0];r.startsWith("http")||(r=n.$base.url+r);var s=e.name,l={name:s,url:r+"?token="+i};t.push(l),a.push(r)})),this.fileList=t,this.fileUrlList=a}}}),N=Q,Y=Object(l["a"])(N,P,W,!1,null,"ff991312",null),X=Y.exports,K=function(){var e=this,t=e._self._c;return t("div",[t("el-upload",{ref:"upload",attrs:{action:e.getActionUrl,"list-type":"picture-card",accept:".xls,.xlsx",limit:e.limit,headers:e.myHeaders,"on-exceed":e.handleExceed,"on-preview":e.handleUploadPreview,"on-remove":e.handleRemove,"on-success":e.handleUploadSuccess,"on-error":e.handleUploadErr,"before-upload":e.handleBeforeUpload,"show-file-list":!1}},[t("i",{staticClass:"el-icon-plus"}),t("div",{staticClass:"el-upload__tip",staticStyle:{color:"#838fa1"},attrs:{slot:"tip"},slot:"tip"},[e._v(e._s(e.tip))])]),t("el-dialog",{attrs:{visible:e.dialogVisible,size:"tiny","append-to-body":""},on:{"update:visible":function(t){e.dialogVisible=t}}},[t("img",{attrs:{width:"100%",src:e.dialogImageUrl,alt:""}})])],1)},G=[],ee={data:function(){return{dialogVisible:!1,dialogImageUrl:"",fileList:[],fileUrlList:[],myHeaders:{}}},props:["tip","action","limit","multiple","fileUrls"],mounted:function(){this.init(),this.myHeaders={Token:q.get("Token")}},watch:{fileUrls:function(e,t){this.init()}},computed:{getActionUrl:function(){return console.log(123),this.fileList=[],"/".concat(this.$base.name,"/")+this.action}},methods:{init:function(){if(this.fileUrls){this.fileUrlList=this.fileUrls.split(",");var e=[];this.fileUrlList.forEach((function(t,a){var i=t,n=a,o={name:n,url:i};e.push(o)})),this.setFileList(e)}},handleBeforeUpload:function(e){},handleUploadSuccess:function(e,t,a){e&&0===e.code?(a[a.length-1]["url"]="upload/"+t.response.file,this.setFileList(a),this.$emit("change",this.fileUrlList.join(",")),this.$message.success("文件导入成功")):this.$message.error(e.msg)},handleUploadErr:function(e,t,a){this.$message.error("文件导入失败")},handleRemove:function(e,t){this.setFileList(t),this.$emit("change",this.fileUrlList.join(","))},handleUploadPreview:function(e){this.dialogImageUrl=e.url,this.dialogVisible=!0},handleExceed:function(e,t){this.$message.warning("最多上传".concat(this.limit,"张图片"))},setFileList:function(e){var t=[],a=[],i=q.get("token"),n=this;e.forEach((function(e,o){var r=e.url.split("?")[0];r.startsWith("http")||(r=n.$base.url+r);var s=e.name,l={name:s,url:r+"?token="+i};t.push(l),a.push(r)})),this.fileList=t,this.fileUrlList=a}}},te=ee,ae=Object(l["a"])(te,K,G,!1,null,"2b936200",null),ie=ae.exports,ne=function(){var e=this,t=e._self._c;return t("div",[t("el-upload",{staticClass:"avatar-uploader",attrs:{action:e.getActionUrl,name:"file",headers:e.header,"show-file-list":!1,"on-success":e.uploadSuccess,"on-error":e.uploadError,"before-upload":e.beforeUpload}}),t("quill-editor",{ref:"myQuillEditor",staticClass:"editor",attrs:{options:e.editorOption},on:{blur:function(t){return e.onEditorBlur(t)},focus:function(t){return e.onEditorFocus(t)},change:function(t){return e.onEditorChange(t)}},model:{value:e.value,callback:function(t){e.value=t},expression:"value"}})],1)},oe=[],re=a("3d3c"),se=(a("0e62"),a("bcc6"),a("4b37"),[["bold","italic","underline","strike"],["blockquote","code-block"],[{header:1},{header:2}],[{list:"ordered"},{list:"bullet"}],[{script:"sub"},{script:"super"}],[{indent:"-1"},{indent:"+1"}],[{size:["small",!1,"large","huge"]}],[{header:[1,2,3,4,5,6,!1]}],[{color:[]},{background:[]}],[{font:[]}],[{align:[]}],["clean"],["link","image","video"]]),le={props:{value:{type:String},action:{type:String},maxSize:{type:Number,default:4e3}},components:{quillEditor:re["quillEditor"]},data:function(){return{content:this.value,quillUpdateImg:!1,editorOption:{placeholder:"",theme:"snow",modules:{toolbar:{container:se,handlers:{image:function(e){e?document.querySelector(".avatar-uploader input").click():this.quill.format("image",!1)}}}}},header:{Token:this.$storage.get("Token")}}},computed:{getActionUrl:function(){return"/".concat(this.$base.name,"/")+this.action}},methods:{onEditorBlur:function(){},onEditorFocus:function(){},onEditorChange:function(){console.log(this.value),this.$emit("input",this.value)},beforeUpload:function(){this.quillUpdateImg=!0},uploadSuccess:function(e,t){var a=this.$refs.myQuillEditor.quill;if(0===e.code){var i=a.getSelection().index;a.insertEmbed(i,"image",this.$base.url+"upload/"+e.file),a.setSelection(i+1)}else this.$message.error("图片插入失败");this.quillUpdateImg=!1},uploadError:function(){this.quillUpdateImg=!1,this.$message.error("图片插入失败")}}},ce=le,ue=(a("8aeb"),Object(l["a"])(ce,ne,oe,!1,null,null,null)),de=ue.exports,he={orderpage:"orders/page",orderdelete:"orders/delete",orderinfo:"orders/info/",ordersave:"orders/save",orderupdate:"orders/update",configpage:"config/page",configdelete:"config/delete",configinfo:"config/info/",configsave:"config/save",configupdate:"config/update"},ge=he,pe=a("61f7"),me=a("9598"),fe=a.n(me),be=(a("516e"),a("ef9f"),function(){var e=this,t=e._self._c;return t("svg",e._g({class:e.svgClass,attrs:{"aria-hidden":"true"}},e.$listeners),[t("use",{attrs:{"xlink:href":e.iconName}})])}),xe=[],ye={name:"SvgIcon",props:{iconClass:{type:String,required:!0},className:{type:String,default:""}},computed:{iconName:function(){return"#icon-".concat(this.iconClass)},svgClass:function(){return this.className?"svg-icon "+this.className:"svg-icon"}}},Ae=ye,ve=(a("b3ae"),Object(l["a"])(Ae,be,xe,!1,null,"53ff2da0",null)),we=ve.exports;i["default"].component("svg-icon",we);var ke=a("3d8e"),ze=function(e){return e.keys().map(e)};ze(ke);var Fe=a("9b64"),Ce=(a("d6ff"),a("616e")),Se=a.n(Ce);i["default"].use(fe.a),fe.a.initAMapApiLoader({key:"001d42eaa139dc53fd655e7c23c0187e",plugin:["AMap.Autocomplete","AMap.PlaceSearch","AMap.Scale","AMap.OverView","AMap.ToolBar","AMap.MapType","AMap.PolyEditor","AMap.CircleEditor","AMap.Geocoder","AMap.CitySearch"],v:"1.4.4"}),i["default"].prototype.$validate=pe,i["default"].prototype.$http=R,i["default"].prototype.$echarts=V,i["default"].prototype.$base=E.get(),i["default"].prototype.$project=E.getProjectName(),i["default"].prototype.$storage=q,i["default"].prototype.$api=ge,i["default"].prototype.isAuth=$,i["default"].prototype.getCurDateTime=D,i["default"].prototype.getCurDate=Z,i["default"].use(w.a,{size:"medium",zIndex:3e3}),i["default"].config.productionTip=!1,i["default"].component("bread-crumbs",B),i["default"].component("file-upload",X),i["default"].component("excel-file-upload",ie),i["default"].component("editor",de),i["default"].component("downloadExcel",Fe["a"]),i["default"].prototype.$md5=Se.a,new i["default"]({render:function(e){return e(u)},router:k["a"],store:A}).$mount("#app")},"586d":function(e,t,a){},"5b34":function(e,t,a){"use strict";a("e0c1")},"5b52":function(e,t,a){"use strict";a.r(t);var i=a("92f2"),n=a.n(i),o=a("0b74"),r=a.n(o),s=new n.a({id:"icon-dict",use:"icon-dict-usage",viewBox:"0 0 1024 1024",content:''});r.a.add(s);t["default"]=s},"5c91":function(e,t,a){"use strict";a.r(t);var i=a("92f2"),n=a.n(i),o=a("0b74"),r=a.n(o),s=new n.a({id:"icon-source",use:"icon-source-usage",viewBox:"0 0 113.39 113.39",content:'溯源管理'});r.a.add(s);t["default"]=s},"5d42":function(e,t,a){"use strict";a.r(t);var i=a("92f2"),n=a.n(i),o=a("0b74"),r=a.n(o),s=new n.a({id:"icon-batch",use:"icon-batch-usage",viewBox:"0 0 113.35 113.39",content:'种植批次管理'});r.a.add(s);t["default"]=s},"61b4":function(e,t,a){},"61f7":function(e,t,a){"use strict";a.r(t),a.d(t,"isEmail",(function(){return i})),a.d(t,"isMobile",(function(){return n})),a.d(t,"isPhone",(function(){return o})),a.d(t,"isURL",(function(){return r})),a.d(t,"isNumber",(function(){return s})),a.d(t,"isIntNumer",(function(){return l})),a.d(t,"checkIdCard",(function(){return c}));a("3255"),a("02c4");function i(e){return/^([a-zA-Z0-9_-])+@([a-zA-Z0-9_-])+((.[a-zA-Z0-9_-]{2,3}){1,2})$/.test(e)}function n(e){return/^1[3456789]\d{9}$/.test(e)}function o(e){return/^([0-9]{3,4}-)?[0-9]{7,8}$/.test(e)}function r(e){return/^http[s]?:\/\/.*/.test(e)}function s(e){return/(^-?[+-]?([0-9]*\.?[0-9]+|[0-9]+\.?[0-9]*)([eE][+-]?[0-9]+)?$)|(^$)/.test(e)}function l(e){return/(^-?\d+$)|(^$)/.test(e)}function c(e){var t=/(^\d{15}$)|(^\d{18}$)|(^\d{17}(\d|X|x)$)/;return!!t.test(e)}},6418:function(e,t,a){},"68b2":function(e,t,a){"use strict";a("16c5")},6918:function(e,t,a){e.exports=a.p+"img/avator.c58e4651.png"},"6a9a":function(e,t,a){},"6fd7":function(e,t,a){"use strict";a("f29c")},7160:function(e,t,a){"use strict";a.r(t);var i=a("92f2"),n=a.n(i),o=a("0b74"),r=a.n(o),s=new n.a({id:"icon-board",use:"icon-board-usage",viewBox:"0 0 113.39 113.19",content:'看板管理'});r.a.add(s);t["default"]=s},"72c6":function(e,t,a){"use strict";a("b2cd")},"741d":function(e,t,a){"use strict";a.r(t);var i=a("92f2"),n=a.n(i),o=a("0b74"),r=a.n(o),s=new n.a({id:"icon-base",use:"icon-base-usage",viewBox:"0 0 113.42 93.26",content:'基地管理'});r.a.add(s);t["default"]=s},7541:function(e,t,a){"use strict";a("3e32")},"759f":function(e,t,a){"use strict";a("2c40")},"76c4":function(e,t,a){"use strict";a.r(t);var i=a("92f2"),n=a.n(i),o=a("0b74"),r=a.n(o),s=new n.a({id:"icon-mainSystemActive",use:"icon-mainSystemActive-usage",viewBox:"0 0 113.3 113.4",content:'\r\n\r\n主系统\r\n\r\n'});r.a.add(s);t["default"]=s},7818:function(e,t,a){"use strict";a("b0c8")},"79fa":function(e,t,a){"use strict";function i(e){var t=this.$te("route."+e);if(t){var a=this.$t("route."+e);return a}return e}a.d(t,"a",(function(){return i}))},"7a46":function(e,t,a){},"7ae9":function(e,t,a){"use strict";a.r(t);var i=a("92f2"),n=a.n(i),o=a("0b74"),r=a.n(o),s=new n.a({id:"icon-code",use:"icon-code-usage",viewBox:"0 0 1024 1024",content:''});r.a.add(s);t["default"]=s},"7b42":function(e,t,a){"use strict";a.r(t);var i=a("92f2"),n=a.n(i),o=a("0b74"),r=a.n(o),s=new n.a({id:"icon-news",use:"icon-news-usage",viewBox:"0 0 114.52 114.52",content:'新闻咨询'});r.a.add(s);t["default"]=s},"7b52":function(e,t,a){},"7bed":function(e,t,a){"use strict";a.r(t);var i=a("92f2"),n=a.n(i),o=a("0b74"),r=a.n(o),s=new n.a({id:"icon-workOrder",use:"icon-workOrder-usage",viewBox:"0 0 113.39 122.52",content:'工单管理'});r.a.add(s);t["default"]=s},"7d82":function(e,t,a){},"7ebf":function(e,t,a){},"7ec6":function(e,t,a){"use strict";a.r(t);var i=a("92f2"),n=a.n(i),o=a("0b74"),r=a.n(o),s=new n.a({id:"icon-dept",use:"icon-dept-usage",viewBox:"0 0 113.39 113.4",content:'基地信息管理'});r.a.add(s);t["default"]=s},"7ff0":function(e,t,a){"use strict";a.r(t);var i=a("92f2"),n=a.n(i),o=a("0b74"),r=a.n(o),s=new n.a({id:"icon-order",use:"icon-order-usage",viewBox:"0 0 113.39 113.39",content:'工单总览'});r.a.add(s);t["default"]=s},"80e3":function(e,t,a){"use strict";a.d(t,"b",(function(){return ai}));a("1013"),a("348d"),a("3255"),a("033a");var i=function(){var e=this,t=e._self._c;return t("div",{staticClass:"main-content",style:{minHeight:"calc(100vh - 200px)",padding:"0px 5%",margin:"0 auto",color:"#666",background:"none",width:"calc(100% - 0px)",fontSize:"14px",height:"100%"}},[e.showFlag?[t("el-form",{staticClass:"center-form-pv",style:{padding:"20px 20px 0",boxShadow:"0 2px 3px 0px rgba(100,100,100,.05)",margin:"0 0 0px",borderColor:"#f6f6f6",display:"flex",justifyContent:"center",minHeight:"100px",overflow:"hidden",borderRadius:"4px 4px 0 0",flexWrap:"wrap",background:"#fff",borderWidth:"2px 2px 0",fontSize:"inherit",borderStyle:"solid"},attrs:{inline:!0,model:e.searchForm}},[t("el-row",{style:{padding:"0px",boxShadow:"0 0px 0px 0px rgba(115,108,203,.23)",margin:"0 0px 0px 0",borderRadius:"0px",alignItems:"center",background:"none",display:"flex",width:"auto",fontSize:"inherit",justifyContent:"flex-end",order:"2"}},[t("div",{style:{margin:"0 10px 0 0",fontSize:"inherit",display:"inline-block"}},[t("label",{staticClass:"item-label",style:{margin:"0 10px 0 0",color:"inherit",display:"inline-block",lineHeight:"34px",fontSize:"inherit",fontWeight:"500",height:"34px"}},[e._v("路线名称")]),t("el-input",{attrs:{placeholder:"路线名称",clearable:""},nativeOn:{keydown:function(t){return!t.type.indexOf("key")&&e._k(t.keyCode,"enter",13,t.key,"Enter")?null:e.search()}},model:{value:e.searchForm.luxianmingcheng,callback:function(t){e.$set(e.searchForm,"luxianmingcheng",t)},expression:"searchForm.luxianmingcheng"}})],1),t("div",{style:{margin:"0 10px 0 0",fontSize:"inherit",display:"inline-block"}},[t("label",{staticClass:"item-label",style:{margin:"0 10px 0 0",color:"inherit",display:"inline-block",lineHeight:"34px",fontSize:"inherit",fontWeight:"500",height:"34px"}},[e._v("路线起点")]),t("el-input",{attrs:{placeholder:"路线起点",clearable:""},nativeOn:{keydown:function(t){return!t.type.indexOf("key")&&e._k(t.keyCode,"enter",13,t.key,"Enter")?null:e.search()}},model:{value:e.searchForm.luxianqidian,callback:function(t){e.$set(e.searchForm,"luxianqidian",t)},expression:"searchForm.luxianqidian"}})],1),t("div",{style:{margin:"0 10px 0 0",fontSize:"inherit",display:"inline-block"}},[t("label",{staticClass:"item-label",style:{margin:"0 10px 0 0",color:"inherit",display:"inline-block",lineHeight:"34px",fontSize:"inherit",fontWeight:"500",height:"34px"}},[e._v("路线终点")]),t("el-input",{attrs:{placeholder:"路线终点",clearable:""},nativeOn:{keydown:function(t){return!t.type.indexOf("key")&&e._k(t.keyCode,"enter",13,t.key,"Enter")?null:e.search()}},model:{value:e.searchForm.luxianzhongdian,callback:function(t){e.$set(e.searchForm,"luxianzhongdian",t)},expression:"searchForm.luxianzhongdian"}})],1),t("el-button",{staticClass:"search",attrs:{type:"success"},on:{click:function(t){return e.search()}}},[t("span",{staticClass:"icon iconfont icon-xihuan",style:{margin:"0 2px",fontSize:"18px",color:"#00acc1",display:"inline-block",height:"auto"}}),e._v(" 查询 ")])],1),t("el-row",{staticClass:"actions",style:{boxShadow:"0 0px 0px 0px rgba(115,108,203,.23)",padding:"0 20px 0 0",margin:"0px 0 0px",color:"#333",alignItems:"center",textAlign:"left",display:"flex",borderRadius:"0px",flexWrap:"wrap",background:"none",flex:"1",width:"auto",fontSize:"inherit",order:"1"}},[e.isAuth("luxianxinxi","新增")?t("el-button",{staticClass:"add",attrs:{type:"success"},on:{click:function(t){return e.addOrUpdateHandler()}}},[t("span",{staticClass:"icon iconfont icon-tianjia1",style:{margin:"0 2px",fontSize:"inherit",color:"inherit",display:"none"}}),e._v(" 添加 ")]):e._e(),e.isAuth("luxianxinxi","删除")?t("el-button",{staticClass:"del",attrs:{disabled:!e.dataListSelections.length,type:"danger"},on:{click:function(t){return e.deleteHandler()}}},[t("span",{staticClass:"icon iconfont icon-shanchu9",style:{margin:"0 2px",fontSize:"inherit",color:"inherit",display:"none"}}),e._v(" 删除 ")]):e._e(),e.isAuth("luxianxinxi","支付")?t("el-button",{staticClass:"btn18",attrs:{disabled:!e.dataListSelections.length,type:"success"},on:{click:function(t){return e.payBatch()}}},[t("span",{staticClass:"icon iconfont icon-xihuan",style:{color:"inherit",margin:"0 2px",fontSize:"inherit"}}),e._v(" 批量支付 ")]):e._e(),e.isAuth("luxianxinxi","审核")?t("el-button",{staticClass:"btn18",attrs:{disabled:!e.dataListSelections.length,type:"success"},on:{click:function(t){return e.shBatchDialog()}}},[t("span",{staticClass:"icon iconfont icon-shenhe2",style:{color:"inherit",margin:"0 2px",fontSize:"inherit"}}),e._v(" 审核 ")]):e._e()],1)],1),t("div",{style:{padding:"20px",borderColor:"#f6f6f6",margin:"0 0 0px",borderRadius:"0 0 4px 4px",background:"rgba(255,255,255,1)",borderWidth:"0 2px 2px",width:"100%",borderStyle:"solid"}},[e.isAuth("luxianxinxi","查看")?t("el-table",{directives:[{name:"loading",rawName:"v-loading",value:e.dataListLoading,expression:"dataListLoading"}],staticClass:"tables",style:{padding:"0",borderColor:"#eee",color:"inherit",borderRadius:"0px",borderWidth:"0px 0px 0 0px",background:"none",width:"100%",fontSize:"inherit",borderStyle:"solid"},attrs:{stripe:!0,border:!0,data:e.dataList},on:{"selection-change":e.selectionChangeHandler}},[t("el-table-column",{attrs:{resizable:!1,type:"selection",align:"center",width:"50"}}),t("el-table-column",{attrs:{resizable:!1,sortable:!1,label:"序号",type:"index",width:"50"}}),t("el-table-column",{attrs:{resizable:!0,sortable:!0,prop:"luxianmingcheng",label:"路线名称"},scopedSlots:e._u([{key:"default",fn:function(t){return[e._v(" "+e._s(t.row.luxianmingcheng)+" ")]}}],null,!1,2712892560)}),t("el-table-column",{attrs:{resizable:!0,sortable:!0,prop:"luxianqidian",label:"路线起点"},scopedSlots:e._u([{key:"default",fn:function(t){return[e._v(" "+e._s(t.row.luxianqidian)+" ")]}}],null,!1,1007350592)}),t("el-table-column",{attrs:{resizable:!0,sortable:!0,prop:"luxianzhongdian",label:"路线终点"},scopedSlots:e._u([{key:"default",fn:function(t){return[e._v(" "+e._s(t.row.luxianzhongdian)+" ")]}}],null,!1,2012130220)}),t("el-table-column",{attrs:{resizable:!0,sortable:!0,prop:"daoluqingkuang",label:"道路情况"},scopedSlots:e._u([{key:"default",fn:function(t){return[e._v(" "+e._s(t.row.daoluqingkuang)+" ")]}}],null,!1,574358889)}),t("el-table-column",{attrs:{resizable:!0,sortable:!0,prop:"yichangwenti",label:"异常问题"},scopedSlots:e._u([{key:"default",fn:function(t){return[e._v(" "+e._s(t.row.yichangwenti)+" ")]}}],null,!1,2708953327)}),t("el-table-column",{attrs:{resizable:!0,sortable:!0,prop:"yujixingshishizhang",label:"预计行驶时长"},scopedSlots:e._u([{key:"default",fn:function(t){return[e._v(" "+e._s(t.row.yujixingshishizhang)+" ")]}}],null,!1,3044218896)}),t("el-table-column",{attrs:{width:"300",label:"操作"},scopedSlots:e._u([{key:"default",fn:function(a){return[e.isAuth("luxianxinxi","查看")?t("el-button",{staticClass:"view",attrs:{type:"success"},on:{click:function(t){return e.addOrUpdateHandler(a.row.id,"info")}}},[t("span",{staticClass:"icon iconfont",style:{margin:"0 0 0 4px",fontSize:"inherit",color:"inherit",display:"none",height:"auto"}}),e._v(" 查看 ")]):e._e(),e.isAuth("luxianxinxi","修改")?t("el-button",{staticClass:"edit",attrs:{type:"success"},on:{click:function(t){return e.addOrUpdateHandler(a.row.id)}}},[t("span",{staticClass:"icon iconfont",style:{margin:"0 0 0 4px",fontSize:"inherit",color:"inherit",display:"none",height:"auto"}}),e._v(" 修改 ")]):e._e(),e.isAuth("luxianxinxi","查看评论")?t("el-button",{staticClass:"view",attrs:{type:"success"},on:{click:function(t){return e.disscussListHandler(a.row.id)}}},[t("span",{staticClass:"icon iconfont",style:{margin:"0 0 0 4px",fontSize:"inherit",color:"inherit",display:"none",height:"auto"}}),e._v(" 查看评论 ")]):e._e(),e.isAuth("luxianxinxi","删除")?t("el-button",{staticClass:"del",attrs:{type:"primary"},on:{click:function(t){return e.deleteHandler(a.row.id)}}},[t("span",{staticClass:"icon iconfont",style:{margin:"0 2px",fontSize:"inherit",color:"inherit",display:"none"}}),e._v(" 删除 ")]):e._e()]}}],null,!1,2087276072)})],1):e._e()],1),t("el-pagination",{style:{border:"0px solid #dee2e6",padding:"10px 0",margin:"10px 0 0",whiteSpace:"nowrap",color:"inherit",textAlign:"center",background:"none",width:"100%",fontSize:"inherit",fontWeight:"500"},attrs:{"current-page":e.pageIndex,background:"","page-sizes":[10,50,100,200],"page-size":e.pageSize,layout:e.layouts.join(),total:e.totalPage,"prev-text":"< ","next-text":"> ","hide-on-single-page":!1},on:{"size-change":e.sizeChangeHandle,"current-change":e.currentChangeHandle}})]:e._e(),e.addOrUpdateFlag?t("add-or-update",{ref:"addOrUpdate",attrs:{parent:this}}):e._e(),t("el-dialog",{attrs:{title:this.batchIds.length>1?"批量审核":"审核",visible:e.sfshBatchVisiable,width:"50%"},on:{"update:visible":function(t){e.sfshBatchVisiable=t}}},[t("el-form",{ref:"shBatchForm",attrs:{model:e.shBatchForm,rules:e.shRules,"label-width":"80px"}},[t("el-form-item",{attrs:{label:"审核状态",prop:"sfsh"}},[t("el-select",{attrs:{placeholder:"审核状态"},model:{value:e.shBatchForm.sfsh,callback:function(t){e.$set(e.shBatchForm,"sfsh",t)},expression:"shBatchForm.sfsh"}},[t("el-option",{attrs:{label:"通过",value:"是"}}),t("el-option",{attrs:{label:"不通过",value:"否"}}),t("el-option",{attrs:{label:"待审核",value:"待审核"}})],1)],1),t("el-form-item",{attrs:{label:"内容",prop:"shhf"}},[t("el-input",{attrs:{type:"textarea",rows:8},model:{value:e.shBatchForm.shhf,callback:function(t){e.$set(e.shBatchForm,"shhf",t)},expression:"shBatchForm.shhf"}})],1)],1),t("span",{staticClass:"dialog-footer",attrs:{slot:"footer"},slot:"footer"},[t("el-button",{on:{click:function(t){e.sfshBatchVisiable=!1}}},[e._v("取 消")]),t("el-button",{attrs:{type:"primary"},on:{click:e.shBatchHandler}},[e._v("确 定")])],1)],1),t("el-dialog",{attrs:{title:"预览图",visible:e.previewVisible,width:"50%"},on:{"update:visible":function(t){e.previewVisible=t}}},[t("img",{staticStyle:{width:"100%"},attrs:{src:e.previewImg,alt:""}})])],2)},n=[],o=a("7097"),r=a("ba84"),s=(a("516e"),a("89f0"),a("fa12"),a("cc69"),a("bef7"),a("ef9f"),a("22f6"),a("8dd1"),a("fda0"),a("b83f"),a("27cf"),a("fb36"),a("b4e6"),a("01c9"),a("7b61"),a("3144"),a("fac8"),a("8b2b"),a("f363"),a("474d"),a("f040"),a("d079"),a("4190"),a("5c49"),a("ef6c")),l=a("5b6f"),c=a.n(l),u=function(){var e=this,t=e._self._c;return t("div",{staticClass:"addEdit-block",style:{minHeight:"calc(100vh - 200px)",padding:"0px 0 30px",margin:"0 auto",color:"#8e99a2",background:"none",width:"calc(100% - 0px)",fontSize:"14px",height:"100%"}},[t("el-form",{ref:"ruleForm",staticClass:"add-update-preview",style:{padding:"30px 5%",borderColor:"#f6f6f6",alignItems:"flex-start",borderRadius:"4px",flexWrap:"wrap",background:"rgba(255,255,255,.9)",borderWidth:"2px",display:"flex",fontSize:"inherit",borderStyle:"solid"},attrs:{model:e.ruleForm,rules:e.rules,"label-width":"180px"}},[["info"!=e.type?t("el-form-item",{staticClass:"input",style:{margin:"0 0 20px 0"},attrs:{label:"路线名称",prop:"luxianmingcheng"}},[t("el-input",{attrs:{placeholder:"路线名称",clearable:"",readonly:e.ro.luxianmingcheng},model:{value:e.ruleForm.luxianmingcheng,callback:function(t){e.$set(e.ruleForm,"luxianmingcheng",t)},expression:"ruleForm.luxianmingcheng"}})],1):t("el-form-item",{staticClass:"input",style:{margin:"0 0 20px 0"},attrs:{label:"路线名称",prop:"luxianmingcheng"}},[t("el-input",{attrs:{placeholder:"路线名称",readonly:""},model:{value:e.ruleForm.luxianmingcheng,callback:function(t){e.$set(e.ruleForm,"luxianmingcheng",t)},expression:"ruleForm.luxianmingcheng"}})],1),"info"!=e.type?t("el-form-item",{staticClass:"input",style:{margin:"0 0 20px 0"},attrs:{label:"路线起点",prop:"luxianqidian"}},[t("el-input",{attrs:{placeholder:"路线起点",clearable:"",readonly:e.ro.luxianqidian},model:{value:e.ruleForm.luxianqidian,callback:function(t){e.$set(e.ruleForm,"luxianqidian",t)},expression:"ruleForm.luxianqidian"}})],1):t("el-form-item",{staticClass:"input",style:{margin:"0 0 20px 0"},attrs:{label:"路线起点",prop:"luxianqidian"}},[t("el-input",{attrs:{placeholder:"路线起点",readonly:""},model:{value:e.ruleForm.luxianqidian,callback:function(t){e.$set(e.ruleForm,"luxianqidian",t)},expression:"ruleForm.luxianqidian"}})],1),"info"!=e.type?t("el-form-item",{staticClass:"input",style:{margin:"0 0 20px 0"},attrs:{label:"路线终点",prop:"luxianzhongdian"}},[t("el-input",{attrs:{placeholder:"路线终点",clearable:"",readonly:e.ro.luxianzhongdian},model:{value:e.ruleForm.luxianzhongdian,callback:function(t){e.$set(e.ruleForm,"luxianzhongdian",t)},expression:"ruleForm.luxianzhongdian"}})],1):t("el-form-item",{staticClass:"input",style:{margin:"0 0 20px 0"},attrs:{label:"路线终点",prop:"luxianzhongdian"}},[t("el-input",{attrs:{placeholder:"路线终点",readonly:""},model:{value:e.ruleForm.luxianzhongdian,callback:function(t){e.$set(e.ruleForm,"luxianzhongdian",t)},expression:"ruleForm.luxianzhongdian"}})],1),"info"!=e.type?t("el-form-item",{staticClass:"input",style:{margin:"0 0 20px 0"},attrs:{label:"道路情况",prop:"daoluqingkuang"}},[t("el-input",{attrs:{placeholder:"道路情况",clearable:"",readonly:e.ro.daoluqingkuang},model:{value:e.ruleForm.daoluqingkuang,callback:function(t){e.$set(e.ruleForm,"daoluqingkuang",t)},expression:"ruleForm.daoluqingkuang"}})],1):t("el-form-item",{staticClass:"input",style:{margin:"0 0 20px 0"},attrs:{label:"道路情况",prop:"daoluqingkuang"}},[t("el-input",{attrs:{placeholder:"道路情况",readonly:""},model:{value:e.ruleForm.daoluqingkuang,callback:function(t){e.$set(e.ruleForm,"daoluqingkuang",t)},expression:"ruleForm.daoluqingkuang"}})],1),"info"!=e.type?t("el-form-item",{staticClass:"input",style:{margin:"0 0 20px 0"},attrs:{label:"异常问题",prop:"yichangwenti"}},[t("el-input",{attrs:{placeholder:"异常问题",clearable:"",readonly:e.ro.yichangwenti},model:{value:e.ruleForm.yichangwenti,callback:function(t){e.$set(e.ruleForm,"yichangwenti",t)},expression:"ruleForm.yichangwenti"}})],1):t("el-form-item",{staticClass:"input",style:{margin:"0 0 20px 0"},attrs:{label:"异常问题",prop:"yichangwenti"}},[t("el-input",{attrs:{placeholder:"异常问题",readonly:""},model:{value:e.ruleForm.yichangwenti,callback:function(t){e.$set(e.ruleForm,"yichangwenti",t)},expression:"ruleForm.yichangwenti"}})],1),"info"!=e.type?t("el-form-item",{staticClass:"input",style:{margin:"0 0 20px 0"},attrs:{label:"预计行驶时长",prop:"yujixingshishizhang"}},[t("el-input",{attrs:{placeholder:"预计行驶时长",clearable:"",readonly:e.ro.yujixingshishizhang},model:{value:e.ruleForm.yujixingshishizhang,callback:function(t){e.$set(e.ruleForm,"yujixingshishizhang",t)},expression:"ruleForm.yujixingshishizhang"}})],1):t("el-form-item",{staticClass:"input",style:{margin:"0 0 20px 0"},attrs:{label:"预计行驶时长",prop:"yujixingshishizhang"}},[t("el-input",{attrs:{placeholder:"预计行驶时长",readonly:""},model:{value:e.ruleForm.yujixingshishizhang,callback:function(t){e.$set(e.ruleForm,"yujixingshishizhang",t)},expression:"ruleForm.yujixingshishizhang"}})],1),"info"!=e.type?t("el-form-item",{style:{margin:"0 0 20px 0"},attrs:{label:"路线详情",prop:"luxianxiangqing"}},[t("editor",{staticClass:"editor",staticStyle:{"min-width":"200px","max-width":"600px"},attrs:{action:"file/upload"},model:{value:e.ruleForm.luxianxiangqing,callback:function(t){e.$set(e.ruleForm,"luxianxiangqing",t)},expression:"ruleForm.luxianxiangqing"}})],1):e.ruleForm.luxianxiangqing?t("el-form-item",{style:{margin:"0 0 20px 0"},attrs:{label:"路线详情",prop:"luxianxiangqing"}},[t("span",{style:{fontSize:"14px",lineHeight:"40px",color:"#333",fontWeight:"500",display:"inline-block"},domProps:{innerHTML:e._s(e.ruleForm.luxianxiangqing)}})]):e._e()],t("el-form-item",{staticClass:"btn",style:{padding:"0",margin:"30px auto",alignItems:"center",textAlign:"center",background:"none",display:"flex",width:"60%",fontSize:"18px"}},["info"!=e.type?t("el-button",{staticClass:"btn3",attrs:{type:"success"},on:{click:e.onSubmit}},[t("span",{staticClass:"icon iconfont icon-tijiao16",style:{margin:"0 2px",fontSize:"inherit",color:"inherit",display:"none"}}),e._v(" 确定 ")]):e._e(),"info"!=e.type?t("el-button",{staticClass:"btn4",attrs:{type:"success"},on:{click:function(t){return e.back()}}},[t("span",{staticClass:"icon iconfont icon-quxiao09",style:{margin:"0 2px",fontSize:"inherit",color:"inherit",display:"none"}}),e._v(" 取消 ")]):e._e(),"info"==e.type?t("el-button",{staticClass:"btn5",attrs:{type:"success"},on:{click:function(t){return e.back()}}},[t("span",{staticClass:"icon iconfont icon-fanhui01",style:{margin:"0 2px",fontSize:"inherit",color:"inherit",display:"none"}}),e._v(" 返回 ")]):e._e()],1)],2)],1)},d=[],h=(a("c992"),a("0899"),a("fd0f"),a("61f7")),g={data:function(){return{id:"",type:"",ro:{id:!1,addtime:!1,luxianmingcheng:!1,luxianqidian:!1,luxianzhongdian:!1,daoluqingkuang:!1,yichangwenti:!1,yujixingshishizhang:!1,luxianxiangqing:!1},ruleForm:{id:"",addtime:"",luxianmingcheng:"",luxianqidian:"",luxianzhongdian:"",daoluqingkuang:"",yichangwenti:"",yujixingshishizhang:"",luxianxiangqing:""},rules:{id:[],addtime:[],luxianmingcheng:[],luxianqidian:[],luxianzhongdian:[],daoluqingkuang:[],yichangwenti:[],yujixingshishizhang:[],luxianxiangqing:[]}}},props:["parent"],computed:{},components:{},created:function(){this.ruleForm.faburiqi=this.getCurDate()},methods:{download:function(e){window.open("".concat(e))},init:function(e,t){var a=this;if(e&&(this.id=e,this.type=t),"info"==this.type||"else"==this.type)this.info(e);else if("logistics"==this.type)this.logistics=!1,this.info(e);else if("cross"==this.type){var i=this.$storage.getObj("crossObj");for(var n in i)"addtime"!=n?"luxianmingcheng"!=n?"luxianqidian"!=n?"luxianzhongdian"!=n?"daoluqingkuang"!=n?"yichangwenti"!=n?"yujixingshishizhang"!=n?"luxianxiangqing"!=n||(this.ruleForm.luxianxiangqing=i[n],this.ro.luxianxiangqing=!0):(this.ruleForm.yujixingshishizhang=i[n],this.ro.yujixingshishizhang=!0):(this.ruleForm.yichangwenti=i[n],this.ro.yichangwenti=!0):(this.ruleForm.daoluqingkuang=i[n],this.ro.daoluqingkuang=!0):(this.ruleForm.luxianzhongdian=i[n],this.ro.luxianzhongdian=!0):(this.ruleForm.luxianqidian=i[n],this.ro.luxianqidian=!0):(this.ruleForm.luxianmingcheng=i[n],this.ro.luxianmingcheng=!0):(this.ruleForm.addtime=i[n],this.ro.addtime=!0)}this.$http({url:"".concat(this.$storage.get("sessionTable"),"/session"),method:"get"}).then((function(e){var t=e.data;if(t&&0===t.code){var i=t.data;(""!=i.zhanghao&&i.zhanghao||0==i.zhanghao)&&"管理员"!=a.$storage.get("role")&&(a.ruleForm.zhanghao=i.zhanghao,a.ro.zhanghao=!0),(""!=i.xingming&&i.xingming||0==i.xingming)&&"管理员"!=a.$storage.get("role")&&(a.ruleForm.xingming=i.xingming,a.ro.xingming=!0)}else a.$message.error(t.msg)}))},info:function(e){var t=this;this.$http({url:"luxianxinxi/info/".concat(e),method:"get"}).then((function(e){var a=e.data;if(a&&0===a.code){t.ruleForm=a.data;var i=new RegExp("../../../upload","g");t.ruleForm.luxianxiangqing=t.ruleForm.luxianxiangqing.replace(i,"../../../springbootbv4939cb/upload")}else t.$message.error(a.msg)}))},onSubmit:function(){var e,t,a,i=this;this.$storage.getObj("crossObj");if("cross"==this.type){var n=this.$storage.get("statusColumnName"),o=this.$storage.get("statusColumnValue");if(""!=n){var r=this.$storage.getObj("crossObj");if(n&&!n.startsWith("[")){for(var s in r)s==n&&(r[s]=o);var l=this.$storage.get("crossTable");this.$http({url:"".concat(l,"/update"),method:"post",data:r}).then((function(e){e.data}))}else e=this.$storage.get("userid"),t=r["id"],a=this.$storage.get("statusColumnName"),a=a.replace(/\[/,"").replace(/\]/,"")}}this.$refs["ruleForm"].validate((function(n){if(n)if(t&&e){i.ruleForm.crossuserid=e,i.ruleForm.crossrefid=t;var o={page:1,limit:10,crossuserid:i.ruleForm.crossuserid,crossrefid:i.ruleForm.crossrefid};i.$http({url:"luxianxinxi/page",method:"get",params:o}).then((function(e){var t=e.data;if(t&&0===t.code){if(t.data.total>=a)return i.$message.error(i.$storage.get("tips")),!1;i.$http({url:"luxianxinxi/".concat(i.ruleForm.id?"update":"save"),method:"post",data:i.ruleForm}).then((function(e){var t=e.data;t&&0===t.code?i.$message({message:"操作成功",type:"success",duration:1500,onClose:function(){i.parent.showFlag=!0,i.parent.addOrUpdateFlag=!1,i.parent.luxianxinxiCrossAddOrUpdateFlag=!1,i.parent.search(),i.parent.contentStyleChange()}}):i.$message.error(t.msg)}))}}))}else i.$http({url:"luxianxinxi/".concat(i.ruleForm.id?"update":"save"),method:"post",data:i.ruleForm}).then((function(e){var t=e.data;t&&0===t.code?i.$message({message:"操作成功",type:"success",duration:1500,onClose:function(){i.parent.showFlag=!0,i.parent.addOrUpdateFlag=!1,i.parent.luxianxinxiCrossAddOrUpdateFlag=!1,i.parent.search(),i.parent.contentStyleChange()}}):i.$message.error(t.msg)}))}))},getUUID:function(){return(new Date).getTime()},back:function(){this.parent.showFlag=!0,this.parent.addOrUpdateFlag=!1,this.parent.luxianxinxiCrossAddOrUpdateFlag=!1,this.parent.contentStyleChange()}}},p=g,m=(a("9645"),a("55f1")),f=Object(m["a"])(p,u,d,!1,null,"58e41f96",null),b=f.exports,x={data:function(){return{json_fields:{},searchForm:{key:""},form:{},sfshBatchVisiable:!1,dataList:[],pageIndex:1,pageSize:10,totalPage:0,batchIds:[],shRules:{sfsh:[{required:!0,message:"审核状态不能为空",trigger:"blur"}],shhf:[{required:!0,message:"审核回复不能为空",trigger:"blur"}]},shBatchForm:{sfsh:"",shhf:""},dataListLoading:!1,dataListSelections:[],showFlag:!0,addOrUpdateFlag:!1,layouts:["total","prev","pager","next","sizes","jumper"],previewImg:"",previewVisible:!1}},created:function(){this.init(),this.getDataList(),this.contentStyleChange()},mounted:function(){},filters:{htmlfilter:function(e){return e.replace(/<[^>]*>/g).replace(/undefined/g,"")}},computed:{tablename:function(){return this.$storage.get("sessionTable")}},components:{AddOrUpdate:b},methods:{imgPreView:function(e){this.previewImg=e,this.previewVisible=!0},linkOthers:function(e){window.open(e)},contentStyleChange:function(){this.contentPageStyleChange()},shBatchDialog:function(){for(var e in this.dataListSelections){if(this.dataListSelections[e].sfsh&&"待审核"!=this.dataListSelections[e].sfsh)return this.$message.error("存在已审核数据,不能批量审核"),this.batchIds=[],!1;this.batchIds.push(this.dataListSelections[e].id)}this.sfshBatchVisiable=!0},shBatchHandler:function(){var e=this;this.$refs["shBatchForm"].validate((function(t){t&&e.$confirm("是否".concat(e.batchIds.length>1?"一键审核":"审核","选中数据?"),"提示",{confirmButtonText:"确定",cancelButtonText:"取消",type:"warning"}).then((function(){e.$http({url:"luxianxinxi/shBatch?sfsh="+e.shBatchForm.sfsh+"&shhf="+e.shBatchForm.shhf,method:"post",data:e.batchIds}).then((function(t){var a=t.data;a&&0===a.code?e.$message({message:"操作成功",type:"success",duration:1500,onClose:function(){e.getDataList(),e.sfshBatchVisiable=!1,e.batchIds=[]}}):e.$message.error(a.msg)}))}))}))},payHandler:function(e){if("是"!=e.sfsh)return this.$message({message:"请审核通过后再操作",type:"success",duration:1500,onClose:function(){}}),!1;this.$storage.set("paytable","luxianxinxi"),this.$storage.set("payObject",e),this.$router.push("pay")},payBatch:function(){var e=this;for(var t in this.dataListSelections){if("是"!=this.dataListSelections[t].sfsh)return this.$message.error("所选订单存在未审核订单"),!1;if("已支付"==this.dataListSelections[t].ispay)return this.$message.error("所选订单存在已支付订单"),!1}this.$confirm("是否支付所选订单?").then((function(t){var a=JSON.parse(JSON.stringify(e.dataListSelections));for(var i in a)a[i].ispay="已支付",e.$http({url:"luxianxinxi/update",method:"post",data:a[i]}).then((function(e){}));e.$message({message:"支付成功",type:"success",duration:1500,onClose:function(){e.getDataList()}})})).catch((function(e){}))},contentPageStyleChange:function(){},init:function(){},search:function(){this.pageIndex=1,this.getDataList()},getDataList:function(){var e=this;this.dataListLoading=!0;var t={page:this.pageIndex,limit:this.pageSize,sort:"id",order:"desc"};""!=this.searchForm.luxianmingcheng&&void 0!=this.searchForm.luxianmingcheng&&(t["luxianmingcheng"]="%"+this.searchForm.luxianmingcheng+"%"),""!=this.searchForm.luxianqidian&&void 0!=this.searchForm.luxianqidian&&(t["luxianqidian"]="%"+this.searchForm.luxianqidian+"%"),""!=this.searchForm.luxianzhongdian&&void 0!=this.searchForm.luxianzhongdian&&(t["luxianzhongdian"]="%"+this.searchForm.luxianzhongdian+"%");var a=JSON.parse(this.$storage.getObj("userForm"));console.log(a),this.$http({url:"luxianxinxi/page",method:"get",params:t}).then((function(t){var a=t.data;a&&0===a.code?(e.dataList=a.data.list,e.totalPage=a.data.total):(e.dataList=[],e.totalPage=0),e.dataListLoading=!1}))},sizeChangeHandle:function(e){this.pageSize=e,this.pageIndex=1,this.getDataList()},currentChangeHandle:function(e){this.pageIndex=e,this.getDataList()},selectionChangeHandler:function(e){this.dataListSelections=e},addOrUpdateHandler:function(e,t){var a=this;this.showFlag=!1,this.addOrUpdateFlag=!0,this.crossAddOrUpdateFlag=!1,"info"!=t&&(t="else"),this.$nextTick((function(){a.$refs.addOrUpdate.init(e,t)}))},disscussListHandler:function(e,t){this.$router.push({path:"/discussluxianxinxi",query:{refid:e}})},download:function(e){var t=this,a=e.replace(new RegExp("upload/","g"),"");c.a.get(this.$base.url+"file/download?fileName="+a,{headers:{token:this.$storage.get("Token")},responseType:"blob"}).then((function(e){var t=e.data,i=[];i.push(t);var n=window.URL.createObjectURL(new Blob(i,{type:"application/pdf;chartset=UTF-8"})),o=document.createElement("a");o.href=n,o.download=a,o.dispatchEvent(new MouseEvent("click",{bubbles:!0,cancelable:!0,view:window})),window.URL.revokeObjectURL(t)}),(function(e){c.a.get((location.href.split(t.$base.name).length>1?location.href.split(t.$base.name)[0]:"")+t.$base.name+"/file/download?fileName="+a,{headers:{token:t.$storage.get("Token")},responseType:"blob"}).then((function(e){var t=e.data,i=[];i.push(t);var n=window.URL.createObjectURL(new Blob(i,{type:"application/pdf;chartset=UTF-8"})),o=document.createElement("a");o.href=n,o.download=a,o.dispatchEvent(new MouseEvent("click",{bubbles:!0,cancelable:!0,view:window})),window.URL.revokeObjectURL(t)}))}))},preClick:function(e){if(!e)return!1;window.open(location.href.split(this.$base.name).length>1?location.href.split(this.$base.name)[0]+this.$base.name+"/"+e:this.$base.url+e)},luxianxinxistatusChange:function(e,t){var a=this;0==t.status&&(t.passwordwrongnum=0),this.$http({url:"luxianxinxi/update",method:"post",data:t}).then((function(e){1==t.status?a.$message.error("该用户已锁定"):a.$message.success("该用户已解除锁定")}))},deleteHandler:function(e){var t=this;return Object(r["a"])(Object(o["a"])().mark((function a(){var i,n;return Object(o["a"])().wrap((function(a){while(1)switch(a.prev=a.next){case 0:return i=e?[Number(e)]:t.dataListSelections.map((function(e){return Number(e.id)})),n="批量删除",n=e?"删除":"批量删除",a.next=5,t.$confirm("确定进行["+n+"]操作?","提示",{confirmButtonText:"确定",cancelButtonText:"取消",type:"warning"}).then(Object(r["a"])(Object(o["a"])().mark((function e(){return Object(o["a"])().wrap((function(e){while(1)switch(e.prev=e.next){case 0:return e.next=2,t.$http({url:"luxianxinxi/delete",method:"post",data:i}).then(function(){var e=Object(r["a"])(Object(o["a"])().mark((function e(a){var n,s;return Object(o["a"])().wrap((function(e){while(1)switch(e.prev=e.next){case 0:if(n=a.data,!n||0!==n.code){e.next=12;break}e.t0=Object(o["a"])().keys(i);case 3:if((e.t1=e.t0()).done){e.next=9;break}return s=e.t1.value,e.next=7,t.$http.get("storeup/list",{params:{page:1,limit:100,refid:i[s],tablename:"luxianxinxi"}}).then(function(){var e=Object(r["a"])(Object(o["a"])().mark((function e(a){var i,n;return Object(o["a"])().wrap((function(e){while(1)switch(e.prev=e.next){case 0:if(!a.data||0!=a.data.code){e.next=6;break}if(!a.data.data.list.length){e.next=6;break}for(n in i=[],a.data.data.list)i.push(a.data.data.list[n].id);return e.next=6,t.$http.post("storeup/delete",i).then((function(){}));case 6:case"end":return e.stop()}}),e)})));return function(t){return e.apply(this,arguments)}}());case 7:e.next=3;break;case 9:t.$message({message:"操作成功",type:"success",duration:1500,onClose:function(){t.search()}}),e.next=13;break;case 12:t.$message.error(n.msg);case 13:case"end":return e.stop()}}),e)})));return function(t){return e.apply(this,arguments)}}());case 2:case"end":return e.stop()}}),e)}))));case 5:case"end":return a.stop()}}),a)})))()}}},y=x,A=(a("ee77"),Object(m["a"])(y,i,n,!1,null,"e518353c",null)),v=A.exports,w=a("56ac"),k=a("0b03"),z=function(){var e=this,t=e._self._c;return t("el-container",[t("index-main")],1)},F=[],C=function(){var e=this,t=e._self._c;return t("div",{staticStyle:{height:"100%"}},[t("el-main",{style:{minHeight:"100%",margin:"0",position:"relative",background:"#fff"}},[t("index-header",{style:{boxShadow:"0 0px 0 0 rgba(0,0,0,.01), 0 0px 0px 0 rgba(0,0,0,.06)",padding:"8px 10% 8px 5%",margin:"0 auto",borderColor:"#f6dce0",alignItems:"center",color:"#eee",display:"flex",justifyContent:"space-between",background:"#494f5d",borderWidth:"0 0 0px",width:"calc(100% - 0px)",fontSize:"16px",position:"relative",borderStyle:"solid",zIndex:"1002",height:"70px"}}),e._e(),[e._e(),[t("index-aside",{style:{padding:"0 5%",borderColor:"#efefef",margin:"0 auto",background:"#494f5d",borderWidth:"0 0 0px 0",display:"block",width:"calc(100% - 0px)",borderStyle:"solid",height:"auto"}})]],t("bread-crumbs",{staticClass:"bread-crumbs",style:{padding:"0px 5%",margin:"0px auto",borderColor:"#eee",borderWidth:"0 0 0px",background:"none",width:"calc(100% - 0px)",fontSize:"16px",borderStyle:"solid"},attrs:{title:e.title}}),t("tags-view"),t("router-view",{staticClass:"router-view"})],2)],1)},S=[],j=function(){var e=this,t=e._self._c;return t("div",{staticClass:"menu-preview"},[t("div",{staticClass:"userinfo",style:{padding:"0 10px",alignItems:"center",flexDirection:"column",background:"none",display:"none",justifyContent:"center",height:"auto"}},[t("el-image",{style:{width:"36px",objectFit:"cover",borderRadius:"4px",display:"block",height:"36px"},attrs:{src:e.avatar?this.$base.url+e.avatar:a("6918"),fit:"cover"}}),t("div",{style:{fontSize:"12px",lineHeight:"1",color:"#333",textAlign:"center"}},[e._v(e._s(this.$storage.get("adminName")))])],1),t("el-menu",{staticClass:"el-menu-horizontal-2",style:{border:0,padding:"0 0px 20px",listStyle:"none",margin:"0 auto",flexWrap:"wrap",background:"none",display:"flex",width:"100%",position:"relative",transition:"all 0s ease"},attrs:{"default-active":e.activeMenu,"unique-opened":!0,mode:"horizontal"}},[t("el-menu-item",{staticClass:"home",style:{border:"0",padding:"0",listStyle:"none",margin:"0",color:"#fff",background:"none",zIndex:"99",height:"30px"},attrs:{index:"/"},nativeOn:{click:function(t){return e.menuHandler("")}}},[t("div",{staticClass:"el-tooltip"},[t("i",{staticClass:"icon iconfont icon-shouye-zhihui",style:{verticalAlign:"middle",margin:"0 3px 0",color:"inherit",textAlign:"center",background:"none",display:"inline-block",width:"auto",fontSize:"18px"}}),t("span",{style:{verticalAlign:"middle",color:"inherit",textAlign:"center",background:"none",display:"inline-block",width:"auto",fontSize:"18px"},attrs:{slot:"title"},slot:"title"},[e._v("系统首页")])])]),t("el-submenu",{staticClass:"user",style:{border:"0",padding:"0",listStyle:"none",margin:"0",color:"#333",order:"10",height:"30px"},attrs:{"popper-class":"user","popper-append-to-body":!1,index:"1"}},[t("template",{slot:"title"},[t("i",{staticClass:"icon iconfont icon-kuaijiezhifu",style:{verticalAlign:"middle",margin:"0 3px",color:"inherit",textAlign:"center",background:"none",display:"inline-block",width:"auto",fontSize:"18px"}}),t("span",{style:{verticalAlign:"middle",color:"inherit",textAlign:"center",background:"none",display:"inline-block",width:"auto",fontSize:"18px"},attrs:{slot:"title"},slot:"title"},[e._v("用户信息")])]),t("el-menu-item",{attrs:{index:"/updatePassword"},on:{click:function(t){return e.menuHandler("updatePassword")}}},[e._v("修改密码")]),t("el-menu-item",{attrs:{index:"/center"},on:{click:function(t){return e.menuHandler("center")}}},[e._v("个人信息")])],2),e._l(e.menuList.backMenu,(function(a,i){return[a.child.length>1||!e.horizontalIsMultiple?t("el-submenu",{staticClass:"other",style:{border:"0",padding:"0",listStyle:"none",margin:"0",color:"#333",background:"none",float:"left",height:"30px"},attrs:{"popper-class":"other","popper-append-to-body":!1,index:i+2+""}},[t("template",{slot:"title"},[t("i",{staticClass:"el-icon-menu",class:e.icons[i],style:{verticalAlign:"middle",margin:"0px 3px",color:"inherit",textAlign:"center",background:"none",display:"inline-block",width:"auto",fontSize:"18px"}}),t("span",{style:{verticalAlign:"middle",color:"inherit",textAlign:"center",background:"none",display:"inline-block",width:"auto",fontSize:"18px"},attrs:{slot:"title"},slot:"title"},[e._v(e._s(a.menu+(e.horizontalFlag?"管理":"")))])]),e._l(a.child,(function(a,i){return t("el-menu-item",{key:i,attrs:{index:"/"+a.tableName},on:{click:function(t){return e.menuHandler(a.tableName)}}},[e._v(e._s(a.menu))])}))],2):e._e(),a.child.length<=1&&e.horizontalIsMultiple?t("el-menu-item",{staticClass:"other",style:{border:"0",padding:"0",listStyle:"none",margin:"0",color:"#333",background:"none",float:"left",height:"30px"},attrs:{"popper-class":"other",index:"/"+a.child[0].tableName},on:{click:function(t){return e.menuHandler(a.child[0].tableName)}}},[t("div",{staticClass:"el-tooltip"},[t("i",{staticClass:"el-icon-menu",class:e.icons[i],style:{verticalAlign:"middle",margin:"0px 3px",color:"inherit",textAlign:"center",background:"none",display:"inline-block",width:"auto",fontSize:"18px"}}),t("span",{style:{verticalAlign:"middle",color:"inherit",textAlign:"center",background:"none",display:"inline-block",width:"auto",fontSize:"18px"},attrs:{slot:"title"},slot:"title"},[e._v(e._s(a.child[0].menu+(e.horizontalFlag?"管理":"")))])])]):e._e()]}))],2)],1)},O=[],L=(a("18e3"),a("0699"),a("f1eb"),a("e40f"),a("2971")),M={data:function(){return{menuList:[],dynamicMenuRoutes:[],role:"",user:null,avatar:"",icons:["el-icon-s-cooperation","el-icon-s-order","el-icon-s-platform","el-icon-s-fold","el-icon-s-unfold","el-icon-s-operation","el-icon-s-promotion","el-icon-s-release","el-icon-s-ticket","el-icon-s-management","el-icon-s-open","el-icon-s-shop","el-icon-s-marketing","el-icon-s-flag","el-icon-s-comment","el-icon-s-finance","el-icon-s-claim","el-icon-s-custom","el-icon-s-opportunity","el-icon-s-data","el-icon-s-check","el-icon-s-grid","el-icon-menu","el-icon-chat-dot-square","el-icon-message","el-icon-postcard","el-icon-position","el-icon-microphone","el-icon-close-notification","el-icon-bangzhu","el-icon-time","el-icon-odometer","el-icon-crop","el-icon-aim","el-icon-switch-button","el-icon-full-screen","el-icon-copy-document","el-icon-mic","el-icon-stopwatch"],menulistBorderBottom:{},horizontalFlag:!1,horizontalIsMultiple:!1}},computed:{activeMenu:function(){var e=this.$route;console.log(e);var t=e.meta,a=e.path;return t.activeMenu?t.activeMenu:a}},watch:{avatar:function(){this.$forceUpdate()}},mounted:function(){var e=this,t=L["a"].list();if(t)this.menuList=t;else{var a={page:1,limit:1,sort:"id"};this.$http({url:"menu/list",method:"get",params:a}).then((function(t){var a=t.data;a&&0===a.code&&(e.menuList=JSON.parse(a.data.list[0].menujson),e.$storage.set("menus",e.menuList))}))}this.role=this.$storage.get("role");for(var i=0;i0&&(o=n[0],r=n[n.length-1]),o===e)i.scrollLeft=0;else if(r===e)i.scrollLeft=i.scrollWidth-a;else{var s=n.findIndex((function(t){return t===e})),l=n[s-1],c=n[s+1],u=c.$el.offsetLeft+c.$el.offsetWidth+Q,d=l.$el.offsetLeft-Q;u>i.scrollLeft+a?i.scrollLeft=u-a:d1&&void 0!==arguments[1]?arguments[1]:"/",i=[];return e.forEach((function(e){if(e.meta&&e.meta.affix){var n=ee.a.resolve(a,e.path);i.push({fullPath:n,path:n,name:e.name,meta:Object(Z["a"])({},e.meta)})}if(e.children){var o=t.filterAffixTags(e.children,e.path);o.length>=1&&(i=[].concat(Object(D["a"])(i),Object(D["a"])(o)))}})),i},generateTitle:te["a"],initTags:function(){var e,t=this.affixTags=this.filterAffixTags(this.routes),a=Object($["a"])(t);try{for(a.s();!(e=a.n()).done;){var i=e.value;i.name&&this.$store.dispatch("tagsView/addVisitedView",i)}}catch(n){a.e(n)}finally{a.f()}},addTags:function(){var e=this.$route.name;return e&&this.$store.dispatch("tagsView/addView",this.$route),!1},moveToCurrentTag:function(){var e=this,t=this.$refs.tag;this.$nextTick((function(){var a,i=Object($["a"])(t);try{for(i.s();!(a=i.n()).done;){var n=a.value;if(n.to.path===e.$route.path){e.$refs.scrollPane.moveToTarget(n),n.to.fullPath!==e.$route.fullPath&&e.$store.dispatch("tagsView/updateVisitedView",e.$route);break}}}catch(o){i.e(o)}finally{i.f()}}))},refreshSelectedTag:function(e){var t=this;this.$store.dispatch("tagsView/delCachedView",e).then((function(){var a=e.fullPath;t.$nextTick((function(){t.$router.replace({path:"/redirect"+a})}))}))},closeSelectedTag:function(e){var t=this;this.$store.dispatch("tagsView/delView",e).then((function(a){var i=a.visitedViews;t.isActive(e)&&t.toLastView(i,e)}))},closeOthersTags:function(){var e=this;this.$router.push(this.selectedTag),this.$store.dispatch("tagsView/delOthersViews",this.selectedTag).then((function(){e.moveToCurrentTag()}))},closeAllTags:function(e){var t=this;this.$store.dispatch("tagsView/delAllViews").then((function(a){var i=a.visitedViews;t.affixTags.some((function(t){return t.path===e.path}))||t.toLastView(i,e)}))},toLastView:function(e,t){var a=e.slice(-1)[0];a?this.$router.push(a):"Dashboard"===t.name?this.$router.replace({path:"/redirect"+t.fullPath}):this.$router.push("/")},openMenu:function(e,t){var a=105,i=this.$el.getBoundingClientRect().left,n=this.$el.offsetWidth,o=n-a,r=t.clientX-i+15;this.left=r>o?o:r,this.top=t.clientY,this.visible=!0,this.selectedTag=e},closeMenu:function(){this.visible=!1}}},ie=ae,ne=(a("d6e3"),Object(m["a"])(ie,E,T,!1,null,"49993618",null)),oe=ne.exports,re={components:{IndexAside:H,IndexHeader:J,TagsView:oe},data:function(){return{menuList:[],role:"",currentIndex:-2,itemMenu:[],title:"",isCollapse:!1}},mounted:function(){var e=L["a"].list();this.menuList=e,this.role=this.$storage.get("role")},created:function(){this.init()},methods:{init:function(){this.$nextTick((function(){}))},collapseChange:function(e){this.isCollapse=e},menuHandler:function(e){this.$router.push({name:e.tableName}),this.title=e.menu},titleChange:function(e,t){this.currentIndex=e,this.itemMenu=t},homeChange:function(e){this.itemMenu=[],this.title="",this.currentIndex=e,this.$router.push({name:"home"})},centerChange:function(e){this.itemMenu=[{buttons:["新增","查看","修改","删除"],menu:"修改密码",tableName:"updatePassword"},{buttons:["新增","查看","修改","删除"],menu:"个人信息",tableName:"center"}],this.title="",this.currentIndex=e,this.$router.push({name:"home"})}}},se=re,le=(a("7818"),Object(m["a"])(se,C,S,!1,null,"d4d4b8a0",null)),ce=le.exports,ue={components:{IndexMain:ce}},de=ue,he=(a("fa49"),Object(m["a"])(de,z,F,!1,null,"15e41e3c",null)),ge=he.exports,pe=function(){var e=this,t=e._self._c;return t("div",{staticClass:"content",style:{minHeight:"calc(100vh - 190px)",padding:"0px 5% 30px",margin:"0 auto",alignItems:"flex-start",flexWrap:"wrap",background:"url(http://codegen.caihongy.cn/20230909/c30ce7be70a7441f82674cbbf06daef2.jpg) no-repeat center top / cover",display:"flex",width:"100%",fontSize:"16px",height:"100%"}},[t("div",{staticClass:"text",style:{padding:"0px",margin:"40px auto 40px",borderColor:"#ceddee",color:"rgb(51, 51, 51)",borderRadius:"0px",textAlign:"center",background:"none",borderWidth:"0px",width:"auto",fontSize:"24px",borderStyle:"solid",fontWeight:"500"}},[e._v("欢迎使用 "+e._s(this.$project.projectName))])])},me=[],fe=a("1dc1"),be=fe["a"],xe=(a("a458"),Object(m["a"])(be,pe,me,!1,null,"09d7765c",null)),ye=xe.exports,Ae=function(){var e=this,t=e._self._c;return t("div",[t("div",{staticClass:"container",style:{minHeight:"100vh",alignItems:"center",background:"url(http://codegen.caihongy.cn/20230908/322b929098b24499a774ded5b49b487b.jpg)",display:"flex",width:"100%",backgroundSize:"cover",backgroundPosition:"center center",backgroundRepeat:"no-repeat",justifyContent:"center"}},[t("el-form",{style:{border:"1px solid #ccc",padding:"100px 20px 20px",boxShadow:"0 0px 0px rgba(0, 0, 0, .2)",margin:"100px auto",borderRadius:"4px",textAlign:"center",background:"url(http://codegen.caihongy.cn/20230908/8e0e6c388b064f7abc46b7500ca1e3c6.png) no-repeat center 20px,rgba(255,255,255,.96)",width:"26vw",fontSize:"14px",position:"relative",height:"auto"}},[t("div",{staticClass:"title-container",style:{padding:"0px",margin:"20px auto 30px",borderColor:"#ddd",color:"#fff",display:"inline-block",top:"-100px",left:"-100%",background:"none",borderWidth:"0px",width:"300%",lineHeight:"auto",fontSize:"32px",position:"absolute",borderStyle:"solid",fontWeight:"600"}},[e._v("基于Java Web的车队管理信息系统登录")]),1==e.loginType?t("div",{staticClass:"list-item",style:{width:"calc(100% - 150px)",margin:"0 auto 30px",position:"relative",alignItems:"center",flexWrap:"wrap",display:"flex"}},[t("div",{staticClass:"lable",style:{color:"#666",left:"-150px",textAlign:"right",width:"150px",lineHeight:"44px",fontSize:"inherit",position:"absolute"}},[e._v("用户名:")]),t("input",{directives:[{name:"model",rawName:"v-model",value:e.rulesForm.username,expression:"rulesForm.username"}],style:{border:"0px solid rgba(167,142,68,.2)",padding:"0 10px",boxShadow:"0 0px 0px rgba(60, 60, 60, .1)",borderColor:"#ddd",color:"#666",outline:"0px solid #efefef",outlineOffset:"0px",borderRadius:"0px",background:"none",borderWidth:"0 0 1px",width:"100%",fontSize:"inherit",borderStyle:"solid",height:"36px"},attrs:{placeholder:"请输入用户名",name:"username",type:"text"},domProps:{value:e.rulesForm.username},on:{input:function(t){t.target.composing||e.$set(e.rulesForm,"username",t.target.value)}}})]):e._e(),1==e.loginType?t("div",{staticClass:"list-item",style:{width:"calc(100% - 150px)",margin:"0 auto 30px",position:"relative",alignItems:"center",flexWrap:"wrap",display:"flex"}},[t("div",{staticClass:"lable",style:{color:"#666",left:"-150px",textAlign:"right",width:"150px",lineHeight:"44px",fontSize:"inherit",position:"absolute"}},[e._v("密码:")]),t("input",{directives:[{name:"model",rawName:"v-model",value:e.rulesForm.password,expression:"rulesForm.password"}],style:{border:"0px solid rgba(167,142,68,.2)",padding:"0 10px",boxShadow:"0 0px 0px rgba(60, 60, 60, .1)",borderColor:"#ddd",color:"#666",outline:"0px solid #efefef",outlineOffset:"0px",borderRadius:"0px",background:"none",borderWidth:"0 0 1px",width:"100%",fontSize:"inherit",borderStyle:"solid",height:"36px"},attrs:{placeholder:"请输入密码",name:"password",type:"password"},domProps:{value:e.rulesForm.password},on:{input:function(t){t.target.composing||e.$set(e.rulesForm,"password",t.target.value)}}})]):e._e(),e.roles.length>1?t("div",{staticClass:"list-item select",style:{width:"calc(100% - 150px)",margin:"0 auto 30px",position:"relative",alignItems:"center",flexWrap:"wrap",display:"flex"}},[t("div",{staticClass:"lable",style:{color:"#666",left:"-150px",textAlign:"right",width:"150px",lineHeight:"44px",fontSize:"inherit",position:"absolute"}},[e._v("角色:")]),t("el-select",{attrs:{placeholder:"请选择角色"},model:{value:e.rulesForm.role,callback:function(t){e.$set(e.rulesForm,"role",t)},expression:"rulesForm.role"}},e._l(e.roles,(function(a){return 1==e.loginType||2==e.loginType&&"管理员"!=a.roleName?t("el-option",{key:a.roleName,attrs:{label:a.roleName,value:a.roleName}}):e._e()})),1)],1):e._e(),t("div",{style:{margin:"20px auto 0",alignItems:"center",flexWrap:"wrap",display:"flex",width:"calc(100% - 150px)",fontSize:"16px",position:"relative",justifyContent:"flex-start"}},[1==e.loginType?t("el-button",{staticClass:"loginInBt",style:{border:"0px solid #fff",cursor:"pointer",padding:"0 0 0 20px",margin:"0 0 20px",color:"#fff",textAlign:"center",letterSpacing:"10px",outline:"none",borderRadius:"50px",background:"#018fbf",width:"100%",fontSize:"20px",height:"44px"},attrs:{type:"primary"},on:{click:function(t){return e.login()}}},[e._v("登录")]):e._e(),t("el-button",{staticClass:"register",style:{border:"0px solid rgba(64, 158, 255, 1)",cursor:"pointer",padding:"0 6px 0 0",margin:"0 5px 10px",borderColor:"rgba(167,142,68,1)",color:"#333",outline:"none",borderRadius:"0px",background:"none",borderWidth:"0px",width:"auto",fontSize:"14px",borderStyle:"solid",fontWeight:"500",height:"40px"},attrs:{type:"primary"},on:{click:function(t){return e.register("jiashiyuan")}}},[e._v("注册驾驶员")]),t("el-button",{staticClass:"register",style:{border:"0px solid rgba(64, 158, 255, 1)",cursor:"pointer",padding:"0 6px 0 0",margin:"0 5px 10px",borderColor:"rgba(167,142,68,1)",color:"#333",outline:"none",borderRadius:"0px",background:"none",borderWidth:"0px",width:"auto",fontSize:"14px",borderStyle:"solid",fontWeight:"500",height:"40px"},attrs:{type:"primary"},on:{click:function(t){return e.register("gongzuorenyuan")}}},[e._v("注册工作人员")])],1)])],1)])},ve=[],we={data:function(){return{verifyCheck2:!1,flag:!1,baseUrl:this.$base.url,loginType:1,rulesForm:{username:"",password:"",role:""},menus:[],roles:[],tableName:""}},mounted:function(){var e=L["a"].list();this.menus=e;for(var t=0;t1){if(!this.rulesForm.role)return void this.$message.error("请选择角色");for(var e=this.menus,t=0;t1?this.$router.go(-1):this.$router.push("/")}}},Oe=je,Le=(a("5b34"),Object(m["a"])(Oe,Ce,Se,!1,null,"ffd21c38",null)),Me=Le.exports,Be=function(){var e=this,t=e._self._c;return t("div",{style:{minHeight:"calc(100vh - 200px)",padding:"0px 0 30px",margin:"0 auto",color:"#8e99a2",background:"none",width:"calc(100% - 0px)",fontSize:"14px",height:"100%"}},[t("el-form",{ref:"ruleForm",staticClass:"add-update-preview",style:{padding:"30px 5%",borderColor:"#f6f6f6",alignItems:"flex-start",borderRadius:"4px",flexWrap:"wrap",background:"rgba(255,255,255,.9)",borderWidth:"2px",display:"flex",fontSize:"inherit",borderStyle:"solid"},attrs:{rules:e.rules,model:e.ruleForm,"label-width":"200px"}},[t("el-form-item",{style:{padding:"2px 0",margin:"0 auto 20px",color:"inherit",borderRadius:"4px",background:"none",width:"100%",fontSize:"inherit"},attrs:{label:"原密码",prop:"password"}},[t("el-input",{attrs:{"show-password":""},model:{value:e.ruleForm.password,callback:function(t){e.$set(e.ruleForm,"password",t)},expression:"ruleForm.password"}})],1),t("el-form-item",{style:{padding:"2px 0",margin:"0 auto 20px",color:"inherit",borderRadius:"4px",background:"none",width:"100%",fontSize:"inherit"},attrs:{label:"新密码",prop:"newpassword"}},[t("el-input",{attrs:{"show-password":""},model:{value:e.ruleForm.newpassword,callback:function(t){e.$set(e.ruleForm,"newpassword",t)},expression:"ruleForm.newpassword"}})],1),t("el-form-item",{style:{padding:"2px 0",margin:"0 auto 20px",color:"inherit",borderRadius:"4px",background:"none",width:"100%",fontSize:"inherit"},attrs:{label:"确认密码",prop:"repassword"}},[t("el-input",{attrs:{"show-password":""},model:{value:e.ruleForm.repassword,callback:function(t){e.$set(e.ruleForm,"repassword",t)},expression:"ruleForm.repassword"}})],1),t("el-form-item",{style:{padding:"0",margin:"30px auto",alignItems:"center",textAlign:"center",background:"none",display:"flex",width:"60%",fontSize:"18px"}},[t("el-button",{staticClass:"btn3",style:{border:"0px solid #3fcbca",cursor:"pointer",padding:"0 20px",margin:"0px 4px",color:"#fff",minWidth:"90px",outline:"none",borderRadius:"4px",background:"#4b88e4",width:"auto",fontSize:"14px",lineHeight:"40px",height:"40px"},attrs:{type:"primary"},on:{click:e.onUpdateHandler}},[t("span",{staticClass:"icon iconfont icon-tijiao16",style:{margin:"0 2px",fontSize:"inherit",color:"inherit",display:"none"}}),e._v(" 确定 ")])],1)],1)],1)},Ve=[],He={data:function(){return{dialogVisible:!1,ruleForm:{},user:{},rules:{password:[{required:!0,message:"密码不能为空",trigger:"blur"}],newpassword:[{required:!0,message:"新密码不能为空",trigger:"blur"}],repassword:[{required:!0,message:"确认密码不能为空",trigger:"blur"}]}}},mounted:function(){var e=this;this.$http({url:"".concat(this.$storage.get("sessionTable"),"/session"),method:"get"}).then((function(t){var a=t.data;a&&0===a.code?e.user=a.data:e.$message.error(a.msg)}))},methods:{onLogout:function(){this.$storage.remove("Token"),this.$router.replace({name:"login"})},onUpdateHandler:function(){var e=this;return Object(r["a"])(Object(o["a"])().mark((function t(){return Object(o["a"])().wrap((function(t){while(1)switch(t.prev=t.next){case 0:e.$refs["ruleForm"].validate(function(){var t=Object(r["a"])(Object(o["a"])().mark((function t(a){var i;return Object(o["a"])().wrap((function(t){while(1)switch(t.prev=t.next){case 0:if(!a){t.next=28;break}if(i="",e.user.mima?i=e.user.mima:e.user.password&&(i=e.user.password),"users"!=e.$storage.get("sessionTable")){t.next=14;break}if(e.ruleForm.password==i){t.next=7;break}return e.$message.error("原密码错误"),t.abrupt("return");case 7:if(e.ruleForm.newpassword==e.ruleForm.repassword){t.next=10;break}return e.$message.error("两次密码输入不一致"),t.abrupt("return");case 10:return e.user.password=e.ruleForm.newpassword,e.user.mima=e.ruleForm.newpassword,e.$http({url:"".concat(e.$storage.get("sessionTable"),"/update"),method:"post",data:e.user}).then((function(t){var a=t.data;a&&0===a.code?e.$message({message:"修改密码成功,下次登录系统生效",type:"success",duration:1500,onClose:function(){}}):e.$message.error(a.msg)})),t.abrupt("return",!1);case 14:if(e.ruleForm.password==i){t.next=17;break}return e.$message.error("原密码错误"),t.abrupt("return");case 17:if(e.ruleForm.newpassword==e.ruleForm.repassword){t.next=20;break}return e.$message.error("两次密码输入不一致"),t.abrupt("return");case 20:if(e.ruleForm.newpassword!=e.ruleForm.password){t.next=23;break}return e.$message.error("新密码与原密码相同"),t.abrupt("return");case 23:e.$storage.get("sessionTable"),e.$storage.get("sessionTable"),e.user.password=e.ruleForm.newpassword,e.user.mima=e.ruleForm.newpassword,e.$http({url:"".concat(e.$storage.get("sessionTable"),"/update"),method:"post",data:e.user}).then((function(t){var a=t.data;a&&0===a.code?e.$message({message:"修改密码成功,下次登录系统生效",type:"success",duration:1500,onClose:function(){}}):e.$message.error(a.msg)}));case 28:case"end":return t.stop()}}),t)})));return function(e){return t.apply(this,arguments)}}());case 1:case"end":return t.stop()}}),t)})))()}}},_e=He,Ie=(a("969e"),Object(m["a"])(_e,Be,Ve,!1,null,"1cda2566",null)),qe=Ie.exports,Ue=function(){var e=this,t=e._self._c;return t("div",{staticClass:"container",style:{margin:"0 200px 20px"}},[t("el-alert",{attrs:{title:"确认支付前请先核对订单信息",type:"success",closable:!1}}),t("div",{staticClass:"pay-type-content"},[t("div",{staticClass:"pay-type-item"},[t("el-radio",{attrs:{label:"微信支付"},model:{value:e.type,callback:function(t){e.type=t},expression:"type"}}),t("img",{attrs:{src:a("d709"),alt:""}})],1),t("div",{staticClass:"pay-type-item"},[t("el-radio",{attrs:{label:"支付宝支付"},model:{value:e.type,callback:function(t){e.type=t},expression:"type"}}),t("img",{attrs:{src:a("b7e8"),alt:""}})],1),t("div",{staticClass:"pay-type-item"},[t("el-radio",{attrs:{label:"建设银行"},model:{value:e.type,callback:function(t){e.type=t},expression:"type"}}),t("img",{attrs:{src:a("ecc3"),alt:""}})],1),t("div",{staticClass:"pay-type-item"},[t("el-radio",{attrs:{label:"农业银行"},model:{value:e.type,callback:function(t){e.type=t},expression:"type"}}),t("img",{attrs:{src:a("5431"),alt:""}})],1),t("div",{staticClass:"pay-type-item"},[t("el-radio",{attrs:{label:"中国银行"},model:{value:e.type,callback:function(t){e.type=t},expression:"type"}}),t("img",{attrs:{src:a("8249"),alt:""}})],1),t("div",{staticClass:"pay-type-item"},[t("el-radio",{attrs:{label:"交通银行"},model:{value:e.type,callback:function(t){e.type=t},expression:"type"}}),t("img",{attrs:{src:a("c985"),alt:""}})],1)]),t("div",{staticClass:"buton-content"},[t("el-button",{attrs:{type:"primary"},on:{click:e.submitTap}},[e._v("确认支付")]),t("el-button",{on:{click:function(t){return e.back()}}},[e._v("返回")])],1)],1)},Re=[],Je={data:function(){return{name:"",account:"",type:"",table:"",obj:""}},mounted:function(){var e=this.$storage.get("paytable"),t=this.$storage.getObj("payObject");this.table=e,this.obj=t},methods:{submitTap:function(){var e=this;this.type?this.$confirm("确定支付?","提示",{confirmButtonText:"确定",cancelButtonText:"取消",type:"warning"}).then((function(){e.obj.ispay="已支付",e.$http({url:"".concat(e.table,"/update"),method:"post",data:e.obj}).then((function(t){var a=t.data;a&&0===a.code?e.$message({message:"支付成功",type:"success",duration:1500,onClose:function(){e.$router.go(-1)}}):e.$message.error(a.msg)}))})):this.$message.error("请选择支付方式")},back:function(){this.$router.go(-1)}}},Ee=Je,Te=(a("a4bb"),Object(m["a"])(Ee,Ue,Re,!1,null,"78fb9f03",null)),$e=Te.exports,De=function(){var e=this,t=e._self._c;return t("div",[t("div",{staticClass:"container",style:{minHeight:"100vh",alignItems:"center",background:"url(http://codegen.caihongy.cn/20230908/322b929098b24499a774ded5b49b487b.jpg)",display:"flex",width:"100%",backgroundSize:"cover",backgroundPosition:"center center",backgroundRepeat:"no-repeat",justifyContent:"center",height:"auto"}},["register"==e.pageFlag?t("el-form",{ref:"rgsForm",staticClass:"rgs-form",style:{border:"1px solid #ccc",padding:"30px 0px 20px 30px",boxShadow:"0 0px 0px rgba(0, 0, 0, .2)",margin:"100px auto",borderRadius:"4px",textAlign:"center",background:"rgba(255,255,255,.96)",width:"30vw",fontSize:"16px",position:"relative",height:"auto"},attrs:{model:e.rgsForm,rules:e.rules}},[t("div",{staticClass:"title",style:{padding:"0px",margin:"10px auto 0px",borderColor:"#eee",color:"#fff",display:"inline-block",top:"-80px",left:"-100%",background:"none",borderWidth:"0px",width:"300%",lineHeight:"40px",fontSize:"32px",position:"absolute",borderStyle:"solid",fontWeight:"600"}},[e._v("基于Java Web的车队管理信息系统注册")]),"jiashiyuan"==e.tableName?t("el-form-item",{staticClass:"list-item",style:{padding:"0 0px",margin:"0 auto 10px",textAlign:"left",width:"calc(100% - 150px)",fontSize:"inherit",position:"relative",height:"auto"}},[t("div",{staticClass:"lable",class:e.changeRules("zhanghao")?"required":"",style:{padding:"0 8px 0 0",color:"#666",textAlign:"right",left:"-150px",width:"150px",lineHeight:"40px",fontSize:"14px",position:"absolute"}},[e._v("账号:")]),t("el-input",{attrs:{autocomplete:"off",placeholder:"账号",type:"text"},model:{value:e.ruleForm.zhanghao,callback:function(t){e.$set(e.ruleForm,"zhanghao",t)},expression:"ruleForm.zhanghao"}})],1):e._e(),"jiashiyuan"==e.tableName?t("el-form-item",{staticClass:"list-item",style:{padding:"0 0px",margin:"0 auto 10px",textAlign:"left",width:"calc(100% - 150px)",fontSize:"inherit",position:"relative",height:"auto"}},[t("div",{staticClass:"lable",class:e.changeRules("mima")?"required":"",style:{padding:"0 8px 0 0",color:"#666",textAlign:"right",left:"-150px",width:"150px",lineHeight:"40px",fontSize:"14px",position:"absolute"}},[e._v("密码:")]),t("el-input",{attrs:{autocomplete:"off",placeholder:"密码",type:"password"},model:{value:e.ruleForm.mima,callback:function(t){e.$set(e.ruleForm,"mima",t)},expression:"ruleForm.mima"}})],1):e._e(),"jiashiyuan"==e.tableName?t("el-form-item",{staticClass:"list-item",style:{padding:"0 0px",margin:"0 auto 10px",textAlign:"left",width:"calc(100% - 150px)",fontSize:"inherit",position:"relative",height:"auto"}},[t("div",{staticClass:"lable",class:e.changeRules("mima")?"required":"",style:{padding:"0 8px 0 0",color:"#666",textAlign:"right",left:"-150px",width:"150px",lineHeight:"40px",fontSize:"14px",position:"absolute"}},[e._v("确认密码:")]),t("el-input",{attrs:{autocomplete:"off",placeholder:"确认密码",type:"password"},model:{value:e.ruleForm.mima2,callback:function(t){e.$set(e.ruleForm,"mima2",t)},expression:"ruleForm.mima2"}})],1):e._e(),"jiashiyuan"==e.tableName?t("el-form-item",{staticClass:"list-item",style:{padding:"0 0px",margin:"0 auto 10px",textAlign:"left",width:"calc(100% - 150px)",fontSize:"inherit",position:"relative",height:"auto"}},[t("div",{staticClass:"lable",class:e.changeRules("xingming")?"required":"",style:{padding:"0 8px 0 0",color:"#666",textAlign:"right",left:"-150px",width:"150px",lineHeight:"40px",fontSize:"14px",position:"absolute"}},[e._v("姓名:")]),t("el-input",{attrs:{autocomplete:"off",placeholder:"姓名",type:"text"},model:{value:e.ruleForm.xingming,callback:function(t){e.$set(e.ruleForm,"xingming",t)},expression:"ruleForm.xingming"}})],1):e._e(),"jiashiyuan"==e.tableName?t("el-form-item",{staticClass:"list-item",style:{padding:"0 0px",margin:"0 auto 10px",textAlign:"left",width:"calc(100% - 150px)",fontSize:"inherit",position:"relative",height:"auto"}},[t("div",{staticClass:"lable",class:e.changeRules("xingbie")?"required":"",style:{padding:"0 8px 0 0",color:"#666",textAlign:"right",left:"-150px",width:"150px",lineHeight:"40px",fontSize:"14px",position:"absolute"}},[e._v("性别:")]),t("el-select",{attrs:{placeholder:"请选择性别"},model:{value:e.ruleForm.xingbie,callback:function(t){e.$set(e.ruleForm,"xingbie",t)},expression:"ruleForm.xingbie"}},e._l(e.jiashiyuanxingbieOptions,(function(e,a){return t("el-option",{key:a,attrs:{label:e,value:e}})})),1)],1):e._e(),"jiashiyuan"==e.tableName?t("el-form-item",{staticClass:"list-item",style:{padding:"0 0px",margin:"0 auto 10px",textAlign:"left",width:"calc(100% - 150px)",fontSize:"inherit",position:"relative",height:"auto"}},[t("div",{staticClass:"lable",class:e.changeRules("shouji")?"required":"",style:{padding:"0 8px 0 0",color:"#666",textAlign:"right",left:"-150px",width:"150px",lineHeight:"40px",fontSize:"14px",position:"absolute"}},[e._v("手机:")]),t("el-input",{attrs:{autocomplete:"off",placeholder:"手机",type:"text"},model:{value:e.ruleForm.shouji,callback:function(t){e.$set(e.ruleForm,"shouji",t)},expression:"ruleForm.shouji"}})],1):e._e(),"jiashiyuan"==e.tableName?t("el-form-item",{staticClass:"list-item",style:{padding:"0 0px",margin:"0 auto 10px",textAlign:"left",width:"calc(100% - 150px)",fontSize:"inherit",position:"relative",height:"auto"}},[t("div",{staticClass:"lable",class:e.changeRules("shenfenzheng")?"required":"",style:{padding:"0 8px 0 0",color:"#666",textAlign:"right",left:"-150px",width:"150px",lineHeight:"40px",fontSize:"14px",position:"absolute"}},[e._v("身份证:")]),t("el-input",{attrs:{autocomplete:"off",placeholder:"身份证",type:"text"},model:{value:e.ruleForm.shenfenzheng,callback:function(t){e.$set(e.ruleForm,"shenfenzheng",t)},expression:"ruleForm.shenfenzheng"}})],1):e._e(),"jiashiyuan"==e.tableName?t("el-form-item",{staticClass:"list-item",style:{padding:"0 0px",margin:"0 auto 10px",textAlign:"left",width:"calc(100% - 150px)",fontSize:"inherit",position:"relative",height:"auto"}},[t("div",{staticClass:"lable",class:e.changeRules("chushengriqi")?"required":"",style:{padding:"0 8px 0 0",color:"#666",textAlign:"right",left:"-150px",width:"150px",lineHeight:"40px",fontSize:"14px",position:"absolute"}},[e._v("出生日期:")]),t("el-date-picker",{attrs:{format:"yyyy 年 MM 月 dd 日","value-format":"yyyy-MM-dd",type:"date",placeholder:"出生日期"},model:{value:e.ruleForm.chushengriqi,callback:function(t){e.$set(e.ruleForm,"chushengriqi",t)},expression:"ruleForm.chushengriqi"}})],1):e._e(),"jiashiyuan"==e.tableName?t("el-form-item",{staticClass:"list-item",style:{padding:"0 0px",margin:"0 auto 10px",textAlign:"left",width:"calc(100% - 150px)",fontSize:"inherit",position:"relative",height:"auto"}},[t("div",{staticClass:"lable",class:e.changeRules("jiashizhenghao")?"required":"",style:{padding:"0 8px 0 0",color:"#666",textAlign:"right",left:"-150px",width:"150px",lineHeight:"40px",fontSize:"14px",position:"absolute"}},[e._v("驾驶证号:")]),t("el-input",{attrs:{autocomplete:"off",placeholder:"驾驶证号",type:"text"},model:{value:e.ruleForm.jiashizhenghao,callback:function(t){e.$set(e.ruleForm,"jiashizhenghao",t)},expression:"ruleForm.jiashizhenghao"}})],1):e._e(),"jiashiyuan"==e.tableName?t("el-form-item",{staticClass:"list-item",style:{padding:"0 0px",margin:"0 auto 10px",textAlign:"left",width:"calc(100% - 150px)",fontSize:"inherit",position:"relative",height:"auto"}},[t("div",{staticClass:"lable",class:e.changeRules("touxiang")?"required":"",style:{padding:"0 8px 0 0",color:"#666",textAlign:"right",left:"-150px",width:"150px",lineHeight:"40px",fontSize:"14px",position:"absolute"}},[e._v("头像:")]),t("file-upload",{attrs:{tip:"点击上传头像",action:"file/upload",limit:3,multiple:!0,fileUrls:e.ruleForm.touxiang?e.ruleForm.touxiang:""},on:{change:e.jiashiyuantouxiangUploadChange}})],1):e._e(),"gongzuorenyuan"==e.tableName?t("el-form-item",{staticClass:"list-item",style:{padding:"0 0px",margin:"0 auto 10px",textAlign:"left",width:"calc(100% - 150px)",fontSize:"inherit",position:"relative",height:"auto"}},[t("div",{staticClass:"lable",class:e.changeRules("yuangongzhanghao")?"required":"",style:{padding:"0 8px 0 0",color:"#666",textAlign:"right",left:"-150px",width:"150px",lineHeight:"40px",fontSize:"14px",position:"absolute"}},[e._v("员工账号:")]),t("el-input",{attrs:{autocomplete:"off",placeholder:"员工账号",type:"text"},model:{value:e.ruleForm.yuangongzhanghao,callback:function(t){e.$set(e.ruleForm,"yuangongzhanghao",t)},expression:"ruleForm.yuangongzhanghao"}})],1):e._e(),"gongzuorenyuan"==e.tableName?t("el-form-item",{staticClass:"list-item",style:{padding:"0 0px",margin:"0 auto 10px",textAlign:"left",width:"calc(100% - 150px)",fontSize:"inherit",position:"relative",height:"auto"}},[t("div",{staticClass:"lable",class:e.changeRules("mima")?"required":"",style:{padding:"0 8px 0 0",color:"#666",textAlign:"right",left:"-150px",width:"150px",lineHeight:"40px",fontSize:"14px",position:"absolute"}},[e._v("密码:")]),t("el-input",{attrs:{autocomplete:"off",placeholder:"密码",type:"password"},model:{value:e.ruleForm.mima,callback:function(t){e.$set(e.ruleForm,"mima",t)},expression:"ruleForm.mima"}})],1):e._e(),"gongzuorenyuan"==e.tableName?t("el-form-item",{staticClass:"list-item",style:{padding:"0 0px",margin:"0 auto 10px",textAlign:"left",width:"calc(100% - 150px)",fontSize:"inherit",position:"relative",height:"auto"}},[t("div",{staticClass:"lable",class:e.changeRules("mima")?"required":"",style:{padding:"0 8px 0 0",color:"#666",textAlign:"right",left:"-150px",width:"150px",lineHeight:"40px",fontSize:"14px",position:"absolute"}},[e._v("确认密码:")]),t("el-input",{attrs:{autocomplete:"off",placeholder:"确认密码",type:"password"},model:{value:e.ruleForm.mima2,callback:function(t){e.$set(e.ruleForm,"mima2",t)},expression:"ruleForm.mima2"}})],1):e._e(),"gongzuorenyuan"==e.tableName?t("el-form-item",{staticClass:"list-item",style:{padding:"0 0px",margin:"0 auto 10px",textAlign:"left",width:"calc(100% - 150px)",fontSize:"inherit",position:"relative",height:"auto"}},[t("div",{staticClass:"lable",class:e.changeRules("yuangongxingming")?"required":"",style:{padding:"0 8px 0 0",color:"#666",textAlign:"right",left:"-150px",width:"150px",lineHeight:"40px",fontSize:"14px",position:"absolute"}},[e._v("员工姓名:")]),t("el-input",{attrs:{autocomplete:"off",placeholder:"员工姓名",type:"text"},model:{value:e.ruleForm.yuangongxingming,callback:function(t){e.$set(e.ruleForm,"yuangongxingming",t)},expression:"ruleForm.yuangongxingming"}})],1):e._e(),"gongzuorenyuan"==e.tableName?t("el-form-item",{staticClass:"list-item",style:{padding:"0 0px",margin:"0 auto 10px",textAlign:"left",width:"calc(100% - 150px)",fontSize:"inherit",position:"relative",height:"auto"}},[t("div",{staticClass:"lable",class:e.changeRules("nianling")?"required":"",style:{padding:"0 8px 0 0",color:"#666",textAlign:"right",left:"-150px",width:"150px",lineHeight:"40px",fontSize:"14px",position:"absolute"}},[e._v("年龄:")]),t("el-input",{attrs:{autocomplete:"off",placeholder:"年龄",type:"text"},model:{value:e.ruleForm.nianling,callback:function(t){e.$set(e.ruleForm,"nianling",e._n(t))},expression:"ruleForm.nianling"}})],1):e._e(),"gongzuorenyuan"==e.tableName?t("el-form-item",{staticClass:"list-item",style:{padding:"0 0px",margin:"0 auto 10px",textAlign:"left",width:"calc(100% - 150px)",fontSize:"inherit",position:"relative",height:"auto"}},[t("div",{staticClass:"lable",class:e.changeRules("xingbie")?"required":"",style:{padding:"0 8px 0 0",color:"#666",textAlign:"right",left:"-150px",width:"150px",lineHeight:"40px",fontSize:"14px",position:"absolute"}},[e._v("性别:")]),t("el-select",{attrs:{placeholder:"请选择性别"},model:{value:e.ruleForm.xingbie,callback:function(t){e.$set(e.ruleForm,"xingbie",t)},expression:"ruleForm.xingbie"}},e._l(e.gongzuorenyuanxingbieOptions,(function(e,a){return t("el-option",{key:a,attrs:{label:e,value:e}})})),1)],1):e._e(),"gongzuorenyuan"==e.tableName?t("el-form-item",{staticClass:"list-item",style:{padding:"0 0px",margin:"0 auto 10px",textAlign:"left",width:"calc(100% - 150px)",fontSize:"inherit",position:"relative",height:"auto"}},[t("div",{staticClass:"lable",class:e.changeRules("shouji")?"required":"",style:{padding:"0 8px 0 0",color:"#666",textAlign:"right",left:"-150px",width:"150px",lineHeight:"40px",fontSize:"14px",position:"absolute"}},[e._v("手机:")]),t("el-input",{attrs:{autocomplete:"off",placeholder:"手机",type:"text"},model:{value:e.ruleForm.shouji,callback:function(t){e.$set(e.ruleForm,"shouji",t)},expression:"ruleForm.shouji"}})],1):e._e(),"gongzuorenyuan"==e.tableName?t("el-form-item",{staticClass:"list-item",style:{padding:"0 0px",margin:"0 auto 10px",textAlign:"left",width:"calc(100% - 150px)",fontSize:"inherit",position:"relative",height:"auto"}},[t("div",{staticClass:"lable",class:e.changeRules("touxiang")?"required":"",style:{padding:"0 8px 0 0",color:"#666",textAlign:"right",left:"-150px",width:"150px",lineHeight:"40px",fontSize:"14px",position:"absolute"}},[e._v("头像:")]),t("file-upload",{attrs:{tip:"点击上传头像",action:"file/upload",limit:3,multiple:!0,fileUrls:e.ruleForm.touxiang?e.ruleForm.touxiang:""},on:{change:e.gongzuorenyuantouxiangUploadChange}})],1):e._e(),t("button",{staticClass:"r-btn",style:{border:"1px solid #fff",cursor:"pointer",padding:"0 0 0 20px",boxShadow:"0 0 0px rgba(64, 158, 255, .5)",margin:"20px auto 5px",color:"#fff",display:"block",letterSpacing:"10px",outline:"none",borderRadius:"50px",background:"#018fbf",width:"calc(100% - 150px)",fontSize:"20px",height:"44px"},attrs:{type:"button"},on:{click:function(t){return e.login()}}},[e._v("注册")]),t("div",{staticClass:"r-login",style:{cursor:"pointer",padding:"0",margin:"10px 0",color:"rgba(159, 159, 159, 1)",textAlign:"right",display:"inline-block",width:"calc(100% - 150px)",lineHeight:"1",fontSize:"14px"},on:{click:function(t){return e.close()}}},[e._v("已有账号,直接登录")])],1):e._e()],1)])},Ze=[],Pe={data:function(){return{ruleForm:{},forgetForm:{},pageFlag:"",tableName:"",rules:{},jiashiyuanxingbieOptions:[],gongzuorenyuanxingbieOptions:[]}},mounted:function(){if(this.pageFlag=this.$route.query.pageFlag,"register"==this.$route.query.pageFlag){var e=this.$storage.get("loginTable");this.tableName=e,"jiashiyuan"==this.tableName&&(this.ruleForm={zhanghao:"",mima:"",xingming:"",xingbie:"",shouji:"",shenfenzheng:"",chushengriqi:"",jiashizhenghao:"",touxiang:""}),"gongzuorenyuan"==this.tableName&&(this.ruleForm={yuangongzhanghao:"",mima:"",yuangongxingming:"",nianling:"",xingbie:"",shouji:"",touxiang:"",sfsh:"",shhf:""}),"jiashiyuan"==this.tableName&&(this.rules.zhanghao=[{required:!0,message:"请输入账号",trigger:"blur"}]),"jiashiyuan"==this.tableName&&(this.rules.mima=[{required:!0,message:"请输入密码",trigger:"blur"}]),"jiashiyuan"==this.tableName&&(this.rules.xingming=[{required:!0,message:"请输入姓名",trigger:"blur"}]),"jiashiyuan"==this.tableName&&(this.rules.shenfenzheng=[{required:!0,message:"请输入身份证",trigger:"blur"}]),"jiashiyuan"==this.tableName&&(this.rules.jiashizhenghao=[{required:!0,message:"请输入驾驶证号",trigger:"blur"}]),"gongzuorenyuan"==this.tableName&&(this.rules.yuangongzhanghao=[{required:!0,message:"请输入员工账号",trigger:"blur"}]),"gongzuorenyuan"==this.tableName&&(this.rules.mima=[{required:!0,message:"请输入密码",trigger:"blur"}]),"gongzuorenyuan"==this.tableName&&(this.rules.yuangongxingming=[{required:!0,message:"请输入员工姓名",trigger:"blur"}]),this.jiashiyuanxingbieOptions="男,女".split(","),this.ruleForm.chushengriqi=this.getCurDate(),this.gongzuorenyuanxingbieOptions="男,女".split(",")}},created:function(){},destroyed:function(){},methods:{changeRules:function(e){return!!this.rules[e]},getUUID:function(){return(new Date).getTime()},close:function(){this.$router.push({path:"/login"})},jiashiyuantouxiangUploadChange:function(e){this.ruleForm.touxiang=e},gongzuorenyuantouxiangUploadChange:function(e){this.ruleForm.touxiang=e},login:function(){var e=this,t=this.tableName+"/register";this.ruleForm.zhanghao||"jiashiyuan"!=this.tableName?this.ruleForm.mima||"jiashiyuan"!=this.tableName?this.ruleForm.mima==this.ruleForm.mima2||"jiashiyuan"!=this.tableName?this.ruleForm.xingming||"jiashiyuan"!=this.tableName?"jiashiyuan"!=this.tableName||!this.ruleForm.shouji||this.$validate.isMobile(this.ruleForm.shouji)?this.ruleForm.shenfenzheng||"jiashiyuan"!=this.tableName?"jiashiyuan"!=this.tableName||!this.ruleForm.shenfenzheng||this.$validate.checkIdCard(this.ruleForm.shenfenzheng)?this.ruleForm.jiashizhenghao||"jiashiyuan"!=this.tableName?(null!=this.ruleForm.touxiang&&(this.ruleForm.touxiang=this.ruleForm.touxiang.replace(new RegExp(this.$base.url,"g"),"")),"gongzuorenyuan"==this.tableName&&(this.ruleForm.sfsh="待审核"),this.ruleForm.yuangongzhanghao||"gongzuorenyuan"!=this.tableName?this.ruleForm.mima||"gongzuorenyuan"!=this.tableName?this.ruleForm.mima==this.ruleForm.mima2||"gongzuorenyuan"!=this.tableName?this.ruleForm.yuangongxingming||"gongzuorenyuan"!=this.tableName?"gongzuorenyuan"!=this.tableName||!this.ruleForm.nianling||this.$validate.isIntNumer(this.ruleForm.nianling)?"gongzuorenyuan"!=this.tableName||!this.ruleForm.shouji||this.$validate.isMobile(this.ruleForm.shouji)?(null!=this.ruleForm.touxiang&&(this.ruleForm.touxiang=this.ruleForm.touxiang.replace(new RegExp(this.$base.url,"g"),"")),this.$http({url:t,method:"post",data:this.ruleForm}).then((function(t){var a=t.data;a&&0===a.code?e.$message({message:"注册成功",type:"success",duration:1500,onClose:function(){e.$router.replace({path:"/login"})}}):e.$message.error(a.msg)}))):this.$message.error("手机应输入手机格式"):this.$message.error("年龄应输入整数"):this.$message.error("员工姓名不能为空"):this.$message.error("两次密码输入不一致"):this.$message.error("密码不能为空"):this.$message.error("员工账号不能为空")):this.$message.error("驾驶证号不能为空"):this.$message.error("身份证应输入身份证格式"):this.$message.error("身份证不能为空"):this.$message.error("手机应输入手机格式"):this.$message.error("姓名不能为空"):this.$message.error("两次密码输入不一致"):this.$message.error("密码不能为空"):this.$message.error("账号不能为空")}}},We=Pe,Qe=(a("c774"),Object(m["a"])(We,De,Ze,!1,null,"6bb253c2",null)),Ne=Qe.exports,Ye=function(){var e=this,t=e._self._c;return t("div",{style:{minHeight:"calc(100vh - 200px)",padding:"0px 5%",margin:"0 auto",color:"#666",background:"none",width:"calc(100% - 0px)",fontSize:"14px",height:"100%"}},[t("el-form",{ref:"ruleForm",staticClass:"add-update-preview",style:{padding:"30px 5%",borderColor:"#f6f6f6",alignItems:"flex-start",borderRadius:"4px",flexWrap:"wrap",background:"rgba(255,255,255,.9)",borderWidth:"2px",display:"flex",fontSize:"inherit",borderStyle:"solid"},attrs:{model:e.ruleForm,"label-width":"200px"}},[t("el-row",["jiashiyuan"==e.flag?t("el-form-item",{style:{padding:"2px 0",margin:"0 auto 20px",color:"inherit",borderRadius:"4px",background:"none",width:"100%",fontSize:"inherit"},attrs:{label:"账号",prop:"zhanghao"}},[t("el-input",{attrs:{readonly:"",placeholder:"账号",clearable:""},model:{value:e.ruleForm.zhanghao,callback:function(t){e.$set(e.ruleForm,"zhanghao",t)},expression:"ruleForm.zhanghao"}})],1):e._e(),"jiashiyuan"==e.flag?t("el-form-item",{style:{padding:"2px 0",margin:"0 auto 20px",color:"inherit",borderRadius:"4px",background:"none",width:"100%",fontSize:"inherit"},attrs:{label:"姓名",prop:"xingming"}},[t("el-input",{attrs:{placeholder:"姓名",clearable:""},model:{value:e.ruleForm.xingming,callback:function(t){e.$set(e.ruleForm,"xingming",t)},expression:"ruleForm.xingming"}})],1):e._e(),"jiashiyuan"==e.flag?t("el-form-item",{style:{padding:"2px 0",margin:"0 auto 20px",color:"inherit",borderRadius:"4px",background:"none",width:"100%",fontSize:"inherit"},attrs:{label:"性别",prop:"xingbie"}},[t("el-select",{attrs:{placeholder:"请选择性别"},model:{value:e.ruleForm.xingbie,callback:function(t){e.$set(e.ruleForm,"xingbie",t)},expression:"ruleForm.xingbie"}},e._l(e.jiashiyuanxingbieOptions,(function(e,a){return t("el-option",{key:a,attrs:{label:e,value:e}})})),1)],1):e._e(),"jiashiyuan"==e.flag?t("el-form-item",{style:{padding:"2px 0",margin:"0 auto 20px",color:"inherit",borderRadius:"4px",background:"none",width:"100%",fontSize:"inherit"},attrs:{label:"手机",prop:"shouji"}},[t("el-input",{attrs:{placeholder:"手机",clearable:""},model:{value:e.ruleForm.shouji,callback:function(t){e.$set(e.ruleForm,"shouji",t)},expression:"ruleForm.shouji"}})],1):e._e(),"jiashiyuan"==e.flag?t("el-form-item",{style:{padding:"2px 0",margin:"0 auto 20px",color:"inherit",borderRadius:"4px",background:"none",width:"100%",fontSize:"inherit"},attrs:{label:"身份证",prop:"shenfenzheng"}},[t("el-input",{attrs:{placeholder:"身份证",clearable:""},model:{value:e.ruleForm.shenfenzheng,callback:function(t){e.$set(e.ruleForm,"shenfenzheng",t)},expression:"ruleForm.shenfenzheng"}})],1):e._e(),"jiashiyuan"==e.flag?t("el-form-item",{style:{padding:"2px 0",margin:"0 auto 20px",color:"inherit",borderRadius:"4px",background:"none",width:"100%",fontSize:"inherit"},attrs:{label:"出生日期",prop:"chushengriqi"}},[t("el-date-picker",{attrs:{format:"yyyy 年 MM 月 dd 日","value-format":"yyyy-MM-dd",type:"date",placeholder:"出生日期"},model:{value:e.ruleForm.chushengriqi,callback:function(t){e.$set(e.ruleForm,"chushengriqi",t)},expression:"ruleForm.chushengriqi"}})],1):e._e(),"jiashiyuan"==e.flag?t("el-form-item",{style:{padding:"2px 0",margin:"0 auto 20px",color:"inherit",borderRadius:"4px",background:"none",width:"100%",fontSize:"inherit"},attrs:{label:"驾驶证号",prop:"jiashizhenghao"}},[t("el-input",{attrs:{placeholder:"驾驶证号",clearable:""},model:{value:e.ruleForm.jiashizhenghao,callback:function(t){e.$set(e.ruleForm,"jiashizhenghao",t)},expression:"ruleForm.jiashizhenghao"}})],1):e._e(),"jiashiyuan"==e.flag?t("el-form-item",{style:{padding:"2px 0",margin:"0 auto 20px",color:"inherit",borderRadius:"4px",background:"none",width:"100%",fontSize:"inherit"},attrs:{label:"头像",prop:"touxiang"}},[t("file-upload",{attrs:{tip:"点击上传头像",action:"file/upload",limit:3,multiple:!0,fileUrls:e.ruleForm.touxiang?e.ruleForm.touxiang:""},on:{change:e.jiashiyuantouxiangUploadChange}})],1):e._e(),"gongzuorenyuan"==e.flag?t("el-form-item",{style:{padding:"2px 0",margin:"0 auto 20px",color:"inherit",borderRadius:"4px",background:"none",width:"100%",fontSize:"inherit"},attrs:{label:"员工账号",prop:"yuangongzhanghao"}},[t("el-input",{attrs:{readonly:"",placeholder:"员工账号",clearable:""},model:{value:e.ruleForm.yuangongzhanghao,callback:function(t){e.$set(e.ruleForm,"yuangongzhanghao",t)},expression:"ruleForm.yuangongzhanghao"}})],1):e._e(),"gongzuorenyuan"==e.flag?t("el-form-item",{style:{padding:"2px 0",margin:"0 auto 20px",color:"inherit",borderRadius:"4px",background:"none",width:"100%",fontSize:"inherit"},attrs:{label:"员工姓名",prop:"yuangongxingming"}},[t("el-input",{attrs:{placeholder:"员工姓名",clearable:""},model:{value:e.ruleForm.yuangongxingming,callback:function(t){e.$set(e.ruleForm,"yuangongxingming",t)},expression:"ruleForm.yuangongxingming"}})],1):e._e(),"gongzuorenyuan"==e.flag?t("el-form-item",{style:{padding:"2px 0",margin:"0 auto 20px",color:"inherit",borderRadius:"4px",background:"none",width:"100%",fontSize:"inherit"},attrs:{label:"年龄",prop:"nianling"}},[t("el-input",{attrs:{placeholder:"年龄",clearable:""},model:{value:e.ruleForm.nianling,callback:function(t){e.$set(e.ruleForm,"nianling",t)},expression:"ruleForm.nianling"}})],1):e._e(),"gongzuorenyuan"==e.flag?t("el-form-item",{style:{padding:"2px 0",margin:"0 auto 20px",color:"inherit",borderRadius:"4px",background:"none",width:"100%",fontSize:"inherit"},attrs:{label:"性别",prop:"xingbie"}},[t("el-select",{attrs:{placeholder:"请选择性别"},model:{value:e.ruleForm.xingbie,callback:function(t){e.$set(e.ruleForm,"xingbie",t)},expression:"ruleForm.xingbie"}},e._l(e.gongzuorenyuanxingbieOptions,(function(e,a){return t("el-option",{key:a,attrs:{label:e,value:e}})})),1)],1):e._e(),"gongzuorenyuan"==e.flag?t("el-form-item",{style:{padding:"2px 0",margin:"0 auto 20px",color:"inherit",borderRadius:"4px",background:"none",width:"100%",fontSize:"inherit"},attrs:{label:"手机",prop:"shouji"}},[t("el-input",{attrs:{placeholder:"手机",clearable:""},model:{value:e.ruleForm.shouji,callback:function(t){e.$set(e.ruleForm,"shouji",t)},expression:"ruleForm.shouji"}})],1):e._e(),"gongzuorenyuan"==e.flag?t("el-form-item",{style:{padding:"2px 0",margin:"0 auto 20px",color:"inherit",borderRadius:"4px",background:"none",width:"100%",fontSize:"inherit"},attrs:{label:"头像",prop:"touxiang"}},[t("file-upload",{attrs:{tip:"点击上传头像",action:"file/upload",limit:3,multiple:!0,fileUrls:e.ruleForm.touxiang?e.ruleForm.touxiang:""},on:{change:e.gongzuorenyuantouxiangUploadChange}})],1):e._e(),"users"==e.flag?t("el-form-item",{style:{padding:"2px 0",margin:"0 auto 20px",color:"inherit",borderRadius:"4px",background:"none",width:"100%",fontSize:"inherit"},attrs:{label:"用户名",prop:"username"}},[t("el-input",{attrs:{placeholder:"用户名"},model:{value:e.ruleForm.username,callback:function(t){e.$set(e.ruleForm,"username",t)},expression:"ruleForm.username"}})],1):e._e(),"users"==e.flag?t("el-form-item",{style:{padding:"2px 0",margin:"0 auto 20px",color:"inherit",borderRadius:"4px",background:"none",width:"100%",fontSize:"inherit"},attrs:{label:"头像",prop:"image"}},[t("file-upload",{attrs:{tip:"点击上传头像",action:"file/upload",limit:1,multiple:!1,fileUrls:e.ruleForm.image?e.ruleForm.image:""},on:{change:e.usersimageUploadChange}})],1):e._e(),t("el-form-item",{style:{padding:"0",margin:"30px auto",alignItems:"center",textAlign:"center",background:"none",display:"flex",width:"60%",fontSize:"18px"}},[t("el-button",{staticClass:"btn3",style:{border:"0px solid #3fcbca",cursor:"pointer",padding:"0 20px",margin:"0px 4px",color:"#fff",minWidth:"90px",outline:"none",borderRadius:"4px",background:"#4b88e4",width:"auto",fontSize:"14px",lineHeight:"40px",height:"40px"},attrs:{type:"primary"},on:{click:e.onUpdateHandler}},[t("span",{staticClass:"icon iconfont icon-tijiao16",style:{margin:"0 2px",fontSize:"inherit",color:"inherit",display:"none"}}),e._v(" 确定 ")])],1)],1)],1)],1)},Xe=[],Ke=(a("e1e9"),{data:function(){return{ruleForm:{},flag:"",usersFlag:!1,jiashiyuanxingbieOptions:[],gongzuorenyuanxingbieOptions:[]}},mounted:function(){var e=this,t=this.$storage.get("sessionTable");this.flag=t,this.$http({url:"".concat(this.$storage.get("sessionTable"),"/session"),method:"get"}).then((function(t){var a=t.data;a&&0===a.code?e.ruleForm=a.data:e.$message.error(a.msg)})),this.jiashiyuanxingbieOptions="男,女".split(","),this.gongzuorenyuanxingbieOptions="男,女".split(",")},methods:{jiashiyuantouxiangUploadChange:function(e){this.ruleForm.touxiang=e},gongzuorenyuantouxiangUploadChange:function(e){this.ruleForm.touxiang=e},usersimageUploadChange:function(e){this.ruleForm.image=e},onUpdateHandler:function(){var e=this;this.ruleForm.zhanghao||"jiashiyuan"!=this.flag?this.ruleForm.mima||"jiashiyuan"!=this.flag?this.ruleForm.xingming||"jiashiyuan"!=this.flag?"jiashiyuan"!=this.flag||!this.ruleForm.shouji||Object(h["isMobile"])(this.ruleForm.shouji)?this.ruleForm.shenfenzheng||"jiashiyuan"!=this.flag?"jiashiyuan"!=this.flag||!this.ruleForm.shenfenzheng||Object(h["checkIdCard"])(this.ruleForm.shenfenzheng)?this.ruleForm.jiashizhenghao||"jiashiyuan"!=this.flag?(null!=this.ruleForm.touxiang&&(this.ruleForm.touxiang=this.ruleForm.touxiang.replace(new RegExp(this.$base.url,"g"),"")),this.ruleForm.yuangongzhanghao||"gongzuorenyuan"!=this.flag?this.ruleForm.mima||"gongzuorenyuan"!=this.flag?this.ruleForm.yuangongxingming||"gongzuorenyuan"!=this.flag?"gongzuorenyuan"!=this.flag||!this.ruleForm.nianling||Object(h["isIntNumer"])(this.ruleForm.nianling)?"gongzuorenyuan"!=this.flag||!this.ruleForm.shouji||Object(h["isMobile"])(this.ruleForm.shouji)?(null!=this.ruleForm.touxiang&&(this.ruleForm.touxiang=this.ruleForm.touxiang.replace(new RegExp(this.$base.url,"g"),"")),"users"==this.flag&&this.ruleForm.username.trim().length<1?this.$message.error("用户名不能为空"):("users"==this.flag&&(this.ruleForm.image=this.ruleForm.image.replace(new RegExp(this.$base.url,"g"),"")),this.$http({url:"".concat(this.$storage.get("sessionTable"),"/update"),method:"post",data:this.ruleForm}).then((function(t){var a=t.data;a&&0===a.code?e.$message({message:"修改信息成功",type:"success",duration:1500,onClose:function(){"users"==e.flag&&e.$storage.set("headportrait",e.ruleForm.image)}}):e.$message.error(a.msg)})))):this.$message.error("手机应输入手机格式"):this.$message.error("年龄应输入整数"):this.$message.error("员工姓名不能为空"):this.$message.error("密码不能为空"):this.$message.error("员工账号不能为空")):this.$message.error("驾驶证号不能为空"):this.$message.error("身份证应输入身份证格式"):this.$message.error("身份证不能为空"):this.$message.error("手机应输入手机格式"):this.$message.error("姓名不能为空"):this.$message.error("密码不能为空"):this.$message.error("账号不能为空")}}}),Ge=Ke,et=(a("b4ce"),Object(m["a"])(Ge,Ye,Xe,!1,null,"091f6dbb",null)),tt=et.exports,at=function(){var e=this,t=e._self._c;return t("div",{staticClass:"main-content",style:{minHeight:"calc(100vh - 200px)",padding:"0px 5%",margin:"0 auto",color:"#666",background:"none",width:"calc(100% - 0px)",fontSize:"14px",height:"100%"}},[e.showFlag?[t("el-form",{staticClass:"center-form-pv",style:{padding:"20px 20px 0",boxShadow:"0 2px 3px 0px rgba(100,100,100,.05)",margin:"0 0 0px",borderColor:"#f6f6f6",display:"flex",justifyContent:"center",minHeight:"100px",overflow:"hidden",borderRadius:"4px 4px 0 0",flexWrap:"wrap",background:"#fff",borderWidth:"2px 2px 0",fontSize:"inherit",borderStyle:"solid"},attrs:{inline:!0,model:e.searchForm}},[t("el-row",{style:{padding:"0px",boxShadow:"0 0px 0px 0px rgba(115,108,203,.23)",margin:"0 0px 0px 0",borderRadius:"0px",alignItems:"center",background:"none",display:"flex",width:"auto",fontSize:"inherit",justifyContent:"flex-end",order:"2"}},[t("div",{style:{margin:"0 10px 0 0",fontSize:"inherit",display:"inline-block"}},[t("label",{staticClass:"item-label",style:{margin:"0 10px 0 0",color:"inherit",display:"inline-block",lineHeight:"34px",fontSize:"inherit",fontWeight:"500",height:"34px"}},[e._v("车牌号")]),t("el-input",{attrs:{placeholder:"车牌号",clearable:""},nativeOn:{keydown:function(t){return!t.type.indexOf("key")&&e._k(t.keyCode,"enter",13,t.key,"Enter")?null:e.search()}},model:{value:e.searchForm.chepaihao,callback:function(t){e.$set(e.searchForm,"chepaihao",t)},expression:"searchForm.chepaihao"}})],1),t("div",{style:{margin:"0 10px 0 0",fontSize:"inherit",display:"inline-block"}},[t("label",{staticClass:"item-label",style:{margin:"0 10px 0 0",color:"inherit",display:"inline-block",lineHeight:"34px",fontSize:"inherit",fontWeight:"500",height:"34px"}},[e._v("车辆型号")]),t("el-input",{attrs:{placeholder:"车辆型号",clearable:""},nativeOn:{keydown:function(t){return!t.type.indexOf("key")&&e._k(t.keyCode,"enter",13,t.key,"Enter")?null:e.search()}},model:{value:e.searchForm.cheliangxinghao,callback:function(t){e.$set(e.searchForm,"cheliangxinghao",t)},expression:"searchForm.cheliangxinghao"}})],1),t("div",{style:{margin:"0 10px 0 0",fontSize:"inherit",display:"inline-block"}},[t("label",{staticClass:"item-label",style:{margin:"0 10px 0 0",color:"inherit",display:"inline-block",lineHeight:"34px",fontSize:"inherit",fontWeight:"500",height:"34px"}},[e._v("车辆品牌")]),t("el-input",{attrs:{placeholder:"车辆品牌",clearable:""},nativeOn:{keydown:function(t){return!t.type.indexOf("key")&&e._k(t.keyCode,"enter",13,t.key,"Enter")?null:e.search()}},model:{value:e.searchForm.cheliangpinpai,callback:function(t){e.$set(e.searchForm,"cheliangpinpai",t)},expression:"searchForm.cheliangpinpai"}})],1),t("div",{style:{margin:"0 10px 0 0",fontSize:"inherit",display:"inline-block"}},[t("label",{staticClass:"item-label",style:{margin:"0 10px 0 0",color:"inherit",display:"inline-block",lineHeight:"34px",fontSize:"inherit",fontWeight:"500",height:"34px"}},[e._v("车辆类型")]),t("el-input",{attrs:{placeholder:"车辆类型",clearable:""},nativeOn:{keydown:function(t){return!t.type.indexOf("key")&&e._k(t.keyCode,"enter",13,t.key,"Enter")?null:e.search()}},model:{value:e.searchForm.cheliangleixing,callback:function(t){e.$set(e.searchForm,"cheliangleixing",t)},expression:"searchForm.cheliangleixing"}})],1),t("div",{staticClass:"select",style:{margin:"0 10px 0 0",fontSize:"inherit",display:"inline-block"},attrs:{label:"换挡方式",prop:"huandangfangshi"}},[t("label",{staticClass:"item-label",style:{margin:"0 10px 0 0",color:"inherit",display:"inline-block",lineHeight:"34px",fontSize:"inherit",fontWeight:"500",height:"34px"}},[e._v("换挡方式")]),t("el-select",{attrs:{clearable:"",placeholder:"请选择换挡方式"},model:{value:e.searchForm.huandangfangshi,callback:function(t){e.$set(e.searchForm,"huandangfangshi",t)},expression:"searchForm.huandangfangshi"}},e._l(e.huandangfangshiOptions,(function(e,a){return t("el-option",{key:a,attrs:{label:e,value:e}})})),1)],1),t("el-button",{staticClass:"search",attrs:{type:"success"},on:{click:function(t){return e.search()}}},[t("span",{staticClass:"icon iconfont icon-chakan18",style:{margin:"0 2px",fontSize:"18px",color:"#00acc1",display:"inline-block",height:"auto"}}),e._v(" 查询 ")])],1),t("el-row",{staticClass:"actions",style:{boxShadow:"0 0px 0px 0px rgba(115,108,203,.23)",padding:"0 20px 0 0",margin:"0px 0 0px",color:"#333",alignItems:"center",textAlign:"left",display:"flex",borderRadius:"0px",flexWrap:"wrap",background:"none",flex:"1",width:"auto",fontSize:"inherit",order:"1"}},[e.isAuth("cheliangdangan","新增")?t("el-button",{staticClass:"add",attrs:{type:"success"},on:{click:function(t){return e.addOrUpdateHandler()}}},[t("span",{staticClass:"icon iconfont icon-tianjia14",style:{margin:"0 2px",fontSize:"inherit",color:"inherit",display:"none"}}),e._v(" 新增 ")]):e._e(),e.isAuth("cheliangdangan","删除")?t("el-button",{staticClass:"del",attrs:{disabled:!e.dataListSelections.length,type:"danger"},on:{click:function(t){return e.deleteHandler()}}},[t("span",{staticClass:"icon iconfont icon-shanchu9",style:{margin:"0 2px",fontSize:"inherit",color:"inherit",display:"none"}}),e._v(" 删除 ")]):e._e()],1)],1),t("div",{style:{padding:"20px",borderColor:"#f6f6f6",margin:"0 0 0px",borderRadius:"0 0 4px 4px",background:"rgba(255,255,255,1)",borderWidth:"0 2px 2px",width:"100%",borderStyle:"solid"}},[e.isAuth("cheliangdangan","查看")?t("el-table",{directives:[{name:"loading",rawName:"v-loading",value:e.dataListLoading,expression:"dataListLoading"}],staticClass:"tables",style:{padding:"0",borderColor:"#eee",color:"inherit",borderRadius:"0px",borderWidth:"0px 0px 0 0px",background:"none",width:"100%",fontSize:"inherit",borderStyle:"solid"},attrs:{stripe:!1,border:!0,data:e.dataList},on:{"selection-change":e.selectionChangeHandler}},[t("el-table-column",{attrs:{resizable:!0,type:"selection",align:"center",width:"50"}}),t("el-table-column",{attrs:{resizable:!0,sortable:!0,label:"序号",type:"index",width:"50"}}),t("el-table-column",{attrs:{resizable:!0,sortable:!0,prop:"danganbianhao",label:"档案编号"},scopedSlots:e._u([{key:"default",fn:function(t){return[e._v(" "+e._s(t.row.danganbianhao)+" ")]}}],null,!1,1145628764)}),t("el-table-column",{attrs:{resizable:!0,sortable:!0,prop:"chepaihao",label:"车牌号"},scopedSlots:e._u([{key:"default",fn:function(t){return[e._v(" "+e._s(t.row.chepaihao)+" ")]}}],null,!1,394100621)}),t("el-table-column",{attrs:{resizable:!0,sortable:!0,prop:"cheliangxinghao",label:"车辆型号"},scopedSlots:e._u([{key:"default",fn:function(t){return[e._v(" "+e._s(t.row.cheliangxinghao)+" ")]}}],null,!1,2617493600)}),t("el-table-column",{attrs:{resizable:!0,sortable:!0,prop:"cheliangpinpai",label:"车辆品牌"},scopedSlots:e._u([{key:"default",fn:function(t){return[e._v(" "+e._s(t.row.cheliangpinpai)+" ")]}}],null,!1,1242299153)}),t("el-table-column",{attrs:{resizable:!0,sortable:!0,prop:"cheliangleixing",label:"车辆类型"},scopedSlots:e._u([{key:"default",fn:function(t){return[e._v(" "+e._s(t.row.cheliangleixing)+" ")]}}],null,!1,3411339622)}),t("el-table-column",{attrs:{resizable:!0,sortable:!0,prop:"fadongjihao",label:"发动机号"},scopedSlots:e._u([{key:"default",fn:function(t){return[e._v(" "+e._s(t.row.fadongjihao)+" ")]}}],null,!1,390983741)}),t("el-table-column",{attrs:{resizable:!0,sortable:!0,prop:"chejiahao",label:"车架号"},scopedSlots:e._u([{key:"default",fn:function(t){return[e._v(" "+e._s(t.row.chejiahao)+" ")]}}],null,!1,1114410583)}),t("el-table-column",{attrs:{resizable:!0,sortable:!0,prop:"yanse",label:"颜色"},scopedSlots:e._u([{key:"default",fn:function(t){return[e._v(" "+e._s(t.row.yanse)+" ")]}}],null,!1,1699447517)}),t("el-table-column",{attrs:{resizable:!0,sortable:!0,prop:"huandangfangshi",label:"换挡方式"},scopedSlots:e._u([{key:"default",fn:function(t){return[e._v(" "+e._s(t.row.huandangfangshi)+" ")]}}],null,!1,3945205759)}),t("el-table-column",{attrs:{resizable:!0,sortable:!0,prop:"cheliangzhaopian",width:"200",label:"车辆照片"},scopedSlots:e._u([{key:"default",fn:function(a){return[a.row.cheliangzhaopian?t("div",["http"==a.row.cheliangzhaopian.substring(0,4)?t("img",{staticStyle:{"object-fit":"cover"},attrs:{src:a.row.cheliangzhaopian.split(",")[0],width:"100",height:"100"}}):t("img",{staticStyle:{"object-fit":"cover"},attrs:{src:e.$base.url+a.row.cheliangzhaopian.split(",")[0],width:"100",height:"100"}})]):t("div",[e._v("无图片")])]}}],null,!1,1187764440)}),t("el-table-column",{attrs:{resizable:!0,sortable:!0,prop:"zuowei",label:"座位"},scopedSlots:e._u([{key:"default",fn:function(t){return[e._v(" "+e._s(t.row.zuowei)+" ")]}}],null,!1,2358929830)}),t("el-table-column",{attrs:{resizable:!0,sortable:!0,prop:"dengjiriqi",label:"登记日期"},scopedSlots:e._u([{key:"default",fn:function(t){return[e._v(" "+e._s(t.row.dengjiriqi)+" ")]}}],null,!1,4043809205)}),t("el-table-column",{attrs:{resizable:!0,sortable:!0,prop:"danganwenjian",label:"档案文件"},scopedSlots:e._u([{key:"default",fn:function(a){return[a.row.danganwenjian?t("el-button",{attrs:{type:"text",size:"small"},on:{click:function(t){return e.download(a.row.danganwenjian)}}},[e._v("下载")]):t("span",[e._v("无")])]}}],null,!1,1246313670)}),t("el-table-column",{attrs:{resizable:!0,sortable:!0,prop:"zhanghao",label:"账号"},scopedSlots:e._u([{key:"default",fn:function(t){return[e._v(" "+e._s(t.row.zhanghao)+" ")]}}],null,!1,2757161441)}),t("el-table-column",{attrs:{resizable:!0,sortable:!0,prop:"xingming",label:"姓名"},scopedSlots:e._u([{key:"default",fn:function(t){return[e._v(" "+e._s(t.row.xingming)+" ")]}}],null,!1,1096791112)}),t("el-table-column",{attrs:{resizable:!0,sortable:!0,prop:"jiashizhenghao",label:"驾驶证号"},scopedSlots:e._u([{key:"default",fn:function(t){return[e._v(" "+e._s(t.row.jiashizhenghao)+" ")]}}],null,!1,1810102229)}),t("el-table-column",{attrs:{resizable:!0,sortable:!0,prop:"yuangongzhanghao",label:"员工账号"},scopedSlots:e._u([{key:"default",fn:function(t){return[e._v(" "+e._s(t.row.yuangongzhanghao)+" ")]}}],null,!1,3349271683)}),t("el-table-column",{attrs:{resizable:!0,sortable:!0,prop:"yuangongxingming",label:"员工姓名"},scopedSlots:e._u([{key:"default",fn:function(t){return[e._v(" "+e._s(t.row.yuangongxingming)+" ")]}}],null,!1,4268580138)}),t("el-table-column",{attrs:{width:"300",label:"操作"},scopedSlots:e._u([{key:"default",fn:function(a){return[e.isAuth("cheliangdangan","查看")?t("el-button",{staticClass:"view",attrs:{type:"success"},on:{click:function(t){return e.addOrUpdateHandler(a.row.id,"info")}}},[t("span",{staticClass:"icon iconfont icon-chakan8",style:{margin:"0 0 0 4px",fontSize:"inherit",color:"inherit",display:"none",height:"auto"}}),e._v(" 详情 ")]):e._e(),e.isAuth("cheliangdangan","保险信息")?t("el-button",{staticClass:"btn8",attrs:{type:"success"},on:{click:function(t){return e.baoxianxinxiCrossAddOrUpdateHandler(a.row,"cross","","","","")}}},[t("span",{staticClass:"icon iconfont icon-xihuan",style:{margin:"0 0 0 4px",fontSize:"inherit",color:"inherit",display:"none",height:"auto"}}),e._v(" 保险信息 ")]):e._e(),e.isAuth("cheliangdangan","续保通知")?t("el-button",{staticClass:"btn8",attrs:{type:"success"},on:{click:function(t){return e.xubaotongzhiCrossAddOrUpdateHandler(a.row,"cross","","","","")}}},[t("span",{staticClass:"icon iconfont icon-xihuan",style:{margin:"0 0 0 4px",fontSize:"inherit",color:"inherit",display:"none",height:"auto"}}),e._v(" 续保通知 ")]):e._e(),e.isAuth("cheliangdangan","事故记录")?t("el-button",{staticClass:"btn8",attrs:{type:"success"},on:{click:function(t){return e.shigujiluCrossAddOrUpdateHandler(a.row,"cross","","","","")}}},[t("span",{staticClass:"icon iconfont icon-xihuan",style:{margin:"0 0 0 4px",fontSize:"inherit",color:"inherit",display:"none",height:"auto"}}),e._v(" 事故记录 ")]):e._e(),e.isAuth("cheliangdangan","修改")?t("el-button",{staticClass:"edit",attrs:{type:"success"},on:{click:function(t){return e.addOrUpdateHandler(a.row.id)}}},[t("span",{staticClass:"icon iconfont icon-xiugai19",style:{margin:"0 0 0 4px",fontSize:"inherit",color:"inherit",display:"none",height:"auto"}}),e._v(" 更改 ")]):e._e(),e.isAuth("cheliangdangan","删除")?t("el-button",{staticClass:"del",attrs:{type:"primary"},on:{click:function(t){return e.deleteHandler(a.row.id)}}},[t("span",{staticClass:"icon iconfont icon-shanchu16",style:{margin:"0 0 0 4px",fontSize:"inherit",color:"inherit",display:"none",height:"auto"}}),e._v(" 移除 ")]):e._e()]}}],null,!1,1589384743)})],1):e._e()],1),t("el-pagination",{style:{border:"0px solid #dee2e6",padding:"10px 0",margin:"10px 0 0",whiteSpace:"nowrap",color:"inherit",textAlign:"center",background:"none",width:"100%",fontSize:"inherit",fontWeight:"500"},attrs:{"current-page":e.pageIndex,background:"","page-sizes":[10,50,100,200],"page-size":e.pageSize,layout:e.layouts.join(),total:e.totalPage,"prev-text":"上一页 ","next-text":"下一页 ","hide-on-single-page":!1},on:{"size-change":e.sizeChangeHandle,"current-change":e.currentChangeHandle}})]:e._e(),e.addOrUpdateFlag?t("add-or-update",{ref:"addOrUpdate",attrs:{parent:this}}):e._e(),e.baoxianxinxiCrossAddOrUpdateFlag?t("baoxianxinxi-cross-add-or-update",{ref:"baoxianxinxiCrossaddOrUpdate",attrs:{parent:this}}):e._e(),e.xubaotongzhiCrossAddOrUpdateFlag?t("xubaotongzhi-cross-add-or-update",{ref:"xubaotongzhiCrossaddOrUpdate",attrs:{parent:this}}):e._e(),e.shigujiluCrossAddOrUpdateFlag?t("shigujilu-cross-add-or-update",{ref:"shigujiluCrossaddOrUpdate",attrs:{parent:this}}):e._e()],2)},it=[],nt=function(){var e=this,t=e._self._c;return t("div",{staticClass:"addEdit-block",style:{minHeight:"calc(100vh - 200px)",padding:"0px 0 30px",margin:"0 auto",color:"#8e99a2",background:"none",width:"calc(100% - 0px)",fontSize:"14px",height:"100%"}},[t("el-form",{ref:"ruleForm",staticClass:"add-update-preview",style:{padding:"30px 5%",borderColor:"#f6f6f6",alignItems:"flex-start",borderRadius:"4px",flexWrap:"wrap",background:"rgba(255,255,255,.9)",borderWidth:"2px",display:"flex",fontSize:"inherit",borderStyle:"solid"},attrs:{model:e.ruleForm,rules:e.rules,"label-width":"200px"}},[["info"!=e.type||e.ruleForm.danganbianhao?t("el-form-item",{staticClass:"input",style:{padding:"2px 0",margin:"0 auto 20px",color:"inherit",borderRadius:"4px",background:"none",width:"100%",fontSize:"inherit"},attrs:{label:"档案编号",prop:"danganbianhao"}},[t("el-input",{attrs:{placeholder:"档案编号",readonly:""},model:{value:e.ruleForm.danganbianhao,callback:function(t){e.$set(e.ruleForm,"danganbianhao",t)},expression:"ruleForm.danganbianhao"}})],1):e._e(),"info"!=e.type?t("el-form-item",{staticClass:"input",style:{padding:"2px 0",margin:"0 auto 20px",color:"inherit",borderRadius:"4px",background:"none",width:"100%",fontSize:"inherit"},attrs:{label:"车牌号",prop:"chepaihao"}},[t("el-input",{attrs:{placeholder:"车牌号",clearable:"",readonly:e.ro.chepaihao},model:{value:e.ruleForm.chepaihao,callback:function(t){e.$set(e.ruleForm,"chepaihao",t)},expression:"ruleForm.chepaihao"}})],1):t("el-form-item",{staticClass:"input",style:{padding:"2px 0",margin:"0 auto 20px",color:"inherit",borderRadius:"4px",background:"none",width:"100%",fontSize:"inherit"},attrs:{label:"车牌号",prop:"chepaihao"}},[t("el-input",{attrs:{placeholder:"车牌号",readonly:""},model:{value:e.ruleForm.chepaihao,callback:function(t){e.$set(e.ruleForm,"chepaihao",t)},expression:"ruleForm.chepaihao"}})],1),"info"!=e.type?t("el-form-item",{staticClass:"input",style:{padding:"2px 0",margin:"0 auto 20px",color:"inherit",borderRadius:"4px",background:"none",width:"100%",fontSize:"inherit"},attrs:{label:"车辆型号",prop:"cheliangxinghao"}},[t("el-input",{attrs:{placeholder:"车辆型号",clearable:"",readonly:e.ro.cheliangxinghao},model:{value:e.ruleForm.cheliangxinghao,callback:function(t){e.$set(e.ruleForm,"cheliangxinghao",t)},expression:"ruleForm.cheliangxinghao"}})],1):t("el-form-item",{staticClass:"input",style:{padding:"2px 0",margin:"0 auto 20px",color:"inherit",borderRadius:"4px",background:"none",width:"100%",fontSize:"inherit"},attrs:{label:"车辆型号",prop:"cheliangxinghao"}},[t("el-input",{attrs:{placeholder:"车辆型号",readonly:""},model:{value:e.ruleForm.cheliangxinghao,callback:function(t){e.$set(e.ruleForm,"cheliangxinghao",t)},expression:"ruleForm.cheliangxinghao"}})],1),"info"!=e.type?t("el-form-item",{staticClass:"input",style:{padding:"2px 0",margin:"0 auto 20px",color:"inherit",borderRadius:"4px",background:"none",width:"100%",fontSize:"inherit"},attrs:{label:"车辆品牌",prop:"cheliangpinpai"}},[t("el-input",{attrs:{placeholder:"车辆品牌",clearable:"",readonly:e.ro.cheliangpinpai},model:{value:e.ruleForm.cheliangpinpai,callback:function(t){e.$set(e.ruleForm,"cheliangpinpai",t)},expression:"ruleForm.cheliangpinpai"}})],1):t("el-form-item",{staticClass:"input",style:{padding:"2px 0",margin:"0 auto 20px",color:"inherit",borderRadius:"4px",background:"none",width:"100%",fontSize:"inherit"},attrs:{label:"车辆品牌",prop:"cheliangpinpai"}},[t("el-input",{attrs:{placeholder:"车辆品牌",readonly:""},model:{value:e.ruleForm.cheliangpinpai,callback:function(t){e.$set(e.ruleForm,"cheliangpinpai",t)},expression:"ruleForm.cheliangpinpai"}})],1),"info"!=e.type?t("el-form-item",{staticClass:"input",style:{padding:"2px 0",margin:"0 auto 20px",color:"inherit",borderRadius:"4px",background:"none",width:"100%",fontSize:"inherit"},attrs:{label:"车辆类型",prop:"cheliangleixing"}},[t("el-input",{attrs:{placeholder:"车辆类型",clearable:"",readonly:e.ro.cheliangleixing},model:{value:e.ruleForm.cheliangleixing,callback:function(t){e.$set(e.ruleForm,"cheliangleixing",t)},expression:"ruleForm.cheliangleixing"}})],1):t("el-form-item",{staticClass:"input",style:{padding:"2px 0",margin:"0 auto 20px",color:"inherit",borderRadius:"4px",background:"none",width:"100%",fontSize:"inherit"},attrs:{label:"车辆类型",prop:"cheliangleixing"}},[t("el-input",{attrs:{placeholder:"车辆类型",readonly:""},model:{value:e.ruleForm.cheliangleixing,callback:function(t){e.$set(e.ruleForm,"cheliangleixing",t)},expression:"ruleForm.cheliangleixing"}})],1),"info"!=e.type?t("el-form-item",{staticClass:"input",style:{padding:"2px 0",margin:"0 auto 20px",color:"inherit",borderRadius:"4px",background:"none",width:"100%",fontSize:"inherit"},attrs:{label:"发动机号",prop:"fadongjihao"}},[t("el-input",{attrs:{placeholder:"发动机号",clearable:"",readonly:e.ro.fadongjihao},model:{value:e.ruleForm.fadongjihao,callback:function(t){e.$set(e.ruleForm,"fadongjihao",t)},expression:"ruleForm.fadongjihao"}})],1):t("el-form-item",{staticClass:"input",style:{padding:"2px 0",margin:"0 auto 20px",color:"inherit",borderRadius:"4px",background:"none",width:"100%",fontSize:"inherit"},attrs:{label:"发动机号",prop:"fadongjihao"}},[t("el-input",{attrs:{placeholder:"发动机号",readonly:""},model:{value:e.ruleForm.fadongjihao,callback:function(t){e.$set(e.ruleForm,"fadongjihao",t)},expression:"ruleForm.fadongjihao"}})],1),"info"!=e.type?t("el-form-item",{staticClass:"input",style:{padding:"2px 0",margin:"0 auto 20px",color:"inherit",borderRadius:"4px",background:"none",width:"100%",fontSize:"inherit"},attrs:{label:"车架号",prop:"chejiahao"}},[t("el-input",{attrs:{placeholder:"车架号",clearable:"",readonly:e.ro.chejiahao},model:{value:e.ruleForm.chejiahao,callback:function(t){e.$set(e.ruleForm,"chejiahao",t)},expression:"ruleForm.chejiahao"}})],1):t("el-form-item",{staticClass:"input",style:{padding:"2px 0",margin:"0 auto 20px",color:"inherit",borderRadius:"4px",background:"none",width:"100%",fontSize:"inherit"},attrs:{label:"车架号",prop:"chejiahao"}},[t("el-input",{attrs:{placeholder:"车架号",readonly:""},model:{value:e.ruleForm.chejiahao,callback:function(t){e.$set(e.ruleForm,"chejiahao",t)},expression:"ruleForm.chejiahao"}})],1),"info"!=e.type?t("el-form-item",{staticClass:"input",style:{padding:"2px 0",margin:"0 auto 20px",color:"inherit",borderRadius:"4px",background:"none",width:"100%",fontSize:"inherit"},attrs:{label:"颜色",prop:"yanse"}},[t("el-input",{attrs:{placeholder:"颜色",clearable:"",readonly:e.ro.yanse},model:{value:e.ruleForm.yanse,callback:function(t){e.$set(e.ruleForm,"yanse",t)},expression:"ruleForm.yanse"}})],1):t("el-form-item",{staticClass:"input",style:{padding:"2px 0",margin:"0 auto 20px",color:"inherit",borderRadius:"4px",background:"none",width:"100%",fontSize:"inherit"},attrs:{label:"颜色",prop:"yanse"}},[t("el-input",{attrs:{placeholder:"颜色",readonly:""},model:{value:e.ruleForm.yanse,callback:function(t){e.$set(e.ruleForm,"yanse",t)},expression:"ruleForm.yanse"}})],1),"info"!=e.type?t("el-form-item",{staticClass:"select",style:{padding:"2px 0",margin:"0 auto 20px",color:"inherit",borderRadius:"4px",background:"none",width:"100%",fontSize:"inherit"},attrs:{label:"换挡方式",prop:"huandangfangshi"}},[t("el-select",{attrs:{disabled:e.ro.huandangfangshi,placeholder:"请选择换挡方式"},model:{value:e.ruleForm.huandangfangshi,callback:function(t){e.$set(e.ruleForm,"huandangfangshi",t)},expression:"ruleForm.huandangfangshi"}},e._l(e.huandangfangshiOptions,(function(e,a){return t("el-option",{key:a,attrs:{label:e,value:e}})})),1)],1):t("el-form-item",{staticClass:"input",style:{padding:"2px 0",margin:"0 auto 20px",color:"inherit",borderRadius:"4px",background:"none",width:"100%",fontSize:"inherit"},attrs:{label:"换挡方式",prop:"huandangfangshi"}},[t("el-input",{attrs:{placeholder:"换挡方式",readonly:""},model:{value:e.ruleForm.huandangfangshi,callback:function(t){e.$set(e.ruleForm,"huandangfangshi",t)},expression:"ruleForm.huandangfangshi"}})],1),"info"==e.type||e.ro.cheliangzhaopian?e.ruleForm.cheliangzhaopian?t("el-form-item",{staticClass:"upload",style:{padding:"2px 0",margin:"0 auto 20px",color:"inherit",borderRadius:"4px",background:"none",width:"100%",fontSize:"inherit"},attrs:{label:"车辆照片",prop:"cheliangzhaopian"}},["http"==e.ruleForm.cheliangzhaopian.substring(0,4)?t("img",{key:e.index,staticClass:"upload-img",staticStyle:{"margin-right":"20px"},attrs:{src:e.ruleForm.cheliangzhaopian.split(",")[0],width:"100",height:"100"}}):e._l(e.ruleForm.cheliangzhaopian.split(","),(function(a,i){return t("img",{key:i,staticClass:"upload-img",staticStyle:{"margin-right":"20px"},attrs:{src:e.$base.url+a,width:"100",height:"100"}})}))],2):e._e():t("el-form-item",{staticClass:"upload",style:{padding:"2px 0",margin:"0 auto 20px",color:"inherit",borderRadius:"4px",background:"none",width:"100%",fontSize:"inherit"},attrs:{label:"车辆照片",prop:"cheliangzhaopian"}},[t("file-upload",{attrs:{tip:"点击上传车辆照片",action:"file/upload",limit:3,multiple:!0,fileUrls:e.ruleForm.cheliangzhaopian?e.ruleForm.cheliangzhaopian:""},on:{change:e.cheliangzhaopianUploadChange}})],1),"info"!=e.type?t("el-form-item",{staticClass:"input",style:{padding:"2px 0",margin:"0 auto 20px",color:"inherit",borderRadius:"4px",background:"none",width:"100%",fontSize:"inherit"},attrs:{label:"座位",prop:"zuowei"}},[t("el-input",{attrs:{placeholder:"座位",clearable:"",readonly:e.ro.zuowei},model:{value:e.ruleForm.zuowei,callback:function(t){e.$set(e.ruleForm,"zuowei",e._n(t))},expression:"ruleForm.zuowei"}})],1):t("el-form-item",{staticClass:"input",style:{padding:"2px 0",margin:"0 auto 20px",color:"inherit",borderRadius:"4px",background:"none",width:"100%",fontSize:"inherit"},attrs:{label:"座位",prop:"zuowei"}},[t("el-input",{attrs:{placeholder:"座位",readonly:""},model:{value:e.ruleForm.zuowei,callback:function(t){e.$set(e.ruleForm,"zuowei",t)},expression:"ruleForm.zuowei"}})],1),"info"!=e.type?t("el-form-item",{staticClass:"date",style:{padding:"2px 0",margin:"0 auto 20px",color:"inherit",borderRadius:"4px",background:"none",width:"100%",fontSize:"inherit"},attrs:{label:"登记日期",prop:"dengjiriqi"}},[t("el-date-picker",{attrs:{format:"yyyy 年 MM 月 dd 日","value-format":"yyyy-MM-dd",type:"date",readonly:e.ro.dengjiriqi,placeholder:"登记日期"},model:{value:e.ruleForm.dengjiriqi,callback:function(t){e.$set(e.ruleForm,"dengjiriqi",t)},expression:"ruleForm.dengjiriqi"}})],1):e.ruleForm.dengjiriqi?t("el-form-item",{staticClass:"input",style:{padding:"2px 0",margin:"0 auto 20px",color:"inherit",borderRadius:"4px",background:"none",width:"100%",fontSize:"inherit"},attrs:{label:"登记日期",prop:"dengjiriqi"}},[t("el-input",{attrs:{placeholder:"登记日期",readonly:""},model:{value:e.ruleForm.dengjiriqi,callback:function(t){e.$set(e.ruleForm,"dengjiriqi",t)},expression:"ruleForm.dengjiriqi"}})],1):e._e(),"info"==e.type||e.ro.danganwenjian?e.ruleForm.danganwenjian?t("el-form-item",{style:{padding:"2px 0",margin:"0 auto 20px",color:"inherit",borderRadius:"4px",background:"none",width:"100%",fontSize:"inherit"},attrs:{label:"档案文件",prop:"danganwenjian"}},[t("el-button",{style:{border:"1px solid #ced4da",cursor:"pointer",padding:"0 30px",margin:"0 20px 0 0",outline:"none",color:"inherit",borderRadius:"4px",background:"none",width:"auto",lineHeight:"36px",fontSize:"14px",height:"40px"},attrs:{type:"text",size:"small"},on:{click:function(t){return e.download(e.$base.url+e.ruleForm.danganwenjian)}}},[e._v("下载")])],1):e.ruleForm.danganwenjian?e._e():t("el-form-item",{style:{padding:"2px 0",margin:"0 auto 20px",color:"inherit",borderRadius:"4px",background:"none",width:"100%",fontSize:"inherit"},attrs:{label:"档案文件",prop:"danganwenjian"}},[t("el-button",{style:{border:"1px solid #ced4da",cursor:"pointer",padding:"0 30px",margin:"0 20px 0 0",outline:"none",color:"inherit",borderRadius:"4px",background:"none",width:"auto",lineHeight:"36px",fontSize:"14px",height:"40px"},attrs:{type:"text",size:"small"}},[e._v("无")])],1):t("el-form-item",{staticClass:"upload",style:{padding:"2px 0",margin:"0 auto 20px",color:"inherit",borderRadius:"4px",background:"none",width:"100%",fontSize:"inherit"},attrs:{label:"档案文件",prop:"danganwenjian"}},[t("file-upload",{attrs:{tip:"点击上传档案文件",action:"file/upload",limit:1,type:3,multiple:!0,fileUrls:e.ruleForm.danganwenjian?e.ruleForm.danganwenjian:""},on:{change:e.danganwenjianUploadChange}})],1),"info"!=e.type?t("el-form-item",{staticClass:"select",style:{padding:"2px 0",margin:"0 auto 20px",color:"inherit",borderRadius:"4px",background:"none",width:"100%",fontSize:"inherit"},attrs:{label:"账号",prop:"zhanghao"}},[t("el-select",{attrs:{disabled:e.ro.zhanghao,placeholder:"请选择账号"},on:{change:e.zhanghaoChange},model:{value:e.ruleForm.zhanghao,callback:function(t){e.$set(e.ruleForm,"zhanghao",t)},expression:"ruleForm.zhanghao"}},e._l(e.zhanghaoOptions,(function(e,a){return t("el-option",{key:a,attrs:{label:e,value:e}})})),1)],1):e.ruleForm.zhanghao?t("el-form-item",{staticClass:"input",style:{padding:"2px 0",margin:"0 auto 20px",color:"inherit",borderRadius:"4px",background:"none",width:"100%",fontSize:"inherit"},attrs:{label:"账号",prop:"zhanghao"}},[t("el-input",{attrs:{placeholder:"账号",readonly:""},model:{value:e.ruleForm.zhanghao,callback:function(t){e.$set(e.ruleForm,"zhanghao",t)},expression:"ruleForm.zhanghao"}})],1):e._e(),"info"!=e.type?t("el-form-item",{staticClass:"input",style:{padding:"2px 0",margin:"0 auto 20px",color:"inherit",borderRadius:"4px",background:"none",width:"100%",fontSize:"inherit"},attrs:{label:"姓名",prop:"xingming"}},[t("el-input",{attrs:{placeholder:"姓名",clearable:"",readonly:e.ro.xingming},model:{value:e.ruleForm.xingming,callback:function(t){e.$set(e.ruleForm,"xingming",t)},expression:"ruleForm.xingming"}})],1):t("el-form-item",{staticClass:"input",style:{padding:"2px 0",margin:"0 auto 20px",color:"inherit",borderRadius:"4px",background:"none",width:"100%",fontSize:"inherit"},attrs:{label:"姓名",prop:"xingming"}},[t("el-input",{attrs:{placeholder:"姓名",readonly:""},model:{value:e.ruleForm.xingming,callback:function(t){e.$set(e.ruleForm,"xingming",t)},expression:"ruleForm.xingming"}})],1),"info"!=e.type?t("el-form-item",{staticClass:"input",style:{padding:"2px 0",margin:"0 auto 20px",color:"inherit",borderRadius:"4px",background:"none",width:"100%",fontSize:"inherit"},attrs:{label:"驾驶证号",prop:"jiashizhenghao"}},[t("el-input",{attrs:{placeholder:"驾驶证号",clearable:"",readonly:e.ro.jiashizhenghao},model:{value:e.ruleForm.jiashizhenghao,callback:function(t){e.$set(e.ruleForm,"jiashizhenghao",t)},expression:"ruleForm.jiashizhenghao"}})],1):t("el-form-item",{staticClass:"input",style:{padding:"2px 0",margin:"0 auto 20px",color:"inherit",borderRadius:"4px",background:"none",width:"100%",fontSize:"inherit"},attrs:{label:"驾驶证号",prop:"jiashizhenghao"}},[t("el-input",{attrs:{placeholder:"驾驶证号",readonly:""},model:{value:e.ruleForm.jiashizhenghao,callback:function(t){e.$set(e.ruleForm,"jiashizhenghao",t)},expression:"ruleForm.jiashizhenghao"}})],1),"info"!=e.type?t("el-form-item",{staticClass:"input",style:{padding:"2px 0",margin:"0 auto 20px",color:"inherit",borderRadius:"4px",background:"none",width:"100%",fontSize:"inherit"},attrs:{label:"员工账号",prop:"yuangongzhanghao"}},[t("el-input",{attrs:{placeholder:"员工账号",clearable:"",readonly:e.ro.yuangongzhanghao},model:{value:e.ruleForm.yuangongzhanghao,callback:function(t){e.$set(e.ruleForm,"yuangongzhanghao",t)},expression:"ruleForm.yuangongzhanghao"}})],1):t("el-form-item",{staticClass:"input",style:{padding:"2px 0",margin:"0 auto 20px",color:"inherit",borderRadius:"4px",background:"none",width:"100%",fontSize:"inherit"},attrs:{label:"员工账号",prop:"yuangongzhanghao"}},[t("el-input",{attrs:{placeholder:"员工账号",readonly:""},model:{value:e.ruleForm.yuangongzhanghao,callback:function(t){e.$set(e.ruleForm,"yuangongzhanghao",t)},expression:"ruleForm.yuangongzhanghao"}})],1),"info"!=e.type?t("el-form-item",{staticClass:"input",style:{padding:"2px 0",margin:"0 auto 20px",color:"inherit",borderRadius:"4px",background:"none",width:"100%",fontSize:"inherit"},attrs:{label:"员工姓名",prop:"yuangongxingming"}},[t("el-input",{attrs:{placeholder:"员工姓名",clearable:"",readonly:e.ro.yuangongxingming},model:{value:e.ruleForm.yuangongxingming,callback:function(t){e.$set(e.ruleForm,"yuangongxingming",t)},expression:"ruleForm.yuangongxingming"}})],1):t("el-form-item",{staticClass:"input",style:{padding:"2px 0",margin:"0 auto 20px",color:"inherit",borderRadius:"4px",background:"none",width:"100%",fontSize:"inherit"},attrs:{label:"员工姓名",prop:"yuangongxingming"}},[t("el-input",{attrs:{placeholder:"员工姓名",readonly:""},model:{value:e.ruleForm.yuangongxingming,callback:function(t){e.$set(e.ruleForm,"yuangongxingming",t)},expression:"ruleForm.yuangongxingming"}})],1)],"info"!=e.type?t("el-form-item",{style:{padding:"2px 0",margin:"0 auto 20px",color:"inherit",borderRadius:"4px",background:"none",width:"100%",fontSize:"inherit"},attrs:{label:"车辆详情",prop:"cheliangxiangqing"}},[t("editor",{staticClass:"editor",staticStyle:{"min-width":"200px","max-width":"600px"},attrs:{action:"file/upload"},model:{value:e.ruleForm.cheliangxiangqing,callback:function(t){e.$set(e.ruleForm,"cheliangxiangqing",t)},expression:"ruleForm.cheliangxiangqing"}})],1):e.ruleForm.cheliangxiangqing?t("el-form-item",{style:{padding:"2px 0",margin:"0 auto 20px",color:"inherit",borderRadius:"4px",background:"none",width:"100%",fontSize:"inherit"},attrs:{label:"车辆详情",prop:"cheliangxiangqing"}},[t("span",{style:{fontSize:"14px",lineHeight:"40px",color:"inherit",fontWeight:"500",display:"inline-block"},domProps:{innerHTML:e._s(e.ruleForm.cheliangxiangqing)}})]):e._e(),t("el-form-item",{staticClass:"btn",style:{padding:"0",margin:"30px auto",alignItems:"center",textAlign:"center",background:"none",display:"flex",width:"60%",fontSize:"18px"}},["info"!=e.type?t("el-button",{staticClass:"btn3",attrs:{type:"success"},on:{click:e.onSubmit}},[t("span",{staticClass:"icon iconfont icon-tijiao16",style:{margin:"0 2px",fontSize:"inherit",color:"inherit",display:"none"}}),e._v(" 确定 ")]):e._e(),"info"!=e.type?t("el-button",{staticClass:"btn4",attrs:{type:"success"},on:{click:function(t){return e.back()}}},[t("span",{staticClass:"icon iconfont icon-quxiao09",style:{margin:"0 2px",fontSize:"inherit",color:"inherit",display:"none"}}),e._v(" 取消 ")]):e._e(),"info"==e.type?t("el-button",{staticClass:"btn5",attrs:{type:"success"},on:{click:function(t){return e.back()}}},[t("span",{staticClass:"icon iconfont icon-fanhui01",style:{margin:"0 2px",fontSize:"inherit",color:"inherit",display:"none"}}),e._v(" 返回 ")]):e._e()],1)],2)],1)},ot=[],rt={data:function(){var e=function(e,t,a){t?Object(h["isIntNumer"])(t)?a():a(new Error("请输入整数")):a()};return{id:"",type:"",ro:{danganbianhao:!1,chepaihao:!1,cheliangxinghao:!1,cheliangpinpai:!1,cheliangleixing:!1,fadongjihao:!1,chejiahao:!1,yanse:!1,huandangfangshi:!1,cheliangzhaopian:!1,zuowei:!1,dengjiriqi:!1,danganwenjian:!1,cheliangxiangqing:!1,zhanghao:!1,xingming:!1,jiashizhenghao:!1,yuangongzhanghao:!1,yuangongxingming:!1},ruleForm:{danganbianhao:this.getUUID(),chepaihao:"",cheliangxinghao:"",cheliangpinpai:"",cheliangleixing:"",fadongjihao:"",chejiahao:"",yanse:"",huandangfangshi:"",cheliangzhaopian:"",zuowei:"",dengjiriqi:"",danganwenjian:"",cheliangxiangqing:"",zhanghao:"",xingming:"",jiashizhenghao:"",yuangongzhanghao:"",yuangongxingming:""},huandangfangshiOptions:[],zhanghaoOptions:[],rules:{danganbianhao:[],chepaihao:[],cheliangxinghao:[{required:!0,message:"车辆型号不能为空",trigger:"blur"}],cheliangpinpai:[{required:!0,message:"车辆品牌不能为空",trigger:"blur"}],cheliangleixing:[],fadongjihao:[],chejiahao:[],yanse:[],huandangfangshi:[{required:!0,message:"换挡方式不能为空",trigger:"blur"}],cheliangzhaopian:[],zuowei:[{validator:e,trigger:"blur"}],dengjiriqi:[],danganwenjian:[],cheliangxiangqing:[],zhanghao:[],xingming:[],jiashizhenghao:[],yuangongzhanghao:[],yuangongxingming:[]}}},props:["parent"],computed:{},components:{},created:function(){this.ruleForm.dengjiriqi=this.getCurDate()},methods:{download:function(e){window.open("".concat(e))},init:function(e,t){var a=this;if(e&&(this.id=e,this.type=t),"info"==this.type||"else"==this.type)this.info(e);else if("logistics"==this.type)this.logistics=!1,this.info(e);else if("cross"==this.type){var i=this.$storage.getObj("crossObj");for(var n in i)"danganbianhao"!=n?"chepaihao"!=n?"cheliangxinghao"!=n?"cheliangpinpai"!=n?"cheliangleixing"!=n?"fadongjihao"!=n?"chejiahao"!=n?"yanse"!=n?"huandangfangshi"!=n?"cheliangzhaopian"!=n?"zuowei"!=n?"dengjiriqi"!=n?"danganwenjian"!=n?"cheliangxiangqing"!=n?"zhanghao"!=n?"xingming"!=n?"jiashizhenghao"!=n?"yuangongzhanghao"!=n?"yuangongxingming"!=n||(this.ruleForm.yuangongxingming=i[n],this.ro.yuangongxingming=!0):(this.ruleForm.yuangongzhanghao=i[n],this.ro.yuangongzhanghao=!0):(this.ruleForm.jiashizhenghao=i[n],this.ro.jiashizhenghao=!0):(this.ruleForm.xingming=i[n],this.ro.xingming=!0):(this.ruleForm.zhanghao=i[n],this.ro.zhanghao=!0):(this.ruleForm.cheliangxiangqing=i[n],this.ro.cheliangxiangqing=!0):(this.ruleForm.danganwenjian=i[n],this.ro.danganwenjian=!0):(this.ruleForm.dengjiriqi=i[n],this.ro.dengjiriqi=!0):(this.ruleForm.zuowei=i[n],this.ro.zuowei=!0):(this.ruleForm.cheliangzhaopian=i[n],this.ro.cheliangzhaopian=!0):(this.ruleForm.huandangfangshi=i[n],this.ro.huandangfangshi=!0):(this.ruleForm.yanse=i[n],this.ro.yanse=!0):(this.ruleForm.chejiahao=i[n],this.ro.chejiahao=!0):(this.ruleForm.fadongjihao=i[n],this.ro.fadongjihao=!0):(this.ruleForm.cheliangleixing=i[n],this.ro.cheliangleixing=!0):(this.ruleForm.cheliangpinpai=i[n],this.ro.cheliangpinpai=!0):(this.ruleForm.cheliangxinghao=i[n],this.ro.cheliangxinghao=!0):(this.ruleForm.chepaihao=i[n],this.ro.chepaihao=!0):(this.ruleForm.danganbianhao=i[n],this.ro.danganbianhao=!0)}this.$http({url:"".concat(this.$storage.get("sessionTable"),"/session"),method:"get"}).then((function(e){var t=e.data;if(t&&0===t.code){var i=t.data;(""!=i.yuangongzhanghao&&i.yuangongzhanghao||0==i.yuangongzhanghao)&&"管理员"!=a.$storage.get("role")&&(a.ruleForm.yuangongzhanghao=i.yuangongzhanghao,a.ro.yuangongzhanghao=!0),(""!=i.yuangongxingming&&i.yuangongxingming||0==i.yuangongxingming)&&"管理员"!=a.$storage.get("role")&&(a.ruleForm.yuangongxingming=i.yuangongxingming,a.ro.yuangongxingming=!0)}else a.$message.error(t.msg)})),this.huandangfangshiOptions="手动挡,自动挡".split(","),this.$http({url:"option/jiashiyuan/zhanghao",method:"get"}).then((function(e){var t=e.data;t&&0===t.code?a.zhanghaoOptions=t.data:a.$message.error(t.msg)}))},zhanghaoChange:function(){var e=this;this.$http({url:"follow/jiashiyuan/zhanghao?columnValue="+this.ruleForm.zhanghao,method:"get"}).then((function(t){var a=t.data;a&&0===a.code?(a.data.xingming&&(e.ruleForm.xingming=a.data.xingming),a.data.jiashizhenghao&&(e.ruleForm.jiashizhenghao=a.data.jiashizhenghao)):e.$message.error(a.msg)}))},info:function(e){var t=this;this.$http({url:"cheliangdangan/info/".concat(e),method:"get"}).then((function(e){var a=e.data;if(a&&0===a.code){t.ruleForm=a.data;var i=new RegExp("../../../upload","g");t.ruleForm.cheliangxiangqing=t.ruleForm.cheliangxiangqing.replace(i,"../../../springbootbv4939cb/upload")}else t.$message.error(a.msg)}))},onSubmit:function(){var e=this;this.ruleForm.danganbianhao&&(this.ruleForm.danganbianhao=String(this.ruleForm.danganbianhao)),null!=this.ruleForm.cheliangzhaopian&&(this.ruleForm.cheliangzhaopian=this.ruleForm.cheliangzhaopian.replace(new RegExp(this.$base.url,"g"),"")),null!=this.ruleForm.danganwenjian&&(this.ruleForm.danganwenjian=this.ruleForm.danganwenjian.replace(new RegExp(this.$base.url,"g"),""));var t,a,i;this.$storage.getObj("crossObj");if("cross"==this.type){var n=this.$storage.get("statusColumnName"),o=this.$storage.get("statusColumnValue");if(""!=n){var r=this.$storage.getObj("crossObj");if(n&&!n.startsWith("[")){for(var s in r)s==n&&(r[s]=o);var l=this.$storage.get("crossTable");this.$http({url:"".concat(l,"/update"),method:"post",data:r}).then((function(e){e.data}))}else t=this.$storage.get("userid"),a=r["id"],i=this.$storage.get("statusColumnName"),i=i.replace(/\[/,"").replace(/\]/,"")}}this.$refs["ruleForm"].validate((function(n){if(n)if(a&&t){e.ruleForm.crossuserid=t,e.ruleForm.crossrefid=a;var o={page:1,limit:10,crossuserid:e.ruleForm.crossuserid,crossrefid:e.ruleForm.crossrefid};e.$http({url:"cheliangdangan/page",method:"get",params:o}).then((function(t){var a=t.data;if(a&&0===a.code){if(a.data.total>=i)return e.$message.error(e.$storage.get("tips")),!1;e.$http({url:"cheliangdangan/".concat(e.ruleForm.id?"update":"save"),method:"post",data:e.ruleForm}).then((function(t){var a=t.data;a&&0===a.code?e.$message({message:"操作成功",type:"success",duration:1500,onClose:function(){e.parent.showFlag=!0,e.parent.addOrUpdateFlag=!1,e.parent.cheliangdanganCrossAddOrUpdateFlag=!1,e.parent.search(),e.parent.contentStyleChange()}}):e.$message.error(a.msg)}))}}))}else e.$http({url:"cheliangdangan/".concat(e.ruleForm.id?"update":"save"),method:"post",data:e.ruleForm}).then((function(t){var a=t.data;a&&0===a.code?e.$message({message:"操作成功",type:"success",duration:1500,onClose:function(){e.parent.showFlag=!0,e.parent.addOrUpdateFlag=!1,e.parent.cheliangdanganCrossAddOrUpdateFlag=!1,e.parent.search(),e.parent.contentStyleChange()}}):e.$message.error(a.msg)}))}))},getUUID:function(){return(new Date).getTime()},back:function(){this.parent.showFlag=!0,this.parent.addOrUpdateFlag=!1,this.parent.cheliangdanganCrossAddOrUpdateFlag=!1,this.parent.contentStyleChange()},cheliangzhaopianUploadChange:function(e){this.ruleForm.cheliangzhaopian=e},danganwenjianUploadChange:function(e){this.ruleForm.danganwenjian=e}}},st=rt,lt=(a("9685"),Object(m["a"])(st,nt,ot,!1,null,"2bc57788",null)),ct=lt.exports,ut=function(){var e=this,t=e._self._c;return t("div",{staticClass:"addEdit-block",style:{minHeight:"calc(100vh - 200px)",padding:"0px 0 30px",margin:"0 auto",color:"#8e99a2",background:"none",width:"calc(100% - 0px)",fontSize:"14px",height:"100%"}},[t("el-form",{ref:"ruleForm",staticClass:"add-update-preview",style:{padding:"30px 5%",borderColor:"#f6f6f6",alignItems:"flex-start",borderRadius:"4px",flexWrap:"wrap",background:"rgba(255,255,255,.9)",borderWidth:"2px",display:"flex",fontSize:"inherit",borderStyle:"solid"},attrs:{model:e.ruleForm,rules:e.rules,"label-width":"200px"}},[["info"!=e.type?t("el-form-item",{staticClass:"input",style:{padding:"2px 0",margin:"0 auto 20px",color:"inherit",borderRadius:"4px",background:"none",width:"100%",fontSize:"inherit"},attrs:{label:"保险公司",prop:"baoxiangongsi"}},[t("el-input",{attrs:{placeholder:"保险公司",clearable:"",readonly:e.ro.baoxiangongsi},model:{value:e.ruleForm.baoxiangongsi,callback:function(t){e.$set(e.ruleForm,"baoxiangongsi",t)},expression:"ruleForm.baoxiangongsi"}})],1):t("el-form-item",{staticClass:"input",style:{padding:"2px 0",margin:"0 auto 20px",color:"inherit",borderRadius:"4px",background:"none",width:"100%",fontSize:"inherit"},attrs:{label:"保险公司",prop:"baoxiangongsi"}},[t("el-input",{attrs:{placeholder:"保险公司",readonly:""},model:{value:e.ruleForm.baoxiangongsi,callback:function(t){e.$set(e.ruleForm,"baoxiangongsi",t)},expression:"ruleForm.baoxiangongsi"}})],1),"info"!=e.type?t("el-form-item",{staticClass:"input",style:{padding:"2px 0",margin:"0 auto 20px",color:"inherit",borderRadius:"4px",background:"none",width:"100%",fontSize:"inherit"},attrs:{label:"保险类型",prop:"baoxianleixing"}},[t("el-input",{attrs:{placeholder:"保险类型",clearable:"",readonly:e.ro.baoxianleixing},model:{value:e.ruleForm.baoxianleixing,callback:function(t){e.$set(e.ruleForm,"baoxianleixing",t)},expression:"ruleForm.baoxianleixing"}})],1):t("el-form-item",{staticClass:"input",style:{padding:"2px 0",margin:"0 auto 20px",color:"inherit",borderRadius:"4px",background:"none",width:"100%",fontSize:"inherit"},attrs:{label:"保险类型",prop:"baoxianleixing"}},[t("el-input",{attrs:{placeholder:"保险类型",readonly:""},model:{value:e.ruleForm.baoxianleixing,callback:function(t){e.$set(e.ruleForm,"baoxianleixing",t)},expression:"ruleForm.baoxianleixing"}})],1),"info"!=e.type?t("el-form-item",{staticClass:"input",style:{padding:"2px 0",margin:"0 auto 20px",color:"inherit",borderRadius:"4px",background:"none",width:"100%",fontSize:"inherit"},attrs:{label:"保险金额",prop:"baoxianjine"}},[t("el-input-number",{attrs:{placeholder:"保险金额",readonly:e.ro.baoxianjine},model:{value:e.ruleForm.baoxianjine,callback:function(t){e.$set(e.ruleForm,"baoxianjine",t)},expression:"ruleForm.baoxianjine"}})],1):t("el-form-item",{staticClass:"input",style:{padding:"2px 0",margin:"0 auto 20px",color:"inherit",borderRadius:"4px",background:"none",width:"100%",fontSize:"inherit"},attrs:{label:"保险金额",prop:"baoxianjine"}},[t("el-input",{attrs:{placeholder:"保险金额",readonly:""},model:{value:e.ruleForm.baoxianjine,callback:function(t){e.$set(e.ruleForm,"baoxianjine",t)},expression:"ruleForm.baoxianjine"}})],1),"info"!=e.type?t("el-form-item",{staticClass:"date",style:{padding:"2px 0",margin:"0 auto 20px",color:"inherit",borderRadius:"4px",background:"none",width:"100%",fontSize:"inherit"},attrs:{label:"生效日期",prop:"shengxiaoriqi"}},[t("el-date-picker",{attrs:{format:"yyyy 年 MM 月 dd 日","value-format":"yyyy-MM-dd",type:"date",readonly:e.ro.shengxiaoriqi,placeholder:"生效日期"},model:{value:e.ruleForm.shengxiaoriqi,callback:function(t){e.$set(e.ruleForm,"shengxiaoriqi",t)},expression:"ruleForm.shengxiaoriqi"}})],1):e.ruleForm.shengxiaoriqi?t("el-form-item",{staticClass:"input",style:{padding:"2px 0",margin:"0 auto 20px",color:"inherit",borderRadius:"4px",background:"none",width:"100%",fontSize:"inherit"},attrs:{label:"生效日期",prop:"shengxiaoriqi"}},[t("el-input",{attrs:{placeholder:"生效日期",readonly:""},model:{value:e.ruleForm.shengxiaoriqi,callback:function(t){e.$set(e.ruleForm,"shengxiaoriqi",t)},expression:"ruleForm.shengxiaoriqi"}})],1):e._e(),"info"!=e.type?t("el-form-item",{staticClass:"date",style:{padding:"2px 0",margin:"0 auto 20px",color:"inherit",borderRadius:"4px",background:"none",width:"100%",fontSize:"inherit"},attrs:{label:"有效期至",prop:"youxiaoqizhi"}},[t("el-date-picker",{attrs:{format:"yyyy 年 MM 月 dd 日","value-format":"yyyy-MM-dd",type:"date",readonly:e.ro.youxiaoqizhi,placeholder:"有效期至"},model:{value:e.ruleForm.youxiaoqizhi,callback:function(t){e.$set(e.ruleForm,"youxiaoqizhi",t)},expression:"ruleForm.youxiaoqizhi"}})],1):e.ruleForm.youxiaoqizhi?t("el-form-item",{staticClass:"input",style:{padding:"2px 0",margin:"0 auto 20px",color:"inherit",borderRadius:"4px",background:"none",width:"100%",fontSize:"inherit"},attrs:{label:"有效期至",prop:"youxiaoqizhi"}},[t("el-input",{attrs:{placeholder:"有效期至",readonly:""},model:{value:e.ruleForm.youxiaoqizhi,callback:function(t){e.$set(e.ruleForm,"youxiaoqizhi",t)},expression:"ruleForm.youxiaoqizhi"}})],1):e._e(),"info"!=e.type?t("el-form-item",{staticClass:"input",style:{padding:"2px 0",margin:"0 auto 20px",color:"inherit",borderRadius:"4px",background:"none",width:"100%",fontSize:"inherit"},attrs:{label:"车牌号",prop:"chepaihao"}},[t("el-input",{attrs:{placeholder:"车牌号",clearable:"",readonly:e.ro.chepaihao},model:{value:e.ruleForm.chepaihao,callback:function(t){e.$set(e.ruleForm,"chepaihao",t)},expression:"ruleForm.chepaihao"}})],1):t("el-form-item",{staticClass:"input",style:{padding:"2px 0",margin:"0 auto 20px",color:"inherit",borderRadius:"4px",background:"none",width:"100%",fontSize:"inherit"},attrs:{label:"车牌号",prop:"chepaihao"}},[t("el-input",{attrs:{placeholder:"车牌号",readonly:""},model:{value:e.ruleForm.chepaihao,callback:function(t){e.$set(e.ruleForm,"chepaihao",t)},expression:"ruleForm.chepaihao"}})],1),"info"!=e.type?t("el-form-item",{staticClass:"input",style:{padding:"2px 0",margin:"0 auto 20px",color:"inherit",borderRadius:"4px",background:"none",width:"100%",fontSize:"inherit"},attrs:{label:"车辆型号",prop:"cheliangxinghao"}},[t("el-input",{attrs:{placeholder:"车辆型号",clearable:"",readonly:e.ro.cheliangxinghao},model:{value:e.ruleForm.cheliangxinghao,callback:function(t){e.$set(e.ruleForm,"cheliangxinghao",t)},expression:"ruleForm.cheliangxinghao"}})],1):t("el-form-item",{staticClass:"input",style:{padding:"2px 0",margin:"0 auto 20px",color:"inherit",borderRadius:"4px",background:"none",width:"100%",fontSize:"inherit"},attrs:{label:"车辆型号",prop:"cheliangxinghao"}},[t("el-input",{attrs:{placeholder:"车辆型号",readonly:""},model:{value:e.ruleForm.cheliangxinghao,callback:function(t){e.$set(e.ruleForm,"cheliangxinghao",t)},expression:"ruleForm.cheliangxinghao"}})],1),"info"!=e.type?t("el-form-item",{staticClass:"input",style:{padding:"2px 0",margin:"0 auto 20px",color:"inherit",borderRadius:"4px",background:"none",width:"100%",fontSize:"inherit"},attrs:{label:"车辆品牌",prop:"cheliangpinpai"}},[t("el-input",{attrs:{placeholder:"车辆品牌",clearable:"",readonly:e.ro.cheliangpinpai},model:{value:e.ruleForm.cheliangpinpai,callback:function(t){e.$set(e.ruleForm,"cheliangpinpai",t)},expression:"ruleForm.cheliangpinpai"}})],1):t("el-form-item",{staticClass:"input",style:{padding:"2px 0",margin:"0 auto 20px",color:"inherit",borderRadius:"4px",background:"none",width:"100%",fontSize:"inherit"},attrs:{label:"车辆品牌",prop:"cheliangpinpai"}},[t("el-input",{attrs:{placeholder:"车辆品牌",readonly:""},model:{value:e.ruleForm.cheliangpinpai,callback:function(t){e.$set(e.ruleForm,"cheliangpinpai",t)},expression:"ruleForm.cheliangpinpai"}})],1),"info"!=e.type?t("el-form-item",{staticClass:"input",style:{padding:"2px 0",margin:"0 auto 20px",color:"inherit",borderRadius:"4px",background:"none",width:"100%",fontSize:"inherit"},attrs:{label:"车辆类型",prop:"cheliangleixing"}},[t("el-input",{attrs:{placeholder:"车辆类型",clearable:"",readonly:e.ro.cheliangleixing},model:{value:e.ruleForm.cheliangleixing,callback:function(t){e.$set(e.ruleForm,"cheliangleixing",t)},expression:"ruleForm.cheliangleixing"}})],1):t("el-form-item",{staticClass:"input",style:{padding:"2px 0",margin:"0 auto 20px",color:"inherit",borderRadius:"4px",background:"none",width:"100%",fontSize:"inherit"},attrs:{label:"车辆类型",prop:"cheliangleixing"}},[t("el-input",{attrs:{placeholder:"车辆类型",readonly:""},model:{value:e.ruleForm.cheliangleixing,callback:function(t){e.$set(e.ruleForm,"cheliangleixing",t)},expression:"ruleForm.cheliangleixing"}})],1),"info"!=e.type?t("el-form-item",{staticClass:"input",style:{padding:"2px 0",margin:"0 auto 20px",color:"inherit",borderRadius:"4px",background:"none",width:"100%",fontSize:"inherit"},attrs:{label:"发动机号",prop:"fadongjihao"}},[t("el-input",{attrs:{placeholder:"发动机号",clearable:"",readonly:e.ro.fadongjihao},model:{value:e.ruleForm.fadongjihao,callback:function(t){e.$set(e.ruleForm,"fadongjihao",t)},expression:"ruleForm.fadongjihao"}})],1):t("el-form-item",{staticClass:"input",style:{padding:"2px 0",margin:"0 auto 20px",color:"inherit",borderRadius:"4px",background:"none",width:"100%",fontSize:"inherit"},attrs:{label:"发动机号",prop:"fadongjihao"}},[t("el-input",{attrs:{placeholder:"发动机号",readonly:""},model:{value:e.ruleForm.fadongjihao,callback:function(t){e.$set(e.ruleForm,"fadongjihao",t)},expression:"ruleForm.fadongjihao"}})],1),"info"!=e.type?t("el-form-item",{staticClass:"input",style:{padding:"2px 0",margin:"0 auto 20px",color:"inherit",borderRadius:"4px",background:"none",width:"100%",fontSize:"inherit"},attrs:{label:"车架号",prop:"chejiahao"}},[t("el-input",{attrs:{placeholder:"车架号",clearable:"",readonly:e.ro.chejiahao},model:{value:e.ruleForm.chejiahao,callback:function(t){e.$set(e.ruleForm,"chejiahao",t)},expression:"ruleForm.chejiahao"}})],1):t("el-form-item",{staticClass:"input",style:{padding:"2px 0",margin:"0 auto 20px",color:"inherit",borderRadius:"4px",background:"none",width:"100%",fontSize:"inherit"},attrs:{label:"车架号",prop:"chejiahao"}},[t("el-input",{attrs:{placeholder:"车架号",readonly:""},model:{value:e.ruleForm.chejiahao,callback:function(t){e.$set(e.ruleForm,"chejiahao",t)},expression:"ruleForm.chejiahao"}})],1),"info"!=e.type?t("el-form-item",{staticClass:"date",style:{padding:"2px 0",margin:"0 auto 20px",color:"inherit",borderRadius:"4px",background:"none",width:"100%",fontSize:"inherit"},attrs:{label:"登记日期",prop:"dengjiriqi"}},[t("el-date-picker",{attrs:{format:"yyyy 年 MM 月 dd 日","value-format":"yyyy-MM-dd",type:"date",readonly:e.ro.dengjiriqi,placeholder:"登记日期"},model:{value:e.ruleForm.dengjiriqi,callback:function(t){e.$set(e.ruleForm,"dengjiriqi",t)},expression:"ruleForm.dengjiriqi"}})],1):e.ruleForm.dengjiriqi?t("el-form-item",{staticClass:"input",style:{padding:"2px 0",margin:"0 auto 20px",color:"inherit",borderRadius:"4px",background:"none",width:"100%",fontSize:"inherit"},attrs:{label:"登记日期",prop:"dengjiriqi"}},[t("el-input",{attrs:{placeholder:"登记日期",readonly:""},model:{value:e.ruleForm.dengjiriqi,callback:function(t){e.$set(e.ruleForm,"dengjiriqi",t)},expression:"ruleForm.dengjiriqi"}})],1):e._e(),"info"!=e.type?t("el-form-item",{staticClass:"input",style:{padding:"2px 0",margin:"0 auto 20px",color:"inherit",borderRadius:"4px",background:"none",width:"100%",fontSize:"inherit"},attrs:{label:"账号",prop:"zhanghao"}},[t("el-input",{attrs:{placeholder:"账号",clearable:"",readonly:e.ro.zhanghao},model:{value:e.ruleForm.zhanghao,callback:function(t){e.$set(e.ruleForm,"zhanghao",t)},expression:"ruleForm.zhanghao"}})],1):t("el-form-item",{staticClass:"input",style:{padding:"2px 0",margin:"0 auto 20px",color:"inherit",borderRadius:"4px",background:"none",width:"100%",fontSize:"inherit"},attrs:{label:"账号",prop:"zhanghao"}},[t("el-input",{attrs:{placeholder:"账号",readonly:""},model:{value:e.ruleForm.zhanghao,callback:function(t){e.$set(e.ruleForm,"zhanghao",t)},expression:"ruleForm.zhanghao"}})],1),"info"!=e.type?t("el-form-item",{staticClass:"input",style:{padding:"2px 0",margin:"0 auto 20px",color:"inherit",borderRadius:"4px",background:"none",width:"100%",fontSize:"inherit"},attrs:{label:"姓名",prop:"xingming"}},[t("el-input",{attrs:{placeholder:"姓名",clearable:"",readonly:e.ro.xingming},model:{value:e.ruleForm.xingming,callback:function(t){e.$set(e.ruleForm,"xingming",t)},expression:"ruleForm.xingming"}})],1):t("el-form-item",{staticClass:"input",style:{padding:"2px 0",margin:"0 auto 20px",color:"inherit",borderRadius:"4px",background:"none",width:"100%",fontSize:"inherit"},attrs:{label:"姓名",prop:"xingming"}},[t("el-input",{attrs:{placeholder:"姓名",readonly:""},model:{value:e.ruleForm.xingming,callback:function(t){e.$set(e.ruleForm,"xingming",t)},expression:"ruleForm.xingming"}})],1),"info"!=e.type?t("el-form-item",{staticClass:"input",style:{padding:"2px 0",margin:"0 auto 20px",color:"inherit",borderRadius:"4px",background:"none",width:"100%",fontSize:"inherit"},attrs:{label:"驾驶证号",prop:"jiashizhenghao"}},[t("el-input",{attrs:{placeholder:"驾驶证号",clearable:"",readonly:e.ro.jiashizhenghao},model:{value:e.ruleForm.jiashizhenghao,callback:function(t){e.$set(e.ruleForm,"jiashizhenghao",t)},expression:"ruleForm.jiashizhenghao"}})],1):t("el-form-item",{staticClass:"input",style:{padding:"2px 0",margin:"0 auto 20px",color:"inherit",borderRadius:"4px",background:"none",width:"100%",fontSize:"inherit"},attrs:{label:"驾驶证号",prop:"jiashizhenghao"}},[t("el-input",{attrs:{placeholder:"驾驶证号",readonly:""},model:{value:e.ruleForm.jiashizhenghao,callback:function(t){e.$set(e.ruleForm,"jiashizhenghao",t)},expression:"ruleForm.jiashizhenghao"}})],1),"info"!=e.type?t("el-form-item",{staticClass:"input",style:{padding:"2px 0",margin:"0 auto 20px",color:"inherit",borderRadius:"4px",background:"none",width:"100%",fontSize:"inherit"},attrs:{label:"员工账号",prop:"yuangongzhanghao"}},[t("el-input",{attrs:{placeholder:"员工账号",clearable:"",readonly:e.ro.yuangongzhanghao},model:{value:e.ruleForm.yuangongzhanghao,callback:function(t){e.$set(e.ruleForm,"yuangongzhanghao",t)},expression:"ruleForm.yuangongzhanghao"}})],1):t("el-form-item",{staticClass:"input",style:{padding:"2px 0",margin:"0 auto 20px",color:"inherit",borderRadius:"4px",background:"none",width:"100%",fontSize:"inherit"},attrs:{label:"员工账号",prop:"yuangongzhanghao"}},[t("el-input",{attrs:{placeholder:"员工账号",readonly:""},model:{value:e.ruleForm.yuangongzhanghao,callback:function(t){e.$set(e.ruleForm,"yuangongzhanghao",t)},expression:"ruleForm.yuangongzhanghao"}})],1),"info"!=e.type?t("el-form-item",{staticClass:"input",style:{padding:"2px 0",margin:"0 auto 20px",color:"inherit",borderRadius:"4px",background:"none",width:"100%",fontSize:"inherit"},attrs:{label:"员工姓名",prop:"yuangongxingming"}},[t("el-input",{attrs:{placeholder:"员工姓名",clearable:"",readonly:e.ro.yuangongxingming},model:{value:e.ruleForm.yuangongxingming,callback:function(t){e.$set(e.ruleForm,"yuangongxingming",t)},expression:"ruleForm.yuangongxingming"}})],1):t("el-form-item",{staticClass:"input",style:{padding:"2px 0",margin:"0 auto 20px",color:"inherit",borderRadius:"4px",background:"none",width:"100%",fontSize:"inherit"},attrs:{label:"员工姓名",prop:"yuangongxingming"}},[t("el-input",{attrs:{placeholder:"员工姓名",readonly:""},model:{value:e.ruleForm.yuangongxingming,callback:function(t){e.$set(e.ruleForm,"yuangongxingming",t)},expression:"ruleForm.yuangongxingming"}})],1)],t("el-form-item",{staticClass:"btn",style:{padding:"0",margin:"30px auto",alignItems:"center",textAlign:"center",background:"none",display:"flex",width:"60%",fontSize:"18px"}},["info"!=e.type?t("el-button",{staticClass:"btn3",attrs:{type:"success"},on:{click:e.onSubmit}},[t("span",{staticClass:"icon iconfont icon-tijiao16",style:{margin:"0 2px",fontSize:"inherit",color:"inherit",display:"none"}}),e._v(" 确定 ")]):e._e(),"info"!=e.type?t("el-button",{staticClass:"btn4",attrs:{type:"success"},on:{click:function(t){return e.back()}}},[t("span",{staticClass:"icon iconfont icon-quxiao09",style:{margin:"0 2px",fontSize:"inherit",color:"inherit",display:"none"}}),e._v(" 取消 ")]):e._e(),"info"==e.type?t("el-button",{staticClass:"btn5",attrs:{type:"success"},on:{click:function(t){return e.back()}}},[t("span",{staticClass:"icon iconfont icon-fanhui01",style:{margin:"0 2px",fontSize:"inherit",color:"inherit",display:"none"}}),e._v(" 返回 ")]):e._e()],1)],2)],1)},dt=[],ht={data:function(){var e=function(e,t,a){t?Object(h["isNumber"])(t)?a():a(new Error("请输入数字")):a()};return{id:"",type:"",ro:{baoxiangongsi:!1,baoxianleixing:!1,baoxianjine:!1,shengxiaoriqi:!1,youxiaoqizhi:!1,chepaihao:!1,cheliangxinghao:!1,cheliangpinpai:!1,cheliangleixing:!1,fadongjihao:!1,chejiahao:!1,dengjiriqi:!1,zhanghao:!1,xingming:!1,jiashizhenghao:!1,yuangongzhanghao:!1,yuangongxingming:!1},ruleForm:{baoxiangongsi:"",baoxianleixing:"",baoxianjine:"",shengxiaoriqi:"",youxiaoqizhi:"",chepaihao:"",cheliangxinghao:"",cheliangpinpai:"",cheliangleixing:"",fadongjihao:"",chejiahao:"",dengjiriqi:"",zhanghao:"",xingming:"",jiashizhenghao:"",yuangongzhanghao:"",yuangongxingming:""},rules:{baoxiangongsi:[{required:!0,message:"保险公司不能为空",trigger:"blur"}],baoxianleixing:[{required:!0,message:"保险类型不能为空",trigger:"blur"}],baoxianjine:[{required:!0,message:"保险金额不能为空",trigger:"blur"},{validator:e,trigger:"blur"}],shengxiaoriqi:[],youxiaoqizhi:[],chepaihao:[],cheliangxinghao:[{required:!0,message:"车辆型号不能为空",trigger:"blur"}],cheliangpinpai:[{required:!0,message:"车辆品牌不能为空",trigger:"blur"}],cheliangleixing:[],fadongjihao:[],chejiahao:[],dengjiriqi:[],zhanghao:[],xingming:[],jiashizhenghao:[],yuangongzhanghao:[],yuangongxingming:[]}}},props:["parent"],computed:{},components:{},created:function(){this.ruleForm.shengxiaoriqi=this.getCurDate(),this.ruleForm.youxiaoqizhi=this.getCurDate(),this.ruleForm.dengjiriqi=this.getCurDate()},methods:{download:function(e){window.open("".concat(e))},init:function(e,t){var a=this;if(e&&(this.id=e,this.type=t),"info"==this.type||"else"==this.type)this.info(e);else if("logistics"==this.type)this.logistics=!1,this.info(e);else if("cross"==this.type){var i=this.$storage.getObj("crossObj");for(var n in i)"baoxiangongsi"!=n?"baoxianleixing"!=n?"baoxianjine"!=n?"shengxiaoriqi"!=n?"youxiaoqizhi"!=n?"chepaihao"!=n?"cheliangxinghao"!=n?"cheliangpinpai"!=n?"cheliangleixing"!=n?"fadongjihao"!=n?"chejiahao"!=n?"dengjiriqi"!=n?"zhanghao"!=n?"xingming"!=n?"jiashizhenghao"!=n?"yuangongzhanghao"!=n?"yuangongxingming"!=n||(this.ruleForm.yuangongxingming=i[n],this.ro.yuangongxingming=!0):(this.ruleForm.yuangongzhanghao=i[n],this.ro.yuangongzhanghao=!0):(this.ruleForm.jiashizhenghao=i[n],this.ro.jiashizhenghao=!0):(this.ruleForm.xingming=i[n],this.ro.xingming=!0):(this.ruleForm.zhanghao=i[n],this.ro.zhanghao=!0):(this.ruleForm.dengjiriqi=i[n],this.ro.dengjiriqi=!0):(this.ruleForm.chejiahao=i[n],this.ro.chejiahao=!0):(this.ruleForm.fadongjihao=i[n],this.ro.fadongjihao=!0):(this.ruleForm.cheliangleixing=i[n],this.ro.cheliangleixing=!0):(this.ruleForm.cheliangpinpai=i[n],this.ro.cheliangpinpai=!0):(this.ruleForm.cheliangxinghao=i[n],this.ro.cheliangxinghao=!0):(this.ruleForm.chepaihao=i[n],this.ro.chepaihao=!0):(this.ruleForm.youxiaoqizhi=i[n],this.ro.youxiaoqizhi=!0):(this.ruleForm.shengxiaoriqi=i[n],this.ro.shengxiaoriqi=!0):(this.ruleForm.baoxianjine=i[n],this.ro.baoxianjine=!0):(this.ruleForm.baoxianleixing=i[n],this.ro.baoxianleixing=!0):(this.ruleForm.baoxiangongsi=i[n],this.ro.baoxiangongsi=!0)}this.$http({url:"".concat(this.$storage.get("sessionTable"),"/session"),method:"get"}).then((function(e){var t=e.data;if(t&&0===t.code){var i=t.data;(""!=i.yuangongzhanghao&&i.yuangongzhanghao||0==i.yuangongzhanghao)&&"管理员"!=a.$storage.get("role")&&(a.ruleForm.yuangongzhanghao=i.yuangongzhanghao,a.ro.yuangongzhanghao=!0),(""!=i.yuangongxingming&&i.yuangongxingming||0==i.yuangongxingming)&&"管理员"!=a.$storage.get("role")&&(a.ruleForm.yuangongxingming=i.yuangongxingming,a.ro.yuangongxingming=!0)}else a.$message.error(t.msg)}))},info:function(e){var t=this;this.$http({url:"baoxianxinxi/info/".concat(e),method:"get"}).then((function(e){var a=e.data;if(a&&0===a.code){t.ruleForm=a.data;new RegExp("../../../upload","g")}else t.$message.error(a.msg)}))},onSubmit:function(){var e,t,a,i=this;this.$storage.getObj("crossObj");if("cross"==this.type){var n=this.$storage.get("statusColumnName"),o=this.$storage.get("statusColumnValue");if(""!=n){var r=this.$storage.getObj("crossObj");if(n&&!n.startsWith("[")){for(var s in r)s==n&&(r[s]=o);var l=this.$storage.get("crossTable");this.$http({url:"".concat(l,"/update"),method:"post",data:r}).then((function(e){e.data}))}else e=this.$storage.get("userid"),t=r["id"],a=this.$storage.get("statusColumnName"),a=a.replace(/\[/,"").replace(/\]/,"")}}this.$refs["ruleForm"].validate((function(n){if(n)if(t&&e){i.ruleForm.crossuserid=e,i.ruleForm.crossrefid=t;var o={page:1,limit:10,crossuserid:i.ruleForm.crossuserid,crossrefid:i.ruleForm.crossrefid};i.$http({url:"baoxianxinxi/page",method:"get",params:o}).then((function(e){var t=e.data;if(t&&0===t.code){if(t.data.total>=a)return i.$message.error(i.$storage.get("tips")),!1;i.$http({url:"baoxianxinxi/".concat(i.ruleForm.id?"update":"save"),method:"post",data:i.ruleForm}).then((function(e){var t=e.data;t&&0===t.code?i.$message({message:"操作成功",type:"success",duration:1500,onClose:function(){i.parent.showFlag=!0,i.parent.addOrUpdateFlag=!1,i.parent.baoxianxinxiCrossAddOrUpdateFlag=!1,i.parent.search(),i.parent.contentStyleChange()}}):i.$message.error(t.msg)}))}}))}else i.$http({url:"baoxianxinxi/".concat(i.ruleForm.id?"update":"save"),method:"post",data:i.ruleForm}).then((function(e){var t=e.data;t&&0===t.code?i.$message({message:"操作成功",type:"success",duration:1500,onClose:function(){i.parent.showFlag=!0,i.parent.addOrUpdateFlag=!1,i.parent.baoxianxinxiCrossAddOrUpdateFlag=!1,i.parent.search(),i.parent.contentStyleChange()}}):i.$message.error(t.msg)}))}))},getUUID:function(){return(new Date).getTime()},back:function(){this.parent.showFlag=!0,this.parent.addOrUpdateFlag=!1,this.parent.baoxianxinxiCrossAddOrUpdateFlag=!1,this.parent.contentStyleChange()}}},gt=ht,pt=(a("e306"),Object(m["a"])(gt,ut,dt,!1,null,"92e7315c",null)),mt=pt.exports,ft=function(){var e=this,t=e._self._c;return t("div",{staticClass:"addEdit-block",style:{minHeight:"calc(100vh - 200px)",padding:"0px 0 30px",margin:"0 auto",color:"#8e99a2",background:"none",width:"calc(100% - 0px)",fontSize:"14px",height:"100%"}},[t("el-form",{ref:"ruleForm",staticClass:"add-update-preview",style:{padding:"30px 5%",borderColor:"#f6f6f6",alignItems:"flex-start",borderRadius:"4px",flexWrap:"wrap",background:"rgba(255,255,255,.9)",borderWidth:"2px",display:"flex",fontSize:"inherit",borderStyle:"solid"},attrs:{model:e.ruleForm,rules:e.rules,"label-width":"200px"}},[["info"!=e.type?t("el-form-item",{staticClass:"input",style:{padding:"2px 0",margin:"0 auto 20px",color:"inherit",borderRadius:"4px",background:"none",width:"100%",fontSize:"inherit"},attrs:{label:"通知标题",prop:"tongzhibiaoti"}},[t("el-input",{attrs:{placeholder:"通知标题",clearable:"",readonly:e.ro.tongzhibiaoti},model:{value:e.ruleForm.tongzhibiaoti,callback:function(t){e.$set(e.ruleForm,"tongzhibiaoti",t)},expression:"ruleForm.tongzhibiaoti"}})],1):t("el-form-item",{staticClass:"input",style:{padding:"2px 0",margin:"0 auto 20px",color:"inherit",borderRadius:"4px",background:"none",width:"100%",fontSize:"inherit"},attrs:{label:"通知标题",prop:"tongzhibiaoti"}},[t("el-input",{attrs:{placeholder:"通知标题",readonly:""},model:{value:e.ruleForm.tongzhibiaoti,callback:function(t){e.$set(e.ruleForm,"tongzhibiaoti",t)},expression:"ruleForm.tongzhibiaoti"}})],1),"info"!=e.type?t("el-form-item",{staticClass:"input",style:{padding:"2px 0",margin:"0 auto 20px",color:"inherit",borderRadius:"4px",background:"none",width:"100%",fontSize:"inherit"},attrs:{label:"车牌号",prop:"chepaihao"}},[t("el-input",{attrs:{placeholder:"车牌号",clearable:"",readonly:e.ro.chepaihao},model:{value:e.ruleForm.chepaihao,callback:function(t){e.$set(e.ruleForm,"chepaihao",t)},expression:"ruleForm.chepaihao"}})],1):t("el-form-item",{staticClass:"input",style:{padding:"2px 0",margin:"0 auto 20px",color:"inherit",borderRadius:"4px",background:"none",width:"100%",fontSize:"inherit"},attrs:{label:"车牌号",prop:"chepaihao"}},[t("el-input",{attrs:{placeholder:"车牌号",readonly:""},model:{value:e.ruleForm.chepaihao,callback:function(t){e.$set(e.ruleForm,"chepaihao",t)},expression:"ruleForm.chepaihao"}})],1),"info"!=e.type?t("el-form-item",{staticClass:"input",style:{padding:"2px 0",margin:"0 auto 20px",color:"inherit",borderRadius:"4px",background:"none",width:"100%",fontSize:"inherit"},attrs:{label:"车辆型号",prop:"cheliangxinghao"}},[t("el-input",{attrs:{placeholder:"车辆型号",clearable:"",readonly:e.ro.cheliangxinghao},model:{value:e.ruleForm.cheliangxinghao,callback:function(t){e.$set(e.ruleForm,"cheliangxinghao",t)},expression:"ruleForm.cheliangxinghao"}})],1):t("el-form-item",{staticClass:"input",style:{padding:"2px 0",margin:"0 auto 20px",color:"inherit",borderRadius:"4px",background:"none",width:"100%",fontSize:"inherit"},attrs:{label:"车辆型号",prop:"cheliangxinghao"}},[t("el-input",{attrs:{placeholder:"车辆型号",readonly:""},model:{value:e.ruleForm.cheliangxinghao,callback:function(t){e.$set(e.ruleForm,"cheliangxinghao",t)},expression:"ruleForm.cheliangxinghao"}})],1),"info"!=e.type?t("el-form-item",{staticClass:"date",style:{padding:"2px 0",margin:"0 auto 20px",color:"inherit",borderRadius:"4px",background:"none",width:"100%",fontSize:"inherit"},attrs:{label:"通知日期",prop:"tongzhiriqi"}},[t("el-date-picker",{attrs:{format:"yyyy 年 MM 月 dd 日","value-format":"yyyy-MM-dd",type:"date",readonly:e.ro.tongzhiriqi,placeholder:"通知日期"},model:{value:e.ruleForm.tongzhiriqi,callback:function(t){e.$set(e.ruleForm,"tongzhiriqi",t)},expression:"ruleForm.tongzhiriqi"}})],1):e.ruleForm.tongzhiriqi?t("el-form-item",{staticClass:"input",style:{padding:"2px 0",margin:"0 auto 20px",color:"inherit",borderRadius:"4px",background:"none",width:"100%",fontSize:"inherit"},attrs:{label:"通知日期",prop:"tongzhiriqi"}},[t("el-input",{attrs:{placeholder:"通知日期",readonly:""},model:{value:e.ruleForm.tongzhiriqi,callback:function(t){e.$set(e.ruleForm,"tongzhiriqi",t)},expression:"ruleForm.tongzhiriqi"}})],1):e._e(),"info"!=e.type?t("el-form-item",{staticClass:"input",style:{padding:"2px 0",margin:"0 auto 20px",color:"inherit",borderRadius:"4px",background:"none",width:"100%",fontSize:"inherit"},attrs:{label:"账号",prop:"zhanghao"}},[t("el-input",{attrs:{placeholder:"账号",clearable:"",readonly:e.ro.zhanghao},model:{value:e.ruleForm.zhanghao,callback:function(t){e.$set(e.ruleForm,"zhanghao",t)},expression:"ruleForm.zhanghao"}})],1):t("el-form-item",{staticClass:"input",style:{padding:"2px 0",margin:"0 auto 20px",color:"inherit",borderRadius:"4px",background:"none",width:"100%",fontSize:"inherit"},attrs:{label:"账号",prop:"zhanghao"}},[t("el-input",{attrs:{placeholder:"账号",readonly:""},model:{value:e.ruleForm.zhanghao,callback:function(t){e.$set(e.ruleForm,"zhanghao",t)},expression:"ruleForm.zhanghao"}})],1),"info"!=e.type?t("el-form-item",{staticClass:"input",style:{padding:"2px 0",margin:"0 auto 20px",color:"inherit",borderRadius:"4px",background:"none",width:"100%",fontSize:"inherit"},attrs:{label:"姓名",prop:"xingming"}},[t("el-input",{attrs:{placeholder:"姓名",clearable:"",readonly:e.ro.xingming},model:{value:e.ruleForm.xingming,callback:function(t){e.$set(e.ruleForm,"xingming",t)},expression:"ruleForm.xingming"}})],1):t("el-form-item",{staticClass:"input",style:{padding:"2px 0",margin:"0 auto 20px",color:"inherit",borderRadius:"4px",background:"none",width:"100%",fontSize:"inherit"},attrs:{label:"姓名",prop:"xingming"}},[t("el-input",{attrs:{placeholder:"姓名",readonly:""},model:{value:e.ruleForm.xingming,callback:function(t){e.$set(e.ruleForm,"xingming",t)},expression:"ruleForm.xingming"}})],1),"info"!=e.type?t("el-form-item",{staticClass:"input",style:{padding:"2px 0",margin:"0 auto 20px",color:"inherit",borderRadius:"4px",background:"none",width:"100%",fontSize:"inherit"},attrs:{label:"驾驶证号",prop:"jiashizhenghao"}},[t("el-input",{attrs:{placeholder:"驾驶证号",clearable:"",readonly:e.ro.jiashizhenghao},model:{value:e.ruleForm.jiashizhenghao,callback:function(t){e.$set(e.ruleForm,"jiashizhenghao",t)},expression:"ruleForm.jiashizhenghao"}})],1):t("el-form-item",{staticClass:"input",style:{padding:"2px 0",margin:"0 auto 20px",color:"inherit",borderRadius:"4px",background:"none",width:"100%",fontSize:"inherit"},attrs:{label:"驾驶证号",prop:"jiashizhenghao"}},[t("el-input",{attrs:{placeholder:"驾驶证号",readonly:""},model:{value:e.ruleForm.jiashizhenghao,callback:function(t){e.$set(e.ruleForm,"jiashizhenghao",t)},expression:"ruleForm.jiashizhenghao"}})],1),"info"!=e.type?t("el-form-item",{staticClass:"input",style:{padding:"2px 0",margin:"0 auto 20px",color:"inherit",borderRadius:"4px",background:"none",width:"100%",fontSize:"inherit"},attrs:{label:"员工账号",prop:"yuangongzhanghao"}},[t("el-input",{attrs:{placeholder:"员工账号",clearable:"",readonly:e.ro.yuangongzhanghao},model:{value:e.ruleForm.yuangongzhanghao,callback:function(t){e.$set(e.ruleForm,"yuangongzhanghao",t)},expression:"ruleForm.yuangongzhanghao"}})],1):t("el-form-item",{staticClass:"input",style:{padding:"2px 0",margin:"0 auto 20px",color:"inherit",borderRadius:"4px",background:"none",width:"100%",fontSize:"inherit"},attrs:{label:"员工账号",prop:"yuangongzhanghao"}},[t("el-input",{attrs:{placeholder:"员工账号",readonly:""},model:{value:e.ruleForm.yuangongzhanghao,callback:function(t){e.$set(e.ruleForm,"yuangongzhanghao",t)},expression:"ruleForm.yuangongzhanghao"}})],1),"info"!=e.type?t("el-form-item",{staticClass:"input",style:{padding:"2px 0",margin:"0 auto 20px",color:"inherit",borderRadius:"4px",background:"none",width:"100%",fontSize:"inherit"},attrs:{label:"员工姓名",prop:"yuangongxingming"}},[t("el-input",{attrs:{placeholder:"员工姓名",clearable:"",readonly:e.ro.yuangongxingming},model:{value:e.ruleForm.yuangongxingming,callback:function(t){e.$set(e.ruleForm,"yuangongxingming",t)},expression:"ruleForm.yuangongxingming"}})],1):t("el-form-item",{staticClass:"input",style:{padding:"2px 0",margin:"0 auto 20px",color:"inherit",borderRadius:"4px",background:"none",width:"100%",fontSize:"inherit"},attrs:{label:"员工姓名",prop:"yuangongxingming"}},[t("el-input",{attrs:{placeholder:"员工姓名",readonly:""},model:{value:e.ruleForm.yuangongxingming,callback:function(t){e.$set(e.ruleForm,"yuangongxingming",t)},expression:"ruleForm.yuangongxingming"}})],1)],"info"!=e.type?t("el-form-item",{style:{padding:"2px 0",margin:"0 auto 20px",color:"inherit",borderRadius:"4px",background:"none",width:"100%",fontSize:"inherit"},attrs:{label:"通知内容",prop:"tongzhineirong"}},[t("editor",{staticClass:"editor",staticStyle:{"min-width":"200px","max-width":"600px"},attrs:{action:"file/upload"},model:{value:e.ruleForm.tongzhineirong,callback:function(t){e.$set(e.ruleForm,"tongzhineirong",t)},expression:"ruleForm.tongzhineirong"}})],1):e.ruleForm.tongzhineirong?t("el-form-item",{style:{padding:"2px 0",margin:"0 auto 20px",color:"inherit",borderRadius:"4px",background:"none",width:"100%",fontSize:"inherit"},attrs:{label:"通知内容",prop:"tongzhineirong"}},[t("span",{style:{fontSize:"14px",lineHeight:"40px",color:"inherit",fontWeight:"500",display:"inline-block"},domProps:{innerHTML:e._s(e.ruleForm.tongzhineirong)}})]):e._e(),t("el-form-item",{staticClass:"btn",style:{padding:"0",margin:"30px auto",alignItems:"center",textAlign:"center",background:"none",display:"flex",width:"60%",fontSize:"18px"}},["info"!=e.type?t("el-button",{staticClass:"btn3",attrs:{type:"success"},on:{click:e.onSubmit}},[t("span",{staticClass:"icon iconfont icon-tijiao16",style:{margin:"0 2px",fontSize:"inherit",color:"inherit",display:"none"}}),e._v(" 确定 ")]):e._e(),"info"!=e.type?t("el-button",{staticClass:"btn4",attrs:{type:"success"},on:{click:function(t){return e.back()}}},[t("span",{staticClass:"icon iconfont icon-quxiao09",style:{margin:"0 2px",fontSize:"inherit",color:"inherit",display:"none"}}),e._v(" 取消 ")]):e._e(),"info"==e.type?t("el-button",{staticClass:"btn5",attrs:{type:"success"},on:{click:function(t){return e.back()}}},[t("span",{staticClass:"icon iconfont icon-fanhui01",style:{margin:"0 2px",fontSize:"inherit",color:"inherit",display:"none"}}),e._v(" 返回 ")]):e._e()],1)],2)],1)},bt=[],xt={data:function(){return{id:"",type:"",ro:{tongzhibiaoti:!1,chepaihao:!1,cheliangxinghao:!1,tongzhineirong:!1,tongzhiriqi:!1,zhanghao:!1,xingming:!1,jiashizhenghao:!1,yuangongzhanghao:!1,yuangongxingming:!1},ruleForm:{tongzhibiaoti:"",chepaihao:"",cheliangxinghao:"",tongzhineirong:"",tongzhiriqi:"",zhanghao:"",xingming:"",jiashizhenghao:"",yuangongzhanghao:"",yuangongxingming:""},rules:{tongzhibiaoti:[],chepaihao:[],cheliangxinghao:[{required:!0,message:"车辆型号不能为空",trigger:"blur"}],tongzhineirong:[],tongzhiriqi:[],zhanghao:[],xingming:[],jiashizhenghao:[],yuangongzhanghao:[],yuangongxingming:[]}}},props:["parent"],computed:{},components:{},created:function(){this.ruleForm.tongzhiriqi=this.getCurDate()},methods:{download:function(e){window.open("".concat(e))},init:function(e,t){var a=this;if(e&&(this.id=e,this.type=t),"info"==this.type||"else"==this.type)this.info(e);else if("logistics"==this.type)this.logistics=!1,this.info(e);else if("cross"==this.type){var i=this.$storage.getObj("crossObj");for(var n in i)"tongzhibiaoti"!=n?"chepaihao"!=n?"cheliangxinghao"!=n?"tongzhineirong"!=n?"tongzhiriqi"!=n?"zhanghao"!=n?"xingming"!=n?"jiashizhenghao"!=n?"yuangongzhanghao"!=n?"yuangongxingming"!=n||(this.ruleForm.yuangongxingming=i[n],this.ro.yuangongxingming=!0):(this.ruleForm.yuangongzhanghao=i[n],this.ro.yuangongzhanghao=!0):(this.ruleForm.jiashizhenghao=i[n],this.ro.jiashizhenghao=!0):(this.ruleForm.xingming=i[n],this.ro.xingming=!0):(this.ruleForm.zhanghao=i[n],this.ro.zhanghao=!0):(this.ruleForm.tongzhiriqi=i[n],this.ro.tongzhiriqi=!0):(this.ruleForm.tongzhineirong=i[n],this.ro.tongzhineirong=!0):(this.ruleForm.cheliangxinghao=i[n],this.ro.cheliangxinghao=!0):(this.ruleForm.chepaihao=i[n],this.ro.chepaihao=!0):(this.ruleForm.tongzhibiaoti=i[n],this.ro.tongzhibiaoti=!0)}this.$http({url:"".concat(this.$storage.get("sessionTable"),"/session"),method:"get"}).then((function(e){var t=e.data;if(t&&0===t.code){var i=t.data;(""!=i.yuangongzhanghao&&i.yuangongzhanghao||0==i.yuangongzhanghao)&&"管理员"!=a.$storage.get("role")&&(a.ruleForm.yuangongzhanghao=i.yuangongzhanghao,a.ro.yuangongzhanghao=!0),(""!=i.yuangongxingming&&i.yuangongxingming||0==i.yuangongxingming)&&"管理员"!=a.$storage.get("role")&&(a.ruleForm.yuangongxingming=i.yuangongxingming,a.ro.yuangongxingming=!0)}else a.$message.error(t.msg)}))},info:function(e){var t=this;this.$http({url:"xubaotongzhi/info/".concat(e),method:"get"}).then((function(e){var a=e.data;if(a&&0===a.code){t.ruleForm=a.data;var i=new RegExp("../../../upload","g");t.ruleForm.tongzhineirong=t.ruleForm.tongzhineirong.replace(i,"../../../springbootbv4939cb/upload")}else t.$message.error(a.msg)}))},onSubmit:function(){var e,t,a,i=this;this.$storage.getObj("crossObj");if("cross"==this.type){var n=this.$storage.get("statusColumnName"),o=this.$storage.get("statusColumnValue");if(""!=n){var r=this.$storage.getObj("crossObj");if(n&&!n.startsWith("[")){for(var s in r)s==n&&(r[s]=o);var l=this.$storage.get("crossTable");this.$http({url:"".concat(l,"/update"),method:"post",data:r}).then((function(e){e.data}))}else e=this.$storage.get("userid"),t=r["id"],a=this.$storage.get("statusColumnName"),a=a.replace(/\[/,"").replace(/\]/,"")}}this.$refs["ruleForm"].validate((function(n){if(n)if(t&&e){i.ruleForm.crossuserid=e,i.ruleForm.crossrefid=t;var o={page:1,limit:10,crossuserid:i.ruleForm.crossuserid,crossrefid:i.ruleForm.crossrefid};i.$http({url:"xubaotongzhi/page",method:"get",params:o}).then((function(e){var t=e.data;if(t&&0===t.code){if(t.data.total>=a)return i.$message.error(i.$storage.get("tips")),!1;i.$http({url:"xubaotongzhi/".concat(i.ruleForm.id?"update":"save"),method:"post",data:i.ruleForm}).then((function(e){var t=e.data;t&&0===t.code?i.$message({message:"操作成功",type:"success",duration:1500,onClose:function(){i.parent.showFlag=!0,i.parent.addOrUpdateFlag=!1,i.parent.xubaotongzhiCrossAddOrUpdateFlag=!1,i.parent.search(),i.parent.contentStyleChange()}}):i.$message.error(t.msg)}))}}))}else i.$http({url:"xubaotongzhi/".concat(i.ruleForm.id?"update":"save"),method:"post",data:i.ruleForm}).then((function(e){var t=e.data;t&&0===t.code?i.$message({message:"操作成功",type:"success",duration:1500,onClose:function(){i.parent.showFlag=!0,i.parent.addOrUpdateFlag=!1,i.parent.xubaotongzhiCrossAddOrUpdateFlag=!1,i.parent.search(),i.parent.contentStyleChange()}}):i.$message.error(t.msg)}))}))},getUUID:function(){return(new Date).getTime()},back:function(){this.parent.showFlag=!0,this.parent.addOrUpdateFlag=!1,this.parent.xubaotongzhiCrossAddOrUpdateFlag=!1,this.parent.contentStyleChange()}}},yt=xt,At=(a("1ffa"),Object(m["a"])(yt,ft,bt,!1,null,"101dfb02",null)),vt=At.exports,wt=function(){var e=this,t=e._self._c;return t("div",{staticClass:"addEdit-block",style:{minHeight:"calc(100vh - 200px)",padding:"0px 0 30px",margin:"0 auto",color:"#8e99a2",background:"none",width:"calc(100% - 0px)",fontSize:"14px",height:"100%"}},[t("el-form",{ref:"ruleForm",staticClass:"add-update-preview",style:{padding:"30px 5%",borderColor:"#f6f6f6",alignItems:"flex-start",borderRadius:"4px",flexWrap:"wrap",background:"rgba(255,255,255,.9)",borderWidth:"2px",display:"flex",fontSize:"inherit",borderStyle:"solid"},attrs:{model:e.ruleForm,rules:e.rules,"label-width":"200px"}},[["info"!=e.type||e.ruleForm.jilubianhao?t("el-form-item",{staticClass:"input",style:{padding:"2px 0",margin:"0 auto 20px",color:"inherit",borderRadius:"4px",background:"none",width:"100%",fontSize:"inherit"},attrs:{label:"记录编号",prop:"jilubianhao"}},[t("el-input",{attrs:{placeholder:"记录编号",readonly:""},model:{value:e.ruleForm.jilubianhao,callback:function(t){e.$set(e.ruleForm,"jilubianhao",t)},expression:"ruleForm.jilubianhao"}})],1):e._e(),"info"!=e.type?t("el-form-item",{staticClass:"input",style:{padding:"2px 0",margin:"0 auto 20px",color:"inherit",borderRadius:"4px",background:"none",width:"100%",fontSize:"inherit"},attrs:{label:"车牌号",prop:"chepaihao"}},[t("el-input",{attrs:{placeholder:"车牌号",clearable:"",readonly:e.ro.chepaihao},model:{value:e.ruleForm.chepaihao,callback:function(t){e.$set(e.ruleForm,"chepaihao",t)},expression:"ruleForm.chepaihao"}})],1):t("el-form-item",{staticClass:"input",style:{padding:"2px 0",margin:"0 auto 20px",color:"inherit",borderRadius:"4px",background:"none",width:"100%",fontSize:"inherit"},attrs:{label:"车牌号",prop:"chepaihao"}},[t("el-input",{attrs:{placeholder:"车牌号",readonly:""},model:{value:e.ruleForm.chepaihao,callback:function(t){e.$set(e.ruleForm,"chepaihao",t)},expression:"ruleForm.chepaihao"}})],1),"info"!=e.type?t("el-form-item",{staticClass:"input",style:{padding:"2px 0",margin:"0 auto 20px",color:"inherit",borderRadius:"4px",background:"none",width:"100%",fontSize:"inherit"},attrs:{label:"车辆型号",prop:"cheliangxinghao"}},[t("el-input",{attrs:{placeholder:"车辆型号",clearable:"",readonly:e.ro.cheliangxinghao},model:{value:e.ruleForm.cheliangxinghao,callback:function(t){e.$set(e.ruleForm,"cheliangxinghao",t)},expression:"ruleForm.cheliangxinghao"}})],1):t("el-form-item",{staticClass:"input",style:{padding:"2px 0",margin:"0 auto 20px",color:"inherit",borderRadius:"4px",background:"none",width:"100%",fontSize:"inherit"},attrs:{label:"车辆型号",prop:"cheliangxinghao"}},[t("el-input",{attrs:{placeholder:"车辆型号",readonly:""},model:{value:e.ruleForm.cheliangxinghao,callback:function(t){e.$set(e.ruleForm,"cheliangxinghao",t)},expression:"ruleForm.cheliangxinghao"}})],1),"info"!=e.type?t("el-form-item",{staticClass:"input",style:{padding:"2px 0",margin:"0 auto 20px",color:"inherit",borderRadius:"4px",background:"none",width:"100%",fontSize:"inherit"},attrs:{label:"发动机号",prop:"fadongjihao"}},[t("el-input",{attrs:{placeholder:"发动机号",clearable:"",readonly:e.ro.fadongjihao},model:{value:e.ruleForm.fadongjihao,callback:function(t){e.$set(e.ruleForm,"fadongjihao",t)},expression:"ruleForm.fadongjihao"}})],1):t("el-form-item",{staticClass:"input",style:{padding:"2px 0",margin:"0 auto 20px",color:"inherit",borderRadius:"4px",background:"none",width:"100%",fontSize:"inherit"},attrs:{label:"发动机号",prop:"fadongjihao"}},[t("el-input",{attrs:{placeholder:"发动机号",readonly:""},model:{value:e.ruleForm.fadongjihao,callback:function(t){e.$set(e.ruleForm,"fadongjihao",t)},expression:"ruleForm.fadongjihao"}})],1),"info"!=e.type?t("el-form-item",{staticClass:"input",style:{padding:"2px 0",margin:"0 auto 20px",color:"inherit",borderRadius:"4px",background:"none",width:"100%",fontSize:"inherit"},attrs:{label:"车架号",prop:"chejiahao"}},[t("el-input",{attrs:{placeholder:"车架号",clearable:"",readonly:e.ro.chejiahao},model:{value:e.ruleForm.chejiahao,callback:function(t){e.$set(e.ruleForm,"chejiahao",t)},expression:"ruleForm.chejiahao"}})],1):t("el-form-item",{staticClass:"input",style:{padding:"2px 0",margin:"0 auto 20px",color:"inherit",borderRadius:"4px",background:"none",width:"100%",fontSize:"inherit"},attrs:{label:"车架号",prop:"chejiahao"}},[t("el-input",{attrs:{placeholder:"车架号",readonly:""},model:{value:e.ruleForm.chejiahao,callback:function(t){e.$set(e.ruleForm,"chejiahao",t)},expression:"ruleForm.chejiahao"}})],1),"info"!=e.type?t("el-form-item",{staticClass:"input",style:{padding:"2px 0",margin:"0 auto 20px",color:"inherit",borderRadius:"4px",background:"none",width:"100%",fontSize:"inherit"},attrs:{label:"事故地点",prop:"shigudidian"}},[t("el-input",{attrs:{placeholder:"事故地点",clearable:"",readonly:e.ro.shigudidian},model:{value:e.ruleForm.shigudidian,callback:function(t){e.$set(e.ruleForm,"shigudidian",t)},expression:"ruleForm.shigudidian"}})],1):t("el-form-item",{staticClass:"input",style:{padding:"2px 0",margin:"0 auto 20px",color:"inherit",borderRadius:"4px",background:"none",width:"100%",fontSize:"inherit"},attrs:{label:"事故地点",prop:"shigudidian"}},[t("el-input",{attrs:{placeholder:"事故地点",readonly:""},model:{value:e.ruleForm.shigudidian,callback:function(t){e.$set(e.ruleForm,"shigudidian",t)},expression:"ruleForm.shigudidian"}})],1),"info"!=e.type?t("el-form-item",{staticClass:"input",style:{padding:"2px 0",margin:"0 auto 20px",color:"inherit",borderRadius:"4px",background:"none",width:"100%",fontSize:"inherit"},attrs:{label:"事故责任方",prop:"shiguzerenfang"}},[t("el-input",{attrs:{placeholder:"事故责任方",clearable:"",readonly:e.ro.shiguzerenfang},model:{value:e.ruleForm.shiguzerenfang,callback:function(t){e.$set(e.ruleForm,"shiguzerenfang",t)},expression:"ruleForm.shiguzerenfang"}})],1):t("el-form-item",{staticClass:"input",style:{padding:"2px 0",margin:"0 auto 20px",color:"inherit",borderRadius:"4px",background:"none",width:"100%",fontSize:"inherit"},attrs:{label:"事故责任方",prop:"shiguzerenfang"}},[t("el-input",{attrs:{placeholder:"事故责任方",readonly:""},model:{value:e.ruleForm.shiguzerenfang,callback:function(t){e.$set(e.ruleForm,"shiguzerenfang",t)},expression:"ruleForm.shiguzerenfang"}})],1),"info"==e.type||e.ro.shiguzhaopian?e.ruleForm.shiguzhaopian?t("el-form-item",{staticClass:"upload",style:{padding:"2px 0",margin:"0 auto 20px",color:"inherit",borderRadius:"4px",background:"none",width:"100%",fontSize:"inherit"},attrs:{label:"事故照片",prop:"shiguzhaopian"}},["http"==e.ruleForm.shiguzhaopian.substring(0,4)?t("img",{key:e.index,staticClass:"upload-img",staticStyle:{"margin-right":"20px"},attrs:{src:e.ruleForm.shiguzhaopian.split(",")[0],width:"100",height:"100"}}):e._l(e.ruleForm.shiguzhaopian.split(","),(function(a,i){return t("img",{key:i,staticClass:"upload-img",staticStyle:{"margin-right":"20px"},attrs:{src:e.$base.url+a,width:"100",height:"100"}})}))],2):e._e():t("el-form-item",{staticClass:"upload",style:{padding:"2px 0",margin:"0 auto 20px",color:"inherit",borderRadius:"4px",background:"none",width:"100%",fontSize:"inherit"},attrs:{label:"事故照片",prop:"shiguzhaopian"}},[t("file-upload",{attrs:{tip:"点击上传事故照片",action:"file/upload",limit:3,multiple:!0,fileUrls:e.ruleForm.shiguzhaopian?e.ruleForm.shiguzhaopian:""},on:{change:e.shiguzhaopianUploadChange}})],1),"info"==e.type||e.ro.zhengmingcailiao?e.ruleForm.zhengmingcailiao?t("el-form-item",{style:{padding:"2px 0",margin:"0 auto 20px",color:"inherit",borderRadius:"4px",background:"none",width:"100%",fontSize:"inherit"},attrs:{label:"证明材料",prop:"zhengmingcailiao"}},[t("el-button",{style:{border:"1px solid #ced4da",cursor:"pointer",padding:"0 30px",margin:"0 20px 0 0",outline:"none",color:"inherit",borderRadius:"4px",background:"none",width:"auto",lineHeight:"36px",fontSize:"14px",height:"40px"},attrs:{type:"text",size:"small"},on:{click:function(t){return e.download(e.$base.url+e.ruleForm.zhengmingcailiao)}}},[e._v("下载")])],1):e.ruleForm.zhengmingcailiao?e._e():t("el-form-item",{style:{padding:"2px 0",margin:"0 auto 20px",color:"inherit",borderRadius:"4px",background:"none",width:"100%",fontSize:"inherit"},attrs:{label:"证明材料",prop:"zhengmingcailiao"}},[t("el-button",{style:{border:"1px solid #ced4da",cursor:"pointer",padding:"0 30px",margin:"0 20px 0 0",outline:"none",color:"inherit",borderRadius:"4px",background:"none",width:"auto",lineHeight:"36px",fontSize:"14px",height:"40px"},attrs:{type:"text",size:"small"}},[e._v("无")])],1):t("el-form-item",{staticClass:"upload",style:{padding:"2px 0",margin:"0 auto 20px",color:"inherit",borderRadius:"4px",background:"none",width:"100%",fontSize:"inherit"},attrs:{label:"证明材料",prop:"zhengmingcailiao"}},[t("file-upload",{attrs:{tip:"点击上传证明材料",action:"file/upload",limit:1,type:3,multiple:!0,fileUrls:e.ruleForm.zhengmingcailiao?e.ruleForm.zhengmingcailiao:""},on:{change:e.zhengmingcailiaoUploadChange}})],1),"info"!=e.type?t("el-form-item",{staticClass:"date",style:{padding:"2px 0",margin:"0 auto 20px",color:"inherit",borderRadius:"4px",background:"none",width:"100%",fontSize:"inherit"},attrs:{label:"事故日期",prop:"shiguriqi"}},[t("el-date-picker",{attrs:{format:"yyyy 年 MM 月 dd 日","value-format":"yyyy-MM-dd",type:"date",readonly:e.ro.shiguriqi,placeholder:"事故日期"},model:{value:e.ruleForm.shiguriqi,callback:function(t){e.$set(e.ruleForm,"shiguriqi",t)},expression:"ruleForm.shiguriqi"}})],1):e.ruleForm.shiguriqi?t("el-form-item",{staticClass:"input",style:{padding:"2px 0",margin:"0 auto 20px",color:"inherit",borderRadius:"4px",background:"none",width:"100%",fontSize:"inherit"},attrs:{label:"事故日期",prop:"shiguriqi"}},[t("el-input",{attrs:{placeholder:"事故日期",readonly:""},model:{value:e.ruleForm.shiguriqi,callback:function(t){e.$set(e.ruleForm,"shiguriqi",t)},expression:"ruleForm.shiguriqi"}})],1):e._e(),"info"!=e.type?t("el-form-item",{staticClass:"input",style:{padding:"2px 0",margin:"0 auto 20px",color:"inherit",borderRadius:"4px",background:"none",width:"100%",fontSize:"inherit"},attrs:{label:"账号",prop:"zhanghao"}},[t("el-input",{attrs:{placeholder:"账号",clearable:"",readonly:e.ro.zhanghao},model:{value:e.ruleForm.zhanghao,callback:function(t){e.$set(e.ruleForm,"zhanghao",t)},expression:"ruleForm.zhanghao"}})],1):t("el-form-item",{staticClass:"input",style:{padding:"2px 0",margin:"0 auto 20px",color:"inherit",borderRadius:"4px",background:"none",width:"100%",fontSize:"inherit"},attrs:{label:"账号",prop:"zhanghao"}},[t("el-input",{attrs:{placeholder:"账号",readonly:""},model:{value:e.ruleForm.zhanghao,callback:function(t){e.$set(e.ruleForm,"zhanghao",t)},expression:"ruleForm.zhanghao"}})],1),"info"!=e.type?t("el-form-item",{staticClass:"input",style:{padding:"2px 0",margin:"0 auto 20px",color:"inherit",borderRadius:"4px",background:"none",width:"100%",fontSize:"inherit"},attrs:{label:"姓名",prop:"xingming"}},[t("el-input",{attrs:{placeholder:"姓名",clearable:"",readonly:e.ro.xingming},model:{value:e.ruleForm.xingming,callback:function(t){e.$set(e.ruleForm,"xingming",t)},expression:"ruleForm.xingming"}})],1):t("el-form-item",{staticClass:"input",style:{padding:"2px 0",margin:"0 auto 20px",color:"inherit",borderRadius:"4px",background:"none",width:"100%",fontSize:"inherit"},attrs:{label:"姓名",prop:"xingming"}},[t("el-input",{attrs:{placeholder:"姓名",readonly:""},model:{value:e.ruleForm.xingming,callback:function(t){e.$set(e.ruleForm,"xingming",t)},expression:"ruleForm.xingming"}})],1),"info"!=e.type?t("el-form-item",{staticClass:"input",style:{padding:"2px 0",margin:"0 auto 20px",color:"inherit",borderRadius:"4px",background:"none",width:"100%",fontSize:"inherit"},attrs:{label:"驾驶证号",prop:"jiashizhenghao"}},[t("el-input",{attrs:{placeholder:"驾驶证号",clearable:"",readonly:e.ro.jiashizhenghao},model:{value:e.ruleForm.jiashizhenghao,callback:function(t){e.$set(e.ruleForm,"jiashizhenghao",t)},expression:"ruleForm.jiashizhenghao"}})],1):t("el-form-item",{staticClass:"input",style:{padding:"2px 0",margin:"0 auto 20px",color:"inherit",borderRadius:"4px",background:"none",width:"100%",fontSize:"inherit"},attrs:{label:"驾驶证号",prop:"jiashizhenghao"}},[t("el-input",{attrs:{placeholder:"驾驶证号",readonly:""},model:{value:e.ruleForm.jiashizhenghao,callback:function(t){e.$set(e.ruleForm,"jiashizhenghao",t)},expression:"ruleForm.jiashizhenghao"}})],1),"info"!=e.type?t("el-form-item",{staticClass:"input",style:{padding:"2px 0",margin:"0 auto 20px",color:"inherit",borderRadius:"4px",background:"none",width:"100%",fontSize:"inherit"},attrs:{label:"员工账号",prop:"yuangongzhanghao"}},[t("el-input",{attrs:{placeholder:"员工账号",clearable:"",readonly:e.ro.yuangongzhanghao},model:{value:e.ruleForm.yuangongzhanghao,callback:function(t){e.$set(e.ruleForm,"yuangongzhanghao",t)},expression:"ruleForm.yuangongzhanghao"}})],1):t("el-form-item",{staticClass:"input",style:{padding:"2px 0",margin:"0 auto 20px",color:"inherit",borderRadius:"4px",background:"none",width:"100%",fontSize:"inherit"},attrs:{label:"员工账号",prop:"yuangongzhanghao"}},[t("el-input",{attrs:{placeholder:"员工账号",readonly:""},model:{value:e.ruleForm.yuangongzhanghao,callback:function(t){e.$set(e.ruleForm,"yuangongzhanghao",t)},expression:"ruleForm.yuangongzhanghao"}})],1),"info"!=e.type?t("el-form-item",{staticClass:"input",style:{padding:"2px 0",margin:"0 auto 20px",color:"inherit",borderRadius:"4px",background:"none",width:"100%",fontSize:"inherit"},attrs:{label:"员工姓名",prop:"yuangongxingming"}},[t("el-input",{attrs:{placeholder:"员工姓名",clearable:"",readonly:e.ro.yuangongxingming},model:{value:e.ruleForm.yuangongxingming,callback:function(t){e.$set(e.ruleForm,"yuangongxingming",t)},expression:"ruleForm.yuangongxingming"}})],1):t("el-form-item",{staticClass:"input",style:{padding:"2px 0",margin:"0 auto 20px",color:"inherit",borderRadius:"4px",background:"none",width:"100%",fontSize:"inherit"},attrs:{label:"员工姓名",prop:"yuangongxingming"}},[t("el-input",{attrs:{placeholder:"员工姓名",readonly:""},model:{value:e.ruleForm.yuangongxingming,callback:function(t){e.$set(e.ruleForm,"yuangongxingming",t)},expression:"ruleForm.yuangongxingming"}})],1)],"info"!=e.type?t("el-form-item",{style:{padding:"2px 0",margin:"0 auto 20px",color:"inherit",borderRadius:"4px",background:"none",width:"100%",fontSize:"inherit"},attrs:{label:"事故详情",prop:"shiguxiangqing"}},[t("editor",{staticClass:"editor",staticStyle:{"min-width":"200px","max-width":"600px"},attrs:{action:"file/upload"},model:{value:e.ruleForm.shiguxiangqing,callback:function(t){e.$set(e.ruleForm,"shiguxiangqing",t)},expression:"ruleForm.shiguxiangqing"}})],1):e.ruleForm.shiguxiangqing?t("el-form-item",{style:{padding:"2px 0",margin:"0 auto 20px",color:"inherit",borderRadius:"4px",background:"none",width:"100%",fontSize:"inherit"},attrs:{label:"事故详情",prop:"shiguxiangqing"}},[t("span",{style:{fontSize:"14px",lineHeight:"40px",color:"inherit",fontWeight:"500",display:"inline-block"},domProps:{innerHTML:e._s(e.ruleForm.shiguxiangqing)}})]):e._e(),t("el-form-item",{staticClass:"btn",style:{padding:"0",margin:"30px auto",alignItems:"center",textAlign:"center",background:"none",display:"flex",width:"60%",fontSize:"18px"}},["info"!=e.type?t("el-button",{staticClass:"btn3",attrs:{type:"success"},on:{click:e.onSubmit}},[t("span",{staticClass:"icon iconfont icon-tijiao16",style:{margin:"0 2px",fontSize:"inherit",color:"inherit",display:"none"}}),e._v(" 确定 ")]):e._e(),"info"!=e.type?t("el-button",{staticClass:"btn4",attrs:{type:"success"},on:{click:function(t){return e.back()}}},[t("span",{staticClass:"icon iconfont icon-quxiao09",style:{margin:"0 2px",fontSize:"inherit",color:"inherit",display:"none"}}),e._v(" 取消 ")]):e._e(),"info"==e.type?t("el-button",{staticClass:"btn5",attrs:{type:"success"},on:{click:function(t){return e.back()}}},[t("span",{staticClass:"icon iconfont icon-fanhui01",style:{margin:"0 2px",fontSize:"inherit",color:"inherit",display:"none"}}),e._v(" 返回 ")]):e._e()],1)],2)],1)},kt=[],zt={data:function(){return{id:"",type:"",ro:{jilubianhao:!1,chepaihao:!1,cheliangxinghao:!1,fadongjihao:!1,chejiahao:!1,shigudidian:!1,shiguzerenfang:!1,shiguzhaopian:!1,zhengmingcailiao:!1,shiguriqi:!1,shiguxiangqing:!1,zhanghao:!1,xingming:!1,jiashizhenghao:!1,yuangongzhanghao:!1,yuangongxingming:!1},ruleForm:{jilubianhao:this.getUUID(),chepaihao:"",cheliangxinghao:"",fadongjihao:"",chejiahao:"",shigudidian:"",shiguzerenfang:"",shiguzhaopian:"",zhengmingcailiao:"",shiguriqi:"",shiguxiangqing:"",zhanghao:"",xingming:"",jiashizhenghao:"",yuangongzhanghao:"",yuangongxingming:""},rules:{jilubianhao:[],chepaihao:[],cheliangxinghao:[{required:!0,message:"车辆型号不能为空",trigger:"blur"}],fadongjihao:[],chejiahao:[],shigudidian:[],shiguzerenfang:[],shiguzhaopian:[],zhengmingcailiao:[],shiguriqi:[],shiguxiangqing:[],zhanghao:[],xingming:[],jiashizhenghao:[],yuangongzhanghao:[],yuangongxingming:[]}}},props:["parent"],computed:{},components:{},created:function(){this.ruleForm.shiguriqi=this.getCurDate()},methods:{download:function(e){window.open("".concat(e))},init:function(e,t){var a=this;if(e&&(this.id=e,this.type=t),"info"==this.type||"else"==this.type)this.info(e);else if("logistics"==this.type)this.logistics=!1,this.info(e);else if("cross"==this.type){var i=this.$storage.getObj("crossObj");for(var n in i)"jilubianhao"!=n?"chepaihao"!=n?"cheliangxinghao"!=n?"fadongjihao"!=n?"chejiahao"!=n?"shigudidian"!=n?"shiguzerenfang"!=n?"shiguzhaopian"!=n?"zhengmingcailiao"!=n?"shiguriqi"!=n?"shiguxiangqing"!=n?"zhanghao"!=n?"xingming"!=n?"jiashizhenghao"!=n?"yuangongzhanghao"!=n?"yuangongxingming"!=n||(this.ruleForm.yuangongxingming=i[n],this.ro.yuangongxingming=!0):(this.ruleForm.yuangongzhanghao=i[n],this.ro.yuangongzhanghao=!0):(this.ruleForm.jiashizhenghao=i[n],this.ro.jiashizhenghao=!0):(this.ruleForm.xingming=i[n],this.ro.xingming=!0):(this.ruleForm.zhanghao=i[n],this.ro.zhanghao=!0):(this.ruleForm.shiguxiangqing=i[n],this.ro.shiguxiangqing=!0):(this.ruleForm.shiguriqi=i[n],this.ro.shiguriqi=!0):(this.ruleForm.zhengmingcailiao=i[n],this.ro.zhengmingcailiao=!0):(this.ruleForm.shiguzhaopian=i[n],this.ro.shiguzhaopian=!0):(this.ruleForm.shiguzerenfang=i[n],this.ro.shiguzerenfang=!0):(this.ruleForm.shigudidian=i[n],this.ro.shigudidian=!0):(this.ruleForm.chejiahao=i[n],this.ro.chejiahao=!0):(this.ruleForm.fadongjihao=i[n],this.ro.fadongjihao=!0):(this.ruleForm.cheliangxinghao=i[n],this.ro.cheliangxinghao=!0):(this.ruleForm.chepaihao=i[n],this.ro.chepaihao=!0):(this.ruleForm.jilubianhao=i[n],this.ro.jilubianhao=!0)}this.$http({url:"".concat(this.$storage.get("sessionTable"),"/session"),method:"get"}).then((function(e){var t=e.data;if(t&&0===t.code){var i=t.data;(""!=i.yuangongzhanghao&&i.yuangongzhanghao||0==i.yuangongzhanghao)&&"管理员"!=a.$storage.get("role")&&(a.ruleForm.yuangongzhanghao=i.yuangongzhanghao,a.ro.yuangongzhanghao=!0),(""!=i.yuangongxingming&&i.yuangongxingming||0==i.yuangongxingming)&&"管理员"!=a.$storage.get("role")&&(a.ruleForm.yuangongxingming=i.yuangongxingming,a.ro.yuangongxingming=!0)}else a.$message.error(t.msg)}))},info:function(e){var t=this;this.$http({url:"shigujilu/info/".concat(e),method:"get"}).then((function(e){var a=e.data;if(a&&0===a.code){t.ruleForm=a.data;var i=new RegExp("../../../upload","g");t.ruleForm.shiguxiangqing=t.ruleForm.shiguxiangqing.replace(i,"../../../springbootbv4939cb/upload")}else t.$message.error(a.msg)}))},onSubmit:function(){var e=this;this.ruleForm.jilubianhao&&(this.ruleForm.jilubianhao=String(this.ruleForm.jilubianhao)),null!=this.ruleForm.shiguzhaopian&&(this.ruleForm.shiguzhaopian=this.ruleForm.shiguzhaopian.replace(new RegExp(this.$base.url,"g"),"")),null!=this.ruleForm.zhengmingcailiao&&(this.ruleForm.zhengmingcailiao=this.ruleForm.zhengmingcailiao.replace(new RegExp(this.$base.url,"g"),""));var t,a,i;this.$storage.getObj("crossObj");if("cross"==this.type){var n=this.$storage.get("statusColumnName"),o=this.$storage.get("statusColumnValue");if(""!=n){var r=this.$storage.getObj("crossObj");if(n&&!n.startsWith("[")){for(var s in r)s==n&&(r[s]=o);var l=this.$storage.get("crossTable");this.$http({url:"".concat(l,"/update"),method:"post",data:r}).then((function(e){e.data}))}else t=this.$storage.get("userid"),a=r["id"],i=this.$storage.get("statusColumnName"),i=i.replace(/\[/,"").replace(/\]/,"")}}this.$refs["ruleForm"].validate((function(n){if(n)if(a&&t){e.ruleForm.crossuserid=t,e.ruleForm.crossrefid=a;var o={page:1,limit:10,crossuserid:e.ruleForm.crossuserid,crossrefid:e.ruleForm.crossrefid};e.$http({url:"shigujilu/page",method:"get",params:o}).then((function(t){var a=t.data;if(a&&0===a.code){if(a.data.total>=i)return e.$message.error(e.$storage.get("tips")),!1;e.$http({url:"shigujilu/".concat(e.ruleForm.id?"update":"save"),method:"post",data:e.ruleForm}).then((function(t){var a=t.data;a&&0===a.code?e.$message({message:"操作成功",type:"success",duration:1500,onClose:function(){e.parent.showFlag=!0,e.parent.addOrUpdateFlag=!1,e.parent.shigujiluCrossAddOrUpdateFlag=!1,e.parent.search(),e.parent.contentStyleChange()}}):e.$message.error(a.msg)}))}}))}else e.$http({url:"shigujilu/".concat(e.ruleForm.id?"update":"save"),method:"post",data:e.ruleForm}).then((function(t){var a=t.data;a&&0===a.code?e.$message({message:"操作成功",type:"success",duration:1500,onClose:function(){e.parent.showFlag=!0,e.parent.addOrUpdateFlag=!1,e.parent.shigujiluCrossAddOrUpdateFlag=!1,e.parent.search(),e.parent.contentStyleChange()}}):e.$message.error(a.msg)}))}))},getUUID:function(){return(new Date).getTime()},back:function(){this.parent.showFlag=!0,this.parent.addOrUpdateFlag=!1,this.parent.shigujiluCrossAddOrUpdateFlag=!1,this.parent.contentStyleChange()},shiguzhaopianUploadChange:function(e){this.ruleForm.shiguzhaopian=e},zhengmingcailiaoUploadChange:function(e){this.ruleForm.zhengmingcailiao=e}}},Ft=zt,Ct=(a("ebf9"),Object(m["a"])(Ft,wt,kt,!1,null,"6e6e9a60",null)),St=Ct.exports,jt={data:function(){return{huandangfangshiOptions:[],searchForm:{key:""},form:{},dataList:[],pageIndex:1,pageSize:10,totalPage:0,dataListLoading:!1,dataListSelections:[],showFlag:!0,sfshVisiable:!1,shForm:{},chartVisiable:!1,chartVisiable1:!1,chartVisiable2:!1,chartVisiable3:!1,chartVisiable4:!1,chartVisiable5:!1,addOrUpdateFlag:!1,baoxianxinxiCrossAddOrUpdateFlag:!1,xubaotongzhiCrossAddOrUpdateFlag:!1,shigujiluCrossAddOrUpdateFlag:!1,layouts:["prev","pager","next"]}},created:function(){this.init(),this.getDataList(),this.contentStyleChange()},mounted:function(){},filters:{htmlfilter:function(e){return e.replace(/<[^>]*>/g).replace(/undefined/g,"")}},computed:{tablename:function(){return this.$storage.get("sessionTable")}},components:{AddOrUpdate:ct,baoxianxinxiCrossAddOrUpdate:mt,xubaotongzhiCrossAddOrUpdate:vt,shigujiluCrossAddOrUpdate:St},methods:{contentStyleChange:function(){this.contentPageStyleChange()},contentPageStyleChange:function(){},baoxianxinxiCrossAddOrUpdateHandler:function(e,t,a,i,n,o,r){var s=this;if(this.showFlag=!1,this.addOrUpdateFlag=!1,this.baoxianxinxiCrossAddOrUpdateFlag=!0,this.$storage.set("crossObj",e),this.$storage.set("crossTable","cheliangdangan"),this.$storage.set("statusColumnName",n),this.$storage.set("statusColumnValue",r),this.$storage.set("tips",o),""!=n&&!n.startsWith("[")){var l=this.$storage.getObj("crossObj");for(var c in l)if(c==n&&l[c]==r)return this.$message({message:o,type:"success",duration:1500,onClose:function(){s.getDataList()}}),this.showFlag=!0,void(this.baoxianxinxiCrossAddOrUpdateFlag=!1)}this.$nextTick((function(){s.$refs.baoxianxinxiCrossaddOrUpdate.init(e.id,t)}))},xubaotongzhiCrossAddOrUpdateHandler:function(e,t,a,i,n,o,r){var s=this;if(this.showFlag=!1,this.addOrUpdateFlag=!1,this.xubaotongzhiCrossAddOrUpdateFlag=!0,this.$storage.set("crossObj",e),this.$storage.set("crossTable","cheliangdangan"),this.$storage.set("statusColumnName",n),this.$storage.set("statusColumnValue",r),this.$storage.set("tips",o),""!=n&&!n.startsWith("[")){var l=this.$storage.getObj("crossObj");for(var c in l)if(c==n&&l[c]==r)return this.$message({message:o,type:"success",duration:1500,onClose:function(){s.getDataList()}}),this.showFlag=!0,void(this.xubaotongzhiCrossAddOrUpdateFlag=!1)}this.$nextTick((function(){s.$refs.xubaotongzhiCrossaddOrUpdate.init(e.id,t)}))},shigujiluCrossAddOrUpdateHandler:function(e,t,a,i,n,o,r){var s=this;if(this.showFlag=!1,this.addOrUpdateFlag=!1,this.shigujiluCrossAddOrUpdateFlag=!0,this.$storage.set("crossObj",e),this.$storage.set("crossTable","cheliangdangan"),this.$storage.set("statusColumnName",n),this.$storage.set("statusColumnValue",r),this.$storage.set("tips",o),""!=n&&!n.startsWith("[")){var l=this.$storage.getObj("crossObj");for(var c in l)if(c==n&&l[c]==r)return this.$message({message:o,type:"success",duration:1500,onClose:function(){s.getDataList()}}),this.showFlag=!0,void(this.shigujiluCrossAddOrUpdateFlag=!1)}this.$nextTick((function(){s.$refs.shigujiluCrossaddOrUpdate.init(e.id,t)}))},init:function(){this.huandangfangshiOptions="手动挡,自动挡".split(",")},search:function(){this.pageIndex=1,this.getDataList()},getDataList:function(){var e=this;this.dataListLoading=!0;var t={page:this.pageIndex,limit:this.pageSize,sort:"id",order:"desc"};""!=this.searchForm.chepaihao&&void 0!=this.searchForm.chepaihao&&(t["chepaihao"]="%"+this.searchForm.chepaihao+"%"),""!=this.searchForm.cheliangxinghao&&void 0!=this.searchForm.cheliangxinghao&&(t["cheliangxinghao"]="%"+this.searchForm.cheliangxinghao+"%"),""!=this.searchForm.cheliangpinpai&&void 0!=this.searchForm.cheliangpinpai&&(t["cheliangpinpai"]="%"+this.searchForm.cheliangpinpai+"%"),""!=this.searchForm.cheliangleixing&&void 0!=this.searchForm.cheliangleixing&&(t["cheliangleixing"]="%"+this.searchForm.cheliangleixing+"%"),""!=this.searchForm.huandangfangshi&&void 0!=this.searchForm.huandangfangshi&&(t["huandangfangshi"]=this.searchForm.huandangfangshi);var a=JSON.parse(this.$storage.getObj("userForm"));console.log(a),this.$http({url:"cheliangdangan/page",method:"get",params:t}).then((function(t){var a=t.data;a&&0===a.code?(e.dataList=a.data.list,e.totalPage=a.data.total):(e.dataList=[],e.totalPage=0),e.dataListLoading=!1}))},sizeChangeHandle:function(e){this.pageSize=e,this.pageIndex=1,this.getDataList()},currentChangeHandle:function(e){this.pageIndex=e,this.getDataList()},selectionChangeHandler:function(e){this.dataListSelections=e},addOrUpdateHandler:function(e,t){var a=this;this.showFlag=!1,this.addOrUpdateFlag=!0,this.crossAddOrUpdateFlag=!1,"info"!=t&&(t="else"),this.$nextTick((function(){a.$refs.addOrUpdate.init(e,t)}))},download:function(e){var t=this,a=e.replace(new RegExp("upload/","g"),"");c.a.get(this.$base.url+"file/download?fileName="+a,{headers:{token:this.$storage.get("Token")},responseType:"blob"}).then((function(e){var t=e.data,i=[];i.push(t);var n=window.URL.createObjectURL(new Blob(i,{type:"application/pdf;chartset=UTF-8"})),o=document.createElement("a");o.href=n,o.download=a,o.dispatchEvent(new MouseEvent("click",{bubbles:!0,cancelable:!0,view:window})),window.URL.revokeObjectURL(t)}),(function(e){c.a.get((location.href.split(t.$base.name).length>1?location.href.split(t.$base.name)[0]:"")+t.$base.name+"/file/download?fileName="+a,{headers:{token:t.$storage.get("Token")},responseType:"blob"}).then((function(e){var t=e.data,i=[];i.push(t);var n=window.URL.createObjectURL(new Blob(i,{type:"application/pdf;chartset=UTF-8"})),o=document.createElement("a");o.href=n,o.download=a,o.dispatchEvent(new MouseEvent("click",{bubbles:!0,cancelable:!0,view:window})),window.URL.revokeObjectURL(t)}))}))},preClick:function(e){if(!e)return!1;window.open(location.href.split(this.$base.name).length>1?location.href.split(this.$base.name)[0]+this.$base.name+"/"+e:this.$base.url+e)},cheliangdanganstatusChange:function(e,t){var a=this;0==t.status&&(t.passwordwrongnum=0),this.$http({url:"cheliangdangan/update",method:"post",data:t}).then((function(e){1==t.status?a.$message.error("该用户已锁定"):a.$message.success("该用户已解除锁定")}))},deleteHandler:function(e){var t=this;return Object(r["a"])(Object(o["a"])().mark((function a(){var i;return Object(o["a"])().wrap((function(a){while(1)switch(a.prev=a.next){case 0:return i=e?[Number(e)]:t.dataListSelections.map((function(e){return Number(e.id)})),a.next=3,t.$confirm("确定进行[".concat(e?"删除":"批量删除","]操作?"),"提示",{confirmButtonText:"确定",cancelButtonText:"取消",type:"warning"}).then(Object(r["a"])(Object(o["a"])().mark((function e(){return Object(o["a"])().wrap((function(e){while(1)switch(e.prev=e.next){case 0:return e.next=2,t.$http({url:"cheliangdangan/delete",method:"post",data:i}).then(function(){var e=Object(r["a"])(Object(o["a"])().mark((function e(a){var i;return Object(o["a"])().wrap((function(e){while(1)switch(e.prev=e.next){case 0:i=a.data,i&&0===i.code?t.$message({message:"操作成功",type:"success",duration:1500,onClose:function(){t.search()}}):t.$message.error(i.msg);case 2:case"end":return e.stop()}}),e)})));return function(t){return e.apply(this,arguments)}}());case 2:case"end":return e.stop()}}),e)}))));case 3:case"end":return a.stop()}}),a)})))()}}},Ot=jt,Lt=(a("0fc7"),Object(m["a"])(Ot,at,it,!1,null,"e1f9817c",null)),Mt=Lt.exports,Bt=function(){var e=this,t=e._self._c;return t("div",{staticClass:"main-content",style:{minHeight:"calc(100vh - 200px)",padding:"0px 5%",margin:"0 auto",color:"#666",background:"none",width:"calc(100% - 0px)",fontSize:"14px",height:"100%"}},[e.showFlag?[t("el-form",{staticClass:"center-form-pv",style:{padding:"20px 20px 0",boxShadow:"0 2px 3px 0px rgba(100,100,100,.05)",margin:"0 0 0px",borderColor:"#f6f6f6",display:"flex",justifyContent:"center",minHeight:"100px",overflow:"hidden",borderRadius:"4px 4px 0 0",flexWrap:"wrap",background:"#fff",borderWidth:"2px 2px 0",fontSize:"inherit",borderStyle:"solid"},attrs:{inline:!0,model:e.searchForm}},[t("el-row",{style:{padding:"0px",boxShadow:"0 0px 0px 0px rgba(115,108,203,.23)",margin:"0 0px 0px 0",borderRadius:"0px",alignItems:"center",background:"none",display:"flex",width:"auto",fontSize:"inherit",justifyContent:"flex-end",order:"2"}},[t("div",{style:{margin:"0 10px 0 0",fontSize:"inherit",display:"inline-block"}},[t("label",{staticClass:"item-label",style:{margin:"0 10px 0 0",color:"inherit",display:"inline-block",lineHeight:"34px",fontSize:"inherit",fontWeight:"500",height:"34px"}},[e._v("车辆型号")]),t("el-input",{attrs:{placeholder:"车辆型号",clearable:""},nativeOn:{keydown:function(t){return!t.type.indexOf("key")&&e._k(t.keyCode,"enter",13,t.key,"Enter")?null:e.search()}},model:{value:e.searchForm.cheliangxinghao,callback:function(t){e.$set(e.searchForm,"cheliangxinghao",t)},expression:"searchForm.cheliangxinghao"}})],1),t("el-button",{staticClass:"search",attrs:{type:"success"},on:{click:function(t){return e.search()}}},[t("span",{staticClass:"icon iconfont icon-chakan18",style:{margin:"0 2px",fontSize:"18px",color:"#00acc1",display:"inline-block",height:"auto"}}),e._v(" 查询 ")])],1),t("el-row",{staticClass:"actions",style:{boxShadow:"0 0px 0px 0px rgba(115,108,203,.23)",padding:"0 20px 0 0",margin:"0px 0 0px",color:"#333",alignItems:"center",textAlign:"left",display:"flex",borderRadius:"0px",flexWrap:"wrap",background:"none",flex:"1",width:"auto",fontSize:"inherit",order:"1"}},[e.isAuth("xubaotongzhi","新增")?t("el-button",{staticClass:"add",attrs:{type:"success"},on:{click:function(t){return e.addOrUpdateHandler()}}},[t("span",{staticClass:"icon iconfont icon-tianjia14",style:{margin:"0 2px",fontSize:"inherit",color:"inherit",display:"none"}}),e._v(" 新增 ")]):e._e(),e.isAuth("xubaotongzhi","删除")?t("el-button",{staticClass:"del",attrs:{disabled:!e.dataListSelections.length,type:"danger"},on:{click:function(t){return e.deleteHandler()}}},[t("span",{staticClass:"icon iconfont icon-shanchu9",style:{margin:"0 2px",fontSize:"inherit",color:"inherit",display:"none"}}),e._v(" 删除 ")]):e._e(),e.isAuth("xubaotongzhi","到期次数")?t("el-button",{staticClass:"btn18",attrs:{type:"success"},on:{click:function(t){return e.chartDialog1()}}},[t("span",{staticClass:"icon iconfont icon-a-fenxiang2",style:{margin:"0 2px",fontSize:"inherit",color:"inherit",display:"inline-block"}}),e._v(" 到期次数 ")]):e._e()],1)],1),t("div",{style:{padding:"20px",borderColor:"#f6f6f6",margin:"0 0 0px",borderRadius:"0 0 4px 4px",background:"rgba(255,255,255,1)",borderWidth:"0 2px 2px",width:"100%",borderStyle:"solid"}},[e.isAuth("xubaotongzhi","查看")?t("el-table",{directives:[{name:"loading",rawName:"v-loading",value:e.dataListLoading,expression:"dataListLoading"}],staticClass:"tables",style:{padding:"0",borderColor:"#eee",color:"inherit",borderRadius:"0px",borderWidth:"0px 0px 0 0px",background:"none",width:"100%",fontSize:"inherit",borderStyle:"solid"},attrs:{stripe:!1,border:!0,data:e.dataList},on:{"selection-change":e.selectionChangeHandler}},[t("el-table-column",{attrs:{resizable:!0,type:"selection",align:"center",width:"50"}}),t("el-table-column",{attrs:{resizable:!0,sortable:!0,label:"序号",type:"index",width:"50"}}),t("el-table-column",{attrs:{resizable:!0,sortable:!0,prop:"tongzhibiaoti",label:"通知标题"},scopedSlots:e._u([{key:"default",fn:function(t){return[e._v(" "+e._s(t.row.tongzhibiaoti)+" ")]}}],null,!1,493524588)}),t("el-table-column",{attrs:{resizable:!0,sortable:!0,prop:"chepaihao",label:"车牌号"},scopedSlots:e._u([{key:"default",fn:function(t){return[e._v(" "+e._s(t.row.chepaihao)+" ")]}}],null,!1,394100621)}),t("el-table-column",{attrs:{resizable:!0,sortable:!0,prop:"cheliangxinghao",label:"车辆型号"},scopedSlots:e._u([{key:"default",fn:function(t){return[e._v(" "+e._s(t.row.cheliangxinghao)+" ")]}}],null,!1,2617493600)}),t("el-table-column",{attrs:{resizable:!0,sortable:!0,prop:"tongzhiriqi",label:"通知日期"},scopedSlots:e._u([{key:"default",fn:function(t){return[e._v(" "+e._s(t.row.tongzhiriqi)+" ")]}}],null,!1,3582000759)}),t("el-table-column",{attrs:{resizable:!0,sortable:!0,prop:"zhanghao",label:"账号"},scopedSlots:e._u([{key:"default",fn:function(t){return[e._v(" "+e._s(t.row.zhanghao)+" ")]}}],null,!1,2757161441)}),t("el-table-column",{attrs:{resizable:!0,sortable:!0,prop:"xingming",label:"姓名"},scopedSlots:e._u([{key:"default",fn:function(t){return[e._v(" "+e._s(t.row.xingming)+" ")]}}],null,!1,1096791112)}),t("el-table-column",{attrs:{resizable:!0,sortable:!0,prop:"jiashizhenghao",label:"驾驶证号"},scopedSlots:e._u([{key:"default",fn:function(t){return[e._v(" "+e._s(t.row.jiashizhenghao)+" ")]}}],null,!1,1810102229)}),t("el-table-column",{attrs:{resizable:!0,sortable:!0,prop:"yuangongzhanghao",label:"员工账号"},scopedSlots:e._u([{key:"default",fn:function(t){return[e._v(" "+e._s(t.row.yuangongzhanghao)+" ")]}}],null,!1,3349271683)}),t("el-table-column",{attrs:{resizable:!0,sortable:!0,prop:"yuangongxingming",label:"员工姓名"},scopedSlots:e._u([{key:"default",fn:function(t){return[e._v(" "+e._s(t.row.yuangongxingming)+" ")]}}],null,!1,4268580138)}),t("el-table-column",{attrs:{width:"300",label:"操作"},scopedSlots:e._u([{key:"default",fn:function(a){return[e.isAuth("xubaotongzhi","查看")?t("el-button",{staticClass:"view",attrs:{type:"success"},on:{click:function(t){return e.addOrUpdateHandler(a.row.id,"info")}}},[t("span",{staticClass:"icon iconfont icon-chakan8",style:{margin:"0 0 0 4px",fontSize:"inherit",color:"inherit",display:"none",height:"auto"}}),e._v(" 详情 ")]):e._e(),e.isAuth("xubaotongzhi","修改")?t("el-button",{staticClass:"edit",attrs:{type:"success"},on:{click:function(t){return e.addOrUpdateHandler(a.row.id)}}},[t("span",{staticClass:"icon iconfont icon-xiugai19",style:{margin:"0 0 0 4px",fontSize:"inherit",color:"inherit",display:"none",height:"auto"}}),e._v(" 更改 ")]):e._e(),e.isAuth("xubaotongzhi","删除")?t("el-button",{staticClass:"del",attrs:{type:"primary"},on:{click:function(t){return e.deleteHandler(a.row.id)}}},[t("span",{staticClass:"icon iconfont icon-shanchu16",style:{margin:"0 0 0 4px",fontSize:"inherit",color:"inherit",display:"none",height:"auto"}}),e._v(" 移除 ")]):e._e()]}}],null,!1,2572431947)})],1):e._e()],1),t("el-pagination",{style:{border:"0px solid #dee2e6",padding:"10px 0",margin:"10px 0 0",whiteSpace:"nowrap",color:"inherit",textAlign:"center",background:"none",width:"100%",fontSize:"inherit",fontWeight:"500"},attrs:{"current-page":e.pageIndex,background:"","page-sizes":[10,50,100,200],"page-size":e.pageSize,layout:e.layouts.join(),total:e.totalPage,"prev-text":"上一页 ","next-text":"下一页 ","hide-on-single-page":!1},on:{"size-change":e.sizeChangeHandle,"current-change":e.currentChangeHandle}})]:e._e(),e.addOrUpdateFlag?t("add-or-update",{ref:"addOrUpdate",attrs:{parent:this}}):e._e(),t("el-dialog",{attrs:{visible:e.chartVisiable1,width:"800"},on:{"update:visible":function(t){e.chartVisiable1=t}}},[t("div",{staticStyle:{width:"100%",height:"600px"},attrs:{id:"chepaihaoChart1"}}),t("span",{staticClass:"dialog-footer",attrs:{slot:"footer"},slot:"footer"},[t("el-button",{on:{click:e.chartDialog1}},[e._v("返回")])],1)])],2)},Vt=[],Ht=(a("9d85"),a("b264"),{data:function(){return{searchForm:{key:""},form:{},dataList:[],pageIndex:1,pageSize:10,totalPage:0,dataListLoading:!1,dataListSelections:[],showFlag:!0,sfshVisiable:!1,shForm:{},chartVisiable:!1,chartVisiable1:!1,chartVisiable2:!1,chartVisiable3:!1,chartVisiable4:!1,chartVisiable5:!1,addOrUpdateFlag:!1,layouts:["prev","pager","next"]}},created:function(){this.init(),this.getDataList(),this.contentStyleChange()},mounted:function(){},filters:{htmlfilter:function(e){return e.replace(/<[^>]*>/g).replace(/undefined/g,"")}},computed:{tablename:function(){return this.$storage.get("sessionTable")}},components:{AddOrUpdate:vt},methods:{contentStyleChange:function(){this.contentPageStyleChange()},contentPageStyleChange:function(){},chartDialog1:function(){var e=this;this.chartVisiable1=!this.chartVisiable1,this.$nextTick((function(){var t=s["init"](document.getElementById("chepaihaoChart1"),"macarons");e.$http({url:"xubaotongzhi/group/chepaihao",method:"get"}).then((function(e){var a=e.data;if(a&&0===a.code){for(var i=a.data,n=[],o=[],r=[],s=0;s1?location.href.split(t.$base.name)[0]:"")+t.$base.name+"/file/download?fileName="+a,{headers:{token:t.$storage.get("Token")},responseType:"blob"}).then((function(e){var t=e.data,i=[];i.push(t);var n=window.URL.createObjectURL(new Blob(i,{type:"application/pdf;chartset=UTF-8"})),o=document.createElement("a");o.href=n,o.download=a,o.dispatchEvent(new MouseEvent("click",{bubbles:!0,cancelable:!0,view:window})),window.URL.revokeObjectURL(t)}))}))},preClick:function(e){if(!e)return!1;window.open(location.href.split(this.$base.name).length>1?location.href.split(this.$base.name)[0]+this.$base.name+"/"+e:this.$base.url+e)},xubaotongzhistatusChange:function(e,t){var a=this;0==t.status&&(t.passwordwrongnum=0),this.$http({url:"xubaotongzhi/update",method:"post",data:t}).then((function(e){1==t.status?a.$message.error("该用户已锁定"):a.$message.success("该用户已解除锁定")}))},deleteHandler:function(e){var t=this;return Object(r["a"])(Object(o["a"])().mark((function a(){var i;return Object(o["a"])().wrap((function(a){while(1)switch(a.prev=a.next){case 0:return i=e?[Number(e)]:t.dataListSelections.map((function(e){return Number(e.id)})),a.next=3,t.$confirm("确定进行[".concat(e?"删除":"批量删除","]操作?"),"提示",{confirmButtonText:"确定",cancelButtonText:"取消",type:"warning"}).then(Object(r["a"])(Object(o["a"])().mark((function e(){return Object(o["a"])().wrap((function(e){while(1)switch(e.prev=e.next){case 0:return e.next=2,t.$http({url:"xubaotongzhi/delete",method:"post",data:i}).then(function(){var e=Object(r["a"])(Object(o["a"])().mark((function e(a){var i;return Object(o["a"])().wrap((function(e){while(1)switch(e.prev=e.next){case 0:i=a.data,i&&0===i.code?t.$message({message:"操作成功",type:"success",duration:1500,onClose:function(){t.search()}}):t.$message.error(i.msg);case 2:case"end":return e.stop()}}),e)})));return function(t){return e.apply(this,arguments)}}());case 2:case"end":return e.stop()}}),e)}))));case 3:case"end":return a.stop()}}),a)})))()}}}),_t=Ht,It=(a("9233"),Object(m["a"])(_t,Bt,Vt,!1,null,"7ae699bc",null)),qt=It.exports,Ut=function(){var e=this,t=e._self._c;return t("div",{staticClass:"main-content",style:{minHeight:"calc(100vh - 200px)",padding:"0px 5%",margin:"0 auto",color:"#666",background:"none",width:"calc(100% - 0px)",fontSize:"14px",height:"100%"}},[e.showFlag?[t("el-form",{staticClass:"center-form-pv",style:{padding:"20px 20px 0",boxShadow:"0 2px 3px 0px rgba(100,100,100,.05)",margin:"0 0 0px",borderColor:"#f6f6f6",display:"flex",justifyContent:"center",minHeight:"100px",overflow:"hidden",borderRadius:"4px 4px 0 0",flexWrap:"wrap",background:"#fff",borderWidth:"2px 2px 0",fontSize:"inherit",borderStyle:"solid"},attrs:{inline:!0,model:e.searchForm}},[t("el-row",{style:{padding:"0px",boxShadow:"0 0px 0px 0px rgba(115,108,203,.23)",margin:"0 0px 0px 0",borderRadius:"0px",alignItems:"center",background:"none",display:"flex",width:"auto",fontSize:"inherit",justifyContent:"flex-end",order:"2"}},[t("div",{style:{margin:"0 10px 0 0",fontSize:"inherit",display:"inline-block"}},[t("label",{staticClass:"item-label",style:{margin:"0 10px 0 0",color:"inherit",display:"inline-block",lineHeight:"34px",fontSize:"inherit",fontWeight:"500",height:"34px"}},[e._v("员工账号")]),t("el-input",{attrs:{placeholder:"员工账号",clearable:""},nativeOn:{keydown:function(t){return!t.type.indexOf("key")&&e._k(t.keyCode,"enter",13,t.key,"Enter")?null:e.search()}},model:{value:e.searchForm.yuangongzhanghao,callback:function(t){e.$set(e.searchForm,"yuangongzhanghao",t)},expression:"searchForm.yuangongzhanghao"}})],1),t("div",{style:{margin:"0 10px 0 0",fontSize:"inherit",display:"inline-block"}},[t("label",{staticClass:"item-label",style:{margin:"0 10px 0 0",color:"inherit",display:"inline-block",lineHeight:"34px",fontSize:"inherit",fontWeight:"500",height:"34px"}},[e._v("员工姓名")]),t("el-input",{attrs:{placeholder:"员工姓名",clearable:""},nativeOn:{keydown:function(t){return!t.type.indexOf("key")&&e._k(t.keyCode,"enter",13,t.key,"Enter")?null:e.search()}},model:{value:e.searchForm.yuangongxingming,callback:function(t){e.$set(e.searchForm,"yuangongxingming",t)},expression:"searchForm.yuangongxingming"}})],1),t("div",{staticClass:"select",style:{margin:"0 10px 0 0",fontSize:"inherit",display:"inline-block"}},[t("label",{staticClass:"item-label",style:{margin:"0 10px 0 0",color:"inherit",display:"inline-block",lineHeight:"34px",fontSize:"inherit",fontWeight:"500",height:"34px"}},[e._v("是否通过")]),t("el-select",{attrs:{clearable:"",placeholder:"是否通过"},model:{value:e.searchForm.sfsh,callback:function(t){e.$set(e.searchForm,"sfsh",t)},expression:"searchForm.sfsh"}},e._l(e.sfshOptions,(function(e,a){return t("el-option",{key:a,attrs:{label:e,value:e}})})),1)],1),t("el-button",{staticClass:"search",attrs:{type:"success"},on:{click:function(t){return e.search()}}},[t("span",{staticClass:"icon iconfont icon-chakan18",style:{margin:"0 2px",fontSize:"18px",color:"#00acc1",display:"inline-block",height:"auto"}}),e._v(" 查询 ")])],1),t("el-row",{staticClass:"actions",style:{boxShadow:"0 0px 0px 0px rgba(115,108,203,.23)",padding:"0 20px 0 0",margin:"0px 0 0px",color:"#333",alignItems:"center",textAlign:"left",display:"flex",borderRadius:"0px",flexWrap:"wrap",background:"none",flex:"1",width:"auto",fontSize:"inherit",order:"1"}},[e.isAuth("gongzuorenyuan","新增")?t("el-button",{staticClass:"add",attrs:{type:"success"},on:{click:function(t){return e.addOrUpdateHandler()}}},[t("span",{staticClass:"icon iconfont icon-tianjia14",style:{margin:"0 2px",fontSize:"inherit",color:"inherit",display:"none"}}),e._v(" 新增 ")]):e._e(),e.isAuth("gongzuorenyuan","删除")?t("el-button",{staticClass:"del",attrs:{disabled:!e.dataListSelections.length,type:"danger"},on:{click:function(t){return e.deleteHandler()}}},[t("span",{staticClass:"icon iconfont icon-shanchu9",style:{margin:"0 2px",fontSize:"inherit",color:"inherit",display:"none"}}),e._v(" 删除 ")]):e._e(),e.isAuth("gongzuorenyuan","审核")?t("el-button",{staticClass:"btn18",attrs:{disabled:!e.dataListSelections.length,type:"success"},on:{click:function(t){return e.shBatchDialog()}}},[t("span",{staticClass:"icon iconfont icon-shenhe2",style:{margin:"0 2px",fontSize:"inherit",color:"inherit",display:"inline-block"}}),e._v(" 审核 ")]):e._e()],1)],1),t("div",{style:{padding:"20px",borderColor:"#f6f6f6",margin:"0 0 0px",borderRadius:"0 0 4px 4px",background:"rgba(255,255,255,1)",borderWidth:"0 2px 2px",width:"100%",borderStyle:"solid"}},[e.isAuth("gongzuorenyuan","查看")?t("el-table",{directives:[{name:"loading",rawName:"v-loading",value:e.dataListLoading,expression:"dataListLoading"}],staticClass:"tables",style:{padding:"0",borderColor:"#eee",color:"inherit",borderRadius:"0px",borderWidth:"0px 0px 0 0px",background:"none",width:"100%",fontSize:"inherit",borderStyle:"solid"},attrs:{stripe:!1,border:!0,data:e.dataList},on:{"selection-change":e.selectionChangeHandler}},[t("el-table-column",{attrs:{resizable:!0,type:"selection",align:"center",width:"50"}}),t("el-table-column",{attrs:{resizable:!0,sortable:!0,label:"序号",type:"index",width:"50"}}),t("el-table-column",{attrs:{resizable:!0,sortable:!0,prop:"yuangongzhanghao",label:"员工账号"},scopedSlots:e._u([{key:"default",fn:function(t){return[e._v(" "+e._s(t.row.yuangongzhanghao)+" ")]}}],null,!1,3349271683)}),t("el-table-column",{attrs:{resizable:!0,sortable:!0,prop:"yuangongxingming",label:"员工姓名"},scopedSlots:e._u([{key:"default",fn:function(t){return[e._v(" "+e._s(t.row.yuangongxingming)+" ")]}}],null,!1,4268580138)}),t("el-table-column",{attrs:{resizable:!0,sortable:!0,prop:"nianling",label:"年龄"},scopedSlots:e._u([{key:"default",fn:function(t){return[e._v(" "+e._s(t.row.nianling)+" ")]}}],null,!1,3648939193)}),t("el-table-column",{attrs:{resizable:!0,sortable:!0,prop:"xingbie",label:"性别"},scopedSlots:e._u([{key:"default",fn:function(t){return[e._v(" "+e._s(t.row.xingbie)+" ")]}}],null,!1,224366571)}),t("el-table-column",{attrs:{resizable:!0,sortable:!0,prop:"shouji",label:"手机"},scopedSlots:e._u([{key:"default",fn:function(t){return[e._v(" "+e._s(t.row.shouji)+" ")]}}],null,!1,1642124447)}),t("el-table-column",{attrs:{resizable:!0,sortable:!0,prop:"touxiang",width:"200",label:"头像"},scopedSlots:e._u([{key:"default",fn:function(a){return[a.row.touxiang?t("div",["http"==a.row.touxiang.substring(0,4)?t("img",{staticStyle:{"object-fit":"cover"},attrs:{src:a.row.touxiang.split(",")[0],width:"100",height:"100"}}):t("img",{staticStyle:{"object-fit":"cover"},attrs:{src:e.$base.url+a.row.touxiang.split(",")[0],width:"100",height:"100"}})]):t("div",[e._v("无图片")])]}}],null,!1,3010260696)}),t("el-table-column",{attrs:{resizable:!0,sortable:!0,prop:"shhf",label:"审核回复","show-overflow-tooltip":""},scopedSlots:e._u([{key:"default",fn:function(a){return[t("div",{staticStyle:{"white-space":"nowrap"}},[e._v(e._s(a.row.shhf))])]}}],null,!1,988886012)}),t("el-table-column",{attrs:{resizable:!0,sortable:!0,prop:"sfsh",label:"审核状态"},scopedSlots:e._u([{key:"default",fn:function(a){return["否"==a.row.sfsh?t("el-tag",{attrs:{type:"danger"}},[e._v("未通过")]):e._e(),"待审核"==a.row.sfsh?t("el-tag",{attrs:{type:"warning"}},[e._v("待审核")]):e._e(),"是"==a.row.sfsh?t("el-tag",{attrs:{type:"success"}},[e._v("通过")]):e._e()]}}],null,!1,3672577349)}),t("el-table-column",{attrs:{width:"300",label:"操作"},scopedSlots:e._u([{key:"default",fn:function(a){return[e.isAuth("gongzuorenyuan","查看")?t("el-button",{staticClass:"view",attrs:{type:"success"},on:{click:function(t){return e.addOrUpdateHandler(a.row.id,"info")}}},[t("span",{staticClass:"icon iconfont icon-chakan8",style:{margin:"0 0 0 4px",fontSize:"inherit",color:"inherit",display:"none",height:"auto"}}),e._v(" 详情 ")]):e._e(),e.isAuth("gongzuorenyuan","修改")&&"待审核"==a.row.sfsh?t("el-button",{staticClass:"edit",attrs:{type:"success"},on:{click:function(t){return e.addOrUpdateHandler(a.row.id)}}},[t("span",{staticClass:"icon iconfont icon-xiugai19",style:{margin:"0 0 0 4px",fontSize:"inherit",color:"inherit",display:"none",height:"auto"}}),e._v(" 更改 ")]):e._e(),e.isAuth("gongzuorenyuan","删除")?t("el-button",{staticClass:"del",attrs:{type:"primary"},on:{click:function(t){return e.deleteHandler(a.row.id)}}},[t("span",{staticClass:"icon iconfont icon-shanchu16",style:{margin:"0 0 0 4px",fontSize:"inherit",color:"inherit",display:"none",height:"auto"}}),e._v(" 移除 ")]):e._e()]}}],null,!1,3707776650)})],1):e._e()],1),t("el-pagination",{style:{border:"0px solid #dee2e6",padding:"10px 0",margin:"10px 0 0",whiteSpace:"nowrap",color:"inherit",textAlign:"center",background:"none",width:"100%",fontSize:"inherit",fontWeight:"500"},attrs:{"current-page":e.pageIndex,background:"","page-sizes":[10,50,100,200],"page-size":e.pageSize,layout:e.layouts.join(),total:e.totalPage,"prev-text":"上一页 ","next-text":"下一页 ","hide-on-single-page":!1},on:{"size-change":e.sizeChangeHandle,"current-change":e.currentChangeHandle}})]:e._e(),e.addOrUpdateFlag?t("add-or-update",{ref:"addOrUpdate",attrs:{parent:this}}):e._e(),t("el-dialog",{attrs:{title:this.batchIds.length>1?"批量审核":"审核",visible:e.sfshBatchVisiable,width:"50%"},on:{"update:visible":function(t){e.sfshBatchVisiable=t}}},[t("el-form",{ref:"form",attrs:{model:e.form,"label-width":"80px"}},[t("el-form-item",{attrs:{label:"审核状态"}},[t("el-select",{attrs:{placeholder:"审核状态"},model:{value:e.shBatchForm.sfsh,callback:function(t){e.$set(e.shBatchForm,"sfsh",t)},expression:"shBatchForm.sfsh"}},[t("el-option",{attrs:{label:"通过",value:"是"}}),t("el-option",{attrs:{label:"不通过",value:"否"}}),t("el-option",{attrs:{label:"待审核",value:"待审核"}})],1)],1),t("el-form-item",{attrs:{label:"内容"}},[t("el-input",{attrs:{type:"textarea",rows:8},model:{value:e.shBatchForm.shhf,callback:function(t){e.$set(e.shBatchForm,"shhf",t)},expression:"shBatchForm.shhf"}})],1)],1),t("span",{staticClass:"dialog-footer",attrs:{slot:"footer"},slot:"footer"},[t("el-button",{on:{click:function(t){e.sfshBatchVisiable=!1}}},[e._v("取 消")]),t("el-button",{attrs:{type:"primary"},on:{click:e.shBatchHandler}},[e._v("确 定")])],1)],1)],2)},Rt=[],Jt=function(){var e=this,t=e._self._c;return t("div",{staticClass:"addEdit-block",style:{minHeight:"calc(100vh - 200px)",padding:"0px 0 30px",margin:"0 auto",color:"#8e99a2",background:"none",width:"calc(100% - 0px)",fontSize:"14px",height:"100%"}},[t("el-form",{ref:"ruleForm",staticClass:"add-update-preview",style:{padding:"30px 5%",borderColor:"#f6f6f6",alignItems:"flex-start",borderRadius:"4px",flexWrap:"wrap",background:"rgba(255,255,255,.9)",borderWidth:"2px",display:"flex",fontSize:"inherit",borderStyle:"solid"},attrs:{model:e.ruleForm,rules:e.rules,"label-width":"200px"}},[["info"!=e.type?t("el-form-item",{staticClass:"input",style:{padding:"2px 0",margin:"0 auto 20px",color:"inherit",borderRadius:"4px",background:"none",width:"100%",fontSize:"inherit"},attrs:{label:"员工账号",prop:"yuangongzhanghao"}},[t("el-input",{attrs:{placeholder:"员工账号",clearable:"",readonly:e.ro.yuangongzhanghao},model:{value:e.ruleForm.yuangongzhanghao,callback:function(t){e.$set(e.ruleForm,"yuangongzhanghao",t)},expression:"ruleForm.yuangongzhanghao"}})],1):t("el-form-item",{staticClass:"input",style:{padding:"2px 0",margin:"0 auto 20px",color:"inherit",borderRadius:"4px",background:"none",width:"100%",fontSize:"inherit"},attrs:{label:"员工账号",prop:"yuangongzhanghao"}},[t("el-input",{attrs:{placeholder:"员工账号",readonly:""},model:{value:e.ruleForm.yuangongzhanghao,callback:function(t){e.$set(e.ruleForm,"yuangongzhanghao",t)},expression:"ruleForm.yuangongzhanghao"}})],1),"info"!=e.type?t("el-form-item",{staticClass:"input",style:{padding:"2px 0",margin:"0 auto 20px",color:"inherit",borderRadius:"4px",background:"none",width:"100%",fontSize:"inherit"},attrs:{label:"密码",prop:"mima"}},[t("el-input",{attrs:{placeholder:"密码",clearable:"",readonly:e.ro.mima},model:{value:e.ruleForm.mima,callback:function(t){e.$set(e.ruleForm,"mima",t)},expression:"ruleForm.mima"}})],1):t("el-form-item",{staticClass:"input",style:{padding:"2px 0",margin:"0 auto 20px",color:"inherit",borderRadius:"4px",background:"none",width:"100%",fontSize:"inherit"},attrs:{label:"密码",prop:"mima"}},[t("el-input",{attrs:{placeholder:"密码",readonly:""},model:{value:e.ruleForm.mima,callback:function(t){e.$set(e.ruleForm,"mima",t)},expression:"ruleForm.mima"}})],1),"info"!=e.type?t("el-form-item",{staticClass:"input",style:{padding:"2px 0",margin:"0 auto 20px",color:"inherit",borderRadius:"4px",background:"none",width:"100%",fontSize:"inherit"},attrs:{label:"员工姓名",prop:"yuangongxingming"}},[t("el-input",{attrs:{placeholder:"员工姓名",clearable:"",readonly:e.ro.yuangongxingming},model:{value:e.ruleForm.yuangongxingming,callback:function(t){e.$set(e.ruleForm,"yuangongxingming",t)},expression:"ruleForm.yuangongxingming"}})],1):t("el-form-item",{staticClass:"input",style:{padding:"2px 0",margin:"0 auto 20px",color:"inherit",borderRadius:"4px",background:"none",width:"100%",fontSize:"inherit"},attrs:{label:"员工姓名",prop:"yuangongxingming"}},[t("el-input",{attrs:{placeholder:"员工姓名",readonly:""},model:{value:e.ruleForm.yuangongxingming,callback:function(t){e.$set(e.ruleForm,"yuangongxingming",t)},expression:"ruleForm.yuangongxingming"}})],1),"info"!=e.type?t("el-form-item",{staticClass:"input",style:{padding:"2px 0",margin:"0 auto 20px",color:"inherit",borderRadius:"4px",background:"none",width:"100%",fontSize:"inherit"},attrs:{label:"年龄",prop:"nianling"}},[t("el-input",{attrs:{placeholder:"年龄",clearable:"",readonly:e.ro.nianling},model:{value:e.ruleForm.nianling,callback:function(t){e.$set(e.ruleForm,"nianling",e._n(t))},expression:"ruleForm.nianling"}})],1):t("el-form-item",{staticClass:"input",style:{padding:"2px 0",margin:"0 auto 20px",color:"inherit",borderRadius:"4px",background:"none",width:"100%",fontSize:"inherit"},attrs:{label:"年龄",prop:"nianling"}},[t("el-input",{attrs:{placeholder:"年龄",readonly:""},model:{value:e.ruleForm.nianling,callback:function(t){e.$set(e.ruleForm,"nianling",t)},expression:"ruleForm.nianling"}})],1),"info"!=e.type?t("el-form-item",{staticClass:"select",style:{padding:"2px 0",margin:"0 auto 20px",color:"inherit",borderRadius:"4px",background:"none",width:"100%",fontSize:"inherit"},attrs:{label:"性别",prop:"xingbie"}},[t("el-select",{attrs:{disabled:e.ro.xingbie,placeholder:"请选择性别"},model:{value:e.ruleForm.xingbie,callback:function(t){e.$set(e.ruleForm,"xingbie",t)},expression:"ruleForm.xingbie"}},e._l(e.xingbieOptions,(function(e,a){return t("el-option",{key:a,attrs:{label:e,value:e}})})),1)],1):t("el-form-item",{staticClass:"input",style:{padding:"2px 0",margin:"0 auto 20px",color:"inherit",borderRadius:"4px",background:"none",width:"100%",fontSize:"inherit"},attrs:{label:"性别",prop:"xingbie"}},[t("el-input",{attrs:{placeholder:"性别",readonly:""},model:{value:e.ruleForm.xingbie,callback:function(t){e.$set(e.ruleForm,"xingbie",t)},expression:"ruleForm.xingbie"}})],1),"info"!=e.type?t("el-form-item",{staticClass:"input",style:{padding:"2px 0",margin:"0 auto 20px",color:"inherit",borderRadius:"4px",background:"none",width:"100%",fontSize:"inherit"},attrs:{label:"手机",prop:"shouji"}},[t("el-input",{attrs:{placeholder:"手机",clearable:"",readonly:e.ro.shouji},model:{value:e.ruleForm.shouji,callback:function(t){e.$set(e.ruleForm,"shouji",t)},expression:"ruleForm.shouji"}})],1):t("el-form-item",{staticClass:"input",style:{padding:"2px 0",margin:"0 auto 20px",color:"inherit",borderRadius:"4px",background:"none",width:"100%",fontSize:"inherit"},attrs:{label:"手机",prop:"shouji"}},[t("el-input",{attrs:{placeholder:"手机",readonly:""},model:{value:e.ruleForm.shouji,callback:function(t){e.$set(e.ruleForm,"shouji",t)},expression:"ruleForm.shouji"}})],1),"info"==e.type||e.ro.touxiang?e.ruleForm.touxiang?t("el-form-item",{staticClass:"upload",style:{padding:"2px 0",margin:"0 auto 20px",color:"inherit",borderRadius:"4px",background:"none",width:"100%",fontSize:"inherit"},attrs:{label:"头像",prop:"touxiang"}},["http"==e.ruleForm.touxiang.substring(0,4)?t("img",{key:e.index,staticClass:"upload-img",staticStyle:{"margin-right":"20px"},attrs:{src:e.ruleForm.touxiang.split(",")[0],width:"100",height:"100"}}):e._l(e.ruleForm.touxiang.split(","),(function(a,i){return t("img",{key:i,staticClass:"upload-img",staticStyle:{"margin-right":"20px"},attrs:{src:e.$base.url+a,width:"100",height:"100"}})}))],2):e._e():t("el-form-item",{staticClass:"upload",style:{padding:"2px 0",margin:"0 auto 20px",color:"inherit",borderRadius:"4px",background:"none",width:"100%",fontSize:"inherit"},attrs:{label:"头像",prop:"touxiang"}},[t("file-upload",{attrs:{tip:"点击上传头像",action:"file/upload",limit:3,multiple:!0,fileUrls:e.ruleForm.touxiang?e.ruleForm.touxiang:""},on:{change:e.touxiangUploadChange}})],1)],t("el-form-item",{staticClass:"btn",style:{padding:"0",margin:"30px auto",alignItems:"center",textAlign:"center",background:"none",display:"flex",width:"60%",fontSize:"18px"}},["info"!=e.type?t("el-button",{staticClass:"btn3",attrs:{type:"success"},on:{click:e.onSubmit}},[t("span",{staticClass:"icon iconfont icon-tijiao16",style:{margin:"0 2px",fontSize:"inherit",color:"inherit",display:"none"}}),e._v(" 确定 ")]):e._e(),"info"!=e.type?t("el-button",{staticClass:"btn4",attrs:{type:"success"},on:{click:function(t){return e.back()}}},[t("span",{staticClass:"icon iconfont icon-quxiao09",style:{margin:"0 2px",fontSize:"inherit",color:"inherit",display:"none"}}),e._v(" 取消 ")]):e._e(),"info"==e.type?t("el-button",{staticClass:"btn5",attrs:{type:"success"},on:{click:function(t){return e.back()}}},[t("span",{staticClass:"icon iconfont icon-fanhui01",style:{margin:"0 2px",fontSize:"inherit",color:"inherit",display:"none"}}),e._v(" 返回 ")]):e._e()],1)],2)],1)},Et=[],Tt={data:function(){var e=function(e,t,a){t?Object(h["isMobile"])(t)?a():a(new Error("请输入正确的手机号码")):a()},t=function(e,t,a){t?Object(h["isIntNumer"])(t)?a():a(new Error("请输入整数")):a()};return{id:"",type:"",ro:{yuangongzhanghao:!1,mima:!1,yuangongxingming:!1,nianling:!1,xingbie:!1,shouji:!1,touxiang:!1,sfsh:!1,shhf:!1},ruleForm:{yuangongzhanghao:"",mima:"",yuangongxingming:"",nianling:"",xingbie:"",shouji:"",touxiang:"",shhf:""},xingbieOptions:[],rules:{yuangongzhanghao:[{required:!0,message:"员工账号不能为空",trigger:"blur"}],mima:[{required:!0,message:"密码不能为空",trigger:"blur"}],yuangongxingming:[{required:!0,message:"员工姓名不能为空",trigger:"blur"}],nianling:[{validator:t,trigger:"blur"}],xingbie:[],shouji:[{validator:e,trigger:"blur"}],touxiang:[],sfsh:[],shhf:[]}}},props:["parent"],computed:{},components:{},created:function(){},methods:{download:function(e){window.open("".concat(e))},init:function(e,t){var a=this;if(e&&(this.id=e,this.type=t),"info"==this.type||"else"==this.type)this.info(e);else if("logistics"==this.type)this.logistics=!1,this.info(e);else if("cross"==this.type){var i=this.$storage.getObj("crossObj");for(var n in i)"yuangongzhanghao"!=n?"mima"!=n?"yuangongxingming"!=n?"nianling"!=n?"xingbie"!=n?"shouji"!=n?"touxiang"!=n||(this.ruleForm.touxiang=i[n],this.ro.touxiang=!0):(this.ruleForm.shouji=i[n],this.ro.shouji=!0):(this.ruleForm.xingbie=i[n],this.ro.xingbie=!0):(this.ruleForm.nianling=i[n],this.ro.nianling=!0):(this.ruleForm.yuangongxingming=i[n],this.ro.yuangongxingming=!0):(this.ruleForm.mima=i[n],this.ro.mima=!0):(this.ruleForm.yuangongzhanghao=i[n],this.ro.yuangongzhanghao=!0)}this.$http({url:"".concat(this.$storage.get("sessionTable"),"/session"),method:"get"}).then((function(e){var t=e.data;if(t&&0===t.code)t.data;else a.$message.error(t.msg)})),this.xingbieOptions="男,女".split(",")},info:function(e){var t=this;this.$http({url:"gongzuorenyuan/info/".concat(e),method:"get"}).then((function(e){var a=e.data;if(a&&0===a.code){t.ruleForm=a.data;new RegExp("../../../upload","g")}else t.$message.error(a.msg)}))},onSubmit:function(){var e=this;null!=this.ruleForm.touxiang&&(this.ruleForm.touxiang=this.ruleForm.touxiang.replace(new RegExp(this.$base.url,"g"),""));var t,a,i;this.$storage.getObj("crossObj");if("cross"==this.type){var n=this.$storage.get("statusColumnName"),o=this.$storage.get("statusColumnValue");if(""!=n){var r=this.$storage.getObj("crossObj");if(n&&!n.startsWith("[")){for(var s in r)s==n&&(r[s]=o);var l=this.$storage.get("crossTable");this.$http({url:"".concat(l,"/update"),method:"post",data:r}).then((function(e){e.data}))}else t=this.$storage.get("userid"),a=r["id"],i=this.$storage.get("statusColumnName"),i=i.replace(/\[/,"").replace(/\]/,"")}}this.$refs["ruleForm"].validate((function(n){if(n)if(a&&t){e.ruleForm.crossuserid=t,e.ruleForm.crossrefid=a;var o={page:1,limit:10,crossuserid:e.ruleForm.crossuserid,crossrefid:e.ruleForm.crossrefid};e.$http({url:"gongzuorenyuan/page",method:"get",params:o}).then((function(t){var a=t.data;if(a&&0===a.code){if(a.data.total>=i)return e.$message.error(e.$storage.get("tips")),!1;e.$http({url:"gongzuorenyuan/".concat(e.ruleForm.id?"update":"save"),method:"post",data:e.ruleForm}).then((function(t){var a=t.data;a&&0===a.code?e.$message({message:"操作成功",type:"success",duration:1500,onClose:function(){e.parent.showFlag=!0,e.parent.addOrUpdateFlag=!1,e.parent.gongzuorenyuanCrossAddOrUpdateFlag=!1,e.parent.search(),e.parent.contentStyleChange()}}):e.$message.error(a.msg)}))}}))}else e.$http({url:"gongzuorenyuan/".concat(e.ruleForm.id?"update":"save"),method:"post",data:e.ruleForm}).then((function(t){var a=t.data;a&&0===a.code?e.$message({message:"操作成功",type:"success",duration:1500,onClose:function(){e.parent.showFlag=!0,e.parent.addOrUpdateFlag=!1,e.parent.gongzuorenyuanCrossAddOrUpdateFlag=!1,e.parent.search(),e.parent.contentStyleChange()}}):e.$message.error(a.msg)}))}))},getUUID:function(){return(new Date).getTime()},back:function(){this.parent.showFlag=!0,this.parent.addOrUpdateFlag=!1,this.parent.gongzuorenyuanCrossAddOrUpdateFlag=!1,this.parent.contentStyleChange()},touxiangUploadChange:function(e){this.ruleForm.touxiang=e}}},$t=Tt,Dt=(a("320b"),Object(m["a"])($t,Jt,Et,!1,null,"1c319c2e",null)),Zt=Dt.exports,Pt={data:function(){return{searchForm:{key:""},form:{},sfshOptions:[],dataList:[],pageIndex:1,pageSize:10,totalPage:0,dataListLoading:!1,dataListSelections:[],showFlag:!0,sfshVisiable:!1,shForm:{},sfshBatchVisiable:!1,shBatchForm:{sfsh:"",shhf:""},batchIds:[],chartVisiable:!1,chartVisiable1:!1,chartVisiable2:!1,chartVisiable3:!1,chartVisiable4:!1,chartVisiable5:!1,addOrUpdateFlag:!1,layouts:["prev","pager","next"]}},created:function(){this.init(),this.getDataList(),this.contentStyleChange()},mounted:function(){},filters:{htmlfilter:function(e){return e.replace(/<[^>]*>/g).replace(/undefined/g,"")}},computed:{tablename:function(){return this.$storage.get("sessionTable")}},components:{AddOrUpdate:Zt},methods:{contentStyleChange:function(){this.contentPageStyleChange()},contentPageStyleChange:function(){},init:function(){this.sfshOptions="是,否,待审核".split(",")},search:function(){this.pageIndex=1,this.getDataList()},getDataList:function(){var e=this;this.dataListLoading=!0;var t={page:this.pageIndex,limit:this.pageSize,sort:"id",order:"desc"};""!=this.searchForm.yuangongzhanghao&&void 0!=this.searchForm.yuangongzhanghao&&(t["yuangongzhanghao"]="%"+this.searchForm.yuangongzhanghao+"%"),""!=this.searchForm.yuangongxingming&&void 0!=this.searchForm.yuangongxingming&&(t["yuangongxingming"]="%"+this.searchForm.yuangongxingming+"%"),""!=this.searchForm.sfsh&&void 0!=this.searchForm.sfsh&&(t["sfsh"]=this.searchForm.sfsh);var a=JSON.parse(this.$storage.getObj("userForm"));console.log(a),this.$http({url:"gongzuorenyuan/page",method:"get",params:t}).then((function(t){var a=t.data;a&&0===a.code?(e.dataList=a.data.list,e.totalPage=a.data.total):(e.dataList=[],e.totalPage=0),e.dataListLoading=!1}))},sizeChangeHandle:function(e){this.pageSize=e,this.pageIndex=1,this.getDataList()},currentChangeHandle:function(e){this.pageIndex=e,this.getDataList()},selectionChangeHandler:function(e){this.dataListSelections=e},addOrUpdateHandler:function(e,t){var a=this;this.showFlag=!1,this.addOrUpdateFlag=!0,this.crossAddOrUpdateFlag=!1,"info"!=t&&(t="else"),this.$nextTick((function(){a.$refs.addOrUpdate.init(e,t)}))},shBatchDialog:function(){for(var e in this.dataListSelections){if(this.dataListSelections[e].sfsh&&"待审核"!=this.dataListSelections[e].sfsh)return this.$message.error("存在已审核数据,不能批量审核"),this.batchIds=[],!1;this.batchIds.push(this.dataListSelections[e].id)}this.sfshBatchVisiable=!0},shBatchHandler:function(){var e=this;this.$confirm("是否".concat(this.batchIds.length>1?"一键审核":"审核","选中数据?"),"提示",{confirmButtonText:"确定",cancelButtonText:"取消",type:"warning"}).then((function(){e.$http({url:"gongzuorenyuan/shBatch?sfsh="+e.shBatchForm.sfsh+"&shhf="+e.shBatchForm.shhf,method:"post",data:e.batchIds}).then((function(t){var a=t.data;a&&0===a.code?e.$message({message:"操作成功",type:"success",duration:1500,onClose:function(){e.getDataList(),e.sfshBatchVisiable=!1,e.batchIds=[]}}):e.$message.error(a.msg)}))}))},download:function(e){var t=this,a=e.replace(new RegExp("upload/","g"),"");c.a.get(this.$base.url+"file/download?fileName="+a,{headers:{token:this.$storage.get("Token")},responseType:"blob"}).then((function(e){var t=e.data,i=[];i.push(t);var n=window.URL.createObjectURL(new Blob(i,{type:"application/pdf;chartset=UTF-8"})),o=document.createElement("a");o.href=n,o.download=a,o.dispatchEvent(new MouseEvent("click",{bubbles:!0,cancelable:!0,view:window})),window.URL.revokeObjectURL(t)}),(function(e){c.a.get((location.href.split(t.$base.name).length>1?location.href.split(t.$base.name)[0]:"")+t.$base.name+"/file/download?fileName="+a,{headers:{token:t.$storage.get("Token")},responseType:"blob"}).then((function(e){var t=e.data,i=[];i.push(t);var n=window.URL.createObjectURL(new Blob(i,{type:"application/pdf;chartset=UTF-8"})),o=document.createElement("a");o.href=n,o.download=a,o.dispatchEvent(new MouseEvent("click",{bubbles:!0,cancelable:!0,view:window})),window.URL.revokeObjectURL(t)}))}))},preClick:function(e){if(!e)return!1;window.open(location.href.split(this.$base.name).length>1?location.href.split(this.$base.name)[0]+this.$base.name+"/"+e:this.$base.url+e)},gongzuorenyuanstatusChange:function(e,t){var a=this;0==t.status&&(t.passwordwrongnum=0),this.$http({url:"gongzuorenyuan/update",method:"post",data:t}).then((function(e){1==t.status?a.$message.error("该用户已锁定"):a.$message.success("该用户已解除锁定")}))},deleteHandler:function(e){var t=this;return Object(r["a"])(Object(o["a"])().mark((function a(){var i;return Object(o["a"])().wrap((function(a){while(1)switch(a.prev=a.next){case 0:return i=e?[Number(e)]:t.dataListSelections.map((function(e){return Number(e.id)})),a.next=3,t.$confirm("确定进行[".concat(e?"删除":"批量删除","]操作?"),"提示",{confirmButtonText:"确定",cancelButtonText:"取消",type:"warning"}).then(Object(r["a"])(Object(o["a"])().mark((function e(){return Object(o["a"])().wrap((function(e){while(1)switch(e.prev=e.next){case 0:return e.next=2,t.$http({url:"gongzuorenyuan/delete",method:"post",data:i}).then(function(){var e=Object(r["a"])(Object(o["a"])().mark((function e(a){var i;return Object(o["a"])().wrap((function(e){while(1)switch(e.prev=e.next){case 0:i=a.data,i&&0===i.code?t.$message({message:"操作成功",type:"success",duration:1500,onClose:function(){t.search()}}):t.$message.error(i.msg);case 2:case"end":return e.stop()}}),e)})));return function(t){return e.apply(this,arguments)}}());case 2:case"end":return e.stop()}}),e)}))));case 3:case"end":return a.stop()}}),a)})))()}}},Wt=Pt,Qt=(a("cfa1"),Object(m["a"])(Wt,Ut,Rt,!1,null,"3499156a",null)),Nt=Qt.exports,Yt=function(){var e=this,t=e._self._c;return t("div",{staticClass:"main-content",style:{minHeight:"calc(100vh - 200px)",padding:"0px 5%",margin:"0 auto",color:"#666",background:"none",width:"calc(100% - 0px)",fontSize:"14px",height:"100%"}},[e.showFlag?[t("el-form",{staticClass:"center-form-pv",style:{padding:"20px 20px 0",boxShadow:"0 2px 3px 0px rgba(100,100,100,.05)",margin:"0 0 0px",borderColor:"#f6f6f6",display:"flex",justifyContent:"center",minHeight:"100px",overflow:"hidden",borderRadius:"4px 4px 0 0",flexWrap:"wrap",background:"#fff",borderWidth:"2px 2px 0",fontSize:"inherit",borderStyle:"solid"},attrs:{inline:!0,model:e.searchForm}},[t("el-row",{style:{padding:"0px",boxShadow:"0 0px 0px 0px rgba(115,108,203,.23)",margin:"0 0px 0px 0",borderRadius:"0px",alignItems:"center",background:"none",display:"flex",width:"auto",fontSize:"inherit",justifyContent:"flex-end",order:"2"}},[t("div",{style:{margin:"0 10px 0 0",fontSize:"inherit",display:"inline-block"}},[t("label",{staticClass:"item-label",style:{margin:"0 10px 0 0",color:"inherit",display:"inline-block",lineHeight:"34px",fontSize:"inherit",fontWeight:"500",height:"34px"}},[e._v("车辆型号")]),t("el-input",{attrs:{placeholder:"车辆型号",clearable:""},nativeOn:{keydown:function(t){return!t.type.indexOf("key")&&e._k(t.keyCode,"enter",13,t.key,"Enter")?null:e.search()}},model:{value:e.searchForm.cheliangxinghao,callback:function(t){e.$set(e.searchForm,"cheliangxinghao",t)},expression:"searchForm.cheliangxinghao"}})],1),t("el-button",{staticClass:"search",attrs:{type:"success"},on:{click:function(t){return e.search()}}},[t("span",{staticClass:"icon iconfont icon-chakan18",style:{margin:"0 2px",fontSize:"18px",color:"#00acc1",display:"inline-block",height:"auto"}}),e._v(" 查询 ")])],1),t("el-row",{staticClass:"actions",style:{boxShadow:"0 0px 0px 0px rgba(115,108,203,.23)",padding:"0 20px 0 0",margin:"0px 0 0px",color:"#333",alignItems:"center",textAlign:"left",display:"flex",borderRadius:"0px",flexWrap:"wrap",background:"none",flex:"1",width:"auto",fontSize:"inherit",order:"1"}},[e.isAuth("shigujilu","新增")?t("el-button",{staticClass:"add",attrs:{type:"success"},on:{click:function(t){return e.addOrUpdateHandler()}}},[t("span",{staticClass:"icon iconfont icon-tianjia14",style:{margin:"0 2px",fontSize:"inherit",color:"inherit",display:"none"}}),e._v(" 新增 ")]):e._e(),e.isAuth("shigujilu","删除")?t("el-button",{staticClass:"del",attrs:{disabled:!e.dataListSelections.length,type:"danger"},on:{click:function(t){return e.deleteHandler()}}},[t("span",{staticClass:"icon iconfont icon-shanchu9",style:{margin:"0 2px",fontSize:"inherit",color:"inherit",display:"none"}}),e._v(" 删除 ")]):e._e(),e.isAuth("shigujilu","事故次数")?t("el-button",{staticClass:"btn18",attrs:{type:"success"},on:{click:function(t){return e.chartDialog1()}}},[t("span",{staticClass:"icon iconfont icon-a-fenxiang2",style:{margin:"0 2px",fontSize:"inherit",color:"inherit",display:"inline-block"}}),e._v(" 事故次数 ")]):e._e()],1)],1),t("div",{style:{padding:"20px",borderColor:"#f6f6f6",margin:"0 0 0px",borderRadius:"0 0 4px 4px",background:"rgba(255,255,255,1)",borderWidth:"0 2px 2px",width:"100%",borderStyle:"solid"}},[e.isAuth("shigujilu","查看")?t("el-table",{directives:[{name:"loading",rawName:"v-loading",value:e.dataListLoading,expression:"dataListLoading"}],staticClass:"tables",style:{padding:"0",borderColor:"#eee",color:"inherit",borderRadius:"0px",borderWidth:"0px 0px 0 0px",background:"none",width:"100%",fontSize:"inherit",borderStyle:"solid"},attrs:{stripe:!1,border:!0,data:e.dataList},on:{"selection-change":e.selectionChangeHandler}},[t("el-table-column",{attrs:{resizable:!0,type:"selection",align:"center",width:"50"}}),t("el-table-column",{attrs:{resizable:!0,sortable:!0,label:"序号",type:"index",width:"50"}}),t("el-table-column",{attrs:{resizable:!0,sortable:!0,prop:"jilubianhao",label:"记录编号"},scopedSlots:e._u([{key:"default",fn:function(t){return[e._v(" "+e._s(t.row.jilubianhao)+" ")]}}],null,!1,2414914309)}),t("el-table-column",{attrs:{resizable:!0,sortable:!0,prop:"chepaihao",label:"车牌号"},scopedSlots:e._u([{key:"default",fn:function(t){return[e._v(" "+e._s(t.row.chepaihao)+" ")]}}],null,!1,394100621)}),t("el-table-column",{attrs:{resizable:!0,sortable:!0,prop:"cheliangxinghao",label:"车辆型号"},scopedSlots:e._u([{key:"default",fn:function(t){return[e._v(" "+e._s(t.row.cheliangxinghao)+" ")]}}],null,!1,2617493600)}),t("el-table-column",{attrs:{resizable:!0,sortable:!0,prop:"fadongjihao",label:"发动机号"},scopedSlots:e._u([{key:"default",fn:function(t){return[e._v(" "+e._s(t.row.fadongjihao)+" ")]}}],null,!1,390983741)}),t("el-table-column",{attrs:{resizable:!0,sortable:!0,prop:"chejiahao",label:"车架号"},scopedSlots:e._u([{key:"default",fn:function(t){return[e._v(" "+e._s(t.row.chejiahao)+" ")]}}],null,!1,1114410583)}),t("el-table-column",{attrs:{resizable:!0,sortable:!0,prop:"shigudidian",label:"事故地点"},scopedSlots:e._u([{key:"default",fn:function(t){return[e._v(" "+e._s(t.row.shigudidian)+" ")]}}],null,!1,78272210)}),t("el-table-column",{attrs:{resizable:!0,sortable:!0,prop:"shiguzerenfang",label:"事故责任方"},scopedSlots:e._u([{key:"default",fn:function(t){return[e._v(" "+e._s(t.row.shiguzerenfang)+" ")]}}],null,!1,900172277)}),t("el-table-column",{attrs:{resizable:!0,sortable:!0,prop:"shiguzhaopian",width:"200",label:"事故照片"},scopedSlots:e._u([{key:"default",fn:function(a){return[a.row.shiguzhaopian?t("div",["http"==a.row.shiguzhaopian.substring(0,4)?t("img",{staticStyle:{"object-fit":"cover"},attrs:{src:a.row.shiguzhaopian.split(",")[0],width:"100",height:"100"}}):t("img",{staticStyle:{"object-fit":"cover"},attrs:{src:e.$base.url+a.row.shiguzhaopian.split(",")[0],width:"100",height:"100"}})]):t("div",[e._v("无图片")])]}}],null,!1,3423367448)}),t("el-table-column",{attrs:{resizable:!0,sortable:!0,prop:"zhengmingcailiao",label:"证明材料"},scopedSlots:e._u([{key:"default",fn:function(a){return[a.row.zhengmingcailiao?t("el-button",{attrs:{type:"text",size:"small"},on:{click:function(t){return e.download(a.row.zhengmingcailiao)}}},[e._v("下载")]):t("span",[e._v("无")])]}}],null,!1,2106345958)}),t("el-table-column",{attrs:{resizable:!0,sortable:!0,prop:"shiguriqi",label:"事故日期"},scopedSlots:e._u([{key:"default",fn:function(t){return[e._v(" "+e._s(t.row.shiguriqi)+" ")]}}],null,!1,458830814)}),t("el-table-column",{attrs:{resizable:!0,sortable:!0,prop:"zhanghao",label:"账号"},scopedSlots:e._u([{key:"default",fn:function(t){return[e._v(" "+e._s(t.row.zhanghao)+" ")]}}],null,!1,2757161441)}),t("el-table-column",{attrs:{resizable:!0,sortable:!0,prop:"xingming",label:"姓名"},scopedSlots:e._u([{key:"default",fn:function(t){return[e._v(" "+e._s(t.row.xingming)+" ")]}}],null,!1,1096791112)}),t("el-table-column",{attrs:{resizable:!0,sortable:!0,prop:"jiashizhenghao",label:"驾驶证号"},scopedSlots:e._u([{key:"default",fn:function(t){return[e._v(" "+e._s(t.row.jiashizhenghao)+" ")]}}],null,!1,1810102229)}),t("el-table-column",{attrs:{resizable:!0,sortable:!0,prop:"yuangongzhanghao",label:"员工账号"},scopedSlots:e._u([{key:"default",fn:function(t){return[e._v(" "+e._s(t.row.yuangongzhanghao)+" ")]}}],null,!1,3349271683)}),t("el-table-column",{attrs:{resizable:!0,sortable:!0,prop:"yuangongxingming",label:"员工姓名"},scopedSlots:e._u([{key:"default",fn:function(t){return[e._v(" "+e._s(t.row.yuangongxingming)+" ")]}}],null,!1,4268580138)}),t("el-table-column",{attrs:{width:"300",label:"操作"},scopedSlots:e._u([{key:"default",fn:function(a){return[e.isAuth("shigujilu","查看")?t("el-button",{staticClass:"view",attrs:{type:"success"},on:{click:function(t){return e.addOrUpdateHandler(a.row.id,"info")}}},[t("span",{staticClass:"icon iconfont icon-chakan8",style:{margin:"0 0 0 4px",fontSize:"inherit",color:"inherit",display:"none",height:"auto"}}),e._v(" 详情 ")]):e._e(),e.isAuth("shigujilu","修改")?t("el-button",{staticClass:"edit",attrs:{type:"success"},on:{click:function(t){return e.addOrUpdateHandler(a.row.id)}}},[t("span",{staticClass:"icon iconfont icon-xiugai19",style:{margin:"0 0 0 4px",fontSize:"inherit",color:"inherit",display:"none",height:"auto"}}),e._v(" 更改 ")]):e._e(),e.isAuth("shigujilu","删除")?t("el-button",{staticClass:"del",attrs:{type:"primary"},on:{click:function(t){return e.deleteHandler(a.row.id)}}},[t("span",{staticClass:"icon iconfont icon-shanchu16",style:{margin:"0 0 0 4px",fontSize:"inherit",color:"inherit",display:"none",height:"auto"}}),e._v(" 移除 ")]):e._e()]}}],null,!1,502132953)})],1):e._e()],1),t("el-pagination",{style:{border:"0px solid #dee2e6",padding:"10px 0",margin:"10px 0 0",whiteSpace:"nowrap",color:"inherit",textAlign:"center",background:"none",width:"100%",fontSize:"inherit",fontWeight:"500"},attrs:{"current-page":e.pageIndex,background:"","page-sizes":[10,50,100,200],"page-size":e.pageSize,layout:e.layouts.join(),total:e.totalPage,"prev-text":"上一页 ","next-text":"下一页 ","hide-on-single-page":!1},on:{"size-change":e.sizeChangeHandle,"current-change":e.currentChangeHandle}})]:e._e(),e.addOrUpdateFlag?t("add-or-update",{ref:"addOrUpdate",attrs:{parent:this}}):e._e(),t("el-dialog",{attrs:{visible:e.chartVisiable1,width:"800"},on:{"update:visible":function(t){e.chartVisiable1=t}}},[t("div",{staticStyle:{width:"100%",height:"600px"},attrs:{id:"chepaihaoChart1"}}),t("span",{staticClass:"dialog-footer",attrs:{slot:"footer"},slot:"footer"},[t("el-button",{on:{click:e.chartDialog1}},[e._v("返回")])],1)])],2)},Xt=[],Kt={data:function(){return{searchForm:{key:""},form:{},dataList:[],pageIndex:1,pageSize:10,totalPage:0,dataListLoading:!1,dataListSelections:[],showFlag:!0,sfshVisiable:!1,shForm:{},chartVisiable:!1,chartVisiable1:!1,chartVisiable2:!1,chartVisiable3:!1,chartVisiable4:!1,chartVisiable5:!1,addOrUpdateFlag:!1,layouts:["prev","pager","next"]}},created:function(){this.init(),this.getDataList(),this.contentStyleChange()},mounted:function(){},filters:{htmlfilter:function(e){return e.replace(/<[^>]*>/g).replace(/undefined/g,"")}},computed:{tablename:function(){return this.$storage.get("sessionTable")}},components:{AddOrUpdate:St},methods:{contentStyleChange:function(){this.contentPageStyleChange()},contentPageStyleChange:function(){},chartDialog1:function(){var e=this;this.chartVisiable1=!this.chartVisiable1,this.$nextTick((function(){var t=s["init"](document.getElementById("chepaihaoChart1"),"macarons");e.$http({url:"shigujilu/group/chepaihao",method:"get"}).then((function(e){var a=e.data;if(a&&0===a.code){for(var i=a.data,n=[],o=[],r=[],s=0;s1?location.href.split(t.$base.name)[0]:"")+t.$base.name+"/file/download?fileName="+a,{headers:{token:t.$storage.get("Token")},responseType:"blob"}).then((function(e){var t=e.data,i=[];i.push(t);var n=window.URL.createObjectURL(new Blob(i,{type:"application/pdf;chartset=UTF-8"})),o=document.createElement("a");o.href=n,o.download=a,o.dispatchEvent(new MouseEvent("click",{bubbles:!0,cancelable:!0,view:window})),window.URL.revokeObjectURL(t)}))}))},preClick:function(e){if(!e)return!1;window.open(location.href.split(this.$base.name).length>1?location.href.split(this.$base.name)[0]+this.$base.name+"/"+e:this.$base.url+e)},shigujilustatusChange:function(e,t){var a=this;0==t.status&&(t.passwordwrongnum=0),this.$http({url:"shigujilu/update",method:"post",data:t}).then((function(e){1==t.status?a.$message.error("该用户已锁定"):a.$message.success("该用户已解除锁定")}))},deleteHandler:function(e){var t=this;return Object(r["a"])(Object(o["a"])().mark((function a(){var i;return Object(o["a"])().wrap((function(a){while(1)switch(a.prev=a.next){case 0:return i=e?[Number(e)]:t.dataListSelections.map((function(e){return Number(e.id)})),a.next=3,t.$confirm("确定进行[".concat(e?"删除":"批量删除","]操作?"),"提示",{confirmButtonText:"确定",cancelButtonText:"取消",type:"warning"}).then(Object(r["a"])(Object(o["a"])().mark((function e(){return Object(o["a"])().wrap((function(e){while(1)switch(e.prev=e.next){case 0:return e.next=2,t.$http({url:"shigujilu/delete",method:"post",data:i}).then(function(){var e=Object(r["a"])(Object(o["a"])().mark((function e(a){var i;return Object(o["a"])().wrap((function(e){while(1)switch(e.prev=e.next){case 0:i=a.data,i&&0===i.code?t.$message({message:"操作成功",type:"success",duration:1500,onClose:function(){t.search()}}):t.$message.error(i.msg);case 2:case"end":return e.stop()}}),e)})));return function(t){return e.apply(this,arguments)}}());case 2:case"end":return e.stop()}}),e)}))));case 3:case"end":return a.stop()}}),a)})))()}}},Gt=Kt,ea=(a("ac2b"),Object(m["a"])(Gt,Yt,Xt,!1,null,"e9db4bde",null)),ta=ea.exports,aa=function(){var e=this,t=e._self._c;return t("div",{staticClass:"main-content",style:{minHeight:"calc(100vh - 200px)",padding:"0px 5%",margin:"0 auto",color:"#666",background:"none",width:"calc(100% - 0px)",fontSize:"14px",height:"100%"}},[e.showFlag?[t("el-form",{staticClass:"center-form-pv",style:{padding:"20px 20px 0",boxShadow:"0 2px 3px 0px rgba(100,100,100,.05)",margin:"0 0 0px",borderColor:"#f6f6f6",display:"flex",justifyContent:"center",minHeight:"100px",overflow:"hidden",borderRadius:"4px 4px 0 0",flexWrap:"wrap",background:"#fff",borderWidth:"2px 2px 0",fontSize:"inherit",borderStyle:"solid"},attrs:{inline:!0,model:e.searchForm}},[t("el-row",{style:{padding:"0px",boxShadow:"0 0px 0px 0px rgba(115,108,203,.23)",margin:"0 0px 0px 0",borderRadius:"0px",alignItems:"center",background:"none",display:"flex",width:"auto",fontSize:"inherit",justifyContent:"flex-end",order:"2"}},[t("div",{style:{margin:"0 10px 0 0",fontSize:"inherit",display:"inline-block"}},[t("label",{staticClass:"item-label",style:{margin:"0 10px 0 0",color:"inherit",display:"inline-block",lineHeight:"34px",fontSize:"inherit",fontWeight:"500",height:"34px"}},[e._v("标题")]),t("el-input",{attrs:{placeholder:"标题",clearable:""},nativeOn:{keydown:function(t){return!t.type.indexOf("key")&&e._k(t.keyCode,"enter",13,t.key,"Enter")?null:e.search()}},model:{value:e.searchForm.biaoti,callback:function(t){e.$set(e.searchForm,"biaoti",t)},expression:"searchForm.biaoti"}})],1),t("div",{staticClass:"select",style:{margin:"0 10px 0 0",fontSize:"inherit",display:"inline-block"}},[t("label",{staticClass:"item-label",style:{margin:"0 10px 0 0",color:"inherit",display:"inline-block",lineHeight:"34px",fontSize:"inherit",fontWeight:"500",height:"34px"}},[e._v("是否通过")]),t("el-select",{attrs:{clearable:"",placeholder:"是否通过"},model:{value:e.searchForm.sfsh,callback:function(t){e.$set(e.searchForm,"sfsh",t)},expression:"searchForm.sfsh"}},e._l(e.sfshOptions,(function(e,a){return t("el-option",{key:a,attrs:{label:e,value:e}})})),1)],1),t("el-button",{staticClass:"search",attrs:{type:"success"},on:{click:function(t){return e.search()}}},[t("span",{staticClass:"icon iconfont icon-chakan18",style:{margin:"0 2px",fontSize:"18px",color:"#00acc1",display:"inline-block",height:"auto"}}),e._v(" 查询 ")])],1),t("el-row",{staticClass:"actions",style:{boxShadow:"0 0px 0px 0px rgba(115,108,203,.23)",padding:"0 20px 0 0",margin:"0px 0 0px",color:"#333",alignItems:"center",textAlign:"left",display:"flex",borderRadius:"0px",flexWrap:"wrap",background:"none",flex:"1",width:"auto",fontSize:"inherit",order:"1"}},[e.isAuth("guapaishenqing","新增")?t("el-button",{staticClass:"add",attrs:{type:"success"},on:{click:function(t){return e.addOrUpdateHandler()}}},[t("span",{staticClass:"icon iconfont icon-tianjia14",style:{margin:"0 2px",fontSize:"inherit",color:"inherit",display:"none"}}),e._v(" 新增 ")]):e._e(),e.isAuth("guapaishenqing","删除")?t("el-button",{staticClass:"del",attrs:{disabled:!e.dataListSelections.length,type:"danger"},on:{click:function(t){return e.deleteHandler()}}},[t("span",{staticClass:"icon iconfont icon-shanchu9",style:{margin:"0 2px",fontSize:"inherit",color:"inherit",display:"none"}}),e._v(" 删除 ")]):e._e(),e.isAuth("guapaishenqing","审核")?t("el-button",{staticClass:"btn18",attrs:{disabled:!e.dataListSelections.length,type:"success"},on:{click:function(t){return e.shBatchDialog()}}},[t("span",{staticClass:"icon iconfont icon-shenhe2",style:{margin:"0 2px",fontSize:"inherit",color:"inherit",display:"inline-block"}}),e._v(" 审核 ")]):e._e()],1)],1),t("div",{style:{padding:"20px",borderColor:"#f6f6f6",margin:"0 0 0px",borderRadius:"0 0 4px 4px",background:"rgba(255,255,255,1)",borderWidth:"0 2px 2px",width:"100%",borderStyle:"solid"}},[e.isAuth("guapaishenqing","查看")?t("el-table",{directives:[{name:"loading",rawName:"v-loading",value:e.dataListLoading,expression:"dataListLoading"}],staticClass:"tables",style:{padding:"0",borderColor:"#eee",color:"inherit",borderRadius:"0px",borderWidth:"0px 0px 0 0px",background:"none",width:"100%",fontSize:"inherit",borderStyle:"solid"},attrs:{stripe:!1,border:!0,data:e.dataList},on:{"selection-change":e.selectionChangeHandler}},[t("el-table-column",{attrs:{resizable:!0,type:"selection",align:"center",width:"50"}}),t("el-table-column",{attrs:{resizable:!0,sortable:!0,label:"序号",type:"index",width:"50"}}),t("el-table-column",{attrs:{resizable:!0,sortable:!0,prop:"zhanghao",label:"账号"},scopedSlots:e._u([{key:"default",fn:function(t){return[e._v(" "+e._s(t.row.zhanghao)+" ")]}}],null,!1,2757161441)}),t("el-table-column",{attrs:{resizable:!0,sortable:!0,prop:"xingming",label:"姓名"},scopedSlots:e._u([{key:"default",fn:function(t){return[e._v(" "+e._s(t.row.xingming)+" ")]}}],null,!1,1096791112)}),t("el-table-column",{attrs:{resizable:!0,sortable:!0,prop:"jiashizhenghao",label:"驾驶证号"},scopedSlots:e._u([{key:"default",fn:function(t){return[e._v(" "+e._s(t.row.jiashizhenghao)+" ")]}}],null,!1,1810102229)}),t("el-table-column",{attrs:{resizable:!0,sortable:!0,prop:"biaoti",label:"标题"},scopedSlots:e._u([{key:"default",fn:function(t){return[e._v(" "+e._s(t.row.biaoti)+" ")]}}],null,!1,4215464677)}),t("el-table-column",{attrs:{resizable:!0,sortable:!0,prop:"zhengmingcailiao",label:"证明材料"},scopedSlots:e._u([{key:"default",fn:function(a){return[a.row.zhengmingcailiao?t("el-button",{attrs:{type:"text",size:"small"},on:{click:function(t){return e.download(a.row.zhengmingcailiao)}}},[e._v("下载")]):t("span",[e._v("无")])]}}],null,!1,2106345958)}),t("el-table-column",{attrs:{resizable:!0,sortable:!0,prop:"shenqingshijian",label:"申请时间"},scopedSlots:e._u([{key:"default",fn:function(t){return[e._v(" "+e._s(t.row.shenqingshijian)+" ")]}}],null,!1,1744963042)}),t("el-table-column",{attrs:{resizable:!0,sortable:!0,prop:"yuangongzhanghao",label:"员工账号"},scopedSlots:e._u([{key:"default",fn:function(t){return[e._v(" "+e._s(t.row.yuangongzhanghao)+" ")]}}],null,!1,3349271683)}),t("el-table-column",{attrs:{resizable:!0,sortable:!0,prop:"yuangongxingming",label:"员工姓名"},scopedSlots:e._u([{key:"default",fn:function(t){return[e._v(" "+e._s(t.row.yuangongxingming)+" ")]}}],null,!1,4268580138)}),t("el-table-column",{attrs:{resizable:!0,sortable:!0,prop:"shhf",label:"审核回复","show-overflow-tooltip":""},scopedSlots:e._u([{key:"default",fn:function(a){return[t("div",{staticStyle:{"white-space":"nowrap"}},[e._v(e._s(a.row.shhf))])]}}],null,!1,988886012)}),t("el-table-column",{attrs:{resizable:!0,sortable:!0,prop:"sfsh",label:"审核状态"},scopedSlots:e._u([{key:"default",fn:function(a){return["否"==a.row.sfsh?t("el-tag",{attrs:{type:"danger"}},[e._v("未通过")]):e._e(),"待审核"==a.row.sfsh?t("el-tag",{attrs:{type:"warning"}},[e._v("待审核")]):e._e(),"是"==a.row.sfsh?t("el-tag",{attrs:{type:"success"}},[e._v("通过")]):e._e()]}}],null,!1,3672577349)}),t("el-table-column",{attrs:{width:"300",label:"操作"},scopedSlots:e._u([{key:"default",fn:function(a){return[e.isAuth("guapaishenqing","查看")?t("el-button",{staticClass:"view",attrs:{type:"success"},on:{click:function(t){return e.addOrUpdateHandler(a.row.id,"info")}}},[t("span",{staticClass:"icon iconfont icon-chakan8",style:{margin:"0 0 0 4px",fontSize:"inherit",color:"inherit",display:"none",height:"auto"}}),e._v(" 详情 ")]):e._e(),e.isAuth("guapaishenqing","发放牌照")?t("el-button",{staticClass:"btn8",attrs:{type:"success"},on:{click:function(t){return e.fafangpaizhaoCrossAddOrUpdateHandler(a.row,"cross","是","","[1]","请勿重复操作!")}}},[t("span",{staticClass:"icon iconfont icon-xihuan",style:{margin:"0 0 0 4px",fontSize:"inherit",color:"inherit",display:"none",height:"auto"}}),e._v(" 发放牌照 ")]):e._e(),e.isAuth("guapaishenqing","修改")&&"待审核"==a.row.sfsh?t("el-button",{staticClass:"edit",attrs:{type:"success"},on:{click:function(t){return e.addOrUpdateHandler(a.row.id)}}},[t("span",{staticClass:"icon iconfont icon-xiugai19",style:{margin:"0 0 0 4px",fontSize:"inherit",color:"inherit",display:"none",height:"auto"}}),e._v(" 更改 ")]):e._e(),e.isAuth("guapaishenqing","删除")?t("el-button",{staticClass:"del",attrs:{type:"primary"},on:{click:function(t){return e.deleteHandler(a.row.id)}}},[t("span",{staticClass:"icon iconfont icon-shanchu16",style:{margin:"0 0 0 4px",fontSize:"inherit",color:"inherit",display:"none",height:"auto"}}),e._v(" 移除 ")]):e._e()]}}],null,!1,3588356438)})],1):e._e()],1),t("el-pagination",{style:{border:"0px solid #dee2e6",padding:"10px 0",margin:"10px 0 0",whiteSpace:"nowrap",color:"inherit",textAlign:"center",background:"none",width:"100%",fontSize:"inherit",fontWeight:"500"},attrs:{"current-page":e.pageIndex,background:"","page-sizes":[10,50,100,200],"page-size":e.pageSize,layout:e.layouts.join(),total:e.totalPage,"prev-text":"上一页 ","next-text":"下一页 ","hide-on-single-page":!1},on:{"size-change":e.sizeChangeHandle,"current-change":e.currentChangeHandle}})]:e._e(),e.addOrUpdateFlag?t("add-or-update",{ref:"addOrUpdate",attrs:{parent:this}}):e._e(),e.fafangpaizhaoCrossAddOrUpdateFlag?t("fafangpaizhao-cross-add-or-update",{ref:"fafangpaizhaoCrossaddOrUpdate",attrs:{parent:this}}):e._e(),t("el-dialog",{attrs:{title:this.batchIds.length>1?"批量审核":"审核",visible:e.sfshBatchVisiable,width:"50%"},on:{"update:visible":function(t){e.sfshBatchVisiable=t}}},[t("el-form",{ref:"form",attrs:{model:e.form,"label-width":"80px"}},[t("el-form-item",{attrs:{label:"审核状态"}},[t("el-select",{attrs:{placeholder:"审核状态"},model:{value:e.shBatchForm.sfsh,callback:function(t){e.$set(e.shBatchForm,"sfsh",t)},expression:"shBatchForm.sfsh"}},[t("el-option",{attrs:{label:"通过",value:"是"}}),t("el-option",{attrs:{label:"不通过",value:"否"}}),t("el-option",{attrs:{label:"待审核",value:"待审核"}})],1)],1),t("el-form-item",{attrs:{label:"内容"}},[t("el-input",{attrs:{type:"textarea",rows:8},model:{value:e.shBatchForm.shhf,callback:function(t){e.$set(e.shBatchForm,"shhf",t)},expression:"shBatchForm.shhf"}})],1)],1),t("span",{staticClass:"dialog-footer",attrs:{slot:"footer"},slot:"footer"},[t("el-button",{on:{click:function(t){e.sfshBatchVisiable=!1}}},[e._v("取 消")]),t("el-button",{attrs:{type:"primary"},on:{click:e.shBatchHandler}},[e._v("确 定")])],1)],1)],2)},ia=[],na=function(){var e=this,t=e._self._c;return t("div",{staticClass:"addEdit-block",style:{minHeight:"calc(100vh - 200px)",padding:"0px 0 30px",margin:"0 auto",color:"#8e99a2",background:"none",width:"calc(100% - 0px)",fontSize:"14px",height:"100%"}},[t("el-form",{ref:"ruleForm",staticClass:"add-update-preview",style:{padding:"30px 5%",borderColor:"#f6f6f6",alignItems:"flex-start",borderRadius:"4px",flexWrap:"wrap",background:"rgba(255,255,255,.9)",borderWidth:"2px",display:"flex",fontSize:"inherit",borderStyle:"solid"},attrs:{model:e.ruleForm,rules:e.rules,"label-width":"200px"}},[["info"!=e.type?t("el-form-item",{staticClass:"input",style:{padding:"2px 0",margin:"0 auto 20px",color:"inherit",borderRadius:"4px",background:"none",width:"100%",fontSize:"inherit"},attrs:{label:"账号",prop:"zhanghao"}},[t("el-input",{attrs:{placeholder:"账号",clearable:"",readonly:e.ro.zhanghao},model:{value:e.ruleForm.zhanghao,callback:function(t){e.$set(e.ruleForm,"zhanghao",t)},expression:"ruleForm.zhanghao"}})],1):t("el-form-item",{staticClass:"input",style:{padding:"2px 0",margin:"0 auto 20px",color:"inherit",borderRadius:"4px",background:"none",width:"100%",fontSize:"inherit"},attrs:{label:"账号",prop:"zhanghao"}},[t("el-input",{attrs:{placeholder:"账号",readonly:""},model:{value:e.ruleForm.zhanghao,callback:function(t){e.$set(e.ruleForm,"zhanghao",t)},expression:"ruleForm.zhanghao"}})],1),"info"!=e.type?t("el-form-item",{staticClass:"input",style:{padding:"2px 0",margin:"0 auto 20px",color:"inherit",borderRadius:"4px",background:"none",width:"100%",fontSize:"inherit"},attrs:{label:"姓名",prop:"xingming"}},[t("el-input",{attrs:{placeholder:"姓名",clearable:"",readonly:e.ro.xingming},model:{value:e.ruleForm.xingming,callback:function(t){e.$set(e.ruleForm,"xingming",t)},expression:"ruleForm.xingming"}})],1):t("el-form-item",{staticClass:"input",style:{padding:"2px 0",margin:"0 auto 20px",color:"inherit",borderRadius:"4px",background:"none",width:"100%",fontSize:"inherit"},attrs:{label:"姓名",prop:"xingming"}},[t("el-input",{attrs:{placeholder:"姓名",readonly:""},model:{value:e.ruleForm.xingming,callback:function(t){e.$set(e.ruleForm,"xingming",t)},expression:"ruleForm.xingming"}})],1),"info"!=e.type?t("el-form-item",{staticClass:"input",style:{padding:"2px 0",margin:"0 auto 20px",color:"inherit",borderRadius:"4px",background:"none",width:"100%",fontSize:"inherit"},attrs:{label:"驾驶证号",prop:"jiashizhenghao"}},[t("el-input",{attrs:{placeholder:"驾驶证号",clearable:"",readonly:e.ro.jiashizhenghao},model:{value:e.ruleForm.jiashizhenghao,callback:function(t){e.$set(e.ruleForm,"jiashizhenghao",t)},expression:"ruleForm.jiashizhenghao"}})],1):t("el-form-item",{staticClass:"input",style:{padding:"2px 0",margin:"0 auto 20px",color:"inherit",borderRadius:"4px",background:"none",width:"100%",fontSize:"inherit"},attrs:{label:"驾驶证号",prop:"jiashizhenghao"}},[t("el-input",{attrs:{placeholder:"驾驶证号",readonly:""},model:{value:e.ruleForm.jiashizhenghao,callback:function(t){e.$set(e.ruleForm,"jiashizhenghao",t)},expression:"ruleForm.jiashizhenghao"}})],1),"info"!=e.type?t("el-form-item",{staticClass:"input",style:{padding:"2px 0",margin:"0 auto 20px",color:"inherit",borderRadius:"4px",background:"none",width:"100%",fontSize:"inherit"},attrs:{label:"标题",prop:"biaoti"}},[t("el-input",{attrs:{placeholder:"标题",clearable:"",readonly:e.ro.biaoti},model:{value:e.ruleForm.biaoti,callback:function(t){e.$set(e.ruleForm,"biaoti",t)},expression:"ruleForm.biaoti"}})],1):t("el-form-item",{staticClass:"input",style:{padding:"2px 0",margin:"0 auto 20px",color:"inherit",borderRadius:"4px",background:"none",width:"100%",fontSize:"inherit"},attrs:{label:"标题",prop:"biaoti"}},[t("el-input",{attrs:{placeholder:"标题",readonly:""},model:{value:e.ruleForm.biaoti,callback:function(t){e.$set(e.ruleForm,"biaoti",t)},expression:"ruleForm.biaoti"}})],1),"info"==e.type||e.ro.zhengmingcailiao?e.ruleForm.zhengmingcailiao?t("el-form-item",{style:{padding:"2px 0",margin:"0 auto 20px",color:"inherit",borderRadius:"4px",background:"none",width:"100%",fontSize:"inherit"},attrs:{label:"证明材料",prop:"zhengmingcailiao"}},[t("el-button",{style:{border:"1px solid #ced4da",cursor:"pointer",padding:"0 30px",margin:"0 20px 0 0",outline:"none",color:"inherit",borderRadius:"4px",background:"none",width:"auto",lineHeight:"36px",fontSize:"14px",height:"40px"},attrs:{type:"text",size:"small"},on:{click:function(t){return e.download(e.$base.url+e.ruleForm.zhengmingcailiao)}}},[e._v("下载")])],1):e.ruleForm.zhengmingcailiao?e._e():t("el-form-item",{style:{padding:"2px 0",margin:"0 auto 20px",color:"inherit",borderRadius:"4px",background:"none",width:"100%",fontSize:"inherit"},attrs:{label:"证明材料",prop:"zhengmingcailiao"}},[t("el-button",{style:{border:"1px solid #ced4da",cursor:"pointer",padding:"0 30px",margin:"0 20px 0 0",outline:"none",color:"inherit",borderRadius:"4px",background:"none",width:"auto",lineHeight:"36px",fontSize:"14px",height:"40px"},attrs:{type:"text",size:"small"}},[e._v("无")])],1):t("el-form-item",{staticClass:"upload",style:{padding:"2px 0",margin:"0 auto 20px",color:"inherit",borderRadius:"4px",background:"none",width:"100%",fontSize:"inherit"},attrs:{label:"证明材料",prop:"zhengmingcailiao"}},[t("file-upload",{attrs:{tip:"点击上传证明材料",action:"file/upload",limit:1,type:3,multiple:!0,fileUrls:e.ruleForm.zhengmingcailiao?e.ruleForm.zhengmingcailiao:""},on:{change:e.zhengmingcailiaoUploadChange}})],1),"info"!=e.type?t("el-form-item",{staticClass:"date",style:{padding:"2px 0",margin:"0 auto 20px",color:"inherit",borderRadius:"4px",background:"none",width:"100%",fontSize:"inherit"},attrs:{label:"申请时间",prop:"shenqingshijian"}},[t("el-date-picker",{attrs:{"value-format":"yyyy-MM-dd HH:mm:ss",type:"datetime",readonly:e.ro.shenqingshijian,placeholder:"申请时间"},model:{value:e.ruleForm.shenqingshijian,callback:function(t){e.$set(e.ruleForm,"shenqingshijian",t)},expression:"ruleForm.shenqingshijian"}})],1):e.ruleForm.shenqingshijian?t("el-form-item",{staticClass:"input",style:{padding:"2px 0",margin:"0 auto 20px",color:"inherit",borderRadius:"4px",background:"none",width:"100%",fontSize:"inherit"},attrs:{label:"申请时间",prop:"shenqingshijian"}},[t("el-input",{attrs:{placeholder:"申请时间",readonly:""},model:{value:e.ruleForm.shenqingshijian,callback:function(t){e.$set(e.ruleForm,"shenqingshijian",t)},expression:"ruleForm.shenqingshijian"}})],1):e._e(),"info"!=e.type?t("el-form-item",{staticClass:"select",style:{padding:"2px 0",margin:"0 auto 20px",color:"inherit",borderRadius:"4px",background:"none",width:"100%",fontSize:"inherit"},attrs:{label:"员工账号",prop:"yuangongzhanghao"}},[t("el-select",{attrs:{disabled:e.ro.yuangongzhanghao,placeholder:"请选择员工账号"},on:{change:e.yuangongzhanghaoChange},model:{value:e.ruleForm.yuangongzhanghao,callback:function(t){e.$set(e.ruleForm,"yuangongzhanghao",t)},expression:"ruleForm.yuangongzhanghao"}},e._l(e.yuangongzhanghaoOptions,(function(e,a){return t("el-option",{key:a,attrs:{label:e,value:e}})})),1)],1):e.ruleForm.yuangongzhanghao?t("el-form-item",{staticClass:"input",style:{padding:"2px 0",margin:"0 auto 20px",color:"inherit",borderRadius:"4px",background:"none",width:"100%",fontSize:"inherit"},attrs:{label:"员工账号",prop:"yuangongzhanghao"}},[t("el-input",{attrs:{placeholder:"员工账号",readonly:""},model:{value:e.ruleForm.yuangongzhanghao,callback:function(t){e.$set(e.ruleForm,"yuangongzhanghao",t)},expression:"ruleForm.yuangongzhanghao"}})],1):e._e(),"info"!=e.type?t("el-form-item",{staticClass:"input",style:{padding:"2px 0",margin:"0 auto 20px",color:"inherit",borderRadius:"4px",background:"none",width:"100%",fontSize:"inherit"},attrs:{label:"员工姓名",prop:"yuangongxingming"}},[t("el-input",{attrs:{placeholder:"员工姓名",clearable:"",readonly:e.ro.yuangongxingming},model:{value:e.ruleForm.yuangongxingming,callback:function(t){e.$set(e.ruleForm,"yuangongxingming",t)},expression:"ruleForm.yuangongxingming"}})],1):t("el-form-item",{staticClass:"input",style:{padding:"2px 0",margin:"0 auto 20px",color:"inherit",borderRadius:"4px",background:"none",width:"100%",fontSize:"inherit"},attrs:{label:"员工姓名",prop:"yuangongxingming"}},[t("el-input",{attrs:{placeholder:"员工姓名",readonly:""},model:{value:e.ruleForm.yuangongxingming,callback:function(t){e.$set(e.ruleForm,"yuangongxingming",t)},expression:"ruleForm.yuangongxingming"}})],1)],"info"!=e.type?t("el-form-item",{style:{padding:"2px 0",margin:"0 auto 20px",color:"inherit",borderRadius:"4px",background:"none",width:"100%",fontSize:"inherit"},attrs:{label:"申请内容",prop:"shenqingneirong"}},[t("editor",{staticClass:"editor",staticStyle:{"min-width":"200px","max-width":"600px"},attrs:{action:"file/upload"},model:{value:e.ruleForm.shenqingneirong,callback:function(t){e.$set(e.ruleForm,"shenqingneirong",t)},expression:"ruleForm.shenqingneirong"}})],1):e.ruleForm.shenqingneirong?t("el-form-item",{style:{padding:"2px 0",margin:"0 auto 20px",color:"inherit",borderRadius:"4px",background:"none",width:"100%",fontSize:"inherit"},attrs:{label:"申请内容",prop:"shenqingneirong"}},[t("span",{style:{fontSize:"14px",lineHeight:"40px",color:"inherit",fontWeight:"500",display:"inline-block"},domProps:{innerHTML:e._s(e.ruleForm.shenqingneirong)}})]):e._e(),t("el-form-item",{staticClass:"btn",style:{padding:"0",margin:"30px auto",alignItems:"center",textAlign:"center",background:"none",display:"flex",width:"60%",fontSize:"18px"}},["info"!=e.type?t("el-button",{staticClass:"btn3",attrs:{type:"success"},on:{click:e.onSubmit}},[t("span",{staticClass:"icon iconfont icon-tijiao16",style:{margin:"0 2px",fontSize:"inherit",color:"inherit",display:"none"}}),e._v(" 确定 ")]):e._e(),"info"!=e.type?t("el-button",{staticClass:"btn4",attrs:{type:"success"},on:{click:function(t){return e.back()}}},[t("span",{staticClass:"icon iconfont icon-quxiao09",style:{margin:"0 2px",fontSize:"inherit",color:"inherit",display:"none"}}),e._v(" 取消 ")]):e._e(),"info"==e.type?t("el-button",{staticClass:"btn5",attrs:{type:"success"},on:{click:function(t){return e.back()}}},[t("span",{staticClass:"icon iconfont icon-fanhui01",style:{margin:"0 2px",fontSize:"inherit",color:"inherit",display:"none"}}),e._v(" 返回 ")]):e._e()],1)],2)],1)},oa=[],ra={data:function(){return{id:"",type:"",ro:{zhanghao:!1,xingming:!1,jiashizhenghao:!1,biaoti:!1,zhengmingcailiao:!1,shenqingneirong:!1,shenqingshijian:!1,yuangongzhanghao:!1,yuangongxingming:!1,sfsh:!1,shhf:!1},ruleForm:{zhanghao:"",xingming:"",jiashizhenghao:"",biaoti:"",zhengmingcailiao:"",shenqingneirong:"",shenqingshijian:"",yuangongzhanghao:"",yuangongxingming:"",shhf:""},yuangongzhanghaoOptions:[],rules:{zhanghao:[],xingming:[],jiashizhenghao:[],biaoti:[],zhengmingcailiao:[],shenqingneirong:[],shenqingshijian:[],yuangongzhanghao:[],yuangongxingming:[],sfsh:[],shhf:[]}}},props:["parent"],computed:{},components:{},created:function(){this.ruleForm.shenqingshijian=this.getCurDateTime()},methods:{download:function(e){window.open("".concat(e))},init:function(e,t){var a=this;if(e&&(this.id=e,this.type=t),"info"==this.type||"else"==this.type)this.info(e);else if("logistics"==this.type)this.logistics=!1,this.info(e);else if("cross"==this.type){var i=this.$storage.getObj("crossObj");for(var n in i)"zhanghao"!=n?"xingming"!=n?"jiashizhenghao"!=n?"biaoti"!=n?"zhengmingcailiao"!=n?"shenqingneirong"!=n?"shenqingshijian"!=n?"yuangongzhanghao"!=n?"yuangongxingming"!=n||(this.ruleForm.yuangongxingming=i[n],this.ro.yuangongxingming=!0):(this.ruleForm.yuangongzhanghao=i[n],this.ro.yuangongzhanghao=!0):(this.ruleForm.shenqingshijian=i[n],this.ro.shenqingshijian=!0):(this.ruleForm.shenqingneirong=i[n],this.ro.shenqingneirong=!0):(this.ruleForm.zhengmingcailiao=i[n],this.ro.zhengmingcailiao=!0):(this.ruleForm.biaoti=i[n],this.ro.biaoti=!0):(this.ruleForm.jiashizhenghao=i[n],this.ro.jiashizhenghao=!0):(this.ruleForm.xingming=i[n],this.ro.xingming=!0):(this.ruleForm.zhanghao=i[n],this.ro.zhanghao=!0)}this.$http({url:"".concat(this.$storage.get("sessionTable"),"/session"),method:"get"}).then((function(e){var t=e.data;if(t&&0===t.code){var i=t.data;(""!=i.zhanghao&&i.zhanghao||0==i.zhanghao)&&"管理员"!=a.$storage.get("role")&&(a.ruleForm.zhanghao=i.zhanghao,a.ro.zhanghao=!0),(""!=i.xingming&&i.xingming||0==i.xingming)&&"管理员"!=a.$storage.get("role")&&(a.ruleForm.xingming=i.xingming,a.ro.xingming=!0),(""!=i.jiashizhenghao&&i.jiashizhenghao||0==i.jiashizhenghao)&&"管理员"!=a.$storage.get("role")&&(a.ruleForm.jiashizhenghao=i.jiashizhenghao,a.ro.jiashizhenghao=!0)}else a.$message.error(t.msg)})),this.$http({url:"option/gongzuorenyuan/yuangongzhanghao",method:"get"}).then((function(e){var t=e.data;t&&0===t.code?a.yuangongzhanghaoOptions=t.data:a.$message.error(t.msg)}))},yuangongzhanghaoChange:function(){var e=this;this.$http({url:"follow/gongzuorenyuan/yuangongzhanghao?columnValue="+this.ruleForm.yuangongzhanghao,method:"get"}).then((function(t){var a=t.data;a&&0===a.code?a.data.yuangongxingming&&(e.ruleForm.yuangongxingming=a.data.yuangongxingming):e.$message.error(a.msg)}))},info:function(e){var t=this;this.$http({url:"guapaishenqing/info/".concat(e),method:"get"}).then((function(e){var a=e.data;if(a&&0===a.code){t.ruleForm=a.data;var i=new RegExp("../../../upload","g");t.ruleForm.shenqingneirong=t.ruleForm.shenqingneirong.replace(i,"../../../springbootbv4939cb/upload")}else t.$message.error(a.msg)}))},onSubmit:function(){var e=this;null!=this.ruleForm.zhengmingcailiao&&(this.ruleForm.zhengmingcailiao=this.ruleForm.zhengmingcailiao.replace(new RegExp(this.$base.url,"g"),""));var t,a,i;this.$storage.getObj("crossObj");if("cross"==this.type){var n=this.$storage.get("statusColumnName"),o=this.$storage.get("statusColumnValue");if(""!=n){var r=this.$storage.getObj("crossObj");if(n&&!n.startsWith("[")){for(var s in r)s==n&&(r[s]=o);var l=this.$storage.get("crossTable");this.$http({url:"".concat(l,"/update"),method:"post",data:r}).then((function(e){e.data}))}else t=this.$storage.get("userid"),a=r["id"],i=this.$storage.get("statusColumnName"),i=i.replace(/\[/,"").replace(/\]/,"")}}this.$refs["ruleForm"].validate((function(n){if(n)if(a&&t){e.ruleForm.crossuserid=t,e.ruleForm.crossrefid=a;var o={page:1,limit:10,crossuserid:e.ruleForm.crossuserid,crossrefid:e.ruleForm.crossrefid};e.$http({url:"guapaishenqing/page",method:"get",params:o}).then((function(t){var a=t.data;if(a&&0===a.code){if(a.data.total>=i)return e.$message.error(e.$storage.get("tips")),!1;e.$http({url:"guapaishenqing/".concat(e.ruleForm.id?"update":"save"),method:"post",data:e.ruleForm}).then((function(t){var a=t.data;a&&0===a.code?e.$message({message:"操作成功",type:"success",duration:1500,onClose:function(){e.parent.showFlag=!0,e.parent.addOrUpdateFlag=!1,e.parent.guapaishenqingCrossAddOrUpdateFlag=!1,e.parent.search(),e.parent.contentStyleChange()}}):e.$message.error(a.msg)}))}}))}else e.$http({url:"guapaishenqing/".concat(e.ruleForm.id?"update":"save"),method:"post",data:e.ruleForm}).then((function(t){var a=t.data;a&&0===a.code?e.$message({message:"操作成功",type:"success",duration:1500,onClose:function(){e.parent.showFlag=!0,e.parent.addOrUpdateFlag=!1,e.parent.guapaishenqingCrossAddOrUpdateFlag=!1,e.parent.search(),e.parent.contentStyleChange()}}):e.$message.error(a.msg)}))}))},getUUID:function(){return(new Date).getTime()},back:function(){this.parent.showFlag=!0,this.parent.addOrUpdateFlag=!1,this.parent.guapaishenqingCrossAddOrUpdateFlag=!1,this.parent.contentStyleChange()},zhengmingcailiaoUploadChange:function(e){this.ruleForm.zhengmingcailiao=e}}},sa=ra,la=(a("4b0d"),Object(m["a"])(sa,na,oa,!1,null,"2b8509ba",null)),ca=la.exports,ua=function(){var e=this,t=e._self._c;return t("div",{staticClass:"addEdit-block",style:{minHeight:"calc(100vh - 200px)",padding:"0px 0 30px",margin:"0 auto",color:"#8e99a2",background:"none",width:"calc(100% - 0px)",fontSize:"14px",height:"100%"}},[t("el-form",{ref:"ruleForm",staticClass:"add-update-preview",style:{padding:"30px 5%",borderColor:"#f6f6f6",alignItems:"flex-start",borderRadius:"4px",flexWrap:"wrap",background:"rgba(255,255,255,.9)",borderWidth:"2px",display:"flex",fontSize:"inherit",borderStyle:"solid"},attrs:{model:e.ruleForm,rules:e.rules,"label-width":"200px"}},[["info"!=e.type?t("el-form-item",{staticClass:"input",style:{padding:"2px 0",margin:"0 auto 20px",color:"inherit",borderRadius:"4px",background:"none",width:"100%",fontSize:"inherit"},attrs:{label:"账号",prop:"zhanghao"}},[t("el-input",{attrs:{placeholder:"账号",clearable:"",readonly:e.ro.zhanghao},model:{value:e.ruleForm.zhanghao,callback:function(t){e.$set(e.ruleForm,"zhanghao",t)},expression:"ruleForm.zhanghao"}})],1):t("el-form-item",{staticClass:"input",style:{padding:"2px 0",margin:"0 auto 20px",color:"inherit",borderRadius:"4px",background:"none",width:"100%",fontSize:"inherit"},attrs:{label:"账号",prop:"zhanghao"}},[t("el-input",{attrs:{placeholder:"账号",readonly:""},model:{value:e.ruleForm.zhanghao,callback:function(t){e.$set(e.ruleForm,"zhanghao",t)},expression:"ruleForm.zhanghao"}})],1),"info"!=e.type?t("el-form-item",{staticClass:"input",style:{padding:"2px 0",margin:"0 auto 20px",color:"inherit",borderRadius:"4px",background:"none",width:"100%",fontSize:"inherit"},attrs:{label:"姓名",prop:"xingming"}},[t("el-input",{attrs:{placeholder:"姓名",clearable:"",readonly:e.ro.xingming},model:{value:e.ruleForm.xingming,callback:function(t){e.$set(e.ruleForm,"xingming",t)},expression:"ruleForm.xingming"}})],1):t("el-form-item",{staticClass:"input",style:{padding:"2px 0",margin:"0 auto 20px",color:"inherit",borderRadius:"4px",background:"none",width:"100%",fontSize:"inherit"},attrs:{label:"姓名",prop:"xingming"}},[t("el-input",{attrs:{placeholder:"姓名",readonly:""},model:{value:e.ruleForm.xingming,callback:function(t){e.$set(e.ruleForm,"xingming",t)},expression:"ruleForm.xingming"}})],1),"info"!=e.type?t("el-form-item",{staticClass:"input",style:{padding:"2px 0",margin:"0 auto 20px",color:"inherit",borderRadius:"4px",background:"none",width:"100%",fontSize:"inherit"},attrs:{label:"驾驶证号",prop:"jiashizhenghao"}},[t("el-input",{attrs:{placeholder:"驾驶证号",clearable:"",readonly:e.ro.jiashizhenghao},model:{value:e.ruleForm.jiashizhenghao,callback:function(t){e.$set(e.ruleForm,"jiashizhenghao",t)},expression:"ruleForm.jiashizhenghao"}})],1):t("el-form-item",{staticClass:"input",style:{padding:"2px 0",margin:"0 auto 20px",color:"inherit",borderRadius:"4px",background:"none",width:"100%",fontSize:"inherit"},attrs:{label:"驾驶证号",prop:"jiashizhenghao"}},[t("el-input",{attrs:{placeholder:"驾驶证号",readonly:""},model:{value:e.ruleForm.jiashizhenghao,callback:function(t){e.$set(e.ruleForm,"jiashizhenghao",t)},expression:"ruleForm.jiashizhenghao"}})],1),"info"!=e.type?t("el-form-item",{staticClass:"input",style:{padding:"2px 0",margin:"0 auto 20px",color:"inherit",borderRadius:"4px",background:"none",width:"100%",fontSize:"inherit"},attrs:{label:"车牌号",prop:"chepaihao"}},[t("el-input",{attrs:{placeholder:"车牌号",clearable:"",readonly:e.ro.chepaihao},model:{value:e.ruleForm.chepaihao,callback:function(t){e.$set(e.ruleForm,"chepaihao",t)},expression:"ruleForm.chepaihao"}})],1):t("el-form-item",{staticClass:"input",style:{padding:"2px 0",margin:"0 auto 20px",color:"inherit",borderRadius:"4px",background:"none",width:"100%",fontSize:"inherit"},attrs:{label:"车牌号",prop:"chepaihao"}},[t("el-input",{attrs:{placeholder:"车牌号",readonly:""},model:{value:e.ruleForm.chepaihao,callback:function(t){e.$set(e.ruleForm,"chepaihao",t)},expression:"ruleForm.chepaihao"}})],1),"info"!=e.type?t("el-form-item",{staticClass:"date",style:{padding:"2px 0",margin:"0 auto 20px",color:"inherit",borderRadius:"4px",background:"none",width:"100%",fontSize:"inherit"},attrs:{label:"发放时间",prop:"fafangshijian"}},[t("el-date-picker",{attrs:{"value-format":"yyyy-MM-dd HH:mm:ss",type:"datetime",readonly:e.ro.fafangshijian,placeholder:"发放时间"},model:{value:e.ruleForm.fafangshijian,callback:function(t){e.$set(e.ruleForm,"fafangshijian",t)},expression:"ruleForm.fafangshijian"}})],1):e.ruleForm.fafangshijian?t("el-form-item",{staticClass:"input",style:{padding:"2px 0",margin:"0 auto 20px",color:"inherit",borderRadius:"4px",background:"none",width:"100%",fontSize:"inherit"},attrs:{label:"发放时间",prop:"fafangshijian"}},[t("el-input",{attrs:{placeholder:"发放时间",readonly:""},model:{value:e.ruleForm.fafangshijian,callback:function(t){e.$set(e.ruleForm,"fafangshijian",t)},expression:"ruleForm.fafangshijian"}})],1):e._e(),"info"!=e.type?t("el-form-item",{staticClass:"select",style:{padding:"2px 0",margin:"0 auto 20px",color:"inherit",borderRadius:"4px",background:"none",width:"100%",fontSize:"inherit"},attrs:{label:"员工账号",prop:"yuangongzhanghao"}},[t("el-select",{attrs:{disabled:e.ro.yuangongzhanghao,placeholder:"请选择员工账号"},on:{change:e.yuangongzhanghaoChange},model:{value:e.ruleForm.yuangongzhanghao,callback:function(t){e.$set(e.ruleForm,"yuangongzhanghao",t)},expression:"ruleForm.yuangongzhanghao"}},e._l(e.yuangongzhanghaoOptions,(function(e,a){return t("el-option",{key:a,attrs:{label:e,value:e}})})),1)],1):e.ruleForm.yuangongzhanghao?t("el-form-item",{staticClass:"input",style:{padding:"2px 0",margin:"0 auto 20px",color:"inherit",borderRadius:"4px",background:"none",width:"100%",fontSize:"inherit"},attrs:{label:"员工账号",prop:"yuangongzhanghao"}},[t("el-input",{attrs:{placeholder:"员工账号",readonly:""},model:{value:e.ruleForm.yuangongzhanghao,callback:function(t){e.$set(e.ruleForm,"yuangongzhanghao",t)},expression:"ruleForm.yuangongzhanghao"}})],1):e._e(),"info"!=e.type?t("el-form-item",{staticClass:"input",style:{padding:"2px 0",margin:"0 auto 20px",color:"inherit",borderRadius:"4px",background:"none",width:"100%",fontSize:"inherit"},attrs:{label:"员工姓名",prop:"yuangongxingming"}},[t("el-input",{attrs:{placeholder:"员工姓名",clearable:"",readonly:e.ro.yuangongxingming},model:{value:e.ruleForm.yuangongxingming,callback:function(t){e.$set(e.ruleForm,"yuangongxingming",t)},expression:"ruleForm.yuangongxingming"}})],1):t("el-form-item",{staticClass:"input",style:{padding:"2px 0",margin:"0 auto 20px",color:"inherit",borderRadius:"4px",background:"none",width:"100%",fontSize:"inherit"},attrs:{label:"员工姓名",prop:"yuangongxingming"}},[t("el-input",{attrs:{placeholder:"员工姓名",readonly:""},model:{value:e.ruleForm.yuangongxingming,callback:function(t){e.$set(e.ruleForm,"yuangongxingming",t)},expression:"ruleForm.yuangongxingming"}})],1)],t("el-form-item",{staticClass:"btn",style:{padding:"0",margin:"30px auto",alignItems:"center",textAlign:"center",background:"none",display:"flex",width:"60%",fontSize:"18px"}},["info"!=e.type?t("el-button",{staticClass:"btn3",attrs:{type:"success"},on:{click:e.onSubmit}},[t("span",{staticClass:"icon iconfont icon-tijiao16",style:{margin:"0 2px",fontSize:"inherit",color:"inherit",display:"none"}}),e._v(" 确定 ")]):e._e(),"info"!=e.type?t("el-button",{staticClass:"btn4",attrs:{type:"success"},on:{click:function(t){return e.back()}}},[t("span",{staticClass:"icon iconfont icon-quxiao09",style:{margin:"0 2px",fontSize:"inherit",color:"inherit",display:"none"}}),e._v(" 取消 ")]):e._e(),"info"==e.type?t("el-button",{staticClass:"btn5",attrs:{type:"success"},on:{click:function(t){return e.back()}}},[t("span",{staticClass:"icon iconfont icon-fanhui01",style:{margin:"0 2px",fontSize:"inherit",color:"inherit",display:"none"}}),e._v(" 返回 ")]):e._e()],1)],2)],1)},da=[],ha={data:function(){return{id:"",type:"",ro:{zhanghao:!1,xingming:!1,jiashizhenghao:!1,chepaihao:!1,fafangshijian:!1,yuangongzhanghao:!1,yuangongxingming:!1,crossuserid:!1,crossrefid:!1},ruleForm:{zhanghao:"",xingming:"",jiashizhenghao:"",chepaihao:"",fafangshijian:"",yuangongzhanghao:"",yuangongxingming:"",crossuserid:"",crossrefid:""},yuangongzhanghaoOptions:[],rules:{zhanghao:[],xingming:[],jiashizhenghao:[],chepaihao:[{required:!0,message:"车牌号不能为空",trigger:"blur"}],fafangshijian:[],yuangongzhanghao:[],yuangongxingming:[],crossuserid:[],crossrefid:[]}}},props:["parent"],computed:{},components:{},created:function(){this.ruleForm.fafangshijian=this.getCurDateTime()},methods:{download:function(e){window.open("".concat(e))},init:function(e,t){var a=this;if(e&&(this.id=e,this.type=t),"info"==this.type||"else"==this.type)this.info(e);else if("logistics"==this.type)this.logistics=!1,this.info(e);else if("cross"==this.type){var i=this.$storage.getObj("crossObj");for(var n in i)"zhanghao"!=n?"xingming"!=n?"jiashizhenghao"!=n?"chepaihao"!=n?"fafangshijian"!=n?"yuangongzhanghao"!=n?"yuangongxingming"!=n?"crossuserid"!=n?"crossrefid"!=n||(this.ruleForm.crossrefid=i[n],this.ro.crossrefid=!0):(this.ruleForm.crossuserid=i[n],this.ro.crossuserid=!0):(this.ruleForm.yuangongxingming=i[n],this.ro.yuangongxingming=!0):(this.ruleForm.yuangongzhanghao=i[n],this.ro.yuangongzhanghao=!0):(this.ruleForm.fafangshijian=i[n],this.ro.fafangshijian=!0):(this.ruleForm.chepaihao=i[n],this.ro.chepaihao=!0):(this.ruleForm.jiashizhenghao=i[n],this.ro.jiashizhenghao=!0):(this.ruleForm.xingming=i[n],this.ro.xingming=!0):(this.ruleForm.zhanghao=i[n],this.ro.zhanghao=!0)}this.$http({url:"".concat(this.$storage.get("sessionTable"),"/session"),method:"get"}).then((function(e){var t=e.data;if(t&&0===t.code){var i=t.data;(""!=i.zhanghao&&i.zhanghao||0==i.zhanghao)&&"管理员"!=a.$storage.get("role")&&(a.ruleForm.zhanghao=i.zhanghao,a.ro.zhanghao=!0),(""!=i.xingming&&i.xingming||0==i.xingming)&&"管理员"!=a.$storage.get("role")&&(a.ruleForm.xingming=i.xingming,a.ro.xingming=!0)}else a.$message.error(t.msg)})),this.$http({url:"option/gongzuorenyuan/yuangongzhanghao",method:"get"}).then((function(e){var t=e.data;t&&0===t.code?a.yuangongzhanghaoOptions=t.data:a.$message.error(t.msg)}))},yuangongzhanghaoChange:function(){var e=this;this.$http({url:"follow/gongzuorenyuan/yuangongzhanghao?columnValue="+this.ruleForm.yuangongzhanghao,method:"get"}).then((function(t){var a=t.data;a&&0===a.code?a.data.yuangongxingming&&(e.ruleForm.yuangongxingming=a.data.yuangongxingming):e.$message.error(a.msg)}))},info:function(e){var t=this;this.$http({url:"fafangpaizhao/info/".concat(e),method:"get"}).then((function(e){var a=e.data;if(a&&0===a.code){t.ruleForm=a.data;new RegExp("../../../upload","g")}else t.$message.error(a.msg)}))},onSubmit:function(){var e,t,a,i=this;this.$storage.getObj("crossObj");if("cross"==this.type){var n=this.$storage.get("statusColumnName"),o=this.$storage.get("statusColumnValue");if(""!=n){var r=this.$storage.getObj("crossObj");if(n&&!n.startsWith("[")){for(var s in r)s==n&&(r[s]=o);var l=this.$storage.get("crossTable");this.$http({url:"".concat(l,"/update"),method:"post",data:r}).then((function(e){e.data}))}else e=this.$storage.get("userid"),t=r["id"],a=this.$storage.get("statusColumnName"),a=a.replace(/\[/,"").replace(/\]/,"")}}this.$refs["ruleForm"].validate((function(n){if(n)if(t&&e){i.ruleForm.crossuserid=e,i.ruleForm.crossrefid=t;var o={page:1,limit:10,crossuserid:i.ruleForm.crossuserid,crossrefid:i.ruleForm.crossrefid};i.$http({url:"fafangpaizhao/page",method:"get",params:o}).then((function(e){var t=e.data;if(t&&0===t.code){if(t.data.total>=a)return i.$message.error(i.$storage.get("tips")),!1;i.$http({url:"fafangpaizhao/".concat(i.ruleForm.id?"update":"save"),method:"post",data:i.ruleForm}).then((function(e){var t=e.data;t&&0===t.code?i.$message({message:"操作成功",type:"success",duration:1500,onClose:function(){i.parent.showFlag=!0,i.parent.addOrUpdateFlag=!1,i.parent.fafangpaizhaoCrossAddOrUpdateFlag=!1,i.parent.search(),i.parent.contentStyleChange()}}):i.$message.error(t.msg)}))}}))}else i.$http({url:"fafangpaizhao/".concat(i.ruleForm.id?"update":"save"),method:"post",data:i.ruleForm}).then((function(e){var t=e.data;t&&0===t.code?i.$message({message:"操作成功",type:"success",duration:1500,onClose:function(){i.parent.showFlag=!0,i.parent.addOrUpdateFlag=!1,i.parent.fafangpaizhaoCrossAddOrUpdateFlag=!1,i.parent.search(),i.parent.contentStyleChange()}}):i.$message.error(t.msg)}))}))},getUUID:function(){return(new Date).getTime()},back:function(){this.parent.showFlag=!0,this.parent.addOrUpdateFlag=!1,this.parent.fafangpaizhaoCrossAddOrUpdateFlag=!1,this.parent.contentStyleChange()}}},ga=ha,pa=(a("6fd7"),Object(m["a"])(ga,ua,da,!1,null,"2a82c071",null)),ma=pa.exports,fa={data:function(){return{searchForm:{key:""},form:{},sfshOptions:[],dataList:[],pageIndex:1,pageSize:10,totalPage:0,dataListLoading:!1,dataListSelections:[],showFlag:!0,sfshVisiable:!1,shForm:{},sfshBatchVisiable:!1,shBatchForm:{sfsh:"",shhf:""},batchIds:[],chartVisiable:!1,chartVisiable1:!1,chartVisiable2:!1,chartVisiable3:!1,chartVisiable4:!1,chartVisiable5:!1,addOrUpdateFlag:!1,fafangpaizhaoCrossAddOrUpdateFlag:!1,layouts:["prev","pager","next"]}},created:function(){this.init(),this.getDataList(),this.contentStyleChange()},mounted:function(){},filters:{htmlfilter:function(e){return e.replace(/<[^>]*>/g).replace(/undefined/g,"")}},computed:{tablename:function(){return this.$storage.get("sessionTable")}},components:{AddOrUpdate:ca,fafangpaizhaoCrossAddOrUpdate:ma},methods:{contentStyleChange:function(){this.contentPageStyleChange()},contentPageStyleChange:function(){},fafangpaizhaoCrossAddOrUpdateHandler:function(e,t,a,i,n,o,r){var s=this;if("是"!=a||"是"==e.sfsh){if(this.showFlag=!1,this.addOrUpdateFlag=!1,this.fafangpaizhaoCrossAddOrUpdateFlag=!0,this.$storage.set("crossObj",e),this.$storage.set("crossTable","guapaishenqing"),this.$storage.set("statusColumnName",n),this.$storage.set("statusColumnValue",r),this.$storage.set("tips",o),""!=n&&!n.startsWith("[")){var l=this.$storage.getObj("crossObj");for(var c in l)if(c==n&&l[c]==r)return this.$message({message:o,type:"success",duration:1500,onClose:function(){s.getDataList()}}),this.showFlag=!0,void(this.fafangpaizhaoCrossAddOrUpdateFlag=!1)}this.$nextTick((function(){s.$refs.fafangpaizhaoCrossaddOrUpdate.init(e.id,t)}))}else this.$message({message:"请审核通过后再操作",type:"success",duration:1500,onClose:function(){}})},init:function(){this.sfshOptions="是,否,待审核".split(",")},search:function(){this.pageIndex=1,this.getDataList()},getDataList:function(){var e=this;this.dataListLoading=!0;var t={page:this.pageIndex,limit:this.pageSize,sort:"id",order:"desc"};""!=this.searchForm.biaoti&&void 0!=this.searchForm.biaoti&&(t["biaoti"]="%"+this.searchForm.biaoti+"%"),""!=this.searchForm.sfsh&&void 0!=this.searchForm.sfsh&&(t["sfsh"]=this.searchForm.sfsh);var a=JSON.parse(this.$storage.getObj("userForm"));console.log(a),this.$http({url:"guapaishenqing/page",method:"get",params:t}).then((function(t){var a=t.data;a&&0===a.code?(e.dataList=a.data.list,e.totalPage=a.data.total):(e.dataList=[],e.totalPage=0),e.dataListLoading=!1}))},sizeChangeHandle:function(e){this.pageSize=e,this.pageIndex=1,this.getDataList()},currentChangeHandle:function(e){this.pageIndex=e,this.getDataList()},selectionChangeHandler:function(e){this.dataListSelections=e},addOrUpdateHandler:function(e,t){var a=this;this.showFlag=!1,this.addOrUpdateFlag=!0,this.crossAddOrUpdateFlag=!1,"info"!=t&&(t="else"),this.$nextTick((function(){a.$refs.addOrUpdate.init(e,t)}))},shBatchDialog:function(){for(var e in this.dataListSelections){if(this.dataListSelections[e].sfsh&&"待审核"!=this.dataListSelections[e].sfsh)return this.$message.error("存在已审核数据,不能批量审核"),this.batchIds=[],!1;this.batchIds.push(this.dataListSelections[e].id)}this.sfshBatchVisiable=!0},shBatchHandler:function(){var e=this;this.$confirm("是否".concat(this.batchIds.length>1?"一键审核":"审核","选中数据?"),"提示",{confirmButtonText:"确定",cancelButtonText:"取消",type:"warning"}).then((function(){e.$http({url:"guapaishenqing/shBatch?sfsh="+e.shBatchForm.sfsh+"&shhf="+e.shBatchForm.shhf,method:"post",data:e.batchIds}).then((function(t){var a=t.data;a&&0===a.code?e.$message({message:"操作成功",type:"success",duration:1500,onClose:function(){e.getDataList(),e.sfshBatchVisiable=!1,e.batchIds=[]}}):e.$message.error(a.msg)}))}))},download:function(e){var t=this,a=e.replace(new RegExp("upload/","g"),"");c.a.get(this.$base.url+"file/download?fileName="+a,{headers:{token:this.$storage.get("Token")},responseType:"blob"}).then((function(e){var t=e.data,i=[];i.push(t);var n=window.URL.createObjectURL(new Blob(i,{type:"application/pdf;chartset=UTF-8"})),o=document.createElement("a");o.href=n,o.download=a,o.dispatchEvent(new MouseEvent("click",{bubbles:!0,cancelable:!0,view:window})),window.URL.revokeObjectURL(t)}),(function(e){c.a.get((location.href.split(t.$base.name).length>1?location.href.split(t.$base.name)[0]:"")+t.$base.name+"/file/download?fileName="+a,{headers:{token:t.$storage.get("Token")},responseType:"blob"}).then((function(e){var t=e.data,i=[];i.push(t);var n=window.URL.createObjectURL(new Blob(i,{type:"application/pdf;chartset=UTF-8"})),o=document.createElement("a");o.href=n,o.download=a,o.dispatchEvent(new MouseEvent("click",{bubbles:!0,cancelable:!0,view:window})),window.URL.revokeObjectURL(t)}))}))},preClick:function(e){if(!e)return!1;window.open(location.href.split(this.$base.name).length>1?location.href.split(this.$base.name)[0]+this.$base.name+"/"+e:this.$base.url+e)},guapaishenqingstatusChange:function(e,t){var a=this;0==t.status&&(t.passwordwrongnum=0),this.$http({url:"guapaishenqing/update",method:"post",data:t}).then((function(e){1==t.status?a.$message.error("该用户已锁定"):a.$message.success("该用户已解除锁定")}))},deleteHandler:function(e){var t=this;return Object(r["a"])(Object(o["a"])().mark((function a(){var i;return Object(o["a"])().wrap((function(a){while(1)switch(a.prev=a.next){case 0:return i=e?[Number(e)]:t.dataListSelections.map((function(e){return Number(e.id)})),a.next=3,t.$confirm("确定进行[".concat(e?"删除":"批量删除","]操作?"),"提示",{confirmButtonText:"确定",cancelButtonText:"取消",type:"warning"}).then(Object(r["a"])(Object(o["a"])().mark((function e(){return Object(o["a"])().wrap((function(e){while(1)switch(e.prev=e.next){case 0:return e.next=2,t.$http({url:"guapaishenqing/delete",method:"post",data:i}).then(function(){var e=Object(r["a"])(Object(o["a"])().mark((function e(a){var i;return Object(o["a"])().wrap((function(e){while(1)switch(e.prev=e.next){case 0:i=a.data,i&&0===i.code?t.$message({message:"操作成功",type:"success",duration:1500,onClose:function(){t.search()}}):t.$message.error(i.msg);case 2:case"end":return e.stop()}}),e)})));return function(t){return e.apply(this,arguments)}}());case 2:case"end":return e.stop()}}),e)}))));case 3:case"end":return a.stop()}}),a)})))()}}},ba=fa,xa=(a("3202"),Object(m["a"])(ba,aa,ia,!1,null,"74f1b30c",null)),ya=xa.exports,Aa=function(){var e=this,t=e._self._c;return t("div",{staticClass:"main-content",style:{minHeight:"calc(100vh - 200px)",padding:"0px 5%",margin:"0 auto",color:"#666",background:"none",width:"calc(100% - 0px)",fontSize:"14px",height:"100%"}},[e.showFlag?[t("el-form",{staticClass:"center-form-pv",style:{padding:"20px 20px 0",boxShadow:"0 2px 3px 0px rgba(100,100,100,.05)",margin:"0 0 0px",borderColor:"#f6f6f6",display:"flex",justifyContent:"center",minHeight:"100px",overflow:"hidden",borderRadius:"4px 4px 0 0",flexWrap:"wrap",background:"#fff",borderWidth:"2px 2px 0",fontSize:"inherit",borderStyle:"solid"},attrs:{inline:!0,model:e.searchForm}},[t("el-row",{style:{padding:"0px",boxShadow:"0 0px 0px 0px rgba(115,108,203,.23)",margin:"0 0px 0px 0",borderRadius:"0px",alignItems:"center",background:"none",display:"flex",width:"auto",fontSize:"inherit",justifyContent:"flex-end",order:"2"}},[t("div",{style:{margin:"0 10px 0 0",fontSize:"inherit",display:"inline-block"}},[t("label",{staticClass:"item-label",style:{margin:"0 10px 0 0",color:"inherit",display:"inline-block",lineHeight:"34px",fontSize:"inherit",fontWeight:"500",height:"34px"}},[e._v("账号")]),t("el-input",{attrs:{placeholder:"账号",clearable:""},nativeOn:{keydown:function(t){return!t.type.indexOf("key")&&e._k(t.keyCode,"enter",13,t.key,"Enter")?null:e.search()}},model:{value:e.searchForm.zhanghao,callback:function(t){e.$set(e.searchForm,"zhanghao",t)},expression:"searchForm.zhanghao"}})],1),t("div",{style:{margin:"0 10px 0 0",fontSize:"inherit",display:"inline-block"}},[t("label",{staticClass:"item-label",style:{margin:"0 10px 0 0",color:"inherit",display:"inline-block",lineHeight:"34px",fontSize:"inherit",fontWeight:"500",height:"34px"}},[e._v("姓名")]),t("el-input",{attrs:{placeholder:"姓名",clearable:""},nativeOn:{keydown:function(t){return!t.type.indexOf("key")&&e._k(t.keyCode,"enter",13,t.key,"Enter")?null:e.search()}},model:{value:e.searchForm.xingming,callback:function(t){e.$set(e.searchForm,"xingming",t)},expression:"searchForm.xingming"}})],1),t("div",{staticClass:"select",style:{margin:"0 10px 0 0",fontSize:"inherit",display:"inline-block"},attrs:{label:"性别",prop:"xingbie"}},[t("label",{staticClass:"item-label",style:{margin:"0 10px 0 0",color:"inherit",display:"inline-block",lineHeight:"34px",fontSize:"inherit",fontWeight:"500",height:"34px"}},[e._v("性别")]),t("el-select",{attrs:{clearable:"",placeholder:"请选择性别"},model:{value:e.searchForm.xingbie,callback:function(t){e.$set(e.searchForm,"xingbie",t)},expression:"searchForm.xingbie"}},e._l(e.xingbieOptions,(function(e,a){return t("el-option",{key:a,attrs:{label:e,value:e}})})),1)],1),t("el-button",{staticClass:"search",attrs:{type:"success"},on:{click:function(t){return e.search()}}},[t("span",{staticClass:"icon iconfont icon-chakan18",style:{margin:"0 2px",fontSize:"18px",color:"#00acc1",display:"inline-block",height:"auto"}}),e._v(" 查询 ")])],1),t("el-row",{staticClass:"actions",style:{boxShadow:"0 0px 0px 0px rgba(115,108,203,.23)",padding:"0 20px 0 0",margin:"0px 0 0px",color:"#333",alignItems:"center",textAlign:"left",display:"flex",borderRadius:"0px",flexWrap:"wrap",background:"none",flex:"1",width:"auto",fontSize:"inherit",order:"1"}},[e.isAuth("jiashiyuan","新增")?t("el-button",{staticClass:"add",attrs:{type:"success"},on:{click:function(t){return e.addOrUpdateHandler()}}},[t("span",{staticClass:"icon iconfont icon-tianjia14",style:{margin:"0 2px",fontSize:"inherit",color:"inherit",display:"none"}}),e._v(" 新增 ")]):e._e(),e.isAuth("jiashiyuan","删除")?t("el-button",{staticClass:"del",attrs:{disabled:!e.dataListSelections.length,type:"danger"},on:{click:function(t){return e.deleteHandler()}}},[t("span",{staticClass:"icon iconfont icon-shanchu9",style:{margin:"0 2px",fontSize:"inherit",color:"inherit",display:"none"}}),e._v(" 删除 ")]):e._e()],1)],1),t("div",{style:{padding:"20px",borderColor:"#f6f6f6",margin:"0 0 0px",borderRadius:"0 0 4px 4px",background:"rgba(255,255,255,1)",borderWidth:"0 2px 2px",width:"100%",borderStyle:"solid"}},[e.isAuth("jiashiyuan","查看")?t("el-table",{directives:[{name:"loading",rawName:"v-loading",value:e.dataListLoading,expression:"dataListLoading"}],staticClass:"tables",style:{padding:"0",borderColor:"#eee",color:"inherit",borderRadius:"0px",borderWidth:"0px 0px 0 0px",background:"none",width:"100%",fontSize:"inherit",borderStyle:"solid"},attrs:{stripe:!1,border:!0,data:e.dataList},on:{"selection-change":e.selectionChangeHandler}},[t("el-table-column",{attrs:{resizable:!0,type:"selection",align:"center",width:"50"}}),t("el-table-column",{attrs:{resizable:!0,sortable:!0,label:"序号",type:"index",width:"50"}}),t("el-table-column",{attrs:{resizable:!0,sortable:!0,prop:"zhanghao",label:"账号"},scopedSlots:e._u([{key:"default",fn:function(t){return[e._v(" "+e._s(t.row.zhanghao)+" ")]}}],null,!1,2757161441)}),t("el-table-column",{attrs:{resizable:!0,sortable:!0,prop:"xingming",label:"姓名"},scopedSlots:e._u([{key:"default",fn:function(t){return[e._v(" "+e._s(t.row.xingming)+" ")]}}],null,!1,1096791112)}),t("el-table-column",{attrs:{resizable:!0,sortable:!0,prop:"xingbie",label:"性别"},scopedSlots:e._u([{key:"default",fn:function(t){return[e._v(" "+e._s(t.row.xingbie)+" ")]}}],null,!1,224366571)}),t("el-table-column",{attrs:{resizable:!0,sortable:!0,prop:"shouji",label:"手机"},scopedSlots:e._u([{key:"default",fn:function(t){return[e._v(" "+e._s(t.row.shouji)+" ")]}}],null,!1,1642124447)}),t("el-table-column",{attrs:{resizable:!0,sortable:!0,prop:"shenfenzheng",label:"身份证"},scopedSlots:e._u([{key:"default",fn:function(t){return[e._v(" "+e._s(t.row.shenfenzheng)+" ")]}}],null,!1,2194797182)}),t("el-table-column",{attrs:{resizable:!0,sortable:!0,prop:"chushengriqi",label:"出生日期"},scopedSlots:e._u([{key:"default",fn:function(t){return[e._v(" "+e._s(t.row.chushengriqi)+" ")]}}],null,!1,3844361719)}),t("el-table-column",{attrs:{resizable:!0,sortable:!0,prop:"jiashizhenghao",label:"驾驶证号"},scopedSlots:e._u([{key:"default",fn:function(t){return[e._v(" "+e._s(t.row.jiashizhenghao)+" ")]}}],null,!1,1810102229)}),t("el-table-column",{attrs:{resizable:!0,sortable:!0,prop:"touxiang",width:"200",label:"头像"},scopedSlots:e._u([{key:"default",fn:function(a){return[a.row.touxiang?t("div",["http"==a.row.touxiang.substring(0,4)?t("img",{staticStyle:{"object-fit":"cover"},attrs:{src:a.row.touxiang.split(",")[0],width:"100",height:"100"}}):t("img",{staticStyle:{"object-fit":"cover"},attrs:{src:e.$base.url+a.row.touxiang.split(",")[0],width:"100",height:"100"}})]):t("div",[e._v("无图片")])]}}],null,!1,3010260696)}),t("el-table-column",{attrs:{width:"300",label:"操作"},scopedSlots:e._u([{key:"default",fn:function(a){return[e.isAuth("jiashiyuan","查看")?t("el-button",{staticClass:"view",attrs:{type:"success"},on:{click:function(t){return e.addOrUpdateHandler(a.row.id,"info")}}},[t("span",{staticClass:"icon iconfont icon-chakan8",style:{margin:"0 0 0 4px",fontSize:"inherit",color:"inherit",display:"none",height:"auto"}}),e._v(" 详情 ")]):e._e(),e.isAuth("jiashiyuan","修改")?t("el-button",{staticClass:"edit",attrs:{type:"success"},on:{click:function(t){return e.addOrUpdateHandler(a.row.id)}}},[t("span",{staticClass:"icon iconfont icon-xiugai19",style:{margin:"0 0 0 4px",fontSize:"inherit",color:"inherit",display:"none",height:"auto"}}),e._v(" 更改 ")]):e._e(),e.isAuth("jiashiyuan","删除")?t("el-button",{staticClass:"del",attrs:{type:"primary"},on:{click:function(t){return e.deleteHandler(a.row.id)}}},[t("span",{staticClass:"icon iconfont icon-shanchu16",style:{margin:"0 0 0 4px",fontSize:"inherit",color:"inherit",display:"none",height:"auto"}}),e._v(" 移除 ")]):e._e()]}}],null,!1,1868120368)})],1):e._e()],1),t("el-pagination",{style:{border:"0px solid #dee2e6",padding:"10px 0",margin:"10px 0 0",whiteSpace:"nowrap",color:"inherit",textAlign:"center",background:"none",width:"100%",fontSize:"inherit",fontWeight:"500"},attrs:{"current-page":e.pageIndex,background:"","page-sizes":[10,50,100,200],"page-size":e.pageSize,layout:e.layouts.join(),total:e.totalPage,"prev-text":"上一页 ","next-text":"下一页 ","hide-on-single-page":!1},on:{"size-change":e.sizeChangeHandle,"current-change":e.currentChangeHandle}})]:e._e(),e.addOrUpdateFlag?t("add-or-update",{ref:"addOrUpdate",attrs:{parent:this}}):e._e()],2)},va=[],wa=function(){var e=this,t=e._self._c;return t("div",{staticClass:"addEdit-block",style:{minHeight:"calc(100vh - 200px)",padding:"0px 0 30px",margin:"0 auto",color:"#8e99a2",background:"none",width:"calc(100% - 0px)",fontSize:"14px",height:"100%"}},[t("el-form",{ref:"ruleForm",staticClass:"add-update-preview",style:{padding:"30px 5%",borderColor:"#f6f6f6",alignItems:"flex-start",borderRadius:"4px",flexWrap:"wrap",background:"rgba(255,255,255,.9)",borderWidth:"2px",display:"flex",fontSize:"inherit",borderStyle:"solid"},attrs:{model:e.ruleForm,rules:e.rules,"label-width":"200px"}},[["info"!=e.type?t("el-form-item",{staticClass:"input",style:{padding:"2px 0",margin:"0 auto 20px",color:"inherit",borderRadius:"4px",background:"none",width:"100%",fontSize:"inherit"},attrs:{label:"账号",prop:"zhanghao"}},[t("el-input",{attrs:{placeholder:"账号",clearable:"",readonly:e.ro.zhanghao},model:{value:e.ruleForm.zhanghao,callback:function(t){e.$set(e.ruleForm,"zhanghao",t)},expression:"ruleForm.zhanghao"}})],1):t("el-form-item",{staticClass:"input",style:{padding:"2px 0",margin:"0 auto 20px",color:"inherit",borderRadius:"4px",background:"none",width:"100%",fontSize:"inherit"},attrs:{label:"账号",prop:"zhanghao"}},[t("el-input",{attrs:{placeholder:"账号",readonly:""},model:{value:e.ruleForm.zhanghao,callback:function(t){e.$set(e.ruleForm,"zhanghao",t)},expression:"ruleForm.zhanghao"}})],1),"info"!=e.type?t("el-form-item",{staticClass:"input",style:{padding:"2px 0",margin:"0 auto 20px",color:"inherit",borderRadius:"4px",background:"none",width:"100%",fontSize:"inherit"},attrs:{label:"密码",prop:"mima"}},[t("el-input",{attrs:{placeholder:"密码",clearable:"",readonly:e.ro.mima},model:{value:e.ruleForm.mima,callback:function(t){e.$set(e.ruleForm,"mima",t)},expression:"ruleForm.mima"}})],1):t("el-form-item",{staticClass:"input",style:{padding:"2px 0",margin:"0 auto 20px",color:"inherit",borderRadius:"4px",background:"none",width:"100%",fontSize:"inherit"},attrs:{label:"密码",prop:"mima"}},[t("el-input",{attrs:{placeholder:"密码",readonly:""},model:{value:e.ruleForm.mima,callback:function(t){e.$set(e.ruleForm,"mima",t)},expression:"ruleForm.mima"}})],1),"info"!=e.type?t("el-form-item",{staticClass:"input",style:{padding:"2px 0",margin:"0 auto 20px",color:"inherit",borderRadius:"4px",background:"none",width:"100%",fontSize:"inherit"},attrs:{label:"姓名",prop:"xingming"}},[t("el-input",{attrs:{placeholder:"姓名",clearable:"",readonly:e.ro.xingming},model:{value:e.ruleForm.xingming,callback:function(t){e.$set(e.ruleForm,"xingming",t)},expression:"ruleForm.xingming"}})],1):t("el-form-item",{staticClass:"input",style:{padding:"2px 0",margin:"0 auto 20px",color:"inherit",borderRadius:"4px",background:"none",width:"100%",fontSize:"inherit"},attrs:{label:"姓名",prop:"xingming"}},[t("el-input",{attrs:{placeholder:"姓名",readonly:""},model:{value:e.ruleForm.xingming,callback:function(t){e.$set(e.ruleForm,"xingming",t)},expression:"ruleForm.xingming"}})],1),"info"!=e.type?t("el-form-item",{staticClass:"select",style:{padding:"2px 0",margin:"0 auto 20px",color:"inherit",borderRadius:"4px",background:"none",width:"100%",fontSize:"inherit"},attrs:{label:"性别",prop:"xingbie"}},[t("el-select",{attrs:{disabled:e.ro.xingbie,placeholder:"请选择性别"},model:{value:e.ruleForm.xingbie,callback:function(t){e.$set(e.ruleForm,"xingbie",t)},expression:"ruleForm.xingbie"}},e._l(e.xingbieOptions,(function(e,a){return t("el-option",{key:a,attrs:{label:e,value:e}})})),1)],1):t("el-form-item",{staticClass:"input",style:{padding:"2px 0",margin:"0 auto 20px",color:"inherit",borderRadius:"4px",background:"none",width:"100%",fontSize:"inherit"},attrs:{label:"性别",prop:"xingbie"}},[t("el-input",{attrs:{placeholder:"性别",readonly:""},model:{value:e.ruleForm.xingbie,callback:function(t){e.$set(e.ruleForm,"xingbie",t)},expression:"ruleForm.xingbie"}})],1),"info"!=e.type?t("el-form-item",{staticClass:"input",style:{padding:"2px 0",margin:"0 auto 20px",color:"inherit",borderRadius:"4px",background:"none",width:"100%",fontSize:"inherit"},attrs:{label:"手机",prop:"shouji"}},[t("el-input",{attrs:{placeholder:"手机",clearable:"",readonly:e.ro.shouji},model:{value:e.ruleForm.shouji,callback:function(t){e.$set(e.ruleForm,"shouji",t)},expression:"ruleForm.shouji"}})],1):t("el-form-item",{staticClass:"input",style:{padding:"2px 0",margin:"0 auto 20px",color:"inherit",borderRadius:"4px",background:"none",width:"100%",fontSize:"inherit"},attrs:{label:"手机",prop:"shouji"}},[t("el-input",{attrs:{placeholder:"手机",readonly:""},model:{value:e.ruleForm.shouji,callback:function(t){e.$set(e.ruleForm,"shouji",t)},expression:"ruleForm.shouji"}})],1),"info"!=e.type?t("el-form-item",{staticClass:"input",style:{padding:"2px 0",margin:"0 auto 20px",color:"inherit",borderRadius:"4px",background:"none",width:"100%",fontSize:"inherit"},attrs:{label:"身份证",prop:"shenfenzheng"}},[t("el-input",{attrs:{placeholder:"身份证",clearable:"",readonly:e.ro.shenfenzheng},model:{value:e.ruleForm.shenfenzheng,callback:function(t){e.$set(e.ruleForm,"shenfenzheng",t)},expression:"ruleForm.shenfenzheng"}})],1):t("el-form-item",{staticClass:"input",style:{padding:"2px 0",margin:"0 auto 20px",color:"inherit",borderRadius:"4px",background:"none",width:"100%",fontSize:"inherit"},attrs:{label:"身份证",prop:"shenfenzheng"}},[t("el-input",{attrs:{placeholder:"身份证",readonly:""},model:{value:e.ruleForm.shenfenzheng,callback:function(t){e.$set(e.ruleForm,"shenfenzheng",t)},expression:"ruleForm.shenfenzheng"}})],1),"info"!=e.type?t("el-form-item",{staticClass:"date",style:{padding:"2px 0",margin:"0 auto 20px",color:"inherit",borderRadius:"4px",background:"none",width:"100%",fontSize:"inherit"},attrs:{label:"出生日期",prop:"chushengriqi"}},[t("el-date-picker",{attrs:{format:"yyyy 年 MM 月 dd 日","value-format":"yyyy-MM-dd",type:"date",readonly:e.ro.chushengriqi,placeholder:"出生日期"},model:{value:e.ruleForm.chushengriqi,callback:function(t){e.$set(e.ruleForm,"chushengriqi",t)},expression:"ruleForm.chushengriqi"}})],1):e.ruleForm.chushengriqi?t("el-form-item",{staticClass:"input",style:{padding:"2px 0",margin:"0 auto 20px",color:"inherit",borderRadius:"4px",background:"none",width:"100%",fontSize:"inherit"},attrs:{label:"出生日期",prop:"chushengriqi"}},[t("el-input",{attrs:{placeholder:"出生日期",readonly:""},model:{value:e.ruleForm.chushengriqi,callback:function(t){e.$set(e.ruleForm,"chushengriqi",t)},expression:"ruleForm.chushengriqi"}})],1):e._e(),"info"!=e.type?t("el-form-item",{staticClass:"input",style:{padding:"2px 0",margin:"0 auto 20px",color:"inherit",borderRadius:"4px",background:"none",width:"100%",fontSize:"inherit"},attrs:{label:"驾驶证号",prop:"jiashizhenghao"}},[t("el-input",{attrs:{placeholder:"驾驶证号",clearable:"",readonly:e.ro.jiashizhenghao},model:{value:e.ruleForm.jiashizhenghao,callback:function(t){e.$set(e.ruleForm,"jiashizhenghao",t)},expression:"ruleForm.jiashizhenghao"}})],1):t("el-form-item",{staticClass:"input",style:{padding:"2px 0",margin:"0 auto 20px",color:"inherit",borderRadius:"4px",background:"none",width:"100%",fontSize:"inherit"},attrs:{label:"驾驶证号",prop:"jiashizhenghao"}},[t("el-input",{attrs:{placeholder:"驾驶证号",readonly:""},model:{value:e.ruleForm.jiashizhenghao,callback:function(t){e.$set(e.ruleForm,"jiashizhenghao",t)},expression:"ruleForm.jiashizhenghao"}})],1),"info"==e.type||e.ro.touxiang?e.ruleForm.touxiang?t("el-form-item",{staticClass:"upload",style:{padding:"2px 0",margin:"0 auto 20px",color:"inherit",borderRadius:"4px",background:"none",width:"100%",fontSize:"inherit"},attrs:{label:"头像",prop:"touxiang"}},["http"==e.ruleForm.touxiang.substring(0,4)?t("img",{key:e.index,staticClass:"upload-img",staticStyle:{"margin-right":"20px"},attrs:{src:e.ruleForm.touxiang.split(",")[0],width:"100",height:"100"}}):e._l(e.ruleForm.touxiang.split(","),(function(a,i){return t("img",{key:i,staticClass:"upload-img",staticStyle:{"margin-right":"20px"},attrs:{src:e.$base.url+a,width:"100",height:"100"}})}))],2):e._e():t("el-form-item",{staticClass:"upload",style:{padding:"2px 0",margin:"0 auto 20px",color:"inherit",borderRadius:"4px",background:"none",width:"100%",fontSize:"inherit"},attrs:{label:"头像",prop:"touxiang"}},[t("file-upload",{attrs:{tip:"点击上传头像",action:"file/upload",limit:3,multiple:!0,fileUrls:e.ruleForm.touxiang?e.ruleForm.touxiang:""},on:{change:e.touxiangUploadChange}})],1)],t("el-form-item",{staticClass:"btn",style:{padding:"0",margin:"30px auto",alignItems:"center",textAlign:"center",background:"none",display:"flex",width:"60%",fontSize:"18px"}},["info"!=e.type?t("el-button",{staticClass:"btn3",attrs:{type:"success"},on:{click:e.onSubmit}},[t("span",{staticClass:"icon iconfont icon-tijiao16",style:{margin:"0 2px",fontSize:"inherit",color:"inherit",display:"none"}}),e._v(" 确定 ")]):e._e(),"info"!=e.type?t("el-button",{staticClass:"btn4",attrs:{type:"success"},on:{click:function(t){return e.back()}}},[t("span",{staticClass:"icon iconfont icon-quxiao09",style:{margin:"0 2px",fontSize:"inherit",color:"inherit",display:"none"}}),e._v(" 取消 ")]):e._e(),"info"==e.type?t("el-button",{staticClass:"btn5",attrs:{type:"success"},on:{click:function(t){return e.back()}}},[t("span",{staticClass:"icon iconfont icon-fanhui01",style:{margin:"0 2px",fontSize:"inherit",color:"inherit",display:"none"}}),e._v(" 返回 ")]):e._e()],1)],2)],1)},ka=[],za={data:function(){var e=function(e,t,a){t?Object(h["checkIdCard"])(t)?a():a(new Error("请输入正确的身份证号码")):a()},t=function(e,t,a){t?Object(h["isMobile"])(t)?a():a(new Error("请输入正确的手机号码")):a()};return{id:"",type:"",ro:{zhanghao:!1,mima:!1,xingming:!1,xingbie:!1,shouji:!1,shenfenzheng:!1,chushengriqi:!1,jiashizhenghao:!1,touxiang:!1},ruleForm:{zhanghao:"",mima:"",xingming:"",xingbie:"",shouji:"",shenfenzheng:"",chushengriqi:"",jiashizhenghao:"",touxiang:""},xingbieOptions:[],rules:{zhanghao:[{required:!0,message:"账号不能为空",trigger:"blur"}],mima:[{required:!0,message:"密码不能为空",trigger:"blur"}],xingming:[{required:!0,message:"姓名不能为空",trigger:"blur"}],xingbie:[],shouji:[{validator:t,trigger:"blur"}],shenfenzheng:[{required:!0,message:"身份证不能为空",trigger:"blur"},{validator:e,trigger:"blur"}],chushengriqi:[],jiashizhenghao:[{required:!0,message:"驾驶证号不能为空",trigger:"blur"}],touxiang:[]}}},props:["parent"],computed:{},components:{},created:function(){this.ruleForm.chushengriqi=this.getCurDate()},methods:{download:function(e){window.open("".concat(e))},init:function(e,t){var a=this;if(e&&(this.id=e,this.type=t),"info"==this.type||"else"==this.type)this.info(e);else if("logistics"==this.type)this.logistics=!1,this.info(e);else if("cross"==this.type){var i=this.$storage.getObj("crossObj");for(var n in i)"zhanghao"!=n?"mima"!=n?"xingming"!=n?"xingbie"!=n?"shouji"!=n?"shenfenzheng"!=n?"chushengriqi"!=n?"jiashizhenghao"!=n?"touxiang"!=n||(this.ruleForm.touxiang=i[n],this.ro.touxiang=!0):(this.ruleForm.jiashizhenghao=i[n],this.ro.jiashizhenghao=!0):(this.ruleForm.chushengriqi=i[n],this.ro.chushengriqi=!0):(this.ruleForm.shenfenzheng=i[n],this.ro.shenfenzheng=!0):(this.ruleForm.shouji=i[n],this.ro.shouji=!0):(this.ruleForm.xingbie=i[n],this.ro.xingbie=!0):(this.ruleForm.xingming=i[n],this.ro.xingming=!0):(this.ruleForm.mima=i[n],this.ro.mima=!0):(this.ruleForm.zhanghao=i[n],this.ro.zhanghao=!0)}this.$http({url:"".concat(this.$storage.get("sessionTable"),"/session"),method:"get"}).then((function(e){var t=e.data;if(t&&0===t.code)t.data;else a.$message.error(t.msg)})),this.xingbieOptions="男,女".split(",")},info:function(e){var t=this;this.$http({url:"jiashiyuan/info/".concat(e),method:"get"}).then((function(e){var a=e.data;if(a&&0===a.code){t.ruleForm=a.data;new RegExp("../../../upload","g")}else t.$message.error(a.msg)}))},onSubmit:function(){var e=this;null!=this.ruleForm.touxiang&&(this.ruleForm.touxiang=this.ruleForm.touxiang.replace(new RegExp(this.$base.url,"g"),""));var t,a,i;this.$storage.getObj("crossObj");if("cross"==this.type){var n=this.$storage.get("statusColumnName"),o=this.$storage.get("statusColumnValue");if(""!=n){var r=this.$storage.getObj("crossObj");if(n&&!n.startsWith("[")){for(var s in r)s==n&&(r[s]=o);var l=this.$storage.get("crossTable");this.$http({url:"".concat(l,"/update"),method:"post",data:r}).then((function(e){e.data}))}else t=this.$storage.get("userid"),a=r["id"],i=this.$storage.get("statusColumnName"),i=i.replace(/\[/,"").replace(/\]/,"")}}this.$refs["ruleForm"].validate((function(n){if(n)if(a&&t){e.ruleForm.crossuserid=t,e.ruleForm.crossrefid=a;var o={page:1,limit:10,crossuserid:e.ruleForm.crossuserid,crossrefid:e.ruleForm.crossrefid};e.$http({url:"jiashiyuan/page",method:"get",params:o}).then((function(t){var a=t.data;if(a&&0===a.code){if(a.data.total>=i)return e.$message.error(e.$storage.get("tips")),!1;e.$http({url:"jiashiyuan/".concat(e.ruleForm.id?"update":"save"),method:"post",data:e.ruleForm}).then((function(t){var a=t.data;a&&0===a.code?e.$message({message:"操作成功",type:"success",duration:1500,onClose:function(){e.parent.showFlag=!0,e.parent.addOrUpdateFlag=!1,e.parent.jiashiyuanCrossAddOrUpdateFlag=!1,e.parent.search(),e.parent.contentStyleChange()}}):e.$message.error(a.msg)}))}}))}else e.$http({url:"jiashiyuan/".concat(e.ruleForm.id?"update":"save"),method:"post",data:e.ruleForm}).then((function(t){var a=t.data;a&&0===a.code?e.$message({message:"操作成功",type:"success",duration:1500,onClose:function(){e.parent.showFlag=!0,e.parent.addOrUpdateFlag=!1,e.parent.jiashiyuanCrossAddOrUpdateFlag=!1,e.parent.search(),e.parent.contentStyleChange()}}):e.$message.error(a.msg)}))}))},getUUID:function(){return(new Date).getTime()},back:function(){this.parent.showFlag=!0,this.parent.addOrUpdateFlag=!1,this.parent.jiashiyuanCrossAddOrUpdateFlag=!1,this.parent.contentStyleChange()},touxiangUploadChange:function(e){this.ruleForm.touxiang=e}}},Fa=za,Ca=(a("5505"),Object(m["a"])(Fa,wa,ka,!1,null,"8c8aa792",null)),Sa=Ca.exports,ja={data:function(){return{xingbieOptions:[],searchForm:{key:""},form:{},dataList:[],pageIndex:1,pageSize:10,totalPage:0,dataListLoading:!1,dataListSelections:[],showFlag:!0,sfshVisiable:!1,shForm:{},chartVisiable:!1,chartVisiable1:!1,chartVisiable2:!1,chartVisiable3:!1,chartVisiable4:!1,chartVisiable5:!1,addOrUpdateFlag:!1,layouts:["prev","pager","next"]}},created:function(){this.init(),this.getDataList(),this.contentStyleChange()},mounted:function(){},filters:{htmlfilter:function(e){return e.replace(/<[^>]*>/g).replace(/undefined/g,"")}},computed:{tablename:function(){return this.$storage.get("sessionTable")}},components:{AddOrUpdate:Sa},methods:{contentStyleChange:function(){this.contentPageStyleChange()},contentPageStyleChange:function(){},init:function(){this.xingbieOptions="男,女".split(",")},search:function(){this.pageIndex=1,this.getDataList()},getDataList:function(){var e=this;this.dataListLoading=!0;var t={page:this.pageIndex,limit:this.pageSize,sort:"id",order:"desc"};""!=this.searchForm.zhanghao&&void 0!=this.searchForm.zhanghao&&(t["zhanghao"]="%"+this.searchForm.zhanghao+"%"),""!=this.searchForm.xingming&&void 0!=this.searchForm.xingming&&(t["xingming"]="%"+this.searchForm.xingming+"%"),""!=this.searchForm.xingbie&&void 0!=this.searchForm.xingbie&&(t["xingbie"]=this.searchForm.xingbie);var a=JSON.parse(this.$storage.getObj("userForm"));console.log(a),this.$http({url:"jiashiyuan/page",method:"get",params:t}).then((function(t){var a=t.data;a&&0===a.code?(e.dataList=a.data.list,e.totalPage=a.data.total):(e.dataList=[],e.totalPage=0),e.dataListLoading=!1}))},sizeChangeHandle:function(e){this.pageSize=e,this.pageIndex=1,this.getDataList()},currentChangeHandle:function(e){this.pageIndex=e,this.getDataList()},selectionChangeHandler:function(e){this.dataListSelections=e},addOrUpdateHandler:function(e,t){var a=this;this.showFlag=!1,this.addOrUpdateFlag=!0,this.crossAddOrUpdateFlag=!1,"info"!=t&&(t="else"),this.$nextTick((function(){a.$refs.addOrUpdate.init(e,t)}))},download:function(e){var t=this,a=e.replace(new RegExp("upload/","g"),"");c.a.get(this.$base.url+"file/download?fileName="+a,{headers:{token:this.$storage.get("Token")},responseType:"blob"}).then((function(e){var t=e.data,i=[];i.push(t);var n=window.URL.createObjectURL(new Blob(i,{type:"application/pdf;chartset=UTF-8"})),o=document.createElement("a");o.href=n,o.download=a,o.dispatchEvent(new MouseEvent("click",{bubbles:!0,cancelable:!0,view:window})),window.URL.revokeObjectURL(t)}),(function(e){c.a.get((location.href.split(t.$base.name).length>1?location.href.split(t.$base.name)[0]:"")+t.$base.name+"/file/download?fileName="+a,{headers:{token:t.$storage.get("Token")},responseType:"blob"}).then((function(e){var t=e.data,i=[];i.push(t);var n=window.URL.createObjectURL(new Blob(i,{type:"application/pdf;chartset=UTF-8"})),o=document.createElement("a");o.href=n,o.download=a,o.dispatchEvent(new MouseEvent("click",{bubbles:!0,cancelable:!0,view:window})),window.URL.revokeObjectURL(t)}))}))},preClick:function(e){if(!e)return!1;window.open(location.href.split(this.$base.name).length>1?location.href.split(this.$base.name)[0]+this.$base.name+"/"+e:this.$base.url+e)},jiashiyuanstatusChange:function(e,t){var a=this;0==t.status&&(t.passwordwrongnum=0),this.$http({url:"jiashiyuan/update",method:"post",data:t}).then((function(e){1==t.status?a.$message.error("该用户已锁定"):a.$message.success("该用户已解除锁定")}))},deleteHandler:function(e){var t=this;return Object(r["a"])(Object(o["a"])().mark((function a(){var i;return Object(o["a"])().wrap((function(a){while(1)switch(a.prev=a.next){case 0:return i=e?[Number(e)]:t.dataListSelections.map((function(e){return Number(e.id)})),a.next=3,t.$confirm("确定进行[".concat(e?"删除":"批量删除","]操作?"),"提示",{confirmButtonText:"确定",cancelButtonText:"取消",type:"warning"}).then(Object(r["a"])(Object(o["a"])().mark((function e(){return Object(o["a"])().wrap((function(e){while(1)switch(e.prev=e.next){case 0:return e.next=2,t.$http({url:"jiashiyuan/delete",method:"post",data:i}).then(function(){var e=Object(r["a"])(Object(o["a"])().mark((function e(a){var i;return Object(o["a"])().wrap((function(e){while(1)switch(e.prev=e.next){case 0:i=a.data,i&&0===i.code?t.$message({message:"操作成功",type:"success",duration:1500,onClose:function(){t.search()}}):t.$message.error(i.msg);case 2:case"end":return e.stop()}}),e)})));return function(t){return e.apply(this,arguments)}}());case 2:case"end":return e.stop()}}),e)}))));case 3:case"end":return a.stop()}}),a)})))()}}},Oa=ja,La=(a("ca61"),Object(m["a"])(Oa,Aa,va,!1,null,"73be8dc6",null)),Ma=La.exports,Ba=function(){var e=this,t=e._self._c;return t("div",{staticClass:"main-content",style:{minHeight:"calc(100vh - 200px)",padding:"0px 5%",margin:"0 auto",color:"#666",background:"none",width:"calc(100% - 0px)",fontSize:"14px",height:"100%"}},[e.showFlag?[t("el-form",{staticClass:"center-form-pv",style:{padding:"20px 20px 0",boxShadow:"0 2px 3px 0px rgba(100,100,100,.05)",margin:"0 0 0px",borderColor:"#f6f6f6",display:"flex",justifyContent:"center",minHeight:"100px",overflow:"hidden",borderRadius:"4px 4px 0 0",flexWrap:"wrap",background:"#fff",borderWidth:"2px 2px 0",fontSize:"inherit",borderStyle:"solid"},attrs:{inline:!0,model:e.searchForm}},[t("el-row",{style:{padding:"0px",boxShadow:"0 0px 0px 0px rgba(115,108,203,.23)",margin:"0 0px 0px 0",borderRadius:"0px",alignItems:"center",background:"none",display:"flex",width:"auto",fontSize:"inherit",justifyContent:"flex-end",order:"2"}},[t("div",{style:{margin:"0 10px 0 0",fontSize:"inherit",display:"inline-block"}},[t("label",{staticClass:"item-label",style:{margin:"0 10px 0 0",color:"inherit",display:"inline-block",lineHeight:"34px",fontSize:"inherit",fontWeight:"500",height:"34px"}},[e._v("标题")]),t("el-input",{attrs:{placeholder:"标题",clearable:""},nativeOn:{keydown:function(t){return!t.type.indexOf("key")&&e._k(t.keyCode,"enter",13,t.key,"Enter")?null:e.search()}},model:{value:e.searchForm.biaoti,callback:function(t){e.$set(e.searchForm,"biaoti",t)},expression:"searchForm.biaoti"}})],1),t("div",{style:{margin:"0 10px 0 0",fontSize:"inherit",display:"inline-block"}},[t("label",{staticClass:"item-label",style:{margin:"0 10px 0 0",color:"inherit",display:"inline-block",lineHeight:"34px",fontSize:"inherit",fontWeight:"500",height:"34px"}},[e._v("简介")]),t("el-input",{attrs:{placeholder:"简介",clearable:""},nativeOn:{keydown:function(t){return!t.type.indexOf("key")&&e._k(t.keyCode,"enter",13,t.key,"Enter")?null:e.search()}},model:{value:e.searchForm.jianjie,callback:function(t){e.$set(e.searchForm,"jianjie",t)},expression:"searchForm.jianjie"}})],1),t("el-button",{staticClass:"search",attrs:{type:"success"},on:{click:function(t){return e.search()}}},[t("span",{staticClass:"icon iconfont icon-chakan18",style:{margin:"0 2px",fontSize:"18px",color:"#00acc1",display:"inline-block",height:"auto"}}),e._v(" 查询 ")])],1),t("el-row",{staticClass:"actions",style:{boxShadow:"0 0px 0px 0px rgba(115,108,203,.23)",padding:"0 20px 0 0",margin:"0px 0 0px",color:"#333",alignItems:"center",textAlign:"left",display:"flex",borderRadius:"0px",flexWrap:"wrap",background:"none",flex:"1",width:"auto",fontSize:"inherit",order:"1"}},[e.isAuth("gonggaoxinxi","新增")?t("el-button",{staticClass:"add",attrs:{type:"success"},on:{click:function(t){return e.addOrUpdateHandler()}}},[t("span",{staticClass:"icon iconfont icon-tianjia14",style:{margin:"0 2px",fontSize:"inherit",color:"inherit",display:"none"}}),e._v(" 新增 ")]):e._e(),e.isAuth("gonggaoxinxi","删除")?t("el-button",{staticClass:"del",attrs:{disabled:!e.dataListSelections.length,type:"danger"},on:{click:function(t){return e.deleteHandler()}}},[t("span",{staticClass:"icon iconfont icon-shanchu9",style:{margin:"0 2px",fontSize:"inherit",color:"inherit",display:"none"}}),e._v(" 删除 ")]):e._e()],1)],1),t("div",{staticClass:"one",style:{padding:"30px 0 0px 40px",boxShadow:"inset 0px 0px 32px 0px #E8EFF7,0 3px 6px 0px rgba(100,100,100,.1)",borderRadius:"8px",flexWrap:"wrap",background:"#fff",display:"flex",width:"100%",justifyContent:"flex-start",height:"auto"}},e._l(e.dataList,(function(a,i){return t("div",{key:i,style:{border:"0px solid #eee",boxShadow:"0 0px 12px 0px #E8EFF6",margin:"0 2% 30px 0",borderRadius:"8px",textAlign:"center",background:"rgba(255,255,255,.9)",width:"23%",position:"relative",height:"auto"}},[t("div",{staticClass:"name",style:{padding:"10px 10px 0",borderColor:"#eee",margin:"0 10px 10px",color:"#6c757d",textAlign:"center",borderWidth:"0 0 0px",display:"inline-block",width:"100%",lineHeight:"auto",fontSize:"inherit",borderStyle:"solid"}},[e._v(e._s(a.biaoti))]),t("div",{staticClass:"name",style:{padding:"10px 10px 0",borderColor:"#eee",margin:"0 10px 10px",color:"#6c757d",textAlign:"center",borderWidth:"0 0 0px",display:"inline-block",width:"100%",lineHeight:"auto",fontSize:"inherit",borderStyle:"solid"}},[e._v(e._s(a.fabushijian))]),a.fengmian?["http"==a.fengmian.substring(0,4)?t("img",{style:{padding:"0px",margin:"0 0 0px",borderColor:"#eee",objectFit:"cover",borderRadius:"8px 8px 0 0",borderWidth:"1px 0 1px",display:"block",width:"100%",borderStyle:"solid",height:"320px"},attrs:{src:a.fengmian.split(",")[0]}}):t("img",{style:{padding:"0px",margin:"0 0 0px",borderColor:"#eee",objectFit:"cover",borderRadius:"8px 8px 0 0",borderWidth:"1px 0 1px",display:"block",width:"100%",borderStyle:"solid",height:"320px"},attrs:{src:e.$base.url+a.fengmian.split(",")[0]}})]:e._e(),t("div",{style:{padding:"10px",margin:"0",borderColor:"#eee",alignItems:"flex-end",color:"#fff",display:"flex",justifyContent:"flex-end",flexWrap:"wrap",borderWidth:"1px 0 0",width:"100%",fontSize:"14px",borderStyle:"solid",height:"auto"}},[e.isAuth("gonggaoxinxi","查看")?t("el-button",{staticClass:"list1-view",on:{click:function(t){return e.addOrUpdateHandler(a.id,"info")}}},[t("span",{staticClass:"icon iconfont icon-chakan8",style:{margin:"0 0 0 4px",fontSize:"inherit",color:"inherit",display:"inline-block"}}),e._v(" 详情 ")]):e._e(),e.isAuth("gonggaoxinxi","修改")?t("el-button",{staticClass:"list1-edit",on:{click:function(t){return e.addOrUpdateHandler(a.id)}}},[t("span",{staticClass:"icon iconfont icon-xiugai19",style:{margin:"0 0 0 4px",fontSize:"inherit",color:"inherit",display:"inline-block"}}),e._v(" 更改 ")]):e._e(),e.isAuth("gonggaoxinxi","删除")?t("el-button",{staticClass:"list1-del",on:{click:function(t){return e.deleteHandler(a.id)}}},[t("span",{staticClass:"icon iconfont icon-shanchu16",style:{margin:"0 0 0 4px",fontSize:"inherit",color:"inherit",display:"inline-block"}}),e._v(" 移除 ")]):e._e()],1)],2)})),0),t("el-pagination",{style:{border:"0px solid #dee2e6",padding:"10px 0",margin:"10px 0 0",whiteSpace:"nowrap",color:"inherit",textAlign:"center",background:"none",width:"100%",fontSize:"inherit",fontWeight:"500"},attrs:{"current-page":e.pageIndex,background:"","page-sizes":[10,50,100,200],"page-size":e.pageSize,layout:e.layouts.join(),total:e.totalPage,"prev-text":"上一页 ","next-text":"下一页 ","hide-on-single-page":!1},on:{"size-change":e.sizeChangeHandle,"current-change":e.currentChangeHandle}})]:e._e(),e.addOrUpdateFlag?t("add-or-update",{ref:"addOrUpdate",attrs:{parent:this}}):e._e()],2)},Va=[],Ha=function(){var e=this,t=e._self._c;return t("div",{staticClass:"addEdit-block",style:{minHeight:"calc(100vh - 200px)",padding:"0px 0 30px",margin:"0 auto",color:"#8e99a2",background:"none",width:"calc(100% - 0px)",fontSize:"14px",height:"100%"}},[t("el-form",{ref:"ruleForm",staticClass:"add-update-preview",style:{padding:"30px 5%",borderColor:"#f6f6f6",alignItems:"flex-start",borderRadius:"4px",flexWrap:"wrap",background:"rgba(255,255,255,.9)",borderWidth:"2px",display:"flex",fontSize:"inherit",borderStyle:"solid"},attrs:{model:e.ruleForm,rules:e.rules,"label-width":"200px"}},[["info"!=e.type?t("el-form-item",{staticClass:"input",style:{padding:"2px 0",margin:"0 auto 20px",color:"inherit",borderRadius:"4px",background:"none",width:"100%",fontSize:"inherit"},attrs:{label:"标题",prop:"biaoti"}},[t("el-input",{attrs:{placeholder:"标题",clearable:"",readonly:e.ro.biaoti},model:{value:e.ruleForm.biaoti,callback:function(t){e.$set(e.ruleForm,"biaoti",t)},expression:"ruleForm.biaoti"}})],1):t("el-form-item",{staticClass:"input",style:{padding:"2px 0",margin:"0 auto 20px",color:"inherit",borderRadius:"4px",background:"none",width:"100%",fontSize:"inherit"},attrs:{label:"标题",prop:"biaoti"}},[t("el-input",{attrs:{placeholder:"标题",readonly:""},model:{value:e.ruleForm.biaoti,callback:function(t){e.$set(e.ruleForm,"biaoti",t)},expression:"ruleForm.biaoti"}})],1),"info"!=e.type?t("el-form-item",{staticClass:"date",style:{padding:"2px 0",margin:"0 auto 20px",color:"inherit",borderRadius:"4px",background:"none",width:"100%",fontSize:"inherit"},attrs:{label:"发布时间",prop:"fabushijian"}},[t("el-date-picker",{attrs:{format:"yyyy 年 MM 月 dd 日","value-format":"yyyy-MM-dd",type:"date",readonly:e.ro.fabushijian,placeholder:"发布时间"},model:{value:e.ruleForm.fabushijian,callback:function(t){e.$set(e.ruleForm,"fabushijian",t)},expression:"ruleForm.fabushijian"}})],1):e.ruleForm.fabushijian?t("el-form-item",{staticClass:"input",style:{padding:"2px 0",margin:"0 auto 20px",color:"inherit",borderRadius:"4px",background:"none",width:"100%",fontSize:"inherit"},attrs:{label:"发布时间",prop:"fabushijian"}},[t("el-input",{attrs:{placeholder:"发布时间",readonly:""},model:{value:e.ruleForm.fabushijian,callback:function(t){e.$set(e.ruleForm,"fabushijian",t)},expression:"ruleForm.fabushijian"}})],1):e._e(),"info"==e.type||e.ro.fengmian?e.ruleForm.fengmian?t("el-form-item",{staticClass:"upload",style:{padding:"2px 0",margin:"0 auto 20px",color:"inherit",borderRadius:"4px",background:"none",width:"100%",fontSize:"inherit"},attrs:{label:"封面",prop:"fengmian"}},["http"==e.ruleForm.fengmian.substring(0,4)?t("img",{key:e.index,staticClass:"upload-img",staticStyle:{"margin-right":"20px"},attrs:{src:e.ruleForm.fengmian.split(",")[0],width:"100",height:"100"}}):e._l(e.ruleForm.fengmian.split(","),(function(a,i){return t("img",{key:i,staticClass:"upload-img",staticStyle:{"margin-right":"20px"},attrs:{src:e.$base.url+a,width:"100",height:"100"}})}))],2):e._e():t("el-form-item",{staticClass:"upload",style:{padding:"2px 0",margin:"0 auto 20px",color:"inherit",borderRadius:"4px",background:"none",width:"100%",fontSize:"inherit"},attrs:{label:"封面",prop:"fengmian"}},[t("file-upload",{attrs:{tip:"点击上传封面",action:"file/upload",limit:3,multiple:!0,fileUrls:e.ruleForm.fengmian?e.ruleForm.fengmian:""},on:{change:e.fengmianUploadChange}})],1)],"info"!=e.type?t("el-form-item",{staticClass:"textarea",style:{padding:"2px 0",margin:"0 auto 20px",color:"inherit",borderRadius:"4px",background:"none",width:"100%",fontSize:"inherit"},attrs:{label:"简介",prop:"jianjie"}},[t("el-input",{staticStyle:{"min-width":"200px","max-width":"600px"},attrs:{type:"textarea",rows:8,placeholder:"简介"},model:{value:e.ruleForm.jianjie,callback:function(t){e.$set(e.ruleForm,"jianjie",t)},expression:"ruleForm.jianjie"}})],1):e.ruleForm.jianjie?t("el-form-item",{style:{padding:"2px 0",margin:"0 auto 20px",color:"inherit",borderRadius:"4px",background:"none",width:"100%",fontSize:"inherit"},attrs:{label:"简介",prop:"jianjie"}},[t("span",{style:{fontSize:"14px",lineHeight:"40px",color:"inherit",fontWeight:"500",display:"inline-block"}},[e._v(e._s(e.ruleForm.jianjie))])]):e._e(),"info"!=e.type?t("el-form-item",{style:{padding:"2px 0",margin:"0 auto 20px",color:"inherit",borderRadius:"4px",background:"none",width:"100%",fontSize:"inherit"},attrs:{label:"内容",prop:"neirong"}},[t("editor",{staticClass:"editor",staticStyle:{"min-width":"200px","max-width":"600px"},attrs:{action:"file/upload"},model:{value:e.ruleForm.neirong,callback:function(t){e.$set(e.ruleForm,"neirong",t)},expression:"ruleForm.neirong"}})],1):e.ruleForm.neirong?t("el-form-item",{style:{padding:"2px 0",margin:"0 auto 20px",color:"inherit",borderRadius:"4px",background:"none",width:"100%",fontSize:"inherit"},attrs:{label:"内容",prop:"neirong"}},[t("span",{style:{fontSize:"14px",lineHeight:"40px",color:"inherit",fontWeight:"500",display:"inline-block"},domProps:{innerHTML:e._s(e.ruleForm.neirong)}})]):e._e(),t("el-form-item",{staticClass:"btn",style:{padding:"0",margin:"30px auto",alignItems:"center",textAlign:"center",background:"none",display:"flex",width:"60%",fontSize:"18px"}},["info"!=e.type?t("el-button",{staticClass:"btn3",attrs:{type:"success"},on:{click:e.onSubmit}},[t("span",{staticClass:"icon iconfont icon-tijiao16",style:{margin:"0 2px",fontSize:"inherit",color:"inherit",display:"none"}}),e._v(" 确定 ")]):e._e(),"info"!=e.type?t("el-button",{staticClass:"btn4",attrs:{type:"success"},on:{click:function(t){return e.back()}}},[t("span",{staticClass:"icon iconfont icon-quxiao09",style:{margin:"0 2px",fontSize:"inherit",color:"inherit",display:"none"}}),e._v(" 取消 ")]):e._e(),"info"==e.type?t("el-button",{staticClass:"btn5",attrs:{type:"success"},on:{click:function(t){return e.back()}}},[t("span",{staticClass:"icon iconfont icon-fanhui01",style:{margin:"0 2px",fontSize:"inherit",color:"inherit",display:"none"}}),e._v(" 返回 ")]):e._e()],1)],2)],1)},_a=[],Ia={data:function(){return{id:"",type:"",ro:{biaoti:!1,jianjie:!1,fabushijian:!1,fengmian:!1,neirong:!1},ruleForm:{biaoti:"",jianjie:"",fabushijian:"",fengmian:"",neirong:""},rules:{biaoti:[{required:!0,message:"标题不能为空",trigger:"blur"}],jianjie:[],fabushijian:[],fengmian:[],neirong:[]}}},props:["parent"],computed:{},components:{},created:function(){this.ruleForm.fabushijian=this.getCurDate()},methods:{download:function(e){window.open("".concat(e))},init:function(e,t){var a=this;if(e&&(this.id=e,this.type=t),"info"==this.type||"else"==this.type)this.info(e);else if("logistics"==this.type)this.logistics=!1,this.info(e);else if("cross"==this.type){var i=this.$storage.getObj("crossObj");for(var n in i)"biaoti"!=n?"jianjie"!=n?"fabushijian"!=n?"fengmian"!=n?"neirong"!=n||(this.ruleForm.neirong=i[n],this.ro.neirong=!0):(this.ruleForm.fengmian=i[n],this.ro.fengmian=!0):(this.ruleForm.fabushijian=i[n],this.ro.fabushijian=!0):(this.ruleForm.jianjie=i[n],this.ro.jianjie=!0):(this.ruleForm.biaoti=i[n],this.ro.biaoti=!0)}this.$http({url:"".concat(this.$storage.get("sessionTable"),"/session"),method:"get"}).then((function(e){var t=e.data;if(t&&0===t.code)t.data;else a.$message.error(t.msg)}))},info:function(e){var t=this;this.$http({url:"gonggaoxinxi/info/".concat(e),method:"get"}).then((function(e){var a=e.data;if(a&&0===a.code){t.ruleForm=a.data;var i=new RegExp("../../../upload","g");t.ruleForm.neirong=t.ruleForm.neirong.replace(i,"../../../springbootbv4939cb/upload")}else t.$message.error(a.msg)}))},onSubmit:function(){var e=this;null!=this.ruleForm.fengmian&&(this.ruleForm.fengmian=this.ruleForm.fengmian.replace(new RegExp(this.$base.url,"g"),""));var t,a,i;this.$storage.getObj("crossObj");if("cross"==this.type){var n=this.$storage.get("statusColumnName"),o=this.$storage.get("statusColumnValue");if(""!=n){var r=this.$storage.getObj("crossObj");if(n&&!n.startsWith("[")){for(var s in r)s==n&&(r[s]=o);var l=this.$storage.get("crossTable");this.$http({url:"".concat(l,"/update"),method:"post",data:r}).then((function(e){e.data}))}else t=this.$storage.get("userid"),a=r["id"],i=this.$storage.get("statusColumnName"),i=i.replace(/\[/,"").replace(/\]/,"")}}this.$refs["ruleForm"].validate((function(n){if(n)if(a&&t){e.ruleForm.crossuserid=t,e.ruleForm.crossrefid=a;var o={page:1,limit:10,crossuserid:e.ruleForm.crossuserid,crossrefid:e.ruleForm.crossrefid};e.$http({url:"gonggaoxinxi/page",method:"get",params:o}).then((function(t){var a=t.data;if(a&&0===a.code){if(a.data.total>=i)return e.$message.error(e.$storage.get("tips")),!1;e.$http({url:"gonggaoxinxi/".concat(e.ruleForm.id?"update":"save"),method:"post",data:e.ruleForm}).then((function(t){var a=t.data;a&&0===a.code?e.$message({message:"操作成功",type:"success",duration:1500,onClose:function(){e.parent.showFlag=!0,e.parent.addOrUpdateFlag=!1,e.parent.gonggaoxinxiCrossAddOrUpdateFlag=!1,e.parent.search(),e.parent.contentStyleChange()}}):e.$message.error(a.msg)}))}}))}else e.$http({url:"gonggaoxinxi/".concat(e.ruleForm.id?"update":"save"),method:"post",data:e.ruleForm}).then((function(t){var a=t.data;a&&0===a.code?e.$message({message:"操作成功",type:"success",duration:1500,onClose:function(){e.parent.showFlag=!0,e.parent.addOrUpdateFlag=!1,e.parent.gonggaoxinxiCrossAddOrUpdateFlag=!1,e.parent.search(),e.parent.contentStyleChange()}}):e.$message.error(a.msg)}))}))},getUUID:function(){return(new Date).getTime()},back:function(){this.parent.showFlag=!0,this.parent.addOrUpdateFlag=!1,this.parent.gonggaoxinxiCrossAddOrUpdateFlag=!1,this.parent.contentStyleChange()},fengmianUploadChange:function(e){this.ruleForm.fengmian=e}}},qa=Ia,Ua=(a("72c6"),Object(m["a"])(qa,Ha,_a,!1,null,"3dbc5b3e",null)),Ra=Ua.exports,Ja={data:function(){return{searchForm:{key:""},form:{},dataList:[],pageIndex:1,pageSize:10,totalPage:0,dataListLoading:!1,dataListSelections:[],showFlag:!0,sfshVisiable:!1,shForm:{},chartVisiable:!1,chartVisiable1:!1,chartVisiable2:!1,chartVisiable3:!1,chartVisiable4:!1,chartVisiable5:!1,addOrUpdateFlag:!1,layouts:["prev","pager","next"]}},created:function(){this.init(),this.getDataList(),this.contentStyleChange()},mounted:function(){},filters:{htmlfilter:function(e){return e.replace(/<[^>]*>/g).replace(/undefined/g,"")}},computed:{tablename:function(){return this.$storage.get("sessionTable")}},components:{AddOrUpdate:Ra},methods:{contentStyleChange:function(){this.contentPageStyleChange()},contentPageStyleChange:function(){},init:function(){},search:function(){this.pageIndex=1,this.getDataList()},getDataList:function(){var e=this;this.dataListLoading=!0;var t={page:this.pageIndex,limit:this.pageSize,sort:"id",order:"desc"};""!=this.searchForm.biaoti&&void 0!=this.searchForm.biaoti&&(t["biaoti"]="%"+this.searchForm.biaoti+"%"),""!=this.searchForm.jianjie&&void 0!=this.searchForm.jianjie&&(t["jianjie"]="%"+this.searchForm.jianjie+"%");var a=JSON.parse(this.$storage.getObj("userForm"));console.log(a),this.$http({url:"gonggaoxinxi/page",method:"get",params:t}).then((function(t){var a=t.data;a&&0===a.code?(e.dataList=a.data.list,e.totalPage=a.data.total):(e.dataList=[],e.totalPage=0),e.dataListLoading=!1}))},sizeChangeHandle:function(e){this.pageSize=e,this.pageIndex=1,this.getDataList()},currentChangeHandle:function(e){this.pageIndex=e,this.getDataList()},selectionChangeHandler:function(e){this.dataListSelections=e},addOrUpdateHandler:function(e,t){var a=this;this.showFlag=!1,this.addOrUpdateFlag=!0,this.crossAddOrUpdateFlag=!1,"info"!=t&&(t="else"),this.$nextTick((function(){a.$refs.addOrUpdate.init(e,t)}))},download:function(e){var t=this,a=e.replace(new RegExp("upload/","g"),"");c.a.get(this.$base.url+"file/download?fileName="+a,{headers:{token:this.$storage.get("Token")},responseType:"blob"}).then((function(e){var t=e.data,i=[];i.push(t);var n=window.URL.createObjectURL(new Blob(i,{type:"application/pdf;chartset=UTF-8"})),o=document.createElement("a");o.href=n,o.download=a,o.dispatchEvent(new MouseEvent("click",{bubbles:!0,cancelable:!0,view:window})),window.URL.revokeObjectURL(t)}),(function(e){c.a.get((location.href.split(t.$base.name).length>1?location.href.split(t.$base.name)[0]:"")+t.$base.name+"/file/download?fileName="+a,{headers:{token:t.$storage.get("Token")},responseType:"blob"}).then((function(e){var t=e.data,i=[];i.push(t);var n=window.URL.createObjectURL(new Blob(i,{type:"application/pdf;chartset=UTF-8"})),o=document.createElement("a");o.href=n,o.download=a,o.dispatchEvent(new MouseEvent("click",{bubbles:!0,cancelable:!0,view:window})),window.URL.revokeObjectURL(t)}))}))},preClick:function(e){if(!e)return!1;window.open(location.href.split(this.$base.name).length>1?location.href.split(this.$base.name)[0]+this.$base.name+"/"+e:this.$base.url+e)},gonggaoxinxistatusChange:function(e,t){var a=this;0==t.status&&(t.passwordwrongnum=0),this.$http({url:"gonggaoxinxi/update",method:"post",data:t}).then((function(e){1==t.status?a.$message.error("该用户已锁定"):a.$message.success("该用户已解除锁定")}))},deleteHandler:function(e){var t=this;return Object(r["a"])(Object(o["a"])().mark((function a(){var i;return Object(o["a"])().wrap((function(a){while(1)switch(a.prev=a.next){case 0:return i=e?[Number(e)]:t.dataListSelections.map((function(e){return Number(e.id)})),a.next=3,t.$confirm("确定进行[".concat(e?"删除":"批量删除","]操作?"),"提示",{confirmButtonText:"确定",cancelButtonText:"取消",type:"warning"}).then(Object(r["a"])(Object(o["a"])().mark((function e(){return Object(o["a"])().wrap((function(e){while(1)switch(e.prev=e.next){case 0:return e.next=2,t.$http({url:"gonggaoxinxi/delete",method:"post",data:i}).then(function(){var e=Object(r["a"])(Object(o["a"])().mark((function e(a){var i;return Object(o["a"])().wrap((function(e){while(1)switch(e.prev=e.next){case 0:i=a.data,i&&0===i.code?t.$message({message:"操作成功",type:"success",duration:1500,onClose:function(){t.search()}}):t.$message.error(i.msg);case 2:case"end":return e.stop()}}),e)})));return function(t){return e.apply(this,arguments)}}());case 2:case"end":return e.stop()}}),e)}))));case 3:case"end":return a.stop()}}),a)})))()}}},Ea=Ja,Ta=(a("cf43"),Object(m["a"])(Ea,Ba,Va,!1,null,"72398caf",null)),$a=Ta.exports,Da=function(){var e=this,t=e._self._c;return t("div",{staticClass:"main-content",style:{minHeight:"calc(100vh - 200px)",padding:"0px 5%",margin:"0 auto",color:"#666",background:"none",width:"calc(100% - 0px)",fontSize:"14px",height:"100%"}},[e.showFlag?[t("el-form",{staticClass:"center-form-pv",style:{padding:"20px 20px 0",boxShadow:"0 2px 3px 0px rgba(100,100,100,.05)",margin:"0 0 0px",borderColor:"#f6f6f6",display:"flex",justifyContent:"center",minHeight:"100px",overflow:"hidden",borderRadius:"4px 4px 0 0",flexWrap:"wrap",background:"#fff",borderWidth:"2px 2px 0",fontSize:"inherit",borderStyle:"solid"},attrs:{inline:!0,model:e.searchForm}},[t("el-row",{style:{padding:"0px",boxShadow:"0 0px 0px 0px rgba(115,108,203,.23)",margin:"0 0px 0px 0",borderRadius:"0px",alignItems:"center",background:"none",display:"flex",width:"auto",fontSize:"inherit",justifyContent:"flex-end",order:"2"}},[t("div",{style:{margin:"0 10px 0 0",fontSize:"inherit",display:"inline-block"}},[t("label",{staticClass:"item-label",style:{margin:"0 10px 0 0",color:"inherit",display:"inline-block",lineHeight:"34px",fontSize:"inherit",fontWeight:"500",height:"34px"}},[e._v("车牌号")]),t("el-input",{attrs:{placeholder:"车牌号",clearable:""},nativeOn:{keydown:function(t){return!t.type.indexOf("key")&&e._k(t.keyCode,"enter",13,t.key,"Enter")?null:e.search()}},model:{value:e.searchForm.chepaihao,callback:function(t){e.$set(e.searchForm,"chepaihao",t)},expression:"searchForm.chepaihao"}})],1),t("el-button",{staticClass:"search",attrs:{type:"success"},on:{click:function(t){return e.search()}}},[t("span",{staticClass:"icon iconfont icon-chakan18",style:{margin:"0 2px",fontSize:"18px",color:"#00acc1",display:"inline-block",height:"auto"}}),e._v(" 查询 ")])],1),t("el-row",{staticClass:"actions",style:{boxShadow:"0 0px 0px 0px rgba(115,108,203,.23)",padding:"0 20px 0 0",margin:"0px 0 0px",color:"#333",alignItems:"center",textAlign:"left",display:"flex",borderRadius:"0px",flexWrap:"wrap",background:"none",flex:"1",width:"auto",fontSize:"inherit",order:"1"}},[e.isAuth("fafangpaizhao","新增")?t("el-button",{staticClass:"add",attrs:{type:"success"},on:{click:function(t){return e.addOrUpdateHandler()}}},[t("span",{staticClass:"icon iconfont icon-tianjia14",style:{margin:"0 2px",fontSize:"inherit",color:"inherit",display:"none"}}),e._v(" 新增 ")]):e._e(),e.isAuth("fafangpaizhao","删除")?t("el-button",{staticClass:"del",attrs:{disabled:!e.dataListSelections.length,type:"danger"},on:{click:function(t){return e.deleteHandler()}}},[t("span",{staticClass:"icon iconfont icon-shanchu9",style:{margin:"0 2px",fontSize:"inherit",color:"inherit",display:"none"}}),e._v(" 删除 ")]):e._e()],1)],1),t("div",{style:{padding:"20px",borderColor:"#f6f6f6",margin:"0 0 0px",borderRadius:"0 0 4px 4px",background:"rgba(255,255,255,1)",borderWidth:"0 2px 2px",width:"100%",borderStyle:"solid"}},[e.isAuth("fafangpaizhao","查看")?t("el-table",{directives:[{name:"loading",rawName:"v-loading",value:e.dataListLoading,expression:"dataListLoading"}],staticClass:"tables",style:{padding:"0",borderColor:"#eee",color:"inherit",borderRadius:"0px",borderWidth:"0px 0px 0 0px",background:"none",width:"100%",fontSize:"inherit",borderStyle:"solid"},attrs:{stripe:!1,border:!0,data:e.dataList},on:{"selection-change":e.selectionChangeHandler}},[t("el-table-column",{attrs:{resizable:!0,type:"selection",align:"center",width:"50"}}),t("el-table-column",{attrs:{resizable:!0,sortable:!0,label:"序号",type:"index",width:"50"}}),t("el-table-column",{attrs:{resizable:!0,sortable:!0,prop:"zhanghao",label:"账号"},scopedSlots:e._u([{key:"default",fn:function(t){return[e._v(" "+e._s(t.row.zhanghao)+" ")]}}],null,!1,2757161441)}),t("el-table-column",{attrs:{resizable:!0,sortable:!0,prop:"xingming",label:"姓名"},scopedSlots:e._u([{key:"default",fn:function(t){return[e._v(" "+e._s(t.row.xingming)+" ")]}}],null,!1,1096791112)}),t("el-table-column",{attrs:{resizable:!0,sortable:!0,prop:"jiashizhenghao",label:"驾驶证号"},scopedSlots:e._u([{key:"default",fn:function(t){return[e._v(" "+e._s(t.row.jiashizhenghao)+" ")]}}],null,!1,1810102229)}),t("el-table-column",{attrs:{resizable:!0,sortable:!0,prop:"chepaihao",label:"车牌号"},scopedSlots:e._u([{key:"default",fn:function(t){return[e._v(" "+e._s(t.row.chepaihao)+" ")]}}],null,!1,394100621)}),t("el-table-column",{attrs:{resizable:!0,sortable:!0,prop:"fafangshijian",label:"发放时间"},scopedSlots:e._u([{key:"default",fn:function(t){return[e._v(" "+e._s(t.row.fafangshijian)+" ")]}}],null,!1,3350440074)}),t("el-table-column",{attrs:{resizable:!0,sortable:!0,prop:"yuangongzhanghao",label:"员工账号"},scopedSlots:e._u([{key:"default",fn:function(t){return[e._v(" "+e._s(t.row.yuangongzhanghao)+" ")]}}],null,!1,3349271683)}),t("el-table-column",{attrs:{resizable:!0,sortable:!0,prop:"yuangongxingming",label:"员工姓名"},scopedSlots:e._u([{key:"default",fn:function(t){return[e._v(" "+e._s(t.row.yuangongxingming)+" ")]}}],null,!1,4268580138)}),t("el-table-column",{attrs:{width:"300",label:"操作"},scopedSlots:e._u([{key:"default",fn:function(a){return[e.isAuth("fafangpaizhao","查看")?t("el-button",{staticClass:"view",attrs:{type:"success"},on:{click:function(t){return e.addOrUpdateHandler(a.row.id,"info")}}},[t("span",{staticClass:"icon iconfont icon-chakan8",style:{margin:"0 0 0 4px",fontSize:"inherit",color:"inherit",display:"none",height:"auto"}}),e._v(" 详情 ")]):e._e(),e.isAuth("fafangpaizhao","修改")?t("el-button",{staticClass:"edit",attrs:{type:"success"},on:{click:function(t){return e.addOrUpdateHandler(a.row.id)}}},[t("span",{staticClass:"icon iconfont icon-xiugai19",style:{margin:"0 0 0 4px",fontSize:"inherit",color:"inherit",display:"none",height:"auto"}}),e._v(" 更改 ")]):e._e(),e.isAuth("fafangpaizhao","删除")?t("el-button",{staticClass:"del",attrs:{type:"primary"},on:{click:function(t){return e.deleteHandler(a.row.id)}}},[t("span",{staticClass:"icon iconfont icon-shanchu16",style:{margin:"0 0 0 4px",fontSize:"inherit",color:"inherit",display:"none",height:"auto"}}),e._v(" 移除 ")]):e._e()]}}],null,!1,1771165102)})],1):e._e()],1),t("el-pagination",{style:{border:"0px solid #dee2e6",padding:"10px 0",margin:"10px 0 0",whiteSpace:"nowrap",color:"inherit",textAlign:"center",background:"none",width:"100%",fontSize:"inherit",fontWeight:"500"},attrs:{"current-page":e.pageIndex,background:"","page-sizes":[10,50,100,200],"page-size":e.pageSize,layout:e.layouts.join(),total:e.totalPage,"prev-text":"上一页 ","next-text":"下一页 ","hide-on-single-page":!1},on:{"size-change":e.sizeChangeHandle,"current-change":e.currentChangeHandle}})]:e._e(),e.addOrUpdateFlag?t("add-or-update",{ref:"addOrUpdate",attrs:{parent:this}}):e._e()],2)},Za=[],Pa={data:function(){return{searchForm:{key:""},form:{},dataList:[],pageIndex:1,pageSize:10,totalPage:0,dataListLoading:!1,dataListSelections:[],showFlag:!0,sfshVisiable:!1,shForm:{},chartVisiable:!1,chartVisiable1:!1,chartVisiable2:!1,chartVisiable3:!1,chartVisiable4:!1,chartVisiable5:!1,addOrUpdateFlag:!1,layouts:["prev","pager","next"]}},created:function(){this.init(),this.getDataList(),this.contentStyleChange()},mounted:function(){},filters:{htmlfilter:function(e){return e.replace(/<[^>]*>/g).replace(/undefined/g,"")}},computed:{tablename:function(){return this.$storage.get("sessionTable")}},components:{AddOrUpdate:ma},methods:{contentStyleChange:function(){this.contentPageStyleChange()},contentPageStyleChange:function(){},init:function(){},search:function(){this.pageIndex=1,this.getDataList()},getDataList:function(){var e=this;this.dataListLoading=!0;var t={page:this.pageIndex,limit:this.pageSize,sort:"id",order:"desc"};""!=this.searchForm.chepaihao&&void 0!=this.searchForm.chepaihao&&(t["chepaihao"]="%"+this.searchForm.chepaihao+"%");var a=JSON.parse(this.$storage.getObj("userForm"));console.log(a),this.$http({url:"fafangpaizhao/page",method:"get",params:t}).then((function(t){var a=t.data;a&&0===a.code?(e.dataList=a.data.list,e.totalPage=a.data.total):(e.dataList=[],e.totalPage=0),e.dataListLoading=!1}))},sizeChangeHandle:function(e){this.pageSize=e,this.pageIndex=1,this.getDataList()},currentChangeHandle:function(e){this.pageIndex=e,this.getDataList()},selectionChangeHandler:function(e){this.dataListSelections=e},addOrUpdateHandler:function(e,t){var a=this;this.showFlag=!1,this.addOrUpdateFlag=!0,this.crossAddOrUpdateFlag=!1,"info"!=t&&(t="else"),this.$nextTick((function(){a.$refs.addOrUpdate.init(e,t)}))},download:function(e){var t=this,a=e.replace(new RegExp("upload/","g"),"");c.a.get(this.$base.url+"file/download?fileName="+a,{headers:{token:this.$storage.get("Token")},responseType:"blob"}).then((function(e){var t=e.data,i=[];i.push(t);var n=window.URL.createObjectURL(new Blob(i,{type:"application/pdf;chartset=UTF-8"})),o=document.createElement("a");o.href=n,o.download=a,o.dispatchEvent(new MouseEvent("click",{bubbles:!0,cancelable:!0,view:window})),window.URL.revokeObjectURL(t)}),(function(e){c.a.get((location.href.split(t.$base.name).length>1?location.href.split(t.$base.name)[0]:"")+t.$base.name+"/file/download?fileName="+a,{headers:{token:t.$storage.get("Token")},responseType:"blob"}).then((function(e){var t=e.data,i=[];i.push(t);var n=window.URL.createObjectURL(new Blob(i,{type:"application/pdf;chartset=UTF-8"})),o=document.createElement("a");o.href=n,o.download=a,o.dispatchEvent(new MouseEvent("click",{bubbles:!0,cancelable:!0,view:window})),window.URL.revokeObjectURL(t)}))}))},preClick:function(e){if(!e)return!1;window.open(location.href.split(this.$base.name).length>1?location.href.split(this.$base.name)[0]+this.$base.name+"/"+e:this.$base.url+e)},fafangpaizhaostatusChange:function(e,t){var a=this;0==t.status&&(t.passwordwrongnum=0),this.$http({url:"fafangpaizhao/update",method:"post",data:t}).then((function(e){1==t.status?a.$message.error("该用户已锁定"):a.$message.success("该用户已解除锁定")}))},deleteHandler:function(e){var t=this;return Object(r["a"])(Object(o["a"])().mark((function a(){var i;return Object(o["a"])().wrap((function(a){while(1)switch(a.prev=a.next){case 0:return i=e?[Number(e)]:t.dataListSelections.map((function(e){return Number(e.id)})),a.next=3,t.$confirm("确定进行[".concat(e?"删除":"批量删除","]操作?"),"提示",{confirmButtonText:"确定",cancelButtonText:"取消",type:"warning"}).then(Object(r["a"])(Object(o["a"])().mark((function e(){return Object(o["a"])().wrap((function(e){while(1)switch(e.prev=e.next){case 0:return e.next=2,t.$http({url:"fafangpaizhao/delete",method:"post",data:i}).then(function(){var e=Object(r["a"])(Object(o["a"])().mark((function e(a){var i;return Object(o["a"])().wrap((function(e){while(1)switch(e.prev=e.next){case 0:i=a.data,i&&0===i.code?t.$message({message:"操作成功",type:"success",duration:1500,onClose:function(){t.search()}}):t.$message.error(i.msg);case 2:case"end":return e.stop()}}),e)})));return function(t){return e.apply(this,arguments)}}());case 2:case"end":return e.stop()}}),e)}))));case 3:case"end":return a.stop()}}),a)})))()}}},Wa=Pa,Qa=(a("7541"),Object(m["a"])(Wa,Da,Za,!1,null,"170b2334",null)),Na=Qa.exports,Ya=function(){var e=this,t=e._self._c;return t("div",{staticClass:"main-content",style:{minHeight:"calc(100vh - 200px)",padding:"0px 5%",margin:"0 auto",color:"#666",background:"none",width:"calc(100% - 0px)",fontSize:"14px",height:"100%"}},[e.showFlag?[t("el-form",{staticClass:"center-form-pv",style:{padding:"20px 20px 0",boxShadow:"0 2px 3px 0px rgba(100,100,100,.05)",margin:"0 0 0px",borderColor:"#f6f6f6",display:"flex",justifyContent:"center",minHeight:"100px",overflow:"hidden",borderRadius:"4px 4px 0 0",flexWrap:"wrap",background:"#fff",borderWidth:"2px 2px 0",fontSize:"inherit",borderStyle:"solid"},attrs:{inline:!0,model:e.searchForm}},[t("el-row",{style:{padding:"0px",boxShadow:"0 0px 0px 0px rgba(115,108,203,.23)",margin:"0 0px 0px 0",borderRadius:"0px",alignItems:"center",background:"none",display:"flex",width:"auto",fontSize:"inherit",justifyContent:"flex-end",order:"2"}},[t("div",{style:{margin:"0 10px 0 0",fontSize:"inherit",display:"inline-block"}},[t("label",{staticClass:"item-label",style:{margin:"0 10px 0 0",color:"inherit",display:"inline-block",lineHeight:"34px",fontSize:"inherit",fontWeight:"500",height:"34px"}},[e._v("保险公司")]),t("el-input",{attrs:{placeholder:"保险公司",clearable:""},nativeOn:{keydown:function(t){return!t.type.indexOf("key")&&e._k(t.keyCode,"enter",13,t.key,"Enter")?null:e.search()}},model:{value:e.searchForm.baoxiangongsi,callback:function(t){e.$set(e.searchForm,"baoxiangongsi",t)},expression:"searchForm.baoxiangongsi"}})],1),t("div",{style:{margin:"0 10px 0 0",fontSize:"inherit",display:"inline-block"}},[t("label",{staticClass:"item-label",style:{margin:"0 10px 0 0",color:"inherit",display:"inline-block",lineHeight:"34px",fontSize:"inherit",fontWeight:"500",height:"34px"}},[e._v("保险类型")]),t("el-input",{attrs:{placeholder:"保险类型",clearable:""},nativeOn:{keydown:function(t){return!t.type.indexOf("key")&&e._k(t.keyCode,"enter",13,t.key,"Enter")?null:e.search()}},model:{value:e.searchForm.baoxianleixing,callback:function(t){e.$set(e.searchForm,"baoxianleixing",t)},expression:"searchForm.baoxianleixing"}})],1),t("div",{style:{margin:"0 10px 0 0",fontSize:"inherit",display:"inline-block"}},[t("label",{staticClass:"item-label",style:{margin:"0 10px 0 0",color:"inherit",display:"inline-block",lineHeight:"34px",fontSize:"inherit",fontWeight:"500",height:"34px"}},[e._v("车辆型号")]),t("el-input",{attrs:{placeholder:"车辆型号",clearable:""},nativeOn:{keydown:function(t){return!t.type.indexOf("key")&&e._k(t.keyCode,"enter",13,t.key,"Enter")?null:e.search()}},model:{value:e.searchForm.cheliangxinghao,callback:function(t){e.$set(e.searchForm,"cheliangxinghao",t)},expression:"searchForm.cheliangxinghao"}})],1),t("div",{style:{margin:"0 10px 0 0",fontSize:"inherit",display:"inline-block"}},[t("label",{staticClass:"item-label",style:{margin:"0 10px 0 0",color:"inherit",display:"inline-block",lineHeight:"34px",fontSize:"inherit",fontWeight:"500",height:"34px"}},[e._v("车辆品牌")]),t("el-input",{attrs:{placeholder:"车辆品牌",clearable:""},nativeOn:{keydown:function(t){return!t.type.indexOf("key")&&e._k(t.keyCode,"enter",13,t.key,"Enter")?null:e.search()}},model:{value:e.searchForm.cheliangpinpai,callback:function(t){e.$set(e.searchForm,"cheliangpinpai",t)},expression:"searchForm.cheliangpinpai"}})],1),t("div",{style:{margin:"0 10px 0 0",fontSize:"inherit",display:"inline-block"}},[t("label",{staticClass:"item-label",style:{margin:"0 10px 0 0",color:"inherit",display:"inline-block",lineHeight:"34px",fontSize:"inherit",fontWeight:"500",height:"34px"}},[e._v("车辆类型")]),t("el-input",{attrs:{placeholder:"车辆类型",clearable:""},nativeOn:{keydown:function(t){return!t.type.indexOf("key")&&e._k(t.keyCode,"enter",13,t.key,"Enter")?null:e.search()}},model:{value:e.searchForm.cheliangleixing,callback:function(t){e.$set(e.searchForm,"cheliangleixing",t)},expression:"searchForm.cheliangleixing"}})],1),t("el-button",{staticClass:"search",attrs:{type:"success"},on:{click:function(t){return e.search()}}},[t("span",{staticClass:"icon iconfont icon-chakan18",style:{margin:"0 2px",fontSize:"18px",color:"#00acc1",display:"inline-block",height:"auto"}}),e._v(" 查询 ")])],1),t("el-row",{staticClass:"actions",style:{boxShadow:"0 0px 0px 0px rgba(115,108,203,.23)",padding:"0 20px 0 0",margin:"0px 0 0px",color:"#333",alignItems:"center",textAlign:"left",display:"flex",borderRadius:"0px",flexWrap:"wrap",background:"none",flex:"1",width:"auto",fontSize:"inherit",order:"1"}},[e.isAuth("baoxianxinxi","新增")?t("el-button",{staticClass:"add",attrs:{type:"success"},on:{click:function(t){return e.addOrUpdateHandler()}}},[t("span",{staticClass:"icon iconfont icon-tianjia14",style:{margin:"0 2px",fontSize:"inherit",color:"inherit",display:"none"}}),e._v(" 新增 ")]):e._e(),e.isAuth("baoxianxinxi","删除")?t("el-button",{staticClass:"del",attrs:{disabled:!e.dataListSelections.length,type:"danger"},on:{click:function(t){return e.deleteHandler()}}},[t("span",{staticClass:"icon iconfont icon-shanchu9",style:{margin:"0 2px",fontSize:"inherit",color:"inherit",display:"none"}}),e._v(" 删除 ")]):e._e()],1)],1),t("div",{style:{padding:"20px",borderColor:"#f6f6f6",margin:"0 0 0px",borderRadius:"0 0 4px 4px",background:"rgba(255,255,255,1)",borderWidth:"0 2px 2px",width:"100%",borderStyle:"solid"}},[e.isAuth("baoxianxinxi","查看")?t("el-table",{directives:[{name:"loading",rawName:"v-loading",value:e.dataListLoading,expression:"dataListLoading"}],staticClass:"tables",style:{padding:"0",borderColor:"#eee",color:"inherit",borderRadius:"0px",borderWidth:"0px 0px 0 0px",background:"none",width:"100%",fontSize:"inherit",borderStyle:"solid"},attrs:{stripe:!1,border:!0,data:e.dataList},on:{"selection-change":e.selectionChangeHandler}},[t("el-table-column",{attrs:{resizable:!0,type:"selection",align:"center",width:"50"}}),t("el-table-column",{attrs:{resizable:!0,sortable:!0,label:"序号",type:"index",width:"50"}}),t("el-table-column",{attrs:{resizable:!0,sortable:!0,prop:"baoxiangongsi",label:"保险公司"},scopedSlots:e._u([{key:"default",fn:function(t){return[e._v(" "+e._s(t.row.baoxiangongsi)+" ")]}}],null,!1,1248552468)}),t("el-table-column",{attrs:{resizable:!0,sortable:!0,prop:"baoxianleixing",label:"保险类型"},scopedSlots:e._u([{key:"default",fn:function(t){return[e._v(" "+e._s(t.row.baoxianleixing)+" ")]}}],null,!1,1494442167)}),t("el-table-column",{attrs:{resizable:!0,sortable:!0,prop:"baoxianjine",label:"保险金额"},scopedSlots:e._u([{key:"default",fn:function(t){return[e._v(" "+e._s(t.row.baoxianjine)+" ")]}}],null,!1,2203653383)}),t("el-table-column",{attrs:{resizable:!0,sortable:!0,prop:"shengxiaoriqi",label:"生效日期"},scopedSlots:e._u([{key:"default",fn:function(t){return[e._v(" "+e._s(t.row.shengxiaoriqi)+" ")]}}],null,!1,3011971030)}),t("el-table-column",{attrs:{resizable:!0,sortable:!0,prop:"youxiaoqizhi",label:"有效期至"},scopedSlots:e._u([{key:"default",fn:function(t){return[e._v(" "+e._s(t.row.youxiaoqizhi)+" ")]}}],null,!1,1122156546)}),t("el-table-column",{attrs:{resizable:!0,sortable:!0,prop:"chepaihao",label:"车牌号"},scopedSlots:e._u([{key:"default",fn:function(t){return[e._v(" "+e._s(t.row.chepaihao)+" ")]}}],null,!1,394100621)}),t("el-table-column",{attrs:{resizable:!0,sortable:!0,prop:"cheliangxinghao",label:"车辆型号"},scopedSlots:e._u([{key:"default",fn:function(t){return[e._v(" "+e._s(t.row.cheliangxinghao)+" ")]}}],null,!1,2617493600)}),t("el-table-column",{attrs:{resizable:!0,sortable:!0,prop:"cheliangpinpai",label:"车辆品牌"},scopedSlots:e._u([{key:"default",fn:function(t){return[e._v(" "+e._s(t.row.cheliangpinpai)+" ")]}}],null,!1,1242299153)}),t("el-table-column",{attrs:{resizable:!0,sortable:!0,prop:"cheliangleixing",label:"车辆类型"},scopedSlots:e._u([{key:"default",fn:function(t){return[e._v(" "+e._s(t.row.cheliangleixing)+" ")]}}],null,!1,3411339622)}),t("el-table-column",{attrs:{resizable:!0,sortable:!0,prop:"fadongjihao",label:"发动机号"},scopedSlots:e._u([{key:"default",fn:function(t){return[e._v(" "+e._s(t.row.fadongjihao)+" ")]}}],null,!1,390983741)}),t("el-table-column",{attrs:{resizable:!0,sortable:!0,prop:"chejiahao",label:"车架号"},scopedSlots:e._u([{key:"default",fn:function(t){return[e._v(" "+e._s(t.row.chejiahao)+" ")]}}],null,!1,1114410583)}),t("el-table-column",{attrs:{resizable:!0,sortable:!0,prop:"dengjiriqi",label:"登记日期"},scopedSlots:e._u([{key:"default",fn:function(t){return[e._v(" "+e._s(t.row.dengjiriqi)+" ")]}}],null,!1,4043809205)}),t("el-table-column",{attrs:{resizable:!0,sortable:!0,prop:"zhanghao",label:"账号"},scopedSlots:e._u([{key:"default",fn:function(t){return[e._v(" "+e._s(t.row.zhanghao)+" ")]}}],null,!1,2757161441)}),t("el-table-column",{attrs:{resizable:!0,sortable:!0,prop:"xingming",label:"姓名"},scopedSlots:e._u([{key:"default",fn:function(t){return[e._v(" "+e._s(t.row.xingming)+" ")]}}],null,!1,1096791112)}),t("el-table-column",{attrs:{resizable:!0,sortable:!0,prop:"jiashizhenghao",label:"驾驶证号"},scopedSlots:e._u([{key:"default",fn:function(t){return[e._v(" "+e._s(t.row.jiashizhenghao)+" ")]}}],null,!1,1810102229)}),t("el-table-column",{attrs:{resizable:!0,sortable:!0,prop:"yuangongzhanghao",label:"员工账号"},scopedSlots:e._u([{key:"default",fn:function(t){return[e._v(" "+e._s(t.row.yuangongzhanghao)+" ")]}}],null,!1,3349271683)}),t("el-table-column",{attrs:{resizable:!0,sortable:!0,prop:"yuangongxingming",label:"员工姓名"},scopedSlots:e._u([{key:"default",fn:function(t){return[e._v(" "+e._s(t.row.yuangongxingming)+" ")]}}],null,!1,4268580138)}),t("el-table-column",{attrs:{width:"300",label:"操作"},scopedSlots:e._u([{key:"default",fn:function(a){return[e.isAuth("baoxianxinxi","查看")?t("el-button",{staticClass:"view",attrs:{type:"success"},on:{click:function(t){return e.addOrUpdateHandler(a.row.id,"info")}}},[t("span",{staticClass:"icon iconfont icon-chakan8",style:{margin:"0 0 0 4px",fontSize:"inherit",color:"inherit",display:"none",height:"auto"}}),e._v(" 详情 ")]):e._e(),e.isAuth("baoxianxinxi","修改")?t("el-button",{staticClass:"edit",attrs:{type:"success"},on:{click:function(t){return e.addOrUpdateHandler(a.row.id)}}},[t("span",{staticClass:"icon iconfont icon-xiugai19",style:{margin:"0 0 0 4px",fontSize:"inherit",color:"inherit",display:"none",height:"auto"}}),e._v(" 更改 ")]):e._e(),e.isAuth("baoxianxinxi","删除")?t("el-button",{staticClass:"del",attrs:{type:"primary"},on:{click:function(t){return e.deleteHandler(a.row.id)}}},[t("span",{staticClass:"icon iconfont icon-shanchu16",style:{margin:"0 0 0 4px",fontSize:"inherit",color:"inherit",display:"none",height:"auto"}}),e._v(" 移除 ")]):e._e()]}}],null,!1,1009739679)})],1):e._e()],1),t("el-pagination",{style:{border:"0px solid #dee2e6",padding:"10px 0",margin:"10px 0 0",whiteSpace:"nowrap",color:"inherit",textAlign:"center",background:"none",width:"100%",fontSize:"inherit",fontWeight:"500"},attrs:{"current-page":e.pageIndex,background:"","page-sizes":[10,50,100,200],"page-size":e.pageSize,layout:e.layouts.join(),total:e.totalPage,"prev-text":"上一页 ","next-text":"下一页 ","hide-on-single-page":!1},on:{"size-change":e.sizeChangeHandle,"current-change":e.currentChangeHandle}})]:e._e(),e.addOrUpdateFlag?t("add-or-update",{ref:"addOrUpdate",attrs:{parent:this}}):e._e()],2)},Xa=[],Ka={data:function(){return{searchForm:{key:""},form:{},dataList:[],pageIndex:1,pageSize:10,totalPage:0,dataListLoading:!1,dataListSelections:[],showFlag:!0,sfshVisiable:!1,shForm:{},chartVisiable:!1,chartVisiable1:!1,chartVisiable2:!1,chartVisiable3:!1,chartVisiable4:!1,chartVisiable5:!1,addOrUpdateFlag:!1,layouts:["prev","pager","next"]}},created:function(){this.init(),this.getDataList(),this.contentStyleChange()},mounted:function(){},filters:{htmlfilter:function(e){return e.replace(/<[^>]*>/g).replace(/undefined/g,"")}},computed:{tablename:function(){return this.$storage.get("sessionTable")}},components:{AddOrUpdate:mt},methods:{contentStyleChange:function(){this.contentPageStyleChange()},contentPageStyleChange:function(){},init:function(){},search:function(){this.pageIndex=1,this.getDataList()},getDataList:function(){var e=this;this.dataListLoading=!0;var t={page:this.pageIndex,limit:this.pageSize,sort:"id",order:"desc"};""!=this.searchForm.baoxiangongsi&&void 0!=this.searchForm.baoxiangongsi&&(t["baoxiangongsi"]="%"+this.searchForm.baoxiangongsi+"%"),""!=this.searchForm.baoxianleixing&&void 0!=this.searchForm.baoxianleixing&&(t["baoxianleixing"]="%"+this.searchForm.baoxianleixing+"%"),""!=this.searchForm.cheliangxinghao&&void 0!=this.searchForm.cheliangxinghao&&(t["cheliangxinghao"]="%"+this.searchForm.cheliangxinghao+"%"),""!=this.searchForm.cheliangpinpai&&void 0!=this.searchForm.cheliangpinpai&&(t["cheliangpinpai"]="%"+this.searchForm.cheliangpinpai+"%"),""!=this.searchForm.cheliangleixing&&void 0!=this.searchForm.cheliangleixing&&(t["cheliangleixing"]="%"+this.searchForm.cheliangleixing+"%");var a=JSON.parse(this.$storage.getObj("userForm"));console.log(a),this.$http({url:"baoxianxinxi/page",method:"get",params:t}).then((function(t){var a=t.data;a&&0===a.code?(e.dataList=a.data.list,e.totalPage=a.data.total):(e.dataList=[],e.totalPage=0),e.dataListLoading=!1}))},sizeChangeHandle:function(e){this.pageSize=e,this.pageIndex=1,this.getDataList()},currentChangeHandle:function(e){this.pageIndex=e,this.getDataList()},selectionChangeHandler:function(e){this.dataListSelections=e},addOrUpdateHandler:function(e,t){var a=this;this.showFlag=!1,this.addOrUpdateFlag=!0,this.crossAddOrUpdateFlag=!1,"info"!=t&&(t="else"),this.$nextTick((function(){a.$refs.addOrUpdate.init(e,t)}))},download:function(e){var t=this,a=e.replace(new RegExp("upload/","g"),"");c.a.get(this.$base.url+"file/download?fileName="+a,{headers:{token:this.$storage.get("Token")},responseType:"blob"}).then((function(e){var t=e.data,i=[];i.push(t);var n=window.URL.createObjectURL(new Blob(i,{type:"application/pdf;chartset=UTF-8"})),o=document.createElement("a");o.href=n,o.download=a,o.dispatchEvent(new MouseEvent("click",{bubbles:!0,cancelable:!0,view:window})),window.URL.revokeObjectURL(t)}),(function(e){c.a.get((location.href.split(t.$base.name).length>1?location.href.split(t.$base.name)[0]:"")+t.$base.name+"/file/download?fileName="+a,{headers:{token:t.$storage.get("Token")},responseType:"blob"}).then((function(e){var t=e.data,i=[];i.push(t);var n=window.URL.createObjectURL(new Blob(i,{type:"application/pdf;chartset=UTF-8"})),o=document.createElement("a");o.href=n,o.download=a,o.dispatchEvent(new MouseEvent("click",{bubbles:!0,cancelable:!0,view:window})),window.URL.revokeObjectURL(t)}))}))},preClick:function(e){if(!e)return!1;window.open(location.href.split(this.$base.name).length>1?location.href.split(this.$base.name)[0]+this.$base.name+"/"+e:this.$base.url+e)},baoxianxinxistatusChange:function(e,t){var a=this;0==t.status&&(t.passwordwrongnum=0),this.$http({url:"baoxianxinxi/update",method:"post",data:t}).then((function(e){1==t.status?a.$message.error("该用户已锁定"):a.$message.success("该用户已解除锁定")}))},deleteHandler:function(e){var t=this;return Object(r["a"])(Object(o["a"])().mark((function a(){var i;return Object(o["a"])().wrap((function(a){while(1)switch(a.prev=a.next){case 0:return i=e?[Number(e)]:t.dataListSelections.map((function(e){return Number(e.id)})),a.next=3,t.$confirm("确定进行[".concat(e?"删除":"批量删除","]操作?"),"提示",{confirmButtonText:"确定",cancelButtonText:"取消",type:"warning"}).then(Object(r["a"])(Object(o["a"])().mark((function e(){return Object(o["a"])().wrap((function(e){while(1)switch(e.prev=e.next){case 0:return e.next=2,t.$http({url:"baoxianxinxi/delete",method:"post",data:i}).then(function(){var e=Object(r["a"])(Object(o["a"])().mark((function e(a){var i;return Object(o["a"])().wrap((function(e){while(1)switch(e.prev=e.next){case 0:i=a.data,i&&0===i.code?t.$message({message:"操作成功",type:"success",duration:1500,onClose:function(){t.search()}}):t.$message.error(i.msg);case 2:case"end":return e.stop()}}),e)})));return function(t){return e.apply(this,arguments)}}());case 2:case"end":return e.stop()}}),e)}))));case 3:case"end":return a.stop()}}),a)})))()}}},Ga=Ka,ei=(a("e5f3"),Object(m["a"])(Ga,Ya,Xa,!1,null,"dee0f138",null)),ti=ei.exports;w["default"].use(k["a"]);var ai=[{path:"/",name:"系统首页",component:ge,children:[{path:"/",name:"系统首页",component:ye,meta:{icon:"",title:"center",affix:!0}},{path:"/updatePassword",name:"修改密码",component:qe,meta:{icon:"",title:"updatePassword"}},{path:"/pay",name:"支付",component:$e,meta:{icon:"",title:"pay"}},{path:"/center",name:"个人信息",component:tt,meta:{icon:"",title:"center"}},{path:"/luxianxinxi",name:"路线信息",component:v},{path:"/cheliangdangan",name:"车辆档案",component:Mt},{path:"/xubaotongzhi",name:"续保通知",component:qt},{path:"/gongzuorenyuan",name:"工作人员",component:Nt},{path:"/shigujilu",name:"事故记录",component:ta},{path:"/guapaishenqing",name:"挂牌申请",component:ya},{path:"/jiashiyuan",name:"驾驶员",component:Ma},{path:"/gonggaoxinxi",name:"公告信息",component:$a},{path:"/fafangpaizhao",name:"发放牌照",component:Na},{path:"/baoxianxinxi",name:"保险信息",component:ti}]},{path:"/login",name:"login",component:Fe,meta:{icon:"",title:"login"}},{path:"/register",name:"register",component:Ne,meta:{icon:"",title:"register"}},{path:"*",component:Me}],ii=new k["a"]({mode:"hash",routes:ai}),ni=k["a"].prototype.push;k["a"].prototype.push=function(e){return ni.call(this,e).catch((function(e){return e}))};t["a"]=ii},"819d":function(e,t,a){"use strict";a.r(t);var i=a("92f2"),n=a.n(i),o=a("0b74"),r=a.n(o),s=new n.a({id:"icon-area",use:"icon-area-usage",viewBox:"0 0 113.39 113.39",content:'省份管理'});r.a.add(s);t["default"]=s},8249:function(e,t,a){e.exports=a.p+"img/zhongguo.20798bfa.png"},8331:function(e,t,a){"use strict";a.r(t);var i=a("92f2"),n=a.n(i),o=a("0b74"),r=a.n(o),s=new n.a({id:"icon-harvestDetection",use:"icon-harvestDetection-usage",viewBox:"0 0 113.39 82.46",content:'采收检测标准'});r.a.add(s);t["default"]=s},"860c":function(e,t,a){"use strict";a.r(t);var i=a("92f2"),n=a.n(i),o=a("0b74"),r=a.n(o),s=new n.a({id:"icon-warnings",use:"icon-warnings-usage",viewBox:"0 0 113.39 106.49",content:'预警阈值'});r.a.add(s);t["default"]=s},"86ed":function(e,t,a){"use strict";a.r(t);var i=a("92f2"),n=a.n(i),o=a("0b74"),r=a.n(o),s=new n.a({id:"icon-harvestManage",use:"icon-harvestManage-usage",viewBox:"0 0 113.39 106.94",content:'采收管理'});r.a.add(s);t["default"]=s},"86fd":function(e,t,a){},"89e8":function(e,t,a){},"8aeb":function(e,t,a){"use strict";a("4e98")},"8b97":function(e,t,a){"use strict";a("e4d2")},"8bf3":function(e,t,a){"use strict";a.r(t);var i=a("92f2"),n=a.n(i),o=a("0b74"),r=a.n(o),s=new n.a({id:"icon-environmental",use:"icon-environmental-usage",viewBox:"0 0 113.39 113.39",content:'基地环境监测'});r.a.add(s);t["default"]=s},"8f20":function(e,t,a){e.exports=a.p+"img/404.3648f234.png"},"903a":function(e,t,a){},"907d":function(e,t,a){"use strict";a.r(t);var i=a("92f2"),n=a.n(i),o=a("0b74"),r=a.n(o),s=new n.a({id:"icon-scheme",use:"icon-scheme-usage",viewBox:"0 0 113.39 122.01",content:'种植计划管理'});r.a.add(s);t["default"]=s},9233:function(e,t,a){"use strict";a("f1a1")},9645:function(e,t,a){"use strict";a("b34b")},9685:function(e,t,a){"use strict";a("dc75")},"969e":function(e,t,a){"use strict";a("7ebf")},"99ae":function(e,t,a){},"9d41":function(e,t,a){"use strict";a.r(t);var i=a("92f2"),n=a.n(i),o=a("0b74"),r=a.n(o),s=new n.a({id:"icon-traceabilityList",use:"icon-traceabilityList-usage",viewBox:"0 0 113.39 113.39",content:'溯源配置'});r.a.add(s);t["default"]=s},"9f99":function(e,t,a){"use strict";a.r(t);var i=a("92f2"),n=a.n(i),o=a("0b74"),r=a.n(o),s=new n.a({id:"icon-pestActive",use:"icon-pestActive-usage",viewBox:"0 0 113.4 113.4",content:'\r\n\r\n病虫害管理\r\n\r\n\r\n\r\n'});r.a.add(s);t["default"]=s},a0bc:function(e,t,a){"use strict";a.r(t);var i=a("92f2"),n=a.n(i),o=a("0b74"),r=a.n(o),s=new n.a({id:"icon-diseasesinsect",use:"icon-diseasesinsect-usage",viewBox:"0 0 113.39 113.39",content:'病虫害管理'});r.a.add(s);t["default"]=s},a15c:function(e,t,a){"use strict";a.r(t);var i=a("92f2"),n=a.n(i),o=a("0b74"),r=a.n(o),s=new n.a({id:"icon-traceability",use:"icon-traceability-usage",viewBox:"0 0 113 113",content:'溯源管理'});r.a.add(s);t["default"]=s},a311:function(e,t,a){},a458:function(e,t,a){"use strict";a("7d82")},a4bb:function(e,t,a){"use strict";a("7a46")},a5d9:function(e,t,a){"use strict";a.r(t);var i=a("92f2"),n=a.n(i),o=a("0b74"),r=a.n(o),s=new n.a({id:"icon-validCode",use:"icon-validCode-usage",viewBox:"0 0 1024 1024",content:''});r.a.add(s);t["default"]=s},a801:function(e,t,a){"use strict";a.r(t);var i=a("92f2"),n=a.n(i),o=a("0b74"),r=a.n(o),s=new n.a({id:"icon-videoKey",use:"icon-videoKey-usage",viewBox:"0 0 113.39 94.78",content:'视频云配置1'});r.a.add(s);t["default"]=s},aa0d:function(e,t,a){"use strict";a.r(t);var i=a("92f2"),n=a.n(i),o=a("0b74"),r=a.n(o),s=new n.a({id:"icon-system",use:"icon-system-usage",viewBox:"0 0 1084 1024",content:''});r.a.add(s);t["default"]=s},aa49:function(e,t,a){"use strict";a.r(t);var i=a("92f2"),n=a.n(i),o=a("0b74"),r=a.n(o),s=new n.a({id:"icon-password",use:"icon-password-usage",viewBox:"0 0 1024 1024",content:''});r.a.add(s);t["default"]=s},ac2b:function(e,t,a){"use strict";a("86fd")},af13:function(e,t,a){"use strict";a("105a")},afcf:function(e,t,a){"use strict";a.r(t);var i=a("92f2"),n=a.n(i),o=a("0b74"),r=a.n(o),s=new n.a({id:"icon-deviceMonitorData",use:"icon-deviceMonitorData-usage",viewBox:"0 0 113.39 113.39",content:'监测数据'});r.a.add(s);t["default"]=s},b0c8:function(e,t,a){},b264:function(e){e.exports=JSON.parse("{}")},b2cd:function(e,t,a){},b34b:function(e,t,a){},b3aa:function(e,t,a){},b3ae:function(e,t,a){"use strict";a("513f")},b4ce:function(e,t,a){"use strict";a("4837")},b606:function(e,t,a){"use strict";a.r(t);var i=a("92f2"),n=a.n(i),o=a("0b74"),r=a.n(o),s=new n.a({id:"icon-video",use:"icon-video-usage",viewBox:"0 0 113.39 113.39",content:'视频云配置sp'});r.a.add(s);t["default"]=s},b70e:function(e,t,a){},b7e8:function(e,t){e.exports="data:image/png;base64,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"},b864:function(e,t,a){"use strict";a.r(t);var i=a("92f2"),n=a.n(i),o=a("0b74"),r=a.n(o),s=new n.a({id:"icon-plant",use:"icon-plant-usage",viewBox:"0 0 113.39 99.52",content:'种植管理'});r.a.add(s);t["default"]=s},bb95:function(e,t,a){"use strict";a.r(t);var i=a("92f2"),n=a.n(i),o=a("0b74"),r=a.n(o),s=new n.a({id:"icon-financeBudget",use:"icon-financeBudget-usage",viewBox:"0 0 113.39 113.39",content:'预算统计'});r.a.add(s);t["default"]=s},bc0b:function(e,t,a){"use strict";a.r(t);var i=a("92f2"),n=a.n(i),o=a("0b74"),r=a.n(o),s=new n.a({id:"icon-vipCustomized",use:"icon-vipCustomized-usage",viewBox:"0 0 114.39 114.39",content:'VIP定制'});r.a.add(s);t["default"]=s},bd3e:function(e,t,a){"use strict";a.r(t);var i=a("92f2"),n=a.n(i),o=a("0b74"),r=a.n(o),s=new n.a({id:"icon-harvestWorks",use:"icon-harvestWorks-usage",viewBox:"0 0 113.38 123.05",content:'采收检测工单'});r.a.add(s);t["default"]=s},c3cd:function(e,t,a){},c401:function(e,t,a){"use strict";a.r(t);var i=a("92f2"),n=a.n(i),o=a("0b74"),r=a.n(o),s=new n.a({id:"icon-documentation",use:"icon-documentation-usage",viewBox:"0 0 1024 1024",content:''});r.a.add(s);t["default"]=s},c774:function(e,t,a){"use strict";a("903a")},c8e3:function(e,t,a){"use strict";a.r(t);var i=a("92f2"),n=a.n(i),o=a("0b74"),r=a.n(o),s=new n.a({id:"icon-farmingProject",use:"icon-farmingProject-usage",viewBox:"0 0 113.39 113.39",content:'农事项目'});r.a.add(s);t["default"]=s},c928:function(e,t,a){},c985:function(e,t){e.exports="data:image/png;base64,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"},ca61:function(e,t,a){"use strict";a("fb86")},cc9b:function(e,t,a){},cda2:function(e,t,a){"use strict";a("99ae")},cf43:function(e,t,a){"use strict";a("61b4")},cfa1:function(e,t,a){"use strict";a("b3aa")},d300:function(e,t,a){},d3c2:function(e,t,a){"use strict";a("a311")},d50c:function(e,t,a){"use strict";a.r(t);var i=a("92f2"),n=a.n(i),o=a("0b74"),r=a.n(o),s=new n.a({id:"icon-finance",use:"icon-finance-usage",viewBox:"0 0 113.39 113.39",content:'财务管理'});r.a.add(s);t["default"]=s},d590:function(e,t,a){},d6e3:function(e,t,a){"use strict";a("6a9a")},d709:function(e,t){e.exports="data:image/png;base64,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"},d884:function(e,t,a){"use strict";a.r(t);var i=a("92f2"),n=a.n(i),o=a("0b74"),r=a.n(o),s=new n.a({id:"icon-peoples",use:"icon-peoples-usage",viewBox:"0 0 1024 1024",content:''});r.a.add(s);t["default"]=s},dc75:function(e,t,a){},dd36:function(e,t,a){"use strict";a.r(t);var i=a("92f2"),n=a.n(i),o=a("0b74"),r=a.n(o),s=new n.a({id:"icon-harvestBatch",use:"icon-harvestBatch-usage",viewBox:"0 0 113.39 100.79",content:'采收批次管理'});r.a.add(s);t["default"]=s},e008:function(e,t,a){"use strict";a.r(t);var i=a("92f2"),n=a.n(i),o=a("0b74"),r=a.n(o),s=new n.a({id:"icon-board1",use:"icon-board1-usage",viewBox:"0 0 113.4 113.2",content:'\r\n\r\n看板管理\r\n\r\n\t\r\n\t\r\n\t\r\n\r\n'});r.a.add(s);t["default"]=s},e093:function(e,t,a){"use strict";a.r(t);var i=a("92f2"),n=a.n(i),o=a("0b74"),r=a.n(o),s=new n.a({id:"icon-pesticideResidue",use:"icon-pesticideResidue-usage",viewBox:"0 0 113.39 110.4",content:'农残检测项'});r.a.add(s);t["default"]=s},e0c1:function(e,t,a){},e22c:function(e,t,a){"use strict";a.r(t);var i=a("92f2"),n=a.n(i),o=a("0b74"),r=a.n(o),s=new n.a({id:"icon-financeReality",use:"icon-financeReality-usage",viewBox:"0 0 113.39 113.39",content:'实际统计'});r.a.add(s);t["default"]=s},e306:function(e,t,a){"use strict";a("c3cd")},e359:function(e,t,a){"use strict";a.r(t);var i=a("92f2"),n=a.n(i),o=a("0b74"),r=a.n(o),s=new n.a({id:"icon-mainSystem",use:"icon-mainSystem-usage",viewBox:"0 0 113.35 113.41",content:'主系统'});r.a.add(s);t["default"]=s},e3d1:function(e,t,a){"use strict";a.r(t);var i=a("92f2"),n=a.n(i),o=a("0b74"),r=a.n(o),s=new n.a({id:"icon-AIDeviceLayout",use:"icon-AIDeviceLayout-usage",viewBox:"0 0 113.63 113.65",content:'物联网配置'});r.a.add(s);t["default"]=s},e4d2:function(e,t,a){},e5e8:function(e,t,a){"use strict";a.r(t);var i=a("92f2"),n=a.n(i),o=a("0b74"),r=a.n(o),s=new n.a({id:"icon-pest",use:"icon-pest-usage",viewBox:"0 0 113.39 113.39",content:'病虫害管理'});r.a.add(s);t["default"]=s},e5f3:function(e,t,a){"use strict";a("89e8")},e7cb:function(e,t,a){"use strict";a.r(t);var i=a("92f2"),n=a.n(i),o=a("0b74"),r=a.n(o),s=new n.a({id:"icon-internet",use:"icon-internet-usage",viewBox:"0 0 113.61 113.63",content:'物联网管理置'});r.a.add(s);t["default"]=s},ebe0:function(e,t,a){"use strict";a.r(t);var i=a("92f2"),n=a.n(i),o=a("0b74"),r=a.n(o),s=new n.a({id:"icon-dataLack",use:"icon-dataLack-usage",viewBox:"0 0 113.39 113.39",content:'数据缺失'});r.a.add(s);t["default"]=s},ebf9:function(e,t,a){"use strict";a("586d")},ecc3:function(e,t){e.exports="data:image/png;base64,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"},ee77:function(e,t,a){"use strict";a("1e2f")},f184:function(e,t,a){"use strict";a.r(t);var i=a("92f2"),n=a.n(i),o=a("0b74"),r=a.n(o),s=new n.a({id:"icon-log",use:"icon-log-usage",viewBox:"0 0 1024 1024",content:''});r.a.add(s);t["default"]=s},f1a1:function(e,t,a){},f29c:function(e,t,a){},f306:function(e,t,a){"use strict";a.r(t);var i=a("92f2"),n=a.n(i),o=a("0b74"),r=a.n(o),s=new n.a({id:"icon-user0",use:"icon-user0-usage",viewBox:"0 0 1024 1024",content:''});r.a.add(s);t["default"]=s},f35a:function(e,t,a){"use strict";a.r(t);var i=a("92f2"),n=a.n(i),o=a("0b74"),r=a.n(o),s=new n.a({id:"icon-heavyMetalDetection",use:"icon-heavyMetalDetection-usage",viewBox:"0 0 113.39 113.39",content:'重金属检测项'});r.a.add(s);t["default"]=s},f4e2:function(e,t,a){"use strict";a.r(t);var i=a("92f2"),n=a.n(i),o=a("0b74"),r=a.n(o),s=new n.a({id:"icon-residual",use:"icon-residual-usage",viewBox:"0 0 113.39 112.64",content:'检测管理'});r.a.add(s);t["default"]=s},f7c5:function(e,t,a){"use strict";a.r(t);var i=a("92f2"),n=a.n(i),o=a("0b74"),r=a.n(o),s=new n.a({id:"icon-home",use:"icon-home-usage",viewBox:"0 0 113.4 113.4",content:'\r\n\r\n\r\n'});r.a.add(s);t["default"]=s},fa49:function(e,t,a){"use strict";a("d300")},fb86:function(e,t,a){},fbd6:function(e,t,a){"use strict";a.r(t);var i=a("92f2"),n=a.n(i),o=a("0b74"),r=a.n(o),s=new n.a({id:"icon-dataAbnormal",use:"icon-dataAbnormal-usage",viewBox:"0 0 113.39 113.39",content:'数据异常'});r.a.add(s);t["default"]=s},fd15:function(e,t,a){"use strict";a.r(t);var i=a("92f2"),n=a.n(i),o=a("0b74"),r=a.n(o),s=new n.a({id:"icon-plants",use:"icon-plants-usage",viewBox:"0 0 113.39 113.39",content:'种植管理'});r.a.add(s);t["default"]=s},fede:function(e,t,a){"use strict";a.r(t);var i=a("92f2"),n=a.n(i),o=a("0b74"),r=a.n(o),s=new n.a({id:"icon-user",use:"icon-user-usage",viewBox:"0 0 1024 1024",content:''});r.a.add(s);t["default"]=s},ffc3:function(e,t,a){"use strict";a.r(t);var i=a("92f2"),n=a.n(i),o=a("0b74"),r=a.n(o),s=new n.a({id:"icon-videoEquipment",use:"icon-videoEquipment-usage",viewBox:"0 0 113.39 96.23",content:'监控设备'});r.a.add(s);t["default"]=s}}); +//# sourceMappingURL=app.9a38c2d2.js.map \ No newline at end of file diff --git a/target/classes/admin/admin/dist/js/app.9a38c2d2.js.map b/target/classes/admin/admin/dist/js/app.9a38c2d2.js.map new file mode 100644 index 0000000..6d9d656 --- /dev/null +++ b/target/classes/admin/admin/dist/js/app.9a38c2d2.js.map @@ -0,0 +1 @@ +{"version":3,"sources":["webpack:///webpack/bootstrap","webpack:///./src/icons/svg/svg/firms.svg","webpack:///./src/icons/svg/svg/inspection.svg","webpack:///./src/icons/svg/svg/pests.svg","webpack:///./src/views/modules/cheliangdangan/list.vue?bf2c","webpack:///./src/icons/svg/svg/monitorEquipment.svg","webpack:///./src/icons/svg/svg/diseasesinsects.svg","webpack:///./src/icons/svg/svg/tempFarm.svg","webpack:///./src/icons/svg/svg/firm.svg","webpack:///src/views/home.vue","webpack:///./src/views/modules/xubaotongzhi/add-or-update.vue?6ae4","webpack:///./src/icons/svg/svg/crop.svg","webpack:///./src/icons/svg/svg/cfg.svg","webpack:///./src/icons/svg/svg/device.svg","webpack:///./src/icons/svg/svg/menu.svg","webpack:///./src/utils/menu.js","webpack:///./src/icons/svg/svg/sourceActive.svg","webpack:///./src/icons/svg/svg/company.svg","webpack:///./src/icons/svg/svg/email.svg","webpack:///./src/views/modules/guapaishenqing/list.vue?c5d2","webpack:///./src/views/modules/gongzuorenyuan/add-or-update.vue?d5f1","webpack:///./src/icons/svg/svg/crops.svg","webpack:///./src/icons/svg/svg/internetActive.svg","webpack:///./src/icons/svg/svg/boardConfig.svg","webpack:///./src/icons/svg/svg sync nonrecursive \\.svg$","webpack:///./src/icons/svg/svg/plantsActive.svg","webpack:///./src/icons/svg/svg/eye-open.svg","webpack:///./src/icons/svg/svg/task.svg","webpack:///./src/icons/svg/svg/AI.svg","webpack:///./src/views/modules/guapaishenqing/add-or-update.vue?8abf","webpack:///./src/icons/svg/svg/agricultureRegister.svg","webpack:///./src/icons/svg/svg/phone.svg","webpack:///./src/icons/svg/svg/EIM.svg","webpack:///./src/assets/img/test/nongye.png","webpack:///./src/icons/svg/svg/dashboard.svg","webpack:///./src/icons/svg/svg/retroactiveCoding.svg","webpack:///./src/views/modules/jiashiyuan/add-or-update.vue?91ff","webpack:///./src/icons/svg/svg/VIP.svg","webpack:///./src/icons/svg/svg/traceabilityStyle.svg","webpack:///./src/App.vue","webpack:///src/App.vue","webpack:///./src/App.vue?a9ad","webpack:///./src/App.vue?a767","webpack:///./src/store/modules/tagsView.js","webpack:///./src/store/index.js","webpack:///./src/components/common/BreadCrumbs.vue","webpack:///src/components/common/BreadCrumbs.vue","webpack:///./src/components/common/BreadCrumbs.vue?eb29","webpack:///./src/components/common/BreadCrumbs.vue?f536","webpack:///./src/utils/storage.js","webpack:///./src/utils/http.js","webpack:///./src/utils/base.js","webpack:///./src/utils/utils.js","webpack:///./src/components/common/FileUpload.vue","webpack:///src/components/common/FileUpload.vue","webpack:///./src/components/common/FileUpload.vue?4cbf","webpack:///./src/components/common/FileUpload.vue?a22d","webpack:///./src/components/common/ExcelFileUpload.vue","webpack:///src/components/common/ExcelFileUpload.vue","webpack:///./src/components/common/ExcelFileUpload.vue?d88e","webpack:///./src/components/common/ExcelFileUpload.vue?e4da","webpack:///./src/components/common/Editor.vue","webpack:///src/components/common/Editor.vue","webpack:///./src/components/common/Editor.vue?4fd0","webpack:///./src/components/common/Editor.vue?8935","webpack:///./src/utils/api.js","webpack:///./src/components/SvgIcon/index.vue","webpack:///src/components/SvgIcon/index.vue","webpack:///./src/components/SvgIcon/index.vue?e716","webpack:///./src/components/SvgIcon/index.vue?8831","webpack:///./src/icons/index.js","webpack:///./src/main.js","webpack:///./src/views/404.vue?e7e5","webpack:///./src/icons/svg/svg/dict.svg","webpack:///./src/icons/svg/svg/source.svg","webpack:///./src/icons/svg/svg/batch.svg","webpack:///./src/utils/validate.js","webpack:///./src/components/index/IndexAsideStatic.vue?9834","webpack:///./src/assets/img/avator.png","webpack:///./src/views/modules/fafangpaizhao/add-or-update.vue?265e","webpack:///./src/icons/svg/svg/board.svg","webpack:///./src/views/modules/gonggaoxinxi/add-or-update.vue?b855","webpack:///./src/icons/svg/svg/base.svg","webpack:///./src/views/modules/fafangpaizhao/list.vue?2636","webpack:///./src/views/login.vue?218c","webpack:///./src/icons/svg/svg/mainSystemActive.svg","webpack:///./src/components/index/IndexMain.vue?58f9","webpack:///./src/utils/i18n.js","webpack:///./src/icons/svg/svg/code.svg","webpack:///./src/icons/svg/svg/news.svg","webpack:///./src/icons/svg/svg/workOrder.svg","webpack:///./src/icons/svg/svg/dept.svg","webpack:///./src/icons/svg/svg/order.svg","webpack:///./src/views/modules/luxianxinxi/list.vue","webpack:///./src/views/modules/luxianxinxi/add-or-update.vue","webpack:///src/views/modules/luxianxinxi/add-or-update.vue","webpack:///./src/views/modules/luxianxinxi/add-or-update.vue?f568","webpack:///./src/views/modules/luxianxinxi/add-or-update.vue?c4e5","webpack:///src/views/modules/luxianxinxi/list.vue","webpack:///./src/views/modules/luxianxinxi/list.vue?0307","webpack:///./src/views/modules/luxianxinxi/list.vue?80b0","webpack:///./src/views/index.vue","webpack:///./src/components/index/IndexMain.vue","webpack:///./src/components/index/IndexAsideStatic.vue","webpack:///src/components/index/IndexAsideStatic.vue","webpack:///./src/components/index/IndexAsideStatic.vue?126d","webpack:///./src/components/index/IndexAsideStatic.vue?3176","webpack:///./src/components/index/IndexHeader.vue","webpack:///src/components/index/IndexHeader.vue","webpack:///./src/components/index/IndexHeader.vue?8bbf","webpack:///./src/components/index/IndexHeader.vue?dccb","webpack:///./src/components/index/TagsView/index.vue","webpack:///./src/components/index/TagsView/ScrollPane.vue","webpack:///src/components/index/TagsView/ScrollPane.vue","webpack:///./src/components/index/TagsView/ScrollPane.vue?dd15","webpack:///./src/components/index/TagsView/ScrollPane.vue?3a06","webpack:///src/components/index/TagsView/index.vue","webpack:///./src/components/index/TagsView/index.vue?3c14","webpack:///./src/components/index/TagsView/index.vue?557d","webpack:///src/components/index/IndexMain.vue","webpack:///./src/components/index/IndexMain.vue?4f04","webpack:///./src/components/index/IndexMain.vue?e2e9","webpack:///src/views/index.vue","webpack:///./src/views/index.vue?2c85","webpack:///./src/views/index.vue?9da6","webpack:///./src/views/home.vue","webpack:///./src/views/home.vue?51d9","webpack:///./src/views/home.vue?4719","webpack:///./src/views/login.vue","webpack:///src/views/login.vue","webpack:///./src/views/login.vue?0c90","webpack:///./src/views/login.vue?8de3","webpack:///./src/views/404.vue","webpack:///src/views/404.vue","webpack:///./src/views/404.vue?220a","webpack:///./src/views/404.vue?eb98","webpack:///./src/views/update-password.vue","webpack:///src/views/update-password.vue","webpack:///./src/views/update-password.vue?f836","webpack:///./src/views/update-password.vue?5c03","webpack:///./src/views/pay.vue","webpack:///src/views/pay.vue","webpack:///./src/views/pay.vue?e1c4","webpack:///./src/views/pay.vue?6142","webpack:///./src/views/register.vue","webpack:///src/views/register.vue","webpack:///./src/views/register.vue?d522","webpack:///./src/views/register.vue?7d63","webpack:///./src/views/center.vue","webpack:///src/views/center.vue","webpack:///./src/views/center.vue?dad1","webpack:///./src/views/center.vue?89fa","webpack:///./src/views/modules/cheliangdangan/list.vue","webpack:///./src/views/modules/cheliangdangan/add-or-update.vue","webpack:///src/views/modules/cheliangdangan/add-or-update.vue","webpack:///./src/views/modules/cheliangdangan/add-or-update.vue?bcbb","webpack:///./src/views/modules/cheliangdangan/add-or-update.vue?d08a","webpack:///./src/views/modules/baoxianxinxi/add-or-update.vue","webpack:///src/views/modules/baoxianxinxi/add-or-update.vue","webpack:///./src/views/modules/baoxianxinxi/add-or-update.vue?055f","webpack:///./src/views/modules/baoxianxinxi/add-or-update.vue?7215","webpack:///./src/views/modules/xubaotongzhi/add-or-update.vue","webpack:///src/views/modules/xubaotongzhi/add-or-update.vue","webpack:///./src/views/modules/xubaotongzhi/add-or-update.vue?d082","webpack:///./src/views/modules/xubaotongzhi/add-or-update.vue?f4df","webpack:///./src/views/modules/shigujilu/add-or-update.vue","webpack:///src/views/modules/shigujilu/add-or-update.vue","webpack:///./src/views/modules/shigujilu/add-or-update.vue?4ab7","webpack:///./src/views/modules/shigujilu/add-or-update.vue?0f6a","webpack:///src/views/modules/cheliangdangan/list.vue","webpack:///./src/views/modules/cheliangdangan/list.vue?7010","webpack:///./src/views/modules/cheliangdangan/list.vue?7c4a","webpack:///./src/views/modules/xubaotongzhi/list.vue","webpack:///src/views/modules/xubaotongzhi/list.vue","webpack:///./src/views/modules/xubaotongzhi/list.vue?c22e","webpack:///./src/views/modules/xubaotongzhi/list.vue?9e7e","webpack:///./src/views/modules/gongzuorenyuan/list.vue","webpack:///./src/views/modules/gongzuorenyuan/add-or-update.vue","webpack:///src/views/modules/gongzuorenyuan/add-or-update.vue","webpack:///./src/views/modules/gongzuorenyuan/add-or-update.vue?b69a","webpack:///./src/views/modules/gongzuorenyuan/add-or-update.vue?7759","webpack:///src/views/modules/gongzuorenyuan/list.vue","webpack:///./src/views/modules/gongzuorenyuan/list.vue?3bb5","webpack:///./src/views/modules/gongzuorenyuan/list.vue?ae0d","webpack:///./src/views/modules/shigujilu/list.vue","webpack:///src/views/modules/shigujilu/list.vue","webpack:///./src/views/modules/shigujilu/list.vue?84b8","webpack:///./src/views/modules/shigujilu/list.vue?25e5","webpack:///./src/views/modules/guapaishenqing/list.vue","webpack:///./src/views/modules/guapaishenqing/add-or-update.vue","webpack:///src/views/modules/guapaishenqing/add-or-update.vue","webpack:///./src/views/modules/guapaishenqing/add-or-update.vue?610b","webpack:///./src/views/modules/guapaishenqing/add-or-update.vue?e52e","webpack:///./src/views/modules/fafangpaizhao/add-or-update.vue","webpack:///src/views/modules/fafangpaizhao/add-or-update.vue","webpack:///./src/views/modules/fafangpaizhao/add-or-update.vue?33f4","webpack:///./src/views/modules/fafangpaizhao/add-or-update.vue?3ffd","webpack:///src/views/modules/guapaishenqing/list.vue","webpack:///./src/views/modules/guapaishenqing/list.vue?5a75","webpack:///./src/views/modules/guapaishenqing/list.vue?a2ce","webpack:///./src/views/modules/jiashiyuan/list.vue","webpack:///./src/views/modules/jiashiyuan/add-or-update.vue","webpack:///src/views/modules/jiashiyuan/add-or-update.vue","webpack:///./src/views/modules/jiashiyuan/add-or-update.vue?8677","webpack:///./src/views/modules/jiashiyuan/add-or-update.vue?4591","webpack:///src/views/modules/jiashiyuan/list.vue","webpack:///./src/views/modules/jiashiyuan/list.vue?c1c3","webpack:///./src/views/modules/jiashiyuan/list.vue?a0a3","webpack:///./src/views/modules/gonggaoxinxi/list.vue","webpack:///./src/views/modules/gonggaoxinxi/add-or-update.vue","webpack:///src/views/modules/gonggaoxinxi/add-or-update.vue","webpack:///./src/views/modules/gonggaoxinxi/add-or-update.vue?4ff7","webpack:///./src/views/modules/gonggaoxinxi/add-or-update.vue?26f2","webpack:///src/views/modules/gonggaoxinxi/list.vue","webpack:///./src/views/modules/gonggaoxinxi/list.vue?7efa","webpack:///./src/views/modules/gonggaoxinxi/list.vue?c47f","webpack:///./src/views/modules/fafangpaizhao/list.vue","webpack:///src/views/modules/fafangpaizhao/list.vue","webpack:///./src/views/modules/fafangpaizhao/list.vue?91f5","webpack:///./src/views/modules/fafangpaizhao/list.vue?cc04","webpack:///./src/views/modules/baoxianxinxi/list.vue","webpack:///src/views/modules/baoxianxinxi/list.vue","webpack:///./src/views/modules/baoxianxinxi/list.vue?fa43","webpack:///./src/views/modules/baoxianxinxi/list.vue?0192","webpack:///./src/router/router-static.js","webpack:///./src/icons/svg/svg/area.svg","webpack:///./src/assets/img/test/zhongguo.png","webpack:///./src/icons/svg/svg/harvestDetection.svg","webpack:///./src/icons/svg/svg/warnings.svg","webpack:///./src/icons/svg/svg/harvestManage.svg","webpack:///./src/components/common/Editor.vue?857a","webpack:///./src/components/index/TagsView/ScrollPane.vue?19cc","webpack:///./src/icons/svg/svg/environmental.svg","webpack:///./src/assets/img/404.png","webpack:///./src/icons/svg/svg/scheme.svg","webpack:///./src/views/modules/xubaotongzhi/list.vue?3623","webpack:///./src/views/modules/luxianxinxi/add-or-update.vue?813d","webpack:///./src/views/modules/cheliangdangan/add-or-update.vue?1cc8","webpack:///./src/views/update-password.vue?6c8e","webpack:///./src/icons/svg/svg/traceabilityList.svg","webpack:///./src/icons/svg/svg/pestActive.svg","webpack:///./src/icons/svg/svg/diseasesinsect.svg","webpack:///./src/icons/svg/svg/traceability.svg","webpack:///./src/views/home.vue?c489","webpack:///./src/views/pay.vue?5fc9","webpack:///./src/icons/svg/svg/validCode.svg","webpack:///./src/icons/svg/svg/videoKey.svg","webpack:///./src/icons/svg/svg/system.svg","webpack:///./src/icons/svg/svg/password.svg","webpack:///./src/views/modules/shigujilu/list.vue?a59c","webpack:///./src/components/index/IndexHeader.vue?5b58","webpack:///./src/icons/svg/svg/deviceMonitorData.svg","webpack:///./src/components/SvgIcon/index.vue?19c3","webpack:///./src/views/center.vue?5f8e","webpack:///./src/icons/svg/svg/video.svg","webpack:///./src/assets/img/test/zhifubao.png","webpack:///./src/icons/svg/svg/plant.svg","webpack:///./src/icons/svg/svg/financeBudget.svg","webpack:///./src/icons/svg/svg/vipCustomized.svg","webpack:///./src/icons/svg/svg/harvestWorks.svg","webpack:///./src/icons/svg/svg/documentation.svg","webpack:///./src/views/register.vue?181a","webpack:///./src/icons/svg/svg/farmingProject.svg","webpack:///./src/assets/img/test/jiaotong.png","webpack:///./src/views/modules/jiashiyuan/list.vue?a43d","webpack:///./src/components/common/BreadCrumbs.vue?8c4b","webpack:///./src/views/modules/gonggaoxinxi/list.vue?5988","webpack:///./src/views/modules/gongzuorenyuan/list.vue?efab","webpack:///./src/App.vue?d8d4","webpack:///./src/icons/svg/svg/finance.svg","webpack:///./src/components/index/TagsView/index.vue?e72c","webpack:///./src/assets/img/test/weixin.png","webpack:///./src/icons/svg/svg/peoples.svg","webpack:///./src/icons/svg/svg/harvestBatch.svg","webpack:///./src/icons/svg/svg/board1.svg","webpack:///./src/icons/svg/svg/pesticideResidue.svg","webpack:///./src/icons/svg/svg/financeReality.svg","webpack:///./src/views/modules/baoxianxinxi/add-or-update.vue?66d7","webpack:///./src/icons/svg/svg/mainSystem.svg","webpack:///./src/icons/svg/svg/AIDeviceLayout.svg","webpack:///./src/icons/svg/svg/pest.svg","webpack:///./src/views/modules/baoxianxinxi/list.vue?9534","webpack:///./src/icons/svg/svg/internet.svg","webpack:///./src/icons/svg/svg/dataLack.svg","webpack:///./src/views/modules/shigujilu/add-or-update.vue?ed1d","webpack:///./src/assets/img/test/jianshe.png","webpack:///./src/views/modules/luxianxinxi/list.vue?fa36","webpack:///./src/icons/svg/svg/log.svg","webpack:///./src/icons/svg/svg/user0.svg","webpack:///./src/icons/svg/svg/heavyMetalDetection.svg","webpack:///./src/icons/svg/svg/residual.svg","webpack:///./src/icons/svg/svg/home.svg","webpack:///./src/views/index.vue?9a0b","webpack:///./src/icons/svg/svg/dataAbnormal.svg","webpack:///./src/icons/svg/svg/plants.svg","webpack:///./src/icons/svg/svg/user.svg","webpack:///./src/icons/svg/svg/videoEquipment.svg"],"names":["webpackJsonpCallback","data","moduleId","chunkId","chunkIds","moreModules","executeModules","i","resolves","length","Object","prototype","hasOwnProperty","call","installedChunks","push","modules","parentJsonpFunction","shift","deferredModules","apply","checkDeferredModules","result","deferredModule","fulfilled","j","depId","splice","__webpack_require__","s","installedModules","exports","module","l","m","c","d","name","getter","o","defineProperty","enumerable","get","r","Symbol","toStringTag","value","t","mode","__esModule","ns","create","key","bind","n","object","property","p","jsonpArray","window","oldJsonpFunction","slice","symbol","add","line","bar","pie","funnel","boardBase","gauge","mounted","init","methods","wordclouds","wordcloudData","echartsId","wordcloud","JSON","parse","stringify","k","v","indexOf","eval","option","series","myChart0","echarts","document","getElementById","myChart","img","maskImage","Image","src","onload","clear","setOption","myChartInterval","type","xAxisData","seriesData","$nextTick","setInterval","xAxis","yAxis","$storage","$http","url","concat","method","then","_ref","code","router","menu","list","map","webpackContext","req","id","webpackContextResolve","e","Error","keys","resolve","render","_vm","this","_c","_self","attrs","staticRenderFns","component","state","visitedViews","cachedViews","mutations","ADD_VISITED_VIEW","view","some","path","assign","title","meta","ADD_CACHED_VIEW","includes","noCache","DEL_VISITED_VIEW","_step","_iterator","_createForOfIteratorHelper","entries","done","_step$value","_slicedToArray","err","f","DEL_CACHED_VIEW","_step2","_iterator2","index","DEL_OTHERS_VISITED_VIEWS","filter","affix","DEL_OTHERS_CACHED_VIEWS","_step3","_iterator3","DEL_ALL_VISITED_VIEWS","affixTags","tag","DEL_ALL_CACHED_VIEWS","UPDATE_VISITED_VIEW","_step4","_iterator4","actions","addView","dispatch","addVisitedView","_ref2","commit","addCachedView","_ref3","delView","_ref4","console","log","Promise","_toConsumableArray","delVisitedView","_ref5","delCachedView","_ref6","delOthersViews","_ref7","delOthersVisitedViews","_ref8","delOthersCachedViews","_ref9","delAllViews","_ref10","delAllVisitedViews","_ref11","delAllCachedViews","_ref12","updateVisitedView","_ref13","namespaced","Vue","use","Vuex","store","Store","tagsView","staticClass","style","_l","levelList","item","redirect","_v","_s","on","$event","preventDefault","handleLink","watch","$route","getBreadcrumb","created","generateTitle","route","matched","isDashboard","trim","toLocaleLowerCase","pathCompile","params","toPath","pathToRegexp","compile","$router","storage","set","localStorage","setItem","getItem","replace","getObj","remove","removeItem","http","axios","timeout","withCredentials","baseURL","headers","interceptors","request","config","error","reject","response","base","indexUrl","getProjectName","projectName","isAuth","tableName","role","menus","roleName","backMenu","child","buttons","join","getCurDateTime","currentTime","Date","year","getFullYear","month","getMonth","day","getDate","hour","getHours","minute","getMinutes","second","getSeconds","getCurDate","ref","getActionUrl","multiple","limit","myHeaders","fileList","handleExceed","handleUploadPreview","handleRemove","handleUploadSuccess","handleUploadErr","handleBeforeUpload","staticStyle","slot","tip","dialogVisible","dialogImageUrl","_e","fileUrlList","props","String","action","Number","default","Boolean","fileUrls","val","oldVal","computed","$base","split","fileArray","forEach","file","setFileList","res","$emit","$message","msg","open","files","warning","fileUrlArray","token","_this","startsWith","success","header","uploadSuccess","uploadError","beforeUpload","editorOption","onEditorBlur","onEditorFocus","onEditorChange","model","callback","$$v","expression","toolbarOptions","script","indent","size","color","background","font","align","maxSize","components","quillEditor","content","quillUpdateImg","placeholder","theme","toolbar","container","handlers","image","querySelector","click","quill","format","$refs","myQuillEditor","getSelection","insertEmbed","setSelection","api","orderpage","orderdelete","orderinfo","ordersave","orderupdate","configpage","configdelete","configinfo","configsave","configupdate","_g","class","svgClass","$listeners","iconName","iconClass","required","className","SvgIcon","require","requireAll","requireContext","VueAMap","initAMapApiLoader","plugin","$validate","validate","$echarts","$project","$api","ElementUI","zIndex","productionTip","BreadCrumbs","FileUpload","ExcelFileUpload","Editor","JsonExcel","$md5","md5","h","App","$mount","isEmail","test","isMobile","isPhone","isURL","isNumber","isIntNumer","checkIdCard","idcard","regIdCard","hasKey","$te","translatedTitle","$t","showFlag","searchForm","nativeOn","_k","keyCode","search","luxianmingcheng","$set","luxianqidian","luxianzhongdian","addOrUpdateHandler","dataListSelections","deleteHandler","payBatch","shBatchDialog","directives","rawName","dataListLoading","dataList","selectionChangeHandler","scopedSlots","_u","fn","scope","row","daoluqingkuang","yichangwenti","yujixingshishizhang","disscussListHandler","pageIndex","pageSize","layouts","totalPage","sizeChangeHandle","currentChangeHandle","addOrUpdateFlag","batchIds","sfshBatchVisiable","shBatchForm","shRules","sfsh","shhf","shBatchHandler","previewVisible","previewImg","ruleForm","rules","ro","luxianxiangqing","domProps","onSubmit","back","addtime","faburiqi","download","info","logistics","obj","json","zhanghao","xingming","_this2","reg","RegExp","crossuserid","crossrefid","crossoptnum","_this3","statusColumnName","statusColumnValue","table","valid","page","total","message","duration","onClose","parent","luxianxinxiCrossAddOrUpdateFlag","contentStyleChange","getUUID","getTime","json_fields","form","trigger","getDataList","filters","htmlfilter","tablename","AddOrUpdate","imgPreView","linkOthers","contentPageStyleChange","x","$confirm","confirmButtonText","cancelButtonText","payHandler","ispay","_","arr","catch","sort","order","undefined","user","_this4","crossAddOrUpdateFlag","addOrUpdate","query","refid","_this5","responseType","binaryData","objectUrl","URL","createObjectURL","Blob","a","createElement","href","dispatchEvent","MouseEvent","bubbles","cancelable","revokeObjectURL","location","preClick","luxianxinxistatusChange","_this6","status","passwordwrongnum","_this7","_asyncToGenerator","_regeneratorRuntime","mark","_callee4","ids","delStr","wrap","_context4","prev","next","_callee3","_context3","_callee2","_context2","t0","t1","_callee","_context","post","stop","_x2","arguments","_x","avatar","activeMenu","menuHandler","menuList","horizontalIsMultiple","icons","horizontalFlag","dynamicMenuRoutes","menulistBorderBottom","$forceUpdate","menujson","styleChange","sessionTable","touxiang","Math","random","collapse","isCollapse","querySelectorAll","el","removeAttribute","icon","handleCommand","onIndexTap","onLogout","toBoard","backUp","$store","refInFor","isActive","fullPath","button","closeSelectedTag","openMenu","stopPropagation","visible","left","top","selectedTag","closeAllTags","handleScroll","_t","tagAndTagSpacing","scrollWrapper","scrollContainer","eventDelta","wheelDelta","deltaY","$scrollWrapper","scrollLeft","moveToTarget","currentTag","$container","$el","$containerWidth","offsetWidth","tagList","$parent","firstTag","lastTag","scrollWidth","currentIndex","findIndex","prevTag","nextTag","afterNextTagOffsetLeft","offsetLeft","beforePrevTagOffsetLeft","ScrollPane","routes","addTags","moveToCurrentTag","body","addEventListener","closeMenu","removeEventListener","initTags","filterAffixTags","basePath","tags","tagPath","_objectSpread","children","tempTags","to","scrollPane","refreshSelectedTag","toLastView","closeOthersTags","latestView","menuMinWidth","getBoundingClientRect","maxLeft","clientX","clientY","IndexAside","IndexHeader","TagsView","itemMenu","collapseChange","titleChange","homeChange","centerChange","IndexMain","loginType","rulesForm","username","target","composing","password","roles","login","register","verifyCheck2","flag","baseUrl","hasBackLogin","destroyed","pageFlag","loginPost","history","go","newpassword","repassword","onUpdateHandler","mima","abrupt","submitTap","account","rgsForm","changeRules","mima2","xingbie","jiashiyuanxingbieOptions","shouji","shenfenzheng","chushengriqi","jiashizhenghao","jiashiyuantouxiangUploadChange","yuangongzhanghao","yuangongxingming","nianling","_n","gongzuorenyuanxingbieOptions","gongzuorenyuantouxiangUploadChange","close","forgetForm","usersimageUploadChange","usersFlag","chepaihao","cheliangxinghao","cheliangpinpai","cheliangleixing","huandangfangshi","huandangfangshiOptions","danganbianhao","fadongjihao","chejiahao","yanse","cheliangzhaopian","substring","zuowei","dengjiriqi","danganwenjian","baoxianxinxiCrossAddOrUpdateHandler","xubaotongzhiCrossAddOrUpdateHandler","shigujiluCrossAddOrUpdateHandler","baoxianxinxiCrossAddOrUpdateFlag","xubaotongzhiCrossAddOrUpdateFlag","shigujiluCrossAddOrUpdateFlag","cheliangzhaopianUploadChange","danganwenjianUploadChange","zhanghaoChange","zhanghaoOptions","cheliangxiangqing","validateIntNumber","rule","validator","cheliangdanganCrossAddOrUpdateFlag","baoxiangongsi","baoxianleixing","baoxianjine","shengxiaoriqi","youxiaoqizhi","validateNumber","tongzhibiaoti","tongzhiriqi","tongzhineirong","jilubianhao","shigudidian","shiguzerenfang","shiguzhaopian","shiguzhaopianUploadChange","zhengmingcailiao","zhengmingcailiaoUploadChange","shiguriqi","shiguxiangqing","sfshVisiable","shForm","chartVisiable","chartVisiable1","chartVisiable2","chartVisiable3","chartVisiable4","chartVisiable5","baoxianxinxiCrossAddOrUpdate","xubaotongzhiCrossAddOrUpdate","shigujiluCrossAddOrUpdate","crossOptAudit","crossOptPay","tips","baoxianxinxiCrossaddOrUpdate","xubaotongzhiCrossaddOrUpdate","shigujiluCrossaddOrUpdate","cheliangdanganstatusChange","_this8","chartDialog1","chepaihaoChart1","pArray","parseFloat","text","legend","orient","tooltip","formatter","radius","center","emphasis","itemStyle","shadowBlur","shadowOffsetX","shadowColor","onresize","resize","xubaotongzhistatusChange","sfshOptions","xingbieOptions","touxiangUploadChange","validateMobile","gongzuorenyuanCrossAddOrUpdateFlag","gongzuorenyuanstatusChange","shigujilustatusChange","biaoti","shenqingshijian","fafangpaizhaoCrossAddOrUpdateHandler","fafangpaizhaoCrossAddOrUpdateFlag","yuangongzhanghaoChange","yuangongzhanghaoOptions","shenqingneirong","guapaishenqingCrossAddOrUpdateFlag","fafangshijian","fafangpaizhaoCrossAddOrUpdate","fafangpaizhaoCrossaddOrUpdate","guapaishenqingstatusChange","validateIdCard","jiashiyuanCrossAddOrUpdateFlag","jiashiyuanstatusChange","jianjie","fabushijian","fengmian","fengmianUploadChange","neirong","gonggaoxinxiCrossAddOrUpdateFlag","gonggaoxinxistatusChange","fafangpaizhaostatusChange","baoxianxinxistatusChange","VueRouter","Index","Home","UpdatePassword","pay","luxianxinxi","cheliangdangan","xubaotongzhi","gongzuorenyuan","shigujilu","guapaishenqing","jiashiyuan","gonggaoxinxi","fafangpaizhao","baoxianxinxi","Login","NotFound","originalPush"],"mappings":"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","file":"js/app.9a38c2d2.js","sourcesContent":[" \t// install a JSONP callback for chunk loading\n \tfunction webpackJsonpCallback(data) {\n \t\tvar chunkIds = data[0];\n \t\tvar moreModules = data[1];\n \t\tvar executeModules = data[2];\n\n \t\t// add \"moreModules\" to the modules object,\n \t\t// then flag all \"chunkIds\" as loaded and fire callback\n \t\tvar moduleId, chunkId, i = 0, resolves = [];\n \t\tfor(;i < chunkIds.length; i++) {\n \t\t\tchunkId = chunkIds[i];\n \t\t\tif(Object.prototype.hasOwnProperty.call(installedChunks, chunkId) && installedChunks[chunkId]) {\n \t\t\t\tresolves.push(installedChunks[chunkId][0]);\n \t\t\t}\n \t\t\tinstalledChunks[chunkId] = 0;\n \t\t}\n \t\tfor(moduleId in moreModules) {\n \t\t\tif(Object.prototype.hasOwnProperty.call(moreModules, moduleId)) {\n \t\t\t\tmodules[moduleId] = moreModules[moduleId];\n \t\t\t}\n \t\t}\n \t\tif(parentJsonpFunction) parentJsonpFunction(data);\n\n \t\twhile(resolves.length) {\n \t\t\tresolves.shift()();\n \t\t}\n\n \t\t// add entry modules from loaded chunk to deferred list\n \t\tdeferredModules.push.apply(deferredModules, executeModules || []);\n\n \t\t// run deferred modules when all chunks ready\n \t\treturn checkDeferredModules();\n \t};\n \tfunction checkDeferredModules() {\n \t\tvar result;\n \t\tfor(var i = 0; i < deferredModules.length; i++) {\n \t\t\tvar deferredModule = deferredModules[i];\n \t\t\tvar fulfilled = true;\n \t\t\tfor(var j = 1; j < deferredModule.length; j++) {\n \t\t\t\tvar depId = deferredModule[j];\n \t\t\t\tif(installedChunks[depId] !== 0) fulfilled = false;\n \t\t\t}\n \t\t\tif(fulfilled) {\n \t\t\t\tdeferredModules.splice(i--, 1);\n \t\t\t\tresult = __webpack_require__(__webpack_require__.s = deferredModule[0]);\n \t\t\t}\n \t\t}\n\n \t\treturn result;\n \t}\n\n \t// The module cache\n \tvar installedModules = {};\n\n \t// object to store loaded and loading chunks\n \t// undefined = chunk not loaded, null = chunk preloaded/prefetched\n \t// Promise = chunk loading, 0 = chunk loaded\n \tvar installedChunks = {\n \t\t\"app\": 0\n \t};\n\n \tvar deferredModules = [];\n\n \t// The require function\n \tfunction __webpack_require__(moduleId) {\n\n \t\t// Check if module is in cache\n \t\tif(installedModules[moduleId]) {\n \t\t\treturn installedModules[moduleId].exports;\n \t\t}\n \t\t// Create a new module (and put it into the cache)\n \t\tvar module = installedModules[moduleId] = {\n \t\t\ti: moduleId,\n \t\t\tl: false,\n \t\t\texports: {}\n \t\t};\n\n \t\t// Execute the module function\n \t\tmodules[moduleId].call(module.exports, module, module.exports, __webpack_require__);\n\n \t\t// Flag the module as loaded\n \t\tmodule.l = true;\n\n \t\t// Return the exports of the module\n \t\treturn module.exports;\n \t}\n\n\n \t// expose the modules object (__webpack_modules__)\n \t__webpack_require__.m = modules;\n\n \t// expose the module cache\n \t__webpack_require__.c = installedModules;\n\n \t// define getter function for harmony exports\n \t__webpack_require__.d = function(exports, name, getter) {\n \t\tif(!__webpack_require__.o(exports, name)) {\n \t\t\tObject.defineProperty(exports, name, { enumerable: true, get: getter });\n \t\t}\n \t};\n\n \t// define __esModule on exports\n \t__webpack_require__.r = function(exports) {\n \t\tif(typeof Symbol !== 'undefined' && Symbol.toStringTag) {\n \t\t\tObject.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });\n \t\t}\n \t\tObject.defineProperty(exports, '__esModule', { value: true });\n \t};\n\n \t// create a fake namespace object\n \t// mode & 1: value is a module id, require it\n \t// mode & 2: merge all properties of value into the ns\n \t// mode & 4: return value when already ns object\n \t// mode & 8|1: behave like require\n \t__webpack_require__.t = function(value, mode) {\n \t\tif(mode & 1) value = __webpack_require__(value);\n \t\tif(mode & 8) return value;\n \t\tif((mode & 4) && typeof value === 'object' && value && value.__esModule) return value;\n \t\tvar ns = Object.create(null);\n \t\t__webpack_require__.r(ns);\n \t\tObject.defineProperty(ns, 'default', { enumerable: true, value: value });\n \t\tif(mode & 2 && typeof value != 'string') for(var key in value) __webpack_require__.d(ns, key, function(key) { return value[key]; }.bind(null, key));\n \t\treturn ns;\n \t};\n\n \t// getDefaultExport function for compatibility with non-harmony modules\n \t__webpack_require__.n = function(module) {\n \t\tvar getter = module && module.__esModule ?\n \t\t\tfunction getDefault() { return module['default']; } :\n \t\t\tfunction getModuleExports() { return module; };\n \t\t__webpack_require__.d(getter, 'a', getter);\n \t\treturn getter;\n \t};\n\n \t// Object.prototype.hasOwnProperty.call\n \t__webpack_require__.o = function(object, property) { return Object.prototype.hasOwnProperty.call(object, property); };\n\n \t// __webpack_public_path__\n \t__webpack_require__.p = \"./\";\n\n \tvar jsonpArray = window[\"webpackJsonp\"] = window[\"webpackJsonp\"] || [];\n \tvar oldJsonpFunction = jsonpArray.push.bind(jsonpArray);\n \tjsonpArray.push = webpackJsonpCallback;\n \tjsonpArray = jsonpArray.slice();\n \tfor(var i = 0; i < jsonpArray.length; i++) webpackJsonpCallback(jsonpArray[i]);\n \tvar parentJsonpFunction = oldJsonpFunction;\n\n\n \t// add entry module to deferred list\n \tdeferredModules.push([0,\"chunk-vendors\"]);\n \t// run deferred modules when ready\n \treturn checkDeferredModules();\n","import SpriteSymbol from \"svg-baker-runtime/browser-symbol\";\nimport sprite from \"svg-sprite-loader/runtime/browser-sprite.build\";\nvar symbol = new SpriteSymbol({\n \"id\": \"icon-firms\",\n \"use\": \"icon-firms-usage\",\n \"viewBox\": \"0 0 113.38 113.35\",\n \"content\": \"厂商管理2\"\n});\nvar result = sprite.add(symbol);\nexport default symbol","import SpriteSymbol from \"svg-baker-runtime/browser-symbol\";\nimport sprite from \"svg-sprite-loader/runtime/browser-sprite.build\";\nvar symbol = new SpriteSymbol({\n \"id\": \"icon-inspection\",\n \"use\": \"icon-inspection-usage\",\n \"viewBox\": \"0 0 113.39 113.39\",\n \"content\": \"巡视反馈\"\n});\nvar result = sprite.add(symbol);\nexport default symbol","import SpriteSymbol from \"svg-baker-runtime/browser-symbol\";\nimport sprite from \"svg-sprite-loader/runtime/browser-sprite.build\";\nvar symbol = new SpriteSymbol({\n \"id\": \"icon-pests\",\n \"use\": \"icon-pests-usage\",\n \"viewBox\": \"0 0 113.39 107.68\",\n \"content\": \"病虫害反馈\"\n});\nvar result = sprite.add(symbol);\nexport default symbol","export * from \"-!../../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_mini-css-extract-plugin@0.9.0@mini-css-extract-plugin/dist/loader.js??ref--9-oneOf-1-0!../../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_css-loader@3.6.0@css-loader/dist/cjs.js??ref--9-oneOf-1-1!../../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_vue-loader@15.11.1@vue-loader/lib/loaders/stylePostLoader.js!../../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_postcss-loader@3.0.0@postcss-loader/src/index.js??ref--9-oneOf-1-2!../../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_sass-loader@8.0.2@sass-loader/dist/cjs.js??ref--9-oneOf-1-3!../../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_cache-loader@4.1.0@cache-loader/dist/cjs.js??ref--1-0!../../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_vue-loader@15.11.1@vue-loader/lib/index.js??vue-loader-options!./list.vue?vue&type=style&index=0&id=e1f9817c&prod&lang=scss&scoped=true\"","import SpriteSymbol from \"svg-baker-runtime/browser-symbol\";\nimport sprite from \"svg-sprite-loader/runtime/browser-sprite.build\";\nvar symbol = new SpriteSymbol({\n \"id\": \"icon-monitorEquipment\",\n \"use\": \"icon-monitorEquipment-usage\",\n \"viewBox\": \"0 0 113.39 113.39\",\n \"content\": \"监测设备\"\n});\nvar result = sprite.add(symbol);\nexport default symbol","import SpriteSymbol from \"svg-baker-runtime/browser-symbol\";\nimport sprite from \"svg-sprite-loader/runtime/browser-sprite.build\";\nvar symbol = new SpriteSymbol({\n \"id\": \"icon-diseasesinsects\",\n \"use\": \"icon-diseasesinsects-usage\",\n \"viewBox\": \"0 0 113.39 108.37\",\n \"content\": \"病虫害分析\"\n});\nvar result = sprite.add(symbol);\nexport default symbol","import SpriteSymbol from \"svg-baker-runtime/browser-symbol\";\nimport sprite from \"svg-sprite-loader/runtime/browser-sprite.build\";\nvar symbol = new SpriteSymbol({\n \"id\": \"icon-tempFarm\",\n \"use\": \"icon-tempFarm-usage\",\n \"viewBox\": \"0 0 113.39 113.39\",\n \"content\": \"临时农事管理\"\n});\nvar result = sprite.add(symbol);\nexport default symbol","import SpriteSymbol from \"svg-baker-runtime/browser-symbol\";\nimport sprite from \"svg-sprite-loader/runtime/browser-sprite.build\";\nvar symbol = new SpriteSymbol({\n \"id\": \"icon-firm\",\n \"use\": \"icon-firm-usage\",\n \"viewBox\": \"0 0 113.43 113.52\",\n \"content\": \"厂商管理\"\n});\nvar result = sprite.add(symbol);\nexport default symbol","\r\n\r\n\r\n","export * from \"-!../../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_mini-css-extract-plugin@0.9.0@mini-css-extract-plugin/dist/loader.js??ref--9-oneOf-1-0!../../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_css-loader@3.6.0@css-loader/dist/cjs.js??ref--9-oneOf-1-1!../../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_vue-loader@15.11.1@vue-loader/lib/loaders/stylePostLoader.js!../../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_postcss-loader@3.0.0@postcss-loader/src/index.js??ref--9-oneOf-1-2!../../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_sass-loader@8.0.2@sass-loader/dist/cjs.js??ref--9-oneOf-1-3!../../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_cache-loader@4.1.0@cache-loader/dist/cjs.js??ref--1-0!../../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_vue-loader@15.11.1@vue-loader/lib/index.js??vue-loader-options!./add-or-update.vue?vue&type=style&index=0&id=101dfb02&prod&lang=scss&scoped=true\"","import SpriteSymbol from \"svg-baker-runtime/browser-symbol\";\nimport sprite from \"svg-sprite-loader/runtime/browser-sprite.build\";\nvar symbol = new SpriteSymbol({\n \"id\": \"icon-crop\",\n \"use\": \"icon-crop-usage\",\n \"viewBox\": \"0 0 113.56 113.39\",\n \"content\": \"农作物管理2\"\n});\nvar result = sprite.add(symbol);\nexport default symbol","import SpriteSymbol from \"svg-baker-runtime/browser-symbol\";\nimport sprite from \"svg-sprite-loader/runtime/browser-sprite.build\";\nvar symbol = new SpriteSymbol({\n \"id\": \"icon-cfg\",\n \"use\": \"icon-cfg-usage\",\n \"viewBox\": \"0 0 1024 1024\",\n \"content\": \"\"\n});\nvar result = sprite.add(symbol);\nexport default symbol","import SpriteSymbol from \"svg-baker-runtime/browser-symbol\";\nimport sprite from \"svg-sprite-loader/runtime/browser-sprite.build\";\nvar symbol = new SpriteSymbol({\n \"id\": \"icon-device\",\n \"use\": \"icon-device-usage\",\n \"viewBox\": \"0 0 113.39 113.39\",\n \"content\": \"设备管理\"\n});\nvar result = sprite.add(symbol);\nexport default symbol","import SpriteSymbol from \"svg-baker-runtime/browser-symbol\";\nimport sprite from \"svg-sprite-loader/runtime/browser-sprite.build\";\nvar symbol = new SpriteSymbol({\n \"id\": \"icon-menu\",\n \"use\": \"icon-menu-usage\",\n \"viewBox\": \"0 0 1024 1024\",\n \"content\": \"\"\n});\nvar result = sprite.add(symbol);\nexport default symbol","const menu = {\n list() {\n return [{\n \"backMenu\": [{\n \"child\": [{\n \"allButtons\": [\"新增\", \"查看\", \"修改\", \"删除\"],\n \"appFrontIcon\": \"cuIcon-goodsnew\",\n \"buttons\": [\"新增\", \"查看\", \"修改\", \"删除\"],\n \"menu\": \"驾驶员\",\n \"menuJump\": \"列表\",\n \"tableName\": \"jiashiyuan\"\n }], \"menu\": \"驾驶员管理\"\n }, {\n \"child\": [{\n \"allButtons\": [\"新增\", \"查看\", \"修改\", \"删除\", \"审核\"],\n \"appFrontIcon\": \"cuIcon-attentionfavor\",\n \"buttons\": [\"新增\", \"查看\", \"修改\", \"删除\", \"审核\"],\n \"menu\": \"工作人员\",\n \"menuJump\": \"列表\",\n \"tableName\": \"gongzuorenyuan\"\n }], \"menu\": \"工作人员管理\"\n }, {\n \"child\": [{\n \"allButtons\": [\"新增\", \"查看\", \"修改\", \"删除\"],\n \"appFrontIcon\": \"cuIcon-pic\",\n \"buttons\": [\"新增\", \"查看\", \"修改\", \"删除\"],\n \"menu\": \"公告信息\",\n \"menuJump\": \"列表\",\n \"tableName\": \"gonggaoxinxi\"\n }], \"menu\": \"公告信息管理\"\n }, {\n \"child\": [{\n \"allButtons\": [\"新增\", \"查看\", \"修改\", \"删除\", \"保险信息\", \"续保通知\", \"事故记录\"],\n \"appFrontIcon\": \"cuIcon-pay\",\n \"buttons\": [\"查看\", \"删除\"],\n \"menu\": \"车辆档案\",\n \"menuJump\": \"列表\",\n \"tableName\": \"cheliangdangan\"\n }], \"menu\": \"车辆档案管理\"\n }, {\n \"child\": [{\n \"allButtons\": [\"新增\", \"查看\", \"修改\", \"删除\"],\n \"appFrontIcon\": \"cuIcon-vipcard\",\n \"buttons\": [\"查看\", \"删除\"],\n \"menu\": \"保险信息\",\n \"menuJump\": \"列表\",\n \"tableName\": \"baoxianxinxi\"\n }], \"menu\": \"保险信息管理\"\n }, {\n \"child\": [{\n \"allButtons\": [\"新增\", \"查看\", \"修改\", \"删除\", \"到期次数\"],\n \"appFrontIcon\": \"cuIcon-present\",\n \"buttons\": [\"查看\", \"删除\", \"到期次数\"],\n \"menu\": \"续保通知\",\n \"menuJump\": \"列表\",\n \"tableName\": \"xubaotongzhi\"\n }], \"menu\": \"续保通知管理\"\n }, {\n \"child\": [{\n \"allButtons\": [\"新增\", \"查看\", \"修改\", \"删除\"],\n \"appFrontIcon\": \"el-icon-coins\",\n \"buttons\": [\"新增\", \"查看\", \"修改\", \"删除\"],\n \"menu\": \"路线信息\",\n \"menuJump\": \"列表\",\n \"tableName\": \"luxianxinxi\"\n }], \"menu\": \"路线信息管理\"\n }, {\n \"child\": [{\n \"allButtons\": [\"新增\", \"查看\", \"修改\", \"删除\", \"事故次数\"],\n \"appFrontIcon\": \"cuIcon-goods\",\n \"buttons\": [\"删除\", \"事故次数\", \"查看\"],\n \"menu\": \"事故记录\",\n \"menuJump\": \"列表\",\n \"tableName\": \"shigujilu\"\n }], \"menu\": \"事故记录管理\"\n }],\n \"frontMenu\": [ ],\n \"hasBackLogin\": \"是\",\n \"hasBackRegister\": \"否\",\n \"hasFrontLogin\": \"否\",\n \"hasFrontRegister\": \"否\",\n \"roleName\": \"管理员\",\n \"tableName\": \"users\"\n }, {\n \"backMenu\": [{\n \"child\": [{\n \"allButtons\": [\"新增\", \"查看\", \"修改\", \"删除\"],\n \"appFrontIcon\": \"cuIcon-pic\",\n \"buttons\": [\"查看\"],\n \"menu\": \"公告信息\",\n \"menuJump\": \"列表\",\n \"tableName\": \"gonggaoxinxi\"\n }], \"menu\": \"公告信息管理\"\n }, {\n \"child\": [{\n \"allButtons\": [\"新增\", \"查看\", \"修改\", \"删除\", \"保险信息\", \"续保通知\", \"事故记录\"],\n \"appFrontIcon\": \"cuIcon-pay\",\n \"buttons\": [\"查看\"],\n \"menu\": \"车辆档案\",\n \"menuJump\": \"列表\",\n \"tableName\": \"cheliangdangan\"\n }], \"menu\": \"车辆档案管理\"\n }, {\n \"child\": [{\n \"allButtons\": [\"新增\", \"查看\", \"修改\", \"删除\"],\n \"appFrontIcon\": \"cuIcon-vipcard\",\n \"buttons\": [\"查看\"],\n \"menu\": \"保险信息\",\n \"menuJump\": \"列表\",\n \"tableName\": \"baoxianxinxi\"\n }], \"menu\": \"保险信息管理\"\n }, {\n \"child\": [{\n \"allButtons\": [\"新增\", \"查看\", \"修改\", \"删除\", \"到期次数\"],\n \"appFrontIcon\": \"cuIcon-present\",\n \"buttons\": [\"查看\"],\n \"menu\": \"续保通知\",\n \"menuJump\": \"列表\",\n \"tableName\": \"xubaotongzhi\"\n }], \"menu\": \"续保通知管理\"\n }, {\n \"child\": [{\n \"allButtons\": [\"新增\", \"查看\", \"修改\", \"删除\"],\n \"appFrontIcon\": \"el-icon-picture-outline\",\n \"buttons\": [\"新增\", \"查看\", \"修改\", \"删除\"],\n \"menu\": \"路线信息\",\n \"menuJump\": \"列表\",\n \"tableName\": \"luxianxinxi\"\n }], \"menu\": \"路线信息管理\"\n }, {\n \"child\": [{\n \"allButtons\": [\"新增\", \"查看\", \"修改\", \"删除\", \"事故次数\"],\n \"appFrontIcon\": \"cuIcon-goods\",\n \"buttons\": [\"查看\"],\n \"menu\": \"事故记录\",\n \"menuJump\": \"列表\",\n \"tableName\": \"shigujilu\"\n }], \"menu\": \"事故记录管理\"\n }],\n \"frontMenu\": [ ],\n \"hasBackLogin\": \"是\",\n \"hasBackRegister\": \"是\",\n \"hasFrontLogin\": \"否\",\n \"hasFrontRegister\": \"否\",\n \"roleName\": \"驾驶员\",\n \"tableName\": \"jiashiyuan\"\n }, {\n \"backMenu\": [{\n \"child\": [{\n \"allButtons\": [\"新增\", \"查看\", \"修改\", \"删除\"],\n \"appFrontIcon\": \"cuIcon-pic\",\n \"buttons\": [\"查看\"],\n \"menu\": \"公告信息\",\n \"menuJump\": \"列表\",\n \"tableName\": \"gonggaoxinxi\"\n }], \"menu\": \"公告信息管理\"\n }, {\n \"child\": [{\n \"allButtons\": [\"新增\", \"查看\", \"修改\", \"删除\", \"保险信息\", \"续保通知\", \"事故记录\"],\n \"appFrontIcon\": \"cuIcon-pay\",\n \"buttons\": [\"新增\", \"查看\", \"修改\", \"删除\", \"保险信息\", \"续保通知\", \"事故记录\"],\n \"menu\": \"车辆档案\",\n \"menuJump\": \"列表\",\n \"tableName\": \"cheliangdangan\"\n }], \"menu\": \"车辆档案管理\"\n }, {\n \"child\": [{\n \"allButtons\": [\"新增\", \"查看\", \"修改\", \"删除\"],\n \"appFrontIcon\": \"cuIcon-vipcard\",\n \"buttons\": [\"查看\", \"删除\"],\n \"menu\": \"保险信息\",\n \"menuJump\": \"列表\",\n \"tableName\": \"baoxianxinxi\"\n }], \"menu\": \"保险信息管理\"\n }, {\n \"child\": [{\n \"allButtons\": [\"新增\", \"查看\", \"修改\", \"删除\", \"到期次数\"],\n \"appFrontIcon\": \"cuIcon-present\",\n \"buttons\": [\"查看\", \"删除\"],\n \"menu\": \"续保通知\",\n \"menuJump\": \"列表\",\n \"tableName\": \"xubaotongzhi\"\n }], \"menu\": \"续保通知管理\"\n }, {\n \"child\": [{\n \"allButtons\": [\"新增\", \"查看\", \"修改\", \"删除\", \"事故次数\"],\n \"appFrontIcon\": \"cuIcon-goods\",\n \"buttons\": [\"查看\", \"删除\"],\n \"menu\": \"事故记录\",\n \"menuJump\": \"列表\",\n \"tableName\": \"shigujilu\"\n }], \"menu\": \"事故记录管理\"\n }, {\n \"child\": [{\n \"allButtons\": [\"新增\", \"查看\", \"修改\", \"删除\"],\n \"appFrontIcon\": \"el-icon-coins\",\n \"buttons\": [\"新增\", \"查看\", \"修改\", \"删除\"],\n \"menu\": \"路线信息\",\n \"menuJump\": \"列表\",\n \"tableName\": \"luxianxinxi\"\n }], \"menu\": \"路线信息管理\"\n }],\n \"frontMenu\": [],\n \"hasBackLogin\": \"是\",\n \"hasBackRegister\": \"是\",\n \"hasFrontLogin\": \"否\",\n \"hasFrontRegister\": \"否\",\n \"roleName\": \"工作人员\",\n \"tableName\": \"gongzuorenyuan\"\n }]\n }\n}\nexport default menu;","import SpriteSymbol from \"svg-baker-runtime/browser-symbol\";\nimport sprite from \"svg-sprite-loader/runtime/browser-sprite.build\";\nvar symbol = new SpriteSymbol({\n \"id\": \"icon-sourceActive\",\n \"use\": \"icon-sourceActive-usage\",\n \"viewBox\": \"0 0 113.4 113.4\",\n \"content\": \"\\r\\n\\r\\n溯源管理\\r\\n\\r\\n\"\n});\nvar result = sprite.add(symbol);\nexport default symbol","import SpriteSymbol from \"svg-baker-runtime/browser-symbol\";\nimport sprite from \"svg-sprite-loader/runtime/browser-sprite.build\";\nvar symbol = new SpriteSymbol({\n \"id\": \"icon-company\",\n \"use\": \"icon-company-usage\",\n \"viewBox\": \"0 0 113.39 121.48\",\n \"content\": \"基本信息\"\n});\nvar result = sprite.add(symbol);\nexport default symbol","import SpriteSymbol from \"svg-baker-runtime/browser-symbol\";\nimport sprite from \"svg-sprite-loader/runtime/browser-sprite.build\";\nvar symbol = new SpriteSymbol({\n \"id\": \"icon-email\",\n \"use\": \"icon-email-usage\",\n \"viewBox\": \"0 0 1024 1024\",\n \"content\": \"\"\n});\nvar result = sprite.add(symbol);\nexport default symbol","export * from \"-!../../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_mini-css-extract-plugin@0.9.0@mini-css-extract-plugin/dist/loader.js??ref--9-oneOf-1-0!../../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_css-loader@3.6.0@css-loader/dist/cjs.js??ref--9-oneOf-1-1!../../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_vue-loader@15.11.1@vue-loader/lib/loaders/stylePostLoader.js!../../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_postcss-loader@3.0.0@postcss-loader/src/index.js??ref--9-oneOf-1-2!../../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_sass-loader@8.0.2@sass-loader/dist/cjs.js??ref--9-oneOf-1-3!../../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_cache-loader@4.1.0@cache-loader/dist/cjs.js??ref--1-0!../../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_vue-loader@15.11.1@vue-loader/lib/index.js??vue-loader-options!./list.vue?vue&type=style&index=0&id=74f1b30c&prod&lang=scss&scoped=true\"","export * from \"-!../../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_mini-css-extract-plugin@0.9.0@mini-css-extract-plugin/dist/loader.js??ref--9-oneOf-1-0!../../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_css-loader@3.6.0@css-loader/dist/cjs.js??ref--9-oneOf-1-1!../../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_vue-loader@15.11.1@vue-loader/lib/loaders/stylePostLoader.js!../../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_postcss-loader@3.0.0@postcss-loader/src/index.js??ref--9-oneOf-1-2!../../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_sass-loader@8.0.2@sass-loader/dist/cjs.js??ref--9-oneOf-1-3!../../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_cache-loader@4.1.0@cache-loader/dist/cjs.js??ref--1-0!../../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_vue-loader@15.11.1@vue-loader/lib/index.js??vue-loader-options!./add-or-update.vue?vue&type=style&index=0&id=1c319c2e&prod&lang=scss&scoped=true\"","import SpriteSymbol from \"svg-baker-runtime/browser-symbol\";\nimport sprite from \"svg-sprite-loader/runtime/browser-sprite.build\";\nvar symbol = new SpriteSymbol({\n \"id\": \"icon-crops\",\n \"use\": \"icon-crops-usage\",\n \"viewBox\": \"0 0 113.29 113.37\",\n \"content\": \"农作物管理\"\n});\nvar result = sprite.add(symbol);\nexport default symbol","import SpriteSymbol from \"svg-baker-runtime/browser-symbol\";\nimport sprite from \"svg-sprite-loader/runtime/browser-sprite.build\";\nvar symbol = new SpriteSymbol({\n \"id\": \"icon-internetActive\",\n \"use\": \"icon-internetActive-usage\",\n \"viewBox\": \"0 0 113.6 113.6\",\n \"content\": \"\\r\\n\\r\\n物联网管理置\\r\\n\\r\\n\\r\\n\"\n});\nvar result = sprite.add(symbol);\nexport default symbol","import SpriteSymbol from \"svg-baker-runtime/browser-symbol\";\nimport sprite from \"svg-sprite-loader/runtime/browser-sprite.build\";\nvar symbol = new SpriteSymbol({\n \"id\": \"icon-boardConfig\",\n \"use\": \"icon-boardConfig-usage\",\n \"viewBox\": \"0 0 113.39 85.02\",\n \"content\": \"看板配置\"\n});\nvar result = sprite.add(symbol);\nexport default symbol","var map = {\n\t\"./AI.svg\": \"4736\",\n\t\"./AIDeviceLayout.svg\": \"e3d1\",\n\t\"./EIM.svg\": \"5392\",\n\t\"./VIP.svg\": \"553c\",\n\t\"./agricultureRegister.svg\": \"4b6e\",\n\t\"./area.svg\": \"819d\",\n\t\"./base.svg\": \"741d\",\n\t\"./batch.svg\": \"5d42\",\n\t\"./board.svg\": \"7160\",\n\t\"./board1.svg\": \"e008\",\n\t\"./boardConfig.svg\": \"36bd\",\n\t\"./cfg.svg\": \"23c2\",\n\t\"./code.svg\": \"7ae9\",\n\t\"./company.svg\": \"3128\",\n\t\"./crop.svg\": \"2344\",\n\t\"./crops.svg\": \"3227\",\n\t\"./dashboard.svg\": \"54a2\",\n\t\"./dataAbnormal.svg\": \"fbd6\",\n\t\"./dataLack.svg\": \"ebe0\",\n\t\"./dept.svg\": \"7ec6\",\n\t\"./device.svg\": \"25ba\",\n\t\"./deviceMonitorData.svg\": \"afcf\",\n\t\"./dict.svg\": \"5b52\",\n\t\"./diseasesinsect.svg\": \"a0bc\",\n\t\"./diseasesinsects.svg\": \"1329\",\n\t\"./documentation.svg\": \"c401\",\n\t\"./email.svg\": \"3139\",\n\t\"./environmental.svg\": \"8bf3\",\n\t\"./eye-open.svg\": \"45df\",\n\t\"./farmingProject.svg\": \"c8e3\",\n\t\"./finance.svg\": \"d50c\",\n\t\"./financeBudget.svg\": \"bb95\",\n\t\"./financeReality.svg\": \"e22c\",\n\t\"./firm.svg\": \"16cd\",\n\t\"./firms.svg\": \"00c1\",\n\t\"./harvestBatch.svg\": \"dd36\",\n\t\"./harvestDetection.svg\": \"8331\",\n\t\"./harvestManage.svg\": \"86ed\",\n\t\"./harvestWorks.svg\": \"bd3e\",\n\t\"./heavyMetalDetection.svg\": \"f35a\",\n\t\"./home.svg\": \"f7c5\",\n\t\"./inspection.svg\": \"099f\",\n\t\"./internet.svg\": \"e7cb\",\n\t\"./internetActive.svg\": \"35f8\",\n\t\"./log.svg\": \"f184\",\n\t\"./mainSystem.svg\": \"e359\",\n\t\"./mainSystemActive.svg\": \"76c4\",\n\t\"./menu.svg\": \"27f8\",\n\t\"./monitorEquipment.svg\": \"12e2\",\n\t\"./news.svg\": \"7b42\",\n\t\"./order.svg\": \"7ff0\",\n\t\"./password.svg\": \"aa49\",\n\t\"./peoples.svg\": \"d884\",\n\t\"./pest.svg\": \"e5e8\",\n\t\"./pestActive.svg\": \"9f99\",\n\t\"./pesticideResidue.svg\": \"e093\",\n\t\"./pests.svg\": \"0e21\",\n\t\"./phone.svg\": \"4d35\",\n\t\"./plant.svg\": \"b864\",\n\t\"./plants.svg\": \"fd15\",\n\t\"./plantsActive.svg\": \"44f9\",\n\t\"./residual.svg\": \"f4e2\",\n\t\"./retroactiveCoding.svg\": \"54b4\",\n\t\"./scheme.svg\": \"907d\",\n\t\"./source.svg\": \"5c91\",\n\t\"./sourceActive.svg\": \"2e11\",\n\t\"./system.svg\": \"aa0d\",\n\t\"./task.svg\": \"45ec\",\n\t\"./tempFarm.svg\": \"1567\",\n\t\"./traceability.svg\": \"a15c\",\n\t\"./traceabilityList.svg\": \"9d41\",\n\t\"./traceabilityStyle.svg\": \"5665\",\n\t\"./user.svg\": \"fede\",\n\t\"./user0.svg\": \"f306\",\n\t\"./validCode.svg\": \"a5d9\",\n\t\"./video.svg\": \"b606\",\n\t\"./videoEquipment.svg\": \"ffc3\",\n\t\"./videoKey.svg\": \"a801\",\n\t\"./vipCustomized.svg\": \"bc0b\",\n\t\"./warnings.svg\": \"860c\",\n\t\"./workOrder.svg\": \"7bed\"\n};\n\n\nfunction webpackContext(req) {\n\tvar id = webpackContextResolve(req);\n\treturn __webpack_require__(id);\n}\nfunction webpackContextResolve(req) {\n\tif(!__webpack_require__.o(map, req)) {\n\t\tvar e = new Error(\"Cannot find module '\" + req + \"'\");\n\t\te.code = 'MODULE_NOT_FOUND';\n\t\tthrow e;\n\t}\n\treturn map[req];\n}\nwebpackContext.keys = function webpackContextKeys() {\n\treturn Object.keys(map);\n};\nwebpackContext.resolve = webpackContextResolve;\nmodule.exports = webpackContext;\nwebpackContext.id = \"3d8e\";","import SpriteSymbol from \"svg-baker-runtime/browser-symbol\";\nimport sprite from \"svg-sprite-loader/runtime/browser-sprite.build\";\nvar symbol = new SpriteSymbol({\n \"id\": \"icon-plantsActive\",\n \"use\": \"icon-plantsActive-usage\",\n \"viewBox\": \"0 0 113.4 113.4\",\n \"content\": \"\\r\\n\\r\\n种植管理\\r\\n\\r\\n\\r\\n\\r\\n\"\n});\nvar result = sprite.add(symbol);\nexport default symbol","import SpriteSymbol from \"svg-baker-runtime/browser-symbol\";\nimport sprite from \"svg-sprite-loader/runtime/browser-sprite.build\";\nvar symbol = new SpriteSymbol({\n \"id\": \"icon-eye-open\",\n \"use\": \"icon-eye-open-usage\",\n \"viewBox\": \"0 0 1024 1024\",\n \"content\": \"\"\n});\nvar result = sprite.add(symbol);\nexport default symbol","import SpriteSymbol from \"svg-baker-runtime/browser-symbol\";\nimport sprite from \"svg-sprite-loader/runtime/browser-sprite.build\";\nvar symbol = new SpriteSymbol({\n \"id\": \"icon-task\",\n \"use\": \"icon-task-usage\",\n \"viewBox\": \"0 0 1024 1024\",\n \"content\": \"\"\n});\nvar result = sprite.add(symbol);\nexport default symbol","import SpriteSymbol from \"svg-baker-runtime/browser-symbol\";\nimport sprite from \"svg-sprite-loader/runtime/browser-sprite.build\";\nvar symbol = new SpriteSymbol({\n \"id\": \"icon-AI\",\n \"use\": \"icon-AI-usage\",\n \"viewBox\": \"0 0 113.41 113.13\",\n \"content\": \"物联设备\"\n});\nvar result = sprite.add(symbol);\nexport default symbol","export * from \"-!../../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_mini-css-extract-plugin@0.9.0@mini-css-extract-plugin/dist/loader.js??ref--9-oneOf-1-0!../../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_css-loader@3.6.0@css-loader/dist/cjs.js??ref--9-oneOf-1-1!../../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_vue-loader@15.11.1@vue-loader/lib/loaders/stylePostLoader.js!../../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_postcss-loader@3.0.0@postcss-loader/src/index.js??ref--9-oneOf-1-2!../../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_sass-loader@8.0.2@sass-loader/dist/cjs.js??ref--9-oneOf-1-3!../../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_cache-loader@4.1.0@cache-loader/dist/cjs.js??ref--1-0!../../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_vue-loader@15.11.1@vue-loader/lib/index.js??vue-loader-options!./add-or-update.vue?vue&type=style&index=0&id=2b8509ba&prod&lang=scss&scoped=true\"","import SpriteSymbol from \"svg-baker-runtime/browser-symbol\";\nimport sprite from \"svg-sprite-loader/runtime/browser-sprite.build\";\nvar symbol = new SpriteSymbol({\n \"id\": \"icon-agricultureRegister\",\n \"use\": \"icon-agricultureRegister-usage\",\n \"viewBox\": \"0 0 113.38 113.39\",\n \"content\": \"农资登记\"\n});\nvar result = sprite.add(symbol);\nexport default symbol","import SpriteSymbol from \"svg-baker-runtime/browser-symbol\";\nimport sprite from \"svg-sprite-loader/runtime/browser-sprite.build\";\nvar symbol = new SpriteSymbol({\n \"id\": \"icon-phone\",\n \"use\": \"icon-phone-usage\",\n \"viewBox\": \"0 0 1024 1024\",\n \"content\": \"\"\n});\nvar result = sprite.add(symbol);\nexport default symbol","import SpriteSymbol from \"svg-baker-runtime/browser-symbol\";\nimport sprite from \"svg-sprite-loader/runtime/browser-sprite.build\";\nvar symbol = new SpriteSymbol({\n \"id\": \"icon-EIM\",\n \"use\": \"icon-EIM-usage\",\n \"viewBox\": \"0 0 113.38 98.27\",\n \"content\": \"企业信息\"\n});\nvar result = sprite.add(symbol);\nexport default symbol","module.exports = \"data:image/png;base64,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\"","import SpriteSymbol from \"svg-baker-runtime/browser-symbol\";\nimport sprite from \"svg-sprite-loader/runtime/browser-sprite.build\";\nvar symbol = new SpriteSymbol({\n \"id\": \"icon-dashboard\",\n \"use\": \"icon-dashboard-usage\",\n \"viewBox\": \"0 0 1024 1024\",\n \"content\": \"\"\n});\nvar result = sprite.add(symbol);\nexport default symbol","import SpriteSymbol from \"svg-baker-runtime/browser-symbol\";\nimport sprite from \"svg-sprite-loader/runtime/browser-sprite.build\";\nvar symbol = new SpriteSymbol({\n \"id\": \"icon-retroactiveCoding\",\n \"use\": \"icon-retroactiveCoding-usage\",\n \"viewBox\": \"0 0 113.39 113.39\",\n \"content\": \"追溯打码\"\n});\nvar result = sprite.add(symbol);\nexport default symbol","export * from \"-!../../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_mini-css-extract-plugin@0.9.0@mini-css-extract-plugin/dist/loader.js??ref--9-oneOf-1-0!../../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_css-loader@3.6.0@css-loader/dist/cjs.js??ref--9-oneOf-1-1!../../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_vue-loader@15.11.1@vue-loader/lib/loaders/stylePostLoader.js!../../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_postcss-loader@3.0.0@postcss-loader/src/index.js??ref--9-oneOf-1-2!../../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_sass-loader@8.0.2@sass-loader/dist/cjs.js??ref--9-oneOf-1-3!../../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_cache-loader@4.1.0@cache-loader/dist/cjs.js??ref--1-0!../../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_vue-loader@15.11.1@vue-loader/lib/index.js??vue-loader-options!./add-or-update.vue?vue&type=style&index=0&id=8c8aa792&prod&lang=scss&scoped=true\"","import SpriteSymbol from \"svg-baker-runtime/browser-symbol\";\nimport sprite from \"svg-sprite-loader/runtime/browser-sprite.build\";\nvar symbol = new SpriteSymbol({\n \"id\": \"icon-VIP\",\n \"use\": \"icon-VIP-usage\",\n \"viewBox\": \"0 0 113.39 104.24\",\n \"content\": \"vip登记\"\n});\nvar result = sprite.add(symbol);\nexport default symbol","import SpriteSymbol from \"svg-baker-runtime/browser-symbol\";\nimport sprite from \"svg-sprite-loader/runtime/browser-sprite.build\";\nvar symbol = new SpriteSymbol({\n \"id\": \"icon-traceabilityStyle\",\n \"use\": \"icon-traceabilityStyle-usage\",\n \"viewBox\": \"0 0 113.37 113.37\",\n \"content\": \"溯源管理样式\"\n});\nvar result = sprite.add(symbol);\nexport default symbol","var render = function render(){var _vm=this,_c=_vm._self._c;return _c('div',{attrs:{\"id\":\"app\"}},[_c('router-view')],1)\n}\nvar staticRenderFns = []\n\nexport { render, staticRenderFns }","\n\n\n\n\n","import mod from \"-!../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_cache-loader@4.1.0@cache-loader/dist/cjs.js??ref--13-0!../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_thread-loader@2.1.3@thread-loader/dist/cjs.js!../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_babel-loader@8.4.1@babel-loader/lib/index.js!../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_cache-loader@4.1.0@cache-loader/dist/cjs.js??ref--1-0!../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_vue-loader@15.11.1@vue-loader/lib/index.js??vue-loader-options!./App.vue?vue&type=script&lang=js\"; export default mod; export * from \"-!../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_cache-loader@4.1.0@cache-loader/dist/cjs.js??ref--13-0!../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_thread-loader@2.1.3@thread-loader/dist/cjs.js!../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_babel-loader@8.4.1@babel-loader/lib/index.js!../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_cache-loader@4.1.0@cache-loader/dist/cjs.js??ref--1-0!../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_vue-loader@15.11.1@vue-loader/lib/index.js??vue-loader-options!./App.vue?vue&type=script&lang=js\"","import { render, staticRenderFns } from \"./App.vue?vue&type=template&id=93f04696\"\nimport script from \"./App.vue?vue&type=script&lang=js\"\nexport * from \"./App.vue?vue&type=script&lang=js\"\nimport style0 from \"./App.vue?vue&type=style&index=0&id=93f04696&prod&lang=scss\"\n\n\n/* normalize component */\nimport normalizer from \"!../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_vue-loader@15.11.1@vue-loader/lib/runtime/componentNormalizer.js\"\nvar component = normalizer(\n script,\n render,\n staticRenderFns,\n false,\n null,\n null,\n null\n \n)\n\nexport default component.exports","const state = {\r\n visitedViews: [],\r\n cachedViews: []\r\n}\r\n\r\nconst mutations = {\r\n ADD_VISITED_VIEW: (state, view) => {\r\n if (state.visitedViews.some(v => v.path === view.path)) return\r\n state.visitedViews.push(\r\n Object.assign({}, view, {\r\n title: view.meta.title || 'no-name'\r\n })\r\n )\r\n },\r\n ADD_CACHED_VIEW: (state, view) => {\r\n if (state.cachedViews.includes(view.name)) return\r\n if (!view.meta.noCache) {\r\n state.cachedViews.push(view.name)\r\n }\r\n },\r\n\r\n DEL_VISITED_VIEW: (state, view) => {\r\n for (const [i, v] of state.visitedViews.entries()) {\r\n if (v.path === view.path) {\r\n state.visitedViews.splice(i, 1)\r\n break\r\n }\r\n }\r\n },\r\n DEL_CACHED_VIEW: (state, view) => {\r\n for (const i of state.cachedViews) {\r\n if (i === view.name) {\r\n const index = state.cachedViews.indexOf(i)\r\n state.cachedViews.splice(index, 1)\r\n break\r\n }\r\n }\r\n },\r\n\r\n DEL_OTHERS_VISITED_VIEWS: (state, view) => {\r\n state.visitedViews = state.visitedViews.filter(v => {\r\n return v.meta.affix || v.path === view.path\r\n })\r\n },\r\n DEL_OTHERS_CACHED_VIEWS: (state, view) => {\r\n for (const i of state.cachedViews) {\r\n if (i === view.name) {\r\n const index = state.cachedViews.indexOf(i)\r\n state.cachedViews = state.cachedViews.slice(index, index + 1)\r\n break\r\n }\r\n }\r\n },\r\n\r\n DEL_ALL_VISITED_VIEWS: state => {\r\n // keep affix tags\r\n const affixTags = state.visitedViews.filter(tag => tag.meta.affix)\r\n state.visitedViews = affixTags\r\n },\r\n DEL_ALL_CACHED_VIEWS: state => {\r\n state.cachedViews = []\r\n },\r\n\r\n UPDATE_VISITED_VIEW: (state, view) => {\r\n for (let v of state.visitedViews) {\r\n if (v.path === view.path) {\r\n v = Object.assign(v, view)\r\n break\r\n }\r\n }\r\n }\r\n}\r\n\r\nconst actions = {\r\n addView({ dispatch }, view) {\r\n dispatch('addVisitedView', view)\r\n dispatch('addCachedView', view)\r\n },\r\n addVisitedView({ commit }, view) {\r\n commit('ADD_VISITED_VIEW', view)\r\n },\r\n addCachedView({ commit }, view) {\r\n commit('ADD_CACHED_VIEW', view)\r\n },\r\n\r\n delView({ dispatch, state }, view) {\r\n console.log('---')\r\n return new Promise(resolve => {\r\n dispatch('delVisitedView', view)\r\n dispatch('delCachedView', view)\r\n resolve({\r\n visitedViews: [...state.visitedViews],\r\n cachedViews: [...state.cachedViews]\r\n })\r\n })\r\n },\r\n delVisitedView({ commit, state }, view) {\r\n return new Promise(resolve => {\r\n commit('DEL_VISITED_VIEW', view)\r\n resolve([...state.visitedViews])\r\n })\r\n },\r\n delCachedView({ commit, state }, view) {\r\n return new Promise(resolve => {\r\n commit('DEL_CACHED_VIEW', view)\r\n resolve([...state.cachedViews])\r\n })\r\n },\r\n\r\n delOthersViews({ dispatch, state }, view) {\r\n return new Promise(resolve => {\r\n dispatch('delOthersVisitedViews', view)\r\n dispatch('delOthersCachedViews', view)\r\n resolve({\r\n visitedViews: [...state.visitedViews],\r\n cachedViews: [...state.cachedViews]\r\n })\r\n })\r\n },\r\n delOthersVisitedViews({ commit, state }, view) {\r\n return new Promise(resolve => {\r\n commit('DEL_OTHERS_VISITED_VIEWS', view)\r\n resolve([...state.visitedViews])\r\n })\r\n },\r\n delOthersCachedViews({ commit, state }, view) {\r\n return new Promise(resolve => {\r\n commit('DEL_OTHERS_CACHED_VIEWS', view)\r\n resolve([...state.cachedViews])\r\n })\r\n },\r\n\r\n delAllViews({ dispatch, state }, view) {\r\n return new Promise(resolve => {\r\n dispatch('delAllVisitedViews', view)\r\n dispatch('delAllCachedViews', view)\r\n resolve({\r\n visitedViews: [...state.visitedViews],\r\n cachedViews: [...state.cachedViews]\r\n })\r\n })\r\n },\r\n delAllVisitedViews({ commit, state }) {\r\n return new Promise(resolve => {\r\n commit('DEL_ALL_VISITED_VIEWS')\r\n resolve([...state.visitedViews])\r\n })\r\n },\r\n delAllCachedViews({ commit, state }) {\r\n return new Promise(resolve => {\r\n commit('DEL_ALL_CACHED_VIEWS')\r\n resolve([...state.cachedViews])\r\n })\r\n },\r\n\r\n updateVisitedView({ commit }, view) {\r\n commit('UPDATE_VISITED_VIEW', view)\r\n }\r\n}\r\n\r\nexport default {\r\n namespaced: true,\r\n state,\r\n mutations,\r\n actions\r\n}\r\n","import Vue from 'vue'\r\nimport Vuex from 'vuex'\r\nimport tagsView from './modules/tagsView'\r\n\r\nVue.use(Vuex)\r\n\r\nconst store = new Vuex.Store({\r\n modules: {\r\n tagsView,\r\n }\r\n})\r\n\r\nexport default store\r\n","var render = function render(){var _vm=this,_c=_vm._self._c;return _c('div',{staticClass:\"breadcrumb-preview\"},[_c('el-breadcrumb',{style:({\"padding\":\"30px 0px\",\"borderColor\":\"rgba(0, 0, 0, 0.04)\",\"background\":\"rgba(0, 0, 0, 0.0)\",\"borderWidth\":\"0px 0\",\"display\":\"flex\",\"lineHeight\":\"auto\",\"fontSize\":\"inherit\",\"borderStyle\":\"solid\",\"justifyContent\":\"flex-start\"}),attrs:{\"separator\":\"-\"}},[_c('transition-group',{staticClass:\"box\",attrs:{\"name\":\"breadcrumb\"}},_vm._l((_vm.levelList),function(item,index){return _c('el-breadcrumb-item',{key:item.path},[(item.redirect==='noRedirect'||index==_vm.levelList.length-1)?_c('span',{staticClass:\"no-redirect\"},[_vm._v(_vm._s(item.name))]):_c('a',{on:{\"click\":function($event){$event.preventDefault();return _vm.handleLink(item)}}},[_c('span',{staticClass:\"icon iconfont icon-home7\",style:({\"margin\":\"0 2px\",\"lineHeight\":\"1\",\"fontSize\":\"inherit\",\"color\":\"#333\",\"display\":\"none\"})}),_vm._v(\"返回主页 \")])])}),1)],1)],1)\n}\nvar staticRenderFns = []\n\nexport { render, staticRenderFns }","\r\n\r\n\r\n\r\n\r\n","import mod from \"-!../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_cache-loader@4.1.0@cache-loader/dist/cjs.js??ref--13-0!../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_thread-loader@2.1.3@thread-loader/dist/cjs.js!../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_babel-loader@8.4.1@babel-loader/lib/index.js!../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_cache-loader@4.1.0@cache-loader/dist/cjs.js??ref--1-0!../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_vue-loader@15.11.1@vue-loader/lib/index.js??vue-loader-options!./BreadCrumbs.vue?vue&type=script&lang=js\"; export default mod; export * from \"-!../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_cache-loader@4.1.0@cache-loader/dist/cjs.js??ref--13-0!../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_thread-loader@2.1.3@thread-loader/dist/cjs.js!../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_babel-loader@8.4.1@babel-loader/lib/index.js!../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_cache-loader@4.1.0@cache-loader/dist/cjs.js??ref--1-0!../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_vue-loader@15.11.1@vue-loader/lib/index.js??vue-loader-options!./BreadCrumbs.vue?vue&type=script&lang=js\"","import { render, staticRenderFns } from \"./BreadCrumbs.vue?vue&type=template&id=48a7cf82&scoped=true\"\nimport script from \"./BreadCrumbs.vue?vue&type=script&lang=js\"\nexport * from \"./BreadCrumbs.vue?vue&type=script&lang=js\"\nimport style0 from \"./BreadCrumbs.vue?vue&type=style&index=0&id=48a7cf82&prod&lang=scss&scoped=true\"\n\n\n/* normalize component */\nimport normalizer from \"!../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_vue-loader@15.11.1@vue-loader/lib/runtime/componentNormalizer.js\"\nvar component = normalizer(\n script,\n render,\n staticRenderFns,\n false,\n null,\n \"48a7cf82\",\n null\n \n)\n\nexport default component.exports","const storage = {\r\n set(key, value) {\r\n localStorage.setItem(key, JSON.stringify(value));\r\n },\r\n get(key) {\r\n return localStorage.getItem(key)?localStorage.getItem(key).replace('\"','').replace('\"',''):\"\";\r\n },\r\n getObj(key) {\r\n return localStorage.getItem(key)?JSON.parse(localStorage.getItem(key)):null;\r\n },\r\n remove(key) {\r\n localStorage.removeItem(key);\r\n },\r\n clear() {\r\n\t\tlocalStorage.clear();\r\n }\r\n}\r\nexport default storage;\r\n","import axios from 'axios'\r\nimport router from '@/router/router-static'\r\nimport storage from '@/utils/storage'\r\n\r\nconst http = axios.create({\r\n timeout: 1000 * 86400,\r\n withCredentials: true,\r\n baseURL: '/springbootbv4939cb',\r\n headers: {\r\n 'Content-Type': 'application/json; charset=utf-8'\r\n }\r\n})\r\n// 请求拦截\r\nhttp.interceptors.request.use(config => {\r\n config.headers['Token'] = storage.get('Token') // 请求头带上token\r\n return config\r\n}, error => {\r\n return Promise.reject(error)\r\n})\r\n// 响应拦截\r\nhttp.interceptors.response.use(response => {\r\n if (response.data && response.data.code === 401) { // 401, token失效\r\n router.push({ name: 'login' })\r\n }\r\n return response\r\n}, error => {\r\n return Promise.reject(error)\r\n})\r\nexport default http","const base = {\r\n get() {\r\n return {\r\n url : \"http://localhost:8080/springbootbv4939cb/\",\r\n name: \"springbootbv4939cb\",\r\n // 退出到首页链接\r\n indexUrl: ''\r\n };\r\n },\r\n getProjectName(){\r\n return {\r\n projectName: \"基于Java Web的车队管理信息系统\"\r\n } \r\n }\r\n}\r\nexport default base\r\n","import storage from './storage';\r\nimport menu from './menu';\r\n/**\r\n * 是否有权限\r\n * @param {*} key\r\n */\r\nexport function isAuth(tableName,key) {\r\n let role = storage.get(\"role\");\r\n if(!role){\r\n role = '管理员';\r\n }\r\n let menus = menu.list();\r\n for(let i=0;i\r\n\t
\r\n\t\t\r\n\t\t\r\n\t\t\t\r\n\t\t\t
{{tip}}
\r\n\t\t
\r\n\t\t\r\n\t\t\t\r\n\t\t\t
将文件拖到此处,或点击上传
\r\n\t\t\t
{{tip}}
\r\n\t\t
\r\n\t\t\r\n\t\t\t\r\n\t\t\t\r\n\t
\r\n\r\n\r\n","import mod from \"-!../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_cache-loader@4.1.0@cache-loader/dist/cjs.js??ref--13-0!../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_thread-loader@2.1.3@thread-loader/dist/cjs.js!../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_babel-loader@8.4.1@babel-loader/lib/index.js!../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_cache-loader@4.1.0@cache-loader/dist/cjs.js??ref--1-0!../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_vue-loader@15.11.1@vue-loader/lib/index.js??vue-loader-options!./FileUpload.vue?vue&type=script&lang=js\"; export default mod; export * from \"-!../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_cache-loader@4.1.0@cache-loader/dist/cjs.js??ref--13-0!../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_thread-loader@2.1.3@thread-loader/dist/cjs.js!../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_babel-loader@8.4.1@babel-loader/lib/index.js!../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_cache-loader@4.1.0@cache-loader/dist/cjs.js??ref--1-0!../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_vue-loader@15.11.1@vue-loader/lib/index.js??vue-loader-options!./FileUpload.vue?vue&type=script&lang=js\"","import { render, staticRenderFns } from \"./FileUpload.vue?vue&type=template&id=ff991312&scoped=true\"\nimport script from \"./FileUpload.vue?vue&type=script&lang=js\"\nexport * from \"./FileUpload.vue?vue&type=script&lang=js\"\n\n\n/* normalize component */\nimport normalizer from \"!../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_vue-loader@15.11.1@vue-loader/lib/runtime/componentNormalizer.js\"\nvar component = normalizer(\n script,\n render,\n staticRenderFns,\n false,\n null,\n \"ff991312\",\n null\n \n)\n\nexport default component.exports","var render = function render(){var _vm=this,_c=_vm._self._c;return _c('div',[_c('el-upload',{ref:\"upload\",attrs:{\"action\":_vm.getActionUrl,\"list-type\":\"picture-card\",\"accept\":\".xls,.xlsx\",\"limit\":_vm.limit,\"headers\":_vm.myHeaders,\"on-exceed\":_vm.handleExceed,\"on-preview\":_vm.handleUploadPreview,\"on-remove\":_vm.handleRemove,\"on-success\":_vm.handleUploadSuccess,\"on-error\":_vm.handleUploadErr,\"before-upload\":_vm.handleBeforeUpload,\"show-file-list\":false}},[_c('i',{staticClass:\"el-icon-plus\"}),_c('div',{staticClass:\"el-upload__tip\",staticStyle:{\"color\":\"#838fa1\"},attrs:{\"slot\":\"tip\"},slot:\"tip\"},[_vm._v(_vm._s(_vm.tip))])]),_c('el-dialog',{attrs:{\"visible\":_vm.dialogVisible,\"size\":\"tiny\",\"append-to-body\":\"\"},on:{\"update:visible\":function($event){_vm.dialogVisible=$event}}},[_c('img',{attrs:{\"width\":\"100%\",\"src\":_vm.dialogImageUrl,\"alt\":\"\"}})])],1)\n}\nvar staticRenderFns = []\n\nexport { render, staticRenderFns }","\r\n\r\n\r\n\r\n","import mod from \"-!../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_cache-loader@4.1.0@cache-loader/dist/cjs.js??ref--13-0!../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_thread-loader@2.1.3@thread-loader/dist/cjs.js!../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_babel-loader@8.4.1@babel-loader/lib/index.js!../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_cache-loader@4.1.0@cache-loader/dist/cjs.js??ref--1-0!../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_vue-loader@15.11.1@vue-loader/lib/index.js??vue-loader-options!./ExcelFileUpload.vue?vue&type=script&lang=js\"; export default mod; export * from \"-!../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_cache-loader@4.1.0@cache-loader/dist/cjs.js??ref--13-0!../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_thread-loader@2.1.3@thread-loader/dist/cjs.js!../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_babel-loader@8.4.1@babel-loader/lib/index.js!../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_cache-loader@4.1.0@cache-loader/dist/cjs.js??ref--1-0!../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_vue-loader@15.11.1@vue-loader/lib/index.js??vue-loader-options!./ExcelFileUpload.vue?vue&type=script&lang=js\"","import { render, staticRenderFns } from \"./ExcelFileUpload.vue?vue&type=template&id=2b936200&scoped=true\"\nimport script from \"./ExcelFileUpload.vue?vue&type=script&lang=js\"\nexport * from \"./ExcelFileUpload.vue?vue&type=script&lang=js\"\n\n\n/* normalize component */\nimport normalizer from \"!../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_vue-loader@15.11.1@vue-loader/lib/runtime/componentNormalizer.js\"\nvar component = normalizer(\n script,\n render,\n staticRenderFns,\n false,\n null,\n \"2b936200\",\n null\n \n)\n\nexport default component.exports","var render = function render(){var _vm=this,_c=_vm._self._c;return _c('div',[_c('el-upload',{staticClass:\"avatar-uploader\",attrs:{\"action\":_vm.getActionUrl,\"name\":\"file\",\"headers\":_vm.header,\"show-file-list\":false,\"on-success\":_vm.uploadSuccess,\"on-error\":_vm.uploadError,\"before-upload\":_vm.beforeUpload}}),_c('quill-editor',{ref:\"myQuillEditor\",staticClass:\"editor\",attrs:{\"options\":_vm.editorOption},on:{\"blur\":function($event){return _vm.onEditorBlur($event)},\"focus\":function($event){return _vm.onEditorFocus($event)},\"change\":function($event){return _vm.onEditorChange($event)}},model:{value:(_vm.value),callback:function ($$v) {_vm.value=$$v},expression:\"value\"}})],1)\n}\nvar staticRenderFns = []\n\nexport { render, staticRenderFns }","\n \n\n","import mod from \"-!../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_cache-loader@4.1.0@cache-loader/dist/cjs.js??ref--13-0!../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_thread-loader@2.1.3@thread-loader/dist/cjs.js!../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_babel-loader@8.4.1@babel-loader/lib/index.js!../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_cache-loader@4.1.0@cache-loader/dist/cjs.js??ref--1-0!../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_vue-loader@15.11.1@vue-loader/lib/index.js??vue-loader-options!./Editor.vue?vue&type=script&lang=js\"; export default mod; export * from \"-!../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_cache-loader@4.1.0@cache-loader/dist/cjs.js??ref--13-0!../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_thread-loader@2.1.3@thread-loader/dist/cjs.js!../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_babel-loader@8.4.1@babel-loader/lib/index.js!../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_cache-loader@4.1.0@cache-loader/dist/cjs.js??ref--1-0!../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_vue-loader@15.11.1@vue-loader/lib/index.js??vue-loader-options!./Editor.vue?vue&type=script&lang=js\"","import { render, staticRenderFns } from \"./Editor.vue?vue&type=template&id=afd53fd0\"\nimport script from \"./Editor.vue?vue&type=script&lang=js\"\nexport * from \"./Editor.vue?vue&type=script&lang=js\"\nimport style0 from \"./Editor.vue?vue&type=style&index=0&id=afd53fd0&prod&lang=css\"\n\n\n/* normalize component */\nimport normalizer from \"!../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_vue-loader@15.11.1@vue-loader/lib/runtime/componentNormalizer.js\"\nvar component = normalizer(\n script,\n render,\n staticRenderFns,\n false,\n null,\n null,\n null\n \n)\n\nexport default component.exports","const api = {\r\n // 积分订单\r\n orderpage: 'orders/page',\r\n orderdelete: 'orders/delete',\r\n orderinfo: 'orders/info/',\r\n ordersave: 'orders/save',\r\n orderupdate: 'orders/update',\r\n // 配置\r\n configpage: 'config/page',\r\n configdelete: 'config/delete',\r\n configinfo: 'config/info/',\r\n configsave: 'config/save',\r\n configupdate: 'config/update'\r\n\r\n}\r\n\r\nexport default api\r\n","var render = function render(){var _vm=this,_c=_vm._self._c;return _c('svg',_vm._g({class:_vm.svgClass,attrs:{\"aria-hidden\":\"true\"}},_vm.$listeners),[_c('use',{attrs:{\"xlink:href\":_vm.iconName}})])\n}\nvar staticRenderFns = []\n\nexport { render, staticRenderFns }","\n\n\n\n\n","import mod from \"-!../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_cache-loader@4.1.0@cache-loader/dist/cjs.js??ref--13-0!../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_thread-loader@2.1.3@thread-loader/dist/cjs.js!../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_babel-loader@8.4.1@babel-loader/lib/index.js!../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_cache-loader@4.1.0@cache-loader/dist/cjs.js??ref--1-0!../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_vue-loader@15.11.1@vue-loader/lib/index.js??vue-loader-options!./index.vue?vue&type=script&lang=js\"; export default mod; export * from \"-!../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_cache-loader@4.1.0@cache-loader/dist/cjs.js??ref--13-0!../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_thread-loader@2.1.3@thread-loader/dist/cjs.js!../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_babel-loader@8.4.1@babel-loader/lib/index.js!../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_cache-loader@4.1.0@cache-loader/dist/cjs.js??ref--1-0!../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_vue-loader@15.11.1@vue-loader/lib/index.js??vue-loader-options!./index.vue?vue&type=script&lang=js\"","import { render, staticRenderFns } from \"./index.vue?vue&type=template&id=53ff2da0&scoped=true\"\nimport script from \"./index.vue?vue&type=script&lang=js\"\nexport * from \"./index.vue?vue&type=script&lang=js\"\nimport style0 from \"./index.vue?vue&type=style&index=0&id=53ff2da0&prod&scoped=true&lang=css\"\n\n\n/* normalize component */\nimport normalizer from \"!../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_vue-loader@15.11.1@vue-loader/lib/runtime/componentNormalizer.js\"\nvar component = normalizer(\n script,\n render,\n staticRenderFns,\n false,\n null,\n \"53ff2da0\",\n null\n \n)\n\nexport default component.exports","import Vue from 'vue'\r\nimport SvgIcon from '@/components/SvgIcon'// svg component\r\n\r\n// register globally\r\nVue.component('svg-icon', SvgIcon)\r\n\r\nconst req = require.context('./svg/svg', false, /\\.svg$/)\r\nconst requireAll = requireContext => requireContext.keys().map(requireContext)\r\nrequireAll(req)\r\n","import Vue from 'vue'\nimport App from '@/App.vue'\r\nimport store from './store'\n// element ui 完全引入\nimport ElementUI from 'element-ui'\nimport '@/assets/css/element-variables.scss'\nimport '@/assets/css/style.scss'\n// 加载路由\n// import router from '@/router/router-static.js';\nimport router from '@/router/router-static.js';\n// 面包屑导航,注册为全局组件\nimport BreadCrumbs from '@/components/common/BreadCrumbs'\n// 引入echart\r\nimport * as echarts from 'echarts'\r\nimport 'echarts-wordcloud'\n// 引入echart主题\n// import '@/assets/js/echarts-theme-macarons.js'\nimport 'echarts/theme/macarons.js'\r\n// ajax\nimport http from '@/utils/http.js'\n// 基础配置\nimport base from '@/utils/base'\n// 工具类\nimport { isAuth, getCurDate, getCurDateTime } from '@/utils/utils'\n// storage 封装\nimport storage from \"@/utils/storage\";\n// 上传组件\nimport FileUpload from \"@/components/common/FileUpload\";\nimport ExcelFileUpload from \"@/components/common/ExcelFileUpload\";\n// 富文本编辑组件\nimport Editor from \"@/components/common/Editor\";\n// api 接口\nimport api from '@/utils/api'\n// 数据校验工具类\nimport * as validate from '@/utils/validate.js'\n// 后台地图\nimport VueAMap from 'vue-amap'\nimport '@/icons'\n//excel导出\nimport JsonExcel from 'vue-json-excel'\n//打印\nimport printJS from 'print-js'\n//MD5\nimport md5 from 'js-md5';\n\n// 后台地图\nVue.use(VueAMap)\nVueAMap.initAMapApiLoader({\n //key: 'ca04cee7ac952691aa67a131e6f0cee0',\n key: '001d42eaa139dc53fd655e7c23c0187e',\n plugin: ['AMap.Autocomplete', 'AMap.PlaceSearch', 'AMap.Scale', 'AMap.OverView', 'AMap.ToolBar', 'AMap.MapType', 'AMap.PolyEditor', 'AMap.CircleEditor', 'AMap.Geocoder','AMap.CitySearch'],\n // 默认高德 sdk 版本为 1.4.4\n v: '1.4.4'\n})\nVue.prototype.$validate = validate\nVue.prototype.$http = http // ajax请求方法\nVue.prototype.$echarts = echarts\nVue.prototype.$base = base.get()\nVue.prototype.$project = base.getProjectName()\nVue.prototype.$storage = storage\nVue.prototype.$api = api\n// 判断权限方法\nVue.prototype.isAuth = isAuth\nVue.prototype.getCurDateTime = getCurDateTime\nVue.prototype.getCurDate = getCurDate\n// Vue.prototype.$base = base\nVue.use(ElementUI, { size: 'medium', zIndex: 3000 });\nVue.config.productionTip = false\n// 组件全局组件\nVue.component('bread-crumbs', BreadCrumbs)\nVue.component('file-upload', FileUpload)\nVue.component('excel-file-upload', ExcelFileUpload)\nVue.component('editor', Editor)\n//excel导出\nVue.component('downloadExcel', JsonExcel)\n//MD5\nVue.prototype.$md5 = md5;\nnew Vue({\n render: h => h(App),\n router,\r\n store\n}).$mount('#app')\n","export * from \"-!../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_mini-css-extract-plugin@0.9.0@mini-css-extract-plugin/dist/loader.js??ref--9-oneOf-1-0!../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_css-loader@3.6.0@css-loader/dist/cjs.js??ref--9-oneOf-1-1!../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_vue-loader@15.11.1@vue-loader/lib/loaders/stylePostLoader.js!../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_postcss-loader@3.0.0@postcss-loader/src/index.js??ref--9-oneOf-1-2!../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_sass-loader@8.0.2@sass-loader/dist/cjs.js??ref--9-oneOf-1-3!../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_cache-loader@4.1.0@cache-loader/dist/cjs.js??ref--1-0!../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_vue-loader@15.11.1@vue-loader/lib/index.js??vue-loader-options!./404.vue?vue&type=style&index=0&id=ffd21c38&prod&lang=scss&scoped=true\"","import SpriteSymbol from \"svg-baker-runtime/browser-symbol\";\nimport sprite from \"svg-sprite-loader/runtime/browser-sprite.build\";\nvar symbol = new SpriteSymbol({\n \"id\": \"icon-dict\",\n \"use\": \"icon-dict-usage\",\n \"viewBox\": \"0 0 1024 1024\",\n \"content\": \"\"\n});\nvar result = sprite.add(symbol);\nexport default symbol","import SpriteSymbol from \"svg-baker-runtime/browser-symbol\";\nimport sprite from \"svg-sprite-loader/runtime/browser-sprite.build\";\nvar symbol = new SpriteSymbol({\n \"id\": \"icon-source\",\n \"use\": \"icon-source-usage\",\n \"viewBox\": \"0 0 113.39 113.39\",\n \"content\": \"溯源管理\"\n});\nvar result = sprite.add(symbol);\nexport default symbol","import SpriteSymbol from \"svg-baker-runtime/browser-symbol\";\nimport sprite from \"svg-sprite-loader/runtime/browser-sprite.build\";\nvar symbol = new SpriteSymbol({\n \"id\": \"icon-batch\",\n \"use\": \"icon-batch-usage\",\n \"viewBox\": \"0 0 113.35 113.39\",\n \"content\": \"种植批次管理\"\n});\nvar result = sprite.add(symbol);\nexport default symbol","/**\r\n * 邮箱\r\n * @param {*} s\r\n */\r\nexport function isEmail(s) {\r\n\treturn /^([a-zA-Z0-9_-])+@([a-zA-Z0-9_-])+((.[a-zA-Z0-9_-]{2,3}){1,2})$/.test(s)\r\n}\r\n\r\n/**\r\n * 手机号码\r\n * @param {*} s\r\n */\r\nexport function isMobile(s) {\r\n\treturn /^1[3456789]\\d{9}$/.test(s)\r\n}\r\n\r\n/**\r\n * 电话号码\r\n * @param {*} s\r\n */\r\nexport function isPhone(s) {\r\n\treturn /^([0-9]{3,4}-)?[0-9]{7,8}$/.test(s)\r\n}\r\n\r\n/**\r\n * URL地址\r\n * @param {*} s\r\n */\r\nexport function isURL(s) {\r\n\treturn /^http[s]?:\\/\\/.*/.test(s)\r\n}\r\n\r\n/**\r\n * 匹配数字,可以是小数,不可以是负数,可以为空\r\n * @param {*} s \r\n */\r\nexport function isNumber(s) {\r\n\treturn /(^-?[+-]?([0-9]*\\.?[0-9]+|[0-9]+\\.?[0-9]*)([eE][+-]?[0-9]+)?$)|(^$)/.test(s);\r\n}\r\n/**\r\n * 匹配整数,可以为空\r\n * @param {*} s \r\n */\r\nexport function isIntNumer(s) {\r\n\treturn /(^-?\\d+$)|(^$)/.test(s);\r\n}\r\n/**\r\n * 身份证校验\r\n */\r\nexport function checkIdCard(idcard) {\r\n\tconst regIdCard = /(^\\d{15}$)|(^\\d{18}$)|(^\\d{17}(\\d|X|x)$)/;\r\n\tif (!regIdCard.test(idcard)) {\r\n\t\treturn false;\r\n\t} else {\r\n\t\treturn true;\r\n\t}\r\n}","export * from \"-!../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_mini-css-extract-plugin@0.9.0@mini-css-extract-plugin/dist/loader.js??ref--9-oneOf-1-0!../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_css-loader@3.6.0@css-loader/dist/cjs.js??ref--9-oneOf-1-1!../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_vue-loader@15.11.1@vue-loader/lib/loaders/stylePostLoader.js!../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_postcss-loader@3.0.0@postcss-loader/src/index.js??ref--9-oneOf-1-2!../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_sass-loader@8.0.2@sass-loader/dist/cjs.js??ref--9-oneOf-1-3!../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_cache-loader@4.1.0@cache-loader/dist/cjs.js??ref--1-0!../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_vue-loader@15.11.1@vue-loader/lib/index.js??vue-loader-options!./IndexAsideStatic.vue?vue&type=style&index=0&id=b0c308c8&prod&lang=scss&scoped=true\"","module.exports = __webpack_public_path__ + \"img/avator.c58e4651.png\";","export * from \"-!../../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_mini-css-extract-plugin@0.9.0@mini-css-extract-plugin/dist/loader.js??ref--9-oneOf-1-0!../../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_css-loader@3.6.0@css-loader/dist/cjs.js??ref--9-oneOf-1-1!../../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_vue-loader@15.11.1@vue-loader/lib/loaders/stylePostLoader.js!../../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_postcss-loader@3.0.0@postcss-loader/src/index.js??ref--9-oneOf-1-2!../../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_sass-loader@8.0.2@sass-loader/dist/cjs.js??ref--9-oneOf-1-3!../../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_cache-loader@4.1.0@cache-loader/dist/cjs.js??ref--1-0!../../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_vue-loader@15.11.1@vue-loader/lib/index.js??vue-loader-options!./add-or-update.vue?vue&type=style&index=0&id=2a82c071&prod&lang=scss&scoped=true\"","import SpriteSymbol from \"svg-baker-runtime/browser-symbol\";\nimport sprite from \"svg-sprite-loader/runtime/browser-sprite.build\";\nvar symbol = new SpriteSymbol({\n \"id\": \"icon-board\",\n \"use\": \"icon-board-usage\",\n \"viewBox\": \"0 0 113.39 113.19\",\n \"content\": \"看板管理\"\n});\nvar result = sprite.add(symbol);\nexport default symbol","export * from \"-!../../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_mini-css-extract-plugin@0.9.0@mini-css-extract-plugin/dist/loader.js??ref--9-oneOf-1-0!../../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_css-loader@3.6.0@css-loader/dist/cjs.js??ref--9-oneOf-1-1!../../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_vue-loader@15.11.1@vue-loader/lib/loaders/stylePostLoader.js!../../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_postcss-loader@3.0.0@postcss-loader/src/index.js??ref--9-oneOf-1-2!../../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_sass-loader@8.0.2@sass-loader/dist/cjs.js??ref--9-oneOf-1-3!../../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_cache-loader@4.1.0@cache-loader/dist/cjs.js??ref--1-0!../../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_vue-loader@15.11.1@vue-loader/lib/index.js??vue-loader-options!./add-or-update.vue?vue&type=style&index=0&id=3dbc5b3e&prod&lang=scss&scoped=true\"","import SpriteSymbol from \"svg-baker-runtime/browser-symbol\";\nimport sprite from \"svg-sprite-loader/runtime/browser-sprite.build\";\nvar symbol = new SpriteSymbol({\n \"id\": \"icon-base\",\n \"use\": \"icon-base-usage\",\n \"viewBox\": \"0 0 113.42 93.26\",\n \"content\": \"基地管理\"\n});\nvar result = sprite.add(symbol);\nexport default symbol","export * from \"-!../../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_mini-css-extract-plugin@0.9.0@mini-css-extract-plugin/dist/loader.js??ref--9-oneOf-1-0!../../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_css-loader@3.6.0@css-loader/dist/cjs.js??ref--9-oneOf-1-1!../../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_vue-loader@15.11.1@vue-loader/lib/loaders/stylePostLoader.js!../../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_postcss-loader@3.0.0@postcss-loader/src/index.js??ref--9-oneOf-1-2!../../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_sass-loader@8.0.2@sass-loader/dist/cjs.js??ref--9-oneOf-1-3!../../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_cache-loader@4.1.0@cache-loader/dist/cjs.js??ref--1-0!../../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_vue-loader@15.11.1@vue-loader/lib/index.js??vue-loader-options!./list.vue?vue&type=style&index=0&id=170b2334&prod&lang=scss&scoped=true\"","export * from \"-!../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_mini-css-extract-plugin@0.9.0@mini-css-extract-plugin/dist/loader.js??ref--9-oneOf-1-0!../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_css-loader@3.6.0@css-loader/dist/cjs.js??ref--9-oneOf-1-1!../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_vue-loader@15.11.1@vue-loader/lib/loaders/stylePostLoader.js!../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_postcss-loader@3.0.0@postcss-loader/src/index.js??ref--9-oneOf-1-2!../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_sass-loader@8.0.2@sass-loader/dist/cjs.js??ref--9-oneOf-1-3!../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_cache-loader@4.1.0@cache-loader/dist/cjs.js??ref--1-0!../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_vue-loader@15.11.1@vue-loader/lib/index.js??vue-loader-options!./login.vue?vue&type=style&index=0&id=4e9f4da8&prod&lang=scss&scoped=true\"","import SpriteSymbol from \"svg-baker-runtime/browser-symbol\";\nimport sprite from \"svg-sprite-loader/runtime/browser-sprite.build\";\nvar symbol = new SpriteSymbol({\n \"id\": \"icon-mainSystemActive\",\n \"use\": \"icon-mainSystemActive-usage\",\n \"viewBox\": \"0 0 113.3 113.4\",\n \"content\": \"\\r\\n\\r\\n主系统\\r\\n\\r\\n\"\n});\nvar result = sprite.add(symbol);\nexport default symbol","export * from \"-!../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_mini-css-extract-plugin@0.9.0@mini-css-extract-plugin/dist/loader.js??ref--9-oneOf-1-0!../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_css-loader@3.6.0@css-loader/dist/cjs.js??ref--9-oneOf-1-1!../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_vue-loader@15.11.1@vue-loader/lib/loaders/stylePostLoader.js!../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_postcss-loader@3.0.0@postcss-loader/src/index.js??ref--9-oneOf-1-2!../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_sass-loader@8.0.2@sass-loader/dist/cjs.js??ref--9-oneOf-1-3!../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_cache-loader@4.1.0@cache-loader/dist/cjs.js??ref--1-0!../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_vue-loader@15.11.1@vue-loader/lib/index.js??vue-loader-options!./IndexMain.vue?vue&type=style&index=0&id=d4d4b8a0&prod&lang=scss&scoped=true\"","// translate router.meta.title, be used in breadcrumb sidebar tagsview\r\nexport function generateTitle(title) {\r\n const hasKey = this.$te('route.' + title)\r\n\r\n if (hasKey) {\r\n // $t :this method from vue-i18n, inject in @/lang/index.js\r\n const translatedTitle = this.$t('route.' + title)\r\n\r\n return translatedTitle\r\n }\r\n return title\r\n}\r\n","import SpriteSymbol from \"svg-baker-runtime/browser-symbol\";\nimport sprite from \"svg-sprite-loader/runtime/browser-sprite.build\";\nvar symbol = new SpriteSymbol({\n \"id\": \"icon-code\",\n \"use\": \"icon-code-usage\",\n \"viewBox\": \"0 0 1024 1024\",\n \"content\": \"\"\n});\nvar result = sprite.add(symbol);\nexport default symbol","import SpriteSymbol from \"svg-baker-runtime/browser-symbol\";\nimport sprite from \"svg-sprite-loader/runtime/browser-sprite.build\";\nvar symbol = new SpriteSymbol({\n \"id\": \"icon-news\",\n \"use\": \"icon-news-usage\",\n \"viewBox\": \"0 0 114.52 114.52\",\n \"content\": \"新闻咨询\"\n});\nvar result = sprite.add(symbol);\nexport default symbol","import SpriteSymbol from \"svg-baker-runtime/browser-symbol\";\nimport sprite from \"svg-sprite-loader/runtime/browser-sprite.build\";\nvar symbol = new SpriteSymbol({\n \"id\": \"icon-workOrder\",\n \"use\": \"icon-workOrder-usage\",\n \"viewBox\": \"0 0 113.39 122.52\",\n \"content\": \"工单管理\"\n});\nvar result = sprite.add(symbol);\nexport default symbol","import SpriteSymbol from \"svg-baker-runtime/browser-symbol\";\nimport sprite from \"svg-sprite-loader/runtime/browser-sprite.build\";\nvar symbol = new SpriteSymbol({\n \"id\": \"icon-dept\",\n \"use\": \"icon-dept-usage\",\n \"viewBox\": \"0 0 113.39 113.4\",\n \"content\": \"基地信息管理\"\n});\nvar result = sprite.add(symbol);\nexport default symbol","import SpriteSymbol from \"svg-baker-runtime/browser-symbol\";\nimport sprite from \"svg-sprite-loader/runtime/browser-sprite.build\";\nvar symbol = new SpriteSymbol({\n \"id\": \"icon-order\",\n \"use\": \"icon-order-usage\",\n \"viewBox\": \"0 0 113.39 113.39\",\n \"content\": \"工单总览\"\n});\nvar result = sprite.add(symbol);\nexport default symbol","var render = function render(){var _vm=this,_c=_vm._self._c;return _c('div',{staticClass:\"main-content\",style:({\"minHeight\":\"calc(100vh - 200px)\",\"padding\":\"0px 5%\",\"margin\":\"0 auto\",\"color\":\"#666\",\"background\":\"none\",\"width\":\"calc(100% - 0px)\",\"fontSize\":\"14px\",\"height\":\"100%\"})},[(_vm.showFlag)?[_c('el-form',{staticClass:\"center-form-pv\",style:({\"padding\":\"20px 20px 0\",\"boxShadow\":\"0 2px 3px 0px rgba(100,100,100,.05)\",\"margin\":\"0 0 0px\",\"borderColor\":\"#f6f6f6\",\"display\":\"flex\",\"justifyContent\":\"center\",\"minHeight\":\"100px\",\"overflow\":\"hidden\",\"borderRadius\":\"4px 4px 0 0\",\"flexWrap\":\"wrap\",\"background\":\"#fff\",\"borderWidth\":\"2px 2px 0\",\"fontSize\":\"inherit\",\"borderStyle\":\"solid\"}),attrs:{\"inline\":true,\"model\":_vm.searchForm}},[_c('el-row',{style:({\"padding\":\"0px\",\"boxShadow\":\"0 0px 0px 0px rgba(115,108,203,.23)\",\"margin\":\"0 0px 0px 0\",\"borderRadius\":\"0px\",\"alignItems\":\"center\",\"background\":\"none\",\"display\":\"flex\",\"width\":\"auto\",\"fontSize\":\"inherit\",\"justifyContent\":\"flex-end\",\"order\":\"2\"})},[_c('div',{style:({\"margin\":\"0 10px 0 0\",\"fontSize\":\"inherit\",\"display\":\"inline-block\"})},[_c('label',{staticClass:\"item-label\",style:({\"margin\":\"0 10px 0 0\",\"color\":\"inherit\",\"display\":\"inline-block\",\"lineHeight\":\"34px\",\"fontSize\":\"inherit\",\"fontWeight\":\"500\",\"height\":\"34px\"})},[_vm._v(\"路线名称\")]),_c('el-input',{attrs:{\"placeholder\":\"路线名称\",\"clearable\":\"\"},nativeOn:{\"keydown\":function($event){if(!$event.type.indexOf('key')&&_vm._k($event.keyCode,\"enter\",13,$event.key,\"Enter\"))return null;return _vm.search()}},model:{value:(_vm.searchForm.luxianmingcheng),callback:function ($$v) {_vm.$set(_vm.searchForm, \"luxianmingcheng\", $$v)},expression:\"searchForm.luxianmingcheng\"}})],1),_c('div',{style:({\"margin\":\"0 10px 0 0\",\"fontSize\":\"inherit\",\"display\":\"inline-block\"})},[_c('label',{staticClass:\"item-label\",style:({\"margin\":\"0 10px 0 0\",\"color\":\"inherit\",\"display\":\"inline-block\",\"lineHeight\":\"34px\",\"fontSize\":\"inherit\",\"fontWeight\":\"500\",\"height\":\"34px\"})},[_vm._v(\"路线起点\")]),_c('el-input',{attrs:{\"placeholder\":\"路线起点\",\"clearable\":\"\"},nativeOn:{\"keydown\":function($event){if(!$event.type.indexOf('key')&&_vm._k($event.keyCode,\"enter\",13,$event.key,\"Enter\"))return null;return _vm.search()}},model:{value:(_vm.searchForm.luxianqidian),callback:function ($$v) {_vm.$set(_vm.searchForm, \"luxianqidian\", $$v)},expression:\"searchForm.luxianqidian\"}})],1),_c('div',{style:({\"margin\":\"0 10px 0 0\",\"fontSize\":\"inherit\",\"display\":\"inline-block\"})},[_c('label',{staticClass:\"item-label\",style:({\"margin\":\"0 10px 0 0\",\"color\":\"inherit\",\"display\":\"inline-block\",\"lineHeight\":\"34px\",\"fontSize\":\"inherit\",\"fontWeight\":\"500\",\"height\":\"34px\"})},[_vm._v(\"路线终点\")]),_c('el-input',{attrs:{\"placeholder\":\"路线终点\",\"clearable\":\"\"},nativeOn:{\"keydown\":function($event){if(!$event.type.indexOf('key')&&_vm._k($event.keyCode,\"enter\",13,$event.key,\"Enter\"))return null;return _vm.search()}},model:{value:(_vm.searchForm.luxianzhongdian),callback:function ($$v) {_vm.$set(_vm.searchForm, \"luxianzhongdian\", $$v)},expression:\"searchForm.luxianzhongdian\"}})],1),_c('el-button',{staticClass:\"search\",attrs:{\"type\":\"success\"},on:{\"click\":function($event){return _vm.search()}}},[_c('span',{staticClass:\"icon iconfont icon-xihuan\",style:({\"margin\":\"0 2px\",\"fontSize\":\"18px\",\"color\":\"#00acc1\",\"display\":\"inline-block\",\"height\":\"auto\"})}),_vm._v(\" 查询 \")])],1),_c('el-row',{staticClass:\"actions\",style:({\"boxShadow\":\"0 0px 0px 0px rgba(115,108,203,.23)\",\"padding\":\"0 20px 0 0\",\"margin\":\"0px 0 0px\",\"color\":\"#333\",\"alignItems\":\"center\",\"textAlign\":\"left\",\"display\":\"flex\",\"borderRadius\":\"0px\",\"flexWrap\":\"wrap\",\"background\":\"none\",\"flex\":\"1\",\"width\":\"auto\",\"fontSize\":\"inherit\",\"order\":\"1\"})},[(_vm.isAuth('luxianxinxi','新增'))?_c('el-button',{staticClass:\"add\",attrs:{\"type\":\"success\"},on:{\"click\":function($event){return _vm.addOrUpdateHandler()}}},[_c('span',{staticClass:\"icon iconfont icon-tianjia1\",style:({\"margin\":\"0 2px\",\"fontSize\":\"inherit\",\"color\":\"inherit\",\"display\":\"none\"})}),_vm._v(\" 添加 \")]):_vm._e(),(_vm.isAuth('luxianxinxi','删除'))?_c('el-button',{staticClass:\"del\",attrs:{\"disabled\":_vm.dataListSelections.length?false:true,\"type\":\"danger\"},on:{\"click\":function($event){return _vm.deleteHandler()}}},[_c('span',{staticClass:\"icon iconfont icon-shanchu9\",style:({\"margin\":\"0 2px\",\"fontSize\":\"inherit\",\"color\":\"inherit\",\"display\":\"none\"})}),_vm._v(\" 删除 \")]):_vm._e(),(_vm.isAuth('luxianxinxi','支付'))?_c('el-button',{staticClass:\"btn18\",attrs:{\"disabled\":_vm.dataListSelections.length?false:true,\"type\":\"success\"},on:{\"click\":function($event){return _vm.payBatch()}}},[_c('span',{staticClass:\"icon iconfont icon-xihuan\",style:({\"color\":\"inherit\",\"margin\":\"0 2px\",\"fontSize\":\"inherit\"})}),_vm._v(\" 批量支付 \")]):_vm._e(),(_vm.isAuth('luxianxinxi','审核'))?_c('el-button',{staticClass:\"btn18\",attrs:{\"disabled\":_vm.dataListSelections.length?false:true,\"type\":\"success\"},on:{\"click\":function($event){return _vm.shBatchDialog()}}},[_c('span',{staticClass:\"icon iconfont icon-shenhe2\",style:({\"color\":\"inherit\",\"margin\":\"0 2px\",\"fontSize\":\"inherit\"})}),_vm._v(\" 审核 \")]):_vm._e()],1)],1),_c('div',{style:({\"padding\":\"20px\",\"borderColor\":\"#f6f6f6\",\"margin\":\"0 0 0px\",\"borderRadius\":\"0 0 4px 4px\",\"background\":\"rgba(255,255,255,1)\",\"borderWidth\":\"0 2px 2px\",\"width\":\"100%\",\"borderStyle\":\"solid\"})},[(_vm.isAuth('luxianxinxi','查看'))?_c('el-table',{directives:[{name:\"loading\",rawName:\"v-loading\",value:(_vm.dataListLoading),expression:\"dataListLoading\"}],staticClass:\"tables\",style:({\"padding\":\"0\",\"borderColor\":\"#eee\",\"color\":\"inherit\",\"borderRadius\":\"0px\",\"borderWidth\":\"0px 0px 0 0px\",\"background\":\"none\",\"width\":\"100%\",\"fontSize\":\"inherit\",\"borderStyle\":\"solid\"}),attrs:{\"stripe\":true,\"border\":true,\"data\":_vm.dataList},on:{\"selection-change\":_vm.selectionChangeHandler}},[_c('el-table-column',{attrs:{\"resizable\":false,\"type\":\"selection\",\"align\":\"center\",\"width\":\"50\"}}),_c('el-table-column',{attrs:{\"resizable\":false,\"sortable\":false,\"label\":\"序号\",\"type\":\"index\",\"width\":\"50\"}}),_c('el-table-column',{attrs:{\"resizable\":true,\"sortable\":true,\"prop\":\"luxianmingcheng\",\"label\":\"路线名称\"},scopedSlots:_vm._u([{key:\"default\",fn:function(scope){return [_vm._v(\" \"+_vm._s(scope.row.luxianmingcheng)+\" \")]}}],null,false,2712892560)}),_c('el-table-column',{attrs:{\"resizable\":true,\"sortable\":true,\"prop\":\"luxianqidian\",\"label\":\"路线起点\"},scopedSlots:_vm._u([{key:\"default\",fn:function(scope){return [_vm._v(\" \"+_vm._s(scope.row.luxianqidian)+\" \")]}}],null,false,1007350592)}),_c('el-table-column',{attrs:{\"resizable\":true,\"sortable\":true,\"prop\":\"luxianzhongdian\",\"label\":\"路线终点\"},scopedSlots:_vm._u([{key:\"default\",fn:function(scope){return [_vm._v(\" \"+_vm._s(scope.row.luxianzhongdian)+\" \")]}}],null,false,2012130220)}),_c('el-table-column',{attrs:{\"resizable\":true,\"sortable\":true,\"prop\":\"daoluqingkuang\",\"label\":\"道路情况\"},scopedSlots:_vm._u([{key:\"default\",fn:function(scope){return [_vm._v(\" \"+_vm._s(scope.row.daoluqingkuang)+\" \")]}}],null,false,574358889)}),_c('el-table-column',{attrs:{\"resizable\":true,\"sortable\":true,\"prop\":\"yichangwenti\",\"label\":\"异常问题\"},scopedSlots:_vm._u([{key:\"default\",fn:function(scope){return [_vm._v(\" \"+_vm._s(scope.row.yichangwenti)+\" \")]}}],null,false,2708953327)}),_c('el-table-column',{attrs:{\"resizable\":true,\"sortable\":true,\"prop\":\"yujixingshishizhang\",\"label\":\"预计行驶时长\"},scopedSlots:_vm._u([{key:\"default\",fn:function(scope){return [_vm._v(\" \"+_vm._s(scope.row.yujixingshishizhang)+\" \")]}}],null,false,3044218896)}),_c('el-table-column',{attrs:{\"width\":\"300\",\"label\":\"操作\"},scopedSlots:_vm._u([{key:\"default\",fn:function(scope){return [( _vm.isAuth('luxianxinxi','查看'))?_c('el-button',{staticClass:\"view\",attrs:{\"type\":\"success\"},on:{\"click\":function($event){return _vm.addOrUpdateHandler(scope.row.id,'info')}}},[_c('span',{staticClass:\"icon iconfont\",style:({\"margin\":\"0 0 0 4px\",\"fontSize\":\"inherit\",\"color\":\"inherit\",\"display\":\"none\",\"height\":\"auto\"})}),_vm._v(\" 查看 \")]):_vm._e(),( _vm.isAuth('luxianxinxi','修改') )?_c('el-button',{staticClass:\"edit\",attrs:{\"type\":\"success\"},on:{\"click\":function($event){return _vm.addOrUpdateHandler(scope.row.id)}}},[_c('span',{staticClass:\"icon iconfont\",style:({\"margin\":\"0 0 0 4px\",\"fontSize\":\"inherit\",\"color\":\"inherit\",\"display\":\"none\",\"height\":\"auto\"})}),_vm._v(\" 修改 \")]):_vm._e(),(_vm.isAuth('luxianxinxi','查看评论'))?_c('el-button',{staticClass:\"view\",attrs:{\"type\":\"success\"},on:{\"click\":function($event){return _vm.disscussListHandler(scope.row.id)}}},[_c('span',{staticClass:\"icon iconfont\",style:({\"margin\":\"0 0 0 4px\",\"fontSize\":\"inherit\",\"color\":\"inherit\",\"display\":\"none\",\"height\":\"auto\"})}),_vm._v(\" 查看评论 \")]):_vm._e(),(_vm.isAuth('luxianxinxi','删除') )?_c('el-button',{staticClass:\"del\",attrs:{\"type\":\"primary\"},on:{\"click\":function($event){return _vm.deleteHandler(scope.row.id )}}},[_c('span',{staticClass:\"icon iconfont\",style:({\"margin\":\"0 2px\",\"fontSize\":\"inherit\",\"color\":\"inherit\",\"display\":\"none\"})}),_vm._v(\" 删除 \")]):_vm._e()]}}],null,false,2087276072)})],1):_vm._e()],1),_c('el-pagination',{style:({\"border\":\"0px solid #dee2e6\",\"padding\":\"10px 0\",\"margin\":\"10px 0 0\",\"whiteSpace\":\"nowrap\",\"color\":\"inherit\",\"textAlign\":\"center\",\"background\":\"none\",\"width\":\"100%\",\"fontSize\":\"inherit\",\"fontWeight\":\"500\"}),attrs:{\"current-page\":_vm.pageIndex,\"background\":\"\",\"page-sizes\":[10, 50, 100, 200],\"page-size\":_vm.pageSize,\"layout\":_vm.layouts.join(),\"total\":_vm.totalPage,\"prev-text\":\"< \",\"next-text\":\"> \",\"hide-on-single-page\":false},on:{\"size-change\":_vm.sizeChangeHandle,\"current-change\":_vm.currentChangeHandle}})]:_vm._e(),(_vm.addOrUpdateFlag)?_c('add-or-update',{ref:\"addOrUpdate\",attrs:{\"parent\":this}}):_vm._e(),_c('el-dialog',{attrs:{\"title\":this.batchIds.length>1?'批量审核':'审核',\"visible\":_vm.sfshBatchVisiable,\"width\":\"50%\"},on:{\"update:visible\":function($event){_vm.sfshBatchVisiable=$event}}},[_c('el-form',{ref:\"shBatchForm\",attrs:{\"model\":_vm.shBatchForm,\"rules\":_vm.shRules,\"label-width\":\"80px\"}},[_c('el-form-item',{attrs:{\"label\":\"审核状态\",\"prop\":\"sfsh\"}},[_c('el-select',{attrs:{\"placeholder\":\"审核状态\"},model:{value:(_vm.shBatchForm.sfsh),callback:function ($$v) {_vm.$set(_vm.shBatchForm, \"sfsh\", $$v)},expression:\"shBatchForm.sfsh\"}},[_c('el-option',{attrs:{\"label\":\"通过\",\"value\":\"是\"}}),_c('el-option',{attrs:{\"label\":\"不通过\",\"value\":\"否\"}}),_c('el-option',{attrs:{\"label\":\"待审核\",\"value\":\"待审核\"}})],1)],1),_c('el-form-item',{attrs:{\"label\":\"内容\",\"prop\":\"shhf\"}},[_c('el-input',{attrs:{\"type\":\"textarea\",\"rows\":8},model:{value:(_vm.shBatchForm.shhf),callback:function ($$v) {_vm.$set(_vm.shBatchForm, \"shhf\", $$v)},expression:\"shBatchForm.shhf\"}})],1)],1),_c('span',{staticClass:\"dialog-footer\",attrs:{\"slot\":\"footer\"},slot:\"footer\"},[_c('el-button',{on:{\"click\":function($event){_vm.sfshBatchVisiable=false}}},[_vm._v(\"取 消\")]),_c('el-button',{attrs:{\"type\":\"primary\"},on:{\"click\":_vm.shBatchHandler}},[_vm._v(\"确 定\")])],1)],1),_c('el-dialog',{attrs:{\"title\":\"预览图\",\"visible\":_vm.previewVisible,\"width\":\"50%\"},on:{\"update:visible\":function($event){_vm.previewVisible=$event}}},[_c('img',{staticStyle:{\"width\":\"100%\"},attrs:{\"src\":_vm.previewImg,\"alt\":\"\"}})])],2)\n}\nvar staticRenderFns = []\n\nexport { render, staticRenderFns }","var render = function render(){var _vm=this,_c=_vm._self._c;return _c('div',{staticClass:\"addEdit-block\",style:({\"minHeight\":\"calc(100vh - 200px)\",\"padding\":\"0px 0 30px\",\"margin\":\"0 auto\",\"color\":\"#8e99a2\",\"background\":\"none\",\"width\":\"calc(100% - 0px)\",\"fontSize\":\"14px\",\"height\":\"100%\"})},[_c('el-form',{ref:\"ruleForm\",staticClass:\"add-update-preview\",style:({\"padding\":\"30px 5%\",\"borderColor\":\"#f6f6f6\",\"alignItems\":\"flex-start\",\"borderRadius\":\"4px\",\"flexWrap\":\"wrap\",\"background\":\"rgba(255,255,255,.9)\",\"borderWidth\":\"2px\",\"display\":\"flex\",\"fontSize\":\"inherit\",\"borderStyle\":\"solid\"}),attrs:{\"model\":_vm.ruleForm,\"rules\":_vm.rules,\"label-width\":\"180px\"}},[[(_vm.type!='info')?_c('el-form-item',{staticClass:\"input\",style:({\"margin\":\"0 0 20px 0\"}),attrs:{\"label\":\"路线名称\",\"prop\":\"luxianmingcheng\"}},[_c('el-input',{attrs:{\"placeholder\":\"路线名称\",\"clearable\":\"\",\"readonly\":_vm.ro.luxianmingcheng},model:{value:(_vm.ruleForm.luxianmingcheng),callback:function ($$v) {_vm.$set(_vm.ruleForm, \"luxianmingcheng\", $$v)},expression:\"ruleForm.luxianmingcheng\"}})],1):_c('el-form-item',{staticClass:\"input\",style:({\"margin\":\"0 0 20px 0\"}),attrs:{\"label\":\"路线名称\",\"prop\":\"luxianmingcheng\"}},[_c('el-input',{attrs:{\"placeholder\":\"路线名称\",\"readonly\":\"\"},model:{value:(_vm.ruleForm.luxianmingcheng),callback:function ($$v) {_vm.$set(_vm.ruleForm, \"luxianmingcheng\", $$v)},expression:\"ruleForm.luxianmingcheng\"}})],1),(_vm.type!='info')?_c('el-form-item',{staticClass:\"input\",style:({\"margin\":\"0 0 20px 0\"}),attrs:{\"label\":\"路线起点\",\"prop\":\"luxianqidian\"}},[_c('el-input',{attrs:{\"placeholder\":\"路线起点\",\"clearable\":\"\",\"readonly\":_vm.ro.luxianqidian},model:{value:(_vm.ruleForm.luxianqidian),callback:function ($$v) {_vm.$set(_vm.ruleForm, \"luxianqidian\", $$v)},expression:\"ruleForm.luxianqidian\"}})],1):_c('el-form-item',{staticClass:\"input\",style:({\"margin\":\"0 0 20px 0\"}),attrs:{\"label\":\"路线起点\",\"prop\":\"luxianqidian\"}},[_c('el-input',{attrs:{\"placeholder\":\"路线起点\",\"readonly\":\"\"},model:{value:(_vm.ruleForm.luxianqidian),callback:function ($$v) {_vm.$set(_vm.ruleForm, \"luxianqidian\", $$v)},expression:\"ruleForm.luxianqidian\"}})],1),(_vm.type!='info')?_c('el-form-item',{staticClass:\"input\",style:({\"margin\":\"0 0 20px 0\"}),attrs:{\"label\":\"路线终点\",\"prop\":\"luxianzhongdian\"}},[_c('el-input',{attrs:{\"placeholder\":\"路线终点\",\"clearable\":\"\",\"readonly\":_vm.ro.luxianzhongdian},model:{value:(_vm.ruleForm.luxianzhongdian),callback:function ($$v) {_vm.$set(_vm.ruleForm, \"luxianzhongdian\", $$v)},expression:\"ruleForm.luxianzhongdian\"}})],1):_c('el-form-item',{staticClass:\"input\",style:({\"margin\":\"0 0 20px 0\"}),attrs:{\"label\":\"路线终点\",\"prop\":\"luxianzhongdian\"}},[_c('el-input',{attrs:{\"placeholder\":\"路线终点\",\"readonly\":\"\"},model:{value:(_vm.ruleForm.luxianzhongdian),callback:function ($$v) {_vm.$set(_vm.ruleForm, \"luxianzhongdian\", $$v)},expression:\"ruleForm.luxianzhongdian\"}})],1),(_vm.type!='info')?_c('el-form-item',{staticClass:\"input\",style:({\"margin\":\"0 0 20px 0\"}),attrs:{\"label\":\"道路情况\",\"prop\":\"daoluqingkuang\"}},[_c('el-input',{attrs:{\"placeholder\":\"道路情况\",\"clearable\":\"\",\"readonly\":_vm.ro.daoluqingkuang},model:{value:(_vm.ruleForm.daoluqingkuang),callback:function ($$v) {_vm.$set(_vm.ruleForm, \"daoluqingkuang\", $$v)},expression:\"ruleForm.daoluqingkuang\"}})],1):_c('el-form-item',{staticClass:\"input\",style:({\"margin\":\"0 0 20px 0\"}),attrs:{\"label\":\"道路情况\",\"prop\":\"daoluqingkuang\"}},[_c('el-input',{attrs:{\"placeholder\":\"道路情况\",\"readonly\":\"\"},model:{value:(_vm.ruleForm.daoluqingkuang),callback:function ($$v) {_vm.$set(_vm.ruleForm, \"daoluqingkuang\", $$v)},expression:\"ruleForm.daoluqingkuang\"}})],1),(_vm.type!='info')?_c('el-form-item',{staticClass:\"input\",style:({\"margin\":\"0 0 20px 0\"}),attrs:{\"label\":\"异常问题\",\"prop\":\"yichangwenti\"}},[_c('el-input',{attrs:{\"placeholder\":\"异常问题\",\"clearable\":\"\",\"readonly\":_vm.ro.yichangwenti},model:{value:(_vm.ruleForm.yichangwenti),callback:function ($$v) {_vm.$set(_vm.ruleForm, \"yichangwenti\", $$v)},expression:\"ruleForm.yichangwenti\"}})],1):_c('el-form-item',{staticClass:\"input\",style:({\"margin\":\"0 0 20px 0\"}),attrs:{\"label\":\"异常问题\",\"prop\":\"yichangwenti\"}},[_c('el-input',{attrs:{\"placeholder\":\"异常问题\",\"readonly\":\"\"},model:{value:(_vm.ruleForm.yichangwenti),callback:function ($$v) {_vm.$set(_vm.ruleForm, \"yichangwenti\", $$v)},expression:\"ruleForm.yichangwenti\"}})],1),(_vm.type!='info')?_c('el-form-item',{staticClass:\"input\",style:({\"margin\":\"0 0 20px 0\"}),attrs:{\"label\":\"预计行驶时长\",\"prop\":\"yujixingshishizhang\"}},[_c('el-input',{attrs:{\"placeholder\":\"预计行驶时长\",\"clearable\":\"\",\"readonly\":_vm.ro.yujixingshishizhang},model:{value:(_vm.ruleForm.yujixingshishizhang),callback:function ($$v) {_vm.$set(_vm.ruleForm, \"yujixingshishizhang\", $$v)},expression:\"ruleForm.yujixingshishizhang\"}})],1):_c('el-form-item',{staticClass:\"input\",style:({\"margin\":\"0 0 20px 0\"}),attrs:{\"label\":\"预计行驶时长\",\"prop\":\"yujixingshishizhang\"}},[_c('el-input',{attrs:{\"placeholder\":\"预计行驶时长\",\"readonly\":\"\"},model:{value:(_vm.ruleForm.yujixingshishizhang),callback:function ($$v) {_vm.$set(_vm.ruleForm, \"yujixingshishizhang\", $$v)},expression:\"ruleForm.yujixingshishizhang\"}})],1),(_vm.type!='info')?_c('el-form-item',{style:({\"margin\":\"0 0 20px 0\"}),attrs:{\"label\":\"路线详情\",\"prop\":\"luxianxiangqing\"}},[_c('editor',{staticClass:\"editor\",staticStyle:{\"min-width\":\"200px\",\"max-width\":\"600px\"},attrs:{\"action\":\"file/upload\"},model:{value:(_vm.ruleForm.luxianxiangqing),callback:function ($$v) {_vm.$set(_vm.ruleForm, \"luxianxiangqing\", $$v)},expression:\"ruleForm.luxianxiangqing\"}})],1):(_vm.ruleForm.luxianxiangqing)?_c('el-form-item',{style:({\"margin\":\"0 0 20px 0\"}),attrs:{\"label\":\"路线详情\",\"prop\":\"luxianxiangqing\"}},[_c('span',{style:({\"fontSize\":\"14px\",\"lineHeight\":\"40px\",\"color\":\"#333\",\"fontWeight\":\"500\",\"display\":\"inline-block\"}),domProps:{\"innerHTML\":_vm._s(_vm.ruleForm.luxianxiangqing)}})]):_vm._e()],_c('el-form-item',{staticClass:\"btn\",style:({'padding':'0','margin':'30px auto','alignItems':'center','textAlign':'center','background':'none','display':'flex','width':'60%','fontSize':'18px'})},[(_vm.type!='info')?_c('el-button',{staticClass:\"btn3\",attrs:{\"type\":\"success\"},on:{\"click\":_vm.onSubmit}},[_c('span',{staticClass:\"icon iconfont icon-tijiao16\",style:({'margin':'0 2px','fontSize':'inherit','color':'inherit','display':'none'})}),_vm._v(\" 确定 \")]):_vm._e(),(_vm.type!='info')?_c('el-button',{staticClass:\"btn4\",attrs:{\"type\":\"success\"},on:{\"click\":function($event){return _vm.back()}}},[_c('span',{staticClass:\"icon iconfont icon-quxiao09\",style:({'margin':'0 2px','fontSize':'inherit','color':'inherit','display':'none'})}),_vm._v(\" 取消 \")]):_vm._e(),(_vm.type=='info')?_c('el-button',{staticClass:\"btn5\",attrs:{\"type\":\"success\"},on:{\"click\":function($event){return _vm.back()}}},[_c('span',{staticClass:\"icon iconfont icon-fanhui01\",style:({'margin':'0 2px','fontSize':'inherit','color':'inherit','display':'none'})}),_vm._v(\" 返回 \")]):_vm._e()],1)],2)],1)\n}\nvar staticRenderFns = []\n\nexport { render, staticRenderFns }","\r\n\r\n","import mod from \"-!../../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_cache-loader@4.1.0@cache-loader/dist/cjs.js??ref--13-0!../../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_thread-loader@2.1.3@thread-loader/dist/cjs.js!../../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_babel-loader@8.4.1@babel-loader/lib/index.js!../../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_cache-loader@4.1.0@cache-loader/dist/cjs.js??ref--1-0!../../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_vue-loader@15.11.1@vue-loader/lib/index.js??vue-loader-options!./add-or-update.vue?vue&type=script&lang=js\"; export default mod; export * from \"-!../../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_cache-loader@4.1.0@cache-loader/dist/cjs.js??ref--13-0!../../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_thread-loader@2.1.3@thread-loader/dist/cjs.js!../../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_babel-loader@8.4.1@babel-loader/lib/index.js!../../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_cache-loader@4.1.0@cache-loader/dist/cjs.js??ref--1-0!../../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_vue-loader@15.11.1@vue-loader/lib/index.js??vue-loader-options!./add-or-update.vue?vue&type=script&lang=js\"","import { render, staticRenderFns } from \"./add-or-update.vue?vue&type=template&id=58e41f96&scoped=true\"\nimport script from \"./add-or-update.vue?vue&type=script&lang=js\"\nexport * from \"./add-or-update.vue?vue&type=script&lang=js\"\nimport style0 from \"./add-or-update.vue?vue&type=style&index=0&id=58e41f96&prod&lang=scss&scoped=true\"\n\n\n/* normalize component */\nimport normalizer from \"!../../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_vue-loader@15.11.1@vue-loader/lib/runtime/componentNormalizer.js\"\nvar component = normalizer(\n script,\n render,\n staticRenderFns,\n false,\n null,\n \"58e41f96\",\n null\n \n)\n\nexport default component.exports","\r\n\r\n\r\n\r\n","import mod from \"-!../../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_cache-loader@4.1.0@cache-loader/dist/cjs.js??ref--13-0!../../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_thread-loader@2.1.3@thread-loader/dist/cjs.js!../../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_babel-loader@8.4.1@babel-loader/lib/index.js!../../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_cache-loader@4.1.0@cache-loader/dist/cjs.js??ref--1-0!../../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_vue-loader@15.11.1@vue-loader/lib/index.js??vue-loader-options!./list.vue?vue&type=script&lang=js\"; export default mod; export * from \"-!../../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_cache-loader@4.1.0@cache-loader/dist/cjs.js??ref--13-0!../../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_thread-loader@2.1.3@thread-loader/dist/cjs.js!../../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_babel-loader@8.4.1@babel-loader/lib/index.js!../../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_cache-loader@4.1.0@cache-loader/dist/cjs.js??ref--1-0!../../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_vue-loader@15.11.1@vue-loader/lib/index.js??vue-loader-options!./list.vue?vue&type=script&lang=js\"","import { render, staticRenderFns } from \"./list.vue?vue&type=template&id=e518353c&scoped=true\"\nimport script from \"./list.vue?vue&type=script&lang=js\"\nexport * from \"./list.vue?vue&type=script&lang=js\"\nimport style0 from \"./list.vue?vue&type=style&index=0&id=e518353c&prod&lang=scss&scoped=true\"\n\n\n/* normalize component */\nimport normalizer from \"!../../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_vue-loader@15.11.1@vue-loader/lib/runtime/componentNormalizer.js\"\nvar component = normalizer(\n script,\n render,\n staticRenderFns,\n false,\n null,\n \"e518353c\",\n null\n \n)\n\nexport default component.exports","var render = function render(){var _vm=this,_c=_vm._self._c;return _c('el-container',[_c('index-main')],1)\n}\nvar staticRenderFns = []\n\nexport { render, staticRenderFns }","var render = function render(){var _vm=this,_c=_vm._self._c;return _c('div',{staticStyle:{\"height\":\"100%\"}},[_c('el-main',{style:(\"horizontal\" == \"vertical\" ? (2 == 1 ? {\"minHeight\":\"100%\",\"padding\":\"0\",\"margin\":\"0 0 0 210px\",\"position\":\"relative\",\"display\":\"block\"} : (2 == 2 ? (_vm.isCollapse ? {\"minHeight\":\"100%\",\"padding\":\"0px 0 0 56px\",\"margin\":\"0\",\"position\":\"relative\",\"background\":\"url(http://codegen.caihongy.cn/20230807/bc751527d2454c82a345e91b17a44608.jpg) no-repeat center top / cover\",\"display\":\"block\"} : {\"minHeight\":\"100%\",\"padding\":\"0px 0 0 260px\",\"margin\":\"0\",\"position\":\"relative\",\"background\":\"url(http://codegen.caihongy.cn/20230807/bc751527d2454c82a345e91b17a44608.jpg) no-repeat center top / cover\",\"display\":\"block\"}) : \"\")) : {\"minHeight\":\"100%\",\"margin\":\"0\",\"position\":\"relative\",\"background\":\"#fff\"})},[_c('index-header',{style:({\"boxShadow\":\"0 0px 0 0 rgba(0,0,0,.01), 0 0px 0px 0 rgba(0,0,0,.06)\",\"padding\":\"8px 10% 8px 5%\",\"margin\":\"0 auto\",\"borderColor\":\"#f6dce0\",\"alignItems\":\"center\",\"color\":\"#eee\",\"display\":\"flex\",\"justifyContent\":\"space-between\",\"background\":\"#494f5d\",\"borderWidth\":\"0 0 0px\",\"width\":\"calc(100% - 0px)\",\"fontSize\":\"16px\",\"position\":\"relative\",\"borderStyle\":\"solid\",\"zIndex\":\"1002\",\"height\":\"70px\"})}),('horizontal' == 'vertical')?[(2 == 1)?[_c('index-aside',{style:({\"boxShadow\":\"1px 0 6px rgba(64, 158, 255, .3)\",\"overflow\":\"hidden\",\"top\":\"0\",\"left\":\"0\",\"background\":\"#304156\",\"bottom\":\"0\",\"width\":\"210px\",\"fontSize\":\"0px\",\"position\":\"fixed\",\"height\":\"100%\",\"zIndex\":\"1001\"})})]:_vm._e(),(2 == 2)?[_c('index-aside',{style:(_vm.isCollapse ? {\"boxShadow\":\"0px 0 0px rgba(255,205,155,1)\",\"padding\":\"40px 0 0\",\"borderColor\":\"#f6dce0\",\"bottom\":\"0\",\"transition\":\"width 0.3s\",\"overflow\":\"hidden\",\"top\":\"0\",\"left\":\"0\",\"background\":\"rgba(0, 0, 0, 0.1)\",\"borderWidth\":\"0 0px 0 0\",\"width\":\"56px\",\"fontSize\":\"0px\",\"position\":\"fixed\",\"borderStyle\":\"solid\",\"height\":\"100%\",\"zIndex\":\"1003\"} : {\"boxShadow\":\"0px 0 0px rgba(255,205,155,1)\",\"padding\":\"70px 0px 0px\",\"borderColor\":\"#f0cad3\",\"bottom\":\"0px\",\"transition\":\"width 0.3s\",\"overflow\":\"hidden\",\"top\":\"0px\",\"left\":\"10px\",\"background\":\"rgba(0, 0, 0, 0.0)\",\"borderWidth\":\"0 0px 0 0\",\"width\":\"260px\",\"fontSize\":\"16px\",\"position\":\"fixed\",\"borderStyle\":\"solid\",\"height\":\"100%\",\"zIndex\":\"1003\"}),attrs:{\"is-collapse\":_vm.isCollapse},on:{\"oncollapsechange\":_vm.collapseChange}})]:_vm._e()]:_vm._e(),('horizontal' == 'horizontal')?[(2 == 1)?[_c('index-aside',{style:({\"width\":\"100%\",\"borderColor\":\"#efefef\",\"borderStyle\":\"solid\",\"background\":\"#304156\",\"borderWidth\":\"0 0 1px 0\",\"height\":\"auto\"})})]:_vm._e(),(2 == 2)?[_c('index-aside',{style:({\"padding\":\"0 5%\",\"borderColor\":\"#efefef\",\"margin\":\"0 auto\",\"background\":\"#494f5d\",\"borderWidth\":\"0 0 0px 0\",\"display\":\"block\",\"width\":\"calc(100% - 0px)\",\"borderStyle\":\"solid\",\"height\":\"auto\"})})]:_vm._e()]:_vm._e(),_c('bread-crumbs',{staticClass:\"bread-crumbs\",style:({\"padding\":\"0px 5%\",\"margin\":\"0px auto\",\"borderColor\":\"#eee\",\"borderWidth\":\"0 0 0px\",\"background\":\"none\",\"width\":\"calc(100% - 0px)\",\"fontSize\":\"16px\",\"borderStyle\":\"solid\"}),attrs:{\"title\":_vm.title}}),_c('tags-view'),_c('router-view',{staticClass:\"router-view\"})],2)],1)\n}\nvar staticRenderFns = []\n\nexport { render, staticRenderFns }","var render = function render(){var _vm=this,_c=_vm._self._c;return _c('div',{staticClass:\"menu-preview\"},[_c('div',{staticClass:\"userinfo\",style:({\"padding\":\"0 10px\",\"alignItems\":\"center\",\"flexDirection\":\"column\",\"background\":\"none\",\"display\":\"none\",\"justifyContent\":\"center\",\"height\":\"auto\"})},[_c('el-image',{style:({\"width\":\"36px\",\"objectFit\":\"cover\",\"borderRadius\":\"4px\",\"display\":\"block\",\"height\":\"36px\"}),attrs:{\"src\":_vm.avatar?this.$base.url + _vm.avatar: require('@/assets/img/avator.png'),\"fit\":\"cover\"}}),_c('div',{style:({\"fontSize\":\"12px\",\"lineHeight\":\"1\",\"color\":\"#333\",\"textAlign\":\"center\"})},[_vm._v(_vm._s(this.$storage.get('adminName')))])],1),_c('el-menu',{staticClass:\"el-menu-horizontal-2\",style:({\"border\":0,\"padding\":\"0 0px 20px\",\"listStyle\":\"none\",\"margin\":\"0 auto\",\"flexWrap\":\"wrap\",\"background\":\"none\",\"display\":\"flex\",\"width\":\"100%\",\"position\":\"relative\",\"transition\":\"all 0s ease\"}),attrs:{\"default-active\":_vm.activeMenu,\"unique-opened\":true,\"mode\":\"horizontal\"}},[_c('el-menu-item',{staticClass:\"home\",style:({\"border\":\"0\",\"padding\":\"0\",\"listStyle\":\"none\",\"margin\":\"0\",\"color\":\"#fff\",\"background\":\"none\",\"zIndex\":\"99\",\"height\":\"30px\"}),attrs:{\"index\":\"/\"},nativeOn:{\"click\":function($event){return _vm.menuHandler('')}}},[_c('div',{staticClass:\"el-tooltip\"},[_c('i',{staticClass:\"icon iconfont icon-shouye-zhihui\",style:({\"verticalAlign\":\"middle\",\"margin\":\"0 3px 0\",\"color\":\"inherit\",\"textAlign\":\"center\",\"background\":\"none\",\"display\":\"inline-block\",\"width\":\"auto\",\"fontSize\":\"18px\"})}),_c('span',{style:({\"verticalAlign\":\"middle\",\"color\":\"inherit\",\"textAlign\":\"center\",\"background\":\"none\",\"display\":\"inline-block\",\"width\":\"auto\",\"fontSize\":\"18px\"}),attrs:{\"slot\":\"title\"},slot:\"title\"},[_vm._v(\"系统首页\")])])]),_c('el-submenu',{staticClass:\"user\",style:({\"border\":\"0\",\"padding\":\"0\",\"listStyle\":\"none\",\"margin\":\"0\",\"color\":\"#333\",\"order\":\"10\",\"height\":\"30px\"}),attrs:{\"popper-class\":\"user\",\"popper-append-to-body\":false,\"index\":\"1\"}},[_c('template',{slot:\"title\"},[_c('i',{staticClass:\"icon iconfont icon-kuaijiezhifu\",style:({\"verticalAlign\":\"middle\",\"margin\":\"0 3px\",\"color\":\"inherit\",\"textAlign\":\"center\",\"background\":\"none\",\"display\":\"inline-block\",\"width\":\"auto\",\"fontSize\":\"18px\"})}),_c('span',{style:({\"verticalAlign\":\"middle\",\"color\":\"inherit\",\"textAlign\":\"center\",\"background\":\"none\",\"display\":\"inline-block\",\"width\":\"auto\",\"fontSize\":\"18px\"}),attrs:{\"slot\":\"title\"},slot:\"title\"},[_vm._v(\"用户信息\")])]),_c('el-menu-item',{attrs:{\"index\":\"/updatePassword\"},on:{\"click\":function($event){return _vm.menuHandler('updatePassword')}}},[_vm._v(\"修改密码\")]),_c('el-menu-item',{attrs:{\"index\":\"/center\"},on:{\"click\":function($event){return _vm.menuHandler('center')}}},[_vm._v(\"个人信息\")])],2),_vm._l((_vm.menuList.backMenu),function(menu,index){return [(menu.child.length > 1 || !_vm.horizontalIsMultiple)?_c('el-submenu',{staticClass:\"other\",style:({\"border\":\"0\",\"padding\":\"0\",\"listStyle\":\"none\",\"margin\":\"0\",\"color\":\"#333\",\"background\":\"none\",\"float\":\"left\",\"height\":\"30px\"}),attrs:{\"popper-class\":\"other\",\"popper-append-to-body\":false,\"index\":index+2+''}},[_c('template',{slot:\"title\"},[_c('i',{staticClass:\"el-icon-menu\",class:_vm.icons[index],style:({\"verticalAlign\":\"middle\",\"margin\":\"0px 3px\",\"color\":\"inherit\",\"textAlign\":\"center\",\"background\":\"none\",\"display\":\"inline-block\",\"width\":\"auto\",\"fontSize\":\"18px\"})}),_c('span',{style:({\"verticalAlign\":\"middle\",\"color\":\"inherit\",\"textAlign\":\"center\",\"background\":\"none\",\"display\":\"inline-block\",\"width\":\"auto\",\"fontSize\":\"18px\"}),attrs:{\"slot\":\"title\"},slot:\"title\"},[_vm._v(_vm._s(menu.menu + (_vm.horizontalFlag ? '管理' : '')))])]),_vm._l((menu.child),function(child,sort){return _c('el-menu-item',{key:sort,attrs:{\"index\":'/'+child.tableName},on:{\"click\":function($event){return _vm.menuHandler(child.tableName)}}},[_vm._v(_vm._s(child.menu))])})],2):_vm._e(),(menu.child.length <= 1 && _vm.horizontalIsMultiple)?_c('el-menu-item',{staticClass:\"other\",style:({\"border\":\"0\",\"padding\":\"0\",\"listStyle\":\"none\",\"margin\":\"0\",\"color\":\"#333\",\"background\":\"none\",\"float\":\"left\",\"height\":\"30px\"}),attrs:{\"popper-class\":\"other\",\"index\":'/'+menu.child[0].tableName},on:{\"click\":function($event){return _vm.menuHandler(menu.child[0].tableName)}}},[_c('div',{staticClass:\"el-tooltip\"},[_c('i',{staticClass:\"el-icon-menu\",class:_vm.icons[index],style:({\"verticalAlign\":\"middle\",\"margin\":\"0px 3px\",\"color\":\"inherit\",\"textAlign\":\"center\",\"background\":\"none\",\"display\":\"inline-block\",\"width\":\"auto\",\"fontSize\":\"18px\"})}),_c('span',{style:({\"verticalAlign\":\"middle\",\"color\":\"inherit\",\"textAlign\":\"center\",\"background\":\"none\",\"display\":\"inline-block\",\"width\":\"auto\",\"fontSize\":\"18px\"}),attrs:{\"slot\":\"title\"},slot:\"title\"},[_vm._v(_vm._s(menu.child[0].menu + (_vm.horizontalFlag ? '管理' : '')))])])]):_vm._e()]})],2)],1)\n}\nvar staticRenderFns = []\n\nexport { render, staticRenderFns }","\r\n\r\n\r\n\n","import mod from \"-!../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_cache-loader@4.1.0@cache-loader/dist/cjs.js??ref--13-0!../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_thread-loader@2.1.3@thread-loader/dist/cjs.js!../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_babel-loader@8.4.1@babel-loader/lib/index.js!../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_cache-loader@4.1.0@cache-loader/dist/cjs.js??ref--1-0!../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_vue-loader@15.11.1@vue-loader/lib/index.js??vue-loader-options!./IndexAsideStatic.vue?vue&type=script&lang=js\"; export default mod; export * from \"-!../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_cache-loader@4.1.0@cache-loader/dist/cjs.js??ref--13-0!../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_thread-loader@2.1.3@thread-loader/dist/cjs.js!../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_babel-loader@8.4.1@babel-loader/lib/index.js!../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_cache-loader@4.1.0@cache-loader/dist/cjs.js??ref--1-0!../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_vue-loader@15.11.1@vue-loader/lib/index.js??vue-loader-options!./IndexAsideStatic.vue?vue&type=script&lang=js\"","import { render, staticRenderFns } from \"./IndexAsideStatic.vue?vue&type=template&id=b0c308c8&scoped=true\"\nimport script from \"./IndexAsideStatic.vue?vue&type=script&lang=js\"\nexport * from \"./IndexAsideStatic.vue?vue&type=script&lang=js\"\nimport style0 from \"./IndexAsideStatic.vue?vue&type=style&index=0&id=b0c308c8&prod&lang=scss&scoped=true\"\n\n\n/* normalize component */\nimport normalizer from \"!../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_vue-loader@15.11.1@vue-loader/lib/runtime/componentNormalizer.js\"\nvar component = normalizer(\n script,\n render,\n staticRenderFns,\n false,\n null,\n \"b0c308c8\",\n null\n \n)\n\nexport default component.exports","var render = function render(){var _vm=this,_c=_vm._self._c;return _c('div',{staticClass:\"navbar\"},[_c('div',{staticClass:\"title\",style:({\"display\":\"block\",\"order\":\"1\"})},[(false)?_c('el-image',{staticClass:\"title-img\",style:({\"width\":\"44px\",\"objectFit\":\"cover\",\"borderRadius\":\"100%\",\"float\":\"left\",\"height\":\"44px\"}),attrs:{\"src\":\"http://codegen.caihongy.cn/20201114/7856ba26477849ea828f481fa2773a95.jpg\",\"fit\":\"cover\"}}):_vm._e(),_c('span',{staticClass:\"title-name\",style:({\"padding\":\"0 0 0 12px\",\"lineHeight\":\"auto\",\"fontSize\":\"26px\",\"color\":\"inherit\",\"float\":\"left\",\"fontWeight\":\"500\"})},[_vm._v(_vm._s(this.$project.projectName))])],1),_c('el-dropdown',{style:({\"fontSize\":\"inherit\",\"position\":\"absolute\",\"right\":\"5%\",\"color\":\"inherit\",\"display\":\"inline-block\"}),attrs:{\"trigger\":\"click\"},on:{\"command\":_vm.handleCommand}},[_c('div',{staticClass:\"el-dropdown-link\",style:({\"alignItems\":\"center\",\"display\":\"flex\"})},[(_vm.user)?_c('el-image',{style:({\"width\":\"32px\",\"margin\":\"0 10px\",\"objectFit\":\"cover\",\"borderRadius\":\"100%\",\"display\":\"inline-block\",\"height\":\"32px\"}),attrs:{\"src\":_vm.avatar?this.$base.url + _vm.avatar : require('@/assets/img/avator.png'),\"fit\":\"cover\"}}):_vm._e(),_c('span',{style:({\"color\":\"inherit\",\"lineHeight\":\"32px\",\"fontSize\":\"inherit\"})},[_vm._v(_vm._s(this.$storage.get('adminName')))]),_c('span',{staticClass:\"icon iconfont icon-xiala\",style:({\"color\":\"inherit\",\"margin\":\"0 0 0 5px\",\"fontSize\":\"12px\"})})],1),_c('el-dropdown-menu',{staticClass:\"top-el-dropdown-menu\",attrs:{\"slot\":\"dropdown\"},slot:\"dropdown\"},[_c('el-dropdown-item',{staticClass:\"item1\",attrs:{\"command\":''}},[_vm._v(\"首页\")]),_c('el-dropdown-item',{staticClass:\"item2\",attrs:{\"command\":'center'}},[_vm._v(\"用户信息\")]),_c('el-dropdown-item',{staticClass:\"item4\",attrs:{\"command\":'logout'}},[_vm._v(\"退出登录\")])],1)],1)],1)\n}\nvar staticRenderFns = []\n\nexport { render, staticRenderFns }","\r\n\r\n\r\n\r\n\r\n\n","import mod from \"-!../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_cache-loader@4.1.0@cache-loader/dist/cjs.js??ref--13-0!../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_thread-loader@2.1.3@thread-loader/dist/cjs.js!../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_babel-loader@8.4.1@babel-loader/lib/index.js!../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_cache-loader@4.1.0@cache-loader/dist/cjs.js??ref--1-0!../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_vue-loader@15.11.1@vue-loader/lib/index.js??vue-loader-options!./IndexHeader.vue?vue&type=script&lang=js\"; export default mod; export * from \"-!../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_cache-loader@4.1.0@cache-loader/dist/cjs.js??ref--13-0!../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_thread-loader@2.1.3@thread-loader/dist/cjs.js!../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_babel-loader@8.4.1@babel-loader/lib/index.js!../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_cache-loader@4.1.0@cache-loader/dist/cjs.js??ref--1-0!../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_vue-loader@15.11.1@vue-loader/lib/index.js??vue-loader-options!./IndexHeader.vue?vue&type=script&lang=js\"","import { render, staticRenderFns } from \"./IndexHeader.vue?vue&type=template&id=066f202d&scoped=true\"\nimport script from \"./IndexHeader.vue?vue&type=script&lang=js\"\nexport * from \"./IndexHeader.vue?vue&type=script&lang=js\"\nimport style0 from \"./IndexHeader.vue?vue&type=style&index=0&id=066f202d&prod&lang=scss&scoped=true\"\n\n\n/* normalize component */\nimport normalizer from \"!../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_vue-loader@15.11.1@vue-loader/lib/runtime/componentNormalizer.js\"\nvar component = normalizer(\n script,\n render,\n staticRenderFns,\n false,\n null,\n \"066f202d\",\n null\n \n)\n\nexport default component.exports","var render = function render(){var _vm=this,_c=_vm._self._c;return _c('div',{staticClass:\"tags-view-container\",style:({\"padding\":\"0px 30px 0px 250px\",\"boxShadow\":\"none\",\"margin\":\"5px auto\",\"borderColor\":\"#ed5474\",\"display\":\"none\",\"overflow\":\"hidden\",\"borderRadius\":\"60px\",\"background\":\"linear-gradient(180deg, rgba(254,184,197,1) 0%, rgba(244,111,139,1) 100%)\",\"borderWidth\":\"0px\",\"width\":\"calc(100% - 60px)\",\"fontSize\":\"16px\",\"lineHeight\":\"35px\",\"borderStyle\":\"solid\",\"height\":\"35px\"}),attrs:{\"id\":\"tags-view-container\"}},[_c('scroll-pane',{ref:\"scrollPane\",staticClass:\"tags-view-wrapper\"},[_c('div',{staticClass:\"tags-view-box\",style:({\"padding\":\"0 0 0 10px\",\"borderColor\":\"#ddd\",\"whiteSpace\":\"nowrap\",\"background\":\"none\",\"borderWidth\":\"0px\",\"width\":\"auto\",\"position\":\"relative\",\"borderStyle\":\"solid\"})},_vm._l((_vm.visitedViews),function(tag){return _c('router-link',{key:tag.path,ref:\"tag\",refInFor:true,staticClass:\"tags-view-item\",class:_vm.isActive(tag)?'active':'',attrs:{\"to\":{ path: tag.path, query: tag.query, fullPath: tag.fullPath },\"tag\":\"span\"},nativeOn:{\"mouseup\":function($event){if('button' in $event && $event.button !== 1)return null;return _vm.closeSelectedTag(tag)},\"contextmenu\":function($event){$event.preventDefault();return _vm.openMenu(tag,$event)}}},[_c('span',{staticClass:\"text\"},[_vm._v(_vm._s(tag.name))]),(!tag.meta.affix)?_c('span',{staticClass:\"el-icon-close\",on:{\"click\":function($event){$event.preventDefault();$event.stopPropagation();return _vm.closeSelectedTag(tag)}}}):_vm._e()])}),1)]),_c('ul',{directives:[{name:\"show\",rawName:\"v-show\",value:(_vm.visible),expression:\"visible\"}],staticClass:\"contextmenu\",style:({left:_vm.left+'px',top:_vm.top+'px'})},[(!(_vm.selectedTag.meta&&_vm.selectedTag.meta.affix))?_c('li',{on:{\"click\":function($event){return _vm.closeSelectedTag(_vm.selectedTag)}}},[_vm._v(\"Close\")]):_vm._e(),_c('li',{on:{\"click\":function($event){return _vm.closeAllTags(_vm.selectedTag)}}},[_vm._v(\"Close All\")])])],1)\n}\nvar staticRenderFns = []\n\nexport { render, staticRenderFns }","var render = function render(){var _vm=this,_c=_vm._self._c;return _c('el-scrollbar',{ref:\"scrollContainer\",staticClass:\"scroll-container\",attrs:{\"vertical\":false},nativeOn:{\"wheel\":function($event){$event.preventDefault();return _vm.handleScroll.apply(null, arguments)}}},[_vm._t(\"default\")],2)\n}\nvar staticRenderFns = []\n\nexport { render, staticRenderFns }","\r\n\r\n\r\n\r\n\r\n","import mod from \"-!../../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_cache-loader@4.1.0@cache-loader/dist/cjs.js??ref--13-0!../../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_thread-loader@2.1.3@thread-loader/dist/cjs.js!../../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_babel-loader@8.4.1@babel-loader/lib/index.js!../../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_cache-loader@4.1.0@cache-loader/dist/cjs.js??ref--1-0!../../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_vue-loader@15.11.1@vue-loader/lib/index.js??vue-loader-options!./ScrollPane.vue?vue&type=script&lang=js\"; export default mod; export * from \"-!../../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_cache-loader@4.1.0@cache-loader/dist/cjs.js??ref--13-0!../../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_thread-loader@2.1.3@thread-loader/dist/cjs.js!../../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_babel-loader@8.4.1@babel-loader/lib/index.js!../../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_cache-loader@4.1.0@cache-loader/dist/cjs.js??ref--1-0!../../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_vue-loader@15.11.1@vue-loader/lib/index.js??vue-loader-options!./ScrollPane.vue?vue&type=script&lang=js\"","import { render, staticRenderFns } from \"./ScrollPane.vue?vue&type=template&id=07c44ba4&scoped=true\"\nimport script from \"./ScrollPane.vue?vue&type=script&lang=js\"\nexport * from \"./ScrollPane.vue?vue&type=script&lang=js\"\nimport style0 from \"./ScrollPane.vue?vue&type=style&index=0&id=07c44ba4&prod&lang=scss&scoped=true\"\n\n\n/* normalize component */\nimport normalizer from \"!../../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_vue-loader@15.11.1@vue-loader/lib/runtime/componentNormalizer.js\"\nvar component = normalizer(\n script,\n render,\n staticRenderFns,\n false,\n null,\n \"07c44ba4\",\n null\n \n)\n\nexport default component.exports","\r\n\r\n\r\n\r\n","import mod from \"-!../../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_cache-loader@4.1.0@cache-loader/dist/cjs.js??ref--13-0!../../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_thread-loader@2.1.3@thread-loader/dist/cjs.js!../../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_babel-loader@8.4.1@babel-loader/lib/index.js!../../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_cache-loader@4.1.0@cache-loader/dist/cjs.js??ref--1-0!../../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_vue-loader@15.11.1@vue-loader/lib/index.js??vue-loader-options!./index.vue?vue&type=script&lang=js\"; export default mod; export * from \"-!../../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_cache-loader@4.1.0@cache-loader/dist/cjs.js??ref--13-0!../../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_thread-loader@2.1.3@thread-loader/dist/cjs.js!../../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_babel-loader@8.4.1@babel-loader/lib/index.js!../../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_cache-loader@4.1.0@cache-loader/dist/cjs.js??ref--1-0!../../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_vue-loader@15.11.1@vue-loader/lib/index.js??vue-loader-options!./index.vue?vue&type=script&lang=js\"","import { render, staticRenderFns } from \"./index.vue?vue&type=template&id=49993618&scoped=true\"\nimport script from \"./index.vue?vue&type=script&lang=js\"\nexport * from \"./index.vue?vue&type=script&lang=js\"\nimport style0 from \"./index.vue?vue&type=style&index=0&id=49993618&prod&lang=scss&scoped=true\"\n\n\n/* normalize component */\nimport normalizer from \"!../../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_vue-loader@15.11.1@vue-loader/lib/runtime/componentNormalizer.js\"\nvar component = normalizer(\n script,\n render,\n staticRenderFns,\n false,\n null,\n \"49993618\",\n null\n \n)\n\nexport default component.exports","\r\n\n\n\n","import mod from \"-!../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_cache-loader@4.1.0@cache-loader/dist/cjs.js??ref--13-0!../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_thread-loader@2.1.3@thread-loader/dist/cjs.js!../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_babel-loader@8.4.1@babel-loader/lib/index.js!../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_cache-loader@4.1.0@cache-loader/dist/cjs.js??ref--1-0!../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_vue-loader@15.11.1@vue-loader/lib/index.js??vue-loader-options!./IndexMain.vue?vue&type=script&lang=js\"; export default mod; export * from \"-!../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_cache-loader@4.1.0@cache-loader/dist/cjs.js??ref--13-0!../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_thread-loader@2.1.3@thread-loader/dist/cjs.js!../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_babel-loader@8.4.1@babel-loader/lib/index.js!../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_cache-loader@4.1.0@cache-loader/dist/cjs.js??ref--1-0!../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_vue-loader@15.11.1@vue-loader/lib/index.js??vue-loader-options!./IndexMain.vue?vue&type=script&lang=js\"","import { render, staticRenderFns } from \"./IndexMain.vue?vue&type=template&id=d4d4b8a0&scoped=true\"\nimport script from \"./IndexMain.vue?vue&type=script&lang=js\"\nexport * from \"./IndexMain.vue?vue&type=script&lang=js\"\nimport style0 from \"./IndexMain.vue?vue&type=style&index=0&id=d4d4b8a0&prod&lang=scss&scoped=true\"\n\n\n/* normalize component */\nimport normalizer from \"!../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_vue-loader@15.11.1@vue-loader/lib/runtime/componentNormalizer.js\"\nvar component = normalizer(\n script,\n render,\n staticRenderFns,\n false,\n null,\n \"d4d4b8a0\",\n null\n \n)\n\nexport default component.exports","\r\n\r\n\r\n\n","import mod from \"-!../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_cache-loader@4.1.0@cache-loader/dist/cjs.js??ref--13-0!../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_thread-loader@2.1.3@thread-loader/dist/cjs.js!../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_babel-loader@8.4.1@babel-loader/lib/index.js!../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_cache-loader@4.1.0@cache-loader/dist/cjs.js??ref--1-0!../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_vue-loader@15.11.1@vue-loader/lib/index.js??vue-loader-options!./index.vue?vue&type=script&lang=js\"; export default mod; export * from \"-!../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_cache-loader@4.1.0@cache-loader/dist/cjs.js??ref--13-0!../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_thread-loader@2.1.3@thread-loader/dist/cjs.js!../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_babel-loader@8.4.1@babel-loader/lib/index.js!../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_cache-loader@4.1.0@cache-loader/dist/cjs.js??ref--1-0!../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_vue-loader@15.11.1@vue-loader/lib/index.js??vue-loader-options!./index.vue?vue&type=script&lang=js\"","import { render, staticRenderFns } from \"./index.vue?vue&type=template&id=15e41e3c&scoped=true\"\nimport script from \"./index.vue?vue&type=script&lang=js\"\nexport * from \"./index.vue?vue&type=script&lang=js\"\nimport style0 from \"./index.vue?vue&type=style&index=0&id=15e41e3c&prod&lang=scss&scoped=true\"\n\n\n/* normalize component */\nimport normalizer from \"!../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_vue-loader@15.11.1@vue-loader/lib/runtime/componentNormalizer.js\"\nvar component = normalizer(\n script,\n render,\n staticRenderFns,\n false,\n null,\n \"15e41e3c\",\n null\n \n)\n\nexport default component.exports","var render = function render(){var _vm=this,_c=_vm._self._c;return _c('div',{staticClass:\"content\",style:({\"minHeight\":\"calc(100vh - 190px)\",\"padding\":\"0px 5% 30px\",\"margin\":\"0 auto\",\"alignItems\":\"flex-start\",\"flexWrap\":\"wrap\",\"background\":\"url(http://codegen.caihongy.cn/20230909/c30ce7be70a7441f82674cbbf06daef2.jpg) no-repeat center top / cover\",\"display\":\"flex\",\"width\":\"100%\",\"fontSize\":\"16px\",\"height\":\"100%\"})},[_c('div',{staticClass:\"text\",style:({\"padding\":\"0px\",\"margin\":\"40px auto 40px\",\"borderColor\":\"#ceddee\",\"color\":\"rgb(51, 51, 51)\",\"borderRadius\":\"0px\",\"textAlign\":\"center\",\"background\":\"none\",\"borderWidth\":\"0px\",\"width\":\"auto\",\"fontSize\":\"24px\",\"borderStyle\":\"solid\",\"fontWeight\":\"500\"})},[_vm._v(\"欢迎使用 \"+_vm._s(this.$project.projectName))])])\n}\nvar staticRenderFns = []\n\nexport { render, staticRenderFns }","import mod from \"-!../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_cache-loader@4.1.0@cache-loader/dist/cjs.js??ref--13-0!../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_thread-loader@2.1.3@thread-loader/dist/cjs.js!../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_babel-loader@8.4.1@babel-loader/lib/index.js!../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_cache-loader@4.1.0@cache-loader/dist/cjs.js??ref--1-0!../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_vue-loader@15.11.1@vue-loader/lib/index.js??vue-loader-options!./home.vue?vue&type=script&lang=js\"; export default mod; export * from \"-!../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_cache-loader@4.1.0@cache-loader/dist/cjs.js??ref--13-0!../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_thread-loader@2.1.3@thread-loader/dist/cjs.js!../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_babel-loader@8.4.1@babel-loader/lib/index.js!../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_cache-loader@4.1.0@cache-loader/dist/cjs.js??ref--1-0!../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_vue-loader@15.11.1@vue-loader/lib/index.js??vue-loader-options!./home.vue?vue&type=script&lang=js\"","import { render, staticRenderFns } from \"./home.vue?vue&type=template&id=09d7765c&scoped=true\"\nimport script from \"./home.vue?vue&type=script&lang=js\"\nexport * from \"./home.vue?vue&type=script&lang=js\"\nimport style0 from \"./home.vue?vue&type=style&index=0&id=09d7765c&prod&lang=scss&scoped=true\"\n\n\n/* normalize component */\nimport normalizer from \"!../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_vue-loader@15.11.1@vue-loader/lib/runtime/componentNormalizer.js\"\nvar component = normalizer(\n script,\n render,\n staticRenderFns,\n false,\n null,\n \"09d7765c\",\n null\n \n)\n\nexport default component.exports","var render = function render(){var _vm=this,_c=_vm._self._c;return _c('div',[_c('div',{staticClass:\"container\",style:({\"minHeight\":\"100vh\",\"alignItems\":\"center\",\"background\":\"url(http://codegen.caihongy.cn/20230908/322b929098b24499a774ded5b49b487b.jpg)\",\"display\":\"flex\",\"width\":\"100%\",\"backgroundSize\":\"cover\",\"backgroundPosition\":\"center center\",\"backgroundRepeat\":\"no-repeat\",\"justifyContent\":\"center\"})},[_c('el-form',{style:({\"border\":\"1px solid #ccc\",\"padding\":\"100px 20px 20px\",\"boxShadow\":\"0 0px 0px rgba(0, 0, 0, .2)\",\"margin\":\"100px auto\",\"borderRadius\":\"4px\",\"textAlign\":\"center\",\"background\":\"url(http://codegen.caihongy.cn/20230908/8e0e6c388b064f7abc46b7500ca1e3c6.png) no-repeat center 20px,rgba(255,255,255,.96)\",\"width\":\"26vw\",\"fontSize\":\"14px\",\"position\":\"relative\",\"height\":\"auto\"})},[(true)?_c('div',{staticClass:\"title-container\",style:({\"padding\":\"0px\",\"margin\":\"20px auto 30px\",\"borderColor\":\"#ddd\",\"color\":\"#fff\",\"display\":\"inline-block\",\"top\":\"-100px\",\"left\":\"-100%\",\"background\":\"none\",\"borderWidth\":\"0px\",\"width\":\"300%\",\"lineHeight\":\"auto\",\"fontSize\":\"32px\",\"position\":\"absolute\",\"borderStyle\":\"solid\",\"fontWeight\":\"600\"})},[_vm._v(\"基于Java Web的车队管理信息系统登录\")]):_vm._e(),(_vm.loginType==1)?_c('div',{staticClass:\"list-item\",style:({\"width\":\"calc(100% - 150px)\",\"margin\":\"0 auto 30px\",\"position\":\"relative\",\"alignItems\":\"center\",\"flexWrap\":\"wrap\",\"display\":\"flex\"})},[(true)?_c('div',{staticClass:\"lable\",style:({\"color\":\"#666\",\"left\":\"-150px\",\"textAlign\":\"right\",\"width\":\"150px\",\"lineHeight\":\"44px\",\"fontSize\":\"inherit\",\"position\":\"absolute\"})},[_vm._v(\"用户名:\")]):_vm._e(),_c('input',{directives:[{name:\"model\",rawName:\"v-model\",value:(_vm.rulesForm.username),expression:\"rulesForm.username\"}],style:({\"border\":\"0px solid rgba(167,142,68,.2)\",\"padding\":\"0 10px\",\"boxShadow\":\"0 0px 0px rgba(60, 60, 60, .1)\",\"borderColor\":\"#ddd\",\"color\":\"#666\",\"outline\":\"0px solid #efefef\",\"outlineOffset\":\"0px\",\"borderRadius\":\"0px\",\"background\":\"none\",\"borderWidth\":\"0 0 1px\",\"width\":\"100%\",\"fontSize\":\"inherit\",\"borderStyle\":\"solid\",\"height\":\"36px\"}),attrs:{\"placeholder\":\"请输入用户名\",\"name\":\"username\",\"type\":\"text\"},domProps:{\"value\":(_vm.rulesForm.username)},on:{\"input\":function($event){if($event.target.composing)return;_vm.$set(_vm.rulesForm, \"username\", $event.target.value)}}})]):_vm._e(),(_vm.loginType==1)?_c('div',{staticClass:\"list-item\",style:({\"width\":\"calc(100% - 150px)\",\"margin\":\"0 auto 30px\",\"position\":\"relative\",\"alignItems\":\"center\",\"flexWrap\":\"wrap\",\"display\":\"flex\"})},[(true)?_c('div',{staticClass:\"lable\",style:({\"color\":\"#666\",\"left\":\"-150px\",\"textAlign\":\"right\",\"width\":\"150px\",\"lineHeight\":\"44px\",\"fontSize\":\"inherit\",\"position\":\"absolute\"})},[_vm._v(\"密码:\")]):_vm._e(),_c('input',{directives:[{name:\"model\",rawName:\"v-model\",value:(_vm.rulesForm.password),expression:\"rulesForm.password\"}],style:({\"border\":\"0px solid rgba(167,142,68,.2)\",\"padding\":\"0 10px\",\"boxShadow\":\"0 0px 0px rgba(60, 60, 60, .1)\",\"borderColor\":\"#ddd\",\"color\":\"#666\",\"outline\":\"0px solid #efefef\",\"outlineOffset\":\"0px\",\"borderRadius\":\"0px\",\"background\":\"none\",\"borderWidth\":\"0 0 1px\",\"width\":\"100%\",\"fontSize\":\"inherit\",\"borderStyle\":\"solid\",\"height\":\"36px\"}),attrs:{\"placeholder\":\"请输入密码\",\"name\":\"password\",\"type\":\"password\"},domProps:{\"value\":(_vm.rulesForm.password)},on:{\"input\":function($event){if($event.target.composing)return;_vm.$set(_vm.rulesForm, \"password\", $event.target.value)}}})]):_vm._e(),(_vm.roles.length>1)?_c('div',{staticClass:\"list-item select\",style:({\"width\":\"calc(100% - 150px)\",\"margin\":\"0 auto 30px\",\"position\":\"relative\",\"alignItems\":\"center\",\"flexWrap\":\"wrap\",\"display\":\"flex\"})},[(true)?_c('div',{staticClass:\"lable\",style:({\"color\":\"#666\",\"left\":\"-150px\",\"textAlign\":\"right\",\"width\":\"150px\",\"lineHeight\":\"44px\",\"fontSize\":\"inherit\",\"position\":\"absolute\"})},[_vm._v(\"角色:\")]):_vm._e(),_c('el-select',{attrs:{\"placeholder\":\"请选择角色\"},model:{value:(_vm.rulesForm.role),callback:function ($$v) {_vm.$set(_vm.rulesForm, \"role\", $$v)},expression:\"rulesForm.role\"}},_vm._l((_vm.roles),function(item){return (_vm.loginType==1||(_vm.loginType==2&&item.roleName!='管理员'))?_c('el-option',{key:item.roleName,attrs:{\"label\":item.roleName,\"value\":item.roleName}}):_vm._e()}),1)],1):_vm._e(),_c('div',{style:({\"margin\":\"20px auto 0\",\"alignItems\":\"center\",\"flexWrap\":\"wrap\",\"display\":\"flex\",\"width\":\"calc(100% - 150px)\",\"fontSize\":\"16px\",\"position\":\"relative\",\"justifyContent\":\"flex-start\"})},[(_vm.loginType==1)?_c('el-button',{staticClass:\"loginInBt\",style:({\"border\":\"0px solid #fff\",\"cursor\":\"pointer\",\"padding\":\"0 0 0 20px\",\"margin\":\"0 0 20px\",\"color\":\"#fff\",\"textAlign\":\"center\",\"letterSpacing\":\"10px\",\"outline\":\"none\",\"borderRadius\":\"50px\",\"background\":\"#018fbf\",\"width\":\"100%\",\"fontSize\":\"20px\",\"height\":\"44px\"}),attrs:{\"type\":\"primary\"},on:{\"click\":function($event){return _vm.login()}}},[_vm._v(\"登录\")]):_vm._e(),_c('el-button',{staticClass:\"register\",style:({\"border\":\"0px solid rgba(64, 158, 255, 1)\",\"cursor\":\"pointer\",\"padding\":\"0 6px 0 0\",\"margin\":\"0 5px 10px\",\"borderColor\":\"rgba(167,142,68,1)\",\"color\":\"#333\",\"outline\":\"none\",\"borderRadius\":\"0px\",\"background\":\"none\",\"borderWidth\":\"0px\",\"width\":\"auto\",\"fontSize\":\"14px\",\"borderStyle\":\"solid\",\"fontWeight\":\"500\",\"height\":\"40px\"}),attrs:{\"type\":\"primary\"},on:{\"click\":function($event){return _vm.register('jiashiyuan')}}},[_vm._v(\"注册驾驶员\")]),_c('el-button',{staticClass:\"register\",style:({\"border\":\"0px solid rgba(64, 158, 255, 1)\",\"cursor\":\"pointer\",\"padding\":\"0 6px 0 0\",\"margin\":\"0 5px 10px\",\"borderColor\":\"rgba(167,142,68,1)\",\"color\":\"#333\",\"outline\":\"none\",\"borderRadius\":\"0px\",\"background\":\"none\",\"borderWidth\":\"0px\",\"width\":\"auto\",\"fontSize\":\"14px\",\"borderStyle\":\"solid\",\"fontWeight\":\"500\",\"height\":\"40px\"}),attrs:{\"type\":\"primary\"},on:{\"click\":function($event){return _vm.register('gongzuorenyuan')}}},[_vm._v(\"注册工作人员\")])],1)])],1)])\n}\nvar staticRenderFns = []\n\nexport { render, staticRenderFns }","\r\n\r\n\r\n\r\n","import mod from \"-!../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_cache-loader@4.1.0@cache-loader/dist/cjs.js??ref--13-0!../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_thread-loader@2.1.3@thread-loader/dist/cjs.js!../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_babel-loader@8.4.1@babel-loader/lib/index.js!../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_cache-loader@4.1.0@cache-loader/dist/cjs.js??ref--1-0!../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_vue-loader@15.11.1@vue-loader/lib/index.js??vue-loader-options!./login.vue?vue&type=script&lang=js\"; export default mod; export * from \"-!../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_cache-loader@4.1.0@cache-loader/dist/cjs.js??ref--13-0!../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_thread-loader@2.1.3@thread-loader/dist/cjs.js!../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_babel-loader@8.4.1@babel-loader/lib/index.js!../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_cache-loader@4.1.0@cache-loader/dist/cjs.js??ref--1-0!../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_vue-loader@15.11.1@vue-loader/lib/index.js??vue-loader-options!./login.vue?vue&type=script&lang=js\"","import { render, staticRenderFns } from \"./login.vue?vue&type=template&id=4e9f4da8&scoped=true\"\nimport script from \"./login.vue?vue&type=script&lang=js\"\nexport * from \"./login.vue?vue&type=script&lang=js\"\nimport style0 from \"./login.vue?vue&type=style&index=0&id=4e9f4da8&prod&lang=scss&scoped=true\"\n\n\n/* normalize component */\nimport normalizer from \"!../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_vue-loader@15.11.1@vue-loader/lib/runtime/componentNormalizer.js\"\nvar component = normalizer(\n script,\n render,\n staticRenderFns,\n false,\n null,\n \"4e9f4da8\",\n null\n \n)\n\nexport default component.exports","var render = function render(){var _vm=this,_c=_vm._self._c;return _c('div',{staticClass:\"content\"},[_c('img',{staticClass:\"backgroud\",attrs:{\"src\":require(\"@/assets/img/404.png\"),\"alt\":\"\"}}),_c('div',{staticClass:\"text main-text\"},[_vm._v(\"出错了...页面失踪了\")]),_c('div',[_c('el-button',{staticClass:\"text\",attrs:{\"type\":\"text\",\"icon\":\"el-icon-back\"},on:{\"click\":function($event){return _vm.back()}}},[_vm._v(\"返回\")])],1)])\n}\nvar staticRenderFns = []\n\nexport { render, staticRenderFns }","\r\n\r\n\r\n\r\n\r\n\r\n","import mod from \"-!../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_cache-loader@4.1.0@cache-loader/dist/cjs.js??ref--13-0!../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_thread-loader@2.1.3@thread-loader/dist/cjs.js!../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_babel-loader@8.4.1@babel-loader/lib/index.js!../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_cache-loader@4.1.0@cache-loader/dist/cjs.js??ref--1-0!../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_vue-loader@15.11.1@vue-loader/lib/index.js??vue-loader-options!./404.vue?vue&type=script&lang=js\"; export default mod; export * from \"-!../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_cache-loader@4.1.0@cache-loader/dist/cjs.js??ref--13-0!../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_thread-loader@2.1.3@thread-loader/dist/cjs.js!../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_babel-loader@8.4.1@babel-loader/lib/index.js!../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_cache-loader@4.1.0@cache-loader/dist/cjs.js??ref--1-0!../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_vue-loader@15.11.1@vue-loader/lib/index.js??vue-loader-options!./404.vue?vue&type=script&lang=js\"","import { render, staticRenderFns } from \"./404.vue?vue&type=template&id=ffd21c38&scoped=true\"\nimport script from \"./404.vue?vue&type=script&lang=js\"\nexport * from \"./404.vue?vue&type=script&lang=js\"\nimport style0 from \"./404.vue?vue&type=style&index=0&id=ffd21c38&prod&lang=scss&scoped=true\"\n\n\n/* normalize component */\nimport normalizer from \"!../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_vue-loader@15.11.1@vue-loader/lib/runtime/componentNormalizer.js\"\nvar component = normalizer(\n script,\n render,\n staticRenderFns,\n false,\n null,\n \"ffd21c38\",\n null\n \n)\n\nexport default component.exports","var render = function render(){var _vm=this,_c=_vm._self._c;return _c('div',{style:({\"minHeight\":\"calc(100vh - 200px)\",\"padding\":\"0px 0 30px\",\"margin\":\"0 auto\",\"color\":\"#8e99a2\",\"background\":\"none\",\"width\":\"calc(100% - 0px)\",\"fontSize\":\"14px\",\"height\":\"100%\"})},[_c('el-form',{ref:\"ruleForm\",staticClass:\"add-update-preview\",style:({\"padding\":\"30px 5%\",\"borderColor\":\"#f6f6f6\",\"alignItems\":\"flex-start\",\"borderRadius\":\"4px\",\"flexWrap\":\"wrap\",\"background\":\"rgba(255,255,255,.9)\",\"borderWidth\":\"2px\",\"display\":\"flex\",\"fontSize\":\"inherit\",\"borderStyle\":\"solid\"}),attrs:{\"rules\":_vm.rules,\"model\":_vm.ruleForm,\"label-width\":\"200px\"}},[_c('el-form-item',{style:({\"padding\":\"2px 0\",\"margin\":\"0 auto 20px\",\"color\":\"inherit\",\"borderRadius\":\"4px\",\"background\":\"none\",\"width\":\"100%\",\"fontSize\":\"inherit\"}),attrs:{\"label\":\"原密码\",\"prop\":\"password\"}},[_c('el-input',{attrs:{\"show-password\":\"\"},model:{value:(_vm.ruleForm.password),callback:function ($$v) {_vm.$set(_vm.ruleForm, \"password\", $$v)},expression:\"ruleForm.password\"}})],1),_c('el-form-item',{style:({\"padding\":\"2px 0\",\"margin\":\"0 auto 20px\",\"color\":\"inherit\",\"borderRadius\":\"4px\",\"background\":\"none\",\"width\":\"100%\",\"fontSize\":\"inherit\"}),attrs:{\"label\":\"新密码\",\"prop\":\"newpassword\"}},[_c('el-input',{attrs:{\"show-password\":\"\"},model:{value:(_vm.ruleForm.newpassword),callback:function ($$v) {_vm.$set(_vm.ruleForm, \"newpassword\", $$v)},expression:\"ruleForm.newpassword\"}})],1),_c('el-form-item',{style:({\"padding\":\"2px 0\",\"margin\":\"0 auto 20px\",\"color\":\"inherit\",\"borderRadius\":\"4px\",\"background\":\"none\",\"width\":\"100%\",\"fontSize\":\"inherit\"}),attrs:{\"label\":\"确认密码\",\"prop\":\"repassword\"}},[_c('el-input',{attrs:{\"show-password\":\"\"},model:{value:(_vm.ruleForm.repassword),callback:function ($$v) {_vm.$set(_vm.ruleForm, \"repassword\", $$v)},expression:\"ruleForm.repassword\"}})],1),_c('el-form-item',{style:({\"padding\":\"0\",\"margin\":\"30px auto\",\"alignItems\":\"center\",\"textAlign\":\"center\",\"background\":\"none\",\"display\":\"flex\",\"width\":\"60%\",\"fontSize\":\"18px\"})},[_c('el-button',{staticClass:\"btn3\",style:({\"border\":\"0px solid #3fcbca\",\"cursor\":\"pointer\",\"padding\":\"0 20px\",\"margin\":\"0px 4px\",\"color\":\"#fff\",\"minWidth\":\"90px\",\"outline\":\"none\",\"borderRadius\":\"4px\",\"background\":\"#4b88e4\",\"width\":\"auto\",\"fontSize\":\"14px\",\"lineHeight\":\"40px\",\"height\":\"40px\"}),attrs:{\"type\":\"primary\"},on:{\"click\":_vm.onUpdateHandler}},[_c('span',{staticClass:\"icon iconfont icon-tijiao16\",style:({\"margin\":\"0 2px\",\"fontSize\":\"inherit\",\"color\":\"inherit\",\"display\":\"none\"})}),_vm._v(\" 确定 \")])],1)],1)],1)\n}\nvar staticRenderFns = []\n\nexport { render, staticRenderFns }","\r\n\r\n\r\n","import mod from \"-!../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_cache-loader@4.1.0@cache-loader/dist/cjs.js??ref--13-0!../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_thread-loader@2.1.3@thread-loader/dist/cjs.js!../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_babel-loader@8.4.1@babel-loader/lib/index.js!../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_cache-loader@4.1.0@cache-loader/dist/cjs.js??ref--1-0!../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_vue-loader@15.11.1@vue-loader/lib/index.js??vue-loader-options!./update-password.vue?vue&type=script&lang=js\"; export default mod; export * from \"-!../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_cache-loader@4.1.0@cache-loader/dist/cjs.js??ref--13-0!../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_thread-loader@2.1.3@thread-loader/dist/cjs.js!../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_babel-loader@8.4.1@babel-loader/lib/index.js!../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_cache-loader@4.1.0@cache-loader/dist/cjs.js??ref--1-0!../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_vue-loader@15.11.1@vue-loader/lib/index.js??vue-loader-options!./update-password.vue?vue&type=script&lang=js\"","import { render, staticRenderFns } from \"./update-password.vue?vue&type=template&id=1cda2566&scoped=true\"\nimport script from \"./update-password.vue?vue&type=script&lang=js\"\nexport * from \"./update-password.vue?vue&type=script&lang=js\"\nimport style0 from \"./update-password.vue?vue&type=style&index=0&id=1cda2566&prod&lang=scss&scoped=true\"\n\n\n/* normalize component */\nimport normalizer from \"!../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_vue-loader@15.11.1@vue-loader/lib/runtime/componentNormalizer.js\"\nvar component = normalizer(\n script,\n render,\n staticRenderFns,\n false,\n null,\n \"1cda2566\",\n null\n \n)\n\nexport default component.exports","var render = function render(){var _vm=this,_c=_vm._self._c;return _c('div',{staticClass:\"container\",style:({\"margin\":\"0 200px 20px\"})},[_c('el-alert',{attrs:{\"title\":\"确认支付前请先核对订单信息\",\"type\":\"success\",\"closable\":false}}),_c('div',{staticClass:\"pay-type-content\"},[_c('div',{staticClass:\"pay-type-item\"},[_c('el-radio',{attrs:{\"label\":\"微信支付\"},model:{value:(_vm.type),callback:function ($$v) {_vm.type=$$v},expression:\"type\"}}),_c('img',{attrs:{\"src\":require(\"@/assets/img/test/weixin.png\"),\"alt\":\"\"}})],1),_c('div',{staticClass:\"pay-type-item\"},[_c('el-radio',{attrs:{\"label\":\"支付宝支付\"},model:{value:(_vm.type),callback:function ($$v) {_vm.type=$$v},expression:\"type\"}}),_c('img',{attrs:{\"src\":require(\"@/assets/img/test/zhifubao.png\"),\"alt\":\"\"}})],1),_c('div',{staticClass:\"pay-type-item\"},[_c('el-radio',{attrs:{\"label\":\"建设银行\"},model:{value:(_vm.type),callback:function ($$v) {_vm.type=$$v},expression:\"type\"}}),_c('img',{attrs:{\"src\":require(\"@/assets/img/test/jianshe.png\"),\"alt\":\"\"}})],1),_c('div',{staticClass:\"pay-type-item\"},[_c('el-radio',{attrs:{\"label\":\"农业银行\"},model:{value:(_vm.type),callback:function ($$v) {_vm.type=$$v},expression:\"type\"}}),_c('img',{attrs:{\"src\":require(\"@/assets/img/test/nongye.png\"),\"alt\":\"\"}})],1),_c('div',{staticClass:\"pay-type-item\"},[_c('el-radio',{attrs:{\"label\":\"中国银行\"},model:{value:(_vm.type),callback:function ($$v) {_vm.type=$$v},expression:\"type\"}}),_c('img',{attrs:{\"src\":require(\"@/assets/img/test/zhongguo.png\"),\"alt\":\"\"}})],1),_c('div',{staticClass:\"pay-type-item\"},[_c('el-radio',{attrs:{\"label\":\"交通银行\"},model:{value:(_vm.type),callback:function ($$v) {_vm.type=$$v},expression:\"type\"}}),_c('img',{attrs:{\"src\":require(\"@/assets/img/test/jiaotong.png\"),\"alt\":\"\"}})],1)]),_c('div',{staticClass:\"buton-content\"},[_c('el-button',{attrs:{\"type\":\"primary\"},on:{\"click\":_vm.submitTap}},[_vm._v(\"确认支付\")]),_c('el-button',{on:{\"click\":function($event){return _vm.back()}}},[_vm._v(\"返回\")])],1)],1)\n}\nvar staticRenderFns = []\n\nexport { render, staticRenderFns }","\r\n\r\n\r\n","import mod from \"-!../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_cache-loader@4.1.0@cache-loader/dist/cjs.js??ref--13-0!../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_thread-loader@2.1.3@thread-loader/dist/cjs.js!../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_babel-loader@8.4.1@babel-loader/lib/index.js!../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_cache-loader@4.1.0@cache-loader/dist/cjs.js??ref--1-0!../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_vue-loader@15.11.1@vue-loader/lib/index.js??vue-loader-options!./pay.vue?vue&type=script&lang=js\"; export default mod; export * from \"-!../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_cache-loader@4.1.0@cache-loader/dist/cjs.js??ref--13-0!../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_thread-loader@2.1.3@thread-loader/dist/cjs.js!../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_babel-loader@8.4.1@babel-loader/lib/index.js!../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_cache-loader@4.1.0@cache-loader/dist/cjs.js??ref--1-0!../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_vue-loader@15.11.1@vue-loader/lib/index.js??vue-loader-options!./pay.vue?vue&type=script&lang=js\"","import { render, staticRenderFns } from \"./pay.vue?vue&type=template&id=78fb9f03&scoped=true\"\nimport script from \"./pay.vue?vue&type=script&lang=js\"\nexport * from \"./pay.vue?vue&type=script&lang=js\"\nimport style0 from \"./pay.vue?vue&type=style&index=0&id=78fb9f03&prod&lang=scss&scoped=true\"\n\n\n/* normalize component */\nimport normalizer from \"!../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_vue-loader@15.11.1@vue-loader/lib/runtime/componentNormalizer.js\"\nvar component = normalizer(\n script,\n render,\n staticRenderFns,\n false,\n null,\n \"78fb9f03\",\n null\n \n)\n\nexport default component.exports","var render = function render(){var _vm=this,_c=_vm._self._c;return _c('div',[_c('div',{staticClass:\"container\",style:({\"minHeight\":\"100vh\",\"alignItems\":\"center\",\"background\":\"url(http://codegen.caihongy.cn/20230908/322b929098b24499a774ded5b49b487b.jpg)\",\"display\":\"flex\",\"width\":\"100%\",\"backgroundSize\":\"cover\",\"backgroundPosition\":\"center center\",\"backgroundRepeat\":\"no-repeat\",\"justifyContent\":\"center\",\"height\":\"auto\"})},[(_vm.pageFlag=='register')?_c('el-form',{ref:\"rgsForm\",staticClass:\"rgs-form\",style:({\"border\":\"1px solid #ccc\",\"padding\":\"30px 0px 20px 30px\",\"boxShadow\":\"0 0px 0px rgba(0, 0, 0, .2)\",\"margin\":\"100px auto\",\"borderRadius\":\"4px\",\"textAlign\":\"center\",\"background\":\"rgba(255,255,255,.96)\",\"width\":\"30vw\",\"fontSize\":\"16px\",\"position\":\"relative\",\"height\":\"auto\"}),attrs:{\"model\":_vm.rgsForm,\"rules\":_vm.rules}},[(true)?_c('div',{staticClass:\"title\",style:({\"padding\":\"0px\",\"margin\":\"10px auto 0px\",\"borderColor\":\"#eee\",\"color\":\"#fff\",\"display\":\"inline-block\",\"top\":\"-80px\",\"left\":\"-100%\",\"background\":\"none\",\"borderWidth\":\"0px\",\"width\":\"300%\",\"lineHeight\":\"40px\",\"fontSize\":\"32px\",\"position\":\"absolute\",\"borderStyle\":\"solid\",\"fontWeight\":\"600\"})},[_vm._v(\"基于Java Web的车队管理信息系统注册\")]):_vm._e(),(_vm.tableName=='jiashiyuan')?_c('el-form-item',{staticClass:\"list-item\",style:({\"padding\":\"0 0px\",\"margin\":\"0 auto 10px\",\"textAlign\":\"left\",\"width\":\"calc(100% - 150px)\",\"fontSize\":\"inherit\",\"position\":\"relative\",\"height\":\"auto\"})},[(true)?_c('div',{staticClass:\"lable\",class:_vm.changeRules('zhanghao')?'required':'',style:({\"padding\":\"0 8px 0 0\",\"color\":\"#666\",\"textAlign\":\"right\",\"left\":\"-150px\",\"width\":\"150px\",\"lineHeight\":\"40px\",\"fontSize\":\"14px\",\"position\":\"absolute\"})},[_vm._v(\"账号:\")]):_vm._e(),_c('el-input',{attrs:{\"autocomplete\":\"off\",\"placeholder\":\"账号\",\"type\":\"text\"},model:{value:(_vm.ruleForm.zhanghao),callback:function ($$v) {_vm.$set(_vm.ruleForm, \"zhanghao\", $$v)},expression:\"ruleForm.zhanghao\"}})],1):_vm._e(),(_vm.tableName=='jiashiyuan')?_c('el-form-item',{staticClass:\"list-item\",style:({\"padding\":\"0 0px\",\"margin\":\"0 auto 10px\",\"textAlign\":\"left\",\"width\":\"calc(100% - 150px)\",\"fontSize\":\"inherit\",\"position\":\"relative\",\"height\":\"auto\"})},[(true)?_c('div',{staticClass:\"lable\",class:_vm.changeRules('mima')?'required':'',style:({\"padding\":\"0 8px 0 0\",\"color\":\"#666\",\"textAlign\":\"right\",\"left\":\"-150px\",\"width\":\"150px\",\"lineHeight\":\"40px\",\"fontSize\":\"14px\",\"position\":\"absolute\"})},[_vm._v(\"密码:\")]):_vm._e(),_c('el-input',{attrs:{\"autocomplete\":\"off\",\"placeholder\":\"密码\",\"type\":\"password\"},model:{value:(_vm.ruleForm.mima),callback:function ($$v) {_vm.$set(_vm.ruleForm, \"mima\", $$v)},expression:\"ruleForm.mima\"}})],1):_vm._e(),(_vm.tableName=='jiashiyuan')?_c('el-form-item',{staticClass:\"list-item\",style:({\"padding\":\"0 0px\",\"margin\":\"0 auto 10px\",\"textAlign\":\"left\",\"width\":\"calc(100% - 150px)\",\"fontSize\":\"inherit\",\"position\":\"relative\",\"height\":\"auto\"})},[(true)?_c('div',{staticClass:\"lable\",class:_vm.changeRules('mima')?'required':'',style:({\"padding\":\"0 8px 0 0\",\"color\":\"#666\",\"textAlign\":\"right\",\"left\":\"-150px\",\"width\":\"150px\",\"lineHeight\":\"40px\",\"fontSize\":\"14px\",\"position\":\"absolute\"})},[_vm._v(\"确认密码:\")]):_vm._e(),_c('el-input',{attrs:{\"autocomplete\":\"off\",\"placeholder\":\"确认密码\",\"type\":\"password\"},model:{value:(_vm.ruleForm.mima2),callback:function ($$v) {_vm.$set(_vm.ruleForm, \"mima2\", $$v)},expression:\"ruleForm.mima2\"}})],1):_vm._e(),(_vm.tableName=='jiashiyuan')?_c('el-form-item',{staticClass:\"list-item\",style:({\"padding\":\"0 0px\",\"margin\":\"0 auto 10px\",\"textAlign\":\"left\",\"width\":\"calc(100% - 150px)\",\"fontSize\":\"inherit\",\"position\":\"relative\",\"height\":\"auto\"})},[(true)?_c('div',{staticClass:\"lable\",class:_vm.changeRules('xingming')?'required':'',style:({\"padding\":\"0 8px 0 0\",\"color\":\"#666\",\"textAlign\":\"right\",\"left\":\"-150px\",\"width\":\"150px\",\"lineHeight\":\"40px\",\"fontSize\":\"14px\",\"position\":\"absolute\"})},[_vm._v(\"姓名:\")]):_vm._e(),_c('el-input',{attrs:{\"autocomplete\":\"off\",\"placeholder\":\"姓名\",\"type\":\"text\"},model:{value:(_vm.ruleForm.xingming),callback:function ($$v) {_vm.$set(_vm.ruleForm, \"xingming\", $$v)},expression:\"ruleForm.xingming\"}})],1):_vm._e(),(_vm.tableName=='jiashiyuan')?_c('el-form-item',{staticClass:\"list-item\",style:({\"padding\":\"0 0px\",\"margin\":\"0 auto 10px\",\"textAlign\":\"left\",\"width\":\"calc(100% - 150px)\",\"fontSize\":\"inherit\",\"position\":\"relative\",\"height\":\"auto\"})},[(true)?_c('div',{staticClass:\"lable\",class:_vm.changeRules('xingbie')?'required':'',style:({\"padding\":\"0 8px 0 0\",\"color\":\"#666\",\"textAlign\":\"right\",\"left\":\"-150px\",\"width\":\"150px\",\"lineHeight\":\"40px\",\"fontSize\":\"14px\",\"position\":\"absolute\"})},[_vm._v(\"性别:\")]):_vm._e(),_c('el-select',{attrs:{\"placeholder\":\"请选择性别\"},model:{value:(_vm.ruleForm.xingbie),callback:function ($$v) {_vm.$set(_vm.ruleForm, \"xingbie\", $$v)},expression:\"ruleForm.xingbie\"}},_vm._l((_vm.jiashiyuanxingbieOptions),function(item,index){return _c('el-option',{key:index,attrs:{\"label\":item,\"value\":item}})}),1)],1):_vm._e(),(_vm.tableName=='jiashiyuan')?_c('el-form-item',{staticClass:\"list-item\",style:({\"padding\":\"0 0px\",\"margin\":\"0 auto 10px\",\"textAlign\":\"left\",\"width\":\"calc(100% - 150px)\",\"fontSize\":\"inherit\",\"position\":\"relative\",\"height\":\"auto\"})},[(true)?_c('div',{staticClass:\"lable\",class:_vm.changeRules('shouji')?'required':'',style:({\"padding\":\"0 8px 0 0\",\"color\":\"#666\",\"textAlign\":\"right\",\"left\":\"-150px\",\"width\":\"150px\",\"lineHeight\":\"40px\",\"fontSize\":\"14px\",\"position\":\"absolute\"})},[_vm._v(\"手机:\")]):_vm._e(),_c('el-input',{attrs:{\"autocomplete\":\"off\",\"placeholder\":\"手机\",\"type\":\"text\"},model:{value:(_vm.ruleForm.shouji),callback:function ($$v) {_vm.$set(_vm.ruleForm, \"shouji\", $$v)},expression:\"ruleForm.shouji\"}})],1):_vm._e(),(_vm.tableName=='jiashiyuan')?_c('el-form-item',{staticClass:\"list-item\",style:({\"padding\":\"0 0px\",\"margin\":\"0 auto 10px\",\"textAlign\":\"left\",\"width\":\"calc(100% - 150px)\",\"fontSize\":\"inherit\",\"position\":\"relative\",\"height\":\"auto\"})},[(true)?_c('div',{staticClass:\"lable\",class:_vm.changeRules('shenfenzheng')?'required':'',style:({\"padding\":\"0 8px 0 0\",\"color\":\"#666\",\"textAlign\":\"right\",\"left\":\"-150px\",\"width\":\"150px\",\"lineHeight\":\"40px\",\"fontSize\":\"14px\",\"position\":\"absolute\"})},[_vm._v(\"身份证:\")]):_vm._e(),_c('el-input',{attrs:{\"autocomplete\":\"off\",\"placeholder\":\"身份证\",\"type\":\"text\"},model:{value:(_vm.ruleForm.shenfenzheng),callback:function ($$v) {_vm.$set(_vm.ruleForm, \"shenfenzheng\", $$v)},expression:\"ruleForm.shenfenzheng\"}})],1):_vm._e(),(_vm.tableName=='jiashiyuan')?_c('el-form-item',{staticClass:\"list-item\",style:({\"padding\":\"0 0px\",\"margin\":\"0 auto 10px\",\"textAlign\":\"left\",\"width\":\"calc(100% - 150px)\",\"fontSize\":\"inherit\",\"position\":\"relative\",\"height\":\"auto\"})},[(true)?_c('div',{staticClass:\"lable\",class:_vm.changeRules('chushengriqi')?'required':'',style:({\"padding\":\"0 8px 0 0\",\"color\":\"#666\",\"textAlign\":\"right\",\"left\":\"-150px\",\"width\":\"150px\",\"lineHeight\":\"40px\",\"fontSize\":\"14px\",\"position\":\"absolute\"})},[_vm._v(\"出生日期:\")]):_vm._e(),_c('el-date-picker',{attrs:{\"format\":\"yyyy 年 MM 月 dd 日\",\"value-format\":\"yyyy-MM-dd\",\"type\":\"date\",\"placeholder\":\"出生日期\"},model:{value:(_vm.ruleForm.chushengriqi),callback:function ($$v) {_vm.$set(_vm.ruleForm, \"chushengriqi\", $$v)},expression:\"ruleForm.chushengriqi\"}})],1):_vm._e(),(_vm.tableName=='jiashiyuan')?_c('el-form-item',{staticClass:\"list-item\",style:({\"padding\":\"0 0px\",\"margin\":\"0 auto 10px\",\"textAlign\":\"left\",\"width\":\"calc(100% - 150px)\",\"fontSize\":\"inherit\",\"position\":\"relative\",\"height\":\"auto\"})},[(true)?_c('div',{staticClass:\"lable\",class:_vm.changeRules('jiashizhenghao')?'required':'',style:({\"padding\":\"0 8px 0 0\",\"color\":\"#666\",\"textAlign\":\"right\",\"left\":\"-150px\",\"width\":\"150px\",\"lineHeight\":\"40px\",\"fontSize\":\"14px\",\"position\":\"absolute\"})},[_vm._v(\"驾驶证号:\")]):_vm._e(),_c('el-input',{attrs:{\"autocomplete\":\"off\",\"placeholder\":\"驾驶证号\",\"type\":\"text\"},model:{value:(_vm.ruleForm.jiashizhenghao),callback:function ($$v) {_vm.$set(_vm.ruleForm, \"jiashizhenghao\", $$v)},expression:\"ruleForm.jiashizhenghao\"}})],1):_vm._e(),(_vm.tableName=='jiashiyuan')?_c('el-form-item',{staticClass:\"list-item\",style:({\"padding\":\"0 0px\",\"margin\":\"0 auto 10px\",\"textAlign\":\"left\",\"width\":\"calc(100% - 150px)\",\"fontSize\":\"inherit\",\"position\":\"relative\",\"height\":\"auto\"})},[(true)?_c('div',{staticClass:\"lable\",class:_vm.changeRules('touxiang')?'required':'',style:({\"padding\":\"0 8px 0 0\",\"color\":\"#666\",\"textAlign\":\"right\",\"left\":\"-150px\",\"width\":\"150px\",\"lineHeight\":\"40px\",\"fontSize\":\"14px\",\"position\":\"absolute\"})},[_vm._v(\"头像:\")]):_vm._e(),_c('file-upload',{attrs:{\"tip\":\"点击上传头像\",\"action\":\"file/upload\",\"limit\":3,\"multiple\":true,\"fileUrls\":_vm.ruleForm.touxiang?_vm.ruleForm.touxiang:''},on:{\"change\":_vm.jiashiyuantouxiangUploadChange}})],1):_vm._e(),(_vm.tableName=='gongzuorenyuan')?_c('el-form-item',{staticClass:\"list-item\",style:({\"padding\":\"0 0px\",\"margin\":\"0 auto 10px\",\"textAlign\":\"left\",\"width\":\"calc(100% - 150px)\",\"fontSize\":\"inherit\",\"position\":\"relative\",\"height\":\"auto\"})},[(true)?_c('div',{staticClass:\"lable\",class:_vm.changeRules('yuangongzhanghao')?'required':'',style:({\"padding\":\"0 8px 0 0\",\"color\":\"#666\",\"textAlign\":\"right\",\"left\":\"-150px\",\"width\":\"150px\",\"lineHeight\":\"40px\",\"fontSize\":\"14px\",\"position\":\"absolute\"})},[_vm._v(\"员工账号:\")]):_vm._e(),_c('el-input',{attrs:{\"autocomplete\":\"off\",\"placeholder\":\"员工账号\",\"type\":\"text\"},model:{value:(_vm.ruleForm.yuangongzhanghao),callback:function ($$v) {_vm.$set(_vm.ruleForm, \"yuangongzhanghao\", $$v)},expression:\"ruleForm.yuangongzhanghao\"}})],1):_vm._e(),(_vm.tableName=='gongzuorenyuan')?_c('el-form-item',{staticClass:\"list-item\",style:({\"padding\":\"0 0px\",\"margin\":\"0 auto 10px\",\"textAlign\":\"left\",\"width\":\"calc(100% - 150px)\",\"fontSize\":\"inherit\",\"position\":\"relative\",\"height\":\"auto\"})},[(true)?_c('div',{staticClass:\"lable\",class:_vm.changeRules('mima')?'required':'',style:({\"padding\":\"0 8px 0 0\",\"color\":\"#666\",\"textAlign\":\"right\",\"left\":\"-150px\",\"width\":\"150px\",\"lineHeight\":\"40px\",\"fontSize\":\"14px\",\"position\":\"absolute\"})},[_vm._v(\"密码:\")]):_vm._e(),_c('el-input',{attrs:{\"autocomplete\":\"off\",\"placeholder\":\"密码\",\"type\":\"password\"},model:{value:(_vm.ruleForm.mima),callback:function ($$v) {_vm.$set(_vm.ruleForm, \"mima\", $$v)},expression:\"ruleForm.mima\"}})],1):_vm._e(),(_vm.tableName=='gongzuorenyuan')?_c('el-form-item',{staticClass:\"list-item\",style:({\"padding\":\"0 0px\",\"margin\":\"0 auto 10px\",\"textAlign\":\"left\",\"width\":\"calc(100% - 150px)\",\"fontSize\":\"inherit\",\"position\":\"relative\",\"height\":\"auto\"})},[(true)?_c('div',{staticClass:\"lable\",class:_vm.changeRules('mima')?'required':'',style:({\"padding\":\"0 8px 0 0\",\"color\":\"#666\",\"textAlign\":\"right\",\"left\":\"-150px\",\"width\":\"150px\",\"lineHeight\":\"40px\",\"fontSize\":\"14px\",\"position\":\"absolute\"})},[_vm._v(\"确认密码:\")]):_vm._e(),_c('el-input',{attrs:{\"autocomplete\":\"off\",\"placeholder\":\"确认密码\",\"type\":\"password\"},model:{value:(_vm.ruleForm.mima2),callback:function ($$v) {_vm.$set(_vm.ruleForm, \"mima2\", $$v)},expression:\"ruleForm.mima2\"}})],1):_vm._e(),(_vm.tableName=='gongzuorenyuan')?_c('el-form-item',{staticClass:\"list-item\",style:({\"padding\":\"0 0px\",\"margin\":\"0 auto 10px\",\"textAlign\":\"left\",\"width\":\"calc(100% - 150px)\",\"fontSize\":\"inherit\",\"position\":\"relative\",\"height\":\"auto\"})},[(true)?_c('div',{staticClass:\"lable\",class:_vm.changeRules('yuangongxingming')?'required':'',style:({\"padding\":\"0 8px 0 0\",\"color\":\"#666\",\"textAlign\":\"right\",\"left\":\"-150px\",\"width\":\"150px\",\"lineHeight\":\"40px\",\"fontSize\":\"14px\",\"position\":\"absolute\"})},[_vm._v(\"员工姓名:\")]):_vm._e(),_c('el-input',{attrs:{\"autocomplete\":\"off\",\"placeholder\":\"员工姓名\",\"type\":\"text\"},model:{value:(_vm.ruleForm.yuangongxingming),callback:function ($$v) {_vm.$set(_vm.ruleForm, \"yuangongxingming\", $$v)},expression:\"ruleForm.yuangongxingming\"}})],1):_vm._e(),(_vm.tableName=='gongzuorenyuan')?_c('el-form-item',{staticClass:\"list-item\",style:({\"padding\":\"0 0px\",\"margin\":\"0 auto 10px\",\"textAlign\":\"left\",\"width\":\"calc(100% - 150px)\",\"fontSize\":\"inherit\",\"position\":\"relative\",\"height\":\"auto\"})},[(true)?_c('div',{staticClass:\"lable\",class:_vm.changeRules('nianling')?'required':'',style:({\"padding\":\"0 8px 0 0\",\"color\":\"#666\",\"textAlign\":\"right\",\"left\":\"-150px\",\"width\":\"150px\",\"lineHeight\":\"40px\",\"fontSize\":\"14px\",\"position\":\"absolute\"})},[_vm._v(\"年龄:\")]):_vm._e(),_c('el-input',{attrs:{\"autocomplete\":\"off\",\"placeholder\":\"年龄\",\"type\":\"text\"},model:{value:(_vm.ruleForm.nianling),callback:function ($$v) {_vm.$set(_vm.ruleForm, \"nianling\", _vm._n($$v))},expression:\"ruleForm.nianling\"}})],1):_vm._e(),(_vm.tableName=='gongzuorenyuan')?_c('el-form-item',{staticClass:\"list-item\",style:({\"padding\":\"0 0px\",\"margin\":\"0 auto 10px\",\"textAlign\":\"left\",\"width\":\"calc(100% - 150px)\",\"fontSize\":\"inherit\",\"position\":\"relative\",\"height\":\"auto\"})},[(true)?_c('div',{staticClass:\"lable\",class:_vm.changeRules('xingbie')?'required':'',style:({\"padding\":\"0 8px 0 0\",\"color\":\"#666\",\"textAlign\":\"right\",\"left\":\"-150px\",\"width\":\"150px\",\"lineHeight\":\"40px\",\"fontSize\":\"14px\",\"position\":\"absolute\"})},[_vm._v(\"性别:\")]):_vm._e(),_c('el-select',{attrs:{\"placeholder\":\"请选择性别\"},model:{value:(_vm.ruleForm.xingbie),callback:function ($$v) {_vm.$set(_vm.ruleForm, \"xingbie\", $$v)},expression:\"ruleForm.xingbie\"}},_vm._l((_vm.gongzuorenyuanxingbieOptions),function(item,index){return _c('el-option',{key:index,attrs:{\"label\":item,\"value\":item}})}),1)],1):_vm._e(),(_vm.tableName=='gongzuorenyuan')?_c('el-form-item',{staticClass:\"list-item\",style:({\"padding\":\"0 0px\",\"margin\":\"0 auto 10px\",\"textAlign\":\"left\",\"width\":\"calc(100% - 150px)\",\"fontSize\":\"inherit\",\"position\":\"relative\",\"height\":\"auto\"})},[(true)?_c('div',{staticClass:\"lable\",class:_vm.changeRules('shouji')?'required':'',style:({\"padding\":\"0 8px 0 0\",\"color\":\"#666\",\"textAlign\":\"right\",\"left\":\"-150px\",\"width\":\"150px\",\"lineHeight\":\"40px\",\"fontSize\":\"14px\",\"position\":\"absolute\"})},[_vm._v(\"手机:\")]):_vm._e(),_c('el-input',{attrs:{\"autocomplete\":\"off\",\"placeholder\":\"手机\",\"type\":\"text\"},model:{value:(_vm.ruleForm.shouji),callback:function ($$v) {_vm.$set(_vm.ruleForm, \"shouji\", $$v)},expression:\"ruleForm.shouji\"}})],1):_vm._e(),(_vm.tableName=='gongzuorenyuan')?_c('el-form-item',{staticClass:\"list-item\",style:({\"padding\":\"0 0px\",\"margin\":\"0 auto 10px\",\"textAlign\":\"left\",\"width\":\"calc(100% - 150px)\",\"fontSize\":\"inherit\",\"position\":\"relative\",\"height\":\"auto\"})},[(true)?_c('div',{staticClass:\"lable\",class:_vm.changeRules('touxiang')?'required':'',style:({\"padding\":\"0 8px 0 0\",\"color\":\"#666\",\"textAlign\":\"right\",\"left\":\"-150px\",\"width\":\"150px\",\"lineHeight\":\"40px\",\"fontSize\":\"14px\",\"position\":\"absolute\"})},[_vm._v(\"头像:\")]):_vm._e(),_c('file-upload',{attrs:{\"tip\":\"点击上传头像\",\"action\":\"file/upload\",\"limit\":3,\"multiple\":true,\"fileUrls\":_vm.ruleForm.touxiang?_vm.ruleForm.touxiang:''},on:{\"change\":_vm.gongzuorenyuantouxiangUploadChange}})],1):_vm._e(),_c('button',{staticClass:\"r-btn\",style:({\"border\":\"1px solid #fff\",\"cursor\":\"pointer\",\"padding\":\"0 0 0 20px\",\"boxShadow\":\"0 0 0px rgba(64, 158, 255, .5)\",\"margin\":\"20px auto 5px\",\"color\":\"#fff\",\"display\":\"block\",\"letterSpacing\":\"10px\",\"outline\":\"none\",\"borderRadius\":\"50px\",\"background\":\"#018fbf\",\"width\":\"calc(100% - 150px)\",\"fontSize\":\"20px\",\"height\":\"44px\"}),attrs:{\"type\":\"button\"},on:{\"click\":function($event){return _vm.login()}}},[_vm._v(\"注册\")]),_c('div',{staticClass:\"r-login\",style:({\"cursor\":\"pointer\",\"padding\":\"0\",\"margin\":\"10px 0\",\"color\":\"rgba(159, 159, 159, 1)\",\"textAlign\":\"right\",\"display\":\"inline-block\",\"width\":\"calc(100% - 150px)\",\"lineHeight\":\"1\",\"fontSize\":\"14px\"}),on:{\"click\":function($event){return _vm.close()}}},[_vm._v(\"已有账号,直接登录\")])],1):_vm._e()],1)])\n}\nvar staticRenderFns = []\n\nexport { render, staticRenderFns }","\r\n\r\n\r\n\r\n\r\n","import mod from \"-!../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_cache-loader@4.1.0@cache-loader/dist/cjs.js??ref--13-0!../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_thread-loader@2.1.3@thread-loader/dist/cjs.js!../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_babel-loader@8.4.1@babel-loader/lib/index.js!../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_cache-loader@4.1.0@cache-loader/dist/cjs.js??ref--1-0!../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_vue-loader@15.11.1@vue-loader/lib/index.js??vue-loader-options!./register.vue?vue&type=script&lang=js\"; export default mod; export * from \"-!../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_cache-loader@4.1.0@cache-loader/dist/cjs.js??ref--13-0!../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_thread-loader@2.1.3@thread-loader/dist/cjs.js!../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_babel-loader@8.4.1@babel-loader/lib/index.js!../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_cache-loader@4.1.0@cache-loader/dist/cjs.js??ref--1-0!../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_vue-loader@15.11.1@vue-loader/lib/index.js??vue-loader-options!./register.vue?vue&type=script&lang=js\"","import { render, staticRenderFns } from \"./register.vue?vue&type=template&id=6bb253c2&scoped=true\"\nimport script from \"./register.vue?vue&type=script&lang=js\"\nexport * from \"./register.vue?vue&type=script&lang=js\"\nimport style0 from \"./register.vue?vue&type=style&index=0&id=6bb253c2&prod&lang=scss&scoped=true\"\n\n\n/* normalize component */\nimport normalizer from \"!../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_vue-loader@15.11.1@vue-loader/lib/runtime/componentNormalizer.js\"\nvar component = normalizer(\n script,\n render,\n staticRenderFns,\n false,\n null,\n \"6bb253c2\",\n null\n \n)\n\nexport default component.exports","var render = function render(){var _vm=this,_c=_vm._self._c;return _c('div',{style:({\"minHeight\":\"calc(100vh - 200px)\",\"padding\":\"0px 5%\",\"margin\":\"0 auto\",\"color\":\"#666\",\"background\":\"none\",\"width\":\"calc(100% - 0px)\",\"fontSize\":\"14px\",\"height\":\"100%\"})},[_c('el-form',{ref:\"ruleForm\",staticClass:\"add-update-preview\",style:({\"padding\":\"30px 5%\",\"borderColor\":\"#f6f6f6\",\"alignItems\":\"flex-start\",\"borderRadius\":\"4px\",\"flexWrap\":\"wrap\",\"background\":\"rgba(255,255,255,.9)\",\"borderWidth\":\"2px\",\"display\":\"flex\",\"fontSize\":\"inherit\",\"borderStyle\":\"solid\"}),attrs:{\"model\":_vm.ruleForm,\"label-width\":\"200px\"}},[_c('el-row',[(_vm.flag=='jiashiyuan')?_c('el-form-item',{style:({\"padding\":\"2px 0\",\"margin\":\"0 auto 20px\",\"color\":\"inherit\",\"borderRadius\":\"4px\",\"background\":\"none\",\"width\":\"100%\",\"fontSize\":\"inherit\"}),attrs:{\"label\":\"账号\",\"prop\":\"zhanghao\"}},[_c('el-input',{attrs:{\"readonly\":\"\",\"placeholder\":\"账号\",\"clearable\":\"\"},model:{value:(_vm.ruleForm.zhanghao),callback:function ($$v) {_vm.$set(_vm.ruleForm, \"zhanghao\", $$v)},expression:\"ruleForm.zhanghao\"}})],1):_vm._e(),(_vm.flag=='jiashiyuan')?_c('el-form-item',{style:({\"padding\":\"2px 0\",\"margin\":\"0 auto 20px\",\"color\":\"inherit\",\"borderRadius\":\"4px\",\"background\":\"none\",\"width\":\"100%\",\"fontSize\":\"inherit\"}),attrs:{\"label\":\"姓名\",\"prop\":\"xingming\"}},[_c('el-input',{attrs:{\"placeholder\":\"姓名\",\"clearable\":\"\"},model:{value:(_vm.ruleForm.xingming),callback:function ($$v) {_vm.$set(_vm.ruleForm, \"xingming\", $$v)},expression:\"ruleForm.xingming\"}})],1):_vm._e(),(_vm.flag=='jiashiyuan')?_c('el-form-item',{style:({\"padding\":\"2px 0\",\"margin\":\"0 auto 20px\",\"color\":\"inherit\",\"borderRadius\":\"4px\",\"background\":\"none\",\"width\":\"100%\",\"fontSize\":\"inherit\"}),attrs:{\"label\":\"性别\",\"prop\":\"xingbie\"}},[_c('el-select',{attrs:{\"placeholder\":\"请选择性别\"},model:{value:(_vm.ruleForm.xingbie),callback:function ($$v) {_vm.$set(_vm.ruleForm, \"xingbie\", $$v)},expression:\"ruleForm.xingbie\"}},_vm._l((_vm.jiashiyuanxingbieOptions),function(item,index){return _c('el-option',{key:index,attrs:{\"label\":item,\"value\":item}})}),1)],1):_vm._e(),(_vm.flag=='jiashiyuan')?_c('el-form-item',{style:({\"padding\":\"2px 0\",\"margin\":\"0 auto 20px\",\"color\":\"inherit\",\"borderRadius\":\"4px\",\"background\":\"none\",\"width\":\"100%\",\"fontSize\":\"inherit\"}),attrs:{\"label\":\"手机\",\"prop\":\"shouji\"}},[_c('el-input',{attrs:{\"placeholder\":\"手机\",\"clearable\":\"\"},model:{value:(_vm.ruleForm.shouji),callback:function ($$v) {_vm.$set(_vm.ruleForm, \"shouji\", $$v)},expression:\"ruleForm.shouji\"}})],1):_vm._e(),(_vm.flag=='jiashiyuan')?_c('el-form-item',{style:({\"padding\":\"2px 0\",\"margin\":\"0 auto 20px\",\"color\":\"inherit\",\"borderRadius\":\"4px\",\"background\":\"none\",\"width\":\"100%\",\"fontSize\":\"inherit\"}),attrs:{\"label\":\"身份证\",\"prop\":\"shenfenzheng\"}},[_c('el-input',{attrs:{\"placeholder\":\"身份证\",\"clearable\":\"\"},model:{value:(_vm.ruleForm.shenfenzheng),callback:function ($$v) {_vm.$set(_vm.ruleForm, \"shenfenzheng\", $$v)},expression:\"ruleForm.shenfenzheng\"}})],1):_vm._e(),(_vm.flag=='jiashiyuan')?_c('el-form-item',{style:({\"padding\":\"2px 0\",\"margin\":\"0 auto 20px\",\"color\":\"inherit\",\"borderRadius\":\"4px\",\"background\":\"none\",\"width\":\"100%\",\"fontSize\":\"inherit\"}),attrs:{\"label\":\"出生日期\",\"prop\":\"chushengriqi\"}},[_c('el-date-picker',{attrs:{\"format\":\"yyyy 年 MM 月 dd 日\",\"value-format\":\"yyyy-MM-dd\",\"type\":\"date\",\"placeholder\":\"出生日期\"},model:{value:(_vm.ruleForm.chushengriqi),callback:function ($$v) {_vm.$set(_vm.ruleForm, \"chushengriqi\", $$v)},expression:\"ruleForm.chushengriqi\"}})],1):_vm._e(),(_vm.flag=='jiashiyuan')?_c('el-form-item',{style:({\"padding\":\"2px 0\",\"margin\":\"0 auto 20px\",\"color\":\"inherit\",\"borderRadius\":\"4px\",\"background\":\"none\",\"width\":\"100%\",\"fontSize\":\"inherit\"}),attrs:{\"label\":\"驾驶证号\",\"prop\":\"jiashizhenghao\"}},[_c('el-input',{attrs:{\"placeholder\":\"驾驶证号\",\"clearable\":\"\"},model:{value:(_vm.ruleForm.jiashizhenghao),callback:function ($$v) {_vm.$set(_vm.ruleForm, \"jiashizhenghao\", $$v)},expression:\"ruleForm.jiashizhenghao\"}})],1):_vm._e(),(_vm.flag=='jiashiyuan')?_c('el-form-item',{style:({\"padding\":\"2px 0\",\"margin\":\"0 auto 20px\",\"color\":\"inherit\",\"borderRadius\":\"4px\",\"background\":\"none\",\"width\":\"100%\",\"fontSize\":\"inherit\"}),attrs:{\"label\":\"头像\",\"prop\":\"touxiang\"}},[_c('file-upload',{attrs:{\"tip\":\"点击上传头像\",\"action\":\"file/upload\",\"limit\":3,\"multiple\":true,\"fileUrls\":_vm.ruleForm.touxiang?_vm.ruleForm.touxiang:''},on:{\"change\":_vm.jiashiyuantouxiangUploadChange}})],1):_vm._e(),(_vm.flag=='gongzuorenyuan')?_c('el-form-item',{style:({\"padding\":\"2px 0\",\"margin\":\"0 auto 20px\",\"color\":\"inherit\",\"borderRadius\":\"4px\",\"background\":\"none\",\"width\":\"100%\",\"fontSize\":\"inherit\"}),attrs:{\"label\":\"员工账号\",\"prop\":\"yuangongzhanghao\"}},[_c('el-input',{attrs:{\"readonly\":\"\",\"placeholder\":\"员工账号\",\"clearable\":\"\"},model:{value:(_vm.ruleForm.yuangongzhanghao),callback:function ($$v) {_vm.$set(_vm.ruleForm, \"yuangongzhanghao\", $$v)},expression:\"ruleForm.yuangongzhanghao\"}})],1):_vm._e(),(_vm.flag=='gongzuorenyuan')?_c('el-form-item',{style:({\"padding\":\"2px 0\",\"margin\":\"0 auto 20px\",\"color\":\"inherit\",\"borderRadius\":\"4px\",\"background\":\"none\",\"width\":\"100%\",\"fontSize\":\"inherit\"}),attrs:{\"label\":\"员工姓名\",\"prop\":\"yuangongxingming\"}},[_c('el-input',{attrs:{\"placeholder\":\"员工姓名\",\"clearable\":\"\"},model:{value:(_vm.ruleForm.yuangongxingming),callback:function ($$v) {_vm.$set(_vm.ruleForm, \"yuangongxingming\", $$v)},expression:\"ruleForm.yuangongxingming\"}})],1):_vm._e(),(_vm.flag=='gongzuorenyuan')?_c('el-form-item',{style:({\"padding\":\"2px 0\",\"margin\":\"0 auto 20px\",\"color\":\"inherit\",\"borderRadius\":\"4px\",\"background\":\"none\",\"width\":\"100%\",\"fontSize\":\"inherit\"}),attrs:{\"label\":\"年龄\",\"prop\":\"nianling\"}},[_c('el-input',{attrs:{\"placeholder\":\"年龄\",\"clearable\":\"\"},model:{value:(_vm.ruleForm.nianling),callback:function ($$v) {_vm.$set(_vm.ruleForm, \"nianling\", $$v)},expression:\"ruleForm.nianling\"}})],1):_vm._e(),(_vm.flag=='gongzuorenyuan')?_c('el-form-item',{style:({\"padding\":\"2px 0\",\"margin\":\"0 auto 20px\",\"color\":\"inherit\",\"borderRadius\":\"4px\",\"background\":\"none\",\"width\":\"100%\",\"fontSize\":\"inherit\"}),attrs:{\"label\":\"性别\",\"prop\":\"xingbie\"}},[_c('el-select',{attrs:{\"placeholder\":\"请选择性别\"},model:{value:(_vm.ruleForm.xingbie),callback:function ($$v) {_vm.$set(_vm.ruleForm, \"xingbie\", $$v)},expression:\"ruleForm.xingbie\"}},_vm._l((_vm.gongzuorenyuanxingbieOptions),function(item,index){return _c('el-option',{key:index,attrs:{\"label\":item,\"value\":item}})}),1)],1):_vm._e(),(_vm.flag=='gongzuorenyuan')?_c('el-form-item',{style:({\"padding\":\"2px 0\",\"margin\":\"0 auto 20px\",\"color\":\"inherit\",\"borderRadius\":\"4px\",\"background\":\"none\",\"width\":\"100%\",\"fontSize\":\"inherit\"}),attrs:{\"label\":\"手机\",\"prop\":\"shouji\"}},[_c('el-input',{attrs:{\"placeholder\":\"手机\",\"clearable\":\"\"},model:{value:(_vm.ruleForm.shouji),callback:function ($$v) {_vm.$set(_vm.ruleForm, \"shouji\", $$v)},expression:\"ruleForm.shouji\"}})],1):_vm._e(),(_vm.flag=='gongzuorenyuan')?_c('el-form-item',{style:({\"padding\":\"2px 0\",\"margin\":\"0 auto 20px\",\"color\":\"inherit\",\"borderRadius\":\"4px\",\"background\":\"none\",\"width\":\"100%\",\"fontSize\":\"inherit\"}),attrs:{\"label\":\"头像\",\"prop\":\"touxiang\"}},[_c('file-upload',{attrs:{\"tip\":\"点击上传头像\",\"action\":\"file/upload\",\"limit\":3,\"multiple\":true,\"fileUrls\":_vm.ruleForm.touxiang?_vm.ruleForm.touxiang:''},on:{\"change\":_vm.gongzuorenyuantouxiangUploadChange}})],1):_vm._e(),(_vm.flag=='users')?_c('el-form-item',{style:({\"padding\":\"2px 0\",\"margin\":\"0 auto 20px\",\"color\":\"inherit\",\"borderRadius\":\"4px\",\"background\":\"none\",\"width\":\"100%\",\"fontSize\":\"inherit\"}),attrs:{\"label\":\"用户名\",\"prop\":\"username\"}},[_c('el-input',{attrs:{\"placeholder\":\"用户名\"},model:{value:(_vm.ruleForm.username),callback:function ($$v) {_vm.$set(_vm.ruleForm, \"username\", $$v)},expression:\"ruleForm.username\"}})],1):_vm._e(),(_vm.flag=='users')?_c('el-form-item',{style:({\"padding\":\"2px 0\",\"margin\":\"0 auto 20px\",\"color\":\"inherit\",\"borderRadius\":\"4px\",\"background\":\"none\",\"width\":\"100%\",\"fontSize\":\"inherit\"}),attrs:{\"label\":\"头像\",\"prop\":\"image\"}},[_c('file-upload',{attrs:{\"tip\":\"点击上传头像\",\"action\":\"file/upload\",\"limit\":1,\"multiple\":false,\"fileUrls\":_vm.ruleForm.image?_vm.ruleForm.image:''},on:{\"change\":_vm.usersimageUploadChange}})],1):_vm._e(),_c('el-form-item',{style:({\"padding\":\"0\",\"margin\":\"30px auto\",\"alignItems\":\"center\",\"textAlign\":\"center\",\"background\":\"none\",\"display\":\"flex\",\"width\":\"60%\",\"fontSize\":\"18px\"})},[_c('el-button',{staticClass:\"btn3\",style:({\"border\":\"0px solid #3fcbca\",\"cursor\":\"pointer\",\"padding\":\"0 20px\",\"margin\":\"0px 4px\",\"color\":\"#fff\",\"minWidth\":\"90px\",\"outline\":\"none\",\"borderRadius\":\"4px\",\"background\":\"#4b88e4\",\"width\":\"auto\",\"fontSize\":\"14px\",\"lineHeight\":\"40px\",\"height\":\"40px\"}),attrs:{\"type\":\"primary\"},on:{\"click\":_vm.onUpdateHandler}},[_c('span',{staticClass:\"icon iconfont icon-tijiao16\",style:({\"margin\":\"0 2px\",\"fontSize\":\"inherit\",\"color\":\"inherit\",\"display\":\"none\"})}),_vm._v(\" 确定 \")])],1)],1)],1)],1)\n}\nvar staticRenderFns = []\n\nexport { render, staticRenderFns }","\r\n\r\n\r\n","import mod from \"-!../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_cache-loader@4.1.0@cache-loader/dist/cjs.js??ref--13-0!../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_thread-loader@2.1.3@thread-loader/dist/cjs.js!../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_babel-loader@8.4.1@babel-loader/lib/index.js!../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_cache-loader@4.1.0@cache-loader/dist/cjs.js??ref--1-0!../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_vue-loader@15.11.1@vue-loader/lib/index.js??vue-loader-options!./center.vue?vue&type=script&lang=js\"; export default mod; export * from \"-!../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_cache-loader@4.1.0@cache-loader/dist/cjs.js??ref--13-0!../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_thread-loader@2.1.3@thread-loader/dist/cjs.js!../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_babel-loader@8.4.1@babel-loader/lib/index.js!../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_cache-loader@4.1.0@cache-loader/dist/cjs.js??ref--1-0!../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_vue-loader@15.11.1@vue-loader/lib/index.js??vue-loader-options!./center.vue?vue&type=script&lang=js\"","import { render, staticRenderFns } from \"./center.vue?vue&type=template&id=091f6dbb&scoped=true\"\nimport script from \"./center.vue?vue&type=script&lang=js\"\nexport * from \"./center.vue?vue&type=script&lang=js\"\nimport style0 from \"./center.vue?vue&type=style&index=0&id=091f6dbb&prod&lang=scss&scoped=true\"\n\n\n/* normalize component */\nimport normalizer from \"!../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_vue-loader@15.11.1@vue-loader/lib/runtime/componentNormalizer.js\"\nvar component = normalizer(\n script,\n render,\n staticRenderFns,\n false,\n null,\n \"091f6dbb\",\n null\n \n)\n\nexport default component.exports","var render = function render(){var _vm=this,_c=_vm._self._c;return _c('div',{staticClass:\"main-content\",style:({\"minHeight\":\"calc(100vh - 200px)\",\"padding\":\"0px 5%\",\"margin\":\"0 auto\",\"color\":\"#666\",\"background\":\"none\",\"width\":\"calc(100% - 0px)\",\"fontSize\":\"14px\",\"height\":\"100%\"})},[(_vm.showFlag)?[_c('el-form',{staticClass:\"center-form-pv\",style:({\"padding\":\"20px 20px 0\",\"boxShadow\":\"0 2px 3px 0px rgba(100,100,100,.05)\",\"margin\":\"0 0 0px\",\"borderColor\":\"#f6f6f6\",\"display\":\"flex\",\"justifyContent\":\"center\",\"minHeight\":\"100px\",\"overflow\":\"hidden\",\"borderRadius\":\"4px 4px 0 0\",\"flexWrap\":\"wrap\",\"background\":\"#fff\",\"borderWidth\":\"2px 2px 0\",\"fontSize\":\"inherit\",\"borderStyle\":\"solid\"}),attrs:{\"inline\":true,\"model\":_vm.searchForm}},[_c('el-row',{style:({\"padding\":\"0px\",\"boxShadow\":\"0 0px 0px 0px rgba(115,108,203,.23)\",\"margin\":\"0 0px 0px 0\",\"borderRadius\":\"0px\",\"alignItems\":\"center\",\"background\":\"none\",\"display\":\"flex\",\"width\":\"auto\",\"fontSize\":\"inherit\",\"justifyContent\":\"flex-end\",\"order\":\"2\"})},[_c('div',{style:({\"margin\":\"0 10px 0 0\",\"fontSize\":\"inherit\",\"display\":\"inline-block\"})},[_c('label',{staticClass:\"item-label\",style:({\"margin\":\"0 10px 0 0\",\"color\":\"inherit\",\"display\":\"inline-block\",\"lineHeight\":\"34px\",\"fontSize\":\"inherit\",\"fontWeight\":\"500\",\"height\":\"34px\"})},[_vm._v(\"车牌号\")]),_c('el-input',{attrs:{\"placeholder\":\"车牌号\",\"clearable\":\"\"},nativeOn:{\"keydown\":function($event){if(!$event.type.indexOf('key')&&_vm._k($event.keyCode,\"enter\",13,$event.key,\"Enter\"))return null;return _vm.search()}},model:{value:(_vm.searchForm.chepaihao),callback:function ($$v) {_vm.$set(_vm.searchForm, \"chepaihao\", $$v)},expression:\"searchForm.chepaihao\"}})],1),_c('div',{style:({\"margin\":\"0 10px 0 0\",\"fontSize\":\"inherit\",\"display\":\"inline-block\"})},[_c('label',{staticClass:\"item-label\",style:({\"margin\":\"0 10px 0 0\",\"color\":\"inherit\",\"display\":\"inline-block\",\"lineHeight\":\"34px\",\"fontSize\":\"inherit\",\"fontWeight\":\"500\",\"height\":\"34px\"})},[_vm._v(\"车辆型号\")]),_c('el-input',{attrs:{\"placeholder\":\"车辆型号\",\"clearable\":\"\"},nativeOn:{\"keydown\":function($event){if(!$event.type.indexOf('key')&&_vm._k($event.keyCode,\"enter\",13,$event.key,\"Enter\"))return null;return _vm.search()}},model:{value:(_vm.searchForm.cheliangxinghao),callback:function ($$v) {_vm.$set(_vm.searchForm, \"cheliangxinghao\", $$v)},expression:\"searchForm.cheliangxinghao\"}})],1),_c('div',{style:({\"margin\":\"0 10px 0 0\",\"fontSize\":\"inherit\",\"display\":\"inline-block\"})},[_c('label',{staticClass:\"item-label\",style:({\"margin\":\"0 10px 0 0\",\"color\":\"inherit\",\"display\":\"inline-block\",\"lineHeight\":\"34px\",\"fontSize\":\"inherit\",\"fontWeight\":\"500\",\"height\":\"34px\"})},[_vm._v(\"车辆品牌\")]),_c('el-input',{attrs:{\"placeholder\":\"车辆品牌\",\"clearable\":\"\"},nativeOn:{\"keydown\":function($event){if(!$event.type.indexOf('key')&&_vm._k($event.keyCode,\"enter\",13,$event.key,\"Enter\"))return null;return _vm.search()}},model:{value:(_vm.searchForm.cheliangpinpai),callback:function ($$v) {_vm.$set(_vm.searchForm, \"cheliangpinpai\", $$v)},expression:\"searchForm.cheliangpinpai\"}})],1),_c('div',{style:({\"margin\":\"0 10px 0 0\",\"fontSize\":\"inherit\",\"display\":\"inline-block\"})},[_c('label',{staticClass:\"item-label\",style:({\"margin\":\"0 10px 0 0\",\"color\":\"inherit\",\"display\":\"inline-block\",\"lineHeight\":\"34px\",\"fontSize\":\"inherit\",\"fontWeight\":\"500\",\"height\":\"34px\"})},[_vm._v(\"车辆类型\")]),_c('el-input',{attrs:{\"placeholder\":\"车辆类型\",\"clearable\":\"\"},nativeOn:{\"keydown\":function($event){if(!$event.type.indexOf('key')&&_vm._k($event.keyCode,\"enter\",13,$event.key,\"Enter\"))return null;return _vm.search()}},model:{value:(_vm.searchForm.cheliangleixing),callback:function ($$v) {_vm.$set(_vm.searchForm, \"cheliangleixing\", $$v)},expression:\"searchForm.cheliangleixing\"}})],1),_c('div',{staticClass:\"select\",style:({\"margin\":\"0 10px 0 0\",\"fontSize\":\"inherit\",\"display\":\"inline-block\"}),attrs:{\"label\":\"换挡方式\",\"prop\":\"huandangfangshi\"}},[_c('label',{staticClass:\"item-label\",style:({\"margin\":\"0 10px 0 0\",\"color\":\"inherit\",\"display\":\"inline-block\",\"lineHeight\":\"34px\",\"fontSize\":\"inherit\",\"fontWeight\":\"500\",\"height\":\"34px\"})},[_vm._v(\"换挡方式\")]),_c('el-select',{attrs:{\"clearable\":\"\",\"placeholder\":\"请选择换挡方式\"},model:{value:(_vm.searchForm.huandangfangshi),callback:function ($$v) {_vm.$set(_vm.searchForm, \"huandangfangshi\", $$v)},expression:\"searchForm.huandangfangshi\"}},_vm._l((_vm.huandangfangshiOptions),function(item,index){return _c('el-option',{key:index,attrs:{\"label\":item,\"value\":item}})}),1)],1),_c('el-button',{staticClass:\"search\",attrs:{\"type\":\"success\"},on:{\"click\":function($event){return _vm.search()}}},[_c('span',{staticClass:\"icon iconfont icon-chakan18\",style:({\"margin\":\"0 2px\",\"fontSize\":\"18px\",\"color\":\"#00acc1\",\"display\":\"inline-block\",\"height\":\"auto\"})}),_vm._v(\" 查询 \")])],1),_c('el-row',{staticClass:\"actions\",style:({\"boxShadow\":\"0 0px 0px 0px rgba(115,108,203,.23)\",\"padding\":\"0 20px 0 0\",\"margin\":\"0px 0 0px\",\"color\":\"#333\",\"alignItems\":\"center\",\"textAlign\":\"left\",\"display\":\"flex\",\"borderRadius\":\"0px\",\"flexWrap\":\"wrap\",\"background\":\"none\",\"flex\":\"1\",\"width\":\"auto\",\"fontSize\":\"inherit\",\"order\":\"1\"})},[(_vm.isAuth('cheliangdangan','新增'))?_c('el-button',{staticClass:\"add\",attrs:{\"type\":\"success\"},on:{\"click\":function($event){return _vm.addOrUpdateHandler()}}},[_c('span',{staticClass:\"icon iconfont icon-tianjia14\",style:({\"margin\":\"0 2px\",\"fontSize\":\"inherit\",\"color\":\"inherit\",\"display\":\"none\"})}),_vm._v(\" 新增 \")]):_vm._e(),(_vm.isAuth('cheliangdangan','删除'))?_c('el-button',{staticClass:\"del\",attrs:{\"disabled\":_vm.dataListSelections.length?false:true,\"type\":\"danger\"},on:{\"click\":function($event){return _vm.deleteHandler()}}},[_c('span',{staticClass:\"icon iconfont icon-shanchu9\",style:({\"margin\":\"0 2px\",\"fontSize\":\"inherit\",\"color\":\"inherit\",\"display\":\"none\"})}),_vm._v(\" 删除 \")]):_vm._e()],1)],1),_c('div',{style:({\"padding\":\"20px\",\"borderColor\":\"#f6f6f6\",\"margin\":\"0 0 0px\",\"borderRadius\":\"0 0 4px 4px\",\"background\":\"rgba(255,255,255,1)\",\"borderWidth\":\"0 2px 2px\",\"width\":\"100%\",\"borderStyle\":\"solid\"})},[(_vm.isAuth('cheliangdangan','查看'))?_c('el-table',{directives:[{name:\"loading\",rawName:\"v-loading\",value:(_vm.dataListLoading),expression:\"dataListLoading\"}],staticClass:\"tables\",style:({\"padding\":\"0\",\"borderColor\":\"#eee\",\"color\":\"inherit\",\"borderRadius\":\"0px\",\"borderWidth\":\"0px 0px 0 0px\",\"background\":\"none\",\"width\":\"100%\",\"fontSize\":\"inherit\",\"borderStyle\":\"solid\"}),attrs:{\"stripe\":false,\"border\":true,\"data\":_vm.dataList},on:{\"selection-change\":_vm.selectionChangeHandler}},[_c('el-table-column',{attrs:{\"resizable\":true,\"type\":\"selection\",\"align\":\"center\",\"width\":\"50\"}}),_c('el-table-column',{attrs:{\"resizable\":true,\"sortable\":true,\"label\":\"序号\",\"type\":\"index\",\"width\":\"50\"}}),_c('el-table-column',{attrs:{\"resizable\":true,\"sortable\":true,\"prop\":\"danganbianhao\",\"label\":\"档案编号\"},scopedSlots:_vm._u([{key:\"default\",fn:function(scope){return [_vm._v(\" \"+_vm._s(scope.row.danganbianhao)+\" \")]}}],null,false,1145628764)}),_c('el-table-column',{attrs:{\"resizable\":true,\"sortable\":true,\"prop\":\"chepaihao\",\"label\":\"车牌号\"},scopedSlots:_vm._u([{key:\"default\",fn:function(scope){return [_vm._v(\" \"+_vm._s(scope.row.chepaihao)+\" \")]}}],null,false,394100621)}),_c('el-table-column',{attrs:{\"resizable\":true,\"sortable\":true,\"prop\":\"cheliangxinghao\",\"label\":\"车辆型号\"},scopedSlots:_vm._u([{key:\"default\",fn:function(scope){return [_vm._v(\" \"+_vm._s(scope.row.cheliangxinghao)+\" \")]}}],null,false,2617493600)}),_c('el-table-column',{attrs:{\"resizable\":true,\"sortable\":true,\"prop\":\"cheliangpinpai\",\"label\":\"车辆品牌\"},scopedSlots:_vm._u([{key:\"default\",fn:function(scope){return [_vm._v(\" \"+_vm._s(scope.row.cheliangpinpai)+\" \")]}}],null,false,1242299153)}),_c('el-table-column',{attrs:{\"resizable\":true,\"sortable\":true,\"prop\":\"cheliangleixing\",\"label\":\"车辆类型\"},scopedSlots:_vm._u([{key:\"default\",fn:function(scope){return [_vm._v(\" \"+_vm._s(scope.row.cheliangleixing)+\" \")]}}],null,false,3411339622)}),_c('el-table-column',{attrs:{\"resizable\":true,\"sortable\":true,\"prop\":\"fadongjihao\",\"label\":\"发动机号\"},scopedSlots:_vm._u([{key:\"default\",fn:function(scope){return [_vm._v(\" \"+_vm._s(scope.row.fadongjihao)+\" \")]}}],null,false,390983741)}),_c('el-table-column',{attrs:{\"resizable\":true,\"sortable\":true,\"prop\":\"chejiahao\",\"label\":\"车架号\"},scopedSlots:_vm._u([{key:\"default\",fn:function(scope){return [_vm._v(\" \"+_vm._s(scope.row.chejiahao)+\" \")]}}],null,false,1114410583)}),_c('el-table-column',{attrs:{\"resizable\":true,\"sortable\":true,\"prop\":\"yanse\",\"label\":\"颜色\"},scopedSlots:_vm._u([{key:\"default\",fn:function(scope){return [_vm._v(\" \"+_vm._s(scope.row.yanse)+\" \")]}}],null,false,1699447517)}),_c('el-table-column',{attrs:{\"resizable\":true,\"sortable\":true,\"prop\":\"huandangfangshi\",\"label\":\"换挡方式\"},scopedSlots:_vm._u([{key:\"default\",fn:function(scope){return [_vm._v(\" \"+_vm._s(scope.row.huandangfangshi)+\" \")]}}],null,false,3945205759)}),_c('el-table-column',{attrs:{\"resizable\":true,\"sortable\":true,\"prop\":\"cheliangzhaopian\",\"width\":\"200\",\"label\":\"车辆照片\"},scopedSlots:_vm._u([{key:\"default\",fn:function(scope){return [(scope.row.cheliangzhaopian)?_c('div',[(scope.row.cheliangzhaopian.substring(0,4)=='http')?_c('img',{staticStyle:{\"object-fit\":\"cover\"},attrs:{\"src\":scope.row.cheliangzhaopian.split(',')[0],\"width\":\"100\",\"height\":\"100\"}}):_c('img',{staticStyle:{\"object-fit\":\"cover\"},attrs:{\"src\":_vm.$base.url+scope.row.cheliangzhaopian.split(',')[0],\"width\":\"100\",\"height\":\"100\"}})]):_c('div',[_vm._v(\"无图片\")])]}}],null,false,1187764440)}),_c('el-table-column',{attrs:{\"resizable\":true,\"sortable\":true,\"prop\":\"zuowei\",\"label\":\"座位\"},scopedSlots:_vm._u([{key:\"default\",fn:function(scope){return [_vm._v(\" \"+_vm._s(scope.row.zuowei)+\" \")]}}],null,false,2358929830)}),_c('el-table-column',{attrs:{\"resizable\":true,\"sortable\":true,\"prop\":\"dengjiriqi\",\"label\":\"登记日期\"},scopedSlots:_vm._u([{key:\"default\",fn:function(scope){return [_vm._v(\" \"+_vm._s(scope.row.dengjiriqi)+\" \")]}}],null,false,4043809205)}),_c('el-table-column',{attrs:{\"resizable\":true,\"sortable\":true,\"prop\":\"danganwenjian\",\"label\":\"档案文件\"},scopedSlots:_vm._u([{key:\"default\",fn:function(scope){return [(scope.row.danganwenjian)?_c('el-button',{attrs:{\"type\":\"text\",\"size\":\"small\"},on:{\"click\":function($event){return _vm.download(scope.row.danganwenjian)}}},[_vm._v(\"下载\")]):_c('span',[_vm._v(\"无\")])]}}],null,false,1246313670)}),_c('el-table-column',{attrs:{\"resizable\":true,\"sortable\":true,\"prop\":\"zhanghao\",\"label\":\"账号\"},scopedSlots:_vm._u([{key:\"default\",fn:function(scope){return [_vm._v(\" \"+_vm._s(scope.row.zhanghao)+\" \")]}}],null,false,2757161441)}),_c('el-table-column',{attrs:{\"resizable\":true,\"sortable\":true,\"prop\":\"xingming\",\"label\":\"姓名\"},scopedSlots:_vm._u([{key:\"default\",fn:function(scope){return [_vm._v(\" \"+_vm._s(scope.row.xingming)+\" \")]}}],null,false,1096791112)}),_c('el-table-column',{attrs:{\"resizable\":true,\"sortable\":true,\"prop\":\"jiashizhenghao\",\"label\":\"驾驶证号\"},scopedSlots:_vm._u([{key:\"default\",fn:function(scope){return [_vm._v(\" \"+_vm._s(scope.row.jiashizhenghao)+\" \")]}}],null,false,1810102229)}),_c('el-table-column',{attrs:{\"resizable\":true,\"sortable\":true,\"prop\":\"yuangongzhanghao\",\"label\":\"员工账号\"},scopedSlots:_vm._u([{key:\"default\",fn:function(scope){return [_vm._v(\" \"+_vm._s(scope.row.yuangongzhanghao)+\" \")]}}],null,false,3349271683)}),_c('el-table-column',{attrs:{\"resizable\":true,\"sortable\":true,\"prop\":\"yuangongxingming\",\"label\":\"员工姓名\"},scopedSlots:_vm._u([{key:\"default\",fn:function(scope){return [_vm._v(\" \"+_vm._s(scope.row.yuangongxingming)+\" \")]}}],null,false,4268580138)}),_c('el-table-column',{attrs:{\"width\":\"300\",\"label\":\"操作\"},scopedSlots:_vm._u([{key:\"default\",fn:function(scope){return [( _vm.isAuth('cheliangdangan','查看'))?_c('el-button',{staticClass:\"view\",attrs:{\"type\":\"success\"},on:{\"click\":function($event){return _vm.addOrUpdateHandler(scope.row.id,'info')}}},[_c('span',{staticClass:\"icon iconfont icon-chakan8\",style:({\"margin\":\"0 0 0 4px\",\"fontSize\":\"inherit\",\"color\":\"inherit\",\"display\":\"none\",\"height\":\"auto\"})}),_vm._v(\" 详情 \")]):_vm._e(),(_vm.isAuth('cheliangdangan','保险信息'))?_c('el-button',{staticClass:\"btn8\",attrs:{\"type\":\"success\"},on:{\"click\":function($event){return _vm.baoxianxinxiCrossAddOrUpdateHandler(scope.row,'cross','','','','')}}},[_c('span',{staticClass:\"icon iconfont icon-xihuan\",style:({\"margin\":\"0 0 0 4px\",\"fontSize\":\"inherit\",\"color\":\"inherit\",\"display\":\"none\",\"height\":\"auto\"})}),_vm._v(\" 保险信息 \")]):_vm._e(),(_vm.isAuth('cheliangdangan','续保通知'))?_c('el-button',{staticClass:\"btn8\",attrs:{\"type\":\"success\"},on:{\"click\":function($event){return _vm.xubaotongzhiCrossAddOrUpdateHandler(scope.row,'cross','','','','')}}},[_c('span',{staticClass:\"icon iconfont icon-xihuan\",style:({\"margin\":\"0 0 0 4px\",\"fontSize\":\"inherit\",\"color\":\"inherit\",\"display\":\"none\",\"height\":\"auto\"})}),_vm._v(\" 续保通知 \")]):_vm._e(),(_vm.isAuth('cheliangdangan','事故记录'))?_c('el-button',{staticClass:\"btn8\",attrs:{\"type\":\"success\"},on:{\"click\":function($event){return _vm.shigujiluCrossAddOrUpdateHandler(scope.row,'cross','','','','')}}},[_c('span',{staticClass:\"icon iconfont icon-xihuan\",style:({\"margin\":\"0 0 0 4px\",\"fontSize\":\"inherit\",\"color\":\"inherit\",\"display\":\"none\",\"height\":\"auto\"})}),_vm._v(\" 事故记录 \")]):_vm._e(),( _vm.isAuth('cheliangdangan','修改') )?_c('el-button',{staticClass:\"edit\",attrs:{\"type\":\"success\"},on:{\"click\":function($event){return _vm.addOrUpdateHandler(scope.row.id)}}},[_c('span',{staticClass:\"icon iconfont icon-xiugai19\",style:({\"margin\":\"0 0 0 4px\",\"fontSize\":\"inherit\",\"color\":\"inherit\",\"display\":\"none\",\"height\":\"auto\"})}),_vm._v(\" 更改 \")]):_vm._e(),(_vm.isAuth('cheliangdangan','删除') )?_c('el-button',{staticClass:\"del\",attrs:{\"type\":\"primary\"},on:{\"click\":function($event){return _vm.deleteHandler(scope.row.id )}}},[_c('span',{staticClass:\"icon iconfont icon-shanchu16\",style:({\"margin\":\"0 0 0 4px\",\"fontSize\":\"inherit\",\"color\":\"inherit\",\"display\":\"none\",\"height\":\"auto\"})}),_vm._v(\" 移除 \")]):_vm._e()]}}],null,false,1589384743)})],1):_vm._e()],1),_c('el-pagination',{style:({\"border\":\"0px solid #dee2e6\",\"padding\":\"10px 0\",\"margin\":\"10px 0 0\",\"whiteSpace\":\"nowrap\",\"color\":\"inherit\",\"textAlign\":\"center\",\"background\":\"none\",\"width\":\"100%\",\"fontSize\":\"inherit\",\"fontWeight\":\"500\"}),attrs:{\"current-page\":_vm.pageIndex,\"background\":\"\",\"page-sizes\":[10, 50, 100, 200],\"page-size\":_vm.pageSize,\"layout\":_vm.layouts.join(),\"total\":_vm.totalPage,\"prev-text\":\"上一页 \",\"next-text\":\"下一页 \",\"hide-on-single-page\":false},on:{\"size-change\":_vm.sizeChangeHandle,\"current-change\":_vm.currentChangeHandle}})]:_vm._e(),(_vm.addOrUpdateFlag)?_c('add-or-update',{ref:\"addOrUpdate\",attrs:{\"parent\":this}}):_vm._e(),(_vm.baoxianxinxiCrossAddOrUpdateFlag)?_c('baoxianxinxi-cross-add-or-update',{ref:\"baoxianxinxiCrossaddOrUpdate\",attrs:{\"parent\":this}}):_vm._e(),(_vm.xubaotongzhiCrossAddOrUpdateFlag)?_c('xubaotongzhi-cross-add-or-update',{ref:\"xubaotongzhiCrossaddOrUpdate\",attrs:{\"parent\":this}}):_vm._e(),(_vm.shigujiluCrossAddOrUpdateFlag)?_c('shigujilu-cross-add-or-update',{ref:\"shigujiluCrossaddOrUpdate\",attrs:{\"parent\":this}}):_vm._e()],2)\n}\nvar staticRenderFns = []\n\nexport { render, staticRenderFns }","var render = function render(){var _vm=this,_c=_vm._self._c;return _c('div',{staticClass:\"addEdit-block\",style:({\"minHeight\":\"calc(100vh - 200px)\",\"padding\":\"0px 0 30px\",\"margin\":\"0 auto\",\"color\":\"#8e99a2\",\"background\":\"none\",\"width\":\"calc(100% - 0px)\",\"fontSize\":\"14px\",\"height\":\"100%\"})},[_c('el-form',{ref:\"ruleForm\",staticClass:\"add-update-preview\",style:({\"padding\":\"30px 5%\",\"borderColor\":\"#f6f6f6\",\"alignItems\":\"flex-start\",\"borderRadius\":\"4px\",\"flexWrap\":\"wrap\",\"background\":\"rgba(255,255,255,.9)\",\"borderWidth\":\"2px\",\"display\":\"flex\",\"fontSize\":\"inherit\",\"borderStyle\":\"solid\"}),attrs:{\"model\":_vm.ruleForm,\"rules\":_vm.rules,\"label-width\":\"200px\"}},[[(_vm.type!='info')?_c('el-form-item',{staticClass:\"input\",style:({\"padding\":\"2px 0\",\"margin\":\"0 auto 20px\",\"color\":\"inherit\",\"borderRadius\":\"4px\",\"background\":\"none\",\"width\":\"100%\",\"fontSize\":\"inherit\"}),attrs:{\"label\":\"档案编号\",\"prop\":\"danganbianhao\"}},[_c('el-input',{attrs:{\"placeholder\":\"档案编号\",\"readonly\":\"\"},model:{value:(_vm.ruleForm.danganbianhao),callback:function ($$v) {_vm.$set(_vm.ruleForm, \"danganbianhao\", $$v)},expression:\"ruleForm.danganbianhao\"}})],1):(_vm.ruleForm.danganbianhao)?_c('el-form-item',{staticClass:\"input\",style:({\"padding\":\"2px 0\",\"margin\":\"0 auto 20px\",\"color\":\"inherit\",\"borderRadius\":\"4px\",\"background\":\"none\",\"width\":\"100%\",\"fontSize\":\"inherit\"}),attrs:{\"label\":\"档案编号\",\"prop\":\"danganbianhao\"}},[_c('el-input',{attrs:{\"placeholder\":\"档案编号\",\"readonly\":\"\"},model:{value:(_vm.ruleForm.danganbianhao),callback:function ($$v) {_vm.$set(_vm.ruleForm, \"danganbianhao\", $$v)},expression:\"ruleForm.danganbianhao\"}})],1):_vm._e(),(_vm.type!='info')?_c('el-form-item',{staticClass:\"input\",style:({\"padding\":\"2px 0\",\"margin\":\"0 auto 20px\",\"color\":\"inherit\",\"borderRadius\":\"4px\",\"background\":\"none\",\"width\":\"100%\",\"fontSize\":\"inherit\"}),attrs:{\"label\":\"车牌号\",\"prop\":\"chepaihao\"}},[_c('el-input',{attrs:{\"placeholder\":\"车牌号\",\"clearable\":\"\",\"readonly\":_vm.ro.chepaihao},model:{value:(_vm.ruleForm.chepaihao),callback:function ($$v) {_vm.$set(_vm.ruleForm, \"chepaihao\", $$v)},expression:\"ruleForm.chepaihao\"}})],1):_c('el-form-item',{staticClass:\"input\",style:({\"padding\":\"2px 0\",\"margin\":\"0 auto 20px\",\"color\":\"inherit\",\"borderRadius\":\"4px\",\"background\":\"none\",\"width\":\"100%\",\"fontSize\":\"inherit\"}),attrs:{\"label\":\"车牌号\",\"prop\":\"chepaihao\"}},[_c('el-input',{attrs:{\"placeholder\":\"车牌号\",\"readonly\":\"\"},model:{value:(_vm.ruleForm.chepaihao),callback:function ($$v) {_vm.$set(_vm.ruleForm, \"chepaihao\", $$v)},expression:\"ruleForm.chepaihao\"}})],1),(_vm.type!='info')?_c('el-form-item',{staticClass:\"input\",style:({\"padding\":\"2px 0\",\"margin\":\"0 auto 20px\",\"color\":\"inherit\",\"borderRadius\":\"4px\",\"background\":\"none\",\"width\":\"100%\",\"fontSize\":\"inherit\"}),attrs:{\"label\":\"车辆型号\",\"prop\":\"cheliangxinghao\"}},[_c('el-input',{attrs:{\"placeholder\":\"车辆型号\",\"clearable\":\"\",\"readonly\":_vm.ro.cheliangxinghao},model:{value:(_vm.ruleForm.cheliangxinghao),callback:function ($$v) {_vm.$set(_vm.ruleForm, \"cheliangxinghao\", $$v)},expression:\"ruleForm.cheliangxinghao\"}})],1):_c('el-form-item',{staticClass:\"input\",style:({\"padding\":\"2px 0\",\"margin\":\"0 auto 20px\",\"color\":\"inherit\",\"borderRadius\":\"4px\",\"background\":\"none\",\"width\":\"100%\",\"fontSize\":\"inherit\"}),attrs:{\"label\":\"车辆型号\",\"prop\":\"cheliangxinghao\"}},[_c('el-input',{attrs:{\"placeholder\":\"车辆型号\",\"readonly\":\"\"},model:{value:(_vm.ruleForm.cheliangxinghao),callback:function ($$v) {_vm.$set(_vm.ruleForm, \"cheliangxinghao\", $$v)},expression:\"ruleForm.cheliangxinghao\"}})],1),(_vm.type!='info')?_c('el-form-item',{staticClass:\"input\",style:({\"padding\":\"2px 0\",\"margin\":\"0 auto 20px\",\"color\":\"inherit\",\"borderRadius\":\"4px\",\"background\":\"none\",\"width\":\"100%\",\"fontSize\":\"inherit\"}),attrs:{\"label\":\"车辆品牌\",\"prop\":\"cheliangpinpai\"}},[_c('el-input',{attrs:{\"placeholder\":\"车辆品牌\",\"clearable\":\"\",\"readonly\":_vm.ro.cheliangpinpai},model:{value:(_vm.ruleForm.cheliangpinpai),callback:function ($$v) {_vm.$set(_vm.ruleForm, \"cheliangpinpai\", $$v)},expression:\"ruleForm.cheliangpinpai\"}})],1):_c('el-form-item',{staticClass:\"input\",style:({\"padding\":\"2px 0\",\"margin\":\"0 auto 20px\",\"color\":\"inherit\",\"borderRadius\":\"4px\",\"background\":\"none\",\"width\":\"100%\",\"fontSize\":\"inherit\"}),attrs:{\"label\":\"车辆品牌\",\"prop\":\"cheliangpinpai\"}},[_c('el-input',{attrs:{\"placeholder\":\"车辆品牌\",\"readonly\":\"\"},model:{value:(_vm.ruleForm.cheliangpinpai),callback:function ($$v) {_vm.$set(_vm.ruleForm, \"cheliangpinpai\", $$v)},expression:\"ruleForm.cheliangpinpai\"}})],1),(_vm.type!='info')?_c('el-form-item',{staticClass:\"input\",style:({\"padding\":\"2px 0\",\"margin\":\"0 auto 20px\",\"color\":\"inherit\",\"borderRadius\":\"4px\",\"background\":\"none\",\"width\":\"100%\",\"fontSize\":\"inherit\"}),attrs:{\"label\":\"车辆类型\",\"prop\":\"cheliangleixing\"}},[_c('el-input',{attrs:{\"placeholder\":\"车辆类型\",\"clearable\":\"\",\"readonly\":_vm.ro.cheliangleixing},model:{value:(_vm.ruleForm.cheliangleixing),callback:function ($$v) {_vm.$set(_vm.ruleForm, \"cheliangleixing\", $$v)},expression:\"ruleForm.cheliangleixing\"}})],1):_c('el-form-item',{staticClass:\"input\",style:({\"padding\":\"2px 0\",\"margin\":\"0 auto 20px\",\"color\":\"inherit\",\"borderRadius\":\"4px\",\"background\":\"none\",\"width\":\"100%\",\"fontSize\":\"inherit\"}),attrs:{\"label\":\"车辆类型\",\"prop\":\"cheliangleixing\"}},[_c('el-input',{attrs:{\"placeholder\":\"车辆类型\",\"readonly\":\"\"},model:{value:(_vm.ruleForm.cheliangleixing),callback:function ($$v) {_vm.$set(_vm.ruleForm, \"cheliangleixing\", $$v)},expression:\"ruleForm.cheliangleixing\"}})],1),(_vm.type!='info')?_c('el-form-item',{staticClass:\"input\",style:({\"padding\":\"2px 0\",\"margin\":\"0 auto 20px\",\"color\":\"inherit\",\"borderRadius\":\"4px\",\"background\":\"none\",\"width\":\"100%\",\"fontSize\":\"inherit\"}),attrs:{\"label\":\"发动机号\",\"prop\":\"fadongjihao\"}},[_c('el-input',{attrs:{\"placeholder\":\"发动机号\",\"clearable\":\"\",\"readonly\":_vm.ro.fadongjihao},model:{value:(_vm.ruleForm.fadongjihao),callback:function ($$v) {_vm.$set(_vm.ruleForm, \"fadongjihao\", $$v)},expression:\"ruleForm.fadongjihao\"}})],1):_c('el-form-item',{staticClass:\"input\",style:({\"padding\":\"2px 0\",\"margin\":\"0 auto 20px\",\"color\":\"inherit\",\"borderRadius\":\"4px\",\"background\":\"none\",\"width\":\"100%\",\"fontSize\":\"inherit\"}),attrs:{\"label\":\"发动机号\",\"prop\":\"fadongjihao\"}},[_c('el-input',{attrs:{\"placeholder\":\"发动机号\",\"readonly\":\"\"},model:{value:(_vm.ruleForm.fadongjihao),callback:function ($$v) {_vm.$set(_vm.ruleForm, \"fadongjihao\", $$v)},expression:\"ruleForm.fadongjihao\"}})],1),(_vm.type!='info')?_c('el-form-item',{staticClass:\"input\",style:({\"padding\":\"2px 0\",\"margin\":\"0 auto 20px\",\"color\":\"inherit\",\"borderRadius\":\"4px\",\"background\":\"none\",\"width\":\"100%\",\"fontSize\":\"inherit\"}),attrs:{\"label\":\"车架号\",\"prop\":\"chejiahao\"}},[_c('el-input',{attrs:{\"placeholder\":\"车架号\",\"clearable\":\"\",\"readonly\":_vm.ro.chejiahao},model:{value:(_vm.ruleForm.chejiahao),callback:function ($$v) {_vm.$set(_vm.ruleForm, \"chejiahao\", $$v)},expression:\"ruleForm.chejiahao\"}})],1):_c('el-form-item',{staticClass:\"input\",style:({\"padding\":\"2px 0\",\"margin\":\"0 auto 20px\",\"color\":\"inherit\",\"borderRadius\":\"4px\",\"background\":\"none\",\"width\":\"100%\",\"fontSize\":\"inherit\"}),attrs:{\"label\":\"车架号\",\"prop\":\"chejiahao\"}},[_c('el-input',{attrs:{\"placeholder\":\"车架号\",\"readonly\":\"\"},model:{value:(_vm.ruleForm.chejiahao),callback:function ($$v) {_vm.$set(_vm.ruleForm, \"chejiahao\", $$v)},expression:\"ruleForm.chejiahao\"}})],1),(_vm.type!='info')?_c('el-form-item',{staticClass:\"input\",style:({\"padding\":\"2px 0\",\"margin\":\"0 auto 20px\",\"color\":\"inherit\",\"borderRadius\":\"4px\",\"background\":\"none\",\"width\":\"100%\",\"fontSize\":\"inherit\"}),attrs:{\"label\":\"颜色\",\"prop\":\"yanse\"}},[_c('el-input',{attrs:{\"placeholder\":\"颜色\",\"clearable\":\"\",\"readonly\":_vm.ro.yanse},model:{value:(_vm.ruleForm.yanse),callback:function ($$v) {_vm.$set(_vm.ruleForm, \"yanse\", $$v)},expression:\"ruleForm.yanse\"}})],1):_c('el-form-item',{staticClass:\"input\",style:({\"padding\":\"2px 0\",\"margin\":\"0 auto 20px\",\"color\":\"inherit\",\"borderRadius\":\"4px\",\"background\":\"none\",\"width\":\"100%\",\"fontSize\":\"inherit\"}),attrs:{\"label\":\"颜色\",\"prop\":\"yanse\"}},[_c('el-input',{attrs:{\"placeholder\":\"颜色\",\"readonly\":\"\"},model:{value:(_vm.ruleForm.yanse),callback:function ($$v) {_vm.$set(_vm.ruleForm, \"yanse\", $$v)},expression:\"ruleForm.yanse\"}})],1),(_vm.type!='info')?_c('el-form-item',{staticClass:\"select\",style:({\"padding\":\"2px 0\",\"margin\":\"0 auto 20px\",\"color\":\"inherit\",\"borderRadius\":\"4px\",\"background\":\"none\",\"width\":\"100%\",\"fontSize\":\"inherit\"}),attrs:{\"label\":\"换挡方式\",\"prop\":\"huandangfangshi\"}},[_c('el-select',{attrs:{\"disabled\":_vm.ro.huandangfangshi,\"placeholder\":\"请选择换挡方式\"},model:{value:(_vm.ruleForm.huandangfangshi),callback:function ($$v) {_vm.$set(_vm.ruleForm, \"huandangfangshi\", $$v)},expression:\"ruleForm.huandangfangshi\"}},_vm._l((_vm.huandangfangshiOptions),function(item,index){return _c('el-option',{key:index,attrs:{\"label\":item,\"value\":item}})}),1)],1):_c('el-form-item',{staticClass:\"input\",style:({\"padding\":\"2px 0\",\"margin\":\"0 auto 20px\",\"color\":\"inherit\",\"borderRadius\":\"4px\",\"background\":\"none\",\"width\":\"100%\",\"fontSize\":\"inherit\"}),attrs:{\"label\":\"换挡方式\",\"prop\":\"huandangfangshi\"}},[_c('el-input',{attrs:{\"placeholder\":\"换挡方式\",\"readonly\":\"\"},model:{value:(_vm.ruleForm.huandangfangshi),callback:function ($$v) {_vm.$set(_vm.ruleForm, \"huandangfangshi\", $$v)},expression:\"ruleForm.huandangfangshi\"}})],1),(_vm.type!='info' && !_vm.ro.cheliangzhaopian)?_c('el-form-item',{staticClass:\"upload\",style:({\"padding\":\"2px 0\",\"margin\":\"0 auto 20px\",\"color\":\"inherit\",\"borderRadius\":\"4px\",\"background\":\"none\",\"width\":\"100%\",\"fontSize\":\"inherit\"}),attrs:{\"label\":\"车辆照片\",\"prop\":\"cheliangzhaopian\"}},[_c('file-upload',{attrs:{\"tip\":\"点击上传车辆照片\",\"action\":\"file/upload\",\"limit\":3,\"multiple\":true,\"fileUrls\":_vm.ruleForm.cheliangzhaopian?_vm.ruleForm.cheliangzhaopian:''},on:{\"change\":_vm.cheliangzhaopianUploadChange}})],1):(_vm.ruleForm.cheliangzhaopian)?_c('el-form-item',{staticClass:\"upload\",style:({\"padding\":\"2px 0\",\"margin\":\"0 auto 20px\",\"color\":\"inherit\",\"borderRadius\":\"4px\",\"background\":\"none\",\"width\":\"100%\",\"fontSize\":\"inherit\"}),attrs:{\"label\":\"车辆照片\",\"prop\":\"cheliangzhaopian\"}},[(_vm.ruleForm.cheliangzhaopian.substring(0,4)=='http')?_c('img',{key:_vm.index,staticClass:\"upload-img\",staticStyle:{\"margin-right\":\"20px\"},attrs:{\"src\":_vm.ruleForm.cheliangzhaopian.split(',')[0],\"width\":\"100\",\"height\":\"100\"}}):_vm._l((_vm.ruleForm.cheliangzhaopian.split(',')),function(item,index){return _c('img',{key:index,staticClass:\"upload-img\",staticStyle:{\"margin-right\":\"20px\"},attrs:{\"src\":_vm.$base.url+item,\"width\":\"100\",\"height\":\"100\"}})})],2):_vm._e(),(_vm.type!='info')?_c('el-form-item',{staticClass:\"input\",style:({\"padding\":\"2px 0\",\"margin\":\"0 auto 20px\",\"color\":\"inherit\",\"borderRadius\":\"4px\",\"background\":\"none\",\"width\":\"100%\",\"fontSize\":\"inherit\"}),attrs:{\"label\":\"座位\",\"prop\":\"zuowei\"}},[_c('el-input',{attrs:{\"placeholder\":\"座位\",\"clearable\":\"\",\"readonly\":_vm.ro.zuowei},model:{value:(_vm.ruleForm.zuowei),callback:function ($$v) {_vm.$set(_vm.ruleForm, \"zuowei\", _vm._n($$v))},expression:\"ruleForm.zuowei\"}})],1):_c('el-form-item',{staticClass:\"input\",style:({\"padding\":\"2px 0\",\"margin\":\"0 auto 20px\",\"color\":\"inherit\",\"borderRadius\":\"4px\",\"background\":\"none\",\"width\":\"100%\",\"fontSize\":\"inherit\"}),attrs:{\"label\":\"座位\",\"prop\":\"zuowei\"}},[_c('el-input',{attrs:{\"placeholder\":\"座位\",\"readonly\":\"\"},model:{value:(_vm.ruleForm.zuowei),callback:function ($$v) {_vm.$set(_vm.ruleForm, \"zuowei\", $$v)},expression:\"ruleForm.zuowei\"}})],1),(_vm.type!='info')?_c('el-form-item',{staticClass:\"date\",style:({\"padding\":\"2px 0\",\"margin\":\"0 auto 20px\",\"color\":\"inherit\",\"borderRadius\":\"4px\",\"background\":\"none\",\"width\":\"100%\",\"fontSize\":\"inherit\"}),attrs:{\"label\":\"登记日期\",\"prop\":\"dengjiriqi\"}},[_c('el-date-picker',{attrs:{\"format\":\"yyyy 年 MM 月 dd 日\",\"value-format\":\"yyyy-MM-dd\",\"type\":\"date\",\"readonly\":_vm.ro.dengjiriqi,\"placeholder\":\"登记日期\"},model:{value:(_vm.ruleForm.dengjiriqi),callback:function ($$v) {_vm.$set(_vm.ruleForm, \"dengjiriqi\", $$v)},expression:\"ruleForm.dengjiriqi\"}})],1):(_vm.ruleForm.dengjiriqi)?_c('el-form-item',{staticClass:\"input\",style:({\"padding\":\"2px 0\",\"margin\":\"0 auto 20px\",\"color\":\"inherit\",\"borderRadius\":\"4px\",\"background\":\"none\",\"width\":\"100%\",\"fontSize\":\"inherit\"}),attrs:{\"label\":\"登记日期\",\"prop\":\"dengjiriqi\"}},[_c('el-input',{attrs:{\"placeholder\":\"登记日期\",\"readonly\":\"\"},model:{value:(_vm.ruleForm.dengjiriqi),callback:function ($$v) {_vm.$set(_vm.ruleForm, \"dengjiriqi\", $$v)},expression:\"ruleForm.dengjiriqi\"}})],1):_vm._e(),(_vm.type!='info'&& !_vm.ro.danganwenjian)?_c('el-form-item',{staticClass:\"upload\",style:({\"padding\":\"2px 0\",\"margin\":\"0 auto 20px\",\"color\":\"inherit\",\"borderRadius\":\"4px\",\"background\":\"none\",\"width\":\"100%\",\"fontSize\":\"inherit\"}),attrs:{\"label\":\"档案文件\",\"prop\":\"danganwenjian\"}},[_c('file-upload',{attrs:{\"tip\":\"点击上传档案文件\",\"action\":\"file/upload\",\"limit\":1,\"type\":3,\"multiple\":true,\"fileUrls\":_vm.ruleForm.danganwenjian?_vm.ruleForm.danganwenjian:''},on:{\"change\":_vm.danganwenjianUploadChange}})],1):(_vm.ruleForm.danganwenjian)?_c('el-form-item',{style:({\"padding\":\"2px 0\",\"margin\":\"0 auto 20px\",\"color\":\"inherit\",\"borderRadius\":\"4px\",\"background\":\"none\",\"width\":\"100%\",\"fontSize\":\"inherit\"}),attrs:{\"label\":\"档案文件\",\"prop\":\"danganwenjian\"}},[_c('el-button',{style:({\"border\":\"1px solid #ced4da\",\"cursor\":\"pointer\",\"padding\":\"0 30px\",\"margin\":\"0 20px 0 0\",\"outline\":\"none\",\"color\":\"inherit\",\"borderRadius\":\"4px\",\"background\":\"none\",\"width\":\"auto\",\"lineHeight\":\"36px\",\"fontSize\":\"14px\",\"height\":\"40px\"}),attrs:{\"type\":\"text\",\"size\":\"small\"},on:{\"click\":function($event){return _vm.download(_vm.$base.url+_vm.ruleForm.danganwenjian)}}},[_vm._v(\"下载\")])],1):(!_vm.ruleForm.danganwenjian)?_c('el-form-item',{style:({\"padding\":\"2px 0\",\"margin\":\"0 auto 20px\",\"color\":\"inherit\",\"borderRadius\":\"4px\",\"background\":\"none\",\"width\":\"100%\",\"fontSize\":\"inherit\"}),attrs:{\"label\":\"档案文件\",\"prop\":\"danganwenjian\"}},[_c('el-button',{style:({\"border\":\"1px solid #ced4da\",\"cursor\":\"pointer\",\"padding\":\"0 30px\",\"margin\":\"0 20px 0 0\",\"outline\":\"none\",\"color\":\"inherit\",\"borderRadius\":\"4px\",\"background\":\"none\",\"width\":\"auto\",\"lineHeight\":\"36px\",\"fontSize\":\"14px\",\"height\":\"40px\"}),attrs:{\"type\":\"text\",\"size\":\"small\"}},[_vm._v(\"无\")])],1):_vm._e(),(_vm.type!='info')?_c('el-form-item',{staticClass:\"select\",style:({\"padding\":\"2px 0\",\"margin\":\"0 auto 20px\",\"color\":\"inherit\",\"borderRadius\":\"4px\",\"background\":\"none\",\"width\":\"100%\",\"fontSize\":\"inherit\"}),attrs:{\"label\":\"账号\",\"prop\":\"zhanghao\"}},[_c('el-select',{attrs:{\"disabled\":_vm.ro.zhanghao,\"placeholder\":\"请选择账号\"},on:{\"change\":_vm.zhanghaoChange},model:{value:(_vm.ruleForm.zhanghao),callback:function ($$v) {_vm.$set(_vm.ruleForm, \"zhanghao\", $$v)},expression:\"ruleForm.zhanghao\"}},_vm._l((_vm.zhanghaoOptions),function(item,index){return _c('el-option',{key:index,attrs:{\"label\":item,\"value\":item}})}),1)],1):(_vm.ruleForm.zhanghao)?_c('el-form-item',{staticClass:\"input\",style:({\"padding\":\"2px 0\",\"margin\":\"0 auto 20px\",\"color\":\"inherit\",\"borderRadius\":\"4px\",\"background\":\"none\",\"width\":\"100%\",\"fontSize\":\"inherit\"}),attrs:{\"label\":\"账号\",\"prop\":\"zhanghao\"}},[_c('el-input',{attrs:{\"placeholder\":\"账号\",\"readonly\":\"\"},model:{value:(_vm.ruleForm.zhanghao),callback:function ($$v) {_vm.$set(_vm.ruleForm, \"zhanghao\", $$v)},expression:\"ruleForm.zhanghao\"}})],1):_vm._e(),(_vm.type!='info')?_c('el-form-item',{staticClass:\"input\",style:({\"padding\":\"2px 0\",\"margin\":\"0 auto 20px\",\"color\":\"inherit\",\"borderRadius\":\"4px\",\"background\":\"none\",\"width\":\"100%\",\"fontSize\":\"inherit\"}),attrs:{\"label\":\"姓名\",\"prop\":\"xingming\"}},[_c('el-input',{attrs:{\"placeholder\":\"姓名\",\"clearable\":\"\",\"readonly\":_vm.ro.xingming},model:{value:(_vm.ruleForm.xingming),callback:function ($$v) {_vm.$set(_vm.ruleForm, \"xingming\", $$v)},expression:\"ruleForm.xingming\"}})],1):_c('el-form-item',{staticClass:\"input\",style:({\"padding\":\"2px 0\",\"margin\":\"0 auto 20px\",\"color\":\"inherit\",\"borderRadius\":\"4px\",\"background\":\"none\",\"width\":\"100%\",\"fontSize\":\"inherit\"}),attrs:{\"label\":\"姓名\",\"prop\":\"xingming\"}},[_c('el-input',{attrs:{\"placeholder\":\"姓名\",\"readonly\":\"\"},model:{value:(_vm.ruleForm.xingming),callback:function ($$v) {_vm.$set(_vm.ruleForm, \"xingming\", $$v)},expression:\"ruleForm.xingming\"}})],1),(_vm.type!='info')?_c('el-form-item',{staticClass:\"input\",style:({\"padding\":\"2px 0\",\"margin\":\"0 auto 20px\",\"color\":\"inherit\",\"borderRadius\":\"4px\",\"background\":\"none\",\"width\":\"100%\",\"fontSize\":\"inherit\"}),attrs:{\"label\":\"驾驶证号\",\"prop\":\"jiashizhenghao\"}},[_c('el-input',{attrs:{\"placeholder\":\"驾驶证号\",\"clearable\":\"\",\"readonly\":_vm.ro.jiashizhenghao},model:{value:(_vm.ruleForm.jiashizhenghao),callback:function ($$v) {_vm.$set(_vm.ruleForm, \"jiashizhenghao\", $$v)},expression:\"ruleForm.jiashizhenghao\"}})],1):_c('el-form-item',{staticClass:\"input\",style:({\"padding\":\"2px 0\",\"margin\":\"0 auto 20px\",\"color\":\"inherit\",\"borderRadius\":\"4px\",\"background\":\"none\",\"width\":\"100%\",\"fontSize\":\"inherit\"}),attrs:{\"label\":\"驾驶证号\",\"prop\":\"jiashizhenghao\"}},[_c('el-input',{attrs:{\"placeholder\":\"驾驶证号\",\"readonly\":\"\"},model:{value:(_vm.ruleForm.jiashizhenghao),callback:function ($$v) {_vm.$set(_vm.ruleForm, \"jiashizhenghao\", $$v)},expression:\"ruleForm.jiashizhenghao\"}})],1),(_vm.type!='info')?_c('el-form-item',{staticClass:\"input\",style:({\"padding\":\"2px 0\",\"margin\":\"0 auto 20px\",\"color\":\"inherit\",\"borderRadius\":\"4px\",\"background\":\"none\",\"width\":\"100%\",\"fontSize\":\"inherit\"}),attrs:{\"label\":\"员工账号\",\"prop\":\"yuangongzhanghao\"}},[_c('el-input',{attrs:{\"placeholder\":\"员工账号\",\"clearable\":\"\",\"readonly\":_vm.ro.yuangongzhanghao},model:{value:(_vm.ruleForm.yuangongzhanghao),callback:function ($$v) {_vm.$set(_vm.ruleForm, \"yuangongzhanghao\", $$v)},expression:\"ruleForm.yuangongzhanghao\"}})],1):_c('el-form-item',{staticClass:\"input\",style:({\"padding\":\"2px 0\",\"margin\":\"0 auto 20px\",\"color\":\"inherit\",\"borderRadius\":\"4px\",\"background\":\"none\",\"width\":\"100%\",\"fontSize\":\"inherit\"}),attrs:{\"label\":\"员工账号\",\"prop\":\"yuangongzhanghao\"}},[_c('el-input',{attrs:{\"placeholder\":\"员工账号\",\"readonly\":\"\"},model:{value:(_vm.ruleForm.yuangongzhanghao),callback:function ($$v) {_vm.$set(_vm.ruleForm, \"yuangongzhanghao\", $$v)},expression:\"ruleForm.yuangongzhanghao\"}})],1),(_vm.type!='info')?_c('el-form-item',{staticClass:\"input\",style:({\"padding\":\"2px 0\",\"margin\":\"0 auto 20px\",\"color\":\"inherit\",\"borderRadius\":\"4px\",\"background\":\"none\",\"width\":\"100%\",\"fontSize\":\"inherit\"}),attrs:{\"label\":\"员工姓名\",\"prop\":\"yuangongxingming\"}},[_c('el-input',{attrs:{\"placeholder\":\"员工姓名\",\"clearable\":\"\",\"readonly\":_vm.ro.yuangongxingming},model:{value:(_vm.ruleForm.yuangongxingming),callback:function ($$v) {_vm.$set(_vm.ruleForm, \"yuangongxingming\", $$v)},expression:\"ruleForm.yuangongxingming\"}})],1):_c('el-form-item',{staticClass:\"input\",style:({\"padding\":\"2px 0\",\"margin\":\"0 auto 20px\",\"color\":\"inherit\",\"borderRadius\":\"4px\",\"background\":\"none\",\"width\":\"100%\",\"fontSize\":\"inherit\"}),attrs:{\"label\":\"员工姓名\",\"prop\":\"yuangongxingming\"}},[_c('el-input',{attrs:{\"placeholder\":\"员工姓名\",\"readonly\":\"\"},model:{value:(_vm.ruleForm.yuangongxingming),callback:function ($$v) {_vm.$set(_vm.ruleForm, \"yuangongxingming\", $$v)},expression:\"ruleForm.yuangongxingming\"}})],1)],(_vm.type!='info')?_c('el-form-item',{style:({\"padding\":\"2px 0\",\"margin\":\"0 auto 20px\",\"color\":\"inherit\",\"borderRadius\":\"4px\",\"background\":\"none\",\"width\":\"100%\",\"fontSize\":\"inherit\"}),attrs:{\"label\":\"车辆详情\",\"prop\":\"cheliangxiangqing\"}},[_c('editor',{staticClass:\"editor\",staticStyle:{\"min-width\":\"200px\",\"max-width\":\"600px\"},attrs:{\"action\":\"file/upload\"},model:{value:(_vm.ruleForm.cheliangxiangqing),callback:function ($$v) {_vm.$set(_vm.ruleForm, \"cheliangxiangqing\", $$v)},expression:\"ruleForm.cheliangxiangqing\"}})],1):(_vm.ruleForm.cheliangxiangqing)?_c('el-form-item',{style:({\"padding\":\"2px 0\",\"margin\":\"0 auto 20px\",\"color\":\"inherit\",\"borderRadius\":\"4px\",\"background\":\"none\",\"width\":\"100%\",\"fontSize\":\"inherit\"}),attrs:{\"label\":\"车辆详情\",\"prop\":\"cheliangxiangqing\"}},[_c('span',{style:({\"fontSize\":\"14px\",\"lineHeight\":\"40px\",\"color\":\"inherit\",\"fontWeight\":\"500\",\"display\":\"inline-block\"}),domProps:{\"innerHTML\":_vm._s(_vm.ruleForm.cheliangxiangqing)}})]):_vm._e(),_c('el-form-item',{staticClass:\"btn\",style:({\"padding\":\"0\",\"margin\":\"30px auto\",\"alignItems\":\"center\",\"textAlign\":\"center\",\"background\":\"none\",\"display\":\"flex\",\"width\":\"60%\",\"fontSize\":\"18px\"})},[(_vm.type!='info')?_c('el-button',{staticClass:\"btn3\",attrs:{\"type\":\"success\"},on:{\"click\":_vm.onSubmit}},[_c('span',{staticClass:\"icon iconfont icon-tijiao16\",style:({\"margin\":\"0 2px\",\"fontSize\":\"inherit\",\"color\":\"inherit\",\"display\":\"none\"})}),_vm._v(\" 确定 \")]):_vm._e(),(_vm.type!='info')?_c('el-button',{staticClass:\"btn4\",attrs:{\"type\":\"success\"},on:{\"click\":function($event){return _vm.back()}}},[_c('span',{staticClass:\"icon iconfont icon-quxiao09\",style:({\"margin\":\"0 2px\",\"fontSize\":\"inherit\",\"color\":\"inherit\",\"display\":\"none\"})}),_vm._v(\" 取消 \")]):_vm._e(),(_vm.type=='info')?_c('el-button',{staticClass:\"btn5\",attrs:{\"type\":\"success\"},on:{\"click\":function($event){return _vm.back()}}},[_c('span',{staticClass:\"icon iconfont icon-fanhui01\",style:({\"margin\":\"0 2px\",\"fontSize\":\"inherit\",\"color\":\"inherit\",\"display\":\"none\"})}),_vm._v(\" 返回 \")]):_vm._e()],1)],2)],1)\n}\nvar staticRenderFns = []\n\nexport { render, staticRenderFns }","\r\n\r\n\r\n","import mod from \"-!../../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_cache-loader@4.1.0@cache-loader/dist/cjs.js??ref--13-0!../../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_thread-loader@2.1.3@thread-loader/dist/cjs.js!../../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_babel-loader@8.4.1@babel-loader/lib/index.js!../../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_cache-loader@4.1.0@cache-loader/dist/cjs.js??ref--1-0!../../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_vue-loader@15.11.1@vue-loader/lib/index.js??vue-loader-options!./add-or-update.vue?vue&type=script&lang=js\"; export default mod; export * from \"-!../../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_cache-loader@4.1.0@cache-loader/dist/cjs.js??ref--13-0!../../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_thread-loader@2.1.3@thread-loader/dist/cjs.js!../../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_babel-loader@8.4.1@babel-loader/lib/index.js!../../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_cache-loader@4.1.0@cache-loader/dist/cjs.js??ref--1-0!../../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_vue-loader@15.11.1@vue-loader/lib/index.js??vue-loader-options!./add-or-update.vue?vue&type=script&lang=js\"","import { render, staticRenderFns } from \"./add-or-update.vue?vue&type=template&id=2bc57788&scoped=true\"\nimport script from \"./add-or-update.vue?vue&type=script&lang=js\"\nexport * from \"./add-or-update.vue?vue&type=script&lang=js\"\nimport style0 from \"./add-or-update.vue?vue&type=style&index=0&id=2bc57788&prod&lang=scss&scoped=true\"\n\n\n/* normalize component */\nimport normalizer from \"!../../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_vue-loader@15.11.1@vue-loader/lib/runtime/componentNormalizer.js\"\nvar component = normalizer(\n script,\n render,\n staticRenderFns,\n false,\n null,\n \"2bc57788\",\n null\n \n)\n\nexport default component.exports","var render = function render(){var _vm=this,_c=_vm._self._c;return _c('div',{staticClass:\"addEdit-block\",style:({\"minHeight\":\"calc(100vh - 200px)\",\"padding\":\"0px 0 30px\",\"margin\":\"0 auto\",\"color\":\"#8e99a2\",\"background\":\"none\",\"width\":\"calc(100% - 0px)\",\"fontSize\":\"14px\",\"height\":\"100%\"})},[_c('el-form',{ref:\"ruleForm\",staticClass:\"add-update-preview\",style:({\"padding\":\"30px 5%\",\"borderColor\":\"#f6f6f6\",\"alignItems\":\"flex-start\",\"borderRadius\":\"4px\",\"flexWrap\":\"wrap\",\"background\":\"rgba(255,255,255,.9)\",\"borderWidth\":\"2px\",\"display\":\"flex\",\"fontSize\":\"inherit\",\"borderStyle\":\"solid\"}),attrs:{\"model\":_vm.ruleForm,\"rules\":_vm.rules,\"label-width\":\"200px\"}},[[(_vm.type!='info')?_c('el-form-item',{staticClass:\"input\",style:({\"padding\":\"2px 0\",\"margin\":\"0 auto 20px\",\"color\":\"inherit\",\"borderRadius\":\"4px\",\"background\":\"none\",\"width\":\"100%\",\"fontSize\":\"inherit\"}),attrs:{\"label\":\"保险公司\",\"prop\":\"baoxiangongsi\"}},[_c('el-input',{attrs:{\"placeholder\":\"保险公司\",\"clearable\":\"\",\"readonly\":_vm.ro.baoxiangongsi},model:{value:(_vm.ruleForm.baoxiangongsi),callback:function ($$v) {_vm.$set(_vm.ruleForm, \"baoxiangongsi\", $$v)},expression:\"ruleForm.baoxiangongsi\"}})],1):_c('el-form-item',{staticClass:\"input\",style:({\"padding\":\"2px 0\",\"margin\":\"0 auto 20px\",\"color\":\"inherit\",\"borderRadius\":\"4px\",\"background\":\"none\",\"width\":\"100%\",\"fontSize\":\"inherit\"}),attrs:{\"label\":\"保险公司\",\"prop\":\"baoxiangongsi\"}},[_c('el-input',{attrs:{\"placeholder\":\"保险公司\",\"readonly\":\"\"},model:{value:(_vm.ruleForm.baoxiangongsi),callback:function ($$v) {_vm.$set(_vm.ruleForm, \"baoxiangongsi\", $$v)},expression:\"ruleForm.baoxiangongsi\"}})],1),(_vm.type!='info')?_c('el-form-item',{staticClass:\"input\",style:({\"padding\":\"2px 0\",\"margin\":\"0 auto 20px\",\"color\":\"inherit\",\"borderRadius\":\"4px\",\"background\":\"none\",\"width\":\"100%\",\"fontSize\":\"inherit\"}),attrs:{\"label\":\"保险类型\",\"prop\":\"baoxianleixing\"}},[_c('el-input',{attrs:{\"placeholder\":\"保险类型\",\"clearable\":\"\",\"readonly\":_vm.ro.baoxianleixing},model:{value:(_vm.ruleForm.baoxianleixing),callback:function ($$v) {_vm.$set(_vm.ruleForm, \"baoxianleixing\", $$v)},expression:\"ruleForm.baoxianleixing\"}})],1):_c('el-form-item',{staticClass:\"input\",style:({\"padding\":\"2px 0\",\"margin\":\"0 auto 20px\",\"color\":\"inherit\",\"borderRadius\":\"4px\",\"background\":\"none\",\"width\":\"100%\",\"fontSize\":\"inherit\"}),attrs:{\"label\":\"保险类型\",\"prop\":\"baoxianleixing\"}},[_c('el-input',{attrs:{\"placeholder\":\"保险类型\",\"readonly\":\"\"},model:{value:(_vm.ruleForm.baoxianleixing),callback:function ($$v) {_vm.$set(_vm.ruleForm, \"baoxianleixing\", $$v)},expression:\"ruleForm.baoxianleixing\"}})],1),(_vm.type!='info')?_c('el-form-item',{staticClass:\"input\",style:({\"padding\":\"2px 0\",\"margin\":\"0 auto 20px\",\"color\":\"inherit\",\"borderRadius\":\"4px\",\"background\":\"none\",\"width\":\"100%\",\"fontSize\":\"inherit\"}),attrs:{\"label\":\"保险金额\",\"prop\":\"baoxianjine\"}},[_c('el-input-number',{attrs:{\"placeholder\":\"保险金额\",\"readonly\":_vm.ro.baoxianjine},model:{value:(_vm.ruleForm.baoxianjine),callback:function ($$v) {_vm.$set(_vm.ruleForm, \"baoxianjine\", $$v)},expression:\"ruleForm.baoxianjine\"}})],1):_c('el-form-item',{staticClass:\"input\",style:({\"padding\":\"2px 0\",\"margin\":\"0 auto 20px\",\"color\":\"inherit\",\"borderRadius\":\"4px\",\"background\":\"none\",\"width\":\"100%\",\"fontSize\":\"inherit\"}),attrs:{\"label\":\"保险金额\",\"prop\":\"baoxianjine\"}},[_c('el-input',{attrs:{\"placeholder\":\"保险金额\",\"readonly\":\"\"},model:{value:(_vm.ruleForm.baoxianjine),callback:function ($$v) {_vm.$set(_vm.ruleForm, \"baoxianjine\", $$v)},expression:\"ruleForm.baoxianjine\"}})],1),(_vm.type!='info')?_c('el-form-item',{staticClass:\"date\",style:({\"padding\":\"2px 0\",\"margin\":\"0 auto 20px\",\"color\":\"inherit\",\"borderRadius\":\"4px\",\"background\":\"none\",\"width\":\"100%\",\"fontSize\":\"inherit\"}),attrs:{\"label\":\"生效日期\",\"prop\":\"shengxiaoriqi\"}},[_c('el-date-picker',{attrs:{\"format\":\"yyyy 年 MM 月 dd 日\",\"value-format\":\"yyyy-MM-dd\",\"type\":\"date\",\"readonly\":_vm.ro.shengxiaoriqi,\"placeholder\":\"生效日期\"},model:{value:(_vm.ruleForm.shengxiaoriqi),callback:function ($$v) {_vm.$set(_vm.ruleForm, \"shengxiaoriqi\", $$v)},expression:\"ruleForm.shengxiaoriqi\"}})],1):(_vm.ruleForm.shengxiaoriqi)?_c('el-form-item',{staticClass:\"input\",style:({\"padding\":\"2px 0\",\"margin\":\"0 auto 20px\",\"color\":\"inherit\",\"borderRadius\":\"4px\",\"background\":\"none\",\"width\":\"100%\",\"fontSize\":\"inherit\"}),attrs:{\"label\":\"生效日期\",\"prop\":\"shengxiaoriqi\"}},[_c('el-input',{attrs:{\"placeholder\":\"生效日期\",\"readonly\":\"\"},model:{value:(_vm.ruleForm.shengxiaoriqi),callback:function ($$v) {_vm.$set(_vm.ruleForm, \"shengxiaoriqi\", $$v)},expression:\"ruleForm.shengxiaoriqi\"}})],1):_vm._e(),(_vm.type!='info')?_c('el-form-item',{staticClass:\"date\",style:({\"padding\":\"2px 0\",\"margin\":\"0 auto 20px\",\"color\":\"inherit\",\"borderRadius\":\"4px\",\"background\":\"none\",\"width\":\"100%\",\"fontSize\":\"inherit\"}),attrs:{\"label\":\"有效期至\",\"prop\":\"youxiaoqizhi\"}},[_c('el-date-picker',{attrs:{\"format\":\"yyyy 年 MM 月 dd 日\",\"value-format\":\"yyyy-MM-dd\",\"type\":\"date\",\"readonly\":_vm.ro.youxiaoqizhi,\"placeholder\":\"有效期至\"},model:{value:(_vm.ruleForm.youxiaoqizhi),callback:function ($$v) {_vm.$set(_vm.ruleForm, \"youxiaoqizhi\", $$v)},expression:\"ruleForm.youxiaoqizhi\"}})],1):(_vm.ruleForm.youxiaoqizhi)?_c('el-form-item',{staticClass:\"input\",style:({\"padding\":\"2px 0\",\"margin\":\"0 auto 20px\",\"color\":\"inherit\",\"borderRadius\":\"4px\",\"background\":\"none\",\"width\":\"100%\",\"fontSize\":\"inherit\"}),attrs:{\"label\":\"有效期至\",\"prop\":\"youxiaoqizhi\"}},[_c('el-input',{attrs:{\"placeholder\":\"有效期至\",\"readonly\":\"\"},model:{value:(_vm.ruleForm.youxiaoqizhi),callback:function ($$v) {_vm.$set(_vm.ruleForm, \"youxiaoqizhi\", $$v)},expression:\"ruleForm.youxiaoqizhi\"}})],1):_vm._e(),(_vm.type!='info')?_c('el-form-item',{staticClass:\"input\",style:({\"padding\":\"2px 0\",\"margin\":\"0 auto 20px\",\"color\":\"inherit\",\"borderRadius\":\"4px\",\"background\":\"none\",\"width\":\"100%\",\"fontSize\":\"inherit\"}),attrs:{\"label\":\"车牌号\",\"prop\":\"chepaihao\"}},[_c('el-input',{attrs:{\"placeholder\":\"车牌号\",\"clearable\":\"\",\"readonly\":_vm.ro.chepaihao},model:{value:(_vm.ruleForm.chepaihao),callback:function ($$v) {_vm.$set(_vm.ruleForm, \"chepaihao\", $$v)},expression:\"ruleForm.chepaihao\"}})],1):_c('el-form-item',{staticClass:\"input\",style:({\"padding\":\"2px 0\",\"margin\":\"0 auto 20px\",\"color\":\"inherit\",\"borderRadius\":\"4px\",\"background\":\"none\",\"width\":\"100%\",\"fontSize\":\"inherit\"}),attrs:{\"label\":\"车牌号\",\"prop\":\"chepaihao\"}},[_c('el-input',{attrs:{\"placeholder\":\"车牌号\",\"readonly\":\"\"},model:{value:(_vm.ruleForm.chepaihao),callback:function ($$v) {_vm.$set(_vm.ruleForm, \"chepaihao\", $$v)},expression:\"ruleForm.chepaihao\"}})],1),(_vm.type!='info')?_c('el-form-item',{staticClass:\"input\",style:({\"padding\":\"2px 0\",\"margin\":\"0 auto 20px\",\"color\":\"inherit\",\"borderRadius\":\"4px\",\"background\":\"none\",\"width\":\"100%\",\"fontSize\":\"inherit\"}),attrs:{\"label\":\"车辆型号\",\"prop\":\"cheliangxinghao\"}},[_c('el-input',{attrs:{\"placeholder\":\"车辆型号\",\"clearable\":\"\",\"readonly\":_vm.ro.cheliangxinghao},model:{value:(_vm.ruleForm.cheliangxinghao),callback:function ($$v) {_vm.$set(_vm.ruleForm, \"cheliangxinghao\", $$v)},expression:\"ruleForm.cheliangxinghao\"}})],1):_c('el-form-item',{staticClass:\"input\",style:({\"padding\":\"2px 0\",\"margin\":\"0 auto 20px\",\"color\":\"inherit\",\"borderRadius\":\"4px\",\"background\":\"none\",\"width\":\"100%\",\"fontSize\":\"inherit\"}),attrs:{\"label\":\"车辆型号\",\"prop\":\"cheliangxinghao\"}},[_c('el-input',{attrs:{\"placeholder\":\"车辆型号\",\"readonly\":\"\"},model:{value:(_vm.ruleForm.cheliangxinghao),callback:function ($$v) {_vm.$set(_vm.ruleForm, \"cheliangxinghao\", $$v)},expression:\"ruleForm.cheliangxinghao\"}})],1),(_vm.type!='info')?_c('el-form-item',{staticClass:\"input\",style:({\"padding\":\"2px 0\",\"margin\":\"0 auto 20px\",\"color\":\"inherit\",\"borderRadius\":\"4px\",\"background\":\"none\",\"width\":\"100%\",\"fontSize\":\"inherit\"}),attrs:{\"label\":\"车辆品牌\",\"prop\":\"cheliangpinpai\"}},[_c('el-input',{attrs:{\"placeholder\":\"车辆品牌\",\"clearable\":\"\",\"readonly\":_vm.ro.cheliangpinpai},model:{value:(_vm.ruleForm.cheliangpinpai),callback:function ($$v) {_vm.$set(_vm.ruleForm, \"cheliangpinpai\", $$v)},expression:\"ruleForm.cheliangpinpai\"}})],1):_c('el-form-item',{staticClass:\"input\",style:({\"padding\":\"2px 0\",\"margin\":\"0 auto 20px\",\"color\":\"inherit\",\"borderRadius\":\"4px\",\"background\":\"none\",\"width\":\"100%\",\"fontSize\":\"inherit\"}),attrs:{\"label\":\"车辆品牌\",\"prop\":\"cheliangpinpai\"}},[_c('el-input',{attrs:{\"placeholder\":\"车辆品牌\",\"readonly\":\"\"},model:{value:(_vm.ruleForm.cheliangpinpai),callback:function ($$v) {_vm.$set(_vm.ruleForm, \"cheliangpinpai\", $$v)},expression:\"ruleForm.cheliangpinpai\"}})],1),(_vm.type!='info')?_c('el-form-item',{staticClass:\"input\",style:({\"padding\":\"2px 0\",\"margin\":\"0 auto 20px\",\"color\":\"inherit\",\"borderRadius\":\"4px\",\"background\":\"none\",\"width\":\"100%\",\"fontSize\":\"inherit\"}),attrs:{\"label\":\"车辆类型\",\"prop\":\"cheliangleixing\"}},[_c('el-input',{attrs:{\"placeholder\":\"车辆类型\",\"clearable\":\"\",\"readonly\":_vm.ro.cheliangleixing},model:{value:(_vm.ruleForm.cheliangleixing),callback:function ($$v) {_vm.$set(_vm.ruleForm, \"cheliangleixing\", $$v)},expression:\"ruleForm.cheliangleixing\"}})],1):_c('el-form-item',{staticClass:\"input\",style:({\"padding\":\"2px 0\",\"margin\":\"0 auto 20px\",\"color\":\"inherit\",\"borderRadius\":\"4px\",\"background\":\"none\",\"width\":\"100%\",\"fontSize\":\"inherit\"}),attrs:{\"label\":\"车辆类型\",\"prop\":\"cheliangleixing\"}},[_c('el-input',{attrs:{\"placeholder\":\"车辆类型\",\"readonly\":\"\"},model:{value:(_vm.ruleForm.cheliangleixing),callback:function ($$v) {_vm.$set(_vm.ruleForm, \"cheliangleixing\", $$v)},expression:\"ruleForm.cheliangleixing\"}})],1),(_vm.type!='info')?_c('el-form-item',{staticClass:\"input\",style:({\"padding\":\"2px 0\",\"margin\":\"0 auto 20px\",\"color\":\"inherit\",\"borderRadius\":\"4px\",\"background\":\"none\",\"width\":\"100%\",\"fontSize\":\"inherit\"}),attrs:{\"label\":\"发动机号\",\"prop\":\"fadongjihao\"}},[_c('el-input',{attrs:{\"placeholder\":\"发动机号\",\"clearable\":\"\",\"readonly\":_vm.ro.fadongjihao},model:{value:(_vm.ruleForm.fadongjihao),callback:function ($$v) {_vm.$set(_vm.ruleForm, \"fadongjihao\", $$v)},expression:\"ruleForm.fadongjihao\"}})],1):_c('el-form-item',{staticClass:\"input\",style:({\"padding\":\"2px 0\",\"margin\":\"0 auto 20px\",\"color\":\"inherit\",\"borderRadius\":\"4px\",\"background\":\"none\",\"width\":\"100%\",\"fontSize\":\"inherit\"}),attrs:{\"label\":\"发动机号\",\"prop\":\"fadongjihao\"}},[_c('el-input',{attrs:{\"placeholder\":\"发动机号\",\"readonly\":\"\"},model:{value:(_vm.ruleForm.fadongjihao),callback:function ($$v) {_vm.$set(_vm.ruleForm, \"fadongjihao\", $$v)},expression:\"ruleForm.fadongjihao\"}})],1),(_vm.type!='info')?_c('el-form-item',{staticClass:\"input\",style:({\"padding\":\"2px 0\",\"margin\":\"0 auto 20px\",\"color\":\"inherit\",\"borderRadius\":\"4px\",\"background\":\"none\",\"width\":\"100%\",\"fontSize\":\"inherit\"}),attrs:{\"label\":\"车架号\",\"prop\":\"chejiahao\"}},[_c('el-input',{attrs:{\"placeholder\":\"车架号\",\"clearable\":\"\",\"readonly\":_vm.ro.chejiahao},model:{value:(_vm.ruleForm.chejiahao),callback:function ($$v) {_vm.$set(_vm.ruleForm, \"chejiahao\", $$v)},expression:\"ruleForm.chejiahao\"}})],1):_c('el-form-item',{staticClass:\"input\",style:({\"padding\":\"2px 0\",\"margin\":\"0 auto 20px\",\"color\":\"inherit\",\"borderRadius\":\"4px\",\"background\":\"none\",\"width\":\"100%\",\"fontSize\":\"inherit\"}),attrs:{\"label\":\"车架号\",\"prop\":\"chejiahao\"}},[_c('el-input',{attrs:{\"placeholder\":\"车架号\",\"readonly\":\"\"},model:{value:(_vm.ruleForm.chejiahao),callback:function ($$v) {_vm.$set(_vm.ruleForm, \"chejiahao\", $$v)},expression:\"ruleForm.chejiahao\"}})],1),(_vm.type!='info')?_c('el-form-item',{staticClass:\"date\",style:({\"padding\":\"2px 0\",\"margin\":\"0 auto 20px\",\"color\":\"inherit\",\"borderRadius\":\"4px\",\"background\":\"none\",\"width\":\"100%\",\"fontSize\":\"inherit\"}),attrs:{\"label\":\"登记日期\",\"prop\":\"dengjiriqi\"}},[_c('el-date-picker',{attrs:{\"format\":\"yyyy 年 MM 月 dd 日\",\"value-format\":\"yyyy-MM-dd\",\"type\":\"date\",\"readonly\":_vm.ro.dengjiriqi,\"placeholder\":\"登记日期\"},model:{value:(_vm.ruleForm.dengjiriqi),callback:function ($$v) {_vm.$set(_vm.ruleForm, \"dengjiriqi\", $$v)},expression:\"ruleForm.dengjiriqi\"}})],1):(_vm.ruleForm.dengjiriqi)?_c('el-form-item',{staticClass:\"input\",style:({\"padding\":\"2px 0\",\"margin\":\"0 auto 20px\",\"color\":\"inherit\",\"borderRadius\":\"4px\",\"background\":\"none\",\"width\":\"100%\",\"fontSize\":\"inherit\"}),attrs:{\"label\":\"登记日期\",\"prop\":\"dengjiriqi\"}},[_c('el-input',{attrs:{\"placeholder\":\"登记日期\",\"readonly\":\"\"},model:{value:(_vm.ruleForm.dengjiriqi),callback:function ($$v) {_vm.$set(_vm.ruleForm, \"dengjiriqi\", $$v)},expression:\"ruleForm.dengjiriqi\"}})],1):_vm._e(),(_vm.type!='info')?_c('el-form-item',{staticClass:\"input\",style:({\"padding\":\"2px 0\",\"margin\":\"0 auto 20px\",\"color\":\"inherit\",\"borderRadius\":\"4px\",\"background\":\"none\",\"width\":\"100%\",\"fontSize\":\"inherit\"}),attrs:{\"label\":\"账号\",\"prop\":\"zhanghao\"}},[_c('el-input',{attrs:{\"placeholder\":\"账号\",\"clearable\":\"\",\"readonly\":_vm.ro.zhanghao},model:{value:(_vm.ruleForm.zhanghao),callback:function ($$v) {_vm.$set(_vm.ruleForm, \"zhanghao\", $$v)},expression:\"ruleForm.zhanghao\"}})],1):_c('el-form-item',{staticClass:\"input\",style:({\"padding\":\"2px 0\",\"margin\":\"0 auto 20px\",\"color\":\"inherit\",\"borderRadius\":\"4px\",\"background\":\"none\",\"width\":\"100%\",\"fontSize\":\"inherit\"}),attrs:{\"label\":\"账号\",\"prop\":\"zhanghao\"}},[_c('el-input',{attrs:{\"placeholder\":\"账号\",\"readonly\":\"\"},model:{value:(_vm.ruleForm.zhanghao),callback:function ($$v) {_vm.$set(_vm.ruleForm, \"zhanghao\", $$v)},expression:\"ruleForm.zhanghao\"}})],1),(_vm.type!='info')?_c('el-form-item',{staticClass:\"input\",style:({\"padding\":\"2px 0\",\"margin\":\"0 auto 20px\",\"color\":\"inherit\",\"borderRadius\":\"4px\",\"background\":\"none\",\"width\":\"100%\",\"fontSize\":\"inherit\"}),attrs:{\"label\":\"姓名\",\"prop\":\"xingming\"}},[_c('el-input',{attrs:{\"placeholder\":\"姓名\",\"clearable\":\"\",\"readonly\":_vm.ro.xingming},model:{value:(_vm.ruleForm.xingming),callback:function ($$v) {_vm.$set(_vm.ruleForm, \"xingming\", $$v)},expression:\"ruleForm.xingming\"}})],1):_c('el-form-item',{staticClass:\"input\",style:({\"padding\":\"2px 0\",\"margin\":\"0 auto 20px\",\"color\":\"inherit\",\"borderRadius\":\"4px\",\"background\":\"none\",\"width\":\"100%\",\"fontSize\":\"inherit\"}),attrs:{\"label\":\"姓名\",\"prop\":\"xingming\"}},[_c('el-input',{attrs:{\"placeholder\":\"姓名\",\"readonly\":\"\"},model:{value:(_vm.ruleForm.xingming),callback:function ($$v) {_vm.$set(_vm.ruleForm, \"xingming\", $$v)},expression:\"ruleForm.xingming\"}})],1),(_vm.type!='info')?_c('el-form-item',{staticClass:\"input\",style:({\"padding\":\"2px 0\",\"margin\":\"0 auto 20px\",\"color\":\"inherit\",\"borderRadius\":\"4px\",\"background\":\"none\",\"width\":\"100%\",\"fontSize\":\"inherit\"}),attrs:{\"label\":\"驾驶证号\",\"prop\":\"jiashizhenghao\"}},[_c('el-input',{attrs:{\"placeholder\":\"驾驶证号\",\"clearable\":\"\",\"readonly\":_vm.ro.jiashizhenghao},model:{value:(_vm.ruleForm.jiashizhenghao),callback:function ($$v) {_vm.$set(_vm.ruleForm, \"jiashizhenghao\", $$v)},expression:\"ruleForm.jiashizhenghao\"}})],1):_c('el-form-item',{staticClass:\"input\",style:({\"padding\":\"2px 0\",\"margin\":\"0 auto 20px\",\"color\":\"inherit\",\"borderRadius\":\"4px\",\"background\":\"none\",\"width\":\"100%\",\"fontSize\":\"inherit\"}),attrs:{\"label\":\"驾驶证号\",\"prop\":\"jiashizhenghao\"}},[_c('el-input',{attrs:{\"placeholder\":\"驾驶证号\",\"readonly\":\"\"},model:{value:(_vm.ruleForm.jiashizhenghao),callback:function ($$v) {_vm.$set(_vm.ruleForm, \"jiashizhenghao\", $$v)},expression:\"ruleForm.jiashizhenghao\"}})],1),(_vm.type!='info')?_c('el-form-item',{staticClass:\"input\",style:({\"padding\":\"2px 0\",\"margin\":\"0 auto 20px\",\"color\":\"inherit\",\"borderRadius\":\"4px\",\"background\":\"none\",\"width\":\"100%\",\"fontSize\":\"inherit\"}),attrs:{\"label\":\"员工账号\",\"prop\":\"yuangongzhanghao\"}},[_c('el-input',{attrs:{\"placeholder\":\"员工账号\",\"clearable\":\"\",\"readonly\":_vm.ro.yuangongzhanghao},model:{value:(_vm.ruleForm.yuangongzhanghao),callback:function ($$v) {_vm.$set(_vm.ruleForm, \"yuangongzhanghao\", $$v)},expression:\"ruleForm.yuangongzhanghao\"}})],1):_c('el-form-item',{staticClass:\"input\",style:({\"padding\":\"2px 0\",\"margin\":\"0 auto 20px\",\"color\":\"inherit\",\"borderRadius\":\"4px\",\"background\":\"none\",\"width\":\"100%\",\"fontSize\":\"inherit\"}),attrs:{\"label\":\"员工账号\",\"prop\":\"yuangongzhanghao\"}},[_c('el-input',{attrs:{\"placeholder\":\"员工账号\",\"readonly\":\"\"},model:{value:(_vm.ruleForm.yuangongzhanghao),callback:function ($$v) {_vm.$set(_vm.ruleForm, \"yuangongzhanghao\", $$v)},expression:\"ruleForm.yuangongzhanghao\"}})],1),(_vm.type!='info')?_c('el-form-item',{staticClass:\"input\",style:({\"padding\":\"2px 0\",\"margin\":\"0 auto 20px\",\"color\":\"inherit\",\"borderRadius\":\"4px\",\"background\":\"none\",\"width\":\"100%\",\"fontSize\":\"inherit\"}),attrs:{\"label\":\"员工姓名\",\"prop\":\"yuangongxingming\"}},[_c('el-input',{attrs:{\"placeholder\":\"员工姓名\",\"clearable\":\"\",\"readonly\":_vm.ro.yuangongxingming},model:{value:(_vm.ruleForm.yuangongxingming),callback:function ($$v) {_vm.$set(_vm.ruleForm, \"yuangongxingming\", $$v)},expression:\"ruleForm.yuangongxingming\"}})],1):_c('el-form-item',{staticClass:\"input\",style:({\"padding\":\"2px 0\",\"margin\":\"0 auto 20px\",\"color\":\"inherit\",\"borderRadius\":\"4px\",\"background\":\"none\",\"width\":\"100%\",\"fontSize\":\"inherit\"}),attrs:{\"label\":\"员工姓名\",\"prop\":\"yuangongxingming\"}},[_c('el-input',{attrs:{\"placeholder\":\"员工姓名\",\"readonly\":\"\"},model:{value:(_vm.ruleForm.yuangongxingming),callback:function ($$v) {_vm.$set(_vm.ruleForm, \"yuangongxingming\", $$v)},expression:\"ruleForm.yuangongxingming\"}})],1)],_c('el-form-item',{staticClass:\"btn\",style:({\"padding\":\"0\",\"margin\":\"30px auto\",\"alignItems\":\"center\",\"textAlign\":\"center\",\"background\":\"none\",\"display\":\"flex\",\"width\":\"60%\",\"fontSize\":\"18px\"})},[(_vm.type!='info')?_c('el-button',{staticClass:\"btn3\",attrs:{\"type\":\"success\"},on:{\"click\":_vm.onSubmit}},[_c('span',{staticClass:\"icon iconfont icon-tijiao16\",style:({\"margin\":\"0 2px\",\"fontSize\":\"inherit\",\"color\":\"inherit\",\"display\":\"none\"})}),_vm._v(\" 确定 \")]):_vm._e(),(_vm.type!='info')?_c('el-button',{staticClass:\"btn4\",attrs:{\"type\":\"success\"},on:{\"click\":function($event){return _vm.back()}}},[_c('span',{staticClass:\"icon iconfont icon-quxiao09\",style:({\"margin\":\"0 2px\",\"fontSize\":\"inherit\",\"color\":\"inherit\",\"display\":\"none\"})}),_vm._v(\" 取消 \")]):_vm._e(),(_vm.type=='info')?_c('el-button',{staticClass:\"btn5\",attrs:{\"type\":\"success\"},on:{\"click\":function($event){return _vm.back()}}},[_c('span',{staticClass:\"icon iconfont icon-fanhui01\",style:({\"margin\":\"0 2px\",\"fontSize\":\"inherit\",\"color\":\"inherit\",\"display\":\"none\"})}),_vm._v(\" 返回 \")]):_vm._e()],1)],2)],1)\n}\nvar staticRenderFns = []\n\nexport { render, staticRenderFns }","\r\n\r\n\r\n","import mod from \"-!../../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_cache-loader@4.1.0@cache-loader/dist/cjs.js??ref--13-0!../../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_thread-loader@2.1.3@thread-loader/dist/cjs.js!../../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_babel-loader@8.4.1@babel-loader/lib/index.js!../../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_cache-loader@4.1.0@cache-loader/dist/cjs.js??ref--1-0!../../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_vue-loader@15.11.1@vue-loader/lib/index.js??vue-loader-options!./add-or-update.vue?vue&type=script&lang=js\"; export default mod; export * from \"-!../../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_cache-loader@4.1.0@cache-loader/dist/cjs.js??ref--13-0!../../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_thread-loader@2.1.3@thread-loader/dist/cjs.js!../../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_babel-loader@8.4.1@babel-loader/lib/index.js!../../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_cache-loader@4.1.0@cache-loader/dist/cjs.js??ref--1-0!../../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_vue-loader@15.11.1@vue-loader/lib/index.js??vue-loader-options!./add-or-update.vue?vue&type=script&lang=js\"","import { render, staticRenderFns } from \"./add-or-update.vue?vue&type=template&id=92e7315c&scoped=true\"\nimport script from \"./add-or-update.vue?vue&type=script&lang=js\"\nexport * from \"./add-or-update.vue?vue&type=script&lang=js\"\nimport style0 from \"./add-or-update.vue?vue&type=style&index=0&id=92e7315c&prod&lang=scss&scoped=true\"\n\n\n/* normalize component */\nimport normalizer from \"!../../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_vue-loader@15.11.1@vue-loader/lib/runtime/componentNormalizer.js\"\nvar component = normalizer(\n script,\n render,\n staticRenderFns,\n false,\n null,\n \"92e7315c\",\n null\n \n)\n\nexport default component.exports","var render = function render(){var _vm=this,_c=_vm._self._c;return _c('div',{staticClass:\"addEdit-block\",style:({\"minHeight\":\"calc(100vh - 200px)\",\"padding\":\"0px 0 30px\",\"margin\":\"0 auto\",\"color\":\"#8e99a2\",\"background\":\"none\",\"width\":\"calc(100% - 0px)\",\"fontSize\":\"14px\",\"height\":\"100%\"})},[_c('el-form',{ref:\"ruleForm\",staticClass:\"add-update-preview\",style:({\"padding\":\"30px 5%\",\"borderColor\":\"#f6f6f6\",\"alignItems\":\"flex-start\",\"borderRadius\":\"4px\",\"flexWrap\":\"wrap\",\"background\":\"rgba(255,255,255,.9)\",\"borderWidth\":\"2px\",\"display\":\"flex\",\"fontSize\":\"inherit\",\"borderStyle\":\"solid\"}),attrs:{\"model\":_vm.ruleForm,\"rules\":_vm.rules,\"label-width\":\"200px\"}},[[(_vm.type!='info')?_c('el-form-item',{staticClass:\"input\",style:({\"padding\":\"2px 0\",\"margin\":\"0 auto 20px\",\"color\":\"inherit\",\"borderRadius\":\"4px\",\"background\":\"none\",\"width\":\"100%\",\"fontSize\":\"inherit\"}),attrs:{\"label\":\"通知标题\",\"prop\":\"tongzhibiaoti\"}},[_c('el-input',{attrs:{\"placeholder\":\"通知标题\",\"clearable\":\"\",\"readonly\":_vm.ro.tongzhibiaoti},model:{value:(_vm.ruleForm.tongzhibiaoti),callback:function ($$v) {_vm.$set(_vm.ruleForm, \"tongzhibiaoti\", $$v)},expression:\"ruleForm.tongzhibiaoti\"}})],1):_c('el-form-item',{staticClass:\"input\",style:({\"padding\":\"2px 0\",\"margin\":\"0 auto 20px\",\"color\":\"inherit\",\"borderRadius\":\"4px\",\"background\":\"none\",\"width\":\"100%\",\"fontSize\":\"inherit\"}),attrs:{\"label\":\"通知标题\",\"prop\":\"tongzhibiaoti\"}},[_c('el-input',{attrs:{\"placeholder\":\"通知标题\",\"readonly\":\"\"},model:{value:(_vm.ruleForm.tongzhibiaoti),callback:function ($$v) {_vm.$set(_vm.ruleForm, \"tongzhibiaoti\", $$v)},expression:\"ruleForm.tongzhibiaoti\"}})],1),(_vm.type!='info')?_c('el-form-item',{staticClass:\"input\",style:({\"padding\":\"2px 0\",\"margin\":\"0 auto 20px\",\"color\":\"inherit\",\"borderRadius\":\"4px\",\"background\":\"none\",\"width\":\"100%\",\"fontSize\":\"inherit\"}),attrs:{\"label\":\"车牌号\",\"prop\":\"chepaihao\"}},[_c('el-input',{attrs:{\"placeholder\":\"车牌号\",\"clearable\":\"\",\"readonly\":_vm.ro.chepaihao},model:{value:(_vm.ruleForm.chepaihao),callback:function ($$v) {_vm.$set(_vm.ruleForm, \"chepaihao\", $$v)},expression:\"ruleForm.chepaihao\"}})],1):_c('el-form-item',{staticClass:\"input\",style:({\"padding\":\"2px 0\",\"margin\":\"0 auto 20px\",\"color\":\"inherit\",\"borderRadius\":\"4px\",\"background\":\"none\",\"width\":\"100%\",\"fontSize\":\"inherit\"}),attrs:{\"label\":\"车牌号\",\"prop\":\"chepaihao\"}},[_c('el-input',{attrs:{\"placeholder\":\"车牌号\",\"readonly\":\"\"},model:{value:(_vm.ruleForm.chepaihao),callback:function ($$v) {_vm.$set(_vm.ruleForm, \"chepaihao\", $$v)},expression:\"ruleForm.chepaihao\"}})],1),(_vm.type!='info')?_c('el-form-item',{staticClass:\"input\",style:({\"padding\":\"2px 0\",\"margin\":\"0 auto 20px\",\"color\":\"inherit\",\"borderRadius\":\"4px\",\"background\":\"none\",\"width\":\"100%\",\"fontSize\":\"inherit\"}),attrs:{\"label\":\"车辆型号\",\"prop\":\"cheliangxinghao\"}},[_c('el-input',{attrs:{\"placeholder\":\"车辆型号\",\"clearable\":\"\",\"readonly\":_vm.ro.cheliangxinghao},model:{value:(_vm.ruleForm.cheliangxinghao),callback:function ($$v) {_vm.$set(_vm.ruleForm, \"cheliangxinghao\", $$v)},expression:\"ruleForm.cheliangxinghao\"}})],1):_c('el-form-item',{staticClass:\"input\",style:({\"padding\":\"2px 0\",\"margin\":\"0 auto 20px\",\"color\":\"inherit\",\"borderRadius\":\"4px\",\"background\":\"none\",\"width\":\"100%\",\"fontSize\":\"inherit\"}),attrs:{\"label\":\"车辆型号\",\"prop\":\"cheliangxinghao\"}},[_c('el-input',{attrs:{\"placeholder\":\"车辆型号\",\"readonly\":\"\"},model:{value:(_vm.ruleForm.cheliangxinghao),callback:function ($$v) {_vm.$set(_vm.ruleForm, \"cheliangxinghao\", $$v)},expression:\"ruleForm.cheliangxinghao\"}})],1),(_vm.type!='info')?_c('el-form-item',{staticClass:\"date\",style:({\"padding\":\"2px 0\",\"margin\":\"0 auto 20px\",\"color\":\"inherit\",\"borderRadius\":\"4px\",\"background\":\"none\",\"width\":\"100%\",\"fontSize\":\"inherit\"}),attrs:{\"label\":\"通知日期\",\"prop\":\"tongzhiriqi\"}},[_c('el-date-picker',{attrs:{\"format\":\"yyyy 年 MM 月 dd 日\",\"value-format\":\"yyyy-MM-dd\",\"type\":\"date\",\"readonly\":_vm.ro.tongzhiriqi,\"placeholder\":\"通知日期\"},model:{value:(_vm.ruleForm.tongzhiriqi),callback:function ($$v) {_vm.$set(_vm.ruleForm, \"tongzhiriqi\", $$v)},expression:\"ruleForm.tongzhiriqi\"}})],1):(_vm.ruleForm.tongzhiriqi)?_c('el-form-item',{staticClass:\"input\",style:({\"padding\":\"2px 0\",\"margin\":\"0 auto 20px\",\"color\":\"inherit\",\"borderRadius\":\"4px\",\"background\":\"none\",\"width\":\"100%\",\"fontSize\":\"inherit\"}),attrs:{\"label\":\"通知日期\",\"prop\":\"tongzhiriqi\"}},[_c('el-input',{attrs:{\"placeholder\":\"通知日期\",\"readonly\":\"\"},model:{value:(_vm.ruleForm.tongzhiriqi),callback:function ($$v) {_vm.$set(_vm.ruleForm, \"tongzhiriqi\", $$v)},expression:\"ruleForm.tongzhiriqi\"}})],1):_vm._e(),(_vm.type!='info')?_c('el-form-item',{staticClass:\"input\",style:({\"padding\":\"2px 0\",\"margin\":\"0 auto 20px\",\"color\":\"inherit\",\"borderRadius\":\"4px\",\"background\":\"none\",\"width\":\"100%\",\"fontSize\":\"inherit\"}),attrs:{\"label\":\"账号\",\"prop\":\"zhanghao\"}},[_c('el-input',{attrs:{\"placeholder\":\"账号\",\"clearable\":\"\",\"readonly\":_vm.ro.zhanghao},model:{value:(_vm.ruleForm.zhanghao),callback:function ($$v) {_vm.$set(_vm.ruleForm, \"zhanghao\", $$v)},expression:\"ruleForm.zhanghao\"}})],1):_c('el-form-item',{staticClass:\"input\",style:({\"padding\":\"2px 0\",\"margin\":\"0 auto 20px\",\"color\":\"inherit\",\"borderRadius\":\"4px\",\"background\":\"none\",\"width\":\"100%\",\"fontSize\":\"inherit\"}),attrs:{\"label\":\"账号\",\"prop\":\"zhanghao\"}},[_c('el-input',{attrs:{\"placeholder\":\"账号\",\"readonly\":\"\"},model:{value:(_vm.ruleForm.zhanghao),callback:function ($$v) {_vm.$set(_vm.ruleForm, \"zhanghao\", $$v)},expression:\"ruleForm.zhanghao\"}})],1),(_vm.type!='info')?_c('el-form-item',{staticClass:\"input\",style:({\"padding\":\"2px 0\",\"margin\":\"0 auto 20px\",\"color\":\"inherit\",\"borderRadius\":\"4px\",\"background\":\"none\",\"width\":\"100%\",\"fontSize\":\"inherit\"}),attrs:{\"label\":\"姓名\",\"prop\":\"xingming\"}},[_c('el-input',{attrs:{\"placeholder\":\"姓名\",\"clearable\":\"\",\"readonly\":_vm.ro.xingming},model:{value:(_vm.ruleForm.xingming),callback:function ($$v) {_vm.$set(_vm.ruleForm, \"xingming\", $$v)},expression:\"ruleForm.xingming\"}})],1):_c('el-form-item',{staticClass:\"input\",style:({\"padding\":\"2px 0\",\"margin\":\"0 auto 20px\",\"color\":\"inherit\",\"borderRadius\":\"4px\",\"background\":\"none\",\"width\":\"100%\",\"fontSize\":\"inherit\"}),attrs:{\"label\":\"姓名\",\"prop\":\"xingming\"}},[_c('el-input',{attrs:{\"placeholder\":\"姓名\",\"readonly\":\"\"},model:{value:(_vm.ruleForm.xingming),callback:function ($$v) {_vm.$set(_vm.ruleForm, \"xingming\", $$v)},expression:\"ruleForm.xingming\"}})],1),(_vm.type!='info')?_c('el-form-item',{staticClass:\"input\",style:({\"padding\":\"2px 0\",\"margin\":\"0 auto 20px\",\"color\":\"inherit\",\"borderRadius\":\"4px\",\"background\":\"none\",\"width\":\"100%\",\"fontSize\":\"inherit\"}),attrs:{\"label\":\"驾驶证号\",\"prop\":\"jiashizhenghao\"}},[_c('el-input',{attrs:{\"placeholder\":\"驾驶证号\",\"clearable\":\"\",\"readonly\":_vm.ro.jiashizhenghao},model:{value:(_vm.ruleForm.jiashizhenghao),callback:function ($$v) {_vm.$set(_vm.ruleForm, \"jiashizhenghao\", $$v)},expression:\"ruleForm.jiashizhenghao\"}})],1):_c('el-form-item',{staticClass:\"input\",style:({\"padding\":\"2px 0\",\"margin\":\"0 auto 20px\",\"color\":\"inherit\",\"borderRadius\":\"4px\",\"background\":\"none\",\"width\":\"100%\",\"fontSize\":\"inherit\"}),attrs:{\"label\":\"驾驶证号\",\"prop\":\"jiashizhenghao\"}},[_c('el-input',{attrs:{\"placeholder\":\"驾驶证号\",\"readonly\":\"\"},model:{value:(_vm.ruleForm.jiashizhenghao),callback:function ($$v) {_vm.$set(_vm.ruleForm, \"jiashizhenghao\", $$v)},expression:\"ruleForm.jiashizhenghao\"}})],1),(_vm.type!='info')?_c('el-form-item',{staticClass:\"input\",style:({\"padding\":\"2px 0\",\"margin\":\"0 auto 20px\",\"color\":\"inherit\",\"borderRadius\":\"4px\",\"background\":\"none\",\"width\":\"100%\",\"fontSize\":\"inherit\"}),attrs:{\"label\":\"员工账号\",\"prop\":\"yuangongzhanghao\"}},[_c('el-input',{attrs:{\"placeholder\":\"员工账号\",\"clearable\":\"\",\"readonly\":_vm.ro.yuangongzhanghao},model:{value:(_vm.ruleForm.yuangongzhanghao),callback:function ($$v) {_vm.$set(_vm.ruleForm, \"yuangongzhanghao\", $$v)},expression:\"ruleForm.yuangongzhanghao\"}})],1):_c('el-form-item',{staticClass:\"input\",style:({\"padding\":\"2px 0\",\"margin\":\"0 auto 20px\",\"color\":\"inherit\",\"borderRadius\":\"4px\",\"background\":\"none\",\"width\":\"100%\",\"fontSize\":\"inherit\"}),attrs:{\"label\":\"员工账号\",\"prop\":\"yuangongzhanghao\"}},[_c('el-input',{attrs:{\"placeholder\":\"员工账号\",\"readonly\":\"\"},model:{value:(_vm.ruleForm.yuangongzhanghao),callback:function ($$v) {_vm.$set(_vm.ruleForm, \"yuangongzhanghao\", $$v)},expression:\"ruleForm.yuangongzhanghao\"}})],1),(_vm.type!='info')?_c('el-form-item',{staticClass:\"input\",style:({\"padding\":\"2px 0\",\"margin\":\"0 auto 20px\",\"color\":\"inherit\",\"borderRadius\":\"4px\",\"background\":\"none\",\"width\":\"100%\",\"fontSize\":\"inherit\"}),attrs:{\"label\":\"员工姓名\",\"prop\":\"yuangongxingming\"}},[_c('el-input',{attrs:{\"placeholder\":\"员工姓名\",\"clearable\":\"\",\"readonly\":_vm.ro.yuangongxingming},model:{value:(_vm.ruleForm.yuangongxingming),callback:function ($$v) {_vm.$set(_vm.ruleForm, \"yuangongxingming\", $$v)},expression:\"ruleForm.yuangongxingming\"}})],1):_c('el-form-item',{staticClass:\"input\",style:({\"padding\":\"2px 0\",\"margin\":\"0 auto 20px\",\"color\":\"inherit\",\"borderRadius\":\"4px\",\"background\":\"none\",\"width\":\"100%\",\"fontSize\":\"inherit\"}),attrs:{\"label\":\"员工姓名\",\"prop\":\"yuangongxingming\"}},[_c('el-input',{attrs:{\"placeholder\":\"员工姓名\",\"readonly\":\"\"},model:{value:(_vm.ruleForm.yuangongxingming),callback:function ($$v) {_vm.$set(_vm.ruleForm, \"yuangongxingming\", $$v)},expression:\"ruleForm.yuangongxingming\"}})],1)],(_vm.type!='info')?_c('el-form-item',{style:({\"padding\":\"2px 0\",\"margin\":\"0 auto 20px\",\"color\":\"inherit\",\"borderRadius\":\"4px\",\"background\":\"none\",\"width\":\"100%\",\"fontSize\":\"inherit\"}),attrs:{\"label\":\"通知内容\",\"prop\":\"tongzhineirong\"}},[_c('editor',{staticClass:\"editor\",staticStyle:{\"min-width\":\"200px\",\"max-width\":\"600px\"},attrs:{\"action\":\"file/upload\"},model:{value:(_vm.ruleForm.tongzhineirong),callback:function ($$v) {_vm.$set(_vm.ruleForm, \"tongzhineirong\", $$v)},expression:\"ruleForm.tongzhineirong\"}})],1):(_vm.ruleForm.tongzhineirong)?_c('el-form-item',{style:({\"padding\":\"2px 0\",\"margin\":\"0 auto 20px\",\"color\":\"inherit\",\"borderRadius\":\"4px\",\"background\":\"none\",\"width\":\"100%\",\"fontSize\":\"inherit\"}),attrs:{\"label\":\"通知内容\",\"prop\":\"tongzhineirong\"}},[_c('span',{style:({\"fontSize\":\"14px\",\"lineHeight\":\"40px\",\"color\":\"inherit\",\"fontWeight\":\"500\",\"display\":\"inline-block\"}),domProps:{\"innerHTML\":_vm._s(_vm.ruleForm.tongzhineirong)}})]):_vm._e(),_c('el-form-item',{staticClass:\"btn\",style:({\"padding\":\"0\",\"margin\":\"30px auto\",\"alignItems\":\"center\",\"textAlign\":\"center\",\"background\":\"none\",\"display\":\"flex\",\"width\":\"60%\",\"fontSize\":\"18px\"})},[(_vm.type!='info')?_c('el-button',{staticClass:\"btn3\",attrs:{\"type\":\"success\"},on:{\"click\":_vm.onSubmit}},[_c('span',{staticClass:\"icon iconfont icon-tijiao16\",style:({\"margin\":\"0 2px\",\"fontSize\":\"inherit\",\"color\":\"inherit\",\"display\":\"none\"})}),_vm._v(\" 确定 \")]):_vm._e(),(_vm.type!='info')?_c('el-button',{staticClass:\"btn4\",attrs:{\"type\":\"success\"},on:{\"click\":function($event){return _vm.back()}}},[_c('span',{staticClass:\"icon iconfont icon-quxiao09\",style:({\"margin\":\"0 2px\",\"fontSize\":\"inherit\",\"color\":\"inherit\",\"display\":\"none\"})}),_vm._v(\" 取消 \")]):_vm._e(),(_vm.type=='info')?_c('el-button',{staticClass:\"btn5\",attrs:{\"type\":\"success\"},on:{\"click\":function($event){return _vm.back()}}},[_c('span',{staticClass:\"icon iconfont icon-fanhui01\",style:({\"margin\":\"0 2px\",\"fontSize\":\"inherit\",\"color\":\"inherit\",\"display\":\"none\"})}),_vm._v(\" 返回 \")]):_vm._e()],1)],2)],1)\n}\nvar staticRenderFns = []\n\nexport { render, staticRenderFns }","\r\n\r\n\r\n","import mod from \"-!../../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_cache-loader@4.1.0@cache-loader/dist/cjs.js??ref--13-0!../../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_thread-loader@2.1.3@thread-loader/dist/cjs.js!../../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_babel-loader@8.4.1@babel-loader/lib/index.js!../../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_cache-loader@4.1.0@cache-loader/dist/cjs.js??ref--1-0!../../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_vue-loader@15.11.1@vue-loader/lib/index.js??vue-loader-options!./add-or-update.vue?vue&type=script&lang=js\"; export default mod; export * from \"-!../../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_cache-loader@4.1.0@cache-loader/dist/cjs.js??ref--13-0!../../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_thread-loader@2.1.3@thread-loader/dist/cjs.js!../../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_babel-loader@8.4.1@babel-loader/lib/index.js!../../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_cache-loader@4.1.0@cache-loader/dist/cjs.js??ref--1-0!../../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_vue-loader@15.11.1@vue-loader/lib/index.js??vue-loader-options!./add-or-update.vue?vue&type=script&lang=js\"","import { render, staticRenderFns } from \"./add-or-update.vue?vue&type=template&id=101dfb02&scoped=true\"\nimport script from \"./add-or-update.vue?vue&type=script&lang=js\"\nexport * from \"./add-or-update.vue?vue&type=script&lang=js\"\nimport style0 from \"./add-or-update.vue?vue&type=style&index=0&id=101dfb02&prod&lang=scss&scoped=true\"\n\n\n/* normalize component */\nimport normalizer from \"!../../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_vue-loader@15.11.1@vue-loader/lib/runtime/componentNormalizer.js\"\nvar component = normalizer(\n script,\n render,\n staticRenderFns,\n false,\n null,\n \"101dfb02\",\n null\n \n)\n\nexport default component.exports","var render = function render(){var _vm=this,_c=_vm._self._c;return _c('div',{staticClass:\"addEdit-block\",style:({\"minHeight\":\"calc(100vh - 200px)\",\"padding\":\"0px 0 30px\",\"margin\":\"0 auto\",\"color\":\"#8e99a2\",\"background\":\"none\",\"width\":\"calc(100% - 0px)\",\"fontSize\":\"14px\",\"height\":\"100%\"})},[_c('el-form',{ref:\"ruleForm\",staticClass:\"add-update-preview\",style:({\"padding\":\"30px 5%\",\"borderColor\":\"#f6f6f6\",\"alignItems\":\"flex-start\",\"borderRadius\":\"4px\",\"flexWrap\":\"wrap\",\"background\":\"rgba(255,255,255,.9)\",\"borderWidth\":\"2px\",\"display\":\"flex\",\"fontSize\":\"inherit\",\"borderStyle\":\"solid\"}),attrs:{\"model\":_vm.ruleForm,\"rules\":_vm.rules,\"label-width\":\"200px\"}},[[(_vm.type!='info')?_c('el-form-item',{staticClass:\"input\",style:({\"padding\":\"2px 0\",\"margin\":\"0 auto 20px\",\"color\":\"inherit\",\"borderRadius\":\"4px\",\"background\":\"none\",\"width\":\"100%\",\"fontSize\":\"inherit\"}),attrs:{\"label\":\"记录编号\",\"prop\":\"jilubianhao\"}},[_c('el-input',{attrs:{\"placeholder\":\"记录编号\",\"readonly\":\"\"},model:{value:(_vm.ruleForm.jilubianhao),callback:function ($$v) {_vm.$set(_vm.ruleForm, \"jilubianhao\", $$v)},expression:\"ruleForm.jilubianhao\"}})],1):(_vm.ruleForm.jilubianhao)?_c('el-form-item',{staticClass:\"input\",style:({\"padding\":\"2px 0\",\"margin\":\"0 auto 20px\",\"color\":\"inherit\",\"borderRadius\":\"4px\",\"background\":\"none\",\"width\":\"100%\",\"fontSize\":\"inherit\"}),attrs:{\"label\":\"记录编号\",\"prop\":\"jilubianhao\"}},[_c('el-input',{attrs:{\"placeholder\":\"记录编号\",\"readonly\":\"\"},model:{value:(_vm.ruleForm.jilubianhao),callback:function ($$v) {_vm.$set(_vm.ruleForm, \"jilubianhao\", $$v)},expression:\"ruleForm.jilubianhao\"}})],1):_vm._e(),(_vm.type!='info')?_c('el-form-item',{staticClass:\"input\",style:({\"padding\":\"2px 0\",\"margin\":\"0 auto 20px\",\"color\":\"inherit\",\"borderRadius\":\"4px\",\"background\":\"none\",\"width\":\"100%\",\"fontSize\":\"inherit\"}),attrs:{\"label\":\"车牌号\",\"prop\":\"chepaihao\"}},[_c('el-input',{attrs:{\"placeholder\":\"车牌号\",\"clearable\":\"\",\"readonly\":_vm.ro.chepaihao},model:{value:(_vm.ruleForm.chepaihao),callback:function ($$v) {_vm.$set(_vm.ruleForm, \"chepaihao\", $$v)},expression:\"ruleForm.chepaihao\"}})],1):_c('el-form-item',{staticClass:\"input\",style:({\"padding\":\"2px 0\",\"margin\":\"0 auto 20px\",\"color\":\"inherit\",\"borderRadius\":\"4px\",\"background\":\"none\",\"width\":\"100%\",\"fontSize\":\"inherit\"}),attrs:{\"label\":\"车牌号\",\"prop\":\"chepaihao\"}},[_c('el-input',{attrs:{\"placeholder\":\"车牌号\",\"readonly\":\"\"},model:{value:(_vm.ruleForm.chepaihao),callback:function ($$v) {_vm.$set(_vm.ruleForm, \"chepaihao\", $$v)},expression:\"ruleForm.chepaihao\"}})],1),(_vm.type!='info')?_c('el-form-item',{staticClass:\"input\",style:({\"padding\":\"2px 0\",\"margin\":\"0 auto 20px\",\"color\":\"inherit\",\"borderRadius\":\"4px\",\"background\":\"none\",\"width\":\"100%\",\"fontSize\":\"inherit\"}),attrs:{\"label\":\"车辆型号\",\"prop\":\"cheliangxinghao\"}},[_c('el-input',{attrs:{\"placeholder\":\"车辆型号\",\"clearable\":\"\",\"readonly\":_vm.ro.cheliangxinghao},model:{value:(_vm.ruleForm.cheliangxinghao),callback:function ($$v) {_vm.$set(_vm.ruleForm, \"cheliangxinghao\", $$v)},expression:\"ruleForm.cheliangxinghao\"}})],1):_c('el-form-item',{staticClass:\"input\",style:({\"padding\":\"2px 0\",\"margin\":\"0 auto 20px\",\"color\":\"inherit\",\"borderRadius\":\"4px\",\"background\":\"none\",\"width\":\"100%\",\"fontSize\":\"inherit\"}),attrs:{\"label\":\"车辆型号\",\"prop\":\"cheliangxinghao\"}},[_c('el-input',{attrs:{\"placeholder\":\"车辆型号\",\"readonly\":\"\"},model:{value:(_vm.ruleForm.cheliangxinghao),callback:function ($$v) {_vm.$set(_vm.ruleForm, \"cheliangxinghao\", $$v)},expression:\"ruleForm.cheliangxinghao\"}})],1),(_vm.type!='info')?_c('el-form-item',{staticClass:\"input\",style:({\"padding\":\"2px 0\",\"margin\":\"0 auto 20px\",\"color\":\"inherit\",\"borderRadius\":\"4px\",\"background\":\"none\",\"width\":\"100%\",\"fontSize\":\"inherit\"}),attrs:{\"label\":\"发动机号\",\"prop\":\"fadongjihao\"}},[_c('el-input',{attrs:{\"placeholder\":\"发动机号\",\"clearable\":\"\",\"readonly\":_vm.ro.fadongjihao},model:{value:(_vm.ruleForm.fadongjihao),callback:function ($$v) {_vm.$set(_vm.ruleForm, \"fadongjihao\", $$v)},expression:\"ruleForm.fadongjihao\"}})],1):_c('el-form-item',{staticClass:\"input\",style:({\"padding\":\"2px 0\",\"margin\":\"0 auto 20px\",\"color\":\"inherit\",\"borderRadius\":\"4px\",\"background\":\"none\",\"width\":\"100%\",\"fontSize\":\"inherit\"}),attrs:{\"label\":\"发动机号\",\"prop\":\"fadongjihao\"}},[_c('el-input',{attrs:{\"placeholder\":\"发动机号\",\"readonly\":\"\"},model:{value:(_vm.ruleForm.fadongjihao),callback:function ($$v) {_vm.$set(_vm.ruleForm, \"fadongjihao\", $$v)},expression:\"ruleForm.fadongjihao\"}})],1),(_vm.type!='info')?_c('el-form-item',{staticClass:\"input\",style:({\"padding\":\"2px 0\",\"margin\":\"0 auto 20px\",\"color\":\"inherit\",\"borderRadius\":\"4px\",\"background\":\"none\",\"width\":\"100%\",\"fontSize\":\"inherit\"}),attrs:{\"label\":\"车架号\",\"prop\":\"chejiahao\"}},[_c('el-input',{attrs:{\"placeholder\":\"车架号\",\"clearable\":\"\",\"readonly\":_vm.ro.chejiahao},model:{value:(_vm.ruleForm.chejiahao),callback:function ($$v) {_vm.$set(_vm.ruleForm, \"chejiahao\", $$v)},expression:\"ruleForm.chejiahao\"}})],1):_c('el-form-item',{staticClass:\"input\",style:({\"padding\":\"2px 0\",\"margin\":\"0 auto 20px\",\"color\":\"inherit\",\"borderRadius\":\"4px\",\"background\":\"none\",\"width\":\"100%\",\"fontSize\":\"inherit\"}),attrs:{\"label\":\"车架号\",\"prop\":\"chejiahao\"}},[_c('el-input',{attrs:{\"placeholder\":\"车架号\",\"readonly\":\"\"},model:{value:(_vm.ruleForm.chejiahao),callback:function ($$v) {_vm.$set(_vm.ruleForm, \"chejiahao\", $$v)},expression:\"ruleForm.chejiahao\"}})],1),(_vm.type!='info')?_c('el-form-item',{staticClass:\"input\",style:({\"padding\":\"2px 0\",\"margin\":\"0 auto 20px\",\"color\":\"inherit\",\"borderRadius\":\"4px\",\"background\":\"none\",\"width\":\"100%\",\"fontSize\":\"inherit\"}),attrs:{\"label\":\"事故地点\",\"prop\":\"shigudidian\"}},[_c('el-input',{attrs:{\"placeholder\":\"事故地点\",\"clearable\":\"\",\"readonly\":_vm.ro.shigudidian},model:{value:(_vm.ruleForm.shigudidian),callback:function ($$v) {_vm.$set(_vm.ruleForm, \"shigudidian\", $$v)},expression:\"ruleForm.shigudidian\"}})],1):_c('el-form-item',{staticClass:\"input\",style:({\"padding\":\"2px 0\",\"margin\":\"0 auto 20px\",\"color\":\"inherit\",\"borderRadius\":\"4px\",\"background\":\"none\",\"width\":\"100%\",\"fontSize\":\"inherit\"}),attrs:{\"label\":\"事故地点\",\"prop\":\"shigudidian\"}},[_c('el-input',{attrs:{\"placeholder\":\"事故地点\",\"readonly\":\"\"},model:{value:(_vm.ruleForm.shigudidian),callback:function ($$v) {_vm.$set(_vm.ruleForm, \"shigudidian\", $$v)},expression:\"ruleForm.shigudidian\"}})],1),(_vm.type!='info')?_c('el-form-item',{staticClass:\"input\",style:({\"padding\":\"2px 0\",\"margin\":\"0 auto 20px\",\"color\":\"inherit\",\"borderRadius\":\"4px\",\"background\":\"none\",\"width\":\"100%\",\"fontSize\":\"inherit\"}),attrs:{\"label\":\"事故责任方\",\"prop\":\"shiguzerenfang\"}},[_c('el-input',{attrs:{\"placeholder\":\"事故责任方\",\"clearable\":\"\",\"readonly\":_vm.ro.shiguzerenfang},model:{value:(_vm.ruleForm.shiguzerenfang),callback:function ($$v) {_vm.$set(_vm.ruleForm, \"shiguzerenfang\", $$v)},expression:\"ruleForm.shiguzerenfang\"}})],1):_c('el-form-item',{staticClass:\"input\",style:({\"padding\":\"2px 0\",\"margin\":\"0 auto 20px\",\"color\":\"inherit\",\"borderRadius\":\"4px\",\"background\":\"none\",\"width\":\"100%\",\"fontSize\":\"inherit\"}),attrs:{\"label\":\"事故责任方\",\"prop\":\"shiguzerenfang\"}},[_c('el-input',{attrs:{\"placeholder\":\"事故责任方\",\"readonly\":\"\"},model:{value:(_vm.ruleForm.shiguzerenfang),callback:function ($$v) {_vm.$set(_vm.ruleForm, \"shiguzerenfang\", $$v)},expression:\"ruleForm.shiguzerenfang\"}})],1),(_vm.type!='info' && !_vm.ro.shiguzhaopian)?_c('el-form-item',{staticClass:\"upload\",style:({\"padding\":\"2px 0\",\"margin\":\"0 auto 20px\",\"color\":\"inherit\",\"borderRadius\":\"4px\",\"background\":\"none\",\"width\":\"100%\",\"fontSize\":\"inherit\"}),attrs:{\"label\":\"事故照片\",\"prop\":\"shiguzhaopian\"}},[_c('file-upload',{attrs:{\"tip\":\"点击上传事故照片\",\"action\":\"file/upload\",\"limit\":3,\"multiple\":true,\"fileUrls\":_vm.ruleForm.shiguzhaopian?_vm.ruleForm.shiguzhaopian:''},on:{\"change\":_vm.shiguzhaopianUploadChange}})],1):(_vm.ruleForm.shiguzhaopian)?_c('el-form-item',{staticClass:\"upload\",style:({\"padding\":\"2px 0\",\"margin\":\"0 auto 20px\",\"color\":\"inherit\",\"borderRadius\":\"4px\",\"background\":\"none\",\"width\":\"100%\",\"fontSize\":\"inherit\"}),attrs:{\"label\":\"事故照片\",\"prop\":\"shiguzhaopian\"}},[(_vm.ruleForm.shiguzhaopian.substring(0,4)=='http')?_c('img',{key:_vm.index,staticClass:\"upload-img\",staticStyle:{\"margin-right\":\"20px\"},attrs:{\"src\":_vm.ruleForm.shiguzhaopian.split(',')[0],\"width\":\"100\",\"height\":\"100\"}}):_vm._l((_vm.ruleForm.shiguzhaopian.split(',')),function(item,index){return _c('img',{key:index,staticClass:\"upload-img\",staticStyle:{\"margin-right\":\"20px\"},attrs:{\"src\":_vm.$base.url+item,\"width\":\"100\",\"height\":\"100\"}})})],2):_vm._e(),(_vm.type!='info'&& !_vm.ro.zhengmingcailiao)?_c('el-form-item',{staticClass:\"upload\",style:({\"padding\":\"2px 0\",\"margin\":\"0 auto 20px\",\"color\":\"inherit\",\"borderRadius\":\"4px\",\"background\":\"none\",\"width\":\"100%\",\"fontSize\":\"inherit\"}),attrs:{\"label\":\"证明材料\",\"prop\":\"zhengmingcailiao\"}},[_c('file-upload',{attrs:{\"tip\":\"点击上传证明材料\",\"action\":\"file/upload\",\"limit\":1,\"type\":3,\"multiple\":true,\"fileUrls\":_vm.ruleForm.zhengmingcailiao?_vm.ruleForm.zhengmingcailiao:''},on:{\"change\":_vm.zhengmingcailiaoUploadChange}})],1):(_vm.ruleForm.zhengmingcailiao)?_c('el-form-item',{style:({\"padding\":\"2px 0\",\"margin\":\"0 auto 20px\",\"color\":\"inherit\",\"borderRadius\":\"4px\",\"background\":\"none\",\"width\":\"100%\",\"fontSize\":\"inherit\"}),attrs:{\"label\":\"证明材料\",\"prop\":\"zhengmingcailiao\"}},[_c('el-button',{style:({\"border\":\"1px solid #ced4da\",\"cursor\":\"pointer\",\"padding\":\"0 30px\",\"margin\":\"0 20px 0 0\",\"outline\":\"none\",\"color\":\"inherit\",\"borderRadius\":\"4px\",\"background\":\"none\",\"width\":\"auto\",\"lineHeight\":\"36px\",\"fontSize\":\"14px\",\"height\":\"40px\"}),attrs:{\"type\":\"text\",\"size\":\"small\"},on:{\"click\":function($event){return _vm.download(_vm.$base.url+_vm.ruleForm.zhengmingcailiao)}}},[_vm._v(\"下载\")])],1):(!_vm.ruleForm.zhengmingcailiao)?_c('el-form-item',{style:({\"padding\":\"2px 0\",\"margin\":\"0 auto 20px\",\"color\":\"inherit\",\"borderRadius\":\"4px\",\"background\":\"none\",\"width\":\"100%\",\"fontSize\":\"inherit\"}),attrs:{\"label\":\"证明材料\",\"prop\":\"zhengmingcailiao\"}},[_c('el-button',{style:({\"border\":\"1px solid #ced4da\",\"cursor\":\"pointer\",\"padding\":\"0 30px\",\"margin\":\"0 20px 0 0\",\"outline\":\"none\",\"color\":\"inherit\",\"borderRadius\":\"4px\",\"background\":\"none\",\"width\":\"auto\",\"lineHeight\":\"36px\",\"fontSize\":\"14px\",\"height\":\"40px\"}),attrs:{\"type\":\"text\",\"size\":\"small\"}},[_vm._v(\"无\")])],1):_vm._e(),(_vm.type!='info')?_c('el-form-item',{staticClass:\"date\",style:({\"padding\":\"2px 0\",\"margin\":\"0 auto 20px\",\"color\":\"inherit\",\"borderRadius\":\"4px\",\"background\":\"none\",\"width\":\"100%\",\"fontSize\":\"inherit\"}),attrs:{\"label\":\"事故日期\",\"prop\":\"shiguriqi\"}},[_c('el-date-picker',{attrs:{\"format\":\"yyyy 年 MM 月 dd 日\",\"value-format\":\"yyyy-MM-dd\",\"type\":\"date\",\"readonly\":_vm.ro.shiguriqi,\"placeholder\":\"事故日期\"},model:{value:(_vm.ruleForm.shiguriqi),callback:function ($$v) {_vm.$set(_vm.ruleForm, \"shiguriqi\", $$v)},expression:\"ruleForm.shiguriqi\"}})],1):(_vm.ruleForm.shiguriqi)?_c('el-form-item',{staticClass:\"input\",style:({\"padding\":\"2px 0\",\"margin\":\"0 auto 20px\",\"color\":\"inherit\",\"borderRadius\":\"4px\",\"background\":\"none\",\"width\":\"100%\",\"fontSize\":\"inherit\"}),attrs:{\"label\":\"事故日期\",\"prop\":\"shiguriqi\"}},[_c('el-input',{attrs:{\"placeholder\":\"事故日期\",\"readonly\":\"\"},model:{value:(_vm.ruleForm.shiguriqi),callback:function ($$v) {_vm.$set(_vm.ruleForm, \"shiguriqi\", $$v)},expression:\"ruleForm.shiguriqi\"}})],1):_vm._e(),(_vm.type!='info')?_c('el-form-item',{staticClass:\"input\",style:({\"padding\":\"2px 0\",\"margin\":\"0 auto 20px\",\"color\":\"inherit\",\"borderRadius\":\"4px\",\"background\":\"none\",\"width\":\"100%\",\"fontSize\":\"inherit\"}),attrs:{\"label\":\"账号\",\"prop\":\"zhanghao\"}},[_c('el-input',{attrs:{\"placeholder\":\"账号\",\"clearable\":\"\",\"readonly\":_vm.ro.zhanghao},model:{value:(_vm.ruleForm.zhanghao),callback:function ($$v) {_vm.$set(_vm.ruleForm, \"zhanghao\", $$v)},expression:\"ruleForm.zhanghao\"}})],1):_c('el-form-item',{staticClass:\"input\",style:({\"padding\":\"2px 0\",\"margin\":\"0 auto 20px\",\"color\":\"inherit\",\"borderRadius\":\"4px\",\"background\":\"none\",\"width\":\"100%\",\"fontSize\":\"inherit\"}),attrs:{\"label\":\"账号\",\"prop\":\"zhanghao\"}},[_c('el-input',{attrs:{\"placeholder\":\"账号\",\"readonly\":\"\"},model:{value:(_vm.ruleForm.zhanghao),callback:function ($$v) {_vm.$set(_vm.ruleForm, \"zhanghao\", $$v)},expression:\"ruleForm.zhanghao\"}})],1),(_vm.type!='info')?_c('el-form-item',{staticClass:\"input\",style:({\"padding\":\"2px 0\",\"margin\":\"0 auto 20px\",\"color\":\"inherit\",\"borderRadius\":\"4px\",\"background\":\"none\",\"width\":\"100%\",\"fontSize\":\"inherit\"}),attrs:{\"label\":\"姓名\",\"prop\":\"xingming\"}},[_c('el-input',{attrs:{\"placeholder\":\"姓名\",\"clearable\":\"\",\"readonly\":_vm.ro.xingming},model:{value:(_vm.ruleForm.xingming),callback:function ($$v) {_vm.$set(_vm.ruleForm, \"xingming\", $$v)},expression:\"ruleForm.xingming\"}})],1):_c('el-form-item',{staticClass:\"input\",style:({\"padding\":\"2px 0\",\"margin\":\"0 auto 20px\",\"color\":\"inherit\",\"borderRadius\":\"4px\",\"background\":\"none\",\"width\":\"100%\",\"fontSize\":\"inherit\"}),attrs:{\"label\":\"姓名\",\"prop\":\"xingming\"}},[_c('el-input',{attrs:{\"placeholder\":\"姓名\",\"readonly\":\"\"},model:{value:(_vm.ruleForm.xingming),callback:function ($$v) {_vm.$set(_vm.ruleForm, \"xingming\", $$v)},expression:\"ruleForm.xingming\"}})],1),(_vm.type!='info')?_c('el-form-item',{staticClass:\"input\",style:({\"padding\":\"2px 0\",\"margin\":\"0 auto 20px\",\"color\":\"inherit\",\"borderRadius\":\"4px\",\"background\":\"none\",\"width\":\"100%\",\"fontSize\":\"inherit\"}),attrs:{\"label\":\"驾驶证号\",\"prop\":\"jiashizhenghao\"}},[_c('el-input',{attrs:{\"placeholder\":\"驾驶证号\",\"clearable\":\"\",\"readonly\":_vm.ro.jiashizhenghao},model:{value:(_vm.ruleForm.jiashizhenghao),callback:function ($$v) {_vm.$set(_vm.ruleForm, \"jiashizhenghao\", $$v)},expression:\"ruleForm.jiashizhenghao\"}})],1):_c('el-form-item',{staticClass:\"input\",style:({\"padding\":\"2px 0\",\"margin\":\"0 auto 20px\",\"color\":\"inherit\",\"borderRadius\":\"4px\",\"background\":\"none\",\"width\":\"100%\",\"fontSize\":\"inherit\"}),attrs:{\"label\":\"驾驶证号\",\"prop\":\"jiashizhenghao\"}},[_c('el-input',{attrs:{\"placeholder\":\"驾驶证号\",\"readonly\":\"\"},model:{value:(_vm.ruleForm.jiashizhenghao),callback:function ($$v) {_vm.$set(_vm.ruleForm, \"jiashizhenghao\", $$v)},expression:\"ruleForm.jiashizhenghao\"}})],1),(_vm.type!='info')?_c('el-form-item',{staticClass:\"input\",style:({\"padding\":\"2px 0\",\"margin\":\"0 auto 20px\",\"color\":\"inherit\",\"borderRadius\":\"4px\",\"background\":\"none\",\"width\":\"100%\",\"fontSize\":\"inherit\"}),attrs:{\"label\":\"员工账号\",\"prop\":\"yuangongzhanghao\"}},[_c('el-input',{attrs:{\"placeholder\":\"员工账号\",\"clearable\":\"\",\"readonly\":_vm.ro.yuangongzhanghao},model:{value:(_vm.ruleForm.yuangongzhanghao),callback:function ($$v) {_vm.$set(_vm.ruleForm, \"yuangongzhanghao\", $$v)},expression:\"ruleForm.yuangongzhanghao\"}})],1):_c('el-form-item',{staticClass:\"input\",style:({\"padding\":\"2px 0\",\"margin\":\"0 auto 20px\",\"color\":\"inherit\",\"borderRadius\":\"4px\",\"background\":\"none\",\"width\":\"100%\",\"fontSize\":\"inherit\"}),attrs:{\"label\":\"员工账号\",\"prop\":\"yuangongzhanghao\"}},[_c('el-input',{attrs:{\"placeholder\":\"员工账号\",\"readonly\":\"\"},model:{value:(_vm.ruleForm.yuangongzhanghao),callback:function ($$v) {_vm.$set(_vm.ruleForm, \"yuangongzhanghao\", $$v)},expression:\"ruleForm.yuangongzhanghao\"}})],1),(_vm.type!='info')?_c('el-form-item',{staticClass:\"input\",style:({\"padding\":\"2px 0\",\"margin\":\"0 auto 20px\",\"color\":\"inherit\",\"borderRadius\":\"4px\",\"background\":\"none\",\"width\":\"100%\",\"fontSize\":\"inherit\"}),attrs:{\"label\":\"员工姓名\",\"prop\":\"yuangongxingming\"}},[_c('el-input',{attrs:{\"placeholder\":\"员工姓名\",\"clearable\":\"\",\"readonly\":_vm.ro.yuangongxingming},model:{value:(_vm.ruleForm.yuangongxingming),callback:function ($$v) {_vm.$set(_vm.ruleForm, \"yuangongxingming\", $$v)},expression:\"ruleForm.yuangongxingming\"}})],1):_c('el-form-item',{staticClass:\"input\",style:({\"padding\":\"2px 0\",\"margin\":\"0 auto 20px\",\"color\":\"inherit\",\"borderRadius\":\"4px\",\"background\":\"none\",\"width\":\"100%\",\"fontSize\":\"inherit\"}),attrs:{\"label\":\"员工姓名\",\"prop\":\"yuangongxingming\"}},[_c('el-input',{attrs:{\"placeholder\":\"员工姓名\",\"readonly\":\"\"},model:{value:(_vm.ruleForm.yuangongxingming),callback:function ($$v) {_vm.$set(_vm.ruleForm, \"yuangongxingming\", $$v)},expression:\"ruleForm.yuangongxingming\"}})],1)],(_vm.type!='info')?_c('el-form-item',{style:({\"padding\":\"2px 0\",\"margin\":\"0 auto 20px\",\"color\":\"inherit\",\"borderRadius\":\"4px\",\"background\":\"none\",\"width\":\"100%\",\"fontSize\":\"inherit\"}),attrs:{\"label\":\"事故详情\",\"prop\":\"shiguxiangqing\"}},[_c('editor',{staticClass:\"editor\",staticStyle:{\"min-width\":\"200px\",\"max-width\":\"600px\"},attrs:{\"action\":\"file/upload\"},model:{value:(_vm.ruleForm.shiguxiangqing),callback:function ($$v) {_vm.$set(_vm.ruleForm, \"shiguxiangqing\", $$v)},expression:\"ruleForm.shiguxiangqing\"}})],1):(_vm.ruleForm.shiguxiangqing)?_c('el-form-item',{style:({\"padding\":\"2px 0\",\"margin\":\"0 auto 20px\",\"color\":\"inherit\",\"borderRadius\":\"4px\",\"background\":\"none\",\"width\":\"100%\",\"fontSize\":\"inherit\"}),attrs:{\"label\":\"事故详情\",\"prop\":\"shiguxiangqing\"}},[_c('span',{style:({\"fontSize\":\"14px\",\"lineHeight\":\"40px\",\"color\":\"inherit\",\"fontWeight\":\"500\",\"display\":\"inline-block\"}),domProps:{\"innerHTML\":_vm._s(_vm.ruleForm.shiguxiangqing)}})]):_vm._e(),_c('el-form-item',{staticClass:\"btn\",style:({\"padding\":\"0\",\"margin\":\"30px auto\",\"alignItems\":\"center\",\"textAlign\":\"center\",\"background\":\"none\",\"display\":\"flex\",\"width\":\"60%\",\"fontSize\":\"18px\"})},[(_vm.type!='info')?_c('el-button',{staticClass:\"btn3\",attrs:{\"type\":\"success\"},on:{\"click\":_vm.onSubmit}},[_c('span',{staticClass:\"icon iconfont icon-tijiao16\",style:({\"margin\":\"0 2px\",\"fontSize\":\"inherit\",\"color\":\"inherit\",\"display\":\"none\"})}),_vm._v(\" 确定 \")]):_vm._e(),(_vm.type!='info')?_c('el-button',{staticClass:\"btn4\",attrs:{\"type\":\"success\"},on:{\"click\":function($event){return _vm.back()}}},[_c('span',{staticClass:\"icon iconfont icon-quxiao09\",style:({\"margin\":\"0 2px\",\"fontSize\":\"inherit\",\"color\":\"inherit\",\"display\":\"none\"})}),_vm._v(\" 取消 \")]):_vm._e(),(_vm.type=='info')?_c('el-button',{staticClass:\"btn5\",attrs:{\"type\":\"success\"},on:{\"click\":function($event){return _vm.back()}}},[_c('span',{staticClass:\"icon iconfont icon-fanhui01\",style:({\"margin\":\"0 2px\",\"fontSize\":\"inherit\",\"color\":\"inherit\",\"display\":\"none\"})}),_vm._v(\" 返回 \")]):_vm._e()],1)],2)],1)\n}\nvar staticRenderFns = []\n\nexport { render, staticRenderFns }","\r\n\r\n\r\n","import mod from \"-!../../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_cache-loader@4.1.0@cache-loader/dist/cjs.js??ref--13-0!../../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_thread-loader@2.1.3@thread-loader/dist/cjs.js!../../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_babel-loader@8.4.1@babel-loader/lib/index.js!../../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_cache-loader@4.1.0@cache-loader/dist/cjs.js??ref--1-0!../../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_vue-loader@15.11.1@vue-loader/lib/index.js??vue-loader-options!./add-or-update.vue?vue&type=script&lang=js\"; export default mod; export * from \"-!../../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_cache-loader@4.1.0@cache-loader/dist/cjs.js??ref--13-0!../../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_thread-loader@2.1.3@thread-loader/dist/cjs.js!../../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_babel-loader@8.4.1@babel-loader/lib/index.js!../../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_cache-loader@4.1.0@cache-loader/dist/cjs.js??ref--1-0!../../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_vue-loader@15.11.1@vue-loader/lib/index.js??vue-loader-options!./add-or-update.vue?vue&type=script&lang=js\"","import { render, staticRenderFns } from \"./add-or-update.vue?vue&type=template&id=6e6e9a60&scoped=true\"\nimport script from \"./add-or-update.vue?vue&type=script&lang=js\"\nexport * from \"./add-or-update.vue?vue&type=script&lang=js\"\nimport style0 from \"./add-or-update.vue?vue&type=style&index=0&id=6e6e9a60&prod&lang=scss&scoped=true\"\n\n\n/* normalize component */\nimport normalizer from \"!../../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_vue-loader@15.11.1@vue-loader/lib/runtime/componentNormalizer.js\"\nvar component = normalizer(\n script,\n render,\n staticRenderFns,\n false,\n null,\n \"6e6e9a60\",\n null\n \n)\n\nexport default component.exports","\r\n\n\n\n","import mod from \"-!../../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_cache-loader@4.1.0@cache-loader/dist/cjs.js??ref--13-0!../../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_thread-loader@2.1.3@thread-loader/dist/cjs.js!../../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_babel-loader@8.4.1@babel-loader/lib/index.js!../../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_cache-loader@4.1.0@cache-loader/dist/cjs.js??ref--1-0!../../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_vue-loader@15.11.1@vue-loader/lib/index.js??vue-loader-options!./list.vue?vue&type=script&lang=js\"; export default mod; export * from \"-!../../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_cache-loader@4.1.0@cache-loader/dist/cjs.js??ref--13-0!../../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_thread-loader@2.1.3@thread-loader/dist/cjs.js!../../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_babel-loader@8.4.1@babel-loader/lib/index.js!../../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_cache-loader@4.1.0@cache-loader/dist/cjs.js??ref--1-0!../../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_vue-loader@15.11.1@vue-loader/lib/index.js??vue-loader-options!./list.vue?vue&type=script&lang=js\"","import { render, staticRenderFns } from \"./list.vue?vue&type=template&id=e1f9817c&scoped=true\"\nimport script from \"./list.vue?vue&type=script&lang=js\"\nexport * from \"./list.vue?vue&type=script&lang=js\"\nimport style0 from \"./list.vue?vue&type=style&index=0&id=e1f9817c&prod&lang=scss&scoped=true\"\n\n\n/* normalize component */\nimport normalizer from \"!../../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_vue-loader@15.11.1@vue-loader/lib/runtime/componentNormalizer.js\"\nvar component = normalizer(\n script,\n render,\n staticRenderFns,\n false,\n null,\n \"e1f9817c\",\n null\n \n)\n\nexport default component.exports","var render = function render(){var _vm=this,_c=_vm._self._c;return _c('div',{staticClass:\"main-content\",style:({\"minHeight\":\"calc(100vh - 200px)\",\"padding\":\"0px 5%\",\"margin\":\"0 auto\",\"color\":\"#666\",\"background\":\"none\",\"width\":\"calc(100% - 0px)\",\"fontSize\":\"14px\",\"height\":\"100%\"})},[(_vm.showFlag)?[_c('el-form',{staticClass:\"center-form-pv\",style:({\"padding\":\"20px 20px 0\",\"boxShadow\":\"0 2px 3px 0px rgba(100,100,100,.05)\",\"margin\":\"0 0 0px\",\"borderColor\":\"#f6f6f6\",\"display\":\"flex\",\"justifyContent\":\"center\",\"minHeight\":\"100px\",\"overflow\":\"hidden\",\"borderRadius\":\"4px 4px 0 0\",\"flexWrap\":\"wrap\",\"background\":\"#fff\",\"borderWidth\":\"2px 2px 0\",\"fontSize\":\"inherit\",\"borderStyle\":\"solid\"}),attrs:{\"inline\":true,\"model\":_vm.searchForm}},[_c('el-row',{style:({\"padding\":\"0px\",\"boxShadow\":\"0 0px 0px 0px rgba(115,108,203,.23)\",\"margin\":\"0 0px 0px 0\",\"borderRadius\":\"0px\",\"alignItems\":\"center\",\"background\":\"none\",\"display\":\"flex\",\"width\":\"auto\",\"fontSize\":\"inherit\",\"justifyContent\":\"flex-end\",\"order\":\"2\"})},[_c('div',{style:({\"margin\":\"0 10px 0 0\",\"fontSize\":\"inherit\",\"display\":\"inline-block\"})},[_c('label',{staticClass:\"item-label\",style:({\"margin\":\"0 10px 0 0\",\"color\":\"inherit\",\"display\":\"inline-block\",\"lineHeight\":\"34px\",\"fontSize\":\"inherit\",\"fontWeight\":\"500\",\"height\":\"34px\"})},[_vm._v(\"车辆型号\")]),_c('el-input',{attrs:{\"placeholder\":\"车辆型号\",\"clearable\":\"\"},nativeOn:{\"keydown\":function($event){if(!$event.type.indexOf('key')&&_vm._k($event.keyCode,\"enter\",13,$event.key,\"Enter\"))return null;return _vm.search()}},model:{value:(_vm.searchForm.cheliangxinghao),callback:function ($$v) {_vm.$set(_vm.searchForm, \"cheliangxinghao\", $$v)},expression:\"searchForm.cheliangxinghao\"}})],1),_c('el-button',{staticClass:\"search\",attrs:{\"type\":\"success\"},on:{\"click\":function($event){return _vm.search()}}},[_c('span',{staticClass:\"icon iconfont icon-chakan18\",style:({\"margin\":\"0 2px\",\"fontSize\":\"18px\",\"color\":\"#00acc1\",\"display\":\"inline-block\",\"height\":\"auto\"})}),_vm._v(\" 查询 \")])],1),_c('el-row',{staticClass:\"actions\",style:({\"boxShadow\":\"0 0px 0px 0px rgba(115,108,203,.23)\",\"padding\":\"0 20px 0 0\",\"margin\":\"0px 0 0px\",\"color\":\"#333\",\"alignItems\":\"center\",\"textAlign\":\"left\",\"display\":\"flex\",\"borderRadius\":\"0px\",\"flexWrap\":\"wrap\",\"background\":\"none\",\"flex\":\"1\",\"width\":\"auto\",\"fontSize\":\"inherit\",\"order\":\"1\"})},[(_vm.isAuth('xubaotongzhi','新增'))?_c('el-button',{staticClass:\"add\",attrs:{\"type\":\"success\"},on:{\"click\":function($event){return _vm.addOrUpdateHandler()}}},[_c('span',{staticClass:\"icon iconfont icon-tianjia14\",style:({\"margin\":\"0 2px\",\"fontSize\":\"inherit\",\"color\":\"inherit\",\"display\":\"none\"})}),_vm._v(\" 新增 \")]):_vm._e(),(_vm.isAuth('xubaotongzhi','删除'))?_c('el-button',{staticClass:\"del\",attrs:{\"disabled\":_vm.dataListSelections.length?false:true,\"type\":\"danger\"},on:{\"click\":function($event){return _vm.deleteHandler()}}},[_c('span',{staticClass:\"icon iconfont icon-shanchu9\",style:({\"margin\":\"0 2px\",\"fontSize\":\"inherit\",\"color\":\"inherit\",\"display\":\"none\"})}),_vm._v(\" 删除 \")]):_vm._e(),(_vm.isAuth('xubaotongzhi','到期次数'))?_c('el-button',{staticClass:\"btn18\",attrs:{\"type\":\"success\"},on:{\"click\":function($event){return _vm.chartDialog1()}}},[_c('span',{staticClass:\"icon iconfont icon-a-fenxiang2\",style:({\"margin\":\"0 2px\",\"fontSize\":\"inherit\",\"color\":\"inherit\",\"display\":\"inline-block\"})}),_vm._v(\" 到期次数 \")]):_vm._e()],1)],1),_c('div',{style:({\"padding\":\"20px\",\"borderColor\":\"#f6f6f6\",\"margin\":\"0 0 0px\",\"borderRadius\":\"0 0 4px 4px\",\"background\":\"rgba(255,255,255,1)\",\"borderWidth\":\"0 2px 2px\",\"width\":\"100%\",\"borderStyle\":\"solid\"})},[(_vm.isAuth('xubaotongzhi','查看'))?_c('el-table',{directives:[{name:\"loading\",rawName:\"v-loading\",value:(_vm.dataListLoading),expression:\"dataListLoading\"}],staticClass:\"tables\",style:({\"padding\":\"0\",\"borderColor\":\"#eee\",\"color\":\"inherit\",\"borderRadius\":\"0px\",\"borderWidth\":\"0px 0px 0 0px\",\"background\":\"none\",\"width\":\"100%\",\"fontSize\":\"inherit\",\"borderStyle\":\"solid\"}),attrs:{\"stripe\":false,\"border\":true,\"data\":_vm.dataList},on:{\"selection-change\":_vm.selectionChangeHandler}},[_c('el-table-column',{attrs:{\"resizable\":true,\"type\":\"selection\",\"align\":\"center\",\"width\":\"50\"}}),_c('el-table-column',{attrs:{\"resizable\":true,\"sortable\":true,\"label\":\"序号\",\"type\":\"index\",\"width\":\"50\"}}),_c('el-table-column',{attrs:{\"resizable\":true,\"sortable\":true,\"prop\":\"tongzhibiaoti\",\"label\":\"通知标题\"},scopedSlots:_vm._u([{key:\"default\",fn:function(scope){return [_vm._v(\" \"+_vm._s(scope.row.tongzhibiaoti)+\" \")]}}],null,false,493524588)}),_c('el-table-column',{attrs:{\"resizable\":true,\"sortable\":true,\"prop\":\"chepaihao\",\"label\":\"车牌号\"},scopedSlots:_vm._u([{key:\"default\",fn:function(scope){return [_vm._v(\" \"+_vm._s(scope.row.chepaihao)+\" \")]}}],null,false,394100621)}),_c('el-table-column',{attrs:{\"resizable\":true,\"sortable\":true,\"prop\":\"cheliangxinghao\",\"label\":\"车辆型号\"},scopedSlots:_vm._u([{key:\"default\",fn:function(scope){return [_vm._v(\" \"+_vm._s(scope.row.cheliangxinghao)+\" \")]}}],null,false,2617493600)}),_c('el-table-column',{attrs:{\"resizable\":true,\"sortable\":true,\"prop\":\"tongzhiriqi\",\"label\":\"通知日期\"},scopedSlots:_vm._u([{key:\"default\",fn:function(scope){return [_vm._v(\" \"+_vm._s(scope.row.tongzhiriqi)+\" \")]}}],null,false,3582000759)}),_c('el-table-column',{attrs:{\"resizable\":true,\"sortable\":true,\"prop\":\"zhanghao\",\"label\":\"账号\"},scopedSlots:_vm._u([{key:\"default\",fn:function(scope){return [_vm._v(\" \"+_vm._s(scope.row.zhanghao)+\" \")]}}],null,false,2757161441)}),_c('el-table-column',{attrs:{\"resizable\":true,\"sortable\":true,\"prop\":\"xingming\",\"label\":\"姓名\"},scopedSlots:_vm._u([{key:\"default\",fn:function(scope){return [_vm._v(\" \"+_vm._s(scope.row.xingming)+\" \")]}}],null,false,1096791112)}),_c('el-table-column',{attrs:{\"resizable\":true,\"sortable\":true,\"prop\":\"jiashizhenghao\",\"label\":\"驾驶证号\"},scopedSlots:_vm._u([{key:\"default\",fn:function(scope){return [_vm._v(\" \"+_vm._s(scope.row.jiashizhenghao)+\" \")]}}],null,false,1810102229)}),_c('el-table-column',{attrs:{\"resizable\":true,\"sortable\":true,\"prop\":\"yuangongzhanghao\",\"label\":\"员工账号\"},scopedSlots:_vm._u([{key:\"default\",fn:function(scope){return [_vm._v(\" \"+_vm._s(scope.row.yuangongzhanghao)+\" \")]}}],null,false,3349271683)}),_c('el-table-column',{attrs:{\"resizable\":true,\"sortable\":true,\"prop\":\"yuangongxingming\",\"label\":\"员工姓名\"},scopedSlots:_vm._u([{key:\"default\",fn:function(scope){return [_vm._v(\" \"+_vm._s(scope.row.yuangongxingming)+\" \")]}}],null,false,4268580138)}),_c('el-table-column',{attrs:{\"width\":\"300\",\"label\":\"操作\"},scopedSlots:_vm._u([{key:\"default\",fn:function(scope){return [( _vm.isAuth('xubaotongzhi','查看'))?_c('el-button',{staticClass:\"view\",attrs:{\"type\":\"success\"},on:{\"click\":function($event){return _vm.addOrUpdateHandler(scope.row.id,'info')}}},[_c('span',{staticClass:\"icon iconfont icon-chakan8\",style:({\"margin\":\"0 0 0 4px\",\"fontSize\":\"inherit\",\"color\":\"inherit\",\"display\":\"none\",\"height\":\"auto\"})}),_vm._v(\" 详情 \")]):_vm._e(),( _vm.isAuth('xubaotongzhi','修改') )?_c('el-button',{staticClass:\"edit\",attrs:{\"type\":\"success\"},on:{\"click\":function($event){return _vm.addOrUpdateHandler(scope.row.id)}}},[_c('span',{staticClass:\"icon iconfont icon-xiugai19\",style:({\"margin\":\"0 0 0 4px\",\"fontSize\":\"inherit\",\"color\":\"inherit\",\"display\":\"none\",\"height\":\"auto\"})}),_vm._v(\" 更改 \")]):_vm._e(),(_vm.isAuth('xubaotongzhi','删除') )?_c('el-button',{staticClass:\"del\",attrs:{\"type\":\"primary\"},on:{\"click\":function($event){return _vm.deleteHandler(scope.row.id )}}},[_c('span',{staticClass:\"icon iconfont icon-shanchu16\",style:({\"margin\":\"0 0 0 4px\",\"fontSize\":\"inherit\",\"color\":\"inherit\",\"display\":\"none\",\"height\":\"auto\"})}),_vm._v(\" 移除 \")]):_vm._e()]}}],null,false,2572431947)})],1):_vm._e()],1),_c('el-pagination',{style:({\"border\":\"0px solid #dee2e6\",\"padding\":\"10px 0\",\"margin\":\"10px 0 0\",\"whiteSpace\":\"nowrap\",\"color\":\"inherit\",\"textAlign\":\"center\",\"background\":\"none\",\"width\":\"100%\",\"fontSize\":\"inherit\",\"fontWeight\":\"500\"}),attrs:{\"current-page\":_vm.pageIndex,\"background\":\"\",\"page-sizes\":[10, 50, 100, 200],\"page-size\":_vm.pageSize,\"layout\":_vm.layouts.join(),\"total\":_vm.totalPage,\"prev-text\":\"上一页 \",\"next-text\":\"下一页 \",\"hide-on-single-page\":false},on:{\"size-change\":_vm.sizeChangeHandle,\"current-change\":_vm.currentChangeHandle}})]:_vm._e(),(_vm.addOrUpdateFlag)?_c('add-or-update',{ref:\"addOrUpdate\",attrs:{\"parent\":this}}):_vm._e(),_c('el-dialog',{attrs:{\"visible\":_vm.chartVisiable1,\"width\":\"800\"},on:{\"update:visible\":function($event){_vm.chartVisiable1=$event}}},[_c('div',{staticStyle:{\"width\":\"100%\",\"height\":\"600px\"},attrs:{\"id\":\"chepaihaoChart1\"}}),_c('span',{staticClass:\"dialog-footer\",attrs:{\"slot\":\"footer\"},slot:\"footer\"},[_c('el-button',{on:{\"click\":_vm.chartDialog1}},[_vm._v(\"返回\")])],1)])],2)\n}\nvar staticRenderFns = []\n\nexport { render, staticRenderFns }","\r\n\n\n\n","import mod from \"-!../../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_cache-loader@4.1.0@cache-loader/dist/cjs.js??ref--13-0!../../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_thread-loader@2.1.3@thread-loader/dist/cjs.js!../../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_babel-loader@8.4.1@babel-loader/lib/index.js!../../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_cache-loader@4.1.0@cache-loader/dist/cjs.js??ref--1-0!../../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_vue-loader@15.11.1@vue-loader/lib/index.js??vue-loader-options!./list.vue?vue&type=script&lang=js\"; export default mod; export * from \"-!../../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_cache-loader@4.1.0@cache-loader/dist/cjs.js??ref--13-0!../../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_thread-loader@2.1.3@thread-loader/dist/cjs.js!../../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_babel-loader@8.4.1@babel-loader/lib/index.js!../../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_cache-loader@4.1.0@cache-loader/dist/cjs.js??ref--1-0!../../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_vue-loader@15.11.1@vue-loader/lib/index.js??vue-loader-options!./list.vue?vue&type=script&lang=js\"","import { render, staticRenderFns } from \"./list.vue?vue&type=template&id=7ae699bc&scoped=true\"\nimport script from \"./list.vue?vue&type=script&lang=js\"\nexport * from \"./list.vue?vue&type=script&lang=js\"\nimport style0 from \"./list.vue?vue&type=style&index=0&id=7ae699bc&prod&lang=scss&scoped=true\"\n\n\n/* normalize component */\nimport normalizer from \"!../../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_vue-loader@15.11.1@vue-loader/lib/runtime/componentNormalizer.js\"\nvar component = normalizer(\n script,\n render,\n staticRenderFns,\n false,\n null,\n \"7ae699bc\",\n null\n \n)\n\nexport default component.exports","var render = function render(){var _vm=this,_c=_vm._self._c;return _c('div',{staticClass:\"main-content\",style:({\"minHeight\":\"calc(100vh - 200px)\",\"padding\":\"0px 5%\",\"margin\":\"0 auto\",\"color\":\"#666\",\"background\":\"none\",\"width\":\"calc(100% - 0px)\",\"fontSize\":\"14px\",\"height\":\"100%\"})},[(_vm.showFlag)?[_c('el-form',{staticClass:\"center-form-pv\",style:({\"padding\":\"20px 20px 0\",\"boxShadow\":\"0 2px 3px 0px rgba(100,100,100,.05)\",\"margin\":\"0 0 0px\",\"borderColor\":\"#f6f6f6\",\"display\":\"flex\",\"justifyContent\":\"center\",\"minHeight\":\"100px\",\"overflow\":\"hidden\",\"borderRadius\":\"4px 4px 0 0\",\"flexWrap\":\"wrap\",\"background\":\"#fff\",\"borderWidth\":\"2px 2px 0\",\"fontSize\":\"inherit\",\"borderStyle\":\"solid\"}),attrs:{\"inline\":true,\"model\":_vm.searchForm}},[_c('el-row',{style:({\"padding\":\"0px\",\"boxShadow\":\"0 0px 0px 0px rgba(115,108,203,.23)\",\"margin\":\"0 0px 0px 0\",\"borderRadius\":\"0px\",\"alignItems\":\"center\",\"background\":\"none\",\"display\":\"flex\",\"width\":\"auto\",\"fontSize\":\"inherit\",\"justifyContent\":\"flex-end\",\"order\":\"2\"})},[_c('div',{style:({\"margin\":\"0 10px 0 0\",\"fontSize\":\"inherit\",\"display\":\"inline-block\"})},[_c('label',{staticClass:\"item-label\",style:({\"margin\":\"0 10px 0 0\",\"color\":\"inherit\",\"display\":\"inline-block\",\"lineHeight\":\"34px\",\"fontSize\":\"inherit\",\"fontWeight\":\"500\",\"height\":\"34px\"})},[_vm._v(\"员工账号\")]),_c('el-input',{attrs:{\"placeholder\":\"员工账号\",\"clearable\":\"\"},nativeOn:{\"keydown\":function($event){if(!$event.type.indexOf('key')&&_vm._k($event.keyCode,\"enter\",13,$event.key,\"Enter\"))return null;return _vm.search()}},model:{value:(_vm.searchForm.yuangongzhanghao),callback:function ($$v) {_vm.$set(_vm.searchForm, \"yuangongzhanghao\", $$v)},expression:\"searchForm.yuangongzhanghao\"}})],1),_c('div',{style:({\"margin\":\"0 10px 0 0\",\"fontSize\":\"inherit\",\"display\":\"inline-block\"})},[_c('label',{staticClass:\"item-label\",style:({\"margin\":\"0 10px 0 0\",\"color\":\"inherit\",\"display\":\"inline-block\",\"lineHeight\":\"34px\",\"fontSize\":\"inherit\",\"fontWeight\":\"500\",\"height\":\"34px\"})},[_vm._v(\"员工姓名\")]),_c('el-input',{attrs:{\"placeholder\":\"员工姓名\",\"clearable\":\"\"},nativeOn:{\"keydown\":function($event){if(!$event.type.indexOf('key')&&_vm._k($event.keyCode,\"enter\",13,$event.key,\"Enter\"))return null;return _vm.search()}},model:{value:(_vm.searchForm.yuangongxingming),callback:function ($$v) {_vm.$set(_vm.searchForm, \"yuangongxingming\", $$v)},expression:\"searchForm.yuangongxingming\"}})],1),_c('div',{staticClass:\"select\",style:({\"margin\":\"0 10px 0 0\",\"fontSize\":\"inherit\",\"display\":\"inline-block\"})},[_c('label',{staticClass:\"item-label\",style:({\"margin\":\"0 10px 0 0\",\"color\":\"inherit\",\"display\":\"inline-block\",\"lineHeight\":\"34px\",\"fontSize\":\"inherit\",\"fontWeight\":\"500\",\"height\":\"34px\"})},[_vm._v(\"是否通过\")]),_c('el-select',{attrs:{\"clearable\":\"\",\"placeholder\":\"是否通过\"},model:{value:(_vm.searchForm.sfsh),callback:function ($$v) {_vm.$set(_vm.searchForm, \"sfsh\", $$v)},expression:\"searchForm.sfsh\"}},_vm._l((_vm.sfshOptions),function(item,index){return _c('el-option',{key:index,attrs:{\"label\":item,\"value\":item}})}),1)],1),_c('el-button',{staticClass:\"search\",attrs:{\"type\":\"success\"},on:{\"click\":function($event){return _vm.search()}}},[_c('span',{staticClass:\"icon iconfont icon-chakan18\",style:({\"margin\":\"0 2px\",\"fontSize\":\"18px\",\"color\":\"#00acc1\",\"display\":\"inline-block\",\"height\":\"auto\"})}),_vm._v(\" 查询 \")])],1),_c('el-row',{staticClass:\"actions\",style:({\"boxShadow\":\"0 0px 0px 0px rgba(115,108,203,.23)\",\"padding\":\"0 20px 0 0\",\"margin\":\"0px 0 0px\",\"color\":\"#333\",\"alignItems\":\"center\",\"textAlign\":\"left\",\"display\":\"flex\",\"borderRadius\":\"0px\",\"flexWrap\":\"wrap\",\"background\":\"none\",\"flex\":\"1\",\"width\":\"auto\",\"fontSize\":\"inherit\",\"order\":\"1\"})},[(_vm.isAuth('gongzuorenyuan','新增'))?_c('el-button',{staticClass:\"add\",attrs:{\"type\":\"success\"},on:{\"click\":function($event){return _vm.addOrUpdateHandler()}}},[_c('span',{staticClass:\"icon iconfont icon-tianjia14\",style:({\"margin\":\"0 2px\",\"fontSize\":\"inherit\",\"color\":\"inherit\",\"display\":\"none\"})}),_vm._v(\" 新增 \")]):_vm._e(),(_vm.isAuth('gongzuorenyuan','删除'))?_c('el-button',{staticClass:\"del\",attrs:{\"disabled\":_vm.dataListSelections.length?false:true,\"type\":\"danger\"},on:{\"click\":function($event){return _vm.deleteHandler()}}},[_c('span',{staticClass:\"icon iconfont icon-shanchu9\",style:({\"margin\":\"0 2px\",\"fontSize\":\"inherit\",\"color\":\"inherit\",\"display\":\"none\"})}),_vm._v(\" 删除 \")]):_vm._e(),(_vm.isAuth('gongzuorenyuan','审核'))?_c('el-button',{staticClass:\"btn18\",attrs:{\"disabled\":_vm.dataListSelections.length?false:true,\"type\":\"success\"},on:{\"click\":function($event){return _vm.shBatchDialog()}}},[_c('span',{staticClass:\"icon iconfont icon-shenhe2\",style:({\"margin\":\"0 2px\",\"fontSize\":\"inherit\",\"color\":\"inherit\",\"display\":\"inline-block\"})}),_vm._v(\" 审核 \")]):_vm._e()],1)],1),_c('div',{style:({\"padding\":\"20px\",\"borderColor\":\"#f6f6f6\",\"margin\":\"0 0 0px\",\"borderRadius\":\"0 0 4px 4px\",\"background\":\"rgba(255,255,255,1)\",\"borderWidth\":\"0 2px 2px\",\"width\":\"100%\",\"borderStyle\":\"solid\"})},[(_vm.isAuth('gongzuorenyuan','查看'))?_c('el-table',{directives:[{name:\"loading\",rawName:\"v-loading\",value:(_vm.dataListLoading),expression:\"dataListLoading\"}],staticClass:\"tables\",style:({\"padding\":\"0\",\"borderColor\":\"#eee\",\"color\":\"inherit\",\"borderRadius\":\"0px\",\"borderWidth\":\"0px 0px 0 0px\",\"background\":\"none\",\"width\":\"100%\",\"fontSize\":\"inherit\",\"borderStyle\":\"solid\"}),attrs:{\"stripe\":false,\"border\":true,\"data\":_vm.dataList},on:{\"selection-change\":_vm.selectionChangeHandler}},[_c('el-table-column',{attrs:{\"resizable\":true,\"type\":\"selection\",\"align\":\"center\",\"width\":\"50\"}}),_c('el-table-column',{attrs:{\"resizable\":true,\"sortable\":true,\"label\":\"序号\",\"type\":\"index\",\"width\":\"50\"}}),_c('el-table-column',{attrs:{\"resizable\":true,\"sortable\":true,\"prop\":\"yuangongzhanghao\",\"label\":\"员工账号\"},scopedSlots:_vm._u([{key:\"default\",fn:function(scope){return [_vm._v(\" \"+_vm._s(scope.row.yuangongzhanghao)+\" \")]}}],null,false,3349271683)}),_c('el-table-column',{attrs:{\"resizable\":true,\"sortable\":true,\"prop\":\"yuangongxingming\",\"label\":\"员工姓名\"},scopedSlots:_vm._u([{key:\"default\",fn:function(scope){return [_vm._v(\" \"+_vm._s(scope.row.yuangongxingming)+\" \")]}}],null,false,4268580138)}),_c('el-table-column',{attrs:{\"resizable\":true,\"sortable\":true,\"prop\":\"nianling\",\"label\":\"年龄\"},scopedSlots:_vm._u([{key:\"default\",fn:function(scope){return [_vm._v(\" \"+_vm._s(scope.row.nianling)+\" \")]}}],null,false,3648939193)}),_c('el-table-column',{attrs:{\"resizable\":true,\"sortable\":true,\"prop\":\"xingbie\",\"label\":\"性别\"},scopedSlots:_vm._u([{key:\"default\",fn:function(scope){return [_vm._v(\" \"+_vm._s(scope.row.xingbie)+\" \")]}}],null,false,224366571)}),_c('el-table-column',{attrs:{\"resizable\":true,\"sortable\":true,\"prop\":\"shouji\",\"label\":\"手机\"},scopedSlots:_vm._u([{key:\"default\",fn:function(scope){return [_vm._v(\" \"+_vm._s(scope.row.shouji)+\" \")]}}],null,false,1642124447)}),_c('el-table-column',{attrs:{\"resizable\":true,\"sortable\":true,\"prop\":\"touxiang\",\"width\":\"200\",\"label\":\"头像\"},scopedSlots:_vm._u([{key:\"default\",fn:function(scope){return [(scope.row.touxiang)?_c('div',[(scope.row.touxiang.substring(0,4)=='http')?_c('img',{staticStyle:{\"object-fit\":\"cover\"},attrs:{\"src\":scope.row.touxiang.split(',')[0],\"width\":\"100\",\"height\":\"100\"}}):_c('img',{staticStyle:{\"object-fit\":\"cover\"},attrs:{\"src\":_vm.$base.url+scope.row.touxiang.split(',')[0],\"width\":\"100\",\"height\":\"100\"}})]):_c('div',[_vm._v(\"无图片\")])]}}],null,false,3010260696)}),_c('el-table-column',{attrs:{\"resizable\":true,\"sortable\":true,\"prop\":\"shhf\",\"label\":\"审核回复\",\"show-overflow-tooltip\":\"\"},scopedSlots:_vm._u([{key:\"default\",fn:function(scope){return [_c('div',{staticStyle:{\"white-space\":\"nowrap\"}},[_vm._v(_vm._s(scope.row.shhf))])]}}],null,false,988886012)}),_c('el-table-column',{attrs:{\"resizable\":true,\"sortable\":true,\"prop\":\"sfsh\",\"label\":\"审核状态\"},scopedSlots:_vm._u([{key:\"default\",fn:function(scope){return [(scope.row.sfsh=='否')?_c('el-tag',{attrs:{\"type\":\"danger\"}},[_vm._v(\"未通过\")]):_vm._e(),(scope.row.sfsh=='待审核')?_c('el-tag',{attrs:{\"type\":\"warning\"}},[_vm._v(\"待审核\")]):_vm._e(),(scope.row.sfsh=='是')?_c('el-tag',{attrs:{\"type\":\"success\"}},[_vm._v(\"通过\")]):_vm._e()]}}],null,false,3672577349)}),_c('el-table-column',{attrs:{\"width\":\"300\",\"label\":\"操作\"},scopedSlots:_vm._u([{key:\"default\",fn:function(scope){return [( _vm.isAuth('gongzuorenyuan','查看'))?_c('el-button',{staticClass:\"view\",attrs:{\"type\":\"success\"},on:{\"click\":function($event){return _vm.addOrUpdateHandler(scope.row.id,'info')}}},[_c('span',{staticClass:\"icon iconfont icon-chakan8\",style:({\"margin\":\"0 0 0 4px\",\"fontSize\":\"inherit\",\"color\":\"inherit\",\"display\":\"none\",\"height\":\"auto\"})}),_vm._v(\" 详情 \")]):_vm._e(),( _vm.isAuth('gongzuorenyuan','修改') && scope.row.sfsh=='待审核' )?_c('el-button',{staticClass:\"edit\",attrs:{\"type\":\"success\"},on:{\"click\":function($event){return _vm.addOrUpdateHandler(scope.row.id)}}},[_c('span',{staticClass:\"icon iconfont icon-xiugai19\",style:({\"margin\":\"0 0 0 4px\",\"fontSize\":\"inherit\",\"color\":\"inherit\",\"display\":\"none\",\"height\":\"auto\"})}),_vm._v(\" 更改 \")]):_vm._e(),(_vm.isAuth('gongzuorenyuan','删除') )?_c('el-button',{staticClass:\"del\",attrs:{\"type\":\"primary\"},on:{\"click\":function($event){return _vm.deleteHandler(scope.row.id )}}},[_c('span',{staticClass:\"icon iconfont icon-shanchu16\",style:({\"margin\":\"0 0 0 4px\",\"fontSize\":\"inherit\",\"color\":\"inherit\",\"display\":\"none\",\"height\":\"auto\"})}),_vm._v(\" 移除 \")]):_vm._e()]}}],null,false,3707776650)})],1):_vm._e()],1),_c('el-pagination',{style:({\"border\":\"0px solid #dee2e6\",\"padding\":\"10px 0\",\"margin\":\"10px 0 0\",\"whiteSpace\":\"nowrap\",\"color\":\"inherit\",\"textAlign\":\"center\",\"background\":\"none\",\"width\":\"100%\",\"fontSize\":\"inherit\",\"fontWeight\":\"500\"}),attrs:{\"current-page\":_vm.pageIndex,\"background\":\"\",\"page-sizes\":[10, 50, 100, 200],\"page-size\":_vm.pageSize,\"layout\":_vm.layouts.join(),\"total\":_vm.totalPage,\"prev-text\":\"上一页 \",\"next-text\":\"下一页 \",\"hide-on-single-page\":false},on:{\"size-change\":_vm.sizeChangeHandle,\"current-change\":_vm.currentChangeHandle}})]:_vm._e(),(_vm.addOrUpdateFlag)?_c('add-or-update',{ref:\"addOrUpdate\",attrs:{\"parent\":this}}):_vm._e(),_c('el-dialog',{attrs:{\"title\":this.batchIds.length>1?'批量审核':'审核',\"visible\":_vm.sfshBatchVisiable,\"width\":\"50%\"},on:{\"update:visible\":function($event){_vm.sfshBatchVisiable=$event}}},[_c('el-form',{ref:\"form\",attrs:{\"model\":_vm.form,\"label-width\":\"80px\"}},[_c('el-form-item',{attrs:{\"label\":\"审核状态\"}},[_c('el-select',{attrs:{\"placeholder\":\"审核状态\"},model:{value:(_vm.shBatchForm.sfsh),callback:function ($$v) {_vm.$set(_vm.shBatchForm, \"sfsh\", $$v)},expression:\"shBatchForm.sfsh\"}},[_c('el-option',{attrs:{\"label\":\"通过\",\"value\":\"是\"}}),_c('el-option',{attrs:{\"label\":\"不通过\",\"value\":\"否\"}}),_c('el-option',{attrs:{\"label\":\"待审核\",\"value\":\"待审核\"}})],1)],1),_c('el-form-item',{attrs:{\"label\":\"内容\"}},[_c('el-input',{attrs:{\"type\":\"textarea\",\"rows\":8},model:{value:(_vm.shBatchForm.shhf),callback:function ($$v) {_vm.$set(_vm.shBatchForm, \"shhf\", $$v)},expression:\"shBatchForm.shhf\"}})],1)],1),_c('span',{staticClass:\"dialog-footer\",attrs:{\"slot\":\"footer\"},slot:\"footer\"},[_c('el-button',{on:{\"click\":function($event){_vm.sfshBatchVisiable=false}}},[_vm._v(\"取 消\")]),_c('el-button',{attrs:{\"type\":\"primary\"},on:{\"click\":_vm.shBatchHandler}},[_vm._v(\"确 定\")])],1)],1)],2)\n}\nvar staticRenderFns = []\n\nexport { render, staticRenderFns }","var render = function render(){var _vm=this,_c=_vm._self._c;return _c('div',{staticClass:\"addEdit-block\",style:({\"minHeight\":\"calc(100vh - 200px)\",\"padding\":\"0px 0 30px\",\"margin\":\"0 auto\",\"color\":\"#8e99a2\",\"background\":\"none\",\"width\":\"calc(100% - 0px)\",\"fontSize\":\"14px\",\"height\":\"100%\"})},[_c('el-form',{ref:\"ruleForm\",staticClass:\"add-update-preview\",style:({\"padding\":\"30px 5%\",\"borderColor\":\"#f6f6f6\",\"alignItems\":\"flex-start\",\"borderRadius\":\"4px\",\"flexWrap\":\"wrap\",\"background\":\"rgba(255,255,255,.9)\",\"borderWidth\":\"2px\",\"display\":\"flex\",\"fontSize\":\"inherit\",\"borderStyle\":\"solid\"}),attrs:{\"model\":_vm.ruleForm,\"rules\":_vm.rules,\"label-width\":\"200px\"}},[[(_vm.type!='info')?_c('el-form-item',{staticClass:\"input\",style:({\"padding\":\"2px 0\",\"margin\":\"0 auto 20px\",\"color\":\"inherit\",\"borderRadius\":\"4px\",\"background\":\"none\",\"width\":\"100%\",\"fontSize\":\"inherit\"}),attrs:{\"label\":\"员工账号\",\"prop\":\"yuangongzhanghao\"}},[_c('el-input',{attrs:{\"placeholder\":\"员工账号\",\"clearable\":\"\",\"readonly\":_vm.ro.yuangongzhanghao},model:{value:(_vm.ruleForm.yuangongzhanghao),callback:function ($$v) {_vm.$set(_vm.ruleForm, \"yuangongzhanghao\", $$v)},expression:\"ruleForm.yuangongzhanghao\"}})],1):_c('el-form-item',{staticClass:\"input\",style:({\"padding\":\"2px 0\",\"margin\":\"0 auto 20px\",\"color\":\"inherit\",\"borderRadius\":\"4px\",\"background\":\"none\",\"width\":\"100%\",\"fontSize\":\"inherit\"}),attrs:{\"label\":\"员工账号\",\"prop\":\"yuangongzhanghao\"}},[_c('el-input',{attrs:{\"placeholder\":\"员工账号\",\"readonly\":\"\"},model:{value:(_vm.ruleForm.yuangongzhanghao),callback:function ($$v) {_vm.$set(_vm.ruleForm, \"yuangongzhanghao\", $$v)},expression:\"ruleForm.yuangongzhanghao\"}})],1),(_vm.type!='info')?_c('el-form-item',{staticClass:\"input\",style:({\"padding\":\"2px 0\",\"margin\":\"0 auto 20px\",\"color\":\"inherit\",\"borderRadius\":\"4px\",\"background\":\"none\",\"width\":\"100%\",\"fontSize\":\"inherit\"}),attrs:{\"label\":\"密码\",\"prop\":\"mima\"}},[_c('el-input',{attrs:{\"placeholder\":\"密码\",\"clearable\":\"\",\"readonly\":_vm.ro.mima},model:{value:(_vm.ruleForm.mima),callback:function ($$v) {_vm.$set(_vm.ruleForm, \"mima\", $$v)},expression:\"ruleForm.mima\"}})],1):_c('el-form-item',{staticClass:\"input\",style:({\"padding\":\"2px 0\",\"margin\":\"0 auto 20px\",\"color\":\"inherit\",\"borderRadius\":\"4px\",\"background\":\"none\",\"width\":\"100%\",\"fontSize\":\"inherit\"}),attrs:{\"label\":\"密码\",\"prop\":\"mima\"}},[_c('el-input',{attrs:{\"placeholder\":\"密码\",\"readonly\":\"\"},model:{value:(_vm.ruleForm.mima),callback:function ($$v) {_vm.$set(_vm.ruleForm, \"mima\", $$v)},expression:\"ruleForm.mima\"}})],1),(_vm.type!='info')?_c('el-form-item',{staticClass:\"input\",style:({\"padding\":\"2px 0\",\"margin\":\"0 auto 20px\",\"color\":\"inherit\",\"borderRadius\":\"4px\",\"background\":\"none\",\"width\":\"100%\",\"fontSize\":\"inherit\"}),attrs:{\"label\":\"员工姓名\",\"prop\":\"yuangongxingming\"}},[_c('el-input',{attrs:{\"placeholder\":\"员工姓名\",\"clearable\":\"\",\"readonly\":_vm.ro.yuangongxingming},model:{value:(_vm.ruleForm.yuangongxingming),callback:function ($$v) {_vm.$set(_vm.ruleForm, \"yuangongxingming\", $$v)},expression:\"ruleForm.yuangongxingming\"}})],1):_c('el-form-item',{staticClass:\"input\",style:({\"padding\":\"2px 0\",\"margin\":\"0 auto 20px\",\"color\":\"inherit\",\"borderRadius\":\"4px\",\"background\":\"none\",\"width\":\"100%\",\"fontSize\":\"inherit\"}),attrs:{\"label\":\"员工姓名\",\"prop\":\"yuangongxingming\"}},[_c('el-input',{attrs:{\"placeholder\":\"员工姓名\",\"readonly\":\"\"},model:{value:(_vm.ruleForm.yuangongxingming),callback:function ($$v) {_vm.$set(_vm.ruleForm, \"yuangongxingming\", $$v)},expression:\"ruleForm.yuangongxingming\"}})],1),(_vm.type!='info')?_c('el-form-item',{staticClass:\"input\",style:({\"padding\":\"2px 0\",\"margin\":\"0 auto 20px\",\"color\":\"inherit\",\"borderRadius\":\"4px\",\"background\":\"none\",\"width\":\"100%\",\"fontSize\":\"inherit\"}),attrs:{\"label\":\"年龄\",\"prop\":\"nianling\"}},[_c('el-input',{attrs:{\"placeholder\":\"年龄\",\"clearable\":\"\",\"readonly\":_vm.ro.nianling},model:{value:(_vm.ruleForm.nianling),callback:function ($$v) {_vm.$set(_vm.ruleForm, \"nianling\", _vm._n($$v))},expression:\"ruleForm.nianling\"}})],1):_c('el-form-item',{staticClass:\"input\",style:({\"padding\":\"2px 0\",\"margin\":\"0 auto 20px\",\"color\":\"inherit\",\"borderRadius\":\"4px\",\"background\":\"none\",\"width\":\"100%\",\"fontSize\":\"inherit\"}),attrs:{\"label\":\"年龄\",\"prop\":\"nianling\"}},[_c('el-input',{attrs:{\"placeholder\":\"年龄\",\"readonly\":\"\"},model:{value:(_vm.ruleForm.nianling),callback:function ($$v) {_vm.$set(_vm.ruleForm, \"nianling\", $$v)},expression:\"ruleForm.nianling\"}})],1),(_vm.type!='info')?_c('el-form-item',{staticClass:\"select\",style:({\"padding\":\"2px 0\",\"margin\":\"0 auto 20px\",\"color\":\"inherit\",\"borderRadius\":\"4px\",\"background\":\"none\",\"width\":\"100%\",\"fontSize\":\"inherit\"}),attrs:{\"label\":\"性别\",\"prop\":\"xingbie\"}},[_c('el-select',{attrs:{\"disabled\":_vm.ro.xingbie,\"placeholder\":\"请选择性别\"},model:{value:(_vm.ruleForm.xingbie),callback:function ($$v) {_vm.$set(_vm.ruleForm, \"xingbie\", $$v)},expression:\"ruleForm.xingbie\"}},_vm._l((_vm.xingbieOptions),function(item,index){return _c('el-option',{key:index,attrs:{\"label\":item,\"value\":item}})}),1)],1):_c('el-form-item',{staticClass:\"input\",style:({\"padding\":\"2px 0\",\"margin\":\"0 auto 20px\",\"color\":\"inherit\",\"borderRadius\":\"4px\",\"background\":\"none\",\"width\":\"100%\",\"fontSize\":\"inherit\"}),attrs:{\"label\":\"性别\",\"prop\":\"xingbie\"}},[_c('el-input',{attrs:{\"placeholder\":\"性别\",\"readonly\":\"\"},model:{value:(_vm.ruleForm.xingbie),callback:function ($$v) {_vm.$set(_vm.ruleForm, \"xingbie\", $$v)},expression:\"ruleForm.xingbie\"}})],1),(_vm.type!='info')?_c('el-form-item',{staticClass:\"input\",style:({\"padding\":\"2px 0\",\"margin\":\"0 auto 20px\",\"color\":\"inherit\",\"borderRadius\":\"4px\",\"background\":\"none\",\"width\":\"100%\",\"fontSize\":\"inherit\"}),attrs:{\"label\":\"手机\",\"prop\":\"shouji\"}},[_c('el-input',{attrs:{\"placeholder\":\"手机\",\"clearable\":\"\",\"readonly\":_vm.ro.shouji},model:{value:(_vm.ruleForm.shouji),callback:function ($$v) {_vm.$set(_vm.ruleForm, \"shouji\", $$v)},expression:\"ruleForm.shouji\"}})],1):_c('el-form-item',{staticClass:\"input\",style:({\"padding\":\"2px 0\",\"margin\":\"0 auto 20px\",\"color\":\"inherit\",\"borderRadius\":\"4px\",\"background\":\"none\",\"width\":\"100%\",\"fontSize\":\"inherit\"}),attrs:{\"label\":\"手机\",\"prop\":\"shouji\"}},[_c('el-input',{attrs:{\"placeholder\":\"手机\",\"readonly\":\"\"},model:{value:(_vm.ruleForm.shouji),callback:function ($$v) {_vm.$set(_vm.ruleForm, \"shouji\", $$v)},expression:\"ruleForm.shouji\"}})],1),(_vm.type!='info' && !_vm.ro.touxiang)?_c('el-form-item',{staticClass:\"upload\",style:({\"padding\":\"2px 0\",\"margin\":\"0 auto 20px\",\"color\":\"inherit\",\"borderRadius\":\"4px\",\"background\":\"none\",\"width\":\"100%\",\"fontSize\":\"inherit\"}),attrs:{\"label\":\"头像\",\"prop\":\"touxiang\"}},[_c('file-upload',{attrs:{\"tip\":\"点击上传头像\",\"action\":\"file/upload\",\"limit\":3,\"multiple\":true,\"fileUrls\":_vm.ruleForm.touxiang?_vm.ruleForm.touxiang:''},on:{\"change\":_vm.touxiangUploadChange}})],1):(_vm.ruleForm.touxiang)?_c('el-form-item',{staticClass:\"upload\",style:({\"padding\":\"2px 0\",\"margin\":\"0 auto 20px\",\"color\":\"inherit\",\"borderRadius\":\"4px\",\"background\":\"none\",\"width\":\"100%\",\"fontSize\":\"inherit\"}),attrs:{\"label\":\"头像\",\"prop\":\"touxiang\"}},[(_vm.ruleForm.touxiang.substring(0,4)=='http')?_c('img',{key:_vm.index,staticClass:\"upload-img\",staticStyle:{\"margin-right\":\"20px\"},attrs:{\"src\":_vm.ruleForm.touxiang.split(',')[0],\"width\":\"100\",\"height\":\"100\"}}):_vm._l((_vm.ruleForm.touxiang.split(',')),function(item,index){return _c('img',{key:index,staticClass:\"upload-img\",staticStyle:{\"margin-right\":\"20px\"},attrs:{\"src\":_vm.$base.url+item,\"width\":\"100\",\"height\":\"100\"}})})],2):_vm._e()],_c('el-form-item',{staticClass:\"btn\",style:({\"padding\":\"0\",\"margin\":\"30px auto\",\"alignItems\":\"center\",\"textAlign\":\"center\",\"background\":\"none\",\"display\":\"flex\",\"width\":\"60%\",\"fontSize\":\"18px\"})},[(_vm.type!='info')?_c('el-button',{staticClass:\"btn3\",attrs:{\"type\":\"success\"},on:{\"click\":_vm.onSubmit}},[_c('span',{staticClass:\"icon iconfont icon-tijiao16\",style:({\"margin\":\"0 2px\",\"fontSize\":\"inherit\",\"color\":\"inherit\",\"display\":\"none\"})}),_vm._v(\" 确定 \")]):_vm._e(),(_vm.type!='info')?_c('el-button',{staticClass:\"btn4\",attrs:{\"type\":\"success\"},on:{\"click\":function($event){return _vm.back()}}},[_c('span',{staticClass:\"icon iconfont icon-quxiao09\",style:({\"margin\":\"0 2px\",\"fontSize\":\"inherit\",\"color\":\"inherit\",\"display\":\"none\"})}),_vm._v(\" 取消 \")]):_vm._e(),(_vm.type=='info')?_c('el-button',{staticClass:\"btn5\",attrs:{\"type\":\"success\"},on:{\"click\":function($event){return _vm.back()}}},[_c('span',{staticClass:\"icon iconfont icon-fanhui01\",style:({\"margin\":\"0 2px\",\"fontSize\":\"inherit\",\"color\":\"inherit\",\"display\":\"none\"})}),_vm._v(\" 返回 \")]):_vm._e()],1)],2)],1)\n}\nvar staticRenderFns = []\n\nexport { render, staticRenderFns }","\r\n\r\n\r\n","import mod from \"-!../../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_cache-loader@4.1.0@cache-loader/dist/cjs.js??ref--13-0!../../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_thread-loader@2.1.3@thread-loader/dist/cjs.js!../../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_babel-loader@8.4.1@babel-loader/lib/index.js!../../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_cache-loader@4.1.0@cache-loader/dist/cjs.js??ref--1-0!../../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_vue-loader@15.11.1@vue-loader/lib/index.js??vue-loader-options!./add-or-update.vue?vue&type=script&lang=js\"; export default mod; export * from \"-!../../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_cache-loader@4.1.0@cache-loader/dist/cjs.js??ref--13-0!../../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_thread-loader@2.1.3@thread-loader/dist/cjs.js!../../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_babel-loader@8.4.1@babel-loader/lib/index.js!../../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_cache-loader@4.1.0@cache-loader/dist/cjs.js??ref--1-0!../../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_vue-loader@15.11.1@vue-loader/lib/index.js??vue-loader-options!./add-or-update.vue?vue&type=script&lang=js\"","import { render, staticRenderFns } from \"./add-or-update.vue?vue&type=template&id=1c319c2e&scoped=true\"\nimport script from \"./add-or-update.vue?vue&type=script&lang=js\"\nexport * from \"./add-or-update.vue?vue&type=script&lang=js\"\nimport style0 from \"./add-or-update.vue?vue&type=style&index=0&id=1c319c2e&prod&lang=scss&scoped=true\"\n\n\n/* normalize component */\nimport normalizer from \"!../../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_vue-loader@15.11.1@vue-loader/lib/runtime/componentNormalizer.js\"\nvar component = normalizer(\n script,\n render,\n staticRenderFns,\n false,\n null,\n \"1c319c2e\",\n null\n \n)\n\nexport default component.exports","\r\n\n\n\n","import mod from \"-!../../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_cache-loader@4.1.0@cache-loader/dist/cjs.js??ref--13-0!../../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_thread-loader@2.1.3@thread-loader/dist/cjs.js!../../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_babel-loader@8.4.1@babel-loader/lib/index.js!../../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_cache-loader@4.1.0@cache-loader/dist/cjs.js??ref--1-0!../../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_vue-loader@15.11.1@vue-loader/lib/index.js??vue-loader-options!./list.vue?vue&type=script&lang=js\"; export default mod; export * from \"-!../../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_cache-loader@4.1.0@cache-loader/dist/cjs.js??ref--13-0!../../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_thread-loader@2.1.3@thread-loader/dist/cjs.js!../../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_babel-loader@8.4.1@babel-loader/lib/index.js!../../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_cache-loader@4.1.0@cache-loader/dist/cjs.js??ref--1-0!../../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_vue-loader@15.11.1@vue-loader/lib/index.js??vue-loader-options!./list.vue?vue&type=script&lang=js\"","import { render, staticRenderFns } from \"./list.vue?vue&type=template&id=3499156a&scoped=true\"\nimport script from \"./list.vue?vue&type=script&lang=js\"\nexport * from \"./list.vue?vue&type=script&lang=js\"\nimport style0 from \"./list.vue?vue&type=style&index=0&id=3499156a&prod&lang=scss&scoped=true\"\n\n\n/* normalize component */\nimport normalizer from \"!../../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_vue-loader@15.11.1@vue-loader/lib/runtime/componentNormalizer.js\"\nvar component = normalizer(\n script,\n render,\n staticRenderFns,\n false,\n null,\n \"3499156a\",\n null\n \n)\n\nexport default component.exports","var render = function render(){var _vm=this,_c=_vm._self._c;return _c('div',{staticClass:\"main-content\",style:({\"minHeight\":\"calc(100vh - 200px)\",\"padding\":\"0px 5%\",\"margin\":\"0 auto\",\"color\":\"#666\",\"background\":\"none\",\"width\":\"calc(100% - 0px)\",\"fontSize\":\"14px\",\"height\":\"100%\"})},[(_vm.showFlag)?[_c('el-form',{staticClass:\"center-form-pv\",style:({\"padding\":\"20px 20px 0\",\"boxShadow\":\"0 2px 3px 0px rgba(100,100,100,.05)\",\"margin\":\"0 0 0px\",\"borderColor\":\"#f6f6f6\",\"display\":\"flex\",\"justifyContent\":\"center\",\"minHeight\":\"100px\",\"overflow\":\"hidden\",\"borderRadius\":\"4px 4px 0 0\",\"flexWrap\":\"wrap\",\"background\":\"#fff\",\"borderWidth\":\"2px 2px 0\",\"fontSize\":\"inherit\",\"borderStyle\":\"solid\"}),attrs:{\"inline\":true,\"model\":_vm.searchForm}},[_c('el-row',{style:({\"padding\":\"0px\",\"boxShadow\":\"0 0px 0px 0px rgba(115,108,203,.23)\",\"margin\":\"0 0px 0px 0\",\"borderRadius\":\"0px\",\"alignItems\":\"center\",\"background\":\"none\",\"display\":\"flex\",\"width\":\"auto\",\"fontSize\":\"inherit\",\"justifyContent\":\"flex-end\",\"order\":\"2\"})},[_c('div',{style:({\"margin\":\"0 10px 0 0\",\"fontSize\":\"inherit\",\"display\":\"inline-block\"})},[_c('label',{staticClass:\"item-label\",style:({\"margin\":\"0 10px 0 0\",\"color\":\"inherit\",\"display\":\"inline-block\",\"lineHeight\":\"34px\",\"fontSize\":\"inherit\",\"fontWeight\":\"500\",\"height\":\"34px\"})},[_vm._v(\"车辆型号\")]),_c('el-input',{attrs:{\"placeholder\":\"车辆型号\",\"clearable\":\"\"},nativeOn:{\"keydown\":function($event){if(!$event.type.indexOf('key')&&_vm._k($event.keyCode,\"enter\",13,$event.key,\"Enter\"))return null;return _vm.search()}},model:{value:(_vm.searchForm.cheliangxinghao),callback:function ($$v) {_vm.$set(_vm.searchForm, \"cheliangxinghao\", $$v)},expression:\"searchForm.cheliangxinghao\"}})],1),_c('el-button',{staticClass:\"search\",attrs:{\"type\":\"success\"},on:{\"click\":function($event){return _vm.search()}}},[_c('span',{staticClass:\"icon iconfont icon-chakan18\",style:({\"margin\":\"0 2px\",\"fontSize\":\"18px\",\"color\":\"#00acc1\",\"display\":\"inline-block\",\"height\":\"auto\"})}),_vm._v(\" 查询 \")])],1),_c('el-row',{staticClass:\"actions\",style:({\"boxShadow\":\"0 0px 0px 0px rgba(115,108,203,.23)\",\"padding\":\"0 20px 0 0\",\"margin\":\"0px 0 0px\",\"color\":\"#333\",\"alignItems\":\"center\",\"textAlign\":\"left\",\"display\":\"flex\",\"borderRadius\":\"0px\",\"flexWrap\":\"wrap\",\"background\":\"none\",\"flex\":\"1\",\"width\":\"auto\",\"fontSize\":\"inherit\",\"order\":\"1\"})},[(_vm.isAuth('shigujilu','新增'))?_c('el-button',{staticClass:\"add\",attrs:{\"type\":\"success\"},on:{\"click\":function($event){return _vm.addOrUpdateHandler()}}},[_c('span',{staticClass:\"icon iconfont icon-tianjia14\",style:({\"margin\":\"0 2px\",\"fontSize\":\"inherit\",\"color\":\"inherit\",\"display\":\"none\"})}),_vm._v(\" 新增 \")]):_vm._e(),(_vm.isAuth('shigujilu','删除'))?_c('el-button',{staticClass:\"del\",attrs:{\"disabled\":_vm.dataListSelections.length?false:true,\"type\":\"danger\"},on:{\"click\":function($event){return _vm.deleteHandler()}}},[_c('span',{staticClass:\"icon iconfont icon-shanchu9\",style:({\"margin\":\"0 2px\",\"fontSize\":\"inherit\",\"color\":\"inherit\",\"display\":\"none\"})}),_vm._v(\" 删除 \")]):_vm._e(),(_vm.isAuth('shigujilu','事故次数'))?_c('el-button',{staticClass:\"btn18\",attrs:{\"type\":\"success\"},on:{\"click\":function($event){return _vm.chartDialog1()}}},[_c('span',{staticClass:\"icon iconfont icon-a-fenxiang2\",style:({\"margin\":\"0 2px\",\"fontSize\":\"inherit\",\"color\":\"inherit\",\"display\":\"inline-block\"})}),_vm._v(\" 事故次数 \")]):_vm._e()],1)],1),_c('div',{style:({\"padding\":\"20px\",\"borderColor\":\"#f6f6f6\",\"margin\":\"0 0 0px\",\"borderRadius\":\"0 0 4px 4px\",\"background\":\"rgba(255,255,255,1)\",\"borderWidth\":\"0 2px 2px\",\"width\":\"100%\",\"borderStyle\":\"solid\"})},[(_vm.isAuth('shigujilu','查看'))?_c('el-table',{directives:[{name:\"loading\",rawName:\"v-loading\",value:(_vm.dataListLoading),expression:\"dataListLoading\"}],staticClass:\"tables\",style:({\"padding\":\"0\",\"borderColor\":\"#eee\",\"color\":\"inherit\",\"borderRadius\":\"0px\",\"borderWidth\":\"0px 0px 0 0px\",\"background\":\"none\",\"width\":\"100%\",\"fontSize\":\"inherit\",\"borderStyle\":\"solid\"}),attrs:{\"stripe\":false,\"border\":true,\"data\":_vm.dataList},on:{\"selection-change\":_vm.selectionChangeHandler}},[_c('el-table-column',{attrs:{\"resizable\":true,\"type\":\"selection\",\"align\":\"center\",\"width\":\"50\"}}),_c('el-table-column',{attrs:{\"resizable\":true,\"sortable\":true,\"label\":\"序号\",\"type\":\"index\",\"width\":\"50\"}}),_c('el-table-column',{attrs:{\"resizable\":true,\"sortable\":true,\"prop\":\"jilubianhao\",\"label\":\"记录编号\"},scopedSlots:_vm._u([{key:\"default\",fn:function(scope){return [_vm._v(\" \"+_vm._s(scope.row.jilubianhao)+\" \")]}}],null,false,2414914309)}),_c('el-table-column',{attrs:{\"resizable\":true,\"sortable\":true,\"prop\":\"chepaihao\",\"label\":\"车牌号\"},scopedSlots:_vm._u([{key:\"default\",fn:function(scope){return [_vm._v(\" \"+_vm._s(scope.row.chepaihao)+\" \")]}}],null,false,394100621)}),_c('el-table-column',{attrs:{\"resizable\":true,\"sortable\":true,\"prop\":\"cheliangxinghao\",\"label\":\"车辆型号\"},scopedSlots:_vm._u([{key:\"default\",fn:function(scope){return [_vm._v(\" \"+_vm._s(scope.row.cheliangxinghao)+\" \")]}}],null,false,2617493600)}),_c('el-table-column',{attrs:{\"resizable\":true,\"sortable\":true,\"prop\":\"fadongjihao\",\"label\":\"发动机号\"},scopedSlots:_vm._u([{key:\"default\",fn:function(scope){return [_vm._v(\" \"+_vm._s(scope.row.fadongjihao)+\" \")]}}],null,false,390983741)}),_c('el-table-column',{attrs:{\"resizable\":true,\"sortable\":true,\"prop\":\"chejiahao\",\"label\":\"车架号\"},scopedSlots:_vm._u([{key:\"default\",fn:function(scope){return [_vm._v(\" \"+_vm._s(scope.row.chejiahao)+\" \")]}}],null,false,1114410583)}),_c('el-table-column',{attrs:{\"resizable\":true,\"sortable\":true,\"prop\":\"shigudidian\",\"label\":\"事故地点\"},scopedSlots:_vm._u([{key:\"default\",fn:function(scope){return [_vm._v(\" \"+_vm._s(scope.row.shigudidian)+\" \")]}}],null,false,78272210)}),_c('el-table-column',{attrs:{\"resizable\":true,\"sortable\":true,\"prop\":\"shiguzerenfang\",\"label\":\"事故责任方\"},scopedSlots:_vm._u([{key:\"default\",fn:function(scope){return [_vm._v(\" \"+_vm._s(scope.row.shiguzerenfang)+\" \")]}}],null,false,900172277)}),_c('el-table-column',{attrs:{\"resizable\":true,\"sortable\":true,\"prop\":\"shiguzhaopian\",\"width\":\"200\",\"label\":\"事故照片\"},scopedSlots:_vm._u([{key:\"default\",fn:function(scope){return [(scope.row.shiguzhaopian)?_c('div',[(scope.row.shiguzhaopian.substring(0,4)=='http')?_c('img',{staticStyle:{\"object-fit\":\"cover\"},attrs:{\"src\":scope.row.shiguzhaopian.split(',')[0],\"width\":\"100\",\"height\":\"100\"}}):_c('img',{staticStyle:{\"object-fit\":\"cover\"},attrs:{\"src\":_vm.$base.url+scope.row.shiguzhaopian.split(',')[0],\"width\":\"100\",\"height\":\"100\"}})]):_c('div',[_vm._v(\"无图片\")])]}}],null,false,3423367448)}),_c('el-table-column',{attrs:{\"resizable\":true,\"sortable\":true,\"prop\":\"zhengmingcailiao\",\"label\":\"证明材料\"},scopedSlots:_vm._u([{key:\"default\",fn:function(scope){return [(scope.row.zhengmingcailiao)?_c('el-button',{attrs:{\"type\":\"text\",\"size\":\"small\"},on:{\"click\":function($event){return _vm.download(scope.row.zhengmingcailiao)}}},[_vm._v(\"下载\")]):_c('span',[_vm._v(\"无\")])]}}],null,false,2106345958)}),_c('el-table-column',{attrs:{\"resizable\":true,\"sortable\":true,\"prop\":\"shiguriqi\",\"label\":\"事故日期\"},scopedSlots:_vm._u([{key:\"default\",fn:function(scope){return [_vm._v(\" \"+_vm._s(scope.row.shiguriqi)+\" \")]}}],null,false,458830814)}),_c('el-table-column',{attrs:{\"resizable\":true,\"sortable\":true,\"prop\":\"zhanghao\",\"label\":\"账号\"},scopedSlots:_vm._u([{key:\"default\",fn:function(scope){return [_vm._v(\" \"+_vm._s(scope.row.zhanghao)+\" \")]}}],null,false,2757161441)}),_c('el-table-column',{attrs:{\"resizable\":true,\"sortable\":true,\"prop\":\"xingming\",\"label\":\"姓名\"},scopedSlots:_vm._u([{key:\"default\",fn:function(scope){return [_vm._v(\" \"+_vm._s(scope.row.xingming)+\" \")]}}],null,false,1096791112)}),_c('el-table-column',{attrs:{\"resizable\":true,\"sortable\":true,\"prop\":\"jiashizhenghao\",\"label\":\"驾驶证号\"},scopedSlots:_vm._u([{key:\"default\",fn:function(scope){return [_vm._v(\" \"+_vm._s(scope.row.jiashizhenghao)+\" \")]}}],null,false,1810102229)}),_c('el-table-column',{attrs:{\"resizable\":true,\"sortable\":true,\"prop\":\"yuangongzhanghao\",\"label\":\"员工账号\"},scopedSlots:_vm._u([{key:\"default\",fn:function(scope){return [_vm._v(\" \"+_vm._s(scope.row.yuangongzhanghao)+\" \")]}}],null,false,3349271683)}),_c('el-table-column',{attrs:{\"resizable\":true,\"sortable\":true,\"prop\":\"yuangongxingming\",\"label\":\"员工姓名\"},scopedSlots:_vm._u([{key:\"default\",fn:function(scope){return [_vm._v(\" \"+_vm._s(scope.row.yuangongxingming)+\" \")]}}],null,false,4268580138)}),_c('el-table-column',{attrs:{\"width\":\"300\",\"label\":\"操作\"},scopedSlots:_vm._u([{key:\"default\",fn:function(scope){return [( _vm.isAuth('shigujilu','查看'))?_c('el-button',{staticClass:\"view\",attrs:{\"type\":\"success\"},on:{\"click\":function($event){return _vm.addOrUpdateHandler(scope.row.id,'info')}}},[_c('span',{staticClass:\"icon iconfont icon-chakan8\",style:({\"margin\":\"0 0 0 4px\",\"fontSize\":\"inherit\",\"color\":\"inherit\",\"display\":\"none\",\"height\":\"auto\"})}),_vm._v(\" 详情 \")]):_vm._e(),( _vm.isAuth('shigujilu','修改') )?_c('el-button',{staticClass:\"edit\",attrs:{\"type\":\"success\"},on:{\"click\":function($event){return _vm.addOrUpdateHandler(scope.row.id)}}},[_c('span',{staticClass:\"icon iconfont icon-xiugai19\",style:({\"margin\":\"0 0 0 4px\",\"fontSize\":\"inherit\",\"color\":\"inherit\",\"display\":\"none\",\"height\":\"auto\"})}),_vm._v(\" 更改 \")]):_vm._e(),(_vm.isAuth('shigujilu','删除') )?_c('el-button',{staticClass:\"del\",attrs:{\"type\":\"primary\"},on:{\"click\":function($event){return _vm.deleteHandler(scope.row.id )}}},[_c('span',{staticClass:\"icon iconfont icon-shanchu16\",style:({\"margin\":\"0 0 0 4px\",\"fontSize\":\"inherit\",\"color\":\"inherit\",\"display\":\"none\",\"height\":\"auto\"})}),_vm._v(\" 移除 \")]):_vm._e()]}}],null,false,502132953)})],1):_vm._e()],1),_c('el-pagination',{style:({\"border\":\"0px solid #dee2e6\",\"padding\":\"10px 0\",\"margin\":\"10px 0 0\",\"whiteSpace\":\"nowrap\",\"color\":\"inherit\",\"textAlign\":\"center\",\"background\":\"none\",\"width\":\"100%\",\"fontSize\":\"inherit\",\"fontWeight\":\"500\"}),attrs:{\"current-page\":_vm.pageIndex,\"background\":\"\",\"page-sizes\":[10, 50, 100, 200],\"page-size\":_vm.pageSize,\"layout\":_vm.layouts.join(),\"total\":_vm.totalPage,\"prev-text\":\"上一页 \",\"next-text\":\"下一页 \",\"hide-on-single-page\":false},on:{\"size-change\":_vm.sizeChangeHandle,\"current-change\":_vm.currentChangeHandle}})]:_vm._e(),(_vm.addOrUpdateFlag)?_c('add-or-update',{ref:\"addOrUpdate\",attrs:{\"parent\":this}}):_vm._e(),_c('el-dialog',{attrs:{\"visible\":_vm.chartVisiable1,\"width\":\"800\"},on:{\"update:visible\":function($event){_vm.chartVisiable1=$event}}},[_c('div',{staticStyle:{\"width\":\"100%\",\"height\":\"600px\"},attrs:{\"id\":\"chepaihaoChart1\"}}),_c('span',{staticClass:\"dialog-footer\",attrs:{\"slot\":\"footer\"},slot:\"footer\"},[_c('el-button',{on:{\"click\":_vm.chartDialog1}},[_vm._v(\"返回\")])],1)])],2)\n}\nvar staticRenderFns = []\n\nexport { render, staticRenderFns }","\r\n\n\n\n","import mod from \"-!../../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_cache-loader@4.1.0@cache-loader/dist/cjs.js??ref--13-0!../../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_thread-loader@2.1.3@thread-loader/dist/cjs.js!../../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_babel-loader@8.4.1@babel-loader/lib/index.js!../../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_cache-loader@4.1.0@cache-loader/dist/cjs.js??ref--1-0!../../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_vue-loader@15.11.1@vue-loader/lib/index.js??vue-loader-options!./list.vue?vue&type=script&lang=js\"; export default mod; export * from \"-!../../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_cache-loader@4.1.0@cache-loader/dist/cjs.js??ref--13-0!../../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_thread-loader@2.1.3@thread-loader/dist/cjs.js!../../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_babel-loader@8.4.1@babel-loader/lib/index.js!../../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_cache-loader@4.1.0@cache-loader/dist/cjs.js??ref--1-0!../../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_vue-loader@15.11.1@vue-loader/lib/index.js??vue-loader-options!./list.vue?vue&type=script&lang=js\"","import { render, staticRenderFns } from \"./list.vue?vue&type=template&id=e9db4bde&scoped=true\"\nimport script from \"./list.vue?vue&type=script&lang=js\"\nexport * from \"./list.vue?vue&type=script&lang=js\"\nimport style0 from \"./list.vue?vue&type=style&index=0&id=e9db4bde&prod&lang=scss&scoped=true\"\n\n\n/* normalize component */\nimport normalizer from \"!../../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_vue-loader@15.11.1@vue-loader/lib/runtime/componentNormalizer.js\"\nvar component = normalizer(\n script,\n render,\n staticRenderFns,\n false,\n null,\n \"e9db4bde\",\n null\n \n)\n\nexport default component.exports","var render = function render(){var _vm=this,_c=_vm._self._c;return _c('div',{staticClass:\"main-content\",style:({\"minHeight\":\"calc(100vh - 200px)\",\"padding\":\"0px 5%\",\"margin\":\"0 auto\",\"color\":\"#666\",\"background\":\"none\",\"width\":\"calc(100% - 0px)\",\"fontSize\":\"14px\",\"height\":\"100%\"})},[(_vm.showFlag)?[_c('el-form',{staticClass:\"center-form-pv\",style:({\"padding\":\"20px 20px 0\",\"boxShadow\":\"0 2px 3px 0px rgba(100,100,100,.05)\",\"margin\":\"0 0 0px\",\"borderColor\":\"#f6f6f6\",\"display\":\"flex\",\"justifyContent\":\"center\",\"minHeight\":\"100px\",\"overflow\":\"hidden\",\"borderRadius\":\"4px 4px 0 0\",\"flexWrap\":\"wrap\",\"background\":\"#fff\",\"borderWidth\":\"2px 2px 0\",\"fontSize\":\"inherit\",\"borderStyle\":\"solid\"}),attrs:{\"inline\":true,\"model\":_vm.searchForm}},[_c('el-row',{style:({\"padding\":\"0px\",\"boxShadow\":\"0 0px 0px 0px rgba(115,108,203,.23)\",\"margin\":\"0 0px 0px 0\",\"borderRadius\":\"0px\",\"alignItems\":\"center\",\"background\":\"none\",\"display\":\"flex\",\"width\":\"auto\",\"fontSize\":\"inherit\",\"justifyContent\":\"flex-end\",\"order\":\"2\"})},[_c('div',{style:({\"margin\":\"0 10px 0 0\",\"fontSize\":\"inherit\",\"display\":\"inline-block\"})},[_c('label',{staticClass:\"item-label\",style:({\"margin\":\"0 10px 0 0\",\"color\":\"inherit\",\"display\":\"inline-block\",\"lineHeight\":\"34px\",\"fontSize\":\"inherit\",\"fontWeight\":\"500\",\"height\":\"34px\"})},[_vm._v(\"标题\")]),_c('el-input',{attrs:{\"placeholder\":\"标题\",\"clearable\":\"\"},nativeOn:{\"keydown\":function($event){if(!$event.type.indexOf('key')&&_vm._k($event.keyCode,\"enter\",13,$event.key,\"Enter\"))return null;return _vm.search()}},model:{value:(_vm.searchForm.biaoti),callback:function ($$v) {_vm.$set(_vm.searchForm, \"biaoti\", $$v)},expression:\"searchForm.biaoti\"}})],1),_c('div',{staticClass:\"select\",style:({\"margin\":\"0 10px 0 0\",\"fontSize\":\"inherit\",\"display\":\"inline-block\"})},[_c('label',{staticClass:\"item-label\",style:({\"margin\":\"0 10px 0 0\",\"color\":\"inherit\",\"display\":\"inline-block\",\"lineHeight\":\"34px\",\"fontSize\":\"inherit\",\"fontWeight\":\"500\",\"height\":\"34px\"})},[_vm._v(\"是否通过\")]),_c('el-select',{attrs:{\"clearable\":\"\",\"placeholder\":\"是否通过\"},model:{value:(_vm.searchForm.sfsh),callback:function ($$v) {_vm.$set(_vm.searchForm, \"sfsh\", $$v)},expression:\"searchForm.sfsh\"}},_vm._l((_vm.sfshOptions),function(item,index){return _c('el-option',{key:index,attrs:{\"label\":item,\"value\":item}})}),1)],1),_c('el-button',{staticClass:\"search\",attrs:{\"type\":\"success\"},on:{\"click\":function($event){return _vm.search()}}},[_c('span',{staticClass:\"icon iconfont icon-chakan18\",style:({\"margin\":\"0 2px\",\"fontSize\":\"18px\",\"color\":\"#00acc1\",\"display\":\"inline-block\",\"height\":\"auto\"})}),_vm._v(\" 查询 \")])],1),_c('el-row',{staticClass:\"actions\",style:({\"boxShadow\":\"0 0px 0px 0px rgba(115,108,203,.23)\",\"padding\":\"0 20px 0 0\",\"margin\":\"0px 0 0px\",\"color\":\"#333\",\"alignItems\":\"center\",\"textAlign\":\"left\",\"display\":\"flex\",\"borderRadius\":\"0px\",\"flexWrap\":\"wrap\",\"background\":\"none\",\"flex\":\"1\",\"width\":\"auto\",\"fontSize\":\"inherit\",\"order\":\"1\"})},[(_vm.isAuth('guapaishenqing','新增'))?_c('el-button',{staticClass:\"add\",attrs:{\"type\":\"success\"},on:{\"click\":function($event){return _vm.addOrUpdateHandler()}}},[_c('span',{staticClass:\"icon iconfont icon-tianjia14\",style:({\"margin\":\"0 2px\",\"fontSize\":\"inherit\",\"color\":\"inherit\",\"display\":\"none\"})}),_vm._v(\" 新增 \")]):_vm._e(),(_vm.isAuth('guapaishenqing','删除'))?_c('el-button',{staticClass:\"del\",attrs:{\"disabled\":_vm.dataListSelections.length?false:true,\"type\":\"danger\"},on:{\"click\":function($event){return _vm.deleteHandler()}}},[_c('span',{staticClass:\"icon iconfont icon-shanchu9\",style:({\"margin\":\"0 2px\",\"fontSize\":\"inherit\",\"color\":\"inherit\",\"display\":\"none\"})}),_vm._v(\" 删除 \")]):_vm._e(),(_vm.isAuth('guapaishenqing','审核'))?_c('el-button',{staticClass:\"btn18\",attrs:{\"disabled\":_vm.dataListSelections.length?false:true,\"type\":\"success\"},on:{\"click\":function($event){return _vm.shBatchDialog()}}},[_c('span',{staticClass:\"icon iconfont icon-shenhe2\",style:({\"margin\":\"0 2px\",\"fontSize\":\"inherit\",\"color\":\"inherit\",\"display\":\"inline-block\"})}),_vm._v(\" 审核 \")]):_vm._e()],1)],1),_c('div',{style:({\"padding\":\"20px\",\"borderColor\":\"#f6f6f6\",\"margin\":\"0 0 0px\",\"borderRadius\":\"0 0 4px 4px\",\"background\":\"rgba(255,255,255,1)\",\"borderWidth\":\"0 2px 2px\",\"width\":\"100%\",\"borderStyle\":\"solid\"})},[(_vm.isAuth('guapaishenqing','查看'))?_c('el-table',{directives:[{name:\"loading\",rawName:\"v-loading\",value:(_vm.dataListLoading),expression:\"dataListLoading\"}],staticClass:\"tables\",style:({\"padding\":\"0\",\"borderColor\":\"#eee\",\"color\":\"inherit\",\"borderRadius\":\"0px\",\"borderWidth\":\"0px 0px 0 0px\",\"background\":\"none\",\"width\":\"100%\",\"fontSize\":\"inherit\",\"borderStyle\":\"solid\"}),attrs:{\"stripe\":false,\"border\":true,\"data\":_vm.dataList},on:{\"selection-change\":_vm.selectionChangeHandler}},[_c('el-table-column',{attrs:{\"resizable\":true,\"type\":\"selection\",\"align\":\"center\",\"width\":\"50\"}}),_c('el-table-column',{attrs:{\"resizable\":true,\"sortable\":true,\"label\":\"序号\",\"type\":\"index\",\"width\":\"50\"}}),_c('el-table-column',{attrs:{\"resizable\":true,\"sortable\":true,\"prop\":\"zhanghao\",\"label\":\"账号\"},scopedSlots:_vm._u([{key:\"default\",fn:function(scope){return [_vm._v(\" \"+_vm._s(scope.row.zhanghao)+\" \")]}}],null,false,2757161441)}),_c('el-table-column',{attrs:{\"resizable\":true,\"sortable\":true,\"prop\":\"xingming\",\"label\":\"姓名\"},scopedSlots:_vm._u([{key:\"default\",fn:function(scope){return [_vm._v(\" \"+_vm._s(scope.row.xingming)+\" \")]}}],null,false,1096791112)}),_c('el-table-column',{attrs:{\"resizable\":true,\"sortable\":true,\"prop\":\"jiashizhenghao\",\"label\":\"驾驶证号\"},scopedSlots:_vm._u([{key:\"default\",fn:function(scope){return [_vm._v(\" \"+_vm._s(scope.row.jiashizhenghao)+\" \")]}}],null,false,1810102229)}),_c('el-table-column',{attrs:{\"resizable\":true,\"sortable\":true,\"prop\":\"biaoti\",\"label\":\"标题\"},scopedSlots:_vm._u([{key:\"default\",fn:function(scope){return [_vm._v(\" \"+_vm._s(scope.row.biaoti)+\" \")]}}],null,false,4215464677)}),_c('el-table-column',{attrs:{\"resizable\":true,\"sortable\":true,\"prop\":\"zhengmingcailiao\",\"label\":\"证明材料\"},scopedSlots:_vm._u([{key:\"default\",fn:function(scope){return [(scope.row.zhengmingcailiao)?_c('el-button',{attrs:{\"type\":\"text\",\"size\":\"small\"},on:{\"click\":function($event){return _vm.download(scope.row.zhengmingcailiao)}}},[_vm._v(\"下载\")]):_c('span',[_vm._v(\"无\")])]}}],null,false,2106345958)}),_c('el-table-column',{attrs:{\"resizable\":true,\"sortable\":true,\"prop\":\"shenqingshijian\",\"label\":\"申请时间\"},scopedSlots:_vm._u([{key:\"default\",fn:function(scope){return [_vm._v(\" \"+_vm._s(scope.row.shenqingshijian)+\" \")]}}],null,false,1744963042)}),_c('el-table-column',{attrs:{\"resizable\":true,\"sortable\":true,\"prop\":\"yuangongzhanghao\",\"label\":\"员工账号\"},scopedSlots:_vm._u([{key:\"default\",fn:function(scope){return [_vm._v(\" \"+_vm._s(scope.row.yuangongzhanghao)+\" \")]}}],null,false,3349271683)}),_c('el-table-column',{attrs:{\"resizable\":true,\"sortable\":true,\"prop\":\"yuangongxingming\",\"label\":\"员工姓名\"},scopedSlots:_vm._u([{key:\"default\",fn:function(scope){return [_vm._v(\" \"+_vm._s(scope.row.yuangongxingming)+\" \")]}}],null,false,4268580138)}),_c('el-table-column',{attrs:{\"resizable\":true,\"sortable\":true,\"prop\":\"shhf\",\"label\":\"审核回复\",\"show-overflow-tooltip\":\"\"},scopedSlots:_vm._u([{key:\"default\",fn:function(scope){return [_c('div',{staticStyle:{\"white-space\":\"nowrap\"}},[_vm._v(_vm._s(scope.row.shhf))])]}}],null,false,988886012)}),_c('el-table-column',{attrs:{\"resizable\":true,\"sortable\":true,\"prop\":\"sfsh\",\"label\":\"审核状态\"},scopedSlots:_vm._u([{key:\"default\",fn:function(scope){return [(scope.row.sfsh=='否')?_c('el-tag',{attrs:{\"type\":\"danger\"}},[_vm._v(\"未通过\")]):_vm._e(),(scope.row.sfsh=='待审核')?_c('el-tag',{attrs:{\"type\":\"warning\"}},[_vm._v(\"待审核\")]):_vm._e(),(scope.row.sfsh=='是')?_c('el-tag',{attrs:{\"type\":\"success\"}},[_vm._v(\"通过\")]):_vm._e()]}}],null,false,3672577349)}),_c('el-table-column',{attrs:{\"width\":\"300\",\"label\":\"操作\"},scopedSlots:_vm._u([{key:\"default\",fn:function(scope){return [( _vm.isAuth('guapaishenqing','查看'))?_c('el-button',{staticClass:\"view\",attrs:{\"type\":\"success\"},on:{\"click\":function($event){return _vm.addOrUpdateHandler(scope.row.id,'info')}}},[_c('span',{staticClass:\"icon iconfont icon-chakan8\",style:({\"margin\":\"0 0 0 4px\",\"fontSize\":\"inherit\",\"color\":\"inherit\",\"display\":\"none\",\"height\":\"auto\"})}),_vm._v(\" 详情 \")]):_vm._e(),(_vm.isAuth('guapaishenqing','发放牌照'))?_c('el-button',{staticClass:\"btn8\",attrs:{\"type\":\"success\"},on:{\"click\":function($event){return _vm.fafangpaizhaoCrossAddOrUpdateHandler(scope.row,'cross','是','','[1]','请勿重复操作!')}}},[_c('span',{staticClass:\"icon iconfont icon-xihuan\",style:({\"margin\":\"0 0 0 4px\",\"fontSize\":\"inherit\",\"color\":\"inherit\",\"display\":\"none\",\"height\":\"auto\"})}),_vm._v(\" 发放牌照 \")]):_vm._e(),( _vm.isAuth('guapaishenqing','修改') && scope.row.sfsh=='待审核' )?_c('el-button',{staticClass:\"edit\",attrs:{\"type\":\"success\"},on:{\"click\":function($event){return _vm.addOrUpdateHandler(scope.row.id)}}},[_c('span',{staticClass:\"icon iconfont icon-xiugai19\",style:({\"margin\":\"0 0 0 4px\",\"fontSize\":\"inherit\",\"color\":\"inherit\",\"display\":\"none\",\"height\":\"auto\"})}),_vm._v(\" 更改 \")]):_vm._e(),(_vm.isAuth('guapaishenqing','删除') )?_c('el-button',{staticClass:\"del\",attrs:{\"type\":\"primary\"},on:{\"click\":function($event){return _vm.deleteHandler(scope.row.id )}}},[_c('span',{staticClass:\"icon iconfont icon-shanchu16\",style:({\"margin\":\"0 0 0 4px\",\"fontSize\":\"inherit\",\"color\":\"inherit\",\"display\":\"none\",\"height\":\"auto\"})}),_vm._v(\" 移除 \")]):_vm._e()]}}],null,false,3588356438)})],1):_vm._e()],1),_c('el-pagination',{style:({\"border\":\"0px solid #dee2e6\",\"padding\":\"10px 0\",\"margin\":\"10px 0 0\",\"whiteSpace\":\"nowrap\",\"color\":\"inherit\",\"textAlign\":\"center\",\"background\":\"none\",\"width\":\"100%\",\"fontSize\":\"inherit\",\"fontWeight\":\"500\"}),attrs:{\"current-page\":_vm.pageIndex,\"background\":\"\",\"page-sizes\":[10, 50, 100, 200],\"page-size\":_vm.pageSize,\"layout\":_vm.layouts.join(),\"total\":_vm.totalPage,\"prev-text\":\"上一页 \",\"next-text\":\"下一页 \",\"hide-on-single-page\":false},on:{\"size-change\":_vm.sizeChangeHandle,\"current-change\":_vm.currentChangeHandle}})]:_vm._e(),(_vm.addOrUpdateFlag)?_c('add-or-update',{ref:\"addOrUpdate\",attrs:{\"parent\":this}}):_vm._e(),(_vm.fafangpaizhaoCrossAddOrUpdateFlag)?_c('fafangpaizhao-cross-add-or-update',{ref:\"fafangpaizhaoCrossaddOrUpdate\",attrs:{\"parent\":this}}):_vm._e(),_c('el-dialog',{attrs:{\"title\":this.batchIds.length>1?'批量审核':'审核',\"visible\":_vm.sfshBatchVisiable,\"width\":\"50%\"},on:{\"update:visible\":function($event){_vm.sfshBatchVisiable=$event}}},[_c('el-form',{ref:\"form\",attrs:{\"model\":_vm.form,\"label-width\":\"80px\"}},[_c('el-form-item',{attrs:{\"label\":\"审核状态\"}},[_c('el-select',{attrs:{\"placeholder\":\"审核状态\"},model:{value:(_vm.shBatchForm.sfsh),callback:function ($$v) {_vm.$set(_vm.shBatchForm, \"sfsh\", $$v)},expression:\"shBatchForm.sfsh\"}},[_c('el-option',{attrs:{\"label\":\"通过\",\"value\":\"是\"}}),_c('el-option',{attrs:{\"label\":\"不通过\",\"value\":\"否\"}}),_c('el-option',{attrs:{\"label\":\"待审核\",\"value\":\"待审核\"}})],1)],1),_c('el-form-item',{attrs:{\"label\":\"内容\"}},[_c('el-input',{attrs:{\"type\":\"textarea\",\"rows\":8},model:{value:(_vm.shBatchForm.shhf),callback:function ($$v) {_vm.$set(_vm.shBatchForm, \"shhf\", $$v)},expression:\"shBatchForm.shhf\"}})],1)],1),_c('span',{staticClass:\"dialog-footer\",attrs:{\"slot\":\"footer\"},slot:\"footer\"},[_c('el-button',{on:{\"click\":function($event){_vm.sfshBatchVisiable=false}}},[_vm._v(\"取 消\")]),_c('el-button',{attrs:{\"type\":\"primary\"},on:{\"click\":_vm.shBatchHandler}},[_vm._v(\"确 定\")])],1)],1)],2)\n}\nvar staticRenderFns = []\n\nexport { render, staticRenderFns }","var render = function render(){var _vm=this,_c=_vm._self._c;return _c('div',{staticClass:\"addEdit-block\",style:({\"minHeight\":\"calc(100vh - 200px)\",\"padding\":\"0px 0 30px\",\"margin\":\"0 auto\",\"color\":\"#8e99a2\",\"background\":\"none\",\"width\":\"calc(100% - 0px)\",\"fontSize\":\"14px\",\"height\":\"100%\"})},[_c('el-form',{ref:\"ruleForm\",staticClass:\"add-update-preview\",style:({\"padding\":\"30px 5%\",\"borderColor\":\"#f6f6f6\",\"alignItems\":\"flex-start\",\"borderRadius\":\"4px\",\"flexWrap\":\"wrap\",\"background\":\"rgba(255,255,255,.9)\",\"borderWidth\":\"2px\",\"display\":\"flex\",\"fontSize\":\"inherit\",\"borderStyle\":\"solid\"}),attrs:{\"model\":_vm.ruleForm,\"rules\":_vm.rules,\"label-width\":\"200px\"}},[[(_vm.type!='info')?_c('el-form-item',{staticClass:\"input\",style:({\"padding\":\"2px 0\",\"margin\":\"0 auto 20px\",\"color\":\"inherit\",\"borderRadius\":\"4px\",\"background\":\"none\",\"width\":\"100%\",\"fontSize\":\"inherit\"}),attrs:{\"label\":\"账号\",\"prop\":\"zhanghao\"}},[_c('el-input',{attrs:{\"placeholder\":\"账号\",\"clearable\":\"\",\"readonly\":_vm.ro.zhanghao},model:{value:(_vm.ruleForm.zhanghao),callback:function ($$v) {_vm.$set(_vm.ruleForm, \"zhanghao\", $$v)},expression:\"ruleForm.zhanghao\"}})],1):_c('el-form-item',{staticClass:\"input\",style:({\"padding\":\"2px 0\",\"margin\":\"0 auto 20px\",\"color\":\"inherit\",\"borderRadius\":\"4px\",\"background\":\"none\",\"width\":\"100%\",\"fontSize\":\"inherit\"}),attrs:{\"label\":\"账号\",\"prop\":\"zhanghao\"}},[_c('el-input',{attrs:{\"placeholder\":\"账号\",\"readonly\":\"\"},model:{value:(_vm.ruleForm.zhanghao),callback:function ($$v) {_vm.$set(_vm.ruleForm, \"zhanghao\", $$v)},expression:\"ruleForm.zhanghao\"}})],1),(_vm.type!='info')?_c('el-form-item',{staticClass:\"input\",style:({\"padding\":\"2px 0\",\"margin\":\"0 auto 20px\",\"color\":\"inherit\",\"borderRadius\":\"4px\",\"background\":\"none\",\"width\":\"100%\",\"fontSize\":\"inherit\"}),attrs:{\"label\":\"姓名\",\"prop\":\"xingming\"}},[_c('el-input',{attrs:{\"placeholder\":\"姓名\",\"clearable\":\"\",\"readonly\":_vm.ro.xingming},model:{value:(_vm.ruleForm.xingming),callback:function ($$v) {_vm.$set(_vm.ruleForm, \"xingming\", $$v)},expression:\"ruleForm.xingming\"}})],1):_c('el-form-item',{staticClass:\"input\",style:({\"padding\":\"2px 0\",\"margin\":\"0 auto 20px\",\"color\":\"inherit\",\"borderRadius\":\"4px\",\"background\":\"none\",\"width\":\"100%\",\"fontSize\":\"inherit\"}),attrs:{\"label\":\"姓名\",\"prop\":\"xingming\"}},[_c('el-input',{attrs:{\"placeholder\":\"姓名\",\"readonly\":\"\"},model:{value:(_vm.ruleForm.xingming),callback:function ($$v) {_vm.$set(_vm.ruleForm, \"xingming\", $$v)},expression:\"ruleForm.xingming\"}})],1),(_vm.type!='info')?_c('el-form-item',{staticClass:\"input\",style:({\"padding\":\"2px 0\",\"margin\":\"0 auto 20px\",\"color\":\"inherit\",\"borderRadius\":\"4px\",\"background\":\"none\",\"width\":\"100%\",\"fontSize\":\"inherit\"}),attrs:{\"label\":\"驾驶证号\",\"prop\":\"jiashizhenghao\"}},[_c('el-input',{attrs:{\"placeholder\":\"驾驶证号\",\"clearable\":\"\",\"readonly\":_vm.ro.jiashizhenghao},model:{value:(_vm.ruleForm.jiashizhenghao),callback:function ($$v) {_vm.$set(_vm.ruleForm, \"jiashizhenghao\", $$v)},expression:\"ruleForm.jiashizhenghao\"}})],1):_c('el-form-item',{staticClass:\"input\",style:({\"padding\":\"2px 0\",\"margin\":\"0 auto 20px\",\"color\":\"inherit\",\"borderRadius\":\"4px\",\"background\":\"none\",\"width\":\"100%\",\"fontSize\":\"inherit\"}),attrs:{\"label\":\"驾驶证号\",\"prop\":\"jiashizhenghao\"}},[_c('el-input',{attrs:{\"placeholder\":\"驾驶证号\",\"readonly\":\"\"},model:{value:(_vm.ruleForm.jiashizhenghao),callback:function ($$v) {_vm.$set(_vm.ruleForm, \"jiashizhenghao\", $$v)},expression:\"ruleForm.jiashizhenghao\"}})],1),(_vm.type!='info')?_c('el-form-item',{staticClass:\"input\",style:({\"padding\":\"2px 0\",\"margin\":\"0 auto 20px\",\"color\":\"inherit\",\"borderRadius\":\"4px\",\"background\":\"none\",\"width\":\"100%\",\"fontSize\":\"inherit\"}),attrs:{\"label\":\"标题\",\"prop\":\"biaoti\"}},[_c('el-input',{attrs:{\"placeholder\":\"标题\",\"clearable\":\"\",\"readonly\":_vm.ro.biaoti},model:{value:(_vm.ruleForm.biaoti),callback:function ($$v) {_vm.$set(_vm.ruleForm, \"biaoti\", $$v)},expression:\"ruleForm.biaoti\"}})],1):_c('el-form-item',{staticClass:\"input\",style:({\"padding\":\"2px 0\",\"margin\":\"0 auto 20px\",\"color\":\"inherit\",\"borderRadius\":\"4px\",\"background\":\"none\",\"width\":\"100%\",\"fontSize\":\"inherit\"}),attrs:{\"label\":\"标题\",\"prop\":\"biaoti\"}},[_c('el-input',{attrs:{\"placeholder\":\"标题\",\"readonly\":\"\"},model:{value:(_vm.ruleForm.biaoti),callback:function ($$v) {_vm.$set(_vm.ruleForm, \"biaoti\", $$v)},expression:\"ruleForm.biaoti\"}})],1),(_vm.type!='info'&& !_vm.ro.zhengmingcailiao)?_c('el-form-item',{staticClass:\"upload\",style:({\"padding\":\"2px 0\",\"margin\":\"0 auto 20px\",\"color\":\"inherit\",\"borderRadius\":\"4px\",\"background\":\"none\",\"width\":\"100%\",\"fontSize\":\"inherit\"}),attrs:{\"label\":\"证明材料\",\"prop\":\"zhengmingcailiao\"}},[_c('file-upload',{attrs:{\"tip\":\"点击上传证明材料\",\"action\":\"file/upload\",\"limit\":1,\"type\":3,\"multiple\":true,\"fileUrls\":_vm.ruleForm.zhengmingcailiao?_vm.ruleForm.zhengmingcailiao:''},on:{\"change\":_vm.zhengmingcailiaoUploadChange}})],1):(_vm.ruleForm.zhengmingcailiao)?_c('el-form-item',{style:({\"padding\":\"2px 0\",\"margin\":\"0 auto 20px\",\"color\":\"inherit\",\"borderRadius\":\"4px\",\"background\":\"none\",\"width\":\"100%\",\"fontSize\":\"inherit\"}),attrs:{\"label\":\"证明材料\",\"prop\":\"zhengmingcailiao\"}},[_c('el-button',{style:({\"border\":\"1px solid #ced4da\",\"cursor\":\"pointer\",\"padding\":\"0 30px\",\"margin\":\"0 20px 0 0\",\"outline\":\"none\",\"color\":\"inherit\",\"borderRadius\":\"4px\",\"background\":\"none\",\"width\":\"auto\",\"lineHeight\":\"36px\",\"fontSize\":\"14px\",\"height\":\"40px\"}),attrs:{\"type\":\"text\",\"size\":\"small\"},on:{\"click\":function($event){return _vm.download(_vm.$base.url+_vm.ruleForm.zhengmingcailiao)}}},[_vm._v(\"下载\")])],1):(!_vm.ruleForm.zhengmingcailiao)?_c('el-form-item',{style:({\"padding\":\"2px 0\",\"margin\":\"0 auto 20px\",\"color\":\"inherit\",\"borderRadius\":\"4px\",\"background\":\"none\",\"width\":\"100%\",\"fontSize\":\"inherit\"}),attrs:{\"label\":\"证明材料\",\"prop\":\"zhengmingcailiao\"}},[_c('el-button',{style:({\"border\":\"1px solid #ced4da\",\"cursor\":\"pointer\",\"padding\":\"0 30px\",\"margin\":\"0 20px 0 0\",\"outline\":\"none\",\"color\":\"inherit\",\"borderRadius\":\"4px\",\"background\":\"none\",\"width\":\"auto\",\"lineHeight\":\"36px\",\"fontSize\":\"14px\",\"height\":\"40px\"}),attrs:{\"type\":\"text\",\"size\":\"small\"}},[_vm._v(\"无\")])],1):_vm._e(),(_vm.type!='info')?_c('el-form-item',{staticClass:\"date\",style:({\"padding\":\"2px 0\",\"margin\":\"0 auto 20px\",\"color\":\"inherit\",\"borderRadius\":\"4px\",\"background\":\"none\",\"width\":\"100%\",\"fontSize\":\"inherit\"}),attrs:{\"label\":\"申请时间\",\"prop\":\"shenqingshijian\"}},[_c('el-date-picker',{attrs:{\"value-format\":\"yyyy-MM-dd HH:mm:ss\",\"type\":\"datetime\",\"readonly\":_vm.ro.shenqingshijian,\"placeholder\":\"申请时间\"},model:{value:(_vm.ruleForm.shenqingshijian),callback:function ($$v) {_vm.$set(_vm.ruleForm, \"shenqingshijian\", $$v)},expression:\"ruleForm.shenqingshijian\"}})],1):(_vm.ruleForm.shenqingshijian)?_c('el-form-item',{staticClass:\"input\",style:({\"padding\":\"2px 0\",\"margin\":\"0 auto 20px\",\"color\":\"inherit\",\"borderRadius\":\"4px\",\"background\":\"none\",\"width\":\"100%\",\"fontSize\":\"inherit\"}),attrs:{\"label\":\"申请时间\",\"prop\":\"shenqingshijian\"}},[_c('el-input',{attrs:{\"placeholder\":\"申请时间\",\"readonly\":\"\"},model:{value:(_vm.ruleForm.shenqingshijian),callback:function ($$v) {_vm.$set(_vm.ruleForm, \"shenqingshijian\", $$v)},expression:\"ruleForm.shenqingshijian\"}})],1):_vm._e(),(_vm.type!='info')?_c('el-form-item',{staticClass:\"select\",style:({\"padding\":\"2px 0\",\"margin\":\"0 auto 20px\",\"color\":\"inherit\",\"borderRadius\":\"4px\",\"background\":\"none\",\"width\":\"100%\",\"fontSize\":\"inherit\"}),attrs:{\"label\":\"员工账号\",\"prop\":\"yuangongzhanghao\"}},[_c('el-select',{attrs:{\"disabled\":_vm.ro.yuangongzhanghao,\"placeholder\":\"请选择员工账号\"},on:{\"change\":_vm.yuangongzhanghaoChange},model:{value:(_vm.ruleForm.yuangongzhanghao),callback:function ($$v) {_vm.$set(_vm.ruleForm, \"yuangongzhanghao\", $$v)},expression:\"ruleForm.yuangongzhanghao\"}},_vm._l((_vm.yuangongzhanghaoOptions),function(item,index){return _c('el-option',{key:index,attrs:{\"label\":item,\"value\":item}})}),1)],1):(_vm.ruleForm.yuangongzhanghao)?_c('el-form-item',{staticClass:\"input\",style:({\"padding\":\"2px 0\",\"margin\":\"0 auto 20px\",\"color\":\"inherit\",\"borderRadius\":\"4px\",\"background\":\"none\",\"width\":\"100%\",\"fontSize\":\"inherit\"}),attrs:{\"label\":\"员工账号\",\"prop\":\"yuangongzhanghao\"}},[_c('el-input',{attrs:{\"placeholder\":\"员工账号\",\"readonly\":\"\"},model:{value:(_vm.ruleForm.yuangongzhanghao),callback:function ($$v) {_vm.$set(_vm.ruleForm, \"yuangongzhanghao\", $$v)},expression:\"ruleForm.yuangongzhanghao\"}})],1):_vm._e(),(_vm.type!='info')?_c('el-form-item',{staticClass:\"input\",style:({\"padding\":\"2px 0\",\"margin\":\"0 auto 20px\",\"color\":\"inherit\",\"borderRadius\":\"4px\",\"background\":\"none\",\"width\":\"100%\",\"fontSize\":\"inherit\"}),attrs:{\"label\":\"员工姓名\",\"prop\":\"yuangongxingming\"}},[_c('el-input',{attrs:{\"placeholder\":\"员工姓名\",\"clearable\":\"\",\"readonly\":_vm.ro.yuangongxingming},model:{value:(_vm.ruleForm.yuangongxingming),callback:function ($$v) {_vm.$set(_vm.ruleForm, \"yuangongxingming\", $$v)},expression:\"ruleForm.yuangongxingming\"}})],1):_c('el-form-item',{staticClass:\"input\",style:({\"padding\":\"2px 0\",\"margin\":\"0 auto 20px\",\"color\":\"inherit\",\"borderRadius\":\"4px\",\"background\":\"none\",\"width\":\"100%\",\"fontSize\":\"inherit\"}),attrs:{\"label\":\"员工姓名\",\"prop\":\"yuangongxingming\"}},[_c('el-input',{attrs:{\"placeholder\":\"员工姓名\",\"readonly\":\"\"},model:{value:(_vm.ruleForm.yuangongxingming),callback:function ($$v) {_vm.$set(_vm.ruleForm, \"yuangongxingming\", $$v)},expression:\"ruleForm.yuangongxingming\"}})],1)],(_vm.type!='info')?_c('el-form-item',{style:({\"padding\":\"2px 0\",\"margin\":\"0 auto 20px\",\"color\":\"inherit\",\"borderRadius\":\"4px\",\"background\":\"none\",\"width\":\"100%\",\"fontSize\":\"inherit\"}),attrs:{\"label\":\"申请内容\",\"prop\":\"shenqingneirong\"}},[_c('editor',{staticClass:\"editor\",staticStyle:{\"min-width\":\"200px\",\"max-width\":\"600px\"},attrs:{\"action\":\"file/upload\"},model:{value:(_vm.ruleForm.shenqingneirong),callback:function ($$v) {_vm.$set(_vm.ruleForm, \"shenqingneirong\", $$v)},expression:\"ruleForm.shenqingneirong\"}})],1):(_vm.ruleForm.shenqingneirong)?_c('el-form-item',{style:({\"padding\":\"2px 0\",\"margin\":\"0 auto 20px\",\"color\":\"inherit\",\"borderRadius\":\"4px\",\"background\":\"none\",\"width\":\"100%\",\"fontSize\":\"inherit\"}),attrs:{\"label\":\"申请内容\",\"prop\":\"shenqingneirong\"}},[_c('span',{style:({\"fontSize\":\"14px\",\"lineHeight\":\"40px\",\"color\":\"inherit\",\"fontWeight\":\"500\",\"display\":\"inline-block\"}),domProps:{\"innerHTML\":_vm._s(_vm.ruleForm.shenqingneirong)}})]):_vm._e(),_c('el-form-item',{staticClass:\"btn\",style:({\"padding\":\"0\",\"margin\":\"30px auto\",\"alignItems\":\"center\",\"textAlign\":\"center\",\"background\":\"none\",\"display\":\"flex\",\"width\":\"60%\",\"fontSize\":\"18px\"})},[(_vm.type!='info')?_c('el-button',{staticClass:\"btn3\",attrs:{\"type\":\"success\"},on:{\"click\":_vm.onSubmit}},[_c('span',{staticClass:\"icon iconfont icon-tijiao16\",style:({\"margin\":\"0 2px\",\"fontSize\":\"inherit\",\"color\":\"inherit\",\"display\":\"none\"})}),_vm._v(\" 确定 \")]):_vm._e(),(_vm.type!='info')?_c('el-button',{staticClass:\"btn4\",attrs:{\"type\":\"success\"},on:{\"click\":function($event){return _vm.back()}}},[_c('span',{staticClass:\"icon iconfont icon-quxiao09\",style:({\"margin\":\"0 2px\",\"fontSize\":\"inherit\",\"color\":\"inherit\",\"display\":\"none\"})}),_vm._v(\" 取消 \")]):_vm._e(),(_vm.type=='info')?_c('el-button',{staticClass:\"btn5\",attrs:{\"type\":\"success\"},on:{\"click\":function($event){return _vm.back()}}},[_c('span',{staticClass:\"icon iconfont icon-fanhui01\",style:({\"margin\":\"0 2px\",\"fontSize\":\"inherit\",\"color\":\"inherit\",\"display\":\"none\"})}),_vm._v(\" 返回 \")]):_vm._e()],1)],2)],1)\n}\nvar staticRenderFns = []\n\nexport { render, staticRenderFns }","\r\n\r\n\r\n","import mod from \"-!../../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_cache-loader@4.1.0@cache-loader/dist/cjs.js??ref--13-0!../../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_thread-loader@2.1.3@thread-loader/dist/cjs.js!../../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_babel-loader@8.4.1@babel-loader/lib/index.js!../../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_cache-loader@4.1.0@cache-loader/dist/cjs.js??ref--1-0!../../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_vue-loader@15.11.1@vue-loader/lib/index.js??vue-loader-options!./add-or-update.vue?vue&type=script&lang=js\"; export default mod; export * from \"-!../../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_cache-loader@4.1.0@cache-loader/dist/cjs.js??ref--13-0!../../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_thread-loader@2.1.3@thread-loader/dist/cjs.js!../../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_babel-loader@8.4.1@babel-loader/lib/index.js!../../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_cache-loader@4.1.0@cache-loader/dist/cjs.js??ref--1-0!../../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_vue-loader@15.11.1@vue-loader/lib/index.js??vue-loader-options!./add-or-update.vue?vue&type=script&lang=js\"","import { render, staticRenderFns } from \"./add-or-update.vue?vue&type=template&id=2b8509ba&scoped=true\"\nimport script from \"./add-or-update.vue?vue&type=script&lang=js\"\nexport * from \"./add-or-update.vue?vue&type=script&lang=js\"\nimport style0 from \"./add-or-update.vue?vue&type=style&index=0&id=2b8509ba&prod&lang=scss&scoped=true\"\n\n\n/* normalize component */\nimport normalizer from \"!../../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_vue-loader@15.11.1@vue-loader/lib/runtime/componentNormalizer.js\"\nvar component = normalizer(\n script,\n render,\n staticRenderFns,\n false,\n null,\n \"2b8509ba\",\n null\n \n)\n\nexport default component.exports","var render = function render(){var _vm=this,_c=_vm._self._c;return _c('div',{staticClass:\"addEdit-block\",style:({\"minHeight\":\"calc(100vh - 200px)\",\"padding\":\"0px 0 30px\",\"margin\":\"0 auto\",\"color\":\"#8e99a2\",\"background\":\"none\",\"width\":\"calc(100% - 0px)\",\"fontSize\":\"14px\",\"height\":\"100%\"})},[_c('el-form',{ref:\"ruleForm\",staticClass:\"add-update-preview\",style:({\"padding\":\"30px 5%\",\"borderColor\":\"#f6f6f6\",\"alignItems\":\"flex-start\",\"borderRadius\":\"4px\",\"flexWrap\":\"wrap\",\"background\":\"rgba(255,255,255,.9)\",\"borderWidth\":\"2px\",\"display\":\"flex\",\"fontSize\":\"inherit\",\"borderStyle\":\"solid\"}),attrs:{\"model\":_vm.ruleForm,\"rules\":_vm.rules,\"label-width\":\"200px\"}},[[(_vm.type!='info')?_c('el-form-item',{staticClass:\"input\",style:({\"padding\":\"2px 0\",\"margin\":\"0 auto 20px\",\"color\":\"inherit\",\"borderRadius\":\"4px\",\"background\":\"none\",\"width\":\"100%\",\"fontSize\":\"inherit\"}),attrs:{\"label\":\"账号\",\"prop\":\"zhanghao\"}},[_c('el-input',{attrs:{\"placeholder\":\"账号\",\"clearable\":\"\",\"readonly\":_vm.ro.zhanghao},model:{value:(_vm.ruleForm.zhanghao),callback:function ($$v) {_vm.$set(_vm.ruleForm, \"zhanghao\", $$v)},expression:\"ruleForm.zhanghao\"}})],1):_c('el-form-item',{staticClass:\"input\",style:({\"padding\":\"2px 0\",\"margin\":\"0 auto 20px\",\"color\":\"inherit\",\"borderRadius\":\"4px\",\"background\":\"none\",\"width\":\"100%\",\"fontSize\":\"inherit\"}),attrs:{\"label\":\"账号\",\"prop\":\"zhanghao\"}},[_c('el-input',{attrs:{\"placeholder\":\"账号\",\"readonly\":\"\"},model:{value:(_vm.ruleForm.zhanghao),callback:function ($$v) {_vm.$set(_vm.ruleForm, \"zhanghao\", $$v)},expression:\"ruleForm.zhanghao\"}})],1),(_vm.type!='info')?_c('el-form-item',{staticClass:\"input\",style:({\"padding\":\"2px 0\",\"margin\":\"0 auto 20px\",\"color\":\"inherit\",\"borderRadius\":\"4px\",\"background\":\"none\",\"width\":\"100%\",\"fontSize\":\"inherit\"}),attrs:{\"label\":\"姓名\",\"prop\":\"xingming\"}},[_c('el-input',{attrs:{\"placeholder\":\"姓名\",\"clearable\":\"\",\"readonly\":_vm.ro.xingming},model:{value:(_vm.ruleForm.xingming),callback:function ($$v) {_vm.$set(_vm.ruleForm, \"xingming\", $$v)},expression:\"ruleForm.xingming\"}})],1):_c('el-form-item',{staticClass:\"input\",style:({\"padding\":\"2px 0\",\"margin\":\"0 auto 20px\",\"color\":\"inherit\",\"borderRadius\":\"4px\",\"background\":\"none\",\"width\":\"100%\",\"fontSize\":\"inherit\"}),attrs:{\"label\":\"姓名\",\"prop\":\"xingming\"}},[_c('el-input',{attrs:{\"placeholder\":\"姓名\",\"readonly\":\"\"},model:{value:(_vm.ruleForm.xingming),callback:function ($$v) {_vm.$set(_vm.ruleForm, \"xingming\", $$v)},expression:\"ruleForm.xingming\"}})],1),(_vm.type!='info')?_c('el-form-item',{staticClass:\"input\",style:({\"padding\":\"2px 0\",\"margin\":\"0 auto 20px\",\"color\":\"inherit\",\"borderRadius\":\"4px\",\"background\":\"none\",\"width\":\"100%\",\"fontSize\":\"inherit\"}),attrs:{\"label\":\"驾驶证号\",\"prop\":\"jiashizhenghao\"}},[_c('el-input',{attrs:{\"placeholder\":\"驾驶证号\",\"clearable\":\"\",\"readonly\":_vm.ro.jiashizhenghao},model:{value:(_vm.ruleForm.jiashizhenghao),callback:function ($$v) {_vm.$set(_vm.ruleForm, \"jiashizhenghao\", $$v)},expression:\"ruleForm.jiashizhenghao\"}})],1):_c('el-form-item',{staticClass:\"input\",style:({\"padding\":\"2px 0\",\"margin\":\"0 auto 20px\",\"color\":\"inherit\",\"borderRadius\":\"4px\",\"background\":\"none\",\"width\":\"100%\",\"fontSize\":\"inherit\"}),attrs:{\"label\":\"驾驶证号\",\"prop\":\"jiashizhenghao\"}},[_c('el-input',{attrs:{\"placeholder\":\"驾驶证号\",\"readonly\":\"\"},model:{value:(_vm.ruleForm.jiashizhenghao),callback:function ($$v) {_vm.$set(_vm.ruleForm, \"jiashizhenghao\", $$v)},expression:\"ruleForm.jiashizhenghao\"}})],1),(_vm.type!='info')?_c('el-form-item',{staticClass:\"input\",style:({\"padding\":\"2px 0\",\"margin\":\"0 auto 20px\",\"color\":\"inherit\",\"borderRadius\":\"4px\",\"background\":\"none\",\"width\":\"100%\",\"fontSize\":\"inherit\"}),attrs:{\"label\":\"车牌号\",\"prop\":\"chepaihao\"}},[_c('el-input',{attrs:{\"placeholder\":\"车牌号\",\"clearable\":\"\",\"readonly\":_vm.ro.chepaihao},model:{value:(_vm.ruleForm.chepaihao),callback:function ($$v) {_vm.$set(_vm.ruleForm, \"chepaihao\", $$v)},expression:\"ruleForm.chepaihao\"}})],1):_c('el-form-item',{staticClass:\"input\",style:({\"padding\":\"2px 0\",\"margin\":\"0 auto 20px\",\"color\":\"inherit\",\"borderRadius\":\"4px\",\"background\":\"none\",\"width\":\"100%\",\"fontSize\":\"inherit\"}),attrs:{\"label\":\"车牌号\",\"prop\":\"chepaihao\"}},[_c('el-input',{attrs:{\"placeholder\":\"车牌号\",\"readonly\":\"\"},model:{value:(_vm.ruleForm.chepaihao),callback:function ($$v) {_vm.$set(_vm.ruleForm, \"chepaihao\", $$v)},expression:\"ruleForm.chepaihao\"}})],1),(_vm.type!='info')?_c('el-form-item',{staticClass:\"date\",style:({\"padding\":\"2px 0\",\"margin\":\"0 auto 20px\",\"color\":\"inherit\",\"borderRadius\":\"4px\",\"background\":\"none\",\"width\":\"100%\",\"fontSize\":\"inherit\"}),attrs:{\"label\":\"发放时间\",\"prop\":\"fafangshijian\"}},[_c('el-date-picker',{attrs:{\"value-format\":\"yyyy-MM-dd HH:mm:ss\",\"type\":\"datetime\",\"readonly\":_vm.ro.fafangshijian,\"placeholder\":\"发放时间\"},model:{value:(_vm.ruleForm.fafangshijian),callback:function ($$v) {_vm.$set(_vm.ruleForm, \"fafangshijian\", $$v)},expression:\"ruleForm.fafangshijian\"}})],1):(_vm.ruleForm.fafangshijian)?_c('el-form-item',{staticClass:\"input\",style:({\"padding\":\"2px 0\",\"margin\":\"0 auto 20px\",\"color\":\"inherit\",\"borderRadius\":\"4px\",\"background\":\"none\",\"width\":\"100%\",\"fontSize\":\"inherit\"}),attrs:{\"label\":\"发放时间\",\"prop\":\"fafangshijian\"}},[_c('el-input',{attrs:{\"placeholder\":\"发放时间\",\"readonly\":\"\"},model:{value:(_vm.ruleForm.fafangshijian),callback:function ($$v) {_vm.$set(_vm.ruleForm, \"fafangshijian\", $$v)},expression:\"ruleForm.fafangshijian\"}})],1):_vm._e(),(_vm.type!='info')?_c('el-form-item',{staticClass:\"select\",style:({\"padding\":\"2px 0\",\"margin\":\"0 auto 20px\",\"color\":\"inherit\",\"borderRadius\":\"4px\",\"background\":\"none\",\"width\":\"100%\",\"fontSize\":\"inherit\"}),attrs:{\"label\":\"员工账号\",\"prop\":\"yuangongzhanghao\"}},[_c('el-select',{attrs:{\"disabled\":_vm.ro.yuangongzhanghao,\"placeholder\":\"请选择员工账号\"},on:{\"change\":_vm.yuangongzhanghaoChange},model:{value:(_vm.ruleForm.yuangongzhanghao),callback:function ($$v) {_vm.$set(_vm.ruleForm, \"yuangongzhanghao\", $$v)},expression:\"ruleForm.yuangongzhanghao\"}},_vm._l((_vm.yuangongzhanghaoOptions),function(item,index){return _c('el-option',{key:index,attrs:{\"label\":item,\"value\":item}})}),1)],1):(_vm.ruleForm.yuangongzhanghao)?_c('el-form-item',{staticClass:\"input\",style:({\"padding\":\"2px 0\",\"margin\":\"0 auto 20px\",\"color\":\"inherit\",\"borderRadius\":\"4px\",\"background\":\"none\",\"width\":\"100%\",\"fontSize\":\"inherit\"}),attrs:{\"label\":\"员工账号\",\"prop\":\"yuangongzhanghao\"}},[_c('el-input',{attrs:{\"placeholder\":\"员工账号\",\"readonly\":\"\"},model:{value:(_vm.ruleForm.yuangongzhanghao),callback:function ($$v) {_vm.$set(_vm.ruleForm, \"yuangongzhanghao\", $$v)},expression:\"ruleForm.yuangongzhanghao\"}})],1):_vm._e(),(_vm.type!='info')?_c('el-form-item',{staticClass:\"input\",style:({\"padding\":\"2px 0\",\"margin\":\"0 auto 20px\",\"color\":\"inherit\",\"borderRadius\":\"4px\",\"background\":\"none\",\"width\":\"100%\",\"fontSize\":\"inherit\"}),attrs:{\"label\":\"员工姓名\",\"prop\":\"yuangongxingming\"}},[_c('el-input',{attrs:{\"placeholder\":\"员工姓名\",\"clearable\":\"\",\"readonly\":_vm.ro.yuangongxingming},model:{value:(_vm.ruleForm.yuangongxingming),callback:function ($$v) {_vm.$set(_vm.ruleForm, \"yuangongxingming\", $$v)},expression:\"ruleForm.yuangongxingming\"}})],1):_c('el-form-item',{staticClass:\"input\",style:({\"padding\":\"2px 0\",\"margin\":\"0 auto 20px\",\"color\":\"inherit\",\"borderRadius\":\"4px\",\"background\":\"none\",\"width\":\"100%\",\"fontSize\":\"inherit\"}),attrs:{\"label\":\"员工姓名\",\"prop\":\"yuangongxingming\"}},[_c('el-input',{attrs:{\"placeholder\":\"员工姓名\",\"readonly\":\"\"},model:{value:(_vm.ruleForm.yuangongxingming),callback:function ($$v) {_vm.$set(_vm.ruleForm, \"yuangongxingming\", $$v)},expression:\"ruleForm.yuangongxingming\"}})],1)],_c('el-form-item',{staticClass:\"btn\",style:({\"padding\":\"0\",\"margin\":\"30px auto\",\"alignItems\":\"center\",\"textAlign\":\"center\",\"background\":\"none\",\"display\":\"flex\",\"width\":\"60%\",\"fontSize\":\"18px\"})},[(_vm.type!='info')?_c('el-button',{staticClass:\"btn3\",attrs:{\"type\":\"success\"},on:{\"click\":_vm.onSubmit}},[_c('span',{staticClass:\"icon iconfont icon-tijiao16\",style:({\"margin\":\"0 2px\",\"fontSize\":\"inherit\",\"color\":\"inherit\",\"display\":\"none\"})}),_vm._v(\" 确定 \")]):_vm._e(),(_vm.type!='info')?_c('el-button',{staticClass:\"btn4\",attrs:{\"type\":\"success\"},on:{\"click\":function($event){return _vm.back()}}},[_c('span',{staticClass:\"icon iconfont icon-quxiao09\",style:({\"margin\":\"0 2px\",\"fontSize\":\"inherit\",\"color\":\"inherit\",\"display\":\"none\"})}),_vm._v(\" 取消 \")]):_vm._e(),(_vm.type=='info')?_c('el-button',{staticClass:\"btn5\",attrs:{\"type\":\"success\"},on:{\"click\":function($event){return _vm.back()}}},[_c('span',{staticClass:\"icon iconfont icon-fanhui01\",style:({\"margin\":\"0 2px\",\"fontSize\":\"inherit\",\"color\":\"inherit\",\"display\":\"none\"})}),_vm._v(\" 返回 \")]):_vm._e()],1)],2)],1)\n}\nvar staticRenderFns = []\n\nexport { render, staticRenderFns }","\r\n\r\n\r\n","import mod from \"-!../../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_cache-loader@4.1.0@cache-loader/dist/cjs.js??ref--13-0!../../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_thread-loader@2.1.3@thread-loader/dist/cjs.js!../../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_babel-loader@8.4.1@babel-loader/lib/index.js!../../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_cache-loader@4.1.0@cache-loader/dist/cjs.js??ref--1-0!../../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_vue-loader@15.11.1@vue-loader/lib/index.js??vue-loader-options!./add-or-update.vue?vue&type=script&lang=js\"; export default mod; export * from \"-!../../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_cache-loader@4.1.0@cache-loader/dist/cjs.js??ref--13-0!../../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_thread-loader@2.1.3@thread-loader/dist/cjs.js!../../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_babel-loader@8.4.1@babel-loader/lib/index.js!../../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_cache-loader@4.1.0@cache-loader/dist/cjs.js??ref--1-0!../../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_vue-loader@15.11.1@vue-loader/lib/index.js??vue-loader-options!./add-or-update.vue?vue&type=script&lang=js\"","import { render, staticRenderFns } from \"./add-or-update.vue?vue&type=template&id=2a82c071&scoped=true\"\nimport script from \"./add-or-update.vue?vue&type=script&lang=js\"\nexport * from \"./add-or-update.vue?vue&type=script&lang=js\"\nimport style0 from \"./add-or-update.vue?vue&type=style&index=0&id=2a82c071&prod&lang=scss&scoped=true\"\n\n\n/* normalize component */\nimport normalizer from \"!../../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_vue-loader@15.11.1@vue-loader/lib/runtime/componentNormalizer.js\"\nvar component = normalizer(\n script,\n render,\n staticRenderFns,\n false,\n null,\n \"2a82c071\",\n null\n \n)\n\nexport default component.exports","\r\n\n\n\n","import mod from \"-!../../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_cache-loader@4.1.0@cache-loader/dist/cjs.js??ref--13-0!../../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_thread-loader@2.1.3@thread-loader/dist/cjs.js!../../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_babel-loader@8.4.1@babel-loader/lib/index.js!../../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_cache-loader@4.1.0@cache-loader/dist/cjs.js??ref--1-0!../../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_vue-loader@15.11.1@vue-loader/lib/index.js??vue-loader-options!./list.vue?vue&type=script&lang=js\"; export default mod; export * from \"-!../../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_cache-loader@4.1.0@cache-loader/dist/cjs.js??ref--13-0!../../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_thread-loader@2.1.3@thread-loader/dist/cjs.js!../../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_babel-loader@8.4.1@babel-loader/lib/index.js!../../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_cache-loader@4.1.0@cache-loader/dist/cjs.js??ref--1-0!../../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_vue-loader@15.11.1@vue-loader/lib/index.js??vue-loader-options!./list.vue?vue&type=script&lang=js\"","import { render, staticRenderFns } from \"./list.vue?vue&type=template&id=74f1b30c&scoped=true\"\nimport script from \"./list.vue?vue&type=script&lang=js\"\nexport * from \"./list.vue?vue&type=script&lang=js\"\nimport style0 from \"./list.vue?vue&type=style&index=0&id=74f1b30c&prod&lang=scss&scoped=true\"\n\n\n/* normalize component */\nimport normalizer from \"!../../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_vue-loader@15.11.1@vue-loader/lib/runtime/componentNormalizer.js\"\nvar component = normalizer(\n script,\n render,\n staticRenderFns,\n false,\n null,\n \"74f1b30c\",\n null\n \n)\n\nexport default component.exports","var render = function render(){var _vm=this,_c=_vm._self._c;return _c('div',{staticClass:\"main-content\",style:({\"minHeight\":\"calc(100vh - 200px)\",\"padding\":\"0px 5%\",\"margin\":\"0 auto\",\"color\":\"#666\",\"background\":\"none\",\"width\":\"calc(100% - 0px)\",\"fontSize\":\"14px\",\"height\":\"100%\"})},[(_vm.showFlag)?[_c('el-form',{staticClass:\"center-form-pv\",style:({\"padding\":\"20px 20px 0\",\"boxShadow\":\"0 2px 3px 0px rgba(100,100,100,.05)\",\"margin\":\"0 0 0px\",\"borderColor\":\"#f6f6f6\",\"display\":\"flex\",\"justifyContent\":\"center\",\"minHeight\":\"100px\",\"overflow\":\"hidden\",\"borderRadius\":\"4px 4px 0 0\",\"flexWrap\":\"wrap\",\"background\":\"#fff\",\"borderWidth\":\"2px 2px 0\",\"fontSize\":\"inherit\",\"borderStyle\":\"solid\"}),attrs:{\"inline\":true,\"model\":_vm.searchForm}},[_c('el-row',{style:({\"padding\":\"0px\",\"boxShadow\":\"0 0px 0px 0px rgba(115,108,203,.23)\",\"margin\":\"0 0px 0px 0\",\"borderRadius\":\"0px\",\"alignItems\":\"center\",\"background\":\"none\",\"display\":\"flex\",\"width\":\"auto\",\"fontSize\":\"inherit\",\"justifyContent\":\"flex-end\",\"order\":\"2\"})},[_c('div',{style:({\"margin\":\"0 10px 0 0\",\"fontSize\":\"inherit\",\"display\":\"inline-block\"})},[_c('label',{staticClass:\"item-label\",style:({\"margin\":\"0 10px 0 0\",\"color\":\"inherit\",\"display\":\"inline-block\",\"lineHeight\":\"34px\",\"fontSize\":\"inherit\",\"fontWeight\":\"500\",\"height\":\"34px\"})},[_vm._v(\"账号\")]),_c('el-input',{attrs:{\"placeholder\":\"账号\",\"clearable\":\"\"},nativeOn:{\"keydown\":function($event){if(!$event.type.indexOf('key')&&_vm._k($event.keyCode,\"enter\",13,$event.key,\"Enter\"))return null;return _vm.search()}},model:{value:(_vm.searchForm.zhanghao),callback:function ($$v) {_vm.$set(_vm.searchForm, \"zhanghao\", $$v)},expression:\"searchForm.zhanghao\"}})],1),_c('div',{style:({\"margin\":\"0 10px 0 0\",\"fontSize\":\"inherit\",\"display\":\"inline-block\"})},[_c('label',{staticClass:\"item-label\",style:({\"margin\":\"0 10px 0 0\",\"color\":\"inherit\",\"display\":\"inline-block\",\"lineHeight\":\"34px\",\"fontSize\":\"inherit\",\"fontWeight\":\"500\",\"height\":\"34px\"})},[_vm._v(\"姓名\")]),_c('el-input',{attrs:{\"placeholder\":\"姓名\",\"clearable\":\"\"},nativeOn:{\"keydown\":function($event){if(!$event.type.indexOf('key')&&_vm._k($event.keyCode,\"enter\",13,$event.key,\"Enter\"))return null;return _vm.search()}},model:{value:(_vm.searchForm.xingming),callback:function ($$v) {_vm.$set(_vm.searchForm, \"xingming\", $$v)},expression:\"searchForm.xingming\"}})],1),_c('div',{staticClass:\"select\",style:({\"margin\":\"0 10px 0 0\",\"fontSize\":\"inherit\",\"display\":\"inline-block\"}),attrs:{\"label\":\"性别\",\"prop\":\"xingbie\"}},[_c('label',{staticClass:\"item-label\",style:({\"margin\":\"0 10px 0 0\",\"color\":\"inherit\",\"display\":\"inline-block\",\"lineHeight\":\"34px\",\"fontSize\":\"inherit\",\"fontWeight\":\"500\",\"height\":\"34px\"})},[_vm._v(\"性别\")]),_c('el-select',{attrs:{\"clearable\":\"\",\"placeholder\":\"请选择性别\"},model:{value:(_vm.searchForm.xingbie),callback:function ($$v) {_vm.$set(_vm.searchForm, \"xingbie\", $$v)},expression:\"searchForm.xingbie\"}},_vm._l((_vm.xingbieOptions),function(item,index){return _c('el-option',{key:index,attrs:{\"label\":item,\"value\":item}})}),1)],1),_c('el-button',{staticClass:\"search\",attrs:{\"type\":\"success\"},on:{\"click\":function($event){return _vm.search()}}},[_c('span',{staticClass:\"icon iconfont icon-chakan18\",style:({\"margin\":\"0 2px\",\"fontSize\":\"18px\",\"color\":\"#00acc1\",\"display\":\"inline-block\",\"height\":\"auto\"})}),_vm._v(\" 查询 \")])],1),_c('el-row',{staticClass:\"actions\",style:({\"boxShadow\":\"0 0px 0px 0px rgba(115,108,203,.23)\",\"padding\":\"0 20px 0 0\",\"margin\":\"0px 0 0px\",\"color\":\"#333\",\"alignItems\":\"center\",\"textAlign\":\"left\",\"display\":\"flex\",\"borderRadius\":\"0px\",\"flexWrap\":\"wrap\",\"background\":\"none\",\"flex\":\"1\",\"width\":\"auto\",\"fontSize\":\"inherit\",\"order\":\"1\"})},[(_vm.isAuth('jiashiyuan','新增'))?_c('el-button',{staticClass:\"add\",attrs:{\"type\":\"success\"},on:{\"click\":function($event){return _vm.addOrUpdateHandler()}}},[_c('span',{staticClass:\"icon iconfont icon-tianjia14\",style:({\"margin\":\"0 2px\",\"fontSize\":\"inherit\",\"color\":\"inherit\",\"display\":\"none\"})}),_vm._v(\" 新增 \")]):_vm._e(),(_vm.isAuth('jiashiyuan','删除'))?_c('el-button',{staticClass:\"del\",attrs:{\"disabled\":_vm.dataListSelections.length?false:true,\"type\":\"danger\"},on:{\"click\":function($event){return _vm.deleteHandler()}}},[_c('span',{staticClass:\"icon iconfont icon-shanchu9\",style:({\"margin\":\"0 2px\",\"fontSize\":\"inherit\",\"color\":\"inherit\",\"display\":\"none\"})}),_vm._v(\" 删除 \")]):_vm._e()],1)],1),_c('div',{style:({\"padding\":\"20px\",\"borderColor\":\"#f6f6f6\",\"margin\":\"0 0 0px\",\"borderRadius\":\"0 0 4px 4px\",\"background\":\"rgba(255,255,255,1)\",\"borderWidth\":\"0 2px 2px\",\"width\":\"100%\",\"borderStyle\":\"solid\"})},[(_vm.isAuth('jiashiyuan','查看'))?_c('el-table',{directives:[{name:\"loading\",rawName:\"v-loading\",value:(_vm.dataListLoading),expression:\"dataListLoading\"}],staticClass:\"tables\",style:({\"padding\":\"0\",\"borderColor\":\"#eee\",\"color\":\"inherit\",\"borderRadius\":\"0px\",\"borderWidth\":\"0px 0px 0 0px\",\"background\":\"none\",\"width\":\"100%\",\"fontSize\":\"inherit\",\"borderStyle\":\"solid\"}),attrs:{\"stripe\":false,\"border\":true,\"data\":_vm.dataList},on:{\"selection-change\":_vm.selectionChangeHandler}},[_c('el-table-column',{attrs:{\"resizable\":true,\"type\":\"selection\",\"align\":\"center\",\"width\":\"50\"}}),_c('el-table-column',{attrs:{\"resizable\":true,\"sortable\":true,\"label\":\"序号\",\"type\":\"index\",\"width\":\"50\"}}),_c('el-table-column',{attrs:{\"resizable\":true,\"sortable\":true,\"prop\":\"zhanghao\",\"label\":\"账号\"},scopedSlots:_vm._u([{key:\"default\",fn:function(scope){return [_vm._v(\" \"+_vm._s(scope.row.zhanghao)+\" \")]}}],null,false,2757161441)}),_c('el-table-column',{attrs:{\"resizable\":true,\"sortable\":true,\"prop\":\"xingming\",\"label\":\"姓名\"},scopedSlots:_vm._u([{key:\"default\",fn:function(scope){return [_vm._v(\" \"+_vm._s(scope.row.xingming)+\" \")]}}],null,false,1096791112)}),_c('el-table-column',{attrs:{\"resizable\":true,\"sortable\":true,\"prop\":\"xingbie\",\"label\":\"性别\"},scopedSlots:_vm._u([{key:\"default\",fn:function(scope){return [_vm._v(\" \"+_vm._s(scope.row.xingbie)+\" \")]}}],null,false,224366571)}),_c('el-table-column',{attrs:{\"resizable\":true,\"sortable\":true,\"prop\":\"shouji\",\"label\":\"手机\"},scopedSlots:_vm._u([{key:\"default\",fn:function(scope){return [_vm._v(\" \"+_vm._s(scope.row.shouji)+\" \")]}}],null,false,1642124447)}),_c('el-table-column',{attrs:{\"resizable\":true,\"sortable\":true,\"prop\":\"shenfenzheng\",\"label\":\"身份证\"},scopedSlots:_vm._u([{key:\"default\",fn:function(scope){return [_vm._v(\" \"+_vm._s(scope.row.shenfenzheng)+\" \")]}}],null,false,2194797182)}),_c('el-table-column',{attrs:{\"resizable\":true,\"sortable\":true,\"prop\":\"chushengriqi\",\"label\":\"出生日期\"},scopedSlots:_vm._u([{key:\"default\",fn:function(scope){return [_vm._v(\" \"+_vm._s(scope.row.chushengriqi)+\" \")]}}],null,false,3844361719)}),_c('el-table-column',{attrs:{\"resizable\":true,\"sortable\":true,\"prop\":\"jiashizhenghao\",\"label\":\"驾驶证号\"},scopedSlots:_vm._u([{key:\"default\",fn:function(scope){return [_vm._v(\" \"+_vm._s(scope.row.jiashizhenghao)+\" \")]}}],null,false,1810102229)}),_c('el-table-column',{attrs:{\"resizable\":true,\"sortable\":true,\"prop\":\"touxiang\",\"width\":\"200\",\"label\":\"头像\"},scopedSlots:_vm._u([{key:\"default\",fn:function(scope){return [(scope.row.touxiang)?_c('div',[(scope.row.touxiang.substring(0,4)=='http')?_c('img',{staticStyle:{\"object-fit\":\"cover\"},attrs:{\"src\":scope.row.touxiang.split(',')[0],\"width\":\"100\",\"height\":\"100\"}}):_c('img',{staticStyle:{\"object-fit\":\"cover\"},attrs:{\"src\":_vm.$base.url+scope.row.touxiang.split(',')[0],\"width\":\"100\",\"height\":\"100\"}})]):_c('div',[_vm._v(\"无图片\")])]}}],null,false,3010260696)}),_c('el-table-column',{attrs:{\"width\":\"300\",\"label\":\"操作\"},scopedSlots:_vm._u([{key:\"default\",fn:function(scope){return [( _vm.isAuth('jiashiyuan','查看'))?_c('el-button',{staticClass:\"view\",attrs:{\"type\":\"success\"},on:{\"click\":function($event){return _vm.addOrUpdateHandler(scope.row.id,'info')}}},[_c('span',{staticClass:\"icon iconfont icon-chakan8\",style:({\"margin\":\"0 0 0 4px\",\"fontSize\":\"inherit\",\"color\":\"inherit\",\"display\":\"none\",\"height\":\"auto\"})}),_vm._v(\" 详情 \")]):_vm._e(),( _vm.isAuth('jiashiyuan','修改') )?_c('el-button',{staticClass:\"edit\",attrs:{\"type\":\"success\"},on:{\"click\":function($event){return _vm.addOrUpdateHandler(scope.row.id)}}},[_c('span',{staticClass:\"icon iconfont icon-xiugai19\",style:({\"margin\":\"0 0 0 4px\",\"fontSize\":\"inherit\",\"color\":\"inherit\",\"display\":\"none\",\"height\":\"auto\"})}),_vm._v(\" 更改 \")]):_vm._e(),(_vm.isAuth('jiashiyuan','删除') )?_c('el-button',{staticClass:\"del\",attrs:{\"type\":\"primary\"},on:{\"click\":function($event){return _vm.deleteHandler(scope.row.id )}}},[_c('span',{staticClass:\"icon iconfont icon-shanchu16\",style:({\"margin\":\"0 0 0 4px\",\"fontSize\":\"inherit\",\"color\":\"inherit\",\"display\":\"none\",\"height\":\"auto\"})}),_vm._v(\" 移除 \")]):_vm._e()]}}],null,false,1868120368)})],1):_vm._e()],1),_c('el-pagination',{style:({\"border\":\"0px solid #dee2e6\",\"padding\":\"10px 0\",\"margin\":\"10px 0 0\",\"whiteSpace\":\"nowrap\",\"color\":\"inherit\",\"textAlign\":\"center\",\"background\":\"none\",\"width\":\"100%\",\"fontSize\":\"inherit\",\"fontWeight\":\"500\"}),attrs:{\"current-page\":_vm.pageIndex,\"background\":\"\",\"page-sizes\":[10, 50, 100, 200],\"page-size\":_vm.pageSize,\"layout\":_vm.layouts.join(),\"total\":_vm.totalPage,\"prev-text\":\"上一页 \",\"next-text\":\"下一页 \",\"hide-on-single-page\":false},on:{\"size-change\":_vm.sizeChangeHandle,\"current-change\":_vm.currentChangeHandle}})]:_vm._e(),(_vm.addOrUpdateFlag)?_c('add-or-update',{ref:\"addOrUpdate\",attrs:{\"parent\":this}}):_vm._e()],2)\n}\nvar staticRenderFns = []\n\nexport { render, staticRenderFns }","var render = function render(){var _vm=this,_c=_vm._self._c;return _c('div',{staticClass:\"addEdit-block\",style:({\"minHeight\":\"calc(100vh - 200px)\",\"padding\":\"0px 0 30px\",\"margin\":\"0 auto\",\"color\":\"#8e99a2\",\"background\":\"none\",\"width\":\"calc(100% - 0px)\",\"fontSize\":\"14px\",\"height\":\"100%\"})},[_c('el-form',{ref:\"ruleForm\",staticClass:\"add-update-preview\",style:({\"padding\":\"30px 5%\",\"borderColor\":\"#f6f6f6\",\"alignItems\":\"flex-start\",\"borderRadius\":\"4px\",\"flexWrap\":\"wrap\",\"background\":\"rgba(255,255,255,.9)\",\"borderWidth\":\"2px\",\"display\":\"flex\",\"fontSize\":\"inherit\",\"borderStyle\":\"solid\"}),attrs:{\"model\":_vm.ruleForm,\"rules\":_vm.rules,\"label-width\":\"200px\"}},[[(_vm.type!='info')?_c('el-form-item',{staticClass:\"input\",style:({\"padding\":\"2px 0\",\"margin\":\"0 auto 20px\",\"color\":\"inherit\",\"borderRadius\":\"4px\",\"background\":\"none\",\"width\":\"100%\",\"fontSize\":\"inherit\"}),attrs:{\"label\":\"账号\",\"prop\":\"zhanghao\"}},[_c('el-input',{attrs:{\"placeholder\":\"账号\",\"clearable\":\"\",\"readonly\":_vm.ro.zhanghao},model:{value:(_vm.ruleForm.zhanghao),callback:function ($$v) {_vm.$set(_vm.ruleForm, \"zhanghao\", $$v)},expression:\"ruleForm.zhanghao\"}})],1):_c('el-form-item',{staticClass:\"input\",style:({\"padding\":\"2px 0\",\"margin\":\"0 auto 20px\",\"color\":\"inherit\",\"borderRadius\":\"4px\",\"background\":\"none\",\"width\":\"100%\",\"fontSize\":\"inherit\"}),attrs:{\"label\":\"账号\",\"prop\":\"zhanghao\"}},[_c('el-input',{attrs:{\"placeholder\":\"账号\",\"readonly\":\"\"},model:{value:(_vm.ruleForm.zhanghao),callback:function ($$v) {_vm.$set(_vm.ruleForm, \"zhanghao\", $$v)},expression:\"ruleForm.zhanghao\"}})],1),(_vm.type!='info')?_c('el-form-item',{staticClass:\"input\",style:({\"padding\":\"2px 0\",\"margin\":\"0 auto 20px\",\"color\":\"inherit\",\"borderRadius\":\"4px\",\"background\":\"none\",\"width\":\"100%\",\"fontSize\":\"inherit\"}),attrs:{\"label\":\"密码\",\"prop\":\"mima\"}},[_c('el-input',{attrs:{\"placeholder\":\"密码\",\"clearable\":\"\",\"readonly\":_vm.ro.mima},model:{value:(_vm.ruleForm.mima),callback:function ($$v) {_vm.$set(_vm.ruleForm, \"mima\", $$v)},expression:\"ruleForm.mima\"}})],1):_c('el-form-item',{staticClass:\"input\",style:({\"padding\":\"2px 0\",\"margin\":\"0 auto 20px\",\"color\":\"inherit\",\"borderRadius\":\"4px\",\"background\":\"none\",\"width\":\"100%\",\"fontSize\":\"inherit\"}),attrs:{\"label\":\"密码\",\"prop\":\"mima\"}},[_c('el-input',{attrs:{\"placeholder\":\"密码\",\"readonly\":\"\"},model:{value:(_vm.ruleForm.mima),callback:function ($$v) {_vm.$set(_vm.ruleForm, \"mima\", $$v)},expression:\"ruleForm.mima\"}})],1),(_vm.type!='info')?_c('el-form-item',{staticClass:\"input\",style:({\"padding\":\"2px 0\",\"margin\":\"0 auto 20px\",\"color\":\"inherit\",\"borderRadius\":\"4px\",\"background\":\"none\",\"width\":\"100%\",\"fontSize\":\"inherit\"}),attrs:{\"label\":\"姓名\",\"prop\":\"xingming\"}},[_c('el-input',{attrs:{\"placeholder\":\"姓名\",\"clearable\":\"\",\"readonly\":_vm.ro.xingming},model:{value:(_vm.ruleForm.xingming),callback:function ($$v) {_vm.$set(_vm.ruleForm, \"xingming\", $$v)},expression:\"ruleForm.xingming\"}})],1):_c('el-form-item',{staticClass:\"input\",style:({\"padding\":\"2px 0\",\"margin\":\"0 auto 20px\",\"color\":\"inherit\",\"borderRadius\":\"4px\",\"background\":\"none\",\"width\":\"100%\",\"fontSize\":\"inherit\"}),attrs:{\"label\":\"姓名\",\"prop\":\"xingming\"}},[_c('el-input',{attrs:{\"placeholder\":\"姓名\",\"readonly\":\"\"},model:{value:(_vm.ruleForm.xingming),callback:function ($$v) {_vm.$set(_vm.ruleForm, \"xingming\", $$v)},expression:\"ruleForm.xingming\"}})],1),(_vm.type!='info')?_c('el-form-item',{staticClass:\"select\",style:({\"padding\":\"2px 0\",\"margin\":\"0 auto 20px\",\"color\":\"inherit\",\"borderRadius\":\"4px\",\"background\":\"none\",\"width\":\"100%\",\"fontSize\":\"inherit\"}),attrs:{\"label\":\"性别\",\"prop\":\"xingbie\"}},[_c('el-select',{attrs:{\"disabled\":_vm.ro.xingbie,\"placeholder\":\"请选择性别\"},model:{value:(_vm.ruleForm.xingbie),callback:function ($$v) {_vm.$set(_vm.ruleForm, \"xingbie\", $$v)},expression:\"ruleForm.xingbie\"}},_vm._l((_vm.xingbieOptions),function(item,index){return _c('el-option',{key:index,attrs:{\"label\":item,\"value\":item}})}),1)],1):_c('el-form-item',{staticClass:\"input\",style:({\"padding\":\"2px 0\",\"margin\":\"0 auto 20px\",\"color\":\"inherit\",\"borderRadius\":\"4px\",\"background\":\"none\",\"width\":\"100%\",\"fontSize\":\"inherit\"}),attrs:{\"label\":\"性别\",\"prop\":\"xingbie\"}},[_c('el-input',{attrs:{\"placeholder\":\"性别\",\"readonly\":\"\"},model:{value:(_vm.ruleForm.xingbie),callback:function ($$v) {_vm.$set(_vm.ruleForm, \"xingbie\", $$v)},expression:\"ruleForm.xingbie\"}})],1),(_vm.type!='info')?_c('el-form-item',{staticClass:\"input\",style:({\"padding\":\"2px 0\",\"margin\":\"0 auto 20px\",\"color\":\"inherit\",\"borderRadius\":\"4px\",\"background\":\"none\",\"width\":\"100%\",\"fontSize\":\"inherit\"}),attrs:{\"label\":\"手机\",\"prop\":\"shouji\"}},[_c('el-input',{attrs:{\"placeholder\":\"手机\",\"clearable\":\"\",\"readonly\":_vm.ro.shouji},model:{value:(_vm.ruleForm.shouji),callback:function ($$v) {_vm.$set(_vm.ruleForm, \"shouji\", $$v)},expression:\"ruleForm.shouji\"}})],1):_c('el-form-item',{staticClass:\"input\",style:({\"padding\":\"2px 0\",\"margin\":\"0 auto 20px\",\"color\":\"inherit\",\"borderRadius\":\"4px\",\"background\":\"none\",\"width\":\"100%\",\"fontSize\":\"inherit\"}),attrs:{\"label\":\"手机\",\"prop\":\"shouji\"}},[_c('el-input',{attrs:{\"placeholder\":\"手机\",\"readonly\":\"\"},model:{value:(_vm.ruleForm.shouji),callback:function ($$v) {_vm.$set(_vm.ruleForm, \"shouji\", $$v)},expression:\"ruleForm.shouji\"}})],1),(_vm.type!='info')?_c('el-form-item',{staticClass:\"input\",style:({\"padding\":\"2px 0\",\"margin\":\"0 auto 20px\",\"color\":\"inherit\",\"borderRadius\":\"4px\",\"background\":\"none\",\"width\":\"100%\",\"fontSize\":\"inherit\"}),attrs:{\"label\":\"身份证\",\"prop\":\"shenfenzheng\"}},[_c('el-input',{attrs:{\"placeholder\":\"身份证\",\"clearable\":\"\",\"readonly\":_vm.ro.shenfenzheng},model:{value:(_vm.ruleForm.shenfenzheng),callback:function ($$v) {_vm.$set(_vm.ruleForm, \"shenfenzheng\", $$v)},expression:\"ruleForm.shenfenzheng\"}})],1):_c('el-form-item',{staticClass:\"input\",style:({\"padding\":\"2px 0\",\"margin\":\"0 auto 20px\",\"color\":\"inherit\",\"borderRadius\":\"4px\",\"background\":\"none\",\"width\":\"100%\",\"fontSize\":\"inherit\"}),attrs:{\"label\":\"身份证\",\"prop\":\"shenfenzheng\"}},[_c('el-input',{attrs:{\"placeholder\":\"身份证\",\"readonly\":\"\"},model:{value:(_vm.ruleForm.shenfenzheng),callback:function ($$v) {_vm.$set(_vm.ruleForm, \"shenfenzheng\", $$v)},expression:\"ruleForm.shenfenzheng\"}})],1),(_vm.type!='info')?_c('el-form-item',{staticClass:\"date\",style:({\"padding\":\"2px 0\",\"margin\":\"0 auto 20px\",\"color\":\"inherit\",\"borderRadius\":\"4px\",\"background\":\"none\",\"width\":\"100%\",\"fontSize\":\"inherit\"}),attrs:{\"label\":\"出生日期\",\"prop\":\"chushengriqi\"}},[_c('el-date-picker',{attrs:{\"format\":\"yyyy 年 MM 月 dd 日\",\"value-format\":\"yyyy-MM-dd\",\"type\":\"date\",\"readonly\":_vm.ro.chushengriqi,\"placeholder\":\"出生日期\"},model:{value:(_vm.ruleForm.chushengriqi),callback:function ($$v) {_vm.$set(_vm.ruleForm, \"chushengriqi\", $$v)},expression:\"ruleForm.chushengriqi\"}})],1):(_vm.ruleForm.chushengriqi)?_c('el-form-item',{staticClass:\"input\",style:({\"padding\":\"2px 0\",\"margin\":\"0 auto 20px\",\"color\":\"inherit\",\"borderRadius\":\"4px\",\"background\":\"none\",\"width\":\"100%\",\"fontSize\":\"inherit\"}),attrs:{\"label\":\"出生日期\",\"prop\":\"chushengriqi\"}},[_c('el-input',{attrs:{\"placeholder\":\"出生日期\",\"readonly\":\"\"},model:{value:(_vm.ruleForm.chushengriqi),callback:function ($$v) {_vm.$set(_vm.ruleForm, \"chushengriqi\", $$v)},expression:\"ruleForm.chushengriqi\"}})],1):_vm._e(),(_vm.type!='info')?_c('el-form-item',{staticClass:\"input\",style:({\"padding\":\"2px 0\",\"margin\":\"0 auto 20px\",\"color\":\"inherit\",\"borderRadius\":\"4px\",\"background\":\"none\",\"width\":\"100%\",\"fontSize\":\"inherit\"}),attrs:{\"label\":\"驾驶证号\",\"prop\":\"jiashizhenghao\"}},[_c('el-input',{attrs:{\"placeholder\":\"驾驶证号\",\"clearable\":\"\",\"readonly\":_vm.ro.jiashizhenghao},model:{value:(_vm.ruleForm.jiashizhenghao),callback:function ($$v) {_vm.$set(_vm.ruleForm, \"jiashizhenghao\", $$v)},expression:\"ruleForm.jiashizhenghao\"}})],1):_c('el-form-item',{staticClass:\"input\",style:({\"padding\":\"2px 0\",\"margin\":\"0 auto 20px\",\"color\":\"inherit\",\"borderRadius\":\"4px\",\"background\":\"none\",\"width\":\"100%\",\"fontSize\":\"inherit\"}),attrs:{\"label\":\"驾驶证号\",\"prop\":\"jiashizhenghao\"}},[_c('el-input',{attrs:{\"placeholder\":\"驾驶证号\",\"readonly\":\"\"},model:{value:(_vm.ruleForm.jiashizhenghao),callback:function ($$v) {_vm.$set(_vm.ruleForm, \"jiashizhenghao\", $$v)},expression:\"ruleForm.jiashizhenghao\"}})],1),(_vm.type!='info' && !_vm.ro.touxiang)?_c('el-form-item',{staticClass:\"upload\",style:({\"padding\":\"2px 0\",\"margin\":\"0 auto 20px\",\"color\":\"inherit\",\"borderRadius\":\"4px\",\"background\":\"none\",\"width\":\"100%\",\"fontSize\":\"inherit\"}),attrs:{\"label\":\"头像\",\"prop\":\"touxiang\"}},[_c('file-upload',{attrs:{\"tip\":\"点击上传头像\",\"action\":\"file/upload\",\"limit\":3,\"multiple\":true,\"fileUrls\":_vm.ruleForm.touxiang?_vm.ruleForm.touxiang:''},on:{\"change\":_vm.touxiangUploadChange}})],1):(_vm.ruleForm.touxiang)?_c('el-form-item',{staticClass:\"upload\",style:({\"padding\":\"2px 0\",\"margin\":\"0 auto 20px\",\"color\":\"inherit\",\"borderRadius\":\"4px\",\"background\":\"none\",\"width\":\"100%\",\"fontSize\":\"inherit\"}),attrs:{\"label\":\"头像\",\"prop\":\"touxiang\"}},[(_vm.ruleForm.touxiang.substring(0,4)=='http')?_c('img',{key:_vm.index,staticClass:\"upload-img\",staticStyle:{\"margin-right\":\"20px\"},attrs:{\"src\":_vm.ruleForm.touxiang.split(',')[0],\"width\":\"100\",\"height\":\"100\"}}):_vm._l((_vm.ruleForm.touxiang.split(',')),function(item,index){return _c('img',{key:index,staticClass:\"upload-img\",staticStyle:{\"margin-right\":\"20px\"},attrs:{\"src\":_vm.$base.url+item,\"width\":\"100\",\"height\":\"100\"}})})],2):_vm._e()],_c('el-form-item',{staticClass:\"btn\",style:({\"padding\":\"0\",\"margin\":\"30px auto\",\"alignItems\":\"center\",\"textAlign\":\"center\",\"background\":\"none\",\"display\":\"flex\",\"width\":\"60%\",\"fontSize\":\"18px\"})},[(_vm.type!='info')?_c('el-button',{staticClass:\"btn3\",attrs:{\"type\":\"success\"},on:{\"click\":_vm.onSubmit}},[_c('span',{staticClass:\"icon iconfont icon-tijiao16\",style:({\"margin\":\"0 2px\",\"fontSize\":\"inherit\",\"color\":\"inherit\",\"display\":\"none\"})}),_vm._v(\" 确定 \")]):_vm._e(),(_vm.type!='info')?_c('el-button',{staticClass:\"btn4\",attrs:{\"type\":\"success\"},on:{\"click\":function($event){return _vm.back()}}},[_c('span',{staticClass:\"icon iconfont icon-quxiao09\",style:({\"margin\":\"0 2px\",\"fontSize\":\"inherit\",\"color\":\"inherit\",\"display\":\"none\"})}),_vm._v(\" 取消 \")]):_vm._e(),(_vm.type=='info')?_c('el-button',{staticClass:\"btn5\",attrs:{\"type\":\"success\"},on:{\"click\":function($event){return _vm.back()}}},[_c('span',{staticClass:\"icon iconfont icon-fanhui01\",style:({\"margin\":\"0 2px\",\"fontSize\":\"inherit\",\"color\":\"inherit\",\"display\":\"none\"})}),_vm._v(\" 返回 \")]):_vm._e()],1)],2)],1)\n}\nvar staticRenderFns = []\n\nexport { render, staticRenderFns }","\r\n\r\n\r\n","import mod from \"-!../../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_cache-loader@4.1.0@cache-loader/dist/cjs.js??ref--13-0!../../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_thread-loader@2.1.3@thread-loader/dist/cjs.js!../../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_babel-loader@8.4.1@babel-loader/lib/index.js!../../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_cache-loader@4.1.0@cache-loader/dist/cjs.js??ref--1-0!../../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_vue-loader@15.11.1@vue-loader/lib/index.js??vue-loader-options!./add-or-update.vue?vue&type=script&lang=js\"; export default mod; export * from \"-!../../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_cache-loader@4.1.0@cache-loader/dist/cjs.js??ref--13-0!../../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_thread-loader@2.1.3@thread-loader/dist/cjs.js!../../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_babel-loader@8.4.1@babel-loader/lib/index.js!../../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_cache-loader@4.1.0@cache-loader/dist/cjs.js??ref--1-0!../../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_vue-loader@15.11.1@vue-loader/lib/index.js??vue-loader-options!./add-or-update.vue?vue&type=script&lang=js\"","import { render, staticRenderFns } from \"./add-or-update.vue?vue&type=template&id=8c8aa792&scoped=true\"\nimport script from \"./add-or-update.vue?vue&type=script&lang=js\"\nexport * from \"./add-or-update.vue?vue&type=script&lang=js\"\nimport style0 from \"./add-or-update.vue?vue&type=style&index=0&id=8c8aa792&prod&lang=scss&scoped=true\"\n\n\n/* normalize component */\nimport normalizer from \"!../../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_vue-loader@15.11.1@vue-loader/lib/runtime/componentNormalizer.js\"\nvar component = normalizer(\n script,\n render,\n staticRenderFns,\n false,\n null,\n \"8c8aa792\",\n null\n \n)\n\nexport default component.exports","\r\n\n\n\n","import mod from \"-!../../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_cache-loader@4.1.0@cache-loader/dist/cjs.js??ref--13-0!../../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_thread-loader@2.1.3@thread-loader/dist/cjs.js!../../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_babel-loader@8.4.1@babel-loader/lib/index.js!../../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_cache-loader@4.1.0@cache-loader/dist/cjs.js??ref--1-0!../../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_vue-loader@15.11.1@vue-loader/lib/index.js??vue-loader-options!./list.vue?vue&type=script&lang=js\"; export default mod; export * from \"-!../../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_cache-loader@4.1.0@cache-loader/dist/cjs.js??ref--13-0!../../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_thread-loader@2.1.3@thread-loader/dist/cjs.js!../../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_babel-loader@8.4.1@babel-loader/lib/index.js!../../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_cache-loader@4.1.0@cache-loader/dist/cjs.js??ref--1-0!../../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_vue-loader@15.11.1@vue-loader/lib/index.js??vue-loader-options!./list.vue?vue&type=script&lang=js\"","import { render, staticRenderFns } from \"./list.vue?vue&type=template&id=73be8dc6&scoped=true\"\nimport script from \"./list.vue?vue&type=script&lang=js\"\nexport * from \"./list.vue?vue&type=script&lang=js\"\nimport style0 from \"./list.vue?vue&type=style&index=0&id=73be8dc6&prod&lang=scss&scoped=true\"\n\n\n/* normalize component */\nimport normalizer from \"!../../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_vue-loader@15.11.1@vue-loader/lib/runtime/componentNormalizer.js\"\nvar component = normalizer(\n script,\n render,\n staticRenderFns,\n false,\n null,\n \"73be8dc6\",\n null\n \n)\n\nexport default component.exports","var render = function render(){var _vm=this,_c=_vm._self._c;return _c('div',{staticClass:\"main-content\",style:({\"minHeight\":\"calc(100vh - 200px)\",\"padding\":\"0px 5%\",\"margin\":\"0 auto\",\"color\":\"#666\",\"background\":\"none\",\"width\":\"calc(100% - 0px)\",\"fontSize\":\"14px\",\"height\":\"100%\"})},[(_vm.showFlag)?[_c('el-form',{staticClass:\"center-form-pv\",style:({\"padding\":\"20px 20px 0\",\"boxShadow\":\"0 2px 3px 0px rgba(100,100,100,.05)\",\"margin\":\"0 0 0px\",\"borderColor\":\"#f6f6f6\",\"display\":\"flex\",\"justifyContent\":\"center\",\"minHeight\":\"100px\",\"overflow\":\"hidden\",\"borderRadius\":\"4px 4px 0 0\",\"flexWrap\":\"wrap\",\"background\":\"#fff\",\"borderWidth\":\"2px 2px 0\",\"fontSize\":\"inherit\",\"borderStyle\":\"solid\"}),attrs:{\"inline\":true,\"model\":_vm.searchForm}},[_c('el-row',{style:({\"padding\":\"0px\",\"boxShadow\":\"0 0px 0px 0px rgba(115,108,203,.23)\",\"margin\":\"0 0px 0px 0\",\"borderRadius\":\"0px\",\"alignItems\":\"center\",\"background\":\"none\",\"display\":\"flex\",\"width\":\"auto\",\"fontSize\":\"inherit\",\"justifyContent\":\"flex-end\",\"order\":\"2\"})},[_c('div',{style:({\"margin\":\"0 10px 0 0\",\"fontSize\":\"inherit\",\"display\":\"inline-block\"})},[_c('label',{staticClass:\"item-label\",style:({\"margin\":\"0 10px 0 0\",\"color\":\"inherit\",\"display\":\"inline-block\",\"lineHeight\":\"34px\",\"fontSize\":\"inherit\",\"fontWeight\":\"500\",\"height\":\"34px\"})},[_vm._v(\"标题\")]),_c('el-input',{attrs:{\"placeholder\":\"标题\",\"clearable\":\"\"},nativeOn:{\"keydown\":function($event){if(!$event.type.indexOf('key')&&_vm._k($event.keyCode,\"enter\",13,$event.key,\"Enter\"))return null;return _vm.search()}},model:{value:(_vm.searchForm.biaoti),callback:function ($$v) {_vm.$set(_vm.searchForm, \"biaoti\", $$v)},expression:\"searchForm.biaoti\"}})],1),_c('div',{style:({\"margin\":\"0 10px 0 0\",\"fontSize\":\"inherit\",\"display\":\"inline-block\"})},[_c('label',{staticClass:\"item-label\",style:({\"margin\":\"0 10px 0 0\",\"color\":\"inherit\",\"display\":\"inline-block\",\"lineHeight\":\"34px\",\"fontSize\":\"inherit\",\"fontWeight\":\"500\",\"height\":\"34px\"})},[_vm._v(\"简介\")]),_c('el-input',{attrs:{\"placeholder\":\"简介\",\"clearable\":\"\"},nativeOn:{\"keydown\":function($event){if(!$event.type.indexOf('key')&&_vm._k($event.keyCode,\"enter\",13,$event.key,\"Enter\"))return null;return _vm.search()}},model:{value:(_vm.searchForm.jianjie),callback:function ($$v) {_vm.$set(_vm.searchForm, \"jianjie\", $$v)},expression:\"searchForm.jianjie\"}})],1),_c('el-button',{staticClass:\"search\",attrs:{\"type\":\"success\"},on:{\"click\":function($event){return _vm.search()}}},[_c('span',{staticClass:\"icon iconfont icon-chakan18\",style:({\"margin\":\"0 2px\",\"fontSize\":\"18px\",\"color\":\"#00acc1\",\"display\":\"inline-block\",\"height\":\"auto\"})}),_vm._v(\" 查询 \")])],1),_c('el-row',{staticClass:\"actions\",style:({\"boxShadow\":\"0 0px 0px 0px rgba(115,108,203,.23)\",\"padding\":\"0 20px 0 0\",\"margin\":\"0px 0 0px\",\"color\":\"#333\",\"alignItems\":\"center\",\"textAlign\":\"left\",\"display\":\"flex\",\"borderRadius\":\"0px\",\"flexWrap\":\"wrap\",\"background\":\"none\",\"flex\":\"1\",\"width\":\"auto\",\"fontSize\":\"inherit\",\"order\":\"1\"})},[(_vm.isAuth('gonggaoxinxi','新增'))?_c('el-button',{staticClass:\"add\",attrs:{\"type\":\"success\"},on:{\"click\":function($event){return _vm.addOrUpdateHandler()}}},[_c('span',{staticClass:\"icon iconfont icon-tianjia14\",style:({\"margin\":\"0 2px\",\"fontSize\":\"inherit\",\"color\":\"inherit\",\"display\":\"none\"})}),_vm._v(\" 新增 \")]):_vm._e(),(_vm.isAuth('gonggaoxinxi','删除'))?_c('el-button',{staticClass:\"del\",attrs:{\"disabled\":_vm.dataListSelections.length?false:true,\"type\":\"danger\"},on:{\"click\":function($event){return _vm.deleteHandler()}}},[_c('span',{staticClass:\"icon iconfont icon-shanchu9\",style:({\"margin\":\"0 2px\",\"fontSize\":\"inherit\",\"color\":\"inherit\",\"display\":\"none\"})}),_vm._v(\" 删除 \")]):_vm._e()],1)],1),_c('div',{staticClass:\"one\",style:({\"padding\":\"30px 0 0px 40px\",\"boxShadow\":\"inset 0px 0px 32px 0px #E8EFF7,0 3px 6px 0px rgba(100,100,100,.1)\",\"borderRadius\":\"8px\",\"flexWrap\":\"wrap\",\"background\":\"#fff\",\"display\":\"flex\",\"width\":\"100%\",\"justifyContent\":\"flex-start\",\"height\":\"auto\"})},_vm._l((_vm.dataList),function(item,index){return _c('div',{key:index,style:({\"border\":\"0px solid #eee\",\"boxShadow\":\"0 0px 12px 0px #E8EFF6\",\"margin\":\"0 2% 30px 0\",\"borderRadius\":\"8px\",\"textAlign\":\"center\",\"background\":\"rgba(255,255,255,.9)\",\"width\":\"23%\",\"position\":\"relative\",\"height\":\"auto\"})},[_c('div',{staticClass:\"name\",style:({\"padding\":\"10px 10px 0\",\"borderColor\":\"#eee\",\"margin\":\"0 10px 10px\",\"color\":\"#6c757d\",\"textAlign\":\"center\",\"borderWidth\":\"0 0 0px\",\"display\":\"inline-block\",\"width\":\"100%\",\"lineHeight\":\"auto\",\"fontSize\":\"inherit\",\"borderStyle\":\"solid\"})},[_vm._v(_vm._s(item.biaoti))]),_c('div',{staticClass:\"name\",style:({\"padding\":\"10px 10px 0\",\"borderColor\":\"#eee\",\"margin\":\"0 10px 10px\",\"color\":\"#6c757d\",\"textAlign\":\"center\",\"borderWidth\":\"0 0 0px\",\"display\":\"inline-block\",\"width\":\"100%\",\"lineHeight\":\"auto\",\"fontSize\":\"inherit\",\"borderStyle\":\"solid\"})},[_vm._v(_vm._s(item.fabushijian))]),(item.fengmian)?[(item.fengmian.substring(0,4)=='http')?_c('img',{style:({\"padding\":\"0px\",\"margin\":\"0 0 0px\",\"borderColor\":\"#eee\",\"objectFit\":\"cover\",\"borderRadius\":\"8px 8px 0 0\",\"borderWidth\":\"1px 0 1px\",\"display\":\"block\",\"width\":\"100%\",\"borderStyle\":\"solid\",\"height\":\"320px\"}),attrs:{\"src\":item.fengmian.split(',')[0]}}):_c('img',{style:({\"padding\":\"0px\",\"margin\":\"0 0 0px\",\"borderColor\":\"#eee\",\"objectFit\":\"cover\",\"borderRadius\":\"8px 8px 0 0\",\"borderWidth\":\"1px 0 1px\",\"display\":\"block\",\"width\":\"100%\",\"borderStyle\":\"solid\",\"height\":\"320px\"}),attrs:{\"src\":_vm.$base.url+item.fengmian.split(',')[0]}})]:_vm._e(),_c('div',{style:({\"padding\":\"10px\",\"margin\":\"0\",\"borderColor\":\"#eee\",\"alignItems\":\"flex-end\",\"color\":\"#fff\",\"display\":\"flex\",\"justifyContent\":\"flex-end\",\"flexWrap\":\"wrap\",\"borderWidth\":\"1px 0 0\",\"width\":\"100%\",\"fontSize\":\"14px\",\"borderStyle\":\"solid\",\"height\":\"auto\"})},[( _vm.isAuth('gonggaoxinxi','查看'))?_c('el-button',{staticClass:\"list1-view\",on:{\"click\":function($event){return _vm.addOrUpdateHandler(item.id,'info')}}},[_c('span',{staticClass:\"icon iconfont icon-chakan8\",style:({\"margin\":\"0 0 0 4px\",\"fontSize\":\"inherit\",\"color\":\"inherit\",\"display\":\"inline-block\"})}),_vm._v(\" 详情 \")]):_vm._e(),( _vm.isAuth('gonggaoxinxi','修改') )?_c('el-button',{staticClass:\"list1-edit\",on:{\"click\":function($event){return _vm.addOrUpdateHandler(item.id)}}},[_c('span',{staticClass:\"icon iconfont icon-xiugai19\",style:({\"margin\":\"0 0 0 4px\",\"fontSize\":\"inherit\",\"color\":\"inherit\",\"display\":\"inline-block\"})}),_vm._v(\" 更改 \")]):_vm._e(),(_vm.isAuth('gonggaoxinxi','删除') )?_c('el-button',{staticClass:\"list1-del\",on:{\"click\":function($event){return _vm.deleteHandler(item.id)}}},[_c('span',{staticClass:\"icon iconfont icon-shanchu16\",style:({\"margin\":\"0 0 0 4px\",\"fontSize\":\"inherit\",\"color\":\"inherit\",\"display\":\"inline-block\"})}),_vm._v(\" 移除 \")]):_vm._e()],1)],2)}),0),_c('el-pagination',{style:({\"border\":\"0px solid #dee2e6\",\"padding\":\"10px 0\",\"margin\":\"10px 0 0\",\"whiteSpace\":\"nowrap\",\"color\":\"inherit\",\"textAlign\":\"center\",\"background\":\"none\",\"width\":\"100%\",\"fontSize\":\"inherit\",\"fontWeight\":\"500\"}),attrs:{\"current-page\":_vm.pageIndex,\"background\":\"\",\"page-sizes\":[10, 50, 100, 200],\"page-size\":_vm.pageSize,\"layout\":_vm.layouts.join(),\"total\":_vm.totalPage,\"prev-text\":\"上一页 \",\"next-text\":\"下一页 \",\"hide-on-single-page\":false},on:{\"size-change\":_vm.sizeChangeHandle,\"current-change\":_vm.currentChangeHandle}})]:_vm._e(),(_vm.addOrUpdateFlag)?_c('add-or-update',{ref:\"addOrUpdate\",attrs:{\"parent\":this}}):_vm._e()],2)\n}\nvar staticRenderFns = []\n\nexport { render, staticRenderFns }","var render = function render(){var _vm=this,_c=_vm._self._c;return _c('div',{staticClass:\"addEdit-block\",style:({\"minHeight\":\"calc(100vh - 200px)\",\"padding\":\"0px 0 30px\",\"margin\":\"0 auto\",\"color\":\"#8e99a2\",\"background\":\"none\",\"width\":\"calc(100% - 0px)\",\"fontSize\":\"14px\",\"height\":\"100%\"})},[_c('el-form',{ref:\"ruleForm\",staticClass:\"add-update-preview\",style:({\"padding\":\"30px 5%\",\"borderColor\":\"#f6f6f6\",\"alignItems\":\"flex-start\",\"borderRadius\":\"4px\",\"flexWrap\":\"wrap\",\"background\":\"rgba(255,255,255,.9)\",\"borderWidth\":\"2px\",\"display\":\"flex\",\"fontSize\":\"inherit\",\"borderStyle\":\"solid\"}),attrs:{\"model\":_vm.ruleForm,\"rules\":_vm.rules,\"label-width\":\"200px\"}},[[(_vm.type!='info')?_c('el-form-item',{staticClass:\"input\",style:({\"padding\":\"2px 0\",\"margin\":\"0 auto 20px\",\"color\":\"inherit\",\"borderRadius\":\"4px\",\"background\":\"none\",\"width\":\"100%\",\"fontSize\":\"inherit\"}),attrs:{\"label\":\"标题\",\"prop\":\"biaoti\"}},[_c('el-input',{attrs:{\"placeholder\":\"标题\",\"clearable\":\"\",\"readonly\":_vm.ro.biaoti},model:{value:(_vm.ruleForm.biaoti),callback:function ($$v) {_vm.$set(_vm.ruleForm, \"biaoti\", $$v)},expression:\"ruleForm.biaoti\"}})],1):_c('el-form-item',{staticClass:\"input\",style:({\"padding\":\"2px 0\",\"margin\":\"0 auto 20px\",\"color\":\"inherit\",\"borderRadius\":\"4px\",\"background\":\"none\",\"width\":\"100%\",\"fontSize\":\"inherit\"}),attrs:{\"label\":\"标题\",\"prop\":\"biaoti\"}},[_c('el-input',{attrs:{\"placeholder\":\"标题\",\"readonly\":\"\"},model:{value:(_vm.ruleForm.biaoti),callback:function ($$v) {_vm.$set(_vm.ruleForm, \"biaoti\", $$v)},expression:\"ruleForm.biaoti\"}})],1),(_vm.type!='info')?_c('el-form-item',{staticClass:\"date\",style:({\"padding\":\"2px 0\",\"margin\":\"0 auto 20px\",\"color\":\"inherit\",\"borderRadius\":\"4px\",\"background\":\"none\",\"width\":\"100%\",\"fontSize\":\"inherit\"}),attrs:{\"label\":\"发布时间\",\"prop\":\"fabushijian\"}},[_c('el-date-picker',{attrs:{\"format\":\"yyyy 年 MM 月 dd 日\",\"value-format\":\"yyyy-MM-dd\",\"type\":\"date\",\"readonly\":_vm.ro.fabushijian,\"placeholder\":\"发布时间\"},model:{value:(_vm.ruleForm.fabushijian),callback:function ($$v) {_vm.$set(_vm.ruleForm, \"fabushijian\", $$v)},expression:\"ruleForm.fabushijian\"}})],1):(_vm.ruleForm.fabushijian)?_c('el-form-item',{staticClass:\"input\",style:({\"padding\":\"2px 0\",\"margin\":\"0 auto 20px\",\"color\":\"inherit\",\"borderRadius\":\"4px\",\"background\":\"none\",\"width\":\"100%\",\"fontSize\":\"inherit\"}),attrs:{\"label\":\"发布时间\",\"prop\":\"fabushijian\"}},[_c('el-input',{attrs:{\"placeholder\":\"发布时间\",\"readonly\":\"\"},model:{value:(_vm.ruleForm.fabushijian),callback:function ($$v) {_vm.$set(_vm.ruleForm, \"fabushijian\", $$v)},expression:\"ruleForm.fabushijian\"}})],1):_vm._e(),(_vm.type!='info' && !_vm.ro.fengmian)?_c('el-form-item',{staticClass:\"upload\",style:({\"padding\":\"2px 0\",\"margin\":\"0 auto 20px\",\"color\":\"inherit\",\"borderRadius\":\"4px\",\"background\":\"none\",\"width\":\"100%\",\"fontSize\":\"inherit\"}),attrs:{\"label\":\"封面\",\"prop\":\"fengmian\"}},[_c('file-upload',{attrs:{\"tip\":\"点击上传封面\",\"action\":\"file/upload\",\"limit\":3,\"multiple\":true,\"fileUrls\":_vm.ruleForm.fengmian?_vm.ruleForm.fengmian:''},on:{\"change\":_vm.fengmianUploadChange}})],1):(_vm.ruleForm.fengmian)?_c('el-form-item',{staticClass:\"upload\",style:({\"padding\":\"2px 0\",\"margin\":\"0 auto 20px\",\"color\":\"inherit\",\"borderRadius\":\"4px\",\"background\":\"none\",\"width\":\"100%\",\"fontSize\":\"inherit\"}),attrs:{\"label\":\"封面\",\"prop\":\"fengmian\"}},[(_vm.ruleForm.fengmian.substring(0,4)=='http')?_c('img',{key:_vm.index,staticClass:\"upload-img\",staticStyle:{\"margin-right\":\"20px\"},attrs:{\"src\":_vm.ruleForm.fengmian.split(',')[0],\"width\":\"100\",\"height\":\"100\"}}):_vm._l((_vm.ruleForm.fengmian.split(',')),function(item,index){return _c('img',{key:index,staticClass:\"upload-img\",staticStyle:{\"margin-right\":\"20px\"},attrs:{\"src\":_vm.$base.url+item,\"width\":\"100\",\"height\":\"100\"}})})],2):_vm._e()],(_vm.type!='info')?_c('el-form-item',{staticClass:\"textarea\",style:({\"padding\":\"2px 0\",\"margin\":\"0 auto 20px\",\"color\":\"inherit\",\"borderRadius\":\"4px\",\"background\":\"none\",\"width\":\"100%\",\"fontSize\":\"inherit\"}),attrs:{\"label\":\"简介\",\"prop\":\"jianjie\"}},[_c('el-input',{staticStyle:{\"min-width\":\"200px\",\"max-width\":\"600px\"},attrs:{\"type\":\"textarea\",\"rows\":8,\"placeholder\":\"简介\"},model:{value:(_vm.ruleForm.jianjie),callback:function ($$v) {_vm.$set(_vm.ruleForm, \"jianjie\", $$v)},expression:\"ruleForm.jianjie\"}})],1):(_vm.ruleForm.jianjie)?_c('el-form-item',{style:({\"padding\":\"2px 0\",\"margin\":\"0 auto 20px\",\"color\":\"inherit\",\"borderRadius\":\"4px\",\"background\":\"none\",\"width\":\"100%\",\"fontSize\":\"inherit\"}),attrs:{\"label\":\"简介\",\"prop\":\"jianjie\"}},[_c('span',{style:({\"fontSize\":\"14px\",\"lineHeight\":\"40px\",\"color\":\"inherit\",\"fontWeight\":\"500\",\"display\":\"inline-block\"})},[_vm._v(_vm._s(_vm.ruleForm.jianjie))])]):_vm._e(),(_vm.type!='info')?_c('el-form-item',{style:({\"padding\":\"2px 0\",\"margin\":\"0 auto 20px\",\"color\":\"inherit\",\"borderRadius\":\"4px\",\"background\":\"none\",\"width\":\"100%\",\"fontSize\":\"inherit\"}),attrs:{\"label\":\"内容\",\"prop\":\"neirong\"}},[_c('editor',{staticClass:\"editor\",staticStyle:{\"min-width\":\"200px\",\"max-width\":\"600px\"},attrs:{\"action\":\"file/upload\"},model:{value:(_vm.ruleForm.neirong),callback:function ($$v) {_vm.$set(_vm.ruleForm, \"neirong\", $$v)},expression:\"ruleForm.neirong\"}})],1):(_vm.ruleForm.neirong)?_c('el-form-item',{style:({\"padding\":\"2px 0\",\"margin\":\"0 auto 20px\",\"color\":\"inherit\",\"borderRadius\":\"4px\",\"background\":\"none\",\"width\":\"100%\",\"fontSize\":\"inherit\"}),attrs:{\"label\":\"内容\",\"prop\":\"neirong\"}},[_c('span',{style:({\"fontSize\":\"14px\",\"lineHeight\":\"40px\",\"color\":\"inherit\",\"fontWeight\":\"500\",\"display\":\"inline-block\"}),domProps:{\"innerHTML\":_vm._s(_vm.ruleForm.neirong)}})]):_vm._e(),_c('el-form-item',{staticClass:\"btn\",style:({\"padding\":\"0\",\"margin\":\"30px auto\",\"alignItems\":\"center\",\"textAlign\":\"center\",\"background\":\"none\",\"display\":\"flex\",\"width\":\"60%\",\"fontSize\":\"18px\"})},[(_vm.type!='info')?_c('el-button',{staticClass:\"btn3\",attrs:{\"type\":\"success\"},on:{\"click\":_vm.onSubmit}},[_c('span',{staticClass:\"icon iconfont icon-tijiao16\",style:({\"margin\":\"0 2px\",\"fontSize\":\"inherit\",\"color\":\"inherit\",\"display\":\"none\"})}),_vm._v(\" 确定 \")]):_vm._e(),(_vm.type!='info')?_c('el-button',{staticClass:\"btn4\",attrs:{\"type\":\"success\"},on:{\"click\":function($event){return _vm.back()}}},[_c('span',{staticClass:\"icon iconfont icon-quxiao09\",style:({\"margin\":\"0 2px\",\"fontSize\":\"inherit\",\"color\":\"inherit\",\"display\":\"none\"})}),_vm._v(\" 取消 \")]):_vm._e(),(_vm.type=='info')?_c('el-button',{staticClass:\"btn5\",attrs:{\"type\":\"success\"},on:{\"click\":function($event){return _vm.back()}}},[_c('span',{staticClass:\"icon iconfont icon-fanhui01\",style:({\"margin\":\"0 2px\",\"fontSize\":\"inherit\",\"color\":\"inherit\",\"display\":\"none\"})}),_vm._v(\" 返回 \")]):_vm._e()],1)],2)],1)\n}\nvar staticRenderFns = []\n\nexport { render, staticRenderFns }","\r\n\r\n\r\n","import mod from \"-!../../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_cache-loader@4.1.0@cache-loader/dist/cjs.js??ref--13-0!../../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_thread-loader@2.1.3@thread-loader/dist/cjs.js!../../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_babel-loader@8.4.1@babel-loader/lib/index.js!../../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_cache-loader@4.1.0@cache-loader/dist/cjs.js??ref--1-0!../../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_vue-loader@15.11.1@vue-loader/lib/index.js??vue-loader-options!./add-or-update.vue?vue&type=script&lang=js\"; export default mod; export * from \"-!../../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_cache-loader@4.1.0@cache-loader/dist/cjs.js??ref--13-0!../../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_thread-loader@2.1.3@thread-loader/dist/cjs.js!../../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_babel-loader@8.4.1@babel-loader/lib/index.js!../../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_cache-loader@4.1.0@cache-loader/dist/cjs.js??ref--1-0!../../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_vue-loader@15.11.1@vue-loader/lib/index.js??vue-loader-options!./add-or-update.vue?vue&type=script&lang=js\"","import { render, staticRenderFns } from \"./add-or-update.vue?vue&type=template&id=3dbc5b3e&scoped=true\"\nimport script from \"./add-or-update.vue?vue&type=script&lang=js\"\nexport * from \"./add-or-update.vue?vue&type=script&lang=js\"\nimport style0 from \"./add-or-update.vue?vue&type=style&index=0&id=3dbc5b3e&prod&lang=scss&scoped=true\"\n\n\n/* normalize component */\nimport normalizer from \"!../../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_vue-loader@15.11.1@vue-loader/lib/runtime/componentNormalizer.js\"\nvar component = normalizer(\n script,\n render,\n staticRenderFns,\n false,\n null,\n \"3dbc5b3e\",\n null\n \n)\n\nexport default component.exports","\r\n\n\n\n","import mod from \"-!../../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_cache-loader@4.1.0@cache-loader/dist/cjs.js??ref--13-0!../../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_thread-loader@2.1.3@thread-loader/dist/cjs.js!../../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_babel-loader@8.4.1@babel-loader/lib/index.js!../../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_cache-loader@4.1.0@cache-loader/dist/cjs.js??ref--1-0!../../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_vue-loader@15.11.1@vue-loader/lib/index.js??vue-loader-options!./list.vue?vue&type=script&lang=js\"; export default mod; export * from \"-!../../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_cache-loader@4.1.0@cache-loader/dist/cjs.js??ref--13-0!../../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_thread-loader@2.1.3@thread-loader/dist/cjs.js!../../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_babel-loader@8.4.1@babel-loader/lib/index.js!../../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_cache-loader@4.1.0@cache-loader/dist/cjs.js??ref--1-0!../../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_vue-loader@15.11.1@vue-loader/lib/index.js??vue-loader-options!./list.vue?vue&type=script&lang=js\"","import { render, staticRenderFns } from \"./list.vue?vue&type=template&id=72398caf&scoped=true\"\nimport script from \"./list.vue?vue&type=script&lang=js\"\nexport * from \"./list.vue?vue&type=script&lang=js\"\nimport style0 from \"./list.vue?vue&type=style&index=0&id=72398caf&prod&lang=scss&scoped=true\"\n\n\n/* normalize component */\nimport normalizer from \"!../../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_vue-loader@15.11.1@vue-loader/lib/runtime/componentNormalizer.js\"\nvar component = normalizer(\n script,\n render,\n staticRenderFns,\n false,\n null,\n \"72398caf\",\n null\n \n)\n\nexport default component.exports","var render = function render(){var _vm=this,_c=_vm._self._c;return _c('div',{staticClass:\"main-content\",style:({\"minHeight\":\"calc(100vh - 200px)\",\"padding\":\"0px 5%\",\"margin\":\"0 auto\",\"color\":\"#666\",\"background\":\"none\",\"width\":\"calc(100% - 0px)\",\"fontSize\":\"14px\",\"height\":\"100%\"})},[(_vm.showFlag)?[_c('el-form',{staticClass:\"center-form-pv\",style:({\"padding\":\"20px 20px 0\",\"boxShadow\":\"0 2px 3px 0px rgba(100,100,100,.05)\",\"margin\":\"0 0 0px\",\"borderColor\":\"#f6f6f6\",\"display\":\"flex\",\"justifyContent\":\"center\",\"minHeight\":\"100px\",\"overflow\":\"hidden\",\"borderRadius\":\"4px 4px 0 0\",\"flexWrap\":\"wrap\",\"background\":\"#fff\",\"borderWidth\":\"2px 2px 0\",\"fontSize\":\"inherit\",\"borderStyle\":\"solid\"}),attrs:{\"inline\":true,\"model\":_vm.searchForm}},[_c('el-row',{style:({\"padding\":\"0px\",\"boxShadow\":\"0 0px 0px 0px rgba(115,108,203,.23)\",\"margin\":\"0 0px 0px 0\",\"borderRadius\":\"0px\",\"alignItems\":\"center\",\"background\":\"none\",\"display\":\"flex\",\"width\":\"auto\",\"fontSize\":\"inherit\",\"justifyContent\":\"flex-end\",\"order\":\"2\"})},[_c('div',{style:({\"margin\":\"0 10px 0 0\",\"fontSize\":\"inherit\",\"display\":\"inline-block\"})},[_c('label',{staticClass:\"item-label\",style:({\"margin\":\"0 10px 0 0\",\"color\":\"inherit\",\"display\":\"inline-block\",\"lineHeight\":\"34px\",\"fontSize\":\"inherit\",\"fontWeight\":\"500\",\"height\":\"34px\"})},[_vm._v(\"车牌号\")]),_c('el-input',{attrs:{\"placeholder\":\"车牌号\",\"clearable\":\"\"},nativeOn:{\"keydown\":function($event){if(!$event.type.indexOf('key')&&_vm._k($event.keyCode,\"enter\",13,$event.key,\"Enter\"))return null;return _vm.search()}},model:{value:(_vm.searchForm.chepaihao),callback:function ($$v) {_vm.$set(_vm.searchForm, \"chepaihao\", $$v)},expression:\"searchForm.chepaihao\"}})],1),_c('el-button',{staticClass:\"search\",attrs:{\"type\":\"success\"},on:{\"click\":function($event){return _vm.search()}}},[_c('span',{staticClass:\"icon iconfont icon-chakan18\",style:({\"margin\":\"0 2px\",\"fontSize\":\"18px\",\"color\":\"#00acc1\",\"display\":\"inline-block\",\"height\":\"auto\"})}),_vm._v(\" 查询 \")])],1),_c('el-row',{staticClass:\"actions\",style:({\"boxShadow\":\"0 0px 0px 0px rgba(115,108,203,.23)\",\"padding\":\"0 20px 0 0\",\"margin\":\"0px 0 0px\",\"color\":\"#333\",\"alignItems\":\"center\",\"textAlign\":\"left\",\"display\":\"flex\",\"borderRadius\":\"0px\",\"flexWrap\":\"wrap\",\"background\":\"none\",\"flex\":\"1\",\"width\":\"auto\",\"fontSize\":\"inherit\",\"order\":\"1\"})},[(_vm.isAuth('fafangpaizhao','新增'))?_c('el-button',{staticClass:\"add\",attrs:{\"type\":\"success\"},on:{\"click\":function($event){return _vm.addOrUpdateHandler()}}},[_c('span',{staticClass:\"icon iconfont icon-tianjia14\",style:({\"margin\":\"0 2px\",\"fontSize\":\"inherit\",\"color\":\"inherit\",\"display\":\"none\"})}),_vm._v(\" 新增 \")]):_vm._e(),(_vm.isAuth('fafangpaizhao','删除'))?_c('el-button',{staticClass:\"del\",attrs:{\"disabled\":_vm.dataListSelections.length?false:true,\"type\":\"danger\"},on:{\"click\":function($event){return _vm.deleteHandler()}}},[_c('span',{staticClass:\"icon iconfont icon-shanchu9\",style:({\"margin\":\"0 2px\",\"fontSize\":\"inherit\",\"color\":\"inherit\",\"display\":\"none\"})}),_vm._v(\" 删除 \")]):_vm._e()],1)],1),_c('div',{style:({\"padding\":\"20px\",\"borderColor\":\"#f6f6f6\",\"margin\":\"0 0 0px\",\"borderRadius\":\"0 0 4px 4px\",\"background\":\"rgba(255,255,255,1)\",\"borderWidth\":\"0 2px 2px\",\"width\":\"100%\",\"borderStyle\":\"solid\"})},[(_vm.isAuth('fafangpaizhao','查看'))?_c('el-table',{directives:[{name:\"loading\",rawName:\"v-loading\",value:(_vm.dataListLoading),expression:\"dataListLoading\"}],staticClass:\"tables\",style:({\"padding\":\"0\",\"borderColor\":\"#eee\",\"color\":\"inherit\",\"borderRadius\":\"0px\",\"borderWidth\":\"0px 0px 0 0px\",\"background\":\"none\",\"width\":\"100%\",\"fontSize\":\"inherit\",\"borderStyle\":\"solid\"}),attrs:{\"stripe\":false,\"border\":true,\"data\":_vm.dataList},on:{\"selection-change\":_vm.selectionChangeHandler}},[_c('el-table-column',{attrs:{\"resizable\":true,\"type\":\"selection\",\"align\":\"center\",\"width\":\"50\"}}),_c('el-table-column',{attrs:{\"resizable\":true,\"sortable\":true,\"label\":\"序号\",\"type\":\"index\",\"width\":\"50\"}}),_c('el-table-column',{attrs:{\"resizable\":true,\"sortable\":true,\"prop\":\"zhanghao\",\"label\":\"账号\"},scopedSlots:_vm._u([{key:\"default\",fn:function(scope){return [_vm._v(\" \"+_vm._s(scope.row.zhanghao)+\" \")]}}],null,false,2757161441)}),_c('el-table-column',{attrs:{\"resizable\":true,\"sortable\":true,\"prop\":\"xingming\",\"label\":\"姓名\"},scopedSlots:_vm._u([{key:\"default\",fn:function(scope){return [_vm._v(\" \"+_vm._s(scope.row.xingming)+\" \")]}}],null,false,1096791112)}),_c('el-table-column',{attrs:{\"resizable\":true,\"sortable\":true,\"prop\":\"jiashizhenghao\",\"label\":\"驾驶证号\"},scopedSlots:_vm._u([{key:\"default\",fn:function(scope){return [_vm._v(\" \"+_vm._s(scope.row.jiashizhenghao)+\" \")]}}],null,false,1810102229)}),_c('el-table-column',{attrs:{\"resizable\":true,\"sortable\":true,\"prop\":\"chepaihao\",\"label\":\"车牌号\"},scopedSlots:_vm._u([{key:\"default\",fn:function(scope){return [_vm._v(\" \"+_vm._s(scope.row.chepaihao)+\" \")]}}],null,false,394100621)}),_c('el-table-column',{attrs:{\"resizable\":true,\"sortable\":true,\"prop\":\"fafangshijian\",\"label\":\"发放时间\"},scopedSlots:_vm._u([{key:\"default\",fn:function(scope){return [_vm._v(\" \"+_vm._s(scope.row.fafangshijian)+\" \")]}}],null,false,3350440074)}),_c('el-table-column',{attrs:{\"resizable\":true,\"sortable\":true,\"prop\":\"yuangongzhanghao\",\"label\":\"员工账号\"},scopedSlots:_vm._u([{key:\"default\",fn:function(scope){return [_vm._v(\" \"+_vm._s(scope.row.yuangongzhanghao)+\" \")]}}],null,false,3349271683)}),_c('el-table-column',{attrs:{\"resizable\":true,\"sortable\":true,\"prop\":\"yuangongxingming\",\"label\":\"员工姓名\"},scopedSlots:_vm._u([{key:\"default\",fn:function(scope){return [_vm._v(\" \"+_vm._s(scope.row.yuangongxingming)+\" \")]}}],null,false,4268580138)}),_c('el-table-column',{attrs:{\"width\":\"300\",\"label\":\"操作\"},scopedSlots:_vm._u([{key:\"default\",fn:function(scope){return [( _vm.isAuth('fafangpaizhao','查看'))?_c('el-button',{staticClass:\"view\",attrs:{\"type\":\"success\"},on:{\"click\":function($event){return _vm.addOrUpdateHandler(scope.row.id,'info')}}},[_c('span',{staticClass:\"icon iconfont icon-chakan8\",style:({\"margin\":\"0 0 0 4px\",\"fontSize\":\"inherit\",\"color\":\"inherit\",\"display\":\"none\",\"height\":\"auto\"})}),_vm._v(\" 详情 \")]):_vm._e(),( _vm.isAuth('fafangpaizhao','修改') )?_c('el-button',{staticClass:\"edit\",attrs:{\"type\":\"success\"},on:{\"click\":function($event){return _vm.addOrUpdateHandler(scope.row.id)}}},[_c('span',{staticClass:\"icon iconfont icon-xiugai19\",style:({\"margin\":\"0 0 0 4px\",\"fontSize\":\"inherit\",\"color\":\"inherit\",\"display\":\"none\",\"height\":\"auto\"})}),_vm._v(\" 更改 \")]):_vm._e(),(_vm.isAuth('fafangpaizhao','删除') )?_c('el-button',{staticClass:\"del\",attrs:{\"type\":\"primary\"},on:{\"click\":function($event){return _vm.deleteHandler(scope.row.id )}}},[_c('span',{staticClass:\"icon iconfont icon-shanchu16\",style:({\"margin\":\"0 0 0 4px\",\"fontSize\":\"inherit\",\"color\":\"inherit\",\"display\":\"none\",\"height\":\"auto\"})}),_vm._v(\" 移除 \")]):_vm._e()]}}],null,false,1771165102)})],1):_vm._e()],1),_c('el-pagination',{style:({\"border\":\"0px solid #dee2e6\",\"padding\":\"10px 0\",\"margin\":\"10px 0 0\",\"whiteSpace\":\"nowrap\",\"color\":\"inherit\",\"textAlign\":\"center\",\"background\":\"none\",\"width\":\"100%\",\"fontSize\":\"inherit\",\"fontWeight\":\"500\"}),attrs:{\"current-page\":_vm.pageIndex,\"background\":\"\",\"page-sizes\":[10, 50, 100, 200],\"page-size\":_vm.pageSize,\"layout\":_vm.layouts.join(),\"total\":_vm.totalPage,\"prev-text\":\"上一页 \",\"next-text\":\"下一页 \",\"hide-on-single-page\":false},on:{\"size-change\":_vm.sizeChangeHandle,\"current-change\":_vm.currentChangeHandle}})]:_vm._e(),(_vm.addOrUpdateFlag)?_c('add-or-update',{ref:\"addOrUpdate\",attrs:{\"parent\":this}}):_vm._e()],2)\n}\nvar staticRenderFns = []\n\nexport { render, staticRenderFns }","\r\n\n\n\n","import mod from \"-!../../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_cache-loader@4.1.0@cache-loader/dist/cjs.js??ref--13-0!../../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_thread-loader@2.1.3@thread-loader/dist/cjs.js!../../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_babel-loader@8.4.1@babel-loader/lib/index.js!../../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_cache-loader@4.1.0@cache-loader/dist/cjs.js??ref--1-0!../../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_vue-loader@15.11.1@vue-loader/lib/index.js??vue-loader-options!./list.vue?vue&type=script&lang=js\"; export default mod; export * from \"-!../../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_cache-loader@4.1.0@cache-loader/dist/cjs.js??ref--13-0!../../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_thread-loader@2.1.3@thread-loader/dist/cjs.js!../../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_babel-loader@8.4.1@babel-loader/lib/index.js!../../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_cache-loader@4.1.0@cache-loader/dist/cjs.js??ref--1-0!../../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_vue-loader@15.11.1@vue-loader/lib/index.js??vue-loader-options!./list.vue?vue&type=script&lang=js\"","import { render, staticRenderFns } from \"./list.vue?vue&type=template&id=170b2334&scoped=true\"\nimport script from \"./list.vue?vue&type=script&lang=js\"\nexport * from \"./list.vue?vue&type=script&lang=js\"\nimport style0 from \"./list.vue?vue&type=style&index=0&id=170b2334&prod&lang=scss&scoped=true\"\n\n\n/* normalize component */\nimport normalizer from \"!../../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_vue-loader@15.11.1@vue-loader/lib/runtime/componentNormalizer.js\"\nvar component = normalizer(\n script,\n render,\n staticRenderFns,\n false,\n null,\n \"170b2334\",\n null\n \n)\n\nexport default component.exports","var render = function render(){var _vm=this,_c=_vm._self._c;return _c('div',{staticClass:\"main-content\",style:({\"minHeight\":\"calc(100vh - 200px)\",\"padding\":\"0px 5%\",\"margin\":\"0 auto\",\"color\":\"#666\",\"background\":\"none\",\"width\":\"calc(100% - 0px)\",\"fontSize\":\"14px\",\"height\":\"100%\"})},[(_vm.showFlag)?[_c('el-form',{staticClass:\"center-form-pv\",style:({\"padding\":\"20px 20px 0\",\"boxShadow\":\"0 2px 3px 0px rgba(100,100,100,.05)\",\"margin\":\"0 0 0px\",\"borderColor\":\"#f6f6f6\",\"display\":\"flex\",\"justifyContent\":\"center\",\"minHeight\":\"100px\",\"overflow\":\"hidden\",\"borderRadius\":\"4px 4px 0 0\",\"flexWrap\":\"wrap\",\"background\":\"#fff\",\"borderWidth\":\"2px 2px 0\",\"fontSize\":\"inherit\",\"borderStyle\":\"solid\"}),attrs:{\"inline\":true,\"model\":_vm.searchForm}},[_c('el-row',{style:({\"padding\":\"0px\",\"boxShadow\":\"0 0px 0px 0px rgba(115,108,203,.23)\",\"margin\":\"0 0px 0px 0\",\"borderRadius\":\"0px\",\"alignItems\":\"center\",\"background\":\"none\",\"display\":\"flex\",\"width\":\"auto\",\"fontSize\":\"inherit\",\"justifyContent\":\"flex-end\",\"order\":\"2\"})},[_c('div',{style:({\"margin\":\"0 10px 0 0\",\"fontSize\":\"inherit\",\"display\":\"inline-block\"})},[_c('label',{staticClass:\"item-label\",style:({\"margin\":\"0 10px 0 0\",\"color\":\"inherit\",\"display\":\"inline-block\",\"lineHeight\":\"34px\",\"fontSize\":\"inherit\",\"fontWeight\":\"500\",\"height\":\"34px\"})},[_vm._v(\"保险公司\")]),_c('el-input',{attrs:{\"placeholder\":\"保险公司\",\"clearable\":\"\"},nativeOn:{\"keydown\":function($event){if(!$event.type.indexOf('key')&&_vm._k($event.keyCode,\"enter\",13,$event.key,\"Enter\"))return null;return _vm.search()}},model:{value:(_vm.searchForm.baoxiangongsi),callback:function ($$v) {_vm.$set(_vm.searchForm, \"baoxiangongsi\", $$v)},expression:\"searchForm.baoxiangongsi\"}})],1),_c('div',{style:({\"margin\":\"0 10px 0 0\",\"fontSize\":\"inherit\",\"display\":\"inline-block\"})},[_c('label',{staticClass:\"item-label\",style:({\"margin\":\"0 10px 0 0\",\"color\":\"inherit\",\"display\":\"inline-block\",\"lineHeight\":\"34px\",\"fontSize\":\"inherit\",\"fontWeight\":\"500\",\"height\":\"34px\"})},[_vm._v(\"保险类型\")]),_c('el-input',{attrs:{\"placeholder\":\"保险类型\",\"clearable\":\"\"},nativeOn:{\"keydown\":function($event){if(!$event.type.indexOf('key')&&_vm._k($event.keyCode,\"enter\",13,$event.key,\"Enter\"))return null;return _vm.search()}},model:{value:(_vm.searchForm.baoxianleixing),callback:function ($$v) {_vm.$set(_vm.searchForm, \"baoxianleixing\", $$v)},expression:\"searchForm.baoxianleixing\"}})],1),_c('div',{style:({\"margin\":\"0 10px 0 0\",\"fontSize\":\"inherit\",\"display\":\"inline-block\"})},[_c('label',{staticClass:\"item-label\",style:({\"margin\":\"0 10px 0 0\",\"color\":\"inherit\",\"display\":\"inline-block\",\"lineHeight\":\"34px\",\"fontSize\":\"inherit\",\"fontWeight\":\"500\",\"height\":\"34px\"})},[_vm._v(\"车辆型号\")]),_c('el-input',{attrs:{\"placeholder\":\"车辆型号\",\"clearable\":\"\"},nativeOn:{\"keydown\":function($event){if(!$event.type.indexOf('key')&&_vm._k($event.keyCode,\"enter\",13,$event.key,\"Enter\"))return null;return _vm.search()}},model:{value:(_vm.searchForm.cheliangxinghao),callback:function ($$v) {_vm.$set(_vm.searchForm, \"cheliangxinghao\", $$v)},expression:\"searchForm.cheliangxinghao\"}})],1),_c('div',{style:({\"margin\":\"0 10px 0 0\",\"fontSize\":\"inherit\",\"display\":\"inline-block\"})},[_c('label',{staticClass:\"item-label\",style:({\"margin\":\"0 10px 0 0\",\"color\":\"inherit\",\"display\":\"inline-block\",\"lineHeight\":\"34px\",\"fontSize\":\"inherit\",\"fontWeight\":\"500\",\"height\":\"34px\"})},[_vm._v(\"车辆品牌\")]),_c('el-input',{attrs:{\"placeholder\":\"车辆品牌\",\"clearable\":\"\"},nativeOn:{\"keydown\":function($event){if(!$event.type.indexOf('key')&&_vm._k($event.keyCode,\"enter\",13,$event.key,\"Enter\"))return null;return _vm.search()}},model:{value:(_vm.searchForm.cheliangpinpai),callback:function ($$v) {_vm.$set(_vm.searchForm, \"cheliangpinpai\", $$v)},expression:\"searchForm.cheliangpinpai\"}})],1),_c('div',{style:({\"margin\":\"0 10px 0 0\",\"fontSize\":\"inherit\",\"display\":\"inline-block\"})},[_c('label',{staticClass:\"item-label\",style:({\"margin\":\"0 10px 0 0\",\"color\":\"inherit\",\"display\":\"inline-block\",\"lineHeight\":\"34px\",\"fontSize\":\"inherit\",\"fontWeight\":\"500\",\"height\":\"34px\"})},[_vm._v(\"车辆类型\")]),_c('el-input',{attrs:{\"placeholder\":\"车辆类型\",\"clearable\":\"\"},nativeOn:{\"keydown\":function($event){if(!$event.type.indexOf('key')&&_vm._k($event.keyCode,\"enter\",13,$event.key,\"Enter\"))return null;return _vm.search()}},model:{value:(_vm.searchForm.cheliangleixing),callback:function ($$v) {_vm.$set(_vm.searchForm, \"cheliangleixing\", $$v)},expression:\"searchForm.cheliangleixing\"}})],1),_c('el-button',{staticClass:\"search\",attrs:{\"type\":\"success\"},on:{\"click\":function($event){return _vm.search()}}},[_c('span',{staticClass:\"icon iconfont icon-chakan18\",style:({\"margin\":\"0 2px\",\"fontSize\":\"18px\",\"color\":\"#00acc1\",\"display\":\"inline-block\",\"height\":\"auto\"})}),_vm._v(\" 查询 \")])],1),_c('el-row',{staticClass:\"actions\",style:({\"boxShadow\":\"0 0px 0px 0px rgba(115,108,203,.23)\",\"padding\":\"0 20px 0 0\",\"margin\":\"0px 0 0px\",\"color\":\"#333\",\"alignItems\":\"center\",\"textAlign\":\"left\",\"display\":\"flex\",\"borderRadius\":\"0px\",\"flexWrap\":\"wrap\",\"background\":\"none\",\"flex\":\"1\",\"width\":\"auto\",\"fontSize\":\"inherit\",\"order\":\"1\"})},[(_vm.isAuth('baoxianxinxi','新增'))?_c('el-button',{staticClass:\"add\",attrs:{\"type\":\"success\"},on:{\"click\":function($event){return _vm.addOrUpdateHandler()}}},[_c('span',{staticClass:\"icon iconfont icon-tianjia14\",style:({\"margin\":\"0 2px\",\"fontSize\":\"inherit\",\"color\":\"inherit\",\"display\":\"none\"})}),_vm._v(\" 新增 \")]):_vm._e(),(_vm.isAuth('baoxianxinxi','删除'))?_c('el-button',{staticClass:\"del\",attrs:{\"disabled\":_vm.dataListSelections.length?false:true,\"type\":\"danger\"},on:{\"click\":function($event){return _vm.deleteHandler()}}},[_c('span',{staticClass:\"icon iconfont icon-shanchu9\",style:({\"margin\":\"0 2px\",\"fontSize\":\"inherit\",\"color\":\"inherit\",\"display\":\"none\"})}),_vm._v(\" 删除 \")]):_vm._e()],1)],1),_c('div',{style:({\"padding\":\"20px\",\"borderColor\":\"#f6f6f6\",\"margin\":\"0 0 0px\",\"borderRadius\":\"0 0 4px 4px\",\"background\":\"rgba(255,255,255,1)\",\"borderWidth\":\"0 2px 2px\",\"width\":\"100%\",\"borderStyle\":\"solid\"})},[(_vm.isAuth('baoxianxinxi','查看'))?_c('el-table',{directives:[{name:\"loading\",rawName:\"v-loading\",value:(_vm.dataListLoading),expression:\"dataListLoading\"}],staticClass:\"tables\",style:({\"padding\":\"0\",\"borderColor\":\"#eee\",\"color\":\"inherit\",\"borderRadius\":\"0px\",\"borderWidth\":\"0px 0px 0 0px\",\"background\":\"none\",\"width\":\"100%\",\"fontSize\":\"inherit\",\"borderStyle\":\"solid\"}),attrs:{\"stripe\":false,\"border\":true,\"data\":_vm.dataList},on:{\"selection-change\":_vm.selectionChangeHandler}},[_c('el-table-column',{attrs:{\"resizable\":true,\"type\":\"selection\",\"align\":\"center\",\"width\":\"50\"}}),_c('el-table-column',{attrs:{\"resizable\":true,\"sortable\":true,\"label\":\"序号\",\"type\":\"index\",\"width\":\"50\"}}),_c('el-table-column',{attrs:{\"resizable\":true,\"sortable\":true,\"prop\":\"baoxiangongsi\",\"label\":\"保险公司\"},scopedSlots:_vm._u([{key:\"default\",fn:function(scope){return [_vm._v(\" \"+_vm._s(scope.row.baoxiangongsi)+\" \")]}}],null,false,1248552468)}),_c('el-table-column',{attrs:{\"resizable\":true,\"sortable\":true,\"prop\":\"baoxianleixing\",\"label\":\"保险类型\"},scopedSlots:_vm._u([{key:\"default\",fn:function(scope){return [_vm._v(\" \"+_vm._s(scope.row.baoxianleixing)+\" \")]}}],null,false,1494442167)}),_c('el-table-column',{attrs:{\"resizable\":true,\"sortable\":true,\"prop\":\"baoxianjine\",\"label\":\"保险金额\"},scopedSlots:_vm._u([{key:\"default\",fn:function(scope){return [_vm._v(\" \"+_vm._s(scope.row.baoxianjine)+\" \")]}}],null,false,2203653383)}),_c('el-table-column',{attrs:{\"resizable\":true,\"sortable\":true,\"prop\":\"shengxiaoriqi\",\"label\":\"生效日期\"},scopedSlots:_vm._u([{key:\"default\",fn:function(scope){return [_vm._v(\" \"+_vm._s(scope.row.shengxiaoriqi)+\" \")]}}],null,false,3011971030)}),_c('el-table-column',{attrs:{\"resizable\":true,\"sortable\":true,\"prop\":\"youxiaoqizhi\",\"label\":\"有效期至\"},scopedSlots:_vm._u([{key:\"default\",fn:function(scope){return [_vm._v(\" \"+_vm._s(scope.row.youxiaoqizhi)+\" \")]}}],null,false,1122156546)}),_c('el-table-column',{attrs:{\"resizable\":true,\"sortable\":true,\"prop\":\"chepaihao\",\"label\":\"车牌号\"},scopedSlots:_vm._u([{key:\"default\",fn:function(scope){return [_vm._v(\" \"+_vm._s(scope.row.chepaihao)+\" \")]}}],null,false,394100621)}),_c('el-table-column',{attrs:{\"resizable\":true,\"sortable\":true,\"prop\":\"cheliangxinghao\",\"label\":\"车辆型号\"},scopedSlots:_vm._u([{key:\"default\",fn:function(scope){return [_vm._v(\" \"+_vm._s(scope.row.cheliangxinghao)+\" \")]}}],null,false,2617493600)}),_c('el-table-column',{attrs:{\"resizable\":true,\"sortable\":true,\"prop\":\"cheliangpinpai\",\"label\":\"车辆品牌\"},scopedSlots:_vm._u([{key:\"default\",fn:function(scope){return [_vm._v(\" \"+_vm._s(scope.row.cheliangpinpai)+\" \")]}}],null,false,1242299153)}),_c('el-table-column',{attrs:{\"resizable\":true,\"sortable\":true,\"prop\":\"cheliangleixing\",\"label\":\"车辆类型\"},scopedSlots:_vm._u([{key:\"default\",fn:function(scope){return [_vm._v(\" \"+_vm._s(scope.row.cheliangleixing)+\" \")]}}],null,false,3411339622)}),_c('el-table-column',{attrs:{\"resizable\":true,\"sortable\":true,\"prop\":\"fadongjihao\",\"label\":\"发动机号\"},scopedSlots:_vm._u([{key:\"default\",fn:function(scope){return [_vm._v(\" \"+_vm._s(scope.row.fadongjihao)+\" \")]}}],null,false,390983741)}),_c('el-table-column',{attrs:{\"resizable\":true,\"sortable\":true,\"prop\":\"chejiahao\",\"label\":\"车架号\"},scopedSlots:_vm._u([{key:\"default\",fn:function(scope){return [_vm._v(\" \"+_vm._s(scope.row.chejiahao)+\" \")]}}],null,false,1114410583)}),_c('el-table-column',{attrs:{\"resizable\":true,\"sortable\":true,\"prop\":\"dengjiriqi\",\"label\":\"登记日期\"},scopedSlots:_vm._u([{key:\"default\",fn:function(scope){return [_vm._v(\" \"+_vm._s(scope.row.dengjiriqi)+\" \")]}}],null,false,4043809205)}),_c('el-table-column',{attrs:{\"resizable\":true,\"sortable\":true,\"prop\":\"zhanghao\",\"label\":\"账号\"},scopedSlots:_vm._u([{key:\"default\",fn:function(scope){return [_vm._v(\" \"+_vm._s(scope.row.zhanghao)+\" \")]}}],null,false,2757161441)}),_c('el-table-column',{attrs:{\"resizable\":true,\"sortable\":true,\"prop\":\"xingming\",\"label\":\"姓名\"},scopedSlots:_vm._u([{key:\"default\",fn:function(scope){return [_vm._v(\" \"+_vm._s(scope.row.xingming)+\" \")]}}],null,false,1096791112)}),_c('el-table-column',{attrs:{\"resizable\":true,\"sortable\":true,\"prop\":\"jiashizhenghao\",\"label\":\"驾驶证号\"},scopedSlots:_vm._u([{key:\"default\",fn:function(scope){return [_vm._v(\" \"+_vm._s(scope.row.jiashizhenghao)+\" \")]}}],null,false,1810102229)}),_c('el-table-column',{attrs:{\"resizable\":true,\"sortable\":true,\"prop\":\"yuangongzhanghao\",\"label\":\"员工账号\"},scopedSlots:_vm._u([{key:\"default\",fn:function(scope){return [_vm._v(\" \"+_vm._s(scope.row.yuangongzhanghao)+\" \")]}}],null,false,3349271683)}),_c('el-table-column',{attrs:{\"resizable\":true,\"sortable\":true,\"prop\":\"yuangongxingming\",\"label\":\"员工姓名\"},scopedSlots:_vm._u([{key:\"default\",fn:function(scope){return [_vm._v(\" \"+_vm._s(scope.row.yuangongxingming)+\" \")]}}],null,false,4268580138)}),_c('el-table-column',{attrs:{\"width\":\"300\",\"label\":\"操作\"},scopedSlots:_vm._u([{key:\"default\",fn:function(scope){return [( _vm.isAuth('baoxianxinxi','查看'))?_c('el-button',{staticClass:\"view\",attrs:{\"type\":\"success\"},on:{\"click\":function($event){return _vm.addOrUpdateHandler(scope.row.id,'info')}}},[_c('span',{staticClass:\"icon iconfont icon-chakan8\",style:({\"margin\":\"0 0 0 4px\",\"fontSize\":\"inherit\",\"color\":\"inherit\",\"display\":\"none\",\"height\":\"auto\"})}),_vm._v(\" 详情 \")]):_vm._e(),( _vm.isAuth('baoxianxinxi','修改') )?_c('el-button',{staticClass:\"edit\",attrs:{\"type\":\"success\"},on:{\"click\":function($event){return _vm.addOrUpdateHandler(scope.row.id)}}},[_c('span',{staticClass:\"icon iconfont icon-xiugai19\",style:({\"margin\":\"0 0 0 4px\",\"fontSize\":\"inherit\",\"color\":\"inherit\",\"display\":\"none\",\"height\":\"auto\"})}),_vm._v(\" 更改 \")]):_vm._e(),(_vm.isAuth('baoxianxinxi','删除') )?_c('el-button',{staticClass:\"del\",attrs:{\"type\":\"primary\"},on:{\"click\":function($event){return _vm.deleteHandler(scope.row.id )}}},[_c('span',{staticClass:\"icon iconfont icon-shanchu16\",style:({\"margin\":\"0 0 0 4px\",\"fontSize\":\"inherit\",\"color\":\"inherit\",\"display\":\"none\",\"height\":\"auto\"})}),_vm._v(\" 移除 \")]):_vm._e()]}}],null,false,1009739679)})],1):_vm._e()],1),_c('el-pagination',{style:({\"border\":\"0px solid #dee2e6\",\"padding\":\"10px 0\",\"margin\":\"10px 0 0\",\"whiteSpace\":\"nowrap\",\"color\":\"inherit\",\"textAlign\":\"center\",\"background\":\"none\",\"width\":\"100%\",\"fontSize\":\"inherit\",\"fontWeight\":\"500\"}),attrs:{\"current-page\":_vm.pageIndex,\"background\":\"\",\"page-sizes\":[10, 50, 100, 200],\"page-size\":_vm.pageSize,\"layout\":_vm.layouts.join(),\"total\":_vm.totalPage,\"prev-text\":\"上一页 \",\"next-text\":\"下一页 \",\"hide-on-single-page\":false},on:{\"size-change\":_vm.sizeChangeHandle,\"current-change\":_vm.currentChangeHandle}})]:_vm._e(),(_vm.addOrUpdateFlag)?_c('add-or-update',{ref:\"addOrUpdate\",attrs:{\"parent\":this}}):_vm._e()],2)\n}\nvar staticRenderFns = []\n\nexport { render, staticRenderFns }","\r\n\n\n\n","import mod from \"-!../../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_cache-loader@4.1.0@cache-loader/dist/cjs.js??ref--13-0!../../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_thread-loader@2.1.3@thread-loader/dist/cjs.js!../../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_babel-loader@8.4.1@babel-loader/lib/index.js!../../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_cache-loader@4.1.0@cache-loader/dist/cjs.js??ref--1-0!../../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_vue-loader@15.11.1@vue-loader/lib/index.js??vue-loader-options!./list.vue?vue&type=script&lang=js\"; export default mod; export * from \"-!../../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_cache-loader@4.1.0@cache-loader/dist/cjs.js??ref--13-0!../../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_thread-loader@2.1.3@thread-loader/dist/cjs.js!../../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_babel-loader@8.4.1@babel-loader/lib/index.js!../../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_cache-loader@4.1.0@cache-loader/dist/cjs.js??ref--1-0!../../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_vue-loader@15.11.1@vue-loader/lib/index.js??vue-loader-options!./list.vue?vue&type=script&lang=js\"","import { render, staticRenderFns } from \"./list.vue?vue&type=template&id=dee0f138&scoped=true\"\nimport script from \"./list.vue?vue&type=script&lang=js\"\nexport * from \"./list.vue?vue&type=script&lang=js\"\nimport style0 from \"./list.vue?vue&type=style&index=0&id=dee0f138&prod&lang=scss&scoped=true\"\n\n\n/* normalize component */\nimport normalizer from \"!../../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_vue-loader@15.11.1@vue-loader/lib/runtime/componentNormalizer.js\"\nvar component = normalizer(\n script,\n render,\n staticRenderFns,\n false,\n null,\n \"dee0f138\",\n null\n \n)\n\nexport default component.exports","\nimport luxianxinxi from '@/views/modules/luxianxinxi/list'\nimport Vue from 'vue';\n//配置路由\nimport VueRouter from 'vue-router'\nVue.use(VueRouter);\n//1.创建组件\nimport Index from '@/views/index'\nimport Home from '@/views/home'\nimport Login from '@/views/login'\nimport NotFound from '@/views/404'\nimport UpdatePassword from '@/views/update-password'\nimport pay from '@/views/pay'\nimport register from '@/views/register'\nimport center from '@/views/center'\n import cheliangdangan from '@/views/modules/cheliangdangan/list'\n import xubaotongzhi from '@/views/modules/xubaotongzhi/list'\n import gongzuorenyuan from '@/views/modules/gongzuorenyuan/list'\n import shigujilu from '@/views/modules/shigujilu/list'\n import guapaishenqing from '@/views/modules/guapaishenqing/list'\n import jiashiyuan from '@/views/modules/jiashiyuan/list'\n import gonggaoxinxi from '@/views/modules/gonggaoxinxi/list'\n import fafangpaizhao from '@/views/modules/fafangpaizhao/list'\n import baoxianxinxi from '@/views/modules/baoxianxinxi/list'\n\n\n//2.配置路由 注意:名字\nexport const routes = [{\n path: '/',\n name: '系统首页',\n component: Index,\n children: [{\n // 这里不设置值,是把main作为默认页面\n path: '/',\n name: '系统首页',\n component: Home,\n meta: {icon:'', title:'center', affix: true}\n }, {\n path: '/updatePassword',\n name: '修改密码',\n component: UpdatePassword,\n meta: {icon:'', title:'updatePassword'}\n }, {\n path: '/pay',\n name: '支付',\n component: pay,\n meta: {icon:'', title:'pay'}\n }, {\n path: '/center',\n name: '个人信息',\n component: center,\n meta: {icon:'', title:'center'}\n }\n \n ,{\n path: '/luxianxinxi',\n name: '路线信息',\n component: luxianxinxi\n }\n,{\n\tpath: '/cheliangdangan',\n name: '车辆档案',\n component: cheliangdangan\n }\n ,{\n\tpath: '/xubaotongzhi',\n name: '续保通知',\n component: xubaotongzhi\n }\n ,{\n\tpath: '/gongzuorenyuan',\n name: '工作人员',\n component: gongzuorenyuan\n }\n ,{\n\tpath: '/shigujilu',\n name: '事故记录',\n component: shigujilu\n }\n ,{\n\tpath: '/guapaishenqing',\n name: '挂牌申请',\n component: guapaishenqing\n }\n ,{\n\tpath: '/jiashiyuan',\n name: '驾驶员',\n component: jiashiyuan\n }\n ,{\n\tpath: '/gonggaoxinxi',\n name: '公告信息',\n component: gonggaoxinxi\n }\n ,{\n\tpath: '/fafangpaizhao',\n name: '发放牌照',\n component: fafangpaizhao\n }\n ,{\n\tpath: '/baoxianxinxi',\n name: '保险信息',\n component: baoxianxinxi\n }\n ]\n },\n {\n path: '/login',\n name: 'login',\n component: Login,\n meta: {icon:'', title:'login'}\n },\n {\n path: '/register',\n name: 'register',\n component: register,\n meta: {icon:'', title:'register'}\n },\n {\n path: '*',\n component: NotFound\n }\n]\n//3.实例化VueRouter 注意:名字\nconst router = new VueRouter({\n mode: 'hash',\n /*hash模式改为history*/\n routes // (缩写)相当于 routes: routes\n})\nconst originalPush = VueRouter.prototype.push\n//修改原型对象中的push方法\nVueRouter.prototype.push = function push(location) {\n return originalPush.call(this, location).catch(err => err)\n}\nexport default router;\n","import SpriteSymbol from \"svg-baker-runtime/browser-symbol\";\nimport sprite from \"svg-sprite-loader/runtime/browser-sprite.build\";\nvar symbol = new SpriteSymbol({\n \"id\": \"icon-area\",\n \"use\": \"icon-area-usage\",\n \"viewBox\": \"0 0 113.39 113.39\",\n \"content\": \"省份管理\"\n});\nvar result = sprite.add(symbol);\nexport default symbol","module.exports = __webpack_public_path__ + \"img/zhongguo.20798bfa.png\";","import SpriteSymbol from \"svg-baker-runtime/browser-symbol\";\nimport sprite from \"svg-sprite-loader/runtime/browser-sprite.build\";\nvar symbol = new SpriteSymbol({\n \"id\": \"icon-harvestDetection\",\n \"use\": \"icon-harvestDetection-usage\",\n \"viewBox\": \"0 0 113.39 82.46\",\n \"content\": \"采收检测标准\"\n});\nvar result = sprite.add(symbol);\nexport default symbol","import SpriteSymbol from \"svg-baker-runtime/browser-symbol\";\nimport sprite from \"svg-sprite-loader/runtime/browser-sprite.build\";\nvar symbol = new SpriteSymbol({\n \"id\": \"icon-warnings\",\n \"use\": \"icon-warnings-usage\",\n \"viewBox\": \"0 0 113.39 106.49\",\n \"content\": \"预警阈值\"\n});\nvar result = sprite.add(symbol);\nexport default symbol","import SpriteSymbol from \"svg-baker-runtime/browser-symbol\";\nimport sprite from \"svg-sprite-loader/runtime/browser-sprite.build\";\nvar symbol = new SpriteSymbol({\n \"id\": \"icon-harvestManage\",\n \"use\": \"icon-harvestManage-usage\",\n \"viewBox\": \"0 0 113.39 106.94\",\n \"content\": \"采收管理\"\n});\nvar result = sprite.add(symbol);\nexport default symbol","export * from \"-!../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_mini-css-extract-plugin@0.9.0@mini-css-extract-plugin/dist/loader.js??ref--7-oneOf-1-0!../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_css-loader@3.6.0@css-loader/dist/cjs.js??ref--7-oneOf-1-1!../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_vue-loader@15.11.1@vue-loader/lib/loaders/stylePostLoader.js!../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_postcss-loader@3.0.0@postcss-loader/src/index.js??ref--7-oneOf-1-2!../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_cache-loader@4.1.0@cache-loader/dist/cjs.js??ref--1-0!../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_vue-loader@15.11.1@vue-loader/lib/index.js??vue-loader-options!./Editor.vue?vue&type=style&index=0&id=afd53fd0&prod&lang=css\"","export * from \"-!../../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_mini-css-extract-plugin@0.9.0@mini-css-extract-plugin/dist/loader.js??ref--9-oneOf-1-0!../../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_css-loader@3.6.0@css-loader/dist/cjs.js??ref--9-oneOf-1-1!../../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_vue-loader@15.11.1@vue-loader/lib/loaders/stylePostLoader.js!../../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_postcss-loader@3.0.0@postcss-loader/src/index.js??ref--9-oneOf-1-2!../../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_sass-loader@8.0.2@sass-loader/dist/cjs.js??ref--9-oneOf-1-3!../../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_cache-loader@4.1.0@cache-loader/dist/cjs.js??ref--1-0!../../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_vue-loader@15.11.1@vue-loader/lib/index.js??vue-loader-options!./ScrollPane.vue?vue&type=style&index=0&id=07c44ba4&prod&lang=scss&scoped=true\"","import SpriteSymbol from \"svg-baker-runtime/browser-symbol\";\nimport sprite from \"svg-sprite-loader/runtime/browser-sprite.build\";\nvar symbol = new SpriteSymbol({\n \"id\": \"icon-environmental\",\n \"use\": \"icon-environmental-usage\",\n \"viewBox\": \"0 0 113.39 113.39\",\n \"content\": \"基地环境监测\"\n});\nvar result = sprite.add(symbol);\nexport default symbol","module.exports = __webpack_public_path__ + \"img/404.3648f234.png\";","import SpriteSymbol from \"svg-baker-runtime/browser-symbol\";\nimport sprite from \"svg-sprite-loader/runtime/browser-sprite.build\";\nvar symbol = new SpriteSymbol({\n \"id\": \"icon-scheme\",\n \"use\": \"icon-scheme-usage\",\n \"viewBox\": \"0 0 113.39 122.01\",\n \"content\": \"种植计划管理\"\n});\nvar result = sprite.add(symbol);\nexport default symbol","export * from \"-!../../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_mini-css-extract-plugin@0.9.0@mini-css-extract-plugin/dist/loader.js??ref--9-oneOf-1-0!../../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_css-loader@3.6.0@css-loader/dist/cjs.js??ref--9-oneOf-1-1!../../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_vue-loader@15.11.1@vue-loader/lib/loaders/stylePostLoader.js!../../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_postcss-loader@3.0.0@postcss-loader/src/index.js??ref--9-oneOf-1-2!../../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_sass-loader@8.0.2@sass-loader/dist/cjs.js??ref--9-oneOf-1-3!../../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_cache-loader@4.1.0@cache-loader/dist/cjs.js??ref--1-0!../../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_vue-loader@15.11.1@vue-loader/lib/index.js??vue-loader-options!./list.vue?vue&type=style&index=0&id=7ae699bc&prod&lang=scss&scoped=true\"","export * from \"-!../../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_mini-css-extract-plugin@0.9.0@mini-css-extract-plugin/dist/loader.js??ref--9-oneOf-1-0!../../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_css-loader@3.6.0@css-loader/dist/cjs.js??ref--9-oneOf-1-1!../../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_vue-loader@15.11.1@vue-loader/lib/loaders/stylePostLoader.js!../../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_postcss-loader@3.0.0@postcss-loader/src/index.js??ref--9-oneOf-1-2!../../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_sass-loader@8.0.2@sass-loader/dist/cjs.js??ref--9-oneOf-1-3!../../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_cache-loader@4.1.0@cache-loader/dist/cjs.js??ref--1-0!../../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_vue-loader@15.11.1@vue-loader/lib/index.js??vue-loader-options!./add-or-update.vue?vue&type=style&index=0&id=58e41f96&prod&lang=scss&scoped=true\"","export * from \"-!../../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_mini-css-extract-plugin@0.9.0@mini-css-extract-plugin/dist/loader.js??ref--9-oneOf-1-0!../../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_css-loader@3.6.0@css-loader/dist/cjs.js??ref--9-oneOf-1-1!../../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_vue-loader@15.11.1@vue-loader/lib/loaders/stylePostLoader.js!../../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_postcss-loader@3.0.0@postcss-loader/src/index.js??ref--9-oneOf-1-2!../../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_sass-loader@8.0.2@sass-loader/dist/cjs.js??ref--9-oneOf-1-3!../../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_cache-loader@4.1.0@cache-loader/dist/cjs.js??ref--1-0!../../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_vue-loader@15.11.1@vue-loader/lib/index.js??vue-loader-options!./add-or-update.vue?vue&type=style&index=0&id=2bc57788&prod&lang=scss&scoped=true\"","export * from \"-!../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_mini-css-extract-plugin@0.9.0@mini-css-extract-plugin/dist/loader.js??ref--9-oneOf-1-0!../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_css-loader@3.6.0@css-loader/dist/cjs.js??ref--9-oneOf-1-1!../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_vue-loader@15.11.1@vue-loader/lib/loaders/stylePostLoader.js!../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_postcss-loader@3.0.0@postcss-loader/src/index.js??ref--9-oneOf-1-2!../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_sass-loader@8.0.2@sass-loader/dist/cjs.js??ref--9-oneOf-1-3!../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_cache-loader@4.1.0@cache-loader/dist/cjs.js??ref--1-0!../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_vue-loader@15.11.1@vue-loader/lib/index.js??vue-loader-options!./update-password.vue?vue&type=style&index=0&id=1cda2566&prod&lang=scss&scoped=true\"","import SpriteSymbol from \"svg-baker-runtime/browser-symbol\";\nimport sprite from \"svg-sprite-loader/runtime/browser-sprite.build\";\nvar symbol = new SpriteSymbol({\n \"id\": \"icon-traceabilityList\",\n \"use\": \"icon-traceabilityList-usage\",\n \"viewBox\": \"0 0 113.39 113.39\",\n \"content\": \"溯源配置\"\n});\nvar result = sprite.add(symbol);\nexport default symbol","import SpriteSymbol from \"svg-baker-runtime/browser-symbol\";\nimport sprite from \"svg-sprite-loader/runtime/browser-sprite.build\";\nvar symbol = new SpriteSymbol({\n \"id\": \"icon-pestActive\",\n \"use\": \"icon-pestActive-usage\",\n \"viewBox\": \"0 0 113.4 113.4\",\n \"content\": \"\\r\\n\\r\\n病虫害管理\\r\\n\\r\\n\\r\\n\\r\\n\"\n});\nvar result = sprite.add(symbol);\nexport default symbol","import SpriteSymbol from \"svg-baker-runtime/browser-symbol\";\nimport sprite from \"svg-sprite-loader/runtime/browser-sprite.build\";\nvar symbol = new SpriteSymbol({\n \"id\": \"icon-diseasesinsect\",\n \"use\": \"icon-diseasesinsect-usage\",\n \"viewBox\": \"0 0 113.39 113.39\",\n \"content\": \"病虫害管理\"\n});\nvar result = sprite.add(symbol);\nexport default symbol","import SpriteSymbol from \"svg-baker-runtime/browser-symbol\";\nimport sprite from \"svg-sprite-loader/runtime/browser-sprite.build\";\nvar symbol = new SpriteSymbol({\n \"id\": \"icon-traceability\",\n \"use\": \"icon-traceability-usage\",\n \"viewBox\": \"0 0 113 113\",\n \"content\": \"溯源管理\"\n});\nvar result = sprite.add(symbol);\nexport default symbol","export * from \"-!../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_mini-css-extract-plugin@0.9.0@mini-css-extract-plugin/dist/loader.js??ref--9-oneOf-1-0!../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_css-loader@3.6.0@css-loader/dist/cjs.js??ref--9-oneOf-1-1!../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_vue-loader@15.11.1@vue-loader/lib/loaders/stylePostLoader.js!../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_postcss-loader@3.0.0@postcss-loader/src/index.js??ref--9-oneOf-1-2!../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_sass-loader@8.0.2@sass-loader/dist/cjs.js??ref--9-oneOf-1-3!../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_cache-loader@4.1.0@cache-loader/dist/cjs.js??ref--1-0!../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_vue-loader@15.11.1@vue-loader/lib/index.js??vue-loader-options!./home.vue?vue&type=style&index=0&id=09d7765c&prod&lang=scss&scoped=true\"","export * from \"-!../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_mini-css-extract-plugin@0.9.0@mini-css-extract-plugin/dist/loader.js??ref--9-oneOf-1-0!../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_css-loader@3.6.0@css-loader/dist/cjs.js??ref--9-oneOf-1-1!../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_vue-loader@15.11.1@vue-loader/lib/loaders/stylePostLoader.js!../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_postcss-loader@3.0.0@postcss-loader/src/index.js??ref--9-oneOf-1-2!../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_sass-loader@8.0.2@sass-loader/dist/cjs.js??ref--9-oneOf-1-3!../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_cache-loader@4.1.0@cache-loader/dist/cjs.js??ref--1-0!../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_vue-loader@15.11.1@vue-loader/lib/index.js??vue-loader-options!./pay.vue?vue&type=style&index=0&id=78fb9f03&prod&lang=scss&scoped=true\"","import SpriteSymbol from \"svg-baker-runtime/browser-symbol\";\nimport sprite from \"svg-sprite-loader/runtime/browser-sprite.build\";\nvar symbol = new SpriteSymbol({\n \"id\": \"icon-validCode\",\n \"use\": \"icon-validCode-usage\",\n \"viewBox\": \"0 0 1024 1024\",\n \"content\": \"\"\n});\nvar result = sprite.add(symbol);\nexport default symbol","import SpriteSymbol from \"svg-baker-runtime/browser-symbol\";\nimport sprite from \"svg-sprite-loader/runtime/browser-sprite.build\";\nvar symbol = new SpriteSymbol({\n \"id\": \"icon-videoKey\",\n \"use\": \"icon-videoKey-usage\",\n \"viewBox\": \"0 0 113.39 94.78\",\n \"content\": \"视频云配置1\"\n});\nvar result = sprite.add(symbol);\nexport default symbol","import SpriteSymbol from \"svg-baker-runtime/browser-symbol\";\nimport sprite from \"svg-sprite-loader/runtime/browser-sprite.build\";\nvar symbol = new SpriteSymbol({\n \"id\": \"icon-system\",\n \"use\": \"icon-system-usage\",\n \"viewBox\": \"0 0 1084 1024\",\n \"content\": \"\"\n});\nvar result = sprite.add(symbol);\nexport default symbol","import SpriteSymbol from \"svg-baker-runtime/browser-symbol\";\nimport sprite from \"svg-sprite-loader/runtime/browser-sprite.build\";\nvar symbol = new SpriteSymbol({\n \"id\": \"icon-password\",\n \"use\": \"icon-password-usage\",\n \"viewBox\": \"0 0 1024 1024\",\n \"content\": \"\"\n});\nvar result = sprite.add(symbol);\nexport default symbol","export * from \"-!../../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_mini-css-extract-plugin@0.9.0@mini-css-extract-plugin/dist/loader.js??ref--9-oneOf-1-0!../../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_css-loader@3.6.0@css-loader/dist/cjs.js??ref--9-oneOf-1-1!../../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_vue-loader@15.11.1@vue-loader/lib/loaders/stylePostLoader.js!../../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_postcss-loader@3.0.0@postcss-loader/src/index.js??ref--9-oneOf-1-2!../../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_sass-loader@8.0.2@sass-loader/dist/cjs.js??ref--9-oneOf-1-3!../../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_cache-loader@4.1.0@cache-loader/dist/cjs.js??ref--1-0!../../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_vue-loader@15.11.1@vue-loader/lib/index.js??vue-loader-options!./list.vue?vue&type=style&index=0&id=e9db4bde&prod&lang=scss&scoped=true\"","export * from \"-!../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_mini-css-extract-plugin@0.9.0@mini-css-extract-plugin/dist/loader.js??ref--9-oneOf-1-0!../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_css-loader@3.6.0@css-loader/dist/cjs.js??ref--9-oneOf-1-1!../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_vue-loader@15.11.1@vue-loader/lib/loaders/stylePostLoader.js!../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_postcss-loader@3.0.0@postcss-loader/src/index.js??ref--9-oneOf-1-2!../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_sass-loader@8.0.2@sass-loader/dist/cjs.js??ref--9-oneOf-1-3!../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_cache-loader@4.1.0@cache-loader/dist/cjs.js??ref--1-0!../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_vue-loader@15.11.1@vue-loader/lib/index.js??vue-loader-options!./IndexHeader.vue?vue&type=style&index=0&id=066f202d&prod&lang=scss&scoped=true\"","import SpriteSymbol from \"svg-baker-runtime/browser-symbol\";\nimport sprite from \"svg-sprite-loader/runtime/browser-sprite.build\";\nvar symbol = new SpriteSymbol({\n \"id\": \"icon-deviceMonitorData\",\n \"use\": \"icon-deviceMonitorData-usage\",\n \"viewBox\": \"0 0 113.39 113.39\",\n \"content\": \"监测数据\"\n});\nvar result = sprite.add(symbol);\nexport default symbol","export * from \"-!../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_mini-css-extract-plugin@0.9.0@mini-css-extract-plugin/dist/loader.js??ref--7-oneOf-1-0!../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_css-loader@3.6.0@css-loader/dist/cjs.js??ref--7-oneOf-1-1!../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_vue-loader@15.11.1@vue-loader/lib/loaders/stylePostLoader.js!../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_postcss-loader@3.0.0@postcss-loader/src/index.js??ref--7-oneOf-1-2!../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_cache-loader@4.1.0@cache-loader/dist/cjs.js??ref--1-0!../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_vue-loader@15.11.1@vue-loader/lib/index.js??vue-loader-options!./index.vue?vue&type=style&index=0&id=53ff2da0&prod&scoped=true&lang=css\"","export * from \"-!../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_mini-css-extract-plugin@0.9.0@mini-css-extract-plugin/dist/loader.js??ref--9-oneOf-1-0!../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_css-loader@3.6.0@css-loader/dist/cjs.js??ref--9-oneOf-1-1!../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_vue-loader@15.11.1@vue-loader/lib/loaders/stylePostLoader.js!../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_postcss-loader@3.0.0@postcss-loader/src/index.js??ref--9-oneOf-1-2!../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_sass-loader@8.0.2@sass-loader/dist/cjs.js??ref--9-oneOf-1-3!../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_cache-loader@4.1.0@cache-loader/dist/cjs.js??ref--1-0!../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_vue-loader@15.11.1@vue-loader/lib/index.js??vue-loader-options!./center.vue?vue&type=style&index=0&id=091f6dbb&prod&lang=scss&scoped=true\"","import SpriteSymbol from \"svg-baker-runtime/browser-symbol\";\nimport sprite from \"svg-sprite-loader/runtime/browser-sprite.build\";\nvar symbol = new SpriteSymbol({\n \"id\": \"icon-video\",\n \"use\": \"icon-video-usage\",\n \"viewBox\": \"0 0 113.39 113.39\",\n \"content\": \"视频云配置sp\"\n});\nvar result = sprite.add(symbol);\nexport default symbol","module.exports = \"data:image/png;base64,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\"","import SpriteSymbol from \"svg-baker-runtime/browser-symbol\";\nimport sprite from \"svg-sprite-loader/runtime/browser-sprite.build\";\nvar symbol = new SpriteSymbol({\n \"id\": \"icon-plant\",\n \"use\": \"icon-plant-usage\",\n \"viewBox\": \"0 0 113.39 99.52\",\n \"content\": \"种植管理\"\n});\nvar result = sprite.add(symbol);\nexport default symbol","import SpriteSymbol from \"svg-baker-runtime/browser-symbol\";\nimport sprite from \"svg-sprite-loader/runtime/browser-sprite.build\";\nvar symbol = new SpriteSymbol({\n \"id\": \"icon-financeBudget\",\n \"use\": \"icon-financeBudget-usage\",\n \"viewBox\": \"0 0 113.39 113.39\",\n \"content\": \"预算统计\"\n});\nvar result = sprite.add(symbol);\nexport default symbol","import SpriteSymbol from \"svg-baker-runtime/browser-symbol\";\nimport sprite from \"svg-sprite-loader/runtime/browser-sprite.build\";\nvar symbol = new SpriteSymbol({\n \"id\": \"icon-vipCustomized\",\n \"use\": \"icon-vipCustomized-usage\",\n \"viewBox\": \"0 0 114.39 114.39\",\n \"content\": \"VIP定制\"\n});\nvar result = sprite.add(symbol);\nexport default symbol","import SpriteSymbol from \"svg-baker-runtime/browser-symbol\";\nimport sprite from \"svg-sprite-loader/runtime/browser-sprite.build\";\nvar symbol = new SpriteSymbol({\n \"id\": \"icon-harvestWorks\",\n \"use\": \"icon-harvestWorks-usage\",\n \"viewBox\": \"0 0 113.38 123.05\",\n \"content\": \"采收检测工单\"\n});\nvar result = sprite.add(symbol);\nexport default symbol","import SpriteSymbol from \"svg-baker-runtime/browser-symbol\";\nimport sprite from \"svg-sprite-loader/runtime/browser-sprite.build\";\nvar symbol = new SpriteSymbol({\n \"id\": \"icon-documentation\",\n \"use\": \"icon-documentation-usage\",\n \"viewBox\": \"0 0 1024 1024\",\n \"content\": \"\"\n});\nvar result = sprite.add(symbol);\nexport default symbol","export * from \"-!../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_mini-css-extract-plugin@0.9.0@mini-css-extract-plugin/dist/loader.js??ref--9-oneOf-1-0!../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_css-loader@3.6.0@css-loader/dist/cjs.js??ref--9-oneOf-1-1!../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_vue-loader@15.11.1@vue-loader/lib/loaders/stylePostLoader.js!../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_postcss-loader@3.0.0@postcss-loader/src/index.js??ref--9-oneOf-1-2!../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_sass-loader@8.0.2@sass-loader/dist/cjs.js??ref--9-oneOf-1-3!../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_cache-loader@4.1.0@cache-loader/dist/cjs.js??ref--1-0!../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_vue-loader@15.11.1@vue-loader/lib/index.js??vue-loader-options!./register.vue?vue&type=style&index=0&id=6bb253c2&prod&lang=scss&scoped=true\"","import SpriteSymbol from \"svg-baker-runtime/browser-symbol\";\nimport sprite from \"svg-sprite-loader/runtime/browser-sprite.build\";\nvar symbol = new SpriteSymbol({\n \"id\": \"icon-farmingProject\",\n \"use\": \"icon-farmingProject-usage\",\n \"viewBox\": \"0 0 113.39 113.39\",\n \"content\": \"农事项目\"\n});\nvar result = sprite.add(symbol);\nexport default symbol","module.exports = \"data:image/png;base64,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\"","export * from \"-!../../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_mini-css-extract-plugin@0.9.0@mini-css-extract-plugin/dist/loader.js??ref--9-oneOf-1-0!../../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_css-loader@3.6.0@css-loader/dist/cjs.js??ref--9-oneOf-1-1!../../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_vue-loader@15.11.1@vue-loader/lib/loaders/stylePostLoader.js!../../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_postcss-loader@3.0.0@postcss-loader/src/index.js??ref--9-oneOf-1-2!../../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_sass-loader@8.0.2@sass-loader/dist/cjs.js??ref--9-oneOf-1-3!../../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_cache-loader@4.1.0@cache-loader/dist/cjs.js??ref--1-0!../../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_vue-loader@15.11.1@vue-loader/lib/index.js??vue-loader-options!./list.vue?vue&type=style&index=0&id=73be8dc6&prod&lang=scss&scoped=true\"","export * from \"-!../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_mini-css-extract-plugin@0.9.0@mini-css-extract-plugin/dist/loader.js??ref--9-oneOf-1-0!../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_css-loader@3.6.0@css-loader/dist/cjs.js??ref--9-oneOf-1-1!../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_vue-loader@15.11.1@vue-loader/lib/loaders/stylePostLoader.js!../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_postcss-loader@3.0.0@postcss-loader/src/index.js??ref--9-oneOf-1-2!../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_sass-loader@8.0.2@sass-loader/dist/cjs.js??ref--9-oneOf-1-3!../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_cache-loader@4.1.0@cache-loader/dist/cjs.js??ref--1-0!../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_vue-loader@15.11.1@vue-loader/lib/index.js??vue-loader-options!./BreadCrumbs.vue?vue&type=style&index=0&id=48a7cf82&prod&lang=scss&scoped=true\"","export * from \"-!../../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_mini-css-extract-plugin@0.9.0@mini-css-extract-plugin/dist/loader.js??ref--9-oneOf-1-0!../../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_css-loader@3.6.0@css-loader/dist/cjs.js??ref--9-oneOf-1-1!../../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_vue-loader@15.11.1@vue-loader/lib/loaders/stylePostLoader.js!../../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_postcss-loader@3.0.0@postcss-loader/src/index.js??ref--9-oneOf-1-2!../../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_sass-loader@8.0.2@sass-loader/dist/cjs.js??ref--9-oneOf-1-3!../../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_cache-loader@4.1.0@cache-loader/dist/cjs.js??ref--1-0!../../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_vue-loader@15.11.1@vue-loader/lib/index.js??vue-loader-options!./list.vue?vue&type=style&index=0&id=72398caf&prod&lang=scss&scoped=true\"","export * from \"-!../../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_mini-css-extract-plugin@0.9.0@mini-css-extract-plugin/dist/loader.js??ref--9-oneOf-1-0!../../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_css-loader@3.6.0@css-loader/dist/cjs.js??ref--9-oneOf-1-1!../../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_vue-loader@15.11.1@vue-loader/lib/loaders/stylePostLoader.js!../../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_postcss-loader@3.0.0@postcss-loader/src/index.js??ref--9-oneOf-1-2!../../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_sass-loader@8.0.2@sass-loader/dist/cjs.js??ref--9-oneOf-1-3!../../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_cache-loader@4.1.0@cache-loader/dist/cjs.js??ref--1-0!../../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_vue-loader@15.11.1@vue-loader/lib/index.js??vue-loader-options!./list.vue?vue&type=style&index=0&id=3499156a&prod&lang=scss&scoped=true\"","export * from \"-!../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_mini-css-extract-plugin@0.9.0@mini-css-extract-plugin/dist/loader.js??ref--9-oneOf-1-0!../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_css-loader@3.6.0@css-loader/dist/cjs.js??ref--9-oneOf-1-1!../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_vue-loader@15.11.1@vue-loader/lib/loaders/stylePostLoader.js!../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_postcss-loader@3.0.0@postcss-loader/src/index.js??ref--9-oneOf-1-2!../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_sass-loader@8.0.2@sass-loader/dist/cjs.js??ref--9-oneOf-1-3!../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_cache-loader@4.1.0@cache-loader/dist/cjs.js??ref--1-0!../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_vue-loader@15.11.1@vue-loader/lib/index.js??vue-loader-options!./App.vue?vue&type=style&index=0&id=93f04696&prod&lang=scss\"","import SpriteSymbol from \"svg-baker-runtime/browser-symbol\";\nimport sprite from \"svg-sprite-loader/runtime/browser-sprite.build\";\nvar symbol = new SpriteSymbol({\n \"id\": \"icon-finance\",\n \"use\": \"icon-finance-usage\",\n \"viewBox\": \"0 0 113.39 113.39\",\n \"content\": \"财务管理\"\n});\nvar result = sprite.add(symbol);\nexport default symbol","export * from \"-!../../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_mini-css-extract-plugin@0.9.0@mini-css-extract-plugin/dist/loader.js??ref--9-oneOf-1-0!../../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_css-loader@3.6.0@css-loader/dist/cjs.js??ref--9-oneOf-1-1!../../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_vue-loader@15.11.1@vue-loader/lib/loaders/stylePostLoader.js!../../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_postcss-loader@3.0.0@postcss-loader/src/index.js??ref--9-oneOf-1-2!../../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_sass-loader@8.0.2@sass-loader/dist/cjs.js??ref--9-oneOf-1-3!../../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_cache-loader@4.1.0@cache-loader/dist/cjs.js??ref--1-0!../../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_vue-loader@15.11.1@vue-loader/lib/index.js??vue-loader-options!./index.vue?vue&type=style&index=0&id=49993618&prod&lang=scss&scoped=true\"","module.exports = \"data:image/png;base64,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\"","import SpriteSymbol from \"svg-baker-runtime/browser-symbol\";\nimport sprite from \"svg-sprite-loader/runtime/browser-sprite.build\";\nvar symbol = new SpriteSymbol({\n \"id\": \"icon-peoples\",\n \"use\": \"icon-peoples-usage\",\n \"viewBox\": \"0 0 1024 1024\",\n \"content\": \"\"\n});\nvar result = sprite.add(symbol);\nexport default symbol","import SpriteSymbol from \"svg-baker-runtime/browser-symbol\";\nimport sprite from \"svg-sprite-loader/runtime/browser-sprite.build\";\nvar symbol = new SpriteSymbol({\n \"id\": \"icon-harvestBatch\",\n \"use\": \"icon-harvestBatch-usage\",\n \"viewBox\": \"0 0 113.39 100.79\",\n \"content\": \"采收批次管理\"\n});\nvar result = sprite.add(symbol);\nexport default symbol","import SpriteSymbol from \"svg-baker-runtime/browser-symbol\";\nimport sprite from \"svg-sprite-loader/runtime/browser-sprite.build\";\nvar symbol = new SpriteSymbol({\n \"id\": \"icon-board1\",\n \"use\": \"icon-board1-usage\",\n \"viewBox\": \"0 0 113.4 113.2\",\n \"content\": \"\\r\\n\\r\\n看板管理\\r\\n\\r\\n\\t\\r\\n\\t\\r\\n\\t\\r\\n\\r\\n\"\n});\nvar result = sprite.add(symbol);\nexport default symbol","import SpriteSymbol from \"svg-baker-runtime/browser-symbol\";\nimport sprite from \"svg-sprite-loader/runtime/browser-sprite.build\";\nvar symbol = new SpriteSymbol({\n \"id\": \"icon-pesticideResidue\",\n \"use\": \"icon-pesticideResidue-usage\",\n \"viewBox\": \"0 0 113.39 110.4\",\n \"content\": \"农残检测项\"\n});\nvar result = sprite.add(symbol);\nexport default symbol","import SpriteSymbol from \"svg-baker-runtime/browser-symbol\";\nimport sprite from \"svg-sprite-loader/runtime/browser-sprite.build\";\nvar symbol = new SpriteSymbol({\n \"id\": \"icon-financeReality\",\n \"use\": \"icon-financeReality-usage\",\n \"viewBox\": \"0 0 113.39 113.39\",\n \"content\": \"实际统计\"\n});\nvar result = sprite.add(symbol);\nexport default symbol","export * from \"-!../../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_mini-css-extract-plugin@0.9.0@mini-css-extract-plugin/dist/loader.js??ref--9-oneOf-1-0!../../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_css-loader@3.6.0@css-loader/dist/cjs.js??ref--9-oneOf-1-1!../../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_vue-loader@15.11.1@vue-loader/lib/loaders/stylePostLoader.js!../../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_postcss-loader@3.0.0@postcss-loader/src/index.js??ref--9-oneOf-1-2!../../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_sass-loader@8.0.2@sass-loader/dist/cjs.js??ref--9-oneOf-1-3!../../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_cache-loader@4.1.0@cache-loader/dist/cjs.js??ref--1-0!../../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_vue-loader@15.11.1@vue-loader/lib/index.js??vue-loader-options!./add-or-update.vue?vue&type=style&index=0&id=92e7315c&prod&lang=scss&scoped=true\"","import SpriteSymbol from \"svg-baker-runtime/browser-symbol\";\nimport sprite from \"svg-sprite-loader/runtime/browser-sprite.build\";\nvar symbol = new SpriteSymbol({\n \"id\": \"icon-mainSystem\",\n \"use\": \"icon-mainSystem-usage\",\n \"viewBox\": \"0 0 113.35 113.41\",\n \"content\": \"主系统\"\n});\nvar result = sprite.add(symbol);\nexport default symbol","import SpriteSymbol from \"svg-baker-runtime/browser-symbol\";\nimport sprite from \"svg-sprite-loader/runtime/browser-sprite.build\";\nvar symbol = new SpriteSymbol({\n \"id\": \"icon-AIDeviceLayout\",\n \"use\": \"icon-AIDeviceLayout-usage\",\n \"viewBox\": \"0 0 113.63 113.65\",\n \"content\": \"物联网配置\"\n});\nvar result = sprite.add(symbol);\nexport default symbol","import SpriteSymbol from \"svg-baker-runtime/browser-symbol\";\nimport sprite from \"svg-sprite-loader/runtime/browser-sprite.build\";\nvar symbol = new SpriteSymbol({\n \"id\": \"icon-pest\",\n \"use\": \"icon-pest-usage\",\n \"viewBox\": \"0 0 113.39 113.39\",\n \"content\": \"病虫害管理\"\n});\nvar result = sprite.add(symbol);\nexport default symbol","export * from \"-!../../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_mini-css-extract-plugin@0.9.0@mini-css-extract-plugin/dist/loader.js??ref--9-oneOf-1-0!../../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_css-loader@3.6.0@css-loader/dist/cjs.js??ref--9-oneOf-1-1!../../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_vue-loader@15.11.1@vue-loader/lib/loaders/stylePostLoader.js!../../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_postcss-loader@3.0.0@postcss-loader/src/index.js??ref--9-oneOf-1-2!../../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_sass-loader@8.0.2@sass-loader/dist/cjs.js??ref--9-oneOf-1-3!../../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_cache-loader@4.1.0@cache-loader/dist/cjs.js??ref--1-0!../../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_vue-loader@15.11.1@vue-loader/lib/index.js??vue-loader-options!./list.vue?vue&type=style&index=0&id=dee0f138&prod&lang=scss&scoped=true\"","import SpriteSymbol from \"svg-baker-runtime/browser-symbol\";\nimport sprite from \"svg-sprite-loader/runtime/browser-sprite.build\";\nvar symbol = new SpriteSymbol({\n \"id\": \"icon-internet\",\n \"use\": \"icon-internet-usage\",\n \"viewBox\": \"0 0 113.61 113.63\",\n \"content\": \"物联网管理置\"\n});\nvar result = sprite.add(symbol);\nexport default symbol","import SpriteSymbol from \"svg-baker-runtime/browser-symbol\";\nimport sprite from \"svg-sprite-loader/runtime/browser-sprite.build\";\nvar symbol = new SpriteSymbol({\n \"id\": \"icon-dataLack\",\n \"use\": \"icon-dataLack-usage\",\n \"viewBox\": \"0 0 113.39 113.39\",\n \"content\": \"数据缺失\"\n});\nvar result = sprite.add(symbol);\nexport default symbol","export * from \"-!../../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_mini-css-extract-plugin@0.9.0@mini-css-extract-plugin/dist/loader.js??ref--9-oneOf-1-0!../../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_css-loader@3.6.0@css-loader/dist/cjs.js??ref--9-oneOf-1-1!../../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_vue-loader@15.11.1@vue-loader/lib/loaders/stylePostLoader.js!../../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_postcss-loader@3.0.0@postcss-loader/src/index.js??ref--9-oneOf-1-2!../../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_sass-loader@8.0.2@sass-loader/dist/cjs.js??ref--9-oneOf-1-3!../../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_cache-loader@4.1.0@cache-loader/dist/cjs.js??ref--1-0!../../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_vue-loader@15.11.1@vue-loader/lib/index.js??vue-loader-options!./add-or-update.vue?vue&type=style&index=0&id=6e6e9a60&prod&lang=scss&scoped=true\"","module.exports = \"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAKAAAABACAYAAACdi3yvAAAOsElEQVR4Xu1aXWxcRxX+zly7dXjJpnjrDTzUjQNCgBpXQiokruoAQg1CxKGlAgkUWyAQfWjWQYjyhP0CqFLjdVsKPJTaRfBQgbqhSBUUKQ6y3SJR1REECYgTpxJkW0fKpgjVrffeg87szGb2Zn/udZYujWalqO69587PN99852eG4H8egS4iQF3s23ftEYAnoCdBVxHwBOwq/L5zT0DPga4i4AnYVfh9556AngNdRcATsKvw+849AT0HuoqAJ2BX4fedewJ6DnQVAU/ArsLvO/cE9BzoKgKegF2F33fuCeg50FUEPAG7Cr/v3BPQc6CrCPxvCbh3ZhhEhwGMAhgEsAngNBh/hcJzWMz/pquz9513HYHOEnDvsU+B6DaAPgRgG1j9DOo/y+C+ewA6BODTsRnPIeRpvDi51nUk/AC6gkBnCLiv8BUAXzJKF5/I62CewfLkFPYWngbh8zGDNTB/C8uTv+wKAr7TriJwbQQcfSiHzd4fAvS5trNgnm5BwgoIh7xLbovidWewdQLue/ijQPA4gNsTo9KahP8GcA+W8s8nbs8bvuMR2BoB985+AcRPAHhXagRak3AdjHuxnP9D6nb9B+9IBNITcO/MFIi+e02zbU3CV0C4D4v5P6btYyiXHWfwLRF65tdKpbaJzfvemx0OQz7YsB+msiJeib+roOe82/bgYCbTs9Gzx7Wr9FVOra2Vy/LMfX+mdPFk2jmJ/VAue6LFd/OrpfW5+PvBXG5QcfiMIp48U7q4YN/vyvVftXaKgxVQWHbH7ba3O3fzFAVc/Mc/1zUeu3P9d7WbR9K5piPgyLFdYCXE6G83gLbvW5KQ/w6K7sPiN081aye+8BTQ5SjEM7LmxChUtm1OWxI0a2NoIHsJhIx575CDBwG6pdl3IYJbLQl35/pHGVRHEALvZ1Q3KTMyRBg2f68QQRMTimZX//Va0fbRrB0hz1Auy83GQqDpM6XXpuLvhwb6nwHRmGABYt2PkMJp66r5NmpLNmkU4mUQH1+9cHHMbIim47HjWC2tJ+JWIqPa5EZmHwbz0bbksgaMx0G4v6l9cxKeA6L7sHT0T42+FaUD8GTicRjDsG9zh0vK2GK0BDXs2zwUbPRekqaEYK6qyCLJc7MBdqyW1jOiGpp0FA2DSausLDCDpSaqFSTJIslGs/2qALdbFRrK9a/JJmlEmqFcVrAZB/g8CCtg0ptstbQ+audM1XHoH4MET/l3Umzsc02+Ck7IJpW+xVtEfZXZdhs7zbokJ+DII3vAkajfjYk6IHoIi0e+jWqy8kIKEr4O4oNYnKy5jfi3srgMFoWZVwEKm2FQVlQZI6YZu9CuKjig1xHHIeA8gbTLdgkiu55YabdT6Xur0IyARhX0phBCmHYOM6Ns1a/J/MV9jmt3iYoU7PVPASeF4IZ8Midpu46wQ7msKOl2ZqxEFByyirxrIPuy7VPULyKuKi6As6WL063U1CWgSz4AE2bTyDj0mBNxIIFRcgLunRUpP5KgTTH5MZby36jZ3vnIBxFFpxORUOGpduUYS0B397suLK4KbQlImCVmcd/iMvPiuuzfNg503VdcAU2MppXDEqIHFTn5AUtbDI2bcc2yeIeJcIoUxkXRjJsrWGW046+5P+CkKNnqhfW8xXDXzv58ow1nno8BtTDiMgC9iVwFFPUVzKqbRSugbICaAhqMpT/5J4qtFZUJBTKK3ooLKsCkVetWdskJuK9wRuLh9gSkn2PpiBSl639JSdi+AzQioOuq0hOQj1s32ax7ifsChOcskVwXPJTLWrUWV7xdFreN0kgzde5OHgztzBaErHb8ZlO5ScMag69Krqxi2rG7yikbQhFr4sZiwEZTrY1J2hCDYKO3psBQdCiM1IrdXG4DThx8kkALFai5JIlgMgLe+eg+ROFiAm78Gkv5xlmlfFwloZRY3h1r6zQo+iwWj55N0EdDAuoFNMF6WgLWK2nNvUuT82DeDqLjYd9msZULNv0LEe+SWFO90XsYxBkCiRJql0WsxiTb1H8HdDmuEI0ICKhaTBbHxoQhOrZsFHI49ieJkDlzYX3Y9QYRcBeBzhN4jZXKcMi3RNs25yXGk7DAbjjbTlz53fE0w77deiYjYKLSC53A0pGPt+vQkPBXAD5gbE9jKf/htt85Bo0U0CVgPE5p54KbEdAkDYNgHFQ92K+zwQZJiCggExeJteseJvBYPDNuNL94EmKUVEhRI5QuLWlV5DUizFrlvZJo4LIKMBonczuMqiqtExleLa3fKrGjUiAhqR3rUC47J5voShJVn3z9PxFwAUv5/YlJVFXCpwFsYCn/kcTfGcN24MbdWzsCSrIBpu2meVEsHb+BUdZZJDAqWWALAs4JSXVJpxpPFkVdqqoHuRGkY0oAczUXylQ+++r6bGwRtYIa4kuGe16UzUm6dBvO7aKG5BMjFyOp4UUhZlZL6/stFtUYsKb24tYH3Sy7Mbm6RcCRwgNg1IHlDDAd+eyHdxQG0MtXEpU4Cxcnr6ptWZMacFcIYl81dVdNlMuWXnQWbDLg+pEQVoip3CoL3jWQPUIESSLAxJNiX3O7hAwzbKG6rhDtljyMgmsCGuJnJOaSWmE8G7YD1PVOCmYbxVpxckkCsVq6OFjngpn2KIUJGZ/EikEPJholDs028NungCOzXwbzU02VytbzkkrZFQWUa1uNf0v5puGBxCeNAmEQFcxizxP4qtOBSl9lxa1h7d6ZXTH2CwxuWvapLThIbwo3FqovIPN5XcB2NoZbiAZQ3wfhlM1sTcarC+nVPmjaKFftmR6HqHWV6XWxtuu2G8Rv8yGCqQChbFC3fno57NscDDZ6pVBdVewGhe1mBLSnKgSSdu3mn2h0MtNsmZPFgCOFz4DxbEt+JSVhEvIBL23FNUu8VA36owU3S202bhP012KeJPtHgnlbPhH76maIxm3WJ0TisOZy65pkhRWKIp2ERIRhIrVmT0O0yr3ZozeNKJuMX7cVGbfNVJREqHbEV00SRmW+Rrnn3IUfes/NY8zRYMQ9RauQdqyav+C1EMFC3YlOtWS0EieQzfJVgLyrkHX4aU/BxSS4u6AkI2C7EoptsR0Jk5FPdvdPsXxE7hj633WOQDICCgj7Cn8B0NxltiNhUvLp7cn3Y3nyR0mwl4Nxe4hua1eum5Vdn6QelaSvbtnIvNIef5kwRZ9nJ70YYOf3dmKWhoDfB/BgokWIK2Ea8gGvYGPjNrz0oFTwm/4k/iDQrTp5qJ63Fhu5X4nR0roF6dS2D0VFcZsUUDlJZb/RgMVVuacYiTA0hWn5TkKLNHGVtC9uUwrCxt2OSpno7IWLOlFq9ate8rgh3+iCQ7tvt/I+OQFHjt0NVs8l7sSSMB35pPkfYCn/nVb9SHwD5lF3UW38FzFfUsAgEzKrpfUJea4CrHAFh0GkSS3xmiQxOg6rZqxyTFVLWsxlB1n0WlYtR1zRjZW5YKNXgn8pLK+FfZuTwUbvGDO2E0FKLfpqlIyPIgzL1bAQwXSAygIB47rYG0V7SKlTQmp93uskVObYTrLfosRvCjRe4WBMYj2J1wKEUyCUmfmSXAqQYreZ6w75xr1dIwS046/iFY3LbRY7N2K8LDeGgrduGEXEUoIaZ+LjiqXspEZN1j+WlviJ+WEMkxNQPthb+AUIX0zciZCQ6N5Erts2GkW34YWjf25JwJ39xZB78nHXqksPFA0rRVNRiLxkwgyaIrDcYSyYkwB9KiEL2huEmSjEHjAKq6+u77B96nYUVtwFNaoyDuIxWUiTaUpGSSGCcfRtlOWkROprUtSNtm3ux0ZfxjwvyAG+kEJs5eKEYpURlbFkjZgPyjfiaoXslgjaRo76iMsyL1FhKRCbslFeitCbvZtrksm6G8YqoHMbZ0KSGPVmz7gooe1D8IGiQnjDWwvBG73niPgQg+QixbB7ySHxmqc0TEfAkcIdYLyYso805kexlNc3WloTMFuIZ1zxDLh6HSpasASU/8oCVQ/g1ahZmDITS51PirQ1LKqLUyWIHYeb3drnQ7nsOcmYpL4mdlLWAXNelA4Ri0qLMs5Kf7agbAils3X7TL5l8KC9ZaLJraJhUdEaAc1lAr0Rdsr8qSzZb03lHMWr2vQX7f29ah2xZwVK5fW4qqcbZV2qMhvTbLAF2awsxW6iYqOMuN3apH2fjoDS+r6Z7wHU0kWmHYSxfwJL+a8m+daWLKwKSrymoMxcqiWYqwhINCYu2xLQLPo5iSNF1cTVueUK6zZtOSSKeEr6C6hSsArYQ2FRrly5JBCFCyjMS1+mtpeXBQ9vrIwHb/ZOyXOjnieIVT5CNKWIdG1PSiPE6hKrcEL3xZWZcFtlQtRNYjhRRYlF5d6hCnAoCiHKqsME1+XqzZC7eUrcqCjq7oGBg4xojhVPC3HFrcr7iKKyu9GsQgcIpaQzKiRu5GmSrFFSm/QE1CScfR7gTybtpK0d47dYzt/d1s4xqNXNmDI2wLbxnnFTOvaLQgyL6xF3KATTmbL5u1V/miQU5sEYdgN4fXePKvpozcSEtTjJJguGYJoY0nfvZu+gjEPGU7tQauJEUekKetZkbJqwTIPiDoU44p7l9onEgDq2lHNh4oyt7cl7GybEExW35ifjcOuU8v/2GhiHnKmdL5v2ZBzyPilWadYtbrs1AkorI7NfA/NPrqVz/a2v+V0zhO/kBrZOQJn1nbOfQITHAX7/FkD4G4DHsJR/bAvf+k+uEwSujYACwseO3QRFBwB1AOADAG5qg81ZEJ5E37ZH8fuvt6z1XScY+2m0QODaCRhvfN/MAYBGAAyAOGfcbAnAq2B1EssP/M6viEfAItB5AnpsPQIpEPAETAGWN+08Ap6AncfUt5gCAU/AFGB5084j4AnYeUx9iykQ8ARMAZY37TwCnoCdx9S3mAIBT8AUYHnTziPgCdh5TH2LKRDwBEwBljftPAKegJ3H1LeYAgFPwBRgedPOI+AJ2HlMfYspEPAETAGWN+08Ap6AncfUt5gCAU/AFGB5084j4AnYeUx9iykQ+C+otou5G18GVQAAAABJRU5ErkJggg==\"","export * from \"-!../../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_mini-css-extract-plugin@0.9.0@mini-css-extract-plugin/dist/loader.js??ref--9-oneOf-1-0!../../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_css-loader@3.6.0@css-loader/dist/cjs.js??ref--9-oneOf-1-1!../../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_vue-loader@15.11.1@vue-loader/lib/loaders/stylePostLoader.js!../../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_postcss-loader@3.0.0@postcss-loader/src/index.js??ref--9-oneOf-1-2!../../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_sass-loader@8.0.2@sass-loader/dist/cjs.js??ref--9-oneOf-1-3!../../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_cache-loader@4.1.0@cache-loader/dist/cjs.js??ref--1-0!../../../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_vue-loader@15.11.1@vue-loader/lib/index.js??vue-loader-options!./list.vue?vue&type=style&index=0&id=e518353c&prod&lang=scss&scoped=true\"","import SpriteSymbol from \"svg-baker-runtime/browser-symbol\";\nimport sprite from \"svg-sprite-loader/runtime/browser-sprite.build\";\nvar symbol = new SpriteSymbol({\n \"id\": \"icon-log\",\n \"use\": \"icon-log-usage\",\n \"viewBox\": \"0 0 1024 1024\",\n \"content\": \"\"\n});\nvar result = sprite.add(symbol);\nexport default symbol","import SpriteSymbol from \"svg-baker-runtime/browser-symbol\";\nimport sprite from \"svg-sprite-loader/runtime/browser-sprite.build\";\nvar symbol = new SpriteSymbol({\n \"id\": \"icon-user0\",\n \"use\": \"icon-user0-usage\",\n \"viewBox\": \"0 0 1024 1024\",\n \"content\": \"\"\n});\nvar result = sprite.add(symbol);\nexport default symbol","import SpriteSymbol from \"svg-baker-runtime/browser-symbol\";\nimport sprite from \"svg-sprite-loader/runtime/browser-sprite.build\";\nvar symbol = new SpriteSymbol({\n \"id\": \"icon-heavyMetalDetection\",\n \"use\": \"icon-heavyMetalDetection-usage\",\n \"viewBox\": \"0 0 113.39 113.39\",\n \"content\": \"重金属检测项\"\n});\nvar result = sprite.add(symbol);\nexport default symbol","import SpriteSymbol from \"svg-baker-runtime/browser-symbol\";\nimport sprite from \"svg-sprite-loader/runtime/browser-sprite.build\";\nvar symbol = new SpriteSymbol({\n \"id\": \"icon-residual\",\n \"use\": \"icon-residual-usage\",\n \"viewBox\": \"0 0 113.39 112.64\",\n \"content\": \"检测管理\"\n});\nvar result = sprite.add(symbol);\nexport default symbol","import SpriteSymbol from \"svg-baker-runtime/browser-symbol\";\nimport sprite from \"svg-sprite-loader/runtime/browser-sprite.build\";\nvar symbol = new SpriteSymbol({\n \"id\": \"icon-home\",\n \"use\": \"icon-home-usage\",\n \"viewBox\": \"0 0 113.4 113.4\",\n \"content\": \"\\r\\n\\r\\n\\r\\n\"\n});\nvar result = sprite.add(symbol);\nexport default symbol","export * from \"-!../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_mini-css-extract-plugin@0.9.0@mini-css-extract-plugin/dist/loader.js??ref--9-oneOf-1-0!../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_css-loader@3.6.0@css-loader/dist/cjs.js??ref--9-oneOf-1-1!../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_vue-loader@15.11.1@vue-loader/lib/loaders/stylePostLoader.js!../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_postcss-loader@3.0.0@postcss-loader/src/index.js??ref--9-oneOf-1-2!../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_sass-loader@8.0.2@sass-loader/dist/cjs.js??ref--9-oneOf-1-3!../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_cache-loader@4.1.0@cache-loader/dist/cjs.js??ref--1-0!../../../../../../../../../../../../apache/xiangmu_node_modules/admin/node_modules/_vue-loader@15.11.1@vue-loader/lib/index.js??vue-loader-options!./index.vue?vue&type=style&index=0&id=15e41e3c&prod&lang=scss&scoped=true\"","import SpriteSymbol from \"svg-baker-runtime/browser-symbol\";\nimport sprite from \"svg-sprite-loader/runtime/browser-sprite.build\";\nvar symbol = new SpriteSymbol({\n \"id\": \"icon-dataAbnormal\",\n \"use\": \"icon-dataAbnormal-usage\",\n \"viewBox\": \"0 0 113.39 113.39\",\n \"content\": \"数据异常\"\n});\nvar result = sprite.add(symbol);\nexport default symbol","import SpriteSymbol from \"svg-baker-runtime/browser-symbol\";\nimport sprite from \"svg-sprite-loader/runtime/browser-sprite.build\";\nvar symbol = new SpriteSymbol({\n \"id\": \"icon-plants\",\n \"use\": \"icon-plants-usage\",\n \"viewBox\": \"0 0 113.39 113.39\",\n \"content\": \"种植管理\"\n});\nvar result = sprite.add(symbol);\nexport default symbol","import SpriteSymbol from \"svg-baker-runtime/browser-symbol\";\nimport sprite from \"svg-sprite-loader/runtime/browser-sprite.build\";\nvar symbol = new SpriteSymbol({\n \"id\": \"icon-user\",\n \"use\": \"icon-user-usage\",\n \"viewBox\": \"0 0 1024 1024\",\n \"content\": \"\"\n});\nvar result = sprite.add(symbol);\nexport default symbol","import SpriteSymbol from \"svg-baker-runtime/browser-symbol\";\nimport sprite from \"svg-sprite-loader/runtime/browser-sprite.build\";\nvar symbol = new SpriteSymbol({\n \"id\": \"icon-videoEquipment\",\n \"use\": \"icon-videoEquipment-usage\",\n \"viewBox\": \"0 0 113.39 96.23\",\n \"content\": \"监控设备\"\n});\nvar result = sprite.add(symbol);\nexport default symbol"],"sourceRoot":""} \ No newline at end of file diff --git a/target/classes/admin/admin/dist/js/chunk-vendors.e930c280.js b/target/classes/admin/admin/dist/js/chunk-vendors.e930c280.js new file mode 100644 index 0000000..aa657b6 --- /dev/null +++ b/target/classes/admin/admin/dist/js/chunk-vendors.e930c280.js @@ -0,0 +1,143 @@ +(window["webpackJsonp"]=window["webpackJsonp"]||[]).push([["chunk-vendors"],{"0065":function(t,e,n){"use strict";e.__esModule=!0;var i="function"===typeof Symbol&&"symbol"===typeof Symbol.iterator?function(t){return typeof t}:function(t){return t&&"function"===typeof Symbol&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t};e.isVNode=o;var r=n("3ca4");function o(t){return null!==t&&"object"===("undefined"===typeof t?"undefined":i(t))&&(0,r.hasOwn)(t,"componentOptions")}},"00f5":function(t,e,n){"use strict";var i=n("9fdb");t.exports=function(t,e,n){for(var r in e)i(t,r,e[r],n);return t}},"0106":function(t,e,n){"use strict";var i=n("6e02"),r=n("8279"),o=r.RegExp;t.exports=i((function(){var t=o("(?b)","g");return"b"!==t.exec("b").groups.a||"bc"!=="b".replace(t,"$c")}))},"0121":function(t,e,n){"use strict";var i=n("51bf"),r=0,o=function(){function t(t){this.categories=t.categories||[],this._needCollect=t.needCollect,this._deduplication=t.deduplication,this.uid=++r}return t.createByAxisModel=function(e){var n=e.option,r=n.data,o=r&&Object(i["map"])(r,a);return new t({categories:o,needCollect:!o,deduplication:!1!==n.dedplication})},t.prototype.getOrdinal=function(t){return this._getOrCreateMap().get(t)},t.prototype.parseAndCollect=function(t){var e,n=this._needCollect;if(!Object(i["isString"])(t)&&!n)return t;if(n&&!this._deduplication)return e=this.categories.length,this.categories[e]=t,e;var r=this._getOrCreateMap();return e=r.get(t),null==e&&(n?(e=this.categories.length,this.categories[e]=t,r.set(t,e)):e=NaN),e},t.prototype._getOrCreateMap=function(){return this._map||(this._map=Object(i["createHashMap"])(this.categories))},t}();function a(t){return Object(i["isObject"])(t)&&null!=t.value?t.value:t+""}e["a"]=o},"01c9":function(t,e,n){"use strict";var i=n("65b8").PROPER,r=n("9fdb"),o=n("b919"),a=n("3488"),s=n("6e02"),l=n("957d"),u="toString",c=RegExp.prototype,h=c[u],d=s((function(){return"/a/b"!==h.call({source:"a",flags:"b"})})),f=i&&h.name!==u;(d||f)&&r(c,u,(function(){var t=o(this),e=a(t.source),n=a(l(t));return"/"+e+"/"+n}),{unsafe:!0})},"01d4":function(t,e,n){"use strict";var i=n("dceb"),r=n("aac4");t.exports=function(t,e,n){try{return i(r(Object.getOwnPropertyDescriptor(t,e)[n]))}catch(o){}}},"0211":function(t,e,n){"use strict";n.d(e,"f",(function(){return l})),n.d(e,"d",(function(){return c})),n.d(e,"b",(function(){return h})),n.d(e,"e",(function(){return f})),n.d(e,"a",(function(){return g})),n.d(e,"c",(function(){return y}));var i=n("50af"),r=n("51bf"),o=".",a="___EC__COMPONENT__CONTAINER___",s="___EC__EXTENDED_CLASS___";function l(t){var e={main:"",sub:""};if(t){var n=t.split(o);e.main=n[0]||"",e.sub=n[1]||""}return e}function u(t){r["assert"](/^[a-zA-Z0-9_]+([.][a-zA-Z0-9_]+)?$/.test(t),'componentType "'+t+'" illegal')}function c(t){return!(!t||!t[s])}function h(t,e){t.$constructor=t,t.extend=function(t){var e,n=this;return d(n)?e=function(t){function e(){return t.apply(this,arguments)||this}return Object(i["a"])(e,t),e}(n):(e=function(){(t.$constructor||n).apply(this,arguments)},r["inherits"](e,this)),r["extend"](e.prototype,t),e[s]=!0,e.extend=this.extend,e.superCall=v,e.superApply=m,e.superClass=n,e}}function d(t){return r["isFunction"](t)&&/^class\s/.test(Function.prototype.toString.call(t))}function f(t,e){t.extend=e.extend}var p=Math.round(10*Math.random());function g(t){var e=["__\0is_clz",p++].join("_");t.prototype[e]=!0,t.isInstance=function(t){return!(!t||!t[e])}}function v(t,e){for(var n=[],i=2;i=e)){var n=this._store,r=n.getProvider();this._updateOrdinalMeta();var o=this._nameList,a=this._idList,s=r.getSource().sourceFormat,l=s===v["f"];if(l&&!r.pure)for(var c=[],h=t;h0},t.prototype.ensureUniqueItemVisual=function(t,e){var n=this._itemVisuals,i=n[t];i||(i=n[t]={});var r=i[e];return null==r&&(r=this.getVisual(e),c["isArray"](r)?r=r.slice():w(r)&&(r=c["extend"]({},r)),i[e]=r),r},t.prototype.setItemVisual=function(t,e,n){var i=this._itemVisuals[t]||{};this._itemVisuals[t]=i,w(e)?c["extend"](i,e):i[e]=n},t.prototype.clearAllVisual=function(){this._visual={},this._itemVisuals=[]},t.prototype.setLayout=function(t,e){w(t)?c["extend"](this._layout,t):this._layout[t]=e},t.prototype.getLayout=function(t){return this._layout[t]},t.prototype.getItemLayout=function(t){return this._itemLayouts[t]},t.prototype.setItemLayout=function(t,e,n){this._itemLayouts[t]=n?c["extend"](this._itemLayouts[t]||{},e):e},t.prototype.clearItemLayouts=function(){this._itemLayouts.length=0},t.prototype.setItemGraphicEl=function(t,e){var n=this.hostModel&&this.hostModel.seriesIndex;Object(y["b"])(n,this.dataType,t,e),this._graphicEls[t]=e},t.prototype.getItemGraphicEl=function(t){return this._graphicEls[t]},t.prototype.eachItemGraphicEl=function(t,e){c["each"](this._graphicEls,(function(n,i){n&&t&&t.call(e,n,i)}))},t.prototype.cloneShallow=function(e){return e||(e=new t(this._schema?this._schema:O(this.dimensions,this._getDimInfo,this),this.hostModel)),s(e,this),e._store=this._store,e},t.prototype.wrapMethod=function(t,e){var n=this[t];c["isFunction"](n)&&(this.__wrappedMethods=this.__wrappedMethods||[],this.__wrappedMethods.push(t),this[t]=function(){var t=n.apply(this,arguments);return e.apply(this,[t].concat(c["slice"](arguments)))})},t.internalField=function(){i=function(t){var e=t._invertedIndicesMap;c["each"](e,(function(n,i){var r=t._dimInfos[i],o=r.ordinalMeta,a=t._store;if(o){n=e[i]=new S(o.categories.length);for(var s=0;s1&&(l+="__ec__"+c),i[e]=l}}}(),t}();e["a"]=T},"02c4":function(t,e,n){"use strict";n("3255");var i=n("ac02"),r=n("81e1"),o=n("c320"),a=n("b919"),s=n("3488"),l=function(){var t=!1,e=/[ac]/;return e.exec=function(){return t=!0,/./.exec.apply(this,arguments)},!0===e.test("abc")&&t}(),u=/./.test;i({target:"RegExp",proto:!0,forced:!l},{test:function(t){var e=a(this),n=s(t),i=e.exec;if(!o(i))return r(u,e,n);var l=r(i,e,n);return null!==l&&(a(l),!0)}})},"02d6":function(t,e,n){"use strict";function i(t,e){return null==t&&(t=0),null==e&&(e=0),[t,e]}function r(t,e){return t[0]=e[0],t[1]=e[1],t}function o(t){return[t[0],t[1]]}function a(t,e,n){return t[0]=e,t[1]=n,t}function s(t,e,n){return t[0]=e[0]+n[0],t[1]=e[1]+n[1],t}function l(t,e,n,i){return t[0]=e[0]+n[0]*i,t[1]=e[1]+n[1]*i,t}function u(t,e,n){return t[0]=e[0]-n[0],t[1]=e[1]-n[1],t}function c(t){return Math.sqrt(d(t))}n.r(e),n.d(e,"create",(function(){return i})),n.d(e,"copy",(function(){return r})),n.d(e,"clone",(function(){return o})),n.d(e,"set",(function(){return a})),n.d(e,"add",(function(){return s})),n.d(e,"scaleAndAdd",(function(){return l})),n.d(e,"sub",(function(){return u})),n.d(e,"len",(function(){return c})),n.d(e,"length",(function(){return h})),n.d(e,"lenSquare",(function(){return d})),n.d(e,"lengthSquare",(function(){return f})),n.d(e,"mul",(function(){return p})),n.d(e,"div",(function(){return g})),n.d(e,"dot",(function(){return v})),n.d(e,"scale",(function(){return m})),n.d(e,"normalize",(function(){return y})),n.d(e,"distance",(function(){return b})),n.d(e,"dist",(function(){return _})),n.d(e,"distanceSquare",(function(){return x})),n.d(e,"distSquare",(function(){return w})),n.d(e,"negate",(function(){return O})),n.d(e,"lerp",(function(){return S})),n.d(e,"applyTransform",(function(){return C})),n.d(e,"min",(function(){return k})),n.d(e,"max",(function(){return j}));var h=c;function d(t){return t[0]*t[0]+t[1]*t[1]}var f=d;function p(t,e,n){return t[0]=e[0]*n[0],t[1]=e[1]*n[1],t}function g(t,e,n){return t[0]=e[0]/n[0],t[1]=e[1]/n[1],t}function v(t,e){return t[0]*e[0]+t[1]*e[1]}function m(t,e,n){return t[0]=e[0]*n,t[1]=e[1]*n,t}function y(t,e){var n=c(e);return 0===n?(t[0]=0,t[1]=0):(t[0]=e[0]/n,t[1]=e[1]/n),t}function b(t,e){return Math.sqrt((t[0]-e[0])*(t[0]-e[0])+(t[1]-e[1])*(t[1]-e[1]))}var _=b;function x(t,e){return(t[0]-e[0])*(t[0]-e[0])+(t[1]-e[1])*(t[1]-e[1])}var w=x;function O(t,e){return t[0]=-e[0],t[1]=-e[1],t}function S(t,e,n,i){return t[0]=e[0]+i*(n[0]-e[0]),t[1]=e[1]+i*(n[1]-e[1]),t}function C(t,e,n){var i=e[0],r=e[1];return t[0]=n[0]*i+n[2]*r+n[4],t[1]=n[1]*i+n[3]*r+n[5],t}function k(t,e,n){return t[0]=Math.min(e[0],n[0]),t[1]=Math.min(e[1],n[1]),t}function j(t,e,n){return t[0]=Math.max(e[0],n[0]),t[1]=Math.max(e[1],n[1]),t}},"033a":function(t,e,n){"use strict";var i=n("81e1"),r=n("604c"),o=n("b919"),a=n("aded"),s=n("e04e"),l=n("e847"),u=n("3488"),c=n("126d"),h=n("de82");r("search",(function(t,e,n){return[function(e){var n=s(this),r=a(e)?void 0:c(e,t);return r?i(r,e,n):new RegExp(e)[t](u(n))},function(t){var i=o(this),r=u(t),a=n(e,i,r);if(a.done)return a.value;var s=i.lastIndex;l(s,0)||(i.lastIndex=0);var c=h(i,r);return l(i.lastIndex,s)||(i.lastIndex=s),null===c?-1:c.index}]}))},"03d1":function(t,e){var n=0,i=Math.random();t.exports=function(t){return"Symbol(".concat(void 0===t?"":t,")_",(++n+i).toString(36))}},"042e":function(t,e,n){"use strict";var i=n("91b2"),r=TypeError;t.exports=function(t,e){if(i(e,t))return t;throw new r("Incorrect invocation")}},"053a":function(t,e){var n={}.toString;t.exports=Array.isArray||function(t){return"[object Array]"==n.call(t)}},"0590":function(t,e,n){"use strict";var i,r,o=n("8279"),a=n("278d"),s=o.process,l=o.Deno,u=s&&s.versions||l&&l.version,c=u&&u.v8;c&&(i=c.split("."),r=i[0]>0&&i[0]<4?1:+(i[0]+i[1])),!r&&a&&(i=a.match(/Edge\/(\d+)/),(!i||i[1]>=74)&&(i=a.match(/Chrome\/(\d+)/),i&&(r=+i[1]))),t.exports=r},"0594":function(t,e,n){"use strict";n.d(e,"a",(function(){return l}));var i=n("51bf"),r=n("f305");function o(t){if(!t.UTF8Encoding)return t;var e=t,n=e.UTF8Scale;null==n&&(n=1024);var r=e.features;return i["each"](r,(function(t){var e=t.geometry,r=e.encodeOffsets,o=e.coordinates;if(r)switch(e.type){case"LineString":e.coordinates=s(o,r,n);break;case"Polygon":a(o,r,n);break;case"MultiLineString":a(o,r,n);break;case"MultiPolygon":i["each"](o,(function(t,e){return a(t,r[e],n)}))}})),e.UTF8Encoding=!1,e}function a(t,e,n){for(var i=0;i>1^-(1&s),l=l>>1^-(1&l),s+=r,l+=o,r=s,o=l,i.push([s/n,l/n])}return i}function l(t,e){return t=o(t),i["map"](i["filter"](t.features,(function(t){return t.geometry&&t.properties&&t.geometry.coordinates.length>0})),(function(t){var n=t.properties,o=t.geometry,a=[];switch(o.type){case"Polygon":var s=o.coordinates;a.push(new r["b"](s[0],s.slice(1)));break;case"MultiPolygon":i["each"](o.coordinates,(function(t){t[0]&&a.push(new r["b"](t[0],t.slice(1)))}));break;case"LineString":a.push(new r["a"]([o.coordinates]));break;case"MultiLineString":a.push(new r["a"](o.coordinates))}var l=new r["c"](n[e||"name"],a,n.cp);return l.properties=n,l}))}},"05b5":function(t,e,n){"use strict";var i=n("dceb"),r=n("6e02"),o=n("8b2d"),a=Object,s=i("".split);t.exports=r((function(){return!a("z").propertyIsEnumerable(0)}))?function(t){return"String"===o(t)?s(t,""):a(t)}:a},"05e5":function(t,e,n){"use strict";function i(t,e,n){switch(n){case"color":var i=t.getItemVisual(e,"style");return i[t.getVisual("drawType")];case"opacity":return t.getItemVisual(e,"style").opacity;case"symbol":case"symbolSize":case"liftZ":return t.getItemVisual(e,n);default:0}}function r(t,e){switch(e){case"color":var n=t.getVisual("style");return n[t.getVisual("drawType")];case"opacity":return t.getVisual("style").opacity;case"symbol":case"symbolSize":case"liftZ":return t.getVisual(e);default:0}}function o(t,e,n,i){switch(n){case"color":var r=t.ensureUniqueItemVisual(e,"style");r[t.getVisual("drawType")]=i,t.setItemVisual(e,"colorFromPalette",!1);break;case"opacity":t.ensureUniqueItemVisual(e,"style").opacity=i;break;case"symbol":case"symbolSize":case"liftZ":t.setItemVisual(e,n,i);break;default:0}}n.d(e,"a",(function(){return i})),n.d(e,"b",(function(){return r})),n.d(e,"c",(function(){return o}))},"0699":function(t,e,n){"use strict";var i=n("ac02"),r=n("dceb"),o=n("aac4"),a=n("68d0"),s=n("8b7a"),l=n("f71c"),u=n("3488"),c=n("6e02"),h=n("28ad"),d=n("b07e"),f=n("a998"),p=n("a5d8"),g=n("0590"),v=n("b77d"),m=[],y=r(m.sort),b=r(m.push),_=c((function(){m.sort(void 0)})),x=c((function(){m.sort(null)})),w=d("sort"),O=!c((function(){if(g)return g<70;if(!(f&&f>3)){if(p)return!0;if(v)return v<603;var t,e,n,i,r="";for(t=65;t<76;t++){switch(e=String.fromCharCode(t),t){case 66:case 69:case 70:case 72:n=3;break;case 68:case 71:n=4;break;default:n=2}for(i=0;i<47;i++)m.push({k:e+i,v:n})}for(m.sort((function(t,e){return e.v-t.v})),i=0;iu(n)?1:-1}};i({target:"Array",proto:!0,forced:S},{sort:function(t){void 0!==t&&o(t);var e=a(this);if(O)return void 0===t?y(e):y(e,t);var n,i,r=[],u=s(e);for(i=0;i=e.length)return t.target=null,u(void 0,!0);switch(t.kind){case"keys":return u(n,!1);case"values":return u(e[n],!1)}return u([n,e[n]],!1)}),"values");var g=o.Arguments=o.Array;if(r("keys"),r("values"),r("entries"),!c&&h&&"values"!==g.name)try{s(g,"name",{value:"values"})}catch(v){}},"0942":function(t,e,n){"use strict";var i=n("3629"),r=n("7891"),o=10,a=40,s=800;function l(t){var e=0,n=0,i=0,r=0;return"detail"in t&&(n=t.detail),"wheelDelta"in t&&(n=-t.wheelDelta/120),"wheelDeltaY"in t&&(n=-t.wheelDeltaY/120),"wheelDeltaX"in t&&(e=-t.wheelDeltaX/120),"axis"in t&&t.axis===t.HORIZONTAL_AXIS&&(e=n,n=0),i=e*o,r=n*o,"deltaY"in t&&(r=t.deltaY),"deltaX"in t&&(i=t.deltaX),(i||r)&&t.deltaMode&&(1==t.deltaMode?(i*=a,r*=a):(i*=s,r*=s)),i&&!e&&(e=i<1?-1:1),r&&!n&&(n=r<1?-1:1),{spinX:e,spinY:n,pixelX:i,pixelY:r}}l.getEventType=function(){return i.firefox()?"DOMMouseScroll":r("wheel")?"wheel":"mousewheel"},t.exports=l},"09d9":function(t,e,n){"use strict";var i=n("b7bc");t.exports=i&&!!Symbol["for"]&&!!Symbol.keyFor},"09ef":function(t,e,n){"use strict";e.__esModule=!0;var i=n("37f0"),r=l(i),o=n("c6f4"),a=l(o),s="function"===typeof a.default&&"symbol"===typeof r.default?function(t){return typeof t}:function(t){return t&&"function"===typeof a.default&&t.constructor===a.default&&t!==a.default.prototype?"symbol":typeof t};function l(t){return t&&t.__esModule?t:{default:t}}e.default="function"===typeof a.default&&"symbol"===s(r.default)?function(t){return"undefined"===typeof t?"undefined":s(t)}:function(t){return t&&"function"===typeof a.default&&t.constructor===a.default&&t!==a.default.prototype?"symbol":"undefined"===typeof t?"undefined":s(t)}},"0a34":function(t,e,n){var i=n("99ea")("wks"),r=n("03d1"),o=n("2291").Symbol,a="function"==typeof o,s=t.exports=function(t){return i[t]||(i[t]=a&&o[t]||(a?o:r)("Symbol."+t))};s.store=i},"0a90":function(t,e){t.exports=!0},"0ac5":function(t,e){var n=Math.ceil,i=Math.floor;t.exports=function(t){return isNaN(t=+t)?0:(t>0?i:n)(t)}},"0b03":function(t,e,n){"use strict";function i(t,e){for(var n in e)t[n]=e[n];return t}n.d(e,"a",(function(){return we}));var r=/[!'()*]/g,o=function(t){return"%"+t.charCodeAt(0).toString(16)},a=/%2C/g,s=function(t){return encodeURIComponent(t).replace(r,o).replace(a,",")};function l(t){try{return decodeURIComponent(t)}catch(e){0}return t}function u(t,e,n){void 0===e&&(e={});var i,r=n||h;try{i=r(t||"")}catch(s){i={}}for(var o in e){var a=e[o];i[o]=Array.isArray(a)?a.map(c):c(a)}return i}var c=function(t){return null==t||"object"===typeof t?t:String(t)};function h(t){var e={};return t=t.trim().replace(/^(\?|#|&)/,""),t?(t.split("&").forEach((function(t){var n=t.replace(/\+/g," ").split("="),i=l(n.shift()),r=n.length>0?l(n.join("=")):null;void 0===e[i]?e[i]=r:Array.isArray(e[i])?e[i].push(r):e[i]=[e[i],r]})),e):e}function d(t){var e=t?Object.keys(t).map((function(e){var n=t[e];if(void 0===n)return"";if(null===n)return s(e);if(Array.isArray(n)){var i=[];return n.forEach((function(t){void 0!==t&&(null===t?i.push(s(e)):i.push(s(e)+"="+s(t)))})),i.join("&")}return s(e)+"="+s(n)})).filter((function(t){return t.length>0})).join("&"):null;return e?"?"+e:""}var f=/\/?$/;function p(t,e,n,i){var r=i&&i.options.stringifyQuery,o=e.query||{};try{o=g(o)}catch(s){}var a={name:e.name||t&&t.name,meta:t&&t.meta||{},path:e.path||"/",hash:e.hash||"",query:o,params:e.params||{},fullPath:y(e,r),matched:t?m(t):[]};return n&&(a.redirectedFrom=y(n,r)),Object.freeze(a)}function g(t){if(Array.isArray(t))return t.map(g);if(t&&"object"===typeof t){var e={};for(var n in t)e[n]=g(t[n]);return e}return t}var v=p(null,{path:"/"});function m(t){var e=[];while(t)e.unshift(t),t=t.parent;return e}function y(t,e){var n=t.path,i=t.query;void 0===i&&(i={});var r=t.hash;void 0===r&&(r="");var o=e||d;return(n||"/")+o(i)+r}function b(t,e,n){return e===v?t===e:!!e&&(t.path&&e.path?t.path.replace(f,"")===e.path.replace(f,"")&&(n||t.hash===e.hash&&_(t.query,e.query)):!(!t.name||!e.name)&&(t.name===e.name&&(n||t.hash===e.hash&&_(t.query,e.query)&&_(t.params,e.params))))}function _(t,e){if(void 0===t&&(t={}),void 0===e&&(e={}),!t||!e)return t===e;var n=Object.keys(t).sort(),i=Object.keys(e).sort();return n.length===i.length&&n.every((function(n,r){var o=t[n],a=i[r];if(a!==n)return!1;var s=e[n];return null==o||null==s?o===s:"object"===typeof o&&"object"===typeof s?_(o,s):String(o)===String(s)}))}function x(t,e){return 0===t.path.replace(f,"/").indexOf(e.path.replace(f,"/"))&&(!e.hash||t.hash===e.hash)&&w(t.query,e.query)}function w(t,e){for(var n in e)if(!(n in t))return!1;return!0}function O(t){for(var e=0;e=0&&(e=t.slice(i),t=t.slice(0,i));var r=t.indexOf("?");return r>=0&&(n=t.slice(r+1),t=t.slice(0,r)),{path:t,query:n,hash:e}}function T(t){return t.replace(/\/(?:\s*\/)+/g,"/")}var A=Array.isArray||function(t){return"[object Array]"==Object.prototype.toString.call(t)},I=K,E=R,D=$,P=z,L=X,N=new RegExp(["(\\\\.)","([\\/.])?(?:(?:\\:(\\w+)(?:\\(((?:\\\\.|[^\\\\()])+)\\))?|\\(((?:\\\\.|[^\\\\()])+)\\))([+*?])?|(\\*))"].join("|"),"g");function R(t,e){var n,i=[],r=0,o=0,a="",s=e&&e.delimiter||"/";while(null!=(n=N.exec(t))){var l=n[0],u=n[1],c=n.index;if(a+=t.slice(o,c),o=c+l.length,u)a+=u[1];else{var h=t[o],d=n[2],f=n[3],p=n[4],g=n[5],v=n[6],m=n[7];a&&(i.push(a),a="");var y=null!=d&&null!=h&&h!==d,b="+"===v||"*"===v,_="?"===v||"*"===v,x=n[2]||s,w=p||g;i.push({name:f||r++,prefix:d||"",delimiter:x,optional:_,repeat:b,partial:y,asterisk:!!m,pattern:w?H(w):m?".*":"[^"+V(x)+"]+?"})}}return o1||!S.length)return 0===S.length?t():t("span",{},S)}if("a"===this.tag)O.on=w,O.attrs={href:l,"aria-current":y};else{var C=at(this.$slots.default);if(C){C.isStatic=!1;var k=C.data=i({},C.data);for(var j in k.on=k.on||{},k.on){var M=k.on[j];j in w&&(k.on[j]=Array.isArray(M)?M:[M])}for(var T in w)T in k.on?k.on[T].push(w[T]):k.on[T]=_;var A=C.data.attrs=i({},C.data.attrs);A.href=l,A["aria-current"]=y}else O.on=w}return t(this.tag,O,this.$slots.default)}};function ot(t){if(!(t.metaKey||t.altKey||t.ctrlKey||t.shiftKey)&&!t.defaultPrevented&&(void 0===t.button||0===t.button)){if(t.currentTarget&&t.currentTarget.getAttribute){var e=t.currentTarget.getAttribute("target");if(/\b_blank\b/i.test(e))return}return t.preventDefault&&t.preventDefault(),!0}}function at(t){if(t)for(var e,n=0;n-1&&(s.params[h]=n.params[h]);return s.path=J(u.path,s.params,'named route "'+l+'"'),d(u,s,a)}if(s.path){s.params={};for(var f=0;f-1}function Gt(t,e){return Wt(t)&&t._isRouter&&(null==e||t.type===e)}function Ut(t,e,n){var i=function(r){r>=t.length?n():t[r]?e(t[r],(function(){i(r+1)})):i(r+1)};i(0)}function Yt(t){return function(e,n,i){var r=!1,o=0,a=null;Xt(t,(function(t,e,n,s){if("function"===typeof t&&void 0===t.cid){r=!0,o++;var l,u=Qt((function(e){Jt(e)&&(e=e.default),t.resolved="function"===typeof e?e:tt.extend(e),n.components[s]=e,o--,o<=0&&i()})),c=Qt((function(t){var e="Failed to resolve async component "+s+": "+t;a||(a=Wt(t)?t:new Error(e),i(a))}));try{l=t(u,c)}catch(d){c(d)}if(l)if("function"===typeof l.then)l.then(u,c);else{var h=l.component;h&&"function"===typeof h.then&&h.then(u,c)}}})),r||i()}}function Xt(t,e){return Kt(t.map((function(t){return Object.keys(t.components).map((function(n){return e(t.components[n],t.instances[n],t,n)}))})))}function Kt(t){return Array.prototype.concat.apply([],t)}var Zt="function"===typeof Symbol&&"symbol"===typeof Symbol.toStringTag;function Jt(t){return t.__esModule||Zt&&"Module"===t[Symbol.toStringTag]}function Qt(t){var e=!1;return function(){var n=[],i=arguments.length;while(i--)n[i]=arguments[i];if(!e)return e=!0,t.apply(this,n)}}var te=function(t,e){this.router=t,this.base=ee(e),this.current=v,this.pending=null,this.ready=!1,this.readyCbs=[],this.readyErrorCbs=[],this.errorCbs=[],this.listeners=[]};function ee(t){if(!t)if(lt){var e=document.querySelector("base");t=e&&e.getAttribute("href")||"/",t=t.replace(/^https?:\/\/[^\/]+/,"")}else t="/";return"/"!==t.charAt(0)&&(t="/"+t),t.replace(/\/$/,"")}function ne(t,e){var n,i=Math.max(t.length,e.length);for(n=0;n0)){var e=this.router,n=e.options.scrollBehavior,i=Pt&&n;i&&this.listeners.push(wt());var r=function(){var n=t.current,r=he(t.base);t.current===v&&r===t._startLocation||t.transitionTo(r,(function(t){i&&Ot(e,t,n,!0)}))};window.addEventListener("popstate",r),this.listeners.push((function(){window.removeEventListener("popstate",r)}))}},e.prototype.go=function(t){window.history.go(t)},e.prototype.push=function(t,e,n){var i=this,r=this,o=r.current;this.transitionTo(t,(function(t){Lt(T(i.base+t.fullPath)),Ot(i.router,t,o,!1),e&&e(t)}),n)},e.prototype.replace=function(t,e,n){var i=this,r=this,o=r.current;this.transitionTo(t,(function(t){Nt(T(i.base+t.fullPath)),Ot(i.router,t,o,!1),e&&e(t)}),n)},e.prototype.ensureURL=function(t){if(he(this.base)!==this.current.fullPath){var e=T(this.base+this.current.fullPath);t?Lt(e):Nt(e)}},e.prototype.getCurrentLocation=function(){return he(this.base)},e}(te);function he(t){var e=window.location.pathname,n=e.toLowerCase(),i=t.toLowerCase();return!t||n!==i&&0!==n.indexOf(T(i+"/"))||(e=e.slice(t.length)),(e||"/")+window.location.search+window.location.hash}var de=function(t){function e(e,n,i){t.call(this,e,n),i&&fe(this.base)||pe()}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype.setupListeners=function(){var t=this;if(!(this.listeners.length>0)){var e=this.router,n=e.options.scrollBehavior,i=Pt&&n;i&&this.listeners.push(wt());var r=function(){var e=t.current;pe()&&t.transitionTo(ge(),(function(n){i&&Ot(t.router,n,e,!0),Pt||ye(n.fullPath)}))},o=Pt?"popstate":"hashchange";window.addEventListener(o,r),this.listeners.push((function(){window.removeEventListener(o,r)}))}},e.prototype.push=function(t,e,n){var i=this,r=this,o=r.current;this.transitionTo(t,(function(t){me(t.fullPath),Ot(i.router,t,o,!1),e&&e(t)}),n)},e.prototype.replace=function(t,e,n){var i=this,r=this,o=r.current;this.transitionTo(t,(function(t){ye(t.fullPath),Ot(i.router,t,o,!1),e&&e(t)}),n)},e.prototype.go=function(t){window.history.go(t)},e.prototype.ensureURL=function(t){var e=this.current.fullPath;ge()!==e&&(t?me(e):ye(e))},e.prototype.getCurrentLocation=function(){return ge()},e}(te);function fe(t){var e=he(t);if(!/^\/#/.test(e))return window.location.replace(T(t+"/#"+e)),!0}function pe(){var t=ge();return"/"===t.charAt(0)||(ye("/"+t),!1)}function ge(){var t=window.location.href,e=t.indexOf("#");return e<0?"":(t=t.slice(e+1),t)}function ve(t){var e=window.location.href,n=e.indexOf("#"),i=n>=0?e.slice(0,n):e;return i+"#"+t}function me(t){Pt?Lt(ve(t)):window.location.hash=t}function ye(t){Pt?Nt(ve(t)):window.location.replace(ve(t))}var be=function(t){function e(e,n){t.call(this,e,n),this.stack=[],this.index=-1}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype.push=function(t,e,n){var i=this;this.transitionTo(t,(function(t){i.stack=i.stack.slice(0,i.index+1).concat(t),i.index++,e&&e(t)}),n)},e.prototype.replace=function(t,e,n){var i=this;this.transitionTo(t,(function(t){i.stack=i.stack.slice(0,i.index).concat(t),e&&e(t)}),n)},e.prototype.go=function(t){var e=this,n=this.index+t;if(!(n<0||n>=this.stack.length)){var i=this.stack[n];this.confirmTransition(i,(function(){var t=e.current;e.index=n,e.updateRoute(i),e.router.afterHooks.forEach((function(e){e&&e(i,t)}))}),(function(t){Gt(t,Rt.duplicated)&&(e.index=n)}))}},e.prototype.getCurrentLocation=function(){var t=this.stack[this.stack.length-1];return t?t.fullPath:"/"},e.prototype.ensureURL=function(){},e}(te),_e=function(t){void 0===t&&(t={}),this.app=null,this.apps=[],this.options=t,this.beforeHooks=[],this.resolveHooks=[],this.afterHooks=[],this.matcher=ft(t.routes||[],this);var e=t.mode||"hash";switch(this.fallback="history"===e&&!Pt&&!1!==t.fallback,this.fallback&&(e="hash"),lt||(e="abstract"),this.mode=e,e){case"history":this.history=new ce(this,t.base);break;case"hash":this.history=new de(this,t.base,this.fallback);break;case"abstract":this.history=new be(this,t.base);break;default:0}},xe={currentRoute:{configurable:!0}};_e.prototype.match=function(t,e,n){return this.matcher.match(t,e,n)},xe.currentRoute.get=function(){return this.history&&this.history.current},_e.prototype.init=function(t){var e=this;if(this.apps.push(t),t.$once("hook:destroyed",(function(){var n=e.apps.indexOf(t);n>-1&&e.apps.splice(n,1),e.app===t&&(e.app=e.apps[0]||null),e.app||e.history.teardown()})),!this.app){this.app=t;var n=this.history;if(n instanceof ce||n instanceof de){var i=function(t){var i=n.current,r=e.options.scrollBehavior,o=Pt&&r;o&&"fullPath"in t&&Ot(e,t,i,!1)},r=function(t){n.setupListeners(),i(t)};n.transitionTo(n.getCurrentLocation(),r,r)}n.listen((function(t){e.apps.forEach((function(e){e._route=t}))}))}},_e.prototype.beforeEach=function(t){return Oe(this.beforeHooks,t)},_e.prototype.beforeResolve=function(t){return Oe(this.resolveHooks,t)},_e.prototype.afterEach=function(t){return Oe(this.afterHooks,t)},_e.prototype.onReady=function(t,e){this.history.onReady(t,e)},_e.prototype.onError=function(t){this.history.onError(t)},_e.prototype.push=function(t,e,n){var i=this;if(!e&&!n&&"undefined"!==typeof Promise)return new Promise((function(e,n){i.history.push(t,e,n)}));this.history.push(t,e,n)},_e.prototype.replace=function(t,e,n){var i=this;if(!e&&!n&&"undefined"!==typeof Promise)return new Promise((function(e,n){i.history.replace(t,e,n)}));this.history.replace(t,e,n)},_e.prototype.go=function(t){this.history.go(t)},_e.prototype.back=function(){this.go(-1)},_e.prototype.forward=function(){this.go(1)},_e.prototype.getMatchedComponents=function(t){var e=t?t.matched?t:this.resolve(t).route:this.currentRoute;return e?[].concat.apply([],e.matched.map((function(t){return Object.keys(t.components).map((function(e){return t.components[e]}))}))):[]},_e.prototype.resolve=function(t,e,n){e=e||this.history.current;var i=Q(t,e,n,this),r=this.match(i,e),o=r.redirectedFrom||r.fullPath,a=this.history.base,s=Se(a,o,this.mode);return{location:i,route:r,href:s,normalizedTo:i,resolved:r}},_e.prototype.getRoutes=function(){return this.matcher.getRoutes()},_e.prototype.addRoute=function(t,e){this.matcher.addRoute(t,e),this.history.current!==v&&this.history.transitionTo(this.history.getCurrentLocation())},_e.prototype.addRoutes=function(t){this.matcher.addRoutes(t),this.history.current!==v&&this.history.transitionTo(this.history.getCurrentLocation())},Object.defineProperties(_e.prototype,xe);var we=_e;function Oe(t,e){return t.push(e),function(){var n=t.indexOf(e);n>-1&&t.splice(n,1)}}function Se(t,e,n){var i="hash"===n?"#"+e:e;return t?T(t+"/"+i):i}_e.install=st,_e.version="3.6.5",_e.isNavigationFailure=Gt,_e.NavigationFailureType=Rt,_e.START_LOCATION=v,lt&&window.Vue&&window.Vue.use(_e)},"0b73":function(t,e,n){"use strict";n.d(e,"e",(function(){return l})),n.d(e,"b",(function(){return u})),n.d(e,"c",(function(){return c})),n.d(e,"a",(function(){return h})),n.d(e,"d",(function(){return d})),n.d(e,"f",(function(){return m}));var i=n("51bf"),r=n("6742"),o=n("dbbe"),a=n("2603"),s=function(){function t(t){this.data=t.data||(t.sourceFormat===r["d"]?{}:[]),this.sourceFormat=t.sourceFormat||r["h"],this.seriesLayoutBy=t.seriesLayoutBy||r["a"],this.startIndex=t.startIndex||0,this.dimensionsDetectedCount=t.dimensionsDetectedCount,this.metaRawOption=t.metaRawOption;var e=this.dimensionsDefine=t.dimensionsDefine;if(e)for(var n=0;n>>0,1)},emit:function(e,n){(t[e]||[]).map((function(t){t(n)})),(t["*"]||[]).map((function(t){t(e,n)}))}}}var r=t((function(t,e){var n={svg:{name:"xmlns",uri:"http://www.w3.org/2000/svg"},xlink:{name:"xmlns:xlink",uri:"http://www.w3.org/1999/xlink"}};e.default=n,t.exports=e.default})),o=function(t){return Object.keys(t).map((function(e){var n=t[e].toString().replace(/"/g,""");return e+'="'+n+'"'})).join(" ")},a=r.svg,s=r.xlink,l={};l[a.name]=a.uri,l[s.name]=s.uri;var u,c=function(t,e){void 0===t&&(t="");var i=n(l,e||{}),r=o(i);return""+t+""},h=r.svg,d=r.xlink,f={attrs:(u={style:["position: absolute","width: 0","height: 0"].join("; ")},u[h.name]=h.uri,u[d.name]=d.uri,u)},p=function(t){this.config=n(f,t||{}),this.symbols=[]};p.prototype.add=function(t){var e=this,n=e.symbols,i=this.find(t.id);return i?(n[n.indexOf(i)]=t,!1):(n.push(t),!0)},p.prototype.remove=function(t){var e=this,n=e.symbols,i=this.find(t);return!!i&&(n.splice(n.indexOf(i),1),i.destroy(),!0)},p.prototype.find=function(t){return this.symbols.filter((function(e){return e.id===t}))[0]||null},p.prototype.has=function(t){return null!==this.find(t)},p.prototype.stringify=function(){var t=this.config,e=t.attrs,n=this.symbols.map((function(t){return t.stringify()})).join("");return c(n,e)},p.prototype.toString=function(){return this.stringify()},p.prototype.destroy=function(){this.symbols.forEach((function(t){return t.destroy()}))};var g=function(t){var e=t.id,n=t.viewBox,i=t.content;this.id=e,this.viewBox=n,this.content=i};g.prototype.stringify=function(){return this.content},g.prototype.toString=function(){return this.stringify()},g.prototype.destroy=function(){var t=this;["id","viewBox","content"].forEach((function(e){return delete t[e]}))};var v=function(t){var e=!!document.importNode,n=(new DOMParser).parseFromString(t,"image/svg+xml").documentElement;return e?document.importNode(n,!0):n},m=function(t){function e(){t.apply(this,arguments)}t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e;var n={isMounted:{}};return n.isMounted.get=function(){return!!this.node},e.createFromExistingNode=function(t){return new e({id:t.getAttribute("id"),viewBox:t.getAttribute("viewBox"),content:t.outerHTML})},e.prototype.destroy=function(){this.isMounted&&this.unmount(),t.prototype.destroy.call(this)},e.prototype.mount=function(t){if(this.isMounted)return this.node;var e="string"===typeof t?document.querySelector(t):t,n=this.render();return this.node=n,e.appendChild(n),n},e.prototype.render=function(){var t=this.stringify();return v(c(t)).childNodes[0]},e.prototype.unmount=function(){this.node.parentNode.removeChild(this.node)},Object.defineProperties(e.prototype,n),e}(g),y={autoConfigure:!0,mountTo:"body",syncUrlsWithBaseTag:!1,listenLocationChangeEvent:!0,locationChangeEvent:"locationChange",locationChangeAngularEmitter:!1,usagesToUpdate:"use[*|href]",moveGradientsOutsideSymbol:!1},b=function(t){return Array.prototype.slice.call(t,0)},_=navigator.userAgent,x={isChrome:/chrome/i.test(_),isFirefox:/firefox/i.test(_),isIE:/msie/i.test(_)||/trident/i.test(_),isEdge:/edge/i.test(_)},w=function(t,e){var n=document.createEvent("CustomEvent");n.initCustomEvent(t,!1,!1,e),window.dispatchEvent(n)},O=function(t){var e=[];return b(t.querySelectorAll("style")).forEach((function(t){t.textContent+="",e.push(t)})),e},S=function(t){return(t||window.location.href).split("#")[0]},C=function(t){angular.module("ng").run(["$rootScope",function(e){e.$on("$locationChangeSuccess",(function(e,n,i){w(t,{oldUrl:i,newUrl:n})}))}])},k="linearGradient, radialGradient, pattern",j=function(t,e){return void 0===e&&(e=k),b(t.querySelectorAll("symbol")).forEach((function(t){b(t.querySelectorAll(e)).forEach((function(e){t.parentNode.insertBefore(e,t)}))})),t};function M(t,e){var n=b(t).reduce((function(t,n){if(!n.attributes)return t;var i=b(n.attributes),r=e?i.filter(e):i;return t.concat(r)}),[]);return n}var T=r.xlink.uri,A="xlink:href",I=/[{}|\\\^\[\]`"<>]/g;function E(t){return t.replace(I,(function(t){return"%"+t[0].charCodeAt(0).toString(16).toUpperCase()}))}function D(t,e,n){return b(t).forEach((function(t){var i=t.getAttribute(A);if(i&&0===i.indexOf(e)){var r=i.replace(e,n);t.setAttributeNS(T,A,r)}})),t}var P,L=["clipPath","colorProfile","src","cursor","fill","filter","marker","markerStart","markerMid","markerEnd","mask","stroke","style"],N=L.map((function(t){return"["+t+"]"})).join(","),R=function(t,e,n,i){var r=E(n),o=E(i),a=t.querySelectorAll(N),s=M(a,(function(t){var e=t.localName,n=t.value;return-1!==L.indexOf(e)&&-1!==n.indexOf("url("+r)}));s.forEach((function(t){return t.value=t.value.replace(r,o)})),D(e,r,o)},$={MOUNT:"mount",SYMBOL_MOUNT:"symbol_mount"},B=function(t){function e(e){var r=this;void 0===e&&(e={}),t.call(this,n(y,e));var o=i();this._emitter=o,this.node=null;var a=this,s=a.config;if(s.autoConfigure&&this._autoConfigure(e),s.syncUrlsWithBaseTag){var l=document.getElementsByTagName("base")[0].getAttribute("href");o.on($.MOUNT,(function(){return r.updateUrls("#",l)}))}var u=this._handleLocationChange.bind(this);this._handleLocationChange=u,s.listenLocationChangeEvent&&window.addEventListener(s.locationChangeEvent,u),s.locationChangeAngularEmitter&&C(s.locationChangeEvent),o.on($.MOUNT,(function(t){s.moveGradientsOutsideSymbol&&j(t)})),o.on($.SYMBOL_MOUNT,(function(t){s.moveGradientsOutsideSymbol&&j(t.parentNode),(x.isIE||x.isEdge)&&O(t)}))}t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e;var r={isMounted:{}};return r.isMounted.get=function(){return!!this.node},e.prototype._autoConfigure=function(t){var e=this,n=e.config;"undefined"===typeof t.syncUrlsWithBaseTag&&(n.syncUrlsWithBaseTag="undefined"!==typeof document.getElementsByTagName("base")[0]),"undefined"===typeof t.locationChangeAngularEmitter&&(n.locationChangeAngularEmitter="angular"in window),"undefined"===typeof t.moveGradientsOutsideSymbol&&(n.moveGradientsOutsideSymbol=x.isFirefox)},e.prototype._handleLocationChange=function(t){var e=t.detail,n=e.oldUrl,i=e.newUrl;this.updateUrls(n,i)},e.prototype.add=function(e){var n=this,i=t.prototype.add.call(this,e);return this.isMounted&&i&&(e.mount(n.node),this._emitter.emit($.SYMBOL_MOUNT,e.node)),i},e.prototype.attach=function(t){var e=this,n=this;if(n.isMounted)return n.node;var i="string"===typeof t?document.querySelector(t):t;return n.node=i,this.symbols.forEach((function(t){t.mount(n.node),e._emitter.emit($.SYMBOL_MOUNT,t.node)})),b(i.querySelectorAll("symbol")).forEach((function(t){var e=m.createFromExistingNode(t);e.node=t,n.add(e)})),this._emitter.emit($.MOUNT,i),i},e.prototype.destroy=function(){var t=this,e=t.config,n=t.symbols,i=t._emitter;n.forEach((function(t){return t.destroy()})),i.off("*"),window.removeEventListener(e.locationChangeEvent,this._handleLocationChange),this.isMounted&&this.unmount()},e.prototype.mount=function(t,e){void 0===t&&(t=this.config.mountTo),void 0===e&&(e=!1);var n=this;if(n.isMounted)return n.node;var i="string"===typeof t?document.querySelector(t):t,r=n.render();return this.node=r,e&&i.childNodes[0]?i.insertBefore(r,i.childNodes[0]):i.appendChild(r),this._emitter.emit($.MOUNT,r),r},e.prototype.render=function(){return v(this.stringify())},e.prototype.unmount=function(){this.node.parentNode.removeChild(this.node)},e.prototype.updateUrls=function(t,e){if(!this.isMounted)return!1;var n=document.querySelectorAll(this.config.usagesToUpdate);return R(this.node,n,S(t)+"#",S(e)+"#"),!0},Object.defineProperties(e.prototype,r),e}(p),F=t((function(t){ +/*! + * domready (c) Dustin Diaz 2014 - License MIT + */ +!function(e,n){t.exports=n()}(0,(function(){var t,e=[],n=document,i=n.documentElement.doScroll,r="DOMContentLoaded",o=(i?/^loaded|^c/:/^loaded|^i|^c/).test(n.readyState);return o||n.addEventListener(r,t=function(){n.removeEventListener(r,t),o=1;while(t=e.shift())t()}),function(t){o?setTimeout(t,0):e.push(t)}}))})),z="__SVG_SPRITE_NODE__",V="__SVG_SPRITE__",H=!!window[V];H?P=window[V]:(P=new B({attrs:{id:z}}),window[V]=P);var q=function(){var t=document.getElementById(z);t?P.attach(t):P.mount(document.body,!0)};document.body?q():F(q);var W=P;return W}))}).call(this,n("a40a"))},"0b90":function(t,e,n){var i=n("9675");t.exports=function(t,e){if(!i(t))return t;var n,r;if(e&&"function"==typeof(n=t.toString)&&!i(r=n.call(t)))return r;if("function"==typeof(n=t.valueOf)&&!i(r=n.call(t)))return r;if(!e&&"function"==typeof(n=t.toString)&&!i(r=n.call(t)))return r;throw TypeError("Can't convert object to primitive value")}},"0c10":function(t,e,n){"use strict";var i=function(){function t(t){this.value=t}return t}(),r=function(){function t(){this._len=0}return t.prototype.insert=function(t){var e=new i(t);return this.insertEntry(e),e},t.prototype.insertEntry=function(t){this.head?(this.tail.next=t,t.prev=this.tail,t.next=null,this.tail=t):this.head=this.tail=t,this._len++},t.prototype.remove=function(t){var e=t.prev,n=t.next;e?e.next=n:this.head=n,n?n.prev=e:this.tail=e,t.next=t.prev=null,this._len--},t.prototype.len=function(){return this._len},t.prototype.clear=function(){this.head=this.tail=null,this._len=0},t}(),o=function(){function t(t){this._list=new r,this._maxSize=10,this._map={},this._maxSize=t}return t.prototype.put=function(t,e){var n=this._list,r=this._map,o=null;if(null==r[t]){var a=n.len(),s=this._lastRemovedEntry;if(a>=this._maxSize&&a>0){var l=n.head;n.remove(l),delete r[l.key],o=l.value,this._lastRemovedEntry=l}s?s.value=e:s=new i(e),s.key=t,n.insertEntry(s),r[t]=s}return o},t.prototype.get=function(t){var e=this._map[t],n=this._list;if(null!=e)return e!==n.tail&&(n.remove(e),n.insertEntry(e)),e.value},t.prototype.clear=function(){this._list.clear(),this._map={}},t.prototype.len=function(){return this._list.len()},t}();e["a"]=o},"0c11":function(t,e,n){"use strict";e.__esModule=!0,e.PopupManager=void 0;var i=n("56ac"),r=d(i),o=n("a4ed"),a=d(o),s=n("d620"),l=d(s),u=n("322d"),c=d(u),h=n("8d5f");function d(t){return t&&t.__esModule?t:{default:t}}var f=1,p=void 0;e.default={props:{visible:{type:Boolean,default:!1},openDelay:{},closeDelay:{},zIndex:{},modal:{type:Boolean,default:!1},modalFade:{type:Boolean,default:!0},modalClass:{},modalAppendToBody:{type:Boolean,default:!1},lockScroll:{type:Boolean,default:!0},closeOnPressEscape:{type:Boolean,default:!1},closeOnClickModal:{type:Boolean,default:!1}},beforeMount:function(){this._popupId="popup-"+f++,l.default.register(this._popupId,this)},beforeDestroy:function(){l.default.deregister(this._popupId),l.default.closeModal(this._popupId),this.restoreBodyStyle()},data:function(){return{opened:!1,bodyPaddingRight:null,computedBodyPaddingRight:0,withoutHiddenClass:!0,rendered:!1}},watch:{visible:function(t){var e=this;if(t){if(this._opening)return;this.rendered?this.open():(this.rendered=!0,r.default.nextTick((function(){e.open()})))}else this.close()}},methods:{open:function(t){var e=this;this.rendered||(this.rendered=!0);var n=(0,a.default)({},this.$props||this,t);this._closeTimer&&(clearTimeout(this._closeTimer),this._closeTimer=null),clearTimeout(this._openTimer);var i=Number(n.openDelay);i>0?this._openTimer=setTimeout((function(){e._openTimer=null,e.doOpen(n)}),i):this.doOpen(n)},doOpen:function(t){if(!this.$isServer&&(!this.willOpen||this.willOpen())&&!this.opened){this._opening=!0;var e=this.$el,n=t.modal,i=t.zIndex;if(i&&(l.default.zIndex=i),n&&(this._closing&&(l.default.closeModal(this._popupId),this._closing=!1),l.default.openModal(this._popupId,l.default.nextZIndex(),this.modalAppendToBody?void 0:e,t.modalClass,t.modalFade),t.lockScroll)){this.withoutHiddenClass=!(0,h.hasClass)(document.body,"el-popup-parent--hidden"),this.withoutHiddenClass&&(this.bodyPaddingRight=document.body.style.paddingRight,this.computedBodyPaddingRight=parseInt((0,h.getStyle)(document.body,"paddingRight"),10)),p=(0,c.default)();var r=document.documentElement.clientHeight0&&(r||"scroll"===o)&&this.withoutHiddenClass&&(document.body.style.paddingRight=this.computedBodyPaddingRight+p+"px"),(0,h.addClass)(document.body,"el-popup-parent--hidden")}"static"===getComputedStyle(e).position&&(e.style.position="absolute"),e.style.zIndex=l.default.nextZIndex(),this.opened=!0,this.onOpen&&this.onOpen(),this.doAfterOpen()}},doAfterOpen:function(){this._opening=!1},close:function(){var t=this;if(!this.willClose||this.willClose()){null!==this._openTimer&&(clearTimeout(this._openTimer),this._openTimer=null),clearTimeout(this._closeTimer);var e=Number(this.closeDelay);e>0?this._closeTimer=setTimeout((function(){t._closeTimer=null,t.doClose()}),e):this.doClose()}},doClose:function(){this._closing=!0,this.onClose&&this.onClose(),this.lockScroll&&setTimeout(this.restoreBodyStyle,200),this.opened=!1,this.doAfterClose()},doAfterClose:function(){l.default.closeModal(this._popupId),this._closing=!1},restoreBodyStyle:function(){this.modal&&this.withoutHiddenClass&&(document.body.style.paddingRight=this.bodyPaddingRight,(0,h.removeClass)(document.body,"el-popup-parent--hidden")),this.withoutHiddenClass=!0}}},e.PopupManager=l.default},"0d7f":function(t,e,n){"use strict";e.__esModule=!0;var i="function"===typeof Symbol&&"symbol"===typeof Symbol.iterator?function(t){return typeof t}:function(t){return t&&"function"===typeof Symbol&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t};e.default=function(t){function e(t){for(var e=arguments.length,n=Array(e>1?e-1:0),a=1;a0))}function v(t){return"string"===typeof t&&"none"!==t}function m(t){var e=t.fill;return null!=e&&"none"!==e}function y(t,e){if(null!=e.fillOpacity&&1!==e.fillOpacity){var n=t.globalAlpha;t.globalAlpha=e.fillOpacity*e.opacity,t.fill(),t.globalAlpha=n}else t.fill()}function b(t,e){if(null!=e.strokeOpacity&&1!==e.strokeOpacity){var n=t.globalAlpha;t.globalAlpha=e.strokeOpacity*e.opacity,t.stroke(),t.globalAlpha=n}else t.stroke()}function _(t,e,n){var i=Object(o["a"])(e.image,e.__image,n);if(Object(o["c"])(i)){var r=t.createPattern(i,e.repeat||"repeat");if("function"===typeof DOMMatrix&&r&&r.setTransform){var a=new DOMMatrix;a.translateSelf(e.x||0,e.y||0),a.rotateSelf(0,0,(e.rotation||0)*c["RADIAN_TO_DEGREE"]),a.scaleSelf(e.scaleX||1,e.scaleY||1),r.setTransform(a)}return r}}function x(t,e,n,i){var r,o=g(n),s=m(n),l=n.strokePercent,u=l<1,c=!e.path;e.silent&&!u||!c||e.createPathProxy();var f=e.path||p,v=e.__dirty;if(!i){var x=n.fill,w=n.stroke,O=s&&!!x.colorStops,S=o&&!!w.colorStops,C=s&&!!x.image,k=o&&!!w.image,j=void 0,M=void 0,T=void 0,A=void 0,I=void 0;(O||S)&&(I=e.getBoundingRect()),O&&(j=v?Object(a["a"])(t,x,I):e.__canvasFillGradient,e.__canvasFillGradient=j),S&&(M=v?Object(a["a"])(t,w,I):e.__canvasStrokeGradient,e.__canvasStrokeGradient=M),C&&(T=v||!e.__canvasFillPattern?_(t,x,e):e.__canvasFillPattern,e.__canvasFillPattern=T),k&&(A=v||!e.__canvasStrokePattern?_(t,w,e):e.__canvasStrokePattern,e.__canvasStrokePattern=T),O?t.fillStyle=j:C&&(T?t.fillStyle=T:s=!1),S?t.strokeStyle=M:k&&(A?t.strokeStyle=A:o=!1)}var E,D,P=e.getGlobalScale();f.setScale(P[0],P[1],e.segmentIgnoreThreshold),t.setLineDash&&n.lineDash&&(r=Object(h["a"])(e),E=r[0],D=r[1]);var L=!0;(c||v&d["b"])&&(f.setDPR(t.dpr),u?f.setContext(null):(f.setContext(t),L=!1),f.reset(),e.buildPath(f,e.shape,i),f.toStatic(),e.pathUpdated()),L&&f.rebuildPath(t,u?l:1),E&&(t.setLineDash(E),t.lineDashOffset=D),i||(n.strokeFirst?(o&&b(t,n),s&&y(t,n)):(s&&y(t,n),o&&b(t,n))),E&&t.setLineDash([])}function w(t,e,n){var i=e.__image=Object(o["a"])(n.image,e.__image,e,e.onload);if(i&&Object(o["c"])(i)){var r=n.x||0,a=n.y||0,s=e.getWidth(),l=e.getHeight(),u=i.width/i.height;if(null==s&&null!=l?s=l*u:null==l&&null!=s?l=s/u:null==s&&null==l&&(s=i.width,l=i.height),n.sWidth&&n.sHeight){var c=n.sx||0,h=n.sy||0;t.drawImage(i,c,h,n.sWidth,n.sHeight,r,a,s,l)}else if(n.sx&&n.sy){c=n.sx,h=n.sy;var d=s-c,f=l-h;t.drawImage(i,c,h,d,f,r,a,s,l)}else t.drawImage(i,r,a,s,l)}}function O(t,e,n){var i,r=n.text;if(null!=r&&(r+=""),r){t.font=n.font||f["a"],t.textAlign=n.textAlign,t.textBaseline=n.textBaseline;var o=void 0,a=void 0;t.setLineDash&&n.lineDash&&(i=Object(h["a"])(e),o=i[0],a=i[1]),o&&(t.setLineDash(o),t.lineDashOffset=a),n.strokeFirst?(g(n)&&t.strokeText(r,n.x,n.y),m(n)&&t.fillText(r,n.x,n.y)):(m(n)&&t.fillText(r,n.x,n.y),g(n)&&t.strokeText(r,n.x,n.y)),o&&t.setLineDash([])}}var S=["shadowBlur","shadowOffsetX","shadowOffsetY"],C=[["lineCap","butt"],["lineJoin","miter"],["miterLimit",10]];function k(t,e,n,r,o){var a=!1;if(!r&&(n=n||{},e===n))return!1;if(r||e.opacity!==n.opacity){R(t,o),a=!0;var s=Math.max(Math.min(e.opacity,1),0);t.globalAlpha=isNaN(s)?i["b"].opacity:s}(r||e.blend!==n.blend)&&(a||(R(t,o),a=!0),t.globalCompositeOperation=e.blend||i["b"].blend);for(var l=0;l1?arguments[1]:void 0;return l?s(this,t,e)||0:o(this,t,e)}})},"10bf":function(t,e,n){"use strict";var i=n("b919");t.exports=function(){var t=i(this),e="";return t.hasIndices&&(e+="d"),t.global&&(e+="g"),t.ignoreCase&&(e+="i"),t.multiline&&(e+="m"),t.dotAll&&(e+="s"),t.unicode&&(e+="u"),t.unicodeSets&&(e+="v"),t.sticky&&(e+="y"),e}},1129:function(t,e,n){"use strict";var i=n("2ed6"),r=n("52cb"),o=n("7314"),a=n("5a97"),s=n("43fe"),l=n("51bf"),u=n("5e78"),c=n("2347"),h=n("6927"),d="__zr_normal__",f=i["a"].concat(["ignore"]),p=Object(l["reduce"])(i["a"],(function(t,e){return t[e]=!0,t}),{ignore:!1}),g={},v=new o["a"](0,0,0,0),m=function(){function t(t){this.id=Object(l["guid"])(),this.animators=[],this.currentStates=[],this.states={},this._init(t)}return t.prototype._init=function(t){this.attr(t)},t.prototype.drift=function(t,e,n){switch(this.draggable){case"horizontal":e=0;break;case"vertical":t=0;break}var i=this.transform;i||(i=this.transform=[1,0,0,1,0,0]),i[4]+=t,i[5]+=e,this.decomposeTransform(),this.markRedraw()},t.prototype.beforeUpdate=function(){},t.prototype.afterUpdate=function(){},t.prototype.update=function(){this.updateTransform(),this.__dirty&&this.updateInnerText()},t.prototype.updateInnerText=function(t){var e=this._textContent;if(e&&(!e.ignore||t)){this.textConfig||(this.textConfig={});var n=this.textConfig,i=n.local,r=e.innerTransformable,o=void 0,a=void 0,l=!1;r.parent=i?this:null;var u=!1;if(r.copyTransform(e),null!=n.position){var c=v;n.layoutRect?c.copy(n.layoutRect):c.copy(this.getBoundingRect()),i||c.applyTransform(this.transform),this.calculateTextPosition?this.calculateTextPosition(g,n,c):Object(s["c"])(g,n,c),r.x=g.x,r.y=g.y,o=g.align,a=g.verticalAlign;var d=n.origin;if(d&&null!=n.rotation){var f=void 0,p=void 0;"center"===d?(f=.5*c.width,p=.5*c.height):(f=Object(s["g"])(d[0],c.width),p=Object(s["g"])(d[1],c.height)),u=!0,r.originX=-r.x+f+(i?0:c.x),r.originY=-r.y+p+(i?0:c.y)}}null!=n.rotation&&(r.rotation=n.rotation);var m=n.offset;m&&(r.x+=m[0],r.y+=m[1],u||(r.originX=-m[0],r.originY=-m[1]));var y=null==n.inside?"string"===typeof n.position&&n.position.indexOf("inside")>=0:n.inside,b=this._innerTextDefaultStyle||(this._innerTextDefaultStyle={}),_=void 0,x=void 0,w=void 0;y&&this.canBeInsideText()?(_=n.insideFill,x=n.insideStroke,null!=_&&"auto"!==_||(_=this.getInsideTextFill()),null!=x&&"auto"!==x||(x=this.getInsideTextStroke(_),w=!0)):(_=n.outsideFill,x=n.outsideStroke,null!=_&&"auto"!==_||(_=this.getOutsideFill()),null!=x&&"auto"!==x||(x=this.getOutsideStroke(_),w=!0)),_=_||"#000",_===b.fill&&x===b.stroke&&w===b.autoStroke&&o===b.align&&a===b.verticalAlign||(l=!0,b.fill=_,b.stroke=x,b.autoStroke=w,b.align=o,b.verticalAlign=a,e.setDefaultTextStyle(b)),e.__dirty|=h["a"],l&&e.dirtyStyle(!0)}},t.prototype.canBeInsideText=function(){return!0},t.prototype.getInsideTextFill=function(){return"#fff"},t.prototype.getInsideTextStroke=function(t){return"#000"},t.prototype.getOutsideFill=function(){return this.__zr&&this.__zr.isDarkMode()?u["d"]:u["a"]},t.prototype.getOutsideStroke=function(t){var e=this.__zr&&this.__zr.getBackgroundColor(),n="string"===typeof e&&Object(c["parse"])(e);n||(n=[255,255,255,1]);for(var i=n[3],r=this.__zr.isDarkMode(),o=0;o<3;o++)n[o]=n[o]*i+(r?0:255)*(1-i);return n[3]=1,Object(c["stringify"])(n,"rgba")},t.prototype.traverse=function(t,e){},t.prototype.attrKV=function(t,e){"textConfig"===t?this.setTextConfig(e):"textContent"===t?this.setTextContent(e):"clipPath"===t?this.setClipPath(e):"extra"===t?(this.extra=this.extra||{},Object(l["extend"])(this.extra,e)):this[t]=e},t.prototype.hide=function(){this.ignore=!0,this.markRedraw()},t.prototype.show=function(){this.ignore=!1,this.markRedraw()},t.prototype.attr=function(t,e){if("string"===typeof t)this.attrKV(t,e);else if(Object(l["isObject"])(t))for(var n=t,i=Object(l["keys"])(n),r=0;r0},t.prototype.getState=function(t){return this.states[t]},t.prototype.ensureState=function(t){var e=this.states;return e[t]||(e[t]={}),e[t]},t.prototype.clearStates=function(t){this.useState(d,!1,t)},t.prototype.useState=function(t,e,n,i){var r=t===d,o=this.hasState();if(o||!r){var a=this.currentStates,s=this.stateTransition;if(!(Object(l["indexOf"])(a,t)>=0)||!e&&1!==a.length){var u;if(this.stateProxy&&!r&&(u=this.stateProxy(t)),u||(u=this.states&&this.states[t]),u||r){r||this.saveCurrentToNormalState(u);var c=!!(u&&u.hoverLayer||i);c&&this._toggleHoverLayerFlag(!0),this._applyStateObj(t,u,this._normalState,e,!n&&!this.__inHover&&s&&s.duration>0,s);var f=this._textContent,p=this._textGuide;return f&&f.useState(t,e,n,c),p&&p.useState(t,e,n,c),r?(this.currentStates=[],this._normalState={}):e?this.currentStates.push(t):this.currentStates=[t],this._updateAnimationTargets(),this.markRedraw(),!c&&this.__inHover&&(this._toggleHoverLayerFlag(!1),this.__dirty&=~h["a"]),u}Object(l["logError"])("State "+t+" not exists.")}}},t.prototype.useStates=function(t,e,n){if(t.length){var i=[],r=this.currentStates,o=t.length,a=o===r.length;if(a)for(var s=0;s0,p);var g=this._textContent,v=this._textGuide;g&&g.useStates(t,e,d),v&&v.useStates(t,e,d),this._updateAnimationTargets(),this.currentStates=t.slice(),this.markRedraw(),!d&&this.__inHover&&(this._toggleHoverLayerFlag(!1),this.__dirty&=~h["a"])}else this.clearStates()},t.prototype.isSilent=function(){var t=this.silent,e=this.parent;while(!t&&e){if(e.silent){t=!0;break}e=e.parent}return t},t.prototype._updateAnimationTargets=function(){for(var t=0;t=0){var n=this.currentStates.slice();n.splice(e,1),this.useStates(n)}},t.prototype.replaceState=function(t,e,n){var i=this.currentStates.slice(),r=Object(l["indexOf"])(i,t),o=Object(l["indexOf"])(i,e)>=0;r>=0?o?i.splice(r,1):i[r]=e:n&&!o&&i.push(e),this.useStates(i)},t.prototype.toggleState=function(t,e){e?this.useState(t,!0):this.removeState(t)},t.prototype._mergeStates=function(t){for(var e,n={},i=0;i=0&&e.splice(n,1)})),this.animators.push(t),n&&n.animation.addAnimator(t),n&&n.wakeUp()},t.prototype.updateDuringAnimation=function(t){this.markRedraw()},t.prototype.stopAnimation=function(t,e){for(var n=this.animators,i=n.length,r=[],o=0;o0&&n.during&&o[0].during((function(t,e){n.during(e)}));for(var d=0;d0||o.force&&!s.length){var T=void 0,A=void 0,I=void 0;if(u){A={},p&&(T={});for(C=0;C0&&(this.timeoutPending=setTimeout((function(){t.showPopper=!1}),this.hideAfter)))},handleClosePopper:function(){this.enterable&&this.expectedState||this.manual||(clearTimeout(this.timeout),this.timeoutPending&&clearTimeout(this.timeoutPending),this.showPopper=!1,this.disabled&&this.doDestroy())},setExpectedState:function(t){!1===t&&clearTimeout(this.timeoutPending),this.expectedState=t},getFirstElement:function(){var t=this.$slots.default;if(!Array.isArray(t))return null;for(var e=null,n=0;n-1){var n=Object(r["parse"])(t);n&&(t="rgb("+n[0]+","+n[1]+","+n[2]+")",e=n[3])}}else t="none";return{color:t,opacity:null==e?1:e}}var l=1e-4;function u(t){return t-l}function c(t){return a(1e3*t)/1e3}function h(t){return a(1e4*t)/1e4}function d(t){return"matrix("+c(t[0])+","+c(t[1])+","+c(t[2])+","+c(t[3])+","+h(t[4])+","+h(t[5])+")"}var f={left:"start",right:"end",center:"middle",middle:"middle"};function p(t,e,n){return"top"===n?t+=e/2:"bottom"===n&&(t-=e/2),t}function g(t){return t&&(t.shadowBlur||t.shadowOffsetX||t.shadowOffsetY)}function v(t){var e=t.style,n=t.getGlobalScale();return[e.shadowColor,(e.shadowBlur||0).toFixed(2),(e.shadowOffsetX||0).toFixed(2),(e.shadowOffsetY||0).toFixed(2),n[0],n[1]].join(",")}function m(t){return t&&!!t.image}function y(t){return t&&!!t.svgElement}function b(t){return m(t)||y(t)}function _(t){return"linear"===t.type}function x(t){return"radial"===t.type}function w(t){return t&&("linear"===t.type||"radial"===t.type)}function O(t){return"url(#"+t+")"}function S(t){var e=t.getGlobalScale(),n=Math.max(e[0],e[1]);return Math.max(Math.ceil(Math.log(n)/Math.log(10)),1)}function C(t){var e=t.x||0,n=t.y||0,r=(t.rotation||0)*i["RADIAN_TO_DEGREE"],o=Object(i["retrieve2"])(t.scaleX,1),s=Object(i["retrieve2"])(t.scaleY,1),l=t.skewX||0,u=t.skewY||0,c=[];return(e||n)&&c.push("translate("+e+"px,"+n+"px)"),r&&c.push("rotate("+r+")"),1===o&&1===s||c.push("scale("+o+","+s+")"),(l||u)&&c.push("skew("+a(l*i["RADIAN_TO_DEGREE"])+"deg, "+a(u*i["RADIAN_TO_DEGREE"])+"deg)"),c.join(" ")}var k=function(){return o["a"].hasGlobalWindow&&Object(i["isFunction"])(window.btoa)?function(t){return window.btoa(unescape(encodeURIComponent(t)))}:"undefined"!==typeof t?function(e){return t.from(e).toString("base64")}:function(t){return null}}()}).call(this,n("999b").Buffer)},1401:function(t,e){e.f={}.propertyIsEnumerable},"149b":function(t,e,n){"use strict";var i=n("ac02"),r=n("a644"),o=n("ba60"),a=n("daac"),s=n("6142").CONSTRUCTOR,l=n("b600"),u=r("Promise"),c=o&&!s;i({target:"Promise",stat:!0,forced:o||s},{resolve:function(t){return l(c&&this===u?a:this,t)}})},1530:function(t,e,n){var i=n("8f69");t.exports=Object("z").propertyIsEnumerable(0)?Object:function(t){return"String"==i(t)?t.split(""):Object(t)}},"175f":function(t,e,n){"use strict";var i=n("50af"),r=n("ef5f"),o=function(t){function e(e,n,i,r,o){var a=t.call(this,r)||this;return a.x=null==e?.5:e,a.y=null==n?.5:n,a.r=null==i?.5:i,a.type="radial",a.global=o||!1,a}return Object(i["a"])(e,t),e}(r["a"]);e["a"]=o},"18e3":function(t,e,n){"use strict";var i=n("ac02"),r=n("4d73");i({target:"Array",proto:!0,forced:[].forEach!==r},{forEach:r})},"18fd":function(t,e,n){"use strict";var i=n("dceb"),r=n("c320"),o=n("3f13"),a=i(Function.toString);r(o.inspectSource)||(o.inspectSource=function(t){return a(t)}),t.exports=o.inspectSource},1909:function(t,e,n){"use strict";var i=n("dceb"),r=n("68d0"),o=Math.floor,a=i("".charAt),s=i("".replace),l=i("".slice),u=/\$([$&'`]|\d{1,2}|<[^>]*>)/g,c=/\$([$&'`]|\d{1,2})/g;t.exports=function(t,e,n,i,h,d){var f=n+t.length,p=i.length,g=c;return void 0!==h&&(h=r(h),g=u),s(d,g,(function(r,s){var u;switch(a(s,0)){case"$":return"$";case"&":return t;case"`":return l(e,0,n);case"'":return l(e,f);case"<":u=h[l(s,1,-1)];break;default:var c=+s;if(0===c)return r;if(c>p){var d=o(c/10);return 0===d?r:d<=p?void 0===i[d-1]?a(s,1):i[d-1]+a(s,1):r}u=i[c-1]}return void 0===u?"":u}))}},"19cf":function(t,e,n){t.exports=function(t){var e={};function n(i){if(e[i])return e[i].exports;var r=e[i]={i:i,l:!1,exports:{}};return t[i].call(r.exports,r,r.exports,n),r.l=!0,r.exports}return n.m=t,n.c=e,n.d=function(t,e,i){n.o(t,e)||Object.defineProperty(t,e,{enumerable:!0,get:i})},n.r=function(t){"undefined"!==typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(t,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(t,"__esModule",{value:!0})},n.t=function(t,e){if(1&e&&(t=n(t)),8&e)return t;if(4&e&&"object"===typeof t&&t&&t.__esModule)return t;var i=Object.create(null);if(n.r(i),Object.defineProperty(i,"default",{enumerable:!0,value:t}),2&e&&"string"!=typeof t)for(var r in t)n.d(i,r,function(e){return t[e]}.bind(null,r));return i},n.n=function(t){var e=t&&t.__esModule?function(){return t["default"]}:function(){return t};return n.d(e,"a",e),e},n.o=function(t,e){return Object.prototype.hasOwnProperty.call(t,e)},n.p="/dist/",n(n.s=78)}({0:function(t,e,n){"use strict";function i(t,e,n,i,r,o,a,s){var l,u="function"===typeof t?t.options:t;if(e&&(u.render=e,u.staticRenderFns=n,u._compiled=!0),i&&(u.functional=!0),o&&(u._scopeId="data-v-"+o),a?(l=function(t){t=t||this.$vnode&&this.$vnode.ssrContext||this.parent&&this.parent.$vnode&&this.parent.$vnode.ssrContext,t||"undefined"===typeof __VUE_SSR_CONTEXT__||(t=__VUE_SSR_CONTEXT__),r&&r.call(this,t),t&&t._registeredComponents&&t._registeredComponents.add(a)},u._ssrRegister=l):r&&(l=s?function(){r.call(this,this.$root.$options.shadowRoot)}:r),l)if(u.functional){u._injectStyles=l;var c=u.render;u.render=function(t,e){return l.call(e),c(t,e)}}else{var h=u.beforeCreate;u.beforeCreate=h?[].concat(h,l):[l]}return{exports:t,options:u}}n.d(e,"a",(function(){return i}))},2:function(t,e){t.exports=n("8d5f")},3:function(t,e){t.exports=n("3ca4")},5:function(t,e){t.exports=n("2fe8")},7:function(t,e){t.exports=n("56ac")},78:function(t,e,n){"use strict";n.r(e);var i=function(){var t=this,e=t.$createElement,n=t._self._c||e;return n("span",[n("transition",{attrs:{name:t.transition},on:{"after-enter":t.handleAfterEnter,"after-leave":t.handleAfterLeave}},[n("div",{directives:[{name:"show",rawName:"v-show",value:!t.disabled&&t.showPopper,expression:"!disabled && showPopper"}],ref:"popper",staticClass:"el-popover el-popper",class:[t.popperClass,t.content&&"el-popover--plain"],style:{width:t.width+"px"},attrs:{role:"tooltip",id:t.tooltipId,"aria-hidden":t.disabled||!t.showPopper?"true":"false"}},[t.title?n("div",{staticClass:"el-popover__title",domProps:{textContent:t._s(t.title)}}):t._e(),t._t("default",[t._v(t._s(t.content))])],2)]),n("span",{ref:"wrapper",staticClass:"el-popover__reference-wrapper"},[t._t("reference")],2)],1)},r=[];i._withStripped=!0;var o=n(5),a=n.n(o),s=n(2),l=n(3),u={name:"ElPopover",mixins:[a.a],props:{trigger:{type:String,default:"click",validator:function(t){return["click","focus","hover","manual"].indexOf(t)>-1}},openDelay:{type:Number,default:0},closeDelay:{type:Number,default:200},title:String,disabled:Boolean,content:String,reference:{},popperClass:String,width:{},visibleArrow:{default:!0},arrowOffset:{type:Number,default:0},transition:{type:String,default:"fade-in-linear"},tabindex:{type:Number,default:0}},computed:{tooltipId:function(){return"el-popover-"+Object(l["generateId"])()}},watch:{showPopper:function(t){this.disabled||(t?this.$emit("show"):this.$emit("hide"))}},mounted:function(){var t=this,e=this.referenceElm=this.reference||this.$refs.reference,n=this.popper||this.$refs.popper;!e&&this.$refs.wrapper.children&&(e=this.referenceElm=this.$refs.wrapper.children[0]),e&&(Object(s["addClass"])(e,"el-popover__reference"),e.setAttribute("aria-describedby",this.tooltipId),e.setAttribute("tabindex",this.tabindex),n.setAttribute("tabindex",0),"click"!==this.trigger&&(Object(s["on"])(e,"focusin",(function(){t.handleFocus();var n=e.__vue__;n&&"function"===typeof n.focus&&n.focus()})),Object(s["on"])(n,"focusin",this.handleFocus),Object(s["on"])(e,"focusout",this.handleBlur),Object(s["on"])(n,"focusout",this.handleBlur)),Object(s["on"])(e,"keydown",this.handleKeydown),Object(s["on"])(e,"click",this.handleClick)),"click"===this.trigger?(Object(s["on"])(e,"click",this.doToggle),Object(s["on"])(document,"click",this.handleDocumentClick)):"hover"===this.trigger?(Object(s["on"])(e,"mouseenter",this.handleMouseEnter),Object(s["on"])(n,"mouseenter",this.handleMouseEnter),Object(s["on"])(e,"mouseleave",this.handleMouseLeave),Object(s["on"])(n,"mouseleave",this.handleMouseLeave)):"focus"===this.trigger&&(this.tabindex<0&&console.warn("[Element Warn][Popover]a negative taindex means that the element cannot be focused by tab key"),e.querySelector("input, textarea")?(Object(s["on"])(e,"focusin",this.doShow),Object(s["on"])(e,"focusout",this.doClose)):(Object(s["on"])(e,"mousedown",this.doShow),Object(s["on"])(e,"mouseup",this.doClose)))},beforeDestroy:function(){this.cleanup()},deactivated:function(){this.cleanup()},methods:{doToggle:function(){this.showPopper=!this.showPopper},doShow:function(){this.showPopper=!0},doClose:function(){this.showPopper=!1},handleFocus:function(){Object(s["addClass"])(this.referenceElm,"focusing"),"click"!==this.trigger&&"focus"!==this.trigger||(this.showPopper=!0)},handleClick:function(){Object(s["removeClass"])(this.referenceElm,"focusing")},handleBlur:function(){Object(s["removeClass"])(this.referenceElm,"focusing"),"click"!==this.trigger&&"focus"!==this.trigger||(this.showPopper=!1)},handleMouseEnter:function(){var t=this;clearTimeout(this._timer),this.openDelay?this._timer=setTimeout((function(){t.showPopper=!0}),this.openDelay):this.showPopper=!0},handleKeydown:function(t){27===t.keyCode&&"manual"!==this.trigger&&this.doClose()},handleMouseLeave:function(){var t=this;clearTimeout(this._timer),this.closeDelay?this._timer=setTimeout((function(){t.showPopper=!1}),this.closeDelay):this.showPopper=!1},handleDocumentClick:function(t){var e=this.reference||this.$refs.reference,n=this.popper||this.$refs.popper;!e&&this.$refs.wrapper.children&&(e=this.referenceElm=this.$refs.wrapper.children[0]),this.$el&&e&&!this.$el.contains(t.target)&&!e.contains(t.target)&&n&&!n.contains(t.target)&&(this.showPopper=!1)},handleAfterEnter:function(){this.$emit("after-enter")},handleAfterLeave:function(){this.$emit("after-leave"),this.doDestroy()},cleanup:function(){(this.openDelay||this.closeDelay)&&clearTimeout(this._timer)}},destroyed:function(){var t=this.reference;Object(s["off"])(t,"click",this.doToggle),Object(s["off"])(t,"mouseup",this.doClose),Object(s["off"])(t,"mousedown",this.doShow),Object(s["off"])(t,"focusin",this.doShow),Object(s["off"])(t,"focusout",this.doClose),Object(s["off"])(t,"mousedown",this.doShow),Object(s["off"])(t,"mouseup",this.doClose),Object(s["off"])(t,"mouseleave",this.handleMouseLeave),Object(s["off"])(t,"mouseenter",this.handleMouseEnter),Object(s["off"])(document,"click",this.handleDocumentClick)}},c=u,h=n(0),d=Object(h["a"])(c,i,r,!1,null,null,null);d.options.__file="packages/popover/src/main.vue";var f=d.exports,p=function(t,e,n){var i=e.expression?e.value:e.arg,r=n.context.$refs[i];r&&(Array.isArray(r)?r[0].$refs.reference=t:r.$refs.reference=t)},g={bind:function(t,e,n){p(t,e,n)},inserted:function(t,e,n){p(t,e,n)}},v=n(7),m=n.n(v);m.a.directive("popover",g),f.install=function(t){t.directive("popover",g),t.component(f.name,f)},f.directive=g;e["default"]=f}})},"1a0b":function(t,e){(function(e){t.exports=e}).call(this,{})},"1a56":function(t,e,n){"use strict";n.d(e,"a",(function(){return o}));var i=n("02d6");function r(t,e,n,r){var o,a,s,l,u=[],c=[],h=[],d=[];if(r){s=[1/0,1/0],l=[-1/0,-1/0];for(var f=0,p=t.length;f=2){if(i){var a=r(o,i,n,e.smoothConstraint);t.moveTo(o[0][0],o[0][1]);for(var s=o.length,l=0;l<(n?s:s-1);l++){var u=a[2*l],c=a[2*l+1],h=o[(l+1)%s];t.bezierCurveTo(u[0],u[1],c[0],c[1],h[0],h[1])}}else{t.moveTo(o[0][0],o[0][1]);l=1;for(var d=o.length;l=0)return;a[e]="set-cookie"===e?(a[e]?a[e]:[]).concat([n]):a[e]?a[e]+", "+n:n}})),a):a}},"1b4a":function(t,e,n){"use strict";n.d(e,"a",(function(){return c}));var i=n("50af"),r=n("6808"),o=n("86d9"),a=n("6742"),s=n("9868"),l=function(t){function e(){var e=null!==t&&t.apply(this,arguments)||this;return e.type="dataset",e}return Object(i["a"])(e,t),e.prototype.init=function(e,n,i){t.prototype.init.call(this,e,n,i),this._sourceManager=new s["a"](this),Object(s["b"])(this)},e.prototype.mergeOption=function(e,n){t.prototype.mergeOption.call(this,e,n),Object(s["b"])(this)},e.prototype.optionUpdated=function(){this._sourceManager.dirty()},e.prototype.getSourceManager=function(){return this._sourceManager},e.type="dataset",e.defaultOption={seriesLayoutBy:a["a"]},e}(r["a"]),u=function(t){function e(){var e=null!==t&&t.apply(this,arguments)||this;return e.type="dataset",e}return Object(i["a"])(e,t),e.type="dataset",e}(o["a"]);function c(t){t.registerComponentModel(l),t.registerComponentView(u)}},"1bdf":function(t,e,n){"use strict";e.f=Object.getOwnPropertySymbols},"1cb5":function(t,e,n){"use strict";n("7c69"),n("c69a"),n("ccb0"),n("6dff"),n("0d9b"),n("149b")},"1cb7":function(t,e,n){"use strict";var i=n("81e1"),r=n("aac4"),o=n("b919"),a=n("d492"),s=n("49a4"),l=TypeError;t.exports=function(t,e){var n=arguments.length<2?s(t):e;if(r(n))return o(i(n,t));throw new l(a(t)+" is not iterable")}},"1da6":function(t,e,n){"use strict";n.d(e,"a",(function(){return o}));var i=n("51bf");function r(t,e){return t&&"solid"!==t&&e>0?"dashed"===t?[4*e,2*e]:"dotted"===t?[e]:Object(i["isNumber"])(t)?[t]:Object(i["isArray"])(t)?t:null:null}function o(t){var e=t.style,n=e.lineDash&&e.lineWidth>0&&r(e.lineDash,e.lineWidth),o=e.lineDashOffset;if(n){var a=e.strokeNoScale&&t.getLineScale?t.getLineScale():1;a&&1!==a&&(n=Object(i["map"])(n,(function(t){return t/a})),o/=a)}return[n,o]}},"1dbc":function(t,e,n){"use strict";n.d(e,"a",(function(){return C}));var i=n("5e78"),r=n("51bf"),o=n("50af"),a=n("5a97"),s=n("72c0"),l=n("0f5e"),u=n("7314"),c=n("6927"),h=n("e358");function d(t,e,n){var i=h["d"].createCanvas(),r=e.getWidth(),o=e.getHeight(),a=i.style;return a&&(a.position="absolute",a.left="0",a.top="0",a.width=r+"px",a.height=o+"px",i.setAttribute("data-zr-dom-id",t)),i.width=r*n,i.height=o*n,i}var f=function(t){function e(e,n,o){var a,s=t.call(this)||this;s.motionBlur=!1,s.lastFrameAlpha=.7,s.dpr=1,s.virtual=!1,s.config={},s.incremental=!1,s.zlevel=0,s.maxRepaintRectCount=5,s.__dirty=!0,s.__firstTimePaint=!0,s.__used=!1,s.__drawIndex=0,s.__startIndex=0,s.__endIndex=0,s.__prevStartIndex=null,s.__prevEndIndex=null,o=o||i["e"],"string"===typeof e?a=d(e,n,o):r["isObject"](e)&&(a=e,e=a.id),s.id=e,s.dom=a;var l=a.style;return l&&(r["disableUserSelect"](a),a.onselectstart=function(){return!1},l.padding="0",l.margin="0",l.borderWidth="0"),s.painter=n,s.dpr=o,s}return Object(o["a"])(e,t),e.prototype.getElementCount=function(){return this.__endIndex-this.__startIndex},e.prototype.afterBrush=function(){this.__prevStartIndex=this.__startIndex,this.__prevEndIndex=this.__endIndex},e.prototype.initContext=function(){this.ctx=this.dom.getContext("2d"),this.ctx.dpr=this.dpr},e.prototype.setUnpainted=function(){this.__firstTimePaint=!0},e.prototype.createBackBuffer=function(){var t=this.dpr;this.domBack=d("back-"+this.id,this.painter,t),this.ctxBack=this.domBack.getContext("2d"),1!==t&&this.ctxBack.scale(t,t)},e.prototype.createRepaintRects=function(t,e,n,i){if(this.__firstTimePaint)return this.__firstTimePaint=!1,null;var r,o=[],a=this.maxRepaintRectCount,s=!1,l=new u["a"](0,0,0,0);function h(t){if(t.isFinite()&&!t.isZero())if(0===o.length){var e=new u["a"](0,0,0,0);e.copy(t),o.push(e)}else{for(var n=!1,i=1/0,r=0,c=0;c=a)}}for(var d=this.__startIndex;d15)break}}n.prevElClipPaths&&u.restore()};if(d)if(0===d.length)s=l.__endIndex;else for(var _=f.dpr,x=0;x0&&t>i[0]){for(s=0;st)break;a=n[i[s]]}if(i.splice(s+1,0,t),n[t]=e,!e.virtual)if(a){var l=a.dom;l.nextSibling?o.insertBefore(e.dom,l.nextSibling):o.appendChild(e.dom)}else o.firstChild?o.insertBefore(e.dom,o.firstChild):o.appendChild(e.dom);e.painter||(e.painter=this)}},t.prototype.eachLayer=function(t,e){for(var n=this._zlevelList,i=0;i0?b:0),this._needsManuallyCompositing),h.__builtin__||r["logError"]("ZLevel "+u+" has been used by unkown layer "+h.id),h!==s&&(h.__used=!0,h.__startIndex!==a&&(h.__dirty=!0),h.__startIndex=a,h.incremental?h.__drawIndex=-1:h.__drawIndex=a,e(a),s=h),i.__dirty&c["a"]&&!i.__inHover&&(h.__dirty=!0,h.incremental&&h.__drawIndex<0&&(h.__drawIndex=a))}e(a),this.eachBuiltinLayer((function(t,e){!t.__used&&t.getElementCount()>0&&(t.__dirty=!0,t.__startIndex=t.__endIndex=t.__drawIndex=0),t.__dirty&&t.__drawIndex<0&&(t.__drawIndex=t.__startIndex)}))},t.prototype.clear=function(){return this.eachBuiltinLayer(this._clearLayer),this},t.prototype._clearLayer=function(t){t.clear()},t.prototype.setBackgroundColor=function(t){this._backgroundColor=t,r["each"](this._layers,(function(t){t.setUnpainted()}))},t.prototype.configLayer=function(t,e){if(e){var n=this._layerConfig;n[t]?r["merge"](n[t],e,!0):n[t]=e;for(var i=0;ie&&o>i||or?s:0}n.d(e,"a",(function(){return i}))},"1f48":function(t,e,n){"use strict";var i=n("51bf"),r=n("0236"),o=n("6ebb"),a=n("779b"),s=n("dbbe"),l=n("81ad"),u=function(){function t(t){this.coordSysDims=[],this.axisMap=Object(i["createHashMap"])(),this.categoryAxisMap=Object(i["createHashMap"])(),this.coordSysName=t}return t}();function c(t){var e=t.get("coordinateSystem"),n=new u(e),i=h[e];if(i)return i(t,n,n.axisMap,n.categoryAxisMap),n}var h={cartesian2d:function(t,e,n,i){var r=t.getReferringComponents("xAxis",s["b"]).models[0],o=t.getReferringComponents("yAxis",s["b"]).models[0];e.coordSysDims=["x","y"],n.set("x",r),n.set("y",o),d(r)&&(i.set("x",r),e.firstCategoryDimIndex=0),d(o)&&(i.set("y",o),null==e.firstCategoryDimIndex&&(e.firstCategoryDimIndex=1))},singleAxis:function(t,e,n,i){var r=t.getReferringComponents("singleAxis",s["b"]).models[0];e.coordSysDims=["single"],n.set("single",r),d(r)&&(i.set("single",r),e.firstCategoryDimIndex=0)},polar:function(t,e,n,i){var r=t.getReferringComponents("polar",s["b"]).models[0],o=r.findAxisModel("radiusAxis"),a=r.findAxisModel("angleAxis");e.coordSysDims=["radius","angle"],n.set("radius",o),n.set("angle",a),d(o)&&(i.set("radius",o),e.firstCategoryDimIndex=0),d(a)&&(i.set("angle",a),null==e.firstCategoryDimIndex&&(e.firstCategoryDimIndex=1))},geo:function(t,e,n,i){e.coordSysDims=["lng","lat"]},parallel:function(t,e,n,r){var o=t.ecModel,a=o.getComponent("parallel",t.get("parallelIndex")),s=e.coordSysDims=a.dimensions.slice();Object(i["each"])(a.parallelAxisIndex,(function(t,i){var a=o.getComponent("parallelAxis",t),l=s[i];n.set(l,a),d(a)&&(r.set(l,a),null==e.firstCategoryDimIndex&&(e.firstCategoryDimIndex=i))}))}};function d(t){return"category"===t.get("type")}var f=n("0b73"),p=n("ff4a"),g=n("2603"),v=n("6742");function m(t,e){var n,r=t.get("coordinateSystem"),o=l["a"].get(r);return e&&e.coordSysDims&&(n=i["map"](e.coordSysDims,(function(t){var n={name:t},i=e.axisMap.get(t);if(i){var r=i.get("type");n.type=Object(a["a"])(r)}return n}))),n||(n=o&&(o.getDimensionsInfo?o.getDimensionsInfo():o.dimensions.slice())||["x","y"]),n}function y(t,e,n){var r,o;return n&&i["each"](t,(function(t,i){var a=t.coordDim,s=n.categoryAxisMap.get(a);s&&(null==r&&(r=i),t.ordinalMeta=s.getOrdinalMeta(),e&&(t.createInvertedIndices=!0)),null!=t.otherDims.itemName&&(o=!0)})),o||null==r||(t[r].otherDims.itemName=0),r}function b(t,e,n){n=n||{};var a,s=e.getSourceManager(),l=!1;t?(l=!0,a=Object(f["c"])(t)):(a=s.getSource(),l=a.sourceFormat===v["f"]);var u=c(e),h=m(e,u),d=n.useEncodeDefaulter,b=i["isFunction"](d)?d:d?i["curry"](g["c"],h,e):null,x={coordDimensions:h,generateCoord:n.generateCoord,encodeDefine:e.getEncode(),encodeDefaulter:b,canOmitUnusedDimensions:!l},w=Object(o["b"])(a,x),O=y(w.dimensions,n.createInvertedIndices,u),S=l?null:s.getSharedDataStore(w),C=Object(p["a"])(e,{schema:w,store:S}),k=new r["a"](w,e);k.setCalculationInfo(C);var j=null!=O&&_(a)?function(t,e,n,i){return i===O?n:this.defaultDimValueGetter(t,e,n,i)}:null;return k.hasItemOption=!1,k.initData(l?a:S,null,j),k}function _(t){if(t.sourceFormat===v["f"]){var e=x(t.data||[]);return!i["isArray"](Object(s["h"])(e))}}function x(t){var e=0;while(et?u():!0!==e&&(r=setTimeout(i?c:u,void 0===i?t-s:t))}return"boolean"!==typeof e&&(i=n,n=e,e=void 0),a}},"221a":function(t,e,n){"use strict";n.d(e,"a",(function(){return a}));var i=n("e8c6"),r=n("51bf"),o=/cubic-bezier\(([0-9,\.e ]+)\)/;function a(t){var e=t&&o.exec(t);if(e){var n=e[1].split(","),a=+Object(r["trim"])(n[0]),s=+Object(r["trim"])(n[1]),l=+Object(r["trim"])(n[2]),u=+Object(r["trim"])(n[3]);if(isNaN(a+s+l+u))return;var c=[];return function(t){return t<=0?0:t>=1?1:Object(i["f"])(0,a,l,1,t,c)&&Object(i["a"])(0,s,u,1,c[0])}}}},"223b":function(t,e,n){"use strict";var i=n("be54");t.exports=function(t,e,n){var r=n.config.validateStatus;!r||r(n.status)?t(n):e(i("Request failed with status code "+n.status,n.config,null,n.request,n))}},2264:function(t,e,n){"use strict";var i=n("369c");function r(){this.handlers=[]}r.prototype.use=function(t,e){return this.handlers.push({fulfilled:t,rejected:e}),this.handlers.length-1},r.prototype.eject=function(t){this.handlers[t]&&(this.handlers[t]=null)},r.prototype.forEach=function(t){i.forEach(this.handlers,(function(e){null!==e&&t(e)}))},t.exports=r},"227b":function(t,e,n){"use strict";e.__esModule=!0,e.removeResizeListener=e.addResizeListener=void 0;var i=n("67c4"),r=a(i),o=n("7762");function a(t){return t&&t.__esModule?t:{default:t}}var s="undefined"===typeof window,l=function(t){var e=t,n=Array.isArray(e),i=0;for(e=n?e:e[Symbol.iterator]();;){var r;if(n){if(i>=e.length)break;r=e[i++]}else{if(i=e.next(),i.done)break;r=i.value}var o=r,a=o.target.__resizeListeners__||[];a.length&&a.forEach((function(t){t()}))}};e.addResizeListener=function(t,e){s||(t.__resizeListeners__||(t.__resizeListeners__=[],t.__ro__=new r.default((0,o.debounce)(16,l)),t.__ro__.observe(t)),t.__resizeListeners__.push(e))},e.removeResizeListener=function(t,e){t&&t.__resizeListeners__&&(t.__resizeListeners__.splice(t.__resizeListeners__.indexOf(e),1),t.__resizeListeners__.length||t.__ro__.disconnect())}},2291:function(t,e){var n=t.exports="undefined"!=typeof window&&window.Math==Math?window:"undefined"!=typeof self&&self.Math==Math?self:Function("return this")();"number"==typeof __g&&(__g=n)},2297:function(t,e,n){"use strict";t.exports=["constructor","hasOwnProperty","isPrototypeOf","propertyIsEnumerable","toLocaleString","toString","valueOf"]},"22f6":function(t,e,n){"use strict";var i=n("ac02"),r=n("a644"),o=n("7685"),a=n("81e1"),s=n("dceb"),l=n("6e02"),u=n("c320"),c=n("f72b"),h=n("277a"),d=n("a4cc"),f=n("b7bc"),p=String,g=r("JSON","stringify"),v=s(/./.exec),m=s("".charAt),y=s("".charCodeAt),b=s("".replace),_=s(1..toString),x=/[\uD800-\uDFFF]/g,w=/^[\uD800-\uDBFF]$/,O=/^[\uDC00-\uDFFF]$/,S=!f||l((function(){var t=r("Symbol")("stringify detection");return"[null]"!==g([t])||"{}"!==g({a:t})||"{}"!==g(Object(t))})),C=l((function(){return'"\\udf06\\ud834"'!==g("\udf06\ud834")||'"\\udead"'!==g("\udead")})),k=function(t,e){var n=h(arguments),i=d(e);if(u(i)||void 0!==t&&!c(t))return n[1]=function(t,e){if(u(i)&&(e=a(i,this,p(t),e)),!c(e))return e},o(g,null,n)},j=function(t,e,n){var i=m(n,e-1),r=m(n,e+1);return v(w,t)&&!v(O,r)||v(O,t)&&!v(w,i)?"\\u"+_(y(t,0),16):t};g&&i({target:"JSON",stat:!0,arity:3,forced:S||C},{stringify:function(t,e,n){var i=h(arguments),r=o(S?k:g,null,i);return C&&"string"==typeof r?b(r,x,j):r}})},2347:function(t,e,n){"use strict";n.r(e),n.d(e,"parse",(function(){return y})),n.d(e,"lift",(function(){return x})),n.d(e,"toHex",(function(){return w})),n.d(e,"fastLerp",(function(){return O})),n.d(e,"fastMapToColor",(function(){return S})),n.d(e,"lerp",(function(){return C})),n.d(e,"mapToColor",(function(){return k})),n.d(e,"modifyHSL",(function(){return j})),n.d(e,"modifyAlpha",(function(){return M})),n.d(e,"stringify",(function(){return T})),n.d(e,"lum",(function(){return A})),n.d(e,"random",(function(){return I})),n.d(e,"liftColor",(function(){return D}));var i=n("0c10"),r=n("51bf"),o={transparent:[0,0,0,0],aliceblue:[240,248,255,1],antiquewhite:[250,235,215,1],aqua:[0,255,255,1],aquamarine:[127,255,212,1],azure:[240,255,255,1],beige:[245,245,220,1],bisque:[255,228,196,1],black:[0,0,0,1],blanchedalmond:[255,235,205,1],blue:[0,0,255,1],blueviolet:[138,43,226,1],brown:[165,42,42,1],burlywood:[222,184,135,1],cadetblue:[95,158,160,1],chartreuse:[127,255,0,1],chocolate:[210,105,30,1],coral:[255,127,80,1],cornflowerblue:[100,149,237,1],cornsilk:[255,248,220,1],crimson:[220,20,60,1],cyan:[0,255,255,1],darkblue:[0,0,139,1],darkcyan:[0,139,139,1],darkgoldenrod:[184,134,11,1],darkgray:[169,169,169,1],darkgreen:[0,100,0,1],darkgrey:[169,169,169,1],darkkhaki:[189,183,107,1],darkmagenta:[139,0,139,1],darkolivegreen:[85,107,47,1],darkorange:[255,140,0,1],darkorchid:[153,50,204,1],darkred:[139,0,0,1],darksalmon:[233,150,122,1],darkseagreen:[143,188,143,1],darkslateblue:[72,61,139,1],darkslategray:[47,79,79,1],darkslategrey:[47,79,79,1],darkturquoise:[0,206,209,1],darkviolet:[148,0,211,1],deeppink:[255,20,147,1],deepskyblue:[0,191,255,1],dimgray:[105,105,105,1],dimgrey:[105,105,105,1],dodgerblue:[30,144,255,1],firebrick:[178,34,34,1],floralwhite:[255,250,240,1],forestgreen:[34,139,34,1],fuchsia:[255,0,255,1],gainsboro:[220,220,220,1],ghostwhite:[248,248,255,1],gold:[255,215,0,1],goldenrod:[218,165,32,1],gray:[128,128,128,1],green:[0,128,0,1],greenyellow:[173,255,47,1],grey:[128,128,128,1],honeydew:[240,255,240,1],hotpink:[255,105,180,1],indianred:[205,92,92,1],indigo:[75,0,130,1],ivory:[255,255,240,1],khaki:[240,230,140,1],lavender:[230,230,250,1],lavenderblush:[255,240,245,1],lawngreen:[124,252,0,1],lemonchiffon:[255,250,205,1],lightblue:[173,216,230,1],lightcoral:[240,128,128,1],lightcyan:[224,255,255,1],lightgoldenrodyellow:[250,250,210,1],lightgray:[211,211,211,1],lightgreen:[144,238,144,1],lightgrey:[211,211,211,1],lightpink:[255,182,193,1],lightsalmon:[255,160,122,1],lightseagreen:[32,178,170,1],lightskyblue:[135,206,250,1],lightslategray:[119,136,153,1],lightslategrey:[119,136,153,1],lightsteelblue:[176,196,222,1],lightyellow:[255,255,224,1],lime:[0,255,0,1],limegreen:[50,205,50,1],linen:[250,240,230,1],magenta:[255,0,255,1],maroon:[128,0,0,1],mediumaquamarine:[102,205,170,1],mediumblue:[0,0,205,1],mediumorchid:[186,85,211,1],mediumpurple:[147,112,219,1],mediumseagreen:[60,179,113,1],mediumslateblue:[123,104,238,1],mediumspringgreen:[0,250,154,1],mediumturquoise:[72,209,204,1],mediumvioletred:[199,21,133,1],midnightblue:[25,25,112,1],mintcream:[245,255,250,1],mistyrose:[255,228,225,1],moccasin:[255,228,181,1],navajowhite:[255,222,173,1],navy:[0,0,128,1],oldlace:[253,245,230,1],olive:[128,128,0,1],olivedrab:[107,142,35,1],orange:[255,165,0,1],orangered:[255,69,0,1],orchid:[218,112,214,1],palegoldenrod:[238,232,170,1],palegreen:[152,251,152,1],paleturquoise:[175,238,238,1],palevioletred:[219,112,147,1],papayawhip:[255,239,213,1],peachpuff:[255,218,185,1],peru:[205,133,63,1],pink:[255,192,203,1],plum:[221,160,221,1],powderblue:[176,224,230,1],purple:[128,0,128,1],red:[255,0,0,1],rosybrown:[188,143,143,1],royalblue:[65,105,225,1],saddlebrown:[139,69,19,1],salmon:[250,128,114,1],sandybrown:[244,164,96,1],seagreen:[46,139,87,1],seashell:[255,245,238,1],sienna:[160,82,45,1],silver:[192,192,192,1],skyblue:[135,206,235,1],slateblue:[106,90,205,1],slategray:[112,128,144,1],slategrey:[112,128,144,1],snow:[255,250,250,1],springgreen:[0,255,127,1],steelblue:[70,130,180,1],tan:[210,180,140,1],teal:[0,128,128,1],thistle:[216,191,216,1],tomato:[255,99,71,1],turquoise:[64,224,208,1],violet:[238,130,238,1],wheat:[245,222,179,1],white:[255,255,255,1],whitesmoke:[245,245,245,1],yellow:[255,255,0,1],yellowgreen:[154,205,50,1]};function a(t){return t=Math.round(t),t<0?0:t>255?255:t}function s(t){return t=Math.round(t),t<0?0:t>360?360:t}function l(t){return t<0?0:t>1?1:t}function u(t){var e=t;return e.length&&"%"===e.charAt(e.length-1)?a(parseFloat(e)/100*255):a(parseInt(e,10))}function c(t){var e=t;return e.length&&"%"===e.charAt(e.length-1)?l(parseFloat(e)/100):l(parseFloat(e))}function h(t,e,n){return n<0?n+=1:n>1&&(n-=1),6*n<1?t+(e-t)*n*6:2*n<1?e:3*n<2?t+(e-t)*(2/3-n)*6:t}function d(t,e,n){return t+(e-t)*n}function f(t,e,n,i,r){return t[0]=e,t[1]=n,t[2]=i,t[3]=r,t}function p(t,e){return t[0]=e[0],t[1]=e[1],t[2]=e[2],t[3]=e[3],t}var g=new i["a"](20),v=null;function m(t,e){v&&p(v,e),v=g.put(t,v||e.slice())}function y(t,e){if(t){e=e||[];var n=g.get(t);if(n)return p(e,n);t+="";var i=t.replace(/ /g,"").toLowerCase();if(i in o)return p(e,o[i]),m(t,e),e;var r=i.length;if("#"!==i.charAt(0)){var a=i.indexOf("("),s=i.indexOf(")");if(-1!==a&&s+1===r){var l=i.substr(0,a),h=i.substr(a+1,s-(a+1)).split(","),d=1;switch(l){case"rgba":if(4!==h.length)return 3===h.length?f(e,+h[0],+h[1],+h[2],1):f(e,0,0,0,1);d=c(h.pop());case"rgb":return h.length>=3?(f(e,u(h[0]),u(h[1]),u(h[2]),3===h.length?d:c(h[3])),m(t,e),e):void f(e,0,0,0,1);case"hsla":return 4!==h.length?void f(e,0,0,0,1):(h[3]=c(h[3]),b(h,e),m(t,e),e);case"hsl":return 3!==h.length?void f(e,0,0,0,1):(b(h,e),m(t,e),e);default:return}}f(e,0,0,0,1)}else{if(4===r||5===r){var v=parseInt(i.slice(1,4),16);return v>=0&&v<=4095?(f(e,(3840&v)>>4|(3840&v)>>8,240&v|(240&v)>>4,15&v|(15&v)<<4,5===r?parseInt(i.slice(4),16)/15:1),m(t,e),e):void f(e,0,0,0,1)}if(7===r||9===r){v=parseInt(i.slice(1,7),16);return v>=0&&v<=16777215?(f(e,(16711680&v)>>16,(65280&v)>>8,255&v,9===r?parseInt(i.slice(7),16)/255:1),m(t,e),e):void f(e,0,0,0,1)}}}}function b(t,e){var n=(parseFloat(t[0])%360+360)%360/360,i=c(t[1]),r=c(t[2]),o=r<=.5?r*(i+1):r+i-r*i,s=2*r-o;return e=e||[],f(e,a(255*h(s,o,n+1/3)),a(255*h(s,o,n)),a(255*h(s,o,n-1/3)),1),4===t.length&&(e[3]=t[3]),e}function _(t){if(t){var e,n,i=t[0]/255,r=t[1]/255,o=t[2]/255,a=Math.min(i,r,o),s=Math.max(i,r,o),l=s-a,u=(s+a)/2;if(0===l)e=0,n=0;else{n=u<.5?l/(s+a):l/(2-s-a);var c=((s-i)/6+l/2)/l,h=((s-r)/6+l/2)/l,d=((s-o)/6+l/2)/l;i===s?e=d-h:r===s?e=1/3+c-d:o===s&&(e=2/3+h-c),e<0&&(e+=1),e>1&&(e-=1)}var f=[360*e,n,u];return null!=t[3]&&f.push(t[3]),f}}function x(t,e){var n=y(t);if(n){for(var i=0;i<3;i++)n[i]=e<0?n[i]*(1-e)|0:(255-n[i])*e+n[i]|0,n[i]>255?n[i]=255:n[i]<0&&(n[i]=0);return T(n,4===n.length?"rgba":"rgb")}}function w(t){var e=y(t);if(e)return((1<<24)+(e[0]<<16)+(e[1]<<8)+ +e[2]).toString(16).slice(1)}function O(t,e,n){if(e&&e.length&&t>=0&&t<=1){n=n||[];var i=t*(e.length-1),r=Math.floor(i),o=Math.ceil(i),s=e[r],u=e[o],c=i-r;return n[0]=a(d(s[0],u[0],c)),n[1]=a(d(s[1],u[1],c)),n[2]=a(d(s[2],u[2],c)),n[3]=l(d(s[3],u[3],c)),n}}var S=O;function C(t,e,n){if(e&&e.length&&t>=0&&t<=1){var i=t*(e.length-1),r=Math.floor(i),o=Math.ceil(i),s=y(e[r]),u=y(e[o]),c=i-r,h=T([a(d(s[0],u[0],c)),a(d(s[1],u[1],c)),a(d(s[2],u[2],c)),l(d(s[3],u[3],c))],"rgba");return n?{color:h,leftIndex:r,rightIndex:o,value:i}:h}}var k=C;function j(t,e,n,i){var r=y(t);if(t)return r=_(r),null!=e&&(r[0]=s(e)),null!=n&&(r[1]=c(n)),null!=i&&(r[2]=c(i)),T(b(r),"rgba")}function M(t,e){var n=y(t);if(n&&null!=e)return n[3]=l(e),T(n,"rgba")}function T(t,e){if(t&&t.length){var n=t[0]+","+t[1]+","+t[2];return"rgba"!==e&&"hsva"!==e&&"hsla"!==e||(n+=","+t[3]),e+"("+n+")"}}function A(t,e){var n=y(t);return n?(.299*n[0]+.587*n[1]+.114*n[2])*n[3]/255+(1-n[3])*e:0}function I(){return T([Math.round(255*Math.random()),Math.round(255*Math.random()),Math.round(255*Math.random())],"rgb")}var E=new i["a"](100);function D(t){if(Object(r["isString"])(t)){var e=E.get(t);return e||(e=x(t,-.1),E.put(t,e)),e}if(Object(r["isGradientObject"])(t)){var n=Object(r["extend"])({},t);return n.colorStops=Object(r["map"])(t.colorStops,(function(t){return{offset:t.offset,color:x(t.color,-.1)}})),n}return t}},"23bc":function(t,e,n){"use strict";n.d(e,"c",(function(){return a})),n.d(e,"a",(function(){return s})),n.d(e,"b",(function(){return l})),n.d(e,"d",(function(){return u}));var i=n("51bf"),r=n("0211"),o=Math.round(10*Math.random());function a(t){return[t||"",o++].join("_")}function s(t){var e={};t.registerSubTypeDefaulter=function(t,n){var i=Object(r["f"])(t);e[i.main]=n},t.determineSubType=function(n,i){var o=i.type;if(!o){var a=Object(r["f"])(n).main;t.hasSubTypes(n)&&e[a]&&(o=e[a](i))}return o}}function l(t,e){function n(t){var n={},a=[];return i["each"](t,(function(s){var l=r(n,s),u=l.originalDeps=e(s),c=o(u,t);l.entryCount=c.length,0===l.entryCount&&a.push(s),i["each"](c,(function(t){i["indexOf"](l.predecessor,t)<0&&l.predecessor.push(t);var e=r(n,t);i["indexOf"](e.successor,t)<0&&e.successor.push(s)}))})),{graph:n,noEntryList:a}}function r(t,e){return t[e]||(t[e]={predecessor:[],successor:[]}),t[e]}function o(t,e){var n=[];return i["each"](t,(function(t){i["indexOf"](e,t)>=0&&n.push(t)})),n}t.topologicalTravel=function(t,e,r,o){if(t.length){var a=n(e),s=a.graph,l=a.noEntryList,u={};i["each"](t,(function(t){u[t]=!0}));while(l.length){var c=l.pop(),h=s[c],d=!!u[c];d&&(r.call(o,c,h.originalDeps.slice()),delete u[c]),i["each"](h.successor,d?p:f)}i["each"](u,(function(){var t="";throw new Error(t)}))}function f(t){s[t].entryCount--,0===s[t].entryCount&&l.push(t)}function p(t){u[t]=!0,f(t)}}}function u(t,e){return i["merge"](i["merge"]({},t,!0),e,!0)}},2400:function(t,e,n){"use strict";function i(t){return void 0!==t&&null!==t}function r(t){var e=/([(\uAC00-\uD7AF)|(\u3130-\u318F)])+/gi;return e.test(t)}e.__esModule=!0,e.isDef=i,e.isKorean=r},2429:function(t,e,n){var i=n("6dea"),r=n("6312"),o=n("a139"),a=n("a366")("IE_PROTO"),s=function(){},l="prototype",u=function(){var t,e=n("78dd")("iframe"),i=o.length,r="<",a=">";e.style.display="none",n("a63b").appendChild(e),e.src="javascript:",t=e.contentWindow.document,t.open(),t.write(r+"script"+a+"document.F=Object"+r+"/script"+a),t.close(),u=t.F;while(i--)delete u[l][o[i]];return u()};t.exports=Object.create||function(t,e){var n;return null!==t?(s[l]=i(t),n=new s,s[l]=null,n[a]=t):n=u(),void 0===e?n:r(n,e)}},"248c":function(t,e,n){"use strict";n.d(e,"a",(function(){return r})),n.d(e,"b",(function(){return o}));var i=n("dbbe"),r=Object(i["o"])(),o=function(t,e,n,i){if(i){var o=r(i);o.dataIndex=n,o.dataType=e,o.seriesIndex=t,o.ssrType="chart","group"===i.type&&i.traverse((function(i){var o=r(i);o.seriesIndex=t,o.dataIndex=n,o.dataType=e,o.ssrType="chart"}))}}},2575:function(t,e,n){"use strict";var i=n("dceb"),r=n("6e02"),o=n("c320"),a=n("9d12"),s=n("a644"),l=n("18fd"),u=function(){},c=s("Reflect","construct"),h=/^\s*(?:class|function)\b/,d=i(h.exec),f=!h.test(u),p=function(t){if(!o(t))return!1;try{return c(u,[],t),!0}catch(e){return!1}},g=function(t){if(!o(t))return!1;switch(a(t)){case"AsyncFunction":case"GeneratorFunction":case"AsyncGeneratorFunction":return!1}try{return f||!!d(h,l(t))}catch(e){return!0}};g.sham=!0,t.exports=!c||r((function(){var t;return p(p.call)||!p(Object)||!p((function(){t=!0}))||t}))?g:p},2576:function(t,e,n){n("305a"),t.exports=n("89ea").Object.assign},"25e6":function(t,e,n){"use strict";n.d(e,"b",(function(){return a})),n.d(e,"a",(function(){return s})),n.d(e,"c",(function(){return u}));var i=n("0c10"),r=n("e358"),o=new i["a"](50);function a(t){if("string"===typeof t){var e=o.get(t);return e&&e.image}return t}function s(t,e,n,i,a){if(t){if("string"===typeof t){if(e&&e.__zrImageSrc===t||!n)return e;var s=o.get(t),c={hostEl:n,cb:i,cbPayload:a};return s?(e=s.image,!u(e)&&s.pending.push(c)):(e=r["d"].loadImage(t,l,l),e.__zrImageSrc=t,o.put(t,e.__cachedImgObj={image:e,pending:[c]})),e}return t}return e}function l(){var t=this.__cachedImgObj;this.onload=this.onerror=this.__cachedImgObj=null;for(var e=0;e@^][^\s!#%&*+<=>@^]*>/,L=/a/g,N=/a/g,R=new k(L)!==L,$=g.MISSED_STICKY,B=g.UNSUPPORTED_Y,F=i&&(!R||$||O||S||y((function(){return N[C]=!1,k(L)!==L||k(N)===N||"/a/i"!==String(k(L,"i"))}))),z=function(t){for(var e,n=t.length,i=0,r="",o=!1;i<=n;i++)e=A(t,i),"\\"!==e?o||"."!==e?("["===e?o=!0:"]"===e&&(o=!1),r+=e):r+="[\\s\\S]":r+=e+A(t,++i);return r},V=function(t){for(var e,n=t.length,i=0,r="",o=[],a=u(null),s=!1,l=!1,c=0,h="";i<=n;i++){if(e=A(t,i),"\\"===e)e+=A(t,++i);else if("]"===e)s=!1;else if(!s)switch(!0){case"["===e:s=!0;break;case"("===e:if(r+=e,"?:"===D(t,i+1,i+3))continue;T(P,D(t,i+1))&&(i+=2,l=!0),c++;continue;case">"===e&&l:if(""===h||b(a,h))throw new M("Invalid capture group name");a[h]=!0,o[o.length]=[h,c],l=!1,h="";continue}l?h+=e:r+=e}return[r,o]};if(a("RegExp",F)){for(var H=function(t,e){var n,i,r,o,a,u,c=h(j,this),g=d(t),v=void 0===e,m=[],y=t;if(!c&&g&&v&&t.constructor===H)return t;if((g||h(j,t))&&(t=t.source,v&&(e=p(y))),t=void 0===t?"":f(t),e=void 0===e?"":f(e),y=t,O&&"dotAll"in L&&(i=!!e&&E(e,"s")>-1,i&&(e=I(e,/s/g,""))),n=e,$&&"sticky"in L&&(r=!!e&&E(e,"y")>-1,r&&B&&(e=I(e,/y/g,""))),S&&(o=V(t),t=o[0],m=o[1]),a=s(k(t,e),c?this:j,H),(i||r||m.length)&&(u=_(a),i&&(u.dotAll=!0,u.raw=H(z(t),n)),r&&(u.sticky=!0),m.length&&(u.groups=m)),t!==y)try{l(a,"source",""===y?"(?:)":y)}catch(b){}return a},q=c(k),W=0;q.length>W;)v(H,k,q[W++]);j.constructor=H,H.prototype=j,m(r,"RegExp",H,{constructor:!0})}x("RegExp")},"27df":function(t,e,n){"use strict";var i=n("50af"),r=n("6473"),o=n("0121"),a=n("b977"),s=n("51bf"),l=function(t){function e(e){var n=t.call(this,e)||this;n.type="ordinal";var i=n.getSetting("ordinalMeta");return i||(i=new o["a"]({})),Object(s["isArray"])(i)&&(i=new o["a"]({categories:Object(s["map"])(i,(function(t){return Object(s["isObject"])(t)?t.value:t}))})),n._ordinalMeta=i,n._extent=n.getSetting("extent")||[0,i.categories.length-1],n}return Object(i["a"])(e,t),e.prototype.parse=function(t){return null==t?NaN:Object(s["isString"])(t)?this._ordinalMeta.getOrdinal(t):Math.round(t)},e.prototype.contain=function(t){return t=this.parse(t),a["a"](t,this._extent)&&null!=this._ordinalMeta.categories[t]},e.prototype.normalize=function(t){return t=this._getTickNumber(this.parse(t)),a["f"](t,this._extent)},e.prototype.scale=function(t){return t=Math.round(a["g"](t,this._extent)),this.getRawOrdinalNumber(t)},e.prototype.getTicks=function(){var t=[],e=this._extent,n=e[0];while(n<=e[1])t.push({value:n}),n++;return t},e.prototype.getMinorTicks=function(t){},e.prototype.setSortInfo=function(t){if(null!=t){for(var e=t.ordinalNumbers,n=this._ordinalNumbersByTick=[],i=this._ticksByOrdinalNumber=[],r=0,o=this._ordinalMeta.categories.length,a=Math.min(o,e.length);r=0&&t=0&&t=t},e.prototype.getOrdinalMeta=function(){return this._ordinalMeta},e.prototype.calcNiceTicks=function(){},e.prototype.calcNiceExtent=function(){},e.type="ordinal",e}(r["a"]);r["a"].registerClass(l),e["a"]=l},2825:function(t,e){var n={}.hasOwnProperty;t.exports=function(t,e){return n.call(t,e)}},"285b":function(t,e,n){"use strict";n.d(e,"c",(function(){return _})),n.d(e,"b",(function(){return w}));var i=n("50af"),r=n("66cf"),o=n("905b"),a=n("51bf"),s=n("43fe"),l=n("6840"),u=n("ecec"),c=n("7314"),h=n("5510"),d=n("e358"),f={fill:"#000"},p=2,g={style:Object(a["defaults"])({fill:!0,stroke:!0,fillOpacity:!0,strokeOpacity:!0,lineWidth:!0,fontSize:!0,lineHeight:!0,width:!0,height:!0,textShadowColor:!0,textShadowBlur:!0,textShadowOffsetX:!0,textShadowOffsetY:!0,backgroundColor:!0,padding:!0,borderColor:!0,borderWidth:!0,borderRadius:!0},h["a"].style)},v=function(t){function e(e){var n=t.call(this)||this;return n.type="text",n._children=[],n._defaultStyle=f,n.attr(e),n}return Object(i["a"])(e,t),e.prototype.childrenRef=function(){return this._children},e.prototype.update=function(){t.prototype.update.call(this),this.styleChanged()&&this._updateSubTexts();for(var e=0;e0,$=null!=t.width&&("truncate"===t.overflow||"break"===t.overflow||"breakAll"===t.overflow),B=a.calculatedLineHeight,F=0;F=0&&(E=w[I],"right"===E.align))this._placeToken(E,t,S,m,A,"right",b),C-=E.width,A-=E.width,I--;j+=(i-(j-v)-(y-A)-C)/2;while(k<=I)E=w[k],this._placeToken(E,t,S,m,j+E.width/2,"center",b),j+=E.width,k++;m+=S}},e.prototype._placeToken=function(t,e,n,i,r,l,u){var h=e.rich[t.styleName]||{};h.text=t.text;var f=t.verticalAlign,g=i+n/2;"top"===f?g=i+t.height/2:"bottom"===f&&(g=i+n-t.height/2);var v=!t.isLineHolder&&T(h);v&&this._renderBackground(h,e,"right"===l?r-t.width:"center"===l?r-t.width/2:r,g-t.height/2,t.width,t.height);var m=!!h.backgroundColor,y=t.textPadding;y&&(r=j(r,l,y),g-=t.height/2-y[0]-t.innerHeight/2);var b=this._getOrCreateChild(o["a"]),_=b.createStyle();b.useStyle(_);var w=this._defaultStyle,O=!1,S=0,M=k("fill"in h?h.fill:"fill"in e?e.fill:(O=!0,w.fill)),A=C("stroke"in h?h.stroke:"stroke"in e?e.stroke:m||u||w.autoStroke&&!O?null:(S=p,w.stroke)),I=h.textShadowBlur>0||e.textShadowBlur>0;_.text=t.text,_.x=r,_.y=g,I&&(_.shadowBlur=h.textShadowBlur||e.textShadowBlur||0,_.shadowColor=h.textShadowColor||e.textShadowColor||"transparent",_.shadowOffsetX=h.textShadowOffsetX||e.textShadowOffsetX||0,_.shadowOffsetY=h.textShadowOffsetY||e.textShadowOffsetY||0),_.textAlign=l,_.textBaseline="middle",_.font=t.font||d["a"],_.opacity=Object(a["retrieve3"])(h.opacity,e.opacity,1),x(_,h),A&&(_.lineWidth=Object(a["retrieve3"])(h.lineWidth,e.lineWidth,S),_.lineDash=Object(a["retrieve2"])(h.lineDash,e.lineDash),_.lineDashOffset=e.lineDashOffset||0,_.stroke=A),M&&(_.fill=M);var E=t.contentWidth,D=t.contentHeight;b.setBoundingRect(new c["a"](Object(s["a"])(_.x,E,_.textAlign),Object(s["b"])(_.y,D,_.textBaseline),E,D))},e.prototype._renderBackground=function(t,e,n,i,r,o){var s,c,h=t.backgroundColor,d=t.borderWidth,f=t.borderColor,p=h&&h.image,g=h&&!p,v=t.borderRadius,m=this;if(g||t.lineHeight||d&&f){s=this._getOrCreateChild(u["a"]),s.useStyle(s.createStyle()),s.style.fill=null;var y=s.shape;y.x=n,y.y=i,y.width=r,y.height=o,y.r=v,s.dirtyShape()}if(g){var b=s.style;b.fill=h||null,b.fillOpacity=Object(a["retrieve2"])(t.fillOpacity,1)}else if(p){c=this._getOrCreateChild(l["a"]),c.onload=function(){m.dirtyStyle()};var _=c.style;_.image=h.image,_.x=n,_.y=i,_.width=r,_.height=o}if(d&&f){b=s.style;b.lineWidth=d,b.stroke=f,b.strokeOpacity=Object(a["retrieve2"])(t.strokeOpacity,1),b.lineDash=t.borderDash,b.lineDashOffset=t.borderDashOffset||0,s.strokeContainThreshold=0,s.hasFill()&&s.hasStroke()&&(b.strokeFirst=!0,b.lineWidth*=2)}var x=(s||c).style;x.shadowBlur=t.shadowBlur||0,x.shadowColor=t.shadowColor||"transparent",x.shadowOffsetX=t.shadowOffsetX||0,x.shadowOffsetY=t.shadowOffsetY||0,x.opacity=Object(a["retrieve3"])(t.opacity,e.opacity,1)},e.makeFont=function(t){var e="";return w(t)&&(e=[t.fontStyle,t.fontWeight,_(t.fontSize),t.fontFamily||"sans-serif"].join(" ")),e&&Object(a["trim"])(e)||t.textFont||t.font},e}(h["c"]),m={left:!0,right:1,center:1},y={top:1,bottom:1,middle:1},b=["fontStyle","fontWeight","fontSize","fontFamily"];function _(t){return"string"!==typeof t||-1===t.indexOf("px")&&-1===t.indexOf("rem")&&-1===t.indexOf("em")?isNaN(+t)?d["c"]+"px":t+"px":t}function x(t,e){for(var n=0;n0)t[s]=t[--s];s!==l++&&(t[s]=a)}}else{var u=r(n/2),c=o(i(t,0,u),e),h=o(i(t,u),e),d=c.length,f=h.length,p=0,g=0;while(p3?0:(t-t%10!==10)*t%10]}};var x={D:function(t){return t.getDay()},DD:function(t){return v(t.getDay())},Do:function(t,e){return e.DoFn(t.getDate())},d:function(t){return t.getDate()},dd:function(t){return v(t.getDate())},ddd:function(t,e){return e.dayNamesShort[t.getDay()]},dddd:function(t,e){return e.dayNames[t.getDay()]},M:function(t){return t.getMonth()+1},MM:function(t){return v(t.getMonth()+1)},MMM:function(t,e){return e.monthNamesShort[t.getMonth()]},MMMM:function(t,e){return e.monthNames[t.getMonth()]},yy:function(t){return v(String(t.getFullYear()),4).substr(2)},yyyy:function(t){return v(t.getFullYear(),4)},h:function(t){return t.getHours()%12||12},hh:function(t){return v(t.getHours()%12||12)},H:function(t){return t.getHours()},HH:function(t){return v(t.getHours())},m:function(t){return t.getMinutes()},mm:function(t){return v(t.getMinutes())},s:function(t){return t.getSeconds()},ss:function(t){return v(t.getSeconds())},S:function(t){return Math.round(t.getMilliseconds()/100)},SS:function(t){return v(Math.round(t.getMilliseconds()/10),2)},SSS:function(t){return v(t.getMilliseconds(),3)},a:function(t,e){return t.getHours()<12?e.amPm[0]:e.amPm[1]},A:function(t,e){return t.getHours()<12?e.amPm[0].toUpperCase():e.amPm[1].toUpperCase()},ZZ:function(t){var e=t.getTimezoneOffset();return(e>0?"-":"+")+v(100*Math.floor(Math.abs(e)/60)+Math.abs(e)%60,4)}},w={d:[s,function(t,e){t.day=e}],Do:[s+c,function(t,e){t.day=parseInt(e,10)}],M:[s,function(t,e){t.month=e-1}],yy:[s,function(t,e){var n=new Date,i=+(""+n.getFullYear()).substr(0,2);t.year=""+(e>68?i-1:i)+e}],h:[s,function(t,e){t.hour=e}],m:[s,function(t,e){t.minute=e}],s:[s,function(t,e){t.second=e}],yyyy:[u,function(t,e){t.year=e}],S:["\\d",function(t,e){t.millisecond=100*e}],SS:["\\d{2}",function(t,e){t.millisecond=10*e}],SSS:[l,function(t,e){t.millisecond=e}],D:[s,d],ddd:[c,d],MMM:[c,g("monthNamesShort")],MMMM:[c,g("monthNames")],a:[c,function(t,e,n){var i=e.toLowerCase();i===n.amPm[0]?t.isPm=!1:i===n.amPm[1]&&(t.isPm=!0)}],ZZ:["[^\\s]*?[\\+\\-]\\d\\d:?\\d\\d|[^\\s]*?Z",function(t,e){var n,i=(e+"").match(/([+-]|\d\d)/gi);i&&(n=60*i[1]+parseInt(i[2],10),t.timezoneOffset="+"===i[0]?n:-n)}]};w.dd=w.d,w.dddd=w.ddd,w.DD=w.D,w.mm=w.m,w.hh=w.H=w.HH=w.h,w.MM=w.M,w.ss=w.s,w.A=w.a,o.masks={default:"ddd MMM dd yyyy HH:mm:ss",shortDate:"M/D/yy",mediumDate:"MMM d, yyyy",longDate:"MMMM d, yyyy",fullDate:"dddd, MMMM d, yyyy",shortTime:"HH:mm",mediumTime:"HH:mm:ss",longTime:"HH:mm:ss.SSS"},o.format=function(t,e,n){var i=n||o.i18n;if("number"===typeof t&&(t=new Date(t)),"[object Date]"!==Object.prototype.toString.call(t)||isNaN(t.getTime()))throw new Error("Invalid Date in fecha.format");e=o.masks[e]||e||o.masks["default"];var r=[];return e=e.replace(h,(function(t,e){return r.push(e),"@@@"})),e=e.replace(a,(function(e){return e in x?x[e](t,i):e.slice(1,e.length-1)})),e.replace(/@@@/g,(function(){return r.shift()}))},o.parse=function(t,e,n){var i=n||o.i18n;if("string"!==typeof e)throw new Error("Invalid format in fecha.parse");if(e=o.masks[e]||e,t.length>1e3)return null;var r={},s=[],l=[];e=e.replace(h,(function(t,e){return l.push(e),"@@@"}));var u=f(e).replace(a,(function(t){if(w[t]){var e=w[t];return s.push(e[1]),"("+e[0]+")"}return t}));u=u.replace(/@@@/g,(function(){return l.shift()}));var c=t.match(new RegExp(u,"i"));if(!c)return null;for(var d=1;d=55296&&r<=56319&&n>1,t+=b(t/e);while(t>v*s>>1)t=b(t/v),i+=o;return b(i+(v+1)*t/(t+l))},A=function(t){var e=[];t=j(t);var n,i,l=t.length,u=h,f=0,p=c;for(n=0;n=u&&ib((r-f)/S))throw new m(g);for(f+=(x-u)*S,u=x,n=0;nr)throw new m(g);if(i===u){var C=f,k=o;while(1){var A=k<=p?a:k>=p+s?s:k-p;if(Cu&&(u=f)}s[0]=l,s[1]=u}},i=function(){return this._data?this._data.length/this._dimSize:0};function r(t){for(var e=0;e1&&i&&i.length>1){var o=f(i)/f(r);!isFinite(o)&&(o=1),e.pinchScale=o;var a=p(i);return e.pinchX=a[0],e.pinchY=a[1],{type:"pinch",target:t[0].target,event:e}}}}},v=n("7314"),m="silent";function y(t,e,n){return{type:t,event:n,target:e.target,topTarget:e.topTarget,cancelBubble:!1,offsetX:n.zrX,offsetY:n.zrY,gestureEvent:n.gestureEvent,pinchX:n.pinchX,pinchY:n.pinchY,pinchScale:n.pinchScale,wheelDelta:n.zrDelta,zrByTouch:n.zrByTouch,which:n.which,stop:b}}function b(){h["g"](this.event)}var _=function(t){function e(){var e=null!==t&&t.apply(this,arguments)||this;return e.handler=null,e}return Object(o["a"])(e,t),e.prototype.dispose=function(){},e.prototype.setCursor=function(){},e}(c["a"]),x=function(){function t(t,e){this.x=t,this.y=e}return t}(),w=["click","dblclick","mousewheel","mouseout","mouseup","mousedown","mousemove","contextmenu"],O=new v["a"](0,0,0,0),S=function(t){function e(e,n,i,r,o){var a=t.call(this)||this;return a._hovered=new x(0,0),a.storage=e,a.painter=n,a.painterRoot=r,a._pointerSize=o,i=i||new _,a.proxy=null,a.setHandlerProxy(i),a._draggingMgr=new u(a),a}return Object(o["a"])(e,t),e.prototype.setHandlerProxy=function(t){this.proxy&&this.proxy.dispose(),t&&(r["each"](w,(function(e){t.on&&t.on(e,this[e],this)}),this),t.handler=this),this.proxy=t},e.prototype.mousemove=function(t){var e=t.zrX,n=t.zrY,i=j(this,e,n),r=this._hovered,o=r.target;o&&!o.__zr&&(r=this.findHover(r.x,r.y),o=r.target);var a=this._hovered=i?new x(e,n):this.findHover(e,n),s=a.target,l=this.proxy;l.setCursor&&l.setCursor(s?s.cursor:"default"),o&&s!==o&&this.dispatchToElement(r,"mouseout",t),this.dispatchToElement(a,"mousemove",t),s&&s!==o&&this.dispatchToElement(a,"mouseover",t)},e.prototype.mouseout=function(t){var e=t.zrEventControl;"only_globalout"!==e&&this.dispatchToElement(this._hovered,"mouseout",t),"no_globalout"!==e&&this.trigger("globalout",{type:"globalout",event:t})},e.prototype.resize=function(){this._hovered=new x(0,0)},e.prototype.dispatch=function(t,e){var n=this[t];n&&n.call(this,e)},e.prototype.dispose=function(){this.proxy.dispose(),this.storage=null,this.proxy=null,this.painter=null},e.prototype.setCursorStyle=function(t){var e=this.proxy;e.setCursor&&e.setCursor(t)},e.prototype.dispatchToElement=function(t,e,n){t=t||{};var i=t.target;if(!i||!i.silent){var r="on"+e,o=y(e,t,n);while(i)if(i[r]&&(o.cancelBubble=!!i[r].call(i,o)),i.trigger(e,o),i=i.__hostTarget?i.__hostTarget:i.parent,o.cancelBubble)break;o.cancelBubble||(this.trigger(e,o),this.painter&&this.painter.eachOtherLayer&&this.painter.eachOtherLayer((function(t){"function"===typeof t[r]&&t[r].call(t,o),t.trigger&&t.trigger(e,o)})))}},e.prototype.findHover=function(t,e,n){var i=this.storage.getDisplayList(),r=new x(t,e);if(k(i,r,t,e,n),this._pointerSize&&!r.target){for(var o=[],a=this._pointerSize,s=a/2,l=new v["a"](t-s,e-s,a,a),u=i.length-1;u>=0;u--){var c=i[u];c===n||c.ignore||c.ignoreCoarsePointer||c.parent&&c.parent.ignoreCoarsePointer||(O.copy(c.getBoundingRect()),c.transform&&O.applyTransform(c.transform),O.intersect(l)&&o.push(c))}if(o.length)for(var h=4,d=Math.PI/12,f=2*Math.PI,p=0;p=0;o--){var a=t[o],s=void 0;if(a!==r&&!a.ignore&&(s=C(a,n,i))&&(!e.topTarget&&(e.topTarget=a),s!==m)){e.target=a;break}}}function j(t,e,n){var i=t.painter;return e<0||e>i.getWidth()||n<0||n>i.getHeight()}r["each"](["click","mousedown","mouseup","mousewheel","dblclick","contextmenu"],(function(t){S.prototype[t]=function(e){var n,i,r=e.zrX,o=e.zrY,s=j(this,r,o);if("mouseup"===t&&s||(n=this.findHover(r,o),i=n.target),"mousedown"===t)this._downEl=i,this._downPoint=[e.zrX,e.zrY],this._upEl=i;else if("mouseup"===t)this._upEl=i;else if("click"===t){if(this._downEl!==this._upEl||!this._downPoint||a["dist"](this._downPoint,[e.zrX,e.zrY])>4)return;this._downPoint=null}this.dispatchToElement(n,t,e)}}));var M=S,T=n("f407"),A=n("6927"),I=!1;function E(){I||(I=!0,console.warn("z / z2 / zlevel of displayable is invalid, which may cause unexpected errors"))}function D(t,e){return t.zlevel===e.zlevel?t.z===e.z?t.z2-e.z2:t.z-e.z:t.zlevel-e.zlevel}var P=function(){function t(){this._roots=[],this._displayList=[],this._displayListLen=0,this.displayableSortFunc=D}return t.prototype.traverse=function(t,e){for(var n=0;n0&&(u.__clipPaths=[]),isNaN(u.z)&&(E(),u.z=0),isNaN(u.z2)&&(E(),u.z2=0),isNaN(u.zlevel)&&(E(),u.zlevel=0),this._displayList[this._displayListLen++]=u}var c=t.getDecalElement&&t.getDecalElement();c&&this._updateAndAddDisplayable(c,e,n);var h=t.getTextGuideLine();h&&this._updateAndAddDisplayable(h,e,n);var d=t.getTextContent();d&&this._updateAndAddDisplayable(d,e,n)}},t.prototype.addRoot=function(t){t.__zr&&t.__zr.storage===this||this._roots.push(t)},t.prototype.delRoot=function(t){if(t instanceof Array)for(var e=0,n=t.length;e=0&&this._roots.splice(i,1)}},t.prototype.delAllRoots=function(){this._roots=[],this._displayList=[],this._displayListLen=0},t.prototype.getRoots=function(){return this._roots},t.prototype.dispose=function(){this._displayList=null,this._roots=null},t}(),L=P,N=n("8aa3"),R=n("52cb");function $(){return(new Date).getTime()}var B=function(t){function e(e){var n=t.call(this)||this;return n._running=!1,n._time=0,n._pausedTime=0,n._pauseStart=0,n._paused=!1,e=e||{},n.stage=e.stage||{},n}return Object(o["a"])(e,t),e.prototype.addClip=function(t){t.animation&&this.removeClip(t),this._head?(this._tail.next=t,t.prev=this._tail,t.next=null,this._tail=t):this._head=this._tail=t,t.animation=this},e.prototype.addAnimator=function(t){t.animation=this;var e=t.getClip();e&&this.addClip(e)},e.prototype.removeClip=function(t){if(t.animation){var e=t.prev,n=t.next;e?e.next=n:this._head=n,n?n.prev=e:this._tail=e,t.next=t.prev=t.animation=null}},e.prototype.removeAnimator=function(t){var e=t.getClip();e&&this.removeClip(e),t.animation=null},e.prototype.update=function(t){var e=$()-this._pausedTime,n=e-this._time,i=this._head;while(i){var r=i.next,o=i.step(e,n);o?(i.ondestroy(),this.removeClip(i),i=r):i=r}this._time=e,t||(this.trigger("frame",n),this.stage.update&&this.stage.update())},e.prototype._startLoop=function(){var t=this;function e(){t._running&&(Object(N["a"])(e),!t._paused&&t.update())}this._running=!0,Object(N["a"])(e)},e.prototype.start=function(){this._running||(this._time=$(),this._pausedTime=0,this._startLoop())},e.prototype.stop=function(){this._running=!1},e.prototype.pause=function(){this._paused||(this._pauseStart=$(),this._paused=!0)},e.prototype.resume=function(){this._paused&&(this._pausedTime+=$()-this._pauseStart,this._paused=!1)},e.prototype.clear=function(){var t=this._head;while(t){var e=t.next;t.prev=t.next=t.animation=null,t=e}this._head=this._tail=null},e.prototype.isFinished=function(){return null==this._head},e.prototype.animate=function(t,e){e=e||{},this.start();var n=new R["b"](t,e.loop);return this.addAnimator(n),n},e}(c["a"]),F=B,z=300,V=i["a"].domSupported,H=function(){var t=["click","dblclick","mousewheel","wheel","mouseout","mouseup","mousedown","mousemove","contextmenu"],e=["touchstart","touchend","touchmove"],n={pointerdown:1,pointerup:1,pointermove:1,pointerout:1},i=r["map"](t,(function(t){var e=t.replace("mouse","pointer");return n.hasOwnProperty(e)?e:t}));return{mouse:t,touch:e,pointer:i}}(),q={mouse:["mousemove","mouseup"],pointer:["pointermove","pointerup"]},W=!1;function G(t){var e=t.pointerType;return"pen"===e||"touch"===e}function U(t){t.touching=!0,null!=t.touchTimer&&(clearTimeout(t.touchTimer),t.touchTimer=null),t.touchTimer=setTimeout((function(){t.touching=!1,t.touchTimer=null}),700)}function Y(t){t&&(t.zrByTouch=!0)}function X(t,e){return Object(h["e"])(t.dom,new Z(t,e),!0)}function K(t,e){var n=e,i=!1;while(n&&9!==n.nodeType&&!(i=n.domBelongToZr||n!==e&&n===t.painterRoot))n=n.parentNode;return i}var Z=function(){function t(t,e){this.stopPropagation=r["noop"],this.stopImmediatePropagation=r["noop"],this.preventDefault=r["noop"],this.type=e.type,this.target=this.currentTarget=t.dom,this.pointerType=e.pointerType,this.clientX=e.clientX,this.clientY=e.clientY}return t}(),J={mousedown:function(t){t=Object(h["e"])(this.dom,t),this.__mayPointerCapture=[t.zrX,t.zrY],this.trigger("mousedown",t)},mousemove:function(t){t=Object(h["e"])(this.dom,t);var e=this.__mayPointerCapture;!e||t.zrX===e[0]&&t.zrY===e[1]||this.__togglePointerCapture(!0),this.trigger("mousemove",t)},mouseup:function(t){t=Object(h["e"])(this.dom,t),this.__togglePointerCapture(!1),this.trigger("mouseup",t)},mouseout:function(t){t=Object(h["e"])(this.dom,t);var e=t.toElement||t.relatedTarget;K(this,e)||(this.__pointerCapturing&&(t.zrEventControl="no_globalout"),this.trigger("mouseout",t))},wheel:function(t){W=!0,t=Object(h["e"])(this.dom,t),this.trigger("mousewheel",t)},mousewheel:function(t){W||(t=Object(h["e"])(this.dom,t),this.trigger("mousewheel",t))},touchstart:function(t){t=Object(h["e"])(this.dom,t),Y(t),this.__lastTouchMoment=new Date,this.handler.processGesture(t,"start"),J.mousemove.call(this,t),J.mousedown.call(this,t)},touchmove:function(t){t=Object(h["e"])(this.dom,t),Y(t),this.handler.processGesture(t,"change"),J.mousemove.call(this,t)},touchend:function(t){t=Object(h["e"])(this.dom,t),Y(t),this.handler.processGesture(t,"end"),J.mouseup.call(this,t),+new Date-+this.__lastTouchMoment0&&(this._stillFrameAccum++,this._stillFrameAccum>this._sleepAfterStill&&this.animation.stop())},t.prototype.setSleepAfterStill=function(t){this._sleepAfterStill=t},t.prototype.wakeUp=function(){this._disposed||(this.animation.start(),this._stillFrameAccum=0)},t.prototype.refreshHover=function(){this._needsRefreshHover=!0},t.prototype.refreshHoverImmediately=function(){this._disposed||(this._needsRefreshHover=!1,this.painter.refreshHover&&"canvas"===this.painter.getType()&&this.painter.refreshHover())},t.prototype.resize=function(t){this._disposed||(t=t||{},this.painter.resize(t.width,t.height),this.handler.resize())},t.prototype.clearAnimation=function(){this._disposed||this.animation.clear()},t.prototype.getWidth=function(){if(!this._disposed)return this.painter.getWidth()},t.prototype.getHeight=function(){if(!this._disposed)return this.painter.getHeight()},t.prototype.setCursorStyle=function(t){this._disposed||this.handler.setCursorStyle(t)},t.prototype.findHover=function(t,e){if(!this._disposed)return this.handler.findHover(t,e)},t.prototype.on=function(t,e,n){return this._disposed||this.handler.on(t,e,n),this},t.prototype.off=function(t,e){this._disposed||this.handler.off(t,e)},t.prototype.trigger=function(t,e){this._disposed||this.handler.trigger(t,e)},t.prototype.clear=function(){if(!this._disposed){for(var t=this.storage.getRoots(),e=0;et.length)&&(e=t.length);for(var n=0,i=Array(e);na||t<-a}var l=[],u=[],c=i["create"](),h=Math.abs,d=function(){function t(){}return t.prototype.getLocalTransform=function(e){return t.getLocalTransform(this,e)},t.prototype.setPosition=function(t){this.x=t[0],this.y=t[1]},t.prototype.setScale=function(t){this.scaleX=t[0],this.scaleY=t[1]},t.prototype.setSkew=function(t){this.skewX=t[0],this.skewY=t[1]},t.prototype.setOrigin=function(t){this.originX=t[0],this.originY=t[1]},t.prototype.needLocalTransform=function(){return s(this.rotation)||s(this.x)||s(this.y)||s(this.scaleX-1)||s(this.scaleY-1)||s(this.skewX)||s(this.skewY)},t.prototype.updateTransform=function(){var t=this.parent&&this.parent.transform,e=this.needLocalTransform(),n=this.transform;e||t?(n=n||i["create"](),e?this.getLocalTransform(n):o(n),t&&(e?i["mul"](n,t,n):i["copy"](n,t)),this.transform=n,this._resolveGlobalScaleRatio(n)):n&&(o(n),this.invTransform=null)},t.prototype._resolveGlobalScaleRatio=function(t){var e=this.globalScaleRatio;if(null!=e&&1!==e){this.getGlobalScale(l);var n=l[0]<0?-1:1,r=l[1]<0?-1:1,o=((l[0]-n)*e+n)/l[0]||0,a=((l[1]-r)*e+r)/l[1]||0;t[0]*=o,t[1]*=o,t[2]*=a,t[3]*=a}this.invTransform=this.invTransform||i["create"](),i["invert"](this.invTransform,t)},t.prototype.getComputedTransform=function(){var t=this,e=[];while(t)e.push(t),t=t.parent;while(t=e.pop())t.updateTransform();return this.transform},t.prototype.setLocalTransform=function(t){if(t){var e=t[0]*t[0]+t[1]*t[1],n=t[2]*t[2]+t[3]*t[3],i=Math.atan2(t[1],t[0]),r=Math.PI/2+i-Math.atan2(t[3],t[2]);n=Math.sqrt(n)*Math.cos(r),e=Math.sqrt(e),this.skewX=r,this.skewY=0,this.rotation=-i,this.x=+t[4],this.y=+t[5],this.scaleX=e,this.scaleY=n,this.originX=0,this.originY=0}},t.prototype.decomposeTransform=function(){if(this.transform){var t=this.parent,e=this.transform;t&&t.transform&&(t.invTransform=t.invTransform||i["create"](),i["mul"](u,t.invTransform,e),e=u);var n=this.originX,r=this.originY;(n||r)&&(c[4]=n,c[5]=r,i["mul"](u,e,c),u[4]-=n,u[5]-=r,e=u),this.setLocalTransform(e)}},t.prototype.getGlobalScale=function(t){var e=this.transform;return t=t||[],e?(t[0]=Math.sqrt(e[0]*e[0]+e[1]*e[1]),t[1]=Math.sqrt(e[2]*e[2]+e[3]*e[3]),e[0]<0&&(t[0]=-t[0]),e[3]<0&&(t[1]=-t[1]),t):(t[0]=1,t[1]=1,t)},t.prototype.transformCoordToLocal=function(t,e){var n=[t,e],i=this.invTransform;return i&&r["applyTransform"](n,n,i),n},t.prototype.transformCoordToGlobal=function(t,e){var n=[t,e],i=this.transform;return i&&r["applyTransform"](n,n,i),n},t.prototype.getLineScale=function(){var t=this.transform;return t&&h(t[0]-1)>1e-10&&h(t[3]-1)>1e-10?Math.sqrt(h(t[0]*t[3]-t[2]*t[1])):1},t.prototype.copyTransform=function(t){p(this,t)},t.getLocalTransform=function(t,e){e=e||[];var n=t.originX||0,r=t.originY||0,o=t.scaleX,a=t.scaleY,s=t.anchorX,l=t.anchorY,u=t.rotation||0,c=t.x,h=t.y,d=t.skewX?Math.tan(t.skewX):0,f=t.skewY?Math.tan(-t.skewY):0;if(n||r||s||l){var p=n+s,g=r+l;e[4]=-p*o-d*g*a,e[5]=-g*a-f*p*o}else e[4]=e[5]=0;return e[0]=o,e[3]=a,e[1]=f*o,e[2]=d*a,u&&i["rotate"](e,e,u),e[4]+=n+c,e[5]+=r+h,e},t.initDefaultProps=function(){var e=t.prototype;e.scaleX=e.scaleY=e.globalScaleRatio=1,e.x=e.y=e.originX=e.originY=e.skewX=e.skewY=e.rotation=e.anchorX=e.anchorY=0}(),t}(),f=["x","y","originX","originY","anchorX","anchorY","rotation","scaleX","scaleY","skewX","skewY"];function p(t,e){for(var n=0;n-1?"center "+n:n+" center"}},appendArrow:function(t){var e=void 0;if(!this.appended){for(var n in this.appended=!0,t.attributes)if(/^_v-/.test(t.attributes[n].name)){e=t.attributes[n].name;break}var i=document.createElement("div");e&&i.setAttribute(e,""),i.setAttribute("x-arrow",""),i.className="popper__arrow",t.appendChild(i)}}},beforeDestroy:function(){this.doDestroy(!0),this.popperElm&&this.popperElm.parentNode===document.body&&(this.popperElm.removeEventListener("click",l),document.body.removeChild(this.popperElm))},deactivated:function(){this.$options.beforeDestroy[0].call(this)}}},3050:function(t,e,n){"use strict";var i=n("65b8").PROPER,r=n("6e02"),o=n("68c9"),a="​…᠎";t.exports=function(t){return r((function(){return!!o[t]()||a[t]()!==a||i&&o[t].name!==t}))}},"305a":function(t,e,n){var i=n("1225");i(i.S+i.F,"Object",{assign:n("ef62")})},3144:function(t,e,n){"use strict";var i=n("7685"),r=n("81e1"),o=n("dceb"),a=n("604c"),s=n("6e02"),l=n("b919"),u=n("c320"),c=n("aded"),h=n("50e9"),d=n("a05c"),f=n("3488"),p=n("e04e"),g=n("2656"),v=n("126d"),m=n("1909"),y=n("de82"),b=n("3571"),_=b("replace"),x=Math.max,w=Math.min,O=o([].concat),S=o([].push),C=o("".indexOf),k=o("".slice),j=function(t){return void 0===t?t:String(t)},M=function(){return"$0"==="a".replace(/./,"$0")}(),T=function(){return!!/./[_]&&""===/./[_]("a","$0")}(),A=!s((function(){var t=/./;return t.exec=function(){var t=[];return t.groups={a:"7"},t},"7"!=="".replace(t,"$")}));a("replace",(function(t,e,n){var o=T?"$":"$0";return[function(t,n){var i=p(this),o=c(t)?void 0:v(t,_);return o?r(o,t,i,n):r(e,f(i),t,n)},function(t,r){var a=l(this),s=f(t);if("string"==typeof r&&-1===C(r,o)&&-1===C(r,"$<")){var c=n(e,a,s,r);if(c.done)return c.value}var p=u(r);p||(r=f(r));var v,b=a.global;b&&(v=a.unicode,a.lastIndex=0);var _,M=[];while(1){if(_=y(a,s),null===_)break;if(S(M,_),!b)break;var T=f(_[0]);""===T&&(a.lastIndex=g(s,d(a.lastIndex),v))}for(var A="",I=0,E=0;E=I&&(A+=k(s,I,L)+D,I=L+P.length)}return A+k(s,I)}]}),!A||!M||T)},"31a1":function(t,e,n){"use strict";var i=TypeError,r=9007199254740991;t.exports=function(t){if(t>r)throw i("Maximum allowed index exceeded");return t}},"322d":function(t,e,n){"use strict";e.__esModule=!0,e.default=function(){if(r.default.prototype.$isServer)return 0;if(void 0!==a)return a;var t=document.createElement("div");t.className="el-scrollbar__wrap",t.style.visibility="hidden",t.style.width="100px",t.style.position="absolute",t.style.top="-9999px",document.body.appendChild(t);var e=t.offsetWidth;t.style.overflow="scroll";var n=document.createElement("div");n.style.width="100%",t.appendChild(n);var i=n.offsetWidth;return t.parentNode.removeChild(t),a=e-i,a};var i=n("56ac"),r=o(i);function o(t){return t&&t.__esModule?t:{default:t}}var a=void 0},3255:function(t,e,n){"use strict";var i=n("ac02"),r=n("9b30");i({target:"RegExp",proto:!0,forced:/./.exec!==r},{exec:r})},"32c0":function(t,e,n){var i=n("ad4a"),r=n("a139").concat("length","prototype");e.f=Object.getOwnPropertyNames||function(t){return i(t,r)}},"32c1":function(t,e,n){"use strict";var i=n("6e02"),r=n("c320"),o=/#|\.prototype\./,a=function(t,e){var n=l[s(t)];return n===c||n!==u&&(r(e)?i(e):!!e)},s=a.normalize=function(t){return String(t).replace(o,".").toLowerCase()},l=a.data={},u=a.NATIVE="N",c=a.POLYFILL="P";t.exports=a},"32ef":function(t,e,n){"use strict";var i=n("50af"),r=n("5325"),o=n("1a56"),a=function(){function t(){this.points=null,this.smooth=0,this.smoothConstraint=null}return t}(),s=function(t){function e(e){return t.call(this,e)||this}return Object(i["a"])(e,t),e.prototype.getDefaultShape=function(){return new a},e.prototype.buildPath=function(t,e){o["a"](t,e,!0)},e}(r["b"]);s.prototype.type="polygon",e["a"]=s},"32ff":function(t,e,n){"use strict";var i=n("ac02"),r=n("74bc"),o=n("c32f").f;i({target:"Object",stat:!0,forced:Object.defineProperty!==o,sham:!r},{defineProperty:o})},3488:function(t,e,n){"use strict";var i=n("9d12"),r=String;t.exports=function(t){if("Symbol"===i(t))throw new TypeError("Cannot convert a Symbol value to a string");return r(t)}},"348d":function(t,e,n){"use strict";var i=n("ac02"),r=n("dceb"),o=n("05b5"),a=n("88eb"),s=n("b07e"),l=r([].join),u=o!==Object,c=u||!s("join",",");i({target:"Array",proto:!0,forced:c},{join:function(t){return l(a(this),void 0===t?",":t)}})},"34e9":function(t,e,n){"use strict";var i=n("6e02"),r=n("3571"),o=n("74bc"),a=n("ba60"),s=r("iterator");t.exports=!i((function(){var t=new URL("b?a=1&b=2&c=3","https://a"),e=t.searchParams,n=new URLSearchParams("a=1&a=2&b=3"),i="";return t.pathname="c%20d",e.forEach((function(t,n){e["delete"]("b"),i+=n+t})),n["delete"]("a",2),n["delete"]("b",void 0),a&&(!t.toJSON||!n.has("a",1)||n.has("a",2)||!n.has("a",void 0)||n.has("b"))||!e.size&&(a||!o)||!e.sort||"https://a/c%20d?a=1&c=3"!==t.href||"3"!==e.get("c")||"a=1"!==String(new URLSearchParams("?a=1"))||!e[s]||"a"!==new URL("https://a@b").username||"b"!==new URLSearchParams(new URLSearchParams("a=b")).get("a")||"xn--e1aybc"!==new URL("https://тест").host||"#%D0%B1"!==new URL("https://a#б").hash||"a1c3"!==i||"x"!==new URL("https://x",void 0).host}))},"34f1":function(t,e,n){"use strict";var i=n("3571");e.f=i},3571:function(t,e,n){"use strict";var i=n("8279"),r=n("f8ed"),o=n("6e50"),a=n("b809"),s=n("b7bc"),l=n("c929"),u=i.Symbol,c=r("wks"),h=l?u["for"]||u:u&&u.withoutSetter||a;t.exports=function(t){return o(c,t)||(c[t]=s&&o(u,t)?u[t]:h("Symbol."+t)),c[t]}},"35bf":function(t,e,n){t.exports=function(t){var e={};function n(i){if(e[i])return e[i].exports;var r=e[i]={i:i,l:!1,exports:{}};return t[i].call(r.exports,r,r.exports,n),r.l=!0,r.exports}return n.m=t,n.c=e,n.d=function(t,e,i){n.o(t,e)||Object.defineProperty(t,e,{enumerable:!0,get:i})},n.r=function(t){"undefined"!==typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(t,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(t,"__esModule",{value:!0})},n.t=function(t,e){if(1&e&&(t=n(t)),8&e)return t;if(4&e&&"object"===typeof t&&t&&t.__esModule)return t;var i=Object.create(null);if(n.r(i),Object.defineProperty(i,"default",{enumerable:!0,value:t}),2&e&&"string"!=typeof t)for(var r in t)n.d(i,r,function(e){return t[e]}.bind(null,r));return i},n.n=function(t){var e=t&&t.__esModule?function(){return t["default"]}:function(){return t};return n.d(e,"a",e),e},n.o=function(t,e){return Object.prototype.hasOwnProperty.call(t,e)},n.p="/dist/",n(n.s=104)}({0:function(t,e,n){"use strict";function i(t,e,n,i,r,o,a,s){var l,u="function"===typeof t?t.options:t;if(e&&(u.render=e,u.staticRenderFns=n,u._compiled=!0),i&&(u.functional=!0),o&&(u._scopeId="data-v-"+o),a?(l=function(t){t=t||this.$vnode&&this.$vnode.ssrContext||this.parent&&this.parent.$vnode&&this.parent.$vnode.ssrContext,t||"undefined"===typeof __VUE_SSR_CONTEXT__||(t=__VUE_SSR_CONTEXT__),r&&r.call(this,t),t&&t._registeredComponents&&t._registeredComponents.add(a)},u._ssrRegister=l):r&&(l=s?function(){r.call(this,this.$root.$options.shadowRoot)}:r),l)if(u.functional){u._injectStyles=l;var c=u.render;u.render=function(t,e){return l.call(e),c(t,e)}}else{var h=u.beforeCreate;u.beforeCreate=h?[].concat(h,l):[l]}return{exports:t,options:u}}n.d(e,"a",(function(){return i}))},104:function(t,e,n){"use strict";n.r(e);var i=function(){var t=this,e=t.$createElement,n=t._self._c||e;return n("div",{staticClass:"el-progress",class:["el-progress--"+t.type,t.status?"is-"+t.status:"",{"el-progress--without-text":!t.showText,"el-progress--text-inside":t.textInside}],attrs:{role:"progressbar","aria-valuenow":t.percentage,"aria-valuemin":"0","aria-valuemax":"100"}},["line"===t.type?n("div",{staticClass:"el-progress-bar"},[n("div",{staticClass:"el-progress-bar__outer",style:{height:t.strokeWidth+"px",backgroundColor:t.defineBackColor}},[n("div",{staticClass:"el-progress-bar__inner",style:t.barStyle},[t.showText&&t.textInside?n("div",{staticClass:"el-progress-bar__innerText",style:{color:t.textColor}},[t._v(t._s(t.content))]):t._e()])])]):n("div",{staticClass:"el-progress-circle",style:{height:t.width+"px",width:t.width+"px"}},[n("svg",{attrs:{viewBox:"0 0 100 100"}},[n("path",{staticClass:"el-progress-circle__track",style:t.trailPathStyle,attrs:{d:t.trackPath,stroke:t.defineBackColor,"stroke-width":t.relativeStrokeWidth,fill:"none"}}),n("path",{staticClass:"el-progress-circle__path",style:t.circlePathStyle,attrs:{d:t.trackPath,stroke:t.stroke,fill:"none","stroke-linecap":t.strokeLinecap,"stroke-width":t.percentage?t.relativeStrokeWidth:0}})])]),t.showText&&!t.textInside?n("div",{staticClass:"el-progress__text",style:{fontSize:t.progressTextSize+"px",color:t.textColor}},[t.status?n("i",{class:t.iconClass}):[t._v(t._s(t.content))]],2):t._e()])},r=[];i._withStripped=!0;var o={name:"ElProgress",props:{type:{type:String,default:"line",validator:function(t){return["line","circle","dashboard"].indexOf(t)>-1}},percentage:{type:Number,default:0,required:!0,validator:function(t){return t>=0&&t<=100}},status:{type:String,validator:function(t){return["success","exception","warning"].indexOf(t)>-1}},strokeWidth:{type:Number,default:6},strokeLinecap:{type:String,default:"round"},textInside:{type:Boolean,default:!1},width:{type:Number,default:126},showText:{type:Boolean,default:!0},color:{type:[String,Array,Function],default:""},defineBackColor:{type:[String,Array,Function],default:"#ebeef5"},textColor:{type:[String,Array,Function],default:"#606266"},format:Function},computed:{barStyle:function(){var t={};return t.width=this.percentage+"%",t.backgroundColor=this.getCurrentColor(this.percentage),t},relativeStrokeWidth:function(){return(this.strokeWidth/this.width*100).toFixed(1)},radius:function(){return"circle"===this.type||"dashboard"===this.type?parseInt(50-parseFloat(this.relativeStrokeWidth)/2,10):0},trackPath:function(){var t=this.radius,e="dashboard"===this.type;return"\n M 50 50\n m 0 "+(e?"":"-")+t+"\n a "+t+" "+t+" 0 1 1 0 "+(e?"-":"")+2*t+"\n a "+t+" "+t+" 0 1 1 0 "+(e?"":"-")+2*t+"\n "},perimeter:function(){return 2*Math.PI*this.radius},rate:function(){return"dashboard"===this.type?.75:1},strokeDashoffset:function(){var t=-1*this.perimeter*(1-this.rate)/2;return t+"px"},trailPathStyle:function(){return{strokeDasharray:this.perimeter*this.rate+"px, "+this.perimeter+"px",strokeDashoffset:this.strokeDashoffset}},circlePathStyle:function(){return{strokeDasharray:this.perimeter*this.rate*(this.percentage/100)+"px, "+this.perimeter+"px",strokeDashoffset:this.strokeDashoffset,transition:"stroke-dasharray 0.6s ease 0s, stroke 0.6s ease"}},stroke:function(){var t=void 0;if(this.color)t=this.getCurrentColor(this.percentage);else switch(this.status){case"success":t="#13ce66";break;case"exception":t="#ff4949";break;case"warning":t="#e6a23c";break;default:t="#20a0ff"}return t},iconClass:function(){return"warning"===this.status?"el-icon-warning":"line"===this.type?"success"===this.status?"el-icon-circle-check":"el-icon-circle-close":"success"===this.status?"el-icon-check":"el-icon-close"},progressTextSize:function(){return"line"===this.type?12+.4*this.strokeWidth:.111111*this.width+2},content:function(){return"function"===typeof this.format?this.format(this.percentage)||"":this.percentage+"%"}},methods:{getCurrentColor:function(t){return"function"===typeof this.color?this.color(t):"string"===typeof this.color?this.color:this.getLevelColor(t)},getLevelColor:function(t){for(var e=this.getColorArray().sort((function(t,e){return t.percentage-e.percentage})),n=0;nt)return e[n].color;return e[e.length-1].color},getColorArray:function(){var t=this.color,e=100/t.length;return t.map((function(t,n){return"string"===typeof t?{color:t,percentage:(n+1)*e}:t}))}}},a=o,s=n(0),l=Object(s["a"])(a,i,r,!1,null,null,null);l.options.__file="packages/progress/src/progress.vue";var u=l.exports;u.install=function(t){t.component(u.name,u)};e["default"]=u}})},"35d4":function(t,e,n){"use strict";var i=n("50af"),r=n("5325"),o=function(){function t(){this.cx=0,this.cy=0,this.r=0,this.startAngle=0,this.endAngle=2*Math.PI,this.clockwise=!0}return t}(),a=function(t){function e(e){return t.call(this,e)||this}return Object(i["a"])(e,t),e.prototype.getDefaultStyle=function(){return{stroke:"#000",fill:null}},e.prototype.getDefaultShape=function(){return new o},e.prototype.buildPath=function(t,e){var n=e.cx,i=e.cy,r=Math.max(e.r,0),o=e.startAngle,a=e.endAngle,s=e.clockwise,l=Math.cos(o),u=Math.sin(o);t.moveTo(l*r+n,u*r+i),t.arc(n,i,r,o,a,!s)},e}(r["b"]);a.prototype.type="arc",e["a"]=a},3629:function(t,e){var n,i,r,o,a,s,l,u,c,h,d,f,p,g,v,m=!1;function y(){if(!m){m=!0;var t=navigator.userAgent,e=/(?:MSIE.(\d+\.\d+))|(?:(?:Firefox|GranParadiso|Iceweasel).(\d+\.\d+))|(?:Opera(?:.+Version.|.)(\d+\.\d+))|(?:AppleWebKit.(\d+(?:\.\d+)?))|(?:Trident\/\d+\.\d+.*rv:(\d+\.\d+))/.exec(t),y=/(Mac OS X)|(Windows)|(Linux)/.exec(t);if(f=/\b(iPhone|iP[ao]d)/.exec(t),p=/\b(iP[ao]d)/.exec(t),h=/Android/i.exec(t),g=/FBAN\/\w+;/i.exec(t),v=/Mobile/i.exec(t),d=!!/Win64/.exec(t),e){n=e[1]?parseFloat(e[1]):e[5]?parseFloat(e[5]):NaN,n&&document&&document.documentMode&&(n=document.documentMode);var b=/(?:Trident\/(\d+.\d+))/.exec(t);s=b?parseFloat(b[1])+4:n,i=e[2]?parseFloat(e[2]):NaN,r=e[3]?parseFloat(e[3]):NaN,o=e[4]?parseFloat(e[4]):NaN,o?(e=/(?:Chrome\/(\d+\.\d+))/.exec(t),a=e&&e[1]?parseFloat(e[1]):NaN):a=NaN}else n=i=r=a=o=NaN;if(y){if(y[1]){var _=/(?:Mac OS X (\d+(?:[._]\d+)?))/.exec(t);l=!_||parseFloat(_[1].replace("_","."))}else l=!1;u=!!y[2],c=!!y[3]}else l=u=c=!1}}var b={ie:function(){return y()||n},ieCompatibilityMode:function(){return y()||s>n},ie64:function(){return b.ie()&&d},firefox:function(){return y()||i},opera:function(){return y()||r},webkit:function(){return y()||o},safari:function(){return b.webkit()},chrome:function(){return y()||a},windows:function(){return y()||u},osx:function(){return y()||l},linux:function(){return y()||c},iphone:function(){return y()||f},mobile:function(){return y()||f||p||h||v},nativeApp:function(){return y()||g},android:function(){return y()||h},ipad:function(){return y()||p}};t.exports=b},3639:function(t,e,n){"use strict";var i=n("ac02"),r=n("81e1"),o=n("ba60"),a=n("65b8"),s=n("c320"),l=n("7b9b"),u=n("9ccb"),c=n("b76a"),h=n("7631"),d=n("c2f2"),f=n("9fdb"),p=n("3571"),g=n("812e"),v=n("b4b2"),m=a.PROPER,y=a.CONFIGURABLE,b=v.IteratorPrototype,_=v.BUGGY_SAFARI_ITERATORS,x=p("iterator"),w="keys",O="values",S="entries",C=function(){return this};t.exports=function(t,e,n,a,p,v,k){l(n,e,a);var j,M,T,A=function(t){if(t===p&&L)return L;if(!_&&t&&t in D)return D[t];switch(t){case w:return function(){return new n(this,t)};case O:return function(){return new n(this,t)};case S:return function(){return new n(this,t)}}return function(){return new n(this)}},I=e+" Iterator",E=!1,D=t.prototype,P=D[x]||D["@@iterator"]||p&&D[p],L=!_&&P||A(p),N="Array"===e&&D.entries||P;if(N&&(j=u(N.call(new t)),j!==Object.prototype&&j.next&&(o||u(j)===b||(c?c(j,b):s(j[x])||f(j,x,C)),h(j,I,!0,!0),o&&(g[I]=C))),m&&p===O&&P&&P.name!==O&&(!o&&y?d(D,"name",O):(E=!0,L=function(){return r(P,this)})),p)if(M={values:A(O),keys:v?L:A(w),entries:A(S)},k)for(T in M)(_||E||!(T in D))&&f(D,T,M[T]);else i({target:e,proto:!0,forced:_||E},M);return o&&!k||D[x]===L||f(D,x,L,{name:p}),g[e]=L,M}},3690:function(t,e,n){t.exports=!n("f103")&&!n("6cc6")((function(){return 7!=Object.defineProperty(n("78dd")("div"),"a",{get:function(){return 7}}).a}))},"369c":function(t,e,n){"use strict";var i=n("59ba"),r=Object.prototype.toString;function o(t){return"[object Array]"===r.call(t)}function a(t){return"undefined"===typeof t}function s(t){return null!==t&&!a(t)&&null!==t.constructor&&!a(t.constructor)&&"function"===typeof t.constructor.isBuffer&&t.constructor.isBuffer(t)}function l(t){return"[object ArrayBuffer]"===r.call(t)}function u(t){return"undefined"!==typeof FormData&&t instanceof FormData}function c(t){var e;return e="undefined"!==typeof ArrayBuffer&&ArrayBuffer.isView?ArrayBuffer.isView(t):t&&t.buffer&&t.buffer instanceof ArrayBuffer,e}function h(t){return"string"===typeof t}function d(t){return"number"===typeof t}function f(t){return null!==t&&"object"===typeof t}function p(t){return"[object Date]"===r.call(t)}function g(t){return"[object File]"===r.call(t)}function v(t){return"[object Blob]"===r.call(t)}function m(t){return"[object Function]"===r.call(t)}function y(t){return f(t)&&m(t.pipe)}function b(t){return"undefined"!==typeof URLSearchParams&&t instanceof URLSearchParams}function _(t){return t.replace(/^\s*/,"").replace(/\s*$/,"")}function x(){return("undefined"===typeof navigator||"ReactNative"!==navigator.product&&"NativeScript"!==navigator.product&&"NS"!==navigator.product)&&("undefined"!==typeof window&&"undefined"!==typeof document)}function w(t,e){if(null!==t&&"undefined"!==typeof t)if("object"!==typeof t&&(t=[t]),o(t))for(var n=0,i=t.length;n0&&void 0!==arguments[0]?arguments[0]:{},r=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{};!(n&&n.context&&i.target&&r.target)||t.contains(i.target)||t.contains(r.target)||t===i.target||n.context.popperElm&&(n.context.popperElm.contains(i.target)||n.context.popperElm.contains(r.target))||(e.expression&&t[l].methodName&&n.context[t[l].methodName]?n.context[t[l].methodName]():t[l].bindingFn&&t[l].bindingFn())}}!r.default.prototype.$isServer&&(0,o.on)(document,"mousedown",(function(t){return u=t})),!r.default.prototype.$isServer&&(0,o.on)(document,"mouseup",(function(t){s.forEach((function(e){return e[l].documentHandler(t,u)}))})),e.default={bind:function(t,e,n){s.push(t);var i=c++;t[l]={id:i,documentHandler:h(t,e,n),methodName:e.expression,bindingFn:e.value}},update:function(t,e,n){t[l].documentHandler=h(t,e,n),t[l].methodName=e.expression,t[l].bindingFn=e.value},unbind:function(t){for(var e=s.length,n=0;nMath.abs(o[1])?o[0]>0?"right":"left":o[1]>0?"bottom":"top"}function Z(t){return!t.isGroup}function J(t){return null!=t.shape}function Q(t,e,n){if(t&&e){var i=r(t);e.traverse((function(t){if(Z(t)&&t.anid){var e=i[t.anid];if(e){var r=o(t);t.attr(o(e)),Object(I["h"])(t,r,n,Object(A["a"])(t).dataIndex)}}}))}function r(t){var e={};return t.traverse((function(t){Z(t)&&t.anid&&(e[t.anid]=t)})),e}function o(t){var e={x:t.x,y:t.y,rotation:t.rotation};return J(t)&&(e.shape=Object(T["extend"])({},t.shape)),e}}function tt(t,e){return Object(T["map"])(t,(function(t){var n=t[0];n=E(n,e.x),n=D(n,e.x+e.width);var i=t[1];return i=E(i,e.y),i=D(i,e.y+e.height),[n,i]}))}function et(t,e){var n=E(t.x,e.x),i=D(t.x+t.width,e.x+e.width),r=E(t.y,e.y),o=D(t.y+t.height,e.y+e.height);if(i>=n&&o>=r)return{x:n,y:r,width:i-n,height:o-r}}function nt(t,e,n){var i=Object(T["extend"])({rectHover:!0},e),r=i.style={strokeNoScale:!0};if(n=n||{x:-1,y:-1,width:2,height:2},t)return 0===t.indexOf("image://")?(r.image=t.slice(8),Object(T["defaults"])(r,n),new l["a"](i)):F(t.replace("path://",""),i,n,"center")}function it(t,e,n,i,r){for(var o=0,a=r[r.length-1];o1)return!1;var v=ot(f,p,c,h)/d;return!(v<0||v>1)}function ot(t,e,n,i){return t*i-n*e}function at(t){return t<=1e-6&&t>=-1e-6}function st(t){var e=t.itemTooltipOption,n=t.componentModel,i=t.itemName,r=Object(T["isString"])(e)?{formatter:e}:e,o=n.mainType,a=n.componentIndex,s={componentType:o,name:i,$vars:["name"]};s[o+"Index"]=a;var l=t.formatterParamsExtra;l&&Object(T["each"])(Object(T["keys"])(l),(function(t){Object(T["hasOwn"])(s,t)||(s[t]=l[t],s.$vars.push(t))}));var u=Object(A["a"])(t.el);u.componentMainType=o,u.componentIndex=a,u.tooltipConfig={name:i,option:Object(T["defaults"])({content:i,encodeHTMLContent:!0,formatterParams:s},r)}}function lt(t,e){var n;t.isGroup&&(n=e(t)),n||t.traverse(e)}function ut(t,e){if(t)if(Object(T["isArray"])(t))for(var n=0;n=200&&t<300},headers:{common:{Accept:"application/json, text/plain, */*"}}};i.forEach(["delete","get","head"],(function(t){l.headers[t]={}})),i.forEach(["post","put","patch"],(function(t){l.headers[t]=i.merge(o)})),t.exports=l}).call(this,n("e649"))},"3c18":function(t,e,n){"use strict";var i=n("c90e"),r=String,o=TypeError;t.exports=function(t){if(i(t))return t;throw new o("Can't set "+r(t)+" as a prototype")}},"3c90":function(t,e){t.exports=i;var n=/\\.|\((?:\?<(.*?)>)?(?!\?)/g;function i(t,e,r){r=r||{},e=e||[];var o,a=r.strict,s=!1!==r.end,l=r.sensitive?"":"i",u=!1!==r.lookahead,c=0,h=e.length,d=0,f=0,p=0,g="";if(t instanceof RegExp){while(o=n.exec(t.source))"\\"!==o[0][0]&&e.push({name:o[1]||f++,optional:!1,offset:o.index});return t}if(Array.isArray(t))return t=t.map((function(t){return i(t,e,r).source})),new RegExp(t.join("|"),l);if("string"!==typeof t)throw new TypeError("path must be a string, array of strings, or regular expression");t=t.replace(/\\.|(\/)?(\.)?:(\w+)(\(.*?\))?(\*)?(\?)?|[.*]|\/\(/g,(function(n,i,r,o,a,s,l,u){if("\\"===n[0])return g+=n,p+=2,n;if("."===n)return g+="\\.",c+=1,p+=1,"\\.";if(i||r?g="":g+=t.slice(p,u),p=u+n.length,"*"===n)return c+=3,"(.*)";if("/("===n)return g+="/",c+=2,"/(?:";i=i||"",r=r?"\\.":"",l=l||"",a=a?a.replace(/\\.|\*/,(function(t){return"*"===t?"(.*)":t})):g?"((?:(?!/|"+g+").)+?)":"([^/"+r+"]+?)",e.push({name:o,optional:!!l,offset:u+c});var h="(?:"+r+i+a+(s?"((?:[/"+r+"].+?)?)":"")+")"+l;return c+=h.length-n.length,h}));while(o=n.exec(t))"\\"!==o[0][0]&&((h+d===e.length||e[h+d].offset>o.index)&&e.splice(h+d,0,{name:f++,optional:!1,offset:o.index}),d++);return t+=a?"":"/"===t[t.length-1]?"?":"/?",s?t+="$":"/"!==t[t.length-1]&&(t+=u?"(?=/|$)":"(?:/|$)"),new RegExp("^"+t,l)}},"3ca4":function(t,e,n){"use strict";e.__esModule=!0,e.isMac=e.isEmpty=e.isEqual=e.arrayEquals=e.looseEqual=e.capitalize=e.kebabCase=e.autoprefixer=e.isFirefox=e.isEdge=e.isIE=e.coerceTruthyValueToArray=e.arrayFind=e.arrayFindIndex=e.escapeRegexpString=e.valueEquals=e.generateId=e.getValueByPath=void 0;var i="function"===typeof Symbol&&"symbol"===typeof Symbol.iterator?function(t){return typeof t}:function(t){return t&&"function"===typeof Symbol&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t};e.noop=u,e.hasOwn=c,e.toObject=d,e.getPropByPath=f,e.rafThrottle=y,e.objToArray=b;var r=n("56ac"),o=s(r),a=n("2046");function s(t){return t&&t.__esModule?t:{default:t}}var l=Object.prototype.hasOwnProperty;function u(){}function c(t,e){return l.call(t,e)}function h(t,e){for(var n in e)t[n]=e[n];return t}function d(t){for(var e={},n=0;n0&&void 0!==arguments[0]?arguments[0]:"";return String(t).replace(/[|\\{}()[\]^$+*?.]/g,"\\$&")};var p=e.arrayFindIndex=function(t,e){for(var n=0;n!==t.length;++n)if(e(t[n]))return n;return-1},g=(e.arrayFind=function(t,e){var n=p(t,e);return-1!==n?t[n]:void 0},e.coerceTruthyValueToArray=function(t){return Array.isArray(t)?t:t?[t]:[]},e.isIE=function(){return!o.default.prototype.$isServer&&!isNaN(Number(document.documentMode))},e.isEdge=function(){return!o.default.prototype.$isServer&&navigator.userAgent.indexOf("Edge")>-1},e.isFirefox=function(){return!o.default.prototype.$isServer&&!!window.navigator.userAgent.match(/firefox/i)},e.autoprefixer=function(t){if("object"!==("undefined"===typeof t?"undefined":i(t)))return t;var e=["transform","transition","animation"],n=["ms-","webkit-"];return e.forEach((function(e){var i=t[e];e&&i&&n.forEach((function(n){t[n+e]=i}))})),t},e.kebabCase=function(t){var e=/([^-])([A-Z])/g;return t.replace(e,"$1-$2").replace(e,"$1-$2").toLowerCase()},e.capitalize=function(t){return(0,a.isString)(t)?t.charAt(0).toUpperCase()+t.slice(1):t},e.looseEqual=function(t,e){var n=(0,a.isObject)(t),i=(0,a.isObject)(e);return n&&i?JSON.stringify(t)===JSON.stringify(e):!n&&!i&&String(t)===String(e)}),v=e.arrayEquals=function(t,e){if(t=t||[],e=e||[],t.length!==e.length)return!1;for(var n=0;n

"===r&&(r=""),t._content=r,t.$emit("input",t._content),t.$emit("change",{html:r,text:a,quill:o})})),this.$emit("ready",this.quill))}},watch:{content:function(t,e){this.quill&&(t&&t!==this._content?(this._content=t,this.quill.pasteHTML(t)):t||this.quill.setText(""))},value:function(t,e){this.quill&&(t&&t!==this._content?(this._content=t,this.quill.pasteHTML(t)):t||this.quill.setText(""))},disabled:function(t,e){this.quill&&this.quill.enable(!t)}}}},function(t,e){t.exports=function(t,e,n,i,r,o){var a,s=t=t||{},l=typeof t.default;"object"!==l&&"function"!==l||(a=t,s=t.default);var u,c="function"==typeof s?s.options:s;if(e&&(c.render=e.render,c.staticRenderFns=e.staticRenderFns,c._compiled=!0),n&&(c.functional=!0),r&&(c._scopeId=r),o?(u=function(t){t=t||this.$vnode&&this.$vnode.ssrContext||this.parent&&this.parent.$vnode&&this.parent.$vnode.ssrContext,t||"undefined"==typeof __VUE_SSR_CONTEXT__||(t=__VUE_SSR_CONTEXT__),i&&i.call(this,t),t&&t._registeredComponents&&t._registeredComponents.add(o)},c._ssrRegister=u):i&&(u=i),u){var h=c.functional,d=h?c.render:c.beforeCreate;h?(c._injectStyles=u,c.render=function(t,e){return u.call(e),d(t,e)}):c.beforeCreate=d?[].concat(d,u):[u]}return{esModule:a,exports:s,options:c}}},function(t,e,n){"use strict";var i=function(){var t=this,e=t.$createElement,n=t._self._c||e;return n("div",{staticClass:"quill-editor"},[t._t("toolbar"),t._v(" "),n("div",{ref:"editor"})],2)},r=[],o={render:i,staticRenderFns:r};e.a=o}])}))},"3db9":function(t,e,n){"use strict";e.__esModule=!0;var i="function"===typeof Symbol&&"symbol"===typeof Symbol.iterator?function(t){return typeof t}:function(t){return t&&"function"===typeof Symbol&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t},r=n("5ff5"),o=a(r);function a(t){return t&&t.__esModule?t:{default:t}}var s,l=l||{};l.Dialog=function(t,e,n){var r=this;if(this.dialogNode=t,null===this.dialogNode||"dialog"!==this.dialogNode.getAttribute("role"))throw new Error("Dialog() requires a DOM element with ARIA role of dialog.");"string"===typeof e?this.focusAfterClosed=document.getElementById(e):"object"===("undefined"===typeof e?"undefined":i(e))?this.focusAfterClosed=e:this.focusAfterClosed=null,"string"===typeof n?this.focusFirst=document.getElementById(n):"object"===("undefined"===typeof n?"undefined":i(n))?this.focusFirst=n:this.focusFirst=null,this.focusFirst?this.focusFirst.focus():o.default.focusFirstDescendant(this.dialogNode),this.lastFocus=document.activeElement,s=function(t){r.trapFocus(t)},this.addListeners()},l.Dialog.prototype.addListeners=function(){document.addEventListener("focus",s,!0)},l.Dialog.prototype.removeListeners=function(){document.removeEventListener("focus",s,!0)},l.Dialog.prototype.closeDialog=function(){var t=this;this.removeListeners(),this.focusAfterClosed&&setTimeout((function(){t.focusAfterClosed.focus()}))},l.Dialog.prototype.trapFocus=function(t){o.default.IgnoreUtilFocusChanges||(this.dialogNode.contains(t.target)?this.lastFocus=t.target:(o.default.focusFirstDescendant(this.dialogNode),this.lastFocus===document.activeElement&&o.default.focusLastDescendant(this.dialogNode),this.lastFocus=document.activeElement))},e.default=l.Dialog},"3dbb":function(t,e,n){"use strict";var i=!("undefined"===typeof window||!window.document||!window.document.createElement),r={canUseDOM:i,canUseWorkers:"undefined"!==typeof Worker,canUseEventListeners:i&&!(!window.addEventListener&&!window.attachEvent),canUseViewport:i&&!!window.screen,isInWorker:!i};t.exports=r},"3e14":function(t,e,n){"use strict";var i=n("0a90"),r=n("1225"),o=n("ef34"),a=n("cd7f"),s=n("6f09"),l=n("bffb"),u=n("d9e7"),c=n("8fa8"),h=n("0a34")("iterator"),d=!([].keys&&"next"in[].keys()),f="@@iterator",p="keys",g="values",v=function(){return this};t.exports=function(t,e,n,m,y,b,_){l(n,e,m);var x,w,O,S=function(t){if(!d&&t in M)return M[t];switch(t){case p:return function(){return new n(this,t)};case g:return function(){return new n(this,t)}}return function(){return new n(this,t)}},C=e+" Iterator",k=y==g,j=!1,M=t.prototype,T=M[h]||M[f]||y&&M[y],A=T||S(y),I=y?k?S("entries"):A:void 0,E="Array"==e&&M.entries||T;if(E&&(O=c(E.call(new t)),O!==Object.prototype&&O.next&&(u(O,C,!0),i||"function"==typeof O[h]||a(O,h,v))),k&&T&&T.name!==g&&(j=!0,A=function(){return T.call(this)}),i&&!_||!d&&!j&&M[h]||a(M,h,A),s[e]=A,s[C]=v,y)if(x={values:k?A:S(g),keys:b?A:S(p),entries:I},_)for(w in x)w in M||o(M,w,x[w]);else r(r.P+r.F*(d||j),e,x);return x}},"3ea5":function(t,e){var n=/^(attrs|props|on|nativeOn|class|style|hook)$/;function i(t,e){return function(){t&&t.apply(this,arguments),e&&e.apply(this,arguments)}}t.exports=function(t){return t.reduce((function(t,e){var r,o,a,s,l;for(a in e)if(r=t[a],o=e[a],r&&n.test(a))if("class"===a&&("string"===typeof r&&(l=r,t[a]=r={},r[l]=!0),"string"===typeof o&&(l=o,e[a]=o={},o[l]=!0)),"on"===a||"nativeOn"===a||"hook"===a)for(s in o)r[s]=i(r[s],o[s]);else if(Array.isArray(r))t[a]=r.concat(o);else if(Array.isArray(o))t[a]=[r].concat(o);else for(s in o)r[s]=o[s];else t[a]=e[a];return t}),{})}},"3f13":function(t,e,n){"use strict";var i=n("ba60"),r=n("8279"),o=n("ecff"),a="__core-js_shared__",s=t.exports=r[a]||o(a,{});(s.versions||(s.versions=[])).push({version:"3.40.0",mode:i?"pure":"global",copyright:"© 2014-2025 Denis Pushkarev (zloirock.ru)",license:"https://github.com/zloirock/core-js/blob/v3.40.0/LICENSE",source:"https://github.com/zloirock/core-js"})},"3f81":function(t,e,n){"use strict";(function(t,i){var r,o="function"===typeof Symbol&&"symbol"===typeof Symbol.iterator?function(t){return typeof t}:function(t){return t&&"function"===typeof Symbol&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t}; +/** + * @license + * Lodash + * Copyright JS Foundation and other contributors + * Released under MIT license + * Based on Underscore.js 1.8.3 + * Copyright Jeremy Ashkenas, DocumentCloud and Investigative Reporters & Editors + */(function(){var a,s="4.17.10",l=200,u="Unsupported core-js use. Try https://npms.io/search?q=ponyfill.",c="Expected a function",h="__lodash_hash_undefined__",d=500,f="__lodash_placeholder__",p=1,g=2,v=4,m=1,y=2,b=1,_=2,x=4,w=8,O=16,S=32,C=64,k=128,j=256,M=512,T=30,A="...",I=800,E=16,D=1,P=2,L=3,N=1/0,R=9007199254740991,$=17976931348623157e292,B=NaN,F=4294967295,z=F-1,V=F>>>1,H=[["ary",k],["bind",b],["bindKey",_],["curry",w],["curryRight",O],["flip",M],["partial",S],["partialRight",C],["rearg",j]],q="[object Arguments]",W="[object Array]",G="[object AsyncFunction]",U="[object Boolean]",Y="[object Date]",X="[object DOMException]",K="[object Error]",Z="[object Function]",J="[object GeneratorFunction]",Q="[object Map]",tt="[object Number]",et="[object Null]",nt="[object Object]",it="[object Promise]",rt="[object Proxy]",ot="[object RegExp]",at="[object Set]",st="[object String]",lt="[object Symbol]",ut="[object Undefined]",ct="[object WeakMap]",ht="[object WeakSet]",dt="[object ArrayBuffer]",ft="[object DataView]",pt="[object Float32Array]",gt="[object Float64Array]",vt="[object Int8Array]",mt="[object Int16Array]",yt="[object Int32Array]",bt="[object Uint8Array]",_t="[object Uint8ClampedArray]",xt="[object Uint16Array]",wt="[object Uint32Array]",Ot=/\b__p \+= '';/g,St=/\b(__p \+=) '' \+/g,Ct=/(__e\(.*?\)|\b__t\)) \+\n'';/g,kt=/&(?:amp|lt|gt|quot|#39);/g,jt=/[&<>"']/g,Mt=RegExp(kt.source),Tt=RegExp(jt.source),At=/<%-([\s\S]+?)%>/g,It=/<%([\s\S]+?)%>/g,Et=/<%=([\s\S]+?)%>/g,Dt=/\.|\[(?:[^[\]]*|(["'])(?:(?!\1)[^\\]|\\.)*?\1)\]/,Pt=/^\w*$/,Lt=/[^.[\]]+|\[(?:(-?\d+(?:\.\d+)?)|(["'])((?:(?!\2)[^\\]|\\.)*?)\2)\]|(?=(?:\.|\[\])(?:\.|\[\]|$))/g,Nt=/[\\^$.*+?()[\]{}|]/g,Rt=RegExp(Nt.source),$t=/^\s+|\s+$/g,Bt=/^\s+/,Ft=/\s+$/,zt=/\{(?:\n\/\* \[wrapped with .+\] \*\/)?\n?/,Vt=/\{\n\/\* \[wrapped with (.+)\] \*/,Ht=/,? & /,qt=/[^\x00-\x2f\x3a-\x40\x5b-\x60\x7b-\x7f]+/g,Wt=/\\(\\)?/g,Gt=/\$\{([^\\}]*(?:\\.[^\\}]*)*)\}/g,Ut=/\w*$/,Yt=/^[-+]0x[0-9a-f]+$/i,Xt=/^0b[01]+$/i,Kt=/^\[object .+?Constructor\]$/,Zt=/^0o[0-7]+$/i,Jt=/^(?:0|[1-9]\d*)$/,Qt=/[\xc0-\xd6\xd8-\xf6\xf8-\xff\u0100-\u017f]/g,te=/($^)/,ee=/['\n\r\u2028\u2029\\]/g,ne="\\ud800-\\udfff",ie="\\u0300-\\u036f",re="\\ufe20-\\ufe2f",oe="\\u20d0-\\u20ff",ae=ie+re+oe,se="\\u2700-\\u27bf",le="a-z\\xdf-\\xf6\\xf8-\\xff",ue="\\xac\\xb1\\xd7\\xf7",ce="\\x00-\\x2f\\x3a-\\x40\\x5b-\\x60\\x7b-\\xbf",he="\\u2000-\\u206f",de=" \\t\\x0b\\f\\xa0\\ufeff\\n\\r\\u2028\\u2029\\u1680\\u180e\\u2000\\u2001\\u2002\\u2003\\u2004\\u2005\\u2006\\u2007\\u2008\\u2009\\u200a\\u202f\\u205f\\u3000",fe="A-Z\\xc0-\\xd6\\xd8-\\xde",pe="\\ufe0e\\ufe0f",ge=ue+ce+he+de,ve="['’]",me="["+ne+"]",ye="["+ge+"]",be="["+ae+"]",_e="\\d+",xe="["+se+"]",we="["+le+"]",Oe="[^"+ne+ge+_e+se+le+fe+"]",Se="\\ud83c[\\udffb-\\udfff]",Ce="(?:"+be+"|"+Se+")",ke="[^"+ne+"]",je="(?:\\ud83c[\\udde6-\\uddff]){2}",Me="[\\ud800-\\udbff][\\udc00-\\udfff]",Te="["+fe+"]",Ae="\\u200d",Ie="(?:"+we+"|"+Oe+")",Ee="(?:"+Te+"|"+Oe+")",De="(?:"+ve+"(?:d|ll|m|re|s|t|ve))?",Pe="(?:"+ve+"(?:D|LL|M|RE|S|T|VE))?",Le=Ce+"?",Ne="["+pe+"]?",Re="(?:"+Ae+"(?:"+[ke,je,Me].join("|")+")"+Ne+Le+")*",$e="\\d*(?:1st|2nd|3rd|(?![123])\\dth)(?=\\b|[A-Z_])",Be="\\d*(?:1ST|2ND|3RD|(?![123])\\dTH)(?=\\b|[a-z_])",Fe=Ne+Le+Re,ze="(?:"+[xe,je,Me].join("|")+")"+Fe,Ve="(?:"+[ke+be+"?",be,je,Me,me].join("|")+")",He=RegExp(ve,"g"),qe=RegExp(be,"g"),We=RegExp(Se+"(?="+Se+")|"+Ve+Fe,"g"),Ge=RegExp([Te+"?"+we+"+"+De+"(?="+[ye,Te,"$"].join("|")+")",Ee+"+"+Pe+"(?="+[ye,Te+Ie,"$"].join("|")+")",Te+"?"+Ie+"+"+De,Te+"+"+Pe,Be,$e,_e,ze].join("|"),"g"),Ue=RegExp("["+Ae+ne+ae+pe+"]"),Ye=/[a-z][A-Z]|[A-Z]{2,}[a-z]|[0-9][a-zA-Z]|[a-zA-Z][0-9]|[^a-zA-Z0-9 ]/,Xe=["Array","Buffer","DataView","Date","Error","Float32Array","Float64Array","Function","Int8Array","Int16Array","Int32Array","Map","Math","Object","Promise","RegExp","Set","String","Symbol","TypeError","Uint8Array","Uint8ClampedArray","Uint16Array","Uint32Array","WeakMap","_","clearTimeout","isFinite","parseInt","setTimeout"],Ke=-1,Ze={};Ze[pt]=Ze[gt]=Ze[vt]=Ze[mt]=Ze[yt]=Ze[bt]=Ze[_t]=Ze[xt]=Ze[wt]=!0,Ze[q]=Ze[W]=Ze[dt]=Ze[U]=Ze[ft]=Ze[Y]=Ze[K]=Ze[Z]=Ze[Q]=Ze[tt]=Ze[nt]=Ze[ot]=Ze[at]=Ze[st]=Ze[ct]=!1;var Je={};Je[q]=Je[W]=Je[dt]=Je[ft]=Je[U]=Je[Y]=Je[pt]=Je[gt]=Je[vt]=Je[mt]=Je[yt]=Je[Q]=Je[tt]=Je[nt]=Je[ot]=Je[at]=Je[st]=Je[lt]=Je[bt]=Je[_t]=Je[xt]=Je[wt]=!0,Je[K]=Je[Z]=Je[ct]=!1;var Qe={"À":"A","Á":"A","Â":"A","Ã":"A","Ä":"A","Å":"A","à":"a","á":"a","â":"a","ã":"a","ä":"a","å":"a","Ç":"C","ç":"c","Ð":"D","ð":"d","È":"E","É":"E","Ê":"E","Ë":"E","è":"e","é":"e","ê":"e","ë":"e","Ì":"I","Í":"I","Î":"I","Ï":"I","ì":"i","í":"i","î":"i","ï":"i","Ñ":"N","ñ":"n","Ò":"O","Ó":"O","Ô":"O","Õ":"O","Ö":"O","Ø":"O","ò":"o","ó":"o","ô":"o","õ":"o","ö":"o","ø":"o","Ù":"U","Ú":"U","Û":"U","Ü":"U","ù":"u","ú":"u","û":"u","ü":"u","Ý":"Y","ý":"y","ÿ":"y","Æ":"Ae","æ":"ae","Þ":"Th","þ":"th","ß":"ss","Ā":"A","Ă":"A","Ą":"A","ā":"a","ă":"a","ą":"a","Ć":"C","Ĉ":"C","Ċ":"C","Č":"C","ć":"c","ĉ":"c","ċ":"c","č":"c","Ď":"D","Đ":"D","ď":"d","đ":"d","Ē":"E","Ĕ":"E","Ė":"E","Ę":"E","Ě":"E","ē":"e","ĕ":"e","ė":"e","ę":"e","ě":"e","Ĝ":"G","Ğ":"G","Ġ":"G","Ģ":"G","ĝ":"g","ğ":"g","ġ":"g","ģ":"g","Ĥ":"H","Ħ":"H","ĥ":"h","ħ":"h","Ĩ":"I","Ī":"I","Ĭ":"I","Į":"I","İ":"I","ĩ":"i","ī":"i","ĭ":"i","į":"i","ı":"i","Ĵ":"J","ĵ":"j","Ķ":"K","ķ":"k","ĸ":"k","Ĺ":"L","Ļ":"L","Ľ":"L","Ŀ":"L","Ł":"L","ĺ":"l","ļ":"l","ľ":"l","ŀ":"l","ł":"l","Ń":"N","Ņ":"N","Ň":"N","Ŋ":"N","ń":"n","ņ":"n","ň":"n","ŋ":"n","Ō":"O","Ŏ":"O","Ő":"O","ō":"o","ŏ":"o","ő":"o","Ŕ":"R","Ŗ":"R","Ř":"R","ŕ":"r","ŗ":"r","ř":"r","Ś":"S","Ŝ":"S","Ş":"S","Š":"S","ś":"s","ŝ":"s","ş":"s","š":"s","Ţ":"T","Ť":"T","Ŧ":"T","ţ":"t","ť":"t","ŧ":"t","Ũ":"U","Ū":"U","Ŭ":"U","Ů":"U","Ű":"U","Ų":"U","ũ":"u","ū":"u","ŭ":"u","ů":"u","ű":"u","ų":"u","Ŵ":"W","ŵ":"w","Ŷ":"Y","ŷ":"y","Ÿ":"Y","Ź":"Z","Ż":"Z","Ž":"Z","ź":"z","ż":"z","ž":"z","IJ":"IJ","ij":"ij","Œ":"Oe","œ":"oe","ʼn":"'n","ſ":"s"},tn={"&":"&","<":"<",">":">",'"':""","'":"'"},en={"&":"&","<":"<",">":">",""":'"',"'":"'"},nn={"\\":"\\","'":"'","\n":"n","\r":"r","\u2028":"u2028","\u2029":"u2029"},rn=parseFloat,on=parseInt,an="object"===("undefined"===typeof t?"undefined":o(t))&&t&&t.Object===Object&&t,sn="object"===("undefined"===typeof self?"undefined":o(self))&&self&&self.Object===Object&&self,ln=an||sn||Function("return this")(),un="object"===o(e)&&e&&!e.nodeType&&e,cn=un&&"object"===o(i)&&i&&!i.nodeType&&i,hn=cn&&cn.exports===un,dn=hn&&an.process,fn=function(){try{var t=cn&&cn.require&&cn.require("util").types;return t||dn&&dn.binding&&dn.binding("util")}catch(e){}}(),pn=fn&&fn.isArrayBuffer,gn=fn&&fn.isDate,vn=fn&&fn.isMap,mn=fn&&fn.isRegExp,yn=fn&&fn.isSet,bn=fn&&fn.isTypedArray;function _n(t,e,n){switch(n.length){case 0:return t.call(e);case 1:return t.call(e,n[0]);case 2:return t.call(e,n[0],n[1]);case 3:return t.call(e,n[0],n[1],n[2])}return t.apply(e,n)}function xn(t,e,n,i){var r=-1,o=null==t?0:t.length;while(++r-1}function jn(t,e,n){var i=-1,r=null==t?0:t.length;while(++i-1);return n}function Qn(t,e){var n=t.length;while(n--&&$n(e,t[n],0)>-1);return n}function ti(t,e){var n=t.length,i=0;while(n--)t[n]===e&&++i;return i}var ei=Hn(Qe),ni=Hn(tn);function ii(t){return"\\"+nn[t]}function ri(t,e){return null==t?a:t[e]}function oi(t){return Ue.test(t)}function ai(t){return Ye.test(t)}function si(t){var e,n=[];while(!(e=t.next()).done)n.push(e.value);return n}function li(t){var e=-1,n=Array(t.size);return t.forEach((function(t,i){n[++e]=[i,t]})),n}function ui(t,e){return function(n){return t(e(n))}}function ci(t,e){var n=-1,i=t.length,r=0,o=[];while(++n-1}function Vi(t,e){var n=this.__data__,i=cr(n,t);return i<0?(++this.size,n.push([t,e])):n[i][1]=e,this}function Hi(t){var e=-1,n=null==t?0:t.length;this.clear();while(++e=e?t:e)),t}function mr(t,e,n,i,r,o){var s,l=e&p,u=e&g,c=e&v;if(n&&(s=r?n(t,i,r,o):n(t)),s!==a)return s;if(!Oc(t))return t;var h=sc(t);if(h){if(s=es(t),!l)return ra(t,s)}else{var d=Za(t),f=d==Z||d==J;if(dc(t))return Yo(t,l);if(d==nt||d==q||f&&!r){if(s=u||f?{}:ns(t),!l)return u?sa(t,fr(s,t)):aa(t,dr(s,t))}else{if(!Je[d])return r?t:{};s=is(t,d,l)}}o||(o=new Ji);var m=o.get(t);if(m)return m;if(o.set(t,s),Nc(t))return t.forEach((function(i){s.add(mr(i,e,n,i,t,o))})),s;if(Cc(t))return t.forEach((function(i,r){s.set(r,mr(i,e,n,r,t,o))})),s;var y=c?u?Fa:Ba:u?wh:xh,b=h?a:y(t);return wn(b||t,(function(i,r){b&&(r=i,i=t[r]),ur(s,r,mr(i,e,n,r,t,o))})),s}function yr(t){var e=xh(t);return function(n){return br(n,t,e)}}function br(t,e,n){var i=n.length;if(null==t)return!i;t=ie(t);while(i--){var r=n[i],o=e[r],s=t[r];if(s===a&&!(r in t)||!o(s))return!1}return!0}function _r(t,e,n){if("function"!==typeof t)throw new ae(c);return Ss((function(){t.apply(a,n)}),e)}function xr(t,e,n,i){var r=-1,o=kn,a=!0,s=t.length,u=[],c=e.length;if(!s)return u;n&&(e=Mn(e,Xn(n))),i?(o=jn,a=!1):e.length>=l&&(o=Zn,a=!1,e=new Xi(e));t:while(++rr?0:r+n),i=i===a||i>r?r:Uc(i),i<0&&(i+=r),i=n>i?0:Yc(i);while(n0&&n(s)?e>1?Mr(s,e-1,n,i,r):Tn(r,s):i||(r[r.length]=s)}return r}var Tr=ha(),Ar=ha(!0);function Ir(t,e){return t&&Tr(t,e,xh)}function Er(t,e){return t&&Ar(t,e,xh)}function Dr(t,e){return Cn(e,(function(e){return _c(t[e])}))}function Pr(t,e){e=qo(e,t);var n=0,i=e.length;while(null!=t&&ne}function $r(t,e){return null!=t&&de.call(t,e)}function Br(t,e){return null!=t&&e in ie(t)}function Fr(t,e,n){return t>=Ve(e,n)&&t=120&&d.length>=120)?new Xi(l&&d):a}d=t[0];var f=-1,p=u[0];t:while(++f-1)s!==t&&ke.call(s,l,1),ke.call(t,l,1)}return t}function mo(t,e){var n=t?e.length:0,i=n-1;while(n--){var r=e[n];if(n==i||r!==o){var o=r;as(r)?ke.call(t,r,1):No(t,r)}}return t}function yo(t,e){return t+Le(Ue()*(e-t+1))}function bo(t,e,i,r){var o=-1,a=ze(Pe((e-t)/(i||1)),0),s=n(a);while(a--)s[r?a:++o]=t,t+=i;return s}function _o(t,e){var n="";if(!t||e<1||e>R)return n;do{e%2&&(n+=t),e=Le(e/2),e&&(t+=t)}while(e);return n}function xo(t,e){return Cs(_s(t,e,Td),t+"")}function wo(t){return or(Fh(t))}function Oo(t,e){var n=Fh(t);return Ms(n,vr(e,0,n.length))}function So(t,e,n,i){if(!Oc(t))return t;e=qo(e,t);var r=-1,o=e.length,s=o-1,l=t;while(null!=l&&++ro?0:o+e),i=i>o?o:i,i<0&&(i+=o),o=e>i?0:i-e>>>0,e>>>=0;var a=n(o);while(++r>>1,a=t[o];null!==a&&!$c(a)&&(n?a<=e:a=l){var c=e?null:Ta(t);if(c)return di(c);a=!1,r=Zn,u=new Xi}else u=e?[]:s;t:while(++i=i?t:Mo(t,e,n)}var Uo=Ie||function(t){return ln.clearTimeout(t)};function Yo(t,e){if(e)return t.slice();var n=t.length,i=we?we(n):new t.constructor(n);return t.copy(i),i}function Xo(t){var e=new t.constructor(t.byteLength);return new xe(e).set(new xe(t)),e}function Ko(t,e){var n=e?Xo(t.buffer):t.buffer;return new t.constructor(n,t.byteOffset,t.byteLength)}function Zo(t){var e=new t.constructor(t.source,Ut.exec(t));return e.lastIndex=t.lastIndex,e}function Jo(t){return bi?ie(bi.call(t)):{}}function Qo(t,e){var n=e?Xo(t.buffer):t.buffer;return new t.constructor(n,t.byteOffset,t.length)}function ta(t,e){if(t!==e){var n=t!==a,i=null===t,r=t===t,o=$c(t),s=e!==a,l=null===e,u=e===e,c=$c(e);if(!l&&!c&&!o&&t>e||o&&s&&u&&!l&&!c||i&&s&&u||!n&&u||!r)return 1;if(!i&&!o&&!c&&t=s)return l;var u=n[i];return l*("desc"==u?-1:1)}}return t.index-e.index}function na(t,e,i,r){var o=-1,a=t.length,s=i.length,l=-1,u=e.length,c=ze(a-s,0),h=n(u+c),d=!r;while(++l1?n[r-1]:a,s=r>2?n[2]:a;o=t.length>3&&"function"===typeof o?(r--,o):a,s&&ss(n[0],n[1],s)&&(o=r<3?a:o,r=1),e=ie(e);while(++i-1?r[o?e[s]:s]:a}}function ya(t){return $a((function(e){var n=e.length,i=n,r=ki.prototype.thru;t&&e.reverse();while(i--){var o=e[i];if("function"!==typeof o)throw new ae(c);if(r&&!s&&"wrapper"==Va(o))var s=new ki([],!0)}i=s?i:n;while(++i1&&b.reverse(),d&&cl))return!1;var c=o.get(t);if(c&&o.get(e))return c==e;var h=-1,d=!0,f=n&y?new Xi:a;o.set(t,e),o.set(e,t);while(++h1?"& ":"")+e[i],e=e.join(n>2?", ":" "),t.replace(zt,"{\n/* [wrapped with "+e+"] */\n")}function os(t){return sc(t)||ac(t)||!!(je&&t&&t[je])}function as(t,e){var n="undefined"===typeof t?"undefined":o(t);return e=null==e?R:e,!!e&&("number"==n||"symbol"!=n&&Jt.test(t))&&t>-1&&t%1==0&&t0){if(++e>=I)return arguments[0]}else e=0;return t.apply(a,arguments)}}function Ms(t,e){var n=-1,i=t.length,r=i-1;e=e===a?i:e;while(++n1?t[e-1]:a;return n="function"===typeof n?(t.pop(),n):a,Ll(t,n)}));function ql(t){var e=wi(t);return e.__chain__=!0,e}function Wl(t,e){return e(t),t}function Gl(t,e){return e(t)}var Ul=$a((function(t){var e=t.length,n=e?t[0]:0,i=this.__wrapped__,r=function(e){return gr(e,t)};return!(e>1||this.__actions__.length)&&i instanceof ji&&as(n)?(i=i.slice(n,+n+(e?1:0)),i.__actions__.push({func:Gl,args:[r],thisArg:a}),new ki(i,this.__chain__).thru((function(t){return e&&!t.length&&t.push(a),t}))):this.thru(r)}));function Yl(){return ql(this)}function Xl(){return new ki(this.value(),this.__chain__)}function Kl(){this.__values__===a&&(this.__values__=Wc(this.value()));var t=this.__index__>=this.__values__.length,e=t?a:this.__values__[this.__index__++];return{done:t,value:e}}function Zl(){return this}function Jl(t){var e,n=this;while(n instanceof Ci){var i=Ds(n);i.__index__=0,i.__values__=a,e?r.__wrapped__=i:e=i;var r=i;n=n.__wrapped__}return r.__wrapped__=t,e}function Ql(){var t=this.__wrapped__;if(t instanceof ji){var e=t;return this.__actions__.length&&(e=new ji(this)),e=e.reverse(),e.__actions__.push({func:Gl,args:[fl],thisArg:a}),new ki(e,this.__chain__)}return this.thru(fl)}function tu(){return Bo(this.__wrapped__,this.__actions__)}var eu=la((function(t,e,n){de.call(t,n)?++t[n]:pr(t,n,1)}));function nu(t,e,n){var i=sc(t)?Sn:Sr;return n&&ss(t,e,n)&&(e=a),i(t,qa(e,3))}function iu(t,e){var n=sc(t)?Cn:jr;return n(t,qa(e,3))}var ru=ma(Ws),ou=ma(Gs);function au(t,e){return Mr(gu(t,e),1)}function su(t,e){return Mr(gu(t,e),N)}function lu(t,e,n){return n=n===a?1:Uc(n),Mr(gu(t,e),n)}function uu(t,e){var n=sc(t)?wn:wr;return n(t,qa(e,3))}function cu(t,e){var n=sc(t)?On:Or;return n(t,qa(e,3))}var hu=la((function(t,e,n){de.call(t,n)?t[n].push(e):pr(t,n,[e])}));function du(t,e,n,i){t=uc(t)?t:Fh(t),n=n&&!i?Uc(n):0;var r=t.length;return n<0&&(n=ze(r+n,0)),Rc(t)?n<=r&&t.indexOf(e,n)>-1:!!r&&$n(t,e,n)>-1}var fu=xo((function(t,e,i){var r=-1,o="function"===typeof e,a=uc(t)?n(t.length):[];return wr(t,(function(t){a[++r]=o?_n(e,t,i):Hr(t,e,i)})),a})),pu=la((function(t,e,n){pr(t,n,e)}));function gu(t,e){var n=sc(t)?Mn:oo;return n(t,qa(e,3))}function vu(t,e,n,i){return null==t?[]:(sc(e)||(e=null==e?[]:[e]),n=i?a:n,sc(n)||(n=null==n?[]:[n]),ho(t,e,n))}var mu=la((function(t,e,n){t[n?0:1].push(e)}),(function(){return[[],[]]}));function yu(t,e,n){var i=sc(t)?An:qn,r=arguments.length<3;return i(t,qa(e,4),n,r,wr)}function bu(t,e,n){var i=sc(t)?In:qn,r=arguments.length<3;return i(t,qa(e,4),n,r,Or)}function _u(t,e){var n=sc(t)?Cn:jr;return n(t,Fu(qa(e,3)))}function xu(t){var e=sc(t)?or:wo;return e(t)}function wu(t,e,n){e=(n?ss(t,e,n):e===a)?1:Uc(e);var i=sc(t)?ar:Oo;return i(t,e)}function Ou(t){var e=sc(t)?sr:jo;return e(t)}function Su(t){if(null==t)return 0;if(uc(t))return Rc(t)?vi(t):t.length;var e=Za(t);return e==Q||e==at?t.size:no(t).length}function Cu(t,e,n){var i=sc(t)?En:To;return n&&ss(t,e,n)&&(e=a),i(t,qa(e,3))}var ku=xo((function(t,e){if(null==t)return[];var n=e.length;return n>1&&ss(t,e[0],e[1])?e=[]:n>2&&ss(e[0],e[1],e[2])&&(e=[e[0]]),ho(t,Mr(e,1),[])})),ju=Ee||function(){return ln.Date.now()};function Mu(t,e){if("function"!==typeof e)throw new ae(c);return t=Uc(t),function(){if(--t<1)return e.apply(this,arguments)}}function Tu(t,e,n){return e=n?a:e,e=t&&null==e?t.length:e,Ia(t,k,a,a,a,a,e)}function Au(t,e){var n;if("function"!==typeof e)throw new ae(c);return t=Uc(t),function(){return--t>0&&(n=e.apply(this,arguments)),t<=1&&(e=a),n}}var Iu=xo((function(t,e,n){var i=b;if(n.length){var r=ci(n,Ha(Iu));i|=S}return Ia(t,i,e,n,r)})),Eu=xo((function(t,e,n){var i=b|_;if(n.length){var r=ci(n,Ha(Eu));i|=S}return Ia(e,i,t,n,r)}));function Du(t,e,n){e=n?a:e;var i=Ia(t,w,a,a,a,a,a,e);return i.placeholder=Du.placeholder,i}function Pu(t,e,n){e=n?a:e;var i=Ia(t,O,a,a,a,a,a,e);return i.placeholder=Pu.placeholder,i}function Lu(t,e,n){var i,r,o,s,l,u,h=0,d=!1,f=!1,p=!0;if("function"!==typeof t)throw new ae(c);function g(e){var n=i,o=r;return i=r=a,h=e,s=t.apply(o,n),s}function v(t){return h=t,l=Ss(b,e),d?g(t):s}function m(t){var n=t-u,i=t-h,r=e-n;return f?Ve(r,o-i):r}function y(t){var n=t-u,i=t-h;return u===a||n>=e||n<0||f&&i>=o}function b(){var t=ju();if(y(t))return _(t);l=Ss(b,m(t))}function _(t){return l=a,p&&i?g(t):(i=r=a,s)}function x(){l!==a&&Uo(l),h=0,i=u=r=l=a}function w(){return l===a?s:_(ju())}function O(){var t=ju(),n=y(t);if(i=arguments,r=this,u=t,n){if(l===a)return v(u);if(f)return l=Ss(b,e),g(u)}return l===a&&(l=Ss(b,e)),s}return e=Xc(e)||0,Oc(n)&&(d=!!n.leading,f="maxWait"in n,o=f?ze(Xc(n.maxWait)||0,e):o,p="trailing"in n?!!n.trailing:p),O.cancel=x,O.flush=w,O}var Nu=xo((function(t,e){return _r(t,1,e)})),Ru=xo((function(t,e,n){return _r(t,Xc(e)||0,n)}));function $u(t){return Ia(t,M)}function Bu(t,e){if("function"!==typeof t||null!=e&&"function"!==typeof e)throw new ae(c);var n=function n(){var i=arguments,r=e?e.apply(this,i):i[0],o=n.cache;if(o.has(r))return o.get(r);var a=t.apply(this,i);return n.cache=o.set(r,a)||o,a};return n.cache=new(Bu.Cache||Hi),n}function Fu(t){if("function"!==typeof t)throw new ae(c);return function(){var e=arguments;switch(e.length){case 0:return!t.call(this);case 1:return!t.call(this,e[0]);case 2:return!t.call(this,e[0],e[1]);case 3:return!t.call(this,e[0],e[1],e[2])}return!t.apply(this,e)}}function zu(t){return Au(2,t)}Bu.Cache=Hi;var Vu=Wo((function(t,e){e=1==e.length&&sc(e[0])?Mn(e[0],Xn(qa())):Mn(Mr(e,1),Xn(qa()));var n=e.length;return xo((function(i){var r=-1,o=Ve(i.length,n);while(++r=e})),ac=qr(function(){return arguments}())?qr:function(t){return Sc(t)&&de.call(t,"callee")&&!Ce.call(t,"callee")},sc=n.isArray,lc=pn?Xn(pn):Wr;function uc(t){return null!=t&&wc(t.length)&&!_c(t)}function cc(t){return Sc(t)&&uc(t)}function hc(t){return!0===t||!1===t||Sc(t)&&Nr(t)==U}var dc=Re||Ud,fc=gn?Xn(gn):Gr;function pc(t){return Sc(t)&&1===t.nodeType&&!Dc(t)}function gc(t){if(null==t)return!0;if(uc(t)&&(sc(t)||"string"===typeof t||"function"===typeof t.splice||dc(t)||Bc(t)||ac(t)))return!t.length;var e=Za(t);if(e==Q||e==at)return!t.size;if(fs(t))return!no(t).length;for(var n in t)if(de.call(t,n))return!1;return!0}function vc(t,e){return Ur(t,e)}function mc(t,e,n){n="function"===typeof n?n:a;var i=n?n(t,e):a;return i===a?Ur(t,e,a,n):!!i}function yc(t){if(!Sc(t))return!1;var e=Nr(t);return e==K||e==X||"string"===typeof t.message&&"string"===typeof t.name&&!Dc(t)}function bc(t){return"number"===typeof t&&$e(t)}function _c(t){if(!Oc(t))return!1;var e=Nr(t);return e==Z||e==J||e==G||e==rt}function xc(t){return"number"===typeof t&&t==Uc(t)}function wc(t){return"number"===typeof t&&t>-1&&t%1==0&&t<=R}function Oc(t){var e="undefined"===typeof t?"undefined":o(t);return null!=t&&("object"==e||"function"==e)}function Sc(t){return null!=t&&"object"===("undefined"===typeof t?"undefined":o(t))}var Cc=vn?Xn(vn):Xr;function kc(t,e){return t===e||Kr(t,e,Ga(e))}function jc(t,e,n){return n="function"===typeof n?n:a,Kr(t,e,Ga(e),n)}function Mc(t){return Ec(t)&&t!=+t}function Tc(t){if(ds(t))throw new r(u);return Zr(t)}function Ac(t){return null===t}function Ic(t){return null==t}function Ec(t){return"number"===typeof t||Sc(t)&&Nr(t)==tt}function Dc(t){if(!Sc(t)||Nr(t)!=nt)return!1;var e=Oe(t);if(null===e)return!0;var n=de.call(e,"constructor")&&e.constructor;return"function"===typeof n&&n instanceof n&&he.call(n)==ve}var Pc=mn?Xn(mn):Jr;function Lc(t){return xc(t)&&t>=-R&&t<=R}var Nc=yn?Xn(yn):Qr;function Rc(t){return"string"===typeof t||!sc(t)&&Sc(t)&&Nr(t)==st}function $c(t){return"symbol"===("undefined"===typeof t?"undefined":o(t))||Sc(t)&&Nr(t)==lt}var Bc=bn?Xn(bn):to;function Fc(t){return t===a}function zc(t){return Sc(t)&&Za(t)==ct}function Vc(t){return Sc(t)&&Nr(t)==ht}var Hc=ka(ro),qc=ka((function(t,e){return t<=e}));function Wc(t){if(!t)return[];if(uc(t))return Rc(t)?mi(t):ra(t);if(Me&&t[Me])return si(t[Me]());var e=Za(t),n=e==Q?li:e==at?di:Fh;return n(t)}function Gc(t){if(!t)return 0===t?t:0;if(t=Xc(t),t===N||t===-N){var e=t<0?-1:1;return e*$}return t===t?t:0}function Uc(t){var e=Gc(t),n=e%1;return e===e?n?e-n:e:0}function Yc(t){return t?vr(Uc(t),0,F):0}function Xc(t){if("number"===typeof t)return t;if($c(t))return B;if(Oc(t)){var e="function"===typeof t.valueOf?t.valueOf():t;t=Oc(e)?e+"":e}if("string"!==typeof t)return 0===t?t:+t;t=t.replace($t,"");var n=Xt.test(t);return n||Zt.test(t)?on(t.slice(2),n?2:8):Yt.test(t)?B:+t}function Kc(t){return oa(t,wh(t))}function Zc(t){return t?vr(Uc(t),-R,R):0===t?t:0}function Jc(t){return null==t?"":Po(t)}var Qc=ua((function(t,e){if(fs(e)||uc(e))oa(e,xh(e),t);else for(var n in e)de.call(e,n)&&ur(t,n,e[n])})),th=ua((function(t,e){oa(e,wh(e),t)})),eh=ua((function(t,e,n,i){oa(e,wh(e),t,i)})),nh=ua((function(t,e,n,i){oa(e,xh(e),t,i)})),ih=$a(gr);function rh(t,e){var n=Si(t);return null==e?n:dr(n,e)}var oh=xo((function(t,e){t=ie(t);var n=-1,i=e.length,r=i>2?e[2]:a;r&&ss(e[0],e[1],r)&&(i=1);while(++n1),e})),oa(t,Fa(t),n),i&&(n=mr(n,p|g|v,Pa));var r=e.length;while(r--)No(n,e[r]);return n}));function Mh(t,e){return Ah(t,Fu(qa(e)))}var Th=$a((function(t,e){return null==t?{}:fo(t,e)}));function Ah(t,e){if(null==t)return{};var n=Mn(Fa(t),(function(t){return[t]}));return e=qa(e),po(t,n,(function(t,n){return e(t,n[0])}))}function Ih(t,e,n){e=qo(e,t);var i=-1,r=e.length;r||(r=1,t=a);while(++ie){var i=t;t=e,e=i}if(n||t%1||e%1){var r=Ue();return Ve(t+r*(e-t+rn("1e-"+((r+"").length-1))),e)}return yo(t,e)}var Wh=pa((function(t,e,n){return e=e.toLowerCase(),t+(n?Gh(e):e)}));function Gh(t){return bd(Jc(t).toLowerCase())}function Uh(t){return t=Jc(t),t&&t.replace(Qt,ei).replace(qe,"")}function Yh(t,e,n){t=Jc(t),e=Po(e);var i=t.length;n=n===a?i:vr(Uc(n),0,i);var r=n;return n-=e.length,n>=0&&t.slice(n,r)==e}function Xh(t){return t=Jc(t),t&&Tt.test(t)?t.replace(jt,ni):t}function Kh(t){return t=Jc(t),t&&Rt.test(t)?t.replace(Nt,"\\$&"):t}var Zh=pa((function(t,e,n){return t+(n?"-":"")+e.toLowerCase()})),Jh=pa((function(t,e,n){return t+(n?" ":"")+e.toLowerCase()})),Qh=fa("toLowerCase");function td(t,e,n){t=Jc(t),e=Uc(e);var i=e?vi(t):0;if(!e||i>=e)return t;var r=(e-i)/2;return Oa(Le(r),n)+t+Oa(Pe(r),n)}function ed(t,e,n){t=Jc(t),e=Uc(e);var i=e?vi(t):0;return e&&i>>0,n?(t=Jc(t),t&&("string"===typeof e||null!=e&&!Pc(e))&&(e=Po(e),!e&&oi(t))?Go(mi(t),0,n):t.split(e,n)):[]}var ld=pa((function(t,e,n){return t+(n?" ":"")+bd(e)}));function ud(t,e,n){return t=Jc(t),n=null==n?0:vr(Uc(n),0,t.length),e=Po(e),t.slice(n,n+e.length)==e}function cd(t,e,n){var i=wi.templateSettings;n&&ss(t,e,n)&&(e=a),t=Jc(t),e=eh({},e,i,Ea);var r,o,s=eh({},e.imports,i.imports,Ea),l=xh(s),u=Kn(s,l),c=0,h=e.interpolate||te,d="__p += '",f=re((e.escape||te).source+"|"+h.source+"|"+(h===Et?Gt:te).source+"|"+(e.evaluate||te).source+"|$","g"),p="//# sourceURL="+("sourceURL"in e?e.sourceURL:"lodash.templateSources["+ ++Ke+"]")+"\n";t.replace(f,(function(e,n,i,a,s,l){return i||(i=a),d+=t.slice(c,l).replace(ee,ii),n&&(r=!0,d+="' +\n__e("+n+") +\n'"),s&&(o=!0,d+="';\n"+s+";\n__p += '"),i&&(d+="' +\n((__t = ("+i+")) == null ? '' : __t) +\n'"),c=l+e.length,e})),d+="';\n";var g=e.variable;g||(d="with (obj) {\n"+d+"\n}\n"),d=(o?d.replace(Ot,""):d).replace(St,"$1").replace(Ct,"$1;"),d="function("+(g||"obj")+") {\n"+(g?"":"obj || (obj = {});\n")+"var __t, __p = ''"+(r?", __e = _.escape":"")+(o?", __j = Array.prototype.join;\nfunction print() { __p += __j.call(arguments, '') }\n":";\n")+d+"return __p\n}";var v=xd((function(){return qt(l,p+"return "+d).apply(a,u)}));if(v.source=d,yc(v))throw v;return v}function hd(t){return Jc(t).toLowerCase()}function dd(t){return Jc(t).toUpperCase()}function fd(t,e,n){if(t=Jc(t),t&&(n||e===a))return t.replace($t,"");if(!t||!(e=Po(e)))return t;var i=mi(t),r=mi(e),o=Jn(i,r),s=Qn(i,r)+1;return Go(i,o,s).join("")}function pd(t,e,n){if(t=Jc(t),t&&(n||e===a))return t.replace(Ft,"");if(!t||!(e=Po(e)))return t;var i=mi(t),r=Qn(i,mi(e))+1;return Go(i,0,r).join("")}function gd(t,e,n){if(t=Jc(t),t&&(n||e===a))return t.replace(Bt,"");if(!t||!(e=Po(e)))return t;var i=mi(t),r=Jn(i,mi(e));return Go(i,r).join("")}function vd(t,e){var n=T,i=A;if(Oc(e)){var r="separator"in e?e.separator:r;n="length"in e?Uc(e.length):n,i="omission"in e?Po(e.omission):i}t=Jc(t);var o=t.length;if(oi(t)){var s=mi(t);o=s.length}if(n>=o)return t;var l=n-vi(i);if(l<1)return i;var u=s?Go(s,0,l).join(""):t.slice(0,l);if(r===a)return u+i;if(s&&(l+=u.length-l),Pc(r)){if(t.slice(l).search(r)){var c,h=u;r.global||(r=re(r.source,Jc(Ut.exec(r))+"g")),r.lastIndex=0;while(c=r.exec(h))var d=c.index;u=u.slice(0,d===a?l:d)}}else if(t.indexOf(Po(r),l)!=l){var f=u.lastIndexOf(r);f>-1&&(u=u.slice(0,f))}return u+i}function md(t){return t=Jc(t),t&&Mt.test(t)?t.replace(kt,yi):t}var yd=pa((function(t,e,n){return t+(n?" ":"")+e.toUpperCase()})),bd=fa("toUpperCase");function _d(t,e,n){return t=Jc(t),e=n?a:e,e===a?ai(t)?xi(t):Ln(t):t.match(e)||[]}var xd=xo((function(t,e){try{return _n(t,a,e)}catch(n){return yc(n)?n:new r(n)}})),wd=$a((function(t,e){return wn(e,(function(e){e=As(e),pr(t,e,Iu(t[e],t))})),t}));function Od(t){var e=null==t?0:t.length,n=qa();return t=e?Mn(t,(function(t){if("function"!==typeof t[1])throw new ae(c);return[n(t[0]),t[1]]})):[],xo((function(n){var i=-1;while(++iR)return[];var n=F,i=Ve(t,F);e=qa(e),t-=F;var r=Un(i,e);while(++n0||e<0)?new ji(n):(t<0?n=n.takeRight(-t):t&&(n=n.drop(t)),e!==a&&(e=Uc(e),n=e<0?n.dropRight(-e):n.take(e-t)),n)},ji.prototype.takeRightWhile=function(t){return this.reverse().takeWhile(t).reverse()},ji.prototype.toArray=function(){return this.take(F)},Ir(ji.prototype,(function(t,e){var n=/^(?:filter|find|map|reject)|While$/.test(e),i=/^(?:head|last)$/.test(e),r=wi[i?"take"+("last"==e?"Right":""):e],o=i||/^find/.test(e);r&&(wi.prototype[e]=function(){var e=this.__wrapped__,s=i?[1]:arguments,l=e instanceof ji,u=s[0],c=l||sc(e),h=function(t){var e=r.apply(wi,Tn([t],s));return i&&d?e[0]:e};c&&n&&"function"===typeof u&&1!=u.length&&(l=c=!1);var d=this.__chain__,f=!!this.__actions__.length,p=o&&!d,g=l&&!f;if(!o&&c){e=g?e:new ji(this);var v=t.apply(e,s);return v.__actions__.push({func:Gl,args:[h],thisArg:a}),new ki(v,d)}return p&&g?t.apply(this,s):(v=this.thru(h),p?i?v.value()[0]:v.value():v)})})),wn(["pop","push","shift","sort","splice","unshift"],(function(t){var e=se[t],n=/^(?:push|sort|unshift)$/.test(t)?"tap":"thru",i=/^(?:pop|shift)$/.test(t);wi.prototype[t]=function(){var t=arguments;if(i&&!this.__chain__){var r=this.value();return e.apply(sc(r)?r:[],t)}return this[n]((function(n){return e.apply(sc(n)?n:[],t)}))}})),Ir(ji.prototype,(function(t,e){var n=wi[e];if(n){var i=n.name+"",r=cn[i]||(cn[i]=[]);r.push({name:e,func:n})}})),cn[ba(a,_).name]=[{name:"wrapper",func:a}],ji.prototype.clone=Mi,ji.prototype.reverse=Ti,ji.prototype.value=Ai,wi.prototype.at=Ul,wi.prototype.chain=Yl,wi.prototype.commit=Xl,wi.prototype.next=Kl,wi.prototype.plant=Jl,wi.prototype.reverse=Ql,wi.prototype.toJSON=wi.prototype.valueOf=wi.prototype.value=tu,wi.prototype.first=wi.prototype.head,Me&&(wi.prototype[Me]=Zl),wi},Oi=wi();"object"===o(n("1a0b"))&&n("1a0b")?(ln._=Oi,r=function(){return Oi}.call(e,n,e,i),r===a||(i.exports=r)):cn?((cn.exports=Oi)._=Oi,un._=Oi):ln._=Oi}).call(void 0)}).call(this,n("a40a"),n("5cdc")(t))},"3fcc":function(t,e,n){"use strict";n.d(e,"a",(function(){return s})),n.d(e,"j",(function(){return l})),n.d(e,"i",(function(){return u})),n.d(e,"h",(function(){return c})),n.d(e,"e",(function(){return f})),n.d(e,"f",(function(){return p})),n.d(e,"g",(function(){return g})),n.d(e,"d",(function(){return v})),n.d(e,"b",(function(){return m})),n.d(e,"c",(function(){return y})),n.d(e,"k",(function(){return b}));var i=n("51bf"),r=n("5560"),o=n("bea7"),a=n("8960");function s(t){if(!Object(o["k"])(t))return i["isString"](t)?t:"-";var e=(t+"").split(".");return e[0].replace(/(\d{1,3})(?=(?:\d{3})+(?!\d))/g,"$1,")+(e.length>1?"."+e[1]:"")}function l(t,e){return t=(t||"").toLowerCase().replace(/-(.)/g,(function(t,e){return e.toUpperCase()})),e&&t&&(t=t.charAt(0).toUpperCase()+t.slice(1)),t}var u=i["normalizeCssArray"];function c(t,e,n){var r="{yyyy}-{MM}-{dd} {HH}:{mm}:{ss}";function l(t){return t&&i["trim"](t)?t:"-"}function u(t){return!(null==t||isNaN(t)||!isFinite(t))}var c="time"===e,h=t instanceof Date;if(c||h){var d=c?Object(o["p"])(t):t;if(!isNaN(+d))return Object(a["h"])(d,r,n);if(h)return"-"}if("ordinal"===e)return i["isStringSafe"](t)?l(t):i["isNumber"](t)&&u(t)?t+"":"-";var f=Object(o["o"])(t);return u(f)?s(f):i["isStringSafe"](t)?l(t):"boolean"===typeof t?t+"":"-"}var h=["a","b","c","d","e","f","g"],d=function(t,e){return"{"+t+(null==e?"":e)+"}"};function f(t,e,n){i["isArray"](e)||(e=[e]);var o=e.length;if(!o)return"";for(var a=e[0].$vars||[],s=0;s':'';var l=n.markerId||"markerX";return{renderMode:s,content:"{"+l+"|} ",style:"subItem"===a?{width:4,height:4,borderRadius:2,backgroundColor:o}:{width:10,height:10,borderRadius:5,backgroundColor:o}}}function v(t,e,n){"week"!==t&&"month"!==t&&"quarter"!==t&&"half-year"!==t&&"year"!==t||(t="MM-dd\nyyyy");var i=Object(o["p"])(e),r=n?"getUTC":"get",s=i[r+"FullYear"](),l=i[r+"Month"]()+1,u=i[r+"Date"](),c=i[r+"Hours"](),h=i[r+"Minutes"](),d=i[r+"Seconds"](),f=i[r+"Milliseconds"]();return t=t.replace("MM",Object(a["y"])(l,2)).replace("M",l).replace("yyyy",s).replace("yy",Object(a["y"])(s%100+"",2)).replace("dd",Object(a["y"])(u,2)).replace("d",u).replace("hh",Object(a["y"])(c,2)).replace("h",c).replace("mm",Object(a["y"])(h,2)).replace("m",h).replace("ss",Object(a["y"])(d,2)).replace("s",d).replace("SSS",Object(a["y"])(f,3)),t}function m(t){return t?t.charAt(0).toUpperCase()+t.substr(1):t}function y(t,e){return e=e||"transparent",i["isString"](t)?t:i["isObject"](t)&&t.colorStops&&(t.colorStops[0]||{}).color||e}function b(t,e){if("_blank"===e||"blank"===e){var n=window.open();n.opener=null,n.location.href=t}else window.open(t,e)}},4190:function(t,e,n){"use strict";var i=n("9fdb"),r=n("dceb"),o=n("3488"),a=n("ccfd"),s=URLSearchParams,l=s.prototype,u=r(l.getAll),c=r(l.has),h=new s("a=1");!h.has("a",2)&&h.has("a",void 0)||i(l,"has",(function(t){var e=arguments.length,n=e<2?void 0:arguments[1];if(e&&void 0===n)return c(this,t);var i=u(this,t);a(e,1);var r=o(n),s=0;while(s=0?parseFloat(t)/100*e:parseFloat(t):t}function p(t,e,n){var i=e.position||"inside",r=null!=e.distance?e.distance:5,o=n.height,a=n.width,s=o/2,l=n.x,u=n.y,c="left",h="top";if(i instanceof Array)l+=f(i[0],n.width),u+=f(i[1],n.height),c=null,h=null;else switch(i){case"left":l-=r,u+=s,c="right",h="middle";break;case"right":l+=r+a,u+=s,h="middle";break;case"top":l+=a/2,u-=r,c="center",h="bottom";break;case"bottom":l+=a/2,u+=o+r,c="center";break;case"inside":l+=a/2,u+=s,c="center",h="middle";break;case"insideLeft":l+=r,u+=s,h="middle";break;case"insideRight":l+=a-r,u+=s,c="right",h="middle";break;case"insideTop":l+=a/2,u+=r,c="center";break;case"insideBottom":l+=a/2,u+=o-r,c="center",h="bottom";break;case"insideTopLeft":l+=r,u+=r;break;case"insideTopRight":l+=a-r,u+=r,c="right";break;case"insideBottomLeft":l+=r,u+=o-r,h="bottom";break;case"insideBottomRight":l+=a-r,u+=o-r,c="right",h="bottom";break}return t=t||{},t.x=l,t.y=u,t.align=c,t.verticalAlign=h,t}},4404:function(t,e,n){"use strict";var i=n("a644");t.exports=i("document","documentElement")},4520:function(t,e,n){t.exports=function(t){var e={};function n(i){if(e[i])return e[i].exports;var r=e[i]={i:i,l:!1,exports:{}};return t[i].call(r.exports,r,r.exports,n),r.l=!0,r.exports}return n.m=t,n.c=e,n.d=function(t,e,i){n.o(t,e)||Object.defineProperty(t,e,{enumerable:!0,get:i})},n.r=function(t){"undefined"!==typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(t,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(t,"__esModule",{value:!0})},n.t=function(t,e){if(1&e&&(t=n(t)),8&e)return t;if(4&e&&"object"===typeof t&&t&&t.__esModule)return t;var i=Object.create(null);if(n.r(i),Object.defineProperty(i,"default",{enumerable:!0,value:t}),2&e&&"string"!=typeof t)for(var r in t)n.d(i,r,function(e){return t[e]}.bind(null,r));return i},n.n=function(t){var e=t&&t.__esModule?function(){return t["default"]}:function(){return t};return n.d(e,"a",e),e},n.o=function(t,e){return Object.prototype.hasOwnProperty.call(t,e)},n.p="/dist/",n(n.s=87)}({0:function(t,e,n){"use strict";function i(t,e,n,i,r,o,a,s){var l,u="function"===typeof t?t.options:t;if(e&&(u.render=e,u.staticRenderFns=n,u._compiled=!0),i&&(u.functional=!0),o&&(u._scopeId="data-v-"+o),a?(l=function(t){t=t||this.$vnode&&this.$vnode.ssrContext||this.parent&&this.parent.$vnode&&this.parent.$vnode.ssrContext,t||"undefined"===typeof __VUE_SSR_CONTEXT__||(t=__VUE_SSR_CONTEXT__),r&&r.call(this,t),t&&t._registeredComponents&&t._registeredComponents.add(a)},u._ssrRegister=l):r&&(l=s?function(){r.call(this,this.$root.$options.shadowRoot)}:r),l)if(u.functional){u._injectStyles=l;var c=u.render;u.render=function(t,e){return l.call(e),c(t,e)}}else{var h=u.beforeCreate;u.beforeCreate=h?[].concat(h,l):[l]}return{exports:t,options:u}}n.d(e,"a",(function(){return i}))},10:function(t,e){t.exports=n("943e")},2:function(t,e){t.exports=n("8d5f")},22:function(t,e){t.exports=n("4d01")},3:function(t,e){t.exports=n("3ca4")},30:function(t,e,n){"use strict";var i=n(2),r=n(3);e["a"]={bind:function(t,e,n){var o=null,a=void 0,s=Object(r["isMac"])()?100:200,l=function(){return n.context[e.expression].apply()},u=function(){Date.now()-a=0&&t===parseInt(t,10)}}},data:function(){return{currentValue:0,userInput:null}},watch:{value:{immediate:!0,handler:function(t){var e=void 0===t?t:Number(t);if(void 0!==e){if(isNaN(e))return;if(this.stepStrictly){var n=this.getPrecision(this.step),i=Math.pow(10,n);e=Math.round(e/this.step)*i*this.step/i}void 0!==this.precision&&(e=this.toPrecision(e,this.precision))}e>=this.max&&(e=this.max),e<=this.min&&(e=this.min),this.currentValue=e,this.userInput=null,this.$emit("input",e)}}},computed:{minDisabled:function(){return this._decrease(this.value,this.step)this.max},numPrecision:function(){var t=this.value,e=this.step,n=this.getPrecision,i=this.precision,r=n(e);return void 0!==i?(r>i&&console.warn("[Element Warn][InputNumber]precision should not be less than the decimal places of step"),i):Math.max(n(t),r)},controlsAtRight:function(){return this.controls&&"right"===this.controlsPosition},_elFormItemSize:function(){return(this.elFormItem||{}).elFormItemSize},inputNumberSize:function(){return this.size||this._elFormItemSize||(this.$ELEMENT||{}).size},inputNumberDisabled:function(){return this.disabled||!!(this.elForm||{}).disabled},displayValue:function(){if(null!==this.userInput)return this.userInput;var t=this.currentValue;if("number"===typeof t){if(this.stepStrictly){var e=this.getPrecision(this.step),n=Math.pow(10,e);t=Math.round(t/this.step)*n*this.step/n}void 0!==this.precision&&(t=t.toFixed(this.precision))}return t}},methods:{toPrecision:function(t,e){return void 0===e&&(e=this.numPrecision),parseFloat(Math.round(t*Math.pow(10,e))/Math.pow(10,e))},getPrecision:function(t){if(void 0===t)return 0;var e=t.toString(),n=e.indexOf("."),i=0;return-1!==n&&(i=e.length-n-1),i},_increase:function(t,e){if("number"!==typeof t&&void 0!==t)return this.currentValue;var n=Math.pow(10,this.numPrecision);return this.toPrecision((n*t+n*e)/n)},_decrease:function(t,e){if("number"!==typeof t&&void 0!==t)return this.currentValue;var n=Math.pow(10,this.numPrecision);return this.toPrecision((n*t-n*e)/n)},increase:function(){if(!this.inputNumberDisabled&&!this.maxDisabled){var t=this.value||0,e=this._increase(t,this.step);this.setCurrentValue(e)}},decrease:function(){if(!this.inputNumberDisabled&&!this.minDisabled){var t=this.value||0,e=this._decrease(t,this.step);this.setCurrentValue(e)}},handleBlur:function(t){this.$emit("blur",t)},handleFocus:function(t){this.$emit("focus",t)},setCurrentValue:function(t){var e=this.currentValue;"number"===typeof t&&void 0!==this.precision&&(t=this.toPrecision(t,this.precision)),t>=this.max&&(t=this.max),t<=this.min&&(t=this.min),e!==t&&(this.userInput=null,this.$emit("input",t),this.$emit("change",t,e),this.currentValue=t)},handleInput:function(t){this.userInput=t},handleInputChange:function(t){var e=""===t?void 0:Number(t);isNaN(e)&&""!==t||this.setCurrentValue(e),this.userInput=null},select:function(){this.$refs.input.select()}},mounted:function(){var t=this.$refs.input.$refs.input;t.setAttribute("role","spinbutton"),t.setAttribute("aria-valuemax",this.max),t.setAttribute("aria-valuemin",this.min),t.setAttribute("aria-valuenow",this.currentValue),t.setAttribute("aria-disabled",this.inputNumberDisabled)},updated:function(){if(this.$refs&&this.$refs.input){var t=this.$refs.input.$refs.input;t.setAttribute("aria-valuenow",this.currentValue)}}},h=c,d=n(0),f=Object(d["a"])(h,i,r,!1,null,null,null);f.options.__file="packages/input-number/src/input-number.vue";var p=f.exports;p.install=function(t){t.component(p.name,p)};e["default"]=p}})},4547:function(t,e,n){"use strict";var i=n("3488");t.exports=function(t,e){return void 0===t?arguments.length<2?"":e:i(t)}},4569:function(t,e,n){"use strict";n.d(e,"d",(function(){return f})),n.d(e,"e",(function(){return p})),n.d(e,"g",(function(){return g})),n.d(e,"a",(function(){return v})),n.d(e,"j",(function(){return m})),n.d(e,"c",(function(){return b})),n.d(e,"b",(function(){return _})),n.d(e,"f",(function(){return x})),n.d(e,"i",(function(){return w})),n.d(e,"h",(function(){return O})),n.d(e,"H",(function(){return P})),n.d(e,"G",(function(){return F})),n.d(e,"r",(function(){return H})),n.d(e,"C",(function(){return q})),n.d(e,"q",(function(){return W})),n.d(e,"B",(function(){return G})),n.d(e,"s",(function(){return U})),n.d(e,"D",(function(){return Y})),n.d(e,"k",(function(){return K})),n.d(e,"l",(function(){return J})),n.d(e,"m",(function(){return Q})),n.d(e,"t",(function(){return tt})),n.d(e,"x",(function(){return et})),n.d(e,"w",(function(){return nt})),n.d(e,"K",(function(){return it})),n.d(e,"L",(function(){return rt})),n.d(e,"u",(function(){return ot})),n.d(e,"o",(function(){return at})),n.d(e,"J",(function(){return lt})),n.d(e,"p",(function(){return ut})),n.d(e,"I",(function(){return dt})),n.d(e,"F",(function(){return ft})),n.d(e,"y",(function(){return pt})),n.d(e,"n",(function(){return gt})),n.d(e,"v",(function(){return vt})),n.d(e,"A",(function(){return mt})),n.d(e,"z",(function(){return yt})),n.d(e,"E",(function(){return bt}));var i=n("51bf"),r=n("248c"),o=n("2347"),a=n("dbbe"),s=n("5325"),l=1,u={},c=Object(a["o"])(),h=Object(a["o"])(),d=0,f=1,p=2,g=["emphasis","blur","select"],v=["normal","emphasis","blur","select"],m=10,y=9,b="highlight",_="downplay",x="select",w="unselect",O="toggleSelect";function S(t){return null!=t&&"none"!==t}function C(t,e,n){t.onHoverStateChange&&(t.hoverState||0)!==n&&t.onHoverStateChange(e),t.hoverState=n}function k(t){C(t,"emphasis",p)}function j(t){t.hoverState===p&&C(t,"normal",d)}function M(t){C(t,"blur",f)}function T(t){t.hoverState===f&&C(t,"normal",d)}function A(t){t.selected=!0}function I(t){t.selected=!1}function E(t,e,n){e(t,n)}function D(t,e,n){E(t,e,n),t.isGroup&&t.traverse((function(t){E(t,e,n)}))}function P(t,e){switch(e){case"emphasis":t.hoverState=p;break;case"normal":t.hoverState=d;break;case"blur":t.hoverState=f;break;case"select":t.selected=!0}}function L(t,e,n,i){for(var r=t.style,o={},a=0;a=0,l=!1;if(t instanceof s["b"]){var u=c(t),h=a&&u.selectFill||u.normalFill,d=a&&u.selectStroke||u.normalStroke;if(S(h)||S(d)){r=r||{};var f=r.style||{};"inherit"===f.fill?(l=!0,r=Object(i["extend"])({},r),f=Object(i["extend"])({},f),f.fill=h):!S(f.fill)&&S(h)?(l=!0,r=Object(i["extend"])({},r),f=Object(i["extend"])({},f),f.fill=Object(o["liftColor"])(h)):!S(f.stroke)&&S(d)&&(l||(r=Object(i["extend"])({},r),f=Object(i["extend"])({},f)),f.stroke=Object(o["liftColor"])(d)),r.style=f}}if(r&&null==r.z2){l||(r=Object(i["extend"])({},r));var p=t.z2EmphasisLift;r.z2=t.z2+(null!=p?p:m)}return r}function R(t,e,n){if(n&&null==n.z2){n=Object(i["extend"])({},n);var r=t.z2SelectLift;n.z2=t.z2+(null!=r?r:y)}return n}function $(t,e,n){var r=Object(i["indexOf"])(t.currentStates,e)>=0,o=t.style.opacity,a=r?null:L(t,["opacity"],e,{opacity:1});n=n||{};var s=n.style||{};return null==s.opacity&&(n=Object(i["extend"])({},n),s=Object(i["extend"])({opacity:r?o:.1*a.opacity},s),n.style=s),n}function B(t,e){var n=this.states[t];if(this.style){if("emphasis"===t)return N(this,t,e,n);if("blur"===t)return $(this,t,n);if("select"===t)return R(this,t,n)}return n}function F(t){t.stateProxy=B;var e=t.getTextContent(),n=t.getTextGuideLine();e&&(e.stateProxy=B),n&&(n.stateProxy=B)}function z(t,e){!X(t,e)&&!t.__highByOuter&&D(t,k)}function V(t,e){!X(t,e)&&!t.__highByOuter&&D(t,j)}function H(t,e){t.__highByOuter|=1<<(e||0),D(t,k)}function q(t,e){!(t.__highByOuter&=~(1<<(e||0)))&&D(t,j)}function W(t){D(t,M)}function G(t){D(t,T)}function U(t){D(t,A)}function Y(t){D(t,I)}function X(t,e){return t.__highDownSilentOnTouch&&e.zrByTouch}function K(t){var e=t.getModel(),n=[],r=[];e.eachComponent((function(e,i){var o=h(i),a="series"===e,s=a?t.getViewOfSeriesModel(i):t.getViewOfComponentModel(i);!a&&r.push(s),o.isBlured&&(s.group.traverse((function(t){T(t)})),a&&n.push(i)),o.isBlured=!1})),Object(i["each"])(r,(function(t){t&&t.toggleBlurSeries&&t.toggleBlurSeries(n,!1,e)}))}function Z(t,e,n,r){var o=r.getModel();function a(t,e){for(var n=0;n0){var o={dataIndex:r,seriesIndex:t.seriesIndex};null!=i&&(o.dataType=i),e.push(o)}}))})),e}function at(t,e,n){ft(t,!0),D(t,F),ut(t,e,n)}function st(t){ft(t,!1)}function lt(t,e,n,i){i?st(t):at(t,e,n)}function ut(t,e,n){var i=Object(r["a"])(t);null!=e?(i.focus=e,i.blurScope=n):i.focus&&(i.focus=null)}var ct=["emphasis","blur","select"],ht={itemStyle:"getItemStyle",lineStyle:"getLineStyle",areaStyle:"getAreaStyle"};function dt(t,e,n,i){n=n||"itemStyle";for(var r=0;rc)o.f(t,n=r[c++],i[n]);return t}},"474d":function(t,e,n){"use strict";var i=n("ac02"),r=n("81e1");i({target:"URL",proto:!0,enumerable:!0},{toJSON:function(){return r(URL.prototype.toString,this)}})},4814:function(t,e,n){"use strict";n.d(e,"f",(function(){return k})),n.d(e,"i",(function(){return M})),n.d(e,"a",(function(){return T})),n.d(e,"g",(function(){return A})),n.d(e,"h",(function(){return I})),n.d(e,"c",(function(){return E})),n.d(e,"b",(function(){return D})),n.d(e,"e",(function(){return L})),n.d(e,"j",(function(){return N})),n.d(e,"d",(function(){return R})),n.d(e,"k",(function(){return $}));var i=n("51bf"),r=n("27df"),o=n("9f1f"),a=n("6473"),s=n("9cab"),l=n("7314"),u=n("c112"),c=n("50af"),h=n("bea7"),d=n("b977"),f=a["a"].prototype,p=o["a"].prototype,g=h["w"],v=Math.floor,m=Math.ceil,y=Math.pow,b=Math.log,_=function(t){function e(){var e=null!==t&&t.apply(this,arguments)||this;return e.type="log",e.base=10,e._originalScale=new o["a"],e._interval=0,e}return Object(c["a"])(e,t),e.prototype.getTicks=function(t){var e=this._originalScale,n=this._extent,r=e.getExtent(),o=p.getTicks.call(this,t);return i["map"](o,(function(t){var e=t.value,i=h["w"](y(this.base,e));return i=e===n[0]&&this._fixMin?w(i,r[0]):i,i=e===n[1]&&this._fixMax?w(i,r[1]):i,{value:i}}),this)},e.prototype.setExtent=function(t,e){var n=b(this.base);t=b(Math.max(0,t))/n,e=b(Math.max(0,e))/n,p.setExtent.call(this,t,e)},e.prototype.getExtent=function(){var t=this.base,e=f.getExtent.call(this);e[0]=y(t,e[0]),e[1]=y(t,e[1]);var n=this._originalScale,i=n.getExtent();return this._fixMin&&(e[0]=w(e[0],i[0])),this._fixMax&&(e[1]=w(e[1],i[1])),e},e.prototype.unionExtent=function(t){this._originalScale.unionExtent(t);var e=this.base;t[0]=b(t[0])/b(e),t[1]=b(t[1])/b(e),f.unionExtent.call(this,t)},e.prototype.unionExtentFromData=function(t,e){this.unionExtent(t.getApproximateExtent(e))},e.prototype.calcNiceTicks=function(t){t=t||10;var e=this._extent,n=e[1]-e[0];if(!(n===1/0||n<=0)){var i=h["s"](n),r=t/n*i;r<=.5&&(i*=10);while(!isNaN(i)&&Math.abs(i)<1&&Math.abs(i)>0)i*=10;var o=[h["w"](m(e[0]/i)*i),h["w"](v(e[1]/i)*i)];this._interval=i,this._niceExtent=o}},e.prototype.calcNiceExtent=function(t){p.calcNiceExtent.call(this,t),this._fixMin=t.fixMin,this._fixMax=t.fixMax},e.prototype.parse=function(t){return t},e.prototype.contain=function(t){return t=b(t)/b(this.base),d["a"](t,this._extent)},e.prototype.normalize=function(t){return t=b(t)/b(this.base),d["f"](t,this._extent)},e.prototype.scale=function(t){return t=d["g"](t,this._extent),y(this.base,t)},e.type="log",e}(a["a"]),x=_.prototype;function w(t,e){return g(t,h["h"](e))}x.getMinorTicks=p.getMinorTicks,x.getLabel=p.getLabel,a["a"].registerClass(_);var O=_,S=n("ff4a"),C=n("f390");function k(t,e){var n=t.type,r=Object(C["a"])(t,e,t.getExtent()).calculate();t.setBlank(r.isBlank);var o=r.min,a=r.max,l=e.ecModel;if(l&&"time"===n){var u=Object(s["e"])("bar",l),c=!1;if(i["each"](u,(function(t){c=c||t.getBaseAxis()===e.axis})),c){var h=Object(s["d"])(u),d=j(o,a,e,h);o=d.min,a=d.max}}return{extent:[o,a],fixMin:r.minFixed,fixMax:r.maxFixed}}function j(t,e,n,r){var o=n.axis.getExtent(),a=Math.abs(o[1]-o[0]),l=Object(s["f"])(r,n.axis);if(void 0===l)return{min:t,max:e};var u=1/0;i["each"](l,(function(t){u=Math.min(t.offset,u)}));var c=-1/0;i["each"](l,(function(t){c=Math.max(t.offset+t.width,c)})),u=Math.abs(u),c=Math.abs(c);var h=u+c,d=e-t,f=1-(u+c)/a,p=d/f-d;return e+=p*(c/h),t-=p*(u/h),{min:t,max:e}}function M(t,e){var n=e,i=k(t,n),r=i.extent,o=n.get("splitNumber");t instanceof O&&(t.base=n.get("logBase"));var a=t.type,s=n.get("interval"),l="interval"===a||"time"===a;t.setExtent(r[0],r[1]),t.calcNiceExtent({splitNumber:o,fixMin:i.fixMin,fixMax:i.fixMax,minInterval:l?n.get("minInterval"):null,maxInterval:l?n.get("maxInterval"):null}),null!=s&&t.setInterval&&t.setInterval(s)}function T(t,e){if(e=e||t.get("type"),e)switch(e){case"category":return new r["a"]({ordinalMeta:t.getOrdinalMeta?t.getOrdinalMeta():t.getCategories(),extent:[1/0,-1/0]});case"time":return new u["a"]({locale:t.ecModel.getLocaleModel(),useUTC:t.ecModel.get("useUTC")});default:return new(a["a"].getClass(e)||o["a"])}}function A(t){var e=t.scale.getExtent(),n=e[0],i=e[1];return!(n>0&&i>0||n<0&&i<0)}function I(t){var e=t.getLabelModel().get("formatter"),n="category"===t.type?t.scale.getExtent()[0]:null;return"time"===t.scale.type?function(e){return function(n,i){return t.scale.getFormattedLabel(n,i,e)}}(e):i["isString"](e)?function(e){return function(n){var i=t.scale.getLabel(n),r=e.replace("{value}",null!=i?i:"");return r}}(e):i["isFunction"](e)?function(e){return function(i,r){return null!=n&&(r=i.value-n),e(E(t,i),r,null!=i.level?{level:i.level}:null)}}(e):function(e){return t.scale.getLabel(e)}}function E(t,e){return"category"===t.type?t.scale.getLabel(e):e.value}function D(t){var e=t.model,n=t.scale;if(e.get(["axisLabel","show"])&&!n.isBlank()){var i,o,a=n.getExtent();n instanceof r["a"]?o=n.count():(i=n.getTicks(),o=i.length);var s,l=t.getLabelModel(),u=I(t),c=1;o>40&&(c=Math.ceil(o/40));for(var h=0;ht[1]&&(t[1]=i[1])}))}},"49a4":function(t,e,n){"use strict";var i=n("9d12"),r=n("126d"),o=n("aded"),a=n("812e"),s=n("3571"),l=s("iterator");t.exports=function(t){if(!o(t))return r(t,l)||r(t,"@@iterator")||a[i(t)]}},"49f7":function(t,e,n){"use strict";n.d(e,"a",(function(){return r})),n.d(e,"b",(function(){return a}));var i=n("c18a"),r=[["lineWidth","width"],["stroke","color"],["opacity"],["shadowBlur"],["shadowOffsetX"],["shadowOffsetY"],["shadowColor"],["lineDash","type"],["lineDashOffset","dashOffset"],["lineCap","cap"],["lineJoin","join"],["miterLimit"]],o=Object(i["a"])(r),a=function(){function t(){}return t.prototype.getLineStyle=function(t){return o(this,t)},t}()},"4b13":function(t,e,n){"use strict";n.d(e,"b",(function(){return r})),n.d(e,"a",(function(){return o}));var i={};function r(t,e){i[t]=e}function o(t){return i[t]}},"4b37":function(t,e,n){},"4b77":function(t,e,n){"use strict";var i=n("54c7"),r=n("f72b");t.exports=function(t){var e=i(t,"string");return r(e)?e:e+""}},"4b7f":function(t,e,n){"use strict";var i=n("e3d6")(!0);n("3e14")(String,"String",(function(t){this._t=String(t),this._i=0}),(function(){var t,e=this._t,n=this._i;return n>=e.length?{value:void 0,done:!0}:(t=i(e,n),this._i+=t.length,{value:t,done:!1})}))},"4d01":function(t,e,n){"use strict";e.__esModule=!0,e.default=function(t){return{methods:{focus:function(){this.$refs[t].focus()}}}}},"4d73":function(t,e,n){"use strict";var i=n("b2fb").forEach,r=n("b07e"),o=r("forEach");t.exports=o?[].forEach:function(t){return i(this,t,arguments.length>1?arguments[1]:void 0)}},"4df5":function(t,e,n){"use strict";var i=n("369c");t.exports=function(t,e){i.forEach(t,(function(n,i){i!==e&&i.toUpperCase()===e.toUpperCase()&&(t[e]=n,delete t[i])}))}},"4e04":function(t,e,n){"use strict";n.d(e,"a",(function(){return m}));var i=n("50af"),r=n("51bf"),o=n("e289"),a=n("dbbe"),s=n("6808"),l=n("d3ac"),u=n("666a"),c=n("e353"),h=n("e271"),d=n("0211"),f=n("9868"),p=n("eba0"),g=a["o"]();function v(t,e){return t.getName(e)||t.getId(e)}var m="__universalTransitionEnabled",y=function(t){function e(){var e=null!==t&&t.apply(this,arguments)||this;return e._selectedDataIndicesMap={},e}return Object(i["a"])(e,t),e.prototype.init=function(t,e,n){this.seriesIndex=this.componentIndex,this.dataTask=Object(h["a"])({count:x,reset:w}),this.dataTask.context={model:this},this.mergeDefaultAndTheme(t,n);var i=g(this).sourceManager=new f["a"](this);i.prepareSource();var r=this.getInitialData(t,n);S(r,this),this.dataTask.context.data=r,g(this).dataBeforeProcessed=r,b(this),this._initSelectedMapFromData(r)},e.prototype.mergeDefaultAndTheme=function(t,e){var n=Object(c["d"])(this),i=n?Object(c["f"])(t):{},o=this.subType;s["a"].hasClass(o)&&(o+="Series"),r["merge"](t,e.getTheme().get(this.subType)),r["merge"](t,this.getDefaultOption()),a["f"](t,"label",["show"]),this.fillDataTextStyle(t.data),n&&Object(c["h"])(t,i,n)},e.prototype.mergeOption=function(t,e){t=r["merge"](this.option,t,!0),this.fillDataTextStyle(t.data);var n=Object(c["d"])(this);n&&Object(c["h"])(this.option,t,n);var i=g(this).sourceManager;i.dirty(),i.prepareSource();var o=this.getInitialData(t,e);S(o,this),this.dataTask.dirty(),this.dataTask.context.data=o,g(this).dataBeforeProcessed=o,b(this),this._initSelectedMapFromData(o)},e.prototype.fillDataTextStyle=function(t){if(t&&!r["isTypedArray"](t))for(var e=["show"],n=0;nthis.getShallow("animationThreshold")&&(e=!1),!!e},e.prototype.restoreData=function(){this.dataTask.dirty()},e.prototype.getColorFromPalette=function(t,e,n){var i=this.ecModel,r=l["a"].prototype.getColorFromPalette.call(this,t,e,n);return r||(r=i.getColorFromPalette(t,e,n)),r},e.prototype.coordDimToDataDim=function(t){return this.getRawData().mapDimensionsAll(t)},e.prototype.getProgressive=function(){return this.get("progressive")},e.prototype.getProgressiveThreshold=function(){return this.get("progressiveThreshold")},e.prototype.select=function(t,e){this._innerSelect(this.getData(e),t)},e.prototype.unselect=function(t,e){var n=this.option.selectedMap;if(n){var i=this.option.selectedMode,r=this.getData(e);if("series"===i||"all"===n)return this.option.selectedMap={},void(this._selectedDataIndicesMap={});for(var o=0;o=0&&n.push(o)}return n},e.prototype.isSelected=function(t,e){var n=this.option.selectedMap;if(!n)return!1;var i=this.getData(e);return("all"===n||n[v(i,t)])&&!i.getItemModel(t).get(["select","disabled"])},e.prototype.isUniversalTransitionEnabled=function(){if(this[m])return!0;var t=this.option.universalTransition;return!!t&&(!0===t||t&&t.enabled)},e.prototype._innerSelect=function(t,e){var n,i,o=this.option,a=o.selectedMode,s=e.length;if(a&&s)if("series"===a)o.selectedMap="all";else if("multiple"===a){r["isObject"](o.selectedMap)||(o.selectedMap={});for(var l=o.selectedMap,u=0;u0&&this._innerSelect(t,e)}},e.registerClass=function(t){return s["a"].registerClass(t)},e.protoInitialize=function(){var t=e.prototype;t.type="series.__base__",t.seriesIndex=0,t.ignoreStyleOnData=!1,t.hasSymbolVisual=!1,t.defaultSymbol="circle",t.visualStyleAccessPath="itemStyle",t.visualDrawType="fill"}(),e}(s["a"]);function b(t){var e=t.name;a["n"](t)||(t.name=_(t)||e)}function _(t){var e=t.getRawData(),n=e.mapDimensionsAll("seriesName"),i=[];return r["each"](n,(function(t){var n=e.getDimensionInfo(t);n.displayName&&i.push(n.displayName)})),i.join(" ")}function x(t){return t.model.getRawData().count()}function w(t){var e=t.model;return e.setData(e.getRawData().cloneShallow()),O}function O(t,e){e.outputData&&t.end>e.outputData.count()&&e.model.getRawData().cloneShallow(e.outputData)}function S(t,e){r["each"](r["concatArray"](t.CHANGABLE_METHODS,t.DOWNSAMPLE_METHODS),(function(n){t.wrapMethod(n,r["curry"](C,e))}))}function C(t,e){var n=k(t);return n&&n.setOutputEnd((e||this).count()),e}function k(t){var e=(t.ecModel||{}).scheduler,n=e&&e.getPipeline(t.uid);if(n){var i=n.currentTask;if(i){var r=i.agentStubMap;r&&(i=r.get(t.uid))}return i}}r["mixin"](y,u["a"]),r["mixin"](y,l["a"]),Object(d["e"])(y,s["a"]),e["b"]=y},"4eb0":function(t,e,n){"use strict";var i=n("c32f").f;t.exports=function(t,e,n){n in t||i(t,n,{configurable:!0,get:function(){return e[n]},set:function(t){e[n]=t}})}},"50af":function(t,e,n){"use strict";n.d(e,"a",(function(){return r})); +/*! ***************************************************************************** +Copyright (c) Microsoft Corporation. + +Permission to use, copy, modify, and/or distribute this software for any +purpose with or without fee is hereby granted. + +THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH +REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY +AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT, +INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM +LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR +OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THIS SOFTWARE. +***************************************************************************** */ +var i=function(t,e){return i=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var n in e)Object.prototype.hasOwnProperty.call(e,n)&&(t[n]=e[n])},i(t,e)};function r(t,e){if("function"!==typeof e&&null!==e)throw new TypeError("Class extends value "+String(e)+" is not a constructor or null");function n(){this.constructor=t}i(t,e),t.prototype=null===e?Object.create(e):(n.prototype=e.prototype,new n)}Object.create;Object.create},"50e9":function(t,e,n){"use strict";var i=n("56ab");t.exports=function(t){var e=+t;return e!==e||0===e?0:i(e)}},"516e":function(t,e,n){"use strict";var i=n("ac02"),r=n("b2fb").map,o=n("893a"),a=o("map");i({target:"Array",proto:!0,forced:!a},{map:function(t){return r(this,t,arguments.length>1?arguments[1]:void 0)}})},"51ae":function(t,e,n){"use strict";n.d(e,"d",(function(){return s})),n.d(e,"b",(function(){return l})),n.d(e,"a",(function(){return u})),n.d(e,"c",(function(){return c}));var i="[ECharts] ",r={},o="undefined"!==typeof console&&console.warn&&console.log;function a(t,e,n){if(o){if(n){if(r[e])return;r[e]=!0}console[t](i+e)}}function s(t,e){a("warn",t,e)}function l(t,e){a("error",t,e)}function u(t){0}function c(t){throw new Error(t)}},"51bf":function(t,e,n){"use strict";n.r(e),n.d(e,"guid",(function(){return v})),n.d(e,"logError",(function(){return m})),n.d(e,"clone",(function(){return y})),n.d(e,"merge",(function(){return b})),n.d(e,"mergeAll",(function(){return _})),n.d(e,"extend",(function(){return x})),n.d(e,"defaults",(function(){return w})),n.d(e,"createCanvas",(function(){return O})),n.d(e,"indexOf",(function(){return S})),n.d(e,"inherits",(function(){return C})),n.d(e,"mixin",(function(){return k})),n.d(e,"isArrayLike",(function(){return j})),n.d(e,"each",(function(){return M})),n.d(e,"map",(function(){return T})),n.d(e,"reduce",(function(){return A})),n.d(e,"filter",(function(){return I})),n.d(e,"find",(function(){return E})),n.d(e,"keys",(function(){return D})),n.d(e,"bind",(function(){return L})),n.d(e,"curry",(function(){return N})),n.d(e,"isArray",(function(){return R})),n.d(e,"isFunction",(function(){return $})),n.d(e,"isString",(function(){return B})),n.d(e,"isStringSafe",(function(){return F})),n.d(e,"isNumber",(function(){return z})),n.d(e,"isObject",(function(){return V})),n.d(e,"isBuiltInObject",(function(){return H})),n.d(e,"isTypedArray",(function(){return q})),n.d(e,"isDom",(function(){return W})),n.d(e,"isGradientObject",(function(){return G})),n.d(e,"isImagePatternObject",(function(){return U})),n.d(e,"isRegExp",(function(){return Y})),n.d(e,"eqNaN",(function(){return X})),n.d(e,"retrieve",(function(){return K})),n.d(e,"retrieve2",(function(){return Z})),n.d(e,"retrieve3",(function(){return J})),n.d(e,"slice",(function(){return Q})),n.d(e,"normalizeCssArray",(function(){return tt})),n.d(e,"assert",(function(){return et})),n.d(e,"trim",(function(){return nt})),n.d(e,"setAsPrimitive",(function(){return rt})),n.d(e,"isPrimitive",(function(){return ot})),n.d(e,"HashMap",(function(){return ut})),n.d(e,"createHashMap",(function(){return ct})),n.d(e,"concatArray",(function(){return ht})),n.d(e,"createObject",(function(){return dt})),n.d(e,"disableUserSelect",(function(){return ft})),n.d(e,"hasOwn",(function(){return pt})),n.d(e,"noop",(function(){return gt})),n.d(e,"RADIAN_TO_DEGREE",(function(){return vt}));var i=n("e358"),r=A(["Function","RegExp","Date","Error","CanvasGradient","CanvasPattern","Image","Canvas"],(function(t,e){return t["[object "+e+"]"]=!0,t}),{}),o=A(["Int8","Uint8","Uint8Clamped","Int16","Uint16","Int32","Uint32","Float32","Float64"],(function(t,e){return t["[object "+e+"Array]"]=!0,t}),{}),a=Object.prototype.toString,s=Array.prototype,l=s.forEach,u=s.filter,c=s.slice,h=s.map,d=function(){}.constructor,f=d?d.prototype:null,p="__proto__",g=2311;function v(){return g++}function m(){for(var t=[],e=0;ei?e:t,o=Math.min(n,i),a=r[o-1]||{color:[0,0,0,0],offset:0},s=o;sa;if(s)i.length=a;else for(var l=o;l=1},t.prototype.getAdditiveTrack=function(){return this._additiveTrack},t.prototype.addKeyframe=function(t,e,n){this._needsSort=!0;var i=this.keyframes,s=i.length,l=!1,h=M,d=e;if(Object(o["isArrayLike"])(e)){var f=x(e);h=f,(1===f&&!Object(o["isNumber"])(e[0])||2===f&&!Object(o["isNumber"])(e[0][0]))&&(l=!0)}else if(Object(o["isNumber"])(e)&&!Object(o["eqNaN"])(e))h=w;else if(Object(o["isString"])(e))if(isNaN(+e)){var p=u["parse"](e);p&&(d=p,h=C)}else h=w;else if(Object(o["isGradientObject"])(e)){var g=Object(o["extend"])({},d);g.colorStops=Object(o["map"])(e.colorStops,(function(t){return{offset:t.offset,color:u["parse"](t.color)}})),Object(c["m"])(e)?h=k:Object(c["o"])(e)&&(h=j),d=g}0===s?this.valType=h:h===this.valType&&h!==M||(l=!0),this.discrete=this.discrete||l;var v={time:t,value:d,rawValue:e,percent:0};return n&&(v.easing=n,v.easingFunc=Object(o["isFunction"])(n)?n:r[n]||Object(a["a"])(n)),i.push(v),v},t.prototype.prepare=function(t,e){var n=this.keyframes;this._needsSort&&n.sort((function(t,e){return t.time-e.time}));for(var i=this.valType,r=n.length,o=n[r-1],a=this.discrete,s=A(i),l=T(i),u=0;u=0;n--)if(u[n].percent<=e)break;n=m(n,c-2)}else{for(n=v;ne)break;n=m(n-1,c-2)}r=u[n+1],i=u[n]}if(i&&r){this._lastFr=n,this._lastFrP=e;var b=r.percent-i.percent,x=0===b?1:m((e-i.percent)/b,1);r.easingFunc&&(x=r.easingFunc(x));var w=a?this._additiveValue:g?I:t[h];if(!A(l)&&!g||w||(w=this._additiveValue=[]),this.discrete)t[h]=x<1?i.rawValue:r.rawValue;else if(A(l))l===O?f(w,i[s],r[s],x):p(w,i[s],r[s],x);else if(T(l)){var S=i[s],j=r[s],M=l===k;t[h]={type:M?"linear":"radial",x:d(S.x,j.x,x),y:d(S.y,j.y,x),colorStops:Object(o["map"])(S.colorStops,(function(t,e){var n=j.colorStops[e];return{offset:d(t.offset,n.offset,x),color:_(f([],t.color,n.color,x))}})),global:j.global},M?(t[h].x2=d(S.x2,j.x2,x),t[h].y2=d(S.y2,j.y2,x)):t[h].r=d(S.r,j.r,x)}else if(g)f(w,i[s],r[s],x),a||(t[h]=_(w));else{var E=d(i[s],r[s],x);a?this._additiveValue=E:t[h]=E}a&&this._addToTarget(t)}}},t.prototype._addToTarget=function(t){var e=this.valType,n=this.propName,i=this._additiveValue;e===w?t[n]=t[n]+i:e===C?(u["parse"](t[n],I),g(I,I,i,1),t[n]=_(I)):e===O?g(t[n],t[n],i,1):e===S&&v(t[n],t[n],i,1)},t}(),D=function(){function t(t,e,n,i){this._tracks={},this._trackKeys=[],this._maxTime=0,this._started=0,this._clip=null,this._target=t,this._loop=e,e&&i?Object(o["logError"])("Can' use additive animation on looped animation."):(this._additiveAnimators=i,this._allowDiscrete=n)}return t.prototype.getMaxTime=function(){return this._maxTime},t.prototype.getDelay=function(){return this._delay},t.prototype.getLoop=function(){return this._loop},t.prototype.getTarget=function(){return this._target},t.prototype.changeTarget=function(t){this._target=t},t.prototype.when=function(t,e,n){return this.whenWithKeys(t,e,Object(o["keys"])(e),n)},t.prototype.whenWithKeys=function(t,e,n,i){for(var r=this._tracks,o=0;o0&&s.addKeyframe(0,b(l),i),this._trackKeys.push(a)}s.addKeyframe(t,b(e[a]),i)}return this._maxTime=Math.max(this._maxTime,t),this},t.prototype.pause=function(){this._clip.pause(),this._paused=!0},t.prototype.resume=function(){this._clip.resume(),this._paused=!1},t.prototype.isPaused=function(){return!!this._paused},t.prototype.duration=function(t){return this._maxTime=t,this._force=!0,this},t.prototype._doneCallback=function(){this._setTracksFinished(),this._clip=null;var t=this._doneCbs;if(t)for(var e=t.length,n=0;n0)){this._started=1;for(var e=this,n=[],i=this._maxTime||0,r=0;r1){var s=a.pop();r.addKeyframe(s.time,t[i]),r.prepare(this._maxTime,r.getAdditiveTrack())}}}},t}();e["b"]=D},5325:function(t,e,n){"use strict";n.d(e,"a",(function(){return E}));var i=n("50af"),r=n("5510"),o=n("ae21"),a=n("5a18"),s=n("e8c6");function l(t,e,n,i,r,o,a,l,u,c,h){if(0===u)return!1;var d=u;if(h>e+d&&h>i+d&&h>o+d&&h>l+d||ht+d&&c>n+d&&c>r+d&&c>a+d||cn||d+ur&&(r+=h);var p=Math.atan2(l,s);return p<0&&(p+=h),p>=i&&p<=r||p+h>=i&&p+h<=r}var f=n("1def"),p=o["a"].CMD,g=2*Math.PI,v=1e-4;function m(t,e){return Math.abs(t-e)e&&c>i&&c>o&&c>l||c1&&_(),p=s["a"](e,i,o,l,b[0]),f>1&&(g=s["a"](e,i,o,l,b[1]))),2===f?me&&l>i&&l>o||l=0&&c<=1){for(var h=0,d=s["h"](e,i,o,c),f=0;fn||s<-n)return 0;var l=Math.sqrt(n*n-s*s);y[0]=-l,y[1]=l;var u=Math.abs(i-r);if(u<1e-4)return 0;if(u>=g-1e-4){i=0,r=g;var c=o?1:-1;return a>=y[0]+t&&a<=y[1]+t?c:0}if(i>r){var h=i;i=r,r=h}i<0&&(i+=g,r+=g);for(var d=0,f=0;f<2;f++){var p=y[f];if(p+t>a){var v=Math.atan2(s,p);c=o?1:-1;v<0&&(v=g+v),(v>=i&&v<=r||v+g>=i&&v+g<=r)&&(v>Math.PI/2&&v<1.5*Math.PI&&(c=-c),d+=c)}}return d}function S(t,e,n,i,r){for(var o,s,c=t.data,h=t.len(),g=0,v=0,y=0,b=0,_=0,S=0;S1&&(n||(g+=Object(f["a"])(v,y,b,_,i,r))),k&&(v=c[S],y=c[S+1],b=v,_=y),C){case p.M:b=c[S++],_=c[S++],v=b,y=_;break;case p.L:if(n){if(a["a"](v,y,c[S],c[S+1],e,i,r))return!0}else g+=Object(f["a"])(v,y,c[S],c[S+1],i,r)||0;v=c[S++],y=c[S++];break;case p.C:if(n){if(l(v,y,c[S++],c[S++],c[S++],c[S++],c[S],c[S+1],e,i,r))return!0}else g+=x(v,y,c[S++],c[S++],c[S++],c[S++],c[S],c[S+1],i,r)||0;v=c[S++],y=c[S++];break;case p.Q:if(n){if(u["a"](v,y,c[S++],c[S++],c[S],c[S+1],e,i,r))return!0}else g+=w(v,y,c[S++],c[S++],c[S],c[S+1],i,r)||0;v=c[S++],y=c[S++];break;case p.A:var j=c[S++],M=c[S++],T=c[S++],A=c[S++],I=c[S++],E=c[S++];S+=1;var D=!!(1-c[S++]);o=Math.cos(I)*T+j,s=Math.sin(I)*A+M,k?(b=o,_=s):g+=Object(f["a"])(v,y,o,s,i,r);var P=(i-j)*A/T+j;if(n){if(d(j,M,A,I,I+E,D,e,P,r))return!0}else g+=O(j,M,A,I,I+E,D,P,r);v=Math.cos(I+E)*T+j,y=Math.sin(I+E)*A+M;break;case p.R:b=v=c[S++],_=y=c[S++];var L=c[S++],N=c[S++];if(o=b+L,s=_+N,n){if(a["a"](b,_,o,_,e,i,r)||a["a"](o,_,o,s,e,i,r)||a["a"](o,s,b,s,e,i,r)||a["a"](b,s,b,_,e,i,r))return!0}else g+=Object(f["a"])(o,_,o,s,i,r),g+=Object(f["a"])(b,s,b,_,i,r);break;case p.Z:if(n){if(a["a"](v,y,b,_,e,i,r))return!0}else g+=Object(f["a"])(v,y,b,_,i,r);v=b,y=_;break}}return n||m(y,_)||(g+=Object(f["a"])(v,y,b,_,i,r)||0),0!==g}function C(t,e,n){return S(t,0,!1,e,n)}function k(t,e,n,i){return S(t,e,!0,n,i)}var j=n("51bf"),M=n("2347"),T=n("5e78"),A=n("6927"),I=n("2ed6"),E=Object(j["defaults"])({fill:"#000",stroke:null,strokePercent:1,fillOpacity:1,strokeOpacity:1,lineDashOffset:0,lineWidth:1,lineCap:"butt",miterLimit:10,strokeNoScale:!1,strokeFirst:!1},r["b"]),D={style:Object(j["defaults"])({fill:!0,stroke:!0,strokePercent:!0,fillOpacity:!0,strokeOpacity:!0,lineDashOffset:!0,lineWidth:!0,miterLimit:!0},r["a"].style)},P=I["a"].concat(["invisible","culling","z","z2","zlevel","parent"]),L=function(t){function e(e){return t.call(this,e)||this}return Object(i["a"])(e,t),e.prototype.update=function(){var n=this;t.prototype.update.call(this);var i=this.style;if(i.decal){var r=this._decalEl=this._decalEl||new e;r.buildPath===e.prototype.buildPath&&(r.buildPath=function(t){n.buildPath(t,n.shape)}),r.silent=!0;var o=r.style;for(var a in i)o[a]!==i[a]&&(o[a]=i[a]);o.fill=i.fill?i.decal:null,o.decal=null,o.shadowColor=null,i.strokeFirst&&(o.stroke=null);for(var s=0;s.5?T["a"]:e>.2?T["c"]:T["d"]}if(t)return T["d"]}return T["a"]},e.prototype.getInsideTextStroke=function(t){var e=this.style.fill;if(Object(j["isString"])(e)){var n=this.__zr,i=!(!n||!n.isDarkMode()),r=Object(M["lum"])(t,0)0))},e.prototype.hasFill=function(){var t=this.style,e=t.fill;return null!=e&&"none"!==e},e.prototype.getBoundingRect=function(){var t=this._rect,e=this.style,n=!t;if(n){var i=!1;this.path||(i=!0,this.createPathProxy());var r=this.path;(i||this.__dirty&A["b"])&&(r.beginPath(),this.buildPath(r,this.shape,!1),this.pathUpdated()),t=r.getBoundingRect()}if(this._rect=t,this.hasStroke()&&this.path&&this.path.len()>0){var o=this._rectStroke||(this._rectStroke=t.clone());if(this.__dirty||n){o.copy(t);var a=e.strokeNoScale?this.getLineScale():1,s=e.lineWidth;if(!this.hasFill()){var l=this.strokeContainThreshold;s=Math.max(s,null==l?4:l)}a>1e-10&&(o.width+=s/a,o.height+=s/a,o.x-=s/a/2,o.y-=s/a/2)}return o}return t},e.prototype.contain=function(t,e){var n=this.transformCoordToLocal(t,e),i=this.getBoundingRect(),r=this.style;if(t=n[0],e=n[1],i.contain(t,e)){var o=this.path;if(this.hasStroke()){var a=r.lineWidth,s=r.strokeNoScale?this.getLineScale():1;if(s>1e-10&&(this.hasFill()||(a=Math.max(a,this.strokeContainThreshold)),k(o,a/s,t,e)))return!0}if(this.hasFill())return C(o,t,e)}return!1},e.prototype.dirtyShape=function(){this.__dirty|=A["b"],this._rect&&(this._rect=null),this._decalEl&&this._decalEl.dirtyShape(),this.markRedraw()},e.prototype.dirty=function(){this.dirtyStyle(),this.dirtyShape()},e.prototype.animateShape=function(t){return this.animate("shape",t)},e.prototype.updateDuringAnimation=function(t){"style"===t?this.dirtyStyle():"shape"===t?this.dirtyShape():this.markRedraw()},e.prototype.attrKV=function(e,n){"shape"===e?this.setShape(n):t.prototype.attrKV.call(this,e,n)},e.prototype.setShape=function(t,e){var n=this.shape;return n||(n=this.shape={}),"string"===typeof t?n[t]=e:Object(j["extend"])(n,t),this.dirtyShape(),this},e.prototype.shapeChanged=function(){return!!(this.__dirty&A["b"])},e.prototype.createStyle=function(t){return Object(j["createObject"])(E,t)},e.prototype._innerSaveToNormal=function(e){t.prototype._innerSaveToNormal.call(this,e);var n=this._normalState;e.shape&&!n.shape&&(n.shape=Object(j["extend"])({},this.shape))},e.prototype._applyStateObj=function(e,n,i,r,o,a){t.prototype._applyStateObj.call(this,e,n,i,r,o,a);var s,l=!(n&&r);if(n&&n.shape?o?r?s=n.shape:(s=Object(j["extend"])({},i.shape),Object(j["extend"])(s,n.shape)):(s=Object(j["extend"])({},r?this.shape:i.shape),Object(j["extend"])(s,n.shape)):l&&(s=i.shape),s)if(o){this.shape=Object(j["extend"])({},this.shape);for(var u={},c=Object(j["keys"])(s),h=0;h1?arguments[1]:void 0)}})},"542a":function(t,e,n){"use strict";var i=n("aac4"),r=TypeError,o=function(t){var e,n;this.promise=new t((function(t,i){if(void 0!==e||void 0!==n)throw new r("Bad Promise constructor");e=t,n=i})),this.resolve=i(e),this.reject=i(n)};t.exports.f=function(t){return new o(t)}},"54c7":function(t,e,n){"use strict";var i=n("81e1"),r=n("ee96"),o=n("f72b"),a=n("126d"),s=n("b1a1"),l=n("3571"),u=TypeError,c=l("toPrimitive");t.exports=function(t,e){if(!r(t)||o(t))return t;var n,l=a(t,c);if(l){if(void 0===e&&(e="default"),n=i(l,t,e),!r(n)||o(n))return n;throw new u("Can't convert object to primitive value")}return void 0===e&&(e="number"),s(t,e)}},5510:function(t,e,n){"use strict";n.d(e,"b",(function(){return u})),n.d(e,"a",(function(){return c}));var i=n("50af"),r=n("1129"),o=n("7314"),a=n("51bf"),s=n("6927"),l="__zr_style_"+Math.round(10*Math.random()),u={shadowBlur:0,shadowOffsetX:0,shadowOffsetY:0,shadowColor:"#000",opacity:1,blend:"source-over"},c={style:{shadowBlur:!0,shadowOffsetX:!0,shadowOffsetY:!0,shadowColor:!0,opacity:!0}};u[l]=!0;var h=["z","z2","invisible"],d=["invisible"],f=function(t){function e(e){return t.call(this,e)||this}return Object(i["a"])(e,t),e.prototype._init=function(e){for(var n=Object(a["keys"])(e),i=0;i>1)%2;s.cssText=["position: absolute","visibility: hidden","padding: 0","margin: 0","border-width: 0","user-select: none","width:0","height:0",i[l]+":0",r[u]+":0",i[1-l]+":auto",r[1-u]+":auto",""].join("!important;"),t.appendChild(a),n.push(a)}return n}function d(t,e,n){for(var i=n?"invTrans":"trans",r=e[i],o=e.srcCoords,s=[],l=[],u=!0,c=0;c<4;c++){var h=t[c].getBoundingClientRect(),d=2*c,f=h.left,p=h.top;s.push(f,p),u=u&&o&&f===o[d]&&p===o[d+1],l.push(t[c].offsetLeft,t[c].offsetTop)}return u&&r?r:(e.srcCoords=s,e[i]=n?a(l,s):a(s,l))}function f(t){return"CANVAS"===t.nodeName.toUpperCase()}var p=/([&<>"'])/g,g={"&":"&","<":"<",">":">",'"':""","'":"'"};function v(t){return null==t?"":(t+"").replace(p,(function(t,e){return g[e]}))}},"55a5":function(t,e,n){"use strict";var i=n("50af"),r=n("51bf"),o=n("1129"),a=n("7314"),s=function(t){function e(e){var n=t.call(this)||this;return n.isGroup=!0,n._children=[],n.attr(e),n}return Object(i["a"])(e,t),e.prototype.childrenRef=function(){return this._children},e.prototype.children=function(){return this._children.slice()},e.prototype.childAt=function(t){return this._children[t]},e.prototype.childOfName=function(t){for(var e=this._children,n=0;n=0&&(n.splice(i,0,t),this._doAdd(t))}return this},e.prototype.replace=function(t,e){var n=r["indexOf"](this._children,t);return n>=0&&this.replaceAt(e,n),this},e.prototype.replaceAt=function(t,e){var n=this._children,i=n[e];if(t&&t!==this&&t.parent!==this&&t!==i){n[e]=t,i.parent=null;var r=this.__zr;r&&i.removeSelfFromZr(r),this._doAdd(t)}return this},e.prototype._doAdd=function(t){t.parent&&t.parent.remove(t),t.parent=this;var e=this.__zr;e&&e!==t.__zr&&t.addSelfToZr(e),e&&e.refresh()},e.prototype.remove=function(t){var e=this.__zr,n=this._children,i=r["indexOf"](n,t);return i<0||(n.splice(i,1),t.parent=null,e&&t.removeSelfFromZr(e),e&&e.refresh()),this},e.prototype.removeAll=function(){for(var t=this._children,e=this.__zr,n=0;n0?r:i)(e)}},"56ac":function(t,e,n){"use strict";n.r(e),function(t){n.d(e,"EffectScope",(function(){return Te})),n.d(e,"computed",(function(){return me})),n.d(e,"customRef",(function(){return le})),n.d(e,"default",(function(){return ro})),n.d(e,"defineAsyncComponent",(function(){return ni})),n.d(e,"defineComponent",(function(){return bi})),n.d(e,"del",(function(){return Vt})),n.d(e,"effectScope",(function(){return Ae})),n.d(e,"getCurrentInstance",(function(){return mt})),n.d(e,"getCurrentScope",(function(){return Ee})),n.d(e,"h",(function(){return Bn})),n.d(e,"inject",(function(){return Ne})),n.d(e,"isProxy",(function(){return Kt})),n.d(e,"isReactive",(function(){return Ut})),n.d(e,"isReadonly",(function(){return Xt})),n.d(e,"isRef",(function(){return te})),n.d(e,"isShallow",(function(){return Yt})),n.d(e,"markRaw",(function(){return Jt})),n.d(e,"mergeDefaults",(function(){return Cn})),n.d(e,"nextTick",(function(){return Qn})),n.d(e,"onActivated",(function(){return hi})),n.d(e,"onBeforeMount",(function(){return oi})),n.d(e,"onBeforeUnmount",(function(){return ui})),n.d(e,"onBeforeUpdate",(function(){return si})),n.d(e,"onDeactivated",(function(){return di})),n.d(e,"onErrorCaptured",(function(){return mi})),n.d(e,"onMounted",(function(){return ai})),n.d(e,"onRenderTracked",(function(){return pi})),n.d(e,"onRenderTriggered",(function(){return gi})),n.d(e,"onScopeDispose",(function(){return De})),n.d(e,"onServerPrefetch",(function(){return fi})),n.d(e,"onUnmounted",(function(){return ci})),n.d(e,"onUpdated",(function(){return li})),n.d(e,"provide",(function(){return Pe})),n.d(e,"proxyRefs",(function(){return ae})),n.d(e,"reactive",(function(){return qt})),n.d(e,"readonly",(function(){return fe})),n.d(e,"ref",(function(){return ee})),n.d(e,"set",(function(){return zt})),n.d(e,"shallowReactive",(function(){return Wt})),n.d(e,"shallowReadonly",(function(){return ve})),n.d(e,"shallowRef",(function(){return ne})),n.d(e,"toRaw",(function(){return Zt})),n.d(e,"toRef",(function(){return ce})),n.d(e,"toRefs",(function(){return ue})),n.d(e,"triggerRef",(function(){return re})),n.d(e,"unref",(function(){return oe})),n.d(e,"useAttrs",(function(){return wn})),n.d(e,"useCssModule",(function(){return ti})),n.d(e,"useCssVars",(function(){return ei})),n.d(e,"useListeners",(function(){return On})),n.d(e,"useSlots",(function(){return xn})),n.d(e,"version",(function(){return yi})),n.d(e,"watch",(function(){return je})),n.d(e,"watchEffect",(function(){return we})),n.d(e,"watchPostEffect",(function(){return Oe})),n.d(e,"watchSyncEffect",(function(){return Se})); +/*! + * Vue.js v2.7.16 + * (c) 2014-2023 Evan You + * Released under the MIT License. + */ +var i=Object.freeze({}),r=Array.isArray;function o(t){return void 0===t||null===t}function a(t){return void 0!==t&&null!==t}function s(t){return!0===t}function l(t){return!1===t}function u(t){return"string"===typeof t||"number"===typeof t||"symbol"===typeof t||"boolean"===typeof t}function c(t){return"function"===typeof t}function h(t){return null!==t&&"object"===typeof t}var d=Object.prototype.toString;function f(t){return"[object Object]"===d.call(t)}function p(t){return"[object RegExp]"===d.call(t)}function g(t){var e=parseFloat(String(t));return e>=0&&Math.floor(e)===e&&isFinite(t)}function v(t){return a(t)&&"function"===typeof t.then&&"function"===typeof t.catch}function m(t){return null==t?"":Array.isArray(t)||f(t)&&t.toString===d?JSON.stringify(t,y,2):String(t)}function y(t,e){return e&&e.__v_isRef?e.value:e}function b(t){var e=parseFloat(t);return isNaN(e)?t:e}function _(t,e){for(var n=Object.create(null),i=t.split(","),r=0;r-1)return t.splice(i,1)}}var O=Object.prototype.hasOwnProperty;function S(t,e){return O.call(t,e)}function C(t){var e=Object.create(null);return function(n){var i=e[n];return i||(e[n]=t(n))}}var k=/-(\w)/g,j=C((function(t){return t.replace(k,(function(t,e){return e?e.toUpperCase():""}))})),M=C((function(t){return t.charAt(0).toUpperCase()+t.slice(1)})),T=/\B([A-Z])/g,A=C((function(t){return t.replace(T,"-$1").toLowerCase()}));function I(t,e){function n(n){var i=arguments.length;return i?i>1?t.apply(e,arguments):t.call(e,n):t.call(e)}return n._length=t.length,n}function E(t,e){return t.bind(e)}var D=Function.prototype.bind?E:I;function P(t,e){e=e||0;var n=t.length-e,i=new Array(n);while(n--)i[n]=t[n+e];return i}function L(t,e){for(var n in e)t[n]=e[n];return t}function N(t){for(var e={},n=0;n0,rt=et&&et.indexOf("edge/")>0;et&&et.indexOf("android");var ot=et&&/iphone|ipad|ipod|ios/.test(et);et&&/chrome\/\d+/.test(et),et&&/phantomjs/.test(et);var at,st=et&&et.match(/firefox\/(\d+)/),lt={}.watch,ut=!1;if(tt)try{var ct={};Object.defineProperty(ct,"passive",{get:function(){ut=!0}}),window.addEventListener("test-passive",null,ct)}catch(ol){}var ht=function(){return void 0===at&&(at=!tt&&"undefined"!==typeof t&&(t["process"]&&"server"===t["process"].env.VUE_ENV)),at},dt=tt&&window.__VUE_DEVTOOLS_GLOBAL_HOOK__;function ft(t){return"function"===typeof t&&/native code/.test(t.toString())}var pt,gt="undefined"!==typeof Symbol&&ft(Symbol)&&"undefined"!==typeof Reflect&&ft(Reflect.ownKeys);pt="undefined"!==typeof Set&&ft(Set)?Set:function(){function t(){this.set=Object.create(null)}return t.prototype.has=function(t){return!0===this.set[t]},t.prototype.add=function(t){this.set[t]=!0},t.prototype.clear=function(){this.set=Object.create(null)},t}();var vt=null;function mt(){return vt&&{proxy:vt}}function yt(t){void 0===t&&(t=null),t||vt&&vt._scope.off(),vt=t,t&&t._scope.on()}var bt=function(){function t(t,e,n,i,r,o,a,s){this.tag=t,this.data=e,this.children=n,this.text=i,this.elm=r,this.ns=void 0,this.context=o,this.fnContext=void 0,this.fnOptions=void 0,this.fnScopeId=void 0,this.key=e&&e.key,this.componentOptions=a,this.componentInstance=void 0,this.parent=void 0,this.raw=!1,this.isStatic=!1,this.isRootInsert=!0,this.isComment=!1,this.isCloned=!1,this.isOnce=!1,this.asyncFactory=s,this.asyncMeta=void 0,this.isAsyncPlaceholder=!1}return Object.defineProperty(t.prototype,"child",{get:function(){return this.componentInstance},enumerable:!1,configurable:!0}),t}(),_t=function(t){void 0===t&&(t="");var e=new bt;return e.text=t,e.isComment=!0,e};function xt(t){return new bt(void 0,void 0,void 0,String(t))}function wt(t){var e=new bt(t.tag,t.data,t.children&&t.children.slice(),t.text,t.elm,t.context,t.componentOptions,t.asyncFactory);return e.ns=t.ns,e.isStatic=t.isStatic,e.key=t.key,e.isComment=t.isComment,e.fnContext=t.fnContext,e.fnOptions=t.fnOptions,e.fnScopeId=t.fnScopeId,e.asyncMeta=t.asyncMeta,e.isCloned=!0,e}"function"===typeof SuppressedError&&SuppressedError;var Ot=0,St=[],Ct=function(){for(var t=0;t1)return n&&c(e)?e.call(i):e}else 0}var Re=C((function(t){var e="&"===t.charAt(0);t=e?t.slice(1):t;var n="~"===t.charAt(0);t=n?t.slice(1):t;var i="!"===t.charAt(0);return t=i?t.slice(1):t,{name:t,once:n,capture:i,passive:e}}));function $e(t,e){function n(){var t=n.fns;if(!r(t))return zn(t,null,arguments,e,"v-on handler");for(var i=t.slice(),o=0;o0&&(i=Ge(i,"".concat(e||"","_").concat(n)),We(i[0])&&We(c)&&(h[l]=xt(c.text+i[0].text),i.shift()),h.push.apply(h,i)):u(i)?We(c)?h[l]=xt(c.text+i):""!==i&&h.push(xt(i)):We(i)&&We(c)?h[l]=xt(c.text+i.text):(s(t._isVList)&&a(i.tag)&&o(i.key)&&a(e)&&(i.key="__vlist".concat(e,"_").concat(n,"__")),h.push(i)));return h}function Ue(t,e){var n,i,o,s,l=null;if(r(t)||"string"===typeof t)for(l=new Array(t.length),n=0,i=t.length;n0,s=e?!!e.$stable:!a,l=e&&e.$key;if(e){if(e._normalized)return e._normalized;if(s&&r&&r!==i&&l===r.$key&&!a&&!r.$hasNormal)return r;for(var u in o={},e)e[u]&&"$"!==u[0]&&(o[u]=fn(t,n,u,e[u]))}else o={};for(var c in n)c in o||(o[c]=pn(n,c));return e&&Object.isExtensible(e)&&(e._normalized=o),K(o,"$stable",s),K(o,"$key",l),K(o,"$hasNormal",a),o}function fn(t,e,n,i){var o=function(){var e=vt;yt(t);var n=arguments.length?i.apply(null,arguments):i({});n=n&&"object"===typeof n&&!r(n)?[n]:qe(n);var o=n&&n[0];return yt(e),n&&(!o||1===n.length&&o.isComment&&!hn(o))?void 0:n};return i.proxy&&Object.defineProperty(e,n,{get:o,enumerable:!0,configurable:!0}),o}function pn(t,e){return function(){return t[e]}}function gn(t){var e=t.$options,n=e.setup;if(n){var i=t._setupContext=vn(t);yt(t),Mt();var r=zn(n,null,[t._props||Wt({}),i],t,"setup");if(Tt(),yt(),c(r))e.render=r;else if(h(r))if(t._setupState=r,r.__sfc){var o=t._setupProxy={};for(var a in r)"__sfc"!==a&&se(o,r,a)}else for(var a in r)X(a)||se(t,r,a);else 0}}function vn(t){return{get attrs(){if(!t._attrsProxy){var e=t._attrsProxy={};K(e,"_v_attr_proxy",!0),mn(e,t.$attrs,i,t,"$attrs")}return t._attrsProxy},get listeners(){if(!t._listenersProxy){var e=t._listenersProxy={};mn(e,t.$listeners,i,t,"$listeners")}return t._listenersProxy},get slots(){return bn(t)},emit:D(t.$emit,t),expose:function(e){e&&Object.keys(e).forEach((function(n){return se(t,e,n)}))}}}function mn(t,e,n,i,r){var o=!1;for(var a in e)a in t?e[a]!==n[a]&&(o=!0):(o=!0,yn(t,a,i,r));for(var a in t)a in e||(o=!0,delete t[a]);return o}function yn(t,e,n,i){Object.defineProperty(t,e,{enumerable:!0,configurable:!0,get:function(){return n[i][e]}})}function bn(t){return t._slotsProxy||_n(t._slotsProxy={},t.$scopedSlots),t._slotsProxy}function _n(t,e){for(var n in e)t[n]=e[n];for(var n in t)n in e||delete t[n]}function xn(){return Sn().slots}function wn(){return Sn().attrs}function On(){return Sn().listeners}function Sn(){var t=vt;return t._setupContext||(t._setupContext=vn(t))}function Cn(t,e){var n=r(t)?t.reduce((function(t,e){return t[e]={},t}),{}):t;for(var i in e){var o=n[i];o?r(o)||c(o)?n[i]={type:o,default:e[i]}:o.default=e[i]:null===o&&(n[i]={default:e[i]})}return n}function kn(t){t._vnode=null,t._staticTrees=null;var e=t.$options,n=t.$vnode=e._parentVnode,r=n&&n.context;t.$slots=un(e._renderChildren,r),t.$scopedSlots=n?dn(t.$parent,n.data.scopedSlots,t.$slots):i,t._c=function(e,n,i,r){return Ln(t,e,n,i,r,!1)},t.$createElement=function(e,n,i,r){return Ln(t,e,n,i,r,!0)};var o=n&&n.data;Ft(t,"$attrs",o&&o.attrs||i,null,!0),Ft(t,"$listeners",e._parentListeners||i,null,!0)}var jn=null;function Mn(t){ln(t.prototype),t.prototype.$nextTick=function(t){return Qn(t,this)},t.prototype._render=function(){var t=this,e=t.$options,n=e.render,i=e._parentVnode;i&&t._isMounted&&(t.$scopedSlots=dn(t.$parent,i.data.scopedSlots,t.$slots,t.$scopedSlots),t._slotsProxy&&_n(t._slotsProxy,t.$scopedSlots)),t.$vnode=i;var o,a=vt,s=jn;try{yt(t),jn=t,o=n.call(t._renderProxy,t.$createElement)}catch(ol){Fn(ol,t,"render"),o=t._vnode}finally{jn=s,yt(a)}return r(o)&&1===o.length&&(o=o[0]),o instanceof bt||(o=_t()),o.parent=i,o}}function Tn(t,e){return(t.__esModule||gt&&"Module"===t[Symbol.toStringTag])&&(t=t.default),h(t)?e.extend(t):t}function An(t,e,n,i,r){var o=_t();return o.asyncFactory=t,o.asyncMeta={data:e,context:n,children:i,tag:r},o}function In(t,e){if(s(t.error)&&a(t.errorComp))return t.errorComp;if(a(t.resolved))return t.resolved;var n=jn;if(n&&a(t.owners)&&-1===t.owners.indexOf(n)&&t.owners.push(n),s(t.loading)&&a(t.loadingComp))return t.loadingComp;if(n&&!a(t.owners)){var i=t.owners=[n],r=!0,l=null,u=null;n.$on("hook:destroyed",(function(){return w(i,n)}));var c=function(t){for(var e=0,n=i.length;e1?P(n):n;for(var i=P(arguments,1),r='event handler for "'.concat(t,'"'),o=0,a=n.length;odocument.createEvent("Event").timeStamp&&(Ki=function(){return Zi.now()})}var Ji=function(t,e){if(t.post){if(!e.post)return 1}else if(e.post)return-1;return t.id-e.id};function Qi(){var t,e;for(Xi=Ki(),Gi=!0,Vi.sort(Ji),Ui=0;UiUi&&Vi[n].id>t.id)n--;Vi.splice(n+1,0,t)}else Vi.push(t);Wi||(Wi=!0,Qn(Qi))}}function rr(t){var e=t.$options.provide;if(e){var n=c(e)?e.call(t):e;if(!h(n))return;for(var i=Le(t),r=gt?Reflect.ownKeys(n):Object.keys(n),o=0;o-1)if(o&&!S(r,"default"))a=!1;else if(""===a||a===A(t)){var l=Rr(String,r.type);(l<0||s-1)return this;var n=P(arguments,1);return n.unshift(this),c(t.install)?t.install.apply(t,n):c(t)&&t.apply(null,n),e.push(t),this}}function ao(t){t.mixin=function(t){return this.options=Ar(this.options,t),this}}function so(t){t.cid=0;var e=1;t.extend=function(t){t=t||{};var n=this,i=n.cid,r=t._Ctor||(t._Ctor={});if(r[i])return r[i];var o=hr(t)||hr(n.options);var a=function(t){this._init(t)};return a.prototype=Object.create(n.prototype),a.prototype.constructor=a,a.cid=e++,a.options=Ar(n.options,t),a["super"]=n,a.options.props&&lo(a),a.options.computed&&uo(a),a.extend=n.extend,a.mixin=n.mixin,a.use=n.use,W.forEach((function(t){a[t]=n[t]})),o&&(a.options.components[o]=a),a.superOptions=n.options,a.extendOptions=t,a.sealedOptions=L({},a.options),r[i]=a,a}}function lo(t){var e=t.options.props;for(var n in e)Br(t.prototype,"_props",n)}function uo(t){var e=t.options.computed;for(var n in e)Gr(t.prototype,n,e[n])}function co(t){W.forEach((function(e){t[e]=function(t,n){return n?("component"===e&&f(n)&&(n.name=n.name||t,n=this.options._base.extend(n)),"directive"===e&&c(n)&&(n={bind:n,update:n}),this.options[e+"s"][t]=n,n):this.options[e+"s"][t]}}))}function ho(t){return t&&(hr(t.Ctor.options)||t.tag)}function fo(t,e){return r(t)?t.indexOf(e)>-1:"string"===typeof t?t.split(",").indexOf(e)>-1:!!p(t)&&t.test(e)}function po(t,e){var n=t.cache,i=t.keys,r=t._vnode,o=t.$vnode;for(var a in n){var s=n[a];if(s){var l=s.name;l&&!e(l)&&go(n,a,i,r)}}o.componentOptions.children=void 0}function go(t,e,n,i){var r=t[e];!r||i&&r.tag===i.tag||r.componentInstance.$destroy(),t[e]=null,w(n,e)}to(ro),Jr(ro),Ii(ro),Li(ro),Mn(ro);var vo=[String,RegExp,Array],mo={name:"keep-alive",abstract:!0,props:{include:vo,exclude:vo,max:[String,Number]},methods:{cacheVNode:function(){var t=this,e=t.cache,n=t.keys,i=t.vnodeToCache,r=t.keyToCache;if(i){var o=i.tag,a=i.componentInstance,s=i.componentOptions;e[r]={name:ho(s),tag:o,componentInstance:a},n.push(r),this.max&&n.length>parseInt(this.max)&&go(e,n[0],n,this._vnode),this.vnodeToCache=null}}},created:function(){this.cache=Object.create(null),this.keys=[]},destroyed:function(){for(var t in this.cache)go(this.cache,t,this.keys)},mounted:function(){var t=this;this.cacheVNode(),this.$watch("include",(function(e){po(t,(function(t){return fo(e,t)}))})),this.$watch("exclude",(function(e){po(t,(function(t){return!fo(e,t)}))}))},updated:function(){this.cacheVNode()},render:function(){var t=this.$slots.default,e=En(t),n=e&&e.componentOptions;if(n){var i=ho(n),r=this,o=r.include,a=r.exclude;if(o&&(!i||!fo(o,i))||a&&i&&fo(a,i))return e;var s=this,l=s.cache,u=s.keys,c=null==e.key?n.Ctor.cid+(n.tag?"::".concat(n.tag):""):e.key;l[c]?(e.componentInstance=l[c].componentInstance,w(u,c),u.push(c)):(this.vnodeToCache=e,this.keyToCache=c),e.data.keepAlive=!0}return e||t&&t[0]}},yo={KeepAlive:mo};function bo(t){var e={get:function(){return U}};Object.defineProperty(t,"config",e),t.util={warn:br,extend:L,mergeOptions:Ar,defineReactive:Ft},t.set=zt,t.delete=Vt,t.nextTick=Qn,t.observable=function(t){return Bt(t),t},t.options=Object.create(null),W.forEach((function(e){t.options[e+"s"]=Object.create(null)})),t.options._base=t,L(t.options.components,yo),oo(t),ao(t),so(t),co(t)}bo(ro),Object.defineProperty(ro.prototype,"$isServer",{get:ht}),Object.defineProperty(ro.prototype,"$ssrContext",{get:function(){return this.$vnode&&this.$vnode.ssrContext}}),Object.defineProperty(ro,"FunctionalRenderContext",{value:sr}),ro.version=yi;var _o=_("style,class"),xo=_("input,textarea,option,select,progress"),wo=function(t,e,n){return"value"===n&&xo(t)&&"button"!==e||"selected"===n&&"option"===t||"checked"===n&&"input"===t||"muted"===n&&"video"===t},Oo=_("contenteditable,draggable,spellcheck"),So=_("events,caret,typing,plaintext-only"),Co=function(t,e){return Ao(e)||"false"===e?"false":"contenteditable"===t&&So(e)?e:"true"},ko=_("allowfullscreen,async,autofocus,autoplay,checked,compact,controls,declare,default,defaultchecked,defaultmuted,defaultselected,defer,disabled,enabled,formnovalidate,hidden,indeterminate,inert,ismap,itemscope,loop,multiple,muted,nohref,noresize,noshade,novalidate,nowrap,open,pauseonexit,readonly,required,reversed,scoped,seamless,selected,sortable,truespeed,typemustmatch,visible"),jo="http://www.w3.org/1999/xlink",Mo=function(t){return":"===t.charAt(5)&&"xlink"===t.slice(0,5)},To=function(t){return Mo(t)?t.slice(6,t.length):""},Ao=function(t){return null==t||!1===t};function Io(t){var e=t.data,n=t,i=t;while(a(i.componentInstance))i=i.componentInstance._vnode,i&&i.data&&(e=Eo(i.data,e));while(a(n=n.parent))n&&n.data&&(e=Eo(e,n.data));return Do(e.staticClass,e.class)}function Eo(t,e){return{staticClass:Po(t.staticClass,e.staticClass),class:a(t.class)?[t.class,e.class]:e.class}}function Do(t,e){return a(t)||a(e)?Po(t,Lo(e)):""}function Po(t,e){return t?e?t+" "+e:t:e||""}function Lo(t){return Array.isArray(t)?No(t):h(t)?Ro(t):"string"===typeof t?t:""}function No(t){for(var e,n="",i=0,r=t.length;i-1?Ho[t]=e.constructor===window.HTMLUnknownElement||e.constructor===window.HTMLElement:Ho[t]=/HTMLUnknownElement/.test(e.toString())}var Wo=_("text,number,password,search,email,tel,url");function Go(t){if("string"===typeof t){var e=document.querySelector(t);return e||document.createElement("div")}return t}function Uo(t,e){var n=document.createElement(t);return"select"!==t||e.data&&e.data.attrs&&void 0!==e.data.attrs.multiple&&n.setAttribute("multiple","multiple"),n}function Yo(t,e){return document.createElementNS($o[t],e)}function Xo(t){return document.createTextNode(t)}function Ko(t){return document.createComment(t)}function Zo(t,e,n){t.insertBefore(e,n)}function Jo(t,e){t.removeChild(e)}function Qo(t,e){t.appendChild(e)}function ta(t){return t.parentNode}function ea(t){return t.nextSibling}function na(t){return t.tagName}function ia(t,e){t.textContent=e}function ra(t,e){t.setAttribute(e,"")}var oa=Object.freeze({__proto__:null,createElement:Uo,createElementNS:Yo,createTextNode:Xo,createComment:Ko,insertBefore:Zo,removeChild:Jo,appendChild:Qo,parentNode:ta,nextSibling:ea,tagName:na,setTextContent:ia,setStyleScope:ra}),aa={create:function(t,e){sa(e)},update:function(t,e){t.data.ref!==e.data.ref&&(sa(t,!0),sa(e))},destroy:function(t){sa(t,!0)}};function sa(t,e){var n=t.data.ref;if(a(n)){var i=t.context,o=t.componentInstance||t.elm,s=e?null:o,l=e?void 0:o;if(c(n))zn(n,i,[s],i,"template ref function");else{var u=t.data.refInFor,h="string"===typeof n||"number"===typeof n,d=te(n),f=i.$refs;if(h||d)if(u){var p=h?f[n]:n.value;e?r(p)&&w(p,o):r(p)?p.includes(o)||p.push(o):h?(f[n]=[o],la(i,n,f[n])):n.value=[o]}else if(h){if(e&&f[n]!==o)return;f[n]=l,la(i,n,s)}else if(d){if(e&&n.value!==o)return;n.value=s}else 0}}}function la(t,e,n){var i=t._setupState;i&&S(i,e)&&(te(i[e])?i[e].value=n:i[e]=n)}var ua=new bt("",{},[]),ca=["create","activate","update","remove","destroy"];function ha(t,e){return t.key===e.key&&t.asyncFactory===e.asyncFactory&&(t.tag===e.tag&&t.isComment===e.isComment&&a(t.data)===a(e.data)&&da(t,e)||s(t.isAsyncPlaceholder)&&o(e.asyncFactory.error))}function da(t,e){if("input"!==t.tag)return!0;var n,i=a(n=t.data)&&a(n=n.attrs)&&n.type,r=a(n=e.data)&&a(n=n.attrs)&&n.type;return i===r||Wo(i)&&Wo(r)}function fa(t,e,n){var i,r,o={};for(i=e;i<=n;++i)r=t[i].key,a(r)&&(o[r]=i);return o}function pa(t){var e,n,i={},l=t.modules,c=t.nodeOps;for(e=0;eg?(h=o(n[y+1])?null:n[y+1].elm,S(t,h,n,f,y,i)):f>y&&k(e,d,g)}function T(t,e,n,i){for(var r=n;r-1?Ca(t,e,n):ko(e)?Ao(n)?t.removeAttribute(e):(n="allowfullscreen"===e&&"EMBED"===t.tagName?"true":e,t.setAttribute(e,n)):Oo(e)?t.setAttribute(e,Co(e,n)):Mo(e)?Ao(n)?t.removeAttributeNS(jo,To(e)):t.setAttributeNS(jo,e,n):Ca(t,e,n)}function Ca(t,e,n){if(Ao(n))t.removeAttribute(e);else{if(nt&&!it&&"TEXTAREA"===t.tagName&&"placeholder"===e&&""!==n&&!t.__ieph){var i=function(e){e.stopImmediatePropagation(),t.removeEventListener("input",i)};t.addEventListener("input",i),t.__ieph=!0}t.setAttribute(e,n)}}var ka={create:Oa,update:Oa};function ja(t,e){var n=e.elm,i=e.data,r=t.data;if(!(o(i.staticClass)&&o(i.class)&&(o(r)||o(r.staticClass)&&o(r.class)))){var s=Io(e),l=n._transitionClasses;a(l)&&(s=Po(s,Lo(l))),s!==n._prevClass&&(n.setAttribute("class",s),n._prevClass=s)}}var Ma,Ta={create:ja,update:ja},Aa="__r",Ia="__c";function Ea(t){if(a(t[Aa])){var e=nt?"change":"input";t[e]=[].concat(t[Aa],t[e]||[]),delete t[Aa]}a(t[Ia])&&(t.change=[].concat(t[Ia],t.change||[]),delete t[Ia])}function Da(t,e,n){var i=Ma;return function r(){var o=e.apply(null,arguments);null!==o&&Na(t,r,n,i)}}var Pa=Wn&&!(st&&Number(st[1])<=53);function La(t,e,n,i){if(Pa){var r=Xi,o=e;e=o._wrapper=function(t){if(t.target===t.currentTarget||t.timeStamp>=r||t.timeStamp<=0||t.target.ownerDocument!==document)return o.apply(this,arguments)}}Ma.addEventListener(t,e,ut?{capture:n,passive:i}:n)}function Na(t,e,n,i){(i||Ma).removeEventListener(t,e._wrapper||e,n)}function Ra(t,e){if(!o(t.data.on)||!o(e.data.on)){var n=e.data.on||{},i=t.data.on||{};Ma=e.elm||t.elm,Ea(n),Be(n,i,La,Na,Da,e.context),Ma=void 0}}var $a,Ba={create:Ra,update:Ra,destroy:function(t){return Ra(t,ua)}};function Fa(t,e){if(!o(t.data.domProps)||!o(e.data.domProps)){var n,i,r=e.elm,l=t.data.domProps||{},u=e.data.domProps||{};for(n in(a(u.__ob__)||s(u._v_attr_proxy))&&(u=e.data.domProps=L({},u)),l)n in u||(r[n]="");for(n in u){if(i=u[n],"textContent"===n||"innerHTML"===n){if(e.children&&(e.children.length=0),i===l[n])continue;1===r.childNodes.length&&r.removeChild(r.childNodes[0])}if("value"===n&&"PROGRESS"!==r.tagName){r._value=i;var c=o(i)?"":String(i);za(r,c)&&(r.value=c)}else if("innerHTML"===n&&Fo(r.tagName)&&o(r.innerHTML)){$a=$a||document.createElement("div"),$a.innerHTML="".concat(i,"");var h=$a.firstChild;while(r.firstChild)r.removeChild(r.firstChild);while(h.firstChild)r.appendChild(h.firstChild)}else if(i!==l[n])try{r[n]=i}catch(ol){}}}}function za(t,e){return!t.composing&&("OPTION"===t.tagName||Va(t,e)||Ha(t,e))}function Va(t,e){var n=!0;try{n=document.activeElement!==t}catch(ol){}return n&&t.value!==e}function Ha(t,e){var n=t.value,i=t._vModifiers;if(a(i)){if(i.number)return b(n)!==b(e);if(i.trim)return n.trim()!==e.trim()}return n!==e}var qa={create:Fa,update:Fa},Wa=C((function(t){var e={},n=/;(?![^(]*\))/g,i=/:(.+)/;return t.split(n).forEach((function(t){if(t){var n=t.split(i);n.length>1&&(e[n[0].trim()]=n[1].trim())}})),e}));function Ga(t){var e=Ua(t.style);return t.staticStyle?L(t.staticStyle,e):e}function Ua(t){return Array.isArray(t)?N(t):"string"===typeof t?Wa(t):t}function Ya(t,e){var n,i={};if(e){var r=t;while(r.componentInstance)r=r.componentInstance._vnode,r&&r.data&&(n=Ga(r.data))&&L(i,n)}(n=Ga(t.data))&&L(i,n);var o=t;while(o=o.parent)o.data&&(n=Ga(o.data))&&L(i,n);return i}var Xa,Ka=/^--/,Za=/\s*!important$/,Ja=function(t,e,n){if(Ka.test(e))t.style.setProperty(e,n);else if(Za.test(n))t.style.setProperty(A(e),n.replace(Za,""),"important");else{var i=ts(e);if(Array.isArray(n))for(var r=0,o=n.length;r-1?e.split(is).forEach((function(e){return t.classList.add(e)})):t.classList.add(e);else{var n=" ".concat(t.getAttribute("class")||""," ");n.indexOf(" "+e+" ")<0&&t.setAttribute("class",(n+e).trim())}}function os(t,e){if(e&&(e=e.trim()))if(t.classList)e.indexOf(" ")>-1?e.split(is).forEach((function(e){return t.classList.remove(e)})):t.classList.remove(e),t.classList.length||t.removeAttribute("class");else{var n=" ".concat(t.getAttribute("class")||""," "),i=" "+e+" ";while(n.indexOf(i)>=0)n=n.replace(i," ");n=n.trim(),n?t.setAttribute("class",n):t.removeAttribute("class")}}function as(t){if(t){if("object"===typeof t){var e={};return!1!==t.css&&L(e,ss(t.name||"v")),L(e,t),e}return"string"===typeof t?ss(t):void 0}}var ss=C((function(t){return{enterClass:"".concat(t,"-enter"),enterToClass:"".concat(t,"-enter-to"),enterActiveClass:"".concat(t,"-enter-active"),leaveClass:"".concat(t,"-leave"),leaveToClass:"".concat(t,"-leave-to"),leaveActiveClass:"".concat(t,"-leave-active")}})),ls=tt&&!it,us="transition",cs="animation",hs="transition",ds="transitionend",fs="animation",ps="animationend";ls&&(void 0===window.ontransitionend&&void 0!==window.onwebkittransitionend&&(hs="WebkitTransition",ds="webkitTransitionEnd"),void 0===window.onanimationend&&void 0!==window.onwebkitanimationend&&(fs="WebkitAnimation",ps="webkitAnimationEnd"));var gs=tt?window.requestAnimationFrame?window.requestAnimationFrame.bind(window):setTimeout:function(t){return t()};function vs(t){gs((function(){gs(t)}))}function ms(t,e){var n=t._transitionClasses||(t._transitionClasses=[]);n.indexOf(e)<0&&(n.push(e),rs(t,e))}function ys(t,e){t._transitionClasses&&w(t._transitionClasses,e),os(t,e)}function bs(t,e,n){var i=xs(t,e),r=i.type,o=i.timeout,a=i.propCount;if(!r)return n();var s=r===us?ds:ps,l=0,u=function(){t.removeEventListener(s,c),n()},c=function(e){e.target===t&&++l>=a&&u()};setTimeout((function(){l0&&(n=us,c=a,h=o.length):e===cs?u>0&&(n=cs,c=u,h=l.length):(c=Math.max(a,u),n=c>0?a>u?us:cs:null,h=n?n===us?o.length:l.length:0);var d=n===us&&_s.test(i[hs+"Property"]);return{type:n,timeout:c,propCount:h,hasTransform:d}}function ws(t,e){while(t.length1}function Ms(t,e){!0!==e.data.show&&Ss(e)}var Ts=tt?{create:Ms,activate:Ms,remove:function(t,e){!0!==t.data.show?Cs(t,e):e()}}:{},As=[ka,Ta,Ba,qa,ns,Ts],Is=As.concat(wa),Es=pa({nodeOps:oa,modules:Is});it&&document.addEventListener("selectionchange",(function(){var t=document.activeElement;t&&t.vmodel&&Fs(t,"input")}));var Ds={inserted:function(t,e,n,i){"select"===n.tag?(i.elm&&!i.elm._vOptions?Fe(n,"postpatch",(function(){Ds.componentUpdated(t,e,n)})):Ps(t,e,n.context),t._vOptions=[].map.call(t.options,Rs)):("textarea"===n.tag||Wo(t.type))&&(t._vModifiers=e.modifiers,e.modifiers.lazy||(t.addEventListener("compositionstart",$s),t.addEventListener("compositionend",Bs),t.addEventListener("change",Bs),it&&(t.vmodel=!0)))},componentUpdated:function(t,e,n){if("select"===n.tag){Ps(t,e,n.context);var i=t._vOptions,r=t._vOptions=[].map.call(t.options,Rs);if(r.some((function(t,e){return!F(t,i[e])}))){var o=t.multiple?e.value.some((function(t){return Ns(t,r)})):e.value!==e.oldValue&&Ns(e.value,r);o&&Fs(t,"change")}}}};function Ps(t,e,n){Ls(t,e,n),(nt||rt)&&setTimeout((function(){Ls(t,e,n)}),0)}function Ls(t,e,n){var i=e.value,r=t.multiple;if(!r||Array.isArray(i)){for(var o,a,s=0,l=t.options.length;s-1,a.selected!==o&&(a.selected=o);else if(F(Rs(a),i))return void(t.selectedIndex!==s&&(t.selectedIndex=s));r||(t.selectedIndex=-1)}}function Ns(t,e){return e.every((function(e){return!F(e,t)}))}function Rs(t){return"_value"in t?t._value:t.value}function $s(t){t.target.composing=!0}function Bs(t){t.target.composing&&(t.target.composing=!1,Fs(t.target,"input"))}function Fs(t,e){var n=document.createEvent("HTMLEvents");n.initEvent(e,!0,!0),t.dispatchEvent(n)}function zs(t){return!t.componentInstance||t.data&&t.data.transition?t:zs(t.componentInstance._vnode)}var Vs={bind:function(t,e,n){var i=e.value;n=zs(n);var r=n.data&&n.data.transition,o=t.__vOriginalDisplay="none"===t.style.display?"":t.style.display;i&&r?(n.data.show=!0,Ss(n,(function(){t.style.display=o}))):t.style.display=i?o:"none"},update:function(t,e,n){var i=e.value,r=e.oldValue;if(!i!==!r){n=zs(n);var o=n.data&&n.data.transition;o?(n.data.show=!0,i?Ss(n,(function(){t.style.display=t.__vOriginalDisplay})):Cs(n,(function(){t.style.display="none"}))):t.style.display=i?t.__vOriginalDisplay:"none"}},unbind:function(t,e,n,i,r){r||(t.style.display=t.__vOriginalDisplay)}},Hs={model:Ds,show:Vs},qs={name:String,appear:Boolean,css:Boolean,mode:String,type:String,enterClass:String,leaveClass:String,enterToClass:String,leaveToClass:String,enterActiveClass:String,leaveActiveClass:String,appearClass:String,appearActiveClass:String,appearToClass:String,duration:[Number,String,Object]};function Ws(t){var e=t&&t.componentOptions;return e&&e.Ctor.options.abstract?Ws(En(e.children)):t}function Gs(t){var e={},n=t.$options;for(var i in n.propsData)e[i]=t[i];var r=n._parentListeners;for(var i in r)e[j(i)]=r[i];return e}function Us(t,e){if(/\d-keep-alive$/.test(e.tag))return t("keep-alive",{props:e.componentOptions.propsData})}function Ys(t){while(t=t.parent)if(t.data.transition)return!0}function Xs(t,e){return e.key===t.key&&e.tag===t.tag}var Ks=function(t){return t.tag||hn(t)},Zs=function(t){return"show"===t.name},Js={name:"transition",props:qs,abstract:!0,render:function(t){var e=this,n=this.$slots.default;if(n&&(n=n.filter(Ks),n.length)){0;var i=this.mode;0;var r=n[0];if(Ys(this.$vnode))return r;var o=Ws(r);if(!o)return r;if(this._leaving)return Us(t,r);var a="__transition-".concat(this._uid,"-");o.key=null==o.key?o.isComment?a+"comment":a+o.tag:u(o.key)?0===String(o.key).indexOf(a)?o.key:a+o.key:o.key;var s=(o.data||(o.data={})).transition=Gs(this),l=this._vnode,c=Ws(l);if(o.data.directives&&o.data.directives.some(Zs)&&(o.data.show=!0),c&&c.data&&!Xs(o,c)&&!hn(c)&&(!c.componentInstance||!c.componentInstance._vnode.isComment)){var h=c.data.transition=L({},s);if("out-in"===i)return this._leaving=!0,Fe(h,"afterLeave",(function(){e._leaving=!1,e.$forceUpdate()})),Us(t,r);if("in-out"===i){if(hn(o))return l;var d,f=function(){d()};Fe(s,"afterEnter",f),Fe(s,"enterCancelled",f),Fe(h,"delayLeave",(function(t){d=t}))}}return r}}},Qs=L({tag:String,moveClass:String},qs);delete Qs.mode;var tl={props:Qs,beforeMount:function(){var t=this,e=this._update;this._update=function(n,i){var r=Di(t);t.__patch__(t._vnode,t.kept,!1,!0),t._vnode=t.kept,r(),e.call(t,n,i)}},render:function(t){for(var e=this.tag||this.$vnode.data.tag||"span",n=Object.create(null),i=this.prevChildren=this.children,r=this.$slots.default||[],o=this.children=[],a=Gs(this),s=0;s30}},5913:function(t,e,n){"use strict";t.exports=function(t,e){return e?t.replace(/\/+$/,"")+"/"+e.replace(/^\/+/,""):t}},5928:function(t,e,n){var i=n("8f69");t.exports=Array.isArray||function(t){return"Array"==i(t)}},5936:function(t,e,n){"use strict";var i=n("74bc"),r=n("6e02");t.exports=i&&r((function(){return 42!==Object.defineProperty((function(){}),"prototype",{value:42,writable:!1}).prototype}))},"59ba":function(t,e,n){"use strict";t.exports=function(t,e){return function(){for(var n=new Array(arguments.length),i=0;ie+s&&a>i+s||at+s&&o>n+s||o=51||!r((function(){var t=[];return t[g]=!1,t.concat()[0]!==t})),m=function(t){if(!a(t))return!1;var e=t[g];return void 0!==e?!!e:o(t)},y=!v||!d("concat");i({target:"Array",proto:!0,arity:1,forced:y},{concat:function(t){var e,n,i,r,o,a=s(this),d=h(a,0),f=0;for(e=-1,i=arguments.length;e=this.select.multipleLimit&&this.select.multipleLimit>0)}},watch:{currentLabel:function(){this.created||this.select.remote||this.dispatch("ElSelect","setSelected")},value:function(t,e){var n=this.select,i=n.remote,r=n.valueKey;if(!this.created&&!i){if(r&&"object"===("undefined"===typeof t?"undefined":l(t))&&"object"===("undefined"===typeof e?"undefined":l(e))&&t[r]===e[r])return;this.dispatch("ElSelect","setSelected")}}},methods:{isEqual:function(t,e){if(this.isObject){var n=this.select.valueKey;return Object(s["getValueByPath"])(t,n)===Object(s["getValueByPath"])(e,n)}return t===e},contains:function(){var t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:[],e=arguments[1];if(this.isObject){var n=this.select.valueKey;return t&&t.some((function(t){return Object(s["getValueByPath"])(t,n)===Object(s["getValueByPath"])(e,n)}))}return t&&t.indexOf(e)>-1},handleGroupDisabled:function(t){this.groupDisabled=t},hoverItem:function(){this.disabled||this.groupDisabled||(this.select.hoverIndex=this.select.options.indexOf(this))},selectOptionClick:function(){!0!==this.disabled&&!0!==this.groupDisabled&&this.dispatch("ElSelect","handleOptionClick",[this,!0])},queryChange:function(t){this.visible=new RegExp(Object(s["escapeRegexpString"])(t),"i").test(this.currentLabel)||this.created,this.visible||this.select.filteredOptionsCount--}},created:function(){this.select.options.push(this),this.select.cachedOptions.push(this),this.select.optionsCount++,this.select.filteredOptionsCount++,this.$on("queryChange",this.queryChange),this.$on("handleGroupDisabled",this.handleGroupDisabled)},beforeDestroy:function(){var t=this.select,e=t.selected,n=t.multiple,i=n?e:[e],r=this.select.cachedOptions.indexOf(this),o=i.indexOf(this);r>-1&&o<0&&this.select.cachedOptions.splice(r,1),this.select.onOptionDestroy(this.select.options.indexOf(this))}},c=u,h=n(0),d=Object(h["a"])(c,i,r,!1,null,null,null);d.options.__file="packages/select/src/option.vue";e["a"]=d.exports},38:function(t,e){t.exports=n("ff56")},4:function(t,e){t.exports=n("3cb5")},5:function(t,e){t.exports=n("2fe8")},6:function(t,e){t.exports=n("9cc5")},62:function(t,e,n){"use strict";n.r(e);var i=function(){var t=this,e=t.$createElement,n=t._self._c||e;return n("div",{directives:[{name:"clickoutside",rawName:"v-clickoutside",value:t.handleClose,expression:"handleClose"}],staticClass:"el-select",class:[t.selectSize?"el-select--"+t.selectSize:""],on:{click:function(e){return e.stopPropagation(),t.toggleMenu(e)}}},[t.multiple?n("div",{ref:"tags",staticClass:"el-select__tags",style:{"max-width":t.inputWidth-32+"px",width:"100%"}},[t.collapseTags&&t.selected.length?n("span",[n("el-tag",{attrs:{closable:!t.selectDisabled,size:t.collapseTagSize,hit:t.selected[0].hitState,type:"info","disable-transitions":""},on:{close:function(e){t.deleteTag(e,t.selected[0])}}},[n("span",{staticClass:"el-select__tags-text"},[t._v(t._s(t.selected[0].currentLabel))])]),t.selected.length>1?n("el-tag",{attrs:{closable:!1,size:t.collapseTagSize,type:"info","disable-transitions":""}},[n("span",{staticClass:"el-select__tags-text"},[t._v("+ "+t._s(t.selected.length-1))])]):t._e()],1):t._e(),t.collapseTags?t._e():n("transition-group",{on:{"after-leave":t.resetInputHeight}},t._l(t.selected,(function(e){return n("el-tag",{key:t.getValueKey(e),attrs:{closable:!t.selectDisabled,size:t.collapseTagSize,hit:e.hitState,type:"info","disable-transitions":""},on:{close:function(n){t.deleteTag(n,e)}}},[n("span",{staticClass:"el-select__tags-text"},[t._v(t._s(e.currentLabel))])])})),1),t.filterable?n("input",{directives:[{name:"model",rawName:"v-model",value:t.query,expression:"query"}],ref:"input",staticClass:"el-select__input",class:[t.selectSize?"is-"+t.selectSize:""],style:{"flex-grow":"1",width:t.inputLength/(t.inputWidth-32)+"%","max-width":t.inputWidth-42+"px"},attrs:{type:"text",disabled:t.selectDisabled,autocomplete:t.autoComplete||t.autocomplete},domProps:{value:t.query},on:{focus:t.handleFocus,blur:function(e){t.softFocus=!1},keyup:t.managePlaceholder,keydown:[t.resetInputState,function(e){if(!("button"in e)&&t._k(e.keyCode,"down",40,e.key,["Down","ArrowDown"]))return null;e.preventDefault(),t.handleNavigate("next")},function(e){if(!("button"in e)&&t._k(e.keyCode,"up",38,e.key,["Up","ArrowUp"]))return null;e.preventDefault(),t.handleNavigate("prev")},function(e){return!("button"in e)&&t._k(e.keyCode,"enter",13,e.key,"Enter")?null:(e.preventDefault(),t.selectOption(e))},function(e){if(!("button"in e)&&t._k(e.keyCode,"esc",27,e.key,["Esc","Escape"]))return null;e.stopPropagation(),e.preventDefault(),t.visible=!1},function(e){return!("button"in e)&&t._k(e.keyCode,"delete",[8,46],e.key,["Backspace","Delete","Del"])?null:t.deletePrevTag(e)},function(e){if(!("button"in e)&&t._k(e.keyCode,"tab",9,e.key,"Tab"))return null;t.visible=!1}],compositionstart:t.handleComposition,compositionupdate:t.handleComposition,compositionend:t.handleComposition,input:[function(e){e.target.composing||(t.query=e.target.value)},t.debouncedQueryChange]}}):t._e()],1):t._e(),n("el-input",{ref:"reference",class:{"is-focus":t.visible},attrs:{type:"text",placeholder:t.currentPlaceholder,name:t.name,id:t.id,autocomplete:t.autoComplete||t.autocomplete,size:t.selectSize,disabled:t.selectDisabled,readonly:t.readonly,"validate-event":!1,tabindex:t.multiple&&t.filterable?"-1":null},on:{focus:t.handleFocus,blur:t.handleBlur,input:t.debouncedOnInputChange,compositionstart:t.handleComposition,compositionupdate:t.handleComposition,compositionend:t.handleComposition},nativeOn:{keydown:[function(e){if(!("button"in e)&&t._k(e.keyCode,"down",40,e.key,["Down","ArrowDown"]))return null;e.stopPropagation(),e.preventDefault(),t.handleNavigate("next")},function(e){if(!("button"in e)&&t._k(e.keyCode,"up",38,e.key,["Up","ArrowUp"]))return null;e.stopPropagation(),e.preventDefault(),t.handleNavigate("prev")},function(e){return!("button"in e)&&t._k(e.keyCode,"enter",13,e.key,"Enter")?null:(e.preventDefault(),t.selectOption(e))},function(e){if(!("button"in e)&&t._k(e.keyCode,"esc",27,e.key,["Esc","Escape"]))return null;e.stopPropagation(),e.preventDefault(),t.visible=!1},function(e){if(!("button"in e)&&t._k(e.keyCode,"tab",9,e.key,"Tab"))return null;t.visible=!1}],mouseenter:function(e){t.inputHovering=!0},mouseleave:function(e){t.inputHovering=!1}},model:{value:t.selectedLabel,callback:function(e){t.selectedLabel=e},expression:"selectedLabel"}},[t.$slots.prefix?n("template",{slot:"prefix"},[t._t("prefix")],2):t._e(),n("template",{slot:"suffix"},[n("i",{directives:[{name:"show",rawName:"v-show",value:!t.showClose,expression:"!showClose"}],class:["el-select__caret","el-input__icon","el-icon-"+t.iconClass]}),t.showClose?n("i",{staticClass:"el-select__caret el-input__icon el-icon-circle-close",on:{click:t.handleClearClick}}):t._e()])],2),n("transition",{attrs:{name:"el-zoom-in-top"},on:{"before-enter":t.handleMenuEnter,"after-leave":t.doDestroy}},[n("el-select-menu",{directives:[{name:"show",rawName:"v-show",value:t.visible&&!1!==t.emptyText,expression:"visible && emptyText !== false"}],ref:"popper",attrs:{"append-to-body":t.popperAppendToBody}},[n("el-scrollbar",{directives:[{name:"show",rawName:"v-show",value:t.options.length>0&&!t.loading,expression:"options.length > 0 && !loading"}],ref:"scrollbar",class:{"is-empty":!t.allowCreate&&t.query&&0===t.filteredOptionsCount},attrs:{tag:"ul","wrap-class":"el-select-dropdown__wrap","view-class":"el-select-dropdown__list"}},[t.showNewOption?n("el-option",{attrs:{value:t.query,created:""}}):t._e(),t._t("default")],2),t.emptyText&&(!t.allowCreate||t.loading||t.allowCreate&&0===t.options.length)?[t.$slots.empty?t._t("empty"):n("p",{staticClass:"el-select-dropdown__empty"},[t._v("\n "+t._s(t.emptyText)+"\n ")])]:t._e()],2)],1)],1)},r=[];i._withStripped=!0;var o=n(4),a=n.n(o),s=n(22),l=n.n(s),u=n(6),c=n.n(u),h=n(10),d=n.n(h),f=function(){var t=this,e=t.$createElement,n=t._self._c||e;return n("div",{staticClass:"el-select-dropdown el-popper",class:[{"is-multiple":t.$parent.multiple},t.popperClass],style:{minWidth:t.minWidth}},[t._t("default")],2)},p=[];f._withStripped=!0;var g=n(5),v=n.n(g),m={name:"ElSelectDropdown",componentName:"ElSelectDropdown",mixins:[v.a],props:{placement:{default:"bottom-start"},boundariesPadding:{default:0},popperOptions:{default:function(){return{gpuAcceleration:!1}}},visibleArrow:{default:!0},appendToBody:{type:Boolean,default:!0}},data:function(){return{minWidth:""}},computed:{popperClass:function(){return this.$parent.popperClass}},watch:{"$parent.inputWidth":function(){this.minWidth=this.$parent.$el.getBoundingClientRect().width+"px"}},mounted:function(){var t=this;this.referenceElm=this.$parent.$refs.reference.$el,this.$parent.popperElm=this.popperElm=this.$el,this.$on("updatePopper",(function(){t.$parent.visible&&t.updatePopper()})),this.$on("destroyPopper",this.destroyPopper)}},y=m,b=n(0),_=Object(b["a"])(y,f,p,!1,null,null,null);_.options.__file="packages/select/src/select-dropdown.vue";var x=_.exports,w=n(33),O=n(38),S=n.n(O),C=n(15),k=n.n(C),j=n(19),M=n.n(j),T=n(12),A=n.n(T),I=n(16),E=n(31),D=n.n(E),P=n(3),L={data:function(){return{hoverOption:-1}},computed:{optionsAllDisabled:function(){return this.options.filter((function(t){return t.visible})).every((function(t){return t.disabled}))}},watch:{hoverIndex:function(t){var e=this;"number"===typeof t&&t>-1&&(this.hoverOption=this.options[t]||{}),this.options.forEach((function(t){t.hover=e.hoverOption===t}))}},methods:{navigateOptions:function(t){var e=this;if(this.visible){if(0!==this.options.length&&0!==this.filteredOptionsCount&&!this.optionsAllDisabled){"next"===t?(this.hoverIndex++,this.hoverIndex===this.options.length&&(this.hoverIndex=0)):"prev"===t&&(this.hoverIndex--,this.hoverIndex<0&&(this.hoverIndex=this.options.length-1));var n=this.options[this.hoverIndex];!0!==n.disabled&&!0!==n.groupDisabled&&n.visible||this.navigateOptions(t),this.$nextTick((function(){return e.scrollToOption(e.hoverOption)}))}}else this.visible=!0}}},N=n(21),R={mixins:[a.a,c.a,l()("reference"),L],name:"ElSelect",componentName:"ElSelect",inject:{elForm:{default:""},elFormItem:{default:""}},provide:function(){return{select:this}},computed:{_elFormItemSize:function(){return(this.elFormItem||{}).elFormItemSize},readonly:function(){return!this.filterable||this.multiple||!Object(P["isIE"])()&&!Object(P["isEdge"])()&&!this.visible},showClose:function(){var t=this.multiple?Array.isArray(this.value)&&this.value.length>0:void 0!==this.value&&null!==this.value&&""!==this.value,e=this.clearable&&!this.selectDisabled&&this.inputHovering&&t;return e},iconClass:function(){return this.remote&&this.filterable?"":this.visible?"arrow-up is-reverse":"arrow-up"},debounce:function(){return this.remote?300:0},emptyText:function(){return this.loading?this.loadingText||this.t("el.select.loading"):(!this.remote||""!==this.query||0!==this.options.length)&&(this.filterable&&this.query&&this.options.length>0&&0===this.filteredOptionsCount?this.noMatchText||this.t("el.select.noMatch"):0===this.options.length?this.noDataText||this.t("el.select.noData"):null)},showNewOption:function(){var t=this,e=this.options.filter((function(t){return!t.created})).some((function(e){return e.currentLabel===t.query}));return this.filterable&&this.allowCreate&&""!==this.query&&!e},selectSize:function(){return this.size||this._elFormItemSize||(this.$ELEMENT||{}).size},selectDisabled:function(){return this.disabled||(this.elForm||{}).disabled},collapseTagSize:function(){return["small","mini"].indexOf(this.selectSize)>-1?"mini":"small"},propPlaceholder:function(){return"undefined"!==typeof this.placeholder?this.placeholder:this.t("el.select.placeholder")}},components:{ElInput:d.a,ElSelectMenu:x,ElOption:w["a"],ElTag:S.a,ElScrollbar:k.a},directives:{Clickoutside:A.a},props:{name:String,id:String,value:{required:!0},autocomplete:{type:String,default:"off"},autoComplete:{type:String,validator:function(t){return!0}},automaticDropdown:Boolean,size:String,disabled:Boolean,clearable:Boolean,filterable:Boolean,allowCreate:Boolean,loading:Boolean,popperClass:String,remote:Boolean,loadingText:String,noMatchText:String,noDataText:String,remoteMethod:Function,filterMethod:Function,multiple:Boolean,multipleLimit:{type:Number,default:0},placeholder:{type:String,required:!1},defaultFirstOption:Boolean,reserveKeyword:Boolean,valueKey:{type:String,default:"value"},collapseTags:Boolean,popperAppendToBody:{type:Boolean,default:!0}},data:function(){return{options:[],cachedOptions:[],createdLabel:null,createdSelected:!1,selected:this.multiple?[]:{},inputLength:20,inputWidth:0,initialInputHeight:0,cachedPlaceHolder:"",optionsCount:0,filteredOptionsCount:0,visible:!1,softFocus:!1,selectedLabel:"",hoverIndex:-1,query:"",previousQuery:null,inputHovering:!1,currentPlaceholder:"",menuVisibleOnFocus:!1,isOnComposition:!1,isSilentBlur:!1}},watch:{selectDisabled:function(){var t=this;this.$nextTick((function(){t.resetInputHeight()}))},propPlaceholder:function(t){this.cachedPlaceHolder=this.currentPlaceholder=t},value:function(t,e){this.multiple&&(this.resetInputHeight(),t&&t.length>0||this.$refs.input&&""!==this.query?this.currentPlaceholder="":this.currentPlaceholder=this.cachedPlaceHolder,this.filterable&&!this.reserveKeyword&&(this.query="",this.handleQueryChange(this.query))),this.setSelected(),this.filterable&&!this.multiple&&(this.inputLength=20),Object(P["valueEquals"])(t,e)||this.dispatch("ElFormItem","el.form.change",t)},visible:function(t){var e=this;t?(this.broadcast("ElSelectDropdown","updatePopper"),this.filterable&&(this.query=this.remote?"":this.selectedLabel,this.handleQueryChange(this.query),this.multiple?this.$refs.input.focus():(this.remote||(this.broadcast("ElOption","queryChange",""),this.broadcast("ElOptionGroup","queryChange")),this.selectedLabel&&(this.currentPlaceholder=this.selectedLabel,this.selectedLabel="")))):(this.broadcast("ElSelectDropdown","destroyPopper"),this.$refs.input&&this.$refs.input.blur(),this.query="",this.previousQuery=null,this.selectedLabel="",this.inputLength=20,this.menuVisibleOnFocus=!1,this.resetHoverIndex(),this.$nextTick((function(){e.$refs.input&&""===e.$refs.input.value&&0===e.selected.length&&(e.currentPlaceholder=e.cachedPlaceHolder)})),this.multiple||(this.selected&&(this.filterable&&this.allowCreate&&this.createdSelected&&this.createdLabel?this.selectedLabel=this.createdLabel:this.selectedLabel=this.selected.currentLabel,this.filterable&&(this.query=this.selectedLabel)),this.filterable&&(this.currentPlaceholder=this.cachedPlaceHolder))),this.$emit("visible-change",t)},options:function(){var t=this;if(!this.$isServer){this.$nextTick((function(){t.broadcast("ElSelectDropdown","updatePopper")})),this.multiple&&this.resetInputHeight();var e=this.$el.querySelectorAll("input");-1===[].indexOf.call(e,document.activeElement)&&this.setSelected(),this.defaultFirstOption&&(this.filterable||this.remote)&&this.filteredOptionsCount&&this.checkDefaultFirstOption()}}},methods:{handleNavigate:function(t){this.isOnComposition||this.navigateOptions(t)},handleComposition:function(t){var e=this,n=t.target.value;if("compositionend"===t.type)this.isOnComposition=!1,this.$nextTick((function(t){return e.handleQueryChange(n)}));else{var i=n[n.length-1]||"";this.isOnComposition=!Object(N["isKorean"])(i)}},handleQueryChange:function(t){var e=this;this.previousQuery===t||this.isOnComposition||(null!==this.previousQuery||"function"!==typeof this.filterMethod&&"function"!==typeof this.remoteMethod?(this.previousQuery=t,this.$nextTick((function(){e.visible&&e.broadcast("ElSelectDropdown","updatePopper")})),this.hoverIndex=-1,this.multiple&&this.filterable&&this.$nextTick((function(){var t=15*e.$refs.input.value.length+20;e.inputLength=e.collapseTags?Math.min(50,t):t,e.managePlaceholder(),e.resetInputHeight()})),this.remote&&"function"===typeof this.remoteMethod?(this.hoverIndex=-1,this.remoteMethod(t)):"function"===typeof this.filterMethod?(this.filterMethod(t),this.broadcast("ElOptionGroup","queryChange")):(this.filteredOptionsCount=this.optionsCount,this.broadcast("ElOption","queryChange",t),this.broadcast("ElOptionGroup","queryChange")),this.defaultFirstOption&&(this.filterable||this.remote)&&this.filteredOptionsCount&&this.checkDefaultFirstOption()):this.previousQuery=t)},scrollToOption:function(t){var e=Array.isArray(t)&&t[0]?t[0].$el:t.$el;if(this.$refs.popper&&e){var n=this.$refs.popper.$el.querySelector(".el-select-dropdown__wrap");D()(n,e)}this.$refs.scrollbar&&this.$refs.scrollbar.handleScroll()},handleMenuEnter:function(){var t=this;this.$nextTick((function(){return t.scrollToOption(t.selected)}))},emitChange:function(t){Object(P["valueEquals"])(this.value,t)||this.$emit("change",t)},getOption:function(t){for(var e=void 0,n="[object object]"===Object.prototype.toString.call(t).toLowerCase(),i="[object null]"===Object.prototype.toString.call(t).toLowerCase(),r="[object undefined]"===Object.prototype.toString.call(t).toLowerCase(),o=this.cachedOptions.length-1;o>=0;o--){var a=this.cachedOptions[o],s=n?Object(P["getValueByPath"])(a.value,this.valueKey)===Object(P["getValueByPath"])(t,this.valueKey):a.value===t;if(s){e=a;break}}if(e)return e;var l=n||i||r?"":String(t),u={value:t,currentLabel:l};return this.multiple&&(u.hitState=!1),u},setSelected:function(){var t=this;if(!this.multiple){var e=this.getOption(this.value);return e.created?(this.createdLabel=e.currentLabel,this.createdSelected=!0):this.createdSelected=!1,this.selectedLabel=e.currentLabel,this.selected=e,void(this.filterable&&(this.query=this.selectedLabel))}var n=[];Array.isArray(this.value)&&this.value.forEach((function(e){n.push(t.getOption(e))})),this.selected=n,this.$nextTick((function(){t.resetInputHeight()}))},handleFocus:function(t){this.softFocus?this.softFocus=!1:((this.automaticDropdown||this.filterable)&&(this.filterable&&!this.visible&&(this.menuVisibleOnFocus=!0),this.visible=!0),this.$emit("focus",t))},blur:function(){this.visible=!1,this.$refs.reference.blur()},handleBlur:function(t){var e=this;setTimeout((function(){e.isSilentBlur?e.isSilentBlur=!1:e.$emit("blur",t)}),50),this.softFocus=!1},handleClearClick:function(t){this.deleteSelected(t)},doDestroy:function(){this.$refs.popper&&this.$refs.popper.doDestroy()},handleClose:function(){this.visible=!1},toggleLastOptionHitState:function(t){if(Array.isArray(this.selected)){var e=this.selected[this.selected.length-1];if(e)return!0===t||!1===t?(e.hitState=t,t):(e.hitState=!e.hitState,e.hitState)}},deletePrevTag:function(t){if(t.target.value.length<=0&&!this.toggleLastOptionHitState()){var e=this.value.slice();e.pop(),this.$emit("input",e),this.emitChange(e)}},managePlaceholder:function(){""!==this.currentPlaceholder&&(this.currentPlaceholder=this.$refs.input.value?"":this.cachedPlaceHolder)},resetInputState:function(t){8!==t.keyCode&&this.toggleLastOptionHitState(!1),this.inputLength=15*this.$refs.input.value.length+20,this.resetInputHeight()},resetInputHeight:function(){var t=this;this.collapseTags&&!this.filterable||this.$nextTick((function(){if(t.$refs.reference){var e=t.$refs.reference.$el.childNodes,n=[].filter.call(e,(function(t){return"INPUT"===t.tagName}))[0],i=t.$refs.tags,r=i?Math.round(i.getBoundingClientRect().height):0,o=t.initialInputHeight||40;n.style.height=0===t.selected.length?o+"px":Math.max(i?r+(r>o?6:0):0,o)+"px",t.visible&&!1!==t.emptyText&&t.broadcast("ElSelectDropdown","updatePopper")}}))},resetHoverIndex:function(){var t=this;setTimeout((function(){t.multiple?t.selected.length>0?t.hoverIndex=Math.min.apply(null,t.selected.map((function(e){return t.options.indexOf(e)}))):t.hoverIndex=-1:t.hoverIndex=t.options.indexOf(t.selected)}),300)},handleOptionSelect:function(t,e){var n=this;if(this.multiple){var i=(this.value||[]).slice(),r=this.getValueIndex(i,t.value);r>-1?i.splice(r,1):(this.multipleLimit<=0||i.length0&&void 0!==arguments[0]?arguments[0]:[],e=arguments[1],n="[object object]"===Object.prototype.toString.call(e).toLowerCase();if(n){var i=this.valueKey,r=-1;return t.some((function(t,n){return Object(P["getValueByPath"])(t,i)===Object(P["getValueByPath"])(e,i)&&(r=n,!0)})),r}return t.indexOf(e)},toggleMenu:function(){this.selectDisabled||(this.menuVisibleOnFocus?this.menuVisibleOnFocus=!1:this.visible=!this.visible,this.visible&&(this.$refs.input||this.$refs.reference).focus())},selectOption:function(){this.visible?this.options[this.hoverIndex]&&this.handleOptionSelect(this.options[this.hoverIndex]):this.toggleMenu()},deleteSelected:function(t){t.stopPropagation();var e=this.multiple?[]:"";this.$emit("input",e),this.emitChange(e),this.visible=!1,this.$emit("clear")},deleteTag:function(t,e){var n=this.selected.indexOf(e);if(n>-1&&!this.selectDisabled){var i=this.value.slice();i.splice(n,1),this.$emit("input",i),this.emitChange(i),this.$emit("remove-tag",e.value)}t.stopPropagation()},onInputChange:function(){this.filterable&&this.query!==this.selectedLabel&&(this.query=this.selectedLabel,this.handleQueryChange(this.query))},onOptionDestroy:function(t){t>-1&&(this.optionsCount--,this.filteredOptionsCount--,this.options.splice(t,1))},resetInputWidth:function(){this.inputWidth=this.$refs.reference.$el.getBoundingClientRect().width},handleResize:function(){this.resetInputWidth(),this.multiple&&this.resetInputHeight()},checkDefaultFirstOption:function(){this.hoverIndex=-1;for(var t=!1,e=this.options.length-1;e>=0;e--)if(this.options[e].created){t=!0,this.hoverIndex=e;break}if(!t)for(var n=0;n!==this.options.length;++n){var i=this.options[n];if(this.query){if(!i.disabled&&!i.groupDisabled&&i.visible){this.hoverIndex=n;break}}else if(i.itemSelected){this.hoverIndex=n;break}}},getValueKey:function(t){return"[object object]"!==Object.prototype.toString.call(t.value).toLowerCase()?t.value:Object(P["getValueByPath"])(t.value,this.valueKey)}},created:function(){var t=this;this.cachedPlaceHolder=this.currentPlaceholder=this.propPlaceholder,this.multiple&&!Array.isArray(this.value)&&this.$emit("input",[]),!this.multiple&&Array.isArray(this.value)&&this.$emit("input",""),this.debouncedOnInputChange=M()(this.debounce,(function(){t.onInputChange()})),this.debouncedQueryChange=M()(this.debounce,(function(e){t.handleQueryChange(e.target.value)})),this.$on("handleOptionClick",this.handleOptionSelect),this.$on("setSelected",this.setSelected)},mounted:function(){var t=this;this.multiple&&Array.isArray(this.value)&&this.value.length>0&&(this.currentPlaceholder=""),Object(I["addResizeListener"])(this.$el,this.handleResize);var e=this.$refs.reference;if(e&&e.$el){var n={medium:36,small:32,mini:28},i=e.$el.querySelector("input");this.initialInputHeight=i.getBoundingClientRect().height||n[this.selectSize]}this.remote&&this.multiple&&this.resetInputHeight(),this.$nextTick((function(){e&&e.$el&&(t.inputWidth=e.$el.getBoundingClientRect().width)})),this.setSelected()},beforeDestroy:function(){this.$el&&this.handleResize&&Object(I["removeResizeListener"])(this.$el,this.handleResize)}},$=R,B=Object(b["a"])($,i,r,!1,null,null,null);B.options.__file="packages/select/src/select.vue";var F=B.exports;F.install=function(t){t.component(F.name,F)};e["default"]=F}})},"5e78":function(t,e,n){"use strict";n.d(e,"e",(function(){return o})),n.d(e,"b",(function(){return a})),n.d(e,"a",(function(){return s})),n.d(e,"d",(function(){return l})),n.d(e,"c",(function(){return u}));var i=n("e289"),r=1;i["a"].hasGlobalWindow&&(r=Math.max(window.devicePixelRatio||window.screen&&window.screen.deviceXDPI/window.screen.logicalXDPI||1,1));var o=r,a=.4,s="#333",l="#ccc",u="#eee"},"5ff5":function(t,e,n){"use strict";e.__esModule=!0;var i=i||{};i.Utils=i.Utils||{},i.Utils.focusFirstDescendant=function(t){for(var e=0;e=0;e--){var n=t.childNodes[e];if(i.Utils.attemptFocus(n)||i.Utils.focusLastDescendant(n))return!0}return!1},i.Utils.attemptFocus=function(t){if(!i.Utils.isFocusable(t))return!1;i.Utils.IgnoreUtilFocusChanges=!0;try{t.focus()}catch(e){}return i.Utils.IgnoreUtilFocusChanges=!1,document.activeElement===t},i.Utils.isFocusable=function(t){if(t.tabIndex>0||0===t.tabIndex&&null!==t.getAttribute("tabIndex"))return!0;if(t.disabled)return!1;switch(t.nodeName){case"A":return!!t.href&&"ignore"!==t.rel;case"INPUT":return"hidden"!==t.type&&"file"!==t.type;case"BUTTON":case"SELECT":case"TEXTAREA":return!0;default:return!1}},i.Utils.triggerEvent=function(t,e){var n=void 0;n=/^mouse|click/.test(e)?"MouseEvents":/^key/.test(e)?"KeyboardEvent":"HTMLEvents";for(var i=document.createEvent(n),r=arguments.length,o=Array(r>2?r-2:0),a=2;a>2]|=t[o]<>6,l[r++]=128|63&i):i<55296||i>=57344?(l[r++]=224|i>>12,l[r++]=128|i>>6&63,l[r++]=128|63&i):(i=65536+((1023&i)<<10|1023&t.charCodeAt(++o)),l[r++]=240|i>>18,l[r++]=128|i>>12&63,l[r++]=128|i>>6&63,l[r++]=128|63&i);else for(r=this.start;o>2]|=i<>2]|=(192|i>>6)<>2]|=(128|63&i)<=57344?(s[r>>2]|=(224|i>>12)<>2]|=(128|i>>6&63)<>2]|=(128|63&i)<>2]|=(240|i>>18)<>2]|=(128|i>>12&63)<>2]|=(128|i>>6&63)<>2]|=(128|63&i)<=64?(this.start=r-64,this.hash(),this.hashed=!0):this.start=r}return this.bytes>4294967295&&(this.hBytes+=this.bytes/4294967296<<0,this.bytes=this.bytes%4294967296),this}},Md5.prototype.finalize=function(){if(!this.finalized){this.finalized=!0;var t=this.blocks,e=this.lastByteIndex;t[e>>2]|=EXTRA[3&e],e>=56&&(this.hashed||this.hash(),t[0]=t[16],t[16]=t[1]=t[2]=t[3]=t[4]=t[5]=t[6]=t[7]=t[8]=t[9]=t[10]=t[11]=t[12]=t[13]=t[14]=t[15]=0),t[14]=this.bytes<<3,t[15]=this.hBytes<<3|this.bytes>>>29,this.hash()}},Md5.prototype.hash=function(){var t,e,n,i,r,o,a=this.blocks;this.first?(t=a[0]-680876937,t=(t<<7|t>>>25)-271733879<<0,i=(-1732584194^2004318071&t)+a[1]-117830708,i=(i<<12|i>>>20)+t<<0,n=(-271733879^i&(-271733879^t))+a[2]-1126478375,n=(n<<17|n>>>15)+i<<0,e=(t^n&(i^t))+a[3]-1316259209,e=(e<<22|e>>>10)+n<<0):(t=this.h0,e=this.h1,n=this.h2,i=this.h3,t+=(i^e&(n^i))+a[0]-680876936,t=(t<<7|t>>>25)+e<<0,i+=(n^t&(e^n))+a[1]-389564586,i=(i<<12|i>>>20)+t<<0,n+=(e^i&(t^e))+a[2]+606105819,n=(n<<17|n>>>15)+i<<0,e+=(t^n&(i^t))+a[3]-1044525330,e=(e<<22|e>>>10)+n<<0),t+=(i^e&(n^i))+a[4]-176418897,t=(t<<7|t>>>25)+e<<0,i+=(n^t&(e^n))+a[5]+1200080426,i=(i<<12|i>>>20)+t<<0,n+=(e^i&(t^e))+a[6]-1473231341,n=(n<<17|n>>>15)+i<<0,e+=(t^n&(i^t))+a[7]-45705983,e=(e<<22|e>>>10)+n<<0,t+=(i^e&(n^i))+a[8]+1770035416,t=(t<<7|t>>>25)+e<<0,i+=(n^t&(e^n))+a[9]-1958414417,i=(i<<12|i>>>20)+t<<0,n+=(e^i&(t^e))+a[10]-42063,n=(n<<17|n>>>15)+i<<0,e+=(t^n&(i^t))+a[11]-1990404162,e=(e<<22|e>>>10)+n<<0,t+=(i^e&(n^i))+a[12]+1804603682,t=(t<<7|t>>>25)+e<<0,i+=(n^t&(e^n))+a[13]-40341101,i=(i<<12|i>>>20)+t<<0,n+=(e^i&(t^e))+a[14]-1502002290,n=(n<<17|n>>>15)+i<<0,e+=(t^n&(i^t))+a[15]+1236535329,e=(e<<22|e>>>10)+n<<0,t+=(n^i&(e^n))+a[1]-165796510,t=(t<<5|t>>>27)+e<<0,i+=(e^n&(t^e))+a[6]-1069501632,i=(i<<9|i>>>23)+t<<0,n+=(t^e&(i^t))+a[11]+643717713,n=(n<<14|n>>>18)+i<<0,e+=(i^t&(n^i))+a[0]-373897302,e=(e<<20|e>>>12)+n<<0,t+=(n^i&(e^n))+a[5]-701558691,t=(t<<5|t>>>27)+e<<0,i+=(e^n&(t^e))+a[10]+38016083,i=(i<<9|i>>>23)+t<<0,n+=(t^e&(i^t))+a[15]-660478335,n=(n<<14|n>>>18)+i<<0,e+=(i^t&(n^i))+a[4]-405537848,e=(e<<20|e>>>12)+n<<0,t+=(n^i&(e^n))+a[9]+568446438,t=(t<<5|t>>>27)+e<<0,i+=(e^n&(t^e))+a[14]-1019803690,i=(i<<9|i>>>23)+t<<0,n+=(t^e&(i^t))+a[3]-187363961,n=(n<<14|n>>>18)+i<<0,e+=(i^t&(n^i))+a[8]+1163531501,e=(e<<20|e>>>12)+n<<0,t+=(n^i&(e^n))+a[13]-1444681467,t=(t<<5|t>>>27)+e<<0,i+=(e^n&(t^e))+a[2]-51403784,i=(i<<9|i>>>23)+t<<0,n+=(t^e&(i^t))+a[7]+1735328473,n=(n<<14|n>>>18)+i<<0,e+=(i^t&(n^i))+a[12]-1926607734,e=(e<<20|e>>>12)+n<<0,r=e^n,t+=(r^i)+a[5]-378558,t=(t<<4|t>>>28)+e<<0,i+=(r^t)+a[8]-2022574463,i=(i<<11|i>>>21)+t<<0,o=i^t,n+=(o^e)+a[11]+1839030562,n=(n<<16|n>>>16)+i<<0,e+=(o^n)+a[14]-35309556,e=(e<<23|e>>>9)+n<<0,r=e^n,t+=(r^i)+a[1]-1530992060,t=(t<<4|t>>>28)+e<<0,i+=(r^t)+a[4]+1272893353,i=(i<<11|i>>>21)+t<<0,o=i^t,n+=(o^e)+a[7]-155497632,n=(n<<16|n>>>16)+i<<0,e+=(o^n)+a[10]-1094730640,e=(e<<23|e>>>9)+n<<0,r=e^n,t+=(r^i)+a[13]+681279174,t=(t<<4|t>>>28)+e<<0,i+=(r^t)+a[0]-358537222,i=(i<<11|i>>>21)+t<<0,o=i^t,n+=(o^e)+a[3]-722521979,n=(n<<16|n>>>16)+i<<0,e+=(o^n)+a[6]+76029189,e=(e<<23|e>>>9)+n<<0,r=e^n,t+=(r^i)+a[9]-640364487,t=(t<<4|t>>>28)+e<<0,i+=(r^t)+a[12]-421815835,i=(i<<11|i>>>21)+t<<0,o=i^t,n+=(o^e)+a[15]+530742520,n=(n<<16|n>>>16)+i<<0,e+=(o^n)+a[2]-995338651,e=(e<<23|e>>>9)+n<<0,t+=(n^(e|~i))+a[0]-198630844,t=(t<<6|t>>>26)+e<<0,i+=(e^(t|~n))+a[7]+1126891415,i=(i<<10|i>>>22)+t<<0,n+=(t^(i|~e))+a[14]-1416354905,n=(n<<15|n>>>17)+i<<0,e+=(i^(n|~t))+a[5]-57434055,e=(e<<21|e>>>11)+n<<0,t+=(n^(e|~i))+a[12]+1700485571,t=(t<<6|t>>>26)+e<<0,i+=(e^(t|~n))+a[3]-1894986606,i=(i<<10|i>>>22)+t<<0,n+=(t^(i|~e))+a[10]-1051523,n=(n<<15|n>>>17)+i<<0,e+=(i^(n|~t))+a[1]-2054922799,e=(e<<21|e>>>11)+n<<0,t+=(n^(e|~i))+a[8]+1873313359,t=(t<<6|t>>>26)+e<<0,i+=(e^(t|~n))+a[15]-30611744,i=(i<<10|i>>>22)+t<<0,n+=(t^(i|~e))+a[6]-1560198380,n=(n<<15|n>>>17)+i<<0,e+=(i^(n|~t))+a[13]+1309151649,e=(e<<21|e>>>11)+n<<0,t+=(n^(e|~i))+a[4]-145523070,t=(t<<6|t>>>26)+e<<0,i+=(e^(t|~n))+a[11]-1120210379,i=(i<<10|i>>>22)+t<<0,n+=(t^(i|~e))+a[2]+718787259,n=(n<<15|n>>>17)+i<<0,e+=(i^(n|~t))+a[9]-343485551,e=(e<<21|e>>>11)+n<<0,this.first?(this.h0=t+1732584193<<0,this.h1=e-271733879<<0,this.h2=n-1732584194<<0,this.h3=i+271733878<<0,this.first=!1):(this.h0=this.h0+t<<0,this.h1=this.h1+e<<0,this.h2=this.h2+n<<0,this.h3=this.h3+i<<0)},Md5.prototype.hex=function(){this.finalize();var t=this.h0,e=this.h1,n=this.h2,i=this.h3;return HEX_CHARS[t>>4&15]+HEX_CHARS[15&t]+HEX_CHARS[t>>12&15]+HEX_CHARS[t>>8&15]+HEX_CHARS[t>>20&15]+HEX_CHARS[t>>16&15]+HEX_CHARS[t>>28&15]+HEX_CHARS[t>>24&15]+HEX_CHARS[e>>4&15]+HEX_CHARS[15&e]+HEX_CHARS[e>>12&15]+HEX_CHARS[e>>8&15]+HEX_CHARS[e>>20&15]+HEX_CHARS[e>>16&15]+HEX_CHARS[e>>28&15]+HEX_CHARS[e>>24&15]+HEX_CHARS[n>>4&15]+HEX_CHARS[15&n]+HEX_CHARS[n>>12&15]+HEX_CHARS[n>>8&15]+HEX_CHARS[n>>20&15]+HEX_CHARS[n>>16&15]+HEX_CHARS[n>>28&15]+HEX_CHARS[n>>24&15]+HEX_CHARS[i>>4&15]+HEX_CHARS[15&i]+HEX_CHARS[i>>12&15]+HEX_CHARS[i>>8&15]+HEX_CHARS[i>>20&15]+HEX_CHARS[i>>16&15]+HEX_CHARS[i>>28&15]+HEX_CHARS[i>>24&15]},Md5.prototype.toString=Md5.prototype.hex,Md5.prototype.digest=function(){this.finalize();var t=this.h0,e=this.h1,n=this.h2,i=this.h3;return[255&t,t>>8&255,t>>16&255,t>>24&255,255&e,e>>8&255,e>>16&255,e>>24&255,255&n,n>>8&255,n>>16&255,n>>24&255,255&i,i>>8&255,i>>16&255,i>>24&255]},Md5.prototype.array=Md5.prototype.digest,Md5.prototype.arrayBuffer=function(){this.finalize();var t=new ArrayBuffer(16),e=new Uint32Array(t);return e[0]=this.h0,e[1]=this.h1,e[2]=this.h2,e[3]=this.h3,t},Md5.prototype.buffer=Md5.prototype.arrayBuffer,Md5.prototype.base64=function(){for(var t,e,n,i="",r=this.array(),o=0;o<15;)t=r[o++],e=r[o++],n=r[o++],i+=BASE64_ENCODE_CHAR[t>>>2]+BASE64_ENCODE_CHAR[63&(t<<4|e>>>4)]+BASE64_ENCODE_CHAR[63&(e<<2|n>>>6)]+BASE64_ENCODE_CHAR[63&n];return t=r[o],i+=BASE64_ENCODE_CHAR[t>>>2]+BASE64_ENCODE_CHAR[t<<4&63]+"==",i};var exports=createMethod();COMMON_JS?module.exports=exports:(root.md5=exports,AMD&&(__WEBPACK_AMD_DEFINE_RESULT__=function(){return exports}.call(exports,__webpack_require__,exports,module),void 0===__WEBPACK_AMD_DEFINE_RESULT__||(module.exports=__WEBPACK_AMD_DEFINE_RESULT__)))})()}).call(this,__webpack_require__("e649"),__webpack_require__("a40a"))},6189:function(t,e,n){"use strict";var i=n("278d");t.exports=/ipad|iphone|ipod/i.test(i)&&"undefined"!=typeof Pebble},"625f":function(t,e,n){"use strict";n.d(e,"a",(function(){return a}));var i=n("51bf"),r="undefined"!==typeof Float32Array,o=r?Float32Array:Array;function a(t){return Object(i["isArray"])(t)?r?new Float32Array(t):t:new o(t)}},"62dc":function(t,e,n){"use strict";n.d(e,"a",(function(){return a})),n.d(e,"h",(function(){return l})),n.d(e,"c",(function(){return u})),n.d(e,"d",(function(){return c})),n.d(e,"e",(function(){return h})),n.d(e,"f",(function(){return f})),n.d(e,"g",(function(){return p})),n.d(e,"b",(function(){return g}));var i=n("51bf"),r=n("dbbe"),o=Object(r["o"])();function a(t,e,n,r,o){var a;if(e&&e.ecModel){var s=e.ecModel.getUpdatePayload();a=s&&s.animation}var l=e&&e.isAnimationEnabled(),u="update"===t;if(l){var c=void 0,h=void 0,d=void 0;r?(c=Object(i["retrieve2"])(r.duration,200),h=Object(i["retrieve2"])(r.easing,"cubicOut"),d=0):(c=e.getShallow(u?"animationDurationUpdate":"animationDuration"),h=e.getShallow(u?"animationEasingUpdate":"animationEasing"),d=e.getShallow(u?"animationDelayUpdate":"animationDelay")),a&&(null!=a.duration&&(c=a.duration),null!=a.easing&&(h=a.easing),null!=a.delay&&(d=a.delay)),Object(i["isFunction"])(d)&&(d=d(n,o)),Object(i["isFunction"])(c)&&(c=c(n));var f={duration:c||0,delay:d,easing:h};return f}return null}function s(t,e,n,r,o,s,l){var u,c=!1;Object(i["isFunction"])(o)?(l=s,s=o,o=null):Object(i["isObject"])(o)&&(s=o.cb,l=o.during,c=o.isFrom,u=o.removeOpt,o=o.dataIndex);var h="leave"===t;h||e.stopAnimation("leave");var d=a(t,r,o,h?u||{}:null,r&&r.getAnimationDelayParams?r.getAnimationDelayParams(e,o):null);if(d&&d.duration>0){var f=d.duration,p=d.delay,g=d.easing,v={duration:f,delay:p||0,easing:g,done:s,force:!!s||!!l,setToFinal:!h,scope:t,during:l};c?e.animateFrom(n,v):e.animateTo(n,v)}else e.stopAnimation(),!c&&e.attr(n),l&&l(1),s&&s()}function l(t,e,n,i,r,o){s("update",t,e,n,i,r,o)}function u(t,e,n,i,r,o){s("enter",t,e,n,i,r,o)}function c(t){if(!t.__zr)return!0;for(var e=0;el)i.f(t,n=a[l++],e[n]);return t}},"642f":function(t,e,n){"use strict";e.__esModule=!0;var i=n("f336"),r=o(i);function o(t){return t&&t.__esModule?t:{default:t}}e.default=r.default||function(t){for(var e=1;ee[1]&&(e[1]=t[1])},t.prototype.unionExtentFromData=function(t,e){this.unionExtent(t.getApproximateExtent(e))},t.prototype.getExtent=function(){return this._extent.slice()},t.prototype.setExtent=function(t,e){var n=this._extent;isNaN(t)||(n[0]=t),isNaN(e)||(n[1]=e)},t.prototype.isInExtentRange=function(t){return this._extent[0]<=t&&this._extent[1]>=t},t.prototype.isBlank=function(){return this._isBlank},t.prototype.setBlank=function(t){this._isBlank=t},t}();i["c"](r),e["a"]=r},6481:function(t,e,n){"use strict";var i=n("88eb"),r=n("d3a7"),o=n("8b7a"),a=function(t){return function(e,n,a){var s=i(e),l=o(s);if(0===l)return!t&&-1;var u,c=r(a,l);if(t&&n!==n){while(l>c)if(u=s[c++],u!==u)return!0}else for(;l>c;c++)if((t||c in s)&&s[c]===n)return t||c||0;return!t&&-1}};t.exports={includes:a(!0),indexOf:a(!1)}},"64e0":function(t,e,n){"use strict";e.__esModule=!0,e.default=function(t,e){var n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:300,i=arguments.length>3&&void 0!==arguments[3]&&arguments[3];if(!t||!e)throw new Error("instance & callback is required");var r=!1,o=function(){r||(r=!0,e&&e.apply(null,arguments))};i?t.$once("after-leave",o):t.$on("after-leave",o),setTimeout((function(){o()}),n+100)}},"65b8":function(t,e,n){"use strict";var i=n("74bc"),r=n("6e50"),o=Function.prototype,a=i&&Object.getOwnPropertyDescriptor,s=r(o,"name"),l=s&&"something"===function(){}.name,u=s&&(!i||i&&a(o,"name").configurable);t.exports={EXISTS:s,PROPER:l,CONFIGURABLE:u}},"666a":function(t,e,n){"use strict";n.d(e,"a",(function(){return s})),n.d(e,"b",(function(){return l}));var i=n("51bf"),r=n("2b35"),o=n("3fcc"),a=/\{@(.+?)\}/g,s=function(){function t(){}return t.prototype.getDataParams=function(t,e){var n=this.getData(e),i=this.getRawValue(t,e),r=n.getRawIndex(t),o=n.getName(t),a=n.getRawDataItem(t),s=n.getItemVisual(t,"style"),l=s&&s[n.getItemVisual(t,"drawType")||"fill"],u=s&&s.stroke,c=this.mainType,h="series"===c,d=n.userOutput&&n.userOutput.get();return{componentType:c,componentSubType:this.subType,componentIndex:this.componentIndex,seriesType:h?this.subType:null,seriesIndex:this.seriesIndex,seriesId:h?this.id:null,seriesName:h?this.name:null,name:o,dataIndex:r,data:a,dataType:e,value:i,color:l,borderColor:u,dimensionNames:d?d.fullDimensions:null,encode:d?d.encode:null,$vars:["seriesName","name","value"]}},t.prototype.getFormattedLabel=function(t,e,n,s,l,u){e=e||"normal";var c=this.getData(n),h=this.getDataParams(t,n);if(u&&(h.value=u.interpolatedValue),null!=s&&i["isArray"](h.value)&&(h.value=h.value[s]),!l){var d=c.getItemModel(t);l=d.get("normal"===e?["label","formatter"]:[e,"label","formatter"])}if(i["isFunction"](l))return h.status=e,h.dimensionIndex=s,l(h);if(i["isString"](l)){var f=Object(o["e"])(l,h);return f.replace(a,(function(e,n){var o=n.length,a=n;"["===a.charAt(0)&&"]"===a.charAt(o-1)&&(a=+a.slice(1,o-1));var s=Object(r["e"])(c,t,a);if(u&&i["isArray"](u.interpolatedValue)){var l=c.getDimensionIndex(a);l>=0&&(s=u.interpolatedValue[l])}return null!=s?s+"":""}))}},t.prototype.getRawValue=function(t,e){return Object(r["e"])(this.getData(e),t)},t.prototype.formatTooltip=function(t,e,n){},t}();function l(t){var e,n;return i["isObject"](t)?t.type&&(n=t):e=t,{text:e,frag:n}}},6685:function(t,e,n){"use strict";var i=n("ac02"),r=n("a644"),o=n("6e50"),a=n("3488"),s=n("f8ed"),l=n("09d9"),u=s("string-to-symbol-registry"),c=s("symbol-to-string-registry");i({target:"Symbol",stat:!0,forced:!l},{for:function(t){var e=a(t);if(o(u,e))return u[e];var n=r("Symbol")(e);return u[e]=n,c[n]=e,n}})},"66cf":function(t,e,n){"use strict";n.d(e,"c",(function(){return s})),n.d(e,"a",(function(){return d})),n.d(e,"b",(function(){return v}));var i=n("25e6"),r=n("51bf"),o=n("43fe"),a=/\{([a-zA-Z0-9_]+)\|([^}]*)\}/g;function s(t,e,n,i,r){var o={};return l(o,t,e,n,i,r),o.text}function l(t,e,n,i,r,o){if(!n)return t.text="",void(t.isTruncated=!1);var a=(e+"").split("\n");o=u(n,i,r,o);for(var s=!1,l={},h=0,d=a.length;h=l;c++)u-=l;var h=Object(o["f"])(n,e);return h>u&&(n="",h=0),u=t-h,a.ellipsis=n,a.ellipsisWidth=h,a.contentWidth=u,a.containerWidth=t,a}function c(t,e,n){var i=n.containerWidth,r=n.font,a=n.contentWidth;if(!i)return t.textLine="",void(t.isTruncated=!1);var s=Object(o["f"])(e,r);if(s<=i)return t.textLine=e,void(t.isTruncated=!1);for(var l=0;;l++){if(s<=a||l>=n.maxIterations){e+=n.ellipsis;break}var u=0===l?h(e,a,n.ascCharWidth,n.cnCharWidth):s>0?Math.floor(e.length*a/s):0;e=e.substr(0,u),s=Object(o["f"])(e,r)}""===e&&(e=n.placeholder),t.textLine=e,t.isTruncated=!0}function h(t,e,n,i){for(var r=0,o=0,a=t.length;oy&&p){var b=Math.floor(y/d);g=g||n.length>b,n=n.slice(0,b)}if(t&&l&&null!=v)for(var _=u(v,s,e.ellipsis,{minChar:e.truncateMinChar,placeholder:e.placeholder}),w={},O=0;Of&&m(n,t.substring(f,p),e,d),m(n,s[2],e,d,s[1]),f=a.lastIndex}fc){var N=n.lines.length;T>0?(k.tokens=k.tokens.slice(0,T),S(k,M,j),n.lines=n.lines.slice(0,C+1)):n.lines=n.lines.slice(0,C),n.isTruncated=n.isTruncated||n.lines.length0&&m+i.accumWidth>i.width&&(a=e.split("\n"),d=!0),i.accumWidth=m}else{var y=x(e,h,i.width,i.breakAll,i.accumWidth);i.accumWidth=y.accumWidth+v,s=y.linesWidths,a=y.lines}}else a=e.split("\n");for(var b=0;b=32&&e<=591||e>=880&&e<=4351||e>=4608&&e<=5119||e>=7680&&e<=8303}var b=Object(r["reduce"])(",&?/;] ".split(""),(function(t,e){return t[e]=!0,t}),{});function _(t){return!y(t)||!!b[t]}function x(t,e,n,i,r){for(var a=[],s=[],l="",u="",c=0,h=0,d=0;dn:r+h+p>n)?h?(l||u)&&(g?(l||(l=u,u="",c=0,h=c),a.push(l),s.push(h-c),u+=f,c+=p,l="",h=c):(u&&(l+=u,u="",c=0),a.push(l),s.push(h),l=f,h=p)):g?(a.push(u),s.push(c),u=f,c=p):(a.push(f),s.push(p)):(h+=p,g?(u+=f,c+=p):(u&&(l+=u,u="",c=0),l+=f))}else u&&(l+=u,h+=c),a.push(l),s.push(h),l="",u="",c=0,h=0}return a.length||l||(l=t,u="",c=0),u&&(l+=u),l&&(a.push(l),s.push(h)),1===a.length&&(h+=r),{accumWidth:h,lines:a,linesWidths:s}}},"671e":function(t,e,n){var i=n("0ac5"),r=Math.max,o=Math.min;t.exports=function(t,e){return t=i(t),t<0?r(t+e,0):o(t,e)}},6742:function(t,e,n){"use strict";n.d(e,"i",(function(){return r})),n.d(e,"f",(function(){return o})),n.d(e,"c",(function(){return a})),n.d(e,"e",(function(){return s})),n.d(e,"d",(function(){return l})),n.d(e,"g",(function(){return u})),n.d(e,"h",(function(){return c})),n.d(e,"a",(function(){return h})),n.d(e,"b",(function(){return d}));var i=n("51bf"),r=Object(i["createHashMap"])(["tooltip","label","itemName","itemId","itemGroupId","itemChildGroupId","seriesName"]),o="original",a="arrayRows",s="objectRows",l="keyedColumns",u="typedArray",c="unknown",h="column",d="row"},6764:function(t,e,n){"use strict";var i={}.propertyIsEnumerable,r=Object.getOwnPropertyDescriptor,o=r&&!i.call({1:2},1);e.f=o?function(t){var e=r(this,t);return!!e&&e.enumerable}:i},"67c4":function(t,e,n){"use strict";n.r(e),function(t){var n=function(){if("undefined"!==typeof Map)return Map;function t(t,e){var n=-1;return t.some((function(t,i){return t[0]===e&&(n=i,!0)})),n}return function(){function e(){this.__entries__=[]}return Object.defineProperty(e.prototype,"size",{get:function(){return this.__entries__.length},enumerable:!0,configurable:!0}),e.prototype.get=function(e){var n=t(this.__entries__,e),i=this.__entries__[n];return i&&i[1]},e.prototype.set=function(e,n){var i=t(this.__entries__,e);~i?this.__entries__[i][1]=n:this.__entries__.push([e,n])},e.prototype.delete=function(e){var n=this.__entries__,i=t(n,e);~i&&n.splice(i,1)},e.prototype.has=function(e){return!!~t(this.__entries__,e)},e.prototype.clear=function(){this.__entries__.splice(0)},e.prototype.forEach=function(t,e){void 0===e&&(e=null);for(var n=0,i=this.__entries__;n0},t.prototype.connect_=function(){i&&!this.connected_&&(document.addEventListener("transitionend",this.onTransitionEnd_),window.addEventListener("resize",this.refresh),c?(this.mutationsObserver_=new MutationObserver(this.refresh),this.mutationsObserver_.observe(document,{attributes:!0,childList:!0,characterData:!0,subtree:!0})):(document.addEventListener("DOMSubtreeModified",this.refresh),this.mutationEventsAdded_=!0),this.connected_=!0)},t.prototype.disconnect_=function(){i&&this.connected_&&(document.removeEventListener("transitionend",this.onTransitionEnd_),window.removeEventListener("resize",this.refresh),this.mutationsObserver_&&this.mutationsObserver_.disconnect(),this.mutationEventsAdded_&&document.removeEventListener("DOMSubtreeModified",this.refresh),this.mutationsObserver_=null,this.mutationEventsAdded_=!1,this.connected_=!1)},t.prototype.onTransitionEnd_=function(t){var e=t.propertyName,n=void 0===e?"":e,i=u.some((function(t){return!!~n.indexOf(t)}));i&&this.refresh()},t.getInstance=function(){return this.instance_||(this.instance_=new t),this.instance_},t.instance_=null,t}(),d=function(t,e){for(var n=0,i=Object.keys(e);n0},t}(),M="undefined"!==typeof WeakMap?new WeakMap:new n,T=function(){function t(e){if(!(this instanceof t))throw new TypeError("Cannot call a class as a function.");if(!arguments.length)throw new TypeError("1 argument required, but only 0 present.");var n=h.getInstance(),i=new j(e,n,this);M.set(this,i)}return t}();["observe","unobserve","disconnect"].forEach((function(t){T.prototype[t]=function(){var e;return(e=M.get(this))[t].apply(e,arguments)}}));var A=function(){return"undefined"!==typeof r.ResizeObserver?r.ResizeObserver:T}();e["default"]=A}.call(this,n("a40a"))},"67ee":function(t,e,n){"use strict";var i=n("50af"),r=n("5325"),o=function(){function t(){this.cx=0,this.cy=0,this.r=0}return t}(),a=function(t){function e(e){return t.call(this,e)||this}return Object(i["a"])(e,t),e.prototype.getDefaultShape=function(){return new o},e.prototype.buildPath=function(t,e){t.moveTo(e.cx+e.r,e.cy),t.arc(e.cx,e.cy,e.r,0,2*Math.PI)},e}(r["b"]);a.prototype.type="circle",e["a"]=a},6808:function(t,e,n){"use strict";var i=n("50af"),r=n("51bf"),o=n("86b3"),a=n("23bc"),s=n("0211"),l=n("dbbe"),u=n("e353"),c=Object(l["o"])(),h=function(t){function e(e,n,i){var r=t.call(this,e,n,i)||this;return r.uid=a["c"]("ec_cpt_model"),r}return Object(i["a"])(e,t),e.prototype.init=function(t,e,n){this.mergeDefaultAndTheme(t,n)},e.prototype.mergeDefaultAndTheme=function(t,e){var n=u["d"](this),i=n?u["f"](t):{},o=e.getTheme();r["merge"](t,o.get(this.mainType)),r["merge"](t,this.getDefaultOption()),n&&u["h"](t,i,n)},e.prototype.mergeOption=function(t,e){r["merge"](this.option,t,!0);var n=u["d"](this);n&&u["h"](this.option,t,n)},e.prototype.optionUpdated=function(t,e){},e.prototype.getDefaultOption=function(){var t=this.constructor;if(!Object(s["d"])(t))return t.defaultOption;var e=c(this);if(!e.defaultOption){var n=[],i=t;while(i){var o=i.prototype.defaultOption;o&&n.push(o),i=i.superClass}for(var a={},l=n.length-1;l>=0;l--)a=r["merge"](a,n[l],!0);e.defaultOption=a}return e.defaultOption},e.prototype.getReferringComponents=function(t,e){var n=t+"Index",i=t+"Id";return Object(l["v"])(this.ecModel,t,{index:this.get(n,!0),id:this.get(i,!0)},e)},e.prototype.getBoxLayoutParams=function(){var t=this;return{left:t.get("left"),top:t.get("top"),right:t.get("right"),bottom:t.get("bottom"),width:t.get("width"),height:t.get("height")}},e.prototype.getZLevelKey=function(){return""},e.prototype.setZLevel=function(t){this.option.zlevel=t},e.protoInitialize=function(){var t=e.prototype;t.type="component",t.id="",t.name="",t.mainType="",t.subType="",t.componentIndex=0}(),e}(o["a"]);function d(t){var e=[];return r["each"](h.getClassesByMainType(t),(function(t){e=e.concat(t.dependencies||t.prototype.dependencies||[])})),e=r["map"](e,(function(t){return Object(s["f"])(t).main})),"dataset"!==t&&r["indexOf"](e,"dataset")<=0&&e.unshift("dataset"),e}Object(s["e"])(h,o["a"]),Object(s["c"])(h),a["a"](h),a["b"](h,d),e["a"]=h},6840:function(t,e,n){"use strict";var i=n("50af"),r=n("5510"),o=n("7314"),a=n("51bf"),s=Object(a["defaults"])({x:0,y:0},r["b"]),l={style:Object(a["defaults"])({x:!0,y:!0,width:!0,height:!0,sx:!0,sy:!0,sWidth:!0,sHeight:!0},r["a"].style)};function u(t){return!!(t&&"string"!==typeof t&&t.width&&t.height)}var c=function(t){function e(){return null!==t&&t.apply(this,arguments)||this}return Object(i["a"])(e,t),e.prototype.createStyle=function(t){return Object(a["createObject"])(s,t)},e.prototype._getSize=function(t){var e=this.style,n=e[t];if(null!=n)return n;var i=u(e.image)?e.image:this.__image;if(!i)return 0;var r="width"===t?"height":"width",o=e[r];return null==o?i[t]:i[t]/i[r]*o},e.prototype.getWidth=function(){return this._getSize("width")},e.prototype.getHeight=function(){return this._getSize("height")},e.prototype.getAnimationStyleProps=function(){return l},e.prototype.getBoundingRect=function(){var t=this.style;return this._rect||(this._rect=new o["a"](t.x||0,t.y||0,this.getWidth(),this.getHeight())),this._rect},e}(r["c"]);c.prototype.type="image",e["a"]=c},"68c9":function(t,e,n){"use strict";t.exports="\t\n\v\f\r                 \u2028\u2029\ufeff"},"68d0":function(t,e,n){"use strict";var i=n("e04e"),r=Object;t.exports=function(t){return r(i(t))}},"68db":function(t,e,n){"use strict";var i=n("74bc"),r=n("dceb"),o=n("81e1"),a=n("6e02"),s=n("85ef"),l=n("1bdf"),u=n("6764"),c=n("68d0"),h=n("05b5"),d=Object.assign,f=Object.defineProperty,p=r([].concat);t.exports=!d||a((function(){if(i&&1!==d({b:1},d(f({},"a",{enumerable:!0,get:function(){f(this,"b",{value:3,enumerable:!1})}}),{b:2})).b)return!0;var t={},e={},n=Symbol("assign detection"),r="abcdefghijklmnopqrst";return t[n]=7,r.split("").forEach((function(t){e[t]=t})),7!==d({},t)[n]||s(d({},e)).join("")!==r}))?function(t,e){var n=c(t),r=arguments.length,a=1,d=l.f,f=u.f;while(r>a){var g,v=h(arguments[a++]),m=d?p(s(v),d(v)):s(v),y=m.length,b=0;while(y>b)g=m[b++],i&&!o(f,v,g)||(n[g]=v[g])}return n}:d},6927:function(t,e,n){"use strict";n.d(e,"a",(function(){return i})),n.d(e,"c",(function(){return r})),n.d(e,"b",(function(){return o}));var i=1,r=2,o=4},"698c":function(t,e,n){var i=n("ad4a"),r=n("a139");t.exports=Object.keys||function(t){return i(t,r)}},"69b5":function(t,e,n){n("4b7f"),n("e122"),t.exports=n("d7c5").f("iterator")},"6a5e":function(t,e,n){"use strict";var i=n("a644"),r=n("eb9a"),o=n("3571"),a=n("74bc"),s=o("species");t.exports=function(t){var e=i(t);a&&e&&!e[s]&&r(e,s,{configurable:!0,get:function(){return this}})}},"6ab8":function(t,e,n){var i=n("dea6");t.exports=function(t){return Object(i(t))}},"6b04":function(t,e,n){"use strict";n.r(e);var i=n("642f"),r=n.n(i),o=n("09ef"),a=n.n(o),s=/%[sdj%]/g,l=function(){};function u(){for(var t=arguments.length,e=Array(t),n=0;n=o)return t;switch(t){case"%s":return String(e[i++]);case"%d":return Number(e[i++]);case"%j":try{return JSON.stringify(e[i++])}catch(n){return"[Circular]"}break;default:return t}})),l=e[i];i()\[\]\\.,;:\s@"]+(\.[^<>()\[\]\\.,;:\s@"]+)*)|(".+"))@((\[[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}])|(([a-zA-Z\-0-9]+\.)+[a-zA-Z]{2,}))$/,url:new RegExp("^(?!mailto:)(?:(?:http|https|ftp)://|//)(?:\\S+(?::\\S*)?@)?(?:(?:(?:[1-9]\\d?|1\\d\\d|2[01]\\d|22[0-3])(?:\\.(?:1?\\d{1,2}|2[0-4]\\d|25[0-5])){2}(?:\\.(?:[0-9]\\d?|1\\d\\d|2[0-4]\\d|25[0-4]))|(?:(?:[a-z\\u00a1-\\uffff0-9]+-?)*[a-z\\u00a1-\\uffff0-9]+)(?:\\.(?:[a-z\\u00a1-\\uffff0-9]+-?)*[a-z\\u00a1-\\uffff0-9]+)*(?:\\.(?:[a-z\\u00a1-\\uffff]{2,})))|localhost)(?::\\d{2,5})?(?:(/|\\?|#)[^\\s]*)?$","i"),hex:/^#?([a-f0-9]{6}|[a-f0-9]{3})$/i},O={integer:function(t){return O.number(t)&&parseInt(t,10)===t},float:function(t){return O.number(t)&&!O.integer(t)},array:function(t){return Array.isArray(t)},regexp:function(t){if(t instanceof RegExp)return!0;try{return!!new RegExp(t)}catch(e){return!1}},date:function(t){return"function"===typeof t.getTime&&"function"===typeof t.getMonth&&"function"===typeof t.getYear},number:function(t){return!isNaN(t)&&"number"===typeof t},object:function(t){return"object"===("undefined"===typeof t?"undefined":a()(t))&&!O.array(t)},method:function(t){return"function"===typeof t},email:function(t){return"string"===typeof t&&!!t.match(w.email)&&t.length<255},url:function(t){return"string"===typeof t&&!!t.match(w.url)},hex:function(t){return"string"===typeof t&&!!t.match(w.hex)}};function S(t,e,n,i,r){if(t.required&&void 0===e)b(t,e,n,i,r);else{var o=["integer","float","array","regexp","object","method","email","number","date","url","hex"],s=t.type;o.indexOf(s)>-1?O[s](e)||i.push(u(r.messages.types[s],t.fullField,t.type)):s&&("undefined"===typeof e?"undefined":a()(e))!==t.type&&i.push(u(r.messages.types[s],t.fullField,t.type))}}var C=S;function k(t,e,n,i,r){var o="number"===typeof t.len,a="number"===typeof t.min,s="number"===typeof t.max,l=/[\uD800-\uDBFF][\uDC00-\uDFFF]/g,c=e,h=null,d="number"===typeof e,f="string"===typeof e,p=Array.isArray(e);if(d?h="number":f?h="string":p&&(h="array"),!h)return!1;p&&(c=e.length),f&&(c=e.replace(l,"_").length),o?c!==t.len&&i.push(u(r.messages[h].len,t.fullField,t.len)):a&&!s&&ct.max?i.push(u(r.messages[h].max,t.fullField,t.max)):a&&s&&(ct.max)&&i.push(u(r.messages[h].range,t.fullField,t.min,t.max))}var j=k,M="enum";function T(t,e,n,i,r){t[M]=Array.isArray(t[M])?t[M]:[],-1===t[M].indexOf(e)&&i.push(u(r.messages[M],t.fullField,t[M].join(", ")))}var A=T;function I(t,e,n,i,r){if(t.pattern)if(t.pattern instanceof RegExp)t.pattern.lastIndex=0,t.pattern.test(e)||i.push(u(r.messages.pattern.mismatch,t.fullField,e,t.pattern));else if("string"===typeof t.pattern){var o=new RegExp(t.pattern);o.test(e)||i.push(u(r.messages.pattern.mismatch,t.fullField,e,t.pattern))}}var E=I,D={required:b,whitespace:x,type:C,range:j,enum:A,pattern:E};function P(t,e,n,i,r){var o=[],a=t.required||!t.required&&i.hasOwnProperty(t.field);if(a){if(h(e,"string")&&!t.required)return n();D.required(t,e,i,o,r,"string"),h(e,"string")||(D.type(t,e,i,o,r),D.range(t,e,i,o,r),D.pattern(t,e,i,o,r),!0===t.whitespace&&D.whitespace(t,e,i,o,r))}n(o)}var L=P;function N(t,e,n,i,r){var o=[],a=t.required||!t.required&&i.hasOwnProperty(t.field);if(a){if(h(e)&&!t.required)return n();D.required(t,e,i,o,r),void 0!==e&&D.type(t,e,i,o,r)}n(o)}var R=N;function $(t,e,n,i,r){var o=[],a=t.required||!t.required&&i.hasOwnProperty(t.field);if(a){if(h(e)&&!t.required)return n();D.required(t,e,i,o,r),void 0!==e&&(D.type(t,e,i,o,r),D.range(t,e,i,o,r))}n(o)}var B=$;function F(t,e,n,i,r){var o=[],a=t.required||!t.required&&i.hasOwnProperty(t.field);if(a){if(h(e)&&!t.required)return n();D.required(t,e,i,o,r),void 0!==e&&D.type(t,e,i,o,r)}n(o)}var z=F;function V(t,e,n,i,r){var o=[],a=t.required||!t.required&&i.hasOwnProperty(t.field);if(a){if(h(e)&&!t.required)return n();D.required(t,e,i,o,r),h(e)||D.type(t,e,i,o,r)}n(o)}var H=V;function q(t,e,n,i,r){var o=[],a=t.required||!t.required&&i.hasOwnProperty(t.field);if(a){if(h(e)&&!t.required)return n();D.required(t,e,i,o,r),void 0!==e&&(D.type(t,e,i,o,r),D.range(t,e,i,o,r))}n(o)}var W=q;function G(t,e,n,i,r){var o=[],a=t.required||!t.required&&i.hasOwnProperty(t.field);if(a){if(h(e)&&!t.required)return n();D.required(t,e,i,o,r),void 0!==e&&(D.type(t,e,i,o,r),D.range(t,e,i,o,r))}n(o)}var U=G;function Y(t,e,n,i,r){var o=[],a=t.required||!t.required&&i.hasOwnProperty(t.field);if(a){if(h(e,"array")&&!t.required)return n();D.required(t,e,i,o,r,"array"),h(e,"array")||(D.type(t,e,i,o,r),D.range(t,e,i,o,r))}n(o)}var X=Y;function K(t,e,n,i,r){var o=[],a=t.required||!t.required&&i.hasOwnProperty(t.field);if(a){if(h(e)&&!t.required)return n();D.required(t,e,i,o,r),void 0!==e&&D.type(t,e,i,o,r)}n(o)}var Z=K,J="enum";function Q(t,e,n,i,r){var o=[],a=t.required||!t.required&&i.hasOwnProperty(t.field);if(a){if(h(e)&&!t.required)return n();D.required(t,e,i,o,r),e&&D[J](t,e,i,o,r)}n(o)}var tt=Q;function et(t,e,n,i,r){var o=[],a=t.required||!t.required&&i.hasOwnProperty(t.field);if(a){if(h(e,"string")&&!t.required)return n();D.required(t,e,i,o,r),h(e,"string")||D.pattern(t,e,i,o,r)}n(o)}var nt=et;function it(t,e,n,i,r){var o=[],a=t.required||!t.required&&i.hasOwnProperty(t.field);if(a){if(h(e)&&!t.required)return n();if(D.required(t,e,i,o,r),!h(e)){var s=void 0;s="number"===typeof e?new Date(e):e,D.type(t,s,i,o,r),s&&D.range(t,s.getTime(),i,o,r)}}n(o)}var rt=it;function ot(t,e,n,i,r){var o=[],s=Array.isArray(e)?"array":"undefined"===typeof e?"undefined":a()(e);D.required(t,e,i,o,r,s),n(o)}var at=ot;function st(t,e,n,i,r){var o=t.type,a=[],s=t.required||!t.required&&i.hasOwnProperty(t.field);if(s){if(h(e,o)&&!t.required)return n();D.required(t,e,i,a,r,o),h(e,o)||D.type(t,e,i,a,r)}n(a)}var lt=st,ut={string:L,method:R,number:B,boolean:z,regexp:H,integer:W,float:U,array:X,object:Z,enum:tt,pattern:nt,date:rt,url:lt,hex:lt,email:lt,required:at};function ct(){return{default:"Validation error on field %s",required:"%s is required",enum:"%s must be one of %s",whitespace:"%s cannot be empty",date:{format:"%s date %s is invalid for format %s",parse:"%s date could not be parsed, %s is invalid ",invalid:"%s date %s is invalid"},types:{string:"%s is not a %s",method:"%s is not a %s (function)",array:"%s is not an %s",object:"%s is not an %s",number:"%s is not a %s",date:"%s is not a %s",boolean:"%s is not a %s",integer:"%s is not an %s",float:"%s is not a %s",regexp:"%s is not a valid %s",email:"%s is not a valid %s",url:"%s is not a valid %s",hex:"%s is not a valid %s"},string:{len:"%s must be exactly %s characters",min:"%s must be at least %s characters",max:"%s cannot be longer than %s characters",range:"%s must be between %s and %s characters"},number:{len:"%s must equal %s",min:"%s cannot be less than %s",max:"%s cannot be greater than %s",range:"%s must be between %s and %s"},array:{len:"%s must be exactly %s in length",min:"%s cannot be less than %s in length",max:"%s cannot be greater than %s in length",range:"%s must be between %s and %s in length"},pattern:{mismatch:"%s value %s does not match pattern %s"},clone:function(){var t=JSON.parse(JSON.stringify(this));return t.clone=this.clone,t}}}var ht=ct();function dt(t){this.rules=null,this._messages=ht,this.define(t)}dt.prototype={messages:function(t){return t&&(this._messages=m(ct(),t)),this._messages},define:function(t){if(!t)throw new Error("Cannot configure a schema with no rules");if("object"!==("undefined"===typeof t?"undefined":a()(t))||Array.isArray(t))throw new Error("Rules must be an object");this.rules={};var e=void 0,n=void 0;for(e in t)t.hasOwnProperty(e)&&(n=t[e],this.rules[e]=Array.isArray(n)?n:[n])},validate:function(t){var e=this,n=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{},i=arguments[2],o=t,s=n,c=i;if("function"===typeof s&&(c=s,s={}),this.rules&&0!==Object.keys(this.rules).length){if(s.messages){var h=this.messages();h===ht&&(h=ct()),m(h,s.messages),s.messages=h}else s.messages=this.messages();var d=void 0,f=void 0,p={},y=s.keys||Object.keys(this.rules);y.forEach((function(n){d=e.rules[n],f=o[n],d.forEach((function(i){var a=i;"function"===typeof a.transform&&(o===t&&(o=r()({},o)),f=o[n]=a.transform(f)),a="function"===typeof a?{validator:a}:r()({},a),a.validator=e.getValidationMethod(a),a.field=n,a.fullField=a.fullField||n,a.type=e.getType(a),a.validator&&(p[n]=p[n]||[],p[n].push({rule:a,value:f,source:o,field:n}))}))}));var b={};g(p,s,(function(t,e){var n=t.rule,i=("object"===n.type||"array"===n.type)&&("object"===a()(n.fields)||"object"===a()(n.defaultField));function o(t,e){return r()({},e,{fullField:n.fullField+"."+t})}function c(){var a=arguments.length>0&&void 0!==arguments[0]?arguments[0]:[],c=a;if(Array.isArray(c)||(c=[c]),c.length&&l("async-validator:",c),c.length&&n.message&&(c=[].concat(n.message)),c=c.map(v(n)),s.first&&c.length)return b[n.field]=1,e(c);if(i){if(n.required&&!t.value)return c=n.message?[].concat(n.message).map(v(n)):s.error?[s.error(n,u(s.messages.required,n.field))]:[],e(c);var h={};if(n.defaultField)for(var d in t.value)t.value.hasOwnProperty(d)&&(h[d]=n.defaultField);for(var f in h=r()({},h,t.rule.fields),h)if(h.hasOwnProperty(f)){var p=Array.isArray(h[f])?h[f]:[h[f]];h[f]=p.map(o.bind(null,f))}var g=new dt(h);g.messages(s.messages),t.rule.options&&(t.rule.options.messages=s.messages,t.rule.options.error=s.error),g.validate(t.value,t.rule.options||s,(function(t){e(t&&t.length?c.concat(t):t)}))}else e(c)}i=i&&(n.required||!n.required&&t.value),n.field=t.field;var h=n.validator(n,t.value,c,t.source,s);h&&h.then&&h.then((function(){return c()}),(function(t){return c(t)}))}),(function(t){_(t)}))}else c&&c();function _(t){var e=void 0,n=void 0,i=[],r={};function o(t){Array.isArray(t)?i=i.concat.apply(i,t):i.push(t)}for(e=0;e0&&(i.name=r+(a-1)),a++,e.set(r,a)}}function p(t,e,n,i){var r=Math.max(t.dimensionsDetectedCount||1,e.length,n.length,i||0);return Object(o["each"])(e,(function(t){var e;Object(o["isObject"])(t)&&(e=t.dimsDef)&&(r=Math.max(r,e.length))})),r}function g(t,e,n){if(n||e.hasKey(t)){var i=0;while(e.hasKey(t+i))i++;t+=i}return e.set(t,!0),t}},"6f09":function(t,e){t.exports={}},"6fc1":function(t,e,n){"use strict";var i=n("ac02"),r=n("b7bc"),o=n("6e02"),a=n("1bdf"),s=n("68d0"),l=!r||o((function(){a.f(1)}));i({target:"Object",stat:!0,forced:l},{getOwnPropertySymbols:function(t){var e=a.f;return e?e(s(t)):[]}})},"6fdf":function(t,e,n){"use strict";var i=n("6e02"),r=n("8279"),o=r.RegExp,a=i((function(){var t=o("a","y");return t.lastIndex=2,null!==t.exec("abcd")})),s=a||i((function(){return!o("a","y").sticky})),l=a||i((function(){var t=o("^r","gy");return t.lastIndex=2,null!==t.exec("str")}));t.exports={BROKEN_CARET:l,MISSED_STICKY:s,UNSUPPORTED_Y:a}},7097:function(t,e,n){"use strict";n.d(e,"a",(function(){return r}));n("db42"),n("a8fc"),n("cf45"),n("fd0c"),n("e382"),n("c992"),n("0899"),n("18e3"),n("89f0"),n("83a4"),n("cc69"),n("bef7"),n("f1eb"),n("2d93"),n("5341"),n("32ff"),n("76c1"),n("2fa8"),n("b2d9"),n("b83f"),n("7b61"),n("e40f"),n("8b2b");var i=n("11c1");function r(){ +/*! regenerator-runtime -- Copyright (c) 2014-present, Facebook, Inc. -- license (MIT): https://github.com/facebook/regenerator/blob/main/LICENSE */ +r=function(){return e};var t,e={},n=Object.prototype,o=n.hasOwnProperty,a=Object.defineProperty||function(t,e,n){t[e]=n.value},s="function"==typeof Symbol?Symbol:{},l=s.iterator||"@@iterator",u=s.asyncIterator||"@@asyncIterator",c=s.toStringTag||"@@toStringTag";function h(t,e,n){return Object.defineProperty(t,e,{value:n,enumerable:!0,configurable:!0,writable:!0}),t[e]}try{h({},"")}catch(t){h=function(t,e,n){return t[e]=n}}function d(t,e,n,i){var r=e&&e.prototype instanceof b?e:b,o=Object.create(r.prototype),s=new E(i||[]);return a(o,"_invoke",{value:M(t,n,s)}),o}function f(t,e,n){try{return{type:"normal",arg:t.call(e,n)}}catch(t){return{type:"throw",arg:t}}}e.wrap=d;var p="suspendedStart",g="suspendedYield",v="executing",m="completed",y={};function b(){}function _(){}function x(){}var w={};h(w,l,(function(){return this}));var O=Object.getPrototypeOf,S=O&&O(O(D([])));S&&S!==n&&o.call(S,l)&&(w=S);var C=x.prototype=b.prototype=Object.create(w);function k(t){["next","throw","return"].forEach((function(e){h(t,e,(function(t){return this._invoke(e,t)}))}))}function j(t,e){function n(r,a,s,l){var u=f(t[r],t,a);if("throw"!==u.type){var c=u.arg,h=c.value;return h&&"object"==Object(i["a"])(h)&&o.call(h,"__await")?e.resolve(h.__await).then((function(t){n("next",t,s,l)}),(function(t){n("throw",t,s,l)})):e.resolve(h).then((function(t){c.value=t,s(c)}),(function(t){return n("throw",t,s,l)}))}l(u.arg)}var r;a(this,"_invoke",{value:function(t,i){function o(){return new e((function(e,r){n(t,i,e,r)}))}return r=r?r.then(o,o):o()}})}function M(e,n,i){var r=p;return function(o,a){if(r===v)throw Error("Generator is already running");if(r===m){if("throw"===o)throw a;return{value:t,done:!0}}for(i.method=o,i.arg=a;;){var s=i.delegate;if(s){var l=T(s,i);if(l){if(l===y)continue;return l}}if("next"===i.method)i.sent=i._sent=i.arg;else if("throw"===i.method){if(r===p)throw r=m,i.arg;i.dispatchException(i.arg)}else"return"===i.method&&i.abrupt("return",i.arg);r=v;var u=f(e,n,i);if("normal"===u.type){if(r=i.done?m:g,u.arg===y)continue;return{value:u.arg,done:i.done}}"throw"===u.type&&(r=m,i.method="throw",i.arg=u.arg)}}}function T(e,n){var i=n.method,r=e.iterator[i];if(r===t)return n.delegate=null,"throw"===i&&e.iterator["return"]&&(n.method="return",n.arg=t,T(e,n),"throw"===n.method)||"return"!==i&&(n.method="throw",n.arg=new TypeError("The iterator does not provide a '"+i+"' method")),y;var o=f(r,e.iterator,n.arg);if("throw"===o.type)return n.method="throw",n.arg=o.arg,n.delegate=null,y;var a=o.arg;return a?a.done?(n[e.resultName]=a.value,n.next=e.nextLoc,"return"!==n.method&&(n.method="next",n.arg=t),n.delegate=null,y):a:(n.method="throw",n.arg=new TypeError("iterator result is not an object"),n.delegate=null,y)}function A(t){var e={tryLoc:t[0]};1 in t&&(e.catchLoc=t[1]),2 in t&&(e.finallyLoc=t[2],e.afterLoc=t[3]),this.tryEntries.push(e)}function I(t){var e=t.completion||{};e.type="normal",delete e.arg,t.completion=e}function E(t){this.tryEntries=[{tryLoc:"root"}],t.forEach(A,this),this.reset(!0)}function D(e){if(e||""===e){var n=e[l];if(n)return n.call(e);if("function"==typeof e.next)return e;if(!isNaN(e.length)){var r=-1,a=function n(){for(;++r=0;--r){var a=this.tryEntries[r],s=a.completion;if("root"===a.tryLoc)return i("end");if(a.tryLoc<=this.prev){var l=o.call(a,"catchLoc"),u=o.call(a,"finallyLoc");if(l&&u){if(this.prev=0;--n){var i=this.tryEntries[n];if(i.tryLoc<=this.prev&&o.call(i,"finallyLoc")&&this.prev=0;--e){var n=this.tryEntries[e];if(n.finallyLoc===t)return this.complete(n.completion,n.afterLoc),I(n),y}},catch:function(t){for(var e=this.tryEntries.length-1;e>=0;--e){var n=this.tryEntries[e];if(n.tryLoc===t){var i=n.completion;if("throw"===i.type){var r=i.arg;I(n)}return r}}throw Error("illegal catch attempt")},delegateYield:function(e,n,i){return this.delegate={iterator:D(e),resultName:n,nextLoc:i},"next"===this.method&&(this.arg=t),y}},e}},"70b1":function(t,e,n){"use strict";var i=n("ac02"),r=n("74bc"),o=n("9b20"),a=n("88eb"),s=n("7847"),l=n("b15f");i({target:"Object",stat:!0,sham:!r},{getOwnPropertyDescriptors:function(t){var e,n,i=a(t),r=s.f,u=o(i),c={},h=0;while(u.length>h)n=r(i,e=u[h++]),void 0!==n&&l(c,e,n);return c}})},"70e4":function(t,e,n){"use strict";var i=n("50af"),r=n("5325"),o=n("02d6"),a=n("e8c6"),s=[],l=function(){function t(){this.x1=0,this.y1=0,this.x2=0,this.y2=0,this.cpx1=0,this.cpy1=0,this.percent=1}return t}();function u(t,e,n){var i=t.cpx2,r=t.cpy2;return null!=i||null!=r?[(n?a["b"]:a["a"])(t.x1,t.cpx1,t.cpx2,t.x2,e),(n?a["b"]:a["a"])(t.y1,t.cpy1,t.cpy2,t.y2,e)]:[(n?a["i"]:a["h"])(t.x1,t.cpx1,t.x2,e),(n?a["i"]:a["h"])(t.y1,t.cpy1,t.y2,e)]}var c=function(t){function e(e){return t.call(this,e)||this}return Object(i["a"])(e,t),e.prototype.getDefaultStyle=function(){return{stroke:"#000",fill:null}},e.prototype.getDefaultShape=function(){return new l},e.prototype.buildPath=function(t,e){var n=e.x1,i=e.y1,r=e.x2,o=e.y2,l=e.cpx1,u=e.cpy1,c=e.cpx2,h=e.cpy2,d=e.percent;0!==d&&(t.moveTo(n,i),null==c||null==h?(d<1&&(Object(a["n"])(n,l,r,d,s),l=s[1],r=s[2],Object(a["n"])(i,u,o,d,s),u=s[1],o=s[2]),t.quadraticCurveTo(l,u,r,o)):(d<1&&(Object(a["g"])(n,l,c,r,d,s),l=s[1],c=s[2],r=s[3],Object(a["g"])(i,u,h,o,d,s),u=s[1],h=s[2],o=s[3]),t.bezierCurveTo(l,u,c,h,r,o)))},e.prototype.pointAt=function(t){return u(this.shape,t,!1)},e.prototype.tangentAt=function(t){var e=u(this.shape,t,!0);return o["normalize"](e,e)},e}(r["b"]);c.prototype.type="bezier-curve",e["a"]=c},7299:function(t,e,n){"use strict";function i(t){return null==t?0:t.length||1}function r(t){return t}var o=function(){function t(t,e,n,i,o,a){this._old=t,this._new=e,this._oldKeyGetter=n||r,this._newKeyGetter=i||r,this.context=o,this._diffModeMultiple="multiple"===a}return t.prototype.add=function(t){return this._add=t,this},t.prototype.update=function(t){return this._update=t,this},t.prototype.updateManyToOne=function(t){return this._updateManyToOne=t,this},t.prototype.updateOneToMany=function(t){return this._updateOneToMany=t,this},t.prototype.updateManyToMany=function(t){return this._updateManyToMany=t,this},t.prototype.remove=function(t){return this._remove=t,this},t.prototype.execute=function(){this[this._diffModeMultiple?"_executeMultiple":"_executeOneToOne"]()},t.prototype._executeOneToOne=function(){var t=this._old,e=this._new,n={},r=new Array(t.length),o=new Array(e.length);this._initIndexMap(t,null,r,"_oldKeyGetter"),this._initIndexMap(e,n,o,"_newKeyGetter");for(var a=0;a1){var c=l.shift();1===l.length&&(n[s]=l[0]),this._update&&this._update(c,a)}else 1===u?(n[s]=null,this._update&&this._update(l,a)):this._remove&&this._remove(a)}this._performRestAdd(o,n)},t.prototype._executeMultiple=function(){var t=this._old,e=this._new,n={},r={},o=[],a=[];this._initIndexMap(t,n,o,"_oldKeyGetter"),this._initIndexMap(e,r,a,"_newKeyGetter");for(var s=0;s1&&1===d)this._updateManyToOne&&this._updateManyToOne(c,u),r[l]=null;else if(1===h&&d>1)this._updateOneToMany&&this._updateOneToMany(c,u),r[l]=null;else if(1===h&&1===d)this._update&&this._update(c,u),r[l]=null;else if(h>1&&d>1)this._updateManyToMany&&this._updateManyToMany(c,u),r[l]=null;else if(h>1)for(var f=0;f1)for(var s=0;s=0&&i(u)?u:.5;var c=t.createRadialGradient(s,l,0,s,l,u);return c}function a(t,e,n){for(var i="radial"===e.type?o(t,e,n):r(t,e,n),a=e.colorStops,s=0;sm&&(m=w,ym&&(m=O,_=n.x&&t<=n.x+n.width&&e>=n.y&&e<=n.y+n.height},t.prototype.clone=function(){return new t(this.x,this.y,this.width,this.height)},t.prototype.copy=function(e){t.copy(this,e)},t.prototype.plain=function(){return{x:this.x,y:this.y,width:this.width,height:this.height}},t.prototype.isFinite=function(){return isFinite(this.x)&&isFinite(this.y)&&isFinite(this.width)&&isFinite(this.height)},t.prototype.isZero=function(){return 0===this.width||0===this.height},t.create=function(e){return new t(e.x,e.y,e.width,e.height)},t.copy=function(t,e){t.x=e.x,t.y=e.y,t.width=e.width,t.height=e.height},t.applyTransform=function(e,n,i){if(i){if(i[1]<1e-5&&i[1]>-1e-5&&i[2]<1e-5&&i[2]>-1e-5){var r=i[0],h=i[3],d=i[4],f=i[5];return e.x=n.x*r+d,e.y=n.y*h+f,e.width=n.width*r,e.height=n.height*h,e.width<0&&(e.x+=e.width,e.width=-e.width),void(e.height<0&&(e.y+=e.height,e.height=-e.height))}s.x=u.x=n.x,s.y=c.y=n.y,l.x=c.x=n.x+n.width,l.y=u.y=n.y+n.height,s.transform(i),c.transform(i),l.transform(i),u.transform(i),e.x=o(s.x,l.x,u.x,c.x),e.y=o(s.y,l.y,u.y,c.y);var p=a(s.x,l.x,u.x,c.x),g=a(s.y,l.y,u.y,c.y);e.width=p-e.x,e.height=g-e.y}else e!==n&&t.copy(e,n)},t}();e["a"]=f},"743e":function(t,e,n){"use strict";var i,r=n("b919"),o=n("467a"),a=n("2297"),s=n("38f4"),l=n("4404"),u=n("bb35"),c=n("6453"),h=">",d="<",f="prototype",p="script",g=c("IE_PROTO"),v=function(){},m=function(t){return d+p+h+t+d+"/"+p+h},y=function(t){t.write(m("")),t.close();var e=t.parentWindow.Object;return t=null,e},b=function(){var t,e=u("iframe"),n="java"+p+":";return e.style.display="none",l.appendChild(e),e.src=String(n),t=e.contentWindow.document,t.open(),t.write(m("document.F=Object")),t.close(),t.F},_=function(){try{i=new ActiveXObject("htmlfile")}catch(e){}_="undefined"!=typeof document?document.domain&&i?y(i):b():y(i);var t=a.length;while(t--)delete _[f][a[t]];return _()};s[g]=!0,t.exports=Object.create||function(t,e){var n;return null!==t?(v[f]=r(t),n=new v,v[f]=null,n[g]=t):n=_(),void 0===e?n:o.f(n,e)}},"74bc":function(t,e,n){"use strict";var i=n("6e02");t.exports=!i((function(){return 7!==Object.defineProperty({},1,{get:function(){return 7}})[1]}))},7631:function(t,e,n){"use strict";var i=n("c32f").f,r=n("6e50"),o=n("3571"),a=o("toStringTag");t.exports=function(t,e,n){t&&!n&&(t=t.prototype),t&&!r(t,a)&&i(t,a,{configurable:!0,value:e})}},"763b":function(t,e,n){"use strict";var i=n("a61e"),r=TypeError;t.exports=function(t){if(i(t))throw new r("The method doesn't accept regular expressions");return t}},7685:function(t,e,n){"use strict";var i=n("38d3"),r=Function.prototype,o=r.apply,a=r.call;t.exports="object"==typeof Reflect&&Reflect.apply||(i?a.bind(o):function(){return a.apply(o,arguments)})},"76c1":function(t,e,n){"use strict";var i=n("ac02"),r=n("6e02"),o=n("68d0"),a=n("9ccb"),s=n("c315"),l=r((function(){a(1)}));i({target:"Object",stat:!0,forced:l,sham:!s},{getPrototypeOf:function(t){return a(o(t))}})},7762:function(t,e,n){var i=n("20e7"),r=n("ae47");t.exports={throttle:i,debounce:r}},"779b":function(t,e,n){"use strict";n.d(e,"b",(function(){return a})),n.d(e,"a",(function(){return l}));var i=n("51bf"),r=n("6742"),o=function(){function t(t,e){this._encode=t,this._schema=e}return t.prototype.get=function(){return{fullDimensions:this._getFullDimensionNames(),encode:this._encode}},t.prototype._getFullDimensionNames=function(){return this._cachedDimNames||(this._cachedDimNames=this._schema?this._schema.makeOutputDimensionNames():[]),this._cachedDimNames},t}();function a(t,e){var n={},a=n.encode={},l=Object(i["createHashMap"])(),c=[],h=[],d={};Object(i["each"])(t.dimensions,(function(e){var n=t.getDimensionInfo(e),i=n.coordDim;if(i){0;var o=n.coordDimIndex;s(a,i)[o]=e,n.isExtraCoord||(l.set(i,1),u(n.type)&&(c[0]=e),s(d,i)[o]=t.getDimensionIndex(n.name)),n.defaultTooltip&&h.push(e)}r["i"].each((function(t,e){var i=s(a,e),r=n.otherDims[e];null!=r&&!1!==r&&(i[r]=n.name)}))}));var f=[],p={};l.each((function(t,e){var n=a[e];p[e]=n[0],f=f.concat(n)})),n.dataDimsOnCoord=f,n.dataDimIndicesOnCoord=Object(i["map"])(f,(function(e){return t.getDimensionInfo(e).storeDimIndex})),n.encodeFirstDimNotExtra=p;var g=a.label;g&&g.length&&(c=g.slice());var v=a.tooltip;return v&&v.length?h=v.slice():h.length||(h=c.slice()),a.defaultedLabel=c,a.defaultedTooltip=h,n.userOutput=new o(d,e),n}function s(t,e){return t.hasOwnProperty(e)||(t[e]=[]),t[e]}function l(t){return"category"===t?"ordinal":"time"===t?"time":"float"}function u(t){return!("ordinal"===t||"time"===t)}},"77c6":function(t,e,n){"use strict";var i=n("51bf"),r=n("bea7"),o=n("43fe"),a=n("dbbe"),s=n("4814"),l=Object(a["o"])();function u(t,e){var n=i["map"](e,(function(e){return t.scale.parse(e)}));return"time"===t.type&&n.length>0&&(n.sort(),n.unshift(n[0]),n.push(n[n.length-1])),n}function c(t){var e=t.getLabelModel().get("customValues");if(e){var n=Object(s["h"])(t),r=t.scale.getExtent(),o=u(t,e),a=i["filter"](o,(function(t){return t>=r[0]&&t<=r[1]}));return{labels:i["map"](a,(function(e){var i={value:e};return{formattedLabel:n(i),rawLabel:t.scale.getLabel(i),tickValue:e}}))}}return"category"===t.type?d(t):g(t)}function h(t,e){var n=t.getTickModel().get("customValues");if(n){var r=t.scale.getExtent(),o=u(t,n);return{ticks:i["filter"](o,(function(t){return t>=r[0]&&t<=r[1]}))}}return"category"===t.type?p(t,e):{ticks:i["map"](t.scale.getTicks(),(function(t){return t.value}))}}function d(t){var e=t.getLabelModel(),n=f(t,e);return!e.get("show")||t.scale.isBlank()?{labels:[],labelCategoryInterval:n.labelCategoryInterval}:n}function f(t,e){var n,r,o=v(t,"labels"),a=Object(s["e"])(e),l=m(o,a);return l||(i["isFunction"](a)?n=O(t,a):(r="auto"===a?b(t):a,n=w(t,r)),y(o,a,{labels:n,labelCategoryInterval:r}))}function p(t,e){var n,r,o=v(t,"ticks"),a=Object(s["e"])(e),l=m(o,a);if(l)return l;if(e.get("show")&&!t.scale.isBlank()||(n=[]),i["isFunction"](a))n=O(t,a,!0);else if("auto"===a){var u=f(t,t.getLabelModel());r=u.labelCategoryInterval,n=i["map"](u.labels,(function(t){return t.tickValue}))}else r=a,n=w(t,r,!0);return y(o,a,{ticks:n,tickCategoryInterval:r})}function g(t){var e=t.scale.getTicks(),n=Object(s["h"])(t);return{labels:i["map"](e,(function(e,i){return{level:e.level,formattedLabel:n(e,i),rawLabel:t.scale.getLabel(e),tickValue:e.value}}))}}function v(t,e){return l(t)[e]||(l(t)[e]=[])}function m(t,e){for(var n=0;n40&&(c=Math.max(1,Math.floor(u/40)));for(var h=a[0],d=t.dataToCoord(h+1)-t.dataToCoord(h),f=Math.abs(d*Math.cos(i)),p=Math.abs(d*Math.sin(i)),g=0,v=0;h<=a[1];h+=c){var m=0,y=0,b=o["d"](n({value:h}),e.font,"center","top");m=1.3*b.width,y=1.3*b.height,g=Math.max(g,m,7),v=Math.max(v,y,7)}var _=g/f,w=v/p;isNaN(_)&&(_=1/0),isNaN(w)&&(w=1/0);var O=Math.max(0,Math.floor(Math.min(_,w))),S=l(t.model),C=t.getExtent(),k=S.lastAutoInterval,j=S.lastTickCount;return null!=k&&null!=j&&Math.abs(k-O)<=1&&Math.abs(j-u)<=1&&k>O&&S.axisExtent0===C[0]&&S.axisExtent1===C[1]?O=k:(S.lastTickCount=u,S.lastAutoInterval=O,S.axisExtent0=C[0],S.axisExtent1=C[1]),O}function x(t){var e=t.getLabelModel();return{axisRotate:t.getRotate?t.getRotate():t.isHorizontal&&!t.isHorizontal()?90:0,labelRotate:e.get("rotate")||0,font:e.getFont()}}function w(t,e,n){var i=Object(s["h"])(t),r=t.scale,o=r.getExtent(),a=t.getLabelModel(),l=[],u=Math.max((e||0)+1,1),c=o[0],h=r.count();0!==c&&u>1&&h/u>2&&(c=Math.round(Math.ceil(c/u)*u));var d=Object(s["j"])(t),f=a.get("showMinLabel")||d,p=a.get("showMaxLabel")||d;f&&c!==o[0]&&v(o[0]);for(var g=c;g<=o[1];g+=u)v(g);function v(t){var e={value:t};l.push(n?t:{formattedLabel:i(e),rawLabel:r.getLabel(e),tickValue:t})}return p&&g-u!==o[1]&&v(o[1]),l}function O(t,e,n){var r=t.scale,o=Object(s["h"])(t),a=[];return i["each"](r.getTicks(),(function(t){var i=r.getLabel(t),s=t.value;e(t.value,i)&&a.push(n?s:{formattedLabel:o(t),rawLabel:i,tickValue:s})})),a}var S=[0,1],C=function(){function t(t,e,n){this.onBand=!1,this.inverse=!1,this.dim=t,this.scale=e,this._extent=n||[0,0]}return t.prototype.contain=function(t){var e=this._extent,n=Math.min(e[0],e[1]),i=Math.max(e[0],e[1]);return t>=n&&t<=i},t.prototype.containData=function(t){return this.scale.contain(t)},t.prototype.getExtent=function(){return this._extent.slice()},t.prototype.getPixelPrecision=function(t){return Object(r["g"])(t||this.scale.getExtent(),this._extent)},t.prototype.setExtent=function(t,e){var n=this._extent;n[0]=t,n[1]=e},t.prototype.dataToCoord=function(t,e){var n=this._extent,i=this.scale;return t=i.normalize(t),this.onBand&&"ordinal"===i.type&&(n=n.slice(),k(n,i.count())),Object(r["m"])(t,S,n,e)},t.prototype.coordToData=function(t,e){var n=this._extent,i=this.scale;this.onBand&&"ordinal"===i.type&&(n=n.slice(),k(n,i.count()));var o=Object(r["m"])(t,n,S,e);return this.scale.scale(o)},t.prototype.pointToData=function(t,e){},t.prototype.getTicksCoords=function(t){t=t||{};var e=t.tickModel||this.getTickModel(),n=h(this,e),r=n.ticks,o=Object(i["map"])(r,(function(t){return{coord:this.dataToCoord("ordinal"===this.scale.type?this.scale.getRawOrdinalNumber(t):t),tickValue:t}}),this),a=e.get("alignWithLabel");return j(this,o,a,t.clamp),o},t.prototype.getMinorTicksCoords=function(){if("ordinal"===this.scale.type)return[];var t=this.model.getModel("minorTick"),e=t.get("splitNumber");e>0&&e<100||(e=5);var n=this.scale.getMinorTicks(e),r=Object(i["map"])(n,(function(t){return Object(i["map"])(t,(function(t){return{coord:this.dataToCoord(t),tickValue:t}}),this)}),this);return r},t.prototype.getViewLabels=function(){return c(this).labels},t.prototype.getLabelModel=function(){return this.model.getModel("axisLabel")},t.prototype.getTickModel=function(){return this.model.getModel("axisTick")},t.prototype.getBandWidth=function(){var t=this._extent,e=this.scale.getExtent(),n=e[1]-e[0]+(this.onBand?1:0);0===n&&(n=1);var i=Math.abs(t[1]-t[0]);return Math.abs(i)/n},t.prototype.calculateCategoryInterval=function(){return _(this)},t}();function k(t,e){var n=t[1]-t[0],i=e,r=n/i/2;t[0]+=r,t[1]-=r}function j(t,e,n,o){var a=e.length;if(t.onBand&&!n&&a){var s,l,u=t.getExtent();if(1===a)e[0].coord=u[0],s=e[1]={coord:u[1],tickValue:e[0].tickValue};else{var c=e[a-1].tickValue-e[0].tickValue,h=(e[a-1].coord-e[0].coord)/c;Object(i["each"])(e,(function(t){t.coord-=h/2}));var d=t.scale.getExtent();l=1+d[1]-e[a-1].tickValue,s={coord:e[a-1].coord+h*l,tickValue:d[1]+1},e.push(s)}var f=u[0]>u[1];p(e[0].coord,u[0])&&(o?e[0].coord=u[0]:e.shift()),o&&p(u[0],e[0].coord)&&e.unshift({coord:u[0]}),p(u[1],s.coord)&&(o?s.coord=u[1]:e.pop()),o&&p(s.coord,u[1])&&e.push({coord:u[1]})}function p(t,e){return t=Object(r["w"])(t),e=Object(r["w"])(e),f?t>e:t0&&0!==(t&n);n>>=1)e++;return e},ut=function(t){var e=null;switch(t.length){case 1:e=t[0];break;case 2:e=(31&t[0])<<6|63&t[1];break;case 3:e=(15&t[0])<<12|(63&t[1])<<6|63&t[2];break;case 4:e=(7&t[0])<<18|(63&t[1])<<12|(63&t[2])<<6|63&t[3];break}return e>1114111?null:e},ct=function(t){t=J(t,rt," ");var e=t.length,n="",i=0;while(ie){n+="%",i++;continue}var o=st(t,i+1);if(o!==o){n+=r,i++;continue}i+=2;var a=lt(o);if(0===a)r=G(o);else{if(1===a||a>4){n+=ot,i++;continue}var s=[o],l=1;while(le||"%"!==X(t,i))break;var u=st(t,i+1);if(u!==u){i+=3;break}if(u>191||u<128)break;Z(s,u),i+=2,l++}if(s.length!==a){n+=ot;continue}var c=ut(s);null===c?n+=ot:r=U(c)}}n+=r,i++}return n},ht=/[!'()~]|%20/g,dt={"!":"%21","'":"%27","(":"%28",")":"%29","~":"%7E","%20":"+"},ft=function(t){return dt[t]},pt=function(t){return J(W(t),ht,ft)},gt=g((function(t,e){N(this,{type:L,target:R(t).entries,index:0,kind:e})}),P,(function(){var t=$(this),e=t.target,n=t.index++;if(!e||n>=e.length)return t.target=null,T(void 0,!0);var i=e[n];switch(t.kind){case"keys":return T(i.key,!1);case"values":return T(i.value,!1)}return T([i.key,i.value],!1)}),!0),vt=function(t){this.entries=[],this.url=null,void 0!==t&&(O(t)?this.parseObject(t):this.parseQuery("string"==typeof t?"?"===X(t,0)?nt(t,1):t:S(t)))};vt.prototype={type:P,bindURL:function(t){this.url=t,this.update()},parseObject:function(t){var e,n,i,r,o,a,l,u=this.entries,c=M(t);if(c){e=j(t,c),n=e.next;while(!(i=s(n,e)).done){if(r=j(w(i.value)),o=r.next,(a=s(o,r)).done||(l=s(o,r)).done||!s(o,r).done)throw new q("Expected sequence with length 2");Z(u,{key:S(a.value),value:S(l.value)})}}else for(var h in t)b(t,h)&&Z(u,{key:h,value:S(t[h])})},parseQuery:function(t){if(t){var e,n,i=this.entries,r=et(t,"&"),o=0;while(o0?arguments[0]:void 0,e=N(this,new vt(t));u||(this.size=e.entries.length)},yt=mt.prototype;if(f(yt,{append:function(t,e){var n=R(this);A(arguments.length,2),Z(n.entries,{key:S(t),value:S(e)}),u||this.length++,n.updateURL()},delete:function(t){var e=R(this),n=A(arguments.length,1),i=e.entries,r=S(t),o=n<2?void 0:arguments[1],a=void 0===o?o:S(o),s=0;while(se.key?1:-1})),t.updateURL()},forEach:function(t){var e,n=R(this).entries,i=_(t,arguments.length>1?arguments[1]:void 0),r=0;while(r1?xt(arguments[1]):{})}}),y(F)){var wt=function(t){return m(this,V),new F(t,arguments.length>1?xt(arguments[1]):{})};V.constructor=wt,wt.prototype=V,i({global:!0,constructor:!0,dontCallGetSet:!0,forced:!0},{Request:wt})}}t.exports={URLSearchParams:mt,getState:R}},"7a60":function(t,e,n){"use strict";var i=n("b755"),r=n("81e1"),o=n("68d0"),a=n("a2ff"),s=n("3967"),l=n("2575"),u=n("8b7a"),c=n("b15f"),h=n("1cb7"),d=n("49a4"),f=Array;t.exports=function(t){var e=o(t),n=l(this),p=arguments.length,g=p>1?arguments[1]:void 0,v=void 0!==g;v&&(g=i(g,p>2?arguments[2]:void 0));var m,y,b,_,x,w,O=d(e),S=0;if(!O||this===f&&s(O))for(m=u(e),y=n?new this(m):f(m);m>S;S++)w=v?g(e[S],S):e[S],c(y,S,w);else for(y=n?new this:[],_=h(e,O),x=_.next;!(b=r(x,_)).done;S++)w=v?a(_,g,[b.value,S],!0):b.value,c(y,S,w);return y.length=S,y}},"7a76":function(t,e,n){"use strict";var i=n("a644"),r=n("6e50"),o=n("c2f2"),a=n("91b2"),s=n("b76a"),l=n("8bac"),u=n("4eb0"),c=n("e7af"),h=n("4547"),d=n("d74b"),f=n("a4ac"),p=n("74bc"),g=n("ba60");t.exports=function(t,e,n,v){var m="stackTraceLimit",y=v?2:1,b=t.split("."),_=b[b.length-1],x=i.apply(null,b);if(x){var w=x.prototype;if(!g&&r(w,"cause")&&delete w.cause,!n)return x;var O=i("Error"),S=e((function(t,e){var n=h(v?e:t,void 0),i=v?new x(t):new x;return void 0!==n&&o(i,"message",n),f(i,S,i.stack,2),this&&a(w,this)&&c(i,this,S),arguments.length>y&&d(i,arguments[y]),i}));if(S.prototype=w,"Error"!==_?s?s(S,O):l(S,O,{name:!0}):p&&m in x&&(u(S,x,m),u(S,x,"prepareStackTrace")),l(S,x),!g)try{w.name!==_&&o(w,"name",_),w.constructor=S}catch(C){}return S}}},"7b61":function(t,e,n){"use strict";var i=n("cc2e").charAt,r=n("3488"),o=n("1ff4"),a=n("3639"),s=n("9b31"),l="String Iterator",u=o.set,c=o.getterFor(l);a(String,"String",(function(t){u(this,{type:l,string:r(t),index:0})}),(function(){var t,e=c(this),n=e.string,r=e.index;return r>=n.length?s(void 0,!0):(t=i(n,r),e.index+=t.length,s(t,!1))}))},"7b9b":function(t,e,n){"use strict";var i=n("b4b2").IteratorPrototype,r=n("743e"),o=n("d5e7"),a=n("7631"),s=n("812e"),l=function(){return this};t.exports=function(t,e,n,u){var c=e+" Iterator";return t.prototype=r(i,{next:o(+!u,n)}),a(t,c,!1,!0),s[c]=l,t}},"7bfc":function(t,e){t.exports=function(t,e){return{value:e,done:!!t}}},"7c65":function(t,e,n){"use strict";n.d(e,"a",(function(){return f})),n.d(e,"e",(function(){return p})),n.d(e,"b",(function(){return g})),n.d(e,"d",(function(){return v})),n.d(e,"c",(function(){return m}));var i=n("86b3"),r=n("e289"),o={time:{month:["January","February","March","April","May","June","July","August","September","October","November","December"],monthAbbr:["Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec"],dayOfWeek:["Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday"],dayOfWeekAbbr:["Sun","Mon","Tue","Wed","Thu","Fri","Sat"]},legend:{selector:{all:"All",inverse:"Inv"}},toolbox:{brush:{title:{rect:"Box Select",polygon:"Lasso Select",lineX:"Horizontally Select",lineY:"Vertically Select",keep:"Keep Selections",clear:"Clear Selections"}},dataView:{title:"Data View",lang:["Data View","Close","Refresh"]},dataZoom:{title:{zoom:"Zoom",back:"Zoom Reset"}},magicType:{title:{line:"Switch to Line Chart",bar:"Switch to Bar Chart",stack:"Stack",tiled:"Tile"}},restore:{title:"Restore"},saveAsImage:{title:"Save as Image",lang:["Right Click to Save Image"]}},series:{typeNames:{pie:"Pie chart",bar:"Bar chart",line:"Line chart",scatter:"Scatter plot",effectScatter:"Ripple scatter plot",radar:"Radar chart",tree:"Tree",treemap:"Treemap",boxplot:"Boxplot",candlestick:"Candlestick",k:"K line chart",heatmap:"Heat map",map:"Map",parallel:"Parallel coordinate map",lines:"Line graph",graph:"Relationship graph",sankey:"Sankey diagram",funnel:"Funnel chart",gauge:"Gauge",pictorialBar:"Pictorial bar",themeRiver:"Theme River Map",sunburst:"Sunburst",custom:"Custom chart",chart:"Chart"}},aria:{general:{withTitle:'This is a chart about "{title}"',withoutTitle:"This is a chart"},series:{single:{prefix:"",withName:" with type {seriesType} named {seriesName}.",withoutName:" with type {seriesType}."},multiple:{prefix:". It consists of {seriesCount} series count.",withName:" The {seriesId} series is a {seriesType} representing {seriesName}.",withoutName:" The {seriesId} series is a {seriesType}.",separator:{middle:"",end:""}}},data:{allData:"The data is as follows: ",partialData:"The first {displayCnt} items are: ",withName:"the data for {name} is {value}",withoutName:"{value}",separator:{middle:", ",end:". "}}}},a={time:{month:["一月","二月","三月","四月","五月","六月","七月","八月","九月","十月","十一月","十二月"],monthAbbr:["1月","2月","3月","4月","5月","6月","7月","8月","9月","10月","11月","12月"],dayOfWeek:["星期日","星期一","星期二","星期三","星期四","星期五","星期六"],dayOfWeekAbbr:["日","一","二","三","四","五","六"]},legend:{selector:{all:"全选",inverse:"反选"}},toolbox:{brush:{title:{rect:"矩形选择",polygon:"圈选",lineX:"横向选择",lineY:"纵向选择",keep:"保持选择",clear:"清除选择"}},dataView:{title:"数据视图",lang:["数据视图","关闭","刷新"]},dataZoom:{title:{zoom:"区域缩放",back:"区域缩放还原"}},magicType:{title:{line:"切换为折线图",bar:"切换为柱状图",stack:"切换为堆叠",tiled:"切换为平铺"}},restore:{title:"还原"},saveAsImage:{title:"保存为图片",lang:["右键另存为图片"]}},series:{typeNames:{pie:"饼图",bar:"柱状图",line:"折线图",scatter:"散点图",effectScatter:"涟漪散点图",radar:"雷达图",tree:"树图",treemap:"矩形树图",boxplot:"箱型图",candlestick:"K线图",k:"K线图",heatmap:"热力图",map:"地图",parallel:"平行坐标图",lines:"线图",graph:"关系图",sankey:"桑基图",funnel:"漏斗图",gauge:"仪表盘图",pictorialBar:"象形柱图",themeRiver:"主题河流图",sunburst:"旭日图",custom:"自定义图表",chart:"图表"}},aria:{general:{withTitle:"这是一个关于“{title}”的图表。",withoutTitle:"这是一个图表,"},series:{single:{prefix:"",withName:"图表类型是{seriesType},表示{seriesName}。",withoutName:"图表类型是{seriesType}。"},multiple:{prefix:"它由{seriesCount}个图表系列组成。",withName:"第{seriesId}个系列是一个表示{seriesName}的{seriesType},",withoutName:"第{seriesId}个系列是一个{seriesType},",separator:{middle:";",end:"。"}}},data:{allData:"其数据是——",partialData:"其中,前{displayCnt}项是——",withName:"{name}的数据是{value}",withoutName:"{value}",separator:{middle:",",end:""}}}},s=n("51bf"),l="ZH",u="EN",c=u,h={},d={},f=r["a"].domSupported?function(){var t=(document.documentElement.lang||navigator.language||navigator.browserLanguage||c).toUpperCase();return t.indexOf(l)>-1?l:c}():c;function p(t,e){t=t.toUpperCase(),d[t]=new i["a"](e),h[t]=e}function g(t){if(Object(s["isString"])(t)){var e=h[t.toUpperCase()]||{};return t===l||t===u?Object(s["clone"])(e):Object(s["merge"])(Object(s["clone"])(e),Object(s["clone"])(h[c]),!1)}return Object(s["merge"])(Object(s["clone"])(t),Object(s["clone"])(h[c]),!1)}function v(t){return d[t]}function m(){return d[c]}p(u,o),p(l,a)},"7c69":function(t,e,n){"use strict";var i,r,o,a,s=n("ac02"),l=n("ba60"),u=n("6109"),c=n("8279"),h=n("81e1"),d=n("9fdb"),f=n("b76a"),p=n("7631"),g=n("6a5e"),v=n("aac4"),m=n("c320"),y=n("ee96"),b=n("042e"),_=n("da84"),x=n("de78").set,w=n("a00c"),O=n("acc0"),S=n("e25d"),C=n("81a1"),k=n("1ff4"),j=n("daac"),M=n("6142"),T=n("542a"),A="Promise",I=M.CONSTRUCTOR,E=M.REJECTION_EVENT,D=M.SUBCLASSING,P=k.getterFor(A),L=k.set,N=j&&j.prototype,R=j,$=N,B=c.TypeError,F=c.document,z=c.process,V=T.f,H=V,q=!!(F&&F.createEvent&&c.dispatchEvent),W="unhandledrejection",G="rejectionhandled",U=0,Y=1,X=2,K=1,Z=2,J=function(t){var e;return!(!y(t)||!m(e=t.then))&&e},Q=function(t,e){var n,i,r,o=e.value,a=e.state===Y,s=a?t.ok:t.fail,l=t.resolve,u=t.reject,c=t.domain;try{s?(a||(e.rejection===Z&&rt(e),e.rejection=K),!0===s?n=o:(c&&c.enter(),n=s(o),c&&(c.exit(),r=!0)),n===t.promise?u(new B("Promise-chain cycle")):(i=J(n))?h(i,n,l,u):l(n)):u(o)}catch(d){c&&!r&&c.exit(),u(d)}},tt=function(t,e){t.notified||(t.notified=!0,w((function(){var n,i=t.reactions;while(n=i.get())Q(n,t);t.notified=!1,e&&!t.rejection&&nt(t)})))},et=function(t,e,n){var i,r;q?(i=F.createEvent("Event"),i.promise=e,i.reason=n,i.initEvent(t,!1,!0),c.dispatchEvent(i)):i={promise:e,reason:n},!E&&(r=c["on"+t])?r(i):t===W&&O("Unhandled promise rejection",n)},nt=function(t){h(x,c,(function(){var e,n=t.facade,i=t.value,r=it(t);if(r&&(e=S((function(){u?z.emit("unhandledRejection",i,n):et(W,n,i)})),t.rejection=u||it(t)?Z:K,e.error))throw e.value}))},it=function(t){return t.rejection!==K&&!t.parent},rt=function(t){h(x,c,(function(){var e=t.facade;u?z.emit("rejectionHandled",e):et(G,e,t.value)}))},ot=function(t,e,n){return function(i){t(e,i,n)}},at=function(t,e,n){t.done||(t.done=!0,n&&(t=n),t.value=e,t.state=X,tt(t,!0))},st=function(t,e,n){if(!t.done){t.done=!0,n&&(t=n);try{if(t.facade===e)throw new B("Promise can't be resolved itself");var i=J(e);i?w((function(){var n={done:!1};try{h(i,e,ot(st,n,t),ot(at,n,t))}catch(r){at(n,r,t)}})):(t.value=e,t.state=Y,tt(t,!1))}catch(r){at({done:!1},r,t)}}};if(I&&(R=function(t){b(this,$),v(t),h(i,this);var e=P(this);try{t(ot(st,e),ot(at,e))}catch(n){at(e,n)}},$=R.prototype,i=function(t){L(this,{type:A,done:!1,notified:!1,parent:!1,reactions:new C,rejection:!1,state:U,value:null})},i.prototype=d($,"then",(function(t,e){var n=P(this),i=V(_(this,R));return n.parent=!0,i.ok=!m(t)||t,i.fail=m(e)&&e,i.domain=u?z.domain:void 0,n.state===U?n.reactions.add(i):w((function(){Q(i,n)})),i.promise})),r=function(){var t=new i,e=P(t);this.promise=t,this.resolve=ot(st,e),this.reject=ot(at,e)},T.f=V=function(t){return t===R||t===o?new r(t):H(t)},!l&&m(j)&&N!==Object.prototype)){a=N.then,D||d(N,"then",(function(t,e){var n=this;return new R((function(t,e){h(a,n,t,e)})).then(t,e)}),{unsafe:!0});try{delete N.constructor}catch(lt){}f&&f(N,$)}s({global:!0,constructor:!0,wrap:!0,forced:I},{Promise:R}),p(R,A,!1,!0),g(A)},"7d84":function(t,e,n){t.exports=function(t){var e={};function n(i){if(e[i])return e[i].exports;var r=e[i]={i:i,l:!1,exports:{}};return t[i].call(r.exports,r,r.exports,n),r.l=!0,r.exports}return n.m=t,n.c=e,n.d=function(t,e,i){n.o(t,e)||Object.defineProperty(t,e,{enumerable:!0,get:i})},n.r=function(t){"undefined"!==typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(t,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(t,"__esModule",{value:!0})},n.t=function(t,e){if(1&e&&(t=n(t)),8&e)return t;if(4&e&&"object"===typeof t&&t&&t.__esModule)return t;var i=Object.create(null);if(n.r(i),Object.defineProperty(i,"default",{enumerable:!0,value:t}),2&e&&"string"!=typeof t)for(var r in t)n.d(i,r,function(e){return t[e]}.bind(null,r));return i},n.n=function(t){var e=t&&t.__esModule?function(){return t["default"]}:function(){return t};return n.d(e,"a",e),e},n.o=function(t,e){return Object.prototype.hasOwnProperty.call(t,e)},n.p="/dist/",n(n.s=93)}({0:function(t,e,n){"use strict";function i(t,e,n,i,r,o,a,s){var l,u="function"===typeof t?t.options:t;if(e&&(u.render=e,u.staticRenderFns=n,u._compiled=!0),i&&(u.functional=!0),o&&(u._scopeId="data-v-"+o),a?(l=function(t){t=t||this.$vnode&&this.$vnode.ssrContext||this.parent&&this.parent.$vnode&&this.parent.$vnode.ssrContext,t||"undefined"===typeof __VUE_SSR_CONTEXT__||(t=__VUE_SSR_CONTEXT__),r&&r.call(this,t),t&&t._registeredComponents&&t._registeredComponents.add(a)},u._ssrRegister=l):r&&(l=s?function(){r.call(this,this.$root.$options.shadowRoot)}:r),l)if(u.functional){u._injectStyles=l;var c=u.render;u.render=function(t,e){return l.call(e),c(t,e)}}else{var h=u.beforeCreate;u.beforeCreate=h?[].concat(h,l):[l]}return{exports:t,options:u}}n.d(e,"a",(function(){return i}))},4:function(t,e){t.exports=n("3cb5")},93:function(t,e,n){"use strict";n.r(e);var i=function(){var t=this,e=t.$createElement,n=t._self._c||e;return n("div",{staticClass:"el-checkbox-group",attrs:{role:"group","aria-label":"checkbox-group"}},[t._t("default")],2)},r=[];i._withStripped=!0;var o=n(4),a=n.n(o),s={name:"ElCheckboxGroup",componentName:"ElCheckboxGroup",mixins:[a.a],inject:{elFormItem:{default:""}},props:{value:{},disabled:Boolean,min:Number,max:Number,size:String,fill:String,textColor:String},computed:{_elFormItemSize:function(){return(this.elFormItem||{}).elFormItemSize},checkboxGroupSize:function(){return this.size||this._elFormItemSize||(this.$ELEMENT||{}).size}},watch:{value:function(t){this.dispatch("ElFormItem","el.form.change",[t])}}},l=s,u=n(0),c=Object(u["a"])(l,i,r,!1,null,null,null);c.options.__file="packages/checkbox/src/checkbox-group.vue";var h=c.exports;h.install=function(t){t.component(h.name,h)};e["default"]=h}})},"7db3":function(t,e,n){"use strict";var i=n("ac02"),r=n("7a60"),o=n("fdf8"),a=!o((function(t){Array.from(t)}));i({target:"Array",stat:!0,forced:a},{from:r})},"7e13":function(t,e,n){"use strict";t.exports=function(t){return function(e){return t.apply(null,e)}}},"7e1d":function(t,e,n){var i=n("6c2d"),r=n("a5f9"),o=n("671e");t.exports=function(t){return function(e,n,a){var s,l=i(e),u=r(l.length),c=o(a,u);if(t&&n!=n){while(u>c)if(s=l[c++],s!=s)return!0}else for(;u>c;c++)if((t||c in l)&&l[c]===n)return t||c||0;return!t&&-1}}},"80ce":function(t,e,n){"use strict";var i,r;"function"===typeof Symbol&&Symbol.iterator;(function(o,a){i=a,r="function"===typeof i?i.call(e,n,e,t):i,void 0===r||(t.exports=r)})(0,(function(){var t=window,e={placement:"bottom",gpuAcceleration:!0,offset:0,boundariesElement:"viewport",boundariesPadding:5,preventOverflowOrder:["left","right","top","bottom"],flipBehavior:"flip",arrowElement:"[x-arrow]",arrowOffset:0,modifiers:["shift","offset","preventOverflow","keepTogether","arrow","flip","applyStyle"],modifiersIgnored:[],forceAbsolute:!1};function n(t,n,i){this._reference=t.jquery?t[0]:t,this.state={};var r="undefined"===typeof n||null===n,o=n&&"[object Object]"===Object.prototype.toString.call(n);return this._popper=r||o?this.parse(o?n:{}):n.jquery?n[0]:n,this._options=Object.assign({},e,i),this._options.modifiers=this._options.modifiers.map(function(t){if(-1===this._options.modifiersIgnored.indexOf(t))return"applyStyle"===t&&this._popper.setAttribute("x-placement",this._options.placement),this.modifiers[t]||t}.bind(this)),this.state.position=this._getPosition(this._popper,this._reference),h(this._popper,{position:this.state.position,top:0}),this.update(),this._setupEventListeners(),this}function i(e){var n=e.style.display,i=e.style.visibility;e.style.display="block",e.style.visibility="hidden";e.offsetWidth;var r=t.getComputedStyle(e),o=parseFloat(r.marginTop)+parseFloat(r.marginBottom),a=parseFloat(r.marginLeft)+parseFloat(r.marginRight),s={width:e.offsetWidth+a,height:e.offsetHeight+o};return e.style.display=n,e.style.visibility=i,s}function r(t){var e={left:"right",right:"left",bottom:"top",top:"bottom"};return t.replace(/left|right|bottom|top/g,(function(t){return e[t]}))}function o(t){var e=Object.assign({},t);return e.right=e.left+e.width,e.bottom=e.top+e.height,e}function a(t,e){var n,i=0;for(n in t){if(t[n]===e)return i;i++}return null}function s(e,n){var i=t.getComputedStyle(e,null);return i[n]}function l(e){var n=e.offsetParent;return n!==t.document.body&&n?n:t.document.documentElement}function u(e){var n=e.parentNode;return n?n===t.document?t.document.body.scrollTop||t.document.body.scrollLeft?t.document.body:t.document.documentElement:-1!==["scroll","auto"].indexOf(s(n,"overflow"))||-1!==["scroll","auto"].indexOf(s(n,"overflow-x"))||-1!==["scroll","auto"].indexOf(s(n,"overflow-y"))?n:u(e.parentNode):e}function c(e){return e!==t.document.body&&("fixed"===s(e,"position")||(e.parentNode?c(e.parentNode):e))}function h(t,e){function n(t){return""!==t&&!isNaN(parseFloat(t))&&isFinite(t)}Object.keys(e).forEach((function(i){var r="";-1!==["width","height","top","right","bottom","left"].indexOf(i)&&n(e[i])&&(r="px"),t.style[i]=e[i]+r}))}function d(t){var e={};return t&&"[object Function]"===e.toString.call(t)}function f(t){var e={width:t.offsetWidth,height:t.offsetHeight,left:t.offsetLeft,top:t.offsetTop};return e.right=e.left+e.width,e.bottom=e.top+e.height,e}function p(t){var e=t.getBoundingClientRect(),n=-1!=navigator.userAgent.indexOf("MSIE"),i=n&&"HTML"===t.tagName?-t.scrollTop:e.top;return{left:e.left,top:i,right:e.right,bottom:e.bottom,width:e.right-e.left,height:e.bottom-i}}function g(t,e,n){var i=p(t),r=p(e);if(n){var o=u(e);r.top+=o.scrollTop,r.bottom+=o.scrollTop,r.left+=o.scrollLeft,r.right+=o.scrollLeft}var a={top:i.top-r.top,left:i.left-r.left,bottom:i.top-r.top+i.height,right:i.left-r.left+i.width,width:i.width,height:i.height};return a}function v(e){for(var n=["","ms","webkit","moz","o"],i=0;i1&&console.warn("WARNING: the given `parent` query("+e.parent+") matched more than one element, the first one will be used"),0===a.length)throw"ERROR: the given `parent` doesn't exists!";a=a[0]}return a.length>1&&a instanceof Element===!1&&(console.warn("WARNING: you have passed as parent a list of elements, the first one will be used"),a=a[0]),a.appendChild(r),r;function s(t,e){e.forEach((function(e){t.classList.add(e)}))}function l(t,e){e.forEach((function(e){t.setAttribute(e.split(":")[0],e.split(":")[1]||"")}))}},n.prototype._getPosition=function(t,e){var n=l(e);if(this._options.forceAbsolute)return"absolute";var i=c(e,n);return i?"fixed":"absolute"},n.prototype._getOffsets=function(t,e,n){n=n.split("-")[0];var r={};r.position=this.state.position;var o="fixed"===r.position,a=g(e,l(t),o),s=i(t);return-1!==["right","left"].indexOf(n)?(r.top=a.top+a.height/2-s.height/2,r.left="left"===n?a.left-s.width:a.right):(r.left=a.left+a.width/2-s.width/2,r.top="top"===n?a.top-s.height:a.bottom),r.width=s.width,r.height=s.height,{popper:r,reference:a}},n.prototype._setupEventListeners=function(){if(this.state.updateBound=this.update.bind(this),t.addEventListener("resize",this.state.updateBound),"window"!==this._options.boundariesElement){var e=u(this._reference);e!==t.document.body&&e!==t.document.documentElement||(e=t),e.addEventListener("scroll",this.state.updateBound),this.state.scrollTarget=e}},n.prototype._removeEventListeners=function(){t.removeEventListener("resize",this.state.updateBound),"window"!==this._options.boundariesElement&&this.state.scrollTarget&&(this.state.scrollTarget.removeEventListener("scroll",this.state.updateBound),this.state.scrollTarget=null),this.state.updateBound=null},n.prototype._getBoundaries=function(e,n,i){var r,o,a={};if("window"===i){var s=t.document.body,c=t.document.documentElement;o=Math.max(s.scrollHeight,s.offsetHeight,c.clientHeight,c.scrollHeight,c.offsetHeight),r=Math.max(s.scrollWidth,s.offsetWidth,c.clientWidth,c.scrollWidth,c.offsetWidth),a={top:0,right:r,bottom:o,left:0}}else if("viewport"===i){var h=l(this._popper),d=u(this._popper),p=f(h),g=function(t){return t==document.body?Math.max(document.documentElement.scrollTop,document.body.scrollTop):t.scrollTop},v=function(t){return t==document.body?Math.max(document.documentElement.scrollLeft,document.body.scrollLeft):t.scrollLeft},m="fixed"===e.offsets.popper.position?0:g(d),y="fixed"===e.offsets.popper.position?0:v(d);a={top:0-(p.top-m),right:t.document.documentElement.clientWidth-(p.left-y),bottom:t.document.documentElement.clientHeight-(p.top-m),left:0-(p.left-y)}}else a=l(this._popper)===i?{top:0,left:0,right:i.clientWidth,bottom:i.clientHeight}:f(i);return a.left+=n,a.right-=n,a.top=a.top+n,a.bottom=a.bottom-n,a},n.prototype.runModifiers=function(t,e,n){var i=e.slice();return void 0!==n&&(i=this._options.modifiers.slice(0,a(this._options.modifiers,n))),i.forEach(function(e){d(e)&&(t=e.call(this,t))}.bind(this)),t},n.prototype.isModifierRequired=function(t,e){var n=a(this._options.modifiers,t);return!!this._options.modifiers.slice(0,n).filter((function(t){return t===e})).length},n.prototype.modifiers={},n.prototype.modifiers.applyStyle=function(t){var e,n={position:t.offsets.popper.position},i=Math.round(t.offsets.popper.left),r=Math.round(t.offsets.popper.top);return this._options.gpuAcceleration&&(e=v("transform"))?(n[e]="translate3d("+i+"px, "+r+"px, 0)",n.top=0,n.left=0):(n.left=i,n.top=r),Object.assign(n,t.styles),h(this._popper,n),this._popper.setAttribute("x-placement",t.placement),this.isModifierRequired(this.modifiers.applyStyle,this.modifiers.arrow)&&t.offsets.arrow&&h(t.arrowElement,t.offsets.arrow),t},n.prototype.modifiers.shift=function(t){var e=t.placement,n=e.split("-")[0],i=e.split("-")[1];if(i){var r=t.offsets.reference,a=o(t.offsets.popper),s={y:{start:{top:r.top},end:{top:r.top+r.height-a.height}},x:{start:{left:r.left},end:{left:r.left+r.width-a.width}}},l=-1!==["bottom","top"].indexOf(n)?"x":"y";t.offsets.popper=Object.assign(a,s[l][i])}return t},n.prototype.modifiers.preventOverflow=function(t){var e=this._options.preventOverflowOrder,n=o(t.offsets.popper),i={left:function(){var e=n.left;return n.leftt.boundaries.right&&(e=Math.min(n.left,t.boundaries.right-n.width)),{left:e}},top:function(){var e=n.top;return n.topt.boundaries.bottom&&(e=Math.min(n.top,t.boundaries.bottom-n.height)),{top:e}}};return e.forEach((function(e){t.offsets.popper=Object.assign(n,i[e]())})),t},n.prototype.modifiers.keepTogether=function(t){var e=o(t.offsets.popper),n=t.offsets.reference,i=Math.floor;return e.righti(n.right)&&(t.offsets.popper.left=i(n.right)),e.bottomi(n.bottom)&&(t.offsets.popper.top=i(n.bottom)),t},n.prototype.modifiers.flip=function(t){if(!this.isModifierRequired(this.modifiers.flip,this.modifiers.preventOverflow))return console.warn("WARNING: preventOverflow modifier is required by flip modifier in order to work, be sure to include it before flip!"),t;if(t.flipped&&t.placement===t._originalPlacement)return t;var e=t.placement.split("-")[0],n=r(e),i=t.placement.split("-")[1]||"",a=[];return a="flip"===this._options.flipBehavior?[e,n]:this._options.flipBehavior,a.forEach(function(s,l){if(e===s&&a.length!==l+1){e=t.placement.split("-")[0],n=r(e);var u=o(t.offsets.popper),c=-1!==["right","bottom"].indexOf(e);(c&&Math.floor(t.offsets.reference[e])>Math.floor(u[n])||!c&&Math.floor(t.offsets.reference[e])s[f]&&(t.offsets.popper[h]+=l[h]+p-s[f]);var g=l[h]+(n||l[c]/2-p/2),v=g-s[h];return v=Math.max(Math.min(s[c]-p-8,v),8),r[h]=v,r[d]="",t.offsets.arrow=r,t.arrowElement=e,t},Object.assign||Object.defineProperty(Object,"assign",{enumerable:!1,configurable:!0,writable:!0,value:function(t){if(void 0===t||null===t)throw new TypeError("Cannot convert first argument to object");for(var e=Object(t),n=1;n65535?l:u}function p(){return[1/0,-1/0]}function g(t){var e=t.constructor;return e===Array?t.slice():new e(t)}function v(t,e,n,i,r){var o=d[n||"float"];if(r){var a=t[e],s=a&&a.length;if(s!==i){for(var l=new o(i),u=0;um[1]&&(m[1]=g)}return this._rawCount=this._count=l,{start:s,end:l}},t.prototype._initDataFromProvider=function(t,e,n){for(var i=this._provider,o=this._chunks,a=this._dimensions,s=a.length,l=this._rawExtent,u=Object(r["map"])(a,(function(t){return t.property})),c=0;cb[1]&&(b[1]=y)}}!i.persistent&&i.clean&&i.clean(),this._rawCount=this._count=e,this._extent=[]},t.prototype.count=function(){return this._count},t.prototype.get=function(t,e){if(!(e>=0&&e=0&&e=this._rawCount||t<0)return-1;if(!this._indices)return t;var e=this._indices,n=e[t];if(null!=n&&nt))return o;r=o-1}}return-1},t.prototype.indicesOfNearest=function(t,e,n){var i=this._chunks,r=i[t],o=[];if(!r)return o;null==n&&(n=1/0);for(var a=1/0,s=-1,l=0,u=0,c=this.count();u=0&&s<0)&&(a=f,s=d,l=0),d===s&&(o[l++]=u))}return o.length=l,o},t.prototype.getIndices=function(){var t,e=this._indices;if(e){var n=e.constructor,i=this._count;if(n===Array){t=new n(i);for(var r=0;r=h&&b<=d||isNaN(b))&&(l[u++]=v),v++}g=!0}else if(2===o){m=p[i[0]];var _=p[i[1]],x=t[i[1]][0],w=t[i[1]][1];for(y=0;y=h&&b<=d||isNaN(b))&&(O>=x&&O<=w||isNaN(O))&&(l[u++]=v),v++}g=!0}}if(!g)if(1===o)for(y=0;y=h&&b<=d||isNaN(b))&&(l[u++]=S)}else for(y=0;yt[j][1])&&(C=!1)}C&&(l[u++]=e.getRawIndex(y))}return um[1]&&(m[1]=v)}}}},t.prototype.lttbDownSample=function(t,e){var n,i,r,o=this.clone([t],!0),a=o._chunks,s=a[t],l=this.count(),u=0,c=Math.floor(1/e),h=this.getRawIndex(0),d=new(f(this._rawCount))(Math.min(2*(Math.ceil(l/c)+2),l));d[u++]=h;for(var p=1;pn&&(n=i,r=_))}j>0&&ja&&(g=a-u);for(var v=0;vp&&(p=y,d=u+v)}var b=this.getRawIndex(c),_=this.getRawIndex(d);cu-g&&(s=u-g,a.length=s);for(var v=0;vc[1]&&(c[1]=y),h[d++]=b}return r._count=d,r._indices=h,r._updateGetRawIdx(),r},t.prototype.each=function(t,e){if(this._count)for(var n=t.length,i=this._chunks,r=0,o=this.count();rs&&(s=c)}return i=[a,s],this._extent[t]=i,i},t.prototype.getRawDataItem=function(t){var e=this.getRawIndex(t);if(this._provider.persistent)return this._provider.getItem(e);for(var n=[],i=this._chunks,r=0;r=0?this._indices[t]:-1},t.prototype._updateGetRawIdx=function(){this.getRawIndex=this._indices?this._getRawIdx:this._getRawIdxIdentity},t.internalField=function(){function t(t,e,n,i){return Object(o["d"])(t[i],this._dimensions[i])}i={arrayRows:t,objectRows:function(t,e,n,i){return Object(o["d"])(t[e],this._dimensions[i])},keyedColumns:t,original:function(t,e,n,i){var r=t&&(null==t.value?t:t.value);return Object(o["d"])(r instanceof Array?r[i]:r,this._dimensions[i])},typedArray:function(t,e,n,i){return t[i]}}}(),t}();e["b"]=m},"83a4":function(t,e,n){"use strict";var i=n("ac02"),r=n("81c2"),o=n("2575"),a=n("ee96"),s=n("d3a7"),l=n("8b7a"),u=n("88eb"),c=n("b15f"),h=n("3571"),d=n("893a"),f=n("277a"),p=d("slice"),g=h("species"),v=Array,m=Math.max;i({target:"Array",proto:!0,forced:!p},{slice:function(t,e){var n,i,h,d=u(this),p=l(d),y=s(t,p),b=s(void 0===e?p:e,p);if(r(d)&&(n=d.constructor,o(n)&&(n===v||r(n.prototype))?n=void 0:a(n)&&(n=n[g],null===n&&(n=void 0)),n===v||void 0===n))return f(d,y,b);for(i=new(void 0===n?v:n)(m(b-y,0)),h=0;yo[1]){if(u=!1,s)return u;var d=Math.abs(o[0]-r[1]),f=Math.abs(r[0]-o[1]);Math.min(d,f)>a.len()&&(d=51||!i((function(){var e=[],n=e.constructor={};return n[a]=function(){return{foo:1}},1!==e[t](Boolean).foo}))}},8960:function(t,e,n){"use strict";n.d(e,"d",(function(){return s})),n.d(e,"c",(function(){return l})),n.d(e,"b",(function(){return u})),n.d(e,"a",(function(){return c})),n.d(e,"e",(function(){return h})),n.d(e,"i",(function(){return p})),n.d(e,"B",(function(){return v})),n.d(e,"y",(function(){return m})),n.d(e,"m",(function(){return y})),n.d(e,"q",(function(){return b})),n.d(e,"l",(function(){return _})),n.d(e,"h",(function(){return x})),n.d(e,"r",(function(){return w})),n.d(e,"n",(function(){return S})),n.d(e,"j",(function(){return C})),n.d(e,"w",(function(){return k})),n.d(e,"f",(function(){return j})),n.d(e,"o",(function(){return M})),n.d(e,"u",(function(){return T})),n.d(e,"z",(function(){return A})),n.d(e,"s",(function(){return I})),n.d(e,"k",(function(){return E})),n.d(e,"x",(function(){return D})),n.d(e,"g",(function(){return P})),n.d(e,"p",(function(){return L})),n.d(e,"v",(function(){return N})),n.d(e,"A",(function(){return R})),n.d(e,"t",(function(){return $}));var i=n("51bf"),r=n("bea7"),o=n("7c65"),a=n("86b3"),s=1e3,l=60*s,u=60*l,c=24*u,h=365*c,d={year:"{yyyy}",month:"{MMM}",day:"{d}",hour:"{HH}:{mm}",minute:"{HH}:{mm}",second:"{HH}:{mm}:{ss}",millisecond:"{HH}:{mm}:{ss} {SSS}",none:"{yyyy}-{MM}-{dd} {HH}:{mm}:{ss} {SSS}"},f="{yyyy}-{MM}-{dd}",p={year:"{yyyy}",month:"{yyyy}-{MM}",day:f,hour:f+" "+d.hour,minute:f+" "+d.minute,second:f+" "+d.second,millisecond:d.none},g=["year","month","day","hour","minute","second","millisecond"],v=["year","half-year","quarter","month","week","half-week","day","half-day","quarter-day","hour","minute","second","millisecond"];function m(t,e){return t+="","0000".substr(0,e-t.length)+t}function y(t){switch(t){case"half-year":case"quarter":return"month";case"week":case"half-week":return"day";case"half-day":case"quarter-day":return"hour";default:return t}}function b(t){return t===y(t)}function _(t){switch(t){case"year":case"month":return"day";case"millisecond":return"millisecond";default:return"second"}}function x(t,e,n,i){var s=r["p"](t),l=s[C(n)](),u=s[k(n)]()+1,c=Math.floor((u-1)/3)+1,h=s[j(n)](),d=s["get"+(n?"UTC":"")+"Day"](),f=s[M(n)](),p=(f-1)%12+1,g=s[T(n)](),v=s[A(n)](),y=s[I(n)](),b=f>=12?"pm":"am",_=b.toUpperCase(),x=i instanceof a["a"]?i:Object(o["d"])(i||o["a"])||Object(o["c"])(),w=x.getModel("time"),O=w.get("month"),S=w.get("monthAbbr"),E=w.get("dayOfWeek"),D=w.get("dayOfWeekAbbr");return(e||"").replace(/{a}/g,b+"").replace(/{A}/g,_+"").replace(/{yyyy}/g,l+"").replace(/{yy}/g,m(l%100+"",2)).replace(/{Q}/g,c+"").replace(/{MMMM}/g,O[u-1]).replace(/{MMM}/g,S[u-1]).replace(/{MM}/g,m(u,2)).replace(/{M}/g,u+"").replace(/{dd}/g,m(h,2)).replace(/{d}/g,h+"").replace(/{eeee}/g,E[d]).replace(/{ee}/g,D[d]).replace(/{e}/g,d+"").replace(/{HH}/g,m(f,2)).replace(/{H}/g,f+"").replace(/{hh}/g,m(p+"",2)).replace(/{h}/g,p+"").replace(/{mm}/g,m(g,2)).replace(/{m}/g,g+"").replace(/{ss}/g,m(v,2)).replace(/{s}/g,v+"").replace(/{SSS}/g,m(y,3)).replace(/{S}/g,y+"")}function w(t,e,n,r,o){var a=null;if(i["isString"](n))a=n;else if(i["isFunction"](n))a=n(t.value,e,{level:t.level});else{var s=i["extend"]({},d);if(t.level>0)for(var l=0;l=0;--l)if(u[c]){a=u[c];break}a=a||s.none}if(i["isArray"](a)){var f=null==t.level?0:t.level>=0?t.level:a.length+t.level;f=Math.min(f,a.length-1),a=a[f]}}return x(new Date(t.value),a,o,r)}function O(t,e){var n=r["p"](t),i=n[k(e)]()+1,o=n[j(e)](),a=n[M(e)](),s=n[T(e)](),l=n[A(e)](),u=n[I(e)](),c=0===u,h=c&&0===l,d=h&&0===s,f=d&&0===a,p=f&&1===o,g=p&&1===i;return g?"year":p?"month":f?"day":d?"hour":h?"minute":c?"second":"millisecond"}function S(t,e,n){var o=i["isNumber"](t)?r["p"](t):t;switch(e=e||O(t,n),e){case"year":return o[C(n)]();case"half-year":return o[k(n)]()>=6?1:0;case"quarter":return Math.floor((o[k(n)]()+1)/4);case"month":return o[k(n)]();case"day":return o[j(n)]();case"half-day":return o[M(n)]()/24;case"hour":return o[M(n)]();case"minute":return o[T(n)]();case"second":return o[A(n)]();case"millisecond":return o[I(n)]()}}function C(t){return t?"getUTCFullYear":"getFullYear"}function k(t){return t?"getUTCMonth":"getMonth"}function j(t){return t?"getUTCDate":"getDate"}function M(t){return t?"getUTCHours":"getHours"}function T(t){return t?"getUTCMinutes":"getMinutes"}function A(t){return t?"getUTCSeconds":"getSeconds"}function I(t){return t?"getUTCMilliseconds":"getMilliseconds"}function E(t){return t?"setUTCFullYear":"setFullYear"}function D(t){return t?"setUTCMonth":"setMonth"}function P(t){return t?"setUTCDate":"setDate"}function L(t){return t?"setUTCHours":"setHours"}function N(t){return t?"setUTCMinutes":"setMinutes"}function R(t){return t?"setUTCSeconds":"setSeconds"}function $(t){return t?"setUTCMilliseconds":"setMilliseconds"}},"89ea":function(t,e){var n=t.exports={version:"2.6.12"};"number"==typeof __e&&(__e=n)},"89f0":function(t,e,n){"use strict";var i=n("ac02"),r=n("68d0"),o=n("8b7a"),a=n("f6f9"),s=n("31a1"),l=n("6e02"),u=l((function(){return 4294967297!==[].push.call({length:4294967296},1)})),c=function(){try{Object.defineProperty([],"length",{writable:!1}).push()}catch(t){return t instanceof TypeError}},h=u||!c();i({target:"Array",proto:!0,arity:1,forced:h},{push:function(t){var e=r(this),n=o(e),i=arguments.length;s(n+i);for(var l=0;l=0;i--){var r=t[i];"."===r?t.splice(i,1):".."===r?(t.splice(i,1),n++):n&&(t.splice(i,1),n--)}if(e)for(;n--;n)t.unshift("..");return t}function i(t){"string"!==typeof t&&(t+="");var e,n=0,i=-1,r=!0;for(e=t.length-1;e>=0;--e)if(47===t.charCodeAt(e)){if(!r){n=e+1;break}}else-1===i&&(r=!1,i=e+1);return-1===i?"":t.slice(n,i)}function r(t,e){if(t.filter)return t.filter(e);for(var n=[],i=0;i=-1&&!i;o--){var a=o>=0?arguments[o]:t.cwd();if("string"!==typeof a)throw new TypeError("Arguments to path.resolve must be strings");a&&(e=a+"/"+e,i="/"===a.charAt(0))}return e=n(r(e.split("/"),(function(t){return!!t})),!i).join("/"),(i?"/":"")+e||"."},e.normalize=function(t){var i=e.isAbsolute(t),a="/"===o(t,-1);return t=n(r(t.split("/"),(function(t){return!!t})),!i).join("/"),t||i||(t="."),t&&a&&(t+="/"),(i?"/":"")+t},e.isAbsolute=function(t){return"/"===t.charAt(0)},e.join=function(){var t=Array.prototype.slice.call(arguments,0);return e.normalize(r(t,(function(t,e){if("string"!==typeof t)throw new TypeError("Arguments to path.join must be strings");return t})).join("/"))},e.relative=function(t,n){function i(t){for(var e=0;e=0;n--)if(""!==t[n])break;return e>n?[]:t.slice(e,n-e+1)}t=e.resolve(t).substr(1),n=e.resolve(n).substr(1);for(var r=i(t.split("/")),o=i(n.split("/")),a=Math.min(r.length,o.length),s=a,l=0;l=1;--o)if(e=t.charCodeAt(o),47===e){if(!r){i=o;break}}else r=!1;return-1===i?n?"/":".":n&&1===i?"/":t.slice(0,i)},e.basename=function(t,e){var n=i(t);return e&&n.substr(-1*e.length)===e&&(n=n.substr(0,n.length-e.length)),n},e.extname=function(t){"string"!==typeof t&&(t+="");for(var e=-1,n=0,i=-1,r=!0,o=0,a=t.length-1;a>=0;--a){var s=t.charCodeAt(a);if(47!==s)-1===i&&(r=!1,i=a+1),46===s?-1===e?e=a:1!==o&&(o=1):-1!==e&&(o=-1);else if(!r){n=a+1;break}}return-1===e||-1===i||0===o||1===o&&e===i-1&&e===n+1?"":t.slice(e,i)};var o="b"==="ab".substr(-1)?function(t,e,n){return t.substr(e,n)}:function(t,e,n){return e<0&&(e=t.length+e),t.substr(e,n)}}).call(this,n("e649"))},"8aa3":function(t,e,n){"use strict";var i,r=n("e289");i=r["a"].hasGlobalWindow&&(window.requestAnimationFrame&&window.requestAnimationFrame.bind(window)||window.msRequestAnimationFrame&&window.msRequestAnimationFrame.bind(window)||window.mozRequestAnimationFrame||window.webkitRequestAnimationFrame)||function(t){return setTimeout(t,16)},e["a"]=i},"8b04":function(t,e,n){"use strict";var i=n("81e1"),r=n("743e"),o=n("c2f2"),a=n("00f5"),s=n("3571"),l=n("1ff4"),u=n("126d"),c=n("b4b2").IteratorPrototype,h=n("9b31"),d=n("876b"),f=s("toStringTag"),p="IteratorHelper",g="WrapForValidIterator",v=l.set,m=function(t){var e=l.getterFor(t?g:p);return a(r(c),{next:function(){var n=e(this);if(t)return n.nextHandler();if(n.done)return h(void 0,!0);try{var i=n.nextHandler();return n.returnHandlerResult?i:h(i,n.done)}catch(r){throw n.done=!0,r}},return:function(){var n=e(this),r=n.iterator;if(n.done=!0,t){var o=u(r,"return");return o?i(o,r):h(void 0,!0)}if(n.inner)try{d(n.inner.iterator,"normal")}catch(a){return d(r,"throw",a)}return r&&d(r,"normal"),h(void 0,!0)}})},y=m(!0),b=m(!1);o(b,f,"Iterator Helper"),t.exports=function(t,e,n){var i=function(i,r){r?(r.iterator=i.iterator,r.next=i.next):r=i,r.type=e?g:p,r.returnHandlerResult=!!n,r.nextHandler=t,r.counter=0,r.done=!1,v(this,r)};return i.prototype=e?y:b,i}},"8b2b":function(t,e,n){"use strict";var i=n("8279"),r=n("87f3"),o=n("42a5"),a=n("090f"),s=n("c2f2"),l=n("7631"),u=n("3571"),c=u("iterator"),h=a.values,d=function(t,e){if(t){if(t[c]!==h)try{s(t,c,h)}catch(i){t[c]=h}if(l(t,e,!0),r[e])for(var n in a)if(t[n]!==a[n])try{s(t,n,a[n])}catch(i){t[n]=a[n]}}};for(var f in r)d(i[f]&&i[f].prototype,f);d(o,"DOMTokenList")},"8b2d":function(t,e,n){"use strict";var i=n("dceb"),r=i({}.toString),o=i("".slice);t.exports=function(t){return o(r(t),8,-1)}},"8b50":function(t,e,n){"use strict";e.__esModule=!0,e.default=a;var i=n("56ac"),r=o(i);function o(t){return t&&t.__esModule?t:{default:t}}function a(t,e){if(!r.default.prototype.$isServer)if(e){var n=[],i=e.offsetParent;while(i&&t!==i&&t.contains(i))n.push(i),i=i.offsetParent;var o=e.offsetTop+n.reduce((function(t,e){return t+e.offsetTop}),0),a=o+e.offsetHeight,s=t.scrollTop,l=s+t.clientHeight;ol&&(t.scrollTop=a-t.clientHeight)}else t.scrollTop=0}},"8b7a":function(t,e,n){"use strict";var i=n("a05c");t.exports=function(t){return i(t.length)}},"8bac":function(t,e,n){"use strict";var i=n("6e50"),r=n("9b20"),o=n("7847"),a=n("c32f");t.exports=function(t,e,n){for(var s=r(e),l=a.f,u=o.f,c=0;c-1}function v(t,e){if(t){for(var n=t.className,i=(e||"").split(" "),r=0,o=i.length;ri.top&&n.right>i.left&&n.left2)if(u=_(u),e=j(u,0),43===e||45===e){if(n=j(u,2),88===n||120===n)return NaN}else if(48===e){switch(j(u,1)){case 66:case 98:i=2,r=49;break;case 79:case 111:i=8,r=55;break;default:return+u}for(o=k(u,2),a=o.length,s=0;sr)return NaN;return parseInt(o,i)}return+u},A=u(x,!w(" 0o1")||!w("0b1")||w("+0x1")),I=function(t){return d(S,t)&&g((function(){b(t)}))},E=function(t){var e=arguments.length<1?0:w(M(t));return I(this)?h(Object(e),this,E):e};E.prototype=S,A&&!r&&(S.constructor=E),i({global:!0,constructor:!0,wrap:!0,forced:A},{Number:E});var D=function(t,e){for(var n,i=o?v(e):"MAX_VALUE,MIN_VALUE,NaN,NEGATIVE_INFINITY,POSITIVE_INFINITY,EPSILON,MAX_SAFE_INTEGER,MIN_SAFE_INTEGER,isFinite,isInteger,isNaN,isSafeInteger,parseFloat,parseInt,fromString,range".split(","),r=0;i.length>r;r++)c(e,n=i[r])&&!c(t,n)&&y(t,n,m(e,n))};r&&O&&D(s[x],O),(A||r)&&D(s[x],w)},"8eaf":function(t,e,n){"use strict";e.__esModule=!0,e.i18n=e.use=e.t=void 0;var i=n("fcac"),r=h(i),o=n("56ac"),a=h(o),s=n("c978"),l=h(s),u=n("0d7f"),c=h(u);function h(t){return t&&t.__esModule?t:{default:t}}var d=(0,c.default)(a.default),f=r.default,p=!1,g=function(){var t=Object.getPrototypeOf(this||a.default).$t;if("function"===typeof t&&a.default.locale)return p||(p=!0,a.default.locale(a.default.config.lang,(0,l.default)(f,a.default.locale(a.default.config.lang)||{},{clone:!0}))),t.apply(this,arguments)},v=e.t=function(t,e){var n=g.apply(this,arguments);if(null!==n&&void 0!==n)return n;for(var i=t.split("."),r=f,o=0,a=i.length;o=0&&n.attr(r.oldLayoutSelect),Object(c["indexOf"])(p,"emphasis")>=0&&n.attr(r.oldLayoutEmphasis)),Object(o["h"])(n,h,e,u)}else if(n.attr(h),!Object(d["f"])(n).valueAnimation){var g=Object(c["retrieve2"])(n.style.opacity,1);n.style.opacity=0,Object(o["c"])(n,{style:{opacity:g}},e,u)}if(r.oldLayout=h,n.states.select){var v=r.oldLayoutSelect={};_(v,h,x),_(v,n.states.select,x)}if(n.states.emphasis){var m=r.oldLayoutEmphasis={};_(m,h,x),_(m,n.states.emphasis,x)}Object(d["a"])(n,u,f,e,e)}if(i&&!i.ignore&&!i.invisible){r=b(i),s=r.oldLayout;var w={points:i.shape.points};s?(i.attr({shape:s}),Object(o["h"])(i,{shape:w},e)):(i.setShape(w),i.style.strokePercent=0,Object(o["c"])(i,{style:{strokePercent:1}},e)),r.oldLayout=w}},t}(),O=w,S=Object(i["o"])();function C(t){t.registerUpdateLifecycle("series:beforeupdate",(function(t,e,n){var i=S(e).labelManager;i||(i=S(e).labelManager=new O),i.clearLabels()})),t.registerUpdateLifecycle("series:layoutlabels",(function(t,e,n){var i=S(e).labelManager;n.updatedSeries.forEach((function(t){i.addLabelsOfSeries(e.getViewOfSeriesModel(t))})),i.updateLayoutConfig(e),i.layout(e),i.processLabelsOverall()}))}},9058:function(t,e,n){"use strict";n.d(e,"a",(function(){return r}));n("0899"),n("7db3"),n("83a4"),n("cc69"),n("b83f"),n("3255"),n("02c4"),n("01c9"),n("7b61");var i=n("2df7");function r(t,e){if(t){if("string"==typeof t)return Object(i["a"])(t,e);var n={}.toString.call(t).slice(8,-1);return"Object"===n&&t.constructor&&(n=t.constructor.name),"Map"===n||"Set"===n?Array.from(t):"Arguments"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)?Object(i["a"])(t,e):void 0}}},"905b":function(t,e,n){"use strict";var i=n("50af"),r=n("5510"),o=n("43fe"),a=n("5325"),s=n("51bf"),l=n("e358"),u=Object(s["defaults"])({strokeFirst:!0,font:l["a"],x:0,y:0,textAlign:"left",textBaseline:"top",miterLimit:2},a["a"]),c=function(t){function e(){return null!==t&&t.apply(this,arguments)||this}return Object(i["a"])(e,t),e.prototype.hasStroke=function(){var t=this.style,e=t.stroke;return null!=e&&"none"!==e&&t.lineWidth>0},e.prototype.hasFill=function(){var t=this.style,e=t.fill;return null!=e&&"none"!==e},e.prototype.createStyle=function(t){return Object(s["createObject"])(u,t)},e.prototype.setBoundingRect=function(t){this._rect=t},e.prototype.getBoundingRect=function(){var t=this.style;if(!this._rect){var e=t.text;null!=e?e+="":e="";var n=Object(o["d"])(e,t.font,t.textAlign,t.textBaseline);if(n.x+=t.x||0,n.y+=t.y||0,this.hasStroke()){var i=t.lineWidth;n.x-=i/2,n.y-=i/2,n.width+=i,n.height+=i}this._rect=n}return this._rect},e.initDefaultProps=function(){var t=e.prototype;t.dirtyRectTolerance=10}(),e}(r["c"]);c.prototype.type="tspan",e["a"]=c},"91b2":function(t,e,n){"use strict";var i=n("dceb");t.exports=i({}.isPrototypeOf)},"92d2":function(t,e,n){"use strict";var i=n("8279"),r=n("74bc"),o=Object.getOwnPropertyDescriptor;t.exports=function(t){if(!r)return i[t];var e=o(i,t);return e&&e.value}},"92f2":function(t,e,n){(function(e){(function(e,n){t.exports=n()})(0,(function(){"use strict";var t=function(t){var e=t.id,n=t.viewBox,i=t.content;this.id=e,this.viewBox=n,this.content=i};t.prototype.stringify=function(){return this.content},t.prototype.toString=function(){return this.stringify()},t.prototype.destroy=function(){var t=this;["id","viewBox","content"].forEach((function(e){return delete t[e]}))};var n=function(t){var e=!!document.importNode,n=(new DOMParser).parseFromString(t,"image/svg+xml").documentElement;return e?document.importNode(n,!0):n};"undefined"!==typeof window?window:"undefined"!==typeof e||"undefined"!==typeof self&&self;function i(t,e){return e={exports:{}},t(e,e.exports),e.exports}var r=i((function(t,e){(function(e,n){t.exports=n()})(0,(function(){function t(t){var e=t&&"object"===typeof t;return e&&"[object RegExp]"!==Object.prototype.toString.call(t)&&"[object Date]"!==Object.prototype.toString.call(t)}function e(t){return Array.isArray(t)?[]:{}}function n(n,i){var r=i&&!0===i.clone;return r&&t(n)?o(e(n),n,i):n}function i(e,i,r){var a=e.slice();return i.forEach((function(i,s){"undefined"===typeof a[s]?a[s]=n(i,r):t(i)?a[s]=o(e[s],i,r):-1===e.indexOf(i)&&a.push(n(i,r))})),a}function r(e,i,r){var a={};return t(e)&&Object.keys(e).forEach((function(t){a[t]=n(e[t],r)})),Object.keys(i).forEach((function(s){t(i[s])&&e[s]?a[s]=o(e[s],i[s],r):a[s]=n(i[s],r)})),a}function o(t,e,o){var a=Array.isArray(e),s=o||{arrayMerge:i},l=s.arrayMerge||i;return a?Array.isArray(t)?l(t,e,o):n(e,o):r(t,e,o)}return o.all=function(t,e){if(!Array.isArray(t)||t.length<2)throw new Error("first argument should be an array with at least two elements");return t.reduce((function(t,n){return o(t,n,e)}))},o}))})),o=i((function(t,e){var n={svg:{name:"xmlns",uri:"http://www.w3.org/2000/svg"},xlink:{name:"xmlns:xlink",uri:"http://www.w3.org/1999/xlink"}};e.default=n,t.exports=e.default})),a=function(t){return Object.keys(t).map((function(e){var n=t[e].toString().replace(/"/g,""");return e+'="'+n+'"'})).join(" ")},s=o.svg,l=o.xlink,u={};u[s.name]=s.uri,u[l.name]=l.uri;var c=function(t,e){void 0===t&&(t="");var n=r(u,e||{}),i=a(n);return""+t+""},h=function(t){function e(){t.apply(this,arguments)}t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e;var i={isMounted:{}};return i.isMounted.get=function(){return!!this.node},e.createFromExistingNode=function(t){return new e({id:t.getAttribute("id"),viewBox:t.getAttribute("viewBox"),content:t.outerHTML})},e.prototype.destroy=function(){this.isMounted&&this.unmount(),t.prototype.destroy.call(this)},e.prototype.mount=function(t){if(this.isMounted)return this.node;var e="string"===typeof t?document.querySelector(t):t,n=this.render();return this.node=n,e.appendChild(n),n},e.prototype.render=function(){var t=this.stringify();return n(c(t)).childNodes[0]},e.prototype.unmount=function(){this.node.parentNode.removeChild(this.node)},Object.defineProperties(e.prototype,i),e}(t);return h}))}).call(this,n("a40a"))},9327:function(t,e,n){"use strict";var i=n("e11d"),r=n("9d74"),o=(n("e3f7"),n("1dbc")),a=n("1b4a"),s=n("9045");Object(r["a"])([o["a"],a["a"]]);Object(r["a"])(s["a"]),i["t"]({type:"series.wordCloud",visualStyleAccessPath:"textStyle",visualStyleMapper:function(t){return{fill:t.get("color")}},visualDrawType:"fill",optionUpdated:function(){var t=this.option;t.gridSize=Math.max(Math.floor(t.gridSize),4)},getInitialData:function(t,e){var n=i["A"].createDimensions(t.data,{coordDimensions:["value"]}),r=new i["e"](n,this);return r.initData(t.data),r},defaultOption:{maskImage:null,shape:"circle",keepAspect:!1,left:"center",top:"center",width:"70%",height:"80%",sizeRange:[12,60],rotationRange:[-90,90],rotationStep:45,gridSize:8,drawOutOfBound:!1,shrinkToFit:!1,textStyle:{fontWeight:"normal"}}}),i["q"]({type:"wordCloud",render:function(t,e,n){var r=this.group;r.removeAll();var o=t.getData(),a=t.get("gridSize");t.layoutInstance.ondraw=function(e,n,s,l){var u=o.getItemModel(s),c=u.getModel("textStyle"),h=new i["z"].Text({style:i["A"].createTextStyle(c),scaleX:1/l.info.mu,scaleY:1/l.info.mu,x:(l.gx+l.info.gw/2)*a,y:(l.gy+l.info.gh/2)*a,rotation:l.rot});h.setStyle({x:l.info.fillTextOffsetX,y:l.info.fillTextOffsetY+.5*n,text:e,verticalAlign:"middle",fill:o.getItemVisual(s,"style").fill,fontSize:n}),r.add(h),o.setItemGraphicEl(s,h),h.ensureState("emphasis").style=i["A"].createTextStyle(u.getModel(["emphasis","textStyle"]),{state:"emphasis"}),h.ensureState("blur").style=i["A"].createTextStyle(u.getModel(["blur","textStyle"]),{state:"blur"}),i["A"].enableHoverEmphasis(h,u.get(["emphasis","focus"]),u.get(["emphasis","blurScope"])),h.stateTransition={duration:t.get("animation")?t.get(["stateAnimation","duration"]):0,easing:t.get(["stateAnimation","easing"])},h.__highDownDispatcher=!0},this._model=t},remove:function(){this.group.removeAll(),this._model.layoutInstance.dispose()},dispose:function(){this._model.layoutInstance.dispose()}}), +/*! + * wordcloud2.js + * http://timdream.org/wordcloud2.js/ + * + * Copyright 2011 - 2019 Tim Guan-tin Chien and contributors. + * Released under the MIT license + */ +window.setImmediate||(window.setImmediate=function(){return window.msSetImmediate||window.webkitSetImmediate||window.mozSetImmediate||window.oSetImmediate||function(){if(!window.postMessage||!window.addEventListener)return null;var t=[void 0],e="zero-timeout-message",n=function(n){var i=t.length;return t.push(n),window.postMessage(e+i.toString(36),"*"),i};return window.addEventListener("message",(function(n){if("string"===typeof n.data&&n.data.substr(0,e.length)===e){n.stopImmediatePropagation();var i=parseInt(n.data.substr(e.length),36);t[i]&&(t[i](),t[i]=void 0)}}),!0),window.clearImmediate=function(e){t[e]&&(t[e]=void 0)},n}()||function(t){window.setTimeout(t,0)}}()),window.clearImmediate||(window.clearImmediate=function(){return window.msClearImmediate||window.webkitClearImmediate||window.mozClearImmediate||window.oClearImmediate||function(t){window.clearTimeout(t)}}());var l=function(){var t=document.createElement("canvas");if(!t||!t.getContext)return!1;var e=t.getContext("2d");return!!e&&(!!e.getImageData&&(!!e.fillText&&(!!Array.prototype.some&&!!Array.prototype.push)))}(),u=function(){if(l){var t,e,n=document.createElement("canvas").getContext("2d"),i=20;while(i){if(n.font=i.toString(10)+"px sans-serif",n.measureText("W").width===t&&n.measureText("m").width===e)return i+1;t=n.measureText("W").width,e=n.measureText("m").width,i--}return 0}}(),c=function(t){if(Array.isArray(t)){var e=t.slice();return e.splice(0,2),e}return[]},h=function(t){for(var e,n,i=t.length;i;)e=Math.floor(Math.random()*i),n=t[--i],t[i]=t[e],t[e]=n;return t},d={},f=function(t,e){if(l){var n=Math.floor(Math.random()*Date.now());Array.isArray(t)||(t=[t]),t.forEach((function(e,n){if("string"===typeof e){if(t[n]=document.getElementById(e),!t[n])throw new Error("The element id specified is not found.")}else if(!e.tagName&&!e.appendChild)throw new Error("You must pass valid HTML elements, or ID of the element.")}));var i={list:[],fontFamily:'"Trebuchet MS", "Heiti TC", "微軟正黑體", "Arial Unicode MS", "Droid Fallback Sans", sans-serif',fontWeight:"normal",color:"random-dark",minSize:0,weightFactor:1,clearCanvas:!0,backgroundColor:"#fff",gridSize:8,drawOutOfBound:!1,shrinkToFit:!1,origin:null,drawMask:!1,maskColor:"rgba(255,0,0,0.3)",maskGapWidth:.3,layoutAnimation:!0,wait:0,abortThreshold:0,abort:function(){},minRotation:-Math.PI/2,maxRotation:Math.PI/2,rotationStep:.1,shuffle:!0,rotateRatio:.1,shape:"circle",ellipticity:.65,classes:null,hover:null,click:null};if(e)for(var r in e)r in i&&(i[r]=e[r]);if("function"!==typeof i.weightFactor){var o=i.weightFactor;i.weightFactor=function(t){return t*o}}if("function"!==typeof i.shape)switch(i.shape){case"circle":default:i.shape="circle";break;case"cardioid":i.shape=function(t){return 1-Math.sin(t)};break;case"diamond":i.shape=function(t){var e=t%(2*Math.PI/4);return 1/(Math.cos(e)+Math.sin(e))};break;case"square":i.shape=function(t){return Math.min(1/Math.abs(Math.cos(t)),1/Math.abs(Math.sin(t)))};break;case"triangle-forward":i.shape=function(t){var e=t%(2*Math.PI/3);return 1/(Math.cos(e)+Math.sqrt(3)*Math.sin(e))};break;case"triangle":case"triangle-upright":i.shape=function(t){var e=(t+3*Math.PI/2)%(2*Math.PI/3);return 1/(Math.cos(e)+Math.sqrt(3)*Math.sin(e))};break;case"pentagon":i.shape=function(t){var e=(t+.955)%(2*Math.PI/5);return 1/(Math.cos(e)+.726543*Math.sin(e))};break;case"star":i.shape=function(t){var e=(t+.955)%(2*Math.PI/10);return(t+.955)%(2*Math.PI/5)-2*Math.PI/10>=0?1/(Math.cos(2*Math.PI/10-e)+3.07768*Math.sin(2*Math.PI/10-e)):1/(Math.cos(e)+3.07768*Math.sin(e))};break}i.gridSize=Math.max(Math.floor(i.gridSize),4);var a,s,f,p,g,v,m,y,b=i.gridSize,_=b-i.maskGapWidth,x=Math.abs(i.maxRotation-i.minRotation),w=Math.min(i.maxRotation,i.minRotation),O=i.rotationStep;switch(i.color){case"random-dark":m=function(){return H(10,50)};break;case"random-light":m=function(){return H(50,90)};break;default:"function"===typeof i.color&&(m=i.color);break}"function"===typeof i.fontWeight&&(y=i.fontWeight);var S=null;"function"===typeof i.classes&&(S=i.classes);var C,k=!1,j=[],M=function(t){var e,n,i=t.currentTarget,r=i.getBoundingClientRect();t.touches?(e=t.touches[0].clientX,n=t.touches[0].clientY):(e=t.clientX,n=t.clientY);var o=e-r.left,a=n-r.top,s=Math.floor(o*(i.width/r.width||1)/b),l=Math.floor(a*(i.height/r.height||1)/b);return j[s]?j[s][l]:null},T=function(t){var e=M(t);C!==e&&(C=e,e?i.hover(e.item,e.dimension,t):i.hover(void 0,void 0,t))},A=function(t){var e=M(t);e&&(i.click(e.item,e.dimension,t),t.preventDefault())},I=[],E=function(t){if(I[t])return I[t];var e=8*t,n=e,r=[];0===t&&r.push([p[0],p[1],0]);while(n--){var o=1;"circle"!==i.shape&&(o=i.shape(n/e*2*Math.PI)),r.push([p[0]+t*o*Math.cos(-n/e*2*Math.PI),p[1]+t*o*Math.sin(-n/e*2*Math.PI)*i.ellipticity,n/e*2*Math.PI])}return I[t]=r,r},D=function(){return i.abortThreshold>0&&(new Date).getTime()-v>i.abortThreshold},P=function(){return 0===i.rotateRatio||Math.random()>i.rotateRatio?0:0===x?w:w+Math.round(Math.random()*x/O)*O},L=function(t,e,n,r){var o=!1,a=i.weightFactor(e);if(a<=i.minSize)return!1;var s,l=1;aE[1]&&(E[1]=I),jE[2]&&(E[2]=j),o&&(h.fillStyle="rgba(255, 0, 0, 0.5)",h.fillRect(I*b,j*b,b-.5,b-.5));break t}}o&&(h.fillStyle="rgba(0, 0, 255, 0.5)",h.fillRect(I*b,j*b,b-.5,b-.5))}}return o&&(h.fillStyle="rgba(0, 255, 0, 0.5)",h.fillRect(E[3]*b,E[0]*b,(E[1]-E[3]+1)*b,(E[2]-E[0]+1)*b)),{mu:l,occupied:A,bounds:E,gw:O,gh:w,fillTextOffsetX:_,fillTextOffsetY:x,fillTextWidth:d,fillTextHeight:f,fontSize:a}},N=function(t,e,n,r,o){var l=o.length;while(l--){var u=t+o[l][0],c=e+o[l][1];if(u>=s||c>=f||u<0||c<0){if(!i.drawOutOfBound)return!1}else if(!a[u][c])return!1}return!0},R=function(e,n,r,o,a,s,l,u,c,h){var d,f,p,g=r.fontSize;d=m?m(o,a,g,s,l,h):i.color,f=y?y(o,a,g,h):i.fontWeight,p=S?S(o,a,g,h):i.classes,t.forEach((function(t){if(t.getContext){var a=t.getContext("2d"),s=r.mu;a.save(),a.scale(1/s,1/s),a.font=f+" "+(g*s).toString(10)+"px "+i.fontFamily,a.fillStyle=d,a.translate((e+r.gw/2)*b*s,(n+r.gh/2)*b*s),0!==u&&a.rotate(-u),a.textBaseline="middle",a.fillText(o,r.fillTextOffsetX*s,(r.fillTextOffsetY+.5*g)*s),a.restore()}else{var l=document.createElement("span"),h="";h="rotate("+-u/Math.PI*180+"deg) ",1!==r.mu&&(h+="translateX(-"+r.fillTextWidth/4+"px) scale("+1/r.mu+")");var v={position:"absolute",display:"block",font:f+" "+g*r.mu+"px "+i.fontFamily,left:(e+r.gw/2)*b+r.fillTextOffsetX+"px",top:(n+r.gh/2)*b+r.fillTextOffsetY+"px",width:r.fillTextWidth+"px",height:r.fillTextHeight+"px",lineHeight:g+"px",whiteSpace:"nowrap",transform:h,webkitTransform:h,msTransform:h,transformOrigin:"50% 40%",webkitTransformOrigin:"50% 40%",msTransformOrigin:"50% 40%"};for(var m in d&&(v.color=d),l.textContent=o,v)l.style[m]=v[m];if(c)for(var y in c)l.setAttribute(y,c[y]);p&&(l.className+=p),t.appendChild(l)}}))},$=function(e,n,i,r,o){if(!(e>=s||n>=f||e<0||n<0)){if(a[e][n]=!1,i){var l=t[0].getContext("2d");l.fillRect(e*b,n*b,_,_)}k&&(j[e][n]={item:o,dimension:r})}},B=function(e,n,r,o,a,l){var u,c,h=a.occupied,d=i.drawMask;if(d&&(u=t[0].getContext("2d"),u.save(),u.fillStyle=i.maskColor),k){var p=a.bounds;c={x:(e+p[3])*b,y:(n+p[0])*b,w:(p[1]-p[3]+1)*b,h:(p[2]-p[0]+1)*b}}var g=h.length;while(g--){var v=e+h[g][0],m=n+h[g][1];v>=s||m>=f||v<0||m<0||$(v,m,d,c,l)}d&&u.restore()},F=function t(e,n){if(n>20)return null;var r,o,a;Array.isArray(e)?(r=e[0],o=e[1]):(r=e.word,o=e.weight,a=e.attributes);var l=P(),u=c(e),d=L(r,o,l,u);if(!d)return!1;if(D())return!1;if(!i.drawOutOfBound&&!i.shrinkToFit){var p=d.bounds;if(p[1]-p[3]+1>s||p[2]-p[0]+1>f)return!1}var v=g+1,m=function(t){var n=Math.floor(t[0]-d.gw/2),i=Math.floor(t[1]-d.gh/2),s=d.gw,c=d.gh;return!!N(n,i,s,c,d.occupied)&&(R(n,i,d,r,o,g-v,t[2],l,a,u),B(n,i,s,c,d,e),{gx:n,gy:i,rot:l,info:d})};while(v--){var y=E(g-v);i.shuffle&&(y=[].concat(y),h(y));for(var b=0;b=i.list.length)return h(d[n]),z("wordcloudstop",!1),M("wordcloudstart",I),void delete d[n];v=(new Date).getTime();var e=F(i.list[u],0),r=!z("wordclouddrawn",!0,{item:i.list[u],drawn:e});if(D()||r)return h(d[n]),i.abort(),z("wordcloudabort",!1),z("wordcloudstop",!1),void M("wordcloudstart",I);u++,d[n]=c(t,i.wait)}}),i.wait)}};V()}function H(t,e){return"hsl("+(360*Math.random()).toFixed()+","+(30*Math.random()+70).toFixed()+"%,"+(Math.random()*(e-t)+t).toFixed()+"%)"}};f.isSupported=l,f.minFontSize=u;var p=f;if(!p.isSupported)throw new Error("Sorry your browser not support wordCloud");function g(t){for(var e=t.getContext("2d"),n=e.getImageData(0,0,t.width,t.height),i=e.createImageData(n),r=0,o=0,a=0;a128){var l=n.data[a]+n.data[a+1]+n.data[a+2];r+=l,++o}}var u=r/o;for(a=0;au?(i.data[a]=0,i.data[a+1]=0,i.data[a+2]=0,i.data[a+3]=0):(i.data[a]=255,i.data[a+1]=255,i.data[a+2]=255,i.data[a+3]=255)}e.putImageData(i,0,0)}function v(t,e){var n=t.width,i=t.height;n>i*e?(t.x+=(n-i*e)/2,t.width=i*e):(t.y+=(i-n/e)/2,t.height=n/e)}i["J"]((function(t,e){t.eachSeriesByType("wordCloud",(function(n){var r=i["A"].getLayoutRect(n.getBoxLayoutParams(),{width:e.getWidth(),height:e.getHeight()}),o=n.get("keepAspect"),a=n.get("maskImage"),s=a?a.width/a.height:1;o&&v(r,s);var l=n.getData(),u=document.createElement("canvas");u.width=r.width,u.height=r.height;var c=u.getContext("2d");if(a)try{c.drawImage(a,0,0,u.width,u.height),g(u)}catch(_){console.error("Invalid mask image"),console.error(_.toString())}var h=n.get("sizeRange"),d=n.get("rotationRange"),f=l.getDataExtent("value"),m=Math.PI/180,y=n.get("gridSize");function b(t){var e=t.detail.item;t.detail.drawn&&n.layoutInstance.ondraw&&(t.detail.drawn.gx+=r.x/y,t.detail.drawn.gy+=r.y/y,n.layoutInstance.ondraw(e[0],e[1],e[2],t.detail.drawn))}p(u,{list:l.mapArray("value",(function(t,e){var n=l.getItemModel(e);return[l.getName(e),n.get("textStyle.fontSize",!0)||i["E"].linearMap(t,f,h),e]})).sort((function(t,e){return e[1]-t[1]})),fontFamily:n.get("textStyle.fontFamily")||n.get("emphasis.textStyle.fontFamily")||t.get("textStyle.fontFamily"),fontWeight:n.get("textStyle.fontWeight")||n.get("emphasis.textStyle.fontWeight")||t.get("textStyle.fontWeight"),gridSize:y,ellipticity:r.height/r.width,minRotation:d[0]*m,maxRotation:d[1]*m,clearCanvas:!a,rotateRatio:1,rotationStep:n.get("rotationStep")*m,drawOutOfBound:n.get("drawOutOfBound"),shrinkToFit:n.get("shrinkToFit"),layoutAnimation:n.get("layoutAnimation"),shuffle:!1,shape:n.get("shape")}),u.addEventListener("wordclouddrawn",b),n.layoutInstance&&n.layoutInstance.dispose(),n.layoutInstance={ondraw:null,dispose:function(){u.removeEventListener("wordclouddrawn",b),u.addEventListener("wordclouddrawn",(function(t){t.preventDefault()}))}}}))})),i["P"]((function(t){var e=(t||{}).series;!i["ab"].isArray(e)&&(e=e?[e]:[]);var n=["shadowColor","shadowBlur","shadowOffsetX","shadowOffsetY"];function r(t){t&&i["ab"].each(n,(function(e){t.hasOwnProperty(e)&&(t["text"+i["u"].capitalFirst(e)]=t[e])}))}i["ab"].each(e,(function(t){if(t&&"wordCloud"===t.type){var e=t.textStyle||{};r(e.normal),r(e.emphasis)}}))}))},"943e":function(t,e,n){t.exports=function(t){var e={};function n(i){if(e[i])return e[i].exports;var r=e[i]={i:i,l:!1,exports:{}};return t[i].call(r.exports,r,r.exports,n),r.l=!0,r.exports}return n.m=t,n.c=e,n.d=function(t,e,i){n.o(t,e)||Object.defineProperty(t,e,{enumerable:!0,get:i})},n.r=function(t){"undefined"!==typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(t,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(t,"__esModule",{value:!0})},n.t=function(t,e){if(1&e&&(t=n(t)),8&e)return t;if(4&e&&"object"===typeof t&&t&&t.__esModule)return t;var i=Object.create(null);if(n.r(i),Object.defineProperty(i,"default",{enumerable:!0,value:t}),2&e&&"string"!=typeof t)for(var r in t)n.d(i,r,function(e){return t[e]}.bind(null,r));return i},n.n=function(t){var e=t&&t.__esModule?function(){return t["default"]}:function(){return t};return n.d(e,"a",e),e},n.o=function(t,e){return Object.prototype.hasOwnProperty.call(t,e)},n.p="/dist/",n(n.s=75)}({0:function(t,e,n){"use strict";function i(t,e,n,i,r,o,a,s){var l,u="function"===typeof t?t.options:t;if(e&&(u.render=e,u.staticRenderFns=n,u._compiled=!0),i&&(u.functional=!0),o&&(u._scopeId="data-v-"+o),a?(l=function(t){t=t||this.$vnode&&this.$vnode.ssrContext||this.parent&&this.parent.$vnode&&this.parent.$vnode.ssrContext,t||"undefined"===typeof __VUE_SSR_CONTEXT__||(t=__VUE_SSR_CONTEXT__),r&&r.call(this,t),t&&t._registeredComponents&&t._registeredComponents.add(a)},u._ssrRegister=l):r&&(l=s?function(){r.call(this,this.$root.$options.shadowRoot)}:r),l)if(u.functional){u._injectStyles=l;var c=u.render;u.render=function(t,e){return l.call(e),c(t,e)}}else{var h=u.beforeCreate;u.beforeCreate=h?[].concat(h,l):[l]}return{exports:t,options:u}}n.d(e,"a",(function(){return i}))},11:function(t,e){t.exports=n("c930")},21:function(t,e){t.exports=n("2400")},4:function(t,e){t.exports=n("3cb5")},75:function(t,e,n){"use strict";n.r(e);var i=function(){var t=this,e=t.$createElement,n=t._self._c||e;return n("div",{class:["textarea"===t.type?"el-textarea":"el-input",t.inputSize?"el-input--"+t.inputSize:"",{"is-disabled":t.inputDisabled,"is-exceed":t.inputExceed,"el-input-group":t.$slots.prepend||t.$slots.append,"el-input-group--append":t.$slots.append,"el-input-group--prepend":t.$slots.prepend,"el-input--prefix":t.$slots.prefix||t.prefixIcon,"el-input--suffix":t.$slots.suffix||t.suffixIcon||t.clearable||t.showPassword}],on:{mouseenter:function(e){t.hovering=!0},mouseleave:function(e){t.hovering=!1}}},["textarea"!==t.type?[t.$slots.prepend?n("div",{staticClass:"el-input-group__prepend"},[t._t("prepend")],2):t._e(),"textarea"!==t.type?n("input",t._b({ref:"input",staticClass:"el-input__inner",attrs:{tabindex:t.tabindex,type:t.showPassword?t.passwordVisible?"text":"password":t.type,disabled:t.inputDisabled,readonly:t.readonly,autocomplete:t.autoComplete||t.autocomplete,"aria-label":t.label},on:{compositionstart:t.handleCompositionStart,compositionupdate:t.handleCompositionUpdate,compositionend:t.handleCompositionEnd,input:t.handleInput,focus:t.handleFocus,blur:t.handleBlur,change:t.handleChange}},"input",t.$attrs,!1)):t._e(),t.$slots.prefix||t.prefixIcon?n("span",{staticClass:"el-input__prefix"},[t._t("prefix"),t.prefixIcon?n("i",{staticClass:"el-input__icon",class:t.prefixIcon}):t._e()],2):t._e(),t.getSuffixVisible()?n("span",{staticClass:"el-input__suffix"},[n("span",{staticClass:"el-input__suffix-inner"},[t.showClear&&t.showPwdVisible&&t.isWordLimitVisible?t._e():[t._t("suffix"),t.suffixIcon?n("i",{staticClass:"el-input__icon",class:t.suffixIcon}):t._e()],t.showClear?n("i",{staticClass:"el-input__icon el-icon-circle-close el-input__clear",on:{mousedown:function(t){t.preventDefault()},click:t.clear}}):t._e(),t.showPwdVisible?n("i",{staticClass:"el-input__icon el-icon-view el-input__clear",on:{click:t.handlePasswordVisible}}):t._e(),t.isWordLimitVisible?n("span",{staticClass:"el-input__count"},[n("span",{staticClass:"el-input__count-inner"},[t._v("\n "+t._s(t.textLength)+"/"+t._s(t.upperLimit)+"\n ")])]):t._e()],2),t.validateState?n("i",{staticClass:"el-input__icon",class:["el-input__validateIcon",t.validateIcon]}):t._e()]):t._e(),t.$slots.append?n("div",{staticClass:"el-input-group__append"},[t._t("append")],2):t._e()]:n("textarea",t._b({ref:"textarea",staticClass:"el-textarea__inner",style:t.textareaStyle,attrs:{tabindex:t.tabindex,disabled:t.inputDisabled,readonly:t.readonly,autocomplete:t.autoComplete||t.autocomplete,"aria-label":t.label},on:{compositionstart:t.handleCompositionStart,compositionupdate:t.handleCompositionUpdate,compositionend:t.handleCompositionEnd,input:t.handleInput,focus:t.handleFocus,blur:t.handleBlur,change:t.handleChange}},"textarea",t.$attrs,!1)),t.isWordLimitVisible&&"textarea"===t.type?n("span",{staticClass:"el-input__count"},[t._v(t._s(t.textLength)+"/"+t._s(t.upperLimit))]):t._e()],2)},r=[];i._withStripped=!0;var o=n(4),a=n.n(o),s=n(11),l=n.n(s),u=void 0,c="\n height:0 !important;\n visibility:hidden !important;\n overflow:hidden !important;\n position:absolute !important;\n z-index:-1000 !important;\n top:0 !important;\n right:0 !important\n",h=["letter-spacing","line-height","padding-top","padding-bottom","font-family","font-weight","font-size","text-rendering","text-transform","width","text-indent","padding-left","padding-right","border-width","box-sizing"];function d(t){var e=window.getComputedStyle(t),n=e.getPropertyValue("box-sizing"),i=parseFloat(e.getPropertyValue("padding-bottom"))+parseFloat(e.getPropertyValue("padding-top")),r=parseFloat(e.getPropertyValue("border-bottom-width"))+parseFloat(e.getPropertyValue("border-top-width")),o=h.map((function(t){return t+":"+e.getPropertyValue(t)})).join(";");return{contextStyle:o,paddingSize:i,borderSize:r,boxSizing:n}}function f(t){var e=arguments.length>1&&void 0!==arguments[1]?arguments[1]:1,n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:null;u||(u=document.createElement("textarea"),document.body.appendChild(u));var i=d(t),r=i.paddingSize,o=i.borderSize,a=i.boxSizing,s=i.contextStyle;u.setAttribute("style",s+";"+c),u.value=t.value||t.placeholder||"";var l=u.scrollHeight,h={};"border-box"===a?l+=o:"content-box"===a&&(l-=r),u.value="";var f=u.scrollHeight-r;if(null!==e){var p=f*e;"border-box"===a&&(p=p+r+o),l=Math.max(p,l),h.minHeight=p+"px"}if(null!==n){var g=f*n;"border-box"===a&&(g=g+r+o),l=Math.min(g,l)}return h.height=l+"px",u.parentNode&&u.parentNode.removeChild(u),u=null,h}var p=n(9),g=n.n(p),v=n(21),m={name:"ElInput",componentName:"ElInput",mixins:[a.a,l.a],inheritAttrs:!1,inject:{elForm:{default:""},elFormItem:{default:""}},data:function(){return{textareaCalcStyle:{},hovering:!1,focused:!1,isComposing:!1,passwordVisible:!1}},props:{value:[String,Number],size:String,resize:String,form:String,disabled:Boolean,readonly:Boolean,type:{type:String,default:"text"},autosize:{type:[Boolean,Object],default:!1},autocomplete:{type:String,default:"off"},autoComplete:{type:String,validator:function(t){return!0}},validateEvent:{type:Boolean,default:!0},suffixIcon:String,prefixIcon:String,label:String,clearable:{type:Boolean,default:!1},showPassword:{type:Boolean,default:!1},showWordLimit:{type:Boolean,default:!1},tabindex:String},computed:{_elFormItemSize:function(){return(this.elFormItem||{}).elFormItemSize},validateState:function(){return this.elFormItem?this.elFormItem.validateState:""},needStatusIcon:function(){return!!this.elForm&&this.elForm.statusIcon},validateIcon:function(){return{validating:"el-icon-loading",success:"el-icon-circle-check",error:"el-icon-circle-close"}[this.validateState]},textareaStyle:function(){return g()({},this.textareaCalcStyle,{resize:this.resize})},inputSize:function(){return this.size||this._elFormItemSize||(this.$ELEMENT||{}).size},inputDisabled:function(){return this.disabled||(this.elForm||{}).disabled},nativeInputValue:function(){return null===this.value||void 0===this.value?"":String(this.value)},showClear:function(){return this.clearable&&!this.inputDisabled&&!this.readonly&&this.nativeInputValue&&(this.focused||this.hovering)},showPwdVisible:function(){return this.showPassword&&!this.inputDisabled&&!this.readonly&&(!!this.nativeInputValue||this.focused)},isWordLimitVisible:function(){return this.showWordLimit&&this.$attrs.maxlength&&("text"===this.type||"textarea"===this.type)&&!this.inputDisabled&&!this.readonly&&!this.showPassword},upperLimit:function(){return this.$attrs.maxlength},textLength:function(){return"number"===typeof this.value?String(this.value).length:(this.value||"").length},inputExceed:function(){return this.isWordLimitVisible&&this.textLength>this.upperLimit}},watch:{value:function(t){this.$nextTick(this.resizeTextarea),this.validateEvent&&this.dispatch("ElFormItem","el.form.change",[t])},nativeInputValue:function(){this.setNativeInputValue()},type:function(){var t=this;this.$nextTick((function(){t.setNativeInputValue(),t.resizeTextarea(),t.updateIconOffset()}))}},methods:{focus:function(){this.getInput().focus()},blur:function(){this.getInput().blur()},getMigratingConfig:function(){return{props:{icon:"icon is removed, use suffix-icon / prefix-icon instead.","on-icon-click":"on-icon-click is removed."},events:{click:"click is removed."}}},handleBlur:function(t){this.focused=!1,this.$emit("blur",t),this.validateEvent&&this.dispatch("ElFormItem","el.form.blur",[this.value])},select:function(){this.getInput().select()},resizeTextarea:function(){if(!this.$isServer){var t=this.autosize,e=this.type;if("textarea"===e)if(t){var n=t.minRows,i=t.maxRows;this.textareaCalcStyle=f(this.$refs.textarea,n,i)}else this.textareaCalcStyle={minHeight:f(this.$refs.textarea).minHeight}}},setNativeInputValue:function(){var t=this.getInput();t&&t.value!==this.nativeInputValue&&(t.value=this.nativeInputValue)},handleFocus:function(t){this.focused=!0,this.$emit("focus",t)},handleCompositionStart:function(t){this.$emit("compositionstart",t),this.isComposing=!0},handleCompositionUpdate:function(t){this.$emit("compositionupdate",t);var e=t.target.value,n=e[e.length-1]||"";this.isComposing=!Object(v["isKorean"])(n)},handleCompositionEnd:function(t){this.$emit("compositionend",t),this.isComposing&&(this.isComposing=!1,this.handleInput(t))},handleInput:function(t){this.isComposing||t.target.value!==this.nativeInputValue&&(this.$emit("input",t.target.value),this.$nextTick(this.setNativeInputValue))},handleChange:function(t){this.$emit("change",t.target.value)},calcIconOffset:function(t){var e=[].slice.call(this.$el.querySelectorAll(".el-input__"+t)||[]);if(e.length){for(var n=null,i=0;i0?i:n)(t)}},function(t,e){t.exports=function(t){if(void 0==t)throw TypeError("Can't call method on "+t);return t}},function(t,e,n){"use strict";var i=n(70),r=n(34),o=n(7),a=n(8),s=n(12),l=n(72),u=n(25),c=n(79),h=n(2)("iterator"),d=!([].keys&&"next"in[].keys()),f=function(){return this};t.exports=function(t,e,n,p,g,v,m){l(n,e,p);var y,b,_,x=function(t){if(!d&&t in C)return C[t];switch(t){case"keys":case"values":return function(){return new n(this,t)}}return function(){return new n(this,t)}},w=e+" Iterator",O="values"==g,S=!1,C=t.prototype,k=C[h]||C["@@iterator"]||g&&C[g],j=k||x(g),M=g?O?x("entries"):j:void 0,T="Array"==e&&C.entries||k;if(T&&(_=c(T.call(new t)))!==Object.prototype&&_.next&&(u(_,w,!0),i||"function"==typeof _[h]||a(_,h,f)),O&&k&&"values"!==k.name&&(S=!0,j=function(){return k.call(this)}),i&&!m||!d&&!S&&C[h]||a(C,h,j),s[e]=j,s[w]=f,g)if(y={values:O?j:x("values"),keys:v?j:x("keys"),entries:M},m)for(b in y)b in C||o(C,b,y[b]);else r(r.P+r.F*(d||S),e,y);return y}},function(t,e,n){var i=n(30)("keys"),r=n(14);t.exports=function(t){return i[t]||(i[t]=r(t))}},function(t,e,n){var i=n(9).f,r=n(11),o=n(2)("toStringTag");t.exports=function(t,e,n){t&&!r(t=n?t:t.prototype,o)&&i(t,o,{configurable:!0,value:e})}},function(t,e,n){"use strict";var i=n(50);e.a={methods:{setEditorEvents:function(){var t=this;if(this.$amapComponent.editor&&this.events){var e=["addnode","adjust","removenode","end","move"],n={};Object.keys(this.events).forEach((function(i){-1!==e.indexOf(i)&&(n[i]=t.events[i])})),Object.keys(n).forEach((function(e){i.a.addListener(t.$amapComponent.editor,e,n[e])}))}}}}},function(t,e,n){"use strict";Object.defineProperty(e,"__esModule",{value:!0});var i=(n(65),n(45)),r=n.n(i),o=n(13),a=n(100),s=n(106),l=n(107),u=n(111),c=n(113),h=n(115),d=n(116),f=n(118),p=n(120),g=n(122),v=n(124),m=n(126),y=n(128),b=n(130),_=n(131);n.d(e,"AMapManager",(function(){return b.a})),n.d(e,"initAMapApiLoader",(function(){return o.a})),n.d(e,"createCustomComponent",(function(){return _.a})),n.d(e,"lazyAMapApiLoaderInstance",(function(){return o.b}));var x=[a.a,s.a,l.a,u.a,c.a,h.a,f.a,d.a,p.a,g.a,v.a,m.a,y.a],w={initAMapApiLoader:o.a,AMapManager:b.a,install:function(t){w.installed||(t.config.optionMergeStrategies.deferredReady=t.config.optionMergeStrategies.created,x.map((function(e){t.component(e.name,e),w[r()(e.name).replace(/^El/,"")]=e})))}};"undefined"!=typeof window&&window.Vue&&function t(e){t.installed||w.install(e)}(window.Vue),e.default=w},function(t,e,n){var i=n(29),r=n(2)("toStringTag"),o="Arguments"==i(function(){return arguments}()),a=function(t,e){try{return t[e]}catch(t){}};t.exports=function(t){var e,n,s;return void 0===t?"Undefined":null===t?"Null":"string"==typeof(n=a(e=Object(t),r))?n:o?i(e):"Object"==(s=i(e))&&"function"==typeof e.callee?"Arguments":s}},function(t,e){var n={}.toString;t.exports=function(t){return n.call(t).slice(8,-1)}},function(t,e,n){var i=n(3),r=i["__core-js_shared__"]||(i["__core-js_shared__"]={});t.exports=function(t){return r[t]||(r[t]={})}},function(t,e,n){t.exports=!n(5)&&!n(15)((function(){return 7!=Object.defineProperty(n(32)("div"),"a",{get:function(){return 7}}).a}))},function(t,e,n){var i=n(4),r=n(3).document,o=i(r)&&i(r.createElement);t.exports=function(t){return o?r.createElement(t):{}}},function(t,e,n){var i=n(4);t.exports=function(t,e){if(!i(t))return t;var n,r;if(e&&"function"==typeof(n=t.toString)&&!i(r=n.call(t)))return r;if("function"==typeof(n=t.valueOf)&&!i(r=n.call(t)))return r;if(!e&&"function"==typeof(n=t.toString)&&!i(r=n.call(t)))return r;throw TypeError("Can't convert object to primitive value")}},function(t,e,n){var i=n(3),r=n(16),o=n(8),a=n(7),s=n(17),l=function(t,e,n){var u,c,h,d,f=t&l.F,p=t&l.G,g=t&l.S,v=t&l.P,m=t&l.B,y=p?i:g?i[e]||(i[e]={}):(i[e]||{}).prototype,b=p?r:r[e]||(r[e]={}),_=b.prototype||(b.prototype={});for(u in p&&(n=e),n)c=!f&&y&&void 0!==y[u],h=(c?y:n)[u],d=m&&c?s(h,i):v&&"function"==typeof h?s(Function.call,h):h,y&&a(y,u,h,t&l.U),b[u]!=h&&o(b,u,d),v&&_[u]!=h&&(_[u]=h)};i.core=r,l.F=1,l.G=2,l.S=4,l.P=8,l.B=16,l.W=32,l.U=64,l.R=128,t.exports=l},function(t,e,n){var i=n(10),r=n(73),o=n(38),a=n(24)("IE_PROTO"),s=function(){},l=function(){var t,e=n(32)("iframe"),i=o.length;for(e.style.display="none",n(78).appendChild(e),e.src="javascript:",t=e.contentWindow.document,t.open(),t.write(" + + + + 管理端-基于Java Web的车队管理信息系统 + + + +
+ + + diff --git a/target/classes/admin/admin/public/lunar/lunar.js b/target/classes/admin/admin/public/lunar/lunar.js new file mode 100644 index 0000000..8addf0d --- /dev/null +++ b/target/classes/admin/admin/public/lunar/lunar.js @@ -0,0 +1,8405 @@ +;(function(root,factory){ + if (typeof define==='function'&&define.amd){ + define(factory); + }else if(typeof module!='undefined'&&module.exports){ + module.exports = factory(); + }else{ + var o = factory(); + for(var i in o){ + root[i] = o[i]; + } + } +})(this,function(){ + var Solar = (function(){ + var _fromDate = function(date){ + return _fromYmdHms(date.getFullYear(),date.getMonth()+1,date.getDate(),date.getHours(),date.getMinutes(),date.getSeconds()); + }; + var _fromJulianDay = function(julianDay){ + var d = Math.floor(julianDay + 0.5); + var f = julianDay + 0.5 - d; + var c; + + if (d >= 2299161) { + c = Math.floor((d - 1867216.25) / 36524.25); + d += 1 + c - Math.floor(c / 4); + } + d += 1524; + var year = Math.floor((d - 122.1) / 365.25); + d -= Math.floor(365.25 * year); + var month = Math.floor(d / 30.601); + d -= Math.floor(30.601 * month); + var day = d; + if (month > 13) { + month -= 13; + year -= 4715; + } else { + month -= 1; + year -= 4716; + } + f *= 24; + var hour = Math.floor(f); + + f -= hour; + f *= 60; + var minute = Math.floor(f); + + f -= minute; + f *= 60; + var second = Math.round(f); + if(second>59){ + second-=60; + minute++; + } + if(minute>59){ + minute-=60; + hour++; + } + return _fromYmdHms(year,month,day,hour,minute,second); + }; + var _fromYmdHms = function(y,m,d,hour,minute,second){ + var oy = y; + var om = m; + var od = d; + var oh = hour; + var oi = minute; + var os = second; + y *= 1; + if(isNaN(y)){ + throw new Error('wrong solar year '+oy); + } + m *= 1; + if(isNaN(m)){ + throw new Error('wrong solar month '+om); + } + d *= 1; + if(isNaN(d)){ + throw new Error('wrong solar day '+od); + } + hour *= 1; + if(isNaN(hour)){ + throw new Error('wrong hour '+oh); + } + minute *= 1; + if(isNaN(minute)){ + throw new Error('wrong minute '+oi); + } + second *= 1; + if(isNaN(second)){ + throw new Error('wrong second '+os); + } + if(1582===y && 10===m){ + if(d>4&&d<15){ + throw new Error('wrong solar year '+y+' month '+m+' day '+d); + } + } + if(m<1||m>12){ + throw new Error('wrong month ' + m); + } + if(d<1||d>31){ + throw new Error('wrong day ' + d); + } + if(hour<0||hour>23){ + throw new Error('wrong hour '+hour); + } + if(minute<0||minute>59){ + throw new Error('wrong minute '+minute); + } + if(second<0||second>59){ + throw new Error('wrong second '+second); + } + return { + _p:{ + year:y, + month:m, + day:d, + hour:hour, + minute:minute, + second:second + }, + subtract:function(solar){ + return SolarUtil.getDaysBetween(solar.getYear(), solar.getMonth(), solar.getDay(), this._p.year, this._p.month, this._p.day); + }, + subtractMinute:function(solar){ + var days = this.subtract(solar); + var cm = this._p.hour * 60 + this._p.minute; + var sm = solar.getHour() * 60 + solar.getMinute(); + var m = cm - sm; + if (m < 0) { + m += 1440; + days--; + } + m += days * 1440; + return m; + }, + isAfter: function(solar) { + if (this._p.year > solar.getYear()) { + return true; + } + if (this._p.year < solar.getYear()) { + return false; + } + if (this._p.month > solar.getMonth()) { + return true; + } + if (this._p.month < solar.getMonth()) { + return false; + } + if (this._p.day > solar.getDay()) { + return true; + } + if (this._p.day < solar.getDay()) { + return false; + } + if (this._p.hour > solar.getHour()) { + return true; + } + if (this._p.hour < solar.getHour()) { + return false; + } + if (this._p.minute > solar.getMinute()) { + return true; + } + if (this._p.minute < solar.getMinute()) { + return false; + } + return this._p.second > solar.getSecond(); + }, + isBefore: function(solar) { + if (this._p.year > solar.getYear()) { + return false; + } + if (this._p.year < solar.getYear()) { + return true; + } + if (this._p.month > solar.getMonth()) { + return false; + } + if (this._p.month < solar.getMonth()) { + return true; + } + if (this._p.day > solar.getDay()) { + return false; + } + if (this._p.day < solar.getDay()) { + return true; + } + if (this._p.hour > solar.getHour()) { + return false; + } + if (this._p.hour < solar.getHour()) { + return true; + } + if (this._p.minute > solar.getMinute()) { + return false; + } + if (this._p.minute < solar.getMinute()) { + return true; + } + return this._p.second < solar.getSecond(); + }, + getYear:function(){ + return this._p.year; + }, + getMonth:function(){ + return this._p.month; + }, + getDay:function(){ + return this._p.day; + }, + getHour:function(){ + return this._p.hour; + }, + getMinute:function(){ + return this._p.minute; + }, + getSecond:function(){ + return this._p.second; + }, + getWeek:function(){ + var start = _fromYmdHms(1582, 10, 15, 0, 0, 0); + var y = this._p.year; + var m = this._p.month; + var d = this._p.day; + var current = _fromYmdHms(y, m, d, 0, 0, 0); + // 蔡勒公式 + if (m < 3) { + m += 12; + y--; + } + var c = Math.floor(y/100); + y = y - c * 100; + var x = y + Math.floor(y/4) + Math.floor(c/4) - 2*c; + var w; + if (current.isBefore(start)) { + w = (x + Math.floor((13*(m+1))/5) + d + 2) % 7; + } else { + w = (x + Math.floor((26*(m+1))/10) + d - 1) % 7; + } + return (w + 7) % 7; + }, + getWeekInChinese:function(){ + return SolarUtil.WEEK[this.getWeek()]; + }, + /** + * 获取当天的阳历周 + * @param start 星期几作为一周的开始,1234560分别代表星期一至星期天 + */ + getSolarWeek:function(start){ + return SolarWeek.fromYmd(this._p.year, this._p.month, this._p.day, start); + }, + isLeapYear:function(){ + return SolarUtil.isLeapYear(this._p.year); + }, + getFestivals:function(){ + var l = []; + var f = SolarUtil.FESTIVAL[this._p.month+'-'+this._p.day]; + if(f){ + l.push(f); + } + var weeks = Math.ceil(this._p.day/7); + var week = this.getWeek(); + f = SolarUtil.WEEK_FESTIVAL[this._p.month+'-'+weeks+'-'+week]; + if(f){ + l.push(f); + } + if (this._p.day + 7 > SolarUtil.getDaysOfMonth(this._p.year, this._p.month)) { + f = SolarUtil.WEEK_FESTIVAL[this._p.month + '-0-' + week]; + if (f) { + l.push(f); + } + } + return l; + }, + getOtherFestivals:function(){ + var l=[]; + var fs=SolarUtil.OTHER_FESTIVAL[this._p.month+'-'+this._p.day]; + if(fs){ + l=l.concat(fs); + } + return l; + }, + getXingzuo:function(){ + return this.getXingZuo(); + }, + getXingZuo:function(){ + var index = 11; + var y = this._p.month*100+this._p.day; + if (y >= 321 && y <= 419) { + index = 0; + } else if (y >= 420 && y <= 520) { + index = 1; + } else if (y >= 521 && y <= 621) { + index = 2; + } else if (y >= 622 && y <= 722) { + index = 3; + } else if (y >= 723 && y <= 822) { + index = 4; + } else if (y >= 823 && y <= 922) { + index = 5; + } else if (y >= 923 && y <= 1023) { + index = 6; + } else if (y >= 1024 && y <= 1122) { + index = 7; + } else if (y >= 1123 && y <= 1221) { + index = 8; + } else if (y >= 1222 || y <= 119) { + index = 9; + } else if (y <= 218) { + index = 10; + } + return SolarUtil.XINGZUO[index]; + }, + toYmd:function(){ + var m = this._p.month; + var d = this._p.day; + var y = this._p.year + ''; + while (y.length < 4) { + y = '0' + y; + } + return [y,(m<10?'0':'')+m,(d<10?'0':'')+d].join('-'); + }, + toYmdHms:function(){ + return this.toYmd()+' '+[(this._p.hour<10?'0':'')+this._p.hour,(this._p.minute<10?'0':'')+this._p.minute,(this._p.second<10?'0':'')+this._p.second].join(':'); + }, + toString:function(){ + return this.toYmd(); + }, + toFullString:function(){ + var s = this.toYmdHms(); + if(this.isLeapYear()){ + s += ' 闰年'; + } + s += ' 星期'+this.getWeekInChinese(); + var festivals = this.getFestivals(); + for(var i=0,j=festivals.length;i 28) { + if (!SolarUtil.isLeapYear(y)) { + d = 28; + } + } + } + if (1582 === y && 10 === m) { + if (d > 4 && d < 15) { + d += 10; + } + } + return _fromYmdHms(y, m, d, this._p.hour, this._p.minute, this._p.second); + }, + nextMonth:function(months){ + var om = months; + months *= 1; + if (isNaN(months)) { + throw new Error('wrong months ' + om); + } + var month = SolarMonth.fromYm(this._p.year, this._p.month).next(months); + var y = month.getYear(); + var m = month.getMonth(); + var d = this._p.day; + // 2月处理 + if (2 === m) { + if (d > 28) { + if (!SolarUtil.isLeapYear(y)) { + d = 28; + } + } + } + if (1582 === y && 10 === m) { + if (d > 4 && d < 15) { + d += 10; + } + } + return _fromYmdHms(y, m, d, this._p.hour, this._p.minute, this._p.second); + }, + nextDay:function(days){ + var od = days; + days *= 1; + if (isNaN(days)) { + throw new Error('wrong days ' + od); + } + var y = this._p.year; + var m = this._p.month; + var d = this._p.day; + if (1582 === y && 10 === m) { + if (d > 4) { + d -= 10 + } + } + if (days > 0) { + d += days; + var daysInMonth = SolarUtil.getDaysOfMonth(y, m); + while (d > daysInMonth) { + d -= daysInMonth; + m++; + if (m > 12) { + m = 1; + y++; + } + daysInMonth = SolarUtil.getDaysOfMonth(y, m); + } + } else if (days < 0) { + while (d + days <= 0) { + m--; + if (m < 1) { + m = 12; + y--; + } + d += SolarUtil.getDaysOfMonth(y, m); + } + d += days; + } + if (1582 === y && 10 === m) { + if (d > 4) { + d += 10; + } + } + return _fromYmdHms(y, m, d, this._p.hour, this._p.minute, this._p.second); + }, + nextWorkday:function(days){ + var od = days; + days *= 1; + if (isNaN(days)) { + throw new Error('wrong days ' + od); + } + var solar = _fromYmdHms(this._p.year, this._p.month, this._p.day, this._p.hour, this._p.minute, this._p.second); + if (days !== 0) { + var rest = Math.abs(days); + var add = days < 1 ? -1 : 1; + while (rest > 0) { + solar = solar.next(add); + var work = true; + var holiday = HolidayUtil.getHoliday(solar.getYear(), solar.getMonth(), solar.getDay()); + if (!holiday) { + var week = solar.getWeek(); + if (0 === week || 6 === week) { + work = false; + } + } else { + work = holiday.isWork(); + } + if (work) { + rest -= 1; + } + } + } + return solar; + }, + next:function(days, onlyWorkday){ + if (onlyWorkday) { + return this.nextWorkday(days); + } + return this.nextDay(days); + }, + nextHour:function(hours){ + var oh = hours; + hours *= 1; + if (isNaN(hours)) { + throw new Error('wrong hours ' + oh); + } + var h = this._p.hour + hours; + var n = h < 0 ? -1 : 1; + var hour = Math.abs(h); + var days = Math.floor(hour / 24) * n; + hour = (hour % 24) * n; + if (hour < 0) { + hour += 24; + days--; + } + var solar = this.next(days); + return _fromYmdHms(solar.getYear(), solar.getMonth(), solar.getDay(), hour, solar.getMinute(), solar.getSecond()); + }, + getLunar:function(){ + return Lunar.fromSolar(this); + }, + getJulianDay:function(){ + var y = this._p.year; + var m = this._p.month; + var d = this._p.day + ((this._p.second / 60 + this._p.minute) / 60 + this._p.hour) / 24; + var n = 0; + var g = false; + if (y * 372 + m * 31 + Math.floor(d) >= 588829) { + g = true; + } + if (m <= 2) { + m += 12; + y--; + } + if (g) { + n = Math.floor(y / 100); + n = 2 - n + Math.floor(n / 4); + } + return Math.floor(365.25 * (y + 4716)) + Math.floor(30.6001 * (m + 1)) + d + n - 1524.5; + } + }; + }; + var _fromBaZi=function(yearGanZhi,monthGanZhi,dayGanZhi,timeGanZhi,sect,baseYear){ + sect *= 1; + if(isNaN(sect)){ + sect = 2; + } + if (1 !== sect) { + sect = 2; + } + baseYear *= 1; + if(isNaN(baseYear)){ + baseYear = 1900; + } + var l = []; + var years = []; + var today = _fromDate(new Date()); + var offsetYear = LunarUtil.getJiaZiIndex(today.getLunar().getYearInGanZhiExact())-LunarUtil.getJiaZiIndex(yearGanZhi); + if(offsetYear<0){ + offsetYear += 60; + } + var startYear = today.getYear() - offsetYear - 1; + var minYear = baseYear - 2; + while (startYear >= minYear) { + years.push(startYear); + startYear -= 60; + } + var hours = []; + var timeZhi = LunarUtil.find(timeGanZhi, LunarUtil.ZHI); + hours.push((timeZhi.index - 1) * 2); + if (1 === timeZhi.index) { + hours.push(23); + } + var j = years.length; + for (var m = 0, n = hours.length; m < n; m++) { + for (var i = 0;i < j; i++) { + var y = years[i]; + var maxYear = y + 3; + var year = y; + var month = 11; + if (year < baseYear) { + year = baseYear; + month = 1; + } + var solar = _fromYmdHms(year, month, 1, hours[m], 0, 0); + while (solar.getYear() <= maxYear) { + var lunar = solar.getLunar(); + var dgz = (2 === sect) ? lunar.getDayInGanZhiExact2() : lunar.getDayInGanZhiExact(); + if (lunar.getYearInGanZhiExact() === yearGanZhi && lunar.getMonthInGanZhiExact() === monthGanZhi && dgz === dayGanZhi && lunar.getTimeInGanZhi() === timeGanZhi) { + l.push(solar); + break; + } + solar = solar.next(1); + } + } + } + return l; + }; + return { + J2000:2451545, + fromYmd:function(y,m,d){return _fromYmdHms(y,m,d,0,0,0);}, + fromYmdHms:function(y,m,d,hour,minute,second){return _fromYmdHms(y,m,d,hour,minute,second);}, + fromDate:function(date){return _fromDate(date);}, + fromJulianDay:function(julianDay){return _fromJulianDay(julianDay);}, + fromBaZi:function(yearGanZhi,monthGanZhi,dayGanZhi,timeGanZhi,sect,baseYear){return _fromBaZi(yearGanZhi,monthGanZhi,dayGanZhi,timeGanZhi,sect,baseYear);} + }; + })(); + var Lunar = (function(){ + var _computeJieQi = function(o,ly) { + o['jieQiList'] = []; + o['jieQi'] = {}; + var julianDays = ly.getJieQiJulianDays(); + for (var i = 0, j = LunarUtil.JIE_QI_IN_USE.length; i < j; i++) { + var key = LunarUtil.JIE_QI_IN_USE[i]; + o['jieQiList'].push(key); + o['jieQi'][key] = Solar.fromJulianDay(julianDays[i]); + } + }; + var _computeYear = function(o,solar,year){ + //以正月初一开始 + var offset = year - 4; + var yearGanIndex = offset % 10; + var yearZhiIndex = offset % 12; + + if (yearGanIndex < 0) { + yearGanIndex += 10; + } + + if (yearZhiIndex < 0) { + yearZhiIndex += 12; + } + + //以立春作为新一年的开始的干支纪年 + var g = yearGanIndex; + var z = yearZhiIndex; + + //精确的干支纪年,以立春交接时刻为准 + var gExact = yearGanIndex; + var zExact = yearZhiIndex; + + var solarYear = solar.getYear(); + var solarYmd = solar.toYmd(); + var solarYmdHms = solar.toYmdHms(); + + //获取立春的阳历时刻 + var liChun = o['jieQi'][I18n.getMessage('jq.liChun')]; + if (liChun.getYear() !== solarYear) { + liChun = o['jieQi']['LI_CHUN']; + } + var liChunYmd = liChun.toYmd(); + var liChunYmdHms = liChun.toYmdHms(); + + //阳历和阴历年份相同代表正月初一及以后 + if(year===solarYear){ + //立春日期判断 + if(solarYmd=liChunYmd) { + g++; + z++; + } + if(solarYmdHms>=liChunYmdHms) { + gExact++; + zExact++; + } + } + + o['yearGanIndex'] = yearGanIndex; + o['yearZhiIndex'] = yearZhiIndex; + o['yearGanIndexByLiChun'] = (g<0?g+10:g)%10; + o['yearZhiIndexByLiChun'] = (z<0?z+12:z)%12; + o['yearGanIndexExact'] = (gExact<0?gExact+10:gExact)%10; + o['yearZhiIndexExact'] = (zExact<0?zExact+12:zExact)%12; + }; + var _computeMonth = function(o,solar){ + var start = null; + var i; + var end; + var size = LunarUtil.JIE_QI_IN_USE.length; + + //序号:大雪以前-3,大雪到小寒之间-2,小寒到立春之间-1,立春之后0 + var index = -3; + for(i=0;i=symd&&ymd=stime&&time='23:00'&&hm<='23:59'){ + dayGanExact++; + if(dayGanExact>=10){ + dayGanExact -= 10; + } + dayZhiExact++; + if(dayZhiExact>=12){ + dayZhiExact -= 12; + } + } + o['dayGanIndexExact'] = dayGanExact; + o['dayZhiIndexExact'] = dayZhiExact; + }; + var _computeTime = function(o,hour,minute){ + var timeZhiIndex = LunarUtil.getTimeZhiIndex((hour<10?'0':'')+hour+':'+(minute<10?'0':'')+minute); + o['timeZhiIndex'] = timeZhiIndex; + o['timeGanIndex'] = (o['dayGanIndexExact']%5*2+timeZhiIndex)%10; + }; + var _computeWeek = function(o,solar){ + o['weekIndex'] = solar.getWeek(); + }; + var _compute = function(year,hour,minute,second,solar,ly){ + var o = {}; + _computeJieQi(o, ly); + _computeYear(o, solar, year); + _computeMonth(o, solar); + _computeDay(o, solar, hour, minute); + _computeTime(o, hour, minute); + _computeWeek(o, solar); + return o; + }; + var _fromSolar = function(solar){ + var lunarYear = 0; + var lunarMonth = 0; + var lunarDay = 0; + var ly = LunarYear.fromYear(solar.getYear()); + var lms = ly.getMonths(); + for (var i = 0, j = lms.length; i < j; i++) { + var m = lms[i]; + var days = solar.subtract(Solar.fromJulianDay(m.getFirstJulianDay())); + if (days < m.getDayCount()) { + lunarYear = m.getYear(); + lunarMonth = m.getMonth(); + lunarDay = days + 1; + break; + } + } + return _new(lunarYear, lunarMonth, lunarDay, solar.getHour(), solar.getMinute(), solar.getSecond(), solar, ly); + }; + var _fromDate = function(date){ + return _fromSolar(Solar.fromDate(date)); + }; + var _fromYmdHms = function(lunarYear,lunarMonth,lunarDay,hour,minute,second) { + var oy = lunarYear; + var om = lunarMonth; + var od = lunarDay; + var oh = hour; + var oi = minute; + var os = second; + lunarYear *= 1; + if(isNaN(lunarYear)){ + throw new Error('wrong lunar year '+oy); + } + lunarMonth *= 1; + if(isNaN(lunarMonth)){ + throw new Error('wrong lunar month '+om); + } + lunarDay *= 1; + if(isNaN(lunarDay)){ + throw new Error('wrong lunar day '+od); + } + hour *= 1; + if(isNaN(hour)){ + throw new Error('wrong hour '+oh); + } + minute *= 1; + if(isNaN(minute)){ + throw new Error('wrong minute '+oi); + } + second *= 1; + if(isNaN(second)){ + throw new Error('wrong second '+os); + } + if(hour<0||hour>23){ + throw new Error('wrong hour '+hour); + } + if(minute<0||minute>59){ + throw new Error('wrong minute '+minute); + } + if(second<0||second>59){ + throw new Error('wrong second '+second); + } + var y = LunarYear.fromYear(lunarYear); + var m = y.getMonth(lunarMonth); + if (null == m) { + throw new Error('wrong lunar year '+lunarYear+' month '+lunarMonth); + } + if (lunarDay < 1) { + throw new Error('lunar day must bigger than 0'); + } + var days = m.getDayCount(); + if (lunarDay > days) { + throw new Error('only '+days+' days in lunar year '+lunarYear+' month '+lunarMonth); + } + var noon = Solar.fromJulianDay(m.getFirstJulianDay() + lunarDay - 1); + var solar = Solar.fromYmdHms(noon.getYear(), noon.getMonth(), noon.getDay(), hour, minute, second); + if (noon.getYear() !== lunarYear) { + y = LunarYear.fromYear(noon.getYear()); + } + return _new(lunarYear, lunarMonth, lunarDay, hour, minute, second, solar, y); + }; + var _new = function(year,month,day,hour,minute,second,solar,ly){ + var gz = _compute(year,hour,minute,second,solar,ly); + return { + _p:{ + lang: I18n.getLanguage(), + year:year, + month:month, + day:day, + hour:hour, + minute:minute, + second:second, + timeGanIndex:gz.timeGanIndex, + timeZhiIndex:gz.timeZhiIndex, + dayGanIndex:gz.dayGanIndex, + dayZhiIndex:gz.dayZhiIndex, + dayGanIndexExact:gz.dayGanIndexExact, + dayZhiIndexExact:gz.dayZhiIndexExact, + dayGanIndexExact2:gz.dayGanIndexExact2, + dayZhiIndexExact2:gz.dayZhiIndexExact2, + monthGanIndex:gz.monthGanIndex, + monthZhiIndex:gz.monthZhiIndex, + monthGanIndexExact:gz.monthGanIndexExact, + monthZhiIndexExact:gz.monthZhiIndexExact, + yearGanIndex:gz.yearGanIndex, + yearZhiIndex:gz.yearZhiIndex, + yearGanIndexByLiChun:gz.yearGanIndexByLiChun, + yearZhiIndexByLiChun:gz.yearZhiIndexByLiChun, + yearGanIndexExact:gz.yearGanIndexExact, + yearZhiIndexExact:gz.yearZhiIndexExact, + weekIndex:gz.weekIndex, + jieQi:gz.jieQi, + jieQiList:gz.jieQiList, + solar:solar, + eightChar:null + }, + getYear:function(){return this._p.year;}, + getMonth:function(){return this._p.month;}, + getDay:function(){return this._p.day;}, + getHour:function(){return this._p.hour;}, + getMinute:function(){return this._p.minute;}, + getSecond:function(){return this._p.second;}, + getTimeGanIndex:function(){return this._p.timeGanIndex;}, + getTimeZhiIndex:function(){return this._p.timeZhiIndex;}, + getDayGanIndex:function(){return this._p.dayGanIndex;}, + getDayGanIndexExact:function(){return this._p.dayGanIndexExact;}, + getDayGanIndexExact2:function(){return this._p.dayGanIndexExact2;}, + getDayZhiIndex:function(){return this._p.dayZhiIndex;}, + getDayZhiIndexExact:function(){return this._p.dayZhiIndexExact;}, + getDayZhiIndexExact2:function(){return this._p.dayZhiIndexExact2;}, + getMonthGanIndex:function(){return this._p.monthGanIndex;}, + getMonthGanIndexExact:function(){return this._p.monthGanIndexExact;}, + getMonthZhiIndex:function(){return this._p.monthZhiIndex;}, + getMonthZhiIndexExact:function(){return this._p.monthZhiIndexExact;}, + getYearGanIndex:function(){return this._p.yearGanIndex;}, + getYearGanIndexByLiChun:function(){return this._p.yearGanIndexByLiChun;}, + getYearGanIndexExact:function(){return this._p.yearGanIndexExact;}, + getYearZhiIndex:function(){return this._p.yearZhiIndex;}, + getYearZhiIndexByLiChun:function(){return this._p.yearZhiIndexByLiChun;}, + getYearZhiIndexExact:function(){return this._p.yearZhiIndexExact;}, + getGan:function(){return this.getYearGan();}, + getZhi:function(){return this.getYearZhi();}, + getYearGan:function(){return LunarUtil.GAN[this._p.yearGanIndex+1];}, + getYearGanByLiChun:function(){return LunarUtil.GAN[this._p.yearGanIndexByLiChun+1];}, + getYearGanExact:function(){return LunarUtil.GAN[this._p.yearGanIndexExact+1];}, + getYearZhi:function(){return LunarUtil.ZHI[this._p.yearZhiIndex+1];}, + getYearZhiByLiChun:function(){return LunarUtil.ZHI[this._p.yearZhiIndexByLiChun+1];}, + getYearZhiExact:function(){return LunarUtil.ZHI[this._p.yearZhiIndexExact+1];}, + getYearInGanZhi:function(){return this.getYearGan()+this.getYearZhi();}, + getYearInGanZhiByLiChun:function(){return this.getYearGanByLiChun()+this.getYearZhiByLiChun();}, + getYearInGanZhiExact:function(){return this.getYearGanExact()+this.getYearZhiExact();}, + getMonthGan:function(){return LunarUtil.GAN[this._p.monthGanIndex+1];}, + getMonthGanExact:function(){return LunarUtil.GAN[this._p.monthGanIndexExact+1];}, + getMonthZhi:function(){return LunarUtil.ZHI[this._p.monthZhiIndex+1];}, + getMonthZhiExact:function(){return LunarUtil.ZHI[this._p.monthZhiIndexExact+1];}, + getMonthInGanZhi:function(){return this.getMonthGan()+this.getMonthZhi();}, + getMonthInGanZhiExact:function(){return this.getMonthGanExact()+this.getMonthZhiExact();}, + getDayGan:function(){return LunarUtil.GAN[this._p.dayGanIndex+1];}, + getDayGanExact:function(){return LunarUtil.GAN[this._p.dayGanIndexExact+1];}, + getDayGanExact2:function(){return LunarUtil.GAN[this._p.dayGanIndexExact2+1];}, + getDayZhi:function(){return LunarUtil.ZHI[this._p.dayZhiIndex+1];}, + getDayZhiExact:function(){return LunarUtil.ZHI[this._p.dayZhiIndexExact+1];}, + getDayZhiExact2:function(){return LunarUtil.ZHI[this._p.dayZhiIndexExact2+1];}, + getDayInGanZhi:function(){return this.getDayGan()+this.getDayZhi();}, + getDayInGanZhiExact:function(){return this.getDayGanExact()+this.getDayZhiExact();}, + getDayInGanZhiExact2:function(){return this.getDayGanExact2()+this.getDayZhiExact2();}, + getTimeGan:function(){return LunarUtil.GAN[this._p.timeGanIndex+1];}, + getTimeZhi:function(){return LunarUtil.ZHI[this._p.timeZhiIndex+1];}, + getTimeInGanZhi:function(){return this.getTimeGan()+this.getTimeZhi();}, + getShengxiao:function(){return this.getYearShengXiao();}, + getYearShengXiao:function(){return LunarUtil.SHENGXIAO[this._p.yearZhiIndex+1];}, + getYearShengXiaoByLiChun:function(){return LunarUtil.SHENGXIAO[this._p.yearZhiIndexByLiChun+1];}, + getYearShengXiaoExact:function(){return LunarUtil.SHENGXIAO[this._p.yearZhiIndexExact+1];}, + getMonthShengXiao:function(){return LunarUtil.SHENGXIAO[this._p.monthZhiIndex+1];}, + getMonthShengXiaoExact:function(){return LunarUtil.SHENGXIAO[this._p.monthZhiIndexExact+1];}, + getDayShengXiao:function(){return LunarUtil.SHENGXIAO[this._p.dayZhiIndex+1];}, + getTimeShengXiao:function(){return LunarUtil.SHENGXIAO[this._p.timeZhiIndex+1];}, + getYearInChinese:function(){ + var y = this._p.year+''; + var s = ''; + var zero = '0'.charCodeAt(0); + for(var i=0,j=y.length;i -1) { + p = I18n.getMessage('bg.zhen'); + } else if ([I18n.getMessage('jz.bingZi'), I18n.getMessage('jz.dingChou'), I18n.getMessage('jz.wuYin'), I18n.getMessage('jz.jiMao'), I18n.getMessage('jz.gengChen'), I18n.getMessage('jz.xinSi')].join(',').indexOf(dayInGanZhi) > -1) { + p = I18n.getMessage('bg.li'); + } else if ([I18n.getMessage('jz.wuZi'), I18n.getMessage('jz.jiChou'), I18n.getMessage('jz.gengYin'), I18n.getMessage('jz.xinMao'), I18n.getMessage('jz.renChen'), I18n.getMessage('jz.guiSi')].join(',').indexOf(dayInGanZhi) > -1) { + p = I18n.getMessage('ps.center'); + } else if ([I18n.getMessage('jz.gengZi'), I18n.getMessage('jz.xinChou'), I18n.getMessage('jz.renYin'), I18n.getMessage('jz.guiMao'), I18n.getMessage('jz.jiaChen'), I18n.getMessage('jz.yiSi')].join(',').indexOf(dayInGanZhi) > -1) { + p = I18n.getMessage('bg.dui'); + } else if ([I18n.getMessage('jz.renZi'), I18n.getMessage('jz.guiChou'), I18n.getMessage('jz.jiaYin'), I18n.getMessage('jz.yiMao'), I18n.getMessage('jz.bingChen'), I18n.getMessage('jz.dingSi')].join(',').indexOf(dayInGanZhi) > -1) { + p = I18n.getMessage('bg.kan'); + } else { + p = LunarUtil.POSITION_TAI_SUI_YEAR[yearZhiIndex]; + } + return p; + }, + getDayPositionTaiSuiDesc:function(sect){ + return LunarUtil.POSITION_DESC[this.getDayPositionTaiSui(sect)]; + }, + getMonthPositionTaiSui:function(sect){ + var monthZhiIndex; + var monthGanIndex; + switch (sect) { + case 3: + monthZhiIndex = this._p.monthZhiIndexExact; + monthGanIndex = this._p.monthGanIndexExact; + break; + default: + monthZhiIndex = this._p.monthZhiIndex; + monthGanIndex = this._p.monthGanIndex; + } + var m = monthZhiIndex - LunarUtil.BASE_MONTH_ZHI_INDEX; + if (m < 0) { + m += 12; + } + return [I18n.getMessage('bg.gen'), LunarUtil.POSITION_GAN[monthGanIndex], I18n.getMessage('bg.kun'), I18n.getMessage('bg.xun')][m % 4] + }, + getMonthPositionTaiSuiDesc:function(sect){ + return LunarUtil.POSITION_DESC[this.getMonthPositionTaiSui(sect)]; + }, + getYearPositionTaiSui:function(sect){ + var yearZhiIndex; + switch (sect) { + case 1: + yearZhiIndex = this._p.yearZhiIndex; + break; + case 3: + yearZhiIndex = this._p.yearZhiIndexExact; + break; + default: + yearZhiIndex = this._p.yearZhiIndexByLiChun; + } + return LunarUtil.POSITION_TAI_SUI_YEAR[yearZhiIndex]; + }, + getYearPositionTaiSuiDesc:function(sect){ + return LunarUtil.POSITION_DESC[this.getYearPositionTaiSui(sect)]; + }, + _checkLang:function(){ + var lang = I18n.getLanguage(); + if (this._p.lang !== lang) { + for (var i = 0, j = LunarUtil.JIE_QI_IN_USE.length; i < j; i++) { + var newKey = LunarUtil.JIE_QI_IN_USE[i]; + var oldKey = this._p.jieQiList[i]; + var value = this._p.jieQi[oldKey]; + this._p.jieQiList[i] = newKey; + this._p.jieQi[newKey] = value; + } + this._p.lang = lang; + } + }, + _getJieQiSolar:function(name){ + this._checkLang(); + return this._p.jieQi[name]; + }, + getChong:function(){ + return this.getDayChong(); + }, + getChongGan:function(){ + return this.getDayChongGan(); + }, + getChongGanTie:function(){ + return this.getDayChongGanTie(); + }, + getChongShengXiao:function(){ + return this.getDayChongShengXiao(); + }, + getChongDesc:function(){ + return this.getDayChongDesc(); + }, + getSha:function(){ + return this.getDaySha(); + }, + getDayChong:function(){ + return LunarUtil.CHONG[this._p.dayZhiIndex]; + }, + getDayChongGan:function(){ + return LunarUtil.CHONG_GAN[this._p.dayGanIndex]; + }, + getDayChongGanTie:function(){ + return LunarUtil.CHONG_GAN_TIE[this._p.dayGanIndex]; + }, + getDayChongShengXiao:function(){ + var chong = this.getChong(); + for(var i=0,j=LunarUtil.ZHI.length;i= 29 && this._p.year !== this.next(1).getYear()) { + l.push(I18n.getMessage('jr.chuXi')); + } + return l; + }, + getOtherFestivals:function(){ + var l=[]; + var fs=LunarUtil.OTHER_FESTIVAL[this._p.month+'-'+this._p.day]; + if(fs){ + l=l.concat(fs); + } + var solarYmd = this._p.solar.toYmd(); + if(this._p.solar.toYmd() === this._getJieQiSolar(I18n.getMessage('jq.qingMing')).next(-1).toYmd()){ + l.push('寒食节'); + } + + var jq = this._getJieQiSolar(I18n.getMessage('jq.liChun')); + var offset = 4 - jq.getLunar().getDayGanIndex(); + if (offset < 0) { + offset += 10; + } + if (solarYmd === jq.next(offset + 40).toYmd()) { + l.push('春社'); + } + + jq = this._getJieQiSolar(I18n.getMessage('jq.liQiu')); + offset = 4 - jq.getLunar().getDayGanIndex(); + if (offset < 0) { + offset += 10; + } + if (solarYmd === jq.next(offset + 40).toYmd()) { + l.push('秋社'); + } + return l; + }, + getBaZi:function(){ + var bz = this.getEightChar(); + var l = []; + l.push(bz.getYear()); + l.push(bz.getMonth()); + l.push(bz.getDay()); + l.push(bz.getTime()); + return l; + }, + getBaZiWuXing:function(){ + var bz = this.getEightChar(); + var l = []; + l.push(bz.getYearWuXing()); + l.push(bz.getMonthWuXing()); + l.push(bz.getDayWuXing()); + l.push(bz.getTimeWuXing()); + return l; + }, + getBaZiNaYin:function(){ + var bz = this.getEightChar(); + var l = []; + l.push(bz.getYearNaYin()); + l.push(bz.getMonthNaYin()); + l.push(bz.getDayNaYin()); + l.push(bz.getTimeNaYin()); + return l; + }, + getBaZiShiShenGan:function(){ + var bz = this.getEightChar(); + var l = []; + l.push(bz.getYearShiShenGan()); + l.push(bz.getMonthShiShenGan()); + l.push(bz.getDayShiShenGan()); + l.push(bz.getTimeShiShenGan()); + return l; + }, + getBaZiShiShenZhi:function(){ + var bz = this.getEightChar(); + var l = []; + l.push(bz.getYearShiShenZhi()[0]); + l.push(bz.getMonthShiShenZhi()[0]); + l.push(bz.getDayShiShenZhi()[0]); + l.push(bz.getTimeShiShenZhi()[0]); + return l; + }, + getBaZiShiShenYearZhi:function(){ + return this.getEightChar().getYearShiShenZhi(); + }, + getBaZiShiShenMonthZhi:function(){ + return this.getEightChar().getMonthShiShenZhi(); + }, + getBaZiShiShenDayZhi:function(){ + return this.getEightChar().getDayShiShenZhi(); + }, + getBaZiShiShenTimeZhi:function(){ + return this.getEightChar().getTimeShiShenZhi(); + }, + getZhiXing:function(){ + var offset = this._p.dayZhiIndex-this._p.monthZhiIndex; + if(offset<0){ + offset += 12; + } + return LunarUtil.ZHI_XING[offset+1]; + }, + getDayTianShen:function(){ + var monthZhi = this.getMonthZhi(); + var offset = LunarUtil.ZHI_TIAN_SHEN_OFFSET[monthZhi]; + return LunarUtil.TIAN_SHEN[(this._p.dayZhiIndex+offset)%12+1]; + }, + getTimeTianShen:function(){ + var dayZhi = this.getDayZhiExact(); + var offset = LunarUtil.ZHI_TIAN_SHEN_OFFSET[dayZhi]; + return LunarUtil.TIAN_SHEN[(this._p.timeZhiIndex+offset)%12+1]; + }, + getDayTianShenType:function(){ + return LunarUtil.TIAN_SHEN_TYPE[this.getDayTianShen()]; + }, + getTimeTianShenType:function(){ + return LunarUtil.TIAN_SHEN_TYPE[this.getTimeTianShen()]; + }, + getDayTianShenLuck:function(){ + return LunarUtil.TIAN_SHEN_TYPE_LUCK[this.getDayTianShenType()]; + }, + getTimeTianShenLuck:function(){ + return LunarUtil.TIAN_SHEN_TYPE_LUCK[this.getTimeTianShenType()]; + }, + getDayPositionTai:function(){ + return LunarUtil.POSITION_TAI_DAY[LunarUtil.getJiaZiIndex(this.getDayInGanZhi())]; + }, + getMonthPositionTai:function(){ + var m = this._p.month; + if(m<0){ + return ''; + } + return LunarUtil.POSITION_TAI_MONTH[m-1]; + }, + getDayYi:function(sect){ + sect *= 1; + if(isNaN(sect)){ + sect = 2; + } + return LunarUtil.getDayYi(2 === sect ? this.getMonthInGanZhiExact() : this.getMonthInGanZhi(), this.getDayInGanZhi()); + }, + getDayJi:function(sect){ + sect *= 1; + if(isNaN(sect)){ + sect = 2; + } + return LunarUtil.getDayJi(2 === sect ? this.getMonthInGanZhiExact() : this.getMonthInGanZhi(), this.getDayInGanZhi()); + }, + getDayJiShen:function(){ + return LunarUtil.getDayJiShen(this.getMonth(),this.getDayInGanZhi()); + }, + getDayXiongSha:function(){ + return LunarUtil.getDayXiongSha(this.getMonth(),this.getDayInGanZhi()); + }, + getTimeYi:function(){ + return LunarUtil.getTimeYi(this.getDayInGanZhiExact(),this.getTimeInGanZhi()); + }, + getTimeJi:function(){ + return LunarUtil.getTimeJi(this.getDayInGanZhiExact(),this.getTimeInGanZhi()); + }, + getYueXiang:function(){ + return LunarUtil.YUE_XIANG[this._p.day]; + }, + _getYearNineStar:function(yearInGanZhi){ + var indexExact = LunarUtil.getJiaZiIndex(yearInGanZhi) + 1; + var index = LunarUtil.getJiaZiIndex(this.getYearInGanZhi()) + 1; + var yearOffset = indexExact - index; + if (yearOffset > 1) { + yearOffset -= 60; + } else if (yearOffset < -1) { + yearOffset += 60; + } + var yuan = Math.floor((this._p.year + yearOffset + 2696) / 60) % 3; + var offset = (62 + yuan * 3 - indexExact) % 9; + if(0 === offset){ + offset = 9; + } + return NineStar.fromIndex(offset - 1); + }, + getYearNineStar:function(sect){ + var yearInGanZhi; + switch (sect) { + case 1: + yearInGanZhi = this.getYearInGanZhi(); + break; + case 3: + yearInGanZhi = this.getYearInGanZhiExact(); + break; + default: + yearInGanZhi = this.getYearInGanZhiByLiChun(); + } + return this._getYearNineStar(yearInGanZhi); + }, + getMonthNineStar:function(sect){ + var yearZhiIndex; + var monthZhiIndex; + switch (sect) { + case 1: + yearZhiIndex = this._p.yearZhiIndex; + monthZhiIndex = this._p.monthZhiIndex; + break; + case 3: + yearZhiIndex = this._p.yearZhiIndexExact; + monthZhiIndex = this._p.monthZhiIndexExact; + break; + default: + yearZhiIndex = this._p.yearZhiIndexByLiChun; + monthZhiIndex = this._p.monthZhiIndex; + } + var n = 27 - (yearZhiIndex % 3 * 3); + if (monthZhiIndex < LunarUtil.BASE_MONTH_ZHI_INDEX) { + n -= 3; + } + return NineStar.fromIndex((n - monthZhiIndex) % 9); + }, + getDayNineStar:function(){ + var solarYmd = this._p.solar.toYmd(); + var dongZhi = this._getJieQiSolar(I18n.getMessage('jq.dongZhi')); + var dongZhi2 = this._getJieQiSolar('DONG_ZHI'); + var xiaZhi = this._getJieQiSolar(I18n.getMessage('jq.xiaZhi')); + var dongZhiIndex = LunarUtil.getJiaZiIndex(dongZhi.getLunar().getDayInGanZhi()); + var dongZhiIndex2 = LunarUtil.getJiaZiIndex(dongZhi2.getLunar().getDayInGanZhi()); + var xiaZhiIndex = LunarUtil.getJiaZiIndex(xiaZhi.getLunar().getDayInGanZhi()); + var solarShunBai; + var solarShunBai2; + var solarNiZi; + if (dongZhiIndex>29) { + solarShunBai = dongZhi.next(60 - dongZhiIndex); + } else { + solarShunBai = dongZhi.next(-dongZhiIndex); + } + var solarShunBaiYmd = solarShunBai.toYmd(); + if (dongZhiIndex2>29) { + solarShunBai2 = dongZhi2.next(60 - dongZhiIndex2); + } else { + solarShunBai2 = dongZhi2.next(-dongZhiIndex2); + } + var solarShunBaiYmd2 = solarShunBai2.toYmd(); + if (xiaZhiIndex>29) { + solarNiZi = xiaZhi.next(60 - xiaZhiIndex); + } else { + solarNiZi = xiaZhi.next(-xiaZhiIndex); + } + var solarNiZiYmd = solarNiZi.toYmd(); + var offset = 0; + if (solarYmd >= solarShunBaiYmd && solarYmd < solarNiZiYmd) { + offset = this._p.solar.subtract(solarShunBai) % 9; + } else if (solarYmd >= solarNiZiYmd && solarYmd < solarShunBaiYmd2){ + offset = 8 - (this._p.solar.subtract(solarNiZi) % 9); + } else if (solarYmd >= solarShunBaiYmd2) { + offset = this._p.solar.subtract(solarShunBai2) % 9; + } else if (solarYmd < solarShunBaiYmd) { + offset = (8 + solarShunBai.subtract(this._p.solar)) % 9; + } + return NineStar.fromIndex(offset); + }, + getTimeNineStar:function(){ + var solarYmd = this._p.solar.toYmd(); + var asc = false; + if((solarYmd >= this._getJieQiSolar(I18n.getMessage('jq.dongZhi')).toYmd() && solarYmd < this._getJieQiSolar(I18n.getMessage('jq.xiaZhi')).toYmd()) || solarYmd >= this._getJieQiSolar('DONG_ZHI').toYmd()){ + asc = true; + } + var offset = asc ? [0, 3, 6] : [8, 5, 2]; + var start = offset[this.getDayZhiIndex() % 3]; + var timeZhiIndex = this.getTimeZhiIndex(); + var index = asc ? (start + timeZhiIndex) : (start + 9 - timeZhiIndex); + return NineStar.fromIndex(index % 9); + }, + getSolar:function(){ + return this._p.solar; + }, + getJieQiTable:function(){ + this._checkLang(); + return this._p.jieQi; + }, + getJieQiList:function(){ + return this._p.jieQiList; + }, + getNextJie:function(wholeDay){ + var conditions = []; + for(var i=0,j=LunarUtil.JIE_QI_IN_USE.length/2;itoday){ + continue; + } + if(null == near || day > near[wholeDay ? 'toYmd' : 'toYmdHms']()) { + name = jq; + near = solar; + } + } + } + if(null==near){ + return null; + } + return this._buildJieQi(name, near); + }, + getCurrentJieQi:function(){ + for(var key in this._p.jieQi){ + var d = this._getJieQiSolar(key); + if(d.getYear() === this._p.solar.getYear() && d.getMonth() === this._p.solar.getMonth() && d.getDay() === this._p.solar.getDay()){ + return this._buildJieQi(this._convertJieQi(key), d); + } + } + return null; + }, + getCurrentJie:function(){ + for(var i=0, j=LunarUtil.JIE_QI_IN_USE.length; i0){ + s += ' ['+jq+']'; + } + s += ' '+this.getGong()+'方'+this.getShou(); + s += ' 星宿['+this.getXiu()+this.getZheng()+this.getAnimal()+']('+this.getXiuLuck()+')'; + s += ' 彭祖百忌['+this.getPengZuGan()+' '+this.getPengZuZhi()+']'; + s += ' 喜神方位['+this.getDayPositionXi()+']('+this.getDayPositionXiDesc()+')'; + s += ' 阳贵神方位['+this.getDayPositionYangGui()+']('+this.getDayPositionYangGuiDesc()+')'; + s += ' 阴贵神方位['+this.getDayPositionYinGui()+']('+this.getDayPositionYinGuiDesc()+')'; + s += ' 福神方位['+this.getDayPositionFu()+']('+this.getDayPositionFuDesc()+')'; + s += ' 财神方位['+this.getDayPositionCai()+']('+this.getDayPositionCaiDesc()+')'; + s += ' 冲['+this.getDayChongDesc()+']'; + s += ' 煞['+this.getDaySha()+']'; + return s; + }, + _buildNameAndIndex: function(name, index){ + return { + _p:{ + name: name, + index: index + }, + getName: function(){return this._p.name;}, + setName: function(name){this._p.name = name;}, + getIndex: function(){return this._p.index;}, + setIndex: function(index){this._p.index = index;}, + toString: function(){return this.getName();}, + toFullString: function(){return this.getName()+'第'+this.getIndex()+'天';} + }; + }, + getShuJiu:function(){ + var currentDay = Solar.fromYmd(this._p.solar.getYear(), this._p.solar.getMonth(), this._p.solar.getDay()); + var start = this._getJieQiSolar('DONG_ZHI'); + var startDay = Solar.fromYmd(start.getYear(), start.getMonth(), start.getDay()); + if (currentDay.isBefore(startDay)) { + start = this._getJieQiSolar(I18n.getMessage('jq.dongZhi')); + startDay = Solar.fromYmd(start.getYear(), start.getMonth(), start.getDay()); + } + var endDay = Solar.fromYmd(start.getYear(), start.getMonth(), start.getDay()).next(81); + if (currentDay.isBefore(startDay) || (!currentDay.isBefore(endDay))) { + return null; + } + var days = currentDay.subtract(startDay); + return this._buildNameAndIndex(LunarUtil.NUMBER[Math.floor(days / 9) + 1] + '九', days % 9 + 1); + }, + getFu:function(){ + var currentDay = Solar.fromYmd(this._p.solar.getYear(), this._p.solar.getMonth(), this._p.solar.getDay()); + var xiaZhi = this._getJieQiSolar(I18n.getMessage('jq.xiaZhi')); + var liQiu = this._getJieQiSolar(I18n.getMessage('jq.liQiu')); + var startDay = Solar.fromYmd(xiaZhi.getYear(), xiaZhi.getMonth(), xiaZhi.getDay()); + + // 第1个庚日 + var add = 6 - xiaZhi.getLunar().getDayGanIndex(); + if (add < 0) { + add += 10; + } + // 第3个庚日,即初伏第1天 + add += 20; + startDay = startDay.next(add); + + // 初伏以前 + if (currentDay.isBefore(startDay)) { + return null; + } + + var days = currentDay.subtract(startDay); + if (days < 10) { + return this._buildNameAndIndex('初伏', days + 1); + } + + // 第4个庚日,中伏第1天 + startDay = startDay.next(10); + + days = currentDay.subtract(startDay); + if (days < 10) { + return this._buildNameAndIndex('中伏', days + 1); + } + + // 第5个庚日,中伏第11天或末伏第1天 + startDay = startDay.next(10); + + var liQiuDay = Solar.fromYmd(liQiu.getYear(),liQiu.getMonth(),liQiu.getDay()); + + days = currentDay.subtract(startDay); + // 末伏 + if (!liQiuDay.isAfter(startDay)) { + if (days < 10) { + return this._buildNameAndIndex('末伏', days + 1); + } + } else { + // 中伏 + if (days < 10) { + return this._buildNameAndIndex('中伏', days + 11); + } + // 末伏第1天 + startDay = startDay.next(10); + days = currentDay.subtract(startDay); + if (days < 10) { + return this._buildNameAndIndex('末伏', days + 1); + } + } + return null; + }, + getLiuYao:function(){ + return LunarUtil.LIU_YAO[(Math.abs(this._p.month)+this._p.day-2)%6]; + }, + getWuHou:function(){ + var jieQi = this.getPrevJieQi(true); + var jq = LunarUtil.find(jieQi.getName(), LunarUtil.JIE_QI); + var current = Solar.fromYmd(this._p.solar.getYear(),this._p.solar.getMonth(),this._p.solar.getDay()); + var startSolar = jieQi.getSolar(); + var start = Solar.fromYmd(startSolar.getYear(),startSolar.getMonth(),startSolar.getDay()); + var index = Math.floor(current.subtract(start) / 5); + if (index > 2) { + index = 2; + } + return LunarUtil.WU_HOU[(jq.index * 3 + index) % LunarUtil.WU_HOU.length]; + }, + getHou:function(){ + var jieQi = this.getPrevJieQi(true); + var days = this._p.solar.subtract(jieQi.getSolar()); + var max = LunarUtil.HOU.length - 1; + var offset = Math.floor(days / 5); + if (offset > max) { + offset = max; + } + return jieQi.getName() + ' ' + LunarUtil.HOU[offset]; + }, + getDayLu:function(){ + var gan = LunarUtil.LU[this.getDayGan()]; + var zhi = LunarUtil.LU[this.getDayZhi()]; + var lu = gan + '命互禄'; + if (zhi) { + lu += ' ' + zhi + '命进禄'; + } + return lu; + }, + getTime:function(){ + return LunarTime.fromYmdHms(this._p.year, this._p.month, this._p.day, this._p.hour, this._p.minute, this._p.second); + }, + getTimes:function(){ + var l = []; + l.push(LunarTime.fromYmdHms(this._p.year, this._p.month, this._p.day, 0, 0, 0)); + for(var i = 0; i < 12; i++){ + l.push(LunarTime.fromYmdHms(this._p.year, this._p.month, this._p.day, (i+1)*2-1, 0, 0)); + } + return l; + }, + getFoto:function(){return Foto.fromLunar(this);}, + getTao:function(){return Tao.fromLunar(this);} + }; + }; + return { + fromYmdHms:function(y,m,d,hour,minute,second){return _fromYmdHms(y,m,d,hour,minute,second);}, + fromYmd:function(y,m,d){return _fromYmdHms(y,m,d,0,0,0);}, + fromSolar:function(solar){return _fromSolar(solar);}, + fromDate:function(date){return _fromDate(date);} + }; + })(); + var SolarWeek = (function(){ + var _fromDate = function(date,start){ + var solar = Solar.fromDate(date); + return _fromYmd(solar.getYear(),solar.getMonth(), solar.getDay(), start); + }; + var _fromYmd = function(y,m,d,start){ + var oy = y; + var om = m; + var od = d; + y *= 1; + if(isNaN(y)){ + throw new Error('wrong solar year '+oy); + } + m *= 1; + if(isNaN(m)){ + throw new Error('wrong solar month '+om); + } + d *= 1; + if(isNaN(d)){ + throw new Error('wrong solar day '+od); + } + start *= 1; + if(isNaN(start)){ + start = 0; + } + return { + _p:{ + year:y, + month:m, + day:d, + start:start + }, + getYear:function(){ + return this._p.year; + }, + getMonth:function(){ + return this._p.month; + }, + getDay:function(){ + return this._p.day; + }, + getStart:function(){ + return this._p.start; + }, + /** + * 获取当前日期是在当月第几周 + * @return number 周序号,从1开始 + */ + getIndex:function(){ + var offset = Solar.fromYmd(this._p.year,this._p.month,1).getWeek() - this._p.start; + if(offset < 0) { + offset += 7; + } + return Math.ceil((this._p.day + offset)/7); + }, + /** + * 获取当前日期是在当年第几周 + * @return number 周序号,从1开始 + */ + getIndexInYear:function(){ + var offset = Solar.fromYmd(this._p.year,1,1).getWeek() - this._p.start; + if(offset < 0) { + offset += 7; + } + return Math.ceil((SolarUtil.getDaysInYear(this._p.year, this._p.month, this._p.day) + offset)/7); + }, + /** + * 周推移 + * @param weeks 推移的周数,负数为倒推 + * @param separateMonth 是否按月单独计算 + * @return object 推移后的阳历周 + */ + next: function (weeks, separateMonth) { + var ow = weeks; + weeks *= 1; + if(isNaN(weeks)){ + throw new Error('wrong weeks ' + ow); + } + var start = this._p.start; + if (0 === weeks) { + return _fromYmd(this._p.year, this._p.month, this._p.day, start); + } + var solar = Solar.fromYmd(this._p.year, this._p.month, this._p.day); + if (separateMonth) { + var n = weeks; + var week = _fromYmd(this._p.year, this._p.month, this._p.day, start); + var month = this._p.month; + var plus = n > 0; + while (0 !== n) { + solar = solar.next(plus ? 7 : -7); + week = _fromYmd(solar.getYear(), solar.getMonth(), solar.getDay(), start); + var weekMonth = week.getMonth(); + if (month !== weekMonth) { + var index = week.getIndex(); + if (plus) { + if (1 === index) { + var firstDay = week.getFirstDay(); + week = _fromYmd(firstDay.getYear(), firstDay.getMonth(), firstDay.getDay(), start); + weekMonth = week.getMonth(); + } else { + solar = Solar.fromYmd(week.getYear(), week.getMonth(), 1); + week = _fromYmd(solar.getYear(), solar.getMonth(), solar.getDay(), start); + } + } else { + var size = SolarUtil.getWeeksOfMonth(week.getYear(), week.getMonth(), start); + if (size === index) { + var lastDay = week.getFirstDay().next(6); + week = _fromYmd(lastDay.getYear(), lastDay.getMonth(), lastDay.getDay(), start); + weekMonth = week.getMonth(); + } else { + solar = Solar.fromYmd(week.getYear(), week.getMonth(), SolarUtil.getDaysOfMonth(week.getYear(), week.getMonth())); + week = _fromYmd(solar.getYear(), solar.getMonth(), solar.getDay(), start); + } + } + month = weekMonth; + } + n -= plus ? 1 : -1; + } + return week; + } else { + solar = solar.next(weeks * 7); + return _fromYmd(solar.getYear(), solar.getMonth(), solar.getDay(), start); + } + }, + /** + * 获取本周第一天的阳历日期(可能跨月) + * @return object 本周第一天的阳历日期 + */ + getFirstDay:function(){ + var solar = Solar.fromYmd(this._p.year, this._p.month, this._p.day); + var prev = solar.getWeek() - this._p.start; + if(prev < 0){ + prev += 7; + } + return solar.next(-prev); + }, + /** + * 获取本周第一天的阳历日期(仅限当月) + * @return object 本周第一天的阳历日期 + */ + getFirstDayInMonth:function(){ + var index = 0; + var days = this.getDays(); + for(var i = 0;i 12) { + m -= 12; + y++; + } else if (m < 1) { + m += 12; + y--; + } + return _fromYm(y, m); + }, + getDays:function(){ + var l = []; + var d = Solar.fromYmd(this._p.year,this._p.month,1); + l.push(d); + var days = SolarUtil.getDaysOfMonth(this._p.year,this._p.month); + for(var i = 1;i this._p.year || firstDay.getMonth() > this._p.month) { + // break; + // } + if (l.length === 6) { + break; + } + } + return l; + }, + toString:function(){ + return this.getYear()+'-'+this.getMonth(); + }, + toFullString:function(){ + return this.getYear()+'年'+this.getMonth()+'月'; + } + }; + }; + return { + fromYm:function(y,m){return _fromYm(y,m);}, + fromDate:function(date){return _fromDate(date);} + }; + })(); + var SolarSeason = (function(){ + var _fromDate = function(date){ + var solar = Solar.fromDate(date); + return _fromYm(solar.getYear(),solar.getMonth()); + }; + var _fromYm = function(y,m){ + var oy = y; + var om = m; + y *= 1; + if(isNaN(y)){ + throw new Error('wrong solar year '+oy); + } + m *= 1; + if(isNaN(m)){ + throw new Error('wrong solar month '+om); + } + return { + _p:{ + year:y, + month:m + }, + getYear:function(){ + return this._p.year; + }, + getMonth:function(){ + return this._p.month; + }, + /** + * 获取当月是第几季度 + * @return number 季度序号,从1开始 + */ + getIndex:function(){ + return Math.ceil(this._p.month/3); + }, + /** + * 季度推移 + * @param seasons 推移的季度数,负数为倒推 + * @return object 推移后的季度 + */ + next:function(seasons){ + var os = seasons; + seasons *= 1; + if(isNaN(seasons)){ + throw new Error('wrong seasons ' + os); + } + var month = SolarMonth.fromYm(this._p.year, this._p.month).next(3 * seasons); + return _fromYm(month.getYear(), month.getMonth()); + }, + /** + * 获取本季度的月份 + * @return Array 本季度的月份列表 + */ + getMonths:function(){ + var l = []; + var index = this.getIndex()-1; + for(var i=0;i<3;i++){ + l.push(SolarMonth.fromYm(this._p.year,3*index+i+1)); + } + return l; + }, + toString:function(){ + return this.getYear()+'.'+this.getIndex(); + }, + toFullString:function(){ + return this.getYear()+'年'+this.getIndex()+'季度'; + } + }; + }; + return { + fromYm:function(y,m){return _fromYm(y,m);}, + fromDate:function(date){return _fromDate(date);} + }; + })(); + var SolarHalfYear = (function(){ + var _fromDate = function(date){ + var solar = Solar.fromDate(date); + return _fromYm(solar.getYear(),solar.getMonth()); + }; + var _fromYm = function(y,m){ + var oy = y; + var om = m; + y *= 1; + if(isNaN(y)){ + throw new Error('wrong solar year '+oy); + } + m *= 1; + if(isNaN(m)){ + throw new Error('wrong solar month '+om); + } + return { + _p:{ + year:y, + month:m + }, + getYear:function(){ + return this._p.year; + }, + getMonth:function(){ + return this._p.month; + }, + /** + * 获取当月是第几半年 + * @return number 半年序号,从1开始 + */ + getIndex:function(){ + return Math.ceil(this._p.month/6); + }, + /** + * 半年推移 + * @param halfYears 推移的半年数,负数为倒推 + * @return object 推移后的半年 + */ + next:function(halfYears){ + var oh = halfYears; + halfYears *= 1; + if(isNaN(halfYears)){ + throw new Error('wong halfYears ' + oh); + } + var month = SolarMonth.fromYm(this._p.year, this._p.month).next(6 * halfYears); + return _fromYm(month.getYear(), month.getMonth()); + }, + /** + * 获取本半年的月份 + * @return Array 本半年的月份列表 + */ + getMonths:function(){ + var l = []; + var index = this.getIndex()-1; + for(var i=0;i<6;i++){ + l.push(SolarMonth.fromYm(this._p.year,6*index+i+1)); + } + return l; + }, + toString:function(){ + return this.getYear()+'.'+this.getIndex(); + }, + toFullString:function(){ + return this.getYear()+'年'+['上','下'][this.getIndex()-1]+'半年'; + } + }; + }; + return { + fromYm:function(y,m){return _fromYm(y,m);}, + fromDate:function(date){return _fromDate(date);} + }; + })(); + var SolarYear = (function(){ + var _fromDate = function(date){ + return _fromYear(Solar.fromDate(date).getYear()); + }; + var _fromYear = function(y){ + var oy = y; + y *= 1; + if(isNaN(y)){ + throw new Error('wrong solar year '+oy); + } + return { + _p:{ + year:y + }, + getYear:function(){ + return this._p.year; + }, + next:function(years){ + var oy = years; + years *= 1; + if(isNaN(years)){ + throw new Error('wrong years ' + oy); + } + return _fromYear(this._p.year + years); + }, + getMonths:function(){ + var l = []; + var m = SolarMonth.fromYm(this._p.year,1); + l.push(m); + for(var i = 1;i<12;i++){ + l.push(m.next(i)); + } + return l; + }, + toString:function(){ + return this.getYear()+''; + }, + toFullString:function(){ + return this.getYear()+'年'; + } + }; + }; + return { + fromYear:function(y){return _fromYear(y);}, + fromDate:function(date){return _fromDate(date);} + }; + })(); + var LunarYear = (function(){ + var _YUAN = ['下','上','中']; + var _YUN = ['七','八','九','一','二','三','四','五','六']; + var _LEAP_11 = [75, 94, 170, 238, 265, 322, 389, 469, 553, 583, 610, 678, 735, 754, 773, 849, 887, 936, 1050, 1069, 1126, 1145, 1164, 1183, 1259, 1278, 1308, 1373, 1403, 1441, 1460, 1498, 1555, 1593, 1612, 1631, 1642, 2033, 2128, 2147, 2242, 2614, 2728, 2910, 3062, 3244, 3339, 3616, 3711, 3730, 3825, 4007, 4159, 4197, 4322, 4341, 4379, 4417, 4531, 4599, 4694, 4713, 4789, 4808, 4971, 5085, 5104, 5161, 5180, 5199, 5294, 5305, 5476, 5677, 5696, 5772, 5791, 5848, 5886, 6049, 6068, 6144, 6163, 6258, 6402, 6440, 6497, 6516, 6630, 6641, 6660, 6679, 6736, 6774, 6850, 6869, 6899, 6918, 6994, 7013, 7032, 7051, 7070, 7089, 7108, 7127, 7146, 7222, 7271, 7290, 7309, 7366, 7385, 7404, 7442, 7461, 7480, 7491, 7499, 7594, 7624, 7643, 7662, 7681, 7719, 7738, 7814, 7863, 7882, 7901, 7939, 7958, 7977, 7996, 8034, 8053, 8072, 8091, 8121, 8159, 8186, 8216, 8235, 8254, 8273, 8311, 8330, 8341, 8349, 8368, 8444, 8463, 8474, 8493, 8531, 8569, 8588, 8626, 8664, 8683, 8694, 8702, 8713, 8721, 8751, 8789, 8808, 8816, 8827, 8846, 8884, 8903, 8922, 8941, 8971, 9036, 9066, 9085, 9104, 9123, 9142, 9161, 9180, 9199, 9218, 9256, 9294, 9313, 9324, 9343, 9362, 9381, 9419, 9438, 9476, 9514, 9533, 9544, 9552, 9563, 9571, 9582, 9601, 9639, 9658, 9666, 9677, 9696, 9734, 9753, 9772, 9791, 9802, 9821, 9886, 9897, 9916, 9935, 9954, 9973, 9992]; + var _LEAP_12 = [37, 56, 113, 132, 151, 189, 208, 227, 246, 284, 303, 341, 360, 379, 417, 436, 458, 477, 496, 515, 534, 572, 591, 629, 648, 667, 697, 716, 792, 811, 830, 868, 906, 925, 944, 963, 982, 1001, 1020, 1039, 1058, 1088, 1153, 1202, 1221, 1240, 1297, 1335, 1392, 1411, 1422, 1430, 1517, 1525, 1536, 1574, 3358, 3472, 3806, 3988, 4751, 4941, 5066, 5123, 5275, 5343, 5438, 5457, 5495, 5533, 5552, 5715, 5810, 5829, 5905, 5924, 6421, 6535, 6793, 6812, 6888, 6907, 7002, 7184, 7260, 7279, 7374, 7556, 7746, 7757, 7776, 7833, 7852, 7871, 7966, 8015, 8110, 8129, 8148, 8224, 8243, 8338, 8406, 8425, 8482, 8501, 8520, 8558, 8596, 8607, 8615, 8645, 8740, 8778, 8835, 8865, 8930, 8960, 8979, 8998, 9017, 9055, 9074, 9093, 9112, 9150, 9188, 9237, 9275, 9332, 9351, 9370, 9408, 9427, 9446, 9457, 9465, 9495, 9560, 9590, 9628, 9647, 9685, 9715, 9742, 9780, 9810, 9818, 9829, 9848, 9867, 9905, 9924, 9943, 9962, 10000]; + var _LEAP = {}; + var _CACHE = {}; + var _initLeap = function() { + var i; + var j; + for (i = 0, j = _LEAP_11.length; i < j; i++) { + _LEAP['_' + _LEAP_11[i]] = 13; + } + for (i = 0, j = _LEAP_12.length; i < j; i++) { + _LEAP['_' + _LEAP_12[i]] = 14; + } + }; + _initLeap(); + var _fromYear = function(lunarYear){ + var oy = lunarYear; + lunarYear *= 1; + if(isNaN(lunarYear)){ + throw new Error('wrong lunar year '+oy); + } + var _y = (function(){ + var offset = lunarYear - 4; + var yearGanIndex = offset % 10; + var yearZhiIndex = offset % 12; + if (yearGanIndex < 0) { + yearGanIndex += 10; + } + if (yearZhiIndex < 0) { + yearZhiIndex += 12; + } + return { + ganIndex: yearGanIndex, + zhiIndex: yearZhiIndex + } + })(); + return { + _p: { + year: lunarYear, + ganIndex: _y.ganIndex, + zhiIndex: _y.zhiIndex, + months: [], + jieQiJulianDays: [] + }, + getYear:function(){return this._p.year;}, + getGanIndex:function(){return this._p.ganIndex;}, + getZhiIndex:function(){return this._p.zhiIndex;}, + getGan:function(){return LunarUtil.GAN[this._p.ganIndex+1];}, + getZhi:function(){return LunarUtil.ZHI[this._p.zhiIndex+1];}, + getGanZhi:function(){return this.getGan()+this.getZhi();}, + getJieQiJulianDays:function(){return this._p.jieQiJulianDays;}, + getDayCount:function(){ + var n = 0; + for (var i = 0, j = this._p.months.length; i < j; i++) { + var m = this._p.months[i]; + if (m.getYear() === this._p.year) { + n += m.getDayCount(); + } + } + return n; + }, + getMonthsInYear:function(){ + var l = []; + for (var i = 0, j = this._p.months.length; i < j; i++) { + var m = this._p.months[i]; + if (m.getYear() === this._p.year) { + l.push(m); + } + } + return l; + }, + getMonths:function(){return this._p.months;}, + getMonth:function(lunarMonth){ + var om = lunarMonth; + lunarMonth *= 1; + if(isNaN(lunarMonth)){ + throw new Error('wrong lunarMonth ' + om); + } + for (var i = 0, j = this._p.months.length; i < j; i++) { + var m = this._p.months[i]; + if (m.getYear() === this._p.year && m.getMonth() === lunarMonth) { + return m; + } + } + return null; + }, + getLeapMonth:function(){ + for (var i = 0, j = this._p.months.length; i < j; i++) { + var m = this._p.months[i]; + if (m.getYear() === this._p.year && m.isLeap()) { + return Math.abs(m.getMonth()); + } + } + return 0; + }, + _getZaoByGan:function(index, name){ + var offset = index - Solar.fromJulianDay(this.getMonth(1).getFirstJulianDay()).getLunar().getDayGanIndex(); + if (offset < 0) { + offset += 10; + } + return name.replace('几', LunarUtil.NUMBER[offset+1]); + }, + _getZaoByZhi:function(index, name){ + var offset = index - Solar.fromJulianDay(this.getMonth(1).getFirstJulianDay()).getLunar().getDayZhiIndex(); + if (offset < 0) { + offset += 12; + } + return name.replace('几', LunarUtil.NUMBER[offset+1]); + }, + getTouLiang:function(){ + return this._getZaoByZhi(0, '几鼠偷粮'); + }, + getCaoZi:function(){ + return this._getZaoByZhi(0, '草子几分'); + }, + getGengTian:function(){ + return this._getZaoByZhi(1, '几牛耕田'); + }, + getHuaShou:function(){ + return this._getZaoByZhi(3, '花收几分'); + }, + getZhiShui:function(){ + return this._getZaoByZhi(4, '几龙治水'); + }, + getTuoGu:function(){ + return this._getZaoByZhi(6, '几马驮谷'); + }, + getQiangMi:function(){ + return this._getZaoByZhi(9, '几鸡抢米'); + }, + getKanCan:function(){ + return this._getZaoByZhi(9, '几姑看蚕'); + }, + getGongZhu:function(){ + return this._getZaoByZhi(11, '几屠共猪'); + }, + getJiaTian:function(){ + return this._getZaoByGan(0, '甲田几分'); + }, + getFenBing:function(){ + return this._getZaoByGan(2, '几人分饼'); + }, + getDeJin:function(){ + return this._getZaoByGan(7, '几日得金'); + }, + getRenBing:function(){ + return this._getZaoByGan(2, this._getZaoByZhi(2, '几人几丙')); + }, + getRenChu:function(){ + return this._getZaoByGan(3, this._getZaoByZhi(2, '几人几锄')); + }, + getYuan:function(){ + return _YUAN[Math.floor((this._p.year+2696)/60)%3]+'元'; + }, + getYun:function(){ + return _YUN[Math.floor((this._p.year+2696)/20)%9]+'运'; + }, + getNineStar:function(){ + var index = LunarUtil.getJiaZiIndex(this.getGanZhi()) + 1; + var yuan = Math.floor((this._p.year + 2696) / 60) % 3; + var offset = (62 + yuan * 3 - index) % 9; + if(0 === offset){ + offset = 9; + } + return NineStar.fromIndex(offset - 1); + }, + getPositionXi:function(){ + return LunarUtil.POSITION_XI[this._p.ganIndex+1]; + }, + getPositionXiDesc:function(){ + return LunarUtil.POSITION_DESC[this.getPositionXi()]; + }, + getPositionYangGui:function(){ + return LunarUtil.POSITION_YANG_GUI[this._p.ganIndex+1]; + }, + getPositionYangGuiDesc:function(){ + return LunarUtil.POSITION_DESC[this.getPositionYangGui()]; + }, + getPositionYinGui:function(){ + return LunarUtil.POSITION_YIN_GUI[this._p.ganIndex+1]; + }, + getPositionYinGuiDesc:function(){ + return LunarUtil.POSITION_DESC[this.getPositionYinGui()]; + }, + getPositionFu:function(sect){ + return (1===sect?LunarUtil.POSITION_FU:LunarUtil.POSITION_FU_2)[this._p.ganIndex+1]; + }, + getPositionFuDesc:function(sect){ + return LunarUtil.POSITION_DESC[this.getPositionFu(sect)]; + }, + getPositionCai:function(){ + return LunarUtil.POSITION_CAI[this._p.ganIndex+1]; + }, + getPositionCaiDesc:function(){ + return LunarUtil.POSITION_DESC[this.getPositionCai()]; + }, + getPositionTaiSui:function(){ + return LunarUtil.POSITION_TAI_SUI_YEAR[this._p.zhiIndex]; + }, + getPositionTaiSuiDesc:function(){ + return LunarUtil.POSITION_DESC[this.getPositionTaiSui()]; + }, + toString:function(){ + return this.getYear()+''; + }, + toFullString:function(){ + return this.getYear()+'年'; + }, + next:function(years){ + var oy = years; + years *= 1; + if(isNaN(years)){ + throw new Error('wrong years ' + oy); + } + return LunarYear.fromYear(this._p.year + years); + }, + _compute:function(){ + this._p.months = []; + this._p.jieQiJulianDays = []; + // 节气(中午12点),长度25 + var jq = []; + // 合朔,即每月初一(中午12点),长度16 + var hs = []; + // 每月天数,长度15 + var dayCounts = []; + var i; + var j; + var currentYear = this._p.year; + var year = currentYear - 2000; + // 从上年的大雪到下年的大寒 + for (i = 0, j = LunarUtil.JIE_QI_IN_USE.length; i < j; i++) { + // 精确的节气 + var t = 36525 * ShouXingUtil.saLonT((year + (17 + i) * 15.0 / 360) * ShouXingUtil.PI_2); + t += ShouXingUtil.ONE_THIRD - ShouXingUtil.dtT(t); + this._p.jieQiJulianDays.push(t + Solar.J2000); + // 按中午12点算的节气 + if (i > 0 && i < 26) { + jq[i - 1] = Math.round(t); + } + } + + // 冬至前的初一 + var w = ShouXingUtil.calcShuo(jq[0]); + if (w > jq[0]) { + if (currentYear !== 41 && currentYear !== 193 && currentYear !== 288 && currentYear !== 345 && currentYear !== 918 && currentYear !== 1013) { + w -= 29.5306; + } + } + // 递推每月初一 + for (i = 0; i < 16; i++) { + hs.push(ShouXingUtil.calcShuo(w + 29.5306 * i)); + } + // 每月天数 + for (i = 0; i < 15; i++) { + dayCounts.push(Math.floor(hs[i + 1] - hs[i])); + } + + var prevYear = currentYear - 1; + var leapYear = -1; + var leapIndex = -1; + + var leap = _LEAP['_' + currentYear]; + if (!leap) { + leap = _LEAP['_' + prevYear]; + if (!leap) { + if (hs[13] <= jq[24]) { + i = 1; + while (hs[i + 1] > jq[2 * i] && i < 13) { + i++; + } + leapYear = currentYear; + leapIndex = i; + } + } else { + leapYear = prevYear; + leapIndex = leap - 12; + } + } else { + leapYear = currentYear; + leapIndex = leap; + } + + var y = prevYear; + var m = 11; + var index = m; + for (i = 0, j = dayCounts.length; i < j; i++) { + var cm = m; + if (y === leapYear && i === leapIndex) { + cm = -cm; + } + this._p.months.push(LunarMonth._(y, cm, dayCounts[i], hs[i] + Solar.J2000, index)); + if (y !== leapYear || i + 1 !== leapIndex) { + m++; + } + index++; + if (m === 13) { + m = 1; + index = 1; + y++; + } + } + return this; + } + }._compute(); + }; + var _fromCachedYear = function(lunarYear) { + var key = '_' + lunarYear; + var obj = _CACHE[key]; + if (!obj) { + obj = _fromYear(lunarYear); + _CACHE[key] = obj; + } + return obj; + }; + return { + fromYear:function(lunarYear){return _fromCachedYear(lunarYear);} + }; + })(); + var LunarMonth = (function(){ + var _fromYm = function(lunarYear,lunarMonth){ + var oy = lunarYear; + var om = lunarMonth; + lunarYear *= 1; + if(isNaN(lunarYear)){ + throw new Error('wrong lunar year '+oy); + } + lunarMonth *= 1; + if(isNaN(lunarMonth)){ + throw new Error('wrong lunar month '+om); + } + return LunarYear.fromYear(lunarYear).getMonth(lunarMonth); + }; + var _new = function(lunarYear, lunarMonth, dayCount, firstJulianDay, index){ + return { + _p: { + year: lunarYear, + month: lunarMonth, + dayCount: dayCount, + firstJulianDay: firstJulianDay, + index: index, + zhiIndex: (index - 1 + LunarUtil.BASE_MONTH_ZHI_INDEX) % 12 + }, + getIndex:function(){return this._p.index;}, + getGanIndex:function(){ + var offset = (LunarYear.fromYear(this._p.year).getGanIndex() + 1) % 5 * 2; + return (this._p.index - 1 + offset) % 10; + }, + getZhiIndex:function(){return this._p.zhiIndex;}, + getGan:function(){return LunarUtil.GAN[this.getGanIndex() + 1];}, + getZhi:function(){return LunarUtil.ZHI[this._p.zhiIndex + 1];}, + getGanZhi:function(){return this.getGan() + this.getZhi();}, + getYear:function(){return this._p.year;}, + getMonth:function(){return this._p.month;}, + getDayCount:function(){return this._p.dayCount;}, + getFirstJulianDay:function(){return this._p.firstJulianDay;}, + isLeap:function(){return this._p.month<0;}, + getPositionXi:function(){ + return LunarUtil.POSITION_XI[this.getGanIndex() + 1]; + }, + getPositionXiDesc:function(){ + return LunarUtil.POSITION_DESC.get(this.getPositionXi()); + }, + getPositionYangGui:function(){ + return LunarUtil.POSITION_YANG_GUI[this.getGanIndex() + 1]; + }, + getPositionYangGuiDesc:function(){ + return LunarUtil.POSITION_DESC.get(this.getPositionYangGui()); + }, + getPositionYinGui:function(){ + return LunarUtil.POSITION_YIN_GUI[this.getGanIndex() + 1]; + }, + getPositionYinGuiDesc:function(){ + return LunarUtil.POSITION_DESC.get(this.getPositionYinGui()); + }, + getPositionFu:function(sect){ + return (1 === sect ? LunarUtil.POSITION_FU : LunarUtil.POSITION_FU_2)[this.getGanIndex() + 1]; + }, + getPositionFuDesc:function(sect){ + return LunarUtil.POSITION_DESC.get(this.getPositionFu(sect)); + }, + getPositionCai:function(){ + return LunarUtil.POSITION_CAI[this.getGanIndex() + 1]; + }, + getPositionCaiDesc:function(){ + return LunarUtil.POSITION_DESC.get(this.getPositionCai()); + }, + getPositionTaiSui:function(){ + var p; + var m = Math.abs(this._p.month); + switch(m) { + case 1: + case 5: + case 9: + p = '艮'; + break; + case 3: + case 7: + case 11: + p = '坤'; + break; + case 4: + case 8: + case 12: + p = '巽'; + break; + default: + p = LunarUtil.POSITION_GAN[Solar.fromJulianDay(this.getFirstJulianDay()).getLunar().getMonthGanIndex()]; + } + return p; + }, + getPositionTaiSuiDesc:function(){ + return LunarUtil.POSITION_DESC[this.getPositionTaiSui()]; + }, + getNineStar:function(){ + var index = LunarYear.fromYear(this._p.year).getZhiIndex() % 3; + var m = this._p.month; + if (m < 0) { + m = -m; + } + var monthZhiIndex = (13 + m) % 12; + var n = 27 - (index * 3); + if (monthZhiIndex < LunarUtil.BASE_MONTH_ZHI_INDEX) { + n -= 3; + } + var offset = (n - monthZhiIndex) % 9; + return NineStar.fromIndex(offset); + }, + next:function(n){ + var on = n; + n *= 1; + if(isNaN(n)){ + throw new Error('wrong days ' + on); + } + if (0 === n) { + return LunarMonth.fromYm(this._p.year, this._p.month); + } else { + var rest = Math.abs(n); + var ny = this._p.year; + var iy = ny; + var im = this._p.month; + var index = 0; + var months = LunarYear.fromYear(ny).getMonths(); + var i; + var m; + var size; + if (n > 0) { + while (true) { + size = months.length; + for (i = 0; i < size; i++) { + m = months[i]; + if (m.getYear() === iy && m.getMonth() === im) { + index = i; + break; + } + } + var more = size - index - 1; + if (rest < more) { + break; + } + rest -= more; + var lastMonth = months[size - 1]; + iy = lastMonth.getYear(); + im = lastMonth.getMonth(); + ny++; + months = LunarYear.fromYear(ny).getMonths(); + } + return months[index + rest]; + } else { + while (true) { + size = months.length; + for (i = 0; i < size; i++) { + m = months[i]; + if (m.getYear() === iy && m.getMonth() === im) { + index = i; + break; + } + } + if (rest <= index) { + break; + } + rest -= index; + var firstMonth = months[0]; + iy = firstMonth.getYear(); + im = firstMonth.getMonth(); + ny--; + months = LunarYear.fromYear(ny).getMonths(); + } + return months[index - rest]; + } + } + }, + toString:function(){return this.getYear()+'年'+(this.isLeap()?'闰':'')+LunarUtil.MONTH[Math.abs(this.getMonth())]+'月('+this.getDayCount()+')天';} + }; + }; + return { + fromYm:function(lunarYear,lunarMonth){return _fromYm(lunarYear,lunarMonth);}, + _:function(lunarYear, lunarMonth, dayCount, firstJulianDay, index){return _new(lunarYear, lunarMonth, dayCount, firstJulianDay, index);} + }; + })(); + var ShouXingUtil = (function(){ + return { + PI_2: 2*Math.PI, + ONE_THIRD: 1.0/3, + SECOND_PER_DAY: 86400, + SECOND_PER_RAD: 648000 / Math.PI, + NUT_B:[2.1824, -33.75705, 36e-6, -1720, 920, 3.5069, 1256.66393, 11e-6, -132, 57, 1.3375, 16799.4182, -51e-6, -23, 10, 4.3649, -67.5141, 72e-6, 21, -9, 0.04, -628.302, 0, -14, 0, 2.36, 8328.691, 0, 7, 0, 3.46, 1884.966, 0, -5, 2, 5.44, 16833.175, 0, -4, 2, 3.69, 25128.110, 0, -3, 0, 3.55, 628.362, 0, 2, 0], + DT_AT:[-4000, 108371.7, -13036.80, 392.000, 0.0000, -500, 17201.0, -627.82, 16.170, -0.3413, -150, 12200.6, -346.41, 5.403, -0.1593, 150, 9113.8, -328.13, -1.647, 0.0377, 500, 5707.5, -391.41, 0.915, 0.3145, 900, 2203.4, -283.45, 13.034, -0.1778, 1300, 490.1, -57.35, 2.085, -0.0072, 1600, 120.0, -9.81, -1.532, 0.1403, 1700, 10.2, -0.91, 0.510, -0.0370, 1800, 13.4, -0.72, 0.202, -0.0193, 1830, 7.8, -1.81, 0.416, -0.0247, 1860, 8.3, -0.13, -0.406, 0.0292, 1880, -5.4, 0.32, -0.183, 0.0173, 1900, -2.3, 2.06, 0.169, -0.0135, 1920, 21.2, 1.69, -0.304, 0.0167, 1940, 24.2, 1.22, -0.064, 0.0031, 1960, 33.2, 0.51, 0.231, -0.0109, 1980, 51.0, 1.29, -0.026, 0.0032, 2000, 63.87, 0.1, 0, 0, 2005, 64.7, 0.4, 0, 0, 2015, 69], + XL0:[10000000000, 20, 578, 920, 1100, 1124, 1136, 1148, 1217, 1226, 1229, 1229, 1229, 1229, 1937, 2363, 2618, 2633, 2660, 2666, 17534704567, 0.00000000000, 0.00000000000, 334165646, 4.669256804, 6283.075849991, 3489428, 4.6261024, 12566.1517000, 349706, 2.744118, 5753.384885, 341757, 2.828866, 3.523118, 313590, 3.627670, 77713.771468, 267622, 4.418084, 7860.419392, 234269, 6.135162, 3930.209696, 132429, 0.742464, 11506.769770, 127317, 2.037097, 529.690965, 119917, 1.109629, 1577.343542, 99025, 5.23268, 5884.92685, 90186, 2.04505, 26.29832, 85722, 3.50849, 398.14900, 77979, 1.17883, 5223.69392, 75314, 2.53339, 5507.55324, 50526, 4.58293, 18849.22755, 49238, 4.20507, 775.52261, 35666, 2.91954, 0.06731, 31709, 5.84902, 11790.62909, 28413, 1.89869, 796.29801, 27104, 0.31489, 10977.07880, 24281, 0.34481, 5486.77784, 20616, 4.80647, 2544.31442, 20539, 1.86948, 5573.14280, 20226, 2.45768, 6069.77675, 15552, 0.83306, 213.29910, 13221, 3.41118, 2942.46342, 12618, 1.08303, 20.77540, 11513, 0.64545, 0.98032, 10285, 0.63600, 4694.00295, 10190, 0.97569, 15720.83878, 10172, 4.26680, 7.11355, 9921, 6.2099, 2146.1654, 9761, 0.6810, 155.4204, 8580, 5.9832, 161000.6857, 8513, 1.2987, 6275.9623, 8471, 3.6708, 71430.6956, 7964, 1.8079, 17260.1547, 7876, 3.0370, 12036.4607, 7465, 1.7551, 5088.6288, 7387, 3.5032, 3154.6871, 7355, 4.6793, 801.8209, 6963, 0.8330, 9437.7629, 6245, 3.9776, 8827.3903, 6115, 1.8184, 7084.8968, 5696, 2.7843, 6286.5990, 5612, 4.3869, 14143.4952, 5558, 3.4701, 6279.5527, 5199, 0.1891, 12139.5535, 5161, 1.3328, 1748.0164, 5115, 0.2831, 5856.4777, 4900, 0.4874, 1194.4470, 4104, 5.3682, 8429.2413, 4094, 2.3985, 19651.0485, 3920, 6.1683, 10447.3878, 3677, 6.0413, 10213.2855, 3660, 2.5696, 1059.3819, 3595, 1.7088, 2352.8662, 3557, 1.7760, 6812.7668, 3329, 0.5931, 17789.8456, 3041, 0.4429, 83996.8473, 3005, 2.7398, 1349.8674, 2535, 3.1647, 4690.4798, 2474, 0.2148, 3.5904, 2366, 0.4847, 8031.0923, 2357, 2.0653, 3340.6124, 2282, 5.2220, 4705.7323, 2189, 5.5559, 553.5694, 2142, 1.4256, 16730.4637, 2109, 4.1483, 951.7184, 2030, 0.3713, 283.8593, 1992, 5.2221, 12168.0027, 1986, 5.7747, 6309.3742, 1912, 3.8222, 23581.2582, 1889, 5.3863, 149854.4001, 1790, 2.2149, 13367.9726, 1748, 4.5605, 135.0651, 1622, 5.9884, 11769.8537, 1508, 4.1957, 6256.7775, 1442, 4.1932, 242.7286, 1435, 3.7236, 38.0277, 1397, 4.4014, 6681.2249, 1362, 1.8893, 7632.9433, 1250, 1.1305, 5.5229, 1205, 2.6223, 955.5997, 1200, 1.0035, 632.7837, 1129, 0.1774, 4164.3120, 1083, 0.3273, 103.0928, 1052, 0.9387, 11926.2544, 1050, 5.3591, 1592.5960, 1033, 6.1998, 6438.4962, 1001, 6.0291, 5746.2713, 980, 0.999, 11371.705, 980, 5.244, 27511.468, 938, 2.624, 5760.498, 923, 0.483, 522.577, 922, 4.571, 4292.331, 905, 5.337, 6386.169, 862, 4.165, 7058.598, 841, 3.299, 7234.794, 836, 4.539, 25132.303, 813, 6.112, 4732.031, 812, 6.271, 426.598, 801, 5.821, 28.449, 787, 0.996, 5643.179, 776, 2.957, 23013.540, 769, 3.121, 7238.676, 758, 3.974, 11499.656, 735, 4.386, 316.392, 731, 0.607, 11513.883, 719, 3.998, 74.782, 706, 0.323, 263.084, 676, 5.911, 90955.552, 663, 3.665, 17298.182, 653, 5.791, 18073.705, 630, 4.717, 6836.645, 615, 1.458, 233141.314, 612, 1.075, 19804.827, 596, 3.321, 6283.009, 596, 2.876, 6283.143, 555, 2.452, 12352.853, 541, 5.392, 419.485, 531, 0.382, 31441.678, 519, 4.065, 6208.294, 513, 2.361, 10973.556, 494, 5.737, 9917.697, 450, 3.272, 11015.106, 449, 3.653, 206.186, 447, 2.064, 7079.374, 435, 4.423, 5216.580, 421, 1.906, 245.832, 413, 0.921, 3738.761, 402, 0.840, 20.355, 387, 1.826, 11856.219, 379, 2.344, 3.881, 374, 2.954, 3128.389, 370, 5.031, 536.805, 365, 1.018, 16200.773, 365, 1.083, 88860.057, 352, 5.978, 3894.182, 352, 2.056, 244287.600, 351, 3.713, 6290.189, 340, 1.106, 14712.317, 339, 0.978, 8635.942, 339, 3.202, 5120.601, 333, 0.837, 6496.375, 325, 3.479, 6133.513, 316, 5.089, 21228.392, 316, 1.328, 10873.986, 309, 3.646, 10.637, 303, 1.802, 35371.887, 296, 3.397, 9225.539, 288, 6.026, 154717.610, 281, 2.585, 14314.168, 262, 3.856, 266.607, 262, 2.579, 22483.849, 257, 1.561, 23543.231, 255, 3.949, 1990.745, 251, 3.744, 10575.407, 240, 1.161, 10984.192, 238, 0.106, 7.046, 236, 4.272, 6040.347, 234, 3.577, 10969.965, 211, 3.714, 65147.620, 210, 0.754, 13521.751, 207, 4.228, 5650.292, 202, 0.814, 170.673, 201, 4.629, 6037.244, 200, 0.381, 6172.870, 199, 3.933, 6206.810, 199, 5.197, 6262.300, 197, 1.046, 18209.330, 195, 1.070, 5230.807, 195, 4.869, 36.028, 194, 4.313, 6244.943, 192, 1.229, 709.933, 192, 5.595, 6282.096, 192, 0.602, 6284.056, 189, 3.744, 23.878, 188, 1.904, 15.252, 188, 0.867, 22003.915, 182, 3.681, 15110.466, 181, 0.491, 1.484, 179, 3.222, 39302.097, 179, 1.259, 12559.038, 62833196674749, 0.000000000000, 0.000000000000, 20605886, 2.67823456, 6283.07584999, 430343, 2.635127, 12566.151700, 42526, 1.59047, 3.52312, 11926, 5.79557, 26.29832, 10898, 2.96618, 1577.34354, 9348, 2.5921, 18849.2275, 7212, 1.1385, 529.6910, 6777, 1.8747, 398.1490, 6733, 4.4092, 5507.5532, 5903, 2.8880, 5223.6939, 5598, 2.1747, 155.4204, 4541, 0.3980, 796.2980, 3637, 0.4662, 775.5226, 2896, 2.6471, 7.1135, 2084, 5.3414, 0.9803, 1910, 1.8463, 5486.7778, 1851, 4.9686, 213.2991, 1729, 2.9912, 6275.9623, 1623, 0.0322, 2544.3144, 1583, 1.4305, 2146.1654, 1462, 1.2053, 10977.0788, 1246, 2.8343, 1748.0164, 1188, 3.2580, 5088.6288, 1181, 5.2738, 1194.4470, 1151, 2.0750, 4694.0030, 1064, 0.7661, 553.5694, 997, 1.303, 6286.599, 972, 4.239, 1349.867, 945, 2.700, 242.729, 858, 5.645, 951.718, 758, 5.301, 2352.866, 639, 2.650, 9437.763, 610, 4.666, 4690.480, 583, 1.766, 1059.382, 531, 0.909, 3154.687, 522, 5.661, 71430.696, 520, 1.854, 801.821, 504, 1.425, 6438.496, 433, 0.241, 6812.767, 426, 0.774, 10447.388, 413, 5.240, 7084.897, 374, 2.001, 8031.092, 356, 2.429, 14143.495, 350, 4.800, 6279.553, 337, 0.888, 12036.461, 337, 3.862, 1592.596, 325, 3.400, 7632.943, 322, 0.616, 8429.241, 318, 3.188, 4705.732, 297, 6.070, 4292.331, 295, 1.431, 5746.271, 290, 2.325, 20.355, 275, 0.935, 5760.498, 270, 4.804, 7234.794, 253, 6.223, 6836.645, 228, 5.003, 17789.846, 225, 5.672, 11499.656, 215, 5.202, 11513.883, 208, 3.955, 10213.286, 208, 2.268, 522.577, 206, 2.224, 5856.478, 206, 2.550, 25132.303, 203, 0.910, 6256.778, 189, 0.532, 3340.612, 188, 4.735, 83996.847, 179, 1.474, 4164.312, 178, 3.025, 5.523, 177, 3.026, 5753.385, 159, 4.637, 3.286, 157, 6.124, 5216.580, 155, 3.077, 6681.225, 154, 4.200, 13367.973, 143, 1.191, 3894.182, 138, 3.093, 135.065, 136, 4.245, 426.598, 134, 5.765, 6040.347, 128, 3.085, 5643.179, 127, 2.092, 6290.189, 125, 3.077, 11926.254, 125, 3.445, 536.805, 114, 3.244, 12168.003, 112, 2.318, 16730.464, 111, 3.901, 11506.770, 111, 5.320, 23.878, 105, 3.750, 7860.419, 103, 2.447, 1990.745, 96, 0.82, 3.88, 96, 4.08, 6127.66, 91, 5.42, 206.19, 91, 0.42, 7079.37, 88, 5.17, 11790.63, 81, 0.34, 9917.70, 80, 3.89, 10973.56, 78, 2.40, 1589.07, 78, 2.58, 11371.70, 77, 3.98, 955.60, 77, 3.36, 36.03, 76, 1.30, 103.09, 75, 5.18, 10969.97, 75, 4.96, 6496.37, 73, 5.21, 38.03, 72, 2.65, 6309.37, 70, 5.61, 3738.76, 69, 2.60, 3496.03, 69, 0.39, 15.25, 69, 2.78, 20.78, 65, 1.13, 7058.60, 64, 4.28, 28.45, 61, 5.63, 10984.19, 60, 0.73, 419.48, 60, 5.28, 10575.41, 58, 5.55, 17298.18, 58, 3.19, 4732.03, 5291887, 0.0000000, 0.0000000, 871984, 1.072097, 6283.075850, 30913, 0.86729, 12566.15170, 2734, 0.0530, 3.5231, 1633, 5.1883, 26.2983, 1575, 3.6846, 155.4204, 954, 0.757, 18849.228, 894, 2.057, 77713.771, 695, 0.827, 775.523, 506, 4.663, 1577.344, 406, 1.031, 7.114, 381, 3.441, 5573.143, 346, 5.141, 796.298, 317, 6.053, 5507.553, 302, 1.192, 242.729, 289, 6.117, 529.691, 271, 0.306, 398.149, 254, 2.280, 553.569, 237, 4.381, 5223.694, 208, 3.754, 0.980, 168, 0.902, 951.718, 153, 5.759, 1349.867, 145, 4.364, 1748.016, 134, 3.721, 1194.447, 125, 2.948, 6438.496, 122, 2.973, 2146.165, 110, 1.271, 161000.686, 104, 0.604, 3154.687, 100, 5.986, 6286.599, 92, 4.80, 5088.63, 89, 5.23, 7084.90, 83, 3.31, 213.30, 76, 3.42, 5486.78, 71, 6.19, 4690.48, 68, 3.43, 4694.00, 65, 1.60, 2544.31, 64, 1.98, 801.82, 61, 2.48, 10977.08, 50, 1.44, 6836.65, 49, 2.34, 1592.60, 46, 1.31, 4292.33, 46, 3.81, 149854.40, 43, 0.04, 7234.79, 40, 4.94, 7632.94, 39, 1.57, 71430.70, 38, 3.17, 6309.37, 35, 0.99, 6040.35, 35, 0.67, 1059.38, 31, 3.18, 2352.87, 31, 3.55, 8031.09, 30, 1.92, 10447.39, 30, 2.52, 6127.66, 28, 4.42, 9437.76, 28, 2.71, 3894.18, 27, 0.67, 25132.30, 26, 5.27, 6812.77, 25, 0.55, 6279.55, 23, 1.38, 4705.73, 22, 0.64, 6256.78, 20, 6.07, 640.88, 28923, 5.84384, 6283.07585, 3496, 0.0000, 0.0000, 1682, 5.4877, 12566.1517, 296, 5.196, 155.420, 129, 4.722, 3.523, 71, 5.30, 18849.23, 64, 5.97, 242.73, 40, 3.79, 553.57, 11408, 3.14159, 0.00000, 772, 4.134, 6283.076, 77, 3.84, 12566.15, 42, 0.42, 155.42, 88, 3.14, 0.00, 17, 2.77, 6283.08, 5, 2.01, 155.42, 3, 2.21, 12566.15, 27962, 3.19870, 84334.66158, 10164, 5.42249, 5507.55324, 8045, 3.8801, 5223.6939, 4381, 3.7044, 2352.8662, 3193, 4.0003, 1577.3435, 2272, 3.9847, 1047.7473, 1814, 4.9837, 6283.0758, 1639, 3.5646, 5856.4777, 1444, 3.7028, 9437.7629, 1430, 3.4112, 10213.2855, 1125, 4.8282, 14143.4952, 1090, 2.0857, 6812.7668, 1037, 4.0566, 71092.8814, 971, 3.473, 4694.003, 915, 1.142, 6620.890, 878, 4.440, 5753.385, 837, 4.993, 7084.897, 770, 5.554, 167621.576, 719, 3.602, 529.691, 692, 4.326, 6275.962, 558, 4.410, 7860.419, 529, 2.484, 4705.732, 521, 6.250, 18073.705, 903, 3.897, 5507.553, 618, 1.730, 5223.694, 380, 5.244, 2352.866, 166, 1.627, 84334.662, 10001398880, 0.00000000000, 0.00000000000, 167069963, 3.098463508, 6283.075849991, 1395602, 3.0552461, 12566.1517000, 308372, 5.198467, 77713.771468, 162846, 1.173877, 5753.384885, 157557, 2.846852, 7860.419392, 92480, 5.45292, 11506.76977, 54244, 4.56409, 3930.20970, 47211, 3.66100, 5884.92685, 34598, 0.96369, 5507.55324, 32878, 5.89984, 5223.69392, 30678, 0.29867, 5573.14280, 24319, 4.27350, 11790.62909, 21183, 5.84715, 1577.34354, 18575, 5.02194, 10977.07880, 17484, 3.01194, 18849.22755, 10984, 5.05511, 5486.77784, 9832, 0.8868, 6069.7768, 8650, 5.6896, 15720.8388, 8583, 1.2708, 161000.6857, 6490, 0.2725, 17260.1547, 6292, 0.9218, 529.6910, 5706, 2.0137, 83996.8473, 5574, 5.2416, 71430.6956, 4938, 3.2450, 2544.3144, 4696, 2.5781, 775.5226, 4466, 5.5372, 9437.7629, 4252, 6.0111, 6275.9623, 3897, 5.3607, 4694.0030, 3825, 2.3926, 8827.3903, 3749, 0.8295, 19651.0485, 3696, 4.9011, 12139.5535, 3566, 1.6747, 12036.4607, 3454, 1.8427, 2942.4634, 3319, 0.2437, 7084.8968, 3192, 0.1837, 5088.6288, 3185, 1.7778, 398.1490, 2846, 1.2134, 6286.5990, 2779, 1.8993, 6279.5527, 2628, 4.5890, 10447.3878, 2460, 3.7866, 8429.2413, 2393, 4.9960, 5856.4777, 2359, 0.2687, 796.2980, 2329, 2.8078, 14143.4952, 2210, 1.9500, 3154.6871, 2035, 4.6527, 2146.1654, 1951, 5.3823, 2352.8662, 1883, 0.6731, 149854.4001, 1833, 2.2535, 23581.2582, 1796, 0.1987, 6812.7668, 1731, 6.1520, 16730.4637, 1717, 4.4332, 10213.2855, 1619, 5.2316, 17789.8456, 1381, 5.1896, 8031.0923, 1364, 3.6852, 4705.7323, 1314, 0.6529, 13367.9726, 1041, 4.3329, 11769.8537, 1017, 1.5939, 4690.4798, 998, 4.201, 6309.374, 966, 3.676, 27511.468, 874, 6.064, 1748.016, 779, 3.674, 12168.003, 771, 0.312, 7632.943, 756, 2.626, 6256.778, 746, 5.648, 11926.254, 693, 2.924, 6681.225, 680, 1.423, 23013.540, 674, 0.563, 3340.612, 663, 5.661, 11371.705, 659, 3.136, 801.821, 648, 2.650, 19804.827, 615, 3.029, 233141.314, 612, 5.134, 1194.447, 563, 4.341, 90955.552, 552, 2.091, 17298.182, 534, 5.100, 31441.678, 531, 2.407, 11499.656, 523, 4.624, 6438.496, 513, 5.324, 11513.883, 477, 0.256, 11856.219, 461, 1.722, 7234.794, 458, 3.766, 6386.169, 458, 4.466, 5746.271, 423, 1.055, 5760.498, 422, 1.557, 7238.676, 415, 2.599, 7058.598, 401, 3.030, 1059.382, 397, 1.201, 1349.867, 379, 4.907, 4164.312, 360, 5.707, 5643.179, 352, 3.626, 244287.600, 348, 0.761, 10973.556, 342, 3.001, 4292.331, 336, 4.546, 4732.031, 334, 3.138, 6836.645, 324, 4.164, 9917.697, 316, 1.691, 11015.106, 307, 0.238, 35371.887, 298, 1.306, 6283.143, 298, 1.750, 6283.009, 293, 5.738, 16200.773, 286, 5.928, 14712.317, 281, 3.515, 21228.392, 280, 5.663, 8635.942, 277, 0.513, 26.298, 268, 4.207, 18073.705, 266, 0.900, 12352.853, 260, 2.962, 25132.303, 255, 2.477, 6208.294, 242, 2.800, 709.933, 231, 1.054, 22483.849, 229, 1.070, 14314.168, 216, 1.314, 154717.610, 215, 6.038, 10873.986, 200, 0.561, 7079.374, 198, 2.614, 951.718, 197, 4.369, 167283.762, 186, 2.861, 5216.580, 183, 1.660, 39302.097, 183, 5.912, 3738.761, 175, 2.145, 6290.189, 173, 2.168, 10575.407, 171, 3.702, 1592.596, 171, 1.343, 3128.389, 164, 5.550, 6496.375, 164, 5.856, 10984.192, 161, 1.998, 10969.965, 161, 1.909, 6133.513, 157, 4.955, 25158.602, 154, 6.216, 23543.231, 153, 5.357, 13521.751, 150, 5.770, 18209.330, 150, 5.439, 155.420, 139, 1.778, 9225.539, 139, 1.626, 5120.601, 128, 2.460, 13916.019, 123, 0.717, 143571.324, 122, 2.654, 88860.057, 121, 4.414, 3894.182, 121, 1.192, 3.523, 120, 4.030, 553.569, 119, 1.513, 17654.781, 117, 3.117, 14945.316, 113, 2.698, 6040.347, 110, 3.085, 43232.307, 109, 0.998, 955.600, 108, 2.939, 17256.632, 107, 5.285, 65147.620, 103, 0.139, 11712.955, 103, 5.850, 213.299, 102, 3.046, 6037.244, 101, 2.842, 8662.240, 100, 3.626, 6262.300, 98, 2.36, 6206.81, 98, 5.11, 6172.87, 98, 2.00, 15110.47, 97, 2.67, 5650.29, 97, 2.75, 6244.94, 96, 4.02, 6282.10, 96, 5.31, 6284.06, 92, 0.10, 29088.81, 85, 3.26, 20426.57, 84, 2.60, 28766.92, 81, 3.58, 10177.26, 80, 5.81, 5230.81, 78, 2.53, 16496.36, 77, 4.06, 6127.66, 73, 0.04, 5481.25, 72, 5.96, 12559.04, 72, 5.92, 4136.91, 71, 5.49, 22003.91, 70, 3.41, 7.11, 69, 0.62, 11403.68, 69, 3.90, 1589.07, 69, 1.96, 12416.59, 69, 4.51, 426.60, 67, 1.61, 11087.29, 66, 4.50, 47162.52, 66, 5.08, 283.86, 66, 4.32, 16858.48, 65, 1.04, 6062.66, 64, 1.59, 18319.54, 63, 5.70, 45892.73, 63, 4.60, 66567.49, 63, 3.82, 13517.87, 62, 2.62, 11190.38, 61, 1.54, 33019.02, 60, 5.58, 10344.30, 60, 5.38, 316428.23, 60, 5.78, 632.78, 59, 6.12, 9623.69, 57, 0.16, 17267.27, 57, 3.86, 6076.89, 57, 1.98, 7668.64, 56, 4.78, 20199.09, 55, 4.56, 18875.53, 55, 3.51, 17253.04, 54, 3.07, 226858.24, 54, 4.83, 18422.63, 53, 5.02, 12132.44, 52, 3.63, 5333.90, 52, 0.97, 155427.54, 51, 3.36, 20597.24, 50, 0.99, 11609.86, 50, 2.21, 1990.75, 48, 1.62, 12146.67, 48, 1.17, 12569.67, 47, 4.62, 5436.99, 47, 1.81, 12562.63, 47, 0.59, 21954.16, 47, 0.76, 7342.46, 46, 0.27, 4590.91, 46, 3.77, 156137.48, 45, 5.66, 10454.50, 44, 5.84, 3496.03, 43, 0.24, 17996.03, 41, 5.93, 51092.73, 41, 4.21, 12592.45, 40, 5.14, 1551.05, 40, 5.28, 15671.08, 39, 3.69, 18052.93, 39, 4.94, 24356.78, 38, 2.72, 11933.37, 38, 5.23, 7477.52, 38, 4.99, 9779.11, 37, 3.70, 9388.01, 37, 4.44, 4535.06, 36, 2.16, 28237.23, 36, 2.54, 242.73, 36, 0.22, 5429.88, 35, 6.15, 19800.95, 35, 2.92, 36949.23, 34, 5.63, 2379.16, 34, 5.73, 16460.33, 34, 5.11, 5849.36, 33, 6.19, 6268.85, 10301861, 1.10748970, 6283.07584999, 172124, 1.064423, 12566.151700, 70222, 3.14159, 0.00000, 3235, 1.0217, 18849.2275, 3080, 2.8435, 5507.5532, 2497, 1.3191, 5223.6939, 1849, 1.4243, 1577.3435, 1008, 5.9138, 10977.0788, 865, 1.420, 6275.962, 863, 0.271, 5486.778, 507, 1.686, 5088.629, 499, 6.014, 6286.599, 467, 5.987, 529.691, 440, 0.518, 4694.003, 410, 1.084, 9437.763, 387, 4.750, 2544.314, 375, 5.071, 796.298, 352, 0.023, 83996.847, 344, 0.949, 71430.696, 341, 5.412, 775.523, 322, 6.156, 2146.165, 286, 5.484, 10447.388, 284, 3.420, 2352.866, 255, 6.132, 6438.496, 252, 0.243, 398.149, 243, 3.092, 4690.480, 225, 3.689, 7084.897, 220, 4.952, 6812.767, 219, 0.420, 8031.092, 209, 1.282, 1748.016, 193, 5.314, 8429.241, 185, 1.820, 7632.943, 175, 3.229, 6279.553, 173, 1.537, 4705.732, 158, 4.097, 11499.656, 158, 5.539, 3154.687, 150, 3.633, 11513.883, 148, 3.222, 7234.794, 147, 3.653, 1194.447, 144, 0.817, 14143.495, 135, 6.151, 5746.271, 134, 4.644, 6836.645, 128, 2.693, 1349.867, 123, 5.650, 5760.498, 118, 2.577, 13367.973, 113, 3.357, 17789.846, 110, 4.497, 4292.331, 108, 5.828, 12036.461, 102, 5.621, 6256.778, 99, 1.14, 1059.38, 98, 0.66, 5856.48, 93, 2.32, 10213.29, 92, 0.77, 16730.46, 88, 1.50, 11926.25, 86, 1.42, 5753.38, 85, 0.66, 155.42, 81, 1.64, 6681.22, 80, 4.11, 951.72, 66, 4.55, 5216.58, 65, 0.98, 25132.30, 64, 4.19, 6040.35, 64, 0.52, 6290.19, 63, 1.51, 5643.18, 59, 6.18, 4164.31, 57, 2.30, 10973.56, 55, 2.32, 11506.77, 55, 2.20, 1592.60, 55, 5.27, 3340.61, 54, 5.54, 553.57, 53, 5.04, 9917.70, 53, 0.92, 11371.70, 52, 3.98, 17298.18, 52, 3.60, 10969.97, 49, 5.91, 3894.18, 49, 2.51, 6127.66, 48, 1.67, 12168.00, 46, 0.31, 801.82, 42, 3.70, 10575.41, 42, 4.05, 10984.19, 40, 2.17, 7860.42, 40, 4.17, 26.30, 38, 5.82, 7058.60, 37, 3.39, 6496.37, 36, 1.08, 6309.37, 36, 5.34, 7079.37, 34, 3.62, 11790.63, 32, 0.32, 16200.77, 31, 4.24, 3738.76, 29, 4.55, 11856.22, 29, 1.26, 8635.94, 27, 3.45, 5884.93, 26, 5.08, 10177.26, 26, 5.38, 21228.39, 24, 2.26, 11712.96, 24, 1.05, 242.73, 24, 5.59, 6069.78, 23, 3.63, 6284.06, 23, 1.64, 4732.03, 22, 3.46, 213.30, 21, 1.05, 3496.03, 21, 3.92, 13916.02, 21, 4.01, 5230.81, 20, 5.16, 12352.85, 20, 0.69, 1990.75, 19, 2.73, 6062.66, 19, 5.01, 11015.11, 18, 6.04, 6283.01, 18, 2.85, 7238.68, 18, 5.60, 6283.14, 18, 5.16, 17253.04, 18, 2.54, 14314.17, 17, 1.58, 7.11, 17, 0.98, 3930.21, 17, 4.75, 17267.27, 16, 2.19, 6076.89, 16, 2.19, 18073.70, 16, 6.12, 3.52, 16, 4.61, 9623.69, 16, 3.40, 16496.36, 15, 0.19, 9779.11, 15, 5.30, 13517.87, 15, 4.26, 3128.39, 15, 0.81, 709.93, 14, 0.50, 25158.60, 14, 4.38, 4136.91, 13, 0.98, 65147.62, 13, 3.31, 154717.61, 13, 2.11, 1589.07, 13, 1.92, 22483.85, 12, 6.03, 9225.54, 12, 1.53, 12559.04, 12, 5.82, 6282.10, 12, 5.61, 5642.20, 12, 2.38, 167283.76, 12, 0.39, 12132.44, 12, 3.98, 4686.89, 12, 5.81, 12569.67, 12, 0.56, 5849.36, 11, 0.45, 6172.87, 11, 5.80, 16858.48, 11, 6.22, 12146.67, 11, 2.27, 5429.88, 435939, 5.784551, 6283.075850, 12363, 5.57935, 12566.15170, 1234, 3.1416, 0.0000, 879, 3.628, 77713.771, 569, 1.870, 5573.143, 330, 5.470, 18849.228, 147, 4.480, 5507.553, 110, 2.842, 161000.686, 101, 2.815, 5223.694, 85, 3.11, 1577.34, 65, 5.47, 775.52, 61, 1.38, 6438.50, 50, 4.42, 6286.60, 47, 3.66, 7084.90, 46, 5.39, 149854.40, 42, 0.90, 10977.08, 40, 3.20, 5088.63, 35, 1.81, 5486.78, 32, 5.35, 3154.69, 30, 3.52, 796.30, 29, 4.62, 4690.48, 28, 1.84, 4694.00, 27, 3.14, 71430.70, 27, 6.17, 6836.65, 26, 1.42, 2146.17, 25, 2.81, 1748.02, 24, 2.18, 155.42, 23, 4.76, 7234.79, 21, 3.38, 7632.94, 21, 0.22, 4705.73, 20, 4.22, 1349.87, 20, 2.01, 1194.45, 20, 4.58, 529.69, 19, 1.59, 6309.37, 18, 5.70, 6040.35, 18, 6.03, 4292.33, 17, 2.90, 9437.76, 17, 2.00, 8031.09, 17, 5.78, 83996.85, 16, 0.05, 2544.31, 15, 0.95, 6127.66, 14, 0.36, 10447.39, 14, 1.48, 2352.87, 13, 0.77, 553.57, 13, 5.48, 951.72, 13, 5.27, 6279.55, 13, 3.76, 6812.77, 11, 5.41, 6256.78, 10, 0.68, 1592.60, 10, 4.95, 398.15, 10, 1.15, 3894.18, 10, 5.20, 244287.60, 10, 1.94, 11856.22, 9, 5.39, 25132.30, 8, 6.18, 1059.38, 8, 0.69, 8429.24, 8, 5.85, 242.73, 7, 5.26, 14143.50, 7, 0.52, 801.82, 6, 2.24, 8635.94, 6, 4.00, 13367.97, 6, 2.77, 90955.55, 6, 5.17, 7058.60, 5, 1.46, 233141.31, 5, 4.13, 7860.42, 5, 3.91, 26.30, 5, 3.89, 12036.46, 5, 5.58, 6290.19, 5, 5.54, 1990.75, 5, 0.83, 11506.77, 5, 6.22, 6681.22, 4, 5.26, 10575.41, 4, 1.91, 7477.52, 4, 0.43, 10213.29, 4, 1.09, 709.93, 4, 5.09, 11015.11, 4, 4.22, 88860.06, 4, 3.57, 7079.37, 4, 1.98, 6284.06, 4, 3.93, 10973.56, 4, 6.18, 9917.70, 4, 0.36, 10177.26, 4, 2.75, 3738.76, 4, 3.33, 5643.18, 4, 5.36, 25158.60, 14459, 4.27319, 6283.07585, 673, 3.917, 12566.152, 77, 0.00, 0.00, 25, 3.73, 18849.23, 4, 2.80, 6286.60, 386, 2.564, 6283.076, 31, 2.27, 12566.15, 5, 3.44, 5573.14, 2, 2.05, 18849.23, 1, 2.06, 77713.77, 1, 4.41, 161000.69, 1, 3.82, 149854.40, 1, 4.08, 6127.66, 1, 5.26, 6438.50, 9, 1.22, 6283.08, 1, 0.66, 12566.15], + XL1:[ + [22639.586, 0.78475822, 8328.691424623, 1.5229241, 25.0719, -0.123598, 4586.438, 0.1873974, 7214.06286536, -2.184756, -18.860, 0.08280, 2369.914, 2.5429520, 15542.75428998, -0.661832, 6.212, -0.04080, 769.026, 3.140313, 16657.38284925, 3.04585, 50.144, -0.2472, 666.418, 1.527671, 628.30195521, -0.02664, 0.062, -0.0054, 411.596, 4.826607, 16866.9323150, -1.28012, -1.07, -0.0059, 211.656, 4.115028, -1114.6285593, -3.70768, -43.93, 0.2064, 205.436, 0.230523, 6585.7609101, -2.15812, -18.92, 0.0882, 191.956, 4.898507, 23871.4457146, 0.86109, 31.28, -0.164, 164.729, 2.586078, 14914.4523348, -0.6352, 6.15, -0.035, 147.321, 5.45530, -7700.3894694, -1.5496, -25.01, 0.118, 124.988, 0.48608, 7771.3771450, -0.3309, 3.11, -0.020, 109.380, 3.88323, 8956.9933798, 1.4963, 25.13, -0.129, 55.177, 5.57033, -1324.1780250, 0.6183, 7.3, -0.035, 45.100, 0.89898, 25195.623740, 0.2428, 24.0, -0.129, 39.533, 3.81213, -8538.240890, 2.8030, 26.1, -0.118, 38.430, 4.30115, 22756.817155, -2.8466, -12.6, 0.042, 36.124, 5.49587, 24986.074274, 4.5688, 75.2, -0.371, 30.773, 1.94559, 14428.125731, -4.3695, -37.7, 0.166, 28.397, 3.28586, 7842.364821, -2.2114, -18.8, 0.077, 24.358, 5.64142, 16171.056245, -0.6885, 6.3, -0.046, 18.585, 4.41371, -557.314280, -1.8538, -22.0, 0.10, 17.954, 3.58454, 8399.679100, -0.3576, 3.2, -0.03, 14.530, 4.9416, 23243.143759, 0.888, 31.2, -0.16, 14.380, 0.9709, 32200.137139, 2.384, 56.4, -0.29, 14.251, 5.7641, -2.301200, 1.523, 25.1, -0.12, 13.899, 0.3735, 31085.508580, -1.324, 12.4, -0.08, 13.194, 1.7595, -9443.319984, -5.231, -69.0, 0.33, 9.679, 3.0997, -16029.080894, -3.072, -50.1, 0.24, 9.366, 0.3016, 24080.995180, -3.465, -19.9, 0.08, 8.606, 4.1582, -1742.930514, -3.681, -44.0, 0.21, 8.453, 2.8416, 16100.068570, 1.192, 28.2, -0.14, 8.050, 2.6292, 14286.150380, -0.609, 6.1, -0.03, 7.630, 6.2388, 17285.684804, 3.019, 50.2, -0.25, 7.447, 1.4845, 1256.603910, -0.053, 0.1, -0.01, 7.371, 0.2736, 5957.458955, -2.131, -19.0, 0.09, 7.063, 5.6715, 33.757047, -0.308, -3.6, 0.02, 6.383, 4.7843, 7004.513400, 2.141, 32.4, -0.16, 5.742, 2.6572, 32409.686605, -1.942, 5, -0.05, 4.374, 4.3443, 22128.51520, -2.820, -13, 0.05, 3.998, 3.2545, 33524.31516, 1.766, 49, -0.25, 3.210, 2.2443, 14985.44001, -2.516, -16, 0.06, 2.915, 1.7138, 24499.74767, 0.834, 31, -0.17, 2.732, 1.9887, 13799.82378, -4.343, -38, 0.17, 2.568, 5.4122, -7072.08751, -1.576, -25, 0.11, 2.521, 3.2427, 8470.66678, -2.238, -19, 0.07, 2.489, 4.0719, -486.32660, -3.734, -44, 0.20, 2.146, 5.6135, -1952.47998, 0.645, 7, -0.03, 1.978, 2.7291, 39414.20000, 0.199, 37, -0.21, 1.934, 1.5682, 33314.76570, 6.092, 100, -0.5, 1.871, 0.4166, 30457.20662, -1.297, 12, -0.1, 1.753, 2.0582, -8886.00570, -3.38, -47, 0.2, 1.437, 2.386, -695.87607, 0.59, 7, 0, 1.373, 3.026, -209.54947, 4.33, 51, -0.2, 1.262, 5.940, 16728.37052, 1.17, 28, -0.1, 1.224, 6.172, 6656.74859, -4.04, -41, 0.2, 1.187, 5.873, 6099.43431, -5.89, -63, 0.3, 1.177, 1.014, 31571.83518, 2.41, 56, -0.3, 1.162, 3.840, 9585.29534, 1.47, 25, -0.1, 1.143, 5.639, 8364.73984, -2.18, -19, 0.1, 1.078, 1.229, 70.98768, -1.88, -22, 0.1, 1.059, 3.326, 40528.82856, 3.91, 81, -0.4, 0.990, 5.013, 40738.37803, -0.42, 30, -0.2, 0.948, 5.687, -17772.01141, -6.75, -94, 0.5, 0.876, 0.298, -0.35232, 0, 0, 0, 0.822, 2.994, 393.02097, 0, 0, 0, 0.788, 1.836, 8326.39022, 3.05, 50, -0.2, 0.752, 4.985, 22614.84180, 0.91, 31, -0.2, 0.740, 2.875, 8330.99262, 0, 0, 0, 0.669, 0.744, -24357.77232, -4.60, -75, 0.4, 0.644, 1.314, 8393.12577, -2.18, -19, 0.1, 0.639, 5.888, 575.33849, 0, 0, 0, 0.635, 1.116, 23385.11911, -2.87, -13, 0, 0.584, 5.197, 24428.75999, 2.71, 53, -0.3, 0.583, 3.513, -9095.55517, 0.95, 4, 0, 0.572, 6.059, 29970.88002, -5.03, -32, 0.1, 0.565, 2.960, 0.32863, 1.52, 25, -0.1, 0.561, 4.001, -17981.56087, -2.43, -43, 0.2, 0.557, 0.529, 7143.07519, -0.30, 3, 0, 0.546, 2.311, 25614.37623, 4.54, 75, -0.4, 0.536, 4.229, 15752.30376, -4.99, -45, 0.2, 0.493, 3.316, -8294.9344, -1.83, -29, 0.1, 0.491, 1.744, 8362.4485, 1.21, 21, -0.1, 0.478, 1.803, -10071.6219, -5.20, -69, 0.3, 0.454, 0.857, 15333.2048, 3.66, 57, -0.3, 0.445, 2.071, 8311.7707, -2.18, -19, 0.1, 0.426, 0.345, 23452.6932, -3.44, -20, 0.1, 0.420, 4.941, 33733.8646, -2.56, -2, 0, 0.413, 1.642, 17495.2343, -1.31, -1, 0, 0.404, 1.458, 23314.1314, -0.99, 9, -0.1, 0.395, 2.132, 38299.5714, -3.51, -6, 0, 0.382, 2.700, 31781.3846, -1.92, 5, 0, 0.375, 4.827, 6376.2114, 2.17, 32, -0.2, 0.361, 3.867, 16833.1753, -0.97, 3, 0, 0.358, 5.044, 15056.4277, -4.40, -38, 0.2, 0.350, 5.157, -8257.7037, -3.40, -47, 0.2, 0.344, 4.233, 157.7344, 0, 0, 0, 0.340, 2.672, 13657.8484, -0.58, 6, 0, 0.329, 5.610, 41853.0066, 3.29, 74, -0.4, 0.325, 5.895, -39.8149, 0, 0, 0, 0.309, 4.387, 21500.2132, -2.79, -13, 0.1, 0.302, 1.278, 786.0419, 0, 0, 0, 0.302, 5.341, -24567.3218, -0.27, -24, 0.1, 0.301, 1.045, 5889.8848, -1.57, -12, 0, 0.294, 4.201, -2371.2325, -3.65, -44, 0.2, 0.293, 3.704, 21642.1886, -6.55, -57, 0.2, 0.290, 4.069, 32828.4391, 2.36, 56, -0.3, 0.289, 3.472, 31713.8105, -1.35, 12, -0.1, 0.285, 5.407, -33.7814, 0.31, 4, 0, 0.283, 5.998, -16.9207, -3.71, -44, 0.2, 0.283, 2.772, 38785.8980, 0.23, 37, -0.2, 0.274, 5.343, 15613.7420, -2.54, -16, 0.1, 0.263, 3.997, 25823.9257, 0.22, 24, -0.1, 0.254, 0.600, 24638.3095, -1.61, 2, 0, 0.253, 1.344, 6447.1991, 0.29, 10, -0.1, 0.250, 0.887, 141.9754, -3.76, -44, 0.2, 0.247, 0.317, 5329.1570, -2.10, -19, 0.1, 0.245, 0.141, 36.0484, -3.71, -44, 0.2, 0.231, 2.287, 14357.1381, -2.49, -16, 0.1, 0.227, 5.158, 2.6298, 0, 0, 0, 0.219, 5.085, 47742.8914, 1.72, 63, -0.3, 0.211, 2.145, 6638.7244, -2.18, -19, 0.1, 0.201, 4.415, 39623.7495, -4.13, -14, 0, 0.194, 2.091, 588.4927, 0, 0, 0, 0.193, 3.057, -15400.7789, -3.10, -50, 0, 0.186, 5.598, 16799.3582, -0.72, 6, 0, 0.185, 3.886, 1150.6770, 0, 0, 0, 0.183, 1.619, 7178.0144, 1.52, 25, 0, 0.181, 2.635, 8328.3391, 1.52, 25, 0, 0.181, 2.077, 8329.0437, 1.52, 25, 0, 0.179, 3.215, -9652.8694, -0.90, -18, 0, 0.176, 1.716, -8815.0180, -5.26, -69, 0, 0.175, 5.673, 550.7553, 0, 0, 0, 0.170, 2.060, 31295.0580, -5.6, -39, 0, 0.167, 1.239, 7211.7617, -0.7, 6, 0, 0.165, 4.499, 14967.4158, -0.7, 6, 0, 0.164, 3.595, 15540.4531, 0.9, 31, 0, 0.164, 4.237, 522.3694, 0, 0, 0, 0.163, 4.633, 15545.0555, -2.2, -19, 0, 0.161, 0.478, 6428.0209, -2.2, -19, 0, 0.158, 2.03, 13171.5218, -4.3, -38, 0, 0.157, 2.28, 7216.3641, -3.7, -44, 0, 0.154, 5.65, 7935.6705, 1.5, 25, 0, 0.152, 0.46, 29828.9047, -1.3, 12, 0, 0.151, 1.19, -0.7113, 0, 0, 0, 0.150, 1.42, 23942.4334, -1.0, 9, 0, 0.144, 2.75, 7753.3529, 1.5, 25, 0, 0.137, 2.08, 7213.7105, -2.2, -19, 0, 0.137, 1.44, 7214.4152, -2.2, -19, 0, 0.136, 4.46, -1185.6162, -1.8, -22, 0, 0.136, 3.03, 8000.1048, -2.2, -19, 0, 0.134, 2.83, 14756.7124, -0.7, 6, 0, 0.131, 5.05, 6821.0419, -2.2, -19, 0, 0.128, 5.99, -17214.6971, -4.9, -72, 0, 0.127, 5.35, 8721.7124, 1.5, 25, 0, 0.126, 4.49, 46628.2629, -2.0, 19, 0, 0.125, 5.94, 7149.6285, 1.5, 25, 0, 0.124, 1.09, 49067.0695, 1.1, 55, 0, 0.121, 2.88, 15471.7666, 1.2, 28, 0, 0.111, 3.92, 41643.4571, 7.6, 125, -1, 0.110, 1.96, 8904.0299, 1.5, 25, 0, 0.106, 3.30, -18.0489, -2.2, -19, 0, 0.105, 2.30, -4.9310, 1.5, 25, 0, 0.104, 2.22, -6.5590, -1.9, -22, 0, 0.101, 1.44, 1884.9059, -0.1, 0, 0, 0.100, 5.92, 5471.1324, -5.9, -63, 0, 0.099, 1.12, 15149.7333, -0.7, 6, 0, 0.096, 4.73, 15508.9972, -0.4, 10, 0, 0.095, 5.18, 7230.9835, 1.5, 25, 0, 0.093, 3.37, 39900.5266, 3.9, 81, 0, 0.092, 2.01, 25057.0619, 2.7, 53, 0, 0.092, 1.21, -79.6298, 0, 0, 0, 0.092, 1.65, -26310.2523, -4.0, -68, 0, 0.091, 1.01, 42062.5561, -1.0, 23, 0, 0.090, 6.10, 29342.5781, -5.0, -32, 0, 0.090, 4.43, 15542.4020, -0.7, 6, 0, 0.090, 3.80, 15543.1066, -0.7, 6, 0, 0.089, 4.15, 6063.3859, -2.2, -19, 0, 0.086, 4.03, 52.9691, 0, 0, 0, 0.085, 0.49, 47952.4409, -2.6, 11, 0, 0.085, 1.60, 7632.8154, 2.1, 32, 0, 0.084, 0.22, 14392.0773, -0.7, 6, 0, 0.083, 6.22, 6028.4466, -4.0, -41, 0, 0.083, 0.63, -7909.9389, 2.8, 26, 0, 0.083, 5.20, -77.5523, 0, 0, 0, 0.082, 2.74, 8786.1467, -2.2, -19, 0, 0.080, 2.43, 9166.5428, -2.8, -26, 0, 0.080, 3.70, -25405.1732, 4.1, 27, 0, 0.078, 5.68, 48857.5200, 5.4, 106, -1, 0.077, 1.85, 8315.5735, -2.2, -19, 0, 0.075, 5.46, -18191.1103, 1.9, 8, 0, 0.075, 1.41, -16238.6304, 1.3, 1, 0, 0.074, 5.06, 40110.0761, -0.4, 30, 0, 0.072, 2.10, 64.4343, -3.7, -44, 0, 0.071, 2.17, 37671.2695, -3.5, -6, 0, 0.069, 1.71, 16693.4313, -0.7, 6, 0, 0.069, 3.33, -26100.7028, -8.3, -119, 1, 0.068, 1.09, 8329.4028, 1.5, 25, 0, 0.068, 3.62, 8327.9801, 1.5, 25, 0, 0.068, 2.41, 16833.1509, -1.0, 3, 0, 0.067, 3.40, 24709.2971, -3.5, -20, 0, 0.067, 1.65, 8346.7156, -0.3, 3, 0, 0.066, 2.61, 22547.2677, 1.5, 39, 0, 0.066, 3.50, 15576.5113, -1.0, 3, 0, 0.065, 5.76, 33037.9886, -2.0, 5, 0, 0.065, 4.58, 8322.1325, -0.3, 3, 0, 0.065, 6.20, 17913.9868, 3.0, 50, 0, 0.065, 1.50, 22685.8295, -1.0, 9, 0, 0.065, 2.37, 7180.3058, -1.9, -15, 0, 0.064, 1.06, 30943.5332, 2.4, 56, 0, 0.064, 1.89, 8288.8765, 1.5, 25, 0, 0.064, 4.70, 6.0335, 0.3, 4, 0, 0.063, 2.83, 8368.5063, 1.5, 25, 0, 0.063, 5.66, -2580.7819, 0.7, 7, 0, 0.062, 3.78, 7056.3285, -2.2, -19, 0, 0.061, 1.49, 8294.9100, 1.8, 29, 0, 0.061, 0.12, -10281.1714, -0.9, -18, 0, 0.061, 3.06, -8362.4729, -1.2, -21, 0, 0.061, 4.43, 8170.9571, 1.5, 25, 0, 0.059, 5.78, -13.1179, -3.7, -44, 0, 0.059, 5.97, 6625.5702, -2.2, -19, 0, 0.058, 5.01, -0.5080, -0.3, 0, 0, 0.058, 2.73, 7161.0938, -2.2, -19, 0, 0.057, 0.19, 7214.0629, -2.2, -19, 0, 0.057, 4.00, 22199.5029, -4.7, -35, 0, 0.057, 5.38, 8119.1420, 5.8, 76, 0, 0.056, 1.07, 7542.6495, 1.5, 25, 0, 0.056, 0.28, 8486.4258, 1.5, 25, 0, 0.054, 4.19, 16655.0816, 4.6, 75, 0, 0.053, 0.72, 7267.0320, -2.2, -19, 0, 0.053, 3.12, 12.6192, 0.6, 7, 0, 0.052, 2.99, -32896.013, -1.8, -49, 0, 0.052, 3.46, 1097.708, 0, 0, 0, 0.051, 5.37, -6443.786, -1.6, -25, 0, 0.051, 1.35, 7789.401, -2.2, -19, 0, 0.051, 5.83, 40042.502, 0.2, 38, 0, 0.051, 3.63, 9114.733, 1.5, 25, 0, 0.050, 1.51, 8504.484, -2.5, -22, 0, 0.050, 5.23, 16659.684, 1.5, 25, 0, 0.050, 1.15, 7247.820, -2.5, -23, 0, 0.047, 0.25, -1290.421, 0.3, 0, 0, 0.047, 4.67, -32686.464, -6.1, -100, 0, 0.047, 3.49, 548.678, 0, 0, 0, 0.047, 2.37, 6663.308, -2.2, -19, 0, 0.046, 0.98, 1572.084, 0, 0, 0, 0.046, 2.04, 14954.262, -0.7, 6, 0, 0.046, 3.72, 6691.693, -2.2, -19, 0, 0.045, 6.19, -235.287, 0, 0, 0, 0.044, 2.96, 32967.001, -0.1, 27, 0, 0.044, 3.82, -1671.943, -5.6, -66, 0, 0.043, 5.82, 1179.063, 0, 0, 0, 0.043, 0.07, 34152.617, 1.7, 49, 0, 0.043, 3.71, 6514.773, -0.3, 0, 0, 0.043, 5.62, 15.732, -2.5, -23, 0, 0.043, 5.80, 8351.233, -2.2, -19, 0, 0.042, 0.27, 7740.199, 1.5, 25, 0, 0.042, 6.14, 15385.020, -0.7, 6, 0, 0.042, 6.13, 7285.051, -4.1, -41, 0, 0.041, 1.27, 32757.451, 4.2, 78, 0, 0.041, 4.46, 8275.722, 1.5, 25, 0, 0.040, 0.23, 8381.661, 1.5, 25, 0, 0.040, 5.87, -766.864, 2.5, 29, 0, 0.040, 1.66, 254.431, 0, 0, 0, 0.040, 0.40, 9027.981, -0.4, 0, 0, 0.040, 2.96, 7777.936, 1.5, 25, 0, 0.039, 4.67, 33943.068, 6.1, 100, 0, 0.039, 3.52, 8326.062, 1.5, 25, 0, 0.039, 3.75, 21013.887, -6.5, -57, 0, 0.039, 5.60, 606.978, 0, 0, 0, 0.039, 1.19, 8331.321, 1.5, 25, 0, 0.039, 2.84, 7211.433, -2.2, -19, 0, 0.038, 0.67, 7216.693, -2.2, -19, 0, 0.038, 6.22, 25161.867, 0.6, 28, 0, 0.038, 4.40, 7806.322, 1.5, 25, 0, 0.038, 4.16, 9179.168, -2.2, -19, 0, 0.037, 4.73, 14991.999, -0.7, 6, 0, 0.036, 0.35, 67.514, -0.6, -7, 0, 0.036, 3.70, 25266.611, -1.6, 0, 0, 0.036, 5.39, 16328.796, -0.7, 6, 0, 0.035, 1.44, 7174.248, -2.2, -19, 0, 0.035, 5.00, 15684.730, -4.4, -38, 0, 0.035, 0.39, -15.419, -2.2, -19, 0, 0.035, 6.07, 15020.385, -0.7, 6, 0, 0.034, 6.01, 7371.797, -2.2, -19, 0, 0.034, 0.96, -16623.626, -3.4, -54, 0, 0.033, 6.24, 9479.368, 1.5, 25, 0, 0.033, 3.21, 23661.896, 5.2, 82, 0, 0.033, 4.06, 8311.418, -2.2, -19, 0, 0.033, 2.40, 1965.105, 0, 0, 0, 0.033, 5.17, 15489.785, -0.7, 6, 0, 0.033, 5.03, 21986.540, 0.9, 31, 0, 0.033, 4.10, 16691.140, 2.7, 46, 0, 0.033, 5.13, 47114.589, 1.7, 63, 0, 0.033, 4.45, 8917.184, 1.5, 25, 0, 0.033, 4.23, 2.078, 0, 0, 0, 0.032, 2.33, 75.251, 1.5, 25, 0, 0.032, 2.10, 7253.878, -2.2, -19, 0, 0.032, 3.11, -0.224, 1.5, 25, 0, 0.032, 4.43, 16640.462, -0.7, 6, 0, 0.032, 5.68, 8328.363, 0, 0, 0, 0.031, 5.32, 8329.020, 3.0, 50, 0, 0.031, 3.70, 16118.093, -0.7, 6, 0, 0.030, 3.67, 16721.817, -0.7, 6, 0, 0.030, 5.27, -1881.492, -1.2, -15, 0, 0.030, 5.72, 8157.839, -2.2, -19, 0, 0.029, 5.73, -18400.313, -6.7, -94, 0, 0.029, 2.76, 16.000, -2.2, -19, 0, 0.029, 1.75, 8879.447, 1.5, 25, 0, 0.029, 0.32, 8851.061, 1.5, 25, 0, 0.029, 0.90, 14704.903, 3.7, 57, 0, 0.028, 2.90, 15595.723, -0.7, 6, 0, 0.028, 5.88, 16864.631, 0.2, 24, 0, 0.028, 0.63, 16869.234, -2.8, -26, 0, 0.028, 4.04, -18609.863, -2.4, -43, 0, 0.027, 5.83, 6727.736, -5.9, -63, 0, 0.027, 6.12, 418.752, 4.3, 51, 0, 0.027, 0.14, 41157.131, 3.9, 81, 0, 0.026, 3.80, 15.542, 0, 0, 0, 0.026, 1.68, 50181.698, 4.8, 99, -1, 0.026, 0.32, 315.469, 0, 0, 0, 0.025, 5.67, 19.188, 0.3, 0, 0, 0.025, 3.16, 62.133, -2.2, -19, 0, 0.025, 3.76, 15502.939, -0.7, 6, 0, 0.025, 4.53, 45999.961, -2.0, 19, 0, 0.024, 3.21, 837.851, -4.4, -51, 0, 0.024, 2.82, 38157.596, 0.3, 37, 0, 0.024, 5.21, 15540.124, -0.7, 6, 0, 0.024, 0.26, 14218.576, 0, 13, 0, 0.024, 3.01, 15545.384, -0.7, 6, 0, 0.024, 1.16, -17424.247, -0.6, -21, 0, 0.023, 2.34, -67.574, 0.6, 7, 0, 0.023, 2.44, 18.024, -1.9, -22, 0, 0.023, 3.70, 469.400, 0, 0, 0, 0.023, 0.72, 7136.511, -2.2, -19, 0, 0.023, 4.50, 15582.569, -0.7, 6, 0, 0.023, 2.80, -16586.395, -4.9, -72, 0, 0.023, 1.51, 80.182, 0, 0, 0, 0.023, 1.09, 5261.583, -1.5, -12, 0, 0.023, 0.56, 54956.954, -0.5, 44, 0, 0.023, 4.01, 8550.860, -2.2, -19, 0, 0.023, 4.46, 38995.448, -4.1, -14, 0, 0.023, 3.82, 2358.126, 0, 0, 0, 0.022, 3.77, 32271.125, 0.5, 34, 0, 0.022, 0.82, 15935.775, -0.7, 6, 0, 0.022, 1.07, 24013.421, -2.9, -13, 0, 0.022, 0.40, 8940.078, -2.2, -19, 0, 0.022, 2.06, 15700.489, -0.7, 6, 0, 0.022, 4.27, 15124.002, -5.0, -45, 0, 0.021, 1.16, 56071.583, 3.2, 88, 0, 0.021, 5.58, 9572.189, -2.2, -19, 0, 0.020, 1.70, -17.273, -3.7, -44, 0, 0.020, 3.05, 214.617, 0, 0, 0, 0.020, 4.41, 8391.048, -2.2, -19, 0, 0.020, 5.95, 23869.145, 2.4, 56, 0, 0.020, 0.42, 40947.927, -4.7, -21, 0, 0.019, 1.39, 5818.897, 0.3, 10, 0, 0.019, 0.71, 23873.747, -0.7, 6, 0, 0.019, 2.81, 7291.615, -2.2, -19, 0, 0.019, 5.09, 8428.018, -2.2, -19, 0, 0.019, 4.14, 6518.187, -1.6, -12, 0, 0.019, 3.85, 21.330, 0, 0, 0, 0.018, 0.66, 14445.046, -0.7, 6, 0, 0.018, 1.65, 0.966, -4.0, -48, 0, 0.018, 5.64, -17143.709, -6.8, -94, 0, 0.018, 6.01, 7736.432, -2.2, -19, 0, 0.018, 2.74, 31153.083, -1.9, 5, 0, 0.018, 4.58, 6116.355, -2.2, -19, 0, 0.018, 2.28, 46.401, 0.3, 0, 0, 0.018, 3.80, 10213.597, 1.4, 25, 0, 0.018, 2.84, 56281.132, -1.1, 36, 0, 0.018, 3.53, 8249.062, 1.5, 25, 0, 0.017, 4.43, 20871.911, -3, -13, 0, 0.017, 4.44, 627.596, 0, 0, 0, 0.017, 1.85, 628.308, 0, 0, 0, 0.017, 1.19, 8408.321, 2, 25, 0, 0.017, 1.95, 7214.056, -2, -19, 0, 0.017, 1.57, 7214.070, -2, -19, 0, 0.017, 1.65, 13870.811, -6, -60, 0, 0.017, 0.30, 22.542, -4, -44, 0, 0.017, 2.62, -119.445, 0, 0, 0, 0.016, 4.87, 5747.909, 2, 32, 0, 0.016, 4.45, 14339.108, -1, 6, 0, 0.016, 1.83, 41366.680, 0, 30, 0, 0.016, 4.53, 16309.618, -3, -23, 0, 0.016, 2.54, 15542.754, -1, 6, 0, 0.016, 6.05, 1203.646, 0, 0, 0, 0.015, 5.2, 2751.147, 0, 0, 0, 0.015, 1.8, -10699.924, -5, -69, 0, 0.015, 0.4, 22824.391, -3, -20, 0, 0.015, 2.1, 30666.756, -6, -39, 0, 0.015, 2.1, 6010.417, -2, -19, 0, 0.015, 0.7, -23729.470, -5, -75, 0, 0.015, 1.4, 14363.691, -1, 6, 0, 0.015, 5.8, 16900.689, -2, 0, 0, 0.015, 5.2, 23800.458, 3, 53, 0, 0.015, 5.3, 6035.000, -2, -19, 0, 0.015, 1.2, 8251.139, 2, 25, 0, 0.015, 3.6, -8.860, 0, 0, 0, 0.015, 0.8, 882.739, 0, 0, 0, 0.015, 3.0, 1021.329, 0, 0, 0, 0.015, 0.6, 23296.107, 1, 31, 0, 0.014, 5.4, 7227.181, 2, 25, 0, 0.014, 0.1, 7213.352, -2, -19, 0, 0.014, 4.0, 15506.706, 3, 50, 0, 0.014, 3.4, 7214.774, -2, -19, 0, 0.014, 4.6, 6665.385, -2, -19, 0, 0.014, 0.1, -8.636, -2, -22, 0, 0.014, 3.1, 15465.202, -1, 6, 0, 0.014, 4.9, 508.863, 0, 0, 0, 0.014, 3.5, 8406.244, 2, 25, 0, 0.014, 1.3, 13313.497, -8, -82, 0, 0.014, 2.8, 49276.619, -3, 0, 0, 0.014, 0.1, 30528.194, -3, -10, 0, 0.013, 1.7, 25128.050, 1, 31, 0, 0.013, 2.9, 14128.405, -1, 6, 0, 0.013, 3.4, 57395.761, 3, 80, 0, 0.013, 2.7, 13029.546, -1, 6, 0, 0.013, 3.9, 7802.556, -2, -19, 0, 0.013, 1.6, 8258.802, -2, -19, 0, 0.013, 2.2, 8417.709, -2, -19, 0, 0.013, 0.7, 9965.210, -2, -19, 0, 0.013, 3.4, 50391.247, 0, 48, 0, 0.013, 3.0, 7134.433, -2, -19, 0, 0.013, 2.9, 30599.182, -5, -31, 0, 0.013, 3.6, -9723.857, 1, 0, 0, 0.013, 4.8, 7607.084, -2, -19, 0, 0.012, 0.8, 23837.689, 1, 35, 0, 0.012, 3.6, 4.409, -4, -44, 0, 0.012, 5.0, 16657.031, 3, 50, 0, 0.012, 4.4, 16657.735, 3, 50, 0, 0.012, 1.1, 15578.803, -4, -38, 0, 0.012, 6.0, -11.490, 0, 0, 0, 0.012, 1.9, 8164.398, 0, 0, 0, 0.012, 2.4, 31852.372, -4, -17, 0, 0.012, 2.4, 6607.085, -2, -19, 0, 0.012, 4.2, 8359.870, 0, 0, 0, 0.012, 0.5, 5799.713, -2, -19, 0, 0.012, 2.7, 7220.622, 0, 0, 0, 0.012, 4.3, -139.720, 0, 0, 0, 0.012, 2.3, 13728.836, -2, -16, 0, 0.011, 3.6, 14912.146, 1, 31, 0, 0.011, 4.7, 14916.748, -2, -19, 0], + [1.67680, 4.66926, 628.301955, -0.0266, 0.1, -0.005, 0.51642, 3.3721, 6585.760910, -2.158, -18.9, 0.09, 0.41383, 5.7277, 14914.452335, -0.635, 6.2, -0.04, 0.37115, 3.9695, 7700.389469, 1.550, 25.0, -0.12, 0.27560, 0.7416, 8956.993380, 1.496, 25.1, -0.13, 0.24599, 4.2253, -2.301200, 1.523, 25.1, -0.12, 0.07118, 0.1443, 7842.36482, -2.211, -19, 0.08, 0.06128, 2.4998, 16171.05625, -0.688, 6, 0, 0.04516, 0.443, 8399.67910, -0.36, 3, 0, 0.04048, 5.771, 14286.15038, -0.61, 6, 0, 0.03747, 4.626, 1256.60391, -0.05, 0, 0, 0.03707, 3.415, 5957.45895, -2.13, -19, 0.1, 0.03649, 1.800, 23243.14376, 0.89, 31, -0.2, 0.02438, 0.042, 16029.08089, 3.07, 50, -0.2, 0.02165, 1.017, -1742.93051, -3.68, -44, 0.2, 0.01923, 3.097, 17285.68480, 3.02, 50, -0.3, 0.01692, 1.280, 0.3286, 1.52, 25, -0.1, 0.01361, 0.298, 8326.3902, 3.05, 50, -0.2, 0.01293, 4.013, 7072.0875, 1.58, 25, -0.1, 0.01276, 4.413, 8330.9926, 0, 0, 0, 0.01270, 0.101, 8470.6668, -2.24, -19, 0.1, 0.01097, 1.203, 22128.5152, -2.82, -13, 0, 0.01088, 2.545, 15542.7543, -0.66, 6, 0, 0.00835, 0.190, 7214.0629, -2.18, -19, 0.1, 0.00734, 4.855, 24499.7477, 0.83, 31, -0.2, 0.00686, 5.130, 13799.8238, -4.34, -38, 0.2, 0.00631, 0.930, -486.3266, -3.73, -44, 0, 0.00585, 0.699, 9585.2953, 1.5, 25, 0, 0.00566, 4.073, 8328.3391, 1.5, 25, 0, 0.00566, 0.638, 8329.0437, 1.5, 25, 0, 0.00539, 2.472, -1952.4800, 0.6, 7, 0, 0.00509, 2.88, -0.7113, 0, 0, 0, 0.00469, 3.56, 30457.2066, -1.3, 12, 0, 0.00387, 0.78, -0.3523, 0, 0, 0, 0.00378, 1.84, 22614.8418, 0.9, 31, 0, 0.00362, 5.53, -695.8761, 0.6, 7, 0, 0.00317, 2.80, 16728.3705, 1.2, 28, 0, 0.00303, 6.07, 157.7344, 0, 0, 0, 0.00300, 2.53, 33.7570, -0.3, -4, 0, 0.00295, 4.16, 31571.8352, 2.4, 56, 0, 0.00289, 5.98, 7211.7617, -0.7, 6, 0, 0.00285, 2.06, 15540.4531, 0.9, 31, 0, 0.00283, 2.65, 2.6298, 0, 0, 0, 0.00282, 6.17, 15545.0555, -2.2, -19, 0, 0.00278, 1.23, -39.8149, 0, 0, 0, 0.00272, 3.82, 7216.3641, -3.7, -44, 0, 0.00270, 4.37, 70.9877, -1.9, -22, 0, 0.00256, 5.81, 13657.8484, -0.6, 6, 0, 0.00244, 5.64, -0.2237, 1.5, 25, 0, 0.00240, 2.96, 8311.7707, -2.2, -19, 0, 0.00239, 0.87, -33.7814, 0.3, 4, 0, 0.00216, 2.31, 15.9995, -2.2, -19, 0, 0.00186, 3.46, 5329.1570, -2.1, -19, 0, 0.00169, 2.40, 24357.772, 4.6, 75, 0, 0.00161, 5.80, 8329.403, 1.5, 25, 0, 0.00161, 5.20, 8327.980, 1.5, 25, 0, 0.00160, 4.26, 23385.119, -2.9, -13, 0, 0.00156, 1.26, 550.755, 0, 0, 0, 0.00155, 1.25, 21500.213, -2.8, -13, 0, 0.00152, 0.60, -16.921, -3.7, -44, 0, 0.00150, 2.71, -79.630, 0, 0, 0, 0.00150, 5.29, 15.542, 0, 0, 0, 0.00148, 1.06, -2371.232, -3.7, -44, 0, 0.00141, 0.77, 8328.691, 1.5, 25, 0, 0.00141, 3.67, 7143.075, -0.3, 0, 0, 0.00138, 5.45, 25614.376, 4.5, 75, 0, 0.00129, 4.90, 23871.446, 0.9, 31, 0, 0.00126, 4.03, 141.975, -3.8, -44, 0, 0.00124, 6.01, 522.369, 0, 0, 0, 0.00120, 4.94, -10071.622, -5.2, -69, 0, 0.00118, 5.07, -15.419, -2.2, -19, 0, 0.00107, 3.49, 23452.693, -3.4, -20, 0, 0.00104, 4.78, 17495.234, -1.3, 0, 0, 0.00103, 1.44, -18.049, -2.2, -19, 0, 0.00102, 5.63, 15542.402, -0.7, 6, 0, 0.00102, 2.59, 15543.107, -0.7, 6, 0, 0.00100, 4.11, -6.559, -1.9, -22, 0, 0.00097, 0.08, 15400.779, 3.1, 50, 0, 0.00096, 5.84, 31781.385, -1.9, 5, 0, 0.00094, 1.08, 8328.363, 0, 0, 0, 0.00094, 2.46, 16799.358, -0.7, 6, 0, 0.00094, 1.69, 6376.211, 2.2, 32, 0, 0.00093, 3.64, 8329.020, 3.0, 50, 0, 0.00093, 2.65, 16655.082, 4.6, 75, 0, 0.00090, 1.90, 15056.428, -4.4, -38, 0, 0.00089, 1.59, 52.969, 0, 0, 0, 0.00088, 2.02, -8257.704, -3.4, -47, 0, 0.00088, 3.02, 7213.711, -2.2, -19, 0, 0.00087, 0.50, 7214.415, -2.2, -19, 0, 0.00087, 0.49, 16659.684, 1.5, 25, 0, 0.00082, 5.64, -4.931, 1.5, 25, 0, 0.00079, 5.17, 13171.522, -4.3, -38, 0, 0.00076, 3.60, 29828.905, -1.3, 12, 0, 0.00076, 4.08, 24567.322, 0.3, 24, 0, 0.00076, 4.58, 1884.906, -0.1, 0, 0, 0.00073, 0.33, 31713.811, -1.4, 12, 0, 0.00073, 0.93, 32828.439, 2.4, 56, 0, 0.00071, 5.91, 38785.898, 0.2, 37, 0, 0.00069, 2.20, 15613.742, -2.5, -16, 0, 0.00066, 3.87, 15.732, -2.5, -23, 0, 0.00066, 0.86, 25823.926, 0.2, 24, 0, 0.00065, 2.52, 8170.957, 1.5, 25, 0, 0.00063, 0.18, 8322.132, -0.3, 0, 0, 0.00060, 5.84, 8326.062, 1.5, 25, 0, 0.00060, 5.15, 8331.321, 1.5, 25, 0, 0.00060, 2.18, 8486.426, 1.5, 25, 0, 0.00058, 2.30, -1.731, -4, -44, 0, 0.00058, 5.43, 14357.138, -2, -16, 0, 0.00057, 3.09, 8294.910, 2, 29, 0, 0.00057, 4.67, -8362.473, -1, -21, 0, 0.00056, 4.15, 16833.151, -1, 0, 0, 0.00054, 1.93, 7056.329, -2, -19, 0, 0.00054, 5.27, 8315.574, -2, -19, 0, 0.00052, 5.6, 8311.418, -2, -19, 0, 0.00052, 2.7, -77.552, 0, 0, 0, 0.00051, 4.3, 7230.984, 2, 25, 0, 0.00050, 0.4, -0.508, 0, 0, 0, 0.00049, 5.4, 7211.433, -2, -19, 0, 0.00049, 4.4, 7216.693, -2, -19, 0, 0.00049, 4.3, 16864.631, 0, 24, 0, 0.00049, 2.2, 16869.234, -3, -26, 0, 0.00047, 6.1, 627.596, 0, 0, 0, 0.00047, 5.0, 12.619, 1, 7, 0, 0.00045, 4.9, -8815.018, -5, -69, 0, 0.00044, 1.6, 62.133, -2, -19, 0, 0.00042, 2.9, -13.118, -4, -44, 0, 0.00042, 4.1, -119.445, 0, 0, 0, 0.00041, 4.3, 22756.817, -3, -13, 0, 0.00041, 3.6, 8288.877, 2, 25, 0, 0.00040, 0.5, 6663.308, -2, -19, 0, 0.00040, 1.1, 8368.506, 2, 25, 0, 0.00039, 4.1, 6443.786, 2, 25, 0, 0.00039, 3.1, 16657.383, 3, 50, 0, 0.00038, 0.1, 16657.031, 3, 50, 0, 0.00038, 3.0, 16657.735, 3, 50, 0, 0.00038, 4.6, 23942.433, -1, 9, 0, 0.00037, 4.3, 15385.020, -1, 6, 0, 0.00037, 5.0, 548.678, 0, 0, 0, 0.00036, 1.8, 7213.352, -2, -19, 0, 0.00036, 1.7, 7214.774, -2, -19, 0, 0.00035, 1.1, 7777.936, 2, 25, 0, 0.00035, 1.6, -8.860, 0, 0, 0, 0.00035, 4.4, 23869.145, 2, 56, 0, 0.00035, 2.0, 6691.693, -2, -19, 0, 0.00034, 1.3, -1185.616, -2, -22, 0, 0.00034, 2.2, 23873.747, -1, 6, 0, 0.00033, 2.0, -235.287, 0, 0, 0, 0.00033, 3.1, 17913.987, 3, 50, 0, 0.00033, 1.0, 8351.233, -2, -19, 0], + [0.004870, 4.6693, 628.30196, -0.027, 0, -0.01, 0.002280, 2.6746, -2.30120, 1.523, 25, -0.12, 0.001500, 3.372, 6585.76091, -2.16, -19, 0.1, 0.001200, 5.728, 14914.45233, -0.64, 6, 0, 0.001080, 3.969, 7700.38947, 1.55, 25, -0.1, 0.000800, 0.742, 8956.99338, 1.50, 25, -0.1, 0.000254, 6.002, 0.3286, 1.52, 25, -0.1, 0.000210, 0.144, 7842.3648, -2.21, -19, 0, 0.000180, 2.500, 16171.0562, -0.7, 6, 0, 0.000130, 0.44, 8399.6791, -0.4, 3, 0, 0.000126, 5.03, 8326.3902, 3.0, 50, 0, 0.000120, 5.77, 14286.1504, -0.6, 6, 0, 0.000118, 5.96, 8330.9926, 0, 0, 0, 0.000110, 1.80, 23243.1438, 0.9, 31, 0, 0.000110, 3.42, 5957.4590, -2.1, -19, 0, 0.000110, 4.63, 1256.6039, -0.1, 0, 0, 0.000099, 4.70, -0.7113, 0, 0, 0, 0.000070, 0.04, 16029.0809, 3.1, 50, 0, 0.000070, 5.14, 8328.3391, 1.5, 25, 0, 0.000070, 5.85, 8329.0437, 1.5, 25, 0, 0.000060, 1.02, -1742.9305, -3.7, -44, 0, 0.000060, 3.10, 17285.6848, 3.0, 50, 0, 0.000054, 5.69, -0.352, 0, 0, 0, 0.000043, 0.52, 15.542, 0, 0, 0, 0.000041, 2.03, 2.630, 0, 0, 0, 0.000040, 0.10, 8470.667, -2.2, -19, 0, 0.000040, 4.01, 7072.088, 1.6, 25, 0, 0.000036, 2.93, -8.860, -0.3, 0, 0, 0.000030, 1.20, 22128.515, -2.8, -13, 0, 0.000030, 2.54, 15542.754, -0.7, 6, 0, 0.000027, 4.43, 7211.762, -0.7, 6, 0, 0.000026, 0.51, 15540.453, 0.9, 31, 0, 0.000026, 1.44, 15545.055, -2.2, -19, 0, 0.000025, 5.37, 7216.364, -3.7, -44, 0], + [0.00001200, 1.041, -2.3012, 1.52, 25, -0.1, 0.00000170, 0.31, -0.711, 0, 0, 0] + ], + SHUO_KB:[1457698.231017, 29.53067166, 1546082.512234, 29.53085106, 1640640.735300, 29.53060000, 1642472.151543, 29.53085439, 1683430.509300, 29.53086148, 1752148.041079, 29.53085097, 1807665.420323, 29.53059851, 1883618.114100, 29.53060000, 1907360.704700, 29.53060000, 1936596.224900, 29.53060000, 1939135.675300, 29.53060000, 1947168.00], + SB:'00000000000000000000000020000002000000000000200000001000000000000000000000000000000000000010002000000000000000200000000200000000000000000000002000000000020000000000000000000000000000000000100000000000010000001000001000000000000000100000000020000000000000002000000000000001000000000000001000000000000100000000010010000020000202001101002020200101000002020010100002000000010100202000001010000202020001010000202020001010000202000001010020202001010000020200101000022000010101002020001010100002020201010100002020200010100002020000010100202000010100000202001010000220200101010020200010101001000000000001001000200000000000020000000000000000000000000000000000000000000000000000000000000000010000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000200000000000020010000000000000000000000000000000000000001000000000000000000000000000000001000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000011000000000000000000000000000000000000000000000000000000000000000000000000000000100000000000000000000000000000000000000000000000000000010001000000100001001010010101000000000000100001000001000100000000001000000000000100100000000010010100010000000000000000000100011000000000000000000002000000001020000000001001000001000001001000000001000100010010000100001000000100000100100010000000000000010000200000000000000000000000000000000001000000000100100000000000000000000000000000000000000000000000000010000000000101000000000000000000000000000001001010010010100100010000010010000001001001001001000000100100000100010000000100000000000000100000000010100000000001000100010100100000010000000010010000000001000001000000101002000000000100000000000000100001000000010100000101001000000100100100100100000010010010000001001010000000100101001000000000101001000000010101000000000010000001000001000001000000100000000000010010000000000000000010000000100010010000000100000010000010100010010000000000000000001001000000000100101000000010000100110100000000100000000000010000000010000010000100010000000000000000000000010000000000000000100000001000000000001000000000000000100000000000100000010000000100001010000000000101000010100000001001000000010100000000000000000000001000000000001000000000000000000000000000000000000000100000001000000000000100000000000000000000000010000000010010000000001000001010100000001000000000000001000010000101001001010000001000101000000000100100000100110000010010010010001001010010010000001000000000000101000010000000101000000000010000001001001001001000000100101000000010000100010101001010010010000101010010000000101010010000000100010010000010010010000001001010000000100101000100010000000100100001000100100000101010000000000101010100100000100000000000010010000010001001010001000100000001001010000000000000001000100100000100010100001010100000100000000100100100100010010100010001000000010010100000010001010000000001000000000001001010100000001000010100000001001010000101000000010010000100101001000100010100000000010000010000010010001000001000010100000001000000100001000000010000101001001010000001000101000001000100100000100100000010010010010101000000010000000000000010000000001010010010000100010000010010000001001000001001000000100100000100010010100100100001010000100000001010000100000001010100000000100000010000010010010000001001010001000100101000101000010100100000001010100100000001010100000000001000000100000000100100000010010100000000000010001000100000001001000010001001000001010101001000001000101001000100000001000000100100000100010000100010001000000010010100000010000000010001000010001000001000010101000000000010100001000001000100101000100010000000100101000000100010000000000010000010000010010101000000010000101000000010010100001010000010100000001001010000001000101000000000100000000100100101000000000000101000000000100001000010000000100001010010010100000010001010000010001000000001001000000000100000101000010100100000000010100100000001010100100100001000100002000000100002200001010010000000001010001010000101001001000010100001000000010101001000001010001000000000000000100000000100100000001000100010000000010000010000001000000000010101001010000010101000000001000000001000000001001000000000101000100000000100010100000000010000000100010010000010101010010101010100010010001000010010000000001010001000100001000100010000000100100000000100000000000010000101010000010000101010000000000101000010000010100000010001010100000001001000000001000000000000000100000000000100101010000000100001010000100100101000010100000100000000010010000010010001000001010001000000001001001010000100101001000000100001000000010101000001000000000100100000000100010000010100010000001010010000100001001000010000101001000000000101000000000010101001001000000001000000000101000100000010100110000001010110010100001010010000000101010010000000101010010000010000010000000000010001000000101001000000010001000101001000100100100000010000000000101010000100010100010000100010000000010000001010010000000100010001000010001000101001000000100000000000100100000101000100101010100000100100010000100100201001000100010000100000000010010000001001001000001001000100000000001010100000101001010100000001001010010000000101001000100010100100000010010010010010000001000000001000100000001000010100000000000010100101001001010010001000001001000000100100000100000000000010100010001001010010010100001000010000000001000010000100101010010010010000001001001001001000000000101000100000010100100101001010100000000001010010000000001010000000000101000010010010000010000000001010001000000101001000010010001000101001000100100000001010100100000101010100100000100000100000010010100010000001000010000000100010001010010001001000001000001001000001010100001000101000101001000100000000100010010100100000001000100010100100000000010010000001000001000001001010101000001000010101000001001010100101001001010010001000101001000000000100100000010010010000010010001000000010010100000000010010100001000010010100101010001010010000000001001001001100100100100100000010010100010101000010010000100000000010000000001010000010100100010010010010000011001001001000000000100101000100010010100100101000010000100000000010100100000001010100100100100000000010010010000000001001010001000100101001001010010101000000000010100001000001010100001000001000000000000100100100000010010100010001001000010000100100010001010010001001000000010101001000001010001001000001000001001000100101000100010010000100001001000100010100100000010010010000010010001010001000010101010000010010001001000001000100101001000010010001000101001000000100100100000100000010000010010101000000010000101000000000000101001010010010100100010001010010000001001001001001100000100100100100010000000100101000000000100001000010100100101001000100010100100000010010010010011001001001001001000100101000001010000100100000000000100000000000010100000001001000000100100100100110010010010200000001001010001000100101001001010000101001000000010101001000000010001001001001000001000000100100000000010010100010001001010010010100101010000000010101000010000010101000010000010000000000001001000000000100101000100010010000100101001000100010100100010010000010101010010100010100010010000010000010010001001010001000100100001000010010001000101001000100100000100000100100010000010100101010000000100101010010100010001001000010010100100010001010010000001000001000001000000100000100101010100000100001010000100000001010010100100101001000100010100100000010010010010011000001001001001010100000001001010000000001000010000101001001010010001000101001000000100100100100110010010010010010001001010010010100101000000000000101000010000000101000000010010000001001001001001100100100100000000010010100010101001010010010000101010010000000101010010000000100010010000010010010000001001010000000100101000100010010000100101001000100100000101010000100000101010100100000100000000000010010000010001001010001000100100001001010010001000100001000100100100100010100001010100000100101010100100100100010010100010001001000010010100100010001010010001001000001000001001010100000001001010100000001001010000101002001010010000100101001000100010100100000010000010010010000001000001001010100000001000010000001000000010100101001001010010001000101001001000100100100100110000010010010010101001010010000100001000010000100001010010010020000000000000000020001000000000000000000000002000000000000000000000000000000100000200000000000000000000000000000000000000000000000000000000000000001000000000000000000000000000000000000000000000000000000002000000000000000000000000000000000000110000000000000000000000000000000000000000000000000000000000020000000000000000000002000000000000002000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000000000000000000000000002000000200000000000000000000000002000000000000000000000000000000000020000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000000000000000000000000200000000000000000000000001000000000000000000000000000000000000000000000000002000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000002000000000000000000000000000000010000200000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000100000000000000000200000000000000000000000002000000000000000000000000000000000020000000200000000000000000000000000002000000000000200000000000020000000000000000000000000000000000000000000000000000000000000000000000000000020000000002000000000200000000000000000000000000000000000000000000000000000000001000000000000000000200000000000000000000000000000000200000000000000000000000000000000100000000000000000000000000000000000000000200000000000000000000000000000000000000200000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000000000000000000002020000000000000000000000000000000000000000000100000200000000000000000000000002000000000200000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000000000000000000000000100000000000000000000000000000000000000000000000000001000000000000000000000000002000000000000002000000000002000000000000000000000000200200000000000000000000000000000000000001000000000000000000000000000000000000000000000002000000000002000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000020000000000000000000200000000000000000000000100000010100000000000000000000000100000000200000000000000000000020000000000000000000000200000000000000000000000000000000000000000200000000000000000000000000000000000000200000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000002000000000002000000000000000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000200000000000000000000000000010000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000000000000000000000010000000000000000000000000000000000000000000000000000000020000000000000020000000000000000000000000000000000000000100000000001000000000000000000000000000000000200000000000200000000000000000000000000000000000000000000000000000000002000000000002000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000020000000000000000000100000020000000000000000000000000000000000000000000100000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000001000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000010000000000000000000000000000000000000000000000010000000000000010000002000000000002000000000000000000000000000000000000000200000000000000000000000000000000000000000000000000000000000000000000000001000000002000000000000002000000000000000000000000000000000000000000000000000000220000000010000020000000000000000000000000020000000000000000000000000000000000000000000000000000000000000000000000000000000000000000201000020000000200000000000000000000000001000000000000000000000000000000000000000002000000000000000000000000000000000000000000000000000000000000000000000000000000001000000001000000000000000000000000000000000000000000000000000000000000000000000000000000000000200010000000000000000000000000000000000100000000000000100000000000000000000000000000000000000000002000100000000000000000000000000010000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000010000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000002000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000001000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000020000000000000000000000000002000000000000000100000000000000000000000000000000000000000200000000000000000000000000000000000000000001000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000002000000000000000000000000000000000000000000000000000000000020200000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000010000000000001000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000002000000000000000000000200000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000020000000000002000000000000000000000000000000000020000020000000000000020000000000000000000000000000200000000000020000000000000000000000000000000000000000000001000000000000000000000000000000020000000000000000000200000000000000000000000000000000000000000000010000000000000000000000000000000200000020000000000000000000000000200000000000000000000000000000000000000000000000002000000000000000000000000200000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000002000000000000000000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000100000000000000000020000000000002000000000000002000000000000000000000000000200000000000000000000000000000000000000000000000000000000000000000000000000000000000000010000000000000000000000000000000000000000000020000000000000001000000000000000000000000000000000000000002000000000002000000000000000000000000000200000000000000000000000000000000000000000000000000000000000000000000000000000000000001000000000002000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000100000000000000000200000000000000000000000200000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000001000000000001000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000010000000000000000000000000000000000000000020000000000000001000000000000000000000000000000000000000000000000000000000000000010000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000000000000000000000000000200000000000200000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000020000000000000020000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000100000000000000000000000000000000000000000000000', + nutationLon2:function(t){ + var a = -1.742 * t; + var t2 = t * t; + var dl = 0; + for (var i = 0, j = this.NUT_B.length; i < j; i += 5) { + dl += (this.NUT_B[i + 3] + a) * Math.sin(this.NUT_B[i] + this.NUT_B[i + 1] * t + this.NUT_B[i + 2] * t2); + a = 0; + } + return dl / 100 / this.SECOND_PER_RAD; + }, + eLon:function(t,n){ + t /= 10; + var v = 0; + var tn = 1; + var n1; + var n2; + var m; + var c; + var pn = 1; + var n0; + var m0 = this.XL0[pn + 1] - this.XL0[pn]; + for (var i = 0; i < 6; i++, tn *= t) { + n1 = Math.floor(this.XL0[pn + i]); + n2 = Math.floor(this.XL0[pn + 1 + i]); + n0 = n2 - n1; + if (n0 === 0) { + continue; + } + if (n < 0) { + m = n2; + } else { + m = Math.floor((3 * n * n0 / m0 + 0.5) + n1); + if (i !== 0) { + m += 3; + } + if (m > n2) { + m = n2; + } + } + c = 0; + for (var j = n1; j < m; j += 3) { + c += this.XL0[j] * Math.cos(this.XL0[j + 1] + t * this.XL0[j + 2]); + } + v += c * tn; + } + v /= this.XL0[0]; + var t2 = t * t; + v += (-0.0728 - 2.7702 * t - 1.1019 * t2 - 0.0996 * t2 * t) / this.SECOND_PER_RAD; + return v; + }, + mLon:function(t,n){ + var ob = this.XL1; + var obl = ob[0].length; + var tn = 1; + var v = 0; + var j; + var c; + var t2 = t * t; + var t3 = t2 * t; + var t4 = t3 * t; + var t5 = t4 * t; + var tx = t - 10; + v += (3.81034409 + 8399.684730072 * t - 3.319e-05 * t2 + 3.11e-08 * t3 - 2.033e-10 * t4) * this.SECOND_PER_RAD; + v += 5028.792262 * t + 1.1124406 * t2 + 0.00007699 * t3 - 0.000023479 * t4 - 0.0000000178 * t5; + if (tx > 0) { + v += -0.866 + 1.43 * tx + 0.054 * tx * tx; + } + t2 /= 1e4; + t3 /= 1e8; + t4 /= 1e8; + + n *= 6; + if (n < 0) { + n = obl; + } + for (var i = 0, x = ob.length; i < x; i++, tn *= t) { + var f = ob[i]; + var l = f.length; + var m = Math.floor((n * l / obl + 0.5)); + if (i > 0) { + m += 6; + } + if (m >= l) { + m = l; + } + for (j = 0, c = 0; j < m; j += 6) { + c += f[j] * Math.cos(f[j + 1] + t * f[j + 2] + t2 * f[j + 3] + t3 * f[j + 4] + t4 * f[j + 5]); + } + v += c * tn; + } + v /= this.SECOND_PER_RAD; + return v; + }, + gxcSunLon:function(t){ + var t2 = t * t; + var v = -0.043126 + 628.301955 * t - 0.000002732 * t2; + var e = 0.016708634 - 0.000042037 * t - 0.0000001267 * t2; + return -20.49552 * (1 + e * Math.cos(v)) / this.SECOND_PER_RAD; + }, + ev:function(t){ + var f = 628.307585 * t; + return 628.332 + 21 * Math.sin(1.527 + f) + 0.44 * Math.sin(1.48 + f * 2) + 0.129 * Math.sin(5.82 + f) * t + 0.00055 * Math.sin(4.21 + f) * t * t; + }, + saLon:function(t,n){ + return this.eLon(t, n) + this.nutationLon2(t) + this.gxcSunLon(t) + Math.PI; + }, + dtExt:function(y,jsd){ + var dy = (y - 1820) / 100; + return -20 + jsd * dy * dy; + }, + dtCalc:function(y){ + var size = this.DT_AT.length; + var y0 = this.DT_AT[size - 2]; + var t0 = this.DT_AT[size - 1]; + if (y >= y0) { + var jsd = 31; + if (y > y0 + 100) { + return this.dtExt(y, jsd); + } + return this.dtExt(y, jsd) - (this.dtExt(y0, jsd) - t0) * (y0 + 100 - y) / 100; + } + var i; + for (i = 0; i < size; i += 5) { + if (y < this.DT_AT[i + 5]) { + break; + } + } + var t1 = (y - this.DT_AT[i]) / (this.DT_AT[i + 5] - this.DT_AT[i]) * 10; + var t2 = t1 * t1; + var t3 = t2 * t1; + return this.DT_AT[i + 1] + this.DT_AT[i + 2] * t1 + this.DT_AT[i + 3] * t2 + this.DT_AT[i + 4] * t3; + }, + dtT:function(t){ + return this.dtCalc(t / 365.2425 + 2000) / this.SECOND_PER_DAY; + }, + mv:function(t){ + var v = 8399.71 - 914 * Math.sin(0.7848 + 8328.691425 * t + 0.0001523 * t * t); + v -= 179 * Math.sin(2.543 + 15542.7543 * t) + 160 * Math.sin(0.1874 + 7214.0629 * t) + 62 * Math.sin(3.14 + 16657.3828 * t) + 34 * Math.sin(4.827 + 16866.9323 * t) + 22 * Math.sin(4.9 + 23871.4457 * t) + 12 * Math.sin(2.59 + 14914.4523 * t) + 7 * Math.sin(0.23 + 6585.7609 * t) + 5 * Math.sin(0.9 + 25195.624 * t) + 5 * Math.sin(2.32 - 7700.3895 * t) + 5 * Math.sin(3.88 + 8956.9934 * t) + 5 * Math.sin(0.49 + 7771.3771 * t); + return v; + }, + saLonT:function(w){ + var t; + var v = 628.3319653318; + t = (w - 1.75347 - Math.PI) / v; + v = this.ev(t); + t += (w - this.saLon(t, 10)) / v; + v = this.ev(t); + t += (w - this.saLon(t, -1)) / v; + return t; + }, + msaLon:function(t,mn,sn){ + return this.mLon(t, mn) + (-3.4E-6) - (this.eLon(t, sn) + this.gxcSunLon(t) + Math.PI); + }, + msaLonT:function(w){ + var t; + var v = 7771.37714500204; + t = (w + 1.08472) / v; + t += (w - this.msaLon(t, 3, 3)) / v; + v = this.mv(t) - this.ev(t); + t += (w - this.msaLon(t, 20, 10)) / v; + t += (w - this.msaLon(t, -1, 60)) / v; + return t; + }, + msaLonT2:function(w){ + var t; + var l; + var v = 7771.37714500204; + t = (w + 1.08472) / v; + var t2 = t * t; + t -= (-0.00003309 * t2 + 0.10976 * Math.cos(0.784758 + 8328.6914246 * t + 0.000152292 * t2) + 0.02224 * Math.cos(0.18740 + 7214.0628654 * t - 0.00021848 * t2) - 0.03342 * Math.cos(4.669257 + 628.307585 * t)) / v; + t2 = t * t; + l = this.mLon(t, 20) - (4.8950632 + 628.3319653318 * t + 0.000005297 * t2 + 0.0334166 * Math.cos(4.669257 + 628.307585 * t) + 0.0002061 * Math.cos(2.67823 + 628.307585 * t) * t + 0.000349 * Math.cos(4.6261 + 1256.61517 * t) - 20.5 / this.SECOND_PER_RAD); + v = 7771.38 - 914 * Math.sin(0.7848 + 8328.691425 * t + 0.0001523 * t2) - 179 * Math.sin(2.543 + 15542.7543 * t) - 160 * Math.sin(0.1874 + 7214.0629 * t); + t += (w - l) / v; + return t; + }, + shuoHigh:function(w){ + var t = this.msaLonT2(w) * 36525; + t = t - this.dtT(t) + this.ONE_THIRD; + var v = ((t + 0.5) % 1) * this.SECOND_PER_DAY; + if (v < 1800 || v > this.SECOND_PER_DAY - 1800) { + t = this.msaLonT(w) * 36525 - this.dtT(t) + this.ONE_THIRD; + } + return t; + }, + shuoLow:function(w){ + var v = 7771.37714500204; + var t = (w + 1.08472) / v; + t -= (-0.0000331 * t * t + 0.10976 * Math.cos(0.785 + 8328.6914 * t) + 0.02224 * Math.cos(0.187 + 7214.0629 * t) - 0.03342 * Math.cos(4.669 + 628.3076 * t)) / v + (32 * (t + 1.8) * (t + 1.8) - 20) / this.SECOND_PER_DAY / 36525; + return t * 36525 + this.ONE_THIRD; + }, + calcShuo:function(jd){ + var size = this.SHUO_KB.length; + var d = 0; + var pc = 14; + var i; + jd += Solar.J2000; + var f1 = this.SHUO_KB[0] - pc, f2 = this.SHUO_KB[size - 1] - pc, f3 = 2436935; + if (jd < f1 || jd >= f3) { + d = Math.floor(this.shuoHigh(Math.floor((jd + pc - 2451551) / 29.5306) * Math.PI * 2) + 0.5); + } else if (jd >= f1 && jd < f2) { + for (i = 0; i < size; i += 2) { + if (jd + pc < this.SHUO_KB[i + 2]) { + break; + } + } + d = this.SHUO_KB[i] + this.SHUO_KB[i + 1] * Math.floor((jd + pc - this.SHUO_KB[i]) / this.SHUO_KB[i + 1]); + d = Math.floor(d + 0.5); + if (d === 1683460) { + d++; + } + d -= Solar.J2000; + } else if (jd >= f2 && jd < f3) { + d = Math.floor(this.shuoLow(Math.floor((jd + pc - 2451551) / 29.5306) * Math.PI * 2) + 0.5); + var from = Math.floor((jd - f2) / 29.5306); + var n = this.SB.substr(from, 1); + if ('1' === n) { + d += 1; + } else if ('2' === n) { + d -= 1; + } + } + return d; + } + }; + })(); + var SolarUtil = (function(){ + return { + WEEK:['{w.sun}', '{w.mon}', '{w.tues}', '{w.wed}', '{w.thur}', '{w.fri}', '{w.sat}'], + DAYS_OF_MONTH:[31,28,31,30,31,30,31,31,30,31,30,31], + XINGZUO:['{xz.aries}', '{xz.taurus}', '{xz.gemini}', '{xz.cancer}', '{xz.leo}', '{xz.virgo}', '{xz.libra}', '{xz.scorpio}', '{xz.sagittarius}', '{xz.capricornus}', '{xz.aquarius}', '{xz.pisces}'], + FESTIVAL: { + '1-1': '{jr.yuanDan}', + '2-14': '{jr.qingRen}', + '3-8': '{jr.fuNv}', + '3-12': '{jr.zhiShu}', + '3-15': '{jr.xiaoFei}', + '4-1': '{jr.yuRen}', + '5-1': '{jr.wuYi}', + '5-4': '{jr.qingNian}', + '6-1': '{jr.erTong}', + '7-1': '{jr.jianDang}', + '8-1': '{jr.jianJun}', + '9-10': '{jr.jiaoShi}', + '10-1': '{jr.guoQing}', + '10-31': '{jr.wanShengYe}', + '11-1': '{jr.wanSheng}', + '12-24': '{jr.pingAn}', + '12-25': '{jr.shengDan}' + }, + OTHER_FESTIVAL:{ + '1-8':['周恩来逝世纪念日'], + '1-10':['中国人民警察节'], + '1-14':['日记情人节'], + '1-21':['列宁逝世纪念日'], + '1-26':['国际海关日'], + '1-27':['国际大屠杀纪念日'], + '2-2':['世界湿地日'], + '2-4':['世界抗癌日'], + '2-7':['京汉铁路罢工纪念日'], + '2-10':['国际气象节'], + '2-19':['邓小平逝世纪念日'], + '2-20':['世界社会公正日'], + '2-21':['国际母语日'], + '2-24':['第三世界青年日'], + '3-1':['国际海豹日'], + '3-3':['世界野生动植物日', '全国爱耳日'], + '3-5':['周恩来诞辰纪念日', '中国青年志愿者服务日'], + '3-6':['世界青光眼日'], + '3-7':['女生节'], + '3-12':['孙中山逝世纪念日'], + '3-14':['马克思逝世纪念日', '白色情人节'], + '3-17':['国际航海日'], + '3-18':['全国科技人才活动日', '全国爱肝日'], + '3-20':['国际幸福日'], + '3-21':['世界森林日', '世界睡眠日', '国际消除种族歧视日'], + '3-22':['世界水日'], + '3-23':['世界气象日'], + '3-24':['世界防治结核病日'], + '3-29':['中国黄花岗七十二烈士殉难纪念日'], + '4-2':['国际儿童图书日', '世界自闭症日'], + '4-4':['国际地雷行动日'], + '4-7':['世界卫生日'], + '4-8':['国际珍稀动物保护日'], + '4-12':['世界航天日'], + '4-14':['黑色情人节'], + '4-15':['全民国家安全教育日'], + '4-22':['世界地球日', '列宁诞辰纪念日'], + '4-23':['世界读书日'], + '4-24':['中国航天日'], + '4-25':['儿童预防接种宣传日'], + '4-26':['世界知识产权日', '全国疟疾日'], + '4-28':['世界安全生产与健康日'], + '4-30':['全国交通安全反思日'], + '5-2':['世界金枪鱼日'], + '5-3':['世界新闻自由日'], + '5-5':['马克思诞辰纪念日'], + '5-8':['世界红十字日'], + '5-11':['世界肥胖日'], + '5-12':['全国防灾减灾日', '护士节'], + '5-14':['玫瑰情人节'], + '5-15':['国际家庭日'], + '5-19':['中国旅游日'], + '5-20':['网络情人节'], + '5-22':['国际生物多样性日'], + '5-25':['525心理健康节'], + '5-27':['上海解放日'], + '5-29':['国际维和人员日'], + '5-30':['中国五卅运动纪念日'], + '5-31':['世界无烟日'], + '6-3':['世界自行车日'], + '6-5':['世界环境日'], + '6-6':['全国爱眼日'], + '6-8':['世界海洋日'], + '6-11':['中国人口日'], + '6-14':['世界献血日', '亲亲情人节'], + '6-17':['世界防治荒漠化与干旱日'], + '6-20':['世界难民日'], + '6-21':['国际瑜伽日'], + '6-25':['全国土地日'], + '6-26':['国际禁毒日', '联合国宪章日'], + '7-1':['香港回归纪念日'], + '7-6':['国际接吻日', '朱德逝世纪念日'], + '7-7':['七七事变纪念日'], + '7-11':['世界人口日', '中国航海日'], + '7-14':['银色情人节'], + '7-18':['曼德拉国际日'], + '7-30':['国际友谊日'], + '8-3':['男人节'], + '8-5':['恩格斯逝世纪念日'], + '8-6':['国际电影节'], + '8-8':['全民健身日'], + '8-9':['国际土著人日'], + '8-12':['国际青年节'], + '8-14':['绿色情人节'], + '8-19':['世界人道主义日', '中国医师节'], + '8-22':['邓小平诞辰纪念日'], + '8-29':['全国测绘法宣传日'], + '9-3':['中国抗日战争胜利纪念日'], + '9-5':['中华慈善日'], + '9-8':['世界扫盲日'], + '9-9':['毛泽东逝世纪念日', '全国拒绝酒驾日'], + '9-14':['世界清洁地球日', '相片情人节'], + '9-15':['国际民主日'], + '9-16':['国际臭氧层保护日'], + '9-17':['世界骑行日'], + '9-18':['九一八事变纪念日'], + '9-20':['全国爱牙日'], + '9-21':['国际和平日'], + '9-27':['世界旅游日'], + '9-30':['中国烈士纪念日'], + '10-1':['国际老年人日'], + '10-2':['国际非暴力日'], + '10-4':['世界动物日'], + '10-11':['国际女童日'], + '10-10':['辛亥革命纪念日'], + '10-13':['国际减轻自然灾害日', '中国少年先锋队诞辰日'], + '10-14':['葡萄酒情人节'], + '10-16':['世界粮食日'], + '10-17':['全国扶贫日'], + '10-20':['世界统计日'], + '10-24':['世界发展信息日', '程序员节'], + '10-25':['抗美援朝纪念日'], + '11-5':['世界海啸日'], + '11-8':['记者节'], + '11-9':['全国消防日'], + '11-11':['光棍节'], + '11-12':['孙中山诞辰纪念日'], + '11-14':['电影情人节'], + '11-16':['国际宽容日'], + '11-17':['国际大学生节'], + '11-19':['世界厕所日'], + '11-28':['恩格斯诞辰纪念日'], + '11-29':['国际声援巴勒斯坦人民日'], + '12-1':['世界艾滋病日'], + '12-2':['全国交通安全日'], + '12-3':['世界残疾人日'], + '12-4':['全国法制宣传日'], + '12-5':['世界弱能人士日', '国际志愿人员日'], + '12-7':['国际民航日'], + '12-9':['世界足球日', '国际反腐败日'], + '12-10':['世界人权日'], + '12-11':['国际山岳日'], + '12-12':['西安事变纪念日'], + '12-13':['国家公祭日'], + '12-14':['拥抱情人节'], + '12-18':['国际移徙者日'], + '12-26':['毛泽东诞辰纪念日'] + }, + WEEK_FESTIVAL:{'3-0-1':'全国中小学生安全教育日','5-2-0':'母亲节','5-3-0':'全国助残日','6-3-0':'父亲节','9-3-6':'全民国防教育日','10-1-1':'世界住房日','11-4-4':'感恩节'}, + isLeapYear:function(year){return (year % 4 === 0 && year % 100 !== 0) || (year % 400 === 0);}, + getDaysOfMonth:function(year, month){ + var oy = year; + var om = month; + year *= 1; + if(isNaN(year)){ + throw new Error('wrong solar year '+oy); + } + month *= 1; + if(isNaN(month)){ + throw new Error('wrong solar month '+om); + } + if (1582 === year && 10 === month) { + return 21; + } + var m = month-1; + var d = this.DAYS_OF_MONTH[m]; + if (m === 1 && this.isLeapYear(year)) { + d++; + } + return d; + }, + getDaysOfYear:function(year){ + var oy = year; + year *= 1; + if(isNaN(year)){ + throw new Error('wrong solar year '+oy); + } + if (1582 === year) { + return 355; + } + return this.isLeapYear(year) ? 366: 365; + }, + getDaysInYear:function(year, month, day){ + var oy = year; + var om = month; + var od = day; + year *= 1; + if(isNaN(year)){ + throw new Error('wrong solar year '+oy); + } + month *= 1; + if(isNaN(month)){ + throw new Error('wrong solar month '+om); + } + day *= 1; + if(isNaN(day)){ + throw new Error('wrong solar day '+od); + } + var days = 0; + for (var i = 1; i < month; i++) { + days += this.getDaysOfMonth(year, i); + } + var d = day; + if (1582 === year && 10 === month) { + if (day >= 15) { + d -= 10; + } else if (day > 4) { + throw new Error('wrong solar year '+year+' month '+month+' day '+day); + } + } + days += d; + return days; + }, + getDaysBetween:function(ay, am, ad, by, bm, bd){ + var oay = ay; + var oam = am; + var oad = ad; + var oby = by; + var obm = bm; + var obd = bd; + ay *= 1; + if(isNaN(ay)){ + throw new Error('wrong solar year '+oay); + } + am *= 1; + if(isNaN(am)){ + throw new Error('wrong solar month '+oam); + } + ad *= 1; + if(isNaN(ad)){ + throw new Error('wrong solar day '+oad); + } + by *= 1; + if(isNaN(by)){ + throw new Error('wrong solar year '+oby); + } + bm *= 1; + if(isNaN(bm)){ + throw new Error('wrong solar month '+obm); + } + bd *= 1; + if(isNaN(bd)){ + throw new Error('wrong solar day '+obd); + } + + var n; + var days; + var i; + if (ay === by) { + n = this.getDaysInYear(by, bm, bd) - this.getDaysInYear(ay, am, ad); + } else if (ay > by) { + days = this.getDaysOfYear(by) - this.getDaysInYear(by, bm, bd); + for (i = by + 1; i < ay; i++) { + days += this.getDaysOfYear(i); + } + days += this.getDaysInYear(ay, am, ad); + n = -days; + } else { + days = this.getDaysOfYear(ay) - this.getDaysInYear(ay, am, ad); + for (i = ay + 1; i < by; i++) { + days += this.getDaysOfYear(i); + } + days += this.getDaysInYear(by, bm, bd); + n = days; + } + return n; + }, + getWeeksOfMonth:function(year, month, start){ + return Math.ceil((this.getDaysOfMonth(year, month) + Solar.fromYmd(year, month, 1).getWeek() - start)/7); + } + }; + })(); + var LunarUtil = (function(){ + return { + BASE_MONTH_ZHI_INDEX:2, + JIE_QI: ['{jq.dongZhi}', '{jq.xiaoHan}', '{jq.daHan}', '{jq.liChun}', '{jq.yuShui}', '{jq.jingZhe}', '{jq.chunFen}', '{jq.qingMing}', '{jq.guYu}', '{jq.liXia}', '{jq.xiaoMan}', '{jq.mangZhong}', '{jq.xiaZhi}', '{jq.xiaoShu}', '{jq.daShu}', '{jq.liQiu}', '{jq.chuShu}', '{jq.baiLu}', '{jq.qiuFen}', '{jq.hanLu}', '{jq.shuangJiang}', '{jq.liDong}', '{jq.xiaoXue}', '{jq.daXue}'], + JIE_QI_IN_USE: ['DA_XUE', '{jq.dongZhi}', '{jq.xiaoHan}', '{jq.daHan}', '{jq.liChun}', '{jq.yuShui}', '{jq.jingZhe}', '{jq.chunFen}', '{jq.qingMing}', '{jq.guYu}', '{jq.liXia}', '{jq.xiaoMan}', '{jq.mangZhong}', '{jq.xiaZhi}', '{jq.xiaoShu}', '{jq.daShu}', '{jq.liQiu}', '{jq.chuShu}', '{jq.baiLu}', '{jq.qiuFen}', '{jq.hanLu}', '{jq.shuangJiang}', '{jq.liDong}', '{jq.xiaoXue}', '{jq.daXue}', 'DONG_ZHI', 'XIAO_HAN', 'DA_HAN', 'LI_CHUN', 'YU_SHUI', 'JING_ZHE'], + CHANG_SHENG_OFFSET: { + '{tg.jia}':1, + '{tg.bing}':10, + '{tg.wu}':10, + '{tg.geng}':7, + '{tg.ren}':4, + '{tg.yi}':6, + '{tg.ding}':9, + '{tg.ji}':9, + '{tg.xin}':0, + '{tg.gui}':3 + }, + MONTH_ZHI:['', '{dz.yin}', '{dz.mao}', '{dz.chen}', '{dz.si}', '{dz.wu}', '{dz.wei}', '{dz.shen}', '{dz.you}', '{dz.xu}', '{dz.hai}', '{dz.zi}', '{dz.chou}'], + CHANG_SHENG:['{ds.changSheng}', '{ds.muYu}', '{ds.guanDai}', '{ds.linGuan}', '{ds.diWang}', '{ds.shuai}', '{ds.bing}', '{ds.si}', '{ds.mu}', '{ds.jue}', '{ds.tai}', '{ds.yang}'], + XUN:[ + '{jz.jiaZi}', + '{jz.jiaXu}', + '{jz.jiaShen}', + '{jz.jiaWu}', + '{jz.jiaChen}', + '{jz.jiaYin}' + ], + XUN_KONG:[ + '{dz.xu}{dz.hai}', + '{dz.shen}{dz.you}', + '{dz.wu}{dz.wei}', + '{dz.chen}{dz.si}', + '{dz.yin}{dz.mao}', + '{dz.zi}{dz.chou}' + ], + LIU_YAO:[ + '{ly.xianSheng}', + '{ly.youYin}', + '{ly.xianFu}', + '{ly.foMie}', + '{ly.daAn}', + '{ly.chiKou}' + ], + HOU:['{h.first}', '{h.second}', '{h.third}'], + WU_HOU:[ + '{h.qiuYinJie}', + '{h.miJiao}', + '{h.shuiQuan}', + '{h.yanBei}', + '{h.queShi}', + '{h.zhiShi}', + '{h.jiShi}', + '{h.zhengNiao}', + '{h.shuiZe}', + '{h.dongFeng}', + '{h.zheChongShiZhen}', + '{h.yuZhi}', + '{h.taJi}', + '{h.houYan}', + '{h.caoMuMengDong}', + '{h.taoShi}', + '{h.cangGeng}', + '{h.yingHua}', + '{h.xuanNiaoZhi}', + '{h.leiNai}', + '{h.shiDian}', + '{h.tongShi}', + '{h.tianShu}', + '{h.hongShi}', + '{h.pingShi}', + '{h.mingJiu}', + '{h.daiSheng}', + '{h.louGuo}', + '{h.qiuYinChu}', + '{h.wangGua}', + '{h.kuCai}', + '{h.miCao}', + '{h.maiQiu}', + '{h.tangLang}', + '{h.juShi}', + '{h.fanShe}', + '{h.luJia}', + '{h.tiaoShi}', + '{h.banXia}', + '{h.wenFeng}', + '{h.xiShuai}', + '{h.yingShi}', + '{h.fuCao}', + '{h.tuRun}', + '{h.daYu}', + '{h.liangFeng}', + '{h.baiLu}', + '{h.hanChan}', + '{h.yingNai}', + '{h.tianDi}', + '{h.heNai}', + '{h.hongYanLai}', + '{h.xuanNiaoGui}', + '{h.qunNiao}', + '{h.leiShi}', + '{h.zheChongPiHu}', + '{h.shuiShiHe}', + '{h.hongYanLaiBin}', + '{h.queRu}', + '{h.juYou}', + '{h.caiNai}', + '{h.caoMuHuangLuo}', + '{h.zheChongXianFu}', + '{h.shuiShiBing}', + '{h.diShi}', + '{h.zhiRu}', + '{h.hongCang}', + '{h.tianQi}', + '{h.biSe}', + '{h.heDan}', + '{h.huShi}', + '{h.liTing}' + ], + GAN:['', '{tg.jia}', '{tg.yi}', '{tg.bing}', '{tg.ding}', '{tg.wu}', '{tg.ji}', '{tg.geng}', '{tg.xin}', '{tg.ren}', '{tg.gui}'], + POSITION_XI:['', '{bg.gen}', '{bg.qian}', '{bg.kun}', '{bg.li}', '{bg.xun}', '{bg.gen}', '{bg.qian}', '{bg.kun}', '{bg.li}', '{bg.xun}'], + POSITION_YANG_GUI:['', '{bg.kun}', '{bg.kun}', '{bg.dui}', '{bg.qian}', '{bg.gen}', '{bg.kan}', '{bg.li}', '{bg.gen}', '{bg.zhen}', '{bg.xun}'], + POSITION_YIN_GUI:['', '{bg.gen}', '{bg.kan}', '{bg.qian}', '{bg.dui}', '{bg.kun}', '{bg.kun}', '{bg.gen}', '{bg.li}', '{bg.xun}', '{bg.zhen}'], + POSITION_FU:['', '{bg.xun}', '{bg.xun}', '{bg.zhen}', '{bg.zhen}', '{bg.kan}', '{bg.li}', '{bg.kun}', '{bg.kun}', '{bg.qian}', '{bg.dui}'], + POSITION_FU_2:['', '{bg.kan}', '{bg.kun}', '{bg.qian}', '{bg.xun}', '{bg.gen}', '{bg.kan}', '{bg.kun}', '{bg.qian}', '{bg.xun}', '{bg.gen}'], + POSITION_CAI:['', '{bg.gen}', '{bg.gen}', '{bg.kun}', '{bg.kun}', '{bg.kan}', '{bg.kan}', '{bg.zhen}', '{bg.zhen}', '{bg.li}', '{bg.li}'], + POSITION_TAI_SUI_YEAR: ['{bg.kan}', '{bg.gen}', '{bg.gen}', '{bg.zhen}', '{bg.xun}', '{bg.xun}', '{bg.li}', '{bg.kun}', '{bg.kun}', '{bg.dui}', '{bg.kan}', '{bg.kan}'], + POSITION_GAN: ['{bg.zhen}', '{bg.zhen}', '{bg.li}', '{bg.li}', '{ps.center}', '{ps.center}', '{bg.dui}', '{bg.dui}', '{bg.kan}', '{bg.kan}'], + POSITION_ZHI: ['{bg.kan}', '{ps.center}', '{bg.zhen}', '{bg.zhen}', '{ps.center}', '{bg.li}', '{bg.li}', '{ps.center}', '{bg.dui}', '{bg.dui}', '{ps.center}', '{bg.kan}'], + POSITION_TAI_DAY:[ + '{ts.zhan}{ts.men}{ts.dui} {ps.wai}{ps.dongNan}', + '{ts.dui}{ts.mo}{ts.ce} {ps.wai}{ps.dongNan}', + '{ts.chu}{ts.zao}{ts.lu} {ps.wai}{ps.zhengNan}', + '{ts.cangKu}{ts.men} {ps.wai}{ps.zhengNan}', + '{ts.fang}{ts.chuang}{ts.xi} {ps.wai}{ps.zhengNan}', + '{ts.zhan}{ts.men}{ts.chuang} {ps.wai}{ps.zhengNan}', + '{ts.zhan}{ts.dui}{ts.mo} {ps.wai}{ps.zhengNan}', + '{ts.ce}{ts.zao}{ts.chu} {ps.wai}{ps.xiNan}', + '{ts.cangKu}{ts.lu} {ps.wai}{ps.xiNan}', + '{ts.fang}{ts.chuang}{ts.men} {ps.wai}{ps.xiNan}', + '{ts.men}{ts.dui}{ts.xi} {ps.wai}{ps.xiNan}', + '{ts.dui}{ts.mo}{ts.chuang} {ps.wai}{ps.xiNan}', + '{ts.chu}{ts.zao}{ts.dui} {ps.wai}{ps.xiNan}', + '{ts.cangKu}{ts.ce} {ps.wai}{ps.zhengXi}', + '{ts.fang}{ts.chuang}{ts.lu} {ps.wai}{ps.zhengXi}', + '{ts.zhan}{ts.daMen} {ps.wai}{ps.zhengXi}', + '{ts.dui}{ts.mo}{ts.xi} {ps.wai}{ps.zhengXi}', + '{ts.chu}{ts.fang}{ts.chuang} {ps.wai}{ps.zhengXi}', + '{ts.cangKu}{ts.dui} {ps.wai}{ps.xiBei}', + '{ts.fang}{ts.chuang}{ts.ce} {ps.wai}{ps.xiBei}', + '{ts.zhan}{ts.men}{ts.lu} {ps.wai}{ps.xiBei}', + '{ts.men}{ts.dui}{ts.mo} {ps.wai}{ps.xiBei}', + '{ts.chu}{ts.zao}{ts.xi} {ps.wai}{ps.xiBei}', + '{ts.cangKu}{ts.chuang} {ps.wai}{ps.xiBei}', + '{ts.fang}{ts.chuang}{ts.dui} {ps.wai}{ps.zhengBei}', + '{ts.zhan}{ts.men}{ts.ce} {ps.wai}{ps.zhengBei}', + '{ts.dui}{ts.mo}{ts.lu} {ps.wai}{ps.zhengBei}', + '{ts.chu}{ts.zao}{ts.men} {ps.wai}{ps.zhengBei}', + '{ts.cangKu}{ts.xi} {ps.wai}{ps.zhengBei}', + '{ts.zhan}{ts.fang}{ts.chuang} {ps.fangNei}{ps.bei}', + '{ts.zhan}{ts.men}{ts.dui} {ps.fangNei}{ps.bei}', + '{ts.dui}{ts.mo}{ts.ce} {ps.fangNei}{ps.bei}', + '{ts.chu}{ts.zao}{ts.lu} {ps.fangNei}{ps.bei}', + '{ts.men}{ts.cangKu} {ps.fangNei}{ps.bei}', + '{ts.chuang}{ts.fang}{ts.xi} {ps.fangNei}{ps.center}', + '{ts.zhan}{ts.men}{ts.chuang} {ps.fangNei}{ps.center}', + '{ts.zhan}{ts.dui}{ts.mo} {ps.fangNei}{ps.nan}', + '{ts.chu}{ts.mo}{ts.ce} {ps.fangNei}{ps.nan}', + '{ts.cangKu}{ts.lu} {ps.fangNei}{ps.nan}', + '{ts.fang}{ts.chuang}{ts.men} {ps.fangNei}{ps.xi}', + '{ts.men}{ts.dui}{ts.xi} {ps.fangNei}{ps.dong}', + '{ts.dui}{ts.mo}{ts.chuang} {ps.fangNei}{ps.dong}', + '{ts.chu}{ts.zao}{ts.dui} {ps.fangNei}{ps.dong}', + '{ts.cangKu}{ts.ce} {ps.fangNei}{ps.dong}', + '{ts.fang}{ts.chuang}{ts.lu} {ps.fangNei}{ps.center}', + '{ts.zhan}{ts.daMen} {ps.wai}{ps.dongBei}', + '{ts.dui}{ts.mo}{ts.xi} {ps.wai}{ps.dongBei}', + '{ts.chu}{ts.zao}{ts.chuang} {ps.wai}{ps.dongBei}', + '{ts.cangKu}{ts.dui} {ps.wai}{ps.dongBei}', + '{ts.fang}{ts.chuang}{ts.ce} {ps.wai}{ps.dongBei}', + '{ts.zhan}{ts.men}{ts.lu} {ps.wai}{ps.dongBei}', + '{ts.men}{ts.dui}{ts.mo} {ps.wai}{ps.zhengDong}', + '{ts.chu}{ts.zao}{ts.xi} {ps.wai}{ps.zhengDong}', + '{ts.cangKu}{ts.chuang} {ps.wai}{ps.zhengDong}', + '{ts.fang}{ts.chuang}{ts.dui} {ps.wai}{ps.zhengDong}', + '{ts.zhan}{ts.men}{ts.ce} {ps.wai}{ps.zhengDong}', + '{ts.dui}{ts.mo}{ts.lu} {ps.wai}{ps.dongNan}', + '{ts.chu}{ts.zao}{ts.men} {ps.wai}{ps.dongNan}', + '{ts.cangKu}{ts.xi} {ps.wai}{ps.dongNan}', + '{ts.zhan}{ts.fang}{ts.chuang} {ps.wai}{ps.dongNan}' + ], + POSITION_TAI_MONTH:[ + '{ts.zhan}{ts.fang}{ts.chuang}', + '{ts.zhan}{ts.hu}{ts.win}', + '{ts.zhan}{ts.men}{ts.tang}', + '{ts.zhan}{ts.chu}{ts.zao}', + '{ts.zhan}{ts.fang}{ts.chuang}', + '{ts.zhan}{ts.chuang}{ts.cang}', + '{ts.zhan}{ts.dui}{ts.mo}', + '{ts.zhan}{ts.ce}{ts.hu}', + '{ts.zhan}{ts.men}{ts.fang}', + '{ts.zhan}{ts.fang}{ts.chuang}', + '{ts.zhan}{ts.zao}{ts.lu}', + '{ts.zhan}{ts.fang}{ts.chuang}' + ], + ZHI:['', '{dz.zi}', '{dz.chou}', '{dz.yin}', '{dz.mao}', '{dz.chen}', '{dz.si}', '{dz.wu}', '{dz.wei}', '{dz.shen}', '{dz.you}', '{dz.xu}', '{dz.hai}'], + ZHI_XING:[ + '', + '{zx.jian}', + '{zx.chu}', + '{zx.man}', + '{zx.ping}', + '{zx.ding}', + '{zx.zhi}', + '{zx.po}', + '{zx.wei}', + '{zx.cheng}', + '{zx.shou}', + '{zx.kai}', + '{zx.bi}' + ], + JIA_ZI:[ + '{jz.jiaZi}', + '{jz.yiChou}', + '{jz.bingYin}', + '{jz.dingMao}', + '{jz.wuChen}', + '{jz.jiSi}', + '{jz.gengWu}', + '{jz.xinWei}', + '{jz.renShen}', + '{jz.guiYou}', + '{jz.jiaXu}', + '{jz.yiHai}', + '{jz.bingZi}', + '{jz.dingChou}', + '{jz.wuYin}', + '{jz.jiMao}', + '{jz.gengChen}', + '{jz.xinSi}', + '{jz.renWu}', + '{jz.guiWei}', + '{jz.jiaShen}', + '{jz.yiYou}', + '{jz.bingXu}', + '{jz.dingHai}', + '{jz.wuZi}', + '{jz.jiChou}', + '{jz.gengYin}', + '{jz.xinMao}', + '{jz.renChen}', + '{jz.guiSi}', + '{jz.jiaWu}', + '{jz.yiWei}', + '{jz.bingShen}', + '{jz.dingYou}', + '{jz.wuXu}', + '{jz.jiHai}', + '{jz.gengZi}', + '{jz.xinChou}', + '{jz.renYin}', + '{jz.guiMao}', + '{jz.jiaChen}', + '{jz.yiSi}', + '{jz.bingWu}', + '{jz.dingWei}', + '{jz.wuShen}', + '{jz.jiYou}', + '{jz.gengXu}', + '{jz.xinHai}', + '{jz.renZi}', + '{jz.guiChou}', + '{jz.jiaYin}', + '{jz.yiMao}', + '{jz.bingChen}', + '{jz.dingSi}', + '{jz.wuWu}', + '{jz.jiWei}', + '{jz.gengShen}', + '{jz.xinYou}', + '{jz.renXu}', + '{jz.guiHai}' + ], + TIAN_SHEN:['', '{sn.qingLong}', '{sn.mingTang}', '{sn.tianXing}', '{sn.zhuQue}', '{sn.jinKui}', '{sn.tianDe}', '{sn.baiHu}', '{sn.yuTang}', '{sn.tianLao}', '{sn.xuanWu}', '{sn.siMing}', '{sn.gouChen}'], + ZHI_TIAN_SHEN_OFFSET: { + '{dz.zi}': 4, + '{dz.chou}': 2, + '{dz.yin}': 0, + '{dz.mao}': 10, + '{dz.chen}': 8, + '{dz.si}': 6, + '{dz.wu}': 4, + '{dz.wei}': 2, + '{dz.shen}': 0, + '{dz.you}': 10, + '{dz.xu}': 8, + '{dz.hai}': 6 + }, + TIAN_SHEN_TYPE: { + '{sn.qingLong}': '{s.huangDao}', + '{sn.mingTang}': '{s.huangDao}', + '{sn.jinKui}': '{s.huangDao}', + '{sn.tianDe}': '{s.huangDao}', + '{sn.yuTang}': '{s.huangDao}', + '{sn.siMing}': '{s.huangDao}', + '{sn.tianXing}': '{s.heiDao}', + '{sn.zhuQue}': '{s.heiDao}', + '{sn.baiHu}': '{s.heiDao}', + '{sn.tianLao}': '{s.heiDao}', + '{sn.xuanWu}': '{s.heiDao}', + '{sn.gouChen}': '{s.heiDao}' + }, + TIAN_SHEN_TYPE_LUCK:{ + '{s.huangDao}': '{s.goodLuck}', + '{s.heiDao}': '{s.badLuck}' + }, + PENGZU_GAN:['', '{tg.jia}不开仓财物耗散', '{tg.yi}不栽植千株不长', '{tg.bing}不修灶必见灾殃', '{tg.ding}不剃头头必生疮', '{tg.wu}不受田田主不祥', '{tg.ji}不破券二比并亡', '{tg.geng}不经络织机虚张', '{tg.xin}不合酱主人不尝', '{tg.ren}不泱水更难提防', '{tg.gui}不词讼理弱敌强'], + PENGZU_ZHI:['', '{dz.zi}不问卜自惹祸殃', '{dz.chou}不冠带主不还乡', '{dz.yin}不祭祀神鬼不尝', '{dz.mao}不穿井水泉不香', '{dz.chen}不哭泣必主重丧', '{dz.si}不远行财物伏藏', '{dz.wu}不苫盖屋主更张', '{dz.wei}不服药毒气入肠', '{dz.shen}不安床鬼祟入房', '{dz.you}不会客醉坐颠狂', '{dz.xu}不吃犬作怪上床', '{dz.hai}不嫁娶不利新郎'], + NUMBER:['{n.zero}', '{n.one}', '{n.two}', '{n.three}', '{n.four}', '{n.five}', '{n.six}', '{n.seven}', '{n.eight}', '{n.nine}', '{n.ten}', '{n.eleven}', '{n.twelve}'], + MONTH:[ + '', + '{m.one}', + '{m.two}', + '{m.three}', + '{m.four}', + '{m.five}', + '{m.six}', + '{m.seven}', + '{m.eight}', + '{m.nine}', + '{m.ten}', + '{m.eleven}', + '{m.twelve}' + ], + SEASON:[ + '', + '{od.first}{sz.chun}', + '{od.second}{sz.chun}', + '{od.third}{sz.chun}', + '{od.first}{sz.xia}', + '{od.second}{sz.xia}', + '{od.third}{sz.xia}', + '{od.first}{sz.qiu}', + '{od.second}{sz.qiu}', + '{od.third}{sz.qiu}', + '{od.first}{sz.dong}', + '{od.second}{sz.dong}', + '{od.third}{sz.dong}' + ], + SHENGXIAO:['', '{sx.rat}', '{sx.ox}', '{sx.tiger}', '{sx.rabbit}', '{sx.dragon}', '{sx.snake}', '{sx.horse}', '{sx.goat}', '{sx.monkey}', '{sx.rooster}', '{sx.dog}', '{sx.pig}'], + DAY:[ + '', + '{d.one}', + '{d.two}', + '{d.three}', + '{d.four}', + '{d.five}', + '{d.six}', + '{d.seven}', + '{d.eight}', + '{d.nine}', + '{d.ten}', + '{d.eleven}', + '{d.twelve}', + '{d.thirteen}', + '{d.fourteen}', + '{d.fifteen}', + '{d.sixteen}', + '{d.seventeen}', + '{d.eighteen}', + '{d.nighteen}', + '{d.twenty}', + '{d.twentyOne}', + '{d.twentyTwo}', + '{d.twentyThree}', + '{d.twentyFour}', + '{d.twentyFive}', + '{d.twentySix}', + '{d.twentySeven}', + '{d.twentyEight}', + '{d.twentyNine}', + '{d.thirty}' + ], + YUE_XIANG:[ + '', + '{yx.shuo}', + '{yx.jiShuo}', + '{yx.eMeiXin}', + '{yx.eMeiXin}', + '{yx.eMei}', + '{yx.xi}', + '{yx.shangXian}', + '{yx.shangXian}', + '{yx.jiuYe}', + '{yx.night}', + '{yx.night}', + '{yx.night}', + '{yx.jianYingTu}', + '{yx.xiaoWang}', + '{yx.wang}', + '{yx.jiWang}', + '{yx.liDai}', + '{yx.juDai}', + '{yx.qinDai}', + '{yx.gengDai}', + '{yx.jianKuiTu}', + '{yx.xiaXian}', + '{yx.xiaXian}', + '{yx.youMing}', + '{yx.youMing}', + '{yx.eMeiCan}', + '{yx.eMeiCan}', + '{yx.can}', + '{yx.xiao}', + '{yx.hui}' + ], + XIU: { + '{dz.shen}1': '{xx.bi}', + '{dz.shen}2': '{xx.yi}', + '{dz.shen}3': '{xx.ji}', + '{dz.shen}4': '{xx.kui}', + '{dz.shen}5': '{xx.gui}', + '{dz.shen}6': '{xx.di}', + '{dz.shen}0': '{xx.xu}', + '{dz.zi}1': '{xx.bi}', + '{dz.zi}2': '{xx.yi}', + '{dz.zi}3': '{xx.ji}', + '{dz.zi}4': '{xx.kui}', + '{dz.zi}5': '{xx.gui}', + '{dz.zi}6': '{xx.di}', + '{dz.zi}0': '{xx.xu}', + '{dz.chen}1': '{xx.bi}', + '{dz.chen}2': '{xx.yi}', + '{dz.chen}3': '{xx.ji}', + '{dz.chen}4': '{xx.kui}', + '{dz.chen}5': '{xx.gui}', + '{dz.chen}6': '{xx.di}', + '{dz.chen}0': '{xx.xu}', + '{dz.si}1': '{xx.wei}', + '{dz.si}2': '{xx.zi}', + '{dz.si}3': '{xx.zhen}', + '{dz.si}4': '{xx.dou}', + '{dz.si}5': '{xx.lou}', + '{dz.si}6': '{xx.liu}', + '{dz.si}0': '{xx.fang}', + '{dz.you}1': '{xx.wei}', + '{dz.you}2': '{xx.zi}', + '{dz.you}3': '{xx.zhen}', + '{dz.you}4': '{xx.dou}', + '{dz.you}5': '{xx.lou}', + '{dz.you}6': '{xx.liu}', + '{dz.you}0': '{xx.fang}', + '{dz.chou}1': '{xx.wei}', + '{dz.chou}2': '{xx.zi}', + '{dz.chou}3': '{xx.zhen}', + '{dz.chou}4': '{xx.dou}', + '{dz.chou}5': '{xx.lou}', + '{dz.chou}6': '{xx.liu}', + '{dz.chou}0': '{xx.fang}', + '{dz.yin}1': '{xx.xin}', + '{dz.yin}2': '{xx.shi}', + '{dz.yin}3': '{xx.can}', + '{dz.yin}4': '{xx.jiao}', + '{dz.yin}5': '{xx.niu}', + '{dz.yin}6': '{xx.vei}', + '{dz.yin}0': '{xx.xing}', + '{dz.wu}1': '{xx.xin}', + '{dz.wu}2': '{xx.shi}', + '{dz.wu}3': '{xx.can}', + '{dz.wu}4': '{xx.jiao}', + '{dz.wu}5': '{xx.niu}', + '{dz.wu}6': '{xx.vei}', + '{dz.wu}0': '{xx.xing}', + '{dz.xu}1': '{xx.xin}', + '{dz.xu}2': '{xx.shi}', + '{dz.xu}3': '{xx.can}', + '{dz.xu}4': '{xx.jiao}', + '{dz.xu}5': '{xx.niu}', + '{dz.xu}6': '{xx.vei}', + '{dz.xu}0': '{xx.xing}', + '{dz.hai}1': '{xx.zhang}', + '{dz.hai}2': '{xx.tail}', + '{dz.hai}3': '{xx.qiang}', + '{dz.hai}4': '{xx.jing}', + '{dz.hai}5': '{xx.kang}', + '{dz.hai}6': '{xx.nv}', + '{dz.hai}0': '{xx.mao}', + '{dz.mao}1': '{xx.zhang}', + '{dz.mao}2': '{xx.tail}', + '{dz.mao}3': '{xx.qiang}', + '{dz.mao}4': '{xx.jing}', + '{dz.mao}5': '{xx.kang}', + '{dz.mao}6': '{xx.nv}', + '{dz.mao}0': '{xx.mao}', + '{dz.wei}1': '{xx.zhang}', + '{dz.wei}2': '{xx.tail}', + '{dz.wei}3': '{xx.qiang}', + '{dz.wei}4': '{xx.jing}', + '{dz.wei}5': '{xx.kang}', + '{dz.wei}6': '{xx.nv}', + '{dz.wei}0': '{xx.mao}' + }, + XIU_LUCK:{ + '{xx.jiao}': '{s.goodLuck}', + '{xx.kang}': '{s.badLuck}', + '{xx.di}': '{s.badLuck}', + '{xx.fang}': '{s.goodLuck}', + '{xx.xin}': '{s.badLuck}', + '{xx.tail}': '{s.goodLuck}', + '{xx.ji}': '{s.goodLuck}', + '{xx.dou}': '{s.goodLuck}', + '{xx.niu}': '{s.badLuck}', + '{xx.nv}': '{s.badLuck}', + '{xx.xu}': '{s.badLuck}', + '{xx.wei}': '{s.badLuck}', + '{xx.shi}': '{s.goodLuck}', + '{xx.qiang}': '{s.goodLuck}', + '{xx.kui}': '{s.badLuck}', + '{xx.lou}': '{s.goodLuck}', + '{xx.vei}': '{s.goodLuck}', + '{xx.mao}': '{s.badLuck}', + '{xx.bi}': '{s.goodLuck}', + '{xx.zi}': '{s.badLuck}', + '{xx.can}': '{s.goodLuck}', + '{xx.jing}': '{s.goodLuck}', + '{xx.gui}': '{s.badLuck}', + '{xx.liu}': '{s.badLuck}', + '{xx.xing}': '{s.badLuck}', + '{xx.zhang}': '{s.goodLuck}', + '{xx.yi}': '{s.badLuck}', + '{xx.zhen}': '{s.goodLuck}' + }, + XIU_SONG:{ + '{xx.jiao}': '角星造作主荣昌,外进田财及女郎,嫁娶婚姻出贵子,文人及第见君王,惟有埋葬不可用,三年之后主瘟疫,起工修筑坟基地,堂前立见主人凶。', + '{xx.kang}': '亢星造作长房当,十日之中主有殃,田地消磨官失职,接运定是虎狼伤,嫁娶婚姻用此日,儿孙新妇守空房,埋葬若还用此日,当时害祸主重伤。', + '{xx.di}': '氐星造作主灾凶,费尽田园仓库空,埋葬不可用此日,悬绳吊颈祸重重,若是婚姻离别散,夜招浪子入房中,行船必定遭沉没,更生聋哑子孙穷。', + '{xx.fang}': '房星造作田园进,钱财牛马遍山岗,更招外处田庄宅,荣华富贵福禄康,埋葬若然用此日,高官进职拜君王,嫁娶嫦娥至月殿,三年抱子至朝堂。', + '{xx.xin}': '心星造作大为凶,更遭刑讼狱囚中,忤逆官非宅产退,埋葬卒暴死相从,婚姻若是用此日,子死儿亡泪满胸,三年之内连遭祸,事事教君没始终。', + '{xx.tail}': '尾星造作主天恩,富贵荣华福禄增,招财进宝兴家宅,和合婚姻贵子孙,埋葬若能依此日,男清女正子孙兴,开门放水招田宅,代代公侯远播名。', + '{xx.ji}': '箕星造作主高强,岁岁年年大吉昌,埋葬修坟大吉利,田蚕牛马遍山岗,开门放水招田宅,箧满金银谷满仓,福荫高官加禄位,六亲丰禄乐安康。', + '{xx.dou}': '斗星造作主招财,文武官员位鼎台,田宅家财千万进,坟堂修筑贵富来,开门放水招牛马,旺蚕男女主和谐,遇此吉宿来照护,时支福庆永无灾。', + '{xx.niu}': '牛星造作主灾危,九横三灾不可推,家宅不安人口退,田蚕不利主人衰,嫁娶婚姻皆自损,金银财谷渐无之,若是开门并放水,牛猪羊马亦伤悲。', + '{xx.nv}': '女星造作损婆娘,兄弟相嫌似虎狼,埋葬生灾逢鬼怪,颠邪疾病主瘟惶,为事遭官财失散,泻利留连不可当,开门放水用此日,全家财散主离乡。', + '{xx.xu}': '虚星造作主灾殃,男女孤眠不一双,内乱风声无礼节,儿孙媳妇伴人床,开门放水遭灾祸,虎咬蛇伤又卒亡,三三五五连年病,家破人亡不可当。', + '{xx.wei}': '危星不可造高楼,自遭刑吊见血光,三年孩子遭水厄,后生出外永不还,埋葬若还逢此日,周年百日取高堂,三年两载一悲伤,开门放水到官堂。', + '{xx.shi}': '室星修造进田牛,儿孙代代近王侯,家贵荣华天上至,寿如彭祖八千秋,开门放水招财帛,和合婚姻生贵儿,埋葬若能依此日,门庭兴旺福无休。', + '{xx.qiang}': '壁星造作主增财,丝蚕大熟福滔天,奴婢自来人口进,开门放水出英贤,埋葬招财官品进,家中诸事乐陶然,婚姻吉利主贵子,早播名誉著祖鞭。', + '{xx.kui}': '奎星造作得祯祥,家内荣和大吉昌,若是埋葬阴卒死,当年定主两三伤,看看军令刑伤到,重重官事主瘟惶,开门放水遭灾祸,三年两次损儿郎。', + '{xx.lou}': '娄星修造起门庭,财旺家和事事兴,外进钱财百日进,一家兄弟播高名,婚姻进益生贵子,玉帛金银箱满盈,放水开门皆吉利,男荣女贵寿康宁。', + '{xx.vei}': '胃星造作事如何,家贵荣华喜气多,埋葬贵临官禄位,夫妇齐眉永保康,婚姻遇此家富贵,三灾九祸不逢他,从此门前多吉庆,儿孙代代拜金阶。', + '{xx.mao}': '昴星造作进田牛,埋葬官灾不得休,重丧二日三人死,尽卖田园不记增,开门放水招灾祸,三岁孩儿白了头,婚姻不可逢此日,死别生离是可愁。', + '{xx.bi}': '毕星造作主光前,买得田园有余钱,埋葬此日添官职,田蚕大熟永丰年,开门放水多吉庆,合家人口得安然,婚姻若得逢此日,生得孩儿福寿全。', + '{xx.zi}': '觜星造作有徒刑,三年必定主伶丁,埋葬卒死多因此,取定寅年使杀人,三丧不止皆由此,一人药毒二人身,家门田地皆退败,仓库金银化作尘。', + '{xx.can}': '参星造作旺人家,文星照耀大光华,只因造作田财旺,埋葬招疾哭黄沙,开门放水加官职,房房子孙见田加,婚姻许遁遭刑克,男女朝开幕落花。', + '{xx.jing}': '井星造作旺蚕田,金榜题名第一光,埋葬须防惊卒死,狂颠风疾入黄泉,开门放水招财帛,牛马猪羊旺莫言,贵人田塘来入宅,儿孙兴旺有余钱。', + '{xx.gui}': '鬼星起造卒人亡,堂前不见主人郎,埋葬此日官禄至,儿孙代代近君王,开门放水须伤死,嫁娶夫妻不久长,修土筑墙伤产女,手扶双女泪汪汪。', + '{xx.liu}': '柳星造作主遭官,昼夜偷闭不暂安,埋葬瘟惶多疾病,田园退尽守冬寒,开门放水遭聋瞎,腰驼背曲似弓弯,更有棒刑宜谨慎,妇人随客走盘桓。', + '{xx.xing}': '星宿日好造新房,进职加官近帝王,不可埋葬并放水,凶星临位女人亡,生离死别无心恋,要自归休别嫁郎,孔子九曲殊难度,放水开门天命伤。', + '{xx.zhang}': '张星日好造龙轩,年年并见进庄田,埋葬不久升官职,代代为官近帝前,开门放水招财帛,婚姻和合福绵绵,田蚕人满仓库满,百般顺意自安然。', + '{xx.yi}': '翼星不利架高堂,三年二载见瘟惶,埋葬若还逢此日,子孙必定走他乡,婚姻此日不宜利,归家定是不相当,开门放水家须破,少女恋花贪外郎。', + '{xx.zhen}': '轸星临水造龙宫,代代为官受皇封,富贵荣华增寿禄,库满仓盈自昌隆,埋葬文昌来照助,宅舍安宁不见凶,更有为官沾帝宠,婚姻龙子入龙宫。' + }, + ZHENG:{ + '{xx.jiao}': '{wx.mu}', + '{xx.jing}': '{wx.mu}', + '{xx.kui}': '{wx.mu}', + '{xx.dou}': '{wx.mu}', + '{xx.kang}': '{wx.jin}', + '{xx.gui}': '{wx.jin}', + '{xx.lou}': '{wx.jin}', + '{xx.niu}': '{wx.jin}', + '{xx.di}': '{wx.tu}', + '{xx.liu}': '{wx.tu}', + '{xx.vei}': '{wx.tu}', + '{xx.nv}': '{wx.tu}', + '{xx.fang}': '{wx.ri}', + '{xx.xing}': '{wx.ri}', + '{xx.mao}': '{wx.ri}', + '{xx.xu}': '{wx.ri}', + '{xx.xin}': '{wx.yue}', + '{xx.zhang}': '{wx.yue}', + '{xx.bi}': '{wx.yue}', + '{xx.wei}': '{wx.yue}', + '{xx.tail}': '{wx.huo}', + '{xx.yi}': '{wx.huo}', + '{xx.zi}': '{wx.huo}', + '{xx.shi}': '{wx.huo}', + '{xx.ji}': '{wx.shui}', + '{xx.zhen}': '{wx.shui}', + '{xx.can}': '{wx.shui}', + '{xx.qiang}': '{wx.shui}' + }, + ANIMAL:{ + '{xx.jiao}': '{dw.jiao}', + '{xx.dou}': '{dw.xie}', + '{xx.kui}': '{dw.lang}', + '{xx.jing}': '{dw.han}', + '{xx.kang}': '{dw.long}', + '{xx.niu}': '{dw.niu}', + '{xx.lou}': '{dw.gou}', + '{xx.gui}': '{dw.yang}', + '{xx.nv}': '{dw.fu}', + '{xx.di}': '{dw.he}', + '{xx.vei}': '{dw.zhi}', + '{xx.liu}': '{dw.zhang}', + '{xx.fang}': '{dw.tu}', + '{xx.xu}': '{dw.shu}', + '{xx.mao}': '{dw.ji}', + '{xx.xing}': '{dw.ma}', + '{xx.xin}': '{dw.huLi}', + '{xx.wei}': '{dw.yan}', + '{xx.bi}': '{dw.wu}', + '{xx.zhang}': '{dw.lu}', + '{xx.tail}': '{dw.hu}', + '{xx.shi}': '{dw.zhu}', + '{xx.zi}': '{dw.hou}', + '{xx.yi}': '{dw.she}', + '{xx.ji}': '{dw.bao}', + '{xx.qiang}': '{dw.xu}', + '{xx.can}': '{dw.yuan}', + '{xx.zhen}': '{dw.yin}' + }, + GONG:{ + '{xx.jiao}': '{ps.dong}', + '{xx.jing}': '{ps.nan}', + '{xx.kui}': '{ps.xi}', + '{xx.dou}': '{ps.bei}', + '{xx.kang}': '{ps.dong}', + '{xx.gui}': '{ps.nan}', + '{xx.lou}': '{ps.xi}', + '{xx.niu}': '{ps.bei}', + '{xx.di}': '{ps.dong}', + '{xx.liu}': '{ps.nan}', + '{xx.vei}': '{ps.xi}', + '{xx.nv}': '{ps.bei}', + '{xx.fang}': '{ps.dong}', + '{xx.xing}': '{ps.nan}', + '{xx.mao}': '{ps.xi}', + '{xx.xu}': '{ps.bei}', + '{xx.xin}': '{ps.dong}', + '{xx.zhang}': '{ps.nan}', + '{xx.bi}': '{ps.xi}', + '{xx.wei}': '{ps.bei}', + '{xx.tail}': '{ps.dong}', + '{xx.yi}': '{ps.nan}', + '{xx.zi}': '{ps.xi}', + '{xx.shi}': '{ps.bei}', + '{xx.ji}': '{ps.dong}', + '{xx.zhen}': '{ps.nan}', + '{xx.can}': '{ps.xi}', + '{xx.qiang}': '{ps.bei}' + }, + SHOU:{ + '{ps.dong}':'{sn.qingLong}', + '{ps.nan}':'{sn.zhuQue}', + '{ps.xi}':'{sn.baiHu}', + '{ps.bei}':'{sn.xuanWu}' + }, + FESTIVAL:{ + '1-1':'{jr.chunJie}', + '1-15':'{jr.yuanXiao}', + '2-2':'{jr.longTou}', + '5-5':'{jr.duanWu}', + '7-7':'{jr.qiXi}', + '8-15':'{jr.zhongQiu}', + '9-9':'{jr.chongYang}', + '12-8':'{jr.laBa}' + }, + OTHER_FESTIVAL:{'1-4':['接神日'],'1-5':['隔开日'],'1-7':['人日'],'1-8':['谷日','顺星节'],'1-9':['天日'],'1-10':['地日'],'1-20':['天穿节'],'1-25':['填仓节'],'1-30':['正月晦'],'2-1':['中和节'],'2-2':['社日节'],'3-3':['上巳节'],'5-20':['分龙节'],'5-25':['会龙节'],'6-6':['天贶节'],'6-24':['观莲节'],'6-25':['五谷母节'],'7-14':['中元节'],'7-22':['财神节'],'7-29':['地藏节'],'8-1':['天灸日'],'10-1':['寒衣节'],'10-10':['十成节'],'10-15':['下元节'],'12-7':['驱傩日'],'12-16':['尾牙'],'12-24':['祭灶日']}, + CHONG:['{dz.wu}', '{dz.wei}', '{dz.shen}', '{dz.you}', '{dz.xu}', '{dz.hai}', '{dz.zi}', '{dz.chou}', '{dz.yin}', '{dz.mao}', '{dz.chen}', '{dz.si}'], + CHONG_GAN:['{tg.wu}', '{tg.ji}', '{tg.geng}', '{tg.xin}', '{tg.ren}', '{tg.gui}', '{tg.jia}', '{tg.yi}', '{tg.bing}', '{tg.ding}'], + CHONG_GAN_TIE:['{tg.ji}', '{tg.wu}', '{tg.xin}', '{tg.geng}', '{tg.gui}', '{tg.ren}', '{tg.yi}', '{tg.jia}', '{tg.ding}', '{tg.bing}'], + CHONG_GAN_4:['{tg.geng}', '{tg.xin}', '{tg.ren}', '{tg.gui}', '', '', '{tg.jia}', '{tg.yi}', '{tg.bing}', '{tg.ding}'], + HE_GAN_5:['{tg.ji}', '{tg.geng}', '{tg.xin}', '{tg.ren}', '{tg.gui}', '{tg.jia}', '{tg.yi}', '{tg.bing}', '{tg.ding}', '{tg.wu}'], + HE_ZHI_6:['{dz.chou}', '{dz.zi}', '{dz.hai}', '{dz.xu}', '{dz.you}', '{dz.shen}', '{dz.wei}', '{dz.wu}', '{dz.si}', '{dz.chen}', '{dz.mao}', '{dz.yin}'], + SHA:{ + '{dz.zi}':'{ps.nan}', + '{dz.chou}':'{ps.dong}', + '{dz.yin}':'{ps.bei}', + '{dz.mao}':'{ps.xi}', + '{dz.chen}':'{ps.nan}', + '{dz.si}':'{ps.dong}', + '{dz.wu}':'{ps.bei}', + '{dz.wei}':'{ps.xi}', + '{dz.shen}':'{ps.nan}', + '{dz.you}':'{ps.dong}', + '{dz.xu}':'{ps.bei}', + '{dz.hai}':'{ps.xi}' + }, + POSITION_DESC:{ + '{bg.kan}':'{ps.zhengBei}', + '{bg.gen}':'{ps.dongBei}', + '{bg.zhen}':'{ps.zhengDong}', + '{bg.xun}':'{ps.dongNan}', + '{bg.li}':'{ps.zhengNan}', + '{bg.kun}':'{ps.xiNan}', + '{bg.dui}':'{ps.zhengXi}', + '{bg.qian}':'{ps.xiBei}', + '{ps.center}':'{ps.zhong}' + }, + NAYIN:{ + '{jz.jiaZi}': '{ny.haiZhong}{wx.jin}', + '{jz.jiaWu}': '{ny.shaZhong}{wx.jin}', + '{jz.bingYin}': '{ny.luZhong}{wx.huo}', + '{jz.bingShen}': '{ny.shanXia}{wx.huo}', + '{jz.wuChen}': '{ny.daLin}{wx.mu}', + '{jz.wuXu}': '{ny.pingDi}{wx.mu}', + '{jz.gengWu}': '{ny.luPang}{wx.tu}', + '{jz.gengZi}': '{ny.biShang}{wx.tu}', + '{jz.renShen}': '{ny.jianFeng}{wx.jin}', + '{jz.renYin}': '{ny.jinBo}{wx.jin}', + '{jz.jiaXu}': '{ny.shanTou}{wx.huo}', + '{jz.jiaChen}': '{ny.fuDeng}{wx.huo}', + '{jz.bingZi}': '{ny.jianXia}{wx.shui}', + '{jz.bingWu}': '{ny.tianHe}{wx.shui}', + '{jz.wuYin}': '{ny.chengTou}{wx.tu}', + '{jz.wuShen}': '{ny.daYi}{wx.tu}', + '{jz.gengChen}': '{ny.baiLa}{wx.jin}', + '{jz.gengXu}': '{ny.chaiChuan}{wx.jin}', + '{jz.renWu}': '{ny.yangLiu}{wx.mu}', + '{jz.renZi}': '{ny.sangZhe}{wx.mu}', + '{jz.jiaShen}': '{ny.quanZhong}{wx.shui}', + '{jz.jiaYin}': '{ny.daXi}{wx.shui}', + '{jz.bingXu}': '{ny.wuShang}{wx.tu}', + '{jz.bingChen}': '{ny.shaZhong}{wx.tu}', + '{jz.wuZi}': '{ny.piLi}{wx.huo}', + '{jz.wuWu}': '{ny.tianShang}{wx.huo}', + '{jz.gengYin}': '{ny.songBo}{wx.mu}', + '{jz.gengShen}': '{ny.shiLiu}{wx.mu}', + '{jz.renChen}': '{ny.changLiu}{wx.shui}', + '{jz.renXu}': '{ny.daHai}{wx.shui}', + '{jz.yiChou}': '{ny.haiZhong}{wx.jin}', + '{jz.yiWei}': '{ny.shaZhong}{wx.jin}', + '{jz.dingMao}': '{ny.luZhong}{wx.huo}', + '{jz.dingYou}': '{ny.shanXia}{wx.huo}', + '{jz.jiSi}': '{ny.daLin}{wx.mu}', + '{jz.jiHai}': '{ny.pingDi}{wx.mu}', + '{jz.xinWei}': '{ny.luPang}{wx.tu}', + '{jz.xinChou}': '{ny.biShang}{wx.tu}', + '{jz.guiYou}': '{ny.jianFeng}{wx.jin}', + '{jz.guiMao}': '{ny.jinBo}{wx.jin}', + '{jz.yiHai}': '{ny.shanTou}{wx.huo}', + '{jz.yiSi}': '{ny.fuDeng}{wx.huo}', + '{jz.dingChou}': '{ny.jianXia}{wx.shui}', + '{jz.dingWei}': '{ny.tianHe}{wx.shui}', + '{jz.jiMao}': '{ny.chengTou}{wx.tu}', + '{jz.jiYou}': '{ny.daYi}{wx.tu}', + '{jz.xinSi}': '{ny.baiLa}{wx.jin}', + '{jz.xinHai}': '{ny.chaiChuan}{wx.jin}', + '{jz.guiWei}': '{ny.yangLiu}{wx.mu}', + '{jz.guiChou}': '{ny.sangZhe}{wx.mu}', + '{jz.yiYou}': '{ny.quanZhong}{wx.shui}', + '{jz.yiMao}': '{ny.daXi}{wx.shui}', + '{jz.dingHai}': '{ny.wuShang}{wx.tu}', + '{jz.dingSi}': '{ny.shaZhong}{wx.tu}', + '{jz.jiChou}': '{ny.piLi}{wx.huo}', + '{jz.jiWei}': '{ny.tianShang}{wx.huo}', + '{jz.xinMao}': '{ny.songBo}{wx.mu}', + '{jz.xinYou}': '{ny.shiLiu}{wx.mu}', + '{jz.guiSi}': '{ny.changLiu}{wx.shui}', + '{jz.guiHai}': '{ny.daHai}{wx.shui}' + }, + WU_XING_GAN:{ + '{tg.jia}':'{wx.mu}', + '{tg.yi}':'{wx.mu}', + '{tg.bing}':'{wx.huo}', + '{tg.ding}':'{wx.huo}', + '{tg.wu}':'{wx.tu}', + '{tg.ji}':'{wx.tu}', + '{tg.geng}':'{wx.jin}', + '{tg.xin}':'{wx.jin}', + '{tg.ren}':'{wx.shui}', + '{tg.gui}':'{wx.shui}' + }, + WU_XING_ZHI:{ + '{dz.yin}':'{wx.mu}', + '{dz.mao}':'{wx.mu}', + '{dz.si}':'{wx.huo}', + '{dz.wu}':'{wx.huo}', + '{dz.chen}':'{wx.tu}', + '{dz.chou}':'{wx.tu}', + '{dz.xu}':'{wx.tu}', + '{dz.wei}':'{wx.tu}', + '{dz.shen}':'{wx.jin}', + '{dz.you}':'{wx.jin}', + '{dz.hai}':'{wx.shui}', + '{dz.zi}':'{wx.shui}' + }, + SHI_SHEN_GAN:{ + '{tg.jia}{tg.jia}':'{ss.biJian}', + '{tg.jia}{tg.yi}':'{ss.jieCai}', + '{tg.jia}{tg.bing}':'{ss.shiShen}', + '{tg.jia}{tg.ding}':'{ss.shangGuan}', + '{tg.jia}{tg.wu}':'{ss.pianCai}', + '{tg.jia}{tg.ji}':'{ss.zhengCai}', + '{tg.jia}{tg.geng}':'{ss.qiSha}', + '{tg.jia}{tg.xin}':'{ss.zhengGuan}', + '{tg.jia}{tg.ren}':'{ss.pianYin}', + '{tg.jia}{tg.gui}':'{ss.zhengYin}', + '{tg.yi}{tg.yi}':'{ss.biJian}', + '{tg.yi}{tg.jia}':'{ss.jieCai}', + '{tg.yi}{tg.ding}':'{ss.shiShen}', + '{tg.yi}{tg.bing}':'{ss.shangGuan}', + '{tg.yi}{tg.ji}':'{ss.pianCai}', + '{tg.yi}{tg.wu}':'{ss.zhengCai}', + '{tg.yi}{tg.xin}':'{ss.qiSha}', + '{tg.yi}{tg.geng}':'{ss.zhengGuan}', + '{tg.yi}{tg.gui}':'{ss.pianYin}', + '{tg.yi}{tg.ren}':'{ss.zhengYin}', + '{tg.bing}{tg.bing}':'{ss.biJian}', + '{tg.bing}{tg.ding}':'{ss.jieCai}', + '{tg.bing}{tg.wu}':'{ss.shiShen}', + '{tg.bing}{tg.ji}':'{ss.shangGuan}', + '{tg.bing}{tg.geng}':'{ss.pianCai}', + '{tg.bing}{tg.xin}':'{ss.zhengCai}', + '{tg.bing}{tg.ren}':'{ss.qiSha}', + '{tg.bing}{tg.gui}':'{ss.zhengGuan}', + '{tg.bing}{tg.jia}':'{ss.pianYin}', + '{tg.bing}{tg.yi}':'{ss.zhengYin}', + '{tg.ding}{tg.ding}':'{ss.biJian}', + '{tg.ding}{tg.bing}':'{ss.jieCai}', + '{tg.ding}{tg.ji}':'{ss.shiShen}', + '{tg.ding}{tg.wu}':'{ss.shangGuan}', + '{tg.ding}{tg.xin}':'{ss.pianCai}', + '{tg.ding}{tg.geng}':'{ss.zhengCai}', + '{tg.ding}{tg.gui}':'{ss.qiSha}', + '{tg.ding}{tg.ren}':'{ss.zhengGuan}', + '{tg.ding}{tg.yi}':'{ss.pianYin}', + '{tg.ding}{tg.jia}':'{ss.zhengYin}', + '{tg.wu}{tg.wu}':'{ss.biJian}', + '{tg.wu}{tg.ji}':'{ss.jieCai}', + '{tg.wu}{tg.geng}':'{ss.shiShen}', + '{tg.wu}{tg.xin}':'{ss.shangGuan}', + '{tg.wu}{tg.ren}':'{ss.pianCai}', + '{tg.wu}{tg.gui}':'{ss.zhengCai}', + '{tg.wu}{tg.jia}':'{ss.qiSha}', + '{tg.wu}{tg.yi}':'{ss.zhengGuan}', + '{tg.wu}{tg.bing}':'{ss.pianYin}', + '{tg.wu}{tg.ding}':'{ss.zhengYin}', + '{tg.ji}{tg.ji}':'{ss.biJian}', + '{tg.ji}{tg.wu}':'{ss.jieCai}', + '{tg.ji}{tg.xin}':'{ss.shiShen}', + '{tg.ji}{tg.geng}':'{ss.shangGuan}', + '{tg.ji}{tg.gui}':'{ss.pianCai}', + '{tg.ji}{tg.ren}':'{ss.zhengCai}', + '{tg.ji}{tg.yi}':'{ss.qiSha}', + '{tg.ji}{tg.jia}':'{ss.zhengGuan}', + '{tg.ji}{tg.ding}':'{ss.pianYin}', + '{tg.ji}{tg.bing}':'{ss.zhengYin}', + '{tg.geng}{tg.geng}':'{ss.biJian}', + '{tg.geng}{tg.xin}':'{ss.jieCai}', + '{tg.geng}{tg.ren}':'{ss.shiShen}', + '{tg.geng}{tg.gui}':'{ss.shangGuan}', + '{tg.geng}{tg.jia}':'{ss.pianCai}', + '{tg.geng}{tg.yi}':'{ss.zhengCai}', + '{tg.geng}{tg.bing}':'{ss.qiSha}', + '{tg.geng}{tg.ding}':'{ss.zhengGuan}', + '{tg.geng}{tg.wu}':'{ss.pianYin}', + '{tg.geng}{tg.ji}':'{ss.zhengYin}', + '{tg.xin}{tg.xin}':'{ss.biJian}', + '{tg.xin}{tg.geng}':'{ss.jieCai}', + '{tg.xin}{tg.gui}':'{ss.shiShen}', + '{tg.xin}{tg.ren}':'{ss.shangGuan}', + '{tg.xin}{tg.yi}':'{ss.pianCai}', + '{tg.xin}{tg.jia}':'{ss.zhengCai}', + '{tg.xin}{tg.ding}':'{ss.qiSha}', + '{tg.xin}{tg.bing}':'{ss.zhengGuan}', + '{tg.xin}{tg.ji}':'{ss.pianYin}', + '{tg.xin}{tg.wu}':'{ss.zhengYin}', + '{tg.ren}{tg.ren}':'{ss.biJian}', + '{tg.ren}{tg.gui}':'{ss.jieCai}', + '{tg.ren}{tg.jia}':'{ss.shiShen}', + '{tg.ren}{tg.yi}':'{ss.shangGuan}', + '{tg.ren}{tg.bing}':'{ss.pianCai}', + '{tg.ren}{tg.ding}':'{ss.zhengCai}', + '{tg.ren}{tg.wu}':'{ss.qiSha}', + '{tg.ren}{tg.ji}':'{ss.zhengGuan}', + '{tg.ren}{tg.geng}':'{ss.pianYin}', + '{tg.ren}{tg.xin}':'{ss.zhengYin}', + '{tg.gui}{tg.gui}':'{ss.biJian}', + '{tg.gui}{tg.ren}':'{ss.jieCai}', + '{tg.gui}{tg.yi}':'{ss.shiShen}', + '{tg.gui}{tg.jia}':'{ss.shangGuan}', + '{tg.gui}{tg.ding}':'{ss.pianCai}', + '{tg.gui}{tg.bing}':'{ss.zhengCai}', + '{tg.gui}{tg.ji}':'{ss.qiSha}', + '{tg.gui}{tg.wu}':'{ss.zhengGuan}', + '{tg.gui}{tg.xin}':'{ss.pianYin}', + '{tg.gui}{tg.geng}':'{ss.zhengYin}' + }, + SHI_SHEN_ZHI:{ + '{tg.jia}{dz.zi}{tg.gui}':'{ss.zhengYin}', + '{tg.jia}{dz.chou}{tg.gui}':'{ss.zhengYin}', + '{tg.jia}{dz.chou}{tg.ji}':'{ss.zhengCai}', + '{tg.jia}{dz.chou}{tg.xin}':'{ss.zhengGuan}', + '{tg.jia}{dz.yin}{tg.bing}':'{ss.shiShen}', + '{tg.jia}{dz.yin}{tg.jia}':'{ss.biJian}', + '{tg.jia}{dz.yin}{tg.wu}':'{ss.pianCai}', + '{tg.jia}{dz.mao}{tg.yi}':'{ss.jieCai}', + '{tg.jia}{dz.chen}{tg.yi}':'{ss.jieCai}', + '{tg.jia}{dz.chen}{tg.wu}':'{ss.pianCai}', + '{tg.jia}{dz.chen}{tg.gui}':'{ss.zhengYin}', + '{tg.jia}{dz.si}{tg.wu}':'{ss.pianCai}', + '{tg.jia}{dz.si}{tg.bing}':'{ss.shiShen}', + '{tg.jia}{dz.si}{tg.geng}':'{ss.qiSha}', + '{tg.jia}{dz.wu}{tg.ding}':'{ss.shangGuan}', + '{tg.jia}{dz.wu}{tg.ji}':'{ss.zhengCai}', + '{tg.jia}{dz.wei}{tg.yi}':'{ss.jieCai}', + '{tg.jia}{dz.wei}{tg.ji}':'{ss.zhengCai}', + '{tg.jia}{dz.wei}{tg.ding}':'{ss.shangGuan}', + '{tg.jia}{dz.shen}{tg.wu}':'{ss.pianCai}', + '{tg.jia}{dz.shen}{tg.geng}':'{ss.qiSha}', + '{tg.jia}{dz.shen}{tg.ren}':'{ss.pianYin}', + '{tg.jia}{dz.you}{tg.xin}':'{ss.zhengGuan}', + '{tg.jia}{dz.xu}{tg.xin}':'{ss.zhengGuan}', + '{tg.jia}{dz.xu}{tg.wu}':'{ss.pianCai}', + '{tg.jia}{dz.xu}{tg.ding}':'{ss.shangGuan}', + '{tg.jia}{dz.hai}{tg.ren}':'{ss.pianYin}', + '{tg.jia}{dz.hai}{tg.jia}':'{ss.biJian}', + '{tg.yi}{dz.zi}{tg.gui}':'{ss.pianYin}', + '{tg.yi}{dz.chou}{tg.gui}':'{ss.pianYin}', + '{tg.yi}{dz.chou}{tg.ji}':'{ss.pianCai}', + '{tg.yi}{dz.chou}{tg.xin}':'{ss.qiSha}', + '{tg.yi}{dz.yin}{tg.bing}':'{ss.shangGuan}', + '{tg.yi}{dz.yin}{tg.jia}':'{ss.jieCai}', + '{tg.yi}{dz.yin}{tg.wu}':'{ss.zhengCai}', + '{tg.yi}{dz.mao}{tg.yi}':'{ss.biJian}', + '{tg.yi}{dz.chen}{tg.yi}':'{ss.biJian}', + '{tg.yi}{dz.chen}{tg.wu}':'{ss.zhengCai}', + '{tg.yi}{dz.chen}{tg.gui}':'{ss.pianYin}', + '{tg.yi}{dz.si}{tg.wu}':'{ss.zhengCai}', + '{tg.yi}{dz.si}{tg.bing}':'{ss.shangGuan}', + '{tg.yi}{dz.si}{tg.geng}':'{ss.zhengGuan}', + '{tg.yi}{dz.wu}{tg.ding}':'{ss.shiShen}', + '{tg.yi}{dz.wu}{tg.ji}':'{ss.pianCai}', + '{tg.yi}{dz.wei}{tg.yi}':'{ss.biJian}', + '{tg.yi}{dz.wei}{tg.ji}':'{ss.pianCai}', + '{tg.yi}{dz.wei}{tg.ding}':'{ss.shiShen}', + '{tg.yi}{dz.shen}{tg.wu}':'{ss.zhengCai}', + '{tg.yi}{dz.shen}{tg.geng}':'{ss.zhengGuan}', + '{tg.yi}{dz.shen}{tg.ren}':'{ss.zhengYin}', + '{tg.yi}{dz.you}{tg.xin}':'{ss.qiSha}', + '{tg.yi}{dz.xu}{tg.xin}':'{ss.qiSha}', + '{tg.yi}{dz.xu}{tg.wu}':'{ss.zhengCai}', + '{tg.yi}{dz.xu}{tg.ding}':'{ss.shiShen}', + '{tg.yi}{dz.hai}{tg.ren}':'{ss.zhengYin}', + '{tg.yi}{dz.hai}{tg.jia}':'{ss.jieCai}', + '{tg.bing}{dz.zi}{tg.gui}':'{ss.zhengGuan}', + '{tg.bing}{dz.chou}{tg.gui}':'{ss.zhengGuan}', + '{tg.bing}{dz.chou}{tg.ji}':'{ss.shangGuan}', + '{tg.bing}{dz.chou}{tg.xin}':'{ss.zhengCai}', + '{tg.bing}{dz.yin}{tg.bing}':'{ss.biJian}', + '{tg.bing}{dz.yin}{tg.jia}':'{ss.pianYin}', + '{tg.bing}{dz.yin}{tg.wu}':'{ss.shiShen}', + '{tg.bing}{dz.mao}{tg.yi}':'{ss.zhengYin}', + '{tg.bing}{dz.chen}{tg.yi}':'{ss.zhengYin}', + '{tg.bing}{dz.chen}{tg.wu}':'{ss.shiShen}', + '{tg.bing}{dz.chen}{tg.gui}':'{ss.zhengGuan}', + '{tg.bing}{dz.si}{tg.wu}':'{ss.shiShen}', + '{tg.bing}{dz.si}{tg.bing}':'{ss.biJian}', + '{tg.bing}{dz.si}{tg.geng}':'{ss.pianCai}', + '{tg.bing}{dz.wu}{tg.ding}':'{ss.jieCai}', + '{tg.bing}{dz.wu}{tg.ji}':'{ss.shangGuan}', + '{tg.bing}{dz.wei}{tg.yi}':'{ss.zhengYin}', + '{tg.bing}{dz.wei}{tg.ji}':'{ss.shangGuan}', + '{tg.bing}{dz.wei}{tg.ding}':'{ss.jieCai}', + '{tg.bing}{dz.shen}{tg.wu}':'{ss.shiShen}', + '{tg.bing}{dz.shen}{tg.geng}':'{ss.pianCai}', + '{tg.bing}{dz.shen}{tg.ren}':'{ss.qiSha}', + '{tg.bing}{dz.you}{tg.xin}':'{ss.zhengCai}', + '{tg.bing}{dz.xu}{tg.xin}':'{ss.zhengCai}', + '{tg.bing}{dz.xu}{tg.wu}':'{ss.shiShen}', + '{tg.bing}{dz.xu}{tg.ding}':'{ss.jieCai}', + '{tg.bing}{dz.hai}{tg.ren}':'{ss.qiSha}', + '{tg.bing}{dz.hai}{tg.jia}':'{ss.pianYin}', + '{tg.ding}{dz.zi}{tg.gui}':'{ss.qiSha}', + '{tg.ding}{dz.chou}{tg.gui}':'{ss.qiSha}', + '{tg.ding}{dz.chou}{tg.ji}':'{ss.shiShen}', + '{tg.ding}{dz.chou}{tg.xin}':'{ss.pianCai}', + '{tg.ding}{dz.yin}{tg.bing}':'{ss.jieCai}', + '{tg.ding}{dz.yin}{tg.jia}':'{ss.zhengYin}', + '{tg.ding}{dz.yin}{tg.wu}':'{ss.shangGuan}', + '{tg.ding}{dz.mao}{tg.yi}':'{ss.pianYin}', + '{tg.ding}{dz.chen}{tg.yi}':'{ss.pianYin}', + '{tg.ding}{dz.chen}{tg.wu}':'{ss.shangGuan}', + '{tg.ding}{dz.chen}{tg.gui}':'{ss.qiSha}', + '{tg.ding}{dz.si}{tg.wu}':'{ss.shangGuan}', + '{tg.ding}{dz.si}{tg.bing}':'{ss.jieCai}', + '{tg.ding}{dz.si}{tg.geng}':'{ss.zhengCai}', + '{tg.ding}{dz.wu}{tg.ding}':'{ss.biJian}', + '{tg.ding}{dz.wu}{tg.ji}':'{ss.shiShen}', + '{tg.ding}{dz.wei}{tg.yi}':'{ss.pianYin}', + '{tg.ding}{dz.wei}{tg.ji}':'{ss.shiShen}', + '{tg.ding}{dz.wei}{tg.ding}':'{ss.biJian}', + '{tg.ding}{dz.shen}{tg.wu}':'{ss.shangGuan}', + '{tg.ding}{dz.shen}{tg.geng}':'{ss.zhengCai}', + '{tg.ding}{dz.shen}{tg.ren}':'{ss.zhengGuan}', + '{tg.ding}{dz.you}{tg.xin}':'{ss.pianCai}', + '{tg.ding}{dz.xu}{tg.xin}':'{ss.pianCai}', + '{tg.ding}{dz.xu}{tg.wu}':'{ss.shangGuan}', + '{tg.ding}{dz.xu}{tg.ding}':'{ss.biJian}', + '{tg.ding}{dz.hai}{tg.ren}':'{ss.zhengGuan}', + '{tg.ding}{dz.hai}{tg.jia}':'{ss.zhengYin}', + '{tg.wu}{dz.zi}{tg.gui}':'{ss.zhengCai}', + '{tg.wu}{dz.chou}{tg.gui}':'{ss.zhengCai}', + '{tg.wu}{dz.chou}{tg.ji}':'{ss.jieCai}', + '{tg.wu}{dz.chou}{tg.xin}':'{ss.shangGuan}', + '{tg.wu}{dz.yin}{tg.bing}':'{ss.pianYin}', + '{tg.wu}{dz.yin}{tg.jia}':'{ss.qiSha}', + '{tg.wu}{dz.yin}{tg.wu}':'{ss.biJian}', + '{tg.wu}{dz.mao}{tg.yi}':'{ss.zhengGuan}', + '{tg.wu}{dz.chen}{tg.yi}':'{ss.zhengGuan}', + '{tg.wu}{dz.chen}{tg.wu}':'{ss.biJian}', + '{tg.wu}{dz.chen}{tg.gui}':'{ss.zhengCai}', + '{tg.wu}{dz.si}{tg.wu}':'{ss.biJian}', + '{tg.wu}{dz.si}{tg.bing}':'{ss.pianYin}', + '{tg.wu}{dz.si}{tg.geng}':'{ss.shiShen}', + '{tg.wu}{dz.wu}{tg.ding}':'{ss.zhengYin}', + '{tg.wu}{dz.wu}{tg.ji}':'{ss.jieCai}', + '{tg.wu}{dz.wei}{tg.yi}':'{ss.zhengGuan}', + '{tg.wu}{dz.wei}{tg.ji}':'{ss.jieCai}', + '{tg.wu}{dz.wei}{tg.ding}':'{ss.zhengYin}', + '{tg.wu}{dz.shen}{tg.wu}':'{ss.biJian}', + '{tg.wu}{dz.shen}{tg.geng}':'{ss.shiShen}', + '{tg.wu}{dz.shen}{tg.ren}':'{ss.pianCai}', + '{tg.wu}{dz.you}{tg.xin}':'{ss.shangGuan}', + '{tg.wu}{dz.xu}{tg.xin}':'{ss.shangGuan}', + '{tg.wu}{dz.xu}{tg.wu}':'{ss.biJian}', + '{tg.wu}{dz.xu}{tg.ding}':'{ss.zhengYin}', + '{tg.wu}{dz.hai}{tg.ren}':'{ss.pianCai}', + '{tg.wu}{dz.hai}{tg.jia}':'{ss.qiSha}', + '{tg.ji}{dz.zi}{tg.gui}':'{ss.pianCai}', + '{tg.ji}{dz.chou}{tg.gui}':'{ss.pianCai}', + '{tg.ji}{dz.chou}{tg.ji}':'{ss.biJian}', + '{tg.ji}{dz.chou}{tg.xin}':'{ss.shiShen}', + '{tg.ji}{dz.yin}{tg.bing}':'{ss.zhengYin}', + '{tg.ji}{dz.yin}{tg.jia}':'{ss.zhengGuan}', + '{tg.ji}{dz.yin}{tg.wu}':'{ss.jieCai}', + '{tg.ji}{dz.mao}{tg.yi}':'{ss.qiSha}', + '{tg.ji}{dz.chen}{tg.yi}':'{ss.qiSha}', + '{tg.ji}{dz.chen}{tg.wu}':'{ss.jieCai}', + '{tg.ji}{dz.chen}{tg.gui}':'{ss.pianCai}', + '{tg.ji}{dz.si}{tg.wu}':'{ss.jieCai}', + '{tg.ji}{dz.si}{tg.bing}':'{ss.zhengYin}', + '{tg.ji}{dz.si}{tg.geng}':'{ss.shangGuan}', + '{tg.ji}{dz.wu}{tg.ding}':'{ss.pianYin}', + '{tg.ji}{dz.wu}{tg.ji}':'{ss.biJian}', + '{tg.ji}{dz.wei}{tg.yi}':'{ss.qiSha}', + '{tg.ji}{dz.wei}{tg.ji}':'{ss.biJian}', + '{tg.ji}{dz.wei}{tg.ding}':'{ss.pianYin}', + '{tg.ji}{dz.shen}{tg.wu}':'{ss.jieCai}', + '{tg.ji}{dz.shen}{tg.geng}':'{ss.shangGuan}', + '{tg.ji}{dz.shen}{tg.ren}':'{ss.zhengCai}', + '{tg.ji}{dz.you}{tg.xin}':'{ss.shiShen}', + '{tg.ji}{dz.xu}{tg.xin}':'{ss.shiShen}', + '{tg.ji}{dz.xu}{tg.wu}':'{ss.jieCai}', + '{tg.ji}{dz.xu}{tg.ding}':'{ss.pianYin}', + '{tg.ji}{dz.hai}{tg.ren}':'{ss.zhengCai}', + '{tg.ji}{dz.hai}{tg.jia}':'{ss.zhengGuan}', + '{tg.geng}{dz.zi}{tg.gui}':'{ss.shangGuan}', + '{tg.geng}{dz.chou}{tg.gui}':'{ss.shangGuan}', + '{tg.geng}{dz.chou}{tg.ji}':'{ss.zhengYin}', + '{tg.geng}{dz.chou}{tg.xin}':'{ss.jieCai}', + '{tg.geng}{dz.yin}{tg.bing}':'{ss.qiSha}', + '{tg.geng}{dz.yin}{tg.jia}':'{ss.pianCai}', + '{tg.geng}{dz.yin}{tg.wu}':'{ss.pianYin}', + '{tg.geng}{dz.mao}{tg.yi}':'{ss.zhengCai}', + '{tg.geng}{dz.chen}{tg.yi}':'{ss.zhengCai}', + '{tg.geng}{dz.chen}{tg.wu}':'{ss.pianYin}', + '{tg.geng}{dz.chen}{tg.gui}':'{ss.shangGuan}', + '{tg.geng}{dz.si}{tg.wu}':'{ss.pianYin}', + '{tg.geng}{dz.si}{tg.bing}':'{ss.qiSha}', + '{tg.geng}{dz.si}{tg.geng}':'{ss.biJian}', + '{tg.geng}{dz.wu}{tg.ding}':'{ss.zhengGuan}', + '{tg.geng}{dz.wu}{tg.ji}':'{ss.zhengYin}', + '{tg.geng}{dz.wei}{tg.yi}':'{ss.zhengCai}', + '{tg.geng}{dz.wei}{tg.ji}':'{ss.zhengYin}', + '{tg.geng}{dz.wei}{tg.ding}':'{ss.zhengGuan}', + '{tg.geng}{dz.shen}{tg.wu}':'{ss.pianYin}', + '{tg.geng}{dz.shen}{tg.geng}':'{ss.biJian}', + '{tg.geng}{dz.shen}{tg.ren}':'{ss.shiShen}', + '{tg.geng}{dz.you}{tg.xin}':'{ss.jieCai}', + '{tg.geng}{dz.xu}{tg.xin}':'{ss.jieCai}', + '{tg.geng}{dz.xu}{tg.wu}':'{ss.pianYin}', + '{tg.geng}{dz.xu}{tg.ding}':'{ss.zhengGuan}', + '{tg.geng}{dz.hai}{tg.ren}':'{ss.shiShen}', + '{tg.geng}{dz.hai}{tg.jia}':'{ss.pianCai}', + '{tg.xin}{dz.zi}{tg.gui}':'{ss.shiShen}', + '{tg.xin}{dz.chou}{tg.gui}':'{ss.shiShen}', + '{tg.xin}{dz.chou}{tg.ji}':'{ss.pianYin}', + '{tg.xin}{dz.chou}{tg.xin}':'{ss.biJian}', + '{tg.xin}{dz.yin}{tg.bing}':'{ss.zhengGuan}', + '{tg.xin}{dz.yin}{tg.jia}':'{ss.zhengCai}', + '{tg.xin}{dz.yin}{tg.wu}':'{ss.zhengYin}', + '{tg.xin}{dz.mao}{tg.yi}':'{ss.pianCai}', + '{tg.xin}{dz.chen}{tg.yi}':'{ss.pianCai}', + '{tg.xin}{dz.chen}{tg.wu}':'{ss.zhengYin}', + '{tg.xin}{dz.chen}{tg.gui}':'{ss.shiShen}', + '{tg.xin}{dz.si}{tg.wu}':'{ss.zhengYin}', + '{tg.xin}{dz.si}{tg.bing}':'{ss.zhengGuan}', + '{tg.xin}{dz.si}{tg.geng}':'{ss.jieCai}', + '{tg.xin}{dz.wu}{tg.ding}':'{ss.qiSha}', + '{tg.xin}{dz.wu}{tg.ji}':'{ss.pianYin}', + '{tg.xin}{dz.wei}{tg.yi}':'{ss.pianCai}', + '{tg.xin}{dz.wei}{tg.ji}':'{ss.pianYin}', + '{tg.xin}{dz.wei}{tg.ding}':'{ss.qiSha}', + '{tg.xin}{dz.shen}{tg.wu}':'{ss.zhengYin}', + '{tg.xin}{dz.shen}{tg.geng}':'{ss.jieCai}', + '{tg.xin}{dz.shen}{tg.ren}':'{ss.shangGuan}', + '{tg.xin}{dz.you}{tg.xin}':'{ss.biJian}', + '{tg.xin}{dz.xu}{tg.xin}':'{ss.biJian}', + '{tg.xin}{dz.xu}{tg.wu}':'{ss.zhengYin}', + '{tg.xin}{dz.xu}{tg.ding}':'{ss.qiSha}', + '{tg.xin}{dz.hai}{tg.ren}':'{ss.shangGuan}', + '{tg.xin}{dz.hai}{tg.jia}':'{ss.zhengCai}', + '{tg.ren}{dz.zi}{tg.gui}':'{ss.jieCai}', + '{tg.ren}{dz.chou}{tg.gui}':'{ss.jieCai}', + '{tg.ren}{dz.chou}{tg.ji}':'{ss.zhengGuan}', + '{tg.ren}{dz.chou}{tg.xin}':'{ss.zhengYin}', + '{tg.ren}{dz.yin}{tg.bing}':'{ss.pianCai}', + '{tg.ren}{dz.yin}{tg.jia}':'{ss.shiShen}', + '{tg.ren}{dz.yin}{tg.wu}':'{ss.qiSha}', + '{tg.ren}{dz.mao}{tg.yi}':'{ss.shangGuan}', + '{tg.ren}{dz.chen}{tg.yi}':'{ss.shangGuan}', + '{tg.ren}{dz.chen}{tg.wu}':'{ss.qiSha}', + '{tg.ren}{dz.chen}{tg.gui}':'{ss.jieCai}', + '{tg.ren}{dz.si}{tg.wu}':'{ss.qiSha}', + '{tg.ren}{dz.si}{tg.bing}':'{ss.pianCai}', + '{tg.ren}{dz.si}{tg.geng}':'{ss.pianYin}', + '{tg.ren}{dz.wu}{tg.ding}':'{ss.zhengCai}', + '{tg.ren}{dz.wu}{tg.ji}':'{ss.zhengGuan}', + '{tg.ren}{dz.wei}{tg.yi}':'{ss.shangGuan}', + '{tg.ren}{dz.wei}{tg.ji}':'{ss.zhengGuan}', + '{tg.ren}{dz.wei}{tg.ding}':'{ss.zhengCai}', + '{tg.ren}{dz.shen}{tg.wu}':'{ss.qiSha}', + '{tg.ren}{dz.shen}{tg.geng}':'{ss.pianYin}', + '{tg.ren}{dz.shen}{tg.ren}':'{ss.biJian}', + '{tg.ren}{dz.you}{tg.xin}':'{ss.zhengYin}', + '{tg.ren}{dz.xu}{tg.xin}':'{ss.zhengYin}', + '{tg.ren}{dz.xu}{tg.wu}':'{ss.qiSha}', + '{tg.ren}{dz.xu}{tg.ding}':'{ss.zhengCai}', + '{tg.ren}{dz.hai}{tg.ren}':'{ss.biJian}', + '{tg.ren}{dz.hai}{tg.jia}':'{ss.shiShen}', + '{tg.gui}{dz.zi}{tg.gui}':'{ss.biJian}', + '{tg.gui}{dz.chou}{tg.gui}':'{ss.biJian}', + '{tg.gui}{dz.chou}{tg.ji}':'{ss.qiSha}', + '{tg.gui}{dz.chou}{tg.xin}':'{ss.pianYin}', + '{tg.gui}{dz.yin}{tg.bing}':'{ss.zhengCai}', + '{tg.gui}{dz.yin}{tg.jia}':'{ss.shangGuan}', + '{tg.gui}{dz.yin}{tg.wu}':'{ss.zhengGuan}', + '{tg.gui}{dz.mao}{tg.yi}':'{ss.shiShen}', + '{tg.gui}{dz.chen}{tg.yi}':'{ss.shiShen}', + '{tg.gui}{dz.chen}{tg.wu}':'{ss.zhengGuan}', + '{tg.gui}{dz.chen}{tg.gui}':'{ss.biJian}', + '{tg.gui}{dz.si}{tg.wu}':'{ss.zhengGuan}', + '{tg.gui}{dz.si}{tg.bing}':'{ss.zhengCai}', + '{tg.gui}{dz.si}{tg.geng}':'{ss.zhengYin}', + '{tg.gui}{dz.wu}{tg.ding}':'{ss.pianCai}', + '{tg.gui}{dz.wu}{tg.ji}':'{ss.qiSha}', + '{tg.gui}{dz.wei}{tg.yi}':'{ss.shiShen}', + '{tg.gui}{dz.wei}{tg.ji}':'{ss.qiSha}', + '{tg.gui}{dz.wei}{tg.ding}':'{ss.pianCai}', + '{tg.gui}{dz.shen}{tg.wu}':'{ss.zhengGuan}', + '{tg.gui}{dz.shen}{tg.geng}':'{ss.zhengYin}', + '{tg.gui}{dz.shen}{tg.ren}':'{ss.jieCai}', + '{tg.gui}{dz.you}{tg.xin}':'{ss.pianYin}', + '{tg.gui}{dz.xu}{tg.xin}':'{ss.pianYin}', + '{tg.gui}{dz.xu}{tg.wu}':'{ss.zhengGuan}', + '{tg.gui}{dz.xu}{tg.ding}':'{ss.pianCai}', + '{tg.gui}{dz.hai}{tg.ren}':'{ss.jieCai}', + '{tg.gui}{dz.hai}{tg.jia}':'{ss.shangGuan}' + }, + ZHI_HIDE_GAN:{ + '{dz.zi}': ['{tg.gui}'], + '{dz.chou}': ['{tg.ji}', '{tg.gui}', '{tg.xin}'], + '{dz.yin}': ['{tg.jia}', '{tg.bing}', '{tg.wu}'], + '{dz.mao}': ['{tg.yi}'], + '{dz.chen}': ['{tg.wu}', '{tg.yi}', '{tg.gui}'], + '{dz.si}': ['{tg.bing}', '{tg.geng}', '{tg.wu}'], + '{dz.wu}': ['{tg.ding}', '{tg.ji}'], + '{dz.wei}': ['{tg.ji}', '{tg.ding}', '{tg.yi}'], + '{dz.shen}': ['{tg.geng}', '{tg.ren}', '{tg.wu}'], + '{dz.you}': ['{tg.xin}'], + '{dz.xu}': ['{tg.wu}', '{tg.xin}', '{tg.ding}'], + '{dz.hai}': ['{tg.ren}', '{tg.jia}'] + }, + YI_JI:[ + '{yj.jiSi}', + '{yj.qiFu}', + '{yj.qiuSi}', + '{yj.kaiGuang}', + '{yj.suHui}', + '{yj.qiJiao}', + '{yj.zhaiJiao}', + '{yj.muYu}', + '{yj.chouShen}', + '{yj.zaoMiao}', + '{yj.siZhao}', + '{yj.fenXiang}', + '{yj.xieTu}', + '{yj.chuHuo}', + '{yj.diaoKe}', + '{yj.jiaQu}', + '{yj.DingHun}', + '{yj.naCai}', + '{yj.wenMing}', + '{yj.naXu}', + '{yj.guiNing}', + '{yj.anChuang}', + '{yj.heZhang}', + '{yj.guanJi}', + '{yj.dingMeng}', + '{yj.jinRenKou}', + '{yj.caiYi}', + '{yj.wanMian}', + '{yj.kaiRong}', + '{yj.xiuFen}', + '{yj.qiZuan}', + '{yj.poTu}', + '{yj.anZang}', + '{yj.liBei}', + '{yj.chengFu}', + '{yj.chuFu}', + '{yj.kaiShengFen}', + '{yj.heShouMu}', + '{yj.ruLian}', + '{yj.yiJiu}', + '{yj.puDu}', + '{yj.ruZhai}', + '{yj.anXiang}', + '{yj.anMen}', + '{yj.xiuZao}', + '{yj.qiJi}', + '{yj.dongTu}', + '{yj.shangLiang}', + '{yj.shuZhu}', + '{yj.kaiJing}', + '{yj.zuoBei}', + '{yj.chaiXie}', + '{yj.poWu}', + '{yj.huaiYuan}', + '{yj.buYuan}', + '{yj.faMuZuoLiang}', + '{yj.zuoZhao}', + '{yj.jieChu}', + '{yj.kaiZhuYan}', + '{yj.chuanPing}', + '{yj.gaiWuHeJi}', + '{yj.kaiCe}', + '{yj.zaoCang}', + '{yj.saiXue}', + '{yj.pingZhi}', + '{yj.zaoQiao}', + '{yj.zuoCe}', + '{yj.zhuDi}', + '{yj.kaiChi}', + '{yj.faMu}', + '{yj.kaiQu}', + '{yj.jueJing}', + '{yj.saoShe}', + '{yj.fangShui}', + '{yj.zaoWu}', + '{yj.heJi}', + '{yj.zaoChuChou}', + '{yj.xiuMen}', + '{yj.dingSang}', + '{yj.zuoLiang}', + '{yj.xiuShi}', + '{yj.jiaMa}', + '{yj.kaiShi}', + '{yj.guaBian}', + '{yj.naChai}', + '{yj.qiuCai}', + '{yj.kaiCang}', + '{yj.maiChe}', + '{yj.zhiChan}', + '{yj.guYong}', + '{yj.chuHuoCai}', + '{yj.anJiXie}', + '{yj.zaoCheQi}', + '{yj.jingLuo}', + '{yj.yunNiang}', + '{yj.zuoRan}', + '{yj.guZhu}', + '{yj.zaoChuan}', + '{yj.geMi}', + '{yj.zaiZhong}', + '{yj.quYu}', + '{yj.jieWang}', + '{yj.muYang}', + '{yj.anDuiWei}', + '{yj.xiYi}', + '{yj.ruXue}', + '{yj.liFa}', + '{yj.tanBing}', + '{yj.jianGui}', + '{yj.chengChuan}', + '{yj.duShui}', + '{yj.zhenJiu}', + '{yj.chuXing}', + '{yj.yiXi}', + '{yj.fenJu}', + '{yj.TiTou}', + '{yj.zhengShou}', + '{yj.naChu}', + '{yj.buZhuo}', + '{yj.tianLie}', + '{yj.jiaoNiuMa}', + '{yj.huiQinYou}', + '{yj.fuRen}', + '{yj.qiuYi}', + '{yj.zhiBing}', + '{yj.ciSong}', + '{yj.qiJiDongTu}', + '{yj.poWuHuaiYuan}', + '{yj.gaiWu}', + '{yj.zaoCangKu}', + '{yj.liQuanJiaoYi}', + '{yj.jiaoYi}', + '{yj.liQuan}', + '{yj.anJi}', + '{yj.huiYou}', + '{yj.qiuYiLiaoBing}', + '{yj.zhuShi}', + '{yj.yuShi}', + '{yj.xingSang}', + '{yj.duanYi}', + '{yj.guiXiu}', + '{s.none}' + ], + LU:{ + '{tg.jia}':'{dz.yin}', + '{tg.yi}':'{dz.mao}', + '{tg.bing}':'{dz.si}', + '{tg.ding}':'{dz.wu}', + '{tg.wu}':'{dz.si}', + '{tg.ji}':'{dz.wu}', + '{tg.geng}':'{dz.shen}', + '{tg.xin}':'{dz.you}', + '{tg.ren}':'{dz.hai}', + '{tg.gui}':'{dz.zi}', + '{dz.yin}':'{tg.jia}', + '{dz.mao}':'{tg.yi}', + '{dz.si}':'{tg.bing},{tg.wu}', + '{dz.wu}':'{tg.ding},{tg.ji}', + '{dz.shen}':'{tg.geng}', + '{dz.you}':'{tg.xin}', + '{dz.hai}':'{tg.ren}', + '{dz.zi}':'{tg.gui}' + }, + DAY_YI_JI:'30=192531010D:838454151A4C200C1E23221D212726,030F522E1F00=2430000C18:8319000776262322200C1E1D,06292C2E1F04=32020E1A26:791715795B0001025D,0F522E38201D=162E3A0A22:790F181113332C2E2D302F157954,7001203810=0E1A263202:79026A176576036A,522E201F05=0D19250131:7911192C2E302F00030401060F1571292A75,707C20522F=0C18243000:4F2C2E2B383F443D433663,0F01478A20151D=0E1A320226:3840,0001202B892F=14202C3808:3807504089,8829=0E1A263202:383940,6370018A75202B454F6605=32020E1A26:38394089,0001202B22=16223A0A2E:384C,8A2020=2B3707131F:2C2E5B000739337C38802D44484C2425201F1E272621,5229701535=121E2A3606:2C2E2D2B156343364C,0F4729710D708A20036A1904=0D19250131:5040262789,0F7129033B=202C380814:5040000738,0F7D7C584F012063452B35=1A2632020E:50400089,8813=1A2632020E:69687011180F791966762627201E,0352292E8034=182430000C:291503000D332E53261F2075,0F5238584F450B=000C182430:297170192C2E2D2F2B3E363F4C,0F52156320010347200B=131F2B3707:297115030102195283840D332C2E,0F1F5863201D8A02=222E3A0A16:261F1E20232289,52290058363F32=16222E3A0A:261F201E232289,8D39=0D19310125:262322271E201D21,52450F4F09=0D19253101:262322271E202189,1F4526=16222E3A0A:262322271F1E20,712906=0F1B273303:17262322274050,80387C6B2C=0915212D39:1707702C2E71291F20,0F52000106111D15=16222E3A0A:170007386A7448363F261F1E,030F79636F2026=030F1B2733:1784832C2E5B26201F,0F010D2913=182430000C:175447440D15838477656A49,2B2E1F8A202228=101C283404:70504C7889,8803=0D19250131:700F181126151E20001A7919,8D2F=0915212D39:705283845B0D2F71,0F202E4106=3606121E2A:70786289,06802E1F23=1824000C30:70076A363F,292017=202C380814:700718111A302F717566,0F2B2E2026=3B0B17232F:70545283842E71291A7933192A5D5A5040,090C384F45208A1D6B38=212D390915:7039170F45513A2C2E7129242526271F201D,00010352153A=15212D3909:703911170E2C2E2D2F4B15712952633D,092B8A2027=010D192531:702D155483840F63262720,53292F017D4F38442B2E1F4717=16222E3A0A:705C4C39171A4F0E7971295B4C5248,0F2E1F1D37=1A2632020E:2E260F27201F,523815292F1A22=0E1A260232:64262322271F2021,0F2F293822=2F3B0B1723:161A0F1526271F4C,586103473818=2430000C18:161A7889,292E1F0F386131=17232F3B0B:04795B3F651A5D,0F5201062016=14202C3808:04170F79195D1A637566363F76,01522E8A2039=132B37071F:0470170F191A134C8384662426232227201E,8D08=0D19253101:040370181123220F1326271E2021,29153B=0D19310125:040307177938494C,0F26207017=0E2632021A:0403010218111A17332C2E2D2B15713E6575,45382064291D=142C380820:04033918110F0D2C2E7129332D2B72528384547566,8D1C=1830000C24:040318111A17332C15290D200C7A,4745063835=0F2733031B:040318111A16175B795452848315302F6563395D,387029202E=14202C3808:04031975363F6366,0F5401202C5283842E2F1E=0E1A320226:0403080618111A16332E2F152A09537919702C5445490D75072B,8063203820=182430000C:04067033392C7161262322271E1D210C,8D2F=101C283404:3F4889,881C=2733030F1B:3F74397677658988,0F3847201D=293505111D:3F8B657789,0F2029702E7D35=111D293505:3F8B6589,1F200A=020E1A2632:3F656477,0F2B71292005=111D290535:3F6589,8810=0F1B273303:3F88,2B38200F1C=293505111D:0F83843D363F776424,15462F2C52032971152A=0F1B273303:0F17795B54838458,52807C3811=121E2A3606:0F172C2E387129363F7566512C2E2D4E4461,01034752203A=172F3B0B23:0F171511793F76584C,0347200C1D20=2D39091521:0F175B3975660745514F2B4825201E211D,010352292E2E=0F1B273303:0F170070792C2E261F,040341232228=05111D2935:0F1700707129385C363F3D1F1E232226,80412B202F14=14202C3808:0F17000728705448757A,522E1F15562F05=30000C1824:0F17000102061979454F3A15477677,241F8A2021=2F3B0B1723:0F17000102060370392E52838453331F,452F2C266A79292B203810=0C18243000:0F170001020E032A70692C2E302F802D2B0D7129474C201F2322,5211183809615D34=1A2632020E:0F171170792F5B1566770001032C2B802D,29387C207134=14202C3808:0F0D33000103452E528384297115752620,63386F7014=15212D3909:0F7045332C2E71201F1D21,4701155229530327=101C283404:0F70161715232238838426271F20,7D035219=121E2A3606:0F705B0004037C5D15653F1F26,522B473809=131F2B0737:0F705215261E20,012E1F25=182430000C:0F707B7C00012F75,52201B=2531010D19:0F706A151E201D528384544466,47010C2E292F2C3820=14202C3808:0F707500261E20,382E1F05=3606121E2A:0F161A17452F0D33712C2E2B5443633F,150170208A0327=0E1A263202:0F150370002E0D3979528384532971331F1E20,477D0D=06121E2A36:0F5B8370000102060403161A494447,386A418A201A=17232F3B0B:0F03700D332C2E2971152F52838463,01004547380C26=101C283404:0F03700D33195284835329711563,01260038206B0E=131F2B3707:0F03706A4F0D332C528384532E29711563,450075000F=131F2B3707:0F0370010239332E2C19528384532971156375262720,8D18=17232F3B0B:0F0370390D332C192E2971637547202322,581528=0E1A263202:0F0302791566046F,29710D722A38528384202E4530=0E1A263202:0F030102392E15634447001F1E,293845200D707538=1E2A360612:0F0300017039712952542D2C302F80380D2A363F3349483E616320,1118150C1F2E20=33030F1B27:0F03000102700D29713963451F0C20,528338542F15806128=121E2A3606:0F030001027039452971150D332C2F6327,2052838403=2C38081420:0F030001022A0D3945297115528384630D7020,476A382E1F4426=010D192531:0F03390D332C1929711563261D2E2322,382000521118750C706B15=131F2B3707:0F033915666A52261E272048,382E2F6329712C0114=0D19253101:0F52838403700D332C29712E1F27201E2322,1545017505=131F2B3707:0F528400012E7129,092026=3707131F2B:0F528471295B795D2B155333565A446375661F201E272621,00016B0C4113=14202C3808:0F280001363F8B4326232220,2E1F47032F7D35=16222E3A0A:0F0211195465756679,2F384570202B6A10=15212D3909:0F0102700D332C2E2F0319528384531529716345261F2322,8D32=101C283404:0F0102037039330D5284832971152E1F0C,0026206B37=16222E3A0A:0F003854,20521D2106=020E1A2632:0F00175058,5D6B80382E16=1B2733030F:0F00701784831952712C2E1526271F,033806201F=2B3707131F:0F00701A17830E544C5C0E78,7129632E1F38208A452F16=15212D3909:0F00040370396A742E15444948,458A384F2021=16222E3A0A:0F005B261F20,2E2F1D=2531010D19:0F0003450D3329712C2E2F1575,528A63705A20587D7C12=17232F3B0B:0F00030D70332C2E3952838453542971156375,6B2019=1B2733030F:0F000301020D297115332E1F0C,165220262E=121E2A3606:0F00030102700D332E2C192971155383846375261F1E20,8D1F=33030F1B27:0F00030102700D19297115332C2B535448,2E45208A00=2632020E1A:0F00030102705283842E544779,2920454F754C3836=16222E3A0A:0F0052037029710D332C15,7545584F8A201D2121=121E2A3606:0F00074850,8A2036=0D25310119:0F00071A706A717677492923221E202726,80522E1F39=1E2A360612:0F006A385040740717,1F70631E=212D390915:0F006A1938271779,565A4575522F801F1E632B=121E2A3606:0F00010D0302703352838453297115632E,208A454F2B=0E1A263202:0F000170390D332E2971152F63751F1E20,52846A381F=14202C3808:0F000106387129,2E1F24=14202C3808:0F0001062E7129,522010=0814202C38:0F0001062871292E7C528384032C5C2A15767765,11185D8A206B08=131F2B0737:0F0001067C1F20,522900=202C380814:0F0001020D700339332C192A83842971152E1F0C20262322,065256386110=111D293505:0F000102700D332C2E297115383F631F20,0347562B=14202C3808:0F000102700D332C712E15261F201E,80036A61473831=0C18243000:0F000102700D335283845329711563,38048A7D45202A=14202C3808:0F000102702E15471F1E,294F2B452C2F268011=0D19253101:0F0001022E792D3E75663D19,472063703852292B39=222E3A0A16:0F0001022E154826271F1E203874362322,036312=0D19253101:0F000102032971152C2E19,4720637038522B15=111D293505:0F000102030D70332E3919528384532971152B2F201F0C,8D1B=232F3B0B17:0F000102030D7033528384534529711520,63475814=131F2B3707:0F000102030D332C2E195283845329716375261E2322,8D19=15212D3909:0F00010203700D332C2E1929711552838453637526202322,8D09=111D293505:0F00010203700D332E2F192971152B52838453631F20,8D33=1A2632020E:0F00010203700D332E2F1929711552838453261F201E2322,8D03=2E3A0A1622:0F0001020370332C2E2F1575261F,2971476A458352380C=111D293505:0F0001020370332E2F0D19297115637566302B2C3979,8D08=000C182430:0F000102037039297175261F1D21,454F2E1563410F=17232F3B0B:0F0001020370390D3319297115632E2C752620212322,8D07=3606121E2A:0F0001020370390D332C1929712E157563548384534C,20248A38=16222E3A0A:0F0001020370390D1952838453542971631F0C,152036=14202C3808:0F00010203703915632719792322,80262045297158750F=111D293505:0F00010203528384157033,752971206B452F2B262E05=3404101C28:0F00010206030D7129302F79802D7C7C2B5C4744,11701D2052843833=111D293505:0F00010206181139702E1F686F6A792D2C2E304E15337566491F23221D21,52296B0D800D=15212D3909:0F000102070D70332C2E19528384297115637526201E2322,8D05=2C38081420:0F0001021A175D2C19152E302F7183846379,8A20704F7545410A=131F2B3707:0F001A651707,565A58202E1F476320=121E36062A:0F11707B7C5271291E20,2E1F39=111D293505:0F11700001522E71291F20,2B07=131F2B0737:0F11700001397129,2E2002=111D293505:0F11707129,2E1F2002=131F37072B:0F1152702E2F71291F20,000103=131F37072B:0F1152702E2F71291F20,7A3A=111D293505:0F117B7C2C2E71291F20,520300=111D350529:0F110001702E2F71291F20,0621=101C280434:0F11000170717B,522E1F0A=06121E2A36:0F110001708471292E1F20,03388051561C=121E2A3606:0F1100017B7C702E7129,522B22=2D39091521:0F110039702C2E522F1574487B7C2D4E804B,098A204538612B=05111D2935:0F1118795B65170002195D,52382E8A201E=2531010D19:0F111829711500010370390D332E750C201F,4552832F382B8004=2A3606121E:0F1118175C000301027039450D29332C2E2F15631F,8A582020=31010D1925:0F1118032A0D545283841A802D2C2E2B71296366774744201F26232221,010900150C06=2C38081420:0F11180300706A2E1549466319,292F26806B382B20754506=2E3A0A1622:0F1118528384530001035C53702971152B332C2E63201F1E23222621,6B75452D4F802E=111D293505:0F1118060300017B7C792E39767566261F20,7129805136=232F3B0B17:0F111800171A454F514E3A3871157765443D23221E262720,80612E1F1C=212D390915:0F11180003706A4F0D332C2E1929711571335363751F20262322,524746416128=3B0B17232F:0F111800037039450D2971332C632026,1F2E2B38528327=3B0B17232F:0F11180006032A0D700D332E011954838471152C202322,58477D630C=0814202C38:0F1118000106287129705B032C2E302F802D4E2B201F,528458384108=380814202C:0F11180001027039302971542F7526201E,63472E151F583A=1E2A360612:0F1118000102030D70332C2E192971158384535426201E2322,471F1B=1F2B370713:0F1118000102030D70332C2E195283845329711563261F0C20,4745752522=3505111D29:0F1118000102030D70332E2C192971153953631F0C262720,5284612528=390915212D:0F111800010203700D332C2E192971152F4B49471F270C2322,52562B2029=390915212D:0F111800010203391929710D1552838453,2075708A456309410F=0A16222E3A:0F111800010206032A0D09717029092D302F1575761320,521F47251D=1F2B370713:0F1118000102111A1703154F2C2E382D2F807566,7163708A1F207D2A=05111D2935:0F111800017C5C2C2E7129,527015382021=2B3707131F:0F11185C0370332D152322528384636626271E,2F292C2E1F00010601=2430000C18:0F11185C0001092A0D7014692983847B7C2C2E302F802D2B,06454F208A2E=0D19253101:0F11181200171A7919547638,5215201D09=3A0A16222E:0F1A1716007015713F261F2720,5263587D2B470304=111D293505:0F1A0070153871291F20,7A7629=010D192531:0F181179005B712980152D4E2A0D533358,5270208A11=0814202C38:0F181138171A7975665B52845415,47701F8A2013=121E2A3606:0F181117795B5C007054292A0D690403332D2C2E66632B3D,8A454F3822=121E2A3606:0F1811705200012E71291F20,382A=16222E0A3A:0F1811705200012E71291F20,062B27=14202C0838:0F18117052000171291E20,2E1F27=16222E0A3A:0F18117000012E71291F20,527A06=111D290535:0F1811700001062E2F1F20,712912=14202C3808:0F181100062839707952542C2E302F03565A7566441F1E,0D29802B2029=1824300C00:0F181100012C2E7129,522025=121E2A0636:0F18110001261F20,03522E=0915212D39:0F18110001702C2E7129,6F454F098A2025=030F1B2733:0F18110001702C2E71291F0D2B152F2127,5283162014=16222E3A0A:0F18110001707B7C0D7129,52565A152B2034=17232F3B0B:0F1811000104037115454F7677657B7C392023222726210C,52092E1F27=3707131F2B:0F181100010603797B7C802D302F2B6743441F202322,2952477D2528=14202C0838:0F181100017B7C2E71291F20,036F33=0D19253101:0F18110001027939706954528384685D15565A75201E1D26,29032E11=182430000C:0F1811000102062A0D2C2D804B2B672E2F7129,70471F8A2030=17232F3B0B:0F5C707971292C2E0E032A0D6A79804B2D8C2B3348634C,52110915462031=15212D3909:0F5C5B0001032A0D7052842C2E71291F20,1118517D462B=0F1B273303:0F5C111800015B712952841F20,756A251A=2733030F1B:1545332C2E2F84836375662620,0F0003700D71292B1C=0E1A320226:1516291211020056,06382007=000C182430:1551000403706A454F3A3D771F262322271E1D21,382B41522016=17232F3B0B:1500443626271F1E,29710F47380D19520337=182430000C:150001021745512E443D65262322,2B63387C18=192531010D:151A83842627202322,580F7003632E1F297C26=0E1A263202:15391A302F83845475662627201E,0F702E4629004708=3606121E2A:5B000102073911522C302F3A678C363F33490D482425200C1E2322,0F15382E1F6116=1E2A360612:5B71297000010611182A0D39792C2E332D4E712980152C1F202621,52454F3804=2C38081420:5B11180001020328700D332C2E195283847115632F751F2720,290F476630=0C18243000:201E27262322,8902=3404101C28:2A0D11180F52848353037039156358332C2E,3820002628=010D192531:4089,030F565A61206B27=1824300C00:4089,8836=1C28340410:0370833F0F6A5215,010D582E1F202C2F582938=112935051D:03700F,79192C2E2D715275262322271F201D217936=112935051D:0370110F45510D3371290941614C522623222720,8D3B=152D390921:03047039171A533852443D363F,8D11=0F1B273303:030402111A16175B4F3A2B153E0079015D5452848369026A51,7006200F05=0F1B270333:03041A174533302F56795B3E808339528454,700F292026=121E2A3606:037B7C2E2F261F20,0F14=1E2A360612:030270170F45513A2C7129528384702A0D532D2C24252623222720,155A382E1F2F=1B2733030F:03027011170D332D2C2E2F716152838454,010F201F2C=121E2A3606:03027039450D332C2F2D2971528384636626202322,581535=212D390915:03020E0F18110D332C2E2D2F4971293E615244756653,8A202531=1B2733030F:030102703945802D2C512B7129092322270C7566,112E528325=2D39091521:030102062C2E543E3D636679,380D19462971001F=293505111D:03111A171538193E3F,0F632C2E70454F200C19=17232F3B0B:031A2B7915656A,0F177001204529710D632E2F02=32020E1A26:033945302F838475262720,297071000F2E1F3810=17232F3B0B:0339332C2E1575201E26,0F520D631F29712A72473826=390915212D:0339332C2E302B66201D1F27,0D2971010015520F6B0E=15212D3909:03392D2E332F211D201F1E27,0F7015380029710D195824=16223A0A2E:036F791E20,522E1F31=1D29350511:5283845B79037B7C802D2C2E4E302F2B38493D4463664C1F2021,0F0D712917=15212D3909:5283845303702971150D2F,388A6A6D0F2012=111D293505:528384530370331929272E2B2F631F1D20,0F156B380E=0D19253101:528384530339454F0D297115332E2F637520,0F00705802=2A3606121E:528384530339332E152C2F58631F20,380D000F2900=283404101C:528384530003010215392C20,1112180F29560D2E1F754511=15212D3909:5283845300031929150D332C2E63,0F217045208A717521=3505111D29:5283845300010670528384802D2C2E4E155B201F1E232221,380F71296A0E=17232F3B0B:5283845354037029711575262720,631F58000F2E38010D=111D293505:528384000103451915332C2E631F2720,29716A0D0F7019=1D29350511:5283840001032E1570637566302F391F,0F4729712030=16222E3A0A:5283845479036A2627201E,0F380D70297115012F1A=1F2B370713:528384542E03700F1118705469565A7566631F1E2021,297138000C31=121E2A3606:52838454443D65002C2E15495D1F,0F417D712B38630F=0D19253101:5283845444360F11756415,2C2F29016B472E2B20381D=212D390915:528384545363000103332E15,0F1F197029710D757D2032=121E2A3606:528384546315332C2E2F26201F2322,0F0D45002971756B17=192531010D:52838454754C2971150301022E,0F63206A0938268A4117=1B2733030F:52848353000103297115332E2F19,0F8A514F6A6620754526=1824300C00:528403395B2F1E20,0F012D=0B17232F3B:5254700001020612692D4E584647336375662E1F1E,71290D262037=131F2B3707:525400045B17791A565D754C7866,2E1F207C34=0F2733031B:483F89,8838=232F3B0B17:767779392623222789,152B1F1D200E=0A16222E3A:767789,528300292025=14202C3808:7665261F20,0F291A=222E3A0A16:7665262322271F201E21,0F0029807124=1824000C30:7889,292E1F24=101C283404:8D,8832=1D29350511:63767789,522E0006206B31=131F2B3707:7B7C343589,0F7038=2632020E1A:7B7C343589,520F20=0E1A260232:7B34,8812=1C28340410:02703918110F7919155283756626232227201E,012C2E1F0C29=121E2A3606:020F11161A17454F2C2E2D302F2B38434C,2070016328=1824300C00:02060418110D332C2E415B637566262322271F20,520F23=142038082C:07504089,0F010C=15212D3909:07262723221F40,0F7129523B=2430000C18:0717363F1A2C4F3A67433D8B,71290F0103471A=2531010D19:0704031118528384542D2E4E49201F1E1D2127,292B000C3B=283404101C:073F7765644889,012014=111D293505:074048261F202322,0F71454F1500018008=111D293505:07404826271F1E2089,882C=0D19253101:07565A5283845463756677261F20,010F15296120=2F3B0B1723:07487677393F89,0F2952151F1D30=111D293505:074889,06520F3808=17232F3B0B:074889,883B=131F2B3707:074889,8832=15212D3909:07762623221F1E20,000F1552296B2F2A=0D19253101:0776776A742623221F200C211D1E,11180F2F5206802B0B=04101C2834:0776776564,000F29382011=101C283404:0706397B7C794C636A48,520F7129472026=14202C3808:077C343589,880A=380814202C:076A79040363660F5D363F,52292E1F20382F15560123=16223A0A2E:076A696819,0F2918=222E3A0A16:076A171552847983546578,712970010F2D=182430000C:076A48,45752F29384C0F204F612B30=131F2B3707:076A7626271F1E20,0D0F29382F2E0E=0814202C38:07343589,065238=1C28340410:070039201F0C2789,06030F292F23=101C280434:076564,0F292002=0D19253101:073918111A17332C2E71292322271F1E20481D45548384,38002F702A=1824300C00:7C343589,8801=172F3B0B23:6A79363F65,0F292B7118=1B2733030F:6A170F19,5845754C201F4F382430=1B2733030F:6A170F1963766F,5452201F32=0C18243000:6A0339332C20528384531563,29713801000F0C47806B3B=2A3606121E:77766564000789,0F52201E8A01=202C380814:1F2027260076232289,0F29528339=0F1B330327:3435,8809=0F1B273303:34357B7C,8818=121E2A3606:34357B7C7789,0F291D=232F3B0B17:34357B7C89,0F2021=33030F1B27:34357B7C89,030F27=390915212D:34357B7C89,712917=1D29350511:3435073989,8802=2C38081420:34357C89,0111180F292006=30000C1824:34357C89,71291A=14202C3808:34357C89,8A2036=182430000C:3435000789,8835=232F3B0B17:34350089,0F2025=3707131F2B:34353989,0F2037=0D25310119:343589,0F52202D=0F1B273303:343589,0F7152290D=131F2B3707:343589,8830=121E2A3606:343589,881C=16222E3A0A:343589,8819=131F2B3707:343589,880F=15212D3909:343589,8832=14202C3808:343589,8813=0D19253101:343589,8811=17232F3B0B:343589,881E=142C380820:017018110F1A2E15495247838463462322271F,8D03=0F1B270333:0103040818111A155284262322271E20217A79708330,38472E631B=14202C3808:010670170F0E3A294152838454262322271F201E,2E1815442C=0F1B273303:01067071292C2E1F20,1103150F520A=17232F0B3B:010670181126271F202165,293816=182430000C:0106111839513A2C2E2D2F8C804B4723221F63,7152292037=0F2733031B:010203040618110F3315292A271D200C6339171A712C2E30491E21,7A21=0E1A260232:010206040318110F2E292A27200C70072C302F541F392B49,381512=1A2632020E:010206110F452C2E7129095B5226232227201F0C,58804B036B2B381C=142C380820:01023918112E2D493E52756624262322271F20,8D12=121E2A3606:008354,06462F2E1F27=030F1B2733:00797084831754,0F2E472D4E1F06=0D19250131:0079701811072C2E01060F33152627200C7A1A302F4576631F2B,8052382900=172F3B0B23:00790F072C2E0103047018111A262322271E7A302F5448637545,293815561E=101C340428:007952151E20,0F2E1F33=0F1B273303:007984831A160F1719,632E20471D6B01=152D390921:0079110F0304062A528423222627207A19701A2C2E2F5D83,294513=0F1B273303:0079181A165B332F2B262322271E2021030469702D4E49712930845D,454F05=152139092D:0079192E2F030417332D1552847A5D,4E201F=162E3A0A22:003826232277,632E20523A=0D19310125:0038262389,521513=1C28340410:00384089,0F202E157C07=04101C2834:00384089,152967631F=101C283404:00384740,0F2037=1C28340410:00387765504089,0F157C04=131F37072B:00385476,521F13=16222E3A0A:003854767789,2E1F522010=131F2B3707:003854637519,205D1D1F52151E210F=121E2A3606:003889,52201F1D4733=121E2A3606:003889,881F=212D390915:001D23221E2789,52290F2E1F202B=07131F2B37:002C7080305C784C62,2E1F472001=283404101C:004D64547589,0F292E=131F2B3707:005040,522E1F0F2C2004=3404101C28:005089,032C2E1F33=182430000C:005089,8815=192531010D:00261F23221E201D2189,8D12=131F2B3707:00261F2322271E200C89,8D1E=121E2A3606:0026271E20,2F2E1F33=16222E3A0A:002627241F1E20232289,8D33=14202C3808:002627651E2027232289,881B=182430000C:00262789,292C2E1F2B2F2A=07131F2B37:00262322271F1E203F8B65,52290F038002=15212D3909:001779332D2322271E2007760304,38290F1C=1F2B370713:00173883546365756619,466115201F701D47522434=0D25310119:00170F79191A6540,712909387C2015=0E1A263202:00170F332C2E2D2F802952443F26232227201F,15637C383A=132B37071F:00170F7665776489,8D2A=390915212D:00177689,0F52804F2507=2E3A0A1622:00177179546A76,0F52443D1F2D=0915212D39:0070,0F292C2E791F13=131F2B3707:007083624C,0F38202E7D4F45471F7107=380814202C:00704F0D332C2E2D15363F261F20274C,0F2906036F4703=3404101C28:00702C2E164C157126271F1E202425363F,29386A032B0F=0F1B273303:00700F1715262720,472E386309=15212D0939:007022230726,2E17712952302F15=15212D3909:00704889,8834=1C28340410:0070784889,0345201F21=2D39091521:007007482089,2E1F58470B=0D19253101:0070071A010618110F5B52846775,6326202E=16222E3A0A:00701A17794C0F302F715475,2E454F8A20243A=0F1B330327:007018111A1617192E15382627201F656477,4F090A=0F1B273303:002E2F18110F5B3315292A26271F20210C7A70710102393E19,035A37=14202C3808:002E4344793F26271F20,03702C2F292B381A31=0E1A263202:00161A5D454F153826201E27,7D0D2904=152139092D:0004037039180F332D152952262322271F0C533A83,4117804735=1F2B370713:0004037B7C0F79494766754667,80293869208A1E=162E3A0A22:00040301067018111A0F332C15292A261E200C7A791970712F5D52838454,5617454F06=3404101C28:000403110F527079156523221E2027,0129802E1F6B1D=1830000C24:0004031A170F11332C2E302F1571292A657677451949,70201D5218=102834041C:0004031811171A5B332C2E155D52,0D29204504=17233B0B2F:00040318110F1519262322271E2021,52831F3825=3B0B17232F:00046A7966444C7765,010C202F38520F70292E31=14202C3808:003F261F202789,8836=131F2B3707:003F657789,7152290F032B3A=2632020E1A:003F651F0C2027232289,0F292B=16222E3A0A:003F89,8836=212D390915:000F76,032E1F522C292B22=2B3707131F:000F7765,2E1F7C4607=0F1B273303:000F01111A1615292A2627200C2C670279538384543E49,634512=0F1B273303:000F1320,6380382936=0F2733031B:000F1323222627,2E3829031535=0D25310119:00676589,0F200F=0C18243000:00401D232289,71290F47202B=101C283404:0040395089,8803=30000C1824:004023222089,0F291118470D=0A16222E3A:004089,0F5211=1A2632020E:004089,0F0147200B=3A0A16222E:00037039454F0D332971152C4C48,090F476341382E0A=111D293505:00037039041A26271F1E202322,0F2F2C335129452E0D3A3B=222E3A0A16:000370396A450D332F4B154C,0F208A7D41381F2E14=0F1B273303:00030401061A16170F332E71292627200C02696A45514F0D2C2D4E497A,2B0B=0F1B273303:000304111A33152D2E302F71292A5284530770022B,0F6345203B=0F1B330327:00030418111617332E2D2F292A52845407020D302B,090F452001=0F1B273303:000304080618110F1A2E2D0D3371292A2C302F7566010239454E802B,632039=2430000C18:00036A7415384878,45751F20240F522E834F2E=182430000C:000301394F2E154763751F27,0F707A802629710D192035=14202C3808:0003391983845475,2E1F0F6A702971722A0D04=0F1B270333:00483F,6338200F2A=3B0B17232F:00481F2023221E27262189,0F292C2E1B=122A36061E:0076645089,8819=202C380814:0076777566262322271F201E,0F111852290D=101C283404:00763989,0F2036=1E2A360612:00788B89,0671292E25=010D192531:00784C00793989,0F29702E1F208A21=31010D1925:0006261F1E201D212322,0F2938111801=2A3606121E:00060403702C2E4C154947443D651F,0D2920=101C283404:0006522E261F20,0F712939=2632020E1A:00060724232227261F2025,520F157929382F22=31010D1925:0006547677,0F5229151F201B=0E1A320226:00061A161718110F292A0C26271F212A79700102212F49,470D=0814202C38:002876396577261F20,5283290F37=212D390915:0028397976771E232227,0F522E47442027=121E2A3606:006389,8822=101C280434:007B7C3989,881E=1830000C24:007B343589,8805=2E3A0A1622:00021719792B155D5466774962,010611180F292030=14202C3808:00020370454F0D3933192C2E2D156375261F202322,0F7123=0E1A260232:0002070818111A16175B153E445D5452848365647576,2038454F15=182430000C:0007385476771548,52061F2024=2D39091521:0007504089,0F29157030=15212D3909:0007504089,060F71702F2918=15212D3909:0007504089,880B=17232F0B3B:000770171989,0F2E20382F=0B17232F3B:00077089,522E1F8A202C=07131F2B37:000704036939487C4466,0F7011293821=1824000C30:000715547776,521F18=0E2632021A:0007030401021811171A0F2E2322271F1E706749528483,202F293800=0F1B330327:00077663,0F297138202C=0B17232F3B:000776776548,0F1118152E1F2017=121E2A3606:00077665776489,52830F208A14=1A2632020E:00077B7C4834353989,2952203B=2632020E1A:00076A386563,0F7D8A2066454F52754C15=1E2A360612:00076A0F3874485040,06707C2509=3606121E2A:00076A74504089,5229702C7D15=14202C3808:00076A74173926271F1E20,0F7029522B09=000C182430:00076A54196348767765,7920297115528A0D382B16=101C283404:000734357B7C3989,0F528329200C=06121E2A36:0007343589,290F7104=2E3A0A1622:0007343589,0F292F702012=182430000C:0007343589,0F71296B708003=15212D3909:0007343589,7129706300=0D19310125:0007010618111A332D302F15262322271E530270164C,560F712924=0E1A263202:000701020618111A175284835407230C7027,262038292C=111D293505:0007711F204840,010F29153814=17232F3B0B:00076527262322,1552835A201D0F382D=0D19253101:0007363F8B3989,09292C208A0F28=030F1B2733:000739483F66,0F208A2B0A=04101C2834:0007397B7C343589,0106522008=020E1A2632:0007396A48343589,0F203A=283404101C:00073934357B7C89,0F5223=3505111D29:000739343589,032010=0A16222E3A:000739343589,520F2F=111D293505:000739343589,8A200A=15212D0939:00077A7089,8817=17232F3B0B:000789,8D3B=172F3B0B23:000789,8815=1B2733030F:007C343589,881B=212D390915:007C343589,8812=15212D3909:006A79190F6F2627,6B46204538290B=380814202C:006A38075040,0F630141202B454F2D=121E2A3606:006A5040077448,702B2C0F2F292E=0B17232F3B:006A583F232227261F20,0F291547031C=232F3B0B17:006A6F391974,0F2E614447702C292F71201F38521F=31010D1925:0034353989,522E1F2B=0D19253101:00343589,060F5200=2A3606121E:00343589,7129565A01=131F2B3707:00343589,883B=111D350529:00343589,8800=152D390921:000150402627,0F292F2B1E=2733030F1B:00010F17505840,565A80385283846315=101C283404:000103020611187B7C2D4E616439201E0C26,522E474429=101C283404:0001030239450D297115332C2E4C,0F542070528438632C=101C283404:000103392E54837548,19700F58157A20381F=1830000C24:00010670175B71292A152322271E,03637C2B380F=0E1A263202:0001067052842E71291F20,030F38477533=131F2B3707:0001067011185B0D332C2E2D712909262322271F200C,0F5263250C=17232F0B3B:000106040318111A170F33292A26276A201D0C7A71077C1F1E74694F,520A=0D19253101:0001060403232226380F767754,568020152D=111D293505:000106025B7571295B04032D302F382B2A0D801E20,2E1F0F0F0C=0D19253101:00010607155B5C26271E2021165D83,38470F2920=16222E3A0A:000106073018110F3329271E0C7A0D75,3826201508=0F1B273303:00010618111A16332C2E2F2D27200C07483A450D,1552843825=0E1A263202:000102261E2027,03476F700F2971382E39=15212D3909:0001027007834878,2E388A201D17=131F2B3707:00010203450D3329152C2E2F5375,0F638A6A1D8A382D=0E1A263202:000102030D70332C2E29712F534426201F1E,0F38152F=121E2A3606:0001020370450D332C2E2D152971,0F52838A201D1B=1D29350511:0001020370528384631575712D2E4E3E581F1E1D,292C2B452620803A=222E3A0A16:0001020370392F2971152B54754C,458A1F0F20462C=14202C3808:0001020370392F80712B546675201E26,1F58472E152F=16222E3A0A:000102037039714515750D33,201D381F092E0F1103=32020E1A26:000102030F7039453319152E2D2F63751F0C1E20,71290D38472C=16222E3A0A:000102035270392E2D5863,0F381D2B2921201511=131F2B3707:0001020352666A,0F7020262938172F3A=2430000C18:00010203332C2E2F1558631F,0F1920707A2971264627=05111D2935:0001020311180F702E1F7952838468332D6749443E46630C1E1D21,292B2035=1C28340410:000102031118396375664819,1D4138702080291F=232F3B0B17:000102033945332C6375201D21,0F1929710D702D=101C283404:00010203390D3329152C2B751E20,2E1F54475352458316=111D293505:0001020339161745514F2C190F1A16152E2D2F304979,8D13=17232F3B0B:00010203396A79637566201D211E,29387D71707A30=101C283404:000102033911170D3319152E2F0947442627201F,8D25=3505111D29:000102031811392E2D19528384543E4463751F20,152F1A290F0D=0E1A263202:0001020626232227201E,0F2E03801F0F=101C283404:0001020617385483,030F47202B6B1B=2733030F1B:000102060F17705283797823221E2027,2E712910=121E2A3606:000102062A397129797B7C2E1F2425,162F5D20262B=182430000C:0001020603691817452C2E2D498344,412B6A09633808=3A0A16222E:0001020603700F7B7C2E1F692D48302F565A586366240C21,2B151A292039=17232F3B0B:000102060717706A33392D2E4E674447482322271E210C,71292B4F2023=33030F1B27:0001020607036A5D397C7C2163664744,0F4E25208A08=04101C2834:000102060775261F20,71290F70150C=101C283404:00010206111803302F565A802D4E2B881F261E0C,0D0F521B=16222E3A0A:00010206090D5B7952838454685D7B7C443D77656366201F1E,030F47454F24=010D192531:000102071283542627201D210C4C78,29580F2E6352032E1F01=32020E1A26:00010275261E0C2322,6303706F0F292E1F19=0E2632021A:000102081A158483262322270C1E,700F292E1B=101C283404:00011A1615262322271F1E200C214C,472B0F1124=3707131F2B:00013974150726271F1E200C,0F06520D297170382B4507=17233B0B2F:000118111A16175B154C26271E200C232279302F5D528384547543,0F297C7A03=17232F3B0B:000118111A332C2E2D1571292A2627200C7A1979,387C02=172F3B0B23:000118111A332C2E2D1571292A23222627200C7A791970302F5D5283845456,387C454F1F=0E1A263202:0001081811171A160F1571292A26271E20396476452B0D,632E523813=15212D3909:00211D1E232289,8D16=0E2632021A:006526232227201F,8926=05111D2935:00657689,6B0F5225=16223A0A2E:00654C89,8D03=2A3606121E:006589,2970472008=15212D3909:001A170F5B332E2D7129261E203E5D,1503528306=152139092D:001A170F1379232227761926,71293833=1C28340410:001A1715838444363F261F1E200C2322,0F476B52036338=14202C3808:001A2B5448701938754C,152E20242510=0D19253101:0039504089,8D39=283404101C:003926271E20747677642322480C06,2E1F38=0F1B273303:0039262322271E201D210C0748766465776A,150F382939=202C380814:0039332C2E2D2F152B4644261F1E,0F7019382971637A31=192531010D:0039787989,1F2E2010=101C283404:0039787089,2E1F8A034F206B29=05111D2935:00398B7989,0F200C=131F2B3707:0039077426271F1E20,0F29713852832B632D=14202C3808:0039076A7426271F2048,0F79197029717A382C=0E1A263202:00397C343548,8929=3B0B17232F:003934357B7C89,0F2028=16222E0A3A:0039343589,8D34=16222E3A0A:0039343589,880B=111D293505:0039343589,8805=17233B0B2F:0039343589,882E=101C283404:0039343589,8806=17233B0B2F:00390103040618111A17332C2E262322271E157A7071302F45631F2075,807C2B=0915212D39:00396577647969271E2322,52012E1F2620612D=16222E3A0A:00391A6A15384C4943363F7448,0F0379472B6319=192531010D:00394C786F89,0F2E442035=182430000C:003989,882A=121E2A3606:003989,8816=13191F252B313701070D:003989,8801=0D19310125:003989,880D=0F1B273303:0018112C2E01040607332D292A09270C2322696870302F47023945,382052801C=101C340428:00190F153917701A48,472E1F200334=1F2B370713:00195475667689,5229152E2019=222E3A0A16:004C504089,0F5215470A=3A0A16222E:005C702C2F802B154C78,5A562E1F208A45466319=102834041C:0089,090F1538=131F2B3707:71297C790001062A710F802D,5215705D2F=0E1A263202:7100030170391959152E2D2F2B39,0F201F4F75668A3824=030F1B2733:5483846376656419786A,298030201A=2430000C18:5452838479195D00012A0D7B7C2C2E3348156366242526201E,0F71292D=07131F2B37:54528384700001020339482D301571565A363F637566,06292B201F8A29=030F1B2733:54528384036F796A153E65,7129631D=2733030F1B:5452848303152F802C2D,2E1F208A7A700F29710C7D22=33030F1B27:118384155B20272E1F21,0F03380E=0E1A263202:1179302F842627201E,0071292E1F0E=06121E2A36:11177B7C52842C2E5B1F20,060071292F0F0E=101C283404:110F70528475660D7129,012E1F20262A=101C283404:110F03706A795215636626271E,0C012F38062C292B07=020E1A2632:110F0001702C2E7129201F,52060C=0E1A263202:110F00017052792E1F1E,71290D2B2020=293505111D:110F1A6A702C2E1952838453712F6375,45201500011D=101C340428:11037B7C2E2F7129,0F52200B=0E1A263202:11000170792C2E7129,0F52201F01=111D350529:110001527B7C2E75,0F2009=04101C2834:1100010206702D804E2B2620,0F52540D00=131F2B3707:110001392E1F20,0F712932=17232F3B0B:11715452838454292C2E302D4E092A0D50407970443D,5680410023=2B3707131F:111879690001020370396A2E2D528384543E637566,0F380D580F292000=222E3A0A16:111879076A1A171523221E27207924,5229700F1D012E292B0C2F0B=06121E2A36:111817000106702C2E71292A0D33802D302F4E2B44,0F52252029=07131F2B37:11180F000704030D7C684580302F153867534775,70204119=2430000C18:11180F00012A0D70795D7B7C39332D2C2E4E4863664C,064F478A2037=1E2A360612:11180F000152548471702C2E2D4E303348492A156144474C63,8A201F38450618=202C380814:11180F000128032A0D7129302C2E302F2D802B09411F1E20,5284543824=2F3B0B1723:11180F0001020370391952845329712B632E7B7C792D2C8020,385D151E=293505111D:11180F0001020339700D29716375662E1F2620,3815568016=16222E3A0A:11180F000102587B7C5283847971302F804B2B497675,09612E1F201E=232F3B0B17:11180F00010E715229702E79692C2E2D2B15093954444C6666,2F565A806132=131F2B3707:11180F71297052838454792A0D33802D153853201F1E212627,012F56476628=3707131F2B:11180F71297000010604032A0D793969302F33802D636675,201F52565A1E18=1D29350511:11180F5C000102030D332C2E195329711563261F202322,52843A=202C380814:11180370392A0D3329712C2F156375795B5D,450C8A00382E1F20010C=3A0A16222E:11185283847975661271393D692D15565A201E262322,292F060D0C02=30000C1824:111852838470795B302F404533802D152B39201E23221D212726,0F2E1F010D2923=2D39091521:111852838453546319297115030D332B2C,060F8A2E38201F38=0D19253101:111800020D041A796933483E5347446563751F1D212026,010F09150C17=2430000C18:1118000717161A2C2E3371292B56433D6375363F,0F010347208A09=020E1A2632:111800012A0D2C705271292E201F,1538617904=30000C1824:11180001032A0D70795B2C2E302F802D4E152B33714161201F26,520958470A=000C182430:11180001020439332C2E302F2B5844477515634C1F2721,0F520D19267A2971702037=232F3B0B17:111800010206037939695483845D2D2E4E446375661F262120,0F52290D7123=31010D1925:111800010206071979697C67474475664C,0F16298A2014=182430000C:11187129705B79000106032A0D397B6F7C802D2C2B61756627261E0C1D21,0F2E15414732=192531010D:111871545283842979397B7C69152B2A0D3348295324251F1D1E26,6B00702F800C201E=1F2B370713:5D0007363F232227261E21,037C0F471F202E=0E1A263202:6526232227201F,880E=111D293505:653989,8806=131F2B3707:363F6526232227201E89,8832=1A2632020E:1A454F548384,881D=121E2A3606:1A38712975,0F201A=0E1A263202:1A162623227954,0001710F290C=0F1B273303:1A16170F13152654,3852204F32=0F1B273303:1A5D453A332C2E2F4B25262322271F201E1D21,000F704723=2F3B0B1723:3950177089,522E1F0F201A=1D29350511:39701117302F713819297566,004551152C2E201D1F34=121E2A3606:393589,881A=15212D3909:393589,882C=182430000C:393589,8825=101C283404:393589,881C=2531010D19:394089,71294709636F7C440D=0D19253101:3948007889,8D38=2430000C18:394889,8811=111D293505:394889,882A=0E1A263202:3907,8807=0D19253101:39343589,8831=101C283404:393489,8801=222E3A0A16:390050404C89,0F528329692018=131F2B3707:39006A26201F,0F520D38580629712B09=380814202C:390001022C2E302F1575804B2D261F20,0D0F0319707D5229717A15=17232F3B0B:3989,8D11=0A16222E3A:181179838454637566,0F5229012007=111D293505:18117915384C,52200E=0C18243000:1811795B032C2E302F802D4163754C27261E1D2120,010D0F29521F29=16222E0A3A:1811795B5466,01202F=192531010D:181179000607040D03302F5283844F3A45512B1533664C47,090F702E208A2B=0B17232F3B:18117900012C2E5B1F20,0F710D52291A=122A36061E:181179190E332C2E2D52637566262322271F20,8D02=0F1B273303:181117332C2E1526232227201F1E3E,38030F522922=142038082C:181170792C2F7129,52201F=121E36062A:18117001061579,71292023=121E2A3606:18117000012C2E7129,522024=3505111D29:18110F390001020370390D3329711563752E1F0C201D,38525D1A=101C283404:18110F197983842E230C271F1E7A70525463,2620291503=111D293505:1811002E1F8384,0F2022=1824000C30:181100012C2E2F1F,0F3821=142038082C:181100012C2E2F1F20,0F5229=14202C3808:181100015B3875,2E2034=15212D3909:181100012A0D2C2E2F2B2D302F4E447129841F,0F09416138200F=0814202C38:181100012A0D52842953411E20,2E1F0F47152F=131F2B3707:18110001032A0D845B7129302F791533536678,0F208A1F1D33=17232F3B0B:18115452840001712970802D2C2E302F2B2A0D78791F,0F204758610E=0F1B273303:18111A16175B3315262322271F1E201D215D838454433E363F754551,00030F290D=0C18243000:18115C0001702A2C2E2F5283847129795B6375802D154C,1F208A2407=15212D3909:88,262052830D=17232F3B0B:88,8D17=102834041C:88,8D0B=15212D0939:88,8D24=121E2A0636:88,8D09=17232F0B3B:88,8D13=111D293505:1979,3F2F2E45207D37=112935051D:1966583F6589,8831=16222E3A0A:4C4089,880C=0C18243000:4C78,297172380D2A2E0F47484112=16222E3A0A:5C0F1811790070528471291F20,2F0380512514=1C28340410:5C0001020652835B0E03804B2D4E2B752024210C06,292E565A36=1A2632020E:5C11180001027170520D298483292B15200C,03802E386333=15212D3909:89,6B34=111D293505:89,8D', + TIME_YI_JI:'0D28=,2C2E2128=,2C2E0110=,2C2E0C1F=,2C2E7A701B1C=,01022308=,01026D003026=,000106037A702D02=,000106037A702802=,000106037A703131=,000106037A70341B=,000106087A701F0E=,000106087A702E15=,000106087A702C2E0E39=,000106087A702C2E0D2B=,881727=,88032D=,88352F=,882B2F=,882125=,882A22=,880C1E=,880220=,88161A=,882018=,883422=,880113=,880B11=,883315=,882915=,881F17=,88150D=,88122E=,88302A=,88262A=,883A28=,880826=,881C2C=,881905=,882303=,880F09=,88050B=,883701=,882D01=,88060C=,882410=,881A12=,882E0E=,88380E=,881010=,883630=,881834=,880E38=,882232=,882C30=,88043A=,881E0A=,880006=,883208=,880A04=,881400=,882808=,883137=,883B35=,882737=,881D39=,88133B=,880933=,88251D=,882F1B=,881B1F=,88111D=,880719=,88391B=,88212D=,7A702C0B15=,7A70551515=,7A70552D00=,7A7D2C2E1334=382C,000106083528=382C,7A70000106080504=382C7A6C55700F197120,00010608223A=380006082C,01026D0D2C=380006082C,01027A70551D30=380006082C0F71295283,01027A703636=380006082C0F71295283,0102416D1226=380006082C7A706C550F297120,0102251C=380006082C7A6C55700F197120,01026D2300=3800010608,2C2E0324=3800010608,7A702C2E082E=3800010608,7A70552C2E3B34=38000106082C,2F8026330C=38000106082C,2F80267A701622=38000106082C7A70556C0F197120,1904=38000106082C7A6C55700F197120,1514=38000106087A70556C0F197120,2C2E3138=38000106087A70556C0F197120,2C2E0B10=38000106087A6C55700F197120,2C2E2B28=387A6C55700F197120,000106082C2E2E16=38082C,000106037A700E3A=38082C,000106037A703708=38082C6C550F197120,000106037A701B20=38082C6C550F197120,000106037A70111C=38082C6C550F197120,000106037A703A2D=2C38,000106082733=2C38,000106081015=2C38020F71295283,000106083817=2C2920,7A700F03=2C2920,616D1839=2C292070556C100F,00010608161B=2C2920020F7100010608,302B=2C2920556C0F1971,7A701E07=2C2920010F,1B1B=2C2920010670100F00,352B=2C292000010206100F70,082B=2C292000010206100F707A,0C21=2C292000010870556C100F7A,0617=2C29206C0F1971,7A70552807=2C29207A70556C0F197100010206,122F=2C29207A706C55100F1971,1017=2C29207A706C55100F1971,2731=2C20,616D0436=2C2070550F,7A7D01022E12=2C200F71295283,01021831=2C20556C0F1971,7A702912=2C20100F52,01026D1D33=2C807138152952,000106080E31=2C80713815295270556C100F,000106083201=2C80713815295270556C100F7A,000106080327=2C80713815295202100F,000106037A702B2B=2C80713815295202100F,000106037A702801=2C80713815295202100F,000106083639=2C80713815295202100F7A7055,00010608341D=2C807138152952556C100F,000106037A701B23=2C807138152952010F6C55,7A70302D=2C8071381529520102100F7A7055,2231=2C8071381529520102100F7A6C55,1F13=2C80713815295200010206100F20,7A70313B=2C8071381529526C550F,000106037A701A15=2C8071381529527A70550F,000106080219=2C8071381529527A70556C0F19,000106082E0D=2C80713815295208556C100F,000106037A70161F=2C80711529525670556C100F,000106083813=2C80711529525670556C100F,000106082D05=2C807115295256020F7A706C55,2237=2C80711529525602100F,000106081F0D=2C80711529525602100F55,000106037A702627=2C8071152952560102100F7A706C,2C33=2C8071152952560102100F7A706C,0939=2C80711529525601100F7A7055,416D021F=2C80711529525600010206100F70,0E37=2C80711529525600010870556C10,2129=2C8071152952566C550F,7A702519=2C8071152952566C550F19,7A702417=2C8071152952566C55100F19,000106037A70043B=2C8071152952566C55100F19,000106037A700C1B=2C8071152952566C55100F19,7A703B31=2C8071152952566C100F19,7A705500010603172D=2C8071152952567A70550F,416D3A2F=2C8071152952567A70556C100F,1901=2C8071152952567A706C55100F19,1119=2C8071152952567A6C55700F19,1C2B=2C80711529525608556C100F,000106037A701403=2C80711529525608556C100F,000106037A70071D=2C80711529525608100F55,000106037A701908=292C20,7A7D01026D2E0F=292C200102100F7A7055,032C=292C20000608,0102071C=292C206C550F1971,000106037A700E33=292C207A70556C000108,0503=2920550F,7A702C2E0721=2920556C100F,7A702C1225=2920000108556C100F,7A702C2E1F11=2900010870556C100F7A,032C201A11=297A70556C100F,032C200E35=297A70556C100F,032C20000A=70556C0F197120,7A7D3A29=70556C100F2C20,000106081C25=70556C100F2C20,000106082805=70556C100F2C20,000106082F20=70556C100F2C20,00010608150C=70556C100F29522002,7A7D000106033314=70556C100F,00010608032C20122A=70556C08,7A7D000106032415=70100F2C715220,000106081A0D=4B0F2C20,000106037A701902=4B0F2C20,000106080E3B=4B0F20,7A702C000106032E17=0F2C09382920,7A7000010603363B=0F2C093829206C55,000106037A70082C=0F29528320,7A2C71707D01026D0718=0F712952832C20,7A7D01021C26=0F712952832C20,7A7D01026D3918=0F712952832C2038000608,01027A70552126=0F712952832C2010,01021330=0F712952832C207A7055,01021118=0F712952832C207A7055,01023524=0F715220,7A70552C2E3419=20556C0F1971,7A702C2E1D31=2000010206100F,7A702C1E05=0270290F2C207A,00010608212C=0270550F,00010608032C200C23=0270550F,00010608032C203706=0270550F20,000106082C2E2520=0270550F20,7A7D000106032E13=0270550F202C807115295256,000106081620=020F29528320,000106087A2C71707D0112=020F2952832055,7A2C71707D000106030F08=020F20,7A7055000106032A23=020F712952832C20,2521=020F712952832C20,000106082F21=020F712952832C20,000106080003=020F712952832C20,7A700432=020F712952832C2038000106086C,7A701E03=020F712952832C2070556C10,000106081623=020F712952832C2001,2236=020F712952832C2001,000B=020F712952832C2001,7A70552C36=020F712952832C20013800,416D341E=020F712952832C20017055,7A7D0E32=020F712952832C200110,7A7D0329=020F712952832C2001107A706C55,262D=020F712952832C20017A7055,1229=020F712952832C2000010608,122D=020F712952832C2000010608,1011=020F712952832C2000010608,0A0B=020F712952832C2000010608,1F0F=020F712952832C2000010870556C,1A0E=020F712952832C206C55,7A703312=020F712952832C2010,000106037A70172A=020F712952832C2010,7A7055000106033B3B=020F712952832C2010,416D000106037A700B12=020F712952832C20106C55,000106037A700615=020F712952832C207A7055,3203=020F712952832C207A7055,201B=020F712952832C207A706C5510,2023=020F712952832C207A6C7055,2A1B=020F7129528320,000106087A702C2629=020F7129528320,7A702C2E3709=020F7129528320,7A702C000106083A24=020F7129528320,7A70552C2E341A=020F712952832038000106087A70,2C2E1C2D=020F712952832001,7A702C2E0611=020F712952832001,7A702C2E021A=020F712952832001,7A7D2C2E3815=020F71295283200100,7A702C2E3024=020F71295283200110,616D2C2E093B=020F71295283206C55,7A702C2E000106030505=020F71295283206C55,7A702C030C1A=020F71295283207A706C55,000106082C2E3705=020F712952837A706C55,032C201F0C=02550F20,000106037A700508=02550F20,000106037A703029=02550F20,000106087A702C2E3027=02550F202C807115295256,000106037A703526=02100F2C29528320,000106037A70150E=02100F2C29528320,00010608380F=02100F2C29528320,000106083527=02100F2C29528320,7A70000106031C27=02100F2C2955528320,000106081227=02100F2C29555283207A706C,00010608060F=02100F2C29555283207A706C,000106081D34=02100F7020,7A7D000106030F02=02100F7055528315,2F8026000106083920=02100F7055528315,2F802600010608212A=02100F7055528315,000106082A20=02100F7055528315,000106083A26=02100F7055528315,000106080439=02100F7055528315,000106080008=02100F7055528315,000106081B21=02100F7055528315,00010608071B=02100F7055528315,000106080D24=02100F7055528315,000106082C2E2C32=02100F7055528315,000106082C2E2B2C=02100F7055528315,00010608032C201402=02100F7055528315,00010608032C20391C=02100F7055528315,7A7D000106031F10=02100F705552831538,2F8026000106082D06=02100F70555283157A,2F802600010608290D=02100F20,7A702C000106032416=02100F20,616D000106037A702C34=02100F20292C,7A70000106031C2A=02100F528315,7A7055000106032234=02100F528315,7A7055000106032A21=02100F55528315,000106037A703313=02100F55528315,000106037A700509=02100F55528315,000106037A702D03=02100F55528315,000106037A700613=02100F55528315,000106037A702235=02100F55528315,000106037A70391D=02100F55528315,000106037A70100F=02100F55528315,000106087A702C111B=02100F55528315,000106087A702C2E2916=02100F55528315,7A2C71707D000106030430=02100F55528315,7A2C71707D000106033B32=02100F55528315,7A2C71707D000106081903=02100F55528315,7A702C2E000106033A27=02100F55528315,7A702C000106030931=02100F55528315,7A702C000106030C1C=02100F55528315,7A70000106032735=02100F555283152C8071,000106037A700B13=02100F555283152C807138,000106037A701517=02100F555283152C807138,000106037A702917=02100F555283156C,000106037A703136=550F522010,7A2C71707D01022A1E=550F715220,7A702C2E1333=550F715220,7A702C2E000106081405=556C,000106087A702C2E0433=556C,7A70000106083B38=556C0F197120,7A702C2E1E01=556C0F19712001,7A702C2E190B=556C000108,7A70230B=556C000108,7A702C2E1A0F=556C0001082C807115295256,7A701830=556C0008,7A2C71707D01023814=556C100F295220,7A2C71707D03082F=556C100F295220,7A702C0C1D=556C100F295220,7A702C2E00010603021D=556C100F295220,7A70000106031121=556C100F2952202C,7A701835=556C100F2952202C80713815,000106037A703B30=556C100F29522002,000106037A70290C=556C100F29522002,7A70000106030930=556C100F2952200238,000106037A702B27=556C100F2952200102,7A702C2E3812=556C08,000106037A701012=556C08,000106037A701621=556C08,7A702C2E000106033209=556C08,7A702C2E000106032021=556C082C807138152952,000106037A700009=556C082C807138152952,000106037A702A1D=807138152952000170100F,032C200A05=807138152952000170100F,032C20273B=8071381529527A706C550F,032C203423=80711529525600010870556C100F,032C201511=80711529525600010870556C100F,032C20183B=80711529525600010870556C100F,032C203311=010F2C80093829206C55,7A702B29=010F2C80093829206C55,7A70616D3A25=010F2C09382920,7A70550825=010F2C093829207A6C5570,201E=010F09382920,7A702C2E352E=010670100F2C71522000,1C28=010670100F7152207A6C55,2C2E2E11=0106100F7152,7A70032C203205=0106100F71526C,7A70032C202A19=0102290F20,7A702C2E2A1F=010270290F2C207A6C55,2413=010270290F2C207A6C55,0437=010270290F2C207A6C55,0935=010270550F,032C201B18=010270550F20,2B24=010270550F20,2F80261906=010270550F20,2C2E2732=010270550F20,2C2E071A=010270550F20,2C2E3700=010270550F20,7A7D1724=010270550F203800,2F80263921=010270550F202C29,416D290F=010270550F202C807138152952,1619=010270550F202C8071381529527A,3207=010270550F202C80711529525600,0829=010270550F2000,060D=010270550F2000,0001=010270550F2000,2736=010270550F207A,1B1E=010270550F207A,2C2E140B=010270550F207A6C,0114=010270550F7A6C,032C202C3B=010270550F7A6C,032C20201F=0102550F20,7A702C1A13=0102550F20,7A702C3637=0102550F20,7A702C280B=0102550F20,7A702C223B=0102550F20,7A702C032D04=0102100F2C29528320,7A701409=0102100F2C29528320,7A70552307=0102100F2C2952832000,0005=0102100F295283,032C207A700A00=0102100F2955528320,7A2C71707D082D=0102100F2955528320,7A702C2E2809=0102100F295552832000,7A702C2E2B2D=0102100F7055528315,021E=0102100F7055528315,0C20=0102100F7055528315,2F80263420=0102100F7055528315,2F80261510=0102100F7055528315,2F80262E10=0102100F7055528315,2F80262806=0102100F7055528315,2F80263134=0102100F7055528315,2F80261D38=0102100F7055528315,2F8026251A=0102100F7055528315,2F80263A2A=0102100F7055528315,2F80267A7D1120=0102100F7055528315,2F80267A7D0824=0102100F7055528315,2C2E1E00=0102100F7055528315,2C2E7A2F1D=0102100F7055528315,032C200A06=0102100F7055528315,7A7D2C2E1C2E=0102100F70555283153800,2F80261832=0102100F70555283153800,2C2E280A=0102100F70555283153800,2C2E320A=0102100F705552831538007A,2738=0102100F705552831538007A6C,2F80260720=0102100F705552831538007A6C,2F8026032B=0102100F70555283152C292000,1907=0102100F70555283152C292000,3703=0102100F70555283152C292000,2739=0102100F70555283152C29207A,251B=0102100F70555283152C29207A,2B25=0102100F70555283152C29207A6C,1331=0102100F70555283152C207A,0D29=0102100F70555283152C80717A,1B1D=0102100F70555283158071,032C200D2D=0102100F705552831500,1725=0102100F705552831500,352D=0102100F705552831500,0C19=0102100F705552831500,150F=0102100F705552831500,3025=0102100F705552831500,0F07=0102100F705552831500,1E09=0102100F705552831500,251F=0102100F705552831500,010C=0102100F705552831500,2F80261A10=0102100F705552831500,2F80261016=0102100F705552831500,2F80260934=0102100F705552831500,2F80262910=0102100F705552831500,2F80267A7D1A14=0102100F705552831500,2C2E2304=0102100F705552831500,7A7D3421=0102100F7055528315002C2920,212F=0102100F7055528315002C807138,111F=0102100F7055528315002C807138,3135=0102100F7055528315008071,032C200828=0102100F7055528315007A6C,2022=0102100F70555283156C,7A7D140A=0102100F70555283156C,7A7D2C2E2127=0102100F70555283157A,1618=0102100F70555283157A,0B0F=0102100F70555283157A,1836=0102100F70555283157A,172E=0102100F70555283157A,2F8026352A=0102100F70555283157A,2F80262B2E=0102100F70555283157A,2F8026082A=0102100F70555283157A,2F80262306=0102100F70555283157A,2F80263702=0102100F70555283157A,2F80262C38=0102100F70555283157A,2F80261E06=0102100F70555283157A,2F80261B1A=0102100F70555283157A,2F8026032A=0102100F70555283157A,2C2E1F14=0102100F70555283157A,2C2E3810=0102100F70555283157A,2C2E262C=0102100F70555283157A29,032C20201A=0102100F70555283157A00,2F80260A02=0102100F70555283157A00,2F80261838=0102100F70555283157A6C,2F80260E34=0102100F70555283157A6C,2F80260438=0102100F70555283157A6C,2C2E2F1A=0102100F70555283157A6C,2C2E2305=0102100F528315,7A70553525=0102100F5283152C8071,7A70550723=0102100F528315807138,7A7055032C200D2A=0102100F55528315,2F80267A2C71707D3316=0102100F55528315,2F80267A2C71707D1224=0102100F55528315,2F80267A2C71707D212E=0102100F55528315,2F80267A700616=0102100F55528315,2F80267A70380C=0102100F55528315,2F80267A700434=0102100F55528315,2F80267A702A18=0102100F55528315,7A2C71707D2628=0102100F55528315,7A2C71707D100C=0102100F55528315,7A2C71707D2F80261729=0102100F55528315,7A701F15=0102100F55528315,7A70240E=0102100F55528315,7A703632=0102100F55528315,7A701339=0102100F55528315,7A700115=0102100F55528315,7A702C2C37=0102100F55528315,7A702C320B=0102100F55528315,7A702C3206=0102100F55528315,7A702C2E2238=0102100F55528315,616D2F80267A2C71707D3816=0102100F555283153800,2F80267A701406=0102100F555283153800,2F80267A700111=0102100F555283152C8071,7A700501=0102100F555283152C8071,7A70370B=0102100F555283152C807138,7A703B37=0102100F555283152C80713800,7A701C2F=0102100F555283152920,7A702C240F=0102100F555283152920,7A702C0A03=0102100F555283152920,7A702C0221=0102100F55528315292000,7A702C2E3317=0102100F55528315292000,7A702C2E3634=0102100F5552831500,2F80267A2C71707D3028=0102100F5552831500,7A2C71707D111A=0102100F5552831500,7A2C71707D071E=0102100F5552831500,7A2C71707D2913=0102100F5552831500,7A702F19=0102100F5552831500,7A702301=0102100F5552831500,7A702C3919=0102100F5552831500,7A702C3B33=0102100F5552831500,7A702C2E0223=0102100F5552831500,7A702C03032F=0102100F55528315006C,7A702C2E262E=0102100F555283156C,2F80267A70032E=0102100F555283156C,7A2C71707D0F0B=0102100F555283156C,7A701D3B=0102100F555283156C,7A702C2E030116=01100F1571292C20,2F80267A703200=01100F1571292C20,7A7055370A=01100F1571292C2000,7A701B22=01100F1571292C2000,7A701E04=01100F1571292C2000,416D1336=01100F1571292C20007A70556C,391A=01100F1571292C20007A6C7055,1C24=01100F1571292C207A7055,2F80260D2E=01100F15712920,7A702C2E2D0A=01100F15712920,7A702C2E2800=01100F15712920027A7055,2C2E251E=01100F157129207A70556C,2C2E1228=01100F157129207A70556C,416D2C2E050A=01100F5220,7A70550000=01100F5220,616D2624=01100F5220,616D2F80267A702804=01100F5220006C,7A70550F06=01100F52207A70556C,2C2E2F1E=01100F52207A70556C,2C2E1014=01100F527A70556C,032C20161E=01100F712920,7A702C2E0A0A=01100F71522C2920,616D161C=0070100F292C20,01020F04=0006100F7020,7A7D01026D183A=0006100F7020,616D0102201C=0006100F20,7A2C71707D01026D1D37=000170100F292C20,2F18=000170100F292C802038,161D=00014B0F,032C201338=00014B0F2C2002,2F80261728=00014B0F20,2C2E0F0A=00014B0F20,7A2C71707D1833=00014B0F20,7A702C1407=00014B0F20,7A702C1401=0001060838,2C2E1123=0001060838,416D032C202019=000106082C38,2C31=000106082C38,391F=000106082C38,2523=000106082C38,7A70416D1C29=000106082C38020F71295283,3811=000106082C38020F71295283,7A700937=000106082C386C550F197120,7A700117=00010252100F29202C7A706C55,1337=00010206700F202C807138152952,3A2E=00010206100F7020,616D0610=00010206100F20,7A2C71707D0328=00010206100F20,7A700F01=00010206100F20,7A702C3310=00010206100F20,7A702C2E3139=0001100F298020,7A702C2625=00010870556C100F2C20,1909=00010870556C100F2C20,391E=00010870556C100F2C20,2124=00010870556C100F2C20,2F80267A7D0F00=00010870556C100F2C2038,2D09=00010870556C100F2C2002,0500=00010870556C100F2C207A,2C39=00010870556C100F2C207A,2518=00010870556C100F2C207A,0B0C=00010870556C100F2C207A,2F80262911=00010870556C100F7A,032C200007=000108556C100F2C2029,7A700A07=000108556C100F2C2029,7A701332=000108556C100F20,2C2E7A70100D=000108556C100F20,7A702C2E2239=000108556C100F20,7A702C2E0A01=000108556C100F20,7A702C2E380D=0001086C100F2C20,7A70551D36=0001086C100F2C20,7A70552F1F=000108100F70552920,010D=000108100F70552920,616D0507=000108100F705529202C80713815,0B0D=000108100F705529202C8071157A,3133=000108100F7055292002,2309=000108100F7055292002,416D0002=000108100F705529207A,2F80263202=000108100F705529207A,2F80263638=000108100F705529207A,2C2E2A1A=000108100F705529207A38,2F80262414=000108100F705529207A6C,2C2E2E14=000108100F552920,7A2C71707D1404=000108100F552920,7A2C71707D0B17=000108100F552920,7A70330D=000108100F552920,7A702C172F=000108100F552920,7A702C2E3707=000108100F5529206C,616D7A702C2E302E=6C55700F197120,2C2E7A7D0C22=6C55700F197120,7A7D01026D1E02=6C550F297120,000106037A703923=6C550F297120,7A702C2E03230A=6C550F1920,7A2C71707D240C=6C550F19200210,7A2C71707D000106031A16=6C550F197120,000106037A701513=6C550F197120,7A703A2B=6C550F197120,7A701837=6C550F197120,7A702F23=6C550F197120,7A702F22=6C550F197120,7A702D07=6C550F197120,7A702C2E3922=6C550F197120,7A700102093A=6C550F197120,7A70000106031B19=6C550F197120,616D7A70071F=6C550F197120,616D7A702C2E212B=6C550F197120,616D7A702C2E000106032734=6C550F197120292C,000106037A700325=6C550F1971200001020610,7A702C122B=6C550F19712008,000106037A702411=6C100F2952,7A7055032C20010E=100F2C29528320,01023704=100F2C29528320,0102363A=100F292C206C55,000106037A702B26=100F2920,7A2C71707D01026D302C=100F7055528315,01021E08=100F7055528315,01022730=100F7055528315,01021512=100F7055528315,010200352C=100F7055528315,7A7D01026D2F1C=100F7055528315,7A7D01026D0222=100F70555283153800,01026D2412=100F70555283157A,01022230=100F70555283157A,0102060E=100F70555283157A6C,01022C3A=100F70555283157A6C,01026D1F12=100F1571292C20,01026D3B36=100F1571292C20,01026D1516=100F1571292C20,000106037A702302=100F1571292C20,000106037A701D32=100F1571292C20,000106082F8026330E=100F1571292C20,000106086D2A1C=100F1571292C20,7A7001026D313A=100F1571292C20,7A7000010603341C=100F1571292C20,416D7A70000106032B2A=100F1571292C2002,000106037A700326=100F1571292C20556C,000106037A70273A=100F1571292C2000,01026D0722=100F1571292C2000,01026D2E0C=100F1571292C206C55,000106037A701408=100F1571292C207A706C55,01022020=100F1571292C207A706C55,000106081726=100F1571292C207A6C7055,0102290E=100F1571292C207A6C7055,000106080932=100F1571292C207A6C7055,000106080D26=100F52,00010608032C20100E=100F5283153800,01027A70550B16=100F5220,2F8026000106081122=100F5220,6D010200133A=100F5220,01026D1F16=100F5220,000106037A703132=100F5220,000106083B3A=100F5220,000106082522=100F5220,00010608190A=100F5220,000106082C2E021C=100F5220,7A70000106030936=100F52202C,01026D3A2C=100F52206C55,01027A701A0C=100F52206C55,000106037A700E30=100F52206C55,000106037A700A08=100F52207A706C55,000106083204=100F52207A6C5570,01026D0B0E=100F55528315,01027A2C71707D0004=100F55528315,7A2C71707D01026D1D3A=100F55528315,7A2C71707D01026D3418=100F5552831500,7A2C71707D0102201D=100F712920,7A702C2E00010608030E36=100F71522C2920,01023635=100F715229,00010608032C20021B=7A70550F2C715220,1900=7A70550F715220,2C2E0A09=7A70556C,00010608172C=7A70556C,00010608032C200B14=7A70556C,00010608032C202914=7A70556C0F197120,2C2E0938=7A70556C0F197120,000106082C2E111E=7A70556C000108,0502=7A70556C000108,2F80260D2F=7A70556C0001082C807138152952,2D0B=7A70556C0001082C807138152952,3633=7A70556C0001082C807115295256,0C18=7A70556C0008,01020218=7A70556C0008,0102302F=7A70556C100F295220,000106082C35=7A70556C100F295220,000106081E0B=7A70556C100F2952202C807115,3130=7A70556C100F29522002,000106080506=7A70556C100F29522001,2C2E330F=7A70556C100F29522001022C8071,010F=7A70556C100F295220010200,0435=7A70556C100F295280713815,032C200614=7A70556C100F295201,032C20122C=7A70556C100F29520102,032C203B39=7A706C550F297120,0F05=7A706C550F297102,032C200D25=7A706C550F19712001,616D2233=7A706C550F19712000010608,2626=7A6C70550F197120,01021A17=7A6C70550F197120,00010608262F=7A6C70550F1971202C29,000106083529=7A6C70550F19712002,616D000106082D08=7A6C70550F197120103800,0102341F=7A6C55700F197120,2C2E172B=082C38,7A7055000106030D27=082C38,7A70000106030827=08556C100F2C20,000106037A702803=08556C100F2C20,000106037A701013=08556C100F2C20,7A7000010603262B=08556C100F2C20,7A7000010603240D=08556C100F2C20,7A70000106033631=08556C100F2C20,7A70000106030431=08556C100F20,7A702C2E000106031D35=08100F552920,000106037A701335=08100F552920,000106037A700612=08100F55292038,000106037A70', + SHEN_SHA:[ + '{s.none}', + '{sn.tianEn}', + '{sn.muCang}', + '{sn.shiYang}', + '{sn.shengQi}', + '{sn.yiHou}', + '{sn.qingLong}', + '{sn.zaiSha}', + '{sn.tianHuo}', + '{sn.siJi}', + '{sn.baLong}', + '{sn.fuRi}', + '{sn.xuShi}', + '{sn.mingTang}', + '{sn.yueSha}', + '{sn.yueXu}', + '{sn.xueZhi}', + '{sn.tianZei}', + '{sn.wuXu}', + '{sn.tuFu}', + '{sn.guiJi}', + '{sn.xueJi}', + '{sn.yueDe}', + '{sn.yueEn}', + '{sn.siXiang}', + '{sn.wangRi}', + '{sn.tianCang}', + '{sn.buJiang}', + '{sn.yaoAn}', + '{sn.wuHe}', + '{sn.mingFeiDui}', + '{sn.yueJian}', + '{sn.xiaoShi}', + '{sn.tuHu}', + '{sn.wangWang}', + '{sn.tianXing}', + '{sn.tianDe}', + '{sn.guanRi}', + '{sn.jiQi}', + '{sn.yuYu}', + '{sn.daShi}', + '{sn.daBai}', + '{sn.xianChi}', + '{sn.zhuQue}', + '{sn.shouRi}', + '{sn.tianWu}', + '{sn.fuDe}', + '{sn.liuYi}', + '{sn.jinTang}', + '{sn.jinKui}', + '{sn.yanDui}', + '{sn.zhaoYao}', + '{sn.jiuKong}', + '{sn.jiuKan}', + '{sn.jiuJiao}', + '{sn.xiangRi}', + '{sn.baoGuang}', + '{sn.tianGang}', + '{sn.siShen}', + '{sn.yueXing}', + '{sn.yueHai}', + '{sn.youHuo}', + '{sn.chongRi}', + '{sn.shiDe}', + '{sn.minRi}', + '{sn.sanHe}', + '{sn.linRi}', + '{sn.tianMa}', + '{sn.shiYin}', + '{sn.mingFei}', + '{sn.siQi}', + '{sn.diNang}', + '{sn.baiHu}', + '{sn.yueDeHe}', + '{sn.jingAn}', + '{sn.yuTang}', + '{sn.puHu}', + '{sn.jieShen}', + '{sn.xiaoHao}', + '{sn.tianDeHe}', + '{sn.yueKong}', + '{sn.yiMa}', + '{sn.tianHou}', + '{sn.chuShen}', + '{sn.yuePo}', + '{sn.daHao}', + '{sn.wuLi}', + '{sn.tianLao}', + '{sn.yinDe}', + '{sn.fuSheng}', + '{sn.tianLi}', + '{sn.zhiSi}', + '{sn.yuanWu}', + '{sn.yangDe}', + '{sn.tianXi}', + '{sn.tianYi}', + '{sn.siMing}', + '{sn.yueYan}', + '{sn.diHuo}', + '{sn.fourHit}', + '{sn.daSha}', + '{sn.daHui}', + '{sn.tianYuan}', + '{sn.liuHe}', + '{sn.wuFu}', + '{sn.shengXin}', + '{sn.heKui}', + '{sn.jieSha}', + '{sn.siQiong}', + '{sn.gouChen}', + '{sn.chuShuiLong}', + '{sn.baFeng}', + '{sn.tianShe}', + '{sn.wuMu}', + '{sn.baZhuan}', + '{sn.yinCuo}', + '{sn.siHao}', + '{sn.yangCuo}', + '{sn.siFei}', + '{sn.sanYin}', + '{sn.xiaoHui}', + '{sn.yinDaoChongYang}', + '{sn.danYin}', + '{sn.guChen}', + '{sn.yinWei}', + '{sn.xingHen}', + '{sn.liaoLi}', + '{sn.jueYin}', + '{sn.chunYang}', + '{sn.qiNiao}', + '{sn.suiBo}', + '{sn.yinYangJiaoPo}', + '{sn.yinYangJuCuo}', + '{sn.yinYangJiChong}', + '{sn.zhuZhen}', + '{sn.yangCuoYinChong}', + '{sn.qiFu}', + '{sn.tianGou}', + '{sn.jiuHu}', + '{sn.chengRi}', + '{sn.tianFu}', + '{sn.guYang}', + '{sn.jueYang}', + '{sn.chunYin}', + '{sn.liuShe}', + '{sn.yinShen}', + '{sn.jieChu}', + '{sn.yangPoYinChong}' + ], + DAY_SHEN_SHA:'100=010203040506,0708090A0B101=010C0D,0E0F101112131415102=16011718191A1B1C1D1E,1F20212223103=24011825261B271D1E,28292A2B104=012C2D2E2F3031,3233343536105=3738,393A3B3C3D123E106=3F404142434445,464748107=494A4B4C4D,4E108=4F5051524C4D5345,54555657109=58595345,5A5B12565C10A=5D415E5F60,616263640B6510B=0266676869,6A6B6C0A3E6D10C=1602171803041B05061E,07086E10D=24181B0C0D,0E0F1011126F13141510E=70191A1C1D,1F2021222310F=0125261B271D,28292A2B110=012C2D2E2F3031,3233343536111=49013738,393A3B3C3D123E112=4F50013F404142434445,4648113=014A4B,4E6E114=51524C4D5345,54550B5657115=0158595345,5A5B12565C116=1601185D415E5F60,61626364117=24021867681B69,6A6B3E6D118=0203040506,0708119=1B0C0D,0E0F10111213141511A=191A1B1C1D1E,1F2021222311B=4925261B271D1E,28292A11C=4F502C2D2E2F3031,323334353611D=3738,393A3B3C3D123E11E=3F404142434445,460B4811F=4A4B,4E71120=16171851524C4D5345,545556121=241858595345,5A5B12565C122=5D415E5F60,61626364123=0267681B69,6A6B3E6D124=0203041B05061E,070847125=491B0C0D,0E0F101112131415126=4F50191A1C1D1E,1F20212223127=2526271D1E,28292A2B128=2C2D2E2F3031,32333435360B129=3738,393A3B3C3D123E12A=1617183F404142434445,464812B=24184A4B,4E7212C=51524C4D53,5455565712D=0158595345,5A5B12565C12E=015D415E5F60,616263647312F=49010267681B69,6A6B3E6D130=4F500102030405061E,070874131=010C0D,0E0F101112131415726E132=191A1C1D1E,1F2021220B722375133=2526271D1E,28292A2B134=1617182C2D2E2F3031,3233343536135=24183738,393A3B3C3D126F3E136=3F4041424344,4648137=4A4B,4E72138=51524C4D5345,545576567257139=4958595345,5A5B7612565C7713A=4F505D415E5F60,6162636413B=02676869,6A6B3E6D200=1601025D60,393B28292A11090A201=0103041A1B4A,123435360B6D202=011819681B4C1D061E,3D1014203=011718252F591D0D1E,1F20213233204=012C26,3C23205=493751522D2E69,121364223E2B206=503F4005311E,6A3A5A5B207=5841440C38,4615208=431C4D45,6B4E5648209=27534B45,545507086162125620A=16666730,0E0F635720B=0241425E5F1B,6C0A0B3E5C20C=02185D1B601E,393B28292A116E20D=171803041B4A,126F3435366D20E=7019684C1D06,3D101420F=4901252F591D0D,1F2021323378210=50012C26,3C23211=013751522D2E69,121364223E2B212=013F40053145,6A3A5A5B213=015841440C38,46156E214=16431C4D5345,6B4E5648215=27534B45,545507086162120B5648216=18671B30,0E0F6357217=02171841425E5F1B,3E5C218=025D60,393B28292A11219=4903041A1B4A,123435366D21A=5019681B4C1D061E,3D101421B=252F591D0D45,1F2021323321C=2C26,3C2321D=3751522D2E69,121364223E2B21E=163F40053145,6A3A5A5B21F=5841440C38,467147150B220=18431C4D5345,6B4E5648221=171827534B45,5455070861621256222=6730,0E0F6357223=490241425E5F1B,3E5C224=50025D1B601E,393B28292A11225=03041A4A,123435366D226=19684C1D061E,3D1014227=252F591D0D1E,1F20213233228=162C26,3C23229=3751522D2E69,121364220B3E2B22A=183F40053145,6A3A5A5B22B=17185841440C38,46157222C=431C4D53,6B4E564822D=490127534B45,54550708616212567922E=5001671B30,0E0F635722F=010241425E5F,3E5C230=01025D601E,393B28292A1174231=0103041A4A,1234353647726E6D232=1619684C1D061E,3D1014233=252F591D0D1E,1F202132330B75234=182C26,3C23235=17183751522D2E69,126F1364223E2B236=3F400531,6A3A5A5B237=495841440C38,461572238=50431C4D5345,6B4E76567248239=27534B45,5455070861627612567323A=6730,0E0F635723B=0241425E5F,3E5C300=0102415E5F1A1B69,090A471457301=011B05,6A125C302=5001185D19515203042F0C1D601E,323315303=4F490118251C1D1E,3C5A5B106D304=012C2706,1F20213B710B787A305=58372668300D,6B123E306=173F402D2E45,07086423307=00,393A0E2B308=24164142444A533145,61624622567B309=674C533845,28292A4E12135630A=431B594D,5455633435364830B=021B27,3D116C0A3E30C=500218415E5F1A1B691E,146E5730D=4F49181B05,6A126F5C30E=705D19515203042F0C1D60,3233150B30F=01251C1D,3C5A5B106D310=01172C2706,1F20213B7C311=0158372668300D,6B123E312=2416013F402D2E45,0708476423313=01,393A0E0F6E2B314=4142444A533145,61624622567D315=66671B4C533845,28292A4E121356316=5018431B594D,54556334353648317=4F4902181B4B,3D113E318=02415E5F1A69,140B57319=1B05,6A125C31A=175D19515203042F0C1D601E,32331531B=251C1D1E,3C5A5B106D31C=24162C2706,1F20213B31D=58372668300D,6B123E31E=3F402D2E45,0708642331F=00,393A0E0F2B320=50184142444A533145,61624622567E321=4F4918671B4C533845,28292A4E121356322=43594D,5455633435360B48323=021B4B,3D113E324=0217415E5F1A691E,1457325=05,6A125C326=58165D19515203042F0C1D601E,323315327=251C1D1E,3C5A5B106D328=2C2706,1F20213B75329=58372668300D,6B123E32A=50183F402D2E45,0708642332B=4F4918,393A0E0F722B32C=4142444A5331,616246220B567B32D=01671B4C533845,28292A4E12135632E=011743594D,5455633435364832F=01024B,3D113E330=24160102415E5F1A691E,741457331=0105,6A12726E5C332=5D19515203042F0C1D601E,32331572333=251C1D1E,3C5A5B106D334=50182C2706,1F20213B335=4F491858372668300D,6B126F3E336=3F402D2E,0708640B23337=00,393A0E0F722B338=174142444A533145,616246762256727B73339=674C533845,28292A4E7612135633A=241643594D,5455633435364833B=024B,3D113E400=5001431B,5A5B1248401=490141425E5F2F4B,32336314402=4F01024A1D1E,396B3C130B57403=01025803044C1D1E,07085C404=01183F5D5960,0E0F10127F405=171819,1F20213E6D788075406=162526690645,28292A407=242C2D2E050D,6162343536647B408=3767680C5345,6A3A3B3D12155623409=4041441C5345,46562B40A=501B274D31,4E1140B=4951521A1B3038,5455223E40C=4F431B1E,5A5B0981120B6E4840D=41425E5F2F4B,3233631440E=02184A1D,396B3C135740F=010217185803044C1D,0708475C410=16013F585960,0E0F1012411=240119,1F20213E6D412=012526690645,28292A413=012C2D2E050D,6162343536646E7B414=503767681B0C5345,6A3A3B3D126F155623415=494041441B1C5345,46562B416=4F1B274D31,4E11710B417=51521A1B3038,54556C81223E418=18431B,5A5B1248419=171841425E5F2F4B,3233631441A=16024A1D1E,396B3C135741B=24025844044C1D1E,07085C41C=3F5D5960,0E0F101241D=19,1F20213E6D41E=50702526690645,28292A41F=492C2D2E050D,6162343536647D420=4F663767681B0C5345,6A3A3B3D12150B5623421=4041441B1C5345,46562B422=181B274D31,4E11423=171851521A3038,5455223E424=16431E,5A5B1248425=2441425E5F2F4B,32336314426=024A1D1E,396B3C1357427=025803044C1D1E,07085C428=503F5D5960,0E0F10126F429=4919,1F20213E6D42A=4F2526690645,28292A0B8242B=2C2D2E050D,616234353664727E7342C=183767681B0C53,6A3A3B3D1215562342D=0117184041441C5345,4647562B42E=1601274D31,4E1142F=240151521A3038,5455223E430=01431E,5A5B761248431=0141425E5F2F4B,32336314726E432=50024A1D1E,396B3C137257433=49025844044C1D1E,0708745C434=4F3F5D5960,0E0F10120B435=19,1F20213E6D75436=1825266906,28292A82437=17182C2D2E050D,616234353664727B73438=163767680C5345,6A3A3B3D1215567223439=244041441C5345,46562B43A=274D31,4E1143B=51521A3038,545576223E83500=012F4D31,54550708323312501=01586938,0E0F3C63502=16010241435E5F051D1E,641448503=01020C1D4B1E,6A28292A353615220B504=0117183F03041C,123457505=181927,3D103E5C506=5D25306045,1F20213B616213507=492C2667,6D508=503751522D2E530645,1256509=401B4A530D45,393A5A5B115650A=4142441A1B4C,462350B=681B59,6B4E3E2B50C=162F4D311E,5455070832330981126E50D=586938,0E0F3C0B50E=02171841435E5F051D,64144850F=0102180C1D4B,6A28292A35361522510=013F03041C,123457511=49011927,3D103E5C512=50015D25306045,1F20213B616213513=012C26671B,6E6D514=3751522D2E1B530645,126F56515=401B4A530D45,393A5A5B1156516=164142441A1B4C,467123517=6859,6B4E6C810B3E2B518=17182F4D31,54550708323312519=18586938,0E0F3C6351A=0241435E5F051D1E,64144851B=49020C1D4B1E,6A28292A3536152251C=503F03041C,12345751D=1927,3D103E5C51E=705D25306045,1F20213B61621351F=2C26671B,6D520=163751522D2E1B530645,1256521=404A530D45,393A5A5B110B56522=17184142441A1B,4623523=186859,6B4E3E2B524=2F4D311E,54550708323312525=49586938,0E0F3C63526=500241435E5F051D1E,641448527=020C1D4B1E,6A28292A35361522528=3F03041C,126F344757529=1927,3D103E5C52A=165D25306045,1F20213B616213658452B=662C2667,0B726D52C=17183751522D2E1B5306,125652D=0118404A530D45,393A5A5B115652E=014142441A4C,462352F=49016859,6B4E3E2B530=50012F4D311E,545507083233761285531=01586938,0E0F3C63726E532=0241435E5F051D1E,64147248533=020C1D4B1E,6A28292A7435361522534=163F03041C,123457535=1927,3D100B3E5C536=16185D253060,1F20213B61621378537=182C2667,726D538=3751522D2E530645,125672539=49404A530D45,393A5A5B115653A=504142441A4C,46472353B=681B59,6B4E763E2B600=241601304D,3C28292A4E1235361423601=01,54553B63342B602=0102681D311E,3D603=010241425E5F4A1D381E,64604=01183F434C,39127148605=4F49181951520304594B,61620B3E73606=50256745,5A5B102257607=172C69,1F20215C608=5D37261B05536045,6B111256609=402D2E1A1B0C5345,6B11125660A=24161B1C06,6A3A0E0F1360B=5841442F270D,3233463E60C=304D1E,3C28292A4E0981123536146E2360D=00,54553B63342B60E=0218681D31,3D60F=4F4901021841425E5F4A1D38,640B610=50013F434C,391248611=01171951520304594B,61623E612=0125671B45,5A5B102257613=012C1B69,1F20216E5C614=24165D37261B05536045,6B11126F56615=402D2E1A1B0C5345,070815566D616=1C06,6A3A0E0F1347617=5841442F270D,3233466C813E618=18304D,3C28292A4E1235361423619=4F4918,54553B63340B2B61A=5002681D311E,3D61B=021741425E5F4A1D381E,6461C=3F434C,39124861D=1951520304594B,61623E61E=24167025671B45,5A5B10225761F=2C1B69,1F20215C620=5D372605536045,6B111256621=402D2E1A0C5345,070815566D622=181B1C06,6A3A0E0F13623=4F49185841442F270D,3233460B3E624=50304D1E,3C28292A4E1235361423625=17,54553B63342B626=02681D311E,3D627=0241425E5F4A1D381E,64628=24163F434C,39126F48629=1951520304594B,61623E62A=256745,5A5B1022578662B=2C69,1F2021725C7562C=185D37261B055360,6B11125662D=4F490118402D2E1A0C5345,0708150B566D62E=50011C06,6A3A0E0F1362F=01175841442F270D,3233463E630=01304D1E,3C28292A4E761235361423631=01,54553B6334726E2B87632=241602681D311E,3D72633=0241425E5F4A1D381E,7464634=3F434C,39124748635=1951520304594B,61623E6573636=661825671B,5A5B10225786637=4F49182C69,1F20210B725C75638=505D372605536045,6B11125672639=17402D2E1A0C5345,070815566D63A=1B1C06,6A3A0E0F1363B=5841442F270D,323346763E700=0103404142445906,46701=01020D,4E14702=50015152694D1D1E,54553B23703=4901051D1E,5A5B2B1288704=4F0102415E5F0C31,6162636415705=6667681C38,6A6B3E706=4303042745,07080B48707=02304B,0E0F101112708=16171819,1F20135657709=24185825261B5345,28292A353622565C70A=025D2C2D2E2F4A60,3233893470B=374C,393A3C3D3E6D70C=503F4041424459061E,466E70D=49020D,4E1470E=4F5152694D1D,54553B70F=01051D,5A5B12132B710=0102415E5F0C31,61626364150B65711=0167681C38,6A6B3E712=162417184303041B2745,070848713=240102181B304B,0E0F1011126E714=191A1B5345,1F20215657715=5825261B5345,28292A353622565C717=49374C,393A3C3D126F473E6D718=4F3F404142445906,46719=020D,4E1471A=515269,1D1E71B=051D1E,5A5B12132B71C=16021718415E5F0C31,616263641571D=241867681B1C38,6A6B3E71E=4303041B2745,07084871F=021B30,0E0F101112720=50191A5345,1F20215657721=495825265345,28292A353622565C722=4F025D2C2D2E2F4A60,32338934723=374C,393A3C3D123E6D724=3F4041424459061E,46098A0B725=020D,4E7114726=1617185152694D1D1E,54553B23727=2418051D1E,5A5B12132B728=02415E5F0C31,616263641573729=67681B1C38,6A6B3E72A=504303042745,07084872B=4902304B,0E0F1011126F7272C=4F70191A1B,1F2021565772D=015825265345,28292A353622565C72E=01025D2C2D2E2F4A60,323389340B72F=01374C,393A3C3D6C8A123E6D730=160117183F4041424459061E,46731=240102180D,4E14726E732=5152694D1D1E,54553B767223733=051D1E,5A5B7612132B77734=5002415E5F0C31,6162636415735=4967681C38,6A6B473E736=4F4303041B27,7448737=02304B,0E0F10111272738=191A5345,1F20210B56725775739=5825265345,28292A353622565C73A=160217185D2C2D2E2F4A60,3233893473B=2418374C,393A3C3D123E6D800=50013F5D402760,6A3A5A5B22801=490102414430,466D802=014D1D061E,6B4E4714803=011D0D1E,54550708616212804=0102671B4A,0E0F6323805=41425E5F4C,8B2B806=16593145,3928292A113536807=025803041A1B38,1234130B808=181943681B695345,3D105648809=1718252F0553534B45,1F20213B32335680A=50022C260C,3C155780B=493751522D2E1C,12643E5C80C=3F5D4027601E,6A3A5A5B226E80D=02414430,466D80E=4D1D06,6B4E1480F=011D0D,5455070861621279810=16010266674A,0E0F6323811=0141425E5F1B4C,0B3E2B812=01181B593145,3928292A113536813=010217185803041A1B38,1234136E814=501943681B695345,3D105648815=49252F05534B45,1F20213B323356816=022C260C,3C1557817=3751522D2E1C,126F643E5C818=3F5D402760,6A3A5A5B22819=02414430,466D81A=164D1D061E,6B4E1481B=1D0D1E,545507086162120B6581C=0218671B4A,0E0F632381D=171841425E5F1B4C,3E2B81E=501B593145,3928292A11353681F=49025D03041A38,123413820=194368695345,3D10475648821=252F05534B45,1F20213B323356716=50025D2C2D2E2F4A60,32338934822=022C260C,3C1557823=3751522D2E1C,12643E5C824=163F5D4027601E,6A3A5A5B098A22825=02414430,46710B6D826=184D1D061E,6B4E14827=17181D0D1E,54550708616212828=5002671B4A,0E0F6323829=4941425E5F4C,3E2B82A=593145,3928292A11353682B=025803041A38,126F34137282C=701943681B6953,3D10564882D=01252F05534B45,1F2021613233567882E=1601022C260C,3C155782F=013751522D2E1C,6C8A12640B3E5C830=01183F5D4027601E,6A3A5A5B22831=01021718414430,46726E6D832=504D1D061E,6B4E761472833=491D0D1E,545507086162761273834=02674A,0E0F6323835=41425E5F4C,3E2B836=1B5931,3928292A11743536837=025803041A38,12341372838=16194368695345,3D10567248839=252F05534B45,1F20213B32330B567583A=02182C260C,3C155783B=17183751522D2E1C,12643E5C900=013F408C2E4C,0708641457901=010259,393A0E0F5C902=2416015D4142441D601E,61624635367B903=0167691D1E,28292A4E126D904=01021B054D06,5455637134220B905=580C0D,3D11153E906=17415E5F1A1B1C45,23907=4F49021B27,6A3B12472B908=501819515203042F30533145,323356909=1825533845,3C5A5B105690A=022C43,1F2021487C90B=3726684A4B,6B12133E90C=24163F402D2E4C1E,070864146E5790D=0259,393A0E0F5C90E=5D4142441D60,61624635360B7B90F=0167691D,28292A4E126D910=0102171B054D06,5455633422911=4F4901581B0C0D,3D11153E912=500118415E5F1A1B1C45,23913=0102181B27,6A3B126E2B914=19515203042F30533145,323356915=25533845,3C5A5B1056916=2416022C43,1F202148917=3726684A4B,6B126F133E918=3F402D2E4C,070864140B57919=0259,393A0E0F5C91A=175D4142441D601E,61624635367D91B=4F4966671B691D1E,28292A4E126D91C=5002181B054D06,545563342291D=18581B0C0D,3D11153E91E=415E5F1A1C45,2391F=0227,6A3B122B920=241619515203042F305331,323356921=25533845,3C5A5B1056922=022C43,1F20210B48788D923=3726684A4B,6B12133E924=173F402D2E4C1E,0708098A641457925=4F49022E,393A0E0F475C926=50185D4142441D601E,61624635367E927=18671B691D1E,28292A4E126D928=02054D06,5455633422929=580C0D,3D11153E92A=2416415E5F1A1C45,2392B=0227,6A3B126F722B92C=7019515203042F305331,32330B5692D=0125533845,3C5A5B105692E=0102162C43,1F2021487592F=4F49013726684A4B,6B6C8A12133E930=5001183F402D2E4C1E,0708641457931=01021859,393A0E0F726E5C932=5D4142441D601E,616246763536727B73933=67691D1E,28292A4E76126D934=241602054D06,5455633422935=580C0D,3D11153E936=415E5F1A1B1C,740B23937=0227,6A3B12722B938=1719515203042F30533145,32335672939=4F4925533845,3C5A5B105693A=5002182C43,1F20214893B=183726684A4B,6B12133EA00=160170182543261C,28292A48A01=240117182C2D2E274B,61623464147BA02=013F376768301D1E,6A3A3D1257A03=01584041441D1E,465CA04=015D4D60,4E1113A05=4951521A1B4A,54553E6DA06=4F501B4C0645,5A5B12A07=41425E5F2F590D,32336322A08=025345,396B3C0B5623A09=020304695345,0708562BA0A=16180531,0E0F10126FA0B=241618190C38,1F20213B3536103EA0C=2543261C1E,28292A6E48A0D=2C2D2E274B,61623464147BA0E=3F376768301D,6A3A3D124757A0F=4924584041441B1D,465CA10=4F50015D1B4D60,4E1113A11=0151521A1B4A,54553E6DA12=011B4C0645,5A5B120BA13=0141425E5F2F590D,323363226EA14=1602185345,396B3C5623A15=240217180304695345,0708562BA16=0531,0E0F1012A17=190C38,1F20213B3536153EA18=2543261C,28292A4882A19=49503F3767681B301D1E,6A3A3D1257A1A=4F503F3767681B301D1E,6A3A3D1257A1B=584041441B1D1E,465CA1C=5D1B4D60,4E1171130BA1D=51521A1B4A,54553E6DA1E=16184C0645,5A5B12A1F=24171841425E5F2F590D,32336322A20=025345,396B3C5623A21=020304695345,0708562BA22=0531,0E0F10128EA23=49190C38,1F20213B3536153E788FA24=4F502543261C1E,28292A48A25=2C2D2E274B,61623464147DA26=663F3767681B301D1E,6A3A3D120B57A27=584041441B1D1E,465CA28=16185D4D60,4E1113A29=24171851521A4A,54553E6DA2A=4C0645,5A5B7612A2B=41425E5F2F590D,3233632272A2C=0253,396B3C475623A2D=1601020304695345,0708562BA2E=4F50010531,0E0F1012A2F=01190C38,1F20213B3536153EA30=012543261C1E,28292A09900B4882A31=012C2D2E274B,6162346414726E7E73A32=16183F376768301D1E,6A3A3D126F7257A33=2417185D4041441D1E,465CA34=5D4D60,4E1113A35=51521A4A,5455763E6D83A36=4C06,5A5B12A37=4941425E5F2F590D,3233632272A38=4F50029145,396B3C567223A39=020304695345,070874562BA3A=0531,0E0F10120BA3B=190C38,1F20213B6C903536153E75B00=01701718254A31,1F20216162B01=0118582C26,674C38B02=50013F375152432D2E591D1E,121448B03=4901401B1D4B1E,393A5B11B04=014142441A69,4657B05=681B05,6B4E3E5CB06=682F0C4D6045,5455070832331215B07=1C,0E0F3C636DB08=1602415E5F27530645,3536136456B09=0230530D45,6A28292A0B56B0A=17180304,126F342223B0B=1819,3D103E2BB0C=50254A311E,1F202161626EB0D=49582C26,671B4C38B0E=3F375152432D2E591D,121448B0F=01401B1D4B,393A3B5A5B11B10=014142441A1B69,4657B11=01681B05,6B4E3E5CB12=16015D2F0C4D6045,5455070832331215B13=011C,0E0F3C630B6E6DB14=021718415E5F27530645,3536136456B15=021830530D45,6A28292A56B16=500304,12342223B17=4919,3D103E2BB18=254A31,1F4E21616278B19=582C26,671B4C38B1A=3F375152432D2E1B591D1E,121448B1B=401B1D4B1E,393A3B5A5B1147B1C=164142441A1B69,467157B1D=6805,6B4E0B3E5CB1E=17185D2F0C926045,5455070832331215B1F=181C,0E0F3C636DB20=5002415E5F27530645,3536136456B21=490230530D45,6A28292A56B22=0304,12342223B23=19,3D103E2BB24=254A311E,1F20136162B25=582C26671B4C38,00B26=163F375152432D2E1B591D1E,121448B27=401D4B1E,393A3B5A5B110BB28=17184142441A69,4657B29=186805,6B4E3E5CB2A=505D2F0C4D6045,54550708323376121585B2B=491C,0E0F3C63726DB2C=02415E5F275306,3536136456B2D=010230530D45,6A28292A56B2E=010304,12342223B2F=0119,3D103E2BB30=1601254A311E,1F2021616209906584B31=0166582C26674C38,0B726EB32=17183F375152432D2E591D1E,126F147248B33=18401D4B1E,393A3B5A5B11B34=504142441A69,4657B35=49681B05,6B4E763E5CB36=5D2F0C4D60,5455070832331215B37=1C,0E0F3C63726DB38=02415E5F27530645,353613645672B39=0230530D45,6A28292A744756B3A=160304,12342223B3B=19,3D106C900B3E2BC00=500170661825670C,5A5B1013141523C01=4F4901182C1C,1F2021222BC02=011637261B271D311E,6B1112C03=01402D2E1A1B311D381E,0708C04=0143,6A3A0E0F7148C05=41442F4B,32334635360B3EC06=24164A4D45,3C28292A4E1257C07=174C,545563345CC08=025D6859536045,3D56C09=0241425E5F5345,4764566DC0A=50186906,393B126FC0B=4F4918581951520304050D,61623EC0C=25671B0C1E,5A5B101314156E23C0D=2C1B1C,1F2021222BC0E=3F37264B1D31,6B1112C0F=01402D2E1A1B301D38,07080BC10=241601431B,6A3A0E0F48C11=011741442F4B,32334635363EC12=014A4D45,3C28292A4E1257C13=014C,545563346E5CC14=5002185D6804536045,3D56C15=4F49021841425E5F5345,64566DC16=6906,393B12C17=581951524404050D,61623EC18=25670C,5A5B101314152386C19=2C1B1C,1F2021220B2BC1A=24163F37261B271D31,6B1112C1B=17402D2E1A1B301D381E,0708C1C=43,6A3A0E0F48C1D=41582F4B,32334635363EC1E=50184A4D45,3C28292A4E1257C1F=4F49184C,545563345CC20=025D6859536045,3D56C21=0241425E5F5345,64566DC22=6906,393B12C23=581951520304050D,61620B3EC24=241625671B0C1E,5A5B1013141523C25=172C1B1C,1F2021222BC26=3F3726271D311E,6B1112C27=402D2E1A301D381E,0708C28=501843,6A5B0E0F48C29=4F491841442F4B,32334635363EC2A=4A4D45,3C28292A4E761257C2B=4C,54556334725C93C2C=025D68595360,3D56C2D=010241425E5F5345,640B566DC2E=2416016906,393B12C2F=0117581951520304050D,61623EC30=0125670C,5A5B1009901314152386C31=012C1C,1F202122726E2B75C32=50183F3726271D311E,6B11126F72C33=4F4918402D2E1A301D381E,070847C34=431B,6A3A0E0F48C35=41442F4B,3233467635363EC36=4A4D,3C28292A4E1257C37=4C,545563340B725CC38=2416025D6859536045,3D5672C39=021741425E5F5345,7464566DC3A=6906,393B12C3B=581951520304050D,61626C903E6573', + getTimeZhiIndex:function(hm){ + if(!hm){ + return 0; + } + if(hm.length>5){ + hm = hm.substr(0,5); + } + var x = 1; + for(var i=1;i<22;i+=2){ + if(hm>=((i<10?'0':'')+i+':00')&&hm<=((i+1<10?'0':'')+(i+1)+':59')){ + return x; + } + x++; + } + return 0; + }, + convertTime:function(hm){ + return this.ZHI[this.getTimeZhiIndex(hm)+1]; + }, + getJiaZiIndex:function(ganZhi){ + for(var i=0,j=this.JIA_ZI.length;i-1) { + right = right.substr(index+3); + var left = right; + if (left.indexOf('=')>-1) { + left = left.substr(0, left.indexOf('=') - 2); + } + var matched = false; + var months = left.substr(0, left.indexOf(':')); + var i; + var m; + var j; + for (i = 0, j = months.length; i < j; i += 2) { + m = months.substr(i, 2); + if (m===month) { + matched = true; + break; + } + } + if(matched) { + var ys = left.substr(left.indexOf(':') + 1); + ys = ys.substr(0, ys.indexOf(',')); + for (i = 0, j = ys.length; i < j; i += 2) { + m = ys.substr(i, 2); + l.push(this.YI_JI[parseInt(m,16)]); + } + break; + } + index = right.indexOf(day+'='); + } + if(l.length<1){ + l.push(this.SHEN_SHA[0]); + } + return l; + }, + getDayJi:function(monthGanZhi,dayGanZhi){ + var l = []; + var day = this.hex(this.getJiaZiIndex(dayGanZhi)); + var month = this.hex(this.getJiaZiIndex(monthGanZhi)); + var right = this.DAY_YI_JI; + var index = right.indexOf(day+'='); + while(index>-1) { + right = right.substr(index+3); + var left = right; + if (left.indexOf('=')>-1) { + left = left.substr(0, left.indexOf('=') - 2); + } + var matched = false; + var months = left.substr(0, left.indexOf(':')); + var i; + var m; + var j; + for (i = 0, j = months.length; i < j; i += 2) { + m = months.substr(i, 2); + if (m===month) { + matched = true; + break; + } + } + if(matched) { + var js = left.substr(left.indexOf(',')+1); + for (i = 0, j = js.length; i < j; i += 2) { + m = js.substr(i, 2); + l.push(this.YI_JI[parseInt(m,16)]); + } + break; + } + index = right.indexOf(day+'='); + } + if(l.length<1){ + l.push(this.SHEN_SHA[0]); + } + return l; + }, + getDayJiShen:function(lunarMonth,dayGanZhi){ + var l = []; + var day = this.hex(this.getJiaZiIndex(dayGanZhi)); + var month = Math.abs(lunarMonth).toString(16).toUpperCase(); + var index = this.DAY_SHEN_SHA.indexOf(month+day+'='); + if(index>-1) { + var left = this.DAY_SHEN_SHA.substr(index + 4); + if (left.indexOf('=')>-1) { + left = left.substr(0, left.indexOf('=') - 3); + } + var js = left.substr(0, left.indexOf(',')); + for (var i = 0, j = js.length; i < j; i += 2) { + var m = js.substr(i, 2); + l.push(this.SHEN_SHA[parseInt(m, 16)]); + } + } + if(l.length<1){ + l.push(this.SHEN_SHA[0]); + } + return l; + }, + getDayXiongSha:function(lunarMonth,dayGanZhi){ + var l = []; + var day = this.hex(this.getJiaZiIndex(dayGanZhi)); + var month = Math.abs(lunarMonth).toString(16).toUpperCase(); + var index = this.DAY_SHEN_SHA.indexOf(month+day+'='); + if(index>-1) { + var left = this.DAY_SHEN_SHA.substr(index + 4); + if (left.indexOf('=')>-1) { + left = left.substr(0, left.indexOf('=') - 3); + } + var xs = left.substr(left.indexOf(',')+1); + for (var i = 0, j = xs.length; i < j; i += 2) { + var m = xs.substr(i, 2); + l.push(this.SHEN_SHA[parseInt(m, 16)]); + } + } + if(l.length<1){ + l.push(this.SHEN_SHA[0]); + } + return l; + }, + getTimeYi:function(dayGanZhi,timeGanZhi){ + var l = []; + var day = this.hex(this.getJiaZiIndex(dayGanZhi)); + var time = this.hex(this.getJiaZiIndex(timeGanZhi)); + var index = this.TIME_YI_JI.indexOf(day+time+'='); + if(index>-1) { + var left = this.TIME_YI_JI.substr(index + 5); + if (left.indexOf('=')>-1) { + left = left.substr(0, left.indexOf('=') - 4); + } + var ys = left.substr(0, left.indexOf(',')); + for (var i = 0, j = ys.length; i < j; i += 2) { + var m = ys.substr(i, 2); + l.push(this.YI_JI[parseInt(m, 16)]); + } + } + if(l.length<1){ + l.push(this.SHEN_SHA[0]); + } + return l; + }, + getTimeJi:function(dayGanZhi,timeGanZhi){ + var l = []; + var day = this.hex(this.getJiaZiIndex(dayGanZhi)); + var time = this.hex(this.getJiaZiIndex(timeGanZhi)); + var index = this.TIME_YI_JI.indexOf(day+time+'='); + if(index>-1) { + var left = this.TIME_YI_JI.substr(index + 5); + if (left.indexOf('=')>-1) { + left = left.substr(0, left.indexOf('=') - 4); + } + var js = left.substr(left.indexOf(',')+1); + for (var i = 0, j = js.length; i < j; i += 2) { + var m = js.substr(i, 2); + l.push(this.YI_JI[parseInt(m, 16)]); + } + } + if(l.length<1){ + l.push(this.SHEN_SHA[0]); + } + return l; + }, + getXunIndex:function(ganZhi){ + var gan = ganZhi.substr(0,1); + var zhi = ganZhi.substr(1); + var ganIndex = 0; + var zhiIndex = 0; + var i; + var j; + for(i=0,j=this.GAN.length;i -1) { + return { + index: i, + value: v + } + } + } + return null; + } + }; + })(); + var HolidayUtil = (function(_NAMES){ + var _SIZE = 18; + var _ZERO='0'.charCodeAt(0); + var _TAG_REMOVE = '~'; + var _NAMES_IN_USE=_NAMES,_DATA='200112290020020101200112300020020101200201010120020101200201020120020101200201030120020101200202091020020212200202101020020212200202121120020212200202131120020212200202141120020212200202151120020212200202161120020212200202171120020212200202181120020212200204273020020501200204283020020501200205013120020501200205023120020501200205033120020501200205043120020501200205053120020501200205063120020501200205073120021001200209286020021001200209296020021001200210016120021001200210026120021001200210036120021001200210046120021001200210056120021001200210066120021001200210076120021001200301010120030101200302011120030201200302021120030201200302031120030201200302041120030201200302051120030201200302061120030201200302071120030201200302081020030201200302091020030201200304263020030501200304273020030501200305013120030501200305023120030501200305033120030501200305043120030501200305053120030501200305063120030501200305073120031001200309276020031001200309286020031001200310016120031001200310026120031001200310036120031001200310046120031001200310056120031001200310066120031001200310076120031001200401010120040101200401171020040122200401181020040122200401221120040122200401231120040122200401241120040122200401251120040122200401261120040122200401271120040122200401281120040122200405013120040501200405023120040501200405033120040501200405043120040501200405053120040501200405063120040501200405073120041001200405083020040501200405093020040501200410016120041001200410026120041001200410036120041001200410046120041001200410056120041001200410066120041001200410076120041001200410096020041001200410106020041001200501010120050101200501020120050101200501030120050101200502051020050209200502061020050209200502091120050209200502101120050209200502111120050209200502121120050209200502131120050209200502141120050209200502151120050209200504303020050501200505013120050501200505023120050501200505033120050501200505043120050501200505053120050501200505063120050501200505073120051001200505083020050501200510016120051001200510026120051001200510036120051001200510046120051001200510056120051001200510066120051001200510076120051001200510086020051001200510096020051001200512310020060101200601010120060101200601020120060101200601030120060101200601281020060129200601291120060129200601301120060129200601311120060129200602011120060129200602021120060129200602031120060129200602041120060129200602051020060129200604293020060501200604303020060501200605013120060501200605023120060501200605033120060501200605043120060501200605053120060501200605063120060501200605073120061001200609306020061001200610016120061001200610026120061001200610036120061001200610046120061001200610056120061001200610066120061001200610076120061001200610086020061001200612300020070101200612310020070101200701010120070101200701020120070101200701030120070101200702171020070218200702181120070218200702191120070218200702201120070218200702211120070218200702221120070218200702231120070218200702241120070218200702251020070218200704283020070501200704293020070501200705013120070501200705023120070501200705033120070501200705043120070501200705053120070501200705063120070501200705073120070501200709296020071001200709306020071001200710016120071001200710026120071001200710036120071001200710046120071001200710056120071001200710066120071001200710076120071001200712290020080101200712300120080101200712310120080101200801010120080101200802021020080206200802031020080206200802061120080206200802071120080206200802081120080206200802091120080206200802101120080206200802111120080206200802121120080206200804042120080404200804052120080404200804062120080404200805013120080501200805023120080501200805033120080501200805043020080501200806074120080608200806084120080608200806094120080608200809135120080914200809145120080914200809155120080914200809276020081001200809286020081001200809296120081001200809306120081001200810016120081001200810026120081001200810036120081001200810046120081001200810056120081001200901010120090101200901020120090101200901030120090101200901040020090101200901241020090125200901251120090125200901261120090125200901271120090125200901281120090125200901291120090125200901301120090125200901311120090125200902011020090125200904042120090404200904052120090404200904062120090404200905013120090501200905023120090501200905033120090501200905284120090528200905294120090528200905304120090528200905314020090528200909276020091001200910016120091001200910026120091001200910036120091001200910046120091001200910055120091003200910065120091003200910075120091003200910085120091003200910105020091003201001010120100101201001020120100101201001030120100101201002131120100213201002141120100213201002151120100213201002161120100213201002171120100213201002181120100213201002191120100213201002201020100213201002211020100213201004032120100405201004042120100405201004052120100405201005013120100501201005023120100501201005033120100501201006124020100616201006134020100616201006144120100616201006154120100616201006164120100616201009195020100922201009225120100922201009235120100922201009245120100922201009255020100922201009266020101001201010016120101001201010026120101001201010036120101001201010046120101001201010056120101001201010066120101001201010076120101001201010096020101001201101010120110101201101020120110101201101030120110101201101301020110203201102021120110203201102031120110203201102041120110203201102051120110203201102061120110203201102071120110203201102081120110203201102121020110203201104022020110405201104032120110405201104042120110405201104052120110405201104303120110501201105013120110501201105023120110501201106044120110606201106054120110606201106064120110606201109105120110912201109115120110912201109125120110912201110016120111001201110026120111001201110036120111001201110046120111001201110056120111001201110066120111001201110076120111001201110086020111001201110096020111001201112310020120101201201010120120101201201020120120101201201030120120101201201211020120123201201221120120123201201231120120123201201241120120123201201251120120123201201261120120123201201271120120123201201281120120123201201291020120123201203312020120404201204012020120404201204022120120404201204032120120404201204042120120404201204283020120501201204293120120501201204303120120501201205013120120501201205023020120501201206224120120623201206234120120623201206244120120623201209295020120930201209305120120930201210016120121001201210026120121001201210036120121001201210046120121001201210056120121001201210066120121001201210076120121001201210086020121001201301010120130101201301020120130101201301030120130101201301050020130101201301060020130101201302091120130210201302101120130210201302111120130210201302121120130210201302131120130210201302141120130210201302151120130210201302161020130210201302171020130210201304042120130404201304052120130404201304062120130404201304273020130501201304283020130501201304293120130501201304303120130501201305013120130501201306084020130612201306094020130612201306104120130612201306114120130612201306124120130612201309195120130919201309205120130919201309215120130919201309225020130919201309296020131001201310016120131001201310026120131001201310036120131001201310046120131001201310056120131001201310066120131001201310076120131001201401010120140101201401261020140131201401311120140131201402011120140131201402021120140131201402031120140131201402041120140131201402051120140131201402061120140131201402081020140131201404052120140405201404062120140405201404072120140405201405013120140501201405023120140501201405033120140501201405043020140501201405314120140602201406014120140602201406024120140602201409065120140908201409075120140908201409085120140908201409286020141001201410016120141001201410026120141001201410036120141001201410046120141004201410056120141001201410066120141001201410076120141001201410116020141001201501010120150101201501020120150101201501030120150101201501040020150101201502151020150219201502181120150219201502191120150219201502201120150219201502211120150219201502221120150219201502231120150219201502241120150219201502281020150219201504042120150405201504052120150405201504062120150405201505013120150501201505023120150501201505033120150501201506204120150620201506214120150620201506224120150620201509038120150903201509048120150903201509058120150903201509068020150903201509265120150927201509275120150927201510016120151001201510026120151001201510036120151001201510046120151004201510056120151001201510066120151001201510076120151001201510106020151001201601010120160101201601020120160101201601030120160101201602061020160208201602071120160208201602081120160208201602091120160208201602101120160208201602111120160208201602121120160208201602131120160208201602141020160208201604022120160404201604032120160404201604042120160404201604303120160501201605013120160501201605023120160501201606094120160609201606104120160609201606114120160609201606124020160609201609155120160915201609165120160915201609175120160915201609185020160915201610016120161001201610026120161001201610036120161001201610046120161001201610056120161001201610066120161001201610076120161001201610086020161001201610096020161001201612310120170101201701010120170101201701020120170101201701221020170128201701271120170128201701281120170128201701291120170128201701301120170128201701311120170128201702011120170128201702021120170128201702041020170128201704012020170404201704022120170404201704032120170404201704042120170404201704293120170501201704303120170501201705013120170501201705274020170530201705284120170530201705294120170530201705304120170530201709306020171001201710016120171001201710026120171001201710036120171001201710045120171004201710056120171001201710066120171001201710076120171001201710086120171001201712300120180101201712310120180101201801010120180101201802111020180216201802151120180216201802161120180216201802171120180216201802181120180216201802191120180216201802201120180216201802211120180216201802241020180216201804052120180405201804062120180405201804072120180405201804082020180405201804283020180501201804293120180501201804303120180501201805013120180501201806164120180618201806174120180618201806184120180618201809225120180924201809235120180924201809245120180924201809296020181001201809306020181001201810016120181001201810026120181001201810036120181001201810046120181001201810056120181001201810066120181001201810076120181001201812290020190101201812300120190101201812310120190101201901010120190101201902021020190205201902031020190205201902041120190205201902051120190205201902061120190205201902071120190205201902081120190205201902091120190205201902101120190205201904052120190405201904062120190405201904072120190405201904283020190501201905013120190501201905023120190501201905033120190501201905043120190501201905053020190501201906074120190607201906084120190607201906094120190607201909135120190913201909145120190913201909155120190913201909296020191001201910016120191001201910026120191001201910036120191001201910046120191001201910056120191001201910066120191001201910076120191001201910126020191001202001010120200101202001191020200125202001241120200125202001251120200125202001261120200125202001271120200125202001281120200125202001291120200125202001301120200125202001311120200125202002011120200125202002021120200125202004042120200404202004052120200404202004062120200404202004263020200501202005013120200501202005023120200501202005033120200501202005043120200501202005053120200501202005093020200501202006254120200625202006264120200625202006274120200625202006284020200625202009277020201001202010017120201001202010026120201001202010036120201001202010046120201001202010056120201001202010066120201001202010076120201001202010086120201001202010106020201001202101010120210101202101020120210101202101030120210101202102071020210212202102111120210212202102121120210212202102131120210212202102141120210212202102151120210212202102161120210212202102171120210212202102201020210212202104032120210404202104042120210404202104052120210404202104253020210501202105013120210501202105023120210501202105033120210501202105043120210501202105053120210501202105083020210501202106124120210614202106134120210614202106144120210614202109185020210921202109195120210921202109205120210921202109215120210921202109266020211001202110016120211001202110026120211001202110036120211001202110046120211001202110056120211001202110066120211001202110076120211001202110096020211001202201010120220101202201020120220101202201030120220101202201291020220201202201301020220201202201311120220201202202011120220201202202021120220201202202031120220201202202041120220201202202051120220201202202061120220201202204022020220405202204032120220405202204042120220405202204052120220405202204243020220501202204303120220501202205013120220501202205023120220501202205033120220501202205043120220501202205073020220501202206034120220603202206044120220603202206054120220603202209105120220910202209115120220910202209125120220910202210016120221001202210026120221001202210036120221001202210046120221001202210056120221001202210066120221001202210076120221001202210086020221001202210096020221001202212310120230101202301010120230101202301020120230101202301211120230122202301221120230122202301231120230122202301241120230122202301251120230122202301261120230122202301271120230122202301281020230122202301291020230122202304052120230405202304233020230501202304293120230501202304303120230501202305013120230501202305023120230501202305033120230501202305063020230501202306224120230622202306234120230622202306244120230622202306254020230622202309295120230929202309306120231001202310016120231001202310026120231001202310036120231001202310046120231001202310056120231001202310066120231001202310076020231001202310086020231001'; + var _DATA_IN_USE = _DATA; + var _padding = function(n){ + return (n<10?'0':'')+n; + }; + var _ymd = function(s){ + return s.indexOf('-')<0?(s.substr(0,4)+'-'+s.substr(4,2)+'-'+s.substr(6)):s; + }; + var _buildHoliday = function(day,name,work,target){ + return { + _p:{ + day:_ymd(day), + name:name, + work:work, + target:_ymd(target) + }, + getDay:function(){ + return this._p.day; + }, + setDay:function(v){ + this._p.day = _ymd(v); + }, + getName:function(){ + return this._p.name; + }, + setName:function(v){ + this._p.name = v; + }, + isWork:function(){ + return this._p.work; + }, + setWork:function(v){ + this._p.work = v; + }, + getTarget:function(){ + return this._p.target; + }, + setTarget:function(v){ + this._p.target = _ymd(v); + }, + toString:function(){ + return this._p.day+' '+this._p.name+(this._p.work?'调休':'')+' '+this._p.target; + } + }; + }; + var _buildHolidayForward = function(s){ + var day = s.substr(0,8); + var name = _NAMES_IN_USE[s.charCodeAt(8)-_ZERO]; + var work = s.charCodeAt(9)===_ZERO; + var target = s.substr(10,8); + return _buildHoliday(day,name,work,target); + }; + var _buildHolidayBackward = function(s){ + var size = s.length; + var day = s.substr(size-18,8); + var name = _NAMES_IN_USE[s.charCodeAt(size-10)-_ZERO]; + var work = s.charCodeAt(size-9)===_ZERO; + var target = s.substr(size-8); + return _buildHoliday(day,name,work,target); + }; + var _findForward = function(key){ + var start = _DATA_IN_USE.indexOf(key); + if(start<0) { + return null; + } + var right = _DATA_IN_USE.substr(start); + var n = right.length%_SIZE; + if(n>0){ + right = right.substr(n); + } + while((0!==right.indexOf(key))&&right.length>=_SIZE){ + right = right.substr(_SIZE); + } + return right; + }; + var _findBackward = function(key){ + var start = _DATA_IN_USE.lastIndexOf(key); + if(start<0) { + return null; + } + var keySize = key.length; + var left = _DATA_IN_USE.substr(0,start+keySize); + var size = left.length; + var n = size%_SIZE; + if(n>0){ + left = left.substr(0,size-n); + } + size = left.length; + while((size-keySize!==left.lastIndexOf(key))&&size>=_SIZE){ + left = left.substr(0,size-_SIZE); + size = left.length; + } + return left; + }; + var _findHolidaysForward = function(key){ + var l = []; + var s = _findForward(key); + if(null==s) { + return l; + } + while(0===s.indexOf(key)){ + l.push(_buildHolidayForward(s)); + s = s.substr(_SIZE); + } + return l; + }; + var _findHolidaysBackward = function(key){ + var l = []; + var s = _findBackward(key); + if(null==s) { + return l; + } + var size = s.length; + var keySize = key.length; + while(size-keySize===s.lastIndexOf(key)){ + l.push(_buildHolidayBackward(s)); + s = s.substr(0,size-_SIZE); + size = s.length; + } + l.reverse(); + return l; + }; + var _getHoliday = function(args){ + var l = []; + switch(args.length){ + case 1: + l = _findHolidaysForward(args[0].replace(/-/g,'')); + break; + case 3: + l = _findHolidaysForward(args[0]+_padding(args[1])+_padding(args[2])); + break; + } + return l.length<1?null:l[0]; + }; + var _getHolidays = function(args){ + var l = []; + switch(args.length){ + case 1: + l = _findHolidaysForward((args[0]+'').replace(/-/g,'')); + break; + case 2: + l = _findHolidaysForward(args[0]+_padding(args[1])); + break; + } + return l; + }; + var _getHolidaysByTarget = function(args){ + var l = []; + switch(args.length){ + case 1: + l = _findHolidaysBackward((args[0]+'').replace(/-/g,'')); + break; + case 3: + l = _findHolidaysBackward(args[0]+_padding(args[1])+_padding(args[2])); + break; + } + return l; + }; + var _fixNames = function(names){ + if(names){ + _NAMES_IN_USE = names; + } + }; + var _fixData = function(data){ + if(!data){ + return; + } + var append = []; + while(data.length>=_SIZE){ + var segment = data.substr(0,_SIZE); + var day = segment.substr(0,8); + var remove = _TAG_REMOVE === segment.substr(8, 1); + var holiday = _getHoliday([day]); + if(!holiday){ + if (!remove) { + append.push(segment); + } + }else{ + var nameIndex = -1; + for(var i=0,j=_NAMES_IN_USE.length;i-1){ + var old = day + String.fromCharCode(nameIndex + _ZERO) + (holiday.isWork() ? '0' : '1') + holiday.getTarget().replace(/-/g, ''); + _DATA_IN_USE = _DATA_IN_USE.replace(new RegExp(old, 'g'), remove ? '' : segment); + } + } + data = data.substr(_SIZE); + } + if(append.length>0){ + _DATA_IN_USE += append.join(''); + } + }; + var _fix = function(args){ + switch(args.length){ + case 1: + _fixData(args[0]); + break; + case 2: + _fixNames(args[0]); + _fixData(args[1]); + break; + } + }; + return { + NAMES:_NAMES, + getHoliday:function(){return _getHoliday(arguments);}, + getHolidays:function(){return _getHolidays(arguments);}, + getHolidaysByTarget:function(){return _getHolidaysByTarget(arguments);}, + fix:function(){_fix(arguments);} + }; + })(['元旦节','春节','清明节','劳动节','端午节','中秋节','国庆节','国庆中秋','抗战胜利日']); + var NineStar = (function(){ + var _fromIndex=function(index){ + return { + _p:{index:index}, + getNumber:function(){return NineStarUtil.NUMBER[this._p.index];}, + getColor:function(){return NineStarUtil.COLOR[this._p.index];}, + getWuXing:function(){return NineStarUtil.WU_XING[this._p.index];}, + getPosition:function(){return NineStarUtil.POSITION[this._p.index];}, + getPositionDesc:function(){return LunarUtil.POSITION_DESC[this.getPosition()];}, + getNameInXuanKong:function(){return NineStar.NAME_XUAN_KONG[this._p.index];}, + getNameInBeiDou:function(){return NineStar.NAME_BEI_DOU[this._p.index];}, + getNameInQiMen:function(){return NineStar.NAME_QI_MEN[this._p.index];}, + getNameInTaiYi:function(){return NineStar.NAME_TAI_YI[this._p.index];}, + getLuckInQiMen:function(){return NineStar.LUCK_QI_MEN[this._p.index];}, + getLuckInXuanKong:function(){return NineStarUtil.LUCK_XUAN_KONG[this._p.index];}, + getYinYangInQiMen:function(){return NineStarUtil.YIN_YANG_QI_MEN[this._p.index];}, + getTypeInTaiYi:function(){return NineStar.TYPE_TAI_YI[this._p.index];}, + getBaMenInQiMen:function(){return NineStar.BA_MEN_QI_MEN[this._p.index];}, + getSongInTaiYi:function(){return NineStar.SONG_TAI_YI[this._p.index];}, + getIndex:function(){return this._p.index;}, + toString:function(){return this.getNumber()+this.getColor()+this.getWuXing()+this.getNameInBeiDou();}, + toFullString:function(){ + var s = this.getNumber(); + s += this.getColor(); + s += this.getWuXing(); + s += ' '; + s += this.getPosition(); + s += '('; + s += this.getPositionDesc(); + s += ') '; + s += this.getNameInBeiDou(); + s += ' 玄空['; + s += this.getNameInXuanKong(); + s += ' '; + s += this.getLuckInXuanKong(); + s += '] 奇门['; + s += this.getNameInQiMen(); + s += ' '; + s += this.getLuckInQiMen(); + if(this.getBaMenInQiMen().length>0) { + s += ' '; + s += this.getBaMenInQiMen(); + s += '门'; + } + s += ' '; + s += this.getYinYangInQiMen(); + s += '] 太乙['; + s += this.getNameInTaiYi(); + s += ' '; + s += this.getTypeInTaiYi(); + s += ']'; + return s; + } + }; + }; + return { + NAME_BEI_DOU:['天枢','天璇','天玑','天权','玉衡','开阳','摇光','洞明','隐元'], + NAME_XUAN_KONG:['贪狼','巨门','禄存','文曲','廉贞','武曲','破军','左辅','右弼'], + NAME_QI_MEN:['天蓬','天芮','天冲','天辅','天禽','天心','天柱','天任','天英'], + BA_MEN_QI_MEN:['休','死','伤','杜','','开','惊','生','景'], + NAME_TAI_YI:['太乙','摄提','轩辕','招摇','天符','青龙','咸池','太阴','天乙'], + TYPE_TAI_YI:['吉神','凶神','安神','安神','凶神','吉神','凶神','吉神','吉神'], + SONG_TAI_YI:['门中太乙明,星官号贪狼,赌彩财喜旺,婚姻大吉昌,出入无阻挡,参谒见贤良,此行三五里,黑衣别阴阳。','门前见摄提,百事必忧疑,相生犹自可,相克祸必临,死门并相会,老妇哭悲啼,求谋并吉事,尽皆不相宜,只可藏隐遁,若动伤身疾。','出入会轩辕,凡事必缠牵,相生全不美,相克更忧煎,远行多不利,博彩尽输钱,九天玄女法,句句不虚言。','招摇号木星,当之事莫行,相克行人阻,阴人口舌迎,梦寐多惊惧,屋响斧自鸣,阴阳消息理,万法弗违情。','五鬼为天符,当门阴女谋,相克无好事,行路阻中途,走失难寻觅,道逢有尼姑,此星当门值,万事有灾除。','神光跃青龙,财气喜重重,投入有酒食,赌彩最兴隆,更逢相生旺,休言克破凶,见贵安营寨,万事总吉同。','吾将为咸池,当之尽不宜,出入多不利,相克有灾情,赌彩全输尽,求财空手回,仙人真妙语,愚人莫与知,动用虚惊退,反复逆风吹。','坐临太阴星,百祸不相侵,求谋悉成就,知交有觅寻,回风归来路,恐有殃伏起,密语中记取,慎乎莫轻行。','迎来天乙星,相逢百事兴,运用和合庆,茶酒喜相迎,求谋并嫁娶,好合有天成,祸福如神验,吉凶甚分明。'], + LUCK_QI_MEN:['大凶','大凶','小吉','大吉','大吉','大吉','小凶','小吉','小凶'], + fromIndex:function(index){return _fromIndex(index);} + }; + })(); + var EightChar = (function(){ + var _fromLunar=function(lunar){ + return { + _p:{sect:2,lunar:lunar}, + setSect:function(sect){ + sect *= 1; + this._p.sect=(1===sect)?1:2; + }, + getSect:function(){return this._p.sect;}, + getDayGanIndex:function(){return 2===this._p.sect?this._p.lunar.getDayGanIndexExact2():this._p.lunar.getDayGanIndexExact();}, + getDayZhiIndex:function(){return 2===this._p.sect?this._p.lunar.getDayZhiIndexExact2():this._p.lunar.getDayZhiIndexExact();}, + getYear:function(){return this._p.lunar.getYearInGanZhiExact();}, + getYearGan:function(){return this._p.lunar.getYearGanExact();}, + getYearZhi:function(){return this._p.lunar.getYearZhiExact();}, + getYearHideGan:function(){return LunarUtil.ZHI_HIDE_GAN[this.getYearZhi()];}, + getYearWuXing:function(){return LunarUtil.WU_XING_GAN[this.getYearGan()]+LunarUtil.WU_XING_ZHI[this.getYearZhi()];}, + getYearNaYin:function(){return LunarUtil.NAYIN[this.getYear()];}, + getYearShiShenGan:function(){return LunarUtil.SHI_SHEN_GAN[this.getDayGan()+this.getYearGan()];}, + getYearShiShenZhi:function(){ + var dayGan = this.getDayGan(); + var zhi = this.getYearZhi(); + var hideGan = LunarUtil.ZHI_HIDE_GAN[zhi]; + var l = []; + for(var i=0,j=hideGan.length;i=12){ + index -= 12; + } + if(index<0){ + index += 12; + } + return LunarUtil.CHANG_SHENG[index]; + }, + getYearDiShi:function(){return this._getDiShi(this._p.lunar.getYearZhiIndexExact());}, + getYearXun:function(){return this._p.lunar.getYearXunExact()}, + getYearXunKong:function(){return this._p.lunar.getYearXunKongExact()}, + getMonth:function(){return this._p.lunar.getMonthInGanZhiExact();}, + getMonthGan:function(){return this._p.lunar.getMonthGanExact();}, + getMonthZhi:function(){return this._p.lunar.getMonthZhiExact();}, + getMonthHideGan:function(){return LunarUtil.ZHI_HIDE_GAN[this.getMonthZhi()];}, + getMonthWuXing:function(){return LunarUtil.WU_XING_GAN[this.getMonthGan()]+LunarUtil.WU_XING_ZHI[this.getMonthZhi()];}, + getMonthNaYin:function(){return LunarUtil.NAYIN[this.getMonth()];}, + getMonthShiShenGan:function(){return LunarUtil.SHI_SHEN_GAN[this.getDayGan()+this.getMonthGan()];}, + getMonthShiShenZhi:function(){ + var dayGan = this.getDayGan(); + var zhi = this.getMonthZhi(); + var hideGan = LunarUtil.ZHI_HIDE_GAN[zhi]; + var l = []; + for(var i=0,j=hideGan.length;i=10){ + ganIndex -= 10; + } + var zhiIndex = this._p.lunar.getMonthZhiIndexExact() + 3; + if(zhiIndex>=12){ + zhiIndex -= 12; + } + return LunarUtil.GAN[ganIndex+1]+LunarUtil.ZHI[zhiIndex+1]; + }, + getTaiYuanNaYin:function(){return LunarUtil.NAYIN[this.getTaiYuan()];}, + getTaiXi:function(){ + var lunar = this._p.lunar; + var ganIndex = (2 === this._p.sect) ? lunar.getDayGanIndexExact2() : lunar.getDayGanIndexExact(); + var zhiIndex = (2 === this._p.sect) ? lunar.getDayZhiIndexExact2() : lunar.getDayZhiIndexExact(); + return LunarUtil.HE_GAN_5[ganIndex]+LunarUtil.HE_ZHI_6[zhiIndex]; + }, + getTaiXiNaYin:function(){return LunarUtil.NAYIN[this.getTaiXi()];}, + getMingGong:function(){ + var monthZhiIndex = 0; + var timeZhiIndex = 0; + for(var i=0,j=LunarUtil.MONTH_ZHI.length;i12){ + zhiIndex -= 12; + } + var jiaZiIndex = LunarUtil.getJiaZiIndex(lunar.getMonthInGanZhiExact()) - (monthZhiIndex-zhiIndex); + if(jiaZiIndex>=60){ + jiaZiIndex -= 60; + } + if(jiaZiIndex<0){ + jiaZiIndex += 60; + } + return LunarUtil.JIA_ZI[jiaZiIndex]; + }, + getMingGongNaYin:function(){return LunarUtil.NAYIN[this.getMingGong()];}, + getShenGong:function(){ + var monthZhiIndex = 0; + var timeZhiIndex = 0; + for(var i=0,j=LunarUtil.MONTH_ZHI.length;i 12) { + zhiIndex -= 12; + } + var jiaZiIndex = LunarUtil.getJiaZiIndex(lunar.getMonthInGanZhiExact()) - (monthZhiIndex - zhiIndex); + if(jiaZiIndex>=60){ + jiaZiIndex -= 60; + } + if(jiaZiIndex<0){ + jiaZiIndex += 60; + } + return LunarUtil.JIA_ZI[jiaZiIndex]; + }, + getShenGongNaYin:function(){return LunarUtil.NAYIN[this.getShenGong()];}, + getLunar:function(){return this._p.lunar;}, + getYun:function(gender, sect){ + sect *= 1; + sect = (2 === sect) ? sect : 1; + var lunar = this.getLunar(); + var yang = 0 === lunar.getYearGanIndexExact() % 2; + var man = 1 === gender; + var forward = (yang && man) || (!yang && !man); + var start = (function(){ + var prev = lunar.getPrevJie(); + var next = lunar.getNextJie(); + var current = lunar.getSolar(); + var start = forward ? current : prev.getSolar(); + var end = forward ? next.getSolar() : current; + + var year; + var month; + var day; + var hour = 0; + + if (2 === sect) { + var minutes = end.subtractMinute(start); + year = Math.floor(minutes / 4320); + minutes -= year * 4320; + month = Math.floor(minutes / 360); + minutes -= month * 360; + day = Math.floor(minutes / 12); + minutes -= day * 12; + hour = minutes * 2; + } else { + var endTimeZhiIndex = (end.getHour() === 23) ? 11 : LunarUtil.getTimeZhiIndex(end.toYmdHms().substr(11, 5)); + var startTimeZhiIndex = (start.getHour() === 23) ? 11 : LunarUtil.getTimeZhiIndex(start.toYmdHms().substr(11, 5)); + // 时辰差 + var hourDiff = endTimeZhiIndex - startTimeZhiIndex; + // 天数差 + var dayDiff = end.subtract(start); + if (hourDiff < 0) { + hourDiff += 12; + dayDiff--; + } + var monthDiff = Math.floor(hourDiff * 10 / 30); + month = dayDiff * 4 + monthDiff; + day = hourDiff * 10 - monthDiff * 30; + year = Math.floor(month / 12); + month = month - year * 12; + } + + return { + year: year, + month: month, + day: day, + hour: hour + }; + })(); + var buildLiuYue = function(liuNian, index){ + return { + _p: { + index: index, + liuNian: liuNian + }, + getIndex:function(){return this._p.index;}, + getMonthInChinese:function(){return LunarUtil.MONTH[this._p.index + 1];}, + getGanZhi:function(){ + var yearGanIndex = LunarUtil.find(this._p.liuNian.getGanZhi(), LunarUtil.GAN).index - 1; + var offset = [2, 4, 6, 8, 0][yearGanIndex % 5]; + var gan = LunarUtil.GAN[(this._p.index + offset) % 10 + 1]; + var zhi = LunarUtil.ZHI[(this._p.index + LunarUtil.BASE_MONTH_ZHI_INDEX) % 12 + 1]; + return gan + zhi; + }, + getXun:function(){return LunarUtil.getXun(this.getGanZhi());}, + getXunKong:function(){return LunarUtil.getXunKong(this.getGanZhi());} + }; + }; + var buildLiuNian = function(daYun, index){ + return { + _p: { + year: daYun.getStartYear() + index, + age: daYun.getStartAge() + index, + index: index, + daYun: daYun, + lunar: daYun.getLunar() + }, + getYear: function(){return this._p.year;}, + getAge: function(){return this._p.age;}, + getIndex: function(){return this._p.index;}, + getLunar: function(){return this._p.lunar;}, + getGanZhi: function(){ + var offset = LunarUtil.getJiaZiIndex(this._p.lunar.getJieQiTable()[I18n.getMessage('jq.liChun')].getLunar().getYearInGanZhiExact()) + this._p.index; + if (this._p.daYun.getIndex() > 0) { + offset += this._p.daYun.getStartAge() - 1; + } + offset %= LunarUtil.JIA_ZI.length; + return LunarUtil.JIA_ZI[offset]; + }, + getXun:function(){return LunarUtil.getXun(this.getGanZhi());}, + getXunKong:function(){return LunarUtil.getXunKong(this.getGanZhi());}, + getLiuYue: function(){ + var l = []; + for (var i = 0; i < 12; i++) { + l.push(buildLiuYue(this,i)); + } + return l; + } + }; + }; + var buildXiaoYun = function(daYun, index, forward){ + return { + _p: { + year: daYun.getStartYear() + index, + age: daYun.getStartAge() + index, + index: index, + daYun: daYun, + forward: forward, + lunar: daYun.getLunar() + }, + getYear: function(){return this._p.year;}, + getAge: function(){return this._p.age;}, + getIndex: function(){return this._p.index;}, + getGanZhi: function(){ + var offset = LunarUtil.getJiaZiIndex(this._p.lunar.getTimeInGanZhi()); + var add = this._p.index + 1; + if (this._p.daYun.getIndex() > 0) { + add += this._p.daYun.getStartAge() - 1; + } + offset += this._p.forward ? add : -add; + var size = LunarUtil.JIA_ZI.length; + while (offset < 0) { + offset += size; + } + offset %= size; + return LunarUtil.JIA_ZI[offset]; + }, + getXun:function(){return LunarUtil.getXun(this.getGanZhi());}, + getXunKong:function(){return LunarUtil.getXunKong(this.getGanZhi());} + }; + }; + var buildDaYun = function(yun, index){ + var birthYear = yun.getLunar().getSolar().getYear(); + var year = yun.getStartSolar().getYear(); + var startYear; + var startAge; + var endYear; + var endAge; + if (index < 1) { + startYear = birthYear; + startAge = 1; + endYear = year - 1; + endAge = year - birthYear; + } else { + var add = (index - 1) * 10; + startYear = year + add; + startAge = startYear - birthYear + 1; + endYear = startYear + 9; + endAge = startAge + 9; + } + return { + _p: { + startYear: startYear, + endYear: endYear, + startAge: startAge, + endAge: endAge, + index: index, + yun: yun, + lunar: yun.getLunar() + }, + getStartYear: function(){return this._p.startYear;}, + getEndYear: function(){return this._p.endYear;}, + getStartAge: function(){return this._p.startAge;}, + getEndAge: function(){return this._p.endAge;}, + getIndex: function(){return this._p.index;}, + getLunar: function(){return this._p.lunar;}, + getGanZhi: function(){ + if (this._p.index < 1) { + return ''; + } + var offset = LunarUtil.getJiaZiIndex(this._p.lunar.getMonthInGanZhiExact()); + offset += this._p.yun.isForward() ? this._p.index : -this._p.index; + var size = LunarUtil.JIA_ZI.length; + if (offset >= size) { + offset -= size; + } + if (offset < 0) { + offset += size; + } + return LunarUtil.JIA_ZI[offset]; + }, + getXun:function(){return LunarUtil.getXun(this.getGanZhi());}, + getXunKong:function(){return LunarUtil.getXunKong(this.getGanZhi());}, + getLiuNian: function(n){ + if (!n) { + n = 10; + } + if (this._p.index < 1) { + n = this._p.endYear-this._p.startYear+1; + } + var l = []; + for (var i = 0; i < n; i++) { + l.push(buildLiuNian(this,i)); + } + return l; + }, + getXiaoYun: function(n){ + if (!n) { + n = 10; + } + if (this._p.index < 1) { + n = this._p.endYear-this._p.startYear+1; + } + var l = []; + for (var i = 0; i < n; i++) { + l.push(buildXiaoYun(this,i,this._p.yun.isForward())); + } + return l; + } + }; + }; + return { + _p: { + gender: gender, + startYear: start.year, + startMonth: start.month, + startDay: start.day, + startHour: start.hour, + forward: forward, + lunar: lunar + }, + getGender: function(){return this._p.gender;}, + getStartYear: function(){return this._p.startYear;}, + getStartMonth: function(){return this._p.startMonth;}, + getStartDay: function(){return this._p.startDay;}, + getStartHour: function(){return this._p.startHour;}, + isForward: function(){return this._p.forward;}, + getLunar: function(){return this._p.lunar;}, + getStartSolar: function(){ + var solar = this._p.lunar.getSolar(); + solar = solar.nextYear(this._p.startYear); + solar = solar.nextMonth(this._p.startMonth); + solar = solar.next(this._p.startDay); + return solar.nextHour(this._p.startHour); + }, + getDaYun: function(n){ + if (!n) { + n = 10; + } + var l = []; + for (var i = 0; i < n; i++) { + l.push(buildDaYun(this,i)); + } + return l; + } + }; + }, + toString:function(){return this.getYear()+' '+this.getMonth()+' '+this.getDay()+' '+this.getTime();} + }; + }; + return { + fromLunar:function(lunar){return _fromLunar(lunar);} + }; + })(); + var LunarTime = (function(){ + var _fromYmdHms=function(lunarYear,lunarMonth,lunarDay,hour,minute,second){ + var lunar=Lunar.fromYmdHms(lunarYear,lunarMonth,lunarDay,hour,minute,second); + var zhiIndex=LunarUtil.getTimeZhiIndex([(hour<10?'0':'')+hour,(minute<10?'0':'')+minute].join(':')); + var ganIndex = (lunar.getDayGanIndexExact() % 5 * 2 + zhiIndex) % 10; + return { + _p:{ + ganIndex:ganIndex, + zhiIndex:zhiIndex, + lunar:lunar + }, + getGanIndex:function(){return this._p.ganIndex;}, + getZhiIndex:function(){return this._p.zhiIndex;}, + getGan:function(){return LunarUtil.GAN[this._p.ganIndex+1];}, + getZhi:function(){return LunarUtil.ZHI[this._p.zhiIndex+1];}, + getGanZhi:function(){return this.getGan()+this.getZhi();}, + getShengXiao:function(){return LunarUtil.SHENGXIAO[this._p.zhiIndex+1];}, + getPositionXi:function(){return LunarUtil.POSITION_XI[this._p.ganIndex + 1];}, + getPositionXiDesc:function(){return LunarUtil.POSITION_DESC[this.getPositionXi()];}, + getPositionYangGui:function(){return LunarUtil.POSITION_YANG_GUI[this._p.ganIndex + 1];}, + getPositionYangGuiDesc:function(){return LunarUtil.POSITION_DESC[this.getPositionYangGui()];}, + getPositionYinGui:function(){return LunarUtil.POSITION_YIN_GUI[this._p.ganIndex + 1];}, + getPositionYinGuiDesc:function(){return LunarUtil.POSITION_DESC[this.getPositionYinGui()];}, + getPositionFu:function(sect){return (1===sect?LunarUtil.POSITION_FU:LunarUtil.POSITION_FU_2)[this._p.ganIndex + 1];}, + getPositionFuDesc:function(sect){return LunarUtil.POSITION_DESC[this.getPositionFu(sect)];}, + getPositionCai:function(){return LunarUtil.POSITION_CAI[this._p.ganIndex + 1];}, + getPositionCaiDesc:function(){return LunarUtil.POSITION_DESC[this.getPositionCai()];}, + getNaYin:function(){return LunarUtil.NAYIN[this.getGanZhi()];}, + getTianShen:function(){ + return LunarUtil.TIAN_SHEN[(this._p.zhiIndex + LunarUtil.ZHI_TIAN_SHEN_OFFSET[this._p.lunar.getDayZhiExact()]) % 12 + 1]; + }, + getTianShenType:function(){return LunarUtil.TIAN_SHEN_TYPE[this.getTianShen()];}, + getTianShenLuck:function(){return LunarUtil.TIAN_SHEN_TYPE_LUCK[this.getTianShenType()];}, + getChong:function(){return LunarUtil.CHONG[this._p.zhiIndex];}, + getSha:function(){return LunarUtil.SHA[this.getZhi()];}, + getChongShengXiao:function(){ + var chong = this.getChong(); + for (var i = 0, j = LunarUtil.ZHI.length; i < j; i++) { + if (LunarUtil.ZHI[i]===chong) { + return LunarUtil.SHENGXIAO[i]; + } + } + return ''; + }, + getChongDesc:function(){return '(' + this.getChongGan() + this.getChong() + ')' + this.getChongShengXiao();}, + getChongGan:function(){return LunarUtil.CHONG_GAN[this._p.ganIndex];}, + getChongGanTie:function(){return LunarUtil.CHONG_GAN_TIE[this._p.ganIndex];}, + getYi:function(){return LunarUtil.getTimeYi(this._p.lunar.getDayInGanZhiExact(), this.getGanZhi());}, + getJi:function(){return LunarUtil.getTimeJi(this._p.lunar.getDayInGanZhiExact(), this.getGanZhi());}, + getNineStar:function(){ + var solarYmd = this._p.lunar.getSolar().toYmd(); + var jieQi = this._p.lunar.getJieQiTable(); + var asc = false; + if (solarYmd>=jieQi[I18n.getMessage('jq.dongZhi')].toYmd() && solarYmd 22){ + return '23:00'; + } + if(hour%2===0){ + hour-=1; + } + return (hour<10?'0':'')+hour+':00'; + }, + getMaxHm:function(){ + var hour = this._p.lunar.getHour(); + if (hour <1){ + return '00:59'; + } else if (hour > 22) { + return '23:59'; + } + if(hour%2!==0){ + hour+=1; + } + return (hour<10?'0':'')+hour+':59'; + }, + toString:function(){return this.getGanZhi();} + }; + }; + return { + fromYmdHms:function(lunarYear,lunarMonth,lunarDay,hour,minute,second){return _fromYmdHms(lunarYear,lunarMonth,lunarDay,hour,minute,second);} + }; + })(); + var FotoUtil = (function(){ + var XIU_OFFSET = [11, 13, 15, 17, 19, 21, 24, 0, 2, 4, 7, 9]; + var _f=function(name,result,everyMonth,remark){ + return { + _p:{ + name:name, + result:result?result:'', + everyMonth:!!everyMonth, + remark:remark?remark:'' + }, + getName:function(){return this._p.name;}, + getResult:function(){return this._p.result;}, + isEveryMonth:function(){return this._p.everyMonth;}, + getRemark:function(){return this._p.remark;}, + toString:function(){return this._p.name;}, + toFullString:function(){ + var l = [this._p.name]; + if(this._p.result) { + l.push(this._p.result); + } + if(this._p.remark) { + l.push(this._p.remark); + } + return l.join(' '); + } + }; + }; + var _getXiu=function(m,d){ + return FotoUtil.XIU_27[(XIU_OFFSET[Math.abs(m)-1] + d - 1) % FotoUtil.XIU_27.length]; + }; + var dj='犯者夺纪'; + var js='犯者减寿'; + var ss='犯者损寿'; + var xl='犯者削禄夺纪'; + var jw='犯者三年内夫妇俱亡'; + var _y=_f('杨公忌'); + var _t=_f('四天王巡行', '', true); + var _d=_f('斗降', dj, true); + var _s=_f('月朔', dj, true); + var _w=_f('月望', dj, true); + var _h=_f('月晦', js, true); + var _l=_f('雷斋日', js, true); + var _j=_f('九毒日', '犯者夭亡,奇祸不测'); + var _r=_f('人神在阴', '犯者得病', true, '宜先一日即戒'); + var _m=_f('司命奏事', js, true, '如月小,即戒廿九'); + var _hh=_f('月晦', js, true, '如月小,即戒廿九'); + return { + XIU_27:[ + '{xx.jiao}', + '{xx.kang}', + '{xx.di}', + '{xx.fang}', + '{xx.xin}', + '{xx.tail}', + '{xx.ji}', + '{xx.dou}', + '{xx.nv}', + '{xx.xu}', + '{xx.wei}', + '{xx.shi}', + '{xx.qiang}', + '{xx.kui}', + '{xx.lou}', + '{xx.vei}', + '{xx.mao}', + '{xx.bi}', + '{xx.zi}', + '{xx.can}', + '{xx.jing}', + '{xx.gui}', + '{xx.liu}', + '{xx.xing}', + '{xx.zhang}', + '{xx.yi}', + '{xx.zhen}' + ], + DAY_ZHAI_GUAN_YIN:['1-8','2-7','2-9','2-19','3-3','3-6','3-13','4-22','5-3','5-17','6-16','6-18','6-19','6-23','7-13','8-16','9-19','9-23','10-2','11-19','11-24','12-25'], + FESTIVAL:{ + '1-1': [_f('天腊,玉帝校世人神气禄命', xl), _s], + '1-3': [_f('万神都会', dj), _d], + '1-5': [_f('五虚忌')], + '1-6': [_f('六耗忌'), _l], + '1-7': [_f('上会日', ss)], + '1-8': [_f('五殿阎罗天子诞', dj), _t], + '1-9': [_f('玉皇上帝诞', dj)], + '1-13': [_y], + '1-14': [_f('三元降', js), _t], + '1-15': [_f('三元降', js), _f('上元神会', dj), _w, _t], + '1-16': [_f('三元降', js)], + '1-19': [_f('长春真人诞')], + '1-23': [_f('三尸神奏事'), _t], + '1-25': [_h, _f('天地仓开日', '犯者损寿,子带疾')], + '1-27': [_d], + '1-28': [_r], + '1-29': [_t], + '1-30': [_hh, _m, _t], + '2-1': [_f('一殿秦广王诞', dj), _s], + '2-2': [_f('万神都会', dj), _f('福德土地正神诞', '犯者得祸')], + '2-3': [_f('文昌帝君诞', xl), _d], + '2-6': [_f('东华帝君诞'), _l], + '2-8': [_f('释迦牟尼佛出家', dj), _f('三殿宋帝王诞', dj), _f('张大帝诞', dj), _t], + '2-11': [_y], + '2-14': [_t], + '2-15': [_f('释迦牟尼佛涅槃', xl), _f('太上老君诞', xl), _f('月望', xl, true), _t], + '2-17': [_f('东方杜将军诞')], + '2-18': [_f('四殿五官王诞', xl), _f('至圣先师孔子讳辰', xl)], + '2-19': [_f('观音大士诞', dj)], + '2-21': [_f('普贤菩萨诞')], + '2-23': [_t], + '2-25': [_h], + '2-27': [_d], + '2-28': [_r], + '2-29': [_t], + '2-30': [_hh, _m, _t], + '3-1': [_f('二殿楚江王诞', dj), _s], + '3-3': [_f('玄天上帝诞', dj), _d], + '3-6': [_l], + '3-8': [_f('六殿卞城王诞', dj), _t], + '3-9': [_f('牛鬼神出', '犯者产恶胎'), _y], + '3-12': [_f('中央五道诞')], + '3-14': [_t], + '3-15': [_f('昊天上帝诞', dj), _f('玄坛诞', dj), _w, _t], + '3-16': [_f('准提菩萨诞', dj)], + '3-19': [_f('中岳大帝诞'), _f('后土娘娘诞'), _f('三茅降')], + '3-20': [_f('天地仓开日', ss), _f('子孙娘娘诞')], + '3-23': [_t], + '3-25': [_h], + '3-27': [_f('七殿泰山王诞'), _d], + '3-28': [_r, _f('苍颉至圣先师诞', xl), _f('东岳大帝诞')], + '3-29': [_t], + '3-30': [_hh, _m, _t], + '4-1': [_f('八殿都市王诞', dj), _s], + '4-3': [_d], + '4-4': [_f('万神善会', '犯者失瘼夭胎'), _f('文殊菩萨诞')], + '4-6': [_l], + '4-7': [_f('南斗、北斗、西斗同降', js), _y], + '4-8': [_f('释迦牟尼佛诞', dj), _f('万神善会', '犯者失瘼夭胎'), _f('善恶童子降', '犯者血死'), _f('九殿平等王诞'), _t], + '4-14': [_f('纯阳祖师诞', js), _t], + '4-15': [_w, _f('钟离祖师诞'), _t], + '4-16': [_f('天地仓开日', ss)], + '4-17': [_f('十殿转轮王诞', dj)], + '4-18': [_f('天地仓开日', ss), _f('紫徽大帝诞', ss)], + '4-20': [_f('眼光圣母诞')], + '4-23': [_t], + '4-25': [_h], + '4-27': [_d], + '4-28': [_r], + '4-29': [_t], + '4-30': [_hh, _m, _t], + '5-1': [_f('南极长生大帝诞', dj), _s], + '5-3': [_d], + '5-5': [_f('地腊', xl), _f('五帝校定生人官爵', xl), _j, _y], + '5-6': [_j, _l], + '5-7': [_j], + '5-8': [_f('南方五道诞'), _t], + '5-11': [_f('天地仓开日', ss),_f('天下都城隍诞')], + '5-12': [_f('炳灵公诞')], + '5-13': [_f('关圣降', xl)], + '5-14': [_f('夜子时为天地交泰', jw), _t], + '5-15': [_w, _j, _t], + '5-16': [_f('九毒日', jw), _f('天地元气造化万物之辰', jw)], + '5-17': [_j], + '5-18': [_f('张天师诞')], + '5-22': [_f('孝娥神诞', dj)], + '5-23': [_t], + '5-25': [_j, _h], + '5-26': [_j], + '5-27': [_j, _d], + '5-28': [_r], + '5-29': [_t], + '5-30': [_hh, _m, _t], + '6-1': [_s], + '6-3': [_f('韦驮菩萨圣诞'), _d, _y], + '6-5': [_f('南赡部洲转大轮', ss)], + '6-6': [_f('天地仓开日', ss), _l], + '6-8': [_t], + '6-10': [_f('金粟如来诞')], + '6-14': [_t], + '6-15': [_w, _t], + '6-19': [_f('观世音菩萨成道', dj)], + '6-23': [_f('南方火神诞', '犯者遭回禄'), _t], + '6-24': [_f('雷祖诞', xl), _f('关帝诞', xl)], + '6-25': [_h], + '6-27': [_d], + '6-28': [_r], + '6-29': [_t], + '6-30': [_hh, _m, _t], + '7-1': [_s, _y], + '7-3': [_d], + '7-5': [_f('中会日', ss, false, '一作初七')], + '7-6': [_l], + '7-7': [_f('道德腊', xl), _f('五帝校生人善恶', xl), _f('魁星诞', xl)], + '7-8': [_t], + '7-10': [_f('阴毒日', '', false, '大忌')], + '7-12': [_f('长真谭真人诞')], + '7-13': [_f('大势至菩萨诞', js)], + '7-14': [_f('三元降', js), _t], + '7-15': [_w, _f('三元降', dj),_f('地官校籍', dj), _t], + '7-16': [_f('三元降', js)], + '7-18': [_f('西王母诞', dj)], + '7-19': [_f('太岁诞', dj)], + '7-22': [_f('增福财神诞', xl)], + '7-23': [_t], + '7-25': [_h], + '7-27': [_d], + '7-28': [_r], + '7-29': [_y, _t], + '7-30': [_f('地藏菩萨诞', dj), _hh, _m, _t], + '8-1': [_s, _f('许真君诞')], + '8-3': [_d, _f('北斗诞', xl), _f('司命灶君诞', '犯者遭回禄')], + '8-5': [_f('雷声大帝诞', dj)], + '8-6': [_l], + '8-8': [_t], + '8-10': [_f('北斗大帝诞')], + '8-12': [_f('西方五道诞')], + '8-14': [_t], + '8-15': [_w, _f('太明朝元', '犯者暴亡', false, '宜焚香守夜'), _t], + '8-16': [_f('天曹掠刷真君降', '犯者贫夭')], + '8-18': [_f('天人兴福之辰', '', false, '宜斋戒,存想吉事')], + '8-23': [_f('汉恒候张显王诞'), _t], + '8-24': [_f('灶君夫人诞')], + '8-25': [_h], + '8-27': [_d, _f('至圣先师孔子诞', xl), _y], + '8-28': [_r, _f('四天会事')], + '8-29': [_t], + '8-30': [_f('诸神考校', '犯者夺算'), _hh, _m, _t], + '9-1': [_s, _f('南斗诞', xl), _f('北斗九星降世', dj, false, '此九日俱宜斋戒')], + '9-3': [_d, _f('五瘟神诞')], + '9-6': [_l], + '9-8': [_t], + '9-9': [_f('斗母诞', xl), _f('酆都大帝诞'), _f('玄天上帝飞升')], + '9-10': [_f('斗母降', dj)], + '9-11': [_f('宜戒')], + '9-13': [_f('孟婆尊神诞')], + '9-14': [_t], + '9-15': [_w, _t], + '9-17': [_f('金龙四大王诞', '犯者遭水厄')], + '9-19': [_f('日宫月宫会合', js), _f('观世音菩萨诞', js)], + '9-23': [_t], + '9-25': [_h, _y], + '9-27': [_d], + '9-28': [_r], + '9-29': [_t], + '9-30': [_f('药师琉璃光佛诞', '犯者危疾'), _hh, _m, _t], + '10-1': [_s, _f('民岁腊', dj), _f('四天王降', '犯者一年内死')], + '10-3': [_d, _f('三茅诞')], + '10-5': [_f('下会日', js), _f('达摩祖师诞', js)], + '10-6': [_l, _f('天曹考察', dj)], + '10-8': [_f('佛涅槃日', '', false, '大忌色欲'), _t], + '10-10': [_f('四天王降', '犯者一年内死')], + '10-11': [_f('宜戒')], + '10-14': [_f('三元降', js), _t], + '10-15': [_w, _f('三元降', dj), _f('下元水府校籍', dj), _t], + '10-16': [_f('三元降', js), _t], + '10-23': [_y, _t], + '10-25': [_h], + '10-27': [_d, _f('北极紫徽大帝降')], + '10-28': [_r], + '10-29': [_t], + '10-30': [_hh, _m, _t], + '11-1': [_s], + '11-3': [_d], + '11-4': [_f('至圣先师孔子诞', xl)], + '11-6': [_f('西岳大帝诞')], + '11-8': [_t], + '11-11': [_f('天地仓开日', dj), _f('太乙救苦天尊诞', dj)], + '11-14': [_t], + '11-15': [_f('月望', '上半夜犯男死 下半夜犯女死'), _f('四天王巡行', '上半夜犯男死 下半夜犯女死')], + '11-17': [_f('阿弥陀佛诞')], + '11-19': [_f('太阳日宫诞', '犯者得奇祸')], + '11-21': [_y], + '11-23': [_f('张仙诞', '犯者绝嗣'), _t], + '11-25': [_f('掠刷大夫降', '犯者遭大凶'), _h], + '11-26': [_f('北方五道诞')], + '11-27': [_d], + '11-28': [_r], + '11-29': [_t], + '11-30': [_hh, _m, _t], + '12-1': [_s], + '12-3': [_d], + '12-6': [_f('天地仓开日', js), _l], + '12-7': [_f('掠刷大夫降', '犯者得恶疾')], + '12-8': [_f('王侯腊', dj), _f('释迦如来成佛之辰'), _t, _f('初旬内戊日,亦名王侯腊', dj)], + '12-12': [_f('太素三元君朝真')], + '12-14': [_t], + '12-15': [_w, _t], + '12-16': [_f('南岳大帝诞')], + '12-19': [_y], + '12-20': [_f('天地交道', '犯者促寿')], + '12-21': [_f('天猷上帝诞')], + '12-23': [_f('五岳诞降'), _t], + '12-24': [_f('司今朝天奏人善恶', '犯者得大祸')], + '12-25': [_f('三清玉帝同降,考察善恶', '犯者得奇祸'), _h], + '12-27': [_d], + '12-28': [_r], + '12-29': [_f('华严菩萨诞'), _t], + '12-30': [_f('诸神下降,察访善恶', '犯者男女俱亡')] + }, + OTHER_FESTIVAL:{ + '1-1': ['弥勒菩萨圣诞'], + '1-6': ['定光佛圣诞'], + '2-8': ['释迦牟尼佛出家'], + '2-15': ['释迦牟尼佛涅槃'], + '2-19': ['观世音菩萨圣诞'], + '2-21': ['普贤菩萨圣诞'], + '3-16': ['准提菩萨圣诞'], + '4-4': ['文殊菩萨圣诞'], + '4-8': ['释迦牟尼佛圣诞'], + '4-15': ['佛吉祥日'], + '4-28': ['药王菩萨圣诞'], + '5-13': ['伽蓝菩萨圣诞'], + '6-3': ['韦驮菩萨圣诞'], + '6-19': ['观音菩萨成道'], + '7-13': ['大势至菩萨圣诞'], + '7-15': ['佛欢喜日'], + '7-24': ['龙树菩萨圣诞'], + '7-30': ['地藏菩萨圣诞'], + '8-15': ['月光菩萨圣诞'], + '8-22': ['燃灯佛圣诞'], + '9-9': ['摩利支天菩萨圣诞'], + '9-19': ['观世音菩萨出家'], + '9-30': ['药师琉璃光佛圣诞'], + '10-5': ['达摩祖师圣诞'], + '10-20': ['文殊菩萨出家'], + '11-17': ['阿弥陀佛圣诞'], + '11-19': ['日光菩萨圣诞'], + '12-8': ['释迦牟尼佛成道'], + '12-23': ['监斋菩萨圣诞'], + '12-29': ['华严菩萨圣诞'] + }, + getXiu:function(m,d){return _getXiu(m,d);} + } + })(); + var Foto = (function(){ + var _fromYmdHms=function(y,m,d,hour,minute,second){ + return _fromLunar(Lunar.fromYmdHms(y+Foto.DEAD_YEAR-1,m,d,hour,minute,second)); + }; + var _fromLunar=function(lunar){ + return { + _p: { + lunar: lunar + }, + getLunar:function(){return this._p.lunar;}, + getYear:function(){ + var sy = this._p.lunar.getSolar().getYear(); + var y = sy-Foto.DEAD_YEAR; + if(sy===this._p.lunar.getYear()){ + y++; + } + return y; + }, + getMonth:function(){return this._p.lunar.getMonth();}, + getDay:function(){return this._p.lunar.getDay();}, + getYearInChinese:function(){ + var y = this.getYear()+''; + var s = ''; + var zero = '0'.charCodeAt(0); + for(var i=0,j=y.length;i -1) { + if (I18n.getMessage('jz.wuYin') === dgz) { + ret = true; + } + } else if ([I18n.getMessage('dz.si'), I18n.getMessage('dz.wu'), I18n.getMessage('dz.wei')].join(',').indexOf(mz) > -1) { + if (I18n.getMessage('jz.jiaWu') === dgz) { + ret = true; + } + } else if ([I18n.getMessage('dz.shen'), I18n.getMessage('dz.you'), I18n.getMessage('dz.xu')].join(',').indexOf(mz) > -1) { + if (I18n.getMessage('jz.wuShen') === dgz) { + ret = true; + } + } else if ([I18n.getMessage('dz.hai'), I18n.getMessage('dz.zi'), I18n.getMessage('dz.chou')].join(',').indexOf(mz) > -1) { + if (I18n.getMessage('jz.jiaZi') === dgz) { + ret = true; + } + } + return ret; + }, + toString:function(){ + return this.getYearInChinese()+'年'+this.getMonthInChinese()+'月'+this.getDayInChinese(); + }, + toFullString:function(){ + return '道歷'+this.getYearInChinese()+'年,天運'+this._p.lunar.getYearInGanZhi()+'年,'+this._p.lunar.getMonthInGanZhi()+'月,'+this._p.lunar.getDayInGanZhi()+'日。'+this.getMonthInChinese()+'月'+this.getDayInChinese()+'日,'+this._p.lunar.getTimeZhi()+'時。'; + } + }; + }; + return { + BIRTH_YEAR:-2697, + fromYmdHms:function(y,m,d,hour,minute,second){return _fromYmdHms(y,m,d,hour,minute,second);}, + fromYmd:function(y,m,d){return _fromYmdHms(y,m,d,0,0,0);}, + fromLunar:function(lunar){return _fromLunar(lunar);} + }; + })(); + var I18n = (function(){ + var _defaultLang = 'chs'; + var _lang = _defaultLang; + var _inited = false; + var _messages = { + 'chs': { + 'tg.jia': '甲', + 'tg.yi': '乙', + 'tg.bing': '丙', + 'tg.ding': '丁', + 'tg.wu': '戊', + 'tg.ji': '己', + 'tg.geng': '庚', + 'tg.xin': '辛', + 'tg.ren': '壬', + 'tg.gui': '癸', + 'dz.zi': '子', + 'dz.chou': '丑', + 'dz.yin': '寅', + 'dz.mao': '卯', + 'dz.chen': '辰', + 'dz.si': '巳', + 'dz.wu': '午', + 'dz.wei': '未', + 'dz.shen': '申', + 'dz.you': '酉', + 'dz.xu': '戌', + 'dz.hai': '亥', + 'zx.jian': '建', + 'zx.chu': '除', + 'zx.man': '满', + 'zx.ping': '平', + 'zx.ding': '定', + 'zx.zhi': '执', + 'zx.po': '破', + 'zx.wei': '危', + 'zx.cheng': '成', + 'zx.shou': '收', + 'zx.kai': '开', + 'zx.bi': '闭', + 'jz.jiaZi': '甲子', + 'jz.yiChou': '乙丑', + 'jz.bingYin': '丙寅', + 'jz.dingMao': '丁卯', + 'jz.wuChen': '戊辰', + 'jz.jiSi': '己巳', + 'jz.gengWu': '庚午', + 'jz.xinWei': '辛未', + 'jz.renShen': '壬申', + 'jz.guiYou': '癸酉', + 'jz.jiaXu': '甲戌', + 'jz.yiHai': '乙亥', + 'jz.bingZi': '丙子', + 'jz.dingChou': '丁丑', + 'jz.wuYin': '戊寅', + 'jz.jiMao': '己卯', + 'jz.gengChen': '庚辰', + 'jz.xinSi': '辛巳', + 'jz.renWu': '壬午', + 'jz.guiWei': '癸未', + 'jz.jiaShen': '甲申', + 'jz.yiYou': '乙酉', + 'jz.bingXu': '丙戌', + 'jz.dingHai': '丁亥', + 'jz.wuZi': '戊子', + 'jz.jiChou': '己丑', + 'jz.gengYin': '庚寅', + 'jz.xinMao': '辛卯', + 'jz.renChen': '壬辰', + 'jz.guiSi': '癸巳', + 'jz.jiaWu': '甲午', + 'jz.yiWei': '乙未', + 'jz.bingShen': '丙申', + 'jz.dingYou': '丁酉', + 'jz.wuXu': '戊戌', + 'jz.jiHai': '己亥', + 'jz.gengZi': '庚子', + 'jz.xinChou': '辛丑', + 'jz.renYin': '壬寅', + 'jz.guiMao': '癸卯', + 'jz.jiaChen': '甲辰', + 'jz.yiSi': '乙巳', + 'jz.bingWu': '丙午', + 'jz.dingWei': '丁未', + 'jz.wuShen': '戊申', + 'jz.jiYou': '己酉', + 'jz.gengXu': '庚戌', + 'jz.xinHai': '辛亥', + 'jz.renZi': '壬子', + 'jz.guiChou': '癸丑', + 'jz.jiaYin': '甲寅', + 'jz.yiMao': '乙卯', + 'jz.bingChen': '丙辰', + 'jz.dingSi': '丁巳', + 'jz.wuWu': '戊午', + 'jz.jiWei': '己未', + 'jz.gengShen': '庚申', + 'jz.xinYou': '辛酉', + 'jz.renXu': '壬戌', + 'jz.guiHai': '癸亥', + 'sx.rat': '鼠', + 'sx.ox': '牛', + 'sx.tiger': '虎', + 'sx.rabbit': '兔', + 'sx.dragon': '龙', + 'sx.snake': '蛇', + 'sx.horse': '马', + 'sx.goat': '羊', + 'sx.monkey': '猴', + 'sx.rooster': '鸡', + 'sx.dog': '狗', + 'sx.pig': '猪', + 'dw.long': '龙', + 'dw.niu': '牛', + 'dw.gou': '狗', + 'dw.yang': '羊', + 'dw.tu': '兔', + 'dw.shu': '鼠', + 'dw.ji': '鸡', + 'dw.ma': '马', + 'dw.hu': '虎', + 'dw.zhu': '猪', + 'dw.hou': '猴', + 'dw.she': '蛇', + 'dw.huLi': '狐', + 'dw.yan': '燕', + 'dw.bao': '豹', + 'dw.yuan': '猿', + 'dw.yin': '蚓', + 'dw.lu': '鹿', + 'dw.wu': '乌', + 'dw.jiao': '蛟', + 'dw.lang': '狼', + 'dw.fu': '蝠', + 'dw.zhang': '獐', + 'dw.xu': '獝', + 'dw.xie': '獬', + 'dw.han': '犴', + 'dw.he': '貉', + 'dw.zhi': '彘', + 'wx.jin': '金', + 'wx.mu': '木', + 'wx.shui': '水', + 'wx.huo': '火', + 'wx.tu': '土', + 'wx.ri': '日', + 'wx.yue': '月', + 'n.zero': '〇', + 'n.one': '一', + 'n.two': '二', + 'n.three': '三', + 'n.four': '四', + 'n.five': '五', + 'n.six': '六', + 'n.seven': '七', + 'n.eight': '八', + 'n.nine': '九', + 'n.ten': '十', + 'n.eleven': '十一', + 'n.twelve': '十二', + 'd.one': '初一', + 'd.two': '初二', + 'd.three': '初三', + 'd.four': '初四', + 'd.five': '初五', + 'd.six': '初六', + 'd.seven': '初七', + 'd.eight': '初八', + 'd.nine': '初九', + 'd.ten': '初十', + 'd.eleven': '十一', + 'd.twelve': '十二', + 'd.thirteen': '十三', + 'd.fourteen': '十四', + 'd.fifteen': '十五', + 'd.sixteen': '十六', + 'd.seventeen': '十七', + 'd.eighteen': '十八', + 'd.nighteen': '十九', + 'd.twenty': '二十', + 'd.twentyOne': '廿一', + 'd.twentyTwo': '廿二', + 'd.twentyThree': '廿三', + 'd.twentyFour': '廿四', + 'd.twentyFive': '廿五', + 'd.twentySix': '廿六', + 'd.twentySeven': '廿七', + 'd.twentyEight': '廿八', + 'd.twentyNine': '廿九', + 'd.thirty': '三十', + 'm.one': '正', + 'm.two': '二', + 'm.three': '三', + 'm.four': '四', + 'm.five': '五', + 'm.six': '六', + 'm.seven': '七', + 'm.eight': '八', + 'm.nine': '九', + 'm.ten': '十', + 'm.eleven': '冬', + 'm.twelve': '腊', + 'w.sun': '日', + 'w.mon': '一', + 'w.tues': '二', + 'w.wed': '三', + 'w.thur': '四', + 'w.fri': '五', + 'w.sat': '六', + 'xz.aries': '白羊', + 'xz.taurus': '金牛', + 'xz.gemini': '双子', + 'xz.cancer': '巨蟹', + 'xz.leo': '狮子', + 'xz.virgo': '处女', + 'xz.libra': '天秤', + 'xz.scorpio': '天蝎', + 'xz.sagittarius': '射手', + 'xz.capricornus': '摩羯', + 'xz.aquarius': '水瓶', + 'xz.pisces': '双鱼', + 'bg.qian': '乾', + 'bg.kun': '坤', + 'bg.zhen': '震', + 'bg.xun': '巽', + 'bg.kan': '坎', + 'bg.li': '离', + 'bg.gen': '艮', + 'bg.dui': '兑', + 'ps.center': '中', + 'ps.dong': '东', + 'ps.nan': '南', + 'ps.xi': '西', + 'ps.bei': '北', + 'ps.zhong': '中宫', + 'ps.zhengDong': '正东', + 'ps.zhengNan': '正南', + 'ps.zhengXi': '正西', + 'ps.zhengBei': '正北', + 'ps.dongBei': '东北', + 'ps.dongNan': '东南', + 'ps.xiBei': '西北', + 'ps.xiNan': '西南', + 'ps.wai': '外', + 'ps.fangNei': '房内', + 'jq.dongZhi': '冬至', + 'jq.xiaoHan': '小寒', + 'jq.daHan': '大寒', + 'jq.liChun': '立春', + 'jq.yuShui': '雨水', + 'jq.jingZhe': '惊蛰', + 'jq.chunFen': '春分', + 'jq.qingMing': '清明', + 'jq.guYu': '谷雨', + 'jq.liXia': '立夏', + 'jq.xiaoMan': '小满', + 'jq.mangZhong': '芒种', + 'jq.xiaZhi': '夏至', + 'jq.xiaoShu': '小暑', + 'jq.daShu': '大暑', + 'jq.liQiu': '立秋', + 'jq.chuShu': '处暑', + 'jq.baiLu': '白露', + 'jq.qiuFen': '秋分', + 'jq.hanLu': '寒露', + 'jq.shuangJiang': '霜降', + 'jq.liDong': '立冬', + 'jq.xiaoXue': '小雪', + 'jq.daXue': '大雪', + 'sn.qingLong': '青龙', + 'sn.baiHu': '白虎', + 'sn.zhuQue': '朱雀', + 'sn.xuanWu': '玄武', + 'sn.mingTang': '明堂', + 'sn.tianXing': '天刑', + 'sn.tianDe': '天德', + 'sn.jinKui': '金匮', + 'sn.yuTang': '玉堂', + 'sn.siMing': '司命', + 'sn.tianLao': '天牢', + 'sn.gouChen': '勾陈', + 'sn.tianEn': '天恩', + 'sn.muCang': '母仓', + 'sn.shiYang': '时阳', + 'sn.shengQi': '生气', + 'sn.yiHou': '益后', + 'sn.zaiSha': '灾煞', + 'sn.tianHuo': '天火', + 'sn.siJi': '四忌', + 'sn.baLong': '八龙', + 'sn.fuRi': '复日', + 'sn.xuShi': '续世', + 'sn.yueSha': '月煞', + 'sn.yueXu': '月虚', + 'sn.xueZhi': '血支', + 'sn.tianZei': '天贼', + 'sn.wuXu': '五虚', + 'sn.tuFu': '土符', + 'sn.guiJi': '归忌', + 'sn.xueJi': '血忌', + 'sn.yueDe': '月德', + 'sn.yueEn': '月恩', + 'sn.siXiang': '四相', + 'sn.wangRi': '王日', + 'sn.tianCang': '天仓', + 'sn.buJiang': '不将', + 'sn.wuHe': '五合', + 'sn.mingFeiDui': '鸣吠对', + 'sn.yueJian': '月建', + 'sn.xiaoShi': '小时', + 'sn.tuHu': '土府', + 'sn.wangWang': '往亡', + 'sn.yaoAn': '要安', + 'sn.siShen': '死神', + 'sn.tianMa': '天马', + 'sn.jiuHu': '九虎', + 'sn.qiNiao': '七鸟', + 'sn.liuShe': '六蛇', + 'sn.guanRi': '官日', + 'sn.jiQi': '吉期', + 'sn.yuYu': '玉宇', + 'sn.daShi': '大时', + 'sn.daBai': '大败', + 'sn.xianChi': '咸池', + 'sn.shouRi': '守日', + 'sn.tianWu': '天巫', + 'sn.fuDe': '福德', + 'sn.liuYi': '六仪', + 'sn.jinTang': '金堂', + 'sn.yanDui': '厌对', + 'sn.zhaoYao': '招摇', + 'sn.jiuKong': '九空', + 'sn.jiuKan': '九坎', + 'sn.jiuJiao': '九焦', + 'sn.xiangRi': '相日', + 'sn.baoGuang': '宝光', + 'sn.tianGang': '天罡', + 'sn.yueXing': '月刑', + 'sn.yueHai': '月害', + 'sn.youHuo': '游祸', + 'sn.chongRi': '重日', + 'sn.shiDe': '时德', + 'sn.minRi': '民日', + 'sn.sanHe': '三合', + 'sn.linRi': '临日', + 'sn.shiYin': '时阴', + 'sn.mingFei': '鸣吠', + 'sn.siQi': '死气', + 'sn.diNang': '地囊', + 'sn.yueDeHe': '月德合', + 'sn.jingAn': '敬安', + 'sn.puHu': '普护', + 'sn.jieShen': '解神', + 'sn.xiaoHao': '小耗', + 'sn.tianDeHe': '天德合', + 'sn.yueKong': '月空', + 'sn.yiMa': '驿马', + 'sn.tianHou': '天后', + 'sn.chuShen': '除神', + 'sn.yuePo': '月破', + 'sn.daHao': '大耗', + 'sn.wuLi': '五离', + 'sn.yinDe': '阴德', + 'sn.fuSheng': '福生', + 'sn.tianLi': '天吏', + 'sn.zhiSi': '致死', + 'sn.yuanWu': '元武', + 'sn.yangDe': '阳德', + 'sn.tianXi': '天喜', + 'sn.tianYi': '天医', + 'sn.yueYan': '月厌', + 'sn.diHuo': '地火', + 'sn.fourHit': '四击', + 'sn.daSha': '大煞', + 'sn.daHui': '大会', + 'sn.tianYuan': '天愿', + 'sn.liuHe': '六合', + 'sn.wuFu': '五富', + 'sn.shengXin': '圣心', + 'sn.heKui': '河魁', + 'sn.jieSha': '劫煞', + 'sn.siQiong': '四穷', + 'sn.chuShuiLong': '触水龙', + 'sn.baFeng': '八风', + 'sn.tianShe': '天赦', + 'sn.wuMu': '五墓', + 'sn.baZhuan': '八专', + 'sn.yinCuo': '阴错', + 'sn.siHao': '四耗', + 'sn.yangCuo': '阳错', + 'sn.siFei': '四废', + 'sn.sanYin': '三阴', + 'sn.xiaoHui': '小会', + 'sn.yinDaoChongYang': '阴道冲阳', + 'sn.danYin': '单阴', + 'sn.guChen': '孤辰', + 'sn.yinWei': '阴位', + 'sn.xingHen': '行狠', + 'sn.liaoLi': '了戾', + 'sn.jueYin': '绝阴', + 'sn.chunYang': '纯阳', + 'sn.suiBo': '岁薄', + 'sn.yinYangJiaoPo': '阴阳交破', + 'sn.yinYangJuCuo': '阴阳俱错', + 'sn.yinYangJiChong': '阴阳击冲', + 'sn.zhuZhen': '逐阵', + 'sn.yangCuoYinChong': '阳错阴冲', + 'sn.qiFu': '七符', + 'sn.tianGou': '天狗', + 'sn.chengRi': '成日', + 'sn.tianFu': '天符', + 'sn.guYang': '孤阳', + 'sn.jueYang': '绝阳', + 'sn.chunYin': '纯阴', + 'sn.yinShen': '阴神', + 'sn.jieChu': '解除', + 'sn.yangPoYinChong': '阳破阴冲', + 'ss.biJian': '比肩', + 'ss.jieCai': '劫财', + 'ss.shiShen': '食神', + 'ss.shangGuan': '伤官', + 'ss.pianCai': '偏财', + 'ss.zhengCai': '正财', + 'ss.qiSha': '七杀', + 'ss.zhengGuan': '正官', + 'ss.pianYin': '偏印', + 'ss.zhengYin': '正印', + 's.none': '无', + 's.huangDao': '黄道', + 's.heiDao': '黑道', + 's.goodLuck': '吉', + 's.badLuck': '凶', + 's.yin': '阴', + 's.yang': '阳', + 's.white': '白', + 's.black': '黑', + 's.blue': '碧', + 's.green': '绿', + 's.yellow': '黄', + 's.red': '赤', + 's.purple': '紫', + 'jr.chuXi': '除夕', + 'jr.chunJie': '春节', + 'jr.yuanXiao': '元宵节', + 'jr.longTou': '龙头节', + 'jr.duanWu': '端午节', + 'jr.qiXi': '七夕节', + 'jr.zhongQiu': '中秋节', + 'jr.chongYang': '重阳节', + 'jr.laBa': '腊八节', + 'jr.yuanDan': '元旦节', + 'jr.qingRen': '情人节', + 'jr.fuNv': '妇女节', + 'jr.zhiShu': '植树节', + 'jr.xiaoFei': '消费者权益日', + 'jr.wuYi': '劳动节', + 'jr.qingNian': '青年节', + 'jr.erTong': '儿童节', + 'jr.yuRen': '愚人节', + 'jr.jianDang': '建党节', + 'jr.jianJun': '建军节', + 'jr.jiaoShi': '教师节', + 'jr.guoQing': '国庆节', + 'jr.wanShengYe': '万圣节前夜', + 'jr.wanSheng': '万圣节', + 'jr.pingAn': '平安夜', + 'jr.shengDan': '圣诞节', + 'ds.changSheng': '长生', + 'ds.muYu': '沐浴', + 'ds.guanDai': '冠带', + 'ds.linGuan': '临官', + 'ds.diWang': '帝旺', + 'ds.shuai': '衰', + 'ds.bing': '病', + 'ds.si': '死', + 'ds.mu': '墓', + 'ds.jue': '绝', + 'ds.tai': '胎', + 'ds.yang': '养', + 'h.first': '初候', + 'h.second': '二候', + 'h.third': '三候', + 'h.qiuYinJie': '蚯蚓结', + 'h.miJiao': '麋角解', + 'h.shuiQuan': '水泉动', + 'h.yanBei': '雁北乡', + 'h.queShi': '鹊始巢', + 'h.zhiShi': '雉始雊', + 'h.jiShi': '鸡始乳', + 'h.zhengNiao': '征鸟厉疾', + 'h.shuiZe': '水泽腹坚', + 'h.dongFeng': '东风解冻', + 'h.zheChongShiZhen': '蛰虫始振', + 'h.yuZhi': '鱼陟负冰', + 'h.taJi': '獭祭鱼', + 'h.houYan': '候雁北', + 'h.caoMuMengDong': '草木萌动', + 'h.taoShi': '桃始华', + 'h.cangGeng': '仓庚鸣', + 'h.yingHua': '鹰化为鸠', + 'h.xuanNiaoZhi': '玄鸟至', + 'h.leiNai': '雷乃发声', + 'h.shiDian': '始电', + 'h.tongShi': '桐始华', + 'h.tianShu': '田鼠化为鴽', + 'h.hongShi': '虹始见', + 'h.pingShi': '萍始生', + 'h.mingJiu': '鸣鸠拂奇羽', + 'h.daiSheng': '戴胜降于桑', + 'h.louGuo': '蝼蝈鸣', + 'h.qiuYinChu': '蚯蚓出', + 'h.wangGua': '王瓜生', + 'h.kuCai': '苦菜秀', + 'h.miCao': '靡草死', + 'h.maiQiu': '麦秋至', + 'h.tangLang': '螳螂生', + 'h.juShi': '鵙始鸣', + 'h.fanShe': '反舌无声', + 'h.luJia': '鹿角解', + 'h.tiaoShi': '蜩始鸣', + 'h.banXia': '半夏生', + 'h.wenFeng': '温风至', + 'h.xiShuai': '蟋蟀居壁', + 'h.yingShi': '鹰始挚', + 'h.fuCao': '腐草为萤', + 'h.tuRun': '土润溽暑', + 'h.daYu': '大雨行时', + 'h.liangFeng': '凉风至', + 'h.baiLu': '白露降', + 'h.hanChan': '寒蝉鸣', + 'h.yingNai': '鹰乃祭鸟', + 'h.tianDi': '天地始肃', + 'h.heNai': '禾乃登', + 'h.hongYanLai': '鸿雁来', + 'h.xuanNiaoGui': '玄鸟归', + 'h.qunNiao': '群鸟养羞', + 'h.leiShi': '雷始收声', + 'h.zheChongPiHu': '蛰虫坯户', + 'h.shuiShiHe': '水始涸', + 'h.hongYanLaiBin': '鸿雁来宾', + 'h.queRu': '雀入大水为蛤', + 'h.juYou': '菊有黄花', + 'h.caiNai': '豺乃祭兽', + 'h.caoMuHuangLuo': '草木黄落', + 'h.zheChongXianFu': '蛰虫咸俯', + 'h.shuiShiBing': '水始冰', + 'h.diShi': '地始冻', + 'h.zhiRu': '雉入大水为蜃', + 'h.hongCang': '虹藏不见', + 'h.tianQi': '天气上升地气下降', + 'h.biSe': '闭塞而成冬', + 'h.heDan': '鹖鴠不鸣', + 'h.huShi': '虎始交', + 'h.liTing': '荔挺出', + 'ts.zhan': '占', + 'ts.hu': '户', + 'ts.win': '窗', + 'ts.fang': '房', + 'ts.chuang': '床', + 'ts.lu': '炉', + 'ts.zao': '灶', + 'ts.dui': '碓', + 'ts.mo': '磨', + 'ts.xi': '栖', + 'ts.chu': '厨', + 'ts.ce': '厕', + 'ts.cang': '仓', + 'ts.cangKu': '仓库', + 'ts.daMen': '大门', + 'ts.men': '门', + 'ts.tang': '堂', + 'ly.xianSheng': '先胜', + 'ly.xianFu': '先负', + 'ly.youYin': '友引', + 'ly.foMie': '佛灭', + 'ly.daAn': '大安', + 'ly.chiKou': '赤口', + 'yj.jiSi': '祭祀', + 'yj.qiFu': '祈福', + 'yj.qiuSi': '求嗣', + 'yj.kaiGuang': '开光', + 'yj.suHui': '塑绘', + 'yj.qiJiao': '齐醮', + 'yj.zhaiJiao': '斋醮', + 'yj.muYu': '沐浴', + 'yj.chouShen': '酬神', + 'yj.zaoMiao': '造庙', + 'yj.siZhao': '祀灶', + 'yj.fenXiang': '焚香', + 'yj.xieTu': '谢土', + 'yj.chuHuo': '出火', + 'yj.diaoKe': '雕刻', + 'yj.jiaQu': '嫁娶', + 'yj.DingHun': '订婚', + 'yj.naCai': '纳采', + 'yj.wenMing': '问名', + 'yj.naXu': '纳婿', + 'yj.guiNing': '归宁', + 'yj.anChuang': '安床', + 'yj.heZhang': '合帐', + 'yj.guanJi': '冠笄', + 'yj.dingMeng': '订盟', + 'yj.jinRenKou': '进人口', + 'yj.caiYi': '裁衣', + 'yj.wanMian': '挽面', + 'yj.kaiRong': '开容', + 'yj.xiuFen': '修坟', + 'yj.qiZuan': '启钻', + 'yj.poTu': '破土', + 'yj.anZang': '安葬', + 'yj.liBei': '立碑', + 'yj.chengFu': '成服', + 'yj.chuFu': '除服', + 'yj.kaiShengFen': '开生坟', + 'yj.heShouMu': '合寿木', + 'yj.ruLian': '入殓', + 'yj.yiJiu': '移柩', + 'yj.puDu': '普渡', + 'yj.ruZhai': '入宅', + 'yj.anXiang': '安香', + 'yj.anMen': '安门', + 'yj.xiuZao': '修造', + 'yj.qiJi': '起基', + 'yj.dongTu': '动土', + 'yj.shangLiang': '上梁', + 'yj.shuZhu': '竖柱', + 'yj.kaiJing': '开井开池', + 'yj.zuoBei': '作陂放水', + 'yj.chaiXie': '拆卸', + 'yj.poWu': '破屋', + 'yj.huaiYuan': '坏垣', + 'yj.buYuan': '补垣', + 'yj.faMuZuoLiang': '伐木做梁', + 'yj.zuoZhao': '作灶', + 'yj.jieChu': '解除', + 'yj.kaiZhuYan': '开柱眼', + 'yj.chuanPing': '穿屏扇架', + 'yj.gaiWuHeJi': '盖屋合脊', + 'yj.kaiCe': '开厕', + 'yj.zaoCang': '造仓', + 'yj.saiXue': '塞穴', + 'yj.pingZhi': '平治道涂', + 'yj.zaoQiao': '造桥', + 'yj.zuoCe': '作厕', + 'yj.zhuDi': '筑堤', + 'yj.kaiChi': '开池', + 'yj.faMu': '伐木', + 'yj.kaiQu': '开渠', + 'yj.jueJing': '掘井', + 'yj.saoShe': '扫舍', + 'yj.fangShui': '放水', + 'yj.zaoWu': '造屋', + 'yj.heJi': '合脊', + 'yj.zaoChuChou': '造畜稠', + 'yj.xiuMen': '修门', + 'yj.dingSang': '定磉', + 'yj.zuoLiang': '作梁', + 'yj.xiuShi': '修饰垣墙', + 'yj.jiaMa': '架马', + 'yj.kaiShi': '开市', + 'yj.guaBian': '挂匾', + 'yj.naChai': '纳财', + 'yj.qiuCai': '求财', + 'yj.kaiCang': '开仓', + 'yj.maiChe': '买车', + 'yj.zhiChan': '置产', + 'yj.guYong': '雇庸', + 'yj.chuHuoCai': '出货财', + 'yj.anJiXie': '安机械', + 'yj.zaoCheQi': '造车器', + 'yj.jingLuo': '经络', + 'yj.yunNiang': '酝酿', + 'yj.zuoRan': '作染', + 'yj.guZhu': '鼓铸', + 'yj.zaoChuan': '造船', + 'yj.geMi': '割蜜', + 'yj.zaiZhong': '栽种', + 'yj.quYu': '取渔', + 'yj.jieWang': '结网', + 'yj.muYang': '牧养', + 'yj.anDuiWei': '安碓磑', + 'yj.xiYi': '习艺', + 'yj.ruXue': '入学', + 'yj.liFa': '理发', + 'yj.tanBing': '探病', + 'yj.jianGui': '见贵', + 'yj.chengChuan': '乘船', + 'yj.duShui': '渡水', + 'yj.zhenJiu': '针灸', + 'yj.chuXing': '出行', + 'yj.yiXi': '移徙', + 'yj.fenJu': '分居', + 'yj.TiTou': '剃头', + 'yj.zhengShou': '整手足甲', + 'yj.naChu': '纳畜', + 'yj.buZhuo': '捕捉', + 'yj.tianLie': '畋猎', + 'yj.jiaoNiuMa': '教牛马', + 'yj.huiQinYou': '会亲友', + 'yj.fuRen': '赴任', + 'yj.qiuYi': '求医', + 'yj.zhiBing': '治病', + 'yj.ciSong': '词讼', + 'yj.qiJiDongTu': '起基动土', + 'yj.poWuHuaiYuan': '破屋坏垣', + 'yj.gaiWu': '盖屋', + 'yj.zaoCangKu': '造仓库', + 'yj.liQuanJiaoYi': '立券交易', + 'yj.jiaoYi': '交易', + 'yj.liQuan': '立券', + 'yj.anJi': '安机', + 'yj.huiYou': '会友', + 'yj.qiuYiLiaoBing': '求医疗病', + 'yj.zhuShi': '诸事不宜', + 'yj.yuShi': '馀事勿取', + 'yj.xingSang': '行丧', + 'yj.duanYi': '断蚁', + 'yj.guiXiu': '归岫', + 'xx.bi': '毕', + 'xx.yi': '翼', + 'xx.ji': '箕', + 'xx.kui': '奎', + 'xx.gui': '鬼', + 'xx.di': '氐', + 'xx.xu': '虚', + 'xx.wei': '危', + 'xx.zi': '觜', + 'xx.zhen': '轸', + 'xx.dou': '斗', + 'xx.lou': '娄', + 'xx.liu': '柳', + 'xx.fang': '房', + 'xx.xin': '心', + 'xx.shi': '室', + 'xx.can': '参', + 'xx.jiao': '角', + 'xx.niu': '牛', + 'xx.vei': '胃', + 'xx.xing': '星', + 'xx.zhang': '张', + 'xx.tail': '尾', + 'xx.qiang': '壁', + 'xx.jing': '井', + 'xx.kang': '亢', + 'xx.nv': '女', + 'xx.mao': '昴', + 'sz.chun': '春', + 'sz.xia': '夏', + 'sz.qiu': '秋', + 'sz.dong': '冬', + 'od.first': '孟', + 'od.second': '仲', + 'od.third': '季', + 'yx.shuo': '朔', + 'yx.jiShuo': '既朔', + 'yx.eMeiXin': '蛾眉新', + 'yx.eMei': '蛾眉', + 'yx.xi': '夕', + 'yx.shangXian': '上弦', + 'yx.jiuYe': '九夜', + 'yx.night': '宵', + 'yx.jianYingTu': '渐盈凸', + 'yx.xiaoWang': '小望', + 'yx.wang': '望', + 'yx.jiWang': '既望', + 'yx.liDai': '立待', + 'yx.juDai': '居待', + 'yx.qinDai': '寝待', + 'yx.gengDai': '更待', + 'yx.jianKuiTu': '渐亏凸', + 'yx.xiaXian': '下弦', + 'yx.youMing': '有明', + 'yx.eMeiCan': '蛾眉残', + 'yx.can': '残', + 'yx.xiao': '晓', + 'yx.hui': '晦', + 'ny.sangZhe': '桑柘', + 'ny.baiLa': '白蜡', + 'ny.yangLiu': '杨柳', + 'ny.jinBo': '金箔', + 'ny.haiZhong': '海中', + 'ny.daHai': '大海', + 'ny.shaZhong': '沙中', + 'ny.luZhong': '炉中', + 'ny.shanXia': '山下', + 'ny.daLin': '大林', + 'ny.pingDi': '平地', + 'ny.luPang': '路旁', + 'ny.biShang': '壁上', + 'ny.jianFeng': '剑锋', + 'ny.shanTou': '山头', + 'ny.fuDeng': '覆灯', + 'ny.jianXia': '涧下', + 'ny.tianHe': '天河', + 'ny.chengTou': '城头', + 'ny.daYi': '大驿', + 'ny.chaiChuan': '钗钏', + 'ny.quanZhong': '泉中', + 'ny.daXi': '大溪', + 'ny.wuShang': '屋上', + 'ny.piLi': '霹雳', + 'ny.tianShang': '天上', + 'ny.songBo': '松柏', + 'ny.shiLiu': '石榴', + 'ny.changLiu': '长流' + }, + 'en': { + 'tg.jia': 'Jia', + 'tg.yi': 'Yi', + 'tg.bing': 'Bing', + 'tg.ding': 'Ding', + 'tg.wu': 'Wu', + 'tg.ji': 'Ji', + 'tg.geng': 'Geng', + 'tg.xin': 'Xin', + 'tg.ren': 'Ren', + 'tg.gui': 'Gui', + 'dz.zi': 'Zi', + 'dz.chou': 'Chou', + 'dz.yin': 'Yin', + 'dz.mao': 'Mao', + 'dz.chen': 'Chen', + 'dz.si': 'Si', + 'dz.wu': 'Wu', + 'dz.wei': 'Wei', + 'dz.shen': 'Shen', + 'dz.you': 'You', + 'dz.xu': 'Xu', + 'dz.hai': 'Hai', + 'zx.jian': 'Build', + 'zx.chu': 'Remove', + 'zx.man': 'Full', + 'zx.ping': 'Flat', + 'zx.ding': 'Stable', + 'zx.zhi': 'Hold', + 'zx.po': 'Break', + 'zx.wei': 'Danger', + 'zx.cheng': 'Complete', + 'zx.shou': 'Collect', + 'zx.kai': 'Open', + 'zx.bi': 'Close', + 'jz.jiaZi': 'JiaZi', + 'jz.yiChou': 'YiChou', + 'jz.bingYin': 'BingYin', + 'jz.dingMao': 'DingMao', + 'jz.wuChen': 'WuChen', + 'jz.jiSi': 'JiSi', + 'jz.gengWu': 'GengWu', + 'jz.xinWei': 'XinWei', + 'jz.renShen': 'RenShen', + 'jz.guiYou': 'GuiYou', + 'jz.jiaXu': 'JiaXu', + 'jz.yiHai': 'YiHai', + 'jz.bingZi': 'BingZi', + 'jz.dingChou': 'DingChou', + 'jz.wuYin': 'WuYin', + 'jz.jiMao': 'JiMao', + 'jz.gengChen': 'GengChen', + 'jz.xinSi': 'XinSi', + 'jz.renWu': 'RenWu', + 'jz.guiWei': 'GuiWei', + 'jz.jiaShen': 'JiaShen', + 'jz.yiYou': 'YiYou', + 'jz.bingXu': 'BingXu', + 'jz.dingHai': 'DingHai', + 'jz.wuZi': 'WuZi', + 'jz.jiChou': 'JiChou', + 'jz.gengYin': 'GengYin', + 'jz.xinMao': 'XinMao', + 'jz.renChen': 'RenChen', + 'jz.guiSi': 'GuiSi', + 'jz.jiaWu': 'JiaWu', + 'jz.yiWei': 'YiWei', + 'jz.bingShen': 'BingShen', + 'jz.dingYou': 'DingYou', + 'jz.wuXu': 'WuXu', + 'jz.jiHai': 'JiHai', + 'jz.gengZi': 'GengZi', + 'jz.xinChou': 'XinChou', + 'jz.renYin': 'RenYin', + 'jz.guiMao': 'GuiMao', + 'jz.jiaChen': 'JiaChen', + 'jz.yiSi': 'YiSi', + 'jz.bingWu': 'BingWu', + 'jz.dingWei': 'DingWei', + 'jz.wuShen': 'WuShen', + 'jz.jiYou': 'JiYou', + 'jz.gengXu': 'GengXu', + 'jz.xinHai': 'XinHai', + 'jz.renZi': 'RenZi', + 'jz.guiChou': 'GuiChou', + 'jz.jiaYin': 'JiaYin', + 'jz.yiMao': 'YiMao', + 'jz.bingChen': 'BingChen', + 'jz.dingSi': 'DingSi', + 'jz.wuWu': 'WuWu', + 'jz.jiWei': 'JiWei', + 'jz.gengShen': 'GengShen', + 'jz.xinYou': 'XinYou', + 'jz.renXu': 'RenXu', + 'jz.guiHai': 'GuiHai', + 'sx.rat': 'Rat', + 'sx.ox': 'Ox', + 'sx.tiger': 'Tiger', + 'sx.rabbit': 'Rabbit', + 'sx.dragon': 'Dragon', + 'sx.snake': 'Snake', + 'sx.horse': 'Horse', + 'sx.goat': 'Goat', + 'sx.monkey': 'Monkey', + 'sx.rooster': 'Rooster', + 'sx.dog': 'Dog', + 'sx.pig': 'Pig', + 'dw.long': 'Dragon', + 'dw.niu': 'Ox', + 'dw.gou': 'Dog', + 'dw.yang': 'Goat', + 'dw.tu': 'Rabbit', + 'dw.shu': 'Rat', + 'dw.ji': 'Rooster', + 'dw.ma': 'Horse', + 'dw.hu': 'Tiger', + 'dw.zhu': 'Pig', + 'dw.hou': 'Monkey', + 'dw.she': 'Snake', + 'dw.huLi': 'Fox', + 'dw.yan': 'Swallow', + 'dw.bao': 'Leopard', + 'dw.yuan': 'Ape', + 'dw.yin': 'Earthworm', + 'dw.lu': 'Deer', + 'dw.wu': 'Crow', + 'dw.lang': 'Wolf', + 'dw.fu': 'Bat', + 'wx.jin': 'Metal', + 'wx.mu': 'Wood', + 'wx.shui': 'Water', + 'wx.huo': 'Fire', + 'wx.tu': 'Earth', + 'wx.ri': 'Sun', + 'wx.yue': 'Moon', + 'n.zero': '0', + 'n.one': '1', + 'n.two': '2', + 'n.three': '3', + 'n.four': '4', + 'n.five': '5', + 'n.six': '6', + 'n.seven': '7', + 'n.eight': '8', + 'n.nine': '9', + 'n.ten': '10', + 'n.eleven': '11', + 'n.twelve': '12', + 'w.sun': 'Sunday', + 'w.mon': 'Monday', + 'w.tues': 'Tuesday', + 'w.wed': 'Wednesday', + 'w.thur': 'Thursday', + 'w.fri': 'Friday', + 'w.sat': 'Saturday', + 'xz.aries': 'Aries', + 'xz.taurus': 'Taurus', + 'xz.gemini': 'Gemini', + 'xz.cancer': 'Cancer', + 'xz.leo': 'Leo', + 'xz.virgo': 'Virgo', + 'xz.libra': 'Libra', + 'xz.scorpio': 'Scorpio', + 'xz.sagittarius': 'Sagittarius', + 'xz.capricornus': 'Capricornus', + 'xz.aquarius': 'Aquarius', + 'xz.pisces': 'Pisces', + 'bg.qian': 'Qian', + 'bg.kun': 'Kun', + 'bg.zhen': 'Zhen', + 'bg.xun': 'Xun', + 'bg.kan': 'Kan', + 'bg.li': 'Li', + 'bg.gen': 'Gen', + 'bg.dui': 'Dui', + 'ps.center': 'Center', + 'ps.dong': 'East', + 'ps.nan': 'South', + 'ps.xi': 'West', + 'ps.bei': 'North', + 'ps.zhong': 'Center', + 'ps.zhengDong': 'East', + 'ps.zhengNan': 'South', + 'ps.zhengXi': 'West', + 'ps.zhengBei': 'North', + 'ps.dongBei': 'Northeast', + 'ps.dongNan': 'Southeast', + 'ps.xiBei': 'Northwest', + 'ps.xiNan': 'Southwest', + 'jq.dongZhi': 'Winter Solstice', + 'jq.xiaoHan': 'Lesser Cold', + 'jq.daHan': 'Great Cold', + 'jq.liChun': 'Spring Beginning', + 'jq.yuShui': 'Rain Water', + 'jq.jingZhe': 'Awakening from Hibernation', + 'jq.chunFen': 'Spring Equinox', + 'jq.qingMing': 'Fresh Green', + 'jq.guYu': 'Grain Rain', + 'jq.liXia': 'Beginning of Summer', + 'jq.xiaoMan': 'Lesser Fullness', + 'jq.mangZhong': 'Grain in Ear', + 'jq.xiaZhi': 'Summer Solstice', + 'jq.xiaoShu': 'Lesser Heat', + 'jq.daShu': 'Greater Heat', + 'jq.liQiu': 'Beginning of Autumn', + 'jq.chuShu': 'End of Heat', + 'jq.baiLu': 'White Dew', + 'jq.qiuFen': 'Autumnal Equinox', + 'jq.hanLu': 'Cold Dew', + 'jq.shuangJiang': 'First Frost', + 'jq.liDong': 'Beginning of Winter', + 'jq.xiaoXue': 'Light Snow', + 'jq.daXue': 'Heavy Snow', + 'sn.qingLong': 'Azure Dragon', + 'sn.baiHu': 'White Tiger', + 'sn.zhuQue': 'Rosefinch', + 'sn.xuanWu': 'Black Tortoise', + 'sn.tianEn': 'Serene Grace', + 'sn.siShen': 'Death', + 'sn.tianMa': 'Pegasus', + 'sn.baLong': 'Eight Dragon', + 'sn.jiuHu': 'Nine Tiger', + 'sn.qiNiao': 'Seven Bird', + 'sn.liuShe': 'Six Snake', + 's.none': 'None', + 's.goodLuck': 'Good luck', + 's.badLuck': 'Bad luck', + 's.yin': 'Yin', + 's.yang': 'Yang', + 's.white': 'White', + 's.black': 'Black', + 's.blue': 'Blue', + 's.green': 'Green', + 's.yellow': 'Yellow', + 's.red': 'Red', + 's.purple': 'Purple', + 'jr.chuXi': 'Chinese New Year\'s Eve', + 'jr.chunJie': 'Luna New Year', + 'jr.yuanXiao': 'Lantern Festival', + 'jr.duanWu': 'Dragon Boat Festival', + 'jr.qiXi': 'Begging Festival', + 'jr.zhongQiu': 'Mid-Autumn Festival', + 'jr.laBa': 'Laba Festival', + 'jr.yuanDan': 'New Year\'s Day', + 'jr.qingRen': 'Valentine\'s Day', + 'jr.fuNv': 'Women\'s Day', + 'jr.xiaoFei': 'Consumer Rights Day', + 'jr.zhiShu': 'Arbor Day', + 'jr.wuYi': 'International Worker\'s Day', + 'jr.erTong': 'Children\'s Day', + 'jr.qingNian': 'Youth Day', + 'jr.yuRen': 'April Fools\' Day', + 'jr.jianDang': 'Party\'s Day', + 'jr.jianJun': 'Army Day', + 'jr.jiaoShi': 'Teachers\' Day', + 'jr.guoQing': 'National Day', + 'jr.wanShengYe': 'All Saints\' Eve', + 'jr.wanSheng': 'All Saints\' Day', + 'jr.pingAn': 'Christmas Eve', + 'jr.shengDan': 'Christmas Day', + 'ts.zhan': 'At', + 'ts.hu': 'Household', + 'ts.zao': 'Cooker', + 'ts.dui': 'Pestle', + 'ts.xi': 'Habitat', + 'ts.win': 'Window', + 'ts.fang': 'Room', + 'ts.chuang': 'Bed', + 'ts.lu': 'Stove', + 'ts.mo': 'Mill', + 'ts.chu': 'Kitchen', + 'ts.ce': 'Toilet', + 'ts.cang': 'Depot', + 'ts.cangKu': 'Depot', + 'ts.daMen': 'Gate', + 'ts.men': 'Door', + 'ts.tang': 'Hall', + 'ly.xianSheng': 'Win first', + 'ly.xianFu': 'Lose first', + 'ly.youYin': 'Friend\'s referral', + 'ly.foMie': 'Buddhism\'s demise', + 'ly.daAn': 'Great safety', + 'ly.chiKou': 'Chikagoro', + 'yj.jiSi': 'Sacrifice', + 'yj.qiFu': 'Pray', + 'yj.qiuSi': 'Seek heirs', + 'yj.kaiGuang': 'Consecretion', + 'yj.suHui': 'Paint sculptural', + 'yj.qiJiao': 'Build altar', + 'yj.zhaiJiao': 'Taoist rites', + 'yj.muYu': 'Bathing', + 'yj.chouShen': 'Reward gods', + 'yj.zaoMiao': 'Build temple', + 'yj.siZhao': 'Offer kitchen god', + 'yj.fenXiang': 'Burn incense', + 'yj.xieTu': 'Earth gratitude', + 'yj.chuHuo': 'Expel the flame', + 'yj.diaoKe': 'Carving', + 'yj.jiaQu': 'Marriage', + 'yj.DingHun': 'Engagement', + 'yj.naCai': 'Proposing', + 'yj.wenMing': 'Ask name', + 'yj.naXu': 'Uxorilocal marriage', + 'yj.guiNing': 'Visit parents', + 'yj.anChuang': 'Bed placing', + 'yj.heZhang': 'Make up accounts', + 'yj.guanJi': 'Crowning adulthood', + 'yj.dingMeng': 'Make alliance', + 'yj.jinRenKou': 'Adopt', + 'yj.caiYi': 'Dressmaking', + 'yj.wanMian': 'Cosmeticsurgery', + 'yj.kaiRong': 'Open face', + 'yj.xiuFen': 'Grave repair', + 'yj.qiZuan': 'Open coffin', + 'yj.poTu': 'Break earth', + 'yj.anZang': 'Burial', + 'yj.liBei': 'Tombstone erecting', + 'yj.chengFu': 'Formation of clothes', + 'yj.chuFu': 'Mourning clothes removal', + 'yj.kaiShengFen': 'Open grave', + 'yj.heShouMu': 'Make coffin', + 'yj.ruLian': 'Body placing', + 'yj.yiJiu': 'Move coffin', + 'yj.puDu': 'Save soul', + 'yj.ruZhai': 'Enter house', + 'yj.anXiang': 'Incenst placement', + 'yj.anMen': 'Door placing', + 'yj.xiuZao': 'Repair', + 'yj.qiJi': 'Digging', + 'yj.dongTu': 'Break ground', + 'yj.shangLiang': 'Beam placing', + 'yj.shuZhu': 'Erecting pillars', + 'yj.kaiJing': 'Open pond and well', + 'yj.zuoBei': 'Make pond and fill water', + 'yj.chaiXie': 'Smash house', + 'yj.poWu': 'Break house', + 'yj.huaiYuan': 'Demolish', + 'yj.buYuan': 'Mending', + 'yj.faMuZuoLiang': 'Make beams', + 'yj.zuoZhao': 'Make stove', + 'yj.jieChu': 'Removal', + 'yj.kaiZhuYan': 'Build beam', + 'yj.chuanPing': 'Build door', + 'yj.gaiWuHeJi': 'Cover house', + 'yj.kaiCe': 'Open toilet', + 'yj.zaoCang': 'Build depot', + 'yj.saiXue': 'Block nest', + 'yj.pingZhi': 'Repair roads', + 'yj.zaoQiao': 'Build bridge', + 'yj.zuoCe': 'Build toilet', + 'yj.zhuDi': 'Fill', + 'yj.kaiChi': 'Open pond', + 'yj.faMu': 'Lumbering', + 'yj.kaiQu': 'Canalization', + 'yj.jueJing': 'Dig well', + 'yj.saoShe': 'Sweep house', + 'yj.fangShui': 'Drainage', + 'yj.zaoWu': 'Build house', + 'yj.heJi': 'Close ridge', + 'yj.zaoChuChou': 'Livestock thickening', + 'yj.xiuMen': 'Repair door', + 'yj.dingSang': 'Fix stone', + 'yj.zuoLiang': 'Beam construction', + 'yj.xiuShi': 'Decorate wall', + 'yj.jiaMa': 'Erect horse', + 'yj.kaiShi': 'Opening', + 'yj.guaBian': 'Hang plaque', + 'yj.naChai': 'Accept wealth', + 'yj.qiuCai': 'Seek wealth', + 'yj.kaiCang': 'Open depot', + 'yj.maiChe': 'Buy car', + 'yj.zhiChan': 'Buy property', + 'yj.guYong': 'Hire', + 'yj.chuHuoCai': 'Delivery', + 'yj.anJiXie': 'Build machine', + 'yj.zaoCheQi': 'Build car', + 'yj.jingLuo': 'Build loom', + 'yj.yunNiang': 'Brew', + 'yj.zuoRan': 'Dye', + 'yj.guZhu': 'Cast', + 'yj.zaoChuan': 'Build boat', + 'yj.geMi': 'Harvest honey', + 'yj.zaiZhong': 'Farming', + 'yj.quYu': 'Fishing', + 'yj.jieWang': 'Netting', + 'yj.muYang': 'Graze', + 'yj.anDuiWei': 'Build rub', + 'yj.xiYi': 'Learn', + 'yj.ruXue': 'Enter school', + 'yj.liFa': 'Haircut', + 'yj.tanBing': 'Visiting', + 'yj.jianGui': 'Meet noble', + 'yj.chengChuan': 'Ride boat', + 'yj.duShui': 'Cross water', + 'yj.zhenJiu': 'Acupuncture', + 'yj.chuXing': 'Travel', + 'yj.yiXi': 'Move', + 'yj.fenJu': 'Live apart', + 'yj.TiTou': 'Shave', + 'yj.zhengShou': 'Manicure', + 'yj.naChu': 'Feed livestock', + 'yj.buZhuo': 'Catch', + 'yj.tianLie': 'Hunt', + 'yj.jiaoNiuMa': 'Train horse', + 'yj.huiQinYou': 'Meet friends', + 'yj.fuRen': 'Go post', + 'yj.qiuYi': 'See doctor', + 'yj.zhiBing': 'Treat', + 'yj.ciSong': 'Litigation', + 'yj.qiJiDongTu': 'Lay foundation', + 'yj.poWuHuaiYuan': 'Demolish', + 'yj.gaiWu': 'Build house', + 'yj.zaoCangKu': 'Build depot', + 'yj.liQuanJiaoYi': 'Covenant trade', + 'yj.jiaoYi': 'Trade', + 'yj.liQuan': 'Covenant', + 'yj.anJi': 'Install machine', + 'yj.huiYou': 'Meet friends', + 'yj.qiuYiLiaoBing': 'Seek treatment', + 'yj.zhuShi': 'Everything Sucks', + 'yj.yuShi': 'Do nothing else', + 'yj.xingSang': 'Funeral', + 'yj.duanYi': 'Block ant hole', + 'yj.guiXiu': 'Place beam', + 'xx.bi': 'Finish', + 'xx.yi': 'Wing', + 'xx.ji': 'Sieve', + 'xx.kui': 'Qui', + 'xx.gui': 'Ghost', + 'xx.di': 'Foundation', + 'xx.xu': 'Virtual', + 'xx.wei': 'Danger', + 'xx.zi': 'Mouth', + 'xx.zhen': 'Cross-bar', + 'xx.dou': 'Fight', + 'xx.lou': 'Weak', + 'xx.liu': 'Willow', + 'xx.fang': 'House', + 'xx.xin': 'Heart', + 'xx.shi': 'Room', + 'xx.can': 'Join', + 'xx.jiao': 'Horn', + 'xx.niu': 'Ox', + 'xx.vei': 'Stomach', + 'xx.xing': 'Star', + 'xx.zhang': 'Chang', + 'xx.tail': 'Tail', + 'xx.qiang': 'Wall', + 'xx.jing': 'Well', + 'xx.kang': 'Kang', + 'xx.nv': 'Female', + 'xx.mao': 'Mao', + 'sz.chun': 'Spring', + 'sz.xia': 'Summer', + 'sz.qiu': 'Autumn', + 'sz.dong': 'Winter', + 'yx.shuo': 'New', + 'yx.eMeiXin': 'New waxing', + 'yx.eMei': 'Waxing', + 'yx.xi': 'Evening', + 'yx.shangXian': 'First quarter', + 'yx.jiuYe': 'Nine night', + 'yx.night': 'Night', + 'yx.jianYingTu': 'Gibbous', + 'yx.xiaoWang': 'Little full', + 'yx.wang': 'Full', + 'yx.jianKuiTu': 'Disseminating', + 'yx.xiaXian': 'Third quarter', + 'yx.eMeiCan': 'Waning waxing', + 'yx.can': 'Waning', + 'yx.xiao': 'Daybreak', + 'yx.hui': 'Obscure', + 'ny.sangZhe': 'Cudrania', + 'ny.baiLa': 'Wax', + 'ny.yangLiu': 'Willow', + 'ny.jinBo': 'Foil', + 'ny.haiZhong': 'Sea', + 'ny.daHai': 'Ocean', + 'ny.shaZhong': 'Sand', + 'ny.luZhong': 'Stove', + 'ny.shanXia': 'Piedmont', + 'ny.daLin': 'Forest', + 'ny.pingDi': 'Land', + 'ny.luPang': 'Roadside', + 'ny.biShang': 'Wall', + 'ny.jianFeng': 'Blade', + 'ny.shanTou': 'Hilltop', + 'ny.fuDeng': 'Light', + 'ny.jianXia': 'Valleyn', + 'ny.tianHe': 'River', + 'ny.chengTou': 'City', + 'ny.daYi': 'Post', + 'ny.chaiChuan': 'Ornaments', + 'ny.quanZhong': 'Spring', + 'ny.daXi': 'Stream', + 'ny.wuShang': 'Roof', + 'ny.piLi': 'Thunderbolt', + 'ny.tianShang': 'Sky', + 'ny.songBo': 'Coniferin', + 'ny.shiLiu': 'Pomegranate', + 'ny.changLiu': 'Flows' + } + }; + + var _objs = { + 'LunarUtil': LunarUtil, + 'SolarUtil': SolarUtil, + 'TaoUtil': TaoUtil, + 'FotoUtil': FotoUtil, + 'NineStarUtil': NineStarUtil + }; + var _dictString = { + 'LunarUtil': { + 'TIAN_SHEN_TYPE': {}, + 'TIAN_SHEN_TYPE_LUCK': {}, + 'XIU_LUCK': {}, + 'LU': {}, + 'XIU': {}, + 'SHA': {}, + 'POSITION_DESC': {}, + 'NAYIN': {}, + 'WU_XING_GAN': {}, + 'WU_XING_ZHI': {}, + 'SHOU': {}, + 'GONG': {}, + 'FESTIVAL': {}, + 'ZHENG': {}, + 'ANIMAL': {}, + 'SHI_SHEN_GAN': {}, + 'SHI_SHEN_ZHI': {}, + 'XIU_SONG': {} + }, + 'SolarUtil': { + 'FESTIVAL': {} + }, + 'TaoUtil': { + 'BA_HUI': {}, + 'BA_JIE': {} + } + }; + var _dictNumber = { + 'LunarUtil': { + 'ZHI_TIAN_SHEN_OFFSET': {}, + 'CHANG_SHENG_OFFSET': {} + } + }; + var _dictArray = { + 'LunarUtil': { + 'ZHI_HIDE_GAN': {} + } + }; + var _arrays = { + 'LunarUtil': { + 'GAN': [], + 'ZHI': [], + 'JIA_ZI': [], + 'ZHI_XING': [], + 'XUN': [], + 'XUN_KONG': [], + 'CHONG': [], + 'CHONG_GAN': [], + 'CHONG_GAN_TIE': [], + 'HE_GAN_5': [], + 'HE_ZHI_6': [], + 'SHENGXIAO': [], + 'NUMBER': [], + 'POSITION_XI': [], + 'POSITION_YANG_GUI': [], + 'POSITION_YIN_GUI': [], + 'POSITION_FU': [], + 'POSITION_FU_2': [], + 'POSITION_CAI': [], + 'POSITION_TAI_SUI_YEAR': [], + 'POSITION_GAN': [], + 'POSITION_ZHI': [], + 'JIE_QI': [], + 'JIE_QI_IN_USE': [], + 'TIAN_SHEN': [], + 'SHEN_SHA': [], + 'PENGZU_GAN': [], + 'PENGZU_ZHI': [], + 'MONTH_ZHI': [], + 'CHANG_SHENG': [], + 'HOU': [], + 'WU_HOU': [], + 'POSITION_TAI_DAY': [], + 'POSITION_TAI_MONTH': [], + 'YI_JI': [], + 'LIU_YAO': [], + 'MONTH': [], + 'SEASON': [], + 'DAY': [], + 'YUE_XIANG': [] + }, + 'SolarUtil': { + 'WEEK': [], + 'XINGZUO': [] + }, + 'TaoUtil': { + 'AN_WU': [] + }, + 'FotoUtil': { + 'XIU_27': [] + }, + 'NineStarUtil': { + 'NUMBER': [], + 'WU_XING': [], + 'POSITION': [], + 'LUCK_XUAN_KONG': [], + 'YIN_YANG_QI_MEN': [], + 'COLOR': [] + } + }; + + var _updateArray = function(c) { + var v = _arrays[c]; + var o = _objs[c]; + for (var k in v) { + var arr = v[k]; + for (var i = 0, j = arr.length; i < j; i++) { + o[k][i] = arr[i].replace(/{(.[^}]*)}/g, ($0, $1) => { + return _getMessage($1); + }); + } + } + }; + + var _updateStringDictionary = function(c) { + var v = _dictString[c]; + var o = _objs[c]; + for (var k in v) { + var dict = v[k]; + for (var key in dict){ + var i = key.replace(/{(.[^}]*)}/g, ($0, $1) => { + return _getMessage($1); + }); + o[k][i] = dict[key].replace(/{(.[^}]*)}/g, ($0, $1) => { + return _getMessage($1); + }); + } + } + }; + + var _updateNumberDictionary = function(c) { + var v = _dictNumber[c]; + var o = _objs[c]; + for (var k in v) { + var dict = v[k]; + for (var key in dict){ + var i = key.replace(/{(.[^}]*)}/g, ($0, $1) => { + return _getMessage($1); + }); + o[k][i] = dict[key]; + } + } + }; + + var _updateArrayDictionary = function(c) { + var v = _dictArray[c]; + var o = _objs[c]; + for (var k in v) { + var dict = v[k]; + for (var key in dict){ + var x = key.replace(/{(.[^}]*)}/g, ($0, $1) => { + return _getMessage($1); + }); + var arr = dict[key]; + for (var i = 0, j = arr.length; i < j; i++) { + arr[i] = arr[i].replace(/{(.[^}]*)}/g, ($0, $1) => { + return _getMessage($1); + }); + } + o[k][x] = arr; + } + } + }; + + var _update = function() { + var c; + for (c in _arrays) { + _updateArray(c); + } + for (c in _dictString) { + _updateStringDictionary(c); + } + for (c in _dictNumber) { + _updateNumberDictionary(c); + } + for (c in _dictArray) { + _updateArrayDictionary(c); + } + }; + + var _setLanguage = function(lang) { + if (_messages[lang]) { + _lang = lang; + _update(); + } + }; + + var _getLanguage = function() { + return _lang; + }; + + var _setMessages = function(lang, messages) { + if (!messages) { + return; + } + if (!_messages[lang]) { + _messages[lang] = {}; + } + for (var key in messages) { + _messages[lang][key] = messages[key]; + } + _update(); + }; + + var _getMessage = function(key) { + var s = _messages[_lang][key]; + if (undefined === s) { + s = _messages[_defaultLang][key]; + } + if (undefined === s) { + s = key; + } + return s; + }; + + var _initArray = function(c) { + var v = _arrays[c]; + var o = _objs[c]; + for (var k in v) { + v[k].length = 0; + var arr = o[k]; + for (var i = 0, j = arr.length; i < j; i++) { + v[k].push(arr[i]); + } + } + }; + + var _initDictionary = function(c, type) { + var v; + switch(type){ + case 'string': + v = _dictString[c]; + break; + case 'number': + v = _dictNumber[c]; + break; + case 'array': + v = _dictArray[c]; + break; + default: + } + var o = _objs[c]; + for (var k in v) { + var dict = o[k]; + for (var key in dict) { + v[k][key] = dict[key]; + } + } + }; + + var _init = function() { + if (_inited) { + return; + } + _inited = true; + var c; + for (c in _arrays) { + _initArray(c); + } + for (c in _dictString) { + _initDictionary(c, 'string'); + } + for (c in _dictNumber) { + _initDictionary(c, 'number'); + } + for (c in _dictArray) { + _initDictionary(c, 'array'); + } + _setLanguage(_defaultLang); + }; + _init(); + return { + getLanguage:function(){return _getLanguage();}, + setLanguage:function(lang){_setLanguage(lang);}, + getMessage:function(key){return _getMessage(key);}, + setMessages:function(lang,messages){_setMessages(lang,messages);} + }; + })(); + return { + ShouXingUtil:ShouXingUtil, + SolarUtil:SolarUtil, + LunarUtil:LunarUtil, + FotoUtil:FotoUtil, + TaoUtil:TaoUtil, + NineStarUtil:NineStarUtil, + Solar:Solar, + Lunar:Lunar, + Foto:Foto, + Tao:Tao, + NineStar:NineStar, + EightChar:EightChar, + SolarWeek:SolarWeek, + SolarMonth:SolarMonth, + SolarSeason:SolarSeason, + SolarHalfYear:SolarHalfYear, + SolarYear:SolarYear, + LunarMonth:LunarMonth, + LunarYear:LunarYear, + LunarTime:LunarTime, + HolidayUtil:HolidayUtil, + I18n: I18n + }; +}); diff --git a/target/classes/admin/admin/public/verifys/jquery-3.4.1.min.js b/target/classes/admin/admin/public/verifys/jquery-3.4.1.min.js new file mode 100644 index 0000000..07c00cd --- /dev/null +++ b/target/classes/admin/admin/public/verifys/jquery-3.4.1.min.js @@ -0,0 +1,2 @@ +/*! jQuery v3.4.1 | (c) JS Foundation and other contributors | jquery.org/license */ +!function(e,t){"use strict";"object"==typeof module&&"object"==typeof module.exports?module.exports=e.document?t(e,!0):function(e){if(!e.document)throw new Error("jQuery requires a window with a document");return t(e)}:t(e)}("undefined"!=typeof window?window:this,function(C,e){"use strict";var t=[],E=C.document,r=Object.getPrototypeOf,s=t.slice,g=t.concat,u=t.push,i=t.indexOf,n={},o=n.toString,v=n.hasOwnProperty,a=v.toString,l=a.call(Object),y={},m=function(e){return"function"==typeof e&&"number"!=typeof e.nodeType},x=function(e){return null!=e&&e===e.window},c={type:!0,src:!0,nonce:!0,noModule:!0};function b(e,t,n){var r,i,o=(n=n||E).createElement("script");if(o.text=e,t)for(r in c)(i=t[r]||t.getAttribute&&t.getAttribute(r))&&o.setAttribute(r,i);n.head.appendChild(o).parentNode.removeChild(o)}function w(e){return null==e?e+"":"object"==typeof e||"function"==typeof e?n[o.call(e)]||"object":typeof e}var f="3.4.1",k=function(e,t){return new k.fn.init(e,t)},p=/^[\s\uFEFF\xA0]+|[\s\uFEFF\xA0]+$/g;function d(e){var t=!!e&&"length"in e&&e.length,n=w(e);return!m(e)&&!x(e)&&("array"===n||0===t||"number"==typeof t&&0+~]|"+M+")"+M+"*"),U=new RegExp(M+"|>"),X=new RegExp($),V=new RegExp("^"+I+"$"),G={ID:new RegExp("^#("+I+")"),CLASS:new RegExp("^\\.("+I+")"),TAG:new RegExp("^("+I+"|[*])"),ATTR:new RegExp("^"+W),PSEUDO:new RegExp("^"+$),CHILD:new RegExp("^:(only|first|last|nth|nth-last)-(child|of-type)(?:\\("+M+"*(even|odd|(([+-]|)(\\d*)n|)"+M+"*(?:([+-]|)"+M+"*(\\d+)|))"+M+"*\\)|)","i"),bool:new RegExp("^(?:"+R+")$","i"),needsContext:new RegExp("^"+M+"*[>+~]|:(even|odd|eq|gt|lt|nth|first|last)(?:\\("+M+"*((?:-\\d)?\\d*)"+M+"*\\)|)(?=[^-]|$)","i")},Y=/HTML$/i,Q=/^(?:input|select|textarea|button)$/i,J=/^h\d$/i,K=/^[^{]+\{\s*\[native \w/,Z=/^(?:#([\w-]+)|(\w+)|\.([\w-]+))$/,ee=/[+~]/,te=new RegExp("\\\\([\\da-f]{1,6}"+M+"?|("+M+")|.)","ig"),ne=function(e,t,n){var r="0x"+t-65536;return r!=r||n?t:r<0?String.fromCharCode(r+65536):String.fromCharCode(r>>10|55296,1023&r|56320)},re=/([\0-\x1f\x7f]|^-?\d)|^-$|[^\0-\x1f\x7f-\uFFFF\w-]/g,ie=function(e,t){return t?"\0"===e?"\ufffd":e.slice(0,-1)+"\\"+e.charCodeAt(e.length-1).toString(16)+" ":"\\"+e},oe=function(){T()},ae=be(function(e){return!0===e.disabled&&"fieldset"===e.nodeName.toLowerCase()},{dir:"parentNode",next:"legend"});try{H.apply(t=O.call(m.childNodes),m.childNodes),t[m.childNodes.length].nodeType}catch(e){H={apply:t.length?function(e,t){L.apply(e,O.call(t))}:function(e,t){var n=e.length,r=0;while(e[n++]=t[r++]);e.length=n-1}}}function se(t,e,n,r){var i,o,a,s,u,l,c,f=e&&e.ownerDocument,p=e?e.nodeType:9;if(n=n||[],"string"!=typeof t||!t||1!==p&&9!==p&&11!==p)return n;if(!r&&((e?e.ownerDocument||e:m)!==C&&T(e),e=e||C,E)){if(11!==p&&(u=Z.exec(t)))if(i=u[1]){if(9===p){if(!(a=e.getElementById(i)))return n;if(a.id===i)return n.push(a),n}else if(f&&(a=f.getElementById(i))&&y(e,a)&&a.id===i)return n.push(a),n}else{if(u[2])return H.apply(n,e.getElementsByTagName(t)),n;if((i=u[3])&&d.getElementsByClassName&&e.getElementsByClassName)return H.apply(n,e.getElementsByClassName(i)),n}if(d.qsa&&!A[t+" "]&&(!v||!v.test(t))&&(1!==p||"object"!==e.nodeName.toLowerCase())){if(c=t,f=e,1===p&&U.test(t)){(s=e.getAttribute("id"))?s=s.replace(re,ie):e.setAttribute("id",s=k),o=(l=h(t)).length;while(o--)l[o]="#"+s+" "+xe(l[o]);c=l.join(","),f=ee.test(t)&&ye(e.parentNode)||e}try{return H.apply(n,f.querySelectorAll(c)),n}catch(e){A(t,!0)}finally{s===k&&e.removeAttribute("id")}}}return g(t.replace(B,"$1"),e,n,r)}function ue(){var r=[];return function e(t,n){return r.push(t+" ")>b.cacheLength&&delete e[r.shift()],e[t+" "]=n}}function le(e){return e[k]=!0,e}function ce(e){var t=C.createElement("fieldset");try{return!!e(t)}catch(e){return!1}finally{t.parentNode&&t.parentNode.removeChild(t),t=null}}function fe(e,t){var n=e.split("|"),r=n.length;while(r--)b.attrHandle[n[r]]=t}function pe(e,t){var n=t&&e,r=n&&1===e.nodeType&&1===t.nodeType&&e.sourceIndex-t.sourceIndex;if(r)return r;if(n)while(n=n.nextSibling)if(n===t)return-1;return e?1:-1}function de(t){return function(e){return"input"===e.nodeName.toLowerCase()&&e.type===t}}function he(n){return function(e){var t=e.nodeName.toLowerCase();return("input"===t||"button"===t)&&e.type===n}}function ge(t){return function(e){return"form"in e?e.parentNode&&!1===e.disabled?"label"in e?"label"in e.parentNode?e.parentNode.disabled===t:e.disabled===t:e.isDisabled===t||e.isDisabled!==!t&&ae(e)===t:e.disabled===t:"label"in e&&e.disabled===t}}function ve(a){return le(function(o){return o=+o,le(function(e,t){var n,r=a([],e.length,o),i=r.length;while(i--)e[n=r[i]]&&(e[n]=!(t[n]=e[n]))})})}function ye(e){return e&&"undefined"!=typeof e.getElementsByTagName&&e}for(e in d=se.support={},i=se.isXML=function(e){var t=e.namespaceURI,n=(e.ownerDocument||e).documentElement;return!Y.test(t||n&&n.nodeName||"HTML")},T=se.setDocument=function(e){var t,n,r=e?e.ownerDocument||e:m;return r!==C&&9===r.nodeType&&r.documentElement&&(a=(C=r).documentElement,E=!i(C),m!==C&&(n=C.defaultView)&&n.top!==n&&(n.addEventListener?n.addEventListener("unload",oe,!1):n.attachEvent&&n.attachEvent("onunload",oe)),d.attributes=ce(function(e){return e.className="i",!e.getAttribute("className")}),d.getElementsByTagName=ce(function(e){return e.appendChild(C.createComment("")),!e.getElementsByTagName("*").length}),d.getElementsByClassName=K.test(C.getElementsByClassName),d.getById=ce(function(e){return a.appendChild(e).id=k,!C.getElementsByName||!C.getElementsByName(k).length}),d.getById?(b.filter.ID=function(e){var t=e.replace(te,ne);return function(e){return e.getAttribute("id")===t}},b.find.ID=function(e,t){if("undefined"!=typeof t.getElementById&&E){var n=t.getElementById(e);return n?[n]:[]}}):(b.filter.ID=function(e){var n=e.replace(te,ne);return function(e){var t="undefined"!=typeof e.getAttributeNode&&e.getAttributeNode("id");return t&&t.value===n}},b.find.ID=function(e,t){if("undefined"!=typeof t.getElementById&&E){var n,r,i,o=t.getElementById(e);if(o){if((n=o.getAttributeNode("id"))&&n.value===e)return[o];i=t.getElementsByName(e),r=0;while(o=i[r++])if((n=o.getAttributeNode("id"))&&n.value===e)return[o]}return[]}}),b.find.TAG=d.getElementsByTagName?function(e,t){return"undefined"!=typeof t.getElementsByTagName?t.getElementsByTagName(e):d.qsa?t.querySelectorAll(e):void 0}:function(e,t){var n,r=[],i=0,o=t.getElementsByTagName(e);if("*"===e){while(n=o[i++])1===n.nodeType&&r.push(n);return r}return o},b.find.CLASS=d.getElementsByClassName&&function(e,t){if("undefined"!=typeof t.getElementsByClassName&&E)return t.getElementsByClassName(e)},s=[],v=[],(d.qsa=K.test(C.querySelectorAll))&&(ce(function(e){a.appendChild(e).innerHTML="
",e.querySelectorAll("[msallowcapture^='']").length&&v.push("[*^$]="+M+"*(?:''|\"\")"),e.querySelectorAll("[selected]").length||v.push("\\["+M+"*(?:value|"+R+")"),e.querySelectorAll("[id~="+k+"-]").length||v.push("~="),e.querySelectorAll(":checked").length||v.push(":checked"),e.querySelectorAll("a#"+k+"+*").length||v.push(".#.+[+~]")}),ce(function(e){e.innerHTML="";var t=C.createElement("input");t.setAttribute("type","hidden"),e.appendChild(t).setAttribute("name","D"),e.querySelectorAll("[name=d]").length&&v.push("name"+M+"*[*^$|!~]?="),2!==e.querySelectorAll(":enabled").length&&v.push(":enabled",":disabled"),a.appendChild(e).disabled=!0,2!==e.querySelectorAll(":disabled").length&&v.push(":enabled",":disabled"),e.querySelectorAll("*,:x"),v.push(",.*:")})),(d.matchesSelector=K.test(c=a.matches||a.webkitMatchesSelector||a.mozMatchesSelector||a.oMatchesSelector||a.msMatchesSelector))&&ce(function(e){d.disconnectedMatch=c.call(e,"*"),c.call(e,"[s!='']:x"),s.push("!=",$)}),v=v.length&&new RegExp(v.join("|")),s=s.length&&new RegExp(s.join("|")),t=K.test(a.compareDocumentPosition),y=t||K.test(a.contains)?function(e,t){var n=9===e.nodeType?e.documentElement:e,r=t&&t.parentNode;return e===r||!(!r||1!==r.nodeType||!(n.contains?n.contains(r):e.compareDocumentPosition&&16&e.compareDocumentPosition(r)))}:function(e,t){if(t)while(t=t.parentNode)if(t===e)return!0;return!1},D=t?function(e,t){if(e===t)return l=!0,0;var n=!e.compareDocumentPosition-!t.compareDocumentPosition;return n||(1&(n=(e.ownerDocument||e)===(t.ownerDocument||t)?e.compareDocumentPosition(t):1)||!d.sortDetached&&t.compareDocumentPosition(e)===n?e===C||e.ownerDocument===m&&y(m,e)?-1:t===C||t.ownerDocument===m&&y(m,t)?1:u?P(u,e)-P(u,t):0:4&n?-1:1)}:function(e,t){if(e===t)return l=!0,0;var n,r=0,i=e.parentNode,o=t.parentNode,a=[e],s=[t];if(!i||!o)return e===C?-1:t===C?1:i?-1:o?1:u?P(u,e)-P(u,t):0;if(i===o)return pe(e,t);n=e;while(n=n.parentNode)a.unshift(n);n=t;while(n=n.parentNode)s.unshift(n);while(a[r]===s[r])r++;return r?pe(a[r],s[r]):a[r]===m?-1:s[r]===m?1:0}),C},se.matches=function(e,t){return se(e,null,null,t)},se.matchesSelector=function(e,t){if((e.ownerDocument||e)!==C&&T(e),d.matchesSelector&&E&&!A[t+" "]&&(!s||!s.test(t))&&(!v||!v.test(t)))try{var n=c.call(e,t);if(n||d.disconnectedMatch||e.document&&11!==e.document.nodeType)return n}catch(e){A(t,!0)}return 0":{dir:"parentNode",first:!0}," ":{dir:"parentNode"},"+":{dir:"previousSibling",first:!0},"~":{dir:"previousSibling"}},preFilter:{ATTR:function(e){return e[1]=e[1].replace(te,ne),e[3]=(e[3]||e[4]||e[5]||"").replace(te,ne),"~="===e[2]&&(e[3]=" "+e[3]+" "),e.slice(0,4)},CHILD:function(e){return e[1]=e[1].toLowerCase(),"nth"===e[1].slice(0,3)?(e[3]||se.error(e[0]),e[4]=+(e[4]?e[5]+(e[6]||1):2*("even"===e[3]||"odd"===e[3])),e[5]=+(e[7]+e[8]||"odd"===e[3])):e[3]&&se.error(e[0]),e},PSEUDO:function(e){var t,n=!e[6]&&e[2];return G.CHILD.test(e[0])?null:(e[3]?e[2]=e[4]||e[5]||"":n&&X.test(n)&&(t=h(n,!0))&&(t=n.indexOf(")",n.length-t)-n.length)&&(e[0]=e[0].slice(0,t),e[2]=n.slice(0,t)),e.slice(0,3))}},filter:{TAG:function(e){var t=e.replace(te,ne).toLowerCase();return"*"===e?function(){return!0}:function(e){return e.nodeName&&e.nodeName.toLowerCase()===t}},CLASS:function(e){var t=p[e+" "];return t||(t=new RegExp("(^|"+M+")"+e+"("+M+"|$)"))&&p(e,function(e){return t.test("string"==typeof e.className&&e.className||"undefined"!=typeof e.getAttribute&&e.getAttribute("class")||"")})},ATTR:function(n,r,i){return function(e){var t=se.attr(e,n);return null==t?"!="===r:!r||(t+="","="===r?t===i:"!="===r?t!==i:"^="===r?i&&0===t.indexOf(i):"*="===r?i&&-1:\x20\t\r\n\f]*)[\x20\t\r\n\f]*\/?>(?:<\/\1>|)$/i;function j(e,n,r){return m(n)?k.grep(e,function(e,t){return!!n.call(e,t,e)!==r}):n.nodeType?k.grep(e,function(e){return e===n!==r}):"string"!=typeof n?k.grep(e,function(e){return-1)[^>]*|#([\w-]+))$/;(k.fn.init=function(e,t,n){var r,i;if(!e)return this;if(n=n||q,"string"==typeof e){if(!(r="<"===e[0]&&">"===e[e.length-1]&&3<=e.length?[null,e,null]:L.exec(e))||!r[1]&&t)return!t||t.jquery?(t||n).find(e):this.constructor(t).find(e);if(r[1]){if(t=t instanceof k?t[0]:t,k.merge(this,k.parseHTML(r[1],t&&t.nodeType?t.ownerDocument||t:E,!0)),D.test(r[1])&&k.isPlainObject(t))for(r in t)m(this[r])?this[r](t[r]):this.attr(r,t[r]);return this}return(i=E.getElementById(r[2]))&&(this[0]=i,this.length=1),this}return e.nodeType?(this[0]=e,this.length=1,this):m(e)?void 0!==n.ready?n.ready(e):e(k):k.makeArray(e,this)}).prototype=k.fn,q=k(E);var H=/^(?:parents|prev(?:Until|All))/,O={children:!0,contents:!0,next:!0,prev:!0};function P(e,t){while((e=e[t])&&1!==e.nodeType);return e}k.fn.extend({has:function(e){var t=k(e,this),n=t.length;return this.filter(function(){for(var e=0;e\x20\t\r\n\f]*)/i,he=/^$|^module$|\/(?:java|ecma)script/i,ge={option:[1,""],thead:[1,"","
"],col:[2,"","
"],tr:[2,"","
"],td:[3,"","
"],_default:[0,"",""]};function ve(e,t){var n;return n="undefined"!=typeof e.getElementsByTagName?e.getElementsByTagName(t||"*"):"undefined"!=typeof e.querySelectorAll?e.querySelectorAll(t||"*"):[],void 0===t||t&&A(e,t)?k.merge([e],n):n}function ye(e,t){for(var n=0,r=e.length;nx",y.noCloneChecked=!!me.cloneNode(!0).lastChild.defaultValue;var Te=/^key/,Ce=/^(?:mouse|pointer|contextmenu|drag|drop)|click/,Ee=/^([^.]*)(?:\.(.+)|)/;function ke(){return!0}function Se(){return!1}function Ne(e,t){return e===function(){try{return E.activeElement}catch(e){}}()==("focus"===t)}function Ae(e,t,n,r,i,o){var a,s;if("object"==typeof t){for(s in"string"!=typeof n&&(r=r||n,n=void 0),t)Ae(e,s,n,r,t[s],o);return e}if(null==r&&null==i?(i=n,r=n=void 0):null==i&&("string"==typeof n?(i=r,r=void 0):(i=r,r=n,n=void 0)),!1===i)i=Se;else if(!i)return e;return 1===o&&(a=i,(i=function(e){return k().off(e),a.apply(this,arguments)}).guid=a.guid||(a.guid=k.guid++)),e.each(function(){k.event.add(this,t,i,r,n)})}function De(e,i,o){o?(Q.set(e,i,!1),k.event.add(e,i,{namespace:!1,handler:function(e){var t,n,r=Q.get(this,i);if(1&e.isTrigger&&this[i]){if(r.length)(k.event.special[i]||{}).delegateType&&e.stopPropagation();else if(r=s.call(arguments),Q.set(this,i,r),t=o(this,i),this[i](),r!==(n=Q.get(this,i))||t?Q.set(this,i,!1):n={},r!==n)return e.stopImmediatePropagation(),e.preventDefault(),n.value}else r.length&&(Q.set(this,i,{value:k.event.trigger(k.extend(r[0],k.Event.prototype),r.slice(1),this)}),e.stopImmediatePropagation())}})):void 0===Q.get(e,i)&&k.event.add(e,i,ke)}k.event={global:{},add:function(t,e,n,r,i){var o,a,s,u,l,c,f,p,d,h,g,v=Q.get(t);if(v){n.handler&&(n=(o=n).handler,i=o.selector),i&&k.find.matchesSelector(ie,i),n.guid||(n.guid=k.guid++),(u=v.events)||(u=v.events={}),(a=v.handle)||(a=v.handle=function(e){return"undefined"!=typeof k&&k.event.triggered!==e.type?k.event.dispatch.apply(t,arguments):void 0}),l=(e=(e||"").match(R)||[""]).length;while(l--)d=g=(s=Ee.exec(e[l])||[])[1],h=(s[2]||"").split(".").sort(),d&&(f=k.event.special[d]||{},d=(i?f.delegateType:f.bindType)||d,f=k.event.special[d]||{},c=k.extend({type:d,origType:g,data:r,handler:n,guid:n.guid,selector:i,needsContext:i&&k.expr.match.needsContext.test(i),namespace:h.join(".")},o),(p=u[d])||((p=u[d]=[]).delegateCount=0,f.setup&&!1!==f.setup.call(t,r,h,a)||t.addEventListener&&t.addEventListener(d,a)),f.add&&(f.add.call(t,c),c.handler.guid||(c.handler.guid=n.guid)),i?p.splice(p.delegateCount++,0,c):p.push(c),k.event.global[d]=!0)}},remove:function(e,t,n,r,i){var o,a,s,u,l,c,f,p,d,h,g,v=Q.hasData(e)&&Q.get(e);if(v&&(u=v.events)){l=(t=(t||"").match(R)||[""]).length;while(l--)if(d=g=(s=Ee.exec(t[l])||[])[1],h=(s[2]||"").split(".").sort(),d){f=k.event.special[d]||{},p=u[d=(r?f.delegateType:f.bindType)||d]||[],s=s[2]&&new RegExp("(^|\\.)"+h.join("\\.(?:.*\\.|)")+"(\\.|$)"),a=o=p.length;while(o--)c=p[o],!i&&g!==c.origType||n&&n.guid!==c.guid||s&&!s.test(c.namespace)||r&&r!==c.selector&&("**"!==r||!c.selector)||(p.splice(o,1),c.selector&&p.delegateCount--,f.remove&&f.remove.call(e,c));a&&!p.length&&(f.teardown&&!1!==f.teardown.call(e,h,v.handle)||k.removeEvent(e,d,v.handle),delete u[d])}else for(d in u)k.event.remove(e,d+t[l],n,r,!0);k.isEmptyObject(u)&&Q.remove(e,"handle events")}},dispatch:function(e){var t,n,r,i,o,a,s=k.event.fix(e),u=new Array(arguments.length),l=(Q.get(this,"events")||{})[s.type]||[],c=k.event.special[s.type]||{};for(u[0]=s,t=1;t\x20\t\r\n\f]*)[^>]*)\/>/gi,qe=/\s*$/g;function Oe(e,t){return A(e,"table")&&A(11!==t.nodeType?t:t.firstChild,"tr")&&k(e).children("tbody")[0]||e}function Pe(e){return e.type=(null!==e.getAttribute("type"))+"/"+e.type,e}function Re(e){return"true/"===(e.type||"").slice(0,5)?e.type=e.type.slice(5):e.removeAttribute("type"),e}function Me(e,t){var n,r,i,o,a,s,u,l;if(1===t.nodeType){if(Q.hasData(e)&&(o=Q.access(e),a=Q.set(t,o),l=o.events))for(i in delete a.handle,a.events={},l)for(n=0,r=l[i].length;n")},clone:function(e,t,n){var r,i,o,a,s,u,l,c=e.cloneNode(!0),f=oe(e);if(!(y.noCloneChecked||1!==e.nodeType&&11!==e.nodeType||k.isXMLDoc(e)))for(a=ve(c),r=0,i=(o=ve(e)).length;r").attr(n.scriptAttrs||{}).prop({charset:n.scriptCharset,src:n.url}).on("load error",i=function(e){r.remove(),i=null,e&&t("error"===e.type?404:200,e.type)}),E.head.appendChild(r[0])},abort:function(){i&&i()}}});var Vt,Gt=[],Yt=/(=)\?(?=&|$)|\?\?/;k.ajaxSetup({jsonp:"callback",jsonpCallback:function(){var e=Gt.pop()||k.expando+"_"+kt++;return this[e]=!0,e}}),k.ajaxPrefilter("json jsonp",function(e,t,n){var r,i,o,a=!1!==e.jsonp&&(Yt.test(e.url)?"url":"string"==typeof e.data&&0===(e.contentType||"").indexOf("application/x-www-form-urlencoded")&&Yt.test(e.data)&&"data");if(a||"jsonp"===e.dataTypes[0])return r=e.jsonpCallback=m(e.jsonpCallback)?e.jsonpCallback():e.jsonpCallback,a?e[a]=e[a].replace(Yt,"$1"+r):!1!==e.jsonp&&(e.url+=(St.test(e.url)?"&":"?")+e.jsonp+"="+r),e.converters["script json"]=function(){return o||k.error(r+" was not called"),o[0]},e.dataTypes[0]="json",i=C[r],C[r]=function(){o=arguments},n.always(function(){void 0===i?k(C).removeProp(r):C[r]=i,e[r]&&(e.jsonpCallback=t.jsonpCallback,Gt.push(r)),o&&m(i)&&i(o[0]),o=i=void 0}),"script"}),y.createHTMLDocument=((Vt=E.implementation.createHTMLDocument("").body).innerHTML="
",2===Vt.childNodes.length),k.parseHTML=function(e,t,n){return"string"!=typeof e?[]:("boolean"==typeof t&&(n=t,t=!1),t||(y.createHTMLDocument?((r=(t=E.implementation.createHTMLDocument("")).createElement("base")).href=E.location.href,t.head.appendChild(r)):t=E),o=!n&&[],(i=D.exec(e))?[t.createElement(i[1])]:(i=we([e],t,o),o&&o.length&&k(o).remove(),k.merge([],i.childNodes)));var r,i,o},k.fn.load=function(e,t,n){var r,i,o,a=this,s=e.indexOf(" ");return-1").append(k.parseHTML(e)).find(r):e)}).always(n&&function(e,t){a.each(function(){n.apply(this,o||[e.responseText,t,e])})}),this},k.each(["ajaxStart","ajaxStop","ajaxComplete","ajaxError","ajaxSuccess","ajaxSend"],function(e,t){k.fn[t]=function(e){return this.on(t,e)}}),k.expr.pseudos.animated=function(t){return k.grep(k.timers,function(e){return t===e.elem}).length},k.offset={setOffset:function(e,t,n){var r,i,o,a,s,u,l=k.css(e,"position"),c=k(e),f={};"static"===l&&(e.style.position="relative"),s=c.offset(),o=k.css(e,"top"),u=k.css(e,"left"),("absolute"===l||"fixed"===l)&&-1<(o+u).indexOf("auto")?(a=(r=c.position()).top,i=r.left):(a=parseFloat(o)||0,i=parseFloat(u)||0),m(t)&&(t=t.call(e,n,k.extend({},s))),null!=t.top&&(f.top=t.top-s.top+a),null!=t.left&&(f.left=t.left-s.left+i),"using"in t?t.using.call(e,f):c.css(f)}},k.fn.extend({offset:function(t){if(arguments.length)return void 0===t?this:this.each(function(e){k.offset.setOffset(this,t,e)});var e,n,r=this[0];return r?r.getClientRects().length?(e=r.getBoundingClientRect(),n=r.ownerDocument.defaultView,{top:e.top+n.pageYOffset,left:e.left+n.pageXOffset}):{top:0,left:0}:void 0},position:function(){if(this[0]){var e,t,n,r=this[0],i={top:0,left:0};if("fixed"===k.css(r,"position"))t=r.getBoundingClientRect();else{t=this.offset(),n=r.ownerDocument,e=r.offsetParent||n.documentElement;while(e&&(e===n.body||e===n.documentElement)&&"static"===k.css(e,"position"))e=e.parentNode;e&&e!==r&&1===e.nodeType&&((i=k(e).offset()).top+=k.css(e,"borderTopWidth",!0),i.left+=k.css(e,"borderLeftWidth",!0))}return{top:t.top-i.top-k.css(r,"marginTop",!0),left:t.left-i.left-k.css(r,"marginLeft",!0)}}},offsetParent:function(){return this.map(function(){var e=this.offsetParent;while(e&&"static"===k.css(e,"position"))e=e.offsetParent;return e||ie})}}),k.each({scrollLeft:"pageXOffset",scrollTop:"pageYOffset"},function(t,i){var o="pageYOffset"===i;k.fn[t]=function(e){return _(this,function(e,t,n){var r;if(x(e)?r=e:9===e.nodeType&&(r=e.defaultView),void 0===n)return r?r[i]:e[t];r?r.scrollTo(o?r.pageXOffset:n,o?n:r.pageYOffset):e[t]=n},t,e,arguments.length)}}),k.each(["top","left"],function(e,n){k.cssHooks[n]=ze(y.pixelPosition,function(e,t){if(t)return t=_e(e,n),$e.test(t)?k(e).position()[n]+"px":t})}),k.each({Height:"height",Width:"width"},function(a,s){k.each({padding:"inner"+a,content:s,"":"outer"+a},function(r,o){k.fn[o]=function(e,t){var n=arguments.length&&(r||"boolean"!=typeof e),i=r||(!0===e||!0===t?"margin":"border");return _(this,function(e,t,n){var r;return x(e)?0===o.indexOf("outer")?e["inner"+a]:e.document.documentElement["client"+a]:9===e.nodeType?(r=e.documentElement,Math.max(e.body["scroll"+a],r["scroll"+a],e.body["offset"+a],r["offset"+a],r["client"+a])):void 0===n?k.css(e,t,i):k.style(e,t,n,i)},s,n?e:void 0,n)}})}),k.each("blur focus focusin focusout resize scroll click dblclick mousedown mouseup mousemove mouseover mouseout mouseenter mouseleave change select submit keydown keypress keyup contextmenu".split(" "),function(e,n){k.fn[n]=function(e,t){return 0'+_code_chars[charNum]+''; + } + }else { //算法验证码 + + var num1 = Math.floor(Math.random() * this.options.figure); + var num2 = Math.floor(Math.random() * this.options.figure); + + if(this.options.arith == 0) { + var tmparith = Math.floor(Math.random() * 3); + } + + switch(tmparith) { + case 1 : + this.code_chose = parseInt(num1) + parseInt(num2); + code = num1 + ' + ' + num2 + ' = ?'; + break; + case 2 : + if(parseInt(num1) < parseInt(num2)) { + var tmpnum = num1; + num1 = num2; + num2 = tmpnum; + } + this.code_chose = parseInt(num1) - parseInt(num2); + code = num1 + ' - ' + num2 + ' = ?'; + break; + default : + this.code_chose = parseInt(num1) * parseInt(num2); + code = num1 + ' × ' + num2 + ' = ?'; + break; + } + } + + this.htmlDoms.code.html(code); + + }, + + //比对验证码 + checkCode : function() { + if(this.options.type == 1) { //普通验证码 + var own_input = this.htmlDoms.code_input.val().toUpperCase(); + this.code_chose = this.code_chose.toUpperCase(); + }else { + var own_input = this.htmlDoms.code_input.val(); + } + + if(own_input == this.code_chose) { + this.options.success(); + }else { + this.options.error(); + this.setCode(); + } + } + }; + + + //定义Slide的构造函数 + var Slide = function(ele, opt) { + this.$element = ele, + this.defaults = { + + type : 1, + vOffset: 5, + vSpace : 5, + imgName : ['1.jpg', '2.jpg'], + imgSize : { + width: '400px', + height: '200px', + }, + blockSize : { + width: '50px', + height: '50px', + }, + barSize : { + width : '400px', + height : '40px', + }, + ready : function(){}, + success : function(){}, + error : function(){} + + }, + this.options = $.extend({}, this.defaults, opt) + }; + + + //定义Slide的方法 + Slide.prototype = { + + init: function() { + var _this = this; + + //加载页面 + this.loadDom(); + this.options.ready(); + + this.$element[0].onselectstart = document.body.ondrag = function(){ + return false; + }; + + //按下 + this.htmlDoms.move_block.on('touchstart', function(e) { + _this.start(e); + }); + + this.htmlDoms.move_block.on('mousedown', function(e) { + _this.start(e); + }); + + //拖动 + window.addEventListener("touchmove", function(e) { + _this.move(e); + }); + window.addEventListener("mousemove", function(e) { + _this.move(e); + }); + + //鼠标松开 + window.addEventListener("touchend", function() { + _this.end(); + }); + window.addEventListener("mouseup", function() { + _this.end(); + }); + + //刷新 + _this.$element.find('.verify-refresh').on('click', function() { + _this.refresh(); + }); + }, + + //初始化加载 + loadDom : function() { + this.img_rand = Math.floor(Math.random() * this.options.imgName.length); //随机的背景图片 + + var panelHtml = ''; + var tmpHtml = ''; + + if(this.options.type != 1) { //图片滑动 + panelHtml += '
'; + tmpHtml = '
'; + } + + panelHtml += '
向右滑动完成验证
'+tmpHtml+'
'; + this.$element.append(panelHtml); + + this.htmlDoms = { + gap : this.$element.find('.verify-gap'), + sub_block : this.$element.find('.verify-sub-block'), + img_panel : this.$element.find('.verify-img-panel'), + bar_area : this.$element.find('.verify-bar-area'), + move_block : this.$element.find('.verify-move-block'), + left_bar : this.$element.find('.verify-left-bar'), + msg : this.$element.find('.verify-msg'), + icon : this.$element.find('.verify-icon'), + refresh :this.$element.find('.verify-refresh') + }; + + this.status = false; //鼠标状态 + this.setSize = this.resetSize(this); //重新设置宽度高度 + + this.htmlDoms.gap.css({'width': this.options.blockSize.width, 'height': this.options.blockSize.height}); + this.htmlDoms.sub_block.css({'width': this.options.blockSize.width, 'height': this.options.blockSize.height}); + this.htmlDoms.img_panel.css({'width': this.setSize.img_width, 'height': this.setSize.img_height, 'background': 'url('+this.options.imgName[this.img_rand]+')', 'background-size' : this.setSize.img_width + ' '+ this.setSize.img_height}); + this.htmlDoms.bar_area.css({'width': this.setSize.bar_width, 'height': this.options.barSize.height, 'line-height':this.options.barSize.height}); + this.htmlDoms.move_block.css({'width': this.options.barSize.height, 'height': this.options.barSize.height}); + this.htmlDoms.left_bar.css({'width': this.options.barSize.height, 'height': this.options.barSize.height}); + + this.randSet(); + }, + + //鼠标按下 + start: function(e) { + this.htmlDoms.msg.text(''); + this.htmlDoms.move_block.css('background-color', '#337ab7'); + this.htmlDoms.left_bar.addClass('verify-left-bar-active'); + // this.htmlDoms.left_bar.css('border-color', '#337AB7'); + this.htmlDoms.icon.css('color', '#fff'); + e.stopPropagation(); + this.status = true; + + }, + + //鼠标移动 + move: function(e) { + if(this.status) { + if(!e.touches) { //兼容移动端 + var x = e.clientX; + }else { //兼容PC端 + var x = e.touches[0].pageX; + } + var bar_area_left = Slide.prototype.getLeft(this.htmlDoms.bar_area[0]); + var move_block_left = x - bar_area_left; //小方块相对于父元素的left值 + + + if(this.options.type != 1) { //图片滑动 + if(move_block_left >= this.htmlDoms.bar_area[0].offsetWidth - parseInt(parseInt(this.options.blockSize.width)/2) - 2) { + move_block_left = this.htmlDoms.bar_area[0].offsetWidth - parseInt(parseInt(this.options.blockSize.width)/2) - 2; + } + + + + + + }else { //普通滑动 + if(move_block_left >= this.htmlDoms.bar_area[0].offsetWidth - parseInt(parseInt(this.options.barSize.height)/2) + 3) { + this.$element.find('.verify-msg:eq(1)').text('松开验证'); + move_block_left = this.htmlDoms.bar_area[0].offsetWidth - parseInt(parseInt(this.options.barSize.height)/2) + 3; + }else { + this.$element.find('.verify-msg:eq(1)').text(''); + } + } + + + if(move_block_left <= 0) { + move_block_left = parseInt(parseInt(this.options.blockSize.width)/2); + } + + //拖动后小方块的left值 + this.htmlDoms.move_block.css('left', move_block_left-parseInt(parseInt(this.options.blockSize.width)/2) + "px"); + this.htmlDoms.left_bar.css('width', move_block_left-parseInt(parseInt(this.options.blockSize.width)/2) + "px"); + } + }, + + //鼠标松开 + end: function() { + + var _this = this; + + //判断是否重合 + if(this.status) { + + if(this.options.type != 1) { //图片滑动 + + var vOffset = parseInt(this.options.vOffset); + if(parseInt(this.htmlDoms.gap.css('left')) >= (parseInt(this.htmlDoms.move_block.css('left')) - vOffset) && parseInt(this.htmlDoms.gap.css('left')) <= (parseInt(this.htmlDoms.move_block.css('left')) + vOffset)) { + this.htmlDoms.move_block.css('background-color', '#5cb85c'); + this.htmlDoms.left_bar.addClass('verify-left-bar-success'); + // this.htmlDoms.left_bar.css({'border-color': '#5cb85c', 'background-color': '#fff'}); + this.htmlDoms.icon.css('color', '#fff'); + this.htmlDoms.icon.removeClass('icon-jinru'); + this.htmlDoms.icon.addClass('icon-dagou'); + this.htmlDoms.refresh.hide(); + this.htmlDoms.move_block.unbind('mousedown touchstart'); + this.options.success(); + }else{ + this.htmlDoms.move_block.css('background-color', '#d9534f'); + this.htmlDoms.left_bar.addClass('verify-left-bar-error'); + // this.htmlDoms.left_bar.css('border-color', '#d9534f'); + this.htmlDoms.icon.css('color', '#fff'); + this.htmlDoms.icon.removeClass('icon-jinru'); + this.htmlDoms.icon.addClass('icon-guanbi1'); + + setTimeout(function () { + _this.htmlDoms.move_block.animate({'left':'0px'}, 'fast'); + _this.htmlDoms.left_bar.animate({'width': '40px'}, 'fast'); + _this.htmlDoms.left_bar.removeClass('verify-left-bar-active'); + _this.htmlDoms.left_bar.removeClass('verify-left-bar-success'); + _this.htmlDoms.left_bar.removeClass('verify-left-bar-error'); + // _this.htmlDoms.left_bar.css({'border-color': '#ddd'}); + + _this.htmlDoms.move_block.css('background-color', '#fff'); + _this.htmlDoms.icon.css('color', '#000'); + _this.htmlDoms.icon.removeClass('icon-guanbi1'); + _this.htmlDoms.icon.addClass('icon-jinru'); + _this.$element.find('.verify-msg:eq(0)').text('向右滑动完成验证'); + + }, 400); + + this.options.error(); + } + + }else { //普通滑动 + + if(parseInt(this.htmlDoms.move_block.css('left')) >= (parseInt(this.setSize.bar_width) - parseInt(this.options.barSize.height) - parseInt(this.options.vOffset))) { + this.htmlDoms.move_block.css('background-color', '#5cb85c'); + this.htmlDoms.left_bar.addClass('verify-left-bar-success'); + // this.htmlDoms.left_bar.css({'color': '#4cae4c', 'border-color': '#5cb85c', 'background-color': '#fff' }); + this.htmlDoms.icon.css('color', '#fff'); + this.htmlDoms.icon.removeClass('icon-jinru'); + this.htmlDoms.icon.addClass('icon-dagou'); + this.htmlDoms.refresh.hide(); + this.htmlDoms.move_block.unbind('mousedown'); + this.htmlDoms.move_block.unbind('touchstart'); + this.$element.find('.verify-msg:eq(1)').text('验证成功'); + this.options.success(); + }else { + + this.htmlDoms.move_block.css('background-color', '#d9534f'); + this.htmlDoms.left_bar.addClass('verify-left-bar-error'); + // this.htmlDoms.left_bar.css('border-color', '#d9534f'); + this.htmlDoms.icon.css('color', '#fff'); + this.htmlDoms.icon.removeClass('icon-jinru'); + this.htmlDoms.icon.addClass('icon-guanbi1'); + + setTimeout(function () { + _this.htmlDoms.move_block.animate({'left':'0px'}, 'fast'); + _this.htmlDoms.left_bar.animate({'width': '40px'}, 'fast'); + _this.htmlDoms.left_bar.removeClass('verify-left-bar-active'); + _this.htmlDoms.left_bar.removeClass('verify-left-bar-success'); + _this.htmlDoms.left_bar.removeClass('verify-left-bar-error'); + // _this.htmlDoms.left_bar.css({'border-color': '#ddd'}); + + _this.htmlDoms.move_block.css('background-color', '#fff'); + _this.htmlDoms.icon.css('color', '#000'); + _this.htmlDoms.icon.removeClass('icon-guanbi1'); + _this.htmlDoms.icon.addClass('icon-jinru'); + _this.$element.find('.verify-msg:eq(0)').text('向右滑动解锁'); + + }, 400); + + this.options.error(); + } + } + + this.status = false; + } + }, + + + resetSize : function(obj) { + var img_width,img_height,bar_width,bar_height; //图片的宽度、高度,移动条的宽度、高度 + var parentWidth = obj.$element.parent().width() || $(window).width(); + var parentHeight = obj.$element.parent().height() || $(window).height(); + + if(obj.options.imgSize.width.indexOf('%')!= -1){ + img_width = parseInt(obj.options.imgSize.width)/100 * parentWidth + 'px'; +   }else { + img_width = obj.options.imgSize.width; + } + + if(obj.options.imgSize.height.indexOf('%')!= -1){ + img_height = parseInt(obj.options.imgSize.height)/100 * parentHeight + 'px'; +   }else { + img_height = obj.options.imgSize.height; + } + + if(obj.options.barSize.width.indexOf('%')!= -1){ + bar_width = parseInt(obj.options.barSize.width)/100 * parentWidth + 'px'; +   }else { + bar_width = obj.options.barSize.width; + } + + if(obj.options.barSize.height.indexOf('%')!= -1){ + bar_height = parseInt(obj.options.barSize.height)/100 * parentHeight + 'px'; +   }else { + bar_height = obj.options.barSize.height; + } + + return {img_width : img_width, img_height : img_height, bar_width : bar_width, bar_height : bar_height}; + }, + + //随机出生点位 + randSet: function() { + var rand1 = Math.floor(Math.random()*9+1); + var rand2 = Math.floor(Math.random()*9+1); + var top = rand1 * parseInt(this.setSize.img_height)/15 + parseInt(this.setSize.img_height) * 0.1; + var left = rand2 * parseInt(this.setSize.img_width)/15 + parseInt(this.setSize.img_width) * 0.1; + + this.$element.find('.verify-img-panel').css('margin-bottom', this.options.vSpace + 'px'); + this.$element.find('.verify-gap').css({'top': top, 'left': left}); + this.$element.find('.verify-sub-block').css({'top':'-'+(parseInt(this.setSize.img_height)- top + this.options.vSpace + 1)+'px', 'background-image': 'url('+this.options.imgName[this.img_rand]+')', 'background-size': this.setSize.img_width + ' '+ this.setSize.img_height,'background-position-y': '-'+top+ 'px', 'background-position-x': '-'+left+'px'}); + }, + + //刷新 + refresh: function() { + this.randSet(); + this.img_rand = Math.floor(Math.random() * this.options.imgName.length); //随机的背景图片 + this.$element.find('.verify-img-panel').css({'background': 'url('+this.options.imgName[this.img_rand]+')', 'background-size': this.setSize.img_width + ' '+ this.setSize.img_height}); + this.$element.find('.verify-sub-block').css({'background-image': 'url('+this.options.imgName[this.img_rand]+')', 'background-size': this.setSize.img_width + ' '+ this.setSize.img_height}); + }, + + //获取left值 + getLeft: function(node) { + var left = $(node).offset().left; +// var nowPos = node.offsetParent; +// +// while(nowPos != null) {   +// left += $(nowPos).offset().left;  +// nowPos = nowPos.offsetParent;   +// } + return left; + } + }; + + + //定义Points的构造函数 + var Points = function(ele, opt) { + this.$element = ele, + this.defaults = { + defaultNum : 4, //默认的文字数量 + checkNum : 3, //校对的文字数量 + vSpace : 5, //间隔 + imgName : ['1.jpg', '2.jpg'], + imgSize : { + width: '400px', + height: '200px', + }, + barSize : { + width : '400px', + height : '40px', + }, + ready : function(){}, + success : function(){}, + error : function(){} + }, + this.options = $.extend({}, this.defaults, opt) + }; + + //定义Points的方法 + Points.prototype = { + init : function() { + + var _this = this; + + //加载页面 + _this.loadDom(); + + _this.refresh(); + _this.options.ready(); + + this.$element[0].onselectstart = document.body.ondrag = function(){ + return false; + }; + + //点击事件比对 + _this.$element.find('.verify-img-panel canvas').on('click', function(e) { + + _this.checkPosArr.push(_this.getMousePos(this, e)); + + if(_this.num == _this.options.checkNum) { + + _this.num = _this.createPoint(_this.getMousePos(this, e)); + setTimeout(function () { + var flag = _this.comparePos(_this.fontPos, _this.checkPosArr); + + if(flag == false) { //验证失败 + + _this.options.error(); + _this.$element.find('.verify-bar-area').css({'color': '#d9534f', 'border-color': '#d9534f'}); + _this.$element.find('.verify-msg').text('验证失败'); + + setTimeout(function () { + _this.$element.find('.verify-bar-area').css({'color': '#000','border-color': '#ddd'}); + _this.refresh(); + }, 400); + + }else { //验证成功 + _this.$element.find('.verify-bar-area').css({'color': '#4cae4c', 'border-color': '#5cb85c'}); + _this.$element.find('.verify-msg').text('验证成功'); + _this.$element.find('.verify-refresh').hide(); + _this.$element.find('.verify-img-panel').unbind('click'); + _this.options.success(); + } + }, 400); + + } + + if(_this.num < _this.options.checkNum) { + _this.num = _this.createPoint(_this.getMousePos(this, e)); + } + + }); + + //刷新 + _this.$element.find('.verify-refresh').on('click', function() { + _this.refresh(); + }); + + }, + + + + //加载页面 + loadDom : function() { + + this.fontPos = []; //选中的坐标信息 + this.checkPosArr = []; //用户点击的坐标 + this.num = 1; //点击的记数 + this.img_rand = Math.floor(Math.random() * this.options.imgName.length); //随机的背景图片 + + var panelHtml = ''; + var tmpHtml = ''; + + this.setSize = Slide.prototype.resetSize(this); //重新设置宽度高度 + + panelHtml += '
'; + + this.$element.append(panelHtml); + + + this.htmlDoms = { + img_panel : this.$element.find('.verify-img-panel'), + bar_area : this.$element.find('.verify-bar-area'), + msg : this.$element.find('.verify-msg'), + }; + + this.htmlDoms.img_panel.css({'width': this.setSize.img_width, 'height': this.setSize.img_height, 'background-size' : this.setSize.img_width + ' '+ this.setSize.img_height, 'margin-bottom': this.options.vSpace + 'px'}); + this.htmlDoms.bar_area.css({'width': this.options.barSize.width, 'height': this.options.barSize.height, 'line-height':this.options.barSize.height}); + + }, + + //绘制合成的图片 + drawImg : function(obj, img) { + //准备canvas环境 + var canvas = this.$element.find('canvas')[0]; + //var canvas=document.getElementById("myCanvas"); + var ctx=canvas.getContext("2d"); + + // 绘制图片 + ctx.drawImage(img,0,0, parseInt(this.setSize.img_width), parseInt(this.setSize.img_height)); + + // 绘制水印 + var fontSizeArr = ['italic small-caps bold 20px microsoft yahei', 'small-caps normal 25px arial', '34px microsoft yahei']; + var fontStr = '天地玄黄宇宙洪荒日月盈昃辰宿列张寒来暑往秋收冬藏闰余成岁律吕调阳云腾致雨露结为霜金生丽水玉出昆冈剑号巨阙珠称夜光果珍李柰菜重芥姜海咸河淡鳞潜羽翔龙师火帝鸟官人皇始制文字乃服衣裳推位让国有虞陶唐吊民伐罪周发殷汤坐朝问道垂拱平章爱育黎首臣伏戎羌遐迩体率宾归王'; //不重复的汉字 + + + var fontChars = []; + + var avg = Math.floor(parseInt(this.setSize.img_width)/(parseInt(this.options.defaultNum)+1)); + var tmp_index = ''; + var color2Num = Math.floor(Math.random() * 5); + + for(var i = 1; i <= this.options.defaultNum; i++) { + + fontChars[i-1] = this.getChars(fontStr, fontChars); + + tmp_index = Math.floor(Math.random()*3); + ctx.font = fontSizeArr[tmp_index]; + ctx.fillStyle = _code_color2[color2Num]; + + if(Math.floor(Math.random() * 2) == 1) { + var tmp_y = Math.floor(parseInt(this.setSize.img_height)/2) + tmp_index*20 + 20; + }else { + var tmp_y = Math.floor(parseInt(this.setSize.img_height)/2) - tmp_index*20; + } + + ctx.fillText(fontChars[i-1],avg * i, tmp_y); + this.fontPos[i-1] = {'char': fontChars[i-1], 'x': avg * i, 'y': tmp_y}; + + } + + for(var i = 0; i < (this.options.defaultNum-this.options.checkNum); i++) { + this.shuffle(this.fontPos).pop(); + } + + var msgStr = ''; + for(var i = 0; i < this.fontPos.length; i++) { + msgStr += this.fontPos[i].char + ','; + } + + this.htmlDoms.msg.text('请顺序点击【' + msgStr.substring(0,msgStr.length-1) + '】'); + + return this.fontPos; + }, + + //获取坐标 + getMousePos :function(obj, event) { + var e = event || window.event; + var scrollX = document.documentElement.scrollLeft || document.body.scrollLeft; + var scrollY = document.documentElement.scrollTop || document.body.scrollTop; + var x = e.clientX - ($(obj).offset().left - $(window).scrollLeft()); + var y = e.clientY - ($(obj).offset().top - $(window).scrollTop()); + + return {'x': x, 'y': y}; + }, + + //递归去重 + getChars : function(fontStr, fontChars) { + + var tmp_rand = parseInt(Math.floor(Math.random() * fontStr.length)); + if(tmp_rand > 0) { + tmp_rand = tmp_rand - 1; + } + + tmp_char = fontStr.charAt(tmp_rand); + if($.inArray(tmp_char, fontChars) == -1) { + return tmp_char; + }else { + return Points.prototype.getChars(fontStr, fontChars); + } + }, + + //洗牌数组 + shuffle : function(arr) { + var m = arr.length, i; + while (m) { + i = (Math.random() * m--) >>> 0; + [arr[m], arr[i]] = [arr[i], arr[m]] + } + return arr; + }, + + //创建坐标点 + createPoint : function (pos) { + this.htmlDoms.img_panel.append('
'+this.num+'
'); + return ++this.num; + }, + + //比对坐标点 + comparePos : function (fontPos, checkPosArr) { + + var flag = true; + for(var i = 0; i < fontPos.length; i++) { + if(!(parseInt(checkPosArr[i].x) + 40 > fontPos[i].x && parseInt(checkPosArr[i].x) - 40 < fontPos[i].x && parseInt(checkPosArr[i].y) + 40 > fontPos[i].y && parseInt(checkPosArr[i].y) - 40 < fontPos[i].y)) { + flag = false; + break; + } + } + + return flag; + }, + + //刷新 + refresh: function() { + var _this = this; + this.$element.find('.point-area').remove(); + this.fontPos = []; + this.checkPosArr = []; + this.num = 1; + + this.img_rand = Math.floor(Math.random() * this.options.imgName.length); //随机的背景图片 + var img = new Image(); + img.src = this.options.imgName[this.img_rand]; + + + // 加载完成开始绘制 + $(img).on('load', function(e) { + this.fontPos = _this.drawImg(_this, this); + }); + + }, + + }; + + //在插件中使用codeVerify对象 + $.fn.codeVerify = function(options, callbacks) { + var code = new Code(this, options); + code.init(); + }; + + //在插件中使用slideVerify对象 + $.fn.slideVerify = function(options, callbacks) { + var slide = new Slide(this, options); + slide.init(); + }; + + //在插件中使用clickVerify对象 + $.fn.pointsVerify = function(options, callbacks) { + var points = new Points(this, options); + points.init(); + }; + +})(jQuery, window, document); diff --git a/target/classes/admin/admin/public/verifys/yz.js b/target/classes/admin/admin/public/verifys/yz.js new file mode 100644 index 0000000..1dc5bd7 --- /dev/null +++ b/target/classes/admin/admin/public/verifys/yz.js @@ -0,0 +1,321 @@ +;(function(undefined) { + "use strict" + var _global; + + //判断是否为 数组 + function isArray(o){ + return Object.prototype.toString.call(o)=='[object Array]'; + } + //随机数 + function getRandomNumber(a,b) { + return Math.round(Math.random()*(b- a) + a) + } + //获取随机图片 + function getRandomImg(imgArr) { + return imgArr[getRandomNumber(0,imgArr.length-1)] + } + //判断 是否处于动画状态 + function ifAnimate(ele) { + if(ele.is(":animated")){ + return true + }else{ + return false + } + } + //获取元素的left值 + function getEleCssLeft($ele) { + return parseInt($ele.css('left')); + } + + var RotateVerify = function (ele,opt) { + this.$ele = $(ele); + //默认参数 + this.defaults = { + initText:'滑动将图片转正', + slideImage:'', + slideAreaNum:10, + getSucessState:function(){ + + } + } + this.settings = $.extend({}, this.defaults, opt); + this.init(); + } + RotateVerify.prototype = { + constructor: this, + init:function () { + this.verifyState = false; + this.disLf = 0; + this.initDom(); + this.initCanvasImg(); + this.initMouse(); + this._touchstart(); + this._touchend(); + }, + initDom:function () { + + this.statusBg = this.$ele.find('.statusBg'); + this.$slideDragWrap = this.$ele.find('.slideDragWrap'); + this.$slideDragBtn = this.$ele.find('.slideDragBtn'); + this.rotateCan = this.$ele.find('.rotateCan'); + this.cTipsTxt = this.$ele.find('.cTipsTxt'); + this.controlBorWrap = this.$ele.find('.controlBorWrap'); + this.xPos = this.rotateCan[0].width/2; + this.yPos = this.rotateCan[0].height/2; + this.aveRot = Math.round((360/(this.$slideDragWrap.width() - this.$slideDragBtn.outerWidth())) * 100 )/100; + // window.$slideDragWrap = this.$slideDragWrap + // console.log(this.$slideDragWrap) + // console.log(this.$slideDragWrap.width(),this.$slideDragBtn.outerWidth(),this.aveRot) + this.rotateImgCan = this.rotateCan[0].getContext('2d'); + this.slideImage = document.createElement('img'); + this.setAttrSrc(); + }, + initCanvasImg:function () { + this.randRot = getRandomNumber(30,270); + this.sucLenMin = (360 - this.settings.slideAreaNum - this.randRot) * (this.$slideDragWrap.width() - this.$slideDragBtn.width())/360; + this.sucLenMax = (360 + this.settings.slideAreaNum - this.randRot) * (this.$slideDragWrap.width() - this.$slideDragBtn.width())/360; + this.disLf = 0; + this.initImgSrc(); + }, + initImgSrc:function(){ + var _this = this; + _this.slideImage.src = _this.slideImage.getAttribute('data-src'); + _this.setAttrSrc(); + _this.slideImage.onload = function(){ + _this.slideImage.style.width = _this.xPos * 2 + 'px'; + _this.slideImage.style.height = _this.yPos * 2 + 'px'; + _this.drawImgCan(); + } + }, + drawImgCan:function(val){ + var _this = this; + _this.rotateImgCan.beginPath(); + _this.rotateImgCan.arc( _this.xPos, _this.yPos, _this.xPos, 0, 360 * Math.PI / 180, false ); + _this.rotateImgCan.closePath(); + _this.rotateImgCan.clip(); + _this.rotateImgCan.save(); + _this.rotateImgCan.clearRect(0,0,_this.xPos * 2,_this.yPos * 2); + _this.rotateImgCan.translate(_this.xPos, _this.yPos); + _this.rotateImgCan.rotate(this.randRot * Math.PI / 180 + _this.disLf * _this.aveRot * Math.PI / 180); + _this.rotateImgCan.translate(-_this.xPos, -_this.yPos); + _this.rotateImgCan.drawImage( _this.slideImage, 0, 0, _this.xPos*2, _this.yPos*2); + _this.rotateImgCan.restore(); + }, + initMouse:function () { + var _this = this ; + var ifThisMousedown = false; + _this.$slideDragBtn.on('mousedown',function (e) { + if(_this.verifyState){ + return false; + } + if(_this.dragTimerState){ + return false; + } + if(ifAnimate(_this.$slideDragBtn)){ + return false; + } + ifThisMousedown = true; + var positionDiv = $(this).offset(); + var distenceX = e.pageX - positionDiv.left; + var disPageX = e.pageX; + _this.$slideDragBtn.addClass('control-btn-active'); + _this.controlBorWrap.addClass('control-bor-active'); + $(document).mousemove(function (e) { + if(!ifThisMousedown){ + return false; + } + var x = e.pageX - disPageX; + if(x<0){ + x=0; + }else if(x >=(_this.$slideDragWrap.width()-_this.$slideDragBtn.outerWidth())){ + x = _this.$slideDragWrap.width()-_this.$slideDragBtn.outerWidth(); + } + _this.$slideDragBtn.css({ + 'left':x + 'px' + }) + _this.controlBorWrap.css({ + 'width':x + _this.$slideDragBtn.width() + 'px' + }) + _this.disLf = x; + _this.drawImgCan(); + e.preventDefault(); + }) + }); + $(document).on('mouseup',function(){ + if(!ifThisMousedown){ + return false; + } + ifThisMousedown = false; + if(_this.verifyState){ + return false; + } + $(document).off('mousemove'); + _this.$slideDragBtn.removeClass('control-btn-active'); + _this.controlBorWrap.removeClass('control-bor-active'); + if(_this.sucLenMin <= _this.disLf && _this.disLf <= _this.sucLenMax){ + _this.$slideDragBtn.addClass('control-btn-suc'); + _this.controlBorWrap.addClass('control-bor-suc'); + _this.statusBg.fadeIn(); + _this.statusBg.addClass('icon-dagou'); + _this.verifyState = true; + _this.cTipsTxt.text(""); + if(_this.settings.getSuccessState){ + _this.settings.getSuccessState(_this.verifyState); + } + }else{ + _this.$slideDragBtn.addClass('control-btn-err'); + _this.controlBorWrap.addClass('control-bor-err'); + _this.$slideDragWrap.addClass('control-horizontal'); + _this.dragTimerState = true; + _this.verifyState = false;; + _this.statusBg.fadeIn(); + _this.statusBg.addClass('icon-guanbi1'); + _this.$slideDragBtn.delay(700).animate({ + left:'0px' + },function(){ + _this.dragTimerState = false; + _this.$slideDragWrap.removeClass('control-horizontal'); + _this.$slideDragBtn.removeClass('control-btn-err'); + _this.statusBg.removeClass('icon-guanbi1'); + _this.statusBg.fadeOut(); + _this.refreshSlide(); + }) + _this.controlBorWrap.delay(700).animate({ + width:_this.$slideDragBtn.width() + 'px' + },function(){ + _this.controlBorWrap.removeClass('control-bor-err'); + }); + } + }); + }, + _touchstart:function(){ + var _this = this; + _this.$slideDragBtn.on('touchstart',function(e){ + _this.$slideDragBtn.css('pointer-events','none'); + setTimeout(function(){_this.$slideDragBtn.css('pointer-events','all')},400) + if(_this.dragTimerState || ifAnimate(_this.$slideDragBtn) || _this.verifyState){ + return false; + } + if(getEleCssLeft(_this.$slideDragBtn) == 0){ + _this.touchX = e.originalEvent.targetTouches[0].pageX; + _this.$slideDragBtn.addClass('control-btn-active'); + _this.controlBorWrap.addClass('control-bor-active'); + _this._touchmove(); + } + }) + }, + _touchmove:function(){ + var _this = this; + _this.$slideDragBtn.on('touchmove',function(e){ + e.preventDefault(); + if(_this.dragTimerState || ifAnimate(_this.$slideDragBtn)){ + return false; + }else{ + var x = e.originalEvent.targetTouches[0].pageX - _this.touchX; + if(x<0){ + x=0; + }else if(x >=(_this.$slideDragWrap.width()-_this.$slideDragBtn.outerWidth())){ + x = _this.$slideDragWrap.width()-_this.$slideDragBtn.outerWidth(); + } + _this.$slideDragBtn.css({ + 'left':x + 'px' + }) + _this.controlBorWrap.css({ + 'width':x + _this.$slideDragBtn.width() + 'px' + }) + _this.disLf = x; + _this.drawImgCan(); + } + }) + }, + _touchend:function(){ + var _this = this; + _this.$slideDragBtn.on('touchend',function(){ + _this.$slideDragBtn.off('touchmove'); + _this.$slideDragBtn.removeClass('control-btn-active'); + _this.controlBorWrap.removeClass('control-bor-active'); + if((_this.sucLenMin) <= _this.disLf && _this.disLf <= (_this.sucLenMax)){ + _this.verifyState = true; + _this.$slideDragBtn.addClass('control-btn-suc'); + _this.controlBorWrap.addClass('control-bor-suc'); + _this.statusBg.fadeIn(); + _this.statusBg.addClass('icon-dagou'); + _this.cTipsTxt.text(""); + if(_this.settings.getSuccessState){ + _this.settings.getSuccessState(_this.verifyState); + } + }else{ + if(!ifAnimate(_this.$slideDragBtn)){ + _this.dragTimerState = true; + _this.verifyState = false; + _this.statusBg.fadeIn(); + _this.statusBg.addClass('icon-guanbi1'); + _this.$slideDragBtn.addClass('control-btn-err'); + _this.controlBorWrap.addClass('control-bor-err'); + _this.$slideDragWrap.addClass('control-horizontal'); + _this.$slideDragBtn.delay(700).animate({ + left:'0px' + },function(){ + _this.$slideDragWrap.removeClass('control-horizontal'); + _this.$slideDragBtn.removeClass('control-btn-err'); + _this.statusBg.removeClass('icon-guanbi1'); + _this.statusBg.fadeOut(); + _this.dragTimerState = false; + _this.refreshSlide(); + }) + _this.controlBorWrap.delay(700).animate({ + width:_this.$slideDragBtn.width() + 'px' + },function(){ + _this.controlBorWrap.removeClass('control-bor-err'); + }); + }else{ + return false; + } + } + }) + }, + setAttrSrc:function(){ + if(isArray(this.settings.slideImage)){ + this.slideImageSrc = getRandomImg(this.settings.slideImage); + }else{ + this.slideImageSrc = this.settings.slideImage; + } + this.slideImage.setAttribute("data-src",this.slideImageSrc); + }, + refreshSlide:function(){ + var _this = this; + _this.initCanvasImg(); + }, + resetSlide:function(){ + var _this = this; + _this.$slideDragBtn.css({ + left:'0px' + }) + _this.controlBorWrap.css({ + width:_this.$slideDragBtn.width() + 'px' + }) + _this.controlBorWrap.removeClass('control-bor-suc'); + _this.dragTimerState = false; + _this.verifyState = false;; + _this.$slideDragBtn.removeClass('control-btn-suc'); + _this.$slideDragWrap.removeClass('control-horizontal'); + _this.statusBg.fadeOut(); + _this.statusBg.removeClass('icon-dagou'); + _this.cTipsTxt.text(_this.settings.initText); + _this.refreshSlide(); + } + } + var inlineCss = '*{margin:0;padding:0;box-sizing:border-box;}.rotateverify-contaniner{margin:0 auto;}@-webkit-keyframes rotateverifyHorizontal{0%{-webkit-transform:translate(0px,0);-ms-transform:translate(0px,0);transform:translate(0px,0)}10%,30%,50%,70%,90%{-webkit-transform:translate(-1px,0);transform:translate(-1px,0)}20%,40%,60%,80%{-webkit-transform:translate(1px,0);transform:translate(1px,0)}100%{-webkit-transform:translate(0px,0);transform:translate(0px,0)}}@-moz-keyframes rotateverifyHorizontal{0%{-webkit-transform:translate(0px,0);-moz-transform:translate(0px,0);transform:translate(0px,0)}10%,30%,50%,70%,90%{-webkit-transform:translate(-1px,0);-moz-transform:translate(-1px,0);transform:translate(-1px,0)}20%,40%,60%,80%{-webkit-transform:translate(1px,0);-moz-transform:translate(1px,0);transform:translate(1px,0)}100%{-webkit-transform:translate(0px,0);-moz-transform:translate(0px,0);transform:translate(0px,0)}}@keyframes rotateverifyHorizontal{0%{-webkit-transform:translate(0px,0);-moz-transform:translate(0px,0);transform:translate(0px,0)}10%,30%,50%,70%,90%{-webkit-transform:translate(-1px,0);-moz-transform:translate(-1px,0);transform:translate(-1px,0)}20%,40%,60%,80%{-webkit-transform:translate(1px,0);-moz-transform:translate(1px,0);transform:translate(1px,0)}100%{-webkit-transform:translate(0px,0);-moz-transform:translate(0px,0);transform:translate(0px,0)}}.rotateverify-contaniner .control-horizontal{-webkit-animation:rotateverifyHorizontal .6s .2s ease both;-moz-animation:rotateverifyHorizontal .6s .2s ease both;animation:rotateverifyHorizontal .6s .2s ease both}.rotateverify-contaniner .rotate-can-wrap{position:relative;}.rotateverify-contaniner .status-bg{width:100%;height:100%;position:absolute;top:0;left:0;background-color:rgba(0,0,0,.3);background-repeat:no-repeat;background-position:center center;border-radius:100%;display:none;}.rotateverify-contaniner .status-bg.icon-dagou{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAH4AAABWCAYAAAAJ3CLTAAAAAXNSR0IArs4c6QAABFZJREFUeAHtncuO00AQRWdALFkiXsM0Az/FArGIhPg3EAvEazEL4AdY824eQsBXhNsTW1gmiduu6vct6cp20qmuuiftOMkoc3DAqM6B9Xq9gp5Dvzq5/VV1jbKhjQOAewSdQrvC3XeVflXkAIAeQ593ER/cflpR22230kH/MoA7tbs637Zl5XfvoKOL19DJjG4uEPwMt3IbuhC6a+PiudyaYT1+Dgign01A8H4+ZzVKCh3NvCX4rJBOF6MA3U3yeHomjsjGAQcdmnP1juH/Bd/OZUPUoxDg04DunjTXPabjkBwcUITu3voxSnCA0EugpFwjoSsbWkI6Qi+BknKNStDdFzZ8TVdmEyydIvQbwYpkYl0HCF3XzyKyEXoRmHSLJHRdP4vIRuhFYNItktB1/SwiG6EXgUm3SEA3kPRbNvc+nW/ZdNGEy9ZBt9hKgtDDIdLPDNIGspAkCF0fTbiMIG0gC0mC0MMh0s8M0gaykCQIXR9NuIwgbSALSYLQwyHSzwzSBrKQJAhdH024jCBtIAtJgtDDIdLPDNIGspAkCF0fTbiMIG0gC0mC0MMh0s8M0gaykCTiQ0e1d6CH0KdOj9xt+hbVlxE+GegrJAnne7yPYTHZJejJnordfZfrw6XTEbwxkIUkERe6ax3Vut9ImYp3GMCf0Rg9V+CJgSwkiSTQ786omPAH4OGbgSwkifjQu9X+dGbVhL85Sxr4Zmd6Nx6eBnoH/ue4Go/jpuHDHwNZSBIO+tHgBBJ3F5P/WVh9k/DhlYEsJIm00LsV/1LQQVPw4ZOBLCSJ9NA78A8kXeCx76Hqr/bRo4E03qenO70PX0zQzCH0BpJE1SsfxhjIQpLIY6WP4Bt09EPSFR5b5cpHXwaqZ6UPwXen/NtoUAq/qpUPP25WDb1/EqBJDfhVrPxmoBN+78DZR9htrPR/LW/2Wl75za10wm94pe+A/x2rQBJFvOajwTZP72Po/TEMcRd8VcMn9J72aFszfEIfwR4fwqBbkMbKvzbOneqY0D2drwk+oXtC74fVAJ/Qe5oztyXDV4L+EXny+JZtJjvx8BLhE7oY+yZBSfAJXQl6n6YE+ITe01Le5gyf0JVhj9PlCF8ROv+dxxj48Dgn+IQ+JBNhPwf4hB4B9LYpUsIn9G1EIt6mBP8D8nh/tk/oEQHvmyomfMx1Akn/GtZ9IscLuX1Qfe+LAb+D/g1bSRC6L1TfcaCh8ZXu1tM+cruVTui+MGKPCwGf0GNTXDifJnxCXwgh1cM6+NJTszvta+TghVzMJ4ISfKRZHLyQiwl8OBeQaVyULSFP6EMQKfYTwCf0FKC3zRkRvrsu4Gv6NgipbosAn9BTwZ2aNyB8Qp8yP/X9AeATemqovvMrwid0X9NzGacAn9BzgTm3DgF8Qp9rdm7jF8An9NwgLq1nBnxCX2pyro8D/GPoFbQr3M+yXsm1ftYlcABgD6H70AvoN+R+dfsZdE+QttmH/gVo1WKZD73PfwAAAABJRU5ErkJggg==);}.rotateverify-contaniner .status-bg.icon-guanbi1{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGoAAABqCAYAAABUIcSXAAAAAXNSR0IArs4c6QAABOhJREFUeAHt3F1O3DAUBeCZ7qJQUVXdQ6U+tUtBILq79okKUEGwAlaACO0DFV1C+0DPzXBnMpnYiR0nsZ1jyXUm/ok5H8wwBbJYVMrz8/MR6nfU3y9Vjo8qQ3gYOAHke4h6ivqIKrlL5seoy51L4eRr1B+opiJ9+zsTecI7AeS5h3phChznr2TM1gVwwoaka93j4GBrIh94JYAc36DeabCWVrBWX1k4kKe7roVYXjSbSQi6K5KanJSz8UieE10KsTa5Ox0hZFckcTlXKHkBcy3EciJaLBCwD5K4PMmlXjleT4e/w8ENFuFrliZiaQVJ8kJ9bxlm7RKoW+sIcyexzNmsewIglT4C9XW9qvsBsSyZBUCS1Tc+WLDLt+cYZix8zaqBISnf16RqyJtvz2V99OyjSth9CrFesBBiCKRC1qn5l1gH6CDWTjJuJwIivTVeGRchljGd9o5RkHQbxNIk3NpRkXRrxNIkurWTIOnWiKVJ2NtJkXRrxNIkmtsokHRrxNIkttuokHRrxNIkVm2USLpFYiWARKyEkOaOFfXTneLU27k9DSaJpGhzwUoaaS5YWSDljpUVUq5YWSLlhpU1Ui5Ys0BKHWtWSKlizRIpNaxZI6WCRSSVQoswovyFGSJVkPQwNiwiqUxDGwsWkRpw6qemxiJSXcTyeCosIllQTF1jYxHJJNHh/FhYROqA0TZkaCwitQk49A+FRSQHhK5DQ2MRqWvyHuMCYn3AWneofUqByea/T/L4+LKagnBC/HfT3z5CmFugEqntMwshhcDCMl6lwCwitSFpP8KaAotICuDSjoxFJBec+tiRsIhUD97n8cBYRPJBMc0ZCItIpsD7nA+MRaQ+GG1zgSVvZvu+T5L5H9uuxX7PBBBuiNvWYJmy3ONf3sLO08I4DaGGRFpRrW4nRCxj6o4dAyERy9HBOnxgJGJZ0+/YORISsTp6NA4bGYlYjQotJydCih7L9y7NLXH7dQsSZt6get/NGHP/ofqWaO+RGw1UIKQHCH1CLXylMC9arB4fU5ipgZ7uCqxT/tAPbYifZ/FNcZU3NJKuTSxNIkA7FJJujViaRI92aCTdGrE0CY92LCTdGrE0CYd2bCTdGrE0iQ7tVEi6NWJpEpZ2aiTdGrE0iYY2FiTdGrE0iUobG5JujViaBNpYkXSLxEoAiVgJIc0aK/anO8Wpt7N6GkwVSdFmgZU60iywckHKGis3pCyxckXKCit3pCyw5oKUNNbckJLEmitSUlhzR0oCi0jKtGqRR3y/N0ikbSR9FBUWkZSluY0Ci0jNOPWzk2IRqc5hfzwJFpHsKKbeUbGIZGLodn4ULCJ1w2gbNSgWFt9D5e092xQ69gfE2t+6JBa+QO1TCkzmnSMrqSKPEG+KL9dLYsFD1D6lwGQirRPdHCCXEFjH5YpY7BTVtxSYSKSNzc4R8umLdaZQj55KRNphaT7RE+tJVpW/il82L289+4Dez8vl8qd1FDvLBJDTL8kLtShPuP1T+gjUrdu8xQPGE8kxtB5YpY9AfXO45gPGEskhsOpQT6yVD54/l6hXqG2lwAB+41BN3vMYOXb9BuMaYzcvTXggb3htWNInt79hCZQA8txHvUQ1lWt0bL/hlWvjpHxlnaCeoz69VDmWcxvVQBvlMuvMj5Hv2Uvef9BK5l9QmXmKnyT/AS/pCbJI4duRAAAAAElFTkSuQmCC);}.rotateverify-contaniner .control-wrap{position:relative;height:40px;clear:both;border-radius:42px;margin-top:45px;background-color:#f7f7f7;}.rotateverify-contaniner .control-wrap .control-tips{position:relative;width:100%;height:100%;}.rotateverify-contaniner .c-tips-txt{height:40px;line-height:40px;position:absolute;width:100%;text-align:center;top:0;left:0;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;}.rotateverify-contaniner .control-btn{position:absolute;left:0;top:0;width:40px;height:40px;border-radius:40px;border:1px solid #e0e0e0;background-color:#fff;}.rotateverify-contaniner .control-bor-wrap{position:absolute;left:0;top:0;width:40;height:40px;border-radius:40px;border:1px solid transparent;}.rotateverify-contaniner .control-bor-active{border:1px solid #1a91ed;}.rotateverify-contaniner .control-bor-err{border:1px solid #e01116;}.rotateverify-contaniner .control-bor-suc{border:1px solid limegreen;}.rotateverify-contaniner .control-btn-active{background:#1a91ed;}.rotateverify-contaniner .control-btn-err{background:#e01116;}.rotateverify-contaniner .control-btn-suc{background-color:limegreen;}.rotateverify-contaniner .control-btn-ico{display:block;width:20px;height:20px;background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADQAAAAyCAYAAAATIfj2AAAAAXNSR0IArs4c6QAABAdJREFUaAXtWUloU0EYbhaNTQWhItiIBz2kaYkHodWDBxEUa9OFIBHxoOnB3oSCgoqCKdijC3rpQTBCcYsQaUsE0eJBRIXiQZEuehJzUxCa1mIWvxFHpsPMvCUzh8oLlDfzzbxvvn+Zmb9JQ4P38TzgecDzgOeBVeQBn0prKpUKLC0tXa7VagNkns/nu93Y2Hgxl8tVVO9ZjZniJesGVYsvLi6OwJizdA7a54BtRv+PgRR3+jTFS3T4LcSk+XEYle7p6TnJ4w77pngtDRLqrFarN/r6+nYKB+sAdfAqI4Ro3JHoW1epVB5hL2yQjCthU7xkUaVBgUBgGAfBB5E6iNpeKpWyojErzBQvWTegWnxubu5XPB5/jlRIY15IMDcWjUZL8/PzrwRjUsgUL1lQeWxTRYlEIoWIPKR97lmGx/dNTEy85HDLrgleZYSoIkTgY2trazOM2k0x5knStguRHJuZmSkxuGXTBK9yD7GKIpHIGfRfsxhtw9DI8vLyvUwmY5uPvqub11aEyOLT09PV9vb2pxB/HN0wFcQ8txWLxSC8PsVglk3dvLb2EKuqu7u7C/0C/kTv1rCfEthPT9h37LR18dqOEBWFCHzCyUZSay/FmKcPETwUi8Xu4yT7weCWTV28jnOeKOvs7CT30zOJymYc8zlcumsl41JYB68rg7D5q+Fw+BiM+ipShyjtQgF6RTSmwnTwivaBas0VY6jn9pTL5RcAhVW73+8/Ojk5+WDFSzY69fA63kOsntnZ2S+4n0qIyEEWZ9pdbW1tOcz7zmCWzXp4XaUcqwgRuIrUy7MYbcPQ9ShiM7Tv5OmWt26DiEik1hCMqooEw6gdItwO5oZXi0E41a5DuJALhr63I140xw2vUISIXIahwDwNY5KicRizgIs2Ixqzwtzy/nennOsI4eLchA1PjmThkY3o3HRzZNfL68ogUlXj4ryLVNsiSh0Y8xYXL6nOHX108Lq6h5qamoZhzIBILYz5htNpfz6fd3T3EC4dvI73kK6qmHeGLl5HKdff378VERiDGKEjEJkRN/866OS1bdDg4OAa1G05pNpG3rt/+1MdHR2XJGNSWDev7T3U0tJyDcYcFilD1IqhUOjA6OjogmhchenmFaYOLwD5fQSYrGp2/a2PCV7LlEsmk1FE4BZvJO1j7Lybr7BM8Soj1NvbG0Y99QapFqcGcM/HhUJBWPZw81Z0TfGSRYS3PF0dlQDZ5DJjPuPeSNO5Tp6meIkGZcohnU5IhP4MBoMp/PDl6IsQymWK19IgKoB/ooI+NT4+/o7H6+3r4FVGCAKzvEh4N4tDQHpI8PMlfVO86j2EAvMCfmPFmfCvbssSTCLSNmyK17YAb6LnAc8DngdWrQd+A6CJYdIFu4L0AAAAAElFTkSuQmCC) no-repeat center center;background-size:100% 100%;margin:10px;}.rotateverify-contaniner .control-btn-active .control-btn-ico{background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADQAAAAyCAYAAAATIfj2AAAAAXNSR0IArs4c6QAAAoRJREFUaAXtmb9OVFEQxjcQKGyspIPK2FvrA+gDAC8AL6C+gGIidvx5ABtqeABCDZSEFjtNLLTRwoLo+jvZJcBhvpnrLlPs5kzyhT3z5/vOzM1y757b6zVrE2gTaBNoE5iWCfT7/VnwAXwbonyeHbe/wgHunTfcF6KboLZPYWGQAGEKbyDb6yFcroxl62GxkwBhCq8jOQg5wr+JPQ0JREIWr5C7diP8ESj7TODhdXb3T9Sl8IY7QPgBOAfKDkISIwGyFF5D6q4L8Sfgp+oI/5u7VbEnizdWJgPxZaehS2LPOxFVSVm8lYy9RHzbaeorsQW70vdm8fqqRBGeA8dA2RGBmZCoSqAmhbeSsZeIL4LvQNl7u9L3QpbC66sOo4i/AH9FR8X/shNRlZTFW8nYS8TfioaK+wdYsit9L3UpvL4qUYRnwCFQdkpgPiSqEqhJ4a1k7CXij8AXoGzXrvS9kKXw+qrDKOLPQLkPKVvtRFQlQZbCW8nYS8RfqW7w/wKP7Urfm8Xrqw6jiO8DZXudSIwkCFN4DanbLoSXwB/R0dnt7O6rUXj/+84utrOFX3Gdi5ou7ixerc0UX4srU9zjfIdSeHUnRNhwyn+jLN6omeh+seMSiCDNpPAKuYEb0ZQ7ehav20wJIvwOKCtP46M+y6Xwug2x2el52qaZ6HfLhjsNEcziFXIDN6Lll+UJUHZEQN2LJDc1KbxS8CqA8PScKdDMClBWnrZHPfVJ4b26COZfNjs953I0k3LCmcVrXpGbToS9M+gL4hln2yPz3ty7+ZkNq9ceE/v2QTW0Zk6go9MZ1Fi8oTzCm6C2iX6DV78LLQ1mvGO9F97wCrWENoE2gTaBiZ/AP+8/LMb6T9MeAAAAAElFTkSuQmCC) no-repeat center center;background-size:100% 100%;}.rotateverify-contaniner .control-btn-err .control-btn-ico{background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGoAAABqCAYAAABUIcSXAAAAAXNSR0IArs4c6QAABOhJREFUeAHt3F1O3DAUBeCZ7qJQUVXdQ6U+tUtBILq79okKUEGwAlaACO0DFV1C+0DPzXBnMpnYiR0nsZ1jyXUm/ok5H8wwBbJYVMrz8/MR6nfU3y9Vjo8qQ3gYOAHke4h6ivqIKrlL5seoy51L4eRr1B+opiJ9+zsTecI7AeS5h3phChznr2TM1gVwwoaka93j4GBrIh94JYAc36DeabCWVrBWX1k4kKe7roVYXjSbSQi6K5KanJSz8UieE10KsTa5Ox0hZFckcTlXKHkBcy3EciJaLBCwD5K4PMmlXjleT4e/w8ENFuFrliZiaQVJ8kJ9bxlm7RKoW+sIcyexzNmsewIglT4C9XW9qvsBsSyZBUCS1Tc+WLDLt+cYZix8zaqBISnf16RqyJtvz2V99OyjSth9CrFesBBiCKRC1qn5l1gH6CDWTjJuJwIivTVeGRchljGd9o5RkHQbxNIk3NpRkXRrxNIkurWTIOnWiKVJ2NtJkXRrxNIkmtsokHRrxNIkttuokHRrxNIkVm2USLpFYiWARKyEkOaOFfXTneLU27k9DSaJpGhzwUoaaS5YWSDljpUVUq5YWSLlhpU1Ui5Ys0BKHWtWSKlizRIpNaxZI6WCRSSVQoswovyFGSJVkPQwNiwiqUxDGwsWkRpw6qemxiJSXcTyeCosIllQTF1jYxHJJNHh/FhYROqA0TZkaCwitQk49A+FRSQHhK5DQ2MRqWvyHuMCYn3AWneofUqByea/T/L4+LKagnBC/HfT3z5CmFugEqntMwshhcDCMl6lwCwitSFpP8KaAotICuDSjoxFJBec+tiRsIhUD97n8cBYRPJBMc0ZCItIpsD7nA+MRaQ+GG1zgSVvZvu+T5L5H9uuxX7PBBBuiNvWYJmy3ONf3sLO08I4DaGGRFpRrW4nRCxj6o4dAyERy9HBOnxgJGJZ0+/YORISsTp6NA4bGYlYjQotJydCih7L9y7NLXH7dQsSZt6get/NGHP/ofqWaO+RGw1UIKQHCH1CLXylMC9arB4fU5ipgZ7uCqxT/tAPbYifZ/FNcZU3NJKuTSxNIkA7FJJujViaRI92aCTdGrE0CY92LCTdGrE0CYd2bCTdGrE0iQ7tVEi6NWJpEpZ2aiTdGrE0iYY2FiTdGrE0iUobG5JujViaBNpYkXSLxEoAiVgJIc0aK/anO8Wpt7N6GkwVSdFmgZU60iywckHKGis3pCyxckXKCit3pCyw5oKUNNbckJLEmitSUlhzR0oCi0jKtGqRR3y/N0ikbSR9FBUWkZSluY0Ci0jNOPWzk2IRqc5hfzwJFpHsKKbeUbGIZGLodn4ULCJ1w2gbNSgWFt9D5e092xQ69gfE2t+6JBa+QO1TCkzmnSMrqSKPEG+KL9dLYsFD1D6lwGQirRPdHCCXEFjH5YpY7BTVtxSYSKSNzc4R8umLdaZQj55KRNphaT7RE+tJVpW/il82L289+4Dez8vl8qd1FDvLBJDTL8kLtShPuP1T+gjUrdu8xQPGE8kxtB5YpY9AfXO45gPGEskhsOpQT6yVD54/l6hXqG2lwAB+41BN3vMYOXb9BuMaYzcvTXggb3htWNInt79hCZQA8txHvUQ1lWt0bL/hlWvjpHxlnaCeoz69VDmWcxvVQBvlMuvMj5Hv2Uvef9BK5l9QmXmKnyT/AS/pCbJI4duRAAAAAElFTkSuQmCC) no-repeat center center;background-size:100% 100%;}.rotateverify-contaniner .control-btn-suc .control-btn-ico{background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAH4AAABWCAYAAAAJ3CLTAAAAAXNSR0IArs4c6QAABFZJREFUeAHtncuO00AQRWdALFkiXsM0Az/FArGIhPg3EAvEazEL4AdY824eQsBXhNsTW1gmiduu6vct6cp20qmuuiftOMkoc3DAqM6B9Xq9gp5Dvzq5/VV1jbKhjQOAewSdQrvC3XeVflXkAIAeQ593ER/cflpR22230kH/MoA7tbs637Zl5XfvoKOL19DJjG4uEPwMt3IbuhC6a+PiudyaYT1+Dgign01A8H4+ZzVKCh3NvCX4rJBOF6MA3U3yeHomjsjGAQcdmnP1juH/Bd/OZUPUoxDg04DunjTXPabjkBwcUITu3voxSnCA0EugpFwjoSsbWkI6Qi+BknKNStDdFzZ8TVdmEyydIvQbwYpkYl0HCF3XzyKyEXoRmHSLJHRdP4vIRuhFYNItktB1/SwiG6EXgUm3SEA3kPRbNvc+nW/ZdNGEy9ZBt9hKgtDDIdLPDNIGspAkCF0fTbiMIG0gC0mC0MMh0s8M0gaykCQIXR9NuIwgbSALSYLQwyHSzwzSBrKQJAhdH024jCBtIAtJgtDDIdLPDNIGspAkCF0fTbiMIG0gC0mC0MMh0s8M0gaykCTiQ0e1d6CH0KdOj9xt+hbVlxE+GegrJAnne7yPYTHZJejJnordfZfrw6XTEbwxkIUkERe6ax3Vut9ImYp3GMCf0Rg9V+CJgSwkiSTQ786omPAH4OGbgSwkifjQu9X+dGbVhL85Sxr4Zmd6Nx6eBnoH/ue4Go/jpuHDHwNZSBIO+tHgBBJ3F5P/WVh9k/DhlYEsJIm00LsV/1LQQVPw4ZOBLCSJ9NA78A8kXeCx76Hqr/bRo4E03qenO70PX0zQzCH0BpJE1SsfxhjIQpLIY6WP4Bt09EPSFR5b5cpHXwaqZ6UPwXen/NtoUAq/qpUPP25WDb1/EqBJDfhVrPxmoBN+78DZR9htrPR/LW/2Wl75za10wm94pe+A/x2rQBJFvOajwTZP72Po/TEMcRd8VcMn9J72aFszfEIfwR4fwqBbkMbKvzbOneqY0D2drwk+oXtC74fVAJ/Qe5oztyXDV4L+EXny+JZtJjvx8BLhE7oY+yZBSfAJXQl6n6YE+ITe01Le5gyf0JVhj9PlCF8ROv+dxxj48Dgn+IQ+JBNhPwf4hB4B9LYpUsIn9G1EIt6mBP8D8nh/tk/oEQHvmyomfMx1Akn/GtZ9IscLuX1Qfe+LAb+D/g1bSRC6L1TfcaCh8ZXu1tM+cruVTui+MGKPCwGf0GNTXDifJnxCXwgh1cM6+NJTszvta+TghVzMJ4ISfKRZHLyQiwl8OBeQaVyULSFP6EMQKfYTwCf0FKC3zRkRvrsu4Gv6NgipbosAn9BTwZ2aNyB8Qp8yP/X9AeATemqovvMrwid0X9NzGacAn9BzgTm3DgF8Qp9rdm7jF8An9NwgLq1nBnxCX2pyro8D/GPoFbQr3M+yXsm1ftYlcABgD6H70AvoN+R+dfsZdE+QttmH/gVo1WKZD73PfwAAAABJRU5ErkJggg==) no-repeat center center;background-size:100% 100%;}' + var styleObj = $( + '' + ) + // $('head').prepend(styleObj); + _global = (function(){ return this || (0, eval)('this'); }()); + if (typeof module !== "undefined" && module.exports) { + module.exports = RotateVerify; + } else if (typeof define === "function" && define.amd) { + define(function(){return RotateVerify;}); + } else { + !('RotateVerify' in _global) && (_global.RotateVerify = RotateVerify); + } +}()); \ No newline at end of file diff --git a/target/classes/admin/admin/src/App.vue b/target/classes/admin/admin/src/App.vue new file mode 100644 index 0000000..ac1e2c9 --- /dev/null +++ b/target/classes/admin/admin/src/App.vue @@ -0,0 +1,31 @@ + + + + + diff --git a/target/classes/admin/admin/src/assets/css/canvas-bg-1.css b/target/classes/admin/admin/src/assets/css/canvas-bg-1.css new file mode 100644 index 0000000..8a9580d --- /dev/null +++ b/target/classes/admin/admin/src/assets/css/canvas-bg-1.css @@ -0,0 +1,13 @@ +#canvas { + position: fixed; + top: 0; + left: 0; + width: 100%; + margin: 0; + overflow: hidden; + background: hsla(0, 5%, 5%, 1); + background-repeat: no-repeat; + background-attachment: fixed; + background-image: linear-gradient(to right top, hsla(0, 5%, 15%, 0.5), hsla(0, 5%, 5%, 1)); + background-image: -moz-linear-gradient(to right top, hsla(0, 5%, 15%, 0.5), hsla(0, 5%, 5%, 1)); +} \ No newline at end of file diff --git a/target/classes/admin/admin/src/assets/css/canvas-bg-2.css b/target/classes/admin/admin/src/assets/css/canvas-bg-2.css new file mode 100644 index 0000000..fd0c941 --- /dev/null +++ b/target/classes/admin/admin/src/assets/css/canvas-bg-2.css @@ -0,0 +1,6 @@ +#canvas { + background: rgba(0,0,0,1); + position: absolute; + left: 0; + top: 0; +} \ No newline at end of file diff --git a/target/classes/admin/admin/src/assets/css/canvas-bg-3.css b/target/classes/admin/admin/src/assets/css/canvas-bg-3.css new file mode 100644 index 0000000..f48f0cd --- /dev/null +++ b/target/classes/admin/admin/src/assets/css/canvas-bg-3.css @@ -0,0 +1,5 @@ +#canvas { + position: fixed; + left: 0; + top: 0; +} \ No newline at end of file diff --git a/target/classes/admin/admin/src/assets/css/canvas-bg-4.css b/target/classes/admin/admin/src/assets/css/canvas-bg-4.css new file mode 100644 index 0000000..f48f0cd --- /dev/null +++ b/target/classes/admin/admin/src/assets/css/canvas-bg-4.css @@ -0,0 +1,5 @@ +#canvas { + position: fixed; + left: 0; + top: 0; +} \ No newline at end of file diff --git a/target/classes/admin/admin/src/assets/css/canvas-bg-5.css b/target/classes/admin/admin/src/assets/css/canvas-bg-5.css new file mode 100644 index 0000000..f48f0cd --- /dev/null +++ b/target/classes/admin/admin/src/assets/css/canvas-bg-5.css @@ -0,0 +1,5 @@ +#canvas { + position: fixed; + left: 0; + top: 0; +} \ No newline at end of file diff --git a/target/classes/admin/admin/src/assets/css/element-variables.scss b/target/classes/admin/admin/src/assets/css/element-variables.scss new file mode 100644 index 0000000..e15eb95 --- /dev/null +++ b/target/classes/admin/admin/src/assets/css/element-variables.scss @@ -0,0 +1,9 @@ +/* 改变主题色变量 */ +$--color-primary: #00c292 !default; +$--color-success: #67c23a !default; +$--color-warning: #e6a23c !default; +$--color-danger: #f56c6c !default; +$--color-info: #909399 !default; +/* 改变 icon 字体路径变量,必需 */ +$--font-path: '~element-ui/lib/theme-chalk/fonts'; +@import "~element-ui/packages/theme-chalk/src/index"; \ No newline at end of file diff --git a/target/classes/admin/admin/src/assets/css/style.scss b/target/classes/admin/admin/src/assets/css/style.scss new file mode 100644 index 0000000..bc02be5 --- /dev/null +++ b/target/classes/admin/admin/src/assets/css/style.scss @@ -0,0 +1,47 @@ +.form-content { +background: #ffffff; +padding: 10px 10px 0 10px; +} +.table-content { +background: #ffffff; +padding: 0 10px; +} +.pagination-content { +margin-top: 10px; +padding-bottom: 10px; +text-align: right; +} +.detail-form-content{ +background: #ffffff; +padding: 10px; +.el-input{ + min-width: 200px; + max-width: 600px; +} +} +.bg { +position: absolute; +top: 0; +left: 0; +height: 100%; +} +.login-form { +position: absolute; +top: 0; +right: 0; +width: 350px; +height: 100%; +background: #ffffff; +padding: 0 60px; +font-size: 18px; +font-weight: bold; +} +.h1 { +margin-top: 80px; +font-size: 20px; +font-weight: bold; +} +.btn-login { +margin-top: 50px; +width: 100%; +} \ No newline at end of file diff --git a/target/classes/admin/admin/src/assets/img/404.png b/target/classes/admin/admin/src/assets/img/404.png new file mode 100644 index 0000000..c82d175 Binary files /dev/null and b/target/classes/admin/admin/src/assets/img/404.png differ diff --git a/target/classes/admin/admin/src/assets/img/QRcode.png b/target/classes/admin/admin/src/assets/img/QRcode.png new file mode 100644 index 0000000..107a322 Binary files /dev/null and b/target/classes/admin/admin/src/assets/img/QRcode.png differ diff --git a/target/classes/admin/admin/src/assets/img/avator.png b/target/classes/admin/admin/src/assets/img/avator.png new file mode 100644 index 0000000..88526ec Binary files /dev/null and b/target/classes/admin/admin/src/assets/img/avator.png differ diff --git a/target/classes/admin/admin/src/assets/img/bg.jpg b/target/classes/admin/admin/src/assets/img/bg.jpg new file mode 100644 index 0000000..ffbc779 Binary files /dev/null and b/target/classes/admin/admin/src/assets/img/bg.jpg differ diff --git a/target/classes/admin/admin/src/assets/img/captcha.jpg b/target/classes/admin/admin/src/assets/img/captcha.jpg new file mode 100644 index 0000000..85d86da Binary files /dev/null and b/target/classes/admin/admin/src/assets/img/captcha.jpg differ diff --git a/target/classes/admin/admin/src/assets/img/jiahao.png b/target/classes/admin/admin/src/assets/img/jiahao.png new file mode 100644 index 0000000..44ee3fb Binary files /dev/null and b/target/classes/admin/admin/src/assets/img/jiahao.png differ diff --git a/target/classes/admin/admin/src/assets/img/login.png b/target/classes/admin/admin/src/assets/img/login.png new file mode 100644 index 0000000..3e02e64 Binary files /dev/null and b/target/classes/admin/admin/src/assets/img/login.png differ diff --git a/target/classes/admin/admin/src/assets/img/logo.png b/target/classes/admin/admin/src/assets/img/logo.png new file mode 100644 index 0000000..220748c Binary files /dev/null and b/target/classes/admin/admin/src/assets/img/logo.png differ diff --git a/target/classes/admin/admin/src/assets/img/password.png b/target/classes/admin/admin/src/assets/img/password.png new file mode 100644 index 0000000..c808506 Binary files /dev/null and b/target/classes/admin/admin/src/assets/img/password.png differ diff --git a/target/classes/admin/admin/src/assets/img/role.png b/target/classes/admin/admin/src/assets/img/role.png new file mode 100644 index 0000000..3dd3d38 Binary files /dev/null and b/target/classes/admin/admin/src/assets/img/role.png differ diff --git a/target/classes/admin/admin/src/assets/img/test/jianshe.png b/target/classes/admin/admin/src/assets/img/test/jianshe.png new file mode 100644 index 0000000..c44f95d Binary files /dev/null and b/target/classes/admin/admin/src/assets/img/test/jianshe.png differ diff --git a/target/classes/admin/admin/src/assets/img/test/jiaotong.png b/target/classes/admin/admin/src/assets/img/test/jiaotong.png new file mode 100644 index 0000000..af49681 Binary files /dev/null and b/target/classes/admin/admin/src/assets/img/test/jiaotong.png differ diff --git a/target/classes/admin/admin/src/assets/img/test/nongye.png b/target/classes/admin/admin/src/assets/img/test/nongye.png new file mode 100644 index 0000000..6c37c96 Binary files /dev/null and b/target/classes/admin/admin/src/assets/img/test/nongye.png differ diff --git a/target/classes/admin/admin/src/assets/img/test/weixin.png b/target/classes/admin/admin/src/assets/img/test/weixin.png new file mode 100644 index 0000000..2c4eea5 Binary files /dev/null and b/target/classes/admin/admin/src/assets/img/test/weixin.png differ diff --git a/target/classes/admin/admin/src/assets/img/test/zhifubao.png b/target/classes/admin/admin/src/assets/img/test/zhifubao.png new file mode 100644 index 0000000..db35462 Binary files /dev/null and b/target/classes/admin/admin/src/assets/img/test/zhifubao.png differ diff --git a/target/classes/admin/admin/src/assets/img/test/zhongguo.png b/target/classes/admin/admin/src/assets/img/test/zhongguo.png new file mode 100644 index 0000000..fdc7f57 Binary files /dev/null and b/target/classes/admin/admin/src/assets/img/test/zhongguo.png differ diff --git a/target/classes/admin/admin/src/assets/img/username.png b/target/classes/admin/admin/src/assets/img/username.png new file mode 100644 index 0000000..2868d62 Binary files /dev/null and b/target/classes/admin/admin/src/assets/img/username.png differ diff --git a/target/classes/admin/admin/src/assets/js/canvas-bg-1.js b/target/classes/admin/admin/src/assets/js/canvas-bg-1.js new file mode 100644 index 0000000..0eaac91 --- /dev/null +++ b/target/classes/admin/admin/src/assets/js/canvas-bg-1.js @@ -0,0 +1,85 @@ +export default function canvasBg(){ + window.requestAnimFrame = (function() { + return window.requestAnimationFrame || + window.webkitRequestAnimationFrame || + window.mozRequestAnimationFrame || + window.oRequestAnimationFrame || + window.msRequestAnimationFrame || + function(callback) { + window.setTimeout(callback, 1000 / 60); + }; + })(); + var c = document.getElementById('canvas'); + var $ = c.getContext('2d'); + var w = c.width = window.innerWidth; + var h = c.height = window.innerHeight; + var _w = w * 0.5; + var _h = h * 0.5; + var arr = []; + var cnt = 0; + + window.addEventListener('load', resize); + window.addEventListener('resize', resize, false); + + function resize() { + c.width = w = window.innerWidth; + c.height = h = window.innerHeight; + c.style.position = 'absolute'; + c.style.left = (window.innerWidth - w) * + .01 + 'px'; + c.style.top = (window.innerHeight - h) * + .01 + 'px'; + } + + function anim() { + cnt++; + if (cnt % 6) draw(); + window.requestAnimFrame(anim); + } + anim(); + + function draw() { + var splot = { + x: rng(_w - 900, _w + 900), + y: rng(_h - 900, _h + 900), + r: rng(20, 80), + spX: rng(-1, 1), + spY: rng(-1, 1) + }; + + arr.push(splot); + while (arr.length > 100) { + arr.shift(); + } + $.clearRect(0, 0, w, h); + + for (var i = 0; i < arr.length; i++) { + + splot = arr[i];; + $.fillStyle = rndCol(); + $.beginPath(); + $.arc(splot.x, splot.y, splot.r, 0, Math.PI * 2, true); + $.shadowBlur = 80; + $.shadowOffsetX = 2; + $.shadowOffsetY = 2; + $.shadowColor = rndCol(); + $.globalCompositeOperation = 'lighter'; + $.fill(); + + splot.x = splot.x + splot.spX; + splot.y = splot.y + splot.spY; + splot.r = splot.r * 0.96; + } + } + + function rndCol() { + var r = Math.floor(Math.random() * 180); + var g = Math.floor(Math.random() * 60); + var b = Math.floor(Math.random() * 100); + return "rgb(" + r + "," + g + "," + b + ")"; + } + + function rng(min, max) { + return Math.floor(Math.random() * (max - min + 1)) + min; + } +} diff --git a/target/classes/admin/admin/src/assets/js/canvas-bg-2.js b/target/classes/admin/admin/src/assets/js/canvas-bg-2.js new file mode 100644 index 0000000..b4c24ef --- /dev/null +++ b/target/classes/admin/admin/src/assets/js/canvas-bg-2.js @@ -0,0 +1,191 @@ +export default function canvasBg(){ + var w = window.innerWidth; + var h = window.innerHeight; + var ctx = document.getElementById('canvas'); + + window.addEventListener('load', resize); + window.addEventListener('resize', resize, false); + + function resize() { + ctx.width = w = window.innerWidth; + ctx.height = h = window.innerHeight; + } + + resize(); + + let ctxfr = ctx.getContext('2d'); + + // min and max radius, radius threshold and percentage of filled circles + var radMin = 5, + radMax = 125, + filledCircle = 60, //percentage of filled circles + concentricCircle = 30, //percentage of concentric circles + radThreshold = 25; //IFF special, over this radius concentric, otherwise filled + + //min and max speed to move + var speedMin = 0.3, + speedMax = 2.5; + + //max reachable opacity for every circle and blur effect + var maxOpacity = 0.6; + + //default palette choice + var colors = ['52,168,83', '117,95,147', '199,108,23', '194,62,55', '0,172,212', '120,120,120'], + bgColors = ['52,168,83', '117,95,147', '199,108,23', '194,62,55', '0,172,212', '120,120,120'], + circleBorder = 10, + backgroundLine = bgColors[0]; + var backgroundMlt = 0.85; + + //min distance for links + var linkDist = Math.min(canvas.width, canvas.height) / 2.4, + lineBorder = 2.5; + + //most importantly: number of overall circles and arrays containing them + var maxCircles = 12, + points = [], + pointsBack = []; + + //populating the screen + for (var i = 0; i < maxCircles * 2; i++) points.push(new Circle()); + for (var i = 0; i < maxCircles; i++) pointsBack.push(new Circle(true)); + + //experimental vars + var circleExp = 1, + circleExpMax = 1.003, + circleExpMin = 0.997, + circleExpSp = 0.00004, + circlePulse = false; + + //circle class + function Circle(background) { + //if background, it has different rules + this.background = (background || false); + this.x = randRange(-canvas.width / 2, canvas.width / 2); + this.y = randRange(-canvas.height / 2, canvas.height / 2); + this.radius = background ? hyperRange(radMin, radMax) * backgroundMlt : hyperRange(radMin, radMax); + this.filled = this.radius < radThreshold ? (randint(0, 100) > filledCircle ? false : 'full') : (randint(0, 100) > + concentricCircle ? false : 'concentric'); + this.color = background ? bgColors[randint(0, bgColors.length - 1)] : colors[randint(0, colors.length - 1)]; + this.borderColor = background ? bgColors[randint(0, bgColors.length - 1)] : colors[randint(0, colors.length - 1)]; + this.opacity = 0.05; + this.speed = (background ? randRange(speedMin, speedMax) / backgroundMlt : randRange(speedMin, speedMax)); // * (radMin / this.radius); + this.speedAngle = Math.random() * 2 * Math.PI; + this.speedx = Math.cos(this.speedAngle) * this.speed; + this.speedy = Math.sin(this.speedAngle) * this.speed; + var spacex = Math.abs((this.x - (this.speedx < 0 ? -1 : 1) * (canvas.width / 2 + this.radius)) / this.speedx), + spacey = Math.abs((this.y - (this.speedy < 0 ? -1 : 1) * (canvas.height / 2 + this.radius)) / this.speedy); + this.ttl = Math.min(spacex, spacey); + }; + + Circle.prototype.init = function() { + Circle.call(this, this.background); + } + + //support functions + //generate random int a<=x<=b + function randint(a, b) { + return Math.floor(Math.random() * (b - a + 1) + a); + } + //generate random float + function randRange(a, b) { + return Math.random() * (b - a) + a; + } + //generate random float more likely to be close to a + function hyperRange(a, b) { + return Math.random() * Math.random() * Math.random() * (b - a) + a; + } + + //rendering function + function drawCircle(ctx, circle) { + //circle.radius *= circleExp; + var radius = circle.background ? circle.radius *= circleExp : circle.radius /= circleExp; + ctx.beginPath(); + ctx.arc(circle.x, circle.y, radius * circleExp, 0, 2 * Math.PI, false); + ctx.lineWidth = Math.max(1, circleBorder * (radMin - circle.radius) / (radMin - radMax)); + ctx.strokeStyle = ['rgba(', circle.borderColor, ',', circle.opacity, ')'].join(''); + if (circle.filled == 'full') { + ctx.fillStyle = ['rgba(', circle.borderColor, ',', circle.background ? circle.opacity * 0.8 : circle.opacity, ')'] + .join(''); + ctx.fill(); + ctx.lineWidth = 0; + ctx.strokeStyle = ['rgba(', circle.borderColor, ',', 0, ')'].join(''); + } + ctx.stroke(); + if (circle.filled == 'concentric') { + ctx.beginPath(); + ctx.arc(circle.x, circle.y, radius / 2, 0, 2 * Math.PI, false); + ctx.lineWidth = Math.max(1, circleBorder * (radMin - circle.radius) / (radMin - radMax)); + ctx.strokeStyle = ['rgba(', circle.color, ',', circle.opacity, ')'].join(''); + ctx.stroke(); + } + circle.x += circle.speedx; + circle.y += circle.speedy; + if (circle.opacity < (circle.background ? maxOpacity : 1)) circle.opacity += 0.01; + circle.ttl--; + } + + //initializing function + function init() { + window.requestAnimationFrame(draw); + } + + //rendering function + function draw() { + + if (circlePulse) { + if (circleExp < circleExpMin || circleExp > circleExpMax) circleExpSp *= -1; + circleExp += circleExpSp; + } + + ctxfr.globalCompositeOperation = 'destination-over'; + ctxfr.clearRect(0, 0, canvas.width, canvas.height); // clear canvas + + ctxfr.save(); + ctxfr.translate(canvas.width / 2, canvas.height / 2); + + //function to render each single circle, its connections and to manage its out of boundaries replacement + function renderPoints(ctx, arr) { + for (var i = 0; i < arr.length; i++) { + var circle = arr[i]; + //checking if out of boundaries + if (circle.ttl < 0) {} + var xEscape = canvas.width / 2 + circle.radius, + yEscape = canvas.height / 2 + circle.radius; + if (circle.ttl < -20) arr[i].init(arr[i].background); + //if (Math.abs(circle.y) > yEscape || Math.abs(circle.x) > xEscape) arr[i].init(arr[i].background); + drawCircle(ctx, circle); + } + for (var i = 0; i < arr.length - 1; i++) { + for (var j = i + 1; j < arr.length; j++) { + var deltax = arr[i].x - arr[j].x; + var deltay = arr[i].y - arr[j].y; + var dist = Math.pow(Math.pow(deltax, 2) + Math.pow(deltay, 2), 0.5); + //if the circles are overlapping, no laser connecting them + if (dist <= arr[i].radius + arr[j].radius) continue; + //otherwise we connect them only if the dist is < linkDist + if (dist < linkDist) { + var xi = (arr[i].x < arr[j].x ? 1 : -1) * Math.abs(arr[i].radius * deltax / dist); + var yi = (arr[i].y < arr[j].y ? 1 : -1) * Math.abs(arr[i].radius * deltay / dist); + var xj = (arr[i].x < arr[j].x ? -1 : 1) * Math.abs(arr[j].radius * deltax / dist); + var yj = (arr[i].y < arr[j].y ? -1 : 1) * Math.abs(arr[j].radius * deltay / dist); + ctx.beginPath(); + ctx.moveTo(arr[i].x + xi, arr[i].y + yi); + ctx.lineTo(arr[j].x + xj, arr[j].y + yj); + var samecolor = arr[i].color == arr[j].color; + ctx.strokeStyle = ["rgba(", arr[i].borderColor, ",", Math.min(arr[i].opacity, arr[j].opacity) * ((linkDist - + dist) / linkDist), ")"].join(""); + ctx.lineWidth = (arr[i].background ? lineBorder * backgroundMlt : lineBorder) * ((linkDist - dist) / linkDist); //*((linkDist-dist)/linkDist); + ctx.stroke(); + } + } + } + } + + renderPoints(ctxfr, points); + ctxfr.restore(); + + window.requestAnimationFrame(draw); + } + + init(); +} \ No newline at end of file diff --git a/target/classes/admin/admin/src/assets/js/canvas-bg-3.js b/target/classes/admin/admin/src/assets/js/canvas-bg-3.js new file mode 100644 index 0000000..fb3ee6e --- /dev/null +++ b/target/classes/admin/admin/src/assets/js/canvas-bg-3.js @@ -0,0 +1,175 @@ +export default function canvasBg() { + var canvas, + ctx, + width, + height, + size, + lines, + tick; + + function line() { + this.path = []; + this.speed = rand(10, 20); + this.count = randInt(10, 30); + this.x = width / 2, +1; + this.y = height / 2 + 1; + this.target = { + x: width / 2, + y: height / 2 + }; + this.dist = 0; + this.angle = 0; + this.hue = tick / 5; + this.life = 1; + this.updateAngle(); + this.updateDist(); + } + + line.prototype.step = function(i) { + this.x += Math.cos(this.angle) * this.speed; + this.y += Math.sin(this.angle) * this.speed; + + this.updateDist(); + + if (this.dist < this.speed) { + this.x = this.target.x; + this.y = this.target.y; + this.changeTarget(); + } + + this.path.push({ + x: this.x, + y: this.y + }); + if (this.path.length > this.count) { + this.path.shift(); + } + + this.life -= 0.001; + + if (this.life <= 0) { + this.path = null; + lines.splice(i, 1); + } + }; + + line.prototype.updateDist = function() { + var dx = this.target.x - this.x, + dy = this.target.y - this.y; + this.dist = Math.sqrt(dx * dx + dy * dy); + } + + line.prototype.updateAngle = function() { + var dx = this.target.x - this.x, + dy = this.target.y - this.y; + this.angle = Math.atan2(dy, dx); + } + + line.prototype.changeTarget = function() { + var randStart = randInt(0, 3); + switch (randStart) { + case 0: // up + this.target.y = this.y - size; + break; + case 1: // right + this.target.x = this.x + size; + break; + case 2: // down + this.target.y = this.y + size; + break; + case 3: // left + this.target.x = this.x - size; + } + this.updateAngle(); + }; + + line.prototype.draw = function(i) { + ctx.beginPath(); + var rando = rand(0, 10); + for (var j = 0, length = this.path.length; j < length; j++) { + ctx[(j === 0) ? 'moveTo' : 'lineTo'](this.path[j].x + rand(-rando, rando), this.path[j].y + + rand(-rando, rando)); + } + ctx.strokeStyle = 'hsla(' + rand(this.hue, this.hue + 30) + ', 80%, 55%, ' + (this.life / 3) + ')'; + ctx.lineWidth = rand(0.1, 2); + ctx.stroke(); + }; + + function rand(min, max) { + return Math.random() * (max - min) + min; + } + + function randInt(min, max) { + return Math.floor(min + Math.random() * (max - min + 1)); + }; + + function init() { + canvas = document.getElementById('canvas'); + ctx = canvas.getContext('2d'); + size = 30; + lines = []; + reset(); + loop(); + } + + function reset() { + width = Math.ceil(window.innerWidth / 2) * 2; + height = Math.ceil(window.innerHeight / 2) * 2; + tick = 0; + + lines.length = 0; + canvas.width = width; + canvas.height = height; + } + + function create() { + if (tick % 10 === 0) { + lines.push(new line()); + } + } + + function step() { + var i = lines.length; + while (i--) { + lines[i].step(i); + } + } + + function clear() { + ctx.globalCompositeOperation = 'destination-out'; + ctx.fillStyle = 'hsla(0, 0%, 0%, 0.1)'; + ctx.fillRect(0, 0, width, height); + ctx.globalCompositeOperation = 'lighter'; + } + + function draw() { + ctx.save(); + ctx.translate(width / 2, height / 2); + ctx.rotate(tick * 0.001); + var scale = 0.8 + Math.cos(tick * 0.02) * 0.2; + ctx.scale(scale, scale); + ctx.translate(-width / 2, -height / 2); + var i = lines.length; + while (i--) { + lines[i].draw(i); + } + ctx.restore(); + } + + function loop() { + requestAnimationFrame(loop); + create(); + step(); + clear(); + draw(); + tick++; + } + + function onresize() { + reset(); + } + + window.addEventListener('resize', onresize); + + init(); +} diff --git a/target/classes/admin/admin/src/assets/js/canvas-bg-4.js b/target/classes/admin/admin/src/assets/js/canvas-bg-4.js new file mode 100644 index 0000000..d99f6e8 --- /dev/null +++ b/target/classes/admin/admin/src/assets/js/canvas-bg-4.js @@ -0,0 +1,335 @@ +export default function canvasBg() { + var num = 200; + var w = window.innerWidth; + var h = window.innerHeight; + var max = 100; + var _x = 0; + var _y = 0; + var _z = 150; + var dtr = function(d) { + return d * Math.PI / 180; + }; + var canvas = document.getElementById("canvas"); + + var rnd = function() { + return Math.sin(Math.floor(Math.random() * 360) * Math.PI / 180); + }; + var dist = function(p1, p2, p3) { + return Math.sqrt(Math.pow(p2.x - p1.x, 2) + Math.pow(p2.y - p1.y, 2) + Math.pow(p2.z - p1.z, 2)); + }; + + var cam = { + obj: { + x: _x, + y: _y, + z: _z + }, + dest: { + x: 0, + y: 0, + z: 1 + }, + dist: { + x: 0, + y: 0, + z: 200 + }, + ang: { + cplane: 0, + splane: 0, + ctheta: 0, + stheta: 0 + }, + zoom: 1, + disp: { + x: w / 2, + y: h / 2, + z: 0 + }, + upd: function() { + cam.dist.x = cam.dest.x - cam.obj.x; + cam.dist.y = cam.dest.y - cam.obj.y; + cam.dist.z = cam.dest.z - cam.obj.z; + cam.ang.cplane = -cam.dist.z / Math.sqrt(cam.dist.x * cam.dist.x + cam.dist.z * cam.dist.z); + cam.ang.splane = cam.dist.x / Math.sqrt(cam.dist.x * cam.dist.x + cam.dist.z * cam.dist.z); + cam.ang.ctheta = Math.sqrt(cam.dist.x * cam.dist.x + cam.dist.z * cam.dist.z) / Math.sqrt(cam.dist.x * + cam.dist.x + cam.dist.y * cam.dist.y + cam.dist.z * cam.dist.z); + cam.ang.stheta = -cam.dist.y / Math.sqrt(cam.dist.x * cam.dist.x + cam.dist.y * cam.dist.y + cam.dist + .z * cam.dist.z); + } + }; + + var trans = { + parts: { + sz: function(p, sz) { + return { + x: p.x * sz.x, + y: p.y * sz.y, + z: p.z * sz.z + }; + }, + rot: { + x: function(p, rot) { + return { + x: p.x, + y: p.y * Math.cos(dtr(rot.x)) - p.z * Math.sin(dtr(rot.x)), + z: p.y * Math.sin(dtr(rot.x)) + p.z * Math.cos(dtr(rot.x)) + }; + }, + y: function(p, rot) { + return { + x: p.x * Math.cos(dtr(rot.y)) + p.z * Math.sin(dtr(rot.y)), + y: p.y, + z: -p.x * Math.sin(dtr(rot.y)) + p.z * Math.cos(dtr(rot.y)) + }; + }, + z: function(p, rot) { + return { + x: p.x * Math.cos(dtr(rot.z)) - p.y * Math.sin(dtr(rot.z)), + y: p.x * Math.sin(dtr(rot.z)) + p.y * Math.cos(dtr(rot.z)), + z: p.z + }; + } + }, + pos: function(p, pos) { + return { + x: p.x + pos.x, + y: p.y + pos.y, + z: p.z + pos.z + }; + } + }, + pov: { + plane: function(p) { + return { + x: p.x * cam.ang.cplane + p.z * cam.ang.splane, + y: p.y, + z: p.x * -cam.ang.splane + p.z * cam.ang.cplane + }; + }, + theta: function(p) { + return { + x: p.x, + y: p.y * cam.ang.ctheta - p.z * cam.ang.stheta, + z: p.y * cam.ang.stheta + p.z * cam.ang.ctheta + }; + }, + set: function(p) { + return { + x: p.x - cam.obj.x, + y: p.y - cam.obj.y, + z: p.z - cam.obj.z + }; + } + }, + persp: function(p) { + return { + x: p.x * cam.dist.z / p.z * cam.zoom, + y: p.y * cam.dist.z / p.z * cam.zoom, + z: p.z * cam.zoom, + p: cam.dist.z / p.z + }; + }, + disp: function(p, disp) { + return { + x: p.x + disp.x, + y: -p.y + disp.y, + z: p.z + disp.z, + p: p.p + }; + }, + steps: function(_obj_, sz, rot, pos, disp) { + var _args = trans.parts.sz(_obj_, sz); + _args = trans.parts.rot.x(_args, rot); + _args = trans.parts.rot.y(_args, rot); + _args = trans.parts.rot.z(_args, rot); + _args = trans.parts.pos(_args, pos); + _args = trans.pov.plane(_args); + _args = trans.pov.theta(_args); + _args = trans.pov.set(_args); + _args = trans.persp(_args); + _args = trans.disp(_args, disp); + return _args; + } + }; + + var threeD = function(param) { + this.transIn = {}; + this.transOut = {}; + this.transIn.vtx = (param.vtx); + this.transIn.sz = (param.sz); + this.transIn.rot = (param.rot); + this.transIn.pos = (param.pos); + }; + + threeD.prototype.vupd = function() { + this.transOut = trans.steps( + + this.transIn.vtx, + this.transIn.sz, + this.transIn.rot, + this.transIn.pos, + cam.disp + ); + }; + + var Build = function() { + this.vel = 0.04; + this.lim = 360; + this.diff = 200; + this.initPos = 100; + this.toX = _x; + this.toY = _y; + this.canvas = canvas; + this.go(); + }; + + Build.prototype.go = function() { + this.canvas.width = window.innerWidth; + this.canvas.height = window.innerHeight; + this.$ = this.canvas.getContext("2d"); + this.$.globalCompositeOperation = 'source-over'; + this.varr = []; + this.dist = []; + this.calc = []; + + for (var i = 0, len = num; i < len; i++) { + this.add(); + } + + this.rotObj = { + x: 0, + y: 0, + z: 0 + }; + this.objSz = { + x: w / 5, + y: h / 5, + z: w / 5 + }; + }; + + Build.prototype.add = function() { + this.varr.push(new threeD({ + vtx: { + x: rnd(), + y: rnd(), + z: rnd() + }, + sz: { + x: 0, + y: 0, + z: 0 + }, + rot: { + x: 20, + y: -20, + z: 0 + }, + pos: { + x: this.diff * Math.sin(360 * Math.random() * Math.PI / 180), + y: this.diff * Math.sin(360 * Math.random() * Math.PI / 180), + z: this.diff * Math.sin(360 * Math.random() * Math.PI / 180) + } + })); + this.calc.push({ + x: 360 * Math.random(), + y: 360 * Math.random(), + z: 360 * Math.random() + }); + }; + + Build.prototype.upd = function() { + cam.obj.x += (this.toX - cam.obj.x) * 0.05; + cam.obj.y += (this.toY - cam.obj.y) * 0.05; + }; + + Build.prototype.draw = function() { + this.$.clearRect(0, 0, this.canvas.width, this.canvas.height); + cam.upd(); + this.rotObj.x += 0.1; + this.rotObj.y += 0.1; + this.rotObj.z += 0.1; + + for (var i = 0; i < this.varr.length; i++) { + for (var val in this.calc[i]) { + if (this.calc[i].hasOwnProperty(val)) { + this.calc[i][val] += this.vel; + if (this.calc[i][val] > this.lim) this.calc[i][val] = 0; + } + } + + this.varr[i].transIn.pos = { + x: this.diff * Math.cos(this.calc[i].x * Math.PI / 180), + y: this.diff * Math.sin(this.calc[i].y * Math.PI / 180), + z: this.diff * Math.sin(this.calc[i].z * Math.PI / 180) + }; + this.varr[i].transIn.rot = this.rotObj; + this.varr[i].transIn.sz = this.objSz; + this.varr[i].vupd(); + if (this.varr[i].transOut.p < 0) continue; + var g = this.$.createRadialGradient(this.varr[i].transOut.x, this.varr[i].transOut.y, this.varr[i] + .transOut.p, this.varr[i].transOut.x, this.varr[i].transOut.y, this.varr[i].transOut.p * 2); + this.$.globalCompositeOperation = 'lighter'; + g.addColorStop(0, 'hsla(255, 255%, 255%, 1)'); + g.addColorStop(.6, 'hsla(' + (i + 2) + ',85%, 40%,1)'); + g.addColorStop(1, 'hsla(' + (i) + ',85%, 40%,.5)'); + // console.log(this.varr[i].transOut.x, this.varr[i].transOut.y, this.varr[i].transOut.p * 2, 0, Math.PI * 2, false) + this.$.fillStyle = g; + this.$.beginPath(); + this.$.arc(this.varr[i].transOut.x, this.varr[i].transOut.y, this.varr[i].transOut.p * 2, 0, Math + .PI * 2, false); + this.$.fill(); + this.$.closePath(); + } + }; + Build.prototype.anim = function() { + window.requestAnimationFrame = (function() { + return window.requestAnimationFrame || + function(callback, element) { + window.setTimeout(callback, 1000 / 60); + }; + })(); + var anim = function() { + this.upd(); + this.draw(); + window.requestAnimationFrame(anim); + }.bind(this); + window.requestAnimationFrame(anim); + }; + + Build.prototype.run = function() { + this.anim(); + + window.addEventListener('mousemove', function(e) { + this.toX = (e.clientX - this.canvas.width / 2) * -0.8; + this.toY = (e.clientY - this.canvas.height / 2) * 0.8; + }.bind(this)); + window.addEventListener('touchmove', function(e) { + e.preventDefault(); + this.toX = (e.touches[0].clientX - this.canvas.width / 2) * -0.8; + this.toY = (e.touches[0].clientY - this.canvas.height / 2) * 0.8; + }.bind(this)); + window.addEventListener('mousedown', function(e) { + for (var i = 0; i < 100; i++) { + this.add(); + } + }.bind(this)); + window.addEventListener('touchstart', function(e) { + e.preventDefault(); + for (var i = 0; i < 100; i++) { + this.add(); + } + }.bind(this)); + }; + + var app = new Build(); + app.run(); + + window.addEventListener('resize', function() { + // canvas.width = w = window.innerWidth; + // canvas.height = h = window.innerHeight; + var app = new Build(); + app.run(); + }); +} \ No newline at end of file diff --git a/target/classes/admin/admin/src/assets/js/canvas-bg-5.js b/target/classes/admin/admin/src/assets/js/canvas-bg-5.js new file mode 100644 index 0000000..b69ae10 --- /dev/null +++ b/target/classes/admin/admin/src/assets/js/canvas-bg-5.js @@ -0,0 +1,154 @@ +export default function canvasBg() { + var canvas = document.getElementById('canvas'), + ctx = canvas.getContext('2d') + canvas.width = window.innerWidth; + canvas.height = window.innerHeight; + ctx.lineWidth = .3; + ctx.strokeStyle = (new Color(150)).style; + + var mousePosition = { + x: 30 * canvas.width / 100, + y: 30 * canvas.height / 100 + }; + + var dots = { + nb: 750, + distance: 50, + d_radius: 100, + array: [] + }; + + function colorValue(min) { + return Math.floor(Math.random() * 255 + min); + } + + function createColorStyle(r, g, b) { + return 'rgba(' + r + ',' + g + ',' + b + ', 0.8)'; + } + + function mixComponents(comp1, weight1, comp2, weight2) { + return (comp1 * weight1 + comp2 * weight2) / (weight1 + weight2); + } + + function averageColorStyles(dot1, dot2) { + var color1 = dot1.color, + color2 = dot2.color; + + var r = mixComponents(color1.r, dot1.radius, color2.r, dot2.radius), + g = mixComponents(color1.g, dot1.radius, color2.g, dot2.radius), + b = mixComponents(color1.b, dot1.radius, color2.b, dot2.radius); + return createColorStyle(Math.floor(r), Math.floor(g), Math.floor(b)); + } + + function Color(min) { + min = min || 0; + this.r = colorValue(min); + this.g = colorValue(min); + this.b = colorValue(min); + this.style = createColorStyle(this.r, this.g, this.b); + } + + function Dot() { + this.x = Math.random() * canvas.width; + this.y = Math.random() * canvas.height; + + this.vx = -.5 + Math.random(); + this.vy = -.5 + Math.random(); + + this.radius = Math.random() * 2; + + this.color = new Color(); + // console.log(this); + } + + Dot.prototype = { + draw: function() { + ctx.beginPath(); + ctx.fillStyle = this.color.style; + ctx.arc(this.x, this.y, this.radius, 0, Math.PI * 2, false); + ctx.fill(); + } + }; + + function createDots() { + for (i = 0; i < dots.nb; i++) { + dots.array.push(new Dot()); + } + } + + function moveDots() { + for (i = 0; i < dots.nb; i++) { + + var dot = dots.array[i]; + + if (dot.y < 0 || dot.y > canvas.height) { + dot.vx = dot.vx; + dot.vy = -dot.vy; + } else if (dot.x < 0 || dot.x > canvas.width) { + dot.vx = -dot.vx; + dot.vy = dot.vy; + } + dot.x += dot.vx; + dot.y += dot.vy; + } + } + + function connectDots() { + for (i = 0; i < dots.nb; i++) { + for (j = 0; j < dots.nb; j++) { + i_dot = dots.array[i]; + j_dot = dots.array[j]; + + if ((i_dot.x - j_dot.x) < dots.distance && (i_dot.y - j_dot.y) < dots.distance && (i_dot.x - + j_dot.x) > -dots.distance && (i_dot.y - j_dot.y) > -dots.distance) { + if ((i_dot.x - mousePosition.x) < dots.d_radius && (i_dot.y - mousePosition.y) < dots + .d_radius && (i_dot.x - mousePosition.x) > -dots.d_radius && (i_dot.y - mousePosition + .y) > -dots.d_radius) { + ctx.beginPath(); + ctx.strokeStyle = averageColorStyles(i_dot, j_dot); + ctx.moveTo(i_dot.x, i_dot.y); + ctx.lineTo(j_dot.x, j_dot.y); + ctx.stroke(); + ctx.closePath(); + } + } + } + } + } + + function drawDots() { + for (i = 0; i < dots.nb; i++) { + var dot = dots.array[i]; + dot.draw(); + } + } + + function animateDots() { + ctx.clearRect(0, 0, canvas.width, canvas.height); + moveDots(); + connectDots(); + drawDots(); + + requestAnimationFrame(animateDots); + } + + canvas.addEventListener('mousemove', function(e) { + mousePosition.x = e.pageX; + mousePosition.y = e.pageY; + }) + // canvas.on('mousemove', function(e) { + // mousePosition.x = e.pageX; + // mousePosition.y = e.pageY; + // }); + canvas.addEventListener('mouseleave', function(e) { + mousePosition.x = canvas.width / 2; + mousePosition.y = canvas.height / 2; + }) + // canvas.on('mouseleave', function(e) { + // mousePosition.x = canvas.width / 2; + // mousePosition.y = canvas.height / 2; + // }); + + createDots(); + requestAnimationFrame(animateDots); +} \ No newline at end of file diff --git a/target/classes/admin/admin/src/components/SvgIcon/index.vue b/target/classes/admin/admin/src/components/SvgIcon/index.vue new file mode 100644 index 0000000..27da76c --- /dev/null +++ b/target/classes/admin/admin/src/components/SvgIcon/index.vue @@ -0,0 +1,43 @@ + + + + + diff --git a/target/classes/admin/admin/src/components/common/BreadCrumbs.vue b/target/classes/admin/admin/src/components/common/BreadCrumbs.vue new file mode 100644 index 0000000..d9bf2f3 --- /dev/null +++ b/target/classes/admin/admin/src/components/common/BreadCrumbs.vue @@ -0,0 +1,93 @@ + + + + + diff --git a/target/classes/admin/admin/src/components/common/Editor.vue b/target/classes/admin/admin/src/components/common/Editor.vue new file mode 100644 index 0000000..a3da45d --- /dev/null +++ b/target/classes/admin/admin/src/components/common/Editor.vue @@ -0,0 +1,240 @@ + + + + \ No newline at end of file diff --git a/target/classes/admin/admin/src/components/common/ExcelFileUpload.vue b/target/classes/admin/admin/src/components/common/ExcelFileUpload.vue new file mode 100644 index 0000000..c6abf54 --- /dev/null +++ b/target/classes/admin/admin/src/components/common/ExcelFileUpload.vue @@ -0,0 +1,144 @@ + + + + diff --git a/target/classes/admin/admin/src/components/common/FileUpload.vue b/target/classes/admin/admin/src/components/common/FileUpload.vue new file mode 100644 index 0000000..a3826bb --- /dev/null +++ b/target/classes/admin/admin/src/components/common/FileUpload.vue @@ -0,0 +1,165 @@ + + + \ No newline at end of file diff --git a/target/classes/admin/admin/src/components/common/img.vue b/target/classes/admin/admin/src/components/common/img.vue new file mode 100644 index 0000000..9f36ce4 --- /dev/null +++ b/target/classes/admin/admin/src/components/common/img.vue @@ -0,0 +1,343 @@ + + + diff --git a/target/classes/admin/admin/src/components/common/timeable.vue b/target/classes/admin/admin/src/components/common/timeable.vue new file mode 100644 index 0000000..f06be77 --- /dev/null +++ b/target/classes/admin/admin/src/components/common/timeable.vue @@ -0,0 +1,315 @@ + + \ No newline at end of file diff --git a/target/classes/admin/admin/src/components/echarts/china.json b/target/classes/admin/admin/src/components/echarts/china.json new file mode 100644 index 0000000..4f1250c --- /dev/null +++ b/target/classes/admin/admin/src/components/echarts/china.json @@ -0,0 +1 @@ +{"type":"FeatureCollection","features":[{"type":"Feature","properties":{"adcode":110000,"name":"北京市","center":[116.405285,39.904989],"centroid":[116.41995,40.18994],"childrenNum":16,"level":"province","parent":{"adcode":100000},"subFeatureIndex":0,"acroutes":[100000]},"geometry":{"type":"MultiPolygon","coordinates":[[[[117.348611,40.581141],[117.389879,40.561593],[117.429915,40.576141],[117.412669,40.605226],[117.467487,40.649738],[117.467487,40.649738],[117.501364,40.636569],[117.514914,40.660181],[117.493973,40.675161],[117.408973,40.686961],[117.342451,40.673799],[117.319662,40.657911],[117.278394,40.664267],[117.208177,40.694675],[117.117018,40.70012],[117.11209,40.707379],[117.012308,40.693767],[116.964881,40.709647],[116.926692,40.745022],[116.924229,40.773581],[116.848468,40.839264],[116.81336,40.848319],[116.759773,40.889954],[116.713577,40.909858],[116.722201,40.927495],[116.677853,40.970888],[116.698795,41.021477],[116.688324,41.044501],[116.647672,41.059394],[116.615643,41.053076],[116.623034,41.021026],[116.598397,40.974503],[116.5676,40.992574],[116.519557,40.98128],[116.519557,40.98128],[116.455499,40.980828],[116.447492,40.953715],[116.477057,40.899907],[116.398216,40.90624],[116.370499,40.94377],[116.339702,40.929303],[116.334159,40.90443],[116.438253,40.81934],[116.46597,40.774487],[116.453651,40.765876],[116.316912,40.772221],[116.311369,40.754996],[116.273181,40.762703],[116.247311,40.791707],[116.22021,40.744115],[116.204812,40.740035],[116.171551,40.695582],[116.162928,40.662451],[116.133979,40.666536],[116.09887,40.630665],[116.005247,40.583868],[115.982457,40.578868],[115.971986,40.6025],[115.907929,40.617493],[115.885139,40.595229],[115.827857,40.587504],[115.819849,40.55932],[115.784741,40.55841],[115.755176,40.540221],[115.736082,40.503372],[115.781045,40.49336],[115.771806,40.443734],[115.864197,40.359422],[115.917784,40.354405],[115.95166,40.281852],[115.968907,40.264045],[115.89869,40.234354],[115.870356,40.185909],[115.855574,40.188652],[115.847567,40.147036],[115.806299,40.15344],[115.773654,40.176307],[115.75456,40.145663],[115.75456,40.145663],[115.599959,40.119583],[115.59072,40.096239],[115.527278,40.076092],[115.485394,40.040364],[115.454597,40.029825],[115.450286,39.992697],[115.428728,39.984443],[115.426264,39.950502],[115.481083,39.935819],[115.522967,39.899099],[115.515575,39.892212],[115.515575,39.892212],[115.526046,39.87568],[115.514344,39.837549],[115.567314,39.816407],[115.552532,39.794799],[115.50572,39.784222],[115.483547,39.798477],[115.483547,39.798477],[115.443511,39.785601],[115.439815,39.752022],[115.486626,39.741899],[115.491554,39.670074],[115.478619,39.650723],[115.478619,39.650723],[115.522351,39.640124],[115.518039,39.597252],[115.545756,39.618922],[115.587024,39.589873],[115.633836,39.599557],[115.633836,39.599557],[115.667712,39.615234],[115.698509,39.577881],[115.698509,39.577881],[115.699125,39.570039],[115.699125,39.570039],[115.716988,39.56035],[115.716988,39.56035],[115.718835,39.553891],[115.718835,39.553891],[115.720683,39.551122],[115.720683,39.551122],[115.722531,39.5442],[115.721299,39.543738],[115.722531,39.5442],[115.722531,39.543738],[115.721299,39.543738],[115.722531,39.543738],[115.724995,39.5442],[115.724995,39.5442],[115.738545,39.540046],[115.738545,39.539585],[115.738545,39.540046],[115.738545,39.539585],[115.752712,39.515581],[115.806299,39.510041],[115.806299,39.510041],[115.821081,39.522968],[115.821081,39.522968],[115.828473,39.541431],[115.867893,39.546507],[115.867893,39.546507],[115.91532,39.582955],[115.91532,39.582955],[115.910393,39.600479],[115.910393,39.600479],[115.957204,39.560812],[115.978146,39.595868],[115.995392,39.576958],[116.026189,39.587567],[116.036044,39.571884],[116.09887,39.575113],[116.130283,39.567732],[116.151841,39.583416],[116.198652,39.589412],[116.240536,39.564041],[116.257782,39.500344],[116.307057,39.488337],[116.337854,39.455536],[116.361876,39.455074],[116.361876,39.455074],[116.434557,39.442597],[116.454883,39.453226],[116.444412,39.482332],[116.411767,39.482794],[116.401912,39.528046],[116.443796,39.510041],[116.437637,39.526661],[116.478289,39.535431],[116.473361,39.552968],[116.50847,39.551122],[116.524484,39.596329],[116.592237,39.621227],[116.592237,39.621227],[116.620571,39.601863],[116.664918,39.605552],[116.723432,39.59264],[116.724048,39.59264],[116.723432,39.59264],[116.724048,39.59264],[116.726512,39.595407],[116.726512,39.595407],[116.709266,39.618],[116.748686,39.619844],[116.79057,39.595868],[116.812128,39.615695],[116.8497,39.66777],[116.906366,39.677444],[116.90575,39.688037],[116.889736,39.687576],[116.887272,39.72533],[116.916837,39.731314],[116.902055,39.763523],[116.949482,39.778703],[116.918069,39.84628],[116.907598,39.832494],[116.865714,39.843982],[116.812128,39.889916],[116.78441,39.891294],[116.782563,39.947749],[116.757925,39.967934],[116.781331,40.034866],[116.820135,40.02845],[116.831222,40.051359],[116.867562,40.041739],[116.927924,40.055024],[116.945171,40.04128],[117.025243,40.030283],[117.051728,40.059605],[117.105315,40.074261],[117.105315,40.074261],[117.140423,40.064185],[117.159517,40.077008],[117.204481,40.069681],[117.210024,40.082045],[117.224191,40.094865],[117.224191,40.094865],[117.254988,40.114548],[117.254988,40.114548],[117.254988,40.114548],[117.274082,40.105852],[117.307343,40.136971],[117.349227,40.136513],[117.367089,40.172649],[117.367089,40.173106],[117.367089,40.173106],[117.367089,40.172649],[117.383719,40.188195],[117.389879,40.227958],[117.351075,40.229786],[117.331365,40.289613],[117.295024,40.2782],[117.271618,40.325211],[117.271618,40.325211],[117.243285,40.369453],[117.226039,40.368997],[117.234046,40.417312],[117.263611,40.442367],[117.208793,40.501552],[117.262995,40.512927],[117.247597,40.539766],[117.269771,40.560684],[117.348611,40.581141],[117.348611,40.581141]]]]}},{"type":"Feature","properties":{"adcode":120000,"name":"天津市","center":[117.190182,39.125596],"centroid":[117.347043,39.288036],"childrenNum":16,"level":"province","parent":{"adcode":100000},"subFeatureIndex":1,"acroutes":[100000]},"geometry":{"type":"MultiPolygon","coordinates":[[[[117.765602,39.400527],[117.846906,39.407926],[117.871543,39.411625],[117.870311,39.455074],[117.899877,39.474479],[117.912195,39.517428],[117.912195,39.517428],[117.904804,39.533585],[117.933753,39.574191],[117.868464,39.59679],[117.829659,39.589873],[117.766834,39.598635],[117.753899,39.579726],[117.753899,39.579726],[117.745276,39.547892],[117.715711,39.529892],[117.707088,39.576036],[117.684914,39.58895],[117.654117,39.575113],[117.637486,39.603246],[117.66274,39.636437],[117.668899,39.666849],[117.627015,39.703693],[117.57774,39.726711],[117.595603,39.74604],[117.56111,39.754782],[117.546327,39.775943],[117.561726,39.799856],[117.529081,39.859144],[117.529081,39.859144],[117.508139,39.901854],[117.508139,39.901854],[117.512451,39.90874],[117.512451,39.90874],[117.513067,39.910576],[117.513067,39.910576],[117.514914,39.946832],[117.534625,39.954631],[117.546327,39.999116],[117.594987,39.994531],[117.594987,39.994531],[117.614697,39.97252],[117.671363,39.973896],[117.691073,39.984902],[117.756363,39.965181],[117.781616,39.966558],[117.781616,39.966558],[117.795167,39.996823],[117.795167,39.996823],[117.793319,40.005534],[117.793319,40.005534],[117.768681,40.022034],[117.768681,40.022034],[117.744044,40.018368],[117.74774,40.047236],[117.776073,40.059605],[117.752667,40.081588],[117.71879,40.082045],[117.71879,40.082045],[117.675059,40.082045],[117.655965,40.109514],[117.655965,40.109514],[117.654117,40.114548],[117.654117,40.114548],[117.651653,40.122786],[117.651653,40.122786],[117.613465,40.158014],[117.613465,40.158014],[117.609769,40.160301],[117.609769,40.160301],[117.576508,40.178593],[117.571581,40.219276],[117.548791,40.232527],[117.505059,40.227044],[117.450241,40.252627],[117.415748,40.248973],[117.389879,40.227958],[117.383719,40.188195],[117.367089,40.172649],[117.367089,40.173106],[117.367089,40.173106],[117.367089,40.172649],[117.349227,40.136513],[117.307343,40.136971],[117.274082,40.105852],[117.254988,40.114548],[117.254988,40.114548],[117.254988,40.114548],[117.224191,40.094865],[117.224191,40.094865],[117.210024,40.082045],[117.192162,40.066475],[117.198322,39.992697],[117.150894,39.944996],[117.162597,39.876598],[117.162597,39.876598],[117.227887,39.852712],[117.247597,39.860981],[117.251908,39.834332],[117.192162,39.832953],[117.156438,39.817326],[117.15767,39.796638],[117.205713,39.763984],[117.161981,39.748801],[117.165061,39.718886],[117.165061,39.718886],[117.177996,39.645194],[117.152742,39.623532],[117.10901,39.625375],[117.10901,39.625375],[117.016004,39.653949],[116.983359,39.638742],[116.983359,39.638742],[116.964265,39.64335],[116.948866,39.680668],[116.948866,39.680668],[116.944555,39.695405],[116.944555,39.695405],[116.932236,39.706456],[116.932236,39.706456],[116.90575,39.688037],[116.906366,39.677444],[116.8497,39.66777],[116.812128,39.615695],[116.808432,39.576497],[116.78749,39.554352],[116.819519,39.528507],[116.820751,39.482332],[116.785026,39.465702],[116.832454,39.435664],[116.876185,39.43474],[116.839845,39.413474],[116.840461,39.378326],[116.818287,39.3737],[116.829374,39.338994],[116.870642,39.357506],[116.889736,39.338068],[116.87249,39.291304],[116.881729,39.225966],[116.881729,39.225966],[116.855859,39.215766],[116.870026,39.153607],[116.909446,39.150822],[116.912526,39.110898],[116.91191,39.111362],[116.91191,39.111362],[116.912526,39.110898],[116.871874,39.054688],[116.812744,39.05097],[116.812744,39.05097],[116.783179,39.05097],[116.783179,39.05097],[116.754229,39.034701],[116.754229,39.034701],[116.754845,39.003084],[116.72836,38.975174],[116.708034,38.931892],[116.722201,38.896968],[116.723432,38.852706],[116.75115,38.831264],[116.737599,38.784629],[116.746222,38.754299],[116.794265,38.744498],[116.794265,38.744498],[116.858939,38.741231],[116.877417,38.680522],[116.948866,38.689398],[116.950714,38.689398],[116.95133,38.689398],[116.950714,38.689398],[116.948866,38.689398],[116.95133,38.689398],[117.038793,38.688464],[117.068358,38.680522],[117.055424,38.639398],[117.070822,38.608072],[117.109626,38.584685],[117.150894,38.617892],[117.183539,38.61836],[117.183539,38.61836],[117.213104,38.639866],[117.213104,38.639866],[117.258684,38.608072],[117.258684,38.608072],[117.238358,38.580943],[117.25314,38.556143],[117.368937,38.564566],[117.432379,38.601524],[117.47919,38.616489],[117.55803,38.613683],[117.639334,38.626776],[117.65658,38.66043],[117.729261,38.680055],[117.740964,38.700141],[117.740964,38.753833],[117.671363,38.772032],[117.646725,38.788827],[117.64611,38.828933],[117.752051,38.847579],[117.778536,38.869016],[117.847522,38.855502],[117.875855,38.920252],[117.898029,38.948649],[117.855529,38.957492],[117.837667,39.057011],[117.871543,39.122506],[117.96455,39.172631],[117.977485,39.206028],[118.032919,39.219939],[118.034767,39.218548],[118.064948,39.231065],[118.064948,39.256094],[118.036615,39.264898],[118.024296,39.289451],[118.024296,39.289451],[117.982412,39.298714],[117.982412,39.298714],[117.979333,39.300566],[117.979333,39.300566],[117.973173,39.312143],[117.973173,39.312143],[117.965782,39.314921],[117.965782,39.314921],[117.919587,39.318162],[117.919587,39.318162],[117.88879,39.332051],[117.854913,39.328348],[117.854297,39.328348],[117.854913,39.328348],[117.854297,39.328348],[117.850601,39.363984],[117.850601,39.363984],[117.810565,39.354729],[117.805022,39.373237],[117.784696,39.376938],[117.74466,39.354729],[117.670747,39.357969],[117.669515,39.322792],[117.594987,39.349176],[117.536472,39.338068],[117.521074,39.357043],[117.570965,39.404689],[117.601146,39.419485],[117.614081,39.407001],[117.668899,39.412087],[117.673211,39.386652],[117.699696,39.407463],[117.765602,39.400527]]],[[[117.805022,39.373237],[117.852449,39.380639],[117.846906,39.407926],[117.765602,39.400527],[117.784696,39.376938],[117.805022,39.373237]]]]}},{"type":"Feature","properties":{"adcode":130000,"name":"河北省","center":[114.502461,38.045474],"childrenNum":11,"level":"province","parent":{"adcode":100000},"subFeatureIndex":2,"acroutes":[100000]},"geometry":{"type":"MultiPolygon","coordinates":[[[[117.467487,40.649738],[117.412669,40.605226],[117.429915,40.576141],[117.389879,40.561593],[117.348611,40.581141],[117.348611,40.581141],[117.269771,40.560684],[117.247597,40.539766],[117.262995,40.512927],[117.208793,40.501552],[117.263611,40.442367],[117.234046,40.417312],[117.226039,40.368997],[117.243285,40.369453],[117.271618,40.325211],[117.271618,40.325211],[117.295024,40.2782],[117.331365,40.289613],[117.351075,40.229786],[117.389879,40.227958],[117.415748,40.248973],[117.450241,40.252627],[117.505059,40.227044],[117.548791,40.232527],[117.571581,40.219276],[117.576508,40.178593],[117.609769,40.160301],[117.609769,40.160301],[117.613465,40.158014],[117.613465,40.158014],[117.651653,40.122786],[117.651653,40.122786],[117.654117,40.114548],[117.654117,40.114548],[117.655965,40.109514],[117.655965,40.109514],[117.675059,40.082045],[117.71879,40.082045],[117.71879,40.082045],[117.752667,40.081588],[117.776073,40.059605],[117.74774,40.047236],[117.744044,40.018368],[117.768681,40.022034],[117.768681,40.022034],[117.793319,40.005534],[117.793319,40.005534],[117.795167,39.996823],[117.795167,39.996823],[117.781616,39.966558],[117.781616,39.966558],[117.756363,39.965181],[117.691073,39.984902],[117.671363,39.973896],[117.614697,39.97252],[117.594987,39.994531],[117.594987,39.994531],[117.546327,39.999116],[117.534625,39.954631],[117.514914,39.946832],[117.513067,39.910576],[117.513067,39.910576],[117.512451,39.90874],[117.512451,39.90874],[117.508139,39.901854],[117.508139,39.901854],[117.529081,39.859144],[117.529081,39.859144],[117.561726,39.799856],[117.546327,39.775943],[117.56111,39.754782],[117.595603,39.74604],[117.57774,39.726711],[117.627015,39.703693],[117.668899,39.666849],[117.66274,39.636437],[117.637486,39.603246],[117.654117,39.575113],[117.684914,39.58895],[117.707088,39.576036],[117.715711,39.529892],[117.745276,39.547892],[117.753899,39.579726],[117.753899,39.579726],[117.766834,39.598635],[117.829659,39.589873],[117.868464,39.59679],[117.933753,39.574191],[117.904804,39.533585],[117.912195,39.517428],[117.912195,39.517428],[117.899877,39.474479],[117.870311,39.455074],[117.871543,39.411625],[117.846906,39.407926],[117.852449,39.380639],[117.805022,39.373237],[117.810565,39.354729],[117.850601,39.363984],[117.850601,39.363984],[117.854297,39.328348],[117.854913,39.328348],[117.854297,39.328348],[117.854913,39.328348],[117.88879,39.332051],[117.919587,39.318162],[117.919587,39.318162],[117.965782,39.314921],[117.965782,39.314921],[117.973173,39.312143],[117.973173,39.312143],[117.979333,39.300566],[117.979333,39.300566],[117.982412,39.298714],[117.982412,39.298714],[118.024296,39.289451],[118.024296,39.289451],[118.036615,39.264898],[118.064948,39.256094],[118.064948,39.231065],[118.034767,39.218548],[118.026144,39.201854],[118.070492,39.213911],[118.077883,39.201854],[118.12531,39.182838],[118.162883,39.136433],[118.1906,39.080708],[118.225092,39.034701],[118.319331,39.009594],[118.366143,39.016104],[118.377845,38.971917],[118.491178,38.909077],[118.539837,38.910008],[118.604511,38.971452],[118.570634,38.999363],[118.533062,39.090928],[118.588497,39.107648],[118.578642,39.130863],[118.637156,39.157319],[118.76096,39.133648],[118.814546,39.138754],[118.857662,39.162888],[118.897082,39.151286],[118.920488,39.171703],[118.951285,39.178662],[118.896466,39.139683],[118.890307,39.118792],[118.926031,39.123435],[118.97777,39.163352],[119.023966,39.187012],[119.038132,39.211593],[119.096031,39.24219],[119.121284,39.281576],[119.185342,39.342234],[119.272805,39.363521],[119.317153,39.4107],[119.316537,39.437051],[119.269726,39.498497],[119.366428,39.734996],[119.474217,39.813189],[119.536427,39.809052],[119.520413,39.840306],[119.540739,39.888079],[119.588166,39.910576],[119.620195,39.904609],[119.642369,39.925264],[119.681789,39.922511],[119.726137,39.940867],[119.787115,39.950502],[119.820375,39.979399],[119.842549,39.956007],[119.872114,39.960594],[119.854252,39.98857],[119.845629,40.000949],[119.845629,40.000949],[119.854252,40.033033],[119.81668,40.050443],[119.81668,40.050443],[119.787115,40.041739],[119.787115,40.041739],[119.783419,40.046778],[119.783419,40.046778],[119.772332,40.08113],[119.736608,40.104936],[119.760629,40.136056],[119.745847,40.207851],[119.716898,40.195966],[119.671934,40.23938],[119.639289,40.231613],[119.639289,40.231613],[119.651608,40.271808],[119.598021,40.334335],[119.586934,40.375381],[119.604797,40.455119],[119.553674,40.502007],[119.572152,40.523846],[119.559217,40.547952],[119.503783,40.553864],[119.477913,40.533399],[119.429254,40.540221],[119.30237,40.530215],[119.256175,40.543404],[119.22045,40.569322],[119.230921,40.603863],[119.177951,40.609315],[119.162552,40.600228],[119.14469,40.632482],[119.184726,40.680153],[119.165632,40.69286],[119.115125,40.666536],[119.054763,40.664721],[119.028277,40.692406],[119.011031,40.687414],[118.96114,40.72008],[118.950053,40.747743],[118.895234,40.75409],[118.907553,40.775394],[118.878604,40.783098],[118.845959,40.822057],[118.873061,40.847866],[118.90201,40.960946],[118.916792,40.969984],[118.977154,40.959138],[118.977154,40.959138],[119.00056,40.967273],[119.013495,41.007479],[118.951901,41.018317],[118.937118,41.052625],[118.964836,41.079246],[119.037516,41.067516],[119.080632,41.095936],[119.081248,41.131555],[119.126212,41.138767],[119.189038,41.198234],[119.169943,41.222996],[119.204436,41.222546],[119.209364,41.244599],[119.2494,41.279689],[119.239545,41.31431],[119.211827,41.308016],[119.197661,41.282837],[119.168712,41.294978],[119.092951,41.293629],[118.980234,41.305769],[118.949437,41.317906],[118.890923,41.300823],[118.844727,41.342622],[118.843496,41.374516],[118.770199,41.352956],[118.741866,41.324198],[118.677192,41.35026],[118.629765,41.346666],[118.528135,41.355202],[118.412338,41.331838],[118.380309,41.312062],[118.348896,41.342622],[118.361215,41.384844],[118.348896,41.428384],[118.327338,41.450816],[118.271904,41.471446],[118.315636,41.512688],[118.302701,41.55256],[118.215237,41.59554],[118.206614,41.650566],[118.159187,41.67605],[118.155491,41.712694],[118.132702,41.733241],[118.140093,41.784134],[118.178281,41.814917],[118.236179,41.80778],[118.247266,41.773869],[118.29223,41.772976],[118.335346,41.845241],[118.340273,41.87243],[118.268824,41.930336],[118.306396,41.940131],[118.313788,41.98819],[118.291614,42.007759],[118.239875,42.024655],[118.286686,42.033991],[118.296541,42.057545],[118.27252,42.083312],[118.239259,42.092639],[118.212774,42.081091],[118.220165,42.058434],[118.194296,42.031324],[118.116687,42.037102],[118.155491,42.081091],[118.097593,42.105072],[118.089586,42.12283],[118.106216,42.172082],[118.033535,42.199132],[117.977485,42.229716],[117.974405,42.25054],[118.047702,42.280656],[118.060021,42.298364],[118.008898,42.346595],[118.024296,42.385064],[117.997811,42.416884],[117.874007,42.510038],[117.856761,42.539148],[117.797631,42.585431],[117.801326,42.612744],[117.779768,42.61847],[117.708935,42.588515],[117.667051,42.582347],[117.60053,42.603054],[117.537088,42.603054],[117.530313,42.590278],[117.475494,42.602613],[117.435458,42.585431],[117.434226,42.557224],[117.387415,42.517537],[117.387415,42.517537],[117.410205,42.519743],[117.413284,42.471645],[117.390495,42.461933],[117.332596,42.46105],[117.332596,42.46105],[117.275314,42.481797],[117.275314,42.481797],[117.188467,42.468114],[117.188467,42.468114],[117.135496,42.468996],[117.09546,42.484004],[117.080061,42.463699],[117.080061,42.463699],[117.01662,42.456193],[117.01662,42.456193],[117.009228,42.44957],[117.009228,42.44957],[117.005533,42.43367],[117.005533,42.43367],[116.99075,42.425719],[116.99075,42.425719],[116.974736,42.426603],[116.974736,42.426603],[116.97104,42.427486],[116.97104,42.427486],[116.944555,42.415116],[116.944555,42.415116],[116.936547,42.410256],[116.936547,42.410256],[116.921765,42.403628],[116.921765,42.403628],[116.910062,42.395231],[116.910062,42.395231],[116.910678,42.394789],[116.910678,42.394789],[116.886656,42.366496],[116.897743,42.297479],[116.918685,42.229716],[116.903287,42.190708],[116.789338,42.200462],[116.825062,42.155669],[116.850316,42.156556],[116.890352,42.092639],[116.879881,42.018431],[116.796113,41.977958],[116.748686,41.984186],[116.727744,41.951259],[116.66923,41.947698],[116.639049,41.929891],[116.597165,41.935679],[116.553433,41.928555],[116.510933,41.974399],[116.4826,41.975734],[116.453651,41.945917],[116.393289,41.942802],[116.414231,41.982407],[116.373579,42.009983],[116.310137,41.997086],[116.298434,41.96817],[116.223906,41.932562],[116.212819,41.885352],[116.194341,41.861734],[116.122892,41.861734],[116.106877,41.831419],[116.129051,41.805996],[116.09887,41.776547],[116.034196,41.782795],[116.007095,41.79752],[116.007095,41.797966],[116.007095,41.79752],[116.007095,41.797966],[115.994776,41.828743],[115.954124,41.874213],[115.916552,41.945027],[115.85311,41.927665],[115.834632,41.93835],[115.811226,41.912525],[115.726227,41.870202],[115.688038,41.867528],[115.654162,41.829189],[115.57409,41.80555],[115.519887,41.76762],[115.488474,41.760924],[115.42996,41.728775],[115.346808,41.712247],[115.319091,41.691693],[115.360975,41.661297],[115.345576,41.635807],[115.377605,41.603148],[115.310468,41.592854],[115.290142,41.622835],[115.26612,41.616124],[115.256881,41.580768],[115.20391,41.571367],[115.195287,41.602253],[115.0992,41.62373],[115.056085,41.602253],[115.016049,41.615229],[114.860832,41.60091],[114.895325,41.636255],[114.902716,41.695715],[114.89594,41.76762],[114.868839,41.813579],[114.922426,41.825175],[114.939056,41.846132],[114.923658,41.871093],[114.915035,41.960605],[114.9021,42.015763],[114.860832,42.054879],[114.86268,42.097967],[114.825723,42.139695],[114.79431,42.149457],[114.789383,42.130819],[114.75489,42.115727],[114.675434,42.12061],[114.647717,42.109512],[114.560254,42.132595],[114.510978,42.110844],[114.502355,42.06732],[114.480181,42.064654],[114.467863,42.025989],[114.511594,41.981962],[114.478334,41.951704],[114.419203,41.942356],[114.352066,41.953484],[114.343443,41.926774],[114.282465,41.863517],[114.200545,41.789934],[114.215328,41.75646],[114.206704,41.7386],[114.237501,41.698843],[114.215328,41.68499],[114.259059,41.623282],[114.226414,41.616572],[114.221487,41.582111],[114.230726,41.513584],[114.101379,41.537779],[114.032394,41.529715],[113.976959,41.505966],[113.953553,41.483553],[113.933227,41.487139],[113.919677,41.454404],[113.877793,41.431076],[113.871017,41.413126],[113.94493,41.392477],[113.92522,41.325546],[113.899351,41.316108],[113.914749,41.294529],[113.95109,41.282837],[113.971416,41.239649],[113.992357,41.269794],[114.016379,41.231999],[113.996669,41.19238],[113.960945,41.171211],[113.920293,41.172112],[113.877793,41.115777],[113.819279,41.09774],[113.868554,41.06887],[113.973263,40.983087],[113.994821,40.938798],[114.057647,40.925234],[114.041633,40.917546],[114.055183,40.867782],[114.073661,40.857372],[114.044712,40.830661],[114.080437,40.790348],[114.104458,40.797597],[114.103227,40.770861],[114.134639,40.737314],[114.162357,40.71373],[114.183299,40.67153],[114.236269,40.607043],[114.283081,40.590685],[114.273842,40.552954],[114.293552,40.55159],[114.282465,40.494725],[114.267066,40.474242],[114.299711,40.44009],[114.286161,40.425057],[114.31203,40.372645],[114.381015,40.36307],[114.390254,40.351213],[114.438914,40.371733],[114.481413,40.34802],[114.530688,40.345283],[114.510978,40.302851],[114.46971,40.268155],[114.406269,40.246232],[114.362537,40.249886],[114.292936,40.230242],[114.255364,40.236182],[114.235654,40.198252],[114.180219,40.191395],[114.135871,40.175392],[114.097683,40.193681],[114.073046,40.168533],[114.073046,40.168533],[114.101995,40.099901],[114.086596,40.071513],[114.045944,40.056856],[114.018227,40.103563],[113.989278,40.11226],[113.959097,40.033491],[113.910438,40.015618],[114.029314,39.985819],[114.028082,39.959218],[114.047176,39.916085],[114.067502,39.922511],[114.17406,39.897722],[114.212248,39.918839],[114.229494,39.899558],[114.204241,39.885324],[114.215943,39.8619],[114.286776,39.871087],[114.285545,39.858225],[114.395182,39.867412],[114.406885,39.833413],[114.390254,39.819165],[114.41674,39.775943],[114.409964,39.761683],[114.408117,39.652106],[114.431522,39.613851],[114.49558,39.608318],[114.51529,39.564964],[114.568877,39.573729],[114.532536,39.486027],[114.501739,39.476789],[114.496812,39.438437],[114.469095,39.400989],[114.466631,39.329736],[114.430906,39.307513],[114.437066,39.259337],[114.416124,39.242654],[114.47587,39.21623],[114.443841,39.174023],[114.388406,39.176807],[114.360689,39.134112],[114.369928,39.107648],[114.345907,39.075133],[114.252284,39.073739],[114.180835,39.049111],[114.157429,39.061194],[114.10877,39.052364],[114.082901,39.09325],[114.082901,39.09325],[114.064422,39.094179],[114.050872,39.135969],[114.006524,39.122971],[113.994821,39.095572],[113.961561,39.100681],[113.930148,39.063517],[113.898119,39.067699],[113.80696,38.989595],[113.776779,38.986804],[113.76754,38.959819],[113.776163,38.885788],[113.795257,38.860628],[113.855619,38.828933],[113.836525,38.795824],[113.839605,38.7585],[113.802648,38.763166],[113.775547,38.709949],[113.720728,38.713218],[113.70225,38.651551],[113.612939,38.645942],[113.603084,38.587024],[113.561816,38.558483],[113.546417,38.492936],[113.583374,38.459671],[113.537794,38.417952],[113.525475,38.383245],[113.557504,38.343359],[113.54457,38.270569],[113.570439,38.237202],[113.598772,38.22733],[113.64312,38.232031],[113.678844,38.20523],[113.711489,38.213695],[113.720728,38.174656],[113.797105,38.162894],[113.831597,38.16854],[113.811271,38.117707],[113.876561,38.055059],[113.872249,37.990471],[113.901198,37.984811],[113.936307,37.922993],[113.959097,37.906468],[113.976959,37.816696],[114.006524,37.813386],[114.044712,37.761834],[113.996669,37.730128],[113.993589,37.706932],[114.068118,37.721608],[114.12848,37.698409],[114.139567,37.675676],[114.115545,37.619761],[114.118625,37.59084],[114.036705,37.494037],[114.014531,37.42468],[113.973879,37.40329],[113.962792,37.355734],[113.90243,37.310052],[113.886416,37.239095],[113.853155,37.215269],[113.832213,37.167594],[113.773083,37.151855],[113.773699,37.107004],[113.758301,37.075497],[113.788482,37.059739],[113.771851,37.016745],[113.791561,36.98759],[113.76138,36.956034],[113.792793,36.894796],[113.773083,36.85506],[113.731815,36.858891],[113.731815,36.878521],[113.696707,36.882351],[113.676381,36.855539],[113.680692,36.789907],[113.600004,36.752995],[113.549497,36.752515],[113.535946,36.732373],[113.499606,36.740527],[113.465113,36.707908],[113.506997,36.705029],[113.476816,36.655114],[113.486671,36.635427],[113.54457,36.62342],[113.539642,36.594116],[113.569823,36.585947],[113.588917,36.547974],[113.559968,36.528741],[113.554425,36.494589],[113.587069,36.460904],[113.635729,36.451277],[113.670221,36.425278],[113.708409,36.423352],[113.731199,36.363135],[113.755221,36.366026],[113.813119,36.332285],[113.856851,36.329392],[113.84946,36.347711],[113.882104,36.353977],[113.911054,36.314927],[113.962792,36.353977],[113.981887,36.31782],[114.002828,36.334214],[114.056415,36.329392],[114.04348,36.303353],[114.080437,36.269585],[114.129096,36.280199],[114.175907,36.264759],[114.170364,36.245938],[114.170364,36.245938],[114.203009,36.245456],[114.2104,36.272962],[114.241197,36.251247],[114.257827,36.263794],[114.299095,36.245938],[114.345291,36.255591],[114.356378,36.230492],[114.408117,36.224699],[114.417356,36.205868],[114.466015,36.197658],[114.480181,36.177855],[114.533152,36.171575],[114.586739,36.141133],[114.588587,36.118414],[114.640326,36.137266],[114.720398,36.140166],[114.734564,36.15563],[114.771521,36.124699],[114.857752,36.127599],[114.858368,36.144516],[114.912571,36.140649],[114.926737,36.089403],[114.914419,36.052155],[114.998186,36.069572],[115.04623,36.112613],[115.048693,36.161912],[115.06286,36.178338],[115.104744,36.172058],[115.12507,36.209731],[115.1842,36.193312],[115.201446,36.210214],[115.201446,36.210214],[115.202678,36.209248],[115.202678,36.209248],[115.202678,36.208765],[115.202678,36.208765],[115.242098,36.19138],[115.279055,36.13775],[115.30246,36.127599],[115.312931,36.088436],[115.365902,36.099074],[115.376989,36.128083],[115.450902,36.152248],[115.465068,36.170125],[115.483547,36.148865],[115.474923,36.248352],[115.466916,36.258969],[115.466916,36.258969],[115.462605,36.276339],[115.417025,36.292742],[115.423185,36.32216],[115.366518,36.30914],[115.368982,36.342409],[115.340033,36.398307],[115.297533,36.413239],[115.317243,36.454166],[115.291374,36.460423],[115.272895,36.497476],[115.33141,36.550378],[115.355431,36.627262],[115.365902,36.621979],[115.420105,36.686795],[115.451518,36.702151],[115.479851,36.760187],[115.524815,36.763543],[115.683727,36.808117],[115.71206,36.883308],[115.75764,36.902453],[115.79706,36.968945],[115.776734,36.992848],[115.85619,37.060694],[115.888219,37.112254],[115.879596,37.150901],[115.91224,37.177132],[115.909777,37.20669],[115.969523,37.239572],[115.975682,37.337179],[116.024341,37.360015],[116.085935,37.373809],[116.106261,37.368577],[116.169087,37.384271],[116.193109,37.365723],[116.236224,37.361442],[116.2855,37.404241],[116.226369,37.428007],[116.243,37.447965],[116.224522,37.479791],[116.240536,37.489764],[116.240536,37.489764],[116.27626,37.466967],[116.290427,37.484065],[116.278724,37.524895],[116.295355,37.554316],[116.336007,37.581355],[116.36742,37.566177],[116.379738,37.522047],[116.38097,37.522522],[116.379738,37.522047],[116.38097,37.522522],[116.433941,37.473142],[116.448108,37.503059],[116.4826,37.521573],[116.575607,37.610754],[116.604556,37.624975],[116.66307,37.686096],[116.679085,37.728708],[116.724664,37.744327],[116.753613,37.77035],[116.753613,37.793054],[116.804736,37.848837],[116.837997,37.835132],[116.919301,37.846002],[117.027091,37.832296],[117.074518,37.848837],[117.150278,37.839385],[117.185387,37.849783],[117.271618,37.839858],[117.320278,37.861596],[117.400966,37.844584],[117.438538,37.854035],[117.481038,37.914967],[117.513067,37.94329],[117.524154,37.989527],[117.557414,38.046105],[117.557414,38.046105],[117.586979,38.071551],[117.704624,38.076262],[117.746508,38.12524],[117.771145,38.134655],[117.766834,38.158658],[117.789007,38.180772],[117.808718,38.22827],[117.848754,38.255062],[117.895565,38.301572],[117.948536,38.346644],[117.957775,38.376208],[117.937449,38.387936],[117.84629,38.368232],[117.781,38.373862],[117.730493,38.424985],[117.72495,38.457328],[117.678754,38.477008],[117.644878,38.52759],[117.68553,38.539293],[117.638102,38.54491],[117.639334,38.626776],[117.55803,38.613683],[117.47919,38.616489],[117.432379,38.601524],[117.368937,38.564566],[117.25314,38.556143],[117.238358,38.580943],[117.258684,38.608072],[117.258684,38.608072],[117.213104,38.639866],[117.213104,38.639866],[117.183539,38.61836],[117.183539,38.61836],[117.150894,38.617892],[117.109626,38.584685],[117.070822,38.608072],[117.055424,38.639398],[117.068358,38.680522],[117.038793,38.688464],[116.95133,38.689398],[116.948866,38.689398],[116.950714,38.689398],[116.95133,38.689398],[116.950714,38.689398],[116.948866,38.689398],[116.877417,38.680522],[116.858939,38.741231],[116.794265,38.744498],[116.794265,38.744498],[116.746222,38.754299],[116.737599,38.784629],[116.75115,38.831264],[116.723432,38.852706],[116.722201,38.896968],[116.708034,38.931892],[116.72836,38.975174],[116.754845,39.003084],[116.754229,39.034701],[116.754229,39.034701],[116.783179,39.05097],[116.783179,39.05097],[116.812744,39.05097],[116.812744,39.05097],[116.871874,39.054688],[116.912526,39.110898],[116.91191,39.111362],[116.91191,39.111362],[116.912526,39.110898],[116.909446,39.150822],[116.870026,39.153607],[116.855859,39.215766],[116.881729,39.225966],[116.881729,39.225966],[116.87249,39.291304],[116.889736,39.338068],[116.870642,39.357506],[116.829374,39.338994],[116.818287,39.3737],[116.840461,39.378326],[116.839845,39.413474],[116.876185,39.43474],[116.832454,39.435664],[116.785026,39.465702],[116.820751,39.482332],[116.819519,39.528507],[116.78749,39.554352],[116.808432,39.576497],[116.812128,39.615695],[116.79057,39.595868],[116.748686,39.619844],[116.709266,39.618],[116.726512,39.595407],[116.726512,39.595407],[116.724048,39.59264],[116.723432,39.59264],[116.724048,39.59264],[116.723432,39.59264],[116.664918,39.605552],[116.620571,39.601863],[116.592237,39.621227],[116.592237,39.621227],[116.524484,39.596329],[116.50847,39.551122],[116.473361,39.552968],[116.478289,39.535431],[116.437637,39.526661],[116.443796,39.510041],[116.401912,39.528046],[116.411767,39.482794],[116.444412,39.482332],[116.454883,39.453226],[116.434557,39.442597],[116.361876,39.455074],[116.361876,39.455074],[116.337854,39.455536],[116.307057,39.488337],[116.257782,39.500344],[116.240536,39.564041],[116.198652,39.589412],[116.151841,39.583416],[116.130283,39.567732],[116.09887,39.575113],[116.036044,39.571884],[116.026189,39.587567],[115.995392,39.576958],[115.978146,39.595868],[115.957204,39.560812],[115.910393,39.600479],[115.910393,39.600479],[115.91532,39.582955],[115.91532,39.582955],[115.867893,39.546507],[115.867893,39.546507],[115.828473,39.541431],[115.821081,39.522968],[115.821081,39.522968],[115.806299,39.510041],[115.806299,39.510041],[115.752712,39.515581],[115.738545,39.539585],[115.738545,39.540046],[115.738545,39.539585],[115.738545,39.540046],[115.724995,39.5442],[115.724995,39.5442],[115.722531,39.543738],[115.721299,39.543738],[115.722531,39.543738],[115.722531,39.5442],[115.721299,39.543738],[115.722531,39.5442],[115.720683,39.551122],[115.720683,39.551122],[115.718835,39.553891],[115.718835,39.553891],[115.716988,39.56035],[115.716988,39.56035],[115.699125,39.570039],[115.699125,39.570039],[115.698509,39.577881],[115.698509,39.577881],[115.667712,39.615234],[115.633836,39.599557],[115.633836,39.599557],[115.587024,39.589873],[115.545756,39.618922],[115.518039,39.597252],[115.522351,39.640124],[115.478619,39.650723],[115.478619,39.650723],[115.491554,39.670074],[115.486626,39.741899],[115.439815,39.752022],[115.443511,39.785601],[115.483547,39.798477],[115.483547,39.798477],[115.50572,39.784222],[115.552532,39.794799],[115.567314,39.816407],[115.514344,39.837549],[115.526046,39.87568],[115.515575,39.892212],[115.515575,39.892212],[115.522967,39.899099],[115.481083,39.935819],[115.426264,39.950502],[115.428728,39.984443],[115.450286,39.992697],[115.454597,40.029825],[115.485394,40.040364],[115.527278,40.076092],[115.59072,40.096239],[115.599959,40.119583],[115.75456,40.145663],[115.75456,40.145663],[115.773654,40.176307],[115.806299,40.15344],[115.847567,40.147036],[115.855574,40.188652],[115.870356,40.185909],[115.89869,40.234354],[115.968907,40.264045],[115.95166,40.281852],[115.917784,40.354405],[115.864197,40.359422],[115.771806,40.443734],[115.781045,40.49336],[115.736082,40.503372],[115.755176,40.540221],[115.784741,40.55841],[115.819849,40.55932],[115.827857,40.587504],[115.885139,40.595229],[115.907929,40.617493],[115.971986,40.6025],[115.982457,40.578868],[116.005247,40.583868],[116.09887,40.630665],[116.133979,40.666536],[116.162928,40.662451],[116.171551,40.695582],[116.204812,40.740035],[116.22021,40.744115],[116.247311,40.791707],[116.273181,40.762703],[116.311369,40.754996],[116.316912,40.772221],[116.453651,40.765876],[116.46597,40.774487],[116.438253,40.81934],[116.334159,40.90443],[116.339702,40.929303],[116.370499,40.94377],[116.398216,40.90624],[116.477057,40.899907],[116.447492,40.953715],[116.455499,40.980828],[116.519557,40.98128],[116.519557,40.98128],[116.5676,40.992574],[116.598397,40.974503],[116.623034,41.021026],[116.615643,41.053076],[116.647672,41.059394],[116.688324,41.044501],[116.698795,41.021477],[116.677853,40.970888],[116.722201,40.927495],[116.713577,40.909858],[116.759773,40.889954],[116.81336,40.848319],[116.848468,40.839264],[116.924229,40.773581],[116.926692,40.745022],[116.964881,40.709647],[117.012308,40.693767],[117.11209,40.707379],[117.117018,40.70012],[117.208177,40.694675],[117.278394,40.664267],[117.319662,40.657911],[117.342451,40.673799],[117.408973,40.686961],[117.493973,40.675161],[117.514914,40.660181],[117.501364,40.636569],[117.467487,40.649738],[117.467487,40.649738]]],[[[117.210024,40.082045],[117.204481,40.069681],[117.159517,40.077008],[117.140423,40.064185],[117.105315,40.074261],[117.105315,40.074261],[117.051728,40.059605],[117.025243,40.030283],[116.945171,40.04128],[116.927924,40.055024],[116.867562,40.041739],[116.831222,40.051359],[116.820135,40.02845],[116.781331,40.034866],[116.757925,39.967934],[116.782563,39.947749],[116.78441,39.891294],[116.812128,39.889916],[116.865714,39.843982],[116.907598,39.832494],[116.918069,39.84628],[116.949482,39.778703],[116.902055,39.763523],[116.916837,39.731314],[116.887272,39.72533],[116.889736,39.687576],[116.90575,39.688037],[116.932236,39.706456],[116.932236,39.706456],[116.944555,39.695405],[116.944555,39.695405],[116.948866,39.680668],[116.948866,39.680668],[116.964265,39.64335],[116.983359,39.638742],[116.983359,39.638742],[117.016004,39.653949],[117.10901,39.625375],[117.10901,39.625375],[117.152742,39.623532],[117.177996,39.645194],[117.165061,39.718886],[117.165061,39.718886],[117.161981,39.748801],[117.205713,39.763984],[117.15767,39.796638],[117.156438,39.817326],[117.192162,39.832953],[117.251908,39.834332],[117.247597,39.860981],[117.227887,39.852712],[117.162597,39.876598],[117.162597,39.876598],[117.150894,39.944996],[117.198322,39.992697],[117.192162,40.066475],[117.210024,40.082045]]],[[[117.784696,39.376938],[117.765602,39.400527],[117.699696,39.407463],[117.673211,39.386652],[117.668899,39.412087],[117.614081,39.407001],[117.601146,39.419485],[117.570965,39.404689],[117.521074,39.357043],[117.536472,39.338068],[117.594987,39.349176],[117.669515,39.322792],[117.670747,39.357969],[117.74466,39.354729],[117.784696,39.376938]]],[[[118.869365,39.142932],[118.82009,39.108576],[118.857662,39.098824],[118.869365,39.142932]]]]}},{"type":"Feature","properties":{"adcode":140000,"name":"山西省","center":[112.549248,37.857014],"centroid":[112.304436,37.618179],"childrenNum":11,"level":"province","parent":{"adcode":100000},"subFeatureIndex":3,"acroutes":[100000]},"geometry":{"type":"MultiPolygon","coordinates":[[[[110.379257,34.600612],[110.424837,34.588295],[110.488279,34.610956],[110.533242,34.583368],[110.610851,34.607508],[110.710017,34.605045],[110.749437,34.65232],[110.791937,34.649858],[110.824582,34.615881],[110.883712,34.64395],[110.903422,34.669056],[110.920052,34.730068],[110.976103,34.706456],[111.035233,34.740887],[111.118385,34.756623],[111.148566,34.807742],[111.232949,34.789559],[111.255123,34.819535],[111.29208,34.806759],[111.345666,34.831816],[111.389398,34.815113],[111.439289,34.838202],[111.502731,34.829851],[111.543999,34.853428],[111.570484,34.843114],[111.592042,34.881416],[111.617911,34.894671],[111.646861,34.938836],[111.681969,34.9511],[111.664107,34.984449],[111.740483,35.00455],[111.807005,35.032977],[111.810084,35.062374],[111.933272,35.083435],[111.97762,35.067272],[112.018888,35.068742],[112.039214,35.045717],[112.062004,35.056005],[112.05646,35.098615],[112.066315,35.153437],[112.03983,35.194039],[112.078634,35.219467],[112.058924,35.280069],[112.13838,35.271275],[112.21722,35.253195],[112.242474,35.234622],[112.304684,35.251728],[112.288053,35.219956],[112.36751,35.219956],[112.390915,35.239021],[112.513487,35.218489],[112.637291,35.225822],[112.628052,35.263457],[112.720443,35.206265],[112.772798,35.207732],[112.822073,35.258082],[112.884283,35.243909],[112.934174,35.262968],[112.936022,35.284466],[112.992072,35.29619],[112.985913,35.33965],[112.996384,35.362104],[113.067217,35.353806],[113.126347,35.332327],[113.149137,35.350878],[113.165151,35.412845],[113.185477,35.409431],[113.189789,35.44893],[113.243375,35.449418],[113.304353,35.426989],[113.31236,35.481101],[113.348085,35.468429],[113.391817,35.506925],[113.439244,35.507412],[113.49899,35.532254],[113.513773,35.57364],[113.55812,35.621816],[113.547649,35.656835],[113.578446,35.633491],[113.625258,35.632518],[113.622794,35.674825],[113.592613,35.691838],[113.587685,35.736542],[113.604932,35.797727],[113.582758,35.818111],[113.660982,35.837035],[113.637576,35.870019],[113.654207,35.931586],[113.648663,35.994073],[113.678844,35.985841],[113.694859,36.026991],[113.660366,36.034735],[113.68562,36.056026],[113.671453,36.115514],[113.655439,36.125182],[113.712721,36.129533],[113.705946,36.148865],[113.651127,36.174473],[113.697939,36.181719],[113.681924,36.216491],[113.716417,36.262347],[113.712105,36.303353],[113.736127,36.324571],[113.731199,36.363135],[113.708409,36.423352],[113.670221,36.425278],[113.635729,36.451277],[113.587069,36.460904],[113.554425,36.494589],[113.559968,36.528741],[113.588917,36.547974],[113.569823,36.585947],[113.539642,36.594116],[113.54457,36.62342],[113.486671,36.635427],[113.476816,36.655114],[113.506997,36.705029],[113.465113,36.707908],[113.499606,36.740527],[113.535946,36.732373],[113.549497,36.752515],[113.600004,36.752995],[113.680692,36.789907],[113.676381,36.855539],[113.696707,36.882351],[113.731815,36.878521],[113.731815,36.858891],[113.773083,36.85506],[113.792793,36.894796],[113.76138,36.956034],[113.791561,36.98759],[113.771851,37.016745],[113.788482,37.059739],[113.758301,37.075497],[113.773699,37.107004],[113.773083,37.151855],[113.832213,37.167594],[113.853155,37.215269],[113.886416,37.239095],[113.90243,37.310052],[113.962792,37.355734],[113.973879,37.40329],[114.014531,37.42468],[114.036705,37.494037],[114.118625,37.59084],[114.115545,37.619761],[114.139567,37.675676],[114.12848,37.698409],[114.068118,37.721608],[113.993589,37.706932],[113.996669,37.730128],[114.044712,37.761834],[114.006524,37.813386],[113.976959,37.816696],[113.959097,37.906468],[113.936307,37.922993],[113.901198,37.984811],[113.872249,37.990471],[113.876561,38.055059],[113.811271,38.117707],[113.831597,38.16854],[113.797105,38.162894],[113.720728,38.174656],[113.711489,38.213695],[113.678844,38.20523],[113.64312,38.232031],[113.598772,38.22733],[113.570439,38.237202],[113.54457,38.270569],[113.557504,38.343359],[113.525475,38.383245],[113.537794,38.417952],[113.583374,38.459671],[113.546417,38.492936],[113.561816,38.558483],[113.603084,38.587024],[113.612939,38.645942],[113.70225,38.651551],[113.720728,38.713218],[113.775547,38.709949],[113.802648,38.763166],[113.839605,38.7585],[113.836525,38.795824],[113.855619,38.828933],[113.795257,38.860628],[113.776163,38.885788],[113.76754,38.959819],[113.776779,38.986804],[113.80696,38.989595],[113.898119,39.067699],[113.930148,39.063517],[113.961561,39.100681],[113.994821,39.095572],[114.006524,39.122971],[114.050872,39.135969],[114.064422,39.094179],[114.082901,39.09325],[114.082901,39.09325],[114.10877,39.052364],[114.157429,39.061194],[114.180835,39.049111],[114.252284,39.073739],[114.345907,39.075133],[114.369928,39.107648],[114.360689,39.134112],[114.388406,39.176807],[114.443841,39.174023],[114.47587,39.21623],[114.416124,39.242654],[114.437066,39.259337],[114.430906,39.307513],[114.466631,39.329736],[114.469095,39.400989],[114.496812,39.438437],[114.501739,39.476789],[114.532536,39.486027],[114.568877,39.573729],[114.51529,39.564964],[114.49558,39.608318],[114.431522,39.613851],[114.408117,39.652106],[114.409964,39.761683],[114.41674,39.775943],[114.390254,39.819165],[114.406885,39.833413],[114.395182,39.867412],[114.285545,39.858225],[114.286776,39.871087],[114.215943,39.8619],[114.204241,39.885324],[114.229494,39.899558],[114.212248,39.918839],[114.17406,39.897722],[114.067502,39.922511],[114.047176,39.916085],[114.028082,39.959218],[114.029314,39.985819],[113.910438,40.015618],[113.959097,40.033491],[113.989278,40.11226],[114.018227,40.103563],[114.045944,40.056856],[114.086596,40.071513],[114.101995,40.099901],[114.073046,40.168533],[114.073046,40.168533],[114.097683,40.193681],[114.135871,40.175392],[114.180219,40.191395],[114.235654,40.198252],[114.255364,40.236182],[114.292936,40.230242],[114.362537,40.249886],[114.406269,40.246232],[114.46971,40.268155],[114.510978,40.302851],[114.530688,40.345283],[114.481413,40.34802],[114.438914,40.371733],[114.390254,40.351213],[114.381015,40.36307],[114.31203,40.372645],[114.286161,40.425057],[114.299711,40.44009],[114.267066,40.474242],[114.282465,40.494725],[114.293552,40.55159],[114.273842,40.552954],[114.283081,40.590685],[114.236269,40.607043],[114.183299,40.67153],[114.162357,40.71373],[114.134639,40.737314],[114.084748,40.729605],[114.063806,40.706925],[114.07243,40.679246],[114.041633,40.608861],[114.076741,40.575686],[114.080437,40.547952],[114.061959,40.52885],[114.011452,40.515657],[113.948626,40.514747],[113.890112,40.466503],[113.850691,40.460583],[113.794641,40.517932],[113.763228,40.473787],[113.688699,40.448288],[113.559968,40.348476],[113.500222,40.334335],[113.387505,40.319279],[113.316672,40.319736],[113.27602,40.388601],[113.251382,40.413211],[113.083231,40.374925],[113.03334,40.368997],[112.898449,40.329317],[112.848558,40.206937],[112.744464,40.167161],[112.712436,40.178593],[112.6299,40.235725],[112.511639,40.269068],[112.456205,40.300112],[112.418017,40.295091],[112.349031,40.257194],[112.310227,40.256281],[112.299756,40.21105],[112.232619,40.169905],[112.232003,40.133311],[112.183344,40.083877],[112.182112,40.061437],[112.142076,40.027076],[112.133453,40.001866],[112.07617,39.919298],[112.042294,39.886243],[112.012729,39.827438],[111.970229,39.796638],[111.959758,39.692642],[111.925265,39.66731],[111.9382,39.623071],[111.87907,39.606013],[111.842729,39.620305],[111.783599,39.58895],[111.722621,39.606013],[111.659179,39.641507],[111.625303,39.633672],[111.525521,39.662242],[111.497187,39.661781],[111.445448,39.640124],[111.460847,39.606935],[111.441137,39.59679],[111.422043,39.539123],[111.431282,39.508656],[111.372152,39.479099],[111.358601,39.432428],[111.337043,39.420872],[111.171971,39.423183],[111.143022,39.407926],[111.125776,39.366297],[111.159037,39.362596],[111.155341,39.338531],[111.186138,39.35149],[111.179363,39.326959],[111.202152,39.305197],[111.247732,39.302419],[111.213239,39.257021],[111.219399,39.244044],[111.163348,39.152678],[111.173819,39.135041],[111.147334,39.100681],[111.138095,39.064447],[111.094363,39.030053],[111.038313,39.020289],[110.998276,38.998433],[110.980414,38.970056],[111.009979,38.932823],[111.016755,38.889981],[110.995813,38.868084],[111.009363,38.847579],[110.965016,38.755699],[110.915125,38.704345],[110.916357,38.673981],[110.880632,38.626776],[110.898494,38.587024],[110.920052,38.581878],[110.907733,38.521035],[110.870777,38.510265],[110.874473,38.453579],[110.840596,38.439986],[110.796864,38.453579],[110.77777,38.440924],[110.746973,38.366355],[110.701394,38.353215],[110.661358,38.308617],[110.601612,38.308147],[110.57759,38.297345],[110.565887,38.215105],[110.528315,38.211814],[110.509221,38.192061],[110.519692,38.130889],[110.501829,38.097929],[110.507989,38.013107],[110.528315,37.990471],[110.522771,37.955088],[110.59422,37.922049],[110.680452,37.790216],[110.735886,37.77035],[110.750669,37.736281],[110.716792,37.728708],[110.706321,37.705511],[110.775306,37.680886],[110.793169,37.650567],[110.763604,37.639668],[110.771611,37.594634],[110.795017,37.558586],[110.770995,37.538184],[110.759292,37.474567],[110.740198,37.44939],[110.644111,37.435135],[110.630561,37.372858],[110.641648,37.360015],[110.695234,37.34955],[110.678604,37.317668],[110.690307,37.287201],[110.661974,37.281963],[110.651503,37.256722],[110.590525,37.187145],[110.53509,37.138021],[110.535706,37.115118],[110.49567,37.086956],[110.460561,37.044932],[110.417446,37.027257],[110.426685,37.008621],[110.382953,37.022001],[110.381721,37.002408],[110.424221,36.963685],[110.408823,36.892403],[110.376178,36.882351],[110.424221,36.855539],[110.406975,36.824886],[110.423605,36.818179],[110.407591,36.776007],[110.447011,36.737649],[110.438388,36.685835],[110.402663,36.697352],[110.394656,36.676716],[110.426685,36.657514],[110.447627,36.621018],[110.496902,36.582102],[110.488895,36.556628],[110.503677,36.488335],[110.47288,36.453203],[110.489511,36.430094],[110.487047,36.393972],[110.459946,36.327946],[110.474112,36.306729],[110.474112,36.248352],[110.45625,36.22663],[110.447011,36.164328],[110.467953,36.074893],[110.491974,36.034735],[110.49259,35.994073],[110.516612,35.971796],[110.502445,35.947575],[110.516612,35.918501],[110.511684,35.879718],[110.549257,35.877778],[110.550489,35.838005],[110.571431,35.800639],[110.57759,35.701559],[110.609619,35.632031],[110.589293,35.602355],[110.567735,35.539559],[110.531394,35.511309],[110.477808,35.413821],[110.45009,35.327933],[110.374946,35.251728],[110.378642,35.210666],[110.364475,35.197952],[110.373714,35.134351],[110.320743,35.00504],[110.262229,34.944233],[110.230816,34.880925],[110.246831,34.789068],[110.243135,34.725641],[110.229584,34.692679],[110.269004,34.629671],[110.29549,34.610956],[110.379257,34.600612]]]]}},{"type":"Feature","properties":{"adcode":150000,"name":"内蒙古自治区","center":[111.670801,40.818311],"centroid":[114.077429,44.331087],"childrenNum":12,"level":"province","parent":{"adcode":100000},"subFeatureIndex":4,"acroutes":[100000]},"geometry":{"type":"Polygon","coordinates":[[[97.172903,42.795257],[97.371235,42.457076],[97.500582,42.243894],[97.653335,41.986856],[97.84674,41.656379],[97.613915,41.477276],[97.629314,41.440498],[97.903407,41.168057],[97.971776,41.09774],[98.142391,41.001607],[98.184891,40.988056],[98.25018,40.93925],[98.333332,40.918903],[98.344419,40.568413],[98.627751,40.677884],[98.569853,40.746836],[98.668403,40.773128],[98.689345,40.691952],[98.72199,40.657911],[98.762642,40.639748],[98.802678,40.607043],[98.80699,40.660181],[98.790975,40.705564],[98.984996,40.782644],[99.041662,40.693767],[99.102025,40.676522],[99.12543,40.715091],[99.172858,40.747289],[99.174705,40.858278],[99.565827,40.846961],[99.673,40.93292],[99.985897,40.909858],[100.057346,40.908049],[100.107853,40.875475],[100.224882,40.727337],[100.237201,40.716905],[100.242744,40.618855],[100.169447,40.541131],[100.169447,40.277743],[100.007455,40.20008],[99.955716,40.150695],[99.927383,40.063727],[99.841152,40.013326],[99.751225,40.006909],[99.714268,39.972061],[99.533182,39.891753],[99.491298,39.884406],[99.459885,39.898181],[99.440791,39.885783],[99.469124,39.875221],[99.672384,39.888079],[99.822058,39.860063],[99.904593,39.785601],[99.958796,39.769504],[100.040716,39.757083],[100.128179,39.702312],[100.250135,39.685274],[100.314193,39.606935],[100.301258,39.572345],[100.326512,39.509118],[100.44354,39.485565],[100.500823,39.481408],[100.498975,39.400527],[100.606764,39.387577],[100.707778,39.404689],[100.842053,39.405614],[100.842669,39.199999],[100.864227,39.106719],[100.829118,39.075133],[100.835278,39.025869],[100.875314,39.002619],[100.901799,39.030053],[100.961545,39.005874],[100.969553,38.946788],[101.117378,38.975174],[101.228863,39.020754],[101.198682,38.943064],[101.237486,38.907214],[101.24303,38.860628],[101.33542,38.847113],[101.34158,38.822406],[101.307087,38.80282],[101.331109,38.777164],[101.412413,38.764099],[101.562702,38.713218],[101.601506,38.65529],[101.672955,38.6908],[101.777049,38.66043],[101.873751,38.733761],[101.941505,38.808883],[102.075164,38.891378],[102.045599,38.904885],[101.955055,38.985874],[101.926106,39.000758],[101.833715,39.08907],[101.902701,39.111827],[102.012338,39.127149],[102.050526,39.141075],[102.276576,39.188868],[102.3548,39.231993],[102.45335,39.255167],[102.579002,39.183301],[102.616574,39.171703],[102.883892,39.120649],[103.007696,39.099753],[103.133347,39.192579],[103.188166,39.215302],[103.259615,39.263971],[103.344615,39.331588],[103.428998,39.353341],[103.595302,39.386652],[103.728961,39.430117],[103.85338,39.461543],[103.955626,39.456923],[104.089901,39.419947],[104.073271,39.351953],[104.047401,39.297788],[104.171205,39.160567],[104.207546,39.083495],[104.190915,39.042139],[104.196459,38.9882],[104.173053,38.94446],[104.044322,38.895105],[104.011677,38.85923],[103.85954,38.64454],[103.416063,38.404821],[103.465339,38.353215],[103.507838,38.280905],[103.53494,38.156776],[103.368636,38.08898],[103.362477,38.037621],[103.40744,37.860651],[103.627947,37.797783],[103.683381,37.777919],[103.841062,37.64725],[103.874938,37.604117],[103.935916,37.572818],[104.089285,37.465067],[104.183524,37.406618],[104.237727,37.411847],[104.287002,37.428007],[104.322726,37.44844],[104.407726,37.464592],[104.419429,37.511604],[104.433595,37.515402],[104.623305,37.522522],[104.805007,37.539133],[104.866601,37.566651],[105.027977,37.580881],[105.111128,37.633981],[105.187505,37.657674],[105.221998,37.677097],[105.315004,37.702197],[105.4037,37.710246],[105.467141,37.695094],[105.598952,37.699356],[105.616199,37.722555],[105.622358,37.777919],[105.677177,37.771769],[105.760944,37.799674],[105.80406,37.862068],[105.799749,37.939986],[105.840401,38.004147],[105.780655,38.084741],[105.76772,38.121474],[105.775111,38.186887],[105.802828,38.220277],[105.842248,38.240962],[105.86627,38.296406],[105.821307,38.366824],[105.835473,38.387467],[105.827466,38.432486],[105.850872,38.443736],[105.836705,38.476071],[105.863806,38.53508],[105.856415,38.569714],[105.874277,38.593105],[105.852719,38.641735],[105.894603,38.696405],[105.88598,38.716953],[105.908154,38.737496],[105.909386,38.791159],[105.992538,38.857366],[105.97098,38.909077],[106.021487,38.953769],[106.060907,38.96866],[106.087392,39.006339],[106.078153,39.026333],[106.096631,39.084889],[106.145907,39.153142],[106.170544,39.163352],[106.192718,39.142932],[106.251232,39.131327],[106.285109,39.146181],[106.29558,39.167992],[106.280181,39.262118],[106.402753,39.291767],[106.511774,39.272311],[106.525325,39.308439],[106.556122,39.322329],[106.602318,39.37555],[106.643586,39.357969],[106.683622,39.357506],[106.751375,39.381564],[106.781556,39.371849],[106.806809,39.318625],[106.806193,39.277407],[106.790795,39.241263],[106.795723,39.214375],[106.825288,39.19397],[106.859164,39.107648],[106.878874,39.091392],[106.933693,39.076527],[106.96757,39.054688],[106.971881,39.026333],[106.954019,38.941202],[106.837606,38.847579],[106.756302,38.748699],[106.709491,38.718821],[106.66268,38.601524],[106.647897,38.470917],[106.599854,38.389812],[106.482209,38.319417],[106.555506,38.263521],[106.627571,38.232501],[106.654672,38.22921],[106.737824,38.197706],[106.779092,38.171833],[106.858548,38.156306],[106.942316,38.132302],[107.010069,38.120532],[107.051337,38.122886],[107.071047,38.138892],[107.119091,38.134185],[107.138801,38.161011],[107.19054,38.153953],[107.240431,38.111586],[107.33159,38.086625],[107.3938,38.014993],[107.440611,37.995659],[107.411662,37.948009],[107.448618,37.933378],[107.49235,37.944706],[107.560719,37.893717],[107.65003,37.86443],[107.684523,37.888522],[107.732566,37.84931],[107.842819,37.828987],[107.884703,37.808186],[107.982022,37.787378],[107.993109,37.735335],[108.025753,37.696041],[108.012819,37.66857],[108.025137,37.649619],[108.055318,37.652462],[108.134159,37.622131],[108.193905,37.638246],[108.205608,37.655779],[108.24626,37.665728],[108.293071,37.656726],[108.301078,37.640616],[108.422418,37.648672],[108.485244,37.678044],[108.532671,37.690832],[108.628142,37.651988],[108.699591,37.669518],[108.720533,37.683728],[108.777815,37.683728],[108.791982,37.700303],[108.784591,37.764673],[108.799989,37.784068],[108.791982,37.872934],[108.798141,37.93385],[108.82709,37.989056],[108.797525,38.04799],[108.830786,38.049875],[108.883141,38.01405],[108.893612,37.978207],[108.93488,37.922521],[108.9743,37.931962],[108.982923,37.964053],[109.018648,37.971602],[109.037742,38.021593],[109.06977,38.023008],[109.050676,38.055059],[109.069155,38.091336],[108.964445,38.154894],[108.938575,38.207582],[108.976148,38.245192],[108.961981,38.26493],[109.007561,38.359316],[109.051292,38.385122],[109.054372,38.433892],[109.128901,38.480288],[109.175712,38.518694],[109.196654,38.552867],[109.276726,38.623035],[109.331545,38.597783],[109.367269,38.627711],[109.329081,38.66043],[109.338936,38.701542],[109.404226,38.720689],[109.444262,38.782763],[109.511399,38.833595],[109.549587,38.805618],[109.624116,38.85457],[109.672159,38.928167],[109.685094,38.968195],[109.665384,38.981687],[109.72513,39.018429],[109.762086,39.057476],[109.793499,39.074204],[109.851397,39.122971],[109.890818,39.103932],[109.92223,39.107183],[109.893897,39.141075],[109.961035,39.191651],[109.871723,39.243581],[109.90252,39.271848],[109.962267,39.212056],[110.041107,39.21623],[110.109476,39.249606],[110.217881,39.281113],[110.184005,39.355192],[110.161831,39.387115],[110.136577,39.39174],[110.12549,39.432891],[110.152592,39.45415],[110.243751,39.423645],[110.257917,39.407001],[110.385417,39.310291],[110.429764,39.341308],[110.434692,39.381101],[110.482735,39.360745],[110.524003,39.382952],[110.559728,39.351027],[110.566503,39.320014],[110.596684,39.282966],[110.626249,39.266751],[110.702626,39.273701],[110.731575,39.30705],[110.73835,39.348713],[110.782698,39.38804],[110.869545,39.494341],[110.891103,39.509118],[110.958856,39.519275],[111.017371,39.552045],[111.101138,39.559428],[111.136863,39.587106],[111.154725,39.569116],[111.148566,39.531277],[111.10545,39.497573],[111.10545,39.472631],[111.058639,39.447681],[111.064182,39.400989],[111.098059,39.401914],[111.087588,39.376013],[111.125776,39.366297],[111.143022,39.407926],[111.171971,39.423183],[111.337043,39.420872],[111.358601,39.432428],[111.372152,39.479099],[111.431282,39.508656],[111.422043,39.539123],[111.441137,39.59679],[111.460847,39.606935],[111.445448,39.640124],[111.497187,39.661781],[111.525521,39.662242],[111.625303,39.633672],[111.659179,39.641507],[111.722621,39.606013],[111.783599,39.58895],[111.842729,39.620305],[111.87907,39.606013],[111.9382,39.623071],[111.925265,39.66731],[111.959758,39.692642],[111.970229,39.796638],[112.012729,39.827438],[112.042294,39.886243],[112.07617,39.919298],[112.133453,40.001866],[112.142076,40.027076],[112.182112,40.061437],[112.183344,40.083877],[112.232003,40.133311],[112.232619,40.169905],[112.299756,40.21105],[112.310227,40.256281],[112.349031,40.257194],[112.418017,40.295091],[112.456205,40.300112],[112.511639,40.269068],[112.6299,40.235725],[112.712436,40.178593],[112.744464,40.167161],[112.848558,40.206937],[112.898449,40.329317],[113.03334,40.368997],[113.083231,40.374925],[113.251382,40.413211],[113.27602,40.388601],[113.316672,40.319736],[113.387505,40.319279],[113.500222,40.334335],[113.559968,40.348476],[113.688699,40.448288],[113.763228,40.473787],[113.794641,40.517932],[113.850691,40.460583],[113.890112,40.466503],[113.948626,40.514747],[114.011452,40.515657],[114.061959,40.52885],[114.080437,40.547952],[114.076741,40.575686],[114.041633,40.608861],[114.07243,40.679246],[114.063806,40.706925],[114.084748,40.729605],[114.134639,40.737314],[114.103227,40.770861],[114.104458,40.797597],[114.080437,40.790348],[114.044712,40.830661],[114.073661,40.857372],[114.055183,40.867782],[114.041633,40.917546],[114.057647,40.925234],[113.994821,40.938798],[113.973263,40.983087],[113.868554,41.06887],[113.819279,41.09774],[113.877793,41.115777],[113.920293,41.172112],[113.960945,41.171211],[113.996669,41.19238],[114.016379,41.231999],[113.992357,41.269794],[113.971416,41.239649],[113.95109,41.282837],[113.914749,41.294529],[113.899351,41.316108],[113.92522,41.325546],[113.94493,41.392477],[113.871017,41.413126],[113.877793,41.431076],[113.919677,41.454404],[113.933227,41.487139],[113.953553,41.483553],[113.976959,41.505966],[114.032394,41.529715],[114.101379,41.537779],[114.230726,41.513584],[114.221487,41.582111],[114.226414,41.616572],[114.259059,41.623282],[114.215328,41.68499],[114.237501,41.698843],[114.206704,41.7386],[114.215328,41.75646],[114.200545,41.789934],[114.282465,41.863517],[114.343443,41.926774],[114.352066,41.953484],[114.419203,41.942356],[114.478334,41.951704],[114.511594,41.981962],[114.467863,42.025989],[114.480181,42.064654],[114.502355,42.06732],[114.510978,42.110844],[114.560254,42.132595],[114.647717,42.109512],[114.675434,42.12061],[114.75489,42.115727],[114.789383,42.130819],[114.79431,42.149457],[114.825723,42.139695],[114.86268,42.097967],[114.860832,42.054879],[114.9021,42.015763],[114.915035,41.960605],[114.923658,41.871093],[114.939056,41.846132],[114.922426,41.825175],[114.868839,41.813579],[114.89594,41.76762],[114.902716,41.695715],[114.895325,41.636255],[114.860832,41.60091],[115.016049,41.615229],[115.056085,41.602253],[115.0992,41.62373],[115.195287,41.602253],[115.20391,41.571367],[115.256881,41.580768],[115.26612,41.616124],[115.290142,41.622835],[115.310468,41.592854],[115.377605,41.603148],[115.345576,41.635807],[115.360975,41.661297],[115.319091,41.691693],[115.346808,41.712247],[115.42996,41.728775],[115.488474,41.760924],[115.519887,41.76762],[115.57409,41.80555],[115.654162,41.829189],[115.688038,41.867528],[115.726227,41.870202],[115.811226,41.912525],[115.834632,41.93835],[115.85311,41.927665],[115.916552,41.945027],[115.954124,41.874213],[115.994776,41.828743],[116.007095,41.797966],[116.007095,41.79752],[116.034196,41.782795],[116.09887,41.776547],[116.129051,41.805996],[116.106877,41.831419],[116.122892,41.861734],[116.194341,41.861734],[116.212819,41.885352],[116.223906,41.932562],[116.298434,41.96817],[116.310137,41.997086],[116.373579,42.009983],[116.414231,41.982407],[116.393289,41.942802],[116.453651,41.945917],[116.4826,41.975734],[116.510933,41.974399],[116.553433,41.928555],[116.597165,41.935679],[116.639049,41.929891],[116.66923,41.947698],[116.727744,41.951259],[116.748686,41.984186],[116.796113,41.977958],[116.879881,42.018431],[116.890352,42.092639],[116.850316,42.156556],[116.825062,42.155669],[116.789338,42.200462],[116.903287,42.190708],[116.918685,42.229716],[116.897743,42.297479],[116.886656,42.366496],[116.910678,42.394789],[116.910062,42.395231],[116.921765,42.403628],[116.936547,42.410256],[116.944555,42.415116],[116.97104,42.427486],[116.974736,42.426603],[116.99075,42.425719],[117.005533,42.43367],[117.009228,42.44957],[117.01662,42.456193],[117.080061,42.463699],[117.09546,42.484004],[117.135496,42.468996],[117.188467,42.468114],[117.275314,42.481797],[117.332596,42.46105],[117.390495,42.461933],[117.413284,42.471645],[117.410205,42.519743],[117.387415,42.517537],[117.434226,42.557224],[117.435458,42.585431],[117.475494,42.602613],[117.530313,42.590278],[117.537088,42.603054],[117.60053,42.603054],[117.667051,42.582347],[117.708935,42.588515],[117.779768,42.61847],[117.801326,42.612744],[117.797631,42.585431],[117.856761,42.539148],[117.874007,42.510038],[117.997811,42.416884],[118.024296,42.385064],[118.008898,42.346595],[118.060021,42.298364],[118.047702,42.280656],[117.974405,42.25054],[117.977485,42.229716],[118.033535,42.199132],[118.106216,42.172082],[118.089586,42.12283],[118.097593,42.105072],[118.155491,42.081091],[118.116687,42.037102],[118.194296,42.031324],[118.220165,42.058434],[118.212774,42.081091],[118.239259,42.092639],[118.27252,42.083312],[118.296541,42.057545],[118.286686,42.033991],[118.239875,42.024655],[118.291614,42.007759],[118.313788,41.98819],[118.306396,41.940131],[118.268824,41.930336],[118.340273,41.87243],[118.335346,41.845241],[118.29223,41.772976],[118.247266,41.773869],[118.236179,41.80778],[118.178281,41.814917],[118.140093,41.784134],[118.132702,41.733241],[118.155491,41.712694],[118.159187,41.67605],[118.206614,41.650566],[118.215237,41.59554],[118.302701,41.55256],[118.315636,41.512688],[118.271904,41.471446],[118.327338,41.450816],[118.348896,41.428384],[118.361215,41.384844],[118.348896,41.342622],[118.380309,41.312062],[118.412338,41.331838],[118.528135,41.355202],[118.629765,41.346666],[118.677192,41.35026],[118.741866,41.324198],[118.770199,41.352956],[118.843496,41.374516],[118.844727,41.342622],[118.890923,41.300823],[118.949437,41.317906],[118.980234,41.305769],[119.092951,41.293629],[119.168712,41.294978],[119.197661,41.282837],[119.211827,41.308016],[119.239545,41.31431],[119.296211,41.325097],[119.330704,41.385293],[119.309762,41.405944],[119.376283,41.422102],[119.378131,41.459787],[119.401537,41.472343],[119.406464,41.503276],[119.361501,41.545841],[119.362116,41.566442],[119.420015,41.567785],[119.415703,41.590169],[119.342406,41.617914],[119.307914,41.657273],[119.299907,41.705545],[119.319001,41.727435],[119.317769,41.764049],[119.292515,41.790827],[119.312841,41.80555],[119.334399,41.871539],[119.323312,41.889807],[119.340559,41.926774],[119.323928,41.937014],[119.324544,41.969505],[119.375667,42.023322],[119.384906,42.08953],[119.352261,42.118391],[119.314689,42.119723],[119.30853,42.147239],[119.286972,42.154781],[119.277733,42.185387],[119.237697,42.200905],[119.274037,42.239021],[119.280197,42.260728],[119.34795,42.300578],[119.432949,42.317396],[119.482841,42.347037],[119.502551,42.388159],[119.540123,42.363401],[119.572152,42.359421],[119.571536,42.335536],[119.539507,42.297922],[119.557985,42.289068],[119.609108,42.276671],[119.617115,42.252755],[119.679941,42.240793],[119.744615,42.211545],[119.841933,42.215534],[119.854868,42.170308],[119.837622,42.135257],[119.845629,42.097079],[119.87581,42.077982],[119.897368,42.030879],[119.921389,42.014429],[119.924469,41.98908],[119.950954,41.974399],[119.954034,41.923212],[119.989759,41.899163],[120.023019,41.816701],[120.041498,41.818932],[120.050737,41.776101],[120.024867,41.737707],[120.035954,41.708226],[120.096316,41.697056],[120.1382,41.729221],[120.127113,41.77253],[120.183164,41.826513],[120.188707,41.848361],[120.215808,41.853265],[120.251533,41.884016],[120.286641,41.880005],[120.290337,41.897381],[120.260156,41.904062],[120.271859,41.925439],[120.318054,41.93746],[120.309431,41.951704],[120.373489,41.994862],[120.399358,41.984631],[120.456641,42.016208],[120.450481,42.057101],[120.493597,42.073539],[120.466496,42.105516],[120.56751,42.152119],[120.58414,42.167203],[120.624792,42.154338],[120.72211,42.203565],[120.745516,42.223512],[120.79048,42.218636],[120.820661,42.227943],[120.8299,42.252755],[120.883487,42.242565],[120.883487,42.269585],[120.933994,42.27977],[120.992508,42.264714],[121.028848,42.242565],[121.070732,42.254083],[121.087978,42.278885],[121.120623,42.280656],[121.133558,42.300135],[121.184681,42.333324],[121.218558,42.371802],[121.285079,42.387717],[121.314644,42.42837],[121.304789,42.435879],[121.386093,42.474294],[121.434752,42.475176],[121.4791,42.49636],[121.506201,42.482239],[121.570875,42.487093],[121.607831,42.516214],[121.604136,42.495037],[121.66573,42.437204],[121.69899,42.438529],[121.747649,42.484887],[121.803084,42.514891],[121.817867,42.504303],[121.831417,42.533856],[121.844352,42.522389],[121.889931,42.556784],[121.921344,42.605697],[121.915801,42.656332],[121.94167,42.666014],[121.939207,42.688453],[122.018663,42.69901],[122.062394,42.723635],[122.072865,42.710444],[122.160945,42.684934],[122.204676,42.685374],[122.204676,42.732867],[122.261343,42.695931],[122.324785,42.684934],[122.338951,42.669975],[122.396234,42.684054],[122.396234,42.707366],[122.460907,42.755282],[122.439349,42.770221],[122.371596,42.776371],[122.35127,42.830378],[122.436886,42.843105],[122.556378,42.827745],[122.576088,42.819405],[122.580399,42.789987],[122.624747,42.773296],[122.653696,42.78252],[122.733152,42.786034],[122.73808,42.77066],[122.786123,42.757479],[122.848949,42.712203],[122.883442,42.751766],[122.887137,42.770221],[122.925941,42.772417],[122.945651,42.753524],[122.980144,42.777689],[123.058368,42.768903],[123.118114,42.801405],[123.227752,42.831695],[123.169853,42.859777],[123.188947,42.895739],[123.18402,42.925983],[123.259165,42.993431],[123.323222,43.000872],[123.434707,43.027565],[123.474743,43.042438],[123.536337,43.007],[123.572678,43.003498],[123.580685,43.036314],[123.631192,43.088346],[123.636119,43.141644],[123.666916,43.179623],[123.645974,43.208855],[123.676771,43.223684],[123.664453,43.264663],[123.698329,43.272071],[123.703873,43.37047],[123.608402,43.366119],[123.54496,43.415262],[123.519707,43.402219],[123.486446,43.44525],[123.442098,43.437863],[123.419925,43.410046],[123.382968,43.469143],[123.36449,43.483475],[123.315831,43.492159],[123.329998,43.519071],[123.304744,43.550742],[123.360179,43.567223],[123.452569,43.545971],[123.461193,43.568523],[123.434091,43.575461],[123.421157,43.598435],[123.5117,43.592801],[123.510468,43.624867],[123.536953,43.633964],[123.518475,43.682024],[123.520323,43.708419],[123.48275,43.737396],[123.498149,43.771114],[123.461809,43.822518],[123.467968,43.853599],[123.397135,43.954929],[123.37065,43.970006],[123.400831,43.979481],[123.365722,44.013922],[123.331229,44.028984],[123.32815,44.084035],[123.350939,44.092633],[123.362642,44.133452],[123.386664,44.161794],[123.323838,44.179823],[123.286882,44.211574],[123.277027,44.25274],[123.196955,44.34483],[123.128585,44.367081],[123.114419,44.40258],[123.142136,44.428228],[123.125506,44.455147],[123.137209,44.486322],[123.12489,44.5098],[123.06576,44.505959],[123.025108,44.493153],[122.85634,44.398304],[122.76087,44.369648],[122.702971,44.319145],[122.675254,44.285738],[122.641993,44.283595],[122.515726,44.251025],[122.483081,44.236877],[122.319241,44.233018],[122.271198,44.255741],[122.291524,44.310152],[122.294604,44.41113],[122.28598,44.477783],[122.228082,44.480345],[122.224386,44.526016],[122.196053,44.559712],[122.13138,44.577619],[122.113517,44.615546],[122.103046,44.67388],[122.117213,44.701961],[122.161561,44.728328],[122.152322,44.744057],[122.10243,44.736406],[122.110438,44.767856],[122.142467,44.753833],[122.168952,44.770405],[122.099967,44.7823],[122.098119,44.81882],[122.04946,44.912985],[122.079025,44.914256],[122.087032,44.95281],[122.074713,45.006573],[122.098735,45.02138],[122.119677,45.068739],[122.109822,45.142236],[122.143082,45.183167],[122.192358,45.180636],[122.22993,45.206784],[122.239169,45.276313],[122.147394,45.295682],[122.146778,45.374352],[122.180039,45.409655],[122.168336,45.439897],[122.064242,45.472641],[122.002648,45.507882],[121.993409,45.552741],[121.966308,45.596308],[121.995873,45.59882],[122.003264,45.623102],[121.970004,45.692956],[121.934279,45.71051],[121.867142,45.719703],[121.812323,45.704659],[121.811091,45.687103],[121.713773,45.701734],[121.666345,45.727641],[121.644172,45.752284],[121.657106,45.770238],[121.697142,45.76314],[121.754425,45.794862],[121.766744,45.830318],[121.769823,45.84366],[121.817251,45.875336],[121.805548,45.900746],[121.821562,45.918235],[121.809243,45.961102],[121.761816,45.998947],[121.819098,46.023054],[121.843736,46.024301],[121.864062,46.002272],[121.923808,46.004767],[121.92812,45.988552],[122.040221,45.959022],[122.085184,45.912406],[122.091344,45.882002],[122.200981,45.857],[122.236705,45.831569],[122.253952,45.7982],[122.301379,45.813218],[122.337719,45.859917],[122.372828,45.856166],[122.362357,45.917403],[122.446125,45.916986],[122.496016,45.85825],[122.504639,45.786933],[122.522501,45.786933],[122.556378,45.82156],[122.603189,45.778169],[122.640761,45.771072],[122.650001,45.731401],[122.671558,45.70048],[122.741775,45.705077],[122.751015,45.735996],[122.792283,45.766063],[122.752246,45.834905],[122.772572,45.856583],[122.80029,45.856583],[122.828623,45.912406],[122.792898,46.073313],[123.04605,46.099878],[123.070071,46.123527],[123.112571,46.130163],[123.102716,46.172037],[123.127354,46.174523],[123.128585,46.210565],[123.178476,46.248239],[123.142136,46.298293],[123.089781,46.347888],[123.011557,46.434984],[123.010325,46.524823],[123.002318,46.574624],[123.052825,46.579972],[123.04605,46.617803],[123.077462,46.622324],[123.098404,46.603002],[123.18094,46.614103],[123.228368,46.588198],[123.279491,46.616981],[123.276411,46.660947],[123.318295,46.662179],[123.366338,46.677784],[123.474743,46.686817],[123.603475,46.68928],[123.631808,46.728675],[123.629344,46.813524],[123.580069,46.827447],[123.625648,46.847508],[123.599163,46.868378],[123.605322,46.891286],[123.576989,46.891286],[123.575757,46.845461],[123.562823,46.82581],[123.506772,46.827038],[123.483366,46.84587],[123.52833,46.944836],[123.487678,46.959951],[123.42362,46.934212],[123.337389,46.988943],[123.301664,46.999965],[123.304128,46.964852],[123.360179,46.970978],[123.404526,46.935438],[123.40699,46.906416],[123.374345,46.837683],[123.341084,46.826628],[123.295505,46.865105],[123.221592,46.850373],[123.22344,46.821305],[123.198802,46.803283],[123.163694,46.74016],[123.103332,46.734828],[123.076846,46.745082],[123.026339,46.718829],[123.00355,46.730726],[122.996774,46.761483],[122.906847,46.80738],[122.893913,46.895376],[122.895144,46.960359],[122.83971,46.937072],[122.791051,46.941567],[122.798442,46.9575],[122.77442,46.973837],[122.778116,47.002822],[122.845869,47.046881],[122.852645,47.072158],[122.821232,47.065636],[122.710363,47.093349],[122.679566,47.094164],[122.615508,47.124306],[122.582863,47.158092],[122.531124,47.198771],[122.498479,47.255262],[122.462755,47.27841],[122.441197,47.310476],[122.418407,47.350632],[122.507103,47.401291],[122.543443,47.495589],[122.59395,47.54732],[122.765181,47.614333],[122.848949,47.67441],[122.926557,47.697777],[123.041122,47.746492],[123.161846,47.781892],[123.214201,47.824502],[123.256085,47.876711],[123.300432,47.953723],[123.537569,48.021816],[123.579453,48.045427],[123.705105,48.152142],[123.746373,48.197638],[123.862785,48.271782],[124.019234,48.39313],[124.07898,48.43603],[124.136878,48.463023],[124.25945,48.536385],[124.314269,48.503881],[124.302566,48.456673],[124.330283,48.435633],[124.309957,48.413393],[124.331515,48.380015],[124.317964,48.35099],[124.353689,48.315978],[124.365392,48.283731],[124.422058,48.245884],[124.412819,48.219175],[124.418978,48.181679],[124.475029,48.173698],[124.471333,48.133373],[124.430065,48.12099],[124.415899,48.08782],[124.46579,48.098213],[124.478108,48.123387],[124.505826,48.124985],[124.529847,48.146951],[124.512601,48.164518],[124.547094,48.200829],[124.579122,48.262221],[124.558796,48.268197],[124.579738,48.297269],[124.540934,48.335476],[124.547094,48.35775],[124.51876,48.378027],[124.52492,48.426897],[124.507674,48.445558],[124.555717,48.467784],[124.533543,48.515379],[124.548941,48.535593],[124.520608,48.556195],[124.579122,48.596582],[124.601912,48.632587],[124.624702,48.701755],[124.612383,48.747945],[124.656115,48.783842],[124.644412,48.80789],[124.654267,48.83429],[124.697383,48.841775],[124.715861,48.885475],[124.709086,48.920487],[124.744194,48.920487],[124.756513,48.967262],[124.808252,49.020666],[124.828578,49.077933],[124.809484,49.115943],[124.847672,49.129651],[124.860607,49.166448],[124.906802,49.184054],[124.983179,49.162535],[125.039845,49.17623],[125.034302,49.157056],[125.117453,49.126127],[125.158721,49.144921],[125.187671,49.186792],[125.219699,49.189139],[125.227707,49.248947],[125.214772,49.277066],[125.261583,49.322336],[125.256656,49.359769],[125.277598,49.379644],[125.25604,49.395227],[125.256656,49.437275],[125.270822,49.454395],[125.228323,49.487063],[125.211076,49.539908],[125.233866,49.536801],[125.23017,49.595411],[125.205533,49.593859],[125.16796,49.629923],[125.15441,49.616741],[125.127308,49.655113],[125.132236,49.672157],[125.164881,49.669446],[125.189518,49.652401],[125.185207,49.634574],[125.219699,49.669058],[125.225243,49.726349],[125.204301,49.734086],[125.221547,49.754969],[125.222779,49.799026],[125.177815,49.829533],[125.239409,49.844587],[125.225243,49.867351],[125.245569,49.87198],[125.212924,49.907452],[125.225859,49.922481],[125.199373,49.935194],[125.190134,49.959841],[125.231402,49.957531],[125.241873,49.987938],[125.278214,49.996402],[125.297924,50.014481],[125.283757,50.036012],[125.25296,50.041393],[125.289916,50.057917],[125.315786,50.04562],[125.328105,50.065985],[125.283757,50.070211],[125.287453,50.093636],[125.258504,50.103618],[125.27883,50.127411],[125.311474,50.140453],[125.376148,50.137385],[125.335496,50.161161],[125.382923,50.172278],[125.39093,50.199868],[125.417416,50.195654],[125.448829,50.216338],[125.442053,50.260357],[125.466075,50.266861],[125.463611,50.295925],[125.530749,50.331085],[125.520278,50.3498],[125.546763,50.358965],[125.522126,50.404759],[125.536292,50.420014],[125.567089,50.402852],[125.583104,50.409717],[125.562162,50.438314],[125.580024,50.449366],[125.627451,50.443268],[125.654553,50.471082],[125.699516,50.487078],[125.740784,50.523237],[125.754335,50.506874],[125.770349,50.531227],[125.794987,50.532748],[125.829479,50.56165],[125.807921,50.60383],[125.814697,50.62092],[125.793139,50.643316],[125.804226,50.658874],[125.789443,50.679735],[125.825784,50.70362],[125.78082,50.725598],[125.795603,50.738856],[125.758646,50.746809],[125.804226,50.773309],[125.828863,50.756654],[125.846726,50.769524],[125.836255,50.793363],[125.890457,50.805845],[125.878138,50.816812],[125.913247,50.825885],[125.939732,50.85423],[125.961906,50.901054],[125.997631,50.872738],[125.996399,50.906715],[126.02042,50.927466],[126.042594,50.92558],[126.068464,50.967434],[126.041978,50.981753],[126.033971,51.011132],[126.059225,51.043503],[125.976073,51.084498],[125.993935,51.119072],[125.970529,51.123955],[125.946508,51.108176],[125.909551,51.138977],[125.864588,51.146487],[125.850421,51.21364],[125.819008,51.227134],[125.761726,51.226385],[125.76111,51.261976],[125.740784,51.27583],[125.700132,51.327465],[125.626219,51.380163],[125.623756,51.387633],[125.62314,51.398089],[125.600966,51.410409],[125.60035,51.413396],[125.595422,51.416755],[125.559082,51.461521],[125.528285,51.488359],[125.424807,51.562827],[125.38046,51.585516],[125.35151,51.623801],[125.316402,51.610052],[125.289301,51.633831],[125.228938,51.640517],[125.214772,51.627888],[125.175968,51.639403],[125.130388,51.635317],[125.12854,51.659083],[125.098975,51.658341],[125.060171,51.59667],[125.073106,51.553526],[125.047236,51.529704],[125.004737,51.529332],[124.983795,51.508478],[124.928976,51.498419],[124.917889,51.474196],[124.942527,51.447349],[124.885244,51.40817],[124.864302,51.37979],[124.783614,51.392115],[124.76452,51.38726],[124.752817,51.35812],[124.693687,51.3327],[124.62655,51.327465],[124.58713,51.363725],[124.555717,51.375307],[124.490427,51.380537],[124.478108,51.36223],[124.443616,51.35812],[124.426985,51.331953],[124.430065,51.301281],[124.406659,51.272086],[124.339522,51.293422],[124.297638,51.298661],[124.271769,51.308389],[124.239124,51.344664],[124.192313,51.33943],[124.128255,51.347281],[124.090067,51.3413],[124.071588,51.320734],[123.994596,51.322604],[123.939777,51.313253],[123.926227,51.300532],[123.887423,51.320734],[123.842459,51.367462],[123.794416,51.361109],[123.711264,51.398089],[123.660141,51.342795],[123.661989,51.319237],[123.582533,51.306893],[123.582533,51.294545],[123.46304,51.286686],[123.440251,51.270963],[123.414381,51.278825],[123.376809,51.266844],[123.339853,51.27246],[123.294273,51.254111],[123.231447,51.268716],[123.231447,51.279199],[123.127969,51.297913],[123.069455,51.321108],[123.002934,51.31213],[122.965977,51.345786],[122.965977,51.386886],[122.946267,51.405183],[122.903768,51.415262],[122.900072,51.445112],[122.871123,51.455181],[122.854492,51.477551],[122.880362,51.511085],[122.858804,51.524864],[122.880362,51.537894],[122.874202,51.561339],[122.832935,51.581797],[122.85634,51.606707],[122.820616,51.633088],[122.816304,51.655371],[122.778732,51.698048],[122.749167,51.746613],[122.771957,51.779579],[122.732536,51.832495],[122.725761,51.87833],[122.706051,51.890151],[122.729457,51.919321],[122.726377,51.978709],[122.683877,51.974654],[122.664783,51.99861],[122.650616,52.058997],[122.625363,52.067459],[122.643841,52.111585],[122.629059,52.13657],[122.690653,52.140243],[122.73808,52.153464],[122.769493,52.179893],[122.766413,52.232705],[122.787355,52.252494],[122.76087,52.26678],[122.710979,52.256157],[122.67895,52.276667],[122.585943,52.266413],[122.560689,52.282526],[122.478153,52.29607],[122.484313,52.341432],[122.447356,52.394052],[122.419023,52.375057],[122.378987,52.395512],[122.367284,52.413768],[122.342031,52.414133],[122.326016,52.459374],[122.310618,52.475416],[122.207756,52.469218],[122.178191,52.48963],[122.168952,52.513674],[122.140003,52.510032],[122.142467,52.495096],[122.107358,52.452445],[122.080873,52.440407],[122.091344,52.427272],[122.040837,52.413038],[122.035909,52.377615],[121.976779,52.343626],[121.94783,52.298266],[121.901018,52.280695],[121.841272,52.282526],[121.769207,52.308147],[121.714389,52.318025],[121.715621,52.342894],[121.658338,52.3904],[121.678664,52.419973],[121.63986,52.44442],[121.590585,52.443326],[121.565331,52.460468],[121.519136,52.456821],[121.495114,52.484892],[121.474172,52.482706],[121.416274,52.499468],[121.411963,52.52205],[121.353448,52.534793],[121.323883,52.573727],[121.280151,52.586819],[121.225333,52.577364],[121.182217,52.59918],[121.237036,52.619167],[121.29247,52.651855],[121.309717,52.676173],[121.373158,52.683067],[121.455078,52.73528],[121.476636,52.772225],[121.511129,52.779104],[121.537614,52.801542],[121.591201,52.824693],[121.620766,52.853251],[121.604136,52.872401],[121.610295,52.892264],[121.66265,52.912478],[121.677432,52.948192],[121.715621,52.997926],[121.785838,53.018451],[121.817867,53.061631],[121.775367,53.089674],[121.784606,53.104408],[121.753193,53.147501],[121.722396,53.145706],[121.665114,53.170467],[121.660186,53.195213],[121.67928,53.199515],[121.679896,53.240722],[121.642324,53.262564],[121.615222,53.258984],[121.575802,53.29155],[121.504969,53.323018],[121.499426,53.337314],[121.416274,53.319443],[121.336818,53.325877],[121.308485,53.301565],[121.227797,53.280459],[121.155732,53.285468],[121.129246,53.277238],[121.098449,53.306929],[121.055334,53.29155],[120.950624,53.29763],[120.936457,53.28833],[120.882871,53.294411],[120.867472,53.278669],[120.820661,53.269007],[120.838523,53.239648],[120.821893,53.241797],[120.736277,53.204892],[120.690698,53.174771],[120.687002,53.142476],[120.659901,53.137091],[120.643886,53.106923],[120.562582,53.082845],[120.529321,53.045803],[120.452945,53.01017],[120.411061,52.957927],[120.363018,52.94134],[120.350699,52.906343],[120.295265,52.891542],[120.297112,52.869872],[120.222584,52.84277],[120.181316,52.806969],[120.14128,52.813119],[120.101244,52.788877],[120.031642,52.773674],[120.071063,52.70628],[120.035338,52.646409],[120.049505,52.598453],[120.07599,52.586092],[120.125265,52.586819],[120.194866,52.578819],[120.289721,52.623527],[120.396895,52.616261],[120.462184,52.64532],[120.483742,52.630066],[120.56135,52.595544],[120.605082,52.589364],[120.62664,52.570818],[120.658669,52.56718],[120.690698,52.547532],[120.734429,52.536977],[120.687002,52.511489],[120.706712,52.492909],[120.68269,52.464479],[120.688234,52.427637],[120.64943,52.3904],[120.653741,52.371038],[120.62356,52.361172],[120.627256,52.323878],[120.653741,52.302658],[120.695625,52.290214],[120.715951,52.261286],[120.755371,52.258355],[120.745516,52.20594],[120.786784,52.15787],[120.760299,52.136937],[120.76769,52.10938],[120.753523,52.085483],[120.717183,52.072978],[120.690698,52.047221],[120.691929,52.026973],[120.717799,52.015556],[120.704864,51.983501],[120.66298,51.958061],[120.656821,51.926333],[120.548416,51.907877],[120.549032,51.882394],[120.481278,51.885719],[120.480046,51.855049],[120.40059,51.833605],[120.40675,51.81659],[120.363634,51.789945],[120.317438,51.785873],[120.294649,51.752171],[120.226279,51.717703],[120.172693,51.679868],[120.087077,51.678013],[120.100628,51.649058],[120.05936,51.634203],[120.035954,51.583657],[120.052584,51.560967],[120.017476,51.52114],[119.985447,51.505125],[119.982367,51.482396],[120.002693,51.459283],[119.982983,51.445112],[119.97128,51.40033],[119.910918,51.390994],[119.914614,51.374187],[119.946643,51.360736],[119.883817,51.336813],[119.885049,51.302777],[119.811136,51.281071],[119.828383,51.263099],[119.797586,51.243622],[119.821607,51.21439],[119.784035,51.22601],[119.760629,51.212516],[119.788346,51.174636],[119.771716,51.124331],[119.752622,51.117193],[119.764325,51.092017],[119.719361,51.075099],[119.726753,51.051028],[119.678093,51.016404],[119.630666,51.00925],[119.598637,50.984767],[119.569688,50.933879],[119.491464,50.87878],[119.498855,50.827776],[119.515485,50.814165],[119.496391,50.771795],[119.506862,50.763846],[119.450196,50.695281],[119.430486,50.684286],[119.385522,50.682769],[119.394145,50.667219],[119.361501,50.632689],[119.298059,50.616743],[119.281428,50.601551],[119.295595,50.573814],[119.264182,50.536933],[119.262334,50.490124],[119.250631,50.448604],[119.22353,50.441363],[119.217371,50.414675],[119.165016,50.422683],[119.125596,50.389118],[119.176719,50.378814],[119.155777,50.364691],[119.188422,50.347509],[119.232153,50.365455],[119.259871,50.345218],[119.277117,50.366218],[119.322696,50.352474],[119.358421,50.358965],[119.381827,50.324208],[119.35103,50.303953],[119.339943,50.244668],[119.319001,50.220933],[119.358421,50.197953],[119.339327,50.192206],[119.350414,50.166145],[119.309762,50.161161],[119.290052,50.121655],[119.236465,50.075204],[119.190269,50.087877],[119.193965,50.069826],[119.163168,50.027554],[119.12498,50.019095],[119.090487,49.985629],[118.982082,49.979087],[118.964836,49.988708],[118.791757,49.955606],[118.761576,49.959456],[118.739402,49.946364],[118.672264,49.955991],[118.605127,49.926719],[118.574946,49.931342],[118.531214,49.887791],[118.485019,49.866194],[118.483787,49.830691],[118.443751,49.835709],[118.385853,49.827217],[118.398787,49.802502],[118.384005,49.783958],[118.315636,49.766953],[118.284223,49.743755],[118.220781,49.729831],[118.211542,49.690744],[118.156723,49.660149],[118.129622,49.669446],[118.082811,49.616741],[118.011362,49.614803],[117.995963,49.623332],[117.950999,49.596187],[117.866,49.591532],[117.849369,49.551557],[117.809333,49.521263],[117.638102,49.574847],[117.485349,49.633024],[117.278394,49.636512],[117.068974,49.695389],[116.736367,49.847674],[116.717889,49.847288],[116.428397,49.430659],[116.048363,48.873274],[116.077928,48.822471],[116.069305,48.811437],[115.83032,48.560156],[115.799523,48.514982],[115.822929,48.259432],[115.81061,48.257042],[115.529126,48.155336],[115.545141,48.134971],[115.539597,48.104607],[115.580249,47.921649],[115.939342,47.683275],[115.968291,47.689721],[116.111189,47.811642],[116.130283,47.823296],[116.26579,47.876711],[116.453035,47.837358],[116.669846,47.890758],[116.791186,47.89758],[116.879265,47.893968],[117.094844,47.8241],[117.384335,47.641356],[117.493357,47.758563],[117.519226,47.761782],[117.529081,47.782697],[117.813645,48.016212],[117.886942,48.025418],[117.96147,48.011007],[118.052014,48.01421],[118.107448,48.031021],[118.124694,48.047427],[118.150564,48.036224],[118.238643,48.041826],[118.238027,48.031422],[118.284839,48.011007],[118.351976,48.006203],[118.37415,48.016612],[118.422193,48.01461],[118.441903,47.995791],[118.568171,47.992187],[118.773278,47.771034],[119.134219,47.664335],[119.152081,47.540453],[119.205052,47.520249],[119.365812,47.47739],[119.32208,47.42721],[119.365812,47.423161],[119.386138,47.397645],[119.437877,47.378602],[119.450812,47.353065],[119.559217,47.303172],[119.56784,47.248357],[119.627586,47.247544],[119.716282,47.195518],[119.763093,47.13082],[119.806825,47.055037],[119.79081,47.04525],[119.795122,47.013024],[119.845013,46.964852],[119.859795,46.917046],[119.926933,46.903963],[119.920157,46.853238],[119.936172,46.790173],[119.917078,46.758203],[119.93494,46.712674],[119.911534,46.669572],[119.859179,46.669572],[119.804361,46.68189],[119.8136,46.66834],[119.783419,46.626023],[119.739687,46.615336],[119.677477,46.584908],[119.682405,46.605058],[119.656535,46.625612],[119.598637,46.618214],[119.557985,46.633832],[119.491464,46.629311],[119.431718,46.638763],[119.374435,46.603414],[119.357805,46.619447],[119.325776,46.608759],[119.26295,46.649034],[119.20074,46.648213],[119.152081,46.658072],[119.123132,46.642872],[119.073857,46.676552],[119.011647,46.745902],[118.951285,46.722111],[118.912481,46.733188],[118.914329,46.77501],[118.845343,46.771731],[118.788061,46.717598],[118.788061,46.687227],[118.677192,46.6979],[118.639004,46.721291],[118.586033,46.692975],[118.446831,46.704467],[118.41049,46.728265],[118.316252,46.73934],[118.274984,46.715957],[118.238643,46.709392],[118.192448,46.682711],[118.124078,46.678195],[118.04647,46.631366],[117.992883,46.631366],[117.982412,46.614925],[117.914659,46.607936],[117.868464,46.575447],[117.870927,46.549935],[117.813645,46.530588],[117.769913,46.537586],[117.748355,46.521941],[117.704008,46.516587],[117.641182,46.558166],[117.622704,46.596012],[117.596218,46.603414],[117.49582,46.600535],[117.42006,46.582029],[117.447777,46.528117],[117.392343,46.463023],[117.375712,46.416421],[117.383719,46.394962],[117.372017,46.36028],[117.247597,46.366888],[117.097308,46.356976],[116.876801,46.375559],[116.834302,46.384229],[116.81336,46.355737],[116.745606,46.327642],[116.673541,46.325163],[116.585462,46.292504],[116.573143,46.258998],[116.536187,46.23251],[116.439484,46.137628],[116.414231,46.133896],[116.271949,45.966926],[116.243,45.876169],[116.288579,45.839074],[116.278108,45.831152],[116.286731,45.775247],[116.260862,45.776082],[116.22329,45.747273],[116.217746,45.72221],[116.17463,45.688775],[116.1155,45.679577],[116.035428,45.685013],[116.026805,45.661177],[115.936878,45.632727],[115.864197,45.572853],[115.699741,45.45963],[115.586408,45.440317],[115.36467,45.392427],[115.178041,45.396209],[114.983404,45.379397],[114.920578,45.386122],[114.745035,45.438217],[114.600906,45.403773],[114.551014,45.387383],[114.539928,45.325985],[114.519602,45.283893],[114.459855,45.21353],[114.409348,45.179371],[114.347139,45.119436],[114.313262,45.107189],[114.19069,45.036607],[114.158045,44.994301],[114.116777,44.957045],[114.065038,44.931206],[113.907358,44.915104],[113.861778,44.863377],[113.798953,44.849377],[113.712105,44.788247],[113.631417,44.745333],[113.540874,44.759358],[113.503918,44.777628],[113.11526,44.799714],[113.037652,44.822641],[112.937869,44.840042],[112.850406,44.840466],[112.712436,44.879494],[112.599719,44.930783],[112.540589,45.001072],[112.438959,45.071697],[112.396459,45.064512],[112.113743,45.072965],[112.071243,45.096206],[112.002874,45.090713],[111.903707,45.052252],[111.764505,44.969325],[111.69244,44.859983],[111.624687,44.778477],[111.585267,44.705789],[111.560629,44.647062],[111.569868,44.57634],[111.530448,44.55033],[111.514434,44.507666],[111.478709,44.488884],[111.427586,44.394455],[111.415883,44.35724],[111.428818,44.319573],[111.507042,44.294305],[111.534144,44.26217],[111.541535,44.206855],[111.559397,44.171238],[111.662875,44.061247],[111.702295,44.034147],[111.773128,44.010479],[111.870447,43.940279],[111.959758,43.823382],[111.970845,43.748205],[111.951135,43.693275],[111.891388,43.6738],[111.79407,43.672068],[111.606209,43.513863],[111.564325,43.490422],[111.456535,43.494329],[111.400485,43.472618],[111.354289,43.436125],[111.183674,43.396132],[111.151029,43.38004],[111.069725,43.357852],[111.02045,43.329998],[110.82027,43.149067],[110.769763,43.099272],[110.736502,43.089657],[110.687227,43.036314],[110.689691,43.02144],[110.631177,42.936061],[110.469801,42.839156],[110.437156,42.781203],[110.34846,42.742098],[110.139657,42.674815],[110.108244,42.642687],[109.906216,42.635643],[109.733753,42.579262],[109.683862,42.558988],[109.544044,42.472528],[109.486761,42.458842],[109.291509,42.435879],[109.026039,42.458401],[108.983539,42.449128],[108.845569,42.395673],[108.798757,42.415116],[108.705134,42.413349],[108.532671,42.442945],[108.298614,42.438529],[108.238252,42.460167],[108.089195,42.436321],[108.022058,42.433229],[107.986949,42.413349],[107.939522,42.403628],[107.736262,42.415116],[107.57427,42.412907],[107.501589,42.456635],[107.46648,42.458842],[107.303872,42.412465],[107.271844,42.364285],[107.051337,42.319166],[106.785867,42.291281],[106.612789,42.241679],[106.372572,42.161436],[106.344855,42.149457],[106.01348,42.032213],[105.74185,41.949033],[105.589713,41.888471],[105.385221,41.797073],[105.291599,41.749763],[105.230621,41.751103],[105.009498,41.583007],[104.923267,41.654143],[104.803775,41.652355],[104.68921,41.6452],[104.524138,41.661745],[104.530298,41.875104],[104.418813,41.860397],[104.30856,41.840782],[104.080046,41.805104],[103.868779,41.802427],[103.454868,41.877332],[103.418527,41.882233],[103.20726,41.96283],[103.021862,42.028212],[102.712045,42.153007],[102.621502,42.154338],[102.540814,42.162323],[102.449039,42.144133],[102.093642,42.223512],[102.070236,42.232374],[101.877447,42.432345],[101.803534,42.503861],[101.770274,42.509597],[101.557775,42.529887],[101.291689,42.586312],[100.862995,42.671295],[100.826655,42.675255],[100.32528,42.690213],[100.272309,42.636523],[100.004376,42.648849],[99.969267,42.647969],[99.51224,42.568244],[98.962822,42.607018],[98.546447,42.638284],[98.195362,42.653251],[97.831958,42.706047],[97.28254,42.782081],[97.172903,42.795257]]]}},{"type":"Feature","properties":{"adcode":210000,"name":"辽宁省","center":[123.429096,41.796767],"centroid":[122.604994,41.299712],"childrenNum":14,"level":"province","parent":{"adcode":100000},"subFeatureIndex":5,"acroutes":[100000]},"geometry":{"type":"MultiPolygon","coordinates":[[[[123.534489,39.788361],[123.546808,39.756163],[123.579453,39.781002],[123.612714,39.775023],[123.642279,39.796178],[123.645358,39.823761],[123.674924,39.826979],[123.687858,39.808132],[123.795032,39.822842],[123.812278,39.831115],[123.95148,39.817786],[124.002603,39.800316],[124.103001,39.823302],[124.099306,39.777323],[124.151045,39.74558],[124.173218,39.841225],[124.214486,39.865116],[124.215102,39.883487],[124.21695,39.894049],[124.218182,39.895885],[124.219414,39.899099],[124.241588,39.928477],[124.286551,39.931689],[124.288399,39.962888],[124.349377,39.989029],[124.372167,40.021576],[124.336442,40.049985],[124.346913,40.079756],[124.428217,40.144291],[124.457782,40.177679],[124.490427,40.18408],[124.513833,40.218362],[124.515065,40.22019],[124.62655,40.291896],[124.722636,40.321561],[124.739267,40.371733],[124.834121,40.423235],[124.913578,40.481981],[124.945606,40.45603],[124.985642,40.475153],[125.044157,40.466503],[125.042925,40.483802],[125.004737,40.496091],[125.015823,40.533853],[125.076801,40.562048],[125.113758,40.569322],[125.181511,40.611132],[125.262815,40.620218],[125.279445,40.655187],[125.305315,40.661089],[125.329337,40.643835],[125.375532,40.658365],[125.422343,40.635661],[125.418648,40.673345],[125.453756,40.676522],[125.459916,40.707379],[125.49564,40.728697],[125.544915,40.729605],[125.551075,40.761796],[125.585567,40.788535],[125.61698,40.763609],[125.685349,40.769048],[125.67611,40.788082],[125.641002,40.798503],[125.648393,40.826133],[125.707523,40.866877],[125.687813,40.897645],[125.652089,40.91619],[125.584335,40.891764],[125.589263,40.931112],[125.635458,40.94151],[125.650241,40.970888],[125.674879,40.974503],[125.684118,41.021929],[125.726617,41.055332],[125.739552,41.08917],[125.712451,41.095485],[125.734009,41.125695],[125.759878,41.132908],[125.791291,41.167607],[125.73832,41.178418],[125.758646,41.232449],[125.749407,41.245499],[125.695205,41.244599],[125.685349,41.273842],[125.646545,41.264396],[125.642234,41.296327],[125.62006,41.318355],[125.637306,41.34442],[125.610205,41.365084],[125.589879,41.359245],[125.581256,41.396517],[125.547995,41.401006],[125.534444,41.428833],[125.533212,41.479069],[125.493176,41.509103],[125.507343,41.534195],[125.479626,41.544946],[125.450061,41.597777],[125.461148,41.642516],[125.446981,41.67605],[125.412488,41.691246],[125.344119,41.672474],[125.317018,41.676944],[125.332416,41.711354],[125.336112,41.768067],[125.336112,41.768067],[125.323177,41.771191],[125.323177,41.771191],[125.319482,41.776993],[125.319482,41.776993],[125.294844,41.822945],[125.307779,41.924548],[125.35151,41.92811],[125.291764,41.958825],[125.29854,41.974399],[125.369989,42.002868],[125.363213,42.017097],[125.416184,42.063766],[125.414336,42.101964],[125.446365,42.098411],[125.490097,42.136145],[125.458068,42.160105],[125.458068,42.160105],[125.41372,42.156112],[125.368141,42.182726],[125.357054,42.145464],[125.305931,42.146351],[125.312706,42.197359],[125.280677,42.175187],[125.312706,42.219966],[125.27575,42.231045],[125.27575,42.266928],[125.299156,42.289953],[125.264047,42.312528],[125.224011,42.30102],[125.175352,42.308102],[125.167345,42.351903],[125.203685,42.366938],[125.185823,42.38197],[125.186439,42.427928],[125.140243,42.44692],[125.150098,42.458842],[125.105135,42.490624],[125.068794,42.499449],[125.090968,42.515773],[125.066946,42.534738],[125.089736,42.567803],[125.082961,42.591159],[125.097127,42.622433],[125.038613,42.615387],[125.010896,42.63212],[125.014592,42.666014],[124.99057,42.677455],[124.968396,42.722756],[124.996729,42.745174],[124.975171,42.802722],[124.92836,42.819844],[124.897563,42.787791],[124.874157,42.789987],[124.856911,42.824234],[124.84952,42.882585],[124.87231,42.962344],[124.869846,42.988178],[124.840897,43.032377],[124.88894,43.074796],[124.882781,43.13422],[124.785462,43.117185],[124.755281,43.074359],[124.719557,43.069987],[124.686912,43.051185],[124.677673,43.002185],[124.658579,42.972854],[124.635173,42.972854],[124.632093,42.949642],[124.607456,42.937376],[124.586514,42.905384],[124.466406,42.847054],[124.435609,42.880831],[124.371551,42.880831],[124.38079,42.912835],[124.431913,42.930803],[124.442384,42.958841],[124.42329,42.975482],[124.369703,42.972854],[124.333363,42.997371],[124.425754,43.076107],[124.366007,43.121554],[124.273617,43.17875],[124.287167,43.207983],[124.27608,43.233278],[124.228653,43.235022],[124.215102,43.255947],[124.168291,43.244177],[124.114088,43.247229],[124.117168,43.2773],[124.099306,43.292983],[124.032784,43.280786],[123.964415,43.34088],[123.896046,43.361333],[123.881263,43.392218],[123.881263,43.392218],[123.852314,43.406133],[123.857858,43.459153],[123.857858,43.459153],[123.79688,43.489988],[123.747604,43.472184],[123.749452,43.439167],[123.710032,43.417001],[123.703873,43.37047],[123.698329,43.272071],[123.664453,43.264663],[123.676771,43.223684],[123.645974,43.208855],[123.666916,43.179623],[123.636119,43.141644],[123.631192,43.088346],[123.580685,43.036314],[123.572678,43.003498],[123.536337,43.007],[123.474743,43.042438],[123.434707,43.027565],[123.323222,43.000872],[123.259165,42.993431],[123.18402,42.925983],[123.188947,42.895739],[123.169853,42.859777],[123.227752,42.831695],[123.118114,42.801405],[123.058368,42.768903],[122.980144,42.777689],[122.945651,42.753524],[122.925941,42.772417],[122.887137,42.770221],[122.883442,42.751766],[122.883442,42.751766],[122.848949,42.712203],[122.848949,42.712203],[122.786123,42.757479],[122.73808,42.77066],[122.733152,42.786034],[122.653696,42.78252],[122.624747,42.773296],[122.580399,42.789987],[122.576088,42.819405],[122.556378,42.827745],[122.436886,42.843105],[122.35127,42.830378],[122.371596,42.776371],[122.439349,42.770221],[122.460907,42.755282],[122.396234,42.707366],[122.396234,42.684054],[122.338951,42.669975],[122.324785,42.684934],[122.261343,42.695931],[122.204676,42.732867],[122.204676,42.685374],[122.160945,42.684934],[122.072865,42.710444],[122.062394,42.723635],[122.018663,42.69901],[121.939207,42.688453],[121.94167,42.666014],[121.915801,42.656332],[121.921344,42.605697],[121.889931,42.556784],[121.844352,42.522389],[121.831417,42.533856],[121.817867,42.504303],[121.803084,42.514891],[121.747649,42.484887],[121.69899,42.438529],[121.66573,42.437204],[121.604136,42.495037],[121.607831,42.516214],[121.570875,42.487093],[121.506201,42.482239],[121.4791,42.49636],[121.434752,42.475176],[121.386093,42.474294],[121.304789,42.435879],[121.314644,42.42837],[121.285079,42.387717],[121.218558,42.371802],[121.184681,42.333324],[121.133558,42.300135],[121.120623,42.280656],[121.087978,42.278885],[121.070732,42.254083],[121.028848,42.242565],[120.992508,42.264714],[120.933994,42.27977],[120.883487,42.269585],[120.883487,42.269585],[120.883487,42.242565],[120.8299,42.252755],[120.820661,42.227943],[120.79048,42.218636],[120.745516,42.223512],[120.72211,42.203565],[120.624792,42.154338],[120.58414,42.167203],[120.56751,42.152119],[120.466496,42.105516],[120.493597,42.073539],[120.450481,42.057101],[120.456641,42.016208],[120.399358,41.984631],[120.373489,41.994862],[120.309431,41.951704],[120.318054,41.93746],[120.271859,41.925439],[120.260156,41.904062],[120.290337,41.897381],[120.286641,41.880005],[120.251533,41.884016],[120.215808,41.853265],[120.188707,41.848361],[120.183164,41.826513],[120.127113,41.77253],[120.1382,41.729221],[120.096316,41.697056],[120.035954,41.708226],[120.024867,41.737707],[120.050737,41.776101],[120.041498,41.818932],[120.023019,41.816701],[119.989759,41.899163],[119.954034,41.923212],[119.950954,41.974399],[119.924469,41.98908],[119.921389,42.014429],[119.897368,42.030879],[119.87581,42.077982],[119.845629,42.097079],[119.837622,42.135257],[119.854868,42.170308],[119.841933,42.215534],[119.744615,42.211545],[119.679941,42.240793],[119.617115,42.252755],[119.609108,42.276671],[119.557985,42.289068],[119.557985,42.289068],[119.539507,42.297922],[119.571536,42.335536],[119.572152,42.359421],[119.540123,42.363401],[119.502551,42.388159],[119.482841,42.347037],[119.432949,42.317396],[119.34795,42.300578],[119.280197,42.260728],[119.274037,42.239021],[119.237697,42.200905],[119.277733,42.185387],[119.286972,42.154781],[119.30853,42.147239],[119.314689,42.119723],[119.352261,42.118391],[119.384906,42.08953],[119.375667,42.023322],[119.324544,41.969505],[119.323928,41.937014],[119.340559,41.926774],[119.323312,41.889807],[119.334399,41.871539],[119.312841,41.80555],[119.292515,41.790827],[119.317769,41.764049],[119.319001,41.727435],[119.299907,41.705545],[119.307914,41.657273],[119.342406,41.617914],[119.415703,41.590169],[119.420015,41.567785],[119.362116,41.566442],[119.361501,41.545841],[119.406464,41.503276],[119.401537,41.472343],[119.378131,41.459787],[119.376283,41.422102],[119.309762,41.405944],[119.330704,41.385293],[119.296211,41.325097],[119.239545,41.31431],[119.2494,41.279689],[119.209364,41.244599],[119.204436,41.222546],[119.169943,41.222996],[119.189038,41.198234],[119.126212,41.138767],[119.081248,41.131555],[119.080632,41.095936],[119.037516,41.067516],[118.964836,41.079246],[118.937118,41.052625],[118.951901,41.018317],[119.013495,41.007479],[119.00056,40.967273],[118.977154,40.959138],[118.977154,40.959138],[118.916792,40.969984],[118.90201,40.960946],[118.873061,40.847866],[118.845959,40.822057],[118.878604,40.783098],[118.907553,40.775394],[118.895234,40.75409],[118.950053,40.747743],[118.96114,40.72008],[119.011031,40.687414],[119.028277,40.692406],[119.054763,40.664721],[119.115125,40.666536],[119.165632,40.69286],[119.184726,40.680153],[119.14469,40.632482],[119.162552,40.600228],[119.177951,40.609315],[119.230921,40.603863],[119.22045,40.569322],[119.256175,40.543404],[119.30237,40.530215],[119.429254,40.540221],[119.477913,40.533399],[119.503783,40.553864],[119.559217,40.547952],[119.572152,40.523846],[119.553674,40.502007],[119.604797,40.455119],[119.586934,40.375381],[119.598021,40.334335],[119.651608,40.271808],[119.639289,40.231613],[119.639289,40.231613],[119.671934,40.23938],[119.716898,40.195966],[119.745847,40.207851],[119.760629,40.136056],[119.736608,40.104936],[119.772332,40.08113],[119.783419,40.046778],[119.783419,40.046778],[119.787115,40.041739],[119.787115,40.041739],[119.81668,40.050443],[119.81668,40.050443],[119.854252,40.033033],[119.845629,40.000949],[119.845629,40.000949],[119.854252,39.98857],[119.91831,39.989946],[119.941715,40.009659],[119.947259,40.040364],[120.092005,40.077466],[120.134504,40.074719],[120.161606,40.096239],[120.273091,40.127362],[120.371641,40.174478],[120.451097,40.177679],[120.491749,40.20008],[120.523778,40.256737],[120.52193,40.304676],[120.537329,40.325211],[120.602618,40.36079],[120.596459,40.399084],[120.617401,40.41959],[120.616169,40.444645],[120.619249,40.460128],[120.666676,40.467413],[120.693777,40.505647],[120.72211,40.515657],[120.72827,40.539311],[120.822509,40.59432],[120.837291,40.644289],[120.8299,40.671076],[120.861313,40.684692],[120.939537,40.686507],[120.983269,40.712822],[121.032544,40.709193],[121.028848,40.746382],[120.991276,40.744115],[120.980189,40.766329],[120.994356,40.790801],[120.971566,40.805751],[121.00729,40.807563],[121.010986,40.784457],[121.086747,40.79805],[121.076892,40.815716],[121.096602,40.839717],[121.126167,40.86914],[121.177906,40.873665],[121.23642,40.851035],[121.290622,40.851488],[121.439064,40.830208],[121.440296,40.88181],[121.499426,40.880001],[121.526527,40.85194],[121.55486,40.849677],[121.553013,40.817528],[121.576418,40.837906],[121.626309,40.844244],[121.682976,40.829755],[121.732251,40.846961],[121.735331,40.862351],[121.778446,40.886787],[121.816019,40.894931],[121.84312,40.831567],[121.883772,40.802127],[121.934279,40.79805],[121.936127,40.711462],[121.951525,40.680607],[122.025438,40.674253],[122.06609,40.64883],[122.122141,40.657457],[122.148626,40.671983],[122.133843,40.614313],[122.150474,40.588413],[122.245944,40.519752],[122.231162,40.505192],[122.265038,40.48016],[122.221923,40.481071],[122.240401,40.461039],[122.250872,40.445555],[122.229314,40.424146],[122.186814,40.422779],[122.198517,40.382219],[122.152322,40.357597],[122.135691,40.374925],[122.111054,40.348932],[122.138155,40.338897],[122.110438,40.315629],[122.079641,40.332967],[122.040221,40.322017],[122.039605,40.260391],[122.02667,40.244862],[121.940438,40.242121],[121.950293,40.204194],[121.98109,40.173106],[122.003264,40.172191],[121.995257,40.128277],[121.956453,40.133311],[121.910257,40.072887],[121.824642,40.025701],[121.796309,39.999116],[121.779062,39.942702],[121.76428,39.933525],[121.699606,39.937196],[121.626925,39.882569],[121.572107,39.865116],[121.541926,39.874302],[121.530223,39.851334],[121.472325,39.802155],[121.487107,39.760303],[121.45939,39.747881],[121.502506,39.703233],[121.482796,39.659478],[121.451999,39.658095],[121.450151,39.624914],[121.325731,39.601402],[121.299246,39.606013],[121.263521,39.589873],[121.226565,39.554814],[121.224717,39.519275],[121.268449,39.482794],[121.286927,39.507271],[121.301709,39.476327],[121.245659,39.456923],[121.270296,39.434277],[121.246891,39.421334],[121.245659,39.389427],[121.270296,39.374162],[121.307869,39.391277],[121.324499,39.371386],[121.35468,39.377863],[121.432904,39.357506],[121.435984,39.329736],[121.466781,39.320014],[121.474788,39.296398],[121.508665,39.29223],[121.51544,39.286672],[121.562252,39.322792],[121.621382,39.326033],[121.72486,39.364447],[121.711925,39.33992],[121.7187,39.320477],[121.667577,39.310754],[121.672505,39.275554],[121.623846,39.285745],[121.589353,39.263044],[121.631237,39.22643],[121.591201,39.228748],[121.586889,39.193506],[121.604136,39.166136],[121.639244,39.166136],[121.68236,39.117863],[121.631853,39.077921],[121.605983,39.080708],[121.642324,39.11972],[121.590585,39.154999],[121.562252,39.127149],[121.599208,39.098824],[121.581962,39.075598],[121.508049,39.034237],[121.431057,39.027263],[121.370695,39.060264],[121.317108,39.012384],[121.341129,38.980757],[121.275224,38.971917],[121.204391,38.941202],[121.180369,38.959819],[121.128014,38.958888],[121.08921,38.922115],[121.094138,38.894173],[121.129862,38.879266],[121.110768,38.862026],[121.12863,38.799089],[121.112,38.776231],[121.13787,38.723023],[121.198848,38.721623],[121.259825,38.786495],[121.280767,38.786961],[121.288775,38.78976],[121.315876,38.793958],[121.359608,38.822406],[121.399028,38.812613],[121.509897,38.817743],[121.564715,38.874607],[121.618302,38.862492],[121.675585,38.86156],[121.708845,38.872744],[121.719316,38.920252],[121.655874,38.946788],[121.618918,38.950046],[121.66265,38.966333],[121.671273,39.010059],[121.73841,38.998898],[121.756889,39.025869],[121.790149,39.022614],[121.804932,38.970986],[121.863446,38.942598],[121.920728,38.969591],[121.905946,38.997503],[121.852975,39.035631],[121.8887,39.027263],[121.929352,39.024939],[121.907178,39.055617],[121.923192,39.053758],[121.963228,39.030053],[122.013735,39.073275],[122.061778,39.060264],[122.071634,39.074204],[122.048228,39.101146],[122.088264,39.112291],[122.127684,39.144788],[122.167104,39.158711],[122.123988,39.172631],[122.117213,39.213911],[122.160329,39.238019],[122.242865,39.267678],[122.274893,39.322329],[122.30877,39.346399],[122.366053,39.370461],[122.412864,39.411625],[122.455364,39.408388],[122.467682,39.403301],[122.51203,39.413474],[122.532972,39.419947],[122.581631,39.464316],[122.637066,39.488799],[122.649385,39.516505],[122.682645,39.514658],[122.808913,39.559889],[122.847101,39.581571],[122.860652,39.604629],[122.941956,39.604629],[122.972753,39.594946],[122.978912,39.616156],[123.021412,39.64335],[123.010941,39.655331],[123.103332,39.676983],[123.146448,39.647037],[123.166774,39.674219],[123.212969,39.665928],[123.215433,39.696786],[123.253005,39.689879],[123.286882,39.704154],[123.270251,39.714743],[123.274563,39.753862],[123.350939,39.750641],[123.388512,39.74742],[123.392823,39.723949],[123.477823,39.74696],[123.521555,39.772724],[123.534489,39.788361]]],[[[122.63953,39.286209],[122.593334,39.278334],[122.539131,39.308439],[122.50895,39.290377],[122.57732,39.269994],[122.67895,39.268605],[122.673406,39.269531],[122.662935,39.273701],[122.655544,39.277407],[122.640761,39.288061],[122.63953,39.286209]]],[[[122.318625,39.170775],[122.345111,39.144788],[122.366053,39.174951],[122.398697,39.16196],[122.383299,39.190723],[122.393154,39.213448],[122.343263,39.203246],[122.322321,39.177271],[122.322937,39.174487],[122.319241,39.172167],[122.318625,39.170775]]],[[[122.691884,39.23292],[122.696812,39.206492],[122.751631,39.229675],[122.740544,39.248679],[122.635834,39.241727],[122.628443,39.231993],[122.690037,39.234774],[122.691268,39.23431],[122.691884,39.23292]]],[[[122.738696,39.034701],[122.704819,39.044463],[122.733152,39.014244],[122.75779,39.009594],[122.739312,39.036561],[122.738696,39.034701]]],[[[123.022644,39.546507],[122.96105,39.551122],[122.945035,39.520198],[122.995542,39.495264],[123.036194,39.533123],[123.022644,39.546507]]],[[[122.503407,39.241263],[122.502175,39.224112],[122.547755,39.229211],[122.503407,39.241263]]],[[[120.786784,40.473787],[120.83298,40.491995],[120.8299,40.516112],[120.805262,40.525666],[120.774465,40.48016],[120.786784,40.473787]]],[[[123.086702,39.426881],[123.090397,39.450915],[123.054057,39.457847],[123.086702,39.426881]]],[[[123.160614,39.025404],[123.205578,39.057011],[123.20065,39.077921],[123.145832,39.091857],[123.143984,39.038885],[123.160614,39.025404]]],[[[123.716807,39.74512],[123.756843,39.754322],[123.719887,39.763063],[123.716807,39.74512]]]]}},{"type":"Feature","properties":{"adcode":220000,"name":"吉林省","center":[125.3245,43.886841],"centroid":[126.171208,43.703954],"childrenNum":9,"level":"province","parent":{"adcode":100000},"subFeatureIndex":6,"acroutes":[100000]},"geometry":{"type":"MultiPolygon","coordinates":[[[[129.601492,42.415116],[129.601492,42.422627],[129.591021,42.447803],[129.627361,42.462816],[129.651999,42.426603],[129.704354,42.427045],[129.748701,42.471204],[129.738846,42.500332],[129.749933,42.546644],[129.746237,42.58455],[129.786889,42.615387],[129.754245,42.645768],[129.796744,42.681854],[129.767179,42.707806],[129.78381,42.762752],[129.810911,42.795257],[129.816454,42.851003],[129.835549,42.866796],[129.846636,42.918533],[129.874969,42.923792],[129.856491,42.951833],[129.868193,42.97373],[129.903918,42.968475],[129.897143,43.001748],[129.954425,43.010938],[129.963664,42.978547],[130.002468,42.981174],[130.027106,42.9676],[130.072685,42.971541],[130.10841,42.989929],[130.144134,42.976357],[130.120729,42.954461],[130.127504,42.932556],[130.10225,42.922916],[130.136127,42.90363],[130.17062,42.912397],[130.21004,42.902315],[130.258083,42.90626],[130.277793,42.892232],[130.258083,42.860655],[130.245148,42.799209],[130.242069,42.738582],[130.257467,42.710884],[130.290112,42.702968],[130.333228,42.64973],[130.373264,42.630799],[130.388046,42.603054],[130.420691,42.617148],[130.44656,42.607459],[130.423771,42.574855],[130.435474,42.553257],[130.476125,42.570007],[130.459495,42.588075],[130.482285,42.626837],[130.522937,42.622433],[130.520473,42.593362],[130.558661,42.495919],[130.585763,42.485328],[130.581451,42.435437],[130.645509,42.426603],[130.600545,42.450453],[130.599929,42.486211],[130.565437,42.506509],[130.570364,42.557224],[130.622719,42.573092],[130.633806,42.603494],[130.592538,42.671295],[130.521089,42.702089],[130.464423,42.688453],[130.425003,42.706926],[130.40714,42.731548],[130.46627,42.772417],[130.532792,42.787352],[130.562357,42.815015],[130.603625,42.819405],[130.665835,42.847932],[130.708335,42.846615],[130.719422,42.831695],[130.75453,42.845738],[130.784095,42.842227],[130.801957,42.879515],[130.845073,42.881269],[130.890653,42.852758],[130.912826,42.870744],[130.949783,42.876884],[130.981812,42.857145],[131.043406,42.862848],[131.017536,42.915027],[131.034167,42.929051],[131.114855,42.915027],[131.145652,42.9365],[131.151195,42.968475],[131.115471,42.975482],[131.11855,43.007875],[131.102536,43.021002],[131.120398,43.068238],[131.171521,43.06955],[131.173985,43.111506],[131.207861,43.1316],[131.218948,43.191405],[131.201086,43.203185],[131.206014,43.237202],[131.255289,43.265099],[131.269455,43.297775],[131.275615,43.369165],[131.314419,43.392653],[131.295941,43.441774],[131.314419,43.461325],[131.31873,43.499539],[131.304564,43.502144],[131.294093,43.470012],[131.234963,43.475224],[131.201086,43.442209],[131.175217,43.444816],[131.142572,43.425695],[131.026775,43.508655],[130.959638,43.48608],[130.907283,43.434387],[130.864167,43.437863],[130.841378,43.454374],[130.822899,43.503446],[130.776704,43.52341],[130.727429,43.560284],[130.671378,43.565054],[130.665835,43.583698],[130.623335,43.589767],[130.630726,43.622268],[130.57098,43.626167],[130.57098,43.626167],[130.501995,43.636563],[130.488444,43.65605],[130.437937,43.646091],[130.412684,43.652586],[130.394206,43.703227],[130.423155,43.745179],[130.382503,43.777164],[130.381887,43.817768],[130.362793,43.844967],[130.386198,43.85403],[130.368336,43.894151],[130.381887,43.910106],[130.338155,43.963975],[130.364025,43.992399],[130.365256,44.044042],[130.319061,44.03974],[130.307358,44.002731],[130.27225,43.981634],[130.262395,43.949328],[130.208192,43.948466],[130.153373,43.915711],[130.143518,43.878624],[130.116417,43.878192],[130.110873,43.852735],[130.079461,43.835039],[130.027722,43.851872],[130.009243,43.889407],[130.022794,43.917866],[130.017867,43.961821],[129.979062,44.015644],[129.951345,44.027263],[129.907614,44.023821],[129.881128,44.000148],[129.868193,44.012631],[129.802904,43.964837],[129.780114,43.892857],[129.739462,43.895876],[129.743158,43.876035],[129.699426,43.8838],[129.650767,43.873016],[129.529427,43.870427],[129.467833,43.874741],[129.449971,43.850578],[129.417942,43.843672],[129.406855,43.819496],[129.348341,43.798333],[129.30892,43.812155],[129.289826,43.797038],[129.254718,43.819496],[129.211602,43.784509],[129.232544,43.709284],[129.214066,43.695006],[129.217146,43.648689],[129.232544,43.635263],[129.23008,43.593234],[129.169102,43.561585],[129.145081,43.570258],[129.093958,43.547706],[129.037907,43.540332],[129.013886,43.522976],[128.962763,43.53903],[128.949828,43.553779],[128.878379,43.539898],[128.834647,43.587599],[128.821097,43.637429],[128.78722,43.686784],[128.768126,43.732207],[128.729322,43.736964],[128.760119,43.755554],[128.739177,43.806972],[128.719467,43.816905],[128.760734,43.857482],[128.729938,43.889838],[128.696061,43.903207],[128.636315,43.891132],[128.64001,43.948035],[128.610445,43.960529],[128.584576,43.990246],[128.574721,44.047914],[128.529141,44.112401],[128.471859,44.157501],[128.450301,44.203423],[128.471859,44.247596],[128.453997,44.257884],[128.472475,44.320001],[128.446605,44.339694],[128.475555,44.346114],[128.481714,44.375637],[128.457076,44.409848],[128.463236,44.431647],[128.427511,44.473512],[128.397946,44.483761],[128.372693,44.514495],[128.295084,44.480772],[128.293237,44.467961],[128.228563,44.445748],[128.211317,44.431647],[128.172512,44.34697],[128.137404,44.357668],[128.094904,44.354673],[128.074578,44.370075],[128.049941,44.349965],[128.065339,44.307155],[128.101679,44.293449],[128.064107,44.251454],[128.104143,44.230017],[128.09244,44.181539],[128.060411,44.168663],[128.088129,44.158359],[128.091208,44.133022],[128.042549,44.103807],[127.950158,44.088334],[127.912586,44.064687],[127.862695,44.062967],[127.846065,44.081886],[127.808492,44.086615],[127.783239,44.071997],[127.729036,44.09908],[127.735811,44.11412],[127.712406,44.199133],[127.681609,44.166946],[127.641573,44.193555],[127.626174,44.187977],[127.59045,44.227872],[127.623711,44.278025],[127.579363,44.310581],[127.486356,44.410275],[127.50853,44.437202],[127.463566,44.484615],[127.465414,44.516628],[127.485124,44.528576],[127.536247,44.522176],[127.570124,44.55033],[127.557189,44.575488],[127.392733,44.632158],[127.275705,44.640249],[127.261538,44.61299],[127.214111,44.624917],[127.228893,44.642804],[127.182082,44.644507],[127.138966,44.607451],[127.094619,44.615972],[127.089691,44.593816],[127.049655,44.566961],[127.041648,44.591258],[127.044112,44.653874],[127.030561,44.673454],[127.041032,44.712169],[126.9973,44.764882],[126.984366,44.823914],[126.999764,44.87398],[127.021938,44.898997],[127.073061,44.907051],[127.092771,44.94688],[127.050271,45.004034],[127.018242,45.024341],[126.984981,45.067893],[126.970815,45.070852],[126.96404,45.132104],[126.85625,45.145613],[126.792808,45.135481],[126.787265,45.159118],[126.732446,45.187385],[126.685635,45.187807],[126.640055,45.214373],[126.644983,45.225334],[126.569222,45.252725],[126.540273,45.23882],[126.519331,45.248091],[126.402919,45.222805],[126.356107,45.185698],[126.293282,45.180214],[126.285274,45.162494],[126.235383,45.140125],[126.225528,45.154054],[126.166398,45.13337],[126.142992,45.147723],[126.091869,45.149411],[126.047522,45.170933],[125.998247,45.162072],[125.992703,45.192447],[125.957595,45.201303],[125.915095,45.196664],[125.849805,45.23882],[125.823936,45.237978],[125.815929,45.264942],[125.761726,45.291472],[125.726001,45.336503],[125.695205,45.352066],[125.712451,45.389485],[125.711835,45.477677],[125.687813,45.514173],[125.660096,45.507043],[125.61698,45.517947],[125.583104,45.491942],[125.497488,45.469283],[125.480242,45.486488],[125.424807,45.485649],[125.434662,45.462988],[125.398322,45.416797],[125.361981,45.392847],[125.319482,45.422678],[125.301619,45.402092],[125.248649,45.417637],[125.189518,45.39915],[125.137779,45.409655],[125.097127,45.38276],[125.06633,45.39915],[125.08912,45.420998],[125.0497,45.428558],[125.025678,45.493201],[124.961005,45.495299],[124.936983,45.53388],[124.911114,45.535976],[124.884628,45.495299],[124.886476,45.442836],[124.839665,45.455852],[124.792853,45.436958],[124.776223,45.468024],[124.729412,45.444096],[124.690607,45.452493],[124.625318,45.437377],[124.575427,45.451234],[124.579738,45.424358],[124.544014,45.411756],[124.507058,45.424778],[124.480572,45.456271],[124.398652,45.440737],[124.374015,45.45795],[124.352457,45.496557],[124.369087,45.512915],[124.348761,45.546874],[124.287783,45.539329],[124.264377,45.555256],[124.273001,45.584163],[124.238508,45.591702],[124.226805,45.633564],[124.162132,45.616404],[124.128255,45.641933],[124.147349,45.665359],[124.122096,45.669123],[124.13503,45.690448],[124.10177,45.700898],[124.098074,45.722628],[124.054342,45.751449],[124.014922,45.749779],[124.001987,45.770655],[124.064197,45.802372],[124.03648,45.83824],[124.067277,45.840325],[124.061118,45.886168],[123.996444,45.906993],[123.968727,45.936551],[123.973654,45.973997],[124.011842,45.981899],[123.989053,46.011833],[124.040176,46.01973],[124.034016,46.045074],[124.009995,46.057534],[124.015538,46.088257],[123.99398,46.101123],[124.01677,46.118549],[123.991516,46.143019],[124.001987,46.166649],[123.971806,46.170379],[123.956408,46.206009],[123.979814,46.228784],[123.952096,46.256516],[123.960103,46.288369],[123.936082,46.286715],[123.917604,46.25693],[123.896046,46.303668],[123.84985,46.302428],[123.775938,46.263136],[123.726047,46.255688],[123.673692,46.258585],[123.604706,46.251964],[123.569598,46.223816],[123.569598,46.223816],[123.499381,46.259826],[123.452569,46.233338],[123.430396,46.243687],[123.357099,46.232096],[123.357099,46.232096],[123.320758,46.254447],[123.286266,46.250308],[123.248078,46.273065],[123.178476,46.248239],[123.128585,46.210565],[123.127354,46.174523],[123.102716,46.172037],[123.112571,46.130163],[123.070071,46.123527],[123.04605,46.099878],[122.792898,46.073313],[122.828623,45.912406],[122.80029,45.856583],[122.772572,45.856583],[122.752246,45.834905],[122.792283,45.766063],[122.751015,45.735996],[122.741775,45.705077],[122.671558,45.70048],[122.650001,45.731401],[122.640761,45.771072],[122.603189,45.778169],[122.556378,45.82156],[122.522501,45.786933],[122.504639,45.786933],[122.496016,45.85825],[122.446125,45.916986],[122.362357,45.917403],[122.372828,45.856166],[122.337719,45.859917],[122.301379,45.813218],[122.253952,45.7982],[122.236705,45.831569],[122.200981,45.857],[122.091344,45.882002],[122.085184,45.912406],[122.040221,45.959022],[121.92812,45.988552],[121.923808,46.004767],[121.864062,46.002272],[121.843736,46.024301],[121.819098,46.023054],[121.761816,45.998947],[121.809243,45.961102],[121.821562,45.918235],[121.805548,45.900746],[121.817251,45.875336],[121.769823,45.84366],[121.766744,45.830318],[121.766744,45.830318],[121.754425,45.794862],[121.697142,45.76314],[121.657106,45.770238],[121.644172,45.752284],[121.666345,45.727641],[121.713773,45.701734],[121.811091,45.687103],[121.812323,45.704659],[121.867142,45.719703],[121.934279,45.71051],[121.970004,45.692956],[122.003264,45.623102],[121.995873,45.59882],[121.966308,45.596308],[121.993409,45.552741],[122.002648,45.507882],[122.064242,45.472641],[122.168336,45.439897],[122.180039,45.409655],[122.146778,45.374352],[122.147394,45.295682],[122.239169,45.276313],[122.22993,45.206784],[122.192358,45.180636],[122.143082,45.183167],[122.109822,45.142236],[122.119677,45.068739],[122.098735,45.02138],[122.074713,45.006573],[122.087032,44.95281],[122.079025,44.914256],[122.04946,44.912985],[122.098119,44.81882],[122.099967,44.7823],[122.168952,44.770405],[122.142467,44.753833],[122.110438,44.767856],[122.10243,44.736406],[122.152322,44.744057],[122.161561,44.728328],[122.117213,44.701961],[122.103046,44.67388],[122.113517,44.615546],[122.13138,44.577619],[122.196053,44.559712],[122.224386,44.526016],[122.228082,44.480345],[122.28598,44.477783],[122.294604,44.41113],[122.291524,44.310152],[122.271198,44.255741],[122.319241,44.233018],[122.483081,44.236877],[122.515726,44.251025],[122.641993,44.283595],[122.675254,44.285738],[122.702971,44.319145],[122.76087,44.369648],[122.85634,44.398304],[123.025108,44.493153],[123.06576,44.505959],[123.12489,44.5098],[123.137209,44.486322],[123.125506,44.455147],[123.142136,44.428228],[123.114419,44.40258],[123.128585,44.367081],[123.196955,44.34483],[123.277027,44.25274],[123.286882,44.211574],[123.323838,44.179823],[123.386664,44.161794],[123.362642,44.133452],[123.350939,44.092633],[123.32815,44.084035],[123.331229,44.028984],[123.365722,44.013922],[123.400831,43.979481],[123.37065,43.970006],[123.397135,43.954929],[123.467968,43.853599],[123.461809,43.822518],[123.498149,43.771114],[123.48275,43.737396],[123.520323,43.708419],[123.518475,43.682024],[123.536953,43.633964],[123.510468,43.624867],[123.5117,43.592801],[123.421157,43.598435],[123.434091,43.575461],[123.461193,43.568523],[123.452569,43.545971],[123.452569,43.545971],[123.360179,43.567223],[123.304744,43.550742],[123.329998,43.519071],[123.315831,43.492159],[123.36449,43.483475],[123.382968,43.469143],[123.419925,43.410046],[123.442098,43.437863],[123.486446,43.44525],[123.519707,43.402219],[123.54496,43.415262],[123.608402,43.366119],[123.703873,43.37047],[123.710032,43.417001],[123.749452,43.439167],[123.747604,43.472184],[123.79688,43.489988],[123.857858,43.459153],[123.857858,43.459153],[123.852314,43.406133],[123.881263,43.392218],[123.881263,43.392218],[123.896046,43.361333],[123.964415,43.34088],[124.032784,43.280786],[124.099306,43.292983],[124.117168,43.2773],[124.114088,43.247229],[124.168291,43.244177],[124.215102,43.255947],[124.228653,43.235022],[124.27608,43.233278],[124.287167,43.207983],[124.273617,43.17875],[124.366007,43.121554],[124.425754,43.076107],[124.333363,42.997371],[124.369703,42.972854],[124.42329,42.975482],[124.442384,42.958841],[124.431913,42.930803],[124.38079,42.912835],[124.371551,42.880831],[124.435609,42.880831],[124.466406,42.847054],[124.586514,42.905384],[124.607456,42.937376],[124.632093,42.949642],[124.635173,42.972854],[124.658579,42.972854],[124.677673,43.002185],[124.686912,43.051185],[124.719557,43.069987],[124.755281,43.074359],[124.785462,43.117185],[124.882781,43.13422],[124.88894,43.074796],[124.840897,43.032377],[124.869846,42.988178],[124.87231,42.962344],[124.84952,42.882585],[124.856911,42.824234],[124.874157,42.789987],[124.897563,42.787791],[124.92836,42.819844],[124.975171,42.802722],[124.996729,42.745174],[124.968396,42.722756],[124.99057,42.677455],[125.014592,42.666014],[125.010896,42.63212],[125.038613,42.615387],[125.097127,42.622433],[125.082961,42.591159],[125.089736,42.567803],[125.066946,42.534738],[125.090968,42.515773],[125.068794,42.499449],[125.105135,42.490624],[125.150098,42.458842],[125.140243,42.44692],[125.186439,42.427928],[125.185823,42.38197],[125.203685,42.366938],[125.167345,42.351903],[125.175352,42.308102],[125.224011,42.30102],[125.264047,42.312528],[125.299156,42.289953],[125.27575,42.266928],[125.27575,42.231045],[125.312706,42.219966],[125.280677,42.175187],[125.312706,42.197359],[125.305931,42.146351],[125.357054,42.145464],[125.368141,42.182726],[125.41372,42.156112],[125.458068,42.160105],[125.458068,42.160105],[125.490097,42.136145],[125.446365,42.098411],[125.414336,42.101964],[125.416184,42.063766],[125.363213,42.017097],[125.369989,42.002868],[125.29854,41.974399],[125.291764,41.958825],[125.35151,41.92811],[125.307779,41.924548],[125.294844,41.822945],[125.319482,41.776993],[125.319482,41.776993],[125.323177,41.771191],[125.323177,41.771191],[125.336112,41.768067],[125.336112,41.768067],[125.332416,41.711354],[125.317018,41.676944],[125.344119,41.672474],[125.412488,41.691246],[125.446981,41.67605],[125.461148,41.642516],[125.450061,41.597777],[125.479626,41.544946],[125.507343,41.534195],[125.493176,41.509103],[125.533212,41.479069],[125.534444,41.428833],[125.547995,41.401006],[125.581256,41.396517],[125.589879,41.359245],[125.610205,41.365084],[125.637306,41.34442],[125.62006,41.318355],[125.642234,41.296327],[125.646545,41.264396],[125.685349,41.273842],[125.695205,41.244599],[125.749407,41.245499],[125.758646,41.232449],[125.73832,41.178418],[125.791291,41.167607],[125.759878,41.132908],[125.734009,41.125695],[125.712451,41.095485],[125.739552,41.08917],[125.726617,41.055332],[125.684118,41.021929],[125.674879,40.974503],[125.650241,40.970888],[125.635458,40.94151],[125.589263,40.931112],[125.584335,40.891764],[125.652089,40.91619],[125.687813,40.897645],[125.707523,40.866877],[125.778356,40.897645],[125.817161,40.866877],[125.860892,40.888597],[125.875059,40.908501],[125.921254,40.882715],[125.959442,40.88181],[126.008102,40.936537],[126.041362,40.928851],[126.051833,40.96185],[126.08263,40.976762],[126.066,40.997542],[126.1085,41.011995],[126.099877,41.036376],[126.133753,41.063906],[126.124514,41.092327],[126.16763,41.094583],[126.187956,41.113072],[126.188572,41.114875],[126.295129,41.171661],[126.332086,41.236949],[126.35426,41.244599],[126.373354,41.289133],[126.437411,41.353405],[126.497158,41.374965],[126.524259,41.349362],[126.539041,41.366881],[126.497158,41.406842],[126.559983,41.548081],[126.582773,41.563307],[126.564295,41.608965],[126.592628,41.624624],[126.608027,41.669345],[126.644983,41.661297],[126.688099,41.674262],[126.724439,41.710907],[126.690562,41.728328],[126.694874,41.751103],[126.723207,41.753335],[126.8002,41.702865],[126.809439,41.749317],[126.848243,41.734134],[126.85625,41.760031],[126.887047,41.791719],[126.931395,41.812687],[126.952953,41.804212],[126.940018,41.773423],[126.979438,41.776993],[127.005923,41.749317],[127.050887,41.744852],[127.057662,41.703758],[127.037952,41.676944],[127.103242,41.647883],[127.093387,41.629993],[127.127263,41.622388],[127.135887,41.600463],[127.178386,41.600015],[127.125416,41.566442],[127.11864,41.540018],[127.164836,41.542706],[127.188241,41.527475],[127.241212,41.520754],[127.28864,41.501932],[127.253531,41.486691],[127.296031,41.486243],[127.360704,41.466065],[127.360088,41.479518],[127.405668,41.478621],[127.419835,41.460235],[127.459255,41.461581],[127.465414,41.479069],[127.526392,41.467859],[127.547334,41.477276],[127.563964,41.432871],[127.618783,41.432871],[127.636645,41.413575],[127.684073,41.422999],[127.780159,41.427038],[127.854688,41.420755],[127.86947,41.4037],[127.882405,41.448124],[127.909506,41.42973],[127.93168,41.444984],[127.970484,41.438704],[127.991426,41.421204],[128.000049,41.442741],[128.040085,41.393375],[128.110919,41.393375],[128.090593,41.374516],[128.114614,41.364186],[128.169433,41.404149],[128.203925,41.410882],[128.243345,41.477276],[128.238418,41.497898],[128.301244,41.540018],[128.317874,41.575844],[128.30186,41.627756],[128.248889,41.681414],[128.208853,41.688565],[128.163889,41.721628],[128.147875,41.78101],[128.112766,41.793504],[128.104143,41.843457],[128.115846,41.896935],[128.106607,41.949923],[128.033926,42.000199],[128.090593,42.022877],[128.294468,42.026434],[128.405338,42.018876],[128.466316,42.020654],[128.49896,42.000644],[128.598127,42.007315],[128.60675,42.02999],[128.637547,42.035324],[128.658489,42.018876],[128.70222,42.02021],[128.737945,42.050435],[128.779213,42.033546],[128.795227,42.042436],[128.898089,42.016653],[128.952908,42.025545],[128.954755,42.083756],[128.971386,42.097079],[129.008958,42.09175],[129.039139,42.107736],[129.048378,42.137476],[129.113668,42.140583],[129.166639,42.188047],[129.215914,42.208442],[129.209138,42.237692],[129.181421,42.242122],[129.183269,42.262056],[129.215914,42.265157],[129.231312,42.283755],[129.208522,42.293052],[129.260261,42.335536],[129.231312,42.356325],[129.240551,42.376223],[129.326167,42.389927],[129.30892,42.403628],[129.331094,42.429695],[129.356348,42.427045],[129.342181,42.441179],[129.368051,42.459284],[129.366203,42.428811],[129.392688,42.42837],[129.400695,42.449128],[129.452434,42.441179],[129.49863,42.412023],[129.546057,42.361632],[129.578086,42.380202],[129.569463,42.399208],[129.601492,42.415116]]]]}},{"type":"Feature","properties":{"adcode":230000,"name":"黑龙江省","center":[126.642464,45.756967],"centroid":[127.693027,48.040465],"childrenNum":13,"level":"province","parent":{"adcode":100000},"subFeatureIndex":7,"acroutes":[100000]},"geometry":{"type":"MultiPolygon","coordinates":[[[[123.569598,46.223816],[123.604706,46.251964],[123.673692,46.258585],[123.726047,46.255688],[123.775938,46.263136],[123.84985,46.302428],[123.896046,46.303668],[123.917604,46.25693],[123.936082,46.286715],[123.960103,46.288369],[123.952096,46.256516],[123.979814,46.228784],[123.956408,46.206009],[123.971806,46.170379],[124.001987,46.166649],[123.991516,46.143019],[124.01677,46.118549],[123.99398,46.101123],[124.015538,46.088257],[124.009995,46.057534],[124.034016,46.045074],[124.040176,46.01973],[123.989053,46.011833],[124.011842,45.981899],[123.973654,45.973997],[123.968727,45.936551],[123.996444,45.906993],[124.061118,45.886168],[124.067277,45.840325],[124.03648,45.83824],[124.064197,45.802372],[124.001987,45.770655],[124.014922,45.749779],[124.054342,45.751449],[124.098074,45.722628],[124.10177,45.700898],[124.13503,45.690448],[124.122096,45.669123],[124.147349,45.665359],[124.128255,45.641933],[124.162132,45.616404],[124.226805,45.633564],[124.238508,45.591702],[124.273001,45.584163],[124.264377,45.555256],[124.287783,45.539329],[124.348761,45.546874],[124.369087,45.512915],[124.352457,45.496557],[124.374015,45.45795],[124.398652,45.440737],[124.480572,45.456271],[124.507058,45.424778],[124.544014,45.411756],[124.579738,45.424358],[124.575427,45.451234],[124.625318,45.437377],[124.690607,45.452493],[124.729412,45.444096],[124.776223,45.468024],[124.792853,45.436958],[124.839665,45.455852],[124.886476,45.442836],[124.884628,45.495299],[124.911114,45.535976],[124.936983,45.53388],[124.961005,45.495299],[125.025678,45.493201],[125.0497,45.428558],[125.08912,45.420998],[125.06633,45.39915],[125.097127,45.38276],[125.137779,45.409655],[125.189518,45.39915],[125.248649,45.417637],[125.301619,45.402092],[125.319482,45.422678],[125.361981,45.392847],[125.398322,45.416797],[125.434662,45.462988],[125.424807,45.485649],[125.480242,45.486488],[125.497488,45.469283],[125.583104,45.491942],[125.61698,45.517947],[125.660096,45.507043],[125.687813,45.514173],[125.711835,45.477677],[125.712451,45.389485],[125.695205,45.352066],[125.726001,45.336503],[125.761726,45.291472],[125.815929,45.264942],[125.823936,45.237978],[125.849805,45.23882],[125.915095,45.196664],[125.957595,45.201303],[125.992703,45.192447],[125.998247,45.162072],[126.047522,45.170933],[126.091869,45.149411],[126.142992,45.147723],[126.166398,45.13337],[126.225528,45.154054],[126.235383,45.140125],[126.285274,45.162494],[126.293282,45.180214],[126.356107,45.185698],[126.402919,45.222805],[126.519331,45.248091],[126.540273,45.23882],[126.569222,45.252725],[126.644983,45.225334],[126.640055,45.214373],[126.685635,45.187807],[126.732446,45.187385],[126.787265,45.159118],[126.792808,45.135481],[126.85625,45.145613],[126.96404,45.132104],[126.970815,45.070852],[126.984981,45.067893],[127.018242,45.024341],[127.050271,45.004034],[127.092771,44.94688],[127.073061,44.907051],[127.021938,44.898997],[126.999764,44.87398],[126.984366,44.823914],[126.9973,44.764882],[127.041032,44.712169],[127.030561,44.673454],[127.044112,44.653874],[127.041648,44.591258],[127.049655,44.566961],[127.089691,44.593816],[127.094619,44.615972],[127.138966,44.607451],[127.182082,44.644507],[127.228893,44.642804],[127.214111,44.624917],[127.261538,44.61299],[127.275705,44.640249],[127.392733,44.632158],[127.557189,44.575488],[127.570124,44.55033],[127.536247,44.522176],[127.485124,44.528576],[127.465414,44.516628],[127.463566,44.484615],[127.50853,44.437202],[127.486356,44.410275],[127.579363,44.310581],[127.623711,44.278025],[127.59045,44.227872],[127.626174,44.187977],[127.641573,44.193555],[127.681609,44.166946],[127.712406,44.199133],[127.735811,44.11412],[127.729036,44.09908],[127.783239,44.071997],[127.808492,44.086615],[127.846065,44.081886],[127.862695,44.062967],[127.912586,44.064687],[127.950158,44.088334],[128.042549,44.103807],[128.091208,44.133022],[128.088129,44.158359],[128.060411,44.168663],[128.09244,44.181539],[128.104143,44.230017],[128.064107,44.251454],[128.101679,44.293449],[128.065339,44.307155],[128.049941,44.349965],[128.074578,44.370075],[128.094904,44.354673],[128.137404,44.357668],[128.172512,44.34697],[128.211317,44.431647],[128.228563,44.445748],[128.293237,44.467961],[128.295084,44.480772],[128.372693,44.514495],[128.397946,44.483761],[128.427511,44.473512],[128.463236,44.431647],[128.457076,44.409848],[128.481714,44.375637],[128.475555,44.346114],[128.446605,44.339694],[128.472475,44.320001],[128.453997,44.257884],[128.471859,44.247596],[128.450301,44.203423],[128.471859,44.157501],[128.529141,44.112401],[128.574721,44.047914],[128.584576,43.990246],[128.610445,43.960529],[128.64001,43.948035],[128.636315,43.891132],[128.696061,43.903207],[128.729938,43.889838],[128.760734,43.857482],[128.719467,43.816905],[128.739177,43.806972],[128.760119,43.755554],[128.729322,43.736964],[128.768126,43.732207],[128.78722,43.686784],[128.821097,43.637429],[128.834647,43.587599],[128.878379,43.539898],[128.949828,43.553779],[128.962763,43.53903],[129.013886,43.522976],[129.037907,43.540332],[129.093958,43.547706],[129.145081,43.570258],[129.169102,43.561585],[129.23008,43.593234],[129.232544,43.635263],[129.217146,43.648689],[129.214066,43.695006],[129.232544,43.709284],[129.211602,43.784509],[129.254718,43.819496],[129.289826,43.797038],[129.30892,43.812155],[129.348341,43.798333],[129.406855,43.819496],[129.417942,43.843672],[129.449971,43.850578],[129.467833,43.874741],[129.529427,43.870427],[129.650767,43.873016],[129.699426,43.8838],[129.743158,43.876035],[129.739462,43.895876],[129.780114,43.892857],[129.802904,43.964837],[129.868193,44.012631],[129.881128,44.000148],[129.907614,44.023821],[129.951345,44.027263],[129.979062,44.015644],[130.017867,43.961821],[130.022794,43.917866],[130.009243,43.889407],[130.027722,43.851872],[130.079461,43.835039],[130.110873,43.852735],[130.116417,43.878192],[130.143518,43.878624],[130.153373,43.915711],[130.208192,43.948466],[130.262395,43.949328],[130.27225,43.981634],[130.307358,44.002731],[130.319061,44.03974],[130.365256,44.044042],[130.364025,43.992399],[130.338155,43.963975],[130.381887,43.910106],[130.368336,43.894151],[130.386198,43.85403],[130.362793,43.844967],[130.381887,43.817768],[130.382503,43.777164],[130.423155,43.745179],[130.394206,43.703227],[130.412684,43.652586],[130.437937,43.646091],[130.488444,43.65605],[130.501995,43.636563],[130.57098,43.626167],[130.57098,43.626167],[130.630726,43.622268],[130.623335,43.589767],[130.665835,43.583698],[130.671378,43.565054],[130.727429,43.560284],[130.776704,43.52341],[130.822899,43.503446],[130.841378,43.454374],[130.864167,43.437863],[130.907283,43.434387],[130.959638,43.48608],[131.026775,43.508655],[131.142572,43.425695],[131.175217,43.444816],[131.201086,43.442209],[131.234963,43.475224],[131.294093,43.470012],[131.304564,43.502144],[131.276847,43.495632],[131.20047,43.532089],[131.222028,43.593234],[131.216485,43.613169],[131.239274,43.670337],[131.221412,43.682024],[131.215869,43.72745],[131.232499,43.742585],[131.213405,43.801357],[131.2171,43.836334],[131.254057,43.893289],[131.26268,43.948897],[131.245434,43.95579],[131.26576,44.034578],[131.28239,44.035868],[131.287318,44.03802],[131.293477,44.043182],[131.310723,44.046623],[131.111775,44.710042],[131.090833,44.717272],[131.093297,44.746183],[131.069275,44.759783],[131.064348,44.786973],[131.016304,44.789521],[131.015688,44.814999],[130.972573,44.820094],[130.965181,44.85065],[131.07913,44.881614],[131.10192,44.898997],[131.090217,44.924427],[131.16105,44.948151],[131.20355,44.932901],[131.207861,44.913833],[131.263296,44.929935],[131.274999,44.919766],[131.313803,44.950692],[131.313803,44.965938],[131.355071,44.990068],[131.380324,44.978216],[131.409889,44.985836],[131.464708,44.963397],[131.501664,44.977793],[131.484418,44.99557],[131.529382,45.012073],[131.566338,45.045487],[131.63286,45.075078],[131.695685,45.132104],[131.687678,45.1511],[131.650722,45.159962],[131.681519,45.215217],[131.721555,45.234606],[131.759127,45.213952],[131.79362,45.211844],[131.788692,45.245984],[131.825649,45.291472],[131.82996,45.311677],[131.887858,45.342393],[131.917423,45.339448],[131.93159,45.287683],[131.976554,45.277156],[132.003655,45.25441],[132.17427,45.216903],[132.394161,45.16376],[132.76434,45.081417],[132.867202,45.061976],[132.916477,45.031109],[132.954049,45.023072],[132.98731,45.043373],[133.035969,45.054366],[133.070462,45.097051],[133.089556,45.097473],[133.107418,45.124504],[133.139447,45.127459],[133.129592,45.211422],[133.095715,45.246827],[133.110498,45.266627],[133.097563,45.284735],[133.128976,45.336924],[133.119121,45.352908],[133.144991,45.367205],[133.143759,45.430658],[133.164701,45.437377],[133.170244,45.465506],[133.203505,45.516689],[133.246005,45.517528],[133.333468,45.562379],[133.342707,45.554836],[133.393214,45.580393],[133.423395,45.584163],[133.412924,45.618079],[133.471438,45.631053],[133.448649,45.647372],[133.485605,45.658667],[133.484989,45.691702],[133.445569,45.705077],[133.454192,45.731819],[133.486837,45.740173],[133.469591,45.777751],[133.505315,45.785681],[133.469591,45.799451],[133.467743,45.834905],[133.494228,45.840325],[133.491764,45.867002],[133.51209,45.887001],[133.55459,45.893249],[133.583539,45.868669],[133.618032,45.903662],[133.614952,45.942794],[133.676546,45.94321],[133.681474,45.986473],[133.740604,46.048812],[133.745531,46.075389],[133.690713,46.133896],[133.706111,46.163333],[133.764626,46.17328],[133.794807,46.193583],[133.814517,46.230854],[133.849625,46.203939],[133.87919,46.233752],[133.867487,46.250722],[133.909987,46.254447],[133.91861,46.280924],[133.908139,46.308216],[133.922922,46.330948],[133.869335,46.338386],[133.876726,46.362345],[133.940784,46.38134],[133.948791,46.401153],[133.902596,46.446119],[133.852089,46.450242],[133.849625,46.475389],[133.890893,46.525235],[133.919842,46.596012],[134.011001,46.637941],[134.030711,46.708981],[134.033175,46.759023],[134.052885,46.779928],[134.025168,46.810657],[134.041182,46.848326],[134.042414,46.886787],[134.076291,46.938298],[134.063972,46.979962],[134.10216,47.005678],[134.118175,47.061968],[134.142812,47.093349],[134.222268,47.105164],[134.232739,47.134892],[134.230276,47.182097],[134.210566,47.210155],[134.156979,47.248357],[134.177305,47.326299],[134.203174,47.347389],[134.263536,47.371307],[134.266616,47.391974],[134.307268,47.428829],[134.339297,47.439759],[134.490202,47.446235],[134.522847,47.468086],[134.568426,47.478199],[134.576434,47.519036],[134.627556,47.546512],[134.678064,47.588507],[134.689766,47.63813],[134.779694,47.7159],[134.772918,47.763391],[134.678679,47.819278],[134.670056,47.864667],[134.677448,47.884738],[134.658969,47.901191],[134.607846,47.909214],[134.599839,47.947711],[134.55426,47.982173],[134.551796,48.032622],[134.632484,48.099412],[134.67252,48.170505],[134.679295,48.256245],[134.77107,48.288908],[134.864077,48.332293],[135.009439,48.365703],[135.090743,48.403461],[135.09567,48.437618],[135.068569,48.459451],[135.035924,48.440795],[134.996504,48.439603],[134.927519,48.451513],[134.886867,48.437618],[134.848679,48.393925],[134.820961,48.37604],[134.764295,48.370076],[134.704549,48.405448],[134.640491,48.409818],[134.578281,48.405448],[134.501905,48.418954],[134.438463,48.405448],[134.369478,48.382797],[134.20379,48.3824],[134.150819,48.346217],[134.116327,48.333089],[134.0689,48.338659],[134.029479,48.327519],[133.995603,48.303639],[133.940784,48.302047],[133.876111,48.282536],[133.824372,48.277359],[133.791111,48.261026],[133.740604,48.254651],[133.693177,48.186866],[133.667307,48.183275],[133.59709,48.194846],[133.573068,48.182078],[133.545967,48.121389],[133.451728,48.112999],[133.407997,48.124585],[133.302055,48.103009],[133.239845,48.126583],[133.182563,48.135769],[133.130208,48.134971],[133.053216,48.110202],[133.02673,48.085421],[133.016259,48.054228],[132.992238,48.035424],[132.883216,48.002599],[132.819159,47.936887],[132.769268,47.93849],[132.723072,47.962941],[132.691043,47.962941],[132.661478,47.944905],[132.662094,47.922451],[132.687348,47.88514],[132.662094,47.854227],[132.621442,47.82852],[132.599268,47.792347],[132.6005,47.740858],[132.558,47.718316],[132.469305,47.726368],[132.371987,47.765402],[132.325175,47.762184],[132.288835,47.742065],[132.272205,47.718718],[132.242639,47.70986],[132.19706,47.714289],[132.157024,47.70543],[132.086191,47.703013],[132.000575,47.712276],[131.976554,47.673201],[131.900793,47.685692],[131.825649,47.677231],[131.741881,47.706638],[131.690142,47.707041],[131.641483,47.663932],[131.59036,47.660707],[131.568186,47.682469],[131.559563,47.724757],[131.543548,47.736028],[131.456085,47.747297],[131.359998,47.730796],[131.273767,47.738846],[131.236811,47.733211],[131.183224,47.702611],[131.115471,47.689721],[131.029855,47.694555],[130.983659,47.713081],[130.966413,47.733211],[130.961486,47.828118],[130.891269,47.927263],[130.870943,47.943301],[130.770544,47.998194],[130.737284,48.034223],[130.699711,48.044227],[130.666451,48.105007],[130.673842,48.12818],[130.765617,48.18926],[130.769313,48.231136],[130.787791,48.256643],[130.817972,48.265409],[130.845073,48.296473],[130.81982,48.341444],[130.785327,48.357353],[130.747755,48.404256],[130.745907,48.449131],[130.776704,48.480084],[130.767465,48.507846],[130.711414,48.511414],[130.647357,48.484844],[130.620871,48.49595],[130.615944,48.575601],[130.605473,48.594207],[130.538335,48.612016],[130.538951,48.635751],[130.576524,48.688719],[130.622103,48.783842],[130.689856,48.849651],[130.680617,48.881146],[130.609168,48.881146],[130.559277,48.861071],[130.501995,48.865795],[130.471198,48.905541],[130.412068,48.905148],[130.279641,48.866976],[130.237757,48.868551],[130.219895,48.893739],[130.113337,48.956653],[130.059135,48.979047],[130.020946,49.021058],[129.937179,49.040285],[129.9187,49.060681],[129.934715,49.078717],[129.913157,49.1085],[129.866962,49.113985],[129.855259,49.133567],[129.864498,49.158621],[129.847867,49.181316],[129.784426,49.184054],[129.753629,49.208692],[129.761636,49.25754],[129.730223,49.288387],[129.696962,49.298535],[129.604571,49.279018],[129.562687,49.299706],[129.546057,49.395227],[129.51834,49.423652],[129.448739,49.441167],[129.390224,49.432605],[129.374826,49.414309],[129.379138,49.367175],[129.358196,49.355871],[129.320623,49.3586],[129.266421,49.396006],[129.215298,49.399122],[129.180805,49.386657],[129.143849,49.357431],[129.084719,49.359769],[129.061929,49.374189],[129.013886,49.457119],[128.932582,49.46801],[128.871604,49.492506],[128.792147,49.473065],[128.76135,49.482009],[128.763198,49.515824],[128.813089,49.558157],[128.802618,49.58222],[128.744104,49.595023],[128.715155,49.564756],[128.656025,49.577564],[128.619684,49.593471],[128.537764,49.604332],[128.500192,49.593859],[128.389939,49.58998],[128.343128,49.544956],[128.287077,49.566309],[128.243345,49.563203],[128.185447,49.53952],[128.122005,49.55311],[128.070882,49.556604],[128.001281,49.592307],[127.949542,49.596187],[127.897804,49.579116],[127.815268,49.593859],[127.782007,49.630698],[127.705015,49.665185],[127.677913,49.697712],[127.674833,49.764247],[127.653892,49.780094],[127.583059,49.786277],[127.531936,49.826059],[127.529472,49.864265],[127.547334,49.928645],[127.543638,49.944438],[127.495595,49.994479],[127.501755,50.056764],[127.58737,50.137768],[127.60708,50.178794],[127.603385,50.239309],[127.44632,50.270686],[127.371791,50.29669],[127.332371,50.340634],[127.369944,50.403996],[127.3644,50.438314],[127.30527,50.45432],[127.293567,50.46575],[127.323132,50.52552],[127.36132,50.547582],[127.370559,50.581415],[127.294799,50.663426],[127.28864,50.699451],[127.305886,50.733932],[127.295415,50.755139],[127.236285,50.781256],[127.143894,50.910111],[127.113713,50.93765],[127.052119,50.962911],[126.985597,51.029202],[126.922772,51.061937],[126.917844,51.138977],[126.899982,51.200518],[126.926467,51.246244],[126.976358,51.291551],[126.98375,51.318863],[126.970815,51.332327],[126.887047,51.321856],[126.877808,51.300906],[126.908605,51.283691],[126.92154,51.259729],[126.908605,51.246619],[126.863025,51.248492],[126.820526,51.281071],[126.813134,51.311756],[126.837156,51.345038],[126.904293,51.340552],[126.930163,51.359241],[126.908605,51.407423],[126.835308,51.413769],[126.791577,51.432428],[126.784185,51.448095],[126.812518,51.493948],[126.843931,51.521885],[126.837156,51.536033],[126.69549,51.57845],[126.67886,51.602246],[126.741069,51.642374],[126.723823,51.679126],[126.734294,51.711399],[126.724439,51.7266],[126.6727,51.73179],[126.658534,51.762544],[126.622809,51.777357],[126.580925,51.824728],[126.555056,51.874266],[126.510092,51.922274],[126.462665,51.948471],[126.468208,51.982395],[126.447882,52.009294],[126.450962,52.027709],[126.487918,52.041699],[126.514404,52.037282],[126.563679,52.119302],[126.556288,52.136203],[126.499005,52.16044],[126.457121,52.165212],[126.403535,52.185031],[126.34502,52.192002],[126.306832,52.205574],[126.312992,52.235271],[126.357955,52.264216],[126.401071,52.279597],[126.436795,52.277034],[126.4331,52.298632],[126.327774,52.310342],[126.320999,52.342163],[126.348716,52.357882],[126.353644,52.389304],[126.326542,52.424353],[126.268644,52.475051],[126.205202,52.466302],[126.192883,52.492181],[126.213209,52.525327],[126.147304,52.573],[126.066616,52.603905],[126.055529,52.582455],[126.030891,52.576273],[125.989008,52.603178],[125.968682,52.630429],[125.971145,52.654033],[125.995783,52.675085],[126.061688,52.673271],[126.072775,52.691048],[126.044442,52.739628],[126.112195,52.757016],[126.116507,52.768243],[126.052449,52.800095],[126.02042,52.795753],[125.985312,52.758465],[125.966834,52.759914],[125.937269,52.786705],[125.923718,52.815651],[125.855349,52.866259],[125.854117,52.891542],[125.827631,52.899123],[125.772197,52.89804],[125.751255,52.88143],[125.722306,52.880347],[125.678574,52.86084],[125.666871,52.869872],[125.665023,52.913561],[125.737088,52.943504],[125.742632,52.993964],[125.684118,53.00801],[125.643466,53.039686],[125.640386,53.06199],[125.613901,53.083564],[125.588647,53.081047],[125.530749,53.0512],[125.504263,53.061271],[125.503647,53.095424],[125.452524,53.107641],[125.343503,53.14463],[125.315786,53.144989],[125.252344,53.18051],[125.195062,53.198439],[125.142091,53.204175],[125.038613,53.202741],[124.970244,53.194137],[124.887708,53.164368],[124.909266,53.118059],[124.87231,53.099018],[124.832889,53.145347],[124.787926,53.140681],[124.734339,53.146783],[124.712165,53.162574],[124.720789,53.192344],[124.678905,53.207043],[124.590209,53.208476],[124.563108,53.201666],[124.496587,53.207759],[124.487348,53.217436],[124.435609,53.223886],[124.412203,53.248601],[124.375863,53.258984],[124.327819,53.331954],[124.239124,53.379817],[124.19416,53.37339],[124.125791,53.348033],[124.058038,53.404085],[124.01369,53.403371],[123.985973,53.434401],[123.865249,53.489627],[123.797495,53.489983],[123.746373,53.500308],[123.698329,53.498528],[123.668764,53.533756],[123.620721,53.550115],[123.58746,53.546915],[123.569598,53.505291],[123.53141,53.507071],[123.557895,53.531978],[123.546808,53.551537],[123.517243,53.558292],[123.490758,53.542648],[123.510468,53.509206],[123.499381,53.497816],[123.47228,53.509206],[123.454417,53.536602],[123.394055,53.538024],[123.309672,53.56078],[123.274563,53.563269],[123.231447,53.549404],[123.179092,53.509918],[123.137209,53.498172],[123.093477,53.508138],[123.052209,53.506715],[122.943804,53.483929],[122.894528,53.462914],[122.826775,53.457213],[122.763949,53.463626],[122.673406,53.459351],[122.608117,53.465408],[122.5379,53.453293],[122.496016,53.458638],[122.435038,53.444739],[122.37406,53.47467],[122.350038,53.505647],[122.266886,53.470039],[122.227466,53.461845],[122.161561,53.468614],[122.111054,53.426913],[122.077177,53.422277],[122.026054,53.428339],[121.875765,53.426556],[121.816019,53.41336],[121.754425,53.389454],[121.697758,53.392666],[121.589969,53.350891],[121.499426,53.337314],[121.504969,53.323018],[121.575802,53.29155],[121.615222,53.258984],[121.642324,53.262564],[121.679896,53.240722],[121.67928,53.199515],[121.660186,53.195213],[121.665114,53.170467],[121.722396,53.145706],[121.753193,53.147501],[121.784606,53.104408],[121.775367,53.089674],[121.817867,53.061631],[121.785838,53.018451],[121.715621,52.997926],[121.677432,52.948192],[121.66265,52.912478],[121.610295,52.892264],[121.604136,52.872401],[121.620766,52.853251],[121.591201,52.824693],[121.537614,52.801542],[121.511129,52.779104],[121.476636,52.772225],[121.455078,52.73528],[121.373158,52.683067],[121.309717,52.676173],[121.29247,52.651855],[121.237036,52.619167],[121.182217,52.59918],[121.225333,52.577364],[121.280151,52.586819],[121.323883,52.573727],[121.353448,52.534793],[121.411963,52.52205],[121.416274,52.499468],[121.474172,52.482706],[121.495114,52.484892],[121.519136,52.456821],[121.565331,52.460468],[121.590585,52.443326],[121.63986,52.44442],[121.678664,52.419973],[121.658338,52.3904],[121.715621,52.342894],[121.714389,52.318025],[121.769207,52.308147],[121.841272,52.282526],[121.901018,52.280695],[121.94783,52.298266],[121.976779,52.343626],[122.035909,52.377615],[122.040837,52.413038],[122.091344,52.427272],[122.080873,52.440407],[122.107358,52.452445],[122.142467,52.495096],[122.140003,52.510032],[122.168952,52.513674],[122.178191,52.48963],[122.207756,52.469218],[122.310618,52.475416],[122.326016,52.459374],[122.342031,52.414133],[122.367284,52.413768],[122.378987,52.395512],[122.419023,52.375057],[122.447356,52.394052],[122.484313,52.341432],[122.478153,52.29607],[122.560689,52.282526],[122.585943,52.266413],[122.67895,52.276667],[122.710979,52.256157],[122.76087,52.26678],[122.787355,52.252494],[122.766413,52.232705],[122.769493,52.179893],[122.73808,52.153464],[122.690653,52.140243],[122.629059,52.13657],[122.643841,52.111585],[122.625363,52.067459],[122.650616,52.058997],[122.664783,51.99861],[122.683877,51.974654],[122.726377,51.978709],[122.729457,51.919321],[122.706051,51.890151],[122.725761,51.87833],[122.732536,51.832495],[122.771957,51.779579],[122.749167,51.746613],[122.778732,51.698048],[122.816304,51.655371],[122.820616,51.633088],[122.85634,51.606707],[122.832935,51.581797],[122.874202,51.561339],[122.880362,51.537894],[122.858804,51.524864],[122.880362,51.511085],[122.854492,51.477551],[122.871123,51.455181],[122.900072,51.445112],[122.903768,51.415262],[122.946267,51.405183],[122.965977,51.386886],[122.965977,51.345786],[123.002934,51.31213],[123.069455,51.321108],[123.127969,51.297913],[123.231447,51.279199],[123.231447,51.268716],[123.294273,51.254111],[123.339853,51.27246],[123.376809,51.266844],[123.414381,51.278825],[123.440251,51.270963],[123.46304,51.286686],[123.582533,51.294545],[123.582533,51.306893],[123.661989,51.319237],[123.660141,51.342795],[123.711264,51.398089],[123.794416,51.361109],[123.842459,51.367462],[123.887423,51.320734],[123.926227,51.300532],[123.939777,51.313253],[123.994596,51.322604],[124.071588,51.320734],[124.090067,51.3413],[124.128255,51.347281],[124.192313,51.33943],[124.239124,51.344664],[124.271769,51.308389],[124.297638,51.298661],[124.339522,51.293422],[124.406659,51.272086],[124.430065,51.301281],[124.426985,51.331953],[124.443616,51.35812],[124.478108,51.36223],[124.490427,51.380537],[124.555717,51.375307],[124.58713,51.363725],[124.62655,51.327465],[124.693687,51.3327],[124.752817,51.35812],[124.76452,51.38726],[124.783614,51.392115],[124.864302,51.37979],[124.885244,51.40817],[124.942527,51.447349],[124.917889,51.474196],[124.928976,51.498419],[124.983795,51.508478],[125.004737,51.529332],[125.047236,51.529704],[125.073106,51.553526],[125.060171,51.59667],[125.098975,51.658341],[125.12854,51.659083],[125.130388,51.635317],[125.175968,51.639403],[125.214772,51.627888],[125.228938,51.640517],[125.289301,51.633831],[125.316402,51.610052],[125.35151,51.623801],[125.38046,51.585516],[125.424807,51.562827],[125.528285,51.488359],[125.559082,51.461521],[125.559082,51.461521],[125.595422,51.416755],[125.595422,51.416755],[125.60035,51.413396],[125.60035,51.413396],[125.600966,51.410409],[125.600966,51.410409],[125.62314,51.398089],[125.62314,51.398089],[125.623756,51.387633],[125.623756,51.387633],[125.626219,51.380163],[125.626219,51.380163],[125.700132,51.327465],[125.700132,51.327465],[125.740784,51.27583],[125.740784,51.27583],[125.76111,51.261976],[125.76111,51.261976],[125.761726,51.226385],[125.819008,51.227134],[125.850421,51.21364],[125.864588,51.146487],[125.909551,51.138977],[125.946508,51.108176],[125.970529,51.123955],[125.993935,51.119072],[125.976073,51.084498],[126.059225,51.043503],[126.033971,51.011132],[126.041978,50.981753],[126.068464,50.967434],[126.042594,50.92558],[126.02042,50.927466],[125.996399,50.906715],[125.997631,50.872738],[125.961906,50.901054],[125.939732,50.85423],[125.913247,50.825885],[125.878138,50.816812],[125.890457,50.805845],[125.836255,50.793363],[125.846726,50.769524],[125.828863,50.756654],[125.804226,50.773309],[125.758646,50.746809],[125.795603,50.738856],[125.78082,50.725598],[125.825784,50.70362],[125.789443,50.679735],[125.804226,50.658874],[125.793139,50.643316],[125.814697,50.62092],[125.807921,50.60383],[125.829479,50.56165],[125.794987,50.532748],[125.770349,50.531227],[125.754335,50.506874],[125.740784,50.523237],[125.699516,50.487078],[125.654553,50.471082],[125.627451,50.443268],[125.580024,50.449366],[125.562162,50.438314],[125.583104,50.409717],[125.567089,50.402852],[125.536292,50.420014],[125.522126,50.404759],[125.546763,50.358965],[125.520278,50.3498],[125.530749,50.331085],[125.463611,50.295925],[125.466075,50.266861],[125.442053,50.260357],[125.448829,50.216338],[125.417416,50.195654],[125.39093,50.199868],[125.382923,50.172278],[125.335496,50.161161],[125.376148,50.137385],[125.311474,50.140453],[125.27883,50.127411],[125.258504,50.103618],[125.287453,50.093636],[125.283757,50.070211],[125.328105,50.065985],[125.315786,50.04562],[125.289916,50.057917],[125.25296,50.041393],[125.283757,50.036012],[125.297924,50.014481],[125.278214,49.996402],[125.241873,49.987938],[125.231402,49.957531],[125.190134,49.959841],[125.199373,49.935194],[125.225859,49.922481],[125.212924,49.907452],[125.245569,49.87198],[125.225243,49.867351],[125.239409,49.844587],[125.177815,49.829533],[125.222779,49.799026],[125.221547,49.754969],[125.204301,49.734086],[125.225243,49.726349],[125.219699,49.669058],[125.185207,49.634574],[125.189518,49.652401],[125.164881,49.669446],[125.132236,49.672157],[125.127308,49.655113],[125.15441,49.616741],[125.16796,49.629923],[125.205533,49.593859],[125.23017,49.595411],[125.233866,49.536801],[125.211076,49.539908],[125.228323,49.487063],[125.270822,49.454395],[125.256656,49.437275],[125.25604,49.395227],[125.277598,49.379644],[125.256656,49.359769],[125.261583,49.322336],[125.214772,49.277066],[125.227707,49.248947],[125.219699,49.189139],[125.187671,49.186792],[125.158721,49.144921],[125.117453,49.126127],[125.034302,49.157056],[125.039845,49.17623],[124.983179,49.162535],[124.906802,49.184054],[124.860607,49.166448],[124.847672,49.129651],[124.809484,49.115943],[124.828578,49.077933],[124.808252,49.020666],[124.756513,48.967262],[124.744194,48.920487],[124.709086,48.920487],[124.715861,48.885475],[124.697383,48.841775],[124.654267,48.83429],[124.644412,48.80789],[124.656115,48.783842],[124.612383,48.747945],[124.624702,48.701755],[124.601912,48.632587],[124.579122,48.596582],[124.520608,48.556195],[124.548941,48.535593],[124.533543,48.515379],[124.555717,48.467784],[124.507674,48.445558],[124.52492,48.426897],[124.51876,48.378027],[124.547094,48.35775],[124.540934,48.335476],[124.579738,48.297269],[124.558796,48.268197],[124.579122,48.262221],[124.547094,48.200829],[124.512601,48.164518],[124.529847,48.146951],[124.505826,48.124985],[124.478108,48.123387],[124.46579,48.098213],[124.415899,48.08782],[124.430065,48.12099],[124.471333,48.133373],[124.475029,48.173698],[124.418978,48.181679],[124.412819,48.219175],[124.422058,48.245884],[124.365392,48.283731],[124.353689,48.315978],[124.317964,48.35099],[124.331515,48.380015],[124.309957,48.413393],[124.330283,48.435633],[124.302566,48.456673],[124.314269,48.503881],[124.25945,48.536385],[124.25945,48.536385],[124.136878,48.463023],[124.07898,48.43603],[124.019234,48.39313],[123.862785,48.271782],[123.746373,48.197638],[123.705105,48.152142],[123.579453,48.045427],[123.537569,48.021816],[123.300432,47.953723],[123.256085,47.876711],[123.214201,47.824502],[123.161846,47.781892],[123.041122,47.746492],[122.926557,47.697777],[122.848949,47.67441],[122.765181,47.614333],[122.59395,47.54732],[122.543443,47.495589],[122.507103,47.401291],[122.418407,47.350632],[122.441197,47.310476],[122.441197,47.310476],[122.462755,47.27841],[122.498479,47.255262],[122.531124,47.198771],[122.582863,47.158092],[122.582863,47.158092],[122.615508,47.124306],[122.679566,47.094164],[122.710363,47.093349],[122.710363,47.093349],[122.821232,47.065636],[122.852645,47.072158],[122.845869,47.046881],[122.778116,47.002822],[122.77442,46.973837],[122.798442,46.9575],[122.791051,46.941567],[122.83971,46.937072],[122.895144,46.960359],[122.893913,46.895376],[122.906847,46.80738],[122.996774,46.761483],[123.00355,46.730726],[123.026339,46.718829],[123.076846,46.745082],[123.103332,46.734828],[123.163694,46.74016],[123.198802,46.803283],[123.22344,46.821305],[123.221592,46.850373],[123.295505,46.865105],[123.341084,46.826628],[123.374345,46.837683],[123.40699,46.906416],[123.404526,46.935438],[123.360179,46.970978],[123.304128,46.964852],[123.301664,46.999965],[123.337389,46.988943],[123.42362,46.934212],[123.487678,46.959951],[123.52833,46.944836],[123.483366,46.84587],[123.506772,46.827038],[123.562823,46.82581],[123.575757,46.845461],[123.576989,46.891286],[123.605322,46.891286],[123.599163,46.868378],[123.625648,46.847508],[123.580069,46.827447],[123.629344,46.813524],[123.631808,46.728675],[123.603475,46.68928],[123.474743,46.686817],[123.366338,46.677784],[123.318295,46.662179],[123.276411,46.660947],[123.279491,46.616981],[123.228368,46.588198],[123.18094,46.614103],[123.098404,46.603002],[123.077462,46.622324],[123.04605,46.617803],[123.052825,46.579972],[123.002318,46.574624],[123.010325,46.524823],[123.011557,46.434984],[123.089781,46.347888],[123.142136,46.298293],[123.178476,46.248239],[123.248078,46.273065],[123.286266,46.250308],[123.320758,46.254447],[123.357099,46.232096],[123.357099,46.232096],[123.430396,46.243687],[123.452569,46.233338],[123.499381,46.259826],[123.569598,46.223816],[123.569598,46.223816]]]]}},{"type":"Feature","properties":{"adcode":310000,"name":"上海市","center":[121.472644,31.231706],"centroid":[121.438737,31.072559],"childrenNum":16,"level":"province","parent":{"adcode":100000},"subFeatureIndex":8,"acroutes":[100000]},"geometry":{"type":"MultiPolygon","coordinates":[[[[120.901349,31.017327],[120.940153,31.010146],[120.949392,31.030148],[120.989428,31.01425],[121.000515,30.938309],[120.993124,30.889532],[121.020225,30.872069],[120.991892,30.837133],[121.038087,30.814007],[121.060261,30.845354],[121.097833,30.857171],[121.13787,30.826342],[121.123087,30.77905],[121.174826,30.771851],[121.21671,30.785734],[121.232108,30.755909],[121.272144,30.723504],[121.274608,30.677191],[121.362071,30.679764],[121.426129,30.730192],[121.517288,30.775451],[121.601056,30.805269],[121.681128,30.818633],[121.904714,30.814007],[121.943518,30.776993],[121.970004,30.789333],[121.954605,30.825828],[121.994025,30.862823],[121.990945,30.96859],[121.977395,31.016301],[121.946598,31.066039],[121.809859,31.196669],[121.722396,31.3036],[121.599208,31.37465],[121.520984,31.394575],[121.404571,31.479337],[121.343593,31.511996],[121.301093,31.49873],[121.301093,31.49873],[121.247507,31.476785],[121.241963,31.493117],[121.174826,31.44922],[121.143413,31.392021],[121.113848,31.37465],[121.130478,31.343987],[121.142797,31.275472],[121.090442,31.291838],[121.060261,31.245289],[121.076892,31.158267],[121.018377,31.134194],[120.930298,31.141365],[120.881023,31.134706],[120.859465,31.100379],[120.890878,31.094229],[120.901349,31.017327]]],[[[121.974931,31.61704],[121.715005,31.673592],[121.64294,31.697527],[121.599824,31.703128],[121.49881,31.753012],[121.431673,31.769295],[121.384861,31.833382],[121.323267,31.868458],[121.265369,31.863883],[121.200079,31.834907],[121.118775,31.759119],[121.145261,31.75403],[121.289391,31.61653],[121.371926,31.553314],[121.395332,31.585437],[121.434136,31.590535],[121.547469,31.531382],[121.625693,31.501792],[121.682976,31.491075],[121.819098,31.437987],[121.890547,31.428795],[121.981706,31.464024],[121.995873,31.493117],[121.974931,31.61704]]],[[[121.795693,31.330186],[121.792613,31.363408],[121.742106,31.407345],[121.585657,31.454836],[121.567179,31.48342],[121.520984,31.494137],[121.509897,31.4824],[121.572107,31.435944],[121.727939,31.35472],[121.76428,31.31536],[121.785222,31.31127],[121.795693,31.330186]]],[[[121.801852,31.356765],[121.8037,31.328652],[121.840656,31.295418],[121.932431,31.283144],[122.016199,31.282121],[122.097503,31.255522],[122.122756,31.307179],[122.116597,31.320984],[122.040837,31.324051],[121.951525,31.337343],[121.845584,31.37465],[121.792613,31.377715],[121.801852,31.356765]]],[[[121.626925,31.445135],[121.631853,31.456878],[121.579498,31.479848],[121.626925,31.445135]]],[[[121.943518,31.215608],[121.959533,31.159291],[121.995873,31.160828],[122.008808,31.221238],[121.950909,31.228915],[121.943518,31.215608]]],[[[121.88254,31.240684],[121.909026,31.195133],[121.923808,31.234032],[121.88254,31.240684]]]]}},{"type":"Feature","properties":{"adcode":320000,"name":"江苏省","center":[118.767413,32.041544],"centroid":[119.486506,32.983991],"childrenNum":13,"level":"province","parent":{"adcode":100000},"subFeatureIndex":9,"acroutes":[100000]},"geometry":{"type":"MultiPolygon","coordinates":[[[[117.311654,34.561686],[117.27285,34.556757],[117.303647,34.542463],[117.267923,34.532603],[117.27285,34.499565],[117.252524,34.48674],[117.248213,34.451216],[117.166293,34.434435],[117.139191,34.526687],[117.15151,34.559222],[117.104083,34.648874],[117.073286,34.639026],[117.061583,34.675947],[117.070206,34.713835],[117.022163,34.759081],[116.969192,34.771864],[116.95133,34.81069],[116.979047,34.815113],[116.966113,34.844588],[116.929156,34.843114],[116.922381,34.894671],[116.858323,34.928533],[116.821983,34.929515],[116.815823,34.965324],[116.789338,34.975133],[116.781331,34.916757],[116.677853,34.939327],[116.622418,34.939818],[116.613795,34.922645],[116.557745,34.908905],[116.445028,34.895652],[116.408071,34.850972],[116.403144,34.756131],[116.369267,34.749247],[116.363724,34.715311],[116.392057,34.710391],[116.374195,34.640011],[116.430245,34.650843],[116.432709,34.630163],[116.477057,34.614896],[116.490607,34.573513],[116.594085,34.511894],[116.592237,34.493646],[116.662454,34.472927],[116.722816,34.472434],[116.773939,34.453683],[116.782563,34.429993],[116.828142,34.389012],[116.909446,34.408271],[116.969192,34.389012],[116.960569,34.363821],[116.983359,34.348011],[116.969192,34.283753],[117.051112,34.221425],[117.025243,34.167469],[117.046801,34.151622],[117.123793,34.128342],[117.130568,34.101586],[117.192162,34.068873],[117.257452,34.065899],[117.277162,34.078787],[117.311654,34.067882],[117.357234,34.088205],[117.404045,34.03218],[117.435458,34.028212],[117.514914,34.060941],[117.543248,34.038627],[117.569117,33.985051],[117.612849,34.000433],[117.629479,34.028708],[117.671363,33.992494],[117.672595,33.934916],[117.715095,33.879287],[117.753899,33.891211],[117.759442,33.874318],[117.739732,33.758467],[117.72495,33.74951],[117.750203,33.710688],[117.791471,33.733585],[117.843826,33.736074],[117.901724,33.720146],[117.972557,33.74951],[118.019985,33.738562],[118.065564,33.76593],[118.117919,33.766427],[118.161035,33.735576],[118.16781,33.663381],[118.112376,33.617045],[118.117919,33.594615],[118.107448,33.475391],[118.050782,33.491863],[118.027376,33.455421],[118.016905,33.402978],[118.029224,33.374995],[117.992883,33.333005],[117.974405,33.279487],[117.939297,33.262475],[117.942376,33.224936],[117.977485,33.226437],[117.988572,33.180869],[118.037231,33.152314],[118.038463,33.134776],[118.149332,33.169348],[118.178281,33.217926],[118.217085,33.191888],[118.219549,33.114227],[118.243571,33.027967],[118.244803,32.998359],[118.26944,32.969242],[118.303933,32.96874],[118.291614,32.946143],[118.252194,32.936601],[118.2331,32.914498],[118.250346,32.848157],[118.301469,32.846145],[118.300237,32.783275],[118.334114,32.761637],[118.363063,32.770695],[118.375382,32.718849],[118.411106,32.715828],[118.450526,32.743518],[118.483787,32.721367],[118.560163,32.729926],[118.572482,32.719856],[118.642699,32.744525],[118.707373,32.72036],[118.756648,32.737477],[118.73817,32.772708],[118.743097,32.853184],[118.743097,32.853184],[118.810235,32.853687],[118.821322,32.920527],[118.846575,32.922034],[118.849039,32.956689],[118.89585,32.957694],[118.89585,32.957694],[118.892771,32.941121],[118.934039,32.93861],[118.993169,32.958196],[119.020886,32.955685],[119.054763,32.8748],[119.113277,32.823014],[119.184726,32.825529],[119.211827,32.708275],[119.208748,32.641276],[119.230921,32.607001],[119.22045,32.576748],[119.152697,32.557582],[119.168096,32.536394],[119.142226,32.499556],[119.084944,32.452602],[119.041212,32.515201],[118.975923,32.505108],[118.922336,32.557078],[118.92172,32.557078],[118.922336,32.557078],[118.92172,32.557078],[118.890923,32.553042],[118.908169,32.59238],[118.84288,32.56767],[118.820706,32.60448],[118.784981,32.582295],[118.757264,32.603976],[118.73509,32.58885],[118.719076,32.614059],[118.719076,32.614059],[118.688895,32.588346],[118.658714,32.594397],[118.632844,32.578261],[118.59712,32.600951],[118.568787,32.585825],[118.564475,32.562122],[118.608823,32.536899],[118.592192,32.481383],[118.628533,32.467751],[118.691359,32.472295],[118.685199,32.403604],[118.703061,32.328792],[118.657482,32.30148],[118.674728,32.250375],[118.643931,32.209875],[118.510888,32.194176],[118.49549,32.165304],[118.501033,32.121726],[118.433896,32.086746],[118.394476,32.076098],[118.389548,31.985281],[118.363679,31.930443],[118.472084,31.879639],[118.466541,31.857784],[118.504729,31.841516],[118.481939,31.778453],[118.533678,31.76726],[118.521975,31.743343],[118.5577,31.73011],[118.571866,31.746397],[118.641467,31.75861],[118.653786,31.73011],[118.697518,31.709747],[118.643315,31.671555],[118.643315,31.649651],[118.736322,31.633347],[118.748025,31.675629],[118.773894,31.682759],[118.802844,31.619078],[118.858894,31.623665],[118.881684,31.564023],[118.885995,31.519139],[118.883532,31.500261],[118.852119,31.393553],[118.824401,31.375672],[118.767735,31.363919],[118.745561,31.372606],[118.720924,31.322518],[118.726467,31.282121],[118.756648,31.279564],[118.794836,31.229426],[118.870597,31.242219],[118.984546,31.237102],[119.014727,31.241707],[119.10527,31.235055],[119.107118,31.250917],[119.158241,31.294907],[119.197661,31.295418],[119.198277,31.270357],[119.266646,31.250405],[119.294363,31.263195],[119.338095,31.259103],[119.350414,31.301043],[119.374435,31.258591],[119.360269,31.213049],[119.391682,31.174142],[119.439109,31.177214],[119.461283,31.156219],[119.532732,31.159291],[119.599869,31.10909],[119.623891,31.130096],[119.678093,31.167997],[119.705811,31.152634],[119.715666,31.169533],[119.779723,31.17875],[119.809904,31.148536],[119.827151,31.174142],[119.878274,31.160828],[119.921389,31.170045],[119.946027,31.106016],[119.988527,31.059375],[120.001461,31.027071],[120.052584,31.00553],[120.111099,30.955761],[120.149903,30.937283],[120.223816,30.926502],[120.316206,30.933689],[120.371025,30.948575],[120.35809,30.886964],[120.42338,30.902884],[120.435083,30.920855],[120.441858,30.860768],[120.460336,30.839702],[120.489285,30.763624],[120.504684,30.757967],[120.563814,30.835592],[120.589684,30.854089],[120.654973,30.846896],[120.68269,30.882342],[120.713487,30.88491],[120.709176,30.933176],[120.684538,30.955247],[120.698089,30.970643],[120.746132,30.962432],[120.770154,30.996809],[120.820661,31.006556],[120.865624,30.989627],[120.901349,31.017327],[120.890878,31.094229],[120.859465,31.100379],[120.881023,31.134706],[120.930298,31.141365],[121.018377,31.134194],[121.076892,31.158267],[121.060261,31.245289],[121.090442,31.291838],[121.142797,31.275472],[121.130478,31.343987],[121.113848,31.37465],[121.143413,31.392021],[121.174826,31.44922],[121.241963,31.493117],[121.247507,31.476785],[121.301093,31.49873],[121.301093,31.49873],[121.343593,31.511996],[121.371926,31.553314],[121.289391,31.61653],[121.145261,31.75403],[121.118775,31.759119],[121.200079,31.834907],[121.265369,31.863883],[121.323267,31.868458],[121.384861,31.833382],[121.431673,31.769295],[121.49881,31.753012],[121.599824,31.703128],[121.64294,31.697527],[121.715005,31.673592],[121.974931,31.61704],[121.970004,31.718911],[121.889315,31.866425],[121.856055,31.955328],[121.772287,32.032984],[121.759352,32.059362],[121.525295,32.136423],[121.542542,32.152132],[121.458774,32.177462],[121.499426,32.211394],[121.493882,32.263533],[121.450151,32.282256],[121.425513,32.430885],[121.390405,32.460682],[121.352216,32.474315],[121.269681,32.483402],[121.153268,32.52933],[121.121855,32.569183],[121.076892,32.576243],[121.020225,32.605489],[120.961711,32.612042],[120.979573,32.636236],[120.963559,32.68259],[120.916131,32.701225],[120.953088,32.714318],[120.972182,32.761134],[120.981421,32.85972],[120.957399,32.893395],[120.932762,33.005887],[120.917979,33.02596],[120.871784,33.047032],[120.874247,33.093672],[120.843451,33.209915],[120.819429,33.237951],[120.833595,33.274984],[120.813885,33.303499],[120.769538,33.307],[120.741205,33.337505],[120.717183,33.436945],[120.680227,33.520306],[120.622944,33.615051],[120.611241,33.627012],[120.583524,33.668362],[120.534249,33.782346],[120.48559,33.859411],[120.367329,34.091674],[120.347619,34.179352],[120.314359,34.255563],[120.311895,34.306991],[120.103707,34.391481],[119.962657,34.459112],[119.811752,34.485754],[119.781571,34.515839],[119.641137,34.569078],[119.610956,34.592729],[119.569072,34.615389],[119.465594,34.672994],[119.525956,34.73351],[119.456971,34.748264],[119.381827,34.752198],[119.494543,34.754656],[119.497007,34.754164],[119.439725,34.785136],[119.440957,34.769406],[119.378747,34.764489],[119.312841,34.774813],[119.272189,34.797914],[119.238313,34.799388],[119.217371,34.827886],[119.202588,34.890253],[119.214907,34.925589],[119.211211,34.981507],[119.238313,35.048657],[119.285124,35.068252],[119.291899,35.028567],[119.307298,35.032977],[119.292515,35.068742],[119.306066,35.076578],[119.286972,35.115261],[119.250016,35.124562],[119.217371,35.106939],[119.137915,35.096167],[119.114509,35.055026],[119.027045,35.055516],[118.942662,35.040817],[118.928495,35.051106],[118.86259,35.025626],[118.860742,34.944233],[118.805307,34.87307],[118.80038,34.843114],[118.772047,34.794474],[118.739402,34.792508],[118.719076,34.745313],[118.764039,34.740396],[118.783749,34.723181],[118.739402,34.693663],[118.690127,34.678408],[118.664257,34.693663],[118.607591,34.694155],[118.601431,34.714327],[118.545997,34.705964],[118.460997,34.656258],[118.473932,34.623269],[118.439439,34.626223],[118.424657,34.595193],[118.439439,34.507949],[118.416034,34.473914],[118.404947,34.427525],[118.379693,34.415183],[118.290382,34.424563],[118.277447,34.404814],[118.220165,34.405802],[118.217701,34.379134],[118.179513,34.379628],[118.177665,34.45319],[118.132702,34.483287],[118.16473,34.50499],[118.185056,34.543942],[118.079115,34.569571],[118.114839,34.614404],[118.084042,34.655766],[118.053861,34.650843],[117.951615,34.678408],[117.909732,34.670533],[117.902956,34.644443],[117.793935,34.651827],[117.791471,34.583368],[117.801942,34.518798],[117.684298,34.547392],[117.659044,34.501044],[117.609769,34.490686],[117.592523,34.462566],[117.53832,34.467006],[117.465023,34.484767],[117.402813,34.550843],[117.402813,34.569571],[117.370785,34.584846],[117.325205,34.573021],[117.325205,34.573021],[117.32151,34.566614],[117.32151,34.566614],[117.311654,34.561686],[117.311654,34.561686]]]]}},{"type":"Feature","properties":{"adcode":330000,"name":"浙江省","center":[120.153576,30.287459],"centroid":[120.109913,29.181466],"childrenNum":11,"level":"province","parent":{"adcode":100000},"subFeatureIndex":10,"acroutes":[100000]},"geometry":{"type":"MultiPolygon","coordinates":[[[[118.433896,28.288335],[118.444367,28.253548],[118.490562,28.238259],[118.493026,28.262509],[118.588497,28.282538],[118.595272,28.258292],[118.651322,28.277267],[118.674728,28.27147],[118.699366,28.309939],[118.719692,28.312047],[118.756032,28.252493],[118.802228,28.240368],[118.804075,28.207675],[118.771431,28.188687],[118.805923,28.154923],[118.802228,28.117453],[118.767735,28.10584],[118.719076,28.063601],[118.733858,28.027684],[118.730163,27.970615],[118.753568,27.947885],[118.818242,27.916689],[118.829329,27.847921],[118.873677,27.733563],[118.879836,27.667859],[118.913713,27.619616],[118.909401,27.568168],[118.869365,27.540047],[118.907553,27.460952],[118.955597,27.4498],[118.986393,27.47582],[118.983314,27.498649],[119.020886,27.498118],[119.03998,27.478475],[119.092335,27.466262],[119.129907,27.475289],[119.121284,27.438115],[119.14777,27.424836],[119.224146,27.416868],[119.26911,27.42218],[119.285124,27.457766],[119.334399,27.480067],[119.360269,27.524657],[119.416935,27.539517],[119.438493,27.508734],[119.466826,27.526249],[119.501935,27.610601],[119.501319,27.649837],[119.541971,27.666799],[119.606028,27.674749],[119.644217,27.663619],[119.626354,27.620676],[119.630666,27.582491],[119.675014,27.574534],[119.659615,27.540578],[119.690412,27.537394],[119.70889,27.514042],[119.703347,27.446613],[119.685485,27.438646],[119.711354,27.403054],[119.750774,27.373829],[119.739687,27.362668],[119.782187,27.330241],[119.768636,27.307909],[119.843165,27.300464],[119.938636,27.329709],[119.960194,27.365857],[120.008237,27.375423],[120.026099,27.344063],[120.052584,27.338747],[120.096316,27.390302],[120.136968,27.402523],[120.134504,27.420055],[120.221352,27.420055],[120.26262,27.432804],[120.273091,27.38924],[120.340844,27.399867],[120.343924,27.363199],[120.430155,27.258976],[120.401822,27.250996],[120.404286,27.204166],[120.461568,27.142407],[120.492365,27.136016],[120.545952,27.156785],[120.574901,27.234501],[120.554575,27.25206],[120.580444,27.321203],[120.665444,27.357884],[120.673451,27.420055],[120.703016,27.478475],[120.637111,27.561271],[120.634647,27.577186],[120.685154,27.622797],[120.709176,27.682699],[120.771386,27.734623],[120.777545,27.774873],[120.809574,27.775402],[120.840371,27.758986],[120.910588,27.864852],[120.942001,27.896592],[120.97403,27.887071],[121.027616,27.832574],[121.070116,27.834162],[121.107688,27.81352],[121.152036,27.815638],[121.134174,27.787051],[121.13479,27.787051],[121.149572,27.801345],[121.149572,27.801875],[121.153268,27.809815],[121.152652,27.810344],[121.192072,27.822518],[121.193304,27.872259],[121.162507,27.879136],[121.162507,27.90717],[121.099681,27.895005],[121.05595,27.900294],[120.991892,27.95],[121.015298,27.981714],[121.059029,28.096338],[121.108304,28.139092],[121.121239,28.12537],[121.140949,28.031382],[121.176058,28.022401],[121.261057,28.034551],[121.299862,28.067297],[121.328195,28.134343],[121.373774,28.133287],[121.402107,28.197127],[121.45631,28.250385],[121.488955,28.301509],[121.538846,28.299401],[121.571491,28.279376],[121.580114,28.240368],[121.627541,28.251966],[121.669425,28.33312],[121.660186,28.355768],[121.634317,28.347868],[121.658954,28.392628],[121.692831,28.407368],[121.671273,28.472621],[121.646019,28.511544],[121.634317,28.562542],[121.596128,28.575156],[121.557324,28.645033],[121.540694,28.655537],[121.646019,28.682842],[121.689135,28.719062],[121.704534,28.804577],[121.687287,28.863294],[121.774751,28.863818],[121.772287,28.898404],[121.743338,28.954451],[121.711309,28.985865],[121.712541,29.028783],[121.658954,29.058606],[121.660186,29.118226],[121.616454,29.143318],[121.608447,29.168927],[121.715621,29.125022],[121.750113,29.136523],[121.767975,29.166837],[121.780294,29.10986],[121.811091,29.10986],[121.85975,29.086328],[121.884388,29.105677],[121.966308,29.052852],[121.970004,29.092604],[121.988482,29.110906],[121.986634,29.154817],[121.948446,29.193485],[121.971851,29.193485],[121.966924,29.249894],[122.002032,29.260336],[122.000185,29.278608],[121.94475,29.28435],[121.958301,29.334448],[121.936127,29.348012],[121.937975,29.384],[121.975547,29.411113],[121.993409,29.45229],[121.973083,29.477821],[121.968772,29.515846],[121.995257,29.545007],[122.000185,29.582486],[121.966308,29.636078],[121.909641,29.650122],[121.872685,29.632437],[121.833265,29.653242],[121.937359,29.748373],[122.003264,29.762401],[122.043916,29.822647],[122.10243,29.859504],[122.143082,29.877668],[122.140003,29.901535],[122.00696,29.891678],[122.00388,29.92021],[121.971235,29.955476],[121.919497,29.920729],[121.835113,29.958068],[121.78399,29.99332],[121.721164,29.992802],[121.699606,30.007832],[121.652795,30.071037],[121.635548,30.070002],[121.561636,30.184395],[121.497578,30.258861],[121.395332,30.338435],[121.371926,30.37097],[121.328195,30.397299],[121.225333,30.404526],[121.183449,30.434458],[121.092906,30.515952],[121.058413,30.563888],[121.148956,30.599953],[121.188992,30.632916],[121.239499,30.648878],[121.274608,30.677191],[121.272144,30.723504],[121.232108,30.755909],[121.21671,30.785734],[121.174826,30.771851],[121.123087,30.77905],[121.13787,30.826342],[121.097833,30.857171],[121.060261,30.845354],[121.038087,30.814007],[120.991892,30.837133],[121.020225,30.872069],[120.993124,30.889532],[121.000515,30.938309],[120.989428,31.01425],[120.949392,31.030148],[120.940153,31.010146],[120.901349,31.017327],[120.865624,30.989627],[120.820661,31.006556],[120.770154,30.996809],[120.746132,30.962432],[120.698089,30.970643],[120.684538,30.955247],[120.709176,30.933176],[120.713487,30.88491],[120.68269,30.882342],[120.654973,30.846896],[120.589684,30.854089],[120.563814,30.835592],[120.504684,30.757967],[120.489285,30.763624],[120.460336,30.839702],[120.441858,30.860768],[120.435083,30.920855],[120.42338,30.902884],[120.35809,30.886964],[120.371025,30.948575],[120.316206,30.933689],[120.223816,30.926502],[120.149903,30.937283],[120.111099,30.955761],[120.052584,31.00553],[120.001461,31.027071],[119.988527,31.059375],[119.946027,31.106016],[119.921389,31.170045],[119.878274,31.160828],[119.827151,31.174142],[119.809904,31.148536],[119.779723,31.17875],[119.715666,31.169533],[119.705811,31.152634],[119.678093,31.167997],[119.623891,31.130096],[119.649144,31.104991],[119.629434,31.085517],[119.633746,31.019379],[119.580159,30.967051],[119.582007,30.932149],[119.563529,30.919315],[119.557369,30.874124],[119.575847,30.829939],[119.55429,30.825828],[119.527188,30.77905],[119.479761,30.772365],[119.482841,30.704467],[119.444652,30.650422],[119.408312,30.645274],[119.39045,30.685941],[119.343022,30.664322],[119.323312,30.630341],[119.238929,30.609225],[119.265414,30.574709],[119.237081,30.546881],[119.272189,30.510281],[119.326392,30.532964],[119.336247,30.508734],[119.335015,30.448389],[119.36766,30.38491],[119.402768,30.374584],[119.349182,30.349281],[119.326392,30.372002],[119.277117,30.341018],[119.246936,30.341018],[119.236465,30.297106],[119.201356,30.290905],[119.126828,30.304856],[119.091719,30.323972],[119.06277,30.304856],[118.988857,30.332237],[118.954365,30.360126],[118.880452,30.31519],[118.877988,30.282637],[118.905089,30.216464],[118.929727,30.2025],[118.852735,30.166805],[118.852119,30.149729],[118.895234,30.148694],[118.873677,30.11505],[118.878604,30.064822],[118.902626,30.029078],[118.894619,29.937845],[118.838568,29.934733],[118.841032,29.891159],[118.740634,29.814859],[118.744945,29.73902],[118.700598,29.706277],[118.647011,29.64336],[118.61991,29.654282],[118.573714,29.638159],[118.532446,29.588731],[118.500417,29.57572],[118.496106,29.519492],[118.381541,29.504909],[118.347664,29.474174],[118.329802,29.495012],[118.306396,29.479384],[118.316252,29.422581],[118.248498,29.431443],[118.193064,29.395472],[118.205382,29.343839],[118.166578,29.314099],[118.178281,29.297921],[118.138861,29.283828],[118.077883,29.290614],[118.073571,29.216993],[118.042159,29.210202],[118.027992,29.167882],[118.045238,29.149068],[118.037847,29.102017],[118.076035,29.074822],[118.066796,29.053898],[118.097593,28.998952],[118.115455,29.009944],[118.115455,29.009944],[118.133933,28.983771],[118.165346,28.986912],[118.227556,28.942406],[118.195527,28.904167],[118.270056,28.918836],[118.300237,28.826075],[118.364295,28.813491],[118.403099,28.702791],[118.428352,28.681267],[118.428352,28.617193],[118.428352,28.617193],[118.412338,28.55676],[118.4302,28.515225],[118.414802,28.497344],[118.474548,28.478934],[118.456686,28.424738],[118.432048,28.402104],[118.455454,28.384204],[118.480091,28.327325],[118.433896,28.288335]]],[[[122.163408,29.988137],[122.239785,29.962735],[122.279205,29.937326],[122.322321,29.940438],[122.341415,29.976733],[122.343879,30.020269],[122.310002,30.039958],[122.290908,30.074663],[122.301379,30.086574],[122.293988,30.100554],[122.152938,30.113497],[122.095655,30.158008],[122.048844,30.147141],[121.955221,30.183878],[121.934895,30.161631],[121.983554,30.100554],[121.989714,30.077252],[121.978011,30.059125],[122.027902,29.991247],[122.106742,30.005759],[122.118445,29.986582],[122.163408,29.988137]]],[[[122.213915,30.186464],[122.178807,30.199396],[122.152938,30.19112],[122.143698,30.163183],[122.168336,30.138343],[122.213915,30.186464]]],[[[122.229314,29.711995],[122.210836,29.700559],[122.269966,29.685482],[122.231162,29.710435],[122.229314,29.711995]]],[[[122.427646,30.738422],[122.427031,30.697777],[122.532972,30.696748],[122.528045,30.725047],[122.475074,30.714243],[122.445509,30.745109],[122.427646,30.738422]]],[[[122.162793,30.329654],[122.058083,30.291938],[122.154169,30.244903],[122.231778,30.234562],[122.247176,30.30124],[122.228082,30.329654],[122.191126,30.329654],[122.176343,30.351863],[122.162793,30.329654]]],[[[122.317393,30.249556],[122.277973,30.242835],[122.358661,30.236113],[122.365437,30.255242],[122.417175,30.238699],[122.40732,30.272817],[122.333408,30.272817],[122.317393,30.249556]]],[[[122.026054,29.178333],[122.013119,29.151681],[122.056851,29.158476],[122.075945,29.176243],[122.036525,29.20759],[122.026054,29.178333]]],[[[122.372212,29.893234],[122.386379,29.834069],[122.415944,29.828877],[122.401777,29.869884],[122.433806,29.883376],[122.43319,29.919173],[122.411632,29.951846],[122.398081,29.9394],[122.351886,29.959105],[122.330944,29.937845],[122.338951,29.911911],[122.353734,29.89946],[122.362973,29.894272],[122.372212,29.893234]]],[[[122.43011,30.408655],[122.432574,30.445294],[122.37406,30.461802],[122.277973,30.471603],[122.281669,30.418461],[122.318625,30.407106],[122.352502,30.422074],[122.43011,30.408655]]],[[[121.837577,28.770484],[121.86283,28.782024],[121.861598,28.814016],[121.837577,28.770484]]],[[[122.265038,29.84549],[122.221307,29.832512],[122.248408,29.804473],[122.310002,29.766557],[122.325401,29.781621],[122.299531,29.819532],[122.319241,29.829397],[122.265038,29.84549]]],[[[121.790765,29.082144],[121.832649,29.050236],[121.84312,29.082144],[121.82033,29.099402],[121.790765,29.082144]]],[[[121.201311,27.623328],[121.197616,27.618025],[121.198848,27.616964],[121.203775,27.625979],[121.201311,27.623328]]],[[[121.943518,30.776993],[121.968156,30.688514],[121.997105,30.658659],[122.087032,30.602014],[122.133227,30.595317],[122.075329,30.647848],[122.011271,30.66947],[121.992793,30.695204],[121.987866,30.753338],[121.970004,30.789333],[121.943518,30.776993]]],[[[121.889315,28.471569],[121.918881,28.497344],[121.881924,28.502603],[121.889315,28.471569]]],[[[122.182503,29.650642],[122.211452,29.692241],[122.200365,29.712515],[122.146778,29.749412],[122.13138,29.788893],[122.083952,29.78318],[122.047612,29.719791],[122.074097,29.701599],[122.095655,29.716673],[122.138155,29.662083],[122.182503,29.650642]]],[[[122.461523,29.944068],[122.459675,29.944586],[122.460291,29.947179],[122.451668,29.943031],[122.451052,29.940956],[122.450436,29.940956],[122.449204,29.9394],[122.4529,29.936807],[122.452284,29.935252],[122.45598,29.926435],[122.457827,29.927472],[122.462755,29.927991],[122.467067,29.928509],[122.459059,29.938882],[122.461523,29.944068]]],[[[122.570544,30.644244],[122.559457,30.679764],[122.546523,30.651967],[122.570544,30.644244]]],[[[121.869605,28.423685],[121.910873,28.44],[121.889931,28.45105],[121.869605,28.423685]]],[[[122.065474,30.179739],[122.055619,30.200431],[122.017431,30.186464],[122.025438,30.161631],[122.065474,30.179739]]],[[[122.391306,29.970512],[122.411632,30.025969],[122.378371,30.023896],[122.3679,29.980361],[122.391306,29.970512]]],[[[121.850511,29.977251],[121.874533,29.964809],[121.933047,29.994875],[121.924424,30.052391],[121.88562,30.094859],[121.848663,30.101072],[121.84004,30.047211],[121.844968,29.982953],[121.850511,29.977251]]],[[[121.066421,27.478475],[121.066421,27.461483],[121.107073,27.443958],[121.067036,27.478475],[121.066421,27.478475]]],[[[121.952141,29.187738],[121.979243,29.160043],[121.976779,29.191918],[121.952141,29.187738]]],[[[122.038373,29.759284],[122.011271,29.746294],[122.02975,29.716673],[122.038373,29.759284]]],[[[121.940438,30.114533],[121.910257,30.089163],[121.945982,30.064304],[121.962612,30.106249],[121.940438,30.114533]]],[[[121.957685,30.287804],[122.0008,30.308473],[121.989098,30.339985],[121.94167,30.33327],[121.921344,30.30744],[121.957685,30.287804]]],[[[122.192974,29.965327],[122.163408,29.988137],[122.152322,29.97103],[122.154169,29.97103],[122.155401,29.970512],[122.18435,29.955476],[122.192974,29.965327]]],[[[122.287828,29.723949],[122.301379,29.748373],[122.258263,29.753569],[122.241633,29.784738],[122.2133,29.771752],[122.251488,29.731225],[122.287828,29.723949]]],[[[121.134174,27.787051],[121.134174,27.785992],[121.13479,27.787051],[121.134174,27.787051]]],[[[122.760254,30.141966],[122.784275,30.130062],[122.781196,30.13265],[122.778116,30.13679],[122.770725,30.138861],[122.763333,30.141966],[122.762101,30.142484],[122.760254,30.141966]]],[[[122.264423,30.269716],[122.253952,30.237147],[122.315545,30.250073],[122.300147,30.271266],[122.264423,30.269716]]],[[[122.282901,29.860542],[122.30877,29.849642],[122.343263,29.860542],[122.343263,29.882857],[122.301379,29.883895],[122.282901,29.860542]]],[[[122.781196,30.694175],[122.799674,30.716301],[122.778732,30.729677],[122.757174,30.713728],[122.781196,30.694175]]],[[[121.098449,27.937311],[121.152652,27.961629],[121.120623,27.986471],[121.0695,27.984357],[121.038087,27.948942],[121.098449,27.937311]]],[[[121.185913,27.963215],[121.237652,27.988056],[121.197616,28.000739],[121.17113,27.978543],[121.185913,27.963215]]],[[[122.454132,29.956513],[122.447972,29.955994],[122.445509,29.952365],[122.446741,29.951327],[122.447972,29.947698],[122.459059,29.950809],[122.458443,29.951846],[122.455364,29.955994],[122.454132,29.956513]]],[[[122.836014,30.698806],[122.831087,30.728648],[122.807681,30.714243],[122.836014,30.698806]]],[[[122.200365,29.969475],[122.233626,29.946661],[122.273662,29.93214],[122.239785,29.960142],[122.200365,29.969475]]],[[[122.029134,29.954957],[122.043916,29.930584],[122.058699,29.955994],[122.029134,29.954957]]],[[[121.044247,27.979072],[121.089826,27.998625],[121.073812,28.007608],[121.044247,27.979072]]],[[[122.471378,29.927472],[122.470762,29.925916],[122.473226,29.925397],[122.47261,29.927472],[122.471378,29.927472]]],[[[122.152322,29.97103],[122.155401,29.970512],[122.154169,29.97103],[122.152322,29.97103]]]]}},{"type":"Feature","properties":{"adcode":340000,"name":"安徽省","center":[117.283042,31.86119],"centroid":[117.226884,31.849254],"childrenNum":16,"level":"province","parent":{"adcode":100000},"subFeatureIndex":11,"acroutes":[100000]},"geometry":{"type":"MultiPolygon","coordinates":[[[[116.599629,34.014324],[116.641512,33.978103],[116.64336,33.896675],[116.631042,33.887733],[116.566984,33.9081],[116.558361,33.881274],[116.486296,33.869846],[116.437637,33.846489],[116.437021,33.801246],[116.408071,33.805721],[116.393905,33.782843],[116.316912,33.771402],[116.263326,33.730101],[116.230065,33.735078],[116.155536,33.709693],[116.132747,33.751501],[116.100102,33.782843],[116.074232,33.781351],[116.055754,33.804727],[116.05945,33.860902],[115.982457,33.917039],[116.00032,33.965199],[115.95782,34.007875],[115.904233,34.009859],[115.876516,34.028708],[115.877132,34.002913],[115.85003,34.004898],[115.846335,34.028708],[115.809378,34.062428],[115.768726,34.061932],[115.736082,34.076805],[115.705901,34.059949],[115.658473,34.061437],[115.642459,34.03218],[115.60735,34.030196],[115.579017,33.974133],[115.577785,33.950307],[115.547604,33.874815],[115.631988,33.869846],[115.614126,33.775879],[115.576553,33.787817],[115.563003,33.772895],[115.601807,33.718653],[115.601191,33.658898],[115.639995,33.585143],[115.564851,33.576169],[115.511264,33.55323],[115.463837,33.567193],[115.422569,33.557219],[115.394851,33.506335],[115.366518,33.5233],[115.345576,33.502842],[115.345576,33.449928],[115.324634,33.457418],[115.315395,33.431451],[115.328946,33.403477],[115.313547,33.376994],[115.341881,33.370997],[115.365286,33.336005],[115.361591,33.298497],[115.335105,33.297997],[115.340033,33.260973],[115.300613,33.204407],[115.303692,33.149809],[115.289526,33.131769],[115.245178,33.135778],[115.194671,33.120743],[115.168186,33.088658],[115.041302,33.086653],[114.990795,33.102195],[114.966158,33.147304],[114.932897,33.153817],[114.902716,33.129764],[114.897172,33.086653],[114.913187,33.083143],[114.925506,33.016928],[114.891629,33.020441],[114.883006,32.990328],[114.916266,32.971251],[114.943368,32.935094],[115.009273,32.940117],[115.035143,32.932582],[115.029599,32.906962],[115.139237,32.897917],[115.155867,32.864747],[115.197135,32.856201],[115.189744,32.812452],[115.211301,32.785791],[115.189744,32.770695],[115.179273,32.726402],[115.182968,32.666973],[115.20083,32.591876],[115.24333,32.593388],[115.267352,32.578261],[115.30554,32.583303],[115.304924,32.553042],[115.411482,32.575235],[115.409018,32.549007],[115.497713,32.492489],[115.5088,32.468761],[115.510648,32.468761],[115.510648,32.468256],[115.510648,32.467751],[115.509416,32.466741],[115.522967,32.441997],[115.57101,32.419266],[115.604271,32.425833],[115.626445,32.40512],[115.657857,32.428864],[115.667712,32.409667],[115.704669,32.495013],[115.742241,32.476335],[115.771806,32.505108],[115.789052,32.468761],[115.861117,32.537403],[115.891298,32.576243],[115.910393,32.567165],[115.8759,32.542448],[115.845719,32.501575],[115.883291,32.487946],[115.865429,32.458662],[115.899306,32.390971],[115.912856,32.227596],[115.941805,32.166318],[115.922095,32.049725],[115.928871,32.003046],[115.909161,31.94314],[115.920248,31.920285],[115.894994,31.8649],[115.893762,31.832365],[115.914704,31.814567],[115.886371,31.776418],[115.851878,31.786593],[115.808147,31.770313],[115.808147,31.770313],[115.767495,31.78761],[115.731154,31.76726],[115.676336,31.778453],[115.553764,31.69549],[115.534054,31.698545],[115.495249,31.673083],[115.476771,31.643028],[115.485394,31.608885],[115.439815,31.588496],[115.415793,31.525771],[115.371446,31.495668],[115.389924,31.450241],[115.373909,31.405813],[115.393004,31.389977],[115.372062,31.349098],[115.40717,31.337854],[115.443511,31.344498],[115.473076,31.265242],[115.507568,31.267799],[115.539597,31.231985],[115.540213,31.194621],[115.585793,31.143926],[115.603655,31.17363],[115.655394,31.211002],[115.700973,31.201276],[115.778582,31.112164],[115.797676,31.128047],[115.837712,31.127022],[115.867277,31.147512],[115.887603,31.10909],[115.939958,31.071678],[115.938726,31.04707],[116.006479,31.034764],[116.015102,31.011685],[116.058834,31.012711],[116.071769,30.956787],[116.03974,30.957813],[115.976298,30.931636],[115.932566,30.889532],[115.865429,30.864364],[115.848799,30.828397],[115.863581,30.815549],[115.851262,30.756938],[115.782893,30.751795],[115.762567,30.685426],[115.81369,30.637035],[115.819234,30.597893],[115.848799,30.602014],[115.876516,30.582438],[115.887603,30.542758],[115.910393,30.519046],[115.894994,30.452517],[115.921479,30.416397],[115.885139,30.379747],[115.91532,30.337919],[115.903001,30.31364],[115.985537,30.290905],[115.997856,30.252657],[116.065609,30.204569],[116.055754,30.180774],[116.088399,30.110391],[116.078544,30.062233],[116.091479,30.036331],[116.073616,29.969993],[116.128435,29.897904],[116.13521,29.819532],[116.172783,29.828358],[116.227601,29.816936],[116.250391,29.785777],[116.280572,29.788893],[116.342782,29.835626],[116.467818,29.896347],[116.525716,29.897385],[116.552201,29.909836],[116.585462,30.045657],[116.620571,30.073109],[116.666766,30.076734],[116.720353,30.053945],[116.747454,30.057053],[116.783794,30.030632],[116.802889,29.99643],[116.830606,30.004723],[116.83307,29.95755],[116.868794,29.980361],[116.900207,29.949253],[116.882961,29.893753],[116.780715,29.792529],[116.762237,29.802396],[116.673541,29.709916],[116.698795,29.707836],[116.70557,29.69692],[116.706802,29.6964],[116.704954,29.688602],[116.680317,29.681323],[116.651983,29.637118],[116.716657,29.590813],[116.721585,29.564789],[116.760389,29.599139],[116.780715,29.569994],[116.849084,29.57624],[116.873722,29.609546],[116.939627,29.648561],[116.974736,29.657403],[116.996294,29.683403],[117.041873,29.680803],[117.112706,29.711995],[117.108395,29.75201],[117.136728,29.775388],[117.123177,29.798761],[117.073286,29.831992],[117.127489,29.86158],[117.129952,29.89946],[117.171836,29.920729],[117.2168,29.926953],[117.246365,29.915023],[117.261763,29.880781],[117.25314,29.834588],[117.29256,29.822647],[117.338756,29.848085],[117.359082,29.812782],[117.382487,29.840818],[117.415132,29.85068],[117.408973,29.802396],[117.455168,29.749412],[117.453936,29.688082],[117.490277,29.660003],[117.530313,29.654282],[117.523538,29.630356],[117.543248,29.588731],[117.608537,29.591333],[117.647957,29.614749],[117.678754,29.595496],[117.690457,29.555939],[117.729877,29.550213],[117.795167,29.570515],[117.872775,29.54761],[117.933753,29.549172],[118.00397,29.578322],[118.042774,29.566351],[118.050782,29.542924],[118.095129,29.534072],[118.143788,29.489803],[118.127774,29.47209],[118.136397,29.418932],[118.193064,29.395472],[118.248498,29.431443],[118.316252,29.422581],[118.306396,29.479384],[118.329802,29.495012],[118.347664,29.474174],[118.381541,29.504909],[118.496106,29.519492],[118.500417,29.57572],[118.532446,29.588731],[118.573714,29.638159],[118.61991,29.654282],[118.647011,29.64336],[118.700598,29.706277],[118.744945,29.73902],[118.740634,29.814859],[118.841032,29.891159],[118.838568,29.934733],[118.894619,29.937845],[118.902626,30.029078],[118.878604,30.064822],[118.873677,30.11505],[118.895234,30.148694],[118.852119,30.149729],[118.852735,30.166805],[118.929727,30.2025],[118.905089,30.216464],[118.877988,30.282637],[118.880452,30.31519],[118.954365,30.360126],[118.988857,30.332237],[119.06277,30.304856],[119.091719,30.323972],[119.126828,30.304856],[119.201356,30.290905],[119.236465,30.297106],[119.246936,30.341018],[119.277117,30.341018],[119.326392,30.372002],[119.349182,30.349281],[119.402768,30.374584],[119.36766,30.38491],[119.335015,30.448389],[119.336247,30.508734],[119.326392,30.532964],[119.272189,30.510281],[119.237081,30.546881],[119.265414,30.574709],[119.238929,30.609225],[119.323312,30.630341],[119.343022,30.664322],[119.39045,30.685941],[119.408312,30.645274],[119.444652,30.650422],[119.482841,30.704467],[119.479761,30.772365],[119.527188,30.77905],[119.55429,30.825828],[119.575847,30.829939],[119.557369,30.874124],[119.563529,30.919315],[119.582007,30.932149],[119.580159,30.967051],[119.633746,31.019379],[119.629434,31.085517],[119.649144,31.104991],[119.623891,31.130096],[119.599869,31.10909],[119.532732,31.159291],[119.461283,31.156219],[119.439109,31.177214],[119.391682,31.174142],[119.360269,31.213049],[119.374435,31.258591],[119.350414,31.301043],[119.338095,31.259103],[119.294363,31.263195],[119.266646,31.250405],[119.198277,31.270357],[119.197661,31.295418],[119.158241,31.294907],[119.107118,31.250917],[119.10527,31.235055],[119.014727,31.241707],[118.984546,31.237102],[118.870597,31.242219],[118.794836,31.229426],[118.756648,31.279564],[118.726467,31.282121],[118.720924,31.322518],[118.745561,31.372606],[118.767735,31.363919],[118.824401,31.375672],[118.852119,31.393553],[118.883532,31.500261],[118.857046,31.506384],[118.865669,31.519139],[118.885995,31.519139],[118.881684,31.564023],[118.858894,31.623665],[118.802844,31.619078],[118.773894,31.682759],[118.748025,31.675629],[118.736322,31.633347],[118.643315,31.649651],[118.643315,31.671555],[118.697518,31.709747],[118.653786,31.73011],[118.641467,31.75861],[118.571866,31.746397],[118.5577,31.73011],[118.521975,31.743343],[118.533678,31.76726],[118.481939,31.778453],[118.504729,31.841516],[118.466541,31.857784],[118.472084,31.879639],[118.363679,31.930443],[118.389548,31.985281],[118.394476,32.076098],[118.433896,32.086746],[118.501033,32.121726],[118.49549,32.165304],[118.510888,32.194176],[118.643931,32.209875],[118.674728,32.250375],[118.657482,32.30148],[118.703061,32.328792],[118.685199,32.403604],[118.691359,32.472295],[118.628533,32.467751],[118.592192,32.481383],[118.608823,32.536899],[118.564475,32.562122],[118.568787,32.585825],[118.59712,32.600951],[118.632844,32.578261],[118.658714,32.594397],[118.688895,32.588346],[118.719076,32.614059],[118.719076,32.614059],[118.73509,32.58885],[118.757264,32.603976],[118.784981,32.582295],[118.820706,32.60448],[118.84288,32.56767],[118.908169,32.59238],[118.890923,32.553042],[118.92172,32.557078],[118.922336,32.557078],[118.92172,32.557078],[118.922336,32.557078],[118.975923,32.505108],[119.041212,32.515201],[119.084944,32.452602],[119.142226,32.499556],[119.168096,32.536394],[119.152697,32.557582],[119.22045,32.576748],[119.230921,32.607001],[119.208748,32.641276],[119.211827,32.708275],[119.184726,32.825529],[119.113277,32.823014],[119.054763,32.8748],[119.020886,32.955685],[118.993169,32.958196],[118.934039,32.93861],[118.892771,32.941121],[118.89585,32.957694],[118.89585,32.957694],[118.849039,32.956689],[118.846575,32.922034],[118.821322,32.920527],[118.810235,32.853687],[118.743097,32.853184],[118.743097,32.853184],[118.73817,32.772708],[118.756648,32.737477],[118.707373,32.72036],[118.642699,32.744525],[118.572482,32.719856],[118.560163,32.729926],[118.483787,32.721367],[118.450526,32.743518],[118.411106,32.715828],[118.375382,32.718849],[118.363063,32.770695],[118.334114,32.761637],[118.300237,32.783275],[118.301469,32.846145],[118.250346,32.848157],[118.2331,32.914498],[118.252194,32.936601],[118.291614,32.946143],[118.303933,32.96874],[118.26944,32.969242],[118.244803,32.998359],[118.243571,33.027967],[118.219549,33.114227],[118.217085,33.191888],[118.178281,33.217926],[118.149332,33.169348],[118.038463,33.134776],[118.037231,33.152314],[117.988572,33.180869],[117.977485,33.226437],[117.942376,33.224936],[117.939297,33.262475],[117.974405,33.279487],[117.992883,33.333005],[118.029224,33.374995],[118.016905,33.402978],[118.027376,33.455421],[118.050782,33.491863],[118.107448,33.475391],[118.117919,33.594615],[118.112376,33.617045],[118.16781,33.663381],[118.161035,33.735576],[118.117919,33.766427],[118.065564,33.76593],[118.019985,33.738562],[117.972557,33.74951],[117.901724,33.720146],[117.843826,33.736074],[117.791471,33.733585],[117.750203,33.710688],[117.72495,33.74951],[117.739732,33.758467],[117.759442,33.874318],[117.753899,33.891211],[117.715095,33.879287],[117.672595,33.934916],[117.671363,33.992494],[117.629479,34.028708],[117.612849,34.000433],[117.569117,33.985051],[117.543248,34.038627],[117.514914,34.060941],[117.435458,34.028212],[117.404045,34.03218],[117.357234,34.088205],[117.311654,34.067882],[117.277162,34.078787],[117.257452,34.065899],[117.192162,34.068873],[117.130568,34.101586],[117.123793,34.128342],[117.046801,34.151622],[117.025243,34.167469],[117.051112,34.221425],[116.969192,34.283753],[116.983359,34.348011],[116.960569,34.363821],[116.969192,34.389012],[116.909446,34.408271],[116.828142,34.389012],[116.782563,34.429993],[116.773939,34.453683],[116.722816,34.472434],[116.662454,34.472927],[116.592237,34.493646],[116.594085,34.511894],[116.490607,34.573513],[116.477057,34.614896],[116.432709,34.630163],[116.430245,34.650843],[116.374195,34.640011],[116.334159,34.620806],[116.32492,34.601104],[116.286116,34.608986],[116.247927,34.551829],[116.196804,34.575977],[116.191261,34.535561],[116.204196,34.508442],[116.178326,34.496112],[116.162312,34.459605],[116.178942,34.430487],[116.215898,34.403333],[116.213435,34.382098],[116.255934,34.376665],[116.301514,34.342082],[116.357564,34.319843],[116.372347,34.26595],[116.409303,34.273863],[116.409303,34.273863],[116.456731,34.268917],[116.516477,34.296114],[116.562056,34.285731],[116.582382,34.266444],[116.545426,34.241711],[116.542962,34.203608],[116.565752,34.16945],[116.536187,34.151127],[116.52818,34.122892],[116.576223,34.068873],[116.576223,34.068873],[116.599629,34.014324],[116.599629,34.014324]]],[[[118.865669,31.519139],[118.857046,31.506384],[118.883532,31.500261],[118.885995,31.519139],[118.865669,31.519139]]],[[[116.698795,29.707836],[116.673541,29.709916],[116.653831,29.694841],[116.680317,29.681323],[116.704954,29.688602],[116.706802,29.6964],[116.70557,29.69692],[116.698795,29.707836]]],[[[115.5088,32.468761],[115.509416,32.466741],[115.510648,32.467751],[115.510648,32.468256],[115.510648,32.468761],[115.5088,32.468761]]]]}},{"type":"Feature","properties":{"adcode":350000,"name":"福建省","center":[119.306239,26.075302],"centroid":[118.006468,26.069925],"childrenNum":9,"level":"province","parent":{"adcode":100000},"subFeatureIndex":12,"acroutes":[100000]},"geometry":{"type":"MultiPolygon","coordinates":[[[[119.004872,24.970009],[118.989473,24.973807],[119.023966,25.04377],[119.016575,25.058409],[118.974691,25.024792],[118.945126,25.028588],[118.892155,25.092558],[118.974691,25.115319],[118.951901,25.15162],[118.985162,25.168954],[118.985162,25.19495],[118.942046,25.211195],[118.940198,25.21715],[118.943278,25.221482],[118.903242,25.239347],[118.900162,25.242595],[118.919256,25.248008],[118.91556,25.256668],[118.918024,25.25721],[118.956212,25.272905],[118.996864,25.266411],[118.975307,25.237723],[118.990089,25.20199],[119.055379,25.219316],[119.074473,25.211195],[119.054147,25.168412],[119.032589,25.17437],[119.028893,25.139702],[119.06585,25.102855],[119.075705,25.099604],[119.134219,25.106107],[119.107118,25.075214],[119.119436,25.012861],[119.146538,25.056782],[119.165632,25.145661],[119.137299,25.15487],[119.108349,25.193867],[119.131755,25.223106],[119.190269,25.175995],[119.231537,25.188993],[119.26911,25.159746],[119.314689,25.190076],[119.294979,25.237182],[119.331935,25.230685],[119.380595,25.250173],[119.333167,25.287516],[119.299291,25.328634],[119.247552,25.333502],[119.240776,25.316733],[119.218603,25.368115],[119.14469,25.388121],[119.151465,25.426503],[119.191501,25.424341],[119.232153,25.442176],[119.219834,25.468654],[119.256175,25.488643],[119.275269,25.476758],[119.26295,25.428124],[119.288204,25.410827],[119.353493,25.411908],[119.343638,25.472436],[119.359037,25.521592],[119.400921,25.493505],[119.45266,25.493505],[119.438493,25.412449],[119.463131,25.448661],[119.491464,25.443257],[119.48592,25.418935],[119.507478,25.396231],[119.486536,25.369737],[119.548746,25.365952],[119.578927,25.400556],[119.555521,25.429205],[119.577695,25.445959],[119.59063,25.398394],[119.582623,25.374063],[119.597405,25.334584],[119.649144,25.342697],[119.665159,25.3719],[119.656535,25.396772],[119.670086,25.435691],[119.622659,25.434069],[119.675014,25.468113],[119.682405,25.445959],[119.688564,25.441095],[119.773564,25.395691],[119.764325,25.433529],[119.804977,25.457847],[119.866571,25.455145],[119.864107,25.469734],[119.862875,25.474597],[119.811136,25.507009],[119.81668,25.532393],[119.861027,25.531313],[119.883817,25.546432],[119.831462,25.579905],[119.843165,25.597717],[119.790194,25.614447],[119.785883,25.66786],[119.700267,25.616606],[119.683637,25.592859],[119.716898,25.551292],[119.715666,25.51187],[119.680557,25.497827],[119.675014,25.475137],[119.634362,25.475137],[119.611572,25.519972],[119.616499,25.556691],[119.586934,25.59232],[119.534579,25.585303],[119.541355,25.6247],[119.478529,25.631715],[119.472986,25.662466],[119.543819,25.684581],[119.602949,25.68512],[119.602949,25.714779],[119.626354,25.723406],[119.628202,25.87212],[119.638057,25.889888],[119.69534,25.904424],[119.723673,26.011503],[119.700267,26.032477],[119.668854,26.026024],[119.654688,26.090002],[119.618963,26.11956],[119.604181,26.168985],[119.664543,26.202282],[119.676246,26.262943],[119.7711,26.285481],[119.802513,26.268846],[119.806825,26.307479],[119.845013,26.323036],[119.862875,26.307479],[119.904143,26.308552],[119.95465,26.352534],[119.946027,26.374519],[119.893672,26.355752],[119.835774,26.434019],[119.83639,26.454381],[119.788346,26.583435],[119.740303,26.610727],[119.670086,26.618218],[119.605412,26.595744],[119.577695,26.622498],[119.619579,26.649246],[119.637441,26.703256],[119.664543,26.726243],[119.711354,26.686681],[119.833926,26.690959],[119.864107,26.671174],[119.873962,26.642827],[119.908455,26.661547],[119.899216,26.693098],[119.938636,26.747088],[119.942947,26.784492],[120.052584,26.786629],[120.061824,26.768997],[119.99407,26.720363],[119.969433,26.686681],[119.972512,26.654594],[119.949107,26.624638],[119.901679,26.624638],[119.851788,26.595209],[119.828383,26.524013],[119.867187,26.509019],[119.947875,26.56042],[119.93802,26.576478],[119.967585,26.597885],[120.007621,26.595744],[120.063671,26.627848],[120.093852,26.613938],[120.1382,26.638012],[120.110483,26.692563],[120.162222,26.717691],[120.151135,26.750829],[120.106787,26.752966],[120.136352,26.797847],[120.103707,26.794642],[120.102476,26.82669],[120.073526,26.823485],[120.054432,26.863533],[120.117874,26.882751],[120.126497,26.920644],[120.130193,26.917976],[120.1807,26.920644],[120.233055,26.907837],[120.25954,26.982526],[120.279866,26.987326],[120.275554,27.027315],[120.29588,27.035845],[120.282946,27.089671],[120.391967,27.081146],[120.403054,27.10086],[120.461568,27.142407],[120.404286,27.204166],[120.401822,27.250996],[120.430155,27.258976],[120.343924,27.363199],[120.340844,27.399867],[120.273091,27.38924],[120.26262,27.432804],[120.221352,27.420055],[120.134504,27.420055],[120.136968,27.402523],[120.096316,27.390302],[120.052584,27.338747],[120.026099,27.344063],[120.008237,27.375423],[119.960194,27.365857],[119.938636,27.329709],[119.843165,27.300464],[119.768636,27.307909],[119.782187,27.330241],[119.739687,27.362668],[119.750774,27.373829],[119.711354,27.403054],[119.685485,27.438646],[119.703347,27.446613],[119.70889,27.514042],[119.690412,27.537394],[119.659615,27.540578],[119.675014,27.574534],[119.630666,27.582491],[119.626354,27.620676],[119.644217,27.663619],[119.606028,27.674749],[119.541971,27.666799],[119.501319,27.649837],[119.501935,27.610601],[119.466826,27.526249],[119.438493,27.508734],[119.416935,27.539517],[119.360269,27.524657],[119.334399,27.480067],[119.285124,27.457766],[119.26911,27.42218],[119.224146,27.416868],[119.14777,27.424836],[119.121284,27.438115],[119.129907,27.475289],[119.092335,27.466262],[119.03998,27.478475],[119.020886,27.498118],[118.983314,27.498649],[118.986393,27.47582],[118.955597,27.4498],[118.907553,27.460952],[118.869365,27.540047],[118.909401,27.568168],[118.913713,27.619616],[118.879836,27.667859],[118.873677,27.733563],[118.829329,27.847921],[118.818242,27.916689],[118.753568,27.947885],[118.730163,27.970615],[118.733858,28.027684],[118.719076,28.063601],[118.767735,28.10584],[118.802228,28.117453],[118.805923,28.154923],[118.771431,28.188687],[118.804075,28.207675],[118.802228,28.240368],[118.756032,28.252493],[118.719692,28.312047],[118.699366,28.309939],[118.674728,28.27147],[118.651322,28.277267],[118.595272,28.258292],[118.588497,28.282538],[118.493026,28.262509],[118.490562,28.238259],[118.444367,28.253548],[118.433896,28.288335],[118.424041,28.291497],[118.314404,28.221913],[118.339041,28.193962],[118.375382,28.186577],[118.361215,28.155978],[118.356288,28.091586],[118.242339,28.075746],[118.199839,28.049869],[118.153644,28.062016],[118.120999,28.041946],[118.129006,28.017118],[118.094513,28.003909],[118.096977,27.970615],[117.999043,27.991227],[117.965166,27.962687],[117.942992,27.974315],[117.910963,27.949471],[117.856145,27.94577],[117.78716,27.896063],[117.788392,27.855858],[117.740348,27.800286],[117.704624,27.834162],[117.68245,27.823577],[117.649805,27.851625],[117.609769,27.863265],[117.556182,27.966387],[117.52169,27.982243],[117.477958,27.930966],[117.453936,27.939955],[117.407741,27.893948],[117.366473,27.88231],[117.341836,27.855858],[117.334444,27.8876],[117.280242,27.871201],[117.276546,27.847921],[117.303031,27.833103],[117.296256,27.764282],[117.245133,27.71926],[117.205097,27.714492],[117.204481,27.683759],[117.174916,27.677399],[117.114554,27.692238],[117.096076,27.667329],[117.11209,27.645596],[117.094228,27.627569],[117.065279,27.665739],[117.040641,27.669979],[117.003685,27.625449],[117.024627,27.592569],[117.01662,27.563393],[117.054808,27.5427],[117.076982,27.566046],[117.103467,27.533149],[117.110242,27.458828],[117.133032,27.42218],[117.107163,27.393491],[117.104699,27.330773],[117.140423,27.322798],[117.136728,27.303123],[117.171836,27.29036],[117.149662,27.241419],[117.044953,27.146667],[117.05296,27.100327],[116.967344,27.061962],[116.936547,27.019319],[116.910062,27.034779],[116.851548,27.009188],[116.817671,27.018252],[116.679085,26.978259],[116.632889,26.933984],[116.602092,26.888623],[116.548506,26.84004],[116.543578,26.803723],[116.557745,26.773806],[116.515245,26.720898],[116.520172,26.684543],[116.566368,26.650315],[116.553433,26.575942],[116.539267,26.559349],[116.597165,26.512768],[116.610716,26.476882],[116.638433,26.477418],[116.608252,26.429732],[116.601476,26.372911],[116.553433,26.365404],[116.553433,26.400253],[116.519557,26.410437],[116.499846,26.361651],[116.459194,26.345026],[116.437021,26.308016],[116.412999,26.297822],[116.385282,26.238253],[116.400064,26.202819],[116.392057,26.171133],[116.435789,26.159854],[116.476441,26.172745],[116.489375,26.113649],[116.384666,26.030864],[116.360028,25.991601],[116.369883,25.963088],[116.326152,25.956631],[116.303362,25.924341],[116.258398,25.902809],[116.225138,25.908731],[116.17771,25.894195],[116.132131,25.860273],[116.131515,25.824185],[116.18079,25.778926],[116.129667,25.758985],[116.106877,25.701299],[116.067457,25.703995],[116.068689,25.646282],[116.041588,25.62416],[116.063145,25.56317],[116.040356,25.548052],[116.03666,25.514571],[116.005247,25.490264],[116.023109,25.435691],[115.992928,25.374063],[116.008327,25.319437],[115.987385,25.290221],[115.949813,25.292386],[115.930719,25.236099],[115.855574,25.20957],[115.860501,25.165704],[115.888219,25.128866],[115.880212,25.092016],[115.908545,25.084428],[115.928255,25.050276],[115.873436,25.019911],[115.925175,24.960786],[115.870356,24.959701],[115.89253,24.936911],[115.907929,24.923343],[115.985537,24.899461],[116.015102,24.905975],[116.068073,24.850053],[116.153073,24.846795],[116.191877,24.877203],[116.221442,24.829959],[116.251007,24.82507],[116.244232,24.793563],[116.297202,24.801712],[116.345862,24.828872],[116.363724,24.87123],[116.395137,24.877746],[116.417927,24.840821],[116.381586,24.82507],[116.375427,24.803885],[116.419158,24.767482],[116.416079,24.744113],[116.44626,24.714216],[116.485064,24.720196],[116.517709,24.652225],[116.506622,24.621218],[116.530027,24.604895],[116.570679,24.621762],[116.600861,24.654401],[116.623034,24.64189],[116.667382,24.658752],[116.777635,24.679418],[116.815207,24.654944],[116.761005,24.583128],[116.759157,24.545572],[116.796729,24.502014],[116.83307,24.496568],[116.860787,24.460075],[116.839229,24.442097],[116.903903,24.369614],[116.895895,24.350533],[116.919301,24.321087],[116.914374,24.287817],[116.938395,24.28127],[116.933468,24.220157],[116.956257,24.216883],[116.998757,24.179217],[116.9347,24.126794],[116.930388,24.064514],[116.953178,24.008218],[116.981511,23.999471],[116.976583,23.931659],[116.955642,23.922359],[116.981511,23.855602],[117.012308,23.855054],[117.019083,23.801952],[117.048032,23.758687],[117.055424,23.694038],[117.123793,23.647448],[117.147199,23.654027],[117.192778,23.629356],[117.192778,23.5619],[117.291328,23.571225],[117.302415,23.550379],[117.387415,23.555317],[117.463791,23.584937],[117.454552,23.628259],[117.493357,23.642514],[117.501364,23.70445],[117.54448,23.715956],[117.601762,23.70171],[117.660276,23.789357],[117.651653,23.815093],[117.671979,23.878041],[117.691073,23.888985],[117.762522,23.886796],[117.792703,23.906494],[117.807486,23.947521],[117.864768,24.004938],[117.910347,24.012045],[117.927594,24.039922],[117.936217,24.100029],[118.000275,24.152462],[118.019369,24.197232],[118.074803,24.225615],[118.115455,24.229435],[118.158571,24.269814],[118.112376,24.357075],[118.081579,24.35653],[118.088354,24.408858],[118.048934,24.418122],[118.084042,24.528695],[118.121615,24.570067],[118.150564,24.583673],[118.169042,24.559725],[118.242955,24.51236],[118.375382,24.536317],[118.363679,24.567889],[118.444367,24.614689],[118.512736,24.60816],[118.557084,24.572788],[118.558316,24.51236],[118.614366,24.521617],[118.680272,24.58204],[118.687047,24.63373],[118.661178,24.622306],[118.652554,24.653857],[118.670417,24.679962],[118.703677,24.665278],[118.778822,24.743569],[118.786213,24.77672],[118.650707,24.808774],[118.647627,24.843536],[118.702445,24.865258],[118.69875,24.848967],[118.748641,24.84245],[118.807771,24.870687],[118.834256,24.854397],[118.864437,24.887518],[118.933423,24.870687],[118.988857,24.878831],[118.987009,24.898375],[118.932807,24.906518],[118.91864,24.932569],[118.945741,24.954275],[119.014111,24.941252],[119.032589,24.961328],[119.032589,24.961871],[119.007335,24.963499],[119.004872,24.970009]]],[[[118.412338,24.514538],[118.374766,24.458986],[118.318715,24.486765],[118.298389,24.477506],[118.31194,24.424661],[118.282375,24.413218],[118.329802,24.382152],[118.353208,24.415398],[118.405563,24.427931],[118.457918,24.412128],[118.477012,24.437738],[118.451758,24.506915],[118.412338,24.514538]]],[[[119.471138,25.197116],[119.507478,25.183036],[119.52534,25.157579],[119.549362,25.161912],[119.566608,25.210112],[119.540739,25.20199],[119.501319,25.21715],[119.473601,25.259916],[119.44342,25.238806],[119.444036,25.20199],[119.471138,25.197116]]],[[[119.580159,25.627398],[119.611572,25.669479],[119.580775,25.650059],[119.580159,25.627398]]],[[[119.976824,26.191005],[120.016244,26.217316],[119.998998,26.235569],[119.970665,26.217852],[119.976824,26.191005]]],[[[118.230636,24.401228],[118.273752,24.441007],[118.233716,24.445911],[118.230636,24.401228]]],[[[119.906607,26.68989],[119.926933,26.664756],[119.950954,26.692563],[119.906607,26.68989]]],[[[118.204151,24.504737],[118.191832,24.536861],[118.14502,24.560814],[118.093281,24.540672],[118.068644,24.463344],[118.084042,24.435559],[118.143173,24.420847],[118.19368,24.463344],[118.204151,24.504737]]],[[[119.929397,26.134067],[119.960194,26.146961],[119.919542,26.172208],[119.929397,26.134067]]],[[[119.642985,26.129231],[119.665159,26.155556],[119.62697,26.173282],[119.606028,26.15287],[119.642985,26.129231]]],[[[120.034106,26.488667],[120.066751,26.498308],[120.071679,26.521336],[120.035954,26.515981],[120.034106,26.488667]]],[[[119.662079,25.646822],[119.673782,25.632794],[119.718745,25.634952],[119.716898,25.664624],[119.662079,25.646822]]],[[[119.760629,26.613402],[119.776644,26.600025],[119.818527,26.616613],[119.796354,26.630523],[119.760629,26.613402]]],[[[120.135736,26.550784],[120.167149,26.571661],[120.153598,26.604841],[120.117874,26.568984],[120.135736,26.550784]]],[[[120.360554,26.916909],[120.394431,26.933984],[120.363018,26.967592],[120.327909,26.963858],[120.319286,26.944654],[120.360554,26.916909]]],[[[120.150519,26.798916],[120.140048,26.795176],[120.163454,26.798381],[120.161606,26.803189],[120.150519,26.798916]]],[[[119.668238,26.628383],[119.720593,26.635873],[119.758781,26.659408],[119.748926,26.681334],[119.712586,26.6685],[119.673782,26.680799],[119.651608,26.657269],[119.668238,26.628383]]]]}},{"type":"Feature","properties":{"adcode":360000,"name":"江西省","center":[115.892151,28.676493],"centroid":[115.732975,27.636112],"childrenNum":11,"level":"province","parent":{"adcode":100000},"subFeatureIndex":13,"acroutes":[100000]},"geometry":{"type":"MultiPolygon","coordinates":[[[[118.193064,29.395472],[118.136397,29.418932],[118.127774,29.47209],[118.143788,29.489803],[118.095129,29.534072],[118.050782,29.542924],[118.042774,29.566351],[118.00397,29.578322],[117.933753,29.549172],[117.872775,29.54761],[117.795167,29.570515],[117.729877,29.550213],[117.690457,29.555939],[117.678754,29.595496],[117.647957,29.614749],[117.608537,29.591333],[117.543248,29.588731],[117.523538,29.630356],[117.530313,29.654282],[117.490277,29.660003],[117.453936,29.688082],[117.455168,29.749412],[117.408973,29.802396],[117.415132,29.85068],[117.382487,29.840818],[117.359082,29.812782],[117.338756,29.848085],[117.29256,29.822647],[117.25314,29.834588],[117.261763,29.880781],[117.246365,29.915023],[117.2168,29.926953],[117.171836,29.920729],[117.129952,29.89946],[117.127489,29.86158],[117.073286,29.831992],[117.123177,29.798761],[117.136728,29.775388],[117.108395,29.75201],[117.112706,29.711995],[117.041873,29.680803],[116.996294,29.683403],[116.974736,29.657403],[116.939627,29.648561],[116.873722,29.609546],[116.849084,29.57624],[116.780715,29.569994],[116.760389,29.599139],[116.721585,29.564789],[116.716657,29.590813],[116.651983,29.637118],[116.680317,29.681323],[116.653831,29.694841],[116.673541,29.709916],[116.762237,29.802396],[116.780715,29.792529],[116.882961,29.893753],[116.900207,29.949253],[116.868794,29.980361],[116.83307,29.95755],[116.830606,30.004723],[116.802889,29.99643],[116.783794,30.030632],[116.747454,30.057053],[116.720353,30.053945],[116.666766,30.076734],[116.620571,30.073109],[116.585462,30.045657],[116.552201,29.909836],[116.525716,29.897385],[116.467818,29.896347],[116.342782,29.835626],[116.280572,29.788893],[116.250391,29.785777],[116.227601,29.816936],[116.172783,29.828358],[116.13521,29.819532],[116.087167,29.795125],[116.049595,29.761881],[115.965827,29.724469],[115.909777,29.723949],[115.837096,29.748373],[115.762567,29.793048],[115.706517,29.837703],[115.667712,29.850161],[115.611662,29.841337],[115.51188,29.840299],[115.479235,29.811224],[115.470612,29.739539],[115.412714,29.688602],[115.355431,29.649602],[115.304924,29.637118],[115.28583,29.618391],[115.250722,29.660003],[115.176809,29.654803],[115.113367,29.684963],[115.117679,29.655843],[115.143548,29.645961],[115.120142,29.597578],[115.157099,29.584568],[115.154019,29.510117],[115.086266,29.525741],[115.087498,29.560104],[115.033295,29.546568],[115.00065,29.572076],[114.947679,29.542924],[114.966773,29.522096],[114.940288,29.493971],[114.900868,29.505951],[114.860216,29.476258],[114.888549,29.436134],[114.918114,29.454374],[114.90518,29.473132],[114.935977,29.486678],[114.947063,29.465317],[114.931049,29.422581],[114.895325,29.397557],[114.866375,29.404335],[114.812173,29.383478],[114.784455,29.386086],[114.759818,29.363139],[114.740724,29.386607],[114.67297,29.395993],[114.621847,29.379828],[114.589819,29.352707],[114.519602,29.325578],[114.466015,29.324013],[114.440145,29.341752],[114.376088,29.322969],[114.341595,29.327665],[114.307102,29.365225],[114.259059,29.343839],[114.252284,29.23475],[114.169748,29.216993],[114.063191,29.204978],[114.034857,29.152204],[113.98743,29.126068],[113.952321,29.092604],[113.94185,29.047097],[113.961561,28.999476],[113.955401,28.978536],[113.973879,28.937692],[114.008988,28.955498],[114.005292,28.917788],[114.028082,28.891069],[114.060111,28.902596],[114.056415,28.872204],[114.076741,28.834464],[114.124784,28.843376],[114.153734,28.829221],[114.137719,28.779926],[114.157429,28.761566],[114.122321,28.623497],[114.132176,28.607211],[114.08598,28.558337],[114.138335,28.533629],[114.15435,28.507337],[114.218407,28.48472],[114.217175,28.466308],[114.172212,28.432632],[114.214712,28.403157],[114.252284,28.395787],[114.2529,28.319423],[114.198081,28.29097],[114.182067,28.249858],[114.143879,28.246694],[114.109386,28.205038],[114.107538,28.182885],[114.068734,28.171806],[114.012068,28.174972],[113.992357,28.161255],[114.025002,28.080499],[114.047176,28.057263],[114.025618,28.031382],[113.970184,28.041418],[113.966488,28.017646],[113.936307,28.018703],[113.914133,27.991227],[113.864242,28.004966],[113.845148,27.971672],[113.822974,27.982243],[113.752141,27.93361],[113.72812,27.874904],[113.756453,27.860091],[113.763228,27.799228],[113.69917,27.740979],[113.696707,27.71979],[113.652359,27.663619],[113.607395,27.625449],[113.608627,27.585143],[113.579062,27.545354],[113.583374,27.524657],[113.627105,27.49971],[113.591381,27.467855],[113.59754,27.428554],[113.632033,27.40518],[113.605548,27.38924],[113.616635,27.345658],[113.657902,27.347253],[113.699786,27.331836],[113.72812,27.350442],[113.872865,27.384988],[113.872865,27.346721],[113.854387,27.30525],[113.872865,27.289828],[113.846996,27.222262],[113.779242,27.137081],[113.771851,27.096598],[113.803264,27.099261],[113.824206,27.036378],[113.86301,27.018252],[113.892575,26.964925],[113.927068,26.948922],[113.890112,26.895562],[113.877177,26.859262],[113.835909,26.806394],[113.853771,26.769532],[113.860546,26.664221],[113.912901,26.613938],[113.996669,26.615543],[114.019459,26.587182],[114.10877,26.56952],[114.07243,26.480096],[114.110002,26.482775],[114.090292,26.455988],[114.085364,26.406149],[114.062575,26.406149],[114.030546,26.376664],[114.047792,26.337518],[114.021307,26.288701],[114.029314,26.266163],[113.978807,26.237716],[113.972647,26.20604],[113.949242,26.192616],[113.962792,26.150722],[114.013299,26.184023],[114.088444,26.168448],[114.102611,26.187783],[114.181451,26.214631],[114.216559,26.203355],[114.237501,26.152333],[114.188842,26.121172],[114.10569,26.097526],[114.121089,26.085702],[114.087828,26.06635],[114.044096,26.076564],[114.008372,26.015806],[114.028082,25.98138],[114.028082,25.893119],[113.971416,25.836036],[113.961561,25.77731],[113.920293,25.741197],[113.913517,25.701299],[113.957249,25.611749],[113.983118,25.599336],[113.986198,25.529153],[113.962792,25.528072],[113.94493,25.441635],[114.003444,25.442716],[113.983118,25.415152],[114.050256,25.36433],[114.029314,25.328093],[114.017611,25.273987],[114.039785,25.250714],[114.055799,25.277775],[114.083517,25.275611],[114.115545,25.302125],[114.190074,25.316733],[114.204857,25.29942],[114.260291,25.291845],[114.2954,25.299961],[114.31511,25.33837],[114.382863,25.317274],[114.43029,25.343779],[114.438914,25.376226],[114.477718,25.37136],[114.541159,25.416773],[114.599674,25.385959],[114.63663,25.324306],[114.714238,25.315651],[114.743188,25.274528],[114.73518,25.225813],[114.693912,25.213902],[114.685905,25.173287],[114.73518,25.155954],[114.735796,25.121822],[114.664963,25.10123],[114.640326,25.074129],[114.604601,25.083886],[114.561485,25.077382],[114.532536,25.022623],[114.506051,24.999844],[114.45616,24.99659],[114.454928,24.977062],[114.395798,24.951019],[114.403189,24.877746],[114.378551,24.861457],[114.342211,24.807145],[114.336052,24.749004],[114.281849,24.724001],[114.27261,24.700624],[114.169132,24.689749],[114.19069,24.656576],[114.258443,24.641346],[114.289856,24.619042],[114.300943,24.578775],[114.363769,24.582584],[114.391486,24.563535],[114.403189,24.497657],[114.429058,24.48622],[114.534384,24.559181],[114.589819,24.537406],[114.627391,24.576598],[114.664963,24.583673],[114.704999,24.525973],[114.73826,24.565168],[114.729637,24.608704],[114.781376,24.613057],[114.827571,24.588026],[114.846665,24.602719],[114.868839,24.562446],[114.893477,24.582584],[114.909491,24.661471],[114.940288,24.650049],[115.00373,24.679418],[115.024672,24.669085],[115.057317,24.703343],[115.083802,24.699537],[115.104744,24.667997],[115.1842,24.711498],[115.258729,24.728894],[115.269816,24.749548],[115.306772,24.758787],[115.358511,24.735416],[115.372678,24.774546],[115.412714,24.79302],[115.476771,24.762591],[115.522967,24.702799],[115.555611,24.683768],[115.569778,24.622306],[115.605503,24.62557],[115.671408,24.604895],[115.68927,24.545027],[115.752712,24.546116],[115.785357,24.567345],[115.843871,24.562446],[115.840791,24.584217],[115.797676,24.628834],[115.780429,24.663103],[115.801371,24.705517],[115.769342,24.708236],[115.756408,24.749004],[115.776734,24.774546],[115.764415,24.791933],[115.790284,24.856027],[115.807531,24.862543],[115.824161,24.909232],[115.863581,24.891318],[115.861733,24.863629],[115.907313,24.879917],[115.885139,24.898918],[115.89253,24.936911],[115.870356,24.959701],[115.925175,24.960786],[115.873436,25.019911],[115.928255,25.050276],[115.908545,25.084428],[115.880212,25.092016],[115.888219,25.128866],[115.860501,25.165704],[115.855574,25.20957],[115.930719,25.236099],[115.949813,25.292386],[115.987385,25.290221],[116.008327,25.319437],[115.992928,25.374063],[116.023109,25.435691],[116.005247,25.490264],[116.03666,25.514571],[116.040356,25.548052],[116.063145,25.56317],[116.041588,25.62416],[116.068689,25.646282],[116.067457,25.703995],[116.106877,25.701299],[116.129667,25.758985],[116.18079,25.778926],[116.131515,25.824185],[116.132131,25.860273],[116.17771,25.894195],[116.225138,25.908731],[116.258398,25.902809],[116.303362,25.924341],[116.326152,25.956631],[116.369883,25.963088],[116.360028,25.991601],[116.384666,26.030864],[116.489375,26.113649],[116.476441,26.172745],[116.435789,26.159854],[116.392057,26.171133],[116.400064,26.202819],[116.385282,26.238253],[116.412999,26.297822],[116.437021,26.308016],[116.459194,26.345026],[116.499846,26.361651],[116.519557,26.410437],[116.553433,26.400253],[116.553433,26.365404],[116.601476,26.372911],[116.608252,26.429732],[116.638433,26.477418],[116.610716,26.476882],[116.597165,26.512768],[116.539267,26.559349],[116.553433,26.575942],[116.566368,26.650315],[116.520172,26.684543],[116.515245,26.720898],[116.557745,26.773806],[116.543578,26.803723],[116.548506,26.84004],[116.602092,26.888623],[116.632889,26.933984],[116.679085,26.978259],[116.817671,27.018252],[116.851548,27.009188],[116.910062,27.034779],[116.936547,27.019319],[116.967344,27.061962],[117.05296,27.100327],[117.044953,27.146667],[117.149662,27.241419],[117.171836,27.29036],[117.136728,27.303123],[117.140423,27.322798],[117.104699,27.330773],[117.107163,27.393491],[117.133032,27.42218],[117.110242,27.458828],[117.103467,27.533149],[117.076982,27.566046],[117.054808,27.5427],[117.01662,27.563393],[117.024627,27.592569],[117.003685,27.625449],[117.040641,27.669979],[117.065279,27.665739],[117.094228,27.627569],[117.11209,27.645596],[117.096076,27.667329],[117.114554,27.692238],[117.174916,27.677399],[117.204481,27.683759],[117.205097,27.714492],[117.245133,27.71926],[117.296256,27.764282],[117.303031,27.833103],[117.276546,27.847921],[117.280242,27.871201],[117.334444,27.8876],[117.341836,27.855858],[117.366473,27.88231],[117.407741,27.893948],[117.453936,27.939955],[117.477958,27.930966],[117.52169,27.982243],[117.556182,27.966387],[117.609769,27.863265],[117.649805,27.851625],[117.68245,27.823577],[117.704624,27.834162],[117.740348,27.800286],[117.788392,27.855858],[117.78716,27.896063],[117.856145,27.94577],[117.910963,27.949471],[117.942992,27.974315],[117.965166,27.962687],[117.999043,27.991227],[118.096977,27.970615],[118.094513,28.003909],[118.129006,28.017118],[118.120999,28.041946],[118.153644,28.062016],[118.199839,28.049869],[118.242339,28.075746],[118.356288,28.091586],[118.361215,28.155978],[118.375382,28.186577],[118.339041,28.193962],[118.314404,28.221913],[118.424041,28.291497],[118.433896,28.288335],[118.480091,28.327325],[118.455454,28.384204],[118.432048,28.402104],[118.456686,28.424738],[118.474548,28.478934],[118.414802,28.497344],[118.4302,28.515225],[118.412338,28.55676],[118.428352,28.617193],[118.428352,28.617193],[118.428352,28.681267],[118.403099,28.702791],[118.364295,28.813491],[118.300237,28.826075],[118.270056,28.918836],[118.195527,28.904167],[118.227556,28.942406],[118.165346,28.986912],[118.133933,28.983771],[118.115455,29.009944],[118.115455,29.009944],[118.097593,28.998952],[118.066796,29.053898],[118.076035,29.074822],[118.037847,29.102017],[118.045238,29.149068],[118.027992,29.167882],[118.042159,29.210202],[118.073571,29.216993],[118.077883,29.290614],[118.138861,29.283828],[118.178281,29.297921],[118.166578,29.314099],[118.205382,29.343839],[118.193064,29.395472]]]]}},{"type":"Feature","properties":{"adcode":370000,"name":"山东省","center":[117.000923,36.675807],"centroid":[118.187759,36.376092],"childrenNum":16,"level":"province","parent":{"adcode":100000},"subFeatureIndex":14,"acroutes":[100000]},"geometry":{"type":"MultiPolygon","coordinates":[[[[116.374195,34.640011],[116.392057,34.710391],[116.363724,34.715311],[116.369267,34.749247],[116.403144,34.756131],[116.408071,34.850972],[116.445028,34.895652],[116.557745,34.908905],[116.613795,34.922645],[116.622418,34.939818],[116.677853,34.939327],[116.781331,34.916757],[116.789338,34.975133],[116.815823,34.965324],[116.821983,34.929515],[116.858323,34.928533],[116.922381,34.894671],[116.929156,34.843114],[116.966113,34.844588],[116.979047,34.815113],[116.95133,34.81069],[116.969192,34.771864],[117.022163,34.759081],[117.070206,34.713835],[117.061583,34.675947],[117.073286,34.639026],[117.104083,34.648874],[117.15151,34.559222],[117.139191,34.526687],[117.166293,34.434435],[117.248213,34.451216],[117.252524,34.48674],[117.27285,34.499565],[117.267923,34.532603],[117.303647,34.542463],[117.27285,34.556757],[117.311654,34.561686],[117.311654,34.561686],[117.32151,34.566614],[117.32151,34.566614],[117.325205,34.573021],[117.325205,34.573021],[117.370785,34.584846],[117.402813,34.569571],[117.402813,34.550843],[117.465023,34.484767],[117.53832,34.467006],[117.592523,34.462566],[117.609769,34.490686],[117.659044,34.501044],[117.684298,34.547392],[117.801942,34.518798],[117.791471,34.583368],[117.793935,34.651827],[117.902956,34.644443],[117.909732,34.670533],[117.951615,34.678408],[118.053861,34.650843],[118.084042,34.655766],[118.114839,34.614404],[118.079115,34.569571],[118.185056,34.543942],[118.16473,34.50499],[118.132702,34.483287],[118.177665,34.45319],[118.179513,34.379628],[118.217701,34.379134],[118.220165,34.405802],[118.277447,34.404814],[118.290382,34.424563],[118.379693,34.415183],[118.404947,34.427525],[118.416034,34.473914],[118.439439,34.507949],[118.424657,34.595193],[118.439439,34.626223],[118.473932,34.623269],[118.460997,34.656258],[118.545997,34.705964],[118.601431,34.714327],[118.607591,34.694155],[118.664257,34.693663],[118.690127,34.678408],[118.739402,34.693663],[118.783749,34.723181],[118.764039,34.740396],[118.719076,34.745313],[118.739402,34.792508],[118.772047,34.794474],[118.80038,34.843114],[118.805307,34.87307],[118.860742,34.944233],[118.86259,35.025626],[118.928495,35.051106],[118.942662,35.040817],[119.027045,35.055516],[119.114509,35.055026],[119.137915,35.096167],[119.217371,35.106939],[119.250016,35.124562],[119.286972,35.115261],[119.306066,35.076578],[119.354109,35.080007],[119.373819,35.078538],[119.428022,35.121136],[119.397841,35.137777],[119.411392,35.231689],[119.450812,35.285443],[119.493312,35.318655],[119.538275,35.296678],[119.543819,35.347949],[119.590014,35.37284],[119.579543,35.406504],[119.618963,35.459655],[119.663311,35.562931],[119.662079,35.589215],[119.718129,35.615492],[119.75139,35.617924],[119.772332,35.578995],[119.780339,35.584835],[119.792658,35.615492],[119.824071,35.646136],[119.83023,35.620357],[119.868419,35.60868],[119.925085,35.637382],[119.91215,35.660725],[119.950339,35.729741],[119.920157,35.739943],[119.926317,35.759856],[119.958346,35.760342],[120.01378,35.714193],[120.049505,35.786562],[120.032258,35.812288],[120.064287,35.873414],[120.112331,35.885052],[120.125265,35.906868],[120.152983,35.907353],[120.207801,35.947575],[120.169613,35.888446],[120.202258,35.89184],[120.209033,35.917531],[120.265699,35.966468],[120.30512,35.971796],[120.316206,36.002304],[120.289721,36.017311],[120.285409,36.01247],[120.249069,35.992136],[120.257076,36.025055],[120.198562,35.995525],[120.234902,36.030863],[120.239214,36.062316],[120.181316,36.066669],[120.152367,36.095206],[120.116642,36.102943],[120.108635,36.127599],[120.142512,36.143549],[120.140664,36.173507],[120.181316,36.203936],[120.22012,36.209248],[120.224432,36.19138],[120.260772,36.198624],[120.263236,36.182202],[120.310047,36.185101],[120.297112,36.225664],[120.319902,36.232423],[120.362402,36.196209],[120.35809,36.174956],[120.286025,36.047317],[120.337764,36.055058],[120.429539,36.056994],[120.468959,36.087952],[120.546568,36.091821],[120.546568,36.107778],[120.593995,36.100525],[120.615553,36.120348],[120.64327,36.114547],[120.672835,36.130016],[120.712255,36.126632],[120.696857,36.15563],[120.696857,36.203936],[120.680843,36.238698],[120.686386,36.279234],[120.657437,36.276339],[120.66298,36.331803],[120.744284,36.327946],[120.694393,36.390118],[120.759683,36.46283],[120.828668,36.46668],[120.837291,36.459942],[120.858849,36.424797],[120.848994,36.403124],[120.871784,36.36699],[120.911204,36.412276],[120.917979,36.417573],[120.90874,36.450315],[120.938305,36.447908],[120.965407,36.466199],[120.95432,36.507578],[120.983269,36.546051],[120.962327,36.562877],[120.909972,36.568645],[120.884718,36.601323],[120.847146,36.618617],[120.882255,36.627262],[120.926602,36.611892],[120.955551,36.575855],[121.028848,36.572971],[121.078123,36.607568],[121.161275,36.651273],[121.251818,36.671436],[121.29863,36.702151],[121.31218,36.702151],[121.35776,36.713186],[121.400876,36.701191],[121.3941,36.738129],[121.454462,36.752515],[121.496962,36.795179],[121.506817,36.803805],[121.565331,36.830635],[121.548701,36.807638],[121.485259,36.786073],[121.532071,36.73621],[121.575186,36.740047],[121.556092,36.764502],[121.651563,36.723739],[121.631853,36.80093],[121.6762,36.819137],[121.726092,36.826323],[121.762432,36.84644],[121.767975,36.874691],[121.927504,36.932597],[121.965076,36.938337],[122.008808,36.96225],[122.042684,36.871819],[122.051923,36.904846],[122.093191,36.913938],[122.115981,36.94025],[122.124604,36.944077],[122.141235,36.938337],[122.119677,36.891924],[122.175727,36.894317],[122.188662,36.866073],[122.174495,36.842609],[122.220691,36.848835],[122.275509,36.83734],[122.280437,36.835904],[122.344495,36.828239],[122.378371,36.844525],[122.383915,36.865595],[122.415944,36.85937],[122.454748,36.879],[122.452284,36.88618],[122.434422,36.914416],[122.483081,36.913938],[122.48924,36.886659],[122.532356,36.901496],[122.55761,36.968467],[122.544675,37.004797],[122.583479,37.037289],[122.575472,37.054485],[122.494168,37.033945],[122.467067,37.037289],[122.478769,37.058784],[122.484313,37.128956],[122.533588,37.153286],[122.581015,37.147562],[122.573624,37.176178],[122.624131,37.190959],[122.592718,37.261485],[122.567465,37.25958],[122.573624,37.296247],[122.611196,37.339558],[122.607501,37.364296],[122.650616,37.388551],[122.6925,37.373809],[122.714058,37.392355],[122.701739,37.418501],[122.67587,37.413273],[122.641377,37.428482],[122.553914,37.407093],[122.4954,37.413748],[122.487393,37.43466],[122.41656,37.414699],[122.337103,37.414223],[122.281053,37.430858],[122.287212,37.445114],[122.25272,37.467917],[122.194205,37.456041],[122.166488,37.438937],[122.131996,37.49926],[122.163408,37.519199],[122.150474,37.557163],[122.08888,37.554316],[122.075329,37.540556],[122.017431,37.531065],[121.997721,37.494512],[121.923808,37.473142],[121.772903,37.466492],[121.66573,37.473617],[121.635548,37.494037],[121.575802,37.460317],[121.571491,37.441313],[121.477252,37.475992],[121.460006,37.522522],[121.400876,37.557638],[121.395948,37.589891],[121.435368,37.592737],[121.391021,37.625449],[121.349137,37.635403],[121.358376,37.597479],[121.304789,37.582778],[121.217326,37.582778],[121.17421,37.597479],[121.148956,37.626397],[121.161891,37.646302],[121.142797,37.661464],[121.160043,37.698882],[121.136022,37.723501],[121.037471,37.718767],[120.994356,37.759468],[120.943233,37.785486],[120.940769,37.819533],[120.874863,37.833241],[120.845298,37.826623],[120.839139,37.82426],[120.733197,37.833714],[120.656821,37.793054],[120.634031,37.796364],[120.590915,37.7642],[120.517619,37.750005],[120.454793,37.757576],[120.367945,37.697935],[120.227511,37.693673],[120.22012,37.671886],[120.269395,37.658622],[120.272475,37.636824],[120.215192,37.621183],[120.208417,37.588469],[120.246605,37.556689],[120.222584,37.532963],[120.144359,37.481691],[120.086461,37.465067],[120.064903,37.448915],[120.010085,37.442263],[119.949723,37.419927],[119.926933,37.386649],[119.843781,37.376662],[119.837006,37.346695],[119.883201,37.311004],[119.89244,37.263866],[119.865339,37.233854],[119.83023,37.225754],[119.808057,37.196203],[119.740303,37.133727],[119.687332,37.143746],[119.678709,37.158056],[119.576463,37.127524],[119.489616,37.134681],[119.428022,37.125616],[119.361501,37.125616],[119.327624,37.115595],[119.301138,37.139452],[119.298675,37.197156],[119.2069,37.223371],[119.190885,37.25958],[119.204436,37.280058],[119.136683,37.230995],[119.12806,37.254816],[119.091103,37.257674],[119.084328,37.239572],[119.054147,37.254816],[119.03998,37.30434],[119.001176,37.31862],[118.942662,37.497361],[118.939582,37.527268],[118.988857,37.620709],[119.023966,37.642037],[119.153313,37.655305],[119.236465,37.651988],[119.262334,37.660517],[119.280197,37.692726],[119.309146,37.805349],[119.291899,37.869627],[119.24016,37.878131],[119.212443,37.838913],[119.16132,37.81906],[119.12806,37.847892],[119.110813,37.921577],[119.001792,37.99613],[118.974075,38.094162],[118.908169,38.139362],[118.811467,38.157717],[118.703677,38.151129],[118.626069,38.138421],[118.607591,38.129006],[118.597736,38.079088],[118.552156,38.05553],[118.534294,38.063541],[118.517048,38.088509],[118.504729,38.11394],[118.44991,38.124299],[118.431432,38.106406],[118.404331,38.121003],[118.331034,38.12524],[118.217085,38.146893],[118.177665,38.186417],[118.112376,38.210403],[118.045238,38.214165],[118.018753,38.202409],[117.896797,38.279495],[117.895565,38.301572],[117.848754,38.255062],[117.808718,38.22827],[117.789007,38.180772],[117.766834,38.158658],[117.771145,38.134655],[117.746508,38.12524],[117.704624,38.076262],[117.586979,38.071551],[117.557414,38.046105],[117.557414,38.046105],[117.524154,37.989527],[117.513067,37.94329],[117.481038,37.914967],[117.438538,37.854035],[117.400966,37.844584],[117.320278,37.861596],[117.271618,37.839858],[117.185387,37.849783],[117.150278,37.839385],[117.074518,37.848837],[117.027091,37.832296],[116.919301,37.846002],[116.837997,37.835132],[116.804736,37.848837],[116.753613,37.793054],[116.753613,37.77035],[116.724664,37.744327],[116.679085,37.728708],[116.66307,37.686096],[116.604556,37.624975],[116.575607,37.610754],[116.4826,37.521573],[116.448108,37.503059],[116.433941,37.473142],[116.38097,37.522522],[116.379738,37.522047],[116.38097,37.522522],[116.379738,37.522047],[116.36742,37.566177],[116.336007,37.581355],[116.295355,37.554316],[116.278724,37.524895],[116.290427,37.484065],[116.27626,37.466967],[116.240536,37.489764],[116.240536,37.489764],[116.224522,37.479791],[116.243,37.447965],[116.226369,37.428007],[116.2855,37.404241],[116.236224,37.361442],[116.193109,37.365723],[116.169087,37.384271],[116.106261,37.368577],[116.085935,37.373809],[116.024341,37.360015],[115.975682,37.337179],[115.969523,37.239572],[115.909777,37.20669],[115.91224,37.177132],[115.879596,37.150901],[115.888219,37.112254],[115.85619,37.060694],[115.776734,36.992848],[115.79706,36.968945],[115.75764,36.902453],[115.71206,36.883308],[115.683727,36.808117],[115.524815,36.763543],[115.479851,36.760187],[115.451518,36.702151],[115.420105,36.686795],[115.365902,36.621979],[115.355431,36.627262],[115.33141,36.550378],[115.272895,36.497476],[115.291374,36.460423],[115.317243,36.454166],[115.297533,36.413239],[115.340033,36.398307],[115.368982,36.342409],[115.366518,36.30914],[115.423185,36.32216],[115.417025,36.292742],[115.462605,36.276339],[115.466916,36.258969],[115.466916,36.258969],[115.474923,36.248352],[115.483547,36.148865],[115.484163,36.125666],[115.449054,36.047317],[115.447822,36.01247],[115.362822,35.971796],[115.353583,35.938854],[115.364054,35.894264],[115.335105,35.796756],[115.363438,35.779765],[115.407786,35.80889],[115.460141,35.867594],[115.487858,35.880688],[115.495249,35.896203],[115.505104,35.899112],[115.513112,35.890385],[115.583945,35.921893],[115.648618,35.922863],[115.699125,35.966468],[115.774886,35.974702],[115.779813,35.993588],[115.817386,36.012954],[115.859886,36.003756],[115.89869,36.026507],[115.989849,36.045381],[116.057602,36.104877],[116.099486,36.112129],[116.063145,36.028927],[116.048979,35.970343],[115.984921,35.974218],[115.911624,35.960171],[115.907929,35.92674],[115.873436,35.918985],[115.882675,35.879718],[115.859886,35.857894],[115.81677,35.844312],[115.773654,35.854014],[115.73485,35.833154],[115.696046,35.788989],[115.693582,35.754028],[115.622749,35.739457],[115.52851,35.733628],[115.48601,35.710306],[115.383148,35.568772],[115.34496,35.55368],[115.356047,35.490359],[115.307388,35.480126],[115.237171,35.423087],[115.172497,35.426501],[115.126302,35.41821],[115.117679,35.400163],[115.091809,35.416259],[115.073947,35.374304],[115.04315,35.376744],[114.957534,35.261014],[114.929201,35.244886],[114.932281,35.198441],[114.861448,35.182301],[114.841738,35.15099],[114.883006,35.098615],[114.835578,35.076578],[114.818948,35.051596],[114.852209,35.041797],[114.824492,35.012393],[114.880542,35.00357],[114.923658,34.968757],[114.950759,34.989843],[115.008041,34.988372],[115.028983,34.9717],[115.075179,35.000628],[115.12815,35.00455],[115.157099,34.957968],[115.219309,34.96042],[115.205142,34.914303],[115.251953,34.906451],[115.239019,34.87798],[115.256265,34.845079],[115.317243,34.859321],[115.42688,34.805285],[115.449054,34.74433],[115.433655,34.725149],[115.461373,34.637057],[115.515575,34.582383],[115.553148,34.568586],[115.622749,34.574499],[115.685575,34.556265],[115.697278,34.594207],[115.787821,34.580905],[115.827241,34.558236],[115.838328,34.5676],[115.984305,34.589281],[115.991081,34.615389],[116.037276,34.593222],[116.101334,34.60603],[116.134594,34.559715],[116.156768,34.5538],[116.196804,34.575977],[116.247927,34.551829],[116.286116,34.608986],[116.32492,34.601104],[116.334159,34.620806],[116.374195,34.640011]]],[[[120.729502,37.947065],[120.721495,37.917328],[120.76461,37.895134],[120.76461,37.923937],[120.729502,37.947065]]],[[[120.692545,37.983867],[120.732581,37.961694],[120.724574,37.987641],[120.692545,37.983867]]],[[[120.990044,36.413239],[120.978341,36.428649],[120.950624,36.414684],[120.990044,36.413239]]],[[[120.750444,38.150188],[120.7874,38.158658],[120.742436,38.199116],[120.750444,38.150188]]],[[[120.918595,38.345236],[120.914899,38.373393],[120.895189,38.36307],[120.918595,38.345236]]],[[[120.159142,35.765198],[120.169613,35.740428],[120.193019,35.756942],[120.172077,35.785591],[120.159142,35.765198]]],[[[120.62664,37.94565],[120.631567,37.981037],[120.602002,37.978678],[120.62664,37.94565]]],[[[120.802183,38.284193],[120.848378,38.305799],[120.816349,38.318008],[120.802183,38.284193]]],[[[121.489571,37.577086],[121.489571,37.577561],[121.489571,37.578509],[121.488955,37.578035],[121.489571,37.577086]]],[[[121.485875,37.578509],[121.487723,37.578035],[121.487723,37.578509],[121.485875,37.578509]]],[[[121.487723,37.578509],[121.487723,37.577561],[121.488955,37.578035],[121.488955,37.578509],[121.488339,37.578509],[121.487723,37.578509]]],[[[115.495249,35.896203],[115.487858,35.880688],[115.513112,35.890385],[115.505104,35.899112],[115.495249,35.896203]]]]}},{"type":"Feature","properties":{"adcode":410000,"name":"河南省","center":[113.665412,34.757975],"centroid":[113.619717,33.902648],"childrenNum":18,"level":"province","parent":{"adcode":100000},"subFeatureIndex":15,"acroutes":[100000]},"geometry":{"type":"MultiPolygon","coordinates":[[[[112.716747,32.357612],[112.735841,32.356095],[112.776493,32.358623],[112.860877,32.396024],[112.888594,32.37682],[112.912,32.390971],[112.992072,32.378336],[113.000695,32.41674],[113.025949,32.425328],[113.078919,32.394508],[113.107869,32.398551],[113.118956,32.375809],[113.155912,32.380863],[113.158992,32.410677],[113.211962,32.431895],[113.2366,32.407141],[113.333918,32.336377],[113.317904,32.327275],[113.353628,32.294904],[113.376418,32.298445],[113.428773,32.270618],[113.511925,32.316654],[113.624642,32.36115],[113.650511,32.412698],[113.700402,32.420782],[113.735511,32.410677],[113.76754,32.370249],[113.753989,32.328286],[113.768772,32.30148],[113.768156,32.284279],[113.758301,32.27669],[113.749061,32.272642],[113.73859,32.255942],[113.752757,32.215951],[113.782322,32.184553],[113.750293,32.11615],[113.722576,32.12426],[113.728735,32.083197],[113.791561,32.036028],[113.757685,31.98985],[113.817431,31.964467],[113.805728,31.929428],[113.832213,31.918761],[113.830981,31.87913],[113.854387,31.843042],[113.893807,31.847109],[113.914749,31.877098],[113.957865,31.852701],[113.952321,31.793714],[113.988662,31.749959],[114.017611,31.770822],[114.086596,31.782014],[114.121705,31.809482],[114.134024,31.843042],[114.191922,31.852192],[114.235654,31.833382],[114.292936,31.752503],[114.350218,31.755557],[114.403189,31.746906],[114.443841,31.728074],[114.530688,31.742834],[114.549783,31.766751],[114.586123,31.762172],[114.57134,31.660858],[114.547935,31.623665],[114.560869,31.560963],[114.572572,31.553824],[114.61692,31.585437],[114.641558,31.582378],[114.696376,31.525771],[114.778912,31.520669],[114.789383,31.480358],[114.830035,31.45892],[114.870071,31.479337],[114.884238,31.469129],[114.962462,31.494648],[114.995107,31.471171],[115.022824,31.527811],[115.096121,31.508425],[115.114599,31.530362],[115.106592,31.567592],[115.12507,31.599201],[115.16449,31.604808],[115.212533,31.555354],[115.235939,31.555354],[115.218077,31.515057],[115.211301,31.442072],[115.252569,31.421646],[115.250722,31.392021],[115.301229,31.383846],[115.338801,31.40428],[115.373909,31.405813],[115.389924,31.450241],[115.371446,31.495668],[115.415793,31.525771],[115.439815,31.588496],[115.485394,31.608885],[115.476771,31.643028],[115.495249,31.673083],[115.534054,31.698545],[115.553764,31.69549],[115.676336,31.778453],[115.731154,31.76726],[115.767495,31.78761],[115.808147,31.770313],[115.808147,31.770313],[115.851878,31.786593],[115.886371,31.776418],[115.914704,31.814567],[115.893762,31.832365],[115.894994,31.8649],[115.920248,31.920285],[115.909161,31.94314],[115.928871,32.003046],[115.922095,32.049725],[115.941805,32.166318],[115.912856,32.227596],[115.899306,32.390971],[115.865429,32.458662],[115.883291,32.487946],[115.845719,32.501575],[115.8759,32.542448],[115.910393,32.567165],[115.891298,32.576243],[115.861117,32.537403],[115.789052,32.468761],[115.771806,32.505108],[115.742241,32.476335],[115.704669,32.495013],[115.667712,32.409667],[115.657857,32.428864],[115.626445,32.40512],[115.604271,32.425833],[115.57101,32.419266],[115.522967,32.441997],[115.509416,32.466741],[115.5088,32.468761],[115.497713,32.492489],[115.409018,32.549007],[115.411482,32.575235],[115.304924,32.553042],[115.30554,32.583303],[115.267352,32.578261],[115.24333,32.593388],[115.20083,32.591876],[115.182968,32.666973],[115.179273,32.726402],[115.189744,32.770695],[115.211301,32.785791],[115.189744,32.812452],[115.197135,32.856201],[115.155867,32.864747],[115.139237,32.897917],[115.029599,32.906962],[115.035143,32.932582],[115.009273,32.940117],[114.943368,32.935094],[114.916266,32.971251],[114.883006,32.990328],[114.891629,33.020441],[114.925506,33.016928],[114.913187,33.083143],[114.897172,33.086653],[114.902716,33.129764],[114.932897,33.153817],[114.966158,33.147304],[114.990795,33.102195],[115.041302,33.086653],[115.168186,33.088658],[115.194671,33.120743],[115.245178,33.135778],[115.289526,33.131769],[115.303692,33.149809],[115.300613,33.204407],[115.340033,33.260973],[115.335105,33.297997],[115.361591,33.298497],[115.365286,33.336005],[115.341881,33.370997],[115.313547,33.376994],[115.328946,33.403477],[115.315395,33.431451],[115.324634,33.457418],[115.345576,33.449928],[115.345576,33.502842],[115.366518,33.5233],[115.394851,33.506335],[115.422569,33.557219],[115.463837,33.567193],[115.511264,33.55323],[115.564851,33.576169],[115.639995,33.585143],[115.601191,33.658898],[115.601807,33.718653],[115.563003,33.772895],[115.576553,33.787817],[115.614126,33.775879],[115.631988,33.869846],[115.547604,33.874815],[115.577785,33.950307],[115.579017,33.974133],[115.60735,34.030196],[115.642459,34.03218],[115.658473,34.061437],[115.705901,34.059949],[115.736082,34.076805],[115.768726,34.061932],[115.809378,34.062428],[115.846335,34.028708],[115.85003,34.004898],[115.877132,34.002913],[115.876516,34.028708],[115.904233,34.009859],[115.95782,34.007875],[116.00032,33.965199],[115.982457,33.917039],[116.05945,33.860902],[116.055754,33.804727],[116.074232,33.781351],[116.100102,33.782843],[116.132747,33.751501],[116.155536,33.709693],[116.230065,33.735078],[116.263326,33.730101],[116.316912,33.771402],[116.393905,33.782843],[116.408071,33.805721],[116.437021,33.801246],[116.437637,33.846489],[116.486296,33.869846],[116.558361,33.881274],[116.566984,33.9081],[116.631042,33.887733],[116.64336,33.896675],[116.641512,33.978103],[116.599629,34.014324],[116.599629,34.014324],[116.576223,34.068873],[116.576223,34.068873],[116.52818,34.122892],[116.536187,34.151127],[116.565752,34.16945],[116.542962,34.203608],[116.545426,34.241711],[116.582382,34.266444],[116.562056,34.285731],[116.516477,34.296114],[116.456731,34.268917],[116.409303,34.273863],[116.409303,34.273863],[116.372347,34.26595],[116.357564,34.319843],[116.301514,34.342082],[116.255934,34.376665],[116.213435,34.382098],[116.215898,34.403333],[116.178942,34.430487],[116.162312,34.459605],[116.178326,34.496112],[116.204196,34.508442],[116.191261,34.535561],[116.196804,34.575977],[116.156768,34.5538],[116.134594,34.559715],[116.101334,34.60603],[116.037276,34.593222],[115.991081,34.615389],[115.984305,34.589281],[115.838328,34.5676],[115.827241,34.558236],[115.787821,34.580905],[115.697278,34.594207],[115.685575,34.556265],[115.622749,34.574499],[115.553148,34.568586],[115.515575,34.582383],[115.461373,34.637057],[115.433655,34.725149],[115.449054,34.74433],[115.42688,34.805285],[115.317243,34.859321],[115.256265,34.845079],[115.239019,34.87798],[115.251953,34.906451],[115.205142,34.914303],[115.219309,34.96042],[115.157099,34.957968],[115.12815,35.00455],[115.075179,35.000628],[115.028983,34.9717],[115.008041,34.988372],[114.950759,34.989843],[114.923658,34.968757],[114.880542,35.00357],[114.824492,35.012393],[114.852209,35.041797],[114.818948,35.051596],[114.835578,35.076578],[114.883006,35.098615],[114.841738,35.15099],[114.861448,35.182301],[114.932281,35.198441],[114.929201,35.244886],[114.957534,35.261014],[115.04315,35.376744],[115.073947,35.374304],[115.091809,35.416259],[115.117679,35.400163],[115.126302,35.41821],[115.172497,35.426501],[115.237171,35.423087],[115.307388,35.480126],[115.356047,35.490359],[115.34496,35.55368],[115.383148,35.568772],[115.48601,35.710306],[115.52851,35.733628],[115.622749,35.739457],[115.693582,35.754028],[115.696046,35.788989],[115.73485,35.833154],[115.773654,35.854014],[115.81677,35.844312],[115.859886,35.857894],[115.882675,35.879718],[115.873436,35.918985],[115.907929,35.92674],[115.911624,35.960171],[115.984921,35.974218],[116.048979,35.970343],[116.063145,36.028927],[116.099486,36.112129],[116.057602,36.104877],[115.989849,36.045381],[115.89869,36.026507],[115.859886,36.003756],[115.817386,36.012954],[115.779813,35.993588],[115.774886,35.974702],[115.699125,35.966468],[115.648618,35.922863],[115.583945,35.921893],[115.513112,35.890385],[115.487858,35.880688],[115.460141,35.867594],[115.407786,35.80889],[115.363438,35.779765],[115.335105,35.796756],[115.364054,35.894264],[115.353583,35.938854],[115.362822,35.971796],[115.447822,36.01247],[115.449054,36.047317],[115.484163,36.125666],[115.483547,36.148865],[115.465068,36.170125],[115.450902,36.152248],[115.376989,36.128083],[115.365902,36.099074],[115.312931,36.088436],[115.30246,36.127599],[115.279055,36.13775],[115.242098,36.19138],[115.202678,36.208765],[115.202678,36.208765],[115.202678,36.209248],[115.202678,36.209248],[115.201446,36.210214],[115.201446,36.210214],[115.1842,36.193312],[115.12507,36.209731],[115.104744,36.172058],[115.06286,36.178338],[115.048693,36.161912],[115.04623,36.112613],[114.998186,36.069572],[114.914419,36.052155],[114.926737,36.089403],[114.912571,36.140649],[114.858368,36.144516],[114.857752,36.127599],[114.771521,36.124699],[114.734564,36.15563],[114.720398,36.140166],[114.640326,36.137266],[114.588587,36.118414],[114.586739,36.141133],[114.533152,36.171575],[114.480181,36.177855],[114.466015,36.197658],[114.417356,36.205868],[114.408117,36.224699],[114.356378,36.230492],[114.345291,36.255591],[114.299095,36.245938],[114.257827,36.263794],[114.241197,36.251247],[114.2104,36.272962],[114.203009,36.245456],[114.170364,36.245938],[114.170364,36.245938],[114.175907,36.264759],[114.129096,36.280199],[114.080437,36.269585],[114.04348,36.303353],[114.056415,36.329392],[114.002828,36.334214],[113.981887,36.31782],[113.962792,36.353977],[113.911054,36.314927],[113.882104,36.353977],[113.84946,36.347711],[113.856851,36.329392],[113.813119,36.332285],[113.755221,36.366026],[113.731199,36.363135],[113.736127,36.324571],[113.712105,36.303353],[113.716417,36.262347],[113.681924,36.216491],[113.697939,36.181719],[113.651127,36.174473],[113.705946,36.148865],[113.712721,36.129533],[113.655439,36.125182],[113.671453,36.115514],[113.68562,36.056026],[113.660366,36.034735],[113.694859,36.026991],[113.678844,35.985841],[113.648663,35.994073],[113.654207,35.931586],[113.637576,35.870019],[113.660982,35.837035],[113.582758,35.818111],[113.604932,35.797727],[113.587685,35.736542],[113.592613,35.691838],[113.622794,35.674825],[113.625258,35.632518],[113.578446,35.633491],[113.547649,35.656835],[113.55812,35.621816],[113.513773,35.57364],[113.49899,35.532254],[113.439244,35.507412],[113.391817,35.506925],[113.348085,35.468429],[113.31236,35.481101],[113.304353,35.426989],[113.243375,35.449418],[113.189789,35.44893],[113.185477,35.409431],[113.165151,35.412845],[113.149137,35.350878],[113.126347,35.332327],[113.067217,35.353806],[112.996384,35.362104],[112.985913,35.33965],[112.992072,35.29619],[112.936022,35.284466],[112.934174,35.262968],[112.884283,35.243909],[112.822073,35.258082],[112.772798,35.207732],[112.720443,35.206265],[112.628052,35.263457],[112.637291,35.225822],[112.513487,35.218489],[112.390915,35.239021],[112.36751,35.219956],[112.288053,35.219956],[112.304684,35.251728],[112.242474,35.234622],[112.21722,35.253195],[112.13838,35.271275],[112.058924,35.280069],[112.078634,35.219467],[112.03983,35.194039],[112.066315,35.153437],[112.05646,35.098615],[112.062004,35.056005],[112.039214,35.045717],[112.018888,35.068742],[111.97762,35.067272],[111.933272,35.083435],[111.810084,35.062374],[111.807005,35.032977],[111.740483,35.00455],[111.664107,34.984449],[111.681969,34.9511],[111.646861,34.938836],[111.617911,34.894671],[111.592042,34.881416],[111.570484,34.843114],[111.543999,34.853428],[111.502731,34.829851],[111.439289,34.838202],[111.389398,34.815113],[111.345666,34.831816],[111.29208,34.806759],[111.255123,34.819535],[111.232949,34.789559],[111.148566,34.807742],[111.118385,34.756623],[111.035233,34.740887],[110.976103,34.706456],[110.920052,34.730068],[110.903422,34.669056],[110.883712,34.64395],[110.824582,34.615881],[110.791937,34.649858],[110.749437,34.65232],[110.710017,34.605045],[110.610851,34.607508],[110.533242,34.583368],[110.488279,34.610956],[110.424837,34.588295],[110.379257,34.600612],[110.366939,34.566614],[110.404511,34.557743],[110.372482,34.544435],[110.360779,34.516825],[110.403279,34.433448],[110.403279,34.433448],[110.473496,34.393457],[110.503677,34.33714],[110.451938,34.292653],[110.428533,34.288203],[110.43962,34.243196],[110.507989,34.217466],[110.55172,34.213012],[110.55788,34.193214],[110.621938,34.177372],[110.642264,34.161032],[110.61393,34.113478],[110.591757,34.101586],[110.587445,34.023252],[110.620706,34.035652],[110.671213,33.966192],[110.665669,33.937895],[110.627481,33.925482],[110.628713,33.910086],[110.587445,33.887733],[110.612083,33.852453],[110.66259,33.85295],[110.712481,33.833564],[110.74143,33.798759],[110.782082,33.796272],[110.81719,33.751003],[110.831973,33.713675],[110.823966,33.685793],[110.878784,33.634486],[110.966864,33.609071],[111.00382,33.578662],[111.002588,33.535772],[111.02661,33.478386],[111.02661,33.467903],[110.996429,33.435946],[111.025994,33.375495],[111.025994,33.330504],[110.984726,33.255469],[111.046936,33.202905],[111.045704,33.169849],[111.08882,33.181871],[111.12824,33.15532],[111.146102,33.12375],[111.179363,33.115229],[111.192913,33.071609],[111.152877,33.039507],[111.221862,33.042517],[111.258819,33.006389],[111.273601,32.971753],[111.242804,32.930573],[111.255123,32.883846],[111.276065,32.903445],[111.293311,32.859217],[111.380159,32.829049],[111.41342,32.757108],[111.475629,32.760127],[111.458383,32.726402],[111.513202,32.674026],[111.530448,32.628172],[111.577875,32.593388],[111.640701,32.634724],[111.646245,32.605993],[111.713382,32.606497],[111.808853,32.536899],[111.858128,32.528826],[111.890157,32.503089],[111.948671,32.51722],[111.975772,32.471791],[112.014576,32.450077],[112.063851,32.474315],[112.081098,32.425833],[112.155626,32.377326],[112.150083,32.411688],[112.172873,32.385412],[112.206133,32.392992],[112.328089,32.321712],[112.360118,32.3657],[112.390915,32.37126],[112.448814,32.34295],[112.477147,32.380863],[112.530733,32.37682],[112.545516,32.404109],[112.589248,32.381369],[112.612037,32.386928],[112.645298,32.368227],[112.716747,32.357612]]],[[[113.768156,32.284279],[113.768772,32.30148],[113.749061,32.272642],[113.758301,32.27669],[113.768156,32.284279]]]]}},{"type":"Feature","properties":{"adcode":420000,"name":"湖北省","center":[114.298572,30.584355],"centroid":[112.271301,30.987527],"childrenNum":17,"level":"province","parent":{"adcode":100000},"subFeatureIndex":16,"acroutes":[100000]},"geometry":{"type":"MultiPolygon","coordinates":[[[[111.045704,33.169849],[111.034001,33.177864],[111.035849,33.187881],[111.046936,33.202905],[110.984726,33.255469],[110.960704,33.253967],[110.9219,33.203907],[110.865234,33.213921],[110.828893,33.201403],[110.824582,33.158327],[110.753133,33.15031],[110.702626,33.097182],[110.650887,33.157324],[110.623785,33.143796],[110.59422,33.168346],[110.57759,33.250464],[110.54125,33.255469],[110.471032,33.171352],[110.398352,33.176862],[110.398352,33.176862],[110.372482,33.186379],[110.33799,33.160331],[110.285635,33.171352],[110.218497,33.163336],[110.164911,33.209415],[110.031252,33.191888],[109.999223,33.212419],[109.973353,33.203907],[109.916687,33.229942],[109.852013,33.247961],[109.813209,33.236449],[109.732521,33.231443],[109.693101,33.254468],[109.649985,33.251465],[109.619804,33.275484],[109.60687,33.235949],[109.514479,33.237951],[109.498464,33.207412],[109.438718,33.152314],[109.468283,33.140288],[109.522486,33.138785],[109.576073,33.110216],[109.688174,33.116733],[109.704188,33.101694],[109.794731,33.067095],[109.785492,32.987316],[109.76455,32.909474],[109.789804,32.882339],[109.847702,32.893395],[109.856941,32.910479],[109.907448,32.903947],[109.927158,32.887364],[109.988752,32.886359],[110.051578,32.851676],[110.105164,32.832569],[110.142121,32.802895],[110.127338,32.77774],[110.159367,32.767173],[110.156903,32.683093],[110.206179,32.633212],[110.153824,32.593388],[110.124259,32.616579],[110.090382,32.617083],[110.084223,32.580782],[110.017701,32.546989],[109.97089,32.577756],[109.910528,32.592884],[109.816905,32.577252],[109.746072,32.594901],[109.726978,32.608513],[109.631507,32.599943],[109.619804,32.56767],[109.637051,32.540935],[109.575457,32.506622],[109.526797,32.43341],[109.529877,32.405625],[109.502776,32.38895],[109.513247,32.342444],[109.495385,32.300468],[109.528645,32.270112],[109.550203,32.225065],[109.592703,32.219495],[109.604406,32.199241],[109.58716,32.161251],[109.621652,32.106519],[109.590855,32.047696],[109.590855,32.012688],[109.631507,31.962436],[109.62042,31.928412],[109.584696,31.900472],[109.60379,31.885737],[109.633971,31.824738],[109.633971,31.804396],[109.592087,31.789136],[109.585928,31.726546],[109.622268,31.711783],[109.683246,31.719929],[109.731289,31.700582],[109.737449,31.628761],[109.76455,31.602769],[109.745456,31.598182],[109.727594,31.548214],[109.837847,31.555354],[109.894513,31.519139],[109.969658,31.508935],[109.94502,31.47066],[109.98752,31.474744],[110.036795,31.436966],[110.054042,31.410921],[110.118715,31.409899],[110.161831,31.314338],[110.155671,31.279564],[110.180309,31.179774],[110.200019,31.158779],[110.180309,31.121899],[110.147048,31.116776],[110.119947,31.088592],[110.120563,31.0322],[110.140273,31.030661],[110.140889,30.987062],[110.172918,30.978853],[110.153824,30.953708],[110.151976,30.911613],[110.082375,30.799614],[110.048498,30.800642],[110.019549,30.829425],[110.008462,30.883369],[109.943788,30.878746],[109.894513,30.899803],[109.828608,30.864364],[109.780564,30.848437],[109.701724,30.783677],[109.656761,30.760538],[109.661072,30.738936],[109.625348,30.702923],[109.590855,30.69366],[109.574225,30.646818],[109.543428,30.63961],[109.535421,30.664837],[109.435638,30.595832],[109.418392,30.559766],[109.35495,30.487076],[109.337088,30.521623],[109.36111,30.551004],[109.314298,30.599953],[109.299516,30.630341],[109.245313,30.580892],[109.191726,30.545851],[109.191726,30.545851],[109.143683,30.521108],[109.103647,30.565949],[109.09256,30.578831],[109.106111,30.61077],[109.111654,30.646303],[109.071002,30.640125],[109.042669,30.655571],[109.006329,30.626736],[108.971836,30.627766],[108.893612,30.565434],[108.838793,30.503062],[108.808612,30.491202],[108.789518,30.513374],[108.743939,30.494812],[108.698975,30.54482],[108.688504,30.58759],[108.642925,30.578831],[108.6497,30.53915],[108.56778,30.468508],[108.556077,30.487592],[108.512961,30.501515],[108.472925,30.487076],[108.42673,30.492233],[108.411331,30.438586],[108.430425,30.416397],[108.402092,30.376649],[108.431041,30.354446],[108.460606,30.35961],[108.501258,30.314673],[108.524048,30.309506],[108.54499,30.269716],[108.581947,30.255759],[108.551766,30.1637],[108.56778,30.157491],[108.546222,30.104178],[108.513577,30.057571],[108.532055,30.051873],[108.536367,29.983472],[108.517889,29.9394],[108.516041,29.885451],[108.467998,29.864175],[108.433505,29.880262],[108.371295,29.841337],[108.424266,29.815897],[108.422418,29.772791],[108.442744,29.778505],[108.437201,29.741098],[108.460606,29.741098],[108.504338,29.707836],[108.504954,29.728626],[108.548686,29.749412],[108.52528,29.770713],[108.556077,29.818493],[108.601041,29.863656],[108.658939,29.854833],[108.680497,29.800319],[108.676801,29.749412],[108.690968,29.689642],[108.752562,29.649082],[108.786438,29.691721],[108.797525,29.660003],[108.781511,29.635558],[108.844337,29.658443],[108.888068,29.628795],[108.870206,29.596537],[108.901003,29.604863],[108.913322,29.574679],[108.878213,29.539279],[108.888684,29.502305],[108.866511,29.470527],[108.884373,29.440824],[108.927488,29.435612],[108.934264,29.399643],[108.919481,29.3261],[108.983539,29.332883],[108.999553,29.36366],[109.034662,29.360531],[109.060531,29.403292],[109.11227,29.361053],[109.106727,29.288526],[109.141835,29.270256],[109.110422,29.21647],[109.139372,29.168927],[109.162777,29.180946],[109.215748,29.145409],[109.232378,29.119271],[109.274262,29.121885],[109.261328,29.161089],[109.275494,29.202366],[109.257632,29.222738],[109.312451,29.25146],[109.352487,29.284872],[109.343863,29.369398],[109.391291,29.372005],[109.368501,29.413719],[109.418392,29.453332],[109.415928,29.497617],[109.436254,29.488761],[109.433791,29.530948],[109.458428,29.513242],[109.467051,29.560104],[109.488609,29.553336],[109.516326,29.626194],[109.558826,29.606944],[109.578536,29.629836],[109.651833,29.625674],[109.664768,29.599659],[109.717739,29.615269],[109.701108,29.636078],[109.714659,29.673524],[109.760238,29.689122],[109.755311,29.733304],[109.779333,29.757725],[109.869876,29.774869],[109.908064,29.763959],[109.941325,29.774349],[110.02386,29.769674],[110.113788,29.789932],[110.160599,29.753569],[110.219729,29.746814],[110.289946,29.6964],[110.302265,29.661563],[110.339221,29.668324],[110.372482,29.633477],[110.447011,29.664684],[110.467337,29.713034],[110.507373,29.692241],[110.562807,29.712515],[110.642879,29.775907],[110.60038,29.839779],[110.549873,29.848085],[110.538786,29.895828],[110.49875,29.91243],[110.517228,29.961179],[110.557264,29.988137],[110.491358,30.019751],[110.497518,30.055499],[110.531394,30.061197],[110.600996,30.054463],[110.650887,30.07777],[110.712481,30.033223],[110.756212,30.054463],[110.746973,30.112979],[110.851067,30.126439],[110.924364,30.111426],[110.929907,30.063268],[111.031537,30.048765],[111.242188,30.040476],[111.266826,30.01146],[111.3315,29.970512],[111.342587,29.944586],[111.382623,29.95029],[111.394325,29.912948],[111.436825,29.930065],[111.475629,29.918654],[111.527368,29.925916],[111.553854,29.894272],[111.669034,29.888565],[111.669034,29.888565],[111.705375,29.890121],[111.723853,29.909317],[111.723853,29.909317],[111.75773,29.92021],[111.8107,29.901017],[111.861207,29.856909],[111.899396,29.855871],[111.899396,29.855871],[111.925881,29.836665],[111.965917,29.832512],[111.95483,29.796683],[112.008417,29.778505],[112.07617,29.743696],[112.065699,29.681323],[112.089721,29.685482],[112.111279,29.659483],[112.178416,29.656883],[112.202438,29.633997],[112.244322,29.659483],[112.233851,29.61631],[112.303452,29.585609],[112.281278,29.536676],[112.291133,29.517409],[112.333017,29.545007],[112.368741,29.541362],[112.424792,29.598619],[112.439574,29.633997],[112.499321,29.629316],[112.54182,29.60122],[112.572001,29.624113],[112.640371,29.607985],[112.650842,29.592374],[112.693957,29.601741],[112.714283,29.648561],[112.733378,29.645441],[112.788812,29.681323],[112.79374,29.735902],[112.861493,29.78318],[112.894138,29.783699],[112.902145,29.79149],[112.929246,29.77383],[112.923703,29.766557],[112.926782,29.692241],[112.944645,29.682883],[112.974826,29.732784],[113.025949,29.772791],[113.005007,29.693801],[112.915696,29.620992],[112.912,29.606944],[112.950188,29.473132],[113.034572,29.523658],[113.057362,29.522616],[113.078304,29.438218],[113.099861,29.459585],[113.145441,29.449163],[113.181781,29.485636],[113.222433,29.543965],[113.277252,29.594976],[113.37765,29.703158],[113.571671,29.849123],[113.575367,29.809147],[113.550729,29.768115],[113.558736,29.727067],[113.540258,29.699519],[113.547033,29.675603],[113.606164,29.666764],[113.663446,29.684443],[113.680692,29.64336],[113.704098,29.634518],[113.73859,29.579363],[113.710257,29.555419],[113.630801,29.523137],[113.677613,29.513763],[113.755221,29.446557],[113.731199,29.393907],[113.674533,29.388172],[113.660982,29.333405],[113.632033,29.316186],[113.609859,29.25146],[113.651743,29.225872],[113.693011,29.226394],[113.691779,29.19662],[113.66283,29.16945],[113.690547,29.114566],[113.696091,29.077437],[113.722576,29.104631],[113.749677,29.060699],[113.775547,29.095219],[113.816199,29.105154],[113.852539,29.058606],[113.882104,29.065407],[113.876561,29.038202],[113.898119,29.029307],[113.94185,29.047097],[113.952321,29.092604],[113.98743,29.126068],[114.034857,29.152204],[114.063191,29.204978],[114.169748,29.216993],[114.252284,29.23475],[114.259059,29.343839],[114.307102,29.365225],[114.341595,29.327665],[114.376088,29.322969],[114.440145,29.341752],[114.466015,29.324013],[114.519602,29.325578],[114.589819,29.352707],[114.621847,29.379828],[114.67297,29.395993],[114.740724,29.386607],[114.759818,29.363139],[114.784455,29.386086],[114.812173,29.383478],[114.866375,29.404335],[114.895325,29.397557],[114.931049,29.422581],[114.947063,29.465317],[114.935977,29.486678],[114.90518,29.473132],[114.918114,29.454374],[114.888549,29.436134],[114.860216,29.476258],[114.900868,29.505951],[114.940288,29.493971],[114.966773,29.522096],[114.947679,29.542924],[115.00065,29.572076],[115.033295,29.546568],[115.087498,29.560104],[115.086266,29.525741],[115.154019,29.510117],[115.157099,29.584568],[115.120142,29.597578],[115.143548,29.645961],[115.117679,29.655843],[115.113367,29.684963],[115.176809,29.654803],[115.250722,29.660003],[115.28583,29.618391],[115.304924,29.637118],[115.355431,29.649602],[115.412714,29.688602],[115.470612,29.739539],[115.479235,29.811224],[115.51188,29.840299],[115.611662,29.841337],[115.667712,29.850161],[115.706517,29.837703],[115.762567,29.793048],[115.837096,29.748373],[115.909777,29.723949],[115.965827,29.724469],[116.049595,29.761881],[116.087167,29.795125],[116.13521,29.819532],[116.128435,29.897904],[116.073616,29.969993],[116.091479,30.036331],[116.078544,30.062233],[116.088399,30.110391],[116.055754,30.180774],[116.065609,30.204569],[115.997856,30.252657],[115.985537,30.290905],[115.903001,30.31364],[115.91532,30.337919],[115.885139,30.379747],[115.921479,30.416397],[115.894994,30.452517],[115.910393,30.519046],[115.887603,30.542758],[115.876516,30.582438],[115.848799,30.602014],[115.819234,30.597893],[115.81369,30.637035],[115.762567,30.685426],[115.782893,30.751795],[115.851262,30.756938],[115.863581,30.815549],[115.848799,30.828397],[115.865429,30.864364],[115.932566,30.889532],[115.976298,30.931636],[116.03974,30.957813],[116.071769,30.956787],[116.058834,31.012711],[116.015102,31.011685],[116.006479,31.034764],[115.938726,31.04707],[115.939958,31.071678],[115.887603,31.10909],[115.867277,31.147512],[115.837712,31.127022],[115.797676,31.128047],[115.778582,31.112164],[115.700973,31.201276],[115.655394,31.211002],[115.603655,31.17363],[115.585793,31.143926],[115.540213,31.194621],[115.539597,31.231985],[115.507568,31.267799],[115.473076,31.265242],[115.443511,31.344498],[115.40717,31.337854],[115.372062,31.349098],[115.393004,31.389977],[115.373909,31.405813],[115.338801,31.40428],[115.301229,31.383846],[115.250722,31.392021],[115.252569,31.421646],[115.211301,31.442072],[115.218077,31.515057],[115.235939,31.555354],[115.212533,31.555354],[115.16449,31.604808],[115.12507,31.599201],[115.106592,31.567592],[115.114599,31.530362],[115.096121,31.508425],[115.022824,31.527811],[114.995107,31.471171],[114.962462,31.494648],[114.884238,31.469129],[114.870071,31.479337],[114.830035,31.45892],[114.789383,31.480358],[114.778912,31.520669],[114.696376,31.525771],[114.641558,31.582378],[114.61692,31.585437],[114.572572,31.553824],[114.560869,31.560963],[114.547935,31.623665],[114.57134,31.660858],[114.586123,31.762172],[114.549783,31.766751],[114.530688,31.742834],[114.443841,31.728074],[114.403189,31.746906],[114.350218,31.755557],[114.292936,31.752503],[114.235654,31.833382],[114.191922,31.852192],[114.134024,31.843042],[114.121705,31.809482],[114.086596,31.782014],[114.017611,31.770822],[113.988662,31.749959],[113.952321,31.793714],[113.957865,31.852701],[113.914749,31.877098],[113.893807,31.847109],[113.854387,31.843042],[113.830981,31.87913],[113.832213,31.918761],[113.805728,31.929428],[113.817431,31.964467],[113.757685,31.98985],[113.791561,32.036028],[113.728735,32.083197],[113.722576,32.12426],[113.750293,32.11615],[113.782322,32.184553],[113.752757,32.215951],[113.73859,32.255942],[113.749061,32.272642],[113.768772,32.30148],[113.753989,32.328286],[113.76754,32.370249],[113.735511,32.410677],[113.700402,32.420782],[113.650511,32.412698],[113.624642,32.36115],[113.511925,32.316654],[113.428773,32.270618],[113.376418,32.298445],[113.353628,32.294904],[113.317904,32.327275],[113.333918,32.336377],[113.2366,32.407141],[113.211962,32.431895],[113.158992,32.410677],[113.155912,32.380863],[113.118956,32.375809],[113.107869,32.398551],[113.078919,32.394508],[113.025949,32.425328],[113.000695,32.41674],[112.992072,32.378336],[112.912,32.390971],[112.888594,32.37682],[112.860877,32.396024],[112.776493,32.358623],[112.735841,32.356095],[112.733993,32.356601],[112.724138,32.358623],[112.716747,32.357612],[112.645298,32.368227],[112.612037,32.386928],[112.589248,32.381369],[112.545516,32.404109],[112.530733,32.37682],[112.477147,32.380863],[112.448814,32.34295],[112.390915,32.37126],[112.360118,32.3657],[112.328089,32.321712],[112.206133,32.392992],[112.172873,32.385412],[112.150083,32.411688],[112.155626,32.377326],[112.081098,32.425833],[112.063851,32.474315],[112.014576,32.450077],[111.975772,32.471791],[111.948671,32.51722],[111.890157,32.503089],[111.858128,32.528826],[111.808853,32.536899],[111.713382,32.606497],[111.646245,32.605993],[111.640701,32.634724],[111.577875,32.593388],[111.530448,32.628172],[111.513202,32.674026],[111.458383,32.726402],[111.475629,32.760127],[111.41342,32.757108],[111.380159,32.829049],[111.293311,32.859217],[111.276065,32.903445],[111.255123,32.883846],[111.242804,32.930573],[111.273601,32.971753],[111.258819,33.006389],[111.221862,33.042517],[111.152877,33.039507],[111.192913,33.071609],[111.179363,33.115229],[111.146102,33.12375],[111.12824,33.15532],[111.08882,33.181871],[111.045704,33.169849]]],[[[109.106111,30.570587],[109.101183,30.579346],[109.09872,30.579346],[109.106111,30.570587]]],[[[111.046936,33.202905],[111.035849,33.187881],[111.034001,33.177864],[111.045704,33.169849],[111.046936,33.202905]]],[[[112.716747,32.357612],[112.735841,32.356095],[112.733993,32.356601],[112.724138,32.358623],[112.716747,32.357612]]],[[[112.902145,29.79149],[112.894138,29.783699],[112.923703,29.766557],[112.929246,29.77383],[112.902145,29.79149]]]]}},{"type":"Feature","properties":{"adcode":430000,"name":"湖南省","center":[112.982279,28.19409],"centroid":[111.711649,27.629216],"childrenNum":14,"level":"province","parent":{"adcode":100000},"subFeatureIndex":17,"acroutes":[100000]},"geometry":{"type":"MultiPolygon","coordinates":[[[[112.024431,24.740308],[112.03367,24.771286],[112.124214,24.841364],[112.149467,24.837019],[112.167329,24.859828],[112.175337,24.927685],[112.119902,24.963499],[112.12175,24.989538],[112.155626,25.026419],[112.151931,25.055698],[112.177184,25.106649],[112.187039,25.182494],[112.246785,25.185202],[112.256025,25.159204],[112.302836,25.157037],[112.315771,25.175453],[112.365046,25.191701],[112.414937,25.14241],[112.44327,25.185744],[112.458053,25.152162],[112.562762,25.124531],[112.628052,25.140785],[112.660081,25.132658],[112.712436,25.083344],[112.714899,25.025876],[112.742001,24.99876],[112.743233,24.959701],[112.778341,24.947764],[112.780805,24.896747],[112.873812,24.896747],[112.904609,24.921715],[112.941565,24.915745],[112.994536,24.927142],[113.009934,24.977604],[112.979137,25.03401],[113.004391,25.089306],[112.96805,25.141869],[112.97421,25.168412],[113.034572,25.198199],[112.992688,25.247467],[112.958195,25.254503],[112.897833,25.238264],[112.867036,25.249632],[112.854718,25.337829],[112.891058,25.339993],[112.924319,25.296714],[112.93479,25.325929],[112.969898,25.350269],[113.013014,25.352432],[113.078304,25.382174],[113.096782,25.412449],[113.131274,25.414611],[113.11834,25.445418],[113.176854,25.471355],[113.226129,25.50971],[113.248919,25.514031],[113.311129,25.490264],[113.314208,25.442716],[113.341926,25.448661],[113.373338,25.402719],[113.407215,25.401637],[113.449715,25.359463],[113.479896,25.375145],[113.535946,25.368656],[113.579062,25.34432],[113.584606,25.306453],[113.611707,25.327552],[113.680076,25.334584],[113.686852,25.351891],[113.753373,25.362707],[113.76446,25.333502],[113.814967,25.328634],[113.839605,25.363248],[113.877177,25.380552],[113.887032,25.436772],[113.94493,25.441635],[113.962792,25.528072],[113.986198,25.529153],[113.983118,25.599336],[113.957249,25.611749],[113.913517,25.701299],[113.920293,25.741197],[113.961561,25.77731],[113.971416,25.836036],[114.028082,25.893119],[114.028082,25.98138],[114.008372,26.015806],[114.044096,26.076564],[114.087828,26.06635],[114.121089,26.085702],[114.10569,26.097526],[114.188842,26.121172],[114.237501,26.152333],[114.216559,26.203355],[114.181451,26.214631],[114.102611,26.187783],[114.088444,26.168448],[114.013299,26.184023],[113.962792,26.150722],[113.949242,26.192616],[113.972647,26.20604],[113.978807,26.237716],[114.029314,26.266163],[114.021307,26.288701],[114.047792,26.337518],[114.030546,26.376664],[114.062575,26.406149],[114.085364,26.406149],[114.090292,26.455988],[114.110002,26.482775],[114.07243,26.480096],[114.10877,26.56952],[114.019459,26.587182],[113.996669,26.615543],[113.912901,26.613938],[113.860546,26.664221],[113.853771,26.769532],[113.835909,26.806394],[113.877177,26.859262],[113.890112,26.895562],[113.927068,26.948922],[113.892575,26.964925],[113.86301,27.018252],[113.824206,27.036378],[113.803264,27.099261],[113.771851,27.096598],[113.779242,27.137081],[113.846996,27.222262],[113.872865,27.289828],[113.854387,27.30525],[113.872865,27.346721],[113.872865,27.384988],[113.72812,27.350442],[113.699786,27.331836],[113.657902,27.347253],[113.616635,27.345658],[113.605548,27.38924],[113.632033,27.40518],[113.59754,27.428554],[113.591381,27.467855],[113.627105,27.49971],[113.583374,27.524657],[113.579062,27.545354],[113.608627,27.585143],[113.607395,27.625449],[113.652359,27.663619],[113.696707,27.71979],[113.69917,27.740979],[113.763228,27.799228],[113.756453,27.860091],[113.72812,27.874904],[113.752141,27.93361],[113.822974,27.982243],[113.845148,27.971672],[113.864242,28.004966],[113.914133,27.991227],[113.936307,28.018703],[113.966488,28.017646],[113.970184,28.041418],[114.025618,28.031382],[114.047176,28.057263],[114.025002,28.080499],[113.992357,28.161255],[114.012068,28.174972],[114.068734,28.171806],[114.107538,28.182885],[114.109386,28.205038],[114.143879,28.246694],[114.182067,28.249858],[114.198081,28.29097],[114.2529,28.319423],[114.252284,28.395787],[114.214712,28.403157],[114.172212,28.432632],[114.217175,28.466308],[114.218407,28.48472],[114.15435,28.507337],[114.138335,28.533629],[114.08598,28.558337],[114.132176,28.607211],[114.122321,28.623497],[114.157429,28.761566],[114.137719,28.779926],[114.153734,28.829221],[114.124784,28.843376],[114.076741,28.834464],[114.056415,28.872204],[114.060111,28.902596],[114.028082,28.891069],[114.005292,28.917788],[114.008988,28.955498],[113.973879,28.937692],[113.955401,28.978536],[113.961561,28.999476],[113.94185,29.047097],[113.898119,29.029307],[113.876561,29.038202],[113.882104,29.065407],[113.852539,29.058606],[113.816199,29.105154],[113.775547,29.095219],[113.749677,29.060699],[113.722576,29.104631],[113.696091,29.077437],[113.690547,29.114566],[113.66283,29.16945],[113.691779,29.19662],[113.693011,29.226394],[113.651743,29.225872],[113.609859,29.25146],[113.632033,29.316186],[113.660982,29.333405],[113.674533,29.388172],[113.731199,29.393907],[113.755221,29.446557],[113.677613,29.513763],[113.630801,29.523137],[113.710257,29.555419],[113.73859,29.579363],[113.704098,29.634518],[113.680692,29.64336],[113.663446,29.684443],[113.606164,29.666764],[113.547033,29.675603],[113.540258,29.699519],[113.558736,29.727067],[113.550729,29.768115],[113.575367,29.809147],[113.571671,29.849123],[113.37765,29.703158],[113.277252,29.594976],[113.222433,29.543965],[113.181781,29.485636],[113.145441,29.449163],[113.099861,29.459585],[113.078304,29.438218],[113.057362,29.522616],[113.034572,29.523658],[112.950188,29.473132],[112.912,29.606944],[112.915696,29.620992],[113.005007,29.693801],[113.025949,29.772791],[112.974826,29.732784],[112.944645,29.682883],[112.926782,29.692241],[112.923703,29.766557],[112.894138,29.783699],[112.861493,29.78318],[112.79374,29.735902],[112.788812,29.681323],[112.733378,29.645441],[112.714283,29.648561],[112.693957,29.601741],[112.650842,29.592374],[112.640371,29.607985],[112.572001,29.624113],[112.54182,29.60122],[112.499321,29.629316],[112.439574,29.633997],[112.424792,29.598619],[112.368741,29.541362],[112.333017,29.545007],[112.291133,29.517409],[112.281278,29.536676],[112.303452,29.585609],[112.233851,29.61631],[112.244322,29.659483],[112.202438,29.633997],[112.178416,29.656883],[112.111279,29.659483],[112.089721,29.685482],[112.065699,29.681323],[112.07617,29.743696],[112.008417,29.778505],[111.95483,29.796683],[111.965917,29.832512],[111.925881,29.836665],[111.899396,29.855871],[111.899396,29.855871],[111.861207,29.856909],[111.8107,29.901017],[111.75773,29.92021],[111.723853,29.909317],[111.723853,29.909317],[111.705375,29.890121],[111.669034,29.888565],[111.669034,29.888565],[111.553854,29.894272],[111.527368,29.925916],[111.475629,29.918654],[111.436825,29.930065],[111.394325,29.912948],[111.382623,29.95029],[111.342587,29.944586],[111.3315,29.970512],[111.266826,30.01146],[111.242188,30.040476],[111.031537,30.048765],[110.929907,30.063268],[110.924364,30.111426],[110.851067,30.126439],[110.746973,30.112979],[110.756212,30.054463],[110.712481,30.033223],[110.650887,30.07777],[110.600996,30.054463],[110.531394,30.061197],[110.497518,30.055499],[110.491358,30.019751],[110.557264,29.988137],[110.517228,29.961179],[110.49875,29.91243],[110.538786,29.895828],[110.549873,29.848085],[110.60038,29.839779],[110.642879,29.775907],[110.562807,29.712515],[110.507373,29.692241],[110.467337,29.713034],[110.447011,29.664684],[110.372482,29.633477],[110.339221,29.668324],[110.302265,29.661563],[110.289946,29.6964],[110.219729,29.746814],[110.160599,29.753569],[110.113788,29.789932],[110.02386,29.769674],[109.941325,29.774349],[109.908064,29.763959],[109.869876,29.774869],[109.779333,29.757725],[109.755311,29.733304],[109.760238,29.689122],[109.714659,29.673524],[109.701108,29.636078],[109.717739,29.615269],[109.664768,29.599659],[109.651833,29.625674],[109.578536,29.629836],[109.558826,29.606944],[109.516326,29.626194],[109.488609,29.553336],[109.467051,29.560104],[109.458428,29.513242],[109.433791,29.530948],[109.436254,29.488761],[109.415928,29.497617],[109.418392,29.453332],[109.368501,29.413719],[109.391291,29.372005],[109.343863,29.369398],[109.352487,29.284872],[109.312451,29.25146],[109.257632,29.222738],[109.275494,29.202366],[109.261328,29.161089],[109.274262,29.121885],[109.232378,29.119271],[109.240386,29.086328],[109.312451,29.066453],[109.319842,29.042388],[109.294588,29.015177],[109.292741,28.987436],[109.261328,28.952356],[109.235458,28.882161],[109.246545,28.80143],[109.241002,28.776779],[109.2989,28.7474],[109.294588,28.722211],[109.252704,28.691767],[109.271183,28.671816],[109.192958,28.636104],[109.201581,28.597753],[109.235458,28.61982],[109.252089,28.606685],[109.306907,28.62087],[109.319842,28.579886],[109.273646,28.53836],[109.274262,28.494714],[109.260712,28.46473],[109.264407,28.392628],[109.289045,28.373673],[109.268719,28.33786],[109.275494,28.313101],[109.317994,28.277795],[109.33524,28.293605],[109.388211,28.268307],[109.367885,28.254602],[109.340168,28.19027],[109.33832,28.141731],[109.314298,28.103729],[109.298284,28.036136],[109.335856,28.063073],[109.378972,28.034551],[109.362342,28.007608],[109.319842,27.988585],[109.30198,27.956343],[109.32169,27.868027],[109.346943,27.838396],[109.332777,27.782815],[109.37774,27.736741],[109.366653,27.721909],[109.414081,27.725087],[109.470747,27.680049],[109.45658,27.673689],[109.470131,27.62863],[109.451037,27.586204],[109.461508,27.567637],[109.404841,27.55066],[109.303211,27.47582],[109.300132,27.423774],[109.245313,27.41793],[109.202197,27.450331],[109.167089,27.41793],[109.141835,27.448207],[109.142451,27.418461],[109.103647,27.336621],[109.044517,27.331304],[109.053756,27.293551],[108.983539,27.26802],[108.963213,27.235565],[108.907778,27.204699],[108.926873,27.160512],[108.878829,27.106187],[108.79075,27.084343],[108.877597,27.01612],[108.942887,27.017186],[108.942887,27.017186],[108.940423,27.044907],[109.007561,27.08008],[109.032814,27.104056],[109.128901,27.122701],[109.101183,27.06889],[109.165857,27.066758],[109.21698,27.114711],[109.239154,27.14933],[109.264407,27.131755],[109.33524,27.139212],[109.358646,27.153058],[109.415312,27.154123],[109.441182,27.117907],[109.472595,27.134951],[109.454733,27.069423],[109.486761,27.053968],[109.497848,27.079548],[109.520022,27.058764],[109.555131,26.946788],[109.436254,26.892359],[109.452885,26.861932],[109.486761,26.895562],[109.509551,26.877947],[109.513247,26.84004],[109.497232,26.815474],[109.522486,26.749226],[109.528645,26.743881],[109.554515,26.73533],[109.597015,26.756173],[109.568065,26.726243],[109.528645,26.743881],[109.52187,26.749226],[109.486761,26.759913],[109.447957,26.759913],[109.407305,26.719829],[109.35495,26.693098],[109.283501,26.698445],[109.306291,26.661012],[109.334008,26.646036],[109.35495,26.658873],[109.390675,26.598955],[109.407305,26.533116],[109.381436,26.518659],[109.385747,26.493487],[109.362342,26.472061],[109.38082,26.454381],[109.319842,26.418477],[109.29582,26.350389],[109.271183,26.327863],[109.285965,26.295676],[109.325385,26.29031],[109.351255,26.264016],[109.369733,26.277432],[109.442414,26.289774],[109.467051,26.313917],[109.439334,26.238789],[109.47629,26.148035],[109.513863,26.128157],[109.502776,26.096451],[109.449805,26.101826],[109.452885,26.055598],[109.48245,26.029788],[109.513247,25.998056],[109.560058,26.021184],[109.588391,26.019571],[109.635203,26.047533],[109.649369,26.016882],[109.730057,25.989988],[109.710963,25.954478],[109.693717,25.959321],[109.67955,25.921649],[109.685094,25.880197],[109.768246,25.890427],[109.779333,25.866196],[109.811361,25.877504],[109.826144,25.911422],[109.806434,25.973848],[109.782412,25.996981],[109.814441,26.041081],[109.864332,26.027637],[109.898825,26.095377],[109.904368,26.135679],[109.970274,26.195301],[110.03002,26.166299],[110.099005,26.168985],[110.100853,26.132455],[110.065128,26.050221],[110.100853,26.020108],[110.168606,26.028713],[110.181541,26.060437],[110.24991,26.010965],[110.257301,25.961473],[110.325671,25.975462],[110.373098,26.088927],[110.437772,26.153945],[110.477808,26.179727],[110.495054,26.166299],[110.546793,26.233421],[110.552952,26.283335],[110.584365,26.296749],[110.612083,26.333764],[110.643495,26.308552],[110.673676,26.317135],[110.721104,26.294066],[110.742046,26.313917],[110.73527,26.270993],[110.759292,26.248451],[110.836284,26.255966],[110.939762,26.286554],[110.926212,26.320354],[110.944074,26.326791],[110.94469,26.373447],[110.974255,26.385778],[111.008747,26.35897],[111.008132,26.336982],[111.090667,26.308016],[111.208928,26.30426],[111.204616,26.276359],[111.228022,26.261333],[111.277913,26.272066],[111.293311,26.222148],[111.271754,26.217316],[111.274833,26.183486],[111.258203,26.151796],[111.26621,26.095914],[111.244652,26.078177],[111.267442,26.058824],[111.235413,26.048071],[111.189834,25.953402],[111.230486,25.916267],[111.251428,25.864581],[111.29208,25.854349],[111.297007,25.874274],[111.346282,25.906577],[111.376463,25.906039],[111.383239,25.881812],[111.460231,25.885042],[111.4861,25.859196],[111.43313,25.84627],[111.442369,25.77192],[111.399869,25.744431],[111.30871,25.720171],[111.309942,25.645203],[111.343202,25.602574],[111.324724,25.564249],[111.32842,25.521592],[111.279145,25.42326],[111.210776,25.363248],[111.184906,25.367034],[111.138711,25.303748],[111.103602,25.285351],[111.112841,25.21715],[110.998892,25.161371],[110.98411,25.101772],[110.951465,25.04377],[110.968711,24.975434],[111.009363,24.921172],[111.100522,24.945593],[111.101754,25.035095],[111.139943,25.042144],[111.200921,25.074672],[111.221862,25.106649],[111.274833,25.151078],[111.321645,25.105023],[111.36784,25.108817],[111.375231,25.128324],[111.435593,25.093642],[111.416499,25.047566],[111.467622,25.02208],[111.460231,24.992793],[111.43313,24.979774],[111.434977,24.951562],[111.470086,24.92877],[111.447296,24.892947],[111.449144,24.857113],[111.479325,24.797366],[111.461463,24.728894],[111.431282,24.687574],[111.451608,24.665822],[111.499035,24.667997],[111.526752,24.637538],[111.570484,24.64461],[111.588962,24.690837],[111.641933,24.684856],[111.637621,24.715303],[111.666571,24.760961],[111.708455,24.788673],[111.783599,24.785957],[111.814396,24.770199],[111.868599,24.771829],[111.875374,24.756613],[111.929577,24.75607],[111.951135,24.769655],[112.024431,24.740308]]],[[[109.528645,26.743881],[109.522486,26.749226],[109.52187,26.749226],[109.528645,26.743881]]]]}},{"type":"Feature","properties":{"adcode":440000,"name":"广东省","center":[113.280637,23.125178],"centroid":[113.429919,23.334643],"childrenNum":21,"level":"province","parent":{"adcode":100000},"subFeatureIndex":18,"acroutes":[100000]},"geometry":{"type":"MultiPolygon","coordinates":[[[[113.558736,22.212244],[113.594461,22.228864],[113.595693,22.304186],[113.617866,22.315259],[113.604932,22.339617],[113.627721,22.349027],[113.669605,22.416539],[113.66591,22.438667],[113.624642,22.443092],[113.608627,22.408793],[113.573519,22.41156],[113.631417,22.475723],[113.668373,22.4807],[113.691779,22.514981],[113.740438,22.534329],[113.717033,22.645391],[113.678228,22.726007],[113.733663,22.736494],[113.758301,22.683496],[113.765692,22.665825],[113.803264,22.593463],[113.856851,22.539857],[113.869786,22.459685],[113.893807,22.442539],[113.952937,22.486783],[113.954785,22.491206],[113.976343,22.510558],[114.031778,22.503923],[114.082285,22.512216],[114.095219,22.534329],[114.156813,22.543726],[114.166052,22.559201],[114.222719,22.553122],[114.232574,22.539857],[114.294784,22.563623],[114.321885,22.587385],[114.381631,22.60175],[114.427211,22.589042],[114.472174,22.522168],[114.476486,22.459132],[114.506667,22.438667],[114.549167,22.465769],[114.611377,22.481806],[114.628623,22.513875],[114.614456,22.545384],[114.568261,22.560859],[114.559022,22.583517],[114.603369,22.638763],[114.579964,22.661407],[114.51529,22.655332],[114.567029,22.685705],[114.591666,22.690122],[114.601521,22.730975],[114.689601,22.7674],[114.709927,22.787817],[114.749963,22.764089],[114.73518,22.724351],[114.728405,22.651466],[114.743803,22.632687],[114.746267,22.581859],[114.866375,22.591805],[114.88547,22.538751],[114.922426,22.549253],[114.927969,22.621639],[114.945216,22.645391],[115.039454,22.713862],[115.02344,22.726007],[115.053621,22.747533],[115.076411,22.788368],[115.154635,22.80161],[115.190975,22.77347],[115.190359,22.818711],[115.236555,22.82533],[115.230396,22.776781],[115.319091,22.783402],[115.338185,22.776781],[115.349272,22.712206],[115.381301,22.684048],[115.430576,22.684048],[115.471844,22.697852],[115.575322,22.650914],[115.565467,22.684048],[115.609198,22.753052],[115.541445,22.755259],[115.570394,22.786713],[115.583945,22.82864],[115.654162,22.865591],[115.696046,22.84298],[115.760103,22.834707],[115.788437,22.809885],[115.796444,22.739254],[115.829089,22.734838],[115.883291,22.78561],[115.931334,22.802713],[115.965211,22.800506],[115.99724,22.826985],[116.05637,22.844635],[116.104413,22.816505],[116.14137,22.835259],[116.239304,22.921275],[116.259014,22.932298],[116.302746,22.951588],[116.382818,22.91907],[116.449955,22.936707],[116.50539,22.930645],[116.544194,22.996769],[116.576839,23.014397],[116.557129,23.056253],[116.566368,23.088738],[116.550969,23.109656],[116.566368,23.134424],[116.665534,23.158086],[116.701259,23.198248],[116.74499,23.215299],[116.806584,23.200998],[116.821367,23.240597],[116.798577,23.244996],[116.782563,23.313714],[116.871874,23.4159],[116.871258,23.416449],[116.874338,23.447199],[116.874953,23.447748],[116.895895,23.476295],[116.888504,23.501543],[116.92854,23.530079],[116.963649,23.507031],[117.01046,23.502641],[117.044953,23.539955],[117.085605,23.536663],[117.192778,23.5619],[117.192778,23.629356],[117.147199,23.654027],[117.123793,23.647448],[117.055424,23.694038],[117.048032,23.758687],[117.019083,23.801952],[117.012308,23.855054],[116.981511,23.855602],[116.955642,23.922359],[116.976583,23.931659],[116.981511,23.999471],[116.953178,24.008218],[116.930388,24.064514],[116.9347,24.126794],[116.998757,24.179217],[116.956257,24.216883],[116.933468,24.220157],[116.938395,24.28127],[116.914374,24.287817],[116.919301,24.321087],[116.895895,24.350533],[116.903903,24.369614],[116.839229,24.442097],[116.860787,24.460075],[116.83307,24.496568],[116.796729,24.502014],[116.759157,24.545572],[116.761005,24.583128],[116.815207,24.654944],[116.777635,24.679418],[116.667382,24.658752],[116.623034,24.64189],[116.600861,24.654401],[116.570679,24.621762],[116.530027,24.604895],[116.506622,24.621218],[116.517709,24.652225],[116.485064,24.720196],[116.44626,24.714216],[116.416079,24.744113],[116.419158,24.767482],[116.375427,24.803885],[116.381586,24.82507],[116.417927,24.840821],[116.395137,24.877746],[116.363724,24.87123],[116.345862,24.828872],[116.297202,24.801712],[116.244232,24.793563],[116.251007,24.82507],[116.221442,24.829959],[116.191877,24.877203],[116.153073,24.846795],[116.068073,24.850053],[116.015102,24.905975],[115.985537,24.899461],[115.907929,24.923343],[115.89253,24.936911],[115.885139,24.898918],[115.907313,24.879917],[115.861733,24.863629],[115.863581,24.891318],[115.824161,24.909232],[115.807531,24.862543],[115.790284,24.856027],[115.764415,24.791933],[115.776734,24.774546],[115.756408,24.749004],[115.769342,24.708236],[115.801371,24.705517],[115.780429,24.663103],[115.797676,24.628834],[115.840791,24.584217],[115.843871,24.562446],[115.785357,24.567345],[115.752712,24.546116],[115.68927,24.545027],[115.671408,24.604895],[115.605503,24.62557],[115.569778,24.622306],[115.555611,24.683768],[115.522967,24.702799],[115.476771,24.762591],[115.412714,24.79302],[115.372678,24.774546],[115.358511,24.735416],[115.306772,24.758787],[115.269816,24.749548],[115.258729,24.728894],[115.1842,24.711498],[115.104744,24.667997],[115.083802,24.699537],[115.057317,24.703343],[115.024672,24.669085],[115.00373,24.679418],[114.940288,24.650049],[114.909491,24.661471],[114.893477,24.582584],[114.868839,24.562446],[114.846665,24.602719],[114.827571,24.588026],[114.781376,24.613057],[114.729637,24.608704],[114.73826,24.565168],[114.704999,24.525973],[114.664963,24.583673],[114.627391,24.576598],[114.589819,24.537406],[114.534384,24.559181],[114.429058,24.48622],[114.403189,24.497657],[114.391486,24.563535],[114.363769,24.582584],[114.300943,24.578775],[114.289856,24.619042],[114.258443,24.641346],[114.19069,24.656576],[114.169132,24.689749],[114.27261,24.700624],[114.281849,24.724001],[114.336052,24.749004],[114.342211,24.807145],[114.378551,24.861457],[114.403189,24.877746],[114.395798,24.951019],[114.454928,24.977062],[114.45616,24.99659],[114.506051,24.999844],[114.532536,25.022623],[114.561485,25.077382],[114.604601,25.083886],[114.640326,25.074129],[114.664963,25.10123],[114.735796,25.121822],[114.73518,25.155954],[114.685905,25.173287],[114.693912,25.213902],[114.73518,25.225813],[114.743188,25.274528],[114.714238,25.315651],[114.63663,25.324306],[114.599674,25.385959],[114.541159,25.416773],[114.477718,25.37136],[114.438914,25.376226],[114.43029,25.343779],[114.382863,25.317274],[114.31511,25.33837],[114.2954,25.299961],[114.260291,25.291845],[114.204857,25.29942],[114.190074,25.316733],[114.115545,25.302125],[114.083517,25.275611],[114.055799,25.277775],[114.039785,25.250714],[114.017611,25.273987],[114.029314,25.328093],[114.050256,25.36433],[113.983118,25.415152],[114.003444,25.442716],[113.94493,25.441635],[113.887032,25.436772],[113.877177,25.380552],[113.839605,25.363248],[113.814967,25.328634],[113.76446,25.333502],[113.753373,25.362707],[113.686852,25.351891],[113.680076,25.334584],[113.611707,25.327552],[113.584606,25.306453],[113.579062,25.34432],[113.535946,25.368656],[113.479896,25.375145],[113.449715,25.359463],[113.407215,25.401637],[113.373338,25.402719],[113.341926,25.448661],[113.314208,25.442716],[113.311129,25.490264],[113.248919,25.514031],[113.226129,25.50971],[113.176854,25.471355],[113.11834,25.445418],[113.131274,25.414611],[113.096782,25.412449],[113.078304,25.382174],[113.013014,25.352432],[112.969898,25.350269],[112.93479,25.325929],[112.924319,25.296714],[112.891058,25.339993],[112.854718,25.337829],[112.867036,25.249632],[112.897833,25.238264],[112.958195,25.254503],[112.992688,25.247467],[113.034572,25.198199],[112.97421,25.168412],[112.96805,25.141869],[113.004391,25.089306],[112.979137,25.03401],[113.009934,24.977604],[112.994536,24.927142],[112.941565,24.915745],[112.904609,24.921715],[112.873812,24.896747],[112.780805,24.896747],[112.778341,24.947764],[112.743233,24.959701],[112.742001,24.99876],[112.714899,25.025876],[112.712436,25.083344],[112.660081,25.132658],[112.628052,25.140785],[112.562762,25.124531],[112.458053,25.152162],[112.44327,25.185744],[112.414937,25.14241],[112.365046,25.191701],[112.315771,25.175453],[112.302836,25.157037],[112.256025,25.159204],[112.246785,25.185202],[112.187039,25.182494],[112.177184,25.106649],[112.151931,25.055698],[112.155626,25.026419],[112.12175,24.989538],[112.119902,24.963499],[112.175337,24.927685],[112.167329,24.859828],[112.149467,24.837019],[112.124214,24.841364],[112.03367,24.771286],[112.024431,24.740308],[111.961606,24.721283],[111.939432,24.686487],[111.953598,24.64733],[111.927729,24.629378],[111.936968,24.595645],[111.972077,24.578775],[112.007185,24.534684],[112.009649,24.503103],[111.985011,24.467701],[112.025047,24.438828],[112.057692,24.387057],[112.05954,24.339628],[112.026279,24.294908],[111.990555,24.279634],[111.986243,24.25672],[111.958526,24.263813],[111.912946,24.221795],[111.877222,24.227252],[111.871062,24.176487],[111.886461,24.163929],[111.878454,24.109862],[111.92157,24.012045],[111.940664,23.987989],[111.911714,23.943693],[111.854432,23.947521],[111.845809,23.904305],[111.812548,23.887343],[111.824867,23.832612],[111.8107,23.80688],[111.722621,23.823305],[111.683201,23.822758],[111.683201,23.822758],[111.654868,23.833159],[111.627766,23.78881],[111.621607,23.725819],[111.666571,23.718696],[111.614832,23.65896],[111.615448,23.639225],[111.555702,23.64087],[111.487332,23.626615],[111.479941,23.532822],[111.428818,23.466414],[111.399869,23.469159],[111.383239,23.399423],[111.389398,23.375804],[111.363528,23.340641],[111.376463,23.30437],[111.353058,23.284582],[111.36476,23.240047],[111.388782,23.210349],[111.38447,23.16744],[111.365992,23.14488],[111.377695,23.082132],[111.402333,23.066165],[111.43313,23.073322],[111.433746,23.036428],[111.389398,23.005583],[111.403565,22.99126],[111.362913,22.967568],[111.374615,22.938361],[111.358601,22.889301],[111.218167,22.748085],[111.185522,22.735942],[111.118385,22.744773],[111.058023,22.729871],[111.089435,22.695643],[111.055559,22.648705],[110.997045,22.631582],[110.958856,22.636553],[110.950233,22.61059],[110.896031,22.613352],[110.897878,22.591805],[110.812263,22.576333],[110.778386,22.585174],[110.749437,22.556991],[110.762988,22.518298],[110.740198,22.498947],[110.74143,22.464109],[110.688459,22.477935],[110.712481,22.440879],[110.711249,22.369506],[110.74143,22.361757],[110.749437,22.329653],[110.787009,22.28259],[110.759292,22.274837],[110.725415,22.29588],[110.687843,22.249914],[110.646575,22.220554],[110.678604,22.172901],[110.629329,22.149068],[110.598532,22.162924],[110.602843,22.18343],[110.55788,22.196175],[110.505525,22.14297],[110.456866,22.189526],[110.414366,22.208365],[110.378026,22.164587],[110.34846,22.195621],[110.326287,22.152393],[110.364475,22.125785],[110.35154,22.097508],[110.359547,22.015973],[110.352772,21.97602],[110.374946,21.967695],[110.374946,21.967695],[110.378642,21.939942],[110.378642,21.939942],[110.391576,21.89386],[110.337374,21.887751],[110.290562,21.917736],[110.283787,21.892194],[110.224041,21.882198],[110.224041,21.882198],[110.212338,21.886085],[110.212338,21.886085],[110.196323,21.899968],[110.12857,21.902744],[110.101469,21.86998],[110.050962,21.857205],[109.999839,21.881643],[109.94502,21.84443],[109.940093,21.769419],[109.916071,21.668787],[109.888354,21.652101],[109.888354,21.652101],[109.839695,21.636525],[109.786108,21.637638],[109.778101,21.670455],[109.742992,21.616497],[109.754695,21.556396],[109.788572,21.490702],[109.785492,21.45673],[109.819369,21.445033],[109.894513,21.442248],[109.904368,21.429992],[109.868644,21.365913],[109.770709,21.359783],[109.757775,21.346963],[109.763934,21.226514],[109.674623,21.136671],[109.674007,21.067997],[109.655529,20.929435],[109.664768,20.862343],[109.711579,20.774519],[109.730057,20.719673],[109.74484,20.621124],[109.793499,20.615522],[109.813825,20.574627],[109.811977,20.541566],[109.839695,20.489439],[109.888354,20.475423],[109.895745,20.42776],[109.864948,20.40196],[109.861252,20.376717],[109.916071,20.316677],[109.909296,20.236961],[109.929006,20.211691],[109.993679,20.254368],[110.082375,20.258859],[110.118099,20.219553],[110.168606,20.219553],[110.220345,20.25156],[110.296722,20.249314],[110.349076,20.258859],[110.384185,20.293103],[110.425453,20.291419],[110.452554,20.311064],[110.491358,20.373912],[110.54125,20.42047],[110.550489,20.47262],[110.499982,20.572386],[110.487047,20.640167],[110.466105,20.680485],[110.411286,20.670966],[110.392192,20.682724],[110.407591,20.731987],[110.393424,20.816479],[110.350924,20.84165],[110.327519,20.847802],[110.269004,20.839972],[110.209874,20.860106],[110.184005,20.891979],[110.180925,20.98197],[110.204947,21.003202],[110.208642,21.050684],[110.241903,21.016051],[110.24991,21.045098],[110.296722,21.093684],[110.39096,21.124949],[110.422373,21.190807],[110.451322,21.186343],[110.501213,21.217588],[110.534474,21.204198],[110.626249,21.215915],[110.65951,21.239902],[110.713097,21.3124],[110.768531,21.364799],[110.796248,21.37483],[110.888639,21.367585],[110.929291,21.375945],[111.034617,21.438906],[111.103602,21.455616],[111.171355,21.458401],[111.28284,21.485691],[111.276065,21.443362],[111.250196,21.45116],[111.257587,21.41495],[111.28592,21.41885],[111.353058,21.464528],[111.382623,21.495714],[111.444217,21.514088],[111.494724,21.501282],[111.521825,21.517429],[111.560629,21.50518],[111.609904,21.530234],[111.650556,21.512418],[111.677658,21.529677],[111.693672,21.590345],[111.736788,21.609821],[111.794686,21.61149],[111.832258,21.578659],[111.810084,21.555283],[111.887693,21.578659],[111.941896,21.607039],[111.972692,21.603144],[112.026895,21.633744],[111.997946,21.657107],[111.954214,21.667674],[111.956062,21.710494],[112.036134,21.761637],[112.136532,21.793871],[112.192583,21.789425],[112.196894,21.736624],[112.236315,21.727173],[112.238778,21.702153],[112.353343,21.707157],[112.415553,21.734956],[112.427256,21.789981],[112.445734,21.803317],[112.497473,21.785535],[112.535661,21.753856],[112.647146,21.758302],[112.68595,21.810541],[112.792508,21.921067],[112.841167,21.920512],[112.893522,21.84443],[112.929862,21.838875],[112.989608,21.869424],[113.047507,21.956595],[113.053666,22.012089],[113.032108,22.04593],[113.045659,22.088636],[113.086927,22.12634],[113.091854,22.065344],[113.142977,22.012089],[113.1516,21.979905],[113.235368,21.887751],[113.266781,21.871646],[113.319752,21.909407],[113.330223,21.96159],[113.442324,22.009315],[113.45957,22.043711],[113.527939,22.073663],[113.567359,22.075327],[113.554425,22.107489],[113.554425,22.142416],[113.534715,22.174009],[113.53841,22.209473],[113.558736,22.212244]]],[[[117.024627,23.437865],[116.982743,23.460924],[116.944555,23.440061],[116.951946,23.419744],[117.027091,23.41535],[117.050496,23.400522],[117.081909,23.409309],[117.124409,23.389537],[117.142887,23.400522],[117.142887,23.459826],[117.129336,23.483431],[117.093612,23.459277],[117.058503,23.47355],[117.029554,23.443356],[117.024627,23.437865]]],[[[112.853486,21.740515],[112.876275,21.772753],[112.840551,21.776644],[112.782653,21.739959],[112.724138,21.719945],[112.70566,21.679354],[112.734609,21.666562],[112.780189,21.671568],[112.730914,21.613715],[112.775261,21.564189],[112.817145,21.590345],[112.798667,21.610933],[112.821457,21.655994],[112.804826,21.686583],[112.83316,21.736624],[112.853486,21.740515]]],[[[112.530733,21.583667],[112.563378,21.591458],[112.571385,21.619835],[112.621277,21.606482],[112.665624,21.642644],[112.639139,21.67268],[112.66624,21.683803],[112.663776,21.714386],[112.592327,21.693256],[112.560299,21.666562],[112.57077,21.645982],[112.535045,21.628737],[112.530733,21.583667]]],[[[114.231342,22.016528],[114.311414,22.041493],[114.302791,22.050368],[114.239965,22.03539],[114.231342,22.016528]]],[[[110.43346,21.171276],[110.489511,21.138904],[110.508605,21.140579],[110.544945,21.083633],[110.582517,21.094801],[110.632409,21.210893],[110.589293,21.194713],[110.525235,21.190249],[110.499366,21.213125],[110.445163,21.184669],[110.431612,21.180763],[110.43346,21.171276]]],[[[112.435263,21.663781],[112.456205,21.648763],[112.458669,21.68992],[112.435263,21.663781]]],[[[110.517844,21.079166],[110.459946,21.062971],[110.398352,21.096476],[110.352772,21.079724],[110.305961,21.0881],[110.27578,21.033369],[110.211106,20.986999],[110.201251,20.938378],[110.309656,20.963529],[110.347845,20.984763],[110.407591,20.990351],[110.47288,20.983087],[110.511684,20.916578],[110.535706,20.922727],[110.539402,20.987557],[110.560344,21.061295],[110.517844,21.079166]]],[[[113.765076,21.962145],[113.774315,21.998218],[113.74167,21.991559],[113.765076,21.962145]]],[[[113.723192,21.922177],[113.742902,21.950489],[113.71888,21.951599],[113.723192,21.922177]]],[[[113.142977,21.831653],[113.162071,21.853873],[113.203955,21.861093],[113.167615,21.876644],[113.136818,21.868869],[113.142977,21.831653]]],[[[113.819894,22.396068],[113.813735,22.419858],[113.786634,22.413773],[113.819894,22.396068]]],[[[114.190074,21.986564],[114.229494,21.995443],[114.180835,22.00987],[114.190074,21.986564]]],[[[114.153734,21.97491],[114.171596,22.000437],[114.124169,21.985455],[114.153734,21.97491]]],[[[116.769628,20.771721],[116.761005,20.750456],[116.87249,20.738143],[116.889736,20.683284],[116.849084,20.628405],[116.749302,20.600958],[116.796113,20.582471],[116.862635,20.588633],[116.905135,20.619443],[116.934084,20.676565],[116.925461,20.726949],[116.88604,20.775638],[116.820135,20.780674],[116.769628,20.771721]]],[[[113.025333,21.847762],[113.045659,21.882753],[113.007471,21.869424],[113.025333,21.847762]]],[[[110.405127,20.678245],[110.437772,20.677685],[110.414366,20.710157],[110.405127,20.678245]]],[[[110.644727,20.935584],[110.584365,20.948998],[110.548641,20.908752],[110.562807,20.861224],[110.611467,20.860106],[110.646575,20.917137],[110.644727,20.935584]]],[[[110.556648,20.32734],[110.593604,20.360447],[110.586213,20.381205],[110.556648,20.32734]]],[[[115.943037,21.097592],[115.953508,21.064088],[115.989233,21.035603],[116.040356,21.02052],[116.067457,21.04063],[116.044051,21.110434],[116.024341,21.12439],[115.965211,21.123832],[115.943037,21.097592]]],[[[115.926407,20.981411],[115.939342,20.945644],[115.970139,20.919373],[115.999088,20.922727],[116.000936,20.948439],[115.954124,20.99985],[115.926407,20.981411]]],[[[115.834632,22.722695],[115.834632,22.722143],[115.835248,22.722695],[115.834632,22.722695]]],[[[115.834632,22.723247],[115.834632,22.722695],[115.835248,22.722695],[115.834632,22.723247]]]]}},{"type":"Feature","properties":{"adcode":450000,"name":"广西壮族自治区","center":[108.320004,22.82402],"centroid":[108.7944,23.833381],"childrenNum":14,"level":"province","parent":{"adcode":100000},"subFeatureIndex":19,"acroutes":[100000]},"geometry":{"type":"MultiPolygon","coordinates":[[[[109.48245,26.029788],[109.473211,26.006663],[109.408537,25.967392],[109.435022,25.93349],[109.396834,25.900117],[109.359262,25.836036],[109.339552,25.83442],[109.327849,25.76168],[109.340168,25.731493],[109.296436,25.71424],[109.207125,25.740119],[109.206509,25.788087],[109.147995,25.741736],[109.13198,25.762758],[109.143683,25.795092],[109.095024,25.80533],[109.077778,25.776771],[109.048213,25.790781],[108.989698,25.778926],[108.999553,25.765453],[108.963829,25.732572],[108.940423,25.740119],[108.896076,25.71424],[108.900387,25.682423],[108.953974,25.686738],[108.953974,25.686738],[109.007561,25.734728],[109.043285,25.738502],[109.07901,25.72071],[109.075314,25.693749],[109.030966,25.629556],[109.051908,25.566949],[109.088249,25.550752],[109.024807,25.51241],[108.949046,25.557231],[108.8893,25.543193],[108.890532,25.556151],[108.826474,25.550212],[108.814772,25.526992],[108.781511,25.554531],[108.799989,25.576666],[108.783975,25.628477],[108.724844,25.634952],[108.68912,25.623081],[108.68604,25.587462],[108.660787,25.584763],[108.658323,25.550212],[108.68912,25.533473],[108.634917,25.520512],[108.6072,25.491885],[108.600425,25.432448],[108.62999,25.335666],[108.625062,25.308076],[108.589338,25.335125],[108.585642,25.365952],[108.471693,25.458928],[108.418723,25.443257],[108.400244,25.491344],[108.359592,25.513491],[108.348506,25.536173],[108.308469,25.525912],[108.280752,25.48],[108.241332,25.46217],[108.251803,25.430286],[108.192673,25.458928],[108.162492,25.444878],[108.193289,25.405421],[108.142782,25.390825],[108.152021,25.324306],[108.143398,25.269658],[108.115065,25.210112],[108.080572,25.193867],[108.001732,25.196574],[107.928435,25.155954],[107.872384,25.141327],[107.839124,25.115861],[107.762747,25.125073],[107.789233,25.15487],[107.760283,25.188451],[107.762131,25.229061],[107.741805,25.24043],[107.700537,25.194408],[107.696226,25.219858],[107.661733,25.258833],[107.659885,25.316192],[107.632168,25.310241],[107.599523,25.250714],[107.576734,25.256668],[107.512676,25.209029],[107.472024,25.213902],[107.489886,25.276693],[107.481263,25.299961],[107.432604,25.289139],[107.409198,25.347024],[107.420901,25.392987],[107.375937,25.411908],[107.358691,25.393528],[107.318039,25.401637],[107.308184,25.432988],[107.336517,25.461089],[107.263836,25.543193],[107.232423,25.556691],[107.228728,25.604733],[107.205322,25.607971],[107.185612,25.578825],[107.064272,25.559391],[107.066736,25.50917],[107.015613,25.495666],[106.996519,25.442716],[106.963874,25.437852],[106.987896,25.358922],[107.012533,25.352973],[107.013765,25.275611],[106.975577,25.232851],[106.933077,25.250714],[106.904128,25.231768],[106.888113,25.181953],[106.853005,25.186827],[106.787715,25.17112],[106.764926,25.183036],[106.732281,25.162454],[106.691013,25.179245],[106.644817,25.164621],[106.63989,25.132658],[106.590615,25.08768],[106.551195,25.082802],[106.519782,25.054072],[106.450181,25.033468],[106.442173,25.019369],[106.332536,24.988454],[106.304819,24.973807],[106.253696,24.971094],[106.215508,24.981944],[106.191486,24.95319],[106.145291,24.954275],[106.197645,24.885889],[106.206269,24.851139],[106.173008,24.760417],[106.150218,24.762591],[106.113878,24.714216],[106.047356,24.684312],[106.024566,24.633186],[105.961741,24.677786],[105.942031,24.725088],[105.863806,24.729437],[105.827466,24.702799],[105.767104,24.719109],[105.70551,24.768569],[105.617431,24.78161],[105.607576,24.803885],[105.573083,24.797366],[105.497322,24.809318],[105.493011,24.833217],[105.457286,24.87123],[105.428337,24.930941],[105.365511,24.943423],[105.334099,24.9266],[105.267577,24.929313],[105.251563,24.967296],[105.212758,24.995505],[105.178266,24.985199],[105.157324,24.958616],[105.131454,24.959701],[105.09573,24.92877],[105.096346,24.928228],[105.082179,24.915745],[105.077868,24.918459],[105.039064,24.872859],[105.026745,24.815836],[105.03352,24.787586],[104.899245,24.752809],[104.865985,24.730524],[104.841963,24.676155],[104.771746,24.659839],[104.729246,24.617953],[104.703377,24.645698],[104.628848,24.660927],[104.595587,24.709323],[104.529682,24.731611],[104.489646,24.653313],[104.520443,24.535228],[104.550008,24.518894],[104.575877,24.424661],[104.616529,24.421937],[104.63008,24.397958],[104.610986,24.377246],[104.641783,24.367979],[104.70892,24.321087],[104.721239,24.340173],[104.703377,24.419757],[104.715695,24.441552],[104.74834,24.435559],[104.765587,24.45953],[104.784681,24.443732],[104.83642,24.446456],[104.914028,24.426296],[104.930042,24.411038],[104.979933,24.412673],[105.042759,24.442097],[105.106817,24.414853],[105.111744,24.37234],[105.138846,24.376701],[105.188121,24.347261],[105.196744,24.326541],[105.164715,24.288362],[105.215222,24.214699],[105.24294,24.208695],[105.229389,24.165567],[105.182577,24.167205],[105.20044,24.105491],[105.260186,24.061236],[105.292831,24.074896],[105.273121,24.092927],[105.320548,24.116416],[105.334099,24.094566],[105.395692,24.065607],[105.406163,24.043748],[105.493011,24.016965],[105.533663,24.130071],[105.594641,24.137718],[105.628518,24.126794],[105.649459,24.032816],[105.704278,24.0667],[105.739387,24.059596],[105.765256,24.073804],[105.802212,24.051945],[105.796669,24.023524],[105.841633,24.03063],[105.859495,24.056864],[105.89214,24.040468],[105.908154,24.069432],[105.901995,24.099482],[105.919241,24.122425],[105.963589,24.110954],[105.998081,24.120786],[106.011632,24.099482],[106.04982,24.089649],[106.053516,24.051399],[106.096631,24.018058],[106.091088,23.998924],[106.128044,23.956819],[106.157609,23.891174],[106.192718,23.879135],[106.173008,23.861622],[106.192102,23.824947],[106.136667,23.795381],[106.157609,23.724175],[106.149602,23.665538],[106.120653,23.605229],[106.141595,23.569579],[106.08616,23.524043],[106.071994,23.495506],[106.039965,23.484529],[105.999929,23.447748],[105.986378,23.489469],[105.935871,23.508678],[105.913081,23.499348],[105.89214,23.52514],[105.852103,23.526786],[105.815763,23.507031],[105.805908,23.467512],[105.758481,23.459826],[105.699966,23.40162],[105.637757,23.404366],[105.694423,23.363168],[105.699966,23.327453],[105.649459,23.346136],[105.593409,23.312614],[105.560148,23.257093],[105.526272,23.234548],[105.542902,23.184495],[105.558916,23.177893],[105.574931,23.066165],[105.625438,23.064513],[105.648844,23.078828],[105.724604,23.06231],[105.74185,23.030921],[105.780039,23.022659],[105.805908,22.994565],[105.839169,22.987403],[105.879205,22.916865],[105.893987,22.936707],[105.959277,22.948832],[105.994385,22.93781],[106.019639,22.990709],[106.08616,22.996218],[106.106486,22.980792],[106.153914,22.988505],[106.206885,22.978588],[106.270326,22.907494],[106.258007,22.889852],[106.286957,22.867245],[106.366413,22.857871],[106.37134,22.878273],[106.41384,22.877171],[106.504383,22.91025],[106.525941,22.946628],[106.562282,22.923479],[106.606013,22.925684],[106.631267,22.88103],[106.657136,22.863385],[106.674998,22.891506],[106.716882,22.881582],[106.709491,22.866142],[106.774781,22.812643],[106.776012,22.813746],[106.778476,22.814298],[106.779092,22.813746],[106.779708,22.813195],[106.78094,22.813195],[106.784636,22.812643],[106.796338,22.812091],[106.801882,22.815401],[106.804346,22.816505],[106.808657,22.817608],[106.813585,22.817608],[106.838838,22.803265],[106.820976,22.768504],[106.768621,22.739254],[106.780324,22.708894],[106.756302,22.68957],[106.711955,22.575228],[106.650361,22.575228],[106.61402,22.602303],[106.585071,22.517192],[106.588151,22.472958],[106.560434,22.455813],[106.588767,22.374486],[106.562897,22.345706],[106.663296,22.33076],[106.670071,22.283144],[106.688549,22.260438],[106.7021,22.207257],[106.673151,22.182322],[106.706411,22.160707],[106.691629,22.13521],[106.71565,22.089745],[106.706411,22.021521],[106.683006,21.999882],[106.698404,21.959925],[106.73844,22.008205],[106.790179,22.004876],[106.802498,21.98157],[106.859164,21.986009],[106.926302,21.967695],[106.935541,21.933836],[106.974345,21.923288],[106.999598,21.947714],[107.05996,21.914959],[107.058729,21.887196],[107.018693,21.859427],[107.018077,21.81943],[107.093837,21.803317],[107.148656,21.758858],[107.194851,21.736624],[107.199163,21.718833],[107.242279,21.703265],[107.271844,21.727173],[107.310648,21.733844],[107.356843,21.667674],[107.363619,21.602031],[107.388256,21.594241],[107.431372,21.642088],[107.477567,21.659888],[107.500973,21.613715],[107.486806,21.59591],[107.547168,21.58645],[107.584741,21.614828],[107.603219,21.597579],[107.712856,21.616497],[107.807711,21.655438],[107.837892,21.640419],[107.863761,21.650988],[107.892095,21.622617],[107.893942,21.596466],[107.929051,21.585893],[107.958,21.534131],[108.034376,21.545821],[108.108289,21.508521],[108.193905,21.519656],[108.156332,21.55083],[108.205608,21.597579],[108.241332,21.599805],[108.249955,21.561406],[108.210535,21.505737],[108.230245,21.491259],[108.330027,21.540254],[108.397781,21.533017],[108.492635,21.554727],[108.591802,21.677129],[108.626294,21.67991],[108.658939,21.643757],[108.678033,21.659331],[108.735931,21.628181],[108.734084,21.626512],[108.745786,21.602587],[108.801837,21.626512],[108.83325,21.610933],[108.881293,21.627068],[108.937959,21.589789],[109.093792,21.579215],[109.09872,21.571424],[109.110422,21.568085],[109.138756,21.567528],[109.142451,21.511861],[109.074698,21.489589],[109.039589,21.457844],[109.046365,21.424421],[109.095024,21.419407],[109.138756,21.388762],[109.186183,21.390991],[109.245929,21.425536],[109.41716,21.438906],[109.484914,21.453388],[109.529877,21.437234],[109.540964,21.466199],[109.576689,21.493487],[109.604406,21.523553],[109.612413,21.556953],[109.654913,21.493487],[109.704188,21.462857],[109.785492,21.45673],[109.788572,21.490702],[109.754695,21.556396],[109.742992,21.616497],[109.778101,21.670455],[109.786108,21.637638],[109.839695,21.636525],[109.888354,21.652101],[109.888354,21.652101],[109.916071,21.668787],[109.940093,21.769419],[109.94502,21.84443],[109.999839,21.881643],[110.050962,21.857205],[110.101469,21.86998],[110.12857,21.902744],[110.196323,21.899968],[110.212338,21.886085],[110.212338,21.886085],[110.224041,21.882198],[110.224041,21.882198],[110.283787,21.892194],[110.290562,21.917736],[110.337374,21.887751],[110.391576,21.89386],[110.378642,21.939942],[110.378642,21.939942],[110.374946,21.967695],[110.374946,21.967695],[110.352772,21.97602],[110.359547,22.015973],[110.35154,22.097508],[110.364475,22.125785],[110.326287,22.152393],[110.34846,22.195621],[110.378026,22.164587],[110.414366,22.208365],[110.456866,22.189526],[110.505525,22.14297],[110.55788,22.196175],[110.602843,22.18343],[110.598532,22.162924],[110.629329,22.149068],[110.678604,22.172901],[110.646575,22.220554],[110.687843,22.249914],[110.725415,22.29588],[110.759292,22.274837],[110.787009,22.28259],[110.749437,22.329653],[110.74143,22.361757],[110.711249,22.369506],[110.712481,22.440879],[110.688459,22.477935],[110.74143,22.464109],[110.740198,22.498947],[110.762988,22.518298],[110.749437,22.556991],[110.778386,22.585174],[110.812263,22.576333],[110.897878,22.591805],[110.896031,22.613352],[110.950233,22.61059],[110.958856,22.636553],[110.997045,22.631582],[111.055559,22.648705],[111.089435,22.695643],[111.058023,22.729871],[111.118385,22.744773],[111.185522,22.735942],[111.218167,22.748085],[111.358601,22.889301],[111.374615,22.938361],[111.362913,22.967568],[111.403565,22.99126],[111.389398,23.005583],[111.433746,23.036428],[111.43313,23.073322],[111.402333,23.066165],[111.377695,23.082132],[111.365992,23.14488],[111.38447,23.16744],[111.388782,23.210349],[111.36476,23.240047],[111.353058,23.284582],[111.376463,23.30437],[111.363528,23.340641],[111.389398,23.375804],[111.383239,23.399423],[111.399869,23.469159],[111.428818,23.466414],[111.479941,23.532822],[111.487332,23.626615],[111.555702,23.64087],[111.615448,23.639225],[111.614832,23.65896],[111.666571,23.718696],[111.621607,23.725819],[111.627766,23.78881],[111.654868,23.833159],[111.683201,23.822758],[111.683201,23.822758],[111.722621,23.823305],[111.8107,23.80688],[111.824867,23.832612],[111.812548,23.887343],[111.845809,23.904305],[111.854432,23.947521],[111.911714,23.943693],[111.940664,23.987989],[111.92157,24.012045],[111.878454,24.109862],[111.886461,24.163929],[111.871062,24.176487],[111.877222,24.227252],[111.912946,24.221795],[111.958526,24.263813],[111.986243,24.25672],[111.990555,24.279634],[112.026279,24.294908],[112.05954,24.339628],[112.057692,24.387057],[112.025047,24.438828],[111.985011,24.467701],[112.009649,24.503103],[112.007185,24.534684],[111.972077,24.578775],[111.936968,24.595645],[111.927729,24.629378],[111.953598,24.64733],[111.939432,24.686487],[111.961606,24.721283],[112.024431,24.740308],[111.951135,24.769655],[111.929577,24.75607],[111.875374,24.756613],[111.868599,24.771829],[111.814396,24.770199],[111.783599,24.785957],[111.708455,24.788673],[111.666571,24.760961],[111.637621,24.715303],[111.641933,24.684856],[111.588962,24.690837],[111.570484,24.64461],[111.526752,24.637538],[111.499035,24.667997],[111.451608,24.665822],[111.431282,24.687574],[111.461463,24.728894],[111.479325,24.797366],[111.449144,24.857113],[111.447296,24.892947],[111.470086,24.92877],[111.434977,24.951562],[111.43313,24.979774],[111.460231,24.992793],[111.467622,25.02208],[111.416499,25.047566],[111.435593,25.093642],[111.375231,25.128324],[111.36784,25.108817],[111.321645,25.105023],[111.274833,25.151078],[111.221862,25.106649],[111.200921,25.074672],[111.139943,25.042144],[111.101754,25.035095],[111.100522,24.945593],[111.009363,24.921172],[110.968711,24.975434],[110.951465,25.04377],[110.98411,25.101772],[110.998892,25.161371],[111.112841,25.21715],[111.103602,25.285351],[111.138711,25.303748],[111.184906,25.367034],[111.210776,25.363248],[111.279145,25.42326],[111.32842,25.521592],[111.324724,25.564249],[111.343202,25.602574],[111.309942,25.645203],[111.30871,25.720171],[111.399869,25.744431],[111.442369,25.77192],[111.43313,25.84627],[111.4861,25.859196],[111.460231,25.885042],[111.383239,25.881812],[111.376463,25.906039],[111.346282,25.906577],[111.297007,25.874274],[111.29208,25.854349],[111.251428,25.864581],[111.230486,25.916267],[111.189834,25.953402],[111.235413,26.048071],[111.267442,26.058824],[111.244652,26.078177],[111.26621,26.095914],[111.258203,26.151796],[111.274833,26.183486],[111.271754,26.217316],[111.293311,26.222148],[111.277913,26.272066],[111.228022,26.261333],[111.204616,26.276359],[111.208928,26.30426],[111.090667,26.308016],[111.008132,26.336982],[111.008747,26.35897],[110.974255,26.385778],[110.94469,26.373447],[110.944074,26.326791],[110.926212,26.320354],[110.939762,26.286554],[110.836284,26.255966],[110.759292,26.248451],[110.73527,26.270993],[110.742046,26.313917],[110.721104,26.294066],[110.673676,26.317135],[110.643495,26.308552],[110.612083,26.333764],[110.584365,26.296749],[110.552952,26.283335],[110.546793,26.233421],[110.495054,26.166299],[110.477808,26.179727],[110.437772,26.153945],[110.373098,26.088927],[110.325671,25.975462],[110.257301,25.961473],[110.24991,26.010965],[110.181541,26.060437],[110.168606,26.028713],[110.100853,26.020108],[110.065128,26.050221],[110.100853,26.132455],[110.099005,26.168985],[110.03002,26.166299],[109.970274,26.195301],[109.904368,26.135679],[109.898825,26.095377],[109.864332,26.027637],[109.814441,26.041081],[109.782412,25.996981],[109.806434,25.973848],[109.826144,25.911422],[109.811361,25.877504],[109.779333,25.866196],[109.768246,25.890427],[109.685094,25.880197],[109.67955,25.921649],[109.693717,25.959321],[109.710963,25.954478],[109.730057,25.989988],[109.649369,26.016882],[109.635203,26.047533],[109.588391,26.019571],[109.560058,26.021184],[109.513247,25.998056],[109.48245,26.029788]]],[[[105.096346,24.928228],[105.09573,24.92877],[105.077868,24.918459],[105.082179,24.915745],[105.096346,24.928228]]],[[[109.088249,21.014934],[109.11227,21.02499],[109.117814,21.017727],[109.144299,21.041189],[109.138756,21.067439],[109.09256,21.057386],[109.088865,21.031134],[109.088249,21.014934]]]]}},{"type":"Feature","properties":{"adcode":460000,"name":"海南省","center":[110.33119,20.031971],"centroid":[109.754859,19.189767],"childrenNum":19,"level":"province","parent":{"adcode":100000},"subFeatureIndex":20,"acroutes":[100000]},"geometry":{"type":"MultiPolygon","coordinates":[[[[110.106396,20.026812],[110.042339,19.991384],[109.997375,19.980136],[109.965346,19.993634],[109.898825,19.994196],[109.855093,19.984073],[109.814441,19.993072],[109.76147,19.981261],[109.712195,20.017253],[109.657993,20.01163],[109.585312,19.98801],[109.526797,19.943573],[109.498464,19.873236],[109.411001,19.895184],[109.349407,19.898561],[109.300748,19.917693],[109.25948,19.898561],[109.255784,19.867045],[109.231147,19.863105],[109.159082,19.79048],[109.169553,19.736411],[109.147379,19.704863],[109.093792,19.68965],[109.048829,19.619764],[108.993394,19.587065],[108.92872,19.524468],[108.855424,19.469182],[108.806148,19.450561],[108.765496,19.400894],[108.694047,19.387346],[108.644772,19.349518],[108.609048,19.276661],[108.591186,19.141592],[108.598577,19.055633],[108.630606,19.003017],[108.637997,18.924346],[108.595497,18.872256],[108.593033,18.809386],[108.65278,18.740258],[108.663866,18.67337],[108.641077,18.565614],[108.644772,18.486738],[108.68912,18.447571],[108.776583,18.441894],[108.881293,18.416344],[108.905315,18.389087],[108.944735,18.314107],[109.006329,18.323198],[109.108575,18.323766],[109.138756,18.268081],[109.17448,18.260125],[109.287813,18.264671],[109.355566,18.215221],[109.441182,18.199303],[109.467051,18.173718],[109.527413,18.169169],[109.584696,18.143579],[109.661688,18.175424],[109.726362,18.177698],[109.749767,18.193618],[109.785492,18.339672],[109.919767,18.375457],[110.022629,18.360121],[110.070672,18.376025],[110.090382,18.399309],[110.116867,18.506602],[110.214186,18.578662],[110.246215,18.609859],[110.329366,18.642185],[110.367555,18.631977],[110.499366,18.651824],[110.499366,18.751592],[110.578206,18.784458],[110.590525,18.838841],[110.585597,18.88075],[110.619474,19.152334],[110.676756,19.286264],[110.706321,19.320153],[110.729727,19.378878],[110.787009,19.399765],[110.844292,19.449996],[110.888023,19.518827],[110.920668,19.552668],[111.008747,19.60398],[111.061718,19.612436],[111.071573,19.628784],[111.043856,19.763448],[111.013675,19.850159],[110.966248,20.018377],[110.940994,20.028499],[110.871393,20.01163],[110.808567,20.035808],[110.778386,20.068415],[110.744509,20.074036],[110.717408,20.148778],[110.687843,20.163947],[110.655814,20.134169],[110.562191,20.110006],[110.526467,20.07516],[110.495054,20.077408],[110.387265,20.113378],[110.318279,20.108882],[110.28933,20.056047],[110.243135,20.077408],[110.144585,20.074598],[110.106396,20.026812]]],[[[112.208597,3.876129],[112.241858,3.845677],[112.280046,3.86777],[112.260336,3.917925],[112.219068,3.908969],[112.208597,3.876129]]],[[[113.266165,8.125929],[113.311129,8.177469],[113.343157,8.193463],[113.288955,8.119412],[113.349933,8.172137],[113.386273,8.238479],[113.386273,8.289412],[113.354244,8.304217],[113.353628,8.237887],[113.293882,8.176284],[113.266165,8.125929]]],[[[111.99733,3.848065],[112.015192,3.823583],[112.064467,3.830152],[112.073707,3.865979],[112.03367,3.892251],[111.99733,3.848065]]],[[[111.463311,17.077491],[111.536607,17.104949],[111.4861,17.058039],[111.559397,17.087788],[111.542151,17.11982],[111.452224,17.092936],[111.463311,17.077491]]],[[[117.708319,15.182712],[117.712631,15.118592],[117.726798,15.105303],[117.827812,15.111659],[117.72495,15.131302],[117.720638,15.195418],[117.74466,15.217941],[117.784696,15.16885],[117.838899,15.15903],[117.782848,15.187333],[117.748355,15.230068],[117.715095,15.222561],[117.708319,15.182712]]],[[[112.241858,3.942404],[112.292365,3.946583],[112.288053,3.97345],[112.254177,3.97942],[112.241858,3.942404]]],[[[111.734324,16.19732],[111.779903,16.19732],[111.81686,16.224329],[111.813164,16.261676],[111.782367,16.273741],[111.716462,16.249036],[111.789758,16.250186],[111.790374,16.220307],[111.734324,16.19732]]],[[[111.649324,16.255931],[111.577875,16.208239],[111.56802,16.162834],[111.611136,16.156511],[111.690592,16.211112],[111.606825,16.177779],[111.598817,16.198469],[111.681353,16.262251],[111.649324,16.255931]]],[[[113.896887,7.607204],[113.919677,7.566865],[113.98743,7.536014],[114.058879,7.537794],[114.157429,7.561525],[114.289856,7.617288],[114.368696,7.638642],[114.407501,7.683126],[114.419819,7.765557],[114.464167,7.814771],[114.540543,7.862201],[114.555326,7.891249],[114.540543,7.945783],[114.511594,7.966527],[114.47279,7.968898],[114.414892,7.952895],[114.268298,7.870501],[114.211632,7.786904],[114.095219,7.721082],[114.029314,7.670078],[113.921524,7.639235],[113.896887,7.607204]]],[[[113.976959,8.872888],[114.013299,8.836817],[114.035473,8.783591],[114.060111,8.816119],[114.041017,8.843913],[113.989894,8.878801],[113.976959,8.872888]]],[[[113.956017,8.840365],[113.975111,8.793054],[114.012068,8.798376],[113.977575,8.841548],[113.956017,8.840365]]],[[[111.97454,16.323715],[112.002258,16.306484],[112.07617,16.323715],[112.074938,16.349558],[112.047221,16.360469],[112.002874,16.350707],[111.97454,16.323715]]],[[[111.739251,16.452898],[111.766969,16.470116],[111.786679,16.520039],[111.759577,16.545857],[111.765737,16.495366],[111.739251,16.452898]]],[[[112.216604,8.866383],[112.206133,8.88767],[112.180264,8.862244],[112.216604,8.866383]]],[[[113.792177,7.373422],[113.828518,7.362145],[113.829134,7.383511],[113.792177,7.373422]]],[[[114.194386,8.764664],[114.201161,8.727991],[114.248588,8.724442],[114.222103,8.784773],[114.194386,8.764664]]],[[[112.232619,16.996239],[112.207981,16.987081],[112.222764,16.960751],[112.292981,16.96762],[112.266496,16.993949],[112.232619,16.996239]]],[[[114.689601,10.345648],[114.702536,10.312677],[114.725941,10.319154],[114.747499,10.37214],[114.717318,10.380381],[114.689601,10.345648]]],[[[115.837712,9.709775],[115.861117,9.694438],[115.867277,9.650191],[115.901153,9.67084],[115.925791,9.781734],[115.901153,9.795888],[115.870972,9.778785],[115.837712,9.709775]]],[[[114.617536,9.965688],[114.642173,9.917351],[114.672355,9.927963],[114.685905,9.979245],[114.617536,9.965688]]],[[[113.769387,7.636862],[113.773699,7.601865],[113.814967,7.603051],[113.831597,7.644573],[113.769387,7.636862]]],[[[109.463972,7.344339],[109.463972,7.315254],[109.513247,7.320002],[109.571761,7.373422],[109.654297,7.479648],[109.709115,7.511095],[109.791651,7.524742],[109.938861,7.504569],[109.948716,7.522962],[109.904984,7.55144],[109.816289,7.572797],[109.72205,7.575763],[109.653065,7.559745],[109.536037,7.448792],[109.463972,7.344339]]],[[[116.273181,8.879392],[116.294123,8.858105],[116.332311,8.901269],[116.305826,8.917233],[116.273181,8.879392]]],[[[112.476531,16.001247],[112.570154,16.011027],[112.612037,16.039212],[112.588016,16.070844],[112.462364,16.043813],[112.448814,16.005274],[112.476531,16.001247]]],[[[112.537509,8.846278],[112.57077,8.815527],[112.639755,8.818484],[112.598487,8.859288],[112.537509,8.846278]]],[[[114.469095,10.836261],[114.475254,10.814512],[114.513442,10.848605],[114.565181,10.836261],[114.593514,10.856245],[114.587355,10.909138],[114.55471,10.900911],[114.469095,10.836261]]],[[[112.409393,16.294996],[112.383524,16.265698],[112.411241,16.2634],[112.475915,16.288677],[112.531349,16.285805],[112.536893,16.312228],[112.509176,16.317397],[112.409393,16.294996]]],[[[116.48876,10.395686],[116.461658,10.34918],[116.467202,10.309144],[116.511549,10.297957],[116.566368,10.304434],[116.644592,10.335051],[116.637817,10.365076],[116.514629,10.34918],[116.542346,10.41982],[116.526332,10.426883],[116.48876,10.395686]]],[[[112.349031,16.912088],[112.360734,16.925257],[112.334249,16.962469],[112.30222,16.963041],[112.349031,16.912088]]],[[[111.500267,16.45175],[111.49534,16.4374],[111.545847,16.43453],[111.538455,16.461507],[111.500267,16.45175]]],[[[115.500177,9.897897],[115.54822,9.869007],[115.585177,9.896128],[115.581481,9.917351],[115.518039,9.933857],[115.500177,9.897897]]],[[[114.669891,8.210048],[114.691449,8.18517],[114.74134,8.189316],[114.726557,8.21064],[114.669891,8.210048]]],[[[114.507899,8.120004],[114.530073,8.103415],[114.595978,8.120596],[114.624311,8.149626],[114.595978,8.15792],[114.507899,8.120004]]],[[[115.16757,8.386523],[115.18112,8.345668],[115.235939,8.321982],[115.285214,8.314876],[115.315395,8.356326],[115.299381,8.370537],[115.202678,8.395403],[115.16757,8.386523]]],[[[113.895039,8.00505],[113.904894,7.963564],[113.9708,7.944597],[113.969568,7.974825],[113.940003,8.018088],[113.895039,8.00505]]],[[[115.436119,9.393447],[115.450286,9.345028],[115.469996,9.3592],[115.456445,9.417064],[115.436119,9.393447]]],[[[116.457347,9.174326],[116.477057,9.137103],[116.500462,9.164282],[116.457347,9.174326]]],[[[113.638192,8.976942],[113.654823,8.962163],[113.730583,9.004133],[113.719496,9.020092],[113.644968,8.989355],[113.638192,8.976942]]],[[[114.696992,11.004322],[114.710543,11.001972],[114.793079,11.07657],[114.799854,11.10476],[114.766593,11.110045],[114.710543,11.039567],[114.696992,11.004322]]],[[[114.62,11.432264],[114.652644,11.436957],[114.661884,11.522584],[114.621232,11.518479],[114.62,11.432264]]],[[[114.910723,10.863298],[114.931049,10.841551],[114.959998,10.902087],[114.934129,10.902674],[114.910723,10.863298]]],[[[111.572948,16.470116],[111.578491,16.447158],[111.614216,16.44027],[111.592658,16.490775],[111.572948,16.470116]]],[[[113.939387,8.875253],[113.912285,8.888853],[113.893807,8.862836],[113.916597,8.837999],[113.939387,8.875253]]],[[[109.936397,7.848566],[109.936397,7.823665],[109.988136,7.8124],[110.050346,7.846194],[110.082991,7.896584],[110.078063,7.949339],[110.0331,7.944597],[109.953027,7.888878],[109.936397,7.848566]]],[[[116.727128,11.501473],[116.765316,11.430504],[116.772092,11.445755],[116.738215,11.514961],[116.727128,11.501473]]],[[[111.690592,16.587731],[111.724469,16.560198],[111.717078,16.59404],[111.690592,16.587731]]],[[[112.507328,16.466098],[112.586784,16.525777],[112.575081,16.537251],[112.499321,16.493645],[112.507328,16.466098]]],[[[111.761425,16.061642],[111.791606,16.028859],[111.828563,16.049565],[111.829795,16.070844],[111.761425,16.061642]]],[[[113.845764,10.018733],[113.865474,10.00341],[113.872249,10.123029],[113.856851,10.12185],[113.845764,10.018733]]],[[[114.791847,8.160882],[114.777064,8.114079],[114.812173,8.110524],[114.818332,8.141332],[114.791847,8.160882]]],[[[116.557129,9.745167],[116.566368,9.718623],[116.593469,9.723932],[116.557129,9.745167]]],[[[115.28275,10.191951],[115.288294,10.172513],[115.333257,10.200198],[115.28891,10.211388],[115.28275,10.191951]]],[[[116.832454,10.476908],[116.855243,10.468669],[116.868794,10.495739],[116.832454,10.476908]]],[[[114.703151,16.170307],[114.816484,16.198469],[114.802934,16.215135],[114.704383,16.199044],[114.703151,16.170307]]],[[[115.97753,9.321997],[115.926407,9.311366],[115.943037,9.269433],[115.976298,9.268252],[115.999088,9.293649],[115.97753,9.321997]]],[[[113.660366,9.231039],[113.676997,9.202683],[113.697323,9.225722],[113.660366,9.231039]]],[[[114.665579,7.590001],[114.671739,7.563898],[114.72163,7.59178],[114.703767,7.614915],[114.665579,7.590001]]],[[[114.493116,10.717504],[114.513442,10.722208],[114.562717,10.778064],[114.539312,10.793349],[114.493116,10.717504]]],[[[117.770529,10.773361],[117.798862,10.753371],[117.835819,10.803931],[117.831507,10.838612],[117.801942,10.839788],[117.775457,10.809222],[117.770529,10.773361]]],[[[114.242429,10.242014],[114.263371,10.239658],[114.326197,10.284414],[114.312646,10.300901],[114.265219,10.275581],[114.242429,10.242014]]],[[[114.688985,11.469217],[114.722246,11.429331],[114.737644,11.463938],[114.720398,11.49209],[114.688985,11.469217]]],[[[116.638433,10.503977],[116.653215,10.491031],[116.70865,10.492797],[116.699411,10.517511],[116.638433,10.503977]]],[[[110.459946,8.116449],[110.471032,8.072012],[110.554184,8.093935],[110.599764,8.156735],[110.568351,8.17273],[110.461793,8.128298],[110.459946,8.116449]]],[[[111.463311,8.52504],[111.497187,8.523857],[111.509506,8.550489],[111.463311,8.52504]]],[[[115.258113,8.509652],[115.271048,8.477098],[115.296301,8.510836],[115.258113,8.509652]]],[[[113.221817,8.073789],[113.235984,8.068456],[113.283411,8.111117],[113.269861,8.120004],[113.221817,8.073789]]],[[[114.074893,10.929118],[114.064422,10.904437],[114.110002,10.918541],[114.096451,10.947921],[114.074893,10.929118]]],[[[117.258068,10.320331],[117.299336,10.313855],[117.299952,10.343293],[117.274698,10.358011],[117.258068,10.320331]]],[[[114.212864,16.040937],[114.31203,16.034611],[114.306487,16.057616],[114.268914,16.059342],[114.212864,16.040937]]],[[[110.609003,8.010976],[110.642879,7.989049],[110.641648,8.031125],[110.622553,8.041199],[110.609003,8.010976]]],[[[115.509416,8.490712],[115.521735,8.460523],[115.55438,8.461115],[115.569162,8.49012],[115.558691,8.523265],[115.514344,8.519122],[115.509416,8.490712]]],[[[111.539071,7.54432],[111.542767,7.524742],[111.583419,7.543134],[111.612368,7.592374],[111.566788,7.606017],[111.539071,7.54432]]],[[[111.657947,8.672974],[111.665955,8.622683],[111.717694,8.6499],[111.697368,8.67889],[111.657947,8.672974]]],[[[110.460561,7.799948],[110.487663,7.783346],[110.511684,7.805878],[110.485199,7.827815],[110.460561,7.799948]]],[[[112.345952,8.926101],[112.392763,8.919598],[112.384756,8.946793],[112.345952,8.926101]]],[[[116.469665,9.810041],[116.47952,9.785272],[116.50847,9.79117],[116.490607,9.821246],[116.469665,9.810041]]],[[[111.925265,8.070827],[111.949287,8.05068],[111.994866,8.047125],[112.018888,8.065494],[112.013344,8.093342],[111.95483,8.106377],[111.925265,8.070827]]],[[[114.457392,15.599305],[114.466631,15.576823],[114.491884,15.59354],[114.457392,15.599305]]],[[[114.985252,11.078332],[115.013585,11.063062],[115.021592,11.085967],[114.985252,11.078332]]],[[[114.10569,16.004124],[114.110618,15.978235],[114.132176,16.007575],[114.10569,16.004124]]],[[[116.045283,10.095338],[116.067457,10.065876],[116.09579,10.09357],[116.070537,10.12892],[116.045283,10.095338]]],[[[117.266691,10.69163],[117.348611,10.672811],[117.404661,10.671047],[117.418212,10.702803],[117.369553,10.7422],[117.293176,10.735144],[117.266691,10.69163]]],[[[114.854057,7.244611],[114.819564,7.192957],[114.869455,7.198895],[114.854057,7.244611]]],[[[112.823305,8.910729],[112.859645,8.889444],[112.873196,8.908364],[112.823305,8.910729]]],[[[111.670266,7.651098],[111.707223,7.648725],[111.749722,7.703884],[111.726317,7.729977],[111.691208,7.711593],[111.670266,7.651098]]],[[[112.207981,8.835634],[112.235699,8.827355],[112.241242,8.852783],[112.207981,8.835634]]],[[[112.527654,5.79444],[112.531965,5.766455],[112.562762,5.75931],[112.562146,5.820637],[112.527654,5.79444]]],[[[114.599058,8.846278],[114.645869,8.844504],[114.68221,8.881166],[114.665579,8.900087],[114.61692,8.881166],[114.599058,8.846278]]],[[[114.868223,7.983715],[114.907643,7.951117],[114.914419,8.00742],[114.883006,8.011569],[114.868223,7.983715]]],[[[112.945261,8.410204],[112.985297,8.429149],[112.949572,8.432701],[112.945261,8.410204]]],[[[113.600004,6.961929],[113.580294,6.920344],[113.62341,6.942325],[113.600004,6.961929]]],[[[116.695099,16.345538],[116.708034,16.299591],[116.738831,16.303612],[116.747454,16.360469],[116.717889,16.373676],[116.695099,16.345538]]],[[[117.347995,10.090624],[117.354154,10.06293],[117.385567,10.063519],[117.373864,10.106532],[117.347995,10.090624]]],[[[112.993304,19.472003],[113.038883,19.480466],[113.048123,19.506417],[113.029028,19.52898],[112.993304,19.52616],[112.980369,19.496263],[112.993304,19.472003]]],[[[114.448153,16.034035],[114.485109,16.034611],[114.521449,16.056466],[114.465399,16.067393],[114.448153,16.034035]]],[[[113.832213,19.158552],[113.874097,19.151203],[113.914749,19.172119],[113.920293,19.223551],[113.875945,19.237113],[113.80696,19.222986],[113.799568,19.19925],[113.832213,19.158552]]],[[[112.650842,5.106941],[112.655769,5.055676],[112.682871,5.048522],[112.719211,5.075944],[112.678559,5.121247],[112.650842,5.106941]]],[[[111.638853,7.907254],[111.665339,7.887099],[111.712766,7.887099],[111.713382,7.927408],[111.651788,7.932743],[111.638853,7.907254]]],[[[112.244322,8.874662],[112.281278,8.855148],[112.288669,8.885896],[112.244322,8.874662]]],[[[112.89229,7.844416],[112.929862,7.827815],[112.93171,7.867537],[112.89229,7.844416]]],[[[112.583088,5.56159],[112.606494,5.51751],[112.614501,5.465683],[112.642834,5.489512],[112.616349,5.568737],[112.583088,5.56159]]],[[[112.523342,5.656289],[112.5449,5.616386],[112.565842,5.63068],[112.56153,5.677133],[112.528886,5.687257],[112.523342,5.656289]]],[[[115.361591,13.948985],[115.397315,13.92517],[115.438583,13.943757],[115.423185,13.977443],[115.377605,13.968732],[115.361591,13.948985]]],[[[113.596924,10.240836],[113.617866,10.22199],[113.638192,10.243192],[113.596924,10.240836]]],[[[113.860546,15.477068],[113.893807,15.463802],[113.890112,15.490909],[113.860546,15.477068]]],[[[112.907072,4.993079],[112.943413,4.991887],[112.952652,5.047926],[112.910768,5.038388],[112.907072,4.993079]]],[[[112.557219,5.109326],[112.568922,5.071771],[112.610806,5.091443],[112.601567,5.120055],[112.557219,5.109326]]],[[[112.350263,5.621747],[112.385988,5.615791],[112.385372,5.643187],[112.350263,5.621747]]],[[[112.226459,16.759147],[112.254177,16.751698],[112.262184,16.778057],[112.211061,16.795819],[112.226459,16.759147]]],[[[112.233851,15.69612],[112.25972,15.734718],[112.240626,15.741055],[112.20367,15.71398],[112.233851,15.69612]]],[[[112.612037,5.367973],[112.640371,5.347715],[112.685334,5.371548],[112.690878,5.406702],[112.62374,5.401935],[112.612037,5.367973]]],[[[112.472219,5.73966],[112.496857,5.736683],[112.498089,5.775387],[112.472219,5.73966]]],[[[113.217506,6.306249],[113.230441,6.285429],[113.243991,6.325878],[113.217506,6.306249]]],[[[116.152457,9.579384],[116.189413,9.565221],[116.187565,9.595317],[116.152457,9.579384]]],[[[114.948911,7.508722],[114.960614,7.484988],[115.012353,7.484988],[115.013585,7.525928],[114.948911,7.508722]]],[[[111.553854,7.807656],[111.585267,7.771487],[111.619759,7.840265],[111.603745,7.861608],[111.553854,7.807656]]],[[[113.938771,15.8355],[113.973263,15.805558],[113.9708,15.83953],[113.938771,15.8355]]],[[[114.926122,16.036911],[114.895325,16.036336],[114.910723,16.001823],[114.926122,16.036911]]],[[[116.749302,9.056736],[116.699411,9.049053],[116.70865,9.024229],[116.740679,9.028367],[116.749302,9.056736]]],[[[112.64653,16.385733],[112.681639,16.400661],[112.660081,16.426494],[112.64653,16.385733]]],[[[111.203384,19.92557],[111.203384,19.925007],[111.204,19.92557],[111.204,19.926132],[111.203384,19.92557]]],[[[115.758256,10.461018],[115.776118,10.434534],[115.801987,10.463372],[115.758256,10.461018]]],[[[117.21372,10.735144],[117.187235,10.741612],[117.206945,10.707507],[117.21372,10.735144]]],[[[112.671784,16.331755],[112.701349,16.331755],[112.677943,16.35932],[112.671784,16.331755]]],[[[115.782277,10.541046],[115.795212,10.499858],[115.805067,10.524571],[115.782277,10.541046]]],[[[112.512255,9.544566],[112.50856,9.525679],[112.568922,9.516826],[112.567074,9.554008],[112.512255,9.544566]]],[[[114.610145,15.649447],[114.581195,15.625242],[114.610761,15.615444],[114.610145,15.649447]]],[[[117.299336,11.077745],[117.264227,11.063062],[117.284553,11.02547],[117.304263,11.027232],[117.299336,11.077745]]],[[[117.691073,11.048965],[117.653501,11.046029],[117.655965,11.024882],[117.690457,11.016658],[117.691073,11.048965]]],[[[114.166668,9.38459],[114.175291,9.342075],[114.195617,9.350933],[114.194386,9.391676],[114.166668,9.38459]]],[[[114.714854,9.736909],[114.693296,9.741038],[114.680978,9.707416],[114.704999,9.700337],[114.714854,9.736909]]],[[[112.554139,5.97839],[112.553523,5.942676],[112.575697,5.971247],[112.554139,5.97839]]]]}},{"type":"Feature","properties":{"adcode":500000,"name":"重庆市","center":[106.504962,29.533155],"centroid":[107.8839,30.067297],"childrenNum":38,"level":"province","parent":{"adcode":100000},"subFeatureIndex":21,"acroutes":[100000]},"geometry":{"type":"MultiPolygon","coordinates":[[[[106.37442,28.525742],[106.403369,28.569901],[106.477282,28.530474],[106.504999,28.544669],[106.466811,28.586193],[106.49268,28.591448],[106.502535,28.661313],[106.528405,28.677591],[106.492064,28.742153],[106.461883,28.761041],[106.45326,28.817162],[106.474202,28.832891],[106.561666,28.756319],[106.56105,28.719062],[106.587535,28.691767],[106.6171,28.691242],[106.617716,28.66709],[106.651593,28.649235],[106.618332,28.645033],[106.63681,28.622972],[106.606629,28.593024],[106.615252,28.549401],[106.567825,28.523638],[106.564745,28.485247],[106.632499,28.503655],[106.697788,28.47683],[106.708259,28.450524],[106.747063,28.467361],[106.726121,28.51838],[106.73844,28.554657],[106.77786,28.563068],[106.756918,28.607211],[106.784636,28.626649],[106.807425,28.589346],[106.830831,28.623497],[106.866556,28.624548],[106.889345,28.695966],[106.86594,28.690192],[106.824056,28.756319],[106.845614,28.780975],[106.872099,28.777304],[106.923222,28.809821],[106.951555,28.766812],[106.988512,28.776254],[106.983584,28.851239],[107.019308,28.861722],[107.016229,28.882685],[107.14188,28.887925],[107.206554,28.868535],[107.194851,28.838134],[107.227496,28.836037],[107.210866,28.817686],[107.219489,28.772582],[107.24659,28.76209],[107.261373,28.792514],[107.327894,28.810869],[107.339597,28.845997],[107.383945,28.848618],[107.41351,28.911502],[107.441227,28.943977],[107.412894,28.960211],[107.396879,28.993718],[107.364235,29.00942],[107.395647,29.041341],[107.369778,29.091558],[107.412278,29.094696],[107.427676,29.128682],[107.408582,29.138091],[107.401807,29.184603],[107.441227,29.203934],[107.486806,29.174153],[107.570574,29.218037],[107.589052,29.150113],[107.605683,29.164747],[107.659885,29.162656],[107.700537,29.141228],[107.749197,29.199754],[107.810791,29.139137],[107.784921,29.048143],[107.823725,29.034016],[107.810175,28.984295],[107.867457,28.960211],[107.882855,29.00628],[107.908725,29.007327],[107.925971,29.032446],[108.026369,29.039772],[108.070717,29.086328],[108.150173,29.053375],[108.193289,29.072207],[108.256115,29.040295],[108.277673,29.091558],[108.306622,29.079006],[108.297999,29.045527],[108.319556,28.961258],[108.345426,28.943453],[108.357745,28.893165],[108.346658,28.859625],[108.352817,28.815589],[108.386078,28.803003],[108.385462,28.772058],[108.347274,28.736381],[108.332491,28.679166],[108.439049,28.634003],[108.501258,28.626649],[108.50249,28.63768],[108.575787,28.659738],[108.636149,28.621396],[108.604736,28.590922],[108.610896,28.539412],[108.573939,28.531],[108.586874,28.463678],[108.609664,28.43579],[108.609048,28.407368],[108.576403,28.38631],[108.580099,28.343128],[108.611512,28.324691],[108.667562,28.334173],[108.656475,28.359981],[108.697127,28.401051],[108.688504,28.422106],[108.640461,28.456838],[108.657091,28.47683],[108.700207,28.48209],[108.709446,28.501026],[108.746402,28.45105],[108.780279,28.42579],[108.759953,28.389995],[108.783359,28.380518],[108.761801,28.304143],[108.726692,28.282011],[108.738395,28.228241],[108.772888,28.212949],[108.821547,28.245113],[108.855424,28.199764],[108.89546,28.219804],[108.923793,28.217167],[108.929952,28.19027],[109.005713,28.162837],[109.026655,28.220331],[109.086401,28.184467],[109.101799,28.202401],[109.081473,28.247749],[109.117198,28.277795],[109.152306,28.349975],[109.153538,28.417369],[109.191726,28.471043],[109.23361,28.474726],[109.274262,28.494714],[109.273646,28.53836],[109.319842,28.579886],[109.306907,28.62087],[109.252089,28.606685],[109.235458,28.61982],[109.201581,28.597753],[109.192958,28.636104],[109.271183,28.671816],[109.252704,28.691767],[109.294588,28.722211],[109.2989,28.7474],[109.241002,28.776779],[109.246545,28.80143],[109.235458,28.882161],[109.261328,28.952356],[109.292741,28.987436],[109.294588,29.015177],[109.319842,29.042388],[109.312451,29.066453],[109.240386,29.086328],[109.232378,29.119271],[109.215748,29.145409],[109.162777,29.180946],[109.139372,29.168927],[109.110422,29.21647],[109.141835,29.270256],[109.106727,29.288526],[109.11227,29.361053],[109.060531,29.403292],[109.034662,29.360531],[108.999553,29.36366],[108.983539,29.332883],[108.919481,29.3261],[108.934264,29.399643],[108.927488,29.435612],[108.884373,29.440824],[108.866511,29.470527],[108.888684,29.502305],[108.878213,29.539279],[108.913322,29.574679],[108.901003,29.604863],[108.870206,29.596537],[108.888068,29.628795],[108.844337,29.658443],[108.781511,29.635558],[108.797525,29.660003],[108.786438,29.691721],[108.752562,29.649082],[108.690968,29.689642],[108.676801,29.749412],[108.680497,29.800319],[108.658939,29.854833],[108.601041,29.863656],[108.556077,29.818493],[108.52528,29.770713],[108.548686,29.749412],[108.504954,29.728626],[108.504338,29.707836],[108.460606,29.741098],[108.437201,29.741098],[108.442744,29.778505],[108.422418,29.772791],[108.424266,29.815897],[108.371295,29.841337],[108.433505,29.880262],[108.467998,29.864175],[108.516041,29.885451],[108.517889,29.9394],[108.536367,29.983472],[108.532055,30.051873],[108.513577,30.057571],[108.546222,30.104178],[108.56778,30.157491],[108.551766,30.1637],[108.581947,30.255759],[108.54499,30.269716],[108.524048,30.309506],[108.501258,30.314673],[108.460606,30.35961],[108.431041,30.354446],[108.402092,30.376649],[108.430425,30.416397],[108.411331,30.438586],[108.42673,30.492233],[108.472925,30.487076],[108.512961,30.501515],[108.556077,30.487592],[108.56778,30.468508],[108.6497,30.53915],[108.642925,30.578831],[108.688504,30.58759],[108.698975,30.54482],[108.743939,30.494812],[108.789518,30.513374],[108.808612,30.491202],[108.838793,30.503062],[108.893612,30.565434],[108.971836,30.627766],[109.006329,30.626736],[109.042669,30.655571],[109.071002,30.640125],[109.111654,30.646303],[109.106111,30.61077],[109.105495,30.585529],[109.102415,30.580377],[109.101183,30.579346],[109.106111,30.570587],[109.103647,30.565949],[109.143683,30.521108],[109.191726,30.545851],[109.191726,30.545851],[109.245313,30.580892],[109.299516,30.630341],[109.314298,30.599953],[109.36111,30.551004],[109.337088,30.521623],[109.35495,30.487076],[109.418392,30.559766],[109.435638,30.595832],[109.535421,30.664837],[109.543428,30.63961],[109.574225,30.646818],[109.590855,30.69366],[109.625348,30.702923],[109.661072,30.738936],[109.656761,30.760538],[109.701724,30.783677],[109.780564,30.848437],[109.828608,30.864364],[109.894513,30.899803],[109.943788,30.878746],[110.008462,30.883369],[110.019549,30.829425],[110.048498,30.800642],[110.082375,30.799614],[110.151976,30.911613],[110.153824,30.953708],[110.172918,30.978853],[110.140889,30.987062],[110.140273,31.030661],[110.120563,31.0322],[110.119947,31.088592],[110.147048,31.116776],[110.180309,31.121899],[110.200019,31.158779],[110.180309,31.179774],[110.155671,31.279564],[110.161831,31.314338],[110.118715,31.409899],[110.054042,31.410921],[110.036795,31.436966],[109.98752,31.474744],[109.94502,31.47066],[109.969658,31.508935],[109.894513,31.519139],[109.837847,31.555354],[109.727594,31.548214],[109.745456,31.598182],[109.76455,31.602769],[109.737449,31.628761],[109.731289,31.700582],[109.683246,31.719929],[109.622268,31.711783],[109.585928,31.726546],[109.549587,31.73011],[109.502776,31.716365],[109.446109,31.722983],[109.381436,31.705165],[109.281654,31.716874],[109.282885,31.743343],[109.253936,31.759628],[109.279806,31.776418],[109.27611,31.79931],[109.195422,31.817618],[109.191111,31.85575],[109.123357,31.892851],[109.085785,31.929428],[108.986619,31.980205],[108.902235,31.984774],[108.837561,32.039072],[108.78767,32.04871],[108.75133,32.076098],[108.734084,32.106519],[108.676801,32.10297],[108.585026,32.17189],[108.543758,32.177969],[108.509882,32.201266],[108.480317,32.182527],[108.399013,32.194176],[108.370063,32.172397],[108.379918,32.154158],[108.379918,32.154158],[108.379303,32.153652],[108.379303,32.153652],[108.399628,32.147065],[108.452599,32.090296],[108.42981,32.061391],[108.372527,32.077112],[108.344194,32.067477],[108.362056,32.035521],[108.329411,32.020299],[108.370063,31.988835],[108.351585,31.971575],[108.307238,31.997463],[108.259194,31.967006],[108.343578,31.860834],[108.386078,31.854226],[108.391005,31.829822],[108.429194,31.809482],[108.455063,31.814059],[108.462454,31.780488],[108.535135,31.757592],[108.50557,31.734182],[108.514809,31.693963],[108.546838,31.665442],[108.519121,31.665952],[108.468614,31.636404],[108.442744,31.633856],[108.390389,31.591555],[108.386078,31.544134],[108.339266,31.539033],[108.344194,31.512506],[108.254883,31.49873],[108.233941,31.506894],[108.191441,31.492096],[108.193289,31.467598],[108.224086,31.464024],[108.216079,31.41041],[108.153869,31.371073],[108.185898,31.336831],[108.095354,31.268311],[108.038688,31.252964],[108.031297,31.217144],[108.07626,31.231985],[108.089811,31.204859],[108.025753,31.116263],[108.009123,31.109602],[108.026985,31.061938],[108.060246,31.052197],[108.00358,31.025533],[107.983254,30.983983],[107.942602,30.989114],[107.948145,30.918802],[107.994956,30.908533],[107.956152,30.882855],[107.851443,30.792931],[107.788001,30.81966],[107.763979,30.817091],[107.760899,30.862823],[107.739957,30.884396],[107.693146,30.875665],[107.645103,30.821202],[107.57735,30.847924],[107.515756,30.854603],[107.483111,30.838675],[107.498509,30.809381],[107.454162,30.771851],[107.454162,30.771851],[107.424597,30.74048],[107.458473,30.704981],[107.477567,30.664837],[107.516987,30.644759],[107.485575,30.598408],[107.427676,30.547397],[107.443075,30.53348],[107.408582,30.521623],[107.368546,30.468508],[107.338981,30.386459],[107.288474,30.337402],[107.257677,30.267131],[107.221337,30.213878],[107.103076,30.090198],[107.080286,30.094341],[107.084598,30.063786],[107.058113,30.043066],[107.055649,30.040476],[107.054417,30.040994],[107.053801,30.043584],[107.02054,30.036849],[106.981736,30.08502],[106.976193,30.083467],[106.94478,30.037367],[106.913367,30.025451],[106.862244,30.033223],[106.83699,30.049801],[106.825904,30.03115],[106.825904,30.03115],[106.785252,30.01716],[106.732281,30.027005],[106.724274,30.058607],[106.699636,30.074145],[106.700252,30.111944],[106.672535,30.122297],[106.677462,30.156974],[106.631883,30.186464],[106.611557,30.235596],[106.612173,30.235596],[106.611557,30.235596],[106.612173,30.235596],[106.612173,30.235596],[106.612789,30.235596],[106.612789,30.235596],[106.642354,30.246454],[106.611557,30.292455],[106.560434,30.31519],[106.545035,30.296589],[106.49884,30.295556],[106.43971,30.308473],[106.428623,30.254725],[106.401521,30.242318],[106.349167,30.24542],[106.334384,30.225772],[106.306667,30.238182],[106.296196,30.205603],[106.264167,30.20974],[106.260471,30.19681],[106.232754,30.185947],[106.180399,30.233011],[106.168696,30.303823],[106.132356,30.323972],[106.132972,30.30279],[106.07261,30.333786],[106.031958,30.373551],[105.943263,30.372002],[105.900763,30.405042],[105.84656,30.410203],[105.825618,30.436006],[105.792357,30.427234],[105.760329,30.384393],[105.754785,30.342567],[105.714749,30.322939],[105.720292,30.252657],[105.720292,30.252657],[105.670401,30.254208],[105.624822,30.275918],[105.619894,30.234045],[105.662394,30.210258],[105.642684,30.186464],[105.56138,30.183878],[105.550909,30.179222],[105.536127,30.152834],[105.596489,30.159043],[105.574315,30.130579],[105.580474,30.129544],[105.582938,30.127474],[105.582938,30.12385],[105.642068,30.101072],[105.638988,30.076216],[105.676561,30.06793],[105.687032,30.038922],[105.719677,30.042548],[105.753553,30.018196],[105.723372,29.975177],[105.730763,29.95755],[105.70243,29.924879],[105.717213,29.893753],[105.738771,29.891159],[105.707974,29.840818],[105.610655,29.837184],[105.582938,29.819013],[105.574931,29.744216],[105.529351,29.707836],[105.481924,29.718232],[105.476996,29.674564],[105.419714,29.688082],[105.38091,29.628275],[105.347649,29.621512],[105.332867,29.592374],[105.296526,29.571035],[105.305149,29.53199],[105.337794,29.459064],[105.334099,29.441345],[105.387069,29.455416],[105.387069,29.455416],[105.399388,29.43874],[105.372903,29.421018],[105.426489,29.419454],[105.441888,29.400686],[105.418482,29.352185],[105.42033,29.31149],[105.465294,29.322969],[105.459134,29.288526],[105.513337,29.283306],[105.521344,29.264513],[105.557684,29.278608],[105.631597,29.280174],[105.647612,29.253027],[105.695039,29.287482],[105.712285,29.219082],[105.703662,29.176766],[105.728916,29.134432],[105.752321,29.129727],[105.728916,29.1062],[105.757865,29.069068],[105.74185,29.039249],[105.766488,29.013607],[105.762176,28.9911],[105.801596,28.958116],[105.797285,28.936121],[105.830546,28.944501],[105.852719,28.927217],[105.910002,28.920407],[105.969132,28.965971],[106.001161,28.973824],[106.040581,28.955498],[106.049204,28.906263],[106.070762,28.919884],[106.101559,28.898928],[106.14837,28.901548],[106.173008,28.920407],[106.206885,28.904691],[106.264783,28.845997],[106.245689,28.817686],[106.267863,28.779402],[106.274022,28.739004],[106.305435,28.704365],[106.304203,28.64976],[106.346703,28.583565],[106.33192,28.55308],[106.37442,28.525742]]],[[[109.105495,30.585529],[109.106111,30.61077],[109.09256,30.578831],[109.09872,30.579346],[109.101183,30.579346],[109.102415,30.580377],[109.105495,30.585529]]],[[[105.582938,30.12385],[105.582938,30.127474],[105.580474,30.129544],[105.574315,30.130579],[105.582938,30.12385]]],[[[109.09872,30.579346],[109.09256,30.578831],[109.103647,30.565949],[109.106111,30.570587],[109.09872,30.579346]]],[[[107.058113,30.043066],[107.053801,30.043584],[107.054417,30.040994],[107.055649,30.040476],[107.058113,30.043066]]]]}},{"type":"Feature","properties":{"adcode":510000,"name":"四川省","center":[104.065735,30.659462],"centroid":[102.693453,30.674545],"childrenNum":21,"level":"province","parent":{"adcode":100000},"subFeatureIndex":22,"acroutes":[100000]},"geometry":{"type":"MultiPolygon","coordinates":[[[[101.167885,27.198311],[101.170349,27.175421],[101.145095,27.103523],[101.157414,27.094999],[101.136472,27.023584],[101.228863,26.981992],[101.227015,26.959057],[101.264587,26.955323],[101.267667,26.903034],[101.311399,26.903034],[101.365602,26.883819],[101.399478,26.841642],[101.358826,26.771669],[101.387159,26.753501],[101.389623,26.723036],[101.435819,26.740675],[101.458608,26.731054],[101.445674,26.77434],[101.466,26.786629],[101.513427,26.768463],[101.453065,26.692563],[101.481398,26.673313],[101.461072,26.640687],[101.461688,26.606447],[101.402558,26.604841],[101.395783,26.591998],[101.422884,26.53151],[101.458608,26.49563],[101.506652,26.499915],[101.530057,26.467239],[101.565782,26.454381],[101.637847,26.388995],[101.635383,26.357361],[101.660636,26.346635],[101.64031,26.318745],[101.597195,26.303187],[101.586108,26.279579],[101.630455,26.224832],[101.690202,26.241473],[101.737013,26.219463],[101.773353,26.168448],[101.807846,26.156093],[101.796759,26.114723],[101.839875,26.082477],[101.835563,26.04592],[101.857737,26.049146],[101.899621,26.099139],[101.929186,26.105588],[101.954439,26.084627],[102.020961,26.096451],[102.080091,26.065275],[102.107808,26.068501],[102.152156,26.10935],[102.174946,26.146961],[102.242699,26.190468],[102.245163,26.212483],[102.349257,26.244694],[102.392372,26.296749],[102.440416,26.300505],[102.542046,26.338591],[102.570995,26.362723],[102.629509,26.336982],[102.638748,26.307479],[102.60056,26.250598],[102.659074,26.221611],[102.709581,26.210336],[102.739762,26.268846],[102.785342,26.298895],[102.833385,26.306406],[102.878964,26.364332],[102.893131,26.338591],[102.975667,26.340736],[102.998457,26.371839],[102.988602,26.413117],[102.989833,26.482775],[103.030485,26.485989],[103.052659,26.514374],[103.052659,26.555602],[103.035413,26.556673],[103.026174,26.664221],[103.005232,26.679195],[103.008312,26.710741],[102.983674,26.76686],[102.991681,26.775409],[102.966428,26.837904],[102.949181,26.843244],[102.896211,26.91264],[102.894979,27.001724],[102.870957,27.026782],[102.913457,27.133886],[102.904218,27.227584],[102.883276,27.258444],[102.883892,27.299401],[102.899906,27.317481],[102.941174,27.405711],[102.989833,27.367983],[103.055739,27.40943],[103.080992,27.396679],[103.141355,27.420586],[103.144434,27.450331],[103.19063,27.523596],[103.232514,27.56976],[103.2861,27.561802],[103.29226,27.632872],[103.349542,27.678459],[103.369868,27.708664],[103.393274,27.709194],[103.461027,27.779638],[103.487512,27.794992],[103.509686,27.843687],[103.502295,27.910343],[103.55465,27.978543],[103.515846,27.965329],[103.486281,28.033495],[103.459179,28.021345],[103.430846,28.044587],[103.470266,28.122204],[103.533092,28.168641],[103.573128,28.230877],[103.643961,28.260401],[103.692004,28.232459],[103.701859,28.198709],[103.740048,28.23615],[103.770845,28.233514],[103.828743,28.285173],[103.877402,28.316262],[103.85338,28.356822],[103.860156,28.383677],[103.828743,28.44],[103.829975,28.459995],[103.781931,28.525216],[103.802873,28.563068],[103.838598,28.587244],[103.833054,28.605109],[103.850917,28.66709],[103.887873,28.61982],[103.910047,28.631377],[103.953779,28.600906],[104.05972,28.6277],[104.09606,28.603533],[104.117618,28.634003],[104.170589,28.642932],[104.230951,28.635579],[104.252509,28.660788],[104.277147,28.631902],[104.314719,28.615617],[104.372617,28.649235],[104.425588,28.626649],[104.417581,28.598279],[104.375697,28.5946],[104.355987,28.555183],[104.323342,28.540989],[104.260516,28.536257],[104.267908,28.499448],[104.254357,28.403683],[104.282074,28.343128],[104.314103,28.306778],[104.343052,28.334173],[104.384936,28.329959],[104.392943,28.291497],[104.420045,28.269889],[104.44961,28.269889],[104.462544,28.241422],[104.442834,28.211366],[104.402182,28.202928],[104.406494,28.173389],[104.444682,28.16231],[104.448994,28.113758],[104.40095,28.091586],[104.373233,28.051454],[104.304248,28.050926],[104.30856,28.036136],[104.362762,28.012891],[104.40095,27.952114],[104.44961,27.927794],[104.508124,27.878078],[104.52537,27.889187],[104.573413,27.840512],[104.607906,27.857974],[104.63316,27.850567],[104.676275,27.880723],[104.743413,27.901881],[104.761891,27.884426],[104.796999,27.901352],[104.842579,27.900294],[104.888158,27.914574],[104.918339,27.938897],[104.903557,27.962158],[104.975006,28.020816],[104.980549,28.063073],[105.002107,28.064129],[105.061853,28.096866],[105.119752,28.07205],[105.168411,28.071522],[105.186889,28.054623],[105.167795,28.021345],[105.186273,27.995454],[105.218302,27.990698],[105.247867,28.009193],[105.270657,27.99704],[105.284823,27.935725],[105.233084,27.895534],[105.25957,27.827811],[105.313157,27.810874],[105.273736,27.794992],[105.293447,27.770637],[105.290367,27.712373],[105.308229,27.704955],[105.353809,27.748924],[105.44004,27.775402],[105.508409,27.769048],[105.560148,27.71979],[105.605112,27.715552],[105.62359,27.666269],[105.664242,27.683759],[105.720292,27.683759],[105.722756,27.706015],[105.76772,27.7182],[105.848408,27.707074],[105.868118,27.732504],[105.922937,27.746805],[105.92848,27.729855],[105.985146,27.749983],[106.023335,27.746805],[106.063987,27.776991],[106.120653,27.779638],[106.193334,27.75422],[106.242609,27.767459],[106.306667,27.808756],[106.337464,27.859033],[106.325145,27.898708],[106.304819,27.899237],[106.307899,27.936782],[106.328225,27.952643],[106.286341,28.007079],[106.246305,28.011835],[106.266631,28.066769],[106.206885,28.134343],[106.145291,28.162837],[106.093552,28.162837],[105.975907,28.107952],[105.943878,28.143314],[105.895219,28.119565],[105.860727,28.159672],[105.889676,28.237732],[105.848408,28.255656],[105.824386,28.306251],[105.78743,28.335753],[105.76464,28.308359],[105.76464,28.308359],[105.737539,28.30309],[105.730147,28.271997],[105.68888,28.284119],[105.639604,28.324164],[105.655003,28.362615],[105.643916,28.431053],[105.612503,28.438947],[105.62359,28.517854],[105.68272,28.534154],[105.693191,28.58882],[105.712901,28.586718],[105.74493,28.616668],[105.757249,28.590397],[105.78435,28.610889],[105.808372,28.599855],[105.884748,28.595126],[105.889676,28.670765],[105.937719,28.686517],[105.966668,28.761041],[106.001161,28.743727],[106.030726,28.694917],[106.085544,28.681792],[106.103407,28.636104],[106.14837,28.642932],[106.17116,28.629275],[106.184711,28.58882],[106.254928,28.539412],[106.2925,28.537309],[106.304819,28.505233],[106.349167,28.473674],[106.379348,28.479986],[106.37442,28.525742],[106.33192,28.55308],[106.346703,28.583565],[106.304203,28.64976],[106.305435,28.704365],[106.274022,28.739004],[106.267863,28.779402],[106.245689,28.817686],[106.264783,28.845997],[106.206885,28.904691],[106.173008,28.920407],[106.14837,28.901548],[106.101559,28.898928],[106.070762,28.919884],[106.049204,28.906263],[106.040581,28.955498],[106.001161,28.973824],[105.969132,28.965971],[105.910002,28.920407],[105.852719,28.927217],[105.830546,28.944501],[105.797285,28.936121],[105.801596,28.958116],[105.762176,28.9911],[105.766488,29.013607],[105.74185,29.039249],[105.757865,29.069068],[105.728916,29.1062],[105.752321,29.129727],[105.728916,29.134432],[105.703662,29.176766],[105.712285,29.219082],[105.695039,29.287482],[105.647612,29.253027],[105.631597,29.280174],[105.557684,29.278608],[105.521344,29.264513],[105.513337,29.283306],[105.459134,29.288526],[105.465294,29.322969],[105.42033,29.31149],[105.418482,29.352185],[105.441888,29.400686],[105.426489,29.419454],[105.372903,29.421018],[105.399388,29.43874],[105.387069,29.455416],[105.387069,29.455416],[105.334099,29.441345],[105.337794,29.459064],[105.305149,29.53199],[105.296526,29.571035],[105.332867,29.592374],[105.347649,29.621512],[105.38091,29.628275],[105.419714,29.688082],[105.476996,29.674564],[105.481924,29.718232],[105.529351,29.707836],[105.574931,29.744216],[105.582938,29.819013],[105.610655,29.837184],[105.707974,29.840818],[105.738771,29.891159],[105.717213,29.893753],[105.70243,29.924879],[105.730763,29.95755],[105.723372,29.975177],[105.753553,30.018196],[105.719677,30.042548],[105.687032,30.038922],[105.676561,30.06793],[105.638988,30.076216],[105.642068,30.101072],[105.582938,30.12385],[105.574315,30.130579],[105.596489,30.159043],[105.536127,30.152834],[105.550909,30.179222],[105.556453,30.187499],[105.558916,30.18543],[105.56138,30.183878],[105.642684,30.186464],[105.662394,30.210258],[105.619894,30.234045],[105.624822,30.275918],[105.670401,30.254208],[105.720292,30.252657],[105.720292,30.252657],[105.714749,30.322939],[105.754785,30.342567],[105.760329,30.384393],[105.792357,30.427234],[105.825618,30.436006],[105.84656,30.410203],[105.900763,30.405042],[105.943263,30.372002],[106.031958,30.373551],[106.07261,30.333786],[106.132972,30.30279],[106.132356,30.323972],[106.168696,30.303823],[106.180399,30.233011],[106.232754,30.185947],[106.260471,30.19681],[106.260471,30.204051],[106.260471,30.207672],[106.264167,30.20974],[106.296196,30.205603],[106.306667,30.238182],[106.334384,30.225772],[106.349167,30.24542],[106.401521,30.242318],[106.428623,30.254725],[106.43971,30.308473],[106.49884,30.295556],[106.545035,30.296589],[106.560434,30.31519],[106.611557,30.292455],[106.642354,30.246454],[106.612789,30.235596],[106.612789,30.235596],[106.612173,30.235596],[106.612173,30.235596],[106.611557,30.235596],[106.612173,30.235596],[106.611557,30.235596],[106.631883,30.186464],[106.677462,30.156974],[106.672535,30.122297],[106.700252,30.111944],[106.699636,30.074145],[106.724274,30.058607],[106.732281,30.027005],[106.785252,30.01716],[106.825904,30.03115],[106.825904,30.03115],[106.83699,30.049801],[106.862244,30.033223],[106.913367,30.025451],[106.94478,30.037367],[106.976193,30.083467],[106.975577,30.088127],[106.976809,30.088127],[106.977425,30.087609],[106.978656,30.087609],[106.979888,30.088127],[106.980504,30.087609],[106.981736,30.08502],[107.02054,30.036849],[107.053801,30.043584],[107.058113,30.043066],[107.084598,30.063786],[107.080286,30.094341],[107.103076,30.090198],[107.221337,30.213878],[107.257677,30.267131],[107.288474,30.337402],[107.338981,30.386459],[107.368546,30.468508],[107.408582,30.521623],[107.443075,30.53348],[107.427676,30.547397],[107.485575,30.598408],[107.516987,30.644759],[107.477567,30.664837],[107.458473,30.704981],[107.424597,30.74048],[107.454162,30.771851],[107.454162,30.771851],[107.498509,30.809381],[107.483111,30.838675],[107.515756,30.854603],[107.57735,30.847924],[107.645103,30.821202],[107.693146,30.875665],[107.739957,30.884396],[107.760899,30.862823],[107.763979,30.817091],[107.788001,30.81966],[107.851443,30.792931],[107.956152,30.882855],[107.994956,30.908533],[107.948145,30.918802],[107.942602,30.989114],[107.983254,30.983983],[108.00358,31.025533],[108.060246,31.052197],[108.026985,31.061938],[108.009123,31.109602],[108.025753,31.116263],[108.089811,31.204859],[108.07626,31.231985],[108.031297,31.217144],[108.038688,31.252964],[108.095354,31.268311],[108.185898,31.336831],[108.153869,31.371073],[108.216079,31.41041],[108.224086,31.464024],[108.193289,31.467598],[108.191441,31.492096],[108.233941,31.506894],[108.254883,31.49873],[108.344194,31.512506],[108.339266,31.539033],[108.386078,31.544134],[108.390389,31.591555],[108.442744,31.633856],[108.468614,31.636404],[108.519121,31.665952],[108.546838,31.665442],[108.514809,31.693963],[108.50557,31.734182],[108.535135,31.757592],[108.462454,31.780488],[108.455063,31.814059],[108.429194,31.809482],[108.391005,31.829822],[108.386078,31.854226],[108.343578,31.860834],[108.259194,31.967006],[108.307238,31.997463],[108.351585,31.971575],[108.370063,31.988835],[108.329411,32.020299],[108.362056,32.035521],[108.344194,32.067477],[108.372527,32.077112],[108.42981,32.061391],[108.452599,32.090296],[108.399628,32.147065],[108.379303,32.153652],[108.379303,32.153652],[108.379918,32.154158],[108.379918,32.154158],[108.370063,32.172397],[108.399013,32.194176],[108.480317,32.182527],[108.509882,32.201266],[108.507418,32.245819],[108.469846,32.270618],[108.414411,32.252399],[108.389773,32.263533],[108.310933,32.232152],[108.240716,32.274666],[108.179738,32.221521],[108.156948,32.239239],[108.143398,32.219495],[108.086731,32.233165],[108.018362,32.2119],[108.024521,32.177462],[107.979558,32.146051],[107.924739,32.197215],[107.890247,32.214432],[107.864377,32.201266],[107.812022,32.247844],[107.753508,32.338399],[107.707929,32.331826],[107.680827,32.397035],[107.648183,32.413709],[107.598291,32.411688],[107.527458,32.38238],[107.489886,32.425328],[107.456625,32.41775],[107.460937,32.453612],[107.438763,32.465732],[107.436299,32.529835],[107.382097,32.54043],[107.356843,32.506622],[107.313727,32.489965],[107.287858,32.457147],[107.263836,32.403099],[107.212097,32.428864],[107.189924,32.468256],[107.127098,32.482393],[107.080286,32.542448],[107.108004,32.600951],[107.098765,32.649338],[107.05996,32.686115],[107.066736,32.708779],[107.012533,32.721367],[106.912751,32.704247],[106.903512,32.721367],[106.854853,32.724388],[106.82344,32.705254],[106.793259,32.712807],[106.783404,32.735967],[106.733513,32.739491],[106.670071,32.694678],[106.626955,32.682086],[106.585687,32.68813],[106.517934,32.668485],[106.498224,32.649338],[106.451412,32.65992],[106.421231,32.616579],[106.389203,32.62666],[106.347935,32.671003],[106.301123,32.680071],[106.267863,32.673522],[106.254928,32.693671],[106.17424,32.6977],[106.120037,32.719856],[106.071378,32.758114],[106.07261,32.76365],[106.093552,32.82402],[106.071378,32.828546],[106.044277,32.864747],[106.011632,32.829552],[105.969132,32.849162],[105.93156,32.826032],[105.893371,32.838603],[105.849024,32.817985],[105.825002,32.824523],[105.822538,32.770192],[105.779423,32.750061],[105.768952,32.767676],[105.719061,32.759624],[105.677793,32.726402],[105.596489,32.69921],[105.585402,32.728919],[105.563844,32.724891],[105.555221,32.794343],[105.534279,32.790822],[105.524424,32.847654],[105.495475,32.873292],[105.49917,32.911986],[105.467757,32.930071],[105.414171,32.922034],[105.408011,32.885857],[105.38091,32.876307],[105.396308,32.85067],[105.396308,32.85067],[105.427721,32.784281],[105.454207,32.767173],[105.448663,32.732946],[105.368591,32.712807],[105.347033,32.68259],[105.297758,32.656897],[105.263265,32.652362],[105.219534,32.666469],[105.215222,32.63674],[105.185041,32.617587],[105.111128,32.593893],[105.0791,32.637244],[105.026745,32.650346],[104.925115,32.607505],[104.881999,32.600951],[104.845659,32.653873],[104.820405,32.662943],[104.795768,32.643292],[104.739717,32.635228],[104.696601,32.673522],[104.643015,32.661935],[104.592508,32.695685],[104.582653,32.722374],[104.526602,32.728416],[104.51182,32.753585],[104.458849,32.748551],[104.363994,32.822511],[104.294393,32.835586],[104.277147,32.90244],[104.288234,32.942628],[104.345516,32.940117],[104.378161,32.953174],[104.383704,32.994343],[104.426204,33.010906],[104.391711,33.035493],[104.337509,33.038002],[104.378161,33.109214],[104.351059,33.158828],[104.32827,33.223934],[104.323958,33.26898],[104.303632,33.304499],[104.333813,33.315502],[104.386168,33.298497],[104.420045,33.327004],[104.373849,33.345004],[104.292545,33.336505],[104.272219,33.391486],[104.22048,33.404477],[104.213089,33.446932],[104.180444,33.472895],[104.155191,33.542755],[104.176749,33.5996],[104.103452,33.663381],[104.046169,33.686291],[103.980264,33.670852],[103.861388,33.682307],[103.778236,33.658898],[103.690772,33.69376],[103.667983,33.685793],[103.645809,33.708697],[103.593454,33.716164],[103.563889,33.699735],[103.552186,33.671351],[103.520157,33.678323],[103.545411,33.719649],[103.518309,33.807213],[103.464723,33.80224],[103.434542,33.752993],[103.35447,33.743539],[103.278709,33.774387],[103.284868,33.80224],[103.24976,33.814175],[103.228202,33.79478],[103.165376,33.805721],[103.153673,33.819147],[103.181391,33.900649],[103.16476,33.929454],[103.1315,33.931937],[103.120413,33.953286],[103.157369,33.998944],[103.147514,34.036644],[103.119797,34.03466],[103.129652,34.065899],[103.178927,34.079779],[103.121644,34.112487],[103.124108,34.162022],[103.100087,34.181828],[103.052043,34.195194],[103.005848,34.184798],[102.973203,34.205588],[102.977515,34.252595],[102.949181,34.292159],[102.911609,34.312923],[102.85987,34.301058],[102.856791,34.270895],[102.798276,34.272874],[102.779798,34.236764],[102.728675,34.235774],[102.694799,34.198659],[102.664002,34.192719],[102.651067,34.165983],[102.598712,34.14766],[102.655994,34.113478],[102.649219,34.080275],[102.615958,34.099604],[102.511865,34.086222],[102.471213,34.072839],[102.437336,34.087214],[102.406539,34.033172],[102.392372,33.971651],[102.345561,33.969666],[102.315996,33.993983],[102.287047,33.977607],[102.248858,33.98654],[102.226069,33.963214],[102.16817,33.983066],[102.136142,33.965199],[102.25317,33.861399],[102.261177,33.821136],[102.243315,33.786823],[102.296286,33.783838],[102.324619,33.754486],[102.284583,33.719151],[102.342481,33.725622],[102.31538,33.665374],[102.346793,33.605582],[102.440416,33.574673],[102.477988,33.543254],[102.446575,33.53228],[102.461358,33.501345],[102.462589,33.449429],[102.447807,33.454922],[102.392988,33.404477],[102.368967,33.41247],[102.310452,33.397982],[102.296286,33.413969],[102.258098,33.409472],[102.218062,33.349503],[102.192192,33.337005],[102.217446,33.247961],[102.200815,33.223434],[102.160163,33.242956],[102.144765,33.273983],[102.117047,33.288492],[102.08933,33.227439],[102.08933,33.204908],[102.054838,33.189884],[101.99386,33.1999],[101.935345,33.186879],[101.921795,33.153817],[101.887302,33.135778],[101.865744,33.103198],[101.825708,33.119239],[101.841723,33.184876],[101.83002,33.213921],[101.770274,33.248962],[101.769658,33.26898],[101.877447,33.314502],[101.887302,33.383991],[101.915635,33.425957],[101.946432,33.442937],[101.906396,33.48188],[101.907012,33.539264],[101.884222,33.578163],[101.844186,33.602591],[101.831252,33.554726],[101.783208,33.556721],[101.769042,33.538765],[101.777665,33.533776],[101.769042,33.45592],[101.695745,33.433948],[101.663716,33.383991],[101.64955,33.323004],[101.677883,33.297497],[101.735781,33.279987],[101.709912,33.21292],[101.653861,33.162835],[101.661252,33.135778],[101.633535,33.101193],[101.557775,33.167344],[101.515275,33.192889],[101.487557,33.226938],[101.403174,33.225436],[101.386543,33.207412],[101.393935,33.157826],[101.381616,33.153316],[101.297232,33.262475],[101.217776,33.256469],[101.182668,33.26948],[101.156798,33.236449],[101.124769,33.221431],[101.11553,33.194893],[101.169733,33.10019],[101.143863,33.086151],[101.146327,33.056563],[101.184515,33.041514],[101.171581,33.009902],[101.183899,32.984304],[101.129081,32.989324],[101.134624,32.95217],[101.124153,32.909976],[101.178356,32.892892],[101.223935,32.855698],[101.237486,32.825026],[101.22332,32.725898],[101.157414,32.661431],[101.124769,32.658408],[101.077342,32.68259],[101.030531,32.660424],[100.99727,32.627668],[100.956618,32.621116],[100.93198,32.600447],[100.887633,32.632708],[100.834046,32.648835],[100.77122,32.643795],[100.690532,32.678056],[100.71209,32.645307],[100.710242,32.610026],[100.673286,32.628172],[100.661583,32.616075],[100.657887,32.546484],[100.645568,32.526303],[100.603069,32.553547],[100.54517,32.569687],[100.516837,32.632204],[100.470026,32.694678],[100.450932,32.694678],[100.420135,32.73194],[100.378251,32.698707],[100.399193,32.756101],[100.339447,32.719353],[100.258759,32.742511],[100.231041,32.696189],[100.229809,32.650346],[100.208252,32.606497],[100.189773,32.630692],[100.109701,32.640268],[100.088143,32.668988],[100.139266,32.724388],[100.117093,32.802392],[100.123252,32.837095],[100.064738,32.895907],[100.029629,32.895907],[100.038252,32.929066],[99.956332,32.948152],[99.947709,32.986814],[99.877492,33.045527],[99.877492,32.993339],[99.851007,32.941623],[99.805427,32.940619],[99.788181,32.956689],[99.764159,32.924545],[99.791877,32.883344],[99.766623,32.826032],[99.760464,32.769689],[99.717964,32.732443],[99.700718,32.76667],[99.646515,32.774721],[99.640355,32.790822],[99.589233,32.789312],[99.558436,32.839106],[99.45311,32.862233],[99.376118,32.899927],[99.353944,32.885354],[99.268944,32.878318],[99.24677,32.924043],[99.235067,32.982296],[99.214741,32.991332],[99.196263,33.035493],[99.124814,33.046028],[99.090322,33.079131],[99.024416,33.094675],[99.014561,33.081137],[98.971445,33.098185],[98.967134,33.115229],[98.92217,33.118738],[98.858728,33.150811],[98.804526,33.219428],[98.802062,33.270481],[98.759562,33.276985],[98.779888,33.370497],[98.736157,33.406975],[98.742316,33.477887],[98.725686,33.503341],[98.678258,33.522801],[98.648077,33.548741],[98.652389,33.595114],[98.622824,33.610067],[98.61728,33.637476],[98.6567,33.64744],[98.610505,33.682805],[98.582788,33.731595],[98.539672,33.746525],[98.51873,33.77389],[98.494092,33.768915],[98.492861,33.796272],[98.463295,33.848477],[98.434962,33.843009],[98.407245,33.867362],[98.425723,33.913066],[98.415252,33.956761],[98.440506,33.981577],[98.428187,34.029204],[98.396774,34.053008],[98.399854,34.085231],[98.344419,34.094648],[98.258188,34.083249],[98.206449,34.08424],[98.158405,34.107037],[98.098043,34.122892],[98.028442,34.122892],[97.95453,34.190739],[97.898479,34.209548],[97.8104,34.207568],[97.796849,34.199154],[97.796849,34.199154],[97.789458,34.182818],[97.789458,34.182818],[97.766668,34.158555],[97.665654,34.126855],[97.70261,34.036644],[97.652719,33.998448],[97.660111,33.956264],[97.629314,33.919523],[97.601596,33.929951],[97.52214,33.903133],[97.503662,33.912073],[97.460546,33.887236],[97.395257,33.889224],[97.398336,33.848477],[97.371851,33.842015],[97.373083,33.817655],[97.406344,33.795278],[97.422974,33.754984],[97.418046,33.728608],[97.435293,33.682307],[97.415583,33.605582],[97.450075,33.582152],[97.523372,33.577166],[97.511669,33.520805],[97.552321,33.465906],[97.625618,33.461412],[97.674893,33.432949],[97.754349,33.409972],[97.676125,33.341004],[97.622538,33.337005],[97.607756,33.263976],[97.548626,33.203907],[97.487648,33.168346],[97.498119,33.137783],[97.487032,33.107209],[97.517213,33.097683],[97.542466,33.035995],[97.499966,33.011408],[97.523988,32.988822],[97.438372,32.976271],[97.375547,32.956689],[97.347829,32.895907],[97.376163,32.886359],[97.392793,32.828546],[97.386018,32.77925],[97.429133,32.714318],[97.42359,32.70475],[97.48272,32.654377],[97.535075,32.638252],[97.543698,32.62162],[97.607756,32.614059],[97.616995,32.586329],[97.700763,32.53488],[97.730944,32.527312],[97.795617,32.521257],[97.80732,32.50006],[97.863986,32.499051],[97.880001,32.486431],[97.940363,32.482393],[98.079565,32.415224],[98.107283,32.391476],[98.125145,32.401077],[98.218768,32.342444],[98.208913,32.318171],[98.23047,32.262521],[98.218768,32.234683],[98.260035,32.208862],[98.303151,32.121726],[98.357354,32.087253],[98.404781,32.045159],[98.402933,32.026896],[98.434962,32.007613],[98.432498,31.922825],[98.399238,31.895899],[98.426339,31.856767],[98.414636,31.832365],[98.461448,31.800327],[98.508875,31.751995],[98.516882,31.717383],[98.545831,31.717383],[98.553839,31.660349],[98.619128,31.591555],[98.651157,31.57881],[98.696736,31.538523],[98.714599,31.508935],[98.844562,31.429817],[98.84333,31.416028],[98.887062,31.37465],[98.810685,31.306668],[98.805758,31.279052],[98.773113,31.249382],[98.691809,31.333253],[98.643766,31.338876],[98.616048,31.3036],[98.60373,31.257568],[98.62344,31.221238],[98.602498,31.192062],[98.675179,31.15417],[98.710287,31.1178],[98.712135,31.082954],[98.736772,31.049121],[98.774961,31.031174],[98.806374,30.995783],[98.797135,30.948575],[98.774345,30.908019],[98.797135,30.87926],[98.850105,30.849465],[98.904924,30.782649],[98.957895,30.765166],[98.963438,30.728134],[98.907388,30.698292],[98.92217,30.609225],[98.939417,30.598923],[98.926482,30.569556],[98.932025,30.521623],[98.965286,30.449937],[98.967134,30.33482],[98.986844,30.280569],[98.970829,30.260928],[98.993003,30.215429],[98.9813,30.182843],[98.989308,30.151799],[99.044742,30.079842],[99.036735,30.053945],[99.055213,29.958587],[99.068148,29.931621],[99.0238,29.846009],[99.018873,29.792009],[98.992387,29.677163],[99.014561,29.607464],[99.052133,29.563748],[99.044742,29.520013],[99.066916,29.421018],[99.058909,29.417368],[99.075539,29.316186],[99.114343,29.243628],[99.113727,29.221171],[99.105104,29.162656],[99.118039,29.100971],[99.113727,29.07273],[99.132206,28.94869],[99.123582,28.890021],[99.103872,28.841803],[99.114343,28.765763],[99.134053,28.734806],[99.126662,28.698066],[99.147604,28.640831],[99.183944,28.58882],[99.170394,28.566221],[99.191952,28.494714],[99.187024,28.44],[99.16485,28.425264],[99.200575,28.365774],[99.229524,28.350502],[99.237531,28.317842],[99.28927,28.286227],[99.306516,28.227714],[99.374886,28.18183],[99.412458,28.295186],[99.392748,28.318369],[99.437095,28.398419],[99.404451,28.44421],[99.426625,28.454207],[99.396444,28.491032],[99.403219,28.546246],[99.463581,28.549401],[99.466045,28.579886],[99.504233,28.619294],[99.540573,28.623497],[99.53195,28.677591],[99.553508,28.710664],[99.614486,28.740054],[99.609559,28.784122],[99.625573,28.81454],[99.676696,28.810345],[99.717964,28.846521],[99.722275,28.757369],[99.755536,28.701216],[99.79434,28.699116],[99.834992,28.660788],[99.834376,28.628225],[99.873181,28.631902],[99.875644,28.611939],[99.91876,28.599329],[99.985281,28.529422],[99.990209,28.47683],[100.073977,28.426317],[100.057346,28.368934],[100.136803,28.349975],[100.176223,28.325218],[100.147274,28.288862],[100.188541,28.252493],[100.153433,28.208202],[100.102926,28.201873],[100.091223,28.181302],[100.062274,28.193962],[100.033325,28.184467],[100.021006,28.147008],[100.05673,28.097922],[100.088759,28.029269],[100.120788,28.018703],[100.196549,27.936254],[100.170063,27.907699],[100.210715,27.87702],[100.30865,27.861149],[100.30865,27.830457],[100.28586,27.80611],[100.304954,27.788639],[100.311729,27.724028],[100.327744,27.72032],[100.350534,27.755809],[100.412127,27.816167],[100.442924,27.86644],[100.504518,27.852154],[100.511294,27.827811],[100.54517,27.809286],[100.609228,27.859033],[100.634482,27.915631],[100.681293,27.923035],[100.719481,27.858503],[100.707162,27.800816],[100.757053,27.770107],[100.775532,27.743098],[100.782307,27.691708],[100.848212,27.672099],[100.827886,27.615904],[100.854988,27.623858],[100.91227,27.521473],[100.901183,27.453517],[100.936908,27.469448],[100.95169,27.426961],[101.021907,27.332899],[101.026219,27.270679],[101.042233,27.22173],[101.071798,27.194585],[101.119226,27.208957],[101.167885,27.198311],[101.167885,27.198311]]],[[[106.264167,30.20974],[106.260471,30.207672],[106.260471,30.204051],[106.260471,30.19681],[106.264167,30.20974]]],[[[106.976809,30.088127],[106.975577,30.088127],[106.976193,30.083467],[106.981736,30.08502],[106.980504,30.087609],[106.979888,30.088127],[106.978656,30.087609],[106.977425,30.087609],[106.976809,30.088127]]],[[[105.558916,30.18543],[105.556453,30.187499],[105.550909,30.179222],[105.56138,30.183878],[105.558916,30.18543]]]]}},{"type":"Feature","properties":{"adcode":520000,"name":"贵州省","center":[106.713478,26.578343],"centroid":[106.880455,26.826368],"childrenNum":9,"level":"province","parent":{"adcode":100000},"subFeatureIndex":23,"acroutes":[100000]},"geometry":{"type":"MultiPolygon","coordinates":[[[[109.274262,28.494714],[109.23361,28.474726],[109.191726,28.471043],[109.153538,28.417369],[109.152306,28.349975],[109.117198,28.277795],[109.081473,28.247749],[109.101799,28.202401],[109.086401,28.184467],[109.026655,28.220331],[109.005713,28.162837],[108.929952,28.19027],[108.923793,28.217167],[108.89546,28.219804],[108.855424,28.199764],[108.821547,28.245113],[108.772888,28.212949],[108.738395,28.228241],[108.726692,28.282011],[108.761801,28.304143],[108.783359,28.380518],[108.759953,28.389995],[108.780279,28.42579],[108.746402,28.45105],[108.709446,28.501026],[108.700207,28.48209],[108.657091,28.47683],[108.640461,28.456838],[108.688504,28.422106],[108.697127,28.401051],[108.656475,28.359981],[108.667562,28.334173],[108.611512,28.324691],[108.580099,28.343128],[108.576403,28.38631],[108.609048,28.407368],[108.609664,28.43579],[108.586874,28.463678],[108.573939,28.531],[108.610896,28.539412],[108.604736,28.590922],[108.636149,28.621396],[108.575787,28.659738],[108.50249,28.63768],[108.501258,28.626649],[108.439049,28.634003],[108.332491,28.679166],[108.347274,28.736381],[108.385462,28.772058],[108.386078,28.803003],[108.352817,28.815589],[108.346658,28.859625],[108.357745,28.893165],[108.345426,28.943453],[108.319556,28.961258],[108.297999,29.045527],[108.306622,29.079006],[108.277673,29.091558],[108.256115,29.040295],[108.193289,29.072207],[108.150173,29.053375],[108.070717,29.086328],[108.026369,29.039772],[107.925971,29.032446],[107.908725,29.007327],[107.882855,29.00628],[107.867457,28.960211],[107.810175,28.984295],[107.823725,29.034016],[107.784921,29.048143],[107.810791,29.139137],[107.749197,29.199754],[107.700537,29.141228],[107.659885,29.162656],[107.605683,29.164747],[107.589052,29.150113],[107.570574,29.218037],[107.486806,29.174153],[107.441227,29.203934],[107.401807,29.184603],[107.408582,29.138091],[107.427676,29.128682],[107.412278,29.094696],[107.369778,29.091558],[107.395647,29.041341],[107.364235,29.00942],[107.396879,28.993718],[107.412894,28.960211],[107.441227,28.943977],[107.41351,28.911502],[107.383945,28.848618],[107.339597,28.845997],[107.327894,28.810869],[107.261373,28.792514],[107.24659,28.76209],[107.219489,28.772582],[107.210866,28.817686],[107.227496,28.836037],[107.194851,28.838134],[107.206554,28.868535],[107.14188,28.887925],[107.016229,28.882685],[107.019308,28.861722],[106.983584,28.851239],[106.988512,28.776254],[106.951555,28.766812],[106.923222,28.809821],[106.872099,28.777304],[106.845614,28.780975],[106.824056,28.756319],[106.86594,28.690192],[106.889345,28.695966],[106.866556,28.624548],[106.830831,28.623497],[106.807425,28.589346],[106.784636,28.626649],[106.756918,28.607211],[106.77786,28.563068],[106.73844,28.554657],[106.726121,28.51838],[106.747063,28.467361],[106.708259,28.450524],[106.697788,28.47683],[106.632499,28.503655],[106.564745,28.485247],[106.567825,28.523638],[106.615252,28.549401],[106.606629,28.593024],[106.63681,28.622972],[106.618332,28.645033],[106.651593,28.649235],[106.617716,28.66709],[106.6171,28.691242],[106.587535,28.691767],[106.56105,28.719062],[106.561666,28.756319],[106.474202,28.832891],[106.45326,28.817162],[106.461883,28.761041],[106.492064,28.742153],[106.528405,28.677591],[106.502535,28.661313],[106.49268,28.591448],[106.466811,28.586193],[106.504999,28.544669],[106.477282,28.530474],[106.403369,28.569901],[106.37442,28.525742],[106.379348,28.479986],[106.349167,28.473674],[106.304819,28.505233],[106.2925,28.537309],[106.254928,28.539412],[106.184711,28.58882],[106.17116,28.629275],[106.14837,28.642932],[106.103407,28.636104],[106.085544,28.681792],[106.030726,28.694917],[106.001161,28.743727],[105.966668,28.761041],[105.937719,28.686517],[105.889676,28.670765],[105.884748,28.595126],[105.808372,28.599855],[105.78435,28.610889],[105.757249,28.590397],[105.74493,28.616668],[105.712901,28.586718],[105.693191,28.58882],[105.68272,28.534154],[105.62359,28.517854],[105.612503,28.438947],[105.643916,28.431053],[105.655003,28.362615],[105.639604,28.324164],[105.68888,28.284119],[105.730147,28.271997],[105.737539,28.30309],[105.76464,28.308359],[105.76464,28.308359],[105.78743,28.335753],[105.824386,28.306251],[105.848408,28.255656],[105.889676,28.237732],[105.860727,28.159672],[105.895219,28.119565],[105.943878,28.143314],[105.975907,28.107952],[106.093552,28.162837],[106.145291,28.162837],[106.206885,28.134343],[106.266631,28.066769],[106.246305,28.011835],[106.286341,28.007079],[106.328225,27.952643],[106.307899,27.936782],[106.304819,27.899237],[106.325145,27.898708],[106.337464,27.859033],[106.306667,27.808756],[106.242609,27.767459],[106.193334,27.75422],[106.120653,27.779638],[106.063987,27.776991],[106.023335,27.746805],[105.985146,27.749983],[105.92848,27.729855],[105.922937,27.746805],[105.868118,27.732504],[105.848408,27.707074],[105.76772,27.7182],[105.722756,27.706015],[105.720292,27.683759],[105.664242,27.683759],[105.62359,27.666269],[105.605112,27.715552],[105.560148,27.71979],[105.508409,27.769048],[105.44004,27.775402],[105.353809,27.748924],[105.308229,27.704955],[105.29591,27.631811],[105.304533,27.611661],[105.25649,27.582491],[105.232469,27.546945],[105.260186,27.514573],[105.234316,27.489093],[105.233084,27.436522],[105.182577,27.367451],[105.184425,27.392959],[105.120984,27.418461],[105.068013,27.418461],[105.01073,27.379143],[104.913412,27.327051],[104.871528,27.290891],[104.851818,27.299401],[104.856746,27.332368],[104.824717,27.3531],[104.77113,27.317481],[104.7545,27.345658],[104.611602,27.306846],[104.570334,27.331836],[104.539537,27.327583],[104.497037,27.414743],[104.467472,27.414211],[104.363378,27.467855],[104.30856,27.407305],[104.295625,27.37436],[104.247582,27.336621],[104.248813,27.291955],[104.210625,27.297273],[104.173053,27.263232],[104.113923,27.338216],[104.084358,27.330773],[104.01722,27.383926],[104.015372,27.429086],[103.956242,27.425367],[103.932221,27.443958],[103.905119,27.38552],[103.903271,27.347785],[103.874322,27.331304],[103.865699,27.28185],[103.80041,27.26536],[103.801641,27.250464],[103.748671,27.210021],[103.696316,27.126429],[103.63349,27.12057],[103.620555,27.096598],[103.652584,27.092868],[103.659975,27.065692],[103.614396,27.079548],[103.601461,27.061962],[103.623635,27.035312],[103.623019,27.007056],[103.675374,27.051836],[103.704939,27.049171],[103.73204,27.018785],[103.753598,26.963858],[103.775156,26.951056],[103.763453,26.905702],[103.779468,26.87421],[103.722185,26.851253],[103.705555,26.794642],[103.725265,26.742812],[103.773308,26.716621],[103.759142,26.689355],[103.748671,26.623568],[103.763453,26.585041],[103.815808,26.55239],[103.819504,26.529903],[103.865699,26.512232],[103.953163,26.521336],[104.008597,26.511697],[104.067727,26.51491],[104.068343,26.573266],[104.121314,26.638012],[104.160734,26.646571],[104.222328,26.620358],[104.268524,26.617683],[104.274683,26.633733],[104.313487,26.612867],[104.353523,26.620893],[104.398487,26.686147],[104.424356,26.709137],[104.468088,26.644431],[104.459465,26.602701],[104.488414,26.579689],[104.556783,26.590393],[104.579573,26.568449],[104.57095,26.524549],[104.598667,26.520801],[104.638703,26.477954],[104.631928,26.451702],[104.665804,26.434019],[104.664572,26.397572],[104.684283,26.3772],[104.659645,26.335373],[104.592508,26.317672],[104.542616,26.253282],[104.548776,26.226979],[104.518595,26.165762],[104.52845,26.114186],[104.499501,26.070651],[104.460081,26.085702],[104.470552,26.009352],[104.438523,25.92757],[104.414501,25.909807],[104.441602,25.868889],[104.42374,25.841961],[104.397871,25.76168],[104.370769,25.730415],[104.328886,25.760602],[104.310407,25.647901],[104.332581,25.598796],[104.389248,25.595558],[104.428668,25.576126],[104.436059,25.520512],[104.418813,25.499447],[104.434827,25.472436],[104.44961,25.495126],[104.483486,25.494585],[104.524138,25.526992],[104.556783,25.524832],[104.543232,25.400556],[104.566638,25.402719],[104.615913,25.364871],[104.646094,25.356759],[104.639935,25.295632],[104.689826,25.296173],[104.736021,25.268034],[104.816094,25.262622],[104.826565,25.235558],[104.806854,25.224189],[104.822869,25.170037],[104.801927,25.163537],[104.753884,25.214443],[104.724319,25.195491],[104.732326,25.167871],[104.695369,25.122364],[104.685514,25.078466],[104.619609,25.060577],[104.684898,25.054072],[104.713232,24.996048],[104.663957,24.964584],[104.635623,24.903803],[104.586964,24.872859],[104.539537,24.813663],[104.542616,24.75607],[104.529682,24.731611],[104.595587,24.709323],[104.628848,24.660927],[104.703377,24.645698],[104.729246,24.617953],[104.771746,24.659839],[104.841963,24.676155],[104.865985,24.730524],[104.899245,24.752809],[105.03352,24.787586],[105.026745,24.815836],[105.039064,24.872859],[105.077868,24.918459],[105.09573,24.92877],[105.131454,24.959701],[105.157324,24.958616],[105.178266,24.985199],[105.212758,24.995505],[105.251563,24.967296],[105.267577,24.929313],[105.334099,24.9266],[105.365511,24.943423],[105.428337,24.930941],[105.457286,24.87123],[105.493011,24.833217],[105.497322,24.809318],[105.573083,24.797366],[105.607576,24.803885],[105.617431,24.78161],[105.70551,24.768569],[105.767104,24.719109],[105.827466,24.702799],[105.863806,24.729437],[105.942031,24.725088],[105.961741,24.677786],[106.024566,24.633186],[106.047356,24.684312],[106.113878,24.714216],[106.150218,24.762591],[106.173008,24.760417],[106.206269,24.851139],[106.197645,24.885889],[106.145291,24.954275],[106.191486,24.95319],[106.215508,24.981944],[106.253696,24.971094],[106.304819,24.973807],[106.332536,24.988454],[106.442173,25.019369],[106.450181,25.033468],[106.519782,25.054072],[106.551195,25.082802],[106.590615,25.08768],[106.63989,25.132658],[106.644817,25.164621],[106.691013,25.179245],[106.732281,25.162454],[106.764926,25.183036],[106.787715,25.17112],[106.853005,25.186827],[106.888113,25.181953],[106.904128,25.231768],[106.933077,25.250714],[106.975577,25.232851],[107.013765,25.275611],[107.012533,25.352973],[106.987896,25.358922],[106.963874,25.437852],[106.996519,25.442716],[107.015613,25.495666],[107.066736,25.50917],[107.064272,25.559391],[107.185612,25.578825],[107.205322,25.607971],[107.228728,25.604733],[107.232423,25.556691],[107.263836,25.543193],[107.336517,25.461089],[107.308184,25.432988],[107.318039,25.401637],[107.358691,25.393528],[107.375937,25.411908],[107.420901,25.392987],[107.409198,25.347024],[107.432604,25.289139],[107.481263,25.299961],[107.489886,25.276693],[107.472024,25.213902],[107.512676,25.209029],[107.576734,25.256668],[107.599523,25.250714],[107.632168,25.310241],[107.659885,25.316192],[107.661733,25.258833],[107.696226,25.219858],[107.700537,25.194408],[107.741805,25.24043],[107.762131,25.229061],[107.760283,25.188451],[107.789233,25.15487],[107.762747,25.125073],[107.839124,25.115861],[107.872384,25.141327],[107.928435,25.155954],[108.001732,25.196574],[108.080572,25.193867],[108.115065,25.210112],[108.143398,25.269658],[108.152021,25.324306],[108.142782,25.390825],[108.193289,25.405421],[108.162492,25.444878],[108.192673,25.458928],[108.251803,25.430286],[108.241332,25.46217],[108.280752,25.48],[108.308469,25.525912],[108.348506,25.536173],[108.359592,25.513491],[108.400244,25.491344],[108.418723,25.443257],[108.471693,25.458928],[108.585642,25.365952],[108.589338,25.335125],[108.625062,25.308076],[108.62999,25.335666],[108.600425,25.432448],[108.6072,25.491885],[108.634917,25.520512],[108.68912,25.533473],[108.658323,25.550212],[108.660787,25.584763],[108.68604,25.587462],[108.68912,25.623081],[108.724844,25.634952],[108.783975,25.628477],[108.799989,25.576666],[108.781511,25.554531],[108.814772,25.526992],[108.826474,25.550212],[108.890532,25.556151],[108.8893,25.543193],[108.949046,25.557231],[109.024807,25.51241],[109.088249,25.550752],[109.051908,25.566949],[109.030966,25.629556],[109.075314,25.693749],[109.07901,25.72071],[109.043285,25.738502],[109.007561,25.734728],[108.953974,25.686738],[108.953974,25.686738],[108.900387,25.682423],[108.896076,25.71424],[108.940423,25.740119],[108.963829,25.732572],[108.999553,25.765453],[108.989698,25.778926],[109.048213,25.790781],[109.077778,25.776771],[109.095024,25.80533],[109.143683,25.795092],[109.13198,25.762758],[109.147995,25.741736],[109.206509,25.788087],[109.207125,25.740119],[109.296436,25.71424],[109.340168,25.731493],[109.327849,25.76168],[109.339552,25.83442],[109.359262,25.836036],[109.396834,25.900117],[109.435022,25.93349],[109.408537,25.967392],[109.473211,26.006663],[109.48245,26.029788],[109.452885,26.055598],[109.449805,26.101826],[109.502776,26.096451],[109.513863,26.128157],[109.47629,26.148035],[109.439334,26.238789],[109.467051,26.313917],[109.442414,26.289774],[109.369733,26.277432],[109.351255,26.264016],[109.325385,26.29031],[109.285965,26.295676],[109.271183,26.327863],[109.29582,26.350389],[109.319842,26.418477],[109.38082,26.454381],[109.362342,26.472061],[109.385747,26.493487],[109.381436,26.518659],[109.407305,26.533116],[109.390675,26.598955],[109.35495,26.658873],[109.334008,26.646036],[109.306291,26.661012],[109.283501,26.698445],[109.35495,26.693098],[109.407305,26.719829],[109.447957,26.759913],[109.486761,26.759913],[109.47629,26.829894],[109.467051,26.83203],[109.452885,26.861932],[109.436254,26.892359],[109.555131,26.946788],[109.520022,27.058764],[109.497848,27.079548],[109.486761,27.053968],[109.454733,27.069423],[109.472595,27.134951],[109.441182,27.117907],[109.415312,27.154123],[109.358646,27.153058],[109.33524,27.139212],[109.264407,27.131755],[109.239154,27.14933],[109.21698,27.114711],[109.165857,27.066758],[109.101183,27.06889],[109.128901,27.122701],[109.032814,27.104056],[109.007561,27.08008],[108.940423,27.044907],[108.942887,27.017186],[108.942887,27.017186],[108.877597,27.01612],[108.79075,27.084343],[108.878829,27.106187],[108.926873,27.160512],[108.907778,27.204699],[108.963213,27.235565],[108.983539,27.26802],[109.053756,27.293551],[109.044517,27.331304],[109.103647,27.336621],[109.142451,27.418461],[109.141835,27.448207],[109.167089,27.41793],[109.202197,27.450331],[109.245313,27.41793],[109.300132,27.423774],[109.303211,27.47582],[109.404841,27.55066],[109.461508,27.567637],[109.451037,27.586204],[109.470131,27.62863],[109.45658,27.673689],[109.470747,27.680049],[109.414081,27.725087],[109.366653,27.721909],[109.37774,27.736741],[109.332777,27.782815],[109.346943,27.838396],[109.32169,27.868027],[109.30198,27.956343],[109.319842,27.988585],[109.362342,28.007608],[109.378972,28.034551],[109.335856,28.063073],[109.298284,28.036136],[109.314298,28.103729],[109.33832,28.141731],[109.340168,28.19027],[109.367885,28.254602],[109.388211,28.268307],[109.33524,28.293605],[109.317994,28.277795],[109.275494,28.313101],[109.268719,28.33786],[109.289045,28.373673],[109.264407,28.392628],[109.260712,28.46473],[109.274262,28.494714]]],[[[109.47629,26.829894],[109.486761,26.759913],[109.52187,26.749226],[109.522486,26.749226],[109.497232,26.815474],[109.513247,26.84004],[109.509551,26.877947],[109.486761,26.895562],[109.452885,26.861932],[109.467051,26.83203],[109.47629,26.829894]]],[[[109.528645,26.743881],[109.568065,26.726243],[109.597015,26.756173],[109.554515,26.73533],[109.528645,26.743881]]]]}},{"type":"Feature","properties":{"adcode":530000,"name":"云南省","center":[102.712251,25.040609],"centroid":[101.485106,25.008643],"childrenNum":16,"level":"province","parent":{"adcode":100000},"subFeatureIndex":24,"acroutes":[100000]},"geometry":{"type":"MultiPolygon","coordinates":[[[[105.308229,27.704955],[105.290367,27.712373],[105.293447,27.770637],[105.273736,27.794992],[105.313157,27.810874],[105.25957,27.827811],[105.233084,27.895534],[105.284823,27.935725],[105.270657,27.99704],[105.247867,28.009193],[105.218302,27.990698],[105.186273,27.995454],[105.167795,28.021345],[105.186889,28.054623],[105.168411,28.071522],[105.119752,28.07205],[105.061853,28.096866],[105.002107,28.064129],[104.980549,28.063073],[104.975006,28.020816],[104.903557,27.962158],[104.918339,27.938897],[104.888158,27.914574],[104.842579,27.900294],[104.796999,27.901352],[104.761891,27.884426],[104.743413,27.901881],[104.676275,27.880723],[104.63316,27.850567],[104.607906,27.857974],[104.573413,27.840512],[104.52537,27.889187],[104.508124,27.878078],[104.44961,27.927794],[104.40095,27.952114],[104.362762,28.012891],[104.30856,28.036136],[104.304248,28.050926],[104.373233,28.051454],[104.40095,28.091586],[104.448994,28.113758],[104.444682,28.16231],[104.406494,28.173389],[104.402182,28.202928],[104.442834,28.211366],[104.462544,28.241422],[104.44961,28.269889],[104.420045,28.269889],[104.392943,28.291497],[104.384936,28.329959],[104.343052,28.334173],[104.314103,28.306778],[104.282074,28.343128],[104.254357,28.403683],[104.267908,28.499448],[104.260516,28.536257],[104.323342,28.540989],[104.355987,28.555183],[104.375697,28.5946],[104.417581,28.598279],[104.425588,28.626649],[104.372617,28.649235],[104.314719,28.615617],[104.277147,28.631902],[104.252509,28.660788],[104.230951,28.635579],[104.170589,28.642932],[104.117618,28.634003],[104.09606,28.603533],[104.05972,28.6277],[103.953779,28.600906],[103.910047,28.631377],[103.887873,28.61982],[103.850917,28.66709],[103.833054,28.605109],[103.838598,28.587244],[103.802873,28.563068],[103.781931,28.525216],[103.829975,28.459995],[103.828743,28.44],[103.860156,28.383677],[103.85338,28.356822],[103.877402,28.316262],[103.828743,28.285173],[103.770845,28.233514],[103.740048,28.23615],[103.701859,28.198709],[103.692004,28.232459],[103.643961,28.260401],[103.573128,28.230877],[103.533092,28.168641],[103.470266,28.122204],[103.430846,28.044587],[103.459179,28.021345],[103.486281,28.033495],[103.515846,27.965329],[103.55465,27.978543],[103.502295,27.910343],[103.509686,27.843687],[103.487512,27.794992],[103.461027,27.779638],[103.393274,27.709194],[103.369868,27.708664],[103.349542,27.678459],[103.29226,27.632872],[103.2861,27.561802],[103.232514,27.56976],[103.19063,27.523596],[103.144434,27.450331],[103.141355,27.420586],[103.080992,27.396679],[103.055739,27.40943],[102.989833,27.367983],[102.941174,27.405711],[102.899906,27.317481],[102.883892,27.299401],[102.883276,27.258444],[102.904218,27.227584],[102.913457,27.133886],[102.870957,27.026782],[102.894979,27.001724],[102.896211,26.91264],[102.949181,26.843244],[102.966428,26.837904],[102.991681,26.775409],[102.983674,26.76686],[103.008312,26.710741],[103.005232,26.679195],[103.026174,26.664221],[103.035413,26.556673],[103.052659,26.555602],[103.052659,26.514374],[103.030485,26.485989],[102.989833,26.482775],[102.988602,26.413117],[102.998457,26.371839],[102.975667,26.340736],[102.893131,26.338591],[102.878964,26.364332],[102.833385,26.306406],[102.785342,26.298895],[102.739762,26.268846],[102.709581,26.210336],[102.659074,26.221611],[102.60056,26.250598],[102.638748,26.307479],[102.629509,26.336982],[102.570995,26.362723],[102.542046,26.338591],[102.440416,26.300505],[102.392372,26.296749],[102.349257,26.244694],[102.245163,26.212483],[102.242699,26.190468],[102.174946,26.146961],[102.152156,26.10935],[102.107808,26.068501],[102.080091,26.065275],[102.020961,26.096451],[101.954439,26.084627],[101.929186,26.105588],[101.899621,26.099139],[101.857737,26.049146],[101.835563,26.04592],[101.839875,26.082477],[101.796759,26.114723],[101.807846,26.156093],[101.773353,26.168448],[101.737013,26.219463],[101.690202,26.241473],[101.630455,26.224832],[101.586108,26.279579],[101.597195,26.303187],[101.64031,26.318745],[101.660636,26.346635],[101.635383,26.357361],[101.637847,26.388995],[101.565782,26.454381],[101.530057,26.467239],[101.506652,26.499915],[101.458608,26.49563],[101.422884,26.53151],[101.395783,26.591998],[101.402558,26.604841],[101.461688,26.606447],[101.461072,26.640687],[101.481398,26.673313],[101.453065,26.692563],[101.513427,26.768463],[101.466,26.786629],[101.445674,26.77434],[101.458608,26.731054],[101.435819,26.740675],[101.389623,26.723036],[101.387159,26.753501],[101.358826,26.771669],[101.399478,26.841642],[101.365602,26.883819],[101.311399,26.903034],[101.267667,26.903034],[101.264587,26.955323],[101.227015,26.959057],[101.228863,26.981992],[101.136472,27.023584],[101.157414,27.094999],[101.145095,27.103523],[101.170349,27.175421],[101.167885,27.198311],[101.167885,27.198311],[101.119226,27.208957],[101.071798,27.194585],[101.042233,27.22173],[101.026219,27.270679],[101.021907,27.332899],[100.95169,27.426961],[100.936908,27.469448],[100.901183,27.453517],[100.91227,27.521473],[100.854988,27.623858],[100.827886,27.615904],[100.848212,27.672099],[100.782307,27.691708],[100.775532,27.743098],[100.757053,27.770107],[100.707162,27.800816],[100.719481,27.858503],[100.681293,27.923035],[100.634482,27.915631],[100.609228,27.859033],[100.54517,27.809286],[100.511294,27.827811],[100.504518,27.852154],[100.442924,27.86644],[100.412127,27.816167],[100.350534,27.755809],[100.327744,27.72032],[100.311729,27.724028],[100.304954,27.788639],[100.28586,27.80611],[100.30865,27.830457],[100.30865,27.861149],[100.210715,27.87702],[100.170063,27.907699],[100.196549,27.936254],[100.120788,28.018703],[100.088759,28.029269],[100.05673,28.097922],[100.021006,28.147008],[100.033325,28.184467],[100.062274,28.193962],[100.091223,28.181302],[100.102926,28.201873],[100.153433,28.208202],[100.188541,28.252493],[100.147274,28.288862],[100.176223,28.325218],[100.136803,28.349975],[100.057346,28.368934],[100.073977,28.426317],[99.990209,28.47683],[99.985281,28.529422],[99.91876,28.599329],[99.875644,28.611939],[99.873181,28.631902],[99.834376,28.628225],[99.834992,28.660788],[99.79434,28.699116],[99.755536,28.701216],[99.722275,28.757369],[99.717964,28.846521],[99.676696,28.810345],[99.625573,28.81454],[99.609559,28.784122],[99.614486,28.740054],[99.553508,28.710664],[99.53195,28.677591],[99.540573,28.623497],[99.504233,28.619294],[99.466045,28.579886],[99.463581,28.549401],[99.403219,28.546246],[99.396444,28.491032],[99.426625,28.454207],[99.404451,28.44421],[99.437095,28.398419],[99.392748,28.318369],[99.412458,28.295186],[99.374886,28.18183],[99.306516,28.227714],[99.28927,28.286227],[99.237531,28.317842],[99.229524,28.350502],[99.200575,28.365774],[99.16485,28.425264],[99.187024,28.44],[99.191952,28.494714],[99.170394,28.566221],[99.183944,28.58882],[99.147604,28.640831],[99.126662,28.698066],[99.134053,28.734806],[99.114343,28.765763],[99.103872,28.841803],[99.123582,28.890021],[99.132206,28.94869],[99.113727,29.07273],[99.118039,29.100971],[99.105104,29.162656],[99.113727,29.221171],[99.037351,29.20759],[99.024416,29.188783],[98.9813,29.204978],[98.960974,29.165792],[98.967134,29.128159],[98.991771,29.105677],[99.013329,29.036632],[98.925866,28.978536],[98.917859,28.886877],[98.973909,28.864867],[98.972677,28.832367],[98.922786,28.823978],[98.912931,28.800906],[98.852569,28.798283],[98.827932,28.821356],[98.821772,28.920931],[98.786048,28.998952],[98.757714,29.004186],[98.70228,28.9644],[98.655469,28.976966],[98.624056,28.95864],[98.6567,28.910454],[98.643766,28.895261],[98.668403,28.843376],[98.652389,28.817162],[98.683802,28.740054],[98.666555,28.712239],[98.594491,28.667615],[98.637606,28.552029],[98.619128,28.50944],[98.625903,28.489455],[98.673947,28.478934],[98.693041,28.43158],[98.740468,28.348395],[98.746628,28.321003],[98.710287,28.288862],[98.712135,28.229296],[98.649925,28.200291],[98.625903,28.165475],[98.559382,28.182885],[98.494092,28.141203],[98.464527,28.151229],[98.428803,28.104785],[98.389383,28.114814],[98.389999,28.16442],[98.370289,28.18394],[98.37768,28.246167],[98.353042,28.293078],[98.317934,28.324691],[98.301303,28.384204],[98.208913,28.358401],[98.207681,28.330486],[98.231702,28.314681],[98.266811,28.242477],[98.21692,28.212949],[98.169492,28.206093],[98.17442,28.163365],[98.139311,28.142259],[98.160253,28.101089],[98.133152,27.990698],[98.143007,27.948942],[98.187355,27.939426],[98.205217,27.889716],[98.169492,27.851096],[98.215688,27.810874],[98.234166,27.690648],[98.283441,27.654608],[98.310542,27.583552],[98.317318,27.51935],[98.337644,27.508734],[98.388767,27.515104],[98.429419,27.549068],[98.430035,27.653547],[98.444201,27.665209],[98.474998,27.634462],[98.53536,27.620676],[98.554454,27.646126],[98.587099,27.587265],[98.583404,27.571351],[98.650541,27.567637],[98.662244,27.586734],[98.706591,27.553313],[98.685034,27.484315],[98.704744,27.462014],[98.686881,27.425367],[98.702896,27.412618],[98.706591,27.362136],[98.741084,27.330241],[98.734925,27.287168],[98.717062,27.271211],[98.723222,27.221198],[98.696121,27.211086],[98.713983,27.139744],[98.712751,27.075817],[98.765722,27.05077],[98.762642,27.018252],[98.732461,27.002257],[98.757098,26.877947],[98.730613,26.851253],[98.762026,26.798916],[98.746012,26.696841],[98.770033,26.690424],[98.762642,26.660478],[98.781736,26.620893],[98.773113,26.578083],[98.753403,26.559349],[98.757098,26.491881],[98.741084,26.432947],[98.750323,26.424372],[98.733693,26.350926],[98.681338,26.308016],[98.672715,26.239863],[98.713367,26.231274],[98.735541,26.185097],[98.712751,26.156093],[98.720142,26.127082],[98.661012,26.087852],[98.656084,26.139977],[98.632679,26.145887],[98.575396,26.118485],[98.602498,26.054523],[98.614201,25.968468],[98.637606,25.971696],[98.686881,25.925955],[98.705976,25.855426],[98.677642,25.816105],[98.640686,25.798864],[98.553839,25.845731],[98.529201,25.840884],[98.476846,25.77731],[98.461448,25.735267],[98.457752,25.682963],[98.409709,25.664084],[98.402317,25.593939],[98.326557,25.566409],[98.314854,25.543193],[98.247717,25.607971],[98.170724,25.620383],[98.189818,25.569108],[98.163949,25.524292],[98.131304,25.51025],[98.15779,25.457307],[98.137464,25.381633],[98.101123,25.388662],[98.099891,25.354055],[98.06971,25.311864],[98.006884,25.298338],[98.0075,25.279399],[97.940363,25.214985],[97.904023,25.216609],[97.875689,25.25721],[97.839349,25.27074],[97.796233,25.155954],[97.743262,25.078466],[97.719857,25.080634],[97.727864,25.04377],[97.716777,24.978147],[97.729712,24.908689],[97.785762,24.876117],[97.797465,24.845709],[97.765436,24.823984],[97.680437,24.827243],[97.652103,24.790846],[97.569567,24.765852],[97.547394,24.739221],[97.569567,24.708236],[97.570799,24.602719],[97.554785,24.490577],[97.530147,24.443187],[97.588662,24.435559],[97.669966,24.452993],[97.679821,24.401228],[97.716161,24.358711],[97.662574,24.339083],[97.665038,24.296544],[97.721089,24.295999],[97.767284,24.258357],[97.729712,24.227252],[97.72848,24.183585],[97.754349,24.163929],[97.748806,24.160653],[97.743262,24.159561],[97.730944,24.113685],[97.700763,24.093473],[97.697067,24.092927],[97.637321,24.04812],[97.628698,24.004938],[97.572647,23.983068],[97.529531,23.943146],[97.5283,23.926736],[97.618227,23.888438],[97.640401,23.866001],[97.647176,23.840823],[97.684132,23.876946],[97.718009,23.867643],[97.72848,23.895551],[97.763588,23.907041],[97.795617,23.951897],[97.8104,23.943146],[97.863371,23.978693],[97.896015,23.974319],[97.902175,24.014231],[97.984095,24.031177],[97.995182,24.04648],[98.091268,24.085824],[98.096196,24.08637],[98.123297,24.092927],[98.125761,24.092927],[98.132536,24.09238],[98.19721,24.09839],[98.219999,24.113685],[98.343187,24.098936],[98.37768,24.114232],[98.48239,24.122425],[98.487933,24.123517],[98.547063,24.128433],[98.593875,24.08036],[98.646229,24.106038],[98.681954,24.100029],[98.71891,24.127887],[98.818692,24.133348],[98.841482,24.126794],[98.876591,24.15137],[98.895069,24.098936],[98.807606,24.025164],[98.773729,24.022431],[98.727533,23.970491],[98.701048,23.981427],[98.673331,23.960647],[98.701048,23.946427],[98.68565,23.90157],[98.701664,23.834254],[98.669019,23.800857],[98.696121,23.784429],[98.784816,23.781691],[98.824236,23.727462],[98.811917,23.703354],[98.835939,23.683625],[98.847026,23.632097],[98.882134,23.620035],[98.882134,23.595358],[98.844562,23.578904],[98.80391,23.540504],[98.826084,23.470257],[98.874743,23.483431],[98.912315,23.426333],[98.920938,23.360971],[98.872895,23.329651],[98.906772,23.331849],[98.936953,23.309866],[98.928946,23.26589],[98.889525,23.209249],[98.906772,23.185595],[99.002242,23.160287],[99.057677,23.164689],[99.048438,23.11461],[99.106336,23.086536],[99.187024,23.100299],[99.255393,23.077727],[99.281879,23.101399],[99.3484,23.12892],[99.380429,23.099748],[99.440791,23.079379],[99.477747,23.083233],[99.528255,23.065614],[99.517168,23.006685],[99.533798,22.961507],[99.563363,22.925684],[99.531334,22.897019],[99.446951,22.934503],[99.43648,22.913557],[99.462965,22.844635],[99.401371,22.826434],[99.385357,22.761882],[99.326842,22.751396],[99.31514,22.737598],[99.339777,22.708894],[99.385973,22.57136],[99.359487,22.535435],[99.382277,22.493418],[99.297277,22.41156],[99.251698,22.393301],[99.278183,22.34626],[99.233836,22.296434],[99.235683,22.250468],[99.207966,22.232188],[99.175321,22.185647],[99.188256,22.162924],[99.156227,22.159599],[99.219669,22.110816],[99.294814,22.109152],[99.35456,22.095845],[99.400139,22.100281],[99.486987,22.128557],[99.516552,22.099726],[99.562747,22.113034],[99.578762,22.098617],[99.581841,22.103053],[99.648979,22.100835],[99.696406,22.067562],[99.762927,22.068117],[99.870101,22.029288],[99.871333,22.067007],[99.972347,22.053141],[99.965571,22.014309],[100.000064,21.973245],[99.982202,21.919401],[99.960028,21.907186],[99.944014,21.821097],[99.991441,21.703821],[100.049339,21.669899],[100.094303,21.702709],[100.131875,21.699929],[100.169447,21.663225],[100.107853,21.585337],[100.123252,21.565302],[100.131259,21.504066],[100.168831,21.482906],[100.184846,21.516315],[100.206404,21.509634],[100.235353,21.466756],[100.298795,21.477894],[100.349302,21.528564],[100.437381,21.533017],[100.48296,21.458958],[100.526692,21.471211],[100.579047,21.451717],[100.691764,21.510748],[100.730568,21.518542],[100.753358,21.555283],[100.789082,21.570867],[100.804481,21.609821],[100.847597,21.634856],[100.870386,21.67268],[100.896872,21.68269],[100.899335,21.684915],[100.936292,21.694368],[100.937524,21.693812],[101.015132,21.707157],[101.089661,21.773865],[101.123537,21.771642],[101.111835,21.746074],[101.116762,21.691032],[101.153102,21.669343],[101.169117,21.590345],[101.146943,21.560293],[101.209153,21.55751],[101.210385,21.509077],[101.225167,21.499055],[101.193138,21.473996],[101.194986,21.424979],[101.142631,21.409379],[101.183899,21.334699],[101.244877,21.302364],[101.246725,21.275598],[101.222088,21.234324],[101.290457,21.17853],[101.387775,21.225956],[101.439514,21.227072],[101.532521,21.252174],[101.601506,21.233208],[101.588572,21.191365],[101.605818,21.172392],[101.672339,21.194713],[101.703136,21.14616],[101.76473,21.147835],[101.794911,21.208104],[101.834331,21.204756],[101.833715,21.252731],[101.791832,21.285636],[101.745636,21.297345],[101.730238,21.336929],[101.749948,21.409379],[101.741324,21.482906],[101.772737,21.512975],[101.755491,21.538027],[101.754875,21.58478],[101.804766,21.577546],[101.828788,21.617054],[101.807846,21.644313],[101.780129,21.640975],[101.76781,21.716054],[101.747484,21.729953],[101.771506,21.833319],[101.740093,21.845541],[101.735165,21.875534],[101.700057,21.897191],[101.701288,21.938832],[101.666796,21.934391],[101.606434,21.967695],[101.626144,22.005986],[101.573789,22.115251],[101.602738,22.131883],[101.596579,22.161262],[101.547304,22.238282],[101.56455,22.269299],[101.625528,22.28259],[101.671723,22.372826],[101.648318,22.400494],[101.672339,22.47517],[101.715455,22.477935],[101.774585,22.506135],[101.824476,22.45692],[101.823244,22.42705],[101.862665,22.389427],[101.901469,22.384447],[101.907628,22.437007],[101.978461,22.427603],[102.046214,22.458026],[102.131214,22.430922],[102.145381,22.397727],[102.179257,22.430369],[102.270416,22.419858],[102.25625,22.457473],[102.322771,22.554227],[102.356648,22.563623],[102.404691,22.629925],[102.384365,22.679631],[102.43672,22.699508],[102.45951,22.762986],[102.510633,22.774574],[102.551285,22.743669],[102.569763,22.701164],[102.607335,22.730975],[102.657226,22.687913],[102.688639,22.70006],[102.80074,22.620534],[102.82353,22.623296],[102.880196,22.586832],[102.892515,22.533223],[102.930703,22.482359],[102.986754,22.477935],[103.030485,22.441432],[103.081608,22.454154],[103.071753,22.488441],[103.183238,22.558649],[103.161065,22.590147],[103.195557,22.648153],[103.220195,22.643734],[103.283021,22.678526],[103.288564,22.732078],[103.321209,22.777885],[103.323057,22.807678],[103.375411,22.794989],[103.441317,22.753052],[103.436389,22.6973],[103.457947,22.658646],[103.50907,22.601198],[103.529396,22.59291],[103.580519,22.66693],[103.567585,22.701164],[103.642113,22.794989],[103.740048,22.709446],[103.743127,22.697852],[103.766533,22.688465],[103.825047,22.615562],[103.863851,22.584069],[103.875554,22.565833],[103.894032,22.564728],[103.964865,22.502265],[104.009213,22.517745],[104.009213,22.575228],[104.022148,22.593463],[104.04309,22.67687],[104.045553,22.728215],[104.089901,22.768504],[104.117618,22.808781],[104.224176,22.826434],[104.261748,22.841877],[104.274067,22.828088],[104.256821,22.77347],[104.272835,22.73815],[104.323342,22.728767],[104.375697,22.690122],[104.422508,22.734838],[104.498885,22.774574],[104.527834,22.814298],[104.596203,22.846289],[104.674428,22.817056],[104.737869,22.825882],[104.732942,22.852356],[104.760659,22.862282],[104.772362,22.893711],[104.846275,22.926235],[104.860441,22.970874],[104.821021,23.032022],[104.804391,23.110207],[104.874608,23.123417],[104.882615,23.163589],[104.912796,23.175693],[104.949136,23.152033],[104.958991,23.188896],[105.093266,23.260942],[105.122215,23.247745],[105.181962,23.279084],[105.238012,23.26424],[105.260186,23.31811],[105.325475,23.390086],[105.353809,23.362069],[105.372903,23.317561],[105.416018,23.283482],[105.445584,23.292827],[105.50225,23.202648],[105.542902,23.184495],[105.526272,23.234548],[105.560148,23.257093],[105.593409,23.312614],[105.649459,23.346136],[105.699966,23.327453],[105.694423,23.363168],[105.637757,23.404366],[105.699966,23.40162],[105.758481,23.459826],[105.805908,23.467512],[105.815763,23.507031],[105.852103,23.526786],[105.89214,23.52514],[105.913081,23.499348],[105.935871,23.508678],[105.986378,23.489469],[105.999929,23.447748],[106.039965,23.484529],[106.071994,23.495506],[106.08616,23.524043],[106.141595,23.569579],[106.120653,23.605229],[106.149602,23.665538],[106.157609,23.724175],[106.136667,23.795381],[106.192102,23.824947],[106.173008,23.861622],[106.192718,23.879135],[106.157609,23.891174],[106.128044,23.956819],[106.091088,23.998924],[106.096631,24.018058],[106.053516,24.051399],[106.04982,24.089649],[106.011632,24.099482],[105.998081,24.120786],[105.963589,24.110954],[105.919241,24.122425],[105.901995,24.099482],[105.908154,24.069432],[105.89214,24.040468],[105.859495,24.056864],[105.841633,24.03063],[105.796669,24.023524],[105.802212,24.051945],[105.765256,24.073804],[105.739387,24.059596],[105.704278,24.0667],[105.649459,24.032816],[105.628518,24.126794],[105.594641,24.137718],[105.533663,24.130071],[105.493011,24.016965],[105.406163,24.043748],[105.395692,24.065607],[105.334099,24.094566],[105.320548,24.116416],[105.273121,24.092927],[105.292831,24.074896],[105.260186,24.061236],[105.20044,24.105491],[105.182577,24.167205],[105.229389,24.165567],[105.24294,24.208695],[105.215222,24.214699],[105.164715,24.288362],[105.196744,24.326541],[105.188121,24.347261],[105.138846,24.376701],[105.111744,24.37234],[105.106817,24.414853],[105.042759,24.442097],[104.979933,24.412673],[104.930042,24.411038],[104.914028,24.426296],[104.83642,24.446456],[104.784681,24.443732],[104.765587,24.45953],[104.74834,24.435559],[104.715695,24.441552],[104.703377,24.419757],[104.721239,24.340173],[104.70892,24.321087],[104.641783,24.367979],[104.610986,24.377246],[104.63008,24.397958],[104.616529,24.421937],[104.575877,24.424661],[104.550008,24.518894],[104.520443,24.535228],[104.489646,24.653313],[104.529682,24.731611],[104.542616,24.75607],[104.539537,24.813663],[104.586964,24.872859],[104.635623,24.903803],[104.663957,24.964584],[104.713232,24.996048],[104.684898,25.054072],[104.619609,25.060577],[104.685514,25.078466],[104.695369,25.122364],[104.732326,25.167871],[104.724319,25.195491],[104.753884,25.214443],[104.801927,25.163537],[104.822869,25.170037],[104.806854,25.224189],[104.826565,25.235558],[104.816094,25.262622],[104.736021,25.268034],[104.689826,25.296173],[104.639935,25.295632],[104.646094,25.356759],[104.615913,25.364871],[104.566638,25.402719],[104.543232,25.400556],[104.556783,25.524832],[104.524138,25.526992],[104.483486,25.494585],[104.44961,25.495126],[104.434827,25.472436],[104.418813,25.499447],[104.436059,25.520512],[104.428668,25.576126],[104.389248,25.595558],[104.332581,25.598796],[104.310407,25.647901],[104.328886,25.760602],[104.370769,25.730415],[104.397871,25.76168],[104.42374,25.841961],[104.441602,25.868889],[104.414501,25.909807],[104.438523,25.92757],[104.470552,26.009352],[104.460081,26.085702],[104.499501,26.070651],[104.52845,26.114186],[104.518595,26.165762],[104.548776,26.226979],[104.542616,26.253282],[104.592508,26.317672],[104.659645,26.335373],[104.684283,26.3772],[104.664572,26.397572],[104.665804,26.434019],[104.631928,26.451702],[104.638703,26.477954],[104.598667,26.520801],[104.57095,26.524549],[104.579573,26.568449],[104.556783,26.590393],[104.488414,26.579689],[104.459465,26.602701],[104.468088,26.644431],[104.424356,26.709137],[104.398487,26.686147],[104.353523,26.620893],[104.313487,26.612867],[104.274683,26.633733],[104.268524,26.617683],[104.222328,26.620358],[104.160734,26.646571],[104.121314,26.638012],[104.068343,26.573266],[104.067727,26.51491],[104.008597,26.511697],[103.953163,26.521336],[103.865699,26.512232],[103.819504,26.529903],[103.815808,26.55239],[103.763453,26.585041],[103.748671,26.623568],[103.759142,26.689355],[103.773308,26.716621],[103.725265,26.742812],[103.705555,26.794642],[103.722185,26.851253],[103.779468,26.87421],[103.763453,26.905702],[103.775156,26.951056],[103.753598,26.963858],[103.73204,27.018785],[103.704939,27.049171],[103.675374,27.051836],[103.623019,27.007056],[103.623635,27.035312],[103.601461,27.061962],[103.614396,27.079548],[103.659975,27.065692],[103.652584,27.092868],[103.620555,27.096598],[103.63349,27.12057],[103.696316,27.126429],[103.748671,27.210021],[103.801641,27.250464],[103.80041,27.26536],[103.865699,27.28185],[103.874322,27.331304],[103.903271,27.347785],[103.905119,27.38552],[103.932221,27.443958],[103.956242,27.425367],[104.015372,27.429086],[104.01722,27.383926],[104.084358,27.330773],[104.113923,27.338216],[104.173053,27.263232],[104.210625,27.297273],[104.248813,27.291955],[104.247582,27.336621],[104.295625,27.37436],[104.30856,27.407305],[104.363378,27.467855],[104.467472,27.414211],[104.497037,27.414743],[104.539537,27.327583],[104.570334,27.331836],[104.611602,27.306846],[104.7545,27.345658],[104.77113,27.317481],[104.824717,27.3531],[104.856746,27.332368],[104.851818,27.299401],[104.871528,27.290891],[104.913412,27.327051],[105.01073,27.379143],[105.068013,27.418461],[105.120984,27.418461],[105.184425,27.392959],[105.182577,27.367451],[105.233084,27.436522],[105.234316,27.489093],[105.260186,27.514573],[105.232469,27.546945],[105.25649,27.582491],[105.304533,27.611661],[105.29591,27.631811],[105.308229,27.704955]]]]}},{"type":"Feature","properties":{"adcode":540000,"name":"西藏自治区","center":[91.132212,29.660361],"centroid":[88.388277,31.56375],"childrenNum":7,"level":"province","parent":{"adcode":100000},"subFeatureIndex":25,"acroutes":[100000]},"geometry":{"type":"MultiPolygon","coordinates":[[[[89.711414,36.093272],[89.614711,36.109712],[89.594385,36.126632],[89.490291,36.151281],[89.375727,36.228078],[89.335075,36.23725],[89.292575,36.231457],[89.232213,36.295636],[89.198952,36.260417],[89.126887,36.254626],[89.10225,36.281164],[89.054822,36.291777],[89.013554,36.315409],[88.964279,36.318785],[88.926091,36.36458],[88.870657,36.348193],[88.838628,36.353496],[88.802903,36.33807],[88.783809,36.291777],[88.766563,36.292259],[88.690186,36.367954],[88.623665,36.389636],[88.618121,36.428168],[88.573158,36.461386],[88.498629,36.446463],[88.470912,36.48208],[88.41055,36.473418],[88.356963,36.477268],[88.366202,36.458016],[88.282434,36.470049],[88.241782,36.468605],[88.222688,36.447426],[88.182652,36.452721],[88.134609,36.427205],[88.092109,36.43539],[88.006494,36.430575],[87.983088,36.437797],[87.95845,36.408423],[87.919646,36.39349],[87.838342,36.383855],[87.826023,36.391563],[87.767509,36.3747],[87.731785,36.384818],[87.6203,36.360243],[87.570409,36.342409],[87.470626,36.354459],[87.460155,36.409868],[87.426895,36.42576],[87.386859,36.412757],[87.363453,36.420463],[87.348055,36.393008],[87.292004,36.358797],[87.193454,36.349158],[87.161425,36.325535],[87.149106,36.297565],[87.08628,36.310587],[87.051788,36.2966],[86.996353,36.308658],[86.943998,36.284058],[86.931064,36.265242],[86.887332,36.262829],[86.86331,36.299977],[86.836209,36.291294],[86.746282,36.291777],[86.69947,36.24449],[86.599072,36.222285],[86.531935,36.227113],[86.515305,36.205385],[86.454943,36.221319],[86.392733,36.206834],[86.35824,36.168676],[86.2794,36.170608],[86.248603,36.141616],[86.187625,36.130983],[86.182081,36.064734],[86.199944,36.047801],[86.173458,36.008113],[86.150668,36.00424],[86.129111,35.941761],[86.093386,35.906868],[86.090306,35.876809],[86.05335,35.842857],[86.035488,35.846738],[85.949256,35.778794],[85.903677,35.78462],[85.835308,35.771996],[85.811286,35.778794],[85.691178,35.751114],[85.65299,35.731199],[85.612953,35.651486],[85.566142,35.6403],[85.518715,35.680658],[85.373969,35.700101],[85.341324,35.753543],[85.271107,35.788989],[85.146071,35.742371],[85.053065,35.752086],[84.99455,35.737028],[84.973608,35.709334],[84.920022,35.696213],[84.798066,35.647595],[84.729081,35.613546],[84.704443,35.616951],[84.628067,35.595055],[84.570168,35.588242],[84.513502,35.564391],[84.448828,35.550272],[84.475929,35.516181],[84.45314,35.473303],[84.424191,35.466479],[84.333032,35.413821],[84.274517,35.404065],[84.200605,35.381135],[84.160569,35.359663],[84.140859,35.379184],[84.095895,35.362592],[84.077417,35.400163],[84.005968,35.422599],[83.906186,35.40309],[83.885244,35.367472],[83.79778,35.354783],[83.785462,35.36308],[83.677672,35.361128],[83.622238,35.335256],[83.599448,35.351366],[83.54155,35.341603],[83.540318,35.364056],[83.502745,35.360639],[83.449159,35.382111],[83.405427,35.380648],[83.333978,35.397236],[83.280391,35.401138],[83.251442,35.417722],[83.178145,35.38943],[83.127022,35.398699],[83.088834,35.425526],[83.067892,35.46258],[82.998907,35.484512],[82.971806,35.548324],[82.981661,35.599922],[82.956407,35.636409],[82.967494,35.667532],[82.894813,35.673852],[82.873871,35.688922],[82.795031,35.688436],[82.780249,35.666073],[82.731589,35.637868],[82.652133,35.67288],[82.628727,35.692324],[82.546192,35.708362],[82.501844,35.701073],[82.468583,35.717595],[82.424852,35.712736],[82.392823,35.656349],[82.336156,35.651486],[82.350323,35.611113],[82.328149,35.559523],[82.2992,35.544916],[82.263475,35.547837],[82.234526,35.520565],[82.189563,35.513258],[82.164925,35.495719],[82.086701,35.467454],[82.071302,35.450393],[82.034346,35.451855],[82.029419,35.426013],[82.05344,35.35039],[82.030034,35.321585],[81.99123,35.30547],[81.955506,35.307423],[81.927789,35.271275],[81.853876,35.25857],[81.804601,35.270786],[81.736847,35.26248],[81.68634,35.235599],[81.513261,35.23511],[81.504638,35.279092],[81.447972,35.318167],[81.441196,35.333303],[81.385762,35.335256],[81.363588,35.354783],[81.314313,35.337209],[81.285364,35.345508],[81.26627,35.322562],[81.219458,35.319144],[81.191741,35.36552],[81.142466,35.365032],[81.103662,35.386015],[81.09935,35.40748],[81.054387,35.402602],[81.031597,35.380648],[81.030981,35.337209],[81.002648,35.334768],[81.026053,35.31133],[80.963844,35.310842],[80.924423,35.330862],[80.894242,35.324027],[80.844351,35.345508],[80.759968,35.334768],[80.689135,35.339162],[80.690982,35.364544],[80.65649,35.393821],[80.599823,35.409431],[80.56841,35.391381],[80.532686,35.404553],[80.514824,35.391869],[80.444607,35.417235],[80.432904,35.449418],[80.375006,35.387966],[80.321419,35.38699],[80.286926,35.35283],[80.267832,35.295701],[80.362687,35.20871],[80.257977,35.203331],[80.223484,35.177409],[80.23026,35.147565],[80.118159,35.066293],[80.078123,35.076578],[80.031311,35.034447],[80.04363,35.022196],[80.02392,34.971209],[80.041782,34.943252],[80.034391,34.902033],[80.003594,34.895162],[79.996819,34.856375],[79.961094,34.862759],[79.926602,34.849499],[79.947544,34.821008],[79.898268,34.732035],[79.906892,34.683821],[79.866856,34.671517],[79.88595,34.642965],[79.84345,34.55725],[79.861312,34.528166],[79.801566,34.478847],[79.735661,34.471447],[79.699936,34.477861],[79.675914,34.451216],[79.58106,34.456151],[79.545335,34.476381],[79.504683,34.45467],[79.435082,34.447761],[79.363017,34.428018],[79.326677,34.44332],[79.274322,34.435916],[79.241677,34.415183],[79.179467,34.422588],[79.161605,34.441345],[79.072294,34.412714],[79.039033,34.421601],[79.0107,34.399877],[79.048888,34.348506],[79.039649,34.33467],[79.019939,34.313417],[78.981751,34.31836],[78.958345,34.230827],[78.941099,34.212022],[78.9257,34.155584],[78.910302,34.143202],[78.878273,34.163012],[78.828998,34.125369],[78.801897,34.137258],[78.737223,34.089692],[78.661462,34.086718],[78.656535,34.030196],[78.736607,33.999937],[78.744614,33.980585],[78.734143,33.918529],[78.762476,33.90959],[78.756317,33.8773],[78.766172,33.823124],[78.758165,33.790802],[78.779723,33.73259],[78.692259,33.676331],[78.684868,33.654415],[78.713201,33.623025],[78.755085,33.623025],[78.74215,33.55323],[78.816679,33.480882],[78.84994,33.419963],[78.896751,33.41247],[78.949722,33.376495],[78.9682,33.334505],[79.022403,33.323504],[79.041497,33.268479],[79.083997,33.245459],[79.072294,33.22844],[79.10925,33.200401],[79.152366,33.184375],[79.162221,33.165841],[79.139431,33.117735],[79.162837,33.01191],[79.204721,32.964724],[79.255844,32.942628],[79.227511,32.89038],[79.237982,32.846145],[79.225047,32.784281],[79.275554,32.778746],[79.301423,32.728919],[79.27309,32.678056],[79.299575,32.637244],[79.308199,32.596918],[79.272474,32.561113],[79.252148,32.516715],[79.190554,32.511669],[79.180083,32.492994],[79.135736,32.472295],[79.124649,32.416235],[79.103091,32.369744],[79.067982,32.380863],[79.005772,32.375304],[78.970664,32.331826],[78.904142,32.374798],[78.87273,32.40512],[78.81052,32.436441],[78.782186,32.480373],[78.760629,32.563635],[78.781571,32.608009],[78.74215,32.654881],[78.741534,32.703743],[78.6861,32.680071],[78.675013,32.658408],[78.628202,32.630188],[78.588782,32.637748],[78.577695,32.615067],[78.518564,32.605993],[78.500086,32.580782],[78.424942,32.565652],[78.395377,32.530339],[78.426174,32.502584],[78.472985,32.435431],[78.458818,32.379853],[78.483456,32.357106],[78.480992,32.329297],[78.508709,32.297939],[78.475449,32.236708],[78.430485,32.212407],[78.429869,32.194683],[78.469905,32.127808],[78.509941,32.147065],[78.527188,32.11463],[78.609107,32.052768],[78.60726,32.023851],[78.705194,31.988835],[78.762476,31.947203],[78.768636,31.92638],[78.739687,31.885228],[78.665158,31.851684],[78.654687,31.819144],[78.706426,31.778453],[78.763092,31.668499],[78.798817,31.675629],[78.806824,31.64099],[78.845628,31.609905],[78.833925,31.584927],[78.779723,31.545154],[78.740303,31.532912],[78.729832,31.478316],[78.755701,31.478316],[78.792041,31.435944],[78.760013,31.392531],[78.755085,31.355742],[78.795121,31.301043],[78.859179,31.289281],[78.865338,31.312804],[78.884432,31.277006],[78.923852,31.246824],[78.930628,31.220726],[78.997765,31.158779],[78.97436,31.115751],[79.010084,31.043994],[79.059359,31.028097],[79.096931,30.992192],[79.181931,31.015788],[79.205953,31.0004],[79.227511,30.949088],[79.33222,30.969103],[79.316206,31.01784],[79.35809,31.031174],[79.404901,31.071678],[79.424611,31.061425],[79.427075,31.018353],[79.505915,31.027584],[79.550879,30.957813],[79.59769,30.925989],[79.660516,30.956787],[79.668523,30.980392],[79.729501,30.941389],[79.75845,30.936769],[79.835443,30.851006],[79.890877,30.855116],[79.913051,30.833022],[79.900732,30.7991],[79.961094,30.771337],[79.955551,30.738422],[79.970333,30.685941],[80.014065,30.661748],[80.04363,30.603559],[80.143412,30.55822],[80.214245,30.586044],[80.261673,30.566465],[80.322035,30.564403],[80.357759,30.520592],[80.43044,30.515952],[80.446454,30.495327],[80.504969,30.483466],[80.549316,30.448905],[80.585041,30.463866],[80.633084,30.458707],[80.692214,30.416913],[80.719316,30.414848],[80.81725,30.321389],[80.910873,30.30279],[80.933662,30.266614],[80.996488,30.267648],[81.034677,30.246971],[81.038372,30.205086],[81.082104,30.151281],[81.085799,30.100554],[81.110437,30.085538],[81.09627,30.052909],[81.131995,30.016124],[81.225618,30.005759],[81.256415,30.011978],[81.247792,30.032705],[81.2829,30.061197],[81.293371,30.094859],[81.269349,30.153351],[81.335871,30.149729],[81.393769,30.199396],[81.397465,30.240767],[81.419023,30.270232],[81.406088,30.291938],[81.427646,30.305373],[81.399929,30.319323],[81.406088,30.369421],[81.432573,30.379231],[81.406704,30.40401],[81.418407,30.420525],[81.454131,30.412268],[81.494783,30.381296],[81.555761,30.369421],[81.566232,30.428782],[81.613044,30.412784],[81.63029,30.446842],[81.723913,30.407623],[81.759021,30.385426],[81.872354,30.373035],[81.939491,30.344633],[81.954274,30.355995],[81.99123,30.322939],[82.022027,30.339468],[82.060215,30.332237],[82.104563,30.346182],[82.132896,30.30434],[82.11873,30.279019],[82.114418,30.226806],[82.142135,30.200948],[82.188947,30.18543],[82.207425,30.143519],[82.183403,30.12178],[82.17786,30.06793],[82.246845,30.071555],[82.311519,30.035813],[82.333693,30.045138],[82.368185,30.014051],[82.412533,30.011978],[82.431011,29.989692],[82.474743,29.973622],[82.498148,29.947698],[82.560974,29.955476],[82.609017,29.886489],[82.64351,29.868846],[82.6238,29.834588],[82.703872,29.847566],[82.737749,29.80655],[82.691553,29.766037],[82.757459,29.761881],[82.774089,29.726548],[82.816589,29.717192],[82.830756,29.687562],[82.885574,29.689122],[82.9484,29.704718],[82.966878,29.658963],[83.011226,29.667804],[83.088834,29.604863],[83.12887,29.623593],[83.159667,29.61735],[83.164595,29.595496],[83.217565,29.60018],[83.266841,29.571035],[83.27608,29.505951],[83.325355,29.502826],[83.383253,29.42206],[83.415898,29.420496],[83.423289,29.361053],[83.450391,29.332883],[83.463941,29.285916],[83.492274,29.280174],[83.548941,29.201322],[83.57789,29.203934],[83.596368,29.174153],[83.656114,29.16736],[83.667201,29.200277],[83.727563,29.244672],[83.800244,29.249372],[83.82057,29.294267],[83.851367,29.294789],[83.911729,29.323491],[83.949301,29.312533],[83.986874,29.325057],[84.002272,29.291658],[84.052163,29.296877],[84.116837,29.286438],[84.130388,29.239972],[84.203068,29.239972],[84.197525,29.210202],[84.17104,29.19453],[84.176583,29.133909],[84.20738,29.118749],[84.192597,29.084236],[84.194445,29.045004],[84.224626,29.049189],[84.248648,29.030353],[84.228322,28.949738],[84.234481,28.889497],[84.268358,28.895261],[84.330568,28.859101],[84.340423,28.866963],[84.408176,28.85386],[84.404481,28.828173],[84.434046,28.823978],[84.445133,28.764189],[84.483321,28.735331],[84.557233,28.74635],[84.620059,28.732182],[84.650856,28.714338],[84.669334,28.680742],[84.699515,28.671816],[84.698284,28.633478],[84.773428,28.610363],[84.857196,28.567798],[84.896616,28.587244],[84.981616,28.586193],[84.995782,28.611414],[85.05676,28.674441],[85.126361,28.676016],[85.155926,28.643983],[85.195963,28.624022],[85.18426,28.587244],[85.189803,28.544669],[85.160238,28.49261],[85.108499,28.461047],[85.129441,28.377885],[85.113427,28.344708],[85.179948,28.324164],[85.209513,28.338914],[85.272339,28.282538],[85.349947,28.298347],[85.379512,28.274105],[85.415853,28.321003],[85.458969,28.332593],[85.520563,28.326798],[85.602483,28.295712],[85.601251,28.254075],[85.650526,28.283592],[85.682555,28.375779],[85.720743,28.372093],[85.753388,28.227714],[85.791576,28.195544],[85.854402,28.172334],[85.871648,28.124843],[85.898749,28.101617],[85.901213,28.053566],[85.980053,27.984357],[85.949256,27.937311],[86.002227,27.90717],[86.053966,27.900823],[86.125415,27.923035],[86.082915,28.018175],[86.086611,28.090002],[86.128495,28.086835],[86.140198,28.114814],[86.19132,28.167058],[86.223965,28.092642],[86.206103,28.084195],[86.231972,27.974315],[86.27324,27.976958],[86.308965,27.950528],[86.393349,27.926736],[86.414906,27.904526],[86.450015,27.908757],[86.475884,27.944713],[86.514689,27.954757],[86.513457,27.996511],[86.537478,28.044587],[86.55842,28.047757],[86.568891,28.103201],[86.60092,28.097922],[86.611391,28.069938],[86.647732,28.06941],[86.662514,28.092114],[86.700086,28.101617],[86.74813,28.089474],[86.768456,28.06941],[86.756753,28.032967],[86.827586,28.012363],[86.864542,28.022401],[86.885484,27.995983],[86.926752,27.985942],[86.935375,27.955286],[87.035157,27.946299],[87.080737,27.910872],[87.118309,27.840512],[87.173744,27.818284],[87.227946,27.812991],[87.249504,27.839454],[87.280917,27.845275],[87.317258,27.826753],[87.364069,27.824106],[87.421967,27.856916],[87.418272,27.825694],[87.45954,27.820931],[87.58088,27.859562],[87.598126,27.814579],[87.670191,27.832045],[87.668343,27.809815],[87.727473,27.802933],[87.77798,27.860091],[87.782292,27.890774],[87.826639,27.927794],[87.930733,27.909285],[87.982472,27.884426],[88.037291,27.901881],[88.090877,27.885484],[88.111819,27.864852],[88.137689,27.878607],[88.120442,27.915103],[88.156783,27.957929],[88.203594,27.943127],[88.242398,27.967444],[88.254101,27.939426],[88.357579,27.986471],[88.401311,27.976958],[88.43334,28.002852],[88.469064,28.009721],[88.498013,28.04089],[88.554064,28.027684],[88.565151,28.083139],[88.620585,28.091586],[88.645223,28.111119],[88.67602,28.068353],[88.764099,28.068353],[88.812142,28.018175],[88.842939,28.006023],[88.846635,27.921448],[88.864497,27.921448],[88.888519,27.846863],[88.863265,27.811932],[88.870657,27.743098],[88.850331,27.710783],[88.852178,27.671039],[88.816454,27.641354],[88.813374,27.606889],[88.770874,27.563924],[88.797976,27.521473],[88.783193,27.467324],[88.809063,27.405711],[88.838012,27.37808],[88.867577,27.3818],[88.901453,27.327583],[88.920548,27.325456],[88.911924,27.272807],[88.942105,27.261636],[88.984605,27.208957],[89.067757,27.240354],[89.077612,27.287168],[89.152757,27.319076],[89.182938,27.373829],[89.132431,27.441302],[89.095474,27.471572],[89.109025,27.537925],[89.163228,27.574534],[89.128735,27.611131],[89.131815,27.633402],[89.184786,27.673689],[89.238988,27.796581],[89.295655,27.84845],[89.375727,27.875962],[89.44348,27.968501],[89.461958,28.03191],[89.511233,28.086307],[89.541414,28.088418],[89.605472,28.161782],[89.720037,28.170224],[89.779167,28.197127],[89.789638,28.240895],[89.869094,28.221386],[89.901739,28.18183],[89.976268,28.189215],[90.017536,28.162837],[90.03355,28.136981],[90.07297,28.155451],[90.103151,28.141731],[90.124709,28.190797],[90.166593,28.187632],[90.189999,28.161782],[90.231882,28.144897],[90.297172,28.153868],[90.367389,28.088946],[90.384019,28.06096],[90.43699,28.063073],[90.47949,28.044587],[90.513983,28.062016],[90.569417,28.044059],[90.591591,28.021345],[90.701844,28.076274],[90.741264,28.053038],[90.802242,28.040362],[90.806554,28.015005],[90.853365,27.969029],[90.896481,27.946299],[90.96177,27.9537],[90.976553,27.935725],[90.96485,27.900294],[91.025828,27.857445],[91.113292,27.846333],[91.155175,27.894476],[91.147784,27.927794],[91.162567,27.968501],[91.216153,27.989113],[91.251878,27.970615],[91.309776,28.057791],[91.464993,28.002852],[91.490246,27.971672],[91.486551,27.937311],[91.552456,27.90717],[91.611586,27.891303],[91.618978,27.856916],[91.561079,27.855329],[91.544449,27.820401],[91.610355,27.819343],[91.642383,27.7664],[91.622673,27.692238],[91.570934,27.650897],[91.562311,27.627569],[91.582637,27.598933],[91.564775,27.58196],[91.585101,27.540578],[91.626985,27.509265],[91.663325,27.507142],[91.71876,27.467324],[91.753868,27.462545],[91.839484,27.489624],[91.946657,27.464138],[92.010715,27.474758],[92.021802,27.444489],[92.064918,27.391365],[92.125896,27.273339],[92.091403,27.264296],[92.071077,27.237694],[92.061222,27.190327],[92.032273,27.167967],[92.02673,27.108318],[92.043976,27.052902],[92.076005,27.041175],[92.124664,26.960124],[92.109265,26.854991],[92.197961,26.86994],[92.28604,26.892359],[92.404916,26.9025],[92.496691,26.921711],[92.549046,26.941453],[92.64698,26.952656],[92.682089,26.947855],[92.802813,26.895028],[92.909371,26.914241],[93.050421,26.883819],[93.111399,26.880082],[93.232739,26.906769],[93.56781,26.938252],[93.625092,26.955323],[93.747048,27.015587],[93.817265,27.025183],[93.841903,27.045973],[93.849294,27.168499],[93.970634,27.30525],[94.056866,27.375423],[94.147409,27.458297],[94.220705,27.536333],[94.277372,27.58143],[94.353132,27.578778],[94.399944,27.589386],[94.443675,27.585143],[94.478168,27.602116],[94.524979,27.596282],[94.660486,27.650367],[94.722696,27.683759],[94.78121,27.699127],[94.836645,27.728796],[94.88592,27.743098],[94.947514,27.792345],[95.015267,27.82887],[95.067006,27.840512],[95.28628,27.939955],[95.32878,28.017646],[95.352802,28.04089],[95.371896,28.110063],[95.39715,28.142259],[95.437802,28.161782],[95.528345,28.182885],[95.674322,28.254075],[95.740228,28.275159],[95.787655,28.270416],[95.832003,28.295186],[95.874502,28.29782],[95.899756,28.278322],[95.907763,28.241422],[95.936096,28.240368],[95.989067,28.198181],[96.074683,28.193434],[96.098088,28.212421],[96.194175,28.212949],[96.275479,28.228241],[96.298269,28.140148],[96.367254,28.118509],[96.398667,28.118509],[96.395587,28.143842],[96.426384,28.161782],[96.46334,28.143314],[96.499681,28.067297],[96.538485,28.075218],[96.623485,28.024514],[96.635188,27.994926],[96.690622,27.948942],[96.711564,27.9574],[96.784245,27.931495],[96.810114,27.890245],[96.849534,27.874375],[96.908049,27.884426],[96.972722,27.861149],[97.008447,27.807698],[97.049099,27.81405],[97.062649,27.742568],[97.097758,27.740979],[97.103301,27.780697],[97.167975,27.811932],[97.253591,27.891832],[97.303482,27.913516],[97.324424,27.880723],[97.386634,27.882839],[97.372467,27.907699],[97.379242,27.970087],[97.413119,28.01342],[97.378626,28.031382],[97.375547,28.062545],[97.320728,28.054095],[97.305945,28.071522],[97.340438,28.104785],[97.326887,28.132759],[97.352757,28.149646],[97.362612,28.199236],[97.349677,28.235623],[97.398336,28.238786],[97.402032,28.279903],[97.422358,28.297293],[97.461162,28.26778],[97.469169,28.30309],[97.518445,28.327852],[97.488879,28.347341],[97.485184,28.38631],[97.499966,28.428948],[97.521524,28.444736],[97.507974,28.46473],[97.521524,28.495766],[97.569567,28.541515],[97.60406,28.515225],[97.634857,28.532051],[97.68598,28.519958],[97.737103,28.465782],[97.738335,28.396313],[97.769748,28.3742],[97.801161,28.326798],[97.842429,28.326798],[97.871378,28.361561],[97.907718,28.363141],[98.020435,28.253548],[98.008116,28.214003],[98.03337,28.187105],[98.056775,28.202401],[98.090036,28.195544],[98.097427,28.166531],[98.139311,28.142259],[98.17442,28.163365],[98.169492,28.206093],[98.21692,28.212949],[98.266811,28.242477],[98.231702,28.314681],[98.207681,28.330486],[98.208913,28.358401],[98.301303,28.384204],[98.317934,28.324691],[98.353042,28.293078],[98.37768,28.246167],[98.370289,28.18394],[98.389999,28.16442],[98.389383,28.114814],[98.428803,28.104785],[98.464527,28.151229],[98.494092,28.141203],[98.559382,28.182885],[98.625903,28.165475],[98.649925,28.200291],[98.712135,28.229296],[98.710287,28.288862],[98.746628,28.321003],[98.740468,28.348395],[98.693041,28.43158],[98.673947,28.478934],[98.625903,28.489455],[98.619128,28.50944],[98.637606,28.552029],[98.594491,28.667615],[98.666555,28.712239],[98.683802,28.740054],[98.652389,28.817162],[98.668403,28.843376],[98.643766,28.895261],[98.6567,28.910454],[98.624056,28.95864],[98.655469,28.976966],[98.70228,28.9644],[98.757714,29.004186],[98.786048,28.998952],[98.821772,28.920931],[98.827932,28.821356],[98.852569,28.798283],[98.912931,28.800906],[98.922786,28.823978],[98.972677,28.832367],[98.973909,28.864867],[98.917859,28.886877],[98.925866,28.978536],[99.013329,29.036632],[98.991771,29.105677],[98.967134,29.128159],[98.960974,29.165792],[98.9813,29.204978],[99.024416,29.188783],[99.037351,29.20759],[99.113727,29.221171],[99.114343,29.243628],[99.075539,29.316186],[99.058909,29.417368],[99.066916,29.421018],[99.044742,29.520013],[99.052133,29.563748],[99.014561,29.607464],[98.992387,29.677163],[99.018873,29.792009],[99.0238,29.846009],[99.068148,29.931621],[99.055213,29.958587],[99.036735,30.053945],[99.044742,30.079842],[98.989308,30.151799],[98.9813,30.182843],[98.993003,30.215429],[98.970829,30.260928],[98.986844,30.280569],[98.967134,30.33482],[98.965286,30.449937],[98.932025,30.521623],[98.926482,30.569556],[98.939417,30.598923],[98.92217,30.609225],[98.907388,30.698292],[98.963438,30.728134],[98.957895,30.765166],[98.904924,30.782649],[98.850105,30.849465],[98.797135,30.87926],[98.774345,30.908019],[98.797135,30.948575],[98.806374,30.995783],[98.774961,31.031174],[98.736772,31.049121],[98.712135,31.082954],[98.710287,31.1178],[98.675179,31.15417],[98.602498,31.192062],[98.62344,31.221238],[98.60373,31.257568],[98.616048,31.3036],[98.643766,31.338876],[98.691809,31.333253],[98.773113,31.249382],[98.805758,31.279052],[98.810685,31.306668],[98.887062,31.37465],[98.84333,31.416028],[98.844562,31.429817],[98.714599,31.508935],[98.696736,31.538523],[98.651157,31.57881],[98.619128,31.591555],[98.553839,31.660349],[98.545831,31.717383],[98.516882,31.717383],[98.508875,31.751995],[98.461448,31.800327],[98.414636,31.832365],[98.426339,31.856767],[98.399238,31.895899],[98.432498,31.922825],[98.434962,32.007613],[98.402933,32.026896],[98.404781,32.045159],[98.357354,32.087253],[98.303151,32.121726],[98.260035,32.208862],[98.218768,32.234683],[98.23047,32.262521],[98.208913,32.318171],[98.218768,32.342444],[98.125145,32.401077],[98.107283,32.391476],[98.079565,32.415224],[97.940363,32.482393],[97.880001,32.486431],[97.863986,32.499051],[97.80732,32.50006],[97.795617,32.521257],[97.730944,32.527312],[97.684132,32.530339],[97.670582,32.51722],[97.540618,32.536899],[97.50243,32.530844],[97.463626,32.55506],[97.448843,32.586833],[97.411887,32.575235],[97.374315,32.546484],[97.3583,32.563635],[97.332431,32.542448],[97.334895,32.514192],[97.388481,32.501575],[97.341054,32.440987],[97.387865,32.427349],[97.424822,32.322723],[97.415583,32.296421],[97.371235,32.273148],[97.32196,32.303503],[97.299786,32.294904],[97.264062,32.182527],[97.271453,32.139971],[97.313953,32.130342],[97.293011,32.096887],[97.308409,32.076605],[97.258518,32.072041],[97.219714,32.109054],[97.201852,32.090296],[97.233881,32.063927],[97.214786,32.042623],[97.188301,32.055304],[97.169823,32.032984],[97.127323,32.044145],[97.028773,32.04871],[97.006599,32.067984],[96.935766,32.048203],[96.965947,32.008628],[96.941925,31.986297],[96.894498,32.013703],[96.863085,31.996448],[96.868629,31.964975],[96.824281,32.007613],[96.722651,32.013195],[96.742977,32.001016],[96.753448,31.944156],[96.776238,31.935015],[96.81073,31.894375],[96.794716,31.869474],[96.760223,31.860325],[96.765767,31.819144],[96.799027,31.792188],[96.840295,31.720438],[96.790404,31.698545],[96.778701,31.675629],[96.722651,31.686833],[96.691854,31.722474],[96.661057,31.705674],[96.615477,31.737236],[96.56805,31.711783],[96.519391,31.74945],[96.468884,31.769804],[96.435623,31.796258],[96.407906,31.845583],[96.389428,31.919777],[96.288414,31.919777],[96.253305,31.929936],[96.220044,31.905553],[96.188632,31.904028],[96.214501,31.876589],[96.202798,31.841008],[96.183088,31.835924],[96.178161,31.775401],[96.231131,31.749959],[96.222508,31.733164],[96.252073,31.697527],[96.245298,31.657802],[96.221892,31.647613],[96.207726,31.598691],[96.156603,31.602769],[96.148595,31.686324],[96.135661,31.70211],[96.064828,31.720438],[95.989067,31.78761],[95.983524,31.816601],[95.89914,31.81711],[95.846169,31.736218],[95.853561,31.714329],[95.823995,31.68225],[95.779648,31.748941],[95.634286,31.782523],[95.580083,31.76726],[95.546823,31.73978],[95.511714,31.750468],[95.480301,31.795749],[95.456896,31.801853],[95.406389,31.896915],[95.408852,31.918761],[95.3682,31.92892],[95.360809,31.95939],[95.395918,32.001523],[95.454432,32.007613],[95.421171,32.033999],[95.454432,32.061898],[95.440265,32.157705],[95.406389,32.182021],[95.367584,32.178982],[95.366968,32.151118],[95.31523,32.148585],[95.270266,32.194683],[95.270266,32.194683],[95.239469,32.287315],[95.241317,32.3207],[95.214216,32.321712],[95.20744,32.297433],[95.10581,32.258979],[95.079325,32.279726],[95.096571,32.322217],[95.193274,32.332331],[95.261643,32.348006],[95.228382,32.363678],[95.218527,32.397035],[95.153853,32.386423],[95.081789,32.384907],[95.075013,32.376315],[95.075013,32.376315],[95.057151,32.395014],[94.988166,32.422802],[94.944434,32.404109],[94.912405,32.41573],[94.889616,32.472295],[94.852043,32.463712],[94.80708,32.486431],[94.78737,32.522266],[94.762116,32.526303],[94.737479,32.587338],[94.638312,32.645307],[94.614291,32.673522],[94.591501,32.640772],[94.522516,32.595909],[94.459074,32.599439],[94.463386,32.572209],[94.435052,32.562626],[94.395016,32.594397],[94.371611,32.524789],[94.350053,32.533871],[94.294002,32.519743],[94.292154,32.502584],[94.250886,32.51722],[94.196684,32.51621],[94.176974,32.454117],[94.137554,32.433915],[94.091974,32.463207],[94.049474,32.469771],[94.03038,32.448057],[93.978641,32.459672],[93.960163,32.484917],[93.90904,32.463207],[93.861613,32.466237],[93.851142,32.50965],[93.820345,32.549511],[93.75136,32.56313],[93.721795,32.578261],[93.651577,32.571705],[93.618933,32.522771],[93.516687,32.47583],[93.501904,32.503593],[93.476651,32.504603],[93.4631,32.556069],[93.411977,32.558086],[93.385492,32.525294],[93.33868,32.5712],[93.308499,32.580278],[93.300492,32.619604],[93.260456,32.62666],[93.239514,32.662439],[93.210565,32.655385],[93.176688,32.6705],[93.159442,32.644803],[93.087993,32.63674],[93.069515,32.626156],[93.023935,32.703239],[93.019624,32.737477],[93.00053,32.741001],[92.964189,32.714821],[92.933392,32.719353],[92.866871,32.698203],[92.822523,32.729926],[92.789262,32.719856],[92.756618,32.743014],[92.686401,32.76516],[92.667922,32.73194],[92.634662,32.720863],[92.574916,32.741001],[92.56814,32.73194],[92.484372,32.745028],[92.459119,32.76365],[92.411076,32.748048],[92.355641,32.764657],[92.343938,32.738484],[92.310062,32.751571],[92.255243,32.720863],[92.198577,32.754591],[92.211511,32.788306],[92.193649,32.801889],[92.227526,32.821003],[92.205352,32.866255],[92.145606,32.885857],[92.101874,32.860222],[92.038432,32.860725],[92.018722,32.829552],[91.955897,32.8205],[91.896766,32.907967],[91.857962,32.90244],[91.839484,32.948152],[91.799448,32.942126],[91.752637,32.969242],[91.685499,32.989324],[91.664557,33.012913],[91.583253,33.0375],[91.55492,33.060074],[91.535826,33.10019],[91.49579,33.109214],[91.436044,33.066092],[91.370138,33.100691],[91.311624,33.108211],[91.261733,33.141291],[91.226624,33.141792],[91.18782,33.106206],[91.161335,33.108712],[91.147784,33.07211],[91.072024,33.113224],[91.037531,33.098686],[91.001807,33.11573],[90.927894,33.120241],[90.902024,33.083143],[90.88293,33.120241],[90.803474,33.114227],[90.740032,33.142293],[90.704308,33.135778],[90.627315,33.180368],[90.562642,33.229441],[90.490577,33.264977],[90.405577,33.260473],[90.363077,33.279487],[90.332896,33.310501],[90.246665,33.423959],[90.22018,33.437943],[90.107463,33.460913],[90.088984,33.478885],[90.083441,33.525295],[90.01076,33.553728],[89.984275,33.612061],[90.008296,33.687785],[89.981195,33.70322],[89.983659,33.725622],[89.907282,33.741051],[89.902355,33.758467],[89.942391,33.801246],[89.899891,33.80771],[89.837065,33.868853],[89.795181,33.865374],[89.73174,33.921509],[89.718805,33.946832],[89.688008,33.959739],[89.684928,33.990013],[89.635037,34.049537],[89.656595,34.057966],[89.655979,34.097126],[89.71203,34.131809],[89.756993,34.124874],[89.760073,34.152613],[89.789638,34.150632],[89.816739,34.16945],[89.838297,34.263477],[89.825362,34.293642],[89.86663,34.324785],[89.858623,34.359375],[89.820435,34.369255],[89.799493,34.39642],[89.819819,34.420614],[89.823515,34.455657],[89.814891,34.548871],[89.777935,34.574499],[89.798877,34.628686],[89.74837,34.641981],[89.72558,34.660689],[89.732356,34.732035],[89.799493,34.743838],[89.825978,34.796931],[89.867862,34.81069],[89.838913,34.865705],[89.814891,34.86816],[89.821051,34.902033],[89.78779,34.921664],[89.747138,34.903506],[89.707102,34.919701],[89.670146,34.887798],[89.578987,34.895162],[89.560509,34.938836],[89.59069,35.057965],[89.593153,35.104491],[89.579603,35.118688],[89.519241,35.133862],[89.46935,35.214577],[89.450255,35.223867],[89.48598,35.256616],[89.531559,35.276161],[89.494603,35.298632],[89.516161,35.330862],[89.497067,35.361128],[89.58761,35.383575],[89.619639,35.412357],[89.658443,35.425526],[89.685544,35.416259],[89.739131,35.468429],[89.765,35.482563],[89.740979,35.507412],[89.720037,35.501566],[89.699711,35.544916],[89.71203,35.581915],[89.75145,35.580942],[89.765616,35.599922],[89.726196,35.648082],[89.748986,35.66267],[89.747138,35.7516],[89.782863,35.773453],[89.767464,35.799183],[89.801957,35.848193],[89.778551,35.861775],[89.707718,35.849163],[89.654747,35.848193],[89.62395,35.859349],[89.550654,35.856924],[89.554965,35.873414],[89.489676,35.903475],[89.428082,35.917531],[89.434857,35.992136],[89.404676,36.016827],[89.417611,36.044897],[89.474893,36.022151],[89.605472,36.038123],[89.688624,36.091337],[89.711414,36.093272]]]]}},{"type":"Feature","properties":{"adcode":610000,"name":"陕西省","center":[108.948024,34.263161],"centroid":[108.887114,35.263661],"childrenNum":10,"level":"province","parent":{"adcode":100000},"subFeatureIndex":26,"acroutes":[100000]},"geometry":{"type":"MultiPolygon","coordinates":[[[[110.379257,34.600612],[110.29549,34.610956],[110.269004,34.629671],[110.229584,34.692679],[110.243135,34.725641],[110.246831,34.789068],[110.230816,34.880925],[110.262229,34.944233],[110.320743,35.00504],[110.373714,35.134351],[110.364475,35.197952],[110.378642,35.210666],[110.374946,35.251728],[110.45009,35.327933],[110.477808,35.413821],[110.531394,35.511309],[110.567735,35.539559],[110.589293,35.602355],[110.609619,35.632031],[110.57759,35.701559],[110.571431,35.800639],[110.550489,35.838005],[110.549257,35.877778],[110.511684,35.879718],[110.516612,35.918501],[110.502445,35.947575],[110.516612,35.971796],[110.49259,35.994073],[110.491974,36.034735],[110.467953,36.074893],[110.447011,36.164328],[110.45625,36.22663],[110.474112,36.248352],[110.474112,36.306729],[110.459946,36.327946],[110.487047,36.393972],[110.489511,36.430094],[110.47288,36.453203],[110.503677,36.488335],[110.488895,36.556628],[110.496902,36.582102],[110.447627,36.621018],[110.426685,36.657514],[110.394656,36.676716],[110.402663,36.697352],[110.438388,36.685835],[110.447011,36.737649],[110.407591,36.776007],[110.423605,36.818179],[110.406975,36.824886],[110.424221,36.855539],[110.376178,36.882351],[110.408823,36.892403],[110.424221,36.963685],[110.381721,37.002408],[110.382953,37.022001],[110.426685,37.008621],[110.417446,37.027257],[110.460561,37.044932],[110.49567,37.086956],[110.535706,37.115118],[110.53509,37.138021],[110.590525,37.187145],[110.651503,37.256722],[110.661974,37.281963],[110.690307,37.287201],[110.678604,37.317668],[110.695234,37.34955],[110.641648,37.360015],[110.630561,37.372858],[110.644111,37.435135],[110.740198,37.44939],[110.759292,37.474567],[110.770995,37.538184],[110.795017,37.558586],[110.771611,37.594634],[110.763604,37.639668],[110.793169,37.650567],[110.775306,37.680886],[110.706321,37.705511],[110.716792,37.728708],[110.750669,37.736281],[110.735886,37.77035],[110.680452,37.790216],[110.59422,37.922049],[110.522771,37.955088],[110.528315,37.990471],[110.507989,38.013107],[110.501829,38.097929],[110.519692,38.130889],[110.509221,38.192061],[110.528315,38.211814],[110.565887,38.215105],[110.57759,38.297345],[110.601612,38.308147],[110.661358,38.308617],[110.701394,38.353215],[110.746973,38.366355],[110.77777,38.440924],[110.796864,38.453579],[110.840596,38.439986],[110.874473,38.453579],[110.870777,38.510265],[110.907733,38.521035],[110.920052,38.581878],[110.898494,38.587024],[110.880632,38.626776],[110.916357,38.673981],[110.915125,38.704345],[110.965016,38.755699],[111.009363,38.847579],[110.995813,38.868084],[111.016755,38.889981],[111.009979,38.932823],[110.980414,38.970056],[110.998276,38.998433],[111.038313,39.020289],[111.094363,39.030053],[111.138095,39.064447],[111.147334,39.100681],[111.173819,39.135041],[111.163348,39.152678],[111.219399,39.244044],[111.213239,39.257021],[111.247732,39.302419],[111.202152,39.305197],[111.179363,39.326959],[111.186138,39.35149],[111.155341,39.338531],[111.159037,39.362596],[111.125776,39.366297],[111.087588,39.376013],[111.098059,39.401914],[111.064182,39.400989],[111.058639,39.447681],[111.10545,39.472631],[111.10545,39.497573],[111.148566,39.531277],[111.154725,39.569116],[111.136863,39.587106],[111.101138,39.559428],[111.017371,39.552045],[110.958856,39.519275],[110.891103,39.509118],[110.869545,39.494341],[110.782698,39.38804],[110.73835,39.348713],[110.731575,39.30705],[110.702626,39.273701],[110.626249,39.266751],[110.596684,39.282966],[110.566503,39.320014],[110.559728,39.351027],[110.524003,39.382952],[110.482735,39.360745],[110.434692,39.381101],[110.429764,39.341308],[110.385417,39.310291],[110.257917,39.407001],[110.243751,39.423645],[110.152592,39.45415],[110.12549,39.432891],[110.136577,39.39174],[110.161831,39.387115],[110.184005,39.355192],[110.217881,39.281113],[110.109476,39.249606],[110.041107,39.21623],[109.962267,39.212056],[109.90252,39.271848],[109.871723,39.243581],[109.961035,39.191651],[109.893897,39.141075],[109.92223,39.107183],[109.890818,39.103932],[109.851397,39.122971],[109.793499,39.074204],[109.762086,39.057476],[109.72513,39.018429],[109.665384,38.981687],[109.685094,38.968195],[109.672159,38.928167],[109.624116,38.85457],[109.549587,38.805618],[109.511399,38.833595],[109.444262,38.782763],[109.404226,38.720689],[109.338936,38.701542],[109.329081,38.66043],[109.367269,38.627711],[109.331545,38.597783],[109.276726,38.623035],[109.196654,38.552867],[109.175712,38.518694],[109.128901,38.480288],[109.054372,38.433892],[109.051292,38.385122],[109.007561,38.359316],[108.961981,38.26493],[108.976148,38.245192],[108.938575,38.207582],[108.964445,38.154894],[109.069155,38.091336],[109.050676,38.055059],[109.06977,38.023008],[109.037742,38.021593],[109.018648,37.971602],[108.982923,37.964053],[108.9743,37.931962],[108.93488,37.922521],[108.893612,37.978207],[108.883141,38.01405],[108.830786,38.049875],[108.797525,38.04799],[108.82709,37.989056],[108.798141,37.93385],[108.791982,37.872934],[108.799989,37.784068],[108.784591,37.764673],[108.791982,37.700303],[108.777815,37.683728],[108.720533,37.683728],[108.699591,37.669518],[108.628142,37.651988],[108.532671,37.690832],[108.485244,37.678044],[108.422418,37.648672],[108.301078,37.640616],[108.293071,37.656726],[108.24626,37.665728],[108.205608,37.655779],[108.193905,37.638246],[108.134159,37.622131],[108.055318,37.652462],[108.025137,37.649619],[108.012819,37.66857],[108.025753,37.696041],[107.993109,37.735335],[107.982022,37.787378],[107.884703,37.808186],[107.842819,37.828987],[107.732566,37.84931],[107.684523,37.888522],[107.65003,37.86443],[107.659269,37.844112],[107.646335,37.805349],[107.620465,37.776026],[107.599523,37.791162],[107.57119,37.776499],[107.499125,37.765619],[107.484959,37.706458],[107.425828,37.684201],[107.387024,37.691305],[107.389488,37.671413],[107.422133,37.665254],[107.361155,37.613125],[107.311264,37.609806],[107.330358,37.584201],[107.369162,37.58752],[107.345756,37.518725],[107.284162,37.481691],[107.282931,37.437036],[107.257677,37.337179],[107.273075,37.29101],[107.309416,37.239095],[107.270612,37.229089],[107.317423,37.200017],[107.336517,37.165687],[107.334669,37.138975],[107.306952,37.100799],[107.281083,37.127047],[107.268764,37.099367],[107.28601,37.054963],[107.288474,37.008143],[107.288474,37.008143],[107.291554,36.979463],[107.291554,36.979463],[107.310032,36.912502],[107.336517,36.925899],[107.365466,36.905324],[107.478183,36.908196],[107.533618,36.867031],[107.540393,36.828718],[107.5909,36.836382],[107.642023,36.819137],[107.670356,36.83303],[107.722095,36.802367],[107.742421,36.811951],[107.768291,36.792783],[107.866841,36.766899],[107.907493,36.750118],[107.914268,36.720861],[107.940754,36.694953],[107.938906,36.655594],[108.006659,36.683435],[108.02329,36.647912],[108.001732,36.639269],[108.060862,36.592194],[108.079956,36.614294],[108.092891,36.587388],[108.163724,36.563839],[108.1976,36.630144],[108.222854,36.631105],[108.204992,36.606607],[108.204992,36.606607],[108.210535,36.577296],[108.245644,36.571048],[108.262274,36.549417],[108.340498,36.559032],[108.365136,36.519603],[108.391621,36.505654],[108.408252,36.45946],[108.460606,36.422871],[108.495099,36.422389],[108.514809,36.445501],[108.510498,36.47438],[108.562852,36.43876],[108.618903,36.433946],[108.651548,36.384818],[108.641693,36.359279],[108.646004,36.254143],[108.712526,36.138716],[108.682345,36.062316],[108.688504,36.021183],[108.659555,35.990683],[108.652164,35.94806],[108.593649,35.950967],[108.562852,35.921409],[108.518505,35.905414],[108.499411,35.872444],[108.527744,35.82442],[108.533903,35.746257],[108.517889,35.699615],[108.539447,35.605761],[108.618287,35.557088],[108.625678,35.537124],[108.605968,35.503028],[108.631222,35.418698],[108.61028,35.355271],[108.614591,35.328909],[108.583178,35.294724],[108.547454,35.304981],[108.48894,35.275184],[108.36144,35.279581],[108.345426,35.300586],[108.296767,35.267855],[108.239484,35.256127],[108.221622,35.296678],[108.174811,35.304981],[108.094739,35.280069],[108.049159,35.253683],[107.949993,35.245375],[107.960464,35.263457],[107.867457,35.256127],[107.841587,35.276649],[107.745501,35.311819],[107.737494,35.267366],[107.667277,35.257104],[107.652494,35.244886],[107.686371,35.218],[107.715936,35.168114],[107.727639,35.120157],[107.769523,35.064333],[107.769523,35.064333],[107.773218,35.060904],[107.773218,35.060904],[107.814486,35.024646],[107.846515,35.024646],[107.863145,34.999158],[107.842203,34.979056],[107.741805,34.953553],[107.675284,34.9511],[107.638943,34.935402],[107.619849,34.964834],[107.564415,34.968757],[107.523763,34.909886],[107.455394,34.916757],[107.400575,34.932949],[107.369162,34.917738],[107.350068,34.93393],[107.286626,34.931968],[107.252749,34.880925],[107.189308,34.893198],[107.162206,34.944233],[107.119707,34.950119],[107.089526,34.976604],[107.08275,35.024156],[107.012533,35.029547],[106.990975,35.068252],[106.950323,35.066782],[106.901664,35.094698],[106.838222,35.080007],[106.710723,35.100574],[106.706411,35.081966],[106.615252,35.071191],[106.577064,35.089312],[106.541956,35.083925],[106.52163,35.027587],[106.494528,35.006021],[106.494528,35.006021],[106.484673,34.983959],[106.493296,34.941289],[106.527789,34.876507],[106.556122,34.861285],[106.550579,34.82936],[106.575216,34.769897],[106.539492,34.745805],[106.505615,34.746789],[106.487137,34.715311],[106.456956,34.703996],[106.442173,34.675455],[106.471122,34.634102],[106.419384,34.643458],[106.314058,34.578934],[106.341159,34.568093],[106.334384,34.517811],[106.455108,34.531617],[106.514238,34.511894],[106.513622,34.498085],[106.558586,34.48822],[106.610941,34.454177],[106.638042,34.391481],[106.717498,34.369255],[106.691013,34.337635],[106.705179,34.299575],[106.68239,34.256057],[106.652825,34.24369],[106.63373,34.260014],[106.589383,34.253584],[106.577064,34.280786],[106.526557,34.292159],[106.496376,34.238248],[106.5321,34.254079],[106.55797,34.229837],[106.585071,34.149641],[106.560434,34.109514],[106.501919,34.105055],[106.505615,34.056479],[106.471738,34.024244],[106.474202,33.970659],[106.41076,33.909093],[106.428007,33.866368],[106.475434,33.875809],[106.491448,33.834559],[106.461883,33.789807],[106.488369,33.757969],[106.482825,33.707203],[106.534564,33.695254],[106.575832,33.631497],[106.58076,33.576169],[106.540108,33.512822],[106.456956,33.532779],[106.447101,33.613058],[106.384891,33.612061],[106.35163,33.587137],[106.303587,33.604585],[106.237681,33.564201],[106.187174,33.546746],[106.108334,33.569686],[106.117573,33.602591],[106.086776,33.617045],[106.047356,33.610067],[105.971596,33.613058],[105.940183,33.570684],[105.902611,33.556222],[105.871198,33.511325],[105.842248,33.489866],[105.831162,33.451926],[105.837937,33.410971],[105.827466,33.379993],[105.709822,33.382991],[105.755401,33.329004],[105.752937,33.291994],[105.791741,33.278486],[105.799133,33.258471],[105.862574,33.234447],[105.917393,33.237951],[105.965436,33.204407],[105.968516,33.154318],[105.93156,33.178365],[105.897067,33.146803],[105.923552,33.147805],[105.934639,33.112221],[105.914929,33.066092],[105.926632,33.042517],[105.917393,32.993841],[105.861959,32.939112],[105.82685,32.950663],[105.735691,32.905454],[105.656851,32.895405],[105.638373,32.879323],[105.590329,32.87681],[105.565692,32.906962],[105.528119,32.919019],[105.49917,32.911986],[105.495475,32.873292],[105.524424,32.847654],[105.534279,32.790822],[105.555221,32.794343],[105.563844,32.724891],[105.585402,32.728919],[105.596489,32.69921],[105.677793,32.726402],[105.719061,32.759624],[105.768952,32.767676],[105.779423,32.750061],[105.822538,32.770192],[105.825002,32.824523],[105.849024,32.817985],[105.893371,32.838603],[105.93156,32.826032],[105.969132,32.849162],[106.011632,32.829552],[106.044277,32.864747],[106.071378,32.828546],[106.093552,32.82402],[106.07261,32.76365],[106.076921,32.76365],[106.076305,32.759121],[106.071378,32.758114],[106.120037,32.719856],[106.17424,32.6977],[106.254928,32.693671],[106.267863,32.673522],[106.301123,32.680071],[106.347935,32.671003],[106.389203,32.62666],[106.421231,32.616579],[106.451412,32.65992],[106.498224,32.649338],[106.517934,32.668485],[106.585687,32.68813],[106.626955,32.682086],[106.670071,32.694678],[106.733513,32.739491],[106.783404,32.735967],[106.793259,32.712807],[106.82344,32.705254],[106.854853,32.724388],[106.903512,32.721367],[106.912751,32.704247],[107.012533,32.721367],[107.066736,32.708779],[107.05996,32.686115],[107.098765,32.649338],[107.108004,32.600951],[107.080286,32.542448],[107.127098,32.482393],[107.189924,32.468256],[107.212097,32.428864],[107.263836,32.403099],[107.287858,32.457147],[107.313727,32.489965],[107.356843,32.506622],[107.382097,32.54043],[107.436299,32.529835],[107.438763,32.465732],[107.460937,32.453612],[107.456625,32.41775],[107.489886,32.425328],[107.527458,32.38238],[107.598291,32.411688],[107.648183,32.413709],[107.680827,32.397035],[107.707929,32.331826],[107.753508,32.338399],[107.812022,32.247844],[107.864377,32.201266],[107.890247,32.214432],[107.924739,32.197215],[107.979558,32.146051],[108.024521,32.177462],[108.018362,32.2119],[108.086731,32.233165],[108.143398,32.219495],[108.156948,32.239239],[108.179738,32.221521],[108.240716,32.274666],[108.310933,32.232152],[108.389773,32.263533],[108.414411,32.252399],[108.469846,32.270618],[108.507418,32.245819],[108.509882,32.201266],[108.543758,32.177969],[108.585026,32.17189],[108.676801,32.10297],[108.734084,32.106519],[108.75133,32.076098],[108.78767,32.04871],[108.837561,32.039072],[108.902235,31.984774],[108.986619,31.980205],[109.085785,31.929428],[109.123357,31.892851],[109.191111,31.85575],[109.195422,31.817618],[109.27611,31.79931],[109.279806,31.776418],[109.253936,31.759628],[109.282885,31.743343],[109.281654,31.716874],[109.381436,31.705165],[109.446109,31.722983],[109.502776,31.716365],[109.549587,31.73011],[109.585928,31.726546],[109.592087,31.789136],[109.633971,31.804396],[109.633971,31.824738],[109.60379,31.885737],[109.584696,31.900472],[109.62042,31.928412],[109.631507,31.962436],[109.590855,32.012688],[109.590855,32.047696],[109.621652,32.106519],[109.58716,32.161251],[109.604406,32.199241],[109.592703,32.219495],[109.550203,32.225065],[109.528645,32.270112],[109.495385,32.300468],[109.513247,32.342444],[109.502776,32.38895],[109.529877,32.405625],[109.526797,32.43341],[109.575457,32.506622],[109.637051,32.540935],[109.619804,32.56767],[109.631507,32.599943],[109.726978,32.608513],[109.746072,32.594901],[109.816905,32.577252],[109.910528,32.592884],[109.97089,32.577756],[110.017701,32.546989],[110.084223,32.580782],[110.090382,32.617083],[110.124259,32.616579],[110.153824,32.593388],[110.206179,32.633212],[110.156903,32.683093],[110.159367,32.767173],[110.127338,32.77774],[110.142121,32.802895],[110.105164,32.832569],[110.051578,32.851676],[109.988752,32.886359],[109.927158,32.887364],[109.907448,32.903947],[109.856941,32.910479],[109.847702,32.893395],[109.789804,32.882339],[109.76455,32.909474],[109.785492,32.987316],[109.794731,33.067095],[109.704188,33.101694],[109.688174,33.116733],[109.576073,33.110216],[109.522486,33.138785],[109.468283,33.140288],[109.438718,33.152314],[109.498464,33.207412],[109.514479,33.237951],[109.60687,33.235949],[109.619804,33.275484],[109.649985,33.251465],[109.693101,33.254468],[109.732521,33.231443],[109.813209,33.236449],[109.852013,33.247961],[109.916687,33.229942],[109.973353,33.203907],[109.999223,33.212419],[110.031252,33.191888],[110.164911,33.209415],[110.218497,33.163336],[110.285635,33.171352],[110.33799,33.160331],[110.372482,33.186379],[110.398352,33.176862],[110.398352,33.176862],[110.471032,33.171352],[110.54125,33.255469],[110.57759,33.250464],[110.59422,33.168346],[110.623785,33.143796],[110.650887,33.157324],[110.702626,33.097182],[110.753133,33.15031],[110.824582,33.158327],[110.828893,33.201403],[110.865234,33.213921],[110.9219,33.203907],[110.960704,33.253967],[110.984726,33.255469],[111.025994,33.330504],[111.025994,33.375495],[110.996429,33.435946],[111.02661,33.467903],[111.021066,33.471397],[111.021682,33.476389],[111.02661,33.478386],[111.002588,33.535772],[111.00382,33.578662],[110.966864,33.609071],[110.878784,33.634486],[110.823966,33.685793],[110.831973,33.713675],[110.81719,33.751003],[110.782082,33.796272],[110.74143,33.798759],[110.712481,33.833564],[110.66259,33.85295],[110.612083,33.852453],[110.587445,33.887733],[110.628713,33.910086],[110.627481,33.925482],[110.665669,33.937895],[110.671213,33.966192],[110.620706,34.035652],[110.587445,34.023252],[110.591757,34.101586],[110.61393,34.113478],[110.642264,34.161032],[110.621938,34.177372],[110.55788,34.193214],[110.55172,34.213012],[110.507989,34.217466],[110.43962,34.243196],[110.428533,34.288203],[110.451938,34.292653],[110.503677,34.33714],[110.473496,34.393457],[110.403279,34.433448],[110.403279,34.433448],[110.360779,34.516825],[110.372482,34.544435],[110.404511,34.557743],[110.366939,34.566614],[110.379257,34.600612]]],[[[111.02661,33.478386],[111.021682,33.476389],[111.021066,33.471397],[111.02661,33.467903],[111.02661,33.478386]]],[[[106.076921,32.76365],[106.07261,32.76365],[106.071378,32.758114],[106.076305,32.759121],[106.076921,32.76365]]]]}},{"type":"Feature","properties":{"adcode":620000,"name":"甘肃省","center":[103.823557,36.058039],"childrenNum":14,"level":"province","parent":{"adcode":100000},"subFeatureIndex":27,"acroutes":[100000]},"geometry":{"type":"MultiPolygon","coordinates":[[[[106.506231,35.737514],[106.504383,35.736057],[106.498224,35.732656],[106.49268,35.732656],[106.434782,35.688436],[106.460036,35.643705],[106.47913,35.575101],[106.460036,35.578995],[106.440941,35.52641],[106.465579,35.481101],[106.490217,35.480613],[106.483441,35.450393],[106.503767,35.415284],[106.501304,35.364056],[106.472354,35.310842],[106.415688,35.276161],[106.368261,35.273718],[106.363333,35.238532],[106.319601,35.265411],[106.241377,35.358687],[106.237681,35.409431],[106.196414,35.409919],[106.173008,35.437716],[106.129892,35.393333],[106.113262,35.361616],[106.083081,35.421624],[106.073226,35.420649],[106.067682,35.436254],[106.073226,35.447468],[106.071378,35.449418],[106.06953,35.458193],[106.071994,35.463555],[106.054132,35.45478],[106.034422,35.469404],[106.002393,35.438692],[105.894603,35.413821],[105.897683,35.451368],[106.048588,35.488898],[106.047356,35.498155],[106.023335,35.49377],[106.017175,35.519103],[105.900147,35.54735],[105.868734,35.540046],[105.847176,35.490359],[105.816379,35.575101],[105.800365,35.564878],[105.762176,35.602841],[105.759097,35.634464],[105.713517,35.650513],[105.722756,35.673366],[105.690727,35.698643],[105.723988,35.725854],[105.740618,35.698643],[105.759097,35.724883],[105.70243,35.733142],[105.667322,35.749657],[105.595873,35.715651],[105.481924,35.727312],[105.457286,35.771511],[105.432033,35.787533],[105.428953,35.819082],[105.408627,35.822479],[105.38091,35.792873],[105.371055,35.844312],[105.39754,35.857409],[105.350113,35.875839],[105.324859,35.941761],[105.343954,36.033767],[105.406163,36.074409],[105.430801,36.10391],[105.491163,36.101009],[105.515185,36.147415],[105.478844,36.213111],[105.460366,36.223733],[105.45975,36.268137],[105.476381,36.293224],[105.455439,36.321678],[105.425873,36.330357],[105.401236,36.369881],[105.398156,36.430575],[105.363048,36.443093],[105.362432,36.496514],[105.322396,36.535954],[105.281744,36.522489],[105.252179,36.553263],[105.2762,36.563358],[105.261418,36.602764],[105.22015,36.631105],[105.225693,36.664716],[105.201056,36.700711],[105.218302,36.730455],[105.272505,36.739567],[105.275584,36.752515],[105.319932,36.742924],[105.340874,36.764502],[105.334714,36.80093],[105.303302,36.820575],[105.279896,36.86751],[105.244787,36.894796],[105.178882,36.892403],[105.185657,36.942164],[105.165331,36.99476],[105.128991,36.996194],[105.05939,37.022956],[105.03968,37.007187],[105.004571,37.035378],[104.95468,37.040156],[104.954064,37.077407],[104.914644,37.097935],[104.888158,37.15901],[104.864753,37.17284],[104.85613,37.211933],[104.776673,37.246718],[104.717543,37.208597],[104.638087,37.201923],[104.600515,37.242907],[104.624536,37.298627],[104.651022,37.290534],[104.673812,37.317668],[104.713848,37.329566],[104.662109,37.367626],[104.679971,37.408044],[104.521059,37.43466],[104.499501,37.421353],[104.448994,37.42468],[104.437907,37.445589],[104.365226,37.418026],[104.298705,37.414223],[104.287002,37.428007],[104.237727,37.411847],[104.183524,37.406618],[104.089285,37.465067],[103.935916,37.572818],[103.874938,37.604117],[103.841062,37.64725],[103.683381,37.777919],[103.627947,37.797783],[103.40744,37.860651],[103.362477,38.037621],[103.368636,38.08898],[103.53494,38.156776],[103.507838,38.280905],[103.465339,38.353215],[103.416063,38.404821],[103.85954,38.64454],[104.011677,38.85923],[104.044322,38.895105],[104.173053,38.94446],[104.196459,38.9882],[104.190915,39.042139],[104.207546,39.083495],[104.171205,39.160567],[104.047401,39.297788],[104.073271,39.351953],[104.089901,39.419947],[103.955626,39.456923],[103.85338,39.461543],[103.728961,39.430117],[103.595302,39.386652],[103.428998,39.353341],[103.344615,39.331588],[103.259615,39.263971],[103.188166,39.215302],[103.133347,39.192579],[103.007696,39.099753],[102.883892,39.120649],[102.616574,39.171703],[102.579002,39.183301],[102.45335,39.255167],[102.3548,39.231993],[102.276576,39.188868],[102.050526,39.141075],[102.012338,39.127149],[101.902701,39.111827],[101.833715,39.08907],[101.926106,39.000758],[101.955055,38.985874],[102.045599,38.904885],[102.075164,38.891378],[101.941505,38.808883],[101.873751,38.733761],[101.777049,38.66043],[101.672955,38.6908],[101.601506,38.65529],[101.562702,38.713218],[101.412413,38.764099],[101.331109,38.777164],[101.307087,38.80282],[101.34158,38.822406],[101.33542,38.847113],[101.24303,38.860628],[101.237486,38.907214],[101.198682,38.943064],[101.228863,39.020754],[101.117378,38.975174],[100.969553,38.946788],[100.961545,39.005874],[100.901799,39.030053],[100.875314,39.002619],[100.835278,39.025869],[100.829118,39.075133],[100.864227,39.106719],[100.842669,39.199999],[100.842053,39.405614],[100.707778,39.404689],[100.606764,39.387577],[100.498975,39.400527],[100.500823,39.481408],[100.44354,39.485565],[100.326512,39.509118],[100.301258,39.572345],[100.314193,39.606935],[100.250135,39.685274],[100.128179,39.702312],[100.040716,39.757083],[99.958796,39.769504],[99.904593,39.785601],[99.822058,39.860063],[99.672384,39.888079],[99.469124,39.875221],[99.440791,39.885783],[99.459885,39.898181],[99.491298,39.884406],[99.533182,39.891753],[99.714268,39.972061],[99.751225,40.006909],[99.841152,40.013326],[99.927383,40.063727],[99.955716,40.150695],[100.007455,40.20008],[100.169447,40.277743],[100.169447,40.541131],[100.242744,40.618855],[100.237201,40.716905],[100.224882,40.727337],[100.107853,40.875475],[100.057346,40.908049],[99.985897,40.909858],[99.673,40.93292],[99.565827,40.846961],[99.174705,40.858278],[99.172858,40.747289],[99.12543,40.715091],[99.102025,40.676522],[99.041662,40.693767],[98.984996,40.782644],[98.790975,40.705564],[98.80699,40.660181],[98.802678,40.607043],[98.762642,40.639748],[98.72199,40.657911],[98.689345,40.691952],[98.668403,40.773128],[98.569853,40.746836],[98.627751,40.677884],[98.344419,40.568413],[98.333332,40.918903],[98.25018,40.93925],[98.184891,40.988056],[98.142391,41.001607],[97.971776,41.09774],[97.903407,41.168057],[97.629314,41.440498],[97.613915,41.477276],[97.84674,41.656379],[97.653335,41.986856],[97.500582,42.243894],[97.371235,42.457076],[97.172903,42.795257],[96.968411,42.756161],[96.742361,42.75704],[96.386348,42.727592],[96.166458,42.623314],[96.103632,42.604375],[96.072219,42.569566],[96.02356,42.542675],[96.0174,42.482239],[95.978596,42.436762],[96.06606,42.414674],[96.042038,42.352787],[96.040806,42.326688],[96.178161,42.21775],[96.077147,42.149457],[96.13874,42.05399],[96.137509,42.019765],[96.117183,41.985966],[96.054973,41.936124],[95.998306,41.906289],[95.855408,41.849699],[95.801206,41.848361],[95.759322,41.835878],[95.65646,41.826067],[95.57146,41.796181],[95.445193,41.719841],[95.39407,41.693481],[95.335556,41.644305],[95.299831,41.565994],[95.247476,41.61344],[95.194505,41.694821],[95.199433,41.719395],[95.16494,41.735474],[95.135991,41.772976],[95.110738,41.768513],[95.011572,41.726541],[94.969072,41.718948],[94.861898,41.668451],[94.809543,41.619256],[94.750413,41.538227],[94.534219,41.505966],[94.184365,41.268444],[94.01067,41.114875],[93.908424,40.983539],[93.809874,40.879548],[93.820961,40.793519],[93.760599,40.664721],[93.506216,40.648376],[92.928465,40.572504],[92.920458,40.391792],[92.906907,40.310609],[92.796654,40.153897],[92.745531,39.868331],[92.687632,39.657174],[92.639589,39.514196],[92.52564,39.368611],[92.378431,39.258411],[92.339011,39.236628],[92.343938,39.146181],[92.366112,39.096037],[92.366728,39.059335],[92.41046,39.03842],[92.459119,39.042604],[92.459119,39.063982],[92.489916,39.099753],[92.545966,39.111362],[92.659299,39.109969],[92.765857,39.136898],[92.866871,39.138754],[92.889045,39.160103],[92.938936,39.169848],[92.978356,39.143396],[93.043029,39.146645],[93.115094,39.17959],[93.142196,39.160567],[93.131725,39.108112],[93.165601,39.090928],[93.198246,39.045857],[93.179152,38.923977],[93.237666,38.916062],[93.274007,38.896036],[93.453245,38.915596],[93.729186,38.924443],[93.834511,38.867618],[93.884403,38.867618],[93.884403,38.826136],[93.769838,38.821007],[93.756287,38.807484],[93.773533,38.771099],[93.800019,38.750566],[93.885018,38.720689],[93.95154,38.715086],[93.973098,38.724891],[94.281067,38.7599],[94.370379,38.7627],[94.511429,38.445142],[94.527443,38.425922],[94.527443,38.365416],[94.56132,38.351807],[94.582878,38.36917],[94.672805,38.386998],[94.812623,38.385591],[94.861282,38.393565],[94.884072,38.414669],[94.973999,38.430142],[95.045448,38.418889],[95.072549,38.402476],[95.122441,38.417014],[95.140919,38.392158],[95.185266,38.379492],[95.209904,38.327868],[95.229614,38.330685],[95.259179,38.302981],[95.315846,38.318947],[95.408236,38.300163],[95.440881,38.310965],[95.455664,38.291709],[95.487693,38.314721],[95.51849,38.294997],[95.585011,38.343359],[95.608417,38.339134],[95.671858,38.388405],[95.703887,38.400131],[95.723597,38.378554],[95.775952,38.356031],[95.83693,38.344298],[95.852945,38.287481],[95.89606,38.2903],[95.932401,38.259291],[95.93856,38.237202],[96.006929,38.207582],[96.06606,38.173245],[96.109175,38.187358],[96.221892,38.149246],[96.252689,38.167599],[96.264392,38.145952],[96.313051,38.161952],[96.301964,38.183124],[96.335841,38.246132],[96.378341,38.277146],[96.46334,38.277616],[96.665369,38.23015],[96.655514,38.295936],[96.638883,38.307208],[96.626564,38.356031],[96.698013,38.422172],[96.707868,38.459203],[96.6666,38.483567],[96.706637,38.505582],[96.780549,38.504177],[96.800259,38.52759],[96.767614,38.552399],[96.808882,38.582346],[96.7941,38.608072],[96.847071,38.599186],[96.876636,38.580475],[96.961019,38.558015],[97.055874,38.594508],[97.047251,38.653888],[97.057722,38.67258],[97.009063,38.702477],[97.023229,38.755699],[97.00044,38.7613],[96.987505,38.793025],[96.993664,38.834993],[96.983809,38.869016],[96.940693,38.90768],[96.938846,38.95563],[96.965331,39.017034],[96.95794,39.041674],[96.969643,39.097895],[97.012142,39.142004],[96.962251,39.198144],[97.017686,39.208347],[97.060186,39.19768],[97.14149,39.199999],[97.220946,39.193042],[97.315185,39.164744],[97.347213,39.167528],[97.371235,39.140611],[97.401416,39.146645],[97.458698,39.117863],[97.504894,39.076527],[97.58127,39.052364],[97.679205,39.010524],[97.701379,38.963076],[97.828878,38.93003],[97.875689,38.898365],[98.009348,38.85923],[98.029058,38.834061],[98.068478,38.816344],[98.091884,38.786495],[98.167645,38.840121],[98.242173,38.880664],[98.235398,38.918855],[98.276666,38.963541],[98.287753,38.992386],[98.280977,39.027263],[98.316702,39.040744],[98.383839,39.029588],[98.401086,39.001688],[98.432498,38.996107],[98.428187,38.976104],[98.457752,38.952838],[98.526737,38.95563],[98.584635,38.93003],[98.624056,38.959353],[98.612353,38.977035],[98.661628,38.993782],[98.70536,39.043533],[98.730613,39.057011],[98.743548,39.086747],[98.816845,39.085818],[98.818076,39.064911],[98.886446,39.040744],[98.903076,39.012384],[98.951735,38.987735],[99.054597,38.97657],[99.107568,38.951907],[99.071843,38.921184],[99.068764,38.896968],[99.141445,38.852706],[99.222133,38.788827],[99.291118,38.765966],[99.361951,38.718354],[99.375502,38.684727],[99.412458,38.665571],[99.450646,38.60433],[99.501769,38.612281],[99.52887,38.546314],[99.585537,38.498556],[99.63974,38.474666],[99.65945,38.449361],[99.727203,38.415607],[99.758,38.410449],[99.826985,38.370109],[99.960028,38.320825],[100.001912,38.315191],[100.049955,38.283254],[100.071513,38.284663],[100.117093,38.253652],[100.126332,38.231561],[100.182998,38.222158],[100.159592,38.291239],[100.163904,38.328337],[100.136803,38.33444],[100.093071,38.407166],[100.022238,38.432017],[100.001296,38.467169],[100.025933,38.507923],[100.064122,38.518694],[100.086911,38.492936],[100.113397,38.497151],[100.163288,38.461546],[100.24028,38.441861],[100.259374,38.366355],[100.301874,38.388405],[100.331439,38.337257],[100.318505,38.329276],[100.396729,38.293118],[100.424446,38.307208],[100.432453,38.275267],[100.459555,38.2654],[100.474953,38.288891],[100.516837,38.272448],[100.545786,38.247072],[100.595061,38.242372],[100.619083,38.26587],[100.71517,38.253652],[100.752126,38.238612],[100.825423,38.158658],[100.860531,38.148305],[100.913502,38.17889],[100.93814,38.16007],[100.91843,38.129006],[100.922125,38.084741],[100.888864,38.056001],[100.895024,38.013107],[100.91843,37.999432],[100.964009,38.011221],[101.077342,37.941874],[101.103211,37.946593],[101.114298,37.92016],[101.152486,37.891356],[101.159262,37.86821],[101.202994,37.84742],[101.276906,37.83655],[101.362522,37.791162],[101.382848,37.822369],[101.459224,37.86632],[101.551615,37.835604],[101.598427,37.827569],[101.670491,37.754264],[101.659405,37.733441],[101.791832,37.696041],[101.815853,37.654357],[101.854657,37.664781],[101.873135,37.686569],[101.946432,37.728235],[101.998787,37.724921],[102.036359,37.685149],[102.048678,37.651515],[102.035128,37.627819],[102.102265,37.582304],[102.131214,37.54625],[102.103497,37.482641],[102.125055,37.48549],[102.176794,37.458892],[102.19712,37.420403],[102.299981,37.391404],[102.29875,37.370004],[102.368351,37.327662],[102.428097,37.308624],[102.419474,37.294343],[102.45335,37.271487],[102.457662,37.248147],[102.490307,37.223371],[102.533422,37.217176],[102.578386,37.17284],[102.599944,37.174748],[102.642444,37.099845],[102.583314,37.104618],[102.488459,37.078362],[102.506321,37.019134],[102.450271,36.968467],[102.499546,36.954599],[102.526031,36.928291],[102.56114,36.91968],[102.587009,36.869904],[102.639364,36.852666],[102.720052,36.767858],[102.692335,36.775528],[102.639364,36.732853],[102.612879,36.738129],[102.601176,36.710307],[102.630741,36.650793],[102.684328,36.619097],[102.724364,36.613813],[102.714509,36.599401],[102.761936,36.568645],[102.734219,36.562396],[102.753313,36.525855],[102.793349,36.497957],[102.771791,36.47438],[102.829689,36.365544],[102.831537,36.365544],[102.838928,36.345783],[102.836465,36.344819],[102.845704,36.331803],[102.896827,36.331803],[102.922696,36.298047],[103.024942,36.256556],[103.021246,36.232906],[103.066826,36.216974],[103.048964,36.199107],[102.986754,36.193312],[102.965812,36.151765],[102.948566,36.150798],[102.941174,36.104877],[102.882044,36.082632],[102.932551,36.048285],[102.968276,36.044414],[102.951645,36.021667],[102.971971,35.995525],[102.942406,35.92674],[102.954725,35.858864],[102.94487,35.829757],[102.914073,35.845282],[102.81737,35.850133],[102.787189,35.862745],[102.739146,35.821023],[102.715125,35.815685],[102.686175,35.771996],[102.707733,35.70496],[102.744074,35.657807],[102.7644,35.653431],[102.763168,35.612086],[102.808747,35.560496],[102.746537,35.545403],[102.729291,35.523487],[102.782878,35.527871],[102.743458,35.494745],[102.695414,35.528358],[102.570995,35.548324],[102.531575,35.580455],[102.503241,35.585322],[102.49893,35.545403],[102.437952,35.455268],[102.447807,35.437229],[102.408387,35.409431],[102.314764,35.434303],[102.293822,35.424063],[102.287663,35.36552],[102.317844,35.343067],[102.311684,35.31426],[102.280887,35.303028],[102.3123,35.282512],[102.370199,35.263946],[102.365887,35.235599],[102.404075,35.179366],[102.346793,35.164201],[102.310452,35.128967],[102.29567,35.071681],[102.252554,35.048657],[102.218062,35.057475],[102.211286,35.034937],[102.176178,35.032977],[102.157699,35.010923],[102.133678,35.014844],[102.094874,34.986901],[102.048062,34.910868],[102.068388,34.887798],[101.985852,34.90007],[101.916867,34.873561],[101.923027,34.835746],[101.917483,34.705964],[101.919947,34.621791],[101.934729,34.58731],[101.956287,34.582876],[101.97415,34.548871],[102.001867,34.538519],[102.093026,34.536547],[102.139837,34.50351],[102.155852,34.507456],[102.169402,34.457631],[102.205743,34.407777],[102.259329,34.355917],[102.237156,34.34307],[102.237156,34.34307],[102.186649,34.352952],[102.149692,34.271885],[102.067772,34.293642],[102.062229,34.227858],[102.01357,34.218456],[102.030816,34.190739],[102.003099,34.162022],[101.965526,34.167469],[101.955055,34.109514],[101.897773,34.133791],[101.874367,34.130323],[101.851578,34.153108],[101.836795,34.124378],[101.788136,34.131809],[101.764114,34.122892],[101.736397,34.080275],[101.718535,34.083249],[101.703136,34.119424],[101.674187,34.110506],[101.6206,34.178857],[101.53868,34.212022],[101.492485,34.195689],[101.482014,34.218951],[101.417956,34.227858],[101.369913,34.248143],[101.327413,34.24468],[101.325565,34.268423],[101.268899,34.278808],[101.228863,34.298586],[101.235022,34.325279],[101.193754,34.336646],[101.178356,34.320831],[101.098284,34.329233],[101.054552,34.322808],[100.986799,34.374689],[100.951074,34.38358],[100.895024,34.375183],[100.868538,34.332693],[100.821727,34.317371],[100.798321,34.260014],[100.809408,34.247153],[100.764445,34.178857],[100.806329,34.155584],[100.848828,34.089692],[100.870386,34.083744],[100.880857,34.036644],[100.93506,33.990013],[100.927669,33.975126],[100.965857,33.946832],[100.994806,33.891707],[101.023139,33.896178],[101.054552,33.863386],[101.153718,33.8445],[101.153102,33.823124],[101.190675,33.791796],[101.186363,33.741051],[101.162957,33.719649],[101.177124,33.685295],[101.166653,33.659894],[101.217776,33.669856],[101.23687,33.685793],[101.302776,33.657902],[101.385312,33.644949],[101.424732,33.655411],[101.428427,33.680315],[101.501724,33.702723],[101.58426,33.674339],[101.585492,33.645448],[101.616905,33.598603],[101.611977,33.565199],[101.622448,33.502343],[101.718535,33.494857],[101.748716,33.505337],[101.769042,33.538765],[101.783208,33.556721],[101.831252,33.554726],[101.844186,33.602591],[101.884222,33.578163],[101.907012,33.539264],[101.906396,33.48188],[101.946432,33.442937],[101.915635,33.425957],[101.887302,33.383991],[101.877447,33.314502],[101.769658,33.26898],[101.770274,33.248962],[101.83002,33.213921],[101.841723,33.184876],[101.825708,33.119239],[101.865744,33.103198],[101.887302,33.135778],[101.921795,33.153817],[101.935345,33.186879],[101.99386,33.1999],[102.054838,33.189884],[102.08933,33.204908],[102.08933,33.227439],[102.117047,33.288492],[102.144765,33.273983],[102.160163,33.242956],[102.200815,33.223434],[102.217446,33.247961],[102.192192,33.337005],[102.218062,33.349503],[102.258098,33.409472],[102.296286,33.413969],[102.310452,33.397982],[102.368967,33.41247],[102.392988,33.404477],[102.447807,33.454922],[102.462589,33.449429],[102.461358,33.501345],[102.446575,33.53228],[102.477988,33.543254],[102.440416,33.574673],[102.346793,33.605582],[102.31538,33.665374],[102.342481,33.725622],[102.284583,33.719151],[102.324619,33.754486],[102.296286,33.783838],[102.243315,33.786823],[102.261177,33.821136],[102.25317,33.861399],[102.136142,33.965199],[102.16817,33.983066],[102.226069,33.963214],[102.248858,33.98654],[102.287047,33.977607],[102.315996,33.993983],[102.345561,33.969666],[102.392372,33.971651],[102.406539,34.033172],[102.437336,34.087214],[102.471213,34.072839],[102.511865,34.086222],[102.615958,34.099604],[102.649219,34.080275],[102.655994,34.113478],[102.598712,34.14766],[102.651067,34.165983],[102.664002,34.192719],[102.694799,34.198659],[102.728675,34.235774],[102.779798,34.236764],[102.798276,34.272874],[102.856791,34.270895],[102.85987,34.301058],[102.911609,34.312923],[102.949181,34.292159],[102.977515,34.252595],[102.973203,34.205588],[103.005848,34.184798],[103.052043,34.195194],[103.100087,34.181828],[103.124108,34.162022],[103.121644,34.112487],[103.178927,34.079779],[103.129652,34.065899],[103.119797,34.03466],[103.147514,34.036644],[103.157369,33.998944],[103.120413,33.953286],[103.1315,33.931937],[103.16476,33.929454],[103.181391,33.900649],[103.153673,33.819147],[103.165376,33.805721],[103.228202,33.79478],[103.24976,33.814175],[103.284868,33.80224],[103.278709,33.774387],[103.35447,33.743539],[103.434542,33.752993],[103.464723,33.80224],[103.518309,33.807213],[103.545411,33.719649],[103.520157,33.678323],[103.552186,33.671351],[103.563889,33.699735],[103.593454,33.716164],[103.645809,33.708697],[103.667983,33.685793],[103.690772,33.69376],[103.778236,33.658898],[103.861388,33.682307],[103.980264,33.670852],[104.046169,33.686291],[104.103452,33.663381],[104.176749,33.5996],[104.155191,33.542755],[104.180444,33.472895],[104.213089,33.446932],[104.22048,33.404477],[104.272219,33.391486],[104.292545,33.336505],[104.373849,33.345004],[104.420045,33.327004],[104.386168,33.298497],[104.333813,33.315502],[104.303632,33.304499],[104.323958,33.26898],[104.32827,33.223934],[104.351059,33.158828],[104.378161,33.109214],[104.337509,33.038002],[104.391711,33.035493],[104.426204,33.010906],[104.383704,32.994343],[104.378161,32.953174],[104.345516,32.940117],[104.288234,32.942628],[104.277147,32.90244],[104.294393,32.835586],[104.363994,32.822511],[104.458849,32.748551],[104.51182,32.753585],[104.526602,32.728416],[104.582653,32.722374],[104.592508,32.695685],[104.643015,32.661935],[104.696601,32.673522],[104.739717,32.635228],[104.795768,32.643292],[104.820405,32.662943],[104.845659,32.653873],[104.881999,32.600951],[104.925115,32.607505],[105.026745,32.650346],[105.0791,32.637244],[105.111128,32.593893],[105.185041,32.617587],[105.215222,32.63674],[105.219534,32.666469],[105.263265,32.652362],[105.297758,32.656897],[105.347033,32.68259],[105.368591,32.712807],[105.448663,32.732946],[105.454207,32.767173],[105.427721,32.784281],[105.396308,32.85067],[105.396308,32.85067],[105.38091,32.876307],[105.408011,32.885857],[105.414171,32.922034],[105.467757,32.930071],[105.49917,32.911986],[105.528119,32.919019],[105.565692,32.906962],[105.590329,32.87681],[105.638373,32.879323],[105.656851,32.895405],[105.735691,32.905454],[105.82685,32.950663],[105.861959,32.939112],[105.917393,32.993841],[105.926632,33.042517],[105.914929,33.066092],[105.934639,33.112221],[105.923552,33.147805],[105.897067,33.146803],[105.93156,33.178365],[105.968516,33.154318],[105.965436,33.204407],[105.917393,33.237951],[105.862574,33.234447],[105.799133,33.258471],[105.791741,33.278486],[105.752937,33.291994],[105.755401,33.329004],[105.709822,33.382991],[105.827466,33.379993],[105.837937,33.410971],[105.831162,33.451926],[105.842248,33.489866],[105.871198,33.511325],[105.902611,33.556222],[105.940183,33.570684],[105.971596,33.613058],[106.047356,33.610067],[106.086776,33.617045],[106.117573,33.602591],[106.108334,33.569686],[106.187174,33.546746],[106.237681,33.564201],[106.303587,33.604585],[106.35163,33.587137],[106.384891,33.612061],[106.447101,33.613058],[106.456956,33.532779],[106.540108,33.512822],[106.58076,33.576169],[106.575832,33.631497],[106.534564,33.695254],[106.482825,33.707203],[106.488369,33.757969],[106.461883,33.789807],[106.491448,33.834559],[106.475434,33.875809],[106.428007,33.866368],[106.41076,33.909093],[106.474202,33.970659],[106.471738,34.024244],[106.505615,34.056479],[106.501919,34.105055],[106.560434,34.109514],[106.585071,34.149641],[106.55797,34.229837],[106.5321,34.254079],[106.496376,34.238248],[106.526557,34.292159],[106.577064,34.280786],[106.589383,34.253584],[106.63373,34.260014],[106.652825,34.24369],[106.68239,34.256057],[106.705179,34.299575],[106.691013,34.337635],[106.717498,34.369255],[106.638042,34.391481],[106.610941,34.454177],[106.558586,34.48822],[106.513622,34.498085],[106.514238,34.511894],[106.455108,34.531617],[106.334384,34.517811],[106.341159,34.568093],[106.314058,34.578934],[106.419384,34.643458],[106.471122,34.634102],[106.442173,34.675455],[106.456956,34.703996],[106.487137,34.715311],[106.505615,34.746789],[106.539492,34.745805],[106.575216,34.769897],[106.550579,34.82936],[106.556122,34.861285],[106.527789,34.876507],[106.493296,34.941289],[106.484673,34.983959],[106.494528,35.006021],[106.494528,35.006021],[106.52163,35.027587],[106.541956,35.083925],[106.577064,35.089312],[106.615252,35.071191],[106.706411,35.081966],[106.710723,35.100574],[106.838222,35.080007],[106.901664,35.094698],[106.950323,35.066782],[106.990975,35.068252],[107.012533,35.029547],[107.08275,35.024156],[107.089526,34.976604],[107.119707,34.950119],[107.162206,34.944233],[107.189308,34.893198],[107.252749,34.880925],[107.286626,34.931968],[107.350068,34.93393],[107.369162,34.917738],[107.400575,34.932949],[107.455394,34.916757],[107.523763,34.909886],[107.564415,34.968757],[107.619849,34.964834],[107.638943,34.935402],[107.675284,34.9511],[107.741805,34.953553],[107.842203,34.979056],[107.863145,34.999158],[107.846515,35.024646],[107.814486,35.024646],[107.773218,35.060904],[107.773218,35.060904],[107.769523,35.064333],[107.769523,35.064333],[107.727639,35.120157],[107.715936,35.168114],[107.686371,35.218],[107.652494,35.244886],[107.667277,35.257104],[107.737494,35.267366],[107.745501,35.311819],[107.841587,35.276649],[107.867457,35.256127],[107.960464,35.263457],[107.949993,35.245375],[108.049159,35.253683],[108.094739,35.280069],[108.174811,35.304981],[108.221622,35.296678],[108.239484,35.256127],[108.296767,35.267855],[108.345426,35.300586],[108.36144,35.279581],[108.48894,35.275184],[108.547454,35.304981],[108.583178,35.294724],[108.614591,35.328909],[108.61028,35.355271],[108.631222,35.418698],[108.605968,35.503028],[108.625678,35.537124],[108.618287,35.557088],[108.539447,35.605761],[108.517889,35.699615],[108.533903,35.746257],[108.527744,35.82442],[108.499411,35.872444],[108.518505,35.905414],[108.562852,35.921409],[108.593649,35.950967],[108.652164,35.94806],[108.659555,35.990683],[108.688504,36.021183],[108.682345,36.062316],[108.712526,36.138716],[108.646004,36.254143],[108.641693,36.359279],[108.651548,36.384818],[108.618903,36.433946],[108.562852,36.43876],[108.510498,36.47438],[108.514809,36.445501],[108.495099,36.422389],[108.460606,36.422871],[108.408252,36.45946],[108.391621,36.505654],[108.365136,36.519603],[108.340498,36.559032],[108.262274,36.549417],[108.245644,36.571048],[108.210535,36.577296],[108.204992,36.606607],[108.204992,36.606607],[108.222854,36.631105],[108.1976,36.630144],[108.163724,36.563839],[108.092891,36.587388],[108.079956,36.614294],[108.060862,36.592194],[108.001732,36.639269],[108.02329,36.647912],[108.006659,36.683435],[107.938906,36.655594],[107.940754,36.694953],[107.914268,36.720861],[107.907493,36.750118],[107.866841,36.766899],[107.768291,36.792783],[107.742421,36.811951],[107.722095,36.802367],[107.670356,36.83303],[107.642023,36.819137],[107.5909,36.836382],[107.540393,36.828718],[107.533618,36.867031],[107.478183,36.908196],[107.365466,36.905324],[107.336517,36.925899],[107.310032,36.912502],[107.291554,36.979463],[107.291554,36.979463],[107.288474,37.008143],[107.288474,37.008143],[107.28601,37.054963],[107.268764,37.099367],[107.234887,37.096503],[107.181916,37.143269],[107.133873,37.134681],[107.095685,37.115595],[107.030395,37.140883],[107.031011,37.108436],[106.998367,37.106527],[106.905976,37.151378],[106.912135,37.110345],[106.891193,37.098413],[106.818512,37.141838],[106.776012,37.158056],[106.772933,37.120367],[106.750143,37.09889],[106.728585,37.121321],[106.687933,37.12991],[106.673151,37.1113],[106.6171,37.135158],[106.605397,37.127524],[106.645433,37.064992],[106.666991,37.016745],[106.646665,37.000496],[106.64297,36.962729],[106.594926,36.967988],[106.595542,36.94025],[106.540108,36.984244],[106.549347,36.941685],[106.601702,36.918244],[106.609709,36.878521],[106.609709,36.878521],[106.626955,36.892403],[106.637426,36.867031],[106.637426,36.867031],[106.657752,36.820575],[106.627571,36.752995],[106.644817,36.72278],[106.59431,36.750118],[106.514238,36.715584],[106.519782,36.708868],[106.519782,36.708868],[106.530869,36.690154],[106.490833,36.685835],[106.491448,36.628703],[106.444637,36.624861],[106.465579,36.583063],[106.444637,36.557109],[106.397826,36.576816],[106.392282,36.556628],[106.363949,36.577296],[106.37134,36.549417],[106.39721,36.548455],[106.455724,36.496995],[106.494528,36.494589],[106.523477,36.468605],[106.492064,36.422389],[106.510543,36.379037],[106.497608,36.31348],[106.470507,36.306246],[106.504383,36.266207],[106.54134,36.25366],[106.559202,36.292259],[106.647897,36.259451],[106.685469,36.273445],[106.698404,36.244008],[106.735976,36.23725],[106.772933,36.212628],[106.808657,36.21118],[106.833295,36.229044],[106.858548,36.206834],[106.858548,36.206834],[106.873947,36.178338],[106.873947,36.178338],[106.930613,36.138716],[106.925686,36.115997],[106.957715,36.091337],[106.940468,36.064734],[106.928149,36.011502],[106.94786,35.988262],[106.90228,35.943699],[106.93862,35.952905],[106.940468,35.931101],[106.912751,35.93207],[106.849925,35.887476],[106.927534,35.810346],[106.897353,35.759856],[106.868403,35.771996],[106.867171,35.738485],[106.819128,35.7448],[106.806193,35.70982],[106.750759,35.725369],[106.750759,35.689408],[106.674998,35.728284],[106.66268,35.70739],[106.633115,35.714679],[106.620796,35.743829],[106.595542,35.727312],[106.566593,35.738971],[106.506231,35.737514]]],[[[106.047356,35.498155],[106.048588,35.488898],[106.054132,35.45478],[106.071994,35.463555],[106.078769,35.509848],[106.047356,35.498155]]],[[[102.831537,36.365544],[102.829689,36.365544],[102.836465,36.344819],[102.838928,36.345783],[102.831537,36.365544]]],[[[106.073226,35.447468],[106.067682,35.436254],[106.073226,35.420649],[106.083081,35.421624],[106.073226,35.447468]]],[[[106.504383,35.736057],[106.506231,35.737514],[106.49268,35.732656],[106.498224,35.732656],[106.504383,35.736057]]]]}},{"type":"Feature","properties":{"adcode":630000,"name":"青海省","center":[101.778916,36.623178],"centroid":[96.043533,35.726403],"childrenNum":8,"level":"province","parent":{"adcode":100000},"subFeatureIndex":28,"acroutes":[100000]},"geometry":{"type":"MultiPolygon","coordinates":[[[[102.829689,36.365544],[102.771791,36.47438],[102.793349,36.497957],[102.753313,36.525855],[102.734219,36.562396],[102.761936,36.568645],[102.714509,36.599401],[102.724364,36.613813],[102.684328,36.619097],[102.630741,36.650793],[102.601176,36.710307],[102.612879,36.738129],[102.639364,36.732853],[102.692335,36.775528],[102.720052,36.767858],[102.639364,36.852666],[102.587009,36.869904],[102.56114,36.91968],[102.526031,36.928291],[102.499546,36.954599],[102.450271,36.968467],[102.506321,37.019134],[102.488459,37.078362],[102.583314,37.104618],[102.642444,37.099845],[102.599944,37.174748],[102.578386,37.17284],[102.533422,37.217176],[102.490307,37.223371],[102.457662,37.248147],[102.45335,37.271487],[102.419474,37.294343],[102.428097,37.308624],[102.368351,37.327662],[102.29875,37.370004],[102.299981,37.391404],[102.19712,37.420403],[102.176794,37.458892],[102.125055,37.48549],[102.103497,37.482641],[102.131214,37.54625],[102.102265,37.582304],[102.035128,37.627819],[102.048678,37.651515],[102.036359,37.685149],[101.998787,37.724921],[101.946432,37.728235],[101.873135,37.686569],[101.854657,37.664781],[101.815853,37.654357],[101.791832,37.696041],[101.659405,37.733441],[101.670491,37.754264],[101.598427,37.827569],[101.551615,37.835604],[101.459224,37.86632],[101.382848,37.822369],[101.362522,37.791162],[101.276906,37.83655],[101.202994,37.84742],[101.159262,37.86821],[101.152486,37.891356],[101.114298,37.92016],[101.103211,37.946593],[101.077342,37.941874],[100.964009,38.011221],[100.91843,37.999432],[100.895024,38.013107],[100.888864,38.056001],[100.922125,38.084741],[100.91843,38.129006],[100.93814,38.16007],[100.913502,38.17889],[100.860531,38.148305],[100.825423,38.158658],[100.752126,38.238612],[100.71517,38.253652],[100.619083,38.26587],[100.595061,38.242372],[100.545786,38.247072],[100.516837,38.272448],[100.474953,38.288891],[100.459555,38.2654],[100.432453,38.275267],[100.424446,38.307208],[100.396729,38.293118],[100.318505,38.329276],[100.331439,38.337257],[100.301874,38.388405],[100.259374,38.366355],[100.24028,38.441861],[100.163288,38.461546],[100.113397,38.497151],[100.086911,38.492936],[100.064122,38.518694],[100.025933,38.507923],[100.001296,38.467169],[100.022238,38.432017],[100.093071,38.407166],[100.136803,38.33444],[100.163904,38.328337],[100.159592,38.291239],[100.182998,38.222158],[100.126332,38.231561],[100.117093,38.253652],[100.071513,38.284663],[100.049955,38.283254],[100.001912,38.315191],[99.960028,38.320825],[99.826985,38.370109],[99.758,38.410449],[99.727203,38.415607],[99.65945,38.449361],[99.63974,38.474666],[99.585537,38.498556],[99.52887,38.546314],[99.501769,38.612281],[99.450646,38.60433],[99.412458,38.665571],[99.375502,38.684727],[99.361951,38.718354],[99.291118,38.765966],[99.222133,38.788827],[99.141445,38.852706],[99.068764,38.896968],[99.071843,38.921184],[99.107568,38.951907],[99.054597,38.97657],[98.951735,38.987735],[98.903076,39.012384],[98.886446,39.040744],[98.818076,39.064911],[98.816845,39.085818],[98.743548,39.086747],[98.730613,39.057011],[98.70536,39.043533],[98.661628,38.993782],[98.612353,38.977035],[98.624056,38.959353],[98.584635,38.93003],[98.526737,38.95563],[98.457752,38.952838],[98.428187,38.976104],[98.432498,38.996107],[98.401086,39.001688],[98.383839,39.029588],[98.316702,39.040744],[98.280977,39.027263],[98.287753,38.992386],[98.276666,38.963541],[98.235398,38.918855],[98.242173,38.880664],[98.167645,38.840121],[98.091884,38.786495],[98.068478,38.816344],[98.029058,38.834061],[98.009348,38.85923],[97.875689,38.898365],[97.828878,38.93003],[97.701379,38.963076],[97.679205,39.010524],[97.58127,39.052364],[97.504894,39.076527],[97.458698,39.117863],[97.401416,39.146645],[97.371235,39.140611],[97.347213,39.167528],[97.315185,39.164744],[97.220946,39.193042],[97.14149,39.199999],[97.060186,39.19768],[97.017686,39.208347],[96.962251,39.198144],[97.012142,39.142004],[96.969643,39.097895],[96.95794,39.041674],[96.965331,39.017034],[96.938846,38.95563],[96.940693,38.90768],[96.983809,38.869016],[96.993664,38.834993],[96.987505,38.793025],[97.00044,38.7613],[97.023229,38.755699],[97.009063,38.702477],[97.057722,38.67258],[97.047251,38.653888],[97.055874,38.594508],[96.961019,38.558015],[96.876636,38.580475],[96.847071,38.599186],[96.7941,38.608072],[96.808882,38.582346],[96.767614,38.552399],[96.800259,38.52759],[96.780549,38.504177],[96.706637,38.505582],[96.6666,38.483567],[96.707868,38.459203],[96.698013,38.422172],[96.626564,38.356031],[96.638883,38.307208],[96.655514,38.295936],[96.665369,38.23015],[96.46334,38.277616],[96.378341,38.277146],[96.335841,38.246132],[96.301964,38.183124],[96.313051,38.161952],[96.264392,38.145952],[96.252689,38.167599],[96.221892,38.149246],[96.109175,38.187358],[96.06606,38.173245],[96.006929,38.207582],[95.93856,38.237202],[95.932401,38.259291],[95.89606,38.2903],[95.852945,38.287481],[95.83693,38.344298],[95.775952,38.356031],[95.723597,38.378554],[95.703887,38.400131],[95.671858,38.388405],[95.608417,38.339134],[95.585011,38.343359],[95.51849,38.294997],[95.487693,38.314721],[95.455664,38.291709],[95.440881,38.310965],[95.408236,38.300163],[95.315846,38.318947],[95.259179,38.302981],[95.229614,38.330685],[95.209904,38.327868],[95.185266,38.379492],[95.140919,38.392158],[95.122441,38.417014],[95.072549,38.402476],[95.045448,38.418889],[94.973999,38.430142],[94.884072,38.414669],[94.861282,38.393565],[94.812623,38.385591],[94.672805,38.386998],[94.582878,38.36917],[94.56132,38.351807],[94.527443,38.365416],[94.527443,38.425922],[94.511429,38.445142],[94.370379,38.7627],[94.281067,38.7599],[93.973098,38.724891],[93.95154,38.715086],[93.885018,38.720689],[93.800019,38.750566],[93.773533,38.771099],[93.756287,38.807484],[93.769838,38.821007],[93.884403,38.826136],[93.884403,38.867618],[93.834511,38.867618],[93.729186,38.924443],[93.453245,38.915596],[93.274007,38.896036],[93.237666,38.916062],[93.179152,38.923977],[93.198246,39.045857],[93.165601,39.090928],[93.131725,39.108112],[93.142196,39.160567],[93.115094,39.17959],[93.043029,39.146645],[92.978356,39.143396],[92.938936,39.169848],[92.889045,39.160103],[92.866871,39.138754],[92.765857,39.136898],[92.659299,39.109969],[92.545966,39.111362],[92.489916,39.099753],[92.459119,39.063982],[92.459119,39.042604],[92.41046,39.03842],[92.416003,39.010524],[92.380279,38.999828],[92.263866,39.002153],[92.197961,38.983548],[92.173323,38.960749],[92.10865,38.963541],[91.966368,38.930961],[91.880752,38.899297],[91.87952,38.884391],[91.806223,38.872744],[91.694738,38.86622],[91.681188,38.852706],[91.501333,38.815411],[91.446515,38.813546],[91.298689,38.746365],[91.242639,38.752433],[91.188436,38.73096],[90.992567,38.695003],[90.970394,38.697806],[90.899561,38.679588],[90.724634,38.658094],[90.65996,38.674449],[90.619308,38.664636],[90.645794,38.635191],[90.606374,38.610878],[90.608837,38.594508],[90.560794,38.593573],[90.525685,38.561291],[90.463476,38.556611],[90.465323,38.521971],[90.427135,38.493873],[90.353222,38.482162],[90.315034,38.501835],[90.248513,38.491531],[90.130868,38.494341],[90.111774,38.477945],[90.111774,38.418889],[90.129636,38.400131],[90.179528,38.396848],[90.137644,38.340543],[90.280542,38.238142],[90.352607,38.233441],[90.361846,38.300163],[90.401882,38.311434],[90.531229,38.319886],[90.516446,38.207111],[90.519526,37.730601],[90.579272,37.720661],[90.586663,37.703144],[90.643946,37.696988],[90.777605,37.648672],[90.820104,37.613599],[90.854597,37.604117],[90.882314,37.575664],[90.865684,37.53059],[90.911879,37.519674],[90.958075,37.477891],[91.019669,37.493088],[91.073256,37.475992],[91.099741,37.447965],[91.113292,37.387124],[91.136081,37.355734],[91.134849,37.324331],[91.194596,37.273868],[91.1909,37.205737],[91.280211,37.163779],[91.286371,37.105095],[91.303617,37.083136],[91.291298,37.042544],[91.303617,37.012444],[91.216153,37.010054],[91.181045,37.025345],[91.133618,37.007665],[91.126842,36.978507],[91.051698,36.96751],[91.036915,36.929727],[90.983944,36.913459],[90.924198,36.921115],[90.853981,36.915373],[90.758511,36.825844],[90.732025,36.825844],[90.727098,36.755872],[90.754815,36.721341],[90.720938,36.708868],[90.706156,36.658955],[90.730793,36.655594],[90.72217,36.620058],[90.741264,36.585947],[90.810865,36.585466],[90.831191,36.55807],[90.905104,36.560474],[91.011662,36.539801],[91.035683,36.529703],[91.039995,36.474861],[91.028292,36.443093],[91.051698,36.433946],[91.026444,36.323607],[91.07264,36.299012],[91.051698,36.238215],[91.096045,36.219871],[91.09235,36.163844],[91.124994,36.115514],[91.081263,36.088436],[90.979017,36.106811],[90.922966,36.028927],[90.850285,36.016827],[90.815793,36.035703],[90.776373,36.086501],[90.659344,36.13485],[90.613149,36.126632],[90.534925,36.147899],[90.478258,36.13195],[90.424055,36.133883],[90.325505,36.159496],[90.23681,36.160462],[90.198006,36.187516],[90.130252,36.2078],[90.145651,36.239181],[90.058188,36.255591],[90.043405,36.276822],[90.003369,36.278752],[90.028006,36.258486],[90.019999,36.213594],[89.997825,36.168193],[89.944855,36.140649],[89.941159,36.067637],[89.914058,36.079246],[89.819819,36.080697],[89.766848,36.073925],[89.711414,36.093272],[89.688624,36.091337],[89.605472,36.038123],[89.474893,36.022151],[89.417611,36.044897],[89.404676,36.016827],[89.434857,35.992136],[89.428082,35.917531],[89.489676,35.903475],[89.554965,35.873414],[89.550654,35.856924],[89.62395,35.859349],[89.654747,35.848193],[89.707718,35.849163],[89.778551,35.861775],[89.801957,35.848193],[89.767464,35.799183],[89.782863,35.773453],[89.747138,35.7516],[89.748986,35.66267],[89.726196,35.648082],[89.765616,35.599922],[89.75145,35.580942],[89.71203,35.581915],[89.699711,35.544916],[89.720037,35.501566],[89.740979,35.507412],[89.765,35.482563],[89.739131,35.468429],[89.685544,35.416259],[89.658443,35.425526],[89.619639,35.412357],[89.58761,35.383575],[89.497067,35.361128],[89.516161,35.330862],[89.494603,35.298632],[89.531559,35.276161],[89.48598,35.256616],[89.450255,35.223867],[89.46935,35.214577],[89.519241,35.133862],[89.579603,35.118688],[89.593153,35.104491],[89.59069,35.057965],[89.560509,34.938836],[89.578987,34.895162],[89.670146,34.887798],[89.707102,34.919701],[89.747138,34.903506],[89.78779,34.921664],[89.821051,34.902033],[89.814891,34.86816],[89.838913,34.865705],[89.867862,34.81069],[89.825978,34.796931],[89.799493,34.743838],[89.732356,34.732035],[89.72558,34.660689],[89.74837,34.641981],[89.798877,34.628686],[89.777935,34.574499],[89.814891,34.548871],[89.823515,34.455657],[89.819819,34.420614],[89.799493,34.39642],[89.820435,34.369255],[89.858623,34.359375],[89.86663,34.324785],[89.825362,34.293642],[89.838297,34.263477],[89.816739,34.16945],[89.789638,34.150632],[89.760073,34.152613],[89.756993,34.124874],[89.71203,34.131809],[89.655979,34.097126],[89.656595,34.057966],[89.635037,34.049537],[89.684928,33.990013],[89.688008,33.959739],[89.718805,33.946832],[89.73174,33.921509],[89.795181,33.865374],[89.837065,33.868853],[89.899891,33.80771],[89.942391,33.801246],[89.902355,33.758467],[89.907282,33.741051],[89.983659,33.725622],[89.981195,33.70322],[90.008296,33.687785],[89.984275,33.612061],[90.01076,33.553728],[90.083441,33.525295],[90.088984,33.478885],[90.107463,33.460913],[90.22018,33.437943],[90.246665,33.423959],[90.332896,33.310501],[90.363077,33.279487],[90.405577,33.260473],[90.490577,33.264977],[90.562642,33.229441],[90.627315,33.180368],[90.704308,33.135778],[90.740032,33.142293],[90.803474,33.114227],[90.88293,33.120241],[90.902024,33.083143],[90.927894,33.120241],[91.001807,33.11573],[91.037531,33.098686],[91.072024,33.113224],[91.147784,33.07211],[91.161335,33.108712],[91.18782,33.106206],[91.226624,33.141792],[91.261733,33.141291],[91.311624,33.108211],[91.370138,33.100691],[91.436044,33.066092],[91.49579,33.109214],[91.535826,33.10019],[91.55492,33.060074],[91.583253,33.0375],[91.664557,33.012913],[91.685499,32.989324],[91.752637,32.969242],[91.799448,32.942126],[91.839484,32.948152],[91.857962,32.90244],[91.896766,32.907967],[91.955897,32.8205],[92.018722,32.829552],[92.038432,32.860725],[92.101874,32.860222],[92.145606,32.885857],[92.205352,32.866255],[92.227526,32.821003],[92.193649,32.801889],[92.211511,32.788306],[92.198577,32.754591],[92.255243,32.720863],[92.310062,32.751571],[92.343938,32.738484],[92.355641,32.764657],[92.411076,32.748048],[92.459119,32.76365],[92.484372,32.745028],[92.56814,32.73194],[92.574916,32.741001],[92.634662,32.720863],[92.667922,32.73194],[92.686401,32.76516],[92.756618,32.743014],[92.789262,32.719856],[92.822523,32.729926],[92.866871,32.698203],[92.933392,32.719353],[92.964189,32.714821],[93.00053,32.741001],[93.019624,32.737477],[93.023935,32.703239],[93.069515,32.626156],[93.087993,32.63674],[93.159442,32.644803],[93.176688,32.6705],[93.210565,32.655385],[93.239514,32.662439],[93.260456,32.62666],[93.300492,32.619604],[93.308499,32.580278],[93.33868,32.5712],[93.385492,32.525294],[93.411977,32.558086],[93.4631,32.556069],[93.476651,32.504603],[93.501904,32.503593],[93.516687,32.47583],[93.618933,32.522771],[93.651577,32.571705],[93.721795,32.578261],[93.75136,32.56313],[93.820345,32.549511],[93.851142,32.50965],[93.861613,32.466237],[93.90904,32.463207],[93.960163,32.484917],[93.978641,32.459672],[94.03038,32.448057],[94.049474,32.469771],[94.091974,32.463207],[94.137554,32.433915],[94.176974,32.454117],[94.196684,32.51621],[94.250886,32.51722],[94.292154,32.502584],[94.294002,32.519743],[94.350053,32.533871],[94.371611,32.524789],[94.395016,32.594397],[94.435052,32.562626],[94.463386,32.572209],[94.459074,32.599439],[94.522516,32.595909],[94.591501,32.640772],[94.614291,32.673522],[94.638312,32.645307],[94.737479,32.587338],[94.762116,32.526303],[94.78737,32.522266],[94.80708,32.486431],[94.852043,32.463712],[94.889616,32.472295],[94.912405,32.41573],[94.944434,32.404109],[94.988166,32.422802],[95.057151,32.395014],[95.075013,32.376315],[95.075013,32.376315],[95.081789,32.384907],[95.153853,32.386423],[95.218527,32.397035],[95.228382,32.363678],[95.261643,32.348006],[95.193274,32.332331],[95.096571,32.322217],[95.079325,32.279726],[95.10581,32.258979],[95.20744,32.297433],[95.214216,32.321712],[95.241317,32.3207],[95.239469,32.287315],[95.270266,32.194683],[95.270266,32.194683],[95.31523,32.148585],[95.366968,32.151118],[95.367584,32.178982],[95.406389,32.182021],[95.440265,32.157705],[95.454432,32.061898],[95.421171,32.033999],[95.454432,32.007613],[95.395918,32.001523],[95.360809,31.95939],[95.3682,31.92892],[95.408852,31.918761],[95.406389,31.896915],[95.456896,31.801853],[95.480301,31.795749],[95.511714,31.750468],[95.546823,31.73978],[95.580083,31.76726],[95.634286,31.782523],[95.779648,31.748941],[95.823995,31.68225],[95.853561,31.714329],[95.846169,31.736218],[95.89914,31.81711],[95.983524,31.816601],[95.989067,31.78761],[96.064828,31.720438],[96.135661,31.70211],[96.148595,31.686324],[96.156603,31.602769],[96.207726,31.598691],[96.221892,31.647613],[96.245298,31.657802],[96.252073,31.697527],[96.222508,31.733164],[96.231131,31.749959],[96.178161,31.775401],[96.183088,31.835924],[96.202798,31.841008],[96.214501,31.876589],[96.188632,31.904028],[96.220044,31.905553],[96.253305,31.929936],[96.288414,31.919777],[96.389428,31.919777],[96.407906,31.845583],[96.435623,31.796258],[96.468884,31.769804],[96.519391,31.74945],[96.56805,31.711783],[96.615477,31.737236],[96.661057,31.705674],[96.691854,31.722474],[96.722651,31.686833],[96.778701,31.675629],[96.790404,31.698545],[96.840295,31.720438],[96.799027,31.792188],[96.765767,31.819144],[96.760223,31.860325],[96.794716,31.869474],[96.81073,31.894375],[96.776238,31.935015],[96.753448,31.944156],[96.742977,32.001016],[96.722651,32.013195],[96.824281,32.007613],[96.868629,31.964975],[96.863085,31.996448],[96.894498,32.013703],[96.941925,31.986297],[96.965947,32.008628],[96.935766,32.048203],[97.006599,32.067984],[97.028773,32.04871],[97.127323,32.044145],[97.169823,32.032984],[97.188301,32.055304],[97.214786,32.042623],[97.233881,32.063927],[97.201852,32.090296],[97.219714,32.109054],[97.258518,32.072041],[97.308409,32.076605],[97.293011,32.096887],[97.313953,32.130342],[97.271453,32.139971],[97.264062,32.182527],[97.299786,32.294904],[97.32196,32.303503],[97.371235,32.273148],[97.415583,32.296421],[97.424822,32.322723],[97.387865,32.427349],[97.341054,32.440987],[97.388481,32.501575],[97.334895,32.514192],[97.332431,32.542448],[97.3583,32.563635],[97.374315,32.546484],[97.411887,32.575235],[97.448843,32.586833],[97.463626,32.55506],[97.50243,32.530844],[97.540618,32.536899],[97.670582,32.51722],[97.684132,32.530339],[97.730944,32.527312],[97.700763,32.53488],[97.616995,32.586329],[97.607756,32.614059],[97.543698,32.62162],[97.535075,32.638252],[97.48272,32.654377],[97.42359,32.70475],[97.429133,32.714318],[97.386018,32.77925],[97.392793,32.828546],[97.376163,32.886359],[97.347829,32.895907],[97.375547,32.956689],[97.438372,32.976271],[97.523988,32.988822],[97.499966,33.011408],[97.542466,33.035995],[97.517213,33.097683],[97.487032,33.107209],[97.498119,33.137783],[97.487648,33.168346],[97.548626,33.203907],[97.607756,33.263976],[97.622538,33.337005],[97.676125,33.341004],[97.754349,33.409972],[97.674893,33.432949],[97.625618,33.461412],[97.552321,33.465906],[97.511669,33.520805],[97.523372,33.577166],[97.450075,33.582152],[97.415583,33.605582],[97.435293,33.682307],[97.418046,33.728608],[97.422974,33.754984],[97.406344,33.795278],[97.373083,33.817655],[97.371851,33.842015],[97.398336,33.848477],[97.395257,33.889224],[97.460546,33.887236],[97.503662,33.912073],[97.52214,33.903133],[97.601596,33.929951],[97.629314,33.919523],[97.660111,33.956264],[97.652719,33.998448],[97.70261,34.036644],[97.665654,34.126855],[97.766668,34.158555],[97.789458,34.182818],[97.789458,34.182818],[97.796849,34.199154],[97.796849,34.199154],[97.8104,34.207568],[97.898479,34.209548],[97.95453,34.190739],[98.028442,34.122892],[98.098043,34.122892],[98.158405,34.107037],[98.206449,34.08424],[98.258188,34.083249],[98.344419,34.094648],[98.399854,34.085231],[98.396774,34.053008],[98.428187,34.029204],[98.440506,33.981577],[98.415252,33.956761],[98.425723,33.913066],[98.407245,33.867362],[98.434962,33.843009],[98.463295,33.848477],[98.492861,33.796272],[98.494092,33.768915],[98.51873,33.77389],[98.539672,33.746525],[98.582788,33.731595],[98.610505,33.682805],[98.6567,33.64744],[98.61728,33.637476],[98.622824,33.610067],[98.652389,33.595114],[98.648077,33.548741],[98.678258,33.522801],[98.725686,33.503341],[98.742316,33.477887],[98.736157,33.406975],[98.779888,33.370497],[98.759562,33.276985],[98.802062,33.270481],[98.804526,33.219428],[98.858728,33.150811],[98.92217,33.118738],[98.967134,33.115229],[98.971445,33.098185],[99.014561,33.081137],[99.024416,33.094675],[99.090322,33.079131],[99.124814,33.046028],[99.196263,33.035493],[99.214741,32.991332],[99.235067,32.982296],[99.24677,32.924043],[99.268944,32.878318],[99.353944,32.885354],[99.376118,32.899927],[99.45311,32.862233],[99.558436,32.839106],[99.589233,32.789312],[99.640355,32.790822],[99.646515,32.774721],[99.700718,32.76667],[99.717964,32.732443],[99.760464,32.769689],[99.766623,32.826032],[99.791877,32.883344],[99.764159,32.924545],[99.788181,32.956689],[99.805427,32.940619],[99.851007,32.941623],[99.877492,32.993339],[99.877492,33.045527],[99.947709,32.986814],[99.956332,32.948152],[100.038252,32.929066],[100.029629,32.895907],[100.064738,32.895907],[100.123252,32.837095],[100.117093,32.802392],[100.139266,32.724388],[100.088143,32.668988],[100.109701,32.640268],[100.189773,32.630692],[100.208252,32.606497],[100.229809,32.650346],[100.231041,32.696189],[100.258759,32.742511],[100.339447,32.719353],[100.399193,32.756101],[100.378251,32.698707],[100.420135,32.73194],[100.450932,32.694678],[100.470026,32.694678],[100.516837,32.632204],[100.54517,32.569687],[100.603069,32.553547],[100.645568,32.526303],[100.657887,32.546484],[100.661583,32.616075],[100.673286,32.628172],[100.710242,32.610026],[100.71209,32.645307],[100.690532,32.678056],[100.77122,32.643795],[100.834046,32.648835],[100.887633,32.632708],[100.93198,32.600447],[100.956618,32.621116],[100.99727,32.627668],[101.030531,32.660424],[101.077342,32.68259],[101.124769,32.658408],[101.157414,32.661431],[101.22332,32.725898],[101.237486,32.825026],[101.223935,32.855698],[101.178356,32.892892],[101.124153,32.909976],[101.134624,32.95217],[101.129081,32.989324],[101.183899,32.984304],[101.171581,33.009902],[101.184515,33.041514],[101.146327,33.056563],[101.143863,33.086151],[101.169733,33.10019],[101.11553,33.194893],[101.124769,33.221431],[101.156798,33.236449],[101.182668,33.26948],[101.217776,33.256469],[101.297232,33.262475],[101.381616,33.153316],[101.393935,33.157826],[101.386543,33.207412],[101.403174,33.225436],[101.487557,33.226938],[101.515275,33.192889],[101.557775,33.167344],[101.633535,33.101193],[101.661252,33.135778],[101.653861,33.162835],[101.709912,33.21292],[101.735781,33.279987],[101.677883,33.297497],[101.64955,33.323004],[101.663716,33.383991],[101.695745,33.433948],[101.769042,33.45592],[101.777665,33.533776],[101.769042,33.538765],[101.748716,33.505337],[101.718535,33.494857],[101.622448,33.502343],[101.611977,33.565199],[101.616905,33.598603],[101.585492,33.645448],[101.58426,33.674339],[101.501724,33.702723],[101.428427,33.680315],[101.424732,33.655411],[101.385312,33.644949],[101.302776,33.657902],[101.23687,33.685793],[101.217776,33.669856],[101.166653,33.659894],[101.177124,33.685295],[101.162957,33.719649],[101.186363,33.741051],[101.190675,33.791796],[101.153102,33.823124],[101.153718,33.8445],[101.054552,33.863386],[101.023139,33.896178],[100.994806,33.891707],[100.965857,33.946832],[100.927669,33.975126],[100.93506,33.990013],[100.880857,34.036644],[100.870386,34.083744],[100.848828,34.089692],[100.806329,34.155584],[100.764445,34.178857],[100.809408,34.247153],[100.798321,34.260014],[100.821727,34.317371],[100.868538,34.332693],[100.895024,34.375183],[100.951074,34.38358],[100.986799,34.374689],[101.054552,34.322808],[101.098284,34.329233],[101.178356,34.320831],[101.193754,34.336646],[101.235022,34.325279],[101.228863,34.298586],[101.268899,34.278808],[101.325565,34.268423],[101.327413,34.24468],[101.369913,34.248143],[101.417956,34.227858],[101.482014,34.218951],[101.492485,34.195689],[101.53868,34.212022],[101.6206,34.178857],[101.674187,34.110506],[101.703136,34.119424],[101.718535,34.083249],[101.736397,34.080275],[101.764114,34.122892],[101.788136,34.131809],[101.836795,34.124378],[101.851578,34.153108],[101.874367,34.130323],[101.897773,34.133791],[101.955055,34.109514],[101.965526,34.167469],[102.003099,34.162022],[102.030816,34.190739],[102.01357,34.218456],[102.062229,34.227858],[102.067772,34.293642],[102.149692,34.271885],[102.186649,34.352952],[102.237156,34.34307],[102.237156,34.34307],[102.259329,34.355917],[102.205743,34.407777],[102.169402,34.457631],[102.155852,34.507456],[102.139837,34.50351],[102.093026,34.536547],[102.001867,34.538519],[101.97415,34.548871],[101.956287,34.582876],[101.934729,34.58731],[101.919947,34.621791],[101.917483,34.705964],[101.923027,34.835746],[101.916867,34.873561],[101.985852,34.90007],[102.068388,34.887798],[102.048062,34.910868],[102.094874,34.986901],[102.133678,35.014844],[102.157699,35.010923],[102.176178,35.032977],[102.211286,35.034937],[102.218062,35.057475],[102.252554,35.048657],[102.29567,35.071681],[102.310452,35.128967],[102.346793,35.164201],[102.404075,35.179366],[102.365887,35.235599],[102.370199,35.263946],[102.3123,35.282512],[102.280887,35.303028],[102.311684,35.31426],[102.317844,35.343067],[102.287663,35.36552],[102.293822,35.424063],[102.314764,35.434303],[102.408387,35.409431],[102.447807,35.437229],[102.437952,35.455268],[102.49893,35.545403],[102.503241,35.585322],[102.531575,35.580455],[102.570995,35.548324],[102.695414,35.528358],[102.743458,35.494745],[102.782878,35.527871],[102.729291,35.523487],[102.746537,35.545403],[102.808747,35.560496],[102.763168,35.612086],[102.7644,35.653431],[102.744074,35.657807],[102.707733,35.70496],[102.686175,35.771996],[102.715125,35.815685],[102.739146,35.821023],[102.787189,35.862745],[102.81737,35.850133],[102.914073,35.845282],[102.94487,35.829757],[102.954725,35.858864],[102.942406,35.92674],[102.971971,35.995525],[102.951645,36.021667],[102.968276,36.044414],[102.932551,36.048285],[102.882044,36.082632],[102.941174,36.104877],[102.948566,36.150798],[102.965812,36.151765],[102.986754,36.193312],[103.048964,36.199107],[103.066826,36.216974],[103.021246,36.232906],[103.024942,36.256556],[102.922696,36.298047],[102.896827,36.331803],[102.845704,36.331803],[102.836465,36.344819],[102.829689,36.365544]]]]}},{"type":"Feature","properties":{"adcode":640000,"name":"宁夏回族自治区","center":[106.278179,38.46637],"centroid":[106.169866,37.291332],"childrenNum":5,"level":"province","parent":{"adcode":100000},"subFeatureIndex":29,"acroutes":[100000]},"geometry":{"type":"MultiPolygon","coordinates":[[[[107.268764,37.099367],[107.281083,37.127047],[107.306952,37.100799],[107.334669,37.138975],[107.336517,37.165687],[107.317423,37.200017],[107.270612,37.229089],[107.309416,37.239095],[107.273075,37.29101],[107.257677,37.337179],[107.282931,37.437036],[107.284162,37.481691],[107.345756,37.518725],[107.369162,37.58752],[107.330358,37.584201],[107.311264,37.609806],[107.361155,37.613125],[107.422133,37.665254],[107.389488,37.671413],[107.387024,37.691305],[107.425828,37.684201],[107.484959,37.706458],[107.499125,37.765619],[107.57119,37.776499],[107.599523,37.791162],[107.620465,37.776026],[107.646335,37.805349],[107.659269,37.844112],[107.65003,37.86443],[107.560719,37.893717],[107.49235,37.944706],[107.448618,37.933378],[107.411662,37.948009],[107.440611,37.995659],[107.3938,38.014993],[107.33159,38.086625],[107.240431,38.111586],[107.19054,38.153953],[107.138801,38.161011],[107.119091,38.134185],[107.071047,38.138892],[107.051337,38.122886],[107.010069,38.120532],[106.942316,38.132302],[106.858548,38.156306],[106.779092,38.171833],[106.737824,38.197706],[106.654672,38.22921],[106.627571,38.232501],[106.555506,38.263521],[106.482209,38.319417],[106.599854,38.389812],[106.647897,38.470917],[106.66268,38.601524],[106.709491,38.718821],[106.756302,38.748699],[106.837606,38.847579],[106.954019,38.941202],[106.971881,39.026333],[106.96757,39.054688],[106.933693,39.076527],[106.878874,39.091392],[106.859164,39.107648],[106.825288,39.19397],[106.795723,39.214375],[106.790795,39.241263],[106.806193,39.277407],[106.806809,39.318625],[106.781556,39.371849],[106.751375,39.381564],[106.683622,39.357506],[106.643586,39.357969],[106.602318,39.37555],[106.556122,39.322329],[106.525325,39.308439],[106.511774,39.272311],[106.402753,39.291767],[106.280181,39.262118],[106.29558,39.167992],[106.285109,39.146181],[106.251232,39.131327],[106.192718,39.142932],[106.170544,39.163352],[106.145907,39.153142],[106.096631,39.084889],[106.078153,39.026333],[106.087392,39.006339],[106.060907,38.96866],[106.021487,38.953769],[105.97098,38.909077],[105.992538,38.857366],[105.909386,38.791159],[105.908154,38.737496],[105.88598,38.716953],[105.894603,38.696405],[105.852719,38.641735],[105.874277,38.593105],[105.856415,38.569714],[105.863806,38.53508],[105.836705,38.476071],[105.850872,38.443736],[105.827466,38.432486],[105.835473,38.387467],[105.821307,38.366824],[105.86627,38.296406],[105.842248,38.240962],[105.802828,38.220277],[105.775111,38.186887],[105.76772,38.121474],[105.780655,38.084741],[105.840401,38.004147],[105.799749,37.939986],[105.80406,37.862068],[105.760944,37.799674],[105.677177,37.771769],[105.622358,37.777919],[105.616199,37.722555],[105.598952,37.699356],[105.467141,37.695094],[105.4037,37.710246],[105.315004,37.702197],[105.221998,37.677097],[105.187505,37.657674],[105.111128,37.633981],[105.027977,37.580881],[104.866601,37.566651],[104.805007,37.539133],[104.623305,37.522522],[104.433595,37.515402],[104.419429,37.511604],[104.407726,37.464592],[104.322726,37.44844],[104.287002,37.428007],[104.298705,37.414223],[104.365226,37.418026],[104.437907,37.445589],[104.448994,37.42468],[104.499501,37.421353],[104.521059,37.43466],[104.679971,37.408044],[104.662109,37.367626],[104.713848,37.329566],[104.673812,37.317668],[104.651022,37.290534],[104.624536,37.298627],[104.600515,37.242907],[104.638087,37.201923],[104.717543,37.208597],[104.776673,37.246718],[104.85613,37.211933],[104.864753,37.17284],[104.888158,37.15901],[104.914644,37.097935],[104.954064,37.077407],[104.95468,37.040156],[105.004571,37.035378],[105.03968,37.007187],[105.05939,37.022956],[105.128991,36.996194],[105.165331,36.99476],[105.185657,36.942164],[105.178882,36.892403],[105.244787,36.894796],[105.279896,36.86751],[105.303302,36.820575],[105.334714,36.80093],[105.340874,36.764502],[105.319932,36.742924],[105.275584,36.752515],[105.272505,36.739567],[105.218302,36.730455],[105.201056,36.700711],[105.225693,36.664716],[105.22015,36.631105],[105.261418,36.602764],[105.2762,36.563358],[105.252179,36.553263],[105.281744,36.522489],[105.322396,36.535954],[105.362432,36.496514],[105.363048,36.443093],[105.398156,36.430575],[105.401236,36.369881],[105.425873,36.330357],[105.455439,36.321678],[105.476381,36.293224],[105.45975,36.268137],[105.460366,36.223733],[105.478844,36.213111],[105.515185,36.147415],[105.491163,36.101009],[105.430801,36.10391],[105.406163,36.074409],[105.343954,36.033767],[105.324859,35.941761],[105.350113,35.875839],[105.39754,35.857409],[105.371055,35.844312],[105.38091,35.792873],[105.408627,35.822479],[105.428953,35.819082],[105.432033,35.787533],[105.457286,35.771511],[105.481924,35.727312],[105.595873,35.715651],[105.667322,35.749657],[105.70243,35.733142],[105.759097,35.724883],[105.740618,35.698643],[105.723988,35.725854],[105.690727,35.698643],[105.722756,35.673366],[105.713517,35.650513],[105.759097,35.634464],[105.762176,35.602841],[105.800365,35.564878],[105.816379,35.575101],[105.847176,35.490359],[105.868734,35.540046],[105.900147,35.54735],[106.017175,35.519103],[106.023335,35.49377],[106.047356,35.498155],[106.078769,35.509848],[106.071994,35.463555],[106.06953,35.458193],[106.073842,35.45478],[106.073226,35.450393],[106.071378,35.449418],[106.073226,35.447468],[106.083081,35.421624],[106.113262,35.361616],[106.129892,35.393333],[106.173008,35.437716],[106.196414,35.409919],[106.237681,35.409431],[106.241377,35.358687],[106.319601,35.265411],[106.363333,35.238532],[106.368261,35.273718],[106.415688,35.276161],[106.472354,35.310842],[106.501304,35.364056],[106.503767,35.415284],[106.483441,35.450393],[106.490217,35.480613],[106.465579,35.481101],[106.440941,35.52641],[106.460036,35.578995],[106.47913,35.575101],[106.460036,35.643705],[106.434782,35.688436],[106.49268,35.732656],[106.506231,35.737514],[106.566593,35.738971],[106.595542,35.727312],[106.620796,35.743829],[106.633115,35.714679],[106.66268,35.70739],[106.674998,35.728284],[106.750759,35.689408],[106.750759,35.725369],[106.806193,35.70982],[106.819128,35.7448],[106.867171,35.738485],[106.868403,35.771996],[106.897353,35.759856],[106.927534,35.810346],[106.849925,35.887476],[106.912751,35.93207],[106.940468,35.931101],[106.93862,35.952905],[106.90228,35.943699],[106.94786,35.988262],[106.928149,36.011502],[106.940468,36.064734],[106.957715,36.091337],[106.925686,36.115997],[106.930613,36.138716],[106.873947,36.178338],[106.873947,36.178338],[106.858548,36.206834],[106.858548,36.206834],[106.833295,36.229044],[106.808657,36.21118],[106.772933,36.212628],[106.735976,36.23725],[106.698404,36.244008],[106.685469,36.273445],[106.647897,36.259451],[106.559202,36.292259],[106.54134,36.25366],[106.504383,36.266207],[106.470507,36.306246],[106.497608,36.31348],[106.510543,36.379037],[106.492064,36.422389],[106.523477,36.468605],[106.494528,36.494589],[106.455724,36.496995],[106.39721,36.548455],[106.37134,36.549417],[106.363949,36.577296],[106.392282,36.556628],[106.397826,36.576816],[106.444637,36.557109],[106.465579,36.583063],[106.444637,36.624861],[106.491448,36.628703],[106.490833,36.685835],[106.530869,36.690154],[106.519782,36.708868],[106.519782,36.708868],[106.514238,36.715584],[106.59431,36.750118],[106.644817,36.72278],[106.627571,36.752995],[106.657752,36.820575],[106.637426,36.867031],[106.637426,36.867031],[106.626955,36.892403],[106.609709,36.878521],[106.609709,36.878521],[106.601702,36.918244],[106.549347,36.941685],[106.540108,36.984244],[106.595542,36.94025],[106.594926,36.967988],[106.64297,36.962729],[106.646665,37.000496],[106.666991,37.016745],[106.645433,37.064992],[106.605397,37.127524],[106.6171,37.135158],[106.673151,37.1113],[106.687933,37.12991],[106.728585,37.121321],[106.750143,37.09889],[106.772933,37.120367],[106.776012,37.158056],[106.818512,37.141838],[106.891193,37.098413],[106.912135,37.110345],[106.905976,37.151378],[106.998367,37.106527],[107.031011,37.108436],[107.030395,37.140883],[107.095685,37.115595],[107.133873,37.134681],[107.181916,37.143269],[107.234887,37.096503],[107.268764,37.099367]]],[[[106.048588,35.488898],[105.897683,35.451368],[105.894603,35.413821],[106.002393,35.438692],[106.034422,35.469404],[106.054132,35.45478],[106.048588,35.488898]]],[[[106.073842,35.45478],[106.06953,35.458193],[106.071378,35.449418],[106.073226,35.450393],[106.073842,35.45478]]]]}},{"type":"Feature","properties":{"adcode":650000,"name":"新疆维吾尔自治区","center":[87.617733,43.792818],"centroid":[85.294711,41.371801],"childrenNum":24,"level":"province","parent":{"adcode":100000},"subFeatureIndex":30,"acroutes":[100000]},"geometry":{"type":"MultiPolygon","coordinates":[[[[96.386348,42.727592],[96.363558,42.900562],[95.921314,43.229789],[95.880046,43.28035],[95.857872,43.417436],[95.735916,43.597569],[95.705735,43.67077],[95.645373,43.787966],[95.623199,43.855756],[95.527113,44.007466],[95.426099,44.009618],[95.377439,44.025972],[95.326932,44.028554],[95.35157,44.090054],[95.355882,44.166087],[95.376208,44.227444],[95.4107,44.245024],[95.43041,44.281882],[95.41378,44.298589],[95.238853,44.277169],[95.1286,44.269884],[94.998637,44.253169],[94.945666,44.292592],[94.826174,44.320001],[94.768275,44.34055],[94.722696,44.34055],[94.673421,44.397021],[94.606283,44.448311],[94.557008,44.462408],[94.470777,44.509373],[94.390705,44.521749],[94.359292,44.515775],[94.329727,44.582734],[94.279836,44.603617],[94.227481,44.645785],[94.215162,44.667921],[94.152336,44.684944],[94.066105,44.732154],[93.723642,44.865498],[93.716251,44.894334],[93.613389,44.926546],[93.509296,44.968055],[93.434767,44.955351],[93.376869,44.985412],[93.314659,44.995147],[93.314043,44.980333],[93.252449,44.991761],[93.174225,45.015458],[93.100312,45.007419],[93.062124,45.018419],[93.002377,45.009958],[92.932776,45.017573],[92.922921,45.03703],[92.884117,45.046756],[92.847777,45.038721],[92.779407,45.050561],[92.683937,45.02561],[92.547814,45.018419],[92.501003,45.001072],[92.414155,45.018419],[92.348866,45.014188],[92.315605,45.028994],[92.240461,45.015881],[92.100026,45.081417],[92.056911,45.086911],[91.885679,45.078882],[91.803144,45.082685],[91.694738,45.065357],[91.561695,45.075501],[91.500101,45.103809],[91.448978,45.156586],[91.429268,45.156586],[91.37753,45.11099],[91.33503,45.129571],[91.242023,45.13717],[91.230936,45.153632],[91.195827,45.159118],[91.17119,45.199616],[91.129922,45.21606],[91.050466,45.208892],[91.007966,45.218589],[90.96177,45.201303],[90.881698,45.192025],[90.866916,45.209314],[90.897713,45.249776],[90.877387,45.280946],[90.831807,45.300313],[90.804706,45.29484],[90.813329,45.32851],[90.773909,45.405874],[90.772677,45.432338],[90.723402,45.464667],[90.671047,45.487747],[90.676591,45.582488],[90.714779,45.728895],[90.799778,45.834905],[90.890937,45.921566],[91.028292,46.023054],[91.014741,46.06667],[91.021517,46.121038],[90.98456,46.160431],[90.94822,46.219262],[90.955611,46.233752],[90.900177,46.31235],[90.983328,46.374734],[90.996263,46.419309],[91.025828,46.444057],[91.038147,46.500936],[91.060937,46.516999],[91.079415,46.558989],[91.068328,46.579149],[91.017821,46.58244],[91.036299,46.670393],[91.054161,46.717598],[91.019053,46.766402],[90.992567,46.769682],[90.992567,46.790583],[90.942676,46.82581],[90.958075,46.879425],[90.929742,46.893331],[90.92235,46.938707],[90.901408,46.960768],[90.830575,46.995883],[90.767134,46.992617],[90.691989,47.080717],[90.653801,47.111681],[90.579888,47.198364],[90.56141,47.206903],[90.521374,47.2845],[90.488113,47.317374],[90.526301,47.379007],[90.507823,47.400076],[90.468403,47.404937],[90.459164,47.43895],[90.474562,47.462422],[90.468403,47.497611],[90.398186,47.547724],[90.376012,47.603036],[90.346447,47.637324],[90.384635,47.644179],[90.331665,47.681663],[90.216484,47.70543],[90.180144,47.72516],[90.13518,47.723147],[90.07605,47.777469],[90.070506,47.820483],[90.086521,47.86547],[90.066195,47.883534],[90.040941,47.874704],[89.960253,47.885942],[89.957789,47.842982],[89.86971,47.834144],[89.761921,47.835751],[89.735435,47.89758],[89.651052,47.913627],[89.645508,47.947711],[89.595617,47.973359],[89.599313,48.015811],[89.569132,48.037825],[89.498299,48.02822],[89.38127,48.046227],[89.359712,48.026219],[89.308589,48.021816],[89.282104,47.994189],[89.231597,47.98017],[89.156452,47.996992],[89.078228,47.98698],[89.044967,48.009806],[89.027105,48.051028],[88.953808,48.090618],[88.939026,48.115396],[88.824461,48.107005],[88.79736,48.133772],[88.721599,48.160526],[88.700657,48.180881],[88.668628,48.171303],[88.638447,48.183674],[88.601491,48.221567],[88.594716,48.259831],[88.575006,48.277757],[88.605803,48.337863],[88.573774,48.351785],[88.573158,48.369679],[88.535586,48.368884],[88.523267,48.403461],[88.503557,48.412996],[88.462289,48.392335],[88.438267,48.393528],[88.360659,48.433251],[88.363123,48.460641],[88.318159,48.478497],[88.229464,48.498329],[88.196819,48.493967],[88.151855,48.526478],[88.130297,48.521721],[88.10874,48.545895],[88.041602,48.548272],[87.973233,48.575997],[87.96153,48.599353],[88.010805,48.618742],[88.02682,48.65315],[88.089645,48.69504],[88.090877,48.71992],[88.064392,48.712813],[88.029283,48.750313],[87.96153,48.773588],[87.93874,48.757809],[87.872219,48.799612],[87.826639,48.800795],[87.803234,48.824835],[87.829103,48.825623],[87.792147,48.849258],[87.78106,48.872094],[87.742256,48.881146],[87.760118,48.925992],[87.793995,48.927565],[87.814321,48.945256],[87.87653,48.949186],[87.871603,48.963726],[87.911639,48.979833],[87.883922,48.993971],[87.883306,49.023806],[87.835263,49.054406],[87.858052,49.07362],[87.844502,49.090084],[87.867291,49.108892],[87.845733,49.146096],[87.82048,49.148445],[87.821096,49.173883],[87.793379,49.18249],[87.762582,49.172709],[87.700372,49.175839],[87.67635,49.15549],[87.602437,49.152359],[87.563017,49.142572],[87.517438,49.145704],[87.49588,49.132001],[87.511894,49.10184],[87.43675,49.075188],[87.388707,49.097921],[87.304939,49.112418],[87.239033,49.114376],[87.211932,49.140615],[87.112766,49.15549],[87.088128,49.133567],[87.000049,49.142572],[86.953853,49.131218],[86.887948,49.132001],[86.854071,49.109284],[86.84976,49.066563],[86.836209,49.051269],[86.772151,49.02773],[86.732115,48.994757],[86.730267,48.959797],[86.757985,48.894919],[86.782006,48.887049],[86.821426,48.850439],[86.818963,48.831139],[86.770303,48.810255],[86.754289,48.78463],[86.780774,48.731369],[86.771535,48.717156],[86.70255,48.666195],[86.693311,48.64366],[86.640956,48.629027],[86.635413,48.612016],[86.594761,48.576789],[86.579978,48.538763],[86.416138,48.481671],[86.38103,48.49357],[86.305269,48.491984],[86.270161,48.452307],[86.225813,48.432456],[86.053966,48.441192],[85.916612,48.438015],[85.791576,48.418954],[85.758315,48.403064],[85.695489,48.335078],[85.695489,48.302445],[85.678243,48.266205],[85.633895,48.232731],[85.622193,48.202824],[85.587084,48.191654],[85.576613,48.15853],[85.55136,48.127781],[85.551975,48.081423],[85.531649,48.046227],[85.547048,48.008205],[85.617881,47.550552],[85.614801,47.498015],[85.685018,47.428829],[85.701649,47.384275],[85.675779,47.321837],[85.701033,47.28856],[85.682555,47.249982],[85.682555,47.222757],[85.641903,47.18413],[85.582772,47.142626],[85.547048,47.096609],[85.545816,47.057891],[85.441106,47.063191],[85.355491,47.054629],[85.325926,47.044842],[85.276651,47.068898],[85.213825,47.041172],[85.175637,46.997924],[85.102956,46.968936],[85.082014,46.939933],[84.987159,46.918272],[84.979768,46.883106],[84.95513,46.861013],[84.934188,46.863878],[84.867051,46.927673],[84.849189,46.957092],[84.781435,46.979962],[84.748175,47.009759],[84.699515,47.008535],[84.668718,46.995067],[84.563393,46.991801],[84.506726,46.97302],[84.425422,47.008943],[84.37122,46.993434],[84.336727,47.00527],[84.2893,46.994658],[84.195061,47.003638],[84.150098,46.977512],[84.086656,46.965261],[84.038613,46.973428],[84.002888,46.990576],[83.951765,46.98731],[83.932671,46.970161],[83.88586,46.982003],[83.766367,47.026896],[83.69923,47.015472],[83.700462,47.032199],[83.576042,47.059114],[83.566803,47.080717],[83.53847,47.083977],[83.463325,47.132042],[83.418978,47.119012],[83.370318,47.178436],[83.324739,47.167858],[83.306261,47.179656],[83.257602,47.173147],[83.221877,47.186977],[83.207094,47.213814],[83.17445,47.218286],[83.15474,47.236168],[83.108544,47.221944],[83.02724,47.21544],[83.031552,47.168265],[82.993364,47.065229],[82.937929,47.014248],[82.923762,46.932169],[82.876335,46.823762],[82.878183,46.797138],[82.829524,46.772551],[82.788872,46.677784],[82.774089,46.600124],[82.726662,46.494756],[82.609017,46.294985],[82.518474,46.153798],[82.461808,45.97982],[82.401446,45.972333],[82.342932,45.935303],[82.336156,45.882418],[82.349707,45.822811],[82.340468,45.772742],[82.289961,45.71636],[82.288729,45.655321],[82.266555,45.620172],[82.281954,45.53891],[82.448257,45.461309],[82.546808,45.426038],[82.60101,45.346178],[82.58746,45.224069],[82.562822,45.204676],[82.487061,45.181058],[82.344779,45.219011],[82.294272,45.247669],[82.206809,45.236713],[82.109491,45.211422],[82.091012,45.222383],[82.09594,45.249776],[82.052824,45.255674],[81.993078,45.237978],[81.921013,45.233342],[81.879745,45.284314],[81.832318,45.319673],[81.78797,45.3836],[81.677101,45.35459],[81.645072,45.359216],[81.582863,45.336503],[81.575471,45.30789],[81.536667,45.304101],[81.52866,45.285999],[81.462754,45.264099],[81.437501,45.28263],[81.398697,45.275471],[81.382066,45.257781],[81.327864,45.260729],[81.284748,45.23882],[81.236705,45.247248],[81.175111,45.227863],[81.170183,45.211001],[81.111669,45.218168],[81.080872,45.182745],[81.024821,45.162916],[80.966307,45.168402],[80.93551,45.160384],[80.897938,45.127459],[80.862214,45.127037],[80.816634,45.152788],[80.731634,45.156164],[80.686055,45.129148],[80.599207,45.105921],[80.519135,45.108878],[80.493882,45.127037],[80.445839,45.097895],[80.443991,45.077614],[80.404571,45.049293],[80.358375,45.040836],[80.328194,45.070007],[80.291854,45.06578],[80.24381,45.031532],[80.195767,45.030686],[80.144644,45.059017],[80.136021,45.041259],[80.111999,45.052675],[80.060876,45.026033],[80.056565,45.011227],[79.98142,44.964244],[79.951855,44.957892],[79.944464,44.937985],[79.887798,44.90917],[79.969102,44.877797],[79.953703,44.849377],[79.991891,44.830281],[79.999283,44.793768],[80.087978,44.817122],[80.115695,44.815424],[80.169898,44.84471],[80.18776,44.825612],[80.178521,44.796741],[80.200695,44.756808],[80.238883,44.7228],[80.313412,44.704938],[80.400259,44.628751],[80.411962,44.605321],[80.350368,44.484615],[80.383013,44.401297],[80.399027,44.30587],[80.413194,44.264741],[80.400875,44.198704],[80.407034,44.149772],[80.3941,44.127009],[80.449534,44.078017],[80.458773,44.047054],[80.457541,43.981203],[80.485259,43.95579],[80.475404,43.938124],[80.511128,43.906657],[80.522215,43.816473],[80.75504,43.494329],[80.761199,43.446554],[80.746417,43.439167],[80.735946,43.389609],[80.686055,43.333916],[80.69283,43.32042],[80.777214,43.308227],[80.769207,43.265535],[80.788917,43.242433],[80.789533,43.201876],[80.804315,43.178314],[80.79446,43.137277],[80.752576,43.148194],[80.73225,43.131163],[80.706997,43.143828],[80.650946,43.147321],[80.593048,43.133347],[80.556092,43.104515],[80.482795,43.06955],[80.416889,43.05687],[80.378701,43.031502],[80.397795,42.996933],[80.487106,42.948766],[80.5912,42.923354],[80.602903,42.894424],[80.503737,42.882146],[80.450766,42.861971],[80.407034,42.834767],[80.338049,42.831695],[80.280151,42.838278],[80.262289,42.828623],[80.259209,42.790865],[80.225948,42.713083],[80.228412,42.692852],[80.179753,42.670415],[80.163738,42.629919],[80.180985,42.590718],[80.221637,42.533415],[80.265368,42.502097],[80.225948,42.485769],[80.206238,42.431462],[80.239499,42.389927],[80.229028,42.358536],[80.283847,42.320493],[80.272144,42.281984],[80.29247,42.259842],[80.28631,42.233261],[80.233339,42.210215],[80.168666,42.200462],[80.163738,42.152563],[80.139717,42.151232],[80.16805,42.096635],[80.193303,42.081535],[80.14218,42.03488],[80.089826,42.047325],[79.923522,42.042436],[79.852689,42.015319],[79.854537,41.984186],[79.822508,41.963275],[79.776313,41.89248],[79.724574,41.896935],[79.640806,41.884907],[79.616784,41.856385],[79.550879,41.834094],[79.500988,41.835432],[79.457256,41.847915],[79.415372,41.836769],[79.356242,41.795735],[79.326061,41.809565],[79.276786,41.78101],[79.271858,41.767174],[79.21704,41.725648],[79.138199,41.722968],[79.10925,41.697503],[79.043345,41.681414],[79.021787,41.657273],[78.99407,41.664427],[78.957729,41.65146],[78.891824,41.597777],[78.86657,41.593749],[78.825302,41.560173],[78.739071,41.555695],[78.696571,41.54181],[78.707042,41.522098],[78.675629,41.50238],[78.650375,41.467411],[78.580774,41.481759],[78.527188,41.440947],[78.454507,41.412228],[78.391681,41.408189],[78.385522,41.394721],[78.338094,41.397415],[78.324544,41.384395],[78.235232,41.399211],[78.163783,41.383497],[78.149617,41.368228],[78.165015,41.340825],[78.136682,41.279239],[78.129291,41.228398],[78.094798,41.224347],[77.972842,41.173013],[77.905089,41.185174],[77.836104,41.153189],[77.814546,41.13426],[77.807155,41.091876],[77.829328,41.059394],[77.796068,41.049014],[77.780669,41.022832],[77.737553,41.032313],[77.684583,41.00793],[77.654402,41.016059],[77.597119,41.005221],[77.591576,40.992122],[77.540453,41.006575],[77.476395,40.999349],[77.473931,41.022832],[77.415417,41.038633],[77.363062,41.04089],[77.296541,41.004769],[77.236795,41.027798],[77.169041,41.009285],[77.108063,41.038181],[77.091433,41.062553],[77.023064,41.059394],[77.002122,41.073381],[76.940528,41.028701],[76.885709,41.027347],[76.85368,40.97631],[76.817956,40.975406],[76.761905,40.954167],[76.741579,40.912119],[76.731724,40.818887],[76.693536,40.779472],[76.646725,40.759983],[76.646725,40.73686],[76.676906,40.696036],[76.654732,40.652917],[76.657196,40.620218],[76.611,40.601591],[76.601145,40.578868],[76.556798,40.542495],[76.543247,40.513837],[76.539551,40.464226],[76.508754,40.429613],[76.470566,40.422779],[76.442233,40.391336],[76.390494,40.37766],[76.381871,40.39088],[76.333212,40.343459],[76.327668,40.391336],[76.283321,40.415034],[76.279625,40.439179],[76.22419,40.401819],[76.176147,40.381307],[76.144118,40.393615],[76.081293,40.39635],[76.048648,40.388601],[76.048648,40.357141],[76.026474,40.355317],[75.986438,40.381763],[75.932235,40.339353],[75.921764,40.291439],[75.890351,40.30924],[75.84046,40.312434],[75.831221,40.327492],[75.785642,40.301025],[75.739446,40.299199],[75.709265,40.280939],[75.688323,40.343915],[75.669845,40.363982],[75.686475,40.418223],[75.717272,40.443278],[75.733287,40.474242],[75.646439,40.516567],[75.631041,40.548862],[75.627345,40.605226],[75.636584,40.624306],[75.599628,40.659727],[75.550353,40.64883],[75.467817,40.599773],[75.432093,40.563412],[75.355716,40.537947],[75.292274,40.483802],[75.268869,40.483802],[75.242383,40.448743],[75.206659,40.447833],[75.13521,40.463315],[75.102565,40.44009],[75.051442,40.449654],[75.021877,40.466958],[74.995392,40.455119],[74.963363,40.464681],[74.891914,40.507467],[74.844486,40.521117],[74.819233,40.505647],[74.814921,40.461039],[74.795211,40.443278],[74.908544,40.338897],[74.862965,40.32658],[74.824776,40.344371],[74.700357,40.346195],[74.697893,40.310153],[74.673255,40.278656],[74.618437,40.27957],[74.577169,40.260391],[74.534669,40.207851],[74.485394,40.182251],[74.433039,40.13148],[74.356662,40.089371],[74.316626,40.106767],[74.280902,40.09807],[74.26304,40.125074],[74.126301,40.104479],[74.113366,40.086624],[74.023439,40.085251],[74.008041,40.050901],[73.943367,40.016076],[73.980324,40.004617],[73.910722,39.934443],[73.907027,39.873843],[73.845433,39.831115],[73.841737,39.756163],[73.905795,39.741899],[73.924273,39.722108],[73.953838,39.600018],[73.916266,39.586644],[73.914418,39.564041],[73.883621,39.540969],[73.893476,39.528046],[73.868223,39.482794],[73.836194,39.472169],[73.745651,39.462005],[73.6471,39.474479],[73.61076,39.465702],[73.592898,39.412087],[73.502355,39.383877],[73.554094,39.350102],[73.554709,39.295935],[73.542391,39.269531],[73.564564,39.266288],[73.580579,39.237555],[73.623079,39.235237],[73.639709,39.220402],[73.657571,39.166136],[73.688368,39.154999],[73.719781,39.108112],[73.720397,39.071881],[73.743187,39.029588],[73.780143,39.026798],[73.820179,39.041674],[73.839889,39.008199],[73.846665,38.962145],[73.826339,38.916993],[73.767824,38.941202],[73.742571,38.933754],[73.70931,38.893241],[73.699455,38.857832],[73.729636,38.837324],[73.769056,38.775765],[73.757353,38.719755],[73.809092,38.634256],[73.799237,38.610878],[73.852208,38.584217],[73.89902,38.579071],[73.926121,38.536016],[74.011736,38.52478],[74.034526,38.541634],[74.090577,38.542102],[74.068403,38.585621],[74.088113,38.610878],[74.11275,38.611345],[74.147859,38.676785],[74.229779,38.656224],[74.353583,38.655757],[74.421952,38.647812],[74.455829,38.632853],[74.506336,38.637528],[74.546988,38.607604],[74.613509,38.593105],[74.639995,38.599653],[74.717603,38.542102],[74.78474,38.538357],[74.821697,38.491062],[74.862965,38.484035],[74.868508,38.403883],[74.834015,38.361193],[74.789668,38.324581],[74.806914,38.285602],[74.793363,38.271039],[74.816769,38.215576],[74.80445,38.167128],[74.821697,38.10311],[74.879595,38.021122],[74.92579,38.01735],[74.911008,37.966884],[74.919015,37.908357],[74.936877,37.876241],[74.917167,37.845057],[74.989848,37.797783],[75.006478,37.770823],[74.949196,37.725395],[74.923327,37.717347],[74.920863,37.684675],[74.891914,37.668097],[74.940573,37.559061],[75.000935,37.53059],[75.002167,37.511604],[75.035428,37.500685],[75.078543,37.511129],[75.090862,37.486915],[75.129666,37.459367],[75.153072,37.414223],[75.125971,37.388075],[75.140137,37.355258],[75.125971,37.322427],[75.078543,37.318144],[75.018181,37.293867],[74.927022,37.277678],[74.911008,37.233378],[74.816153,37.216699],[74.800139,37.248147],[74.753943,37.281011],[74.727458,37.282916],[74.665864,37.23576],[74.642458,37.261485],[74.598727,37.258151],[74.578401,37.231472],[74.54514,37.2491],[74.511263,37.240048],[74.477387,37.19954],[74.487858,37.161871],[74.465068,37.147085],[74.496481,37.116072],[74.498944,37.072155],[74.530357,37.082182],[74.56793,37.032512],[74.617205,37.043499],[74.632603,37.066425],[74.70898,37.084569],[74.739161,37.028212],[74.792747,37.027257],[74.806914,37.054485],[74.84695,37.056873],[74.84387,37.0134],[74.86974,36.990458],[74.893762,36.939772],[74.938725,36.94312],[74.927638,36.978029],[75.005862,36.99476],[75.032348,37.016745],[75.063145,37.006231],[75.172166,37.013877],[75.16847,36.991892],[75.244847,36.963207],[75.288579,36.974682],[75.345861,36.960816],[75.413614,36.954599],[75.396368,36.904367],[75.430245,36.873255],[75.434556,36.83303],[75.425933,36.778883],[75.458578,36.720861],[75.504773,36.743404],[75.536802,36.729975],[75.537418,36.773131],[75.588541,36.762584],[75.634121,36.771693],[75.724048,36.750597],[75.8072,36.707908],[75.871257,36.666636],[75.947018,36.590752],[75.924228,36.566242],[75.991981,36.505654],[76.035097,36.409386],[75.991365,36.35205],[75.998757,36.312034],[76.055423,36.252695],[76.060967,36.225182],[76.011691,36.229044],[76.016619,36.165294],[75.96796,36.159013],[75.936547,36.13485],[75.949482,36.070056],[75.982742,36.031347],[76.028322,36.016827],[76.044336,36.026991],[76.097307,36.022635],[76.117017,35.975186],[76.16506,35.908807],[76.146582,35.839946],[76.160133,35.82442],[76.221727,35.823449],[76.228502,35.837035],[76.298719,35.841401],[76.365857,35.82442],[76.369552,35.86323],[76.431762,35.851589],[76.471798,35.886021],[76.51553,35.881173],[76.55803,35.923347],[76.59745,35.895718],[76.579587,35.866625],[76.587595,35.840431],[76.566037,35.819082],[76.593754,35.771996],[76.69292,35.747714],[76.769297,35.653917],[76.848753,35.668018],[76.906651,35.615005],[76.967013,35.591649],[76.99781,35.611113],[77.072339,35.591162],[77.093281,35.569746],[77.195527,35.519103],[77.307628,35.540533],[77.331649,35.530793],[77.355055,35.494257],[77.396939,35.467942],[77.451758,35.46063],[77.518895,35.482075],[77.578025,35.47574],[77.590344,35.460143],[77.639619,35.45478],[77.657481,35.477689],[77.690742,35.448443],[77.735706,35.461605],[77.757879,35.497181],[77.797299,35.491334],[77.816394,35.518616],[77.85643,35.487436],[77.870596,35.495232],[77.914944,35.465017],[77.917408,35.490847],[77.951284,35.478664],[78.009799,35.491821],[78.029509,35.469404],[78.048603,35.491334],[78.140378,35.494745],[78.113892,35.466967],[78.107117,35.437229],[78.046755,35.384063],[78.013494,35.366008],[78.020885,35.315237],[78.01719,35.228267],[78.060306,35.180344],[78.062769,35.114772],[78.078784,35.100084],[78.124979,35.108407],[78.150849,35.069721],[78.123131,35.036897],[78.160704,34.990823],[78.201972,34.974642],[78.182262,34.936874],[78.206283,34.891726],[78.237696,34.882398],[78.230921,34.776288],[78.21429,34.760556],[78.213059,34.717771],[78.267261,34.705472],[78.265413,34.651335],[78.280812,34.623269],[78.346101,34.60406],[78.397224,34.605538],[78.427405,34.594207],[78.436029,34.543942],[78.492695,34.578441],[78.542586,34.574499],[78.559832,34.55725],[78.562912,34.51288],[78.58139,34.505483],[78.634977,34.538026],[78.708274,34.522249],[78.715049,34.502031],[78.758781,34.481807],[78.742766,34.45467],[78.809288,34.432955],[78.878273,34.391481],[78.899831,34.354929],[78.958961,34.386049],[78.973128,34.362833],[79.039649,34.33467],[79.048888,34.348506],[79.0107,34.399877],[79.039033,34.421601],[79.072294,34.412714],[79.161605,34.441345],[79.179467,34.422588],[79.241677,34.415183],[79.274322,34.435916],[79.326677,34.44332],[79.363017,34.428018],[79.435082,34.447761],[79.504683,34.45467],[79.545335,34.476381],[79.58106,34.456151],[79.675914,34.451216],[79.699936,34.477861],[79.735661,34.471447],[79.801566,34.478847],[79.861312,34.528166],[79.84345,34.55725],[79.88595,34.642965],[79.866856,34.671517],[79.906892,34.683821],[79.898268,34.732035],[79.947544,34.821008],[79.926602,34.849499],[79.961094,34.862759],[79.996819,34.856375],[80.003594,34.895162],[80.034391,34.902033],[80.041782,34.943252],[80.02392,34.971209],[80.04363,35.022196],[80.031311,35.034447],[80.078123,35.076578],[80.118159,35.066293],[80.23026,35.147565],[80.223484,35.177409],[80.257977,35.203331],[80.362687,35.20871],[80.267832,35.295701],[80.286926,35.35283],[80.321419,35.38699],[80.375006,35.387966],[80.432904,35.449418],[80.444607,35.417235],[80.514824,35.391869],[80.532686,35.404553],[80.56841,35.391381],[80.599823,35.409431],[80.65649,35.393821],[80.690982,35.364544],[80.689135,35.339162],[80.759968,35.334768],[80.844351,35.345508],[80.894242,35.324027],[80.924423,35.330862],[80.963844,35.310842],[81.026053,35.31133],[81.002648,35.334768],[81.030981,35.337209],[81.031597,35.380648],[81.054387,35.402602],[81.09935,35.40748],[81.103662,35.386015],[81.142466,35.365032],[81.191741,35.36552],[81.219458,35.319144],[81.26627,35.322562],[81.285364,35.345508],[81.314313,35.337209],[81.363588,35.354783],[81.385762,35.335256],[81.441196,35.333303],[81.447972,35.318167],[81.504638,35.279092],[81.513261,35.23511],[81.68634,35.235599],[81.736847,35.26248],[81.804601,35.270786],[81.853876,35.25857],[81.927789,35.271275],[81.955506,35.307423],[81.99123,35.30547],[82.030034,35.321585],[82.05344,35.35039],[82.029419,35.426013],[82.034346,35.451855],[82.071302,35.450393],[82.086701,35.467454],[82.164925,35.495719],[82.189563,35.513258],[82.234526,35.520565],[82.263475,35.547837],[82.2992,35.544916],[82.328149,35.559523],[82.350323,35.611113],[82.336156,35.651486],[82.392823,35.656349],[82.424852,35.712736],[82.468583,35.717595],[82.501844,35.701073],[82.546192,35.708362],[82.628727,35.692324],[82.652133,35.67288],[82.731589,35.637868],[82.780249,35.666073],[82.795031,35.688436],[82.873871,35.688922],[82.894813,35.673852],[82.967494,35.667532],[82.956407,35.636409],[82.981661,35.599922],[82.971806,35.548324],[82.998907,35.484512],[83.067892,35.46258],[83.088834,35.425526],[83.127022,35.398699],[83.178145,35.38943],[83.251442,35.417722],[83.280391,35.401138],[83.333978,35.397236],[83.405427,35.380648],[83.449159,35.382111],[83.502745,35.360639],[83.540318,35.364056],[83.54155,35.341603],[83.599448,35.351366],[83.622238,35.335256],[83.677672,35.361128],[83.785462,35.36308],[83.79778,35.354783],[83.885244,35.367472],[83.906186,35.40309],[84.005968,35.422599],[84.077417,35.400163],[84.095895,35.362592],[84.140859,35.379184],[84.160569,35.359663],[84.200605,35.381135],[84.274517,35.404065],[84.333032,35.413821],[84.424191,35.466479],[84.45314,35.473303],[84.475929,35.516181],[84.448828,35.550272],[84.513502,35.564391],[84.570168,35.588242],[84.628067,35.595055],[84.704443,35.616951],[84.729081,35.613546],[84.798066,35.647595],[84.920022,35.696213],[84.973608,35.709334],[84.99455,35.737028],[85.053065,35.752086],[85.146071,35.742371],[85.271107,35.788989],[85.341324,35.753543],[85.373969,35.700101],[85.518715,35.680658],[85.566142,35.6403],[85.612953,35.651486],[85.65299,35.731199],[85.691178,35.751114],[85.811286,35.778794],[85.835308,35.771996],[85.903677,35.78462],[85.949256,35.778794],[86.035488,35.846738],[86.05335,35.842857],[86.090306,35.876809],[86.093386,35.906868],[86.129111,35.941761],[86.150668,36.00424],[86.173458,36.008113],[86.199944,36.047801],[86.182081,36.064734],[86.187625,36.130983],[86.248603,36.141616],[86.2794,36.170608],[86.35824,36.168676],[86.392733,36.206834],[86.454943,36.221319],[86.515305,36.205385],[86.531935,36.227113],[86.599072,36.222285],[86.69947,36.24449],[86.746282,36.291777],[86.836209,36.291294],[86.86331,36.299977],[86.887332,36.262829],[86.931064,36.265242],[86.943998,36.284058],[86.996353,36.308658],[87.051788,36.2966],[87.08628,36.310587],[87.149106,36.297565],[87.161425,36.325535],[87.193454,36.349158],[87.292004,36.358797],[87.348055,36.393008],[87.363453,36.420463],[87.386859,36.412757],[87.426895,36.42576],[87.460155,36.409868],[87.470626,36.354459],[87.570409,36.342409],[87.6203,36.360243],[87.731785,36.384818],[87.767509,36.3747],[87.826023,36.391563],[87.838342,36.383855],[87.919646,36.39349],[87.95845,36.408423],[87.983088,36.437797],[88.006494,36.430575],[88.092109,36.43539],[88.134609,36.427205],[88.182652,36.452721],[88.222688,36.447426],[88.241782,36.468605],[88.282434,36.470049],[88.366202,36.458016],[88.356963,36.477268],[88.41055,36.473418],[88.470912,36.48208],[88.498629,36.446463],[88.573158,36.461386],[88.618121,36.428168],[88.623665,36.389636],[88.690186,36.367954],[88.766563,36.292259],[88.783809,36.291777],[88.802903,36.33807],[88.838628,36.353496],[88.870657,36.348193],[88.926091,36.36458],[88.964279,36.318785],[89.013554,36.315409],[89.054822,36.291777],[89.10225,36.281164],[89.126887,36.254626],[89.198952,36.260417],[89.232213,36.295636],[89.292575,36.231457],[89.335075,36.23725],[89.375727,36.228078],[89.490291,36.151281],[89.594385,36.126632],[89.614711,36.109712],[89.711414,36.093272],[89.766848,36.073925],[89.819819,36.080697],[89.914058,36.079246],[89.941159,36.067637],[89.944855,36.140649],[89.997825,36.168193],[90.019999,36.213594],[90.028006,36.258486],[90.003369,36.278752],[90.043405,36.276822],[90.058188,36.255591],[90.145651,36.239181],[90.130252,36.2078],[90.198006,36.187516],[90.23681,36.160462],[90.325505,36.159496],[90.424055,36.133883],[90.478258,36.13195],[90.534925,36.147899],[90.613149,36.126632],[90.659344,36.13485],[90.776373,36.086501],[90.815793,36.035703],[90.850285,36.016827],[90.922966,36.028927],[90.979017,36.106811],[91.081263,36.088436],[91.124994,36.115514],[91.09235,36.163844],[91.096045,36.219871],[91.051698,36.238215],[91.07264,36.299012],[91.026444,36.323607],[91.051698,36.433946],[91.028292,36.443093],[91.039995,36.474861],[91.035683,36.529703],[91.011662,36.539801],[90.905104,36.560474],[90.831191,36.55807],[90.810865,36.585466],[90.741264,36.585947],[90.72217,36.620058],[90.730793,36.655594],[90.706156,36.658955],[90.720938,36.708868],[90.754815,36.721341],[90.727098,36.755872],[90.732025,36.825844],[90.758511,36.825844],[90.853981,36.915373],[90.924198,36.921115],[90.983944,36.913459],[91.036915,36.929727],[91.051698,36.96751],[91.126842,36.978507],[91.133618,37.007665],[91.181045,37.025345],[91.216153,37.010054],[91.303617,37.012444],[91.291298,37.042544],[91.303617,37.083136],[91.286371,37.105095],[91.280211,37.163779],[91.1909,37.205737],[91.194596,37.273868],[91.134849,37.324331],[91.136081,37.355734],[91.113292,37.387124],[91.099741,37.447965],[91.073256,37.475992],[91.019669,37.493088],[90.958075,37.477891],[90.911879,37.519674],[90.865684,37.53059],[90.882314,37.575664],[90.854597,37.604117],[90.820104,37.613599],[90.777605,37.648672],[90.643946,37.696988],[90.586663,37.703144],[90.579272,37.720661],[90.519526,37.730601],[90.516446,38.207111],[90.531229,38.319886],[90.401882,38.311434],[90.361846,38.300163],[90.352607,38.233441],[90.280542,38.238142],[90.137644,38.340543],[90.179528,38.396848],[90.129636,38.400131],[90.111774,38.418889],[90.111774,38.477945],[90.130868,38.494341],[90.248513,38.491531],[90.315034,38.501835],[90.353222,38.482162],[90.427135,38.493873],[90.465323,38.521971],[90.463476,38.556611],[90.525685,38.561291],[90.560794,38.593573],[90.608837,38.594508],[90.606374,38.610878],[90.645794,38.635191],[90.619308,38.664636],[90.65996,38.674449],[90.724634,38.658094],[90.899561,38.679588],[90.970394,38.697806],[90.992567,38.695003],[91.188436,38.73096],[91.242639,38.752433],[91.298689,38.746365],[91.446515,38.813546],[91.501333,38.815411],[91.681188,38.852706],[91.694738,38.86622],[91.806223,38.872744],[91.87952,38.884391],[91.880752,38.899297],[91.966368,38.930961],[92.10865,38.963541],[92.173323,38.960749],[92.197961,38.983548],[92.263866,39.002153],[92.380279,38.999828],[92.416003,39.010524],[92.41046,39.03842],[92.366728,39.059335],[92.366112,39.096037],[92.343938,39.146181],[92.339011,39.236628],[92.378431,39.258411],[92.52564,39.368611],[92.639589,39.514196],[92.687632,39.657174],[92.745531,39.868331],[92.796654,40.153897],[92.906907,40.310609],[92.920458,40.391792],[92.928465,40.572504],[93.506216,40.648376],[93.760599,40.664721],[93.820961,40.793519],[93.809874,40.879548],[93.908424,40.983539],[94.01067,41.114875],[94.184365,41.268444],[94.534219,41.505966],[94.750413,41.538227],[94.809543,41.619256],[94.861898,41.668451],[94.969072,41.718948],[95.011572,41.726541],[95.110738,41.768513],[95.135991,41.772976],[95.16494,41.735474],[95.199433,41.719395],[95.194505,41.694821],[95.247476,41.61344],[95.299831,41.565994],[95.335556,41.644305],[95.39407,41.693481],[95.445193,41.719841],[95.57146,41.796181],[95.65646,41.826067],[95.759322,41.835878],[95.801206,41.848361],[95.855408,41.849699],[95.998306,41.906289],[96.054973,41.936124],[96.117183,41.985966],[96.137509,42.019765],[96.13874,42.05399],[96.077147,42.149457],[96.178161,42.21775],[96.040806,42.326688],[96.042038,42.352787],[96.06606,42.414674],[95.978596,42.436762],[96.0174,42.482239],[96.02356,42.542675],[96.072219,42.569566],[96.103632,42.604375],[96.166458,42.623314],[96.386348,42.727592]]]]}},{"type":"Feature","properties":{"adcode":710000,"name":"台湾省","center":[121.509062,25.044332],"centroid":[120.971485,23.749452],"childrenNum":0,"level":"province","parent":{"adcode":100000},"subFeatureIndex":31,"acroutes":[100000]},"geometry":{"type":"MultiPolygon","coordinates":[[[[120.443706,22.441432],[120.517619,22.408793],[120.569973,22.361757],[120.640806,22.241605],[120.659285,22.154056],[120.661748,22.067007],[120.651277,22.033171],[120.667908,21.983235],[120.701784,21.927174],[120.743052,21.915515],[120.781857,21.923843],[120.854537,21.883309],[120.873016,21.897191],[120.86624,21.984345],[120.907508,22.033171],[120.912436,22.086418],[120.903197,22.12634],[120.914899,22.302525],[120.981421,22.528248],[121.014682,22.584069],[121.03316,22.650914],[121.078739,22.669691],[121.170514,22.723247],[121.21055,22.770711],[121.237652,22.836362],[121.276456,22.877171],[121.324499,22.945526],[121.35468,23.00999],[121.370695,23.084334],[121.409499,23.1025],[121.430441,23.137175],[121.415042,23.196047],[121.440296,23.271937],[121.479716,23.322507],[121.497578,23.419744],[121.5216,23.483431],[121.522832,23.538858],[121.587505,23.760878],[121.621382,23.920718],[121.65957,24.007125],[121.63986,24.064514],[121.643556,24.097843],[121.678048,24.133895],[121.689135,24.174303],[121.809243,24.339083],[121.82649,24.423572],[121.867758,24.47914],[121.88562,24.529784],[121.892395,24.617953],[121.86283,24.671261],[121.841272,24.734329],[121.844968,24.836476],[121.933047,24.938539],[122.012503,25.001471],[121.98109,25.030757],[121.947214,25.031841],[121.917033,25.138076],[121.841888,25.135367],[121.782142,25.160287],[121.745186,25.161912],[121.707613,25.191701],[121.700222,25.226896],[121.655259,25.242054],[121.62323,25.29455],[121.585041,25.309159],[121.53515,25.307535],[121.444607,25.27074],[121.413194,25.238806],[121.371926,25.159746],[121.319572,25.140785],[121.209318,25.12724],[121.132942,25.078466],[121.102145,25.075214],[121.024537,25.040517],[121.009754,24.993878],[120.961095,24.940167],[120.914899,24.864715],[120.89211,24.767482],[120.82374,24.688118],[120.762147,24.658208],[120.68885,24.600542],[120.642654,24.490033],[120.589068,24.43229],[120.546568,24.370159],[120.520698,24.311816],[120.470807,24.242533],[120.451713,24.182493],[120.391967,24.118055],[120.316206,23.984708],[120.278018,23.92783],[120.245989,23.840276],[120.175156,23.807427],[120.102476,23.701162],[120.095084,23.58768],[120.12157,23.504836],[120.108019,23.341191],[120.081534,23.291728],[120.018708,23.073322],[120.029795,23.048544],[120.133272,23.000625],[120.149287,22.896468],[120.20041,22.721039],[120.274323,22.560307],[120.297112,22.531565],[120.443706,22.441432]]],[[[124.542782,25.903886],[124.584666,25.908731],[124.566804,25.941563],[124.542782,25.903886]]],[[[123.445178,25.726102],[123.469816,25.712623],[123.50862,25.722867],[123.512316,25.755212],[123.479055,25.768687],[123.445794,25.749822],[123.445178,25.726102]]],[[[119.646064,23.550928],[119.691028,23.547087],[119.678093,23.600294],[119.61034,23.604132],[119.601717,23.575613],[119.566608,23.584937],[119.562297,23.530627],[119.578927,23.502641],[119.609108,23.503738],[119.646064,23.550928]]],[[[123.666916,25.914114],[123.706952,25.91519],[123.689706,25.939949],[123.666916,25.914114]]],[[[119.506246,23.625518],[119.506246,23.577259],[119.47237,23.556962],[119.519181,23.559705],[119.52534,23.62497],[119.506246,23.625518]]],[[[119.497623,23.38679],[119.495159,23.349982],[119.516717,23.349982],[119.497623,23.38679]]],[[[119.557369,23.666634],[119.608492,23.620035],[119.615268,23.661153],[119.586318,23.675952],[119.557369,23.666634]]],[[[122.066706,25.6247],[122.087032,25.61067],[122.092575,25.639268],[122.066706,25.6247]]],[[[121.468013,22.67687],[121.474788,22.643734],[121.513592,22.631582],[121.514824,22.676318],[121.468013,22.67687]]],[[[121.510513,22.086972],[121.507433,22.048704],[121.533918,22.022076],[121.594281,21.995443],[121.604752,22.022631],[121.575186,22.037055],[121.575802,22.0842],[121.510513,22.086972]]],[[[122.097503,25.499987],[122.110438,25.465952],[122.122141,25.495666],[122.097503,25.499987]]],[[[119.421247,23.216949],[119.436029,23.186146],[119.453275,23.216399],[119.421247,23.216949]]],[[[120.355011,22.327439],[120.395663,22.342385],[120.383344,22.355669],[120.355011,22.327439]]]]}},{"type":"Feature","properties":{"adcode":810000,"name":"香港特别行政区","center":[114.173355,22.320048],"centroid":[114.134357,22.377366],"childrenNum":18,"level":"province","parent":{"adcode":100000},"subFeatureIndex":32,"acroutes":[100000]},"geometry":{"type":"MultiPolygon","coordinates":[[[[114.031778,22.503923],[114.000981,22.491206],[113.977575,22.45692],[113.918445,22.418199],[113.920293,22.367845],[113.951706,22.355116],[113.956633,22.359543],[113.980039,22.366185],[114.026234,22.34792],[113.955401,22.298649],[113.969568,22.321349],[113.898119,22.308615],[113.889496,22.271514],[113.8433,22.229418],[113.84946,22.191188],[113.899351,22.215568],[113.935691,22.205041],[113.981271,22.229972],[113.996669,22.206149],[114.026234,22.229418],[114.004676,22.239389],[114.02993,22.263207],[114.034857,22.300864],[114.069966,22.326885],[114.121089,22.320795],[114.145726,22.300864],[114.120473,22.272068],[114.164821,22.226648],[114.200545,22.232188],[114.203009,22.206703],[114.265835,22.200608],[114.248588,22.274837],[114.262139,22.294773],[114.284929,22.263761],[114.313262,22.264315],[114.315726,22.299203],[114.315726,22.299756],[114.278153,22.328546],[114.283081,22.386661],[114.322501,22.385554],[114.323117,22.385554],[114.323733,22.385001],[114.323733,22.384447],[114.356994,22.340171],[114.394566,22.361757],[114.385327,22.41156],[114.406269,22.432582],[114.406269,22.433688],[114.376088,22.436454],[114.325581,22.479041],[114.278769,22.435901],[114.220255,22.427603],[114.205473,22.449729],[114.23319,22.466875],[114.2529,22.445304],[114.340979,22.50337],[114.309566,22.497288],[114.28924,22.52272],[114.263987,22.541515],[114.263371,22.541515],[114.260291,22.547595],[114.232574,22.528801],[114.232574,22.539857],[114.222719,22.553122],[114.166052,22.559201],[114.156813,22.543726],[114.095219,22.534329],[114.082285,22.512216],[114.031778,22.503923]]],[[[114.142647,22.213906],[114.123553,22.238836],[114.120473,22.177888],[114.154965,22.177888],[114.166668,22.205041],[114.142647,22.213906]]],[[[114.305871,22.372273],[114.313878,22.340724],[114.332972,22.353455],[114.305255,22.372826],[114.305871,22.372273]]],[[[114.320037,22.381127],[114.323733,22.384447],[114.323733,22.385001],[114.323117,22.385554],[114.322501,22.385554],[114.319421,22.382234],[114.320037,22.38168],[114.320037,22.381127]]],[[[114.305871,22.369506],[114.305871,22.372273],[114.305255,22.372826],[114.305871,22.369506]]],[[[114.315726,22.299203],[114.316958,22.298649],[114.316342,22.30031],[114.315726,22.299756],[114.315726,22.299203]]],[[[114.319421,22.382234],[114.320037,22.381127],[114.320037,22.38168],[114.319421,22.382234]]],[[[114.372392,22.32301],[114.373008,22.323564],[114.372392,22.323564],[114.372392,22.32301]]],[[[114.323733,22.297541],[114.324349,22.297541],[114.323733,22.298095],[114.323733,22.297541]]]]}},{"type":"Feature","properties":{"adcode":820000,"name":"澳门特别行政区","center":[113.54909,22.198951],"centroid":[113.566988,22.159307],"childrenNum":8,"level":"province","parent":{"adcode":100000},"subFeatureIndex":33,"acroutes":[100000]},"geometry":{"type":"MultiPolygon","coordinates":[[[[113.554425,22.107489],[113.6037,22.132438],[113.575983,22.194513],[113.558736,22.212244],[113.53841,22.209473],[113.534715,22.174009],[113.554425,22.142416],[113.554425,22.107489]]],[[[113.586453,22.201162],[113.575983,22.201162],[113.575983,22.194513],[113.586453,22.201162]]]]}},{"type":"Feature","properties":{"name":"","adchar":"JD","adcode":"100000_JD"},"geometry":{"type":"MultiPolygon","coordinates":[[[[122.51865306,23.46078502],[122.79861399,24.57367379],[122.79889322,24.57678999],[122.79819583,24.57983997],[122.79659008,24.58252516],[122.79423315,24.58458272],[122.79135575,24.58581125],[122.78823955,24.58609049],[122.78518957,24.5853931],[122.78250438,24.58378734],[122.78044682,24.58143041],[122.77921829,24.57855302],[122.49925737,23.46566424],[122.49897813,23.46254804],[122.49967552,23.45949807],[122.50128127,23.45681287],[122.5036382,23.45475531],[122.5065156,23.45352678],[122.50963181,23.45324755],[122.51268178,23.45394494],[122.51536697,23.45555069],[122.51742454,23.45790762],[122.51865306,23.46078502]]],[[[121.17202617,20.8054593],[121.90938804,21.68743347],[121.9109946,21.69011818],[121.91169291,21.69316794],[121.91141462,21.69628423],[121.91018696,21.699162],[121.9081301,21.70151955],[121.9054454,21.70312611],[121.90239563,21.70382443],[121.89927934,21.70354613],[121.89640158,21.70231847],[121.89404403,21.70026162],[121.15668216,20.81828744],[121.1550756,20.81560273],[121.15437729,20.81255297],[121.15465558,20.80943668],[121.15588324,20.80655891],[121.1579401,20.80420136],[121.1606248,20.8025948],[121.16367457,20.80189649],[121.16679085,20.80217478],[121.16966862,20.80340244],[121.17202617,20.8054593]]],[[[119.47366172,18.00707291],[120.02569734,19.02403788],[120.02674143,19.02698721],[120.02682302,19.03011484],[120.02593412,19.0331146],[120.02416175,19.03569286],[120.02167941,19.03759723],[120.01873007,19.03864132],[120.01560245,19.03872291],[120.01260269,19.03783401],[120.01002443,19.03606165],[120.00812005,19.0335793],[119.45608443,18.01661433],[119.45504035,18.01366499],[119.45495876,18.01053737],[119.45584765,18.00753761],[119.45762002,18.00495935],[119.46010237,18.00305497],[119.4630517,18.00201089],[119.46617933,18.0019293],[119.46917909,18.0028182],[119.47175735,18.00459056],[119.47366172,18.00707291]]],[[[119.0726757,15.04098494],[119.0726757,16.04388528],[119.07218626,16.04697545],[119.07076587,16.04976313],[119.06855355,16.05197545],[119.06576587,16.05339584],[119.0626757,16.05388528],[119.05958553,16.05339584],[119.05679784,16.05197545],[119.05458553,16.04976313],[119.05316513,16.04697545],[119.0526757,16.04388528],[119.0526757,15.04105889],[119.0521839,15.00781004],[119.05262758,15.00471297],[119.05400659,15.00190458],[119.05618595,14.99965979],[119.05895232,14.99819832],[119.06203491,14.99766324],[119.06513198,14.99810691],[119.06794036,14.99948592],[119.07018516,15.00166528],[119.07164663,15.00443165],[119.07218171,15.00751424],[119.0726746,15.04083704],[119.0726757,15.04098494]]],[[[118.68646749,11.18959191],[118.52518702,10.91547751],[118.52404181,10.91256595],[118.52385237,10.909443],[118.52463726,10.90641436],[118.52631962,10.9037765],[118.5287348,10.90178762],[118.53164636,10.90064241],[118.53476931,10.90045298],[118.53779795,10.90123786],[118.54043581,10.90292022],[118.54242469,10.9053354],[118.70409227,11.18010771],[118.70476212,11.18147468],[118.87431591,11.606662],[118.87459939,11.60747236],[118.98894963,11.98573108],[118.98937534,11.98883067],[118.9888224,11.99191011],[118.98734492,11.99466796],[118.98508753,11.99683427],[118.98227119,11.99819697],[118.9791716,11.99862269],[118.97609216,11.99806975],[118.97333431,11.99659227],[118.97116801,11.99433487],[118.9698053,11.99151854],[118.85557939,11.6136711],[118.68646749,11.18959191]]],[[[115.54466883,7.14672265],[116.2504858,7.979279],[116.25211077,7.98195261],[116.25283001,7.9849975],[116.25257312,7.98811563],[116.25136525,7.99100176],[116.24932463,7.99337338],[116.24665102,7.99499834],[116.24360613,7.99571758],[116.240488,7.99546069],[116.23760187,7.99425282],[116.23523025,7.99221221],[115.52941328,7.15965587],[115.52778832,7.15698226],[115.52706908,7.15393736],[115.52732596,7.15081924],[115.52853383,7.1479331],[115.53057445,7.14556148],[115.53324806,7.14393652],[115.53629295,7.14321728],[115.53941108,7.14347417],[115.54229721,7.14468204],[115.54466883,7.14672265]]],[[[112.30705249,3.53487257],[111.78690114,3.41687263],[111.78399583,3.41571167],[111.78159146,3.41370973],[111.77992341,3.41106279],[111.77915495,3.40802995],[111.77936129,3.40490807],[111.78052226,3.40200275],[111.78252419,3.39959839],[111.78517113,3.39793033],[111.78820398,3.39716187],[111.79132585,3.39736822],[112.31181658,3.51544515],[112.31248917,3.51562254],[112.52147408,3.5785908],[112.52281386,3.57910186],[112.85206367,3.73256867],[112.85465776,3.7343178],[112.85658437,3.73678292],[112.85765492,3.73972276],[112.85776462,3.74284952],[112.85690272,3.74585715],[112.8551536,3.74845124],[112.85268847,3.75037785],[112.84974864,3.7514484],[112.84662187,3.75155809],[112.84361424,3.7506962],[112.51501594,3.59753306],[112.30705249,3.53487257]]],[[[108.26055972,6.08912451],[108.29013305,6.01266273],[108.29170425,6.00995718],[108.29403462,6.00786957],[108.29689603,6.00660426],[108.3000084,6.00628511],[108.30306706,6.00694335],[108.30577262,6.00851455],[108.30786022,6.01084492],[108.30912553,6.01370633],[108.30944469,6.0168187],[108.30878645,6.01987736],[108.279563,6.09543449],[108.25611734,6.22752625],[108.21679964,6.53816468],[108.21876335,6.94964057],[108.24419535,7.07390742],[108.24433543,7.07703297],[108.24350281,7.08004883],[108.24177899,7.0826598],[108.2393327,7.08461028],[108.23640341,7.08570936],[108.23327786,7.08584944],[108.230262,7.08501682],[108.22765103,7.083293],[108.22570055,7.08084671],[108.22460147,7.07791743],[108.19897125,6.95268198],[108.1987683,6.95072469],[108.19679674,6.53760583],[108.19687578,6.53630242],[108.23630689,6.22476797],[108.23638164,6.22427602],[108.26004031,6.09098419],[108.26055972,6.08912451]]],[[[110.12822847,11.36894451],[110.05553696,11.25335394],[110.05430621,11.25047749],[110.05402458,11.2473615],[110.05471962,11.24431099],[110.05632331,11.24162456],[110.05867865,11.23956519],[110.0615551,11.23833444],[110.06467109,11.23805281],[110.0677216,11.23874785],[110.07040803,11.24035153],[110.07246741,11.24270688],[110.14541497,11.35870461],[110.14588682,11.35954163],[110.20700505,11.48128846],[110.20728377,11.48189306],[110.25854422,11.60358735],[110.25901765,11.60499559],[110.30436343,11.7826124],[110.30456934,11.78364161],[110.32822801,11.94571326],[110.32832827,11.94685414],[110.33424294,12.14159753],[110.33424553,12.14210167],[110.33227398,12.24038351],[110.33172267,12.24346324],[110.33024665,12.24622187],[110.3279904,12.24838938],[110.32517479,12.24975358],[110.32207543,12.25018094],[110.3189957,12.24962962],[110.31623706,12.2481536],[110.31406956,12.24589736],[110.31270536,12.24308175],[110.312278,12.23998238],[110.3142445,12.14195265],[110.3083549,11.94803461],[110.28485499,11.78705054],[110.23982347,11.61066468],[110.18898148,11.48996382],[110.12822847,11.36894451]]],[[[109.82951587,15.22896754],[109.84522534,15.15316562],[109.84633168,15.15023907],[109.84828823,15.14779763],[109.85090347,15.14608029],[109.85392139,15.14525516],[109.85704658,15.145403],[109.85997314,15.14650935],[109.86241457,15.1484659],[109.86413191,15.15108113],[109.86495704,15.15409906],[109.8648092,15.15722425],[109.84903675,15.23333003],[109.84889209,15.23393326],[109.78974541,15.45068337],[109.7892391,15.45210582],[109.69066131,15.67432448],[109.6900529,15.67548445],[109.59147511,15.83677407],[109.59116145,15.8372556],[109.53201478,15.92259221],[109.53166592,15.92306523],[109.30888011,16.20725797],[109.30658844,16.20938798],[109.30375073,16.21070558],[109.30064474,16.21108179],[109.29757451,16.21047978],[109.29484059,16.20895848],[109.29271057,16.20666681],[109.29139298,16.2038291],[109.29101677,16.20072311],[109.29161878,16.19765288],[109.29314007,16.19491896],[109.51574449,15.91095759],[109.57455994,15.82609887],[109.67264555,15.66561455],[109.77065019,15.44468789],[109.82951587,15.22896754]]]]}}]} \ No newline at end of file diff --git a/target/classes/admin/admin/src/components/home/HomeCard.vue b/target/classes/admin/admin/src/components/home/HomeCard.vue new file mode 100644 index 0000000..bcd8f3f --- /dev/null +++ b/target/classes/admin/admin/src/components/home/HomeCard.vue @@ -0,0 +1,60 @@ + + + diff --git a/target/classes/admin/admin/src/components/home/HomeChart.vue b/target/classes/admin/admin/src/components/home/HomeChart.vue new file mode 100644 index 0000000..b88a96b --- /dev/null +++ b/target/classes/admin/admin/src/components/home/HomeChart.vue @@ -0,0 +1,126 @@ + + + diff --git a/target/classes/admin/admin/src/components/home/HomeComment.vue b/target/classes/admin/admin/src/components/home/HomeComment.vue new file mode 100644 index 0000000..ea5c08c --- /dev/null +++ b/target/classes/admin/admin/src/components/home/HomeComment.vue @@ -0,0 +1,101 @@ + + + diff --git a/target/classes/admin/admin/src/components/home/HomeProgress.vue b/target/classes/admin/admin/src/components/home/HomeProgress.vue new file mode 100644 index 0000000..46a96c1 --- /dev/null +++ b/target/classes/admin/admin/src/components/home/HomeProgress.vue @@ -0,0 +1,55 @@ + + + diff --git a/target/classes/admin/admin/src/components/index/IndexAside.vue b/target/classes/admin/admin/src/components/index/IndexAside.vue new file mode 100644 index 0000000..cb9a803 --- /dev/null +++ b/target/classes/admin/admin/src/components/index/IndexAside.vue @@ -0,0 +1,56 @@ + + + + diff --git a/target/classes/admin/admin/src/components/index/IndexAsideStatic.vue b/target/classes/admin/admin/src/components/index/IndexAsideStatic.vue new file mode 100644 index 0000000..9887a62 --- /dev/null +++ b/target/classes/admin/admin/src/components/index/IndexAsideStatic.vue @@ -0,0 +1,617 @@ + + + + diff --git a/target/classes/admin/admin/src/components/index/IndexAsideSub.vue b/target/classes/admin/admin/src/components/index/IndexAsideSub.vue new file mode 100644 index 0000000..1c710eb --- /dev/null +++ b/target/classes/admin/admin/src/components/index/IndexAsideSub.vue @@ -0,0 +1,51 @@ + + + diff --git a/target/classes/admin/admin/src/components/index/IndexHeader.vue b/target/classes/admin/admin/src/components/index/IndexHeader.vue new file mode 100644 index 0000000..a6f2b9a --- /dev/null +++ b/target/classes/admin/admin/src/components/index/IndexHeader.vue @@ -0,0 +1,181 @@ + + + + + + diff --git a/target/classes/admin/admin/src/components/index/IndexMain.vue b/target/classes/admin/admin/src/components/index/IndexMain.vue new file mode 100644 index 0000000..c61a3ed --- /dev/null +++ b/target/classes/admin/admin/src/components/index/IndexMain.vue @@ -0,0 +1,161 @@ + + + + diff --git a/target/classes/admin/admin/src/components/index/TagsView/ScrollPane.vue b/target/classes/admin/admin/src/components/index/TagsView/ScrollPane.vue new file mode 100644 index 0000000..0ec76e7 --- /dev/null +++ b/target/classes/admin/admin/src/components/index/TagsView/ScrollPane.vue @@ -0,0 +1,85 @@ + + + + + diff --git a/target/classes/admin/admin/src/components/index/TagsView/index.vue b/target/classes/admin/admin/src/components/index/TagsView/index.vue new file mode 100644 index 0000000..7ecd3d4 --- /dev/null +++ b/target/classes/admin/admin/src/components/index/TagsView/index.vue @@ -0,0 +1,319 @@ + + + + + \ No newline at end of file diff --git a/target/classes/admin/admin/src/icons/index.js b/target/classes/admin/admin/src/icons/index.js new file mode 100644 index 0000000..d613ca9 --- /dev/null +++ b/target/classes/admin/admin/src/icons/index.js @@ -0,0 +1,9 @@ +import Vue from 'vue' +import SvgIcon from '@/components/SvgIcon'// svg component + +// register globally +Vue.component('svg-icon', SvgIcon) + +const req = require.context('./svg/svg', false, /\.svg$/) +const requireAll = requireContext => requireContext.keys().map(requireContext) +requireAll(req) diff --git a/target/classes/admin/admin/src/icons/svg/404.svg b/target/classes/admin/admin/src/icons/svg/404.svg new file mode 100644 index 0000000..00f06cc --- /dev/null +++ b/target/classes/admin/admin/src/icons/svg/404.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/target/classes/admin/admin/src/icons/svg/articleEdit.svg b/target/classes/admin/admin/src/icons/svg/articleEdit.svg new file mode 100644 index 0000000..5374cbc --- /dev/null +++ b/target/classes/admin/admin/src/icons/svg/articleEdit.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/target/classes/admin/admin/src/icons/svg/banner.svg b/target/classes/admin/admin/src/icons/svg/banner.svg new file mode 100644 index 0000000..1b12587 --- /dev/null +++ b/target/classes/admin/admin/src/icons/svg/banner.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/target/classes/admin/admin/src/icons/svg/bug.svg b/target/classes/admin/admin/src/icons/svg/bug.svg new file mode 100644 index 0000000..1fed74f --- /dev/null +++ b/target/classes/admin/admin/src/icons/svg/bug.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/target/classes/admin/admin/src/icons/svg/build.svg b/target/classes/admin/admin/src/icons/svg/build.svg new file mode 100644 index 0000000..ceec790 --- /dev/null +++ b/target/classes/admin/admin/src/icons/svg/build.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/target/classes/admin/admin/src/icons/svg/cfg.svg b/target/classes/admin/admin/src/icons/svg/cfg.svg new file mode 100644 index 0000000..5f1dcee --- /dev/null +++ b/target/classes/admin/admin/src/icons/svg/cfg.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/target/classes/admin/admin/src/icons/svg/channel.svg b/target/classes/admin/admin/src/icons/svg/channel.svg new file mode 100644 index 0000000..85a7f2a --- /dev/null +++ b/target/classes/admin/admin/src/icons/svg/channel.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/target/classes/admin/admin/src/icons/svg/chart.svg b/target/classes/admin/admin/src/icons/svg/chart.svg new file mode 100644 index 0000000..932f437 --- /dev/null +++ b/target/classes/admin/admin/src/icons/svg/chart.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/target/classes/admin/admin/src/icons/svg/clipboard.svg b/target/classes/admin/admin/src/icons/svg/clipboard.svg new file mode 100644 index 0000000..17880dc --- /dev/null +++ b/target/classes/admin/admin/src/icons/svg/clipboard.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/target/classes/admin/admin/src/icons/svg/code.svg b/target/classes/admin/admin/src/icons/svg/code.svg new file mode 100644 index 0000000..b8a4c96 --- /dev/null +++ b/target/classes/admin/admin/src/icons/svg/code.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/target/classes/admin/admin/src/icons/svg/component.svg b/target/classes/admin/admin/src/icons/svg/component.svg new file mode 100644 index 0000000..a3fa82c --- /dev/null +++ b/target/classes/admin/admin/src/icons/svg/component.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/target/classes/admin/admin/src/icons/svg/contacts.svg b/target/classes/admin/admin/src/icons/svg/contacts.svg new file mode 100644 index 0000000..5096086 --- /dev/null +++ b/target/classes/admin/admin/src/icons/svg/contacts.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/target/classes/admin/admin/src/icons/svg/dashboard.svg b/target/classes/admin/admin/src/icons/svg/dashboard.svg new file mode 100644 index 0000000..d52106b --- /dev/null +++ b/target/classes/admin/admin/src/icons/svg/dashboard.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/target/classes/admin/admin/src/icons/svg/date.svg b/target/classes/admin/admin/src/icons/svg/date.svg new file mode 100644 index 0000000..130b1ce --- /dev/null +++ b/target/classes/admin/admin/src/icons/svg/date.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/target/classes/admin/admin/src/icons/svg/dept.svg b/target/classes/admin/admin/src/icons/svg/dept.svg new file mode 100644 index 0000000..6a34cc0 --- /dev/null +++ b/target/classes/admin/admin/src/icons/svg/dept.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/target/classes/admin/admin/src/icons/svg/dict.svg b/target/classes/admin/admin/src/icons/svg/dict.svg new file mode 100644 index 0000000..92f0611 --- /dev/null +++ b/target/classes/admin/admin/src/icons/svg/dict.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/target/classes/admin/admin/src/icons/svg/documentation.svg b/target/classes/admin/admin/src/icons/svg/documentation.svg new file mode 100644 index 0000000..390c221 --- /dev/null +++ b/target/classes/admin/admin/src/icons/svg/documentation.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/target/classes/admin/admin/src/icons/svg/download.svg b/target/classes/admin/admin/src/icons/svg/download.svg new file mode 100644 index 0000000..9e9ab58 --- /dev/null +++ b/target/classes/admin/admin/src/icons/svg/download.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/target/classes/admin/admin/src/icons/svg/drag.svg b/target/classes/admin/admin/src/icons/svg/drag.svg new file mode 100644 index 0000000..1b1cff0 --- /dev/null +++ b/target/classes/admin/admin/src/icons/svg/drag.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/target/classes/admin/admin/src/icons/svg/druid.svg b/target/classes/admin/admin/src/icons/svg/druid.svg new file mode 100644 index 0000000..460ccb8 --- /dev/null +++ b/target/classes/admin/admin/src/icons/svg/druid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/target/classes/admin/admin/src/icons/svg/edit.svg b/target/classes/admin/admin/src/icons/svg/edit.svg new file mode 100644 index 0000000..445b373 --- /dev/null +++ b/target/classes/admin/admin/src/icons/svg/edit.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/target/classes/admin/admin/src/icons/svg/education.svg b/target/classes/admin/admin/src/icons/svg/education.svg new file mode 100644 index 0000000..7bfb01d --- /dev/null +++ b/target/classes/admin/admin/src/icons/svg/education.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/target/classes/admin/admin/src/icons/svg/email.svg b/target/classes/admin/admin/src/icons/svg/email.svg new file mode 100644 index 0000000..146df34 --- /dev/null +++ b/target/classes/admin/admin/src/icons/svg/email.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/target/classes/admin/admin/src/icons/svg/excel.svg b/target/classes/admin/admin/src/icons/svg/excel.svg new file mode 100644 index 0000000..5f60f3d --- /dev/null +++ b/target/classes/admin/admin/src/icons/svg/excel.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/target/classes/admin/admin/src/icons/svg/exit-fullscreen.svg b/target/classes/admin/admin/src/icons/svg/exit-fullscreen.svg new file mode 100644 index 0000000..485c128 --- /dev/null +++ b/target/classes/admin/admin/src/icons/svg/exit-fullscreen.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/target/classes/admin/admin/src/icons/svg/eye-open.svg b/target/classes/admin/admin/src/icons/svg/eye-open.svg new file mode 100644 index 0000000..88dcc98 --- /dev/null +++ b/target/classes/admin/admin/src/icons/svg/eye-open.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/target/classes/admin/admin/src/icons/svg/file.svg b/target/classes/admin/admin/src/icons/svg/file.svg new file mode 100644 index 0000000..2747479 --- /dev/null +++ b/target/classes/admin/admin/src/icons/svg/file.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/target/classes/admin/admin/src/icons/svg/form.svg b/target/classes/admin/admin/src/icons/svg/form.svg new file mode 100644 index 0000000..62686b2 --- /dev/null +++ b/target/classes/admin/admin/src/icons/svg/form.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/target/classes/admin/admin/src/icons/svg/fullscreen.svg b/target/classes/admin/admin/src/icons/svg/fullscreen.svg new file mode 100644 index 0000000..0e86b6f --- /dev/null +++ b/target/classes/admin/admin/src/icons/svg/fullscreen.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/target/classes/admin/admin/src/icons/svg/icon.svg b/target/classes/admin/admin/src/icons/svg/icon.svg new file mode 100644 index 0000000..518b57c --- /dev/null +++ b/target/classes/admin/admin/src/icons/svg/icon.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/target/classes/admin/admin/src/icons/svg/international.svg b/target/classes/admin/admin/src/icons/svg/international.svg new file mode 100644 index 0000000..9ba2b4e --- /dev/null +++ b/target/classes/admin/admin/src/icons/svg/international.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/target/classes/admin/admin/src/icons/svg/job.svg b/target/classes/admin/admin/src/icons/svg/job.svg new file mode 100644 index 0000000..00a8ff0 --- /dev/null +++ b/target/classes/admin/admin/src/icons/svg/job.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/target/classes/admin/admin/src/icons/svg/language.svg b/target/classes/admin/admin/src/icons/svg/language.svg new file mode 100644 index 0000000..9602435 --- /dev/null +++ b/target/classes/admin/admin/src/icons/svg/language.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/target/classes/admin/admin/src/icons/svg/link.svg b/target/classes/admin/admin/src/icons/svg/link.svg new file mode 100644 index 0000000..48197ba --- /dev/null +++ b/target/classes/admin/admin/src/icons/svg/link.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/target/classes/admin/admin/src/icons/svg/list.svg b/target/classes/admin/admin/src/icons/svg/list.svg new file mode 100644 index 0000000..60454f6 --- /dev/null +++ b/target/classes/admin/admin/src/icons/svg/list.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/target/classes/admin/admin/src/icons/svg/lock.svg b/target/classes/admin/admin/src/icons/svg/lock.svg new file mode 100644 index 0000000..d62e00b --- /dev/null +++ b/target/classes/admin/admin/src/icons/svg/lock.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/target/classes/admin/admin/src/icons/svg/log.svg b/target/classes/admin/admin/src/icons/svg/log.svg new file mode 100644 index 0000000..462b275 --- /dev/null +++ b/target/classes/admin/admin/src/icons/svg/log.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/target/classes/admin/admin/src/icons/svg/logininfor.svg b/target/classes/admin/admin/src/icons/svg/logininfor.svg new file mode 100644 index 0000000..257255d --- /dev/null +++ b/target/classes/admin/admin/src/icons/svg/logininfor.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/target/classes/admin/admin/src/icons/svg/menu.svg b/target/classes/admin/admin/src/icons/svg/menu.svg new file mode 100644 index 0000000..d8b7d52 --- /dev/null +++ b/target/classes/admin/admin/src/icons/svg/menu.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/target/classes/admin/admin/src/icons/svg/message.svg b/target/classes/admin/admin/src/icons/svg/message.svg new file mode 100644 index 0000000..b348db7 --- /dev/null +++ b/target/classes/admin/admin/src/icons/svg/message.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/target/classes/admin/admin/src/icons/svg/money.svg b/target/classes/admin/admin/src/icons/svg/money.svg new file mode 100644 index 0000000..0b6f7f4 --- /dev/null +++ b/target/classes/admin/admin/src/icons/svg/money.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/target/classes/admin/admin/src/icons/svg/monitor.svg b/target/classes/admin/admin/src/icons/svg/monitor.svg new file mode 100644 index 0000000..d3a6da5 --- /dev/null +++ b/target/classes/admin/admin/src/icons/svg/monitor.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/target/classes/admin/admin/src/icons/svg/nested.svg b/target/classes/admin/admin/src/icons/svg/nested.svg new file mode 100644 index 0000000..3951950 --- /dev/null +++ b/target/classes/admin/admin/src/icons/svg/nested.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/target/classes/admin/admin/src/icons/svg/nested0.svg b/target/classes/admin/admin/src/icons/svg/nested0.svg new file mode 100644 index 0000000..3951950 --- /dev/null +++ b/target/classes/admin/admin/src/icons/svg/nested0.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/target/classes/admin/admin/src/icons/svg/online.svg b/target/classes/admin/admin/src/icons/svg/online.svg new file mode 100644 index 0000000..5a7a766 --- /dev/null +++ b/target/classes/admin/admin/src/icons/svg/online.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/target/classes/admin/admin/src/icons/svg/operation.svg b/target/classes/admin/admin/src/icons/svg/operation.svg new file mode 100644 index 0000000..4a6b66b --- /dev/null +++ b/target/classes/admin/admin/src/icons/svg/operation.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/target/classes/admin/admin/src/icons/svg/password.svg b/target/classes/admin/admin/src/icons/svg/password.svg new file mode 100644 index 0000000..f4e23fe --- /dev/null +++ b/target/classes/admin/admin/src/icons/svg/password.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/target/classes/admin/admin/src/icons/svg/password0.svg b/target/classes/admin/admin/src/icons/svg/password0.svg new file mode 100644 index 0000000..f4e23fe --- /dev/null +++ b/target/classes/admin/admin/src/icons/svg/password0.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/target/classes/admin/admin/src/icons/svg/pdf.svg b/target/classes/admin/admin/src/icons/svg/pdf.svg new file mode 100644 index 0000000..957aa0c --- /dev/null +++ b/target/classes/admin/admin/src/icons/svg/pdf.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/target/classes/admin/admin/src/icons/svg/people.svg b/target/classes/admin/admin/src/icons/svg/people.svg new file mode 100644 index 0000000..c6ebf1a --- /dev/null +++ b/target/classes/admin/admin/src/icons/svg/people.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/target/classes/admin/admin/src/icons/svg/peoples.svg b/target/classes/admin/admin/src/icons/svg/peoples.svg new file mode 100644 index 0000000..a94b8ee --- /dev/null +++ b/target/classes/admin/admin/src/icons/svg/peoples.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/target/classes/admin/admin/src/icons/svg/phone.svg b/target/classes/admin/admin/src/icons/svg/phone.svg new file mode 100644 index 0000000..11d2004 --- /dev/null +++ b/target/classes/admin/admin/src/icons/svg/phone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/target/classes/admin/admin/src/icons/svg/post.svg b/target/classes/admin/admin/src/icons/svg/post.svg new file mode 100644 index 0000000..5881e8a --- /dev/null +++ b/target/classes/admin/admin/src/icons/svg/post.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/target/classes/admin/admin/src/icons/svg/qq.svg b/target/classes/admin/admin/src/icons/svg/qq.svg new file mode 100644 index 0000000..c8ff6f6 --- /dev/null +++ b/target/classes/admin/admin/src/icons/svg/qq.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/target/classes/admin/admin/src/icons/svg/search.svg b/target/classes/admin/admin/src/icons/svg/search.svg new file mode 100644 index 0000000..84233dd --- /dev/null +++ b/target/classes/admin/admin/src/icons/svg/search.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/target/classes/admin/admin/src/icons/svg/sender.svg b/target/classes/admin/admin/src/icons/svg/sender.svg new file mode 100644 index 0000000..2cfa28a --- /dev/null +++ b/target/classes/admin/admin/src/icons/svg/sender.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/target/classes/admin/admin/src/icons/svg/server.svg b/target/classes/admin/admin/src/icons/svg/server.svg new file mode 100644 index 0000000..101a19d --- /dev/null +++ b/target/classes/admin/admin/src/icons/svg/server.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/target/classes/admin/admin/src/icons/svg/shopping.svg b/target/classes/admin/admin/src/icons/svg/shopping.svg new file mode 100644 index 0000000..87513e7 --- /dev/null +++ b/target/classes/admin/admin/src/icons/svg/shopping.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/target/classes/admin/admin/src/icons/svg/shoppingCard.svg b/target/classes/admin/admin/src/icons/svg/shoppingCard.svg new file mode 100644 index 0000000..52280ac --- /dev/null +++ b/target/classes/admin/admin/src/icons/svg/shoppingCard.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/target/classes/admin/admin/src/icons/svg/size.svg b/target/classes/admin/admin/src/icons/svg/size.svg new file mode 100644 index 0000000..ddb25b8 --- /dev/null +++ b/target/classes/admin/admin/src/icons/svg/size.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/target/classes/admin/admin/src/icons/svg/skill.svg b/target/classes/admin/admin/src/icons/svg/skill.svg new file mode 100644 index 0000000..a3b7312 --- /dev/null +++ b/target/classes/admin/admin/src/icons/svg/skill.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/target/classes/admin/admin/src/icons/svg/star.svg b/target/classes/admin/admin/src/icons/svg/star.svg new file mode 100644 index 0000000..4b7e9ef --- /dev/null +++ b/target/classes/admin/admin/src/icons/svg/star.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/target/classes/admin/admin/src/icons/svg/svg/AI.svg b/target/classes/admin/admin/src/icons/svg/svg/AI.svg new file mode 100644 index 0000000..daf0688 --- /dev/null +++ b/target/classes/admin/admin/src/icons/svg/svg/AI.svg @@ -0,0 +1 @@ +物联设备 \ No newline at end of file diff --git a/target/classes/admin/admin/src/icons/svg/svg/AIDeviceLayout.svg b/target/classes/admin/admin/src/icons/svg/svg/AIDeviceLayout.svg new file mode 100644 index 0000000..b4557e8 --- /dev/null +++ b/target/classes/admin/admin/src/icons/svg/svg/AIDeviceLayout.svg @@ -0,0 +1 @@ +物联网配置 \ No newline at end of file diff --git a/target/classes/admin/admin/src/icons/svg/svg/EIM.svg b/target/classes/admin/admin/src/icons/svg/svg/EIM.svg new file mode 100644 index 0000000..9a79bfb --- /dev/null +++ b/target/classes/admin/admin/src/icons/svg/svg/EIM.svg @@ -0,0 +1 @@ +企业信息 \ No newline at end of file diff --git a/target/classes/admin/admin/src/icons/svg/svg/VIP.svg b/target/classes/admin/admin/src/icons/svg/svg/VIP.svg new file mode 100644 index 0000000..8f7cf03 --- /dev/null +++ b/target/classes/admin/admin/src/icons/svg/svg/VIP.svg @@ -0,0 +1 @@ +vip登记 \ No newline at end of file diff --git a/target/classes/admin/admin/src/icons/svg/svg/agricultureRegister.svg b/target/classes/admin/admin/src/icons/svg/svg/agricultureRegister.svg new file mode 100644 index 0000000..11484e0 --- /dev/null +++ b/target/classes/admin/admin/src/icons/svg/svg/agricultureRegister.svg @@ -0,0 +1 @@ +农资登记 \ No newline at end of file diff --git a/target/classes/admin/admin/src/icons/svg/svg/area.svg b/target/classes/admin/admin/src/icons/svg/svg/area.svg new file mode 100644 index 0000000..c6ced1a --- /dev/null +++ b/target/classes/admin/admin/src/icons/svg/svg/area.svg @@ -0,0 +1 @@ +省份管理 \ No newline at end of file diff --git a/target/classes/admin/admin/src/icons/svg/svg/base.svg b/target/classes/admin/admin/src/icons/svg/svg/base.svg new file mode 100644 index 0000000..8ef04e1 --- /dev/null +++ b/target/classes/admin/admin/src/icons/svg/svg/base.svg @@ -0,0 +1 @@ +基地管理 \ No newline at end of file diff --git a/target/classes/admin/admin/src/icons/svg/svg/batch.svg b/target/classes/admin/admin/src/icons/svg/svg/batch.svg new file mode 100644 index 0000000..27cbdbf --- /dev/null +++ b/target/classes/admin/admin/src/icons/svg/svg/batch.svg @@ -0,0 +1 @@ +种植批次管理 \ No newline at end of file diff --git a/target/classes/admin/admin/src/icons/svg/svg/board.svg b/target/classes/admin/admin/src/icons/svg/svg/board.svg new file mode 100644 index 0000000..12b3327 --- /dev/null +++ b/target/classes/admin/admin/src/icons/svg/svg/board.svg @@ -0,0 +1 @@ +看板管理 \ No newline at end of file diff --git a/target/classes/admin/admin/src/icons/svg/svg/board1.svg b/target/classes/admin/admin/src/icons/svg/svg/board1.svg new file mode 100644 index 0000000..52e1ac8 --- /dev/null +++ b/target/classes/admin/admin/src/icons/svg/svg/board1.svg @@ -0,0 +1,19 @@ + + + + +看板管理 + + + + + + diff --git a/target/classes/admin/admin/src/icons/svg/svg/boardConfig.svg b/target/classes/admin/admin/src/icons/svg/svg/boardConfig.svg new file mode 100644 index 0000000..b49f178 --- /dev/null +++ b/target/classes/admin/admin/src/icons/svg/svg/boardConfig.svg @@ -0,0 +1 @@ +看板配置 \ No newline at end of file diff --git a/target/classes/admin/admin/src/icons/svg/svg/cfg.svg b/target/classes/admin/admin/src/icons/svg/svg/cfg.svg new file mode 100644 index 0000000..5f1dcee --- /dev/null +++ b/target/classes/admin/admin/src/icons/svg/svg/cfg.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/target/classes/admin/admin/src/icons/svg/svg/code.svg b/target/classes/admin/admin/src/icons/svg/svg/code.svg new file mode 100644 index 0000000..b8a4c96 --- /dev/null +++ b/target/classes/admin/admin/src/icons/svg/svg/code.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/target/classes/admin/admin/src/icons/svg/svg/company.svg b/target/classes/admin/admin/src/icons/svg/svg/company.svg new file mode 100644 index 0000000..a3ef975 --- /dev/null +++ b/target/classes/admin/admin/src/icons/svg/svg/company.svg @@ -0,0 +1 @@ +基本信息 \ No newline at end of file diff --git a/target/classes/admin/admin/src/icons/svg/svg/crop.svg b/target/classes/admin/admin/src/icons/svg/svg/crop.svg new file mode 100644 index 0000000..2cea81e --- /dev/null +++ b/target/classes/admin/admin/src/icons/svg/svg/crop.svg @@ -0,0 +1 @@ +农作物管理2 \ No newline at end of file diff --git a/target/classes/admin/admin/src/icons/svg/svg/crops.svg b/target/classes/admin/admin/src/icons/svg/svg/crops.svg new file mode 100644 index 0000000..125676b --- /dev/null +++ b/target/classes/admin/admin/src/icons/svg/svg/crops.svg @@ -0,0 +1 @@ +农作物管理 \ No newline at end of file diff --git a/target/classes/admin/admin/src/icons/svg/svg/dashboard.svg b/target/classes/admin/admin/src/icons/svg/svg/dashboard.svg new file mode 100644 index 0000000..d52106b --- /dev/null +++ b/target/classes/admin/admin/src/icons/svg/svg/dashboard.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/target/classes/admin/admin/src/icons/svg/svg/dataAbnormal.svg b/target/classes/admin/admin/src/icons/svg/svg/dataAbnormal.svg new file mode 100644 index 0000000..ded9e74 --- /dev/null +++ b/target/classes/admin/admin/src/icons/svg/svg/dataAbnormal.svg @@ -0,0 +1 @@ +数据异常 \ No newline at end of file diff --git a/target/classes/admin/admin/src/icons/svg/svg/dataLack.svg b/target/classes/admin/admin/src/icons/svg/svg/dataLack.svg new file mode 100644 index 0000000..d9616b2 --- /dev/null +++ b/target/classes/admin/admin/src/icons/svg/svg/dataLack.svg @@ -0,0 +1 @@ +数据缺失 \ No newline at end of file diff --git a/target/classes/admin/admin/src/icons/svg/svg/dept.svg b/target/classes/admin/admin/src/icons/svg/svg/dept.svg new file mode 100644 index 0000000..2d5a0b1 --- /dev/null +++ b/target/classes/admin/admin/src/icons/svg/svg/dept.svg @@ -0,0 +1 @@ +基地信息管理 \ No newline at end of file diff --git a/target/classes/admin/admin/src/icons/svg/svg/device.svg b/target/classes/admin/admin/src/icons/svg/svg/device.svg new file mode 100644 index 0000000..3cf5001 --- /dev/null +++ b/target/classes/admin/admin/src/icons/svg/svg/device.svg @@ -0,0 +1 @@ +设备管理 \ No newline at end of file diff --git a/target/classes/admin/admin/src/icons/svg/svg/deviceMonitorData.svg b/target/classes/admin/admin/src/icons/svg/svg/deviceMonitorData.svg new file mode 100644 index 0000000..a9a6faf --- /dev/null +++ b/target/classes/admin/admin/src/icons/svg/svg/deviceMonitorData.svg @@ -0,0 +1 @@ +监测数据 \ No newline at end of file diff --git a/target/classes/admin/admin/src/icons/svg/svg/dict.svg b/target/classes/admin/admin/src/icons/svg/svg/dict.svg new file mode 100644 index 0000000..92f0611 --- /dev/null +++ b/target/classes/admin/admin/src/icons/svg/svg/dict.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/target/classes/admin/admin/src/icons/svg/svg/diseasesinsect.svg b/target/classes/admin/admin/src/icons/svg/svg/diseasesinsect.svg new file mode 100644 index 0000000..a0c00e9 --- /dev/null +++ b/target/classes/admin/admin/src/icons/svg/svg/diseasesinsect.svg @@ -0,0 +1 @@ +病虫害管理 \ No newline at end of file diff --git a/target/classes/admin/admin/src/icons/svg/svg/diseasesinsects.svg b/target/classes/admin/admin/src/icons/svg/svg/diseasesinsects.svg new file mode 100644 index 0000000..30b29b6 --- /dev/null +++ b/target/classes/admin/admin/src/icons/svg/svg/diseasesinsects.svg @@ -0,0 +1 @@ +病虫害分析 \ No newline at end of file diff --git a/target/classes/admin/admin/src/icons/svg/svg/documentation.svg b/target/classes/admin/admin/src/icons/svg/svg/documentation.svg new file mode 100644 index 0000000..390c221 --- /dev/null +++ b/target/classes/admin/admin/src/icons/svg/svg/documentation.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/target/classes/admin/admin/src/icons/svg/svg/email.svg b/target/classes/admin/admin/src/icons/svg/svg/email.svg new file mode 100644 index 0000000..146df34 --- /dev/null +++ b/target/classes/admin/admin/src/icons/svg/svg/email.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/target/classes/admin/admin/src/icons/svg/svg/environmental.svg b/target/classes/admin/admin/src/icons/svg/svg/environmental.svg new file mode 100644 index 0000000..70a8db8 --- /dev/null +++ b/target/classes/admin/admin/src/icons/svg/svg/environmental.svg @@ -0,0 +1 @@ +基地环境监测 \ No newline at end of file diff --git a/target/classes/admin/admin/src/icons/svg/svg/eye-open.svg b/target/classes/admin/admin/src/icons/svg/svg/eye-open.svg new file mode 100644 index 0000000..88dcc98 --- /dev/null +++ b/target/classes/admin/admin/src/icons/svg/svg/eye-open.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/target/classes/admin/admin/src/icons/svg/svg/farmingProject.svg b/target/classes/admin/admin/src/icons/svg/svg/farmingProject.svg new file mode 100644 index 0000000..9fe5788 --- /dev/null +++ b/target/classes/admin/admin/src/icons/svg/svg/farmingProject.svg @@ -0,0 +1 @@ +农事项目 \ No newline at end of file diff --git a/target/classes/admin/admin/src/icons/svg/svg/finance.svg b/target/classes/admin/admin/src/icons/svg/svg/finance.svg new file mode 100644 index 0000000..8a0a451 --- /dev/null +++ b/target/classes/admin/admin/src/icons/svg/svg/finance.svg @@ -0,0 +1 @@ +财务管理 \ No newline at end of file diff --git a/target/classes/admin/admin/src/icons/svg/svg/financeBudget.svg b/target/classes/admin/admin/src/icons/svg/svg/financeBudget.svg new file mode 100644 index 0000000..abb7b23 --- /dev/null +++ b/target/classes/admin/admin/src/icons/svg/svg/financeBudget.svg @@ -0,0 +1 @@ +预算统计 \ No newline at end of file diff --git a/target/classes/admin/admin/src/icons/svg/svg/financeReality.svg b/target/classes/admin/admin/src/icons/svg/svg/financeReality.svg new file mode 100644 index 0000000..d762f44 --- /dev/null +++ b/target/classes/admin/admin/src/icons/svg/svg/financeReality.svg @@ -0,0 +1 @@ +实际统计 \ No newline at end of file diff --git a/target/classes/admin/admin/src/icons/svg/svg/firm.svg b/target/classes/admin/admin/src/icons/svg/svg/firm.svg new file mode 100644 index 0000000..88009f7 --- /dev/null +++ b/target/classes/admin/admin/src/icons/svg/svg/firm.svg @@ -0,0 +1 @@ +厂商管理 \ No newline at end of file diff --git a/target/classes/admin/admin/src/icons/svg/svg/firms.svg b/target/classes/admin/admin/src/icons/svg/svg/firms.svg new file mode 100644 index 0000000..fc4267d --- /dev/null +++ b/target/classes/admin/admin/src/icons/svg/svg/firms.svg @@ -0,0 +1 @@ +厂商管理2 \ No newline at end of file diff --git a/target/classes/admin/admin/src/icons/svg/svg/harvestBatch.svg b/target/classes/admin/admin/src/icons/svg/svg/harvestBatch.svg new file mode 100644 index 0000000..6a6b224 --- /dev/null +++ b/target/classes/admin/admin/src/icons/svg/svg/harvestBatch.svg @@ -0,0 +1 @@ +采收批次管理 \ No newline at end of file diff --git a/target/classes/admin/admin/src/icons/svg/svg/harvestDetection.svg b/target/classes/admin/admin/src/icons/svg/svg/harvestDetection.svg new file mode 100644 index 0000000..cff4c25 --- /dev/null +++ b/target/classes/admin/admin/src/icons/svg/svg/harvestDetection.svg @@ -0,0 +1 @@ +采收检测标准 \ No newline at end of file diff --git a/target/classes/admin/admin/src/icons/svg/svg/harvestManage.svg b/target/classes/admin/admin/src/icons/svg/svg/harvestManage.svg new file mode 100644 index 0000000..d304161 --- /dev/null +++ b/target/classes/admin/admin/src/icons/svg/svg/harvestManage.svg @@ -0,0 +1 @@ +采收管理 \ No newline at end of file diff --git a/target/classes/admin/admin/src/icons/svg/svg/harvestWorks.svg b/target/classes/admin/admin/src/icons/svg/svg/harvestWorks.svg new file mode 100644 index 0000000..4a4ac25 --- /dev/null +++ b/target/classes/admin/admin/src/icons/svg/svg/harvestWorks.svg @@ -0,0 +1 @@ +采收检测工单 \ No newline at end of file diff --git a/target/classes/admin/admin/src/icons/svg/svg/heavyMetalDetection.svg b/target/classes/admin/admin/src/icons/svg/svg/heavyMetalDetection.svg new file mode 100644 index 0000000..5a7fd86 --- /dev/null +++ b/target/classes/admin/admin/src/icons/svg/svg/heavyMetalDetection.svg @@ -0,0 +1 @@ +重金属检测项 \ No newline at end of file diff --git a/target/classes/admin/admin/src/icons/svg/svg/home.svg b/target/classes/admin/admin/src/icons/svg/svg/home.svg new file mode 100644 index 0000000..15556cc --- /dev/null +++ b/target/classes/admin/admin/src/icons/svg/svg/home.svg @@ -0,0 +1,14 @@ + + + + + + diff --git a/target/classes/admin/admin/src/icons/svg/svg/inspection.svg b/target/classes/admin/admin/src/icons/svg/svg/inspection.svg new file mode 100644 index 0000000..77e08d1 --- /dev/null +++ b/target/classes/admin/admin/src/icons/svg/svg/inspection.svg @@ -0,0 +1 @@ +巡视反馈 \ No newline at end of file diff --git a/target/classes/admin/admin/src/icons/svg/svg/internet.svg b/target/classes/admin/admin/src/icons/svg/svg/internet.svg new file mode 100644 index 0000000..738c402 --- /dev/null +++ b/target/classes/admin/admin/src/icons/svg/svg/internet.svg @@ -0,0 +1 @@ +物联网管理置 \ No newline at end of file diff --git a/target/classes/admin/admin/src/icons/svg/svg/internetActive.svg b/target/classes/admin/admin/src/icons/svg/svg/internetActive.svg new file mode 100644 index 0000000..b9c14b4 --- /dev/null +++ b/target/classes/admin/admin/src/icons/svg/svg/internetActive.svg @@ -0,0 +1,17 @@ + + + + +物联网管理置 + + + diff --git a/target/classes/admin/admin/src/icons/svg/svg/log.svg b/target/classes/admin/admin/src/icons/svg/svg/log.svg new file mode 100644 index 0000000..462b275 --- /dev/null +++ b/target/classes/admin/admin/src/icons/svg/svg/log.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/target/classes/admin/admin/src/icons/svg/svg/mainSystem.svg b/target/classes/admin/admin/src/icons/svg/svg/mainSystem.svg new file mode 100644 index 0000000..d947a5e --- /dev/null +++ b/target/classes/admin/admin/src/icons/svg/svg/mainSystem.svg @@ -0,0 +1 @@ +主系统 \ No newline at end of file diff --git a/target/classes/admin/admin/src/icons/svg/svg/mainSystemActive.svg b/target/classes/admin/admin/src/icons/svg/svg/mainSystemActive.svg new file mode 100644 index 0000000..74088cb --- /dev/null +++ b/target/classes/admin/admin/src/icons/svg/svg/mainSystemActive.svg @@ -0,0 +1,16 @@ + + + + +主系统 + + diff --git a/target/classes/admin/admin/src/icons/svg/svg/menu.svg b/target/classes/admin/admin/src/icons/svg/svg/menu.svg new file mode 100644 index 0000000..b547e63 --- /dev/null +++ b/target/classes/admin/admin/src/icons/svg/svg/menu.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/target/classes/admin/admin/src/icons/svg/svg/monitorEquipment.svg b/target/classes/admin/admin/src/icons/svg/svg/monitorEquipment.svg new file mode 100644 index 0000000..f0d6184 --- /dev/null +++ b/target/classes/admin/admin/src/icons/svg/svg/monitorEquipment.svg @@ -0,0 +1 @@ +监测设备 \ No newline at end of file diff --git a/target/classes/admin/admin/src/icons/svg/svg/news.svg b/target/classes/admin/admin/src/icons/svg/svg/news.svg new file mode 100644 index 0000000..f0a5498 --- /dev/null +++ b/target/classes/admin/admin/src/icons/svg/svg/news.svg @@ -0,0 +1 @@ +新闻咨询 \ No newline at end of file diff --git a/target/classes/admin/admin/src/icons/svg/svg/order.svg b/target/classes/admin/admin/src/icons/svg/svg/order.svg new file mode 100644 index 0000000..f9de283 --- /dev/null +++ b/target/classes/admin/admin/src/icons/svg/svg/order.svg @@ -0,0 +1 @@ +工单总览 \ No newline at end of file diff --git a/target/classes/admin/admin/src/icons/svg/svg/password.svg b/target/classes/admin/admin/src/icons/svg/svg/password.svg new file mode 100644 index 0000000..f4e23fe --- /dev/null +++ b/target/classes/admin/admin/src/icons/svg/svg/password.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/target/classes/admin/admin/src/icons/svg/svg/peoples.svg b/target/classes/admin/admin/src/icons/svg/svg/peoples.svg new file mode 100644 index 0000000..a8f64a4 --- /dev/null +++ b/target/classes/admin/admin/src/icons/svg/svg/peoples.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/target/classes/admin/admin/src/icons/svg/svg/pest.svg b/target/classes/admin/admin/src/icons/svg/svg/pest.svg new file mode 100644 index 0000000..448a191 --- /dev/null +++ b/target/classes/admin/admin/src/icons/svg/svg/pest.svg @@ -0,0 +1 @@ +病虫害管理 \ No newline at end of file diff --git a/target/classes/admin/admin/src/icons/svg/svg/pestActive.svg b/target/classes/admin/admin/src/icons/svg/svg/pestActive.svg new file mode 100644 index 0000000..47d59fd --- /dev/null +++ b/target/classes/admin/admin/src/icons/svg/svg/pestActive.svg @@ -0,0 +1,32 @@ + + + + +病虫害管理 + + + + diff --git a/target/classes/admin/admin/src/icons/svg/svg/pesticideResidue.svg b/target/classes/admin/admin/src/icons/svg/svg/pesticideResidue.svg new file mode 100644 index 0000000..1cfb6b5 --- /dev/null +++ b/target/classes/admin/admin/src/icons/svg/svg/pesticideResidue.svg @@ -0,0 +1 @@ +农残检测项 \ No newline at end of file diff --git a/target/classes/admin/admin/src/icons/svg/svg/pests.svg b/target/classes/admin/admin/src/icons/svg/svg/pests.svg new file mode 100644 index 0000000..a9e808a --- /dev/null +++ b/target/classes/admin/admin/src/icons/svg/svg/pests.svg @@ -0,0 +1 @@ +病虫害反馈 \ No newline at end of file diff --git a/target/classes/admin/admin/src/icons/svg/svg/phone.svg b/target/classes/admin/admin/src/icons/svg/svg/phone.svg new file mode 100644 index 0000000..832b6c5 --- /dev/null +++ b/target/classes/admin/admin/src/icons/svg/svg/phone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/target/classes/admin/admin/src/icons/svg/svg/plant.svg b/target/classes/admin/admin/src/icons/svg/svg/plant.svg new file mode 100644 index 0000000..aa0b36d --- /dev/null +++ b/target/classes/admin/admin/src/icons/svg/svg/plant.svg @@ -0,0 +1 @@ +种植管理 \ No newline at end of file diff --git a/target/classes/admin/admin/src/icons/svg/svg/plants.svg b/target/classes/admin/admin/src/icons/svg/svg/plants.svg new file mode 100644 index 0000000..5b629c0 --- /dev/null +++ b/target/classes/admin/admin/src/icons/svg/svg/plants.svg @@ -0,0 +1 @@ +种植管理 \ No newline at end of file diff --git a/target/classes/admin/admin/src/icons/svg/svg/plantsActive.svg b/target/classes/admin/admin/src/icons/svg/svg/plantsActive.svg new file mode 100644 index 0000000..78b8b94 --- /dev/null +++ b/target/classes/admin/admin/src/icons/svg/svg/plantsActive.svg @@ -0,0 +1,28 @@ + + + + +种植管理 + + + + diff --git a/target/classes/admin/admin/src/icons/svg/svg/residual.svg b/target/classes/admin/admin/src/icons/svg/svg/residual.svg new file mode 100644 index 0000000..ec84c7a --- /dev/null +++ b/target/classes/admin/admin/src/icons/svg/svg/residual.svg @@ -0,0 +1 @@ +检测管理 \ No newline at end of file diff --git a/target/classes/admin/admin/src/icons/svg/svg/retroactiveCoding.svg b/target/classes/admin/admin/src/icons/svg/svg/retroactiveCoding.svg new file mode 100644 index 0000000..b5b5038 --- /dev/null +++ b/target/classes/admin/admin/src/icons/svg/svg/retroactiveCoding.svg @@ -0,0 +1 @@ +追溯打码 \ No newline at end of file diff --git a/target/classes/admin/admin/src/icons/svg/svg/scheme.svg b/target/classes/admin/admin/src/icons/svg/svg/scheme.svg new file mode 100644 index 0000000..328c07b --- /dev/null +++ b/target/classes/admin/admin/src/icons/svg/svg/scheme.svg @@ -0,0 +1 @@ +种植计划管理 \ No newline at end of file diff --git a/target/classes/admin/admin/src/icons/svg/svg/source.svg b/target/classes/admin/admin/src/icons/svg/svg/source.svg new file mode 100644 index 0000000..3982b45 --- /dev/null +++ b/target/classes/admin/admin/src/icons/svg/svg/source.svg @@ -0,0 +1 @@ +溯源管理 \ No newline at end of file diff --git a/target/classes/admin/admin/src/icons/svg/svg/sourceActive.svg b/target/classes/admin/admin/src/icons/svg/svg/sourceActive.svg new file mode 100644 index 0000000..5d49b2f --- /dev/null +++ b/target/classes/admin/admin/src/icons/svg/svg/sourceActive.svg @@ -0,0 +1,15 @@ + + + + +溯源管理 + + diff --git a/target/classes/admin/admin/src/icons/svg/svg/system.svg b/target/classes/admin/admin/src/icons/svg/svg/system.svg new file mode 100644 index 0000000..78f4243 --- /dev/null +++ b/target/classes/admin/admin/src/icons/svg/svg/system.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/target/classes/admin/admin/src/icons/svg/svg/task.svg b/target/classes/admin/admin/src/icons/svg/svg/task.svg new file mode 100644 index 0000000..c76acef --- /dev/null +++ b/target/classes/admin/admin/src/icons/svg/svg/task.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/target/classes/admin/admin/src/icons/svg/svg/tempFarm.svg b/target/classes/admin/admin/src/icons/svg/svg/tempFarm.svg new file mode 100644 index 0000000..01ce254 --- /dev/null +++ b/target/classes/admin/admin/src/icons/svg/svg/tempFarm.svg @@ -0,0 +1 @@ +临时农事管理 \ No newline at end of file diff --git a/target/classes/admin/admin/src/icons/svg/svg/traceability.svg b/target/classes/admin/admin/src/icons/svg/svg/traceability.svg new file mode 100644 index 0000000..85392e4 --- /dev/null +++ b/target/classes/admin/admin/src/icons/svg/svg/traceability.svg @@ -0,0 +1 @@ +溯源管理 \ No newline at end of file diff --git a/target/classes/admin/admin/src/icons/svg/svg/traceabilityList.svg b/target/classes/admin/admin/src/icons/svg/svg/traceabilityList.svg new file mode 100644 index 0000000..48217af --- /dev/null +++ b/target/classes/admin/admin/src/icons/svg/svg/traceabilityList.svg @@ -0,0 +1 @@ +溯源配置 \ No newline at end of file diff --git a/target/classes/admin/admin/src/icons/svg/svg/traceabilityStyle.svg b/target/classes/admin/admin/src/icons/svg/svg/traceabilityStyle.svg new file mode 100644 index 0000000..6bd5987 --- /dev/null +++ b/target/classes/admin/admin/src/icons/svg/svg/traceabilityStyle.svg @@ -0,0 +1 @@ +溯源管理样式 \ No newline at end of file diff --git a/target/classes/admin/admin/src/icons/svg/svg/user.svg b/target/classes/admin/admin/src/icons/svg/svg/user.svg new file mode 100644 index 0000000..75ef003 --- /dev/null +++ b/target/classes/admin/admin/src/icons/svg/svg/user.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/target/classes/admin/admin/src/icons/svg/svg/user0.svg b/target/classes/admin/admin/src/icons/svg/svg/user0.svg new file mode 100644 index 0000000..75ef003 --- /dev/null +++ b/target/classes/admin/admin/src/icons/svg/svg/user0.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/target/classes/admin/admin/src/icons/svg/svg/validCode.svg b/target/classes/admin/admin/src/icons/svg/svg/validCode.svg new file mode 100644 index 0000000..9d6445e --- /dev/null +++ b/target/classes/admin/admin/src/icons/svg/svg/validCode.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/target/classes/admin/admin/src/icons/svg/svg/video.svg b/target/classes/admin/admin/src/icons/svg/svg/video.svg new file mode 100644 index 0000000..638b940 --- /dev/null +++ b/target/classes/admin/admin/src/icons/svg/svg/video.svg @@ -0,0 +1 @@ +视频云配置sp \ No newline at end of file diff --git a/target/classes/admin/admin/src/icons/svg/svg/videoEquipment.svg b/target/classes/admin/admin/src/icons/svg/svg/videoEquipment.svg new file mode 100644 index 0000000..586f05a --- /dev/null +++ b/target/classes/admin/admin/src/icons/svg/svg/videoEquipment.svg @@ -0,0 +1 @@ +监控设备 \ No newline at end of file diff --git a/target/classes/admin/admin/src/icons/svg/svg/videoKey.svg b/target/classes/admin/admin/src/icons/svg/svg/videoKey.svg new file mode 100644 index 0000000..561aafa --- /dev/null +++ b/target/classes/admin/admin/src/icons/svg/svg/videoKey.svg @@ -0,0 +1 @@ +视频云配置1 \ No newline at end of file diff --git a/target/classes/admin/admin/src/icons/svg/svg/vipCustomized.svg b/target/classes/admin/admin/src/icons/svg/svg/vipCustomized.svg new file mode 100644 index 0000000..89bc875 --- /dev/null +++ b/target/classes/admin/admin/src/icons/svg/svg/vipCustomized.svg @@ -0,0 +1 @@ +VIP定制 \ No newline at end of file diff --git a/target/classes/admin/admin/src/icons/svg/svg/warnings.svg b/target/classes/admin/admin/src/icons/svg/svg/warnings.svg new file mode 100644 index 0000000..30f4575 --- /dev/null +++ b/target/classes/admin/admin/src/icons/svg/svg/warnings.svg @@ -0,0 +1 @@ +预警阈值 \ No newline at end of file diff --git a/target/classes/admin/admin/src/icons/svg/svg/workOrder.svg b/target/classes/admin/admin/src/icons/svg/svg/workOrder.svg new file mode 100644 index 0000000..96a3779 --- /dev/null +++ b/target/classes/admin/admin/src/icons/svg/svg/workOrder.svg @@ -0,0 +1 @@ +工单管理 \ No newline at end of file diff --git a/target/classes/admin/admin/src/icons/svg/swagger.svg b/target/classes/admin/admin/src/icons/svg/swagger.svg new file mode 100644 index 0000000..08820ed --- /dev/null +++ b/target/classes/admin/admin/src/icons/svg/swagger.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/target/classes/admin/admin/src/icons/svg/system.svg b/target/classes/admin/admin/src/icons/svg/system.svg new file mode 100644 index 0000000..78f4243 --- /dev/null +++ b/target/classes/admin/admin/src/icons/svg/system.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/target/classes/admin/admin/src/icons/svg/tab.svg b/target/classes/admin/admin/src/icons/svg/tab.svg new file mode 100644 index 0000000..e30c0e0 --- /dev/null +++ b/target/classes/admin/admin/src/icons/svg/tab.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/target/classes/admin/admin/src/icons/svg/table.svg b/target/classes/admin/admin/src/icons/svg/table.svg new file mode 100644 index 0000000..d16602b --- /dev/null +++ b/target/classes/admin/admin/src/icons/svg/table.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/target/classes/admin/admin/src/icons/svg/table0.svg b/target/classes/admin/admin/src/icons/svg/table0.svg new file mode 100644 index 0000000..0f62558 --- /dev/null +++ b/target/classes/admin/admin/src/icons/svg/table0.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/target/classes/admin/admin/src/icons/svg/task.svg b/target/classes/admin/admin/src/icons/svg/task.svg new file mode 100644 index 0000000..c76acef --- /dev/null +++ b/target/classes/admin/admin/src/icons/svg/task.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/target/classes/admin/admin/src/icons/svg/template.svg b/target/classes/admin/admin/src/icons/svg/template.svg new file mode 100644 index 0000000..9b85280 --- /dev/null +++ b/target/classes/admin/admin/src/icons/svg/template.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/target/classes/admin/admin/src/icons/svg/theme.svg b/target/classes/admin/admin/src/icons/svg/theme.svg new file mode 100644 index 0000000..124c784 --- /dev/null +++ b/target/classes/admin/admin/src/icons/svg/theme.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/target/classes/admin/admin/src/icons/svg/tool.svg b/target/classes/admin/admin/src/icons/svg/tool.svg new file mode 100644 index 0000000..cb9f3a5 --- /dev/null +++ b/target/classes/admin/admin/src/icons/svg/tool.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/target/classes/admin/admin/src/icons/svg/tree-table.svg b/target/classes/admin/admin/src/icons/svg/tree-table.svg new file mode 100644 index 0000000..8aafdb8 --- /dev/null +++ b/target/classes/admin/admin/src/icons/svg/tree-table.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/target/classes/admin/admin/src/icons/svg/tree.svg b/target/classes/admin/admin/src/icons/svg/tree.svg new file mode 100644 index 0000000..ba8a5c7 --- /dev/null +++ b/target/classes/admin/admin/src/icons/svg/tree.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/target/classes/admin/admin/src/icons/svg/user.svg b/target/classes/admin/admin/src/icons/svg/user.svg new file mode 100644 index 0000000..75ef003 --- /dev/null +++ b/target/classes/admin/admin/src/icons/svg/user.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/target/classes/admin/admin/src/icons/svg/user0.svg b/target/classes/admin/admin/src/icons/svg/user0.svg new file mode 100644 index 0000000..75ef003 --- /dev/null +++ b/target/classes/admin/admin/src/icons/svg/user0.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/target/classes/admin/admin/src/icons/svg/validCode.svg b/target/classes/admin/admin/src/icons/svg/validCode.svg new file mode 100644 index 0000000..9d6445e --- /dev/null +++ b/target/classes/admin/admin/src/icons/svg/validCode.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/target/classes/admin/admin/src/icons/svg/wechat.svg b/target/classes/admin/admin/src/icons/svg/wechat.svg new file mode 100644 index 0000000..bb70a81 --- /dev/null +++ b/target/classes/admin/admin/src/icons/svg/wechat.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/target/classes/admin/admin/src/icons/svg/zip.svg b/target/classes/admin/admin/src/icons/svg/zip.svg new file mode 100644 index 0000000..b78dd33 --- /dev/null +++ b/target/classes/admin/admin/src/icons/svg/zip.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/target/classes/admin/admin/src/icons/svgo.yml b/target/classes/admin/admin/src/icons/svgo.yml new file mode 100644 index 0000000..a90634e --- /dev/null +++ b/target/classes/admin/admin/src/icons/svgo.yml @@ -0,0 +1,22 @@ +# replace default config +# 基于svgo对svg文件进行压缩:https://panjiachen.github.io/vue-element-admin-site/zh/feature/script/svgo.html +# multipass: true +# full: true + +plugins: + + # - name + # + # or: + # - name: false + # - name: true + # + # or: + # - name: + # param1: 1 + # param2: 2 + +- removeAttrs: + attrs: + - 'fill' + - 'fill-rule' diff --git a/target/classes/admin/admin/src/main.js b/target/classes/admin/admin/src/main.js new file mode 100644 index 0000000..861e241 --- /dev/null +++ b/target/classes/admin/admin/src/main.js @@ -0,0 +1,82 @@ +import Vue from 'vue' +import App from '@/App.vue' +import store from './store' +// element ui 完全引入 +import ElementUI from 'element-ui' +import '@/assets/css/element-variables.scss' +import '@/assets/css/style.scss' +// 加载路由 +// import router from '@/router/router-static.js'; +import router from '@/router/router-static.js'; +// 面包屑导航,注册为全局组件 +import BreadCrumbs from '@/components/common/BreadCrumbs' +// 引入echart +import * as echarts from 'echarts' +import 'echarts-wordcloud' +// 引入echart主题 +// import '@/assets/js/echarts-theme-macarons.js' +import 'echarts/theme/macarons.js' +// ajax +import http from '@/utils/http.js' +// 基础配置 +import base from '@/utils/base' +// 工具类 +import { isAuth, getCurDate, getCurDateTime } from '@/utils/utils' +// storage 封装 +import storage from "@/utils/storage"; +// 上传组件 +import FileUpload from "@/components/common/FileUpload"; +import ExcelFileUpload from "@/components/common/ExcelFileUpload"; +// 富文本编辑组件 +import Editor from "@/components/common/Editor"; +// api 接口 +import api from '@/utils/api' +// 数据校验工具类 +import * as validate from '@/utils/validate.js' +// 后台地图 +import VueAMap from 'vue-amap' +import '@/icons' +//excel导出 +import JsonExcel from 'vue-json-excel' +//打印 +import printJS from 'print-js' +//MD5 +import md5 from 'js-md5'; + +// 后台地图 +Vue.use(VueAMap) +VueAMap.initAMapApiLoader({ + //key: 'ca04cee7ac952691aa67a131e6f0cee0', + key: '001d42eaa139dc53fd655e7c23c0187e', + plugin: ['AMap.Autocomplete', 'AMap.PlaceSearch', 'AMap.Scale', 'AMap.OverView', 'AMap.ToolBar', 'AMap.MapType', 'AMap.PolyEditor', 'AMap.CircleEditor', 'AMap.Geocoder','AMap.CitySearch'], + // 默认高德 sdk 版本为 1.4.4 + v: '1.4.4' +}) +Vue.prototype.$validate = validate +Vue.prototype.$http = http // ajax请求方法 +Vue.prototype.$echarts = echarts +Vue.prototype.$base = base.get() +Vue.prototype.$project = base.getProjectName() +Vue.prototype.$storage = storage +Vue.prototype.$api = api +// 判断权限方法 +Vue.prototype.isAuth = isAuth +Vue.prototype.getCurDateTime = getCurDateTime +Vue.prototype.getCurDate = getCurDate +// Vue.prototype.$base = base +Vue.use(ElementUI, { size: 'medium', zIndex: 3000 }); +Vue.config.productionTip = false +// 组件全局组件 +Vue.component('bread-crumbs', BreadCrumbs) +Vue.component('file-upload', FileUpload) +Vue.component('excel-file-upload', ExcelFileUpload) +Vue.component('editor', Editor) +//excel导出 +Vue.component('downloadExcel', JsonExcel) +//MD5 +Vue.prototype.$md5 = md5; +new Vue({ + render: h => h(App), + router, + store +}).$mount('#app') diff --git a/target/classes/admin/admin/src/main.js.bak b/target/classes/admin/admin/src/main.js.bak new file mode 100644 index 0000000..73418d5 --- /dev/null +++ b/target/classes/admin/admin/src/main.js.bak @@ -0,0 +1,78 @@ +import Vue from 'vue' +import App from '@/App.vue' +// element ui 完全引入 +import ElementUI from 'element-ui' +import '@/assets/css/element-variables.scss' +import '@/assets/css/style.scss' +// 加载路由 +// import router from '@/router/router-static.js'; +import router from '@/router/router-static.js'; +// 面包屑导航,注册为全局组件 +import BreadCrumbs from '@/components/common/BreadCrumbs' +// 引入echart +import echarts from 'echarts' +// 引入echart主题 +// import '@/assets/js/echarts-theme-macarons.js' +import 'echarts/theme/macarons.js' +// ajax +import http from '@/utils/http.js' +// 基础配置 +import base from '@/utils/base' +// 工具类 +import { isAuth, getCurDate, getCurDateTime } from '@/utils/utils' +// storage 封装 +import storage from "@/utils/storage"; +// 上传组件 +import FileUpload from "@/components/common/FileUpload"; +import ExcelFileUpload from "@/components/common/ExcelFileUpload"; +// 富文本编辑组件 +import Editor from "@/components/common/Editor"; +// api 接口 +import api from '@/utils/api' +// 数据校验工具类 +import * as validate from '@/utils/validate.js' +// 后台地图 +import VueAMap from 'vue-amap' +import '@/icons' +//excel导出 +import JsonExcel from 'vue-json-excel' +//打印 +import printJS from 'print-js' +//MD5 +import md5 from 'js-md5'; + +// 后台地图 +Vue.use(VueAMap) +VueAMap.initAMapApiLoader({ + key: 'ca04cee7ac952691aa67a131e6f0cee0', + plugin: ['AMap.Autocomplete', 'AMap.PlaceSearch', 'AMap.Scale', 'AMap.OverView', 'AMap.ToolBar', 'AMap.MapType', 'AMap.PolyEditor', 'AMap.CircleEditor', 'AMap.Geocoder'], + // 默认高德 sdk 版本为 1.4.4 + v: '1.4.4' +}) +Vue.prototype.$validate = validate +Vue.prototype.$http = http // ajax请求方法 +Vue.prototype.$echarts = echarts +Vue.prototype.$base = base.get() +Vue.prototype.$project = base.getProjectName() +Vue.prototype.$storage = storage +Vue.prototype.$api = api +// 判断权限方法 +Vue.prototype.isAuth = isAuth +Vue.prototype.getCurDateTime = getCurDateTime +Vue.prototype.getCurDate = getCurDate +// Vue.prototype.$base = base +Vue.use(ElementUI, { size: 'medium', zIndex: 3000 }); +Vue.config.productionTip = false +// 组件全局组件 +Vue.component('bread-crumbs', BreadCrumbs) +Vue.component('file-upload', FileUpload) +Vue.component('excel-file-upload', ExcelFileUpload) +Vue.component('editor', Editor) +//excel导出 +Vue.component('downloadExcel', JsonExcel) +//MD5 +Vue.prototype.$md5 = md5; +new Vue({ + render: h => h(App), + router +}).$mount('#app') diff --git a/target/classes/admin/admin/src/router/router-static.js b/target/classes/admin/admin/src/router/router-static.js new file mode 100644 index 0000000..fc66337 --- /dev/null +++ b/target/classes/admin/admin/src/router/router-static.js @@ -0,0 +1,135 @@ + +import luxianxinxi from '@/views/modules/luxianxinxi/list' +import Vue from 'vue'; +//配置路由 +import VueRouter from 'vue-router' +Vue.use(VueRouter); +//1.创建组件 +import Index from '@/views/index' +import Home from '@/views/home' +import Login from '@/views/login' +import NotFound from '@/views/404' +import UpdatePassword from '@/views/update-password' +import pay from '@/views/pay' +import register from '@/views/register' +import center from '@/views/center' + import cheliangdangan from '@/views/modules/cheliangdangan/list' + import xubaotongzhi from '@/views/modules/xubaotongzhi/list' + import gongzuorenyuan from '@/views/modules/gongzuorenyuan/list' + import shigujilu from '@/views/modules/shigujilu/list' + import guapaishenqing from '@/views/modules/guapaishenqing/list' + import jiashiyuan from '@/views/modules/jiashiyuan/list' + import gonggaoxinxi from '@/views/modules/gonggaoxinxi/list' + import fafangpaizhao from '@/views/modules/fafangpaizhao/list' + import baoxianxinxi from '@/views/modules/baoxianxinxi/list' + + +//2.配置路由 注意:名字 +export const routes = [{ + path: '/', + name: '系统首页', + component: Index, + children: [{ + // 这里不设置值,是把main作为默认页面 + path: '/', + name: '系统首页', + component: Home, + meta: {icon:'', title:'center', affix: true} + }, { + path: '/updatePassword', + name: '修改密码', + component: UpdatePassword, + meta: {icon:'', title:'updatePassword'} + }, { + path: '/pay', + name: '支付', + component: pay, + meta: {icon:'', title:'pay'} + }, { + path: '/center', + name: '个人信息', + component: center, + meta: {icon:'', title:'center'} + } + + ,{ + path: '/luxianxinxi', + name: '路线信息', + component: luxianxinxi + } +,{ + path: '/cheliangdangan', + name: '车辆档案', + component: cheliangdangan + } + ,{ + path: '/xubaotongzhi', + name: '续保通知', + component: xubaotongzhi + } + ,{ + path: '/gongzuorenyuan', + name: '工作人员', + component: gongzuorenyuan + } + ,{ + path: '/shigujilu', + name: '事故记录', + component: shigujilu + } + ,{ + path: '/guapaishenqing', + name: '挂牌申请', + component: guapaishenqing + } + ,{ + path: '/jiashiyuan', + name: '驾驶员', + component: jiashiyuan + } + ,{ + path: '/gonggaoxinxi', + name: '公告信息', + component: gonggaoxinxi + } + ,{ + path: '/fafangpaizhao', + name: '发放牌照', + component: fafangpaizhao + } + ,{ + path: '/baoxianxinxi', + name: '保险信息', + component: baoxianxinxi + } + ] + }, + { + path: '/login', + name: 'login', + component: Login, + meta: {icon:'', title:'login'} + }, + { + path: '/register', + name: 'register', + component: register, + meta: {icon:'', title:'register'} + }, + { + path: '*', + component: NotFound + } +] +//3.实例化VueRouter 注意:名字 +const router = new VueRouter({ + mode: 'hash', + /*hash模式改为history*/ + routes // (缩写)相当于 routes: routes +}) +const originalPush = VueRouter.prototype.push +//修改原型对象中的push方法 +VueRouter.prototype.push = function push(location) { + return originalPush.call(this, location).catch(err => err) +} +export default router; diff --git a/target/classes/admin/admin/src/store/index.js b/target/classes/admin/admin/src/store/index.js new file mode 100644 index 0000000..fa07aba --- /dev/null +++ b/target/classes/admin/admin/src/store/index.js @@ -0,0 +1,13 @@ +import Vue from 'vue' +import Vuex from 'vuex' +import tagsView from './modules/tagsView' + +Vue.use(Vuex) + +const store = new Vuex.Store({ + modules: { + tagsView, + } +}) + +export default store diff --git a/target/classes/admin/admin/src/store/modules/tagsView.js b/target/classes/admin/admin/src/store/modules/tagsView.js new file mode 100644 index 0000000..a8d1098 --- /dev/null +++ b/target/classes/admin/admin/src/store/modules/tagsView.js @@ -0,0 +1,166 @@ +const state = { + visitedViews: [], + cachedViews: [] +} + +const mutations = { + ADD_VISITED_VIEW: (state, view) => { + if (state.visitedViews.some(v => v.path === view.path)) return + state.visitedViews.push( + Object.assign({}, view, { + title: view.meta.title || 'no-name' + }) + ) + }, + ADD_CACHED_VIEW: (state, view) => { + if (state.cachedViews.includes(view.name)) return + if (!view.meta.noCache) { + state.cachedViews.push(view.name) + } + }, + + DEL_VISITED_VIEW: (state, view) => { + for (const [i, v] of state.visitedViews.entries()) { + if (v.path === view.path) { + state.visitedViews.splice(i, 1) + break + } + } + }, + DEL_CACHED_VIEW: (state, view) => { + for (const i of state.cachedViews) { + if (i === view.name) { + const index = state.cachedViews.indexOf(i) + state.cachedViews.splice(index, 1) + break + } + } + }, + + DEL_OTHERS_VISITED_VIEWS: (state, view) => { + state.visitedViews = state.visitedViews.filter(v => { + return v.meta.affix || v.path === view.path + }) + }, + DEL_OTHERS_CACHED_VIEWS: (state, view) => { + for (const i of state.cachedViews) { + if (i === view.name) { + const index = state.cachedViews.indexOf(i) + state.cachedViews = state.cachedViews.slice(index, index + 1) + break + } + } + }, + + DEL_ALL_VISITED_VIEWS: state => { + // keep affix tags + const affixTags = state.visitedViews.filter(tag => tag.meta.affix) + state.visitedViews = affixTags + }, + DEL_ALL_CACHED_VIEWS: state => { + state.cachedViews = [] + }, + + UPDATE_VISITED_VIEW: (state, view) => { + for (let v of state.visitedViews) { + if (v.path === view.path) { + v = Object.assign(v, view) + break + } + } + } +} + +const actions = { + addView({ dispatch }, view) { + dispatch('addVisitedView', view) + dispatch('addCachedView', view) + }, + addVisitedView({ commit }, view) { + commit('ADD_VISITED_VIEW', view) + }, + addCachedView({ commit }, view) { + commit('ADD_CACHED_VIEW', view) + }, + + delView({ dispatch, state }, view) { + console.log('---') + return new Promise(resolve => { + dispatch('delVisitedView', view) + dispatch('delCachedView', view) + resolve({ + visitedViews: [...state.visitedViews], + cachedViews: [...state.cachedViews] + }) + }) + }, + delVisitedView({ commit, state }, view) { + return new Promise(resolve => { + commit('DEL_VISITED_VIEW', view) + resolve([...state.visitedViews]) + }) + }, + delCachedView({ commit, state }, view) { + return new Promise(resolve => { + commit('DEL_CACHED_VIEW', view) + resolve([...state.cachedViews]) + }) + }, + + delOthersViews({ dispatch, state }, view) { + return new Promise(resolve => { + dispatch('delOthersVisitedViews', view) + dispatch('delOthersCachedViews', view) + resolve({ + visitedViews: [...state.visitedViews], + cachedViews: [...state.cachedViews] + }) + }) + }, + delOthersVisitedViews({ commit, state }, view) { + return new Promise(resolve => { + commit('DEL_OTHERS_VISITED_VIEWS', view) + resolve([...state.visitedViews]) + }) + }, + delOthersCachedViews({ commit, state }, view) { + return new Promise(resolve => { + commit('DEL_OTHERS_CACHED_VIEWS', view) + resolve([...state.cachedViews]) + }) + }, + + delAllViews({ dispatch, state }, view) { + return new Promise(resolve => { + dispatch('delAllVisitedViews', view) + dispatch('delAllCachedViews', view) + resolve({ + visitedViews: [...state.visitedViews], + cachedViews: [...state.cachedViews] + }) + }) + }, + delAllVisitedViews({ commit, state }) { + return new Promise(resolve => { + commit('DEL_ALL_VISITED_VIEWS') + resolve([...state.visitedViews]) + }) + }, + delAllCachedViews({ commit, state }) { + return new Promise(resolve => { + commit('DEL_ALL_CACHED_VIEWS') + resolve([...state.cachedViews]) + }) + }, + + updateVisitedView({ commit }, view) { + commit('UPDATE_VISITED_VIEW', view) + } +} + +export default { + namespaced: true, + state, + mutations, + actions +} diff --git a/target/classes/admin/admin/src/store/store.js b/target/classes/admin/admin/src/store/store.js new file mode 100644 index 0000000..e69de29 diff --git a/target/classes/admin/admin/src/utils/api.js b/target/classes/admin/admin/src/utils/api.js new file mode 100644 index 0000000..5e963fd --- /dev/null +++ b/target/classes/admin/admin/src/utils/api.js @@ -0,0 +1,17 @@ +const api = { + // 积分订单 + orderpage: 'orders/page', + orderdelete: 'orders/delete', + orderinfo: 'orders/info/', + ordersave: 'orders/save', + orderupdate: 'orders/update', + // 配置 + configpage: 'config/page', + configdelete: 'config/delete', + configinfo: 'config/info/', + configsave: 'config/save', + configupdate: 'config/update' + +} + +export default api diff --git a/target/classes/admin/admin/src/utils/base.js b/target/classes/admin/admin/src/utils/base.js new file mode 100644 index 0000000..13bd863 --- /dev/null +++ b/target/classes/admin/admin/src/utils/base.js @@ -0,0 +1,16 @@ +const base = { + get() { + return { + url : "http://localhost:8080/springbootbv4939cb/", + name: "springbootbv4939cb", + // 退出到首页链接 + indexUrl: '' + }; + }, + getProjectName(){ + return { + projectName: "基于Java Web的车队管理信息系统" + } + } +} +export default base diff --git a/target/classes/admin/admin/src/utils/cryptojs.js b/target/classes/admin/admin/src/utils/cryptojs.js new file mode 100644 index 0000000..05ec83b --- /dev/null +++ b/target/classes/admin/admin/src/utils/cryptojs.js @@ -0,0 +1,6047 @@ +; +(function(root, factory) { + if (typeof exports === "object") { + // CommonJS + module.exports = exports = factory(); + } else if (typeof define === "function" && define.amd) { + // AMD + define([], factory); + } else { + // Global (browser) + root.CryptoJS = factory(); + } +}(this, function() { + + /** + * CryptoJS core components. + */ + var CryptoJS = CryptoJS || (function(Math, undefined) { + /* + * Local polyfil of Object.create + */ + var create = Object.create || (function() { + function F() {}; + + return function(obj) { + var subtype; + + F.prototype = obj; + + subtype = new F(); + + F.prototype = null; + + return subtype; + }; + }()) + + /** + * CryptoJS namespace. + */ + var C = {}; + + /** + * Library namespace. + */ + var C_lib = C.lib = {}; + + /** + * Base object for prototypal inheritance. + */ + var Base = C_lib.Base = (function() { + + + return { + /** + * Creates a new object that inherits from this object. + * + * @param {Object} overrides Properties to copy into the new object. + * + * @return {Object} The new object. + * + * @static + * + * @example + * + * var MyType = CryptoJS.lib.Base.extend({ + * field: 'value', + * + * method: function () { + * } + * }); + */ + extend: function(overrides) { + // Spawn + var subtype = create(this); + + // Augment + if (overrides) { + subtype.mixIn(overrides); + } + + // Create default initializer + if (!subtype.hasOwnProperty('init') || this.init === subtype.init) { + subtype.init = function() { + subtype.$super.init.apply(this, arguments); + }; + } + + // Initializer's prototype is the subtype object + subtype.init.prototype = subtype; + + // Reference supertype + subtype.$super = this; + + return subtype; + }, + + /** + * Extends this object and runs the init method. + * Arguments to create() will be passed to init(). + * + * @return {Object} The new object. + * + * @static + * + * @example + * + * var instance = MyType.create(); + */ + create: function() { + var instance = this.extend(); + instance.init.apply(instance, arguments); + + return instance; + }, + + /** + * Initializes a newly created object. + * Override this method to add some logic when your objects are created. + * + * @example + * + * var MyType = CryptoJS.lib.Base.extend({ + * init: function () { + * // ... + * } + * }); + */ + init: function() {}, + + /** + * Copies properties into this object. + * + * @param {Object} properties The properties to mix in. + * + * @example + * + * MyType.mixIn({ + * field: 'value' + * }); + */ + mixIn: function(properties) { + for (var propertyName in properties) { + if (properties.hasOwnProperty(propertyName)) { + this[propertyName] = properties[propertyName]; + } + } + + // IE won't copy toString using the loop above + if (properties.hasOwnProperty('toString')) { + this.toString = properties.toString; + } + }, + + /** + * Creates a copy of this object. + * + * @return {Object} The clone. + * + * @example + * + * var clone = instance.clone(); + */ + clone: function() { + return this.init.prototype.extend(this); + } + }; + }()); + + /** + * An array of 32-bit words. + * + * @property {Array} words The array of 32-bit words. + * @property {number} sigBytes The number of significant bytes in this word array. + */ + var WordArray = C_lib.WordArray = Base.extend({ + /** + * Initializes a newly created word array. + * + * @param {Array} words (Optional) An array of 32-bit words. + * @param {number} sigBytes (Optional) The number of significant bytes in the words. + * + * @example + * + * var wordArray = CryptoJS.lib.WordArray.create(); + * var wordArray = CryptoJS.lib.WordArray.create([0x00010203, 0x04050607]); + * var wordArray = CryptoJS.lib.WordArray.create([0x00010203, 0x04050607], 6); + */ + init: function(words, sigBytes) { + words = this.words = words || []; + + if (sigBytes != undefined) { + this.sigBytes = sigBytes; + } else { + this.sigBytes = words.length * 4; + } + }, + + /** + * Converts this word array to a string. + * + * @param {Encoder} encoder (Optional) The encoding strategy to use. Default: CryptoJS.enc.Hex + * + * @return {string} The stringified word array. + * + * @example + * + * var string = wordArray + ''; + * var string = wordArray.toString(); + * var string = wordArray.toString(CryptoJS.enc.Utf8); + */ + toString: function(encoder) { + return (encoder || Hex).stringify(this); + }, + + /** + * Concatenates a word array to this word array. + * + * @param {WordArray} wordArray The word array to append. + * + * @return {WordArray} This word array. + * + * @example + * + * wordArray1.concat(wordArray2); + */ + concat: function(wordArray) { + // Shortcuts + var thisWords = this.words; + var thatWords = wordArray.words; + var thisSigBytes = this.sigBytes; + var thatSigBytes = wordArray.sigBytes; + + // Clamp excess bits + this.clamp(); + + // Concat + if (thisSigBytes % 4) { + // Copy one byte at a time + for (var i = 0; i < thatSigBytes; i++) { + var thatByte = (thatWords[i >>> 2] >>> (24 - (i % 4) * 8)) & 0xff; + thisWords[(thisSigBytes + i) >>> 2] |= thatByte << (24 - (( + thisSigBytes + i) % 4) * 8); + } + } else { + // Copy one word at a time + for (var i = 0; i < thatSigBytes; i += 4) { + thisWords[(thisSigBytes + i) >>> 2] = thatWords[i >>> 2]; + } + } + this.sigBytes += thatSigBytes; + + // Chainable + return this; + }, + + /** + * Removes insignificant bits. + * + * @example + * + * wordArray.clamp(); + */ + clamp: function() { + // Shortcuts + var words = this.words; + var sigBytes = this.sigBytes; + + // Clamp + words[sigBytes >>> 2] &= 0xffffffff << (32 - (sigBytes % 4) * 8); + words.length = Math.ceil(sigBytes / 4); + }, + + /** + * Creates a copy of this word array. + * + * @return {WordArray} The clone. + * + * @example + * + * var clone = wordArray.clone(); + */ + clone: function() { + var clone = Base.clone.call(this); + clone.words = this.words.slice(0); + + return clone; + }, + + /** + * Creates a word array filled with random bytes. + * + * @param {number} nBytes The number of random bytes to generate. + * + * @return {WordArray} The random word array. + * + * @static + * + * @example + * + * var wordArray = CryptoJS.lib.WordArray.random(16); + */ + random: function(nBytes) { + var words = []; + + var r = (function(m_w) { + var m_w = m_w; + var m_z = 0x3ade68b1; + var mask = 0xffffffff; + + return function() { + m_z = (0x9069 * (m_z & 0xFFFF) + (m_z >> 0x10)) & mask; + m_w = (0x4650 * (m_w & 0xFFFF) + (m_w >> 0x10)) & mask; + var result = ((m_z << 0x10) + m_w) & mask; + result /= 0x100000000; + result += 0.5; + return result * (Math.random() > .5 ? 1 : -1); + } + }); + + for (var i = 0, rcache; i < nBytes; i += 4) { + var _r = r((rcache || Math.random()) * 0x100000000); + + rcache = _r() * 0x3ade67b7; + words.push((_r() * 0x100000000) | 0); + } + + return new WordArray.init(words, nBytes); + } + }); + + /** + * Encoder namespace. + */ + var C_enc = C.enc = {}; + + /** + * Hex encoding strategy. + */ + var Hex = C_enc.Hex = { + /** + * Converts a word array to a hex string. + * + * @param {WordArray} wordArray The word array. + * + * @return {string} The hex string. + * + * @static + * + * @example + * + * var hexString = CryptoJS.enc.Hex.stringify(wordArray); + */ + stringify: function(wordArray) { + // Shortcuts + var words = wordArray.words; + var sigBytes = wordArray.sigBytes; + + // Convert + var hexChars = []; + for (var i = 0; i < sigBytes; i++) { + var bite = (words[i >>> 2] >>> (24 - (i % 4) * 8)) & 0xff; + hexChars.push((bite >>> 4).toString(16)); + hexChars.push((bite & 0x0f).toString(16)); + } + + return hexChars.join(''); + }, + + /** + * Converts a hex string to a word array. + * + * @param {string} hexStr The hex string. + * + * @return {WordArray} The word array. + * + * @static + * + * @example + * + * var wordArray = CryptoJS.enc.Hex.parse(hexString); + */ + parse: function(hexStr) { + // Shortcut + var hexStrLength = hexStr.length; + + // Convert + var words = []; + for (var i = 0; i < hexStrLength; i += 2) { + words[i >>> 3] |= parseInt(hexStr.substr(i, 2), 16) << (24 - (i % 8) * 4); + } + + return new WordArray.init(words, hexStrLength / 2); + } + }; + + /** + * Latin1 encoding strategy. + */ + var Latin1 = C_enc.Latin1 = { + /** + * Converts a word array to a Latin1 string. + * + * @param {WordArray} wordArray The word array. + * + * @return {string} The Latin1 string. + * + * @static + * + * @example + * + * var latin1String = CryptoJS.enc.Latin1.stringify(wordArray); + */ + stringify: function(wordArray) { + // Shortcuts + var words = wordArray.words; + var sigBytes = wordArray.sigBytes; + + // Convert + var latin1Chars = []; + for (var i = 0; i < sigBytes; i++) { + var bite = (words[i >>> 2] >>> (24 - (i % 4) * 8)) & 0xff; + latin1Chars.push(String.fromCharCode(bite)); + } + + return latin1Chars.join(''); + }, + + /** + * Converts a Latin1 string to a word array. + * + * @param {string} latin1Str The Latin1 string. + * + * @return {WordArray} The word array. + * + * @static + * + * @example + * + * var wordArray = CryptoJS.enc.Latin1.parse(latin1String); + */ + parse: function(latin1Str) { + // Shortcut + var latin1StrLength = latin1Str.length; + + // Convert + var words = []; + for (var i = 0; i < latin1StrLength; i++) { + words[i >>> 2] |= (latin1Str.charCodeAt(i) & 0xff) << (24 - (i % 4) * 8); + } + + return new WordArray.init(words, latin1StrLength); + } + }; + + /** + * UTF-8 encoding strategy. + */ + var Utf8 = C_enc.Utf8 = { + /** + * Converts a word array to a UTF-8 string. + * + * @param {WordArray} wordArray The word array. + * + * @return {string} The UTF-8 string. + * + * @static + * + * @example + * + * var utf8String = CryptoJS.enc.Utf8.stringify(wordArray); + */ + stringify: function(wordArray) { + try { + return decodeURIComponent(escape(Latin1.stringify(wordArray))); + } catch (e) { + throw new Error('Malformed UTF-8 data'); + } + }, + + /** + * Converts a UTF-8 string to a word array. + * + * @param {string} utf8Str The UTF-8 string. + * + * @return {WordArray} The word array. + * + * @static + * + * @example + * + * var wordArray = CryptoJS.enc.Utf8.parse(utf8String); + */ + parse: function(utf8Str) { + return Latin1.parse(unescape(encodeURIComponent(utf8Str))); + } + }; + + /** + * Abstract buffered block algorithm template. + * + * The property blockSize must be implemented in a concrete subtype. + * + * @property {number} _minBufferSize The number of blocks that should be kept unprocessed in the buffer. Default: 0 + */ + var BufferedBlockAlgorithm = C_lib.BufferedBlockAlgorithm = Base.extend({ + /** + * Resets this block algorithm's data buffer to its initial state. + * + * @example + * + * bufferedBlockAlgorithm.reset(); + */ + reset: function() { + // Initial values + this._data = new WordArray.init(); + this._nDataBytes = 0; + }, + + /** + * Adds new data to this block algorithm's buffer. + * + * @param {WordArray|string} data The data to append. Strings are converted to a WordArray using UTF-8. + * + * @example + * + * bufferedBlockAlgorithm._append('data'); + * bufferedBlockAlgorithm._append(wordArray); + */ + _append: function(data) { + // Convert string to WordArray, else assume WordArray already + if (typeof data == 'string') { + data = Utf8.parse(data); + } + + // Append + this._data.concat(data); + this._nDataBytes += data.sigBytes; + }, + + /** + * Processes available data blocks. + * + * This method invokes _doProcessBlock(offset), which must be implemented by a concrete subtype. + * + * @param {boolean} doFlush Whether all blocks and partial blocks should be processed. + * + * @return {WordArray} The processed data. + * + * @example + * + * var processedData = bufferedBlockAlgorithm._process(); + * var processedData = bufferedBlockAlgorithm._process(!!'flush'); + */ + _process: function(doFlush) { + // Shortcuts + var data = this._data; + var dataWords = data.words; + var dataSigBytes = data.sigBytes; + var blockSize = this.blockSize; + var blockSizeBytes = blockSize * 4; + + // Count blocks ready + var nBlocksReady = dataSigBytes / blockSizeBytes; + if (doFlush) { + // Round up to include partial blocks + nBlocksReady = Math.ceil(nBlocksReady); + } else { + // Round down to include only full blocks, + // less the number of blocks that must remain in the buffer + nBlocksReady = Math.max((nBlocksReady | 0) - this._minBufferSize, 0); + } + + // Count words ready + var nWordsReady = nBlocksReady * blockSize; + + // Count bytes ready + var nBytesReady = Math.min(nWordsReady * 4, dataSigBytes); + + // Process blocks + if (nWordsReady) { + for (var offset = 0; offset < nWordsReady; offset += blockSize) { + // Perform concrete-algorithm logic + this._doProcessBlock(dataWords, offset); + } + + // Remove processed words + var processedWords = dataWords.splice(0, nWordsReady); + data.sigBytes -= nBytesReady; + } + + // Return processed words + return new WordArray.init(processedWords, nBytesReady); + }, + + /** + * Creates a copy of this object. + * + * @return {Object} The clone. + * + * @example + * + * var clone = bufferedBlockAlgorithm.clone(); + */ + clone: function() { + var clone = Base.clone.call(this); + clone._data = this._data.clone(); + + return clone; + }, + + _minBufferSize: 0 + }); + + /** + * Abstract hasher template. + * + * @property {number} blockSize The number of 32-bit words this hasher operates on. Default: 16 (512 bits) + */ + var Hasher = C_lib.Hasher = BufferedBlockAlgorithm.extend({ + /** + * Configuration options. + */ + cfg: Base.extend(), + + /** + * Initializes a newly created hasher. + * + * @param {Object} cfg (Optional) The configuration options to use for this hash computation. + * + * @example + * + * var hasher = CryptoJS.algo.SHA256.create(); + */ + init: function(cfg) { + // Apply config defaults + this.cfg = this.cfg.extend(cfg); + + // Set initial values + this.reset(); + }, + + /** + * Resets this hasher to its initial state. + * + * @example + * + * hasher.reset(); + */ + reset: function() { + // Reset data buffer + BufferedBlockAlgorithm.reset.call(this); + + // Perform concrete-hasher logic + this._doReset(); + }, + + /** + * Updates this hasher with a message. + * + * @param {WordArray|string} messageUpdate The message to append. + * + * @return {Hasher} This hasher. + * + * @example + * + * hasher.update('message'); + * hasher.update(wordArray); + */ + update: function(messageUpdate) { + // Append + this._append(messageUpdate); + + // Update the hash + this._process(); + + // Chainable + return this; + }, + + /** + * Finalizes the hash computation. + * Note that the finalize operation is effectively a destructive, read-once operation. + * + * @param {WordArray|string} messageUpdate (Optional) A final message update. + * + * @return {WordArray} The hash. + * + * @example + * + * var hash = hasher.finalize(); + * var hash = hasher.finalize('message'); + * var hash = hasher.finalize(wordArray); + */ + finalize: function(messageUpdate) { + // Final message update + if (messageUpdate) { + this._append(messageUpdate); + } + + // Perform concrete-hasher logic + var hash = this._doFinalize(); + + return hash; + }, + + blockSize: 512 / 32, + + /** + * Creates a shortcut function to a hasher's object interface. + * + * @param {Hasher} hasher The hasher to create a helper for. + * + * @return {Function} The shortcut function. + * + * @static + * + * @example + * + * var SHA256 = CryptoJS.lib.Hasher._createHelper(CryptoJS.algo.SHA256); + */ + _createHelper: function(hasher) { + return function(message, cfg) { + return new hasher.init(cfg).finalize(message); + }; + }, + + /** + * Creates a shortcut function to the HMAC's object interface. + * + * @param {Hasher} hasher The hasher to use in this HMAC helper. + * + * @return {Function} The shortcut function. + * + * @static + * + * @example + * + * var HmacSHA256 = CryptoJS.lib.Hasher._createHmacHelper(CryptoJS.algo.SHA256); + */ + _createHmacHelper: function(hasher) { + return function(message, key) { + return new C_algo.HMAC.init(hasher, key).finalize(message); + }; + } + }); + + /** + * Algorithm namespace. + */ + var C_algo = C.algo = {}; + + return C; + }(Math)); + + + (function() { + // Shortcuts + var C = CryptoJS; + var C_lib = C.lib; + var WordArray = C_lib.WordArray; + var C_enc = C.enc; + + /** + * Base64 encoding strategy. + */ + var Base64 = C_enc.Base64 = { + /** + * Converts a word array to a Base64 string. + * + * @param {WordArray} wordArray The word array. + * + * @return {string} The Base64 string. + * + * @static + * + * @example + * + * var base64String = CryptoJS.enc.Base64.stringify(wordArray); + */ + stringify: function(wordArray) { + // Shortcuts + var words = wordArray.words; + var sigBytes = wordArray.sigBytes; + var map = this._map; + + // Clamp excess bits + wordArray.clamp(); + + // Convert + var base64Chars = []; + for (var i = 0; i < sigBytes; i += 3) { + var byte1 = (words[i >>> 2] >>> (24 - (i % 4) * 8)) & 0xff; + var byte2 = (words[(i + 1) >>> 2] >>> (24 - ((i + 1) % 4) * 8)) & 0xff; + var byte3 = (words[(i + 2) >>> 2] >>> (24 - ((i + 2) % 4) * 8)) & 0xff; + + var triplet = (byte1 << 16) | (byte2 << 8) | byte3; + + for (var j = 0; + (j < 4) && (i + j * 0.75 < sigBytes); j++) { + base64Chars.push(map.charAt((triplet >>> (6 * (3 - j))) & 0x3f)); + } + } + + // Add padding + var paddingChar = map.charAt(64); + if (paddingChar) { + while (base64Chars.length % 4) { + base64Chars.push(paddingChar); + } + } + + return base64Chars.join(''); + }, + + /** + * Converts a Base64 string to a word array. + * + * @param {string} base64Str The Base64 string. + * + * @return {WordArray} The word array. + * + * @static + * + * @example + * + * var wordArray = CryptoJS.enc.Base64.parse(base64String); + */ + parse: function(base64Str) { + // Shortcuts + var base64StrLength = base64Str.length; + var map = this._map; + var reverseMap = this._reverseMap; + + if (!reverseMap) { + reverseMap = this._reverseMap = []; + for (var j = 0; j < map.length; j++) { + reverseMap[map.charCodeAt(j)] = j; + } + } + + // Ignore padding + var paddingChar = map.charAt(64); + if (paddingChar) { + var paddingIndex = base64Str.indexOf(paddingChar); + if (paddingIndex !== -1) { + base64StrLength = paddingIndex; + } + } + + // Convert + return parseLoop(base64Str, base64StrLength, reverseMap); + + }, + + _map: 'ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/=' + }; + + function parseLoop(base64Str, base64StrLength, reverseMap) { + var words = []; + var nBytes = 0; + for (var i = 0; i < base64StrLength; i++) { + if (i % 4) { + var bits1 = reverseMap[base64Str.charCodeAt(i - 1)] << ((i % 4) * 2); + var bits2 = reverseMap[base64Str.charCodeAt(i)] >>> (6 - (i % 4) * 2); + words[nBytes >>> 2] |= (bits1 | bits2) << (24 - (nBytes % 4) * 8); + nBytes++; + } + } + return WordArray.create(words, nBytes); + } + }()); + + + (function(Math) { + // Shortcuts + var C = CryptoJS; + var C_lib = C.lib; + var WordArray = C_lib.WordArray; + var Hasher = C_lib.Hasher; + var C_algo = C.algo; + + // Constants table + var T = []; + + // Compute constants + (function() { + for (var i = 0; i < 64; i++) { + T[i] = (Math.abs(Math.sin(i + 1)) * 0x100000000) | 0; + } + }()); + + /** + * MD5 hash algorithm. + */ + var MD5 = C_algo.MD5 = Hasher.extend({ + _doReset: function() { + this._hash = new WordArray.init([ + 0x67452301, 0xefcdab89, + 0x98badcfe, 0x10325476 + ]); + }, + + _doProcessBlock: function(M, offset) { + // Swap endian + for (var i = 0; i < 16; i++) { + // Shortcuts + var offset_i = offset + i; + var M_offset_i = M[offset_i]; + + M[offset_i] = ( + (((M_offset_i << 8) | (M_offset_i >>> 24)) & 0x00ff00ff) | + (((M_offset_i << 24) | (M_offset_i >>> 8)) & 0xff00ff00) + ); + } + + // Shortcuts + var H = this._hash.words; + + var M_offset_0 = M[offset + 0]; + var M_offset_1 = M[offset + 1]; + var M_offset_2 = M[offset + 2]; + var M_offset_3 = M[offset + 3]; + var M_offset_4 = M[offset + 4]; + var M_offset_5 = M[offset + 5]; + var M_offset_6 = M[offset + 6]; + var M_offset_7 = M[offset + 7]; + var M_offset_8 = M[offset + 8]; + var M_offset_9 = M[offset + 9]; + var M_offset_10 = M[offset + 10]; + var M_offset_11 = M[offset + 11]; + var M_offset_12 = M[offset + 12]; + var M_offset_13 = M[offset + 13]; + var M_offset_14 = M[offset + 14]; + var M_offset_15 = M[offset + 15]; + + // Working varialbes + var a = H[0]; + var b = H[1]; + var c = H[2]; + var d = H[3]; + + // Computation + a = FF(a, b, c, d, M_offset_0, 7, T[0]); + d = FF(d, a, b, c, M_offset_1, 12, T[1]); + c = FF(c, d, a, b, M_offset_2, 17, T[2]); + b = FF(b, c, d, a, M_offset_3, 22, T[3]); + a = FF(a, b, c, d, M_offset_4, 7, T[4]); + d = FF(d, a, b, c, M_offset_5, 12, T[5]); + c = FF(c, d, a, b, M_offset_6, 17, T[6]); + b = FF(b, c, d, a, M_offset_7, 22, T[7]); + a = FF(a, b, c, d, M_offset_8, 7, T[8]); + d = FF(d, a, b, c, M_offset_9, 12, T[9]); + c = FF(c, d, a, b, M_offset_10, 17, T[10]); + b = FF(b, c, d, a, M_offset_11, 22, T[11]); + a = FF(a, b, c, d, M_offset_12, 7, T[12]); + d = FF(d, a, b, c, M_offset_13, 12, T[13]); + c = FF(c, d, a, b, M_offset_14, 17, T[14]); + b = FF(b, c, d, a, M_offset_15, 22, T[15]); + + a = GG(a, b, c, d, M_offset_1, 5, T[16]); + d = GG(d, a, b, c, M_offset_6, 9, T[17]); + c = GG(c, d, a, b, M_offset_11, 14, T[18]); + b = GG(b, c, d, a, M_offset_0, 20, T[19]); + a = GG(a, b, c, d, M_offset_5, 5, T[20]); + d = GG(d, a, b, c, M_offset_10, 9, T[21]); + c = GG(c, d, a, b, M_offset_15, 14, T[22]); + b = GG(b, c, d, a, M_offset_4, 20, T[23]); + a = GG(a, b, c, d, M_offset_9, 5, T[24]); + d = GG(d, a, b, c, M_offset_14, 9, T[25]); + c = GG(c, d, a, b, M_offset_3, 14, T[26]); + b = GG(b, c, d, a, M_offset_8, 20, T[27]); + a = GG(a, b, c, d, M_offset_13, 5, T[28]); + d = GG(d, a, b, c, M_offset_2, 9, T[29]); + c = GG(c, d, a, b, M_offset_7, 14, T[30]); + b = GG(b, c, d, a, M_offset_12, 20, T[31]); + + a = HH(a, b, c, d, M_offset_5, 4, T[32]); + d = HH(d, a, b, c, M_offset_8, 11, T[33]); + c = HH(c, d, a, b, M_offset_11, 16, T[34]); + b = HH(b, c, d, a, M_offset_14, 23, T[35]); + a = HH(a, b, c, d, M_offset_1, 4, T[36]); + d = HH(d, a, b, c, M_offset_4, 11, T[37]); + c = HH(c, d, a, b, M_offset_7, 16, T[38]); + b = HH(b, c, d, a, M_offset_10, 23, T[39]); + a = HH(a, b, c, d, M_offset_13, 4, T[40]); + d = HH(d, a, b, c, M_offset_0, 11, T[41]); + c = HH(c, d, a, b, M_offset_3, 16, T[42]); + b = HH(b, c, d, a, M_offset_6, 23, T[43]); + a = HH(a, b, c, d, M_offset_9, 4, T[44]); + d = HH(d, a, b, c, M_offset_12, 11, T[45]); + c = HH(c, d, a, b, M_offset_15, 16, T[46]); + b = HH(b, c, d, a, M_offset_2, 23, T[47]); + + a = II(a, b, c, d, M_offset_0, 6, T[48]); + d = II(d, a, b, c, M_offset_7, 10, T[49]); + c = II(c, d, a, b, M_offset_14, 15, T[50]); + b = II(b, c, d, a, M_offset_5, 21, T[51]); + a = II(a, b, c, d, M_offset_12, 6, T[52]); + d = II(d, a, b, c, M_offset_3, 10, T[53]); + c = II(c, d, a, b, M_offset_10, 15, T[54]); + b = II(b, c, d, a, M_offset_1, 21, T[55]); + a = II(a, b, c, d, M_offset_8, 6, T[56]); + d = II(d, a, b, c, M_offset_15, 10, T[57]); + c = II(c, d, a, b, M_offset_6, 15, T[58]); + b = II(b, c, d, a, M_offset_13, 21, T[59]); + a = II(a, b, c, d, M_offset_4, 6, T[60]); + d = II(d, a, b, c, M_offset_11, 10, T[61]); + c = II(c, d, a, b, M_offset_2, 15, T[62]); + b = II(b, c, d, a, M_offset_9, 21, T[63]); + + // Intermediate hash value + H[0] = (H[0] + a) | 0; + H[1] = (H[1] + b) | 0; + H[2] = (H[2] + c) | 0; + H[3] = (H[3] + d) | 0; + }, + + _doFinalize: function() { + // Shortcuts + var data = this._data; + var dataWords = data.words; + + var nBitsTotal = this._nDataBytes * 8; + var nBitsLeft = data.sigBytes * 8; + + // Add padding + dataWords[nBitsLeft >>> 5] |= 0x80 << (24 - nBitsLeft % 32); + + var nBitsTotalH = Math.floor(nBitsTotal / 0x100000000); + var nBitsTotalL = nBitsTotal; + dataWords[(((nBitsLeft + 64) >>> 9) << 4) + 15] = ( + (((nBitsTotalH << 8) | (nBitsTotalH >>> 24)) & 0x00ff00ff) | + (((nBitsTotalH << 24) | (nBitsTotalH >>> 8)) & 0xff00ff00) + ); + dataWords[(((nBitsLeft + 64) >>> 9) << 4) + 14] = ( + (((nBitsTotalL << 8) | (nBitsTotalL >>> 24)) & 0x00ff00ff) | + (((nBitsTotalL << 24) | (nBitsTotalL >>> 8)) & 0xff00ff00) + ); + + data.sigBytes = (dataWords.length + 1) * 4; + + // Hash final blocks + this._process(); + + // Shortcuts + var hash = this._hash; + var H = hash.words; + + // Swap endian + for (var i = 0; i < 4; i++) { + // Shortcut + var H_i = H[i]; + + H[i] = (((H_i << 8) | (H_i >>> 24)) & 0x00ff00ff) | + (((H_i << 24) | (H_i >>> 8)) & 0xff00ff00); + } + + // Return final computed hash + return hash; + }, + + clone: function() { + var clone = Hasher.clone.call(this); + clone._hash = this._hash.clone(); + + return clone; + } + }); + + function FF(a, b, c, d, x, s, t) { + var n = a + ((b & c) | (~b & d)) + x + t; + return ((n << s) | (n >>> (32 - s))) + b; + } + + function GG(a, b, c, d, x, s, t) { + var n = a + ((b & d) | (c & ~d)) + x + t; + return ((n << s) | (n >>> (32 - s))) + b; + } + + function HH(a, b, c, d, x, s, t) { + var n = a + (b ^ c ^ d) + x + t; + return ((n << s) | (n >>> (32 - s))) + b; + } + + function II(a, b, c, d, x, s, t) { + var n = a + (c ^ (b | ~d)) + x + t; + return ((n << s) | (n >>> (32 - s))) + b; + } + + /** + * Shortcut function to the hasher's object interface. + * + * @param {WordArray|string} message The message to hash. + * + * @return {WordArray} The hash. + * + * @static + * + * @example + * + * var hash = CryptoJS.MD5('message'); + * var hash = CryptoJS.MD5(wordArray); + */ + C.MD5 = Hasher._createHelper(MD5); + + /** + * Shortcut function to the HMAC's object interface. + * + * @param {WordArray|string} message The message to hash. + * @param {WordArray|string} key The secret key. + * + * @return {WordArray} The HMAC. + * + * @static + * + * @example + * + * var hmac = CryptoJS.HmacMD5(message, key); + */ + C.HmacMD5 = Hasher._createHmacHelper(MD5); + }(Math)); + + + (function() { + // Shortcuts + var C = CryptoJS; + var C_lib = C.lib; + var WordArray = C_lib.WordArray; + var Hasher = C_lib.Hasher; + var C_algo = C.algo; + + // Reusable object + var W = []; + + /** + * SHA-1 hash algorithm. + */ + var SHA1 = C_algo.SHA1 = Hasher.extend({ + _doReset: function() { + this._hash = new WordArray.init([ + 0x67452301, 0xefcdab89, + 0x98badcfe, 0x10325476, + 0xc3d2e1f0 + ]); + }, + + _doProcessBlock: function(M, offset) { + // Shortcut + var H = this._hash.words; + + // Working variables + var a = H[0]; + var b = H[1]; + var c = H[2]; + var d = H[3]; + var e = H[4]; + + // Computation + for (var i = 0; i < 80; i++) { + if (i < 16) { + W[i] = M[offset + i] | 0; + } else { + var n = W[i - 3] ^ W[i - 8] ^ W[i - 14] ^ W[i - 16]; + W[i] = (n << 1) | (n >>> 31); + } + + var t = ((a << 5) | (a >>> 27)) + e + W[i]; + if (i < 20) { + t += ((b & c) | (~b & d)) + 0x5a827999; + } else if (i < 40) { + t += (b ^ c ^ d) + 0x6ed9eba1; + } else if (i < 60) { + t += ((b & c) | (b & d) | (c & d)) - 0x70e44324; + } else /* if (i < 80) */ { + t += (b ^ c ^ d) - 0x359d3e2a; + } + + e = d; + d = c; + c = (b << 30) | (b >>> 2); + b = a; + a = t; + } + + // Intermediate hash value + H[0] = (H[0] + a) | 0; + H[1] = (H[1] + b) | 0; + H[2] = (H[2] + c) | 0; + H[3] = (H[3] + d) | 0; + H[4] = (H[4] + e) | 0; + }, + + _doFinalize: function() { + // Shortcuts + var data = this._data; + var dataWords = data.words; + + var nBitsTotal = this._nDataBytes * 8; + var nBitsLeft = data.sigBytes * 8; + + // Add padding + dataWords[nBitsLeft >>> 5] |= 0x80 << (24 - nBitsLeft % 32); + dataWords[(((nBitsLeft + 64) >>> 9) << 4) + 14] = Math.floor(nBitsTotal / + 0x100000000); + dataWords[(((nBitsLeft + 64) >>> 9) << 4) + 15] = nBitsTotal; + data.sigBytes = dataWords.length * 4; + + // Hash final blocks + this._process(); + + // Return final computed hash + return this._hash; + }, + + clone: function() { + var clone = Hasher.clone.call(this); + clone._hash = this._hash.clone(); + + return clone; + } + }); + + /** + * Shortcut function to the hasher's object interface. + * + * @param {WordArray|string} message The message to hash. + * + * @return {WordArray} The hash. + * + * @static + * + * @example + * + * var hash = CryptoJS.SHA1('message'); + * var hash = CryptoJS.SHA1(wordArray); + */ + C.SHA1 = Hasher._createHelper(SHA1); + + /** + * Shortcut function to the HMAC's object interface. + * + * @param {WordArray|string} message The message to hash. + * @param {WordArray|string} key The secret key. + * + * @return {WordArray} The HMAC. + * + * @static + * + * @example + * + * var hmac = CryptoJS.HmacSHA1(message, key); + */ + C.HmacSHA1 = Hasher._createHmacHelper(SHA1); + }()); + + + (function(Math) { + // Shortcuts + var C = CryptoJS; + var C_lib = C.lib; + var WordArray = C_lib.WordArray; + var Hasher = C_lib.Hasher; + var C_algo = C.algo; + + // Initialization and round constants tables + var H = []; + var K = []; + + // Compute constants + (function() { + function isPrime(n) { + var sqrtN = Math.sqrt(n); + for (var factor = 2; factor <= sqrtN; factor++) { + if (!(n % factor)) { + return false; + } + } + + return true; + } + + function getFractionalBits(n) { + return ((n - (n | 0)) * 0x100000000) | 0; + } + + var n = 2; + var nPrime = 0; + while (nPrime < 64) { + if (isPrime(n)) { + if (nPrime < 8) { + H[nPrime] = getFractionalBits(Math.pow(n, 1 / 2)); + } + K[nPrime] = getFractionalBits(Math.pow(n, 1 / 3)); + + nPrime++; + } + + n++; + } + }()); + + // Reusable object + var W = []; + + /** + * SHA-256 hash algorithm. + */ + var SHA256 = C_algo.SHA256 = Hasher.extend({ + _doReset: function() { + this._hash = new WordArray.init(H.slice(0)); + }, + + _doProcessBlock: function(M, offset) { + // Shortcut + var H = this._hash.words; + + // Working variables + var a = H[0]; + var b = H[1]; + var c = H[2]; + var d = H[3]; + var e = H[4]; + var f = H[5]; + var g = H[6]; + var h = H[7]; + + // Computation + for (var i = 0; i < 64; i++) { + if (i < 16) { + W[i] = M[offset + i] | 0; + } else { + var gamma0x = W[i - 15]; + var gamma0 = ((gamma0x << 25) | (gamma0x >>> 7)) ^ + ((gamma0x << 14) | (gamma0x >>> 18)) ^ + (gamma0x >>> 3); + + var gamma1x = W[i - 2]; + var gamma1 = ((gamma1x << 15) | (gamma1x >>> 17)) ^ + ((gamma1x << 13) | (gamma1x >>> 19)) ^ + (gamma1x >>> 10); + + W[i] = gamma0 + W[i - 7] + gamma1 + W[i - 16]; + } + + var ch = (e & f) ^ (~e & g); + var maj = (a & b) ^ (a & c) ^ (b & c); + + var sigma0 = ((a << 30) | (a >>> 2)) ^ ((a << 19) | (a >>> 13)) ^ ((a << + 10) | (a >>> 22)); + var sigma1 = ((e << 26) | (e >>> 6)) ^ ((e << 21) | (e >>> 11)) ^ ((e << + 7) | (e >>> 25)); + + var t1 = h + sigma1 + ch + K[i] + W[i]; + var t2 = sigma0 + maj; + + h = g; + g = f; + f = e; + e = (d + t1) | 0; + d = c; + c = b; + b = a; + a = (t1 + t2) | 0; + } + + // Intermediate hash value + H[0] = (H[0] + a) | 0; + H[1] = (H[1] + b) | 0; + H[2] = (H[2] + c) | 0; + H[3] = (H[3] + d) | 0; + H[4] = (H[4] + e) | 0; + H[5] = (H[5] + f) | 0; + H[6] = (H[6] + g) | 0; + H[7] = (H[7] + h) | 0; + }, + + _doFinalize: function() { + // Shortcuts + var data = this._data; + var dataWords = data.words; + + var nBitsTotal = this._nDataBytes * 8; + var nBitsLeft = data.sigBytes * 8; + + // Add padding + dataWords[nBitsLeft >>> 5] |= 0x80 << (24 - nBitsLeft % 32); + dataWords[(((nBitsLeft + 64) >>> 9) << 4) + 14] = Math.floor(nBitsTotal / + 0x100000000); + dataWords[(((nBitsLeft + 64) >>> 9) << 4) + 15] = nBitsTotal; + data.sigBytes = dataWords.length * 4; + + // Hash final blocks + this._process(); + + // Return final computed hash + return this._hash; + }, + + clone: function() { + var clone = Hasher.clone.call(this); + clone._hash = this._hash.clone(); + + return clone; + } + }); + + /** + * Shortcut function to the hasher's object interface. + * + * @param {WordArray|string} message The message to hash. + * + * @return {WordArray} The hash. + * + * @static + * + * @example + * + * var hash = CryptoJS.SHA256('message'); + * var hash = CryptoJS.SHA256(wordArray); + */ + C.SHA256 = Hasher._createHelper(SHA256); + + /** + * Shortcut function to the HMAC's object interface. + * + * @param {WordArray|string} message The message to hash. + * @param {WordArray|string} key The secret key. + * + * @return {WordArray} The HMAC. + * + * @static + * + * @example + * + * var hmac = CryptoJS.HmacSHA256(message, key); + */ + C.HmacSHA256 = Hasher._createHmacHelper(SHA256); + }(Math)); + + + (function() { + // Shortcuts + var C = CryptoJS; + var C_lib = C.lib; + var WordArray = C_lib.WordArray; + var C_enc = C.enc; + + /** + * UTF-16 BE encoding strategy. + */ + var Utf16BE = C_enc.Utf16 = C_enc.Utf16BE = { + /** + * Converts a word array to a UTF-16 BE string. + * + * @param {WordArray} wordArray The word array. + * + * @return {string} The UTF-16 BE string. + * + * @static + * + * @example + * + * var utf16String = CryptoJS.enc.Utf16.stringify(wordArray); + */ + stringify: function(wordArray) { + // Shortcuts + var words = wordArray.words; + var sigBytes = wordArray.sigBytes; + + // Convert + var utf16Chars = []; + for (var i = 0; i < sigBytes; i += 2) { + var codePoint = (words[i >>> 2] >>> (16 - (i % 4) * 8)) & 0xffff; + utf16Chars.push(String.fromCharCode(codePoint)); + } + + return utf16Chars.join(''); + }, + + /** + * Converts a UTF-16 BE string to a word array. + * + * @param {string} utf16Str The UTF-16 BE string. + * + * @return {WordArray} The word array. + * + * @static + * + * @example + * + * var wordArray = CryptoJS.enc.Utf16.parse(utf16String); + */ + parse: function(utf16Str) { + // Shortcut + var utf16StrLength = utf16Str.length; + + // Convert + var words = []; + for (var i = 0; i < utf16StrLength; i++) { + words[i >>> 1] |= utf16Str.charCodeAt(i) << (16 - (i % 2) * 16); + } + + return WordArray.create(words, utf16StrLength * 2); + } + }; + + /** + * UTF-16 LE encoding strategy. + */ + C_enc.Utf16LE = { + /** + * Converts a word array to a UTF-16 LE string. + * + * @param {WordArray} wordArray The word array. + * + * @return {string} The UTF-16 LE string. + * + * @static + * + * @example + * + * var utf16Str = CryptoJS.enc.Utf16LE.stringify(wordArray); + */ + stringify: function(wordArray) { + // Shortcuts + var words = wordArray.words; + var sigBytes = wordArray.sigBytes; + + // Convert + var utf16Chars = []; + for (var i = 0; i < sigBytes; i += 2) { + var codePoint = swapEndian((words[i >>> 2] >>> (16 - (i % 4) * 8)) & 0xffff); + utf16Chars.push(String.fromCharCode(codePoint)); + } + + return utf16Chars.join(''); + }, + + /** + * Converts a UTF-16 LE string to a word array. + * + * @param {string} utf16Str The UTF-16 LE string. + * + * @return {WordArray} The word array. + * + * @static + * + * @example + * + * var wordArray = CryptoJS.enc.Utf16LE.parse(utf16Str); + */ + parse: function(utf16Str) { + // Shortcut + var utf16StrLength = utf16Str.length; + + // Convert + var words = []; + for (var i = 0; i < utf16StrLength; i++) { + words[i >>> 1] |= swapEndian(utf16Str.charCodeAt(i) << (16 - (i % 2) * 16)); + } + + return WordArray.create(words, utf16StrLength * 2); + } + }; + + function swapEndian(word) { + return ((word << 8) & 0xff00ff00) | ((word >>> 8) & 0x00ff00ff); + } + }()); + + + (function() { + // Check if typed arrays are supported + if (typeof ArrayBuffer != 'function') { + return; + } + + // Shortcuts + var C = CryptoJS; + var C_lib = C.lib; + var WordArray = C_lib.WordArray; + + // Reference original init + var superInit = WordArray.init; + + // Augment WordArray.init to handle typed arrays + var subInit = WordArray.init = function(typedArray) { + // Convert buffers to uint8 + if (typedArray instanceof ArrayBuffer) { + typedArray = new Uint8Array(typedArray); + } + + // Convert other array views to uint8 + if ( + typedArray instanceof Int8Array || + (typeof Uint8ClampedArray !== "undefined" && typedArray instanceof Uint8ClampedArray) || + typedArray instanceof Int16Array || + typedArray instanceof Uint16Array || + typedArray instanceof Int32Array || + typedArray instanceof Uint32Array || + typedArray instanceof Float32Array || + typedArray instanceof Float64Array + ) { + typedArray = new Uint8Array(typedArray.buffer, typedArray.byteOffset, typedArray + .byteLength); + } + + // Handle Uint8Array + if (typedArray instanceof Uint8Array) { + // Shortcut + var typedArrayByteLength = typedArray.byteLength; + + // Extract bytes + var words = []; + for (var i = 0; i < typedArrayByteLength; i++) { + words[i >>> 2] |= typedArray[i] << (24 - (i % 4) * 8); + } + + // Initialize this word array + superInit.call(this, words, typedArrayByteLength); + } else { + // Else call normal init + superInit.apply(this, arguments); + } + }; + + subInit.prototype = WordArray; + }()); + + + /** @preserve + (c) 2012 by Cédric Mesnil. All rights reserved. + + Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: + + - Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. + - Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. + + THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + */ + + (function(Math) { + // Shortcuts + var C = CryptoJS; + var C_lib = C.lib; + var WordArray = C_lib.WordArray; + var Hasher = C_lib.Hasher; + var C_algo = C.algo; + + // Constants table + var _zl = WordArray.create([ + 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, + 7, 4, 13, 1, 10, 6, 15, 3, 12, 0, 9, 5, 2, 14, 11, 8, + 3, 10, 14, 4, 9, 15, 8, 1, 2, 7, 0, 6, 13, 11, 5, 12, + 1, 9, 11, 10, 0, 8, 12, 4, 13, 3, 7, 15, 14, 5, 6, 2, + 4, 0, 5, 9, 7, 12, 2, 10, 14, 1, 3, 8, 11, 6, 15, 13 + ]); + var _zr = WordArray.create([ + 5, 14, 7, 0, 9, 2, 11, 4, 13, 6, 15, 8, 1, 10, 3, 12, + 6, 11, 3, 7, 0, 13, 5, 10, 14, 15, 8, 12, 4, 9, 1, 2, + 15, 5, 1, 3, 7, 14, 6, 9, 11, 8, 12, 2, 10, 0, 4, 13, + 8, 6, 4, 1, 3, 11, 15, 0, 5, 12, 2, 13, 9, 7, 10, 14, + 12, 15, 10, 4, 1, 5, 8, 7, 6, 2, 13, 14, 0, 3, 9, 11 + ]); + var _sl = WordArray.create([ + 11, 14, 15, 12, 5, 8, 7, 9, 11, 13, 14, 15, 6, 7, 9, 8, + 7, 6, 8, 13, 11, 9, 7, 15, 7, 12, 15, 9, 11, 7, 13, 12, + 11, 13, 6, 7, 14, 9, 13, 15, 14, 8, 13, 6, 5, 12, 7, 5, + 11, 12, 14, 15, 14, 15, 9, 8, 9, 14, 5, 6, 8, 6, 5, 12, + 9, 15, 5, 11, 6, 8, 13, 12, 5, 12, 13, 14, 11, 8, 5, 6 + ]); + var _sr = WordArray.create([ + 8, 9, 9, 11, 13, 15, 15, 5, 7, 7, 8, 11, 14, 14, 12, 6, + 9, 13, 15, 7, 12, 8, 9, 11, 7, 7, 12, 7, 6, 15, 13, 11, + 9, 7, 15, 11, 8, 6, 6, 14, 12, 13, 5, 14, 13, 13, 7, 5, + 15, 5, 8, 11, 14, 14, 6, 14, 6, 9, 12, 9, 12, 5, 15, 8, + 8, 5, 12, 9, 12, 5, 14, 6, 8, 13, 6, 5, 15, 13, 11, 11 + ]); + + var _hl = WordArray.create([0x00000000, 0x5A827999, 0x6ED9EBA1, 0x8F1BBCDC, 0xA953FD4E]); + var _hr = WordArray.create([0x50A28BE6, 0x5C4DD124, 0x6D703EF3, 0x7A6D76E9, 0x00000000]); + + /** + * RIPEMD160 hash algorithm. + */ + var RIPEMD160 = C_algo.RIPEMD160 = Hasher.extend({ + _doReset: function() { + this._hash = WordArray.create([0x67452301, 0xEFCDAB89, 0x98BADCFE, 0x10325476, + 0xC3D2E1F0 + ]); + }, + + _doProcessBlock: function(M, offset) { + + // Swap endian + for (var i = 0; i < 16; i++) { + // Shortcuts + var offset_i = offset + i; + var M_offset_i = M[offset_i]; + + // Swap + M[offset_i] = ( + (((M_offset_i << 8) | (M_offset_i >>> 24)) & 0x00ff00ff) | + (((M_offset_i << 24) | (M_offset_i >>> 8)) & 0xff00ff00) + ); + } + // Shortcut + var H = this._hash.words; + var hl = _hl.words; + var hr = _hr.words; + var zl = _zl.words; + var zr = _zr.words; + var sl = _sl.words; + var sr = _sr.words; + + // Working variables + var al, bl, cl, dl, el; + var ar, br, cr, dr, er; + + ar = al = H[0]; + br = bl = H[1]; + cr = cl = H[2]; + dr = dl = H[3]; + er = el = H[4]; + // Computation + var t; + for (var i = 0; i < 80; i += 1) { + t = (al + M[offset + zl[i]]) | 0; + if (i < 16) { + t += f1(bl, cl, dl) + hl[0]; + } else if (i < 32) { + t += f2(bl, cl, dl) + hl[1]; + } else if (i < 48) { + t += f3(bl, cl, dl) + hl[2]; + } else if (i < 64) { + t += f4(bl, cl, dl) + hl[3]; + } else { // if (i<80) { + t += f5(bl, cl, dl) + hl[4]; + } + t = t | 0; + t = rotl(t, sl[i]); + t = (t + el) | 0; + al = el; + el = dl; + dl = rotl(cl, 10); + cl = bl; + bl = t; + + t = (ar + M[offset + zr[i]]) | 0; + if (i < 16) { + t += f5(br, cr, dr) + hr[0]; + } else if (i < 32) { + t += f4(br, cr, dr) + hr[1]; + } else if (i < 48) { + t += f3(br, cr, dr) + hr[2]; + } else if (i < 64) { + t += f2(br, cr, dr) + hr[3]; + } else { // if (i<80) { + t += f1(br, cr, dr) + hr[4]; + } + t = t | 0; + t = rotl(t, sr[i]); + t = (t + er) | 0; + ar = er; + er = dr; + dr = rotl(cr, 10); + cr = br; + br = t; + } + // Intermediate hash value + t = (H[1] + cl + dr) | 0; + H[1] = (H[2] + dl + er) | 0; + H[2] = (H[3] + el + ar) | 0; + H[3] = (H[4] + al + br) | 0; + H[4] = (H[0] + bl + cr) | 0; + H[0] = t; + }, + + _doFinalize: function() { + // Shortcuts + var data = this._data; + var dataWords = data.words; + + var nBitsTotal = this._nDataBytes * 8; + var nBitsLeft = data.sigBytes * 8; + + // Add padding + dataWords[nBitsLeft >>> 5] |= 0x80 << (24 - nBitsLeft % 32); + dataWords[(((nBitsLeft + 64) >>> 9) << 4) + 14] = ( + (((nBitsTotal << 8) | (nBitsTotal >>> 24)) & 0x00ff00ff) | + (((nBitsTotal << 24) | (nBitsTotal >>> 8)) & 0xff00ff00) + ); + data.sigBytes = (dataWords.length + 1) * 4; + + // Hash final blocks + this._process(); + + // Shortcuts + var hash = this._hash; + var H = hash.words; + + // Swap endian + for (var i = 0; i < 5; i++) { + // Shortcut + var H_i = H[i]; + + // Swap + H[i] = (((H_i << 8) | (H_i >>> 24)) & 0x00ff00ff) | + (((H_i << 24) | (H_i >>> 8)) & 0xff00ff00); + } + + // Return final computed hash + return hash; + }, + + clone: function() { + var clone = Hasher.clone.call(this); + clone._hash = this._hash.clone(); + + return clone; + } + }); + + + function f1(x, y, z) { + return ((x) ^ (y) ^ (z)); + + } + + function f2(x, y, z) { + return (((x) & (y)) | ((~x) & (z))); + } + + function f3(x, y, z) { + return (((x) | (~(y))) ^ (z)); + } + + function f4(x, y, z) { + return (((x) & (z)) | ((y) & (~(z)))); + } + + function f5(x, y, z) { + return ((x) ^ ((y) | (~(z)))); + + } + + function rotl(x, n) { + return (x << n) | (x >>> (32 - n)); + } + + + /** + * Shortcut function to the hasher's object interface. + * + * @param {WordArray|string} message The message to hash. + * + * @return {WordArray} The hash. + * + * @static + * + * @example + * + * var hash = CryptoJS.RIPEMD160('message'); + * var hash = CryptoJS.RIPEMD160(wordArray); + */ + C.RIPEMD160 = Hasher._createHelper(RIPEMD160); + + /** + * Shortcut function to the HMAC's object interface. + * + * @param {WordArray|string} message The message to hash. + * @param {WordArray|string} key The secret key. + * + * @return {WordArray} The HMAC. + * + * @static + * + * @example + * + * var hmac = CryptoJS.HmacRIPEMD160(message, key); + */ + C.HmacRIPEMD160 = Hasher._createHmacHelper(RIPEMD160); + }(Math)); + + + (function() { + // Shortcuts + var C = CryptoJS; + var C_lib = C.lib; + var Base = C_lib.Base; + var C_enc = C.enc; + var Utf8 = C_enc.Utf8; + var C_algo = C.algo; + + /** + * HMAC algorithm. + */ + var HMAC = C_algo.HMAC = Base.extend({ + /** + * Initializes a newly created HMAC. + * + * @param {Hasher} hasher The hash algorithm to use. + * @param {WordArray|string} key The secret key. + * + * @example + * + * var hmacHasher = CryptoJS.algo.HMAC.create(CryptoJS.algo.SHA256, key); + */ + init: function(hasher, key) { + // Init hasher + hasher = this._hasher = new hasher.init(); + + // Convert string to WordArray, else assume WordArray already + if (typeof key == 'string') { + key = Utf8.parse(key); + } + + // Shortcuts + var hasherBlockSize = hasher.blockSize; + var hasherBlockSizeBytes = hasherBlockSize * 4; + + // Allow arbitrary length keys + if (key.sigBytes > hasherBlockSizeBytes) { + key = hasher.finalize(key); + } + + // Clamp excess bits + key.clamp(); + + // Clone key for inner and outer pads + var oKey = this._oKey = key.clone(); + var iKey = this._iKey = key.clone(); + + // Shortcuts + var oKeyWords = oKey.words; + var iKeyWords = iKey.words; + + // XOR keys with pad constants + for (var i = 0; i < hasherBlockSize; i++) { + oKeyWords[i] ^= 0x5c5c5c5c; + iKeyWords[i] ^= 0x36363636; + } + oKey.sigBytes = iKey.sigBytes = hasherBlockSizeBytes; + + // Set initial values + this.reset(); + }, + + /** + * Resets this HMAC to its initial state. + * + * @example + * + * hmacHasher.reset(); + */ + reset: function() { + // Shortcut + var hasher = this._hasher; + + // Reset + hasher.reset(); + hasher.update(this._iKey); + }, + + /** + * Updates this HMAC with a message. + * + * @param {WordArray|string} messageUpdate The message to append. + * + * @return {HMAC} This HMAC instance. + * + * @example + * + * hmacHasher.update('message'); + * hmacHasher.update(wordArray); + */ + update: function(messageUpdate) { + this._hasher.update(messageUpdate); + + // Chainable + return this; + }, + + /** + * Finalizes the HMAC computation. + * Note that the finalize operation is effectively a destructive, read-once operation. + * + * @param {WordArray|string} messageUpdate (Optional) A final message update. + * + * @return {WordArray} The HMAC. + * + * @example + * + * var hmac = hmacHasher.finalize(); + * var hmac = hmacHasher.finalize('message'); + * var hmac = hmacHasher.finalize(wordArray); + */ + finalize: function(messageUpdate) { + // Shortcut + var hasher = this._hasher; + + // Compute HMAC + var innerHash = hasher.finalize(messageUpdate); + hasher.reset(); + var hmac = hasher.finalize(this._oKey.clone().concat(innerHash)); + + return hmac; + } + }); + }()); + + + (function() { + // Shortcuts + var C = CryptoJS; + var C_lib = C.lib; + var Base = C_lib.Base; + var WordArray = C_lib.WordArray; + var C_algo = C.algo; + var SHA1 = C_algo.SHA1; + var HMAC = C_algo.HMAC; + + /** + * Password-Based Key Derivation Function 2 algorithm. + */ + var PBKDF2 = C_algo.PBKDF2 = Base.extend({ + /** + * Configuration options. + * + * @property {number} keySize The key size in words to generate. Default: 4 (128 bits) + * @property {Hasher} hasher The hasher to use. Default: SHA1 + * @property {number} iterations The number of iterations to perform. Default: 1 + */ + cfg: Base.extend({ + keySize: 128 / 32, + hasher: SHA1, + iterations: 1 + }), + + /** + * Initializes a newly created key derivation function. + * + * @param {Object} cfg (Optional) The configuration options to use for the derivation. + * + * @example + * + * var kdf = CryptoJS.algo.PBKDF2.create(); + * var kdf = CryptoJS.algo.PBKDF2.create({ keySize: 8 }); + * var kdf = CryptoJS.algo.PBKDF2.create({ keySize: 8, iterations: 1000 }); + */ + init: function(cfg) { + this.cfg = this.cfg.extend(cfg); + }, + + /** + * Computes the Password-Based Key Derivation Function 2. + * + * @param {WordArray|string} password The password. + * @param {WordArray|string} salt A salt. + * + * @return {WordArray} The derived key. + * + * @example + * + * var key = kdf.compute(password, salt); + */ + compute: function(password, salt) { + // Shortcut + var cfg = this.cfg; + + // Init HMAC + var hmac = HMAC.create(cfg.hasher, password); + + // Initial values + var derivedKey = WordArray.create(); + var blockIndex = WordArray.create([0x00000001]); + + // Shortcuts + var derivedKeyWords = derivedKey.words; + var blockIndexWords = blockIndex.words; + var keySize = cfg.keySize; + var iterations = cfg.iterations; + + // Generate key + while (derivedKeyWords.length < keySize) { + var block = hmac.update(salt).finalize(blockIndex); + hmac.reset(); + + // Shortcuts + var blockWords = block.words; + var blockWordsLength = blockWords.length; + + // Iterations + var intermediate = block; + for (var i = 1; i < iterations; i++) { + intermediate = hmac.finalize(intermediate); + hmac.reset(); + + // Shortcut + var intermediateWords = intermediate.words; + + // XOR intermediate with block + for (var j = 0; j < blockWordsLength; j++) { + blockWords[j] ^= intermediateWords[j]; + } + } + + derivedKey.concat(block); + blockIndexWords[0]++; + } + derivedKey.sigBytes = keySize * 4; + + return derivedKey; + } + }); + + /** + * Computes the Password-Based Key Derivation Function 2. + * + * @param {WordArray|string} password The password. + * @param {WordArray|string} salt A salt. + * @param {Object} cfg (Optional) The configuration options to use for this computation. + * + * @return {WordArray} The derived key. + * + * @static + * + * @example + * + * var key = CryptoJS.PBKDF2(password, salt); + * var key = CryptoJS.PBKDF2(password, salt, { keySize: 8 }); + * var key = CryptoJS.PBKDF2(password, salt, { keySize: 8, iterations: 1000 }); + */ + C.PBKDF2 = function(password, salt, cfg) { + return PBKDF2.create(cfg).compute(password, salt); + }; + }()); + + + (function() { + // Shortcuts + var C = CryptoJS; + var C_lib = C.lib; + var Base = C_lib.Base; + var WordArray = C_lib.WordArray; + var C_algo = C.algo; + var MD5 = C_algo.MD5; + + /** + * This key derivation function is meant to conform with EVP_BytesToKey. + * www.openssl.org/docs/crypto/EVP_BytesToKey.html + */ + var EvpKDF = C_algo.EvpKDF = Base.extend({ + /** + * Configuration options. + * + * @property {number} keySize The key size in words to generate. Default: 4 (128 bits) + * @property {Hasher} hasher The hash algorithm to use. Default: MD5 + * @property {number} iterations The number of iterations to perform. Default: 1 + */ + cfg: Base.extend({ + keySize: 128 / 32, + hasher: MD5, + iterations: 1 + }), + + /** + * Initializes a newly created key derivation function. + * + * @param {Object} cfg (Optional) The configuration options to use for the derivation. + * + * @example + * + * var kdf = CryptoJS.algo.EvpKDF.create(); + * var kdf = CryptoJS.algo.EvpKDF.create({ keySize: 8 }); + * var kdf = CryptoJS.algo.EvpKDF.create({ keySize: 8, iterations: 1000 }); + */ + init: function(cfg) { + this.cfg = this.cfg.extend(cfg); + }, + + /** + * Derives a key from a password. + * + * @param {WordArray|string} password The password. + * @param {WordArray|string} salt A salt. + * + * @return {WordArray} The derived key. + * + * @example + * + * var key = kdf.compute(password, salt); + */ + compute: function(password, salt) { + // Shortcut + var cfg = this.cfg; + + // Init hasher + var hasher = cfg.hasher.create(); + + // Initial values + var derivedKey = WordArray.create(); + + // Shortcuts + var derivedKeyWords = derivedKey.words; + var keySize = cfg.keySize; + var iterations = cfg.iterations; + + // Generate key + while (derivedKeyWords.length < keySize) { + if (block) { + hasher.update(block); + } + var block = hasher.update(password).finalize(salt); + hasher.reset(); + + // Iterations + for (var i = 1; i < iterations; i++) { + block = hasher.finalize(block); + hasher.reset(); + } + + derivedKey.concat(block); + } + derivedKey.sigBytes = keySize * 4; + + return derivedKey; + } + }); + + /** + * Derives a key from a password. + * + * @param {WordArray|string} password The password. + * @param {WordArray|string} salt A salt. + * @param {Object} cfg (Optional) The configuration options to use for this computation. + * + * @return {WordArray} The derived key. + * + * @static + * + * @example + * + * var key = CryptoJS.EvpKDF(password, salt); + * var key = CryptoJS.EvpKDF(password, salt, { keySize: 8 }); + * var key = CryptoJS.EvpKDF(password, salt, { keySize: 8, iterations: 1000 }); + */ + C.EvpKDF = function(password, salt, cfg) { + return EvpKDF.create(cfg).compute(password, salt); + }; + }()); + + + (function() { + // Shortcuts + var C = CryptoJS; + var C_lib = C.lib; + var WordArray = C_lib.WordArray; + var C_algo = C.algo; + var SHA256 = C_algo.SHA256; + + /** + * SHA-224 hash algorithm. + */ + var SHA224 = C_algo.SHA224 = SHA256.extend({ + _doReset: function() { + this._hash = new WordArray.init([ + 0xc1059ed8, 0x367cd507, 0x3070dd17, 0xf70e5939, + 0xffc00b31, 0x68581511, 0x64f98fa7, 0xbefa4fa4 + ]); + }, + + _doFinalize: function() { + var hash = SHA256._doFinalize.call(this); + + hash.sigBytes -= 4; + + return hash; + } + }); + + /** + * Shortcut function to the hasher's object interface. + * + * @param {WordArray|string} message The message to hash. + * + * @return {WordArray} The hash. + * + * @static + * + * @example + * + * var hash = CryptoJS.SHA224('message'); + * var hash = CryptoJS.SHA224(wordArray); + */ + C.SHA224 = SHA256._createHelper(SHA224); + + /** + * Shortcut function to the HMAC's object interface. + * + * @param {WordArray|string} message The message to hash. + * @param {WordArray|string} key The secret key. + * + * @return {WordArray} The HMAC. + * + * @static + * + * @example + * + * var hmac = CryptoJS.HmacSHA224(message, key); + */ + C.HmacSHA224 = SHA256._createHmacHelper(SHA224); + }()); + + + (function(undefined) { + // Shortcuts + var C = CryptoJS; + var C_lib = C.lib; + var Base = C_lib.Base; + var X32WordArray = C_lib.WordArray; + + /** + * x64 namespace. + */ + var C_x64 = C.x64 = {}; + + /** + * A 64-bit word. + */ + var X64Word = C_x64.Word = Base.extend({ + /** + * Initializes a newly created 64-bit word. + * + * @param {number} high The high 32 bits. + * @param {number} low The low 32 bits. + * + * @example + * + * var x64Word = CryptoJS.x64.Word.create(0x00010203, 0x04050607); + */ + init: function(high, low) { + this.high = high; + this.low = low; + } + + /** + * Bitwise NOTs this word. + * + * @return {X64Word} A new x64-Word object after negating. + * + * @example + * + * var negated = x64Word.not(); + */ + // not: function () { + // var high = ~this.high; + // var low = ~this.low; + + // return X64Word.create(high, low); + // }, + + /** + * Bitwise ANDs this word with the passed word. + * + * @param {X64Word} word The x64-Word to AND with this word. + * + * @return {X64Word} A new x64-Word object after ANDing. + * + * @example + * + * var anded = x64Word.and(anotherX64Word); + */ + // and: function (word) { + // var high = this.high & word.high; + // var low = this.low & word.low; + + // return X64Word.create(high, low); + // }, + + /** + * Bitwise ORs this word with the passed word. + * + * @param {X64Word} word The x64-Word to OR with this word. + * + * @return {X64Word} A new x64-Word object after ORing. + * + * @example + * + * var ored = x64Word.or(anotherX64Word); + */ + // or: function (word) { + // var high = this.high | word.high; + // var low = this.low | word.low; + + // return X64Word.create(high, low); + // }, + + /** + * Bitwise XORs this word with the passed word. + * + * @param {X64Word} word The x64-Word to XOR with this word. + * + * @return {X64Word} A new x64-Word object after XORing. + * + * @example + * + * var xored = x64Word.xor(anotherX64Word); + */ + // xor: function (word) { + // var high = this.high ^ word.high; + // var low = this.low ^ word.low; + + // return X64Word.create(high, low); + // }, + + /** + * Shifts this word n bits to the left. + * + * @param {number} n The number of bits to shift. + * + * @return {X64Word} A new x64-Word object after shifting. + * + * @example + * + * var shifted = x64Word.shiftL(25); + */ + // shiftL: function (n) { + // if (n < 32) { + // var high = (this.high << n) | (this.low >>> (32 - n)); + // var low = this.low << n; + // } else { + // var high = this.low << (n - 32); + // var low = 0; + // } + + // return X64Word.create(high, low); + // }, + + /** + * Shifts this word n bits to the right. + * + * @param {number} n The number of bits to shift. + * + * @return {X64Word} A new x64-Word object after shifting. + * + * @example + * + * var shifted = x64Word.shiftR(7); + */ + // shiftR: function (n) { + // if (n < 32) { + // var low = (this.low >>> n) | (this.high << (32 - n)); + // var high = this.high >>> n; + // } else { + // var low = this.high >>> (n - 32); + // var high = 0; + // } + + // return X64Word.create(high, low); + // }, + + /** + * Rotates this word n bits to the left. + * + * @param {number} n The number of bits to rotate. + * + * @return {X64Word} A new x64-Word object after rotating. + * + * @example + * + * var rotated = x64Word.rotL(25); + */ + // rotL: function (n) { + // return this.shiftL(n).or(this.shiftR(64 - n)); + // }, + + /** + * Rotates this word n bits to the right. + * + * @param {number} n The number of bits to rotate. + * + * @return {X64Word} A new x64-Word object after rotating. + * + * @example + * + * var rotated = x64Word.rotR(7); + */ + // rotR: function (n) { + // return this.shiftR(n).or(this.shiftL(64 - n)); + // }, + + /** + * Adds this word with the passed word. + * + * @param {X64Word} word The x64-Word to add with this word. + * + * @return {X64Word} A new x64-Word object after adding. + * + * @example + * + * var added = x64Word.add(anotherX64Word); + */ + // add: function (word) { + // var low = (this.low + word.low) | 0; + // var carry = (low >>> 0) < (this.low >>> 0) ? 1 : 0; + // var high = (this.high + word.high + carry) | 0; + + // return X64Word.create(high, low); + // } + }); + + /** + * An array of 64-bit words. + * + * @property {Array} words The array of CryptoJS.x64.Word objects. + * @property {number} sigBytes The number of significant bytes in this word array. + */ + var X64WordArray = C_x64.WordArray = Base.extend({ + /** + * Initializes a newly created word array. + * + * @param {Array} words (Optional) An array of CryptoJS.x64.Word objects. + * @param {number} sigBytes (Optional) The number of significant bytes in the words. + * + * @example + * + * var wordArray = CryptoJS.x64.WordArray.create(); + * + * var wordArray = CryptoJS.x64.WordArray.create([ + * CryptoJS.x64.Word.create(0x00010203, 0x04050607), + * CryptoJS.x64.Word.create(0x18191a1b, 0x1c1d1e1f) + * ]); + * + * var wordArray = CryptoJS.x64.WordArray.create([ + * CryptoJS.x64.Word.create(0x00010203, 0x04050607), + * CryptoJS.x64.Word.create(0x18191a1b, 0x1c1d1e1f) + * ], 10); + */ + init: function(words, sigBytes) { + words = this.words = words || []; + + if (sigBytes != undefined) { + this.sigBytes = sigBytes; + } else { + this.sigBytes = words.length * 8; + } + }, + + /** + * Converts this 64-bit word array to a 32-bit word array. + * + * @return {CryptoJS.lib.WordArray} This word array's data as a 32-bit word array. + * + * @example + * + * var x32WordArray = x64WordArray.toX32(); + */ + toX32: function() { + // Shortcuts + var x64Words = this.words; + var x64WordsLength = x64Words.length; + + // Convert + var x32Words = []; + for (var i = 0; i < x64WordsLength; i++) { + var x64Word = x64Words[i]; + x32Words.push(x64Word.high); + x32Words.push(x64Word.low); + } + + return X32WordArray.create(x32Words, this.sigBytes); + }, + + /** + * Creates a copy of this word array. + * + * @return {X64WordArray} The clone. + * + * @example + * + * var clone = x64WordArray.clone(); + */ + clone: function() { + var clone = Base.clone.call(this); + + // Clone "words" array + var words = clone.words = this.words.slice(0); + + // Clone each X64Word object + var wordsLength = words.length; + for (var i = 0; i < wordsLength; i++) { + words[i] = words[i].clone(); + } + + return clone; + } + }); + }()); + + + (function(Math) { + // Shortcuts + var C = CryptoJS; + var C_lib = C.lib; + var WordArray = C_lib.WordArray; + var Hasher = C_lib.Hasher; + var C_x64 = C.x64; + var X64Word = C_x64.Word; + var C_algo = C.algo; + + // Constants tables + var RHO_OFFSETS = []; + var PI_INDEXES = []; + var ROUND_CONSTANTS = []; + + // Compute Constants + (function() { + // Compute rho offset constants + var x = 1, + y = 0; + for (var t = 0; t < 24; t++) { + RHO_OFFSETS[x + 5 * y] = ((t + 1) * (t + 2) / 2) % 64; + + var newX = y % 5; + var newY = (2 * x + 3 * y) % 5; + x = newX; + y = newY; + } + + // Compute pi index constants + for (var x = 0; x < 5; x++) { + for (var y = 0; y < 5; y++) { + PI_INDEXES[x + 5 * y] = y + ((2 * x + 3 * y) % 5) * 5; + } + } + + // Compute round constants + var LFSR = 0x01; + for (var i = 0; i < 24; i++) { + var roundConstantMsw = 0; + var roundConstantLsw = 0; + + for (var j = 0; j < 7; j++) { + if (LFSR & 0x01) { + var bitPosition = (1 << j) - 1; + if (bitPosition < 32) { + roundConstantLsw ^= 1 << bitPosition; + } else /* if (bitPosition >= 32) */ { + roundConstantMsw ^= 1 << (bitPosition - 32); + } + } + + // Compute next LFSR + if (LFSR & 0x80) { + // Primitive polynomial over GF(2): x^8 + x^6 + x^5 + x^4 + 1 + LFSR = (LFSR << 1) ^ 0x71; + } else { + LFSR <<= 1; + } + } + + ROUND_CONSTANTS[i] = X64Word.create(roundConstantMsw, roundConstantLsw); + } + }()); + + // Reusable objects for temporary values + var T = []; + (function() { + for (var i = 0; i < 25; i++) { + T[i] = X64Word.create(); + } + }()); + + /** + * SHA-3 hash algorithm. + */ + var SHA3 = C_algo.SHA3 = Hasher.extend({ + /** + * Configuration options. + * + * @property {number} outputLength + * The desired number of bits in the output hash. + * Only values permitted are: 224, 256, 384, 512. + * Default: 512 + */ + cfg: Hasher.cfg.extend({ + outputLength: 512 + }), + + _doReset: function() { + var state = this._state = [] + for (var i = 0; i < 25; i++) { + state[i] = new X64Word.init(); + } + + this.blockSize = (1600 - 2 * this.cfg.outputLength) / 32; + }, + + _doProcessBlock: function(M, offset) { + // Shortcuts + var state = this._state; + var nBlockSizeLanes = this.blockSize / 2; + + // Absorb + for (var i = 0; i < nBlockSizeLanes; i++) { + // Shortcuts + var M2i = M[offset + 2 * i]; + var M2i1 = M[offset + 2 * i + 1]; + + // Swap endian + M2i = ( + (((M2i << 8) | (M2i >>> 24)) & 0x00ff00ff) | + (((M2i << 24) | (M2i >>> 8)) & 0xff00ff00) + ); + M2i1 = ( + (((M2i1 << 8) | (M2i1 >>> 24)) & 0x00ff00ff) | + (((M2i1 << 24) | (M2i1 >>> 8)) & 0xff00ff00) + ); + + // Absorb message into state + var lane = state[i]; + lane.high ^= M2i1; + lane.low ^= M2i; + } + + // Rounds + for (var round = 0; round < 24; round++) { + // Theta + for (var x = 0; x < 5; x++) { + // Mix column lanes + var tMsw = 0, + tLsw = 0; + for (var y = 0; y < 5; y++) { + var lane = state[x + 5 * y]; + tMsw ^= lane.high; + tLsw ^= lane.low; + } + + // Temporary values + var Tx = T[x]; + Tx.high = tMsw; + Tx.low = tLsw; + } + for (var x = 0; x < 5; x++) { + // Shortcuts + var Tx4 = T[(x + 4) % 5]; + var Tx1 = T[(x + 1) % 5]; + var Tx1Msw = Tx1.high; + var Tx1Lsw = Tx1.low; + + // Mix surrounding columns + var tMsw = Tx4.high ^ ((Tx1Msw << 1) | (Tx1Lsw >>> 31)); + var tLsw = Tx4.low ^ ((Tx1Lsw << 1) | (Tx1Msw >>> 31)); + for (var y = 0; y < 5; y++) { + var lane = state[x + 5 * y]; + lane.high ^= tMsw; + lane.low ^= tLsw; + } + } + + // Rho Pi + for (var laneIndex = 1; laneIndex < 25; laneIndex++) { + // Shortcuts + var lane = state[laneIndex]; + var laneMsw = lane.high; + var laneLsw = lane.low; + var rhoOffset = RHO_OFFSETS[laneIndex]; + + // Rotate lanes + if (rhoOffset < 32) { + var tMsw = (laneMsw << rhoOffset) | (laneLsw >>> (32 - rhoOffset)); + var tLsw = (laneLsw << rhoOffset) | (laneMsw >>> (32 - rhoOffset)); + } else /* if (rhoOffset >= 32) */ { + var tMsw = (laneLsw << (rhoOffset - 32)) | (laneMsw >>> (64 - + rhoOffset)); + var tLsw = (laneMsw << (rhoOffset - 32)) | (laneLsw >>> (64 - + rhoOffset)); + } + + // Transpose lanes + var TPiLane = T[PI_INDEXES[laneIndex]]; + TPiLane.high = tMsw; + TPiLane.low = tLsw; + } + + // Rho pi at x = y = 0 + var T0 = T[0]; + var state0 = state[0]; + T0.high = state0.high; + T0.low = state0.low; + + // Chi + for (var x = 0; x < 5; x++) { + for (var y = 0; y < 5; y++) { + // Shortcuts + var laneIndex = x + 5 * y; + var lane = state[laneIndex]; + var TLane = T[laneIndex]; + var Tx1Lane = T[((x + 1) % 5) + 5 * y]; + var Tx2Lane = T[((x + 2) % 5) + 5 * y]; + + // Mix rows + lane.high = TLane.high ^ (~Tx1Lane.high & Tx2Lane.high); + lane.low = TLane.low ^ (~Tx1Lane.low & Tx2Lane.low); + } + } + + // Iota + var lane = state[0]; + var roundConstant = ROUND_CONSTANTS[round]; + lane.high ^= roundConstant.high; + lane.low ^= roundConstant.low;; + } + }, + + _doFinalize: function() { + // Shortcuts + var data = this._data; + var dataWords = data.words; + var nBitsTotal = this._nDataBytes * 8; + var nBitsLeft = data.sigBytes * 8; + var blockSizeBits = this.blockSize * 32; + + // Add padding + dataWords[nBitsLeft >>> 5] |= 0x1 << (24 - nBitsLeft % 32); + dataWords[((Math.ceil((nBitsLeft + 1) / blockSizeBits) * blockSizeBits) >>> 5) - + 1] |= 0x80; + data.sigBytes = dataWords.length * 4; + + // Hash final blocks + this._process(); + + // Shortcuts + var state = this._state; + var outputLengthBytes = this.cfg.outputLength / 8; + var outputLengthLanes = outputLengthBytes / 8; + + // Squeeze + var hashWords = []; + for (var i = 0; i < outputLengthLanes; i++) { + // Shortcuts + var lane = state[i]; + var laneMsw = lane.high; + var laneLsw = lane.low; + + // Swap endian + laneMsw = ( + (((laneMsw << 8) | (laneMsw >>> 24)) & 0x00ff00ff) | + (((laneMsw << 24) | (laneMsw >>> 8)) & 0xff00ff00) + ); + laneLsw = ( + (((laneLsw << 8) | (laneLsw >>> 24)) & 0x00ff00ff) | + (((laneLsw << 24) | (laneLsw >>> 8)) & 0xff00ff00) + ); + + // Squeeze state to retrieve hash + hashWords.push(laneLsw); + hashWords.push(laneMsw); + } + + // Return final computed hash + return new WordArray.init(hashWords, outputLengthBytes); + }, + + clone: function() { + var clone = Hasher.clone.call(this); + + var state = clone._state = this._state.slice(0); + for (var i = 0; i < 25; i++) { + state[i] = state[i].clone(); + } + + return clone; + } + }); + + /** + * Shortcut function to the hasher's object interface. + * + * @param {WordArray|string} message The message to hash. + * + * @return {WordArray} The hash. + * + * @static + * + * @example + * + * var hash = CryptoJS.SHA3('message'); + * var hash = CryptoJS.SHA3(wordArray); + */ + C.SHA3 = Hasher._createHelper(SHA3); + + /** + * Shortcut function to the HMAC's object interface. + * + * @param {WordArray|string} message The message to hash. + * @param {WordArray|string} key The secret key. + * + * @return {WordArray} The HMAC. + * + * @static + * + * @example + * + * var hmac = CryptoJS.HmacSHA3(message, key); + */ + C.HmacSHA3 = Hasher._createHmacHelper(SHA3); + }(Math)); + + + (function() { + // Shortcuts + var C = CryptoJS; + var C_lib = C.lib; + var Hasher = C_lib.Hasher; + var C_x64 = C.x64; + var X64Word = C_x64.Word; + var X64WordArray = C_x64.WordArray; + var C_algo = C.algo; + + function X64Word_create() { + return X64Word.create.apply(X64Word, arguments); + } + + // Constants + var K = [ + X64Word_create(0x428a2f98, 0xd728ae22), X64Word_create(0x71374491, 0x23ef65cd), + X64Word_create(0xb5c0fbcf, 0xec4d3b2f), X64Word_create(0xe9b5dba5, 0x8189dbbc), + X64Word_create(0x3956c25b, 0xf348b538), X64Word_create(0x59f111f1, 0xb605d019), + X64Word_create(0x923f82a4, 0xaf194f9b), X64Word_create(0xab1c5ed5, 0xda6d8118), + X64Word_create(0xd807aa98, 0xa3030242), X64Word_create(0x12835b01, 0x45706fbe), + X64Word_create(0x243185be, 0x4ee4b28c), X64Word_create(0x550c7dc3, 0xd5ffb4e2), + X64Word_create(0x72be5d74, 0xf27b896f), X64Word_create(0x80deb1fe, 0x3b1696b1), + X64Word_create(0x9bdc06a7, 0x25c71235), X64Word_create(0xc19bf174, 0xcf692694), + X64Word_create(0xe49b69c1, 0x9ef14ad2), X64Word_create(0xefbe4786, 0x384f25e3), + X64Word_create(0x0fc19dc6, 0x8b8cd5b5), X64Word_create(0x240ca1cc, 0x77ac9c65), + X64Word_create(0x2de92c6f, 0x592b0275), X64Word_create(0x4a7484aa, 0x6ea6e483), + X64Word_create(0x5cb0a9dc, 0xbd41fbd4), X64Word_create(0x76f988da, 0x831153b5), + X64Word_create(0x983e5152, 0xee66dfab), X64Word_create(0xa831c66d, 0x2db43210), + X64Word_create(0xb00327c8, 0x98fb213f), X64Word_create(0xbf597fc7, 0xbeef0ee4), + X64Word_create(0xc6e00bf3, 0x3da88fc2), X64Word_create(0xd5a79147, 0x930aa725), + X64Word_create(0x06ca6351, 0xe003826f), X64Word_create(0x14292967, 0x0a0e6e70), + X64Word_create(0x27b70a85, 0x46d22ffc), X64Word_create(0x2e1b2138, 0x5c26c926), + X64Word_create(0x4d2c6dfc, 0x5ac42aed), X64Word_create(0x53380d13, 0x9d95b3df), + X64Word_create(0x650a7354, 0x8baf63de), X64Word_create(0x766a0abb, 0x3c77b2a8), + X64Word_create(0x81c2c92e, 0x47edaee6), X64Word_create(0x92722c85, 0x1482353b), + X64Word_create(0xa2bfe8a1, 0x4cf10364), X64Word_create(0xa81a664b, 0xbc423001), + X64Word_create(0xc24b8b70, 0xd0f89791), X64Word_create(0xc76c51a3, 0x0654be30), + X64Word_create(0xd192e819, 0xd6ef5218), X64Word_create(0xd6990624, 0x5565a910), + X64Word_create(0xf40e3585, 0x5771202a), X64Word_create(0x106aa070, 0x32bbd1b8), + X64Word_create(0x19a4c116, 0xb8d2d0c8), X64Word_create(0x1e376c08, 0x5141ab53), + X64Word_create(0x2748774c, 0xdf8eeb99), X64Word_create(0x34b0bcb5, 0xe19b48a8), + X64Word_create(0x391c0cb3, 0xc5c95a63), X64Word_create(0x4ed8aa4a, 0xe3418acb), + X64Word_create(0x5b9cca4f, 0x7763e373), X64Word_create(0x682e6ff3, 0xd6b2b8a3), + X64Word_create(0x748f82ee, 0x5defb2fc), X64Word_create(0x78a5636f, 0x43172f60), + X64Word_create(0x84c87814, 0xa1f0ab72), X64Word_create(0x8cc70208, 0x1a6439ec), + X64Word_create(0x90befffa, 0x23631e28), X64Word_create(0xa4506ceb, 0xde82bde9), + X64Word_create(0xbef9a3f7, 0xb2c67915), X64Word_create(0xc67178f2, 0xe372532b), + X64Word_create(0xca273ece, 0xea26619c), X64Word_create(0xd186b8c7, 0x21c0c207), + X64Word_create(0xeada7dd6, 0xcde0eb1e), X64Word_create(0xf57d4f7f, 0xee6ed178), + X64Word_create(0x06f067aa, 0x72176fba), X64Word_create(0x0a637dc5, 0xa2c898a6), + X64Word_create(0x113f9804, 0xbef90dae), X64Word_create(0x1b710b35, 0x131c471b), + X64Word_create(0x28db77f5, 0x23047d84), X64Word_create(0x32caab7b, 0x40c72493), + X64Word_create(0x3c9ebe0a, 0x15c9bebc), X64Word_create(0x431d67c4, 0x9c100d4c), + X64Word_create(0x4cc5d4be, 0xcb3e42b6), X64Word_create(0x597f299c, 0xfc657e2a), + X64Word_create(0x5fcb6fab, 0x3ad6faec), X64Word_create(0x6c44198c, 0x4a475817) + ]; + + // Reusable objects + var W = []; + (function() { + for (var i = 0; i < 80; i++) { + W[i] = X64Word_create(); + } + }()); + + /** + * SHA-512 hash algorithm. + */ + var SHA512 = C_algo.SHA512 = Hasher.extend({ + _doReset: function() { + this._hash = new X64WordArray.init([ + new X64Word.init(0x6a09e667, 0xf3bcc908), new X64Word.init( + 0xbb67ae85, 0x84caa73b), + new X64Word.init(0x3c6ef372, 0xfe94f82b), new X64Word.init( + 0xa54ff53a, 0x5f1d36f1), + new X64Word.init(0x510e527f, 0xade682d1), new X64Word.init( + 0x9b05688c, 0x2b3e6c1f), + new X64Word.init(0x1f83d9ab, 0xfb41bd6b), new X64Word.init( + 0x5be0cd19, 0x137e2179) + ]); + }, + + _doProcessBlock: function(M, offset) { + // Shortcuts + var H = this._hash.words; + + var H0 = H[0]; + var H1 = H[1]; + var H2 = H[2]; + var H3 = H[3]; + var H4 = H[4]; + var H5 = H[5]; + var H6 = H[6]; + var H7 = H[7]; + + var H0h = H0.high; + var H0l = H0.low; + var H1h = H1.high; + var H1l = H1.low; + var H2h = H2.high; + var H2l = H2.low; + var H3h = H3.high; + var H3l = H3.low; + var H4h = H4.high; + var H4l = H4.low; + var H5h = H5.high; + var H5l = H5.low; + var H6h = H6.high; + var H6l = H6.low; + var H7h = H7.high; + var H7l = H7.low; + + // Working variables + var ah = H0h; + var al = H0l; + var bh = H1h; + var bl = H1l; + var ch = H2h; + var cl = H2l; + var dh = H3h; + var dl = H3l; + var eh = H4h; + var el = H4l; + var fh = H5h; + var fl = H5l; + var gh = H6h; + var gl = H6l; + var hh = H7h; + var hl = H7l; + + // Rounds + for (var i = 0; i < 80; i++) { + // Shortcut + var Wi = W[i]; + + // Extend message + if (i < 16) { + var Wih = Wi.high = M[offset + i * 2] | 0; + var Wil = Wi.low = M[offset + i * 2 + 1] | 0; + } else { + // Gamma0 + var gamma0x = W[i - 15]; + var gamma0xh = gamma0x.high; + var gamma0xl = gamma0x.low; + var gamma0h = ((gamma0xh >>> 1) | (gamma0xl << 31)) ^ ((gamma0xh >>> + 8) | (gamma0xl << 24)) ^ (gamma0xh >>> 7); + var gamma0l = ((gamma0xl >>> 1) | (gamma0xh << 31)) ^ ((gamma0xl >>> + 8) | (gamma0xh << 24)) ^ ((gamma0xl >>> 7) | (gamma0xh << 25)); + + // Gamma1 + var gamma1x = W[i - 2]; + var gamma1xh = gamma1x.high; + var gamma1xl = gamma1x.low; + var gamma1h = ((gamma1xh >>> 19) | (gamma1xl << 13)) ^ ((gamma1xh << + 3) | (gamma1xl >>> 29)) ^ (gamma1xh >>> 6); + var gamma1l = ((gamma1xl >>> 19) | (gamma1xh << 13)) ^ ((gamma1xl << + 3) | (gamma1xh >>> 29)) ^ ((gamma1xl >>> 6) | (gamma1xh << 26)); + + // W[i] = gamma0 + W[i - 7] + gamma1 + W[i - 16] + var Wi7 = W[i - 7]; + var Wi7h = Wi7.high; + var Wi7l = Wi7.low; + + var Wi16 = W[i - 16]; + var Wi16h = Wi16.high; + var Wi16l = Wi16.low; + + var Wil = gamma0l + Wi7l; + var Wih = gamma0h + Wi7h + ((Wil >>> 0) < (gamma0l >>> 0) ? 1 : 0); + var Wil = Wil + gamma1l; + var Wih = Wih + gamma1h + ((Wil >>> 0) < (gamma1l >>> 0) ? 1 : 0); + var Wil = Wil + Wi16l; + var Wih = Wih + Wi16h + ((Wil >>> 0) < (Wi16l >>> 0) ? 1 : 0); + + Wi.high = Wih; + Wi.low = Wil; + } + + var chh = (eh & fh) ^ (~eh & gh); + var chl = (el & fl) ^ (~el & gl); + var majh = (ah & bh) ^ (ah & ch) ^ (bh & ch); + var majl = (al & bl) ^ (al & cl) ^ (bl & cl); + + var sigma0h = ((ah >>> 28) | (al << 4)) ^ ((ah << 30) | (al >>> 2)) ^ (( + ah << 25) | (al >>> 7)); + var sigma0l = ((al >>> 28) | (ah << 4)) ^ ((al << 30) | (ah >>> 2)) ^ (( + al << 25) | (ah >>> 7)); + var sigma1h = ((eh >>> 14) | (el << 18)) ^ ((eh >>> 18) | (el << 14)) ^ (( + eh << 23) | (el >>> 9)); + var sigma1l = ((el >>> 14) | (eh << 18)) ^ ((el >>> 18) | (eh << 14)) ^ (( + el << 23) | (eh >>> 9)); + + // t1 = h + sigma1 + ch + K[i] + W[i] + var Ki = K[i]; + var Kih = Ki.high; + var Kil = Ki.low; + + var t1l = hl + sigma1l; + var t1h = hh + sigma1h + ((t1l >>> 0) < (hl >>> 0) ? 1 : 0); + var t1l = t1l + chl; + var t1h = t1h + chh + ((t1l >>> 0) < (chl >>> 0) ? 1 : 0); + var t1l = t1l + Kil; + var t1h = t1h + Kih + ((t1l >>> 0) < (Kil >>> 0) ? 1 : 0); + var t1l = t1l + Wil; + var t1h = t1h + Wih + ((t1l >>> 0) < (Wil >>> 0) ? 1 : 0); + + // t2 = sigma0 + maj + var t2l = sigma0l + majl; + var t2h = sigma0h + majh + ((t2l >>> 0) < (sigma0l >>> 0) ? 1 : 0); + + // Update working variables + hh = gh; + hl = gl; + gh = fh; + gl = fl; + fh = eh; + fl = el; + el = (dl + t1l) | 0; + eh = (dh + t1h + ((el >>> 0) < (dl >>> 0) ? 1 : 0)) | 0; + dh = ch; + dl = cl; + ch = bh; + cl = bl; + bh = ah; + bl = al; + al = (t1l + t2l) | 0; + ah = (t1h + t2h + ((al >>> 0) < (t1l >>> 0) ? 1 : 0)) | 0; + } + + // Intermediate hash value + H0l = H0.low = (H0l + al); + H0.high = (H0h + ah + ((H0l >>> 0) < (al >>> 0) ? 1 : 0)); + H1l = H1.low = (H1l + bl); + H1.high = (H1h + bh + ((H1l >>> 0) < (bl >>> 0) ? 1 : 0)); + H2l = H2.low = (H2l + cl); + H2.high = (H2h + ch + ((H2l >>> 0) < (cl >>> 0) ? 1 : 0)); + H3l = H3.low = (H3l + dl); + H3.high = (H3h + dh + ((H3l >>> 0) < (dl >>> 0) ? 1 : 0)); + H4l = H4.low = (H4l + el); + H4.high = (H4h + eh + ((H4l >>> 0) < (el >>> 0) ? 1 : 0)); + H5l = H5.low = (H5l + fl); + H5.high = (H5h + fh + ((H5l >>> 0) < (fl >>> 0) ? 1 : 0)); + H6l = H6.low = (H6l + gl); + H6.high = (H6h + gh + ((H6l >>> 0) < (gl >>> 0) ? 1 : 0)); + H7l = H7.low = (H7l + hl); + H7.high = (H7h + hh + ((H7l >>> 0) < (hl >>> 0) ? 1 : 0)); + }, + + _doFinalize: function() { + // Shortcuts + var data = this._data; + var dataWords = data.words; + + var nBitsTotal = this._nDataBytes * 8; + var nBitsLeft = data.sigBytes * 8; + + // Add padding + dataWords[nBitsLeft >>> 5] |= 0x80 << (24 - nBitsLeft % 32); + dataWords[(((nBitsLeft + 128) >>> 10) << 5) + 30] = Math.floor(nBitsTotal / + 0x100000000); + dataWords[(((nBitsLeft + 128) >>> 10) << 5) + 31] = nBitsTotal; + data.sigBytes = dataWords.length * 4; + + // Hash final blocks + this._process(); + + // Convert hash to 32-bit word array before returning + var hash = this._hash.toX32(); + + // Return final computed hash + return hash; + }, + + clone: function() { + var clone = Hasher.clone.call(this); + clone._hash = this._hash.clone(); + + return clone; + }, + + blockSize: 1024 / 32 + }); + + /** + * Shortcut function to the hasher's object interface. + * + * @param {WordArray|string} message The message to hash. + * + * @return {WordArray} The hash. + * + * @static + * + * @example + * + * var hash = CryptoJS.SHA512('message'); + * var hash = CryptoJS.SHA512(wordArray); + */ + C.SHA512 = Hasher._createHelper(SHA512); + + /** + * Shortcut function to the HMAC's object interface. + * + * @param {WordArray|string} message The message to hash. + * @param {WordArray|string} key The secret key. + * + * @return {WordArray} The HMAC. + * + * @static + * + * @example + * + * var hmac = CryptoJS.HmacSHA512(message, key); + */ + C.HmacSHA512 = Hasher._createHmacHelper(SHA512); + }()); + + + (function() { + // Shortcuts + var C = CryptoJS; + var C_x64 = C.x64; + var X64Word = C_x64.Word; + var X64WordArray = C_x64.WordArray; + var C_algo = C.algo; + var SHA512 = C_algo.SHA512; + + /** + * SHA-384 hash algorithm. + */ + var SHA384 = C_algo.SHA384 = SHA512.extend({ + _doReset: function() { + this._hash = new X64WordArray.init([ + new X64Word.init(0xcbbb9d5d, 0xc1059ed8), new X64Word.init( + 0x629a292a, 0x367cd507), + new X64Word.init(0x9159015a, 0x3070dd17), new X64Word.init( + 0x152fecd8, 0xf70e5939), + new X64Word.init(0x67332667, 0xffc00b31), new X64Word.init( + 0x8eb44a87, 0x68581511), + new X64Word.init(0xdb0c2e0d, 0x64f98fa7), new X64Word.init( + 0x47b5481d, 0xbefa4fa4) + ]); + }, + + _doFinalize: function() { + var hash = SHA512._doFinalize.call(this); + + hash.sigBytes -= 16; + + return hash; + } + }); + + /** + * Shortcut function to the hasher's object interface. + * + * @param {WordArray|string} message The message to hash. + * + * @return {WordArray} The hash. + * + * @static + * + * @example + * + * var hash = CryptoJS.SHA384('message'); + * var hash = CryptoJS.SHA384(wordArray); + */ + C.SHA384 = SHA512._createHelper(SHA384); + + /** + * Shortcut function to the HMAC's object interface. + * + * @param {WordArray|string} message The message to hash. + * @param {WordArray|string} key The secret key. + * + * @return {WordArray} The HMAC. + * + * @static + * + * @example + * + * var hmac = CryptoJS.HmacSHA384(message, key); + */ + C.HmacSHA384 = SHA512._createHmacHelper(SHA384); + }()); + + + /** + * Cipher core components. + */ + CryptoJS.lib.Cipher || (function(undefined) { + // Shortcuts + var C = CryptoJS; + var C_lib = C.lib; + var Base = C_lib.Base; + var WordArray = C_lib.WordArray; + var BufferedBlockAlgorithm = C_lib.BufferedBlockAlgorithm; + var C_enc = C.enc; + var Utf8 = C_enc.Utf8; + var Base64 = C_enc.Base64; + var C_algo = C.algo; + var EvpKDF = C_algo.EvpKDF; + + /** + * Abstract base cipher template. + * + * @property {number} keySize This cipher's key size. Default: 4 (128 bits) + * @property {number} ivSize This cipher's IV size. Default: 4 (128 bits) + * @property {number} _ENC_XFORM_MODE A constant representing encryption mode. + * @property {number} _DEC_XFORM_MODE A constant representing decryption mode. + */ + var Cipher = C_lib.Cipher = BufferedBlockAlgorithm.extend({ + /** + * Configuration options. + * + * @property {WordArray} iv The IV to use for this operation. + */ + cfg: Base.extend(), + + /** + * Creates this cipher in encryption mode. + * + * @param {WordArray} key The key. + * @param {Object} cfg (Optional) The configuration options to use for this operation. + * + * @return {Cipher} A cipher instance. + * + * @static + * + * @example + * + * var cipher = CryptoJS.algo.AES.createEncryptor(keyWordArray, { iv: ivWordArray }); + */ + createEncryptor: function(key, cfg) { + return this.create(this._ENC_XFORM_MODE, key, cfg); + }, + + /** + * Creates this cipher in decryption mode. + * + * @param {WordArray} key The key. + * @param {Object} cfg (Optional) The configuration options to use for this operation. + * + * @return {Cipher} A cipher instance. + * + * @static + * + * @example + * + * var cipher = CryptoJS.algo.AES.createDecryptor(keyWordArray, { iv: ivWordArray }); + */ + createDecryptor: function(key, cfg) { + return this.create(this._DEC_XFORM_MODE, key, cfg); + }, + + /** + * Initializes a newly created cipher. + * + * @param {number} xformMode Either the encryption or decryption transormation mode constant. + * @param {WordArray} key The key. + * @param {Object} cfg (Optional) The configuration options to use for this operation. + * + * @example + * + * var cipher = CryptoJS.algo.AES.create(CryptoJS.algo.AES._ENC_XFORM_MODE, keyWordArray, { iv: ivWordArray }); + */ + init: function(xformMode, key, cfg) { + // Apply config defaults + this.cfg = this.cfg.extend(cfg); + + // Store transform mode and key + this._xformMode = xformMode; + this._key = key; + + // Set initial values + this.reset(); + }, + + /** + * Resets this cipher to its initial state. + * + * @example + * + * cipher.reset(); + */ + reset: function() { + // Reset data buffer + BufferedBlockAlgorithm.reset.call(this); + + // Perform concrete-cipher logic + this._doReset(); + }, + + /** + * Adds data to be encrypted or decrypted. + * + * @param {WordArray|string} dataUpdate The data to encrypt or decrypt. + * + * @return {WordArray} The data after processing. + * + * @example + * + * var encrypted = cipher.process('data'); + * var encrypted = cipher.process(wordArray); + */ + process: function(dataUpdate) { + // Append + this._append(dataUpdate); + + // Process available blocks + return this._process(); + }, + + /** + * Finalizes the encryption or decryption process. + * Note that the finalize operation is effectively a destructive, read-once operation. + * + * @param {WordArray|string} dataUpdate The final data to encrypt or decrypt. + * + * @return {WordArray} The data after final processing. + * + * @example + * + * var encrypted = cipher.finalize(); + * var encrypted = cipher.finalize('data'); + * var encrypted = cipher.finalize(wordArray); + */ + finalize: function(dataUpdate) { + // Final data update + if (dataUpdate) { + this._append(dataUpdate); + } + + // Perform concrete-cipher logic + var finalProcessedData = this._doFinalize(); + + return finalProcessedData; + }, + + keySize: 128 / 32, + + ivSize: 128 / 32, + + _ENC_XFORM_MODE: 1, + + _DEC_XFORM_MODE: 2, + + /** + * Creates shortcut functions to a cipher's object interface. + * + * @param {Cipher} cipher The cipher to create a helper for. + * + * @return {Object} An object with encrypt and decrypt shortcut functions. + * + * @static + * + * @example + * + * var AES = CryptoJS.lib.Cipher._createHelper(CryptoJS.algo.AES); + */ + _createHelper: (function() { + function selectCipherStrategy(key) { + if (typeof key == 'string') { + return PasswordBasedCipher; + } else { + return SerializableCipher; + } + } + + return function(cipher) { + return { + encrypt: function(message, key, cfg) { + return selectCipherStrategy(key).encrypt(cipher, + message, key, cfg); + }, + + decrypt: function(ciphertext, key, cfg) { + return selectCipherStrategy(key).decrypt(cipher, + ciphertext, key, cfg); + } + }; + }; + }()) + }); + + /** + * Abstract base stream cipher template. + * + * @property {number} blockSize The number of 32-bit words this cipher operates on. Default: 1 (32 bits) + */ + var StreamCipher = C_lib.StreamCipher = Cipher.extend({ + _doFinalize: function() { + // Process partial blocks + var finalProcessedBlocks = this._process(!!'flush'); + + return finalProcessedBlocks; + }, + + blockSize: 1 + }); + + /** + * Mode namespace. + */ + var C_mode = C.mode = {}; + + /** + * Abstract base block cipher mode template. + */ + var BlockCipherMode = C_lib.BlockCipherMode = Base.extend({ + /** + * Creates this mode for encryption. + * + * @param {Cipher} cipher A block cipher instance. + * @param {Array} iv The IV words. + * + * @static + * + * @example + * + * var mode = CryptoJS.mode.CBC.createEncryptor(cipher, iv.words); + */ + createEncryptor: function(cipher, iv) { + return this.Encryptor.create(cipher, iv); + }, + + /** + * Creates this mode for decryption. + * + * @param {Cipher} cipher A block cipher instance. + * @param {Array} iv The IV words. + * + * @static + * + * @example + * + * var mode = CryptoJS.mode.CBC.createDecryptor(cipher, iv.words); + */ + createDecryptor: function(cipher, iv) { + return this.Decryptor.create(cipher, iv); + }, + + /** + * Initializes a newly created mode. + * + * @param {Cipher} cipher A block cipher instance. + * @param {Array} iv The IV words. + * + * @example + * + * var mode = CryptoJS.mode.CBC.Encryptor.create(cipher, iv.words); + */ + init: function(cipher, iv) { + this._cipher = cipher; + this._iv = iv; + } + }); + + /** + * Cipher Block Chaining mode. + */ + var CBC = C_mode.CBC = (function() { + /** + * Abstract base CBC mode. + */ + var CBC = BlockCipherMode.extend(); + + /** + * CBC encryptor. + */ + CBC.Encryptor = CBC.extend({ + /** + * Processes the data block at offset. + * + * @param {Array} words The data words to operate on. + * @param {number} offset The offset where the block starts. + * + * @example + * + * mode.processBlock(data.words, offset); + */ + processBlock: function(words, offset) { + // Shortcuts + var cipher = this._cipher; + var blockSize = cipher.blockSize; + + // XOR and encrypt + xorBlock.call(this, words, offset, blockSize); + cipher.encryptBlock(words, offset); + + // Remember this block to use with next block + this._prevBlock = words.slice(offset, offset + blockSize); + } + }); + + /** + * CBC decryptor. + */ + CBC.Decryptor = CBC.extend({ + /** + * Processes the data block at offset. + * + * @param {Array} words The data words to operate on. + * @param {number} offset The offset where the block starts. + * + * @example + * + * mode.processBlock(data.words, offset); + */ + processBlock: function(words, offset) { + // Shortcuts + var cipher = this._cipher; + var blockSize = cipher.blockSize; + + // Remember this block to use with next block + var thisBlock = words.slice(offset, offset + blockSize); + + // Decrypt and XOR + cipher.decryptBlock(words, offset); + xorBlock.call(this, words, offset, blockSize); + + // This block becomes the previous block + this._prevBlock = thisBlock; + } + }); + + function xorBlock(words, offset, blockSize) { + // Shortcut + var iv = this._iv; + + // Choose mixing block + if (iv) { + var block = iv; + + // Remove IV for subsequent blocks + this._iv = undefined; + } else { + var block = this._prevBlock; + } + + // XOR blocks + for (var i = 0; i < blockSize; i++) { + words[offset + i] ^= block[i]; + } + } + + return CBC; + }()); + + /** + * Padding namespace. + */ + var C_pad = C.pad = {}; + + /** + * PKCS #5/7 padding strategy. + */ + var Pkcs7 = C_pad.Pkcs7 = { + /** + * Pads data using the algorithm defined in PKCS #5/7. + * + * @param {WordArray} data The data to pad. + * @param {number} blockSize The multiple that the data should be padded to. + * + * @static + * + * @example + * + * CryptoJS.pad.Pkcs7.pad(wordArray, 4); + */ + pad: function(data, blockSize) { + // Shortcut + var blockSizeBytes = blockSize * 4; + + // Count padding bytes + var nPaddingBytes = blockSizeBytes - data.sigBytes % blockSizeBytes; + + // Create padding word + var paddingWord = (nPaddingBytes << 24) | (nPaddingBytes << 16) | ( + nPaddingBytes << 8) | nPaddingBytes; + + // Create padding + var paddingWords = []; + for (var i = 0; i < nPaddingBytes; i += 4) { + paddingWords.push(paddingWord); + } + var padding = WordArray.create(paddingWords, nPaddingBytes); + + // Add padding + data.concat(padding); + }, + + /** + * Unpads data that had been padded using the algorithm defined in PKCS #5/7. + * + * @param {WordArray} data The data to unpad. + * + * @static + * + * @example + * + * CryptoJS.pad.Pkcs7.unpad(wordArray); + */ + unpad: function(data) { + // Get number of padding bytes from last byte + var nPaddingBytes = data.words[(data.sigBytes - 1) >>> 2] & 0xff; + + // Remove padding + data.sigBytes -= nPaddingBytes; + } + }; + + /** + * Abstract base block cipher template. + * + * @property {number} blockSize The number of 32-bit words this cipher operates on. Default: 4 (128 bits) + */ + var BlockCipher = C_lib.BlockCipher = Cipher.extend({ + /** + * Configuration options. + * + * @property {Mode} mode The block mode to use. Default: CBC + * @property {Padding} padding The padding strategy to use. Default: Pkcs7 + */ + cfg: Cipher.cfg.extend({ + mode: CBC, + padding: Pkcs7 + }), + + reset: function() { + // Reset cipher + Cipher.reset.call(this); + + // Shortcuts + var cfg = this.cfg; + var iv = cfg.iv; + var mode = cfg.mode; + + // Reset block mode + if (this._xformMode == this._ENC_XFORM_MODE) { + var modeCreator = mode.createEncryptor; + } else /* if (this._xformMode == this._DEC_XFORM_MODE) */ { + var modeCreator = mode.createDecryptor; + // Keep at least one block in the buffer for unpadding + this._minBufferSize = 1; + } + + if (this._mode && this._mode.__creator == modeCreator) { + this._mode.init(this, iv && iv.words); + } else { + this._mode = modeCreator.call(mode, this, iv && iv.words); + this._mode.__creator = modeCreator; + } + }, + + _doProcessBlock: function(words, offset) { + this._mode.processBlock(words, offset); + }, + + _doFinalize: function() { + // Shortcut + var padding = this.cfg.padding; + + // Finalize + if (this._xformMode == this._ENC_XFORM_MODE) { + // Pad data + padding.pad(this._data, this.blockSize); + + // Process final blocks + var finalProcessedBlocks = this._process(!!'flush'); + } else /* if (this._xformMode == this._DEC_XFORM_MODE) */ { + // Process final blocks + var finalProcessedBlocks = this._process(!!'flush'); + + // Unpad data + padding.unpad(finalProcessedBlocks); + } + + return finalProcessedBlocks; + }, + + blockSize: 128 / 32 + }); + + /** + * A collection of cipher parameters. + * + * @property {WordArray} ciphertext The raw ciphertext. + * @property {WordArray} key The key to this ciphertext. + * @property {WordArray} iv The IV used in the ciphering operation. + * @property {WordArray} salt The salt used with a key derivation function. + * @property {Cipher} algorithm The cipher algorithm. + * @property {Mode} mode The block mode used in the ciphering operation. + * @property {Padding} padding The padding scheme used in the ciphering operation. + * @property {number} blockSize The block size of the cipher. + * @property {Format} formatter The default formatting strategy to convert this cipher params object to a string. + */ + var CipherParams = C_lib.CipherParams = Base.extend({ + /** + * Initializes a newly created cipher params object. + * + * @param {Object} cipherParams An object with any of the possible cipher parameters. + * + * @example + * + * var cipherParams = CryptoJS.lib.CipherParams.create({ + * ciphertext: ciphertextWordArray, + * key: keyWordArray, + * iv: ivWordArray, + * salt: saltWordArray, + * algorithm: CryptoJS.algo.AES, + * mode: CryptoJS.mode.CBC, + * padding: CryptoJS.pad.PKCS7, + * blockSize: 4, + * formatter: CryptoJS.format.OpenSSL + * }); + */ + init: function(cipherParams) { + this.mixIn(cipherParams); + }, + + /** + * Converts this cipher params object to a string. + * + * @param {Format} formatter (Optional) The formatting strategy to use. + * + * @return {string} The stringified cipher params. + * + * @throws Error If neither the formatter nor the default formatter is set. + * + * @example + * + * var string = cipherParams + ''; + * var string = cipherParams.toString(); + * var string = cipherParams.toString(CryptoJS.format.OpenSSL); + */ + toString: function(formatter) { + return (formatter || this.formatter).stringify(this); + } + }); + + /** + * Format namespace. + */ + var C_format = C.format = {}; + + /** + * OpenSSL formatting strategy. + */ + var OpenSSLFormatter = C_format.OpenSSL = { + /** + * Converts a cipher params object to an OpenSSL-compatible string. + * + * @param {CipherParams} cipherParams The cipher params object. + * + * @return {string} The OpenSSL-compatible string. + * + * @static + * + * @example + * + * var openSSLString = CryptoJS.format.OpenSSL.stringify(cipherParams); + */ + stringify: function(cipherParams) { + // Shortcuts + var ciphertext = cipherParams.ciphertext; + var salt = cipherParams.salt; + + // Format + if (salt) { + var wordArray = WordArray.create([0x53616c74, 0x65645f5f]).concat(salt) + .concat(ciphertext); + } else { + var wordArray = ciphertext; + } + + return wordArray.toString(Base64); + }, + + /** + * Converts an OpenSSL-compatible string to a cipher params object. + * + * @param {string} openSSLStr The OpenSSL-compatible string. + * + * @return {CipherParams} The cipher params object. + * + * @static + * + * @example + * + * var cipherParams = CryptoJS.format.OpenSSL.parse(openSSLString); + */ + parse: function(openSSLStr) { + // Parse base64 + var ciphertext = Base64.parse(openSSLStr); + + // Shortcut + var ciphertextWords = ciphertext.words; + + // Test for salt + if (ciphertextWords[0] == 0x53616c74 && ciphertextWords[1] == 0x65645f5f) { + // Extract salt + var salt = WordArray.create(ciphertextWords.slice(2, 4)); + + // Remove salt from ciphertext + ciphertextWords.splice(0, 4); + ciphertext.sigBytes -= 16; + } + + return CipherParams.create({ + ciphertext: ciphertext, + salt: salt + }); + } + }; + + /** + * A cipher wrapper that returns ciphertext as a serializable cipher params object. + */ + var SerializableCipher = C_lib.SerializableCipher = Base.extend({ + /** + * Configuration options. + * + * @property {Formatter} format The formatting strategy to convert cipher param objects to and from a string. Default: OpenSSL + */ + cfg: Base.extend({ + format: OpenSSLFormatter + }), + + /** + * Encrypts a message. + * + * @param {Cipher} cipher The cipher algorithm to use. + * @param {WordArray|string} message The message to encrypt. + * @param {WordArray} key The key. + * @param {Object} cfg (Optional) The configuration options to use for this operation. + * + * @return {CipherParams} A cipher params object. + * + * @static + * + * @example + * + * var ciphertextParams = CryptoJS.lib.SerializableCipher.encrypt(CryptoJS.algo.AES, message, key); + * var ciphertextParams = CryptoJS.lib.SerializableCipher.encrypt(CryptoJS.algo.AES, message, key, { iv: iv }); + * var ciphertextParams = CryptoJS.lib.SerializableCipher.encrypt(CryptoJS.algo.AES, message, key, { iv: iv, format: CryptoJS.format.OpenSSL }); + */ + encrypt: function(cipher, message, key, cfg) { + // Apply config defaults + cfg = this.cfg.extend(cfg); + + // Encrypt + var encryptor = cipher.createEncryptor(key, cfg); + var ciphertext = encryptor.finalize(message); + + // Shortcut + var cipherCfg = encryptor.cfg; + + // Create and return serializable cipher params + return CipherParams.create({ + ciphertext: ciphertext, + key: key, + iv: cipherCfg.iv, + algorithm: cipher, + mode: cipherCfg.mode, + padding: cipherCfg.padding, + blockSize: cipher.blockSize, + formatter: cfg.format + }); + }, + + /** + * Decrypts serialized ciphertext. + * + * @param {Cipher} cipher The cipher algorithm to use. + * @param {CipherParams|string} ciphertext The ciphertext to decrypt. + * @param {WordArray} key The key. + * @param {Object} cfg (Optional) The configuration options to use for this operation. + * + * @return {WordArray} The plaintext. + * + * @static + * + * @example + * + * var plaintext = CryptoJS.lib.SerializableCipher.decrypt(CryptoJS.algo.AES, formattedCiphertext, key, { iv: iv, format: CryptoJS.format.OpenSSL }); + * var plaintext = CryptoJS.lib.SerializableCipher.decrypt(CryptoJS.algo.AES, ciphertextParams, key, { iv: iv, format: CryptoJS.format.OpenSSL }); + */ + decrypt: function(cipher, ciphertext, key, cfg) { + // Apply config defaults + cfg = this.cfg.extend(cfg); + + // Convert string to CipherParams + ciphertext = this._parse(ciphertext, cfg.format); + + // Decrypt + var plaintext = cipher.createDecryptor(key, cfg).finalize(ciphertext + .ciphertext); + + return plaintext; + }, + + /** + * Converts serialized ciphertext to CipherParams, + * else assumed CipherParams already and returns ciphertext unchanged. + * + * @param {CipherParams|string} ciphertext The ciphertext. + * @param {Formatter} format The formatting strategy to use to parse serialized ciphertext. + * + * @return {CipherParams} The unserialized ciphertext. + * + * @static + * + * @example + * + * var ciphertextParams = CryptoJS.lib.SerializableCipher._parse(ciphertextStringOrParams, format); + */ + _parse: function(ciphertext, format) { + if (typeof ciphertext == 'string') { + return format.parse(ciphertext, this); + } else { + return ciphertext; + } + } + }); + + /** + * Key derivation function namespace. + */ + var C_kdf = C.kdf = {}; + + /** + * OpenSSL key derivation function. + */ + var OpenSSLKdf = C_kdf.OpenSSL = { + /** + * Derives a key and IV from a password. + * + * @param {string} password The password to derive from. + * @param {number} keySize The size in words of the key to generate. + * @param {number} ivSize The size in words of the IV to generate. + * @param {WordArray|string} salt (Optional) A 64-bit salt to use. If omitted, a salt will be generated randomly. + * + * @return {CipherParams} A cipher params object with the key, IV, and salt. + * + * @static + * + * @example + * + * var derivedParams = CryptoJS.kdf.OpenSSL.execute('Password', 256/32, 128/32); + * var derivedParams = CryptoJS.kdf.OpenSSL.execute('Password', 256/32, 128/32, 'saltsalt'); + */ + execute: function(password, keySize, ivSize, salt) { + // Generate random salt + if (!salt) { + salt = WordArray.random(64 / 8); + } + + // Derive key and IV + var key = EvpKDF.create({ + keySize: keySize + ivSize + }).compute(password, salt); + + // Separate key and IV + var iv = WordArray.create(key.words.slice(keySize), ivSize * 4); + key.sigBytes = keySize * 4; + + // Return params + return CipherParams.create({ + key: key, + iv: iv, + salt: salt + }); + } + }; + + /** + * A serializable cipher wrapper that derives the key from a password, + * and returns ciphertext as a serializable cipher params object. + */ + var PasswordBasedCipher = C_lib.PasswordBasedCipher = SerializableCipher.extend({ + /** + * Configuration options. + * + * @property {KDF} kdf The key derivation function to use to generate a key and IV from a password. Default: OpenSSL + */ + cfg: SerializableCipher.cfg.extend({ + kdf: OpenSSLKdf + }), + + /** + * Encrypts a message using a password. + * + * @param {Cipher} cipher The cipher algorithm to use. + * @param {WordArray|string} message The message to encrypt. + * @param {string} password The password. + * @param {Object} cfg (Optional) The configuration options to use for this operation. + * + * @return {CipherParams} A cipher params object. + * + * @static + * + * @example + * + * var ciphertextParams = CryptoJS.lib.PasswordBasedCipher.encrypt(CryptoJS.algo.AES, message, 'password'); + * var ciphertextParams = CryptoJS.lib.PasswordBasedCipher.encrypt(CryptoJS.algo.AES, message, 'password', { format: CryptoJS.format.OpenSSL }); + */ + encrypt: function(cipher, message, password, cfg) { + // Apply config defaults + cfg = this.cfg.extend(cfg); + + // Derive key and other params + var derivedParams = cfg.kdf.execute(password, cipher.keySize, cipher + .ivSize); + + // Add IV to config + cfg.iv = derivedParams.iv; + + // Encrypt + var ciphertext = SerializableCipher.encrypt.call(this, cipher, message, + derivedParams.key, cfg); + + // Mix in derived params + ciphertext.mixIn(derivedParams); + + return ciphertext; + }, + + /** + * Decrypts serialized ciphertext using a password. + * + * @param {Cipher} cipher The cipher algorithm to use. + * @param {CipherParams|string} ciphertext The ciphertext to decrypt. + * @param {string} password The password. + * @param {Object} cfg (Optional) The configuration options to use for this operation. + * + * @return {WordArray} The plaintext. + * + * @static + * + * @example + * + * var plaintext = CryptoJS.lib.PasswordBasedCipher.decrypt(CryptoJS.algo.AES, formattedCiphertext, 'password', { format: CryptoJS.format.OpenSSL }); + * var plaintext = CryptoJS.lib.PasswordBasedCipher.decrypt(CryptoJS.algo.AES, ciphertextParams, 'password', { format: CryptoJS.format.OpenSSL }); + */ + decrypt: function(cipher, ciphertext, password, cfg) { + // Apply config defaults + cfg = this.cfg.extend(cfg); + + // Convert string to CipherParams + ciphertext = this._parse(ciphertext, cfg.format); + + // Derive key and other params + var derivedParams = cfg.kdf.execute(password, cipher.keySize, cipher.ivSize, + ciphertext.salt); + + // Add IV to config + cfg.iv = derivedParams.iv; + + // Decrypt + var plaintext = SerializableCipher.decrypt.call(this, cipher, ciphertext, + derivedParams.key, cfg); + + return plaintext; + } + }); + }()); + + + /** + * Cipher Feedback block mode. + */ + CryptoJS.mode.CFB = (function() { + var CFB = CryptoJS.lib.BlockCipherMode.extend(); + + CFB.Encryptor = CFB.extend({ + processBlock: function(words, offset) { + // Shortcuts + var cipher = this._cipher; + var blockSize = cipher.blockSize; + + generateKeystreamAndEncrypt.call(this, words, offset, blockSize, cipher); + + // Remember this block to use with next block + this._prevBlock = words.slice(offset, offset + blockSize); + } + }); + + CFB.Decryptor = CFB.extend({ + processBlock: function(words, offset) { + // Shortcuts + var cipher = this._cipher; + var blockSize = cipher.blockSize; + + // Remember this block to use with next block + var thisBlock = words.slice(offset, offset + blockSize); + + generateKeystreamAndEncrypt.call(this, words, offset, blockSize, cipher); + + // This block becomes the previous block + this._prevBlock = thisBlock; + } + }); + + function generateKeystreamAndEncrypt(words, offset, blockSize, cipher) { + // Shortcut + var iv = this._iv; + + // Generate keystream + if (iv) { + var keystream = iv.slice(0); + + // Remove IV for subsequent blocks + this._iv = undefined; + } else { + var keystream = this._prevBlock; + } + cipher.encryptBlock(keystream, 0); + + // Encrypt + for (var i = 0; i < blockSize; i++) { + words[offset + i] ^= keystream[i]; + } + } + + return CFB; + }()); + + + /** + * Electronic Codebook block mode. + */ + CryptoJS.mode.ECB = (function() { + var ECB = CryptoJS.lib.BlockCipherMode.extend(); + + ECB.Encryptor = ECB.extend({ + processBlock: function(words, offset) { + this._cipher.encryptBlock(words, offset); + } + }); + + ECB.Decryptor = ECB.extend({ + processBlock: function(words, offset) { + this._cipher.decryptBlock(words, offset); + } + }); + + return ECB; + }()); + + + /** + * ANSI X.923 padding strategy. + */ + CryptoJS.pad.AnsiX923 = { + pad: function(data, blockSize) { + // Shortcuts + var dataSigBytes = data.sigBytes; + var blockSizeBytes = blockSize * 4; + + // Count padding bytes + var nPaddingBytes = blockSizeBytes - dataSigBytes % blockSizeBytes; + + // Compute last byte position + var lastBytePos = dataSigBytes + nPaddingBytes - 1; + + // Pad + data.clamp(); + data.words[lastBytePos >>> 2] |= nPaddingBytes << (24 - (lastBytePos % 4) * 8); + data.sigBytes += nPaddingBytes; + }, + + unpad: function(data) { + // Get number of padding bytes from last byte + var nPaddingBytes = data.words[(data.sigBytes - 1) >>> 2] & 0xff; + + // Remove padding + data.sigBytes -= nPaddingBytes; + } + }; + + + /** + * ISO 10126 padding strategy. + */ + CryptoJS.pad.Iso10126 = { + pad: function(data, blockSize) { + // Shortcut + var blockSizeBytes = blockSize * 4; + + // Count padding bytes + var nPaddingBytes = blockSizeBytes - data.sigBytes % blockSizeBytes; + + // Pad + data.concat(CryptoJS.lib.WordArray.random(nPaddingBytes - 1)). + concat(CryptoJS.lib.WordArray.create([nPaddingBytes << 24], 1)); + }, + + unpad: function(data) { + // Get number of padding bytes from last byte + var nPaddingBytes = data.words[(data.sigBytes - 1) >>> 2] & 0xff; + + // Remove padding + data.sigBytes -= nPaddingBytes; + } + }; + + + /** + * ISO/IEC 9797-1 Padding Method 2. + */ + CryptoJS.pad.Iso97971 = { + pad: function(data, blockSize) { + // Add 0x80 byte + data.concat(CryptoJS.lib.WordArray.create([0x80000000], 1)); + + // Zero pad the rest + CryptoJS.pad.ZeroPadding.pad(data, blockSize); + }, + + unpad: function(data) { + // Remove zero padding + CryptoJS.pad.ZeroPadding.unpad(data); + + // Remove one more byte -- the 0x80 byte + data.sigBytes--; + } + }; + + + /** + * Output Feedback block mode. + */ + CryptoJS.mode.OFB = (function() { + var OFB = CryptoJS.lib.BlockCipherMode.extend(); + + var Encryptor = OFB.Encryptor = OFB.extend({ + processBlock: function(words, offset) { + // Shortcuts + var cipher = this._cipher + var blockSize = cipher.blockSize; + var iv = this._iv; + var keystream = this._keystream; + + // Generate keystream + if (iv) { + keystream = this._keystream = iv.slice(0); + + // Remove IV for subsequent blocks + this._iv = undefined; + } + cipher.encryptBlock(keystream, 0); + + // Encrypt + for (var i = 0; i < blockSize; i++) { + words[offset + i] ^= keystream[i]; + } + } + }); + + OFB.Decryptor = Encryptor; + + return OFB; + }()); + + + /** + * A noop padding strategy. + */ + CryptoJS.pad.NoPadding = { + pad: function() {}, + + unpad: function() {} + }; + + + (function(undefined) { + // Shortcuts + var C = CryptoJS; + var C_lib = C.lib; + var CipherParams = C_lib.CipherParams; + var C_enc = C.enc; + var Hex = C_enc.Hex; + var C_format = C.format; + + var HexFormatter = C_format.Hex = { + /** + * Converts the ciphertext of a cipher params object to a hexadecimally encoded string. + * + * @param {CipherParams} cipherParams The cipher params object. + * + * @return {string} The hexadecimally encoded string. + * + * @static + * + * @example + * + * var hexString = CryptoJS.format.Hex.stringify(cipherParams); + */ + stringify: function(cipherParams) { + return cipherParams.ciphertext.toString(Hex); + }, + + /** + * Converts a hexadecimally encoded ciphertext string to a cipher params object. + * + * @param {string} input The hexadecimally encoded string. + * + * @return {CipherParams} The cipher params object. + * + * @static + * + * @example + * + * var cipherParams = CryptoJS.format.Hex.parse(hexString); + */ + parse: function(input) { + var ciphertext = Hex.parse(input); + return CipherParams.create({ + ciphertext: ciphertext + }); + } + }; + }()); + + + (function() { + // Shortcuts + var C = CryptoJS; + var C_lib = C.lib; + var BlockCipher = C_lib.BlockCipher; + var C_algo = C.algo; + + // Lookup tables + var SBOX = []; + var INV_SBOX = []; + var SUB_MIX_0 = []; + var SUB_MIX_1 = []; + var SUB_MIX_2 = []; + var SUB_MIX_3 = []; + var INV_SUB_MIX_0 = []; + var INV_SUB_MIX_1 = []; + var INV_SUB_MIX_2 = []; + var INV_SUB_MIX_3 = []; + + // Compute lookup tables + (function() { + // Compute double table + var d = []; + for (var i = 0; i < 256; i++) { + if (i < 128) { + d[i] = i << 1; + } else { + d[i] = (i << 1) ^ 0x11b; + } + } + + // Walk GF(2^8) + var x = 0; + var xi = 0; + for (var i = 0; i < 256; i++) { + // Compute sbox + var sx = xi ^ (xi << 1) ^ (xi << 2) ^ (xi << 3) ^ (xi << 4); + sx = (sx >>> 8) ^ (sx & 0xff) ^ 0x63; + SBOX[x] = sx; + INV_SBOX[sx] = x; + + // Compute multiplication + var x2 = d[x]; + var x4 = d[x2]; + var x8 = d[x4]; + + // Compute sub bytes, mix columns tables + var t = (d[sx] * 0x101) ^ (sx * 0x1010100); + SUB_MIX_0[x] = (t << 24) | (t >>> 8); + SUB_MIX_1[x] = (t << 16) | (t >>> 16); + SUB_MIX_2[x] = (t << 8) | (t >>> 24); + SUB_MIX_3[x] = t; + + // Compute inv sub bytes, inv mix columns tables + var t = (x8 * 0x1010101) ^ (x4 * 0x10001) ^ (x2 * 0x101) ^ (x * 0x1010100); + INV_SUB_MIX_0[sx] = (t << 24) | (t >>> 8); + INV_SUB_MIX_1[sx] = (t << 16) | (t >>> 16); + INV_SUB_MIX_2[sx] = (t << 8) | (t >>> 24); + INV_SUB_MIX_3[sx] = t; + + // Compute next counter + if (!x) { + x = xi = 1; + } else { + x = x2 ^ d[d[d[x8 ^ x2]]]; + xi ^= d[d[xi]]; + } + } + }()); + + // Precomputed Rcon lookup + var RCON = [0x00, 0x01, 0x02, 0x04, 0x08, 0x10, 0x20, 0x40, 0x80, 0x1b, 0x36]; + + /** + * AES block cipher algorithm. + */ + var AES = C_algo.AES = BlockCipher.extend({ + _doReset: function() { + // Skip reset of nRounds has been set before and key did not change + if (this._nRounds && this._keyPriorReset === this._key) { + return; + } + + // Shortcuts + var key = this._keyPriorReset = this._key; + var keyWords = key.words; + var keySize = key.sigBytes / 4; + + // Compute number of rounds + var nRounds = this._nRounds = keySize + 6; + + // Compute number of key schedule rows + var ksRows = (nRounds + 1) * 4; + + // Compute key schedule + var keySchedule = this._keySchedule = []; + for (var ksRow = 0; ksRow < ksRows; ksRow++) { + if (ksRow < keySize) { + keySchedule[ksRow] = keyWords[ksRow]; + } else { + var t = keySchedule[ksRow - 1]; + + if (!(ksRow % keySize)) { + // Rot word + t = (t << 8) | (t >>> 24); + + // Sub word + t = (SBOX[t >>> 24] << 24) | (SBOX[(t >>> 16) & 0xff] << 16) | ( + SBOX[(t >>> 8) & 0xff] << 8) | SBOX[t & 0xff]; + + // Mix Rcon + t ^= RCON[(ksRow / keySize) | 0] << 24; + } else if (keySize > 6 && ksRow % keySize == 4) { + // Sub word + t = (SBOX[t >>> 24] << 24) | (SBOX[(t >>> 16) & 0xff] << 16) | ( + SBOX[(t >>> 8) & 0xff] << 8) | SBOX[t & 0xff]; + } + + keySchedule[ksRow] = keySchedule[ksRow - keySize] ^ t; + } + } + + // Compute inv key schedule + var invKeySchedule = this._invKeySchedule = []; + for (var invKsRow = 0; invKsRow < ksRows; invKsRow++) { + var ksRow = ksRows - invKsRow; + + if (invKsRow % 4) { + var t = keySchedule[ksRow]; + } else { + var t = keySchedule[ksRow - 4]; + } + + if (invKsRow < 4 || ksRow <= 4) { + invKeySchedule[invKsRow] = t; + } else { + invKeySchedule[invKsRow] = INV_SUB_MIX_0[SBOX[t >>> 24]] ^ + INV_SUB_MIX_1[SBOX[(t >>> 16) & 0xff]] ^ + INV_SUB_MIX_2[SBOX[(t >>> 8) & 0xff]] ^ INV_SUB_MIX_3[SBOX[t & + 0xff]]; + } + } + }, + + encryptBlock: function(M, offset) { + this._doCryptBlock(M, offset, this._keySchedule, SUB_MIX_0, SUB_MIX_1, + SUB_MIX_2, SUB_MIX_3, SBOX); + }, + + decryptBlock: function(M, offset) { + // Swap 2nd and 4th rows + var t = M[offset + 1]; + M[offset + 1] = M[offset + 3]; + M[offset + 3] = t; + + this._doCryptBlock(M, offset, this._invKeySchedule, INV_SUB_MIX_0, + INV_SUB_MIX_1, INV_SUB_MIX_2, INV_SUB_MIX_3, INV_SBOX); + + // Inv swap 2nd and 4th rows + var t = M[offset + 1]; + M[offset + 1] = M[offset + 3]; + M[offset + 3] = t; + }, + + _doCryptBlock: function(M, offset, keySchedule, SUB_MIX_0, SUB_MIX_1, SUB_MIX_2, + SUB_MIX_3, SBOX) { + // Shortcut + var nRounds = this._nRounds; + + // Get input, add round key + var s0 = M[offset] ^ keySchedule[0]; + var s1 = M[offset + 1] ^ keySchedule[1]; + var s2 = M[offset + 2] ^ keySchedule[2]; + var s3 = M[offset + 3] ^ keySchedule[3]; + + // Key schedule row counter + var ksRow = 4; + + // Rounds + for (var round = 1; round < nRounds; round++) { + // Shift rows, sub bytes, mix columns, add round key + var t0 = SUB_MIX_0[s0 >>> 24] ^ SUB_MIX_1[(s1 >>> 16) & 0xff] ^ SUB_MIX_2[( + s2 >>> 8) & 0xff] ^ SUB_MIX_3[s3 & 0xff] ^ keySchedule[ksRow++]; + var t1 = SUB_MIX_0[s1 >>> 24] ^ SUB_MIX_1[(s2 >>> 16) & 0xff] ^ SUB_MIX_2[( + s3 >>> 8) & 0xff] ^ SUB_MIX_3[s0 & 0xff] ^ keySchedule[ksRow++]; + var t2 = SUB_MIX_0[s2 >>> 24] ^ SUB_MIX_1[(s3 >>> 16) & 0xff] ^ SUB_MIX_2[( + s0 >>> 8) & 0xff] ^ SUB_MIX_3[s1 & 0xff] ^ keySchedule[ksRow++]; + var t3 = SUB_MIX_0[s3 >>> 24] ^ SUB_MIX_1[(s0 >>> 16) & 0xff] ^ SUB_MIX_2[( + s1 >>> 8) & 0xff] ^ SUB_MIX_3[s2 & 0xff] ^ keySchedule[ksRow++]; + + // Update state + s0 = t0; + s1 = t1; + s2 = t2; + s3 = t3; + } + + // Shift rows, sub bytes, add round key + var t0 = ((SBOX[s0 >>> 24] << 24) | (SBOX[(s1 >>> 16) & 0xff] << 16) | (SBOX[( + s2 >>> 8) & 0xff] << 8) | SBOX[s3 & 0xff]) ^ keySchedule[ksRow++]; + var t1 = ((SBOX[s1 >>> 24] << 24) | (SBOX[(s2 >>> 16) & 0xff] << 16) | (SBOX[( + s3 >>> 8) & 0xff] << 8) | SBOX[s0 & 0xff]) ^ keySchedule[ksRow++]; + var t2 = ((SBOX[s2 >>> 24] << 24) | (SBOX[(s3 >>> 16) & 0xff] << 16) | (SBOX[( + s0 >>> 8) & 0xff] << 8) | SBOX[s1 & 0xff]) ^ keySchedule[ksRow++]; + var t3 = ((SBOX[s3 >>> 24] << 24) | (SBOX[(s0 >>> 16) & 0xff] << 16) | (SBOX[( + s1 >>> 8) & 0xff] << 8) | SBOX[s2 & 0xff]) ^ keySchedule[ksRow++]; + + // Set output + M[offset] = t0; + M[offset + 1] = t1; + M[offset + 2] = t2; + M[offset + 3] = t3; + }, + + keySize: 256 / 32 + }); + + /** + * Shortcut functions to the cipher's object interface. + * + * @example + * + * var ciphertext = CryptoJS.AES.encrypt(message, key, cfg); + * var plaintext = CryptoJS.AES.decrypt(ciphertext, key, cfg); + */ + C.AES = BlockCipher._createHelper(AES); + }()); + + + (function() { + // Shortcuts + var C = CryptoJS; + var C_lib = C.lib; + var WordArray = C_lib.WordArray; + var BlockCipher = C_lib.BlockCipher; + var C_algo = C.algo; + + // Permuted Choice 1 constants + var PC1 = [ + 57, 49, 41, 33, 25, 17, 9, 1, + 58, 50, 42, 34, 26, 18, 10, 2, + 59, 51, 43, 35, 27, 19, 11, 3, + 60, 52, 44, 36, 63, 55, 47, 39, + 31, 23, 15, 7, 62, 54, 46, 38, + 30, 22, 14, 6, 61, 53, 45, 37, + 29, 21, 13, 5, 28, 20, 12, 4 + ]; + + // Permuted Choice 2 constants + var PC2 = [ + 14, 17, 11, 24, 1, 5, + 3, 28, 15, 6, 21, 10, + 23, 19, 12, 4, 26, 8, + 16, 7, 27, 20, 13, 2, + 41, 52, 31, 37, 47, 55, + 30, 40, 51, 45, 33, 48, + 44, 49, 39, 56, 34, 53, + 46, 42, 50, 36, 29, 32 + ]; + + // Cumulative bit shift constants + var BIT_SHIFTS = [1, 2, 4, 6, 8, 10, 12, 14, 15, 17, 19, 21, 23, 25, 27, 28]; + + // SBOXes and round permutation constants + var SBOX_P = [{ + 0x0: 0x808200, + 0x10000000: 0x8000, + 0x20000000: 0x808002, + 0x30000000: 0x2, + 0x40000000: 0x200, + 0x50000000: 0x808202, + 0x60000000: 0x800202, + 0x70000000: 0x800000, + 0x80000000: 0x202, + 0x90000000: 0x800200, + 0xa0000000: 0x8200, + 0xb0000000: 0x808000, + 0xc0000000: 0x8002, + 0xd0000000: 0x800002, + 0xe0000000: 0x0, + 0xf0000000: 0x8202, + 0x8000000: 0x0, + 0x18000000: 0x808202, + 0x28000000: 0x8202, + 0x38000000: 0x8000, + 0x48000000: 0x808200, + 0x58000000: 0x200, + 0x68000000: 0x808002, + 0x78000000: 0x2, + 0x88000000: 0x800200, + 0x98000000: 0x8200, + 0xa8000000: 0x808000, + 0xb8000000: 0x800202, + 0xc8000000: 0x800002, + 0xd8000000: 0x8002, + 0xe8000000: 0x202, + 0xf8000000: 0x800000, + 0x1: 0x8000, + 0x10000001: 0x2, + 0x20000001: 0x808200, + 0x30000001: 0x800000, + 0x40000001: 0x808002, + 0x50000001: 0x8200, + 0x60000001: 0x200, + 0x70000001: 0x800202, + 0x80000001: 0x808202, + 0x90000001: 0x808000, + 0xa0000001: 0x800002, + 0xb0000001: 0x8202, + 0xc0000001: 0x202, + 0xd0000001: 0x800200, + 0xe0000001: 0x8002, + 0xf0000001: 0x0, + 0x8000001: 0x808202, + 0x18000001: 0x808000, + 0x28000001: 0x800000, + 0x38000001: 0x200, + 0x48000001: 0x8000, + 0x58000001: 0x800002, + 0x68000001: 0x2, + 0x78000001: 0x8202, + 0x88000001: 0x8002, + 0x98000001: 0x800202, + 0xa8000001: 0x202, + 0xb8000001: 0x808200, + 0xc8000001: 0x800200, + 0xd8000001: 0x0, + 0xe8000001: 0x8200, + 0xf8000001: 0x808002 + }, + { + 0x0: 0x40084010, + 0x1000000: 0x4000, + 0x2000000: 0x80000, + 0x3000000: 0x40080010, + 0x4000000: 0x40000010, + 0x5000000: 0x40084000, + 0x6000000: 0x40004000, + 0x7000000: 0x10, + 0x8000000: 0x84000, + 0x9000000: 0x40004010, + 0xa000000: 0x40000000, + 0xb000000: 0x84010, + 0xc000000: 0x80010, + 0xd000000: 0x0, + 0xe000000: 0x4010, + 0xf000000: 0x40080000, + 0x800000: 0x40004000, + 0x1800000: 0x84010, + 0x2800000: 0x10, + 0x3800000: 0x40004010, + 0x4800000: 0x40084010, + 0x5800000: 0x40000000, + 0x6800000: 0x80000, + 0x7800000: 0x40080010, + 0x8800000: 0x80010, + 0x9800000: 0x0, + 0xa800000: 0x4000, + 0xb800000: 0x40080000, + 0xc800000: 0x40000010, + 0xd800000: 0x84000, + 0xe800000: 0x40084000, + 0xf800000: 0x4010, + 0x10000000: 0x0, + 0x11000000: 0x40080010, + 0x12000000: 0x40004010, + 0x13000000: 0x40084000, + 0x14000000: 0x40080000, + 0x15000000: 0x10, + 0x16000000: 0x84010, + 0x17000000: 0x4000, + 0x18000000: 0x4010, + 0x19000000: 0x80000, + 0x1a000000: 0x80010, + 0x1b000000: 0x40000010, + 0x1c000000: 0x84000, + 0x1d000000: 0x40004000, + 0x1e000000: 0x40000000, + 0x1f000000: 0x40084010, + 0x10800000: 0x84010, + 0x11800000: 0x80000, + 0x12800000: 0x40080000, + 0x13800000: 0x4000, + 0x14800000: 0x40004000, + 0x15800000: 0x40084010, + 0x16800000: 0x10, + 0x17800000: 0x40000000, + 0x18800000: 0x40084000, + 0x19800000: 0x40000010, + 0x1a800000: 0x40004010, + 0x1b800000: 0x80010, + 0x1c800000: 0x0, + 0x1d800000: 0x4010, + 0x1e800000: 0x40080010, + 0x1f800000: 0x84000 + }, + { + 0x0: 0x104, + 0x100000: 0x0, + 0x200000: 0x4000100, + 0x300000: 0x10104, + 0x400000: 0x10004, + 0x500000: 0x4000004, + 0x600000: 0x4010104, + 0x700000: 0x4010000, + 0x800000: 0x4000000, + 0x900000: 0x4010100, + 0xa00000: 0x10100, + 0xb00000: 0x4010004, + 0xc00000: 0x4000104, + 0xd00000: 0x10000, + 0xe00000: 0x4, + 0xf00000: 0x100, + 0x80000: 0x4010100, + 0x180000: 0x4010004, + 0x280000: 0x0, + 0x380000: 0x4000100, + 0x480000: 0x4000004, + 0x580000: 0x10000, + 0x680000: 0x10004, + 0x780000: 0x104, + 0x880000: 0x4, + 0x980000: 0x100, + 0xa80000: 0x4010000, + 0xb80000: 0x10104, + 0xc80000: 0x10100, + 0xd80000: 0x4000104, + 0xe80000: 0x4010104, + 0xf80000: 0x4000000, + 0x1000000: 0x4010100, + 0x1100000: 0x10004, + 0x1200000: 0x10000, + 0x1300000: 0x4000100, + 0x1400000: 0x100, + 0x1500000: 0x4010104, + 0x1600000: 0x4000004, + 0x1700000: 0x0, + 0x1800000: 0x4000104, + 0x1900000: 0x4000000, + 0x1a00000: 0x4, + 0x1b00000: 0x10100, + 0x1c00000: 0x4010000, + 0x1d00000: 0x104, + 0x1e00000: 0x10104, + 0x1f00000: 0x4010004, + 0x1080000: 0x4000000, + 0x1180000: 0x104, + 0x1280000: 0x4010100, + 0x1380000: 0x0, + 0x1480000: 0x10004, + 0x1580000: 0x4000100, + 0x1680000: 0x100, + 0x1780000: 0x4010004, + 0x1880000: 0x10000, + 0x1980000: 0x4010104, + 0x1a80000: 0x10104, + 0x1b80000: 0x4000004, + 0x1c80000: 0x4000104, + 0x1d80000: 0x4010000, + 0x1e80000: 0x4, + 0x1f80000: 0x10100 + }, + { + 0x0: 0x80401000, + 0x10000: 0x80001040, + 0x20000: 0x401040, + 0x30000: 0x80400000, + 0x40000: 0x0, + 0x50000: 0x401000, + 0x60000: 0x80000040, + 0x70000: 0x400040, + 0x80000: 0x80000000, + 0x90000: 0x400000, + 0xa0000: 0x40, + 0xb0000: 0x80001000, + 0xc0000: 0x80400040, + 0xd0000: 0x1040, + 0xe0000: 0x1000, + 0xf0000: 0x80401040, + 0x8000: 0x80001040, + 0x18000: 0x40, + 0x28000: 0x80400040, + 0x38000: 0x80001000, + 0x48000: 0x401000, + 0x58000: 0x80401040, + 0x68000: 0x0, + 0x78000: 0x80400000, + 0x88000: 0x1000, + 0x98000: 0x80401000, + 0xa8000: 0x400000, + 0xb8000: 0x1040, + 0xc8000: 0x80000000, + 0xd8000: 0x400040, + 0xe8000: 0x401040, + 0xf8000: 0x80000040, + 0x100000: 0x400040, + 0x110000: 0x401000, + 0x120000: 0x80000040, + 0x130000: 0x0, + 0x140000: 0x1040, + 0x150000: 0x80400040, + 0x160000: 0x80401000, + 0x170000: 0x80001040, + 0x180000: 0x80401040, + 0x190000: 0x80000000, + 0x1a0000: 0x80400000, + 0x1b0000: 0x401040, + 0x1c0000: 0x80001000, + 0x1d0000: 0x400000, + 0x1e0000: 0x40, + 0x1f0000: 0x1000, + 0x108000: 0x80400000, + 0x118000: 0x80401040, + 0x128000: 0x0, + 0x138000: 0x401000, + 0x148000: 0x400040, + 0x158000: 0x80000000, + 0x168000: 0x80001040, + 0x178000: 0x40, + 0x188000: 0x80000040, + 0x198000: 0x1000, + 0x1a8000: 0x80001000, + 0x1b8000: 0x80400040, + 0x1c8000: 0x1040, + 0x1d8000: 0x80401000, + 0x1e8000: 0x400000, + 0x1f8000: 0x401040 + }, + { + 0x0: 0x80, + 0x1000: 0x1040000, + 0x2000: 0x40000, + 0x3000: 0x20000000, + 0x4000: 0x20040080, + 0x5000: 0x1000080, + 0x6000: 0x21000080, + 0x7000: 0x40080, + 0x8000: 0x1000000, + 0x9000: 0x20040000, + 0xa000: 0x20000080, + 0xb000: 0x21040080, + 0xc000: 0x21040000, + 0xd000: 0x0, + 0xe000: 0x1040080, + 0xf000: 0x21000000, + 0x800: 0x1040080, + 0x1800: 0x21000080, + 0x2800: 0x80, + 0x3800: 0x1040000, + 0x4800: 0x40000, + 0x5800: 0x20040080, + 0x6800: 0x21040000, + 0x7800: 0x20000000, + 0x8800: 0x20040000, + 0x9800: 0x0, + 0xa800: 0x21040080, + 0xb800: 0x1000080, + 0xc800: 0x20000080, + 0xd800: 0x21000000, + 0xe800: 0x1000000, + 0xf800: 0x40080, + 0x10000: 0x40000, + 0x11000: 0x80, + 0x12000: 0x20000000, + 0x13000: 0x21000080, + 0x14000: 0x1000080, + 0x15000: 0x21040000, + 0x16000: 0x20040080, + 0x17000: 0x1000000, + 0x18000: 0x21040080, + 0x19000: 0x21000000, + 0x1a000: 0x1040000, + 0x1b000: 0x20040000, + 0x1c000: 0x40080, + 0x1d000: 0x20000080, + 0x1e000: 0x0, + 0x1f000: 0x1040080, + 0x10800: 0x21000080, + 0x11800: 0x1000000, + 0x12800: 0x1040000, + 0x13800: 0x20040080, + 0x14800: 0x20000000, + 0x15800: 0x1040080, + 0x16800: 0x80, + 0x17800: 0x21040000, + 0x18800: 0x40080, + 0x19800: 0x21040080, + 0x1a800: 0x0, + 0x1b800: 0x21000000, + 0x1c800: 0x1000080, + 0x1d800: 0x40000, + 0x1e800: 0x20040000, + 0x1f800: 0x20000080 + }, + { + 0x0: 0x10000008, + 0x100: 0x2000, + 0x200: 0x10200000, + 0x300: 0x10202008, + 0x400: 0x10002000, + 0x500: 0x200000, + 0x600: 0x200008, + 0x700: 0x10000000, + 0x800: 0x0, + 0x900: 0x10002008, + 0xa00: 0x202000, + 0xb00: 0x8, + 0xc00: 0x10200008, + 0xd00: 0x202008, + 0xe00: 0x2008, + 0xf00: 0x10202000, + 0x80: 0x10200000, + 0x180: 0x10202008, + 0x280: 0x8, + 0x380: 0x200000, + 0x480: 0x202008, + 0x580: 0x10000008, + 0x680: 0x10002000, + 0x780: 0x2008, + 0x880: 0x200008, + 0x980: 0x2000, + 0xa80: 0x10002008, + 0xb80: 0x10200008, + 0xc80: 0x0, + 0xd80: 0x10202000, + 0xe80: 0x202000, + 0xf80: 0x10000000, + 0x1000: 0x10002000, + 0x1100: 0x10200008, + 0x1200: 0x10202008, + 0x1300: 0x2008, + 0x1400: 0x200000, + 0x1500: 0x10000000, + 0x1600: 0x10000008, + 0x1700: 0x202000, + 0x1800: 0x202008, + 0x1900: 0x0, + 0x1a00: 0x8, + 0x1b00: 0x10200000, + 0x1c00: 0x2000, + 0x1d00: 0x10002008, + 0x1e00: 0x10202000, + 0x1f00: 0x200008, + 0x1080: 0x8, + 0x1180: 0x202000, + 0x1280: 0x200000, + 0x1380: 0x10000008, + 0x1480: 0x10002000, + 0x1580: 0x2008, + 0x1680: 0x10202008, + 0x1780: 0x10200000, + 0x1880: 0x10202000, + 0x1980: 0x10200008, + 0x1a80: 0x2000, + 0x1b80: 0x202008, + 0x1c80: 0x200008, + 0x1d80: 0x0, + 0x1e80: 0x10000000, + 0x1f80: 0x10002008 + }, + { + 0x0: 0x100000, + 0x10: 0x2000401, + 0x20: 0x400, + 0x30: 0x100401, + 0x40: 0x2100401, + 0x50: 0x0, + 0x60: 0x1, + 0x70: 0x2100001, + 0x80: 0x2000400, + 0x90: 0x100001, + 0xa0: 0x2000001, + 0xb0: 0x2100400, + 0xc0: 0x2100000, + 0xd0: 0x401, + 0xe0: 0x100400, + 0xf0: 0x2000000, + 0x8: 0x2100001, + 0x18: 0x0, + 0x28: 0x2000401, + 0x38: 0x2100400, + 0x48: 0x100000, + 0x58: 0x2000001, + 0x68: 0x2000000, + 0x78: 0x401, + 0x88: 0x100401, + 0x98: 0x2000400, + 0xa8: 0x2100000, + 0xb8: 0x100001, + 0xc8: 0x400, + 0xd8: 0x2100401, + 0xe8: 0x1, + 0xf8: 0x100400, + 0x100: 0x2000000, + 0x110: 0x100000, + 0x120: 0x2000401, + 0x130: 0x2100001, + 0x140: 0x100001, + 0x150: 0x2000400, + 0x160: 0x2100400, + 0x170: 0x100401, + 0x180: 0x401, + 0x190: 0x2100401, + 0x1a0: 0x100400, + 0x1b0: 0x1, + 0x1c0: 0x0, + 0x1d0: 0x2100000, + 0x1e0: 0x2000001, + 0x1f0: 0x400, + 0x108: 0x100400, + 0x118: 0x2000401, + 0x128: 0x2100001, + 0x138: 0x1, + 0x148: 0x2000000, + 0x158: 0x100000, + 0x168: 0x401, + 0x178: 0x2100400, + 0x188: 0x2000001, + 0x198: 0x2100000, + 0x1a8: 0x0, + 0x1b8: 0x2100401, + 0x1c8: 0x100401, + 0x1d8: 0x400, + 0x1e8: 0x2000400, + 0x1f8: 0x100001 + }, + { + 0x0: 0x8000820, + 0x1: 0x20000, + 0x2: 0x8000000, + 0x3: 0x20, + 0x4: 0x20020, + 0x5: 0x8020820, + 0x6: 0x8020800, + 0x7: 0x800, + 0x8: 0x8020000, + 0x9: 0x8000800, + 0xa: 0x20800, + 0xb: 0x8020020, + 0xc: 0x820, + 0xd: 0x0, + 0xe: 0x8000020, + 0xf: 0x20820, + 0x80000000: 0x800, + 0x80000001: 0x8020820, + 0x80000002: 0x8000820, + 0x80000003: 0x8000000, + 0x80000004: 0x8020000, + 0x80000005: 0x20800, + 0x80000006: 0x20820, + 0x80000007: 0x20, + 0x80000008: 0x8000020, + 0x80000009: 0x820, + 0x8000000a: 0x20020, + 0x8000000b: 0x8020800, + 0x8000000c: 0x0, + 0x8000000d: 0x8020020, + 0x8000000e: 0x8000800, + 0x8000000f: 0x20000, + 0x10: 0x20820, + 0x11: 0x8020800, + 0x12: 0x20, + 0x13: 0x800, + 0x14: 0x8000800, + 0x15: 0x8000020, + 0x16: 0x8020020, + 0x17: 0x20000, + 0x18: 0x0, + 0x19: 0x20020, + 0x1a: 0x8020000, + 0x1b: 0x8000820, + 0x1c: 0x8020820, + 0x1d: 0x20800, + 0x1e: 0x820, + 0x1f: 0x8000000, + 0x80000010: 0x20000, + 0x80000011: 0x800, + 0x80000012: 0x8020020, + 0x80000013: 0x20820, + 0x80000014: 0x20, + 0x80000015: 0x8020000, + 0x80000016: 0x8000000, + 0x80000017: 0x8000820, + 0x80000018: 0x8020820, + 0x80000019: 0x8000020, + 0x8000001a: 0x8000800, + 0x8000001b: 0x0, + 0x8000001c: 0x20800, + 0x8000001d: 0x820, + 0x8000001e: 0x20020, + 0x8000001f: 0x8020800 + } + ]; + + // Masks that select the SBOX input + var SBOX_MASK = [ + 0xf8000001, 0x1f800000, 0x01f80000, 0x001f8000, + 0x0001f800, 0x00001f80, 0x000001f8, 0x8000001f + ]; + + /** + * DES block cipher algorithm. + */ + var DES = C_algo.DES = BlockCipher.extend({ + _doReset: function() { + // Shortcuts + var key = this._key; + var keyWords = key.words; + + // Select 56 bits according to PC1 + var keyBits = []; + for (var i = 0; i < 56; i++) { + var keyBitPos = PC1[i] - 1; + keyBits[i] = (keyWords[keyBitPos >>> 5] >>> (31 - keyBitPos % 32)) & 1; + } + + // Assemble 16 subkeys + var subKeys = this._subKeys = []; + for (var nSubKey = 0; nSubKey < 16; nSubKey++) { + // Create subkey + var subKey = subKeys[nSubKey] = []; + + // Shortcut + var bitShift = BIT_SHIFTS[nSubKey]; + + // Select 48 bits according to PC2 + for (var i = 0; i < 24; i++) { + // Select from the left 28 key bits + subKey[(i / 6) | 0] |= keyBits[((PC2[i] - 1) + bitShift) % 28] << (31 - + i % 6); + + // Select from the right 28 key bits + subKey[4 + ((i / 6) | 0)] |= keyBits[28 + (((PC2[i + 24] - 1) + + bitShift) % 28)] << (31 - i % 6); + } + + // Since each subkey is applied to an expanded 32-bit input, + // the subkey can be broken into 8 values scaled to 32-bits, + // which allows the key to be used without expansion + subKey[0] = (subKey[0] << 1) | (subKey[0] >>> 31); + for (var i = 1; i < 7; i++) { + subKey[i] = subKey[i] >>> ((i - 1) * 4 + 3); + } + subKey[7] = (subKey[7] << 5) | (subKey[7] >>> 27); + } + + // Compute inverse subkeys + var invSubKeys = this._invSubKeys = []; + for (var i = 0; i < 16; i++) { + invSubKeys[i] = subKeys[15 - i]; + } + }, + + encryptBlock: function(M, offset) { + this._doCryptBlock(M, offset, this._subKeys); + }, + + decryptBlock: function(M, offset) { + this._doCryptBlock(M, offset, this._invSubKeys); + }, + + _doCryptBlock: function(M, offset, subKeys) { + // Get input + this._lBlock = M[offset]; + this._rBlock = M[offset + 1]; + + // Initial permutation + exchangeLR.call(this, 4, 0x0f0f0f0f); + exchangeLR.call(this, 16, 0x0000ffff); + exchangeRL.call(this, 2, 0x33333333); + exchangeRL.call(this, 8, 0x00ff00ff); + exchangeLR.call(this, 1, 0x55555555); + + // Rounds + for (var round = 0; round < 16; round++) { + // Shortcuts + var subKey = subKeys[round]; + var lBlock = this._lBlock; + var rBlock = this._rBlock; + + // Feistel function + var f = 0; + for (var i = 0; i < 8; i++) { + f |= SBOX_P[i][((rBlock ^ subKey[i]) & SBOX_MASK[i]) >>> 0]; + } + this._lBlock = rBlock; + this._rBlock = lBlock ^ f; + } + + // Undo swap from last round + var t = this._lBlock; + this._lBlock = this._rBlock; + this._rBlock = t; + + // Final permutation + exchangeLR.call(this, 1, 0x55555555); + exchangeRL.call(this, 8, 0x00ff00ff); + exchangeRL.call(this, 2, 0x33333333); + exchangeLR.call(this, 16, 0x0000ffff); + exchangeLR.call(this, 4, 0x0f0f0f0f); + + // Set output + M[offset] = this._lBlock; + M[offset + 1] = this._rBlock; + }, + + keySize: 64 / 32, + + ivSize: 64 / 32, + + blockSize: 64 / 32 + }); + + // Swap bits across the left and right words + function exchangeLR(offset, mask) { + var t = ((this._lBlock >>> offset) ^ this._rBlock) & mask; + this._rBlock ^= t; + this._lBlock ^= t << offset; + } + + function exchangeRL(offset, mask) { + var t = ((this._rBlock >>> offset) ^ this._lBlock) & mask; + this._lBlock ^= t; + this._rBlock ^= t << offset; + } + + /** + * Shortcut functions to the cipher's object interface. + * + * @example + * + * var ciphertext = CryptoJS.DES.encrypt(message, key, cfg); + * var plaintext = CryptoJS.DES.decrypt(ciphertext, key, cfg); + */ + C.DES = BlockCipher._createHelper(DES); + + /** + * Triple-DES block cipher algorithm. + */ + var TripleDES = C_algo.TripleDES = BlockCipher.extend({ + _doReset: function() { + // Shortcuts + var key = this._key; + var keyWords = key.words; + + // Create DES instances + this._des1 = DES.createEncryptor(WordArray.create(keyWords.slice(0, 2))); + this._des2 = DES.createEncryptor(WordArray.create(keyWords.slice(2, 4))); + this._des3 = DES.createEncryptor(WordArray.create(keyWords.slice(4, 6))); + }, + + encryptBlock: function(M, offset) { + this._des1.encryptBlock(M, offset); + this._des2.decryptBlock(M, offset); + this._des3.encryptBlock(M, offset); + }, + + decryptBlock: function(M, offset) { + this._des3.decryptBlock(M, offset); + this._des2.encryptBlock(M, offset); + this._des1.decryptBlock(M, offset); + }, + + keySize: 192 / 32, + + ivSize: 64 / 32, + + blockSize: 64 / 32 + }); + + /** + * Shortcut functions to the cipher's object interface. + * + * @example + * + * var ciphertext = CryptoJS.TripleDES.encrypt(message, key, cfg); + * var plaintext = CryptoJS.TripleDES.decrypt(ciphertext, key, cfg); + */ + C.TripleDES = BlockCipher._createHelper(TripleDES); + }()); + + + (function() { + // Shortcuts + var C = CryptoJS; + var C_lib = C.lib; + var StreamCipher = C_lib.StreamCipher; + var C_algo = C.algo; + + /** + * RC4 stream cipher algorithm. + */ + var RC4 = C_algo.RC4 = StreamCipher.extend({ + _doReset: function() { + // Shortcuts + var key = this._key; + var keyWords = key.words; + var keySigBytes = key.sigBytes; + + // Init sbox + var S = this._S = []; + for (var i = 0; i < 256; i++) { + S[i] = i; + } + + // Key setup + for (var i = 0, j = 0; i < 256; i++) { + var keyByteIndex = i % keySigBytes; + var keyByte = (keyWords[keyByteIndex >>> 2] >>> (24 - (keyByteIndex % 4) * + 8)) & 0xff; + + j = (j + S[i] + keyByte) % 256; + + // Swap + var t = S[i]; + S[i] = S[j]; + S[j] = t; + } + + // Counters + this._i = this._j = 0; + }, + + _doProcessBlock: function(M, offset) { + M[offset] ^= generateKeystreamWord.call(this); + }, + + keySize: 256 / 32, + + ivSize: 0 + }); + + function generateKeystreamWord() { + // Shortcuts + var S = this._S; + var i = this._i; + var j = this._j; + + // Generate keystream word + var keystreamWord = 0; + for (var n = 0; n < 4; n++) { + i = (i + 1) % 256; + j = (j + S[i]) % 256; + + // Swap + var t = S[i]; + S[i] = S[j]; + S[j] = t; + + keystreamWord |= S[(S[i] + S[j]) % 256] << (24 - n * 8); + } + + // Update counters + this._i = i; + this._j = j; + + return keystreamWord; + } + + /** + * Shortcut functions to the cipher's object interface. + * + * @example + * + * var ciphertext = CryptoJS.RC4.encrypt(message, key, cfg); + * var plaintext = CryptoJS.RC4.decrypt(ciphertext, key, cfg); + */ + C.RC4 = StreamCipher._createHelper(RC4); + + /** + * Modified RC4 stream cipher algorithm. + */ + var RC4Drop = C_algo.RC4Drop = RC4.extend({ + /** + * Configuration options. + * + * @property {number} drop The number of keystream words to drop. Default 192 + */ + cfg: RC4.cfg.extend({ + drop: 192 + }), + + _doReset: function() { + RC4._doReset.call(this); + + // Drop + for (var i = this.cfg.drop; i > 0; i--) { + generateKeystreamWord.call(this); + } + } + }); + + /** + * Shortcut functions to the cipher's object interface. + * + * @example + * + * var ciphertext = CryptoJS.RC4Drop.encrypt(message, key, cfg); + * var plaintext = CryptoJS.RC4Drop.decrypt(ciphertext, key, cfg); + */ + C.RC4Drop = StreamCipher._createHelper(RC4Drop); + }()); + + + /** @preserve + * Counter block mode compatible with Dr Brian Gladman fileenc.c + * derived from CryptoJS.mode.CTR + * Jan Hruby jhruby.web@gmail.com + */ + CryptoJS.mode.CTRGladman = (function() { + var CTRGladman = CryptoJS.lib.BlockCipherMode.extend(); + + function incWord(word) { + if (((word >> 24) & 0xff) === 0xff) { //overflow + var b1 = (word >> 16) & 0xff; + var b2 = (word >> 8) & 0xff; + var b3 = word & 0xff; + + if (b1 === 0xff) // overflow b1 + { + b1 = 0; + if (b2 === 0xff) { + b2 = 0; + if (b3 === 0xff) { + b3 = 0; + } else { + ++b3; + } + } else { + ++b2; + } + } else { + ++b1; + } + + word = 0; + word += (b1 << 16); + word += (b2 << 8); + word += b3; + } else { + word += (0x01 << 24); + } + return word; + } + + function incCounter(counter) { + if ((counter[0] = incWord(counter[0])) === 0) { + // encr_data in fileenc.c from Dr Brian Gladman's counts only with DWORD j < 8 + counter[1] = incWord(counter[1]); + } + return counter; + } + + var Encryptor = CTRGladman.Encryptor = CTRGladman.extend({ + processBlock: function(words, offset) { + // Shortcuts + var cipher = this._cipher + var blockSize = cipher.blockSize; + var iv = this._iv; + var counter = this._counter; + + // Generate keystream + if (iv) { + counter = this._counter = iv.slice(0); + + // Remove IV for subsequent blocks + this._iv = undefined; + } + + incCounter(counter); + + var keystream = counter.slice(0); + cipher.encryptBlock(keystream, 0); + + // Encrypt + for (var i = 0; i < blockSize; i++) { + words[offset + i] ^= keystream[i]; + } + } + }); + + CTRGladman.Decryptor = Encryptor; + + return CTRGladman; + }()); + + + + + (function() { + // Shortcuts + var C = CryptoJS; + var C_lib = C.lib; + var StreamCipher = C_lib.StreamCipher; + var C_algo = C.algo; + + // Reusable objects + var S = []; + var C_ = []; + var G = []; + + /** + * Rabbit stream cipher algorithm + */ + var Rabbit = C_algo.Rabbit = StreamCipher.extend({ + _doReset: function() { + // Shortcuts + var K = this._key.words; + var iv = this.cfg.iv; + + // Swap endian + for (var i = 0; i < 4; i++) { + K[i] = (((K[i] << 8) | (K[i] >>> 24)) & 0x00ff00ff) | + (((K[i] << 24) | (K[i] >>> 8)) & 0xff00ff00); + } + + // Generate initial state values + var X = this._X = [ + K[0], (K[3] << 16) | (K[2] >>> 16), + K[1], (K[0] << 16) | (K[3] >>> 16), + K[2], (K[1] << 16) | (K[0] >>> 16), + K[3], (K[2] << 16) | (K[1] >>> 16) + ]; + + // Generate initial counter values + var C = this._C = [ + (K[2] << 16) | (K[2] >>> 16), (K[0] & 0xffff0000) | (K[1] & 0x0000ffff), + (K[3] << 16) | (K[3] >>> 16), (K[1] & 0xffff0000) | (K[2] & 0x0000ffff), + (K[0] << 16) | (K[0] >>> 16), (K[2] & 0xffff0000) | (K[3] & 0x0000ffff), + (K[1] << 16) | (K[1] >>> 16), (K[3] & 0xffff0000) | (K[0] & 0x0000ffff) + ]; + + // Carry bit + this._b = 0; + + // Iterate the system four times + for (var i = 0; i < 4; i++) { + nextState.call(this); + } + + // Modify the counters + for (var i = 0; i < 8; i++) { + C[i] ^= X[(i + 4) & 7]; + } + + // IV setup + if (iv) { + // Shortcuts + var IV = iv.words; + var IV_0 = IV[0]; + var IV_1 = IV[1]; + + // Generate four subvectors + var i0 = (((IV_0 << 8) | (IV_0 >>> 24)) & 0x00ff00ff) | (((IV_0 << 24) | ( + IV_0 >>> 8)) & 0xff00ff00); + var i2 = (((IV_1 << 8) | (IV_1 >>> 24)) & 0x00ff00ff) | (((IV_1 << 24) | ( + IV_1 >>> 8)) & 0xff00ff00); + var i1 = (i0 >>> 16) | (i2 & 0xffff0000); + var i3 = (i2 << 16) | (i0 & 0x0000ffff); + + // Modify counter values + C[0] ^= i0; + C[1] ^= i1; + C[2] ^= i2; + C[3] ^= i3; + C[4] ^= i0; + C[5] ^= i1; + C[6] ^= i2; + C[7] ^= i3; + + // Iterate the system four times + for (var i = 0; i < 4; i++) { + nextState.call(this); + } + } + }, + + _doProcessBlock: function(M, offset) { + // Shortcut + var X = this._X; + + // Iterate the system + nextState.call(this); + + // Generate four keystream words + S[0] = X[0] ^ (X[5] >>> 16) ^ (X[3] << 16); + S[1] = X[2] ^ (X[7] >>> 16) ^ (X[5] << 16); + S[2] = X[4] ^ (X[1] >>> 16) ^ (X[7] << 16); + S[3] = X[6] ^ (X[3] >>> 16) ^ (X[1] << 16); + + for (var i = 0; i < 4; i++) { + // Swap endian + S[i] = (((S[i] << 8) | (S[i] >>> 24)) & 0x00ff00ff) | + (((S[i] << 24) | (S[i] >>> 8)) & 0xff00ff00); + + // Encrypt + M[offset + i] ^= S[i]; + } + }, + + blockSize: 128 / 32, + + ivSize: 64 / 32 + }); + + function nextState() { + // Shortcuts + var X = this._X; + var C = this._C; + + // Save old counter values + for (var i = 0; i < 8; i++) { + C_[i] = C[i]; + } + + // Calculate new counter values + C[0] = (C[0] + 0x4d34d34d + this._b) | 0; + C[1] = (C[1] + 0xd34d34d3 + ((C[0] >>> 0) < (C_[0] >>> 0) ? 1 : 0)) | 0; + C[2] = (C[2] + 0x34d34d34 + ((C[1] >>> 0) < (C_[1] >>> 0) ? 1 : 0)) | 0; + C[3] = (C[3] + 0x4d34d34d + ((C[2] >>> 0) < (C_[2] >>> 0) ? 1 : 0)) | 0; + C[4] = (C[4] + 0xd34d34d3 + ((C[3] >>> 0) < (C_[3] >>> 0) ? 1 : 0)) | 0; + C[5] = (C[5] + 0x34d34d34 + ((C[4] >>> 0) < (C_[4] >>> 0) ? 1 : 0)) | 0; + C[6] = (C[6] + 0x4d34d34d + ((C[5] >>> 0) < (C_[5] >>> 0) ? 1 : 0)) | 0; + C[7] = (C[7] + 0xd34d34d3 + ((C[6] >>> 0) < (C_[6] >>> 0) ? 1 : 0)) | 0; + this._b = (C[7] >>> 0) < (C_[7] >>> 0) ? 1 : 0; + + // Calculate the g-values + for (var i = 0; i < 8; i++) { + var gx = X[i] + C[i]; + + // Construct high and low argument for squaring + var ga = gx & 0xffff; + var gb = gx >>> 16; + + // Calculate high and low result of squaring + var gh = ((((ga * ga) >>> 17) + ga * gb) >>> 15) + gb * gb; + var gl = (((gx & 0xffff0000) * gx) | 0) + (((gx & 0x0000ffff) * gx) | 0); + + // High XOR low + G[i] = gh ^ gl; + } + + // Calculate new state values + X[0] = (G[0] + ((G[7] << 16) | (G[7] >>> 16)) + ((G[6] << 16) | (G[6] >>> 16))) | 0; + X[1] = (G[1] + ((G[0] << 8) | (G[0] >>> 24)) + G[7]) | 0; + X[2] = (G[2] + ((G[1] << 16) | (G[1] >>> 16)) + ((G[0] << 16) | (G[0] >>> 16))) | 0; + X[3] = (G[3] + ((G[2] << 8) | (G[2] >>> 24)) + G[1]) | 0; + X[4] = (G[4] + ((G[3] << 16) | (G[3] >>> 16)) + ((G[2] << 16) | (G[2] >>> 16))) | 0; + X[5] = (G[5] + ((G[4] << 8) | (G[4] >>> 24)) + G[3]) | 0; + X[6] = (G[6] + ((G[5] << 16) | (G[5] >>> 16)) + ((G[4] << 16) | (G[4] >>> 16))) | 0; + X[7] = (G[7] + ((G[6] << 8) | (G[6] >>> 24)) + G[5]) | 0; + } + + /** + * Shortcut functions to the cipher's object interface. + * + * @example + * + * var ciphertext = CryptoJS.Rabbit.encrypt(message, key, cfg); + * var plaintext = CryptoJS.Rabbit.decrypt(ciphertext, key, cfg); + */ + C.Rabbit = StreamCipher._createHelper(Rabbit); + }()); + + + /** + * Counter block mode. + */ + CryptoJS.mode.CTR = (function() { + var CTR = CryptoJS.lib.BlockCipherMode.extend(); + + var Encryptor = CTR.Encryptor = CTR.extend({ + processBlock: function(words, offset) { + // Shortcuts + var cipher = this._cipher + var blockSize = cipher.blockSize; + var iv = this._iv; + var counter = this._counter; + + // Generate keystream + if (iv) { + counter = this._counter = iv.slice(0); + + // Remove IV for subsequent blocks + this._iv = undefined; + } + var keystream = counter.slice(0); + cipher.encryptBlock(keystream, 0); + + // Increment counter + counter[blockSize - 1] = (counter[blockSize - 1] + 1) | 0 + + // Encrypt + for (var i = 0; i < blockSize; i++) { + words[offset + i] ^= keystream[i]; + } + } + }); + + CTR.Decryptor = Encryptor; + + return CTR; + }()); + + + (function() { + // Shortcuts + var C = CryptoJS; + var C_lib = C.lib; + var StreamCipher = C_lib.StreamCipher; + var C_algo = C.algo; + + // Reusable objects + var S = []; + var C_ = []; + var G = []; + + /** + * Rabbit stream cipher algorithm. + * + * This is a legacy version that neglected to convert the key to little-endian. + * This error doesn't affect the cipher's security, + * but it does affect its compatibility with other implementations. + */ + var RabbitLegacy = C_algo.RabbitLegacy = StreamCipher.extend({ + _doReset: function() { + // Shortcuts + var K = this._key.words; + var iv = this.cfg.iv; + + // Generate initial state values + var X = this._X = [ + K[0], (K[3] << 16) | (K[2] >>> 16), + K[1], (K[0] << 16) | (K[3] >>> 16), + K[2], (K[1] << 16) | (K[0] >>> 16), + K[3], (K[2] << 16) | (K[1] >>> 16) + ]; + + // Generate initial counter values + var C = this._C = [ + (K[2] << 16) | (K[2] >>> 16), (K[0] & 0xffff0000) | (K[1] & 0x0000ffff), + (K[3] << 16) | (K[3] >>> 16), (K[1] & 0xffff0000) | (K[2] & 0x0000ffff), + (K[0] << 16) | (K[0] >>> 16), (K[2] & 0xffff0000) | (K[3] & 0x0000ffff), + (K[1] << 16) | (K[1] >>> 16), (K[3] & 0xffff0000) | (K[0] & 0x0000ffff) + ]; + + // Carry bit + this._b = 0; + + // Iterate the system four times + for (var i = 0; i < 4; i++) { + nextState.call(this); + } + + // Modify the counters + for (var i = 0; i < 8; i++) { + C[i] ^= X[(i + 4) & 7]; + } + + // IV setup + if (iv) { + // Shortcuts + var IV = iv.words; + var IV_0 = IV[0]; + var IV_1 = IV[1]; + + // Generate four subvectors + var i0 = (((IV_0 << 8) | (IV_0 >>> 24)) & 0x00ff00ff) | (((IV_0 << 24) | ( + IV_0 >>> 8)) & 0xff00ff00); + var i2 = (((IV_1 << 8) | (IV_1 >>> 24)) & 0x00ff00ff) | (((IV_1 << 24) | ( + IV_1 >>> 8)) & 0xff00ff00); + var i1 = (i0 >>> 16) | (i2 & 0xffff0000); + var i3 = (i2 << 16) | (i0 & 0x0000ffff); + + // Modify counter values + C[0] ^= i0; + C[1] ^= i1; + C[2] ^= i2; + C[3] ^= i3; + C[4] ^= i0; + C[5] ^= i1; + C[6] ^= i2; + C[7] ^= i3; + + // Iterate the system four times + for (var i = 0; i < 4; i++) { + nextState.call(this); + } + } + }, + + _doProcessBlock: function(M, offset) { + // Shortcut + var X = this._X; + + // Iterate the system + nextState.call(this); + + // Generate four keystream words + S[0] = X[0] ^ (X[5] >>> 16) ^ (X[3] << 16); + S[1] = X[2] ^ (X[7] >>> 16) ^ (X[5] << 16); + S[2] = X[4] ^ (X[1] >>> 16) ^ (X[7] << 16); + S[3] = X[6] ^ (X[3] >>> 16) ^ (X[1] << 16); + + for (var i = 0; i < 4; i++) { + // Swap endian + S[i] = (((S[i] << 8) | (S[i] >>> 24)) & 0x00ff00ff) | + (((S[i] << 24) | (S[i] >>> 8)) & 0xff00ff00); + + // Encrypt + M[offset + i] ^= S[i]; + } + }, + + blockSize: 128 / 32, + + ivSize: 64 / 32 + }); + + function nextState() { + // Shortcuts + var X = this._X; + var C = this._C; + + // Save old counter values + for (var i = 0; i < 8; i++) { + C_[i] = C[i]; + } + + // Calculate new counter values + C[0] = (C[0] + 0x4d34d34d + this._b) | 0; + C[1] = (C[1] + 0xd34d34d3 + ((C[0] >>> 0) < (C_[0] >>> 0) ? 1 : 0)) | 0; + C[2] = (C[2] + 0x34d34d34 + ((C[1] >>> 0) < (C_[1] >>> 0) ? 1 : 0)) | 0; + C[3] = (C[3] + 0x4d34d34d + ((C[2] >>> 0) < (C_[2] >>> 0) ? 1 : 0)) | 0; + C[4] = (C[4] + 0xd34d34d3 + ((C[3] >>> 0) < (C_[3] >>> 0) ? 1 : 0)) | 0; + C[5] = (C[5] + 0x34d34d34 + ((C[4] >>> 0) < (C_[4] >>> 0) ? 1 : 0)) | 0; + C[6] = (C[6] + 0x4d34d34d + ((C[5] >>> 0) < (C_[5] >>> 0) ? 1 : 0)) | 0; + C[7] = (C[7] + 0xd34d34d3 + ((C[6] >>> 0) < (C_[6] >>> 0) ? 1 : 0)) | 0; + this._b = (C[7] >>> 0) < (C_[7] >>> 0) ? 1 : 0; + + // Calculate the g-values + for (var i = 0; i < 8; i++) { + var gx = X[i] + C[i]; + + // Construct high and low argument for squaring + var ga = gx & 0xffff; + var gb = gx >>> 16; + + // Calculate high and low result of squaring + var gh = ((((ga * ga) >>> 17) + ga * gb) >>> 15) + gb * gb; + var gl = (((gx & 0xffff0000) * gx) | 0) + (((gx & 0x0000ffff) * gx) | 0); + + // High XOR low + G[i] = gh ^ gl; + } + + // Calculate new state values + X[0] = (G[0] + ((G[7] << 16) | (G[7] >>> 16)) + ((G[6] << 16) | (G[6] >>> 16))) | 0; + X[1] = (G[1] + ((G[0] << 8) | (G[0] >>> 24)) + G[7]) | 0; + X[2] = (G[2] + ((G[1] << 16) | (G[1] >>> 16)) + ((G[0] << 16) | (G[0] >>> 16))) | 0; + X[3] = (G[3] + ((G[2] << 8) | (G[2] >>> 24)) + G[1]) | 0; + X[4] = (G[4] + ((G[3] << 16) | (G[3] >>> 16)) + ((G[2] << 16) | (G[2] >>> 16))) | 0; + X[5] = (G[5] + ((G[4] << 8) | (G[4] >>> 24)) + G[3]) | 0; + X[6] = (G[6] + ((G[5] << 16) | (G[5] >>> 16)) + ((G[4] << 16) | (G[4] >>> 16))) | 0; + X[7] = (G[7] + ((G[6] << 8) | (G[6] >>> 24)) + G[5]) | 0; + } + + /** + * Shortcut functions to the cipher's object interface. + * + * @example + * + * var ciphertext = CryptoJS.RabbitLegacy.encrypt(message, key, cfg); + * var plaintext = CryptoJS.RabbitLegacy.decrypt(ciphertext, key, cfg); + */ + C.RabbitLegacy = StreamCipher._createHelper(RabbitLegacy); + }()); + + + /** + * Zero padding strategy. + */ + CryptoJS.pad.ZeroPadding = { + pad: function(data, blockSize) { + // Shortcut + var blockSizeBytes = blockSize * 4; + + // Pad + data.clamp(); + data.sigBytes += blockSizeBytes - ((data.sigBytes % blockSizeBytes) || blockSizeBytes); + }, + + unpad: function(data) { + // Shortcut + var dataWords = data.words; + + // Unpad + var i = data.sigBytes - 1; + while (!((dataWords[i >>> 2] >>> (24 - (i % 4) * 8)) & 0xff)) { + i--; + } + data.sigBytes = i + 1; + } + }; + + + return CryptoJS; + +})); \ No newline at end of file diff --git a/target/classes/admin/admin/src/utils/des.js b/target/classes/admin/admin/src/utils/des.js new file mode 100644 index 0000000..9bbc579 --- /dev/null +++ b/target/classes/admin/admin/src/utils/des.js @@ -0,0 +1,46 @@ +import CryptoJS from './cryptojs.js' +let KEY = '1234567890123456' +let IV = '' +// DES加密 +export const encryptDes = (message) => { + const keyHex = CryptoJS.enc.Utf8.parse(KEY); + const encrypted = CryptoJS.DES.encrypt(message, keyHex, { + mode: CryptoJS.mode.ECB, + padding: CryptoJS.pad.Pkcs7 + }); + return encrypted.toString(); +} + +// DES解密 +export const decryptDes = (ciphertext) => { + const keyHex = CryptoJS.enc.Utf8.parse(KEY); + // direct decrypt ciphertext + const decrypted = CryptoJS.DES.decrypt({ + ciphertext: CryptoJS.enc.Base64.parse(ciphertext) + }, keyHex, { + mode: CryptoJS.mode.ECB, + padding: CryptoJS.pad.Pkcs7 + }); + return decrypted.toString(CryptoJS.enc.Utf8); +} +export const encryptAes = (msg) => { + let cmode = CryptoJS.mode.CBC; + let cpad = CryptoJS.pad.Pkcs7; + let ciphertext = CryptoJS.AES.encrypt(msg, CryptoJS.enc.Utf8.parse(KEY), { + mode: cmode, + padding: cpad, + iv: CryptoJS.enc.Utf8.parse(IV) + }).toString(); + return ciphertext; +} +export const decryptAes = (msg) => { + let cmode = CryptoJS.mode.CBC; + let cpad = CryptoJS.pad.Pkcs7; + var bytes = CryptoJS.AES.decrypt(msg, CryptoJS.enc.Utf8.parse(KEY), { + mode: cmode, + padding: cpad, + iv: CryptoJS.enc.Utf8.parse(IV) + }); + var originText = bytes.toString(CryptoJS.enc.Utf8); + return originText; +} \ No newline at end of file diff --git a/target/classes/admin/admin/src/utils/http.js b/target/classes/admin/admin/src/utils/http.js new file mode 100644 index 0000000..3f8e698 --- /dev/null +++ b/target/classes/admin/admin/src/utils/http.js @@ -0,0 +1,29 @@ +import axios from 'axios' +import router from '@/router/router-static' +import storage from '@/utils/storage' + +const http = axios.create({ + timeout: 1000 * 86400, + withCredentials: true, + baseURL: '/springbootbv4939cb', + headers: { + 'Content-Type': 'application/json; charset=utf-8' + } +}) +// 请求拦截 +http.interceptors.request.use(config => { + config.headers['Token'] = storage.get('Token') // 请求头带上token + return config +}, error => { + return Promise.reject(error) +}) +// 响应拦截 +http.interceptors.response.use(response => { + if (response.data && response.data.code === 401) { // 401, token失效 + router.push({ name: 'login' }) + } + return response +}, error => { + return Promise.reject(error) +}) +export default http \ No newline at end of file diff --git a/target/classes/admin/admin/src/utils/i18n.js b/target/classes/admin/admin/src/utils/i18n.js new file mode 100644 index 0000000..76be5a4 --- /dev/null +++ b/target/classes/admin/admin/src/utils/i18n.js @@ -0,0 +1,12 @@ +// translate router.meta.title, be used in breadcrumb sidebar tagsview +export function generateTitle(title) { + const hasKey = this.$te('route.' + title) + + if (hasKey) { + // $t :this method from vue-i18n, inject in @/lang/index.js + const translatedTitle = this.$t('route.' + title) + + return translatedTitle + } + return title +} diff --git a/target/classes/admin/admin/src/utils/menu.js b/target/classes/admin/admin/src/utils/menu.js new file mode 100644 index 0000000..2f87e0c --- /dev/null +++ b/target/classes/admin/admin/src/utils/menu.js @@ -0,0 +1,213 @@ +const menu = { + list() { + return [{ + "backMenu": [{ + "child": [{ + "allButtons": ["新增", "查看", "修改", "删除"], + "appFrontIcon": "cuIcon-goodsnew", + "buttons": ["新增", "查看", "修改", "删除"], + "menu": "驾驶员", + "menuJump": "列表", + "tableName": "jiashiyuan" + }], "menu": "驾驶员管理" + }, { + "child": [{ + "allButtons": ["新增", "查看", "修改", "删除", "审核"], + "appFrontIcon": "cuIcon-attentionfavor", + "buttons": ["新增", "查看", "修改", "删除", "审核"], + "menu": "工作人员", + "menuJump": "列表", + "tableName": "gongzuorenyuan" + }], "menu": "工作人员管理" + }, { + "child": [{ + "allButtons": ["新增", "查看", "修改", "删除"], + "appFrontIcon": "cuIcon-pic", + "buttons": ["新增", "查看", "修改", "删除"], + "menu": "公告信息", + "menuJump": "列表", + "tableName": "gonggaoxinxi" + }], "menu": "公告信息管理" + }, { + "child": [{ + "allButtons": ["新增", "查看", "修改", "删除", "保险信息", "续保通知", "事故记录"], + "appFrontIcon": "cuIcon-pay", + "buttons": ["查看", "删除"], + "menu": "车辆档案", + "menuJump": "列表", + "tableName": "cheliangdangan" + }], "menu": "车辆档案管理" + }, { + "child": [{ + "allButtons": ["新增", "查看", "修改", "删除"], + "appFrontIcon": "cuIcon-vipcard", + "buttons": ["查看", "删除"], + "menu": "保险信息", + "menuJump": "列表", + "tableName": "baoxianxinxi" + }], "menu": "保险信息管理" + }, { + "child": [{ + "allButtons": ["新增", "查看", "修改", "删除", "到期次数"], + "appFrontIcon": "cuIcon-present", + "buttons": ["查看", "删除", "到期次数"], + "menu": "续保通知", + "menuJump": "列表", + "tableName": "xubaotongzhi" + }], "menu": "续保通知管理" + }, { + "child": [{ + "allButtons": ["新增", "查看", "修改", "删除"], + "appFrontIcon": "el-icon-coins", + "buttons": ["新增", "查看", "修改", "删除"], + "menu": "路线信息", + "menuJump": "列表", + "tableName": "luxianxinxi" + }], "menu": "路线信息管理" + }, { + "child": [{ + "allButtons": ["新增", "查看", "修改", "删除", "事故次数"], + "appFrontIcon": "cuIcon-goods", + "buttons": ["删除", "事故次数", "查看"], + "menu": "事故记录", + "menuJump": "列表", + "tableName": "shigujilu" + }], "menu": "事故记录管理" + }], + "frontMenu": [ ], + "hasBackLogin": "是", + "hasBackRegister": "否", + "hasFrontLogin": "否", + "hasFrontRegister": "否", + "roleName": "管理员", + "tableName": "users" + }, { + "backMenu": [{ + "child": [{ + "allButtons": ["新增", "查看", "修改", "删除"], + "appFrontIcon": "cuIcon-pic", + "buttons": ["查看"], + "menu": "公告信息", + "menuJump": "列表", + "tableName": "gonggaoxinxi" + }], "menu": "公告信息管理" + }, { + "child": [{ + "allButtons": ["新增", "查看", "修改", "删除", "保险信息", "续保通知", "事故记录"], + "appFrontIcon": "cuIcon-pay", + "buttons": ["查看"], + "menu": "车辆档案", + "menuJump": "列表", + "tableName": "cheliangdangan" + }], "menu": "车辆档案管理" + }, { + "child": [{ + "allButtons": ["新增", "查看", "修改", "删除"], + "appFrontIcon": "cuIcon-vipcard", + "buttons": ["查看"], + "menu": "保险信息", + "menuJump": "列表", + "tableName": "baoxianxinxi" + }], "menu": "保险信息管理" + }, { + "child": [{ + "allButtons": ["新增", "查看", "修改", "删除", "到期次数"], + "appFrontIcon": "cuIcon-present", + "buttons": ["查看"], + "menu": "续保通知", + "menuJump": "列表", + "tableName": "xubaotongzhi" + }], "menu": "续保通知管理" + }, { + "child": [{ + "allButtons": ["新增", "查看", "修改", "删除"], + "appFrontIcon": "el-icon-picture-outline", + "buttons": ["新增", "查看", "修改", "删除"], + "menu": "路线信息", + "menuJump": "列表", + "tableName": "luxianxinxi" + }], "menu": "路线信息管理" + }, { + "child": [{ + "allButtons": ["新增", "查看", "修改", "删除", "事故次数"], + "appFrontIcon": "cuIcon-goods", + "buttons": ["查看"], + "menu": "事故记录", + "menuJump": "列表", + "tableName": "shigujilu" + }], "menu": "事故记录管理" + }], + "frontMenu": [ ], + "hasBackLogin": "是", + "hasBackRegister": "是", + "hasFrontLogin": "否", + "hasFrontRegister": "否", + "roleName": "驾驶员", + "tableName": "jiashiyuan" + }, { + "backMenu": [{ + "child": [{ + "allButtons": ["新增", "查看", "修改", "删除"], + "appFrontIcon": "cuIcon-pic", + "buttons": ["查看"], + "menu": "公告信息", + "menuJump": "列表", + "tableName": "gonggaoxinxi" + }], "menu": "公告信息管理" + }, { + "child": [{ + "allButtons": ["新增", "查看", "修改", "删除", "保险信息", "续保通知", "事故记录"], + "appFrontIcon": "cuIcon-pay", + "buttons": ["新增", "查看", "修改", "删除", "保险信息", "续保通知", "事故记录"], + "menu": "车辆档案", + "menuJump": "列表", + "tableName": "cheliangdangan" + }], "menu": "车辆档案管理" + }, { + "child": [{ + "allButtons": ["新增", "查看", "修改", "删除"], + "appFrontIcon": "cuIcon-vipcard", + "buttons": ["查看", "删除"], + "menu": "保险信息", + "menuJump": "列表", + "tableName": "baoxianxinxi" + }], "menu": "保险信息管理" + }, { + "child": [{ + "allButtons": ["新增", "查看", "修改", "删除", "到期次数"], + "appFrontIcon": "cuIcon-present", + "buttons": ["查看", "删除"], + "menu": "续保通知", + "menuJump": "列表", + "tableName": "xubaotongzhi" + }], "menu": "续保通知管理" + }, { + "child": [{ + "allButtons": ["新增", "查看", "修改", "删除", "事故次数"], + "appFrontIcon": "cuIcon-goods", + "buttons": ["查看", "删除"], + "menu": "事故记录", + "menuJump": "列表", + "tableName": "shigujilu" + }], "menu": "事故记录管理" + }, { + "child": [{ + "allButtons": ["新增", "查看", "修改", "删除"], + "appFrontIcon": "el-icon-coins", + "buttons": ["新增", "查看", "修改", "删除"], + "menu": "路线信息", + "menuJump": "列表", + "tableName": "luxianxinxi" + }], "menu": "路线信息管理" + }], + "frontMenu": [], + "hasBackLogin": "是", + "hasBackRegister": "是", + "hasFrontLogin": "否", + "hasFrontRegister": "否", + "roleName": "工作人员", + "tableName": "gongzuorenyuan" + }] + } +} +export default menu; \ No newline at end of file diff --git a/target/classes/admin/admin/src/utils/particles.js b/target/classes/admin/admin/src/utils/particles.js new file mode 100644 index 0000000..325d834 --- /dev/null +++ b/target/classes/admin/admin/src/utils/particles.js @@ -0,0 +1,1541 @@ +/* ----------------------------------------------- +/* Author : Vincent Garreau - vincentgarreau.com +/* MIT license: http://opensource.org/licenses/MIT +/* Demo / Generator : vincentgarreau.com/particles.js +/* GitHub : github.com/VincentGarreau/particles.js +/* How to use? : Check the GitHub README +/* v2.0.0 +/* ----------------------------------------------- */ + +var pJS = function(tag_id, params){ + + var canvas_el = document.querySelector('#'+tag_id+' > .particles-js-canvas-el'); + + /* particles.js variables with default values */ + this.pJS = { + canvas: { + el: canvas_el, + w: canvas_el.offsetWidth, + h: canvas_el.offsetHeight + }, + particles: { + number: { + value: 400, + density: { + enable: true, + value_area: 800 + } + }, + color: { + value: '#fff' + }, + shape: { + type: 'circle', + stroke: { + width: 0, + color: '#ff0000' + }, + polygon: { + nb_sides: 5 + }, + image: { + src: '', + width: 100, + height: 100 + } + }, + opacity: { + value: 1, + random: false, + anim: { + enable: false, + speed: 2, + opacity_min: 0, + sync: false + } + }, + size: { + value: 20, + random: false, + anim: { + enable: false, + speed: 20, + size_min: 0, + sync: false + } + }, + line_linked: { + enable: true, + distance: 100, + color: '#fff', + opacity: 1, + width: 1 + }, + move: { + enable: true, + speed: 2, + direction: 'none', + random: false, + straight: false, + out_mode: 'out', + bounce: false, + attract: { + enable: false, + rotateX: 3000, + rotateY: 3000 + } + }, + array: [] + }, + interactivity: { + detect_on: 'canvas', + events: { + onhover: { + enable: true, + mode: 'grab' + }, + onclick: { + enable: true, + mode: 'push' + }, + resize: true + }, + modes: { + grab:{ + distance: 100, + line_linked:{ + opacity: 1 + } + }, + bubble:{ + distance: 200, + size: 80, + duration: 0.4 + }, + repulse:{ + distance: 200, + duration: 0.4 + }, + push:{ + particles_nb: 4 + }, + remove:{ + particles_nb: 2 + } + }, + mouse:{} + }, + retina_detect: false, + fn: { + interact: {}, + modes: {}, + vendors:{} + }, + tmp: {} + }; + + var pJS = this.pJS; + + /* params settings */ + if(params){ + Object.deepExtend(pJS, params); + } + + pJS.tmp.obj = { + size_value: pJS.particles.size.value, + size_anim_speed: pJS.particles.size.anim.speed, + move_speed: pJS.particles.move.speed, + line_linked_distance: pJS.particles.line_linked.distance, + line_linked_width: pJS.particles.line_linked.width, + mode_grab_distance: pJS.interactivity.modes.grab.distance, + mode_bubble_distance: pJS.interactivity.modes.bubble.distance, + mode_bubble_size: pJS.interactivity.modes.bubble.size, + mode_repulse_distance: pJS.interactivity.modes.repulse.distance + }; + + + pJS.fn.retinaInit = function(){ + + if(pJS.retina_detect && window.devicePixelRatio > 1){ + pJS.canvas.pxratio = window.devicePixelRatio; + pJS.tmp.retina = true; + } + else{ + pJS.canvas.pxratio = 1; + pJS.tmp.retina = false; + } + + pJS.canvas.w = pJS.canvas.el.offsetWidth * pJS.canvas.pxratio; + pJS.canvas.h = pJS.canvas.el.offsetHeight * pJS.canvas.pxratio; + + pJS.particles.size.value = pJS.tmp.obj.size_value * pJS.canvas.pxratio; + pJS.particles.size.anim.speed = pJS.tmp.obj.size_anim_speed * pJS.canvas.pxratio; + pJS.particles.move.speed = pJS.tmp.obj.move_speed * pJS.canvas.pxratio; + pJS.particles.line_linked.distance = pJS.tmp.obj.line_linked_distance * pJS.canvas.pxratio; + pJS.interactivity.modes.grab.distance = pJS.tmp.obj.mode_grab_distance * pJS.canvas.pxratio; + pJS.interactivity.modes.bubble.distance = pJS.tmp.obj.mode_bubble_distance * pJS.canvas.pxratio; + pJS.particles.line_linked.width = pJS.tmp.obj.line_linked_width * pJS.canvas.pxratio; + pJS.interactivity.modes.bubble.size = pJS.tmp.obj.mode_bubble_size * pJS.canvas.pxratio; + pJS.interactivity.modes.repulse.distance = pJS.tmp.obj.mode_repulse_distance * pJS.canvas.pxratio; + + }; + + + + /* ---------- pJS functions - canvas ------------ */ + + pJS.fn.canvasInit = function(){ + pJS.canvas.ctx = pJS.canvas.el.getContext('2d'); + }; + + pJS.fn.canvasSize = function(){ + + pJS.canvas.el.width = pJS.canvas.w; + pJS.canvas.el.height = pJS.canvas.h; + + if(pJS && pJS.interactivity.events.resize){ + + window.addEventListener('resize', function(){ + + pJS.canvas.w = pJS.canvas.el.offsetWidth; + pJS.canvas.h = pJS.canvas.el.offsetHeight; + + /* resize canvas */ + if(pJS.tmp.retina){ + pJS.canvas.w *= pJS.canvas.pxratio; + pJS.canvas.h *= pJS.canvas.pxratio; + } + + pJS.canvas.el.width = pJS.canvas.w; + pJS.canvas.el.height = pJS.canvas.h; + + /* repaint canvas on anim disabled */ + if(!pJS.particles.move.enable){ + pJS.fn.particlesEmpty(); + pJS.fn.particlesCreate(); + pJS.fn.particlesDraw(); + pJS.fn.vendors.densityAutoParticles(); + } + + /* density particles enabled */ + pJS.fn.vendors.densityAutoParticles(); + + }); + + } + + }; + + + pJS.fn.canvasPaint = function(){ + pJS.canvas.ctx.fillRect(0, 0, pJS.canvas.w, pJS.canvas.h); + }; + + pJS.fn.canvasClear = function(){ + pJS.canvas.ctx.clearRect(0, 0, pJS.canvas.w, pJS.canvas.h); + }; + + + /* --------- pJS functions - particles ----------- */ + + pJS.fn.particle = function(color, opacity, position){ + + /* size */ + this.radius = (pJS.particles.size.random ? Math.random() : 1) * pJS.particles.size.value; + if(pJS.particles.size.anim.enable){ + this.size_status = false; + this.vs = pJS.particles.size.anim.speed / 100; + if(!pJS.particles.size.anim.sync){ + this.vs = this.vs * Math.random(); + } + } + + /* position */ + this.x = position ? position.x : Math.random() * pJS.canvas.w; + this.y = position ? position.y : Math.random() * pJS.canvas.h; + + /* check position - into the canvas */ + if(this.x > pJS.canvas.w - this.radius*2) this.x = this.x - this.radius; + else if(this.x < this.radius*2) this.x = this.x + this.radius; + if(this.y > pJS.canvas.h - this.radius*2) this.y = this.y - this.radius; + else if(this.y < this.radius*2) this.y = this.y + this.radius; + + /* check position - avoid overlap */ + if(pJS.particles.move.bounce){ + pJS.fn.vendors.checkOverlap(this, position); + } + + /* color */ + this.color = {}; + if(typeof(color.value) == 'object'){ + + if(color.value instanceof Array){ + var color_selected = color.value[Math.floor(Math.random() * pJS.particles.color.value.length)]; + this.color.rgb = hexToRgb(color_selected); + }else{ + if(color.value.r != undefined && color.value.g != undefined && color.value.b != undefined){ + this.color.rgb = { + r: color.value.r, + g: color.value.g, + b: color.value.b + } + } + if(color.value.h != undefined && color.value.s != undefined && color.value.l != undefined){ + this.color.hsl = { + h: color.value.h, + s: color.value.s, + l: color.value.l + } + } + } + + } + else if(color.value == 'random'){ + this.color.rgb = { + r: (Math.floor(Math.random() * (255 - 0 + 1)) + 0), + g: (Math.floor(Math.random() * (255 - 0 + 1)) + 0), + b: (Math.floor(Math.random() * (255 - 0 + 1)) + 0) + } + } + else if(typeof(color.value) == 'string'){ + this.color = color; + this.color.rgb = hexToRgb(this.color.value); + } + + /* opacity */ + this.opacity = (pJS.particles.opacity.random ? Math.random() : 1) * pJS.particles.opacity.value; + if(pJS.particles.opacity.anim.enable){ + this.opacity_status = false; + this.vo = pJS.particles.opacity.anim.speed / 100; + if(!pJS.particles.opacity.anim.sync){ + this.vo = this.vo * Math.random(); + } + } + + /* animation - velocity for speed */ + var velbase = {} + switch(pJS.particles.move.direction){ + case 'top': + velbase = { x:0, y:-1 }; + break; + case 'top-right': + velbase = { x:0.5, y:-0.5 }; + break; + case 'right': + velbase = { x:1, y:-0 }; + break; + case 'bottom-right': + velbase = { x:0.5, y:0.5 }; + break; + case 'bottom': + velbase = { x:0, y:1 }; + break; + case 'bottom-left': + velbase = { x:-0.5, y:1 }; + break; + case 'left': + velbase = { x:-1, y:0 }; + break; + case 'top-left': + velbase = { x:-0.5, y:-0.5 }; + break; + default: + velbase = { x:0, y:0 }; + break; + } + + if(pJS.particles.move.straight){ + this.vx = velbase.x; + this.vy = velbase.y; + if(pJS.particles.move.random){ + this.vx = this.vx * (Math.random()); + this.vy = this.vy * (Math.random()); + } + }else{ + this.vx = velbase.x + Math.random()-0.5; + this.vy = velbase.y + Math.random()-0.5; + } + + // var theta = 2.0 * Math.PI * Math.random(); + // this.vx = Math.cos(theta); + // this.vy = Math.sin(theta); + + this.vx_i = this.vx; + this.vy_i = this.vy; + + + + /* if shape is image */ + + var shape_type = pJS.particles.shape.type; + if(typeof(shape_type) == 'object'){ + if(shape_type instanceof Array){ + var shape_selected = shape_type[Math.floor(Math.random() * shape_type.length)]; + this.shape = shape_selected; + } + }else{ + this.shape = shape_type; + } + + if(this.shape == 'image'){ + var sh = pJS.particles.shape; + this.img = { + src: sh.image.src, + ratio: sh.image.width / sh.image.height + } + if(!this.img.ratio) this.img.ratio = 1; + if(pJS.tmp.img_type == 'svg' && pJS.tmp.source_svg != undefined){ + pJS.fn.vendors.createSvgImg(this); + if(pJS.tmp.pushing){ + this.img.loaded = false; + } + } + } + + + + }; + + + pJS.fn.particle.prototype.draw = function() { + + var p = this; + + if(p.radius_bubble != undefined){ + var radius = p.radius_bubble; + }else{ + var radius = p.radius; + } + + if(p.opacity_bubble != undefined){ + var opacity = p.opacity_bubble; + }else{ + var opacity = p.opacity; + } + + if(p.color.rgb){ + var color_value = 'rgba('+p.color.rgb.r+','+p.color.rgb.g+','+p.color.rgb.b+','+opacity+')'; + }else{ + var color_value = 'hsla('+p.color.hsl.h+','+p.color.hsl.s+'%,'+p.color.hsl.l+'%,'+opacity+')'; + } + + pJS.canvas.ctx.fillStyle = color_value; + pJS.canvas.ctx.beginPath(); + + switch(p.shape){ + + case 'circle': + pJS.canvas.ctx.arc(p.x, p.y, radius, 0, Math.PI * 2, false); + break; + + case 'edge': + pJS.canvas.ctx.rect(p.x-radius, p.y-radius, radius*2, radius*2); + break; + + case 'triangle': + pJS.fn.vendors.drawShape(pJS.canvas.ctx, p.x-radius, p.y+radius / 1.66, radius*2, 3, 2); + break; + + case 'polygon': + pJS.fn.vendors.drawShape( + pJS.canvas.ctx, + p.x - radius / (pJS.particles.shape.polygon.nb_sides/3.5), // startX + p.y - radius / (2.66/3.5), // startY + radius*2.66 / (pJS.particles.shape.polygon.nb_sides/3), // sideLength + pJS.particles.shape.polygon.nb_sides, // sideCountNumerator + 1 // sideCountDenominator + ); + break; + + case 'star': + pJS.fn.vendors.drawShape( + pJS.canvas.ctx, + p.x - radius*2 / (pJS.particles.shape.polygon.nb_sides/4), // startX + p.y - radius / (2*2.66/3.5), // startY + radius*2*2.66 / (pJS.particles.shape.polygon.nb_sides/3), // sideLength + pJS.particles.shape.polygon.nb_sides, // sideCountNumerator + 2 // sideCountDenominator + ); + break; + + case 'image': + + function draw(){ + pJS.canvas.ctx.drawImage( + img_obj, + p.x-radius, + p.y-radius, + radius*2, + radius*2 / p.img.ratio + ); + } + + if(pJS.tmp.img_type == 'svg'){ + var img_obj = p.img.obj; + }else{ + var img_obj = pJS.tmp.img_obj; + } + + if(img_obj){ + draw(); + } + + break; + + } + + pJS.canvas.ctx.closePath(); + + if(pJS.particles.shape.stroke.width > 0){ + pJS.canvas.ctx.strokeStyle = pJS.particles.shape.stroke.color; + pJS.canvas.ctx.lineWidth = pJS.particles.shape.stroke.width; + pJS.canvas.ctx.stroke(); + } + + pJS.canvas.ctx.fill(); + + }; + + + pJS.fn.particlesCreate = function(){ + for(var i = 0; i < pJS.particles.number.value; i++) { + pJS.particles.array.push(new pJS.fn.particle(pJS.particles.color, pJS.particles.opacity.value)); + } + }; + + pJS.fn.particlesUpdate = function(){ + + for(var i = 0; i < pJS.particles.array.length; i++){ + + /* the particle */ + var p = pJS.particles.array[i]; + + // var d = ( dx = pJS.interactivity.mouse.click_pos_x - p.x ) * dx + ( dy = pJS.interactivity.mouse.click_pos_y - p.y ) * dy; + // var f = -BANG_SIZE / d; + // if ( d < BANG_SIZE ) { + // var t = Math.atan2( dy, dx ); + // p.vx = f * Math.cos(t); + // p.vy = f * Math.sin(t); + // } + + /* move the particle */ + if(pJS.particles.move.enable){ + var ms = pJS.particles.move.speed/2; + p.x += p.vx * ms; + p.y += p.vy * ms; + } + + /* change opacity status */ + if(pJS.particles.opacity.anim.enable) { + if(p.opacity_status == true) { + if(p.opacity >= pJS.particles.opacity.value) p.opacity_status = false; + p.opacity += p.vo; + }else { + if(p.opacity <= pJS.particles.opacity.anim.opacity_min) p.opacity_status = true; + p.opacity -= p.vo; + } + if(p.opacity < 0) p.opacity = 0; + } + + /* change size */ + if(pJS.particles.size.anim.enable){ + if(p.size_status == true){ + if(p.radius >= pJS.particles.size.value) p.size_status = false; + p.radius += p.vs; + }else{ + if(p.radius <= pJS.particles.size.anim.size_min) p.size_status = true; + p.radius -= p.vs; + } + if(p.radius < 0) p.radius = 0; + } + + /* change particle position if it is out of canvas */ + if(pJS.particles.move.out_mode == 'bounce'){ + var new_pos = { + x_left: p.radius, + x_right: pJS.canvas.w, + y_top: p.radius, + y_bottom: pJS.canvas.h + } + }else{ + var new_pos = { + x_left: -p.radius, + x_right: pJS.canvas.w + p.radius, + y_top: -p.radius, + y_bottom: pJS.canvas.h + p.radius + } + } + + if(p.x - p.radius > pJS.canvas.w){ + p.x = new_pos.x_left; + p.y = Math.random() * pJS.canvas.h; + } + else if(p.x + p.radius < 0){ + p.x = new_pos.x_right; + p.y = Math.random() * pJS.canvas.h; + } + if(p.y - p.radius > pJS.canvas.h){ + p.y = new_pos.y_top; + p.x = Math.random() * pJS.canvas.w; + } + else if(p.y + p.radius < 0){ + p.y = new_pos.y_bottom; + p.x = Math.random() * pJS.canvas.w; + } + + /* out of canvas modes */ + switch(pJS.particles.move.out_mode){ + case 'bounce': + if (p.x + p.radius > pJS.canvas.w) p.vx = -p.vx; + else if (p.x - p.radius < 0) p.vx = -p.vx; + if (p.y + p.radius > pJS.canvas.h) p.vy = -p.vy; + else if (p.y - p.radius < 0) p.vy = -p.vy; + break; + } + + /* events */ + if(isInArray('grab', pJS.interactivity.events.onhover.mode)){ + pJS.fn.modes.grabParticle(p); + } + + if(isInArray('bubble', pJS.interactivity.events.onhover.mode) || isInArray('bubble', pJS.interactivity.events.onclick.mode)){ + pJS.fn.modes.bubbleParticle(p); + } + + if(isInArray('repulse', pJS.interactivity.events.onhover.mode) || isInArray('repulse', pJS.interactivity.events.onclick.mode)){ + pJS.fn.modes.repulseParticle(p); + } + + /* interaction auto between particles */ + if(pJS.particles.line_linked.enable || pJS.particles.move.attract.enable){ + for(var j = i + 1; j < pJS.particles.array.length; j++){ + var p2 = pJS.particles.array[j]; + + /* link particles */ + if(pJS.particles.line_linked.enable){ + pJS.fn.interact.linkParticles(p,p2); + } + + /* attract particles */ + if(pJS.particles.move.attract.enable){ + pJS.fn.interact.attractParticles(p,p2); + } + + /* bounce particles */ + if(pJS.particles.move.bounce){ + pJS.fn.interact.bounceParticles(p,p2); + } + + } + } + + + } + + }; + + pJS.fn.particlesDraw = function(){ + + /* clear canvas */ + pJS.canvas.ctx.clearRect(0, 0, pJS.canvas.w, pJS.canvas.h); + + /* update each particles param */ + pJS.fn.particlesUpdate(); + + /* draw each particle */ + for(var i = 0; i < pJS.particles.array.length; i++){ + var p = pJS.particles.array[i]; + p.draw(); + } + + }; + + pJS.fn.particlesEmpty = function(){ + pJS.particles.array = []; + }; + + pJS.fn.particlesRefresh = function(){ + + /* init all */ + cancelRequestAnimFrame(pJS.fn.checkAnimFrame); + cancelRequestAnimFrame(pJS.fn.drawAnimFrame); + pJS.tmp.source_svg = undefined; + pJS.tmp.img_obj = undefined; + pJS.tmp.count_svg = 0; + pJS.fn.particlesEmpty(); + pJS.fn.canvasClear(); + + /* restart */ + pJS.fn.vendors.start(); + + }; + + + /* ---------- pJS functions - particles interaction ------------ */ + + pJS.fn.interact.linkParticles = function(p1, p2){ + + var dx = p1.x - p2.x, + dy = p1.y - p2.y, + dist = Math.sqrt(dx*dx + dy*dy); + + /* draw a line between p1 and p2 if the distance between them is under the config distance */ + if(dist <= pJS.particles.line_linked.distance){ + + var opacity_line = pJS.particles.line_linked.opacity - (dist / (1/pJS.particles.line_linked.opacity)) / pJS.particles.line_linked.distance; + + if(opacity_line > 0){ + + /* style */ + var color_line = pJS.particles.line_linked.color_rgb_line; + pJS.canvas.ctx.strokeStyle = 'rgba('+color_line.r+','+color_line.g+','+color_line.b+','+opacity_line+')'; + pJS.canvas.ctx.lineWidth = pJS.particles.line_linked.width; + //pJS.canvas.ctx.lineCap = 'round'; /* performance issue */ + + /* path */ + pJS.canvas.ctx.beginPath(); + pJS.canvas.ctx.moveTo(p1.x, p1.y); + pJS.canvas.ctx.lineTo(p2.x, p2.y); + pJS.canvas.ctx.stroke(); + pJS.canvas.ctx.closePath(); + + } + + } + + }; + + + pJS.fn.interact.attractParticles = function(p1, p2){ + + /* condensed particles */ + var dx = p1.x - p2.x, + dy = p1.y - p2.y, + dist = Math.sqrt(dx*dx + dy*dy); + + if(dist <= pJS.particles.line_linked.distance){ + + var ax = dx/(pJS.particles.move.attract.rotateX*1000), + ay = dy/(pJS.particles.move.attract.rotateY*1000); + + p1.vx -= ax; + p1.vy -= ay; + + p2.vx += ax; + p2.vy += ay; + + } + + + } + + + pJS.fn.interact.bounceParticles = function(p1, p2){ + + var dx = p1.x - p2.x, + dy = p1.y - p2.y, + dist = Math.sqrt(dx*dx + dy*dy), + dist_p = p1.radius+p2.radius; + + if(dist <= dist_p){ + p1.vx = -p1.vx; + p1.vy = -p1.vy; + + p2.vx = -p2.vx; + p2.vy = -p2.vy; + } + + } + + + /* ---------- pJS functions - modes events ------------ */ + + pJS.fn.modes.pushParticles = function(nb, pos){ + + pJS.tmp.pushing = true; + + for(var i = 0; i < nb; i++){ + pJS.particles.array.push( + new pJS.fn.particle( + pJS.particles.color, + pJS.particles.opacity.value, + { + 'x': pos ? pos.pos_x : Math.random() * pJS.canvas.w, + 'y': pos ? pos.pos_y : Math.random() * pJS.canvas.h + } + ) + ) + if(i == nb-1){ + if(!pJS.particles.move.enable){ + pJS.fn.particlesDraw(); + } + pJS.tmp.pushing = false; + } + } + + }; + + + pJS.fn.modes.removeParticles = function(nb){ + + pJS.particles.array.splice(0, nb); + if(!pJS.particles.move.enable){ + pJS.fn.particlesDraw(); + } + + }; + + + pJS.fn.modes.bubbleParticle = function(p){ + + /* on hover event */ + if(pJS.interactivity.events.onhover.enable && isInArray('bubble', pJS.interactivity.events.onhover.mode)){ + + var dx_mouse = p.x - pJS.interactivity.mouse.pos_x, + dy_mouse = p.y - pJS.interactivity.mouse.pos_y, + dist_mouse = Math.sqrt(dx_mouse*dx_mouse + dy_mouse*dy_mouse), + ratio = 1 - dist_mouse / pJS.interactivity.modes.bubble.distance; + + function init(){ + p.opacity_bubble = p.opacity; + p.radius_bubble = p.radius; + } + + /* mousemove - check ratio */ + if(dist_mouse <= pJS.interactivity.modes.bubble.distance){ + + if(ratio >= 0 && pJS.interactivity.status == 'mousemove'){ + + /* size */ + if(pJS.interactivity.modes.bubble.size != pJS.particles.size.value){ + + if(pJS.interactivity.modes.bubble.size > pJS.particles.size.value){ + var size = p.radius + (pJS.interactivity.modes.bubble.size*ratio); + if(size >= 0){ + p.radius_bubble = size; + } + }else{ + var dif = p.radius - pJS.interactivity.modes.bubble.size, + size = p.radius - (dif*ratio); + if(size > 0){ + p.radius_bubble = size; + }else{ + p.radius_bubble = 0; + } + } + + } + + /* opacity */ + if(pJS.interactivity.modes.bubble.opacity != pJS.particles.opacity.value){ + + if(pJS.interactivity.modes.bubble.opacity > pJS.particles.opacity.value){ + var opacity = pJS.interactivity.modes.bubble.opacity*ratio; + if(opacity > p.opacity && opacity <= pJS.interactivity.modes.bubble.opacity){ + p.opacity_bubble = opacity; + } + }else{ + var opacity = p.opacity - (pJS.particles.opacity.value-pJS.interactivity.modes.bubble.opacity)*ratio; + if(opacity < p.opacity && opacity >= pJS.interactivity.modes.bubble.opacity){ + p.opacity_bubble = opacity; + } + } + + } + + } + + }else{ + init(); + } + + + /* mouseleave */ + if(pJS.interactivity.status == 'mouseleave'){ + init(); + } + + } + + /* on click event */ + else if(pJS.interactivity.events.onclick.enable && isInArray('bubble', pJS.interactivity.events.onclick.mode)){ + + + if(pJS.tmp.bubble_clicking){ + var dx_mouse = p.x - pJS.interactivity.mouse.click_pos_x, + dy_mouse = p.y - pJS.interactivity.mouse.click_pos_y, + dist_mouse = Math.sqrt(dx_mouse*dx_mouse + dy_mouse*dy_mouse), + time_spent = (new Date().getTime() - pJS.interactivity.mouse.click_time)/1000; + + if(time_spent > pJS.interactivity.modes.bubble.duration){ + pJS.tmp.bubble_duration_end = true; + } + + if(time_spent > pJS.interactivity.modes.bubble.duration*2){ + pJS.tmp.bubble_clicking = false; + pJS.tmp.bubble_duration_end = false; + } + } + + + function process(bubble_param, particles_param, p_obj_bubble, p_obj, id){ + + if(bubble_param != particles_param){ + + if(!pJS.tmp.bubble_duration_end){ + if(dist_mouse <= pJS.interactivity.modes.bubble.distance){ + if(p_obj_bubble != undefined) var obj = p_obj_bubble; + else var obj = p_obj; + if(obj != bubble_param){ + var value = p_obj - (time_spent * (p_obj - bubble_param) / pJS.interactivity.modes.bubble.duration); + if(id == 'size') p.radius_bubble = value; + if(id == 'opacity') p.opacity_bubble = value; + } + }else{ + if(id == 'size') p.radius_bubble = undefined; + if(id == 'opacity') p.opacity_bubble = undefined; + } + }else{ + if(p_obj_bubble != undefined){ + var value_tmp = p_obj - (time_spent * (p_obj - bubble_param) / pJS.interactivity.modes.bubble.duration), + dif = bubble_param - value_tmp; + value = bubble_param + dif; + if(id == 'size') p.radius_bubble = value; + if(id == 'opacity') p.opacity_bubble = value; + } + } + + } + + } + + if(pJS.tmp.bubble_clicking){ + /* size */ + process(pJS.interactivity.modes.bubble.size, pJS.particles.size.value, p.radius_bubble, p.radius, 'size'); + /* opacity */ + process(pJS.interactivity.modes.bubble.opacity, pJS.particles.opacity.value, p.opacity_bubble, p.opacity, 'opacity'); + } + + } + + }; + + + pJS.fn.modes.repulseParticle = function(p){ + + if(pJS.interactivity.events.onhover.enable && isInArray('repulse', pJS.interactivity.events.onhover.mode) && pJS.interactivity.status == 'mousemove') { + + var dx_mouse = p.x - pJS.interactivity.mouse.pos_x, + dy_mouse = p.y - pJS.interactivity.mouse.pos_y, + dist_mouse = Math.sqrt(dx_mouse*dx_mouse + dy_mouse*dy_mouse); + + var normVec = {x: dx_mouse/dist_mouse, y: dy_mouse/dist_mouse}, + repulseRadius = pJS.interactivity.modes.repulse.distance, + velocity = 100, + repulseFactor = clamp((1/repulseRadius)*(-1*Math.pow(dist_mouse/repulseRadius,2)+1)*repulseRadius*velocity, 0, 50); + + var pos = { + x: p.x + normVec.x * repulseFactor, + y: p.y + normVec.y * repulseFactor + } + + if(pJS.particles.move.out_mode == 'bounce'){ + if(pos.x - p.radius > 0 && pos.x + p.radius < pJS.canvas.w) p.x = pos.x; + if(pos.y - p.radius > 0 && pos.y + p.radius < pJS.canvas.h) p.y = pos.y; + }else{ + p.x = pos.x; + p.y = pos.y; + } + + } + + + else if(pJS.interactivity.events.onclick.enable && isInArray('repulse', pJS.interactivity.events.onclick.mode)) { + + if(!pJS.tmp.repulse_finish){ + pJS.tmp.repulse_count++; + if(pJS.tmp.repulse_count == pJS.particles.array.length){ + pJS.tmp.repulse_finish = true; + } + } + + if(pJS.tmp.repulse_clicking){ + + var repulseRadius = Math.pow(pJS.interactivity.modes.repulse.distance/6, 3); + + var dx = pJS.interactivity.mouse.click_pos_x - p.x, + dy = pJS.interactivity.mouse.click_pos_y - p.y, + d = dx*dx + dy*dy; + + var force = -repulseRadius / d * 1; + + function process(){ + + var f = Math.atan2(dy,dx); + p.vx = force * Math.cos(f); + p.vy = force * Math.sin(f); + + if(pJS.particles.move.out_mode == 'bounce'){ + var pos = { + x: p.x + p.vx, + y: p.y + p.vy + } + if (pos.x + p.radius > pJS.canvas.w) p.vx = -p.vx; + else if (pos.x - p.radius < 0) p.vx = -p.vx; + if (pos.y + p.radius > pJS.canvas.h) p.vy = -p.vy; + else if (pos.y - p.radius < 0) p.vy = -p.vy; + } + + } + + // default + if(d <= repulseRadius){ + process(); + } + + // bang - slow motion mode + // if(!pJS.tmp.repulse_finish){ + // if(d <= repulseRadius){ + // process(); + // } + // }else{ + // process(); + // } + + + }else{ + + if(pJS.tmp.repulse_clicking == false){ + + p.vx = p.vx_i; + p.vy = p.vy_i; + + } + + } + + } + + } + + + pJS.fn.modes.grabParticle = function(p){ + + if(pJS.interactivity.events.onhover.enable && pJS.interactivity.status == 'mousemove'){ + + var dx_mouse = p.x - pJS.interactivity.mouse.pos_x, + dy_mouse = p.y - pJS.interactivity.mouse.pos_y, + dist_mouse = Math.sqrt(dx_mouse*dx_mouse + dy_mouse*dy_mouse); + + /* draw a line between the cursor and the particle if the distance between them is under the config distance */ + if(dist_mouse <= pJS.interactivity.modes.grab.distance){ + + var opacity_line = pJS.interactivity.modes.grab.line_linked.opacity - (dist_mouse / (1/pJS.interactivity.modes.grab.line_linked.opacity)) / pJS.interactivity.modes.grab.distance; + + if(opacity_line > 0){ + + /* style */ + var color_line = pJS.particles.line_linked.color_rgb_line; + pJS.canvas.ctx.strokeStyle = 'rgba('+color_line.r+','+color_line.g+','+color_line.b+','+opacity_line+')'; + pJS.canvas.ctx.lineWidth = pJS.particles.line_linked.width; + //pJS.canvas.ctx.lineCap = 'round'; /* performance issue */ + + /* path */ + pJS.canvas.ctx.beginPath(); + pJS.canvas.ctx.moveTo(p.x, p.y); + pJS.canvas.ctx.lineTo(pJS.interactivity.mouse.pos_x, pJS.interactivity.mouse.pos_y); + pJS.canvas.ctx.stroke(); + pJS.canvas.ctx.closePath(); + + } + + } + + } + + }; + + + + /* ---------- pJS functions - vendors ------------ */ + + pJS.fn.vendors.eventsListeners = function(){ + + /* events target element */ + if(pJS.interactivity.detect_on == 'window'){ + pJS.interactivity.el = window; + }else{ + pJS.interactivity.el = pJS.canvas.el; + } + + + /* detect mouse pos - on hover / click event */ + if(pJS.interactivity.events.onhover.enable || pJS.interactivity.events.onclick.enable){ + + /* el on mousemove */ + pJS.interactivity.el.addEventListener('mousemove', function(e){ + + if(pJS.interactivity.el == window){ + var pos_x = e.clientX, + pos_y = e.clientY; + } + else{ + var pos_x = e.offsetX || e.clientX, + pos_y = e.offsetY || e.clientY; + } + + pJS.interactivity.mouse.pos_x = pos_x; + pJS.interactivity.mouse.pos_y = pos_y; + + if(pJS.tmp.retina){ + pJS.interactivity.mouse.pos_x *= pJS.canvas.pxratio; + pJS.interactivity.mouse.pos_y *= pJS.canvas.pxratio; + } + + pJS.interactivity.status = 'mousemove'; + + }); + + /* el on onmouseleave */ + pJS.interactivity.el.addEventListener('mouseleave', function(e){ + + pJS.interactivity.mouse.pos_x = null; + pJS.interactivity.mouse.pos_y = null; + pJS.interactivity.status = 'mouseleave'; + + }); + + } + + /* on click event */ + if(pJS.interactivity.events.onclick.enable){ + + pJS.interactivity.el.addEventListener('click', function(){ + + pJS.interactivity.mouse.click_pos_x = pJS.interactivity.mouse.pos_x; + pJS.interactivity.mouse.click_pos_y = pJS.interactivity.mouse.pos_y; + pJS.interactivity.mouse.click_time = new Date().getTime(); + + if(pJS.interactivity.events.onclick.enable){ + + switch(pJS.interactivity.events.onclick.mode){ + + case 'push': + if(pJS.particles.move.enable){ + pJS.fn.modes.pushParticles(pJS.interactivity.modes.push.particles_nb, pJS.interactivity.mouse); + }else{ + if(pJS.interactivity.modes.push.particles_nb == 1){ + pJS.fn.modes.pushParticles(pJS.interactivity.modes.push.particles_nb, pJS.interactivity.mouse); + } + else if(pJS.interactivity.modes.push.particles_nb > 1){ + pJS.fn.modes.pushParticles(pJS.interactivity.modes.push.particles_nb); + } + } + break; + + case 'remove': + pJS.fn.modes.removeParticles(pJS.interactivity.modes.remove.particles_nb); + break; + + case 'bubble': + pJS.tmp.bubble_clicking = true; + break; + + case 'repulse': + pJS.tmp.repulse_clicking = true; + pJS.tmp.repulse_count = 0; + pJS.tmp.repulse_finish = false; + setTimeout(function(){ + pJS.tmp.repulse_clicking = false; + }, pJS.interactivity.modes.repulse.duration*1000) + break; + + } + + } + + }); + + } + + + }; + + pJS.fn.vendors.densityAutoParticles = function(){ + + if(pJS.particles.number.density.enable){ + + /* calc area */ + var area = pJS.canvas.el.width * pJS.canvas.el.height / 1000; + if(pJS.tmp.retina){ + area = area/(pJS.canvas.pxratio*2); + } + + /* calc number of particles based on density area */ + var nb_particles = area * pJS.particles.number.value / pJS.particles.number.density.value_area; + + /* add or remove X particles */ + var missing_particles = pJS.particles.array.length - nb_particles; + if(missing_particles < 0) pJS.fn.modes.pushParticles(Math.abs(missing_particles)); + else pJS.fn.modes.removeParticles(missing_particles); + + } + + }; + + + pJS.fn.vendors.checkOverlap = function(p1, position){ + for(var i = 0; i < pJS.particles.array.length; i++){ + var p2 = pJS.particles.array[i]; + + var dx = p1.x - p2.x, + dy = p1.y - p2.y, + dist = Math.sqrt(dx*dx + dy*dy); + + if(dist <= p1.radius + p2.radius){ + p1.x = position ? position.x : Math.random() * pJS.canvas.w; + p1.y = position ? position.y : Math.random() * pJS.canvas.h; + pJS.fn.vendors.checkOverlap(p1); + } + } + }; + + + pJS.fn.vendors.createSvgImg = function(p){ + + /* set color to svg element */ + var svgXml = pJS.tmp.source_svg, + rgbHex = /#([0-9A-F]{3,6})/gi, + coloredSvgXml = svgXml.replace(rgbHex, function (m, r, g, b) { + if(p.color.rgb){ + var color_value = 'rgba('+p.color.rgb.r+','+p.color.rgb.g+','+p.color.rgb.b+','+p.opacity+')'; + }else{ + var color_value = 'hsla('+p.color.hsl.h+','+p.color.hsl.s+'%,'+p.color.hsl.l+'%,'+p.opacity+')'; + } + return color_value; + }); + + /* prepare to create img with colored svg */ + var svg = new Blob([coloredSvgXml], {type: 'image/svg+xml;charset=utf-8'}), + DOMURL = window.URL || window.webkitURL || window, + url = DOMURL.createObjectURL(svg); + + /* create particle img obj */ + var img = new Image(); + img.addEventListener('load', function(){ + p.img.obj = img; + p.img.loaded = true; + DOMURL.revokeObjectURL(url); + pJS.tmp.count_svg++; + }); + img.src = url; + + }; + + + pJS.fn.vendors.destroypJS = function(){ + cancelAnimationFrame(pJS.fn.drawAnimFrame); + canvas_el.remove(); + pJSDom = null; + }; + + + pJS.fn.vendors.drawShape = function(c, startX, startY, sideLength, sideCountNumerator, sideCountDenominator){ + + // By Programming Thomas - https://programmingthomas.wordpress.com/2013/04/03/n-sided-shapes/ + var sideCount = sideCountNumerator * sideCountDenominator; + var decimalSides = sideCountNumerator / sideCountDenominator; + var interiorAngleDegrees = (180 * (decimalSides - 2)) / decimalSides; + var interiorAngle = Math.PI - Math.PI * interiorAngleDegrees / 180; // convert to radians + c.save(); + c.beginPath(); + c.translate(startX, startY); + c.moveTo(0,0); + for (var i = 0; i < sideCount; i++) { + c.lineTo(sideLength,0); + c.translate(sideLength,0); + c.rotate(interiorAngle); + } + //c.stroke(); + c.fill(); + c.restore(); + + }; + + pJS.fn.vendors.exportImg = function(){ + window.open(pJS.canvas.el.toDataURL('image/png'), '_blank'); + }; + + + pJS.fn.vendors.loadImg = function(type){ + + pJS.tmp.img_error = undefined; + + if(pJS.particles.shape.image.src != ''){ + + if(type == 'svg'){ + + var xhr = new XMLHttpRequest(); + xhr.open('GET', pJS.particles.shape.image.src); + xhr.onreadystatechange = function (data) { + if(xhr.readyState == 4){ + if(xhr.status == 200){ + pJS.tmp.source_svg = data.currentTarget.response; + pJS.fn.vendors.checkBeforeDraw(); + }else{ + console.log('Error pJS - Image not found'); + pJS.tmp.img_error = true; + } + } + } + xhr.send(); + + }else{ + + var img = new Image(); + img.addEventListener('load', function(){ + pJS.tmp.img_obj = img; + pJS.fn.vendors.checkBeforeDraw(); + }); + img.src = pJS.particles.shape.image.src; + + } + + }else{ + console.log('Error pJS - No image.src'); + pJS.tmp.img_error = true; + } + + }; + + + pJS.fn.vendors.draw = function(){ + + if(pJS.particles.shape.type == 'image'){ + + if(pJS.tmp.img_type == 'svg'){ + + if(pJS.tmp.count_svg >= pJS.particles.number.value){ + pJS.fn.particlesDraw(); + if(!pJS.particles.move.enable) cancelRequestAnimFrame(pJS.fn.drawAnimFrame); + else pJS.fn.drawAnimFrame = requestAnimFrame(pJS.fn.vendors.draw); + }else{ + //console.log('still loading...'); + if(!pJS.tmp.img_error) pJS.fn.drawAnimFrame = requestAnimFrame(pJS.fn.vendors.draw); + } + + }else{ + + if(pJS.tmp.img_obj != undefined){ + pJS.fn.particlesDraw(); + if(!pJS.particles.move.enable) cancelRequestAnimFrame(pJS.fn.drawAnimFrame); + else pJS.fn.drawAnimFrame = requestAnimFrame(pJS.fn.vendors.draw); + }else{ + if(!pJS.tmp.img_error) pJS.fn.drawAnimFrame = requestAnimFrame(pJS.fn.vendors.draw); + } + + } + + }else{ + pJS.fn.particlesDraw(); + if(!pJS.particles.move.enable) cancelRequestAnimFrame(pJS.fn.drawAnimFrame); + else pJS.fn.drawAnimFrame = requestAnimFrame(pJS.fn.vendors.draw); + } + + }; + + + pJS.fn.vendors.checkBeforeDraw = function(){ + + // if shape is image + if(pJS.particles.shape.type == 'image'){ + + if(pJS.tmp.img_type == 'svg' && pJS.tmp.source_svg == undefined){ + pJS.tmp.checkAnimFrame = requestAnimFrame(check); + }else{ + //console.log('images loaded! cancel check'); + cancelRequestAnimFrame(pJS.tmp.checkAnimFrame); + if(!pJS.tmp.img_error){ + pJS.fn.vendors.init(); + pJS.fn.vendors.draw(); + } + + } + + }else{ + pJS.fn.vendors.init(); + pJS.fn.vendors.draw(); + } + + }; + + + pJS.fn.vendors.init = function(){ + + /* init canvas + particles */ + pJS.fn.retinaInit(); + pJS.fn.canvasInit(); + pJS.fn.canvasSize(); + pJS.fn.canvasPaint(); + pJS.fn.particlesCreate(); + pJS.fn.vendors.densityAutoParticles(); + + /* particles.line_linked - convert hex colors to rgb */ + pJS.particles.line_linked.color_rgb_line = hexToRgb(pJS.particles.line_linked.color); + + }; + + + pJS.fn.vendors.start = function(){ + + if(isInArray('image', pJS.particles.shape.type)){ + pJS.tmp.img_type = pJS.particles.shape.image.src.substr(pJS.particles.shape.image.src.length - 3); + pJS.fn.vendors.loadImg(pJS.tmp.img_type); + }else{ + pJS.fn.vendors.checkBeforeDraw(); + } + + }; + + + + + /* ---------- pJS - start ------------ */ + + + pJS.fn.vendors.eventsListeners(); + + pJS.fn.vendors.start(); + + + +}; + +/* ---------- global functions - vendors ------------ */ + +Object.deepExtend = function(destination, source) { + for (var property in source) { + if (source[property] && source[property].constructor && + source[property].constructor === Object) { + destination[property] = destination[property] || {}; + arguments.callee(destination[property], source[property]); + } else { + destination[property] = source[property]; + } + } + return destination; +}; + +window.requestAnimFrame = (function(){ + return window.requestAnimationFrame || + window.webkitRequestAnimationFrame || + window.mozRequestAnimationFrame || + window.oRequestAnimationFrame || + window.msRequestAnimationFrame || + function(callback){ + window.setTimeout(callback, 1000 / 60); + }; +})(); + +window.cancelRequestAnimFrame = ( function() { + return window.cancelAnimationFrame || + window.webkitCancelRequestAnimationFrame || + window.mozCancelRequestAnimationFrame || + window.oCancelRequestAnimationFrame || + window.msCancelRequestAnimationFrame || + clearTimeout +} )(); + +function hexToRgb(hex){ + // By Tim Down - http://stackoverflow.com/a/5624139/3493650 + // Expand shorthand form (e.g. "03F") to full form (e.g. "0033FF") + var shorthandRegex = /^#?([a-f\d])([a-f\d])([a-f\d])$/i; + hex = hex.replace(shorthandRegex, function(m, r, g, b) { + return r + r + g + g + b + b; + }); + var result = /^#?([a-f\d]{2})([a-f\d]{2})([a-f\d]{2})$/i.exec(hex); + return result ? { + r: parseInt(result[1], 16), + g: parseInt(result[2], 16), + b: parseInt(result[3], 16) + } : null; +}; + +function clamp(number, min, max) { + return Math.min(Math.max(number, min), max); +}; + +function isInArray(value, array) { + return array.indexOf(value) > -1; +} + + +/* ---------- particles.js functions - start ------------ */ + +window.pJSDom = []; + +window.particlesJS = function(tag_id, params){ + + //console.log(params); + + /* no string id? so it's object params, and set the id with default id */ + if(typeof(tag_id) != 'string'){ + params = tag_id; + tag_id = 'particles-js'; + } + + /* no id? set the id to default id */ + if(!tag_id){ + tag_id = 'particles-js'; + } + + /* pJS elements */ + var pJS_tag = document.getElementById(tag_id), + pJS_canvas_class = 'particles-js-canvas-el', + exist_canvas = pJS_tag.getElementsByClassName(pJS_canvas_class); + + /* remove canvas if exists into the pJS target tag */ + if(exist_canvas.length){ + while(exist_canvas.length > 0){ + pJS_tag.removeChild(exist_canvas[0]); + } + } + + /* create canvas element */ + var canvas_el = document.createElement('canvas'); + canvas_el.className = pJS_canvas_class; + + /* set size canvas */ + canvas_el.style.width = "100%"; + canvas_el.style.height = "100%"; + + /* append canvas */ + var canvas = document.getElementById(tag_id).appendChild(canvas_el); + + /* launch particle.js */ + if(canvas != null){ + pJSDom.push(new pJS(tag_id, params)); + } + +}; + +window.particlesJS.load = function(tag_id, path_config_json, callback){ + + /* load json config */ + var xhr = new XMLHttpRequest(); + xhr.open('GET', path_config_json); + xhr.onreadystatechange = function (data) { + if(xhr.readyState == 4){ + if(xhr.status == 200){ + var params = JSON.parse(data.currentTarget.response); + window.particlesJS(tag_id, params); + if(callback) callback(); + }else{ + console.log('Error pJS - XMLHttpRequest status: '+xhr.status); + console.log('Error pJS - File config not found'); + } + } + }; + xhr.send(); + +}; \ No newline at end of file diff --git a/target/classes/admin/admin/src/utils/storage.js b/target/classes/admin/admin/src/utils/storage.js new file mode 100644 index 0000000..1ef903b --- /dev/null +++ b/target/classes/admin/admin/src/utils/storage.js @@ -0,0 +1,18 @@ +const storage = { + set(key, value) { + localStorage.setItem(key, JSON.stringify(value)); + }, + get(key) { + return localStorage.getItem(key)?localStorage.getItem(key).replace('"','').replace('"',''):""; + }, + getObj(key) { + return localStorage.getItem(key)?JSON.parse(localStorage.getItem(key)):null; + }, + remove(key) { + localStorage.removeItem(key); + }, + clear() { + localStorage.clear(); + } +} +export default storage; diff --git a/target/classes/admin/admin/src/utils/utils.js b/target/classes/admin/admin/src/utils/utils.js new file mode 100644 index 0000000..73c6b92 --- /dev/null +++ b/target/classes/admin/admin/src/utils/utils.js @@ -0,0 +1,61 @@ +import storage from './storage'; +import menu from './menu'; +/** + * 是否有权限 + * @param {*} key + */ +export function isAuth(tableName,key) { + let role = storage.get("role"); + if(!role){ + role = '管理员'; + } + let menus = menu.list(); + for(let i=0;i +
+ +
出错了...页面失踪了
+
+ 返回 +
+
+ + + + + + diff --git a/target/classes/admin/admin/src/views/board.vue b/target/classes/admin/admin/src/views/board.vue new file mode 100644 index 0000000..e69de29 diff --git a/target/classes/admin/admin/src/views/center.vue b/target/classes/admin/admin/src/views/center.vue new file mode 100644 index 0000000..6593afc --- /dev/null +++ b/target/classes/admin/admin/src/views/center.vue @@ -0,0 +1,415 @@ + + + diff --git a/target/classes/admin/admin/src/views/home.vue b/target/classes/admin/admin/src/views/home.vue new file mode 100644 index 0000000..6ba815a --- /dev/null +++ b/target/classes/admin/admin/src/views/home.vue @@ -0,0 +1,509 @@ + + + diff --git a/target/classes/admin/admin/src/views/index.vue b/target/classes/admin/admin/src/views/index.vue new file mode 100644 index 0000000..31a380c --- /dev/null +++ b/target/classes/admin/admin/src/views/index.vue @@ -0,0 +1,25 @@ + + + + diff --git a/target/classes/admin/admin/src/views/login.vue b/target/classes/admin/admin/src/views/login.vue new file mode 100644 index 0000000..894074d --- /dev/null +++ b/target/classes/admin/admin/src/views/login.vue @@ -0,0 +1,200 @@ + + + + diff --git a/target/classes/admin/admin/src/views/modules/baoxianxinxi/add-or-update.vue b/target/classes/admin/admin/src/views/modules/baoxianxinxi/add-or-update.vue new file mode 100644 index 0000000..f1621f4 --- /dev/null +++ b/target/classes/admin/admin/src/views/modules/baoxianxinxi/add-or-update.vue @@ -0,0 +1,900 @@ + + + diff --git a/target/classes/admin/admin/src/views/modules/baoxianxinxi/list.vue b/target/classes/admin/admin/src/views/modules/baoxianxinxi/list.vue new file mode 100644 index 0000000..3d0c584 --- /dev/null +++ b/target/classes/admin/admin/src/views/modules/baoxianxinxi/list.vue @@ -0,0 +1,1228 @@ + + + + diff --git a/target/classes/admin/admin/src/views/modules/cheliangdangan/add-or-update.vue b/target/classes/admin/admin/src/views/modules/cheliangdangan/add-or-update.vue new file mode 100644 index 0000000..f972cab --- /dev/null +++ b/target/classes/admin/admin/src/views/modules/cheliangdangan/add-or-update.vue @@ -0,0 +1,1002 @@ + + + diff --git a/target/classes/admin/admin/src/views/modules/cheliangdangan/list.vue b/target/classes/admin/admin/src/views/modules/cheliangdangan/list.vue new file mode 100644 index 0000000..388e41f --- /dev/null +++ b/target/classes/admin/admin/src/views/modules/cheliangdangan/list.vue @@ -0,0 +1,1358 @@ + + + + diff --git a/target/classes/admin/admin/src/views/modules/config/add-or-update.vue b/target/classes/admin/admin/src/views/modules/config/add-or-update.vue new file mode 100644 index 0000000..15e0522 --- /dev/null +++ b/target/classes/admin/admin/src/views/modules/config/add-or-update.vue @@ -0,0 +1,633 @@ + + + diff --git a/target/classes/admin/admin/src/views/modules/config/list.vue b/target/classes/admin/admin/src/views/modules/config/list.vue new file mode 100644 index 0000000..743b5a3 --- /dev/null +++ b/target/classes/admin/admin/src/views/modules/config/list.vue @@ -0,0 +1,1082 @@ + + + + diff --git a/target/classes/admin/admin/src/views/modules/fafangpaizhao/add-or-update.vue b/target/classes/admin/admin/src/views/modules/fafangpaizhao/add-or-update.vue new file mode 100644 index 0000000..bc20708 --- /dev/null +++ b/target/classes/admin/admin/src/views/modules/fafangpaizhao/add-or-update.vue @@ -0,0 +1,763 @@ + + + diff --git a/target/classes/admin/admin/src/views/modules/fafangpaizhao/list.vue b/target/classes/admin/admin/src/views/modules/fafangpaizhao/list.vue new file mode 100644 index 0000000..f615bb1 --- /dev/null +++ b/target/classes/admin/admin/src/views/modules/fafangpaizhao/list.vue @@ -0,0 +1,1130 @@ + + + + diff --git a/target/classes/admin/admin/src/views/modules/gonggaoxinxi/add-or-update.vue b/target/classes/admin/admin/src/views/modules/gonggaoxinxi/add-or-update.vue new file mode 100644 index 0000000..3bd0c3e --- /dev/null +++ b/target/classes/admin/admin/src/views/modules/gonggaoxinxi/add-or-update.vue @@ -0,0 +1,693 @@ + + + diff --git a/target/classes/admin/admin/src/views/modules/gonggaoxinxi/list.vue b/target/classes/admin/admin/src/views/modules/gonggaoxinxi/list.vue new file mode 100644 index 0000000..95e7e27 --- /dev/null +++ b/target/classes/admin/admin/src/views/modules/gonggaoxinxi/list.vue @@ -0,0 +1,1080 @@ + + + + diff --git a/target/classes/admin/admin/src/views/modules/gongzuorenyuan/add-or-update.vue b/target/classes/admin/admin/src/views/modules/gongzuorenyuan/add-or-update.vue new file mode 100644 index 0000000..5fed3c4 --- /dev/null +++ b/target/classes/admin/admin/src/views/modules/gongzuorenyuan/add-or-update.vue @@ -0,0 +1,732 @@ + + + diff --git a/target/classes/admin/admin/src/views/modules/gongzuorenyuan/list.vue b/target/classes/admin/admin/src/views/modules/gongzuorenyuan/list.vue new file mode 100644 index 0000000..1ee40b0 --- /dev/null +++ b/target/classes/admin/admin/src/views/modules/gongzuorenyuan/list.vue @@ -0,0 +1,1228 @@ + + + + diff --git a/target/classes/admin/admin/src/views/modules/guapaishenqing/add-or-update.vue b/target/classes/admin/admin/src/views/modules/guapaishenqing/add-or-update.vue new file mode 100644 index 0000000..4c1ba67 --- /dev/null +++ b/target/classes/admin/admin/src/views/modules/guapaishenqing/add-or-update.vue @@ -0,0 +1,812 @@ + + + diff --git a/target/classes/admin/admin/src/views/modules/guapaishenqing/list.vue b/target/classes/admin/admin/src/views/modules/guapaishenqing/list.vue new file mode 100644 index 0000000..e436e92 --- /dev/null +++ b/target/classes/admin/admin/src/views/modules/guapaishenqing/list.vue @@ -0,0 +1,1280 @@ + + + + diff --git a/target/classes/admin/admin/src/views/modules/jiashiyuan/add-or-update.vue b/target/classes/admin/admin/src/views/modules/jiashiyuan/add-or-update.vue new file mode 100644 index 0000000..3e44510 --- /dev/null +++ b/target/classes/admin/admin/src/views/modules/jiashiyuan/add-or-update.vue @@ -0,0 +1,765 @@ + + + diff --git a/target/classes/admin/admin/src/views/modules/jiashiyuan/list.vue b/target/classes/admin/admin/src/views/modules/jiashiyuan/list.vue new file mode 100644 index 0000000..08207a3 --- /dev/null +++ b/target/classes/admin/admin/src/views/modules/jiashiyuan/list.vue @@ -0,0 +1,1158 @@ + + + + diff --git a/target/classes/admin/admin/src/views/modules/luxianxinxi/add-or-update.vue b/target/classes/admin/admin/src/views/modules/luxianxinxi/add-or-update.vue new file mode 100644 index 0000000..7b372cd --- /dev/null +++ b/target/classes/admin/admin/src/views/modules/luxianxinxi/add-or-update.vue @@ -0,0 +1,762 @@ + + + \ No newline at end of file diff --git a/target/classes/admin/admin/src/views/modules/luxianxinxi/list.vue b/target/classes/admin/admin/src/views/modules/luxianxinxi/list.vue new file mode 100644 index 0000000..e9f8e37 --- /dev/null +++ b/target/classes/admin/admin/src/views/modules/luxianxinxi/list.vue @@ -0,0 +1,1403 @@ + + + + diff --git a/target/classes/admin/admin/src/views/modules/shigujilu/add-or-update.vue b/target/classes/admin/admin/src/views/modules/shigujilu/add-or-update.vue new file mode 100644 index 0000000..7a639d9 --- /dev/null +++ b/target/classes/admin/admin/src/views/modules/shigujilu/add-or-update.vue @@ -0,0 +1,902 @@ + + + diff --git a/target/classes/admin/admin/src/views/modules/shigujilu/list.vue b/target/classes/admin/admin/src/views/modules/shigujilu/list.vue new file mode 100644 index 0000000..2500642 --- /dev/null +++ b/target/classes/admin/admin/src/views/modules/shigujilu/list.vue @@ -0,0 +1,1264 @@ + + + + diff --git a/target/classes/admin/admin/src/views/modules/users/add-or-update.vue b/target/classes/admin/admin/src/views/modules/users/add-or-update.vue new file mode 100644 index 0000000..f84c6bb --- /dev/null +++ b/target/classes/admin/admin/src/views/modules/users/add-or-update.vue @@ -0,0 +1,607 @@ + + + diff --git a/target/classes/admin/admin/src/views/modules/users/list.vue b/target/classes/admin/admin/src/views/modules/users/list.vue new file mode 100644 index 0000000..cfec4be --- /dev/null +++ b/target/classes/admin/admin/src/views/modules/users/list.vue @@ -0,0 +1,1103 @@ + + + + diff --git a/target/classes/admin/admin/src/views/modules/xubaotongzhi/add-or-update.vue b/target/classes/admin/admin/src/views/modules/xubaotongzhi/add-or-update.vue new file mode 100644 index 0000000..cbce02b --- /dev/null +++ b/target/classes/admin/admin/src/views/modules/xubaotongzhi/add-or-update.vue @@ -0,0 +1,766 @@ + + + diff --git a/target/classes/admin/admin/src/views/modules/xubaotongzhi/list.vue b/target/classes/admin/admin/src/views/modules/xubaotongzhi/list.vue new file mode 100644 index 0000000..625fd86 --- /dev/null +++ b/target/classes/admin/admin/src/views/modules/xubaotongzhi/list.vue @@ -0,0 +1,1220 @@ + + + + diff --git a/target/classes/admin/admin/src/views/pay.vue b/target/classes/admin/admin/src/views/pay.vue new file mode 100644 index 0000000..72f4e9e --- /dev/null +++ b/target/classes/admin/admin/src/views/pay.vue @@ -0,0 +1,162 @@ + + + diff --git a/target/classes/admin/admin/src/views/register.vue b/target/classes/admin/admin/src/views/register.vue new file mode 100644 index 0000000..017df2c --- /dev/null +++ b/target/classes/admin/admin/src/views/register.vue @@ -0,0 +1,454 @@ + + + + + diff --git a/target/classes/admin/admin/src/views/update-password.vue b/target/classes/admin/admin/src/views/update-password.vue new file mode 100644 index 0000000..13404ba --- /dev/null +++ b/target/classes/admin/admin/src/views/update-password.vue @@ -0,0 +1,297 @@ + + + diff --git a/target/classes/admin/admin/vue.config.js b/target/classes/admin/admin/vue.config.js new file mode 100644 index 0000000..a7490fb --- /dev/null +++ b/target/classes/admin/admin/vue.config.js @@ -0,0 +1,63 @@ +// var webpack = require('webpack'); +//vue2 +const path = require('path') +function resolve(dir) { + return path.join(__dirname, dir) +} +function publicPath(){ + if (process.env.NODE_ENV == 'production') { + return "././"; + } else { + return "/"; + } +} +// vue.config.js +module.exports = { + // publicPath:"././", + publicPath: publicPath(), + // 国际化配置 使用其它语言,默认情况下中文语言包依旧是被引入的 + configureWebpack: { + // plugins: [ + // new webpack.NormalModuleReplacementPlugin(/element-ui[\/\\]lib[\/\\]locale[\/\\]lang[\/\\]zh-CN/, 'element-ui/lib/locale/lang/en') + // ] + resolve: { + alias: { + '@': resolve('src') + } + } + }, +lintOnSave: false, + devServer: { + host: "0.0.0.0", //指定使用一个 host。默认是 localhost,这里默认值即可 + port: 8081, //指定端口 + hot: true, // 开启热更新 + https: false, // 是否开启https模式 + proxy: { // 请求代理服务器 + '/springbootbv4939cb': { //带上api前缀的 + target: 'http://localhost:8080/springbootbv4939cb/', //代理目标地址 + changeOrigin: true, + secure: false, + pathRewrite: { // 在发出请求后将/api替换为''空值,这样不影响接口请求 + '^/springbootbv4939cb': '' + } + } + } + }, +chainWebpack(config) { + config.module + .rule('svg') + .exclude.add(resolve('src/icons')) + .end() + config.module + .rule('icons') + .test(/\.svg$/) + .include.add(resolve('src/icons')) + .end() + .use('svg-sprite-loader') + .loader('svg-sprite-loader') + .options({ + symbolId: 'icon-[name]' + }) + .end() +} +} diff --git a/target/classes/application.yml b/target/classes/application.yml new file mode 100644 index 0000000..e82f839 --- /dev/null +++ b/target/classes/application.yml @@ -0,0 +1,53 @@ +# Tomcat +server: + tomcat: + uri-encoding: UTF-8 + port: 8080 + servlet: + context-path: /springbootbv4939cb + + +spring: + datasource: + driverClassName: com.mysql.cj.jdbc.Driver + url: jdbc:mysql://127.0.0.1:3306/springbootbv4939cb?useUnicode=true&characterEncoding=utf-8&useJDBCCompliantTimezoneShift=true&useLegacyDatetimeCode=false&serverTimezone=GMT%2B8&useSSL=false + username: root + password: 123456 + +# driverClassName: com.microsoft.sqlserver.jdbc.SQLServerDriver +# url: jdbc:sqlserver://127.0.0.1:1433;DatabaseName=springbootbv4939cb +# username: sa +# password: 123456 + + servlet: + multipart: + max-file-size: 300MB + max-request-size: 300MB + resources: + static-locations: classpath:static/,file:static/ + +#mybatis +mybatis-plus: + mapper-locations: classpath*:mapper/*.xml + #实体扫描,多个package用逗号或者分号分隔 + typeAliasesPackage: com.entity + global-config: + #主键类型 0:"数据库ID自增", 1:"用户输入ID",2:"全局唯一ID (数字类型唯一ID)", 3:"全局唯一ID UUID"; + id-type: 1 + #字段策略 0:"忽略判断",1:"非 NULL 判断"),2:"非空判断" + field-strategy: 1 + #驼峰下划线转换 + db-column-underline: true + #刷新mapper 调试神器 + refresh-mapper: true + #逻辑删除配置 + logic-delete-value: -1 + logic-not-delete-value: 0 + #自定义SQL注入器 + sql-injector: com.baomidou.mybatisplus.mapper.LogicSqlInjector + configuration: + map-underscore-to-camel-case: true + cache-enabled: false + call-setters-on-nulls: true + #springboot 项目mybatis plus 设置 jdbcTypeForNull (oracle数据库需配置JdbcType.NULL, 默认是Other) + jdbc-type-for-null: 'null' diff --git a/target/classes/com/SpringbootSchemaApplication.class b/target/classes/com/SpringbootSchemaApplication.class new file mode 100644 index 0000000..3f52ae8 Binary files /dev/null and b/target/classes/com/SpringbootSchemaApplication.class differ diff --git a/target/classes/com/annotation/APPLoginUser.class b/target/classes/com/annotation/APPLoginUser.class new file mode 100644 index 0000000..981d779 Binary files /dev/null and b/target/classes/com/annotation/APPLoginUser.class differ diff --git a/target/classes/com/annotation/IgnoreAuth.class b/target/classes/com/annotation/IgnoreAuth.class new file mode 100644 index 0000000..a5c5979 Binary files /dev/null and b/target/classes/com/annotation/IgnoreAuth.class differ diff --git a/target/classes/com/annotation/LoginUser.class b/target/classes/com/annotation/LoginUser.class new file mode 100644 index 0000000..f875006 Binary files /dev/null and b/target/classes/com/annotation/LoginUser.class differ diff --git a/target/classes/com/config/AlipayConfig.class b/target/classes/com/config/AlipayConfig.class new file mode 100644 index 0000000..63d0568 Binary files /dev/null and b/target/classes/com/config/AlipayConfig.class differ diff --git a/target/classes/com/config/InterceptorConfig.class b/target/classes/com/config/InterceptorConfig.class new file mode 100644 index 0000000..6a50349 Binary files /dev/null and b/target/classes/com/config/InterceptorConfig.class differ diff --git a/target/classes/com/config/MybatisPlusConfig.class b/target/classes/com/config/MybatisPlusConfig.class new file mode 100644 index 0000000..ea08c1d Binary files /dev/null and b/target/classes/com/config/MybatisPlusConfig.class differ diff --git a/target/classes/com/controller/BaoxianxinxiController.class b/target/classes/com/controller/BaoxianxinxiController.class new file mode 100644 index 0000000..c7adeb4 Binary files /dev/null and b/target/classes/com/controller/BaoxianxinxiController.class differ diff --git a/target/classes/com/controller/CheliangdanganController.class b/target/classes/com/controller/CheliangdanganController.class new file mode 100644 index 0000000..ceeeb3b Binary files /dev/null and b/target/classes/com/controller/CheliangdanganController.class differ diff --git a/target/classes/com/controller/CommonController.class b/target/classes/com/controller/CommonController.class new file mode 100644 index 0000000..6ade947 Binary files /dev/null and b/target/classes/com/controller/CommonController.class differ diff --git a/target/classes/com/controller/ConfigController.class b/target/classes/com/controller/ConfigController.class new file mode 100644 index 0000000..dbb6fd6 Binary files /dev/null and b/target/classes/com/controller/ConfigController.class differ diff --git a/target/classes/com/controller/FafangpaizhaoController.class b/target/classes/com/controller/FafangpaizhaoController.class new file mode 100644 index 0000000..80062a1 Binary files /dev/null and b/target/classes/com/controller/FafangpaizhaoController.class differ diff --git a/target/classes/com/controller/FileController.class b/target/classes/com/controller/FileController.class new file mode 100644 index 0000000..3690bf7 Binary files /dev/null and b/target/classes/com/controller/FileController.class differ diff --git a/target/classes/com/controller/GonggaoxinxiController.class b/target/classes/com/controller/GonggaoxinxiController.class new file mode 100644 index 0000000..632e705 Binary files /dev/null and b/target/classes/com/controller/GonggaoxinxiController.class differ diff --git a/target/classes/com/controller/GongzuorenyuanController.class b/target/classes/com/controller/GongzuorenyuanController.class new file mode 100644 index 0000000..802c5d1 Binary files /dev/null and b/target/classes/com/controller/GongzuorenyuanController.class differ diff --git a/target/classes/com/controller/GuapaishenqingController.class b/target/classes/com/controller/GuapaishenqingController.class new file mode 100644 index 0000000..f7701e3 Binary files /dev/null and b/target/classes/com/controller/GuapaishenqingController.class differ diff --git a/target/classes/com/controller/JiashiyuanController.class b/target/classes/com/controller/JiashiyuanController.class new file mode 100644 index 0000000..e96eef6 Binary files /dev/null and b/target/classes/com/controller/JiashiyuanController.class differ diff --git a/target/classes/com/controller/LuxianxinxiController.class b/target/classes/com/controller/LuxianxinxiController.class new file mode 100644 index 0000000..8f8f789 Binary files /dev/null and b/target/classes/com/controller/LuxianxinxiController.class differ diff --git a/target/classes/com/controller/ShigujiluController.class b/target/classes/com/controller/ShigujiluController.class new file mode 100644 index 0000000..2835873 Binary files /dev/null and b/target/classes/com/controller/ShigujiluController.class differ diff --git a/target/classes/com/controller/UsersController.class b/target/classes/com/controller/UsersController.class new file mode 100644 index 0000000..b6b0632 Binary files /dev/null and b/target/classes/com/controller/UsersController.class differ diff --git a/target/classes/com/controller/XubaotongzhiController.class b/target/classes/com/controller/XubaotongzhiController.class new file mode 100644 index 0000000..b729390 Binary files /dev/null and b/target/classes/com/controller/XubaotongzhiController.class differ diff --git a/target/classes/com/dao/BaoxianxinxiDao.class b/target/classes/com/dao/BaoxianxinxiDao.class new file mode 100644 index 0000000..2ceb049 Binary files /dev/null and b/target/classes/com/dao/BaoxianxinxiDao.class differ diff --git a/target/classes/com/dao/CheliangdanganDao.class b/target/classes/com/dao/CheliangdanganDao.class new file mode 100644 index 0000000..dff1a52 Binary files /dev/null and b/target/classes/com/dao/CheliangdanganDao.class differ diff --git a/target/classes/com/dao/CommonDao.class b/target/classes/com/dao/CommonDao.class new file mode 100644 index 0000000..3435f1b Binary files /dev/null and b/target/classes/com/dao/CommonDao.class differ diff --git a/target/classes/com/dao/ConfigDao.class b/target/classes/com/dao/ConfigDao.class new file mode 100644 index 0000000..db0bd13 Binary files /dev/null and b/target/classes/com/dao/ConfigDao.class differ diff --git a/target/classes/com/dao/FafangpaizhaoDao.class b/target/classes/com/dao/FafangpaizhaoDao.class new file mode 100644 index 0000000..29be0a3 Binary files /dev/null and b/target/classes/com/dao/FafangpaizhaoDao.class differ diff --git a/target/classes/com/dao/GonggaoxinxiDao.class b/target/classes/com/dao/GonggaoxinxiDao.class new file mode 100644 index 0000000..f5a950a Binary files /dev/null and b/target/classes/com/dao/GonggaoxinxiDao.class differ diff --git a/target/classes/com/dao/GongzuorenyuanDao.class b/target/classes/com/dao/GongzuorenyuanDao.class new file mode 100644 index 0000000..d889705 Binary files /dev/null and b/target/classes/com/dao/GongzuorenyuanDao.class differ diff --git a/target/classes/com/dao/GuapaishenqingDao.class b/target/classes/com/dao/GuapaishenqingDao.class new file mode 100644 index 0000000..54e9641 Binary files /dev/null and b/target/classes/com/dao/GuapaishenqingDao.class differ diff --git a/target/classes/com/dao/JiashiyuanDao.class b/target/classes/com/dao/JiashiyuanDao.class new file mode 100644 index 0000000..bfc50aa Binary files /dev/null and b/target/classes/com/dao/JiashiyuanDao.class differ diff --git a/target/classes/com/dao/LuxianxinxiDao.class b/target/classes/com/dao/LuxianxinxiDao.class new file mode 100644 index 0000000..ec6b7c9 Binary files /dev/null and b/target/classes/com/dao/LuxianxinxiDao.class differ diff --git a/target/classes/com/dao/ShigujiluDao.class b/target/classes/com/dao/ShigujiluDao.class new file mode 100644 index 0000000..1925b4e Binary files /dev/null and b/target/classes/com/dao/ShigujiluDao.class differ diff --git a/target/classes/com/dao/TokenDao.class b/target/classes/com/dao/TokenDao.class new file mode 100644 index 0000000..e6cf75f Binary files /dev/null and b/target/classes/com/dao/TokenDao.class differ diff --git a/target/classes/com/dao/UsersDao.class b/target/classes/com/dao/UsersDao.class new file mode 100644 index 0000000..1680947 Binary files /dev/null and b/target/classes/com/dao/UsersDao.class differ diff --git a/target/classes/com/dao/XubaotongzhiDao.class b/target/classes/com/dao/XubaotongzhiDao.class new file mode 100644 index 0000000..b34a41f Binary files /dev/null and b/target/classes/com/dao/XubaotongzhiDao.class differ diff --git a/target/classes/com/entity/BaoxianxinxiEntity.class b/target/classes/com/entity/BaoxianxinxiEntity.class new file mode 100644 index 0000000..69af6ca Binary files /dev/null and b/target/classes/com/entity/BaoxianxinxiEntity.class differ diff --git a/target/classes/com/entity/CheliangdanganEntity.class b/target/classes/com/entity/CheliangdanganEntity.class new file mode 100644 index 0000000..e89e5ed Binary files /dev/null and b/target/classes/com/entity/CheliangdanganEntity.class differ diff --git a/target/classes/com/entity/ConfigEntity.class b/target/classes/com/entity/ConfigEntity.class new file mode 100644 index 0000000..588b1e6 Binary files /dev/null and b/target/classes/com/entity/ConfigEntity.class differ diff --git a/target/classes/com/entity/EIException.class b/target/classes/com/entity/EIException.class new file mode 100644 index 0000000..ea02b69 Binary files /dev/null and b/target/classes/com/entity/EIException.class differ diff --git a/target/classes/com/entity/FafangpaizhaoEntity.class b/target/classes/com/entity/FafangpaizhaoEntity.class new file mode 100644 index 0000000..310b8c6 Binary files /dev/null and b/target/classes/com/entity/FafangpaizhaoEntity.class differ diff --git a/target/classes/com/entity/GonggaoxinxiEntity.class b/target/classes/com/entity/GonggaoxinxiEntity.class new file mode 100644 index 0000000..f208282 Binary files /dev/null and b/target/classes/com/entity/GonggaoxinxiEntity.class differ diff --git a/target/classes/com/entity/GongzuorenyuanEntity.class b/target/classes/com/entity/GongzuorenyuanEntity.class new file mode 100644 index 0000000..ba0b7f4 Binary files /dev/null and b/target/classes/com/entity/GongzuorenyuanEntity.class differ diff --git a/target/classes/com/entity/GuapaishenqingEntity.class b/target/classes/com/entity/GuapaishenqingEntity.class new file mode 100644 index 0000000..446af41 Binary files /dev/null and b/target/classes/com/entity/GuapaishenqingEntity.class differ diff --git a/target/classes/com/entity/JiashiyuanEntity.class b/target/classes/com/entity/JiashiyuanEntity.class new file mode 100644 index 0000000..1ad9703 Binary files /dev/null and b/target/classes/com/entity/JiashiyuanEntity.class differ diff --git a/target/classes/com/entity/LuxianxinxiEntity.class b/target/classes/com/entity/LuxianxinxiEntity.class new file mode 100644 index 0000000..3407cf9 Binary files /dev/null and b/target/classes/com/entity/LuxianxinxiEntity.class differ diff --git a/target/classes/com/entity/ShigujiluEntity.class b/target/classes/com/entity/ShigujiluEntity.class new file mode 100644 index 0000000..31c4290 Binary files /dev/null and b/target/classes/com/entity/ShigujiluEntity.class differ diff --git a/target/classes/com/entity/TokenEntity.class b/target/classes/com/entity/TokenEntity.class new file mode 100644 index 0000000..0863af7 Binary files /dev/null and b/target/classes/com/entity/TokenEntity.class differ diff --git a/target/classes/com/entity/UsersEntity.class b/target/classes/com/entity/UsersEntity.class new file mode 100644 index 0000000..ab01946 Binary files /dev/null and b/target/classes/com/entity/UsersEntity.class differ diff --git a/target/classes/com/entity/XubaotongzhiEntity.class b/target/classes/com/entity/XubaotongzhiEntity.class new file mode 100644 index 0000000..c7eb70f Binary files /dev/null and b/target/classes/com/entity/XubaotongzhiEntity.class differ diff --git a/target/classes/com/entity/model/BaoxianxinxiModel.class b/target/classes/com/entity/model/BaoxianxinxiModel.class new file mode 100644 index 0000000..3207e5d Binary files /dev/null and b/target/classes/com/entity/model/BaoxianxinxiModel.class differ diff --git a/target/classes/com/entity/model/CheliangdanganModel.class b/target/classes/com/entity/model/CheliangdanganModel.class new file mode 100644 index 0000000..55923af Binary files /dev/null and b/target/classes/com/entity/model/CheliangdanganModel.class differ diff --git a/target/classes/com/entity/model/FafangpaizhaoModel.class b/target/classes/com/entity/model/FafangpaizhaoModel.class new file mode 100644 index 0000000..9f3c0f7 Binary files /dev/null and b/target/classes/com/entity/model/FafangpaizhaoModel.class differ diff --git a/target/classes/com/entity/model/GonggaoxinxiModel.class b/target/classes/com/entity/model/GonggaoxinxiModel.class new file mode 100644 index 0000000..e1b3c2e Binary files /dev/null and b/target/classes/com/entity/model/GonggaoxinxiModel.class differ diff --git a/target/classes/com/entity/model/GongzuorenyuanModel.class b/target/classes/com/entity/model/GongzuorenyuanModel.class new file mode 100644 index 0000000..b7ade66 Binary files /dev/null and b/target/classes/com/entity/model/GongzuorenyuanModel.class differ diff --git a/target/classes/com/entity/model/GuapaishenqingModel.class b/target/classes/com/entity/model/GuapaishenqingModel.class new file mode 100644 index 0000000..4fc2e9a Binary files /dev/null and b/target/classes/com/entity/model/GuapaishenqingModel.class differ diff --git a/target/classes/com/entity/model/JiashiyuanModel.class b/target/classes/com/entity/model/JiashiyuanModel.class new file mode 100644 index 0000000..71d248a Binary files /dev/null and b/target/classes/com/entity/model/JiashiyuanModel.class differ diff --git a/target/classes/com/entity/model/LuxianxinxiModel.class b/target/classes/com/entity/model/LuxianxinxiModel.class new file mode 100644 index 0000000..24baab7 Binary files /dev/null and b/target/classes/com/entity/model/LuxianxinxiModel.class differ diff --git a/target/classes/com/entity/model/ShigujiluModel.class b/target/classes/com/entity/model/ShigujiluModel.class new file mode 100644 index 0000000..6649187 Binary files /dev/null and b/target/classes/com/entity/model/ShigujiluModel.class differ diff --git a/target/classes/com/entity/model/XubaotongzhiModel.class b/target/classes/com/entity/model/XubaotongzhiModel.class new file mode 100644 index 0000000..d55d94a Binary files /dev/null and b/target/classes/com/entity/model/XubaotongzhiModel.class differ diff --git a/target/classes/com/entity/view/BaoxianxinxiView.class b/target/classes/com/entity/view/BaoxianxinxiView.class new file mode 100644 index 0000000..aa77ebc Binary files /dev/null and b/target/classes/com/entity/view/BaoxianxinxiView.class differ diff --git a/target/classes/com/entity/view/CheliangdanganView.class b/target/classes/com/entity/view/CheliangdanganView.class new file mode 100644 index 0000000..7c7cfd7 Binary files /dev/null and b/target/classes/com/entity/view/CheliangdanganView.class differ diff --git a/target/classes/com/entity/view/FafangpaizhaoView.class b/target/classes/com/entity/view/FafangpaizhaoView.class new file mode 100644 index 0000000..cd8dfb6 Binary files /dev/null and b/target/classes/com/entity/view/FafangpaizhaoView.class differ diff --git a/target/classes/com/entity/view/GonggaoxinxiView.class b/target/classes/com/entity/view/GonggaoxinxiView.class new file mode 100644 index 0000000..e707ff5 Binary files /dev/null and b/target/classes/com/entity/view/GonggaoxinxiView.class differ diff --git a/target/classes/com/entity/view/GongzuorenyuanView.class b/target/classes/com/entity/view/GongzuorenyuanView.class new file mode 100644 index 0000000..0ab1928 Binary files /dev/null and b/target/classes/com/entity/view/GongzuorenyuanView.class differ diff --git a/target/classes/com/entity/view/GuapaishenqingView.class b/target/classes/com/entity/view/GuapaishenqingView.class new file mode 100644 index 0000000..09071b3 Binary files /dev/null and b/target/classes/com/entity/view/GuapaishenqingView.class differ diff --git a/target/classes/com/entity/view/JiashiyuanView.class b/target/classes/com/entity/view/JiashiyuanView.class new file mode 100644 index 0000000..8c4cfd6 Binary files /dev/null and b/target/classes/com/entity/view/JiashiyuanView.class differ diff --git a/target/classes/com/entity/view/LuxianxinxiView.class b/target/classes/com/entity/view/LuxianxinxiView.class new file mode 100644 index 0000000..66cb6f1 Binary files /dev/null and b/target/classes/com/entity/view/LuxianxinxiView.class differ diff --git a/target/classes/com/entity/view/ShigujiluView.class b/target/classes/com/entity/view/ShigujiluView.class new file mode 100644 index 0000000..0222e1c Binary files /dev/null and b/target/classes/com/entity/view/ShigujiluView.class differ diff --git a/target/classes/com/entity/view/XubaotongzhiView.class b/target/classes/com/entity/view/XubaotongzhiView.class new file mode 100644 index 0000000..7b4770e Binary files /dev/null and b/target/classes/com/entity/view/XubaotongzhiView.class differ diff --git a/target/classes/com/entity/vo/BaoxianxinxiVO.class b/target/classes/com/entity/vo/BaoxianxinxiVO.class new file mode 100644 index 0000000..f36206d Binary files /dev/null and b/target/classes/com/entity/vo/BaoxianxinxiVO.class differ diff --git a/target/classes/com/entity/vo/CheliangdanganVO.class b/target/classes/com/entity/vo/CheliangdanganVO.class new file mode 100644 index 0000000..dccee0a Binary files /dev/null and b/target/classes/com/entity/vo/CheliangdanganVO.class differ diff --git a/target/classes/com/entity/vo/FafangpaizhaoVO.class b/target/classes/com/entity/vo/FafangpaizhaoVO.class new file mode 100644 index 0000000..6543f32 Binary files /dev/null and b/target/classes/com/entity/vo/FafangpaizhaoVO.class differ diff --git a/target/classes/com/entity/vo/GonggaoxinxiVO.class b/target/classes/com/entity/vo/GonggaoxinxiVO.class new file mode 100644 index 0000000..d10718a Binary files /dev/null and b/target/classes/com/entity/vo/GonggaoxinxiVO.class differ diff --git a/target/classes/com/entity/vo/GongzuorenyuanVO.class b/target/classes/com/entity/vo/GongzuorenyuanVO.class new file mode 100644 index 0000000..d70346b Binary files /dev/null and b/target/classes/com/entity/vo/GongzuorenyuanVO.class differ diff --git a/target/classes/com/entity/vo/GuapaishenqingVO.class b/target/classes/com/entity/vo/GuapaishenqingVO.class new file mode 100644 index 0000000..0be5d0f Binary files /dev/null and b/target/classes/com/entity/vo/GuapaishenqingVO.class differ diff --git a/target/classes/com/entity/vo/JiashiyuanVO.class b/target/classes/com/entity/vo/JiashiyuanVO.class new file mode 100644 index 0000000..fe4644d Binary files /dev/null and b/target/classes/com/entity/vo/JiashiyuanVO.class differ diff --git a/target/classes/com/entity/vo/LuxianxinxiVO.class b/target/classes/com/entity/vo/LuxianxinxiVO.class new file mode 100644 index 0000000..a981d8e Binary files /dev/null and b/target/classes/com/entity/vo/LuxianxinxiVO.class differ diff --git a/target/classes/com/entity/vo/ShigujiluVO.class b/target/classes/com/entity/vo/ShigujiluVO.class new file mode 100644 index 0000000..68dd68a Binary files /dev/null and b/target/classes/com/entity/vo/ShigujiluVO.class differ diff --git a/target/classes/com/entity/vo/XubaotongzhiVO.class b/target/classes/com/entity/vo/XubaotongzhiVO.class new file mode 100644 index 0000000..7ffdc82 Binary files /dev/null and b/target/classes/com/entity/vo/XubaotongzhiVO.class differ diff --git a/target/classes/com/interceptor/AuthorizationInterceptor.class b/target/classes/com/interceptor/AuthorizationInterceptor.class new file mode 100644 index 0000000..e0c1ff8 Binary files /dev/null and b/target/classes/com/interceptor/AuthorizationInterceptor.class differ diff --git a/target/classes/com/service/BaoxianxinxiService.class b/target/classes/com/service/BaoxianxinxiService.class new file mode 100644 index 0000000..edc1eff Binary files /dev/null and b/target/classes/com/service/BaoxianxinxiService.class differ diff --git a/target/classes/com/service/CheliangdanganService.class b/target/classes/com/service/CheliangdanganService.class new file mode 100644 index 0000000..e3926a8 Binary files /dev/null and b/target/classes/com/service/CheliangdanganService.class differ diff --git a/target/classes/com/service/CommonService.class b/target/classes/com/service/CommonService.class new file mode 100644 index 0000000..3ea60a9 Binary files /dev/null and b/target/classes/com/service/CommonService.class differ diff --git a/target/classes/com/service/ConfigService.class b/target/classes/com/service/ConfigService.class new file mode 100644 index 0000000..fd493e9 Binary files /dev/null and b/target/classes/com/service/ConfigService.class differ diff --git a/target/classes/com/service/FafangpaizhaoService.class b/target/classes/com/service/FafangpaizhaoService.class new file mode 100644 index 0000000..095dad9 Binary files /dev/null and b/target/classes/com/service/FafangpaizhaoService.class differ diff --git a/target/classes/com/service/GonggaoxinxiService.class b/target/classes/com/service/GonggaoxinxiService.class new file mode 100644 index 0000000..ab6ab26 Binary files /dev/null and b/target/classes/com/service/GonggaoxinxiService.class differ diff --git a/target/classes/com/service/GongzuorenyuanService.class b/target/classes/com/service/GongzuorenyuanService.class new file mode 100644 index 0000000..9cf371b Binary files /dev/null and b/target/classes/com/service/GongzuorenyuanService.class differ diff --git a/target/classes/com/service/GuapaishenqingService.class b/target/classes/com/service/GuapaishenqingService.class new file mode 100644 index 0000000..7a94274 Binary files /dev/null and b/target/classes/com/service/GuapaishenqingService.class differ diff --git a/target/classes/com/service/JiashiyuanService.class b/target/classes/com/service/JiashiyuanService.class new file mode 100644 index 0000000..26be414 Binary files /dev/null and b/target/classes/com/service/JiashiyuanService.class differ diff --git a/target/classes/com/service/LuxianxinxiService.class b/target/classes/com/service/LuxianxinxiService.class new file mode 100644 index 0000000..b7087a8 Binary files /dev/null and b/target/classes/com/service/LuxianxinxiService.class differ diff --git a/target/classes/com/service/ShigujiluService.class b/target/classes/com/service/ShigujiluService.class new file mode 100644 index 0000000..fa7c29b Binary files /dev/null and b/target/classes/com/service/ShigujiluService.class differ diff --git a/target/classes/com/service/TokenService.class b/target/classes/com/service/TokenService.class new file mode 100644 index 0000000..01dbee7 Binary files /dev/null and b/target/classes/com/service/TokenService.class differ diff --git a/target/classes/com/service/UsersService.class b/target/classes/com/service/UsersService.class new file mode 100644 index 0000000..2f75128 Binary files /dev/null and b/target/classes/com/service/UsersService.class differ diff --git a/target/classes/com/service/XubaotongzhiService.class b/target/classes/com/service/XubaotongzhiService.class new file mode 100644 index 0000000..dc2b0f4 Binary files /dev/null and b/target/classes/com/service/XubaotongzhiService.class differ diff --git a/target/classes/com/service/impl/BaoxianxinxiServiceImpl.class b/target/classes/com/service/impl/BaoxianxinxiServiceImpl.class new file mode 100644 index 0000000..97b25ef Binary files /dev/null and b/target/classes/com/service/impl/BaoxianxinxiServiceImpl.class differ diff --git a/target/classes/com/service/impl/CheliangdanganServiceImpl.class b/target/classes/com/service/impl/CheliangdanganServiceImpl.class new file mode 100644 index 0000000..5eb84ab Binary files /dev/null and b/target/classes/com/service/impl/CheliangdanganServiceImpl.class differ diff --git a/target/classes/com/service/impl/CommonServiceImpl.class b/target/classes/com/service/impl/CommonServiceImpl.class new file mode 100644 index 0000000..a8eb6cc Binary files /dev/null and b/target/classes/com/service/impl/CommonServiceImpl.class differ diff --git a/target/classes/com/service/impl/ConfigServiceImpl.class b/target/classes/com/service/impl/ConfigServiceImpl.class new file mode 100644 index 0000000..d8146d8 Binary files /dev/null and b/target/classes/com/service/impl/ConfigServiceImpl.class differ diff --git a/target/classes/com/service/impl/FafangpaizhaoServiceImpl.class b/target/classes/com/service/impl/FafangpaizhaoServiceImpl.class new file mode 100644 index 0000000..c76ff09 Binary files /dev/null and b/target/classes/com/service/impl/FafangpaizhaoServiceImpl.class differ diff --git a/target/classes/com/service/impl/GonggaoxinxiServiceImpl.class b/target/classes/com/service/impl/GonggaoxinxiServiceImpl.class new file mode 100644 index 0000000..cdc6bf7 Binary files /dev/null and b/target/classes/com/service/impl/GonggaoxinxiServiceImpl.class differ diff --git a/target/classes/com/service/impl/GongzuorenyuanServiceImpl.class b/target/classes/com/service/impl/GongzuorenyuanServiceImpl.class new file mode 100644 index 0000000..6fe4268 Binary files /dev/null and b/target/classes/com/service/impl/GongzuorenyuanServiceImpl.class differ diff --git a/target/classes/com/service/impl/GuapaishenqingServiceImpl.class b/target/classes/com/service/impl/GuapaishenqingServiceImpl.class new file mode 100644 index 0000000..acd2047 Binary files /dev/null and b/target/classes/com/service/impl/GuapaishenqingServiceImpl.class differ diff --git a/target/classes/com/service/impl/JiashiyuanServiceImpl.class b/target/classes/com/service/impl/JiashiyuanServiceImpl.class new file mode 100644 index 0000000..8aaed6e Binary files /dev/null and b/target/classes/com/service/impl/JiashiyuanServiceImpl.class differ diff --git a/target/classes/com/service/impl/LuxianxinxiServiceImpl.class b/target/classes/com/service/impl/LuxianxinxiServiceImpl.class new file mode 100644 index 0000000..7139e28 Binary files /dev/null and b/target/classes/com/service/impl/LuxianxinxiServiceImpl.class differ diff --git a/target/classes/com/service/impl/ShigujiluServiceImpl.class b/target/classes/com/service/impl/ShigujiluServiceImpl.class new file mode 100644 index 0000000..a67c13b Binary files /dev/null and b/target/classes/com/service/impl/ShigujiluServiceImpl.class differ diff --git a/target/classes/com/service/impl/TokenServiceImpl.class b/target/classes/com/service/impl/TokenServiceImpl.class new file mode 100644 index 0000000..6d09d48 Binary files /dev/null and b/target/classes/com/service/impl/TokenServiceImpl.class differ diff --git a/target/classes/com/service/impl/UsersServiceImpl.class b/target/classes/com/service/impl/UsersServiceImpl.class new file mode 100644 index 0000000..4f689bd Binary files /dev/null and b/target/classes/com/service/impl/UsersServiceImpl.class differ diff --git a/target/classes/com/service/impl/XubaotongzhiServiceImpl.class b/target/classes/com/service/impl/XubaotongzhiServiceImpl.class new file mode 100644 index 0000000..addcbb9 Binary files /dev/null and b/target/classes/com/service/impl/XubaotongzhiServiceImpl.class differ diff --git a/target/classes/com/utils/BaiduUtil.class b/target/classes/com/utils/BaiduUtil.class new file mode 100644 index 0000000..f723221 Binary files /dev/null and b/target/classes/com/utils/BaiduUtil.class differ diff --git a/target/classes/com/utils/CommonUtil.class b/target/classes/com/utils/CommonUtil.class new file mode 100644 index 0000000..2c7fd84 Binary files /dev/null and b/target/classes/com/utils/CommonUtil.class differ diff --git a/target/classes/com/utils/EncryptUtil.class b/target/classes/com/utils/EncryptUtil.class new file mode 100644 index 0000000..5abd469 Binary files /dev/null and b/target/classes/com/utils/EncryptUtil.class differ diff --git a/target/classes/com/utils/FileUtil.class b/target/classes/com/utils/FileUtil.class new file mode 100644 index 0000000..445942c Binary files /dev/null and b/target/classes/com/utils/FileUtil.class differ diff --git a/target/classes/com/utils/HttpClientUtils.class b/target/classes/com/utils/HttpClientUtils.class new file mode 100644 index 0000000..405d3c1 Binary files /dev/null and b/target/classes/com/utils/HttpClientUtils.class differ diff --git a/target/classes/com/utils/JQPageInfo.class b/target/classes/com/utils/JQPageInfo.class new file mode 100644 index 0000000..b6eb17b Binary files /dev/null and b/target/classes/com/utils/JQPageInfo.class differ diff --git a/target/classes/com/utils/MPUtil.class b/target/classes/com/utils/MPUtil.class new file mode 100644 index 0000000..e90f841 Binary files /dev/null and b/target/classes/com/utils/MPUtil.class differ diff --git a/target/classes/com/utils/MapUtils.class b/target/classes/com/utils/MapUtils.class new file mode 100644 index 0000000..cabdc51 Binary files /dev/null and b/target/classes/com/utils/MapUtils.class differ diff --git a/target/classes/com/utils/PageUtils.class b/target/classes/com/utils/PageUtils.class new file mode 100644 index 0000000..151b154 Binary files /dev/null and b/target/classes/com/utils/PageUtils.class differ diff --git a/target/classes/com/utils/Query.class b/target/classes/com/utils/Query.class new file mode 100644 index 0000000..7d7d3b6 Binary files /dev/null and b/target/classes/com/utils/Query.class differ diff --git a/target/classes/com/utils/R.class b/target/classes/com/utils/R.class new file mode 100644 index 0000000..662f13e Binary files /dev/null and b/target/classes/com/utils/R.class differ diff --git a/target/classes/com/utils/SQLFilter.class b/target/classes/com/utils/SQLFilter.class new file mode 100644 index 0000000..658d98a Binary files /dev/null and b/target/classes/com/utils/SQLFilter.class differ diff --git a/target/classes/com/utils/SpringContextUtils.class b/target/classes/com/utils/SpringContextUtils.class new file mode 100644 index 0000000..5f5d081 Binary files /dev/null and b/target/classes/com/utils/SpringContextUtils.class differ diff --git a/target/classes/com/utils/ValidatorUtils.class b/target/classes/com/utils/ValidatorUtils.class new file mode 100644 index 0000000..a0e6252 Binary files /dev/null and b/target/classes/com/utils/ValidatorUtils.class differ diff --git a/target/classes/mapper/BaoxianxinxiDao.xml b/target/classes/mapper/BaoxianxinxiDao.xml new file mode 100644 index 0000000..4c46d42 --- /dev/null +++ b/target/classes/mapper/BaoxianxinxiDao.xml @@ -0,0 +1,53 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/target/classes/mapper/CheliangdanganDao.xml b/target/classes/mapper/CheliangdanganDao.xml new file mode 100644 index 0000000..7350bfe --- /dev/null +++ b/target/classes/mapper/CheliangdanganDao.xml @@ -0,0 +1,55 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/target/classes/mapper/CommonDao.xml b/target/classes/mapper/CommonDao.xml new file mode 100644 index 0000000..888c01e --- /dev/null +++ b/target/classes/mapper/CommonDao.xml @@ -0,0 +1,72 @@ + + + + + + + + + + UPDATE ${table} set sfsh=#{sfsh} where id=#{id} + + + + + + + + + + + + + diff --git a/target/classes/mapper/ConfigDao.xml b/target/classes/mapper/ConfigDao.xml new file mode 100644 index 0000000..21e8863 --- /dev/null +++ b/target/classes/mapper/ConfigDao.xml @@ -0,0 +1,5 @@ + + + + + \ No newline at end of file diff --git a/target/classes/mapper/FafangpaizhaoDao.xml b/target/classes/mapper/FafangpaizhaoDao.xml new file mode 100644 index 0000000..8ef35c1 --- /dev/null +++ b/target/classes/mapper/FafangpaizhaoDao.xml @@ -0,0 +1,45 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/target/classes/mapper/GonggaoxinxiDao.xml b/target/classes/mapper/GonggaoxinxiDao.xml new file mode 100644 index 0000000..ecf7cca --- /dev/null +++ b/target/classes/mapper/GonggaoxinxiDao.xml @@ -0,0 +1,41 @@ + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/target/classes/mapper/GongzuorenyuanDao.xml b/target/classes/mapper/GongzuorenyuanDao.xml new file mode 100644 index 0000000..0be9806 --- /dev/null +++ b/target/classes/mapper/GongzuorenyuanDao.xml @@ -0,0 +1,45 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/target/classes/mapper/GuapaishenqingDao.xml b/target/classes/mapper/GuapaishenqingDao.xml new file mode 100644 index 0000000..c3ddf3d --- /dev/null +++ b/target/classes/mapper/GuapaishenqingDao.xml @@ -0,0 +1,47 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/target/classes/mapper/JiashiyuanDao.xml b/target/classes/mapper/JiashiyuanDao.xml new file mode 100644 index 0000000..73195ac --- /dev/null +++ b/target/classes/mapper/JiashiyuanDao.xml @@ -0,0 +1,45 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/target/classes/mapper/LuxianxinxiDao.xml b/target/classes/mapper/LuxianxinxiDao.xml new file mode 100644 index 0000000..5160f19 --- /dev/null +++ b/target/classes/mapper/LuxianxinxiDao.xml @@ -0,0 +1,87 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/target/classes/mapper/ShigujiluDao.xml b/target/classes/mapper/ShigujiluDao.xml new file mode 100644 index 0000000..9077c83 --- /dev/null +++ b/target/classes/mapper/ShigujiluDao.xml @@ -0,0 +1,84 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/target/classes/mapper/TokenDao.xml b/target/classes/mapper/TokenDao.xml new file mode 100644 index 0000000..7dc0e2e --- /dev/null +++ b/target/classes/mapper/TokenDao.xml @@ -0,0 +1,13 @@ + + + + + + + + \ No newline at end of file diff --git a/target/classes/mapper/UsersDao.xml b/target/classes/mapper/UsersDao.xml new file mode 100644 index 0000000..7a6c222 --- /dev/null +++ b/target/classes/mapper/UsersDao.xml @@ -0,0 +1,13 @@ + + + + + + + + diff --git a/target/classes/mapper/XubaotongzhiDao.xml b/target/classes/mapper/XubaotongzhiDao.xml new file mode 100644 index 0000000..e7a9460 --- /dev/null +++ b/target/classes/mapper/XubaotongzhiDao.xml @@ -0,0 +1,78 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/target/classes/static/upload/1577351717989.jpg b/target/classes/static/upload/1577351717989.jpg new file mode 100644 index 0000000..732a3e8 Binary files /dev/null and b/target/classes/static/upload/1577351717989.jpg differ diff --git a/target/classes/static/upload/1742132443280.png b/target/classes/static/upload/1742132443280.png new file mode 100644 index 0000000..175bd87 Binary files /dev/null and b/target/classes/static/upload/1742132443280.png differ diff --git a/target/classes/static/upload/1742132596556.png b/target/classes/static/upload/1742132596556.png new file mode 100644 index 0000000..175bd87 Binary files /dev/null and b/target/classes/static/upload/1742132596556.png differ diff --git a/target/classes/static/upload/1742132853422.png b/target/classes/static/upload/1742132853422.png new file mode 100644 index 0000000..9f3f62e Binary files /dev/null and b/target/classes/static/upload/1742132853422.png differ diff --git a/target/classes/static/upload/1742397894211.png b/target/classes/static/upload/1742397894211.png new file mode 100644 index 0000000..9f3f62e Binary files /dev/null and b/target/classes/static/upload/1742397894211.png differ diff --git a/target/classes/static/upload/1747711691036.jpg b/target/classes/static/upload/1747711691036.jpg new file mode 100644 index 0000000..d2b7b8a Binary files /dev/null and b/target/classes/static/upload/1747711691036.jpg differ diff --git a/target/classes/static/upload/1747899758241.jpg b/target/classes/static/upload/1747899758241.jpg new file mode 100644 index 0000000..d2b7b8a Binary files /dev/null and b/target/classes/static/upload/1747899758241.jpg differ diff --git a/target/classes/static/upload/1747900587519.jpg b/target/classes/static/upload/1747900587519.jpg new file mode 100644 index 0000000..d2b7b8a Binary files /dev/null and b/target/classes/static/upload/1747900587519.jpg differ diff --git a/target/classes/static/upload/1748143723701.jpg b/target/classes/static/upload/1748143723701.jpg new file mode 100644 index 0000000..184c822 Binary files /dev/null and b/target/classes/static/upload/1748143723701.jpg differ diff --git a/target/classes/static/upload/cheliangdangan_cheliangzhaopian1.jpg b/target/classes/static/upload/cheliangdangan_cheliangzhaopian1.jpg new file mode 100644 index 0000000..dfde9db Binary files /dev/null and b/target/classes/static/upload/cheliangdangan_cheliangzhaopian1.jpg differ diff --git a/target/classes/static/upload/cheliangdangan_cheliangzhaopian2.jpg b/target/classes/static/upload/cheliangdangan_cheliangzhaopian2.jpg new file mode 100644 index 0000000..c8123cf Binary files /dev/null and b/target/classes/static/upload/cheliangdangan_cheliangzhaopian2.jpg differ diff --git a/target/classes/static/upload/cheliangdangan_cheliangzhaopian3.jpg b/target/classes/static/upload/cheliangdangan_cheliangzhaopian3.jpg new file mode 100644 index 0000000..3a148a8 Binary files /dev/null and b/target/classes/static/upload/cheliangdangan_cheliangzhaopian3.jpg differ diff --git a/target/classes/static/upload/cheliangdangan_cheliangzhaopian4.jpg b/target/classes/static/upload/cheliangdangan_cheliangzhaopian4.jpg new file mode 100644 index 0000000..d3aa7b0 Binary files /dev/null and b/target/classes/static/upload/cheliangdangan_cheliangzhaopian4.jpg differ diff --git a/target/classes/static/upload/cheliangdangan_cheliangzhaopian5.jpg b/target/classes/static/upload/cheliangdangan_cheliangzhaopian5.jpg new file mode 100644 index 0000000..c8123cf Binary files /dev/null and b/target/classes/static/upload/cheliangdangan_cheliangzhaopian5.jpg differ diff --git a/target/classes/static/upload/cheliangdangan_cheliangzhaopian6.jpg b/target/classes/static/upload/cheliangdangan_cheliangzhaopian6.jpg new file mode 100644 index 0000000..c27f972 Binary files /dev/null and b/target/classes/static/upload/cheliangdangan_cheliangzhaopian6.jpg differ diff --git a/target/classes/static/upload/cheliangdangan_cheliangzhaopian7.jpg b/target/classes/static/upload/cheliangdangan_cheliangzhaopian7.jpg new file mode 100644 index 0000000..114cc9a Binary files /dev/null and b/target/classes/static/upload/cheliangdangan_cheliangzhaopian7.jpg differ diff --git a/target/classes/static/upload/cheliangdangan_cheliangzhaopian8.jpg b/target/classes/static/upload/cheliangdangan_cheliangzhaopian8.jpg new file mode 100644 index 0000000..3a148a8 Binary files /dev/null and b/target/classes/static/upload/cheliangdangan_cheliangzhaopian8.jpg differ diff --git a/target/classes/static/upload/gonggaoxinxi_fengmian1.jpg b/target/classes/static/upload/gonggaoxinxi_fengmian1.jpg new file mode 100644 index 0000000..a071315 Binary files /dev/null and b/target/classes/static/upload/gonggaoxinxi_fengmian1.jpg differ diff --git a/target/classes/static/upload/gonggaoxinxi_fengmian2.jpg b/target/classes/static/upload/gonggaoxinxi_fengmian2.jpg new file mode 100644 index 0000000..edde49d Binary files /dev/null and b/target/classes/static/upload/gonggaoxinxi_fengmian2.jpg differ diff --git a/target/classes/static/upload/gonggaoxinxi_fengmian3.jpg b/target/classes/static/upload/gonggaoxinxi_fengmian3.jpg new file mode 100644 index 0000000..09557b0 Binary files /dev/null and b/target/classes/static/upload/gonggaoxinxi_fengmian3.jpg differ diff --git a/target/classes/static/upload/gonggaoxinxi_fengmian4.jpg b/target/classes/static/upload/gonggaoxinxi_fengmian4.jpg new file mode 100644 index 0000000..69f8f6f Binary files /dev/null and b/target/classes/static/upload/gonggaoxinxi_fengmian4.jpg differ diff --git a/target/classes/static/upload/gonggaoxinxi_fengmian5.jpg b/target/classes/static/upload/gonggaoxinxi_fengmian5.jpg new file mode 100644 index 0000000..e117b92 Binary files /dev/null and b/target/classes/static/upload/gonggaoxinxi_fengmian5.jpg differ diff --git a/target/classes/static/upload/gonggaoxinxi_fengmian6.jpg b/target/classes/static/upload/gonggaoxinxi_fengmian6.jpg new file mode 100644 index 0000000..24de4e3 Binary files /dev/null and b/target/classes/static/upload/gonggaoxinxi_fengmian6.jpg differ diff --git a/target/classes/static/upload/gonggaoxinxi_fengmian7.jpg b/target/classes/static/upload/gonggaoxinxi_fengmian7.jpg new file mode 100644 index 0000000..0de018e Binary files /dev/null and b/target/classes/static/upload/gonggaoxinxi_fengmian7.jpg differ diff --git a/target/classes/static/upload/gonggaoxinxi_fengmian8.jpg b/target/classes/static/upload/gonggaoxinxi_fengmian8.jpg new file mode 100644 index 0000000..69f8f6f Binary files /dev/null and b/target/classes/static/upload/gonggaoxinxi_fengmian8.jpg differ diff --git a/target/classes/static/upload/gongzuorenyuan_touxiang1.jpg b/target/classes/static/upload/gongzuorenyuan_touxiang1.jpg new file mode 100644 index 0000000..2b24c4d Binary files /dev/null and b/target/classes/static/upload/gongzuorenyuan_touxiang1.jpg differ diff --git a/target/classes/static/upload/gongzuorenyuan_touxiang2.jpg b/target/classes/static/upload/gongzuorenyuan_touxiang2.jpg new file mode 100644 index 0000000..21e9202 Binary files /dev/null and b/target/classes/static/upload/gongzuorenyuan_touxiang2.jpg differ diff --git a/target/classes/static/upload/gongzuorenyuan_touxiang3.jpg b/target/classes/static/upload/gongzuorenyuan_touxiang3.jpg new file mode 100644 index 0000000..ea7a4db Binary files /dev/null and b/target/classes/static/upload/gongzuorenyuan_touxiang3.jpg differ diff --git a/target/classes/static/upload/gongzuorenyuan_touxiang4.jpg b/target/classes/static/upload/gongzuorenyuan_touxiang4.jpg new file mode 100644 index 0000000..e541d0c Binary files /dev/null and b/target/classes/static/upload/gongzuorenyuan_touxiang4.jpg differ diff --git a/target/classes/static/upload/gongzuorenyuan_touxiang5.jpg b/target/classes/static/upload/gongzuorenyuan_touxiang5.jpg new file mode 100644 index 0000000..db9d4b1 Binary files /dev/null and b/target/classes/static/upload/gongzuorenyuan_touxiang5.jpg differ diff --git a/target/classes/static/upload/gongzuorenyuan_touxiang6.jpg b/target/classes/static/upload/gongzuorenyuan_touxiang6.jpg new file mode 100644 index 0000000..ca17fe2 Binary files /dev/null and b/target/classes/static/upload/gongzuorenyuan_touxiang6.jpg differ diff --git a/target/classes/static/upload/gongzuorenyuan_touxiang7.jpg b/target/classes/static/upload/gongzuorenyuan_touxiang7.jpg new file mode 100644 index 0000000..a8d2b70 Binary files /dev/null and b/target/classes/static/upload/gongzuorenyuan_touxiang7.jpg differ diff --git a/target/classes/static/upload/gongzuorenyuan_touxiang8.jpg b/target/classes/static/upload/gongzuorenyuan_touxiang8.jpg new file mode 100644 index 0000000..3055541 Binary files /dev/null and b/target/classes/static/upload/gongzuorenyuan_touxiang8.jpg differ diff --git a/target/classes/static/upload/image1.jpg b/target/classes/static/upload/image1.jpg new file mode 100644 index 0000000..88b08f4 Binary files /dev/null and b/target/classes/static/upload/image1.jpg differ diff --git a/target/classes/static/upload/jiashiyuan_touxiang1.jpg b/target/classes/static/upload/jiashiyuan_touxiang1.jpg new file mode 100644 index 0000000..766f345 Binary files /dev/null and b/target/classes/static/upload/jiashiyuan_touxiang1.jpg differ diff --git a/target/classes/static/upload/jiashiyuan_touxiang2.jpg b/target/classes/static/upload/jiashiyuan_touxiang2.jpg new file mode 100644 index 0000000..e541d0c Binary files /dev/null and b/target/classes/static/upload/jiashiyuan_touxiang2.jpg differ diff --git a/target/classes/static/upload/jiashiyuan_touxiang3.jpg b/target/classes/static/upload/jiashiyuan_touxiang3.jpg new file mode 100644 index 0000000..41bb0a5 Binary files /dev/null and b/target/classes/static/upload/jiashiyuan_touxiang3.jpg differ diff --git a/target/classes/static/upload/jiashiyuan_touxiang4.jpg b/target/classes/static/upload/jiashiyuan_touxiang4.jpg new file mode 100644 index 0000000..cbbebc8 Binary files /dev/null and b/target/classes/static/upload/jiashiyuan_touxiang4.jpg differ diff --git a/target/classes/static/upload/jiashiyuan_touxiang5.jpg b/target/classes/static/upload/jiashiyuan_touxiang5.jpg new file mode 100644 index 0000000..3055541 Binary files /dev/null and b/target/classes/static/upload/jiashiyuan_touxiang5.jpg differ diff --git a/target/classes/static/upload/jiashiyuan_touxiang6.jpg b/target/classes/static/upload/jiashiyuan_touxiang6.jpg new file mode 100644 index 0000000..69c4881 Binary files /dev/null and b/target/classes/static/upload/jiashiyuan_touxiang6.jpg differ diff --git a/target/classes/static/upload/jiashiyuan_touxiang7.jpg b/target/classes/static/upload/jiashiyuan_touxiang7.jpg new file mode 100644 index 0000000..c1d47d6 Binary files /dev/null and b/target/classes/static/upload/jiashiyuan_touxiang7.jpg differ diff --git a/target/classes/static/upload/jiashiyuan_touxiang8.jpg b/target/classes/static/upload/jiashiyuan_touxiang8.jpg new file mode 100644 index 0000000..cb5e326 Binary files /dev/null and b/target/classes/static/upload/jiashiyuan_touxiang8.jpg differ diff --git a/target/classes/static/upload/shigujilu_shiguzhaopian1.jpg b/target/classes/static/upload/shigujilu_shiguzhaopian1.jpg new file mode 100644 index 0000000..665fb17 Binary files /dev/null and b/target/classes/static/upload/shigujilu_shiguzhaopian1.jpg differ diff --git a/target/classes/static/upload/shigujilu_shiguzhaopian2.jpg b/target/classes/static/upload/shigujilu_shiguzhaopian2.jpg new file mode 100644 index 0000000..e724c21 Binary files /dev/null and b/target/classes/static/upload/shigujilu_shiguzhaopian2.jpg differ diff --git a/target/classes/static/upload/shigujilu_shiguzhaopian3.jpg b/target/classes/static/upload/shigujilu_shiguzhaopian3.jpg new file mode 100644 index 0000000..c8123cf Binary files /dev/null and b/target/classes/static/upload/shigujilu_shiguzhaopian3.jpg differ diff --git a/target/classes/static/upload/shigujilu_shiguzhaopian4.jpg b/target/classes/static/upload/shigujilu_shiguzhaopian4.jpg new file mode 100644 index 0000000..665fb17 Binary files /dev/null and b/target/classes/static/upload/shigujilu_shiguzhaopian4.jpg differ diff --git a/target/classes/static/upload/shigujilu_shiguzhaopian5.jpg b/target/classes/static/upload/shigujilu_shiguzhaopian5.jpg new file mode 100644 index 0000000..d5359a0 Binary files /dev/null and b/target/classes/static/upload/shigujilu_shiguzhaopian5.jpg differ diff --git a/target/classes/static/upload/shigujilu_shiguzhaopian6.jpg b/target/classes/static/upload/shigujilu_shiguzhaopian6.jpg new file mode 100644 index 0000000..39b8378 Binary files /dev/null and b/target/classes/static/upload/shigujilu_shiguzhaopian6.jpg differ diff --git a/target/classes/static/upload/shigujilu_shiguzhaopian7.jpg b/target/classes/static/upload/shigujilu_shiguzhaopian7.jpg new file mode 100644 index 0000000..2f3f667 Binary files /dev/null and b/target/classes/static/upload/shigujilu_shiguzhaopian7.jpg differ diff --git a/target/classes/static/upload/shigujilu_shiguzhaopian8.jpg b/target/classes/static/upload/shigujilu_shiguzhaopian8.jpg new file mode 100644 index 0000000..990e6bb Binary files /dev/null and b/target/classes/static/upload/shigujilu_shiguzhaopian8.jpg differ diff --git a/target/classes/static/upload/test b/target/classes/static/upload/test new file mode 100644 index 0000000..e69de29