Commit b479eb50 by swl

feat: gx

parent 5470c333
...@@ -109,7 +109,7 @@ ...@@ -109,7 +109,7 @@
>复审拒绝</el-button >复审拒绝</el-button
> >
</template> </template>
<template v-if="scope.row.state === 2"> <!-- <template v-if="scope.row.state === 2">
<el-button <el-button
type="success" type="success"
size="mini" size="mini"
...@@ -124,7 +124,7 @@ ...@@ -124,7 +124,7 @@
@click="deny(scope.row)" @click="deny(scope.row)"
>终审拒绝</el-button >终审拒绝</el-button
> >
</template> </template> -->
<el-button <el-button
v-if=" v-if="
scope.row.attachedFileMark === true && scope.row.attachedFileMark === true &&
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment