项目计划
This commit is contained in:
@@ -144,16 +144,16 @@
|
||||
</template>
|
||||
</template>
|
||||
</el-table-column>
|
||||
<el-table-column label="顺序" align="center" width="100px">
|
||||
<template slot-scope="scope">
|
||||
<template v-if="scope.row.edit">
|
||||
<el-input v-model="scope.row.完成顺序" size="mini"/>
|
||||
</template>
|
||||
<template v-else>
|
||||
{{ scope.row.完成顺序 }}
|
||||
</template>
|
||||
</template>
|
||||
</el-table-column>
|
||||
<!--<el-table-column label="顺序" align="center" width="100px">-->
|
||||
<!--<template slot-scope="scope">-->
|
||||
<!--<template v-if="scope.row.edit">-->
|
||||
<!--<el-input v-model="scope.row.完成顺序" size="mini"/>-->
|
||||
<!--</template>-->
|
||||
<!--<template v-else>-->
|
||||
<!--{{ scope.row.完成顺序 }}-->
|
||||
<!--</template>-->
|
||||
<!--</template>-->
|
||||
<!--</el-table-column>-->
|
||||
<el-table-column label="更新" align="center" width="200px">
|
||||
<template slot-scope="scope">
|
||||
<template v-if="scope.row.edit">
|
||||
@@ -185,7 +185,7 @@
|
||||
</div>
|
||||
</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-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">
|
||||
|
||||
Reference in New Issue
Block a user