|
@@ -191,42 +191,42 @@
|
|
|
</el-table-column>
|
|
|
<el-table-column :label="$t('productInRecord.table.depositor')" align="center" prop="depositor" />
|
|
|
<!-- <el-table-column label="备注" align="center" prop="remark"/> -->
|
|
|
- <el-table-column
|
|
|
- :label="$t('productInRecord.button.operation')"
|
|
|
- align="center"
|
|
|
- class-name="small-padding fixed-width"
|
|
|
- >
|
|
|
- <template slot-scope="scope">
|
|
|
- <el-dropdown>
|
|
|
- <el-button type="warning" plain size="small">
|
|
|
- {{ $t('productInRecord.button.operation') }}<i class="el-icon-arrow-down el-icon--right"></i>
|
|
|
- </el-button>
|
|
|
- <el-dropdown-menu slot="dropdown">
|
|
|
- <!-- <el-dropdown-item>-->
|
|
|
- <!-- <el-button-->
|
|
|
- <!-- size="mini"-->
|
|
|
- <!-- type="text"-->
|
|
|
- <!-- icon="el-icon-edit"-->
|
|
|
- <!-- @click="handleUpdate(scope.row)"-->
|
|
|
- <!-- v-hasPermi="['system:ProductWarehousingRecord:edit']"-->
|
|
|
- <!-- >修改-->
|
|
|
- <!-- </el-button-->
|
|
|
- <!-- >-->
|
|
|
- <!-- </el-dropdown-item>-->
|
|
|
- <el-dropdown-item>
|
|
|
- <el-button
|
|
|
- size="mini"
|
|
|
- type="text"
|
|
|
- icon="el-icon-delete"
|
|
|
- @click="handleDelete(scope.row)"
|
|
|
- v-hasPermi="['system:ProductWarehousingRecord:remove']"
|
|
|
- >{{ $t('productInRecord.button.delete') }}
|
|
|
- </el-button>
|
|
|
- </el-dropdown-item>
|
|
|
- </el-dropdown-menu>
|
|
|
- </el-dropdown>
|
|
|
- </template>
|
|
|
- </el-table-column>
|
|
|
+<!-- <el-table-column-->
|
|
|
+<!-- :label="$t('productInRecord.button.operation')"-->
|
|
|
+<!-- align="center"-->
|
|
|
+<!-- class-name="small-padding fixed-width"-->
|
|
|
+<!-- >-->
|
|
|
+<!-- <template slot-scope="scope">-->
|
|
|
+<!-- <el-dropdown>-->
|
|
|
+<!-- <el-button type="warning" plain size="small">-->
|
|
|
+<!-- {{ $t('productInRecord.button.operation') }}<i class="el-icon-arrow-down el-icon--right"></i>-->
|
|
|
+<!-- </el-button>-->
|
|
|
+<!-- <el-dropdown-menu slot="dropdown">-->
|
|
|
+<!-- <!– <el-dropdown-item>–>-->
|
|
|
+<!-- <!– <el-button–>-->
|
|
|
+<!-- <!– size="mini"–>-->
|
|
|
+<!-- <!– type="text"–>-->
|
|
|
+<!-- <!– icon="el-icon-edit"–>-->
|
|
|
+<!-- <!– @click="handleUpdate(scope.row)"–>-->
|
|
|
+<!-- <!– v-hasPermi="['system:ProductWarehousingRecord:edit']"–>-->
|
|
|
+<!-- <!– >修改–>-->
|
|
|
+<!-- <!– </el-button–>-->
|
|
|
+<!-- <!– >–>-->
|
|
|
+<!-- <!– </el-dropdown-item>–>-->
|
|
|
+<!-- <el-dropdown-item>-->
|
|
|
+<!-- <el-button-->
|
|
|
+<!-- size="mini"-->
|
|
|
+<!-- type="text"-->
|
|
|
+<!-- icon="el-icon-delete"-->
|
|
|
+<!-- @click="handleDelete(scope.row)"-->
|
|
|
+<!-- v-hasPermi="['system:ProductWarehousingRecord:remove']"-->
|
|
|
+<!-- >{{ $t('productInRecord.button.delete') }}-->
|
|
|
+<!-- </el-button>-->
|
|
|
+<!-- </el-dropdown-item>-->
|
|
|
+<!-- </el-dropdown-menu>-->
|
|
|
+<!-- </el-dropdown>-->
|
|
|
+<!-- </template>-->
|
|
|
+<!-- </el-table-column>-->
|
|
|
</el-table>
|
|
|
|
|
|
<pagination
|