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