Commit f37fbe3a authored by renjintao's avatar renjintao

title

parent 394762da
<template> <template>
<div class="detail"> <div class="detail">
<p class="pl10 pb10">用户姓名:<span class="mr20">管理员</span>用户编号:<span class="mr20">10011</span>工时数量:<span class="mr20">800.00</span>计划数量:<span class="mr20">1000.00</span>合格数量:<span class="mr20">7805</span></p>
<DataGrid :columns="columns" ref="grid" :action="action" :easy="false" :set="false"> <DataGrid :columns="columns" ref="grid" :action="action" :easy="false" :set="false">
</DataGrid> </DataGrid>
</div> </div>
...@@ -78,7 +79,7 @@ export default { ...@@ -78,7 +79,7 @@ export default {
if (this.row != null && this.row != {}) { if (this.row != null && this.row != {}) {
this.entity = this.row this.entity = this.row
//this.load(this.eid); //this.load(this.entity.id);
} }
}, },
methods: { methods: {
......
...@@ -130,7 +130,7 @@ export default { ...@@ -130,7 +130,7 @@ export default {
view(rowInfo) { view(rowInfo) {
this.curId = rowInfo.id; this.curId = rowInfo.id;
this.row = rowInfo; this.row = rowInfo;
this.title = "工时详情------【" + "员工姓名:管理员;员工编号:10001;工时数量:10000.00;计划数量:8000.00;合格数量:9000.00】"; this.title = "工时详情";
this.full = true; this.full = true;
this.initBtn = false; this.initBtn = false;
this.detail = () => import("./detail"); this.detail = () => import("./detail");
......
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