feige
2023-09-10 8319f67b9bec1d19c06eaa4216f0f34c67e3afb1
ruoyi-ui/src/views/bignote/index.vue
@@ -154,7 +154,9 @@
      <el-table-column label="人物" prop="people" sortable width="150px" />
      <el-table-column label="地点" prop="address" sortable width="150px" />
      <el-table-column label="大事标题" prop="title" sortable :show-overflow-tooltip="true" width="150px" />
      <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="remark" sortable width="150px" >
        <template slot-scope="scope">{{scope.row.remark? scope.row.remark: '————'}}</template>
      </el-table-column>