中煤界面

This commit is contained in:
JIAL 2024-01-31 16:10:35 +08:00
parent 8d2bb9f088
commit c64c4fc1ef
3 changed files with 1115 additions and 3 deletions

File diff suppressed because it is too large Load Diff

View File

@ -9,7 +9,7 @@
<version>2.4.5</version> <version>2.4.5</version>
<relativePath/> <!-- lookup parent from repository --> <relativePath/> <!-- lookup parent from repository -->
</parent> </parent>
<groupId>com.JIAL</groupId> <groupId>com.JN</groupId>
<artifactId>JNDemo</artifactId> <artifactId>JNDemo</artifactId>
<version>1.0-SNAPSHOT</version> <version>1.0-SNAPSHOT</version>
<properties> <properties>

View File

@ -191,8 +191,7 @@
prop="kunnr3" prop="kunnr3"
label="销售单位"> label="销售单位">
<template slot-scope="scope"> <template slot-scope="scope">
<el-input v-model=""> <el-input v-model="scope.row.kunnr3" >
</el-input> </el-input>
</template> </template>
</el-table-column> </el-table-column>