Commit d81e1cbf authored by 张俊's avatar 张俊

修改

parent 7c1a75a7
...@@ -118,13 +118,13 @@ ...@@ -118,13 +118,13 @@
<span class="use" v-if="item.prop == 'cpu'&&scope.row.cpu_use" <span class="use" v-if="item.prop == 'cpu'&&scope.row.cpu_use"
>{{ scope.row["cpu_use"] }}.00mm</span >{{ scope.row["cpu_use"] }}.00mm</span
> >
<span class="use" v-if="item.prop == 'cpu'&&!scope.row.cpu_use" <span class="use" :style="scope.row[item.prop].length?{}:{right:'25px',bottom:'8px'}" v-if="item.prop == 'cpu'&&!scope.row.cpu_use"
>0mm</span >0mm</span
> >
<span class="use" v-if="item.prop == 'mermoy'&&scope.row.memory_use" <span class="use" v-if="item.prop == 'mermoy'&&scope.row.memory_use"
>{{ scope.row["memory_use"] }}Mi</span >{{ scope.row["memory_use"] }}Mi</span
> >
<span class="use" v-if="item.prop == 'mermoy'&&!scope.row.memory_use" <span class="use" :style="scope.row[item.prop].length?{}:{right:'25px',bottom:'8px'}" v-if="item.prop == 'mermoy'&&!scope.row.memory_use"
>0Mi</span >0Mi</span
> >
</div> </div>
......
...@@ -9,7 +9,7 @@ ...@@ -9,7 +9,7 @@
</div> </div>
<div class="type_box_select"> <div class="type_box_select">
<info-list :list_arr="now_service==0?list_arr:now_service==1?servicead_arr:apply_arr"> <info-list :list_arr="now_service==0?list_arr:now_service==1?servicead_arr:apply_arr">
<table-um v-if="res_data.length" :headers="header_arr" :datas="res_data" slot="zd_table"></table-um> <table-um v-if="zd_table_arr.length" :headers="header_arr" :datas="zd_table_arr" slot="zd_table"></table-um>
<table-um v-if="zd_table_arr.length" :headers="header_arr" :datas="zd_table_arr" slot="apply_table"></table-um> <table-um v-if="zd_table_arr.length" :headers="header_arr" :datas="zd_table_arr" slot="apply_table"></table-um>
<process-card :data="use_approval_arr" slot="approval"></process-card> <process-card :data="use_approval_arr" slot="approval"></process-card>
</info-list> </info-list>
......
...@@ -146,7 +146,7 @@ export default { ...@@ -146,7 +146,7 @@ export default {
{ {
prop: "state", prop: "state",
label: "状态", label: "状态",
width: 80, width: 90,
align: "center", align: "center",
}, },
{ {
......
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