Commit 65c738bc by 夏超

[fix] 修改任务的工艺设计

parent a013b686
@font-face {
font-family: "iconfont"; /* Project id 4723859 */
src: url('iconfont.woff2?t=1731743989340') format('woff2'),
url('iconfont.woff?t=1731743989340') format('woff'),
url('iconfont.ttf?t=1731743989340') format('truetype');
src: url('iconfont.woff2?t=1734059513726') format('woff2'),
url('iconfont.woff?t=1734059513726') format('woff'),
url('iconfont.ttf?t=1734059513726') format('truetype');
}
.iconfont {
......@@ -13,6 +13,18 @@
-moz-osx-font-smoothing: grayscale;
}
.icon-zhiding_dingzhi:before {
content: "\e846";
}
.icon-sangedian:before {
content: "\e727";
}
.icon-jinggao:before {
content: "\e6aa";
}
.icon-BOM1:before {
content: "\e707";
}
......
......@@ -344,12 +344,6 @@
</div>
<!-- 产线以及工位 -->
<div v-if="activeIndex=='产线以及工位'">
<div v-if="prohibitedStateShow" class="buttonRowBoxClass">
<el-button type="primary" size="small" @click="maintainStationHandle"
:disabled="!selProductProcessData">
维护
</el-button>
</div>
<el-table ref="tabelRef" :data="productionLineStationList" style="width: 100%"
:height="tabelHeight" :header-cell-style="{backgroundColor:'#f5f7fa'}">
<el-table-column type="index" label="序号" align="center" width="50"></el-table-column>
......@@ -363,6 +357,12 @@
</template>
</el-table-column>
</el-table>
<div v-if="prohibitedStateShow" class="buttonRowBoxClass">
<el-button type="primary" size="small" @click="maintainStationHandle"
:disabled="!selProductProcessData">
维护
</el-button>
</div>
</div>
</div>
</div>
......@@ -2226,6 +2226,10 @@
}
}
}
.el-menu-item {
padding: 0 10px;
}
</style>
</html>
\ No newline at end of file
This source diff could not be displayed because it is too large. You can view the blob instead.
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