Commit 65c738bc by 夏超

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

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