WXL
2025-02-10 f4e079fcf2987400e0e555a8c404cb8a96a1ee5c
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">
@@ -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,