release-v1.0 #1
@ -605,10 +605,13 @@ export default {
|
|||||||
if(value == null || value == '' || value == undefined){
|
if(value == null || value == '' || value == undefined){
|
||||||
return false
|
return false
|
||||||
}
|
}
|
||||||
if(value.length > 0){
|
if(value.length > 1){
|
||||||
return true
|
return true
|
||||||
}
|
}
|
||||||
}
|
},
|
||||||
|
onPopoverShow(list) {
|
||||||
|
this.relationToolList = list; // 更新要显示的工具列表
|
||||||
|
},
|
||||||
|
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
@ -2,9 +2,10 @@
|
|||||||
<div v-loading="loading||detailLoading">
|
<div v-loading="loading||detailLoading">
|
||||||
<div class="drawer-head">
|
<div class="drawer-head">
|
||||||
<div class="cell-title">
|
<div class="cell-title">
|
||||||
<div>
|
<div v-if="pListData && pListData.procInstId">
|
||||||
<p class="title">新增工具</p>
|
<p class="title">审核工具</p>
|
||||||
</div>
|
</div>
|
||||||
|
<div v-else>新增工具</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="cell-btn">
|
<div class="cell-btn">
|
||||||
<el-button type="primary" v-if="pListData && pListData.procInstId" @click="handleMonitor">流程监控</el-button>
|
<el-button type="primary" v-if="pListData && pListData.procInstId" @click="handleMonitor">流程监控</el-button>
|
||||||
@ -44,6 +45,7 @@
|
|||||||
maxlength="200"
|
maxlength="200"
|
||||||
:autosize="{ minRows: 4, maxRows: 4 }"
|
:autosize="{ minRows: 4, maxRows: 4 }"
|
||||||
:style="{ width: '100%' }"
|
:style="{ width: '100%' }"
|
||||||
|
show-word-limit
|
||||||
></el-input>
|
></el-input>
|
||||||
</el-form-item>
|
</el-form-item>
|
||||||
</el-col>
|
</el-col>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user