|
|
@@ -152,6 +152,13 @@
|
|
|
label="申请者角色"
|
|
|
width="150"
|
|
|
></el-table-column>
|
|
|
+ <el-table-column
|
|
|
+ prop="includeSubordinate"
|
|
|
+ label="是否包括下级单位"
|
|
|
+ width="100"
|
|
|
+ >
|
|
|
+
|
|
|
+ </el-table-column>
|
|
|
<el-table-column
|
|
|
prop="typeName"
|
|
|
label="审批类型"
|
|
|
@@ -159,9 +166,7 @@
|
|
|
></el-table-column>
|
|
|
<el-table-column prop="level" label="审批等级" width="100">
|
|
|
<template slot-scope="{ row }">
|
|
|
- <span v-if="row.level != '' && row.level != null"
|
|
|
- >lv.{{ row.level }}</span
|
|
|
- >
|
|
|
+ <span v-if="row.level != '' && row.level != null">lv.{{ row.level }}</span>
|
|
|
<span v-else>{{ row.level }}</span>
|
|
|
</template></el-table-column
|
|
|
>
|
|
|
@@ -183,7 +188,6 @@
|
|
|
<el-table-column
|
|
|
prop="remark"
|
|
|
label="备注信息"
|
|
|
- width="150"
|
|
|
></el-table-column>
|
|
|
<el-table-column label="操作" width="130" fixed="right">
|
|
|
<template slot-scope="{ row }">
|