WXL
2025-04-24 55c064ecee35b2fb81ce27ba2a5ab52adf647c85
src/views/patient/medtechnician/SpecializedService.vue
@@ -189,17 +189,17 @@
          <template slot-scope="scope">
            <div v-if="scope.row.sendstate == 1">
              <el-tag type="primary" :disable-transitions="false"
                >被领取</el-tag
                >表单已领取</el-tag
              >
            </div>
            <div v-if="scope.row.sendstate == 2">
              <el-tag type="primary" :disable-transitions="false"
                >待发送</el-tag
                >待执行</el-tag
              >
            </div>
            <div v-if="scope.row.sendstate == 3">
              <el-tag type="success" :disable-transitions="false"
                >已发送未领取</el-tag
                >表单已发送</el-tag
              >
            </div>
            <div v-if="scope.row.sendstate == 4">
@@ -286,7 +286,7 @@
        >
          <template slot-scope="scope">
            <span>{{
              scope.row.endDay ? scope.row.endDay + "天" : "日期缺失"
              scope.row.endDay ? scope.row.endDay + "天" : ""
            }}</span>
          </template>
        </el-table-column>
@@ -304,7 +304,7 @@
          key="phone"
          prop="phone"
        />
        <el-table-column
        <!-- <el-table-column
          label="责任护士"
          width="120"
          align="center"
@@ -317,7 +317,7 @@
          align="center"
          key="drname"
          prop="drname"
        />
        /> -->
        <!-- <el-table-column
          label="病历号"
@@ -703,11 +703,11 @@
          value: 0,
        },
        {
          name: "被领取",
          name: "表单已领取",
          value: 0,
        },
        {
          name: "已发送未领取",
          name: "表单已发送",
          value: 0,
        },
      ],
@@ -762,15 +762,15 @@
      topicoptions: [
        {
          value: 1,
          label: "被领取",
          label: "表单已领取",
        },
        {
          value: 2,
          label: "待发送",
          label: "待执行",
        },
        {
          value: 3,
          label: "已发送未领取",
          label: "表单已发送",
        },
        {
          value: 4,