Compare commits

..

No commits in common. "e671393bff60b894406007a15760163b7fa6fd4b" and "c37712d2b542daaacb011e324fcc957fb697d65b" have entirely different histories.

7 changed files with 25 additions and 45 deletions

View File

@ -7,11 +7,11 @@
"build": "vue-cli-service build --report"
},
"dependencies": {
"@element-plus/icons-vue": "^2.3.2",
"@element-plus/icons-vue": "2.0.10",
"@kjgl77/datav-vue3": "^1.7.1",
"@tinymce/tinymce-vue": "5.0.0",
"animate.css": "^4.1.1",
"axios": "^1.18.1",
"axios": "1.3.4",
"babylonjs": "^6.46.0",
"babylonjs-gui": "^6.46.0",
"babylonjs-loaders": "^6.46.0",
@ -19,26 +19,26 @@
"codemirror": "^5.65.17",
"codemirror-editor-vue3": "^2.7.0",
"copy-webpack-plugin": "^12.0.2",
"core-js": "^3.49.0",
"core-js": "3.29.0",
"cropperjs": "1.5.13",
"crypto-browserify": "^3.12.0",
"crypto-js": "^4.2.0",
"crypto-js": "4.1.1",
"d3": "^7.6.1",
"dagre-d3": "^0.6.4",
"dhtmlx-gantt": "^8.0.6",
"echarts": "^5.5.1",
"element-plus": "^2.14.3",
"element-plus": "^2.8.4",
"html2canvas": "^1.4.1",
"json-editor-vue3": "^1.0.6",
"jspdf": "^2.5.1",
"node-polyfill-webpack-plugin": "^4.0.0",
"nprogress": "0.2.0",
"qrcodejs2": "0.0.2",
"sortablejs": "^1.15.7",
"sortablejs": "1.15.0",
"tinymce": "6.3.2",
"vue": "^3.5.40",
"vue-i18n": "^11.4.7",
"vue-router": "^4.6.4",
"vue": "3.2.47",
"vue-i18n": "9.2.2",
"vue-router": "4.1.6",
"vuedraggable": "4.0.3",
"vuex": "4.1.0",
"xgplayer": "2.32.2",
@ -48,9 +48,9 @@
},
"devDependencies": {
"@babel/core": "7.21.00",
"@vue/cli-plugin-babel": "^5.0.9",
"@vue/cli-service": "^5.0.9",
"sass": "^1.101.0",
"@vue/cli-plugin-babel": "5.0.8",
"@vue/cli-service": "5.0.8",
"sass": "1.58.3",
"sass-loader": "10.1.1"
},
"browserslist": [

View File

@ -155,7 +155,6 @@
</el-card>
<p class="tables-title">作业人员</p>
<table class="tables" cellspacing="0">
<tbody>
<tr class="tableTh tableThS">
<td class="tableTd">序号</td>
<td class="tableTd" style="width:100px">姓名</td>
@ -173,11 +172,9 @@
</td>
<td class="tableTd" style="width:180px">{{ item.create_time }}</td>
</tr>
</tbody>
</table>
<p class="tables-title">气体检测记录</p>
<table class="tables" cellspacing="0">
<tbody>
<tr class="tableTh tableThS">
<td class="tableTd">序号</td>
<td class="tableTd">检测部位</td>
@ -201,11 +198,9 @@
<td class="tableTd">{{ item.check_time }}</td>
<td class="tableTd">{{ item.create_time }}</td>
</tr>
</tbody>
</table>
<p class="tables-title">处理日志</p>
<table class="tables" cellspacing="0">
<tbody>
<tr class="tableTh">
<td class="tableTd">进行状态</td>
<td class="tableTd attributeTd">操作类型</td>
@ -233,7 +228,6 @@
</td>
<td class="tableTd" v-if="item.participant_str==null">{{ item.update_time }}</td>
</tr>
</tbody>
</table>
</div>

View File

@ -9,13 +9,11 @@
@mouseout="mouseOut"
>
<table class="totall">
<tbody>
<tr class="title">
<th v-for="itemx in titleData" :key="itemx">
{{ itemx }}
</th>
</tr>
</tbody>
</table>
<div
:id="refValue"
@ -24,7 +22,6 @@
>
<div :id="'scrollBody' + refValue">
<table :class="{ marquee_top: animate }">
<tbody>
<tr
v-for="(itemy, index) in rowData"
class="rollData"
@ -50,13 +47,11 @@
<span v-else>{{ itemz.value }}</span>
</td>
</tr>
</tbody>
</table>
<table
:class="{ marquee_top: animate }"
v-show="scrollVivible"
>
<tbody>
<tr
v-for="(itemy, index) in rowData"
class="rollData"
@ -86,7 +81,6 @@
<span v-else>{{ itemz.value }}</span>
</td>
</tr>
</tbody>
</table>
</div>
</div>

View File

@ -1,23 +1,19 @@
<template>
<div class="wrapper" @mouseover="mouseOver" @mouseout="mouseOut">
<table class="totall">
<tbody>
<table class="totall">
<tr class="title">
<th v-for="itemx in liData" :key="itemx">{{ itemx }}</th>
<th v-for="itemx in liData" :key="itemx">{{ itemx }}</th>
</tr>
</tbody>
</table>
</table>
<div ref="moocBox" class="wrapper2">
<table :class="{ marquee_top: animate }">
<tbody>
<tr v-for="itemy in listData" class="rollData" ref="con1" :key="itemy">
<td v-for="itemz in itemy" :key="itemz">{{ itemz }}</td>
</tr>
<tr v-for="itemy in listData" class="rollData" ref="con2" :key="itemy">
<td v-for="itemz in itemy" :key="itemz">{{ itemz }}</td>
</tr>
</tbody>
</table>
<table :class="{ marquee_top: animate }">
<tr v-for="itemy in listData" class="rollData" ref="con1" :key="itemy">
<td v-for="itemz in itemy" :key="itemz">{{ itemz }}</td>
</tr>
<tr v-for="itemy in listData" class="rollData" ref="con2" :key="itemy">
<td v-for="itemz in itemy" :key="itemz">{{ itemz }}</td>
</tr>
</table>
</div>
</div>
</template>

View File

@ -195,7 +195,7 @@
</el-container>
</template>
<script lang="jsx">
<script>
export default {
name: "statistics_guan",
data() {

View File

@ -327,7 +327,7 @@
</el-container>
</template>
<script lang="jsx">
<script>
export default {
name: "statistics_guan",
data() {

View File

@ -37,7 +37,6 @@
<el-main id="elMain">
<el-row :gutter="15">
<table class="tables" border="1" cellspacing="0">
<tbody>
<tr>
<th class="tableTh tableHead" colspan="15">库存统计</th>
</tr>
@ -205,12 +204,10 @@
<td class="tableTd">外扫未抛光</td>
<td class="tableTd"></td>
</tr>
</tbody>
</table>
</el-row>
<el-row :gutter="15">
<table class="tables" border="1" cellspacing="0">
<tbody>
<tr>
<th class="tableTh tableHead" colspan="15">扫边车间数据汇总</th>
</tr>
@ -361,7 +358,6 @@
<td class="tableTd">外扫未抛光</td>
<td class="tableTd"></td>
</tr>
</tbody>
</table>
</el-row>
</el-main>