diff --git a/monitorMobile/pages/earlyWarning/components/radioPopup.vue b/monitorMobile/pages/earlyWarning/components/radioPopup.vue new file mode 100644 index 0000000..dc6dcd3 --- /dev/null +++ b/monitorMobile/pages/earlyWarning/components/radioPopup.vue @@ -0,0 +1,35 @@ + + + + + \ No newline at end of file diff --git a/monitorMobile/pages/earlyWarning/index.vue b/monitorMobile/pages/earlyWarning/index.vue index 61f5d3d..051fda0 100644 --- a/monitorMobile/pages/earlyWarning/index.vue +++ b/monitorMobile/pages/earlyWarning/index.vue @@ -42,7 +42,9 @@ - + + + 11111111111 @@ -51,6 +53,9 @@ src="@/static/image/earlyWarning/arrowRight.png" mode=""> + + @@ -94,22 +99,112 @@ - + - + - + + + + + + + + 学校名称学校名称学校名称学校名称 + + + {{item.warnHand == 1 ? '已处理' : '未处理'}} + + + + + + 警告类型:周界入侵 + + + + + + 警告摄像头:厨房(良景) + + + + + + + + + 姓名:杨云 + + + + + 系部:安环部 + + + + + + + 专业:环艺 + + + + + 班级:第二班 + + + + + + + 时间:2024-08-15 11:59:12 + + + + + + + + + 查看 + + + + + + + 处理 + + + + + + 删除 + + + + + + \ No newline at end of file diff --git a/monitorMobile/uni_modules/jp-select-plus/components/jp-select-plus/loading.vue b/monitorMobile/uni_modules/jp-select-plus/components/jp-select-plus/loading.vue new file mode 100644 index 0000000..54f9d67 --- /dev/null +++ b/monitorMobile/uni_modules/jp-select-plus/components/jp-select-plus/loading.vue @@ -0,0 +1,76 @@ + + + \ No newline at end of file diff --git a/monitorMobile/uni_modules/jp-select-plus/package.json b/monitorMobile/uni_modules/jp-select-plus/package.json new file mode 100644 index 0000000..0d399b0 --- /dev/null +++ b/monitorMobile/uni_modules/jp-select-plus/package.json @@ -0,0 +1,78 @@ +{ + "id": "jp-select-plus", + "displayName": "数据选择器、单选多选组件、弹框选择、可配置搜索", + "version": "1.1", + "description": "本组件是jp-select升级组件,该组件功能更强大,更方便。拥有 单选、多选、搜索、弹框选择、多选拼接展示...采用v-model双向绑定操作,用户使用更加方便", + "keywords": [ + "单选多选组件", + "数据选择器", + "弹出选择", + "select", + "搜索选择" + ], + "engines": { + "HBuilderX": "^3.1.0" + }, + "dcloudext": { + "sale": { + "regular": { + "price": "0.00" + }, + "sourcecode": { + "price": "0.00" + } + }, + "contact": { + "qq": "" + }, + "declaration": { + "ads": "无", + "data": "插件不采集任何数据", + "permissions": "无" + }, + "type": "component-vue" + }, + "uni_modules": { + "encrypt": [], + "platforms": { + "cloud": { + "tcb": "y", + "aliyun": "y" + }, + "client": { + "App": { + "app-vue": "y", + "app-nvue": "y" + }, + "H5-mobile": { + "Safari": "y", + "Android Browser": "y", + "微信浏览器(Android)": "y", + "QQ浏览器(Android)": "y" + }, + "H5-pc": { + "Chrome": "y", + "IE": "y", + "Edge": "y", + "Firefox": "y", + "Safari": "y" + }, + "小程序": { + "微信": "y", + "阿里": "y", + "百度": "y", + "字节跳动": "y", + "QQ": "y" + }, + "快应用": { + "华为": "y", + "联盟": "y" + }, + "Vue": { + "vue2": "y", + "vue3": "y" + } + } + } + } +} \ No newline at end of file diff --git a/monitorMobile/uni_modules/jp-select-plus/pages/index/index.vue b/monitorMobile/uni_modules/jp-select-plus/pages/index/index.vue new file mode 100644 index 0000000..764f95a --- /dev/null +++ b/monitorMobile/uni_modules/jp-select-plus/pages/index/index.vue @@ -0,0 +1,86 @@ + + + \ No newline at end of file diff --git a/monitorMobile/uni_modules/jp-select-plus/readme.md b/monitorMobile/uni_modules/jp-select-plus/readme.md new file mode 100644 index 0000000..9356c4a --- /dev/null +++ b/monitorMobile/uni_modules/jp-select-plus/readme.md @@ -0,0 +1,160 @@ +## 阿里矢量图-图标组件 +> **组件名:al-icon** + +### 安装方式 + +本组件符合[easycom](https://uniapp.dcloud.io/collocation/pages?id=easycom)规范,`HBuilderX 2.5.5`起,只需将本组件导入项目,在页面`template`中即可直接使用,无需在页面中`import`和注册`components`。 + +###本组件是jp-select 升级组件,该组件能满足大多数开发需求 +####拥有 单选、多选、搜索、弹框选择、多选拼接展示...采用v-model双向绑定操作,用户使用更加方便 + +### 用法 + +```html + + + +``` + +## API + +### 参数 +| 属性名 | 类型 | 默认值 | 说明 | +| | | | | +| list | Array| | 需要选择的数据(如果是对象需要配置 keys 和 showName 具体说明如下 ) | +| keys| String | code | 需要识别的code标识 | +| showName | String | name | 需要展示标识 | +| v-model | | | 双向绑定 | +| value | [String, Array] | | 初始值,多选时必须为数组 | +| label | String | | label名称 | +| labelColor | String | #646566 | label颜色 | +| labelWidth|String| '90px'| label宽度(当选项为一行时生效) | +| placeholder|String| '请选择'| placeholder | +| placeholderColor|String| '#999'| placeholder字体颜色 | +| isLineFeed|Boolean| true| 选项框是否为一行,默认独立开 | +| required|Boolean| false| 是否显示必填 | +| direction|String| left| 文字方向 默认左对齐 | +| color|String|'#00aaff' | 主题色 | +| alls|Boolean|false | 是否数据全部返回 | +| isoverflow|Boolean|false | 超出隐藏 | +| isJoin| Boolean|false | 多选时是否拼接展示 | +| isLine|Boolean| true | 底部是否有线条 | +| disabled|Boolean| fasle | 是否可以选择 | + +### 弹框参数 +| 属性名 | 类型 | 默认值 | 说明 | +| | | | | +| title | String| 请选择 |弹框名称 | +| cancelText| String | 取消 | 取消文字| +| confirmText | String | 确定 | 确定文字 | +| isSearch | Boolean| fasle | 是否开启头部搜索 | +| isSearchFun | Boolean| fasle | 点击头部搜索是是否调用外部方法 | +| isLoading | Boolean| fasle | 是否显示加载中 | + +### 事件 + +| 事件名 | 类型 | 回调参数 | 说明 | +| | | | | +| input | function |当前选择的数据 key 数组| | +| toConfirm | function | 当前选择的数据 全数据 | 点击确认 | +| onOpen | function |无 | 点击选择框时回调 | +| cancel | function |无 | 点击取消 | +| input | function |无 | e 当前选择的数据 key 数组 | + +### 方法 + +| 方法名| 说明 | +| | | +| open() | 打开弹框 | +| close() | 关闭弹框 | + + + + + + + +