Commit 5e605cf4 authored by renjintao's avatar renjintao

Merge branch 'product' of git.mes123.com:zhouyx/mes-ui into product-rjt

parents 7b8a8ded f78125f2
...@@ -22,7 +22,7 @@ ...@@ -22,7 +22,7 @@
<div class="fg1"> <div class="fg1">
<InputNumber v-model="second" :formatter="value => `${value}`" :min="0" :max="60" /> <InputNumber v-model="second" :formatter="value => `${value}`" :min="0" :max="60" />
</div> </div>
<span></span> <span></span>
</div> </div>
</template> </template>
<script> <script>
......
...@@ -5,7 +5,8 @@ ...@@ -5,7 +5,8 @@
<Filed :span="12" :name="l('name')">{{entity.name}}</Filed> <Filed :span="12" :name="l('name')">{{entity.name}}</Filed>
<Filed :span="12" :name="l('equipType')">{{entity.equipType}}</Filed> <Filed :span="12" :name="l('equipType')">{{entity.equipType}}</Filed>
<Filed :span="12" :name="l('resourceType')"> <Filed :span="12" :name="l('resourceType')">
<state code="Process.routing_detail.resource_type" :value="entity.resourceType" type="text"></state> <!-- <state code="Process.routing_detail.resource_type" :value="entity.resourceType" type="text"></state> -->
{{entity.resourceCode}}
</Filed> </Filed>
<Filed :span="12" :name="l('isImportant')"> <Filed :span="12" :name="l('isImportant')">
<state code="Process.state" :value="entity.isImportant" type="text"></state> <state code="Process.state" :value="entity.isImportant" type="text"></state>
......
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