fix : 修复权限按钮细节
This commit is contained in:
@@ -161,10 +161,10 @@
|
||||
<process-diagram-viewer v-if="processViewer" id-name="summaryProcess"/>
|
||||
</div>
|
||||
</div>
|
||||
<div class="oper-page-btn" v-if="data.state === '1' && data.taskId">
|
||||
<el-button @click="handleReject(summaryForm)">驳回</el-button>
|
||||
<el-button color="#DED0B2" @click="handleAgree">同意</el-button>
|
||||
</div>
|
||||
<!-- <div class="oper-page-btn" v-if="data.state === '1' && data.taskId">-->
|
||||
<!-- <el-button @click="handleReject(summaryForm)">驳回</el-button>-->
|
||||
<!-- <el-button color="#DED0B2" @click="handleAgree">同意</el-button>-->
|
||||
<!-- </div>-->
|
||||
</el-form>
|
||||
</div>
|
||||
</template>
|
||||
@@ -294,7 +294,6 @@ const handleDownload = (row) => {
|
||||
watch(
|
||||
() => props.formData,
|
||||
(val) => {
|
||||
console.log(val, 'ssss');
|
||||
}
|
||||
)
|
||||
watch(() => props.processViewer, (newVal) => {
|
||||
|
||||
Reference in New Issue
Block a user