Commit 995aa358 authored by zhanglongtao's avatar zhanglongtao

显示修改

parent 1f38ed88
...@@ -1485,7 +1485,8 @@ export default { ...@@ -1485,7 +1485,8 @@ export default {
beginTime: '开始时间', beginTime: '开始时间',
endTime: '结束时间', endTime: '结束时间',
planEndTime: '计划结束时间', planEndTime: '计划结束时间',
action: '操作' action: '操作',
subWorkHourStatus:'工时状态'
}, },
product_level: { product_level: {
name: '名称', name: '名称',
......
...@@ -87,7 +87,7 @@ ...@@ -87,7 +87,7 @@
<Row> <Row>
<Col span="24" style="text-align: right; height: 60px; line-height: 60px"> <Col span="24" style="text-align: right; height: 60px; line-height: 60px">
<Button @click="handleClose" class="mr20">取消</Button> <Button @click="handleClose" class="mr20">取消</Button>
<Button type="primary" @click="handleSubmit" v-noClick>确认</Button> <Button type="primary" @click="handleSubmit" v-noClick>保存</Button>
</Col> </Col>
</Row> </Row>
</div> </div>
......
...@@ -226,7 +226,7 @@ export default { ...@@ -226,7 +226,7 @@ export default {
}, },
{ {
key: "subWorkHourStatus", key: "subWorkHourStatus",
title: "subWorkHourStatus", title: this.l("subWorkHourStatus"),
align: "center", align: "center",
high: true, high: true,
code: "workHour.status", code: "workHour.status",
......
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