linwenling
2023-08-01 c62776b21679c54f8e65baeb805b891e962c3eef
ruoyi-ui/src/views/device/index.vue
@@ -128,10 +128,10 @@
      <el-table-column fixed label="序号" sortable type="index" :index="(queryParams.pageNum-1)*queryParams.pageSize+1" width="120"/>
      <el-table-column label="设备名称" prop="name" sortable width="120" />
      <el-table-column label="时间" align="happenTime" sortable prop="happenTime" width="180">
      <el-table-column label="时间" align="happenTime" sortable prop="happenTime" width="150">
        <template slot-scope="scope">{{scope.row.happenTime? scope.row.happenTime: '————'}}</template>
      </el-table-column>
      <el-table-column label="是否注销" align="center" sortable prop="status" width="180">
      <el-table-column label="是否注销" align="center" sortable prop="status" width="120">
        <template slot-scope="scope">
          {{ getSrc1(scope.row.status) }}
        </template>
@@ -145,7 +145,7 @@
      </el-table-column>
      <el-table-column label="电子文件" prop="url" width="180" align="center">
      <el-table-column label="电子文件" prop="url" width="120" align="center">
        <template slot-scope="scope" >
          <div  @click="handleCheck(scope.row)">