Commit 5cbf1ce3 authored by liudong1993's avatar liudong1993

1 金蝶科目 增加修改

parent 48908342
...@@ -194,7 +194,8 @@ ...@@ -194,7 +194,8 @@
<th>科目类别</th> <th>科目类别</th>
<th>余额方向</th> <th>余额方向</th>
<th>项目辅助核算 </th> <th>项目辅助核算 </th>
<th>状态 </th> <th>状态</th>
<th>操作</th>
</tr> </tr>
<tr v-for="(item,index) in DataList" :key="index"> <tr v-for="(item,index) in DataList" :key="index">
<td>{{item.Name}}</td> <td>{{item.Name}}</td>
...@@ -222,6 +223,13 @@ ...@@ -222,6 +223,13 @@
</el-switch> </el-switch>
</el-tooltip> </el-tooltip>
</td> </td>
<td>
<el-tooltip class="item" effect="dark" :content="$t('pub.edit')" placement="top-start">
<el-button type="primary" circle @click="clickEdit(item)" size="mini">
<i class="el-icon-edit"></i>
</el-button>
</el-tooltip>
</td>
</tr> </tr>
</table> </table>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment