Commit 88e15c87 authored by kangzhenfei's avatar kangzhenfei

无聊审批工作流web-set

parent 2c7a40f2
......@@ -1237,12 +1237,12 @@ html [type=button] {
left: 0;
text-align: center;
padding: 20px 0;
background: #d0d2d9;
background: #08080894;
div {
height: 25px;
font-size: 14px;
color: #333;
color: #ffffff;
line-height: 28px;
}
......
......@@ -603,9 +603,9 @@ export default {
currentNodeName: '当前环节',
nextNodeId: '下一环节Id',
nextNodeName: '下一环节',
creatorUserId: '创建用户Id',
creator: '创建人',
creationTime: '创建时间',
creatorUserId: '发起用户Id',
creator: '发起人',
creationTime: '发起时间',
},
processList: { //工艺规程列表
id: 'id',
......
<style lang="less" scope>
@import "../shen.less";
</style>
<template>
<div class="new-detail" style="width:90%;margin:0 auto">
<div class="new-detail">
<Row>
<Filed :span="8" name="编码:">{{!entity.code?'未分配':entity.code}}</Filed>
<Filed :span="8" name="名称:">{{entity.name}}</Filed>
......@@ -9,7 +12,7 @@
<Filed :span="8" name="版本:">{{entity.version}}</Filed>
<Filed :span="8" name="描述:">{{entity.description}}</Filed>
</Row>
<Divider orientation="left">扩展属性</Divider>
<Divider orientation="center"><h3>扩展属性</h3></Divider>
<Row>
<Filed v-for="li in fileds" :key="li.field" :span="li.span" :name="li.title+':'">
<State v-if="li.dataType==3" :code="li.note" :value="entity[li.field]" />
......
......@@ -288,3 +288,8 @@ export default {
watch: {}
}
</script>
<style lang="less">
.ivu-form .ivu-form-item-label{
color: white;
}
</style>
\ No newline at end of file
<template>
<div class="myBug">
<Tabs :animated="false" @on-click="tab" value="3">
......@@ -103,6 +104,29 @@ export default {
key: "schemaId",
hide: true
},
{
title: this.l("status"),
key: "status",
align: "center",
width: 120,
high: true,
code: "Handle.todoList.status"
},
{
title: this.l("creatorUserId"),
key: "creatorUserId",
hide: true
},
{
title: this.l("creator"),
key: "creator",
align: "center"
},
{
title: this.l("creationTime"),
key: "creationTime",
align: "center"
},
{
title: this.l("schemaName"),
key: "schemaName"
......@@ -135,27 +159,6 @@ export default {
title: this.l("nextNodeName"),
key: "nextNodeName"
},
{
title: this.l("status"),
key: "status",
high: true,
code: "Handle.todoList.status"
},
{
title: this.l("creatorUserId"),
key: "creatorUserId",
hide: true
},
{
title: this.l("creator"),
key: "creator",
align: "center"
},
{
title: this.l("creationTime"),
key: "creationTime",
align: "center"
},
{
title: "操作",
......
<style lang="less" scope>
@import "./shen.less";
</style>
<template>
<div class="Design">
<h3>{{ processTitle }}</h3>
......@@ -191,12 +194,4 @@ export default {
computed: {},
watch: {}
}
</script>
<style lang="less">
.Design{
margin:20px auto; width:90%;
.ivu-timeline-item-head{
background-color: transparent;
}
}
</style>
\ No newline at end of file
</script>
\ No newline at end of file
.new-detail{
margin: 0 auto;
width: 98%;
background: #fff;
box-shadow: 0px 2px 6px rgba(0,0,0,0.16);
}
.Design{
margin:20px auto;
width: 98%;
padding: 20px;
background: #fff;
box-shadow: 0px 2px 6px rgba(0,0,0,0.16);
.ivu-timeline-item-head{
background-color: transparent;
}
}
\ No newline at end of file
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