WXL
3 天以前 c8e9849cb5f24848df0174c13bfbbff37bb08a5a
src/views/business/affirm/index.vue
@@ -112,9 +112,9 @@
      >
        <el-table-column type="selection" width="55" align="center" />
        <el-table-column
          label="案例编号"
          label="捐献编号"
          align="center"
          prop="inpatientno"
          prop="caseNo"
          width="120"
        />
        <el-table-column
@@ -165,7 +165,19 @@
            }}</span>
          </template>
        </el-table-column>
<el-table-column
          label="确认状态"
          align="center"
          prop="state"
          width="100"
        >
          <template slot-scope="scope">
            <dict-tag
              :options="dict.type.affirm_type"
              :value="scope.row.state"
            />
          </template>
        </el-table-column>
        <el-table-column
          label="家属意见"
          align="center"
@@ -244,7 +256,7 @@
export default {
  name: "ConfirmationList",
  components: { Pagination },
  dicts: ["sys_user_sex"],
  dicts: ["sys_user_sex",'affirm_type'],
  data() {
    return {
      // 遮罩层