WXL
5 天以前 d846a58dbdfa0366c73427bfc62ff3ecae56d8f6
src/views/followvisit/outpatient/index.vue
@@ -66,7 +66,6 @@
            icon="el-icon-plus"
            size="medium"
            @click="handleAdd"
            v-hasPermi="['system:user:add']"
            >新增</el-button
          >
        </el-col>
@@ -241,11 +240,11 @@
          label="就诊时间"
          sortable
          align="center"
          prop="admindate"
          prop="admitdate"
          width="160"
        >
          <template slot-scope="scope">
            <span>{{ formatTime(scope.row.admindate) }}</span>
            <span>{{ formatTime(scope.row.admitdate) }}</span>
          </template>
        </el-table-column>
        <el-table-column