UI界面变更-法规评估任务-监控流程

This commit is contained in:
刘彦泽
2022-12-29 15:36:59 +08:00
parent 51e1b82e34
commit 70ff9c8789
10 changed files with 30 additions and 20 deletions
@@ -398,6 +398,7 @@
</script>
<style scoped>
@import '~@assets/less/common.less';
.detail-box {
padding: 67px 0 0 0;
background: #ffffff;
@@ -585,7 +585,7 @@
}
</style>
<style lang="less" scoped>
@import '~@assets/less/common.less';
@import'~@assets/less/common.less';
.doc-detail {
background: #fff;
@@ -95,7 +95,8 @@
</script>
<style scoped lang="less">
@import '~@assets/less/common.less';
@import'~@assets/less/common.less';
.box {
padding: 0 24px 24px 24px;
box-sizing: border-box;
@@ -40,35 +40,35 @@
{
title: this.$t('OperationContent'),
dataIndex: 'taskDefinitionKeyName',
align: 'center',
align: 'left',
width: '20%',
ellipsis: true
},
{
title: this.$t('opinion'),
dataIndex: 'approvalOpinion',
align: 'center',
align: 'left',
width: '20%',
ellipsis: true
},
{
title: this.$t('Operator'),
dataIndex: 'createBy',
align: 'center',
align: 'left',
width: '20%',
ellipsis: true
},
{
title: this.$t('role'),
dataIndex: 'operatorRoleName',
align: 'center',
align: 'left',
width: '20%',
ellipsis: true
},
{
title: this.$t('OperationTime'),
dataIndex: 'createTime',
align: 'center',
align: 'left',
width: '20%',
ellipsis: true,
customRender: function(t, r, index) {
@@ -115,6 +115,7 @@
</script>
<style scoped lang="less">
@import'~@assets/less/common.less';
.box {
padding: 0 24px 24px 24px;
box-sizing: border-box;
@@ -348,6 +348,7 @@
</script>
<style scoped>
@import '~@assets/less/common.less';
.detail-box {
padding: 67px 0 0 0;
background: #ffffff;
@@ -79,6 +79,8 @@
<style lang="less" scoped>
//@import '~styles/mixins';
@import'~@assets/less/common.less';
#processDetails {
height: 100%;
@@ -219,6 +219,7 @@
</script>
<style scoped>
@import '~@assets/less/common.less';
.detail-box {
padding: 67px 0 0 0;
background: #ffffff;
@@ -220,6 +220,7 @@
</script>
<style scoped>
@import '~@assets/less/common.less';
.page {
text-align: right;
margin-top: 20px;
@@ -51,7 +51,7 @@
columns: [
{
title: this.$t('standardInformation'),
align: 'center',
align: 'left',
dataIndex: 'standardInfo',
scopedSlots: { customRender: 'standardInformation' },
ellipsis: true,
@@ -59,21 +59,21 @@
},
{
title: this.$t('taskType'),
align: 'center',
align: 'left',
dataIndex: 'flowTypeShow',
ellipsis: true,
width: 170
},
{
title: this.$t('Sponsor'),
align: 'center',
align: 'left',
dataIndex: 'createBy',
ellipsis: true,
width: 170
},
{
title: this.$t('TaskCutOffTime'),
align: 'center',
align: 'left',
dataIndex: 'endTime',
ellipsis: true,
width: 170,
@@ -81,14 +81,14 @@
},
{
title: this.$t('taskStatus'),
align: 'center',
align: 'left',
dataIndex: 'statusShow',
ellipsis: true,
width: 170
},
{
title: this.$t('operation'),
align: 'center',
align: 'left',
fixed: 'right',
width: 120,
scopedSlots: { customRender: 'operation' }
@@ -204,6 +204,7 @@
</script>
<style scoped>
@import'~@assets/less/common.less';
.page {
text-align: right;
margin-top: 20px;
@@ -50,7 +50,7 @@
columns: [
{
title: this.$t('standardInformation'),
align: 'center',
align: 'left',
dataIndex: 'standardInfo',
ellipsis: true,
scopedSlots: { customRender: 'standardInformation' },
@@ -58,42 +58,42 @@
},
{
title: this.$t('taskType'),
align: 'center',
align: 'left',
dataIndex: 'flowTypeShow',
ellipsis: true,
width: 170
},
{
title: this.$t('Sponsor'),
align: 'center',
align: 'left',
dataIndex: 'createBy',
ellipsis: true,
width: 170
},
{
title: this.$t('CurrentProcessor'),
align: 'center',
align: 'left',
dataIndex: 'assigneeName',
ellipsis: true,
width: 170
},
{
title: this.$t('TaskCutOffTime'),
align: 'center',
align: 'left',
dataIndex: 'endTime',
ellipsis: true,
width: 170
},
{
title: this.$t('taskStatus'),
align: 'center',
align: 'left',
dataIndex: 'statusShow',
ellipsis: true,
width: 170
},
{
title: this.$t('operation'),
align: 'center',
align: 'left',
fixed: 'right',
width: 120,
scopedSlots: { customRender: 'operation' }
@@ -220,6 +220,7 @@
</script>
<style scoped>
@import'~@assets/less/common.less';
.page {
text-align: right;
margin-top: 20px;