WXL
2024-11-01 2a39af937f29471dab27b152dfae2b1fc28b32d6
src/views/patient/questionnaire/index.vue
@@ -236,7 +236,7 @@
          width="160"
        >
          <template slot-scope="scope">
            <span>{{ parseTime(scope.row.createTime) }}</span>
            <span>{{ formatTime(scope.row.createTime) }}</span>
          </template>
        </el-table-column>
        <el-table-column
@@ -247,7 +247,7 @@
          width="160"
        >
          <template slot-scope="scope">
            <span>{{ parseTime(scope.row.createTime) }}</span>
            <span>{{ formatTime(scope.row.createTime) }}</span>
          </template>
        </el-table-column>
        <el-table-column
@@ -258,7 +258,7 @@
          width="160"
        >
          <template slot-scope="scope">
            <span>{{ parseTime(scope.row.createTime) }}</span>
            <span>{{ formatTime(scope.row.createTime) }}</span>
          </template>
        </el-table-column>
@@ -271,7 +271,7 @@
          :show-overflow-tooltip="true"
        >
          <template slot-scope="scope">
            <div>已发送</div>
            <div>已发送未领取</div>
          </template>
        </el-table-column>
        <el-table-column