Commit 1c1f1fa6 authored by dxw's avatar dxw

页面调整

parent 8487369f
...@@ -29,7 +29,8 @@ ...@@ -29,7 +29,8 @@
font(v-if='scope.row.applyType===2') 路网中心 font(v-if='scope.row.applyType===2') 路网中心
el-table-column( prop="applyUserName" columnKey="apply_user_name" header-align="center" align="center" label="申请人" sortable='custom') el-table-column( prop="applyUserName" columnKey="apply_user_name" header-align="center" align="center" label="申请人" sortable='custom')
template(slot-scope='scope') template(slot-scope='scope')
font(v-if='scope.row.applyType===1') 总控管理员 font(v-if='scope.row.applyType===1 && scope.row.applyUserName!=="系统"') 总控管理员
font(v-if='scope.row.applyType===1 && scope.row.applyUserName==="系统"') 系统
font(v-if='scope.row.applyType===2') 路网管理员 font(v-if='scope.row.applyType===2') 路网管理员
el-table-column( prop="applyTime" columnKey="apply_time" header-align="center" align="center" label="申请时间" sortable='custom') el-table-column( prop="applyTime" columnKey="apply_time" header-align="center" align="center" label="申请时间" sortable='custom')
el-table-column( prop="takeoverType" columnKey="takeover_type" header-align="center" align="center" label="接管类型" sortable='custom') el-table-column( prop="takeoverType" columnKey="takeover_type" header-align="center" align="center" label="接管类型" sortable='custom')
......
...@@ -16,7 +16,8 @@ ...@@ -16,7 +16,8 @@
font(v-if='dataForm.applyType===2') 路网中心 font(v-if='dataForm.applyType===2') 路网中心
el-col(:span='12') el-col(:span='12')
el-form-item(label="申请人:") el-form-item(label="申请人:")
font(v-if='dataForm.applyType===1') 总控管理员 font(v-if='dataForm.applyType===1&& dataForm.applyUserName!=="系统"') 总控管理员
font(v-if='dataForm.applyType===1&& dataForm.applyUserName==="系统"') 系统
font(v-if='dataForm.applyType===2') 路网管理员 font(v-if='dataForm.applyType===2') 路网管理员
el-col(:span='12') el-col(:span='12')
el-form-item(label="申请时间:") el-form-item(label="申请时间:")
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment