体检项目关闭重置名单
This commit is contained in:
+5
-5
@@ -83,11 +83,11 @@ layout("/layouts/platform.html"){
|
||||
:command="{type:'renew',data:row}">
|
||||
更新名单
|
||||
</el-dropdown-item>
|
||||
<el-dropdown-item
|
||||
v-if="( row.isWithinChoiceTime || row.canCreated ) && row.isHasUserList>0"
|
||||
:command="{type:'reset',data:row}">
|
||||
重置名单
|
||||
</el-dropdown-item>
|
||||
<!-- <el-dropdown-item-->
|
||||
<!-- v-if="( row.isWithinChoiceTime || row.canCreated ) && row.isHasUserList>0"-->
|
||||
<!-- :command="{type:'reset',data:row}">-->
|
||||
<!-- 重置名单-->
|
||||
<!-- </el-dropdown-item>-->
|
||||
<el-dropdown-item :command="{type:'edit',data:row}">
|
||||
编辑
|
||||
</el-dropdown-item>
|
||||
|
||||
Reference in New Issue
Block a user