项目计划

This commit is contained in:
zhangdingyu
2019-03-29 08:44:49 +08:00
parent 039f83f3be
commit cd71c6fae5

View File

@@ -144,16 +144,16 @@
</template> </template>
</template> </template>
</el-table-column> </el-table-column>
<el-table-column label="顺序" align="center" width="100px"> <!--<el-table-column label="顺序" align="center" width="100px">-->
<template slot-scope="scope"> <!--<template slot-scope="scope">-->
<template v-if="scope.row.edit"> <!--<template v-if="scope.row.edit">-->
<el-input v-model="scope.row.完成顺序" size="mini"/> <!--<el-input v-model="scope.row.完成顺序" size="mini"/>-->
</template> <!--</template>-->
<template v-else> <!--<template v-else>-->
{{ scope.row.完成顺序 }} <!--{{ scope.row.完成顺序 }}-->
</template> <!--</template>-->
</template> <!--</template>-->
</el-table-column> <!--</el-table-column>-->
<el-table-column label="更新" align="center" width="200px"> <el-table-column label="更新" align="center" width="200px">
<template slot-scope="scope"> <template slot-scope="scope">
<template v-if="scope.row.edit"> <template v-if="scope.row.edit">
@@ -185,7 +185,7 @@
</div> </div>
</el-card> </el-card>
<el-card> <el-card>
<span>{{ title }}</span> <!--<span>{{ title }}</span>-->
<el-button size="small" icon="el-icon-circle-plus" type="primary" style="margin-left: 10px" @click="addTable()">增加</el-button> <el-button size="small" icon="el-icon-circle-plus" type="primary" style="margin-left: 10px" @click="addTable()">增加</el-button>
<el-table v-loading="loading2" :data="tableData2" size="mini" style="margin-top: 10px;width: 100%;" border element-loading-text="拼命加载中"> <el-table v-loading="loading2" :data="tableData2" size="mini" style="margin-top: 10px;width: 100%;" border element-loading-text="拼命加载中">
<el-table-column min-width="300px" label="组号" align="center" width="240px"> <el-table-column min-width="300px" label="组号" align="center" width="240px">