大宝管理后台代码
jhzh
2024-04-07 8477322adb238a81c46ffdc1fbf83628713aa389
src/views/capital/withdrawallist.vue
@@ -140,9 +140,9 @@
        </a-form-item>
        
      </a-form>
      <template  slot='footer' style="display: flex;justify-content: center;align-items: center;">
        <a-button type='primary' style="background-color: ;" @click="OkeditOrderdialog(3)">驳回</a-button>
        <a-button type='primary' @click="OkeditOrderdialog(1)">通过</a-button>
      <template slot="footer" style="display: flex;justify-content: center;align-items: center;">
        <a-button type="primary" style="background-color: ;" @click="OkeditOrderdialog(3)">驳回</a-button>
        <a-button type="primary" @click="OkeditOrderdialog(1)">通过</a-button>
      </template>
    </a-modal>