多人一屏同步问题解决前版本

This commit is contained in:
qianhao.xu
2024-02-02 15:17:35 +08:00
parent 0276eac6d3
commit 9c0e859f2f
7 changed files with 62 additions and 18 deletions

View File

@@ -88,9 +88,13 @@
:data="workorder_table_data"
>
<vxe-column type="seq" width="60"></vxe-column>
<vxe-column field="sort" title="序号"></vxe-column>
<vxe-column field="id" title="1工单号"></vxe-column>
<vxe-column field="clientWorkorder" title="工单号"></vxe-column>
<!-- <vxe-column field="sort" title="序号"></vxe-column> -->
<!-- <vxe-column field="id" title="1工单号"></vxe-column> -->
<vxe-column title="工单号">
<template #default="{row}">
<span style="color: blue;font-weight: bold;">{{ row.clientWorkorder }}</span>
</template>
</vxe-column>
<vxe-column field="blankNumber" title="毛坯号"></vxe-column>
<vxe-column field="finishedPartNumber" title="成品零件号"></vxe-column>
<vxe-column field="productDescription" title="产品描述"></vxe-column>