11
WXL
2024-02-21 633f26d8e772b2441fb3fab72ecab0a047def74c
src/views/project/relativesconfirmation/index.vue
@@ -157,10 +157,14 @@
        prop="recordstate"
      >
        <template slot-scope="scope">
          <dict-tag
          <div v-if="!scope.row.terminationCase">
            <dict-tag
            :options="dict.type.sys_DonationStatus"
            :value="scope.row.recordstate"
          />
            />
          </div>
          <div v-else>任务中止</div>
        </template>
      </el-table-column>