lyh
2025-06-05 0d27c826c71c323ff605cd27a53bbc5a0c96f752
src/views/dnc/base/modules/ProductStructure/Document/NcDocumentSearchNcModal.vue
@@ -69,6 +69,11 @@
                     @change="handleTableChange"
                     :scroll="{y:456}" :size="size" rowKey="docId">
              <!-- 字符串超长截取省略号显示-->
              <span slot="docName" slot-scope="text">
                <j-ellipsis :value="text"/>
              </span>
            </a-table>
          </a-tab-pane>
        </a-tabs>
@@ -176,7 +181,7 @@
          title: '轴数',
          dataIndex: 'deviceCode',
          align: 'center',
          width: 80,
          width: 50,
          sorter: false
        },
        {
@@ -184,7 +189,8 @@
          dataIndex: 'docName',
          key: 'docName',
          align: 'center',
          width: 200,
          scopedSlots: { customRender: 'docName' },
          width: 240,
          sorter: true
        },
        {
@@ -192,7 +198,7 @@
          dataIndex: 'pullStatus_dictText',
          key: 'pullStatus',
          align: 'center',
          width: 100,
          width: 80,
          filters: [
            { text: '未出库', value: 1 },
            { text: '已出库', value: 2 }