Commit 8487369f authored by dxw's avatar dxw

页面调整

parent 3d3e4116
......@@ -25,9 +25,12 @@
el-table-column( prop="stationName" columnKey="station_name" header-align="center" align="center" label="站点名称" sortable='custom')
el-table-column( prop="applyType" columnKey="apply_type" header-align="center" align="center" label="申请接管类型" sortable='custom')
template(slot-scope='scope')
font(v-if='scope.row.applyType===1') 线路中心
font(v-if='scope.row.applyType===1') 总控平台
font(v-if='scope.row.applyType===2') 路网中心
el-table-column( prop="applyUserName" columnKey="apply_user_name" header-align="center" align="center" label="申请人" sortable='custom')
template(slot-scope='scope')
font(v-if='scope.row.applyType===1') 总控管理员
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="takeoverType" columnKey="takeover_type" header-align="center" align="center" label="接管类型" sortable='custom')
template(slot-scope='scope')
......
......@@ -12,11 +12,12 @@
font {{dataForm.stationName}}
el-col(:span='12')
el-form-item(label="申请接管类型:" )
font(v-if='dataForm.applyType===1') 线路中心
font(v-if='dataForm.applyType===1') 总控平台
font(v-if='dataForm.applyType===2') 路网中心
el-col(:span='12')
el-form-item(label="申请人:")
font {{dataForm.applyUserName}}
font(v-if='dataForm.applyType===1') 总控管理员
font(v-if='dataForm.applyType===2') 路网管理员
el-col(:span='12')
el-form-item(label="申请时间:")
font {{dataForm.applyTime}}
......
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