@@ -30,8 +30,8 @@ function columns(vm) {
{
title: '工具数量',
align: 'center',
- dataIndex: 'checkUser',
- key: 'checkUser'
+ dataIndex: 'c',
+ key: 'c'
},
title: '操作',
@@ -114,7 +114,6 @@ export default {
})
toolChange(data) {
- debugger
this.model.unit = data
add() {
@@ -80,10 +80,6 @@
<!-- <a-divider type="vertical" />-->
</span>
</a-table>
- <check-and-edit-model ref="modalForm" @ok="modalFormOk" />
- <a-modal :visible="previewVisible" :footer="null" @cancel="handleCancel">
- <img alt="example" style="width: 100%" :src="previewImage">
- </a-modal>
</div>
<!-- table区域-end -->
<!-- 表单区域 -->