From 6c202c27f038a996308923c0e16db04d14978855 Mon Sep 17 00:00:00 2001
From: yz_08 <yz_0812@outlook.com>
Date: 星期一, 01 二月 2021 19:54:54 +0800
Subject: [PATCH] 修改首页
---
src/views/user/Informationinput.vue | 28 ++++++++++++++--------------
1 files changed, 14 insertions(+), 14 deletions(-)
diff --git a/src/views/user/Informationinput.vue b/src/views/user/Informationinput.vue
index 8c05f4d..21f87cb 100644
--- a/src/views/user/Informationinput.vue
+++ b/src/views/user/Informationinput.vue
@@ -89,13 +89,13 @@
<el-table-column prop="guardNumb" label="保安员证号" width="180" />
<el-table-column prop="archivesNumber" label="档案编号" width="180" />
<el-table-column prop="archivesStatus" label="档案情况" width="180" />
-<!-- <el-row>-->
-<!-- <el-col :span="24" class="button-from">-->
-<!-- <el-button type="info">提交</el-button>-->
-<!-- <el-button type="warning">暂存</el-button>-->
-<!-- <el-button type="danger">取消</el-button>-->
-<!-- </el-col>-->
-<!-- </el-row>-->
+ <!-- <el-row>-->
+ <!-- <el-col :span="24" class="button-from">-->
+ <!-- <el-button type="info">提交</el-button>-->
+ <!-- <el-button type="warning">暂存</el-button>-->
+ <!-- <el-button type="danger">取消</el-button>-->
+ <!-- </el-col>-->
+ <!-- </el-row>-->
</el-table>
<el-table
v-show="showArr[1].show"
@@ -317,13 +317,13 @@
<el-table-column prop="sbumitBy" label="递交人" width="180" />
<el-table-column prop="expensesFee" label="医疗总费用" width="180" />
<el-table-column prop="compensated" label="已赔付医药费用" width="180" />
-<!-- <el-row>-->
-<!-- <el-col :span="24" class="button-from">-->
-<!-- <el-button type="info">提交</el-button>-->
-<!-- <el-button type="warning">暂存</el-button>-->
-<!-- <el-button type="danger">取消</el-button>-->
-<!-- </el-col>-->
-<!-- </el-row>-->
+ <!-- <el-row>-->
+ <!-- <el-col :span="24" class="button-from">-->
+ <!-- <el-button type="info">提交</el-button>-->
+ <!-- <el-button type="warning">暂存</el-button>-->
+ <!-- <el-button type="danger">取消</el-button>-->
+ <!-- </el-col>-->
+ <!-- </el-row>-->
</el-table>
<el-table v-show="showArr[11].show" ref="occupationalTable" :data="laborTroubleData" style="width: 100%;height: 70%;">
<el-table-column type="selection" width="55" />
--
Gitblit v1.8.0