Commit 0acd1581 authored by 旭艳's avatar 旭艳

去掉工时查看

parent 08fb8e0d
...@@ -33,7 +33,7 @@ export default { ...@@ -33,7 +33,7 @@ export default {
layConfig() { layConfig() {
return { return {
typeName: 'ExtProcessPlan', typeName: 'ExtProcessPlan',
layKey: 'instructEdit' layKey: 'instructProcessEdit'
} }
} }
}, },
......
...@@ -352,7 +352,7 @@ ...@@ -352,7 +352,7 @@
/> />
</el-badge> </el-badge>
</a> </a>
<a <!-- <a
href="javascript:void(0)" href="javascript:void(0)"
class="gooey-menu-item" class="gooey-menu-item"
:disabled="isOK" :disabled="isOK"
...@@ -376,7 +376,7 @@ ...@@ -376,7 +376,7 @@
<use xlink:href="#icon-tiaoshi" /> <use xlink:href="#icon-tiaoshi" />
</svg> </svg>
</el-badge> </el-badge>
</a> </a> -->
<a <a
href="javascript:void(0)" href="javascript:void(0)"
class="gooey-menu-item" class="gooey-menu-item"
......
...@@ -102,10 +102,10 @@ ...@@ -102,10 +102,10 @@
<i class="icon el-icon-collection" /> <i class="icon el-icon-collection" />
<p>视图切换</p> <p>视图切换</p>
</dd> </dd>
<dd @click="$refs.TimeToSee.open()"> <!-- <dd @click="$refs.TimeToSee.open()">
<span class="iconfont icon-view-mode" /> <span class="iconfont icon-view-mode" />
<p>工时查看</p> <p>工时查看</p>
</dd> </dd> -->
</dl> </dl>
</div> </div>
<TimeToSee ref="TimeToSee" /> <TimeToSee ref="TimeToSee" />
......
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