Commit e75b1669 by 叶富雄

调整

parent f85b5a88
......@@ -55,10 +55,10 @@
</el-table-column>
<el-table-column prop="mxms" label="模型描述">
</el-table-column>
<el-table-column prop="jszy" label="计算资源">
<!-- <el-table-column prop="jszy" label="计算资源">
</el-table-column>
<el-table-column prop="cyyw" label="参与业务">
</el-table-column>
</el-table-column>-->
<el-table-column prop="status" label="状态"> </el-table-column>
<el-table-column fixed="right" prop="sffb" label="操作">
<template slot-scope="scope">
......
......@@ -61,10 +61,10 @@
</el-table-column>
<el-table-column prop="mxms" label="模型描述" width="200">
</el-table-column>
<el-table-column prop="jszy" label="计算资源" width="200">
<!-- <el-table-column prop="jszy" label="计算资源" width="200">
</el-table-column>
<el-table-column prop="cyyw" label="参与业务" width="200">
</el-table-column>
</el-table-column>-->
<el-table-column fixed="right" prop="sffb" label="操作" width="350">
<template slot-scope="scope">
<el-button type="text" @click="showGxlfxDialog('yw', scope)"
......
......@@ -112,8 +112,8 @@
{name:'类型', keys:'mxlx'},
{name:'路径', keys:'mxlj'},
{name:'描述', keys:'mxms'},
{name:'计算资源', keys:'jszy'},
{name:'参与业务', keys:'cyyw'},
/* {name:'计算资源', keys:'jszy'},
{name:'参与业务', keys:'cyyw'},*/
],
colors: ["#99A9BF", "#F7BA2A", "#FF9900"],
dialogFormVisiblePj: false,
......
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