Commit 98652f8e by liuxin

setpan中act字段校验调整

parent e4348366
......@@ -298,7 +298,7 @@
</el-table-column>
<el-table-column label="Account" prop="act" width="auto">
<template slot-scope="scope">
<el-form-item label="0" :prop="'setglg.setgll.' + scope.$index + '.act'" >
<el-form-item label="0" :prop="'setmod.setglg.setgll.' + scope.$index + '.act'" >
<c-select v-model="scope.row.act">
<el-option v-for="item in scope.act" :key="item.value" :label="item.label"
:value="item.value">
......
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