浏览代码

样式优化

ljy121 1 年之前
父节点
当前提交
5124ef799a

+ 2 - 7
client/src/views/OaSystem/financialManagement/loan/deptLoan.vue

@@ -83,7 +83,7 @@
           </el-table-column>
           <el-table-column prop="loanNumber" label="借款单号" width="180" />
           <el-table-column prop="applyDate" label="申请时间" width="120" />
-          <el-table-column prop="workerDept" label="借款人部门" width="100" />
+          <el-table-column prop="workerDept" label="借款人部门" width="180" />
           <el-table-column prop="worker" label="借款人" width="120" />
           <el-table-column prop="loanAmount" label="借款总金额" width="120" />
           <el-table-column prop="verifyAmount" label="已核销金额" width="120" />
@@ -95,12 +95,7 @@
             </template>
           </el-table-column>
           <el-table-column prop="verifyDate" label="核销时间" width="120" />
-          <el-table-column
-            show-overflow-tooltip="true"
-            prop="description"
-            label="借款说明"
-            width="360"
-          />
+          <el-table-column show-overflow-tooltip="true" prop="description" label="借款说明" />
           <el-table-column prop="flowStatus" label="状态" width="80">
             <template #default="scope">
               {{ flowStatusMap[scope.row.flowStatus] }}

+ 1 - 6
client/src/views/OaSystem/financialManagement/loan/loan.vue

@@ -104,12 +104,7 @@
             </template>
           </el-table-column>
           <el-table-column prop="verifyDate" label="核销时间" width="120" />
-          <el-table-column
-            show-overflow-tooltip="true"
-            prop="description"
-            label="借款说明"
-            width="300"
-          />
+          <el-table-column show-overflow-tooltip="true" prop="description" label="借款说明" />
           <el-table-column prop="flowStatus" label="状态" width="80">
             <template #default="scope">
               {{ flowStatusMap[scope.row.flowStatus] }}

+ 2 - 7
client/src/views/OaSystem/financialManagement/loan/myLoan.vue

@@ -83,7 +83,7 @@
           </el-table-column>
           <el-table-column prop="loanNumber" label="借款单号" width="180" />
           <el-table-column prop="applyDate" label="申请时间" width="120" />
-          <el-table-column prop="workerDept" label="借款人部门" width="100" />
+          <el-table-column prop="workerDept" label="借款人部门" width="180" />
           <el-table-column prop="worker" label="借款人" width="120" />
           <el-table-column prop="loanAmount" label="借款总金额" width="120" />
           <el-table-column prop="verifyAmount" label="已核销金额" width="120" />
@@ -95,12 +95,7 @@
             </template>
           </el-table-column>
           <el-table-column prop="verifyDate" label="核销时间" width="120" />
-          <el-table-column
-            show-overflow-tooltip="true"
-            prop="description"
-            label="借款说明"
-            width="360"
-          />
+          <el-table-column show-overflow-tooltip="true" prop="description" label="借款说明" />
           <el-table-column prop="flowStatus" label="状态" width="80">
             <template #default="scope">
               {{ flowStatusMap[scope.row.flowStatus] }}

+ 1 - 1
client/src/views/OaSystem/projectCenter/projectBook/deptProject.vue

@@ -108,7 +108,7 @@
           <el-table-column label="序号" width="60">
             <template #default="scope">{{ scope.$index + 1 }}</template>
           </el-table-column>
-          <el-table-column :show-overflow-tooltip="true" prop="xmmc" label="项目名称" width="320" />
+          <el-table-column :show-overflow-tooltip="true" prop="xmmc" label="项目名称" />
           <el-table-column prop="xmbh" label="项目编号" width="180" />
           <el-table-column prop="xzqmc" label="行政区" width="100">
             <template #default="scope">

+ 1 - 1
client/src/views/OaSystem/projectCenter/projectBook/myProject.vue

@@ -102,7 +102,7 @@
           <el-table-column label="序号" width="60">
             <template #default="scope">{{ scope.$index + 1 }}</template>
           </el-table-column>
-          <el-table-column :show-overflow-tooltip="true" prop="xmmc" label="项目名称" width="320" />
+          <el-table-column :show-overflow-tooltip="true" prop="xmmc" label="项目名称" />
           <el-table-column prop="xmbh" label="项目编号" width="180" />
           <el-table-column prop="xzqmc" label="行政区" width="100">
             <template #default="scope">

+ 1 - 1
client/src/views/OaSystem/projectCenter/projectBook/projectBook.vue

@@ -102,7 +102,7 @@
           <el-table-column label="序号" width="60">
             <template #default="scope">{{ scope.$index + 1 }}</template>
           </el-table-column>
-          <el-table-column :show-overflow-tooltip="true" prop="xmmc" label="项目名称" width="320" />
+          <el-table-column :show-overflow-tooltip="true" prop="xmmc" label="项目名称" />
           <el-table-column prop="xmbh" label="项目编号" width="180" />
           <el-table-column prop="xzqmc" label="行政区" width="100">
             <template #default="scope">