去掉生产企业信息编辑启动功能

tagView
zhengmingliang 3 years ago
parent 92161ff5b4
commit 31fd26645d

@ -263,14 +263,14 @@
</el-button </el-button
> --> > -->
<el-button <!-- <el-button
type="text" type="text"
size="small" size="small"
v-if=" scope.row.auditStatus == 1 && scope.row.status==1" v-if=" scope.row.auditStatus == 1 && scope.row.status==1"
@click.native="disableCert(scope.row,0)" @click.native="disableCert(scope.row,0)"
>启用 >启用
</el-button </el-button
> > -->
</template> </template>
</el-table-column> </el-table-column>
</el-table> </el-table>

Loading…
Cancel
Save