master
xy 3 years ago
parent 8b8ca090ff
commit f7121a26ed

@ -215,6 +215,44 @@
<Button type="primary" @click="planSelect"></Button>
</template>
</xy-dialog>
<!-- 新增表 框架合同-->
<!-- <el-dialog-->
<!-- title="框架协议"-->
<!-- :visible.sync="isShowContractToContracts"-->
<!-- width="54%"-->
<!-- >-->
<!-- <Table-->
<!-- ref="contractTable"-->
<!-- :data="contractList"-->
<!-- :columns="contractTable"-->
<!-- :loading="loading"-->
<!-- border-->
<!-- size="small"-->
<!-- @on-selection-change="selectionChange"-->
<!-- ></Table>-->
<!-- <div style="display: flex; justify-content: center; margin: 10px 0">-->
<!-- <Page-->
<!-- :total="contractTotal"-->
<!-- size="small"-->
<!-- show-elevator-->
<!-- show-total-->
<!-- @on-change="-->
<!-- (e) => {-->
<!-- contractSelect.page = e;-->
<!-- getContracts();-->
<!-- }-->
<!-- "-->
<!-- />-->
<!-- </div>-->
<!-- <span slot="footer" class="dialog-footer">-->
<!-- <el-button @click="isShowContractToContracts = false"> </el-button>-->
<!-- <el-button type="primary" @click="isShowContractToContracts = false"-->
<!-- > </el-button-->
<!-- >-->
<!-- </span>-->
<!-- </el-dialog>-->
</div>
</template>

File diff suppressed because it is too large Load Diff
Loading…
Cancel
Save