文档服务地址:http://47.92.0.57:3000/ 周报索引地址:http://47.92.0.57:3000/s/NruNXRYmV

Commit 4a4fbcb3 by 李梓桢

image修改

parent 72b0eff8
......@@ -12,7 +12,7 @@
@click="goto(slotProps.file, slotProps.piece, slotProps.executor)">待审核</el-button>
<el-button v-if="slotProps.executor && slotProps.executor.state" type="success" size="mini" plain
@click="goto(slotProps.file, slotProps.piece)">修改</el-button>
@click="goto(slotProps.file, slotProps.piece, slotProps.executor)">修改</el-button>
<el-button type="primary" size="mini" plain :disabled="!slotProps.executor || !slotProps.executor.state"
@click="exportFile(slotProps.piece.type, slotProps.executor.relation_id)" >导出</el-button>
......
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