|
@@ -118,7 +118,7 @@
|
|
|
label="营级审批人"
|
|
|
align="center"
|
|
|
prop="unitPeopleName"
|
|
|
- width="150"
|
|
|
+ width="90"
|
|
|
/>
|
|
|
<el-table-column label="营级审批状态" align="center" width="100">
|
|
|
<template slot-scope="scope">
|
|
@@ -168,7 +168,7 @@
|
|
|
label="一级审批人"
|
|
|
align="center"
|
|
|
prop="peopleoneName"
|
|
|
- width="150"
|
|
|
+ width="90"
|
|
|
/>
|
|
|
<el-table-column label="一级审批状态" align="center" width="100">
|
|
|
<template slot-scope="scope">
|
|
@@ -196,7 +196,7 @@
|
|
|
label="二级审批人"
|
|
|
align="center"
|
|
|
prop="peopletwoName"
|
|
|
- width="150"
|
|
|
+ width="90"
|
|
|
/>
|
|
|
<el-table-column label="二级审批状态" align="center" width="100">
|
|
|
<template slot-scope="scope">
|
|
@@ -224,7 +224,7 @@
|
|
|
label="三级审批人"
|
|
|
align="center"
|
|
|
prop="peoplethreeName"
|
|
|
- width="150"
|
|
|
+ width="90"
|
|
|
/>
|
|
|
<el-table-column label="三级审批状态" align="center" width="100">
|
|
|
<template slot-scope="scope">
|
|
@@ -1558,6 +1558,9 @@ export default {
|
|
|
::v-deep ::-webkit-input-placeholder {
|
|
|
color: #bdbdbd4f !important;
|
|
|
}
|
|
|
-/* 悬浮层 */
|
|
|
+/* 审批按钮样式 */
|
|
|
+::v-deep .cell {
|
|
|
+ display: flex !important;
|
|
|
+}
|
|
|
</style>
|
|
|
|