| | |
| | | <template> |
| | | <zt-dialog ref="dialog" column="2"> |
| | | <zt-dialog ref="dialog" column="2" :hasConfirm="false"> |
| | | <el-card shadow="never" class="aui-card--fill"> |
| | | <div class="mod-project-project}"> |
| | | <zt-table-wraper ref="tableObj" query-url="/project/Project/page" delete-url="/project/Project" v-slot="{ table }"> |
| | |
| | | <el-table v-loading="table.dataLoading" |
| | | :data="table.dataList" |
| | | height="100px" |
| | | v-adaptive="{bottomOffset:70}" |
| | | v-adaptive="{bottomOffset:120}" |
| | | @row-dblclick="selectedProject" |
| | | border @selection-change="table.selectionChangeHandle"> |
| | | <el-table-column type="selection" align="center" width="40"/> |
| | |
| | | methods: { |
| | | init(tableName) { |
| | | this.dataForm.tableName = tableName |
| | | this.$refs.tableObj.query() |
| | | this.$nextTick(()=>{ |
| | | this.$refs.tableObj.query() |
| | | }) |
| | | // console.log(this.dataForm,'this.dataForm') |
| | | }, |
| | | async selectedProject(row) { |