buhuazhen
7 天以前 401952cc1bf9208667cdac24e2878d4d0e7e6ea9
src/views/customerService/expiryAfterSales/index.vue
@@ -39,7 +39,7 @@
            <el-button type="danger" @click="handleDelete">删除</el-button>
         </div>
      </div>
      <div class="table_list">
         <PIMTable
            rowKey="id"
@@ -60,7 +60,7 @@
            <template #operation="{ row }">
               <el-button type="primary" link @click="openForm('view', row)">查看</el-button>
               <el-button type="primary" link @click="openForm('edit', row)" v-if="row.status === 1">编辑</el-button>
               <el-button type="primary" link @click="openForm('handle', row)" v-if="row.status === 1">处理</el-button>
            </template>
         </PIMTable>
      </div>
@@ -201,7 +201,7 @@
      current: page.value.current,
      size: page.value.size
   };
   expiryAfterSalesListPage(queryParams).then(res => {
      // 映射后端返回数据到前端表格
      tableData.value = res.data.records.map(item => ({