WXL
2024-10-22 b10795e18a07b9beb72f25406f26f42491828be5
src/views/patient/patient/physical.vue
@@ -49,7 +49,7 @@
            <el-select
              v-model="queryParams.tagIds"
              multiple
              filterable
              filterable
              placeholder="请选择"
            >
              <el-option
@@ -187,10 +187,10 @@
            width="120"
          />
          <el-table-column
            label="联系电话(缺)"
            label="联系电话"
            align="center"
            key="telephone"
            prop="telephone"
            key="telcode"
            prop="telcode"
            width="120"
          />
          <el-table-column
@@ -257,7 +257,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
@@ -267,7 +267,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
@@ -858,7 +858,7 @@
    /** 下载模板操作 */
    importTemplate() {
      this.download(
        "system/user/importTemplate",
        "smartor/import/getImportPatTemplate",
        {},
        `user_template_${new Date().getTime()}.xlsx`
      );