qinxianzhangyao
2023-12-11 83e6634922b704750575d3dbf6275edb0fae4cbb
src/views/hosp/history/index.vue
@@ -259,7 +259,7 @@
                    <template slot-scope="scope">
                      <!-- <el-input v-model="scope.row.isOk" placeholder="请输入是否痊愈" /> -->
                      <el-select filterable size="mini" v-model="scope.row.harmTypeLogs" multiple placeholder="请选择有害因素" clearable>
                        <el-option v-for="dict in harmTypeList" :key="dict.aid" :label="dict.harmtype"
                        <el-option v-for="dict in harmTypeList" :key="dict.aid" :label="dict.harmType"
                          :value="dict.aid" />
                      </el-select>
                    </template>
@@ -376,7 +376,7 @@
        deleted: [
          {
            required: true,
            message: "$comment不能为空",
            message: "",
            trigger: "blur",
          },
        ],