feige
2023-09-10 8319f67b9bec1d19c06eaa4216f0f34c67e3afb1
ruoyi-ui/src/views/clean/index.vue
@@ -132,6 +132,9 @@
          <template slot-scope="scope">{{scope.row.happenTime? scope.row.happenTime: '————'}}</template>
        </el-table-column>
        <el-table-column label="备注" prop="remark" sortable width="100" />
        <el-table-column label="是否是本家庭记录" prop="ownData" sortable width="150px" >
          <template slot-scope="scope">{{scope.row.ownData === 0 ? '否': '是'}}</template>
        </el-table-column>
        <el-table-column label="电子文件" prop="url" width="180" align="center">
          <template slot-scope="scope" >
@@ -647,7 +650,7 @@
      /** 删除按钮操作 */
      handleDelete(row) {
        const Ids = row.id || this.ids;
        this.$modal.confirm('是否确认删除资产编号为"' + Ids + '"的数据项?').then(function() {
        this.$modal.confirm('是否确认删除所选数据项?').then(function() {
          return delClean(Ids);
        }).then(() => {
          this.getList();