diff --git a/public/img/photon_bg.png b/public/img/photon_bg.png new file mode 100644 index 00000000..1e58b531 Binary files /dev/null and b/public/img/photon_bg.png differ diff --git a/public/img/photon_header.png b/public/img/photon_header.png new file mode 100644 index 00000000..b51a6a16 Binary files /dev/null and b/public/img/photon_header.png differ diff --git a/public/img/photon_title.png b/public/img/photon_title.png new file mode 100644 index 00000000..ee02e706 Binary files /dev/null and b/public/img/photon_title.png differ diff --git a/public/img/photon_title_icon.png b/public/img/photon_title_icon.png new file mode 100644 index 00000000..dbd4346e Binary files /dev/null and b/public/img/photon_title_icon.png differ diff --git a/src/config/route.js b/src/config/route.js index 4af9939f..f71c9a10 100644 --- a/src/config/route.js +++ b/src/config/route.js @@ -1934,6 +1934,17 @@ const routes = [ }, "component": "bigScreen/index_photon" }, + { + "path": "/bigScreenP2", + "name": "bigScreenP2", + "meta": { + "title": "数据看板2", + "icon": "el-icon-platform", + "perms": ["bigScreenP"], + "fullpage": true, + }, + "component": "bigScreen/textIndex" + }, //车间看板 { "path": "/bigScreenP_10", diff --git a/src/views/bigScreen/textIndex.vue b/src/views/bigScreen/textIndex.vue new file mode 100644 index 00000000..df80d7aa --- /dev/null +++ b/src/views/bigScreen/textIndex.vue @@ -0,0 +1,587 @@ + + + \ No newline at end of file diff --git a/src/views/inm/mioitem.vue b/src/views/inm/mioitem.vue index e4bc2ccb..7c6308ad 100644 --- a/src/views/inm/mioitem.vue +++ b/src/views/inm/mioitem.vue @@ -45,8 +45,8 @@ 检验 - - 检验 + + 产看 删除 @@ -154,6 +154,13 @@ export default { this.$refs.checkDialog.open("add"); }); }, + table_Show(row){ + this.dialog.check = true; + this.mioitemId = row.id; + this.$nextTick(() => { + this.$refs.checkDialog.open("add"); + }); + }, //本地更新数据 handleSaveSuccess(data, mode) { if (mode == "add") {