|
@@ -320,11 +320,11 @@
|
|
|
>
|
|
|
<div class="jiben">
|
|
|
体检信息
|
|
|
- <span style="margin-left: 100px">
|
|
|
- 时间 : {{ item.createTime }}
|
|
|
+ <span style="margin-left: 226px;">
|
|
|
+ 时间 : <span>{{ item.createTime }}</span>
|
|
|
</span>
|
|
|
<el-button
|
|
|
- style="margin-left: 450px"
|
|
|
+ style="margin-left: 326px"
|
|
|
size="btd"
|
|
|
type="text"
|
|
|
@click="shanchus(item, index)"
|
|
@@ -632,8 +632,8 @@ export default {
|
|
|
},
|
|
|
/** 提交按钮 */
|
|
|
submitForm() {
|
|
|
- this.$refs["form"].validate((valid) => {
|
|
|
- if (valid) {
|
|
|
+ // this.$refs["form"].validate((valid) => {
|
|
|
+ // if (valid) {
|
|
|
if (this.form.id != null) {
|
|
|
updateExamine(this.form).then((response) => {
|
|
|
this.$modal.msgSuccess("修改成功");
|
|
@@ -648,8 +648,8 @@ export default {
|
|
|
this.getList();
|
|
|
});
|
|
|
}
|
|
|
- }
|
|
|
- });
|
|
|
+ // }
|
|
|
+ // });
|
|
|
},
|
|
|
/** 删除按钮操作 */
|
|
|
handleDelete(row) {
|
|
@@ -690,6 +690,10 @@ export default {
|
|
|
};
|
|
|
</script>
|
|
|
<style scoped>
|
|
|
+/* 单位树形下拉框 */
|
|
|
+::v-deep .vue-treeselect{
|
|
|
+ width: 280px !important;
|
|
|
+}
|
|
|
::v-deep .upload-file-list{
|
|
|
width: 540px !important;
|
|
|
}
|