Commit edabc44b authored by chenzj's avatar chenzj

Merge branch 'dev' of http://git.local.topsunit.com/mes/mes-ui into dev

parents 123ce1e7 9ee2f550
...@@ -463,9 +463,9 @@ ...@@ -463,9 +463,9 @@
ref="machinerySelect" ref="machinerySelect"
@onSelected="onMachineryAdd" @onSelected="onMachineryAdd"
></MachinerySelectSingle> --> ></MachinerySelectSingle> -->
<el-row v-if="form.workstationId != null"> <div v-if="form.workstationId">
<el-col :span="24"> <!-- <el-col :span="24"> -->
<el-carousel trigger="click" type="card" :autoplay="false"> <!-- <el-carousel trigger="click" type="card" :autoplay="false"> -->
<!-- <el-carousel-item> <!-- <el-carousel-item>
<el-card shadow="always" style="width: 450px"> <el-card shadow="always" style="width: 450px">
<div slot="header"> <div slot="header">
...@@ -486,8 +486,8 @@ ...@@ -486,8 +486,8 @@
></WorkStationMachine> ></WorkStationMachine>
</el-card> </el-card>
</el-carousel-item> --> </el-carousel-item> -->
<el-carousel-item> <!-- <el-carousel-item> -->
<el-card shadow="always" style="width: 400px"> <el-card shadow="always">
<div slot="header"> <div slot="header">
<span>人力资源</span> <span>人力资源</span>
<el-button <el-button
...@@ -504,7 +504,7 @@ ...@@ -504,7 +504,7 @@
:workstationId="form.workstationId" :workstationId="form.workstationId"
></Workstationworker> ></Workstationworker>
</el-card> </el-card>
</el-carousel-item> <!-- </el-carousel-item> -->
<!-- <el-carousel-item> <!-- <el-carousel-item>
<el-card shadow="always" style="width: 400px"> <el-card shadow="always" style="width: 400px">
<div slot="header"> <div slot="header">
...@@ -524,9 +524,9 @@ ...@@ -524,9 +524,9 @@
></WorkStationTool> ></WorkStationTool>
</el-card> </el-card>
</el-carousel-item> --> </el-carousel-item> -->
</el-carousel> <!-- </el-carousel> -->
</el-col> <!-- </el-col> -->
</el-row> </div>
<div slot="footer" class="dialog-footer"> <div slot="footer" class="dialog-footer">
<el-button type="primary" @click="cancel" v-if="optType == 'view'" <el-button type="primary" @click="cancel" v-if="optType == 'view'"
>返回</el-button >返回</el-button
......
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