|
@@ -213,7 +213,7 @@
|
|
|
<!-- <p v-else-if=" scope.row.completion == 100">已完成</p>-->
|
|
|
<!-- <el-progress :percentage="scope.row.completion" v-else></el-progress>-->
|
|
|
<!-- </template>-->
|
|
|
- <template v-if="columnData.type != 5 && columnData.type != 6" #operate="scope">
|
|
|
+ <template #operate="scope">
|
|
|
<template v-for="(item, i) in columnData.columnBtnsList">
|
|
|
<template v-if="item.value == 'edit'">
|
|
|
<el-button size="mini" type="text" :key="i" :disabled="config.webType == 3 && [1, 2, 5].indexOf(scope.row.flowState) > -1" @click="columnBtnsHandel(item.value, scope.row)"
|