| | |
| | | <el-button icon="icon-zhengjian" :size="size" :type="type" class="zhengJian-icon" |
| | | @click.stop="handleCredentials(row,true)">查看</el-button> |
| | | |
| | | <el-button icon="icon-zhengjian" :size="size" :type="type" class="zhengJian-icon" |
| | | <el-button v-if="row.status == 3" icon="icon-zhengjian" :size="size" :type="type" class="zhengJian-icon" |
| | | @click.stop="handleCredentials(row,false)">重新提交</el-button> |
| | | </template> |
| | | </avue-crud> |
| | |
| | | .openOnceCLoce:hover { |
| | | color: red; |
| | | } |
| | | </style> |
| | | </style> |
| | |
| | | <div class="hand-next"> |
| | | <el-button type="primary" @click="commitFrom()" :disabled="status">{{status ? "提交审批" : "提交审批" |
| | | }}</el-button> |
| | | <el-button type="info" @click="qx">取消</el-button> |
| | | <!-- <el-button type="info" @click="qx">取消</el-button> --> |
| | | </div> |
| | | |
| | | </basic-container> |