WXL
2024-07-26 b14bdee1aaf639dd14440b42c6a0ce2e12549ee7
src/views/patient/questionnaire/index.vue
@@ -158,11 +158,19 @@
        <el-table-column type="selection" width="50" align="center" />
        <el-table-column
          label="序号"
          fixed
          align="center"
          key="userId"
          prop="userId"
        />
        <el-table-column
          label="姓名"
          fixed
          align="center"
          key="types"
          prop="types"
        />
        <el-table-column
          label="床号"
          align="center"
@@ -171,7 +179,6 @@
          prop="userName"
          width="120"
        />
        <el-table-column label="姓名" align="center" key="types" prop="types" />
        <el-table-column
          label="年龄"
          align="center"
@@ -225,18 +232,6 @@
          prop="topicnumberaa"
          width="120"
        />
        <el-table-column
          label="发送状态"
          align="center"
          key="topicnumber"
          prop="topicnumber"
          width="120"
          :show-overflow-tooltip="true"
        >
          <template slot-scope="scope">
            <div>已发送</div>
          </template>
        </el-table-column>
        <el-table-column
          label="就诊时间"
@@ -273,7 +268,20 @@
        </el-table-column>
        <el-table-column
          label="发送状态"
          align="center"
          key="topicnumber"
          prop="topicnumber"
          width="120"
          :show-overflow-tooltip="true"
        >
          <template slot-scope="scope">
            <div>已发送</div>
          </template>
        </el-table-column>
        <el-table-column
          label="操作"
          fixed="right"
          align="center"
          width="200"
          class-name="small-padding fixed-width"
@@ -883,7 +891,7 @@
    // 跳转详情页
    Seedetails() {
      this.$router.push({
        path: "/followvisit/particty",
        path: "/followvisit/QuestionnaireTask",
        query: { type: 6 },
      });
    },