houjie
2023-09-05 6bc6b53ed1141673effd0ed265e13d34706cc3d2
src/views/eam/EquipmentUnsealList.vue
@@ -110,7 +110,9 @@
        :customRow="clickThenSelect"
        @change="handleTableChange"
      >
<span slot="num" slot-scope="text">
          <j-ellipsis :value="text" :length="15" />
        </span>
        <template
          slot="htmlSlot"
          slot-scope="text"
@@ -293,7 +295,10 @@
          title: '单据号',
          align: 'center',
          sorter: true,
          dataIndex: 'num'
          dataIndex: 'num',
          scopedSlots: { customRender: 'num' },
          width: 100,
          ellipsis: true
        },
        {
          title: '创建人',
@@ -483,7 +488,7 @@
      }
      deleteAction(this.url.delete, { id: id }).then(res => {
        if (res.success) {
          //重新计算分页问题
          //重新计算分页问题
          this.reCalculatePage(1)
          this.$message.success(res.message)
          this.loadData()