11
WXL
2023-12-01 149f8c929884c35f2f7260bc80651a69d5dbb4fb
src/views/project/fund/performancedetails/index.vue
@@ -254,9 +254,13 @@
              align="center"
              label="身份证号"
              width="200"
            >
            >
              <template slot-scope="scope">
                <el-input v-model="scope.row.idcardno" placeholder="身份证号" />
                <el-input
                  v-model="scope.row.idcardno"
                  placeholder="身份证号"
                />
              </template>
            </el-table-column>
@@ -268,6 +272,7 @@
            >
              <template slot-scope="scope">
                <el-input
                  v-model="scope.row.depositbank"
                  placeholder="开户银行"
                />
@@ -281,6 +286,7 @@
            >
              <template slot-scope="scope">
                <el-input
                  v-model="scope.row.bankcardno"
                  placeholder="银行帐号"
                />