mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/fe-manage.git
synced 2025-12-11 03:46:45 +08:00
查看阶段说明
This commit is contained in:
@@ -93,7 +93,7 @@
|
|||||||
<div class="rowbox">
|
<div class="rowbox">
|
||||||
<a-popover title="阶段说明">
|
<a-popover title="阶段说明">
|
||||||
<template #content>
|
<template #content>
|
||||||
<p>这里是阶段说明</p>
|
<p>{{value.remark}}</p>
|
||||||
</template>
|
</template>
|
||||||
<div class="shuom">说明</div>
|
<div class="shuom">说明</div>
|
||||||
</a-popover>
|
</a-popover>
|
||||||
@@ -316,6 +316,7 @@ export default {
|
|||||||
let obj = {
|
let obj = {
|
||||||
stageName:"无阶段任务",
|
stageName:"无阶段任务",
|
||||||
stageId:0,
|
stageId:0,
|
||||||
|
remark:value.remark,
|
||||||
taskProcessList: taskProcessList(value.taskProcessList),
|
taskProcessList: taskProcessList(value.taskProcessList),
|
||||||
};
|
};
|
||||||
array.push(obj);
|
array.push(obj);
|
||||||
@@ -325,6 +326,7 @@ export default {
|
|||||||
let obj = {
|
let obj = {
|
||||||
stageName: value.stageName,
|
stageName: value.stageName,
|
||||||
stageId: value.stageId,
|
stageId: value.stageId,
|
||||||
|
remark:value.remark,
|
||||||
taskProcessList: taskProcessList(value.taskProcessList),
|
taskProcessList: taskProcessList(value.taskProcessList),
|
||||||
};
|
};
|
||||||
if(value.stageId >0){
|
if(value.stageId >0){
|
||||||
@@ -483,7 +485,7 @@ export default {
|
|||||||
margin-left: 24px;
|
margin-left: 24px;
|
||||||
border: 1px solid rgba(64, 158, 255, 1);
|
border: 1px solid rgba(64, 158, 255, 1);
|
||||||
background: rgba(64, 158, 255, 0.1);
|
background: rgba(64, 158, 255, 0.1);
|
||||||
margin-right: 700px;
|
margin-right: 480px;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
.shuom {
|
.shuom {
|
||||||
color: rgba(64, 158, 255, 1);
|
color: rgba(64, 158, 255, 1);
|
||||||
|
|||||||
Reference in New Issue
Block a user