WXL
昨天 c8e9849cb5f24848df0174c13bfbbff37bb08a5a
src/views/project/donatebaseinfo/index.vue
@@ -90,16 +90,13 @@
      :default-sort="{ prop: 'donatetime', order: 'descending' }"
    >
      <el-table-column label="姓名" align="center" prop="name" width="100" />
      <el-table-column
        label="案例时间"
        label="捐献编号"
        align="center"
        prop="donatetime"
        width="100"
      >
        <template slot-scope="scope">
          <span>{{ parseTime(scope.row.donatetime, "{y}-{m}-{d}") }}</span>
        </template>
      </el-table-column>
        prop="caseNo"
        width="200"
      />
      <el-table-column
        label="住院号"
        align="center"
@@ -120,19 +117,6 @@
            />
          </div>
          <div v-else><el-button type="danger" plain>任务终止</el-button></div>
        </template>
      </el-table-column>
      <el-table-column
        label="捐献类别"
        align="center"
        prop="donationcategory"
        width="150"
      >
        <template slot-scope="scope">
          <dict-tag
            :options="dict.type.sys_DonationCategory"
            :value="scope.row.donationcategory"
          />
        </template>
      </el-table-column>
@@ -159,12 +143,12 @@
          }}
        </template>
      </el-table-column>
      <el-table-column
      <!-- <el-table-column
        label="GCS评分"
        align="center"
        prop="gcsScore"
        width="100"
      />
      /> -->
      <el-table-column label="血型" align="center" prop="bloodtype" width="100">
        <template slot-scope="scope">
          <dict-tag
@@ -173,7 +157,19 @@
          />
        </template>
      </el-table-column>
      <el-table-column
        label="捐献类别"
        align="center"
        prop="donationcategory"
        width="150"
      >
        <template slot-scope="scope">
          <dict-tag
            :options="dict.type.sys_DonationCategory"
            :value="scope.row.donationcategory"
          />
        </template>
      </el-table-column>
      <el-table-column label="传染病" align="center" prop="infectious">
        <template slot-scope="scope">
          <span v-for="item in scope.row.infectious.split(',')"
@@ -189,6 +185,16 @@
        width="100"
      />
      <el-table-column
        label="上报时间"
        align="center"
        prop="donatetime"
        width="100"
      >
        <template slot-scope="scope">
          <span>{{ parseTime(scope.row.donatetime, "{y}-{m}-{d}") }}</span>
        </template>
      </el-table-column>
      <el-table-column
        label="操作"
        width="220"
        align="center"