yz3456
2024-04-25 79d870e1d8c88c01fa5075e3fb30ad9f0b6f37f7
ruoyi-ui/src/views/travel/index.vue
@@ -78,7 +78,7 @@
          icon="el-icon-delete"
          size="mini"
          :disabled="multiple"
          @click="handleDelete1"
          @click="handleDelete"
          v-hasPermi="['system:role:remove']"
        >删除</el-button>
      </el-col>
@@ -88,6 +88,7 @@
    <!-- 序号、基金/台账、时间、收入/支出、用途、使用人、现金/自动扣划、余额、电子文件、备注 操作-->
    <!-- 这里有个familyList数组 是在data()中定义的 -->
    <el-table v-loading="loading" :data="travelpriceList" @row-click="getRowId" @selection-change="handleSelectionChange" :row-class-name="tableRowClassName" style="background: #FFEFF2;  border-radius: 14px 14px 14px 14px;">
      <el-table-column type="selection" :reserve-selection="true" width="55"  align="center" />
      <el-table-column type="expand" :cell-class-name="expandRowClassName">
        <template slot-scope="props">
          <div  >
@@ -829,7 +830,7 @@
        this.travelpriceList = response.data.data;
      //alert(this.travelpriceList.url)
      console.log("0000")
      console.log(this.travelpriceList)
      console.log(this.travelpriceList,'1111111111111111111111111')
        this.total = response.data.total;
        this.loading = false;