WXL
2025-03-20 838d8b59fa42479a8afb3fea20eea7e5f3071162
测试完成
已修改1个文件
12 ■■■■■ 文件已修改
src/views/patient/patient/index.vue 12 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/patient/patient/index.vue
@@ -269,7 +269,7 @@
                align="center"
                key="age"
                prop="age"
                width="60"
                width="100"
              />
              <el-table-column
                label="出生年月"
@@ -292,7 +292,7 @@
                align="center"
                key="tagList"
                prop="tagList"
                width="160"
                width="180"
                :show-overflow-tooltip="true"
              >
                <template slot-scope="scope">
@@ -314,14 +314,12 @@
                align="center"
                key="telcode"
                prop="telcode"
                width="120"
              />
              <el-table-column
                label="建档日期"
                align="center"
                key="createTime"
                prop="createTime"
                width="160"
              >
                <template slot-scope="scope">
                  <span>{{ formatTime(scope.row.createTime) }}</span>
@@ -331,7 +329,6 @@
                label="更新日期"
                align="center"
                prop="archivetime"
                width="160"
              >
                <template slot-scope="scope">
                  <span>{{ formatTime(scope.row.archivetime) }}</span>
@@ -341,7 +338,7 @@
                fixed="right"
                label="操作"
                align="center"
                width="190"
                width="200"
                class-name="small-padding fixed-width"
              >
                <template slot-scope="scope">
@@ -479,7 +476,7 @@
            align="center"
            key="sendState"
            prop="sendState"
            width="120"
            width="180"
          >
            <template slot-scope="scope">
              <dict-tag
@@ -1048,7 +1045,6 @@
        ],
        sex: [{ required: true, message: "性别不能为空", trigger: "blur" }],
        age: [{ required: true, message: "年龄不能为空", trigger: "blur" }],
        nation: [{ required: true, message: "民族不能为空", trigger: "blur" }],
        telcode: [
          { required: true, message: "联系方式不能为空", trigger: "blur" },