11
heimawl
2023-08-10 9e350ffb4c277df502392a03e97982a1d22007ef
src/views/project/donateconsolationfundlist/index.vue
@@ -242,12 +242,18 @@
                <el-input v-model="scope.row.taxedamount" placeholder="税后金额" />
              </template>
            </el-table-column>
            <!--
            <el-table-column prop="unitno" align="center" label="工作单位" width="180">
              <template slot-scope="scope">
                <org-selecter :ref="'unitSel' + scope.$index" :org-type="'3'" v-model="scope.row.unitno" />
              </template>
            </el-table-column>
-->
            <el-table-column prop="unitname" align="center" label="工作单位" width="180">
              <template slot-scope="scope">
                <el-input v-model="scope.row.unitname" placeholder="工作单位" />
              </template>
            </el-table-column>
            <el-table-column prop="idcardno" align="center" label="身份证号" width="200">
              <template slot-scope="scope">
                <el-input v-model="scope.row.idcardno" placeholder="身份证号" />