lyh
2025-06-05 0d27c826c71c323ff605cd27a53bbc5a0c96f752
修改文件名称展示效果  修改文件对应页签展示
已修改8个文件
52 ■■■■ 文件已修改
src/components/jeecg/JEllipsis.vue 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/dnc/base/modules/ProductStructure/Document/NcDocumentSearchModal.vue 5 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/dnc/base/modules/ProductStructure/Document/NcDocumentSearchNcModal.vue 12 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/dnc/base/modules/ProductStructure/Document/NcDocumentTableList.vue 4 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/dnc/base/modules/ProductStructure/Document/OtherDocumentTableList.vue 6 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/dnc/base/modules/ProductStructure/ProductStructureMainBottom.vue 6 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/dnc/common/DocumentBatchDeleteModal.vue 8 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/system/SysParamsList.vue 9 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/components/jeecg/JEllipsis.vue
@@ -18,7 +18,7 @@
      length: {
        type: Number,
        required: false,
        default: 25,
        default: 40,
      }
    }
  }
src/views/dnc/base/modules/ProductStructure/Document/NcDocumentSearchModal.vue
@@ -57,6 +57,10 @@
                     @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>
@@ -158,6 +162,7 @@
          dataIndex: 'docName',
          key: 'docName',
          align: 'center',
          scopedSlots: { customRender: 'docName' },
          width: 200,
          sorter: true
        },
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 }
src/views/dnc/base/modules/ProductStructure/Document/NcDocumentTableList.vue
@@ -3,6 +3,10 @@
    <a-table :columns="columns" :data-source="dataSource" bordered :pagination="ipagination" :loading="loading"
             :scroll="{y:265}" :customRow="customRow" :size="size" rowKey="docId" @change="handleTableChange">
      <!-- 字符串超长截取省略号显示-->
      <span slot="docName" slot-scope="text">
          <j-ellipsis :value="text"/>
        </span>
    </a-table>
    <DocumentModal ref="modalForm" @ok="modalFormOk"/>
src/views/dnc/base/modules/ProductStructure/Document/OtherDocumentTableList.vue
@@ -2,7 +2,10 @@
  <div>
    <a-table :columns="columns" :data-source="dataSource" bordered :pagination="ipagination" :loading="loading"
             :scroll="{y:265}" :customRow="customRow" :size="size" rowKey="docId" @change="handleTableChange">
      <!-- 字符串超长截取省略号显示-->
      <span slot="docName" slot-scope="text">
                <j-ellipsis :value="text"/>
      </span>
    </a-table>
    <DocumentModal ref="modalForm" @ok="modalFormOk"/>
@@ -45,6 +48,7 @@
            dataIndex: 'docName',
            key: 'docName',
            align: 'center',
            scopedSlots: { customRender: 'docName' },
            width: 300,
            sorter: true
          },
src/views/dnc/base/modules/ProductStructure/ProductStructureMainBottom.vue
@@ -47,12 +47,12 @@
                                    :size="containerSize"/>
        </a-tab-pane>
        <a-tab-pane :key="4" tab="使用设备" v-if="+currentLevelInfo.attributionType===5">
        <a-tab-pane :key="4" tab="使用设备" v-if="currentLevelInfo.classificationId_dictText==='nc'">
          <UseDocumentEquipmentTableList ref="useDocumentEquipmentTableRef" :currentDocumentInfo="currentLevelInfo"
                                         :size="containerSize"/>
        </a-tab-pane>
        <a-tab-pane :key="5" tab="刀具列表">
        <a-tab-pane :key="5" tab="刀具列表" v-if="currentLevelInfo.classificationId_dictText==='nc'">
          <CutterTableList ref="cutterTableListRef" :currentLevelInfo="currentLevelInfo" :size="containerSize"/>
        </a-tab-pane>
@@ -60,7 +60,7 @@
          <DocumentInfoFlow ref="flowTableListRef" :currentLevelDetails="currentLevelInfo" :size="containerSize"/>
        </a-tab-pane>
        <a-tab-pane :key="7" tab="批次列表">
        <a-tab-pane :key="7" tab="批次列表" v-if="currentLevelInfo.classificationId_dictText==='nc'">
          <GuideCardBatchList ref="guideCardBatchInfoRef" :guideCardBatchInfo="currentLevelInfo" :size="containerSize"/>
        </a-tab-pane>
src/views/dnc/common/DocumentBatchDeleteModal.vue
@@ -27,7 +27,12 @@
    <a-table :columns="columns" :data-source="dataSource" bordered :pagination="ipagination" :loading="loading"
             :rowSelection="{selectedRowKeys: selectedRowKeys, onChange: onSelectChange}" @change="handleTableChange"
             :scroll="{y:380}" :size="size" rowKey="docId" style="min-height: 480px">
      <span slot="docName" slot-scope="text">{{ text }}</span>
      <!-- 字符串超长截取省略号显示-->
      <span slot="docName" slot-scope="text">
                <j-ellipsis :value="text"/>
      </span>
    </a-table>
  </a-modal>
</template>
@@ -71,6 +76,7 @@
          dataIndex: 'docName',
          key: 'docName',
          align: 'center',
          scopedSlots: { customRender: 'docName' },
          width: 300,
          sorter: true
        },
src/views/system/SysParamsList.vue
@@ -100,7 +100,10 @@
      </template>
        </span>
        <!-- 字符串超长截取省略号显示-->
        <span slot="settingValue" slot-scope="text">
          <j-ellipsis :value="text"/>
        </span>
      </a-table>
    </div>
@@ -150,7 +153,9 @@
          {
            title:'参数值',
            align:"center",
            dataIndex: 'settingValue'
            dataIndex: 'settingValue',
            key: 'settingValue',
            scopedSlots: { customRender: 'settingValue' }
          },
          {
            title:'备注',