|
@@ -33,7 +33,7 @@
|
|
|
</el-form-item>
|
|
</el-form-item>
|
|
|
</el-form>
|
|
</el-form>
|
|
|
<div class="btn-add">
|
|
<div class="btn-add">
|
|
|
- <el-button type="primary" icon="el-icon-add" @click="handleAdd">添加</el-button>
|
|
|
|
|
|
|
+ <!-- <el-button type="primary" icon="el-icon-add" @click="handleAdd">添加</el-button> -->
|
|
|
</div>
|
|
</div>
|
|
|
</el-col>
|
|
</el-col>
|
|
|
</el-row>
|
|
</el-row>
|
|
@@ -48,7 +48,7 @@
|
|
|
</el-table-column>
|
|
</el-table-column>
|
|
|
<el-table-column prop="build" label="楼栋号" align="center" width="400"></el-table-column>
|
|
<el-table-column prop="build" label="楼栋号" align="center" width="400"></el-table-column>
|
|
|
<el-table-column prop="dom" label="宿舍号" show-overflow-tooltip></el-table-column>
|
|
<el-table-column prop="dom" label="宿舍号" show-overflow-tooltip></el-table-column>
|
|
|
- <el-table-column label="操作" align="center" width="80">
|
|
|
|
|
|
|
+ <el-table-column label="操作" align="center" width="90">
|
|
|
<el-button type="text" class="del-btn" slot-scope="scope"
|
|
<el-button type="text" class="del-btn" slot-scope="scope"
|
|
|
@click="handleDelete(scope.$index, scope.row)">删除
|
|
@click="handleDelete(scope.$index, scope.row)">删除
|
|
|
</el-button>
|
|
</el-button>
|
|
@@ -103,10 +103,10 @@
|
|
|
<el-input v-model="modifyForm.user_id" autocomplete="off" maxlength="13"></el-input>
|
|
<el-input v-model="modifyForm.user_id" autocomplete="off" maxlength="13"></el-input>
|
|
|
</el-form-item>
|
|
</el-form-item>
|
|
|
<el-form-item label="楼栋号:" :label-width="formLabelWidth" prop="build">
|
|
<el-form-item label="楼栋号:" :label-width="formLabelWidth" prop="build">
|
|
|
- <el-input v-model="modifyForm.build" autocomplete="off" maxlength="4"></el-input>
|
|
|
|
|
|
|
+ <el-input v-model="modifyForm.build" autocomplete="off" readonly="" maxlength="4"></el-input>
|
|
|
</el-form-item>
|
|
</el-form-item>
|
|
|
<el-form-item label="宿舍号:" :label-width="formLabelWidth" prop="dom">
|
|
<el-form-item label="宿舍号:" :label-width="formLabelWidth" prop="dom">
|
|
|
- <el-input v-model="modifyForm.dom" autocomplete="off" maxlength="6"></el-input>
|
|
|
|
|
|
|
+ <el-input v-model="modifyForm.dom" autocomplete="off" readonly="" maxlength="6"></el-input>
|
|
|
</el-form-item>
|
|
</el-form-item>
|
|
|
</el-form>
|
|
</el-form>
|
|
|
<div slot="footer" class="dialog-footer">
|
|
<div slot="footer" class="dialog-footer">
|